2023-10-13T23:40:55.829 INFO:root:teuthology version: 0.0.1.dev197+g8cdab07 2023-10-13T23:40:55.830 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --name yuriw-2023-10-13_14:50:14-rados-wip-neorados-learning-from-experience-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2023-10-13_14:50:14-rados-wip-neorados-learning-from-experience-distro-default-smithi/7424682 --owner scheduled_yuriw@teuthology --description rados/upgrade/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}} -- /home/teuthworker/archive/yuriw-2023-10-13_14:50:14-rados-wip-neorados-learning-from-experience-distro-default-smithi/7424682/orig.config.yaml 2023-10-13T23:40:55.881 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-10-13T23:40:55.969 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-10-13_14:50:14-rados-wip-neorados-learning-from-experience-distro-default-smithi/7424682 branch: wip-neorados-learning-from-experience description: rados/upgrade/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: '7424682' 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-10-13_14:50:14-rados-wip-neorados-learning-from-experience-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: wip-neorados-learning-from-experience 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: 3b7b697cbf6ffcf4008fdd8ebe8798db50497941 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: extra_system_packages: - python3-pytest flavor: default sha1: 3b7b697cbf6ffcf4008fdd8ebe8798db50497941 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-neorados-learning-from-experience sha1: 3b7b697cbf6ffcf4008fdd8ebe8798db50497941 owner: scheduled_yuriw@teuthology priority: 75 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: 9929 sha1: 3b7b697cbf6ffcf4008fdd8ebe8798db50497941 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-neorados-learning-from-experience suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_3b7b697cbf6ffcf4008fdd8ebe8798db50497941/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 3b7b697cbf6ffcf4008fdd8ebe8798db50497941 targets: smithi055.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDPiS8LY4ZayzQvt0kjz5/oHZwetD07Pfwmj87j7MOw/C4+X6uWy+s9VRcpJMCPXFlS3HAyTJx6JCy/M/QAHOIg= smithi082.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBO1VoebIYdQVxo7OCnZAt9mKgDqtPCyApfVnkd3oXIinoVWiM5pN03AfuSmUwsDH9ySTXEdxbmY77fyfimpPmTI= 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: 8cdab074dcca9a68965bc5a50e9c30b691949723 timestamp: 2023-10-13_14:50:14 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-10-13T23:40:55.969 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_3b7b697cbf6ffcf4008fdd8ebe8798db50497941/qa; will attempt to use it 2023-10-13T23:40:55.970 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_3b7b697cbf6ffcf4008fdd8ebe8798db50497941/qa/tasks 2023-10-13T23:40:55.970 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-10-13T23:40:55.972 INFO:teuthology.task.internal:Checking packages... 2023-10-13T23:40:55.995 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '3b7b697cbf6ffcf4008fdd8ebe8798db50497941' 2023-10-13T23:40:55.996 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-10-13T23:40:55.996 INFO:teuthology.packaging:ref: None 2023-10-13T23:40:55.996 INFO:teuthology.packaging:tag: None 2023-10-13T23:40:55.997 INFO:teuthology.packaging:branch: wip-neorados-learning-from-experience 2023-10-13T23:40:55.997 INFO:teuthology.packaging:sha1: 3b7b697cbf6ffcf4008fdd8ebe8798db50497941 2023-10-13T23:40:55.997 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-neorados-learning-from-experience 2023-10-13T23:40:56.214 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-6751.g3b7b697c 2023-10-13T23:40:56.215 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-10-13T23:40:56.221 INFO:teuthology.task.internal:no buildpackages task found 2023-10-13T23:40:56.221 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-10-13T23:40:56.242 INFO:teuthology.task.internal:Saving configuration 2023-10-13T23:40:56.261 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-10-13T23:40:56.267 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-13T23:40:56.294 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi055.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-10-13_14:50:14-rados-wip-neorados-learning-from-experience-distro-default-smithi/7424682', '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-10-13 23:35:51.211819', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDPiS8LY4ZayzQvt0kjz5/oHZwetD07Pfwmj87j7MOw/C4+X6uWy+s9VRcpJMCPXFlS3HAyTJx6JCy/M/QAHOIg='} 2023-10-13T23:40:56.317 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi082.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-10-13_14:50:14-rados-wip-neorados-learning-from-experience-distro-default-smithi/7424682', '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-10-13 23:35:51.210122', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBO1VoebIYdQVxo7OCnZAt9mKgDqtPCyApfVnkd3oXIinoVWiM5pN03AfuSmUwsDH9ySTXEdxbmY77fyfimpPmTI='} 2023-10-13T23:40:56.318 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-10-13T23:40:56.324 INFO:teuthology.task.internal:roles: ubuntu@smithi055.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-10-13T23:40:56.324 INFO:teuthology.task.internal:roles: ubuntu@smithi082.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-10-13T23:40:56.325 INFO:teuthology.run_tasks:Running task console_log... 2023-10-13T23:40:56.398 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fa83c94ad30>, signals=[15]) 2023-10-13T23:40:56.399 INFO:teuthology.run_tasks:Running task internal.connect... 2023-10-13T23:40:56.405 INFO:teuthology.task.internal:Opening connections... 2023-10-13T23:40:56.405 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi055.front.sepia.ceph.com 2023-10-13T23:40:56.407 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi055.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T23:40:56.478 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi082.front.sepia.ceph.com 2023-10-13T23:40:56.479 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi082.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T23:40:56.547 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-10-13T23:40:56.557 DEBUG:teuthology.orchestra.run.smithi055:> uname -m 2023-10-13T23:40:56.581 INFO:teuthology.orchestra.run.smithi055.stdout:x86_64 2023-10-13T23:40:56.581 DEBUG:teuthology.orchestra.run.smithi055:> cat /etc/os-release 2023-10-13T23:40:56.643 INFO:teuthology.orchestra.run.smithi055.stdout:NAME="CentOS Stream" 2023-10-13T23:40:56.643 INFO:teuthology.orchestra.run.smithi055.stdout:VERSION="8" 2023-10-13T23:40:56.643 INFO:teuthology.orchestra.run.smithi055.stdout:ID="centos" 2023-10-13T23:40:56.644 INFO:teuthology.orchestra.run.smithi055.stdout:ID_LIKE="rhel fedora" 2023-10-13T23:40:56.644 INFO:teuthology.orchestra.run.smithi055.stdout:VERSION_ID="8" 2023-10-13T23:40:56.644 INFO:teuthology.orchestra.run.smithi055.stdout:PLATFORM_ID="platform:el8" 2023-10-13T23:40:56.644 INFO:teuthology.orchestra.run.smithi055.stdout:PRETTY_NAME="CentOS Stream 8" 2023-10-13T23:40:56.644 INFO:teuthology.orchestra.run.smithi055.stdout:ANSI_COLOR="0;31" 2023-10-13T23:40:56.645 INFO:teuthology.orchestra.run.smithi055.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-10-13T23:40:56.645 INFO:teuthology.orchestra.run.smithi055.stdout:HOME_URL="https://centos.org/" 2023-10-13T23:40:56.645 INFO:teuthology.orchestra.run.smithi055.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-10-13T23:40:56.645 INFO:teuthology.orchestra.run.smithi055.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-10-13T23:40:56.645 INFO:teuthology.orchestra.run.smithi055.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-10-13T23:40:56.646 INFO:teuthology.lock.ops:Updating smithi055.front.sepia.ceph.com on lock server 2023-10-13T23:40:56.674 DEBUG:teuthology.orchestra.run.smithi082:> uname -m 2023-10-13T23:40:56.697 INFO:teuthology.orchestra.run.smithi082.stdout:x86_64 2023-10-13T23:40:56.697 DEBUG:teuthology.orchestra.run.smithi082:> cat /etc/os-release 2023-10-13T23:40:56.757 INFO:teuthology.orchestra.run.smithi082.stdout:NAME="CentOS Stream" 2023-10-13T23:40:56.758 INFO:teuthology.orchestra.run.smithi082.stdout:VERSION="8" 2023-10-13T23:40:56.758 INFO:teuthology.orchestra.run.smithi082.stdout:ID="centos" 2023-10-13T23:40:56.759 INFO:teuthology.orchestra.run.smithi082.stdout:ID_LIKE="rhel fedora" 2023-10-13T23:40:56.759 INFO:teuthology.orchestra.run.smithi082.stdout:VERSION_ID="8" 2023-10-13T23:40:56.760 INFO:teuthology.orchestra.run.smithi082.stdout:PLATFORM_ID="platform:el8" 2023-10-13T23:40:56.760 INFO:teuthology.orchestra.run.smithi082.stdout:PRETTY_NAME="CentOS Stream 8" 2023-10-13T23:40:56.761 INFO:teuthology.orchestra.run.smithi082.stdout:ANSI_COLOR="0;31" 2023-10-13T23:40:56.761 INFO:teuthology.orchestra.run.smithi082.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-10-13T23:40:56.761 INFO:teuthology.orchestra.run.smithi082.stdout:HOME_URL="https://centos.org/" 2023-10-13T23:40:56.761 INFO:teuthology.orchestra.run.smithi082.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-10-13T23:40:56.762 INFO:teuthology.orchestra.run.smithi082.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-10-13T23:40:56.762 INFO:teuthology.orchestra.run.smithi082.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-10-13T23:40:56.762 INFO:teuthology.lock.ops:Updating smithi082.front.sepia.ceph.com on lock server 2023-10-13T23:40:56.791 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-10-13T23:40:56.799 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-10-13T23:40:56.804 INFO:teuthology.task.internal:Checking for old test directory... 2023-10-13T23:40:56.805 DEBUG:teuthology.orchestra.run.smithi055:> test '!' -e /home/ubuntu/cephtest 2023-10-13T23:40:56.808 DEBUG:teuthology.orchestra.run.smithi082:> test '!' -e /home/ubuntu/cephtest 2023-10-13T23:40:56.828 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-10-13T23:40:56.834 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-10-13T23:40:56.835 DEBUG:teuthology.orchestra.run.smithi055:> test -z $(ls -A /var/lib/ceph) 2023-10-13T23:40:56.870 DEBUG:teuthology.orchestra.run.smithi082:> test -z $(ls -A /var/lib/ceph) 2023-10-13T23:40:56.902 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-10-13T23:40:56.957 INFO:teuthology.run_tasks:Running task kernel... 2023-10-13T23:40:56.972 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-10-13T23:40:56.973 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': True, 'sha1': 'distro'}, 'mon.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-10-13T23:40:56.973 DEBUG:teuthology.orchestra.run.smithi055:> test -f /run/.containerenv -o -f /.dockerenv 2023-10-13T23:40:56.974 DEBUG:teuthology.orchestra.run.smithi082:> test -f /run/.containerenv -o -f /.dockerenv 2023-10-13T23:40:56.993 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-13T23:40:56.994 DEBUG:teuthology.orchestra.run.smithi082:> uname -r 2023-10-13T23:40:56.995 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-13T23:40:56.996 DEBUG:teuthology.orchestra.run.smithi055:> uname -r 2023-10-13T23:40:57.055 INFO:teuthology.orchestra.run.smithi082.stdout:4.18.0-489.el8.x86_64 2023-10-13T23:40:57.055 INFO:teuthology.task.kernel:Running kernel on smithi082: 4.18.0-489.el8.x86_64 2023-10-13T23:40:57.055 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum install -y kernel 2023-10-13T23:40:57.058 INFO:teuthology.orchestra.run.smithi055.stdout:4.18.0-489.el8.x86_64 2023-10-13T23:40:57.059 INFO:teuthology.task.kernel:Running kernel on smithi055: 4.18.0-489.el8.x86_64 2023-10-13T23:40:57.059 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum install -y kernel 2023-10-13T23:41:00.991 INFO:teuthology.orchestra.run.smithi055.stdout:CentOS Stream 8 - AppStream 22 MB/s | 33 MB 00:01 2023-10-13T23:41:01.113 INFO:teuthology.orchestra.run.smithi082.stdout:CentOS Stream 8 - AppStream 22 MB/s | 33 MB 00:01 2023-10-13T23:41:08.346 INFO:teuthology.orchestra.run.smithi082.stdout:CentOS Stream 8 - BaseOS 41 MB/s | 49 MB 00:01 2023-10-13T23:41:09.341 INFO:teuthology.orchestra.run.smithi055.stdout:CentOS Stream 8 - BaseOS 25 MB/s | 49 MB 00:01 2023-10-13T23:41:15.679 INFO:teuthology.orchestra.run.smithi082.stdout:CentOS Stream 8 - Extras 63 kB/s | 18 kB 00:00 2023-10-13T23:41:16.171 INFO:teuthology.orchestra.run.smithi082.stdout:CentOS Stream 8 - Extras common packages 23 kB/s | 6.9 kB 00:00 2023-10-13T23:41:16.481 INFO:teuthology.orchestra.run.smithi082.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2023-10-13T23:41:16.917 INFO:teuthology.orchestra.run.smithi055.stdout:CentOS Stream 8 - Extras 128 kB/s | 18 kB 00:00 2023-10-13T23:41:17.301 INFO:teuthology.orchestra.run.smithi055.stdout:CentOS Stream 8 - Extras common packages 36 kB/s | 6.9 kB 00:00 2023-10-13T23:41:17.594 INFO:teuthology.orchestra.run.smithi055.stdout:Copr repo for python3-asyncssh owned by ceph 27 kB/s | 3.5 kB 00:00 2023-10-13T23:41:18.459 INFO:teuthology.orchestra.run.smithi082.stdout:Extra Packages for Enterprise Linux 8.7 MB/s | 16 MB 00:01 2023-10-13T23:41:19.747 INFO:teuthology.orchestra.run.smithi055.stdout:Extra Packages for Enterprise Linux 8.0 MB/s | 16 MB 00:01 2023-10-13T23:41:22.273 INFO:teuthology.orchestra.run.smithi082.stdout:lab-extras 372 kB/s | 24 kB 00:00 2023-10-13T23:41:23.819 INFO:teuthology.orchestra.run.smithi055.stdout:lab-extras 438 kB/s | 24 kB 00:00 2023-10-13T23:41:25.805 INFO:teuthology.orchestra.run.smithi082.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-10-13T23:41:25.805 INFO:teuthology.orchestra.run.smithi082.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-10-13T23:41:26.080 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2023-10-13T23:41:26.081 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2023-10-13T23:41:26.081 INFO:teuthology.orchestra.run.smithi082.stdout: Package Architecture Version Repository Size 2023-10-13T23:41:26.081 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2023-10-13T23:41:26.081 INFO:teuthology.orchestra.run.smithi082.stdout:Installing: 2023-10-13T23:41:26.081 INFO:teuthology.orchestra.run.smithi082.stdout: kernel x86_64 4.18.0-516.el8 baseos 10 M 2023-10-13T23:41:26.082 INFO:teuthology.orchestra.run.smithi082.stdout:Installing dependencies: 2023-10-13T23:41:26.082 INFO:teuthology.orchestra.run.smithi082.stdout: kernel-core x86_64 4.18.0-516.el8 baseos 43 M 2023-10-13T23:41:26.082 INFO:teuthology.orchestra.run.smithi082.stdout: kernel-modules x86_64 4.18.0-516.el8 baseos 36 M 2023-10-13T23:41:26.082 INFO:teuthology.orchestra.run.smithi082.stdout: 2023-10-13T23:41:26.082 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction Summary 2023-10-13T23:41:26.083 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2023-10-13T23:41:26.083 INFO:teuthology.orchestra.run.smithi082.stdout:Install 3 Packages 2023-10-13T23:41:26.083 INFO:teuthology.orchestra.run.smithi082.stdout: 2023-10-13T23:41:26.084 INFO:teuthology.orchestra.run.smithi082.stdout:Total download size: 89 M 2023-10-13T23:41:26.084 INFO:teuthology.orchestra.run.smithi082.stdout:Installed size: 96 M 2023-10-13T23:41:26.084 INFO:teuthology.orchestra.run.smithi082.stdout:Downloading Packages: 2023-10-13T23:41:27.099 INFO:teuthology.orchestra.run.smithi082.stdout:(1/3): kernel-4.18.0-516.el8.x86_64.rpm 12 MB/s | 10 MB 00:00 2023-10-13T23:41:27.527 INFO:teuthology.orchestra.run.smithi055.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-10-13T23:41:27.527 INFO:teuthology.orchestra.run.smithi055.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-10-13T23:41:27.571 INFO:teuthology.orchestra.run.smithi082.stdout:(2/3): kernel-modules-4.18.0-516.el8.x86_64.rpm 27 MB/s | 36 MB 00:01 2023-10-13T23:41:27.788 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2023-10-13T23:41:27.789 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2023-10-13T23:41:27.789 INFO:teuthology.orchestra.run.smithi055.stdout: Package Architecture Version Repository Size 2023-10-13T23:41:27.789 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2023-10-13T23:41:27.789 INFO:teuthology.orchestra.run.smithi055.stdout:Installing: 2023-10-13T23:41:27.790 INFO:teuthology.orchestra.run.smithi055.stdout: kernel x86_64 4.18.0-516.el8 baseos 10 M 2023-10-13T23:41:27.790 INFO:teuthology.orchestra.run.smithi055.stdout:Installing dependencies: 2023-10-13T23:41:27.790 INFO:teuthology.orchestra.run.smithi055.stdout: kernel-core x86_64 4.18.0-516.el8 baseos 43 M 2023-10-13T23:41:27.790 INFO:teuthology.orchestra.run.smithi055.stdout: kernel-modules x86_64 4.18.0-516.el8 baseos 36 M 2023-10-13T23:41:27.790 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-13T23:41:27.791 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2023-10-13T23:41:27.791 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2023-10-13T23:41:27.791 INFO:teuthology.orchestra.run.smithi055.stdout:Install 3 Packages 2023-10-13T23:41:27.791 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-13T23:41:27.792 INFO:teuthology.orchestra.run.smithi055.stdout:Total download size: 89 M 2023-10-13T23:41:27.792 INFO:teuthology.orchestra.run.smithi055.stdout:Installed size: 96 M 2023-10-13T23:41:27.792 INFO:teuthology.orchestra.run.smithi055.stdout:Downloading Packages: 2023-10-13T23:41:28.025 INFO:teuthology.orchestra.run.smithi082.stdout:(3/3): kernel-core-4.18.0-516.el8.x86_64.rpm 25 MB/s | 43 MB 00:01 2023-10-13T23:41:28.025 INFO:teuthology.orchestra.run.smithi082.stdout:-------------------------------------------------------------------------------- 2023-10-13T23:41:28.025 INFO:teuthology.orchestra.run.smithi082.stdout:Total 46 MB/s | 89 MB 00:01 2023-10-13T23:41:28.462 INFO:teuthology.orchestra.run.smithi055.stdout:(1/3): kernel-4.18.0-516.el8.x86_64.rpm 21 MB/s | 10 MB 00:00 2023-10-13T23:41:28.695 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction check 2023-10-13T23:41:29.094 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction check succeeded. 2023-10-13T23:41:29.095 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction test 2023-10-13T23:41:29.221 INFO:teuthology.orchestra.run.smithi055.stdout:(2/3): kernel-modules-4.18.0-516.el8.x86_64.rpm 29 MB/s | 36 MB 00:01 2023-10-13T23:41:29.821 INFO:teuthology.orchestra.run.smithi055.stdout:(3/3): kernel-core-4.18.0-516.el8.x86_64.rpm 23 MB/s | 43 MB 00:01 2023-10-13T23:41:29.822 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2023-10-13T23:41:29.822 INFO:teuthology.orchestra.run.smithi055.stdout:Total 44 MB/s | 89 MB 00:02 2023-10-13T23:41:30.315 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction test succeeded. 2023-10-13T23:41:30.335 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction 2023-10-13T23:41:30.524 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction check 2023-10-13T23:41:30.974 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction check succeeded. 2023-10-13T23:41:30.974 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction test 2023-10-13T23:41:32.264 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction test succeeded. 2023-10-13T23:41:32.291 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction 2023-10-13T23:41:33.083 INFO:teuthology.orchestra.run.smithi082.stdout: Preparing : 1/1 2023-10-13T23:41:33.633 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : kernel-core-4.18.0-516.el8.x86_64 1/3 2023-10-13T23:41:35.189 INFO:teuthology.orchestra.run.smithi055.stdout: Preparing : 1/1 2023-10-13T23:41:35.740 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : kernel-core-4.18.0-516.el8.x86_64 1/3 2023-10-13T23:41:37.207 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: kernel-core-4.18.0-516.el8.x86_64 1/3 2023-10-13T23:41:37.598 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : kernel-modules-4.18.0-516.el8.x86_64 2/3 2023-10-13T23:41:39.447 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: kernel-core-4.18.0-516.el8.x86_64 1/3 2023-10-13T23:41:39.847 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : kernel-modules-4.18.0-516.el8.x86_64 2/3 2023-10-13T23:41:40.970 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: kernel-modules-4.18.0-516.el8.x86_64 2/3 2023-10-13T23:41:41.268 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : kernel-4.18.0-516.el8.x86_64 3/3 2023-10-13T23:41:43.467 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: kernel-modules-4.18.0-516.el8.x86_64 2/3 2023-10-13T23:41:43.739 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : kernel-4.18.0-516.el8.x86_64 3/3 2023-10-13T23:42:02.966 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: kernel-core-4.18.0-516.el8.x86_64 3/3 2023-10-13T23:42:02.989 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: kernel-modules-4.18.0-516.el8.x86_64 3/3 2023-10-13T23:42:03.425 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: kernel-4.18.0-516.el8.x86_64 3/3 2023-10-13T23:42:03.425 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : kernel-4.18.0-516.el8.x86_64 1/3 2023-10-13T23:42:03.425 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : kernel-core-4.18.0-516.el8.x86_64 2/3 2023-10-13T23:42:04.160 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : kernel-modules-4.18.0-516.el8.x86_64 3/3 2023-10-13T23:42:04.161 INFO:teuthology.orchestra.run.smithi082.stdout: 2023-10-13T23:42:04.161 INFO:teuthology.orchestra.run.smithi082.stdout:Installed: 2023-10-13T23:42:04.161 INFO:teuthology.orchestra.run.smithi082.stdout: kernel-4.18.0-516.el8.x86_64 kernel-core-4.18.0-516.el8.x86_64 2023-10-13T23:42:04.161 INFO:teuthology.orchestra.run.smithi082.stdout: kernel-modules-4.18.0-516.el8.x86_64 2023-10-13T23:42:04.161 INFO:teuthology.orchestra.run.smithi082.stdout: 2023-10-13T23:42:04.162 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2023-10-13T23:42:04.325 DEBUG:teuthology.orchestra.run.smithi082:> rpm -q kernel | sort -rV | head -n 1 2023-10-13T23:42:04.562 INFO:teuthology.orchestra.run.smithi082.stdout:kernel-4.18.0-516.el8.x86_64 2023-10-13T23:42:04.562 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-516.el8.x86_64 2023-10-13T23:42:04.563 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-516.el8.x86_64 2023-10-13T23:42:04.563 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-10-13T23:42:04.563 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-10-13T23:42:04.564 INFO:teuthology.task.kernel:Installing distro kernel on mon.b... 2023-10-13T23:42:04.564 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi082.front.sepia.ceph.com, path=None, version=distro) 2023-10-13T23:42:04.564 DEBUG:teuthology.orchestra.run.smithi082:> rpm -q kernel | sort -rV | head -n 1 2023-10-13T23:42:04.773 INFO:teuthology.orchestra.run.smithi082.stdout:kernel-4.18.0-516.el8.x86_64 2023-10-13T23:42:04.774 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-516.el8.x86_64 2023-10-13T23:42:04.774 DEBUG:teuthology.orchestra.run.smithi082:> sudo rpm -qi grub2-tools 2023-10-13T23:42:04.807 INFO:teuthology.orchestra.run.smithi082.stdout:Name : grub2-tools 2023-10-13T23:42:04.808 INFO:teuthology.orchestra.run.smithi082.stdout:Epoch : 1 2023-10-13T23:42:04.808 INFO:teuthology.orchestra.run.smithi082.stdout:Version : 2.02 2023-10-13T23:42:04.808 INFO:teuthology.orchestra.run.smithi082.stdout:Release : 129.el8 2023-10-13T23:42:04.808 INFO:teuthology.orchestra.run.smithi082.stdout:Architecture: x86_64 2023-10-13T23:42:04.809 INFO:teuthology.orchestra.run.smithi082.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-10-13T23:42:04.809 INFO:teuthology.orchestra.run.smithi082.stdout:Group : System Environment/Base 2023-10-13T23:42:04.809 INFO:teuthology.orchestra.run.smithi082.stdout:Size : 9265586 2023-10-13T23:42:04.809 INFO:teuthology.orchestra.run.smithi082.stdout:License : GPLv3+ 2023-10-13T23:42:04.809 INFO:teuthology.orchestra.run.smithi082.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-10-13T23:42:04.810 INFO:teuthology.orchestra.run.smithi082.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-10-13T23:42:04.810 INFO:teuthology.orchestra.run.smithi082.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-10-13T23:42:04.810 INFO:teuthology.orchestra.run.smithi082.stdout:Build Host : kbuilder.bsys.centos.org 2023-10-13T23:42:04.810 INFO:teuthology.orchestra.run.smithi082.stdout:Relocations : (not relocatable) 2023-10-13T23:42:04.810 INFO:teuthology.orchestra.run.smithi082.stdout:Packager : CentOS BuildSystem 2023-10-13T23:42:04.811 INFO:teuthology.orchestra.run.smithi082.stdout:Vendor : CentOS 2023-10-13T23:42:04.811 INFO:teuthology.orchestra.run.smithi082.stdout:URL : http://www.gnu.org/software/grub/ 2023-10-13T23:42:04.811 INFO:teuthology.orchestra.run.smithi082.stdout:Summary : Support tools for GRUB. 2023-10-13T23:42:04.811 INFO:teuthology.orchestra.run.smithi082.stdout:Description : 2023-10-13T23:42:04.812 INFO:teuthology.orchestra.run.smithi082.stdout: 2023-10-13T23:42:04.812 INFO:teuthology.orchestra.run.smithi082.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-10-13T23:42:04.812 INFO:teuthology.orchestra.run.smithi082.stdout:customizable bootloader with modular architecture. It supports a rich 2023-10-13T23:42:04.812 INFO:teuthology.orchestra.run.smithi082.stdout:variety of kernel formats, file systems, computer architectures and 2023-10-13T23:42:04.812 INFO:teuthology.orchestra.run.smithi082.stdout:hardware devices. 2023-10-13T23:42:04.813 INFO:teuthology.orchestra.run.smithi082.stdout: 2023-10-13T23:42:04.813 INFO:teuthology.orchestra.run.smithi082.stdout:This subpackage provides tools for support of all platforms. 2023-10-13T23:42:04.814 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-10-13T23:42:04.814 INFO:teuthology.task.kernel:Updating grub on smithi082 to boot 4.18.0-516.el8.x86_64 2023-10-13T23:42:04.814 DEBUG:teuthology.orchestra.run.smithi082:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-10-13T23:42:06.325 INFO:teuthology.orchestra.run.smithi082.stderr:Generating grub configuration file ... 2023-10-13T23:42:07.352 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: kernel-core-4.18.0-516.el8.x86_64 3/3 2023-10-13T23:42:07.379 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: kernel-modules-4.18.0-516.el8.x86_64 3/3 2023-10-13T23:42:07.800 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: kernel-4.18.0-516.el8.x86_64 3/3 2023-10-13T23:42:07.800 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : kernel-4.18.0-516.el8.x86_64 1/3 2023-10-13T23:42:07.800 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : kernel-core-4.18.0-516.el8.x86_64 2/3 2023-10-13T23:42:08.562 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : kernel-modules-4.18.0-516.el8.x86_64 3/3 2023-10-13T23:42:08.563 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-13T23:42:08.563 INFO:teuthology.orchestra.run.smithi055.stdout:Installed: 2023-10-13T23:42:08.563 INFO:teuthology.orchestra.run.smithi055.stdout: kernel-4.18.0-516.el8.x86_64 kernel-core-4.18.0-516.el8.x86_64 2023-10-13T23:42:08.563 INFO:teuthology.orchestra.run.smithi055.stdout: kernel-modules-4.18.0-516.el8.x86_64 2023-10-13T23:42:08.564 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-13T23:42:08.564 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2023-10-13T23:42:08.681 INFO:teuthology.orchestra.run.smithi082.stderr:done 2023-10-13T23:42:08.683 DEBUG:teuthology.orchestra.run.smithi082:> mktemp 2023-10-13T23:42:08.695 DEBUG:teuthology.orchestra.run.smithi055:> rpm -q kernel | sort -rV | head -n 1 2023-10-13T23:42:08.713 INFO:teuthology.orchestra.run.smithi082.stdout:/tmp/tmp.Gi0PlgXtMh 2023-10-13T23:42:08.714 DEBUG:teuthology.orchestra.run.smithi082:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.Gi0PlgXtMh 2023-10-13T23:42:08.788 DEBUG:teuthology.orchestra.run.smithi082:> sudo chmod 0666 /tmp/tmp.Gi0PlgXtMh 2023-10-13T23:42:08.922 INFO:teuthology.orchestra.run.smithi055.stdout:kernel-4.18.0-516.el8.x86_64 2023-10-13T23:42:08.923 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-516.el8.x86_64 2023-10-13T23:42:08.923 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-516.el8.x86_64 2023-10-13T23:42:08.923 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-10-13T23:42:08.923 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-10-13T23:42:08.924 INFO:teuthology.task.kernel:Installing distro kernel on mon.a... 2023-10-13T23:42:08.924 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi055.front.sepia.ceph.com, path=None, version=distro) 2023-10-13T23:42:08.924 DEBUG:teuthology.orchestra.run.smithi055:> rpm -q kernel | sort -rV | head -n 1 2023-10-13T23:42:08.932 DEBUG:teuthology.orchestra.remote:smithi082:/tmp/tmp.Gi0PlgXtMh is 6KB 2023-10-13T23:42:08.980 DEBUG:teuthology.orchestra.run.smithi082:> rm -fr /tmp/tmp.Gi0PlgXtMh 2023-10-13T23:42:08.998 DEBUG:teuthology.orchestra.run.smithi082:> sudo /bin/ls /boot/loader/entries || true 2023-10-13T23:42:09.073 INFO:teuthology.orchestra.run.smithi082.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-10-13T23:42:09.073 INFO:teuthology.orchestra.run.smithi082.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-10-13T23:42:09.074 INFO:teuthology.orchestra.run.smithi082.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-10-13T23:42:09.074 INFO:teuthology.orchestra.run.smithi082.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-516.el8.x86_64.conf 2023-10-13T23:42:09.075 DEBUG:teuthology.orchestra.run.smithi082:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-516.el8.x86_64 2023-10-13T23:42:09.142 INFO:teuthology.orchestra.run.smithi055.stdout:kernel-4.18.0-516.el8.x86_64 2023-10-13T23:42:09.142 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-516.el8.x86_64 2023-10-13T23:42:09.142 DEBUG:teuthology.orchestra.run.smithi055:> sudo rpm -qi grub2-tools 2023-10-13T23:42:09.177 INFO:teuthology.orchestra.run.smithi055.stdout:Name : grub2-tools 2023-10-13T23:42:09.177 INFO:teuthology.orchestra.run.smithi055.stdout:Epoch : 1 2023-10-13T23:42:09.178 INFO:teuthology.orchestra.run.smithi055.stdout:Version : 2.02 2023-10-13T23:42:09.178 INFO:teuthology.orchestra.run.smithi055.stdout:Release : 129.el8 2023-10-13T23:42:09.178 INFO:teuthology.orchestra.run.smithi055.stdout:Architecture: x86_64 2023-10-13T23:42:09.178 INFO:teuthology.orchestra.run.smithi055.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-10-13T23:42:09.178 INFO:teuthology.orchestra.run.smithi055.stdout:Group : System Environment/Base 2023-10-13T23:42:09.179 INFO:teuthology.orchestra.run.smithi055.stdout:Size : 9265586 2023-10-13T23:42:09.179 INFO:teuthology.orchestra.run.smithi055.stdout:License : GPLv3+ 2023-10-13T23:42:09.179 INFO:teuthology.orchestra.run.smithi055.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-10-13T23:42:09.179 INFO:teuthology.orchestra.run.smithi055.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-10-13T23:42:09.179 INFO:teuthology.orchestra.run.smithi055.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-10-13T23:42:09.180 INFO:teuthology.orchestra.run.smithi055.stdout:Build Host : kbuilder.bsys.centos.org 2023-10-13T23:42:09.180 INFO:teuthology.orchestra.run.smithi055.stdout:Relocations : (not relocatable) 2023-10-13T23:42:09.180 INFO:teuthology.orchestra.run.smithi055.stdout:Packager : CentOS BuildSystem 2023-10-13T23:42:09.180 INFO:teuthology.orchestra.run.smithi055.stdout:Vendor : CentOS 2023-10-13T23:42:09.180 INFO:teuthology.orchestra.run.smithi055.stdout:URL : http://www.gnu.org/software/grub/ 2023-10-13T23:42:09.181 INFO:teuthology.orchestra.run.smithi055.stdout:Summary : Support tools for GRUB. 2023-10-13T23:42:09.181 INFO:teuthology.orchestra.run.smithi055.stdout:Description : 2023-10-13T23:42:09.181 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-13T23:42:09.181 INFO:teuthology.orchestra.run.smithi055.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-10-13T23:42:09.181 INFO:teuthology.orchestra.run.smithi055.stdout:customizable bootloader with modular architecture. It supports a rich 2023-10-13T23:42:09.181 INFO:teuthology.orchestra.run.smithi055.stdout:variety of kernel formats, file systems, computer architectures and 2023-10-13T23:42:09.182 INFO:teuthology.orchestra.run.smithi055.stdout:hardware devices. 2023-10-13T23:42:09.182 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-13T23:42:09.182 INFO:teuthology.orchestra.run.smithi055.stdout:This subpackage provides tools for support of all platforms. 2023-10-13T23:42:09.183 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-10-13T23:42:09.183 INFO:teuthology.task.kernel:Updating grub on smithi055 to boot 4.18.0-516.el8.x86_64 2023-10-13T23:42:09.184 DEBUG:teuthology.orchestra.run.smithi055:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-10-13T23:42:09.265 DEBUG:teuthology.orchestra.run.smithi082:> sudo shutdown -r now 2023-10-13T23:42:10.585 INFO:teuthology.orchestra.run.smithi055.stderr:Generating grub configuration file ... 2023-10-13T23:42:12.598 INFO:teuthology.orchestra.run.smithi055.stderr:done 2023-10-13T23:42:12.600 DEBUG:teuthology.orchestra.run.smithi055:> mktemp 2023-10-13T23:42:12.631 INFO:teuthology.orchestra.run.smithi055.stdout:/tmp/tmp.3a5sL1ljKL 2023-10-13T23:42:12.631 DEBUG:teuthology.orchestra.run.smithi055:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.3a5sL1ljKL 2023-10-13T23:42:12.703 DEBUG:teuthology.orchestra.run.smithi055:> sudo chmod 0666 /tmp/tmp.3a5sL1ljKL 2023-10-13T23:42:12.850 DEBUG:teuthology.orchestra.remote:smithi055:/tmp/tmp.3a5sL1ljKL is 6KB 2023-10-13T23:42:12.898 DEBUG:teuthology.orchestra.run.smithi055:> rm -fr /tmp/tmp.3a5sL1ljKL 2023-10-13T23:42:12.917 DEBUG:teuthology.orchestra.run.smithi055:> sudo /bin/ls /boot/loader/entries || true 2023-10-13T23:42:12.996 INFO:teuthology.orchestra.run.smithi055.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-10-13T23:42:12.997 INFO:teuthology.orchestra.run.smithi055.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-10-13T23:42:12.997 INFO:teuthology.orchestra.run.smithi055.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-10-13T23:42:12.997 INFO:teuthology.orchestra.run.smithi055.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-516.el8.x86_64.conf 2023-10-13T23:42:12.998 DEBUG:teuthology.orchestra.run.smithi055:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-516.el8.x86_64 2023-10-13T23:42:13.142 DEBUG:teuthology.orchestra.run.smithi055:> sudo shutdown -r now 2023-10-13T23:42:39.294 INFO:teuthology.task.kernel:Checking client mon.b for new kernel version... 2023-10-13T23:42:39.295 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi082.front.sepia.ceph.com' 2023-10-13T23:42:39.296 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi082.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T23:42:43.146 INFO:teuthology.task.kernel:Checking client mon.a for new kernel version... 2023-10-13T23:42:43.146 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi055.front.sepia.ceph.com' 2023-10-13T23:42:43.147 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi055.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T23:43:01.498 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.55 2023-10-13T23:43:10.507 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi055.front.sepia.ceph.com' 2023-10-13T23:43:10.508 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi055.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T23:43:13.786 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.82 2023-10-13T23:43:22.796 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi082.front.sepia.ceph.com' 2023-10-13T23:43:22.797 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi082.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T23:43:28.894 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.55 2023-10-13T23:43:40.907 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi055.front.sepia.ceph.com' 2023-10-13T23:43:40.908 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi055.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T23:43:41.178 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.82 2023-10-13T23:43:42.554 DEBUG:teuthology.orchestra.run.smithi055:> true 2023-10-13T23:43:42.876 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi055.front.sepia.ceph.com' 2023-10-13T23:43:42.876 INFO:teuthology.task.kernel:Checking kernel version of mon.a, want "4.18.0-516.el8.x86_64"... 2023-10-13T23:43:42.876 DEBUG:teuthology.orchestra.run.smithi055:> uname -r 2023-10-13T23:43:42.899 INFO:teuthology.orchestra.run.smithi055.stdout:4.18.0-516.el8.x86_64 2023-10-13T23:43:42.899 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-516.el8.x86_64 vs 4.18.0-516.el8.x86_64 2023-10-13T23:43:42.899 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-10-13T23:43:42.899 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-10-13T23:43:43.901 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2023-10-13T23:43:43.901 DEBUG:teuthology.orchestra.run.smithi055:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-10-13T23:43:43.990 INFO:teuthology.orchestra.run.smithi055.stdout:ttyS1 2023-10-13T23:43:44.004 DEBUG:teuthology.parallel:result is None 2023-10-13T23:43:53.180 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi082.front.sepia.ceph.com' 2023-10-13T23:43:53.180 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi082.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T23:43:53.509 DEBUG:teuthology.orchestra.run.smithi082:> true 2023-10-13T23:43:53.875 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi082.front.sepia.ceph.com' 2023-10-13T23:43:53.876 INFO:teuthology.task.kernel:Checking kernel version of mon.b, want "4.18.0-516.el8.x86_64"... 2023-10-13T23:43:53.876 DEBUG:teuthology.orchestra.run.smithi082:> uname -r 2023-10-13T23:43:53.894 INFO:teuthology.orchestra.run.smithi082.stdout:4.18.0-516.el8.x86_64 2023-10-13T23:43:53.894 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-516.el8.x86_64 vs 4.18.0-516.el8.x86_64 2023-10-13T23:43:53.895 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-10-13T23:43:53.895 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-10-13T23:43:54.896 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2023-10-13T23:43:54.897 DEBUG:teuthology.orchestra.run.smithi082:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-10-13T23:43:54.959 INFO:teuthology.orchestra.run.smithi082.stdout:ttyS1 2023-10-13T23:43:54.983 DEBUG:teuthology.parallel:result is None 2023-10-13T23:43:54.984 INFO:teuthology.run_tasks:Running task internal.base... 2023-10-13T23:43:54.991 INFO:teuthology.task.internal:Creating test directory... 2023-10-13T23:43:54.992 DEBUG:teuthology.orchestra.run.smithi055:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-10-13T23:43:54.997 DEBUG:teuthology.orchestra.run.smithi082:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-10-13T23:43:55.019 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-10-13T23:43:55.026 INFO:teuthology.run_tasks:Running task internal.archive... 2023-10-13T23:43:55.037 INFO:teuthology.task.internal:Creating archive directory... 2023-10-13T23:43:55.037 DEBUG:teuthology.orchestra.run.smithi055:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-10-13T23:43:55.062 DEBUG:teuthology.orchestra.run.smithi082:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-10-13T23:43:55.107 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-10-13T23:43:55.114 INFO:teuthology.task.internal:Enabling coredump saving... 2023-10-13T23:43:55.115 DEBUG:teuthology.orchestra.run.smithi055:> 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-10-13T23:43:55.144 DEBUG:teuthology.orchestra.run.smithi082:> 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-10-13T23:43:55.182 INFO:teuthology.orchestra.run.smithi082.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-13T23:43:55.192 INFO:teuthology.orchestra.run.smithi082.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-13T23:43:55.202 INFO:teuthology.orchestra.run.smithi055.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-13T23:43:55.216 INFO:teuthology.orchestra.run.smithi055.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-13T23:43:55.217 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-10-13T23:43:55.225 INFO:teuthology.task.internal:Configuring sudo... 2023-10-13T23:43:55.225 DEBUG:teuthology.orchestra.run.smithi055:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-10-13T23:43:55.228 DEBUG:teuthology.orchestra.run.smithi082:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-10-13T23:43:55.265 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-10-13T23:43:55.318 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-10-13T23:43:55.318 DEBUG:teuthology.orchestra.run.smithi055:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-10-13T23:43:55.321 DEBUG:teuthology.orchestra.run.smithi082:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-10-13T23:43:55.342 DEBUG:teuthology.orchestra.run.smithi055:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-13T23:43:55.430 DEBUG:teuthology.orchestra.run.smithi055:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-13T23:43:55.493 DEBUG:teuthology.orchestra.run.smithi055:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-13T23:43:55.543 DEBUG:teuthology.orchestra.run.smithi055:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-13T23:43:55.593 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2023-10-13T23:43:55.593 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-10-13T23:43:55.668 DEBUG:teuthology.orchestra.run.smithi082:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-13T23:43:55.707 DEBUG:teuthology.orchestra.run.smithi082:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-13T23:43:55.769 DEBUG:teuthology.orchestra.run.smithi082:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-13T23:43:55.855 DEBUG:teuthology.orchestra.run.smithi082:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-13T23:43:55.902 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2023-10-13T23:43:55.903 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-10-13T23:43:55.974 DEBUG:teuthology.orchestra.run.smithi055:> sudo service rsyslog restart 2023-10-13T23:43:55.977 DEBUG:teuthology.orchestra.run.smithi082:> sudo service rsyslog restart 2023-10-13T23:43:56.052 INFO:teuthology.orchestra.run.smithi055.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-13T23:43:56.085 INFO:teuthology.orchestra.run.smithi082.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-13T23:43:56.544 INFO:teuthology.run_tasks:Running task internal.timer... 2023-10-13T23:43:56.552 INFO:teuthology.task.internal:Starting timer... 2023-10-13T23:43:56.553 INFO:teuthology.run_tasks:Running task pcp... 2023-10-13T23:43:56.562 INFO:teuthology.run_tasks:Running task selinux... 2023-10-13T23:43:56.676 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-10-13T23:43:56.677 DEBUG:teuthology.orchestra.run.smithi055:> sudo service auditd rotate 2023-10-13T23:43:56.760 INFO:teuthology.orchestra.run.smithi055.stdout:Rotating logs: 2023-10-13T23:43:56.762 DEBUG:teuthology.orchestra.run.smithi082:> sudo service auditd rotate 2023-10-13T23:43:56.877 INFO:teuthology.orchestra.run.smithi082.stdout:Rotating logs: 2023-10-13T23:43:56.878 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-10-13T23:43:56.879 DEBUG:teuthology.orchestra.run.smithi055:> /usr/sbin/getenforce 2023-10-13T23:43:56.942 INFO:teuthology.orchestra.run.smithi055.stdout:Permissive 2023-10-13T23:43:56.943 DEBUG:teuthology.orchestra.run.smithi082:> /usr/sbin/getenforce 2023-10-13T23:43:57.456 INFO:teuthology.orchestra.run.smithi082.stdout:Permissive 2023-10-13T23:43:57.457 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi055.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi082.front.sepia.ceph.com': 'permissive'} 2023-10-13T23:43:57.457 DEBUG:teuthology.orchestra.run.smithi055:> 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-10-13T23:43:57.491 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-13T23:43:57.492 DEBUG:teuthology.orchestra.run.smithi082:> 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-10-13T23:43:58.159 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-13T23:43:58.160 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-10-13T23:43:58.161 DEBUG:teuthology.orchestra.run.smithi055:> sudo /usr/sbin/setenforce permissive 2023-10-13T23:43:58.202 DEBUG:teuthology.orchestra.run.smithi082:> sudo /usr/sbin/setenforce permissive 2023-10-13T23:43:58.430 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-10-13T23:43:58.440 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-10-13T23:43:58.447 INFO:teuthology.repo_utils:Fetching main from origin 2023-10-13T23:43:58.577 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-10-13T23:43:58.595 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-10-13T23:43:58.596 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi055.front.sepia.ceph.com,smithi082.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-10-13T23:52:07.119 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi055.front.sepia.ceph.com'), Remote(name='ubuntu@smithi082.front.sepia.ceph.com')] 2023-10-13T23:52:07.121 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi055.front.sepia.ceph.com' 2023-10-13T23:52:07.122 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi055.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T23:52:07.197 DEBUG:teuthology.orchestra.run.smithi055:> true 2023-10-13T23:52:07.273 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi055.front.sepia.ceph.com' 2023-10-13T23:52:07.274 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi082.front.sepia.ceph.com' 2023-10-13T23:52:07.274 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi082.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T23:52:07.344 DEBUG:teuthology.orchestra.run.smithi082:> true 2023-10-13T23:52:07.414 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi082.front.sepia.ceph.com' 2023-10-13T23:52:07.415 INFO:teuthology.run_tasks:Running task clock... 2023-10-13T23:52:07.428 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-10-13T23:52:07.430 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-10-13T23:52:07.430 DEBUG:teuthology.orchestra.run.smithi055:> 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-10-13T23:52:07.433 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-10-13T23:52:07.433 DEBUG:teuthology.orchestra.run.smithi082:> 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-10-13T23:52:07.471 INFO:teuthology.orchestra.run.smithi055.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-10-13T23:52:07.488 INFO:teuthology.orchestra.run.smithi055.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-10-13T23:52:07.489 INFO:teuthology.orchestra.run.smithi082.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-10-13T23:52:07.504 INFO:teuthology.orchestra.run.smithi082.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-10-13T23:52:07.561 INFO:teuthology.orchestra.run.smithi055.stderr:sudo: ntpd: command not found 2023-10-13T23:52:07.570 INFO:teuthology.orchestra.run.smithi082.stderr:sudo: ntpd: command not found 2023-10-13T23:52:07.575 INFO:teuthology.orchestra.run.smithi055.stdout:506 Cannot talk to daemon 2023-10-13T23:52:07.581 INFO:teuthology.orchestra.run.smithi082.stdout:506 Cannot talk to daemon 2023-10-13T23:52:07.592 INFO:teuthology.orchestra.run.smithi055.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-10-13T23:52:07.596 INFO:teuthology.orchestra.run.smithi082.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-10-13T23:52:07.608 INFO:teuthology.orchestra.run.smithi055.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-10-13T23:52:07.610 INFO:teuthology.orchestra.run.smithi082.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-10-13T23:52:07.679 INFO:teuthology.orchestra.run.smithi082.stderr:bash: ntpq: command not found 2023-10-13T23:52:07.682 INFO:teuthology.orchestra.run.smithi082.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-13T23:52:07.683 INFO:teuthology.orchestra.run.smithi082.stdout:=============================================================================== 2023-10-13T23:52:07.683 INFO:teuthology.orchestra.run.smithi082.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-13T23:52:07.683 INFO:teuthology.orchestra.run.smithi082.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-13T23:52:07.683 INFO:teuthology.orchestra.run.smithi082.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-13T23:52:07.683 INFO:teuthology.orchestra.run.smithi082.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-13T23:52:07.703 INFO:teuthology.orchestra.run.smithi055.stderr:bash: ntpq: command not found 2023-10-13T23:52:07.707 INFO:teuthology.orchestra.run.smithi055.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-13T23:52:07.708 INFO:teuthology.orchestra.run.smithi055.stdout:=============================================================================== 2023-10-13T23:52:07.708 INFO:teuthology.orchestra.run.smithi055.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-13T23:52:07.708 INFO:teuthology.orchestra.run.smithi055.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-13T23:52:07.708 INFO:teuthology.orchestra.run.smithi055.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-13T23:52:07.708 INFO:teuthology.orchestra.run.smithi055.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-13T23:52:07.709 INFO:teuthology.run_tasks:Running task pexec... 2023-10-13T23:52:07.722 INFO:teuthology.task.pexec:Executing custom commands... 2023-10-13T23:52:07.723 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi055.front.sepia.ceph.com 2023-10-13T23:52:07.723 DEBUG:teuthology.orchestra.run.smithi055:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-10-13T23:52:07.724 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi082.front.sepia.ceph.com 2023-10-13T23:52:07.724 DEBUG:teuthology.orchestra.run.smithi082:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-10-13T23:52:08.607 INFO:teuthology.orchestra.run.smithi082.stdout:Last metadata expiration check: 0:02:22 ago on Fri 13 Oct 2023 11:49:46 PM UTC. 2023-10-13T23:52:08.764 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:01:41 ago on Fri 13 Oct 2023 11:50:27 PM UTC. 2023-10-13T23:52:10.635 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2023-10-13T23:52:10.636 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2023-10-13T23:52:10.636 INFO:teuthology.orchestra.run.smithi082.stdout: Package Architecture Version Repository Size 2023-10-13T23:52:10.636 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2023-10-13T23:52:10.636 INFO:teuthology.orchestra.run.smithi082.stdout:Resetting modules: 2023-10-13T23:52:10.636 INFO:teuthology.orchestra.run.smithi082.stdout: container-tools 2023-10-13T23:52:10.637 INFO:teuthology.orchestra.run.smithi082.stdout: 2023-10-13T23:52:10.637 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction Summary 2023-10-13T23:52:10.637 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2023-10-13T23:52:10.637 INFO:teuthology.orchestra.run.smithi082.stdout: 2023-10-13T23:52:10.886 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2023-10-13T23:52:11.040 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2023-10-13T23:52:11.042 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2023-10-13T23:52:11.042 INFO:teuthology.orchestra.run.smithi055.stdout: Package Architecture Version Repository Size 2023-10-13T23:52:11.042 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2023-10-13T23:52:11.042 INFO:teuthology.orchestra.run.smithi055.stdout:Resetting modules: 2023-10-13T23:52:11.042 INFO:teuthology.orchestra.run.smithi055.stdout: container-tools 2023-10-13T23:52:11.043 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-13T23:52:11.043 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2023-10-13T23:52:11.043 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2023-10-13T23:52:11.043 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-13T23:52:11.356 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2023-10-13T23:52:11.814 INFO:teuthology.orchestra.run.smithi082.stdout:Last metadata expiration check: 0:02:25 ago on Fri 13 Oct 2023 11:49:46 PM UTC. 2023-10-13T23:52:12.435 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:01:45 ago on Fri 13 Oct 2023 11:50:27 PM UTC. 2023-10-13T23:52:13.807 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2023-10-13T23:52:13.967 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2023-10-13T23:52:13.967 INFO:teuthology.orchestra.run.smithi082.stdout: Package Arch Version Repository Size 2023-10-13T23:52:13.967 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2023-10-13T23:52:13.967 INFO:teuthology.orchestra.run.smithi082.stdout:Installing group/module packages: 2023-10-13T23:52:13.968 INFO:teuthology.orchestra.run.smithi082.stdout: aardvark-dns x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 1.0 M 2023-10-13T23:52:13.968 INFO:teuthology.orchestra.run.smithi082.stdout: buildah x86_64 1:1.31.3-1.module_el8+664+4072b3ae appstream 8.8 M 2023-10-13T23:52:13.968 INFO:teuthology.orchestra.run.smithi082.stdout: cockpit-podman noarch 75-1.module_el8+664+4072b3ae appstream 739 k 2023-10-13T23:52:13.968 INFO:teuthology.orchestra.run.smithi082.stdout: crun x86_64 1.8.7-1.module_el8+661+d1afb926 appstream 239 k 2023-10-13T23:52:13.968 INFO:teuthology.orchestra.run.smithi082.stdout: netavark x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 3.7 M 2023-10-13T23:52:13.969 INFO:teuthology.orchestra.run.smithi082.stdout: python3-podman noarch 4.6.0-1.module_el8+582+a2558ae2 appstream 177 k 2023-10-13T23:52:13.969 INFO:teuthology.orchestra.run.smithi082.stdout: skopeo x86_64 2:1.13.3-1.module_el8+664+4072b3ae appstream 8.1 M 2023-10-13T23:52:13.969 INFO:teuthology.orchestra.run.smithi082.stdout: toolbox x86_64 0.0.99.4-5.module_el8+649+e2deac1d appstream 2.5 M 2023-10-13T23:52:13.969 INFO:teuthology.orchestra.run.smithi082.stdout: udica noarch 0.2.6-20.module_el8+487+8e42a277 appstream 53 k 2023-10-13T23:52:13.969 INFO:teuthology.orchestra.run.smithi082.stdout:Installing dependencies: 2023-10-13T23:52:13.970 INFO:teuthology.orchestra.run.smithi082.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-10-13T23:52:13.970 INFO:teuthology.orchestra.run.smithi082.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-10-13T23:52:13.970 INFO:teuthology.orchestra.run.smithi082.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-10-13T23:52:13.970 INFO:teuthology.orchestra.run.smithi082.stdout:Installing weak dependencies: 2023-10-13T23:52:13.970 INFO:teuthology.orchestra.run.smithi082.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-10-13T23:52:13.970 INFO:teuthology.orchestra.run.smithi082.stdout:Installing module profiles: 2023-10-13T23:52:13.971 INFO:teuthology.orchestra.run.smithi082.stdout: container-tools/common 2023-10-13T23:52:13.971 INFO:teuthology.orchestra.run.smithi082.stdout: 2023-10-13T23:52:13.971 INFO:teuthology.orchestra.run.smithi082.stdout:Enabling module streams: 2023-10-13T23:52:13.971 INFO:teuthology.orchestra.run.smithi082.stdout: container-tools rhel8 2023-10-13T23:52:13.971 INFO:teuthology.orchestra.run.smithi082.stdout: 2023-10-13T23:52:13.972 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction Summary 2023-10-13T23:52:13.972 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================ 2023-10-13T23:52:13.972 INFO:teuthology.orchestra.run.smithi082.stdout:Install 13 Packages 2023-10-13T23:52:13.972 INFO:teuthology.orchestra.run.smithi082.stdout: 2023-10-13T23:52:13.973 INFO:teuthology.orchestra.run.smithi082.stdout:Total download size: 26 M 2023-10-13T23:52:13.973 INFO:teuthology.orchestra.run.smithi082.stdout:Installed size: 87 M 2023-10-13T23:52:13.973 INFO:teuthology.orchestra.run.smithi082.stdout:Downloading Packages: 2023-10-13T23:52:14.383 INFO:teuthology.orchestra.run.smithi082.stdout:(1/13): cockpit-podman-75-1.module_el8+664+4072 2.3 MB/s | 739 kB 00:00 2023-10-13T23:52:14.417 INFO:teuthology.orchestra.run.smithi082.stdout:(2/13): aardvark-dns-1.7.0-1.module_el8+487+8e4 2.8 MB/s | 1.0 MB 00:00 2023-10-13T23:52:14.442 INFO:teuthology.orchestra.run.smithi082.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 644 kB/s | 38 kB 00:00 2023-10-13T23:52:14.485 INFO:teuthology.orchestra.run.smithi082.stdout:(4/13): crun-1.8.7-1.module_el8+661+d1afb926.x8 3.5 MB/s | 239 kB 00:00 2023-10-13T23:52:14.551 INFO:teuthology.orchestra.run.smithi082.stdout:(5/13): python3-podman-4.6.0-1.module_el8+582+a 2.6 MB/s | 177 kB 00:00 2023-10-13T23:52:14.610 INFO:teuthology.orchestra.run.smithi082.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 423 kB/s | 25 kB 00:00 2023-10-13T23:52:14.686 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2023-10-13T23:52:14.693 INFO:teuthology.orchestra.run.smithi082.stdout:(7/13): netavark-1.7.0-1.module_el8+487+8e42a27 15 MB/s | 3.7 MB 00:00 2023-10-13T23:52:14.719 INFO:teuthology.orchestra.run.smithi082.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 865 kB/s | 94 kB 00:00 2023-10-13T23:52:14.827 INFO:teuthology.orchestra.run.smithi082.stdout:(9/13): buildah-1.31.3-1.module_el8+664+4072b3a 12 MB/s | 8.8 MB 00:00 2023-10-13T23:52:14.865 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2023-10-13T23:52:14.865 INFO:teuthology.orchestra.run.smithi055.stdout: Package Arch Version Repository Size 2023-10-13T23:52:14.865 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2023-10-13T23:52:14.866 INFO:teuthology.orchestra.run.smithi055.stdout:Installing group/module packages: 2023-10-13T23:52:14.866 INFO:teuthology.orchestra.run.smithi055.stdout: aardvark-dns x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 1.0 M 2023-10-13T23:52:14.866 INFO:teuthology.orchestra.run.smithi055.stdout: buildah x86_64 1:1.31.3-1.module_el8+664+4072b3ae appstream 8.8 M 2023-10-13T23:52:14.866 INFO:teuthology.orchestra.run.smithi055.stdout: cockpit-podman noarch 75-1.module_el8+664+4072b3ae appstream 739 k 2023-10-13T23:52:14.867 INFO:teuthology.orchestra.run.smithi055.stdout: crun x86_64 1.8.7-1.module_el8+661+d1afb926 appstream 239 k 2023-10-13T23:52:14.867 INFO:teuthology.orchestra.run.smithi055.stdout: netavark x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 3.7 M 2023-10-13T23:52:14.867 INFO:teuthology.orchestra.run.smithi055.stdout: python3-podman noarch 4.6.0-1.module_el8+582+a2558ae2 appstream 177 k 2023-10-13T23:52:14.867 INFO:teuthology.orchestra.run.smithi055.stdout: skopeo x86_64 2:1.13.3-1.module_el8+664+4072b3ae appstream 8.1 M 2023-10-13T23:52:14.867 INFO:teuthology.orchestra.run.smithi055.stdout: toolbox x86_64 0.0.99.4-5.module_el8+649+e2deac1d appstream 2.5 M 2023-10-13T23:52:14.868 INFO:teuthology.orchestra.run.smithi055.stdout: udica noarch 0.2.6-20.module_el8+487+8e42a277 appstream 53 k 2023-10-13T23:52:14.868 INFO:teuthology.orchestra.run.smithi055.stdout:Installing dependencies: 2023-10-13T23:52:14.868 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-10-13T23:52:14.868 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-10-13T23:52:14.868 INFO:teuthology.orchestra.run.smithi055.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-10-13T23:52:14.869 INFO:teuthology.orchestra.run.smithi055.stdout:Installing weak dependencies: 2023-10-13T23:52:14.869 INFO:teuthology.orchestra.run.smithi055.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-10-13T23:52:14.869 INFO:teuthology.orchestra.run.smithi055.stdout:Installing module profiles: 2023-10-13T23:52:14.869 INFO:teuthology.orchestra.run.smithi055.stdout: container-tools/common 2023-10-13T23:52:14.869 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-13T23:52:14.870 INFO:teuthology.orchestra.run.smithi055.stdout:Enabling module streams: 2023-10-13T23:52:14.870 INFO:teuthology.orchestra.run.smithi055.stdout: container-tools rhel8 2023-10-13T23:52:14.870 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-13T23:52:14.870 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2023-10-13T23:52:14.870 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2023-10-13T23:52:14.870 INFO:teuthology.orchestra.run.smithi055.stdout:Install 13 Packages 2023-10-13T23:52:14.871 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-13T23:52:14.871 INFO:teuthology.orchestra.run.smithi055.stdout:Total download size: 26 M 2023-10-13T23:52:14.872 INFO:teuthology.orchestra.run.smithi055.stdout:Installed size: 87 M 2023-10-13T23:52:14.872 INFO:teuthology.orchestra.run.smithi055.stdout:Downloading Packages: 2023-10-13T23:52:14.919 INFO:teuthology.orchestra.run.smithi082.stdout:(10/13): toolbox-0.0.99.4-5.module_el8+649+e2de 13 MB/s | 2.5 MB 00:00 2023-10-13T23:52:14.945 INFO:teuthology.orchestra.run.smithi082.stdout:(11/13): udica-0.2.6-20.module_el8+487+8e42a277 450 kB/s | 53 kB 00:00 2023-10-13T23:52:14.986 INFO:teuthology.orchestra.run.smithi082.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 614 kB/s | 41 kB 00:00 2023-10-13T23:52:15.112 INFO:teuthology.orchestra.run.smithi082.stdout:(13/13): skopeo-1.13.3-1.module_el8+664+4072b3a 19 MB/s | 8.1 MB 00:00 2023-10-13T23:52:15.112 INFO:teuthology.orchestra.run.smithi082.stdout:-------------------------------------------------------------------------------- 2023-10-13T23:52:15.113 INFO:teuthology.orchestra.run.smithi082.stdout:Total 22 MB/s | 26 MB 00:01 2023-10-13T23:52:15.239 INFO:teuthology.orchestra.run.smithi055.stdout:(1/13): cockpit-podman-75-1.module_el8+664+4072 2.2 MB/s | 739 kB 00:00 2023-10-13T23:52:15.273 INFO:teuthology.orchestra.run.smithi055.stdout:(2/13): aardvark-dns-1.7.0-1.module_el8+487+8e4 2.7 MB/s | 1.0 MB 00:00 2023-10-13T23:52:15.298 INFO:teuthology.orchestra.run.smithi055.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 647 kB/s | 38 kB 00:00 2023-10-13T23:52:15.332 INFO:teuthology.orchestra.run.smithi055.stdout:(4/13): crun-1.8.7-1.module_el8+661+d1afb926.x8 4.0 MB/s | 239 kB 00:00 2023-10-13T23:52:15.374 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction check 2023-10-13T23:52:15.394 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction check succeeded. 2023-10-13T23:52:15.395 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction test 2023-10-13T23:52:15.398 INFO:teuthology.orchestra.run.smithi055.stdout:(5/13): python3-podman-4.6.0-1.module_el8+582+a 2.6 MB/s | 177 kB 00:00 2023-10-13T23:52:15.466 INFO:teuthology.orchestra.run.smithi055.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 372 kB/s | 25 kB 00:00 2023-10-13T23:52:15.533 INFO:teuthology.orchestra.run.smithi055.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.4 MB/s | 94 kB 00:00 2023-10-13T23:52:15.591 INFO:teuthology.orchestra.run.smithi055.stdout:(8/13): netavark-1.7.0-1.module_el8+487+8e42a27 13 MB/s | 3.7 MB 00:00 2023-10-13T23:52:15.654 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction test succeeded. 2023-10-13T23:52:15.657 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction 2023-10-13T23:52:15.700 INFO:teuthology.orchestra.run.smithi055.stdout:(9/13): buildah-1.31.3-1.module_el8+664+4072b3a 11 MB/s | 8.8 MB 00:00 2023-10-13T23:52:15.759 INFO:teuthology.orchestra.run.smithi055.stdout:(10/13): toolbox-0.0.99.4-5.module_el8+649+e2de 15 MB/s | 2.5 MB 00:00 2023-10-13T23:52:15.784 INFO:teuthology.orchestra.run.smithi055.stdout:(11/13): udica-0.2.6-20.module_el8+487+8e42a277 630 kB/s | 53 kB 00:00 2023-10-13T23:52:15.826 INFO:teuthology.orchestra.run.smithi055.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 615 kB/s | 41 kB 00:00 2023-10-13T23:52:16.034 INFO:teuthology.orchestra.run.smithi055.stdout:(13/13): skopeo-1.13.3-1.module_el8+664+4072b3a 16 MB/s | 8.1 MB 00:00 2023-10-13T23:52:16.035 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2023-10-13T23:52:16.035 INFO:teuthology.orchestra.run.smithi055.stdout:Total 22 MB/s | 26 MB 00:01 2023-10-13T23:52:16.324 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction check 2023-10-13T23:52:16.348 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction check succeeded. 2023-10-13T23:52:16.349 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction test 2023-10-13T23:52:16.354 INFO:teuthology.orchestra.run.smithi082.stdout: Preparing : 1/1 2023-10-13T23:52:16.612 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-10-13T23:52:16.628 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction test succeeded. 2023-10-13T23:52:16.632 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction 2023-10-13T23:52:16.789 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-10-13T23:52:17.008 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-10-13T23:52:17.224 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-10-13T23:52:17.377 INFO:teuthology.orchestra.run.smithi055.stdout: Preparing : 1/1 2023-10-13T23:52:17.627 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-10-13T23:52:17.788 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 5/13 2023-10-13T23:52:17.794 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-10-13T23:52:18.015 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-10-13T23:52:18.263 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-10-13T23:52:18.850 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 5/13 2023-10-13T23:52:19.093 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-10-13T23:52:19.323 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 7/13 2023-10-13T23:52:19.545 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 8/13 2023-10-13T23:52:19.810 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 9/13 2023-10-13T23:52:19.874 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-10-13T23:52:20.121 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 7/13 2023-10-13T23:52:20.218 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : udica-0.2.6-20.module_el8+487+8e42a277.noarch 10/13 2023-10-13T23:52:20.343 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 8/13 2023-10-13T23:52:20.608 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 9/13 2023-10-13T23:52:21.026 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : udica-0.2.6-20.module_el8+487+8e42a277.noarch 10/13 2023-10-13T23:52:21.103 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-10-13T23:52:21.305 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 12/13 2023-10-13T23:52:21.477 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-10-13T23:52:21.906 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-10-13T23:52:21.906 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 1/13 2023-10-13T23:52:21.906 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2/13 2023-10-13T23:52:21.907 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 3/13 2023-10-13T23:52:21.907 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-10-13T23:52:21.907 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 5/13 2023-10-13T23:52:21.907 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-10-13T23:52:21.907 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 7/13 2023-10-13T23:52:21.908 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-10-13T23:52:21.908 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-10-13T23:52:21.908 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 10/13 2023-10-13T23:52:21.908 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-10-13T23:52:21.908 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : udica-0.2.6-20.module_el8+487+8e42a277.noarch 12/13 2023-10-13T23:52:21.959 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-10-13T23:52:22.189 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 12/13 2023-10-13T23:52:22.367 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-10-13T23:52:22.716 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-10-13T23:52:22.716 INFO:teuthology.orchestra.run.smithi082.stdout: 2023-10-13T23:52:22.716 INFO:teuthology.orchestra.run.smithi082.stdout:Installed: 2023-10-13T23:52:22.716 INFO:teuthology.orchestra.run.smithi082.stdout: aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-10-13T23:52:22.717 INFO:teuthology.orchestra.run.smithi082.stdout: buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2023-10-13T23:52:22.717 INFO:teuthology.orchestra.run.smithi082.stdout: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 2023-10-13T23:52:22.717 INFO:teuthology.orchestra.run.smithi082.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-10-13T23:52:22.717 INFO:teuthology.orchestra.run.smithi082.stdout: crun-1.8.7-1.module_el8+661+d1afb926.x86_64 2023-10-13T23:52:22.717 INFO:teuthology.orchestra.run.smithi082.stdout: netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-10-13T23:52:22.717 INFO:teuthology.orchestra.run.smithi082.stdout: python3-podman-4.6.0-1.module_el8+582+a2558ae2.noarch 2023-10-13T23:52:22.718 INFO:teuthology.orchestra.run.smithi082.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-10-13T23:52:22.718 INFO:teuthology.orchestra.run.smithi082.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-10-13T23:52:22.718 INFO:teuthology.orchestra.run.smithi082.stdout: skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 2023-10-13T23:52:22.718 INFO:teuthology.orchestra.run.smithi082.stdout: toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 2023-10-13T23:52:22.718 INFO:teuthology.orchestra.run.smithi082.stdout: udica-0.2.6-20.module_el8+487+8e42a277.noarch 2023-10-13T23:52:22.719 INFO:teuthology.orchestra.run.smithi082.stdout: yajl-2.1.0-12.el8.x86_64 2023-10-13T23:52:22.719 INFO:teuthology.orchestra.run.smithi082.stdout: 2023-10-13T23:52:22.719 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2023-10-13T23:52:22.882 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-10-13T23:52:22.882 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 1/13 2023-10-13T23:52:22.882 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2/13 2023-10-13T23:52:22.882 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 3/13 2023-10-13T23:52:22.883 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-10-13T23:52:22.883 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 5/13 2023-10-13T23:52:22.883 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-10-13T23:52:22.883 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 7/13 2023-10-13T23:52:22.883 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-10-13T23:52:22.884 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-10-13T23:52:22.884 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 10/13 2023-10-13T23:52:22.885 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-10-13T23:52:22.885 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : udica-0.2.6-20.module_el8+487+8e42a277.noarch 12/13 2023-10-13T23:52:23.083 DEBUG:teuthology.parallel:result is None 2023-10-13T23:52:23.742 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-10-13T23:52:23.742 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-13T23:52:23.743 INFO:teuthology.orchestra.run.smithi055.stdout:Installed: 2023-10-13T23:52:23.743 INFO:teuthology.orchestra.run.smithi055.stdout: aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-10-13T23:52:23.743 INFO:teuthology.orchestra.run.smithi055.stdout: buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2023-10-13T23:52:23.743 INFO:teuthology.orchestra.run.smithi055.stdout: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 2023-10-13T23:52:23.743 INFO:teuthology.orchestra.run.smithi055.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-10-13T23:52:23.744 INFO:teuthology.orchestra.run.smithi055.stdout: crun-1.8.7-1.module_el8+661+d1afb926.x86_64 2023-10-13T23:52:23.744 INFO:teuthology.orchestra.run.smithi055.stdout: netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-10-13T23:52:23.744 INFO:teuthology.orchestra.run.smithi055.stdout: python3-podman-4.6.0-1.module_el8+582+a2558ae2.noarch 2023-10-13T23:52:23.744 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-10-13T23:52:23.744 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-10-13T23:52:23.745 INFO:teuthology.orchestra.run.smithi055.stdout: skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 2023-10-13T23:52:23.745 INFO:teuthology.orchestra.run.smithi055.stdout: toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 2023-10-13T23:52:23.745 INFO:teuthology.orchestra.run.smithi055.stdout: udica-0.2.6-20.module_el8+487+8e42a277.noarch 2023-10-13T23:52:23.745 INFO:teuthology.orchestra.run.smithi055.stdout: yajl-2.1.0-12.el8.x86_64 2023-10-13T23:52:23.745 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-13T23:52:23.746 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2023-10-13T23:52:24.098 DEBUG:teuthology.parallel:result is None 2023-10-13T23:52:24.098 INFO:teuthology.run_tasks:Running task install... 2023-10-13T23:52:24.134 DEBUG:teuthology.task.install:project ceph 2023-10-13T23:52:24.134 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'extra_system_packages': ['python3-pytest'], 'flavor': 'default', 'sha1': '3b7b697cbf6ffcf4008fdd8ebe8798db50497941'}} 2023-10-13T23:52:24.135 DEBUG:teuthology.task.install:config {'branch': 'quincy', 'exclude_packages': ['ceph-volume'], 'extra_system_packages': ['python3-pytest'], 'flavor': 'default', 'sha1': '3b7b697cbf6ffcf4008fdd8ebe8798db50497941'} 2023-10-13T23:52:24.135 INFO:teuthology.task.install:Using flavor: default 2023-10-13T23:52:24.141 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-10-13T23:52:24.142 INFO:teuthology.task.install:extra packages: [] 2023-10-13T23:52:24.142 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': '3b7b697cbf6ffcf4008fdd8ebe8798db50497941', 'tag': None, 'wait_for_package': False} 2023-10-13T23:52:24.143 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-10-13T23:52:24.143 INFO:teuthology.packaging:ref: None 2023-10-13T23:52:24.143 INFO:teuthology.packaging:tag: None 2023-10-13T23:52:24.143 INFO:teuthology.packaging:branch: quincy 2023-10-13T23:52:24.144 INFO:teuthology.packaging:sha1: 3b7b697cbf6ffcf4008fdd8ebe8798db50497941 2023-10-13T23:52:24.144 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=quincy 2023-10-13T23:52:24.146 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': '3b7b697cbf6ffcf4008fdd8ebe8798db50497941', 'tag': None, 'wait_for_package': False} 2023-10-13T23:52:24.147 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-10-13T23:52:24.147 INFO:teuthology.packaging:ref: None 2023-10-13T23:52:24.147 INFO:teuthology.packaging:tag: None 2023-10-13T23:52:24.147 INFO:teuthology.packaging:branch: quincy 2023-10-13T23:52:24.148 INFO:teuthology.packaging:sha1: 3b7b697cbf6ffcf4008fdd8ebe8798db50497941 2023-10-13T23:52:24.148 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=quincy 2023-10-13T23:52:24.420 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/quincy/9d6d32bb3452d5179bde2ee1cfa05df7a65f4586/centos/8/flavors/default/ 2023-10-13T23:52:24.421 INFO:teuthology.task.install.rpm:Package version is 17.2.6-1415.g9d6d32bb 2023-10-13T23:52:24.529 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/quincy/9d6d32bb3452d5179bde2ee1cfa05df7a65f4586/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/9d6d32bb3452d5179bde2ee1cfa05df7a65f4586/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/9d6d32bb3452d5179bde2ee1cfa05df7a65f4586/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-10-13T23:52:24.529 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2023-10-13T23:52:24.529 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-10-13T23:52:24.533 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/quincy/9d6d32bb3452d5179bde2ee1cfa05df7a65f4586/centos/8/flavors/default/ 2023-10-13T23:52:24.533 INFO:teuthology.task.install.rpm:Package version is 17.2.6-1415.g9d6d32bb 2023-10-13T23:52:24.564 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-10-13T23:52:24.564 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-10-13T23:52:24.565 INFO:teuthology.packaging:ref: None 2023-10-13T23:52:24.565 INFO:teuthology.packaging:tag: None 2023-10-13T23:52:24.565 INFO:teuthology.packaging:branch: quincy 2023-10-13T23:52:24.565 INFO:teuthology.packaging:sha1: 3b7b697cbf6ffcf4008fdd8ebe8798db50497941 2023-10-13T23:52:24.566 DEBUG:teuthology.orchestra.run.smithi082:> 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-10-13T23:52:24.636 DEBUG:teuthology.orchestra.run.smithi082:> 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-10-13T23:52:24.700 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/quincy/9d6d32bb3452d5179bde2ee1cfa05df7a65f4586/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/9d6d32bb3452d5179bde2ee1cfa05df7a65f4586/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/9d6d32bb3452d5179bde2ee1cfa05df7a65f4586/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-10-13T23:52:24.701 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2023-10-13T23:52:24.701 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-10-13T23:52:24.716 DEBUG:teuthology.orchestra.run.smithi082:> 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-10-13T23:52:24.738 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-10-13T23:52:24.738 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-10-13T23:52:24.739 INFO:teuthology.packaging:ref: None 2023-10-13T23:52:24.739 INFO:teuthology.packaging:tag: None 2023-10-13T23:52:24.739 INFO:teuthology.packaging:branch: quincy 2023-10-13T23:52:24.739 INFO:teuthology.packaging:sha1: 3b7b697cbf6ffcf4008fdd8ebe8798db50497941 2023-10-13T23:52:24.740 DEBUG:teuthology.orchestra.run.smithi055:> 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-10-13T23:52:24.784 INFO:teuthology.orchestra.run.smithi082.stdout:check_obsoletes = 1 2023-10-13T23:52:24.786 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum clean all 2023-10-13T23:52:24.815 DEBUG:teuthology.orchestra.run.smithi055:> 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-10-13T23:52:24.902 DEBUG:teuthology.orchestra.run.smithi055:> 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-10-13T23:52:24.936 INFO:teuthology.orchestra.run.smithi055.stdout:check_obsoletes = 1 2023-10-13T23:52:24.938 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum clean all 2023-10-13T23:52:25.061 INFO:teuthology.orchestra.run.smithi082.stdout:76 files removed 2023-10-13T23:52:25.088 DEBUG:teuthology.orchestra.run.smithi082:> 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-10-13T23:52:25.253 INFO:teuthology.orchestra.run.smithi055.stdout:76 files removed 2023-10-13T23:52:25.289 DEBUG:teuthology.orchestra.run.smithi055:> 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-10-13T23:52:25.846 INFO:teuthology.orchestra.run.smithi082.stdout:ceph packages for x86_64 222 kB/s | 78 kB 00:00 2023-10-13T23:52:26.069 INFO:teuthology.orchestra.run.smithi055.stdout:ceph packages for x86_64 259 kB/s | 78 kB 00:00 2023-10-13T23:52:26.221 INFO:teuthology.orchestra.run.smithi082.stdout:ceph noarch packages 27 kB/s | 9.1 kB 00:00 2023-10-13T23:52:26.462 INFO:teuthology.orchestra.run.smithi055.stdout:ceph noarch packages 26 kB/s | 9.1 kB 00:00 2023-10-13T23:52:26.514 INFO:teuthology.orchestra.run.smithi082.stdout:ceph source packages 5.5 kB/s | 1.4 kB 00:00 2023-10-13T23:52:26.762 INFO:teuthology.orchestra.run.smithi055.stdout:ceph source packages 5.4 kB/s | 1.4 kB 00:00 2023-10-13T23:52:28.147 INFO:teuthology.orchestra.run.smithi082.stdout:CentOS Stream 8 - AppStream 21 MB/s | 33 MB 00:01 2023-10-13T23:52:28.488 INFO:teuthology.orchestra.run.smithi055.stdout:CentOS Stream 8 - AppStream 20 MB/s | 33 MB 00:01 2023-10-13T23:52:35.814 INFO:teuthology.orchestra.run.smithi082.stdout:CentOS Stream 8 - BaseOS 34 MB/s | 49 MB 00:01 2023-10-13T23:52:36.771 INFO:teuthology.orchestra.run.smithi055.stdout:CentOS Stream 8 - BaseOS 32 MB/s | 49 MB 00:01 2023-10-13T23:52:42.997 INFO:teuthology.orchestra.run.smithi082.stdout:CentOS Stream 8 - Extras 112 kB/s | 18 kB 00:00 2023-10-13T23:52:43.714 INFO:teuthology.orchestra.run.smithi082.stdout:CentOS Stream 8 - Extras common packages 13 kB/s | 6.9 kB 00:00 2023-10-13T23:52:44.632 INFO:teuthology.orchestra.run.smithi082.stdout:CentOS Stream 8 - PowerTools 8.5 MB/s | 6.5 MB 00:00 2023-10-13T23:52:44.921 INFO:teuthology.orchestra.run.smithi055.stdout:CentOS Stream 8 - Extras 60 kB/s | 18 kB 00:00 2023-10-13T23:52:45.514 INFO:teuthology.orchestra.run.smithi055.stdout:CentOS Stream 8 - Extras common packages 18 kB/s | 6.9 kB 00:00 2023-10-13T23:52:46.025 INFO:teuthology.orchestra.run.smithi082.stdout:Copr repo for python3-asyncssh owned by ceph 31 kB/s | 3.5 kB 00:00 2023-10-13T23:52:46.698 INFO:teuthology.orchestra.run.smithi055.stdout:CentOS Stream 8 - PowerTools 6.4 MB/s | 6.5 MB 00:01 2023-10-13T23:52:48.258 INFO:teuthology.orchestra.run.smithi055.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2023-10-13T23:52:48.992 INFO:teuthology.orchestra.run.smithi055.stdout:Extra Packages for Enterprise Linux 28 MB/s | 16 MB 00:00 2023-10-13T23:52:50.495 INFO:teuthology.orchestra.run.smithi082.stdout:Extra Packages for Enterprise Linux 3.7 MB/s | 16 MB 00:04 2023-10-13T23:52:53.276 INFO:teuthology.orchestra.run.smithi055.stdout:lab-extras 502 kB/s | 24 kB 00:00 2023-10-13T23:52:54.450 INFO:teuthology.orchestra.run.smithi082.stdout:lab-extras 412 kB/s | 24 kB 00:00 2023-10-13T23:52:58.004 INFO:teuthology.orchestra.run.smithi055.stdout:Package librados2-1:12.2.7-9.el8.x86_64 is already installed. 2023-10-13T23:52:58.005 INFO:teuthology.orchestra.run.smithi055.stdout:Package librbd1-1:12.2.7-9.el8.x86_64 is already installed. 2023-10-13T23:52:58.248 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2023-10-13T23:52:58.259 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================================ 2023-10-13T23:52:58.260 INFO:teuthology.orchestra.run.smithi055.stdout: Package Arch Version Repository Size 2023-10-13T23:52:58.260 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================================ 2023-10-13T23:52:58.260 INFO:teuthology.orchestra.run.smithi055.stdout:Installing: 2023-10-13T23:52:58.260 INFO:teuthology.orchestra.run.smithi055.stdout: ceph x86_64 2:17.2.6-1415.g9d6d32bb.el8 ceph 6.4 k 2023-10-13T23:52:58.261 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-base x86_64 2:17.2.6-1415.g9d6d32bb.el8 ceph 5.2 M 2023-10-13T23:52:58.261 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-fuse x86_64 2:17.2.6-1415.g9d6d32bb.el8 ceph 876 k 2023-10-13T23:52:58.261 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-immutable-object-cache x86_64 2:17.2.6-1415.g9d6d32bb.el8 ceph 162 k 2023-10-13T23:52:58.261 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mgr x86_64 2:17.2.6-1415.g9d6d32bb.el8 ceph 1.6 M 2023-10-13T23:52:58.261 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mgr-cephadm noarch 2:17.2.6-1415.g9d6d32bb.el8 ceph-noarch 121 k 2023-10-13T23:52:58.262 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mgr-dashboard noarch 2:17.2.6-1415.g9d6d32bb.el8 ceph-noarch 1.7 M 2023-10-13T23:52:58.262 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mgr-diskprediction-local noarch 2:17.2.6-1415.g9d6d32bb.el8 ceph-noarch 7.4 M 2023-10-13T23:52:58.262 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mgr-rook noarch 2:17.2.6-1415.g9d6d32bb.el8 ceph-noarch 47 k 2023-10-13T23:52:58.262 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-radosgw x86_64 2:17.2.6-1415.g9d6d32bb.el8 ceph 17 M 2023-10-13T23:52:58.262 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-test x86_64 2:17.2.6-1415.g9d6d32bb.el8 ceph 52 M 2023-10-13T23:52:58.263 INFO:teuthology.orchestra.run.smithi055.stdout: cephadm noarch 2:17.2.6-1415.g9d6d32bb.el8 ceph-noarch 80 k 2023-10-13T23:52:58.263 INFO:teuthology.orchestra.run.smithi055.stdout: libcephfs-devel x86_64 2:17.2.6-1415.g9d6d32bb.el8 ceph 25 k 2023-10-13T23:52:58.263 INFO:teuthology.orchestra.run.smithi055.stdout: libcephfs2 x86_64 2:17.2.6-1415.g9d6d32bb.el8 ceph 797 k 2023-10-13T23:52:58.263 INFO:teuthology.orchestra.run.smithi055.stdout: librados-devel x86_64 2:17.2.6-1415.g9d6d32bb.el8 ceph 130 k 2023-10-13T23:52:58.263 INFO:teuthology.orchestra.run.smithi055.stdout: python3-cephfs x86_64 2:17.2.6-1415.g9d6d32bb.el8 ceph 190 k 2023-10-13T23:52:58.264 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pytest noarch 3.4.2-11.el8 appstream 1.3 M 2023-10-13T23:52:58.264 INFO:teuthology.orchestra.run.smithi055.stdout: python3-rados x86_64 2:17.2.6-1415.g9d6d32bb.el8 ceph 370 k 2023-10-13T23:52:58.264 INFO:teuthology.orchestra.run.smithi055.stdout: python3-rbd x86_64 2:17.2.6-1415.g9d6d32bb.el8 ceph 358 k 2023-10-13T23:52:58.264 INFO:teuthology.orchestra.run.smithi055.stdout: python3-rgw x86_64 2:17.2.6-1415.g9d6d32bb.el8 ceph 107 k 2023-10-13T23:52:58.264 INFO:teuthology.orchestra.run.smithi055.stdout: rbd-fuse x86_64 2:17.2.6-1415.g9d6d32bb.el8 ceph 90 k 2023-10-13T23:52:58.265 INFO:teuthology.orchestra.run.smithi055.stdout: rbd-mirror x86_64 2:17.2.6-1415.g9d6d32bb.el8 ceph 3.5 M 2023-10-13T23:52:58.265 INFO:teuthology.orchestra.run.smithi055.stdout: rbd-nbd x86_64 2:17.2.6-1415.g9d6d32bb.el8 ceph 173 k 2023-10-13T23:52:58.265 INFO:teuthology.orchestra.run.smithi055.stdout:Upgrading: 2023-10-13T23:52:58.265 INFO:teuthology.orchestra.run.smithi055.stdout: librados2 x86_64 2:17.2.6-1415.g9d6d32bb.el8 ceph 3.5 M 2023-10-13T23:52:58.265 INFO:teuthology.orchestra.run.smithi055.stdout: librbd1 x86_64 2:17.2.6-1415.g9d6d32bb.el8 ceph 3.6 M 2023-10-13T23:52:58.266 INFO:teuthology.orchestra.run.smithi055.stdout:Installing dependencies: 2023-10-13T23:52:58.266 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-common x86_64 2:17.2.6-1415.g9d6d32bb.el8 ceph 23 M 2023-10-13T23:52:58.266 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-grafana-dashboards noarch 2:17.2.6-1415.g9d6d32bb.el8 ceph-noarch 23 k 2023-10-13T23:52:58.266 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mds x86_64 2:17.2.6-1415.g9d6d32bb.el8 ceph 2.3 M 2023-10-13T23:52:58.266 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mgr-modules-core noarch 2:17.2.6-1415.g9d6d32bb.el8 ceph-noarch 238 k 2023-10-13T23:52:58.267 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mon x86_64 2:17.2.6-1415.g9d6d32bb.el8 ceph 3.9 M 2023-10-13T23:52:58.267 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-osd x86_64 2:17.2.6-1415.g9d6d32bb.el8 ceph 17 M 2023-10-13T23:52:58.267 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-prometheus-alerts noarch 2:17.2.6-1415.g9d6d32bb.el8 ceph-noarch 14 k 2023-10-13T23:52:58.268 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-selinux x86_64 2:17.2.6-1415.g9d6d32bb.el8 ceph 24 k 2023-10-13T23:52:58.268 INFO:teuthology.orchestra.run.smithi055.stdout: fuse x86_64 2.9.7-17.el8 baseos 83 k 2023-10-13T23:52:58.268 INFO:teuthology.orchestra.run.smithi055.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-10-13T23:52:58.268 INFO:teuthology.orchestra.run.smithi055.stdout: jq x86_64 1.6-7.el8 appstream 202 k 2023-10-13T23:52:58.268 INFO:teuthology.orchestra.run.smithi055.stdout: libcephsqlite x86_64 2:17.2.6-1415.g9d6d32bb.el8 ceph 174 k 2023-10-13T23:52:58.268 INFO:teuthology.orchestra.run.smithi055.stdout: libgfortran x86_64 8.5.0-21.el8 baseos 645 k 2023-10-13T23:52:58.269 INFO:teuthology.orchestra.run.smithi055.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-10-13T23:52:58.269 INFO:teuthology.orchestra.run.smithi055.stdout: libquadmath x86_64 8.5.0-21.el8 baseos 172 k 2023-10-13T23:52:58.269 INFO:teuthology.orchestra.run.smithi055.stdout: librabbitmq x86_64 0.9.0-4.el8 baseos 47 k 2023-10-13T23:52:58.270 INFO:teuthology.orchestra.run.smithi055.stdout: libradosstriper1 x86_64 2:17.2.6-1415.g9d6d32bb.el8 ceph 507 k 2023-10-13T23:52:58.270 INFO:teuthology.orchestra.run.smithi055.stdout: librdkafka x86_64 0.11.4-3.el8 appstream 354 k 2023-10-13T23:52:58.270 INFO:teuthology.orchestra.run.smithi055.stdout: librgw2 x86_64 2:17.2.6-1415.g9d6d32bb.el8 ceph 5.6 M 2023-10-13T23:52:58.270 INFO:teuthology.orchestra.run.smithi055.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-10-13T23:52:58.270 INFO:teuthology.orchestra.run.smithi055.stdout: lttng-ust x86_64 2.8.1-11.el8 appstream 259 k 2023-10-13T23:52:58.271 INFO:teuthology.orchestra.run.smithi055.stdout: oniguruma x86_64 6.8.2-2.el8 appstream 187 k 2023-10-13T23:52:58.271 INFO:teuthology.orchestra.run.smithi055.stdout: openblas x86_64 0.3.15-4.el8 appstream 4.7 M 2023-10-13T23:52:58.271 INFO:teuthology.orchestra.run.smithi055.stdout: openblas-threads x86_64 0.3.15-4.el8 appstream 4.9 M 2023-10-13T23:52:58.271 INFO:teuthology.orchestra.run.smithi055.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-10-13T23:52:58.271 INFO:teuthology.orchestra.run.smithi055.stdout: python3-attrs noarch 17.4.0-6.el8 appstream 53 k 2023-10-13T23:52:58.272 INFO:teuthology.orchestra.run.smithi055.stdout: python3-babel noarch 2.5.1-7.el8 appstream 4.8 M 2023-10-13T23:52:58.272 INFO:teuthology.orchestra.run.smithi055.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-10-13T23:52:58.272 INFO:teuthology.orchestra.run.smithi055.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-10-13T23:52:58.272 INFO:teuthology.orchestra.run.smithi055.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-10-13T23:52:58.272 INFO:teuthology.orchestra.run.smithi055.stdout: python3-ceph-argparse x86_64 2:17.2.6-1415.g9d6d32bb.el8 ceph 45 k 2023-10-13T23:52:58.273 INFO:teuthology.orchestra.run.smithi055.stdout: python3-ceph-common x86_64 2:17.2.6-1415.g9d6d32bb.el8 ceph 115 k 2023-10-13T23:52:58.273 INFO:teuthology.orchestra.run.smithi055.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-10-13T23:52:58.273 INFO:teuthology.orchestra.run.smithi055.stdout: python3-cffi x86_64 1.11.5-6.el8 baseos 249 k 2023-10-13T23:52:58.273 INFO:teuthology.orchestra.run.smithi055.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-10-13T23:52:58.273 INFO:teuthology.orchestra.run.smithi055.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-10-13T23:52:58.274 INFO:teuthology.orchestra.run.smithi055.stdout: python3-cryptography x86_64 3.2.1-6.el8 baseos 641 k 2023-10-13T23:52:58.274 INFO:teuthology.orchestra.run.smithi055.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-10-13T23:52:58.274 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-10-13T23:52:58.274 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-10-13T23:52:58.274 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jinja2 noarch 2.10.1-3.el8 appstream 538 k 2023-10-13T23:52:58.275 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jsonpatch noarch 1.21-2.el8 appstream 27 k 2023-10-13T23:52:58.275 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jsonpointer noarch 1.10-11.el8 appstream 20 k 2023-10-13T23:52:58.275 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jwt noarch 1.6.1-2.el8 baseos 43 k 2023-10-13T23:52:58.275 INFO:teuthology.orchestra.run.smithi055.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-10-13T23:52:58.275 INFO:teuthology.orchestra.run.smithi055.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-10-13T23:52:58.276 INFO:teuthology.orchestra.run.smithi055.stdout: python3-mako noarch 1.0.6-14.el8 appstream 157 k 2023-10-13T23:52:58.276 INFO:teuthology.orchestra.run.smithi055.stdout: python3-markupsafe x86_64 0.23-19.el8 appstream 39 k 2023-10-13T23:52:58.276 INFO:teuthology.orchestra.run.smithi055.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-10-13T23:52:58.276 INFO:teuthology.orchestra.run.smithi055.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-10-13T23:52:58.276 INFO:teuthology.orchestra.run.smithi055.stdout: python3-numpy x86_64 1:1.14.3-10.el8 appstream 3.7 M 2023-10-13T23:52:58.277 INFO:teuthology.orchestra.run.smithi055.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 appstream 225 k 2023-10-13T23:52:58.277 INFO:teuthology.orchestra.run.smithi055.stdout: python3-oauthlib noarch 2.1.0-1.el8 baseos 155 k 2023-10-13T23:52:58.277 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-10-13T23:52:58.277 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pluggy noarch 0.6.0-3.el8 appstream 32 k 2023-10-13T23:52:58.277 INFO:teuthology.orchestra.run.smithi055.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-10-13T23:52:58.278 INFO:teuthology.orchestra.run.smithi055.stdout: python3-prettytable noarch 0.7.2-14.el8 appstream 44 k 2023-10-13T23:52:58.278 INFO:teuthology.orchestra.run.smithi055.stdout: python3-py noarch 1.5.3-4.el8 appstream 472 k 2023-10-13T23:52:58.278 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 appstream 103 k 2023-10-13T23:52:58.278 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pyasn1 noarch 0.3.7-6.el8 appstream 126 k 2023-10-13T23:52:58.278 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 appstream 110 k 2023-10-13T23:52:58.279 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pycparser noarch 2.14-14.el8 baseos 109 k 2023-10-13T23:52:58.279 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pytz noarch 2017.2-11.el8 appstream 57 k 2023-10-13T23:52:58.279 INFO:teuthology.orchestra.run.smithi055.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-10-13T23:52:58.279 INFO:teuthology.orchestra.run.smithi055.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 baseos 43 k 2023-10-13T23:52:58.279 INFO:teuthology.orchestra.run.smithi055.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-10-13T23:52:58.280 INFO:teuthology.orchestra.run.smithi055.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-10-13T23:52:58.280 INFO:teuthology.orchestra.run.smithi055.stdout: python3-scipy x86_64 1.0.0-21.module_el8.5.0+771+e5d9a225 appstream 14 M 2023-10-13T23:52:58.280 INFO:teuthology.orchestra.run.smithi055.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-10-13T23:52:58.280 INFO:teuthology.orchestra.run.smithi055.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-10-13T23:52:58.280 INFO:teuthology.orchestra.run.smithi055.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-10-13T23:52:58.281 INFO:teuthology.orchestra.run.smithi055.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-10-13T23:52:58.281 INFO:teuthology.orchestra.run.smithi055.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-10-13T23:52:58.281 INFO:teuthology.orchestra.run.smithi055.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-10-13T23:52:58.281 INFO:teuthology.orchestra.run.smithi055.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-10-13T23:52:58.281 INFO:teuthology.orchestra.run.smithi055.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-10-13T23:52:58.281 INFO:teuthology.orchestra.run.smithi055.stdout: python3-werkzeug noarch 0.12.2-4.el8 appstream 457 k 2023-10-13T23:52:58.282 INFO:teuthology.orchestra.run.smithi055.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-10-13T23:52:58.282 INFO:teuthology.orchestra.run.smithi055.stdout: socat x86_64 1.7.4.1-1.el8 appstream 323 k 2023-10-13T23:52:58.282 INFO:teuthology.orchestra.run.smithi055.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-10-13T23:52:58.282 INFO:teuthology.orchestra.run.smithi055.stdout: xmlstarlet x86_64 1.6.1-20.el8 appstream 71 k 2023-10-13T23:52:58.282 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-13T23:52:58.283 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2023-10-13T23:52:58.283 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================================ 2023-10-13T23:52:58.283 INFO:teuthology.orchestra.run.smithi055.stdout:Install 104 Packages 2023-10-13T23:52:58.283 INFO:teuthology.orchestra.run.smithi055.stdout:Upgrade 2 Packages 2023-10-13T23:52:58.283 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-13T23:52:58.284 INFO:teuthology.orchestra.run.smithi055.stdout:Total download size: 197 M 2023-10-13T23:52:58.285 INFO:teuthology.orchestra.run.smithi055.stdout:Downloading Packages: 2023-10-13T23:52:58.721 INFO:teuthology.orchestra.run.smithi082.stdout:Package librados2-1:12.2.7-9.el8.x86_64 is already installed. 2023-10-13T23:52:58.722 INFO:teuthology.orchestra.run.smithi082.stdout:Package librbd1-1:12.2.7-9.el8.x86_64 is already installed. 2023-10-13T23:52:58.870 INFO:teuthology.orchestra.run.smithi055.stdout:(1/106): ceph-17.2.6-1415.g9d6d32bb.el8.x86_64. 35 kB/s | 6.4 kB 00:00 2023-10-13T23:52:58.940 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2023-10-13T23:52:58.950 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================================ 2023-10-13T23:52:58.950 INFO:teuthology.orchestra.run.smithi082.stdout: Package Arch Version Repository Size 2023-10-13T23:52:58.950 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================================ 2023-10-13T23:52:58.951 INFO:teuthology.orchestra.run.smithi082.stdout:Installing: 2023-10-13T23:52:58.951 INFO:teuthology.orchestra.run.smithi082.stdout: ceph x86_64 2:17.2.6-1415.g9d6d32bb.el8 ceph 6.4 k 2023-10-13T23:52:58.951 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-base x86_64 2:17.2.6-1415.g9d6d32bb.el8 ceph 5.2 M 2023-10-13T23:52:58.951 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-fuse x86_64 2:17.2.6-1415.g9d6d32bb.el8 ceph 876 k 2023-10-13T23:52:58.951 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-immutable-object-cache x86_64 2:17.2.6-1415.g9d6d32bb.el8 ceph 162 k 2023-10-13T23:52:58.952 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-mgr x86_64 2:17.2.6-1415.g9d6d32bb.el8 ceph 1.6 M 2023-10-13T23:52:58.952 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-mgr-cephadm noarch 2:17.2.6-1415.g9d6d32bb.el8 ceph-noarch 121 k 2023-10-13T23:52:58.952 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-mgr-dashboard noarch 2:17.2.6-1415.g9d6d32bb.el8 ceph-noarch 1.7 M 2023-10-13T23:52:58.952 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-mgr-diskprediction-local noarch 2:17.2.6-1415.g9d6d32bb.el8 ceph-noarch 7.4 M 2023-10-13T23:52:58.952 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-mgr-rook noarch 2:17.2.6-1415.g9d6d32bb.el8 ceph-noarch 47 k 2023-10-13T23:52:58.953 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-radosgw x86_64 2:17.2.6-1415.g9d6d32bb.el8 ceph 17 M 2023-10-13T23:52:58.953 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-test x86_64 2:17.2.6-1415.g9d6d32bb.el8 ceph 52 M 2023-10-13T23:52:58.953 INFO:teuthology.orchestra.run.smithi082.stdout: cephadm noarch 2:17.2.6-1415.g9d6d32bb.el8 ceph-noarch 80 k 2023-10-13T23:52:58.953 INFO:teuthology.orchestra.run.smithi082.stdout: libcephfs-devel x86_64 2:17.2.6-1415.g9d6d32bb.el8 ceph 25 k 2023-10-13T23:52:58.953 INFO:teuthology.orchestra.run.smithi082.stdout: libcephfs2 x86_64 2:17.2.6-1415.g9d6d32bb.el8 ceph 797 k 2023-10-13T23:52:58.954 INFO:teuthology.orchestra.run.smithi082.stdout: librados-devel x86_64 2:17.2.6-1415.g9d6d32bb.el8 ceph 130 k 2023-10-13T23:52:58.954 INFO:teuthology.orchestra.run.smithi082.stdout: python3-cephfs x86_64 2:17.2.6-1415.g9d6d32bb.el8 ceph 190 k 2023-10-13T23:52:58.954 INFO:teuthology.orchestra.run.smithi082.stdout: python3-pytest noarch 3.4.2-11.el8 appstream 1.3 M 2023-10-13T23:52:58.954 INFO:teuthology.orchestra.run.smithi082.stdout: python3-rados x86_64 2:17.2.6-1415.g9d6d32bb.el8 ceph 370 k 2023-10-13T23:52:58.954 INFO:teuthology.orchestra.run.smithi082.stdout: python3-rbd x86_64 2:17.2.6-1415.g9d6d32bb.el8 ceph 358 k 2023-10-13T23:52:58.955 INFO:teuthology.orchestra.run.smithi082.stdout: python3-rgw x86_64 2:17.2.6-1415.g9d6d32bb.el8 ceph 107 k 2023-10-13T23:52:58.955 INFO:teuthology.orchestra.run.smithi082.stdout: rbd-fuse x86_64 2:17.2.6-1415.g9d6d32bb.el8 ceph 90 k 2023-10-13T23:52:58.955 INFO:teuthology.orchestra.run.smithi082.stdout: rbd-mirror x86_64 2:17.2.6-1415.g9d6d32bb.el8 ceph 3.5 M 2023-10-13T23:52:58.955 INFO:teuthology.orchestra.run.smithi082.stdout: rbd-nbd x86_64 2:17.2.6-1415.g9d6d32bb.el8 ceph 173 k 2023-10-13T23:52:58.955 INFO:teuthology.orchestra.run.smithi082.stdout:Upgrading: 2023-10-13T23:52:58.956 INFO:teuthology.orchestra.run.smithi082.stdout: librados2 x86_64 2:17.2.6-1415.g9d6d32bb.el8 ceph 3.5 M 2023-10-13T23:52:58.956 INFO:teuthology.orchestra.run.smithi082.stdout: librbd1 x86_64 2:17.2.6-1415.g9d6d32bb.el8 ceph 3.6 M 2023-10-13T23:52:58.956 INFO:teuthology.orchestra.run.smithi082.stdout:Installing dependencies: 2023-10-13T23:52:58.956 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-common x86_64 2:17.2.6-1415.g9d6d32bb.el8 ceph 23 M 2023-10-13T23:52:58.956 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-grafana-dashboards noarch 2:17.2.6-1415.g9d6d32bb.el8 ceph-noarch 23 k 2023-10-13T23:52:58.956 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-mds x86_64 2:17.2.6-1415.g9d6d32bb.el8 ceph 2.3 M 2023-10-13T23:52:58.957 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-mgr-modules-core noarch 2:17.2.6-1415.g9d6d32bb.el8 ceph-noarch 238 k 2023-10-13T23:52:58.957 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-mon x86_64 2:17.2.6-1415.g9d6d32bb.el8 ceph 3.9 M 2023-10-13T23:52:58.957 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-osd x86_64 2:17.2.6-1415.g9d6d32bb.el8 ceph 17 M 2023-10-13T23:52:58.957 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-prometheus-alerts noarch 2:17.2.6-1415.g9d6d32bb.el8 ceph-noarch 14 k 2023-10-13T23:52:58.957 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-selinux x86_64 2:17.2.6-1415.g9d6d32bb.el8 ceph 24 k 2023-10-13T23:52:58.958 INFO:teuthology.orchestra.run.smithi082.stdout: fuse x86_64 2.9.7-17.el8 baseos 83 k 2023-10-13T23:52:58.958 INFO:teuthology.orchestra.run.smithi082.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-10-13T23:52:58.958 INFO:teuthology.orchestra.run.smithi082.stdout: jq x86_64 1.6-7.el8 appstream 202 k 2023-10-13T23:52:58.958 INFO:teuthology.orchestra.run.smithi082.stdout: libcephsqlite x86_64 2:17.2.6-1415.g9d6d32bb.el8 ceph 174 k 2023-10-13T23:52:58.958 INFO:teuthology.orchestra.run.smithi082.stdout: libgfortran x86_64 8.5.0-21.el8 baseos 645 k 2023-10-13T23:52:58.959 INFO:teuthology.orchestra.run.smithi082.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-10-13T23:52:58.959 INFO:teuthology.orchestra.run.smithi082.stdout: libquadmath x86_64 8.5.0-21.el8 baseos 172 k 2023-10-13T23:52:58.959 INFO:teuthology.orchestra.run.smithi082.stdout: librabbitmq x86_64 0.9.0-4.el8 baseos 47 k 2023-10-13T23:52:58.959 INFO:teuthology.orchestra.run.smithi082.stdout: libradosstriper1 x86_64 2:17.2.6-1415.g9d6d32bb.el8 ceph 507 k 2023-10-13T23:52:58.959 INFO:teuthology.orchestra.run.smithi082.stdout: librdkafka x86_64 0.11.4-3.el8 appstream 354 k 2023-10-13T23:52:58.960 INFO:teuthology.orchestra.run.smithi082.stdout: librgw2 x86_64 2:17.2.6-1415.g9d6d32bb.el8 ceph 5.6 M 2023-10-13T23:52:58.960 INFO:teuthology.orchestra.run.smithi082.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-10-13T23:52:58.960 INFO:teuthology.orchestra.run.smithi082.stdout: lttng-ust x86_64 2.8.1-11.el8 appstream 259 k 2023-10-13T23:52:58.960 INFO:teuthology.orchestra.run.smithi082.stdout: oniguruma x86_64 6.8.2-2.el8 appstream 187 k 2023-10-13T23:52:58.960 INFO:teuthology.orchestra.run.smithi082.stdout: openblas x86_64 0.3.15-4.el8 appstream 4.7 M 2023-10-13T23:52:58.961 INFO:teuthology.orchestra.run.smithi082.stdout: openblas-threads x86_64 0.3.15-4.el8 appstream 4.9 M 2023-10-13T23:52:58.961 INFO:teuthology.orchestra.run.smithi082.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-10-13T23:52:58.961 INFO:teuthology.orchestra.run.smithi082.stdout: python3-attrs noarch 17.4.0-6.el8 appstream 53 k 2023-10-13T23:52:58.961 INFO:teuthology.orchestra.run.smithi082.stdout: python3-babel noarch 2.5.1-7.el8 appstream 4.8 M 2023-10-13T23:52:58.961 INFO:teuthology.orchestra.run.smithi082.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-10-13T23:52:58.961 INFO:teuthology.orchestra.run.smithi082.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-10-13T23:52:58.962 INFO:teuthology.orchestra.run.smithi082.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-10-13T23:52:58.962 INFO:teuthology.orchestra.run.smithi082.stdout: python3-ceph-argparse x86_64 2:17.2.6-1415.g9d6d32bb.el8 ceph 45 k 2023-10-13T23:52:58.962 INFO:teuthology.orchestra.run.smithi082.stdout: python3-ceph-common x86_64 2:17.2.6-1415.g9d6d32bb.el8 ceph 115 k 2023-10-13T23:52:58.962 INFO:teuthology.orchestra.run.smithi082.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-10-13T23:52:58.962 INFO:teuthology.orchestra.run.smithi082.stdout: python3-cffi x86_64 1.11.5-6.el8 baseos 249 k 2023-10-13T23:52:58.963 INFO:teuthology.orchestra.run.smithi082.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-10-13T23:52:58.963 INFO:teuthology.orchestra.run.smithi082.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-10-13T23:52:58.963 INFO:teuthology.orchestra.run.smithi082.stdout: python3-cryptography x86_64 3.2.1-6.el8 baseos 641 k 2023-10-13T23:52:58.963 INFO:teuthology.orchestra.run.smithi082.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-10-13T23:52:58.963 INFO:teuthology.orchestra.run.smithi082.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-10-13T23:52:58.964 INFO:teuthology.orchestra.run.smithi082.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-10-13T23:52:58.964 INFO:teuthology.orchestra.run.smithi082.stdout: python3-jinja2 noarch 2.10.1-3.el8 appstream 538 k 2023-10-13T23:52:58.964 INFO:teuthology.orchestra.run.smithi082.stdout: python3-jsonpatch noarch 1.21-2.el8 appstream 27 k 2023-10-13T23:52:58.964 INFO:teuthology.orchestra.run.smithi082.stdout: python3-jsonpointer noarch 1.10-11.el8 appstream 20 k 2023-10-13T23:52:58.964 INFO:teuthology.orchestra.run.smithi082.stdout: python3-jwt noarch 1.6.1-2.el8 baseos 43 k 2023-10-13T23:52:58.965 INFO:teuthology.orchestra.run.smithi082.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-10-13T23:52:58.965 INFO:teuthology.orchestra.run.smithi082.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-10-13T23:52:58.965 INFO:teuthology.orchestra.run.smithi082.stdout: python3-mako noarch 1.0.6-14.el8 appstream 157 k 2023-10-13T23:52:58.965 INFO:teuthology.orchestra.run.smithi082.stdout: python3-markupsafe x86_64 0.23-19.el8 appstream 39 k 2023-10-13T23:52:58.965 INFO:teuthology.orchestra.run.smithi082.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-10-13T23:52:58.966 INFO:teuthology.orchestra.run.smithi082.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-10-13T23:52:58.966 INFO:teuthology.orchestra.run.smithi082.stdout: python3-numpy x86_64 1:1.14.3-10.el8 appstream 3.7 M 2023-10-13T23:52:58.966 INFO:teuthology.orchestra.run.smithi082.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 appstream 225 k 2023-10-13T23:52:58.966 INFO:teuthology.orchestra.run.smithi082.stdout: python3-oauthlib noarch 2.1.0-1.el8 baseos 155 k 2023-10-13T23:52:58.966 INFO:teuthology.orchestra.run.smithi082.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-10-13T23:52:58.967 INFO:teuthology.orchestra.run.smithi082.stdout: python3-pluggy noarch 0.6.0-3.el8 appstream 32 k 2023-10-13T23:52:58.967 INFO:teuthology.orchestra.run.smithi082.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-10-13T23:52:58.967 INFO:teuthology.orchestra.run.smithi082.stdout: python3-prettytable noarch 0.7.2-14.el8 appstream 44 k 2023-10-13T23:52:58.967 INFO:teuthology.orchestra.run.smithi082.stdout: python3-py noarch 1.5.3-4.el8 appstream 472 k 2023-10-13T23:52:58.967 INFO:teuthology.orchestra.run.smithi082.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 appstream 103 k 2023-10-13T23:52:58.968 INFO:teuthology.orchestra.run.smithi082.stdout: python3-pyasn1 noarch 0.3.7-6.el8 appstream 126 k 2023-10-13T23:52:58.968 INFO:teuthology.orchestra.run.smithi082.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 appstream 110 k 2023-10-13T23:52:58.968 INFO:teuthology.orchestra.run.smithi082.stdout: python3-pycparser noarch 2.14-14.el8 baseos 109 k 2023-10-13T23:52:58.968 INFO:teuthology.orchestra.run.smithi082.stdout: python3-pytz noarch 2017.2-11.el8 appstream 57 k 2023-10-13T23:52:58.968 INFO:teuthology.orchestra.run.smithi082.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-10-13T23:52:58.968 INFO:teuthology.orchestra.run.smithi082.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 baseos 43 k 2023-10-13T23:52:58.969 INFO:teuthology.orchestra.run.smithi082.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-10-13T23:52:58.969 INFO:teuthology.orchestra.run.smithi082.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-10-13T23:52:58.969 INFO:teuthology.orchestra.run.smithi082.stdout: python3-scipy x86_64 1.0.0-21.module_el8.5.0+771+e5d9a225 appstream 14 M 2023-10-13T23:52:58.969 INFO:teuthology.orchestra.run.smithi082.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-10-13T23:52:58.969 INFO:teuthology.orchestra.run.smithi082.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-10-13T23:52:58.970 INFO:teuthology.orchestra.run.smithi082.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-10-13T23:52:58.970 INFO:teuthology.orchestra.run.smithi082.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-10-13T23:52:58.970 INFO:teuthology.orchestra.run.smithi082.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-10-13T23:52:58.970 INFO:teuthology.orchestra.run.smithi082.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-10-13T23:52:58.970 INFO:teuthology.orchestra.run.smithi082.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-10-13T23:52:58.971 INFO:teuthology.orchestra.run.smithi082.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-10-13T23:52:58.971 INFO:teuthology.orchestra.run.smithi082.stdout: python3-werkzeug noarch 0.12.2-4.el8 appstream 457 k 2023-10-13T23:52:58.971 INFO:teuthology.orchestra.run.smithi082.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-10-13T23:52:58.971 INFO:teuthology.orchestra.run.smithi082.stdout: socat x86_64 1.7.4.1-1.el8 appstream 323 k 2023-10-13T23:52:58.971 INFO:teuthology.orchestra.run.smithi082.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-10-13T23:52:58.971 INFO:teuthology.orchestra.run.smithi082.stdout: xmlstarlet x86_64 1.6.1-20.el8 appstream 71 k 2023-10-13T23:52:58.972 INFO:teuthology.orchestra.run.smithi082.stdout: 2023-10-13T23:52:58.972 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction Summary 2023-10-13T23:52:58.972 INFO:teuthology.orchestra.run.smithi082.stdout:================================================================================================ 2023-10-13T23:52:58.972 INFO:teuthology.orchestra.run.smithi082.stdout:Install 104 Packages 2023-10-13T23:52:58.972 INFO:teuthology.orchestra.run.smithi082.stdout:Upgrade 2 Packages 2023-10-13T23:52:58.973 INFO:teuthology.orchestra.run.smithi082.stdout: 2023-10-13T23:52:58.973 INFO:teuthology.orchestra.run.smithi082.stdout:Total download size: 197 M 2023-10-13T23:52:58.974 INFO:teuthology.orchestra.run.smithi082.stdout:Downloading Packages: 2023-10-13T23:52:59.178 INFO:teuthology.orchestra.run.smithi055.stdout:(2/106): ceph-fuse-17.2.6-1415.g9d6d32bb.el8.x8 2.8 MB/s | 876 kB 00:00 2023-10-13T23:52:59.470 INFO:teuthology.orchestra.run.smithi055.stdout:(3/106): ceph-immutable-object-cache-17.2.6-141 555 kB/s | 162 kB 00:00 2023-10-13T23:52:59.743 INFO:teuthology.orchestra.run.smithi082.stdout:(1/106): ceph-17.2.6-1415.g9d6d32bb.el8.x86_64. 30 kB/s | 6.4 kB 00:00 2023-10-13T23:52:59.770 INFO:teuthology.orchestra.run.smithi055.stdout:(4/106): ceph-base-17.2.6-1415.g9d6d32bb.el8.x8 4.8 MB/s | 5.2 MB 00:01 2023-10-13T23:52:59.921 INFO:teuthology.orchestra.run.smithi055.stdout:(5/106): ceph-mds-17.2.6-1415.g9d6d32bb.el8.x86 5.1 MB/s | 2.3 MB 00:00 2023-10-13T23:53:00.004 INFO:teuthology.orchestra.run.smithi055.stdout:(6/106): ceph-mgr-17.2.6-1415.g9d6d32bb.el8.x86 6.7 MB/s | 1.6 MB 00:00 2023-10-13T23:53:00.743 INFO:teuthology.orchestra.run.smithi082.stdout:(2/106): ceph-fuse-17.2.6-1415.g9d6d32bb.el8.x8 877 kB/s | 876 kB 00:00 2023-10-13T23:53:00.788 INFO:teuthology.orchestra.run.smithi055.stdout:(7/106): ceph-mon-17.2.6-1415.g9d6d32bb.el8.x86 4.5 MB/s | 3.9 MB 00:00 2023-10-13T23:53:00.944 INFO:teuthology.orchestra.run.smithi082.stdout:(3/106): ceph-immutable-object-cache-17.2.6-141 808 kB/s | 162 kB 00:00 2023-10-13T23:53:01.502 INFO:teuthology.orchestra.run.smithi082.stdout:(4/106): ceph-base-17.2.6-1415.g9d6d32bb.el8.x8 2.6 MB/s | 5.2 MB 00:01 2023-10-13T23:53:02.011 INFO:teuthology.orchestra.run.smithi082.stdout:(5/106): ceph-mgr-17.2.6-1415.g9d6d32bb.el8.x86 3.1 MB/s | 1.6 MB 00:00 2023-10-13T23:53:02.022 INFO:teuthology.orchestra.run.smithi055.stdout:(8/106): ceph-osd-17.2.6-1415.g9d6d32bb.el8.x86 8.3 MB/s | 17 MB 00:02 2023-10-13T23:53:02.219 INFO:teuthology.orchestra.run.smithi082.stdout:(6/106): ceph-mds-17.2.6-1415.g9d6d32bb.el8.x86 1.8 MB/s | 2.3 MB 00:01 2023-10-13T23:53:02.272 INFO:teuthology.orchestra.run.smithi055.stdout:(9/106): ceph-selinux-17.2.6-1415.g9d6d32bb.el8 97 kB/s | 24 kB 00:00 2023-10-13T23:53:02.505 INFO:teuthology.orchestra.run.smithi055.stdout:(10/106): ceph-common-17.2.6-1415.g9d6d32bb.el8 6.1 MB/s | 23 MB 00:03 2023-10-13T23:53:02.770 INFO:teuthology.orchestra.run.smithi082.stdout:(7/106): ceph-mon-17.2.6-1415.g9d6d32bb.el8.x86 5.2 MB/s | 3.9 MB 00:00 2023-10-13T23:53:03.081 INFO:teuthology.orchestra.run.smithi055.stdout:(11/106): libcephfs-devel-17.2.6-1415.g9d6d32bb 43 kB/s | 25 kB 00:00 2023-10-13T23:53:03.406 INFO:teuthology.orchestra.run.smithi055.stdout:(12/106): libcephfs2-17.2.6-1415.g9d6d32bb.el8. 2.4 MB/s | 797 kB 00:00 2023-10-13T23:53:03.548 INFO:teuthology.orchestra.run.smithi055.stdout:(13/106): libcephsqlite-17.2.6-1415.g9d6d32bb.e 1.2 MB/s | 174 kB 00:00 2023-10-13T23:53:03.665 INFO:teuthology.orchestra.run.smithi055.stdout:(14/106): librados-devel-17.2.6-1415.g9d6d32bb. 1.1 MB/s | 130 kB 00:00 2023-10-13T23:53:03.823 INFO:teuthology.orchestra.run.smithi055.stdout:(15/106): libradosstriper1-17.2.6-1415.g9d6d32b 3.1 MB/s | 507 kB 00:00 2023-10-13T23:53:04.241 INFO:teuthology.orchestra.run.smithi055.stdout:(16/106): ceph-radosgw-17.2.6-1415.g9d6d32bb.el 4.9 MB/s | 17 MB 00:03 2023-10-13T23:53:04.278 INFO:teuthology.orchestra.run.smithi082.stdout:(8/106): ceph-common-17.2.6-1415.g9d6d32bb.el8. 4.9 MB/s | 23 MB 00:04 2023-10-13T23:53:04.354 INFO:teuthology.orchestra.run.smithi082.stdout:(9/106): ceph-selinux-17.2.6-1415.g9d6d32bb.el8 326 kB/s | 24 kB 00:00 2023-10-13T23:53:04.366 INFO:teuthology.orchestra.run.smithi055.stdout:(17/106): python3-ceph-argparse-17.2.6-1415.g9d 359 kB/s | 45 kB 00:00 2023-10-13T23:53:04.466 INFO:teuthology.orchestra.run.smithi055.stdout:(18/106): python3-ceph-common-17.2.6-1415.g9d6d 1.1 MB/s | 115 kB 00:00 2023-10-13T23:53:04.606 INFO:teuthology.orchestra.run.smithi055.stdout:(19/106): python3-cephfs-17.2.6-1415.g9d6d32bb. 1.3 MB/s | 190 kB 00:00 2023-10-13T23:53:04.733 INFO:teuthology.orchestra.run.smithi055.stdout:(20/106): python3-rados-17.2.6-1415.g9d6d32bb.e 2.8 MB/s | 370 kB 00:00 2023-10-13T23:53:04.809 INFO:teuthology.orchestra.run.smithi055.stdout:(21/106): librgw2-17.2.6-1415.g9d6d32bb.el8.x86 5.7 MB/s | 5.6 MB 00:00 2023-10-13T23:53:04.834 INFO:teuthology.orchestra.run.smithi055.stdout:(22/106): python3-rbd-17.2.6-1415.g9d6d32bb.el8 3.5 MB/s | 358 kB 00:00 2023-10-13T23:53:04.884 INFO:teuthology.orchestra.run.smithi055.stdout:(23/106): python3-rgw-17.2.6-1415.g9d6d32bb.el8 1.4 MB/s | 107 kB 00:00 2023-10-13T23:53:04.943 INFO:teuthology.orchestra.run.smithi055.stdout:(24/106): rbd-fuse-17.2.6-1415.g9d6d32bb.el8.x8 835 kB/s | 90 kB 00:00 2023-10-13T23:53:05.060 INFO:teuthology.orchestra.run.smithi055.stdout:(25/106): rbd-nbd-17.2.6-1415.g9d6d32bb.el8.x86 1.4 MB/s | 173 kB 00:00 2023-10-13T23:53:05.160 INFO:teuthology.orchestra.run.smithi055.stdout:(26/106): ceph-grafana-dashboards-17.2.6-1415.g 230 kB/s | 23 kB 00:00 2023-10-13T23:53:06.065 INFO:teuthology.orchestra.run.smithi055.stdout:(27/106): ceph-mgr-cephadm-17.2.6-1415.g9d6d32b 134 kB/s | 121 kB 00:00 2023-10-13T23:53:06.169 INFO:teuthology.orchestra.run.smithi055.stdout:(28/106): rbd-mirror-17.2.6-1415.g9d6d32bb.el8. 2.7 MB/s | 3.5 MB 00:01 2023-10-13T23:53:06.304 INFO:teuthology.orchestra.run.smithi082.stdout:(10/106): ceph-radosgw-17.2.6-1415.g9d6d32bb.el 4.8 MB/s | 17 MB 00:03 2023-10-13T23:53:06.395 INFO:teuthology.orchestra.run.smithi082.stdout:(11/106): libcephfs-devel-17.2.6-1415.g9d6d32bb 272 kB/s | 25 kB 00:00 2023-10-13T23:53:06.486 INFO:teuthology.orchestra.run.smithi055.stdout:(29/106): ceph-mgr-dashboard-17.2.6-1415.g9d6d3 4.0 MB/s | 1.7 MB 00:00 2023-10-13T23:53:06.603 INFO:teuthology.orchestra.run.smithi055.stdout:(30/106): ceph-mgr-modules-core-17.2.6-1415.g9d 2.0 MB/s | 238 kB 00:00 2023-10-13T23:53:06.704 INFO:teuthology.orchestra.run.smithi082.stdout:(12/106): libcephfs2-17.2.6-1415.g9d6d32bb.el8. 2.5 MB/s | 797 kB 00:00 2023-10-13T23:53:06.820 INFO:teuthology.orchestra.run.smithi055.stdout:(31/106): ceph-mgr-rook-17.2.6-1415.g9d6d32bb.e 218 kB/s | 47 kB 00:00 2023-10-13T23:53:06.840 INFO:teuthology.orchestra.run.smithi082.stdout:(13/106): libcephsqlite-17.2.6-1415.g9d6d32bb.e 1.3 MB/s | 174 kB 00:00 2023-10-13T23:53:06.895 INFO:teuthology.orchestra.run.smithi055.stdout:(32/106): ceph-prometheus-alerts-17.2.6-1415.g9 193 kB/s | 14 kB 00:00 2023-10-13T23:53:06.971 INFO:teuthology.orchestra.run.smithi055.stdout:(33/106): cephadm-17.2.6-1415.g9d6d32bb.el8.noa 1.0 MB/s | 80 kB 00:00 2023-10-13T23:53:07.005 INFO:teuthology.orchestra.run.smithi082.stdout:(14/106): ceph-osd-17.2.6-1415.g9d6d32bb.el8.x8 3.5 MB/s | 17 MB 00:04 2023-10-13T23:53:07.030 INFO:teuthology.orchestra.run.smithi082.stdout:(15/106): librados-devel-17.2.6-1415.g9d6d32bb. 683 kB/s | 130 kB 00:00 2023-10-13T23:53:07.239 INFO:teuthology.orchestra.run.smithi082.stdout:(16/106): libradosstriper1-17.2.6-1415.g9d6d32b 2.1 MB/s | 507 kB 00:00 2023-10-13T23:53:07.304 INFO:teuthology.orchestra.run.smithi055.stdout:(34/106): ceph-mgr-diskprediction-local-17.2.6- 6.5 MB/s | 7.4 MB 00:01 2023-10-13T23:53:07.306 INFO:teuthology.orchestra.run.smithi082.stdout:(17/106): python3-ceph-argparse-17.2.6-1415.g9d 672 kB/s | 45 kB 00:00 2023-10-13T23:53:07.329 INFO:teuthology.orchestra.run.smithi055.stdout:(35/106): jq-1.6-7.el8.x86_64.rpm 565 kB/s | 202 kB 00:00 2023-10-13T23:53:07.406 INFO:teuthology.orchestra.run.smithi082.stdout:(18/106): python3-ceph-common-17.2.6-1415.g9d6d 1.1 MB/s | 115 kB 00:00 2023-10-13T23:53:07.413 INFO:teuthology.orchestra.run.smithi055.stdout:(36/106): librdkafka-0.11.4-3.el8.x86_64.rpm 3.2 MB/s | 354 kB 00:00 2023-10-13T23:53:07.473 INFO:teuthology.orchestra.run.smithi082.stdout:(19/106): python3-cephfs-17.2.6-1415.g9d6d32bb. 2.8 MB/s | 190 kB 00:00 2023-10-13T23:53:07.480 INFO:teuthology.orchestra.run.smithi055.stdout:(37/106): oniguruma-6.8.2-2.el8.x86_64.rpm 2.7 MB/s | 187 kB 00:00 2023-10-13T23:53:07.605 INFO:teuthology.orchestra.run.smithi055.stdout:(38/106): lttng-ust-2.8.1-11.el8.x86_64.rpm 941 kB/s | 259 kB 00:00 2023-10-13T23:53:07.606 INFO:teuthology.orchestra.run.smithi082.stdout:(20/106): python3-rados-17.2.6-1415.g9d6d32bb.e 2.7 MB/s | 370 kB 00:00 2023-10-13T23:53:07.739 INFO:teuthology.orchestra.run.smithi055.stdout:(39/106): openblas-0.3.15-4.el8.x86_64.rpm 18 MB/s | 4.7 MB 00:00 2023-10-13T23:53:07.748 INFO:teuthology.orchestra.run.smithi082.stdout:(21/106): python3-rbd-17.2.6-1415.g9d6d32bb.el8 2.5 MB/s | 358 kB 00:00 2023-10-13T23:53:07.823 INFO:teuthology.orchestra.run.smithi055.stdout:(40/106): python3-attrs-17.4.0-6.el8.noarch.rpm 636 kB/s | 53 kB 00:00 2023-10-13T23:53:07.833 INFO:teuthology.orchestra.run.smithi082.stdout:(22/106): python3-rgw-17.2.6-1415.g9d6d32bb.el8 1.3 MB/s | 107 kB 00:00 2023-10-13T23:53:07.907 INFO:teuthology.orchestra.run.smithi082.stdout:(23/106): rbd-fuse-17.2.6-1415.g9d6d32bb.el8.x8 1.2 MB/s | 90 kB 00:00 2023-10-13T23:53:08.098 INFO:teuthology.orchestra.run.smithi055.stdout:(41/106): openblas-threads-0.3.15-4.el8.x86_64. 9.9 MB/s | 4.9 MB 00:00 2023-10-13T23:53:08.108 INFO:teuthology.orchestra.run.smithi082.stdout:(24/106): librgw2-17.2.6-1415.g9d6d32bb.el8.x86 5.2 MB/s | 5.6 MB 00:01 2023-10-13T23:53:08.175 INFO:teuthology.orchestra.run.smithi082.stdout:(25/106): rbd-nbd-17.2.6-1415.g9d6d32bb.el8.x86 2.5 MB/s | 173 kB 00:00 2023-10-13T23:53:08.250 INFO:teuthology.orchestra.run.smithi082.stdout:(26/106): ceph-grafana-dashboards-17.2.6-1415.g 308 kB/s | 23 kB 00:00 2023-10-13T23:53:08.317 INFO:teuthology.orchestra.run.smithi082.stdout:(27/106): ceph-mgr-cephadm-17.2.6-1415.g9d6d32b 1.8 MB/s | 121 kB 00:00 2023-10-13T23:53:08.590 INFO:teuthology.orchestra.run.smithi055.stdout:(42/106): ceph-test-17.2.6-1415.g9d6d32bb.el8.x 8.2 MB/s | 52 MB 00:06 2023-10-13T23:53:08.600 INFO:teuthology.orchestra.run.smithi082.stdout:(28/106): rbd-mirror-17.2.6-1415.g9d6d32bb.el8. 5.0 MB/s | 3.5 MB 00:00 2023-10-13T23:53:08.624 INFO:teuthology.orchestra.run.smithi055.stdout:(43/106): python3-jinja2-2.10.1-3.el8.noarch.rp 1.0 MB/s | 538 kB 00:00 2023-10-13T23:53:08.642 INFO:teuthology.orchestra.run.smithi082.stdout:(29/106): ceph-mgr-dashboard-17.2.6-1415.g9d6d3 5.2 MB/s | 1.7 MB 00:00 2023-10-13T23:53:08.724 INFO:teuthology.orchestra.run.smithi055.stdout:(44/106): python3-babel-2.5.1-7.el8.noarch.rpm 5.3 MB/s | 4.8 MB 00:00 2023-10-13T23:53:08.734 INFO:teuthology.orchestra.run.smithi082.stdout:(30/106): ceph-mgr-modules-core-17.2.6-1415.g9d 2.5 MB/s | 238 kB 00:00 2023-10-13T23:53:08.741 INFO:teuthology.orchestra.run.smithi055.stdout:(45/106): python3-jsonpatch-1.21-2.el8.noarch.r 177 kB/s | 27 kB 00:00 2023-10-13T23:53:08.758 INFO:teuthology.orchestra.run.smithi055.stdout:(46/106): python3-jsonpointer-1.10-11.el8.noarc 149 kB/s | 20 kB 00:00 2023-10-13T23:53:08.783 INFO:teuthology.orchestra.run.smithi055.stdout:(47/106): python3-mako-1.0.6-14.el8.noarch.rpm 2.6 MB/s | 157 kB 00:00 2023-10-13T23:53:08.817 INFO:teuthology.orchestra.run.smithi055.stdout:(48/106): python3-markupsafe-0.23-19.el8.x86_64 663 kB/s | 39 kB 00:00 2023-10-13T23:53:08.835 INFO:teuthology.orchestra.run.smithi082.stdout:(31/106): ceph-mgr-rook-17.2.6-1415.g9d6d32bb.e 473 kB/s | 47 kB 00:00 2023-10-13T23:53:08.850 INFO:teuthology.orchestra.run.smithi055.stdout:(49/106): python3-numpy-f2py-1.14.3-10.el8.x86_ 3.3 MB/s | 225 kB 00:00 2023-10-13T23:53:08.901 INFO:teuthology.orchestra.run.smithi055.stdout:(50/106): python3-pluggy-0.6.0-3.el8.noarch.rpm 385 kB/s | 32 kB 00:00 2023-10-13T23:53:08.910 INFO:teuthology.orchestra.run.smithi082.stdout:(32/106): ceph-prometheus-alerts-17.2.6-1415.g9 193 kB/s | 14 kB 00:00 2023-10-13T23:53:08.977 INFO:teuthology.orchestra.run.smithi082.stdout:(33/106): cephadm-17.2.6-1415.g9d6d32bb.el8.noa 1.2 MB/s | 80 kB 00:00 2023-10-13T23:53:09.066 INFO:teuthology.orchestra.run.smithi055.stdout:(51/106): python3-prettytable-0.7.2-14.el8.noar 204 kB/s | 44 kB 00:00 2023-10-13T23:53:09.101 INFO:teuthology.orchestra.run.smithi055.stdout:(52/106): python3-py-1.5.3-4.el8.noarch.rpm 2.3 MB/s | 472 kB 00:00 2023-10-13T23:53:09.135 INFO:teuthology.orchestra.run.smithi055.stdout:(53/106): python3-pyOpenSSL-19.0.0-1.el8.noarch 1.5 MB/s | 103 kB 00:00 2023-10-13T23:53:09.169 INFO:teuthology.orchestra.run.smithi055.stdout:(54/106): python3-pyasn1-0.3.7-6.el8.noarch.rpm 1.8 MB/s | 126 kB 00:00 2023-10-13T23:53:09.194 INFO:teuthology.orchestra.run.smithi055.stdout:(55/106): python3-pyasn1-modules-0.3.7-6.el8.no 1.8 MB/s | 110 kB 00:00 2023-10-13T23:53:09.244 INFO:teuthology.orchestra.run.smithi082.stdout:(34/106): jq-1.6-7.el8.x86_64.rpm 759 kB/s | 202 kB 00:00 2023-10-13T23:53:09.286 INFO:teuthology.orchestra.run.smithi055.stdout:(56/106): python3-numpy-1.14.3-10.el8.x86_64.rp 7.1 MB/s | 3.7 MB 00:00 2023-10-13T23:53:09.311 INFO:teuthology.orchestra.run.smithi055.stdout:(57/106): python3-pytz-2017.2-11.el8.noarch.rpm 487 kB/s | 57 kB 00:00 2023-10-13T23:53:09.353 INFO:teuthology.orchestra.run.smithi082.stdout:(35/106): librdkafka-0.11.4-3.el8.x86_64.rpm 3.2 MB/s | 354 kB 00:00 2023-10-13T23:53:09.361 INFO:teuthology.orchestra.run.smithi055.stdout:(58/106): python3-pytest-3.4.2-11.el8.noarch.rp 6.9 MB/s | 1.3 MB 00:00 2023-10-13T23:53:09.395 INFO:teuthology.orchestra.run.smithi055.stdout:(59/106): python3-werkzeug-0.12.2-4.el8.noarch. 5.3 MB/s | 457 kB 00:00 2023-10-13T23:53:09.420 INFO:teuthology.orchestra.run.smithi082.stdout:(36/106): lttng-ust-2.8.1-11.el8.x86_64.rpm 3.8 MB/s | 259 kB 00:00 2023-10-13T23:53:09.429 INFO:teuthology.orchestra.run.smithi055.stdout:(60/106): socat-1.7.4.1-1.el8.x86_64.rpm 4.7 MB/s | 323 kB 00:00 2023-10-13T23:53:09.462 INFO:teuthology.orchestra.run.smithi055.stdout:(61/106): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.0 MB/s | 71 kB 00:00 2023-10-13T23:53:09.487 INFO:teuthology.orchestra.run.smithi082.stdout:(37/106): oniguruma-6.8.2-2.el8.x86_64.rpm 2.8 MB/s | 187 kB 00:00 2023-10-13T23:53:09.737 INFO:teuthology.orchestra.run.smithi082.stdout:(38/106): openblas-0.3.15-4.el8.x86_64.rpm 19 MB/s | 4.7 MB 00:00 2023-10-13T23:53:09.779 INFO:teuthology.orchestra.run.smithi055.stdout:(62/106): python3-scipy-1.0.0-21.module_el8.5.0 28 MB/s | 14 MB 00:00 2023-10-13T23:53:09.805 INFO:teuthology.orchestra.run.smithi055.stdout:(63/106): fuse-2.9.7-17.el8.x86_64.rpm 221 kB/s | 83 kB 00:00 2023-10-13T23:53:09.913 INFO:teuthology.orchestra.run.smithi055.stdout:(64/106): librabbitmq-0.9.0-4.el8.x86_64.rpm 434 kB/s | 47 kB 00:00 2023-10-13T23:53:09.929 INFO:teuthology.orchestra.run.smithi082.stdout:(39/106): openblas-threads-0.3.15-4.el8.x86_64. 25 MB/s | 4.9 MB 00:00 2023-10-13T23:53:09.964 INFO:teuthology.orchestra.run.smithi055.stdout:(65/106): libgfortran-8.5.0-21.el8.x86_64.rpm 1.3 MB/s | 645 kB 00:00 2023-10-13T23:53:09.996 INFO:teuthology.orchestra.run.smithi082.stdout:(40/106): python3-attrs-17.4.0-6.el8.noarch.rpm 793 kB/s | 53 kB 00:00 2023-10-13T23:53:10.081 INFO:teuthology.orchestra.run.smithi055.stdout:(66/106): python3-cryptography-3.2.1-6.el8.x86_ 5.4 MB/s | 641 kB 00:00 2023-10-13T23:53:10.106 INFO:teuthology.orchestra.run.smithi055.stdout:(67/106): libquadmath-8.5.0-21.el8.x86_64.rpm 529 kB/s | 172 kB 00:00 2023-10-13T23:53:10.131 INFO:teuthology.orchestra.run.smithi055.stdout:(68/106): python3-cffi-1.11.5-6.el8.x86_64.rpm 1.1 MB/s | 249 kB 00:00 2023-10-13T23:53:10.156 INFO:teuthology.orchestra.run.smithi055.stdout:(69/106): python3-jwt-1.6.1-2.el8.noarch.rpm 566 kB/s | 43 kB 00:00 2023-10-13T23:53:10.188 INFO:teuthology.orchestra.run.smithi082.stdout:(41/106): ceph-mgr-diskprediction-local-17.2.6- 4.7 MB/s | 7.4 MB 00:01 2023-10-13T23:53:10.190 INFO:teuthology.orchestra.run.smithi055.stdout:(70/106): python3-oauthlib-2.1.0-1.el8.noarch.r 1.8 MB/s | 155 kB 00:00 2023-10-13T23:53:10.215 INFO:teuthology.orchestra.run.smithi055.stdout:(71/106): python3-pycparser-2.14-14.el8.noarch. 1.3 MB/s | 109 kB 00:00 2023-10-13T23:53:10.240 INFO:teuthology.orchestra.run.smithi055.stdout:(72/106): python3-requests-oauthlib-1.0.0-1.el8 509 kB/s | 43 kB 00:00 2023-10-13T23:53:10.283 INFO:teuthology.orchestra.run.smithi082.stdout:(42/106): python3-babel-2.5.1-7.el8.noarch.rpm 17 MB/s | 4.8 MB 00:00 2023-10-13T23:53:10.607 INFO:teuthology.orchestra.run.smithi055.stdout:(73/106): liboath-2.6.2-3.el8.x86_64.rpm 160 kB/s | 59 kB 00:00 2023-10-13T23:53:10.632 INFO:teuthology.orchestra.run.smithi055.stdout:(74/106): libunwind-1.3.1-3.el8.x86_64.rpm 192 kB/s | 75 kB 00:00 2023-10-13T23:53:10.714 INFO:teuthology.orchestra.run.smithi082.stdout:(43/106): ceph-test-17.2.6-1415.g9d6d32bb.el8.x 8.1 MB/s | 52 MB 00:06 2023-10-13T23:53:10.739 INFO:teuthology.orchestra.run.smithi082.stdout:(44/106): python3-jsonpatch-1.21-2.el8.noarch.r 58 kB/s | 27 kB 00:00 2023-10-13T23:53:10.757 INFO:teuthology.orchestra.run.smithi055.stdout:(75/106): gperftools-libs-2.7-9.el8.x86_64.rpm 539 kB/s | 306 kB 00:00 2023-10-13T23:53:10.783 INFO:teuthology.orchestra.run.smithi055.stdout:(76/106): python3-bcrypt-3.1.6-2.el8.1.x86_64.r 290 kB/s | 44 kB 00:00 2023-10-13T23:53:10.806 INFO:teuthology.orchestra.run.smithi082.stdout:(45/106): python3-mako-1.0.6-14.el8.noarch.rpm 2.3 MB/s | 157 kB 00:00 2023-10-13T23:53:10.865 INFO:teuthology.orchestra.run.smithi082.stdout:(46/106): python3-jinja2-2.10.1-3.el8.noarch.rp 795 kB/s | 538 kB 00:00 2023-10-13T23:53:10.875 INFO:teuthology.orchestra.run.smithi055.stdout:(77/106): python3-beautifulsoup4-4.6.3-2.el8.1. 1.5 MB/s | 185 kB 00:00 2023-10-13T23:53:10.890 INFO:teuthology.orchestra.run.smithi082.stdout:(47/106): python3-jsonpointer-1.10-11.el8.noarc 114 kB/s | 20 kB 00:00 2023-10-13T23:53:10.900 INFO:teuthology.orchestra.run.smithi055.stdout:(78/106): python3-cachetools-3.1.1-4.el8.noarch 282 kB/s | 33 kB 00:00 2023-10-13T23:53:10.915 INFO:teuthology.orchestra.run.smithi082.stdout:(48/106): python3-markupsafe-0.23-19.el8.x86_64 356 kB/s | 39 kB 00:00 2023-10-13T23:53:10.926 INFO:teuthology.orchestra.run.smithi055.stdout:(79/106): python3-asyncssh-2.7.0-2.el8.noarch.r 1.5 MB/s | 476 kB 00:00 2023-10-13T23:53:10.959 INFO:teuthology.orchestra.run.smithi055.stdout:(80/106): python3-certifi-2018.10.15-7.el8.noar 195 kB/s | 16 kB 00:00 2023-10-13T23:53:10.982 INFO:teuthology.orchestra.run.smithi082.stdout:(49/106): python3-pluggy-0.6.0-3.el8.noarch.rpm 482 kB/s | 32 kB 00:00 2023-10-13T23:53:11.049 INFO:teuthology.orchestra.run.smithi082.stdout:(50/106): python3-prettytable-0.7.2-14.el8.noar 660 kB/s | 44 kB 00:00 2023-10-13T23:53:11.051 INFO:teuthology.orchestra.run.smithi055.stdout:(81/106): python3-cherrypy-18.4.0-1.el8.noarch. 3.0 MB/s | 384 kB 00:00 2023-10-13T23:53:11.076 INFO:teuthology.orchestra.run.smithi055.stdout:(82/106): python3-google-auth-1.1.1-10.el8.noar 694 kB/s | 81 kB 00:00 2023-10-13T23:53:11.102 INFO:teuthology.orchestra.run.smithi055.stdout:(83/106): python3-cheroot-8.5.2-1.el8.noarch.rp 858 kB/s | 173 kB 00:00 2023-10-13T23:53:11.119 INFO:teuthology.orchestra.run.smithi055.stdout:(84/106): python3-jaraco-6.2-6.el8.noarch.rpm 165 kB/s | 11 kB 00:00 2023-10-13T23:53:11.144 INFO:teuthology.orchestra.run.smithi082.stdout:(51/106): python3-numpy-f2py-1.14.3-10.el8.x86_ 887 kB/s | 225 kB 00:00 2023-10-13T23:53:11.144 INFO:teuthology.orchestra.run.smithi055.stdout:(85/106): python3-jaraco-functools-2.0-4.el8.no 262 kB/s | 18 kB 00:00 2023-10-13T23:53:11.194 INFO:teuthology.orchestra.run.smithi055.stdout:(86/106): python3-logutils-0.3.5-11.el8.noarch. 648 kB/s | 49 kB 00:00 2023-10-13T23:53:11.216 INFO:teuthology.orchestra.run.smithi082.stdout:(52/106): python3-numpy-1.14.3-10.el8.x86_64.rp 11 MB/s | 3.7 MB 00:00 2023-10-13T23:53:11.242 INFO:teuthology.orchestra.run.smithi082.stdout:(53/106): python3-py-1.5.3-4.el8.noarch.rpm 2.4 MB/s | 472 kB 00:00 2023-10-13T23:53:11.267 INFO:teuthology.orchestra.run.smithi082.stdout:(54/106): python3-pyOpenSSL-19.0.0-1.el8.noarch 844 kB/s | 103 kB 00:00 2023-10-13T23:53:11.309 INFO:teuthology.orchestra.run.smithi082.stdout:(55/106): python3-pyasn1-modules-0.3.7-6.el8.no 1.6 MB/s | 110 kB 00:00 2023-10-13T23:53:11.328 INFO:teuthology.orchestra.run.smithi055.stdout:(87/106): python3-more-itertools-7.2.0-3.el8.no 320 kB/s | 59 kB 00:00 2023-10-13T23:53:11.334 INFO:teuthology.orchestra.run.smithi082.stdout:(56/106): python3-pyasn1-0.3.7-6.el8.noarch.rpm 1.3 MB/s | 126 kB 00:00 2023-10-13T23:53:11.353 INFO:teuthology.orchestra.run.smithi055.stdout:(88/106): python3-natsort-7.1.1-2.el8.noarch.rp 380 kB/s | 60 kB 00:00 2023-10-13T23:53:11.367 INFO:teuthology.orchestra.run.smithi082.stdout:(57/106): python3-pytz-2017.2-11.el8.noarch.rpm 972 kB/s | 57 kB 00:00 2023-10-13T23:53:11.428 INFO:teuthology.orchestra.run.smithi055.stdout:(89/106): python3-kubernetes-11.0.0-6.el8.noarc 3.6 MB/s | 1.2 MB 00:00 2023-10-13T23:53:11.445 INFO:teuthology.orchestra.run.smithi055.stdout:(90/106): python3-portend-2.6-1.el8.noarch.rpm 170 kB/s | 16 kB 00:00 2023-10-13T23:53:11.451 INFO:teuthology.orchestra.run.smithi082.stdout:(58/106): python3-pytest-3.4.2-11.el8.noarch.rp 7.2 MB/s | 1.3 MB 00:00 2023-10-13T23:53:11.470 INFO:teuthology.orchestra.run.smithi055.stdout:(91/106): python3-pecan-1.3.2-9.el8.noarch.rpm 1.9 MB/s | 283 kB 00:00 2023-10-13T23:53:11.476 INFO:teuthology.orchestra.run.smithi082.stdout:(59/106): python3-werkzeug-0.12.2-4.el8.noarch. 4.1 MB/s | 457 kB 00:00 2023-10-13T23:53:11.518 INFO:teuthology.orchestra.run.smithi082.stdout:(60/106): socat-1.7.4.1-1.el8.x86_64.rpm 4.7 MB/s | 323 kB 00:00 2023-10-13T23:53:11.529 INFO:teuthology.orchestra.run.smithi055.stdout:(92/106): python3-repoze-lru-0.7-6.el8.noarch.r 335 kB/s | 34 kB 00:00 2023-10-13T23:53:11.535 INFO:teuthology.orchestra.run.smithi082.stdout:(61/106): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.2 MB/s | 71 kB 00:00 2023-10-13T23:53:11.554 INFO:teuthology.orchestra.run.smithi055.stdout:(93/106): python3-routes-2.4.1-12.el8.noarch.rp 1.8 MB/s | 196 kB 00:00 2023-10-13T23:53:11.580 INFO:teuthology.orchestra.run.smithi055.stdout:(94/106): python3-rsa-4.9-2.el8.noarch.rpm 589 kB/s | 64 kB 00:00 2023-10-13T23:53:11.605 INFO:teuthology.orchestra.run.smithi055.stdout:(95/106): python3-simplegeneric-0.8.1-17.el8.no 248 kB/s | 19 kB 00:00 2023-10-13T23:53:11.630 INFO:teuthology.orchestra.run.smithi055.stdout:(96/106): python3-singledispatch-3.4.0.3-18.el8 317 kB/s | 24 kB 00:00 2023-10-13T23:53:11.655 INFO:teuthology.orchestra.run.smithi055.stdout:(97/106): python3-tempora-1.14.1-5.el8.noarch.r 386 kB/s | 29 kB 00:00 2023-10-13T23:53:11.681 INFO:teuthology.orchestra.run.smithi055.stdout:(98/106): python3-trustme-0.6.0-4.el8.noarch.rp 363 kB/s | 27 kB 00:00 2023-10-13T23:53:11.711 INFO:teuthology.orchestra.run.smithi082.stdout:(62/106): fuse-2.9.7-17.el8.x86_64.rpm 432 kB/s | 83 kB 00:00 2023-10-13T23:53:11.714 INFO:teuthology.orchestra.run.smithi055.stdout:(99/106): python3-waitress-1.4.3-1.el8.noarch.r 3.0 MB/s | 255 kB 00:00 2023-10-13T23:53:11.756 INFO:teuthology.orchestra.run.smithi055.stdout:(100/106): python3-webob-1.8.5-1.el8.1.noarch.r 2.4 MB/s | 251 kB 00:00 2023-10-13T23:53:11.782 INFO:teuthology.orchestra.run.smithi055.stdout:(101/106): python3-websocket-client-0.56.0-5.el 610 kB/s | 61 kB 00:00 2023-10-13T23:53:11.807 INFO:teuthology.orchestra.run.smithi055.stdout:(102/106): python3-webtest-2.0.33-1.el8.noarch. 928 kB/s | 85 kB 00:00 2023-10-13T23:53:11.832 INFO:teuthology.orchestra.run.smithi055.stdout:(103/106): python3-zc-lockfile-2.0-2.el8.noarch 304 kB/s | 23 kB 00:00 2023-10-13T23:53:11.853 INFO:teuthology.orchestra.run.smithi082.stdout:(63/106): python3-scipy-1.0.0-21.module_el8.5.0 26 MB/s | 14 MB 00:00 2023-10-13T23:53:11.878 INFO:teuthology.orchestra.run.smithi082.stdout:(64/106): libquadmath-8.5.0-21.el8.x86_64.rpm 1.0 MB/s | 172 kB 00:00 2023-10-13T23:53:11.997 INFO:teuthology.orchestra.run.smithi082.stdout:(65/106): libgfortran-8.5.0-21.el8.x86_64.rpm 1.4 MB/s | 645 kB 00:00 2023-10-13T23:53:12.024 INFO:teuthology.orchestra.run.smithi055.stdout:(104/106): thrift-0.13.0-2.el8.x86_64.rpm 7.2 MB/s | 1.7 MB 00:00 2023-10-13T23:53:12.028 INFO:teuthology.orchestra.run.smithi082.stdout:(66/106): librabbitmq-0.9.0-4.el8.x86_64.rpm 268 kB/s | 47 kB 00:00 2023-10-13T23:53:12.054 INFO:teuthology.orchestra.run.smithi082.stdout:(67/106): python3-cffi-1.11.5-6.el8.x86_64.rpm 1.4 MB/s | 249 kB 00:00 2023-10-13T23:53:12.096 INFO:teuthology.orchestra.run.smithi082.stdout:(68/106): python3-jwt-1.6.1-2.el8.noarch.rpm 638 kB/s | 43 kB 00:00 2023-10-13T23:53:12.121 INFO:teuthology.orchestra.run.smithi082.stdout:(69/106): python3-oauthlib-2.1.0-1.el8.noarch.r 2.3 MB/s | 155 kB 00:00 2023-10-13T23:53:12.146 INFO:teuthology.orchestra.run.smithi082.stdout:(70/106): python3-cryptography-3.2.1-6.el8.x86_ 4.2 MB/s | 641 kB 00:00 2023-10-13T23:53:12.180 INFO:teuthology.orchestra.run.smithi082.stdout:(71/106): python3-requests-oauthlib-1.0.0-1.el8 728 kB/s | 43 kB 00:00 2023-10-13T23:53:12.205 INFO:teuthology.orchestra.run.smithi082.stdout:(72/106): python3-pycparser-2.14-14.el8.noarch. 999 kB/s | 109 kB 00:00 2023-10-13T23:53:12.289 INFO:teuthology.orchestra.run.smithi082.stdout:(73/106): liboath-2.6.2-3.el8.x86_64.rpm 542 kB/s | 59 kB 00:00 2023-10-13T23:53:12.314 INFO:teuthology.orchestra.run.smithi082.stdout:(74/106): libunwind-1.3.1-3.el8.x86_64.rpm 692 kB/s | 75 kB 00:00 2023-10-13T23:53:12.339 INFO:teuthology.orchestra.run.smithi082.stdout:(75/106): gperftools-libs-2.7-9.el8.x86_64.rpm 1.6 MB/s | 306 kB 00:00 2023-10-13T23:53:12.341 INFO:teuthology.orchestra.run.smithi055.stdout:(105/106): librados2-17.2.6-1415.g9d6d32bb.el8. 6.5 MB/s | 3.5 MB 00:00 2023-10-13T23:53:12.365 INFO:teuthology.orchestra.run.smithi082.stdout:(76/106): python3-bcrypt-3.1.6-2.el8.1.x86_64.r 869 kB/s | 44 kB 00:00 2023-10-13T23:53:12.408 INFO:teuthology.orchestra.run.smithi055.stdout:(106/106): librbd1-17.2.6-1415.g9d6d32bb.el8.x8 6.2 MB/s | 3.6 MB 00:00 2023-10-13T23:53:12.413 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2023-10-13T23:53:12.414 INFO:teuthology.orchestra.run.smithi055.stdout:Total 14 MB/s | 197 MB 00:14 2023-10-13T23:53:12.415 INFO:teuthology.orchestra.run.smithi082.stdout:(77/106): python3-cachetools-3.1.1-4.el8.noarch 663 kB/s | 33 kB 00:00 2023-10-13T23:53:12.440 INFO:teuthology.orchestra.run.smithi082.stdout:(78/106): python3-beautifulsoup4-4.6.3-2.el8.1. 1.8 MB/s | 185 kB 00:00 2023-10-13T23:53:12.466 INFO:teuthology.orchestra.run.smithi082.stdout:(79/106): python3-asyncssh-2.7.0-2.el8.noarch.r 2.6 MB/s | 476 kB 00:00 2023-10-13T23:53:12.491 INFO:teuthology.orchestra.run.smithi082.stdout:(80/106): python3-certifi-2018.10.15-7.el8.noar 216 kB/s | 16 kB 00:00 2023-10-13T23:53:12.516 INFO:teuthology.orchestra.run.smithi082.stdout:(81/106): python3-cheroot-8.5.2-1.el8.noarch.rp 2.2 MB/s | 173 kB 00:00 2023-10-13T23:53:12.541 INFO:teuthology.orchestra.run.smithi082.stdout:(82/106): python3-google-auth-1.1.1-10.el8.noar 1.6 MB/s | 81 kB 00:00 2023-10-13T23:53:12.584 INFO:teuthology.orchestra.run.smithi082.stdout:(83/106): python3-cherrypy-18.4.0-1.el8.noarch. 3.2 MB/s | 384 kB 00:00 2023-10-13T23:53:12.609 INFO:teuthology.orchestra.run.smithi082.stdout:(84/106): python3-jaraco-6.2-6.el8.noarch.rpm 121 kB/s | 11 kB 00:00 2023-10-13T23:53:12.634 INFO:teuthology.orchestra.run.smithi082.stdout:(85/106): python3-jaraco-functools-2.0-4.el8.no 190 kB/s | 18 kB 00:00 2023-10-13T23:53:12.659 INFO:teuthology.orchestra.run.smithi082.stdout:(86/106): python3-logutils-0.3.5-11.el8.noarch. 969 kB/s | 49 kB 00:00 2023-10-13T23:53:12.684 INFO:teuthology.orchestra.run.smithi082.stdout:(87/106): python3-more-itertools-7.2.0-3.el8.no 1.1 MB/s | 59 kB 00:00 2023-10-13T23:53:12.710 INFO:teuthology.orchestra.run.smithi082.stdout:(88/106): python3-natsort-7.1.1-2.el8.noarch.rp 1.2 MB/s | 60 kB 00:00 2023-10-13T23:53:12.744 INFO:teuthology.orchestra.run.smithi082.stdout:(89/106): python3-kubernetes-11.0.0-6.el8.noarc 7.3 MB/s | 1.2 MB 00:00 2023-10-13T23:53:12.769 INFO:teuthology.orchestra.run.smithi082.stdout:(90/106): python3-portend-2.6-1.el8.noarch.rpm 266 kB/s | 16 kB 00:00 2023-10-13T23:53:12.794 INFO:teuthology.orchestra.run.smithi082.stdout:(91/106): python3-repoze-lru-0.7-6.el8.noarch.r 672 kB/s | 34 kB 00:00 2023-10-13T23:53:12.828 INFO:teuthology.orchestra.run.smithi082.stdout:(92/106): python3-routes-2.4.1-12.el8.noarch.rp 3.3 MB/s | 196 kB 00:00 2023-10-13T23:53:12.853 INFO:teuthology.orchestra.run.smithi082.stdout:(93/106): python3-pecan-1.3.2-9.el8.noarch.rpm 1.6 MB/s | 283 kB 00:00 2023-10-13T23:53:12.878 INFO:teuthology.orchestra.run.smithi082.stdout:(94/106): python3-rsa-4.9-2.el8.noarch.rpm 764 kB/s | 64 kB 00:00 2023-10-13T23:53:12.904 INFO:teuthology.orchestra.run.smithi082.stdout:(95/106): python3-simplegeneric-0.8.1-17.el8.no 248 kB/s | 19 kB 00:00 2023-10-13T23:53:12.929 INFO:teuthology.orchestra.run.smithi082.stdout:(96/106): python3-singledispatch-3.4.0.3-18.el8 317 kB/s | 24 kB 00:00 2023-10-13T23:53:12.954 INFO:teuthology.orchestra.run.smithi082.stdout:(97/106): python3-tempora-1.14.1-5.el8.noarch.r 388 kB/s | 29 kB 00:00 2023-10-13T23:53:12.979 INFO:teuthology.orchestra.run.smithi082.stdout:(98/106): python3-trustme-0.6.0-4.el8.noarch.rp 552 kB/s | 27 kB 00:00 2023-10-13T23:53:12.981 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction check 2023-10-13T23:53:13.005 INFO:teuthology.orchestra.run.smithi082.stdout:(99/106): python3-waitress-1.4.3-1.el8.noarch.r 3.3 MB/s | 255 kB 00:00 2023-10-13T23:53:13.030 INFO:teuthology.orchestra.run.smithi082.stdout:(100/106): python3-websocket-client-0.56.0-5.el 1.2 MB/s | 61 kB 00:00 2023-10-13T23:53:13.055 INFO:teuthology.orchestra.run.smithi082.stdout:(101/106): python3-webtest-2.0.33-1.el8.noarch. 1.7 MB/s | 85 kB 00:00 2023-10-13T23:53:13.081 INFO:teuthology.orchestra.run.smithi082.stdout:(102/106): python3-webob-1.8.5-1.el8.1.noarch.r 1.9 MB/s | 251 kB 00:00 2023-10-13T23:53:13.086 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction check succeeded. 2023-10-13T23:53:13.087 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction test 2023-10-13T23:53:13.106 INFO:teuthology.orchestra.run.smithi082.stdout:(103/106): python3-zc-lockfile-2.0-2.el8.noarch 305 kB/s | 23 kB 00:00 2023-10-13T23:53:13.189 INFO:teuthology.orchestra.run.smithi082.stdout:(104/106): thrift-0.13.0-2.el8.x86_64.rpm 13 MB/s | 1.7 MB 00:00 2023-10-13T23:53:13.681 INFO:teuthology.orchestra.run.smithi082.stdout:(105/106): librados2-17.2.6-1415.g9d6d32bb.el8. 5.8 MB/s | 3.5 MB 00:00 2023-10-13T23:53:13.766 INFO:teuthology.orchestra.run.smithi082.stdout:(106/106): librbd1-17.2.6-1415.g9d6d32bb.el8.x8 5.4 MB/s | 3.6 MB 00:00 2023-10-13T23:53:13.767 INFO:teuthology.orchestra.run.smithi082.stdout:-------------------------------------------------------------------------------- 2023-10-13T23:53:13.767 INFO:teuthology.orchestra.run.smithi082.stdout:Total 13 MB/s | 197 MB 00:14 2023-10-13T23:53:14.295 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction check 2023-10-13T23:53:14.338 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction test succeeded. 2023-10-13T23:53:14.342 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction 2023-10-13T23:53:14.386 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction check succeeded. 2023-10-13T23:53:14.386 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction test 2023-10-13T23:53:15.558 INFO:teuthology.orchestra.run.smithi082.stdout:Transaction test succeeded. 2023-10-13T23:53:15.561 INFO:teuthology.orchestra.run.smithi082.stdout:Running transaction 2023-10-13T23:53:18.422 INFO:teuthology.orchestra.run.smithi055.stdout: Preparing : 1/1 2023-10-13T23:53:18.805 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : liboath-2.6.2-3.el8.x86_64 1/108 2023-10-13T23:53:19.040 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : thrift-0.13.0-2.el8.x86_64 2/108 2023-10-13T23:53:19.252 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : librabbitmq-0.9.0-4.el8.x86_64 3/108 2023-10-13T23:53:19.451 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 4/108 2023-10-13T23:53:19.766 INFO:teuthology.orchestra.run.smithi082.stdout: Preparing : 1/1 2023-10-13T23:53:19.870 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 4/108 2023-10-13T23:53:20.051 INFO:teuthology.orchestra.run.smithi055.stdout: Upgrading : librados2-2:17.2.6-1415.g9d6d32bb.el8.x86_64 5/108 2023-10-13T23:53:20.097 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : liboath-2.6.2-3.el8.x86_64 1/108 2023-10-13T23:53:20.320 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : thrift-0.13.0-2.el8.x86_64 2/108 2023-10-13T23:53:20.490 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: librados2-2:17.2.6-1415.g9d6d32bb.el8.x86_64 5/108 2023-10-13T23:53:20.516 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : librabbitmq-0.9.0-4.el8.x86_64 3/108 2023-10-13T23:53:20.684 INFO:teuthology.orchestra.run.smithi055.stdout: Upgrading : librbd1-2:17.2.6-1415.g9d6d32bb.el8.x86_64 6/108 2023-10-13T23:53:20.732 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 4/108 2023-10-13T23:53:20.809 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: librbd1-2:17.2.6-1415.g9d6d32bb.el8.x86_64 6/108 2023-10-13T23:53:21.026 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : libcephfs2-2:17.2.6-1415.g9d6d32bb.el8.x86_64 7/108 2023-10-13T23:53:21.117 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 4/108 2023-10-13T23:53:21.121 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: libcephfs2-2:17.2.6-1415.g9d6d32bb.el8.x86_64 7/108 2023-10-13T23:53:21.323 INFO:teuthology.orchestra.run.smithi082.stdout: Upgrading : librados2-2:17.2.6-1415.g9d6d32bb.el8.x86_64 5/108 2023-10-13T23:53:21.358 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-rados-2:17.2.6-1415.g9d6d32bb.el8.x86_64 8/108 2023-10-13T23:53:21.517 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/108 2023-10-13T23:53:21.727 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: librados2-2:17.2.6-1415.g9d6d32bb.el8.x86_64 5/108 2023-10-13T23:53:22.131 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/108 2023-10-13T23:53:22.165 INFO:teuthology.orchestra.run.smithi082.stdout: Upgrading : librbd1-2:17.2.6-1415.g9d6d32bb.el8.x86_64 6/108 2023-10-13T23:53:22.291 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: librbd1-2:17.2.6-1415.g9d6d32bb.el8.x86_64 6/108 2023-10-13T23:53:22.317 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : librgw2-2:17.2.6-1415.g9d6d32bb.el8.x86_64 10/108 2023-10-13T23:53:22.393 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: librgw2-2:17.2.6-1415.g9d6d32bb.el8.x86_64 10/108 2023-10-13T23:53:22.498 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : libcephfs2-2:17.2.6-1415.g9d6d32bb.el8.x86_64 7/108 2023-10-13T23:53:22.596 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: libcephfs2-2:17.2.6-1415.g9d6d32bb.el8.x86_64 7/108 2023-10-13T23:53:22.624 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 11/108 2023-10-13T23:53:22.804 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-rados-2:17.2.6-1415.g9d6d32bb.el8.x86_64 8/108 2023-10-13T23:53:22.870 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 12/108 2023-10-13T23:53:22.965 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/108 2023-10-13T23:53:23.001 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : libcephsqlite-2:17.2.6-1415.g9d6d32bb.el8.x86_64 13/108 2023-10-13T23:53:23.116 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: libcephsqlite-2:17.2.6-1415.g9d6d32bb.el8.x86_64 13/108 2023-10-13T23:53:23.259 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : libradosstriper1-2:17.2.6-1415.g9d6d32bb.el8.x86 14/108 2023-10-13T23:53:23.417 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: libradosstriper1-2:17.2.6-1415.g9d6d32bb.el8.x86 14/108 2023-10-13T23:53:23.533 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/108 2023-10-13T23:53:23.637 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 15/108 2023-10-13T23:53:23.715 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : librgw2-2:17.2.6-1415.g9d6d32bb.el8.x86_64 10/108 2023-10-13T23:53:23.788 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: librgw2-2:17.2.6-1415.g9d6d32bb.el8.x86_64 10/108 2023-10-13T23:53:23.985 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 11/108 2023-10-13T23:53:24.042 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : libquadmath-8.5.0-21.el8.x86_64 16/108 2023-10-13T23:53:24.188 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: libquadmath-8.5.0-21.el8.x86_64 16/108 2023-10-13T23:53:24.212 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 12/108 2023-10-13T23:53:24.317 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : libgfortran-8.5.0-21.el8.x86_64 17/108 2023-10-13T23:53:24.356 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : libcephsqlite-2:17.2.6-1415.g9d6d32bb.el8.x86_64 13/108 2023-10-13T23:53:24.467 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: libcephsqlite-2:17.2.6-1415.g9d6d32bb.el8.x86_64 13/108 2023-10-13T23:53:24.614 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : libradosstriper1-2:17.2.6-1415.g9d6d32bb.el8.x86 14/108 2023-10-13T23:53:24.719 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: libradosstriper1-2:17.2.6-1415.g9d6d32bb.el8.x86 14/108 2023-10-13T23:53:24.932 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 15/108 2023-10-13T23:53:25.009 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: libgfortran-8.5.0-21.el8.x86_64 17/108 2023-10-13T23:53:25.098 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : libquadmath-8.5.0-21.el8.x86_64 16/108 2023-10-13T23:53:25.167 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : openblas-0.3.15-4.el8.x86_64 18/108 2023-10-13T23:53:25.238 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: libquadmath-8.5.0-21.el8.x86_64 16/108 2023-10-13T23:53:25.389 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : libgfortran-8.5.0-21.el8.x86_64 17/108 2023-10-13T23:53:25.846 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: openblas-0.3.15-4.el8.x86_64 18/108 2023-10-13T23:53:25.987 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: libgfortran-8.5.0-21.el8.x86_64 17/108 2023-10-13T23:53:26.017 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : openblas-threads-0.3.15-4.el8.x86_64 19/108 2023-10-13T23:53:26.164 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : openblas-0.3.15-4.el8.x86_64 18/108 2023-10-13T23:53:26.786 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: openblas-0.3.15-4.el8.x86_64 18/108 2023-10-13T23:53:26.795 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: openblas-threads-0.3.15-4.el8.x86_64 19/108 2023-10-13T23:53:26.939 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : openblas-threads-0.3.15-4.el8.x86_64 19/108 2023-10-13T23:53:27.168 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 20/108 2023-10-13T23:53:27.435 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 21/108 2023-10-13T23:53:27.594 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 22/108 2023-10-13T23:53:27.636 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: openblas-threads-0.3.15-4.el8.x86_64 19/108 2023-10-13T23:53:27.933 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 23/108 2023-10-13T23:53:28.039 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 20/108 2023-10-13T23:53:28.096 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-ceph-argparse-2:17.2.6-1415.g9d6d32bb.el 24/108 2023-10-13T23:53:28.286 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 21/108 2023-10-13T23:53:28.339 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-cephfs-2:17.2.6-1415.g9d6d32bb.el8.x86_6 25/108 2023-10-13T23:53:28.451 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 22/108 2023-10-13T23:53:28.645 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 23/108 2023-10-13T23:53:28.857 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-ceph-argparse-2:17.2.6-1415.g9d6d32bb.el 24/108 2023-10-13T23:53:29.120 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-cephfs-2:17.2.6-1415.g9d6d32bb.el8.x86_6 25/108 2023-10-13T23:53:29.350 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 26/108 2023-10-13T23:53:29.808 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 27/108 2023-10-13T23:53:30.084 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 26/108 2023-10-13T23:53:30.099 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 28/108 2023-10-13T23:53:30.324 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 29/108 2023-10-13T23:53:30.395 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 27/108 2023-10-13T23:53:30.734 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 28/108 2023-10-13T23:53:30.946 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 29/108 2023-10-13T23:53:32.327 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 29/108 2023-10-13T23:53:32.627 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a2 30/108 2023-10-13T23:53:32.740 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 29/108 2023-10-13T23:53:32.841 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 31/108 2023-10-13T23:53:33.029 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-rsa-4.9-2.el8.noarch 32/108 2023-10-13T23:53:33.049 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a2 30/108 2023-10-13T23:53:33.204 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 31/108 2023-10-13T23:53:33.280 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-rgw-2:17.2.6-1415.g9d6d32bb.el8.x86_64 33/108 2023-10-13T23:53:33.390 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-rsa-4.9-2.el8.noarch 32/108 2023-10-13T23:53:33.456 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-rbd-2:17.2.6-1415.g9d6d32bb.el8.x86_64 34/108 2023-10-13T23:53:33.639 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-rgw-2:17.2.6-1415.g9d6d32bb.el8.x86_64 33/108 2023-10-13T23:53:33.659 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : librados-devel-2:17.2.6-1415.g9d6d32bb.el8.x86_6 35/108 2023-10-13T23:53:33.817 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-rbd-2:17.2.6-1415.g9d6d32bb.el8.x86_64 34/108 2023-10-13T23:53:33.882 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 36/108 2023-10-13T23:53:34.053 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : librados-devel-2:17.2.6-1415.g9d6d32bb.el8.x86_6 35/108 2023-10-13T23:53:34.145 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 37/108 2023-10-13T23:53:34.231 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 36/108 2023-10-13T23:53:34.406 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 38/108 2023-10-13T23:53:34.462 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 37/108 2023-10-13T23:53:34.604 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 39/108 2023-10-13T23:53:34.736 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 38/108 2023-10-13T23:53:34.803 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 40/108 2023-10-13T23:53:34.926 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 39/108 2023-10-13T23:53:35.005 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 41/108 2023-10-13T23:53:35.089 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 40/108 2023-10-13T23:53:35.304 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 41/108 2023-10-13T23:53:35.372 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 42/108 2023-10-13T23:53:35.498 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 42/108 2023-10-13T23:53:35.554 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 43/108 2023-10-13T23:53:35.664 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 43/108 2023-10-13T23:53:35.761 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 44/108 2023-10-13T23:53:35.857 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 44/108 2023-10-13T23:53:35.897 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 45/108 2023-10-13T23:53:36.001 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 45/108 2023-10-13T23:53:36.046 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 46/108 2023-10-13T23:53:36.158 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 46/108 2023-10-13T23:53:36.264 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 47/108 2023-10-13T23:53:36.393 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 47/108 2023-10-13T23:53:36.408 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-portend-2.6-1.el8.noarch 48/108 2023-10-13T23:53:36.562 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-portend-2.6-1.el8.noarch 48/108 2023-10-13T23:53:36.600 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 49/108 2023-10-13T23:53:36.753 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 49/108 2023-10-13T23:53:36.862 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 50/108 2023-10-13T23:53:37.004 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 50/108 2023-10-13T23:53:37.085 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 51/108 2023-10-13T23:53:37.227 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 51/108 2023-10-13T23:53:37.312 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 52/108 2023-10-13T23:53:37.430 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 52/108 2023-10-13T23:53:37.685 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 53/108 2023-10-13T23:53:37.817 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 53/108 2023-10-13T23:53:37.968 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 54/108 2023-10-13T23:53:38.079 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 54/108 2023-10-13T23:53:38.146 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 55/108 2023-10-13T23:53:38.287 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 55/108 2023-10-13T23:53:38.393 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 56/108 2023-10-13T23:53:38.510 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 56/108 2023-10-13T23:53:38.618 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 57/108 2023-10-13T23:53:38.776 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 57/108 2023-10-13T23:53:39.123 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 58/108 2023-10-13T23:53:39.158 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 58/108 2023-10-13T23:53:39.406 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-cryptography-3.2.1-6.el8.x86_64 59/108 2023-10-13T23:53:39.439 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-cryptography-3.2.1-6.el8.x86_64 59/108 2023-10-13T23:53:39.596 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 60/108 2023-10-13T23:53:39.672 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 60/108 2023-10-13T23:53:39.842 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 61/108 2023-10-13T23:53:39.948 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 61/108 2023-10-13T23:53:40.049 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 62/108 2023-10-13T23:53:40.167 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 62/108 2023-10-13T23:53:41.084 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 63/108 2023-10-13T23:53:41.378 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 63/108 2023-10-13T23:53:41.451 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 64/108 2023-10-13T23:53:41.735 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 65/108 2023-10-13T23:53:41.742 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 64/108 2023-10-13T23:53:41.975 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 65/108 2023-10-13T23:53:42.004 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 66/108 2023-10-13T23:53:42.225 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 66/108 2023-10-13T23:53:42.352 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 67/108 2023-10-13T23:53:42.554 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 67/108 2023-10-13T23:53:42.612 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 68/108 2023-10-13T23:53:42.835 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 68/108 2023-10-13T23:53:42.904 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 69/108 2023-10-13T23:53:43.069 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 69/108 2023-10-13T23:53:43.095 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : fuse-2.9.7-17.el8.x86_64 70/108 2023-10-13T23:53:43.285 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : fuse-2.9.7-17.el8.x86_64 70/108 2023-10-13T23:53:43.325 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 71/108 2023-10-13T23:53:43.491 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 71/108 2023-10-13T23:53:43.670 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 72/108 2023-10-13T23:53:43.810 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 72/108 2023-10-13T23:53:43.977 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-py-1.5.3-4.el8.noarch 73/108 2023-10-13T23:53:44.058 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-py-1.5.3-4.el8.noarch 73/108 2023-10-13T23:53:44.144 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 74/108 2023-10-13T23:53:44.257 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 74/108 2023-10-13T23:53:44.326 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-pluggy-0.6.0-3.el8.noarch 75/108 2023-10-13T23:53:44.431 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-pluggy-0.6.0-3.el8.noarch 75/108 2023-10-13T23:53:44.543 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 76/108 2023-10-13T23:53:44.615 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 76/108 2023-10-13T23:53:44.728 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 77/108 2023-10-13T23:53:44.860 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 77/108 2023-10-13T23:53:44.921 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-attrs-17.4.0-6.el8.noarch 78/108 2023-10-13T23:53:45.053 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-attrs-17.4.0-6.el8.noarch 78/108 2023-10-13T23:53:45.102 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 79/108 2023-10-13T23:53:45.188 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 79/108 2023-10-13T23:53:45.223 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 79/108 2023-10-13T23:53:45.326 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 79/108 2023-10-13T23:53:45.385 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : jq-1.6-7.el8.x86_64 80/108 2023-10-13T23:53:45.507 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : jq-1.6-7.el8.x86_64 80/108 2023-10-13T23:53:45.889 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: cephadm-2:17.2.6-1415.g9d6d32bb.el8.noarch 81/108 2023-10-13T23:53:46.035 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: cephadm-2:17.2.6-1415.g9d6d32bb.el8.noarch 81/108 2023-10-13T23:53:46.054 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : cephadm-2:17.2.6-1415.g9d6d32bb.el8.noarch 81/108 2023-10-13T23:53:46.184 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : ceph-prometheus-alerts-2:17.2.6-1415.g9d6d32bb.e 82/108 2023-10-13T23:53:46.217 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : cephadm-2:17.2.6-1415.g9d6d32bb.el8.noarch 81/108 2023-10-13T23:53:46.339 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-prometheus-alerts-2:17.2.6-1415.g9d6d32bb.e 82/108 2023-10-13T23:53:46.398 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : ceph-grafana-dashboards-2:17.2.6-1415.g9d6d32bb. 83/108 2023-10-13T23:53:46.533 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-grafana-dashboards-2:17.2.6-1415.g9d6d32bb. 83/108 2023-10-13T23:53:46.602 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-ceph-common-2:17.2.6-1415.g9d6d32bb.el8. 84/108 2023-10-13T23:53:46.740 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-ceph-common-2:17.2.6-1415.g9d6d32bb.el8. 84/108 2023-10-13T23:53:49.331 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: ceph-common-2:17.2.6-1415.g9d6d32bb.el8.x86_64 85/108 2023-10-13T23:53:49.551 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : ceph-common-2:17.2.6-1415.g9d6d32bb.el8.x86_64 85/108 2023-10-13T23:53:49.660 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-common-2:17.2.6-1415.g9d6d32bb.el8.x86_64 85/108 2023-10-13T23:53:50.025 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-common-2:17.2.6-1415.g9d6d32bb.el8.x86_64 85/108 2023-10-13T23:53:50.131 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: ceph-common-2:17.2.6-1415.g9d6d32bb.el8.x86_64 85/108 2023-10-13T23:53:50.425 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : ceph-base-2:17.2.6-1415.g9d6d32bb.el8.x86_64 86/108 2023-10-13T23:53:50.534 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: ceph-base-2:17.2.6-1415.g9d6d32bb.el8.x86_64 86/108 2023-10-13T23:53:50.679 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-common-2:17.2.6-1415.g9d6d32bb.el8.x86_64 85/108 2023-10-13T23:53:50.734 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : ceph-selinux-2:17.2.6-1415.g9d6d32bb.el8.x86_64 87/108 2023-10-13T23:53:50.922 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-base-2:17.2.6-1415.g9d6d32bb.el8.x86_64 86/108 2023-10-13T23:53:51.023 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-base-2:17.2.6-1415.g9d6d32bb.el8.x86_64 86/108 2023-10-13T23:53:51.205 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-selinux-2:17.2.6-1415.g9d6d32bb.el8.x86_64 87/108 2023-10-13T23:54:09.291 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: ceph-selinux-2:17.2.6-1415.g9d6d32bb.el8.x86_64 87/108 2023-10-13T23:54:09.292 INFO:teuthology.orchestra.run.smithi082.stdout:skipping the directory /sys 2023-10-13T23:54:09.292 INFO:teuthology.orchestra.run.smithi082.stdout:skipping the directory /proc 2023-10-13T23:54:09.292 INFO:teuthology.orchestra.run.smithi082.stdout:skipping the directory /dev 2023-10-13T23:54:09.293 INFO:teuthology.orchestra.run.smithi082.stdout:skipping the directory /run 2023-10-13T23:54:09.293 INFO:teuthology.orchestra.run.smithi082.stdout:skipping the directory /mnt 2023-10-13T23:54:09.293 INFO:teuthology.orchestra.run.smithi082.stdout:skipping the directory /var/tmp 2023-10-13T23:54:09.293 INFO:teuthology.orchestra.run.smithi082.stdout:skipping the directory /home 2023-10-13T23:54:09.293 INFO:teuthology.orchestra.run.smithi082.stdout:skipping the directory /tmp 2023-10-13T23:54:09.293 INFO:teuthology.orchestra.run.smithi082.stdout:skipping the directory /dev 2023-10-13T23:54:09.294 INFO:teuthology.orchestra.run.smithi082.stdout: 2023-10-13T23:54:09.546 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : ceph-mgr-cephadm-2:17.2.6-1415.g9d6d32bb.el8.noa 88/108 2023-10-13T23:54:09.755 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: ceph-mgr-cephadm-2:17.2.6-1415.g9d6d32bb.el8.noa 88/108 2023-10-13T23:54:09.962 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : ceph-mgr-dashboard-2:17.2.6-1415.g9d6d32bb.el8.n 89/108 2023-10-13T23:54:10.923 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: ceph-mgr-dashboard-2:17.2.6-1415.g9d6d32bb.el8.n 89/108 2023-10-13T23:54:11.079 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : ceph-mgr-diskprediction-local-2:17.2.6-1415.g9d6 90/108 2023-10-13T23:54:11.170 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:17.2.6-1415.g9d6 90/108 2023-10-13T23:54:11.560 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : ceph-mgr-modules-core-2:17.2.6-1415.g9d6d32bb.el 91/108 2023-10-13T23:54:11.762 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : ceph-mgr-2:17.2.6-1415.g9d6d32bb.el8.x86_64 92/108 2023-10-13T23:54:11.797 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: ceph-mgr-2:17.2.6-1415.g9d6d32bb.el8.x86_64 92/108 2023-10-13T23:54:11.995 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : ceph-mgr-rook-2:17.2.6-1415.g9d6d32bb.el8.noarch 93/108 2023-10-13T23:54:12.208 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: ceph-mgr-rook-2:17.2.6-1415.g9d6d32bb.el8.noarch 93/108 2023-10-13T23:54:12.371 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : ceph-mds-2:17.2.6-1415.g9d6d32bb.el8.x86_64 94/108 2023-10-13T23:54:12.708 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-selinux-2:17.2.6-1415.g9d6d32bb.el8.x86_64 87/108 2023-10-13T23:54:12.708 INFO:teuthology.orchestra.run.smithi055.stdout:skipping the directory /sys 2023-10-13T23:54:12.709 INFO:teuthology.orchestra.run.smithi055.stdout:skipping the directory /proc 2023-10-13T23:54:12.709 INFO:teuthology.orchestra.run.smithi055.stdout:skipping the directory /dev 2023-10-13T23:54:12.709 INFO:teuthology.orchestra.run.smithi055.stdout:skipping the directory /run 2023-10-13T23:54:12.709 INFO:teuthology.orchestra.run.smithi055.stdout:skipping the directory /mnt 2023-10-13T23:54:12.709 INFO:teuthology.orchestra.run.smithi055.stdout:skipping the directory /var/tmp 2023-10-13T23:54:12.710 INFO:teuthology.orchestra.run.smithi055.stdout:skipping the directory /home 2023-10-13T23:54:12.710 INFO:teuthology.orchestra.run.smithi055.stdout:skipping the directory /tmp 2023-10-13T23:54:12.710 INFO:teuthology.orchestra.run.smithi055.stdout:skipping the directory /dev 2023-10-13T23:54:12.710 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-13T23:54:12.761 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: ceph-mds-2:17.2.6-1415.g9d6d32bb.el8.x86_64 94/108 2023-10-13T23:54:12.936 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-mgr-cephadm-2:17.2.6-1415.g9d6d32bb.el8.noa 88/108 2023-10-13T23:54:12.945 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : ceph-mon-2:17.2.6-1415.g9d6d32bb.el8.x86_64 95/108 2023-10-13T23:54:13.171 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-mgr-cephadm-2:17.2.6-1415.g9d6d32bb.el8.noa 88/108 2023-10-13T23:54:13.377 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-mgr-dashboard-2:17.2.6-1415.g9d6d32bb.el8.n 89/108 2023-10-13T23:54:14.432 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: ceph-mon-2:17.2.6-1415.g9d6d32bb.el8.x86_64 95/108 2023-10-13T23:54:14.450 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-mgr-dashboard-2:17.2.6-1415.g9d6d32bb.el8.n 89/108 2023-10-13T23:54:14.645 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : ceph-osd-2:17.2.6-1415.g9d6d32bb.el8.x86_64 96/108 2023-10-13T23:54:14.666 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: ceph-osd-2:17.2.6-1415.g9d6d32bb.el8.x86_64 96/108 2023-10-13T23:54:14.668 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-mgr-diskprediction-local-2:17.2.6-1415.g9d6 90/108 2023-10-13T23:54:14.777 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:17.2.6-1415.g9d6 90/108 2023-10-13T23:54:15.173 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-mgr-modules-core-2:17.2.6-1415.g9d6d32bb.el 91/108 2023-10-13T23:54:15.386 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-mgr-2:17.2.6-1415.g9d6d32bb.el8.x86_64 92/108 2023-10-13T23:54:15.429 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-mgr-2:17.2.6-1415.g9d6d32bb.el8.x86_64 92/108 2023-10-13T23:54:15.635 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-mgr-rook-2:17.2.6-1415.g9d6d32bb.el8.noarch 93/108 2023-10-13T23:54:15.870 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-mgr-rook-2:17.2.6-1415.g9d6d32bb.el8.noarch 93/108 2023-10-13T23:54:16.061 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-mds-2:17.2.6-1415.g9d6d32bb.el8.x86_64 94/108 2023-10-13T23:54:16.308 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : ceph-2:17.2.6-1415.g9d6d32bb.el8.x86_64 97/108 2023-10-13T23:54:16.492 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-mds-2:17.2.6-1415.g9d6d32bb.el8.x86_64 94/108 2023-10-13T23:54:16.502 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : ceph-radosgw-2:17.2.6-1415.g9d6d32bb.el8.x86_64 98/108 2023-10-13T23:54:16.620 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: ceph-radosgw-2:17.2.6-1415.g9d6d32bb.el8.x86_64 98/108 2023-10-13T23:54:16.669 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-mon-2:17.2.6-1415.g9d6d32bb.el8.x86_64 95/108 2023-10-13T23:54:16.803 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : ceph-immutable-object-cache-2:17.2.6-1415.g9d6d3 99/108 2023-10-13T23:54:17.150 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: ceph-immutable-object-cache-2:17.2.6-1415.g9d6d3 99/108 2023-10-13T23:54:17.319 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : rbd-mirror-2:17.2.6-1415.g9d6d32bb.el8.x86_64 100/108 2023-10-13T23:54:18.301 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-mon-2:17.2.6-1415.g9d6d32bb.el8.x86_64 95/108 2023-10-13T23:54:18.535 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-osd-2:17.2.6-1415.g9d6d32bb.el8.x86_64 96/108 2023-10-13T23:54:18.562 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-osd-2:17.2.6-1415.g9d6d32bb.el8.x86_64 96/108 2023-10-13T23:54:20.360 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-2:17.2.6-1415.g9d6d32bb.el8.x86_64 97/108 2023-10-13T23:54:20.593 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-radosgw-2:17.2.6-1415.g9d6d32bb.el8.x86_64 98/108 2023-10-13T23:54:20.690 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-radosgw-2:17.2.6-1415.g9d6d32bb.el8.x86_64 98/108 2023-10-13T23:54:20.844 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-immutable-object-cache-2:17.2.6-1415.g9d6d3 99/108 2023-10-13T23:54:21.228 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: ceph-immutable-object-cache-2:17.2.6-1415.g9d6d3 99/108 2023-10-13T23:54:21.444 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : rbd-mirror-2:17.2.6-1415.g9d6d32bb.el8.x86_64 100/108 2023-10-13T23:54:22.223 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: rbd-mirror-2:17.2.6-1415.g9d6d32bb.el8.x86_64 100/108 2023-10-13T23:54:22.809 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : ceph-test-2:17.2.6-1415.g9d6d32bb.el8.x86_64 101/108 2023-10-13T23:54:23.218 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : python3-pytest-3.4.2-11.el8.noarch 102/108 2023-10-13T23:54:23.414 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : ceph-fuse-2:17.2.6-1415.g9d6d32bb.el8.x86_64 103/108 2023-10-13T23:54:23.626 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : libcephfs-devel-2:17.2.6-1415.g9d6d32bb.el8.x86_ 104/108 2023-10-13T23:54:23.800 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : rbd-fuse-2:17.2.6-1415.g9d6d32bb.el8.x86_64 105/108 2023-10-13T23:54:23.970 INFO:teuthology.orchestra.run.smithi082.stdout: Installing : rbd-nbd-2:17.2.6-1415.g9d6d32bb.el8.x86_64 106/108 2023-10-13T23:54:23.970 INFO:teuthology.orchestra.run.smithi082.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 107/108 2023-10-13T23:54:24.204 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 107/108 2023-10-13T23:54:24.205 INFO:teuthology.orchestra.run.smithi082.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 108/108 2023-10-13T23:54:24.967 INFO:teuthology.orchestra.run.smithi082.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 108/108 2023-10-13T23:54:24.967 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : ceph-2:17.2.6-1415.g9d6d32bb.el8.x86_64 1/108 2023-10-13T23:54:24.967 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : ceph-base-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2/108 2023-10-13T23:54:24.967 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : ceph-common-2:17.2.6-1415.g9d6d32bb.el8.x86_64 3/108 2023-10-13T23:54:24.968 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : ceph-fuse-2:17.2.6-1415.g9d6d32bb.el8.x86_64 4/108 2023-10-13T23:54:24.968 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : ceph-immutable-object-cache-2:17.2.6-1415.g9d6d3 5/108 2023-10-13T23:54:24.968 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : ceph-mds-2:17.2.6-1415.g9d6d32bb.el8.x86_64 6/108 2023-10-13T23:54:24.968 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : ceph-mgr-2:17.2.6-1415.g9d6d32bb.el8.x86_64 7/108 2023-10-13T23:54:24.968 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : ceph-mon-2:17.2.6-1415.g9d6d32bb.el8.x86_64 8/108 2023-10-13T23:54:24.969 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : ceph-osd-2:17.2.6-1415.g9d6d32bb.el8.x86_64 9/108 2023-10-13T23:54:24.969 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : ceph-radosgw-2:17.2.6-1415.g9d6d32bb.el8.x86_64 10/108 2023-10-13T23:54:24.969 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : ceph-selinux-2:17.2.6-1415.g9d6d32bb.el8.x86_64 11/108 2023-10-13T23:54:24.969 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : ceph-test-2:17.2.6-1415.g9d6d32bb.el8.x86_64 12/108 2023-10-13T23:54:24.969 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : libcephfs-devel-2:17.2.6-1415.g9d6d32bb.el8.x86_ 13/108 2023-10-13T23:54:24.970 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : libcephfs2-2:17.2.6-1415.g9d6d32bb.el8.x86_64 14/108 2023-10-13T23:54:24.970 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : libcephsqlite-2:17.2.6-1415.g9d6d32bb.el8.x86_64 15/108 2023-10-13T23:54:24.970 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : librados-devel-2:17.2.6-1415.g9d6d32bb.el8.x86_6 16/108 2023-10-13T23:54:24.970 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : libradosstriper1-2:17.2.6-1415.g9d6d32bb.el8.x86 17/108 2023-10-13T23:54:24.970 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : librgw2-2:17.2.6-1415.g9d6d32bb.el8.x86_64 18/108 2023-10-13T23:54:24.971 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-ceph-argparse-2:17.2.6-1415.g9d6d32bb.el 19/108 2023-10-13T23:54:24.971 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-ceph-common-2:17.2.6-1415.g9d6d32bb.el8. 20/108 2023-10-13T23:54:24.971 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-cephfs-2:17.2.6-1415.g9d6d32bb.el8.x86_6 21/108 2023-10-13T23:54:24.971 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-rados-2:17.2.6-1415.g9d6d32bb.el8.x86_64 22/108 2023-10-13T23:54:24.971 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-rbd-2:17.2.6-1415.g9d6d32bb.el8.x86_64 23/108 2023-10-13T23:54:24.972 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-rgw-2:17.2.6-1415.g9d6d32bb.el8.x86_64 24/108 2023-10-13T23:54:24.972 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : rbd-fuse-2:17.2.6-1415.g9d6d32bb.el8.x86_64 25/108 2023-10-13T23:54:24.972 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : rbd-mirror-2:17.2.6-1415.g9d6d32bb.el8.x86_64 26/108 2023-10-13T23:54:24.972 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : rbd-nbd-2:17.2.6-1415.g9d6d32bb.el8.x86_64 27/108 2023-10-13T23:54:24.972 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : ceph-grafana-dashboards-2:17.2.6-1415.g9d6d32bb. 28/108 2023-10-13T23:54:24.973 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : ceph-mgr-cephadm-2:17.2.6-1415.g9d6d32bb.el8.noa 29/108 2023-10-13T23:54:24.973 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : ceph-mgr-dashboard-2:17.2.6-1415.g9d6d32bb.el8.n 30/108 2023-10-13T23:54:24.973 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : ceph-mgr-diskprediction-local-2:17.2.6-1415.g9d6 31/108 2023-10-13T23:54:24.973 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : ceph-mgr-modules-core-2:17.2.6-1415.g9d6d32bb.el 32/108 2023-10-13T23:54:24.974 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : ceph-mgr-rook-2:17.2.6-1415.g9d6d32bb.el8.noarch 33/108 2023-10-13T23:54:24.974 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : ceph-prometheus-alerts-2:17.2.6-1415.g9d6d32bb.e 34/108 2023-10-13T23:54:24.974 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : cephadm-2:17.2.6-1415.g9d6d32bb.el8.noarch 35/108 2023-10-13T23:54:24.974 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : jq-1.6-7.el8.x86_64 36/108 2023-10-13T23:54:24.974 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 37/108 2023-10-13T23:54:24.975 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 38/108 2023-10-13T23:54:24.975 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 39/108 2023-10-13T23:54:24.975 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : openblas-0.3.15-4.el8.x86_64 40/108 2023-10-13T23:54:24.975 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : openblas-threads-0.3.15-4.el8.x86_64 41/108 2023-10-13T23:54:24.975 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-attrs-17.4.0-6.el8.noarch 42/108 2023-10-13T23:54:24.976 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 43/108 2023-10-13T23:54:24.976 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 44/108 2023-10-13T23:54:24.976 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 45/108 2023-10-13T23:54:24.976 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 46/108 2023-10-13T23:54:24.976 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 47/108 2023-10-13T23:54:24.977 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 48/108 2023-10-13T23:54:24.977 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 49/108 2023-10-13T23:54:24.977 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 50/108 2023-10-13T23:54:24.977 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-pluggy-0.6.0-3.el8.noarch 51/108 2023-10-13T23:54:24.977 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 52/108 2023-10-13T23:54:24.978 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-py-1.5.3-4.el8.noarch 53/108 2023-10-13T23:54:24.978 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 54/108 2023-10-13T23:54:24.978 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 55/108 2023-10-13T23:54:24.978 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 56/108 2023-10-13T23:54:24.978 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-pytest-3.4.2-11.el8.noarch 57/108 2023-10-13T23:54:24.979 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 58/108 2023-10-13T23:54:24.979 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a2 59/108 2023-10-13T23:54:24.979 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 60/108 2023-10-13T23:54:24.979 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 61/108 2023-10-13T23:54:24.979 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 62/108 2023-10-13T23:54:24.980 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : fuse-2.9.7-17.el8.x86_64 63/108 2023-10-13T23:54:24.980 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : libgfortran-8.5.0-21.el8.x86_64 64/108 2023-10-13T23:54:24.980 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : libquadmath-8.5.0-21.el8.x86_64 65/108 2023-10-13T23:54:24.980 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : librabbitmq-0.9.0-4.el8.x86_64 66/108 2023-10-13T23:54:24.980 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 67/108 2023-10-13T23:54:24.981 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-cryptography-3.2.1-6.el8.x86_64 68/108 2023-10-13T23:54:24.981 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 69/108 2023-10-13T23:54:24.981 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 70/108 2023-10-13T23:54:24.981 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 71/108 2023-10-13T23:54:24.981 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 72/108 2023-10-13T23:54:24.982 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 73/108 2023-10-13T23:54:24.982 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 74/108 2023-10-13T23:54:24.982 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 75/108 2023-10-13T23:54:24.982 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 76/108 2023-10-13T23:54:24.982 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 77/108 2023-10-13T23:54:24.983 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 78/108 2023-10-13T23:54:24.983 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 79/108 2023-10-13T23:54:24.983 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 80/108 2023-10-13T23:54:24.984 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 81/108 2023-10-13T23:54:24.984 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 82/108 2023-10-13T23:54:24.985 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 83/108 2023-10-13T23:54:24.985 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 84/108 2023-10-13T23:54:24.985 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 85/108 2023-10-13T23:54:24.985 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 86/108 2023-10-13T23:54:24.985 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 87/108 2023-10-13T23:54:24.986 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 88/108 2023-10-13T23:54:24.986 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 89/108 2023-10-13T23:54:24.986 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 90/108 2023-10-13T23:54:24.986 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-portend-2.6-1.el8.noarch 91/108 2023-10-13T23:54:24.987 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 92/108 2023-10-13T23:54:24.987 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 93/108 2023-10-13T23:54:24.987 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 94/108 2023-10-13T23:54:24.987 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 95/108 2023-10-13T23:54:24.987 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 96/108 2023-10-13T23:54:24.988 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 97/108 2023-10-13T23:54:24.988 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 98/108 2023-10-13T23:54:24.988 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 99/108 2023-10-13T23:54:24.988 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 100/108 2023-10-13T23:54:24.988 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 101/108 2023-10-13T23:54:24.989 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 102/108 2023-10-13T23:54:24.989 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 103/108 2023-10-13T23:54:24.989 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 104/108 2023-10-13T23:54:24.989 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : librados2-2:17.2.6-1415.g9d6d32bb.el8.x86_64 105/108 2023-10-13T23:54:24.989 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 106/108 2023-10-13T23:54:24.989 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : librbd1-2:17.2.6-1415.g9d6d32bb.el8.x86_64 107/108 2023-10-13T23:54:26.867 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: rbd-mirror-2:17.2.6-1415.g9d6d32bb.el8.x86_64 100/108 2023-10-13T23:54:26.999 INFO:teuthology.orchestra.run.smithi082.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 108/108 2023-10-13T23:54:27.000 INFO:teuthology.orchestra.run.smithi082.stdout: 2023-10-13T23:54:27.000 INFO:teuthology.orchestra.run.smithi082.stdout:Upgraded: 2023-10-13T23:54:27.000 INFO:teuthology.orchestra.run.smithi082.stdout: librados2-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2023-10-13T23:54:27.000 INFO:teuthology.orchestra.run.smithi082.stdout: librbd1-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2023-10-13T23:54:27.000 INFO:teuthology.orchestra.run.smithi082.stdout:Installed: 2023-10-13T23:54:27.001 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2023-10-13T23:54:27.001 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-base-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2023-10-13T23:54:27.001 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-common-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2023-10-13T23:54:27.001 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-fuse-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2023-10-13T23:54:27.001 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-grafana-dashboards-2:17.2.6-1415.g9d6d32bb.el8.noarch 2023-10-13T23:54:27.002 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-immutable-object-cache-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2023-10-13T23:54:27.002 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-mds-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2023-10-13T23:54:27.002 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-mgr-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2023-10-13T23:54:27.002 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-mgr-cephadm-2:17.2.6-1415.g9d6d32bb.el8.noarch 2023-10-13T23:54:27.002 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-mgr-dashboard-2:17.2.6-1415.g9d6d32bb.el8.noarch 2023-10-13T23:54:27.003 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-mgr-diskprediction-local-2:17.2.6-1415.g9d6d32bb.el8.noarch 2023-10-13T23:54:27.003 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-mgr-modules-core-2:17.2.6-1415.g9d6d32bb.el8.noarch 2023-10-13T23:54:27.003 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-mgr-rook-2:17.2.6-1415.g9d6d32bb.el8.noarch 2023-10-13T23:54:27.003 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-mon-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2023-10-13T23:54:27.003 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-osd-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2023-10-13T23:54:27.004 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-prometheus-alerts-2:17.2.6-1415.g9d6d32bb.el8.noarch 2023-10-13T23:54:27.004 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-radosgw-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2023-10-13T23:54:27.004 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-selinux-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2023-10-13T23:54:27.004 INFO:teuthology.orchestra.run.smithi082.stdout: ceph-test-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2023-10-13T23:54:27.004 INFO:teuthology.orchestra.run.smithi082.stdout: cephadm-2:17.2.6-1415.g9d6d32bb.el8.noarch 2023-10-13T23:54:27.005 INFO:teuthology.orchestra.run.smithi082.stdout: fuse-2.9.7-17.el8.x86_64 2023-10-13T23:54:27.005 INFO:teuthology.orchestra.run.smithi082.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-10-13T23:54:27.005 INFO:teuthology.orchestra.run.smithi082.stdout: jq-1.6-7.el8.x86_64 2023-10-13T23:54:27.005 INFO:teuthology.orchestra.run.smithi082.stdout: libcephfs-devel-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2023-10-13T23:54:27.005 INFO:teuthology.orchestra.run.smithi082.stdout: libcephfs2-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2023-10-13T23:54:27.005 INFO:teuthology.orchestra.run.smithi082.stdout: libcephsqlite-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2023-10-13T23:54:27.006 INFO:teuthology.orchestra.run.smithi082.stdout: libgfortran-8.5.0-21.el8.x86_64 2023-10-13T23:54:27.006 INFO:teuthology.orchestra.run.smithi082.stdout: liboath-2.6.2-3.el8.x86_64 2023-10-13T23:54:27.006 INFO:teuthology.orchestra.run.smithi082.stdout: libquadmath-8.5.0-21.el8.x86_64 2023-10-13T23:54:27.006 INFO:teuthology.orchestra.run.smithi082.stdout: librabbitmq-0.9.0-4.el8.x86_64 2023-10-13T23:54:27.006 INFO:teuthology.orchestra.run.smithi082.stdout: librados-devel-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2023-10-13T23:54:27.007 INFO:teuthology.orchestra.run.smithi082.stdout: libradosstriper1-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2023-10-13T23:54:27.007 INFO:teuthology.orchestra.run.smithi082.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-10-13T23:54:27.007 INFO:teuthology.orchestra.run.smithi082.stdout: librgw2-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2023-10-13T23:54:27.007 INFO:teuthology.orchestra.run.smithi082.stdout: libunwind-1.3.1-3.el8.x86_64 2023-10-13T23:54:27.007 INFO:teuthology.orchestra.run.smithi082.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-10-13T23:54:27.008 INFO:teuthology.orchestra.run.smithi082.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-10-13T23:54:27.008 INFO:teuthology.orchestra.run.smithi082.stdout: openblas-0.3.15-4.el8.x86_64 2023-10-13T23:54:27.008 INFO:teuthology.orchestra.run.smithi082.stdout: openblas-threads-0.3.15-4.el8.x86_64 2023-10-13T23:54:27.008 INFO:teuthology.orchestra.run.smithi082.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-10-13T23:54:27.008 INFO:teuthology.orchestra.run.smithi082.stdout: python3-attrs-17.4.0-6.el8.noarch 2023-10-13T23:54:27.009 INFO:teuthology.orchestra.run.smithi082.stdout: python3-babel-2.5.1-7.el8.noarch 2023-10-13T23:54:27.009 INFO:teuthology.orchestra.run.smithi082.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-10-13T23:54:27.009 INFO:teuthology.orchestra.run.smithi082.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-10-13T23:54:27.009 INFO:teuthology.orchestra.run.smithi082.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-10-13T23:54:27.009 INFO:teuthology.orchestra.run.smithi082.stdout: python3-ceph-argparse-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2023-10-13T23:54:27.010 INFO:teuthology.orchestra.run.smithi082.stdout: python3-ceph-common-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2023-10-13T23:54:27.010 INFO:teuthology.orchestra.run.smithi082.stdout: python3-cephfs-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2023-10-13T23:54:27.010 INFO:teuthology.orchestra.run.smithi082.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-10-13T23:54:27.010 INFO:teuthology.orchestra.run.smithi082.stdout: python3-cffi-1.11.5-6.el8.x86_64 2023-10-13T23:54:27.010 INFO:teuthology.orchestra.run.smithi082.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-10-13T23:54:27.011 INFO:teuthology.orchestra.run.smithi082.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-10-13T23:54:27.011 INFO:teuthology.orchestra.run.smithi082.stdout: python3-cryptography-3.2.1-6.el8.x86_64 2023-10-13T23:54:27.011 INFO:teuthology.orchestra.run.smithi082.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-10-13T23:54:27.011 INFO:teuthology.orchestra.run.smithi082.stdout: python3-jaraco-6.2-6.el8.noarch 2023-10-13T23:54:27.011 INFO:teuthology.orchestra.run.smithi082.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-10-13T23:54:27.011 INFO:teuthology.orchestra.run.smithi082.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-10-13T23:54:27.012 INFO:teuthology.orchestra.run.smithi082.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-10-13T23:54:27.012 INFO:teuthology.orchestra.run.smithi082.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-10-13T23:54:27.012 INFO:teuthology.orchestra.run.smithi082.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-10-13T23:54:27.012 INFO:teuthology.orchestra.run.smithi082.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-10-13T23:54:27.012 INFO:teuthology.orchestra.run.smithi082.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-10-13T23:54:27.013 INFO:teuthology.orchestra.run.smithi082.stdout: python3-mako-1.0.6-14.el8.noarch 2023-10-13T23:54:27.013 INFO:teuthology.orchestra.run.smithi082.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-10-13T23:54:27.013 INFO:teuthology.orchestra.run.smithi082.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-10-13T23:54:27.013 INFO:teuthology.orchestra.run.smithi082.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-10-13T23:54:27.013 INFO:teuthology.orchestra.run.smithi082.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-10-13T23:54:27.014 INFO:teuthology.orchestra.run.smithi082.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-10-13T23:54:27.014 INFO:teuthology.orchestra.run.smithi082.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-10-13T23:54:27.014 INFO:teuthology.orchestra.run.smithi082.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-10-13T23:54:27.014 INFO:teuthology.orchestra.run.smithi082.stdout: python3-pluggy-0.6.0-3.el8.noarch 2023-10-13T23:54:27.014 INFO:teuthology.orchestra.run.smithi082.stdout: python3-portend-2.6-1.el8.noarch 2023-10-13T23:54:27.015 INFO:teuthology.orchestra.run.smithi082.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-10-13T23:54:27.015 INFO:teuthology.orchestra.run.smithi082.stdout: python3-py-1.5.3-4.el8.noarch 2023-10-13T23:54:27.015 INFO:teuthology.orchestra.run.smithi082.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-10-13T23:54:27.015 INFO:teuthology.orchestra.run.smithi082.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-10-13T23:54:27.015 INFO:teuthology.orchestra.run.smithi082.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-10-13T23:54:27.015 INFO:teuthology.orchestra.run.smithi082.stdout: python3-pycparser-2.14-14.el8.noarch 2023-10-13T23:54:27.016 INFO:teuthology.orchestra.run.smithi082.stdout: python3-pytest-3.4.2-11.el8.noarch 2023-10-13T23:54:27.016 INFO:teuthology.orchestra.run.smithi082.stdout: python3-pytz-2017.2-11.el8.noarch 2023-10-13T23:54:27.016 INFO:teuthology.orchestra.run.smithi082.stdout: python3-rados-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2023-10-13T23:54:27.016 INFO:teuthology.orchestra.run.smithi082.stdout: python3-rbd-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2023-10-13T23:54:27.016 INFO:teuthology.orchestra.run.smithi082.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-10-13T23:54:27.017 INFO:teuthology.orchestra.run.smithi082.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-10-13T23:54:27.017 INFO:teuthology.orchestra.run.smithi082.stdout: python3-rgw-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2023-10-13T23:54:27.017 INFO:teuthology.orchestra.run.smithi082.stdout: python3-routes-2.4.1-12.el8.noarch 2023-10-13T23:54:27.017 INFO:teuthology.orchestra.run.smithi082.stdout: python3-rsa-4.9-2.el8.noarch 2023-10-13T23:54:27.018 INFO:teuthology.orchestra.run.smithi082.stdout: python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x86_64 2023-10-13T23:54:27.018 INFO:teuthology.orchestra.run.smithi082.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-10-13T23:54:27.018 INFO:teuthology.orchestra.run.smithi082.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-10-13T23:54:27.018 INFO:teuthology.orchestra.run.smithi082.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-10-13T23:54:27.019 INFO:teuthology.orchestra.run.smithi082.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-10-13T23:54:27.019 INFO:teuthology.orchestra.run.smithi082.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-10-13T23:54:27.019 INFO:teuthology.orchestra.run.smithi082.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-10-13T23:54:27.019 INFO:teuthology.orchestra.run.smithi082.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-10-13T23:54:27.019 INFO:teuthology.orchestra.run.smithi082.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-10-13T23:54:27.019 INFO:teuthology.orchestra.run.smithi082.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-10-13T23:54:27.020 INFO:teuthology.orchestra.run.smithi082.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-10-13T23:54:27.020 INFO:teuthology.orchestra.run.smithi082.stdout: rbd-fuse-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2023-10-13T23:54:27.020 INFO:teuthology.orchestra.run.smithi082.stdout: rbd-mirror-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2023-10-13T23:54:27.020 INFO:teuthology.orchestra.run.smithi082.stdout: rbd-nbd-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2023-10-13T23:54:27.020 INFO:teuthology.orchestra.run.smithi082.stdout: socat-1.7.4.1-1.el8.x86_64 2023-10-13T23:54:27.021 INFO:teuthology.orchestra.run.smithi082.stdout: thrift-0.13.0-2.el8.x86_64 2023-10-13T23:54:27.021 INFO:teuthology.orchestra.run.smithi082.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-10-13T23:54:27.021 INFO:teuthology.orchestra.run.smithi082.stdout: 2023-10-13T23:54:27.022 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2023-10-13T23:54:27.179 DEBUG:teuthology.parallel:result is None 2023-10-13T23:54:27.458 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-test-2:17.2.6-1415.g9d6d32bb.el8.x86_64 101/108 2023-10-13T23:54:27.829 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-pytest-3.4.2-11.el8.noarch 102/108 2023-10-13T23:54:28.014 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : ceph-fuse-2:17.2.6-1415.g9d6d32bb.el8.x86_64 103/108 2023-10-13T23:54:28.210 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : libcephfs-devel-2:17.2.6-1415.g9d6d32bb.el8.x86_ 104/108 2023-10-13T23:54:28.418 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : rbd-fuse-2:17.2.6-1415.g9d6d32bb.el8.x86_64 105/108 2023-10-13T23:54:28.586 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : rbd-nbd-2:17.2.6-1415.g9d6d32bb.el8.x86_64 106/108 2023-10-13T23:54:28.587 INFO:teuthology.orchestra.run.smithi055.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 107/108 2023-10-13T23:54:28.855 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 107/108 2023-10-13T23:54:28.855 INFO:teuthology.orchestra.run.smithi055.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 108/108 2023-10-13T23:54:29.702 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 108/108 2023-10-13T23:54:29.702 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-2:17.2.6-1415.g9d6d32bb.el8.x86_64 1/108 2023-10-13T23:54:29.703 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-base-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2/108 2023-10-13T23:54:29.703 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-common-2:17.2.6-1415.g9d6d32bb.el8.x86_64 3/108 2023-10-13T23:54:29.703 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-fuse-2:17.2.6-1415.g9d6d32bb.el8.x86_64 4/108 2023-10-13T23:54:29.704 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-immutable-object-cache-2:17.2.6-1415.g9d6d3 5/108 2023-10-13T23:54:29.704 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-mds-2:17.2.6-1415.g9d6d32bb.el8.x86_64 6/108 2023-10-13T23:54:29.704 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-mgr-2:17.2.6-1415.g9d6d32bb.el8.x86_64 7/108 2023-10-13T23:54:29.704 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-mon-2:17.2.6-1415.g9d6d32bb.el8.x86_64 8/108 2023-10-13T23:54:29.705 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-osd-2:17.2.6-1415.g9d6d32bb.el8.x86_64 9/108 2023-10-13T23:54:29.705 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-radosgw-2:17.2.6-1415.g9d6d32bb.el8.x86_64 10/108 2023-10-13T23:54:29.705 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-selinux-2:17.2.6-1415.g9d6d32bb.el8.x86_64 11/108 2023-10-13T23:54:29.705 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-test-2:17.2.6-1415.g9d6d32bb.el8.x86_64 12/108 2023-10-13T23:54:29.705 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : libcephfs-devel-2:17.2.6-1415.g9d6d32bb.el8.x86_ 13/108 2023-10-13T23:54:29.706 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : libcephfs2-2:17.2.6-1415.g9d6d32bb.el8.x86_64 14/108 2023-10-13T23:54:29.706 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : libcephsqlite-2:17.2.6-1415.g9d6d32bb.el8.x86_64 15/108 2023-10-13T23:54:29.706 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : librados-devel-2:17.2.6-1415.g9d6d32bb.el8.x86_6 16/108 2023-10-13T23:54:29.707 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : libradosstriper1-2:17.2.6-1415.g9d6d32bb.el8.x86 17/108 2023-10-13T23:54:29.707 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : librgw2-2:17.2.6-1415.g9d6d32bb.el8.x86_64 18/108 2023-10-13T23:54:29.707 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-ceph-argparse-2:17.2.6-1415.g9d6d32bb.el 19/108 2023-10-13T23:54:29.707 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-ceph-common-2:17.2.6-1415.g9d6d32bb.el8. 20/108 2023-10-13T23:54:29.707 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-cephfs-2:17.2.6-1415.g9d6d32bb.el8.x86_6 21/108 2023-10-13T23:54:29.708 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-rados-2:17.2.6-1415.g9d6d32bb.el8.x86_64 22/108 2023-10-13T23:54:29.708 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-rbd-2:17.2.6-1415.g9d6d32bb.el8.x86_64 23/108 2023-10-13T23:54:29.708 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-rgw-2:17.2.6-1415.g9d6d32bb.el8.x86_64 24/108 2023-10-13T23:54:29.708 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : rbd-fuse-2:17.2.6-1415.g9d6d32bb.el8.x86_64 25/108 2023-10-13T23:54:29.708 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : rbd-mirror-2:17.2.6-1415.g9d6d32bb.el8.x86_64 26/108 2023-10-13T23:54:29.709 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : rbd-nbd-2:17.2.6-1415.g9d6d32bb.el8.x86_64 27/108 2023-10-13T23:54:29.717 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-grafana-dashboards-2:17.2.6-1415.g9d6d32bb. 28/108 2023-10-13T23:54:29.717 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-mgr-cephadm-2:17.2.6-1415.g9d6d32bb.el8.noa 29/108 2023-10-13T23:54:29.717 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-mgr-dashboard-2:17.2.6-1415.g9d6d32bb.el8.n 30/108 2023-10-13T23:54:29.717 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-mgr-diskprediction-local-2:17.2.6-1415.g9d6 31/108 2023-10-13T23:54:29.718 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-mgr-modules-core-2:17.2.6-1415.g9d6d32bb.el 32/108 2023-10-13T23:54:29.718 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-mgr-rook-2:17.2.6-1415.g9d6d32bb.el8.noarch 33/108 2023-10-13T23:54:29.718 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : ceph-prometheus-alerts-2:17.2.6-1415.g9d6d32bb.e 34/108 2023-10-13T23:54:29.719 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : cephadm-2:17.2.6-1415.g9d6d32bb.el8.noarch 35/108 2023-10-13T23:54:29.719 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : jq-1.6-7.el8.x86_64 36/108 2023-10-13T23:54:29.719 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 37/108 2023-10-13T23:54:29.720 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 38/108 2023-10-13T23:54:29.720 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 39/108 2023-10-13T23:54:29.720 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : openblas-0.3.15-4.el8.x86_64 40/108 2023-10-13T23:54:29.720 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : openblas-threads-0.3.15-4.el8.x86_64 41/108 2023-10-13T23:54:29.720 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-attrs-17.4.0-6.el8.noarch 42/108 2023-10-13T23:54:29.721 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 43/108 2023-10-13T23:54:29.721 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 44/108 2023-10-13T23:54:29.721 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 45/108 2023-10-13T23:54:29.722 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 46/108 2023-10-13T23:54:29.722 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 47/108 2023-10-13T23:54:29.722 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 48/108 2023-10-13T23:54:29.722 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 49/108 2023-10-13T23:54:29.722 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 50/108 2023-10-13T23:54:29.723 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-pluggy-0.6.0-3.el8.noarch 51/108 2023-10-13T23:54:29.723 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 52/108 2023-10-13T23:54:29.723 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-py-1.5.3-4.el8.noarch 53/108 2023-10-13T23:54:29.723 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 54/108 2023-10-13T23:54:29.723 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 55/108 2023-10-13T23:54:29.723 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 56/108 2023-10-13T23:54:29.724 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-pytest-3.4.2-11.el8.noarch 57/108 2023-10-13T23:54:29.724 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 58/108 2023-10-13T23:54:29.724 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a2 59/108 2023-10-13T23:54:29.724 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 60/108 2023-10-13T23:54:29.725 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 61/108 2023-10-13T23:54:29.725 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 62/108 2023-10-13T23:54:29.725 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : fuse-2.9.7-17.el8.x86_64 63/108 2023-10-13T23:54:29.726 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : libgfortran-8.5.0-21.el8.x86_64 64/108 2023-10-13T23:54:29.726 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : libquadmath-8.5.0-21.el8.x86_64 65/108 2023-10-13T23:54:29.726 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : librabbitmq-0.9.0-4.el8.x86_64 66/108 2023-10-13T23:54:29.727 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 67/108 2023-10-13T23:54:29.727 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-cryptography-3.2.1-6.el8.x86_64 68/108 2023-10-13T23:54:29.727 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 69/108 2023-10-13T23:54:29.728 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 70/108 2023-10-13T23:54:29.728 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 71/108 2023-10-13T23:54:29.728 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 72/108 2023-10-13T23:54:29.728 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 73/108 2023-10-13T23:54:29.729 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 74/108 2023-10-13T23:54:29.729 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 75/108 2023-10-13T23:54:29.729 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 76/108 2023-10-13T23:54:29.729 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 77/108 2023-10-13T23:54:29.729 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 78/108 2023-10-13T23:54:29.730 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 79/108 2023-10-13T23:54:29.730 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 80/108 2023-10-13T23:54:29.730 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 81/108 2023-10-13T23:54:29.730 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 82/108 2023-10-13T23:54:29.731 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 83/108 2023-10-13T23:54:29.731 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 84/108 2023-10-13T23:54:29.731 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 85/108 2023-10-13T23:54:29.731 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 86/108 2023-10-13T23:54:29.731 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 87/108 2023-10-13T23:54:29.732 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 88/108 2023-10-13T23:54:29.732 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 89/108 2023-10-13T23:54:29.732 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 90/108 2023-10-13T23:54:29.732 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-portend-2.6-1.el8.noarch 91/108 2023-10-13T23:54:29.733 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 92/108 2023-10-13T23:54:29.733 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 93/108 2023-10-13T23:54:29.734 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 94/108 2023-10-13T23:54:29.734 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 95/108 2023-10-13T23:54:29.734 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 96/108 2023-10-13T23:54:29.735 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 97/108 2023-10-13T23:54:29.735 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 98/108 2023-10-13T23:54:29.735 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 99/108 2023-10-13T23:54:29.736 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 100/108 2023-10-13T23:54:29.736 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 101/108 2023-10-13T23:54:29.736 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 102/108 2023-10-13T23:54:29.737 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 103/108 2023-10-13T23:54:29.737 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 104/108 2023-10-13T23:54:29.738 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : librados2-2:17.2.6-1415.g9d6d32bb.el8.x86_64 105/108 2023-10-13T23:54:29.738 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 106/108 2023-10-13T23:54:29.738 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : librbd1-2:17.2.6-1415.g9d6d32bb.el8.x86_64 107/108 2023-10-13T23:54:31.804 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 108/108 2023-10-13T23:54:31.804 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-13T23:54:31.805 INFO:teuthology.orchestra.run.smithi055.stdout:Upgraded: 2023-10-13T23:54:31.805 INFO:teuthology.orchestra.run.smithi055.stdout: librados2-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2023-10-13T23:54:31.805 INFO:teuthology.orchestra.run.smithi055.stdout: librbd1-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2023-10-13T23:54:31.805 INFO:teuthology.orchestra.run.smithi055.stdout:Installed: 2023-10-13T23:54:31.806 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2023-10-13T23:54:31.806 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-base-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2023-10-13T23:54:31.806 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-common-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2023-10-13T23:54:31.806 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-fuse-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2023-10-13T23:54:31.806 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-grafana-dashboards-2:17.2.6-1415.g9d6d32bb.el8.noarch 2023-10-13T23:54:31.807 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-immutable-object-cache-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2023-10-13T23:54:31.807 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mds-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2023-10-13T23:54:31.807 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mgr-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2023-10-13T23:54:31.807 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mgr-cephadm-2:17.2.6-1415.g9d6d32bb.el8.noarch 2023-10-13T23:54:31.807 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mgr-dashboard-2:17.2.6-1415.g9d6d32bb.el8.noarch 2023-10-13T23:54:31.808 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mgr-diskprediction-local-2:17.2.6-1415.g9d6d32bb.el8.noarch 2023-10-13T23:54:31.808 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mgr-modules-core-2:17.2.6-1415.g9d6d32bb.el8.noarch 2023-10-13T23:54:31.808 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mgr-rook-2:17.2.6-1415.g9d6d32bb.el8.noarch 2023-10-13T23:54:31.808 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mon-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2023-10-13T23:54:31.808 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-osd-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2023-10-13T23:54:31.809 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-prometheus-alerts-2:17.2.6-1415.g9d6d32bb.el8.noarch 2023-10-13T23:54:31.809 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-radosgw-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2023-10-13T23:54:31.809 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-selinux-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2023-10-13T23:54:31.809 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-test-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2023-10-13T23:54:31.809 INFO:teuthology.orchestra.run.smithi055.stdout: cephadm-2:17.2.6-1415.g9d6d32bb.el8.noarch 2023-10-13T23:54:31.810 INFO:teuthology.orchestra.run.smithi055.stdout: fuse-2.9.7-17.el8.x86_64 2023-10-13T23:54:31.810 INFO:teuthology.orchestra.run.smithi055.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-10-13T23:54:31.810 INFO:teuthology.orchestra.run.smithi055.stdout: jq-1.6-7.el8.x86_64 2023-10-13T23:54:31.810 INFO:teuthology.orchestra.run.smithi055.stdout: libcephfs-devel-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2023-10-13T23:54:31.810 INFO:teuthology.orchestra.run.smithi055.stdout: libcephfs2-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2023-10-13T23:54:31.811 INFO:teuthology.orchestra.run.smithi055.stdout: libcephsqlite-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2023-10-13T23:54:31.811 INFO:teuthology.orchestra.run.smithi055.stdout: libgfortran-8.5.0-21.el8.x86_64 2023-10-13T23:54:31.811 INFO:teuthology.orchestra.run.smithi055.stdout: liboath-2.6.2-3.el8.x86_64 2023-10-13T23:54:31.811 INFO:teuthology.orchestra.run.smithi055.stdout: libquadmath-8.5.0-21.el8.x86_64 2023-10-13T23:54:31.811 INFO:teuthology.orchestra.run.smithi055.stdout: librabbitmq-0.9.0-4.el8.x86_64 2023-10-13T23:54:31.812 INFO:teuthology.orchestra.run.smithi055.stdout: librados-devel-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2023-10-13T23:54:31.812 INFO:teuthology.orchestra.run.smithi055.stdout: libradosstriper1-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2023-10-13T23:54:31.812 INFO:teuthology.orchestra.run.smithi055.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-10-13T23:54:31.812 INFO:teuthology.orchestra.run.smithi055.stdout: librgw2-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2023-10-13T23:54:31.812 INFO:teuthology.orchestra.run.smithi055.stdout: libunwind-1.3.1-3.el8.x86_64 2023-10-13T23:54:31.813 INFO:teuthology.orchestra.run.smithi055.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-10-13T23:54:31.813 INFO:teuthology.orchestra.run.smithi055.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-10-13T23:54:31.813 INFO:teuthology.orchestra.run.smithi055.stdout: openblas-0.3.15-4.el8.x86_64 2023-10-13T23:54:31.813 INFO:teuthology.orchestra.run.smithi055.stdout: openblas-threads-0.3.15-4.el8.x86_64 2023-10-13T23:54:31.813 INFO:teuthology.orchestra.run.smithi055.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-10-13T23:54:31.814 INFO:teuthology.orchestra.run.smithi055.stdout: python3-attrs-17.4.0-6.el8.noarch 2023-10-13T23:54:31.814 INFO:teuthology.orchestra.run.smithi055.stdout: python3-babel-2.5.1-7.el8.noarch 2023-10-13T23:54:31.814 INFO:teuthology.orchestra.run.smithi055.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-10-13T23:54:31.814 INFO:teuthology.orchestra.run.smithi055.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-10-13T23:54:31.814 INFO:teuthology.orchestra.run.smithi055.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-10-13T23:54:31.815 INFO:teuthology.orchestra.run.smithi055.stdout: python3-ceph-argparse-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2023-10-13T23:54:31.815 INFO:teuthology.orchestra.run.smithi055.stdout: python3-ceph-common-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2023-10-13T23:54:31.815 INFO:teuthology.orchestra.run.smithi055.stdout: python3-cephfs-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2023-10-13T23:54:31.815 INFO:teuthology.orchestra.run.smithi055.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-10-13T23:54:31.815 INFO:teuthology.orchestra.run.smithi055.stdout: python3-cffi-1.11.5-6.el8.x86_64 2023-10-13T23:54:31.816 INFO:teuthology.orchestra.run.smithi055.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-10-13T23:54:31.816 INFO:teuthology.orchestra.run.smithi055.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-10-13T23:54:31.816 INFO:teuthology.orchestra.run.smithi055.stdout: python3-cryptography-3.2.1-6.el8.x86_64 2023-10-13T23:54:31.816 INFO:teuthology.orchestra.run.smithi055.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-10-13T23:54:31.816 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jaraco-6.2-6.el8.noarch 2023-10-13T23:54:31.817 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-10-13T23:54:31.817 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-10-13T23:54:31.817 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-10-13T23:54:31.817 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-10-13T23:54:31.817 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-10-13T23:54:31.818 INFO:teuthology.orchestra.run.smithi055.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-10-13T23:54:31.818 INFO:teuthology.orchestra.run.smithi055.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-10-13T23:54:31.818 INFO:teuthology.orchestra.run.smithi055.stdout: python3-mako-1.0.6-14.el8.noarch 2023-10-13T23:54:31.818 INFO:teuthology.orchestra.run.smithi055.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-10-13T23:54:31.818 INFO:teuthology.orchestra.run.smithi055.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-10-13T23:54:31.819 INFO:teuthology.orchestra.run.smithi055.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-10-13T23:54:31.819 INFO:teuthology.orchestra.run.smithi055.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-10-13T23:54:31.819 INFO:teuthology.orchestra.run.smithi055.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-10-13T23:54:31.819 INFO:teuthology.orchestra.run.smithi055.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-10-13T23:54:31.819 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-10-13T23:54:31.820 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pluggy-0.6.0-3.el8.noarch 2023-10-13T23:54:31.820 INFO:teuthology.orchestra.run.smithi055.stdout: python3-portend-2.6-1.el8.noarch 2023-10-13T23:54:31.820 INFO:teuthology.orchestra.run.smithi055.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-10-13T23:54:31.820 INFO:teuthology.orchestra.run.smithi055.stdout: python3-py-1.5.3-4.el8.noarch 2023-10-13T23:54:31.820 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-10-13T23:54:31.821 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-10-13T23:54:31.821 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-10-13T23:54:31.821 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pycparser-2.14-14.el8.noarch 2023-10-13T23:54:31.821 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pytest-3.4.2-11.el8.noarch 2023-10-13T23:54:31.821 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pytz-2017.2-11.el8.noarch 2023-10-13T23:54:31.821 INFO:teuthology.orchestra.run.smithi055.stdout: python3-rados-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2023-10-13T23:54:31.822 INFO:teuthology.orchestra.run.smithi055.stdout: python3-rbd-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2023-10-13T23:54:31.822 INFO:teuthology.orchestra.run.smithi055.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-10-13T23:54:31.822 INFO:teuthology.orchestra.run.smithi055.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-10-13T23:54:31.822 INFO:teuthology.orchestra.run.smithi055.stdout: python3-rgw-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2023-10-13T23:54:31.822 INFO:teuthology.orchestra.run.smithi055.stdout: python3-routes-2.4.1-12.el8.noarch 2023-10-13T23:54:31.823 INFO:teuthology.orchestra.run.smithi055.stdout: python3-rsa-4.9-2.el8.noarch 2023-10-13T23:54:31.823 INFO:teuthology.orchestra.run.smithi055.stdout: python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x86_64 2023-10-13T23:54:31.823 INFO:teuthology.orchestra.run.smithi055.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-10-13T23:54:31.823 INFO:teuthology.orchestra.run.smithi055.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-10-13T23:54:31.823 INFO:teuthology.orchestra.run.smithi055.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-10-13T23:54:31.823 INFO:teuthology.orchestra.run.smithi055.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-10-13T23:54:31.824 INFO:teuthology.orchestra.run.smithi055.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-10-13T23:54:31.824 INFO:teuthology.orchestra.run.smithi055.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-10-13T23:54:31.824 INFO:teuthology.orchestra.run.smithi055.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-10-13T23:54:31.824 INFO:teuthology.orchestra.run.smithi055.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-10-13T23:54:31.824 INFO:teuthology.orchestra.run.smithi055.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-10-13T23:54:31.825 INFO:teuthology.orchestra.run.smithi055.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-10-13T23:54:31.825 INFO:teuthology.orchestra.run.smithi055.stdout: rbd-fuse-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2023-10-13T23:54:31.825 INFO:teuthology.orchestra.run.smithi055.stdout: rbd-mirror-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2023-10-13T23:54:31.825 INFO:teuthology.orchestra.run.smithi055.stdout: rbd-nbd-2:17.2.6-1415.g9d6d32bb.el8.x86_64 2023-10-13T23:54:31.825 INFO:teuthology.orchestra.run.smithi055.stdout: socat-1.7.4.1-1.el8.x86_64 2023-10-13T23:54:31.826 INFO:teuthology.orchestra.run.smithi055.stdout: thrift-0.13.0-2.el8.x86_64 2023-10-13T23:54:31.826 INFO:teuthology.orchestra.run.smithi055.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-10-13T23:54:31.826 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-13T23:54:31.827 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2023-10-13T23:54:31.978 DEBUG:teuthology.parallel:result is None 2023-10-13T23:54:31.979 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-10-13T23:54:31.979 INFO:teuthology.packaging:ref: None 2023-10-13T23:54:31.979 INFO:teuthology.packaging:tag: None 2023-10-13T23:54:31.980 INFO:teuthology.packaging:branch: quincy 2023-10-13T23:54:31.980 INFO:teuthology.packaging:sha1: 3b7b697cbf6ffcf4008fdd8ebe8798db50497941 2023-10-13T23:54:31.980 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=quincy 2023-10-13T23:54:32.272 DEBUG:teuthology.orchestra.run.smithi055:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-10-13T23:54:32.303 INFO:teuthology.orchestra.run.smithi055.stdout:17.2.6-1415.g9d6d32bb.el8 2023-10-13T23:54:32.304 INFO:teuthology.packaging:The installed version of ceph is 17.2.6-1415.g9d6d32bb.el8 2023-10-13T23:54:32.304 INFO:teuthology.task.install:The correct ceph version 17.2.6-1415.g9d6d32bb is installed. 2023-10-13T23:54:32.305 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-10-13T23:54:32.305 INFO:teuthology.packaging:ref: None 2023-10-13T23:54:32.305 INFO:teuthology.packaging:tag: None 2023-10-13T23:54:32.305 INFO:teuthology.packaging:branch: quincy 2023-10-13T23:54:32.306 INFO:teuthology.packaging:sha1: 3b7b697cbf6ffcf4008fdd8ebe8798db50497941 2023-10-13T23:54:32.306 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=quincy 2023-10-13T23:54:32.568 DEBUG:teuthology.orchestra.run.smithi082:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-10-13T23:54:32.596 INFO:teuthology.orchestra.run.smithi082.stdout:17.2.6-1415.g9d6d32bb.el8 2023-10-13T23:54:32.597 INFO:teuthology.packaging:The installed version of ceph is 17.2.6-1415.g9d6d32bb.el8 2023-10-13T23:54:32.597 INFO:teuthology.task.install:The correct ceph version 17.2.6-1415.g9d6d32bb is installed. 2023-10-13T23:54:32.597 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2023-10-13T23:54:32.598 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2023-10-13T23:54:32.598 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-10-13T23:54:32.637 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2023-10-13T23:54:32.638 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-10-13T23:54:32.675 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2023-10-13T23:54:32.675 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2023-10-13T23:54:32.676 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd of=/usr/bin/daemon-helper 2023-10-13T23:54:32.712 DEBUG:teuthology.orchestra.run.smithi055:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-10-13T23:54:32.787 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2023-10-13T23:54:32.788 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd of=/usr/bin/daemon-helper 2023-10-13T23:54:32.820 DEBUG:teuthology.orchestra.run.smithi082:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-10-13T23:54:32.891 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2023-10-13T23:54:32.891 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2023-10-13T23:54:32.892 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd of=/usr/bin/adjust-ulimits 2023-10-13T23:54:32.926 DEBUG:teuthology.orchestra.run.smithi055:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-10-13T23:54:33.002 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2023-10-13T23:54:33.002 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd of=/usr/bin/adjust-ulimits 2023-10-13T23:54:33.033 DEBUG:teuthology.orchestra.run.smithi082:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-10-13T23:54:33.103 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2023-10-13T23:54:33.103 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2023-10-13T23:54:33.104 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd of=/usr/bin/stdin-killer 2023-10-13T23:54:33.138 DEBUG:teuthology.orchestra.run.smithi055:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-10-13T23:54:33.214 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2023-10-13T23:54:33.214 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd of=/usr/bin/stdin-killer 2023-10-13T23:54:33.244 DEBUG:teuthology.orchestra.run.smithi082:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-10-13T23:54:33.313 INFO:teuthology.run_tasks:Running task print... 2023-10-13T23:54:33.343 INFO:teuthology.task.print:**** done install task... 2023-10-13T23:54:33.344 INFO:teuthology.run_tasks:Running task print... 2023-10-13T23:54:33.357 INFO:teuthology.task.print:**** done start installing quincy cephadm ... 2023-10-13T23:54:33.357 INFO:teuthology.run_tasks:Running task cephadm... 2023-10-13T23:54:33.437 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': '3b7b697cbf6ffcf4008fdd8ebe8798db50497941'} 2023-10-13T23:54:33.437 INFO:tasks.cephadm:Cluster image is quay.ceph.io/ceph-ci/ceph:quincy 2023-10-13T23:54:33.438 INFO:tasks.cephadm:Cluster fsid is db84ebe0-6a23-11ee-8db6-212e2dc638e7 2023-10-13T23:54:33.438 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-10-13T23:54:33.439 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.55', 'mon.c': '[v2:172.21.15.55:3301,v1:172.21.15.55:6790]', 'mon.b': '172.21.15.82'} 2023-10-13T23:54:33.439 INFO:tasks.cephadm:First mon is mon.a on smithi055 2023-10-13T23:54:33.439 INFO:tasks.cephadm:First mgr is y 2023-10-13T23:54:33.440 INFO:tasks.cephadm:Normalizing hostnames... 2023-10-13T23:54:33.440 DEBUG:teuthology.orchestra.run.smithi055:> sudo hostname $(hostname -s) 2023-10-13T23:54:33.477 DEBUG:teuthology.orchestra.run.smithi082:> sudo hostname $(hostname -s) 2023-10-13T23:54:33.507 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref quincy)... 2023-10-13T23:54:33.507 DEBUG:teuthology.orchestra.run.smithi055:> curl --silent https://raw.githubusercontent.com/ceph/ceph/quincy/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-10-13T23:54:33.739 INFO:teuthology.orchestra.run.smithi055.stdout:-rw-rw-r--. 1 ubuntu ubuntu 366887 Oct 13 23:54 /home/ubuntu/cephtest/cephadm 2023-10-13T23:54:33.739 DEBUG:teuthology.orchestra.run.smithi082:> curl --silent https://raw.githubusercontent.com/ceph/ceph/quincy/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-10-13T23:54:33.933 INFO:teuthology.orchestra.run.smithi082.stdout:-rw-rw-r--. 1 ubuntu ubuntu 366887 Oct 13 23:54 /home/ubuntu/cephtest/cephadm 2023-10-13T23:54:33.934 DEBUG:teuthology.orchestra.run.smithi055:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-10-13T23:54:33.958 DEBUG:teuthology.orchestra.run.smithi082:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-10-13T23:54:33.992 INFO:tasks.cephadm:Pulling image quay.ceph.io/ceph-ci/ceph:quincy on all hosts... 2023-10-13T23:54:33.992 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy pull 2023-10-13T23:54:34.001 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy pull 2023-10-13T23:54:38.859 INFO:teuthology.orchestra.run.smithi055.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:quincy... 2023-10-13T23:54:38.875 INFO:teuthology.orchestra.run.smithi082.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:quincy... 2023-10-13T23:55:16.965 INFO:teuthology.orchestra.run.smithi055.stdout:{ 2023-10-13T23:55:16.965 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph_version": "ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)", 2023-10-13T23:55:16.966 INFO:teuthology.orchestra.run.smithi055.stdout: "image_id": "8659eb916c3bc74cfed76f825df596b3a19b31227ba968ff08b96a146368a8a9", 2023-10-13T23:55:16.966 INFO:teuthology.orchestra.run.smithi055.stdout: "repo_digests": [ 2023-10-13T23:55:16.966 INFO:teuthology.orchestra.run.smithi055.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:82df9b8612101b4f25ec0c40b7ad56e6e49e6ef0b47d1935c7d7fc29b22e5f30" 2023-10-13T23:55:16.966 INFO:teuthology.orchestra.run.smithi055.stdout: ] 2023-10-13T23:55:16.966 INFO:teuthology.orchestra.run.smithi055.stdout:} 2023-10-13T23:55:24.448 INFO:teuthology.orchestra.run.smithi082.stdout:{ 2023-10-13T23:55:24.448 INFO:teuthology.orchestra.run.smithi082.stdout: "ceph_version": "ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)", 2023-10-13T23:55:24.448 INFO:teuthology.orchestra.run.smithi082.stdout: "image_id": "8659eb916c3bc74cfed76f825df596b3a19b31227ba968ff08b96a146368a8a9", 2023-10-13T23:55:24.449 INFO:teuthology.orchestra.run.smithi082.stdout: "repo_digests": [ 2023-10-13T23:55:24.449 INFO:teuthology.orchestra.run.smithi082.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:82df9b8612101b4f25ec0c40b7ad56e6e49e6ef0b47d1935c7d7fc29b22e5f30" 2023-10-13T23:55:24.449 INFO:teuthology.orchestra.run.smithi082.stdout: ] 2023-10-13T23:55:24.449 INFO:teuthology.orchestra.run.smithi082.stdout:} 2023-10-13T23:55:24.466 DEBUG:teuthology.orchestra.run.smithi055:> sudo mkdir -p /etc/ceph 2023-10-13T23:55:24.507 DEBUG:teuthology.orchestra.run.smithi082:> sudo mkdir -p /etc/ceph 2023-10-13T23:55:24.538 DEBUG:teuthology.orchestra.run.smithi055:> sudo chmod 777 /etc/ceph 2023-10-13T23:55:24.582 DEBUG:teuthology.orchestra.run.smithi082:> sudo chmod 777 /etc/ceph 2023-10-13T23:55:24.609 INFO:tasks.cephadm:Writing seed config... 2023-10-13T23:55:24.610 INFO:tasks.cephadm: override: [osd] osd_class_default_list = * 2023-10-13T23:55:24.611 INFO:tasks.cephadm: override: [osd] osd_class_load_list = * 2023-10-13T23:55:24.611 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-10-13T23:55:24.611 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-10-13T23:55:24.611 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-10-13T23:55:24.612 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2023-10-13T23:55:24.612 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-10-13T23:55:24.612 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-10-13T23:55:24.612 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-10-13T23:55:24.613 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-10-13T23:55:24.613 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-10-13T23:55:24.614 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2023-10-13T23:55:24.614 DEBUG:teuthology.orchestra.run.smithi055:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-10-13T23:55:24.645 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 = db84ebe0-6a23-11ee-8db6-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-10-13T23:55:24.646 DEBUG:teuthology.orchestra.run.smithi055:mon.a> sudo journalctl -f -n 0 -u ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@mon.a.service 2023-10-13T23:55:24.688 DEBUG:teuthology.orchestra.run.smithi055:mgr.y> sudo journalctl -f -n 0 -u ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@mgr.y.service 2023-10-13T23:55:24.722 INFO:journalctl@ceph.mon.a.smithi055.stdout:-- Logs begin at Fri 2023-10-13 23:43:28 UTC. -- 2023-10-13T23:55:24.723 INFO:tasks.cephadm:Bootstrapping... 2023-10-13T23:55:24.724 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy -v bootstrap --fsid db84ebe0-6a23-11ee-8db6-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.55 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-10-13T23:55:24.756 INFO:journalctl@ceph.mgr.y.smithi055.stdout:-- Logs begin at Fri 2023-10-13 23:43:28 UTC. -- 2023-10-13T23:55:24.960 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2023-10-13T23:55:24.960 INFO:teuthology.orchestra.run.smithi055.stdout:cephadm ['--image', 'quay.ceph.io/ceph-ci/ceph:quincy', '-v', 'bootstrap', '--fsid', 'db84ebe0-6a23-11ee-8db6-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.55', '--skip-admin-label'] 2023-10-13T23:55:24.997 INFO:teuthology.orchestra.run.smithi055.stdout:/bin/podman: stdout 4.6.1 2023-10-13T23:55:24.998 INFO:teuthology.orchestra.run.smithi055.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2023-10-13T23:55:24.998 INFO:teuthology.orchestra.run.smithi055.stdout:Verifying podman|docker is present... 2023-10-13T23:55:25.048 INFO:teuthology.orchestra.run.smithi055.stdout:/bin/podman: stdout 4.6.1 2023-10-13T23:55:25.048 INFO:teuthology.orchestra.run.smithi055.stdout:Verifying lvm2 is present... 2023-10-13T23:55:25.048 INFO:teuthology.orchestra.run.smithi055.stdout:Verifying time synchronization is in place... 2023-10-13T23:55:25.056 INFO:teuthology.orchestra.run.smithi055.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-10-13T23:55:25.056 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-10-13T23:55:25.063 INFO:teuthology.orchestra.run.smithi055.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-10-13T23:55:25.063 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stdout inactive 2023-10-13T23:55:25.070 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stdout enabled 2023-10-13T23:55:25.076 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stdout active 2023-10-13T23:55:25.077 INFO:teuthology.orchestra.run.smithi055.stdout:Unit chronyd.service is enabled and running 2023-10-13T23:55:25.077 INFO:teuthology.orchestra.run.smithi055.stdout:Repeating the final host check... 2023-10-13T23:55:25.108 INFO:teuthology.orchestra.run.smithi055.stdout:/bin/podman: stdout 4.6.1 2023-10-13T23:55:25.108 INFO:teuthology.orchestra.run.smithi055.stdout:podman (/bin/podman) version 4.6.1 is present 2023-10-13T23:55:25.108 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl is present 2023-10-13T23:55:25.108 INFO:teuthology.orchestra.run.smithi055.stdout:lvcreate is present 2023-10-13T23:55:25.115 INFO:teuthology.orchestra.run.smithi055.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-10-13T23:55:25.115 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-10-13T23:55:25.121 INFO:teuthology.orchestra.run.smithi055.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-10-13T23:55:25.122 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stdout inactive 2023-10-13T23:55:25.128 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stdout enabled 2023-10-13T23:55:25.136 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stdout active 2023-10-13T23:55:25.137 INFO:teuthology.orchestra.run.smithi055.stdout:Unit chronyd.service is enabled and running 2023-10-13T23:55:25.137 INFO:teuthology.orchestra.run.smithi055.stdout:Host looks OK 2023-10-13T23:55:25.137 INFO:teuthology.orchestra.run.smithi055.stdout:Cluster fsid: db84ebe0-6a23-11ee-8db6-212e2dc638e7 2023-10-13T23:55:25.137 INFO:teuthology.orchestra.run.smithi055.stdout:Acquiring lock 140042140690920 on /run/cephadm/db84ebe0-6a23-11ee-8db6-212e2dc638e7.lock 2023-10-13T23:55:25.138 INFO:teuthology.orchestra.run.smithi055.stdout:Lock 140042140690920 acquired on /run/cephadm/db84ebe0-6a23-11ee-8db6-212e2dc638e7.lock 2023-10-13T23:55:25.138 INFO:teuthology.orchestra.run.smithi055.stdout:Verifying IP 172.21.15.55 port 3300 ... 2023-10-13T23:55:25.139 INFO:teuthology.orchestra.run.smithi055.stdout:Verifying IP 172.21.15.55 port 6789 ... 2023-10-13T23:55:25.139 INFO:teuthology.orchestra.run.smithi055.stdout:Base mon IP(s) is [172.21.15.55:3300, 172.21.15.55:6789], mon addrv is [v2:172.21.15.55:3300,v1:172.21.15.55:6789] 2023-10-13T23:55:25.140 INFO:teuthology.orchestra.run.smithi055.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.55 metric 100 2023-10-13T23:55:25.141 INFO:teuthology.orchestra.run.smithi055.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.55 metric 100 2023-10-13T23:55:25.144 INFO:teuthology.orchestra.run.smithi055.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2023-10-13T23:55:25.144 INFO:teuthology.orchestra.run.smithi055.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-10-13T23:55:25.144 INFO:teuthology.orchestra.run.smithi055.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1789sec hoplimit 64 pref medium 2023-10-13T23:55:25.147 INFO:teuthology.orchestra.run.smithi055.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-10-13T23:55:25.147 INFO:teuthology.orchestra.run.smithi055.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2023-10-13T23:55:25.147 INFO:teuthology.orchestra.run.smithi055.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-10-13T23:55:25.147 INFO:teuthology.orchestra.run.smithi055.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2023-10-13T23:55:25.148 INFO:teuthology.orchestra.run.smithi055.stdout:/sbin/ip: stdout inet6 fe80::ae1f:6bff:fef8:2606/64 scope link 2023-10-13T23:55:25.148 INFO:teuthology.orchestra.run.smithi055.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-10-13T23:55:25.149 INFO:teuthology.orchestra.run.smithi055.stdout:Mon IP `172.21.15.55` is in CIDR network `172.21.0.0/20` 2023-10-13T23:55:25.149 INFO:teuthology.orchestra.run.smithi055.stdout:Mon IP `172.21.15.55` is in CIDR network `172.21.0.0/20` 2023-10-13T23:55:25.149 INFO:teuthology.orchestra.run.smithi055.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-10-13T23:55:25.149 INFO:teuthology.orchestra.run.smithi055.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-10-13T23:55:25.150 INFO:teuthology.orchestra.run.smithi055.stdout:Pulling container image quay.ceph.io/ceph-ci/ceph:quincy... 2023-10-13T23:55:25.763 INFO:teuthology.orchestra.run.smithi055.stdout:/bin/podman: stdout 8659eb916c3bc74cfed76f825df596b3a19b31227ba968ff08b96a146368a8a9 2023-10-13T23:55:25.763 INFO:teuthology.orchestra.run.smithi055.stdout:/bin/podman: stderr Trying to pull quay.ceph.io/ceph-ci/ceph:quincy... 2023-10-13T23:55:25.763 INFO:teuthology.orchestra.run.smithi055.stdout:/bin/podman: stderr Getting image source signatures 2023-10-13T23:55:25.764 INFO:teuthology.orchestra.run.smithi055.stdout:/bin/podman: stderr Copying blob sha256:0b28d97778c44d7cb0cd1ba7a7fdafb421fce6f458557f1c6826a350fcf090b5 2023-10-13T23:55:25.764 INFO:teuthology.orchestra.run.smithi055.stdout:/bin/podman: stderr Copying blob sha256:8ed15414cb45b8b895a21f106743ceee45272cee0d9e7e5b1f49bd1e877e4a11 2023-10-13T23:55:25.764 INFO:teuthology.orchestra.run.smithi055.stdout:/bin/podman: stderr Copying config sha256:8659eb916c3bc74cfed76f825df596b3a19b31227ba968ff08b96a146368a8a9 2023-10-13T23:55:25.764 INFO:teuthology.orchestra.run.smithi055.stdout:/bin/podman: stderr Writing manifest to image destination 2023-10-13T23:55:26.412 INFO:teuthology.orchestra.run.smithi055.stdout:ceph: stdout ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable) 2023-10-13T23:55:26.412 INFO:teuthology.orchestra.run.smithi055.stdout:Ceph version: ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable) 2023-10-13T23:55:26.413 INFO:teuthology.orchestra.run.smithi055.stdout:Extracting ceph user uid/gid from container image... 2023-10-13T23:55:26.966 INFO:teuthology.orchestra.run.smithi055.stdout:stat: stdout 167 167 2023-10-13T23:55:26.967 INFO:teuthology.orchestra.run.smithi055.stdout:Creating initial keys... 2023-10-13T23:55:27.537 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph-authtool: stdout AQDv2CllqKLBChAAv2qxG8Nm0StL/FCAWKBi7g== 2023-10-13T23:55:28.083 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph-authtool: stdout AQDv2CllZ+3kLBAA0+tB7nuGJ5RXFQGS6OFc3A== 2023-10-13T23:55:28.617 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph-authtool: stdout AQDw2ClllufzDxAA+VM/5kVTfLxHkx5QzDbu7A== 2023-10-13T23:55:28.618 INFO:teuthology.orchestra.run.smithi055.stdout:Creating initial monmap... 2023-10-13T23:55:29.159 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2023-10-13T23:55:29.159 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = octopus 2023-10-13T23:55:29.159 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to db84ebe0-6a23-11ee-8db6-212e2dc638e7 2023-10-13T23:55:29.159 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-10-13T23:55:29.160 INFO:teuthology.orchestra.run.smithi055.stdout:monmaptool for a [v2:172.21.15.55:3300,v1:172.21.15.55:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-10-13T23:55:29.160 INFO:teuthology.orchestra.run.smithi055.stdout:setting min_mon_release = octopus 2023-10-13T23:55:29.160 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/monmaptool: set fsid to db84ebe0-6a23-11ee-8db6-212e2dc638e7 2023-10-13T23:55:29.160 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-10-13T23:55:29.160 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-13T23:55:29.161 INFO:teuthology.orchestra.run.smithi055.stdout:Creating mon... 2023-10-13T23:55:29.729 INFO:teuthology.orchestra.run.smithi055.stdout:create mon.a on 2023-10-13T23:55:29.846 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2023-10-13T23:55:29.945 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-10-13T23:55:30.054 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7.target → /etc/systemd/system/ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7.target. 2023-10-13T23:55:30.055 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7.target → /etc/systemd/system/ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7.target. 2023-10-13T23:55:30.193 INFO:teuthology.orchestra.run.smithi055.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@mon.a 2023-10-13T23:55:30.194 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stderr Failed to reset failed state of unit ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@mon.a.service: Unit ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@mon.a.service not loaded. 2023-10-13T23:55:30.301 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7.target.wants/ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@mon.a.service → /etc/systemd/system/ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@.service. 2023-10-13T23:55:30.800 INFO:teuthology.orchestra.run.smithi055.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-10-13T23:55:30.800 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stdout disabled 2023-10-13T23:55:30.810 INFO:teuthology.orchestra.run.smithi055.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-10-13T23:55:30.810 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stdout inactive 2023-10-13T23:55:30.810 INFO:teuthology.orchestra.run.smithi055.stdout:firewalld.service is not enabled 2023-10-13T23:55:30.811 INFO:teuthology.orchestra.run.smithi055.stdout:Not possible to enable service . firewalld.service is not available 2023-10-13T23:55:30.811 INFO:teuthology.orchestra.run.smithi055.stdout:Waiting for mon to start... 2023-10-13T23:55:30.812 INFO:teuthology.orchestra.run.smithi055.stdout:Waiting for mon... 2023-10-13T23:55:30.995 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:30 smithi055 bash[110592]: 815a99db07007322b4c9356a6237b6761bb4e201bd12e4343d90b450e05985af 2023-10-13T23:55:30.996 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:30 smithi055 systemd[1]: Started Ceph mon.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-13T23:55:31.703 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout cluster: 2023-10-13T23:55:31.704 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout id: db84ebe0-6a23-11ee-8db6-212e2dc638e7 2023-10-13T23:55:31.704 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2023-10-13T23:55:31.704 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 2023-10-13T23:55:31.704 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout services: 2023-10-13T23:55:31.705 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.520803s) 2023-10-13T23:55:31.705 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2023-10-13T23:55:31.705 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2023-10-13T23:55:31.705 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 2023-10-13T23:55:31.706 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout data: 2023-10-13T23:55:31.706 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2023-10-13T23:55:31.706 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2023-10-13T23:55:31.706 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2023-10-13T23:55:31.707 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout pgs: 2023-10-13T23:55:31.707 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 2023-10-13T23:55:31.707 INFO:teuthology.orchestra.run.smithi055.stdout:mon is available 2023-10-13T23:55:31.707 INFO:teuthology.orchestra.run.smithi055.stdout:Assimilating anything we can from ceph.conf... 2023-10-13T23:55:31.860 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:31 smithi055 ceph-mon[110610]: mon.a is new leader, mons a in quorum (ranks 0) 2023-10-13T23:55:31.860 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:31 smithi055 ceph-mon[110610]: monmap e1: 1 mons at {a=[v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0]} removed_ranks: {} 2023-10-13T23:55:31.861 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:31 smithi055 ceph-mon[110610]: fsmap 2023-10-13T23:55:31.861 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:31 smithi055 ceph-mon[110610]: osdmap e1: 0 total, 0 up, 0 in 2023-10-13T23:55:31.861 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:31 smithi055 ceph-mon[110610]: mgrmap e1: no daemons active 2023-10-13T23:55:31.861 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:31 smithi055 ceph-mon[110610]: from='client.? 172.21.15.55:0/3344058388' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-10-13T23:55:32.505 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 2023-10-13T23:55:32.506 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout [global] 2023-10-13T23:55:32.506 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout fsid = db84ebe0-6a23-11ee-8db6-212e2dc638e7 2023-10-13T23:55:32.506 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.55:3300,v1:172.21.15.55:6789] 2023-10-13T23:55:32.506 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-10-13T23:55:32.506 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-10-13T23:55:32.507 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-10-13T23:55:32.507 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-10-13T23:55:32.508 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 2023-10-13T23:55:32.508 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout [mgr] 2023-10-13T23:55:32.509 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-10-13T23:55:32.509 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 2023-10-13T23:55:32.509 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout [osd] 2023-10-13T23:55:32.509 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-10-13T23:55:32.509 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-10-13T23:55:32.509 INFO:teuthology.orchestra.run.smithi055.stdout:Generating new minimal ceph.conf... 2023-10-13T23:55:33.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:32 smithi055 ceph-mon[110610]: from='client.? 172.21.15.55:0/3146785004' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-10-13T23:55:33.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:32 smithi055 ceph-mon[110610]: from='client.? 172.21.15.55:0/3146785004' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-10-13T23:55:33.295 INFO:teuthology.orchestra.run.smithi055.stdout:Restarting the monitor... 2023-10-13T23:55:33.504 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:33 smithi055 systemd[1]: Stopping Ceph mon.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-13T23:55:33.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:33 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-a[110606]: 2023-10-13T23:55:33.501+0000 7f1888c99700 -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-10-13T23:55:33.849 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:33 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-a[110606]: 2023-10-13T23:55:33.501+0000 7f1888c99700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2023-10-13T23:55:33.850 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:33 smithi055 bash[110859]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-a 2023-10-13T23:55:34.174 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:33 smithi055 systemd[1]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@mon.a.service: Succeeded. 2023-10-13T23:55:34.174 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:33 smithi055 systemd[1]: Stopped Ceph mon.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-13T23:55:34.175 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:33 smithi055 systemd[1]: Starting Ceph mon.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-13T23:55:34.235 INFO:teuthology.orchestra.run.smithi055.stdout:Setting mon public_network to 172.21.0.0/20 2023-10-13T23:55:34.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 bash[110970]: 9b9c59bf5862c79aa1a89e45c6860e49727c4f346401a0a290dbfef698e5f483 2023-10-13T23:55:34.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 systemd[1]: Started Ceph mon.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-13T23:55:34.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: set uid:gid to 167:167 (ceph:ceph) 2023-10-13T23:55:34.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable), process ceph-mon, pid 2 2023-10-13T23:55:34.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: pidfile_write: ignore empty --pid-file 2023-10-13T23:55:34.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: load: jerasure load: lrc 2023-10-13T23:55:34.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: RocksDB version: 6.15.5 2023-10-13T23:55:34.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-10-13T23:55:34.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Compile date Oct 12 2023 2023-10-13T23:55:34.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: DB SUMMARY 2023-10-13T23:55:34.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: DB Session ID: PW32P3UD2GR8JNIAQALQ 2023-10-13T23:55:34.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: CURRENT file: CURRENT 2023-10-13T23:55:34.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: IDENTITY file: IDENTITY 2023-10-13T23:55:34.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2023-10-13T23:55:34.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2023-10-13T23:55:34.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000010.log size: 82213 ; 2023-10-13T23:55:34.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.error_if_exists: 0 2023-10-13T23:55:34.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.create_if_missing: 0 2023-10-13T23:55:34.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.paranoid_checks: 1 2023-10-13T23:55:34.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-10-13T23:55:34.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.env: 0x55675b5a3a80 2023-10-13T23:55:34.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.fs: Posix File System 2023-10-13T23:55:34.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.info_log: 0x55675c221dc0 2023-10-13T23:55:34.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.max_file_opening_threads: 16 2023-10-13T23:55:34.522 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.statistics: (nil) 2023-10-13T23:55:34.522 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.use_fsync: 0 2023-10-13T23:55:34.522 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.max_log_file_size: 0 2023-10-13T23:55:34.522 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-10-13T23:55:34.523 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.log_file_time_to_roll: 0 2023-10-13T23:55:34.523 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.keep_log_file_num: 1000 2023-10-13T23:55:34.523 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.recycle_log_file_num: 0 2023-10-13T23:55:34.523 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.allow_fallocate: 1 2023-10-13T23:55:34.524 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.allow_mmap_reads: 0 2023-10-13T23:55:34.524 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.allow_mmap_writes: 0 2023-10-13T23:55:34.524 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.use_direct_reads: 0 2023-10-13T23:55:34.524 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-10-13T23:55:34.524 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.create_missing_column_families: 0 2023-10-13T23:55:34.524 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.db_log_dir: 2023-10-13T23:55:34.525 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2023-10-13T23:55:34.527 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.table_cache_numshardbits: 6 2023-10-13T23:55:34.527 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.WAL_ttl_seconds: 0 2023-10-13T23:55:34.527 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.WAL_size_limit_MB: 0 2023-10-13T23:55:34.527 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-10-13T23:55:34.527 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-10-13T23:55:34.528 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.is_fd_close_on_exec: 1 2023-10-13T23:55:34.528 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.advise_random_on_open: 1 2023-10-13T23:55:34.528 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.db_write_buffer_size: 0 2023-10-13T23:55:34.528 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.write_buffer_manager: 0x55675cf14960 2023-10-13T23:55:34.528 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-10-13T23:55:34.529 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-10-13T23:55:34.529 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-10-13T23:55:34.529 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.use_adaptive_mutex: 0 2023-10-13T23:55:34.529 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.rate_limiter: (nil) 2023-10-13T23:55:34.529 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-10-13T23:55:34.530 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.wal_recovery_mode: 2 2023-10-13T23:55:34.530 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.enable_thread_tracking: 0 2023-10-13T23:55:34.530 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.enable_pipelined_write: 0 2023-10-13T23:55:34.530 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.unordered_write: 0 2023-10-13T23:55:34.530 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-10-13T23:55:34.531 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-10-13T23:55:34.531 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-10-13T23:55:34.531 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-10-13T23:55:34.531 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.row_cache: None 2023-10-13T23:55:34.531 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.wal_filter: None 2023-10-13T23:55:34.531 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-10-13T23:55:34.532 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.allow_ingest_behind: 0 2023-10-13T23:55:34.532 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.preserve_deletes: 0 2023-10-13T23:55:34.532 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.two_write_queues: 0 2023-10-13T23:55:34.532 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.manual_wal_flush: 0 2023-10-13T23:55:34.532 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.atomic_flush: 0 2023-10-13T23:55:34.533 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-10-13T23:55:34.533 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.persist_stats_to_disk: 0 2023-10-13T23:55:34.533 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.write_dbid_to_manifest: 0 2023-10-13T23:55:34.533 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.log_readahead_size: 0 2023-10-13T23:55:34.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-10-13T23:55:34.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.best_efforts_recovery: 0 2023-10-13T23:55:34.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-10-13T23:55:34.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-10-13T23:55:34.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.allow_data_in_errors: 0 2023-10-13T23:55:34.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.db_host_id: __hostname__ 2023-10-13T23:55:34.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.max_background_jobs: 2 2023-10-13T23:55:34.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.max_background_compactions: -1 2023-10-13T23:55:34.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.max_subcompactions: 1 2023-10-13T23:55:34.535 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-10-13T23:55:34.536 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-10-13T23:55:34.536 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.delayed_write_rate : 16777216 2023-10-13T23:55:34.536 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.max_total_wal_size: 0 2023-10-13T23:55:34.536 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-10-13T23:55:34.536 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.stats_dump_period_sec: 600 2023-10-13T23:55:34.537 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.stats_persist_period_sec: 600 2023-10-13T23:55:34.537 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-10-13T23:55:34.537 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.max_open_files: -1 2023-10-13T23:55:34.537 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.bytes_per_sync: 0 2023-10-13T23:55:34.537 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.wal_bytes_per_sync: 0 2023-10-13T23:55:34.538 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.strict_bytes_per_sync: 0 2023-10-13T23:55:34.538 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.compaction_readahead_size: 0 2023-10-13T23:55:34.538 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.max_background_flushes: -1 2023-10-13T23:55:34.538 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Compression algorithms supported: 2023-10-13T23:55:34.539 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-10-13T23:55:34.539 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: kZSTD supported: 0 2023-10-13T23:55:34.539 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: kXpressCompression supported: 0 2023-10-13T23:55:34.539 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: kLZ4HCCompression supported: 1 2023-10-13T23:55:34.539 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: kZlibCompression supported: 1 2023-10-13T23:55:34.540 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: kSnappyCompression supported: 1 2023-10-13T23:55:34.540 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: kLZ4Compression supported: 1 2023-10-13T23:55:34.540 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: kBZip2Compression supported: 0 2023-10-13T23:55:34.540 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Fast CRC32 supported: Supported on x86 2023-10-13T23:55:34.540 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: [db/version_set.cc:4724] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000009 2023-10-13T23:55:34.541 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: [db/column_family.cc:595] --------------- Options for column family [default]: 2023-10-13T23:55:34.541 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-10-13T23:55:34.541 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.merge_operator: 2023-10-13T23:55:34.541 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.compaction_filter: None 2023-10-13T23:55:34.541 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.compaction_filter_factory: None 2023-10-13T23:55:34.541 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.sst_partitioner_factory: None 2023-10-13T23:55:34.542 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.memtable_factory: SkipListFactory 2023-10-13T23:55:34.542 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.table_factory: BlockBasedTable 2023-10-13T23:55:34.542 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55675c1f4f90) 2023-10-13T23:55:34.543 INFO:journalctl@ceph.mon.a.smithi055.stdout: cache_index_and_filter_blocks: 1 2023-10-13T23:55:34.543 INFO:journalctl@ceph.mon.a.smithi055.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-10-13T23:55:34.544 INFO:journalctl@ceph.mon.a.smithi055.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-10-13T23:55:34.544 INFO:journalctl@ceph.mon.a.smithi055.stdout: pin_top_level_index_and_filter: 1 2023-10-13T23:55:34.544 INFO:journalctl@ceph.mon.a.smithi055.stdout: index_type: 0 2023-10-13T23:55:34.544 INFO:journalctl@ceph.mon.a.smithi055.stdout: data_block_index_type: 0 2023-10-13T23:55:34.544 INFO:journalctl@ceph.mon.a.smithi055.stdout: index_shortening: 1 2023-10-13T23:55:34.545 INFO:journalctl@ceph.mon.a.smithi055.stdout: data_block_hash_table_util_ratio: 0.750000 2023-10-13T23:55:34.545 INFO:journalctl@ceph.mon.a.smithi055.stdout: hash_index_allow_collision: 1 2023-10-13T23:55:34.545 INFO:journalctl@ceph.mon.a.smithi055.stdout: checksum: 1 2023-10-13T23:55:34.545 INFO:journalctl@ceph.mon.a.smithi055.stdout: no_block_cache: 0 2023-10-13T23:55:34.545 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_cache: 0x55675c227090 2023-10-13T23:55:34.546 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_cache_name: BinnedLRUCache 2023-10-13T23:55:34.546 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_cache_options: 2023-10-13T23:55:34.546 INFO:journalctl@ceph.mon.a.smithi055.stdout: capacity : 536870912 2023-10-13T23:55:34.546 INFO:journalctl@ceph.mon.a.smithi055.stdout: num_shard_bits : 4 2023-10-13T23:55:34.546 INFO:journalctl@ceph.mon.a.smithi055.stdout: strict_capacity_limit : 0 2023-10-13T23:55:34.547 INFO:journalctl@ceph.mon.a.smithi055.stdout: high_pri_pool_ratio: 0.000 2023-10-13T23:55:34.547 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_cache_compressed: (nil) 2023-10-13T23:55:34.547 INFO:journalctl@ceph.mon.a.smithi055.stdout: persistent_cache: (nil) 2023-10-13T23:55:34.547 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_size: 4096 2023-10-13T23:55:34.547 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_size_deviation: 10 2023-10-13T23:55:34.548 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_restart_interval: 16 2023-10-13T23:55:34.549 INFO:journalctl@ceph.mon.a.smithi055.stdout: index_block_restart_interval: 1 2023-10-13T23:55:34.549 INFO:journalctl@ceph.mon.a.smithi055.stdout: metadata_block_size: 4096 2023-10-13T23:55:34.549 INFO:journalctl@ceph.mon.a.smithi055.stdout: partition_filters: 0 2023-10-13T23:55:34.549 INFO:journalctl@ceph.mon.a.smithi055.stdout: use_delta_encoding: 1 2023-10-13T23:55:34.550 INFO:journalctl@ceph.mon.a.smithi055.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-10-13T23:55:34.550 INFO:journalctl@ceph.mon.a.smithi055.stdout: whole_key_filtering: 1 2023-10-13T23:55:34.550 INFO:journalctl@ceph.mon.a.smithi055.stdout: verify_compression: 0 2023-10-13T23:55:34.551 INFO:journalctl@ceph.mon.a.smithi055.stdout: read_amp_bytes_per_bit: 0 2023-10-13T23:55:34.551 INFO:journalctl@ceph.mon.a.smithi055.stdout: format_version: 4 2023-10-13T23:55:34.551 INFO:journalctl@ceph.mon.a.smithi055.stdout: enable_index_compression: 1 2023-10-13T23:55:34.551 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_align: 0 2023-10-13T23:55:34.552 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.write_buffer_size: 33554432 2023-10-13T23:55:34.552 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.max_write_buffer_number: 2 2023-10-13T23:55:34.552 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.compression: NoCompression 2023-10-13T23:55:34.552 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.bottommost_compression: Disabled 2023-10-13T23:55:34.552 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.prefix_extractor: nullptr 2023-10-13T23:55:34.553 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-10-13T23:55:34.553 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.num_levels: 7 2023-10-13T23:55:34.553 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-10-13T23:55:34.553 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-10-13T23:55:34.553 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-10-13T23:55:34.554 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-10-13T23:55:34.554 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-10-13T23:55:34.554 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-10-13T23:55:34.554 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-10-13T23:55:34.554 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-10-13T23:55:34.555 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-10-13T23:55:34.555 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-10-13T23:55:34.555 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.compression_opts.window_bits: -14 2023-10-13T23:55:34.555 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.compression_opts.level: 32767 2023-10-13T23:55:34.555 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.compression_opts.strategy: 0 2023-10-13T23:55:34.556 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-10-13T23:55:34.556 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-10-13T23:55:34.556 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-10-13T23:55:34.556 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.compression_opts.enabled: false 2023-10-13T23:55:34.556 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-10-13T23:55:34.557 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-10-13T23:55:34.557 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-10-13T23:55:34.557 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.target_file_size_base: 67108864 2023-10-13T23:55:34.557 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.target_file_size_multiplier: 1 2023-10-13T23:55:34.557 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-10-13T23:55:34.558 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-10-13T23:55:34.558 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-10-13T23:55:34.558 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-10-13T23:55:34.558 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-10-13T23:55:34.558 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-10-13T23:55:34.558 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-10-13T23:55:34.559 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-10-13T23:55:34.559 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-10-13T23:55:34.559 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-10-13T23:55:34.559 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-10-13T23:55:34.559 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-10-13T23:55:34.560 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.arena_block_size: 4194304 2023-10-13T23:55:34.560 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-10-13T23:55:34.560 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-10-13T23:55:34.560 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-10-13T23:55:34.560 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.disable_auto_compactions: 0 2023-10-13T23:55:34.561 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-10-13T23:55:34.561 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-10-13T23:55:34.561 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-10-13T23:55:34.561 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-10-13T23:55:34.561 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-10-13T23:55:34.561 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-10-13T23:55:34.562 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-10-13T23:55:34.562 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-10-13T23:55:34.562 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-10-13T23:55:34.562 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-10-13T23:55:34.562 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.table_properties_collectors: 2023-10-13T23:55:34.563 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.inplace_update_support: 0 2023-10-13T23:55:34.563 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.inplace_update_num_locks: 10000 2023-10-13T23:55:34.563 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-10-13T23:55:34.563 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-10-13T23:55:34.563 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.memtable_huge_page_size: 0 2023-10-13T23:55:34.564 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.bloom_locality: 0 2023-10-13T23:55:34.564 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.max_successive_merges: 0 2023-10-13T23:55:34.564 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.optimize_filters_for_hits: 0 2023-10-13T23:55:34.564 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.paranoid_file_checks: 0 2023-10-13T23:55:34.564 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.force_consistency_checks: 1 2023-10-13T23:55:34.565 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.report_bg_io_stats: 0 2023-10-13T23:55:34.565 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.ttl: 2592000 2023-10-13T23:55:34.565 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.periodic_compaction_seconds: 0 2023-10-13T23:55:34.565 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.enable_blob_files: false 2023-10-13T23:55:34.565 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.min_blob_size: 0 2023-10-13T23:55:34.565 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.blob_file_size: 268435456 2023-10-13T23:55:34.566 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.blob_compression_type: NoCompression 2023-10-13T23:55:34.566 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.enable_blob_garbage_collection: false 2023-10-13T23:55:34.566 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-10-13T23:55:34.566 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: 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-10-13T23:55:34.566 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: [db/version_set.cc:4779] Column family [default] (ID 0), log number is 5 2023-10-13T23:55:34.567 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: [db/version_set.cc:4082] Creating manifest 13 2023-10-13T23:55:34.567 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697241334247324, "job": 1, "event": "recovery_started", "wal_files": [10]} 2023-10-13T23:55:34.567 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: [db/db_impl/db_impl_open.cc:845] Recovering log #10 mode 2 2023-10-13T23:55:34.567 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: 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-10-13T23:55:34.567 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697241334248690, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 14, "file_size": 78917, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 77185, "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": 10080, "raw_average_key_size": 48, "raw_value_size": 71432, "raw_average_value_size": 340, "num_data_blocks": 10, "num_entries": 210, "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": 1697241334, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "4f4a3d33-f642-49a5-a98a-baf9dccd7429", "db_session_id": "PW32P3UD2GR8JNIAQALQ"}} 2023-10-13T23:55:34.568 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: [db/version_set.cc:4082] Creating manifest 15 2023-10-13T23:55:34.568 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697241334249520, "job": 1, "event": "recovery_finished"} 2023-10-13T23:55:34.568 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: 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-10-13T23:55:34.568 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: [db/db_impl/db_impl_open.cc:1700] SstFileManager instance 0x55675c1bb180 2023-10-13T23:55:34.568 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: DB pointer 0x55675c290000 2023-10-13T23:55:34.569 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: [db/db_impl/db_impl.cc:901] ------- DUMPING STATS ------- 2023-10-13T23:55:34.569 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-10-13T23:55:34.569 INFO:journalctl@ceph.mon.a.smithi055.stdout: ** DB Stats ** 2023-10-13T23:55:34.569 INFO:journalctl@ceph.mon.a.smithi055.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-13T23:55:34.569 INFO:journalctl@ceph.mon.a.smithi055.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-10-13T23:55:34.570 INFO:journalctl@ceph.mon.a.smithi055.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-13T23:55:34.570 INFO:journalctl@ceph.mon.a.smithi055.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-13T23:55:34.570 INFO:journalctl@ceph.mon.a.smithi055.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-10-13T23:55:34.570 INFO:journalctl@ceph.mon.a.smithi055.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-10-13T23:55:34.570 INFO:journalctl@ceph.mon.a.smithi055.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-13T23:55:34.571 INFO:journalctl@ceph.mon.a.smithi055.stdout: 2023-10-13T23:55:34.571 INFO:journalctl@ceph.mon.a.smithi055.stdout: ** Compaction Stats [default] ** 2023-10-13T23:55:34.571 INFO:journalctl@ceph.mon.a.smithi055.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-10-13T23:55:34.571 INFO:journalctl@ceph.mon.a.smithi055.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-13T23:55:34.571 INFO:journalctl@ceph.mon.a.smithi055.stdout: L0 2/0 78.83 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 83.9 0.00 0.00 1 0.001 0 0 2023-10-13T23:55:34.572 INFO:journalctl@ceph.mon.a.smithi055.stdout: Sum 2/0 78.83 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 83.9 0.00 0.00 1 0.001 0 0 2023-10-13T23:55:34.572 INFO:journalctl@ceph.mon.a.smithi055.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 83.9 0.00 0.00 1 0.001 0 0 2023-10-13T23:55:34.572 INFO:journalctl@ceph.mon.a.smithi055.stdout: 2023-10-13T23:55:34.572 INFO:journalctl@ceph.mon.a.smithi055.stdout: ** Compaction Stats [default] ** 2023-10-13T23:55:34.572 INFO:journalctl@ceph.mon.a.smithi055.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-10-13T23:55:34.573 INFO:journalctl@ceph.mon.a.smithi055.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-13T23:55:34.573 INFO:journalctl@ceph.mon.a.smithi055.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 83.9 0.00 0.00 1 0.001 0 0 2023-10-13T23:55:34.573 INFO:journalctl@ceph.mon.a.smithi055.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-13T23:55:34.573 INFO:journalctl@ceph.mon.a.smithi055.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-10-13T23:55:34.573 INFO:journalctl@ceph.mon.a.smithi055.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-13T23:55:34.574 INFO:journalctl@ceph.mon.a.smithi055.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-10-13T23:55:34.574 INFO:journalctl@ceph.mon.a.smithi055.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-10-13T23:55:34.574 INFO:journalctl@ceph.mon.a.smithi055.stdout: AddFile(Keys): cumulative 0, interval 0 2023-10-13T23:55:34.574 INFO:journalctl@ceph.mon.a.smithi055.stdout: Cumulative compaction: 0.00 GB write, 12.42 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-13T23:55:34.574 INFO:journalctl@ceph.mon.a.smithi055.stdout: Interval compaction: 0.00 GB write, 12.42 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-13T23:55:34.574 INFO:journalctl@ceph.mon.a.smithi055.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-10-13T23:55:34.575 INFO:journalctl@ceph.mon.a.smithi055.stdout: 2023-10-13T23:55:34.575 INFO:journalctl@ceph.mon.a.smithi055.stdout: ** File Read Latency Histogram By Level [default] ** 2023-10-13T23:55:34.575 INFO:journalctl@ceph.mon.a.smithi055.stdout: 2023-10-13T23:55:34.575 INFO:journalctl@ceph.mon.a.smithi055.stdout: ** Compaction Stats [default] ** 2023-10-13T23:55:34.575 INFO:journalctl@ceph.mon.a.smithi055.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-10-13T23:55:34.576 INFO:journalctl@ceph.mon.a.smithi055.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-13T23:55:34.576 INFO:journalctl@ceph.mon.a.smithi055.stdout: L0 2/0 78.83 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 83.9 0.00 0.00 1 0.001 0 0 2023-10-13T23:55:34.576 INFO:journalctl@ceph.mon.a.smithi055.stdout: Sum 2/0 78.83 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 83.9 0.00 0.00 1 0.001 0 0 2023-10-13T23:55:34.576 INFO:journalctl@ceph.mon.a.smithi055.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-10-13T23:55:34.576 INFO:journalctl@ceph.mon.a.smithi055.stdout: 2023-10-13T23:55:34.577 INFO:journalctl@ceph.mon.a.smithi055.stdout: ** Compaction Stats [default] ** 2023-10-13T23:55:34.577 INFO:journalctl@ceph.mon.a.smithi055.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-10-13T23:55:34.577 INFO:journalctl@ceph.mon.a.smithi055.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-13T23:55:34.577 INFO:journalctl@ceph.mon.a.smithi055.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 83.9 0.00 0.00 1 0.001 0 0 2023-10-13T23:55:34.577 INFO:journalctl@ceph.mon.a.smithi055.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-13T23:55:34.578 INFO:journalctl@ceph.mon.a.smithi055.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-10-13T23:55:34.578 INFO:journalctl@ceph.mon.a.smithi055.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-13T23:55:34.578 INFO:journalctl@ceph.mon.a.smithi055.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-10-13T23:55:34.578 INFO:journalctl@ceph.mon.a.smithi055.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-10-13T23:55:34.578 INFO:journalctl@ceph.mon.a.smithi055.stdout: AddFile(Keys): cumulative 0, interval 0 2023-10-13T23:55:34.578 INFO:journalctl@ceph.mon.a.smithi055.stdout: Cumulative compaction: 0.00 GB write, 12.35 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-13T23:55:34.579 INFO:journalctl@ceph.mon.a.smithi055.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-10-13T23:55:34.579 INFO:journalctl@ceph.mon.a.smithi055.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-10-13T23:55:34.579 INFO:journalctl@ceph.mon.a.smithi055.stdout: 2023-10-13T23:55:34.579 INFO:journalctl@ceph.mon.a.smithi055.stdout: ** File Read Latency Histogram By Level [default] ** 2023-10-13T23:55:34.579 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: starting mon.a rank 0 at public addrs [v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0] at bind addrs [v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid db84ebe0-6a23-11ee-8db6-212e2dc638e7 2023-10-13T23:55:34.580 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: mon.a@-1(???) e1 preinit fsid db84ebe0-6a23-11ee-8db6-212e2dc638e7 2023-10-13T23:55:34.580 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: mon.a@-1(???).mds e1 new map 2023-10-13T23:55:34.580 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: mon.a@-1(???).mds e1 print_map 2023-10-13T23:55:34.580 INFO:journalctl@ceph.mon.a.smithi055.stdout: e1 2023-10-13T23:55:34.580 INFO:journalctl@ceph.mon.a.smithi055.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-10-13T23:55:34.581 INFO:journalctl@ceph.mon.a.smithi055.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-10-13T23:55:34.581 INFO:journalctl@ceph.mon.a.smithi055.stdout: legacy client fscid: -1 2023-10-13T23:55:34.581 INFO:journalctl@ceph.mon.a.smithi055.stdout: 2023-10-13T23:55:34.581 INFO:journalctl@ceph.mon.a.smithi055.stdout: No filesystems configured 2023-10-13T23:55:34.581 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-10-13T23:55:34.581 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-13T23:55:34.582 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-13T23:55:34.582 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-13T23:55:34.582 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-10-13T23:55:34.582 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: expand_channel_meta expand map: {default=false} 2023-10-13T23:55:34.582 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: expand_channel_meta from 'false' to 'false' 2023-10-13T23:55:34.583 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: expand_channel_meta expanded map: {default=false} 2023-10-13T23:55:34.583 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: expand_channel_meta expand map: {default=info} 2023-10-13T23:55:34.583 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: expand_channel_meta from 'info' to 'info' 2023-10-13T23:55:34.583 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: expand_channel_meta expanded map: {default=info} 2023-10-13T23:55:34.583 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: expand_channel_meta expand map: {default=daemon} 2023-10-13T23:55:34.584 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: expand_channel_meta from 'daemon' to 'daemon' 2023-10-13T23:55:34.584 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: expand_channel_meta expanded map: {default=daemon} 2023-10-13T23:55:34.584 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: expand_channel_meta expand map: {default=debug} 2023-10-13T23:55:34.584 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: expand_channel_meta from 'debug' to 'debug' 2023-10-13T23:55:34.584 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: expand_channel_meta expanded map: {default=debug} 2023-10-13T23:55:34.585 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: mon.a is new leader, mons a in quorum (ranks 0) 2023-10-13T23:55:34.585 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: monmap e1: 1 mons at {a=[v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0]} removed_ranks: {} 2023-10-13T23:55:34.585 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: fsmap 2023-10-13T23:55:34.585 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: osdmap e1: 0 total, 0 up, 0 in 2023-10-13T23:55:34.585 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:34 smithi055 ceph-mon[110989]: mgrmap e1: no daemons active 2023-10-13T23:55:35.018 INFO:teuthology.orchestra.run.smithi055.stdout:Wrote config to /etc/ceph/ceph.conf 2023-10-13T23:55:35.019 INFO:teuthology.orchestra.run.smithi055.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-10-13T23:55:35.019 INFO:teuthology.orchestra.run.smithi055.stdout:Creating mgr... 2023-10-13T23:55:35.019 INFO:teuthology.orchestra.run.smithi055.stdout:Verifying port 9283 ... 2023-10-13T23:55:35.176 INFO:teuthology.orchestra.run.smithi055.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@mgr.y 2023-10-13T23:55:35.176 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stderr Failed to reset failed state of unit ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@mgr.y.service: Unit ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@mgr.y.service not loaded. 2023-10-13T23:55:35.278 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7.target.wants/ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@mgr.y.service → /etc/systemd/system/ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@.service. 2023-10-13T23:55:35.648 INFO:teuthology.orchestra.run.smithi055.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-10-13T23:55:35.693 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stdout disabled 2023-10-13T23:55:35.695 INFO:teuthology.orchestra.run.smithi055.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-10-13T23:55:35.695 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stdout inactive 2023-10-13T23:55:35.695 INFO:teuthology.orchestra.run.smithi055.stdout:firewalld.service is not enabled 2023-10-13T23:55:35.695 INFO:teuthology.orchestra.run.smithi055.stdout:Not possible to enable service . firewalld.service is not available 2023-10-13T23:55:35.696 INFO:teuthology.orchestra.run.smithi055.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-10-13T23:55:35.696 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stdout disabled 2023-10-13T23:55:35.696 INFO:teuthology.orchestra.run.smithi055.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-10-13T23:55:35.696 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stdout inactive 2023-10-13T23:55:35.696 INFO:teuthology.orchestra.run.smithi055.stdout:firewalld.service is not enabled 2023-10-13T23:55:35.697 INFO:teuthology.orchestra.run.smithi055.stdout:Not possible to open ports <[9283]>. firewalld.service is not available 2023-10-13T23:55:35.697 INFO:teuthology.orchestra.run.smithi055.stdout:Waiting for mgr to start... 2023-10-13T23:55:35.697 INFO:teuthology.orchestra.run.smithi055.stdout:Waiting for mgr... 2023-10-13T23:55:35.989 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:35 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/2282488952' entity='client.admin' 2023-10-13T23:55:35.989 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:55:35.986+0000 7f29572941c0 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-10-13T23:55:36.468 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 2023-10-13T23:55:36.473 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout { 2023-10-13T23:55:36.474 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "fsid": "db84ebe0-6a23-11ee-8db6-212e2dc638e7", 2023-10-13T23:55:36.474 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "health": { 2023-10-13T23:55:36.474 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-10-13T23:55:36.474 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-10-13T23:55:36.475 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-10-13T23:55:36.475 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2023-10-13T23:55:36.475 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-10-13T23:55:36.475 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-10-13T23:55:36.475 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 0 2023-10-13T23:55:36.476 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout ], 2023-10-13T23:55:36.476 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-10-13T23:55:36.476 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "a" 2023-10-13T23:55:36.476 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout ], 2023-10-13T23:55:36.476 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "quorum_age": 1, 2023-10-13T23:55:36.477 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "monmap": { 2023-10-13T23:55:36.477 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-13T23:55:36.477 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "quincy", 2023-10-13T23:55:36.477 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-10-13T23:55:36.477 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2023-10-13T23:55:36.478 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-10-13T23:55:36.478 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-13T23:55:36.478 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-10-13T23:55:36.478 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-10-13T23:55:36.478 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-10-13T23:55:36.479 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-10-13T23:55:36.479 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-10-13T23:55:36.479 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-10-13T23:55:36.479 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2023-10-13T23:55:36.479 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-10-13T23:55:36.480 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-10-13T23:55:36.480 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-10-13T23:55:36.480 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-10-13T23:55:36.480 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-10-13T23:55:36.480 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-10-13T23:55:36.481 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-10-13T23:55:36.481 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-10-13T23:55:36.481 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-10-13T23:55:36.481 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2023-10-13T23:55:36.481 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-10-13T23:55:36.481 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-13T23:55:36.482 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-10-13T23:55:36.482 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-10-13T23:55:36.482 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2023-10-13T23:55:36.482 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-10-13T23:55:36.482 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "available": false, 2023-10-13T23:55:36.483 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-10-13T23:55:36.483 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "modules": [ 2023-10-13T23:55:36.483 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "iostat", 2023-10-13T23:55:36.483 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "nfs", 2023-10-13T23:55:36.483 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "restful" 2023-10-13T23:55:36.484 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout ], 2023-10-13T23:55:36.484 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-13T23:55:36.484 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2023-10-13T23:55:36.484 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-10-13T23:55:36.484 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-13T23:55:36.484 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "modified": "2023-10-13T23:55:30.731994+0000", 2023-10-13T23:55:36.485 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-13T23:55:36.485 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2023-10-13T23:55:36.485 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-10-13T23:55:36.485 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout } 2023-10-13T23:55:36.485 INFO:teuthology.orchestra.run.smithi055.stdout:mgr not available, waiting (1/15)... 2023-10-13T23:55:36.660 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:36 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:55:36.332+0000 7f29572941c0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-10-13T23:55:36.934 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:36 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/1095194332' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-13T23:55:37.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:36 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:55:36.933+0000 7f29572941c0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-10-13T23:55:37.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:37 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:55:37.121+0000 7f29572941c0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-10-13T23:55:38.016 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:37 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:55:37.572+0000 7f29572941c0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-10-13T23:55:38.766 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:38 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:55:38.455+0000 7f29572941c0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-10-13T23:55:38.767 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:38 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:55:38.552+0000 7f29572941c0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-10-13T23:55:39.178 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:38 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/2106302744' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-13T23:55:39.244 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 2023-10-13T23:55:39.245 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout { 2023-10-13T23:55:39.245 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "fsid": "db84ebe0-6a23-11ee-8db6-212e2dc638e7", 2023-10-13T23:55:39.245 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "health": { 2023-10-13T23:55:39.245 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-10-13T23:55:39.246 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-10-13T23:55:39.246 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-10-13T23:55:39.246 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2023-10-13T23:55:39.246 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-10-13T23:55:39.246 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-10-13T23:55:39.247 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 0 2023-10-13T23:55:39.247 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout ], 2023-10-13T23:55:39.247 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-10-13T23:55:39.247 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "a" 2023-10-13T23:55:39.247 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout ], 2023-10-13T23:55:39.248 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "quorum_age": 4, 2023-10-13T23:55:39.248 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "monmap": { 2023-10-13T23:55:39.248 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-13T23:55:39.248 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "quincy", 2023-10-13T23:55:39.248 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-10-13T23:55:39.248 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2023-10-13T23:55:39.249 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-10-13T23:55:39.249 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-13T23:55:39.249 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-10-13T23:55:39.249 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-10-13T23:55:39.249 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-10-13T23:55:39.250 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-10-13T23:55:39.250 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-10-13T23:55:39.250 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-10-13T23:55:39.253 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2023-10-13T23:55:39.253 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-10-13T23:55:39.253 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-10-13T23:55:39.254 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-10-13T23:55:39.254 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-10-13T23:55:39.254 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-10-13T23:55:39.254 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-10-13T23:55:39.255 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-10-13T23:55:39.255 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-10-13T23:55:39.255 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-10-13T23:55:39.255 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2023-10-13T23:55:39.255 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-10-13T23:55:39.255 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-13T23:55:39.256 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-10-13T23:55:39.256 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-10-13T23:55:39.256 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2023-10-13T23:55:39.256 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-10-13T23:55:39.256 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "available": false, 2023-10-13T23:55:39.257 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-10-13T23:55:39.257 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "modules": [ 2023-10-13T23:55:39.257 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "iostat", 2023-10-13T23:55:39.257 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "nfs", 2023-10-13T23:55:39.257 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "restful" 2023-10-13T23:55:39.258 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout ], 2023-10-13T23:55:39.258 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-13T23:55:39.258 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2023-10-13T23:55:39.258 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-10-13T23:55:39.258 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-13T23:55:39.259 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "modified": "2023-10-13T23:55:30.731994+0000", 2023-10-13T23:55:39.259 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-13T23:55:39.259 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2023-10-13T23:55:39.259 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-10-13T23:55:39.259 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout } 2023-10-13T23:55:39.259 INFO:teuthology.orchestra.run.smithi055.stdout:mgr not available, waiting (2/15)... 2023-10-13T23:55:39.440 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:39 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:55:39.251+0000 7f29572941c0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-10-13T23:55:39.441 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:39 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:55:39.343+0000 7f29572941c0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-10-13T23:55:39.441 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:39 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:55:39.439+0000 7f29572941c0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-10-13T23:55:39.766 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:39 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:55:39.542+0000 7f29572941c0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-10-13T23:55:40.138 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:39 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:55:39.800+0000 7f29572941c0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-10-13T23:55:40.139 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:39 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:55:39.903+0000 7f29572941c0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-10-13T23:55:40.447 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:40 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:55:40.137+0000 7f29572941c0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-10-13T23:55:40.447 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:40 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:55:40.242+0000 7f29572941c0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-10-13T23:55:40.448 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:40 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:55:40.445+0000 7f29572941c0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-10-13T23:55:40.766 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:40 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:55:40.538+0000 7f29572941c0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-10-13T23:55:41.766 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:41 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:55:41.394+0000 7f29572941c0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-10-13T23:55:41.766 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:41 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:55:41.602+0000 7f29572941c0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-10-13T23:55:42.233 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:41 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:55:41.794+0000 7f29572941c0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-10-13T23:55:42.766 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:42 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:55:42.504+0000 7f29572941c0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-10-13T23:55:42.767 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:42 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:55:42.700+0000 7f29572941c0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-10-13T23:55:43.211 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:42 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/3591494884' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-13T23:55:43.212 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:42 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:55:42.901+0000 7f29572941c0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-10-13T23:55:43.212 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:43 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:55:43.032+0000 7f29572941c0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-10-13T23:55:43.239 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 2023-10-13T23:55:43.239 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout { 2023-10-13T23:55:43.239 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "fsid": "db84ebe0-6a23-11ee-8db6-212e2dc638e7", 2023-10-13T23:55:43.239 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "health": { 2023-10-13T23:55:43.240 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-10-13T23:55:43.240 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-10-13T23:55:43.240 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-10-13T23:55:43.240 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2023-10-13T23:55:43.240 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-10-13T23:55:43.241 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-10-13T23:55:43.241 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 0 2023-10-13T23:55:43.241 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout ], 2023-10-13T23:55:43.241 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-10-13T23:55:43.242 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "a" 2023-10-13T23:55:43.242 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout ], 2023-10-13T23:55:43.242 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "quorum_age": 8, 2023-10-13T23:55:43.242 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "monmap": { 2023-10-13T23:55:43.242 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-13T23:55:43.243 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "quincy", 2023-10-13T23:55:43.243 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-10-13T23:55:43.243 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2023-10-13T23:55:43.243 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-10-13T23:55:43.243 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-13T23:55:43.243 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-10-13T23:55:43.244 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-10-13T23:55:43.244 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-10-13T23:55:43.244 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-10-13T23:55:43.244 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-10-13T23:55:43.244 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-10-13T23:55:43.245 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2023-10-13T23:55:43.245 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-10-13T23:55:43.245 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-10-13T23:55:43.245 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-10-13T23:55:43.246 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-10-13T23:55:43.246 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-10-13T23:55:43.246 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-10-13T23:55:43.246 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-10-13T23:55:43.246 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-10-13T23:55:43.246 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-10-13T23:55:43.247 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2023-10-13T23:55:43.247 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-10-13T23:55:43.247 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-13T23:55:43.247 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-10-13T23:55:43.248 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-10-13T23:55:43.248 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2023-10-13T23:55:43.248 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-10-13T23:55:43.248 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "available": false, 2023-10-13T23:55:43.249 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-10-13T23:55:43.249 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "modules": [ 2023-10-13T23:55:43.249 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "iostat", 2023-10-13T23:55:43.249 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "nfs", 2023-10-13T23:55:43.249 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "restful" 2023-10-13T23:55:43.249 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout ], 2023-10-13T23:55:43.250 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-13T23:55:43.250 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2023-10-13T23:55:43.250 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-10-13T23:55:43.250 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-13T23:55:43.250 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "modified": "2023-10-13T23:55:30.731994+0000", 2023-10-13T23:55:43.251 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-13T23:55:43.251 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2023-10-13T23:55:43.251 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-10-13T23:55:43.251 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout } 2023-10-13T23:55:43.251 INFO:teuthology.orchestra.run.smithi055.stdout:mgr not available, waiting (3/15)... 2023-10-13T23:55:44.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:43 smithi055 ceph-mon[110989]: Activating manager daemon y 2023-10-13T23:55:44.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:43 smithi055 ceph-mon[110989]: mgrmap e2: y(active, starting, since 0.00547595s) 2023-10-13T23:55:44.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:43 smithi055 ceph-mon[110989]: from='mgr.14100 172.21.15.55:0/2188003537' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-13T23:55:44.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:43 smithi055 ceph-mon[110989]: from='mgr.14100 172.21.15.55:0/2188003537' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-13T23:55:44.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:43 smithi055 ceph-mon[110989]: from='mgr.14100 172.21.15.55:0/2188003537' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-13T23:55:44.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:43 smithi055 ceph-mon[110989]: from='mgr.14100 172.21.15.55:0/2188003537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-13T23:55:44.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:43 smithi055 ceph-mon[110989]: from='mgr.14100 172.21.15.55:0/2188003537' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-10-13T23:55:44.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:43 smithi055 ceph-mon[110989]: Manager daemon y is now available 2023-10-13T23:55:44.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:43 smithi055 ceph-mon[110989]: from='mgr.14100 172.21.15.55:0/2188003537' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-10-13T23:55:44.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:43 smithi055 ceph-mon[110989]: from='mgr.14100 172.21.15.55:0/2188003537' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-10-13T23:55:44.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:43 smithi055 ceph-mon[110989]: from='mgr.14100 172.21.15.55:0/2188003537' entity='mgr.y' 2023-10-13T23:55:44.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:43 smithi055 ceph-mon[110989]: from='mgr.14100 172.21.15.55:0/2188003537' entity='mgr.y' 2023-10-13T23:55:44.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:43 smithi055 ceph-mon[110989]: from='mgr.14100 172.21.15.55:0/2188003537' entity='mgr.y' 2023-10-13T23:55:45.356 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:45 smithi055 ceph-mon[110989]: mgrmap e3: y(active, since 1.01064s) 2023-10-13T23:55:46.152 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:46 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/4028684825' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-13T23:55:46.202 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 2023-10-13T23:55:46.202 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout { 2023-10-13T23:55:46.203 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "fsid": "db84ebe0-6a23-11ee-8db6-212e2dc638e7", 2023-10-13T23:55:46.203 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "health": { 2023-10-13T23:55:46.203 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-10-13T23:55:46.203 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-10-13T23:55:46.203 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-10-13T23:55:46.204 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2023-10-13T23:55:46.204 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-10-13T23:55:46.204 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-10-13T23:55:46.204 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 0 2023-10-13T23:55:46.204 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout ], 2023-10-13T23:55:46.205 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-10-13T23:55:46.205 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "a" 2023-10-13T23:55:46.205 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout ], 2023-10-13T23:55:46.205 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "quorum_age": 11, 2023-10-13T23:55:46.205 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "monmap": { 2023-10-13T23:55:46.206 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-13T23:55:46.206 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "quincy", 2023-10-13T23:55:46.206 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-10-13T23:55:46.206 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2023-10-13T23:55:46.206 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-10-13T23:55:46.207 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-13T23:55:46.207 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-10-13T23:55:46.207 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-10-13T23:55:46.207 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-10-13T23:55:46.207 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-10-13T23:55:46.208 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-10-13T23:55:46.208 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-10-13T23:55:46.211 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2023-10-13T23:55:46.211 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-10-13T23:55:46.211 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-10-13T23:55:46.212 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-10-13T23:55:46.212 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-10-13T23:55:46.212 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-10-13T23:55:46.212 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-10-13T23:55:46.212 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-10-13T23:55:46.213 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-10-13T23:55:46.213 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-10-13T23:55:46.213 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2023-10-13T23:55:46.213 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-10-13T23:55:46.213 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-13T23:55:46.214 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-10-13T23:55:46.214 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-10-13T23:55:46.214 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2023-10-13T23:55:46.214 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-10-13T23:55:46.214 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "available": true, 2023-10-13T23:55:46.215 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-10-13T23:55:46.215 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "modules": [ 2023-10-13T23:55:46.215 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "iostat", 2023-10-13T23:55:46.215 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "nfs", 2023-10-13T23:55:46.215 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "restful" 2023-10-13T23:55:46.215 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout ], 2023-10-13T23:55:46.216 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-13T23:55:46.216 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2023-10-13T23:55:46.216 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-10-13T23:55:46.216 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-13T23:55:46.216 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "modified": "2023-10-13T23:55:30.731994+0000", 2023-10-13T23:55:46.217 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-13T23:55:46.217 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout }, 2023-10-13T23:55:46.217 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-10-13T23:55:46.217 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout } 2023-10-13T23:55:46.217 INFO:teuthology.orchestra.run.smithi055.stdout:mgr is available 2023-10-13T23:55:47.068 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 2023-10-13T23:55:47.068 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout [global] 2023-10-13T23:55:47.069 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout fsid = db84ebe0-6a23-11ee-8db6-212e2dc638e7 2023-10-13T23:55:47.069 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-10-13T23:55:47.069 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-10-13T23:55:47.069 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-10-13T23:55:47.069 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-10-13T23:55:47.070 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 2023-10-13T23:55:47.070 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout [mgr] 2023-10-13T23:55:47.070 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-10-13T23:55:47.070 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 2023-10-13T23:55:47.070 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout [osd] 2023-10-13T23:55:47.071 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-10-13T23:55:47.071 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-10-13T23:55:47.071 INFO:teuthology.orchestra.run.smithi055.stdout:Enabling cephadm module... 2023-10-13T23:55:47.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:47 smithi055 ceph-mon[110989]: mgrmap e4: y(active, since 3s) 2023-10-13T23:55:47.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:47 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/2753650975' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-10-13T23:55:48.504 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:48 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/2532421579' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-10-13T23:55:48.505 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:48 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: ignoring --setuser ceph since I am not root 2023-10-13T23:55:48.505 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:48 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: ignoring --setgroup ceph since I am not root 2023-10-13T23:55:48.505 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:48 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:55:48.311+0000 7fca9659e1c0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-10-13T23:55:49.225 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:48 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:55:48.503+0000 7fca9659e1c0 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-10-13T23:55:49.226 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:48 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:55:48.838+0000 7fca9659e1c0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-10-13T23:55:49.226 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:49 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/2532421579' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-10-13T23:55:49.226 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:49 smithi055 ceph-mon[110989]: mgrmap e5: y(active, since 5s) 2023-10-13T23:55:49.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:49 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:55:49.437+0000 7fca9659e1c0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-10-13T23:55:50.016 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:49 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:55:49.625+0000 7fca9659e1c0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-10-13T23:55:50.331 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:50 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:55:50.073+0000 7fca9659e1c0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-10-13T23:55:51.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:50 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:55:50.960+0000 7fca9659e1c0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-10-13T23:55:51.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:51 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:55:51.056+0000 7fca9659e1c0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-10-13T23:55:52.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:51 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/3663944049' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-10-13T23:55:52.017 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:51 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:55:51.758+0000 7fca9659e1c0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-10-13T23:55:52.017 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:51 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:55:51.856+0000 7fca9659e1c0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-10-13T23:55:52.017 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:51 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:55:51.956+0000 7fca9659e1c0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-10-13T23:55:52.075 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout { 2023-10-13T23:55:52.076 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 5, 2023-10-13T23:55:52.076 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "available": true, 2023-10-13T23:55:52.076 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "active_name": "y", 2023-10-13T23:55:52.076 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-10-13T23:55:52.077 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout } 2023-10-13T23:55:52.077 INFO:teuthology.orchestra.run.smithi055.stdout:Waiting for the mgr to restart... 2023-10-13T23:55:52.077 INFO:teuthology.orchestra.run.smithi055.stdout:Waiting for mgr epoch 5... 2023-10-13T23:55:52.327 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:52 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:55:52.060+0000 7fca9659e1c0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-10-13T23:55:52.327 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:52 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:55:52.325+0000 7fca9659e1c0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-10-13T23:55:52.663 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:52 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:55:52.429+0000 7fca9659e1c0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-10-13T23:55:52.971 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:52 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:55:52.662+0000 7fca9659e1c0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-10-13T23:55:52.972 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:52 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:55:52.768+0000 7fca9659e1c0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-10-13T23:55:53.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:52 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:55:52.970+0000 7fca9659e1c0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-10-13T23:55:53.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:53 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:55:53.064+0000 7fca9659e1c0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-10-13T23:55:54.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:53 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:55:53.908+0000 7fca9659e1c0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-10-13T23:55:54.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:54 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:55:54.118+0000 7fca9659e1c0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-10-13T23:55:54.766 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:54 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:55:54.311+0000 7fca9659e1c0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-10-13T23:55:55.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:54 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:55:54.994+0000 7fca9659e1c0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-10-13T23:55:55.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:55:55.191+0000 7fca9659e1c0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-10-13T23:55:55.766 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:55:55.390+0000 7fca9659e1c0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-10-13T23:55:55.767 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:55:55.518+0000 7fca9659e1c0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-10-13T23:55:55.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:55 smithi055 ceph-mon[110989]: Active manager daemon y restarted 2023-10-13T23:55:55.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:55 smithi055 ceph-mon[110989]: Activating manager daemon y 2023-10-13T23:55:55.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:55 smithi055 ceph-mon[110989]: osdmap e2: 0 total, 0 up, 0 in 2023-10-13T23:55:55.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:55 smithi055 ceph-mon[110989]: mgrmap e6: y(active, starting, since 0.00771135s) 2023-10-13T23:55:55.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:55 smithi055 ceph-mon[110989]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-13T23:55:55.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:55 smithi055 ceph-mon[110989]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-10-13T23:55:55.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:55 smithi055 ceph-mon[110989]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-13T23:55:55.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:55 smithi055 ceph-mon[110989]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-13T23:55:55.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:55 smithi055 ceph-mon[110989]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-13T23:55:55.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:55 smithi055 ceph-mon[110989]: Manager daemon y is now available 2023-10-13T23:55:55.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:55 smithi055 ceph-mon[110989]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' 2023-10-13T23:55:55.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:55 smithi055 ceph-mon[110989]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' 2023-10-13T23:55:56.875 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:56 smithi055 ceph-mon[110989]: Found migration_current of "None". Setting to last migration. 2023-10-13T23:55:56.876 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:56 smithi055 ceph-mon[110989]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:55:56.876 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:56 smithi055 ceph-mon[110989]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:55:56.876 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:56 smithi055 ceph-mon[110989]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:55:56.876 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:56 smithi055 ceph-mon[110989]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-10-13T23:55:56.876 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:56 smithi055 ceph-mon[110989]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-10-13T23:55:56.877 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:56 smithi055 ceph-mon[110989]: mgrmap e7: y(active, since 1.00776s) 2023-10-13T23:55:56.906 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout { 2023-10-13T23:55:56.907 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2023-10-13T23:55:56.908 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "initialized": true 2023-10-13T23:55:56.908 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout } 2023-10-13T23:55:56.908 INFO:teuthology.orchestra.run.smithi055.stdout:mgr epoch 5 is available 2023-10-13T23:55:56.908 INFO:teuthology.orchestra.run.smithi055.stdout:Setting orchestrator backend to cephadm... 2023-10-13T23:55:57.718 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:57 smithi055 ceph-mon[110989]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-10-13T23:55:57.719 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:57 smithi055 ceph-mon[110989]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-10-13T23:55:57.719 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:57 smithi055 ceph-mon[110989]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' 2023-10-13T23:55:57.719 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:57 smithi055 ceph-mon[110989]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:55:57.719 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:57 smithi055 ceph-mon[110989]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' 2023-10-13T23:55:57.719 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:57 smithi055 ceph-mon[110989]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:55:58.648 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout value unchanged 2023-10-13T23:55:58.649 INFO:teuthology.orchestra.run.smithi055.stdout:Generating ssh key... 2023-10-13T23:55:59.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:58 smithi055 ceph-mon[110989]: [13/Oct/2023:23:55:57] ENGINE Bus STARTING 2023-10-13T23:55:59.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:58 smithi055 ceph-mon[110989]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:55:59.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:58 smithi055 ceph-mon[110989]: [13/Oct/2023:23:55:57] ENGINE Serving on https://172.21.15.55:7150 2023-10-13T23:55:59.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:58 smithi055 ceph-mon[110989]: [13/Oct/2023:23:55:57] ENGINE Bus STARTED 2023-10-13T23:55:59.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:58 smithi055 ceph-mon[110989]: mgrmap e8: y(active, since 2s) 2023-10-13T23:55:59.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:59 smithi055 ceph-mon[110989]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:55:59.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:59 smithi055 ceph-mon[110989]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:55:59.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:59 smithi055 ceph-mon[110989]: Generating ssh key... 2023-10-13T23:55:59.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:59 smithi055 ceph-mon[110989]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' 2023-10-13T23:55:59.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:55:59 smithi055 ceph-mon[110989]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' 2023-10-13T23:55:59.768 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:59 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: Generating public/private rsa key pair. 2023-10-13T23:55:59.768 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:59 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: Your identification has been saved in /tmp/tmp01w8x7yo/key. 2023-10-13T23:55:59.768 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:59 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: Your public key has been saved in /tmp/tmp01w8x7yo/key.pub. 2023-10-13T23:55:59.768 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:59 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: The key fingerprint is: 2023-10-13T23:55:59.768 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:59 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: SHA256:tyYwiG0E5RDtgHzHyTzYkq/oZhk11s6cP6qv6TAykLs ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7 2023-10-13T23:55:59.769 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:59 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: The key's randomart image is: 2023-10-13T23:55:59.769 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:59 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: +---[RSA 3072]----+ 2023-10-13T23:55:59.769 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:59 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: |..++O . | 2023-10-13T23:55:59.769 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:59 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: |...O.O | 2023-10-13T23:55:59.769 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:59 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: | .oB . | 2023-10-13T23:55:59.770 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:59 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: | . B.+ | 2023-10-13T23:55:59.770 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:59 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: |o = X + S . | 2023-10-13T23:55:59.770 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:59 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: |.+ o = o . . | 2023-10-13T23:55:59.770 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:59 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: |=oo . . o | 2023-10-13T23:55:59.770 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:59 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: |.Bo . o o | 2023-10-13T23:55:59.771 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:59 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: |E .=+o. . | 2023-10-13T23:55:59.771 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:55:59 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: +----[SHA256]-----+ 2023-10-13T23:56:00.723 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDDXCiFSOLaYM8y475L+kptev9HI5tGjgRhFRnmaeJxA1YhOBxfp2XhaE7AR4A5soydazElAid1JXFGj8WNZrYYZTLgXn+2UuFKbjwPLqh77p73z/1xhkzutOhriV1ZkgAr6cOk+eXOnqqILFYGEi0iHO3s+z064h8kVIoi2DCtW8ld1UPeLHrzXuae+++szbdaELRghjgT1/XU0h7ECpI3ZVZ+6ASStK73bWl4WTB4wDWUjULv+GQ/MRwsV70qZLigcg7+Pk0jGBOJrIrtFW/CZ++neL8js4NviNS0+XdD4FqK5wuhFl8IhrSZzYvhSfHm5mg4NGVByNNvYfsdKhXB80Nvu113KfMrqCefD53T/fPeQroFBGASHYhjku8gt4pn7v5PIW4auZ+DWsHKIU+en0CoW+C7cGzvI/iPIC0w2ZzLVQ0nM1bWlzOZ6Wjv/oYbgfH0DCWleeLOjAbXxVpSLtOGk+Z5r/kPuxlJ3p4WOLMDi8d6FVGO8A2XXgSyrDE= ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7 2023-10-13T23:56:00.724 INFO:teuthology.orchestra.run.smithi055.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-10-13T23:56:00.724 INFO:teuthology.orchestra.run.smithi055.stdout:Adding key to root@localhost authorized_keys... 2023-10-13T23:56:00.725 INFO:teuthology.orchestra.run.smithi055.stdout:Adding host smithi055... 2023-10-13T23:56:01.501 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:01 smithi055 ceph-mon[110989]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:56:02.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:02 smithi055 ceph-mon[110989]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi055", "addr": "172.21.15.55", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:56:02.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:02 smithi055 ceph-mon[110989]: Deploying cephadm binary to smithi055 2023-10-13T23:56:03.485 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout Added host 'smithi055' with addr '172.21.15.55' 2023-10-13T23:56:03.485 INFO:teuthology.orchestra.run.smithi055.stdout:Deploying unmanaged mon service... 2023-10-13T23:56:04.413 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:04 smithi055 ceph-mon[110989]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' 2023-10-13T23:56:04.413 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:04 smithi055 ceph-mon[110989]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:56:04.414 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:04 smithi055 ceph-mon[110989]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' 2023-10-13T23:56:04.531 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2023-10-13T23:56:04.531 INFO:teuthology.orchestra.run.smithi055.stdout:Deploying unmanaged mgr service... 2023-10-13T23:56:05.446 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:05 smithi055 ceph-mon[110989]: Added host smithi055 2023-10-13T23:56:05.446 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:05 smithi055 ceph-mon[110989]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:56:05.446 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:05 smithi055 ceph-mon[110989]: Saving service mon spec with placement count:5 2023-10-13T23:56:05.447 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:05 smithi055 ceph-mon[110989]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' 2023-10-13T23:56:05.447 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:05 smithi055 ceph-mon[110989]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' 2023-10-13T23:56:05.630 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2023-10-13T23:56:06.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:06 smithi055 ceph-mon[110989]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:56:06.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:06 smithi055 ceph-mon[110989]: Saving service mgr spec with placement count:2 2023-10-13T23:56:06.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:06 smithi055 ceph-mon[110989]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' 2023-10-13T23:56:06.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:06 smithi055 ceph-mon[110989]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' 2023-10-13T23:56:07.649 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:07 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/1091532831' entity='client.admin' 2023-10-13T23:56:07.649 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:07 smithi055 ceph-mon[110989]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' 2023-10-13T23:56:07.650 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:07 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/4268437573' entity='client.admin' 2023-10-13T23:56:07.847 INFO:teuthology.orchestra.run.smithi055.stdout:Enabling the dashboard module... 2023-10-13T23:56:09.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:08 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/1414069865' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-10-13T23:56:09.017 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:56:08 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: ignoring --setuser ceph since I am not root 2023-10-13T23:56:09.017 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:56:08 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: ignoring --setgroup ceph since I am not root 2023-10-13T23:56:09.017 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:56:08 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:56:08.924+0000 7fd118eae1c0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-10-13T23:56:09.462 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:56:09 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:56:09.117+0000 7fd118eae1c0 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-10-13T23:56:09.742 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:56:09 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:56:09.461+0000 7fd118eae1c0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-10-13T23:56:10.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:09 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/1414069865' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-10-13T23:56:10.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:09 smithi055 ceph-mon[110989]: mgrmap e9: y(active, since 13s) 2023-10-13T23:56:10.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:09 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/2578182562' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-10-13T23:56:10.031 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout { 2023-10-13T23:56:10.031 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "epoch": 9, 2023-10-13T23:56:10.031 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "available": true, 2023-10-13T23:56:10.031 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "active_name": "y", 2023-10-13T23:56:10.032 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-10-13T23:56:10.032 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout } 2023-10-13T23:56:10.032 INFO:teuthology.orchestra.run.smithi055.stdout:Waiting for the mgr to restart... 2023-10-13T23:56:10.032 INFO:teuthology.orchestra.run.smithi055.stdout:Waiting for mgr epoch 9... 2023-10-13T23:56:10.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:56:10 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:56:10.064+0000 7fd118eae1c0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-10-13T23:56:10.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:56:10 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:56:10.258+0000 7fd118eae1c0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-10-13T23:56:11.016 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:56:10 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:56:10.704+0000 7fd118eae1c0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-10-13T23:56:12.016 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:56:11 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:56:11.567+0000 7fd118eae1c0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-10-13T23:56:12.017 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:56:11 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:56:11.663+0000 7fd118eae1c0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-10-13T23:56:12.643 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:56:12 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:56:12.350+0000 7fd118eae1c0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-10-13T23:56:12.643 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:56:12 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:56:12.443+0000 7fd118eae1c0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-10-13T23:56:12.644 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:56:12 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:56:12.539+0000 7fd118eae1c0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-10-13T23:56:12.900 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:56:12 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:56:12.642+0000 7fd118eae1c0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-10-13T23:56:13.235 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:56:12 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:56:12.899+0000 7fd118eae1c0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-10-13T23:56:13.235 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:56:13 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:56:13.001+0000 7fd118eae1c0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-10-13T23:56:13.518 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:56:13 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:56:13.234+0000 7fd118eae1c0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-10-13T23:56:13.519 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:56:13 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:56:13.340+0000 7fd118eae1c0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-10-13T23:56:14.016 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:56:13 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:56:13.541+0000 7fd118eae1c0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-10-13T23:56:14.017 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:56:13 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:56:13.634+0000 7fd118eae1c0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-10-13T23:56:14.766 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:56:14 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:56:14.475+0000 7fd118eae1c0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-10-13T23:56:14.766 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:56:14 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:56:14.685+0000 7fd118eae1c0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-10-13T23:56:15.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:56:14 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:56:14.878+0000 7fd118eae1c0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-10-13T23:56:15.957 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:56:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:56:15.560+0000 7fd118eae1c0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-10-13T23:56:15.957 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:56:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:56:15.756+0000 7fd118eae1c0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-10-13T23:56:16.231 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:16 smithi055 ceph-mon[110989]: Active manager daemon y restarted 2023-10-13T23:56:16.231 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:16 smithi055 ceph-mon[110989]: Activating manager daemon y 2023-10-13T23:56:16.232 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:16 smithi055 ceph-mon[110989]: osdmap e3: 0 total, 0 up, 0 in 2023-10-13T23:56:16.232 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:16 smithi055 ceph-mon[110989]: mgrmap e10: y(active, starting, since 0.00743981s) 2023-10-13T23:56:16.232 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:16 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-13T23:56:16.232 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:16 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-10-13T23:56:16.232 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:16 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-13T23:56:16.233 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:16 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-13T23:56:16.233 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:16 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-13T23:56:16.233 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:16 smithi055 ceph-mon[110989]: Manager daemon y is now available 2023-10-13T23:56:16.233 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:16 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:56:16.234 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:56:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:56:15.956+0000 7fd118eae1c0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-10-13T23:56:16.234 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:56:16 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:56:16.084+0000 7fd118eae1c0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-10-13T23:56:17.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:17 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:56:17.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:17 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-10-13T23:56:17.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:17 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-10-13T23:56:17.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:17 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:17.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:17 smithi055 ceph-mon[110989]: mgrmap e11: y(active, since 1.00857s) 2023-10-13T23:56:17.696 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout { 2023-10-13T23:56:17.697 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2023-10-13T23:56:17.697 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout "initialized": true 2023-10-13T23:56:17.697 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout } 2023-10-13T23:56:17.697 INFO:teuthology.orchestra.run.smithi055.stdout:mgr epoch 9 is available 2023-10-13T23:56:17.697 INFO:teuthology.orchestra.run.smithi055.stdout:Generating a dashboard self-signed certificate... 2023-10-13T23:56:18.666 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:18 smithi055 ceph-mon[110989]: [13/Oct/2023:23:56:17] ENGINE Bus STARTING 2023-10-13T23:56:18.666 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:18 smithi055 ceph-mon[110989]: [13/Oct/2023:23:56:17] ENGINE Serving on https://172.21.15.55:7150 2023-10-13T23:56:18.666 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:18 smithi055 ceph-mon[110989]: [13/Oct/2023:23:56:17] ENGINE Bus STARTED 2023-10-13T23:56:18.667 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:18 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:18.667 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:18 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:18.667 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:18 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:18.667 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:18 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:18.705 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2023-10-13T23:56:18.705 INFO:teuthology.orchestra.run.smithi055.stdout:Creating initial admin user... 2023-10-13T23:56:19.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:19 smithi055 ceph-mon[110989]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:56:19.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:19 smithi055 ceph-mon[110989]: mgrmap e12: y(active, since 2s) 2023-10-13T23:56:19.879 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$PRGgNbhe.SS.CPq0k7NLNOjYkwiKSiCMwwEXMbOz0kdMQbAdTyKkW", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1697241379, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-10-13T23:56:19.880 INFO:teuthology.orchestra.run.smithi055.stdout:Fetching dashboard port number... 2023-10-13T23:56:20.732 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:20 smithi055 ceph-mon[110989]: 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-10-13T23:56:20.732 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:20 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:20.732 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:20 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/4187158418' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-10-13T23:56:20.777 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stdout 8443 2023-10-13T23:56:20.788 INFO:teuthology.orchestra.run.smithi055.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-10-13T23:56:20.788 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stdout disabled 2023-10-13T23:56:20.798 INFO:teuthology.orchestra.run.smithi055.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-10-13T23:56:20.798 INFO:teuthology.orchestra.run.smithi055.stdout:systemctl: stdout inactive 2023-10-13T23:56:20.798 INFO:teuthology.orchestra.run.smithi055.stdout:firewalld.service is not enabled 2023-10-13T23:56:20.798 INFO:teuthology.orchestra.run.smithi055.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2023-10-13T23:56:20.801 INFO:teuthology.orchestra.run.smithi055.stdout:Ceph Dashboard is now available at: 2023-10-13T23:56:20.801 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-13T23:56:20.801 INFO:teuthology.orchestra.run.smithi055.stdout: URL: https://smithi055.front.sepia.ceph.com:8443/ 2023-10-13T23:56:20.801 INFO:teuthology.orchestra.run.smithi055.stdout: User: admin 2023-10-13T23:56:20.802 INFO:teuthology.orchestra.run.smithi055.stdout: Password: t1yti5thum 2023-10-13T23:56:20.802 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-13T23:56:20.802 INFO:teuthology.orchestra.run.smithi055.stdout:Saving cluster configuration to /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config directory 2023-10-13T23:56:20.803 INFO:teuthology.orchestra.run.smithi055.stdout:Enabling autotune for osd_memory_target 2023-10-13T23:56:23.482 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:23 smithi055 ceph-mon[110989]: mgrmap e13: y(active, since 6s) 2023-10-13T23:56:23.482 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:23 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/1220393603' entity='client.admin' 2023-10-13T23:56:23.518 INFO:teuthology.orchestra.run.smithi055.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2023-10-13T23:56:23.519 INFO:teuthology.orchestra.run.smithi055.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-10-13T23:56:23.520 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-13T23:56:23.520 INFO:teuthology.orchestra.run.smithi055.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid db84ebe0-6a23-11ee-8db6-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-10-13T23:56:23.520 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-13T23:56:23.520 INFO:teuthology.orchestra.run.smithi055.stdout:Or, if you are only running a single cluster on this host: 2023-10-13T23:56:23.520 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-13T23:56:23.521 INFO:teuthology.orchestra.run.smithi055.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2023-10-13T23:56:23.521 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-13T23:56:23.521 INFO:teuthology.orchestra.run.smithi055.stdout:Please consider enabling telemetry to help improve Ceph: 2023-10-13T23:56:23.521 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-13T23:56:23.521 INFO:teuthology.orchestra.run.smithi055.stdout: ceph telemetry on 2023-10-13T23:56:23.522 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-13T23:56:23.522 INFO:teuthology.orchestra.run.smithi055.stdout:For more information see: 2023-10-13T23:56:23.522 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-13T23:56:23.522 INFO:teuthology.orchestra.run.smithi055.stdout: https://docs.ceph.com/docs/master/mgr/telemetry/ 2023-10-13T23:56:23.523 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-13T23:56:23.523 INFO:teuthology.orchestra.run.smithi055.stdout:Bootstrap complete. 2023-10-13T23:56:23.569 INFO:tasks.cephadm:Fetching config... 2023-10-13T23:56:23.569 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2023-10-13T23:56:23.570 DEBUG:teuthology.orchestra.run.smithi055:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-10-13T23:56:23.592 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-10-13T23:56:23.592 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2023-10-13T23:56:23.592 DEBUG:teuthology.orchestra.run.smithi055:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-10-13T23:56:23.654 INFO:tasks.cephadm:Fetching mon keyring... 2023-10-13T23:56:23.654 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2023-10-13T23:56:23.655 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd if=/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.a/keyring of=/dev/stdout 2023-10-13T23:56:23.729 INFO:tasks.cephadm:Fetching pub ssh key... 2023-10-13T23:56:23.730 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2023-10-13T23:56:23.730 DEBUG:teuthology.orchestra.run.smithi055:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-10-13T23:56:23.793 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-10-13T23:56:23.793 DEBUG:teuthology.orchestra.run.smithi055:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDDXCiFSOLaYM8y475L+kptev9HI5tGjgRhFRnmaeJxA1YhOBxfp2XhaE7AR4A5soydazElAid1JXFGj8WNZrYYZTLgXn+2UuFKbjwPLqh77p73z/1xhkzutOhriV1ZkgAr6cOk+eXOnqqILFYGEi0iHO3s+z064h8kVIoi2DCtW8ld1UPeLHrzXuae+++szbdaELRghjgT1/XU0h7ECpI3ZVZ+6ASStK73bWl4WTB4wDWUjULv+GQ/MRwsV70qZLigcg7+Pk0jGBOJrIrtFW/CZ++neL8js4NviNS0+XdD4FqK5wuhFl8IhrSZzYvhSfHm5mg4NGVByNNvYfsdKhXB80Nvu113KfMrqCefD53T/fPeQroFBGASHYhjku8gt4pn7v5PIW4auZ+DWsHKIU+en0CoW+C7cGzvI/iPIC0w2ZzLVQ0nM1bWlzOZ6Wjv/oYbgfH0DCWleeLOjAbXxVpSLtOGk+Z5r/kPuxlJ3p4WOLMDi8d6FVGO8A2XXgSyrDE= ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-10-13T23:56:23.876 INFO:teuthology.orchestra.run.smithi055.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDDXCiFSOLaYM8y475L+kptev9HI5tGjgRhFRnmaeJxA1YhOBxfp2XhaE7AR4A5soydazElAid1JXFGj8WNZrYYZTLgXn+2UuFKbjwPLqh77p73z/1xhkzutOhriV1ZkgAr6cOk+eXOnqqILFYGEi0iHO3s+z064h8kVIoi2DCtW8ld1UPeLHrzXuae+++szbdaELRghjgT1/XU0h7ECpI3ZVZ+6ASStK73bWl4WTB4wDWUjULv+GQ/MRwsV70qZLigcg7+Pk0jGBOJrIrtFW/CZ++neL8js4NviNS0+XdD4FqK5wuhFl8IhrSZzYvhSfHm5mg4NGVByNNvYfsdKhXB80Nvu113KfMrqCefD53T/fPeQroFBGASHYhjku8gt4pn7v5PIW4auZ+DWsHKIU+en0CoW+C7cGzvI/iPIC0w2ZzLVQ0nM1bWlzOZ6Wjv/oYbgfH0DCWleeLOjAbXxVpSLtOGk+Z5r/kPuxlJ3p4WOLMDi8d6FVGO8A2XXgSyrDE= ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7 2023-10-13T23:56:23.889 DEBUG:teuthology.orchestra.run.smithi082:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDDXCiFSOLaYM8y475L+kptev9HI5tGjgRhFRnmaeJxA1YhOBxfp2XhaE7AR4A5soydazElAid1JXFGj8WNZrYYZTLgXn+2UuFKbjwPLqh77p73z/1xhkzutOhriV1ZkgAr6cOk+eXOnqqILFYGEi0iHO3s+z064h8kVIoi2DCtW8ld1UPeLHrzXuae+++szbdaELRghjgT1/XU0h7ECpI3ZVZ+6ASStK73bWl4WTB4wDWUjULv+GQ/MRwsV70qZLigcg7+Pk0jGBOJrIrtFW/CZ++neL8js4NviNS0+XdD4FqK5wuhFl8IhrSZzYvhSfHm5mg4NGVByNNvYfsdKhXB80Nvu113KfMrqCefD53T/fPeQroFBGASHYhjku8gt4pn7v5PIW4auZ+DWsHKIU+en0CoW+C7cGzvI/iPIC0w2ZzLVQ0nM1bWlzOZ6Wjv/oYbgfH0DCWleeLOjAbXxVpSLtOGk+Z5r/kPuxlJ3p4WOLMDi8d6FVGO8A2XXgSyrDE= ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-10-13T23:56:23.933 INFO:teuthology.orchestra.run.smithi082.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDDXCiFSOLaYM8y475L+kptev9HI5tGjgRhFRnmaeJxA1YhOBxfp2XhaE7AR4A5soydazElAid1JXFGj8WNZrYYZTLgXn+2UuFKbjwPLqh77p73z/1xhkzutOhriV1ZkgAr6cOk+eXOnqqILFYGEi0iHO3s+z064h8kVIoi2DCtW8ld1UPeLHrzXuae+++szbdaELRghjgT1/XU0h7ECpI3ZVZ+6ASStK73bWl4WTB4wDWUjULv+GQ/MRwsV70qZLigcg7+Pk0jGBOJrIrtFW/CZ++neL8js4NviNS0+XdD4FqK5wuhFl8IhrSZzYvhSfHm5mg4NGVByNNvYfsdKhXB80Nvu113KfMrqCefD53T/fPeQroFBGASHYhjku8gt4pn7v5PIW4auZ+DWsHKIU+en0CoW+C7cGzvI/iPIC0w2ZzLVQ0nM1bWlzOZ6Wjv/oYbgfH0DCWleeLOjAbXxVpSLtOGk+Z5r/kPuxlJ3p4WOLMDi8d6FVGO8A2XXgSyrDE= ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7 2023-10-13T23:56:23.945 DEBUG:teuthology.orchestra.run.smithi055:> 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 db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-10-13T23:56:24.244 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T23:56:26.125 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-10-13T23:56:26.126 DEBUG:teuthology.orchestra.run.smithi055:> 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 db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-10-13T23:56:26.432 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T23:56:26.689 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:26 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/3658547012' entity='client.admin' 2023-10-13T23:56:28.107 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi082 2023-10-13T23:56:28.107 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2023-10-13T23:56:28.108 DEBUG:teuthology.orchestra.run.smithi082:> dd of=/etc/ceph/ceph.conf 2023-10-13T23:56:28.130 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2023-10-13T23:56:28.130 DEBUG:teuthology.orchestra.run.smithi082:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-10-13T23:56:28.191 INFO:tasks.cephadm:Adding host smithi082 to orchestrator... 2023-10-13T23:56:28.192 DEBUG:teuthology.orchestra.run.smithi055:> 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 db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph orch host add smithi082 2023-10-13T23:56:28.496 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T23:56:28.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:28 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:28.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:28 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:28.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:28 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi055", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:56:28.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:28 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:28.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:28 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:56:28.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:28 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:28.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:28 smithi055 ceph-mon[110989]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:56:28.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:28 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:28.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:28 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:56:28.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:28 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:56:28.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:28 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:56:28.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:28 smithi055 ceph-mon[110989]: Updating smithi055:/etc/ceph/ceph.conf 2023-10-13T23:56:30.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:29 smithi055 ceph-mon[110989]: Updating smithi055:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-13T23:56:30.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:29 smithi055 ceph-mon[110989]: Updating smithi055:/etc/ceph/ceph.client.admin.keyring 2023-10-13T23:56:30.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:29 smithi055 ceph-mon[110989]: Updating smithi055:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-13T23:56:30.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:29 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:30.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:29 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:30.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:29 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:31.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:30 smithi055 ceph-mon[110989]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi082", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:56:31.515 INFO:teuthology.orchestra.run.smithi055.stdout:Added host 'smithi082' with addr '172.21.15.82' 2023-10-13T23:56:31.890 DEBUG:teuthology.orchestra.run.smithi055:> 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 db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph orch host ls --format=json 2023-10-13T23:56:32.181 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T23:56:32.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:31 smithi055 ceph-mon[110989]: Deploying cephadm binary to smithi082 2023-10-13T23:56:32.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:31 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:32.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:31 smithi055 ceph-mon[110989]: Added host smithi082 2023-10-13T23:56:32.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:31 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:56:32.919 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:32 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:32.920 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:32 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:33.320 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-13T23:56:33.320 INFO:teuthology.orchestra.run.smithi055.stdout:[{"addr": "172.21.15.55", "hostname": "smithi055", "labels": [], "status": ""}, {"addr": "172.21.15.82", "hostname": "smithi082", "labels": [], "status": ""}] 2023-10-13T23:56:33.714 INFO:tasks.cephadm:Setting crush tunables to default 2023-10-13T23:56:33.715 DEBUG:teuthology.orchestra.run.smithi055:> 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 db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph osd crush tunables default 2023-10-13T23:56:34.006 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T23:56:34.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:34 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:34.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:34 smithi055 ceph-mon[110989]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-13T23:56:35.305 INFO:teuthology.orchestra.run.smithi055.stderr:adjusted tunables profile to default 2023-10-13T23:56:35.621 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:35 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/113900483' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-10-13T23:56:35.689 INFO:tasks.cephadm:Adding mon.a on smithi055 2023-10-13T23:56:35.689 INFO:tasks.cephadm:Adding mon.c on smithi055 2023-10-13T23:56:35.689 INFO:tasks.cephadm:Adding mon.b on smithi082 2023-10-13T23:56:35.690 DEBUG:teuthology.orchestra.run.smithi082:> 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 db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph orch apply mon '3;smithi055:172.21.15.55=a;smithi055:[v2:172.21.15.55:3301,v1:172.21.15.55:6790]=c;smithi082:172.21.15.82=b' 2023-10-13T23:56:35.985 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-13T23:56:36.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:36 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/113900483' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-10-13T23:56:36.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:36 smithi055 ceph-mon[110989]: osdmap e4: 0 total, 0 up, 0 in 2023-10-13T23:56:36.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:36 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:36.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:36 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:36.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:36 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:36.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:36 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:36.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:36 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi082", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:56:36.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:36 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:56:36.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:36 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:56:36.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:36 smithi055 ceph-mon[110989]: Updating smithi082:/etc/ceph/ceph.conf 2023-10-13T23:56:36.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:36 smithi055 ceph-mon[110989]: Updating smithi082:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-13T23:56:37.181 INFO:teuthology.orchestra.run.smithi082.stdout:Scheduled mon update... 2023-10-13T23:56:37.563 DEBUG:teuthology.orchestra.run.smithi055:mon.c> sudo journalctl -f -n 0 -u ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@mon.c.service 2023-10-13T23:56:37.566 DEBUG:teuthology.orchestra.run.smithi082:mon.b> sudo journalctl -f -n 0 -u ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@mon.b.service 2023-10-13T23:56:37.570 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-13T23:56:37.571 DEBUG:teuthology.orchestra.run.smithi082:> 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 db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-13T23:56:37.601 INFO:journalctl@ceph.mon.b.smithi082.stdout:-- Logs begin at Fri 2023-10-13 23:43:36 UTC. -- 2023-10-13T23:56:37.606 INFO:journalctl@ceph.mon.c.smithi055.stdout:-- Logs begin at Fri 2023-10-13 23:43:28 UTC. -- 2023-10-13T23:56:37.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:37 smithi055 ceph-mon[110989]: Updating smithi082:/etc/ceph/ceph.client.admin.keyring 2023-10-13T23:56:37.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:37 smithi055 ceph-mon[110989]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:56:37.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:37 smithi055 ceph-mon[110989]: Updating smithi082:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-13T23:56:37.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:37 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:37.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:37 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:37.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:37 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:37.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:37 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:37.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:37 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:56:37.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:37 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:56:37.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:37 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:56:37.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:37 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:37.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:37 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-13T23:56:37.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:37 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:56:38.254 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-13T23:56:38.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:38 smithi055 ceph-mon[110989]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi055:172.21.15.55=a;smithi055:[v2:172.21.15.55:3301,v1:172.21.15.55:6790]=c;smithi082:172.21.15.82=b", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:56:38.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:38 smithi055 ceph-mon[110989]: Saving service mon spec with placement smithi055:172.21.15.55=a;smithi055:[v2:172.21.15.55:3301,v1:172.21.15.55:6790]=c;smithi082:172.21.15.82=b;count:3 2023-10-13T23:56:38.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:38 smithi055 ceph-mon[110989]: Deploying daemon mon.b on smithi082 2023-10-13T23:56:39.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:39 smithi055 ceph-mon[110989]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:56:39.957 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:39 smithi082 systemd[1]: Starting Ceph mon.b for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-13T23:56:39.973 INFO:teuthology.orchestra.run.smithi082.stdout: 2023-10-13T23:56:39.973 INFO:teuthology.orchestra.run.smithi082.stdout:{"epoch":1,"fsid":"db84ebe0-6a23-11ee-8db6-212e2dc638e7","modified":"2023-10-13T23:55:28.818488Z","created":"2023-10-13T23:55:28.818488Z","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.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-13T23:56:39.975 INFO:teuthology.orchestra.run.smithi082.stderr:dumped monmap epoch 1 2023-10-13T23:56:40.337 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 bash[116283]: f6fcf1af9c8f40e9b44b1a8b8cd1ba1f55ecdb18167fe419c588149aa2bf9662 2023-10-13T23:56:40.337 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 systemd[1]: Started Ceph mon.b for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-13T23:56:40.337 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: set uid:gid to 167:167 (ceph:ceph) 2023-10-13T23:56:40.338 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable), process ceph-mon, pid 2 2023-10-13T23:56:40.338 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: pidfile_write: ignore empty --pid-file 2023-10-13T23:56:40.338 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: load: jerasure load: lrc 2023-10-13T23:56:40.338 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: RocksDB version: 6.15.5 2023-10-13T23:56:40.338 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-10-13T23:56:40.339 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Compile date Oct 12 2023 2023-10-13T23:56:40.339 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: DB SUMMARY 2023-10-13T23:56:40.339 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: DB Session ID: A5197CQYS03K9RCYDFPC 2023-10-13T23:56:40.339 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: CURRENT file: CURRENT 2023-10-13T23:56:40.339 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: IDENTITY file: IDENTITY 2023-10-13T23:56:40.339 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: MANIFEST file: MANIFEST-000003 size: 57 Bytes 2023-10-13T23:56:40.340 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2023-10-13T23:56:40.340 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 511 ; 2023-10-13T23:56:40.340 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.error_if_exists: 0 2023-10-13T23:56:40.340 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.create_if_missing: 0 2023-10-13T23:56:40.340 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.paranoid_checks: 1 2023-10-13T23:56:40.341 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-10-13T23:56:40.341 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.env: 0x55e1abffba80 2023-10-13T23:56:40.341 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.fs: Posix File System 2023-10-13T23:56:40.341 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.info_log: 0x55e1ad321dc0 2023-10-13T23:56:40.341 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.max_file_opening_threads: 16 2023-10-13T23:56:40.342 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.statistics: (nil) 2023-10-13T23:56:40.342 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.use_fsync: 0 2023-10-13T23:56:40.342 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.max_log_file_size: 0 2023-10-13T23:56:40.342 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-10-13T23:56:40.342 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.log_file_time_to_roll: 0 2023-10-13T23:56:40.343 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.keep_log_file_num: 1000 2023-10-13T23:56:40.343 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.recycle_log_file_num: 0 2023-10-13T23:56:40.343 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.allow_fallocate: 1 2023-10-13T23:56:40.343 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.allow_mmap_reads: 0 2023-10-13T23:56:40.343 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.allow_mmap_writes: 0 2023-10-13T23:56:40.344 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.use_direct_reads: 0 2023-10-13T23:56:40.344 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-10-13T23:56:40.344 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.create_missing_column_families: 0 2023-10-13T23:56:40.344 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.db_log_dir: 2023-10-13T23:56:40.344 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-b/store.db 2023-10-13T23:56:40.344 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.table_cache_numshardbits: 6 2023-10-13T23:56:40.345 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.WAL_ttl_seconds: 0 2023-10-13T23:56:40.345 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.WAL_size_limit_MB: 0 2023-10-13T23:56:40.345 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-10-13T23:56:40.345 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-10-13T23:56:40.345 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.is_fd_close_on_exec: 1 2023-10-13T23:56:40.346 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.advise_random_on_open: 1 2023-10-13T23:56:40.346 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.db_write_buffer_size: 0 2023-10-13T23:56:40.346 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.write_buffer_manager: 0x55e1ae014960 2023-10-13T23:56:40.346 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-10-13T23:56:40.346 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-10-13T23:56:40.347 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-10-13T23:56:40.347 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.use_adaptive_mutex: 0 2023-10-13T23:56:40.347 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.rate_limiter: (nil) 2023-10-13T23:56:40.347 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-10-13T23:56:40.347 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.wal_recovery_mode: 2 2023-10-13T23:56:40.348 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.enable_thread_tracking: 0 2023-10-13T23:56:40.348 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.enable_pipelined_write: 0 2023-10-13T23:56:40.348 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.unordered_write: 0 2023-10-13T23:56:40.348 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-10-13T23:56:40.348 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-10-13T23:56:40.348 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-10-13T23:56:40.349 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-10-13T23:56:40.349 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.row_cache: None 2023-10-13T23:56:40.349 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.wal_filter: None 2023-10-13T23:56:40.349 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-10-13T23:56:40.349 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.allow_ingest_behind: 0 2023-10-13T23:56:40.350 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.preserve_deletes: 0 2023-10-13T23:56:40.350 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.two_write_queues: 0 2023-10-13T23:56:40.350 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.manual_wal_flush: 0 2023-10-13T23:56:40.350 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.atomic_flush: 0 2023-10-13T23:56:40.350 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-10-13T23:56:40.350 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.persist_stats_to_disk: 0 2023-10-13T23:56:40.351 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.write_dbid_to_manifest: 0 2023-10-13T23:56:40.351 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.log_readahead_size: 0 2023-10-13T23:56:40.351 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-10-13T23:56:40.351 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.best_efforts_recovery: 0 2023-10-13T23:56:40.351 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-10-13T23:56:40.352 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-10-13T23:56:40.354 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.allow_data_in_errors: 0 2023-10-13T23:56:40.354 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.db_host_id: __hostname__ 2023-10-13T23:56:40.354 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.max_background_jobs: 2 2023-10-13T23:56:40.354 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.max_background_compactions: -1 2023-10-13T23:56:40.354 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.max_subcompactions: 1 2023-10-13T23:56:40.355 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-10-13T23:56:40.355 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-10-13T23:56:40.355 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.delayed_write_rate : 16777216 2023-10-13T23:56:40.355 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.max_total_wal_size: 0 2023-10-13T23:56:40.355 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-10-13T23:56:40.356 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.stats_dump_period_sec: 600 2023-10-13T23:56:40.356 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.stats_persist_period_sec: 600 2023-10-13T23:56:40.356 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-10-13T23:56:40.356 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.max_open_files: -1 2023-10-13T23:56:40.357 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.bytes_per_sync: 0 2023-10-13T23:56:40.357 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.wal_bytes_per_sync: 0 2023-10-13T23:56:40.357 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.strict_bytes_per_sync: 0 2023-10-13T23:56:40.357 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.compaction_readahead_size: 0 2023-10-13T23:56:40.357 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.max_background_flushes: -1 2023-10-13T23:56:40.358 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Compression algorithms supported: 2023-10-13T23:56:40.358 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-10-13T23:56:40.358 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: kZSTD supported: 0 2023-10-13T23:56:40.358 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: kXpressCompression supported: 0 2023-10-13T23:56:40.358 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: kLZ4HCCompression supported: 1 2023-10-13T23:56:40.359 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: kZlibCompression supported: 1 2023-10-13T23:56:40.359 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: kSnappyCompression supported: 1 2023-10-13T23:56:40.359 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: kLZ4Compression supported: 1 2023-10-13T23:56:40.359 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: kBZip2Compression supported: 0 2023-10-13T23:56:40.359 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Fast CRC32 supported: Supported on x86 2023-10-13T23:56:40.359 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: [db/version_set.cc:4724] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000003 2023-10-13T23:56:40.360 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: [db/column_family.cc:595] --------------- Options for column family [default]: 2023-10-13T23:56:40.360 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-10-13T23:56:40.360 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.merge_operator: 2023-10-13T23:56:40.360 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.compaction_filter: None 2023-10-13T23:56:40.360 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.compaction_filter_factory: None 2023-10-13T23:56:40.361 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.sst_partitioner_factory: None 2023-10-13T23:56:40.361 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.memtable_factory: SkipListFactory 2023-10-13T23:56:40.361 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.table_factory: BlockBasedTable 2023-10-13T23:56:40.361 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55e1ad2f4f90) 2023-10-13T23:56:40.361 INFO:journalctl@ceph.mon.b.smithi082.stdout: cache_index_and_filter_blocks: 1 2023-10-13T23:56:40.362 INFO:journalctl@ceph.mon.b.smithi082.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-10-13T23:56:40.362 INFO:journalctl@ceph.mon.b.smithi082.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-10-13T23:56:40.362 INFO:journalctl@ceph.mon.b.smithi082.stdout: pin_top_level_index_and_filter: 1 2023-10-13T23:56:40.362 INFO:journalctl@ceph.mon.b.smithi082.stdout: index_type: 0 2023-10-13T23:56:40.362 INFO:journalctl@ceph.mon.b.smithi082.stdout: data_block_index_type: 0 2023-10-13T23:56:40.363 INFO:journalctl@ceph.mon.b.smithi082.stdout: index_shortening: 1 2023-10-13T23:56:40.363 INFO:journalctl@ceph.mon.b.smithi082.stdout: data_block_hash_table_util_ratio: 0.750000 2023-10-13T23:56:40.363 INFO:journalctl@ceph.mon.b.smithi082.stdout: hash_index_allow_collision: 1 2023-10-13T23:56:40.363 INFO:journalctl@ceph.mon.b.smithi082.stdout: checksum: 1 2023-10-13T23:56:40.363 INFO:journalctl@ceph.mon.b.smithi082.stdout: no_block_cache: 0 2023-10-13T23:56:40.364 INFO:journalctl@ceph.mon.b.smithi082.stdout: block_cache: 0x55e1ad327090 2023-10-13T23:56:40.364 INFO:journalctl@ceph.mon.b.smithi082.stdout: block_cache_name: BinnedLRUCache 2023-10-13T23:56:40.364 INFO:journalctl@ceph.mon.b.smithi082.stdout: block_cache_options: 2023-10-13T23:56:40.364 INFO:journalctl@ceph.mon.b.smithi082.stdout: capacity : 536870912 2023-10-13T23:56:40.364 INFO:journalctl@ceph.mon.b.smithi082.stdout: num_shard_bits : 4 2023-10-13T23:56:40.365 INFO:journalctl@ceph.mon.b.smithi082.stdout: strict_capacity_limit : 0 2023-10-13T23:56:40.365 INFO:journalctl@ceph.mon.b.smithi082.stdout: high_pri_pool_ratio: 0.000 2023-10-13T23:56:40.365 INFO:journalctl@ceph.mon.b.smithi082.stdout: block_cache_compressed: (nil) 2023-10-13T23:56:40.365 INFO:journalctl@ceph.mon.b.smithi082.stdout: persistent_cache: (nil) 2023-10-13T23:56:40.365 INFO:journalctl@ceph.mon.b.smithi082.stdout: block_size: 4096 2023-10-13T23:56:40.365 INFO:journalctl@ceph.mon.b.smithi082.stdout: block_size_deviation: 10 2023-10-13T23:56:40.366 INFO:journalctl@ceph.mon.b.smithi082.stdout: block_restart_interval: 16 2023-10-13T23:56:40.366 INFO:journalctl@ceph.mon.b.smithi082.stdout: index_block_restart_interval: 1 2023-10-13T23:56:40.366 INFO:journalctl@ceph.mon.b.smithi082.stdout: metadata_block_size: 4096 2023-10-13T23:56:40.366 INFO:journalctl@ceph.mon.b.smithi082.stdout: partition_filters: 0 2023-10-13T23:56:40.367 INFO:journalctl@ceph.mon.b.smithi082.stdout: use_delta_encoding: 1 2023-10-13T23:56:40.367 INFO:journalctl@ceph.mon.b.smithi082.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-10-13T23:56:40.367 INFO:journalctl@ceph.mon.b.smithi082.stdout: whole_key_filtering: 1 2023-10-13T23:56:40.367 INFO:journalctl@ceph.mon.b.smithi082.stdout: verify_compression: 0 2023-10-13T23:56:40.367 INFO:journalctl@ceph.mon.b.smithi082.stdout: read_amp_bytes_per_bit: 0 2023-10-13T23:56:40.367 INFO:journalctl@ceph.mon.b.smithi082.stdout: format_version: 4 2023-10-13T23:56:40.368 INFO:journalctl@ceph.mon.b.smithi082.stdout: enable_index_compression: 1 2023-10-13T23:56:40.368 INFO:journalctl@ceph.mon.b.smithi082.stdout: block_align: 0 2023-10-13T23:56:40.368 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.write_buffer_size: 33554432 2023-10-13T23:56:40.368 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.max_write_buffer_number: 2 2023-10-13T23:56:40.368 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.compression: NoCompression 2023-10-13T23:56:40.369 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.bottommost_compression: Disabled 2023-10-13T23:56:40.369 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.prefix_extractor: nullptr 2023-10-13T23:56:40.369 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-10-13T23:56:40.369 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.num_levels: 7 2023-10-13T23:56:40.369 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-10-13T23:56:40.370 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-10-13T23:56:40.370 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-10-13T23:56:40.370 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-10-13T23:56:40.370 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-10-13T23:56:40.370 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-10-13T23:56:40.371 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-10-13T23:56:40.371 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-10-13T23:56:40.371 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-10-13T23:56:40.371 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-10-13T23:56:40.371 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.compression_opts.window_bits: -14 2023-10-13T23:56:40.372 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.compression_opts.level: 32767 2023-10-13T23:56:40.372 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.compression_opts.strategy: 0 2023-10-13T23:56:40.372 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-10-13T23:56:40.372 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-10-13T23:56:40.372 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-10-13T23:56:40.373 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.compression_opts.enabled: false 2023-10-13T23:56:40.373 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-10-13T23:56:40.373 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-10-13T23:56:40.373 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-10-13T23:56:40.373 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.target_file_size_base: 67108864 2023-10-13T23:56:40.373 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.target_file_size_multiplier: 1 2023-10-13T23:56:40.374 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-10-13T23:56:40.374 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-10-13T23:56:40.374 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-10-13T23:56:40.374 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-10-13T23:56:40.374 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-10-13T23:56:40.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-10-13T23:56:40.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-10-13T23:56:40.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-10-13T23:56:40.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-10-13T23:56:40.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-10-13T23:56:40.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-10-13T23:56:40.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-10-13T23:56:40.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.arena_block_size: 4194304 2023-10-13T23:56:40.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-10-13T23:56:40.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-10-13T23:56:40.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-10-13T23:56:40.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.disable_auto_compactions: 0 2023-10-13T23:56:40.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-10-13T23:56:40.378 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-10-13T23:56:40.378 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-10-13T23:56:40.378 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-10-13T23:56:40.378 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-10-13T23:56:40.378 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-10-13T23:56:40.379 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-10-13T23:56:40.379 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-10-13T23:56:40.379 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-10-13T23:56:40.379 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-10-13T23:56:40.379 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.table_properties_collectors: 2023-10-13T23:56:40.380 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.inplace_update_support: 0 2023-10-13T23:56:40.380 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.inplace_update_num_locks: 10000 2023-10-13T23:56:40.380 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-10-13T23:56:40.380 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-10-13T23:56:40.380 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.memtable_huge_page_size: 0 2023-10-13T23:56:40.381 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.bloom_locality: 0 2023-10-13T23:56:40.381 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.max_successive_merges: 0 2023-10-13T23:56:40.381 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.optimize_filters_for_hits: 0 2023-10-13T23:56:40.381 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.paranoid_file_checks: 0 2023-10-13T23:56:40.381 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.force_consistency_checks: 1 2023-10-13T23:56:40.381 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.report_bg_io_stats: 0 2023-10-13T23:56:40.382 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.ttl: 2592000 2023-10-13T23:56:40.382 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.periodic_compaction_seconds: 0 2023-10-13T23:56:40.382 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.enable_blob_files: false 2023-10-13T23:56:40.382 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.min_blob_size: 0 2023-10-13T23:56:40.382 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.blob_file_size: 268435456 2023-10-13T23:56:40.383 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.blob_compression_type: NoCompression 2023-10-13T23:56:40.383 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.enable_blob_garbage_collection: false 2023-10-13T23:56:40.383 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-10-13T23:56:40.383 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: [db/version_set.cc:4764] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/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-10-13T23:56:40.383 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: [db/version_set.cc:4779] Column family [default] (ID 0), log number is 0 2023-10-13T23:56:40.384 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: [db/version_set.cc:4082] Creating manifest 7 2023-10-13T23:56:40.384 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697241400069490, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-10-13T23:56:40.384 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: [db/db_impl/db_impl_open.cc:845] Recovering log #4 mode 2 2023-10-13T23:56:40.384 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: 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-10-13T23:56:40.384 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697241400069785, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1545, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_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": 1697241400, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "b4876d74-385a-4256-b26b-6c4739e0bf97", "db_session_id": "A5197CQYS03K9RCYDFPC"}} 2023-10-13T23:56:40.385 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: [db/version_set.cc:4082] Creating manifest 9 2023-10-13T23:56:40.385 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697241400070111, "job": 1, "event": "recovery_finished"} 2023-10-13T23:56:40.385 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: [file/delete_scheduler.cc:69] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-10-13T23:56:40.385 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: [db/db_impl/db_impl_open.cc:1700] SstFileManager instance 0x55e1ad2bb180 2023-10-13T23:56:40.385 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: DB pointer 0x55e1ad390000 2023-10-13T23:56:40.386 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: [db/db_impl/db_impl.cc:901] ------- DUMPING STATS ------- 2023-10-13T23:56:40.386 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-10-13T23:56:40.386 INFO:journalctl@ceph.mon.b.smithi082.stdout: ** DB Stats ** 2023-10-13T23:56:40.386 INFO:journalctl@ceph.mon.b.smithi082.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-13T23:56:40.386 INFO:journalctl@ceph.mon.b.smithi082.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-10-13T23:56:40.387 INFO:journalctl@ceph.mon.b.smithi082.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-13T23:56:40.387 INFO:journalctl@ceph.mon.b.smithi082.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-13T23:56:40.387 INFO:journalctl@ceph.mon.b.smithi082.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-10-13T23:56:40.387 INFO:journalctl@ceph.mon.b.smithi082.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-10-13T23:56:40.387 INFO:journalctl@ceph.mon.b.smithi082.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-13T23:56:40.388 INFO:journalctl@ceph.mon.b.smithi082.stdout: 2023-10-13T23:56:40.388 INFO:journalctl@ceph.mon.b.smithi082.stdout: ** Compaction Stats [default] ** 2023-10-13T23:56:40.388 INFO:journalctl@ceph.mon.b.smithi082.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-10-13T23:56:40.388 INFO:journalctl@ceph.mon.b.smithi082.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-13T23:56:40.388 INFO:journalctl@ceph.mon.b.smithi082.stdout: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.5 0.00 0.00 1 0.000 0 0 2023-10-13T23:56:40.388 INFO:journalctl@ceph.mon.b.smithi082.stdout: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.5 0.00 0.00 1 0.000 0 0 2023-10-13T23:56:40.389 INFO:journalctl@ceph.mon.b.smithi082.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 5.5 0.00 0.00 1 0.000 0 0 2023-10-13T23:56:40.389 INFO:journalctl@ceph.mon.b.smithi082.stdout: 2023-10-13T23:56:40.389 INFO:journalctl@ceph.mon.b.smithi082.stdout: ** Compaction Stats [default] ** 2023-10-13T23:56:40.389 INFO:journalctl@ceph.mon.b.smithi082.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-10-13T23:56:40.389 INFO:journalctl@ceph.mon.b.smithi082.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-13T23:56:40.390 INFO:journalctl@ceph.mon.b.smithi082.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 5.5 0.00 0.00 1 0.000 0 0 2023-10-13T23:56:40.390 INFO:journalctl@ceph.mon.b.smithi082.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-13T23:56:40.390 INFO:journalctl@ceph.mon.b.smithi082.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-10-13T23:56:40.390 INFO:journalctl@ceph.mon.b.smithi082.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-13T23:56:40.390 INFO:journalctl@ceph.mon.b.smithi082.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-10-13T23:56:40.391 INFO:journalctl@ceph.mon.b.smithi082.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-10-13T23:56:40.391 INFO:journalctl@ceph.mon.b.smithi082.stdout: AddFile(Keys): cumulative 0, interval 0 2023-10-13T23:56:40.391 INFO:journalctl@ceph.mon.b.smithi082.stdout: Cumulative compaction: 0.00 GB write, 0.53 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-13T23:56:40.391 INFO:journalctl@ceph.mon.b.smithi082.stdout: Interval compaction: 0.00 GB write, 0.53 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-13T23:56:40.391 INFO:journalctl@ceph.mon.b.smithi082.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-10-13T23:56:40.392 INFO:journalctl@ceph.mon.b.smithi082.stdout: 2023-10-13T23:56:40.392 INFO:journalctl@ceph.mon.b.smithi082.stdout: ** File Read Latency Histogram By Level [default] ** 2023-10-13T23:56:40.392 INFO:journalctl@ceph.mon.b.smithi082.stdout: 2023-10-13T23:56:40.392 INFO:journalctl@ceph.mon.b.smithi082.stdout: ** Compaction Stats [default] ** 2023-10-13T23:56:40.392 INFO:journalctl@ceph.mon.b.smithi082.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-10-13T23:56:40.393 INFO:journalctl@ceph.mon.b.smithi082.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-13T23:56:40.393 INFO:journalctl@ceph.mon.b.smithi082.stdout: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.5 0.00 0.00 1 0.000 0 0 2023-10-13T23:56:40.393 INFO:journalctl@ceph.mon.b.smithi082.stdout: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.5 0.00 0.00 1 0.000 0 0 2023-10-13T23:56:40.393 INFO:journalctl@ceph.mon.b.smithi082.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-10-13T23:56:40.393 INFO:journalctl@ceph.mon.b.smithi082.stdout: 2023-10-13T23:56:40.393 INFO:journalctl@ceph.mon.b.smithi082.stdout: ** Compaction Stats [default] ** 2023-10-13T23:56:40.394 INFO:journalctl@ceph.mon.b.smithi082.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-10-13T23:56:40.394 INFO:journalctl@ceph.mon.b.smithi082.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-13T23:56:40.394 INFO:journalctl@ceph.mon.b.smithi082.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 5.5 0.00 0.00 1 0.000 0 0 2023-10-13T23:56:40.394 INFO:journalctl@ceph.mon.b.smithi082.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-13T23:56:40.394 INFO:journalctl@ceph.mon.b.smithi082.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-10-13T23:56:40.395 INFO:journalctl@ceph.mon.b.smithi082.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-13T23:56:40.395 INFO:journalctl@ceph.mon.b.smithi082.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-10-13T23:56:40.395 INFO:journalctl@ceph.mon.b.smithi082.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-10-13T23:56:40.395 INFO:journalctl@ceph.mon.b.smithi082.stdout: AddFile(Keys): cumulative 0, interval 0 2023-10-13T23:56:40.395 INFO:journalctl@ceph.mon.b.smithi082.stdout: Cumulative compaction: 0.00 GB write, 0.53 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-13T23:56:40.396 INFO:journalctl@ceph.mon.b.smithi082.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-10-13T23:56:40.396 INFO:journalctl@ceph.mon.b.smithi082.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-10-13T23:56:40.396 INFO:journalctl@ceph.mon.b.smithi082.stdout: 2023-10-13T23:56:40.396 INFO:journalctl@ceph.mon.b.smithi082.stdout: ** File Read Latency Histogram By Level [default] ** 2023-10-13T23:56:40.396 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: mon.b does not exist in monmap, will attempt to join an existing cluster 2023-10-13T23:56:40.397 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: using public_addr v2:172.21.15.82:0/0 -> [v2:172.21.15.82:3300/0,v1:172.21.15.82:6789/0] 2023-10-13T23:56:40.397 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: starting mon.b rank -1 at public addrs [v2:172.21.15.82:3300/0,v1:172.21.15.82:6789/0] at bind addrs [v2:172.21.15.82:3300/0,v1:172.21.15.82:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid db84ebe0-6a23-11ee-8db6-212e2dc638e7 2023-10-13T23:56:40.397 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: mon.b@-1(???) e0 preinit fsid db84ebe0-6a23-11ee-8db6-212e2dc638e7 2023-10-13T23:56:40.397 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: mon.b@-1(synchronizing).mds e1 new map 2023-10-13T23:56:40.397 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: mon.b@-1(synchronizing).mds e1 print_map 2023-10-13T23:56:40.398 INFO:journalctl@ceph.mon.b.smithi082.stdout: e1 2023-10-13T23:56:40.398 INFO:journalctl@ceph.mon.b.smithi082.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-10-13T23:56:40.398 INFO:journalctl@ceph.mon.b.smithi082.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-10-13T23:56:40.398 INFO:journalctl@ceph.mon.b.smithi082.stdout: legacy client fscid: -1 2023-10-13T23:56:40.398 INFO:journalctl@ceph.mon.b.smithi082.stdout: 2023-10-13T23:56:40.399 INFO:journalctl@ceph.mon.b.smithi082.stdout: No filesystems configured 2023-10-13T23:56:40.399 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-10-13T23:56:40.399 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: 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-10-13T23:56:40.399 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-10-13T23:56:40.399 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-10-13T23:56:40.400 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-10-13T23:56:40.400 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-10-13T23:56:40.400 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2023-10-13T23:56:40.400 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-10-13T23:56:40.400 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-10-13T23:56:40.401 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-10-13T23:56:40.401 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: mkfs db84ebe0-6a23-11ee-8db6-212e2dc638e7 2023-10-13T23:56:40.401 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: mon.a is new leader, mons a in quorum (ranks 0) 2023-10-13T23:56:40.401 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: mon.a is new leader, mons a in quorum (ranks 0) 2023-10-13T23:56:40.401 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: monmap e1: 1 mons at {a=[v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0]} removed_ranks: {} 2023-10-13T23:56:40.402 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: fsmap 2023-10-13T23:56:40.402 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: osdmap e1: 0 total, 0 up, 0 in 2023-10-13T23:56:40.402 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: mgrmap e1: no daemons active 2023-10-13T23:56:40.402 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/3344058388' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-10-13T23:56:40.403 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/3146785004' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-10-13T23:56:40.403 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/3146785004' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-10-13T23:56:40.403 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: mon.a is new leader, mons a in quorum (ranks 0) 2023-10-13T23:56:40.403 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: monmap e1: 1 mons at {a=[v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0]} removed_ranks: {} 2023-10-13T23:56:40.404 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: fsmap 2023-10-13T23:56:40.404 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: osdmap e1: 0 total, 0 up, 0 in 2023-10-13T23:56:40.404 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: mgrmap e1: no daemons active 2023-10-13T23:56:40.404 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/2282488952' entity='client.admin' 2023-10-13T23:56:40.404 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/1095194332' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-13T23:56:40.405 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/2106302744' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-13T23:56:40.405 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/3591494884' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-13T23:56:40.405 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: Activating manager daemon y 2023-10-13T23:56:40.405 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: mgrmap e2: y(active, starting, since 0.00547595s) 2023-10-13T23:56:40.405 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14100 172.21.15.55:0/2188003537' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-13T23:56:40.406 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14100 172.21.15.55:0/2188003537' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-13T23:56:40.406 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14100 172.21.15.55:0/2188003537' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-13T23:56:40.406 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14100 172.21.15.55:0/2188003537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-13T23:56:40.406 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14100 172.21.15.55:0/2188003537' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-10-13T23:56:40.406 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: Manager daemon y is now available 2023-10-13T23:56:40.407 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14100 172.21.15.55:0/2188003537' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-10-13T23:56:40.407 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14100 172.21.15.55:0/2188003537' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-10-13T23:56:40.407 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14100 172.21.15.55:0/2188003537' entity='mgr.y' 2023-10-13T23:56:40.407 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14100 172.21.15.55:0/2188003537' entity='mgr.y' 2023-10-13T23:56:40.407 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14100 172.21.15.55:0/2188003537' entity='mgr.y' 2023-10-13T23:56:40.408 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: mgrmap e3: y(active, since 1.01064s) 2023-10-13T23:56:40.408 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/4028684825' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-13T23:56:40.408 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: mgrmap e4: y(active, since 3s) 2023-10-13T23:56:40.408 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/2753650975' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-10-13T23:56:40.408 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/2532421579' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-10-13T23:56:40.409 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/2532421579' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-10-13T23:56:40.409 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: mgrmap e5: y(active, since 5s) 2023-10-13T23:56:40.409 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/3663944049' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-10-13T23:56:40.409 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: Active manager daemon y restarted 2023-10-13T23:56:40.409 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: Activating manager daemon y 2023-10-13T23:56:40.410 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: osdmap e2: 0 total, 0 up, 0 in 2023-10-13T23:56:40.410 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: mgrmap e6: y(active, starting, since 0.00771135s) 2023-10-13T23:56:40.410 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-13T23:56:40.410 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-10-13T23:56:40.410 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-13T23:56:40.411 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-13T23:56:40.411 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-13T23:56:40.411 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: Manager daemon y is now available 2023-10-13T23:56:40.411 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' 2023-10-13T23:56:40.411 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' 2023-10-13T23:56:40.412 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: Found migration_current of "None". Setting to last migration. 2023-10-13T23:56:40.412 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:56:40.412 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:56:40.412 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:56:40.412 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-10-13T23:56:40.413 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-10-13T23:56:40.413 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: mgrmap e7: y(active, since 1.00776s) 2023-10-13T23:56:40.413 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-10-13T23:56:40.413 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-10-13T23:56:40.413 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' 2023-10-13T23:56:40.413 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:56:40.414 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' 2023-10-13T23:56:40.414 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:56:40.414 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: [13/Oct/2023:23:55:57] ENGINE Bus STARTING 2023-10-13T23:56:40.414 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:56:40.414 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: [13/Oct/2023:23:55:57] ENGINE Serving on https://172.21.15.55:7150 2023-10-13T23:56:40.415 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: [13/Oct/2023:23:55:57] ENGINE Bus STARTED 2023-10-13T23:56:40.415 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: mgrmap e8: y(active, since 2s) 2023-10-13T23:56:40.415 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:56:40.415 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:56:40.415 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: Generating ssh key... 2023-10-13T23:56:40.416 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' 2023-10-13T23:56:40.416 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' 2023-10-13T23:56:40.416 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:56:40.416 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi055", "addr": "172.21.15.55", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:56:40.416 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: Deploying cephadm binary to smithi055 2023-10-13T23:56:40.417 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' 2023-10-13T23:56:40.417 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:56:40.417 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' 2023-10-13T23:56:40.417 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: Added host smithi055 2023-10-13T23:56:40.417 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:56:40.417 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: Saving service mon spec with placement count:5 2023-10-13T23:56:40.418 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' 2023-10-13T23:56:40.418 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' 2023-10-13T23:56:40.418 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:56:40.418 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: Saving service mgr spec with placement count:2 2023-10-13T23:56:40.418 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' 2023-10-13T23:56:40.419 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' 2023-10-13T23:56:40.419 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/1091532831' entity='client.admin' 2023-10-13T23:56:40.419 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' 2023-10-13T23:56:40.419 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/4268437573' entity='client.admin' 2023-10-13T23:56:40.419 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/1414069865' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-10-13T23:56:40.420 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/1414069865' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-10-13T23:56:40.420 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: mgrmap e9: y(active, since 13s) 2023-10-13T23:56:40.420 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/2578182562' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-10-13T23:56:40.420 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: Active manager daemon y restarted 2023-10-13T23:56:40.420 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: Activating manager daemon y 2023-10-13T23:56:40.421 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: osdmap e3: 0 total, 0 up, 0 in 2023-10-13T23:56:40.421 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: mgrmap e10: y(active, starting, since 0.00743981s) 2023-10-13T23:56:40.421 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-13T23:56:40.421 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-10-13T23:56:40.421 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-13T23:56:40.422 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-13T23:56:40.422 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-13T23:56:40.422 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: Manager daemon y is now available 2023-10-13T23:56:40.422 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:56:40.422 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:56:40.423 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-10-13T23:56:40.423 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-10-13T23:56:40.423 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:40.423 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: mgrmap e11: y(active, since 1.00857s) 2023-10-13T23:56:40.423 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: [13/Oct/2023:23:56:17] ENGINE Bus STARTING 2023-10-13T23:56:40.424 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: [13/Oct/2023:23:56:17] ENGINE Serving on https://172.21.15.55:7150 2023-10-13T23:56:40.424 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: [13/Oct/2023:23:56:17] ENGINE Bus STARTED 2023-10-13T23:56:40.424 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:40.424 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:40.424 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:40.425 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:40.425 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:56:40.425 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: mgrmap e12: y(active, since 2s) 2023-10-13T23:56:40.425 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: 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-10-13T23:56:40.425 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:40.425 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/4187158418' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-10-13T23:56:40.426 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: mgrmap e13: y(active, since 6s) 2023-10-13T23:56:40.426 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/1220393603' entity='client.admin' 2023-10-13T23:56:40.426 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/3658547012' entity='client.admin' 2023-10-13T23:56:40.426 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:40.426 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:40.427 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi055", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:56:40.427 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:40.427 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:56:40.427 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:40.427 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:56:40.428 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:40.428 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:56:40.428 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:56:40.428 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:56:40.428 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: Updating smithi055:/etc/ceph/ceph.conf 2023-10-13T23:56:40.429 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: Updating smithi055:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-13T23:56:40.429 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: Updating smithi055:/etc/ceph/ceph.client.admin.keyring 2023-10-13T23:56:40.429 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: Updating smithi055:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-13T23:56:40.429 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:40.429 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:40.430 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:40.430 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi082", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:56:40.430 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: Deploying cephadm binary to smithi082 2023-10-13T23:56:40.430 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:40.430 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: Added host smithi082 2023-10-13T23:56:40.431 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:56:40.431 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:40.431 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:40.431 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:40.431 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-13T23:56:40.432 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/113900483' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-10-13T23:56:40.432 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/113900483' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-10-13T23:56:40.432 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: osdmap e4: 0 total, 0 up, 0 in 2023-10-13T23:56:40.432 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:40.432 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:40.432 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:40.433 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:40.433 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi082", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:56:40.433 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:56:40.433 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:56:40.434 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: Updating smithi082:/etc/ceph/ceph.conf 2023-10-13T23:56:40.434 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: Updating smithi082:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-13T23:56:40.434 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: Updating smithi082:/etc/ceph/ceph.client.admin.keyring 2023-10-13T23:56:40.434 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:56:40.434 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: Updating smithi082:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-13T23:56:40.435 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:40.435 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:40.435 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:40.435 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:40.435 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:56:40.436 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:56:40.436 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:56:40.436 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:40.436 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-13T23:56:40.436 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:56:40.436 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi055:172.21.15.55=a;smithi055:[v2:172.21.15.55:3301,v1:172.21.15.55:6790]=c;smithi082:172.21.15.82=b", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:56:40.437 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: Saving service mon spec with placement smithi055:172.21.15.55=a;smithi055:[v2:172.21.15.55:3301,v1:172.21.15.55:6790]=c;smithi082:172.21.15.82=b;count:3 2023-10-13T23:56:40.437 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: Deploying daemon mon.b on smithi082 2023-10-13T23:56:40.437 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:56:40.437 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2023-10-13T23:56:40.437 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:40 smithi082 ceph-mon[116307]: mon.b@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-10-13T23:56:41.439 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-13T23:56:41.440 DEBUG:teuthology.orchestra.run.smithi082:> 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 db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-13T23:56:41.706 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.b/config 2023-10-13T23:56:45.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:45 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-13T23:56:45.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:45 smithi055 ceph-mon[110989]: mon.a calling monitor election 2023-10-13T23:56:45.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:45 smithi055 ceph-mon[110989]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:56:45.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:45 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-13T23:56:45.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:45 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-13T23:56:45.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:45 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-13T23:56:45.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:45 smithi055 ceph-mon[110989]: mon.b calling monitor election 2023-10-13T23:56:45.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:45 smithi055 ceph-mon[110989]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:56:45.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:45 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-13T23:56:45.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:45 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-13T23:56:45.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:45 smithi055 ceph-mon[110989]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:56:45.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:45 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-13T23:56:45.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:45 smithi055 ceph-mon[110989]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2023-10-13T23:56:45.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:45 smithi055 ceph-mon[110989]: monmap e2: 2 mons at {a=[v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0],b=[v2:172.21.15.82:3300/0,v1:172.21.15.82:6789/0]} removed_ranks: {} 2023-10-13T23:56:45.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:45 smithi055 ceph-mon[110989]: fsmap 2023-10-13T23:56:45.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:45 smithi055 ceph-mon[110989]: osdmap e4: 0 total, 0 up, 0 in 2023-10-13T23:56:45.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:45 smithi055 ceph-mon[110989]: mgrmap e13: y(active, since 29s) 2023-10-13T23:56:45.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:45 smithi055 ceph-mon[110989]: overall HEALTH_OK 2023-10-13T23:56:45.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:45 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:45.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:45 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:45.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:45 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:45.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:45 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-13T23:56:45.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:45 smithi082 ceph-mon[116307]: mon.a calling monitor election 2023-10-13T23:56:45.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:45 smithi082 ceph-mon[116307]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:56:45.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:45 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-13T23:56:45.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:45 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-13T23:56:45.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:45 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-13T23:56:45.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:45 smithi082 ceph-mon[116307]: mon.b calling monitor election 2023-10-13T23:56:45.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:45 smithi082 ceph-mon[116307]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:56:45.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:45 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-13T23:56:45.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:45 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-13T23:56:45.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:45 smithi082 ceph-mon[116307]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:56:45.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:45 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-13T23:56:45.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:45 smithi082 ceph-mon[116307]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2023-10-13T23:56:45.628 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:45 smithi082 ceph-mon[116307]: monmap e2: 2 mons at {a=[v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0],b=[v2:172.21.15.82:3300/0,v1:172.21.15.82:6789/0]} removed_ranks: {} 2023-10-13T23:56:45.628 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:45 smithi082 ceph-mon[116307]: fsmap 2023-10-13T23:56:45.628 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:45 smithi082 ceph-mon[116307]: osdmap e4: 0 total, 0 up, 0 in 2023-10-13T23:56:45.628 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:45 smithi082 ceph-mon[116307]: mgrmap e13: y(active, since 29s) 2023-10-13T23:56:45.628 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:45 smithi082 ceph-mon[116307]: overall HEALTH_OK 2023-10-13T23:56:45.629 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:45 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:45.629 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:45 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:45.629 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:45 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:45.942 INFO:teuthology.orchestra.run.smithi082.stdout: 2023-10-13T23:56:45.943 INFO:teuthology.orchestra.run.smithi082.stdout:{"epoch":2,"fsid":"db84ebe0-6a23-11ee-8db6-212e2dc638e7","modified":"2023-10-13T23:56:40.093112Z","created":"2023-10-13T23:55:28.818488Z","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.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:3300","nonce":0},{"type":"v1","addr":"172.21.15.82:6789","nonce":0}]},"addr":"172.21.15.82:6789/0","public_addr":"172.21.15.82:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-10-13T23:56:45.945 INFO:teuthology.orchestra.run.smithi082.stderr:dumped monmap epoch 2 2023-10-13T23:56:46.229 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:46 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-13T23:56:46.229 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:46 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:56:46.230 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:46 smithi082 ceph-mon[116307]: Deploying daemon mon.c on smithi055 2023-10-13T23:56:46.230 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:46 smithi082 ceph-mon[116307]: from='client.? 172.21.15.82:0/1939801138' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-13T23:56:46.230 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:46 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-13T23:56:46.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:46 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-13T23:56:46.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:46 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:56:46.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:46 smithi055 ceph-mon[110989]: Deploying daemon mon.c on smithi055 2023-10-13T23:56:46.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:46 smithi055 ceph-mon[110989]: from='client.? 172.21.15.82:0/1939801138' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-13T23:56:46.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:46 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-13T23:56:47.178 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:46 smithi055 systemd[1]: Starting Ceph mon.c for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-13T23:56:47.330 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-13T23:56:47.331 DEBUG:teuthology.orchestra.run.smithi082:> 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 db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-13T23:56:47.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[110989]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:56:47.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: set uid:gid to 167:167 (ceph:ceph) 2023-10-13T23:56:47.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable), process ceph-mon, pid 2 2023-10-13T23:56:47.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: pidfile_write: ignore empty --pid-file 2023-10-13T23:56:47.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 bash[124230]: d426312983c2395af76e4be7da7fc5293340f7d09f936c9cf55e5697573ad5a1 2023-10-13T23:56:47.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: load: jerasure load: lrc 2023-10-13T23:56:47.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: RocksDB version: 6.15.5 2023-10-13T23:56:47.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-10-13T23:56:47.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Compile date Oct 12 2023 2023-10-13T23:56:47.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: DB SUMMARY 2023-10-13T23:56:47.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: DB Session ID: P0AB2Q91F06TI7ZXULQV 2023-10-13T23:56:47.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: CURRENT file: CURRENT 2023-10-13T23:56:47.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: IDENTITY file: IDENTITY 2023-10-13T23:56:47.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: MANIFEST file: MANIFEST-000003 size: 57 Bytes 2023-10-13T23:56:47.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2023-10-13T23:56:47.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 636 ; 2023-10-13T23:56:47.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.error_if_exists: 0 2023-10-13T23:56:47.521 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.create_if_missing: 0 2023-10-13T23:56:47.521 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.paranoid_checks: 1 2023-10-13T23:56:47.521 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-10-13T23:56:47.521 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.env: 0x5585ed8c4a80 2023-10-13T23:56:47.521 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.fs: Posix File System 2023-10-13T23:56:47.522 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.info_log: 0x5585ef0d3dc0 2023-10-13T23:56:47.522 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.max_file_opening_threads: 16 2023-10-13T23:56:47.522 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.statistics: (nil) 2023-10-13T23:56:47.522 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.use_fsync: 0 2023-10-13T23:56:47.522 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.max_log_file_size: 0 2023-10-13T23:56:47.523 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-10-13T23:56:47.523 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.log_file_time_to_roll: 0 2023-10-13T23:56:47.523 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.keep_log_file_num: 1000 2023-10-13T23:56:47.523 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.recycle_log_file_num: 0 2023-10-13T23:56:47.523 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.allow_fallocate: 1 2023-10-13T23:56:47.524 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.allow_mmap_reads: 0 2023-10-13T23:56:47.524 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.allow_mmap_writes: 0 2023-10-13T23:56:47.524 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.use_direct_reads: 0 2023-10-13T23:56:47.524 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-10-13T23:56:47.524 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.create_missing_column_families: 0 2023-10-13T23:56:47.525 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.db_log_dir: 2023-10-13T23:56:47.525 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-c/store.db 2023-10-13T23:56:47.525 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.table_cache_numshardbits: 6 2023-10-13T23:56:47.525 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.WAL_ttl_seconds: 0 2023-10-13T23:56:47.525 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.WAL_size_limit_MB: 0 2023-10-13T23:56:47.526 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-10-13T23:56:47.526 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-10-13T23:56:47.526 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.is_fd_close_on_exec: 1 2023-10-13T23:56:47.526 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.advise_random_on_open: 1 2023-10-13T23:56:47.526 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.db_write_buffer_size: 0 2023-10-13T23:56:47.527 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.write_buffer_manager: 0x5585efdc6930 2023-10-13T23:56:47.527 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-10-13T23:56:47.527 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-10-13T23:56:47.527 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-10-13T23:56:47.527 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.use_adaptive_mutex: 0 2023-10-13T23:56:47.528 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.rate_limiter: (nil) 2023-10-13T23:56:47.528 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-10-13T23:56:47.528 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.wal_recovery_mode: 2 2023-10-13T23:56:47.528 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.enable_thread_tracking: 0 2023-10-13T23:56:47.528 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.enable_pipelined_write: 0 2023-10-13T23:56:47.529 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.unordered_write: 0 2023-10-13T23:56:47.529 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-10-13T23:56:47.529 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-10-13T23:56:47.529 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-10-13T23:56:47.529 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-10-13T23:56:47.529 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.row_cache: None 2023-10-13T23:56:47.530 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.wal_filter: None 2023-10-13T23:56:47.530 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-10-13T23:56:47.530 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.allow_ingest_behind: 0 2023-10-13T23:56:47.530 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.preserve_deletes: 0 2023-10-13T23:56:47.530 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.two_write_queues: 0 2023-10-13T23:56:47.531 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.manual_wal_flush: 0 2023-10-13T23:56:47.531 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.atomic_flush: 0 2023-10-13T23:56:47.531 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-10-13T23:56:47.531 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.persist_stats_to_disk: 0 2023-10-13T23:56:47.531 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.write_dbid_to_manifest: 0 2023-10-13T23:56:47.532 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.log_readahead_size: 0 2023-10-13T23:56:47.532 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-10-13T23:56:47.532 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.best_efforts_recovery: 0 2023-10-13T23:56:47.532 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-10-13T23:56:47.532 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-10-13T23:56:47.533 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.allow_data_in_errors: 0 2023-10-13T23:56:47.533 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.db_host_id: __hostname__ 2023-10-13T23:56:47.533 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.max_background_jobs: 2 2023-10-13T23:56:47.533 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.max_background_compactions: -1 2023-10-13T23:56:47.533 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.max_subcompactions: 1 2023-10-13T23:56:47.534 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-10-13T23:56:47.534 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-10-13T23:56:47.534 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.delayed_write_rate : 16777216 2023-10-13T23:56:47.534 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.max_total_wal_size: 0 2023-10-13T23:56:47.534 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-10-13T23:56:47.535 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.stats_dump_period_sec: 600 2023-10-13T23:56:47.535 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.stats_persist_period_sec: 600 2023-10-13T23:56:47.535 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-10-13T23:56:47.535 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.max_open_files: -1 2023-10-13T23:56:47.535 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.bytes_per_sync: 0 2023-10-13T23:56:47.535 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.wal_bytes_per_sync: 0 2023-10-13T23:56:47.536 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.strict_bytes_per_sync: 0 2023-10-13T23:56:47.536 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.compaction_readahead_size: 0 2023-10-13T23:56:47.536 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.max_background_flushes: -1 2023-10-13T23:56:47.536 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Compression algorithms supported: 2023-10-13T23:56:47.536 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-10-13T23:56:47.537 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: kZSTD supported: 0 2023-10-13T23:56:47.537 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: kXpressCompression supported: 0 2023-10-13T23:56:47.537 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: kLZ4HCCompression supported: 1 2023-10-13T23:56:47.537 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: kZlibCompression supported: 1 2023-10-13T23:56:47.537 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: kSnappyCompression supported: 1 2023-10-13T23:56:47.538 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: kLZ4Compression supported: 1 2023-10-13T23:56:47.538 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: kBZip2Compression supported: 0 2023-10-13T23:56:47.538 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Fast CRC32 supported: Supported on x86 2023-10-13T23:56:47.538 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: [db/version_set.cc:4724] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000003 2023-10-13T23:56:47.538 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: [db/column_family.cc:595] --------------- Options for column family [default]: 2023-10-13T23:56:47.538 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-10-13T23:56:47.539 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.merge_operator: 2023-10-13T23:56:47.539 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.compaction_filter: None 2023-10-13T23:56:47.539 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.compaction_filter_factory: None 2023-10-13T23:56:47.539 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.sst_partitioner_factory: None 2023-10-13T23:56:47.539 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.memtable_factory: SkipListFactory 2023-10-13T23:56:47.540 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.table_factory: BlockBasedTable 2023-10-13T23:56:47.540 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5585ef0a6f90) 2023-10-13T23:56:47.540 INFO:journalctl@ceph.mon.c.smithi055.stdout: cache_index_and_filter_blocks: 1 2023-10-13T23:56:47.540 INFO:journalctl@ceph.mon.c.smithi055.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-10-13T23:56:47.540 INFO:journalctl@ceph.mon.c.smithi055.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-10-13T23:56:47.541 INFO:journalctl@ceph.mon.c.smithi055.stdout: pin_top_level_index_and_filter: 1 2023-10-13T23:56:47.541 INFO:journalctl@ceph.mon.c.smithi055.stdout: index_type: 0 2023-10-13T23:56:47.541 INFO:journalctl@ceph.mon.c.smithi055.stdout: data_block_index_type: 0 2023-10-13T23:56:47.541 INFO:journalctl@ceph.mon.c.smithi055.stdout: index_shortening: 1 2023-10-13T23:56:47.541 INFO:journalctl@ceph.mon.c.smithi055.stdout: data_block_hash_table_util_ratio: 0.750000 2023-10-13T23:56:47.541 INFO:journalctl@ceph.mon.c.smithi055.stdout: hash_index_allow_collision: 1 2023-10-13T23:56:47.542 INFO:journalctl@ceph.mon.c.smithi055.stdout: checksum: 1 2023-10-13T23:56:47.542 INFO:journalctl@ceph.mon.c.smithi055.stdout: no_block_cache: 0 2023-10-13T23:56:47.542 INFO:journalctl@ceph.mon.c.smithi055.stdout: block_cache: 0x5585ef0d9090 2023-10-13T23:56:47.542 INFO:journalctl@ceph.mon.c.smithi055.stdout: block_cache_name: BinnedLRUCache 2023-10-13T23:56:47.542 INFO:journalctl@ceph.mon.c.smithi055.stdout: block_cache_options: 2023-10-13T23:56:47.543 INFO:journalctl@ceph.mon.c.smithi055.stdout: capacity : 536870912 2023-10-13T23:56:47.543 INFO:journalctl@ceph.mon.c.smithi055.stdout: num_shard_bits : 4 2023-10-13T23:56:47.543 INFO:journalctl@ceph.mon.c.smithi055.stdout: strict_capacity_limit : 0 2023-10-13T23:56:47.543 INFO:journalctl@ceph.mon.c.smithi055.stdout: high_pri_pool_ratio: 0.000 2023-10-13T23:56:47.543 INFO:journalctl@ceph.mon.c.smithi055.stdout: block_cache_compressed: (nil) 2023-10-13T23:56:47.544 INFO:journalctl@ceph.mon.c.smithi055.stdout: persistent_cache: (nil) 2023-10-13T23:56:47.544 INFO:journalctl@ceph.mon.c.smithi055.stdout: block_size: 4096 2023-10-13T23:56:47.544 INFO:journalctl@ceph.mon.c.smithi055.stdout: block_size_deviation: 10 2023-10-13T23:56:47.544 INFO:journalctl@ceph.mon.c.smithi055.stdout: block_restart_interval: 16 2023-10-13T23:56:47.544 INFO:journalctl@ceph.mon.c.smithi055.stdout: index_block_restart_interval: 1 2023-10-13T23:56:47.545 INFO:journalctl@ceph.mon.c.smithi055.stdout: metadata_block_size: 4096 2023-10-13T23:56:47.545 INFO:journalctl@ceph.mon.c.smithi055.stdout: partition_filters: 0 2023-10-13T23:56:47.545 INFO:journalctl@ceph.mon.c.smithi055.stdout: use_delta_encoding: 1 2023-10-13T23:56:47.545 INFO:journalctl@ceph.mon.c.smithi055.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-10-13T23:56:47.545 INFO:journalctl@ceph.mon.c.smithi055.stdout: whole_key_filtering: 1 2023-10-13T23:56:47.545 INFO:journalctl@ceph.mon.c.smithi055.stdout: verify_compression: 0 2023-10-13T23:56:47.546 INFO:journalctl@ceph.mon.c.smithi055.stdout: read_amp_bytes_per_bit: 0 2023-10-13T23:56:47.546 INFO:journalctl@ceph.mon.c.smithi055.stdout: format_version: 4 2023-10-13T23:56:47.546 INFO:journalctl@ceph.mon.c.smithi055.stdout: enable_index_compression: 1 2023-10-13T23:56:47.546 INFO:journalctl@ceph.mon.c.smithi055.stdout: block_align: 0 2023-10-13T23:56:47.546 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.write_buffer_size: 33554432 2023-10-13T23:56:47.549 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.max_write_buffer_number: 2 2023-10-13T23:56:47.549 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.compression: NoCompression 2023-10-13T23:56:47.549 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.bottommost_compression: Disabled 2023-10-13T23:56:47.550 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.prefix_extractor: nullptr 2023-10-13T23:56:47.550 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-10-13T23:56:47.550 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.num_levels: 7 2023-10-13T23:56:47.550 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-10-13T23:56:47.550 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-10-13T23:56:47.551 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-10-13T23:56:47.551 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 systemd[1]: Started Ceph mon.c for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-13T23:56:47.551 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-10-13T23:56:47.551 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-10-13T23:56:47.551 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-10-13T23:56:47.552 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-10-13T23:56:47.552 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-10-13T23:56:47.552 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-10-13T23:56:47.552 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-10-13T23:56:47.552 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.compression_opts.window_bits: -14 2023-10-13T23:56:47.553 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.compression_opts.level: 32767 2023-10-13T23:56:47.553 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.compression_opts.strategy: 0 2023-10-13T23:56:47.553 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-10-13T23:56:47.553 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-10-13T23:56:47.553 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-10-13T23:56:47.553 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.compression_opts.enabled: false 2023-10-13T23:56:47.554 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-10-13T23:56:47.554 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-10-13T23:56:47.554 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-10-13T23:56:47.554 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.target_file_size_base: 67108864 2023-10-13T23:56:47.554 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.target_file_size_multiplier: 1 2023-10-13T23:56:47.555 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-10-13T23:56:47.555 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-10-13T23:56:47.555 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-10-13T23:56:47.555 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-10-13T23:56:47.555 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-10-13T23:56:47.556 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-10-13T23:56:47.556 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-10-13T23:56:47.556 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-10-13T23:56:47.556 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-10-13T23:56:47.556 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-10-13T23:56:47.556 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-10-13T23:56:47.557 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-10-13T23:56:47.557 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.arena_block_size: 4194304 2023-10-13T23:56:47.557 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-10-13T23:56:47.557 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-10-13T23:56:47.557 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-10-13T23:56:47.558 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.disable_auto_compactions: 0 2023-10-13T23:56:47.558 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-10-13T23:56:47.558 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-10-13T23:56:47.558 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-10-13T23:56:47.558 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-10-13T23:56:47.559 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-10-13T23:56:47.559 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-10-13T23:56:47.559 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-10-13T23:56:47.559 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-10-13T23:56:47.561 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-10-13T23:56:47.561 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-10-13T23:56:47.561 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.table_properties_collectors: 2023-10-13T23:56:47.562 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.inplace_update_support: 0 2023-10-13T23:56:47.562 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.inplace_update_num_locks: 10000 2023-10-13T23:56:47.562 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-10-13T23:56:47.562 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-10-13T23:56:47.562 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.memtable_huge_page_size: 0 2023-10-13T23:56:47.563 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.bloom_locality: 0 2023-10-13T23:56:47.563 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.max_successive_merges: 0 2023-10-13T23:56:47.563 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.optimize_filters_for_hits: 0 2023-10-13T23:56:47.563 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.paranoid_file_checks: 0 2023-10-13T23:56:47.563 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.force_consistency_checks: 1 2023-10-13T23:56:47.564 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.report_bg_io_stats: 0 2023-10-13T23:56:47.564 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.ttl: 2592000 2023-10-13T23:56:47.564 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.periodic_compaction_seconds: 0 2023-10-13T23:56:47.564 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.enable_blob_files: false 2023-10-13T23:56:47.564 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.min_blob_size: 0 2023-10-13T23:56:47.565 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.blob_file_size: 268435456 2023-10-13T23:56:47.565 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.blob_compression_type: NoCompression 2023-10-13T23:56:47.565 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.enable_blob_garbage_collection: false 2023-10-13T23:56:47.565 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-10-13T23:56:47.565 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: 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-10-13T23:56:47.566 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: [db/version_set.cc:4779] Column family [default] (ID 0), log number is 0 2023-10-13T23:56:47.566 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: [db/version_set.cc:4082] Creating manifest 7 2023-10-13T23:56:47.566 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697241407260228, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-10-13T23:56:47.566 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: [db/db_impl/db_impl_open.cc:845] Recovering log #4 mode 2 2023-10-13T23:56:47.566 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: 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-10-13T23:56:47.567 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697241407260571, "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": 1697241407, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "ed24c814-53c5-4bb5-b85f-67da32565b51", "db_session_id": "P0AB2Q91F06TI7ZXULQV"}} 2023-10-13T23:56:47.567 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: [db/version_set.cc:4082] Creating manifest 9 2023-10-13T23:56:47.567 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697241407261033, "job": 1, "event": "recovery_finished"} 2023-10-13T23:56:47.567 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: 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-10-13T23:56:47.567 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: [db/db_impl/db_impl_open.cc:1700] SstFileManager instance 0x5585ef06d180 2023-10-13T23:56:47.567 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: DB pointer 0x5585ef142000 2023-10-13T23:56:47.568 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: [db/db_impl/db_impl.cc:901] ------- DUMPING STATS ------- 2023-10-13T23:56:47.568 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-10-13T23:56:47.568 INFO:journalctl@ceph.mon.c.smithi055.stdout: ** DB Stats ** 2023-10-13T23:56:47.568 INFO:journalctl@ceph.mon.c.smithi055.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-13T23:56:47.568 INFO:journalctl@ceph.mon.c.smithi055.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-10-13T23:56:47.569 INFO:journalctl@ceph.mon.c.smithi055.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-13T23:56:47.569 INFO:journalctl@ceph.mon.c.smithi055.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-13T23:56:47.569 INFO:journalctl@ceph.mon.c.smithi055.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-10-13T23:56:47.569 INFO:journalctl@ceph.mon.c.smithi055.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-10-13T23:56:47.569 INFO:journalctl@ceph.mon.c.smithi055.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-13T23:56:47.570 INFO:journalctl@ceph.mon.c.smithi055.stdout: 2023-10-13T23:56:47.570 INFO:journalctl@ceph.mon.c.smithi055.stdout: ** Compaction Stats [default] ** 2023-10-13T23:56:47.570 INFO:journalctl@ceph.mon.c.smithi055.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-10-13T23:56:47.570 INFO:journalctl@ceph.mon.c.smithi055.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-13T23:56:47.570 INFO:journalctl@ceph.mon.c.smithi055.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 5.0 0.00 0.00 1 0.000 0 0 2023-10-13T23:56:47.570 INFO:journalctl@ceph.mon.c.smithi055.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 5.0 0.00 0.00 1 0.000 0 0 2023-10-13T23:56:47.571 INFO:journalctl@ceph.mon.c.smithi055.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 5.0 0.00 0.00 1 0.000 0 0 2023-10-13T23:56:47.571 INFO:journalctl@ceph.mon.c.smithi055.stdout: 2023-10-13T23:56:47.571 INFO:journalctl@ceph.mon.c.smithi055.stdout: ** Compaction Stats [default] ** 2023-10-13T23:56:47.571 INFO:journalctl@ceph.mon.c.smithi055.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-10-13T23:56:47.571 INFO:journalctl@ceph.mon.c.smithi055.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-13T23:56:47.572 INFO:journalctl@ceph.mon.c.smithi055.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 5.0 0.00 0.00 1 0.000 0 0 2023-10-13T23:56:47.572 INFO:journalctl@ceph.mon.c.smithi055.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-13T23:56:47.572 INFO:journalctl@ceph.mon.c.smithi055.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-10-13T23:56:47.572 INFO:journalctl@ceph.mon.c.smithi055.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-13T23:56:47.572 INFO:journalctl@ceph.mon.c.smithi055.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-10-13T23:56:47.573 INFO:journalctl@ceph.mon.c.smithi055.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-10-13T23:56:47.573 INFO:journalctl@ceph.mon.c.smithi055.stdout: AddFile(Keys): cumulative 0, interval 0 2023-10-13T23:56:47.573 INFO:journalctl@ceph.mon.c.smithi055.stdout: Cumulative compaction: 0.00 GB write, 0.43 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-13T23:56:47.573 INFO:journalctl@ceph.mon.c.smithi055.stdout: Interval compaction: 0.00 GB write, 0.43 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-13T23:56:47.573 INFO:journalctl@ceph.mon.c.smithi055.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-10-13T23:56:47.574 INFO:journalctl@ceph.mon.c.smithi055.stdout: 2023-10-13T23:56:47.574 INFO:journalctl@ceph.mon.c.smithi055.stdout: ** File Read Latency Histogram By Level [default] ** 2023-10-13T23:56:47.574 INFO:journalctl@ceph.mon.c.smithi055.stdout: 2023-10-13T23:56:47.574 INFO:journalctl@ceph.mon.c.smithi055.stdout: ** Compaction Stats [default] ** 2023-10-13T23:56:47.574 INFO:journalctl@ceph.mon.c.smithi055.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-10-13T23:56:47.574 INFO:journalctl@ceph.mon.c.smithi055.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-13T23:56:47.575 INFO:journalctl@ceph.mon.c.smithi055.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 5.0 0.00 0.00 1 0.000 0 0 2023-10-13T23:56:47.575 INFO:journalctl@ceph.mon.c.smithi055.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 5.0 0.00 0.00 1 0.000 0 0 2023-10-13T23:56:47.575 INFO:journalctl@ceph.mon.c.smithi055.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-10-13T23:56:47.575 INFO:journalctl@ceph.mon.c.smithi055.stdout: 2023-10-13T23:56:47.575 INFO:journalctl@ceph.mon.c.smithi055.stdout: ** Compaction Stats [default] ** 2023-10-13T23:56:47.576 INFO:journalctl@ceph.mon.c.smithi055.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-10-13T23:56:47.576 INFO:journalctl@ceph.mon.c.smithi055.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-13T23:56:47.576 INFO:journalctl@ceph.mon.c.smithi055.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 5.0 0.00 0.00 1 0.000 0 0 2023-10-13T23:56:47.576 INFO:journalctl@ceph.mon.c.smithi055.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-13T23:56:47.576 INFO:journalctl@ceph.mon.c.smithi055.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-10-13T23:56:47.577 INFO:journalctl@ceph.mon.c.smithi055.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-13T23:56:47.577 INFO:journalctl@ceph.mon.c.smithi055.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-10-13T23:56:47.577 INFO:journalctl@ceph.mon.c.smithi055.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-10-13T23:56:47.577 INFO:journalctl@ceph.mon.c.smithi055.stdout: AddFile(Keys): cumulative 0, interval 0 2023-10-13T23:56:47.577 INFO:journalctl@ceph.mon.c.smithi055.stdout: Cumulative compaction: 0.00 GB write, 0.43 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-13T23:56:47.577 INFO:journalctl@ceph.mon.c.smithi055.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-10-13T23:56:47.578 INFO:journalctl@ceph.mon.c.smithi055.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-10-13T23:56:47.578 INFO:journalctl@ceph.mon.c.smithi055.stdout: 2023-10-13T23:56:47.578 INFO:journalctl@ceph.mon.c.smithi055.stdout: ** File Read Latency Histogram By Level [default] ** 2023-10-13T23:56:47.578 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: mon.c does not exist in monmap, will attempt to join an existing cluster 2023-10-13T23:56:47.578 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: using public_addrv [v2:172.21.15.55:3301/0,v1:172.21.15.55:6790/0] 2023-10-13T23:56:47.579 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: starting mon.c rank -1 at public addrs [v2:172.21.15.55:3301/0,v1:172.21.15.55:6790/0] at bind addrs [v2:172.21.15.55:3301/0,v1:172.21.15.55:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid db84ebe0-6a23-11ee-8db6-212e2dc638e7 2023-10-13T23:56:47.579 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: mon.c@-1(???) e0 preinit fsid db84ebe0-6a23-11ee-8db6-212e2dc638e7 2023-10-13T23:56:47.579 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: mon.c@-1(synchronizing).mds e1 new map 2023-10-13T23:56:47.579 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: mon.c@-1(synchronizing).mds e1 print_map 2023-10-13T23:56:47.579 INFO:journalctl@ceph.mon.c.smithi055.stdout: e1 2023-10-13T23:56:47.580 INFO:journalctl@ceph.mon.c.smithi055.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-10-13T23:56:47.580 INFO:journalctl@ceph.mon.c.smithi055.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-10-13T23:56:47.580 INFO:journalctl@ceph.mon.c.smithi055.stdout: legacy client fscid: -1 2023-10-13T23:56:47.580 INFO:journalctl@ceph.mon.c.smithi055.stdout: 2023-10-13T23:56:47.580 INFO:journalctl@ceph.mon.c.smithi055.stdout: No filesystems configured 2023-10-13T23:56:47.581 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-10-13T23:56:47.581 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: 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-10-13T23:56:47.581 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-10-13T23:56:47.581 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-10-13T23:56:47.581 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-10-13T23:56:47.581 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-10-13T23:56:47.582 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2023-10-13T23:56:47.582 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-10-13T23:56:47.582 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-10-13T23:56:47.582 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-10-13T23:56:47.582 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: mkfs db84ebe0-6a23-11ee-8db6-212e2dc638e7 2023-10-13T23:56:47.583 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: mon.a is new leader, mons a in quorum (ranks 0) 2023-10-13T23:56:47.583 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: mon.a is new leader, mons a in quorum (ranks 0) 2023-10-13T23:56:47.583 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: monmap e1: 1 mons at {a=[v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0]} removed_ranks: {} 2023-10-13T23:56:47.583 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: fsmap 2023-10-13T23:56:47.583 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: osdmap e1: 0 total, 0 up, 0 in 2023-10-13T23:56:47.584 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: mgrmap e1: no daemons active 2023-10-13T23:56:47.584 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/3344058388' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-10-13T23:56:47.584 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/3146785004' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-10-13T23:56:47.584 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/3146785004' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-10-13T23:56:47.584 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: mon.a is new leader, mons a in quorum (ranks 0) 2023-10-13T23:56:47.584 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: monmap e1: 1 mons at {a=[v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0]} removed_ranks: {} 2023-10-13T23:56:47.585 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: fsmap 2023-10-13T23:56:47.585 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: osdmap e1: 0 total, 0 up, 0 in 2023-10-13T23:56:47.585 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: mgrmap e1: no daemons active 2023-10-13T23:56:47.585 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/2282488952' entity='client.admin' 2023-10-13T23:56:47.585 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/1095194332' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-13T23:56:47.586 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/2106302744' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-13T23:56:47.586 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/3591494884' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-13T23:56:47.586 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: Activating manager daemon y 2023-10-13T23:56:47.586 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: mgrmap e2: y(active, starting, since 0.00547595s) 2023-10-13T23:56:47.586 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14100 172.21.15.55:0/2188003537' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-13T23:56:47.587 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14100 172.21.15.55:0/2188003537' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-13T23:56:47.587 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14100 172.21.15.55:0/2188003537' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-13T23:56:47.587 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14100 172.21.15.55:0/2188003537' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-13T23:56:47.587 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14100 172.21.15.55:0/2188003537' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-10-13T23:56:47.587 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: Manager daemon y is now available 2023-10-13T23:56:47.588 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14100 172.21.15.55:0/2188003537' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-10-13T23:56:47.588 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14100 172.21.15.55:0/2188003537' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-10-13T23:56:47.588 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14100 172.21.15.55:0/2188003537' entity='mgr.y' 2023-10-13T23:56:47.588 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14100 172.21.15.55:0/2188003537' entity='mgr.y' 2023-10-13T23:56:47.588 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14100 172.21.15.55:0/2188003537' entity='mgr.y' 2023-10-13T23:56:47.588 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: mgrmap e3: y(active, since 1.01064s) 2023-10-13T23:56:47.589 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/4028684825' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-13T23:56:47.589 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: mgrmap e4: y(active, since 3s) 2023-10-13T23:56:47.589 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/2753650975' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-10-13T23:56:47.589 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/2532421579' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-10-13T23:56:47.589 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/2532421579' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-10-13T23:56:47.590 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: mgrmap e5: y(active, since 5s) 2023-10-13T23:56:47.590 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/3663944049' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-10-13T23:56:47.590 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: Active manager daemon y restarted 2023-10-13T23:56:47.590 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: Activating manager daemon y 2023-10-13T23:56:47.590 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: osdmap e2: 0 total, 0 up, 0 in 2023-10-13T23:56:47.591 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: mgrmap e6: y(active, starting, since 0.00771135s) 2023-10-13T23:56:47.591 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-13T23:56:47.591 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-10-13T23:56:47.591 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-13T23:56:47.591 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-13T23:56:47.591 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-13T23:56:47.592 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: Manager daemon y is now available 2023-10-13T23:56:47.592 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' 2023-10-13T23:56:47.592 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' 2023-10-13T23:56:47.592 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: Found migration_current of "None". Setting to last migration. 2023-10-13T23:56:47.592 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:56:47.593 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:56:47.593 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:56:47.593 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-10-13T23:56:47.593 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-10-13T23:56:47.593 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: mgrmap e7: y(active, since 1.00776s) 2023-10-13T23:56:47.594 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-10-13T23:56:47.594 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-10-13T23:56:47.594 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' 2023-10-13T23:56:47.594 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:56:47.594 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' 2023-10-13T23:56:47.594 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:56:47.595 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: [13/Oct/2023:23:55:57] ENGINE Bus STARTING 2023-10-13T23:56:47.595 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:56:47.595 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: [13/Oct/2023:23:55:57] ENGINE Serving on https://172.21.15.55:7150 2023-10-13T23:56:47.595 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: [13/Oct/2023:23:55:57] ENGINE Bus STARTED 2023-10-13T23:56:47.595 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: mgrmap e8: y(active, since 2s) 2023-10-13T23:56:47.596 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:56:47.596 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:56:47.596 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: Generating ssh key... 2023-10-13T23:56:47.596 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' 2023-10-13T23:56:47.596 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' 2023-10-13T23:56:47.597 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:56:47.597 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi055", "addr": "172.21.15.55", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:56:47.597 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: Deploying cephadm binary to smithi055 2023-10-13T23:56:47.597 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' 2023-10-13T23:56:47.597 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:56:47.598 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' 2023-10-13T23:56:47.598 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: Added host smithi055 2023-10-13T23:56:47.598 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:56:47.598 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: Saving service mon spec with placement count:5 2023-10-13T23:56:47.598 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' 2023-10-13T23:56:47.598 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' 2023-10-13T23:56:47.599 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:56:47.599 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: Saving service mgr spec with placement count:2 2023-10-13T23:56:47.599 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' 2023-10-13T23:56:47.599 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' 2023-10-13T23:56:47.599 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/1091532831' entity='client.admin' 2023-10-13T23:56:47.600 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14120 172.21.15.55:0/3073943290' entity='mgr.y' 2023-10-13T23:56:47.600 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/4268437573' entity='client.admin' 2023-10-13T23:56:47.600 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/1414069865' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-10-13T23:56:47.600 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/1414069865' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-10-13T23:56:47.600 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: mgrmap e9: y(active, since 13s) 2023-10-13T23:56:47.601 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/2578182562' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-10-13T23:56:47.601 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: Active manager daemon y restarted 2023-10-13T23:56:47.601 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: Activating manager daemon y 2023-10-13T23:56:47.601 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: osdmap e3: 0 total, 0 up, 0 in 2023-10-13T23:56:47.601 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: mgrmap e10: y(active, starting, since 0.00743981s) 2023-10-13T23:56:47.601 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-13T23:56:47.602 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-10-13T23:56:47.602 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-13T23:56:47.602 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-13T23:56:47.602 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-13T23:56:47.602 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: Manager daemon y is now available 2023-10-13T23:56:47.603 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:56:47.603 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:56:47.603 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-10-13T23:56:47.603 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-10-13T23:56:47.603 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:47.604 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: mgrmap e11: y(active, since 1.00857s) 2023-10-13T23:56:47.604 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: [13/Oct/2023:23:56:17] ENGINE Bus STARTING 2023-10-13T23:56:47.604 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: [13/Oct/2023:23:56:17] ENGINE Serving on https://172.21.15.55:7150 2023-10-13T23:56:47.604 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: [13/Oct/2023:23:56:17] ENGINE Bus STARTED 2023-10-13T23:56:47.604 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:47.605 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:47.605 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:47.605 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:47.605 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:56:47.605 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: mgrmap e12: y(active, since 2s) 2023-10-13T23:56:47.605 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: 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-10-13T23:56:47.606 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:47.606 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/4187158418' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-10-13T23:56:47.606 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: mgrmap e13: y(active, since 6s) 2023-10-13T23:56:47.606 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/1220393603' entity='client.admin' 2023-10-13T23:56:47.606 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/3658547012' entity='client.admin' 2023-10-13T23:56:47.607 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:47.607 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:47.607 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi055", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:56:47.607 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:47.607 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:56:47.608 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:47.608 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:56:47.608 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:47.608 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:56:47.608 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:56:47.609 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:56:47.609 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: Updating smithi055:/etc/ceph/ceph.conf 2023-10-13T23:56:47.609 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: Updating smithi055:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-13T23:56:47.609 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: Updating smithi055:/etc/ceph/ceph.client.admin.keyring 2023-10-13T23:56:47.609 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: Updating smithi055:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-13T23:56:47.609 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:47.610 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:47.610 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:47.610 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi082", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:56:47.610 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: Deploying cephadm binary to smithi082 2023-10-13T23:56:47.610 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:47.611 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: Added host smithi082 2023-10-13T23:56:47.611 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:56:47.611 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:47.611 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:47.611 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:47.612 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-13T23:56:47.612 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/113900483' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-10-13T23:56:47.612 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/113900483' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-10-13T23:56:47.612 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: osdmap e4: 0 total, 0 up, 0 in 2023-10-13T23:56:47.612 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:47.612 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:47.613 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:47.613 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:47.613 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi082", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:56:47.613 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:56:47.613 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:56:47.614 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: Updating smithi082:/etc/ceph/ceph.conf 2023-10-13T23:56:47.614 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: Updating smithi082:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-13T23:56:47.614 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: Updating smithi082:/etc/ceph/ceph.client.admin.keyring 2023-10-13T23:56:47.614 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:56:47.614 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: Updating smithi082:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-13T23:56:47.615 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:47.615 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:47.615 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:47.615 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:47.615 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:56:47.616 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:56:47.616 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:56:47.616 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:47.616 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-13T23:56:47.616 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:56:47.616 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi055:172.21.15.55=a;smithi055:[v2:172.21.15.55:3301,v1:172.21.15.55:6790]=c;smithi082:172.21.15.82=b", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:56:47.617 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: Saving service mon spec with placement smithi055:172.21.15.55=a;smithi055:[v2:172.21.15.55:3301,v1:172.21.15.55:6790]=c;smithi082:172.21.15.82=b;count:3 2023-10-13T23:56:47.617 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: Deploying daemon mon.b on smithi082 2023-10-13T23:56:47.617 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:56:47.617 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-13T23:56:47.617 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: mon.a calling monitor election 2023-10-13T23:56:47.618 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:56:47.618 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-13T23:56:47.618 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-13T23:56:47.618 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-13T23:56:47.618 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: mon.b calling monitor election 2023-10-13T23:56:47.619 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:56:47.619 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-13T23:56:47.619 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-13T23:56:47.619 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:56:47.619 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-13T23:56:47.620 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2023-10-13T23:56:47.620 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: monmap e2: 2 mons at {a=[v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0],b=[v2:172.21.15.82:3300/0,v1:172.21.15.82:6789/0]} removed_ranks: {} 2023-10-13T23:56:47.620 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: fsmap 2023-10-13T23:56:47.620 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: osdmap e4: 0 total, 0 up, 0 in 2023-10-13T23:56:47.620 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: mgrmap e13: y(active, since 29s) 2023-10-13T23:56:47.620 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: overall HEALTH_OK 2023-10-13T23:56:47.621 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:47.621 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:47.621 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:47.621 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-13T23:56:47.621 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:56:47.622 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: Deploying daemon mon.c on smithi055 2023-10-13T23:56:47.622 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='client.? 172.21.15.82:0/1939801138' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-13T23:56:47.622 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-13T23:56:47.622 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:56:47.622 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:47 smithi055 ceph-mon[124249]: mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2023-10-13T23:56:47.623 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.b/config 2023-10-13T23:56:47.624 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:47 smithi082 ceph-mon[116307]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:56:52.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:52 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-13T23:56:52.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:52 smithi055 ceph-mon[124249]: mon.a calling monitor election 2023-10-13T23:56:52.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:52 smithi055 ceph-mon[124249]: mon.b calling monitor election 2023-10-13T23:56:52.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:52 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-13T23:56:52.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:52 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-13T23:56:52.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:52 smithi055 ceph-mon[124249]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:56:52.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:52 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-13T23:56:52.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:52 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-13T23:56:52.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:52 smithi055 ceph-mon[124249]: mon.c calling monitor election 2023-10-13T23:56:52.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:52 smithi055 ceph-mon[124249]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:56:52.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:52 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-13T23:56:52.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:52 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-13T23:56:52.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:52 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-13T23:56:52.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:52 smithi055 ceph-mon[124249]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2023-10-13T23:56:52.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:52 smithi055 ceph-mon[124249]: monmap e3: 3 mons at {a=[v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0],b=[v2:172.21.15.82:3300/0,v1:172.21.15.82:6789/0],c=[v2:172.21.15.55:3301/0,v1:172.21.15.55:6790/0]} removed_ranks: {} 2023-10-13T23:56:52.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:52 smithi055 ceph-mon[124249]: fsmap 2023-10-13T23:56:52.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:52 smithi055 ceph-mon[124249]: osdmap e4: 0 total, 0 up, 0 in 2023-10-13T23:56:52.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:52 smithi055 ceph-mon[124249]: mgrmap e13: y(active, since 36s) 2023-10-13T23:56:52.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:52 smithi055 ceph-mon[124249]: overall HEALTH_OK 2023-10-13T23:56:52.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:52 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:52.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:52 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:52.771 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:52 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-13T23:56:52.771 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:52 smithi055 ceph-mon[110989]: mon.a calling monitor election 2023-10-13T23:56:52.772 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:52 smithi055 ceph-mon[110989]: mon.b calling monitor election 2023-10-13T23:56:52.772 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:52 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-13T23:56:52.772 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:52 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-13T23:56:52.772 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:52 smithi055 ceph-mon[110989]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:56:52.773 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:52 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-13T23:56:52.773 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:52 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-13T23:56:52.773 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:52 smithi055 ceph-mon[110989]: mon.c calling monitor election 2023-10-13T23:56:52.773 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:52 smithi055 ceph-mon[110989]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:56:52.773 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:52 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-13T23:56:52.774 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:52 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-13T23:56:52.774 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:52 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-13T23:56:52.774 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:52 smithi055 ceph-mon[110989]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2023-10-13T23:56:52.774 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:52 smithi055 ceph-mon[110989]: monmap e3: 3 mons at {a=[v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0],b=[v2:172.21.15.82:3300/0,v1:172.21.15.82:6789/0],c=[v2:172.21.15.55:3301/0,v1:172.21.15.55:6790/0]} removed_ranks: {} 2023-10-13T23:56:52.775 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:52 smithi055 ceph-mon[110989]: fsmap 2023-10-13T23:56:52.775 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:52 smithi055 ceph-mon[110989]: osdmap e4: 0 total, 0 up, 0 in 2023-10-13T23:56:52.775 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:52 smithi055 ceph-mon[110989]: mgrmap e13: y(active, since 36s) 2023-10-13T23:56:52.775 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:52 smithi055 ceph-mon[110989]: overall HEALTH_OK 2023-10-13T23:56:52.775 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:52 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:52.776 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:52 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:52.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:52 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-13T23:56:52.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:52 smithi082 ceph-mon[116307]: mon.a calling monitor election 2023-10-13T23:56:52.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:52 smithi082 ceph-mon[116307]: mon.b calling monitor election 2023-10-13T23:56:52.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:52 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-13T23:56:52.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:52 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-13T23:56:52.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:52 smithi082 ceph-mon[116307]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:56:52.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:52 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-13T23:56:52.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:52 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-13T23:56:52.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:52 smithi082 ceph-mon[116307]: mon.c calling monitor election 2023-10-13T23:56:52.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:52 smithi082 ceph-mon[116307]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:56:52.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:52 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-13T23:56:52.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:52 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-13T23:56:52.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:52 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-13T23:56:52.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:52 smithi082 ceph-mon[116307]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2023-10-13T23:56:52.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:52 smithi082 ceph-mon[116307]: monmap e3: 3 mons at {a=[v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0],b=[v2:172.21.15.82:3300/0,v1:172.21.15.82:6789/0],c=[v2:172.21.15.55:3301/0,v1:172.21.15.55:6790/0]} removed_ranks: {} 2023-10-13T23:56:52.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:52 smithi082 ceph-mon[116307]: fsmap 2023-10-13T23:56:52.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:52 smithi082 ceph-mon[116307]: osdmap e4: 0 total, 0 up, 0 in 2023-10-13T23:56:52.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:52 smithi082 ceph-mon[116307]: mgrmap e13: y(active, since 36s) 2023-10-13T23:56:52.879 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:52 smithi082 ceph-mon[116307]: overall HEALTH_OK 2023-10-13T23:56:52.879 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:52 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:52.879 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:52 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:53.176 INFO:teuthology.orchestra.run.smithi082.stdout: 2023-10-13T23:56:53.177 INFO:teuthology.orchestra.run.smithi082.stdout:{"epoch":3,"fsid":"db84ebe0-6a23-11ee-8db6-212e2dc638e7","modified":"2023-10-13T23:56:47.287117Z","created":"2023-10-13T23:55:28.818488Z","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.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:3300","nonce":0},{"type":"v1","addr":"172.21.15.82:6789","nonce":0}]},"addr":"172.21.15.82:6789/0","public_addr":"172.21.15.82:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3301","nonce":0},{"type":"v1","addr":"172.21.15.55:6790","nonce":0}]},"addr":"172.21.15.55:6790/0","public_addr":"172.21.15.55:6790/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2023-10-13T23:56:53.180 INFO:teuthology.orchestra.run.smithi082.stderr:dumped monmap epoch 3 2023-10-13T23:56:53.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:53 smithi055 ceph-mon[110989]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:56:53.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:53 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:53.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:53 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:53.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:53 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:56:53.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:53 smithi055 ceph-mon[110989]: from='client.? 172.21.15.82:0/2565037740' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-13T23:56:53.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:53 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:53.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:53 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:53.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:53 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-13T23:56:53.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:53 smithi055 ceph-mon[124249]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:56:53.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:53 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:53.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:53 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:53.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:53 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:56:53.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:53 smithi055 ceph-mon[124249]: from='client.? 172.21.15.82:0/2565037740' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-13T23:56:53.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:53 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:53.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:53 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:53.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:53 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-13T23:56:53.567 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-10-13T23:56:53.568 DEBUG:teuthology.orchestra.run.smithi055:> 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 db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph config generate-minimal-conf 2023-10-13T23:56:53.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:53 smithi082 ceph-mon[116307]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:56:53.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:53 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:53.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:53 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:53.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:53 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:56:53.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:53 smithi082 ceph-mon[116307]: from='client.? 172.21.15.82:0/2565037740' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-13T23:56:53.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:53 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:53.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:53 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:53.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:53 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-13T23:56:53.886 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T23:56:54.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:54 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:54 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:54 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:56:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:54 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:56:54.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:54 smithi055 ceph-mon[110989]: Updating smithi055:/etc/ceph/ceph.conf 2023-10-13T23:56:54.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:54 smithi055 ceph-mon[110989]: Updating smithi082:/etc/ceph/ceph.conf 2023-10-13T23:56:54.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:54 smithi055 ceph-mon[110989]: Updating smithi082:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-13T23:56:54.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:54 smithi055 ceph-mon[110989]: Updating smithi055:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-13T23:56:54.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:54 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:54.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:54 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:54.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:54 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:54.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:54 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:54.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:54 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:54.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:54 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-13T23:56:54.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:54 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-13T23:56:54.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:54 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:56:54.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:54 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:54.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:54 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:54.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:54 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:56:54.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:54 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:56:54.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:54 smithi055 ceph-mon[124249]: Updating smithi055:/etc/ceph/ceph.conf 2023-10-13T23:56:54.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:54 smithi055 ceph-mon[124249]: Updating smithi082:/etc/ceph/ceph.conf 2023-10-13T23:56:54.772 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:54 smithi055 ceph-mon[124249]: Updating smithi082:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-13T23:56:54.772 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:54 smithi055 ceph-mon[124249]: Updating smithi055:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-13T23:56:54.772 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:54 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:54.772 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:54 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:54.772 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:54 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:54.773 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:54 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:54.773 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:54 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:54.773 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:54 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-13T23:56:54.773 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:54 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-13T23:56:54.774 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:54 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:56:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:54 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:54 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:54 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:56:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:54 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:56:54.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:54 smithi082 ceph-mon[116307]: Updating smithi055:/etc/ceph/ceph.conf 2023-10-13T23:56:54.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:54 smithi082 ceph-mon[116307]: Updating smithi082:/etc/ceph/ceph.conf 2023-10-13T23:56:54.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:54 smithi082 ceph-mon[116307]: Updating smithi082:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-13T23:56:54.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:54 smithi082 ceph-mon[116307]: Updating smithi055:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-13T23:56:54.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:54 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:54.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:54 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:54.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:54 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:54.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:54 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:54.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:54 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:54.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:54 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-13T23:56:54.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:54 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-13T23:56:54.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:54 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:56:55.543 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:55 smithi055 ceph-mon[110989]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:56:55.544 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:55 smithi055 ceph-mon[110989]: Reconfiguring mon.a (unknown last config time)... 2023-10-13T23:56:55.544 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:55 smithi055 ceph-mon[110989]: Reconfiguring daemon mon.a on smithi055 2023-10-13T23:56:55.544 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:55 smithi055 ceph-mon[124249]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:56:55.544 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:55 smithi055 ceph-mon[124249]: Reconfiguring mon.a (unknown last config time)... 2023-10-13T23:56:55.545 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:55 smithi055 ceph-mon[124249]: Reconfiguring daemon mon.a on smithi055 2023-10-13T23:56:55.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:55 smithi082 ceph-mon[116307]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:56:55.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:55 smithi082 ceph-mon[116307]: Reconfiguring mon.a (unknown last config time)... 2023-10-13T23:56:55.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:55 smithi082 ceph-mon[116307]: Reconfiguring daemon mon.a on smithi055 2023-10-13T23:56:56.011 INFO:teuthology.orchestra.run.smithi055.stdout:# minimal ceph.conf for db84ebe0-6a23-11ee-8db6-212e2dc638e7 2023-10-13T23:56:56.011 INFO:teuthology.orchestra.run.smithi055.stdout:[global] 2023-10-13T23:56:56.011 INFO:teuthology.orchestra.run.smithi055.stdout: fsid = db84ebe0-6a23-11ee-8db6-212e2dc638e7 2023-10-13T23:56:56.011 INFO:teuthology.orchestra.run.smithi055.stdout: mon_host = [v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0] [v2:172.21.15.82:3300/0,v1:172.21.15.82:6789/0] [v2:172.21.15.55:3301/0,v1:172.21.15.55:6790/0] 2023-10-13T23:56:56.408 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-10-13T23:56:56.409 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2023-10-13T23:56:56.410 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd of=/etc/ceph/ceph.conf 2023-10-13T23:56:56.446 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2023-10-13T23:56:56.446 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-10-13T23:56:56.523 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2023-10-13T23:56:56.523 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd of=/etc/ceph/ceph.conf 2023-10-13T23:56:56.560 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2023-10-13T23:56:56.561 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-10-13T23:56:56.631 INFO:tasks.cephadm:Adding mgr.y on smithi055 2023-10-13T23:56:56.632 INFO:tasks.cephadm:Adding mgr.x on smithi082 2023-10-13T23:56:56.632 DEBUG:teuthology.orchestra.run.smithi082:> 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 db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph orch apply mgr '2;smithi055=y;smithi082=x' 2023-10-13T23:56:56.929 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.b/config 2023-10-13T23:56:57.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:56 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:57.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:56 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:57.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:56 smithi055 ceph-mon[124249]: Reconfiguring mon.c (monmap changed)... 2023-10-13T23:56:57.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:56 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-13T23:56:57.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:56 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-13T23:56:57.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:56 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:56:57.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:56 smithi055 ceph-mon[124249]: Reconfiguring daemon mon.c on smithi055 2023-10-13T23:56:57.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:56 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/3058379915' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:56:57.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:56 smithi055 ceph-mon[124249]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:56:57.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:56 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:57.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:56 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:57.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:56 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:57.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:56 smithi055 ceph-mon[110989]: Reconfiguring mon.c (monmap changed)... 2023-10-13T23:56:57.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:56 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-13T23:56:57.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:56 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-13T23:56:57.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:56 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:56:57.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:56 smithi055 ceph-mon[110989]: Reconfiguring daemon mon.c on smithi055 2023-10-13T23:56:57.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:56 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/3058379915' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:56:57.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:56 smithi055 ceph-mon[110989]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:56:57.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:56 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:56 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:56 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:56 smithi082 ceph-mon[116307]: Reconfiguring mon.c (monmap changed)... 2023-10-13T23:56:57.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:56 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-13T23:56:57.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:56 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-13T23:56:57.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:56 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:56:57.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:56 smithi082 ceph-mon[116307]: Reconfiguring daemon mon.c on smithi055 2023-10-13T23:56:57.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:56 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/3058379915' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:56:57.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:56 smithi082 ceph-mon[116307]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:56:57.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:56 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:58.225 INFO:teuthology.orchestra.run.smithi082.stdout:Scheduled mgr update... 2023-10-13T23:56:58.248 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:57 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:58.248 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:57 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:58.248 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:57 smithi082 ceph-mon[116307]: Reconfiguring mon.b (monmap changed)... 2023-10-13T23:56:58.248 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:57 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-13T23:56:58.249 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:57 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-13T23:56:58.249 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:57 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:56:58.249 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:57 smithi082 ceph-mon[116307]: Reconfiguring daemon mon.b on smithi082 2023-10-13T23:56:58.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:57 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:58.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:57 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:58.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:57 smithi055 ceph-mon[110989]: Reconfiguring mon.b (monmap changed)... 2023-10-13T23:56:58.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:57 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-13T23:56:58.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:57 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-13T23:56:58.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:57 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:56:58.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:57 smithi055 ceph-mon[110989]: Reconfiguring daemon mon.b on smithi082 2023-10-13T23:56:58.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:57 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:58.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:57 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:58.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:57 smithi055 ceph-mon[124249]: Reconfiguring mon.b (monmap changed)... 2023-10-13T23:56:58.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:57 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-13T23:56:58.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:57 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-13T23:56:58.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:57 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:56:58.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:57 smithi055 ceph-mon[124249]: Reconfiguring daemon mon.b on smithi082 2023-10-13T23:56:58.662 DEBUG:teuthology.orchestra.run.smithi082:mgr.x> sudo journalctl -f -n 0 -u ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@mgr.x.service 2023-10-13T23:56:58.665 INFO:tasks.cephadm:Deploying OSDs... 2023-10-13T23:56:58.665 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2023-10-13T23:56:58.665 DEBUG:teuthology.orchestra.run.smithi055:> dd if=/scratch_devs of=/dev/stdout 2023-10-13T23:56:58.690 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-10-13T23:56:58.691 DEBUG:teuthology.orchestra.run.smithi055:> stat /dev/vg_nvme/lv_1 2023-10-13T23:56:58.695 INFO:journalctl@ceph.mgr.x.smithi082.stdout:-- Logs begin at Fri 2023-10-13 23:43:36 UTC. -- 2023-10-13T23:56:58.754 INFO:teuthology.orchestra.run.smithi055.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-10-13T23:56:58.754 INFO:teuthology.orchestra.run.smithi055.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-13T23:56:58.755 INFO:teuthology.orchestra.run.smithi055.stdout:Device: 6h/6d Inode: 391951 Links: 1 2023-10-13T23:56:58.755 INFO:teuthology.orchestra.run.smithi055.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-13T23:56:58.755 INFO:teuthology.orchestra.run.smithi055.stdout:Context: system_u:object_r:device_t:s0 2023-10-13T23:56:58.755 INFO:teuthology.orchestra.run.smithi055.stdout:Access: 2023-10-13 23:56:46.858848827 +0000 2023-10-13T23:56:58.755 INFO:teuthology.orchestra.run.smithi055.stdout:Modify: 2023-10-13 23:51:27.397661558 +0000 2023-10-13T23:56:58.756 INFO:teuthology.orchestra.run.smithi055.stdout:Change: 2023-10-13 23:51:27.397661558 +0000 2023-10-13T23:56:58.756 INFO:teuthology.orchestra.run.smithi055.stdout: Birth: - 2023-10-13T23:56:58.756 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-10-13T23:56:58.830 INFO:teuthology.orchestra.run.smithi055.stderr:1+0 records in 2023-10-13T23:56:58.831 INFO:teuthology.orchestra.run.smithi055.stderr:1+0 records out 2023-10-13T23:56:58.831 INFO:teuthology.orchestra.run.smithi055.stderr:512 bytes copied, 0.000383578 s, 1.3 MB/s 2023-10-13T23:56:58.832 DEBUG:teuthology.orchestra.run.smithi055:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-10-13T23:56:58.897 DEBUG:teuthology.orchestra.run.smithi055:> stat /dev/vg_nvme/lv_2 2023-10-13T23:56:58.960 INFO:teuthology.orchestra.run.smithi055.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-10-13T23:56:58.960 INFO:teuthology.orchestra.run.smithi055.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-13T23:56:58.960 INFO:teuthology.orchestra.run.smithi055.stdout:Device: 6h/6d Inode: 394696 Links: 1 2023-10-13T23:56:58.961 INFO:teuthology.orchestra.run.smithi055.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-13T23:56:58.961 INFO:teuthology.orchestra.run.smithi055.stdout:Context: system_u:object_r:device_t:s0 2023-10-13T23:56:58.961 INFO:teuthology.orchestra.run.smithi055.stdout:Access: 2023-10-13 23:56:46.858848827 +0000 2023-10-13T23:56:58.961 INFO:teuthology.orchestra.run.smithi055.stdout:Modify: 2023-10-13 23:51:27.957650837 +0000 2023-10-13T23:56:58.961 INFO:teuthology.orchestra.run.smithi055.stdout:Change: 2023-10-13 23:51:27.957650837 +0000 2023-10-13T23:56:58.962 INFO:teuthology.orchestra.run.smithi055.stdout: Birth: - 2023-10-13T23:56:58.962 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-10-13T23:56:59.036 INFO:teuthology.orchestra.run.smithi055.stderr:1+0 records in 2023-10-13T23:56:59.036 INFO:teuthology.orchestra.run.smithi055.stderr:1+0 records out 2023-10-13T23:56:59.037 INFO:teuthology.orchestra.run.smithi055.stderr:512 bytes copied, 0.000285364 s, 1.8 MB/s 2023-10-13T23:56:59.037 DEBUG:teuthology.orchestra.run.smithi055:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-10-13T23:56:59.101 DEBUG:teuthology.orchestra.run.smithi055:> stat /dev/vg_nvme/lv_3 2023-10-13T23:56:59.164 INFO:teuthology.orchestra.run.smithi055.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-10-13T23:56:59.165 INFO:teuthology.orchestra.run.smithi055.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-13T23:56:59.165 INFO:teuthology.orchestra.run.smithi055.stdout:Device: 6h/6d Inode: 399610 Links: 1 2023-10-13T23:56:59.165 INFO:teuthology.orchestra.run.smithi055.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-13T23:56:59.166 INFO:teuthology.orchestra.run.smithi055.stdout:Context: system_u:object_r:device_t:s0 2023-10-13T23:56:59.166 INFO:teuthology.orchestra.run.smithi055.stdout:Access: 2023-10-13 23:56:46.858848827 +0000 2023-10-13T23:56:59.166 INFO:teuthology.orchestra.run.smithi055.stdout:Modify: 2023-10-13 23:51:28.528639907 +0000 2023-10-13T23:56:59.166 INFO:teuthology.orchestra.run.smithi055.stdout:Change: 2023-10-13 23:51:28.528639907 +0000 2023-10-13T23:56:59.166 INFO:teuthology.orchestra.run.smithi055.stdout: Birth: - 2023-10-13T23:56:59.167 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-10-13T23:56:59.241 INFO:teuthology.orchestra.run.smithi055.stderr:1+0 records in 2023-10-13T23:56:59.241 INFO:teuthology.orchestra.run.smithi055.stderr:1+0 records out 2023-10-13T23:56:59.241 INFO:teuthology.orchestra.run.smithi055.stderr:512 bytes copied, 0.000268778 s, 1.9 MB/s 2023-10-13T23:56:59.242 DEBUG:teuthology.orchestra.run.smithi055:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-10-13T23:56:59.307 DEBUG:teuthology.orchestra.run.smithi055:> stat /dev/vg_nvme/lv_4 2023-10-13T23:56:59.373 INFO:teuthology.orchestra.run.smithi055.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-10-13T23:56:59.374 INFO:teuthology.orchestra.run.smithi055.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-13T23:56:59.374 INFO:teuthology.orchestra.run.smithi055.stdout:Device: 6h/6d Inode: 396536 Links: 1 2023-10-13T23:56:59.374 INFO:teuthology.orchestra.run.smithi055.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-13T23:56:59.374 INFO:teuthology.orchestra.run.smithi055.stdout:Context: system_u:object_r:device_t:s0 2023-10-13T23:56:59.375 INFO:teuthology.orchestra.run.smithi055.stdout:Access: 2023-10-13 23:56:46.858848827 +0000 2023-10-13T23:56:59.375 INFO:teuthology.orchestra.run.smithi055.stdout:Modify: 2023-10-13 23:51:29.126628459 +0000 2023-10-13T23:56:59.375 INFO:teuthology.orchestra.run.smithi055.stdout:Change: 2023-10-13 23:51:29.126628459 +0000 2023-10-13T23:56:59.375 INFO:teuthology.orchestra.run.smithi055.stdout: Birth: - 2023-10-13T23:56:59.376 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-10-13T23:56:59.447 INFO:teuthology.orchestra.run.smithi055.stderr:1+0 records in 2023-10-13T23:56:59.448 INFO:teuthology.orchestra.run.smithi055.stderr:1+0 records out 2023-10-13T23:56:59.448 INFO:teuthology.orchestra.run.smithi055.stderr:512 bytes copied, 0.000367003 s, 1.4 MB/s 2023-10-13T23:56:59.449 DEBUG:teuthology.orchestra.run.smithi055:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-10-13T23:56:59.513 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2023-10-13T23:56:59.514 DEBUG:teuthology.orchestra.run.smithi082:> dd if=/scratch_devs of=/dev/stdout 2023-10-13T23:56:59.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:59 smithi055 ceph-mon[110989]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:56:59.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:59 smithi055 ceph-mon[110989]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi055=y;smithi082=x", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:56:59.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:59 smithi055 ceph-mon[110989]: Saving service mgr spec with placement smithi055=y;smithi082=x;count:2 2023-10-13T23:56:59.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:59 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:59.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:59 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:59.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:59 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:59.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:59 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:56:59.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:59 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:56:59.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:59 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:56:59.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:59 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:59.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:59 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-13T23:56:59.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:59 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-10-13T23:56:59.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:59 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-13T23:56:59.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:59 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:56:59.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:56:59 smithi055 ceph-mon[110989]: Deploying daemon mgr.x on smithi082 2023-10-13T23:56:59.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:59 smithi055 ceph-mon[124249]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:56:59.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:59 smithi055 ceph-mon[124249]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi055=y;smithi082=x", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:56:59.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:59 smithi055 ceph-mon[124249]: Saving service mgr spec with placement smithi055=y;smithi082=x;count:2 2023-10-13T23:56:59.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:59 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:59.521 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:59 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:59.521 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:59 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:59.521 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:59 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:56:59.521 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:59 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:56:59.521 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:59 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:56:59.522 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:59 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:59.522 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:59 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-13T23:56:59.522 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:59 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-10-13T23:56:59.522 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:59 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-13T23:56:59.522 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:59 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:56:59.523 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:56:59 smithi055 ceph-mon[124249]: Deploying daemon mgr.x on smithi082 2023-10-13T23:56:59.524 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:59 smithi082 ceph-mon[116307]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:56:59.524 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:59 smithi082 ceph-mon[116307]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi055=y;smithi082=x", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:56:59.524 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:59 smithi082 ceph-mon[116307]: Saving service mgr spec with placement smithi055=y;smithi082=x;count:2 2023-10-13T23:56:59.524 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:59 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:59.524 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:59 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:59.525 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:59 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:59.525 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:59 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:56:59.525 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:59 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:56:59.525 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:59 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:56:59.525 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:59 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:56:59.526 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:59 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-13T23:56:59.526 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:59 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-10-13T23:56:59.526 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:59 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-13T23:56:59.526 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:59 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:56:59.526 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:56:59 smithi082 ceph-mon[116307]: Deploying daemon mgr.x on smithi082 2023-10-13T23:56:59.535 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-10-13T23:56:59.535 DEBUG:teuthology.orchestra.run.smithi082:> stat /dev/vg_nvme/lv_1 2023-10-13T23:56:59.595 INFO:teuthology.orchestra.run.smithi082.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-10-13T23:56:59.595 INFO:teuthology.orchestra.run.smithi082.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-13T23:56:59.596 INFO:teuthology.orchestra.run.smithi082.stdout:Device: 6h/6d Inode: 399365 Links: 1 2023-10-13T23:56:59.596 INFO:teuthology.orchestra.run.smithi082.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-13T23:56:59.596 INFO:teuthology.orchestra.run.smithi082.stdout:Context: system_u:object_r:device_t:s0 2023-10-13T23:56:59.596 INFO:teuthology.orchestra.run.smithi082.stdout:Access: 2023-10-13 23:56:59.474619044 +0000 2023-10-13T23:56:59.596 INFO:teuthology.orchestra.run.smithi082.stdout:Modify: 2023-10-13 23:50:42.113929902 +0000 2023-10-13T23:56:59.597 INFO:teuthology.orchestra.run.smithi082.stdout:Change: 2023-10-13 23:50:42.113929902 +0000 2023-10-13T23:56:59.597 INFO:teuthology.orchestra.run.smithi082.stdout: Birth: - 2023-10-13T23:56:59.597 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-10-13T23:56:59.666 INFO:teuthology.orchestra.run.smithi082.stderr:1+0 records in 2023-10-13T23:56:59.666 INFO:teuthology.orchestra.run.smithi082.stderr:1+0 records out 2023-10-13T23:56:59.666 INFO:teuthology.orchestra.run.smithi082.stderr:512 bytes copied, 0.000245107 s, 2.1 MB/s 2023-10-13T23:56:59.667 DEBUG:teuthology.orchestra.run.smithi082:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-10-13T23:56:59.727 DEBUG:teuthology.orchestra.run.smithi082:> stat /dev/vg_nvme/lv_2 2023-10-13T23:56:59.785 INFO:teuthology.orchestra.run.smithi082.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-10-13T23:56:59.785 INFO:teuthology.orchestra.run.smithi082.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-13T23:56:59.786 INFO:teuthology.orchestra.run.smithi082.stdout:Device: 6h/6d Inode: 393574 Links: 1 2023-10-13T23:56:59.786 INFO:teuthology.orchestra.run.smithi082.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-13T23:56:59.786 INFO:teuthology.orchestra.run.smithi082.stdout:Context: system_u:object_r:device_t:s0 2023-10-13T23:56:59.786 INFO:teuthology.orchestra.run.smithi082.stdout:Access: 2023-10-13 23:56:59.474619044 +0000 2023-10-13T23:56:59.787 INFO:teuthology.orchestra.run.smithi082.stdout:Modify: 2023-10-13 23:50:42.635920174 +0000 2023-10-13T23:56:59.787 INFO:teuthology.orchestra.run.smithi082.stdout:Change: 2023-10-13 23:50:42.635920174 +0000 2023-10-13T23:56:59.787 INFO:teuthology.orchestra.run.smithi082.stdout: Birth: - 2023-10-13T23:56:59.787 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-10-13T23:56:59.849 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 13 23:56:59 smithi082 systemd[1]: Starting Ceph mgr.x for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-13T23:56:59.852 INFO:teuthology.orchestra.run.smithi082.stderr:1+0 records in 2023-10-13T23:56:59.852 INFO:teuthology.orchestra.run.smithi082.stderr:1+0 records out 2023-10-13T23:56:59.852 INFO:teuthology.orchestra.run.smithi082.stderr:512 bytes copied, 0.000217201 s, 2.4 MB/s 2023-10-13T23:56:59.853 DEBUG:teuthology.orchestra.run.smithi082:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-10-13T23:56:59.914 DEBUG:teuthology.orchestra.run.smithi082:> stat /dev/vg_nvme/lv_3 2023-10-13T23:56:59.974 INFO:teuthology.orchestra.run.smithi082.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-10-13T23:56:59.974 INFO:teuthology.orchestra.run.smithi082.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-13T23:56:59.975 INFO:teuthology.orchestra.run.smithi082.stdout:Device: 6h/6d Inode: 399484 Links: 1 2023-10-13T23:56:59.975 INFO:teuthology.orchestra.run.smithi082.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-13T23:56:59.975 INFO:teuthology.orchestra.run.smithi082.stdout:Context: system_u:object_r:device_t:s0 2023-10-13T23:56:59.975 INFO:teuthology.orchestra.run.smithi082.stdout:Access: 2023-10-13 23:56:59.474619044 +0000 2023-10-13T23:56:59.975 INFO:teuthology.orchestra.run.smithi082.stdout:Modify: 2023-10-13 23:50:43.145910669 +0000 2023-10-13T23:56:59.976 INFO:teuthology.orchestra.run.smithi082.stdout:Change: 2023-10-13 23:50:43.145910669 +0000 2023-10-13T23:56:59.976 INFO:teuthology.orchestra.run.smithi082.stdout: Birth: - 2023-10-13T23:56:59.976 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-10-13T23:57:00.043 INFO:teuthology.orchestra.run.smithi082.stderr:1+0 records in 2023-10-13T23:57:00.045 INFO:teuthology.orchestra.run.smithi082.stderr:1+0 records out 2023-10-13T23:57:00.045 INFO:teuthology.orchestra.run.smithi082.stderr:512 bytes copied, 0.000221676 s, 2.3 MB/s 2023-10-13T23:57:00.047 DEBUG:teuthology.orchestra.run.smithi082:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-10-13T23:57:00.108 DEBUG:teuthology.orchestra.run.smithi082:> stat /dev/vg_nvme/lv_4 2023-10-13T23:57:00.125 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 13 23:56:59 smithi082 bash[118114]: d3e3b6b73b5b34e896d0ec2c164e9d0e0c96fb7644e429b3f46dc982781ba6db 2023-10-13T23:57:00.125 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 13 23:56:59 smithi082 ceph-mgr[118228]: -- 172.21.15.82:0/5172171 <== mon.1 v2:172.21.15.82:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55aef96709c0 con 0x55aef9647000 2023-10-13T23:57:00.125 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 13 23:56:59 smithi082 systemd[1]: Started Ceph mgr.x for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-13T23:57:00.125 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 13 23:57:00 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: 2023-10-13T23:57:00.010+0000 7f6b516011c0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-10-13T23:57:00.148 INFO:teuthology.orchestra.run.smithi082.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-10-13T23:57:00.148 INFO:teuthology.orchestra.run.smithi082.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-13T23:57:00.149 INFO:teuthology.orchestra.run.smithi082.stdout:Device: 6h/6d Inode: 399649 Links: 1 2023-10-13T23:57:00.149 INFO:teuthology.orchestra.run.smithi082.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-13T23:57:00.149 INFO:teuthology.orchestra.run.smithi082.stdout:Context: system_u:object_r:device_t:s0 2023-10-13T23:57:00.149 INFO:teuthology.orchestra.run.smithi082.stdout:Access: 2023-10-13 23:56:59.474619044 +0000 2023-10-13T23:57:00.150 INFO:teuthology.orchestra.run.smithi082.stdout:Modify: 2023-10-13 23:50:43.660901071 +0000 2023-10-13T23:57:00.150 INFO:teuthology.orchestra.run.smithi082.stdout:Change: 2023-10-13 23:50:43.660901071 +0000 2023-10-13T23:57:00.150 INFO:teuthology.orchestra.run.smithi082.stdout: Birth: - 2023-10-13T23:57:00.150 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-10-13T23:57:00.216 INFO:teuthology.orchestra.run.smithi082.stderr:1+0 records in 2023-10-13T23:57:00.216 INFO:teuthology.orchestra.run.smithi082.stderr:1+0 records out 2023-10-13T23:57:00.216 INFO:teuthology.orchestra.run.smithi082.stderr:512 bytes copied, 0.000223366 s, 2.3 MB/s 2023-10-13T23:57:00.217 DEBUG:teuthology.orchestra.run.smithi082:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-10-13T23:57:00.277 INFO:tasks.cephadm:Deploying osd.0 on smithi055 with /dev/vg_nvme/lv_4... 2023-10-13T23:57:00.278 DEBUG:teuthology.orchestra.run.smithi055:> 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 db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-10-13T23:57:00.520 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 13 23:57:00 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: 2023-10-13T23:57:00.188+0000 7f6b516011c0 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-10-13T23:57:00.571 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T23:57:00.874 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 13 23:57:00 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: 2023-10-13T23:57:00.519+0000 7f6b516011c0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-10-13T23:57:01.249 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:00 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:01.250 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:00 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:01.250 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:00 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:01.250 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:00 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:01.250 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:00 smithi082 ceph-mon[116307]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:57:01.251 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:00 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:57:01.251 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 13 23:57:01 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: 2023-10-13T23:57:01.076+0000 7f6b516011c0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-10-13T23:57:01.251 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 13 23:57:01 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: 2023-10-13T23:57:01.248+0000 7f6b516011c0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-10-13T23:57:01.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:00 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:00 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:00 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:00 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:00 smithi055 ceph-mon[110989]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:57:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:00 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:57:01.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:00 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:01.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:00 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:01.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:00 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:01.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:00 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:01.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:00 smithi055 ceph-mon[124249]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:57:01.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:00 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:57:01.935 INFO:teuthology.orchestra.run.smithi055.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-10-13T23:57:01.935 INFO:teuthology.orchestra.run.smithi055.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-10-13T23:57:01.935 INFO:teuthology.orchestra.run.smithi055.stderr: stderr: 10+0 records in 2023-10-13T23:57:01.936 INFO:teuthology.orchestra.run.smithi055.stderr:10+0 records out 2023-10-13T23:57:01.936 INFO:teuthology.orchestra.run.smithi055.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00805119 s, 1.3 GB/s 2023-10-13T23:57:01.936 INFO:teuthology.orchestra.run.smithi055.stderr: stderr: 2023-10-13T23:57:01.936 INFO:teuthology.orchestra.run.smithi055.stderr:--> Zapping successful for: 2023-10-13T23:57:02.065 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 13 23:57:01 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: 2023-10-13T23:57:01.638+0000 7f6b516011c0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-10-13T23:57:02.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:02 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:02.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:02 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:02.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:02 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:57:02.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:02 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:57:02.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:02 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:02.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:02 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:02.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:02 smithi055 ceph-mon[110989]: Reconfiguring mgr.y (unknown last config time)... 2023-10-13T23:57:02.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:02 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-13T23:57:02.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:02 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-13T23:57:02.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:02 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:57:02.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:02 smithi055 ceph-mon[110989]: Reconfiguring daemon mgr.y on smithi055 2023-10-13T23:57:02.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:02 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:02.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:02 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:02.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:02 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:57:02.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:02 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:57:02.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:02 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:02.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:02 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:02.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:02 smithi055 ceph-mon[124249]: Reconfiguring mgr.y (unknown last config time)... 2023-10-13T23:57:02.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:02 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-13T23:57:02.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:02 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-13T23:57:02.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:02 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:57:02.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:02 smithi055 ceph-mon[124249]: Reconfiguring daemon mgr.y on smithi055 2023-10-13T23:57:02.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:02 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:02.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:02 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:02.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:02 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:57:02.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:02 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:57:02.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:02 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:02.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:02 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:02.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:02 smithi082 ceph-mon[116307]: Reconfiguring mgr.y (unknown last config time)... 2023-10-13T23:57:02.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:02 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-13T23:57:02.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:02 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-13T23:57:02.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:02 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:57:02.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:02 smithi082 ceph-mon[116307]: Reconfiguring daemon mgr.y on smithi055 2023-10-13T23:57:02.426 DEBUG:teuthology.orchestra.run.smithi055:> 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 db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph orch daemon add osd smithi055:vg_nvme/lv_4 2023-10-13T23:57:02.720 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T23:57:02.875 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 13 23:57:02 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: 2023-10-13T23:57:02.420+0000 7f6b516011c0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-10-13T23:57:02.875 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 13 23:57:02 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: 2023-10-13T23:57:02.504+0000 7f6b516011c0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-10-13T23:57:03.260 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:03 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:03.260 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:03 smithi055 ceph-mon[110989]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:57:03.260 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:03 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:03.260 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:03 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:57:03.261 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:03 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:57:03.261 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:03 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:57:03.261 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:03 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:03.261 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:03 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:03.262 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:03 smithi055 ceph-mon[124249]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:57:03.262 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:03 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:03.262 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:03 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:57:03.262 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:03 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:57:03.262 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:03 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:57:03.263 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:03 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:03.359 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 13 23:57:03 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: 2023-10-13T23:57:03.096+0000 7f6b516011c0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-10-13T23:57:03.359 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 13 23:57:03 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: 2023-10-13T23:57:03.182+0000 7f6b516011c0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-10-13T23:57:03.359 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 13 23:57:03 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: 2023-10-13T23:57:03.268+0000 7f6b516011c0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-10-13T23:57:03.360 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:03 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:03.360 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:03 smithi082 ceph-mon[116307]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:57:03.360 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:03 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:03.360 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:03 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:57:03.360 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:03 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:57:03.361 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:03 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:57:03.361 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:03 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:03.625 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 13 23:57:03 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: 2023-10-13T23:57:03.358+0000 7f6b516011c0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-10-13T23:57:03.625 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 13 23:57:03 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: 2023-10-13T23:57:03.587+0000 7f6b516011c0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-10-13T23:57:03.978 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 13 23:57:03 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: 2023-10-13T23:57:03.677+0000 7f6b516011c0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-10-13T23:57:03.979 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 13 23:57:03 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: 2023-10-13T23:57:03.885+0000 7f6b516011c0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-10-13T23:57:03.979 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 13 23:57:03 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: 2023-10-13T23:57:03.978+0000 7f6b516011c0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-10-13T23:57:04.243 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 13 23:57:04 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: 2023-10-13T23:57:04.158+0000 7f6b516011c0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-10-13T23:57:04.243 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:04 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T23:57:04.243 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:04 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-13T23:57:04.244 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:04 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:57:04.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:04 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T23:57:04.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:04 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-13T23:57:04.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:04 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:57:04.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:04 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T23:57:04.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:04 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-13T23:57:04.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:04 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:57:04.625 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 13 23:57:04 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: 2023-10-13T23:57:04.242+0000 7f6b516011c0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-10-13T23:57:05.286 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 13 23:57:04 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: 2023-10-13T23:57:04.995+0000 7f6b516011c0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-10-13T23:57:05.287 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 13 23:57:05 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: 2023-10-13T23:57:05.181+0000 7f6b516011c0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-10-13T23:57:05.625 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 13 23:57:05 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: 2023-10-13T23:57:05.352+0000 7f6b516011c0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-10-13T23:57:05.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:05 smithi082 ceph-mon[116307]: from='client.24116 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi055:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:57:05.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:05 smithi082 ceph-mon[116307]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:57:05.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:05 smithi055 ceph-mon[110989]: from='client.24116 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi055:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:57:05.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:05 smithi055 ceph-mon[110989]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:57:05.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:05 smithi055 ceph-mon[124249]: from='client.24116 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi055:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:57:05.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:05 smithi055 ceph-mon[124249]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:57:06.288 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 13 23:57:05 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: 2023-10-13T23:57:05.960+0000 7f6b516011c0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-10-13T23:57:06.288 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 13 23:57:06 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: 2023-10-13T23:57:06.135+0000 7f6b516011c0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-10-13T23:57:06.625 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 13 23:57:06 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: 2023-10-13T23:57:06.312+0000 7f6b516011c0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-10-13T23:57:06.625 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 13 23:57:06 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: 2023-10-13T23:57:06.426+0000 7f6b516011c0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-10-13T23:57:06.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:06 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/3241640076' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d28170b1-0144-410a-a466-99da11b43cad"}]: dispatch 2023-10-13T23:57:06.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:06 smithi082 ceph-mon[116307]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d28170b1-0144-410a-a466-99da11b43cad"}]: dispatch 2023-10-13T23:57:06.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:06 smithi082 ceph-mon[116307]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d28170b1-0144-410a-a466-99da11b43cad"}]': finished 2023-10-13T23:57:06.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:06 smithi082 ceph-mon[116307]: osdmap e5: 1 total, 0 up, 1 in 2023-10-13T23:57:06.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:06 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-13T23:57:06.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:06 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/3241640076' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d28170b1-0144-410a-a466-99da11b43cad"}]: dispatch 2023-10-13T23:57:06.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:06 smithi055 ceph-mon[110989]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d28170b1-0144-410a-a466-99da11b43cad"}]: dispatch 2023-10-13T23:57:06.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:06 smithi055 ceph-mon[110989]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d28170b1-0144-410a-a466-99da11b43cad"}]': finished 2023-10-13T23:57:06.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:06 smithi055 ceph-mon[110989]: osdmap e5: 1 total, 0 up, 1 in 2023-10-13T23:57:06.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:06 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-13T23:57:06.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:06 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/3241640076' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d28170b1-0144-410a-a466-99da11b43cad"}]: dispatch 2023-10-13T23:57:06.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:06 smithi055 ceph-mon[124249]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d28170b1-0144-410a-a466-99da11b43cad"}]: dispatch 2023-10-13T23:57:06.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:06 smithi055 ceph-mon[124249]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d28170b1-0144-410a-a466-99da11b43cad"}]': finished 2023-10-13T23:57:06.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:06 smithi055 ceph-mon[124249]: osdmap e5: 1 total, 0 up, 1 in 2023-10-13T23:57:06.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:06 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-13T23:57:07.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:07 smithi082 ceph-mon[116307]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:57:07.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:07 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/2964622198' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-13T23:57:07.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:07 smithi082 ceph-mon[116307]: Standby manager daemon x started 2023-10-13T23:57:07.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:07 smithi082 ceph-mon[116307]: from='mgr.? 172.21.15.82:0/2532522066' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-10-13T23:57:07.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:07 smithi082 ceph-mon[116307]: from='mgr.? 172.21.15.82:0/2532522066' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-13T23:57:07.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:07 smithi082 ceph-mon[116307]: from='mgr.? 172.21.15.82:0/2532522066' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-10-13T23:57:07.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:07 smithi082 ceph-mon[116307]: from='mgr.? 172.21.15.82:0/2532522066' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-13T23:57:07.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:07 smithi055 ceph-mon[110989]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:57:07.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:07 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/2964622198' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-13T23:57:07.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:07 smithi055 ceph-mon[110989]: Standby manager daemon x started 2023-10-13T23:57:07.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:07 smithi055 ceph-mon[110989]: from='mgr.? 172.21.15.82:0/2532522066' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-10-13T23:57:07.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:07 smithi055 ceph-mon[110989]: from='mgr.? 172.21.15.82:0/2532522066' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-13T23:57:07.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:07 smithi055 ceph-mon[110989]: from='mgr.? 172.21.15.82:0/2532522066' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-10-13T23:57:07.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:07 smithi055 ceph-mon[110989]: from='mgr.? 172.21.15.82:0/2532522066' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-13T23:57:07.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:07 smithi055 ceph-mon[124249]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:57:07.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:07 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/2964622198' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-13T23:57:07.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:07 smithi055 ceph-mon[124249]: Standby manager daemon x started 2023-10-13T23:57:07.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:07 smithi055 ceph-mon[124249]: from='mgr.? 172.21.15.82:0/2532522066' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-10-13T23:57:07.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:07 smithi055 ceph-mon[124249]: from='mgr.? 172.21.15.82:0/2532522066' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-13T23:57:07.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:07 smithi055 ceph-mon[124249]: from='mgr.? 172.21.15.82:0/2532522066' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-10-13T23:57:07.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:07 smithi055 ceph-mon[124249]: from='mgr.? 172.21.15.82:0/2532522066' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-13T23:57:08.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:08 smithi082 ceph-mon[116307]: mgrmap e14: y(active, since 51s), standbys: x 2023-10-13T23:57:08.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:08 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-10-13T23:57:08.696 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:08 smithi055 ceph-mon[110989]: mgrmap e14: y(active, since 51s), standbys: x 2023-10-13T23:57:08.697 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:08 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-10-13T23:57:08.697 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:08 smithi055 ceph-mon[124249]: mgrmap e14: y(active, since 51s), standbys: x 2023-10-13T23:57:08.697 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:08 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-10-13T23:57:09.570 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:09 smithi055 ceph-mon[110989]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:57:09.571 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:09 smithi055 ceph-mon[124249]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:57:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:09 smithi082 ceph-mon[116307]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:57:11.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:11 smithi082 ceph-mon[116307]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:57:11.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:11 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-10-13T23:57:11.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:11 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:57:11.734 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:11 smithi055 ceph-mon[110989]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:57:11.734 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:11 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-10-13T23:57:11.734 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:11 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:57:11.735 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:11 smithi055 ceph-mon[124249]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:57:11.735 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:11 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-10-13T23:57:11.735 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:11 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:57:12.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:12 smithi082 ceph-mon[116307]: Deploying daemon osd.0 on smithi055 2023-10-13T23:57:12.659 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:12 smithi055 ceph-mon[110989]: Deploying daemon osd.0 on smithi055 2023-10-13T23:57:12.659 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:12 smithi055 ceph-mon[124249]: Deploying daemon osd.0 on smithi055 2023-10-13T23:57:13.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:13 smithi082 ceph-mon[116307]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:57:13.740 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:13 smithi055 ceph-mon[110989]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:57:13.741 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:13 smithi055 ceph-mon[124249]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:57:15.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:15 smithi055 ceph-mon[124249]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:57:15.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:15 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:15.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:15 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:15.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:15 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:57:15.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:15 smithi055 ceph-mon[110989]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:57:15.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:15 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:15.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:15 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:15.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:15 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:57:15.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:15 smithi082 ceph-mon[116307]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:57:15.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:15 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:15.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:15 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:15.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:15 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:57:16.739 INFO:teuthology.orchestra.run.smithi055.stdout:Created osd(s) 0 on host 'smithi055' 2023-10-13T23:57:17.142 DEBUG:teuthology.orchestra.run.smithi055:osd.0> sudo journalctl -f -n 0 -u ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@osd.0.service 2023-10-13T23:57:17.144 INFO:tasks.cephadm:Deploying osd.1 on smithi055 with /dev/vg_nvme/lv_3... 2023-10-13T23:57:17.144 DEBUG:teuthology.orchestra.run.smithi055:> 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 db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-10-13T23:57:17.176 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:17 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:17.176 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:17 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:17.176 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:17 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:57:17.177 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:17 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:57:17.177 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:17 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:17.177 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:17 smithi055 ceph-mon[124249]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:57:17.177 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:17 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:17.177 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:17 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:17.177 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:17 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:57:17.178 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:17 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:17.178 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:17 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:17.178 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:17 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:57:17.179 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:17 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:57:17.179 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:17 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:17.179 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:17 smithi055 ceph-mon[110989]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:57:17.179 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:17 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:17.179 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:17 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:17.180 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:17 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:57:17.184 INFO:journalctl@ceph.osd.0.smithi055.stdout:-- Logs begin at Fri 2023-10-13 23:43:28 UTC. -- 2023-10-13T23:57:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:17 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:17 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:17.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:17 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:57:17.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:17 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:57:17.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:17 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:17.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:17 smithi082 ceph-mon[116307]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:57:17.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:17 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:17.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:17 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:17.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:17 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:57:17.746 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T23:57:17.930 INFO:journalctl@ceph.osd.0.smithi055.stdout:Oct 13 23:57:17 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-0[128503]: 2023-10-13T23:57:17.673+0000 7fe9b7f90540 -1 osd.0 0 log_to_monitors true 2023-10-13T23:57:18.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:18 smithi055 ceph-mon[110989]: from='osd.0 [v2:172.21.15.55:6802/4207389270,v1:172.21.15.55:6803/4207389270]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-13T23:57:18.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:18 smithi055 ceph-mon[110989]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-13T23:57:18.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:18 smithi055 ceph-mon[124249]: from='osd.0 [v2:172.21.15.55:6802/4207389270,v1:172.21.15.55:6803/4207389270]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-13T23:57:18.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:18 smithi055 ceph-mon[124249]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-13T23:57:18.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:18 smithi082 ceph-mon[116307]: from='osd.0 [v2:172.21.15.55:6802/4207389270,v1:172.21.15.55:6803/4207389270]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-13T23:57:18.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:18 smithi082 ceph-mon[116307]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-13T23:57:19.142 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:19 smithi055 ceph-mon[124249]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:57:19.142 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:19 smithi055 ceph-mon[124249]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-10-13T23:57:19.142 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:19 smithi055 ceph-mon[124249]: osdmap e6: 1 total, 0 up, 1 in 2023-10-13T23:57:19.142 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:19 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-13T23:57:19.143 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:19 smithi055 ceph-mon[124249]: from='osd.0 [v2:172.21.15.55:6802/4207389270,v1:172.21.15.55:6803/4207389270]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2023-10-13T23:57:19.143 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:19 smithi055 ceph-mon[124249]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2023-10-13T23:57:19.143 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:19 smithi055 ceph-mon[110989]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:57:19.143 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:19 smithi055 ceph-mon[110989]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-10-13T23:57:19.144 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:19 smithi055 ceph-mon[110989]: osdmap e6: 1 total, 0 up, 1 in 2023-10-13T23:57:19.144 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:19 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-13T23:57:19.144 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:19 smithi055 ceph-mon[110989]: from='osd.0 [v2:172.21.15.55:6802/4207389270,v1:172.21.15.55:6803/4207389270]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2023-10-13T23:57:19.144 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:19 smithi055 ceph-mon[110989]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2023-10-13T23:57:19.195 INFO:teuthology.orchestra.run.smithi055.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-10-13T23:57:19.196 INFO:teuthology.orchestra.run.smithi055.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-10-13T23:57:19.196 INFO:teuthology.orchestra.run.smithi055.stderr: stderr: 10+0 records in 2023-10-13T23:57:19.196 INFO:teuthology.orchestra.run.smithi055.stderr:10+0 records out 2023-10-13T23:57:19.196 INFO:teuthology.orchestra.run.smithi055.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0142087 s, 738 MB/s 2023-10-13T23:57:19.196 INFO:teuthology.orchestra.run.smithi055.stderr:--> Zapping successful for: 2023-10-13T23:57:19.484 INFO:journalctl@ceph.osd.0.smithi055.stdout:Oct 13 23:57:19 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-0[128503]: 2023-10-13T23:57:19.138+0000 7fe9aff78700 -1 osd.0 0 waiting for initial osdmap 2023-10-13T23:57:19.484 INFO:journalctl@ceph.osd.0.smithi055.stdout:Oct 13 23:57:19 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-0[128503]: 2023-10-13T23:57:19.142+0000 7fe9ab574700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-10-13T23:57:19.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:19 smithi082 ceph-mon[116307]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:57:19.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:19 smithi082 ceph-mon[116307]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-10-13T23:57:19.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:19 smithi082 ceph-mon[116307]: osdmap e6: 1 total, 0 up, 1 in 2023-10-13T23:57:19.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:19 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-13T23:57:19.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:19 smithi082 ceph-mon[116307]: from='osd.0 [v2:172.21.15.55:6802/4207389270,v1:172.21.15.55:6803/4207389270]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2023-10-13T23:57:19.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:19 smithi082 ceph-mon[116307]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2023-10-13T23:57:19.875 DEBUG:teuthology.orchestra.run.smithi055:> 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 db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph orch daemon add osd smithi055:vg_nvme/lv_3 2023-10-13T23:57:20.145 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:20 smithi055 ceph-mon[110989]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]': finished 2023-10-13T23:57:20.146 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:20 smithi055 ceph-mon[110989]: osdmap e7: 1 total, 0 up, 1 in 2023-10-13T23:57:20.146 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:20 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-13T23:57:20.146 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:20 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-13T23:57:20.146 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:20 smithi055 ceph-mon[110989]: Detected new or changed devices on smithi055 2023-10-13T23:57:20.147 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:20 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:20.147 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:20 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:20.147 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:20 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:57:20.147 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:20 smithi055 ceph-mon[110989]: Adjusting osd_memory_target on smithi055 to 16094M 2023-10-13T23:57:20.147 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:20 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:20.148 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:20 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:57:20.148 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:20 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:57:20.148 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:20 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:20.218 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T23:57:20.415 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:20 smithi055 ceph-mon[124249]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]': finished 2023-10-13T23:57:20.416 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:20 smithi055 ceph-mon[124249]: osdmap e7: 1 total, 0 up, 1 in 2023-10-13T23:57:20.416 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:20 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-13T23:57:20.416 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:20 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-13T23:57:20.416 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:20 smithi055 ceph-mon[124249]: Detected new or changed devices on smithi055 2023-10-13T23:57:20.416 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:20 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:20.417 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:20 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:20.417 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:20 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:57:20.417 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:20 smithi055 ceph-mon[124249]: Adjusting osd_memory_target on smithi055 to 16094M 2023-10-13T23:57:20.417 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:20 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:20.417 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:20 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:57:20.418 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:20 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:57:20.418 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:20 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:20.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:20 smithi082 ceph-mon[116307]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]': finished 2023-10-13T23:57:20.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:20 smithi082 ceph-mon[116307]: osdmap e7: 1 total, 0 up, 1 in 2023-10-13T23:57:20.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:20 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-13T23:57:20.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:20 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-13T23:57:20.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:20 smithi082 ceph-mon[116307]: Detected new or changed devices on smithi055 2023-10-13T23:57:20.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:20 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:20.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:20 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:20.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:20 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:57:20.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:20 smithi082 ceph-mon[116307]: Adjusting osd_memory_target on smithi055 to 16094M 2023-10-13T23:57:20.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:20 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:20.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:20 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:57:20.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:20 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:57:20.628 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:20 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:21.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:21 smithi055 ceph-mon[110989]: purged_snaps scrub starts 2023-10-13T23:57:21.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:21 smithi055 ceph-mon[110989]: purged_snaps scrub ok 2023-10-13T23:57:21.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:21 smithi055 ceph-mon[110989]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:57:21.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:21 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-13T23:57:21.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:21 smithi055 ceph-mon[110989]: osd.0 [v2:172.21.15.55:6802/4207389270,v1:172.21.15.55:6803/4207389270] boot 2023-10-13T23:57:21.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:21 smithi055 ceph-mon[110989]: osdmap e8: 1 total, 1 up, 1 in 2023-10-13T23:57:21.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:21 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-13T23:57:21.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:21 smithi055 ceph-mon[124249]: purged_snaps scrub starts 2023-10-13T23:57:21.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:21 smithi055 ceph-mon[124249]: purged_snaps scrub ok 2023-10-13T23:57:21.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:21 smithi055 ceph-mon[124249]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:57:21.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:21 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-13T23:57:21.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:21 smithi055 ceph-mon[124249]: osd.0 [v2:172.21.15.55:6802/4207389270,v1:172.21.15.55:6803/4207389270] boot 2023-10-13T23:57:21.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:21 smithi055 ceph-mon[124249]: osdmap e8: 1 total, 1 up, 1 in 2023-10-13T23:57:21.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:21 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-13T23:57:21.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:21 smithi082 ceph-mon[116307]: purged_snaps scrub starts 2023-10-13T23:57:21.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:21 smithi082 ceph-mon[116307]: purged_snaps scrub ok 2023-10-13T23:57:21.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:21 smithi082 ceph-mon[116307]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T23:57:21.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:21 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-13T23:57:21.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:21 smithi082 ceph-mon[116307]: osd.0 [v2:172.21.15.55:6802/4207389270,v1:172.21.15.55:6803/4207389270] boot 2023-10-13T23:57:21.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:21 smithi082 ceph-mon[116307]: osdmap e8: 1 total, 1 up, 1 in 2023-10-13T23:57:21.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:21 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-13T23:57:22.476 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:22 smithi055 ceph-mon[110989]: from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi055:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:57:22.477 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:22 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T23:57:22.477 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:22 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-13T23:57:22.477 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:22 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:57:22.477 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:22 smithi055 ceph-mon[110989]: osdmap e9: 1 total, 1 up, 1 in 2023-10-13T23:57:22.478 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:22 smithi055 ceph-mon[124249]: from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi055:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:57:22.478 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:22 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T23:57:22.478 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:22 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-13T23:57:22.478 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:22 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:57:22.479 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:22 smithi055 ceph-mon[124249]: osdmap e9: 1 total, 1 up, 1 in 2023-10-13T23:57:22.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:22 smithi082 ceph-mon[116307]: from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi055:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:57:22.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:22 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T23:57:22.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:22 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-13T23:57:22.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:22 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:57:22.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:22 smithi082 ceph-mon[116307]: osdmap e9: 1 total, 1 up, 1 in 2023-10-13T23:57:23.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:23 smithi082 ceph-mon[116307]: pgmap v32: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-10-13T23:57:23.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:23 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/2012876178' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "42e1cf0f-2803-4d75-9383-a2dc5932e973"}]: dispatch 2023-10-13T23:57:23.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:23 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/2012876178' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "42e1cf0f-2803-4d75-9383-a2dc5932e973"}]': finished 2023-10-13T23:57:23.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:23 smithi082 ceph-mon[116307]: osdmap e10: 2 total, 1 up, 2 in 2023-10-13T23:57:23.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:23 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-13T23:57:24.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:23 smithi055 ceph-mon[110989]: pgmap v32: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-10-13T23:57:24.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:23 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/2012876178' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "42e1cf0f-2803-4d75-9383-a2dc5932e973"}]: dispatch 2023-10-13T23:57:24.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:23 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/2012876178' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "42e1cf0f-2803-4d75-9383-a2dc5932e973"}]': finished 2023-10-13T23:57:24.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:23 smithi055 ceph-mon[110989]: osdmap e10: 2 total, 1 up, 2 in 2023-10-13T23:57:24.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:23 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-13T23:57:24.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:23 smithi055 ceph-mon[124249]: pgmap v32: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-10-13T23:57:24.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:23 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/2012876178' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "42e1cf0f-2803-4d75-9383-a2dc5932e973"}]: dispatch 2023-10-13T23:57:24.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:23 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/2012876178' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "42e1cf0f-2803-4d75-9383-a2dc5932e973"}]': finished 2023-10-13T23:57:24.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:23 smithi055 ceph-mon[124249]: osdmap e10: 2 total, 1 up, 2 in 2023-10-13T23:57:24.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:23 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-13T23:57:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:24 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/2891670266' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-13T23:57:25.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:24 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/2891670266' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-13T23:57:25.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:24 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/2891670266' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-13T23:57:26.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:25 smithi055 ceph-mon[110989]: pgmap v34: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-10-13T23:57:26.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:25 smithi055 ceph-mon[124249]: pgmap v34: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-10-13T23:57:26.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:25 smithi082 ceph-mon[116307]: pgmap v34: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-10-13T23:57:28.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:27 smithi055 ceph-mon[110989]: pgmap v35: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-10-13T23:57:28.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:27 smithi055 ceph-mon[124249]: pgmap v35: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-10-13T23:57:28.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:27 smithi082 ceph-mon[116307]: pgmap v35: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-10-13T23:57:29.923 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:29 smithi055 ceph-mon[110989]: pgmap v36: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-10-13T23:57:29.923 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:29 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-10-13T23:57:29.924 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:29 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:57:29.924 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:29 smithi055 ceph-mon[124249]: pgmap v36: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-10-13T23:57:29.924 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:29 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-10-13T23:57:29.924 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:29 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:57:30.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:29 smithi082 ceph-mon[116307]: pgmap v36: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-10-13T23:57:30.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:29 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-10-13T23:57:30.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:29 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:57:30.831 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:30 smithi055 ceph-mon[124249]: Deploying daemon osd.1 on smithi055 2023-10-13T23:57:30.832 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:30 smithi055 ceph-mon[110989]: Deploying daemon osd.1 on smithi055 2023-10-13T23:57:31.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:30 smithi082 ceph-mon[116307]: Deploying daemon osd.1 on smithi055 2023-10-13T23:57:31.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:31 smithi055 ceph-mon[110989]: pgmap v37: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-10-13T23:57:31.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:31 smithi055 ceph-mon[124249]: pgmap v37: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-10-13T23:57:32.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:31 smithi082 ceph-mon[116307]: pgmap v37: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-10-13T23:57:33.904 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:33 smithi055 ceph-mon[124249]: pgmap v38: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-10-13T23:57:33.904 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:33 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:33.905 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:33 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:33.905 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:33 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:57:33.905 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:33 smithi055 ceph-mon[110989]: pgmap v38: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-10-13T23:57:33.905 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:33 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:33.906 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:33 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:33.906 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:33 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:57:34.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:33 smithi082 ceph-mon[116307]: pgmap v38: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-10-13T23:57:34.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:33 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:34.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:33 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:34.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:33 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:57:34.719 INFO:teuthology.orchestra.run.smithi055.stdout:Created osd(s) 1 on host 'smithi055' 2023-10-13T23:57:35.111 DEBUG:teuthology.orchestra.run.smithi055:osd.1> sudo journalctl -f -n 0 -u ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@osd.1.service 2023-10-13T23:57:35.114 INFO:tasks.cephadm:Deploying osd.2 on smithi055 with /dev/vg_nvme/lv_2... 2023-10-13T23:57:35.115 DEBUG:teuthology.orchestra.run.smithi055:> 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 db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-10-13T23:57:35.150 INFO:journalctl@ceph.osd.1.smithi055.stdout:-- Logs begin at Fri 2023-10-13 23:43:28 UTC. -- 2023-10-13T23:57:35.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:35 smithi055 ceph-mon[110989]: pgmap v39: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-10-13T23:57:35.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:35 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:35.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:35 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:35.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:35 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:35.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:35 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:35.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:35 smithi055 ceph-mon[124249]: pgmap v39: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-10-13T23:57:35.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:35 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:35.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:35 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:35.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:35 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:35.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:35 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:35.830 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T23:57:35.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:35 smithi082 ceph-mon[116307]: pgmap v39: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-10-13T23:57:35.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:35 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:35.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:35 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:35.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:35 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:35.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:35 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:36.120 INFO:journalctl@ceph.osd.1.smithi055.stdout:Oct 13 23:57:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-1[135889]: 2023-10-13T23:57:35.886+0000 7f1b29371540 -1 osd.1 0 log_to_monitors true 2023-10-13T23:57:36.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:36 smithi055 ceph-mon[110989]: from='osd.1 [v2:172.21.15.55:6810/1792343124,v1:172.21.15.55:6811/1792343124]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-10-13T23:57:36.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:36 smithi055 ceph-mon[110989]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-10-13T23:57:36.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:36 smithi055 ceph-mon[124249]: from='osd.1 [v2:172.21.15.55:6810/1792343124,v1:172.21.15.55:6811/1792343124]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-10-13T23:57:36.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:36 smithi055 ceph-mon[124249]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-10-13T23:57:36.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:36 smithi082 ceph-mon[116307]: from='osd.1 [v2:172.21.15.55:6810/1792343124,v1:172.21.15.55:6811/1792343124]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-10-13T23:57:36.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:36 smithi082 ceph-mon[116307]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-10-13T23:57:37.377 INFO:teuthology.orchestra.run.smithi055.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-10-13T23:57:37.378 INFO:teuthology.orchestra.run.smithi055.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-10-13T23:57:37.378 INFO:teuthology.orchestra.run.smithi055.stderr: stderr: 10+0 records in 2023-10-13T23:57:37.378 INFO:teuthology.orchestra.run.smithi055.stderr:10+0 records out 2023-10-13T23:57:37.378 INFO:teuthology.orchestra.run.smithi055.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0149804 s, 700 MB/s 2023-10-13T23:57:37.379 INFO:teuthology.orchestra.run.smithi055.stderr:--> Zapping successful for: 2023-10-13T23:57:37.698 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:37 smithi055 ceph-mon[124249]: pgmap v40: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-10-13T23:57:37.698 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:37 smithi055 ceph-mon[124249]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-10-13T23:57:37.699 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:37 smithi055 ceph-mon[124249]: osdmap e11: 2 total, 1 up, 2 in 2023-10-13T23:57:37.699 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:37 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-13T23:57:37.699 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:37 smithi055 ceph-mon[124249]: from='osd.1 [v2:172.21.15.55:6810/1792343124,v1:172.21.15.55:6811/1792343124]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2023-10-13T23:57:37.699 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:37 smithi055 ceph-mon[124249]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2023-10-13T23:57:37.699 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:37 smithi055 ceph-mon[110989]: pgmap v40: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-10-13T23:57:37.700 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:37 smithi055 ceph-mon[110989]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-10-13T23:57:37.700 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:37 smithi055 ceph-mon[110989]: osdmap e11: 2 total, 1 up, 2 in 2023-10-13T23:57:37.700 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:37 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-13T23:57:37.700 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:37 smithi055 ceph-mon[110989]: from='osd.1 [v2:172.21.15.55:6810/1792343124,v1:172.21.15.55:6811/1792343124]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2023-10-13T23:57:37.701 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:37 smithi055 ceph-mon[110989]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2023-10-13T23:57:37.701 INFO:journalctl@ceph.osd.1.smithi055.stdout:Oct 13 23:57:37 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-1[135889]: 2023-10-13T23:57:37.413+0000 7f1b1fb56700 -1 osd.1 0 waiting for initial osdmap 2023-10-13T23:57:37.701 INFO:journalctl@ceph.osd.1.smithi055.stdout:Oct 13 23:57:37 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-1[135889]: 2023-10-13T23:57:37.417+0000 7f1b1b953700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-10-13T23:57:37.728 DEBUG:teuthology.orchestra.run.smithi055:> 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 db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph orch daemon add osd smithi055:vg_nvme/lv_2 2023-10-13T23:57:37.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:37 smithi082 ceph-mon[116307]: pgmap v40: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-10-13T23:57:37.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:37 smithi082 ceph-mon[116307]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-10-13T23:57:37.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:37 smithi082 ceph-mon[116307]: osdmap e11: 2 total, 1 up, 2 in 2023-10-13T23:57:37.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:37 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-13T23:57:37.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:37 smithi082 ceph-mon[116307]: from='osd.1 [v2:172.21.15.55:6810/1792343124,v1:172.21.15.55:6811/1792343124]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2023-10-13T23:57:37.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:37 smithi082 ceph-mon[116307]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2023-10-13T23:57:38.138 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T23:57:38.673 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:38 smithi055 ceph-mon[124249]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]': finished 2023-10-13T23:57:38.673 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:38 smithi055 ceph-mon[124249]: osdmap e12: 2 total, 1 up, 2 in 2023-10-13T23:57:38.673 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:38 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-13T23:57:38.673 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:38 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-13T23:57:38.674 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:38 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:38.674 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:38 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:38.674 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:38 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:57:38.674 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:38 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:57:38.674 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:38 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:38.675 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:38 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:57:38.675 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:38 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:57:38.675 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:38 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:38.675 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:38 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:57:38.675 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:38 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:57:38.676 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:38 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:57:38.676 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:38 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:38.676 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:38 smithi055 ceph-mon[110989]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]': finished 2023-10-13T23:57:38.676 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:38 smithi055 ceph-mon[110989]: osdmap e12: 2 total, 1 up, 2 in 2023-10-13T23:57:38.677 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:38 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-13T23:57:38.677 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:38 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-13T23:57:38.677 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:38 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:38.677 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:38 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:38.678 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:38 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:57:38.678 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:38 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:57:38.678 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:38 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:38.678 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:38 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:57:38.679 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:38 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:57:38.679 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:38 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:38.679 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:38 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:57:38.679 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:38 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:57:38.679 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:38 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:57:38.680 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:38 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:38.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:38 smithi082 ceph-mon[116307]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]': finished 2023-10-13T23:57:38.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:38 smithi082 ceph-mon[116307]: osdmap e12: 2 total, 1 up, 2 in 2023-10-13T23:57:38.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:38 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-13T23:57:38.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:38 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-13T23:57:38.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:38 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:38.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:38 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:38.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:38 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:57:38.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:38 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:57:38.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:38 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:38.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:38 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:57:38.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:38 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:57:38.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:38 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:38.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:38 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:57:38.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:38 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:57:38.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:38 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:57:38.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:38 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:39.757 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:39 smithi055 ceph-mon[110989]: purged_snaps scrub starts 2023-10-13T23:57:39.757 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:39 smithi055 ceph-mon[110989]: purged_snaps scrub ok 2023-10-13T23:57:39.758 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:39 smithi055 ceph-mon[110989]: pgmap v43: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-10-13T23:57:39.758 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:39 smithi055 ceph-mon[110989]: Detected new or changed devices on smithi055 2023-10-13T23:57:39.758 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:39 smithi055 ceph-mon[110989]: Adjusting osd_memory_target on smithi055 to 8047M 2023-10-13T23:57:39.758 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:39 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-13T23:57:39.758 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:39 smithi055 ceph-mon[110989]: osd.1 [v2:172.21.15.55:6810/1792343124,v1:172.21.15.55:6811/1792343124] boot 2023-10-13T23:57:39.759 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:39 smithi055 ceph-mon[110989]: osdmap e13: 2 total, 2 up, 2 in 2023-10-13T23:57:39.759 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:39 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-13T23:57:39.759 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:39 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T23:57:39.759 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:39 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-13T23:57:39.760 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:39 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:57:39.760 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:39 smithi055 ceph-mon[124249]: purged_snaps scrub starts 2023-10-13T23:57:39.760 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:39 smithi055 ceph-mon[124249]: purged_snaps scrub ok 2023-10-13T23:57:39.760 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:39 smithi055 ceph-mon[124249]: pgmap v43: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-10-13T23:57:39.761 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:39 smithi055 ceph-mon[124249]: Detected new or changed devices on smithi055 2023-10-13T23:57:39.761 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:39 smithi055 ceph-mon[124249]: Adjusting osd_memory_target on smithi055 to 8047M 2023-10-13T23:57:39.761 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:39 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-13T23:57:39.761 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:39 smithi055 ceph-mon[124249]: osd.1 [v2:172.21.15.55:6810/1792343124,v1:172.21.15.55:6811/1792343124] boot 2023-10-13T23:57:39.761 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:39 smithi055 ceph-mon[124249]: osdmap e13: 2 total, 2 up, 2 in 2023-10-13T23:57:39.761 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:39 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-13T23:57:39.762 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:39 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T23:57:39.762 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:39 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-13T23:57:39.762 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:39 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:57:39.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:39 smithi082 ceph-mon[116307]: purged_snaps scrub starts 2023-10-13T23:57:39.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:39 smithi082 ceph-mon[116307]: purged_snaps scrub ok 2023-10-13T23:57:39.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:39 smithi082 ceph-mon[116307]: pgmap v43: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-10-13T23:57:39.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:39 smithi082 ceph-mon[116307]: Detected new or changed devices on smithi055 2023-10-13T23:57:39.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:39 smithi082 ceph-mon[116307]: Adjusting osd_memory_target on smithi055 to 8047M 2023-10-13T23:57:39.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:39 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-13T23:57:39.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:39 smithi082 ceph-mon[116307]: osd.1 [v2:172.21.15.55:6810/1792343124,v1:172.21.15.55:6811/1792343124] boot 2023-10-13T23:57:39.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:39 smithi082 ceph-mon[116307]: osdmap e13: 2 total, 2 up, 2 in 2023-10-13T23:57:39.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:39 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-13T23:57:39.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:39 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T23:57:39.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:39 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-13T23:57:39.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:39 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:57:40.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:40 smithi055 ceph-mon[110989]: from='client.14274 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi055:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:57:40.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:40 smithi055 ceph-mon[110989]: osdmap e14: 2 total, 2 up, 2 in 2023-10-13T23:57:40.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:40 smithi055 ceph-mon[124249]: from='client.14274 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi055:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:57:40.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:40 smithi055 ceph-mon[124249]: osdmap e14: 2 total, 2 up, 2 in 2023-10-13T23:57:40.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:40 smithi082 ceph-mon[116307]: from='client.14274 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi055:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:57:40.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:40 smithi082 ceph-mon[116307]: osdmap e14: 2 total, 2 up, 2 in 2023-10-13T23:57:41.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:41 smithi055 ceph-mon[110989]: pgmap v46: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-10-13T23:57:41.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:41 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/2838902431' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e6270b89-2967-4635-a4cb-4b0b4f08e40c"}]: dispatch 2023-10-13T23:57:41.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:41 smithi055 ceph-mon[110989]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e6270b89-2967-4635-a4cb-4b0b4f08e40c"}]: dispatch 2023-10-13T23:57:41.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:41 smithi055 ceph-mon[110989]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e6270b89-2967-4635-a4cb-4b0b4f08e40c"}]': finished 2023-10-13T23:57:41.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:41 smithi055 ceph-mon[110989]: osdmap e15: 3 total, 2 up, 3 in 2023-10-13T23:57:41.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:41 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-13T23:57:41.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:41 smithi055 ceph-mon[124249]: pgmap v46: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-10-13T23:57:41.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:41 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/2838902431' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e6270b89-2967-4635-a4cb-4b0b4f08e40c"}]: dispatch 2023-10-13T23:57:41.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:41 smithi055 ceph-mon[124249]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e6270b89-2967-4635-a4cb-4b0b4f08e40c"}]: dispatch 2023-10-13T23:57:41.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:41 smithi055 ceph-mon[124249]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e6270b89-2967-4635-a4cb-4b0b4f08e40c"}]': finished 2023-10-13T23:57:41.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:41 smithi055 ceph-mon[124249]: osdmap e15: 3 total, 2 up, 3 in 2023-10-13T23:57:41.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:41 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-13T23:57:41.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:41 smithi082 ceph-mon[116307]: pgmap v46: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-10-13T23:57:41.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:41 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/2838902431' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e6270b89-2967-4635-a4cb-4b0b4f08e40c"}]: dispatch 2023-10-13T23:57:41.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:41 smithi082 ceph-mon[116307]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e6270b89-2967-4635-a4cb-4b0b4f08e40c"}]: dispatch 2023-10-13T23:57:41.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:41 smithi082 ceph-mon[116307]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e6270b89-2967-4635-a4cb-4b0b4f08e40c"}]': finished 2023-10-13T23:57:41.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:41 smithi082 ceph-mon[116307]: osdmap e15: 3 total, 2 up, 3 in 2023-10-13T23:57:41.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:41 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-13T23:57:42.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:42 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/1063921178' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-13T23:57:42.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:42 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/1063921178' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-13T23:57:42.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:42 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/1063921178' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-13T23:57:43.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:43 smithi055 ceph-mon[110989]: pgmap v48: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-10-13T23:57:43.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:43 smithi055 ceph-mon[124249]: pgmap v48: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-10-13T23:57:43.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:43 smithi082 ceph-mon[116307]: pgmap v48: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-10-13T23:57:45.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:45 smithi055 ceph-mon[110989]: pgmap v49: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-10-13T23:57:45.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:45 smithi055 ceph-mon[124249]: pgmap v49: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-10-13T23:57:45.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:45 smithi082 ceph-mon[116307]: pgmap v49: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-10-13T23:57:46.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:46 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-10-13T23:57:46.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:46 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:57:46.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:46 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-10-13T23:57:46.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:46 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:57:46.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:46 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-10-13T23:57:46.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:46 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:57:47.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:47 smithi055 ceph-mon[110989]: pgmap v50: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-10-13T23:57:47.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:47 smithi055 ceph-mon[110989]: Deploying daemon osd.2 on smithi055 2023-10-13T23:57:47.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:47 smithi055 ceph-mon[124249]: pgmap v50: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-10-13T23:57:47.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:47 smithi055 ceph-mon[124249]: Deploying daemon osd.2 on smithi055 2023-10-13T23:57:47.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:47 smithi082 ceph-mon[116307]: pgmap v50: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-10-13T23:57:47.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:47 smithi082 ceph-mon[116307]: Deploying daemon osd.2 on smithi055 2023-10-13T23:57:49.814 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:49 smithi055 ceph-mon[110989]: pgmap v51: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-10-13T23:57:49.814 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:49 smithi055 ceph-mon[124249]: pgmap v51: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-10-13T23:57:49.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:49 smithi082 ceph-mon[116307]: pgmap v51: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-10-13T23:57:51.227 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:50 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:51.227 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:50 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:51.228 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:50 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:57:51.228 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:50 smithi055 ceph-mon[124249]: pgmap v52: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-10-13T23:57:51.228 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:50 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:51.228 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:50 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:51.228 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:50 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:57:51.229 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:50 smithi055 ceph-mon[110989]: pgmap v52: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-10-13T23:57:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:50 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:50 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:50 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:57:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:50 smithi082 ceph-mon[116307]: pgmap v52: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-10-13T23:57:52.128 INFO:teuthology.orchestra.run.smithi055.stdout:Created osd(s) 2 on host 'smithi055' 2023-10-13T23:57:52.509 DEBUG:teuthology.orchestra.run.smithi055:osd.2> sudo journalctl -f -n 0 -u ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@osd.2.service 2023-10-13T23:57:52.512 INFO:tasks.cephadm:Deploying osd.3 on smithi055 with /dev/vg_nvme/lv_1... 2023-10-13T23:57:52.512 DEBUG:teuthology.orchestra.run.smithi055:> 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 db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-10-13T23:57:52.550 INFO:journalctl@ceph.osd.2.smithi055.stdout:-- Logs begin at Fri 2023-10-13 23:43:28 UTC. -- 2023-10-13T23:57:52.692 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:52 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:52.693 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:52 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:52.693 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:52 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:57:52.693 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:52 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:57:52.693 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:52 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:52.694 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:52 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:52.694 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:52 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:52.694 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:52 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:57:52.694 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:52 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:52.695 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:52 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:52.695 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:52 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:57:52.695 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:52 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:57:52.695 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:52 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:52.695 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:52 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:52.696 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:52 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:52.696 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:52 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:57:52.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:52 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:52.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:52 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:52.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:52 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:57:52.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:52 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:57:52.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:52 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:52.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:52 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:52.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:52 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:52.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:52 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:57:53.218 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T23:57:53.461 INFO:journalctl@ceph.osd.2.smithi055.stdout:Oct 13 23:57:53 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-2[143456]: 2023-10-13T23:57:53.150+0000 7fc743c0f540 -1 osd.2 0 log_to_monitors true 2023-10-13T23:57:53.716 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:53 smithi055 ceph-mon[110989]: pgmap v53: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-10-13T23:57:53.716 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:53 smithi055 ceph-mon[110989]: from='osd.2 [v2:172.21.15.55:6818/3092175114,v1:172.21.15.55:6819/3092175114]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-13T23:57:53.716 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:53 smithi055 ceph-mon[110989]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-13T23:57:53.717 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:53 smithi055 ceph-mon[124249]: pgmap v53: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-10-13T23:57:53.717 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:53 smithi055 ceph-mon[124249]: from='osd.2 [v2:172.21.15.55:6818/3092175114,v1:172.21.15.55:6819/3092175114]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-13T23:57:53.717 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:53 smithi055 ceph-mon[124249]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-13T23:57:53.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:53 smithi082 ceph-mon[116307]: pgmap v53: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-10-13T23:57:53.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:53 smithi082 ceph-mon[116307]: from='osd.2 [v2:172.21.15.55:6818/3092175114,v1:172.21.15.55:6819/3092175114]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-13T23:57:53.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:53 smithi082 ceph-mon[116307]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-13T23:57:54.681 INFO:teuthology.orchestra.run.smithi055.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-10-13T23:57:54.681 INFO:teuthology.orchestra.run.smithi055.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-10-13T23:57:54.682 INFO:teuthology.orchestra.run.smithi055.stderr: stderr: 10+0 records in 2023-10-13T23:57:54.682 INFO:teuthology.orchestra.run.smithi055.stderr:10+0 records out 2023-10-13T23:57:54.682 INFO:teuthology.orchestra.run.smithi055.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00977467 s, 1.1 GB/s 2023-10-13T23:57:54.683 INFO:teuthology.orchestra.run.smithi055.stderr:--> Zapping successful for: 2023-10-13T23:57:55.143 DEBUG:teuthology.orchestra.run.smithi055:> 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 db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph orch daemon add osd smithi055:vg_nvme/lv_1 2023-10-13T23:57:55.266 INFO:journalctl@ceph.osd.2.smithi055.stdout:Oct 13 23:57:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-2[143456]: 2023-10-13T23:57:55.113+0000 7fc73a3f4700 -1 osd.2 0 waiting for initial osdmap 2023-10-13T23:57:55.267 INFO:journalctl@ceph.osd.2.smithi055.stdout:Oct 13 23:57:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-2[143456]: 2023-10-13T23:57:55.118+0000 7fc7349ee700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-10-13T23:57:55.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:55 smithi055 ceph-mon[110989]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-10-13T23:57:55.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:55 smithi055 ceph-mon[110989]: osdmap e16: 3 total, 2 up, 3 in 2023-10-13T23:57:55.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:55 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-13T23:57:55.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:55 smithi055 ceph-mon[110989]: from='osd.2 [v2:172.21.15.55:6818/3092175114,v1:172.21.15.55:6819/3092175114]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2023-10-13T23:57:55.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:55 smithi055 ceph-mon[110989]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2023-10-13T23:57:55.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:55 smithi055 ceph-mon[110989]: pgmap v55: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-10-13T23:57:55.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:55 smithi055 ceph-mon[124249]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-10-13T23:57:55.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:55 smithi055 ceph-mon[124249]: osdmap e16: 3 total, 2 up, 3 in 2023-10-13T23:57:55.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:55 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-13T23:57:55.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:55 smithi055 ceph-mon[124249]: from='osd.2 [v2:172.21.15.55:6818/3092175114,v1:172.21.15.55:6819/3092175114]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2023-10-13T23:57:55.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:55 smithi055 ceph-mon[124249]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2023-10-13T23:57:55.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:55 smithi055 ceph-mon[124249]: pgmap v55: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-10-13T23:57:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:55 smithi082 ceph-mon[116307]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-10-13T23:57:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:55 smithi082 ceph-mon[116307]: osdmap e16: 3 total, 2 up, 3 in 2023-10-13T23:57:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:55 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-13T23:57:55.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:55 smithi082 ceph-mon[116307]: from='osd.2 [v2:172.21.15.55:6818/3092175114,v1:172.21.15.55:6819/3092175114]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2023-10-13T23:57:55.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:55 smithi082 ceph-mon[116307]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2023-10-13T23:57:55.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:55 smithi082 ceph-mon[116307]: pgmap v55: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-10-13T23:57:55.453 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T23:57:56.225 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:56 smithi055 ceph-mon[110989]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]': finished 2023-10-13T23:57:56.226 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:56 smithi055 ceph-mon[110989]: osdmap e17: 3 total, 2 up, 3 in 2023-10-13T23:57:56.226 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:56 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-13T23:57:56.226 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:56 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-13T23:57:56.226 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:56 smithi055 ceph-mon[110989]: Detected new or changed devices on smithi055 2023-10-13T23:57:56.226 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:56 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:56.227 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:56 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:56.227 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:56 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:57:56.227 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:56 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:57:56.227 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:56 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:57:56.227 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:56 smithi055 ceph-mon[110989]: Adjusting osd_memory_target on smithi055 to 5364M 2023-10-13T23:57:56.228 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:56 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:56.228 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:56 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:57:56.228 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:56 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:57:56.229 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:56 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:56.229 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:56 smithi055 ceph-mon[124249]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]': finished 2023-10-13T23:57:56.229 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:56 smithi055 ceph-mon[124249]: osdmap e17: 3 total, 2 up, 3 in 2023-10-13T23:57:56.230 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:56 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-13T23:57:56.230 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:56 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-13T23:57:56.230 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:56 smithi055 ceph-mon[124249]: Detected new or changed devices on smithi055 2023-10-13T23:57:56.231 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:56 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:56.231 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:56 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:56.232 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:56 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:57:56.232 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:56 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:57:56.232 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:56 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:57:56.232 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:56 smithi055 ceph-mon[124249]: Adjusting osd_memory_target on smithi055 to 5364M 2023-10-13T23:57:56.232 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:56 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:56.233 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:56 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:57:56.233 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:56 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:57:56.233 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:56 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:56.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:56 smithi082 ceph-mon[116307]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]': finished 2023-10-13T23:57:56.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:56 smithi082 ceph-mon[116307]: osdmap e17: 3 total, 2 up, 3 in 2023-10-13T23:57:56.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:56 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-13T23:57:56.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:56 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-13T23:57:56.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:56 smithi082 ceph-mon[116307]: Detected new or changed devices on smithi055 2023-10-13T23:57:56.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:56 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:56.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:56 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:56.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:56 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:57:56.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:56 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:57:56.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:56 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:57:56.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:56 smithi082 ceph-mon[116307]: Adjusting osd_memory_target on smithi055 to 5364M 2023-10-13T23:57:56.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:56 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:56.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:56 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:57:56.378 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:56 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:57:56.378 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:56 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:57:57.382 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:57 smithi055 ceph-mon[124249]: purged_snaps scrub starts 2023-10-13T23:57:57.382 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:57 smithi055 ceph-mon[124249]: purged_snaps scrub ok 2023-10-13T23:57:57.383 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:57 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-13T23:57:57.383 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:57 smithi055 ceph-mon[124249]: osd.2 [v2:172.21.15.55:6818/3092175114,v1:172.21.15.55:6819/3092175114] boot 2023-10-13T23:57:57.383 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:57 smithi055 ceph-mon[124249]: osdmap e18: 3 total, 3 up, 3 in 2023-10-13T23:57:57.383 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:57 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-13T23:57:57.383 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:57 smithi055 ceph-mon[124249]: pgmap v58: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-10-13T23:57:57.384 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:57 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' 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-10-13T23:57:57.384 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:57 smithi055 ceph-mon[124249]: from='client.24197 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi055:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:57:57.384 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:57 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T23:57:57.384 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:57 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-13T23:57:57.384 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:57 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:57:57.385 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:57 smithi055 ceph-mon[110989]: purged_snaps scrub starts 2023-10-13T23:57:57.385 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:57 smithi055 ceph-mon[110989]: purged_snaps scrub ok 2023-10-13T23:57:57.385 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:57 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-13T23:57:57.385 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:57 smithi055 ceph-mon[110989]: osd.2 [v2:172.21.15.55:6818/3092175114,v1:172.21.15.55:6819/3092175114] boot 2023-10-13T23:57:57.386 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:57 smithi055 ceph-mon[110989]: osdmap e18: 3 total, 3 up, 3 in 2023-10-13T23:57:57.386 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:57 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-13T23:57:57.386 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:57 smithi055 ceph-mon[110989]: pgmap v58: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-10-13T23:57:57.386 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:57 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' 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-10-13T23:57:57.386 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:57 smithi055 ceph-mon[110989]: from='client.24197 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi055:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:57:57.387 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:57 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T23:57:57.387 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:57 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-13T23:57:57.387 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:57 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:57:57.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:57 smithi082 ceph-mon[116307]: purged_snaps scrub starts 2023-10-13T23:57:57.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:57 smithi082 ceph-mon[116307]: purged_snaps scrub ok 2023-10-13T23:57:57.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:57 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-13T23:57:57.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:57 smithi082 ceph-mon[116307]: osd.2 [v2:172.21.15.55:6818/3092175114,v1:172.21.15.55:6819/3092175114] boot 2023-10-13T23:57:57.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:57 smithi082 ceph-mon[116307]: osdmap e18: 3 total, 3 up, 3 in 2023-10-13T23:57:57.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:57 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-13T23:57:57.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:57 smithi082 ceph-mon[116307]: pgmap v58: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-10-13T23:57:57.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:57 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' 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-10-13T23:57:57.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:57 smithi082 ceph-mon[116307]: from='client.24197 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi055:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:57:57.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:57 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T23:57:57.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:57 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-13T23:57:57.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:57 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:57:58.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:58 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' 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-10-13T23:57:58.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:58 smithi055 ceph-mon[110989]: osdmap e19: 3 total, 3 up, 3 in 2023-10-13T23:57:58.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:58 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-10-13T23:57:58.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:58 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' 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-10-13T23:57:58.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:58 smithi055 ceph-mon[124249]: osdmap e19: 3 total, 3 up, 3 in 2023-10-13T23:57:58.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:58 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-10-13T23:57:58.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:58 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' 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-10-13T23:57:58.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:58 smithi082 ceph-mon[116307]: osdmap e19: 3 total, 3 up, 3 in 2023-10-13T23:57:58.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:58 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-10-13T23:57:59.516 INFO:journalctl@ceph.osd.0.smithi055.stdout:Oct 13 23:57:59 smithi055 sudo[148468]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-10-13T23:57:59.517 INFO:journalctl@ceph.osd.0.smithi055.stdout:Oct 13 23:57:59 smithi055 sudo[148468]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-13T23:57:59.517 INFO:journalctl@ceph.osd.0.smithi055.stdout:Oct 13 23:57:59 smithi055 sudo[148468]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-13T23:57:59.517 INFO:journalctl@ceph.osd.0.smithi055.stdout:Oct 13 23:57:59 smithi055 sudo[148468]: pam_unix(sudo:session): session closed for user root 2023-10-13T23:57:59.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:59 smithi055 ceph-mon[124249]: pgmap v60: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-10-13T23:57:59.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:59 smithi055 ceph-mon[124249]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-10-13T23:57:59.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:59 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-10-13T23:57:59.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:59 smithi055 ceph-mon[124249]: osdmap e20: 3 total, 3 up, 3 in 2023-10-13T23:57:59.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:59 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/3126521380' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2322d5af-ceaa-4906-9470-cc560f3c8649"}]: dispatch 2023-10-13T23:57:59.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:59 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/3126521380' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2322d5af-ceaa-4906-9470-cc560f3c8649"}]': finished 2023-10-13T23:57:59.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:59 smithi055 ceph-mon[124249]: osdmap e21: 4 total, 3 up, 4 in 2023-10-13T23:57:59.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:57:59 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-13T23:57:59.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:59 smithi055 ceph-mon[110989]: pgmap v60: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-10-13T23:57:59.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:59 smithi055 ceph-mon[110989]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-10-13T23:57:59.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:59 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-10-13T23:57:59.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:59 smithi055 ceph-mon[110989]: osdmap e20: 3 total, 3 up, 3 in 2023-10-13T23:57:59.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:59 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/3126521380' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2322d5af-ceaa-4906-9470-cc560f3c8649"}]: dispatch 2023-10-13T23:57:59.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:59 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/3126521380' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2322d5af-ceaa-4906-9470-cc560f3c8649"}]': finished 2023-10-13T23:57:59.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:59 smithi055 ceph-mon[110989]: osdmap e21: 4 total, 3 up, 4 in 2023-10-13T23:57:59.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:57:59 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-13T23:57:59.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:59 smithi082 ceph-mon[116307]: pgmap v60: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-10-13T23:57:59.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:59 smithi082 ceph-mon[116307]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-10-13T23:57:59.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:59 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-10-13T23:57:59.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:59 smithi082 ceph-mon[116307]: osdmap e20: 3 total, 3 up, 3 in 2023-10-13T23:57:59.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:59 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/3126521380' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2322d5af-ceaa-4906-9470-cc560f3c8649"}]: dispatch 2023-10-13T23:57:59.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:59 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/3126521380' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2322d5af-ceaa-4906-9470-cc560f3c8649"}]': finished 2023-10-13T23:57:59.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:59 smithi082 ceph-mon[116307]: osdmap e21: 4 total, 3 up, 4 in 2023-10-13T23:57:59.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:57:59 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-13T23:58:00.016 INFO:journalctl@ceph.osd.0.smithi055.stdout:Oct 13 23:57:59 smithi055 sudo[148520]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-10-13T23:58:00.016 INFO:journalctl@ceph.osd.0.smithi055.stdout:Oct 13 23:57:59 smithi055 sudo[148520]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-13T23:58:00.017 INFO:journalctl@ceph.osd.0.smithi055.stdout:Oct 13 23:57:59 smithi055 sudo[148520]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-13T23:58:00.017 INFO:journalctl@ceph.osd.0.smithi055.stdout:Oct 13 23:57:59 smithi055 sudo[148520]: pam_unix(sudo:session): session closed for user root 2023-10-13T23:58:00.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:00 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/1539581014' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-13T23:58:00.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:00 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:00.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:00 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/1539581014' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-13T23:58:00.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:00 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:00.518 INFO:journalctl@ceph.osd.1.smithi055.stdout:Oct 13 23:58:00 smithi055 sudo[148711]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-10-13T23:58:00.518 INFO:journalctl@ceph.osd.1.smithi055.stdout:Oct 13 23:58:00 smithi055 sudo[148711]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-13T23:58:00.518 INFO:journalctl@ceph.osd.1.smithi055.stdout:Oct 13 23:58:00 smithi055 sudo[148711]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-13T23:58:00.518 INFO:journalctl@ceph.osd.1.smithi055.stdout:Oct 13 23:58:00 smithi055 sudo[148711]: pam_unix(sudo:session): session closed for user root 2023-10-13T23:58:00.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:00 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/1539581014' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-13T23:58:00.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:00 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:01.016 INFO:journalctl@ceph.osd.1.smithi055.stdout:Oct 13 23:58:00 smithi055 sudo[148901]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-10-13T23:58:01.017 INFO:journalctl@ceph.osd.1.smithi055.stdout:Oct 13 23:58:00 smithi055 sudo[148901]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-13T23:58:01.017 INFO:journalctl@ceph.osd.1.smithi055.stdout:Oct 13 23:58:00 smithi055 sudo[148901]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-13T23:58:01.017 INFO:journalctl@ceph.osd.1.smithi055.stdout:Oct 13 23:58:00 smithi055 sudo[148901]: pam_unix(sudo:session): session closed for user root 2023-10-13T23:58:01.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:01 smithi055 ceph-mon[110989]: pgmap v63: 1 pgs: 1 active+clean; 449 KiB data, 872 MiB used, 267 GiB / 268 GiB avail 2023-10-13T23:58:01.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:01 smithi055 ceph-mon[110989]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-10-13T23:58:01.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:01 smithi055 ceph-mon[110989]: Cluster is now healthy 2023-10-13T23:58:01.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:01 smithi055 ceph-mon[124249]: pgmap v63: 1 pgs: 1 active+clean; 449 KiB data, 872 MiB used, 267 GiB / 268 GiB avail 2023-10-13T23:58:01.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:01 smithi055 ceph-mon[124249]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-10-13T23:58:01.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:01 smithi055 ceph-mon[124249]: Cluster is now healthy 2023-10-13T23:58:01.518 INFO:journalctl@ceph.osd.2.smithi055.stdout:Oct 13 23:58:01 smithi055 sudo[149284]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-10-13T23:58:01.518 INFO:journalctl@ceph.osd.2.smithi055.stdout:Oct 13 23:58:01 smithi055 sudo[149284]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-13T23:58:01.518 INFO:journalctl@ceph.osd.2.smithi055.stdout:Oct 13 23:58:01 smithi055 sudo[149284]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-13T23:58:01.519 INFO:journalctl@ceph.osd.2.smithi055.stdout:Oct 13 23:58:01 smithi055 sudo[149284]: pam_unix(sudo:session): session closed for user root 2023-10-13T23:58:01.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:01 smithi082 ceph-mon[116307]: pgmap v63: 1 pgs: 1 active+clean; 449 KiB data, 872 MiB used, 267 GiB / 268 GiB avail 2023-10-13T23:58:01.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:01 smithi082 ceph-mon[116307]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-10-13T23:58:01.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:01 smithi082 ceph-mon[116307]: Cluster is now healthy 2023-10-13T23:58:01.998 INFO:journalctl@ceph.osd.2.smithi055.stdout:Oct 13 23:58:01 smithi055 sudo[149292]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-10-13T23:58:01.998 INFO:journalctl@ceph.osd.2.smithi055.stdout:Oct 13 23:58:01 smithi055 sudo[149292]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-13T23:58:01.998 INFO:journalctl@ceph.osd.2.smithi055.stdout:Oct 13 23:58:01 smithi055 sudo[149292]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-13T23:58:01.998 INFO:journalctl@ceph.osd.2.smithi055.stdout:Oct 13 23:58:01 smithi055 sudo[149292]: pam_unix(sudo:session): session closed for user root 2023-10-13T23:58:02.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:02 smithi055 sudo[149429]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-10-13T23:58:02.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:02 smithi055 sudo[149429]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-13T23:58:02.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:02 smithi055 sudo[149429]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-13T23:58:02.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:02 smithi055 sudo[149429]: pam_unix(sudo:session): session closed for user root 2023-10-13T23:58:02.885 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:02 smithi082 ceph-mon[116307]: mgrmap e15: y(active, since 105s), standbys: x 2023-10-13T23:58:02.885 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:02 smithi082 sudo[119143]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-10-13T23:58:02.885 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:02 smithi082 sudo[119143]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-13T23:58:02.885 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:02 smithi082 sudo[119143]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-13T23:58:02.886 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:02 smithi082 sudo[119143]: pam_unix(sudo:session): session closed for user root 2023-10-13T23:58:02.967 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:02 smithi055 ceph-mon[124249]: mgrmap e15: y(active, since 105s), standbys: x 2023-10-13T23:58:02.968 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:02 smithi055 sudo[149563]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-10-13T23:58:02.968 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:02 smithi055 sudo[149563]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-13T23:58:02.968 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:02 smithi055 sudo[149563]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-13T23:58:02.968 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:02 smithi055 sudo[149563]: pam_unix(sudo:session): session closed for user root 2023-10-13T23:58:02.969 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:02 smithi055 ceph-mon[110989]: mgrmap e15: y(active, since 105s), standbys: x 2023-10-13T23:58:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:03 smithi082 sudo[119146]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-10-13T23:58:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:03 smithi082 sudo[119146]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-13T23:58:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:03 smithi082 sudo[119146]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-13T23:58:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:03 smithi082 sudo[119146]: pam_unix(sudo:session): session closed for user root 2023-10-13T23:58:03.968 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:03 smithi055 sudo[149618]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-10-13T23:58:03.968 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:03 smithi055 sudo[149618]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-13T23:58:03.968 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:03 smithi055 sudo[149618]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-13T23:58:03.968 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:03 smithi055 sudo[149618]: pam_unix(sudo:session): session closed for user root 2023-10-13T23:58:04.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:04 smithi055 ceph-mon[110989]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-13T23:58:04.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:04 smithi055 ceph-mon[110989]: pgmap v64: 1 pgs: 1 active+clean; 449 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2023-10-13T23:58:04.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:04 smithi055 ceph-mon[110989]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-13T23:58:04.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:04 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-13T23:58:04.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:04 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-13T23:58:04.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:04 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-13T23:58:04.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:04 smithi055 ceph-mon[110989]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-13T23:58:04.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:04 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-13T23:58:04.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:04 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-13T23:58:04.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:04 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-13T23:58:04.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:04 smithi055 ceph-mon[110989]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-13T23:58:04.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:04 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:04.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:04 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-13T23:58:04.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:04 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-13T23:58:04.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:04 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-13T23:58:04.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:04 smithi055 sudo[149645]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-10-13T23:58:04.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:04 smithi055 sudo[149645]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-13T23:58:04.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:04 smithi055 sudo[149645]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-13T23:58:04.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:04 smithi055 sudo[149645]: pam_unix(sudo:session): session closed for user root 2023-10-13T23:58:04.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:04 smithi055 ceph-mon[124249]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-13T23:58:04.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:04 smithi055 ceph-mon[124249]: pgmap v64: 1 pgs: 1 active+clean; 449 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2023-10-13T23:58:04.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:04 smithi055 ceph-mon[124249]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-13T23:58:04.272 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:04 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-13T23:58:04.272 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:04 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-13T23:58:04.272 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:04 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-13T23:58:04.272 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:04 smithi055 ceph-mon[124249]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-13T23:58:04.272 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:04 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-13T23:58:04.273 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:04 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-13T23:58:04.273 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:04 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-13T23:58:04.273 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:04 smithi055 ceph-mon[124249]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-13T23:58:04.273 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:04 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:04.273 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:04 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-13T23:58:04.274 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:04 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-13T23:58:04.274 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:04 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-13T23:58:04.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:04 smithi082 ceph-mon[116307]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-13T23:58:04.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:04 smithi082 ceph-mon[116307]: pgmap v64: 1 pgs: 1 active+clean; 449 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2023-10-13T23:58:04.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:04 smithi082 ceph-mon[116307]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-13T23:58:04.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:04 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-13T23:58:04.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:04 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-13T23:58:04.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:04 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-13T23:58:04.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:04 smithi082 ceph-mon[116307]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-13T23:58:04.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:04 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-13T23:58:04.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:04 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-13T23:58:04.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:04 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-13T23:58:04.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:04 smithi082 ceph-mon[116307]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-13T23:58:04.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:04 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:04.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:04 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-13T23:58:04.378 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:04 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-13T23:58:04.378 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:04 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-13T23:58:05.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:05 smithi055 ceph-mon[124249]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-13T23:58:05.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:05 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-10-13T23:58:05.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:05 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:58:05.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:05 smithi055 ceph-mon[124249]: Deploying daemon osd.3 on smithi055 2023-10-13T23:58:05.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:05 smithi055 ceph-mon[124249]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-13T23:58:05.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:05 smithi055 ceph-mon[124249]: pgmap v65: 1 pgs: 1 active+clean; 449 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2023-10-13T23:58:05.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:05 smithi055 ceph-mon[110989]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-13T23:58:05.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:05 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-10-13T23:58:05.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:05 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:58:05.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:05 smithi055 ceph-mon[110989]: Deploying daemon osd.3 on smithi055 2023-10-13T23:58:05.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:05 smithi055 ceph-mon[110989]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-13T23:58:05.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:05 smithi055 ceph-mon[110989]: pgmap v65: 1 pgs: 1 active+clean; 449 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2023-10-13T23:58:05.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:05 smithi082 ceph-mon[116307]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-13T23:58:05.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:05 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-10-13T23:58:05.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:05 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:58:05.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:05 smithi082 ceph-mon[116307]: Deploying daemon osd.3 on smithi055 2023-10-13T23:58:05.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:05 smithi082 ceph-mon[116307]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-13T23:58:05.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:05 smithi082 ceph-mon[116307]: pgmap v65: 1 pgs: 1 active+clean; 449 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2023-10-13T23:58:07.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:07 smithi055 ceph-mon[110989]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail; 4.5 KiB/s rd, 218 KiB/s wr, 14 op/s 2023-10-13T23:58:07.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:07 smithi055 ceph-mon[124249]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail; 4.5 KiB/s rd, 218 KiB/s wr, 14 op/s 2023-10-13T23:58:07.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:07 smithi082 ceph-mon[116307]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail; 4.5 KiB/s rd, 218 KiB/s wr, 14 op/s 2023-10-13T23:58:09.157 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:08 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:09.158 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:08 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:09.158 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:08 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:58:09.158 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:08 smithi055 ceph-mon[124249]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail; 3.4 KiB/s rd, 163 KiB/s wr, 11 op/s 2023-10-13T23:58:09.158 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:08 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:09.159 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:08 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:09.159 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:08 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:58:09.159 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:08 smithi055 ceph-mon[110989]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail; 3.4 KiB/s rd, 163 KiB/s wr, 11 op/s 2023-10-13T23:58:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:08 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:08 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:08 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:58:09.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:08 smithi082 ceph-mon[116307]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail; 3.4 KiB/s rd, 163 KiB/s wr, 11 op/s 2023-10-13T23:58:10.237 INFO:teuthology.orchestra.run.smithi055.stdout:Created osd(s) 3 on host 'smithi055' 2023-10-13T23:58:10.637 DEBUG:teuthology.orchestra.run.smithi055:osd.3> sudo journalctl -f -n 0 -u ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@osd.3.service 2023-10-13T23:58:10.640 INFO:tasks.cephadm:Deploying osd.4 on smithi082 with /dev/vg_nvme/lv_4... 2023-10-13T23:58:10.640 DEBUG:teuthology.orchestra.run.smithi082:> 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 db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-10-13T23:58:10.682 INFO:journalctl@ceph.osd.3.smithi055.stdout:-- Logs begin at Fri 2023-10-13 23:43:28 UTC. -- 2023-10-13T23:58:10.872 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:10 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:10.873 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:10 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:10.873 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:10 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:58:10.873 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:10 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:58:10.873 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:10 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:10.874 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:10 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:10.874 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:10 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:58:10.874 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:10 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:10.875 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:10 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:10.875 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:10 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:10.875 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:10 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:58:10.875 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:10 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:58:10.875 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:10 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:10.876 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:10 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:10.876 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:10 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:58:10.876 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:10 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:10.906 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.b/config 2023-10-13T23:58:11.007 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:10 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:11.007 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:10 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:11.007 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:10 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:58:11.007 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:10 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:58:11.007 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:10 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:11.008 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:10 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:11.008 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:10 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:58:11.008 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:10 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:11.164 INFO:journalctl@ceph.osd.3.smithi055.stdout:Oct 13 23:58:11 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-3[150229]: 2023-10-13T23:58:11.098+0000 7f483c9c1540 -1 osd.3 0 log_to_monitors true 2023-10-13T23:58:12.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:11 smithi055 ceph-mon[110989]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 873 MiB used, 267 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2023-10-13T23:58:12.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:11 smithi055 ceph-mon[110989]: from='osd.3 [v2:172.21.15.55:6826/2991376783,v1:172.21.15.55:6827/2991376783]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-10-13T23:58:12.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:11 smithi055 ceph-mon[110989]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-10-13T23:58:12.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:11 smithi055 ceph-mon[124249]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 873 MiB used, 267 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2023-10-13T23:58:12.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:11 smithi055 ceph-mon[124249]: from='osd.3 [v2:172.21.15.55:6826/2991376783,v1:172.21.15.55:6827/2991376783]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-10-13T23:58:12.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:11 smithi055 ceph-mon[124249]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-10-13T23:58:12.095 INFO:teuthology.orchestra.run.smithi082.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-10-13T23:58:12.095 INFO:teuthology.orchestra.run.smithi082.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-10-13T23:58:12.096 INFO:teuthology.orchestra.run.smithi082.stderr: stderr: 10+0 records in 2023-10-13T23:58:12.096 INFO:teuthology.orchestra.run.smithi082.stderr:10+0 records out 2023-10-13T23:58:12.096 INFO:teuthology.orchestra.run.smithi082.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0111859 s, 937 MB/s 2023-10-13T23:58:12.096 INFO:teuthology.orchestra.run.smithi082.stderr:--> Zapping successful for: 2023-10-13T23:58:12.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:11 smithi082 ceph-mon[116307]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 873 MiB used, 267 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2023-10-13T23:58:12.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:11 smithi082 ceph-mon[116307]: from='osd.3 [v2:172.21.15.55:6826/2991376783,v1:172.21.15.55:6827/2991376783]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-10-13T23:58:12.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:11 smithi082 ceph-mon[116307]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-10-13T23:58:12.486 DEBUG:teuthology.orchestra.run.smithi082:> 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 db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph orch daemon add osd smithi082:vg_nvme/lv_4 2023-10-13T23:58:12.745 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.b/config 2023-10-13T23:58:12.963 INFO:journalctl@ceph.osd.3.smithi055.stdout:Oct 13 23:58:12 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-3[150229]: 2023-10-13T23:58:12.729+0000 7f48331a6700 -1 osd.3 0 waiting for initial osdmap 2023-10-13T23:58:12.964 INFO:journalctl@ceph.osd.3.smithi055.stdout:Oct 13 23:58:12 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-3[150229]: 2023-10-13T23:58:12.737+0000 7f482d7a0700 -1 osd.3 23 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-10-13T23:58:12.964 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:12 smithi055 ceph-mon[124249]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-10-13T23:58:12.964 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:12 smithi055 ceph-mon[124249]: osdmap e22: 4 total, 3 up, 4 in 2023-10-13T23:58:12.964 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:12 smithi055 ceph-mon[124249]: from='osd.3 [v2:172.21.15.55:6826/2991376783,v1:172.21.15.55:6827/2991376783]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2023-10-13T23:58:12.965 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:12 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-13T23:58:12.965 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:12 smithi055 ceph-mon[124249]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2023-10-13T23:58:12.965 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:12 smithi055 ceph-mon[124249]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]': finished 2023-10-13T23:58:12.965 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:12 smithi055 ceph-mon[124249]: osdmap e23: 4 total, 3 up, 4 in 2023-10-13T23:58:12.965 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:12 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-13T23:58:12.966 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:12 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-13T23:58:12.966 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:12 smithi055 ceph-mon[110989]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-10-13T23:58:12.966 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:12 smithi055 ceph-mon[110989]: osdmap e22: 4 total, 3 up, 4 in 2023-10-13T23:58:12.966 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:12 smithi055 ceph-mon[110989]: from='osd.3 [v2:172.21.15.55:6826/2991376783,v1:172.21.15.55:6827/2991376783]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2023-10-13T23:58:12.967 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:12 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-13T23:58:12.967 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:12 smithi055 ceph-mon[110989]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2023-10-13T23:58:12.967 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:12 smithi055 ceph-mon[110989]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]': finished 2023-10-13T23:58:12.967 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:12 smithi055 ceph-mon[110989]: osdmap e23: 4 total, 3 up, 4 in 2023-10-13T23:58:12.967 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:12 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-13T23:58:12.968 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:12 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-13T23:58:13.115 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:12 smithi082 ceph-mon[116307]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-10-13T23:58:13.115 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:12 smithi082 ceph-mon[116307]: osdmap e22: 4 total, 3 up, 4 in 2023-10-13T23:58:13.115 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:12 smithi082 ceph-mon[116307]: from='osd.3 [v2:172.21.15.55:6826/2991376783,v1:172.21.15.55:6827/2991376783]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2023-10-13T23:58:13.115 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:12 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-13T23:58:13.116 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:12 smithi082 ceph-mon[116307]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2023-10-13T23:58:13.116 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:12 smithi082 ceph-mon[116307]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]': finished 2023-10-13T23:58:13.116 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:12 smithi082 ceph-mon[116307]: osdmap e23: 4 total, 3 up, 4 in 2023-10-13T23:58:13.116 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:12 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-13T23:58:13.116 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:12 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-13T23:58:14.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:13 smithi082 ceph-mon[116307]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 873 MiB used, 267 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2023-10-13T23:58:14.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:13 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:14.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:13 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:14.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:13 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:58:14.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:13 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:58:14.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:13 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:58:14.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:13 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:58:14.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:13 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:14.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:13 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:58:14.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:13 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:58:14.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:13 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:14.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:13 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-13T23:58:14.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:13 smithi055 ceph-mon[110989]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 873 MiB used, 267 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2023-10-13T23:58:14.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:13 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:14.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:13 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:14.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:13 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:58:14.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:13 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:58:14.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:13 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:58:14.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:13 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:58:14.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:13 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:14.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:13 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:58:14.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:13 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:58:14.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:13 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:14.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:13 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-13T23:58:14.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:13 smithi055 ceph-mon[124249]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 873 MiB used, 267 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2023-10-13T23:58:14.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:13 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:14.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:13 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:14.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:13 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:58:14.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:13 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:58:14.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:13 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:58:14.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:13 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:58:14.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:13 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:14.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:13 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:58:14.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:13 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:58:14.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:13 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:14.272 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:13 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-13T23:58:14.827 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:14 smithi082 ceph-mon[116307]: purged_snaps scrub starts 2023-10-13T23:58:14.827 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:14 smithi082 ceph-mon[116307]: purged_snaps scrub ok 2023-10-13T23:58:14.828 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:14 smithi082 ceph-mon[116307]: Detected new or changed devices on smithi055 2023-10-13T23:58:14.828 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:14 smithi082 ceph-mon[116307]: Adjusting osd_memory_target on smithi055 to 4023M 2023-10-13T23:58:14.828 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:14 smithi082 ceph-mon[116307]: osd.3 [v2:172.21.15.55:6826/2991376783,v1:172.21.15.55:6827/2991376783] boot 2023-10-13T23:58:14.828 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:14 smithi082 ceph-mon[116307]: osdmap e24: 4 total, 4 up, 4 in 2023-10-13T23:58:14.829 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:14 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-13T23:58:14.829 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:14 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T23:58:14.829 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:14 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-13T23:58:14.829 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:14 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:58:15.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:14 smithi055 ceph-mon[110989]: purged_snaps scrub starts 2023-10-13T23:58:15.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:14 smithi055 ceph-mon[110989]: purged_snaps scrub ok 2023-10-13T23:58:15.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:14 smithi055 ceph-mon[110989]: Detected new or changed devices on smithi055 2023-10-13T23:58:15.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:14 smithi055 ceph-mon[110989]: Adjusting osd_memory_target on smithi055 to 4023M 2023-10-13T23:58:15.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:14 smithi055 ceph-mon[110989]: osd.3 [v2:172.21.15.55:6826/2991376783,v1:172.21.15.55:6827/2991376783] boot 2023-10-13T23:58:15.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:14 smithi055 ceph-mon[110989]: osdmap e24: 4 total, 4 up, 4 in 2023-10-13T23:58:15.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:14 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-13T23:58:15.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:14 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T23:58:15.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:14 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-13T23:58:15.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:14 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:58:15.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:14 smithi055 ceph-mon[124249]: purged_snaps scrub starts 2023-10-13T23:58:15.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:14 smithi055 ceph-mon[124249]: purged_snaps scrub ok 2023-10-13T23:58:15.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:14 smithi055 ceph-mon[124249]: Detected new or changed devices on smithi055 2023-10-13T23:58:15.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:14 smithi055 ceph-mon[124249]: Adjusting osd_memory_target on smithi055 to 4023M 2023-10-13T23:58:15.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:14 smithi055 ceph-mon[124249]: osd.3 [v2:172.21.15.55:6826/2991376783,v1:172.21.15.55:6827/2991376783] boot 2023-10-13T23:58:15.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:14 smithi055 ceph-mon[124249]: osdmap e24: 4 total, 4 up, 4 in 2023-10-13T23:58:15.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:14 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-13T23:58:15.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:14 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T23:58:15.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:14 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-13T23:58:15.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:14 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:58:16.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:15 smithi082 ceph-mon[116307]: from='client.24223 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi082:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:58:16.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:15 smithi082 ceph-mon[116307]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 873 MiB used, 267 GiB / 268 GiB avail 2023-10-13T23:58:16.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:15 smithi082 ceph-mon[116307]: osdmap e25: 4 total, 4 up, 4 in 2023-10-13T23:58:16.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:15 smithi082 ceph-mon[116307]: from='client.? 172.21.15.82:0/1813643000' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "73a6a3d7-af46-4628-b8f7-cf8457eb50a6"}]: dispatch 2023-10-13T23:58:16.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:15 smithi082 ceph-mon[116307]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "73a6a3d7-af46-4628-b8f7-cf8457eb50a6"}]: dispatch 2023-10-13T23:58:16.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:15 smithi082 ceph-mon[116307]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "73a6a3d7-af46-4628-b8f7-cf8457eb50a6"}]': finished 2023-10-13T23:58:16.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:15 smithi082 ceph-mon[116307]: osdmap e26: 5 total, 4 up, 5 in 2023-10-13T23:58:16.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:15 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-13T23:58:16.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:15 smithi055 ceph-mon[110989]: from='client.24223 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi082:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:58:16.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:15 smithi055 ceph-mon[110989]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 873 MiB used, 267 GiB / 268 GiB avail 2023-10-13T23:58:16.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:15 smithi055 ceph-mon[110989]: osdmap e25: 4 total, 4 up, 4 in 2023-10-13T23:58:16.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:15 smithi055 ceph-mon[110989]: from='client.? 172.21.15.82:0/1813643000' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "73a6a3d7-af46-4628-b8f7-cf8457eb50a6"}]: dispatch 2023-10-13T23:58:16.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:15 smithi055 ceph-mon[110989]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "73a6a3d7-af46-4628-b8f7-cf8457eb50a6"}]: dispatch 2023-10-13T23:58:16.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:15 smithi055 ceph-mon[110989]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "73a6a3d7-af46-4628-b8f7-cf8457eb50a6"}]': finished 2023-10-13T23:58:16.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:15 smithi055 ceph-mon[110989]: osdmap e26: 5 total, 4 up, 5 in 2023-10-13T23:58:16.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:15 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-13T23:58:16.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:15 smithi055 ceph-mon[124249]: from='client.24223 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi082:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:58:16.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:15 smithi055 ceph-mon[124249]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 873 MiB used, 267 GiB / 268 GiB avail 2023-10-13T23:58:16.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:15 smithi055 ceph-mon[124249]: osdmap e25: 4 total, 4 up, 4 in 2023-10-13T23:58:16.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:15 smithi055 ceph-mon[124249]: from='client.? 172.21.15.82:0/1813643000' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "73a6a3d7-af46-4628-b8f7-cf8457eb50a6"}]: dispatch 2023-10-13T23:58:16.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:15 smithi055 ceph-mon[124249]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "73a6a3d7-af46-4628-b8f7-cf8457eb50a6"}]: dispatch 2023-10-13T23:58:16.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:15 smithi055 ceph-mon[124249]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "73a6a3d7-af46-4628-b8f7-cf8457eb50a6"}]': finished 2023-10-13T23:58:16.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:15 smithi055 ceph-mon[124249]: osdmap e26: 5 total, 4 up, 5 in 2023-10-13T23:58:16.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:15 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-13T23:58:17.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:16 smithi082 ceph-mon[116307]: from='client.? 172.21.15.82:0/3678281783' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-13T23:58:17.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:16 smithi055 ceph-mon[110989]: from='client.? 172.21.15.82:0/3678281783' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-13T23:58:17.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:16 smithi055 ceph-mon[124249]: from='client.? 172.21.15.82:0/3678281783' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-13T23:58:18.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:17 smithi082 ceph-mon[116307]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-10-13T23:58:18.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:17 smithi055 ceph-mon[110989]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-10-13T23:58:18.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:17 smithi055 ceph-mon[124249]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-10-13T23:58:19.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:18 smithi082 ceph-mon[116307]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-10-13T23:58:19.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:18 smithi055 ceph-mon[110989]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-10-13T23:58:19.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:18 smithi055 ceph-mon[124249]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-10-13T23:58:21.621 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:21 smithi082 ceph-mon[116307]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-10-13T23:58:21.622 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:21 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-10-13T23:58:21.623 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:21 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:58:21.623 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:21 smithi082 ceph-mon[116307]: Deploying daemon osd.4 on smithi082 2023-10-13T23:58:21.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:21 smithi055 ceph-mon[110989]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-10-13T23:58:21.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:21 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-10-13T23:58:21.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:21 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:58:21.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:21 smithi055 ceph-mon[110989]: Deploying daemon osd.4 on smithi082 2023-10-13T23:58:21.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:21 smithi055 ceph-mon[124249]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-10-13T23:58:21.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:21 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-10-13T23:58:21.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:21 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:58:21.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:21 smithi055 ceph-mon[124249]: Deploying daemon osd.4 on smithi082 2023-10-13T23:58:23.571 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:23 smithi082 ceph-mon[116307]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-10-13T23:58:23.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:23 smithi055 ceph-mon[110989]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-10-13T23:58:23.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:23 smithi055 ceph-mon[124249]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-10-13T23:58:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:24 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:58:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:24 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:24.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:24 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:24.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:24 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:58:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:24 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:24 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:24.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:24 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:58:24.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:24 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:24.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:24 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:25.581 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:25 smithi082 ceph-mon[116307]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-10-13T23:58:25.582 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:25 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:25.582 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:25 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:25.582 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:25 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:58:25.583 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:25 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:58:25.583 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:25 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:25.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:25 smithi055 ceph-mon[110989]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-10-13T23:58:25.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:25 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:25.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:25 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:25.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:25 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:58:25.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:25 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:58:25.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:25 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:25.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:25 smithi055 ceph-mon[124249]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-10-13T23:58:25.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:25 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:25.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:25 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:25.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:25 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:58:25.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:25 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:58:25.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:25 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:25.991 INFO:teuthology.orchestra.run.smithi082.stdout:Created osd(s) 4 on host 'smithi082' 2023-10-13T23:58:26.366 DEBUG:teuthology.orchestra.run.smithi082:osd.4> sudo journalctl -f -n 0 -u ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@osd.4.service 2023-10-13T23:58:26.369 INFO:tasks.cephadm:Deploying osd.5 on smithi082 with /dev/vg_nvme/lv_3... 2023-10-13T23:58:26.369 DEBUG:teuthology.orchestra.run.smithi082:> 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 db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-10-13T23:58:26.401 INFO:journalctl@ceph.osd.4.smithi082.stdout:-- Logs begin at Fri 2023-10-13 23:43:36 UTC. -- 2023-10-13T23:58:26.899 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.b/config 2023-10-13T23:58:27.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:26 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:27.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:26 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:27.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:26 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:58:27.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:26 smithi082 ceph-mon[116307]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-10-13T23:58:27.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:26 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:27.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:26 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:27.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:26 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:58:27.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:26 smithi055 ceph-mon[110989]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-10-13T23:58:27.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:26 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:27.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:26 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:27.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:26 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:58:27.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:26 smithi055 ceph-mon[124249]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-10-13T23:58:27.573 INFO:journalctl@ceph.osd.4.smithi082.stdout:Oct 13 23:58:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-4[121605]: 2023-10-13T23:58:27.142+0000 7f2cc6f21540 -1 osd.4 0 log_to_monitors true 2023-10-13T23:58:28.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:27 smithi082 ceph-mon[116307]: from='osd.4 [v2:172.21.15.82:6800/4217660778,v1:172.21.15.82:6801/4217660778]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-13T23:58:28.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:27 smithi082 ceph-mon[116307]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-13T23:58:28.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:27 smithi055 ceph-mon[110989]: from='osd.4 [v2:172.21.15.82:6800/4217660778,v1:172.21.15.82:6801/4217660778]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-13T23:58:28.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:27 smithi055 ceph-mon[110989]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-13T23:58:28.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:27 smithi055 ceph-mon[124249]: from='osd.4 [v2:172.21.15.82:6800/4217660778,v1:172.21.15.82:6801/4217660778]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-13T23:58:28.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:27 smithi055 ceph-mon[124249]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-13T23:58:28.373 INFO:teuthology.orchestra.run.smithi082.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-10-13T23:58:28.374 INFO:teuthology.orchestra.run.smithi082.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-10-13T23:58:28.374 INFO:teuthology.orchestra.run.smithi082.stderr: stderr: 10+0 records in 2023-10-13T23:58:28.374 INFO:teuthology.orchestra.run.smithi082.stderr:10+0 records out 2023-10-13T23:58:28.375 INFO:teuthology.orchestra.run.smithi082.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0113238 s, 926 MB/s 2023-10-13T23:58:28.375 INFO:teuthology.orchestra.run.smithi082.stderr:--> Zapping successful for: 2023-10-13T23:58:28.873 DEBUG:teuthology.orchestra.run.smithi082:> 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 db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph orch daemon add osd smithi082:vg_nvme/lv_3 2023-10-13T23:58:29.125 INFO:journalctl@ceph.osd.4.smithi082.stdout:Oct 13 23:58:28 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-4[121605]: 2023-10-13T23:58:28.973+0000 7f2cbd706700 -1 osd.4 0 waiting for initial osdmap 2023-10-13T23:58:29.125 INFO:journalctl@ceph.osd.4.smithi082.stdout:Oct 13 23:58:28 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-4[121605]: 2023-10-13T23:58:28.978+0000 7f2cb8d02700 -1 osd.4 28 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-10-13T23:58:29.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:28 smithi082 ceph-mon[116307]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-10-13T23:58:29.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:28 smithi082 ceph-mon[116307]: osdmap e27: 5 total, 4 up, 5 in 2023-10-13T23:58:29.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:28 smithi082 ceph-mon[116307]: from='osd.4 [v2:172.21.15.82:6800/4217660778,v1:172.21.15.82:6801/4217660778]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]: dispatch 2023-10-13T23:58:29.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:28 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-13T23:58:29.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:28 smithi082 ceph-mon[116307]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]: dispatch 2023-10-13T23:58:29.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:28 smithi082 ceph-mon[116307]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-10-13T23:58:29.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:28 smithi082 ceph-mon[116307]: Detected new or changed devices on smithi082 2023-10-13T23:58:29.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:28 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:29.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:28 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:29.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:28 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:58:29.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:28 smithi082 ceph-mon[116307]: Adjusting osd_memory_target on smithi082 to 17113M 2023-10-13T23:58:29.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:28 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:29.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:28 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:58:29.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:28 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:58:29.129 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:28 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:29.135 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.b/config 2023-10-13T23:58:29.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:28 smithi055 ceph-mon[110989]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-10-13T23:58:29.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:28 smithi055 ceph-mon[110989]: osdmap e27: 5 total, 4 up, 5 in 2023-10-13T23:58:29.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:28 smithi055 ceph-mon[110989]: from='osd.4 [v2:172.21.15.82:6800/4217660778,v1:172.21.15.82:6801/4217660778]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]: dispatch 2023-10-13T23:58:29.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:28 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-13T23:58:29.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:28 smithi055 ceph-mon[110989]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]: dispatch 2023-10-13T23:58:29.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:28 smithi055 ceph-mon[110989]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-10-13T23:58:29.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:28 smithi055 ceph-mon[110989]: Detected new or changed devices on smithi082 2023-10-13T23:58:29.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:28 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:29.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:28 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:29.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:28 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:58:29.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:28 smithi055 ceph-mon[110989]: Adjusting osd_memory_target on smithi082 to 17113M 2023-10-13T23:58:29.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:28 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:29.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:28 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:58:29.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:28 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:58:29.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:28 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:29.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:28 smithi055 ceph-mon[124249]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-10-13T23:58:29.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:28 smithi055 ceph-mon[124249]: osdmap e27: 5 total, 4 up, 5 in 2023-10-13T23:58:29.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:28 smithi055 ceph-mon[124249]: from='osd.4 [v2:172.21.15.82:6800/4217660778,v1:172.21.15.82:6801/4217660778]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]: dispatch 2023-10-13T23:58:29.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:28 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-13T23:58:29.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:28 smithi055 ceph-mon[124249]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]: dispatch 2023-10-13T23:58:29.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:28 smithi055 ceph-mon[124249]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-10-13T23:58:29.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:28 smithi055 ceph-mon[124249]: Detected new or changed devices on smithi082 2023-10-13T23:58:29.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:28 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:29.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:28 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:29.272 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:28 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:58:29.272 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:28 smithi055 ceph-mon[124249]: Adjusting osd_memory_target on smithi082 to 17113M 2023-10-13T23:58:29.272 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:28 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:29.272 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:28 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:58:29.272 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:28 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:58:29.272 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:28 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:30.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:29 smithi055 ceph-mon[110989]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]': finished 2023-10-13T23:58:30.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:29 smithi055 ceph-mon[110989]: osdmap e28: 5 total, 4 up, 5 in 2023-10-13T23:58:30.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:29 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-13T23:58:30.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:29 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-13T23:58:30.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:29 smithi055 ceph-mon[110989]: osd.4 [v2:172.21.15.82:6800/4217660778,v1:172.21.15.82:6801/4217660778] boot 2023-10-13T23:58:30.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:29 smithi055 ceph-mon[110989]: osdmap e29: 5 total, 5 up, 5 in 2023-10-13T23:58:30.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:29 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-13T23:58:30.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:29 smithi055 ceph-mon[124249]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]': finished 2023-10-13T23:58:30.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:29 smithi055 ceph-mon[124249]: osdmap e28: 5 total, 4 up, 5 in 2023-10-13T23:58:30.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:29 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-13T23:58:30.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:29 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-13T23:58:30.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:29 smithi055 ceph-mon[124249]: osd.4 [v2:172.21.15.82:6800/4217660778,v1:172.21.15.82:6801/4217660778] boot 2023-10-13T23:58:30.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:29 smithi055 ceph-mon[124249]: osdmap e29: 5 total, 5 up, 5 in 2023-10-13T23:58:30.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:29 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-13T23:58:30.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:29 smithi082 ceph-mon[116307]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]': finished 2023-10-13T23:58:30.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:29 smithi082 ceph-mon[116307]: osdmap e28: 5 total, 4 up, 5 in 2023-10-13T23:58:30.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:29 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-13T23:58:30.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:29 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-13T23:58:30.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:29 smithi082 ceph-mon[116307]: osd.4 [v2:172.21.15.82:6800/4217660778,v1:172.21.15.82:6801/4217660778] boot 2023-10-13T23:58:30.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:29 smithi082 ceph-mon[116307]: osdmap e29: 5 total, 5 up, 5 in 2023-10-13T23:58:30.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:29 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-13T23:58:31.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:31 smithi055 ceph-mon[110989]: purged_snaps scrub starts 2023-10-13T23:58:31.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:31 smithi055 ceph-mon[110989]: purged_snaps scrub ok 2023-10-13T23:58:31.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:31 smithi055 ceph-mon[110989]: pgmap v86: 1 pgs: 1 remapped+peering; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-10-13T23:58:31.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:31 smithi055 ceph-mon[110989]: from='client.24250 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi082:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:58:31.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:31 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T23:58:31.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:31 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-13T23:58:31.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:31 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:58:31.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:31 smithi055 ceph-mon[110989]: osdmap e30: 5 total, 5 up, 5 in 2023-10-13T23:58:31.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:31 smithi055 ceph-mon[124249]: purged_snaps scrub starts 2023-10-13T23:58:31.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:31 smithi055 ceph-mon[124249]: purged_snaps scrub ok 2023-10-13T23:58:31.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:31 smithi055 ceph-mon[124249]: pgmap v86: 1 pgs: 1 remapped+peering; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-10-13T23:58:31.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:31 smithi055 ceph-mon[124249]: from='client.24250 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi082:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:58:31.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:31 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T23:58:31.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:31 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-13T23:58:31.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:31 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:58:31.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:31 smithi055 ceph-mon[124249]: osdmap e30: 5 total, 5 up, 5 in 2023-10-13T23:58:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:31 smithi082 ceph-mon[116307]: purged_snaps scrub starts 2023-10-13T23:58:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:31 smithi082 ceph-mon[116307]: purged_snaps scrub ok 2023-10-13T23:58:31.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:31 smithi082 ceph-mon[116307]: pgmap v86: 1 pgs: 1 remapped+peering; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-10-13T23:58:31.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:31 smithi082 ceph-mon[116307]: from='client.24250 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi082:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:58:31.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:31 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T23:58:31.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:31 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-13T23:58:31.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:31 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:58:31.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:31 smithi082 ceph-mon[116307]: osdmap e30: 5 total, 5 up, 5 in 2023-10-13T23:58:32.602 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:32 smithi082 ceph-mon[116307]: osdmap e31: 5 total, 5 up, 5 in 2023-10-13T23:58:32.602 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:32 smithi082 ceph-mon[116307]: from='client.? 172.21.15.82:0/3128152683' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bc73dbc6-78da-45a3-98a0-bfa2485d547a"}]: dispatch 2023-10-13T23:58:32.602 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:32 smithi082 ceph-mon[116307]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bc73dbc6-78da-45a3-98a0-bfa2485d547a"}]: dispatch 2023-10-13T23:58:32.602 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:32 smithi082 ceph-mon[116307]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bc73dbc6-78da-45a3-98a0-bfa2485d547a"}]': finished 2023-10-13T23:58:32.603 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:32 smithi082 ceph-mon[116307]: osdmap e32: 6 total, 5 up, 6 in 2023-10-13T23:58:32.603 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:32 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-13T23:58:32.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:32 smithi055 ceph-mon[110989]: osdmap e31: 5 total, 5 up, 5 in 2023-10-13T23:58:32.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:32 smithi055 ceph-mon[110989]: from='client.? 172.21.15.82:0/3128152683' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bc73dbc6-78da-45a3-98a0-bfa2485d547a"}]: dispatch 2023-10-13T23:58:32.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:32 smithi055 ceph-mon[110989]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bc73dbc6-78da-45a3-98a0-bfa2485d547a"}]: dispatch 2023-10-13T23:58:32.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:32 smithi055 ceph-mon[110989]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bc73dbc6-78da-45a3-98a0-bfa2485d547a"}]': finished 2023-10-13T23:58:32.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:32 smithi055 ceph-mon[110989]: osdmap e32: 6 total, 5 up, 6 in 2023-10-13T23:58:32.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:32 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-13T23:58:32.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:32 smithi055 ceph-mon[124249]: osdmap e31: 5 total, 5 up, 5 in 2023-10-13T23:58:32.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:32 smithi055 ceph-mon[124249]: from='client.? 172.21.15.82:0/3128152683' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bc73dbc6-78da-45a3-98a0-bfa2485d547a"}]: dispatch 2023-10-13T23:58:32.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:32 smithi055 ceph-mon[124249]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bc73dbc6-78da-45a3-98a0-bfa2485d547a"}]: dispatch 2023-10-13T23:58:32.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:32 smithi055 ceph-mon[124249]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bc73dbc6-78da-45a3-98a0-bfa2485d547a"}]': finished 2023-10-13T23:58:32.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:32 smithi055 ceph-mon[124249]: osdmap e32: 6 total, 5 up, 6 in 2023-10-13T23:58:32.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:32 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-13T23:58:33.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:33 smithi082 ceph-mon[116307]: pgmap v90: 1 pgs: 1 remapped+peering; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-10-13T23:58:33.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:33 smithi082 ceph-mon[116307]: from='client.? 172.21.15.82:0/1038323118' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-13T23:58:33.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:33 smithi082 ceph-mon[116307]: osdmap e33: 6 total, 5 up, 6 in 2023-10-13T23:58:33.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:33 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-13T23:58:33.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:33 smithi055 ceph-mon[110989]: pgmap v90: 1 pgs: 1 remapped+peering; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-10-13T23:58:33.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:33 smithi055 ceph-mon[110989]: from='client.? 172.21.15.82:0/1038323118' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-13T23:58:33.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:33 smithi055 ceph-mon[110989]: osdmap e33: 6 total, 5 up, 6 in 2023-10-13T23:58:33.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:33 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-13T23:58:33.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:33 smithi055 ceph-mon[124249]: pgmap v90: 1 pgs: 1 remapped+peering; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-10-13T23:58:33.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:33 smithi055 ceph-mon[124249]: from='client.? 172.21.15.82:0/1038323118' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-13T23:58:33.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:33 smithi055 ceph-mon[124249]: osdmap e33: 6 total, 5 up, 6 in 2023-10-13T23:58:33.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:33 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-13T23:58:35.599 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:35 smithi082 ceph-mon[116307]: pgmap v92: 1 pgs: 1 remapped+peering; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-10-13T23:58:35.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:35 smithi055 ceph-mon[110989]: pgmap v92: 1 pgs: 1 remapped+peering; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-10-13T23:58:35.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:35 smithi055 ceph-mon[124249]: pgmap v92: 1 pgs: 1 remapped+peering; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-10-13T23:58:37.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:37 smithi082 ceph-mon[116307]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 99 KiB/s, 0 objects/s recovering 2023-10-13T23:58:37.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:37 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-10-13T23:58:37.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:37 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:58:37.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:37 smithi055 ceph-mon[110989]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 99 KiB/s, 0 objects/s recovering 2023-10-13T23:58:37.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:37 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-10-13T23:58:37.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:37 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:58:37.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:37 smithi055 ceph-mon[124249]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 99 KiB/s, 0 objects/s recovering 2023-10-13T23:58:37.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:37 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-10-13T23:58:37.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:37 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:58:38.604 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:38 smithi082 ceph-mon[116307]: Deploying daemon osd.5 on smithi082 2023-10-13T23:58:38.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:38 smithi055 ceph-mon[110989]: Deploying daemon osd.5 on smithi082 2023-10-13T23:58:38.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:38 smithi055 ceph-mon[124249]: Deploying daemon osd.5 on smithi082 2023-10-13T23:58:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:39 smithi082 ceph-mon[116307]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 85 KiB/s, 0 objects/s recovering 2023-10-13T23:58:39.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:39 smithi055 ceph-mon[110989]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 85 KiB/s, 0 objects/s recovering 2023-10-13T23:58:39.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:39 smithi055 ceph-mon[124249]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 85 KiB/s, 0 objects/s recovering 2023-10-13T23:58:41.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:41 smithi082 ceph-mon[116307]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 70 KiB/s, 0 objects/s recovering 2023-10-13T23:58:41.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:41 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:41.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:41 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:41.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:41 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:58:41.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:41 smithi055 ceph-mon[110989]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 70 KiB/s, 0 objects/s recovering 2023-10-13T23:58:41.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:41 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:41.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:41 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:41.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:41 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:58:41.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:41 smithi055 ceph-mon[124249]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 70 KiB/s, 0 objects/s recovering 2023-10-13T23:58:41.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:41 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:41.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:41 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:41.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:41 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:58:42.467 INFO:teuthology.orchestra.run.smithi082.stdout:Created osd(s) 5 on host 'smithi082' 2023-10-13T23:58:42.866 DEBUG:teuthology.orchestra.run.smithi082:osd.5> sudo journalctl -f -n 0 -u ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@osd.5.service 2023-10-13T23:58:42.868 INFO:tasks.cephadm:Deploying osd.6 on smithi082 with /dev/vg_nvme/lv_2... 2023-10-13T23:58:42.869 DEBUG:teuthology.orchestra.run.smithi082:> 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 db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-10-13T23:58:42.901 INFO:journalctl@ceph.osd.5.smithi082.stdout:-- Logs begin at Fri 2023-10-13 23:43:36 UTC. -- 2023-10-13T23:58:43.046 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:42 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:43.046 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:42 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:43.047 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:42 smithi082 ceph-mon[116307]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2023-10-13T23:58:43.047 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:42 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:43.047 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:42 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:43.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:42 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:43.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:42 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:43.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:42 smithi055 ceph-mon[110989]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2023-10-13T23:58:43.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:42 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:43.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:42 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:43.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:42 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:43.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:42 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:43.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:42 smithi055 ceph-mon[124249]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2023-10-13T23:58:43.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:42 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:43.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:42 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:43.461 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.b/config 2023-10-13T23:58:43.698 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 13 23:58:43 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-5[128808]: 2023-10-13T23:58:43.587+0000 7fba10fcd540 -1 osd.5 0 log_to_monitors true 2023-10-13T23:58:44.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:43 smithi055 ceph-mon[110989]: from='osd.5 [v2:172.21.15.82:6808/1916158445,v1:172.21.15.82:6809/1916158445]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-10-13T23:58:44.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:43 smithi055 ceph-mon[110989]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-10-13T23:58:44.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:43 smithi055 ceph-mon[124249]: from='osd.5 [v2:172.21.15.82:6808/1916158445,v1:172.21.15.82:6809/1916158445]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-10-13T23:58:44.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:43 smithi055 ceph-mon[124249]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-10-13T23:58:44.311 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:43 smithi082 ceph-mon[116307]: from='osd.5 [v2:172.21.15.82:6808/1916158445,v1:172.21.15.82:6809/1916158445]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-10-13T23:58:44.311 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:43 smithi082 ceph-mon[116307]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-10-13T23:58:44.785 INFO:teuthology.orchestra.run.smithi082.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-10-13T23:58:44.785 INFO:teuthology.orchestra.run.smithi082.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-10-13T23:58:44.786 INFO:teuthology.orchestra.run.smithi082.stderr: stderr: 10+0 records in 2023-10-13T23:58:44.786 INFO:teuthology.orchestra.run.smithi082.stderr:10+0 records out 2023-10-13T23:58:44.786 INFO:teuthology.orchestra.run.smithi082.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0114361 s, 917 MB/s 2023-10-13T23:58:44.786 INFO:teuthology.orchestra.run.smithi082.stderr:--> Zapping successful for: 2023-10-13T23:58:45.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:45 smithi055 ceph-mon[110989]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-10-13T23:58:45.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:45 smithi055 ceph-mon[110989]: osdmap e34: 6 total, 5 up, 6 in 2023-10-13T23:58:45.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:45 smithi055 ceph-mon[110989]: from='osd.5 [v2:172.21.15.82:6808/1916158445,v1:172.21.15.82:6809/1916158445]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]: dispatch 2023-10-13T23:58:45.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:45 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-13T23:58:45.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:45 smithi055 ceph-mon[110989]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]: dispatch 2023-10-13T23:58:45.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:45 smithi055 ceph-mon[110989]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2023-10-13T23:58:45.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:45 smithi055 ceph-mon[110989]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]': finished 2023-10-13T23:58:45.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:45 smithi055 ceph-mon[110989]: osdmap e35: 6 total, 5 up, 6 in 2023-10-13T23:58:45.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:45 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-13T23:58:45.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:45 smithi055 ceph-mon[124249]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-10-13T23:58:45.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:45 smithi055 ceph-mon[124249]: osdmap e34: 6 total, 5 up, 6 in 2023-10-13T23:58:45.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:45 smithi055 ceph-mon[124249]: from='osd.5 [v2:172.21.15.82:6808/1916158445,v1:172.21.15.82:6809/1916158445]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]: dispatch 2023-10-13T23:58:45.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:45 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-13T23:58:45.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:45 smithi055 ceph-mon[124249]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]: dispatch 2023-10-13T23:58:45.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:45 smithi055 ceph-mon[124249]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2023-10-13T23:58:45.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:45 smithi055 ceph-mon[124249]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]': finished 2023-10-13T23:58:45.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:45 smithi055 ceph-mon[124249]: osdmap e35: 6 total, 5 up, 6 in 2023-10-13T23:58:45.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:45 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-13T23:58:45.271 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 13 23:58:44 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-5[128808]: 2023-10-13T23:58:44.995+0000 7fba077b2700 -1 osd.5 0 waiting for initial osdmap 2023-10-13T23:58:45.271 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 13 23:58:45 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-5[128808]: 2023-10-13T23:58:45.000+0000 7fba02dae700 -1 osd.5 35 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-10-13T23:58:45.272 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:45 smithi082 ceph-mon[116307]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-10-13T23:58:45.272 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:45 smithi082 ceph-mon[116307]: osdmap e34: 6 total, 5 up, 6 in 2023-10-13T23:58:45.272 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:45 smithi082 ceph-mon[116307]: from='osd.5 [v2:172.21.15.82:6808/1916158445,v1:172.21.15.82:6809/1916158445]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]: dispatch 2023-10-13T23:58:45.272 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:45 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-13T23:58:45.273 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:45 smithi082 ceph-mon[116307]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]: dispatch 2023-10-13T23:58:45.273 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:45 smithi082 ceph-mon[116307]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2023-10-13T23:58:45.273 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:45 smithi082 ceph-mon[116307]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]': finished 2023-10-13T23:58:45.273 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:45 smithi082 ceph-mon[116307]: osdmap e35: 6 total, 5 up, 6 in 2023-10-13T23:58:45.273 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:45 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-13T23:58:45.288 DEBUG:teuthology.orchestra.run.smithi082:> 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 db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph orch daemon add osd smithi082:vg_nvme/lv_2 2023-10-13T23:58:45.551 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.b/config 2023-10-13T23:58:46.275 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:46 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-13T23:58:46.276 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:46 smithi082 ceph-mon[116307]: Detected new or changed devices on smithi082 2023-10-13T23:58:46.276 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:46 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:46.276 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:46 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:46.276 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:46 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:58:46.276 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:46 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:58:46.276 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:46 smithi082 ceph-mon[116307]: Adjusting osd_memory_target on smithi082 to 8556M 2023-10-13T23:58:46.277 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:46 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:46.277 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:46 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:58:46.277 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:46 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:58:46.277 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:46 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:46.277 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:46 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:58:46.278 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:46 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:58:46.278 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:46 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:58:46.278 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:46 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:46.278 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:46 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-13T23:58:46.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:46 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-13T23:58:46.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:46 smithi055 ceph-mon[110989]: Detected new or changed devices on smithi082 2023-10-13T23:58:46.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:46 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:46.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:46 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:46.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:46 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:58:46.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:46 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:58:46.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:46 smithi055 ceph-mon[110989]: Adjusting osd_memory_target on smithi082 to 8556M 2023-10-13T23:58:46.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:46 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:46.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:46 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:58:46.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:46 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:58:46.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:46 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:46.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:46 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:58:46.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:46 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:58:46.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:46 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:58:46.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:46 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:46.522 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:46 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-13T23:58:46.522 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:46 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-13T23:58:46.523 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:46 smithi055 ceph-mon[124249]: Detected new or changed devices on smithi082 2023-10-13T23:58:46.523 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:46 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:46.523 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:46 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:46.524 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:46 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:58:46.524 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:46 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:58:46.524 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:46 smithi055 ceph-mon[124249]: Adjusting osd_memory_target on smithi082 to 8556M 2023-10-13T23:58:46.525 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:46 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:46.525 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:46 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:58:46.525 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:46 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:58:46.526 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:46 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:46.526 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:46 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:58:46.527 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:46 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:58:46.527 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:46 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:58:46.527 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:46 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:46.528 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:46 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-13T23:58:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:47 smithi082 ceph-mon[116307]: purged_snaps scrub starts 2023-10-13T23:58:47.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:47 smithi082 ceph-mon[116307]: purged_snaps scrub ok 2023-10-13T23:58:47.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:47 smithi082 ceph-mon[116307]: osd.5 [v2:172.21.15.82:6808/1916158445,v1:172.21.15.82:6809/1916158445] boot 2023-10-13T23:58:47.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:47 smithi082 ceph-mon[116307]: osdmap e36: 6 total, 6 up, 6 in 2023-10-13T23:58:47.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:47 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-13T23:58:47.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:47 smithi082 ceph-mon[116307]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-10-13T23:58:47.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:47 smithi082 ceph-mon[116307]: from='client.24277 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi082:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:58:47.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:47 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T23:58:47.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:47 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-13T23:58:47.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:47 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:58:47.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:47 smithi055 ceph-mon[110989]: purged_snaps scrub starts 2023-10-13T23:58:47.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:47 smithi055 ceph-mon[110989]: purged_snaps scrub ok 2023-10-13T23:58:47.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:47 smithi055 ceph-mon[110989]: osd.5 [v2:172.21.15.82:6808/1916158445,v1:172.21.15.82:6809/1916158445] boot 2023-10-13T23:58:47.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:47 smithi055 ceph-mon[110989]: osdmap e36: 6 total, 6 up, 6 in 2023-10-13T23:58:47.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:47 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-13T23:58:47.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:47 smithi055 ceph-mon[110989]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-10-13T23:58:47.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:47 smithi055 ceph-mon[110989]: from='client.24277 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi082:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:58:47.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:47 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T23:58:47.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:47 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-13T23:58:47.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:47 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:58:47.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:47 smithi055 ceph-mon[124249]: purged_snaps scrub starts 2023-10-13T23:58:47.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:47 smithi055 ceph-mon[124249]: purged_snaps scrub ok 2023-10-13T23:58:47.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:47 smithi055 ceph-mon[124249]: osd.5 [v2:172.21.15.82:6808/1916158445,v1:172.21.15.82:6809/1916158445] boot 2023-10-13T23:58:47.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:47 smithi055 ceph-mon[124249]: osdmap e36: 6 total, 6 up, 6 in 2023-10-13T23:58:47.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-13T23:58:47.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:47 smithi055 ceph-mon[124249]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-10-13T23:58:47.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:47 smithi055 ceph-mon[124249]: from='client.24277 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi082:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:58:47.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T23:58:47.521 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-13T23:58:47.521 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:58:48.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:48 smithi082 ceph-mon[116307]: osdmap e37: 6 total, 6 up, 6 in 2023-10-13T23:58:48.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:48 smithi055 ceph-mon[110989]: osdmap e37: 6 total, 6 up, 6 in 2023-10-13T23:58:48.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:48 smithi055 ceph-mon[124249]: osdmap e37: 6 total, 6 up, 6 in 2023-10-13T23:58:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:49 smithi082 ceph-mon[116307]: osdmap e38: 6 total, 6 up, 6 in 2023-10-13T23:58:49.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:49 smithi082 ceph-mon[116307]: pgmap v104: 1 pgs: 1 remapped+peering; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-10-13T23:58:49.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:49 smithi082 ceph-mon[116307]: from='client.? 172.21.15.82:0/1532352326' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ed1ff877-27d3-4531-bb21-39916204267d"}]: dispatch 2023-10-13T23:58:49.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:49 smithi082 ceph-mon[116307]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ed1ff877-27d3-4531-bb21-39916204267d"}]: dispatch 2023-10-13T23:58:49.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:49 smithi082 ceph-mon[116307]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ed1ff877-27d3-4531-bb21-39916204267d"}]': finished 2023-10-13T23:58:49.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:49 smithi082 ceph-mon[116307]: osdmap e39: 7 total, 6 up, 7 in 2023-10-13T23:58:49.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:49 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-13T23:58:49.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:49 smithi082 ceph-mon[116307]: from='client.? 172.21.15.82:0/2263215184' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-13T23:58:49.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:49 smithi055 ceph-mon[110989]: osdmap e38: 6 total, 6 up, 6 in 2023-10-13T23:58:49.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:49 smithi055 ceph-mon[110989]: pgmap v104: 1 pgs: 1 remapped+peering; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-10-13T23:58:49.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:49 smithi055 ceph-mon[110989]: from='client.? 172.21.15.82:0/1532352326' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ed1ff877-27d3-4531-bb21-39916204267d"}]: dispatch 2023-10-13T23:58:49.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:49 smithi055 ceph-mon[110989]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ed1ff877-27d3-4531-bb21-39916204267d"}]: dispatch 2023-10-13T23:58:49.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:49 smithi055 ceph-mon[110989]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ed1ff877-27d3-4531-bb21-39916204267d"}]': finished 2023-10-13T23:58:49.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:49 smithi055 ceph-mon[110989]: osdmap e39: 7 total, 6 up, 7 in 2023-10-13T23:58:49.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:49 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-13T23:58:49.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:49 smithi055 ceph-mon[110989]: from='client.? 172.21.15.82:0/2263215184' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-13T23:58:49.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:49 smithi055 ceph-mon[124249]: osdmap e38: 6 total, 6 up, 6 in 2023-10-13T23:58:49.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:49 smithi055 ceph-mon[124249]: pgmap v104: 1 pgs: 1 remapped+peering; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-10-13T23:58:49.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:49 smithi055 ceph-mon[124249]: from='client.? 172.21.15.82:0/1532352326' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ed1ff877-27d3-4531-bb21-39916204267d"}]: dispatch 2023-10-13T23:58:49.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:49 smithi055 ceph-mon[124249]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ed1ff877-27d3-4531-bb21-39916204267d"}]: dispatch 2023-10-13T23:58:49.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:49 smithi055 ceph-mon[124249]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ed1ff877-27d3-4531-bb21-39916204267d"}]': finished 2023-10-13T23:58:49.521 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:49 smithi055 ceph-mon[124249]: osdmap e39: 7 total, 6 up, 7 in 2023-10-13T23:58:49.521 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:49 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-13T23:58:49.521 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:49 smithi055 ceph-mon[124249]: from='client.? 172.21.15.82:0/2263215184' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-13T23:58:50.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:50 smithi082 ceph-mon[116307]: osdmap e40: 7 total, 6 up, 7 in 2023-10-13T23:58:50.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:50 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-13T23:58:50.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:50 smithi055 ceph-mon[110989]: osdmap e40: 7 total, 6 up, 7 in 2023-10-13T23:58:50.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:50 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-13T23:58:50.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:50 smithi055 ceph-mon[124249]: osdmap e40: 7 total, 6 up, 7 in 2023-10-13T23:58:50.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:50 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-13T23:58:51.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:51 smithi082 ceph-mon[116307]: pgmap v107: 1 pgs: 1 remapped+peering; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-10-13T23:58:51.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:51 smithi055 ceph-mon[110989]: pgmap v107: 1 pgs: 1 remapped+peering; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-10-13T23:58:51.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:51 smithi055 ceph-mon[124249]: pgmap v107: 1 pgs: 1 remapped+peering; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-10-13T23:58:53.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:53 smithi082 ceph-mon[116307]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail; 113 KiB/s, 0 objects/s recovering 2023-10-13T23:58:53.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:53 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-10-13T23:58:53.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:53 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:58:53.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:53 smithi055 ceph-mon[110989]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail; 113 KiB/s, 0 objects/s recovering 2023-10-13T23:58:53.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:53 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-10-13T23:58:53.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:53 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:58:53.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:53 smithi055 ceph-mon[124249]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail; 113 KiB/s, 0 objects/s recovering 2023-10-13T23:58:53.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:53 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-10-13T23:58:53.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:53 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:58:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:54 smithi082 ceph-mon[116307]: Deploying daemon osd.6 on smithi082 2023-10-13T23:58:54.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:54 smithi055 ceph-mon[124249]: Deploying daemon osd.6 on smithi082 2023-10-13T23:58:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:54 smithi055 ceph-mon[110989]: Deploying daemon osd.6 on smithi082 2023-10-13T23:58:55.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:55 smithi082 ceph-mon[116307]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail; 95 KiB/s, 0 objects/s recovering 2023-10-13T23:58:55.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:55 smithi055 ceph-mon[110989]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail; 95 KiB/s, 0 objects/s recovering 2023-10-13T23:58:55.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:55 smithi055 ceph-mon[124249]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail; 95 KiB/s, 0 objects/s recovering 2023-10-13T23:58:57.948 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:57 smithi082 ceph-mon[116307]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail; 72 KiB/s, 0 objects/s recovering 2023-10-13T23:58:57.948 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:57 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:57.949 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:57 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:57.949 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:57 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:58:58.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:57 smithi055 ceph-mon[110989]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail; 72 KiB/s, 0 objects/s recovering 2023-10-13T23:58:58.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:57 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:58.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:57 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:58.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:57 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:58:58.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:57 smithi055 ceph-mon[124249]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail; 72 KiB/s, 0 objects/s recovering 2023-10-13T23:58:58.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:57 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:58.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:57 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:58.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:57 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:58:58.909 INFO:teuthology.orchestra.run.smithi082.stdout:Created osd(s) 6 on host 'smithi082' 2023-10-13T23:58:59.322 DEBUG:teuthology.orchestra.run.smithi082:osd.6> sudo journalctl -f -n 0 -u ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@osd.6.service 2023-10-13T23:58:59.325 INFO:tasks.cephadm:Deploying osd.7 on smithi082 with /dev/vg_nvme/lv_1... 2023-10-13T23:58:59.325 DEBUG:teuthology.orchestra.run.smithi082:> 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 db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-10-13T23:58:59.356 INFO:journalctl@ceph.osd.6.smithi082.stdout:-- Logs begin at Fri 2023-10-13 23:43:36 UTC. -- 2023-10-13T23:58:59.506 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:59 smithi082 ceph-mon[116307]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail; 59 KiB/s, 0 objects/s recovering 2023-10-13T23:58:59.506 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:59 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:59.506 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:59 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:59.506 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:59 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:58:59.507 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:59 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:58:59.507 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:59 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:59.507 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:59 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:59.507 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:59 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:59.508 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:58:59 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:58:59.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:59 smithi055 ceph-mon[110989]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail; 59 KiB/s, 0 objects/s recovering 2023-10-13T23:58:59.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:59 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:59.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:59 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:59.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:59 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:58:59.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:59 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:58:59.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:59 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:59.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:59 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:59.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:59 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:59.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:58:59 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:58:59.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:59 smithi055 ceph-mon[124249]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail; 59 KiB/s, 0 objects/s recovering 2023-10-13T23:58:59.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:59 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:59.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:59 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:59.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:59 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:58:59.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:59 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:58:59.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:59 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:59.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:59 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:59.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:59 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:58:59.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:58:59 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:58:59.881 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.b/config 2023-10-13T23:59:00.095 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 13 23:58:59 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-6[136288]: 2023-10-13T23:58:59.833+0000 7f19cefb4540 -1 osd.6 0 log_to_monitors true 2023-10-13T23:59:00.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:00 smithi082 ceph-mon[116307]: from='osd.6 [v2:172.21.15.82:6816/2921610915,v1:172.21.15.82:6817/2921610915]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-13T23:59:00.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:00 smithi082 ceph-mon[116307]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-13T23:59:00.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:00 smithi055 ceph-mon[110989]: from='osd.6 [v2:172.21.15.82:6816/2921610915,v1:172.21.15.82:6817/2921610915]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-13T23:59:00.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:00 smithi055 ceph-mon[110989]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-13T23:59:00.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:00 smithi055 ceph-mon[124249]: from='osd.6 [v2:172.21.15.82:6816/2921610915,v1:172.21.15.82:6817/2921610915]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-13T23:59:00.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:00 smithi055 ceph-mon[124249]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-13T23:59:01.230 INFO:teuthology.orchestra.run.smithi082.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-10-13T23:59:01.231 INFO:teuthology.orchestra.run.smithi082.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-10-13T23:59:01.231 INFO:teuthology.orchestra.run.smithi082.stderr: stderr: 10+0 records in 2023-10-13T23:59:01.231 INFO:teuthology.orchestra.run.smithi082.stderr:10+0 records out 2023-10-13T23:59:01.231 INFO:teuthology.orchestra.run.smithi082.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0113406 s, 925 MB/s 2023-10-13T23:59:01.231 INFO:teuthology.orchestra.run.smithi082.stderr:--> Zapping successful for: 2023-10-13T23:59:01.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:01 smithi082 ceph-mon[116307]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail; 53 KiB/s, 0 objects/s recovering 2023-10-13T23:59:01.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:01 smithi082 ceph-mon[116307]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-10-13T23:59:01.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:01 smithi082 ceph-mon[116307]: osdmap e41: 7 total, 6 up, 7 in 2023-10-13T23:59:01.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:01 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-13T23:59:01.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:01 smithi082 ceph-mon[116307]: from='osd.6 [v2:172.21.15.82:6816/2921610915,v1:172.21.15.82:6817/2921610915]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]: dispatch 2023-10-13T23:59:01.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:01 smithi082 ceph-mon[116307]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]: dispatch 2023-10-13T23:59:01.627 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 13 23:59:01 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-6[136288]: 2023-10-13T23:59:01.485+0000 7f19c5799700 -1 osd.6 0 waiting for initial osdmap 2023-10-13T23:59:01.627 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 13 23:59:01 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-6[136288]: 2023-10-13T23:59:01.491+0000 7f19c2598700 -1 osd.6 42 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-10-13T23:59:01.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:01 smithi055 ceph-mon[110989]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail; 53 KiB/s, 0 objects/s recovering 2023-10-13T23:59:01.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:01 smithi055 ceph-mon[110989]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-10-13T23:59:01.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:01 smithi055 ceph-mon[110989]: osdmap e41: 7 total, 6 up, 7 in 2023-10-13T23:59:01.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:01 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-13T23:59:01.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:01 smithi055 ceph-mon[110989]: from='osd.6 [v2:172.21.15.82:6816/2921610915,v1:172.21.15.82:6817/2921610915]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]: dispatch 2023-10-13T23:59:01.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:01 smithi055 ceph-mon[110989]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]: dispatch 2023-10-13T23:59:01.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:01 smithi055 ceph-mon[124249]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail; 53 KiB/s, 0 objects/s recovering 2023-10-13T23:59:01.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:01 smithi055 ceph-mon[124249]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-10-13T23:59:01.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:01 smithi055 ceph-mon[124249]: osdmap e41: 7 total, 6 up, 7 in 2023-10-13T23:59:01.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:01 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-13T23:59:01.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:01 smithi055 ceph-mon[124249]: from='osd.6 [v2:172.21.15.82:6816/2921610915,v1:172.21.15.82:6817/2921610915]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]: dispatch 2023-10-13T23:59:01.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:01 smithi055 ceph-mon[124249]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]: dispatch 2023-10-13T23:59:01.802 DEBUG:teuthology.orchestra.run.smithi082:> 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 db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph orch daemon add osd smithi082:vg_nvme/lv_1 2023-10-13T23:59:02.068 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.b/config 2023-10-13T23:59:02.746 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:02 smithi082 ceph-mon[116307]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]': finished 2023-10-13T23:59:02.746 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:02 smithi082 ceph-mon[116307]: osdmap e42: 7 total, 6 up, 7 in 2023-10-13T23:59:02.747 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:02 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-13T23:59:02.747 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:02 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-13T23:59:02.747 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:02 smithi082 ceph-mon[116307]: Detected new or changed devices on smithi082 2023-10-13T23:59:02.747 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:02 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:02.747 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:02 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:02.748 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:02 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:59:02.748 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:02 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:59:02.748 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:02 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:59:02.748 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:02 smithi082 ceph-mon[116307]: Adjusting osd_memory_target on smithi082 to 5704M 2023-10-13T23:59:02.748 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:02 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:02.749 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:02 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:59:02.749 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:02 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:59:02.749 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:02 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:02.749 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:02 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-13T23:59:02.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:02 smithi055 ceph-mon[110989]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]': finished 2023-10-13T23:59:02.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:02 smithi055 ceph-mon[110989]: osdmap e42: 7 total, 6 up, 7 in 2023-10-13T23:59:02.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:02 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-13T23:59:02.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:02 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-13T23:59:02.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:02 smithi055 ceph-mon[110989]: Detected new or changed devices on smithi082 2023-10-13T23:59:02.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:02 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:02.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:02 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:02.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:02 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:59:02.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:02 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:59:02.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:02 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:59:02.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:02 smithi055 ceph-mon[110989]: Adjusting osd_memory_target on smithi082 to 5704M 2023-10-13T23:59:02.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:02 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:02.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:02 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:59:02.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:02 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:59:02.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:02 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:02.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:02 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-13T23:59:02.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:02 smithi055 ceph-mon[124249]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]': finished 2023-10-13T23:59:02.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:02 smithi055 ceph-mon[124249]: osdmap e42: 7 total, 6 up, 7 in 2023-10-13T23:59:02.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:02 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-13T23:59:02.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:02 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-13T23:59:02.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:02 smithi055 ceph-mon[124249]: Detected new or changed devices on smithi082 2023-10-13T23:59:02.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:02 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:02.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:02 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:02.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:02 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:59:02.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:02 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:59:02.772 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:02 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:59:02.772 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:02 smithi055 ceph-mon[124249]: Adjusting osd_memory_target on smithi082 to 5704M 2023-10-13T23:59:02.772 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:02 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:02.772 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:02 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:59:02.772 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:02 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:59:02.773 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:02 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:02.773 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:02 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-13T23:59:03.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:03 smithi082 ceph-mon[116307]: purged_snaps scrub starts 2023-10-13T23:59:03.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:03 smithi082 ceph-mon[116307]: purged_snaps scrub ok 2023-10-13T23:59:03.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:03 smithi082 ceph-mon[116307]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-10-13T23:59:03.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:03 smithi082 ceph-mon[116307]: osd.6 [v2:172.21.15.82:6816/2921610915,v1:172.21.15.82:6817/2921610915] boot 2023-10-13T23:59:03.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:03 smithi082 ceph-mon[116307]: osdmap e43: 7 total, 7 up, 7 in 2023-10-13T23:59:03.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:03 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-13T23:59:03.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:03 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T23:59:03.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:03 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-13T23:59:03.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:03 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:59:04.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:03 smithi055 ceph-mon[110989]: purged_snaps scrub starts 2023-10-13T23:59:04.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:03 smithi055 ceph-mon[110989]: purged_snaps scrub ok 2023-10-13T23:59:04.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:03 smithi055 ceph-mon[110989]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-10-13T23:59:04.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:03 smithi055 ceph-mon[110989]: osd.6 [v2:172.21.15.82:6816/2921610915,v1:172.21.15.82:6817/2921610915] boot 2023-10-13T23:59:04.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:03 smithi055 ceph-mon[110989]: osdmap e43: 7 total, 7 up, 7 in 2023-10-13T23:59:04.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:03 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-13T23:59:04.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:03 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T23:59:04.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:03 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-13T23:59:04.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:03 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:59:04.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:03 smithi055 ceph-mon[124249]: purged_snaps scrub starts 2023-10-13T23:59:04.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:03 smithi055 ceph-mon[124249]: purged_snaps scrub ok 2023-10-13T23:59:04.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:03 smithi055 ceph-mon[124249]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-10-13T23:59:04.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:03 smithi055 ceph-mon[124249]: osd.6 [v2:172.21.15.82:6816/2921610915,v1:172.21.15.82:6817/2921610915] boot 2023-10-13T23:59:04.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:03 smithi055 ceph-mon[124249]: osdmap e43: 7 total, 7 up, 7 in 2023-10-13T23:59:04.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:03 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-13T23:59:04.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:03 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T23:59:04.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:03 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-13T23:59:04.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:03 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:59:04.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:04 smithi082 ceph-mon[116307]: from='client.24304 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi082:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:59:04.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:04 smithi082 ceph-mon[116307]: osdmap e44: 7 total, 7 up, 7 in 2023-10-13T23:59:05.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:04 smithi055 ceph-mon[110989]: from='client.24304 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi082:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:59:05.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:04 smithi055 ceph-mon[110989]: osdmap e44: 7 total, 7 up, 7 in 2023-10-13T23:59:05.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:04 smithi055 ceph-mon[124249]: from='client.24304 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi082:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:59:05.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:04 smithi055 ceph-mon[124249]: osdmap e44: 7 total, 7 up, 7 in 2023-10-13T23:59:05.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:05 smithi082 ceph-mon[116307]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-10-13T23:59:05.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:05 smithi082 ceph-mon[116307]: osdmap e45: 7 total, 7 up, 7 in 2023-10-13T23:59:05.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:05 smithi082 ceph-mon[116307]: from='client.? 172.21.15.82:0/3956232000' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f906cdc1-85ea-4e96-9caa-028afe06e466"}]: dispatch 2023-10-13T23:59:05.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:05 smithi082 ceph-mon[116307]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f906cdc1-85ea-4e96-9caa-028afe06e466"}]: dispatch 2023-10-13T23:59:05.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:05 smithi082 ceph-mon[116307]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f906cdc1-85ea-4e96-9caa-028afe06e466"}]': finished 2023-10-13T23:59:05.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:05 smithi082 ceph-mon[116307]: osdmap e46: 8 total, 7 up, 8 in 2023-10-13T23:59:05.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:05 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-13T23:59:05.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:05 smithi082 ceph-mon[116307]: from='client.? 172.21.15.82:0/1423479375' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-13T23:59:06.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:05 smithi055 ceph-mon[110989]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-10-13T23:59:06.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:05 smithi055 ceph-mon[110989]: osdmap e45: 7 total, 7 up, 7 in 2023-10-13T23:59:06.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:05 smithi055 ceph-mon[110989]: from='client.? 172.21.15.82:0/3956232000' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f906cdc1-85ea-4e96-9caa-028afe06e466"}]: dispatch 2023-10-13T23:59:06.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:05 smithi055 ceph-mon[110989]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f906cdc1-85ea-4e96-9caa-028afe06e466"}]: dispatch 2023-10-13T23:59:06.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:05 smithi055 ceph-mon[110989]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f906cdc1-85ea-4e96-9caa-028afe06e466"}]': finished 2023-10-13T23:59:06.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:05 smithi055 ceph-mon[110989]: osdmap e46: 8 total, 7 up, 8 in 2023-10-13T23:59:06.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:05 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-13T23:59:06.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:05 smithi055 ceph-mon[110989]: from='client.? 172.21.15.82:0/1423479375' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-13T23:59:06.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:05 smithi055 ceph-mon[124249]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-10-13T23:59:06.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:05 smithi055 ceph-mon[124249]: osdmap e45: 7 total, 7 up, 7 in 2023-10-13T23:59:06.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:05 smithi055 ceph-mon[124249]: from='client.? 172.21.15.82:0/3956232000' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f906cdc1-85ea-4e96-9caa-028afe06e466"}]: dispatch 2023-10-13T23:59:06.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:05 smithi055 ceph-mon[124249]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f906cdc1-85ea-4e96-9caa-028afe06e466"}]: dispatch 2023-10-13T23:59:06.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:05 smithi055 ceph-mon[124249]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f906cdc1-85ea-4e96-9caa-028afe06e466"}]': finished 2023-10-13T23:59:06.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:05 smithi055 ceph-mon[124249]: osdmap e46: 8 total, 7 up, 8 in 2023-10-13T23:59:06.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:05 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-13T23:59:06.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:05 smithi055 ceph-mon[124249]: from='client.? 172.21.15.82:0/1423479375' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-13T23:59:07.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:06 smithi082 ceph-mon[116307]: osdmap e47: 8 total, 7 up, 8 in 2023-10-13T23:59:07.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:06 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-13T23:59:07.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:06 smithi082 ceph-mon[116307]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-10-13T23:59:07.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:06 smithi055 ceph-mon[110989]: osdmap e47: 8 total, 7 up, 8 in 2023-10-13T23:59:07.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:06 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-13T23:59:07.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:06 smithi055 ceph-mon[110989]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-10-13T23:59:07.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:06 smithi055 ceph-mon[124249]: osdmap e47: 8 total, 7 up, 8 in 2023-10-13T23:59:07.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:06 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-13T23:59:07.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:06 smithi055 ceph-mon[124249]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-10-13T23:59:08.073 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:07 smithi082 ceph-mon[116307]: osdmap e48: 8 total, 7 up, 8 in 2023-10-13T23:59:08.073 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:07 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-13T23:59:08.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:07 smithi055 ceph-mon[110989]: osdmap e48: 8 total, 7 up, 8 in 2023-10-13T23:59:08.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:07 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-13T23:59:08.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:07 smithi055 ceph-mon[124249]: osdmap e48: 8 total, 7 up, 8 in 2023-10-13T23:59:08.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:07 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-13T23:59:09.093 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:08 smithi082 ceph-mon[116307]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-10-13T23:59:09.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:08 smithi055 ceph-mon[110989]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-10-13T23:59:09.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:08 smithi055 ceph-mon[124249]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-10-13T23:59:10.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:10 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-10-13T23:59:10.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:10 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:59:10.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:10 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-10-13T23:59:10.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:10 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:59:10.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:10 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-10-13T23:59:10.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:10 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:59:11.597 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:11 smithi082 ceph-mon[116307]: Deploying daemon osd.7 on smithi082 2023-10-13T23:59:11.597 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:11 smithi082 ceph-mon[116307]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 2.0 GiB used, 624 GiB / 626 GiB avail; 103 KiB/s, 0 objects/s recovering 2023-10-13T23:59:11.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:11 smithi055 ceph-mon[110989]: Deploying daemon osd.7 on smithi082 2023-10-13T23:59:11.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:11 smithi055 ceph-mon[110989]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 2.0 GiB used, 624 GiB / 626 GiB avail; 103 KiB/s, 0 objects/s recovering 2023-10-13T23:59:11.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:11 smithi055 ceph-mon[124249]: Deploying daemon osd.7 on smithi082 2023-10-13T23:59:11.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:11 smithi055 ceph-mon[124249]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 2.0 GiB used, 624 GiB / 626 GiB avail; 103 KiB/s, 0 objects/s recovering 2023-10-13T23:59:13.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:13 smithi082 ceph-mon[116307]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 2.0 GiB used, 624 GiB / 626 GiB avail; 79 KiB/s, 0 objects/s recovering 2023-10-13T23:59:13.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:13 smithi055 ceph-mon[110989]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 2.0 GiB used, 624 GiB / 626 GiB avail; 79 KiB/s, 0 objects/s recovering 2023-10-13T23:59:13.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:13 smithi055 ceph-mon[124249]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 2.0 GiB used, 624 GiB / 626 GiB avail; 79 KiB/s, 0 objects/s recovering 2023-10-13T23:59:14.521 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:14 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:14.522 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:14 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:14.522 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:14 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:59:14.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:14 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:14.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:14 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:14.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:14 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:59:14.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:14 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:14.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:14 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:14.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:14 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:59:15.525 INFO:teuthology.orchestra.run.smithi082.stdout:Created osd(s) 7 on host 'smithi082' 2023-10-13T23:59:15.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:15 smithi055 ceph-mon[110989]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 2.0 GiB used, 624 GiB / 626 GiB avail; 70 KiB/s, 0 objects/s recovering 2023-10-13T23:59:15.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:15 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:15.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:15 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:15.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:15 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:59:15.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:15 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:59:15.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:15 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:15.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:15 smithi055 ceph-mon[124249]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 2.0 GiB used, 624 GiB / 626 GiB avail; 70 KiB/s, 0 objects/s recovering 2023-10-13T23:59:15.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:15 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:15.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:15 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:15.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:15 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:59:15.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:15 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:59:15.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:15 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:15.809 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:15 smithi082 ceph-mon[116307]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 2.0 GiB used, 624 GiB / 626 GiB avail; 70 KiB/s, 0 objects/s recovering 2023-10-13T23:59:15.810 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:15 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:15.810 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:15 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:15.810 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:15 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:59:15.810 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:15 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:59:15.811 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:15 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:15.917 DEBUG:teuthology.orchestra.run.smithi082:osd.7> sudo journalctl -f -n 0 -u ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@osd.7.service 2023-10-13T23:59:15.920 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-10-13T23:59:15.921 DEBUG:teuthology.orchestra.run.smithi055:> 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 db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-13T23:59:15.951 INFO:journalctl@ceph.osd.7.smithi082.stdout:-- Logs begin at Fri 2023-10-13 23:43:36 UTC. -- 2023-10-13T23:59:16.224 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T23:59:16.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:16 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:16.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:16 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:16.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:16 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:59:16.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:16 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:16.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:16 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:16.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:16 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:59:16.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:16 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:16.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:16 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:16.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:16 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:59:16.876 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 13 23:59:16 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[143775]: 2023-10-13T23:59:16.610+0000 7f6eb9fd9540 -1 osd.7 0 log_to_monitors true 2023-10-13T23:59:17.483 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-13T23:59:17.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:17 smithi055 ceph-mon[110989]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 2.0 GiB used, 624 GiB / 626 GiB avail; 58 KiB/s, 0 objects/s recovering 2023-10-13T23:59:17.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:17 smithi055 ceph-mon[110989]: from='osd.7 [v2:172.21.15.82:6824/4101618271,v1:172.21.15.82:6825/4101618271]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-10-13T23:59:17.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:17 smithi055 ceph-mon[110989]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-10-13T23:59:17.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:17 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/1377613561' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-13T23:59:17.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:17 smithi055 ceph-mon[124249]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 2.0 GiB used, 624 GiB / 626 GiB avail; 58 KiB/s, 0 objects/s recovering 2023-10-13T23:59:17.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:17 smithi055 ceph-mon[124249]: from='osd.7 [v2:172.21.15.82:6824/4101618271,v1:172.21.15.82:6825/4101618271]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-10-13T23:59:17.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:17 smithi055 ceph-mon[124249]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-10-13T23:59:17.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:17 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/1377613561' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-13T23:59:17.787 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:17 smithi082 ceph-mon[116307]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 2.0 GiB used, 624 GiB / 626 GiB avail; 58 KiB/s, 0 objects/s recovering 2023-10-13T23:59:17.788 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:17 smithi082 ceph-mon[116307]: from='osd.7 [v2:172.21.15.82:6824/4101618271,v1:172.21.15.82:6825/4101618271]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-10-13T23:59:17.788 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:17 smithi082 ceph-mon[116307]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-10-13T23:59:17.788 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:17 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/1377613561' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-13T23:59:17.904 INFO:teuthology.orchestra.run.smithi055.stdout:{"epoch":48,"num_osds":8,"num_up_osds":7,"osd_up_since":1697241542,"num_in_osds":8,"osd_in_since":1697241544,"num_remapped_pgs":0} 2023-10-13T23:59:18.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:18 smithi082 ceph-mon[116307]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-10-13T23:59:18.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:18 smithi082 ceph-mon[116307]: osdmap e49: 8 total, 7 up, 8 in 2023-10-13T23:59:18.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:18 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-13T23:59:18.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:18 smithi082 ceph-mon[116307]: from='osd.7 [v2:172.21.15.82:6824/4101618271,v1:172.21.15.82:6825/4101618271]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]: dispatch 2023-10-13T23:59:18.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:18 smithi082 ceph-mon[116307]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]: dispatch 2023-10-13T23:59:18.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:18 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:18.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:18 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:18.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:18 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:59:18.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:18 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:59:18.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:18 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:59:18.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:18 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:59:18.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:18 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:18.879 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:18 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:59:18.879 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:18 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:59:18.879 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:18 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:18.879 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 13 23:59:18 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[143775]: 2023-10-13T23:59:18.554+0000 7f6eb07be700 -1 osd.7 0 waiting for initial osdmap 2023-10-13T23:59:18.880 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 13 23:59:18 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[143775]: 2023-10-13T23:59:18.567+0000 7f6eaadb8700 -1 osd.7 50 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-10-13T23:59:18.905 DEBUG:teuthology.orchestra.run.smithi055:> 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 db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-13T23:59:18.941 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:18 smithi055 ceph-mon[124249]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-10-13T23:59:18.942 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:18 smithi055 ceph-mon[124249]: osdmap e49: 8 total, 7 up, 8 in 2023-10-13T23:59:18.942 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:18 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-13T23:59:18.942 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:18 smithi055 ceph-mon[124249]: from='osd.7 [v2:172.21.15.82:6824/4101618271,v1:172.21.15.82:6825/4101618271]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]: dispatch 2023-10-13T23:59:18.942 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:18 smithi055 ceph-mon[124249]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]: dispatch 2023-10-13T23:59:18.942 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:18 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:18.943 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:18 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:18.943 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:18 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:59:18.943 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:18 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:59:18.943 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:18 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:59:18.943 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:18 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:59:18.943 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:18 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:18.944 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:18 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:59:18.944 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:18 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:59:18.944 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:18 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:18.944 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:18 smithi055 ceph-mon[110989]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-10-13T23:59:18.945 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:18 smithi055 ceph-mon[110989]: osdmap e49: 8 total, 7 up, 8 in 2023-10-13T23:59:18.945 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:18 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-13T23:59:18.945 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:18 smithi055 ceph-mon[110989]: from='osd.7 [v2:172.21.15.82:6824/4101618271,v1:172.21.15.82:6825/4101618271]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]: dispatch 2023-10-13T23:59:18.945 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:18 smithi055 ceph-mon[110989]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]: dispatch 2023-10-13T23:59:18.945 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:18 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:18.946 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:18 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:18.946 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:18 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:59:18.946 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:18 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:59:18.946 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:18 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:59:18.946 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:18 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T23:59:18.947 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:18 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:18.947 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:18 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:59:18.947 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:18 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:59:18.947 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:18 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:19.205 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T23:59:19.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:19 smithi055 ceph-mon[110989]: Detected new or changed devices on smithi082 2023-10-13T23:59:19.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:19 smithi055 ceph-mon[110989]: Adjusting osd_memory_target on smithi082 to 4278M 2023-10-13T23:59:19.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:19 smithi055 ceph-mon[110989]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 2.0 GiB used, 624 GiB / 626 GiB avail; 58 KiB/s, 0 objects/s recovering 2023-10-13T23:59:19.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:19 smithi055 ceph-mon[110989]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]': finished 2023-10-13T23:59:19.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:19 smithi055 ceph-mon[110989]: osdmap e50: 8 total, 7 up, 8 in 2023-10-13T23:59:19.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:19 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-13T23:59:19.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:19 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-13T23:59:19.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:19 smithi055 ceph-mon[110989]: osd.7 [v2:172.21.15.82:6824/4101618271,v1:172.21.15.82:6825/4101618271] boot 2023-10-13T23:59:19.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:19 smithi055 ceph-mon[110989]: osdmap e51: 8 total, 8 up, 8 in 2023-10-13T23:59:19.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:19 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-13T23:59:19.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:19 smithi055 ceph-mon[124249]: Detected new or changed devices on smithi082 2023-10-13T23:59:19.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:19 smithi055 ceph-mon[124249]: Adjusting osd_memory_target on smithi082 to 4278M 2023-10-13T23:59:19.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:19 smithi055 ceph-mon[124249]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 2.0 GiB used, 624 GiB / 626 GiB avail; 58 KiB/s, 0 objects/s recovering 2023-10-13T23:59:19.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:19 smithi055 ceph-mon[124249]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]': finished 2023-10-13T23:59:19.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:19 smithi055 ceph-mon[124249]: osdmap e50: 8 total, 7 up, 8 in 2023-10-13T23:59:19.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:19 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-13T23:59:19.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:19 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-13T23:59:19.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:19 smithi055 ceph-mon[124249]: osd.7 [v2:172.21.15.82:6824/4101618271,v1:172.21.15.82:6825/4101618271] boot 2023-10-13T23:59:19.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:19 smithi055 ceph-mon[124249]: osdmap e51: 8 total, 8 up, 8 in 2023-10-13T23:59:19.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:19 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-13T23:59:19.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:19 smithi082 ceph-mon[116307]: Detected new or changed devices on smithi082 2023-10-13T23:59:19.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:19 smithi082 ceph-mon[116307]: Adjusting osd_memory_target on smithi082 to 4278M 2023-10-13T23:59:19.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:19 smithi082 ceph-mon[116307]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 2.0 GiB used, 624 GiB / 626 GiB avail; 58 KiB/s, 0 objects/s recovering 2023-10-13T23:59:19.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:19 smithi082 ceph-mon[116307]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]': finished 2023-10-13T23:59:19.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:19 smithi082 ceph-mon[116307]: osdmap e50: 8 total, 7 up, 8 in 2023-10-13T23:59:19.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:19 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-13T23:59:19.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:19 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-13T23:59:19.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:19 smithi082 ceph-mon[116307]: osd.7 [v2:172.21.15.82:6824/4101618271,v1:172.21.15.82:6825/4101618271] boot 2023-10-13T23:59:19.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:19 smithi082 ceph-mon[116307]: osdmap e51: 8 total, 8 up, 8 in 2023-10-13T23:59:19.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:19 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-13T23:59:20.485 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-13T23:59:20.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:20 smithi055 ceph-mon[124249]: purged_snaps scrub starts 2023-10-13T23:59:20.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:20 smithi055 ceph-mon[124249]: purged_snaps scrub ok 2023-10-13T23:59:20.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:20 smithi055 ceph-mon[124249]: osdmap e52: 8 total, 8 up, 8 in 2023-10-13T23:59:20.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:20 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/1347211546' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-13T23:59:20.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:20 smithi055 ceph-mon[110989]: purged_snaps scrub starts 2023-10-13T23:59:20.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:20 smithi055 ceph-mon[110989]: purged_snaps scrub ok 2023-10-13T23:59:20.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:20 smithi055 ceph-mon[110989]: osdmap e52: 8 total, 8 up, 8 in 2023-10-13T23:59:20.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:20 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/1347211546' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-13T23:59:20.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:20 smithi082 ceph-mon[116307]: purged_snaps scrub starts 2023-10-13T23:59:20.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:20 smithi082 ceph-mon[116307]: purged_snaps scrub ok 2023-10-13T23:59:20.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:20 smithi082 ceph-mon[116307]: osdmap e52: 8 total, 8 up, 8 in 2023-10-13T23:59:20.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:20 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/1347211546' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-13T23:59:20.883 INFO:teuthology.orchestra.run.smithi055.stdout:{"epoch":52,"num_osds":8,"num_up_osds":8,"osd_up_since":1697241559,"num_in_osds":8,"osd_in_since":1697241544,"num_remapped_pgs":1} 2023-10-13T23:59:20.884 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph osd dump --format=json 2023-10-13T23:59:21.223 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T23:59:21.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:21 smithi055 ceph-mon[124249]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-13T23:59:21.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:21 smithi055 ceph-mon[124249]: osdmap e53: 8 total, 8 up, 8 in 2023-10-13T23:59:21.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:21 smithi055 ceph-mon[110989]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-13T23:59:21.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:21 smithi055 ceph-mon[110989]: osdmap e53: 8 total, 8 up, 8 in 2023-10-13T23:59:21.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:21 smithi082 ceph-mon[116307]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-13T23:59:21.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:21 smithi082 ceph-mon[116307]: osdmap e53: 8 total, 8 up, 8 in 2023-10-13T23:59:22.477 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-13T23:59:22.477 INFO:teuthology.orchestra.run.smithi055.stdout:{"epoch":54,"fsid":"db84ebe0-6a23-11ee-8db6-212e2dc638e7","created":"2023-10-13T23:55:30.731380+0000","modified":"2023-10-13T23:59:22.354089+0000","last_up_change":"2023-10-13T23:59:19.308317+0000","last_in_change":"2023-10-13T23:59:04.836217+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-10-13T23:57:56.647311+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"d28170b1-0144-410a-a466-99da11b43cad","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":53,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6802","nonce":4207389270},{"type":"v1","addr":"172.21.15.55:6803","nonce":4207389270}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6804","nonce":4207389270},{"type":"v1","addr":"172.21.15.55:6805","nonce":4207389270}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6808","nonce":4207389270},{"type":"v1","addr":"172.21.15.55:6809","nonce":4207389270}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6806","nonce":4207389270},{"type":"v1","addr":"172.21.15.55:6807","nonce":4207389270}]},"public_addr":"172.21.15.55:6803/4207389270","cluster_addr":"172.21.15.55:6805/4207389270","heartbeat_back_addr":"172.21.15.55:6809/4207389270","heartbeat_front_addr":"172.21.15.55:6807/4207389270","state":["exists","up"]},{"osd":1,"uuid":"42e1cf0f-2803-4d75-9383-a2dc5932e973","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6810","nonce":1792343124},{"type":"v1","addr":"172.21.15.55:6811","nonce":1792343124}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6812","nonce":1792343124},{"type":"v1","addr":"172.21.15.55:6813","nonce":1792343124}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6816","nonce":1792343124},{"type":"v1","addr":"172.21.15.55:6817","nonce":1792343124}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6814","nonce":1792343124},{"type":"v1","addr":"172.21.15.55:6815","nonce":1792343124}]},"public_addr":"172.21.15.55:6811/1792343124","cluster_addr":"172.21.15.55:6813/1792343124","heartbeat_back_addr":"172.21.15.55:6817/1792343124","heartbeat_front_addr":"172.21.15.55:6815/1792343124","state":["exists","up"]},{"osd":2,"uuid":"e6270b89-2967-4635-a4cb-4b0b4f08e40c","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.55:6818","nonce":3092175114},{"type":"v1","addr":"172.21.15.55:6819","nonce":3092175114}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6820","nonce":3092175114},{"type":"v1","addr":"172.21.15.55:6821","nonce":3092175114}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6824","nonce":3092175114},{"type":"v1","addr":"172.21.15.55:6825","nonce":3092175114}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6822","nonce":3092175114},{"type":"v1","addr":"172.21.15.55:6823","nonce":3092175114}]},"public_addr":"172.21.15.55:6819/3092175114","cluster_addr":"172.21.15.55:6821/3092175114","heartbeat_back_addr":"172.21.15.55:6825/3092175114","heartbeat_front_addr":"172.21.15.55:6823/3092175114","state":["exists","up"]},{"osd":3,"uuid":"2322d5af-ceaa-4906-9470-cc560f3c8649","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6826","nonce":2991376783},{"type":"v1","addr":"172.21.15.55:6827","nonce":2991376783}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6828","nonce":2991376783},{"type":"v1","addr":"172.21.15.55:6829","nonce":2991376783}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6832","nonce":2991376783},{"type":"v1","addr":"172.21.15.55:6833","nonce":2991376783}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6830","nonce":2991376783},{"type":"v1","addr":"172.21.15.55:6831","nonce":2991376783}]},"public_addr":"172.21.15.55:6827/2991376783","cluster_addr":"172.21.15.55:6829/2991376783","heartbeat_back_addr":"172.21.15.55:6833/2991376783","heartbeat_front_addr":"172.21.15.55:6831/2991376783","state":["exists","up"]},{"osd":4,"uuid":"73a6a3d7-af46-4628-b8f7-cf8457eb50a6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6800","nonce":4217660778},{"type":"v1","addr":"172.21.15.82:6801","nonce":4217660778}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6802","nonce":4217660778},{"type":"v1","addr":"172.21.15.82:6803","nonce":4217660778}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6806","nonce":4217660778},{"type":"v1","addr":"172.21.15.82:6807","nonce":4217660778}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6804","nonce":4217660778},{"type":"v1","addr":"172.21.15.82:6805","nonce":4217660778}]},"public_addr":"172.21.15.82:6801/4217660778","cluster_addr":"172.21.15.82:6803/4217660778","heartbeat_back_addr":"172.21.15.82:6807/4217660778","heartbeat_front_addr":"172.21.15.82:6805/4217660778","state":["exists","up"]},{"osd":5,"uuid":"bc73dbc6-78da-45a3-98a0-bfa2485d547a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6808","nonce":1916158445},{"type":"v1","addr":"172.21.15.82:6809","nonce":1916158445}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6810","nonce":1916158445},{"type":"v1","addr":"172.21.15.82:6811","nonce":1916158445}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6814","nonce":1916158445},{"type":"v1","addr":"172.21.15.82:6815","nonce":1916158445}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6812","nonce":1916158445},{"type":"v1","addr":"172.21.15.82:6813","nonce":1916158445}]},"public_addr":"172.21.15.82:6809/1916158445","cluster_addr":"172.21.15.82:6811/1916158445","heartbeat_back_addr":"172.21.15.82:6815/1916158445","heartbeat_front_addr":"172.21.15.82:6813/1916158445","state":["exists","up"]},{"osd":6,"uuid":"ed1ff877-27d3-4531-bb21-39916204267d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":43,"up_thru":47,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6816","nonce":2921610915},{"type":"v1","addr":"172.21.15.82:6817","nonce":2921610915}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6818","nonce":2921610915},{"type":"v1","addr":"172.21.15.82:6819","nonce":2921610915}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6822","nonce":2921610915},{"type":"v1","addr":"172.21.15.82:6823","nonce":2921610915}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6820","nonce":2921610915},{"type":"v1","addr":"172.21.15.82:6821","nonce":2921610915}]},"public_addr":"172.21.15.82:6817/2921610915","cluster_addr":"172.21.15.82:6819/2921610915","heartbeat_back_addr":"172.21.15.82:6823/2921610915","heartbeat_front_addr":"172.21.15.82:6821/2921610915","state":["exists","up"]},{"osd":7,"uuid":"f906cdc1-85ea-4e96-9caa-028afe06e466","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":51,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6824","nonce":4101618271},{"type":"v1","addr":"172.21.15.82:6825","nonce":4101618271}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6826","nonce":4101618271},{"type":"v1","addr":"172.21.15.82:6827","nonce":4101618271}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6830","nonce":4101618271},{"type":"v1","addr":"172.21.15.82:6831","nonce":4101618271}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6828","nonce":4101618271},{"type":"v1","addr":"172.21.15.82:6829","nonce":4101618271}]},"public_addr":"172.21.15.82:6825/4101618271","cluster_addr":"172.21.15.82:6827/4101618271","heartbeat_back_addr":"172.21.15.82:6831/4101618271","heartbeat_front_addr":"172.21.15.82:6829/4101618271","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-10-13T23:57:18.699926+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-10-13T23:57:36.889632+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-10-13T23:57:54.175435+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-10-13T23:58:12.068215+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-10-13T23:58:28.154098+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-10-13T23:58:44.573307+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-10-13T23:59:00.864868+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-10-13T23:59:17.626770+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.55:0/2092460180":"2023-10-14T23:56:16.099051+0000","172.21.15.55:0/530723977":"2023-10-14T23:56:16.099051+0000","172.21.15.55:0/537605984":"2023-10-14T23:56:16.099051+0000","172.21.15.55:0/2397783452":"2023-10-14T23:55:55.533134+0000","172.21.15.55:0/170831819":"2023-10-14T23:55:55.533134+0000","172.21.15.55:0/3632410194":"2023-10-14T23:55:55.533134+0000","172.21.15.55:6801/3365808168":"2023-10-14T23:56:16.099051+0000","172.21.15.55:6801/850178993":"2023-10-14T23:55:55.533134+0000","172.21.15.55:6800/850178993":"2023-10-14T23:55:55.533134+0000","172.21.15.55:6800/3365808168":"2023-10-14T23:56:16.099051+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-10-13T23:59:22.884 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-10-13T23:57:56.647311+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '21', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}}] 2023-10-13T23:59:22.885 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph osd pool get .mgr pg_num 2023-10-13T23:59:23.183 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T23:59:23.604 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:23 smithi055 ceph-mon[124249]: pgmap v136: 1 pgs: 1 remapped+peering; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-13T23:59:23.605 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:23 smithi055 ceph-mon[124249]: osdmap e54: 8 total, 8 up, 8 in 2023-10-13T23:59:23.605 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:23 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/2757955632' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-13T23:59:23.605 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:23 smithi055 ceph-mon[110989]: pgmap v136: 1 pgs: 1 remapped+peering; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-13T23:59:23.605 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:23 smithi055 ceph-mon[110989]: osdmap e54: 8 total, 8 up, 8 in 2023-10-13T23:59:23.606 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:23 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/2757955632' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-13T23:59:23.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:23 smithi082 ceph-mon[116307]: pgmap v136: 1 pgs: 1 remapped+peering; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-13T23:59:23.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:23 smithi082 ceph-mon[116307]: osdmap e54: 8 total, 8 up, 8 in 2023-10-13T23:59:23.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:23 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/2757955632' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-13T23:59:24.406 INFO:teuthology.orchestra.run.smithi055.stdout:pg_num: 1 2023-10-13T23:59:24.725 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:24 smithi055 ceph-mon[124249]: osdmap e55: 8 total, 8 up, 8 in 2023-10-13T23:59:24.726 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:24 smithi055 ceph-mon[110989]: osdmap e55: 8 total, 8 up, 8 in 2023-10-13T23:59:24.808 INFO:tasks.cephadm:Adding mds.a on smithi055 2023-10-13T23:59:24.808 INFO:tasks.cephadm:Adding mds.b on smithi082 2023-10-13T23:59:24.809 DEBUG:teuthology.orchestra.run.smithi082:> 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 db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph orch apply mds all '2;smithi055=a;smithi082=b' 2023-10-13T23:59:24.843 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:24 smithi082 ceph-mon[116307]: osdmap e55: 8 total, 8 up, 8 in 2023-10-13T23:59:25.082 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.b/config 2023-10-13T23:59:25.586 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:25 smithi082 ceph-mon[116307]: pgmap v139: 1 pgs: 1 remapped+peering; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-13T23:59:25.586 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:25 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/3581415117' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-10-13T23:59:25.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:25 smithi055 ceph-mon[110989]: pgmap v139: 1 pgs: 1 remapped+peering; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-13T23:59:25.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:25 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/3581415117' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-10-13T23:59:25.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:25 smithi055 ceph-mon[124249]: pgmap v139: 1 pgs: 1 remapped+peering; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-13T23:59:25.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:25 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/3581415117' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-10-13T23:59:26.213 INFO:teuthology.orchestra.run.smithi082.stdout:Scheduled mds.all update... 2023-10-13T23:59:26.619 DEBUG:teuthology.orchestra.run.smithi055:mds.a> sudo journalctl -f -n 0 -u ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@mds.a.service 2023-10-13T23:59:26.622 DEBUG:teuthology.orchestra.run.smithi082:mds.b> sudo journalctl -f -n 0 -u ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@mds.b.service 2023-10-13T23:59:26.656 INFO:journalctl@ceph.mds.a.smithi055.stdout:-- Logs begin at Fri 2023-10-13 23:43:28 UTC. -- 2023-10-13T23:59:26.661 INFO:tasks.cephadm:Setting up CephFS filesystem(s)... 2023-10-13T23:59:26.662 DEBUG:teuthology.orchestra.run.smithi055:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd dump --format=json 2023-10-13T23:59:26.691 INFO:journalctl@ceph.mds.b.smithi082.stdout:-- Logs begin at Fri 2023-10-13 23:43:36 UTC. -- 2023-10-13T23:59:27.022 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-13T23:59:27.022 INFO:teuthology.orchestra.run.smithi055.stdout:{"epoch":55,"fsid":"db84ebe0-6a23-11ee-8db6-212e2dc638e7","created":"2023-10-13T23:55:30.731380+0000","modified":"2023-10-13T23:59:23.358635+0000","last_up_change":"2023-10-13T23:59:19.308317+0000","last_in_change":"2023-10-13T23:59:04.836217+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-10-13T23:57:56.647311+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"d28170b1-0144-410a-a466-99da11b43cad","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":53,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6802","nonce":4207389270},{"type":"v1","addr":"172.21.15.55:6803","nonce":4207389270}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6804","nonce":4207389270},{"type":"v1","addr":"172.21.15.55:6805","nonce":4207389270}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6808","nonce":4207389270},{"type":"v1","addr":"172.21.15.55:6809","nonce":4207389270}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6806","nonce":4207389270},{"type":"v1","addr":"172.21.15.55:6807","nonce":4207389270}]},"public_addr":"172.21.15.55:6803/4207389270","cluster_addr":"172.21.15.55:6805/4207389270","heartbeat_back_addr":"172.21.15.55:6809/4207389270","heartbeat_front_addr":"172.21.15.55:6807/4207389270","state":["exists","up"]},{"osd":1,"uuid":"42e1cf0f-2803-4d75-9383-a2dc5932e973","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6810","nonce":1792343124},{"type":"v1","addr":"172.21.15.55:6811","nonce":1792343124}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6812","nonce":1792343124},{"type":"v1","addr":"172.21.15.55:6813","nonce":1792343124}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6816","nonce":1792343124},{"type":"v1","addr":"172.21.15.55:6817","nonce":1792343124}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6814","nonce":1792343124},{"type":"v1","addr":"172.21.15.55:6815","nonce":1792343124}]},"public_addr":"172.21.15.55:6811/1792343124","cluster_addr":"172.21.15.55:6813/1792343124","heartbeat_back_addr":"172.21.15.55:6817/1792343124","heartbeat_front_addr":"172.21.15.55:6815/1792343124","state":["exists","up"]},{"osd":2,"uuid":"e6270b89-2967-4635-a4cb-4b0b4f08e40c","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.55:6818","nonce":3092175114},{"type":"v1","addr":"172.21.15.55:6819","nonce":3092175114}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6820","nonce":3092175114},{"type":"v1","addr":"172.21.15.55:6821","nonce":3092175114}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6824","nonce":3092175114},{"type":"v1","addr":"172.21.15.55:6825","nonce":3092175114}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6822","nonce":3092175114},{"type":"v1","addr":"172.21.15.55:6823","nonce":3092175114}]},"public_addr":"172.21.15.55:6819/3092175114","cluster_addr":"172.21.15.55:6821/3092175114","heartbeat_back_addr":"172.21.15.55:6825/3092175114","heartbeat_front_addr":"172.21.15.55:6823/3092175114","state":["exists","up"]},{"osd":3,"uuid":"2322d5af-ceaa-4906-9470-cc560f3c8649","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6826","nonce":2991376783},{"type":"v1","addr":"172.21.15.55:6827","nonce":2991376783}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6828","nonce":2991376783},{"type":"v1","addr":"172.21.15.55:6829","nonce":2991376783}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6832","nonce":2991376783},{"type":"v1","addr":"172.21.15.55:6833","nonce":2991376783}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6830","nonce":2991376783},{"type":"v1","addr":"172.21.15.55:6831","nonce":2991376783}]},"public_addr":"172.21.15.55:6827/2991376783","cluster_addr":"172.21.15.55:6829/2991376783","heartbeat_back_addr":"172.21.15.55:6833/2991376783","heartbeat_front_addr":"172.21.15.55:6831/2991376783","state":["exists","up"]},{"osd":4,"uuid":"73a6a3d7-af46-4628-b8f7-cf8457eb50a6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6800","nonce":4217660778},{"type":"v1","addr":"172.21.15.82:6801","nonce":4217660778}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6802","nonce":4217660778},{"type":"v1","addr":"172.21.15.82:6803","nonce":4217660778}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6806","nonce":4217660778},{"type":"v1","addr":"172.21.15.82:6807","nonce":4217660778}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6804","nonce":4217660778},{"type":"v1","addr":"172.21.15.82:6805","nonce":4217660778}]},"public_addr":"172.21.15.82:6801/4217660778","cluster_addr":"172.21.15.82:6803/4217660778","heartbeat_back_addr":"172.21.15.82:6807/4217660778","heartbeat_front_addr":"172.21.15.82:6805/4217660778","state":["exists","up"]},{"osd":5,"uuid":"bc73dbc6-78da-45a3-98a0-bfa2485d547a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6808","nonce":1916158445},{"type":"v1","addr":"172.21.15.82:6809","nonce":1916158445}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6810","nonce":1916158445},{"type":"v1","addr":"172.21.15.82:6811","nonce":1916158445}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6814","nonce":1916158445},{"type":"v1","addr":"172.21.15.82:6815","nonce":1916158445}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6812","nonce":1916158445},{"type":"v1","addr":"172.21.15.82:6813","nonce":1916158445}]},"public_addr":"172.21.15.82:6809/1916158445","cluster_addr":"172.21.15.82:6811/1916158445","heartbeat_back_addr":"172.21.15.82:6815/1916158445","heartbeat_front_addr":"172.21.15.82:6813/1916158445","state":["exists","up"]},{"osd":6,"uuid":"ed1ff877-27d3-4531-bb21-39916204267d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":43,"up_thru":47,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6816","nonce":2921610915},{"type":"v1","addr":"172.21.15.82:6817","nonce":2921610915}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6818","nonce":2921610915},{"type":"v1","addr":"172.21.15.82:6819","nonce":2921610915}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6822","nonce":2921610915},{"type":"v1","addr":"172.21.15.82:6823","nonce":2921610915}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6820","nonce":2921610915},{"type":"v1","addr":"172.21.15.82:6821","nonce":2921610915}]},"public_addr":"172.21.15.82:6817/2921610915","cluster_addr":"172.21.15.82:6819/2921610915","heartbeat_back_addr":"172.21.15.82:6823/2921610915","heartbeat_front_addr":"172.21.15.82:6821/2921610915","state":["exists","up"]},{"osd":7,"uuid":"f906cdc1-85ea-4e96-9caa-028afe06e466","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":51,"up_thru":54,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6824","nonce":4101618271},{"type":"v1","addr":"172.21.15.82:6825","nonce":4101618271}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6826","nonce":4101618271},{"type":"v1","addr":"172.21.15.82:6827","nonce":4101618271}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6830","nonce":4101618271},{"type":"v1","addr":"172.21.15.82:6831","nonce":4101618271}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6828","nonce":4101618271},{"type":"v1","addr":"172.21.15.82:6829","nonce":4101618271}]},"public_addr":"172.21.15.82:6825/4101618271","cluster_addr":"172.21.15.82:6827/4101618271","heartbeat_back_addr":"172.21.15.82:6831/4101618271","heartbeat_front_addr":"172.21.15.82:6829/4101618271","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-10-13T23:57:18.699926+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-10-13T23:57:36.889632+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-10-13T23:57:54.175435+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-10-13T23:58:12.068215+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-10-13T23:58:28.154098+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-10-13T23:58:44.573307+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-10-13T23:59:00.864868+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-10-13T23:59:17.626770+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.55:0/2092460180":"2023-10-14T23:56:16.099051+0000","172.21.15.55:0/530723977":"2023-10-14T23:56:16.099051+0000","172.21.15.55:0/537605984":"2023-10-14T23:56:16.099051+0000","172.21.15.55:0/2397783452":"2023-10-14T23:55:55.533134+0000","172.21.15.55:0/170831819":"2023-10-14T23:55:55.533134+0000","172.21.15.55:0/3632410194":"2023-10-14T23:55:55.533134+0000","172.21.15.55:6801/3365808168":"2023-10-14T23:56:16.099051+0000","172.21.15.55:6801/850178993":"2023-10-14T23:55:55.533134+0000","172.21.15.55:6800/850178993":"2023-10-14T23:55:55.533134+0000","172.21.15.55:6800/3365808168":"2023-10-14T23:56:16.099051+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-10-13T23:59:27.037 INFO:tasks.cephfs.filesystem.ceph_manager:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-10-13T23:57:56.647311+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '21', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}}] 2023-10-13T23:59:27.038 DEBUG:teuthology.orchestra.run.smithi055:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd pool get .mgr pg_num 2023-10-13T23:59:27.370 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:27 smithi055 ceph-mon[110989]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 KiB/s, 0 objects/s recovering 2023-10-13T23:59:27.370 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:27 smithi055 ceph-mon[110989]: from='client.24349 -' entity='client.admin' cmd=[{"prefix": "orch apply mds", "fs_name": "all", "placement": "2;smithi055=a;smithi082=b", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:59:27.371 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:27 smithi055 ceph-mon[110989]: Saving service mds.all spec with placement smithi055=a;smithi082=b;count:2 2023-10-13T23:59:27.371 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:27 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:27.371 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:27 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:59:27.371 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:27 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:59:27.371 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:27 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:59:27.372 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:27 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:27.372 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:27 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' 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-10-13T23:59:27.372 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:27 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' 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-10-13T23:59:27.372 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:27 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:59:27.373 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:27 smithi055 ceph-mon[110989]: Deploying daemon mds.a on smithi055 2023-10-13T23:59:27.373 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:27 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/3355581516' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-13T23:59:27.373 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:27 smithi055 ceph-mon[124249]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 KiB/s, 0 objects/s recovering 2023-10-13T23:59:27.374 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:27 smithi055 ceph-mon[124249]: from='client.24349 -' entity='client.admin' cmd=[{"prefix": "orch apply mds", "fs_name": "all", "placement": "2;smithi055=a;smithi082=b", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:59:27.374 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:27 smithi055 ceph-mon[124249]: Saving service mds.all spec with placement smithi055=a;smithi082=b;count:2 2023-10-13T23:59:27.374 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:27 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:27.374 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:27 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:59:27.375 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:27 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:59:27.375 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:27 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:59:27.375 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:27 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:27.375 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:27 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' 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-10-13T23:59:27.375 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:27 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' 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-10-13T23:59:27.376 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:27 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:59:27.376 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:27 smithi055 ceph-mon[124249]: Deploying daemon mds.a on smithi055 2023-10-13T23:59:27.376 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:27 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/3355581516' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-13T23:59:27.432 INFO:teuthology.orchestra.run.smithi055.stdout:pg_num: 1 2023-10-13T23:59:27.449 DEBUG:teuthology.orchestra.run.smithi055:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph fs dump --format=json 2023-10-13T23:59:27.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:27 smithi082 ceph-mon[116307]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 KiB/s, 0 objects/s recovering 2023-10-13T23:59:27.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:27 smithi082 ceph-mon[116307]: from='client.24349 -' entity='client.admin' cmd=[{"prefix": "orch apply mds", "fs_name": "all", "placement": "2;smithi055=a;smithi082=b", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:59:27.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:27 smithi082 ceph-mon[116307]: Saving service mds.all spec with placement smithi055=a;smithi082=b;count:2 2023-10-13T23:59:27.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:27 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:27.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:27 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:59:27.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:27 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:59:27.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:27 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:59:27.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:27 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:27.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:27 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' 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-10-13T23:59:27.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:27 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' 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-10-13T23:59:27.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:27 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:59:27.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:27 smithi082 ceph-mon[116307]: Deploying daemon mds.a on smithi055 2023-10-13T23:59:27.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:27 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/3355581516' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-13T23:59:27.664 INFO:journalctl@ceph.mds.a.smithi055.stdout:Oct 13 23:59:27 smithi055 systemd[1]: Starting Ceph mds.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-13T23:59:27.876 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-13T23:59:27.876 INFO:teuthology.orchestra.run.smithi055.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-10-13T23:59:27.878 INFO:teuthology.orchestra.run.smithi055.stderr:dumped fsmap epoch 1 2023-10-13T23:59:28.016 INFO:journalctl@ceph.mds.a.smithi055.stdout:Oct 13 23:59:27 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mds-a[156298]: starting mds.a at 2023-10-13T23:59:28.017 INFO:journalctl@ceph.mds.a.smithi055.stdout:Oct 13 23:59:27 smithi055 bash[156268]: a64e2d68f55a2834a05f4475c7f344e0ba5716e8d792d49c4e20075b58d00724 2023-10-13T23:59:28.017 INFO:journalctl@ceph.mds.a.smithi055.stdout:Oct 13 23:59:27 smithi055 systemd[1]: Started Ceph mds.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-13T23:59:28.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:28 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/3115683087' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-10-13T23:59:28.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:28 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/889225040' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2023-10-13T23:59:28.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:28 smithi055 ceph-mon[110989]: mds.? [v2:172.21.15.55:6834/488392878,v1:172.21.15.55:6835/488392878] up:boot 2023-10-13T23:59:28.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:28 smithi055 ceph-mon[110989]: fsmap 1 up:standby 2023-10-13T23:59:28.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:28 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2023-10-13T23:59:28.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:28 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:28.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:28 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:28.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:28 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:28.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:28 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' 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-10-13T23:59:28.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:28 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' 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-10-13T23:59:28.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:28 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:59:28.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:28 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/3115683087' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-10-13T23:59:28.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:28 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/889225040' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2023-10-13T23:59:28.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:28 smithi055 ceph-mon[124249]: mds.? [v2:172.21.15.55:6834/488392878,v1:172.21.15.55:6835/488392878] up:boot 2023-10-13T23:59:28.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:28 smithi055 ceph-mon[124249]: fsmap 1 up:standby 2023-10-13T23:59:28.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:28 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2023-10-13T23:59:28.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:28 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:28.521 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:28 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:28.521 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:28 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:28.522 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:28 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' 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-10-13T23:59:28.522 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:28 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' 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-10-13T23:59:28.522 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:28 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:59:28.543 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:28 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/3115683087' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-10-13T23:59:28.543 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:28 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/889225040' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2023-10-13T23:59:28.544 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:28 smithi082 ceph-mon[116307]: mds.? [v2:172.21.15.55:6834/488392878,v1:172.21.15.55:6835/488392878] up:boot 2023-10-13T23:59:28.544 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:28 smithi082 ceph-mon[116307]: fsmap 1 up:standby 2023-10-13T23:59:28.544 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:28 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2023-10-13T23:59:28.544 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:28 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:28.544 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:28 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:28.545 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:28 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:28.545 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:28 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' 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-10-13T23:59:28.545 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:28 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' 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-10-13T23:59:28.545 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:28 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:59:29.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:29 smithi055 ceph-mon[124249]: Deploying daemon mds.b on smithi082 2023-10-13T23:59:29.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:29 smithi055 ceph-mon[124249]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 KiB/s, 0 objects/s recovering 2023-10-13T23:59:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:29 smithi055 ceph-mon[110989]: Deploying daemon mds.b on smithi082 2023-10-13T23:59:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:29 smithi055 ceph-mon[110989]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 KiB/s, 0 objects/s recovering 2023-10-13T23:59:29.519 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:29 smithi082 ceph-mon[116307]: Deploying daemon mds.b on smithi082 2023-10-13T23:59:29.519 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:29 smithi082 ceph-mon[116307]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 KiB/s, 0 objects/s recovering 2023-10-13T23:59:29.875 INFO:journalctl@ceph.mds.b.smithi082.stdout:Oct 13 23:59:29 smithi082 bash[148704]: c8f059701aff25e604d12d5acb20e61b66ab54eba47c89fd52f88e311a7603ef 2023-10-13T23:59:29.875 INFO:journalctl@ceph.mds.b.smithi082.stdout:Oct 13 23:59:29 smithi082 systemd[1]: Started Ceph mds.b for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-13T23:59:29.893 DEBUG:teuthology.orchestra.run.smithi055:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph fs dump --format=json 2023-10-13T23:59:30.332 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-13T23:59:30.332 INFO:teuthology.orchestra.run.smithi055.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":14472,"name":"a","rank":-1,"incarnation":0,"state":"up:standby","state_seq":1,"addr":"172.21.15.55:6835/488392878","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6834","nonce":488392878},{"type":"v1","addr":"172.21.15.55:6835","nonce":488392878}]},"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":24376,"name":"b","rank":-1,"incarnation":0,"state":"up:standby","state_seq":1,"addr":"172.21.15.82:6833/2924660589","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6832","nonce":2924660589},{"type":"v1","addr":"172.21.15.82:6833","nonce":2924660589}]},"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-10-13T23:59:30.335 INFO:teuthology.orchestra.run.smithi055.stderr:dumped fsmap epoch 3 2023-10-13T23:59:30.348 DEBUG:teuthology.orchestra.run.smithi055:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd dump --format=json 2023-10-13T23:59:30.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:30 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:30.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:30 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:30.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:30 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:30.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:30 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:30.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:30 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:30.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:30 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:59:30.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:30 smithi082 ceph-mon[116307]: mds.? [v2:172.21.15.82:6832/2924660589,v1:172.21.15.82:6833/2924660589] up:boot 2023-10-13T23:59:30.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:30 smithi082 ceph-mon[116307]: fsmap 2 up:standby 2023-10-13T23:59:30.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:30 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2023-10-13T23:59:30.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:30 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/1206489602' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2023-10-13T23:59:30.733 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-13T23:59:30.734 INFO:teuthology.orchestra.run.smithi055.stdout:{"epoch":55,"fsid":"db84ebe0-6a23-11ee-8db6-212e2dc638e7","created":"2023-10-13T23:55:30.731380+0000","modified":"2023-10-13T23:59:23.358635+0000","last_up_change":"2023-10-13T23:59:19.308317+0000","last_in_change":"2023-10-13T23:59:04.836217+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-10-13T23:57:56.647311+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"d28170b1-0144-410a-a466-99da11b43cad","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":53,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6802","nonce":4207389270},{"type":"v1","addr":"172.21.15.55:6803","nonce":4207389270}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6804","nonce":4207389270},{"type":"v1","addr":"172.21.15.55:6805","nonce":4207389270}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6808","nonce":4207389270},{"type":"v1","addr":"172.21.15.55:6809","nonce":4207389270}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6806","nonce":4207389270},{"type":"v1","addr":"172.21.15.55:6807","nonce":4207389270}]},"public_addr":"172.21.15.55:6803/4207389270","cluster_addr":"172.21.15.55:6805/4207389270","heartbeat_back_addr":"172.21.15.55:6809/4207389270","heartbeat_front_addr":"172.21.15.55:6807/4207389270","state":["exists","up"]},{"osd":1,"uuid":"42e1cf0f-2803-4d75-9383-a2dc5932e973","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6810","nonce":1792343124},{"type":"v1","addr":"172.21.15.55:6811","nonce":1792343124}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6812","nonce":1792343124},{"type":"v1","addr":"172.21.15.55:6813","nonce":1792343124}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6816","nonce":1792343124},{"type":"v1","addr":"172.21.15.55:6817","nonce":1792343124}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6814","nonce":1792343124},{"type":"v1","addr":"172.21.15.55:6815","nonce":1792343124}]},"public_addr":"172.21.15.55:6811/1792343124","cluster_addr":"172.21.15.55:6813/1792343124","heartbeat_back_addr":"172.21.15.55:6817/1792343124","heartbeat_front_addr":"172.21.15.55:6815/1792343124","state":["exists","up"]},{"osd":2,"uuid":"e6270b89-2967-4635-a4cb-4b0b4f08e40c","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.55:6818","nonce":3092175114},{"type":"v1","addr":"172.21.15.55:6819","nonce":3092175114}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6820","nonce":3092175114},{"type":"v1","addr":"172.21.15.55:6821","nonce":3092175114}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6824","nonce":3092175114},{"type":"v1","addr":"172.21.15.55:6825","nonce":3092175114}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6822","nonce":3092175114},{"type":"v1","addr":"172.21.15.55:6823","nonce":3092175114}]},"public_addr":"172.21.15.55:6819/3092175114","cluster_addr":"172.21.15.55:6821/3092175114","heartbeat_back_addr":"172.21.15.55:6825/3092175114","heartbeat_front_addr":"172.21.15.55:6823/3092175114","state":["exists","up"]},{"osd":3,"uuid":"2322d5af-ceaa-4906-9470-cc560f3c8649","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6826","nonce":2991376783},{"type":"v1","addr":"172.21.15.55:6827","nonce":2991376783}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6828","nonce":2991376783},{"type":"v1","addr":"172.21.15.55:6829","nonce":2991376783}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6832","nonce":2991376783},{"type":"v1","addr":"172.21.15.55:6833","nonce":2991376783}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6830","nonce":2991376783},{"type":"v1","addr":"172.21.15.55:6831","nonce":2991376783}]},"public_addr":"172.21.15.55:6827/2991376783","cluster_addr":"172.21.15.55:6829/2991376783","heartbeat_back_addr":"172.21.15.55:6833/2991376783","heartbeat_front_addr":"172.21.15.55:6831/2991376783","state":["exists","up"]},{"osd":4,"uuid":"73a6a3d7-af46-4628-b8f7-cf8457eb50a6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6800","nonce":4217660778},{"type":"v1","addr":"172.21.15.82:6801","nonce":4217660778}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6802","nonce":4217660778},{"type":"v1","addr":"172.21.15.82:6803","nonce":4217660778}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6806","nonce":4217660778},{"type":"v1","addr":"172.21.15.82:6807","nonce":4217660778}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6804","nonce":4217660778},{"type":"v1","addr":"172.21.15.82:6805","nonce":4217660778}]},"public_addr":"172.21.15.82:6801/4217660778","cluster_addr":"172.21.15.82:6803/4217660778","heartbeat_back_addr":"172.21.15.82:6807/4217660778","heartbeat_front_addr":"172.21.15.82:6805/4217660778","state":["exists","up"]},{"osd":5,"uuid":"bc73dbc6-78da-45a3-98a0-bfa2485d547a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6808","nonce":1916158445},{"type":"v1","addr":"172.21.15.82:6809","nonce":1916158445}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6810","nonce":1916158445},{"type":"v1","addr":"172.21.15.82:6811","nonce":1916158445}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6814","nonce":1916158445},{"type":"v1","addr":"172.21.15.82:6815","nonce":1916158445}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6812","nonce":1916158445},{"type":"v1","addr":"172.21.15.82:6813","nonce":1916158445}]},"public_addr":"172.21.15.82:6809/1916158445","cluster_addr":"172.21.15.82:6811/1916158445","heartbeat_back_addr":"172.21.15.82:6815/1916158445","heartbeat_front_addr":"172.21.15.82:6813/1916158445","state":["exists","up"]},{"osd":6,"uuid":"ed1ff877-27d3-4531-bb21-39916204267d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":43,"up_thru":47,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6816","nonce":2921610915},{"type":"v1","addr":"172.21.15.82:6817","nonce":2921610915}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6818","nonce":2921610915},{"type":"v1","addr":"172.21.15.82:6819","nonce":2921610915}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6822","nonce":2921610915},{"type":"v1","addr":"172.21.15.82:6823","nonce":2921610915}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6820","nonce":2921610915},{"type":"v1","addr":"172.21.15.82:6821","nonce":2921610915}]},"public_addr":"172.21.15.82:6817/2921610915","cluster_addr":"172.21.15.82:6819/2921610915","heartbeat_back_addr":"172.21.15.82:6823/2921610915","heartbeat_front_addr":"172.21.15.82:6821/2921610915","state":["exists","up"]},{"osd":7,"uuid":"f906cdc1-85ea-4e96-9caa-028afe06e466","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":51,"up_thru":54,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6824","nonce":4101618271},{"type":"v1","addr":"172.21.15.82:6825","nonce":4101618271}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6826","nonce":4101618271},{"type":"v1","addr":"172.21.15.82:6827","nonce":4101618271}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6830","nonce":4101618271},{"type":"v1","addr":"172.21.15.82:6831","nonce":4101618271}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6828","nonce":4101618271},{"type":"v1","addr":"172.21.15.82:6829","nonce":4101618271}]},"public_addr":"172.21.15.82:6825/4101618271","cluster_addr":"172.21.15.82:6827/4101618271","heartbeat_back_addr":"172.21.15.82:6831/4101618271","heartbeat_front_addr":"172.21.15.82:6829/4101618271","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-10-13T23:57:18.699926+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-10-13T23:57:36.889632+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-10-13T23:57:54.175435+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-10-13T23:58:12.068215+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-10-13T23:58:28.154098+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-10-13T23:58:44.573307+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-10-13T23:59:00.864868+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-10-13T23:59:17.626770+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.55:0/2092460180":"2023-10-14T23:56:16.099051+0000","172.21.15.55:0/530723977":"2023-10-14T23:56:16.099051+0000","172.21.15.55:0/537605984":"2023-10-14T23:56:16.099051+0000","172.21.15.55:0/2397783452":"2023-10-14T23:55:55.533134+0000","172.21.15.55:0/170831819":"2023-10-14T23:55:55.533134+0000","172.21.15.55:0/3632410194":"2023-10-14T23:55:55.533134+0000","172.21.15.55:6801/3365808168":"2023-10-14T23:56:16.099051+0000","172.21.15.55:6801/850178993":"2023-10-14T23:55:55.533134+0000","172.21.15.55:6800/850178993":"2023-10-14T23:55:55.533134+0000","172.21.15.55:6800/3365808168":"2023-10-14T23:56:16.099051+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-10-13T23:59:30.749 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:30 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:30.750 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:30 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:30.750 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:30 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:30.750 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:30 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:30.750 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:30 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:30.750 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:30 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:59:30.751 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:30 smithi055 ceph-mon[124249]: mds.? [v2:172.21.15.82:6832/2924660589,v1:172.21.15.82:6833/2924660589] up:boot 2023-10-13T23:59:30.751 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:30 smithi055 ceph-mon[124249]: fsmap 2 up:standby 2023-10-13T23:59:30.751 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:30 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2023-10-13T23:59:30.751 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:30 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/1206489602' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2023-10-13T23:59:30.752 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:30 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:30.752 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:30 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:30.752 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:30 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:30.752 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:30 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:30.753 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:30 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:30.753 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:30 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:59:30.753 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:30 smithi055 ceph-mon[110989]: mds.? [v2:172.21.15.82:6832/2924660589,v1:172.21.15.82:6833/2924660589] up:boot 2023-10-13T23:59:30.753 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:30 smithi055 ceph-mon[110989]: fsmap 2 up:standby 2023-10-13T23:59:30.753 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:30 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2023-10-13T23:59:30.754 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:30 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/1206489602' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2023-10-13T23:59:30.755 INFO:tasks.cephfs.filesystem.ceph_manager:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-10-13T23:57:56.647311+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '21', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}}] 2023-10-13T23:59:30.755 DEBUG:teuthology.orchestra.run.smithi055:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd pool get .mgr pg_num 2023-10-13T23:59:31.122 INFO:teuthology.orchestra.run.smithi055.stdout:pg_num: 1 2023-10-13T23:59:31.139 DEBUG:teuthology.orchestra.run.smithi055:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph --format=json-pretty osd lspools 2023-10-13T23:59:31.497 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-13T23:59:31.498 INFO:teuthology.orchestra.run.smithi055.stdout:[ 2023-10-13T23:59:31.498 INFO:teuthology.orchestra.run.smithi055.stdout: { 2023-10-13T23:59:31.498 INFO:teuthology.orchestra.run.smithi055.stdout: "poolnum": 1, 2023-10-13T23:59:31.498 INFO:teuthology.orchestra.run.smithi055.stdout: "poolname": ".mgr" 2023-10-13T23:59:31.498 INFO:teuthology.orchestra.run.smithi055.stdout: } 2023-10-13T23:59:31.499 INFO:teuthology.orchestra.run.smithi055.stdout:] 2023-10-13T23:59:31.513 DEBUG:tasks.cephfs.filesystem:Creating filesystem 'cephfs' 2023-10-13T23:59:31.514 DEBUG:teuthology.orchestra.run.smithi055:> 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-10-13T23:59:31.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:31 smithi055 ceph-mon[110989]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 72 KiB/s, 0 objects/s recovering 2023-10-13T23:59:31.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:31 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/2229939490' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-13T23:59:31.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:31 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:31.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:31 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:31.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:31 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:31.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:31 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:31.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:31 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:59:31.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:31 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:59:31.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:31 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:31.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:31 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/697755961' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-10-13T23:59:31.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:31 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:59:31.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:31 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:59:31.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:31 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:59:31.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:31 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:31.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:31 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:31.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:31 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/1734977075' entity='client.admin' cmd=[{"prefix": "osd lspools", "format": "json-pretty"}]: dispatch 2023-10-13T23:59:31.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:31 smithi055 ceph-mon[124249]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 72 KiB/s, 0 objects/s recovering 2023-10-13T23:59:31.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:31 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/2229939490' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-13T23:59:31.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:31 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:31.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:31 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:31.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:31 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:31.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:31 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:31.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:31 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:59:31.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:31 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:59:31.772 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:31 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:31.772 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:31 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/697755961' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-10-13T23:59:31.772 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:31 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:59:31.772 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:31 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:59:31.772 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:31 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:59:31.773 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:31 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:31.773 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:31 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:31.773 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:31 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/1734977075' entity='client.admin' cmd=[{"prefix": "osd lspools", "format": "json-pretty"}]: dispatch 2023-10-13T23:59:32.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:31 smithi082 ceph-mon[116307]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 72 KiB/s, 0 objects/s recovering 2023-10-13T23:59:32.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:31 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/2229939490' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-13T23:59:32.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:31 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:32.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:31 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:32.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:31 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:32.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:31 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:32.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:31 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:59:32.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:31 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:59:32.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:31 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:32.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:31 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/697755961' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-10-13T23:59:32.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:31 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:59:32.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:31 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:59:32.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:31 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:59:32.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:31 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:32.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:31 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:32.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:31 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/1734977075' entity='client.admin' cmd=[{"prefix": "osd lspools", "format": "json-pretty"}]: dispatch 2023-10-13T23:59:32.682 INFO:teuthology.orchestra.run.smithi055.stderr:pool 'cephfs_metadata' created 2023-10-13T23:59:32.697 DEBUG:teuthology.orchestra.run.smithi055:> 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-10-13T23:59:33.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:32 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/3911287522' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "cephfs_metadata", "pg_num_min": 64}]: dispatch 2023-10-13T23:59:33.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:32 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/3911287522' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "cephfs_metadata", "pg_num_min": 64}]: dispatch 2023-10-13T23:59:33.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:32 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/3911287522' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "cephfs_metadata", "pg_num_min": 64}]: dispatch 2023-10-13T23:59:33.699 INFO:teuthology.orchestra.run.smithi055.stderr:pool 'cephfs_data' created 2023-10-13T23:59:33.723 DEBUG:teuthology.orchestra.run.smithi055:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph fs new cephfs cephfs_metadata cephfs_data 2023-10-13T23:59:34.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:33 smithi055 ceph-mon[124249]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 59 KiB/s, 0 objects/s recovering 2023-10-13T23:59:34.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:33 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/3911287522' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "cephfs_metadata", "pg_num_min": 64}]': finished 2023-10-13T23:59:34.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:33 smithi055 ceph-mon[124249]: osdmap e56: 8 total, 8 up, 8 in 2023-10-13T23:59:34.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:33 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/746511893' 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-10-13T23:59:34.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:33 smithi055 ceph-mon[124249]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "cephfs_data", "pg_num": 64, "pg_num_min": 64, "target_size_ratio": 0.9}]: dispatch 2023-10-13T23:59:34.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:33 smithi055 ceph-mon[110989]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 59 KiB/s, 0 objects/s recovering 2023-10-13T23:59:34.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:33 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/3911287522' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "cephfs_metadata", "pg_num_min": 64}]': finished 2023-10-13T23:59:34.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:33 smithi055 ceph-mon[110989]: osdmap e56: 8 total, 8 up, 8 in 2023-10-13T23:59:34.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:33 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/746511893' 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-10-13T23:59:34.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:33 smithi055 ceph-mon[110989]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "cephfs_data", "pg_num": 64, "pg_num_min": 64, "target_size_ratio": 0.9}]: dispatch 2023-10-13T23:59:34.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:33 smithi082 ceph-mon[116307]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 59 KiB/s, 0 objects/s recovering 2023-10-13T23:59:34.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:33 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/3911287522' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "cephfs_metadata", "pg_num_min": 64}]': finished 2023-10-13T23:59:34.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:33 smithi082 ceph-mon[116307]: osdmap e56: 8 total, 8 up, 8 in 2023-10-13T23:59:34.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:33 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/746511893' 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-10-13T23:59:34.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:33 smithi082 ceph-mon[116307]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "cephfs_data", "pg_num": 64, "pg_num_min": 64, "target_size_ratio": 0.9}]: dispatch 2023-10-13T23:59:34.732 INFO:teuthology.orchestra.run.smithi055.stderr:new fs with metadata pool 2 and data pool 3 2023-10-13T23:59:34.746 DEBUG:teuthology.orchestra.run.smithi055:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd dump --format=json 2023-10-13T23:59:35.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:34 smithi055 ceph-mon[124249]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "cephfs_data", "pg_num": 64, "pg_num_min": 64, "target_size_ratio": 0.9}]': finished 2023-10-13T23:59:35.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:34 smithi055 ceph-mon[124249]: osdmap e57: 8 total, 8 up, 8 in 2023-10-13T23:59:35.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:34 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/2343324678' entity='client.admin' cmd=[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs_metadata", "data": "cephfs_data"}]: dispatch 2023-10-13T23:59:35.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:34 smithi055 ceph-mon[124249]: from='client.? ' entity='client.admin' cmd=[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs_metadata", "data": "cephfs_data"}]: dispatch 2023-10-13T23:59:35.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:34 smithi055 ceph-mon[124249]: daemon mds.b assigned to filesystem cephfs as rank 0 2023-10-13T23:59:35.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:34 smithi055 ceph-mon[124249]: osdmap e58: 8 total, 8 up, 8 in 2023-10-13T23:59:35.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:34 smithi055 ceph-mon[110989]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "cephfs_data", "pg_num": 64, "pg_num_min": 64, "target_size_ratio": 0.9}]': finished 2023-10-13T23:59:35.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:34 smithi055 ceph-mon[110989]: osdmap e57: 8 total, 8 up, 8 in 2023-10-13T23:59:35.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:34 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/2343324678' entity='client.admin' cmd=[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs_metadata", "data": "cephfs_data"}]: dispatch 2023-10-13T23:59:35.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:34 smithi055 ceph-mon[110989]: from='client.? ' entity='client.admin' cmd=[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs_metadata", "data": "cephfs_data"}]: dispatch 2023-10-13T23:59:35.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:34 smithi055 ceph-mon[110989]: daemon mds.b assigned to filesystem cephfs as rank 0 2023-10-13T23:59:35.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:34 smithi055 ceph-mon[110989]: osdmap e58: 8 total, 8 up, 8 in 2023-10-13T23:59:35.097 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-13T23:59:35.098 INFO:teuthology.orchestra.run.smithi055.stdout:{"epoch":58,"fsid":"db84ebe0-6a23-11ee-8db6-212e2dc638e7","created":"2023-10-13T23:55:30.731380+0000","modified":"2023-10-13T23:59:34.127378+0000","last_up_change":"2023-10-13T23:59:19.308317+0000","last_in_change":"2023-10-13T23:59:04.836217+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-10-13T23:57:56.647311+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}},{"pool":2,"pool_name":"cephfs_metadata","create_time":"2023-10-13T23:59:32.323941+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":"58","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-10-13T23:59:33.509551+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":"58","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":"d28170b1-0144-410a-a466-99da11b43cad","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6802","nonce":4207389270},{"type":"v1","addr":"172.21.15.55:6803","nonce":4207389270}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6804","nonce":4207389270},{"type":"v1","addr":"172.21.15.55:6805","nonce":4207389270}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6808","nonce":4207389270},{"type":"v1","addr":"172.21.15.55:6809","nonce":4207389270}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6806","nonce":4207389270},{"type":"v1","addr":"172.21.15.55:6807","nonce":4207389270}]},"public_addr":"172.21.15.55:6803/4207389270","cluster_addr":"172.21.15.55:6805/4207389270","heartbeat_back_addr":"172.21.15.55:6809/4207389270","heartbeat_front_addr":"172.21.15.55:6807/4207389270","state":["exists","up"]},{"osd":1,"uuid":"42e1cf0f-2803-4d75-9383-a2dc5932e973","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6810","nonce":1792343124},{"type":"v1","addr":"172.21.15.55:6811","nonce":1792343124}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6812","nonce":1792343124},{"type":"v1","addr":"172.21.15.55:6813","nonce":1792343124}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6816","nonce":1792343124},{"type":"v1","addr":"172.21.15.55:6817","nonce":1792343124}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6814","nonce":1792343124},{"type":"v1","addr":"172.21.15.55:6815","nonce":1792343124}]},"public_addr":"172.21.15.55:6811/1792343124","cluster_addr":"172.21.15.55:6813/1792343124","heartbeat_back_addr":"172.21.15.55:6817/1792343124","heartbeat_front_addr":"172.21.15.55:6815/1792343124","state":["exists","up"]},{"osd":2,"uuid":"e6270b89-2967-4635-a4cb-4b0b4f08e40c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6818","nonce":3092175114},{"type":"v1","addr":"172.21.15.55:6819","nonce":3092175114}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6820","nonce":3092175114},{"type":"v1","addr":"172.21.15.55:6821","nonce":3092175114}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6824","nonce":3092175114},{"type":"v1","addr":"172.21.15.55:6825","nonce":3092175114}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6822","nonce":3092175114},{"type":"v1","addr":"172.21.15.55:6823","nonce":3092175114}]},"public_addr":"172.21.15.55:6819/3092175114","cluster_addr":"172.21.15.55:6821/3092175114","heartbeat_back_addr":"172.21.15.55:6825/3092175114","heartbeat_front_addr":"172.21.15.55:6823/3092175114","state":["exists","up"]},{"osd":3,"uuid":"2322d5af-ceaa-4906-9470-cc560f3c8649","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6826","nonce":2991376783},{"type":"v1","addr":"172.21.15.55:6827","nonce":2991376783}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6828","nonce":2991376783},{"type":"v1","addr":"172.21.15.55:6829","nonce":2991376783}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6832","nonce":2991376783},{"type":"v1","addr":"172.21.15.55:6833","nonce":2991376783}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6830","nonce":2991376783},{"type":"v1","addr":"172.21.15.55:6831","nonce":2991376783}]},"public_addr":"172.21.15.55:6827/2991376783","cluster_addr":"172.21.15.55:6829/2991376783","heartbeat_back_addr":"172.21.15.55:6833/2991376783","heartbeat_front_addr":"172.21.15.55:6831/2991376783","state":["exists","up"]},{"osd":4,"uuid":"73a6a3d7-af46-4628-b8f7-cf8457eb50a6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6800","nonce":4217660778},{"type":"v1","addr":"172.21.15.82:6801","nonce":4217660778}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6802","nonce":4217660778},{"type":"v1","addr":"172.21.15.82:6803","nonce":4217660778}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6806","nonce":4217660778},{"type":"v1","addr":"172.21.15.82:6807","nonce":4217660778}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6804","nonce":4217660778},{"type":"v1","addr":"172.21.15.82:6805","nonce":4217660778}]},"public_addr":"172.21.15.82:6801/4217660778","cluster_addr":"172.21.15.82:6803/4217660778","heartbeat_back_addr":"172.21.15.82:6807/4217660778","heartbeat_front_addr":"172.21.15.82:6805/4217660778","state":["exists","up"]},{"osd":5,"uuid":"bc73dbc6-78da-45a3-98a0-bfa2485d547a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6808","nonce":1916158445},{"type":"v1","addr":"172.21.15.82:6809","nonce":1916158445}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6810","nonce":1916158445},{"type":"v1","addr":"172.21.15.82:6811","nonce":1916158445}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6814","nonce":1916158445},{"type":"v1","addr":"172.21.15.82:6815","nonce":1916158445}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6812","nonce":1916158445},{"type":"v1","addr":"172.21.15.82:6813","nonce":1916158445}]},"public_addr":"172.21.15.82:6809/1916158445","cluster_addr":"172.21.15.82:6811/1916158445","heartbeat_back_addr":"172.21.15.82:6815/1916158445","heartbeat_front_addr":"172.21.15.82:6813/1916158445","state":["exists","up"]},{"osd":6,"uuid":"ed1ff877-27d3-4531-bb21-39916204267d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":43,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6816","nonce":2921610915},{"type":"v1","addr":"172.21.15.82:6817","nonce":2921610915}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6818","nonce":2921610915},{"type":"v1","addr":"172.21.15.82:6819","nonce":2921610915}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6822","nonce":2921610915},{"type":"v1","addr":"172.21.15.82:6823","nonce":2921610915}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6820","nonce":2921610915},{"type":"v1","addr":"172.21.15.82:6821","nonce":2921610915}]},"public_addr":"172.21.15.82:6817/2921610915","cluster_addr":"172.21.15.82:6819/2921610915","heartbeat_back_addr":"172.21.15.82:6823/2921610915","heartbeat_front_addr":"172.21.15.82:6821/2921610915","state":["exists","up"]},{"osd":7,"uuid":"f906cdc1-85ea-4e96-9caa-028afe06e466","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":51,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6824","nonce":4101618271},{"type":"v1","addr":"172.21.15.82:6825","nonce":4101618271}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6826","nonce":4101618271},{"type":"v1","addr":"172.21.15.82:6827","nonce":4101618271}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6830","nonce":4101618271},{"type":"v1","addr":"172.21.15.82:6831","nonce":4101618271}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6828","nonce":4101618271},{"type":"v1","addr":"172.21.15.82:6829","nonce":4101618271}]},"public_addr":"172.21.15.82:6825/4101618271","cluster_addr":"172.21.15.82:6827/4101618271","heartbeat_back_addr":"172.21.15.82:6831/4101618271","heartbeat_front_addr":"172.21.15.82:6829/4101618271","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-10-13T23:57:18.699926+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-10-13T23:57:36.889632+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-10-13T23:57:54.175435+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-10-13T23:58:12.068215+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-10-13T23:58:28.154098+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-10-13T23:58:44.573307+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-10-13T23:59:00.864868+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-10-13T23:59:17.626770+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.55:0/2092460180":"2023-10-14T23:56:16.099051+0000","172.21.15.55:0/530723977":"2023-10-14T23:56:16.099051+0000","172.21.15.55:0/537605984":"2023-10-14T23:56:16.099051+0000","172.21.15.55:0/2397783452":"2023-10-14T23:55:55.533134+0000","172.21.15.55:0/170831819":"2023-10-14T23:55:55.533134+0000","172.21.15.55:0/3632410194":"2023-10-14T23:55:55.533134+0000","172.21.15.55:6801/3365808168":"2023-10-14T23:56:16.099051+0000","172.21.15.55:6801/850178993":"2023-10-14T23:55:55.533134+0000","172.21.15.55:6800/850178993":"2023-10-14T23:55:55.533134+0000","172.21.15.55:6800/3365808168":"2023-10-14T23:56:16.099051+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-10-13T23:59:35.113 DEBUG:teuthology.orchestra.run.smithi055:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd dump --format=json 2023-10-13T23:59:35.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:34 smithi082 ceph-mon[116307]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "cephfs_data", "pg_num": 64, "pg_num_min": 64, "target_size_ratio": 0.9}]': finished 2023-10-13T23:59:35.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:34 smithi082 ceph-mon[116307]: osdmap e57: 8 total, 8 up, 8 in 2023-10-13T23:59:35.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:34 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/2343324678' entity='client.admin' cmd=[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs_metadata", "data": "cephfs_data"}]: dispatch 2023-10-13T23:59:35.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:34 smithi082 ceph-mon[116307]: from='client.? ' entity='client.admin' cmd=[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs_metadata", "data": "cephfs_data"}]: dispatch 2023-10-13T23:59:35.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:34 smithi082 ceph-mon[116307]: daemon mds.b assigned to filesystem cephfs as rank 0 2023-10-13T23:59:35.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:34 smithi082 ceph-mon[116307]: osdmap e58: 8 total, 8 up, 8 in 2023-10-13T23:59:35.461 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-13T23:59:35.462 INFO:teuthology.orchestra.run.smithi055.stdout:{"epoch":59,"fsid":"db84ebe0-6a23-11ee-8db6-212e2dc638e7","created":"2023-10-13T23:55:30.731380+0000","modified":"2023-10-13T23:59:35.316088+0000","last_up_change":"2023-10-13T23:59:19.308317+0000","last_in_change":"2023-10-13T23:59:04.836217+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-10-13T23:57:56.647311+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}},{"pool":2,"pool_name":"cephfs_metadata","create_time":"2023-10-13T23:59:32.323941+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":"58","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-10-13T23:59:33.509551+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":"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":"d28170b1-0144-410a-a466-99da11b43cad","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6802","nonce":4207389270},{"type":"v1","addr":"172.21.15.55:6803","nonce":4207389270}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6804","nonce":4207389270},{"type":"v1","addr":"172.21.15.55:6805","nonce":4207389270}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6808","nonce":4207389270},{"type":"v1","addr":"172.21.15.55:6809","nonce":4207389270}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6806","nonce":4207389270},{"type":"v1","addr":"172.21.15.55:6807","nonce":4207389270}]},"public_addr":"172.21.15.55:6803/4207389270","cluster_addr":"172.21.15.55:6805/4207389270","heartbeat_back_addr":"172.21.15.55:6809/4207389270","heartbeat_front_addr":"172.21.15.55:6807/4207389270","state":["exists","up"]},{"osd":1,"uuid":"42e1cf0f-2803-4d75-9383-a2dc5932e973","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6810","nonce":1792343124},{"type":"v1","addr":"172.21.15.55:6811","nonce":1792343124}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6812","nonce":1792343124},{"type":"v1","addr":"172.21.15.55:6813","nonce":1792343124}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6816","nonce":1792343124},{"type":"v1","addr":"172.21.15.55:6817","nonce":1792343124}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6814","nonce":1792343124},{"type":"v1","addr":"172.21.15.55:6815","nonce":1792343124}]},"public_addr":"172.21.15.55:6811/1792343124","cluster_addr":"172.21.15.55:6813/1792343124","heartbeat_back_addr":"172.21.15.55:6817/1792343124","heartbeat_front_addr":"172.21.15.55:6815/1792343124","state":["exists","up"]},{"osd":2,"uuid":"e6270b89-2967-4635-a4cb-4b0b4f08e40c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6818","nonce":3092175114},{"type":"v1","addr":"172.21.15.55:6819","nonce":3092175114}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6820","nonce":3092175114},{"type":"v1","addr":"172.21.15.55:6821","nonce":3092175114}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6824","nonce":3092175114},{"type":"v1","addr":"172.21.15.55:6825","nonce":3092175114}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6822","nonce":3092175114},{"type":"v1","addr":"172.21.15.55:6823","nonce":3092175114}]},"public_addr":"172.21.15.55:6819/3092175114","cluster_addr":"172.21.15.55:6821/3092175114","heartbeat_back_addr":"172.21.15.55:6825/3092175114","heartbeat_front_addr":"172.21.15.55:6823/3092175114","state":["exists","up"]},{"osd":3,"uuid":"2322d5af-ceaa-4906-9470-cc560f3c8649","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6826","nonce":2991376783},{"type":"v1","addr":"172.21.15.55:6827","nonce":2991376783}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6828","nonce":2991376783},{"type":"v1","addr":"172.21.15.55:6829","nonce":2991376783}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6832","nonce":2991376783},{"type":"v1","addr":"172.21.15.55:6833","nonce":2991376783}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6830","nonce":2991376783},{"type":"v1","addr":"172.21.15.55:6831","nonce":2991376783}]},"public_addr":"172.21.15.55:6827/2991376783","cluster_addr":"172.21.15.55:6829/2991376783","heartbeat_back_addr":"172.21.15.55:6833/2991376783","heartbeat_front_addr":"172.21.15.55:6831/2991376783","state":["exists","up"]},{"osd":4,"uuid":"73a6a3d7-af46-4628-b8f7-cf8457eb50a6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6800","nonce":4217660778},{"type":"v1","addr":"172.21.15.82:6801","nonce":4217660778}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6802","nonce":4217660778},{"type":"v1","addr":"172.21.15.82:6803","nonce":4217660778}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6806","nonce":4217660778},{"type":"v1","addr":"172.21.15.82:6807","nonce":4217660778}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6804","nonce":4217660778},{"type":"v1","addr":"172.21.15.82:6805","nonce":4217660778}]},"public_addr":"172.21.15.82:6801/4217660778","cluster_addr":"172.21.15.82:6803/4217660778","heartbeat_back_addr":"172.21.15.82:6807/4217660778","heartbeat_front_addr":"172.21.15.82:6805/4217660778","state":["exists","up"]},{"osd":5,"uuid":"bc73dbc6-78da-45a3-98a0-bfa2485d547a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6808","nonce":1916158445},{"type":"v1","addr":"172.21.15.82:6809","nonce":1916158445}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6810","nonce":1916158445},{"type":"v1","addr":"172.21.15.82:6811","nonce":1916158445}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6814","nonce":1916158445},{"type":"v1","addr":"172.21.15.82:6815","nonce":1916158445}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6812","nonce":1916158445},{"type":"v1","addr":"172.21.15.82:6813","nonce":1916158445}]},"public_addr":"172.21.15.82:6809/1916158445","cluster_addr":"172.21.15.82:6811/1916158445","heartbeat_back_addr":"172.21.15.82:6815/1916158445","heartbeat_front_addr":"172.21.15.82:6813/1916158445","state":["exists","up"]},{"osd":6,"uuid":"ed1ff877-27d3-4531-bb21-39916204267d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":43,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6816","nonce":2921610915},{"type":"v1","addr":"172.21.15.82:6817","nonce":2921610915}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6818","nonce":2921610915},{"type":"v1","addr":"172.21.15.82:6819","nonce":2921610915}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6822","nonce":2921610915},{"type":"v1","addr":"172.21.15.82:6823","nonce":2921610915}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6820","nonce":2921610915},{"type":"v1","addr":"172.21.15.82:6821","nonce":2921610915}]},"public_addr":"172.21.15.82:6817/2921610915","cluster_addr":"172.21.15.82:6819/2921610915","heartbeat_back_addr":"172.21.15.82:6823/2921610915","heartbeat_front_addr":"172.21.15.82:6821/2921610915","state":["exists","up"]},{"osd":7,"uuid":"f906cdc1-85ea-4e96-9caa-028afe06e466","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":51,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6824","nonce":4101618271},{"type":"v1","addr":"172.21.15.82:6825","nonce":4101618271}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6826","nonce":4101618271},{"type":"v1","addr":"172.21.15.82:6827","nonce":4101618271}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6830","nonce":4101618271},{"type":"v1","addr":"172.21.15.82:6831","nonce":4101618271}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6828","nonce":4101618271},{"type":"v1","addr":"172.21.15.82:6829","nonce":4101618271}]},"public_addr":"172.21.15.82:6825/4101618271","cluster_addr":"172.21.15.82:6827/4101618271","heartbeat_back_addr":"172.21.15.82:6831/4101618271","heartbeat_front_addr":"172.21.15.82:6829/4101618271","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-10-13T23:57:18.699926+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-10-13T23:57:36.889632+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-10-13T23:57:54.175435+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-10-13T23:58:12.068215+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-10-13T23:58:28.154098+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-10-13T23:58:44.573307+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-10-13T23:59:00.864868+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-10-13T23:59:17.626770+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.55:0/2092460180":"2023-10-14T23:56:16.099051+0000","172.21.15.55:0/530723977":"2023-10-14T23:56:16.099051+0000","172.21.15.55:0/537605984":"2023-10-14T23:56:16.099051+0000","172.21.15.55:0/2397783452":"2023-10-14T23:55:55.533134+0000","172.21.15.55:0/170831819":"2023-10-14T23:55:55.533134+0000","172.21.15.55:0/3632410194":"2023-10-14T23:55:55.533134+0000","172.21.15.55:6801/3365808168":"2023-10-14T23:56:16.099051+0000","172.21.15.55:6801/850178993":"2023-10-14T23:55:55.533134+0000","172.21.15.55:6800/850178993":"2023-10-14T23:55:55.533134+0000","172.21.15.55:6800/3365808168":"2023-10-14T23:56:16.099051+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-10-13T23:59:35.477 DEBUG:teuthology.orchestra.run.smithi055:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph fs set cephfs standby_count_wanted 0 2023-10-13T23:59:35.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:35 smithi055 ceph-mon[124249]: pgmap v146: 97 pgs: 5 creating+peering, 1 active+clean, 91 unknown; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-13T23:59:35.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:35 smithi055 ceph-mon[124249]: Health check failed: 2 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-10-13T23:59:35.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:35 smithi055 ceph-mon[124249]: from='client.? ' entity='client.admin' cmd='[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs_metadata", "data": "cephfs_data"}]': finished 2023-10-13T23:59:35.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:35 smithi055 ceph-mon[124249]: fsmap cephfs:1 {0=b=up:creating} 1 up:standby 2023-10-13T23:59:35.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:35 smithi055 ceph-mon[124249]: daemon mds.b is now active in filesystem cephfs as rank 0 2023-10-13T23:59:35.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:35 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/4197243431' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-13T23:59:35.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:35 smithi055 ceph-mon[124249]: osdmap e59: 8 total, 8 up, 8 in 2023-10-13T23:59:35.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:35 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/1263459044' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-13T23:59:35.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:35 smithi055 ceph-mon[110989]: pgmap v146: 97 pgs: 5 creating+peering, 1 active+clean, 91 unknown; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-13T23:59:35.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:35 smithi055 ceph-mon[110989]: Health check failed: 2 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-10-13T23:59:35.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:35 smithi055 ceph-mon[110989]: from='client.? ' entity='client.admin' cmd='[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs_metadata", "data": "cephfs_data"}]': finished 2023-10-13T23:59:35.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:35 smithi055 ceph-mon[110989]: fsmap cephfs:1 {0=b=up:creating} 1 up:standby 2023-10-13T23:59:35.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:35 smithi055 ceph-mon[110989]: daemon mds.b is now active in filesystem cephfs as rank 0 2023-10-13T23:59:35.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:35 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/4197243431' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-13T23:59:35.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:35 smithi055 ceph-mon[110989]: osdmap e59: 8 total, 8 up, 8 in 2023-10-13T23:59:35.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:35 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/1263459044' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-13T23:59:36.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:35 smithi082 ceph-mon[116307]: pgmap v146: 97 pgs: 5 creating+peering, 1 active+clean, 91 unknown; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-13T23:59:36.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:35 smithi082 ceph-mon[116307]: Health check failed: 2 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-10-13T23:59:36.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:35 smithi082 ceph-mon[116307]: from='client.? ' entity='client.admin' cmd='[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs_metadata", "data": "cephfs_data"}]': finished 2023-10-13T23:59:36.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:35 smithi082 ceph-mon[116307]: fsmap cephfs:1 {0=b=up:creating} 1 up:standby 2023-10-13T23:59:36.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:35 smithi082 ceph-mon[116307]: daemon mds.b is now active in filesystem cephfs as rank 0 2023-10-13T23:59:36.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:35 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/4197243431' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-13T23:59:36.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:35 smithi082 ceph-mon[116307]: osdmap e59: 8 total, 8 up, 8 in 2023-10-13T23:59:36.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:35 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/1263459044' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-13T23:59:36.758 DEBUG:tasks.cephfs.filesystem:fs_config: {} 2023-10-13T23:59:36.759 DEBUG:teuthology.orchestra.run.smithi055:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph fs set cephfs allow_standby_replay false 2023-10-13T23:59:37.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:36 smithi055 ceph-mon[110989]: mds.? [v2:172.21.15.82:6832/2924660589,v1:172.21.15.82:6833/2924660589] up:active 2023-10-13T23:59:37.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:36 smithi055 ceph-mon[110989]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2023-10-13T23:59:37.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:36 smithi055 ceph-mon[110989]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2023-10-13T23:59:37.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:36 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/1674020886' entity='client.admin' cmd=[{"prefix": "fs set", "fs_name": "cephfs", "var": "standby_count_wanted", "val": "0"}]: dispatch 2023-10-13T23:59:37.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:36 smithi055 ceph-mon[110989]: from='client.? ' entity='client.admin' cmd=[{"prefix": "fs set", "fs_name": "cephfs", "var": "standby_count_wanted", "val": "0"}]: dispatch 2023-10-13T23:59:37.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:36 smithi055 ceph-mon[124249]: mds.? [v2:172.21.15.82:6832/2924660589,v1:172.21.15.82:6833/2924660589] up:active 2023-10-13T23:59:37.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:36 smithi055 ceph-mon[124249]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2023-10-13T23:59:37.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:36 smithi055 ceph-mon[124249]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2023-10-13T23:59:37.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:36 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/1674020886' entity='client.admin' cmd=[{"prefix": "fs set", "fs_name": "cephfs", "var": "standby_count_wanted", "val": "0"}]: dispatch 2023-10-13T23:59:37.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:36 smithi055 ceph-mon[124249]: from='client.? ' entity='client.admin' cmd=[{"prefix": "fs set", "fs_name": "cephfs", "var": "standby_count_wanted", "val": "0"}]: dispatch 2023-10-13T23:59:37.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:36 smithi082 ceph-mon[116307]: mds.? [v2:172.21.15.82:6832/2924660589,v1:172.21.15.82:6833/2924660589] up:active 2023-10-13T23:59:37.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:36 smithi082 ceph-mon[116307]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2023-10-13T23:59:37.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:36 smithi082 ceph-mon[116307]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2023-10-13T23:59:37.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:36 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/1674020886' entity='client.admin' cmd=[{"prefix": "fs set", "fs_name": "cephfs", "var": "standby_count_wanted", "val": "0"}]: dispatch 2023-10-13T23:59:37.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:36 smithi082 ceph-mon[116307]: from='client.? ' entity='client.admin' cmd=[{"prefix": "fs set", "fs_name": "cephfs", "var": "standby_count_wanted", "val": "0"}]: dispatch 2023-10-13T23:59:37.759 DEBUG:tasks.cephfs.filesystem:Not Creating any subvols for filesystem 'cephfs' 2023-10-13T23:59:37.760 DEBUG:teuthology.orchestra.run.smithi055:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph fs dump --format=json 2023-10-13T23:59:38.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:37 smithi055 ceph-mon[124249]: pgmap v149: 97 pgs: 62 active+clean, 5 creating+peering, 30 unknown; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s wr, 1 op/s 2023-10-13T23:59:38.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:37 smithi055 ceph-mon[124249]: Health check cleared: POOL_APP_NOT_ENABLED (was: 2 pool(s) do not have an application enabled) 2023-10-13T23:59:38.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:37 smithi055 ceph-mon[124249]: Cluster is now healthy 2023-10-13T23:59:38.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:37 smithi055 ceph-mon[124249]: from='client.? ' entity='client.admin' cmd='[{"prefix": "fs set", "fs_name": "cephfs", "var": "standby_count_wanted", "val": "0"}]': finished 2023-10-13T23:59:38.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:37 smithi055 ceph-mon[124249]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2023-10-13T23:59:38.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:37 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/2019162099' entity='client.admin' cmd=[{"prefix": "fs set", "fs_name": "cephfs", "var": "allow_standby_replay", "val": "false"}]: dispatch 2023-10-13T23:59:38.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:37 smithi055 ceph-mon[110989]: pgmap v149: 97 pgs: 62 active+clean, 5 creating+peering, 30 unknown; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s wr, 1 op/s 2023-10-13T23:59:38.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:37 smithi055 ceph-mon[110989]: Health check cleared: POOL_APP_NOT_ENABLED (was: 2 pool(s) do not have an application enabled) 2023-10-13T23:59:38.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:37 smithi055 ceph-mon[110989]: Cluster is now healthy 2023-10-13T23:59:38.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:37 smithi055 ceph-mon[110989]: from='client.? ' entity='client.admin' cmd='[{"prefix": "fs set", "fs_name": "cephfs", "var": "standby_count_wanted", "val": "0"}]': finished 2023-10-13T23:59:38.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:37 smithi055 ceph-mon[110989]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2023-10-13T23:59:38.021 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:37 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/2019162099' entity='client.admin' cmd=[{"prefix": "fs set", "fs_name": "cephfs", "var": "allow_standby_replay", "val": "false"}]: dispatch 2023-10-13T23:59:38.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:37 smithi082 ceph-mon[116307]: pgmap v149: 97 pgs: 62 active+clean, 5 creating+peering, 30 unknown; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s wr, 1 op/s 2023-10-13T23:59:38.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:37 smithi082 ceph-mon[116307]: Health check cleared: POOL_APP_NOT_ENABLED (was: 2 pool(s) do not have an application enabled) 2023-10-13T23:59:38.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:37 smithi082 ceph-mon[116307]: Cluster is now healthy 2023-10-13T23:59:38.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:37 smithi082 ceph-mon[116307]: from='client.? ' entity='client.admin' cmd='[{"prefix": "fs set", "fs_name": "cephfs", "var": "standby_count_wanted", "val": "0"}]': finished 2023-10-13T23:59:38.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:37 smithi082 ceph-mon[116307]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2023-10-13T23:59:38.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:37 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/2019162099' entity='client.admin' cmd=[{"prefix": "fs set", "fs_name": "cephfs", "var": "allow_standby_replay", "val": "false"}]: dispatch 2023-10-13T23:59:38.155 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-13T23:59:38.156 INFO:teuthology.orchestra.run.smithi055.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":14472,"name":"a","rank":-1,"incarnation":0,"state":"up:standby","state_seq":1,"addr":"172.21.15.55:6835/488392878","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6834","nonce":488392878},{"type":"v1","addr":"172.21.15.55:6835","nonce":488392878}]},"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-10-13T23:59:34.127848+0000","modified":"2023-10-13T23:59:37.737671+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":24376},"failed":[],"damaged":[],"stopped":[],"info":{"gid_24376":{"gid":24376,"name":"b","rank":0,"incarnation":4,"state":"up:active","state_seq":3,"addr":"172.21.15.82:6833/2924660589","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6832","nonce":2924660589},{"type":"v1","addr":"172.21.15.82:6833","nonce":2924660589}]},"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-10-13T23:59:38.158 INFO:teuthology.orchestra.run.smithi055.stderr:dumped fsmap epoch 8 2023-10-13T23:59:38.171 DEBUG:teuthology.orchestra.run.smithi055:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd dump --format=json 2023-10-13T23:59:38.519 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-13T23:59:38.520 INFO:teuthology.orchestra.run.smithi055.stdout:{"epoch":59,"fsid":"db84ebe0-6a23-11ee-8db6-212e2dc638e7","created":"2023-10-13T23:55:30.731380+0000","modified":"2023-10-13T23:59:35.316088+0000","last_up_change":"2023-10-13T23:59:19.308317+0000","last_in_change":"2023-10-13T23:59:04.836217+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-10-13T23:57:56.647311+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}},{"pool":2,"pool_name":"cephfs_metadata","create_time":"2023-10-13T23:59:32.323941+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":"58","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-10-13T23:59:33.509551+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":"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":"d28170b1-0144-410a-a466-99da11b43cad","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6802","nonce":4207389270},{"type":"v1","addr":"172.21.15.55:6803","nonce":4207389270}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6804","nonce":4207389270},{"type":"v1","addr":"172.21.15.55:6805","nonce":4207389270}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6808","nonce":4207389270},{"type":"v1","addr":"172.21.15.55:6809","nonce":4207389270}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6806","nonce":4207389270},{"type":"v1","addr":"172.21.15.55:6807","nonce":4207389270}]},"public_addr":"172.21.15.55:6803/4207389270","cluster_addr":"172.21.15.55:6805/4207389270","heartbeat_back_addr":"172.21.15.55:6809/4207389270","heartbeat_front_addr":"172.21.15.55:6807/4207389270","state":["exists","up"]},{"osd":1,"uuid":"42e1cf0f-2803-4d75-9383-a2dc5932e973","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6810","nonce":1792343124},{"type":"v1","addr":"172.21.15.55:6811","nonce":1792343124}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6812","nonce":1792343124},{"type":"v1","addr":"172.21.15.55:6813","nonce":1792343124}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6816","nonce":1792343124},{"type":"v1","addr":"172.21.15.55:6817","nonce":1792343124}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6814","nonce":1792343124},{"type":"v1","addr":"172.21.15.55:6815","nonce":1792343124}]},"public_addr":"172.21.15.55:6811/1792343124","cluster_addr":"172.21.15.55:6813/1792343124","heartbeat_back_addr":"172.21.15.55:6817/1792343124","heartbeat_front_addr":"172.21.15.55:6815/1792343124","state":["exists","up"]},{"osd":2,"uuid":"e6270b89-2967-4635-a4cb-4b0b4f08e40c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6818","nonce":3092175114},{"type":"v1","addr":"172.21.15.55:6819","nonce":3092175114}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6820","nonce":3092175114},{"type":"v1","addr":"172.21.15.55:6821","nonce":3092175114}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6824","nonce":3092175114},{"type":"v1","addr":"172.21.15.55:6825","nonce":3092175114}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6822","nonce":3092175114},{"type":"v1","addr":"172.21.15.55:6823","nonce":3092175114}]},"public_addr":"172.21.15.55:6819/3092175114","cluster_addr":"172.21.15.55:6821/3092175114","heartbeat_back_addr":"172.21.15.55:6825/3092175114","heartbeat_front_addr":"172.21.15.55:6823/3092175114","state":["exists","up"]},{"osd":3,"uuid":"2322d5af-ceaa-4906-9470-cc560f3c8649","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6826","nonce":2991376783},{"type":"v1","addr":"172.21.15.55:6827","nonce":2991376783}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6828","nonce":2991376783},{"type":"v1","addr":"172.21.15.55:6829","nonce":2991376783}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6832","nonce":2991376783},{"type":"v1","addr":"172.21.15.55:6833","nonce":2991376783}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6830","nonce":2991376783},{"type":"v1","addr":"172.21.15.55:6831","nonce":2991376783}]},"public_addr":"172.21.15.55:6827/2991376783","cluster_addr":"172.21.15.55:6829/2991376783","heartbeat_back_addr":"172.21.15.55:6833/2991376783","heartbeat_front_addr":"172.21.15.55:6831/2991376783","state":["exists","up"]},{"osd":4,"uuid":"73a6a3d7-af46-4628-b8f7-cf8457eb50a6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6800","nonce":4217660778},{"type":"v1","addr":"172.21.15.82:6801","nonce":4217660778}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6802","nonce":4217660778},{"type":"v1","addr":"172.21.15.82:6803","nonce":4217660778}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6806","nonce":4217660778},{"type":"v1","addr":"172.21.15.82:6807","nonce":4217660778}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6804","nonce":4217660778},{"type":"v1","addr":"172.21.15.82:6805","nonce":4217660778}]},"public_addr":"172.21.15.82:6801/4217660778","cluster_addr":"172.21.15.82:6803/4217660778","heartbeat_back_addr":"172.21.15.82:6807/4217660778","heartbeat_front_addr":"172.21.15.82:6805/4217660778","state":["exists","up"]},{"osd":5,"uuid":"bc73dbc6-78da-45a3-98a0-bfa2485d547a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6808","nonce":1916158445},{"type":"v1","addr":"172.21.15.82:6809","nonce":1916158445}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6810","nonce":1916158445},{"type":"v1","addr":"172.21.15.82:6811","nonce":1916158445}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6814","nonce":1916158445},{"type":"v1","addr":"172.21.15.82:6815","nonce":1916158445}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6812","nonce":1916158445},{"type":"v1","addr":"172.21.15.82:6813","nonce":1916158445}]},"public_addr":"172.21.15.82:6809/1916158445","cluster_addr":"172.21.15.82:6811/1916158445","heartbeat_back_addr":"172.21.15.82:6815/1916158445","heartbeat_front_addr":"172.21.15.82:6813/1916158445","state":["exists","up"]},{"osd":6,"uuid":"ed1ff877-27d3-4531-bb21-39916204267d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":43,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6816","nonce":2921610915},{"type":"v1","addr":"172.21.15.82:6817","nonce":2921610915}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6818","nonce":2921610915},{"type":"v1","addr":"172.21.15.82:6819","nonce":2921610915}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6822","nonce":2921610915},{"type":"v1","addr":"172.21.15.82:6823","nonce":2921610915}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6820","nonce":2921610915},{"type":"v1","addr":"172.21.15.82:6821","nonce":2921610915}]},"public_addr":"172.21.15.82:6817/2921610915","cluster_addr":"172.21.15.82:6819/2921610915","heartbeat_back_addr":"172.21.15.82:6823/2921610915","heartbeat_front_addr":"172.21.15.82:6821/2921610915","state":["exists","up"]},{"osd":7,"uuid":"f906cdc1-85ea-4e96-9caa-028afe06e466","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":51,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6824","nonce":4101618271},{"type":"v1","addr":"172.21.15.82:6825","nonce":4101618271}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6826","nonce":4101618271},{"type":"v1","addr":"172.21.15.82:6827","nonce":4101618271}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6830","nonce":4101618271},{"type":"v1","addr":"172.21.15.82:6831","nonce":4101618271}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6828","nonce":4101618271},{"type":"v1","addr":"172.21.15.82:6829","nonce":4101618271}]},"public_addr":"172.21.15.82:6825/4101618271","cluster_addr":"172.21.15.82:6827/4101618271","heartbeat_back_addr":"172.21.15.82:6831/4101618271","heartbeat_front_addr":"172.21.15.82:6829/4101618271","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-10-13T23:57:18.699926+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-10-13T23:57:36.889632+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-10-13T23:57:54.175435+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-10-13T23:58:12.068215+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-10-13T23:58:28.154098+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-10-13T23:58:44.573307+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-10-13T23:59:00.864868+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-10-13T23:59:17.626770+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.55:0/2092460180":"2023-10-14T23:56:16.099051+0000","172.21.15.55:0/530723977":"2023-10-14T23:56:16.099051+0000","172.21.15.55:0/537605984":"2023-10-14T23:56:16.099051+0000","172.21.15.55:0/2397783452":"2023-10-14T23:55:55.533134+0000","172.21.15.55:0/170831819":"2023-10-14T23:55:55.533134+0000","172.21.15.55:0/3632410194":"2023-10-14T23:55:55.533134+0000","172.21.15.55:6801/3365808168":"2023-10-14T23:56:16.099051+0000","172.21.15.55:6801/850178993":"2023-10-14T23:55:55.533134+0000","172.21.15.55:6800/850178993":"2023-10-14T23:55:55.533134+0000","172.21.15.55:6800/3365808168":"2023-10-14T23:56:16.099051+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-10-13T23:59:38.535 INFO:tasks.cephfs.filesystem.ceph_manager:waiting for clean 2023-10-13T23:59:38.536 DEBUG:teuthology.orchestra.run.smithi055:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph pg dump --format=json 2023-10-13T23:59:38.892 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-13T23:59:38.894 INFO:teuthology.orchestra.run.smithi055.stderr:dumped all 2023-10-13T23:59:38.904 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:38 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/2019162099' entity='client.admin' cmd='[{"prefix": "fs set", "fs_name": "cephfs", "var": "allow_standby_replay", "val": "false"}]': finished 2023-10-13T23:59:38.905 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:38 smithi055 ceph-mon[124249]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2023-10-13T23:59:38.905 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:38 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/3983647960' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2023-10-13T23:59:38.905 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:38 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/390690595' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-13T23:59:38.905 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:38 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/2019162099' entity='client.admin' cmd='[{"prefix": "fs set", "fs_name": "cephfs", "var": "allow_standby_replay", "val": "false"}]': finished 2023-10-13T23:59:38.906 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:38 smithi055 ceph-mon[110989]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2023-10-13T23:59:38.906 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:38 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/3983647960' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2023-10-13T23:59:38.906 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:38 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/390690595' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-13T23:59:38.907 INFO:teuthology.orchestra.run.smithi055.stdout:{"pg_ready":true,"pg_map":{"version":150,"stamp":"2023-10-13T23:59:38.144745+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590978,"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":182,"num_write_kb":2424,"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":270,"acting":270,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":76,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":8,"kb":749961216,"kb_used":2384508,"kb_used_data":6204,"kb_used_omap":0,"kb_used_meta":2378240,"kb_avail":747576708,"statfs":{"total":767960285184,"available":765518548992,"internally_reserved":0,"allocated":6352896,"data_stored":3666116,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2435317760},"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":11,"apply_latency_ms":11,"commit_latency_ns":11000000,"apply_latency_ns":11000000},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":610,"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":23,"num_write_kb":8,"num_scrub_errors":0,"num_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":"5.475193"},"pg_stats":[{"pgid":"3.3f","version":"0'0","reported_seq":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.350392+0000","last_change":"2023-10-13T23:59:34.350392+0000","last_active":"2023-10-13T23:59:34.350392+0000","last_peered":"2023-10-13T23:59:34.350392+0000","last_clean":"2023-10-13T23:59:34.350392+0000","last_became_active":"2023-10-13T23:59:34.349719+0000","last_became_peered":"2023-10-13T23:59:34.349719+0000","last_unstale":"2023-10-13T23:59:34.350392+0000","last_undegraded":"2023-10-13T23:59:34.350392+0000","last_fullsized":"2023-10-13T23:59:34.350392+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:24:50.889099+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.351593+0000","last_change":"2023-10-13T23:59:34.351593+0000","last_active":"2023-10-13T23:59:34.351593+0000","last_peered":"2023-10-13T23:59:34.351593+0000","last_clean":"2023-10-13T23:59:34.351593+0000","last_became_active":"2023-10-13T23:59:34.351078+0000","last_became_peered":"2023-10-13T23:59:34.351078+0000","last_unstale":"2023-10-13T23:59:34.351593+0000","last_undegraded":"2023-10-13T23:59:34.351593+0000","last_fullsized":"2023-10-13T23:59:34.351593+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T05:08:25.738139+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.349088+0000","last_change":"2023-10-13T23:59:34.349088+0000","last_active":"2023-10-13T23:59:34.349088+0000","last_peered":"2023-10-13T23:59:34.349088+0000","last_clean":"2023-10-13T23:59:34.349088+0000","last_became_active":"2023-10-13T23:59:34.348722+0000","last_became_peered":"2023-10-13T23:59:34.348722+0000","last_unstale":"2023-10-13T23:59:34.349088+0000","last_undegraded":"2023-10-13T23:59:34.349088+0000","last_fullsized":"2023-10-13T23:59:34.349088+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:39:40.907426+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.344996+0000","last_change":"2023-10-13T23:59:34.344153+0000","last_active":"2023-10-13T23:59:34.344996+0000","last_peered":"2023-10-13T23:59:34.344996+0000","last_clean":"2023-10-13T23:59:34.344996+0000","last_became_active":"2023-10-13T23:59:34.343722+0000","last_became_peered":"2023-10-13T23:59:34.343722+0000","last_unstale":"2023-10-13T23:59:34.344996+0000","last_undegraded":"2023-10-13T23:59:34.344996+0000","last_fullsized":"2023-10-13T23:59:34.344996+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:21:01.251415+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.342421+0000","last_change":"2023-10-13T23:59:34.342421+0000","last_active":"2023-10-13T23:59:34.342421+0000","last_peered":"2023-10-13T23:59:34.342421+0000","last_clean":"2023-10-13T23:59:34.342421+0000","last_became_active":"2023-10-13T23:59:34.342057+0000","last_became_peered":"2023-10-13T23:59:34.342057+0000","last_unstale":"2023-10-13T23:59:34.342421+0000","last_undegraded":"2023-10-13T23:59:34.342421+0000","last_fullsized":"2023-10-13T23:59:34.342421+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:23:19.409120+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.352667+0000","last_change":"2023-10-13T23:59:34.348509+0000","last_active":"2023-10-13T23:59:34.352667+0000","last_peered":"2023-10-13T23:59:34.352667+0000","last_clean":"2023-10-13T23:59:34.352667+0000","last_became_active":"2023-10-13T23:59:34.347683+0000","last_became_peered":"2023-10-13T23:59:34.347683+0000","last_unstale":"2023-10-13T23:59:34.352667+0000","last_undegraded":"2023-10-13T23:59:34.352667+0000","last_fullsized":"2023-10-13T23:59:34.352667+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:17:30.320938+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.348870+0000","last_change":"2023-10-13T23:59:34.348870+0000","last_active":"2023-10-13T23:59:34.348870+0000","last_peered":"2023-10-13T23:59:34.348870+0000","last_clean":"2023-10-13T23:59:34.348870+0000","last_became_active":"2023-10-13T23:59:34.348544+0000","last_became_peered":"2023-10-13T23:59:34.348544+0000","last_unstale":"2023-10-13T23:59:34.348870+0000","last_undegraded":"2023-10-13T23:59:34.348870+0000","last_fullsized":"2023-10-13T23:59:34.348870+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:39:04.818381+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.341743+0000","last_change":"2023-10-13T23:59:34.341743+0000","last_active":"2023-10-13T23:59:34.341743+0000","last_peered":"2023-10-13T23:59:34.341743+0000","last_clean":"2023-10-13T23:59:34.341743+0000","last_became_active":"2023-10-13T23:59:34.341415+0000","last_became_peered":"2023-10-13T23:59:34.341415+0000","last_unstale":"2023-10-13T23:59:34.341743+0000","last_undegraded":"2023-10-13T23:59:34.341743+0000","last_fullsized":"2023-10-13T23:59:34.341743+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:08:03.893964+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.350211+0000","last_change":"2023-10-13T23:59:34.350211+0000","last_active":"2023-10-13T23:59:34.350211+0000","last_peered":"2023-10-13T23:59:34.350211+0000","last_clean":"2023-10-13T23:59:34.350211+0000","last_became_active":"2023-10-13T23:59:34.349281+0000","last_became_peered":"2023-10-13T23:59:34.349281+0000","last_unstale":"2023-10-13T23:59:34.350211+0000","last_undegraded":"2023-10-13T23:59:34.350211+0000","last_fullsized":"2023-10-13T23:59:34.350211+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:30:46.887219+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-10-13T23:59:33.668965+0000","last_change":"2023-10-13T23:59:33.668965+0000","last_active":"2023-10-13T23:59:33.668965+0000","last_peered":"2023-10-13T23:59:33.668965+0000","last_clean":"2023-10-13T23:59:33.668965+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-10-13T23:59:33.668965+0000","last_undegraded":"2023-10-13T23:59:33.668965+0000","last_fullsized":"2023-10-13T23:59:33.668965+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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.35","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-10-13T23:59:33.668965+0000","last_change":"2023-10-13T23:59:33.668965+0000","last_active":"2023-10-13T23:59:33.668965+0000","last_peered":"2023-10-13T23:59:33.668965+0000","last_clean":"2023-10-13T23:59:33.668965+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-10-13T23:59:33.668965+0000","last_undegraded":"2023-10-13T23:59:33.668965+0000","last_fullsized":"2023-10-13T23:59:33.668965+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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.34","version":"0'0","reported_seq":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.349567+0000","last_change":"2023-10-13T23:59:34.349567+0000","last_active":"2023-10-13T23:59:34.349567+0000","last_peered":"2023-10-13T23:59:34.349567+0000","last_clean":"2023-10-13T23:59:34.349567+0000","last_became_active":"2023-10-13T23:59:34.349281+0000","last_became_peered":"2023-10-13T23:59:34.349281+0000","last_unstale":"2023-10-13T23:59:34.349567+0000","last_undegraded":"2023-10-13T23:59:34.349567+0000","last_fullsized":"2023-10-13T23:59:34.349567+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:54:12.146728+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.352244+0000","last_change":"2023-10-13T23:59:34.352244+0000","last_active":"2023-10-13T23:59:34.352244+0000","last_peered":"2023-10-13T23:59:34.352244+0000","last_clean":"2023-10-13T23:59:34.352244+0000","last_became_active":"2023-10-13T23:59:34.349657+0000","last_became_peered":"2023-10-13T23:59:34.349657+0000","last_unstale":"2023-10-13T23:59:34.352244+0000","last_undegraded":"2023-10-13T23:59:34.352244+0000","last_fullsized":"2023-10-13T23:59:34.352244+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T05:17:46.052581+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.345399+0000","last_change":"2023-10-13T23:59:34.345399+0000","last_active":"2023-10-13T23:59:34.345399+0000","last_peered":"2023-10-13T23:59:34.345399+0000","last_clean":"2023-10-13T23:59:34.345399+0000","last_became_active":"2023-10-13T23:59:34.344890+0000","last_became_peered":"2023-10-13T23:59:34.344890+0000","last_unstale":"2023-10-13T23:59:34.345399+0000","last_undegraded":"2023-10-13T23:59:34.345399+0000","last_fullsized":"2023-10-13T23:59:34.345399+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:33:51.633119+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.346941+0000","last_change":"2023-10-13T23:59:34.346941+0000","last_active":"2023-10-13T23:59:34.346941+0000","last_peered":"2023-10-13T23:59:34.346941+0000","last_clean":"2023-10-13T23:59:34.346941+0000","last_became_active":"2023-10-13T23:59:34.346629+0000","last_became_peered":"2023-10-13T23:59:34.346629+0000","last_unstale":"2023-10-13T23:59:34.346941+0000","last_undegraded":"2023-10-13T23:59:34.346941+0000","last_fullsized":"2023-10-13T23:59:34.346941+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:15:31.237095+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.348300+0000","last_change":"2023-10-13T23:59:34.347775+0000","last_active":"2023-10-13T23:59:34.348300+0000","last_peered":"2023-10-13T23:59:34.348300+0000","last_clean":"2023-10-13T23:59:34.348300+0000","last_became_active":"2023-10-13T23:59:34.347408+0000","last_became_peered":"2023-10-13T23:59:34.347408+0000","last_unstale":"2023-10-13T23:59:34.348300+0000","last_undegraded":"2023-10-13T23:59:34.348300+0000","last_fullsized":"2023-10-13T23:59:34.348300+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:42:57.191972+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.337048+0000","last_change":"2023-10-13T23:59:34.335737+0000","last_active":"2023-10-13T23:59:34.337048+0000","last_peered":"2023-10-13T23:59:34.337048+0000","last_clean":"2023-10-13T23:59:34.337048+0000","last_became_active":"2023-10-13T23:59:34.334645+0000","last_became_peered":"2023-10-13T23:59:34.334645+0000","last_unstale":"2023-10-13T23:59:34.337048+0000","last_undegraded":"2023-10-13T23:59:34.337048+0000","last_fullsized":"2023-10-13T23:59:34.337048+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:39:13.192067+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.337372+0000","last_change":"2023-10-13T23:59:34.335890+0000","last_active":"2023-10-13T23:59:34.337372+0000","last_peered":"2023-10-13T23:59:34.337372+0000","last_clean":"2023-10-13T23:59:34.337372+0000","last_became_active":"2023-10-13T23:59:34.335528+0000","last_became_peered":"2023-10-13T23:59:34.335528+0000","last_unstale":"2023-10-13T23:59:34.337372+0000","last_undegraded":"2023-10-13T23:59:34.337372+0000","last_fullsized":"2023-10-13T23:59:34.337372+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:32:05.096732+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.337333+0000","last_change":"2023-10-13T23:59:34.337333+0000","last_active":"2023-10-13T23:59:34.337333+0000","last_peered":"2023-10-13T23:59:34.337333+0000","last_clean":"2023-10-13T23:59:34.337333+0000","last_became_active":"2023-10-13T23:59:34.335881+0000","last_became_peered":"2023-10-13T23:59:34.335881+0000","last_unstale":"2023-10-13T23:59:34.337333+0000","last_undegraded":"2023-10-13T23:59:34.337333+0000","last_fullsized":"2023-10-13T23:59:34.337333+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:03:19.467776+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'4","reported_seq":14,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.725764+0000","last_change":"2023-10-13T23:59:33.708933+0000","last_active":"2023-10-13T23:59:34.725764+0000","last_peered":"2023-10-13T23:59:34.725764+0000","last_clean":"2023-10-13T23:59:34.725764+0000","last_became_active":"2023-10-13T23:59:33.708630+0000","last_became_peered":"2023-10-13T23:59:33.708630+0000","last_unstale":"2023-10-13T23:59:34.725764+0000","last_undegraded":"2023-10-13T23:59:34.725764+0000","last_fullsized":"2023-10-13T23:59:34.725764+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":4,"log_dups_size":0,"ondisk_log_size":4,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:48:26.305881+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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.342165+0000","last_change":"2023-10-13T23:59:34.342165+0000","last_active":"2023-10-13T23:59:34.342165+0000","last_peered":"2023-10-13T23:59:34.342165+0000","last_clean":"2023-10-13T23:59:34.342165+0000","last_became_active":"2023-10-13T23:59:34.341495+0000","last_became_peered":"2023-10-13T23:59:34.341495+0000","last_unstale":"2023-10-13T23:59:34.342165+0000","last_undegraded":"2023-10-13T23:59:34.342165+0000","last_fullsized":"2023-10-13T23:59:34.342165+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T00:48:31.165868+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'1","reported_seq":11,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.341780+0000","last_change":"2023-10-13T23:59:33.716880+0000","last_active":"2023-10-13T23:59:34.341780+0000","last_peered":"2023-10-13T23:59:34.341780+0000","last_clean":"2023-10-13T23:59:34.341780+0000","last_became_active":"2023-10-13T23:59:33.716580+0000","last_became_peered":"2023-10-13T23:59:33.716580+0000","last_unstale":"2023-10-13T23:59:34.341780+0000","last_undegraded":"2023-10-13T23:59:34.341780+0000","last_fullsized":"2023-10-13T23:59:34.341780+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+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-15T01:14:08.455624+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.346685+0000","last_change":"2023-10-13T23:59:34.346685+0000","last_active":"2023-10-13T23:59:34.346685+0000","last_peered":"2023-10-13T23:59:34.346685+0000","last_clean":"2023-10-13T23:59:34.346685+0000","last_became_active":"2023-10-13T23:59:34.346344+0000","last_became_peered":"2023-10-13T23:59:34.346344+0000","last_unstale":"2023-10-13T23:59:34.346685+0000","last_undegraded":"2023-10-13T23:59:34.346685+0000","last_fullsized":"2023-10-13T23:59:34.346685+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:05:31.503332+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"0'0","reported_seq":10,"reported_epoch":57,"state":"active+clean","last_fresh":"2023-10-13T23:59:33.708038+0000","last_change":"2023-10-13T23:59:33.707208+0000","last_active":"2023-10-13T23:59:33.708038+0000","last_peered":"2023-10-13T23:59:33.708038+0000","last_clean":"2023-10-13T23:59:33.708038+0000","last_became_active":"2023-10-13T23:59:33.706810+0000","last_became_peered":"2023-10-13T23:59:33.706810+0000","last_unstale":"2023-10-13T23:59:33.708038+0000","last_undegraded":"2023-10-13T23:59:33.708038+0000","last_fullsized":"2023-10-13T23:59:33.708038+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:17:11.713206+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.339435+0000","last_change":"2023-10-13T23:59:34.339102+0000","last_active":"2023-10-13T23:59:34.339435+0000","last_peered":"2023-10-13T23:59:34.339435+0000","last_clean":"2023-10-13T23:59:34.339435+0000","last_became_active":"2023-10-13T23:59:34.338783+0000","last_became_peered":"2023-10-13T23:59:34.338783+0000","last_unstale":"2023-10-13T23:59:34.339435+0000","last_undegraded":"2023-10-13T23:59:34.339435+0000","last_fullsized":"2023-10-13T23:59:34.339435+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:32:43.409208+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":10,"reported_epoch":57,"state":"active+clean","last_fresh":"2023-10-13T23:59:33.695960+0000","last_change":"2023-10-13T23:59:33.694764+0000","last_active":"2023-10-13T23:59:33.695960+0000","last_peered":"2023-10-13T23:59:33.695960+0000","last_clean":"2023-10-13T23:59:33.695960+0000","last_became_active":"2023-10-13T23:59:33.694270+0000","last_became_peered":"2023-10-13T23:59:33.694270+0000","last_unstale":"2023-10-13T23:59:33.695960+0000","last_undegraded":"2023-10-13T23:59:33.695960+0000","last_fullsized":"2023-10-13T23:59:33.695960+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:55:46.359217+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.346830+0000","last_change":"2023-10-13T23:59:34.345679+0000","last_active":"2023-10-13T23:59:34.346830+0000","last_peered":"2023-10-13T23:59:34.346830+0000","last_clean":"2023-10-13T23:59:34.346830+0000","last_became_active":"2023-10-13T23:59:34.345392+0000","last_became_peered":"2023-10-13T23:59:34.345392+0000","last_unstale":"2023-10-13T23:59:34.346830+0000","last_undegraded":"2023-10-13T23:59:34.346830+0000","last_fullsized":"2023-10-13T23:59:34.346830+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:07:35.972775+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'1","reported_seq":11,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.339734+0000","last_change":"2023-10-13T23:59:33.715217+0000","last_active":"2023-10-13T23:59:34.339734+0000","last_peered":"2023-10-13T23:59:34.339734+0000","last_clean":"2023-10-13T23:59:34.339734+0000","last_became_active":"2023-10-13T23:59:33.714906+0000","last_became_peered":"2023-10-13T23:59:33.714906+0000","last_unstale":"2023-10-13T23:59:34.339734+0000","last_undegraded":"2023-10-13T23:59:34.339734+0000","last_fullsized":"2023-10-13T23:59:34.339734+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+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-15T07:43:07.912343+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.341268+0000","last_change":"2023-10-13T23:59:34.341268+0000","last_active":"2023-10-13T23:59:34.341268+0000","last_peered":"2023-10-13T23:59:34.341268+0000","last_clean":"2023-10-13T23:59:34.341268+0000","last_became_active":"2023-10-13T23:59:34.340904+0000","last_became_peered":"2023-10-13T23:59:34.340904+0000","last_unstale":"2023-10-13T23:59:34.341268+0000","last_undegraded":"2023-10-13T23:59:34.341268+0000","last_fullsized":"2023-10-13T23:59:34.341268+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:26:24.482169+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2023-10-13T23:59:32.653505+0000","last_change":"2023-10-13T23:59:32.676643+0000","last_active":"2023-10-13T23:59:32.653505+0000","last_peered":"2023-10-13T23:59:32.653505+0000","last_clean":"2023-10-13T23:59:32.653505+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-10-13T23:59:32.653505+0000","last_undegraded":"2023-10-13T23:59:32.653505+0000","last_fullsized":"2023-10-13T23:59:32.653505+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:55:33.858569+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":[4,7],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.1b","version":"0'0","reported_seq":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.349041+0000","last_change":"2023-10-13T23:59:34.349041+0000","last_active":"2023-10-13T23:59:34.349041+0000","last_peered":"2023-10-13T23:59:34.349041+0000","last_clean":"2023-10-13T23:59:34.349041+0000","last_became_active":"2023-10-13T23:59:34.347927+0000","last_became_peered":"2023-10-13T23:59:34.347927+0000","last_unstale":"2023-10-13T23:59:34.349041+0000","last_undegraded":"2023-10-13T23:59:34.349041+0000","last_fullsized":"2023-10-13T23:59:34.349041+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:26:11.523470+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":10,"reported_epoch":57,"state":"active+clean","last_fresh":"2023-10-13T23:59:33.717859+0000","last_change":"2023-10-13T23:59:33.714410+0000","last_active":"2023-10-13T23:59:33.717859+0000","last_peered":"2023-10-13T23:59:33.717859+0000","last_clean":"2023-10-13T23:59:33.717859+0000","last_became_active":"2023-10-13T23:59:33.714088+0000","last_became_peered":"2023-10-13T23:59:33.714088+0000","last_unstale":"2023-10-13T23:59:33.717859+0000","last_undegraded":"2023-10-13T23:59:33.717859+0000","last_fullsized":"2023-10-13T23:59:33.717859+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T10:01:30.204269+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.356614+0000","last_change":"2023-10-13T23:59:34.356614+0000","last_active":"2023-10-13T23:59:34.356614+0000","last_peered":"2023-10-13T23:59:34.356614+0000","last_clean":"2023-10-13T23:59:34.356614+0000","last_became_active":"2023-10-13T23:59:34.356264+0000","last_became_peered":"2023-10-13T23:59:34.356264+0000","last_unstale":"2023-10-13T23:59:34.356614+0000","last_undegraded":"2023-10-13T23:59:34.356614+0000","last_fullsized":"2023-10-13T23:59:34.356614+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:55:42.587380+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.332227+0000","last_change":"2023-10-13T23:59:33.696510+0000","last_active":"2023-10-13T23:59:34.332227+0000","last_peered":"2023-10-13T23:59:34.332227+0000","last_clean":"2023-10-13T23:59:34.332227+0000","last_became_active":"2023-10-13T23:59:33.696216+0000","last_became_peered":"2023-10-13T23:59:33.696216+0000","last_unstale":"2023-10-13T23:59:34.332227+0000","last_undegraded":"2023-10-13T23:59:34.332227+0000","last_fullsized":"2023-10-13T23:59:34.332227+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:57:41.602703+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.346838+0000","last_change":"2023-10-13T23:59:34.346838+0000","last_active":"2023-10-13T23:59:34.346838+0000","last_peered":"2023-10-13T23:59:34.346838+0000","last_clean":"2023-10-13T23:59:34.346838+0000","last_became_active":"2023-10-13T23:59:34.346528+0000","last_became_peered":"2023-10-13T23:59:34.346528+0000","last_unstale":"2023-10-13T23:59:34.346838+0000","last_undegraded":"2023-10-13T23:59:34.346838+0000","last_fullsized":"2023-10-13T23:59:34.346838+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:51:12.750164+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2023-10-13T23:59:32.653505+0000","last_change":"2023-10-13T23:59:32.675763+0000","last_active":"2023-10-13T23:59:32.653505+0000","last_peered":"2023-10-13T23:59:32.653505+0000","last_clean":"2023-10-13T23:59:32.653505+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-10-13T23:59:32.653505+0000","last_undegraded":"2023-10-13T23:59:32.653505+0000","last_fullsized":"2023-10-13T23:59:32.653505+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:00:36.300087+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":[2,5],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.16","version":"0'0","reported_seq":10,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.340003+0000","last_change":"2023-10-13T23:59:34.339631+0000","last_active":"2023-10-13T23:59:34.340003+0000","last_peered":"2023-10-13T23:59:34.340003+0000","last_clean":"2023-10-13T23:59:34.340003+0000","last_became_active":"2023-10-13T23:59:34.339086+0000","last_became_peered":"2023-10-13T23:59:34.339086+0000","last_unstale":"2023-10-13T23:59:34.340003+0000","last_undegraded":"2023-10-13T23:59:34.340003+0000","last_fullsized":"2023-10-13T23:59:34.340003+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:23:48.867319+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.324530+0000","last_change":"2023-10-13T23:59:33.705084+0000","last_active":"2023-10-13T23:59:34.324530+0000","last_peered":"2023-10-13T23:59:34.324530+0000","last_clean":"2023-10-13T23:59:34.324530+0000","last_became_active":"2023-10-13T23:59:33.704781+0000","last_became_peered":"2023-10-13T23:59:33.704781+0000","last_unstale":"2023-10-13T23:59:34.324530+0000","last_undegraded":"2023-10-13T23:59:34.324530+0000","last_fullsized":"2023-10-13T23:59:34.324530+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:04:48.517545+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.346954+0000","last_change":"2023-10-13T23:59:34.346954+0000","last_active":"2023-10-13T23:59:34.346954+0000","last_peered":"2023-10-13T23:59:34.346954+0000","last_clean":"2023-10-13T23:59:34.346954+0000","last_became_active":"2023-10-13T23:59:34.346493+0000","last_became_peered":"2023-10-13T23:59:34.346493+0000","last_unstale":"2023-10-13T23:59:34.346954+0000","last_undegraded":"2023-10-13T23:59:34.346954+0000","last_fullsized":"2023-10-13T23:59:34.346954+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:58:13.742863+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"0'0","reported_seq":10,"reported_epoch":57,"state":"active+clean","last_fresh":"2023-10-13T23:59:33.718505+0000","last_change":"2023-10-13T23:59:33.717337+0000","last_active":"2023-10-13T23:59:33.718505+0000","last_peered":"2023-10-13T23:59:33.718505+0000","last_clean":"2023-10-13T23:59:33.718505+0000","last_became_active":"2023-10-13T23:59:33.716324+0000","last_became_peered":"2023-10-13T23:59:33.716324+0000","last_unstale":"2023-10-13T23:59:33.718505+0000","last_undegraded":"2023-10-13T23:59:33.718505+0000","last_fullsized":"2023-10-13T23:59:33.718505+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:39:01.510835+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.341541+0000","last_change":"2023-10-13T23:59:34.341541+0000","last_active":"2023-10-13T23:59:34.341541+0000","last_peered":"2023-10-13T23:59:34.341541+0000","last_clean":"2023-10-13T23:59:34.341541+0000","last_became_active":"2023-10-13T23:59:34.340293+0000","last_became_peered":"2023-10-13T23:59:34.340293+0000","last_unstale":"2023-10-13T23:59:34.341541+0000","last_undegraded":"2023-10-13T23:59:34.341541+0000","last_fullsized":"2023-10-13T23:59:34.341541+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:30:14.852941+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2023-10-13T23:59:32.653505+0000","last_change":"2023-10-13T23:59:32.676158+0000","last_active":"2023-10-13T23:59:32.653505+0000","last_peered":"2023-10-13T23:59:32.653505+0000","last_clean":"2023-10-13T23:59:32.653505+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-10-13T23:59:32.653505+0000","last_undegraded":"2023-10-13T23:59:32.653505+0000","last_fullsized":"2023-10-13T23:59:32.653505+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:53:57.448263+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":[3,5],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.15","version":"0'0","reported_seq":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.342156+0000","last_change":"2023-10-13T23:59:34.342156+0000","last_active":"2023-10-13T23:59:34.342156+0000","last_peered":"2023-10-13T23:59:34.342156+0000","last_clean":"2023-10-13T23:59:34.342156+0000","last_became_active":"2023-10-13T23:59:34.341866+0000","last_became_peered":"2023-10-13T23:59:34.341866+0000","last_unstale":"2023-10-13T23:59:34.342156+0000","last_undegraded":"2023-10-13T23:59:34.342156+0000","last_fullsized":"2023-10-13T23:59:34.342156+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T00:42:02.308291+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'2","reported_seq":12,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.725346+0000","last_change":"2023-10-13T23:59:33.715359+0000","last_active":"2023-10-13T23:59:34.725346+0000","last_peered":"2023-10-13T23:59:34.725346+0000","last_clean":"2023-10-13T23:59:34.725346+0000","last_became_active":"2023-10-13T23:59:33.715075+0000","last_became_peered":"2023-10-13T23:59:33.715075+0000","last_unstale":"2023-10-13T23:59:34.725346+0000","last_undegraded":"2023-10-13T23:59:34.725346+0000","last_fullsized":"2023-10-13T23:59:34.725346+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:03:23.079653+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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.345192+0000","last_change":"2023-10-13T23:59:34.345192+0000","last_active":"2023-10-13T23:59:34.345192+0000","last_peered":"2023-10-13T23:59:34.345192+0000","last_clean":"2023-10-13T23:59:34.345192+0000","last_became_active":"2023-10-13T23:59:34.344533+0000","last_became_peered":"2023-10-13T23:59:34.344533+0000","last_unstale":"2023-10-13T23:59:34.345192+0000","last_undegraded":"2023-10-13T23:59:34.345192+0000","last_fullsized":"2023-10-13T23:59:34.345192+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:17:16.673778+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.327811+0000","last_change":"2023-10-13T23:59:33.705458+0000","last_active":"2023-10-13T23:59:34.327811+0000","last_peered":"2023-10-13T23:59:34.327811+0000","last_clean":"2023-10-13T23:59:34.327811+0000","last_became_active":"2023-10-13T23:59:33.705100+0000","last_became_peered":"2023-10-13T23:59:33.705100+0000","last_unstale":"2023-10-13T23:59:34.327811+0000","last_undegraded":"2023-10-13T23:59:34.327811+0000","last_fullsized":"2023-10-13T23:59:34.327811+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:11:04.580536+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.342357+0000","last_change":"2023-10-13T23:59:34.342357+0000","last_active":"2023-10-13T23:59:34.342357+0000","last_peered":"2023-10-13T23:59:34.342357+0000","last_clean":"2023-10-13T23:59:34.342357+0000","last_became_active":"2023-10-13T23:59:34.341670+0000","last_became_peered":"2023-10-13T23:59:34.341670+0000","last_unstale":"2023-10-13T23:59:34.342357+0000","last_undegraded":"2023-10-13T23:59:34.342357+0000","last_fullsized":"2023-10-13T23:59:34.342357+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T10:48:43.940394+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2023-10-13T23:59:32.653505+0000","last_change":"2023-10-13T23:59:32.674893+0000","last_active":"2023-10-13T23:59:32.653505+0000","last_peered":"2023-10-13T23:59:32.653505+0000","last_clean":"2023-10-13T23:59:32.653505+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-10-13T23:59:32.653505+0000","last_undegraded":"2023-10-13T23:59:32.653505+0000","last_fullsized":"2023-10-13T23:59:32.653505+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:49:55.371246+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":[1,4],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.10","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-10-13T23:59:33.668965+0000","last_change":"2023-10-13T23:59:33.668965+0000","last_active":"2023-10-13T23:59:33.668965+0000","last_peered":"2023-10-13T23:59:33.668965+0000","last_clean":"2023-10-13T23:59:33.668965+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-10-13T23:59:33.668965+0000","last_undegraded":"2023-10-13T23:59:33.668965+0000","last_fullsized":"2023-10-13T23:59:33.668965+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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.10","version":"58'8","reported_seq":19,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.726705+0000","last_change":"2023-10-13T23:59:33.707683+0000","last_active":"2023-10-13T23:59:34.726705+0000","last_peered":"2023-10-13T23:59:34.726705+0000","last_clean":"2023-10-13T23:59:34.726705+0000","last_became_active":"2023-10-13T23:59:33.707369+0000","last_became_peered":"2023-10-13T23:59:33.707369+0000","last_unstale":"2023-10-13T23:59:34.726705+0000","last_undegraded":"2023-10-13T23:59:34.726705+0000","last_fullsized":"2023-10-13T23:59:34.726705+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+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-15T08:11:40.926328+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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.341642+0000","last_change":"2023-10-13T23:59:34.341642+0000","last_active":"2023-10-13T23:59:34.341642+0000","last_peered":"2023-10-13T23:59:34.341642+0000","last_clean":"2023-10-13T23:59:34.341642+0000","last_became_active":"2023-10-13T23:59:34.341342+0000","last_became_peered":"2023-10-13T23:59:34.341342+0000","last_unstale":"2023-10-13T23:59:34.341642+0000","last_undegraded":"2023-10-13T23:59:34.341642+0000","last_fullsized":"2023-10-13T23:59:34.341642+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T08:33:24.614123+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'1","reported_seq":11,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.322700+0000","last_change":"2023-10-13T23:59:33.707315+0000","last_active":"2023-10-13T23:59:34.322700+0000","last_peered":"2023-10-13T23:59:34.322700+0000","last_clean":"2023-10-13T23:59:34.322700+0000","last_became_active":"2023-10-13T23:59:33.706923+0000","last_became_peered":"2023-10-13T23:59:33.706923+0000","last_unstale":"2023-10-13T23:59:34.322700+0000","last_undegraded":"2023-10-13T23:59:34.322700+0000","last_fullsized":"2023-10-13T23:59:34.322700+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+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-15T03:51:24.127200+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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.341341+0000","last_change":"2023-10-13T23:59:34.341341+0000","last_active":"2023-10-13T23:59:34.341341+0000","last_peered":"2023-10-13T23:59:34.341341+0000","last_clean":"2023-10-13T23:59:34.341341+0000","last_became_active":"2023-10-13T23:59:34.341053+0000","last_became_peered":"2023-10-13T23:59:34.341053+0000","last_unstale":"2023-10-13T23:59:34.341341+0000","last_undegraded":"2023-10-13T23:59:34.341341+0000","last_fullsized":"2023-10-13T23:59:34.341341+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:12:36.476139+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":10,"reported_epoch":57,"state":"active+clean","last_fresh":"2023-10-13T23:59:33.712618+0000","last_change":"2023-10-13T23:59:33.707696+0000","last_active":"2023-10-13T23:59:33.712618+0000","last_peered":"2023-10-13T23:59:33.712618+0000","last_clean":"2023-10-13T23:59:33.712618+0000","last_became_active":"2023-10-13T23:59:33.707358+0000","last_became_peered":"2023-10-13T23:59:33.707358+0000","last_unstale":"2023-10-13T23:59:33.712618+0000","last_undegraded":"2023-10-13T23:59:33.712618+0000","last_fullsized":"2023-10-13T23:59:33.712618+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:19:31.743436+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.352627+0000","last_change":"2023-10-13T23:59:34.348157+0000","last_active":"2023-10-13T23:59:34.352627+0000","last_peered":"2023-10-13T23:59:34.352627+0000","last_clean":"2023-10-13T23:59:34.352627+0000","last_became_active":"2023-10-13T23:59:34.347833+0000","last_became_peered":"2023-10-13T23:59:34.347833+0000","last_unstale":"2023-10-13T23:59:34.352627+0000","last_undegraded":"2023-10-13T23:59:34.352627+0000","last_fullsized":"2023-10-13T23:59:34.352627+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:13:27.045911+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.327685+0000","last_change":"2023-10-13T23:59:33.716765+0000","last_active":"2023-10-13T23:59:34.327685+0000","last_peered":"2023-10-13T23:59:34.327685+0000","last_clean":"2023-10-13T23:59:34.327685+0000","last_became_active":"2023-10-13T23:59:33.716413+0000","last_became_peered":"2023-10-13T23:59:33.716413+0000","last_unstale":"2023-10-13T23:59:34.327685+0000","last_undegraded":"2023-10-13T23:59:34.327685+0000","last_fullsized":"2023-10-13T23:59:34.327685+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T05:11:10.872613+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.344904+0000","last_change":"2023-10-13T23:59:34.344904+0000","last_active":"2023-10-13T23:59:34.344904+0000","last_peered":"2023-10-13T23:59:34.344904+0000","last_clean":"2023-10-13T23:59:34.344904+0000","last_became_active":"2023-10-13T23:59:34.344578+0000","last_became_peered":"2023-10-13T23:59:34.344578+0000","last_unstale":"2023-10-13T23:59:34.344904+0000","last_undegraded":"2023-10-13T23:59:34.344904+0000","last_fullsized":"2023-10-13T23:59:34.344904+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:53:25.819205+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.345399+0000","last_change":"2023-10-13T23:59:34.345399+0000","last_active":"2023-10-13T23:59:34.345399+0000","last_peered":"2023-10-13T23:59:34.345399+0000","last_clean":"2023-10-13T23:59:34.345399+0000","last_became_active":"2023-10-13T23:59:34.344951+0000","last_became_peered":"2023-10-13T23:59:34.344951+0000","last_unstale":"2023-10-13T23:59:34.345399+0000","last_undegraded":"2023-10-13T23:59:34.345399+0000","last_fullsized":"2023-10-13T23:59:34.345399+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:27:01.403692+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.327834+0000","last_change":"2023-10-13T23:59:33.697283+0000","last_active":"2023-10-13T23:59:34.327834+0000","last_peered":"2023-10-13T23:59:34.327834+0000","last_clean":"2023-10-13T23:59:34.327834+0000","last_became_active":"2023-10-13T23:59:33.696927+0000","last_became_peered":"2023-10-13T23:59:33.696927+0000","last_unstale":"2023-10-13T23:59:34.327834+0000","last_undegraded":"2023-10-13T23:59:34.327834+0000","last_fullsized":"2023-10-13T23:59:34.327834+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T10:55:54.826314+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.341870+0000","last_change":"2023-10-13T23:59:34.341870+0000","last_active":"2023-10-13T23:59:34.341870+0000","last_peered":"2023-10-13T23:59:34.341870+0000","last_clean":"2023-10-13T23:59:34.341870+0000","last_became_active":"2023-10-13T23:59:34.340813+0000","last_became_peered":"2023-10-13T23:59:34.340813+0000","last_unstale":"2023-10-13T23:59:34.341870+0000","last_undegraded":"2023-10-13T23:59:34.341870+0000","last_fullsized":"2023-10-13T23:59:34.341870+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:44:09.881102+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.323168+0000","last_change":"2023-10-13T23:59:33.705101+0000","last_active":"2023-10-13T23:59:34.323168+0000","last_peered":"2023-10-13T23:59:34.323168+0000","last_clean":"2023-10-13T23:59:34.323168+0000","last_became_active":"2023-10-13T23:59:33.704786+0000","last_became_peered":"2023-10-13T23:59:33.704786+0000","last_unstale":"2023-10-13T23:59:34.323168+0000","last_undegraded":"2023-10-13T23:59:34.323168+0000","last_fullsized":"2023-10-13T23:59:34.323168+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:36:08.852164+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"21'117","reported_seq":230,"reported_epoch":57,"state":"active+clean","last_fresh":"2023-10-13T23:59:33.683285+0000","last_change":"2023-10-13T23:59:23.366826+0000","last_active":"2023-10-13T23:59:33.683285+0000","last_peered":"2023-10-13T23:59:33.683285+0000","last_clean":"2023-10-13T23:59:33.683285+0000","last_became_active":"2023-10-13T23:59:23.366362+0000","last_became_peered":"2023-10-13T23:59:23.366362+0000","last_unstale":"2023-10-13T23:59:33.683285+0000","last_undegraded":"2023-10-13T23:59:33.683285+0000","last_fullsized":"2023-10-13T23:59:33.683285+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":55,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:57:57.119812+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:57:57.119812+0000","last_clean_scrub_stamp":"2023-10-13T23:57:57.119812+0000","objects_scrubbed":0,"log_size":117,"log_dups_size":0,"ondisk_log_size":117,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:24:23.123942+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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.346039+0000","last_change":"2023-10-13T23:59:34.346039+0000","last_active":"2023-10-13T23:59:34.346039+0000","last_peered":"2023-10-13T23:59:34.346039+0000","last_clean":"2023-10-13T23:59:34.346039+0000","last_became_active":"2023-10-13T23:59:34.345727+0000","last_became_peered":"2023-10-13T23:59:34.345727+0000","last_unstale":"2023-10-13T23:59:34.346039+0000","last_undegraded":"2023-10-13T23:59:34.346039+0000","last_fullsized":"2023-10-13T23:59:34.346039+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T08:38:24.276851+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":10,"reported_epoch":57,"state":"active+clean","last_fresh":"2023-10-13T23:59:33.708050+0000","last_change":"2023-10-13T23:59:33.707727+0000","last_active":"2023-10-13T23:59:33.708050+0000","last_peered":"2023-10-13T23:59:33.708050+0000","last_clean":"2023-10-13T23:59:33.708050+0000","last_became_active":"2023-10-13T23:59:33.707354+0000","last_became_peered":"2023-10-13T23:59:33.707354+0000","last_unstale":"2023-10-13T23:59:33.708050+0000","last_undegraded":"2023-10-13T23:59:33.708050+0000","last_fullsized":"2023-10-13T23:59:33.708050+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:45:58.598980+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":10,"reported_epoch":57,"state":"active+clean","last_fresh":"2023-10-13T23:59:33.708418+0000","last_change":"2023-10-13T23:59:33.707972+0000","last_active":"2023-10-13T23:59:33.708418+0000","last_peered":"2023-10-13T23:59:33.708418+0000","last_clean":"2023-10-13T23:59:33.708418+0000","last_became_active":"2023-10-13T23:59:33.707708+0000","last_became_peered":"2023-10-13T23:59:33.707708+0000","last_unstale":"2023-10-13T23:59:33.708418+0000","last_undegraded":"2023-10-13T23:59:33.708418+0000","last_fullsized":"2023-10-13T23:59:33.708418+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T05:26:00.995748+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.345284+0000","last_change":"2023-10-13T23:59:34.345284+0000","last_active":"2023-10-13T23:59:34.345284+0000","last_peered":"2023-10-13T23:59:34.345284+0000","last_clean":"2023-10-13T23:59:34.345284+0000","last_became_active":"2023-10-13T23:59:34.344891+0000","last_became_peered":"2023-10-13T23:59:34.344891+0000","last_unstale":"2023-10-13T23:59:34.345284+0000","last_undegraded":"2023-10-13T23:59:34.345284+0000","last_fullsized":"2023-10-13T23:59:34.345284+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:52:10.341092+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"0'0","reported_seq":10,"reported_epoch":57,"state":"active+clean","last_fresh":"2023-10-13T23:59:33.718580+0000","last_change":"2023-10-13T23:59:33.717214+0000","last_active":"2023-10-13T23:59:33.718580+0000","last_peered":"2023-10-13T23:59:33.718580+0000","last_clean":"2023-10-13T23:59:33.718580+0000","last_became_active":"2023-10-13T23:59:33.716865+0000","last_became_peered":"2023-10-13T23:59:33.716865+0000","last_unstale":"2023-10-13T23:59:33.718580+0000","last_undegraded":"2023-10-13T23:59:33.718580+0000","last_fullsized":"2023-10-13T23:59:33.718580+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:32:19.406739+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.355359+0000","last_change":"2023-10-13T23:59:34.355359+0000","last_active":"2023-10-13T23:59:34.355359+0000","last_peered":"2023-10-13T23:59:34.355359+0000","last_clean":"2023-10-13T23:59:34.355359+0000","last_became_active":"2023-10-13T23:59:34.354944+0000","last_became_peered":"2023-10-13T23:59:34.354944+0000","last_unstale":"2023-10-13T23:59:34.355359+0000","last_undegraded":"2023-10-13T23:59:34.355359+0000","last_fullsized":"2023-10-13T23:59:34.355359+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:15:09.199704+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2023-10-13T23:59:32.653505+0000","last_change":"2023-10-13T23:59:32.675267+0000","last_active":"2023-10-13T23:59:32.653505+0000","last_peered":"2023-10-13T23:59:32.653505+0000","last_clean":"2023-10-13T23:59:32.653505+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-10-13T23:59:32.653505+0000","last_undegraded":"2023-10-13T23:59:32.653505+0000","last_fullsized":"2023-10-13T23:59:32.653505+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T10:57:55.670921+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":[2,7],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.6","version":"0'0","reported_seq":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.348885+0000","last_change":"2023-10-13T23:59:34.348885+0000","last_active":"2023-10-13T23:59:34.348885+0000","last_peered":"2023-10-13T23:59:34.348885+0000","last_clean":"2023-10-13T23:59:34.348885+0000","last_became_active":"2023-10-13T23:59:34.348510+0000","last_became_peered":"2023-10-13T23:59:34.348510+0000","last_unstale":"2023-10-13T23:59:34.348885+0000","last_undegraded":"2023-10-13T23:59:34.348885+0000","last_fullsized":"2023-10-13T23:59:34.348885+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T00:34:26.989577+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":10,"reported_epoch":57,"state":"active+clean","last_fresh":"2023-10-13T23:59:33.708629+0000","last_change":"2023-10-13T23:59:33.708153+0000","last_active":"2023-10-13T23:59:33.708629+0000","last_peered":"2023-10-13T23:59:33.708629+0000","last_clean":"2023-10-13T23:59:33.708629+0000","last_became_active":"2023-10-13T23:59:33.707833+0000","last_became_peered":"2023-10-13T23:59:33.707833+0000","last_unstale":"2023-10-13T23:59:33.708629+0000","last_undegraded":"2023-10-13T23:59:33.708629+0000","last_fullsized":"2023-10-13T23:59:33.708629+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:45:18.724244+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.341356+0000","last_change":"2023-10-13T23:59:34.341356+0000","last_active":"2023-10-13T23:59:34.341356+0000","last_peered":"2023-10-13T23:59:34.341356+0000","last_clean":"2023-10-13T23:59:34.341356+0000","last_became_active":"2023-10-13T23:59:34.339987+0000","last_became_peered":"2023-10-13T23:59:34.339987+0000","last_unstale":"2023-10-13T23:59:34.341356+0000","last_undegraded":"2023-10-13T23:59:34.341356+0000","last_fullsized":"2023-10-13T23:59:34.341356+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T08:20:45.762213+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":10,"reported_epoch":57,"state":"active+clean","last_fresh":"2023-10-13T23:59:33.707260+0000","last_change":"2023-10-13T23:59:33.706356+0000","last_active":"2023-10-13T23:59:33.707260+0000","last_peered":"2023-10-13T23:59:33.707260+0000","last_clean":"2023-10-13T23:59:33.707260+0000","last_became_active":"2023-10-13T23:59:33.705748+0000","last_became_peered":"2023-10-13T23:59:33.705748+0000","last_unstale":"2023-10-13T23:59:33.707260+0000","last_undegraded":"2023-10-13T23:59:33.707260+0000","last_fullsized":"2023-10-13T23:59:33.707260+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:22:26.347395+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.350769+0000","last_change":"2023-10-13T23:59:34.350769+0000","last_active":"2023-10-13T23:59:34.350769+0000","last_peered":"2023-10-13T23:59:34.350769+0000","last_clean":"2023-10-13T23:59:34.350769+0000","last_became_active":"2023-10-13T23:59:34.349831+0000","last_became_peered":"2023-10-13T23:59:34.349831+0000","last_unstale":"2023-10-13T23:59:34.350769+0000","last_undegraded":"2023-10-13T23:59:34.350769+0000","last_fullsized":"2023-10-13T23:59:34.350769+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:32:13.027672+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":10,"reported_epoch":57,"state":"active+clean","last_fresh":"2023-10-13T23:59:33.712580+0000","last_change":"2023-10-13T23:59:33.708281+0000","last_active":"2023-10-13T23:59:33.712580+0000","last_peered":"2023-10-13T23:59:33.712580+0000","last_clean":"2023-10-13T23:59:33.712580+0000","last_became_active":"2023-10-13T23:59:33.707969+0000","last_became_peered":"2023-10-13T23:59:33.707969+0000","last_unstale":"2023-10-13T23:59:33.712580+0000","last_undegraded":"2023-10-13T23:59:33.712580+0000","last_fullsized":"2023-10-13T23:59:33.712580+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:31:17.336351+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.355278+0000","last_change":"2023-10-13T23:59:34.355278+0000","last_active":"2023-10-13T23:59:34.355278+0000","last_peered":"2023-10-13T23:59:34.355278+0000","last_clean":"2023-10-13T23:59:34.355278+0000","last_became_active":"2023-10-13T23:59:34.354897+0000","last_became_peered":"2023-10-13T23:59:34.354897+0000","last_unstale":"2023-10-13T23:59:34.355278+0000","last_undegraded":"2023-10-13T23:59:34.355278+0000","last_fullsized":"2023-10-13T23:59:34.355278+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T00:27:55.578745+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"0'0","reported_seq":10,"reported_epoch":57,"state":"active+clean","last_fresh":"2023-10-13T23:59:33.697093+0000","last_change":"2023-10-13T23:59:33.696384+0000","last_active":"2023-10-13T23:59:33.697093+0000","last_peered":"2023-10-13T23:59:33.697093+0000","last_clean":"2023-10-13T23:59:33.697093+0000","last_became_active":"2023-10-13T23:59:33.696142+0000","last_became_peered":"2023-10-13T23:59:33.696142+0000","last_unstale":"2023-10-13T23:59:33.697093+0000","last_undegraded":"2023-10-13T23:59:33.697093+0000","last_fullsized":"2023-10-13T23:59:33.697093+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T00:29:27.507159+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-10-13T23:59:33.668965+0000","last_change":"2023-10-13T23:59:33.668965+0000","last_active":"2023-10-13T23:59:33.668965+0000","last_peered":"2023-10-13T23:59:33.668965+0000","last_clean":"2023-10-13T23:59:33.668965+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-10-13T23:59:33.668965+0000","last_undegraded":"2023-10-13T23:59:33.668965+0000","last_fullsized":"2023-10-13T23:59:33.668965+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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.c","version":"0'0","reported_seq":11,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.327096+0000","last_change":"2023-10-13T23:59:33.697424+0000","last_active":"2023-10-13T23:59:34.327096+0000","last_peered":"2023-10-13T23:59:34.327096+0000","last_clean":"2023-10-13T23:59:34.327096+0000","last_became_active":"2023-10-13T23:59:33.697081+0000","last_became_peered":"2023-10-13T23:59:33.697081+0000","last_unstale":"2023-10-13T23:59:34.327096+0000","last_undegraded":"2023-10-13T23:59:34.327096+0000","last_fullsized":"2023-10-13T23:59:34.327096+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T10:38:09.716078+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.336000+0000","last_change":"2023-10-13T23:59:34.336000+0000","last_active":"2023-10-13T23:59:34.336000+0000","last_peered":"2023-10-13T23:59:34.336000+0000","last_clean":"2023-10-13T23:59:34.336000+0000","last_became_active":"2023-10-13T23:59:34.335679+0000","last_became_peered":"2023-10-13T23:59:34.335679+0000","last_unstale":"2023-10-13T23:59:34.336000+0000","last_undegraded":"2023-10-13T23:59:34.336000+0000","last_fullsized":"2023-10-13T23:59:34.336000+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:11:07.825463+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"0'0","reported_seq":10,"reported_epoch":57,"state":"active+clean","last_fresh":"2023-10-13T23:59:33.718774+0000","last_change":"2023-10-13T23:59:33.717011+0000","last_active":"2023-10-13T23:59:33.718774+0000","last_peered":"2023-10-13T23:59:33.718774+0000","last_clean":"2023-10-13T23:59:33.718774+0000","last_became_active":"2023-10-13T23:59:33.716688+0000","last_became_peered":"2023-10-13T23:59:33.716688+0000","last_unstale":"2023-10-13T23:59:33.718774+0000","last_undegraded":"2023-10-13T23:59:33.718774+0000","last_fullsized":"2023-10-13T23:59:33.718774+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:25:49.671679+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.344977+0000","last_change":"2023-10-13T23:59:34.343982+0000","last_active":"2023-10-13T23:59:34.344977+0000","last_peered":"2023-10-13T23:59:34.344977+0000","last_clean":"2023-10-13T23:59:34.344977+0000","last_became_active":"2023-10-13T23:59:34.339928+0000","last_became_peered":"2023-10-13T23:59:34.339928+0000","last_unstale":"2023-10-13T23:59:34.344977+0000","last_undegraded":"2023-10-13T23:59:34.344977+0000","last_fullsized":"2023-10-13T23:59:34.344977+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T10:35:07.777873+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'2","reported_seq":13,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.725213+0000","last_change":"2023-10-13T23:59:33.713850+0000","last_active":"2023-10-13T23:59:34.725213+0000","last_peered":"2023-10-13T23:59:34.725213+0000","last_clean":"2023-10-13T23:59:34.725213+0000","last_became_active":"2023-10-13T23:59:33.713539+0000","last_became_peered":"2023-10-13T23:59:33.713539+0000","last_unstale":"2023-10-13T23:59:34.725213+0000","last_undegraded":"2023-10-13T23:59:34.725213+0000","last_fullsized":"2023-10-13T23:59:34.725213+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:16:23.252033+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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.350039+0000","last_change":"2023-10-13T23:59:34.350039+0000","last_active":"2023-10-13T23:59:34.350039+0000","last_peered":"2023-10-13T23:59:34.350039+0000","last_clean":"2023-10-13T23:59:34.350039+0000","last_became_active":"2023-10-13T23:59:34.348875+0000","last_became_peered":"2023-10-13T23:59:34.348875+0000","last_unstale":"2023-10-13T23:59:34.350039+0000","last_undegraded":"2023-10-13T23:59:34.350039+0000","last_fullsized":"2023-10-13T23:59:34.350039+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:09:45.354595+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-10-13T23:59:33.668965+0000","last_change":"2023-10-13T23:59:33.668965+0000","last_active":"2023-10-13T23:59:33.668965+0000","last_peered":"2023-10-13T23:59:33.668965+0000","last_clean":"2023-10-13T23:59:33.668965+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-10-13T23:59:33.668965+0000","last_undegraded":"2023-10-13T23:59:33.668965+0000","last_fullsized":"2023-10-13T23:59:33.668965+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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.21","version":"0'0","reported_seq":10,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.343444+0000","last_change":"2023-10-13T23:59:34.339932+0000","last_active":"2023-10-13T23:59:34.343444+0000","last_peered":"2023-10-13T23:59:34.343444+0000","last_clean":"2023-10-13T23:59:34.343444+0000","last_became_active":"2023-10-13T23:59:34.339591+0000","last_became_peered":"2023-10-13T23:59:34.339591+0000","last_unstale":"2023-10-13T23:59:34.343444+0000","last_undegraded":"2023-10-13T23:59:34.343444+0000","last_fullsized":"2023-10-13T23:59:34.343444+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:30:04.152690+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.352646+0000","last_change":"2023-10-13T23:59:34.348180+0000","last_active":"2023-10-13T23:59:34.352646+0000","last_peered":"2023-10-13T23:59:34.352646+0000","last_clean":"2023-10-13T23:59:34.352646+0000","last_became_active":"2023-10-13T23:59:34.347394+0000","last_became_peered":"2023-10-13T23:59:34.347394+0000","last_unstale":"2023-10-13T23:59:34.352646+0000","last_undegraded":"2023-10-13T23:59:34.352646+0000","last_fullsized":"2023-10-13T23:59:34.352646+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T05:44:06.045340+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.349265+0000","last_change":"2023-10-13T23:59:34.349265+0000","last_active":"2023-10-13T23:59:34.349265+0000","last_peered":"2023-10-13T23:59:34.349265+0000","last_clean":"2023-10-13T23:59:34.349265+0000","last_became_active":"2023-10-13T23:59:34.348457+0000","last_became_peered":"2023-10-13T23:59:34.348457+0000","last_unstale":"2023-10-13T23:59:34.349265+0000","last_undegraded":"2023-10-13T23:59:34.349265+0000","last_fullsized":"2023-10-13T23:59:34.349265+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:44:19.710390+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.354860+0000","last_change":"2023-10-13T23:59:34.354860+0000","last_active":"2023-10-13T23:59:34.354860+0000","last_peered":"2023-10-13T23:59:34.354860+0000","last_clean":"2023-10-13T23:59:34.354860+0000","last_became_active":"2023-10-13T23:59:34.354549+0000","last_became_peered":"2023-10-13T23:59:34.354549+0000","last_unstale":"2023-10-13T23:59:34.354860+0000","last_undegraded":"2023-10-13T23:59:34.354860+0000","last_fullsized":"2023-10-13T23:59:34.354860+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:58:45.683240+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.350225+0000","last_change":"2023-10-13T23:59:34.350225+0000","last_active":"2023-10-13T23:59:34.350225+0000","last_peered":"2023-10-13T23:59:34.350225+0000","last_clean":"2023-10-13T23:59:34.350225+0000","last_became_active":"2023-10-13T23:59:34.349903+0000","last_became_peered":"2023-10-13T23:59:34.349903+0000","last_unstale":"2023-10-13T23:59:34.350225+0000","last_undegraded":"2023-10-13T23:59:34.350225+0000","last_fullsized":"2023-10-13T23:59:34.350225+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:18:12.663674+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-10-13T23:59:33.668965+0000","last_change":"2023-10-13T23:59:33.668965+0000","last_active":"2023-10-13T23:59:33.668965+0000","last_peered":"2023-10-13T23:59:33.668965+0000","last_clean":"2023-10-13T23:59:33.668965+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-10-13T23:59:33.668965+0000","last_undegraded":"2023-10-13T23:59:33.668965+0000","last_fullsized":"2023-10-13T23:59:33.668965+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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.27","version":"0'0","reported_seq":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.353622+0000","last_change":"2023-10-13T23:59:34.353622+0000","last_active":"2023-10-13T23:59:34.353622+0000","last_peered":"2023-10-13T23:59:34.353622+0000","last_clean":"2023-10-13T23:59:34.353622+0000","last_became_active":"2023-10-13T23:59:34.353317+0000","last_became_peered":"2023-10-13T23:59:34.353317+0000","last_unstale":"2023-10-13T23:59:34.353622+0000","last_undegraded":"2023-10-13T23:59:34.353622+0000","last_fullsized":"2023-10-13T23:59:34.353622+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:30:47.847305+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.341942+0000","last_change":"2023-10-13T23:59:34.340530+0000","last_active":"2023-10-13T23:59:34.341942+0000","last_peered":"2023-10-13T23:59:34.341942+0000","last_clean":"2023-10-13T23:59:34.341942+0000","last_became_active":"2023-10-13T23:59:34.340157+0000","last_became_peered":"2023-10-13T23:59:34.340157+0000","last_unstale":"2023-10-13T23:59:34.341942+0000","last_undegraded":"2023-10-13T23:59:34.341942+0000","last_fullsized":"2023-10-13T23:59:34.341942+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:48:54.068275+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.349514+0000","last_change":"2023-10-13T23:59:34.349514+0000","last_active":"2023-10-13T23:59:34.349514+0000","last_peered":"2023-10-13T23:59:34.349514+0000","last_clean":"2023-10-13T23:59:34.349514+0000","last_became_active":"2023-10-13T23:59:34.349057+0000","last_became_peered":"2023-10-13T23:59:34.349057+0000","last_unstale":"2023-10-13T23:59:34.349514+0000","last_undegraded":"2023-10-13T23:59:34.349514+0000","last_fullsized":"2023-10-13T23:59:34.349514+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:50:23.628513+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.337039+0000","last_change":"2023-10-13T23:59:34.335647+0000","last_active":"2023-10-13T23:59:34.337039+0000","last_peered":"2023-10-13T23:59:34.337039+0000","last_clean":"2023-10-13T23:59:34.337039+0000","last_became_active":"2023-10-13T23:59:34.335341+0000","last_became_peered":"2023-10-13T23:59:34.335341+0000","last_unstale":"2023-10-13T23:59:34.337039+0000","last_undegraded":"2023-10-13T23:59:34.337039+0000","last_fullsized":"2023-10-13T23:59:34.337039+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T10:34:15.630881+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.351925+0000","last_change":"2023-10-13T23:59:34.351925+0000","last_active":"2023-10-13T23:59:34.351925+0000","last_peered":"2023-10-13T23:59:34.351925+0000","last_clean":"2023-10-13T23:59:34.351925+0000","last_became_active":"2023-10-13T23:59:34.347473+0000","last_became_peered":"2023-10-13T23:59:34.347473+0000","last_unstale":"2023-10-13T23:59:34.351925+0000","last_undegraded":"2023-10-13T23:59:34.351925+0000","last_fullsized":"2023-10-13T23:59:34.351925+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:56:14.630499+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-10-13T23:59:33.668965+0000","last_change":"2023-10-13T23:59:33.668965+0000","last_active":"2023-10-13T23:59:33.668965+0000","last_peered":"2023-10-13T23:59:33.668965+0000","last_clean":"2023-10-13T23:59:33.668965+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-10-13T23:59:33.668965+0000","last_undegraded":"2023-10-13T23:59:33.668965+0000","last_fullsized":"2023-10-13T23:59:33.668965+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":[]}],"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":171,"acting":171,"num_store_stats":7},{"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":2375680,"data_stored":2361472,"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":610,"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":23,"num_write_kb":8,"num_scrub_errors":0,"num_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":69632,"data_stored":4646,"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":96,"acting":96,"num_store_stats":8}],"osd_stats":[{"osd":7,"up_from":51,"seq":219043332100,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":298404,"kb_used_data":1116,"kb_used_omap":0,"kb_used_meta":297280,"kb_avail":93446748,"statfs":{"total":95995035648,"available":95689469952,"internally_reserved":0,"allocated":1142784,"data_stored":816628,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304414720},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[],"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.44}]},{"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.35499999999999998}]},{"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.45200000000000001}]},{"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.41399999999999998}]},{"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.32000000000000001}]},{"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.30199999999999999}]},{"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.42199999999999999}]}]},{"osd":6,"up_from":43,"seq":184683593737,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":298396,"kb_used_data":1108,"kb_used_omap":0,"kb_used_meta":297280,"kb_avail":93446756,"statfs":{"total":95995035648,"available":95689478144,"internally_reserved":0,"allocated":1134592,"data_stored":816098,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304414720},"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.72499999999999998}]},{"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.80800000000000005}]},{"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.64100000000000001}]},{"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.77400000000000002}]},{"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.56999999999999995}]},{"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.70399999999999996}]},{"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.83899999999999997}]}]},{"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":297836,"kb_used_data":548,"kb_used_omap":0,"kb_used_meta":297280,"kb_avail":93447316,"statfs":{"total":95995035648,"available":95690051584,"internally_reserved":0,"allocated":561152,"data_stored":232975,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304414720},"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":"Fri Oct 13 23:58:40 2023","interfaces":[{"interface":"back","average":{"1min":0.373,"5min":0.373,"15min":0.373},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"last":0.32500000000000001},{"interface":"front","average":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"last":0.372}]},{"osd":2,"last update":"Fri Oct 13 23:58:56 2023","interfaces":[{"interface":"back","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"last":0.30399999999999999},{"interface":"front","average":{"1min":0.436,"5min":0.436,"15min":0.436},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"last":0.54000000000000004}]},{"osd":3,"last update":"Fri Oct 13 23:59:18 2023","interfaces":[{"interface":"back","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.35999999999999999},{"interface":"front","average":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.39100000000000001}]},{"osd":4,"last update":"Fri Oct 13 23:59:31 2023","interfaces":[{"interface":"back","average":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":1.111,"5min":1.111,"15min":1.111},"last":0.55400000000000005},{"interface":"front","average":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"min":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":1.161,"5min":1.161,"15min":1.161},"last":0.63800000000000001}]},{"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.60199999999999998}]},{"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.71299999999999997}]},{"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.68300000000000005}]}]},{"osd":0,"up_from":8,"seq":34359738398,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":298444,"kb_used_data":1156,"kb_used_omap":0,"kb_used_meta":297280,"kb_avail":93446708,"statfs":{"total":95995035648,"available":95689428992,"internally_reserved":0,"allocated":1183744,"data_stored":831236,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304414720},"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":3,"apply_latency_ms":3,"commit_latency_ns":3000000,"apply_latency_ns":3000000},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Fri Oct 13 23:58:41 2023","interfaces":[{"interface":"back","average":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"min":{"1min":0.23799999999999999,"5min":0.23799999999999999,"15min":0.23799999999999999},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.44400000000000001},{"interface":"front","average":{"1min":0.437,"5min":0.437,"15min":0.437},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"last":0.57399999999999995}]},{"osd":2,"last update":"Fri Oct 13 23:59:00 2023","interfaces":[{"interface":"back","average":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.54900000000000004},{"interface":"front","average":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":0.53600000000000003}]},{"osd":3,"last update":"Fri Oct 13 23:59:16 2023","interfaces":[{"interface":"back","average":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"last":0.47799999999999998},{"interface":"front","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"last":0.64700000000000002}]},{"osd":4,"last update":"Fri Oct 13 23:59:33 2023","interfaces":[{"interface":"back","average":{"1min":0.623,"5min":0.623,"15min":0.623},"min":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":0.79300000000000004,"5min":0.79300000000000004,"15min":0.79300000000000004},"last":0.77800000000000002},{"interface":"front","average":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.92600000000000005,"5min":0.92600000000000005,"15min":0.92600000000000005},"last":0.92600000000000005}]},{"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.81799999999999995}]},{"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.88}]},{"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.80200000000000005}]}]},{"osd":2,"up_from":18,"seq":77309411350,"num_pgs":25,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297864,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":297280,"kb_avail":93447288,"statfs":{"total":95995035648,"available":95690022912,"internally_reserved":0,"allocated":589824,"data_stored":247187,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304414720},"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":"Fri Oct 13 23:58:56 2023","interfaces":[{"interface":"back","average":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"last":0.33000000000000002},{"interface":"front","average":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"last":0.29799999999999999}]},{"osd":1,"last update":"Fri Oct 13 23:58:56 2023","interfaces":[{"interface":"back","average":{"1min":0.436,"5min":0.436,"15min":0.436},"min":{"1min":0.28999999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"last":0.42799999999999999},{"interface":"front","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"last":0.40899999999999997}]},{"osd":3,"last update":"Fri Oct 13 23:59:14 2023","interfaces":[{"interface":"back","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.46800000000000003},{"interface":"front","average":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.38400000000000001}]},{"osd":4,"last update":"Fri Oct 13 23:59:31 2023","interfaces":[{"interface":"back","average":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.88300000000000001,"5min":0.88300000000000001,"15min":0.88300000000000001},"last":0.90200000000000002},{"interface":"front","average":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"min":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"max":{"1min":0.97699999999999998,"5min":0.97699999999999998,"15min":0.97699999999999998},"last":0.85699999999999998}]},{"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.72899999999999998}]},{"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.83499999999999996}]},{"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.88}]}]},{"osd":3,"up_from":24,"seq":103079215123,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297840,"kb_used_data":552,"kb_used_omap":0,"kb_used_meta":297280,"kb_avail":93447312,"statfs":{"total":95995035648,"available":95690047488,"internally_reserved":0,"allocated":565248,"data_stored":233276,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304414720},"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":2,"apply_latency_ms":2,"commit_latency_ns":2000000,"apply_latency_ns":2000000},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Oct 13 23:59:13 2023","interfaces":[{"interface":"back","average":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"min":{"1min":0.23400000000000001,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"last":0.34499999999999997},{"interface":"front","average":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.872,"5min":0.872,"15min":0.872},"last":0.32800000000000001}]},{"osd":1,"last update":"Fri Oct 13 23:59:13 2023","interfaces":[{"interface":"back","average":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.42599999999999999},{"interface":"front","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"last":0.36399999999999999}]},{"osd":2,"last update":"Fri Oct 13 23:59:13 2023","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.39100000000000001},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"last":0.439}]},{"osd":4,"last update":"Fri Oct 13 23:59:30 2023","interfaces":[{"interface":"back","average":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":1.034,"5min":1.034,"15min":1.034},"last":0.78700000000000003},{"interface":"front","average":{"1min":0.623,"5min":0.623,"15min":0.623},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.96699999999999997,"5min":0.96699999999999997,"15min":0.96699999999999997},"last":0.872}]},{"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.72599999999999998}]},{"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.76100000000000001}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.71399999999999997}]}]},{"osd":4,"up_from":29,"seq":124554051598,"num_pgs":38,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297852,"kb_used_data":564,"kb_used_omap":0,"kb_used_meta":297280,"kb_avail":93447300,"statfs":{"total":95995035648,"available":95690035200,"internally_reserved":0,"allocated":577536,"data_stored":240469,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304414720},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Oct 13 23:59:29 2023","interfaces":[{"interface":"back","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"max":{"1min":0.88500000000000001,"5min":0.88500000000000001,"15min":0.88500000000000001},"last":0.52800000000000002},{"interface":"front","average":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.86199999999999999,"5min":0.86199999999999999,"15min":0.86199999999999999},"last":0.51700000000000002}]},{"osd":1,"last update":"Fri Oct 13 23:59:29 2023","interfaces":[{"interface":"back","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.91100000000000003,"5min":0.91100000000000003,"15min":0.91100000000000003},"last":0.39700000000000002},{"interface":"front","average":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":0.871,"5min":0.871,"15min":0.871},"last":0.45100000000000001}]},{"osd":2,"last update":"Fri Oct 13 23:59:29 2023","interfaces":[{"interface":"back","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.95099999999999996,"5min":0.95099999999999996,"15min":0.95099999999999996},"last":0.5},{"interface":"front","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.59499999999999997}]},{"osd":3,"last update":"Fri Oct 13 23:59:29 2023","interfaces":[{"interface":"back","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.93600000000000005,"5min":0.93600000000000005,"15min":0.93600000000000005},"last":0.56499999999999995},{"interface":"front","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.78800000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":0.48799999999999999}]},{"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.377}]},{"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.60699999999999998}]},{"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.41999999999999998}]}]},{"osd":5,"up_from":36,"seq":154618822669,"num_pgs":5,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297872,"kb_used_data":584,"kb_used_omap":0,"kb_used_meta":297280,"kb_avail":93447280,"statfs":{"total":95995035648,"available":95690014720,"internally_reserved":0,"allocated":598016,"data_stored":248247,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304414720},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[],"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.47099999999999997}]},{"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.49299999999999999}]},{"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.621}]},{"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.66200000000000003}]},{"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.74199999999999999}]},{"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.68999999999999995}]},{"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.77900000000000003}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":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":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":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":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":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":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-10-13T23:59:38.916 DEBUG:teuthology.orchestra.run.smithi055:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph pg dump --format=json 2023-10-13T23:59:39.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:38 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/2019162099' entity='client.admin' cmd='[{"prefix": "fs set", "fs_name": "cephfs", "var": "allow_standby_replay", "val": "false"}]': finished 2023-10-13T23:59:39.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:38 smithi082 ceph-mon[116307]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2023-10-13T23:59:39.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:38 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/3983647960' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2023-10-13T23:59:39.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:38 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/390690595' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-13T23:59:39.303 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-13T23:59:39.305 INFO:teuthology.orchestra.run.smithi055.stderr:dumped all 2023-10-13T23:59:39.314 INFO:teuthology.orchestra.run.smithi055.stdout:{"pg_ready":true,"pg_map":{"version":150,"stamp":"2023-10-13T23:59:38.144745+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590978,"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":182,"num_write_kb":2424,"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":270,"acting":270,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":76,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":8,"kb":749961216,"kb_used":2384508,"kb_used_data":6204,"kb_used_omap":0,"kb_used_meta":2378240,"kb_avail":747576708,"statfs":{"total":767960285184,"available":765518548992,"internally_reserved":0,"allocated":6352896,"data_stored":3666116,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2435317760},"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":11,"apply_latency_ms":11,"commit_latency_ns":11000000,"apply_latency_ns":11000000},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":610,"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":23,"num_write_kb":8,"num_scrub_errors":0,"num_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":"5.475193"},"pg_stats":[{"pgid":"3.3f","version":"0'0","reported_seq":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.350392+0000","last_change":"2023-10-13T23:59:34.350392+0000","last_active":"2023-10-13T23:59:34.350392+0000","last_peered":"2023-10-13T23:59:34.350392+0000","last_clean":"2023-10-13T23:59:34.350392+0000","last_became_active":"2023-10-13T23:59:34.349719+0000","last_became_peered":"2023-10-13T23:59:34.349719+0000","last_unstale":"2023-10-13T23:59:34.350392+0000","last_undegraded":"2023-10-13T23:59:34.350392+0000","last_fullsized":"2023-10-13T23:59:34.350392+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:24:50.889099+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.351593+0000","last_change":"2023-10-13T23:59:34.351593+0000","last_active":"2023-10-13T23:59:34.351593+0000","last_peered":"2023-10-13T23:59:34.351593+0000","last_clean":"2023-10-13T23:59:34.351593+0000","last_became_active":"2023-10-13T23:59:34.351078+0000","last_became_peered":"2023-10-13T23:59:34.351078+0000","last_unstale":"2023-10-13T23:59:34.351593+0000","last_undegraded":"2023-10-13T23:59:34.351593+0000","last_fullsized":"2023-10-13T23:59:34.351593+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T05:08:25.738139+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.349088+0000","last_change":"2023-10-13T23:59:34.349088+0000","last_active":"2023-10-13T23:59:34.349088+0000","last_peered":"2023-10-13T23:59:34.349088+0000","last_clean":"2023-10-13T23:59:34.349088+0000","last_became_active":"2023-10-13T23:59:34.348722+0000","last_became_peered":"2023-10-13T23:59:34.348722+0000","last_unstale":"2023-10-13T23:59:34.349088+0000","last_undegraded":"2023-10-13T23:59:34.349088+0000","last_fullsized":"2023-10-13T23:59:34.349088+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:39:40.907426+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.344996+0000","last_change":"2023-10-13T23:59:34.344153+0000","last_active":"2023-10-13T23:59:34.344996+0000","last_peered":"2023-10-13T23:59:34.344996+0000","last_clean":"2023-10-13T23:59:34.344996+0000","last_became_active":"2023-10-13T23:59:34.343722+0000","last_became_peered":"2023-10-13T23:59:34.343722+0000","last_unstale":"2023-10-13T23:59:34.344996+0000","last_undegraded":"2023-10-13T23:59:34.344996+0000","last_fullsized":"2023-10-13T23:59:34.344996+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:21:01.251415+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.342421+0000","last_change":"2023-10-13T23:59:34.342421+0000","last_active":"2023-10-13T23:59:34.342421+0000","last_peered":"2023-10-13T23:59:34.342421+0000","last_clean":"2023-10-13T23:59:34.342421+0000","last_became_active":"2023-10-13T23:59:34.342057+0000","last_became_peered":"2023-10-13T23:59:34.342057+0000","last_unstale":"2023-10-13T23:59:34.342421+0000","last_undegraded":"2023-10-13T23:59:34.342421+0000","last_fullsized":"2023-10-13T23:59:34.342421+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:23:19.409120+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.352667+0000","last_change":"2023-10-13T23:59:34.348509+0000","last_active":"2023-10-13T23:59:34.352667+0000","last_peered":"2023-10-13T23:59:34.352667+0000","last_clean":"2023-10-13T23:59:34.352667+0000","last_became_active":"2023-10-13T23:59:34.347683+0000","last_became_peered":"2023-10-13T23:59:34.347683+0000","last_unstale":"2023-10-13T23:59:34.352667+0000","last_undegraded":"2023-10-13T23:59:34.352667+0000","last_fullsized":"2023-10-13T23:59:34.352667+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:17:30.320938+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.348870+0000","last_change":"2023-10-13T23:59:34.348870+0000","last_active":"2023-10-13T23:59:34.348870+0000","last_peered":"2023-10-13T23:59:34.348870+0000","last_clean":"2023-10-13T23:59:34.348870+0000","last_became_active":"2023-10-13T23:59:34.348544+0000","last_became_peered":"2023-10-13T23:59:34.348544+0000","last_unstale":"2023-10-13T23:59:34.348870+0000","last_undegraded":"2023-10-13T23:59:34.348870+0000","last_fullsized":"2023-10-13T23:59:34.348870+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:39:04.818381+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.341743+0000","last_change":"2023-10-13T23:59:34.341743+0000","last_active":"2023-10-13T23:59:34.341743+0000","last_peered":"2023-10-13T23:59:34.341743+0000","last_clean":"2023-10-13T23:59:34.341743+0000","last_became_active":"2023-10-13T23:59:34.341415+0000","last_became_peered":"2023-10-13T23:59:34.341415+0000","last_unstale":"2023-10-13T23:59:34.341743+0000","last_undegraded":"2023-10-13T23:59:34.341743+0000","last_fullsized":"2023-10-13T23:59:34.341743+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:08:03.893964+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.350211+0000","last_change":"2023-10-13T23:59:34.350211+0000","last_active":"2023-10-13T23:59:34.350211+0000","last_peered":"2023-10-13T23:59:34.350211+0000","last_clean":"2023-10-13T23:59:34.350211+0000","last_became_active":"2023-10-13T23:59:34.349281+0000","last_became_peered":"2023-10-13T23:59:34.349281+0000","last_unstale":"2023-10-13T23:59:34.350211+0000","last_undegraded":"2023-10-13T23:59:34.350211+0000","last_fullsized":"2023-10-13T23:59:34.350211+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:30:46.887219+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-10-13T23:59:33.668965+0000","last_change":"2023-10-13T23:59:33.668965+0000","last_active":"2023-10-13T23:59:33.668965+0000","last_peered":"2023-10-13T23:59:33.668965+0000","last_clean":"2023-10-13T23:59:33.668965+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-10-13T23:59:33.668965+0000","last_undegraded":"2023-10-13T23:59:33.668965+0000","last_fullsized":"2023-10-13T23:59:33.668965+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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.35","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-10-13T23:59:33.668965+0000","last_change":"2023-10-13T23:59:33.668965+0000","last_active":"2023-10-13T23:59:33.668965+0000","last_peered":"2023-10-13T23:59:33.668965+0000","last_clean":"2023-10-13T23:59:33.668965+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-10-13T23:59:33.668965+0000","last_undegraded":"2023-10-13T23:59:33.668965+0000","last_fullsized":"2023-10-13T23:59:33.668965+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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.34","version":"0'0","reported_seq":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.349567+0000","last_change":"2023-10-13T23:59:34.349567+0000","last_active":"2023-10-13T23:59:34.349567+0000","last_peered":"2023-10-13T23:59:34.349567+0000","last_clean":"2023-10-13T23:59:34.349567+0000","last_became_active":"2023-10-13T23:59:34.349281+0000","last_became_peered":"2023-10-13T23:59:34.349281+0000","last_unstale":"2023-10-13T23:59:34.349567+0000","last_undegraded":"2023-10-13T23:59:34.349567+0000","last_fullsized":"2023-10-13T23:59:34.349567+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:54:12.146728+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.352244+0000","last_change":"2023-10-13T23:59:34.352244+0000","last_active":"2023-10-13T23:59:34.352244+0000","last_peered":"2023-10-13T23:59:34.352244+0000","last_clean":"2023-10-13T23:59:34.352244+0000","last_became_active":"2023-10-13T23:59:34.349657+0000","last_became_peered":"2023-10-13T23:59:34.349657+0000","last_unstale":"2023-10-13T23:59:34.352244+0000","last_undegraded":"2023-10-13T23:59:34.352244+0000","last_fullsized":"2023-10-13T23:59:34.352244+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T05:17:46.052581+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.345399+0000","last_change":"2023-10-13T23:59:34.345399+0000","last_active":"2023-10-13T23:59:34.345399+0000","last_peered":"2023-10-13T23:59:34.345399+0000","last_clean":"2023-10-13T23:59:34.345399+0000","last_became_active":"2023-10-13T23:59:34.344890+0000","last_became_peered":"2023-10-13T23:59:34.344890+0000","last_unstale":"2023-10-13T23:59:34.345399+0000","last_undegraded":"2023-10-13T23:59:34.345399+0000","last_fullsized":"2023-10-13T23:59:34.345399+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:33:51.633119+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.346941+0000","last_change":"2023-10-13T23:59:34.346941+0000","last_active":"2023-10-13T23:59:34.346941+0000","last_peered":"2023-10-13T23:59:34.346941+0000","last_clean":"2023-10-13T23:59:34.346941+0000","last_became_active":"2023-10-13T23:59:34.346629+0000","last_became_peered":"2023-10-13T23:59:34.346629+0000","last_unstale":"2023-10-13T23:59:34.346941+0000","last_undegraded":"2023-10-13T23:59:34.346941+0000","last_fullsized":"2023-10-13T23:59:34.346941+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:15:31.237095+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.348300+0000","last_change":"2023-10-13T23:59:34.347775+0000","last_active":"2023-10-13T23:59:34.348300+0000","last_peered":"2023-10-13T23:59:34.348300+0000","last_clean":"2023-10-13T23:59:34.348300+0000","last_became_active":"2023-10-13T23:59:34.347408+0000","last_became_peered":"2023-10-13T23:59:34.347408+0000","last_unstale":"2023-10-13T23:59:34.348300+0000","last_undegraded":"2023-10-13T23:59:34.348300+0000","last_fullsized":"2023-10-13T23:59:34.348300+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:42:57.191972+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.337048+0000","last_change":"2023-10-13T23:59:34.335737+0000","last_active":"2023-10-13T23:59:34.337048+0000","last_peered":"2023-10-13T23:59:34.337048+0000","last_clean":"2023-10-13T23:59:34.337048+0000","last_became_active":"2023-10-13T23:59:34.334645+0000","last_became_peered":"2023-10-13T23:59:34.334645+0000","last_unstale":"2023-10-13T23:59:34.337048+0000","last_undegraded":"2023-10-13T23:59:34.337048+0000","last_fullsized":"2023-10-13T23:59:34.337048+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:39:13.192067+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.337372+0000","last_change":"2023-10-13T23:59:34.335890+0000","last_active":"2023-10-13T23:59:34.337372+0000","last_peered":"2023-10-13T23:59:34.337372+0000","last_clean":"2023-10-13T23:59:34.337372+0000","last_became_active":"2023-10-13T23:59:34.335528+0000","last_became_peered":"2023-10-13T23:59:34.335528+0000","last_unstale":"2023-10-13T23:59:34.337372+0000","last_undegraded":"2023-10-13T23:59:34.337372+0000","last_fullsized":"2023-10-13T23:59:34.337372+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:32:05.096732+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.337333+0000","last_change":"2023-10-13T23:59:34.337333+0000","last_active":"2023-10-13T23:59:34.337333+0000","last_peered":"2023-10-13T23:59:34.337333+0000","last_clean":"2023-10-13T23:59:34.337333+0000","last_became_active":"2023-10-13T23:59:34.335881+0000","last_became_peered":"2023-10-13T23:59:34.335881+0000","last_unstale":"2023-10-13T23:59:34.337333+0000","last_undegraded":"2023-10-13T23:59:34.337333+0000","last_fullsized":"2023-10-13T23:59:34.337333+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:03:19.467776+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'4","reported_seq":14,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.725764+0000","last_change":"2023-10-13T23:59:33.708933+0000","last_active":"2023-10-13T23:59:34.725764+0000","last_peered":"2023-10-13T23:59:34.725764+0000","last_clean":"2023-10-13T23:59:34.725764+0000","last_became_active":"2023-10-13T23:59:33.708630+0000","last_became_peered":"2023-10-13T23:59:33.708630+0000","last_unstale":"2023-10-13T23:59:34.725764+0000","last_undegraded":"2023-10-13T23:59:34.725764+0000","last_fullsized":"2023-10-13T23:59:34.725764+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":4,"log_dups_size":0,"ondisk_log_size":4,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:48:26.305881+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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.342165+0000","last_change":"2023-10-13T23:59:34.342165+0000","last_active":"2023-10-13T23:59:34.342165+0000","last_peered":"2023-10-13T23:59:34.342165+0000","last_clean":"2023-10-13T23:59:34.342165+0000","last_became_active":"2023-10-13T23:59:34.341495+0000","last_became_peered":"2023-10-13T23:59:34.341495+0000","last_unstale":"2023-10-13T23:59:34.342165+0000","last_undegraded":"2023-10-13T23:59:34.342165+0000","last_fullsized":"2023-10-13T23:59:34.342165+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T00:48:31.165868+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'1","reported_seq":11,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.341780+0000","last_change":"2023-10-13T23:59:33.716880+0000","last_active":"2023-10-13T23:59:34.341780+0000","last_peered":"2023-10-13T23:59:34.341780+0000","last_clean":"2023-10-13T23:59:34.341780+0000","last_became_active":"2023-10-13T23:59:33.716580+0000","last_became_peered":"2023-10-13T23:59:33.716580+0000","last_unstale":"2023-10-13T23:59:34.341780+0000","last_undegraded":"2023-10-13T23:59:34.341780+0000","last_fullsized":"2023-10-13T23:59:34.341780+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+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-15T01:14:08.455624+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.346685+0000","last_change":"2023-10-13T23:59:34.346685+0000","last_active":"2023-10-13T23:59:34.346685+0000","last_peered":"2023-10-13T23:59:34.346685+0000","last_clean":"2023-10-13T23:59:34.346685+0000","last_became_active":"2023-10-13T23:59:34.346344+0000","last_became_peered":"2023-10-13T23:59:34.346344+0000","last_unstale":"2023-10-13T23:59:34.346685+0000","last_undegraded":"2023-10-13T23:59:34.346685+0000","last_fullsized":"2023-10-13T23:59:34.346685+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:05:31.503332+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"0'0","reported_seq":10,"reported_epoch":57,"state":"active+clean","last_fresh":"2023-10-13T23:59:33.708038+0000","last_change":"2023-10-13T23:59:33.707208+0000","last_active":"2023-10-13T23:59:33.708038+0000","last_peered":"2023-10-13T23:59:33.708038+0000","last_clean":"2023-10-13T23:59:33.708038+0000","last_became_active":"2023-10-13T23:59:33.706810+0000","last_became_peered":"2023-10-13T23:59:33.706810+0000","last_unstale":"2023-10-13T23:59:33.708038+0000","last_undegraded":"2023-10-13T23:59:33.708038+0000","last_fullsized":"2023-10-13T23:59:33.708038+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:17:11.713206+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.339435+0000","last_change":"2023-10-13T23:59:34.339102+0000","last_active":"2023-10-13T23:59:34.339435+0000","last_peered":"2023-10-13T23:59:34.339435+0000","last_clean":"2023-10-13T23:59:34.339435+0000","last_became_active":"2023-10-13T23:59:34.338783+0000","last_became_peered":"2023-10-13T23:59:34.338783+0000","last_unstale":"2023-10-13T23:59:34.339435+0000","last_undegraded":"2023-10-13T23:59:34.339435+0000","last_fullsized":"2023-10-13T23:59:34.339435+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:32:43.409208+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":10,"reported_epoch":57,"state":"active+clean","last_fresh":"2023-10-13T23:59:33.695960+0000","last_change":"2023-10-13T23:59:33.694764+0000","last_active":"2023-10-13T23:59:33.695960+0000","last_peered":"2023-10-13T23:59:33.695960+0000","last_clean":"2023-10-13T23:59:33.695960+0000","last_became_active":"2023-10-13T23:59:33.694270+0000","last_became_peered":"2023-10-13T23:59:33.694270+0000","last_unstale":"2023-10-13T23:59:33.695960+0000","last_undegraded":"2023-10-13T23:59:33.695960+0000","last_fullsized":"2023-10-13T23:59:33.695960+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:55:46.359217+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.346830+0000","last_change":"2023-10-13T23:59:34.345679+0000","last_active":"2023-10-13T23:59:34.346830+0000","last_peered":"2023-10-13T23:59:34.346830+0000","last_clean":"2023-10-13T23:59:34.346830+0000","last_became_active":"2023-10-13T23:59:34.345392+0000","last_became_peered":"2023-10-13T23:59:34.345392+0000","last_unstale":"2023-10-13T23:59:34.346830+0000","last_undegraded":"2023-10-13T23:59:34.346830+0000","last_fullsized":"2023-10-13T23:59:34.346830+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:07:35.972775+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'1","reported_seq":11,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.339734+0000","last_change":"2023-10-13T23:59:33.715217+0000","last_active":"2023-10-13T23:59:34.339734+0000","last_peered":"2023-10-13T23:59:34.339734+0000","last_clean":"2023-10-13T23:59:34.339734+0000","last_became_active":"2023-10-13T23:59:33.714906+0000","last_became_peered":"2023-10-13T23:59:33.714906+0000","last_unstale":"2023-10-13T23:59:34.339734+0000","last_undegraded":"2023-10-13T23:59:34.339734+0000","last_fullsized":"2023-10-13T23:59:34.339734+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+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-15T07:43:07.912343+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.341268+0000","last_change":"2023-10-13T23:59:34.341268+0000","last_active":"2023-10-13T23:59:34.341268+0000","last_peered":"2023-10-13T23:59:34.341268+0000","last_clean":"2023-10-13T23:59:34.341268+0000","last_became_active":"2023-10-13T23:59:34.340904+0000","last_became_peered":"2023-10-13T23:59:34.340904+0000","last_unstale":"2023-10-13T23:59:34.341268+0000","last_undegraded":"2023-10-13T23:59:34.341268+0000","last_fullsized":"2023-10-13T23:59:34.341268+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:26:24.482169+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2023-10-13T23:59:32.653505+0000","last_change":"2023-10-13T23:59:32.676643+0000","last_active":"2023-10-13T23:59:32.653505+0000","last_peered":"2023-10-13T23:59:32.653505+0000","last_clean":"2023-10-13T23:59:32.653505+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-10-13T23:59:32.653505+0000","last_undegraded":"2023-10-13T23:59:32.653505+0000","last_fullsized":"2023-10-13T23:59:32.653505+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:55:33.858569+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":[4,7],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.1b","version":"0'0","reported_seq":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.349041+0000","last_change":"2023-10-13T23:59:34.349041+0000","last_active":"2023-10-13T23:59:34.349041+0000","last_peered":"2023-10-13T23:59:34.349041+0000","last_clean":"2023-10-13T23:59:34.349041+0000","last_became_active":"2023-10-13T23:59:34.347927+0000","last_became_peered":"2023-10-13T23:59:34.347927+0000","last_unstale":"2023-10-13T23:59:34.349041+0000","last_undegraded":"2023-10-13T23:59:34.349041+0000","last_fullsized":"2023-10-13T23:59:34.349041+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:26:11.523470+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":10,"reported_epoch":57,"state":"active+clean","last_fresh":"2023-10-13T23:59:33.717859+0000","last_change":"2023-10-13T23:59:33.714410+0000","last_active":"2023-10-13T23:59:33.717859+0000","last_peered":"2023-10-13T23:59:33.717859+0000","last_clean":"2023-10-13T23:59:33.717859+0000","last_became_active":"2023-10-13T23:59:33.714088+0000","last_became_peered":"2023-10-13T23:59:33.714088+0000","last_unstale":"2023-10-13T23:59:33.717859+0000","last_undegraded":"2023-10-13T23:59:33.717859+0000","last_fullsized":"2023-10-13T23:59:33.717859+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T10:01:30.204269+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.356614+0000","last_change":"2023-10-13T23:59:34.356614+0000","last_active":"2023-10-13T23:59:34.356614+0000","last_peered":"2023-10-13T23:59:34.356614+0000","last_clean":"2023-10-13T23:59:34.356614+0000","last_became_active":"2023-10-13T23:59:34.356264+0000","last_became_peered":"2023-10-13T23:59:34.356264+0000","last_unstale":"2023-10-13T23:59:34.356614+0000","last_undegraded":"2023-10-13T23:59:34.356614+0000","last_fullsized":"2023-10-13T23:59:34.356614+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:55:42.587380+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.332227+0000","last_change":"2023-10-13T23:59:33.696510+0000","last_active":"2023-10-13T23:59:34.332227+0000","last_peered":"2023-10-13T23:59:34.332227+0000","last_clean":"2023-10-13T23:59:34.332227+0000","last_became_active":"2023-10-13T23:59:33.696216+0000","last_became_peered":"2023-10-13T23:59:33.696216+0000","last_unstale":"2023-10-13T23:59:34.332227+0000","last_undegraded":"2023-10-13T23:59:34.332227+0000","last_fullsized":"2023-10-13T23:59:34.332227+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:57:41.602703+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.346838+0000","last_change":"2023-10-13T23:59:34.346838+0000","last_active":"2023-10-13T23:59:34.346838+0000","last_peered":"2023-10-13T23:59:34.346838+0000","last_clean":"2023-10-13T23:59:34.346838+0000","last_became_active":"2023-10-13T23:59:34.346528+0000","last_became_peered":"2023-10-13T23:59:34.346528+0000","last_unstale":"2023-10-13T23:59:34.346838+0000","last_undegraded":"2023-10-13T23:59:34.346838+0000","last_fullsized":"2023-10-13T23:59:34.346838+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:51:12.750164+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2023-10-13T23:59:32.653505+0000","last_change":"2023-10-13T23:59:32.675763+0000","last_active":"2023-10-13T23:59:32.653505+0000","last_peered":"2023-10-13T23:59:32.653505+0000","last_clean":"2023-10-13T23:59:32.653505+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-10-13T23:59:32.653505+0000","last_undegraded":"2023-10-13T23:59:32.653505+0000","last_fullsized":"2023-10-13T23:59:32.653505+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:00:36.300087+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":[2,5],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.16","version":"0'0","reported_seq":10,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.340003+0000","last_change":"2023-10-13T23:59:34.339631+0000","last_active":"2023-10-13T23:59:34.340003+0000","last_peered":"2023-10-13T23:59:34.340003+0000","last_clean":"2023-10-13T23:59:34.340003+0000","last_became_active":"2023-10-13T23:59:34.339086+0000","last_became_peered":"2023-10-13T23:59:34.339086+0000","last_unstale":"2023-10-13T23:59:34.340003+0000","last_undegraded":"2023-10-13T23:59:34.340003+0000","last_fullsized":"2023-10-13T23:59:34.340003+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:23:48.867319+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.324530+0000","last_change":"2023-10-13T23:59:33.705084+0000","last_active":"2023-10-13T23:59:34.324530+0000","last_peered":"2023-10-13T23:59:34.324530+0000","last_clean":"2023-10-13T23:59:34.324530+0000","last_became_active":"2023-10-13T23:59:33.704781+0000","last_became_peered":"2023-10-13T23:59:33.704781+0000","last_unstale":"2023-10-13T23:59:34.324530+0000","last_undegraded":"2023-10-13T23:59:34.324530+0000","last_fullsized":"2023-10-13T23:59:34.324530+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:04:48.517545+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.346954+0000","last_change":"2023-10-13T23:59:34.346954+0000","last_active":"2023-10-13T23:59:34.346954+0000","last_peered":"2023-10-13T23:59:34.346954+0000","last_clean":"2023-10-13T23:59:34.346954+0000","last_became_active":"2023-10-13T23:59:34.346493+0000","last_became_peered":"2023-10-13T23:59:34.346493+0000","last_unstale":"2023-10-13T23:59:34.346954+0000","last_undegraded":"2023-10-13T23:59:34.346954+0000","last_fullsized":"2023-10-13T23:59:34.346954+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:58:13.742863+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"0'0","reported_seq":10,"reported_epoch":57,"state":"active+clean","last_fresh":"2023-10-13T23:59:33.718505+0000","last_change":"2023-10-13T23:59:33.717337+0000","last_active":"2023-10-13T23:59:33.718505+0000","last_peered":"2023-10-13T23:59:33.718505+0000","last_clean":"2023-10-13T23:59:33.718505+0000","last_became_active":"2023-10-13T23:59:33.716324+0000","last_became_peered":"2023-10-13T23:59:33.716324+0000","last_unstale":"2023-10-13T23:59:33.718505+0000","last_undegraded":"2023-10-13T23:59:33.718505+0000","last_fullsized":"2023-10-13T23:59:33.718505+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:39:01.510835+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.341541+0000","last_change":"2023-10-13T23:59:34.341541+0000","last_active":"2023-10-13T23:59:34.341541+0000","last_peered":"2023-10-13T23:59:34.341541+0000","last_clean":"2023-10-13T23:59:34.341541+0000","last_became_active":"2023-10-13T23:59:34.340293+0000","last_became_peered":"2023-10-13T23:59:34.340293+0000","last_unstale":"2023-10-13T23:59:34.341541+0000","last_undegraded":"2023-10-13T23:59:34.341541+0000","last_fullsized":"2023-10-13T23:59:34.341541+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:30:14.852941+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2023-10-13T23:59:32.653505+0000","last_change":"2023-10-13T23:59:32.676158+0000","last_active":"2023-10-13T23:59:32.653505+0000","last_peered":"2023-10-13T23:59:32.653505+0000","last_clean":"2023-10-13T23:59:32.653505+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-10-13T23:59:32.653505+0000","last_undegraded":"2023-10-13T23:59:32.653505+0000","last_fullsized":"2023-10-13T23:59:32.653505+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:53:57.448263+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":[3,5],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.15","version":"0'0","reported_seq":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.342156+0000","last_change":"2023-10-13T23:59:34.342156+0000","last_active":"2023-10-13T23:59:34.342156+0000","last_peered":"2023-10-13T23:59:34.342156+0000","last_clean":"2023-10-13T23:59:34.342156+0000","last_became_active":"2023-10-13T23:59:34.341866+0000","last_became_peered":"2023-10-13T23:59:34.341866+0000","last_unstale":"2023-10-13T23:59:34.342156+0000","last_undegraded":"2023-10-13T23:59:34.342156+0000","last_fullsized":"2023-10-13T23:59:34.342156+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T00:42:02.308291+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'2","reported_seq":12,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.725346+0000","last_change":"2023-10-13T23:59:33.715359+0000","last_active":"2023-10-13T23:59:34.725346+0000","last_peered":"2023-10-13T23:59:34.725346+0000","last_clean":"2023-10-13T23:59:34.725346+0000","last_became_active":"2023-10-13T23:59:33.715075+0000","last_became_peered":"2023-10-13T23:59:33.715075+0000","last_unstale":"2023-10-13T23:59:34.725346+0000","last_undegraded":"2023-10-13T23:59:34.725346+0000","last_fullsized":"2023-10-13T23:59:34.725346+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:03:23.079653+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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.345192+0000","last_change":"2023-10-13T23:59:34.345192+0000","last_active":"2023-10-13T23:59:34.345192+0000","last_peered":"2023-10-13T23:59:34.345192+0000","last_clean":"2023-10-13T23:59:34.345192+0000","last_became_active":"2023-10-13T23:59:34.344533+0000","last_became_peered":"2023-10-13T23:59:34.344533+0000","last_unstale":"2023-10-13T23:59:34.345192+0000","last_undegraded":"2023-10-13T23:59:34.345192+0000","last_fullsized":"2023-10-13T23:59:34.345192+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:17:16.673778+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.327811+0000","last_change":"2023-10-13T23:59:33.705458+0000","last_active":"2023-10-13T23:59:34.327811+0000","last_peered":"2023-10-13T23:59:34.327811+0000","last_clean":"2023-10-13T23:59:34.327811+0000","last_became_active":"2023-10-13T23:59:33.705100+0000","last_became_peered":"2023-10-13T23:59:33.705100+0000","last_unstale":"2023-10-13T23:59:34.327811+0000","last_undegraded":"2023-10-13T23:59:34.327811+0000","last_fullsized":"2023-10-13T23:59:34.327811+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:11:04.580536+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.342357+0000","last_change":"2023-10-13T23:59:34.342357+0000","last_active":"2023-10-13T23:59:34.342357+0000","last_peered":"2023-10-13T23:59:34.342357+0000","last_clean":"2023-10-13T23:59:34.342357+0000","last_became_active":"2023-10-13T23:59:34.341670+0000","last_became_peered":"2023-10-13T23:59:34.341670+0000","last_unstale":"2023-10-13T23:59:34.342357+0000","last_undegraded":"2023-10-13T23:59:34.342357+0000","last_fullsized":"2023-10-13T23:59:34.342357+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T10:48:43.940394+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2023-10-13T23:59:32.653505+0000","last_change":"2023-10-13T23:59:32.674893+0000","last_active":"2023-10-13T23:59:32.653505+0000","last_peered":"2023-10-13T23:59:32.653505+0000","last_clean":"2023-10-13T23:59:32.653505+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-10-13T23:59:32.653505+0000","last_undegraded":"2023-10-13T23:59:32.653505+0000","last_fullsized":"2023-10-13T23:59:32.653505+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:49:55.371246+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":[1,4],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.10","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-10-13T23:59:33.668965+0000","last_change":"2023-10-13T23:59:33.668965+0000","last_active":"2023-10-13T23:59:33.668965+0000","last_peered":"2023-10-13T23:59:33.668965+0000","last_clean":"2023-10-13T23:59:33.668965+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-10-13T23:59:33.668965+0000","last_undegraded":"2023-10-13T23:59:33.668965+0000","last_fullsized":"2023-10-13T23:59:33.668965+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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.10","version":"58'8","reported_seq":19,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.726705+0000","last_change":"2023-10-13T23:59:33.707683+0000","last_active":"2023-10-13T23:59:34.726705+0000","last_peered":"2023-10-13T23:59:34.726705+0000","last_clean":"2023-10-13T23:59:34.726705+0000","last_became_active":"2023-10-13T23:59:33.707369+0000","last_became_peered":"2023-10-13T23:59:33.707369+0000","last_unstale":"2023-10-13T23:59:34.726705+0000","last_undegraded":"2023-10-13T23:59:34.726705+0000","last_fullsized":"2023-10-13T23:59:34.726705+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+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-15T08:11:40.926328+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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.341642+0000","last_change":"2023-10-13T23:59:34.341642+0000","last_active":"2023-10-13T23:59:34.341642+0000","last_peered":"2023-10-13T23:59:34.341642+0000","last_clean":"2023-10-13T23:59:34.341642+0000","last_became_active":"2023-10-13T23:59:34.341342+0000","last_became_peered":"2023-10-13T23:59:34.341342+0000","last_unstale":"2023-10-13T23:59:34.341642+0000","last_undegraded":"2023-10-13T23:59:34.341642+0000","last_fullsized":"2023-10-13T23:59:34.341642+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T08:33:24.614123+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'1","reported_seq":11,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.322700+0000","last_change":"2023-10-13T23:59:33.707315+0000","last_active":"2023-10-13T23:59:34.322700+0000","last_peered":"2023-10-13T23:59:34.322700+0000","last_clean":"2023-10-13T23:59:34.322700+0000","last_became_active":"2023-10-13T23:59:33.706923+0000","last_became_peered":"2023-10-13T23:59:33.706923+0000","last_unstale":"2023-10-13T23:59:34.322700+0000","last_undegraded":"2023-10-13T23:59:34.322700+0000","last_fullsized":"2023-10-13T23:59:34.322700+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+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-15T03:51:24.127200+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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.341341+0000","last_change":"2023-10-13T23:59:34.341341+0000","last_active":"2023-10-13T23:59:34.341341+0000","last_peered":"2023-10-13T23:59:34.341341+0000","last_clean":"2023-10-13T23:59:34.341341+0000","last_became_active":"2023-10-13T23:59:34.341053+0000","last_became_peered":"2023-10-13T23:59:34.341053+0000","last_unstale":"2023-10-13T23:59:34.341341+0000","last_undegraded":"2023-10-13T23:59:34.341341+0000","last_fullsized":"2023-10-13T23:59:34.341341+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:12:36.476139+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":10,"reported_epoch":57,"state":"active+clean","last_fresh":"2023-10-13T23:59:33.712618+0000","last_change":"2023-10-13T23:59:33.707696+0000","last_active":"2023-10-13T23:59:33.712618+0000","last_peered":"2023-10-13T23:59:33.712618+0000","last_clean":"2023-10-13T23:59:33.712618+0000","last_became_active":"2023-10-13T23:59:33.707358+0000","last_became_peered":"2023-10-13T23:59:33.707358+0000","last_unstale":"2023-10-13T23:59:33.712618+0000","last_undegraded":"2023-10-13T23:59:33.712618+0000","last_fullsized":"2023-10-13T23:59:33.712618+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:19:31.743436+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.352627+0000","last_change":"2023-10-13T23:59:34.348157+0000","last_active":"2023-10-13T23:59:34.352627+0000","last_peered":"2023-10-13T23:59:34.352627+0000","last_clean":"2023-10-13T23:59:34.352627+0000","last_became_active":"2023-10-13T23:59:34.347833+0000","last_became_peered":"2023-10-13T23:59:34.347833+0000","last_unstale":"2023-10-13T23:59:34.352627+0000","last_undegraded":"2023-10-13T23:59:34.352627+0000","last_fullsized":"2023-10-13T23:59:34.352627+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:13:27.045911+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.327685+0000","last_change":"2023-10-13T23:59:33.716765+0000","last_active":"2023-10-13T23:59:34.327685+0000","last_peered":"2023-10-13T23:59:34.327685+0000","last_clean":"2023-10-13T23:59:34.327685+0000","last_became_active":"2023-10-13T23:59:33.716413+0000","last_became_peered":"2023-10-13T23:59:33.716413+0000","last_unstale":"2023-10-13T23:59:34.327685+0000","last_undegraded":"2023-10-13T23:59:34.327685+0000","last_fullsized":"2023-10-13T23:59:34.327685+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T05:11:10.872613+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.344904+0000","last_change":"2023-10-13T23:59:34.344904+0000","last_active":"2023-10-13T23:59:34.344904+0000","last_peered":"2023-10-13T23:59:34.344904+0000","last_clean":"2023-10-13T23:59:34.344904+0000","last_became_active":"2023-10-13T23:59:34.344578+0000","last_became_peered":"2023-10-13T23:59:34.344578+0000","last_unstale":"2023-10-13T23:59:34.344904+0000","last_undegraded":"2023-10-13T23:59:34.344904+0000","last_fullsized":"2023-10-13T23:59:34.344904+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:53:25.819205+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.345399+0000","last_change":"2023-10-13T23:59:34.345399+0000","last_active":"2023-10-13T23:59:34.345399+0000","last_peered":"2023-10-13T23:59:34.345399+0000","last_clean":"2023-10-13T23:59:34.345399+0000","last_became_active":"2023-10-13T23:59:34.344951+0000","last_became_peered":"2023-10-13T23:59:34.344951+0000","last_unstale":"2023-10-13T23:59:34.345399+0000","last_undegraded":"2023-10-13T23:59:34.345399+0000","last_fullsized":"2023-10-13T23:59:34.345399+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:27:01.403692+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.327834+0000","last_change":"2023-10-13T23:59:33.697283+0000","last_active":"2023-10-13T23:59:34.327834+0000","last_peered":"2023-10-13T23:59:34.327834+0000","last_clean":"2023-10-13T23:59:34.327834+0000","last_became_active":"2023-10-13T23:59:33.696927+0000","last_became_peered":"2023-10-13T23:59:33.696927+0000","last_unstale":"2023-10-13T23:59:34.327834+0000","last_undegraded":"2023-10-13T23:59:34.327834+0000","last_fullsized":"2023-10-13T23:59:34.327834+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T10:55:54.826314+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.341870+0000","last_change":"2023-10-13T23:59:34.341870+0000","last_active":"2023-10-13T23:59:34.341870+0000","last_peered":"2023-10-13T23:59:34.341870+0000","last_clean":"2023-10-13T23:59:34.341870+0000","last_became_active":"2023-10-13T23:59:34.340813+0000","last_became_peered":"2023-10-13T23:59:34.340813+0000","last_unstale":"2023-10-13T23:59:34.341870+0000","last_undegraded":"2023-10-13T23:59:34.341870+0000","last_fullsized":"2023-10-13T23:59:34.341870+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:44:09.881102+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.323168+0000","last_change":"2023-10-13T23:59:33.705101+0000","last_active":"2023-10-13T23:59:34.323168+0000","last_peered":"2023-10-13T23:59:34.323168+0000","last_clean":"2023-10-13T23:59:34.323168+0000","last_became_active":"2023-10-13T23:59:33.704786+0000","last_became_peered":"2023-10-13T23:59:33.704786+0000","last_unstale":"2023-10-13T23:59:34.323168+0000","last_undegraded":"2023-10-13T23:59:34.323168+0000","last_fullsized":"2023-10-13T23:59:34.323168+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:36:08.852164+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"21'117","reported_seq":230,"reported_epoch":57,"state":"active+clean","last_fresh":"2023-10-13T23:59:33.683285+0000","last_change":"2023-10-13T23:59:23.366826+0000","last_active":"2023-10-13T23:59:33.683285+0000","last_peered":"2023-10-13T23:59:33.683285+0000","last_clean":"2023-10-13T23:59:33.683285+0000","last_became_active":"2023-10-13T23:59:23.366362+0000","last_became_peered":"2023-10-13T23:59:23.366362+0000","last_unstale":"2023-10-13T23:59:33.683285+0000","last_undegraded":"2023-10-13T23:59:33.683285+0000","last_fullsized":"2023-10-13T23:59:33.683285+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":55,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:57:57.119812+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:57:57.119812+0000","last_clean_scrub_stamp":"2023-10-13T23:57:57.119812+0000","objects_scrubbed":0,"log_size":117,"log_dups_size":0,"ondisk_log_size":117,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:24:23.123942+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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.346039+0000","last_change":"2023-10-13T23:59:34.346039+0000","last_active":"2023-10-13T23:59:34.346039+0000","last_peered":"2023-10-13T23:59:34.346039+0000","last_clean":"2023-10-13T23:59:34.346039+0000","last_became_active":"2023-10-13T23:59:34.345727+0000","last_became_peered":"2023-10-13T23:59:34.345727+0000","last_unstale":"2023-10-13T23:59:34.346039+0000","last_undegraded":"2023-10-13T23:59:34.346039+0000","last_fullsized":"2023-10-13T23:59:34.346039+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T08:38:24.276851+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":10,"reported_epoch":57,"state":"active+clean","last_fresh":"2023-10-13T23:59:33.708050+0000","last_change":"2023-10-13T23:59:33.707727+0000","last_active":"2023-10-13T23:59:33.708050+0000","last_peered":"2023-10-13T23:59:33.708050+0000","last_clean":"2023-10-13T23:59:33.708050+0000","last_became_active":"2023-10-13T23:59:33.707354+0000","last_became_peered":"2023-10-13T23:59:33.707354+0000","last_unstale":"2023-10-13T23:59:33.708050+0000","last_undegraded":"2023-10-13T23:59:33.708050+0000","last_fullsized":"2023-10-13T23:59:33.708050+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:45:58.598980+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":10,"reported_epoch":57,"state":"active+clean","last_fresh":"2023-10-13T23:59:33.708418+0000","last_change":"2023-10-13T23:59:33.707972+0000","last_active":"2023-10-13T23:59:33.708418+0000","last_peered":"2023-10-13T23:59:33.708418+0000","last_clean":"2023-10-13T23:59:33.708418+0000","last_became_active":"2023-10-13T23:59:33.707708+0000","last_became_peered":"2023-10-13T23:59:33.707708+0000","last_unstale":"2023-10-13T23:59:33.708418+0000","last_undegraded":"2023-10-13T23:59:33.708418+0000","last_fullsized":"2023-10-13T23:59:33.708418+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T05:26:00.995748+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.345284+0000","last_change":"2023-10-13T23:59:34.345284+0000","last_active":"2023-10-13T23:59:34.345284+0000","last_peered":"2023-10-13T23:59:34.345284+0000","last_clean":"2023-10-13T23:59:34.345284+0000","last_became_active":"2023-10-13T23:59:34.344891+0000","last_became_peered":"2023-10-13T23:59:34.344891+0000","last_unstale":"2023-10-13T23:59:34.345284+0000","last_undegraded":"2023-10-13T23:59:34.345284+0000","last_fullsized":"2023-10-13T23:59:34.345284+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:52:10.341092+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"0'0","reported_seq":10,"reported_epoch":57,"state":"active+clean","last_fresh":"2023-10-13T23:59:33.718580+0000","last_change":"2023-10-13T23:59:33.717214+0000","last_active":"2023-10-13T23:59:33.718580+0000","last_peered":"2023-10-13T23:59:33.718580+0000","last_clean":"2023-10-13T23:59:33.718580+0000","last_became_active":"2023-10-13T23:59:33.716865+0000","last_became_peered":"2023-10-13T23:59:33.716865+0000","last_unstale":"2023-10-13T23:59:33.718580+0000","last_undegraded":"2023-10-13T23:59:33.718580+0000","last_fullsized":"2023-10-13T23:59:33.718580+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:32:19.406739+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.355359+0000","last_change":"2023-10-13T23:59:34.355359+0000","last_active":"2023-10-13T23:59:34.355359+0000","last_peered":"2023-10-13T23:59:34.355359+0000","last_clean":"2023-10-13T23:59:34.355359+0000","last_became_active":"2023-10-13T23:59:34.354944+0000","last_became_peered":"2023-10-13T23:59:34.354944+0000","last_unstale":"2023-10-13T23:59:34.355359+0000","last_undegraded":"2023-10-13T23:59:34.355359+0000","last_fullsized":"2023-10-13T23:59:34.355359+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:15:09.199704+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2023-10-13T23:59:32.653505+0000","last_change":"2023-10-13T23:59:32.675267+0000","last_active":"2023-10-13T23:59:32.653505+0000","last_peered":"2023-10-13T23:59:32.653505+0000","last_clean":"2023-10-13T23:59:32.653505+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-10-13T23:59:32.653505+0000","last_undegraded":"2023-10-13T23:59:32.653505+0000","last_fullsized":"2023-10-13T23:59:32.653505+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T10:57:55.670921+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":[2,7],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.6","version":"0'0","reported_seq":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.348885+0000","last_change":"2023-10-13T23:59:34.348885+0000","last_active":"2023-10-13T23:59:34.348885+0000","last_peered":"2023-10-13T23:59:34.348885+0000","last_clean":"2023-10-13T23:59:34.348885+0000","last_became_active":"2023-10-13T23:59:34.348510+0000","last_became_peered":"2023-10-13T23:59:34.348510+0000","last_unstale":"2023-10-13T23:59:34.348885+0000","last_undegraded":"2023-10-13T23:59:34.348885+0000","last_fullsized":"2023-10-13T23:59:34.348885+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T00:34:26.989577+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":10,"reported_epoch":57,"state":"active+clean","last_fresh":"2023-10-13T23:59:33.708629+0000","last_change":"2023-10-13T23:59:33.708153+0000","last_active":"2023-10-13T23:59:33.708629+0000","last_peered":"2023-10-13T23:59:33.708629+0000","last_clean":"2023-10-13T23:59:33.708629+0000","last_became_active":"2023-10-13T23:59:33.707833+0000","last_became_peered":"2023-10-13T23:59:33.707833+0000","last_unstale":"2023-10-13T23:59:33.708629+0000","last_undegraded":"2023-10-13T23:59:33.708629+0000","last_fullsized":"2023-10-13T23:59:33.708629+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:45:18.724244+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.341356+0000","last_change":"2023-10-13T23:59:34.341356+0000","last_active":"2023-10-13T23:59:34.341356+0000","last_peered":"2023-10-13T23:59:34.341356+0000","last_clean":"2023-10-13T23:59:34.341356+0000","last_became_active":"2023-10-13T23:59:34.339987+0000","last_became_peered":"2023-10-13T23:59:34.339987+0000","last_unstale":"2023-10-13T23:59:34.341356+0000","last_undegraded":"2023-10-13T23:59:34.341356+0000","last_fullsized":"2023-10-13T23:59:34.341356+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T08:20:45.762213+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":10,"reported_epoch":57,"state":"active+clean","last_fresh":"2023-10-13T23:59:33.707260+0000","last_change":"2023-10-13T23:59:33.706356+0000","last_active":"2023-10-13T23:59:33.707260+0000","last_peered":"2023-10-13T23:59:33.707260+0000","last_clean":"2023-10-13T23:59:33.707260+0000","last_became_active":"2023-10-13T23:59:33.705748+0000","last_became_peered":"2023-10-13T23:59:33.705748+0000","last_unstale":"2023-10-13T23:59:33.707260+0000","last_undegraded":"2023-10-13T23:59:33.707260+0000","last_fullsized":"2023-10-13T23:59:33.707260+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:22:26.347395+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.350769+0000","last_change":"2023-10-13T23:59:34.350769+0000","last_active":"2023-10-13T23:59:34.350769+0000","last_peered":"2023-10-13T23:59:34.350769+0000","last_clean":"2023-10-13T23:59:34.350769+0000","last_became_active":"2023-10-13T23:59:34.349831+0000","last_became_peered":"2023-10-13T23:59:34.349831+0000","last_unstale":"2023-10-13T23:59:34.350769+0000","last_undegraded":"2023-10-13T23:59:34.350769+0000","last_fullsized":"2023-10-13T23:59:34.350769+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:32:13.027672+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":10,"reported_epoch":57,"state":"active+clean","last_fresh":"2023-10-13T23:59:33.712580+0000","last_change":"2023-10-13T23:59:33.708281+0000","last_active":"2023-10-13T23:59:33.712580+0000","last_peered":"2023-10-13T23:59:33.712580+0000","last_clean":"2023-10-13T23:59:33.712580+0000","last_became_active":"2023-10-13T23:59:33.707969+0000","last_became_peered":"2023-10-13T23:59:33.707969+0000","last_unstale":"2023-10-13T23:59:33.712580+0000","last_undegraded":"2023-10-13T23:59:33.712580+0000","last_fullsized":"2023-10-13T23:59:33.712580+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:31:17.336351+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.355278+0000","last_change":"2023-10-13T23:59:34.355278+0000","last_active":"2023-10-13T23:59:34.355278+0000","last_peered":"2023-10-13T23:59:34.355278+0000","last_clean":"2023-10-13T23:59:34.355278+0000","last_became_active":"2023-10-13T23:59:34.354897+0000","last_became_peered":"2023-10-13T23:59:34.354897+0000","last_unstale":"2023-10-13T23:59:34.355278+0000","last_undegraded":"2023-10-13T23:59:34.355278+0000","last_fullsized":"2023-10-13T23:59:34.355278+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T00:27:55.578745+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"0'0","reported_seq":10,"reported_epoch":57,"state":"active+clean","last_fresh":"2023-10-13T23:59:33.697093+0000","last_change":"2023-10-13T23:59:33.696384+0000","last_active":"2023-10-13T23:59:33.697093+0000","last_peered":"2023-10-13T23:59:33.697093+0000","last_clean":"2023-10-13T23:59:33.697093+0000","last_became_active":"2023-10-13T23:59:33.696142+0000","last_became_peered":"2023-10-13T23:59:33.696142+0000","last_unstale":"2023-10-13T23:59:33.697093+0000","last_undegraded":"2023-10-13T23:59:33.697093+0000","last_fullsized":"2023-10-13T23:59:33.697093+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T00:29:27.507159+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-10-13T23:59:33.668965+0000","last_change":"2023-10-13T23:59:33.668965+0000","last_active":"2023-10-13T23:59:33.668965+0000","last_peered":"2023-10-13T23:59:33.668965+0000","last_clean":"2023-10-13T23:59:33.668965+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-10-13T23:59:33.668965+0000","last_undegraded":"2023-10-13T23:59:33.668965+0000","last_fullsized":"2023-10-13T23:59:33.668965+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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.c","version":"0'0","reported_seq":11,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.327096+0000","last_change":"2023-10-13T23:59:33.697424+0000","last_active":"2023-10-13T23:59:34.327096+0000","last_peered":"2023-10-13T23:59:34.327096+0000","last_clean":"2023-10-13T23:59:34.327096+0000","last_became_active":"2023-10-13T23:59:33.697081+0000","last_became_peered":"2023-10-13T23:59:33.697081+0000","last_unstale":"2023-10-13T23:59:34.327096+0000","last_undegraded":"2023-10-13T23:59:34.327096+0000","last_fullsized":"2023-10-13T23:59:34.327096+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T10:38:09.716078+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.336000+0000","last_change":"2023-10-13T23:59:34.336000+0000","last_active":"2023-10-13T23:59:34.336000+0000","last_peered":"2023-10-13T23:59:34.336000+0000","last_clean":"2023-10-13T23:59:34.336000+0000","last_became_active":"2023-10-13T23:59:34.335679+0000","last_became_peered":"2023-10-13T23:59:34.335679+0000","last_unstale":"2023-10-13T23:59:34.336000+0000","last_undegraded":"2023-10-13T23:59:34.336000+0000","last_fullsized":"2023-10-13T23:59:34.336000+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:11:07.825463+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"0'0","reported_seq":10,"reported_epoch":57,"state":"active+clean","last_fresh":"2023-10-13T23:59:33.718774+0000","last_change":"2023-10-13T23:59:33.717011+0000","last_active":"2023-10-13T23:59:33.718774+0000","last_peered":"2023-10-13T23:59:33.718774+0000","last_clean":"2023-10-13T23:59:33.718774+0000","last_became_active":"2023-10-13T23:59:33.716688+0000","last_became_peered":"2023-10-13T23:59:33.716688+0000","last_unstale":"2023-10-13T23:59:33.718774+0000","last_undegraded":"2023-10-13T23:59:33.718774+0000","last_fullsized":"2023-10-13T23:59:33.718774+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:25:49.671679+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.344977+0000","last_change":"2023-10-13T23:59:34.343982+0000","last_active":"2023-10-13T23:59:34.344977+0000","last_peered":"2023-10-13T23:59:34.344977+0000","last_clean":"2023-10-13T23:59:34.344977+0000","last_became_active":"2023-10-13T23:59:34.339928+0000","last_became_peered":"2023-10-13T23:59:34.339928+0000","last_unstale":"2023-10-13T23:59:34.344977+0000","last_undegraded":"2023-10-13T23:59:34.344977+0000","last_fullsized":"2023-10-13T23:59:34.344977+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T10:35:07.777873+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'2","reported_seq":13,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.725213+0000","last_change":"2023-10-13T23:59:33.713850+0000","last_active":"2023-10-13T23:59:34.725213+0000","last_peered":"2023-10-13T23:59:34.725213+0000","last_clean":"2023-10-13T23:59:34.725213+0000","last_became_active":"2023-10-13T23:59:33.713539+0000","last_became_peered":"2023-10-13T23:59:33.713539+0000","last_unstale":"2023-10-13T23:59:34.725213+0000","last_undegraded":"2023-10-13T23:59:34.725213+0000","last_fullsized":"2023-10-13T23:59:34.725213+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:16:23.252033+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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.350039+0000","last_change":"2023-10-13T23:59:34.350039+0000","last_active":"2023-10-13T23:59:34.350039+0000","last_peered":"2023-10-13T23:59:34.350039+0000","last_clean":"2023-10-13T23:59:34.350039+0000","last_became_active":"2023-10-13T23:59:34.348875+0000","last_became_peered":"2023-10-13T23:59:34.348875+0000","last_unstale":"2023-10-13T23:59:34.350039+0000","last_undegraded":"2023-10-13T23:59:34.350039+0000","last_fullsized":"2023-10-13T23:59:34.350039+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:09:45.354595+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-10-13T23:59:33.668965+0000","last_change":"2023-10-13T23:59:33.668965+0000","last_active":"2023-10-13T23:59:33.668965+0000","last_peered":"2023-10-13T23:59:33.668965+0000","last_clean":"2023-10-13T23:59:33.668965+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-10-13T23:59:33.668965+0000","last_undegraded":"2023-10-13T23:59:33.668965+0000","last_fullsized":"2023-10-13T23:59:33.668965+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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.21","version":"0'0","reported_seq":10,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.343444+0000","last_change":"2023-10-13T23:59:34.339932+0000","last_active":"2023-10-13T23:59:34.343444+0000","last_peered":"2023-10-13T23:59:34.343444+0000","last_clean":"2023-10-13T23:59:34.343444+0000","last_became_active":"2023-10-13T23:59:34.339591+0000","last_became_peered":"2023-10-13T23:59:34.339591+0000","last_unstale":"2023-10-13T23:59:34.343444+0000","last_undegraded":"2023-10-13T23:59:34.343444+0000","last_fullsized":"2023-10-13T23:59:34.343444+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:30:04.152690+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.352646+0000","last_change":"2023-10-13T23:59:34.348180+0000","last_active":"2023-10-13T23:59:34.352646+0000","last_peered":"2023-10-13T23:59:34.352646+0000","last_clean":"2023-10-13T23:59:34.352646+0000","last_became_active":"2023-10-13T23:59:34.347394+0000","last_became_peered":"2023-10-13T23:59:34.347394+0000","last_unstale":"2023-10-13T23:59:34.352646+0000","last_undegraded":"2023-10-13T23:59:34.352646+0000","last_fullsized":"2023-10-13T23:59:34.352646+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T05:44:06.045340+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.349265+0000","last_change":"2023-10-13T23:59:34.349265+0000","last_active":"2023-10-13T23:59:34.349265+0000","last_peered":"2023-10-13T23:59:34.349265+0000","last_clean":"2023-10-13T23:59:34.349265+0000","last_became_active":"2023-10-13T23:59:34.348457+0000","last_became_peered":"2023-10-13T23:59:34.348457+0000","last_unstale":"2023-10-13T23:59:34.349265+0000","last_undegraded":"2023-10-13T23:59:34.349265+0000","last_fullsized":"2023-10-13T23:59:34.349265+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:44:19.710390+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.354860+0000","last_change":"2023-10-13T23:59:34.354860+0000","last_active":"2023-10-13T23:59:34.354860+0000","last_peered":"2023-10-13T23:59:34.354860+0000","last_clean":"2023-10-13T23:59:34.354860+0000","last_became_active":"2023-10-13T23:59:34.354549+0000","last_became_peered":"2023-10-13T23:59:34.354549+0000","last_unstale":"2023-10-13T23:59:34.354860+0000","last_undegraded":"2023-10-13T23:59:34.354860+0000","last_fullsized":"2023-10-13T23:59:34.354860+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:58:45.683240+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.350225+0000","last_change":"2023-10-13T23:59:34.350225+0000","last_active":"2023-10-13T23:59:34.350225+0000","last_peered":"2023-10-13T23:59:34.350225+0000","last_clean":"2023-10-13T23:59:34.350225+0000","last_became_active":"2023-10-13T23:59:34.349903+0000","last_became_peered":"2023-10-13T23:59:34.349903+0000","last_unstale":"2023-10-13T23:59:34.350225+0000","last_undegraded":"2023-10-13T23:59:34.350225+0000","last_fullsized":"2023-10-13T23:59:34.350225+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:18:12.663674+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-10-13T23:59:33.668965+0000","last_change":"2023-10-13T23:59:33.668965+0000","last_active":"2023-10-13T23:59:33.668965+0000","last_peered":"2023-10-13T23:59:33.668965+0000","last_clean":"2023-10-13T23:59:33.668965+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-10-13T23:59:33.668965+0000","last_undegraded":"2023-10-13T23:59:33.668965+0000","last_fullsized":"2023-10-13T23:59:33.668965+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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.27","version":"0'0","reported_seq":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.353622+0000","last_change":"2023-10-13T23:59:34.353622+0000","last_active":"2023-10-13T23:59:34.353622+0000","last_peered":"2023-10-13T23:59:34.353622+0000","last_clean":"2023-10-13T23:59:34.353622+0000","last_became_active":"2023-10-13T23:59:34.353317+0000","last_became_peered":"2023-10-13T23:59:34.353317+0000","last_unstale":"2023-10-13T23:59:34.353622+0000","last_undegraded":"2023-10-13T23:59:34.353622+0000","last_fullsized":"2023-10-13T23:59:34.353622+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:30:47.847305+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.341942+0000","last_change":"2023-10-13T23:59:34.340530+0000","last_active":"2023-10-13T23:59:34.341942+0000","last_peered":"2023-10-13T23:59:34.341942+0000","last_clean":"2023-10-13T23:59:34.341942+0000","last_became_active":"2023-10-13T23:59:34.340157+0000","last_became_peered":"2023-10-13T23:59:34.340157+0000","last_unstale":"2023-10-13T23:59:34.341942+0000","last_undegraded":"2023-10-13T23:59:34.341942+0000","last_fullsized":"2023-10-13T23:59:34.341942+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:48:54.068275+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.349514+0000","last_change":"2023-10-13T23:59:34.349514+0000","last_active":"2023-10-13T23:59:34.349514+0000","last_peered":"2023-10-13T23:59:34.349514+0000","last_clean":"2023-10-13T23:59:34.349514+0000","last_became_active":"2023-10-13T23:59:34.349057+0000","last_became_peered":"2023-10-13T23:59:34.349057+0000","last_unstale":"2023-10-13T23:59:34.349514+0000","last_undegraded":"2023-10-13T23:59:34.349514+0000","last_fullsized":"2023-10-13T23:59:34.349514+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:50:23.628513+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.337039+0000","last_change":"2023-10-13T23:59:34.335647+0000","last_active":"2023-10-13T23:59:34.337039+0000","last_peered":"2023-10-13T23:59:34.337039+0000","last_clean":"2023-10-13T23:59:34.337039+0000","last_became_active":"2023-10-13T23:59:34.335341+0000","last_became_peered":"2023-10-13T23:59:34.335341+0000","last_unstale":"2023-10-13T23:59:34.337039+0000","last_undegraded":"2023-10-13T23:59:34.337039+0000","last_fullsized":"2023-10-13T23:59:34.337039+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T10:34:15.630881+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.351925+0000","last_change":"2023-10-13T23:59:34.351925+0000","last_active":"2023-10-13T23:59:34.351925+0000","last_peered":"2023-10-13T23:59:34.351925+0000","last_clean":"2023-10-13T23:59:34.351925+0000","last_became_active":"2023-10-13T23:59:34.347473+0000","last_became_peered":"2023-10-13T23:59:34.347473+0000","last_unstale":"2023-10-13T23:59:34.351925+0000","last_undegraded":"2023-10-13T23:59:34.351925+0000","last_fullsized":"2023-10-13T23:59:34.351925+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:56:14.630499+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-10-13T23:59:33.668965+0000","last_change":"2023-10-13T23:59:33.668965+0000","last_active":"2023-10-13T23:59:33.668965+0000","last_peered":"2023-10-13T23:59:33.668965+0000","last_clean":"2023-10-13T23:59:33.668965+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-10-13T23:59:33.668965+0000","last_undegraded":"2023-10-13T23:59:33.668965+0000","last_fullsized":"2023-10-13T23:59:33.668965+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":[]}],"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":171,"acting":171,"num_store_stats":7},{"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":2375680,"data_stored":2361472,"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":610,"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":23,"num_write_kb":8,"num_scrub_errors":0,"num_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":69632,"data_stored":4646,"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":96,"acting":96,"num_store_stats":8}],"osd_stats":[{"osd":7,"up_from":51,"seq":219043332100,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":298404,"kb_used_data":1116,"kb_used_omap":0,"kb_used_meta":297280,"kb_avail":93446748,"statfs":{"total":95995035648,"available":95689469952,"internally_reserved":0,"allocated":1142784,"data_stored":816628,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304414720},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[],"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.44}]},{"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.35499999999999998}]},{"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.45200000000000001}]},{"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.41399999999999998}]},{"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.32000000000000001}]},{"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.30199999999999999}]},{"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.42199999999999999}]}]},{"osd":6,"up_from":43,"seq":184683593737,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":298396,"kb_used_data":1108,"kb_used_omap":0,"kb_used_meta":297280,"kb_avail":93446756,"statfs":{"total":95995035648,"available":95689478144,"internally_reserved":0,"allocated":1134592,"data_stored":816098,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304414720},"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.72499999999999998}]},{"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.80800000000000005}]},{"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.64100000000000001}]},{"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.77400000000000002}]},{"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.56999999999999995}]},{"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.70399999999999996}]},{"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.83899999999999997}]}]},{"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":297836,"kb_used_data":548,"kb_used_omap":0,"kb_used_meta":297280,"kb_avail":93447316,"statfs":{"total":95995035648,"available":95690051584,"internally_reserved":0,"allocated":561152,"data_stored":232975,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304414720},"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":"Fri Oct 13 23:58:40 2023","interfaces":[{"interface":"back","average":{"1min":0.373,"5min":0.373,"15min":0.373},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"last":0.32500000000000001},{"interface":"front","average":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"last":0.372}]},{"osd":2,"last update":"Fri Oct 13 23:58:56 2023","interfaces":[{"interface":"back","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"last":0.30399999999999999},{"interface":"front","average":{"1min":0.436,"5min":0.436,"15min":0.436},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"last":0.54000000000000004}]},{"osd":3,"last update":"Fri Oct 13 23:59:18 2023","interfaces":[{"interface":"back","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.35999999999999999},{"interface":"front","average":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.39100000000000001}]},{"osd":4,"last update":"Fri Oct 13 23:59:31 2023","interfaces":[{"interface":"back","average":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":1.111,"5min":1.111,"15min":1.111},"last":0.55400000000000005},{"interface":"front","average":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"min":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":1.161,"5min":1.161,"15min":1.161},"last":0.63800000000000001}]},{"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.60199999999999998}]},{"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.71299999999999997}]},{"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.68300000000000005}]}]},{"osd":0,"up_from":8,"seq":34359738398,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":298444,"kb_used_data":1156,"kb_used_omap":0,"kb_used_meta":297280,"kb_avail":93446708,"statfs":{"total":95995035648,"available":95689428992,"internally_reserved":0,"allocated":1183744,"data_stored":831236,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304414720},"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":3,"apply_latency_ms":3,"commit_latency_ns":3000000,"apply_latency_ns":3000000},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Fri Oct 13 23:58:41 2023","interfaces":[{"interface":"back","average":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"min":{"1min":0.23799999999999999,"5min":0.23799999999999999,"15min":0.23799999999999999},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.44400000000000001},{"interface":"front","average":{"1min":0.437,"5min":0.437,"15min":0.437},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"last":0.57399999999999995}]},{"osd":2,"last update":"Fri Oct 13 23:59:00 2023","interfaces":[{"interface":"back","average":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.54900000000000004},{"interface":"front","average":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":0.53600000000000003}]},{"osd":3,"last update":"Fri Oct 13 23:59:16 2023","interfaces":[{"interface":"back","average":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"last":0.47799999999999998},{"interface":"front","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"last":0.64700000000000002}]},{"osd":4,"last update":"Fri Oct 13 23:59:33 2023","interfaces":[{"interface":"back","average":{"1min":0.623,"5min":0.623,"15min":0.623},"min":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":0.79300000000000004,"5min":0.79300000000000004,"15min":0.79300000000000004},"last":0.77800000000000002},{"interface":"front","average":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.92600000000000005,"5min":0.92600000000000005,"15min":0.92600000000000005},"last":0.92600000000000005}]},{"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.81799999999999995}]},{"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.88}]},{"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.80200000000000005}]}]},{"osd":2,"up_from":18,"seq":77309411350,"num_pgs":25,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297864,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":297280,"kb_avail":93447288,"statfs":{"total":95995035648,"available":95690022912,"internally_reserved":0,"allocated":589824,"data_stored":247187,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304414720},"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":"Fri Oct 13 23:58:56 2023","interfaces":[{"interface":"back","average":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"last":0.33000000000000002},{"interface":"front","average":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"last":0.29799999999999999}]},{"osd":1,"last update":"Fri Oct 13 23:58:56 2023","interfaces":[{"interface":"back","average":{"1min":0.436,"5min":0.436,"15min":0.436},"min":{"1min":0.28999999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"last":0.42799999999999999},{"interface":"front","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"last":0.40899999999999997}]},{"osd":3,"last update":"Fri Oct 13 23:59:14 2023","interfaces":[{"interface":"back","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.46800000000000003},{"interface":"front","average":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.38400000000000001}]},{"osd":4,"last update":"Fri Oct 13 23:59:31 2023","interfaces":[{"interface":"back","average":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.88300000000000001,"5min":0.88300000000000001,"15min":0.88300000000000001},"last":0.90200000000000002},{"interface":"front","average":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"min":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"max":{"1min":0.97699999999999998,"5min":0.97699999999999998,"15min":0.97699999999999998},"last":0.85699999999999998}]},{"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.72899999999999998}]},{"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.83499999999999996}]},{"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.88}]}]},{"osd":3,"up_from":24,"seq":103079215123,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297840,"kb_used_data":552,"kb_used_omap":0,"kb_used_meta":297280,"kb_avail":93447312,"statfs":{"total":95995035648,"available":95690047488,"internally_reserved":0,"allocated":565248,"data_stored":233276,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304414720},"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":2,"apply_latency_ms":2,"commit_latency_ns":2000000,"apply_latency_ns":2000000},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Oct 13 23:59:13 2023","interfaces":[{"interface":"back","average":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"min":{"1min":0.23400000000000001,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"last":0.34499999999999997},{"interface":"front","average":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.872,"5min":0.872,"15min":0.872},"last":0.32800000000000001}]},{"osd":1,"last update":"Fri Oct 13 23:59:13 2023","interfaces":[{"interface":"back","average":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.42599999999999999},{"interface":"front","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"last":0.36399999999999999}]},{"osd":2,"last update":"Fri Oct 13 23:59:13 2023","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.39100000000000001},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"last":0.439}]},{"osd":4,"last update":"Fri Oct 13 23:59:30 2023","interfaces":[{"interface":"back","average":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":1.034,"5min":1.034,"15min":1.034},"last":0.78700000000000003},{"interface":"front","average":{"1min":0.623,"5min":0.623,"15min":0.623},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.96699999999999997,"5min":0.96699999999999997,"15min":0.96699999999999997},"last":0.872}]},{"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.72599999999999998}]},{"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.76100000000000001}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.71399999999999997}]}]},{"osd":4,"up_from":29,"seq":124554051598,"num_pgs":38,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297852,"kb_used_data":564,"kb_used_omap":0,"kb_used_meta":297280,"kb_avail":93447300,"statfs":{"total":95995035648,"available":95690035200,"internally_reserved":0,"allocated":577536,"data_stored":240469,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304414720},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Oct 13 23:59:29 2023","interfaces":[{"interface":"back","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"max":{"1min":0.88500000000000001,"5min":0.88500000000000001,"15min":0.88500000000000001},"last":0.52800000000000002},{"interface":"front","average":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.86199999999999999,"5min":0.86199999999999999,"15min":0.86199999999999999},"last":0.51700000000000002}]},{"osd":1,"last update":"Fri Oct 13 23:59:29 2023","interfaces":[{"interface":"back","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.91100000000000003,"5min":0.91100000000000003,"15min":0.91100000000000003},"last":0.39700000000000002},{"interface":"front","average":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":0.871,"5min":0.871,"15min":0.871},"last":0.45100000000000001}]},{"osd":2,"last update":"Fri Oct 13 23:59:29 2023","interfaces":[{"interface":"back","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.95099999999999996,"5min":0.95099999999999996,"15min":0.95099999999999996},"last":0.5},{"interface":"front","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.59499999999999997}]},{"osd":3,"last update":"Fri Oct 13 23:59:29 2023","interfaces":[{"interface":"back","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.93600000000000005,"5min":0.93600000000000005,"15min":0.93600000000000005},"last":0.56499999999999995},{"interface":"front","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.78800000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":0.48799999999999999}]},{"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.377}]},{"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.60699999999999998}]},{"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.41999999999999998}]}]},{"osd":5,"up_from":36,"seq":154618822669,"num_pgs":5,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297872,"kb_used_data":584,"kb_used_omap":0,"kb_used_meta":297280,"kb_avail":93447280,"statfs":{"total":95995035648,"available":95690014720,"internally_reserved":0,"allocated":598016,"data_stored":248247,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304414720},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[],"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.47099999999999997}]},{"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.49299999999999999}]},{"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.621}]},{"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.66200000000000003}]},{"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.74199999999999999}]},{"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.68999999999999995}]},{"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.77900000000000003}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":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":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":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":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":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":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-10-13T23:59:39.320 DEBUG:teuthology.orchestra.run.smithi055:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph pg dump --format=json 2023-10-13T23:59:39.711 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-13T23:59:39.713 INFO:teuthology.orchestra.run.smithi055.stderr:dumped all 2023-10-13T23:59:39.725 INFO:teuthology.orchestra.run.smithi055.stdout:{"pg_ready":true,"pg_map":{"version":150,"stamp":"2023-10-13T23:59:38.144745+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590978,"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":182,"num_write_kb":2424,"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":270,"acting":270,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":76,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":8,"kb":749961216,"kb_used":2384508,"kb_used_data":6204,"kb_used_omap":0,"kb_used_meta":2378240,"kb_avail":747576708,"statfs":{"total":767960285184,"available":765518548992,"internally_reserved":0,"allocated":6352896,"data_stored":3666116,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2435317760},"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":11,"apply_latency_ms":11,"commit_latency_ns":11000000,"apply_latency_ns":11000000},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":610,"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":23,"num_write_kb":8,"num_scrub_errors":0,"num_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":"5.475193"},"pg_stats":[{"pgid":"3.3f","version":"0'0","reported_seq":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.350392+0000","last_change":"2023-10-13T23:59:34.350392+0000","last_active":"2023-10-13T23:59:34.350392+0000","last_peered":"2023-10-13T23:59:34.350392+0000","last_clean":"2023-10-13T23:59:34.350392+0000","last_became_active":"2023-10-13T23:59:34.349719+0000","last_became_peered":"2023-10-13T23:59:34.349719+0000","last_unstale":"2023-10-13T23:59:34.350392+0000","last_undegraded":"2023-10-13T23:59:34.350392+0000","last_fullsized":"2023-10-13T23:59:34.350392+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:24:50.889099+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.351593+0000","last_change":"2023-10-13T23:59:34.351593+0000","last_active":"2023-10-13T23:59:34.351593+0000","last_peered":"2023-10-13T23:59:34.351593+0000","last_clean":"2023-10-13T23:59:34.351593+0000","last_became_active":"2023-10-13T23:59:34.351078+0000","last_became_peered":"2023-10-13T23:59:34.351078+0000","last_unstale":"2023-10-13T23:59:34.351593+0000","last_undegraded":"2023-10-13T23:59:34.351593+0000","last_fullsized":"2023-10-13T23:59:34.351593+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T05:08:25.738139+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.349088+0000","last_change":"2023-10-13T23:59:34.349088+0000","last_active":"2023-10-13T23:59:34.349088+0000","last_peered":"2023-10-13T23:59:34.349088+0000","last_clean":"2023-10-13T23:59:34.349088+0000","last_became_active":"2023-10-13T23:59:34.348722+0000","last_became_peered":"2023-10-13T23:59:34.348722+0000","last_unstale":"2023-10-13T23:59:34.349088+0000","last_undegraded":"2023-10-13T23:59:34.349088+0000","last_fullsized":"2023-10-13T23:59:34.349088+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:39:40.907426+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.344996+0000","last_change":"2023-10-13T23:59:34.344153+0000","last_active":"2023-10-13T23:59:34.344996+0000","last_peered":"2023-10-13T23:59:34.344996+0000","last_clean":"2023-10-13T23:59:34.344996+0000","last_became_active":"2023-10-13T23:59:34.343722+0000","last_became_peered":"2023-10-13T23:59:34.343722+0000","last_unstale":"2023-10-13T23:59:34.344996+0000","last_undegraded":"2023-10-13T23:59:34.344996+0000","last_fullsized":"2023-10-13T23:59:34.344996+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:21:01.251415+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.342421+0000","last_change":"2023-10-13T23:59:34.342421+0000","last_active":"2023-10-13T23:59:34.342421+0000","last_peered":"2023-10-13T23:59:34.342421+0000","last_clean":"2023-10-13T23:59:34.342421+0000","last_became_active":"2023-10-13T23:59:34.342057+0000","last_became_peered":"2023-10-13T23:59:34.342057+0000","last_unstale":"2023-10-13T23:59:34.342421+0000","last_undegraded":"2023-10-13T23:59:34.342421+0000","last_fullsized":"2023-10-13T23:59:34.342421+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:23:19.409120+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.352667+0000","last_change":"2023-10-13T23:59:34.348509+0000","last_active":"2023-10-13T23:59:34.352667+0000","last_peered":"2023-10-13T23:59:34.352667+0000","last_clean":"2023-10-13T23:59:34.352667+0000","last_became_active":"2023-10-13T23:59:34.347683+0000","last_became_peered":"2023-10-13T23:59:34.347683+0000","last_unstale":"2023-10-13T23:59:34.352667+0000","last_undegraded":"2023-10-13T23:59:34.352667+0000","last_fullsized":"2023-10-13T23:59:34.352667+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:17:30.320938+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.348870+0000","last_change":"2023-10-13T23:59:34.348870+0000","last_active":"2023-10-13T23:59:34.348870+0000","last_peered":"2023-10-13T23:59:34.348870+0000","last_clean":"2023-10-13T23:59:34.348870+0000","last_became_active":"2023-10-13T23:59:34.348544+0000","last_became_peered":"2023-10-13T23:59:34.348544+0000","last_unstale":"2023-10-13T23:59:34.348870+0000","last_undegraded":"2023-10-13T23:59:34.348870+0000","last_fullsized":"2023-10-13T23:59:34.348870+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:39:04.818381+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.341743+0000","last_change":"2023-10-13T23:59:34.341743+0000","last_active":"2023-10-13T23:59:34.341743+0000","last_peered":"2023-10-13T23:59:34.341743+0000","last_clean":"2023-10-13T23:59:34.341743+0000","last_became_active":"2023-10-13T23:59:34.341415+0000","last_became_peered":"2023-10-13T23:59:34.341415+0000","last_unstale":"2023-10-13T23:59:34.341743+0000","last_undegraded":"2023-10-13T23:59:34.341743+0000","last_fullsized":"2023-10-13T23:59:34.341743+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:08:03.893964+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.350211+0000","last_change":"2023-10-13T23:59:34.350211+0000","last_active":"2023-10-13T23:59:34.350211+0000","last_peered":"2023-10-13T23:59:34.350211+0000","last_clean":"2023-10-13T23:59:34.350211+0000","last_became_active":"2023-10-13T23:59:34.349281+0000","last_became_peered":"2023-10-13T23:59:34.349281+0000","last_unstale":"2023-10-13T23:59:34.350211+0000","last_undegraded":"2023-10-13T23:59:34.350211+0000","last_fullsized":"2023-10-13T23:59:34.350211+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:30:46.887219+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-10-13T23:59:33.668965+0000","last_change":"2023-10-13T23:59:33.668965+0000","last_active":"2023-10-13T23:59:33.668965+0000","last_peered":"2023-10-13T23:59:33.668965+0000","last_clean":"2023-10-13T23:59:33.668965+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-10-13T23:59:33.668965+0000","last_undegraded":"2023-10-13T23:59:33.668965+0000","last_fullsized":"2023-10-13T23:59:33.668965+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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.35","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-10-13T23:59:33.668965+0000","last_change":"2023-10-13T23:59:33.668965+0000","last_active":"2023-10-13T23:59:33.668965+0000","last_peered":"2023-10-13T23:59:33.668965+0000","last_clean":"2023-10-13T23:59:33.668965+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-10-13T23:59:33.668965+0000","last_undegraded":"2023-10-13T23:59:33.668965+0000","last_fullsized":"2023-10-13T23:59:33.668965+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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.34","version":"0'0","reported_seq":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.349567+0000","last_change":"2023-10-13T23:59:34.349567+0000","last_active":"2023-10-13T23:59:34.349567+0000","last_peered":"2023-10-13T23:59:34.349567+0000","last_clean":"2023-10-13T23:59:34.349567+0000","last_became_active":"2023-10-13T23:59:34.349281+0000","last_became_peered":"2023-10-13T23:59:34.349281+0000","last_unstale":"2023-10-13T23:59:34.349567+0000","last_undegraded":"2023-10-13T23:59:34.349567+0000","last_fullsized":"2023-10-13T23:59:34.349567+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:54:12.146728+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.352244+0000","last_change":"2023-10-13T23:59:34.352244+0000","last_active":"2023-10-13T23:59:34.352244+0000","last_peered":"2023-10-13T23:59:34.352244+0000","last_clean":"2023-10-13T23:59:34.352244+0000","last_became_active":"2023-10-13T23:59:34.349657+0000","last_became_peered":"2023-10-13T23:59:34.349657+0000","last_unstale":"2023-10-13T23:59:34.352244+0000","last_undegraded":"2023-10-13T23:59:34.352244+0000","last_fullsized":"2023-10-13T23:59:34.352244+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T05:17:46.052581+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.345399+0000","last_change":"2023-10-13T23:59:34.345399+0000","last_active":"2023-10-13T23:59:34.345399+0000","last_peered":"2023-10-13T23:59:34.345399+0000","last_clean":"2023-10-13T23:59:34.345399+0000","last_became_active":"2023-10-13T23:59:34.344890+0000","last_became_peered":"2023-10-13T23:59:34.344890+0000","last_unstale":"2023-10-13T23:59:34.345399+0000","last_undegraded":"2023-10-13T23:59:34.345399+0000","last_fullsized":"2023-10-13T23:59:34.345399+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:33:51.633119+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.346941+0000","last_change":"2023-10-13T23:59:34.346941+0000","last_active":"2023-10-13T23:59:34.346941+0000","last_peered":"2023-10-13T23:59:34.346941+0000","last_clean":"2023-10-13T23:59:34.346941+0000","last_became_active":"2023-10-13T23:59:34.346629+0000","last_became_peered":"2023-10-13T23:59:34.346629+0000","last_unstale":"2023-10-13T23:59:34.346941+0000","last_undegraded":"2023-10-13T23:59:34.346941+0000","last_fullsized":"2023-10-13T23:59:34.346941+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:15:31.237095+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.348300+0000","last_change":"2023-10-13T23:59:34.347775+0000","last_active":"2023-10-13T23:59:34.348300+0000","last_peered":"2023-10-13T23:59:34.348300+0000","last_clean":"2023-10-13T23:59:34.348300+0000","last_became_active":"2023-10-13T23:59:34.347408+0000","last_became_peered":"2023-10-13T23:59:34.347408+0000","last_unstale":"2023-10-13T23:59:34.348300+0000","last_undegraded":"2023-10-13T23:59:34.348300+0000","last_fullsized":"2023-10-13T23:59:34.348300+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:42:57.191972+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.337048+0000","last_change":"2023-10-13T23:59:34.335737+0000","last_active":"2023-10-13T23:59:34.337048+0000","last_peered":"2023-10-13T23:59:34.337048+0000","last_clean":"2023-10-13T23:59:34.337048+0000","last_became_active":"2023-10-13T23:59:34.334645+0000","last_became_peered":"2023-10-13T23:59:34.334645+0000","last_unstale":"2023-10-13T23:59:34.337048+0000","last_undegraded":"2023-10-13T23:59:34.337048+0000","last_fullsized":"2023-10-13T23:59:34.337048+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:39:13.192067+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.337372+0000","last_change":"2023-10-13T23:59:34.335890+0000","last_active":"2023-10-13T23:59:34.337372+0000","last_peered":"2023-10-13T23:59:34.337372+0000","last_clean":"2023-10-13T23:59:34.337372+0000","last_became_active":"2023-10-13T23:59:34.335528+0000","last_became_peered":"2023-10-13T23:59:34.335528+0000","last_unstale":"2023-10-13T23:59:34.337372+0000","last_undegraded":"2023-10-13T23:59:34.337372+0000","last_fullsized":"2023-10-13T23:59:34.337372+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:32:05.096732+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.337333+0000","last_change":"2023-10-13T23:59:34.337333+0000","last_active":"2023-10-13T23:59:34.337333+0000","last_peered":"2023-10-13T23:59:34.337333+0000","last_clean":"2023-10-13T23:59:34.337333+0000","last_became_active":"2023-10-13T23:59:34.335881+0000","last_became_peered":"2023-10-13T23:59:34.335881+0000","last_unstale":"2023-10-13T23:59:34.337333+0000","last_undegraded":"2023-10-13T23:59:34.337333+0000","last_fullsized":"2023-10-13T23:59:34.337333+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:03:19.467776+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'4","reported_seq":14,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.725764+0000","last_change":"2023-10-13T23:59:33.708933+0000","last_active":"2023-10-13T23:59:34.725764+0000","last_peered":"2023-10-13T23:59:34.725764+0000","last_clean":"2023-10-13T23:59:34.725764+0000","last_became_active":"2023-10-13T23:59:33.708630+0000","last_became_peered":"2023-10-13T23:59:33.708630+0000","last_unstale":"2023-10-13T23:59:34.725764+0000","last_undegraded":"2023-10-13T23:59:34.725764+0000","last_fullsized":"2023-10-13T23:59:34.725764+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":4,"log_dups_size":0,"ondisk_log_size":4,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:48:26.305881+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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.342165+0000","last_change":"2023-10-13T23:59:34.342165+0000","last_active":"2023-10-13T23:59:34.342165+0000","last_peered":"2023-10-13T23:59:34.342165+0000","last_clean":"2023-10-13T23:59:34.342165+0000","last_became_active":"2023-10-13T23:59:34.341495+0000","last_became_peered":"2023-10-13T23:59:34.341495+0000","last_unstale":"2023-10-13T23:59:34.342165+0000","last_undegraded":"2023-10-13T23:59:34.342165+0000","last_fullsized":"2023-10-13T23:59:34.342165+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T00:48:31.165868+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'1","reported_seq":11,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.341780+0000","last_change":"2023-10-13T23:59:33.716880+0000","last_active":"2023-10-13T23:59:34.341780+0000","last_peered":"2023-10-13T23:59:34.341780+0000","last_clean":"2023-10-13T23:59:34.341780+0000","last_became_active":"2023-10-13T23:59:33.716580+0000","last_became_peered":"2023-10-13T23:59:33.716580+0000","last_unstale":"2023-10-13T23:59:34.341780+0000","last_undegraded":"2023-10-13T23:59:34.341780+0000","last_fullsized":"2023-10-13T23:59:34.341780+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+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-15T01:14:08.455624+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.346685+0000","last_change":"2023-10-13T23:59:34.346685+0000","last_active":"2023-10-13T23:59:34.346685+0000","last_peered":"2023-10-13T23:59:34.346685+0000","last_clean":"2023-10-13T23:59:34.346685+0000","last_became_active":"2023-10-13T23:59:34.346344+0000","last_became_peered":"2023-10-13T23:59:34.346344+0000","last_unstale":"2023-10-13T23:59:34.346685+0000","last_undegraded":"2023-10-13T23:59:34.346685+0000","last_fullsized":"2023-10-13T23:59:34.346685+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:05:31.503332+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"0'0","reported_seq":10,"reported_epoch":57,"state":"active+clean","last_fresh":"2023-10-13T23:59:33.708038+0000","last_change":"2023-10-13T23:59:33.707208+0000","last_active":"2023-10-13T23:59:33.708038+0000","last_peered":"2023-10-13T23:59:33.708038+0000","last_clean":"2023-10-13T23:59:33.708038+0000","last_became_active":"2023-10-13T23:59:33.706810+0000","last_became_peered":"2023-10-13T23:59:33.706810+0000","last_unstale":"2023-10-13T23:59:33.708038+0000","last_undegraded":"2023-10-13T23:59:33.708038+0000","last_fullsized":"2023-10-13T23:59:33.708038+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:17:11.713206+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.339435+0000","last_change":"2023-10-13T23:59:34.339102+0000","last_active":"2023-10-13T23:59:34.339435+0000","last_peered":"2023-10-13T23:59:34.339435+0000","last_clean":"2023-10-13T23:59:34.339435+0000","last_became_active":"2023-10-13T23:59:34.338783+0000","last_became_peered":"2023-10-13T23:59:34.338783+0000","last_unstale":"2023-10-13T23:59:34.339435+0000","last_undegraded":"2023-10-13T23:59:34.339435+0000","last_fullsized":"2023-10-13T23:59:34.339435+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:32:43.409208+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":10,"reported_epoch":57,"state":"active+clean","last_fresh":"2023-10-13T23:59:33.695960+0000","last_change":"2023-10-13T23:59:33.694764+0000","last_active":"2023-10-13T23:59:33.695960+0000","last_peered":"2023-10-13T23:59:33.695960+0000","last_clean":"2023-10-13T23:59:33.695960+0000","last_became_active":"2023-10-13T23:59:33.694270+0000","last_became_peered":"2023-10-13T23:59:33.694270+0000","last_unstale":"2023-10-13T23:59:33.695960+0000","last_undegraded":"2023-10-13T23:59:33.695960+0000","last_fullsized":"2023-10-13T23:59:33.695960+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:55:46.359217+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.346830+0000","last_change":"2023-10-13T23:59:34.345679+0000","last_active":"2023-10-13T23:59:34.346830+0000","last_peered":"2023-10-13T23:59:34.346830+0000","last_clean":"2023-10-13T23:59:34.346830+0000","last_became_active":"2023-10-13T23:59:34.345392+0000","last_became_peered":"2023-10-13T23:59:34.345392+0000","last_unstale":"2023-10-13T23:59:34.346830+0000","last_undegraded":"2023-10-13T23:59:34.346830+0000","last_fullsized":"2023-10-13T23:59:34.346830+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:07:35.972775+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'1","reported_seq":11,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.339734+0000","last_change":"2023-10-13T23:59:33.715217+0000","last_active":"2023-10-13T23:59:34.339734+0000","last_peered":"2023-10-13T23:59:34.339734+0000","last_clean":"2023-10-13T23:59:34.339734+0000","last_became_active":"2023-10-13T23:59:33.714906+0000","last_became_peered":"2023-10-13T23:59:33.714906+0000","last_unstale":"2023-10-13T23:59:34.339734+0000","last_undegraded":"2023-10-13T23:59:34.339734+0000","last_fullsized":"2023-10-13T23:59:34.339734+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+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-15T07:43:07.912343+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.341268+0000","last_change":"2023-10-13T23:59:34.341268+0000","last_active":"2023-10-13T23:59:34.341268+0000","last_peered":"2023-10-13T23:59:34.341268+0000","last_clean":"2023-10-13T23:59:34.341268+0000","last_became_active":"2023-10-13T23:59:34.340904+0000","last_became_peered":"2023-10-13T23:59:34.340904+0000","last_unstale":"2023-10-13T23:59:34.341268+0000","last_undegraded":"2023-10-13T23:59:34.341268+0000","last_fullsized":"2023-10-13T23:59:34.341268+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:26:24.482169+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2023-10-13T23:59:32.653505+0000","last_change":"2023-10-13T23:59:32.676643+0000","last_active":"2023-10-13T23:59:32.653505+0000","last_peered":"2023-10-13T23:59:32.653505+0000","last_clean":"2023-10-13T23:59:32.653505+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-10-13T23:59:32.653505+0000","last_undegraded":"2023-10-13T23:59:32.653505+0000","last_fullsized":"2023-10-13T23:59:32.653505+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:55:33.858569+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":[4,7],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.1b","version":"0'0","reported_seq":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.349041+0000","last_change":"2023-10-13T23:59:34.349041+0000","last_active":"2023-10-13T23:59:34.349041+0000","last_peered":"2023-10-13T23:59:34.349041+0000","last_clean":"2023-10-13T23:59:34.349041+0000","last_became_active":"2023-10-13T23:59:34.347927+0000","last_became_peered":"2023-10-13T23:59:34.347927+0000","last_unstale":"2023-10-13T23:59:34.349041+0000","last_undegraded":"2023-10-13T23:59:34.349041+0000","last_fullsized":"2023-10-13T23:59:34.349041+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:26:11.523470+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":10,"reported_epoch":57,"state":"active+clean","last_fresh":"2023-10-13T23:59:33.717859+0000","last_change":"2023-10-13T23:59:33.714410+0000","last_active":"2023-10-13T23:59:33.717859+0000","last_peered":"2023-10-13T23:59:33.717859+0000","last_clean":"2023-10-13T23:59:33.717859+0000","last_became_active":"2023-10-13T23:59:33.714088+0000","last_became_peered":"2023-10-13T23:59:33.714088+0000","last_unstale":"2023-10-13T23:59:33.717859+0000","last_undegraded":"2023-10-13T23:59:33.717859+0000","last_fullsized":"2023-10-13T23:59:33.717859+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T10:01:30.204269+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.356614+0000","last_change":"2023-10-13T23:59:34.356614+0000","last_active":"2023-10-13T23:59:34.356614+0000","last_peered":"2023-10-13T23:59:34.356614+0000","last_clean":"2023-10-13T23:59:34.356614+0000","last_became_active":"2023-10-13T23:59:34.356264+0000","last_became_peered":"2023-10-13T23:59:34.356264+0000","last_unstale":"2023-10-13T23:59:34.356614+0000","last_undegraded":"2023-10-13T23:59:34.356614+0000","last_fullsized":"2023-10-13T23:59:34.356614+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:55:42.587380+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.332227+0000","last_change":"2023-10-13T23:59:33.696510+0000","last_active":"2023-10-13T23:59:34.332227+0000","last_peered":"2023-10-13T23:59:34.332227+0000","last_clean":"2023-10-13T23:59:34.332227+0000","last_became_active":"2023-10-13T23:59:33.696216+0000","last_became_peered":"2023-10-13T23:59:33.696216+0000","last_unstale":"2023-10-13T23:59:34.332227+0000","last_undegraded":"2023-10-13T23:59:34.332227+0000","last_fullsized":"2023-10-13T23:59:34.332227+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:57:41.602703+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.346838+0000","last_change":"2023-10-13T23:59:34.346838+0000","last_active":"2023-10-13T23:59:34.346838+0000","last_peered":"2023-10-13T23:59:34.346838+0000","last_clean":"2023-10-13T23:59:34.346838+0000","last_became_active":"2023-10-13T23:59:34.346528+0000","last_became_peered":"2023-10-13T23:59:34.346528+0000","last_unstale":"2023-10-13T23:59:34.346838+0000","last_undegraded":"2023-10-13T23:59:34.346838+0000","last_fullsized":"2023-10-13T23:59:34.346838+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:51:12.750164+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2023-10-13T23:59:32.653505+0000","last_change":"2023-10-13T23:59:32.675763+0000","last_active":"2023-10-13T23:59:32.653505+0000","last_peered":"2023-10-13T23:59:32.653505+0000","last_clean":"2023-10-13T23:59:32.653505+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-10-13T23:59:32.653505+0000","last_undegraded":"2023-10-13T23:59:32.653505+0000","last_fullsized":"2023-10-13T23:59:32.653505+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:00:36.300087+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":[2,5],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.16","version":"0'0","reported_seq":10,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.340003+0000","last_change":"2023-10-13T23:59:34.339631+0000","last_active":"2023-10-13T23:59:34.340003+0000","last_peered":"2023-10-13T23:59:34.340003+0000","last_clean":"2023-10-13T23:59:34.340003+0000","last_became_active":"2023-10-13T23:59:34.339086+0000","last_became_peered":"2023-10-13T23:59:34.339086+0000","last_unstale":"2023-10-13T23:59:34.340003+0000","last_undegraded":"2023-10-13T23:59:34.340003+0000","last_fullsized":"2023-10-13T23:59:34.340003+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:23:48.867319+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.324530+0000","last_change":"2023-10-13T23:59:33.705084+0000","last_active":"2023-10-13T23:59:34.324530+0000","last_peered":"2023-10-13T23:59:34.324530+0000","last_clean":"2023-10-13T23:59:34.324530+0000","last_became_active":"2023-10-13T23:59:33.704781+0000","last_became_peered":"2023-10-13T23:59:33.704781+0000","last_unstale":"2023-10-13T23:59:34.324530+0000","last_undegraded":"2023-10-13T23:59:34.324530+0000","last_fullsized":"2023-10-13T23:59:34.324530+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:04:48.517545+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.346954+0000","last_change":"2023-10-13T23:59:34.346954+0000","last_active":"2023-10-13T23:59:34.346954+0000","last_peered":"2023-10-13T23:59:34.346954+0000","last_clean":"2023-10-13T23:59:34.346954+0000","last_became_active":"2023-10-13T23:59:34.346493+0000","last_became_peered":"2023-10-13T23:59:34.346493+0000","last_unstale":"2023-10-13T23:59:34.346954+0000","last_undegraded":"2023-10-13T23:59:34.346954+0000","last_fullsized":"2023-10-13T23:59:34.346954+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:58:13.742863+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"0'0","reported_seq":10,"reported_epoch":57,"state":"active+clean","last_fresh":"2023-10-13T23:59:33.718505+0000","last_change":"2023-10-13T23:59:33.717337+0000","last_active":"2023-10-13T23:59:33.718505+0000","last_peered":"2023-10-13T23:59:33.718505+0000","last_clean":"2023-10-13T23:59:33.718505+0000","last_became_active":"2023-10-13T23:59:33.716324+0000","last_became_peered":"2023-10-13T23:59:33.716324+0000","last_unstale":"2023-10-13T23:59:33.718505+0000","last_undegraded":"2023-10-13T23:59:33.718505+0000","last_fullsized":"2023-10-13T23:59:33.718505+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:39:01.510835+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.341541+0000","last_change":"2023-10-13T23:59:34.341541+0000","last_active":"2023-10-13T23:59:34.341541+0000","last_peered":"2023-10-13T23:59:34.341541+0000","last_clean":"2023-10-13T23:59:34.341541+0000","last_became_active":"2023-10-13T23:59:34.340293+0000","last_became_peered":"2023-10-13T23:59:34.340293+0000","last_unstale":"2023-10-13T23:59:34.341541+0000","last_undegraded":"2023-10-13T23:59:34.341541+0000","last_fullsized":"2023-10-13T23:59:34.341541+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:30:14.852941+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2023-10-13T23:59:32.653505+0000","last_change":"2023-10-13T23:59:32.676158+0000","last_active":"2023-10-13T23:59:32.653505+0000","last_peered":"2023-10-13T23:59:32.653505+0000","last_clean":"2023-10-13T23:59:32.653505+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-10-13T23:59:32.653505+0000","last_undegraded":"2023-10-13T23:59:32.653505+0000","last_fullsized":"2023-10-13T23:59:32.653505+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:53:57.448263+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":[3,5],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.15","version":"0'0","reported_seq":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.342156+0000","last_change":"2023-10-13T23:59:34.342156+0000","last_active":"2023-10-13T23:59:34.342156+0000","last_peered":"2023-10-13T23:59:34.342156+0000","last_clean":"2023-10-13T23:59:34.342156+0000","last_became_active":"2023-10-13T23:59:34.341866+0000","last_became_peered":"2023-10-13T23:59:34.341866+0000","last_unstale":"2023-10-13T23:59:34.342156+0000","last_undegraded":"2023-10-13T23:59:34.342156+0000","last_fullsized":"2023-10-13T23:59:34.342156+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T00:42:02.308291+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'2","reported_seq":12,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.725346+0000","last_change":"2023-10-13T23:59:33.715359+0000","last_active":"2023-10-13T23:59:34.725346+0000","last_peered":"2023-10-13T23:59:34.725346+0000","last_clean":"2023-10-13T23:59:34.725346+0000","last_became_active":"2023-10-13T23:59:33.715075+0000","last_became_peered":"2023-10-13T23:59:33.715075+0000","last_unstale":"2023-10-13T23:59:34.725346+0000","last_undegraded":"2023-10-13T23:59:34.725346+0000","last_fullsized":"2023-10-13T23:59:34.725346+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:03:23.079653+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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.345192+0000","last_change":"2023-10-13T23:59:34.345192+0000","last_active":"2023-10-13T23:59:34.345192+0000","last_peered":"2023-10-13T23:59:34.345192+0000","last_clean":"2023-10-13T23:59:34.345192+0000","last_became_active":"2023-10-13T23:59:34.344533+0000","last_became_peered":"2023-10-13T23:59:34.344533+0000","last_unstale":"2023-10-13T23:59:34.345192+0000","last_undegraded":"2023-10-13T23:59:34.345192+0000","last_fullsized":"2023-10-13T23:59:34.345192+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:17:16.673778+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.327811+0000","last_change":"2023-10-13T23:59:33.705458+0000","last_active":"2023-10-13T23:59:34.327811+0000","last_peered":"2023-10-13T23:59:34.327811+0000","last_clean":"2023-10-13T23:59:34.327811+0000","last_became_active":"2023-10-13T23:59:33.705100+0000","last_became_peered":"2023-10-13T23:59:33.705100+0000","last_unstale":"2023-10-13T23:59:34.327811+0000","last_undegraded":"2023-10-13T23:59:34.327811+0000","last_fullsized":"2023-10-13T23:59:34.327811+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:11:04.580536+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.342357+0000","last_change":"2023-10-13T23:59:34.342357+0000","last_active":"2023-10-13T23:59:34.342357+0000","last_peered":"2023-10-13T23:59:34.342357+0000","last_clean":"2023-10-13T23:59:34.342357+0000","last_became_active":"2023-10-13T23:59:34.341670+0000","last_became_peered":"2023-10-13T23:59:34.341670+0000","last_unstale":"2023-10-13T23:59:34.342357+0000","last_undegraded":"2023-10-13T23:59:34.342357+0000","last_fullsized":"2023-10-13T23:59:34.342357+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T10:48:43.940394+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2023-10-13T23:59:32.653505+0000","last_change":"2023-10-13T23:59:32.674893+0000","last_active":"2023-10-13T23:59:32.653505+0000","last_peered":"2023-10-13T23:59:32.653505+0000","last_clean":"2023-10-13T23:59:32.653505+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-10-13T23:59:32.653505+0000","last_undegraded":"2023-10-13T23:59:32.653505+0000","last_fullsized":"2023-10-13T23:59:32.653505+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:49:55.371246+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":[1,4],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.10","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-10-13T23:59:33.668965+0000","last_change":"2023-10-13T23:59:33.668965+0000","last_active":"2023-10-13T23:59:33.668965+0000","last_peered":"2023-10-13T23:59:33.668965+0000","last_clean":"2023-10-13T23:59:33.668965+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-10-13T23:59:33.668965+0000","last_undegraded":"2023-10-13T23:59:33.668965+0000","last_fullsized":"2023-10-13T23:59:33.668965+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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.10","version":"58'8","reported_seq":19,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.726705+0000","last_change":"2023-10-13T23:59:33.707683+0000","last_active":"2023-10-13T23:59:34.726705+0000","last_peered":"2023-10-13T23:59:34.726705+0000","last_clean":"2023-10-13T23:59:34.726705+0000","last_became_active":"2023-10-13T23:59:33.707369+0000","last_became_peered":"2023-10-13T23:59:33.707369+0000","last_unstale":"2023-10-13T23:59:34.726705+0000","last_undegraded":"2023-10-13T23:59:34.726705+0000","last_fullsized":"2023-10-13T23:59:34.726705+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+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-15T08:11:40.926328+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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.341642+0000","last_change":"2023-10-13T23:59:34.341642+0000","last_active":"2023-10-13T23:59:34.341642+0000","last_peered":"2023-10-13T23:59:34.341642+0000","last_clean":"2023-10-13T23:59:34.341642+0000","last_became_active":"2023-10-13T23:59:34.341342+0000","last_became_peered":"2023-10-13T23:59:34.341342+0000","last_unstale":"2023-10-13T23:59:34.341642+0000","last_undegraded":"2023-10-13T23:59:34.341642+0000","last_fullsized":"2023-10-13T23:59:34.341642+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T08:33:24.614123+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'1","reported_seq":11,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.322700+0000","last_change":"2023-10-13T23:59:33.707315+0000","last_active":"2023-10-13T23:59:34.322700+0000","last_peered":"2023-10-13T23:59:34.322700+0000","last_clean":"2023-10-13T23:59:34.322700+0000","last_became_active":"2023-10-13T23:59:33.706923+0000","last_became_peered":"2023-10-13T23:59:33.706923+0000","last_unstale":"2023-10-13T23:59:34.322700+0000","last_undegraded":"2023-10-13T23:59:34.322700+0000","last_fullsized":"2023-10-13T23:59:34.322700+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+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-15T03:51:24.127200+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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.341341+0000","last_change":"2023-10-13T23:59:34.341341+0000","last_active":"2023-10-13T23:59:34.341341+0000","last_peered":"2023-10-13T23:59:34.341341+0000","last_clean":"2023-10-13T23:59:34.341341+0000","last_became_active":"2023-10-13T23:59:34.341053+0000","last_became_peered":"2023-10-13T23:59:34.341053+0000","last_unstale":"2023-10-13T23:59:34.341341+0000","last_undegraded":"2023-10-13T23:59:34.341341+0000","last_fullsized":"2023-10-13T23:59:34.341341+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:12:36.476139+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":10,"reported_epoch":57,"state":"active+clean","last_fresh":"2023-10-13T23:59:33.712618+0000","last_change":"2023-10-13T23:59:33.707696+0000","last_active":"2023-10-13T23:59:33.712618+0000","last_peered":"2023-10-13T23:59:33.712618+0000","last_clean":"2023-10-13T23:59:33.712618+0000","last_became_active":"2023-10-13T23:59:33.707358+0000","last_became_peered":"2023-10-13T23:59:33.707358+0000","last_unstale":"2023-10-13T23:59:33.712618+0000","last_undegraded":"2023-10-13T23:59:33.712618+0000","last_fullsized":"2023-10-13T23:59:33.712618+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:19:31.743436+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.352627+0000","last_change":"2023-10-13T23:59:34.348157+0000","last_active":"2023-10-13T23:59:34.352627+0000","last_peered":"2023-10-13T23:59:34.352627+0000","last_clean":"2023-10-13T23:59:34.352627+0000","last_became_active":"2023-10-13T23:59:34.347833+0000","last_became_peered":"2023-10-13T23:59:34.347833+0000","last_unstale":"2023-10-13T23:59:34.352627+0000","last_undegraded":"2023-10-13T23:59:34.352627+0000","last_fullsized":"2023-10-13T23:59:34.352627+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:13:27.045911+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.327685+0000","last_change":"2023-10-13T23:59:33.716765+0000","last_active":"2023-10-13T23:59:34.327685+0000","last_peered":"2023-10-13T23:59:34.327685+0000","last_clean":"2023-10-13T23:59:34.327685+0000","last_became_active":"2023-10-13T23:59:33.716413+0000","last_became_peered":"2023-10-13T23:59:33.716413+0000","last_unstale":"2023-10-13T23:59:34.327685+0000","last_undegraded":"2023-10-13T23:59:34.327685+0000","last_fullsized":"2023-10-13T23:59:34.327685+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T05:11:10.872613+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.344904+0000","last_change":"2023-10-13T23:59:34.344904+0000","last_active":"2023-10-13T23:59:34.344904+0000","last_peered":"2023-10-13T23:59:34.344904+0000","last_clean":"2023-10-13T23:59:34.344904+0000","last_became_active":"2023-10-13T23:59:34.344578+0000","last_became_peered":"2023-10-13T23:59:34.344578+0000","last_unstale":"2023-10-13T23:59:34.344904+0000","last_undegraded":"2023-10-13T23:59:34.344904+0000","last_fullsized":"2023-10-13T23:59:34.344904+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:53:25.819205+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.345399+0000","last_change":"2023-10-13T23:59:34.345399+0000","last_active":"2023-10-13T23:59:34.345399+0000","last_peered":"2023-10-13T23:59:34.345399+0000","last_clean":"2023-10-13T23:59:34.345399+0000","last_became_active":"2023-10-13T23:59:34.344951+0000","last_became_peered":"2023-10-13T23:59:34.344951+0000","last_unstale":"2023-10-13T23:59:34.345399+0000","last_undegraded":"2023-10-13T23:59:34.345399+0000","last_fullsized":"2023-10-13T23:59:34.345399+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:27:01.403692+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.327834+0000","last_change":"2023-10-13T23:59:33.697283+0000","last_active":"2023-10-13T23:59:34.327834+0000","last_peered":"2023-10-13T23:59:34.327834+0000","last_clean":"2023-10-13T23:59:34.327834+0000","last_became_active":"2023-10-13T23:59:33.696927+0000","last_became_peered":"2023-10-13T23:59:33.696927+0000","last_unstale":"2023-10-13T23:59:34.327834+0000","last_undegraded":"2023-10-13T23:59:34.327834+0000","last_fullsized":"2023-10-13T23:59:34.327834+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T10:55:54.826314+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.341870+0000","last_change":"2023-10-13T23:59:34.341870+0000","last_active":"2023-10-13T23:59:34.341870+0000","last_peered":"2023-10-13T23:59:34.341870+0000","last_clean":"2023-10-13T23:59:34.341870+0000","last_became_active":"2023-10-13T23:59:34.340813+0000","last_became_peered":"2023-10-13T23:59:34.340813+0000","last_unstale":"2023-10-13T23:59:34.341870+0000","last_undegraded":"2023-10-13T23:59:34.341870+0000","last_fullsized":"2023-10-13T23:59:34.341870+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:44:09.881102+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.323168+0000","last_change":"2023-10-13T23:59:33.705101+0000","last_active":"2023-10-13T23:59:34.323168+0000","last_peered":"2023-10-13T23:59:34.323168+0000","last_clean":"2023-10-13T23:59:34.323168+0000","last_became_active":"2023-10-13T23:59:33.704786+0000","last_became_peered":"2023-10-13T23:59:33.704786+0000","last_unstale":"2023-10-13T23:59:34.323168+0000","last_undegraded":"2023-10-13T23:59:34.323168+0000","last_fullsized":"2023-10-13T23:59:34.323168+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:36:08.852164+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"21'117","reported_seq":230,"reported_epoch":57,"state":"active+clean","last_fresh":"2023-10-13T23:59:33.683285+0000","last_change":"2023-10-13T23:59:23.366826+0000","last_active":"2023-10-13T23:59:33.683285+0000","last_peered":"2023-10-13T23:59:33.683285+0000","last_clean":"2023-10-13T23:59:33.683285+0000","last_became_active":"2023-10-13T23:59:23.366362+0000","last_became_peered":"2023-10-13T23:59:23.366362+0000","last_unstale":"2023-10-13T23:59:33.683285+0000","last_undegraded":"2023-10-13T23:59:33.683285+0000","last_fullsized":"2023-10-13T23:59:33.683285+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":55,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:57:57.119812+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:57:57.119812+0000","last_clean_scrub_stamp":"2023-10-13T23:57:57.119812+0000","objects_scrubbed":0,"log_size":117,"log_dups_size":0,"ondisk_log_size":117,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:24:23.123942+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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.346039+0000","last_change":"2023-10-13T23:59:34.346039+0000","last_active":"2023-10-13T23:59:34.346039+0000","last_peered":"2023-10-13T23:59:34.346039+0000","last_clean":"2023-10-13T23:59:34.346039+0000","last_became_active":"2023-10-13T23:59:34.345727+0000","last_became_peered":"2023-10-13T23:59:34.345727+0000","last_unstale":"2023-10-13T23:59:34.346039+0000","last_undegraded":"2023-10-13T23:59:34.346039+0000","last_fullsized":"2023-10-13T23:59:34.346039+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T08:38:24.276851+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":10,"reported_epoch":57,"state":"active+clean","last_fresh":"2023-10-13T23:59:33.708050+0000","last_change":"2023-10-13T23:59:33.707727+0000","last_active":"2023-10-13T23:59:33.708050+0000","last_peered":"2023-10-13T23:59:33.708050+0000","last_clean":"2023-10-13T23:59:33.708050+0000","last_became_active":"2023-10-13T23:59:33.707354+0000","last_became_peered":"2023-10-13T23:59:33.707354+0000","last_unstale":"2023-10-13T23:59:33.708050+0000","last_undegraded":"2023-10-13T23:59:33.708050+0000","last_fullsized":"2023-10-13T23:59:33.708050+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:45:58.598980+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":10,"reported_epoch":57,"state":"active+clean","last_fresh":"2023-10-13T23:59:33.708418+0000","last_change":"2023-10-13T23:59:33.707972+0000","last_active":"2023-10-13T23:59:33.708418+0000","last_peered":"2023-10-13T23:59:33.708418+0000","last_clean":"2023-10-13T23:59:33.708418+0000","last_became_active":"2023-10-13T23:59:33.707708+0000","last_became_peered":"2023-10-13T23:59:33.707708+0000","last_unstale":"2023-10-13T23:59:33.708418+0000","last_undegraded":"2023-10-13T23:59:33.708418+0000","last_fullsized":"2023-10-13T23:59:33.708418+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T05:26:00.995748+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.345284+0000","last_change":"2023-10-13T23:59:34.345284+0000","last_active":"2023-10-13T23:59:34.345284+0000","last_peered":"2023-10-13T23:59:34.345284+0000","last_clean":"2023-10-13T23:59:34.345284+0000","last_became_active":"2023-10-13T23:59:34.344891+0000","last_became_peered":"2023-10-13T23:59:34.344891+0000","last_unstale":"2023-10-13T23:59:34.345284+0000","last_undegraded":"2023-10-13T23:59:34.345284+0000","last_fullsized":"2023-10-13T23:59:34.345284+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:52:10.341092+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"0'0","reported_seq":10,"reported_epoch":57,"state":"active+clean","last_fresh":"2023-10-13T23:59:33.718580+0000","last_change":"2023-10-13T23:59:33.717214+0000","last_active":"2023-10-13T23:59:33.718580+0000","last_peered":"2023-10-13T23:59:33.718580+0000","last_clean":"2023-10-13T23:59:33.718580+0000","last_became_active":"2023-10-13T23:59:33.716865+0000","last_became_peered":"2023-10-13T23:59:33.716865+0000","last_unstale":"2023-10-13T23:59:33.718580+0000","last_undegraded":"2023-10-13T23:59:33.718580+0000","last_fullsized":"2023-10-13T23:59:33.718580+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:32:19.406739+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.355359+0000","last_change":"2023-10-13T23:59:34.355359+0000","last_active":"2023-10-13T23:59:34.355359+0000","last_peered":"2023-10-13T23:59:34.355359+0000","last_clean":"2023-10-13T23:59:34.355359+0000","last_became_active":"2023-10-13T23:59:34.354944+0000","last_became_peered":"2023-10-13T23:59:34.354944+0000","last_unstale":"2023-10-13T23:59:34.355359+0000","last_undegraded":"2023-10-13T23:59:34.355359+0000","last_fullsized":"2023-10-13T23:59:34.355359+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:15:09.199704+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2023-10-13T23:59:32.653505+0000","last_change":"2023-10-13T23:59:32.675267+0000","last_active":"2023-10-13T23:59:32.653505+0000","last_peered":"2023-10-13T23:59:32.653505+0000","last_clean":"2023-10-13T23:59:32.653505+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-10-13T23:59:32.653505+0000","last_undegraded":"2023-10-13T23:59:32.653505+0000","last_fullsized":"2023-10-13T23:59:32.653505+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T10:57:55.670921+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":[2,7],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.6","version":"0'0","reported_seq":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.348885+0000","last_change":"2023-10-13T23:59:34.348885+0000","last_active":"2023-10-13T23:59:34.348885+0000","last_peered":"2023-10-13T23:59:34.348885+0000","last_clean":"2023-10-13T23:59:34.348885+0000","last_became_active":"2023-10-13T23:59:34.348510+0000","last_became_peered":"2023-10-13T23:59:34.348510+0000","last_unstale":"2023-10-13T23:59:34.348885+0000","last_undegraded":"2023-10-13T23:59:34.348885+0000","last_fullsized":"2023-10-13T23:59:34.348885+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T00:34:26.989577+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":10,"reported_epoch":57,"state":"active+clean","last_fresh":"2023-10-13T23:59:33.708629+0000","last_change":"2023-10-13T23:59:33.708153+0000","last_active":"2023-10-13T23:59:33.708629+0000","last_peered":"2023-10-13T23:59:33.708629+0000","last_clean":"2023-10-13T23:59:33.708629+0000","last_became_active":"2023-10-13T23:59:33.707833+0000","last_became_peered":"2023-10-13T23:59:33.707833+0000","last_unstale":"2023-10-13T23:59:33.708629+0000","last_undegraded":"2023-10-13T23:59:33.708629+0000","last_fullsized":"2023-10-13T23:59:33.708629+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:45:18.724244+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.341356+0000","last_change":"2023-10-13T23:59:34.341356+0000","last_active":"2023-10-13T23:59:34.341356+0000","last_peered":"2023-10-13T23:59:34.341356+0000","last_clean":"2023-10-13T23:59:34.341356+0000","last_became_active":"2023-10-13T23:59:34.339987+0000","last_became_peered":"2023-10-13T23:59:34.339987+0000","last_unstale":"2023-10-13T23:59:34.341356+0000","last_undegraded":"2023-10-13T23:59:34.341356+0000","last_fullsized":"2023-10-13T23:59:34.341356+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T08:20:45.762213+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":10,"reported_epoch":57,"state":"active+clean","last_fresh":"2023-10-13T23:59:33.707260+0000","last_change":"2023-10-13T23:59:33.706356+0000","last_active":"2023-10-13T23:59:33.707260+0000","last_peered":"2023-10-13T23:59:33.707260+0000","last_clean":"2023-10-13T23:59:33.707260+0000","last_became_active":"2023-10-13T23:59:33.705748+0000","last_became_peered":"2023-10-13T23:59:33.705748+0000","last_unstale":"2023-10-13T23:59:33.707260+0000","last_undegraded":"2023-10-13T23:59:33.707260+0000","last_fullsized":"2023-10-13T23:59:33.707260+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:22:26.347395+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.350769+0000","last_change":"2023-10-13T23:59:34.350769+0000","last_active":"2023-10-13T23:59:34.350769+0000","last_peered":"2023-10-13T23:59:34.350769+0000","last_clean":"2023-10-13T23:59:34.350769+0000","last_became_active":"2023-10-13T23:59:34.349831+0000","last_became_peered":"2023-10-13T23:59:34.349831+0000","last_unstale":"2023-10-13T23:59:34.350769+0000","last_undegraded":"2023-10-13T23:59:34.350769+0000","last_fullsized":"2023-10-13T23:59:34.350769+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:32:13.027672+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":10,"reported_epoch":57,"state":"active+clean","last_fresh":"2023-10-13T23:59:33.712580+0000","last_change":"2023-10-13T23:59:33.708281+0000","last_active":"2023-10-13T23:59:33.712580+0000","last_peered":"2023-10-13T23:59:33.712580+0000","last_clean":"2023-10-13T23:59:33.712580+0000","last_became_active":"2023-10-13T23:59:33.707969+0000","last_became_peered":"2023-10-13T23:59:33.707969+0000","last_unstale":"2023-10-13T23:59:33.712580+0000","last_undegraded":"2023-10-13T23:59:33.712580+0000","last_fullsized":"2023-10-13T23:59:33.712580+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:31:17.336351+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.355278+0000","last_change":"2023-10-13T23:59:34.355278+0000","last_active":"2023-10-13T23:59:34.355278+0000","last_peered":"2023-10-13T23:59:34.355278+0000","last_clean":"2023-10-13T23:59:34.355278+0000","last_became_active":"2023-10-13T23:59:34.354897+0000","last_became_peered":"2023-10-13T23:59:34.354897+0000","last_unstale":"2023-10-13T23:59:34.355278+0000","last_undegraded":"2023-10-13T23:59:34.355278+0000","last_fullsized":"2023-10-13T23:59:34.355278+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T00:27:55.578745+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"0'0","reported_seq":10,"reported_epoch":57,"state":"active+clean","last_fresh":"2023-10-13T23:59:33.697093+0000","last_change":"2023-10-13T23:59:33.696384+0000","last_active":"2023-10-13T23:59:33.697093+0000","last_peered":"2023-10-13T23:59:33.697093+0000","last_clean":"2023-10-13T23:59:33.697093+0000","last_became_active":"2023-10-13T23:59:33.696142+0000","last_became_peered":"2023-10-13T23:59:33.696142+0000","last_unstale":"2023-10-13T23:59:33.697093+0000","last_undegraded":"2023-10-13T23:59:33.697093+0000","last_fullsized":"2023-10-13T23:59:33.697093+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T00:29:27.507159+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-10-13T23:59:33.668965+0000","last_change":"2023-10-13T23:59:33.668965+0000","last_active":"2023-10-13T23:59:33.668965+0000","last_peered":"2023-10-13T23:59:33.668965+0000","last_clean":"2023-10-13T23:59:33.668965+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-10-13T23:59:33.668965+0000","last_undegraded":"2023-10-13T23:59:33.668965+0000","last_fullsized":"2023-10-13T23:59:33.668965+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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.c","version":"0'0","reported_seq":11,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.327096+0000","last_change":"2023-10-13T23:59:33.697424+0000","last_active":"2023-10-13T23:59:34.327096+0000","last_peered":"2023-10-13T23:59:34.327096+0000","last_clean":"2023-10-13T23:59:34.327096+0000","last_became_active":"2023-10-13T23:59:33.697081+0000","last_became_peered":"2023-10-13T23:59:33.697081+0000","last_unstale":"2023-10-13T23:59:34.327096+0000","last_undegraded":"2023-10-13T23:59:34.327096+0000","last_fullsized":"2023-10-13T23:59:34.327096+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T10:38:09.716078+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.336000+0000","last_change":"2023-10-13T23:59:34.336000+0000","last_active":"2023-10-13T23:59:34.336000+0000","last_peered":"2023-10-13T23:59:34.336000+0000","last_clean":"2023-10-13T23:59:34.336000+0000","last_became_active":"2023-10-13T23:59:34.335679+0000","last_became_peered":"2023-10-13T23:59:34.335679+0000","last_unstale":"2023-10-13T23:59:34.336000+0000","last_undegraded":"2023-10-13T23:59:34.336000+0000","last_fullsized":"2023-10-13T23:59:34.336000+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:11:07.825463+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"0'0","reported_seq":10,"reported_epoch":57,"state":"active+clean","last_fresh":"2023-10-13T23:59:33.718774+0000","last_change":"2023-10-13T23:59:33.717011+0000","last_active":"2023-10-13T23:59:33.718774+0000","last_peered":"2023-10-13T23:59:33.718774+0000","last_clean":"2023-10-13T23:59:33.718774+0000","last_became_active":"2023-10-13T23:59:33.716688+0000","last_became_peered":"2023-10-13T23:59:33.716688+0000","last_unstale":"2023-10-13T23:59:33.718774+0000","last_undegraded":"2023-10-13T23:59:33.718774+0000","last_fullsized":"2023-10-13T23:59:33.718774+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:25:49.671679+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.344977+0000","last_change":"2023-10-13T23:59:34.343982+0000","last_active":"2023-10-13T23:59:34.344977+0000","last_peered":"2023-10-13T23:59:34.344977+0000","last_clean":"2023-10-13T23:59:34.344977+0000","last_became_active":"2023-10-13T23:59:34.339928+0000","last_became_peered":"2023-10-13T23:59:34.339928+0000","last_unstale":"2023-10-13T23:59:34.344977+0000","last_undegraded":"2023-10-13T23:59:34.344977+0000","last_fullsized":"2023-10-13T23:59:34.344977+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T10:35:07.777873+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'2","reported_seq":13,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.725213+0000","last_change":"2023-10-13T23:59:33.713850+0000","last_active":"2023-10-13T23:59:34.725213+0000","last_peered":"2023-10-13T23:59:34.725213+0000","last_clean":"2023-10-13T23:59:34.725213+0000","last_became_active":"2023-10-13T23:59:33.713539+0000","last_became_peered":"2023-10-13T23:59:33.713539+0000","last_unstale":"2023-10-13T23:59:34.725213+0000","last_undegraded":"2023-10-13T23:59:34.725213+0000","last_fullsized":"2023-10-13T23:59:34.725213+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:16:23.252033+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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.350039+0000","last_change":"2023-10-13T23:59:34.350039+0000","last_active":"2023-10-13T23:59:34.350039+0000","last_peered":"2023-10-13T23:59:34.350039+0000","last_clean":"2023-10-13T23:59:34.350039+0000","last_became_active":"2023-10-13T23:59:34.348875+0000","last_became_peered":"2023-10-13T23:59:34.348875+0000","last_unstale":"2023-10-13T23:59:34.350039+0000","last_undegraded":"2023-10-13T23:59:34.350039+0000","last_fullsized":"2023-10-13T23:59:34.350039+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:09:45.354595+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-10-13T23:59:33.668965+0000","last_change":"2023-10-13T23:59:33.668965+0000","last_active":"2023-10-13T23:59:33.668965+0000","last_peered":"2023-10-13T23:59:33.668965+0000","last_clean":"2023-10-13T23:59:33.668965+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-10-13T23:59:33.668965+0000","last_undegraded":"2023-10-13T23:59:33.668965+0000","last_fullsized":"2023-10-13T23:59:33.668965+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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.21","version":"0'0","reported_seq":10,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.343444+0000","last_change":"2023-10-13T23:59:34.339932+0000","last_active":"2023-10-13T23:59:34.343444+0000","last_peered":"2023-10-13T23:59:34.343444+0000","last_clean":"2023-10-13T23:59:34.343444+0000","last_became_active":"2023-10-13T23:59:34.339591+0000","last_became_peered":"2023-10-13T23:59:34.339591+0000","last_unstale":"2023-10-13T23:59:34.343444+0000","last_undegraded":"2023-10-13T23:59:34.343444+0000","last_fullsized":"2023-10-13T23:59:34.343444+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:30:04.152690+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.352646+0000","last_change":"2023-10-13T23:59:34.348180+0000","last_active":"2023-10-13T23:59:34.352646+0000","last_peered":"2023-10-13T23:59:34.352646+0000","last_clean":"2023-10-13T23:59:34.352646+0000","last_became_active":"2023-10-13T23:59:34.347394+0000","last_became_peered":"2023-10-13T23:59:34.347394+0000","last_unstale":"2023-10-13T23:59:34.352646+0000","last_undegraded":"2023-10-13T23:59:34.352646+0000","last_fullsized":"2023-10-13T23:59:34.352646+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T05:44:06.045340+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.349265+0000","last_change":"2023-10-13T23:59:34.349265+0000","last_active":"2023-10-13T23:59:34.349265+0000","last_peered":"2023-10-13T23:59:34.349265+0000","last_clean":"2023-10-13T23:59:34.349265+0000","last_became_active":"2023-10-13T23:59:34.348457+0000","last_became_peered":"2023-10-13T23:59:34.348457+0000","last_unstale":"2023-10-13T23:59:34.349265+0000","last_undegraded":"2023-10-13T23:59:34.349265+0000","last_fullsized":"2023-10-13T23:59:34.349265+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:44:19.710390+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.354860+0000","last_change":"2023-10-13T23:59:34.354860+0000","last_active":"2023-10-13T23:59:34.354860+0000","last_peered":"2023-10-13T23:59:34.354860+0000","last_clean":"2023-10-13T23:59:34.354860+0000","last_became_active":"2023-10-13T23:59:34.354549+0000","last_became_peered":"2023-10-13T23:59:34.354549+0000","last_unstale":"2023-10-13T23:59:34.354860+0000","last_undegraded":"2023-10-13T23:59:34.354860+0000","last_fullsized":"2023-10-13T23:59:34.354860+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:58:45.683240+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.350225+0000","last_change":"2023-10-13T23:59:34.350225+0000","last_active":"2023-10-13T23:59:34.350225+0000","last_peered":"2023-10-13T23:59:34.350225+0000","last_clean":"2023-10-13T23:59:34.350225+0000","last_became_active":"2023-10-13T23:59:34.349903+0000","last_became_peered":"2023-10-13T23:59:34.349903+0000","last_unstale":"2023-10-13T23:59:34.350225+0000","last_undegraded":"2023-10-13T23:59:34.350225+0000","last_fullsized":"2023-10-13T23:59:34.350225+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:18:12.663674+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-10-13T23:59:33.668965+0000","last_change":"2023-10-13T23:59:33.668965+0000","last_active":"2023-10-13T23:59:33.668965+0000","last_peered":"2023-10-13T23:59:33.668965+0000","last_clean":"2023-10-13T23:59:33.668965+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-10-13T23:59:33.668965+0000","last_undegraded":"2023-10-13T23:59:33.668965+0000","last_fullsized":"2023-10-13T23:59:33.668965+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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.27","version":"0'0","reported_seq":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.353622+0000","last_change":"2023-10-13T23:59:34.353622+0000","last_active":"2023-10-13T23:59:34.353622+0000","last_peered":"2023-10-13T23:59:34.353622+0000","last_clean":"2023-10-13T23:59:34.353622+0000","last_became_active":"2023-10-13T23:59:34.353317+0000","last_became_peered":"2023-10-13T23:59:34.353317+0000","last_unstale":"2023-10-13T23:59:34.353622+0000","last_undegraded":"2023-10-13T23:59:34.353622+0000","last_fullsized":"2023-10-13T23:59:34.353622+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:30:47.847305+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.341942+0000","last_change":"2023-10-13T23:59:34.340530+0000","last_active":"2023-10-13T23:59:34.341942+0000","last_peered":"2023-10-13T23:59:34.341942+0000","last_clean":"2023-10-13T23:59:34.341942+0000","last_became_active":"2023-10-13T23:59:34.340157+0000","last_became_peered":"2023-10-13T23:59:34.340157+0000","last_unstale":"2023-10-13T23:59:34.341942+0000","last_undegraded":"2023-10-13T23:59:34.341942+0000","last_fullsized":"2023-10-13T23:59:34.341942+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:48:54.068275+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.349514+0000","last_change":"2023-10-13T23:59:34.349514+0000","last_active":"2023-10-13T23:59:34.349514+0000","last_peered":"2023-10-13T23:59:34.349514+0000","last_clean":"2023-10-13T23:59:34.349514+0000","last_became_active":"2023-10-13T23:59:34.349057+0000","last_became_peered":"2023-10-13T23:59:34.349057+0000","last_unstale":"2023-10-13T23:59:34.349514+0000","last_undegraded":"2023-10-13T23:59:34.349514+0000","last_fullsized":"2023-10-13T23:59:34.349514+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:50:23.628513+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.337039+0000","last_change":"2023-10-13T23:59:34.335647+0000","last_active":"2023-10-13T23:59:34.337039+0000","last_peered":"2023-10-13T23:59:34.337039+0000","last_clean":"2023-10-13T23:59:34.337039+0000","last_became_active":"2023-10-13T23:59:34.335341+0000","last_became_peered":"2023-10-13T23:59:34.335341+0000","last_unstale":"2023-10-13T23:59:34.337039+0000","last_undegraded":"2023-10-13T23:59:34.337039+0000","last_fullsized":"2023-10-13T23:59:34.337039+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T10:34:15.630881+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.351925+0000","last_change":"2023-10-13T23:59:34.351925+0000","last_active":"2023-10-13T23:59:34.351925+0000","last_peered":"2023-10-13T23:59:34.351925+0000","last_clean":"2023-10-13T23:59:34.351925+0000","last_became_active":"2023-10-13T23:59:34.347473+0000","last_became_peered":"2023-10-13T23:59:34.347473+0000","last_unstale":"2023-10-13T23:59:34.351925+0000","last_undegraded":"2023-10-13T23:59:34.351925+0000","last_fullsized":"2023-10-13T23:59:34.351925+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:56:14.630499+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-10-13T23:59:33.668965+0000","last_change":"2023-10-13T23:59:33.668965+0000","last_active":"2023-10-13T23:59:33.668965+0000","last_peered":"2023-10-13T23:59:33.668965+0000","last_clean":"2023-10-13T23:59:33.668965+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-10-13T23:59:33.668965+0000","last_undegraded":"2023-10-13T23:59:33.668965+0000","last_fullsized":"2023-10-13T23:59:33.668965+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":[]}],"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":171,"acting":171,"num_store_stats":7},{"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":2375680,"data_stored":2361472,"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":610,"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":23,"num_write_kb":8,"num_scrub_errors":0,"num_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":69632,"data_stored":4646,"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":96,"acting":96,"num_store_stats":8}],"osd_stats":[{"osd":7,"up_from":51,"seq":219043332100,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":298404,"kb_used_data":1116,"kb_used_omap":0,"kb_used_meta":297280,"kb_avail":93446748,"statfs":{"total":95995035648,"available":95689469952,"internally_reserved":0,"allocated":1142784,"data_stored":816628,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304414720},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[],"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.44}]},{"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.35499999999999998}]},{"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.45200000000000001}]},{"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.41399999999999998}]},{"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.32000000000000001}]},{"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.30199999999999999}]},{"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.42199999999999999}]}]},{"osd":6,"up_from":43,"seq":184683593737,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":298396,"kb_used_data":1108,"kb_used_omap":0,"kb_used_meta":297280,"kb_avail":93446756,"statfs":{"total":95995035648,"available":95689478144,"internally_reserved":0,"allocated":1134592,"data_stored":816098,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304414720},"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.72499999999999998}]},{"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.80800000000000005}]},{"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.64100000000000001}]},{"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.77400000000000002}]},{"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.56999999999999995}]},{"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.70399999999999996}]},{"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.83899999999999997}]}]},{"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":297836,"kb_used_data":548,"kb_used_omap":0,"kb_used_meta":297280,"kb_avail":93447316,"statfs":{"total":95995035648,"available":95690051584,"internally_reserved":0,"allocated":561152,"data_stored":232975,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304414720},"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":"Fri Oct 13 23:58:40 2023","interfaces":[{"interface":"back","average":{"1min":0.373,"5min":0.373,"15min":0.373},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"last":0.32500000000000001},{"interface":"front","average":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"last":0.372}]},{"osd":2,"last update":"Fri Oct 13 23:58:56 2023","interfaces":[{"interface":"back","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"last":0.30399999999999999},{"interface":"front","average":{"1min":0.436,"5min":0.436,"15min":0.436},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"last":0.54000000000000004}]},{"osd":3,"last update":"Fri Oct 13 23:59:18 2023","interfaces":[{"interface":"back","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.35999999999999999},{"interface":"front","average":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.39100000000000001}]},{"osd":4,"last update":"Fri Oct 13 23:59:31 2023","interfaces":[{"interface":"back","average":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":1.111,"5min":1.111,"15min":1.111},"last":0.55400000000000005},{"interface":"front","average":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"min":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":1.161,"5min":1.161,"15min":1.161},"last":0.63800000000000001}]},{"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.60199999999999998}]},{"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.71299999999999997}]},{"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.68300000000000005}]}]},{"osd":0,"up_from":8,"seq":34359738398,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":298444,"kb_used_data":1156,"kb_used_omap":0,"kb_used_meta":297280,"kb_avail":93446708,"statfs":{"total":95995035648,"available":95689428992,"internally_reserved":0,"allocated":1183744,"data_stored":831236,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304414720},"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":3,"apply_latency_ms":3,"commit_latency_ns":3000000,"apply_latency_ns":3000000},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Fri Oct 13 23:58:41 2023","interfaces":[{"interface":"back","average":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"min":{"1min":0.23799999999999999,"5min":0.23799999999999999,"15min":0.23799999999999999},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.44400000000000001},{"interface":"front","average":{"1min":0.437,"5min":0.437,"15min":0.437},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"last":0.57399999999999995}]},{"osd":2,"last update":"Fri Oct 13 23:59:00 2023","interfaces":[{"interface":"back","average":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.54900000000000004},{"interface":"front","average":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":0.53600000000000003}]},{"osd":3,"last update":"Fri Oct 13 23:59:16 2023","interfaces":[{"interface":"back","average":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"last":0.47799999999999998},{"interface":"front","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"last":0.64700000000000002}]},{"osd":4,"last update":"Fri Oct 13 23:59:33 2023","interfaces":[{"interface":"back","average":{"1min":0.623,"5min":0.623,"15min":0.623},"min":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":0.79300000000000004,"5min":0.79300000000000004,"15min":0.79300000000000004},"last":0.77800000000000002},{"interface":"front","average":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.92600000000000005,"5min":0.92600000000000005,"15min":0.92600000000000005},"last":0.92600000000000005}]},{"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.81799999999999995}]},{"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.88}]},{"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.80200000000000005}]}]},{"osd":2,"up_from":18,"seq":77309411350,"num_pgs":25,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297864,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":297280,"kb_avail":93447288,"statfs":{"total":95995035648,"available":95690022912,"internally_reserved":0,"allocated":589824,"data_stored":247187,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304414720},"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":"Fri Oct 13 23:58:56 2023","interfaces":[{"interface":"back","average":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"last":0.33000000000000002},{"interface":"front","average":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"last":0.29799999999999999}]},{"osd":1,"last update":"Fri Oct 13 23:58:56 2023","interfaces":[{"interface":"back","average":{"1min":0.436,"5min":0.436,"15min":0.436},"min":{"1min":0.28999999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"last":0.42799999999999999},{"interface":"front","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"last":0.40899999999999997}]},{"osd":3,"last update":"Fri Oct 13 23:59:14 2023","interfaces":[{"interface":"back","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.46800000000000003},{"interface":"front","average":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.38400000000000001}]},{"osd":4,"last update":"Fri Oct 13 23:59:31 2023","interfaces":[{"interface":"back","average":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.88300000000000001,"5min":0.88300000000000001,"15min":0.88300000000000001},"last":0.90200000000000002},{"interface":"front","average":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"min":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"max":{"1min":0.97699999999999998,"5min":0.97699999999999998,"15min":0.97699999999999998},"last":0.85699999999999998}]},{"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.72899999999999998}]},{"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.83499999999999996}]},{"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.88}]}]},{"osd":3,"up_from":24,"seq":103079215123,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297840,"kb_used_data":552,"kb_used_omap":0,"kb_used_meta":297280,"kb_avail":93447312,"statfs":{"total":95995035648,"available":95690047488,"internally_reserved":0,"allocated":565248,"data_stored":233276,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304414720},"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":2,"apply_latency_ms":2,"commit_latency_ns":2000000,"apply_latency_ns":2000000},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Oct 13 23:59:13 2023","interfaces":[{"interface":"back","average":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"min":{"1min":0.23400000000000001,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"last":0.34499999999999997},{"interface":"front","average":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.872,"5min":0.872,"15min":0.872},"last":0.32800000000000001}]},{"osd":1,"last update":"Fri Oct 13 23:59:13 2023","interfaces":[{"interface":"back","average":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.42599999999999999},{"interface":"front","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"last":0.36399999999999999}]},{"osd":2,"last update":"Fri Oct 13 23:59:13 2023","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.39100000000000001},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"last":0.439}]},{"osd":4,"last update":"Fri Oct 13 23:59:30 2023","interfaces":[{"interface":"back","average":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":1.034,"5min":1.034,"15min":1.034},"last":0.78700000000000003},{"interface":"front","average":{"1min":0.623,"5min":0.623,"15min":0.623},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.96699999999999997,"5min":0.96699999999999997,"15min":0.96699999999999997},"last":0.872}]},{"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.72599999999999998}]},{"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.76100000000000001}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.71399999999999997}]}]},{"osd":4,"up_from":29,"seq":124554051598,"num_pgs":38,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297852,"kb_used_data":564,"kb_used_omap":0,"kb_used_meta":297280,"kb_avail":93447300,"statfs":{"total":95995035648,"available":95690035200,"internally_reserved":0,"allocated":577536,"data_stored":240469,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304414720},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Oct 13 23:59:29 2023","interfaces":[{"interface":"back","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"max":{"1min":0.88500000000000001,"5min":0.88500000000000001,"15min":0.88500000000000001},"last":0.52800000000000002},{"interface":"front","average":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.86199999999999999,"5min":0.86199999999999999,"15min":0.86199999999999999},"last":0.51700000000000002}]},{"osd":1,"last update":"Fri Oct 13 23:59:29 2023","interfaces":[{"interface":"back","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.91100000000000003,"5min":0.91100000000000003,"15min":0.91100000000000003},"last":0.39700000000000002},{"interface":"front","average":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":0.871,"5min":0.871,"15min":0.871},"last":0.45100000000000001}]},{"osd":2,"last update":"Fri Oct 13 23:59:29 2023","interfaces":[{"interface":"back","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.95099999999999996,"5min":0.95099999999999996,"15min":0.95099999999999996},"last":0.5},{"interface":"front","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.59499999999999997}]},{"osd":3,"last update":"Fri Oct 13 23:59:29 2023","interfaces":[{"interface":"back","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.93600000000000005,"5min":0.93600000000000005,"15min":0.93600000000000005},"last":0.56499999999999995},{"interface":"front","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.78800000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":0.48799999999999999}]},{"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.377}]},{"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.60699999999999998}]},{"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.41999999999999998}]}]},{"osd":5,"up_from":36,"seq":154618822669,"num_pgs":5,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297872,"kb_used_data":584,"kb_used_omap":0,"kb_used_meta":297280,"kb_avail":93447280,"statfs":{"total":95995035648,"available":95690014720,"internally_reserved":0,"allocated":598016,"data_stored":248247,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304414720},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[],"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.47099999999999997}]},{"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.49299999999999999}]},{"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.621}]},{"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.66200000000000003}]},{"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.74199999999999999}]},{"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.68999999999999995}]},{"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.77900000000000003}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":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":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":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":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":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":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-10-13T23:59:39.730 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.36 is not active+clean 2023-10-13T23:59:39.731 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.36', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2023-10-13T23:59:33.668965+0000', 'last_change': '2023-10-13T23:59:33.668965+0000', 'last_active': '2023-10-13T23:59:33.668965+0000', 'last_peered': '2023-10-13T23:59:33.668965+0000', 'last_clean': '2023-10-13T23:59:33.668965+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-10-13T23:59:33.668965+0000', 'last_undegraded': '2023-10-13T23:59:33.668965+0000', 'last_fullsized': '2023-10-13T23:59:33.668965+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-10-13T23:59:33.668965+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-10-13T23:59:33.668965+0000', 'last_clean_scrub_stamp': '2023-10-13T23:59:33.668965+0000', 'objects_scrubbed': 0, 'log_size': 0, 'log_dups_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_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-10-13T23:59:39.731 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.35 is not active+clean 2023-10-13T23:59:39.731 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.35', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2023-10-13T23:59:33.668965+0000', 'last_change': '2023-10-13T23:59:33.668965+0000', 'last_active': '2023-10-13T23:59:33.668965+0000', 'last_peered': '2023-10-13T23:59:33.668965+0000', 'last_clean': '2023-10-13T23:59:33.668965+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-10-13T23:59:33.668965+0000', 'last_undegraded': '2023-10-13T23:59:33.668965+0000', 'last_fullsized': '2023-10-13T23:59:33.668965+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-10-13T23:59:33.668965+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-10-13T23:59:33.668965+0000', 'last_clean_scrub_stamp': '2023-10-13T23:59:33.668965+0000', 'objects_scrubbed': 0, 'log_size': 0, 'log_dups_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_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-10-13T23:59:39.732 INFO:tasks.cephfs.filesystem.ceph_manager:PG 2.1a is not active+clean 2023-10-13T23:59:39.732 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '2.1a', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'creating+peering', 'last_fresh': '2023-10-13T23:59:32.653505+0000', 'last_change': '2023-10-13T23:59:32.676643+0000', 'last_active': '2023-10-13T23:59:32.653505+0000', 'last_peered': '2023-10-13T23:59:32.653505+0000', 'last_clean': '2023-10-13T23:59:32.653505+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-10-13T23:59:32.653505+0000', 'last_undegraded': '2023-10-13T23:59:32.653505+0000', 'last_fullsized': '2023-10-13T23:59:32.653505+0000', 'mapping_epoch': 56, 'log_start': "0'0", 'ondisk_log_start': "0'0", 'created': 56, 'last_epoch_clean': 0, 'parent': '0.0', 'parent_split_bits': 0, 'last_scrub': "0'0", 'last_scrub_stamp': '2023-10-13T23:59:32.653505+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-10-13T23:59:32.653505+0000', 'last_clean_scrub_stamp': '2023-10-13T23:59:32.653505+0000', 'objects_scrubbed': 0, 'log_size': 0, 'log_dups_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_invalid': False, 'hitset_bytes_stats_invalid': False, 'pin_stats_invalid': False, 'manifest_stats_invalid': False, 'snaptrimq_len': 0, 'last_scrub_duration': 0, 'scrub_schedule': 'periodic scrub scheduled @ 2023-10-15T07:55:33.858569+0000', 'scrub_duration': 0, 'objects_trimmed': 0, 'snaptrim_duration': 0, 'stat_sum': {'num_bytes': 0, 'num_objects': 0, 'num_object_clones': 0, 'num_object_copies': 0, 'num_objects_missing_on_primary': 0, 'num_objects_missing': 0, 'num_objects_degraded': 0, 'num_objects_misplaced': 0, 'num_objects_unfound': 0, 'num_objects_dirty': 0, 'num_whiteouts': 0, 'num_read': 0, 'num_read_kb': 0, 'num_write': 0, 'num_write_kb': 0, 'num_scrub_errors': 0, 'num_shallow_scrub_errors': 0, 'num_deep_scrub_errors': 0, 'num_objects_recovered': 0, 'num_bytes_recovered': 0, 'num_keys_recovered': 0, 'num_objects_omap': 0, 'num_objects_hit_set_archive': 0, 'num_bytes_hit_set_archive': 0, 'num_flush': 0, 'num_flush_kb': 0, 'num_evict': 0, 'num_evict_kb': 0, 'num_promote': 0, 'num_flush_mode_high': 0, 'num_flush_mode_low': 0, 'num_evict_mode_some': 0, 'num_evict_mode_full': 0, 'num_objects_pinned': 0, 'num_legacy_snapsets': 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': [4, 7], 'up_primary': 6, 'acting_primary': 6, 'purged_snaps': []} 2023-10-13T23:59:39.732 INFO:tasks.cephfs.filesystem.ceph_manager:PG 2.17 is not active+clean 2023-10-13T23:59:39.733 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '2.17', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'creating+peering', 'last_fresh': '2023-10-13T23:59:32.653505+0000', 'last_change': '2023-10-13T23:59:32.675763+0000', 'last_active': '2023-10-13T23:59:32.653505+0000', 'last_peered': '2023-10-13T23:59:32.653505+0000', 'last_clean': '2023-10-13T23:59:32.653505+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-10-13T23:59:32.653505+0000', 'last_undegraded': '2023-10-13T23:59:32.653505+0000', 'last_fullsized': '2023-10-13T23:59:32.653505+0000', 'mapping_epoch': 56, 'log_start': "0'0", 'ondisk_log_start': "0'0", 'created': 56, 'last_epoch_clean': 0, 'parent': '0.0', 'parent_split_bits': 0, 'last_scrub': "0'0", 'last_scrub_stamp': '2023-10-13T23:59:32.653505+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-10-13T23:59:32.653505+0000', 'last_clean_scrub_stamp': '2023-10-13T23:59:32.653505+0000', 'objects_scrubbed': 0, 'log_size': 0, 'log_dups_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_invalid': False, 'hitset_bytes_stats_invalid': False, 'pin_stats_invalid': False, 'manifest_stats_invalid': False, 'snaptrimq_len': 0, 'last_scrub_duration': 0, 'scrub_schedule': 'periodic scrub scheduled @ 2023-10-15T09:00:36.300087+0000', 'scrub_duration': 0, 'objects_trimmed': 0, 'snaptrim_duration': 0, 'stat_sum': {'num_bytes': 0, 'num_objects': 0, 'num_object_clones': 0, 'num_object_copies': 0, 'num_objects_missing_on_primary': 0, 'num_objects_missing': 0, 'num_objects_degraded': 0, 'num_objects_misplaced': 0, 'num_objects_unfound': 0, 'num_objects_dirty': 0, 'num_whiteouts': 0, 'num_read': 0, 'num_read_kb': 0, 'num_write': 0, 'num_write_kb': 0, 'num_scrub_errors': 0, 'num_shallow_scrub_errors': 0, 'num_deep_scrub_errors': 0, 'num_objects_recovered': 0, 'num_bytes_recovered': 0, 'num_keys_recovered': 0, 'num_objects_omap': 0, 'num_objects_hit_set_archive': 0, 'num_bytes_hit_set_archive': 0, 'num_flush': 0, 'num_flush_kb': 0, 'num_evict': 0, 'num_evict_kb': 0, 'num_promote': 0, 'num_flush_mode_high': 0, 'num_flush_mode_low': 0, 'num_evict_mode_some': 0, 'num_evict_mode_full': 0, 'num_objects_pinned': 0, 'num_legacy_snapsets': 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': [2, 5], 'up_primary': 6, 'acting_primary': 6, 'purged_snaps': []} 2023-10-13T23:59:39.733 INFO:tasks.cephfs.filesystem.ceph_manager:PG 2.14 is not active+clean 2023-10-13T23:59:39.733 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '2.14', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'creating+peering', 'last_fresh': '2023-10-13T23:59:32.653505+0000', 'last_change': '2023-10-13T23:59:32.676158+0000', 'last_active': '2023-10-13T23:59:32.653505+0000', 'last_peered': '2023-10-13T23:59:32.653505+0000', 'last_clean': '2023-10-13T23:59:32.653505+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-10-13T23:59:32.653505+0000', 'last_undegraded': '2023-10-13T23:59:32.653505+0000', 'last_fullsized': '2023-10-13T23:59:32.653505+0000', 'mapping_epoch': 56, 'log_start': "0'0", 'ondisk_log_start': "0'0", 'created': 56, 'last_epoch_clean': 0, 'parent': '0.0', 'parent_split_bits': 0, 'last_scrub': "0'0", 'last_scrub_stamp': '2023-10-13T23:59:32.653505+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-10-13T23:59:32.653505+0000', 'last_clean_scrub_stamp': '2023-10-13T23:59:32.653505+0000', 'objects_scrubbed': 0, 'log_size': 0, 'log_dups_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_invalid': False, 'hitset_bytes_stats_invalid': False, 'pin_stats_invalid': False, 'manifest_stats_invalid': False, 'snaptrimq_len': 0, 'last_scrub_duration': 0, 'scrub_schedule': 'periodic scrub scheduled @ 2023-10-15T11:53:57.448263+0000', 'scrub_duration': 0, 'objects_trimmed': 0, 'snaptrim_duration': 0, 'stat_sum': {'num_bytes': 0, 'num_objects': 0, 'num_object_clones': 0, 'num_object_copies': 0, 'num_objects_missing_on_primary': 0, 'num_objects_missing': 0, 'num_objects_degraded': 0, 'num_objects_misplaced': 0, 'num_objects_unfound': 0, 'num_objects_dirty': 0, 'num_whiteouts': 0, 'num_read': 0, 'num_read_kb': 0, 'num_write': 0, 'num_write_kb': 0, 'num_scrub_errors': 0, 'num_shallow_scrub_errors': 0, 'num_deep_scrub_errors': 0, 'num_objects_recovered': 0, 'num_bytes_recovered': 0, 'num_keys_recovered': 0, 'num_objects_omap': 0, 'num_objects_hit_set_archive': 0, 'num_bytes_hit_set_archive': 0, 'num_flush': 0, 'num_flush_kb': 0, 'num_evict': 0, 'num_evict_kb': 0, 'num_promote': 0, 'num_flush_mode_high': 0, 'num_flush_mode_low': 0, 'num_evict_mode_some': 0, 'num_evict_mode_full': 0, 'num_objects_pinned': 0, 'num_legacy_snapsets': 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': [3, 5], 'up_primary': 6, 'acting_primary': 6, 'purged_snaps': []} 2023-10-13T23:59:39.734 INFO:tasks.cephfs.filesystem.ceph_manager:PG 2.11 is not active+clean 2023-10-13T23:59:39.734 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '2.11', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'creating+peering', 'last_fresh': '2023-10-13T23:59:32.653505+0000', 'last_change': '2023-10-13T23:59:32.674893+0000', 'last_active': '2023-10-13T23:59:32.653505+0000', 'last_peered': '2023-10-13T23:59:32.653505+0000', 'last_clean': '2023-10-13T23:59:32.653505+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-10-13T23:59:32.653505+0000', 'last_undegraded': '2023-10-13T23:59:32.653505+0000', 'last_fullsized': '2023-10-13T23:59:32.653505+0000', 'mapping_epoch': 56, 'log_start': "0'0", 'ondisk_log_start': "0'0", 'created': 56, 'last_epoch_clean': 0, 'parent': '0.0', 'parent_split_bits': 0, 'last_scrub': "0'0", 'last_scrub_stamp': '2023-10-13T23:59:32.653505+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-10-13T23:59:32.653505+0000', 'last_clean_scrub_stamp': '2023-10-13T23:59:32.653505+0000', 'objects_scrubbed': 0, 'log_size': 0, 'log_dups_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_invalid': False, 'hitset_bytes_stats_invalid': False, 'pin_stats_invalid': False, 'manifest_stats_invalid': False, 'snaptrimq_len': 0, 'last_scrub_duration': 0, 'scrub_schedule': 'periodic scrub scheduled @ 2023-10-15T02:49:55.371246+0000', 'scrub_duration': 0, 'objects_trimmed': 0, 'snaptrim_duration': 0, 'stat_sum': {'num_bytes': 0, 'num_objects': 0, 'num_object_clones': 0, 'num_object_copies': 0, 'num_objects_missing_on_primary': 0, 'num_objects_missing': 0, 'num_objects_degraded': 0, 'num_objects_misplaced': 0, 'num_objects_unfound': 0, 'num_objects_dirty': 0, 'num_whiteouts': 0, 'num_read': 0, 'num_read_kb': 0, 'num_write': 0, 'num_write_kb': 0, 'num_scrub_errors': 0, 'num_shallow_scrub_errors': 0, 'num_deep_scrub_errors': 0, 'num_objects_recovered': 0, 'num_bytes_recovered': 0, 'num_keys_recovered': 0, 'num_objects_omap': 0, 'num_objects_hit_set_archive': 0, 'num_bytes_hit_set_archive': 0, 'num_flush': 0, 'num_flush_kb': 0, 'num_evict': 0, 'num_evict_kb': 0, 'num_promote': 0, 'num_flush_mode_high': 0, 'num_flush_mode_low': 0, 'num_evict_mode_some': 0, 'num_evict_mode_full': 0, 'num_objects_pinned': 0, 'num_legacy_snapsets': 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': [1, 4], 'up_primary': 6, 'acting_primary': 6, 'purged_snaps': []} 2023-10-13T23:59:39.735 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.10 is not active+clean 2023-10-13T23:59:39.735 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.10', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2023-10-13T23:59:33.668965+0000', 'last_change': '2023-10-13T23:59:33.668965+0000', 'last_active': '2023-10-13T23:59:33.668965+0000', 'last_peered': '2023-10-13T23:59:33.668965+0000', 'last_clean': '2023-10-13T23:59:33.668965+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-10-13T23:59:33.668965+0000', 'last_undegraded': '2023-10-13T23:59:33.668965+0000', 'last_fullsized': '2023-10-13T23:59:33.668965+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-10-13T23:59:33.668965+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-10-13T23:59:33.668965+0000', 'last_clean_scrub_stamp': '2023-10-13T23:59:33.668965+0000', 'objects_scrubbed': 0, 'log_size': 0, 'log_dups_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_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-10-13T23:59:39.735 INFO:tasks.cephfs.filesystem.ceph_manager:PG 2.7 is not active+clean 2023-10-13T23:59:39.735 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '2.7', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'creating+peering', 'last_fresh': '2023-10-13T23:59:32.653505+0000', 'last_change': '2023-10-13T23:59:32.675267+0000', 'last_active': '2023-10-13T23:59:32.653505+0000', 'last_peered': '2023-10-13T23:59:32.653505+0000', 'last_clean': '2023-10-13T23:59:32.653505+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-10-13T23:59:32.653505+0000', 'last_undegraded': '2023-10-13T23:59:32.653505+0000', 'last_fullsized': '2023-10-13T23:59:32.653505+0000', 'mapping_epoch': 56, 'log_start': "0'0", 'ondisk_log_start': "0'0", 'created': 56, 'last_epoch_clean': 0, 'parent': '0.0', 'parent_split_bits': 0, 'last_scrub': "0'0", 'last_scrub_stamp': '2023-10-13T23:59:32.653505+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-10-13T23:59:32.653505+0000', 'last_clean_scrub_stamp': '2023-10-13T23:59:32.653505+0000', 'objects_scrubbed': 0, 'log_size': 0, 'log_dups_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_invalid': False, 'hitset_bytes_stats_invalid': False, 'pin_stats_invalid': False, 'manifest_stats_invalid': False, 'snaptrimq_len': 0, 'last_scrub_duration': 0, 'scrub_schedule': 'periodic scrub scheduled @ 2023-10-15T10:57:55.670921+0000', 'scrub_duration': 0, 'objects_trimmed': 0, 'snaptrim_duration': 0, 'stat_sum': {'num_bytes': 0, 'num_objects': 0, 'num_object_clones': 0, 'num_object_copies': 0, 'num_objects_missing_on_primary': 0, 'num_objects_missing': 0, 'num_objects_degraded': 0, 'num_objects_misplaced': 0, 'num_objects_unfound': 0, 'num_objects_dirty': 0, 'num_whiteouts': 0, 'num_read': 0, 'num_read_kb': 0, 'num_write': 0, 'num_write_kb': 0, 'num_scrub_errors': 0, 'num_shallow_scrub_errors': 0, 'num_deep_scrub_errors': 0, 'num_objects_recovered': 0, 'num_bytes_recovered': 0, 'num_keys_recovered': 0, 'num_objects_omap': 0, 'num_objects_hit_set_archive': 0, 'num_bytes_hit_set_archive': 0, 'num_flush': 0, 'num_flush_kb': 0, 'num_evict': 0, 'num_evict_kb': 0, 'num_promote': 0, 'num_flush_mode_high': 0, 'num_flush_mode_low': 0, 'num_evict_mode_some': 0, 'num_evict_mode_full': 0, 'num_objects_pinned': 0, 'num_legacy_snapsets': 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': [2, 7], 'up_primary': 6, 'acting_primary': 6, 'purged_snaps': []} 2023-10-13T23:59:39.736 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.a is not active+clean 2023-10-13T23:59:39.736 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.a', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2023-10-13T23:59:33.668965+0000', 'last_change': '2023-10-13T23:59:33.668965+0000', 'last_active': '2023-10-13T23:59:33.668965+0000', 'last_peered': '2023-10-13T23:59:33.668965+0000', 'last_clean': '2023-10-13T23:59:33.668965+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-10-13T23:59:33.668965+0000', 'last_undegraded': '2023-10-13T23:59:33.668965+0000', 'last_fullsized': '2023-10-13T23:59:33.668965+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-10-13T23:59:33.668965+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-10-13T23:59:33.668965+0000', 'last_clean_scrub_stamp': '2023-10-13T23:59:33.668965+0000', 'objects_scrubbed': 0, 'log_size': 0, 'log_dups_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_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-10-13T23:59:39.737 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.20 is not active+clean 2023-10-13T23:59:39.737 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.20', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2023-10-13T23:59:33.668965+0000', 'last_change': '2023-10-13T23:59:33.668965+0000', 'last_active': '2023-10-13T23:59:33.668965+0000', 'last_peered': '2023-10-13T23:59:33.668965+0000', 'last_clean': '2023-10-13T23:59:33.668965+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-10-13T23:59:33.668965+0000', 'last_undegraded': '2023-10-13T23:59:33.668965+0000', 'last_fullsized': '2023-10-13T23:59:33.668965+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-10-13T23:59:33.668965+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-10-13T23:59:33.668965+0000', 'last_clean_scrub_stamp': '2023-10-13T23:59:33.668965+0000', 'objects_scrubbed': 0, 'log_size': 0, 'log_dups_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_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-10-13T23:59:39.737 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.26 is not active+clean 2023-10-13T23:59:39.738 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.26', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2023-10-13T23:59:33.668965+0000', 'last_change': '2023-10-13T23:59:33.668965+0000', 'last_active': '2023-10-13T23:59:33.668965+0000', 'last_peered': '2023-10-13T23:59:33.668965+0000', 'last_clean': '2023-10-13T23:59:33.668965+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-10-13T23:59:33.668965+0000', 'last_undegraded': '2023-10-13T23:59:33.668965+0000', 'last_fullsized': '2023-10-13T23:59:33.668965+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-10-13T23:59:33.668965+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-10-13T23:59:33.668965+0000', 'last_clean_scrub_stamp': '2023-10-13T23:59:33.668965+0000', 'objects_scrubbed': 0, 'log_size': 0, 'log_dups_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_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-10-13T23:59:39.738 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.2c is not active+clean 2023-10-13T23:59:39.738 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.2c', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2023-10-13T23:59:33.668965+0000', 'last_change': '2023-10-13T23:59:33.668965+0000', 'last_active': '2023-10-13T23:59:33.668965+0000', 'last_peered': '2023-10-13T23:59:33.668965+0000', 'last_clean': '2023-10-13T23:59:33.668965+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-10-13T23:59:33.668965+0000', 'last_undegraded': '2023-10-13T23:59:33.668965+0000', 'last_fullsized': '2023-10-13T23:59:33.668965+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-10-13T23:59:33.668965+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-10-13T23:59:33.668965+0000', 'last_clean_scrub_stamp': '2023-10-13T23:59:33.668965+0000', 'objects_scrubbed': 0, 'log_size': 0, 'log_dups_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_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-10-13T23:59:39.739 DEBUG:teuthology.orchestra.run.smithi055:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph status --format=json 2023-10-13T23:59:40.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:39 smithi055 ceph-mon[124249]: pgmap v150: 97 pgs: 85 active+clean, 5 creating+peering, 7 unknown; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s wr, 4 op/s 2023-10-13T23:59:40.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:39 smithi055 ceph-mon[110989]: pgmap v150: 97 pgs: 85 active+clean, 5 creating+peering, 7 unknown; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s wr, 4 op/s 2023-10-13T23:59:40.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:39 smithi082 ceph-mon[116307]: pgmap v150: 97 pgs: 85 active+clean, 5 creating+peering, 7 unknown; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s wr, 4 op/s 2023-10-13T23:59:40.193 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-13T23:59:40.193 INFO:teuthology.orchestra.run.smithi055.stdout:{"fsid":"db84ebe0-6a23-11ee-8db6-212e2dc638e7","health":{"status":"HEALTH_OK","checks":{},"mutes":[]},"election_epoch":14,"quorum":[0,1,2],"quorum_names":["a","b","c"],"quorum_age":167,"monmap":{"epoch":3,"min_mon_release_name":"quincy","num_mons":3},"osdmap":{"epoch":59,"num_osds":8,"num_up_osds":8,"osd_up_since":1697241559,"num_in_osds":8,"osd_in_since":1697241544,"num_remapped_pgs":0},"pgmap":{"pgs_by_state":[{"state_name":"active+clean","count":85},{"state_name":"unknown","count":7},{"state_name":"creating+peering","count":5}],"num_pgs":97,"num_pools":3,"num_objects":12,"data_bytes":590978,"bytes_used":2441736192,"bytes_avail":765518548992,"bytes_total":767960285184,"unknown_pgs_ratio":0.072164945304393768,"inactive_pgs_ratio":0.051546391099691391,"write_bytes_sec":1496,"read_op_per_sec":0,"write_op_per_sec":4},"fsmap":{"epoch":8,"id":1,"up":1,"in":1,"max":1,"by_rank":[{"filesystem_id":1,"rank":0,"name":"b","status":"up:active","gid":24376}],"up:standby":1},"mgrmap":{"available":true,"num_standbys":1,"modules":["cephadm","dashboard","iostat","nfs","restful"],"services":{"dashboard":"https://172.21.15.55:8443/"}},"servicemap":{"epoch":10,"modified":"2023-10-13T23:59:30.143345+0000","services":{"mds":{"daemons":{"summary":"","a":{"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-10-13T23:59:40.209 INFO:tasks.cephfs.filesystem.ceph_manager:no progress seen, keeping timeout for now 2023-10-13T23:59:40.209 DEBUG:teuthology.orchestra.run.smithi055:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph pg dump --format=json 2023-10-13T23:59:40.561 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-13T23:59:40.563 INFO:teuthology.orchestra.run.smithi055.stderr:dumped all 2023-10-13T23:59:40.574 INFO:teuthology.orchestra.run.smithi055.stdout:{"pg_ready":true,"pg_map":{"version":151,"stamp":"2023-10-13T23:59:40.145152+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":592674,"num_objects":23,"num_object_clones":0,"num_object_copies":69,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":23,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":203,"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":13,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_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":155,"ondisk_log_size":155,"up":291,"acting":291,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":218,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":8,"kb":749961216,"kb_used":2384704,"kb_used_data":6400,"kb_used_omap":0,"kb_used_meta":2378240,"kb_avail":747576512,"statfs":{"total":767960285184,"available":765518348288,"internally_reserved":0,"allocated":6553600,"data_stored":3746456,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2435317760},"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":2306,"num_objects":21,"num_object_clones":0,"num_object_copies":63,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":21,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":44,"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":13,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_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.463849"},"pg_stats":[{"pgid":"3.3f","version":"0'0","reported_seq":10,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.351937+0000","last_change":"2023-10-13T23:59:34.350392+0000","last_active":"2023-10-13T23:59:34.351937+0000","last_peered":"2023-10-13T23:59:34.351937+0000","last_clean":"2023-10-13T23:59:34.351937+0000","last_became_active":"2023-10-13T23:59:34.349719+0000","last_became_peered":"2023-10-13T23:59:34.349719+0000","last_unstale":"2023-10-13T23:59:34.351937+0000","last_undegraded":"2023-10-13T23:59:34.351937+0000","last_fullsized":"2023-10-13T23:59:34.351937+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:24:50.889099+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.353331+0000","last_change":"2023-10-13T23:59:34.351593+0000","last_active":"2023-10-13T23:59:34.353331+0000","last_peered":"2023-10-13T23:59:34.353331+0000","last_clean":"2023-10-13T23:59:34.353331+0000","last_became_active":"2023-10-13T23:59:34.351078+0000","last_became_peered":"2023-10-13T23:59:34.351078+0000","last_unstale":"2023-10-13T23:59:34.353331+0000","last_undegraded":"2023-10-13T23:59:34.353331+0000","last_fullsized":"2023-10-13T23:59:34.353331+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T05:08:25.738139+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.349088+0000","last_change":"2023-10-13T23:59:34.349088+0000","last_active":"2023-10-13T23:59:34.349088+0000","last_peered":"2023-10-13T23:59:34.349088+0000","last_clean":"2023-10-13T23:59:34.349088+0000","last_became_active":"2023-10-13T23:59:34.348722+0000","last_became_peered":"2023-10-13T23:59:34.348722+0000","last_unstale":"2023-10-13T23:59:34.349088+0000","last_undegraded":"2023-10-13T23:59:34.349088+0000","last_fullsized":"2023-10-13T23:59:34.349088+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:39:40.907426+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.344996+0000","last_change":"2023-10-13T23:59:34.344153+0000","last_active":"2023-10-13T23:59:34.344996+0000","last_peered":"2023-10-13T23:59:34.344996+0000","last_clean":"2023-10-13T23:59:34.344996+0000","last_became_active":"2023-10-13T23:59:34.343722+0000","last_became_peered":"2023-10-13T23:59:34.343722+0000","last_unstale":"2023-10-13T23:59:34.344996+0000","last_undegraded":"2023-10-13T23:59:34.344996+0000","last_fullsized":"2023-10-13T23:59:34.344996+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:21:01.251415+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.345057+0000","last_change":"2023-10-13T23:59:34.342421+0000","last_active":"2023-10-13T23:59:34.345057+0000","last_peered":"2023-10-13T23:59:34.345057+0000","last_clean":"2023-10-13T23:59:34.345057+0000","last_became_active":"2023-10-13T23:59:34.342057+0000","last_became_peered":"2023-10-13T23:59:34.342057+0000","last_unstale":"2023-10-13T23:59:34.345057+0000","last_undegraded":"2023-10-13T23:59:34.345057+0000","last_fullsized":"2023-10-13T23:59:34.345057+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:23:19.409120+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.352667+0000","last_change":"2023-10-13T23:59:34.348509+0000","last_active":"2023-10-13T23:59:34.352667+0000","last_peered":"2023-10-13T23:59:34.352667+0000","last_clean":"2023-10-13T23:59:34.352667+0000","last_became_active":"2023-10-13T23:59:34.347683+0000","last_became_peered":"2023-10-13T23:59:34.347683+0000","last_unstale":"2023-10-13T23:59:34.352667+0000","last_undegraded":"2023-10-13T23:59:34.352667+0000","last_fullsized":"2023-10-13T23:59:34.352667+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:17:30.320938+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.351869+0000","last_change":"2023-10-13T23:59:34.348870+0000","last_active":"2023-10-13T23:59:34.351869+0000","last_peered":"2023-10-13T23:59:34.351869+0000","last_clean":"2023-10-13T23:59:34.351869+0000","last_became_active":"2023-10-13T23:59:34.348544+0000","last_became_peered":"2023-10-13T23:59:34.348544+0000","last_unstale":"2023-10-13T23:59:34.351869+0000","last_undegraded":"2023-10-13T23:59:34.351869+0000","last_fullsized":"2023-10-13T23:59:34.351869+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:39:04.818381+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.345299+0000","last_change":"2023-10-13T23:59:34.341743+0000","last_active":"2023-10-13T23:59:34.345299+0000","last_peered":"2023-10-13T23:59:34.345299+0000","last_clean":"2023-10-13T23:59:34.345299+0000","last_became_active":"2023-10-13T23:59:34.341415+0000","last_became_peered":"2023-10-13T23:59:34.341415+0000","last_unstale":"2023-10-13T23:59:34.345299+0000","last_undegraded":"2023-10-13T23:59:34.345299+0000","last_fullsized":"2023-10-13T23:59:34.345299+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:08:03.893964+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.351921+0000","last_change":"2023-10-13T23:59:34.350211+0000","last_active":"2023-10-13T23:59:34.351921+0000","last_peered":"2023-10-13T23:59:34.351921+0000","last_clean":"2023-10-13T23:59:34.351921+0000","last_became_active":"2023-10-13T23:59:34.349281+0000","last_became_peered":"2023-10-13T23:59:34.349281+0000","last_unstale":"2023-10-13T23:59:34.351921+0000","last_undegraded":"2023-10-13T23:59:34.351921+0000","last_fullsized":"2023-10-13T23:59:34.351921+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:30:46.887219+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.339670+0000","last_change":"2023-10-13T23:59:34.339210+0000","last_active":"2023-10-13T23:59:34.339670+0000","last_peered":"2023-10-13T23:59:34.339670+0000","last_clean":"2023-10-13T23:59:34.339670+0000","last_became_active":"2023-10-13T23:59:34.338911+0000","last_became_peered":"2023-10-13T23:59:34.338911+0000","last_unstale":"2023-10-13T23:59:34.339670+0000","last_undegraded":"2023-10-13T23:59:34.339670+0000","last_fullsized":"2023-10-13T23:59:34.339670+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T00:50:38.162061+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.352601+0000","last_change":"2023-10-13T23:59:34.349774+0000","last_active":"2023-10-13T23:59:34.352601+0000","last_peered":"2023-10-13T23:59:34.352601+0000","last_clean":"2023-10-13T23:59:34.352601+0000","last_became_active":"2023-10-13T23:59:34.349395+0000","last_became_peered":"2023-10-13T23:59:34.349395+0000","last_unstale":"2023-10-13T23:59:34.352601+0000","last_undegraded":"2023-10-13T23:59:34.352601+0000","last_fullsized":"2023-10-13T23:59:34.352601+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:14:38.112670+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.350466+0000","last_change":"2023-10-13T23:59:34.349567+0000","last_active":"2023-10-13T23:59:34.350466+0000","last_peered":"2023-10-13T23:59:34.350466+0000","last_clean":"2023-10-13T23:59:34.350466+0000","last_became_active":"2023-10-13T23:59:34.349281+0000","last_became_peered":"2023-10-13T23:59:34.349281+0000","last_unstale":"2023-10-13T23:59:34.350466+0000","last_undegraded":"2023-10-13T23:59:34.350466+0000","last_fullsized":"2023-10-13T23:59:34.350466+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:54:12.146728+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.353078+0000","last_change":"2023-10-13T23:59:34.352244+0000","last_active":"2023-10-13T23:59:34.353078+0000","last_peered":"2023-10-13T23:59:34.353078+0000","last_clean":"2023-10-13T23:59:34.353078+0000","last_became_active":"2023-10-13T23:59:34.349657+0000","last_became_peered":"2023-10-13T23:59:34.349657+0000","last_unstale":"2023-10-13T23:59:34.353078+0000","last_undegraded":"2023-10-13T23:59:34.353078+0000","last_fullsized":"2023-10-13T23:59:34.353078+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T05:17:46.052581+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.345399+0000","last_change":"2023-10-13T23:59:34.345399+0000","last_active":"2023-10-13T23:59:34.345399+0000","last_peered":"2023-10-13T23:59:34.345399+0000","last_clean":"2023-10-13T23:59:34.345399+0000","last_became_active":"2023-10-13T23:59:34.344890+0000","last_became_peered":"2023-10-13T23:59:34.344890+0000","last_unstale":"2023-10-13T23:59:34.345399+0000","last_undegraded":"2023-10-13T23:59:34.345399+0000","last_fullsized":"2023-10-13T23:59:34.345399+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:33:51.633119+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.348587+0000","last_change":"2023-10-13T23:59:34.346941+0000","last_active":"2023-10-13T23:59:34.348587+0000","last_peered":"2023-10-13T23:59:34.348587+0000","last_clean":"2023-10-13T23:59:34.348587+0000","last_became_active":"2023-10-13T23:59:34.346629+0000","last_became_peered":"2023-10-13T23:59:34.346629+0000","last_unstale":"2023-10-13T23:59:34.348587+0000","last_undegraded":"2023-10-13T23:59:34.348587+0000","last_fullsized":"2023-10-13T23:59:34.348587+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:15:31.237095+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.348300+0000","last_change":"2023-10-13T23:59:34.347775+0000","last_active":"2023-10-13T23:59:34.348300+0000","last_peered":"2023-10-13T23:59:34.348300+0000","last_clean":"2023-10-13T23:59:34.348300+0000","last_became_active":"2023-10-13T23:59:34.347408+0000","last_became_peered":"2023-10-13T23:59:34.347408+0000","last_unstale":"2023-10-13T23:59:34.348300+0000","last_undegraded":"2023-10-13T23:59:34.348300+0000","last_fullsized":"2023-10-13T23:59:34.348300+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:42:57.191972+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.337048+0000","last_change":"2023-10-13T23:59:34.335737+0000","last_active":"2023-10-13T23:59:34.337048+0000","last_peered":"2023-10-13T23:59:34.337048+0000","last_clean":"2023-10-13T23:59:34.337048+0000","last_became_active":"2023-10-13T23:59:34.334645+0000","last_became_peered":"2023-10-13T23:59:34.334645+0000","last_unstale":"2023-10-13T23:59:34.337048+0000","last_undegraded":"2023-10-13T23:59:34.337048+0000","last_fullsized":"2023-10-13T23:59:34.337048+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:39:13.192067+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.337372+0000","last_change":"2023-10-13T23:59:34.335890+0000","last_active":"2023-10-13T23:59:34.337372+0000","last_peered":"2023-10-13T23:59:34.337372+0000","last_clean":"2023-10-13T23:59:34.337372+0000","last_became_active":"2023-10-13T23:59:34.335528+0000","last_became_peered":"2023-10-13T23:59:34.335528+0000","last_unstale":"2023-10-13T23:59:34.337372+0000","last_undegraded":"2023-10-13T23:59:34.337372+0000","last_fullsized":"2023-10-13T23:59:34.337372+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:32:05.096732+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.338324+0000","last_change":"2023-10-13T23:59:34.337333+0000","last_active":"2023-10-13T23:59:34.338324+0000","last_peered":"2023-10-13T23:59:34.338324+0000","last_clean":"2023-10-13T23:59:34.338324+0000","last_became_active":"2023-10-13T23:59:34.335881+0000","last_became_peered":"2023-10-13T23:59:34.335881+0000","last_unstale":"2023-10-13T23:59:34.338324+0000","last_undegraded":"2023-10-13T23:59:34.338324+0000","last_fullsized":"2023-10-13T23:59:34.338324+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:03:19.467776+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'4","reported_seq":14,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.725764+0000","last_change":"2023-10-13T23:59:33.708933+0000","last_active":"2023-10-13T23:59:34.725764+0000","last_peered":"2023-10-13T23:59:34.725764+0000","last_clean":"2023-10-13T23:59:34.725764+0000","last_became_active":"2023-10-13T23:59:33.708630+0000","last_became_peered":"2023-10-13T23:59:33.708630+0000","last_unstale":"2023-10-13T23:59:34.725764+0000","last_undegraded":"2023-10-13T23:59:34.725764+0000","last_fullsized":"2023-10-13T23:59:34.725764+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":4,"log_dups_size":0,"ondisk_log_size":4,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:48:26.305881+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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.349693+0000","last_change":"2023-10-13T23:59:34.342165+0000","last_active":"2023-10-13T23:59:34.349693+0000","last_peered":"2023-10-13T23:59:34.349693+0000","last_clean":"2023-10-13T23:59:34.349693+0000","last_became_active":"2023-10-13T23:59:34.341495+0000","last_became_peered":"2023-10-13T23:59:34.341495+0000","last_unstale":"2023-10-13T23:59:34.349693+0000","last_undegraded":"2023-10-13T23:59:34.349693+0000","last_fullsized":"2023-10-13T23:59:34.349693+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T00:48:31.165868+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'1","reported_seq":12,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.725543+0000","last_change":"2023-10-13T23:59:33.716880+0000","last_active":"2023-10-13T23:59:34.725543+0000","last_peered":"2023-10-13T23:59:34.725543+0000","last_clean":"2023-10-13T23:59:34.725543+0000","last_became_active":"2023-10-13T23:59:33.716580+0000","last_became_peered":"2023-10-13T23:59:33.716580+0000","last_unstale":"2023-10-13T23:59:34.725543+0000","last_undegraded":"2023-10-13T23:59:34.725543+0000","last_fullsized":"2023-10-13T23:59:34.725543+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+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-15T01:14:08.455624+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.346685+0000","last_change":"2023-10-13T23:59:34.346685+0000","last_active":"2023-10-13T23:59:34.346685+0000","last_peered":"2023-10-13T23:59:34.346685+0000","last_clean":"2023-10-13T23:59:34.346685+0000","last_became_active":"2023-10-13T23:59:34.346344+0000","last_became_peered":"2023-10-13T23:59:34.346344+0000","last_unstale":"2023-10-13T23:59:34.346685+0000","last_undegraded":"2023-10-13T23:59:34.346685+0000","last_fullsized":"2023-10-13T23:59:34.346685+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:05:31.503332+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'2","reported_seq":13,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.725955+0000","last_change":"2023-10-13T23:59:33.707208+0000","last_active":"2023-10-13T23:59:34.725955+0000","last_peered":"2023-10-13T23:59:34.725955+0000","last_clean":"2023-10-13T23:59:34.725955+0000","last_became_active":"2023-10-13T23:59:33.706810+0000","last_became_peered":"2023-10-13T23:59:33.706810+0000","last_unstale":"2023-10-13T23:59:34.725955+0000","last_undegraded":"2023-10-13T23:59:34.725955+0000","last_fullsized":"2023-10-13T23:59:34.725955+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:17:11.713206+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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.339435+0000","last_change":"2023-10-13T23:59:34.339102+0000","last_active":"2023-10-13T23:59:34.339435+0000","last_peered":"2023-10-13T23:59:34.339435+0000","last_clean":"2023-10-13T23:59:34.339435+0000","last_became_active":"2023-10-13T23:59:34.338783+0000","last_became_peered":"2023-10-13T23:59:34.338783+0000","last_unstale":"2023-10-13T23:59:34.339435+0000","last_undegraded":"2023-10-13T23:59:34.339435+0000","last_fullsized":"2023-10-13T23:59:34.339435+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:32:43.409208+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'2","reported_seq":13,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.722415+0000","last_change":"2023-10-13T23:59:33.694764+0000","last_active":"2023-10-13T23:59:34.722415+0000","last_peered":"2023-10-13T23:59:34.722415+0000","last_clean":"2023-10-13T23:59:34.722415+0000","last_became_active":"2023-10-13T23:59:33.694270+0000","last_became_peered":"2023-10-13T23:59:33.694270+0000","last_unstale":"2023-10-13T23:59:34.722415+0000","last_undegraded":"2023-10-13T23:59:34.722415+0000","last_fullsized":"2023-10-13T23:59:34.722415+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:55:46.359217+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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.346830+0000","last_change":"2023-10-13T23:59:34.345679+0000","last_active":"2023-10-13T23:59:34.346830+0000","last_peered":"2023-10-13T23:59:34.346830+0000","last_clean":"2023-10-13T23:59:34.346830+0000","last_became_active":"2023-10-13T23:59:34.345392+0000","last_became_peered":"2023-10-13T23:59:34.345392+0000","last_unstale":"2023-10-13T23:59:34.346830+0000","last_undegraded":"2023-10-13T23:59:34.346830+0000","last_fullsized":"2023-10-13T23:59:34.346830+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:07:35.972775+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'1","reported_seq":12,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.721981+0000","last_change":"2023-10-13T23:59:33.715217+0000","last_active":"2023-10-13T23:59:34.721981+0000","last_peered":"2023-10-13T23:59:34.721981+0000","last_clean":"2023-10-13T23:59:34.721981+0000","last_became_active":"2023-10-13T23:59:33.714906+0000","last_became_peered":"2023-10-13T23:59:33.714906+0000","last_unstale":"2023-10-13T23:59:34.721981+0000","last_undegraded":"2023-10-13T23:59:34.721981+0000","last_fullsized":"2023-10-13T23:59:34.721981+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+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-15T07:43:07.912343+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.342559+0000","last_change":"2023-10-13T23:59:34.341268+0000","last_active":"2023-10-13T23:59:34.342559+0000","last_peered":"2023-10-13T23:59:34.342559+0000","last_clean":"2023-10-13T23:59:34.342559+0000","last_became_active":"2023-10-13T23:59:34.340904+0000","last_became_peered":"2023-10-13T23:59:34.340904+0000","last_unstale":"2023-10-13T23:59:34.342559+0000","last_undegraded":"2023-10-13T23:59:34.342559+0000","last_fullsized":"2023-10-13T23:59:34.342559+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:26:24.482169+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'1","reported_seq":12,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.721692+0000","last_change":"2023-10-13T23:59:33.688586+0000","last_active":"2023-10-13T23:59:34.721692+0000","last_peered":"2023-10-13T23:59:34.721692+0000","last_clean":"2023-10-13T23:59:34.721692+0000","last_became_active":"2023-10-13T23:59:33.687954+0000","last_became_peered":"2023-10-13T23:59:33.687954+0000","last_unstale":"2023-10-13T23:59:34.721692+0000","last_undegraded":"2023-10-13T23:59:34.721692+0000","last_fullsized":"2023-10-13T23:59:34.721692+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+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-15T10:09:45.774947+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.349041+0000","last_change":"2023-10-13T23:59:34.349041+0000","last_active":"2023-10-13T23:59:34.349041+0000","last_peered":"2023-10-13T23:59:34.349041+0000","last_clean":"2023-10-13T23:59:34.349041+0000","last_became_active":"2023-10-13T23:59:34.347927+0000","last_became_peered":"2023-10-13T23:59:34.347927+0000","last_unstale":"2023-10-13T23:59:34.349041+0000","last_undegraded":"2023-10-13T23:59:34.349041+0000","last_fullsized":"2023-10-13T23:59:34.349041+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:26:11.523470+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.332403+0000","last_change":"2023-10-13T23:59:33.714410+0000","last_active":"2023-10-13T23:59:34.332403+0000","last_peered":"2023-10-13T23:59:34.332403+0000","last_clean":"2023-10-13T23:59:34.332403+0000","last_became_active":"2023-10-13T23:59:33.714088+0000","last_became_peered":"2023-10-13T23:59:33.714088+0000","last_unstale":"2023-10-13T23:59:34.332403+0000","last_undegraded":"2023-10-13T23:59:34.332403+0000","last_fullsized":"2023-10-13T23:59:34.332403+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T10:01:30.204269+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.357688+0000","last_change":"2023-10-13T23:59:34.356614+0000","last_active":"2023-10-13T23:59:34.357688+0000","last_peered":"2023-10-13T23:59:34.357688+0000","last_clean":"2023-10-13T23:59:34.357688+0000","last_became_active":"2023-10-13T23:59:34.356264+0000","last_became_peered":"2023-10-13T23:59:34.356264+0000","last_unstale":"2023-10-13T23:59:34.357688+0000","last_undegraded":"2023-10-13T23:59:34.357688+0000","last_fullsized":"2023-10-13T23:59:34.357688+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:55:42.587380+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.332227+0000","last_change":"2023-10-13T23:59:33.696510+0000","last_active":"2023-10-13T23:59:34.332227+0000","last_peered":"2023-10-13T23:59:34.332227+0000","last_clean":"2023-10-13T23:59:34.332227+0000","last_became_active":"2023-10-13T23:59:33.696216+0000","last_became_peered":"2023-10-13T23:59:33.696216+0000","last_unstale":"2023-10-13T23:59:34.332227+0000","last_undegraded":"2023-10-13T23:59:34.332227+0000","last_fullsized":"2023-10-13T23:59:34.332227+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:57:41.602703+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.348567+0000","last_change":"2023-10-13T23:59:34.346838+0000","last_active":"2023-10-13T23:59:34.348567+0000","last_peered":"2023-10-13T23:59:34.348567+0000","last_clean":"2023-10-13T23:59:34.348567+0000","last_became_active":"2023-10-13T23:59:34.346528+0000","last_became_peered":"2023-10-13T23:59:34.346528+0000","last_unstale":"2023-10-13T23:59:34.348567+0000","last_undegraded":"2023-10-13T23:59:34.348567+0000","last_fullsized":"2023-10-13T23:59:34.348567+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:51:12.750164+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.319222+0000","last_change":"2023-10-13T23:59:33.692710+0000","last_active":"2023-10-13T23:59:34.319222+0000","last_peered":"2023-10-13T23:59:34.319222+0000","last_clean":"2023-10-13T23:59:34.319222+0000","last_became_active":"2023-10-13T23:59:33.692410+0000","last_became_peered":"2023-10-13T23:59:33.692410+0000","last_unstale":"2023-10-13T23:59:34.319222+0000","last_undegraded":"2023-10-13T23:59:34.319222+0000","last_fullsized":"2023-10-13T23:59:34.319222+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T00:12:58.696971+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.340003+0000","last_change":"2023-10-13T23:59:34.339631+0000","last_active":"2023-10-13T23:59:34.340003+0000","last_peered":"2023-10-13T23:59:34.340003+0000","last_clean":"2023-10-13T23:59:34.340003+0000","last_became_active":"2023-10-13T23:59:34.339086+0000","last_became_peered":"2023-10-13T23:59:34.339086+0000","last_unstale":"2023-10-13T23:59:34.340003+0000","last_undegraded":"2023-10-13T23:59:34.340003+0000","last_fullsized":"2023-10-13T23:59:34.340003+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:23:48.867319+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.324530+0000","last_change":"2023-10-13T23:59:33.705084+0000","last_active":"2023-10-13T23:59:34.324530+0000","last_peered":"2023-10-13T23:59:34.324530+0000","last_clean":"2023-10-13T23:59:34.324530+0000","last_became_active":"2023-10-13T23:59:33.704781+0000","last_became_peered":"2023-10-13T23:59:33.704781+0000","last_unstale":"2023-10-13T23:59:34.324530+0000","last_undegraded":"2023-10-13T23:59:34.324530+0000","last_fullsized":"2023-10-13T23:59:34.324530+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:04:48.517545+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.346954+0000","last_change":"2023-10-13T23:59:34.346954+0000","last_active":"2023-10-13T23:59:34.346954+0000","last_peered":"2023-10-13T23:59:34.346954+0000","last_clean":"2023-10-13T23:59:34.346954+0000","last_became_active":"2023-10-13T23:59:34.346493+0000","last_became_peered":"2023-10-13T23:59:34.346493+0000","last_unstale":"2023-10-13T23:59:34.346954+0000","last_undegraded":"2023-10-13T23:59:34.346954+0000","last_fullsized":"2023-10-13T23:59:34.346954+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:58:13.742863+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'3","reported_seq":14,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.725919+0000","last_change":"2023-10-13T23:59:33.717337+0000","last_active":"2023-10-13T23:59:34.725919+0000","last_peered":"2023-10-13T23:59:34.725919+0000","last_clean":"2023-10-13T23:59:34.725919+0000","last_became_active":"2023-10-13T23:59:33.716324+0000","last_became_peered":"2023-10-13T23:59:33.716324+0000","last_unstale":"2023-10-13T23:59:34.725919+0000","last_undegraded":"2023-10-13T23:59:34.725919+0000","last_fullsized":"2023-10-13T23:59:34.725919+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+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-15T06:39:01.510835+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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.342598+0000","last_change":"2023-10-13T23:59:34.341541+0000","last_active":"2023-10-13T23:59:34.342598+0000","last_peered":"2023-10-13T23:59:34.342598+0000","last_clean":"2023-10-13T23:59:34.342598+0000","last_became_active":"2023-10-13T23:59:34.340293+0000","last_became_peered":"2023-10-13T23:59:34.340293+0000","last_unstale":"2023-10-13T23:59:34.342598+0000","last_undegraded":"2023-10-13T23:59:34.342598+0000","last_fullsized":"2023-10-13T23:59:34.342598+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:30:14.852941+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'6","reported_seq":17,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.725092+0000","last_change":"2023-10-13T23:59:33.713000+0000","last_active":"2023-10-13T23:59:34.725092+0000","last_peered":"2023-10-13T23:59:34.725092+0000","last_clean":"2023-10-13T23:59:34.725092+0000","last_became_active":"2023-10-13T23:59:33.712731+0000","last_became_peered":"2023-10-13T23:59:33.712731+0000","last_unstale":"2023-10-13T23:59:34.725092+0000","last_undegraded":"2023-10-13T23:59:34.725092+0000","last_fullsized":"2023-10-13T23:59:34.725092+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":6,"log_dups_size":0,"ondisk_log_size":6,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:13:05.682823+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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.344672+0000","last_change":"2023-10-13T23:59:34.342156+0000","last_active":"2023-10-13T23:59:34.344672+0000","last_peered":"2023-10-13T23:59:34.344672+0000","last_clean":"2023-10-13T23:59:34.344672+0000","last_became_active":"2023-10-13T23:59:34.341866+0000","last_became_peered":"2023-10-13T23:59:34.341866+0000","last_unstale":"2023-10-13T23:59:34.344672+0000","last_undegraded":"2023-10-13T23:59:34.344672+0000","last_fullsized":"2023-10-13T23:59:34.344672+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T00:42:02.308291+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'2","reported_seq":12,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.725346+0000","last_change":"2023-10-13T23:59:33.715359+0000","last_active":"2023-10-13T23:59:34.725346+0000","last_peered":"2023-10-13T23:59:34.725346+0000","last_clean":"2023-10-13T23:59:34.725346+0000","last_became_active":"2023-10-13T23:59:33.715075+0000","last_became_peered":"2023-10-13T23:59:33.715075+0000","last_unstale":"2023-10-13T23:59:34.725346+0000","last_undegraded":"2023-10-13T23:59:34.725346+0000","last_fullsized":"2023-10-13T23:59:34.725346+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:03:23.079653+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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.345192+0000","last_change":"2023-10-13T23:59:34.345192+0000","last_active":"2023-10-13T23:59:34.345192+0000","last_peered":"2023-10-13T23:59:34.345192+0000","last_clean":"2023-10-13T23:59:34.345192+0000","last_became_active":"2023-10-13T23:59:34.344533+0000","last_became_peered":"2023-10-13T23:59:34.344533+0000","last_unstale":"2023-10-13T23:59:34.345192+0000","last_undegraded":"2023-10-13T23:59:34.345192+0000","last_fullsized":"2023-10-13T23:59:34.345192+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:17:16.673778+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.327811+0000","last_change":"2023-10-13T23:59:33.705458+0000","last_active":"2023-10-13T23:59:34.327811+0000","last_peered":"2023-10-13T23:59:34.327811+0000","last_clean":"2023-10-13T23:59:34.327811+0000","last_became_active":"2023-10-13T23:59:33.705100+0000","last_became_peered":"2023-10-13T23:59:33.705100+0000","last_unstale":"2023-10-13T23:59:34.327811+0000","last_undegraded":"2023-10-13T23:59:34.327811+0000","last_fullsized":"2023-10-13T23:59:34.327811+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:11:04.580536+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.345038+0000","last_change":"2023-10-13T23:59:34.342357+0000","last_active":"2023-10-13T23:59:34.345038+0000","last_peered":"2023-10-13T23:59:34.345038+0000","last_clean":"2023-10-13T23:59:34.345038+0000","last_became_active":"2023-10-13T23:59:34.341670+0000","last_became_peered":"2023-10-13T23:59:34.341670+0000","last_unstale":"2023-10-13T23:59:34.345038+0000","last_undegraded":"2023-10-13T23:59:34.345038+0000","last_fullsized":"2023-10-13T23:59:34.345038+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T10:48:43.940394+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.318617+0000","last_change":"2023-10-13T23:59:33.693408+0000","last_active":"2023-10-13T23:59:34.318617+0000","last_peered":"2023-10-13T23:59:34.318617+0000","last_clean":"2023-10-13T23:59:34.318617+0000","last_became_active":"2023-10-13T23:59:33.693068+0000","last_became_peered":"2023-10-13T23:59:33.693068+0000","last_unstale":"2023-10-13T23:59:34.318617+0000","last_undegraded":"2023-10-13T23:59:34.318617+0000","last_fullsized":"2023-10-13T23:59:34.318617+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T10:17:32.693557+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.352577+0000","last_change":"2023-10-13T23:59:34.349531+0000","last_active":"2023-10-13T23:59:34.352577+0000","last_peered":"2023-10-13T23:59:34.352577+0000","last_clean":"2023-10-13T23:59:34.352577+0000","last_became_active":"2023-10-13T23:59:34.349157+0000","last_became_peered":"2023-10-13T23:59:34.349157+0000","last_unstale":"2023-10-13T23:59:34.352577+0000","last_undegraded":"2023-10-13T23:59:34.352577+0000","last_fullsized":"2023-10-13T23:59:34.352577+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:10:39.317754+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'8","reported_seq":19,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.726705+0000","last_change":"2023-10-13T23:59:33.707683+0000","last_active":"2023-10-13T23:59:34.726705+0000","last_peered":"2023-10-13T23:59:34.726705+0000","last_clean":"2023-10-13T23:59:34.726705+0000","last_became_active":"2023-10-13T23:59:33.707369+0000","last_became_peered":"2023-10-13T23:59:33.707369+0000","last_unstale":"2023-10-13T23:59:34.726705+0000","last_undegraded":"2023-10-13T23:59:34.726705+0000","last_fullsized":"2023-10-13T23:59:34.726705+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+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-15T08:11:40.926328+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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.344596+0000","last_change":"2023-10-13T23:59:34.341642+0000","last_active":"2023-10-13T23:59:34.344596+0000","last_peered":"2023-10-13T23:59:34.344596+0000","last_clean":"2023-10-13T23:59:34.344596+0000","last_became_active":"2023-10-13T23:59:34.341342+0000","last_became_peered":"2023-10-13T23:59:34.341342+0000","last_unstale":"2023-10-13T23:59:34.344596+0000","last_undegraded":"2023-10-13T23:59:34.344596+0000","last_fullsized":"2023-10-13T23:59:34.344596+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T08:33:24.614123+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'1","reported_seq":12,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.726206+0000","last_change":"2023-10-13T23:59:33.707315+0000","last_active":"2023-10-13T23:59:34.726206+0000","last_peered":"2023-10-13T23:59:34.726206+0000","last_clean":"2023-10-13T23:59:34.726206+0000","last_became_active":"2023-10-13T23:59:33.706923+0000","last_became_peered":"2023-10-13T23:59:33.706923+0000","last_unstale":"2023-10-13T23:59:34.726206+0000","last_undegraded":"2023-10-13T23:59:34.726206+0000","last_fullsized":"2023-10-13T23:59:34.726206+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+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-15T03:51:24.127200+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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.343592+0000","last_change":"2023-10-13T23:59:34.341341+0000","last_active":"2023-10-13T23:59:34.343592+0000","last_peered":"2023-10-13T23:59:34.343592+0000","last_clean":"2023-10-13T23:59:34.343592+0000","last_became_active":"2023-10-13T23:59:34.341053+0000","last_became_peered":"2023-10-13T23:59:34.341053+0000","last_unstale":"2023-10-13T23:59:34.343592+0000","last_undegraded":"2023-10-13T23:59:34.343592+0000","last_fullsized":"2023-10-13T23:59:34.343592+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:12:36.476139+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.332631+0000","last_change":"2023-10-13T23:59:33.707696+0000","last_active":"2023-10-13T23:59:34.332631+0000","last_peered":"2023-10-13T23:59:34.332631+0000","last_clean":"2023-10-13T23:59:34.332631+0000","last_became_active":"2023-10-13T23:59:33.707358+0000","last_became_peered":"2023-10-13T23:59:33.707358+0000","last_unstale":"2023-10-13T23:59:34.332631+0000","last_undegraded":"2023-10-13T23:59:34.332631+0000","last_fullsized":"2023-10-13T23:59:34.332631+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:19:31.743436+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.352627+0000","last_change":"2023-10-13T23:59:34.348157+0000","last_active":"2023-10-13T23:59:34.352627+0000","last_peered":"2023-10-13T23:59:34.352627+0000","last_clean":"2023-10-13T23:59:34.352627+0000","last_became_active":"2023-10-13T23:59:34.347833+0000","last_became_peered":"2023-10-13T23:59:34.347833+0000","last_unstale":"2023-10-13T23:59:34.352627+0000","last_undegraded":"2023-10-13T23:59:34.352627+0000","last_fullsized":"2023-10-13T23:59:34.352627+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:13:27.045911+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.327685+0000","last_change":"2023-10-13T23:59:33.716765+0000","last_active":"2023-10-13T23:59:34.327685+0000","last_peered":"2023-10-13T23:59:34.327685+0000","last_clean":"2023-10-13T23:59:34.327685+0000","last_became_active":"2023-10-13T23:59:33.716413+0000","last_became_peered":"2023-10-13T23:59:33.716413+0000","last_unstale":"2023-10-13T23:59:34.327685+0000","last_undegraded":"2023-10-13T23:59:34.327685+0000","last_fullsized":"2023-10-13T23:59:34.327685+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T05:11:10.872613+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.346355+0000","last_change":"2023-10-13T23:59:34.344904+0000","last_active":"2023-10-13T23:59:34.346355+0000","last_peered":"2023-10-13T23:59:34.346355+0000","last_clean":"2023-10-13T23:59:34.346355+0000","last_became_active":"2023-10-13T23:59:34.344578+0000","last_became_peered":"2023-10-13T23:59:34.344578+0000","last_unstale":"2023-10-13T23:59:34.346355+0000","last_undegraded":"2023-10-13T23:59:34.346355+0000","last_fullsized":"2023-10-13T23:59:34.346355+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:53:25.819205+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.347055+0000","last_change":"2023-10-13T23:59:34.345399+0000","last_active":"2023-10-13T23:59:34.347055+0000","last_peered":"2023-10-13T23:59:34.347055+0000","last_clean":"2023-10-13T23:59:34.347055+0000","last_became_active":"2023-10-13T23:59:34.344951+0000","last_became_peered":"2023-10-13T23:59:34.344951+0000","last_unstale":"2023-10-13T23:59:34.347055+0000","last_undegraded":"2023-10-13T23:59:34.347055+0000","last_fullsized":"2023-10-13T23:59:34.347055+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:27:01.403692+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.327834+0000","last_change":"2023-10-13T23:59:33.697283+0000","last_active":"2023-10-13T23:59:34.327834+0000","last_peered":"2023-10-13T23:59:34.327834+0000","last_clean":"2023-10-13T23:59:34.327834+0000","last_became_active":"2023-10-13T23:59:33.696927+0000","last_became_peered":"2023-10-13T23:59:33.696927+0000","last_unstale":"2023-10-13T23:59:34.327834+0000","last_undegraded":"2023-10-13T23:59:34.327834+0000","last_fullsized":"2023-10-13T23:59:34.327834+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T10:55:54.826314+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.351405+0000","last_change":"2023-10-13T23:59:34.341870+0000","last_active":"2023-10-13T23:59:34.351405+0000","last_peered":"2023-10-13T23:59:34.351405+0000","last_clean":"2023-10-13T23:59:34.351405+0000","last_became_active":"2023-10-13T23:59:34.340813+0000","last_became_peered":"2023-10-13T23:59:34.340813+0000","last_unstale":"2023-10-13T23:59:34.351405+0000","last_undegraded":"2023-10-13T23:59:34.351405+0000","last_fullsized":"2023-10-13T23:59:34.351405+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:44:09.881102+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.323168+0000","last_change":"2023-10-13T23:59:33.705101+0000","last_active":"2023-10-13T23:59:34.323168+0000","last_peered":"2023-10-13T23:59:34.323168+0000","last_clean":"2023-10-13T23:59:34.323168+0000","last_became_active":"2023-10-13T23:59:33.704786+0000","last_became_peered":"2023-10-13T23:59:33.704786+0000","last_unstale":"2023-10-13T23:59:34.323168+0000","last_undegraded":"2023-10-13T23:59:34.323168+0000","last_fullsized":"2023-10-13T23:59:34.323168+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:36:08.852164+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"21'117","reported_seq":231,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.331116+0000","last_change":"2023-10-13T23:59:23.366826+0000","last_active":"2023-10-13T23:59:34.331116+0000","last_peered":"2023-10-13T23:59:34.331116+0000","last_clean":"2023-10-13T23:59:34.331116+0000","last_became_active":"2023-10-13T23:59:23.366362+0000","last_became_peered":"2023-10-13T23:59:23.366362+0000","last_unstale":"2023-10-13T23:59:34.331116+0000","last_undegraded":"2023-10-13T23:59:34.331116+0000","last_fullsized":"2023-10-13T23:59:34.331116+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":55,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:57:57.119812+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:57:57.119812+0000","last_clean_scrub_stamp":"2023-10-13T23:57:57.119812+0000","objects_scrubbed":0,"log_size":117,"log_dups_size":0,"ondisk_log_size":117,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:24:23.123942+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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.346039+0000","last_change":"2023-10-13T23:59:34.346039+0000","last_active":"2023-10-13T23:59:34.346039+0000","last_peered":"2023-10-13T23:59:34.346039+0000","last_clean":"2023-10-13T23:59:34.346039+0000","last_became_active":"2023-10-13T23:59:34.345727+0000","last_became_peered":"2023-10-13T23:59:34.345727+0000","last_unstale":"2023-10-13T23:59:34.346039+0000","last_undegraded":"2023-10-13T23:59:34.346039+0000","last_fullsized":"2023-10-13T23:59:34.346039+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T08:38:24.276851+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.331217+0000","last_change":"2023-10-13T23:59:33.707727+0000","last_active":"2023-10-13T23:59:34.331217+0000","last_peered":"2023-10-13T23:59:34.331217+0000","last_clean":"2023-10-13T23:59:34.331217+0000","last_became_active":"2023-10-13T23:59:33.707354+0000","last_became_peered":"2023-10-13T23:59:33.707354+0000","last_unstale":"2023-10-13T23:59:34.331217+0000","last_undegraded":"2023-10-13T23:59:34.331217+0000","last_fullsized":"2023-10-13T23:59:34.331217+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:45:58.598980+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.327961+0000","last_change":"2023-10-13T23:59:33.707972+0000","last_active":"2023-10-13T23:59:34.327961+0000","last_peered":"2023-10-13T23:59:34.327961+0000","last_clean":"2023-10-13T23:59:34.327961+0000","last_became_active":"2023-10-13T23:59:33.707708+0000","last_became_peered":"2023-10-13T23:59:33.707708+0000","last_unstale":"2023-10-13T23:59:34.327961+0000","last_undegraded":"2023-10-13T23:59:34.327961+0000","last_fullsized":"2023-10-13T23:59:34.327961+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T05:26:00.995748+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.347828+0000","last_change":"2023-10-13T23:59:34.345284+0000","last_active":"2023-10-13T23:59:34.347828+0000","last_peered":"2023-10-13T23:59:34.347828+0000","last_clean":"2023-10-13T23:59:34.347828+0000","last_became_active":"2023-10-13T23:59:34.344891+0000","last_became_peered":"2023-10-13T23:59:34.344891+0000","last_unstale":"2023-10-13T23:59:34.347828+0000","last_undegraded":"2023-10-13T23:59:34.347828+0000","last_fullsized":"2023-10-13T23:59:34.347828+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:52:10.341092+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"0'0","reported_seq":11,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.333662+0000","last_change":"2023-10-13T23:59:33.717214+0000","last_active":"2023-10-13T23:59:34.333662+0000","last_peered":"2023-10-13T23:59:34.333662+0000","last_clean":"2023-10-13T23:59:34.333662+0000","last_became_active":"2023-10-13T23:59:33.716865+0000","last_became_peered":"2023-10-13T23:59:33.716865+0000","last_unstale":"2023-10-13T23:59:34.333662+0000","last_undegraded":"2023-10-13T23:59:34.333662+0000","last_fullsized":"2023-10-13T23:59:34.333662+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:32:19.406739+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.356590+0000","last_change":"2023-10-13T23:59:34.355359+0000","last_active":"2023-10-13T23:59:34.356590+0000","last_peered":"2023-10-13T23:59:34.356590+0000","last_clean":"2023-10-13T23:59:34.356590+0000","last_became_active":"2023-10-13T23:59:34.354944+0000","last_became_peered":"2023-10-13T23:59:34.354944+0000","last_unstale":"2023-10-13T23:59:34.356590+0000","last_undegraded":"2023-10-13T23:59:34.356590+0000","last_fullsized":"2023-10-13T23:59:34.356590+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:15:09.199704+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'2","reported_seq":13,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.725945+0000","last_change":"2023-10-13T23:59:33.688208+0000","last_active":"2023-10-13T23:59:34.725945+0000","last_peered":"2023-10-13T23:59:34.725945+0000","last_clean":"2023-10-13T23:59:34.725945+0000","last_became_active":"2023-10-13T23:59:33.687789+0000","last_became_peered":"2023-10-13T23:59:33.687789+0000","last_unstale":"2023-10-13T23:59:34.725945+0000","last_undegraded":"2023-10-13T23:59:34.725945+0000","last_fullsized":"2023-10-13T23:59:34.725945+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:46:20.943456+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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.348885+0000","last_change":"2023-10-13T23:59:34.348885+0000","last_active":"2023-10-13T23:59:34.348885+0000","last_peered":"2023-10-13T23:59:34.348885+0000","last_clean":"2023-10-13T23:59:34.348885+0000","last_became_active":"2023-10-13T23:59:34.348510+0000","last_became_peered":"2023-10-13T23:59:34.348510+0000","last_unstale":"2023-10-13T23:59:34.348885+0000","last_undegraded":"2023-10-13T23:59:34.348885+0000","last_fullsized":"2023-10-13T23:59:34.348885+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T00:34:26.989577+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.331025+0000","last_change":"2023-10-13T23:59:33.708153+0000","last_active":"2023-10-13T23:59:34.331025+0000","last_peered":"2023-10-13T23:59:34.331025+0000","last_clean":"2023-10-13T23:59:34.331025+0000","last_became_active":"2023-10-13T23:59:33.707833+0000","last_became_peered":"2023-10-13T23:59:33.707833+0000","last_unstale":"2023-10-13T23:59:34.331025+0000","last_undegraded":"2023-10-13T23:59:34.331025+0000","last_fullsized":"2023-10-13T23:59:34.331025+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:45:18.724244+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.342534+0000","last_change":"2023-10-13T23:59:34.341356+0000","last_active":"2023-10-13T23:59:34.342534+0000","last_peered":"2023-10-13T23:59:34.342534+0000","last_clean":"2023-10-13T23:59:34.342534+0000","last_became_active":"2023-10-13T23:59:34.339987+0000","last_became_peered":"2023-10-13T23:59:34.339987+0000","last_unstale":"2023-10-13T23:59:34.342534+0000","last_undegraded":"2023-10-13T23:59:34.342534+0000","last_fullsized":"2023-10-13T23:59:34.342534+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T08:20:45.762213+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.331265+0000","last_change":"2023-10-13T23:59:33.706356+0000","last_active":"2023-10-13T23:59:34.331265+0000","last_peered":"2023-10-13T23:59:34.331265+0000","last_clean":"2023-10-13T23:59:34.331265+0000","last_became_active":"2023-10-13T23:59:33.705748+0000","last_became_peered":"2023-10-13T23:59:33.705748+0000","last_unstale":"2023-10-13T23:59:34.331265+0000","last_undegraded":"2023-10-13T23:59:34.331265+0000","last_fullsized":"2023-10-13T23:59:34.331265+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:22:26.347395+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.357403+0000","last_change":"2023-10-13T23:59:34.350769+0000","last_active":"2023-10-13T23:59:34.357403+0000","last_peered":"2023-10-13T23:59:34.357403+0000","last_clean":"2023-10-13T23:59:34.357403+0000","last_became_active":"2023-10-13T23:59:34.349831+0000","last_became_peered":"2023-10-13T23:59:34.349831+0000","last_unstale":"2023-10-13T23:59:34.357403+0000","last_undegraded":"2023-10-13T23:59:34.357403+0000","last_fullsized":"2023-10-13T23:59:34.357403+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:32:13.027672+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.333862+0000","last_change":"2023-10-13T23:59:33.708281+0000","last_active":"2023-10-13T23:59:34.333862+0000","last_peered":"2023-10-13T23:59:34.333862+0000","last_clean":"2023-10-13T23:59:34.333862+0000","last_became_active":"2023-10-13T23:59:33.707969+0000","last_became_peered":"2023-10-13T23:59:33.707969+0000","last_unstale":"2023-10-13T23:59:34.333862+0000","last_undegraded":"2023-10-13T23:59:34.333862+0000","last_fullsized":"2023-10-13T23:59:34.333862+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:31:17.336351+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.356786+0000","last_change":"2023-10-13T23:59:34.355278+0000","last_active":"2023-10-13T23:59:34.356786+0000","last_peered":"2023-10-13T23:59:34.356786+0000","last_clean":"2023-10-13T23:59:34.356786+0000","last_became_active":"2023-10-13T23:59:34.354897+0000","last_became_peered":"2023-10-13T23:59:34.354897+0000","last_unstale":"2023-10-13T23:59:34.356786+0000","last_undegraded":"2023-10-13T23:59:34.356786+0000","last_fullsized":"2023-10-13T23:59:34.356786+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T00:27:55.578745+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'2","reported_seq":13,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.721670+0000","last_change":"2023-10-13T23:59:33.696384+0000","last_active":"2023-10-13T23:59:34.721670+0000","last_peered":"2023-10-13T23:59:34.721670+0000","last_clean":"2023-10-13T23:59:34.721670+0000","last_became_active":"2023-10-13T23:59:33.696142+0000","last_became_peered":"2023-10-13T23:59:33.696142+0000","last_unstale":"2023-10-13T23:59:34.721670+0000","last_undegraded":"2023-10-13T23:59:34.721670+0000","last_fullsized":"2023-10-13T23:59:34.721670+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T00:29:27.507159+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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.339676+0000","last_change":"2023-10-13T23:59:34.338807+0000","last_active":"2023-10-13T23:59:34.339676+0000","last_peered":"2023-10-13T23:59:34.339676+0000","last_clean":"2023-10-13T23:59:34.339676+0000","last_became_active":"2023-10-13T23:59:34.338462+0000","last_became_peered":"2023-10-13T23:59:34.338462+0000","last_unstale":"2023-10-13T23:59:34.339676+0000","last_undegraded":"2023-10-13T23:59:34.339676+0000","last_fullsized":"2023-10-13T23:59:34.339676+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:08:18.629276+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.327096+0000","last_change":"2023-10-13T23:59:33.697424+0000","last_active":"2023-10-13T23:59:34.327096+0000","last_peered":"2023-10-13T23:59:34.327096+0000","last_clean":"2023-10-13T23:59:34.327096+0000","last_became_active":"2023-10-13T23:59:33.697081+0000","last_became_peered":"2023-10-13T23:59:33.697081+0000","last_unstale":"2023-10-13T23:59:34.327096+0000","last_undegraded":"2023-10-13T23:59:34.327096+0000","last_fullsized":"2023-10-13T23:59:34.327096+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T10:38:09.716078+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.337592+0000","last_change":"2023-10-13T23:59:34.336000+0000","last_active":"2023-10-13T23:59:34.337592+0000","last_peered":"2023-10-13T23:59:34.337592+0000","last_clean":"2023-10-13T23:59:34.337592+0000","last_became_active":"2023-10-13T23:59:34.335679+0000","last_became_peered":"2023-10-13T23:59:34.335679+0000","last_unstale":"2023-10-13T23:59:34.337592+0000","last_undegraded":"2023-10-13T23:59:34.337592+0000","last_fullsized":"2023-10-13T23:59:34.337592+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:11:07.825463+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'1","reported_seq":12,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.723993+0000","last_change":"2023-10-13T23:59:33.717011+0000","last_active":"2023-10-13T23:59:34.723993+0000","last_peered":"2023-10-13T23:59:34.723993+0000","last_clean":"2023-10-13T23:59:34.723993+0000","last_became_active":"2023-10-13T23:59:33.716688+0000","last_became_peered":"2023-10-13T23:59:33.716688+0000","last_unstale":"2023-10-13T23:59:34.723993+0000","last_undegraded":"2023-10-13T23:59:34.723993+0000","last_fullsized":"2023-10-13T23:59:34.723993+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+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-15T11:25:49.671679+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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.344977+0000","last_change":"2023-10-13T23:59:34.343982+0000","last_active":"2023-10-13T23:59:34.344977+0000","last_peered":"2023-10-13T23:59:34.344977+0000","last_clean":"2023-10-13T23:59:34.344977+0000","last_became_active":"2023-10-13T23:59:34.339928+0000","last_became_peered":"2023-10-13T23:59:34.339928+0000","last_unstale":"2023-10-13T23:59:34.344977+0000","last_undegraded":"2023-10-13T23:59:34.344977+0000","last_fullsized":"2023-10-13T23:59:34.344977+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T10:35:07.777873+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'2","reported_seq":13,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.725213+0000","last_change":"2023-10-13T23:59:33.713850+0000","last_active":"2023-10-13T23:59:34.725213+0000","last_peered":"2023-10-13T23:59:34.725213+0000","last_clean":"2023-10-13T23:59:34.725213+0000","last_became_active":"2023-10-13T23:59:33.713539+0000","last_became_peered":"2023-10-13T23:59:33.713539+0000","last_unstale":"2023-10-13T23:59:34.725213+0000","last_undegraded":"2023-10-13T23:59:34.725213+0000","last_fullsized":"2023-10-13T23:59:34.725213+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:16:23.252033+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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.351904+0000","last_change":"2023-10-13T23:59:34.350039+0000","last_active":"2023-10-13T23:59:34.351904+0000","last_peered":"2023-10-13T23:59:34.351904+0000","last_clean":"2023-10-13T23:59:34.351904+0000","last_became_active":"2023-10-13T23:59:34.348875+0000","last_became_peered":"2023-10-13T23:59:34.348875+0000","last_unstale":"2023-10-13T23:59:34.351904+0000","last_undegraded":"2023-10-13T23:59:34.351904+0000","last_fullsized":"2023-10-13T23:59:34.351904+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:09:45.354595+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.352605+0000","last_change":"2023-10-13T23:59:34.350351+0000","last_active":"2023-10-13T23:59:34.352605+0000","last_peered":"2023-10-13T23:59:34.352605+0000","last_clean":"2023-10-13T23:59:34.352605+0000","last_became_active":"2023-10-13T23:59:34.348762+0000","last_became_peered":"2023-10-13T23:59:34.348762+0000","last_unstale":"2023-10-13T23:59:34.352605+0000","last_undegraded":"2023-10-13T23:59:34.352605+0000","last_fullsized":"2023-10-13T23:59:34.352605+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:19:09.198972+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.343444+0000","last_change":"2023-10-13T23:59:34.339932+0000","last_active":"2023-10-13T23:59:34.343444+0000","last_peered":"2023-10-13T23:59:34.343444+0000","last_clean":"2023-10-13T23:59:34.343444+0000","last_became_active":"2023-10-13T23:59:34.339591+0000","last_became_peered":"2023-10-13T23:59:34.339591+0000","last_unstale":"2023-10-13T23:59:34.343444+0000","last_undegraded":"2023-10-13T23:59:34.343444+0000","last_fullsized":"2023-10-13T23:59:34.343444+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:30:04.152690+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.352646+0000","last_change":"2023-10-13T23:59:34.348180+0000","last_active":"2023-10-13T23:59:34.352646+0000","last_peered":"2023-10-13T23:59:34.352646+0000","last_clean":"2023-10-13T23:59:34.352646+0000","last_became_active":"2023-10-13T23:59:34.347394+0000","last_became_peered":"2023-10-13T23:59:34.347394+0000","last_unstale":"2023-10-13T23:59:34.352646+0000","last_undegraded":"2023-10-13T23:59:34.352646+0000","last_fullsized":"2023-10-13T23:59:34.352646+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T05:44:06.045340+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.349265+0000","last_change":"2023-10-13T23:59:34.349265+0000","last_active":"2023-10-13T23:59:34.349265+0000","last_peered":"2023-10-13T23:59:34.349265+0000","last_clean":"2023-10-13T23:59:34.349265+0000","last_became_active":"2023-10-13T23:59:34.348457+0000","last_became_peered":"2023-10-13T23:59:34.348457+0000","last_unstale":"2023-10-13T23:59:34.349265+0000","last_undegraded":"2023-10-13T23:59:34.349265+0000","last_fullsized":"2023-10-13T23:59:34.349265+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:44:19.710390+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.355930+0000","last_change":"2023-10-13T23:59:34.354860+0000","last_active":"2023-10-13T23:59:34.355930+0000","last_peered":"2023-10-13T23:59:34.355930+0000","last_clean":"2023-10-13T23:59:34.355930+0000","last_became_active":"2023-10-13T23:59:34.354549+0000","last_became_peered":"2023-10-13T23:59:34.354549+0000","last_unstale":"2023-10-13T23:59:34.355930+0000","last_undegraded":"2023-10-13T23:59:34.355930+0000","last_fullsized":"2023-10-13T23:59:34.355930+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:58:45.683240+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.356925+0000","last_change":"2023-10-13T23:59:34.350225+0000","last_active":"2023-10-13T23:59:34.356925+0000","last_peered":"2023-10-13T23:59:34.356925+0000","last_clean":"2023-10-13T23:59:34.356925+0000","last_became_active":"2023-10-13T23:59:34.349903+0000","last_became_peered":"2023-10-13T23:59:34.349903+0000","last_unstale":"2023-10-13T23:59:34.356925+0000","last_undegraded":"2023-10-13T23:59:34.356925+0000","last_fullsized":"2023-10-13T23:59:34.356925+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:18:12.663674+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.332699+0000","last_change":"2023-10-13T23:59:34.331157+0000","last_active":"2023-10-13T23:59:34.332699+0000","last_peered":"2023-10-13T23:59:34.332699+0000","last_clean":"2023-10-13T23:59:34.332699+0000","last_became_active":"2023-10-13T23:59:34.330814+0000","last_became_peered":"2023-10-13T23:59:34.330814+0000","last_unstale":"2023-10-13T23:59:34.332699+0000","last_undegraded":"2023-10-13T23:59:34.332699+0000","last_fullsized":"2023-10-13T23:59:34.332699+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:32:54.762020+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.354317+0000","last_change":"2023-10-13T23:59:34.353622+0000","last_active":"2023-10-13T23:59:34.354317+0000","last_peered":"2023-10-13T23:59:34.354317+0000","last_clean":"2023-10-13T23:59:34.354317+0000","last_became_active":"2023-10-13T23:59:34.353317+0000","last_became_peered":"2023-10-13T23:59:34.353317+0000","last_unstale":"2023-10-13T23:59:34.354317+0000","last_undegraded":"2023-10-13T23:59:34.354317+0000","last_fullsized":"2023-10-13T23:59:34.354317+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:30:47.847305+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.341942+0000","last_change":"2023-10-13T23:59:34.340530+0000","last_active":"2023-10-13T23:59:34.341942+0000","last_peered":"2023-10-13T23:59:34.341942+0000","last_clean":"2023-10-13T23:59:34.341942+0000","last_became_active":"2023-10-13T23:59:34.340157+0000","last_became_peered":"2023-10-13T23:59:34.340157+0000","last_unstale":"2023-10-13T23:59:34.341942+0000","last_undegraded":"2023-10-13T23:59:34.341942+0000","last_fullsized":"2023-10-13T23:59:34.341942+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:48:54.068275+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.352012+0000","last_change":"2023-10-13T23:59:34.349514+0000","last_active":"2023-10-13T23:59:34.352012+0000","last_peered":"2023-10-13T23:59:34.352012+0000","last_clean":"2023-10-13T23:59:34.352012+0000","last_became_active":"2023-10-13T23:59:34.349057+0000","last_became_peered":"2023-10-13T23:59:34.349057+0000","last_unstale":"2023-10-13T23:59:34.352012+0000","last_undegraded":"2023-10-13T23:59:34.352012+0000","last_fullsized":"2023-10-13T23:59:34.352012+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:50:23.628513+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.337039+0000","last_change":"2023-10-13T23:59:34.335647+0000","last_active":"2023-10-13T23:59:34.337039+0000","last_peered":"2023-10-13T23:59:34.337039+0000","last_clean":"2023-10-13T23:59:34.337039+0000","last_became_active":"2023-10-13T23:59:34.335341+0000","last_became_peered":"2023-10-13T23:59:34.335341+0000","last_unstale":"2023-10-13T23:59:34.337039+0000","last_undegraded":"2023-10-13T23:59:34.337039+0000","last_fullsized":"2023-10-13T23:59:34.337039+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T10:34:15.630881+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.351925+0000","last_change":"2023-10-13T23:59:34.351925+0000","last_active":"2023-10-13T23:59:34.351925+0000","last_peered":"2023-10-13T23:59:34.351925+0000","last_clean":"2023-10-13T23:59:34.351925+0000","last_became_active":"2023-10-13T23:59:34.347473+0000","last_became_peered":"2023-10-13T23:59:34.347473+0000","last_unstale":"2023-10-13T23:59:34.351925+0000","last_undegraded":"2023-10-13T23:59:34.351925+0000","last_fullsized":"2023-10-13T23:59:34.351925+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:56:14.630499+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.352559+0000","last_change":"2023-10-13T23:59:34.349297+0000","last_active":"2023-10-13T23:59:34.352559+0000","last_peered":"2023-10-13T23:59:34.352559+0000","last_clean":"2023-10-13T23:59:34.352559+0000","last_became_active":"2023-10-13T23:59:34.348975+0000","last_became_peered":"2023-10-13T23:59:34.348975+0000","last_unstale":"2023-10-13T23:59:34.352559+0000","last_undegraded":"2023-10-13T23:59:34.352559+0000","last_fullsized":"2023-10-13T23:59:34.352559+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:08:34.579206+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":2375680,"data_stored":2361472,"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":21,"num_object_clones":0,"num_object_copies":63,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":21,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":44,"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":13,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_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":38,"ondisk_log_size":38,"up":96,"acting":96,"num_store_stats":8}],"osd_stats":[{"osd":7,"up_from":51,"seq":219043332101,"num_pgs":44,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":298448,"kb_used_data":1160,"kb_used_omap":0,"kb_used_meta":297280,"kb_avail":93446704,"statfs":{"total":95995035648,"available":95689424896,"internally_reserved":0,"allocated":1187840,"data_stored":837808,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304414720},"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.63300000000000001}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51900000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.61699999999999999}]},{"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.56499999999999995}]},{"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.65800000000000003}]},{"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.58299999999999996}]},{"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.71399999999999997}]}]},{"osd":6,"up_from":43,"seq":184683593738,"num_pgs":37,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":298444,"kb_used_data":1156,"kb_used_omap":0,"kb_used_meta":297280,"kb_avail":93446708,"statfs":{"total":95995035648,"available":95689428992,"internally_reserved":0,"allocated":1183744,"data_stored":838238,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304414720},"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.53400000000000003}]},{"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.627}]},{"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.39200000000000002}]},{"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.58999999999999997}]},{"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.57599999999999996}]},{"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.41699999999999998}]},{"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.495}]}]},{"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":297868,"kb_used_data":580,"kb_used_omap":0,"kb_used_meta":297280,"kb_avail":93447284,"statfs":{"total":95995035648,"available":95690018816,"internally_reserved":0,"allocated":593920,"data_stored":247046,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304414720},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Oct 13 23:58:40 2023","interfaces":[{"interface":"back","average":{"1min":0.373,"5min":0.373,"15min":0.373},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"last":0.33100000000000002},{"interface":"front","average":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"last":0.48399999999999999}]},{"osd":2,"last update":"Fri Oct 13 23:58:56 2023","interfaces":[{"interface":"back","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"last":0.41999999999999998},{"interface":"front","average":{"1min":0.436,"5min":0.436,"15min":0.436},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"last":0.374}]},{"osd":3,"last update":"Fri Oct 13 23:59:18 2023","interfaces":[{"interface":"back","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.46200000000000002},{"interface":"front","average":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.44400000000000001}]},{"osd":4,"last update":"Fri Oct 13 23:59:31 2023","interfaces":[{"interface":"back","average":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":1.111,"5min":1.111,"15min":1.111},"last":0.53600000000000003},{"interface":"front","average":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"min":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":1.161,"5min":1.161,"15min":1.161},"last":0.61299999999999999}]},{"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.69199999999999995}]},{"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.65500000000000003}]},{"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.55000000000000004}]}]},{"osd":0,"up_from":8,"seq":34359738398,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":298444,"kb_used_data":1156,"kb_used_omap":0,"kb_used_meta":297280,"kb_avail":93446708,"statfs":{"total":95995035648,"available":95689428992,"internally_reserved":0,"allocated":1183744,"data_stored":831236,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304414720},"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":3,"apply_latency_ms":3,"commit_latency_ns":3000000,"apply_latency_ns":3000000},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Fri Oct 13 23:58:41 2023","interfaces":[{"interface":"back","average":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"min":{"1min":0.23799999999999999,"5min":0.23799999999999999,"15min":0.23799999999999999},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.44400000000000001},{"interface":"front","average":{"1min":0.437,"5min":0.437,"15min":0.437},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"last":0.57399999999999995}]},{"osd":2,"last update":"Fri Oct 13 23:59:00 2023","interfaces":[{"interface":"back","average":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.54900000000000004},{"interface":"front","average":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":0.53600000000000003}]},{"osd":3,"last update":"Fri Oct 13 23:59:16 2023","interfaces":[{"interface":"back","average":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"last":0.47799999999999998},{"interface":"front","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"last":0.64700000000000002}]},{"osd":4,"last update":"Fri Oct 13 23:59:33 2023","interfaces":[{"interface":"back","average":{"1min":0.623,"5min":0.623,"15min":0.623},"min":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":0.79300000000000004,"5min":0.79300000000000004,"15min":0.79300000000000004},"last":0.77800000000000002},{"interface":"front","average":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.92600000000000005,"5min":0.92600000000000005,"15min":0.92600000000000005},"last":0.92600000000000005}]},{"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.81799999999999995}]},{"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.88}]},{"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.80200000000000005}]}]},{"osd":2,"up_from":18,"seq":77309411350,"num_pgs":25,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297864,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":297280,"kb_avail":93447288,"statfs":{"total":95995035648,"available":95690022912,"internally_reserved":0,"allocated":589824,"data_stored":247187,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304414720},"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":"Fri Oct 13 23:58:56 2023","interfaces":[{"interface":"back","average":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"last":0.33000000000000002},{"interface":"front","average":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"last":0.29799999999999999}]},{"osd":1,"last update":"Fri Oct 13 23:58:56 2023","interfaces":[{"interface":"back","average":{"1min":0.436,"5min":0.436,"15min":0.436},"min":{"1min":0.28999999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"last":0.42799999999999999},{"interface":"front","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"last":0.40899999999999997}]},{"osd":3,"last update":"Fri Oct 13 23:59:14 2023","interfaces":[{"interface":"back","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.46800000000000003},{"interface":"front","average":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.38400000000000001}]},{"osd":4,"last update":"Fri Oct 13 23:59:31 2023","interfaces":[{"interface":"back","average":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.88300000000000001,"5min":0.88300000000000001,"15min":0.88300000000000001},"last":0.90200000000000002},{"interface":"front","average":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"min":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"max":{"1min":0.97699999999999998,"5min":0.97699999999999998,"15min":0.97699999999999998},"last":0.85699999999999998}]},{"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.72899999999999998}]},{"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.83499999999999996}]},{"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.88}]}]},{"osd":3,"up_from":24,"seq":103079215124,"num_pgs":34,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297884,"kb_used_data":596,"kb_used_omap":0,"kb_used_meta":297280,"kb_avail":93447268,"statfs":{"total":95995035648,"available":95690002432,"internally_reserved":0,"allocated":610304,"data_stored":248827,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304414720},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Oct 13 23:59:13 2023","interfaces":[{"interface":"back","average":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"min":{"1min":0.23400000000000001,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"last":0.32100000000000001},{"interface":"front","average":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.872,"5min":0.872,"15min":0.872},"last":0.51000000000000001}]},{"osd":1,"last update":"Fri Oct 13 23:59:13 2023","interfaces":[{"interface":"back","average":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.42099999999999999},{"interface":"front","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"last":0.36899999999999999}]},{"osd":2,"last update":"Fri Oct 13 23:59:13 2023","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.46999999999999997},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"last":0.40500000000000003}]},{"osd":4,"last update":"Fri Oct 13 23:59:30 2023","interfaces":[{"interface":"back","average":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":1.034,"5min":1.034,"15min":1.034},"last":0.66500000000000004},{"interface":"front","average":{"1min":0.623,"5min":0.623,"15min":0.623},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.96699999999999997,"5min":0.96699999999999997,"15min":0.96699999999999997},"last":0.84299999999999997}]},{"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.86099999999999999}]},{"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.73799999999999999}]},{"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.58199999999999996}]}]},{"osd":4,"up_from":29,"seq":124554051599,"num_pgs":38,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297880,"kb_used_data":592,"kb_used_omap":0,"kb_used_meta":297280,"kb_avail":93447272,"statfs":{"total":95995035648,"available":95690006528,"internally_reserved":0,"allocated":606208,"data_stored":247867,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304414720},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Oct 13 23:59:29 2023","interfaces":[{"interface":"back","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"max":{"1min":0.88500000000000001,"5min":0.88500000000000001,"15min":0.88500000000000001},"last":0.5},{"interface":"front","average":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.86199999999999999,"5min":0.86199999999999999,"15min":0.86199999999999999},"last":0.65700000000000003}]},{"osd":1,"last update":"Fri Oct 13 23:59:29 2023","interfaces":[{"interface":"back","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.91100000000000003,"5min":0.91100000000000003,"15min":0.91100000000000003},"last":0.56799999999999995},{"interface":"front","average":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":0.871,"5min":0.871,"15min":0.871},"last":0.58399999999999996}]},{"osd":2,"last update":"Fri Oct 13 23:59:29 2023","interfaces":[{"interface":"back","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.95099999999999996,"5min":0.95099999999999996,"15min":0.95099999999999996},"last":0.63200000000000001},{"interface":"front","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.60799999999999998}]},{"osd":3,"last update":"Fri Oct 13 23:59:29 2023","interfaces":[{"interface":"back","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.93600000000000005,"5min":0.93600000000000005,"15min":0.93600000000000005},"last":0.54300000000000004},{"interface":"front","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.78800000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"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.51900000000000002}]},{"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.67100000000000004}]},{"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.47899999999999998}]}]},{"osd":5,"up_from":36,"seq":154618822669,"num_pgs":5,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297872,"kb_used_data":584,"kb_used_omap":0,"kb_used_meta":297280,"kb_avail":93447280,"statfs":{"total":95995035648,"available":95690014720,"internally_reserved":0,"allocated":598016,"data_stored":248247,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304414720},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[],"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.47099999999999997}]},{"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.49299999999999999}]},{"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.621}]},{"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.66200000000000003}]},{"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.74199999999999999}]},{"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.68999999999999995}]},{"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.77900000000000003}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":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-10-13T23:59:40.625 INFO:journalctl@ceph.mds.b.smithi082.stdout:Oct 13 23:59:40 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mds-b[148719]: 2023-10-13T23:59:40.329+0000 7f8381287700 -1 mds.pinger is_rank_lagging: rank=0 was never sent ping request. 2023-10-13T23:59:41.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:40 smithi055 ceph-mon[110989]: from='client.14559 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-13T23:59:41.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:40 smithi055 ceph-mon[110989]: from='client.24455 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-13T23:59:41.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:40 smithi055 ceph-mon[110989]: from='client.14571 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-13T23:59:41.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:40 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/719956805' entity='client.admin' cmd=[{"prefix": "status", "format": "json"}]: dispatch 2023-10-13T23:59:41.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:40 smithi055 ceph-mon[124249]: from='client.14559 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-13T23:59:41.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:40 smithi055 ceph-mon[124249]: from='client.24455 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-13T23:59:41.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:40 smithi055 ceph-mon[124249]: from='client.14571 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-13T23:59:41.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:40 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/719956805' entity='client.admin' cmd=[{"prefix": "status", "format": "json"}]: dispatch 2023-10-13T23:59:41.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:40 smithi082 ceph-mon[116307]: from='client.14559 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-13T23:59:41.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:40 smithi082 ceph-mon[116307]: from='client.24455 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-13T23:59:41.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:40 smithi082 ceph-mon[116307]: from='client.14571 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-13T23:59:41.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:40 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/719956805' entity='client.admin' cmd=[{"prefix": "status", "format": "json"}]: dispatch 2023-10-13T23:59:42.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:41 smithi082 ceph-mon[116307]: pgmap v151: 97 pgs: 97 active+clean; 579 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s wr, 6 op/s 2023-10-13T23:59:42.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:41 smithi082 ceph-mon[116307]: from='client.14583 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-13T23:59:42.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:41 smithi055 ceph-mon[110989]: pgmap v151: 97 pgs: 97 active+clean; 579 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s wr, 6 op/s 2023-10-13T23:59:42.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:41 smithi055 ceph-mon[110989]: from='client.14583 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-13T23:59:42.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:41 smithi055 ceph-mon[124249]: pgmap v151: 97 pgs: 97 active+clean; 579 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s wr, 6 op/s 2023-10-13T23:59:42.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:41 smithi055 ceph-mon[124249]: from='client.14583 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-13T23:59:43.580 DEBUG:teuthology.orchestra.run.smithi055:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph pg dump --format=json 2023-10-13T23:59:43.946 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-13T23:59:43.948 INFO:teuthology.orchestra.run.smithi055.stderr:dumped all 2023-10-13T23:59:43.959 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:43 smithi055 ceph-mon[124249]: pgmap v152: 97 pgs: 97 active+clean; 579 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s wr, 5 op/s 2023-10-13T23:59:43.960 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:43 smithi055 ceph-mon[110989]: pgmap v152: 97 pgs: 97 active+clean; 579 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s wr, 5 op/s 2023-10-13T23:59:43.961 INFO:teuthology.orchestra.run.smithi055.stdout:{"pg_ready":true,"pg_map":{"version":152,"stamp":"2023-10-13T23:59:42.145695+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":592674,"num_objects":23,"num_object_clones":0,"num_object_copies":69,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":23,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":203,"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":13,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_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":155,"ondisk_log_size":155,"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":2384716,"kb_used_data":6412,"kb_used_omap":0,"kb_used_meta":2378240,"kb_avail":747576500,"statfs":{"total":767960285184,"available":765518336000,"internally_reserved":0,"allocated":6565888,"data_stored":3753174,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2435317760},"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":2306,"num_objects":21,"num_object_clones":0,"num_object_copies":63,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":21,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":44,"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":13,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_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.001693"},"pg_stats":[{"pgid":"3.3f","version":"0'0","reported_seq":10,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.351937+0000","last_change":"2023-10-13T23:59:34.350392+0000","last_active":"2023-10-13T23:59:34.351937+0000","last_peered":"2023-10-13T23:59:34.351937+0000","last_clean":"2023-10-13T23:59:34.351937+0000","last_became_active":"2023-10-13T23:59:34.349719+0000","last_became_peered":"2023-10-13T23:59:34.349719+0000","last_unstale":"2023-10-13T23:59:34.351937+0000","last_undegraded":"2023-10-13T23:59:34.351937+0000","last_fullsized":"2023-10-13T23:59:34.351937+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:24:50.889099+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.353331+0000","last_change":"2023-10-13T23:59:34.351593+0000","last_active":"2023-10-13T23:59:34.353331+0000","last_peered":"2023-10-13T23:59:34.353331+0000","last_clean":"2023-10-13T23:59:34.353331+0000","last_became_active":"2023-10-13T23:59:34.351078+0000","last_became_peered":"2023-10-13T23:59:34.351078+0000","last_unstale":"2023-10-13T23:59:34.353331+0000","last_undegraded":"2023-10-13T23:59:34.353331+0000","last_fullsized":"2023-10-13T23:59:34.353331+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T05:08:25.738139+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.355330+0000","last_change":"2023-10-13T23:59:34.349088+0000","last_active":"2023-10-13T23:59:34.355330+0000","last_peered":"2023-10-13T23:59:34.355330+0000","last_clean":"2023-10-13T23:59:34.355330+0000","last_became_active":"2023-10-13T23:59:34.348722+0000","last_became_peered":"2023-10-13T23:59:34.348722+0000","last_unstale":"2023-10-13T23:59:34.355330+0000","last_undegraded":"2023-10-13T23:59:34.355330+0000","last_fullsized":"2023-10-13T23:59:34.355330+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:39:40.907426+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.344996+0000","last_change":"2023-10-13T23:59:34.344153+0000","last_active":"2023-10-13T23:59:34.344996+0000","last_peered":"2023-10-13T23:59:34.344996+0000","last_clean":"2023-10-13T23:59:34.344996+0000","last_became_active":"2023-10-13T23:59:34.343722+0000","last_became_peered":"2023-10-13T23:59:34.343722+0000","last_unstale":"2023-10-13T23:59:34.344996+0000","last_undegraded":"2023-10-13T23:59:34.344996+0000","last_fullsized":"2023-10-13T23:59:34.344996+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:21:01.251415+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.345057+0000","last_change":"2023-10-13T23:59:34.342421+0000","last_active":"2023-10-13T23:59:34.345057+0000","last_peered":"2023-10-13T23:59:34.345057+0000","last_clean":"2023-10-13T23:59:34.345057+0000","last_became_active":"2023-10-13T23:59:34.342057+0000","last_became_peered":"2023-10-13T23:59:34.342057+0000","last_unstale":"2023-10-13T23:59:34.345057+0000","last_undegraded":"2023-10-13T23:59:34.345057+0000","last_fullsized":"2023-10-13T23:59:34.345057+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:23:19.409120+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.352667+0000","last_change":"2023-10-13T23:59:34.348509+0000","last_active":"2023-10-13T23:59:34.352667+0000","last_peered":"2023-10-13T23:59:34.352667+0000","last_clean":"2023-10-13T23:59:34.352667+0000","last_became_active":"2023-10-13T23:59:34.347683+0000","last_became_peered":"2023-10-13T23:59:34.347683+0000","last_unstale":"2023-10-13T23:59:34.352667+0000","last_undegraded":"2023-10-13T23:59:34.352667+0000","last_fullsized":"2023-10-13T23:59:34.352667+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:17:30.320938+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.351869+0000","last_change":"2023-10-13T23:59:34.348870+0000","last_active":"2023-10-13T23:59:34.351869+0000","last_peered":"2023-10-13T23:59:34.351869+0000","last_clean":"2023-10-13T23:59:34.351869+0000","last_became_active":"2023-10-13T23:59:34.348544+0000","last_became_peered":"2023-10-13T23:59:34.348544+0000","last_unstale":"2023-10-13T23:59:34.351869+0000","last_undegraded":"2023-10-13T23:59:34.351869+0000","last_fullsized":"2023-10-13T23:59:34.351869+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:39:04.818381+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.345299+0000","last_change":"2023-10-13T23:59:34.341743+0000","last_active":"2023-10-13T23:59:34.345299+0000","last_peered":"2023-10-13T23:59:34.345299+0000","last_clean":"2023-10-13T23:59:34.345299+0000","last_became_active":"2023-10-13T23:59:34.341415+0000","last_became_peered":"2023-10-13T23:59:34.341415+0000","last_unstale":"2023-10-13T23:59:34.345299+0000","last_undegraded":"2023-10-13T23:59:34.345299+0000","last_fullsized":"2023-10-13T23:59:34.345299+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:08:03.893964+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.351921+0000","last_change":"2023-10-13T23:59:34.350211+0000","last_active":"2023-10-13T23:59:34.351921+0000","last_peered":"2023-10-13T23:59:34.351921+0000","last_clean":"2023-10-13T23:59:34.351921+0000","last_became_active":"2023-10-13T23:59:34.349281+0000","last_became_peered":"2023-10-13T23:59:34.349281+0000","last_unstale":"2023-10-13T23:59:34.351921+0000","last_undegraded":"2023-10-13T23:59:34.351921+0000","last_fullsized":"2023-10-13T23:59:34.351921+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:30:46.887219+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.339670+0000","last_change":"2023-10-13T23:59:34.339210+0000","last_active":"2023-10-13T23:59:34.339670+0000","last_peered":"2023-10-13T23:59:34.339670+0000","last_clean":"2023-10-13T23:59:34.339670+0000","last_became_active":"2023-10-13T23:59:34.338911+0000","last_became_peered":"2023-10-13T23:59:34.338911+0000","last_unstale":"2023-10-13T23:59:34.339670+0000","last_undegraded":"2023-10-13T23:59:34.339670+0000","last_fullsized":"2023-10-13T23:59:34.339670+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T00:50:38.162061+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.352601+0000","last_change":"2023-10-13T23:59:34.349774+0000","last_active":"2023-10-13T23:59:34.352601+0000","last_peered":"2023-10-13T23:59:34.352601+0000","last_clean":"2023-10-13T23:59:34.352601+0000","last_became_active":"2023-10-13T23:59:34.349395+0000","last_became_peered":"2023-10-13T23:59:34.349395+0000","last_unstale":"2023-10-13T23:59:34.352601+0000","last_undegraded":"2023-10-13T23:59:34.352601+0000","last_fullsized":"2023-10-13T23:59:34.352601+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:14:38.112670+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.350466+0000","last_change":"2023-10-13T23:59:34.349567+0000","last_active":"2023-10-13T23:59:34.350466+0000","last_peered":"2023-10-13T23:59:34.350466+0000","last_clean":"2023-10-13T23:59:34.350466+0000","last_became_active":"2023-10-13T23:59:34.349281+0000","last_became_peered":"2023-10-13T23:59:34.349281+0000","last_unstale":"2023-10-13T23:59:34.350466+0000","last_undegraded":"2023-10-13T23:59:34.350466+0000","last_fullsized":"2023-10-13T23:59:34.350466+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:54:12.146728+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.353078+0000","last_change":"2023-10-13T23:59:34.352244+0000","last_active":"2023-10-13T23:59:34.353078+0000","last_peered":"2023-10-13T23:59:34.353078+0000","last_clean":"2023-10-13T23:59:34.353078+0000","last_became_active":"2023-10-13T23:59:34.349657+0000","last_became_peered":"2023-10-13T23:59:34.349657+0000","last_unstale":"2023-10-13T23:59:34.353078+0000","last_undegraded":"2023-10-13T23:59:34.353078+0000","last_fullsized":"2023-10-13T23:59:34.353078+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T05:17:46.052581+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.346897+0000","last_change":"2023-10-13T23:59:34.345399+0000","last_active":"2023-10-13T23:59:34.346897+0000","last_peered":"2023-10-13T23:59:34.346897+0000","last_clean":"2023-10-13T23:59:34.346897+0000","last_became_active":"2023-10-13T23:59:34.344890+0000","last_became_peered":"2023-10-13T23:59:34.344890+0000","last_unstale":"2023-10-13T23:59:34.346897+0000","last_undegraded":"2023-10-13T23:59:34.346897+0000","last_fullsized":"2023-10-13T23:59:34.346897+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:33:51.633119+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.348587+0000","last_change":"2023-10-13T23:59:34.346941+0000","last_active":"2023-10-13T23:59:34.348587+0000","last_peered":"2023-10-13T23:59:34.348587+0000","last_clean":"2023-10-13T23:59:34.348587+0000","last_became_active":"2023-10-13T23:59:34.346629+0000","last_became_peered":"2023-10-13T23:59:34.346629+0000","last_unstale":"2023-10-13T23:59:34.348587+0000","last_undegraded":"2023-10-13T23:59:34.348587+0000","last_fullsized":"2023-10-13T23:59:34.348587+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:15:31.237095+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.348300+0000","last_change":"2023-10-13T23:59:34.347775+0000","last_active":"2023-10-13T23:59:34.348300+0000","last_peered":"2023-10-13T23:59:34.348300+0000","last_clean":"2023-10-13T23:59:34.348300+0000","last_became_active":"2023-10-13T23:59:34.347408+0000","last_became_peered":"2023-10-13T23:59:34.347408+0000","last_unstale":"2023-10-13T23:59:34.348300+0000","last_undegraded":"2023-10-13T23:59:34.348300+0000","last_fullsized":"2023-10-13T23:59:34.348300+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:42:57.191972+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.337048+0000","last_change":"2023-10-13T23:59:34.335737+0000","last_active":"2023-10-13T23:59:34.337048+0000","last_peered":"2023-10-13T23:59:34.337048+0000","last_clean":"2023-10-13T23:59:34.337048+0000","last_became_active":"2023-10-13T23:59:34.334645+0000","last_became_peered":"2023-10-13T23:59:34.334645+0000","last_unstale":"2023-10-13T23:59:34.337048+0000","last_undegraded":"2023-10-13T23:59:34.337048+0000","last_fullsized":"2023-10-13T23:59:34.337048+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:39:13.192067+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.337372+0000","last_change":"2023-10-13T23:59:34.335890+0000","last_active":"2023-10-13T23:59:34.337372+0000","last_peered":"2023-10-13T23:59:34.337372+0000","last_clean":"2023-10-13T23:59:34.337372+0000","last_became_active":"2023-10-13T23:59:34.335528+0000","last_became_peered":"2023-10-13T23:59:34.335528+0000","last_unstale":"2023-10-13T23:59:34.337372+0000","last_undegraded":"2023-10-13T23:59:34.337372+0000","last_fullsized":"2023-10-13T23:59:34.337372+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:32:05.096732+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.338324+0000","last_change":"2023-10-13T23:59:34.337333+0000","last_active":"2023-10-13T23:59:34.338324+0000","last_peered":"2023-10-13T23:59:34.338324+0000","last_clean":"2023-10-13T23:59:34.338324+0000","last_became_active":"2023-10-13T23:59:34.335881+0000","last_became_peered":"2023-10-13T23:59:34.335881+0000","last_unstale":"2023-10-13T23:59:34.338324+0000","last_undegraded":"2023-10-13T23:59:34.338324+0000","last_fullsized":"2023-10-13T23:59:34.338324+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:03:19.467776+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'4","reported_seq":15,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.725830+0000","last_change":"2023-10-13T23:59:33.708933+0000","last_active":"2023-10-13T23:59:34.725830+0000","last_peered":"2023-10-13T23:59:34.725830+0000","last_clean":"2023-10-13T23:59:34.725830+0000","last_became_active":"2023-10-13T23:59:33.708630+0000","last_became_peered":"2023-10-13T23:59:33.708630+0000","last_unstale":"2023-10-13T23:59:34.725830+0000","last_undegraded":"2023-10-13T23:59:34.725830+0000","last_fullsized":"2023-10-13T23:59:34.725830+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":4,"log_dups_size":0,"ondisk_log_size":4,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:48:26.305881+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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.349693+0000","last_change":"2023-10-13T23:59:34.342165+0000","last_active":"2023-10-13T23:59:34.349693+0000","last_peered":"2023-10-13T23:59:34.349693+0000","last_clean":"2023-10-13T23:59:34.349693+0000","last_became_active":"2023-10-13T23:59:34.341495+0000","last_became_peered":"2023-10-13T23:59:34.341495+0000","last_unstale":"2023-10-13T23:59:34.349693+0000","last_undegraded":"2023-10-13T23:59:34.349693+0000","last_fullsized":"2023-10-13T23:59:34.349693+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T00:48:31.165868+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'1","reported_seq":12,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.725543+0000","last_change":"2023-10-13T23:59:33.716880+0000","last_active":"2023-10-13T23:59:34.725543+0000","last_peered":"2023-10-13T23:59:34.725543+0000","last_clean":"2023-10-13T23:59:34.725543+0000","last_became_active":"2023-10-13T23:59:33.716580+0000","last_became_peered":"2023-10-13T23:59:33.716580+0000","last_unstale":"2023-10-13T23:59:34.725543+0000","last_undegraded":"2023-10-13T23:59:34.725543+0000","last_fullsized":"2023-10-13T23:59:34.725543+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+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-15T01:14:08.455624+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.347951+0000","last_change":"2023-10-13T23:59:34.346685+0000","last_active":"2023-10-13T23:59:34.347951+0000","last_peered":"2023-10-13T23:59:34.347951+0000","last_clean":"2023-10-13T23:59:34.347951+0000","last_became_active":"2023-10-13T23:59:34.346344+0000","last_became_peered":"2023-10-13T23:59:34.346344+0000","last_unstale":"2023-10-13T23:59:34.347951+0000","last_undegraded":"2023-10-13T23:59:34.347951+0000","last_fullsized":"2023-10-13T23:59:34.347951+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:05:31.503332+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'2","reported_seq":13,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.725955+0000","last_change":"2023-10-13T23:59:33.707208+0000","last_active":"2023-10-13T23:59:34.725955+0000","last_peered":"2023-10-13T23:59:34.725955+0000","last_clean":"2023-10-13T23:59:34.725955+0000","last_became_active":"2023-10-13T23:59:33.706810+0000","last_became_peered":"2023-10-13T23:59:33.706810+0000","last_unstale":"2023-10-13T23:59:34.725955+0000","last_undegraded":"2023-10-13T23:59:34.725955+0000","last_fullsized":"2023-10-13T23:59:34.725955+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:17:11.713206+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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.339435+0000","last_change":"2023-10-13T23:59:34.339102+0000","last_active":"2023-10-13T23:59:34.339435+0000","last_peered":"2023-10-13T23:59:34.339435+0000","last_clean":"2023-10-13T23:59:34.339435+0000","last_became_active":"2023-10-13T23:59:34.338783+0000","last_became_peered":"2023-10-13T23:59:34.338783+0000","last_unstale":"2023-10-13T23:59:34.339435+0000","last_undegraded":"2023-10-13T23:59:34.339435+0000","last_fullsized":"2023-10-13T23:59:34.339435+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:32:43.409208+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'2","reported_seq":13,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.722415+0000","last_change":"2023-10-13T23:59:33.694764+0000","last_active":"2023-10-13T23:59:34.722415+0000","last_peered":"2023-10-13T23:59:34.722415+0000","last_clean":"2023-10-13T23:59:34.722415+0000","last_became_active":"2023-10-13T23:59:33.694270+0000","last_became_peered":"2023-10-13T23:59:33.694270+0000","last_unstale":"2023-10-13T23:59:34.722415+0000","last_undegraded":"2023-10-13T23:59:34.722415+0000","last_fullsized":"2023-10-13T23:59:34.722415+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:55:46.359217+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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.346830+0000","last_change":"2023-10-13T23:59:34.345679+0000","last_active":"2023-10-13T23:59:34.346830+0000","last_peered":"2023-10-13T23:59:34.346830+0000","last_clean":"2023-10-13T23:59:34.346830+0000","last_became_active":"2023-10-13T23:59:34.345392+0000","last_became_peered":"2023-10-13T23:59:34.345392+0000","last_unstale":"2023-10-13T23:59:34.346830+0000","last_undegraded":"2023-10-13T23:59:34.346830+0000","last_fullsized":"2023-10-13T23:59:34.346830+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:07:35.972775+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'1","reported_seq":12,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.721981+0000","last_change":"2023-10-13T23:59:33.715217+0000","last_active":"2023-10-13T23:59:34.721981+0000","last_peered":"2023-10-13T23:59:34.721981+0000","last_clean":"2023-10-13T23:59:34.721981+0000","last_became_active":"2023-10-13T23:59:33.714906+0000","last_became_peered":"2023-10-13T23:59:33.714906+0000","last_unstale":"2023-10-13T23:59:34.721981+0000","last_undegraded":"2023-10-13T23:59:34.721981+0000","last_fullsized":"2023-10-13T23:59:34.721981+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+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-15T07:43:07.912343+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.342559+0000","last_change":"2023-10-13T23:59:34.341268+0000","last_active":"2023-10-13T23:59:34.342559+0000","last_peered":"2023-10-13T23:59:34.342559+0000","last_clean":"2023-10-13T23:59:34.342559+0000","last_became_active":"2023-10-13T23:59:34.340904+0000","last_became_peered":"2023-10-13T23:59:34.340904+0000","last_unstale":"2023-10-13T23:59:34.342559+0000","last_undegraded":"2023-10-13T23:59:34.342559+0000","last_fullsized":"2023-10-13T23:59:34.342559+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:26:24.482169+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'1","reported_seq":12,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.721692+0000","last_change":"2023-10-13T23:59:33.688586+0000","last_active":"2023-10-13T23:59:34.721692+0000","last_peered":"2023-10-13T23:59:34.721692+0000","last_clean":"2023-10-13T23:59:34.721692+0000","last_became_active":"2023-10-13T23:59:33.687954+0000","last_became_peered":"2023-10-13T23:59:33.687954+0000","last_unstale":"2023-10-13T23:59:34.721692+0000","last_undegraded":"2023-10-13T23:59:34.721692+0000","last_fullsized":"2023-10-13T23:59:34.721692+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+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-15T10:09:45.774947+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.355923+0000","last_change":"2023-10-13T23:59:34.349041+0000","last_active":"2023-10-13T23:59:34.355923+0000","last_peered":"2023-10-13T23:59:34.355923+0000","last_clean":"2023-10-13T23:59:34.355923+0000","last_became_active":"2023-10-13T23:59:34.347927+0000","last_became_peered":"2023-10-13T23:59:34.347927+0000","last_unstale":"2023-10-13T23:59:34.355923+0000","last_undegraded":"2023-10-13T23:59:34.355923+0000","last_fullsized":"2023-10-13T23:59:34.355923+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:26:11.523470+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.332403+0000","last_change":"2023-10-13T23:59:33.714410+0000","last_active":"2023-10-13T23:59:34.332403+0000","last_peered":"2023-10-13T23:59:34.332403+0000","last_clean":"2023-10-13T23:59:34.332403+0000","last_became_active":"2023-10-13T23:59:33.714088+0000","last_became_peered":"2023-10-13T23:59:33.714088+0000","last_unstale":"2023-10-13T23:59:34.332403+0000","last_undegraded":"2023-10-13T23:59:34.332403+0000","last_fullsized":"2023-10-13T23:59:34.332403+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T10:01:30.204269+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.357688+0000","last_change":"2023-10-13T23:59:34.356614+0000","last_active":"2023-10-13T23:59:34.357688+0000","last_peered":"2023-10-13T23:59:34.357688+0000","last_clean":"2023-10-13T23:59:34.357688+0000","last_became_active":"2023-10-13T23:59:34.356264+0000","last_became_peered":"2023-10-13T23:59:34.356264+0000","last_unstale":"2023-10-13T23:59:34.357688+0000","last_undegraded":"2023-10-13T23:59:34.357688+0000","last_fullsized":"2023-10-13T23:59:34.357688+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:55:42.587380+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.332227+0000","last_change":"2023-10-13T23:59:33.696510+0000","last_active":"2023-10-13T23:59:34.332227+0000","last_peered":"2023-10-13T23:59:34.332227+0000","last_clean":"2023-10-13T23:59:34.332227+0000","last_became_active":"2023-10-13T23:59:33.696216+0000","last_became_peered":"2023-10-13T23:59:33.696216+0000","last_unstale":"2023-10-13T23:59:34.332227+0000","last_undegraded":"2023-10-13T23:59:34.332227+0000","last_fullsized":"2023-10-13T23:59:34.332227+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:57:41.602703+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.348567+0000","last_change":"2023-10-13T23:59:34.346838+0000","last_active":"2023-10-13T23:59:34.348567+0000","last_peered":"2023-10-13T23:59:34.348567+0000","last_clean":"2023-10-13T23:59:34.348567+0000","last_became_active":"2023-10-13T23:59:34.346528+0000","last_became_peered":"2023-10-13T23:59:34.346528+0000","last_unstale":"2023-10-13T23:59:34.348567+0000","last_undegraded":"2023-10-13T23:59:34.348567+0000","last_fullsized":"2023-10-13T23:59:34.348567+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:51:12.750164+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.319222+0000","last_change":"2023-10-13T23:59:33.692710+0000","last_active":"2023-10-13T23:59:34.319222+0000","last_peered":"2023-10-13T23:59:34.319222+0000","last_clean":"2023-10-13T23:59:34.319222+0000","last_became_active":"2023-10-13T23:59:33.692410+0000","last_became_peered":"2023-10-13T23:59:33.692410+0000","last_unstale":"2023-10-13T23:59:34.319222+0000","last_undegraded":"2023-10-13T23:59:34.319222+0000","last_fullsized":"2023-10-13T23:59:34.319222+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T00:12:58.696971+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.340003+0000","last_change":"2023-10-13T23:59:34.339631+0000","last_active":"2023-10-13T23:59:34.340003+0000","last_peered":"2023-10-13T23:59:34.340003+0000","last_clean":"2023-10-13T23:59:34.340003+0000","last_became_active":"2023-10-13T23:59:34.339086+0000","last_became_peered":"2023-10-13T23:59:34.339086+0000","last_unstale":"2023-10-13T23:59:34.340003+0000","last_undegraded":"2023-10-13T23:59:34.340003+0000","last_fullsized":"2023-10-13T23:59:34.340003+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:23:48.867319+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.324530+0000","last_change":"2023-10-13T23:59:33.705084+0000","last_active":"2023-10-13T23:59:34.324530+0000","last_peered":"2023-10-13T23:59:34.324530+0000","last_clean":"2023-10-13T23:59:34.324530+0000","last_became_active":"2023-10-13T23:59:33.704781+0000","last_became_peered":"2023-10-13T23:59:33.704781+0000","last_unstale":"2023-10-13T23:59:34.324530+0000","last_undegraded":"2023-10-13T23:59:34.324530+0000","last_fullsized":"2023-10-13T23:59:34.324530+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:04:48.517545+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.347977+0000","last_change":"2023-10-13T23:59:34.346954+0000","last_active":"2023-10-13T23:59:34.347977+0000","last_peered":"2023-10-13T23:59:34.347977+0000","last_clean":"2023-10-13T23:59:34.347977+0000","last_became_active":"2023-10-13T23:59:34.346493+0000","last_became_peered":"2023-10-13T23:59:34.346493+0000","last_unstale":"2023-10-13T23:59:34.347977+0000","last_undegraded":"2023-10-13T23:59:34.347977+0000","last_fullsized":"2023-10-13T23:59:34.347977+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:58:13.742863+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'3","reported_seq":14,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.725919+0000","last_change":"2023-10-13T23:59:33.717337+0000","last_active":"2023-10-13T23:59:34.725919+0000","last_peered":"2023-10-13T23:59:34.725919+0000","last_clean":"2023-10-13T23:59:34.725919+0000","last_became_active":"2023-10-13T23:59:33.716324+0000","last_became_peered":"2023-10-13T23:59:33.716324+0000","last_unstale":"2023-10-13T23:59:34.725919+0000","last_undegraded":"2023-10-13T23:59:34.725919+0000","last_fullsized":"2023-10-13T23:59:34.725919+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+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-15T06:39:01.510835+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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.342598+0000","last_change":"2023-10-13T23:59:34.341541+0000","last_active":"2023-10-13T23:59:34.342598+0000","last_peered":"2023-10-13T23:59:34.342598+0000","last_clean":"2023-10-13T23:59:34.342598+0000","last_became_active":"2023-10-13T23:59:34.340293+0000","last_became_peered":"2023-10-13T23:59:34.340293+0000","last_unstale":"2023-10-13T23:59:34.342598+0000","last_undegraded":"2023-10-13T23:59:34.342598+0000","last_fullsized":"2023-10-13T23:59:34.342598+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:30:14.852941+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'6","reported_seq":17,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.725092+0000","last_change":"2023-10-13T23:59:33.713000+0000","last_active":"2023-10-13T23:59:34.725092+0000","last_peered":"2023-10-13T23:59:34.725092+0000","last_clean":"2023-10-13T23:59:34.725092+0000","last_became_active":"2023-10-13T23:59:33.712731+0000","last_became_peered":"2023-10-13T23:59:33.712731+0000","last_unstale":"2023-10-13T23:59:34.725092+0000","last_undegraded":"2023-10-13T23:59:34.725092+0000","last_fullsized":"2023-10-13T23:59:34.725092+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":6,"log_dups_size":0,"ondisk_log_size":6,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:13:05.682823+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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.344672+0000","last_change":"2023-10-13T23:59:34.342156+0000","last_active":"2023-10-13T23:59:34.344672+0000","last_peered":"2023-10-13T23:59:34.344672+0000","last_clean":"2023-10-13T23:59:34.344672+0000","last_became_active":"2023-10-13T23:59:34.341866+0000","last_became_peered":"2023-10-13T23:59:34.341866+0000","last_unstale":"2023-10-13T23:59:34.344672+0000","last_undegraded":"2023-10-13T23:59:34.344672+0000","last_fullsized":"2023-10-13T23:59:34.344672+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T00:42:02.308291+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'2","reported_seq":13,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.725452+0000","last_change":"2023-10-13T23:59:33.715359+0000","last_active":"2023-10-13T23:59:34.725452+0000","last_peered":"2023-10-13T23:59:34.725452+0000","last_clean":"2023-10-13T23:59:34.725452+0000","last_became_active":"2023-10-13T23:59:33.715075+0000","last_became_peered":"2023-10-13T23:59:33.715075+0000","last_unstale":"2023-10-13T23:59:34.725452+0000","last_undegraded":"2023-10-13T23:59:34.725452+0000","last_fullsized":"2023-10-13T23:59:34.725452+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:03:23.079653+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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.346158+0000","last_change":"2023-10-13T23:59:34.345192+0000","last_active":"2023-10-13T23:59:34.346158+0000","last_peered":"2023-10-13T23:59:34.346158+0000","last_clean":"2023-10-13T23:59:34.346158+0000","last_became_active":"2023-10-13T23:59:34.344533+0000","last_became_peered":"2023-10-13T23:59:34.344533+0000","last_unstale":"2023-10-13T23:59:34.346158+0000","last_undegraded":"2023-10-13T23:59:34.346158+0000","last_fullsized":"2023-10-13T23:59:34.346158+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:17:16.673778+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.327811+0000","last_change":"2023-10-13T23:59:33.705458+0000","last_active":"2023-10-13T23:59:34.327811+0000","last_peered":"2023-10-13T23:59:34.327811+0000","last_clean":"2023-10-13T23:59:34.327811+0000","last_became_active":"2023-10-13T23:59:33.705100+0000","last_became_peered":"2023-10-13T23:59:33.705100+0000","last_unstale":"2023-10-13T23:59:34.327811+0000","last_undegraded":"2023-10-13T23:59:34.327811+0000","last_fullsized":"2023-10-13T23:59:34.327811+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:11:04.580536+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.345038+0000","last_change":"2023-10-13T23:59:34.342357+0000","last_active":"2023-10-13T23:59:34.345038+0000","last_peered":"2023-10-13T23:59:34.345038+0000","last_clean":"2023-10-13T23:59:34.345038+0000","last_became_active":"2023-10-13T23:59:34.341670+0000","last_became_peered":"2023-10-13T23:59:34.341670+0000","last_unstale":"2023-10-13T23:59:34.345038+0000","last_undegraded":"2023-10-13T23:59:34.345038+0000","last_fullsized":"2023-10-13T23:59:34.345038+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T10:48:43.940394+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.318617+0000","last_change":"2023-10-13T23:59:33.693408+0000","last_active":"2023-10-13T23:59:34.318617+0000","last_peered":"2023-10-13T23:59:34.318617+0000","last_clean":"2023-10-13T23:59:34.318617+0000","last_became_active":"2023-10-13T23:59:33.693068+0000","last_became_peered":"2023-10-13T23:59:33.693068+0000","last_unstale":"2023-10-13T23:59:34.318617+0000","last_undegraded":"2023-10-13T23:59:34.318617+0000","last_fullsized":"2023-10-13T23:59:34.318617+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T10:17:32.693557+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.352577+0000","last_change":"2023-10-13T23:59:34.349531+0000","last_active":"2023-10-13T23:59:34.352577+0000","last_peered":"2023-10-13T23:59:34.352577+0000","last_clean":"2023-10-13T23:59:34.352577+0000","last_became_active":"2023-10-13T23:59:34.349157+0000","last_became_peered":"2023-10-13T23:59:34.349157+0000","last_unstale":"2023-10-13T23:59:34.352577+0000","last_undegraded":"2023-10-13T23:59:34.352577+0000","last_fullsized":"2023-10-13T23:59:34.352577+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:10:39.317754+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'8","reported_seq":19,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.726705+0000","last_change":"2023-10-13T23:59:33.707683+0000","last_active":"2023-10-13T23:59:34.726705+0000","last_peered":"2023-10-13T23:59:34.726705+0000","last_clean":"2023-10-13T23:59:34.726705+0000","last_became_active":"2023-10-13T23:59:33.707369+0000","last_became_peered":"2023-10-13T23:59:33.707369+0000","last_unstale":"2023-10-13T23:59:34.726705+0000","last_undegraded":"2023-10-13T23:59:34.726705+0000","last_fullsized":"2023-10-13T23:59:34.726705+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+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-15T08:11:40.926328+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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.344596+0000","last_change":"2023-10-13T23:59:34.341642+0000","last_active":"2023-10-13T23:59:34.344596+0000","last_peered":"2023-10-13T23:59:34.344596+0000","last_clean":"2023-10-13T23:59:34.344596+0000","last_became_active":"2023-10-13T23:59:34.341342+0000","last_became_peered":"2023-10-13T23:59:34.341342+0000","last_unstale":"2023-10-13T23:59:34.344596+0000","last_undegraded":"2023-10-13T23:59:34.344596+0000","last_fullsized":"2023-10-13T23:59:34.344596+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T08:33:24.614123+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'1","reported_seq":12,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.726206+0000","last_change":"2023-10-13T23:59:33.707315+0000","last_active":"2023-10-13T23:59:34.726206+0000","last_peered":"2023-10-13T23:59:34.726206+0000","last_clean":"2023-10-13T23:59:34.726206+0000","last_became_active":"2023-10-13T23:59:33.706923+0000","last_became_peered":"2023-10-13T23:59:33.706923+0000","last_unstale":"2023-10-13T23:59:34.726206+0000","last_undegraded":"2023-10-13T23:59:34.726206+0000","last_fullsized":"2023-10-13T23:59:34.726206+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+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-15T03:51:24.127200+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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.343592+0000","last_change":"2023-10-13T23:59:34.341341+0000","last_active":"2023-10-13T23:59:34.343592+0000","last_peered":"2023-10-13T23:59:34.343592+0000","last_clean":"2023-10-13T23:59:34.343592+0000","last_became_active":"2023-10-13T23:59:34.341053+0000","last_became_peered":"2023-10-13T23:59:34.341053+0000","last_unstale":"2023-10-13T23:59:34.343592+0000","last_undegraded":"2023-10-13T23:59:34.343592+0000","last_fullsized":"2023-10-13T23:59:34.343592+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:12:36.476139+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.332631+0000","last_change":"2023-10-13T23:59:33.707696+0000","last_active":"2023-10-13T23:59:34.332631+0000","last_peered":"2023-10-13T23:59:34.332631+0000","last_clean":"2023-10-13T23:59:34.332631+0000","last_became_active":"2023-10-13T23:59:33.707358+0000","last_became_peered":"2023-10-13T23:59:33.707358+0000","last_unstale":"2023-10-13T23:59:34.332631+0000","last_undegraded":"2023-10-13T23:59:34.332631+0000","last_fullsized":"2023-10-13T23:59:34.332631+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:19:31.743436+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.352627+0000","last_change":"2023-10-13T23:59:34.348157+0000","last_active":"2023-10-13T23:59:34.352627+0000","last_peered":"2023-10-13T23:59:34.352627+0000","last_clean":"2023-10-13T23:59:34.352627+0000","last_became_active":"2023-10-13T23:59:34.347833+0000","last_became_peered":"2023-10-13T23:59:34.347833+0000","last_unstale":"2023-10-13T23:59:34.352627+0000","last_undegraded":"2023-10-13T23:59:34.352627+0000","last_fullsized":"2023-10-13T23:59:34.352627+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:13:27.045911+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.327685+0000","last_change":"2023-10-13T23:59:33.716765+0000","last_active":"2023-10-13T23:59:34.327685+0000","last_peered":"2023-10-13T23:59:34.327685+0000","last_clean":"2023-10-13T23:59:34.327685+0000","last_became_active":"2023-10-13T23:59:33.716413+0000","last_became_peered":"2023-10-13T23:59:33.716413+0000","last_unstale":"2023-10-13T23:59:34.327685+0000","last_undegraded":"2023-10-13T23:59:34.327685+0000","last_fullsized":"2023-10-13T23:59:34.327685+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T05:11:10.872613+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.346355+0000","last_change":"2023-10-13T23:59:34.344904+0000","last_active":"2023-10-13T23:59:34.346355+0000","last_peered":"2023-10-13T23:59:34.346355+0000","last_clean":"2023-10-13T23:59:34.346355+0000","last_became_active":"2023-10-13T23:59:34.344578+0000","last_became_peered":"2023-10-13T23:59:34.344578+0000","last_unstale":"2023-10-13T23:59:34.346355+0000","last_undegraded":"2023-10-13T23:59:34.346355+0000","last_fullsized":"2023-10-13T23:59:34.346355+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:53:25.819205+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.347055+0000","last_change":"2023-10-13T23:59:34.345399+0000","last_active":"2023-10-13T23:59:34.347055+0000","last_peered":"2023-10-13T23:59:34.347055+0000","last_clean":"2023-10-13T23:59:34.347055+0000","last_became_active":"2023-10-13T23:59:34.344951+0000","last_became_peered":"2023-10-13T23:59:34.344951+0000","last_unstale":"2023-10-13T23:59:34.347055+0000","last_undegraded":"2023-10-13T23:59:34.347055+0000","last_fullsized":"2023-10-13T23:59:34.347055+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:27:01.403692+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.327834+0000","last_change":"2023-10-13T23:59:33.697283+0000","last_active":"2023-10-13T23:59:34.327834+0000","last_peered":"2023-10-13T23:59:34.327834+0000","last_clean":"2023-10-13T23:59:34.327834+0000","last_became_active":"2023-10-13T23:59:33.696927+0000","last_became_peered":"2023-10-13T23:59:33.696927+0000","last_unstale":"2023-10-13T23:59:34.327834+0000","last_undegraded":"2023-10-13T23:59:34.327834+0000","last_fullsized":"2023-10-13T23:59:34.327834+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T10:55:54.826314+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.351405+0000","last_change":"2023-10-13T23:59:34.341870+0000","last_active":"2023-10-13T23:59:34.351405+0000","last_peered":"2023-10-13T23:59:34.351405+0000","last_clean":"2023-10-13T23:59:34.351405+0000","last_became_active":"2023-10-13T23:59:34.340813+0000","last_became_peered":"2023-10-13T23:59:34.340813+0000","last_unstale":"2023-10-13T23:59:34.351405+0000","last_undegraded":"2023-10-13T23:59:34.351405+0000","last_fullsized":"2023-10-13T23:59:34.351405+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:44:09.881102+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.323168+0000","last_change":"2023-10-13T23:59:33.705101+0000","last_active":"2023-10-13T23:59:34.323168+0000","last_peered":"2023-10-13T23:59:34.323168+0000","last_clean":"2023-10-13T23:59:34.323168+0000","last_became_active":"2023-10-13T23:59:33.704786+0000","last_became_peered":"2023-10-13T23:59:33.704786+0000","last_unstale":"2023-10-13T23:59:34.323168+0000","last_undegraded":"2023-10-13T23:59:34.323168+0000","last_fullsized":"2023-10-13T23:59:34.323168+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:36:08.852164+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"21'117","reported_seq":231,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.331116+0000","last_change":"2023-10-13T23:59:23.366826+0000","last_active":"2023-10-13T23:59:34.331116+0000","last_peered":"2023-10-13T23:59:34.331116+0000","last_clean":"2023-10-13T23:59:34.331116+0000","last_became_active":"2023-10-13T23:59:23.366362+0000","last_became_peered":"2023-10-13T23:59:23.366362+0000","last_unstale":"2023-10-13T23:59:34.331116+0000","last_undegraded":"2023-10-13T23:59:34.331116+0000","last_fullsized":"2023-10-13T23:59:34.331116+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":55,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:57:57.119812+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:57:57.119812+0000","last_clean_scrub_stamp":"2023-10-13T23:57:57.119812+0000","objects_scrubbed":0,"log_size":117,"log_dups_size":0,"ondisk_log_size":117,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:24:23.123942+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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.347716+0000","last_change":"2023-10-13T23:59:34.346039+0000","last_active":"2023-10-13T23:59:34.347716+0000","last_peered":"2023-10-13T23:59:34.347716+0000","last_clean":"2023-10-13T23:59:34.347716+0000","last_became_active":"2023-10-13T23:59:34.345727+0000","last_became_peered":"2023-10-13T23:59:34.345727+0000","last_unstale":"2023-10-13T23:59:34.347716+0000","last_undegraded":"2023-10-13T23:59:34.347716+0000","last_fullsized":"2023-10-13T23:59:34.347716+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T08:38:24.276851+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.331217+0000","last_change":"2023-10-13T23:59:33.707727+0000","last_active":"2023-10-13T23:59:34.331217+0000","last_peered":"2023-10-13T23:59:34.331217+0000","last_clean":"2023-10-13T23:59:34.331217+0000","last_became_active":"2023-10-13T23:59:33.707354+0000","last_became_peered":"2023-10-13T23:59:33.707354+0000","last_unstale":"2023-10-13T23:59:34.331217+0000","last_undegraded":"2023-10-13T23:59:34.331217+0000","last_fullsized":"2023-10-13T23:59:34.331217+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:45:58.598980+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.327961+0000","last_change":"2023-10-13T23:59:33.707972+0000","last_active":"2023-10-13T23:59:34.327961+0000","last_peered":"2023-10-13T23:59:34.327961+0000","last_clean":"2023-10-13T23:59:34.327961+0000","last_became_active":"2023-10-13T23:59:33.707708+0000","last_became_peered":"2023-10-13T23:59:33.707708+0000","last_unstale":"2023-10-13T23:59:34.327961+0000","last_undegraded":"2023-10-13T23:59:34.327961+0000","last_fullsized":"2023-10-13T23:59:34.327961+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T05:26:00.995748+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.347828+0000","last_change":"2023-10-13T23:59:34.345284+0000","last_active":"2023-10-13T23:59:34.347828+0000","last_peered":"2023-10-13T23:59:34.347828+0000","last_clean":"2023-10-13T23:59:34.347828+0000","last_became_active":"2023-10-13T23:59:34.344891+0000","last_became_peered":"2023-10-13T23:59:34.344891+0000","last_unstale":"2023-10-13T23:59:34.347828+0000","last_undegraded":"2023-10-13T23:59:34.347828+0000","last_fullsized":"2023-10-13T23:59:34.347828+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:52:10.341092+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"0'0","reported_seq":11,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.333662+0000","last_change":"2023-10-13T23:59:33.717214+0000","last_active":"2023-10-13T23:59:34.333662+0000","last_peered":"2023-10-13T23:59:34.333662+0000","last_clean":"2023-10-13T23:59:34.333662+0000","last_became_active":"2023-10-13T23:59:33.716865+0000","last_became_peered":"2023-10-13T23:59:33.716865+0000","last_unstale":"2023-10-13T23:59:34.333662+0000","last_undegraded":"2023-10-13T23:59:34.333662+0000","last_fullsized":"2023-10-13T23:59:34.333662+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:32:19.406739+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.356590+0000","last_change":"2023-10-13T23:59:34.355359+0000","last_active":"2023-10-13T23:59:34.356590+0000","last_peered":"2023-10-13T23:59:34.356590+0000","last_clean":"2023-10-13T23:59:34.356590+0000","last_became_active":"2023-10-13T23:59:34.354944+0000","last_became_peered":"2023-10-13T23:59:34.354944+0000","last_unstale":"2023-10-13T23:59:34.356590+0000","last_undegraded":"2023-10-13T23:59:34.356590+0000","last_fullsized":"2023-10-13T23:59:34.356590+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:15:09.199704+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'2","reported_seq":13,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.725945+0000","last_change":"2023-10-13T23:59:33.688208+0000","last_active":"2023-10-13T23:59:34.725945+0000","last_peered":"2023-10-13T23:59:34.725945+0000","last_clean":"2023-10-13T23:59:34.725945+0000","last_became_active":"2023-10-13T23:59:33.687789+0000","last_became_peered":"2023-10-13T23:59:33.687789+0000","last_unstale":"2023-10-13T23:59:34.725945+0000","last_undegraded":"2023-10-13T23:59:34.725945+0000","last_fullsized":"2023-10-13T23:59:34.725945+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:46:20.943456+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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.355881+0000","last_change":"2023-10-13T23:59:34.348885+0000","last_active":"2023-10-13T23:59:34.355881+0000","last_peered":"2023-10-13T23:59:34.355881+0000","last_clean":"2023-10-13T23:59:34.355881+0000","last_became_active":"2023-10-13T23:59:34.348510+0000","last_became_peered":"2023-10-13T23:59:34.348510+0000","last_unstale":"2023-10-13T23:59:34.355881+0000","last_undegraded":"2023-10-13T23:59:34.355881+0000","last_fullsized":"2023-10-13T23:59:34.355881+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T00:34:26.989577+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.331025+0000","last_change":"2023-10-13T23:59:33.708153+0000","last_active":"2023-10-13T23:59:34.331025+0000","last_peered":"2023-10-13T23:59:34.331025+0000","last_clean":"2023-10-13T23:59:34.331025+0000","last_became_active":"2023-10-13T23:59:33.707833+0000","last_became_peered":"2023-10-13T23:59:33.707833+0000","last_unstale":"2023-10-13T23:59:34.331025+0000","last_undegraded":"2023-10-13T23:59:34.331025+0000","last_fullsized":"2023-10-13T23:59:34.331025+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:45:18.724244+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.342534+0000","last_change":"2023-10-13T23:59:34.341356+0000","last_active":"2023-10-13T23:59:34.342534+0000","last_peered":"2023-10-13T23:59:34.342534+0000","last_clean":"2023-10-13T23:59:34.342534+0000","last_became_active":"2023-10-13T23:59:34.339987+0000","last_became_peered":"2023-10-13T23:59:34.339987+0000","last_unstale":"2023-10-13T23:59:34.342534+0000","last_undegraded":"2023-10-13T23:59:34.342534+0000","last_fullsized":"2023-10-13T23:59:34.342534+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T08:20:45.762213+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.331265+0000","last_change":"2023-10-13T23:59:33.706356+0000","last_active":"2023-10-13T23:59:34.331265+0000","last_peered":"2023-10-13T23:59:34.331265+0000","last_clean":"2023-10-13T23:59:34.331265+0000","last_became_active":"2023-10-13T23:59:33.705748+0000","last_became_peered":"2023-10-13T23:59:33.705748+0000","last_unstale":"2023-10-13T23:59:34.331265+0000","last_undegraded":"2023-10-13T23:59:34.331265+0000","last_fullsized":"2023-10-13T23:59:34.331265+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:22:26.347395+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.357403+0000","last_change":"2023-10-13T23:59:34.350769+0000","last_active":"2023-10-13T23:59:34.357403+0000","last_peered":"2023-10-13T23:59:34.357403+0000","last_clean":"2023-10-13T23:59:34.357403+0000","last_became_active":"2023-10-13T23:59:34.349831+0000","last_became_peered":"2023-10-13T23:59:34.349831+0000","last_unstale":"2023-10-13T23:59:34.357403+0000","last_undegraded":"2023-10-13T23:59:34.357403+0000","last_fullsized":"2023-10-13T23:59:34.357403+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:32:13.027672+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.333862+0000","last_change":"2023-10-13T23:59:33.708281+0000","last_active":"2023-10-13T23:59:34.333862+0000","last_peered":"2023-10-13T23:59:34.333862+0000","last_clean":"2023-10-13T23:59:34.333862+0000","last_became_active":"2023-10-13T23:59:33.707969+0000","last_became_peered":"2023-10-13T23:59:33.707969+0000","last_unstale":"2023-10-13T23:59:34.333862+0000","last_undegraded":"2023-10-13T23:59:34.333862+0000","last_fullsized":"2023-10-13T23:59:34.333862+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:31:17.336351+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.356786+0000","last_change":"2023-10-13T23:59:34.355278+0000","last_active":"2023-10-13T23:59:34.356786+0000","last_peered":"2023-10-13T23:59:34.356786+0000","last_clean":"2023-10-13T23:59:34.356786+0000","last_became_active":"2023-10-13T23:59:34.354897+0000","last_became_peered":"2023-10-13T23:59:34.354897+0000","last_unstale":"2023-10-13T23:59:34.356786+0000","last_undegraded":"2023-10-13T23:59:34.356786+0000","last_fullsized":"2023-10-13T23:59:34.356786+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T00:27:55.578745+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'2","reported_seq":13,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.721670+0000","last_change":"2023-10-13T23:59:33.696384+0000","last_active":"2023-10-13T23:59:34.721670+0000","last_peered":"2023-10-13T23:59:34.721670+0000","last_clean":"2023-10-13T23:59:34.721670+0000","last_became_active":"2023-10-13T23:59:33.696142+0000","last_became_peered":"2023-10-13T23:59:33.696142+0000","last_unstale":"2023-10-13T23:59:34.721670+0000","last_undegraded":"2023-10-13T23:59:34.721670+0000","last_fullsized":"2023-10-13T23:59:34.721670+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T00:29:27.507159+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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.339676+0000","last_change":"2023-10-13T23:59:34.338807+0000","last_active":"2023-10-13T23:59:34.339676+0000","last_peered":"2023-10-13T23:59:34.339676+0000","last_clean":"2023-10-13T23:59:34.339676+0000","last_became_active":"2023-10-13T23:59:34.338462+0000","last_became_peered":"2023-10-13T23:59:34.338462+0000","last_unstale":"2023-10-13T23:59:34.339676+0000","last_undegraded":"2023-10-13T23:59:34.339676+0000","last_fullsized":"2023-10-13T23:59:34.339676+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:08:18.629276+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.327096+0000","last_change":"2023-10-13T23:59:33.697424+0000","last_active":"2023-10-13T23:59:34.327096+0000","last_peered":"2023-10-13T23:59:34.327096+0000","last_clean":"2023-10-13T23:59:34.327096+0000","last_became_active":"2023-10-13T23:59:33.697081+0000","last_became_peered":"2023-10-13T23:59:33.697081+0000","last_unstale":"2023-10-13T23:59:34.327096+0000","last_undegraded":"2023-10-13T23:59:34.327096+0000","last_fullsized":"2023-10-13T23:59:34.327096+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T10:38:09.716078+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.337592+0000","last_change":"2023-10-13T23:59:34.336000+0000","last_active":"2023-10-13T23:59:34.337592+0000","last_peered":"2023-10-13T23:59:34.337592+0000","last_clean":"2023-10-13T23:59:34.337592+0000","last_became_active":"2023-10-13T23:59:34.335679+0000","last_became_peered":"2023-10-13T23:59:34.335679+0000","last_unstale":"2023-10-13T23:59:34.337592+0000","last_undegraded":"2023-10-13T23:59:34.337592+0000","last_fullsized":"2023-10-13T23:59:34.337592+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:11:07.825463+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'1","reported_seq":12,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.723993+0000","last_change":"2023-10-13T23:59:33.717011+0000","last_active":"2023-10-13T23:59:34.723993+0000","last_peered":"2023-10-13T23:59:34.723993+0000","last_clean":"2023-10-13T23:59:34.723993+0000","last_became_active":"2023-10-13T23:59:33.716688+0000","last_became_peered":"2023-10-13T23:59:33.716688+0000","last_unstale":"2023-10-13T23:59:34.723993+0000","last_undegraded":"2023-10-13T23:59:34.723993+0000","last_fullsized":"2023-10-13T23:59:34.723993+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+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-15T11:25:49.671679+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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.344977+0000","last_change":"2023-10-13T23:59:34.343982+0000","last_active":"2023-10-13T23:59:34.344977+0000","last_peered":"2023-10-13T23:59:34.344977+0000","last_clean":"2023-10-13T23:59:34.344977+0000","last_became_active":"2023-10-13T23:59:34.339928+0000","last_became_peered":"2023-10-13T23:59:34.339928+0000","last_unstale":"2023-10-13T23:59:34.344977+0000","last_undegraded":"2023-10-13T23:59:34.344977+0000","last_fullsized":"2023-10-13T23:59:34.344977+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T10:35:07.777873+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'2","reported_seq":13,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.725213+0000","last_change":"2023-10-13T23:59:33.713850+0000","last_active":"2023-10-13T23:59:34.725213+0000","last_peered":"2023-10-13T23:59:34.725213+0000","last_clean":"2023-10-13T23:59:34.725213+0000","last_became_active":"2023-10-13T23:59:33.713539+0000","last_became_peered":"2023-10-13T23:59:33.713539+0000","last_unstale":"2023-10-13T23:59:34.725213+0000","last_undegraded":"2023-10-13T23:59:34.725213+0000","last_fullsized":"2023-10-13T23:59:34.725213+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:16:23.252033+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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.351904+0000","last_change":"2023-10-13T23:59:34.350039+0000","last_active":"2023-10-13T23:59:34.351904+0000","last_peered":"2023-10-13T23:59:34.351904+0000","last_clean":"2023-10-13T23:59:34.351904+0000","last_became_active":"2023-10-13T23:59:34.348875+0000","last_became_peered":"2023-10-13T23:59:34.348875+0000","last_unstale":"2023-10-13T23:59:34.351904+0000","last_undegraded":"2023-10-13T23:59:34.351904+0000","last_fullsized":"2023-10-13T23:59:34.351904+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:09:45.354595+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.352605+0000","last_change":"2023-10-13T23:59:34.350351+0000","last_active":"2023-10-13T23:59:34.352605+0000","last_peered":"2023-10-13T23:59:34.352605+0000","last_clean":"2023-10-13T23:59:34.352605+0000","last_became_active":"2023-10-13T23:59:34.348762+0000","last_became_peered":"2023-10-13T23:59:34.348762+0000","last_unstale":"2023-10-13T23:59:34.352605+0000","last_undegraded":"2023-10-13T23:59:34.352605+0000","last_fullsized":"2023-10-13T23:59:34.352605+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:19:09.198972+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.343444+0000","last_change":"2023-10-13T23:59:34.339932+0000","last_active":"2023-10-13T23:59:34.343444+0000","last_peered":"2023-10-13T23:59:34.343444+0000","last_clean":"2023-10-13T23:59:34.343444+0000","last_became_active":"2023-10-13T23:59:34.339591+0000","last_became_peered":"2023-10-13T23:59:34.339591+0000","last_unstale":"2023-10-13T23:59:34.343444+0000","last_undegraded":"2023-10-13T23:59:34.343444+0000","last_fullsized":"2023-10-13T23:59:34.343444+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:30:04.152690+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.352646+0000","last_change":"2023-10-13T23:59:34.348180+0000","last_active":"2023-10-13T23:59:34.352646+0000","last_peered":"2023-10-13T23:59:34.352646+0000","last_clean":"2023-10-13T23:59:34.352646+0000","last_became_active":"2023-10-13T23:59:34.347394+0000","last_became_peered":"2023-10-13T23:59:34.347394+0000","last_unstale":"2023-10-13T23:59:34.352646+0000","last_undegraded":"2023-10-13T23:59:34.352646+0000","last_fullsized":"2023-10-13T23:59:34.352646+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T05:44:06.045340+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.355942+0000","last_change":"2023-10-13T23:59:34.349265+0000","last_active":"2023-10-13T23:59:34.355942+0000","last_peered":"2023-10-13T23:59:34.355942+0000","last_clean":"2023-10-13T23:59:34.355942+0000","last_became_active":"2023-10-13T23:59:34.348457+0000","last_became_peered":"2023-10-13T23:59:34.348457+0000","last_unstale":"2023-10-13T23:59:34.355942+0000","last_undegraded":"2023-10-13T23:59:34.355942+0000","last_fullsized":"2023-10-13T23:59:34.355942+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:44:19.710390+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.355930+0000","last_change":"2023-10-13T23:59:34.354860+0000","last_active":"2023-10-13T23:59:34.355930+0000","last_peered":"2023-10-13T23:59:34.355930+0000","last_clean":"2023-10-13T23:59:34.355930+0000","last_became_active":"2023-10-13T23:59:34.354549+0000","last_became_peered":"2023-10-13T23:59:34.354549+0000","last_unstale":"2023-10-13T23:59:34.355930+0000","last_undegraded":"2023-10-13T23:59:34.355930+0000","last_fullsized":"2023-10-13T23:59:34.355930+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:58:45.683240+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.356925+0000","last_change":"2023-10-13T23:59:34.350225+0000","last_active":"2023-10-13T23:59:34.356925+0000","last_peered":"2023-10-13T23:59:34.356925+0000","last_clean":"2023-10-13T23:59:34.356925+0000","last_became_active":"2023-10-13T23:59:34.349903+0000","last_became_peered":"2023-10-13T23:59:34.349903+0000","last_unstale":"2023-10-13T23:59:34.356925+0000","last_undegraded":"2023-10-13T23:59:34.356925+0000","last_fullsized":"2023-10-13T23:59:34.356925+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:18:12.663674+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.332699+0000","last_change":"2023-10-13T23:59:34.331157+0000","last_active":"2023-10-13T23:59:34.332699+0000","last_peered":"2023-10-13T23:59:34.332699+0000","last_clean":"2023-10-13T23:59:34.332699+0000","last_became_active":"2023-10-13T23:59:34.330814+0000","last_became_peered":"2023-10-13T23:59:34.330814+0000","last_unstale":"2023-10-13T23:59:34.332699+0000","last_undegraded":"2023-10-13T23:59:34.332699+0000","last_fullsized":"2023-10-13T23:59:34.332699+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:32:54.762020+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.354317+0000","last_change":"2023-10-13T23:59:34.353622+0000","last_active":"2023-10-13T23:59:34.354317+0000","last_peered":"2023-10-13T23:59:34.354317+0000","last_clean":"2023-10-13T23:59:34.354317+0000","last_became_active":"2023-10-13T23:59:34.353317+0000","last_became_peered":"2023-10-13T23:59:34.353317+0000","last_unstale":"2023-10-13T23:59:34.354317+0000","last_undegraded":"2023-10-13T23:59:34.354317+0000","last_fullsized":"2023-10-13T23:59:34.354317+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:30:47.847305+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.341942+0000","last_change":"2023-10-13T23:59:34.340530+0000","last_active":"2023-10-13T23:59:34.341942+0000","last_peered":"2023-10-13T23:59:34.341942+0000","last_clean":"2023-10-13T23:59:34.341942+0000","last_became_active":"2023-10-13T23:59:34.340157+0000","last_became_peered":"2023-10-13T23:59:34.340157+0000","last_unstale":"2023-10-13T23:59:34.341942+0000","last_undegraded":"2023-10-13T23:59:34.341942+0000","last_fullsized":"2023-10-13T23:59:34.341942+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:48:54.068275+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.352012+0000","last_change":"2023-10-13T23:59:34.349514+0000","last_active":"2023-10-13T23:59:34.352012+0000","last_peered":"2023-10-13T23:59:34.352012+0000","last_clean":"2023-10-13T23:59:34.352012+0000","last_became_active":"2023-10-13T23:59:34.349057+0000","last_became_peered":"2023-10-13T23:59:34.349057+0000","last_unstale":"2023-10-13T23:59:34.352012+0000","last_undegraded":"2023-10-13T23:59:34.352012+0000","last_fullsized":"2023-10-13T23:59:34.352012+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:50:23.628513+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.337039+0000","last_change":"2023-10-13T23:59:34.335647+0000","last_active":"2023-10-13T23:59:34.337039+0000","last_peered":"2023-10-13T23:59:34.337039+0000","last_clean":"2023-10-13T23:59:34.337039+0000","last_became_active":"2023-10-13T23:59:34.335341+0000","last_became_peered":"2023-10-13T23:59:34.335341+0000","last_unstale":"2023-10-13T23:59:34.337039+0000","last_undegraded":"2023-10-13T23:59:34.337039+0000","last_fullsized":"2023-10-13T23:59:34.337039+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T10:34:15.630881+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.355959+0000","last_change":"2023-10-13T23:59:34.351925+0000","last_active":"2023-10-13T23:59:34.355959+0000","last_peered":"2023-10-13T23:59:34.355959+0000","last_clean":"2023-10-13T23:59:34.355959+0000","last_became_active":"2023-10-13T23:59:34.347473+0000","last_became_peered":"2023-10-13T23:59:34.347473+0000","last_unstale":"2023-10-13T23:59:34.355959+0000","last_undegraded":"2023-10-13T23:59:34.355959+0000","last_fullsized":"2023-10-13T23:59:34.355959+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:56:14.630499+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":58,"state":"active+clean","last_fresh":"2023-10-13T23:59:34.352559+0000","last_change":"2023-10-13T23:59:34.349297+0000","last_active":"2023-10-13T23:59:34.352559+0000","last_peered":"2023-10-13T23:59:34.352559+0000","last_clean":"2023-10-13T23:59:34.352559+0000","last_became_active":"2023-10-13T23:59:34.348975+0000","last_became_peered":"2023-10-13T23:59:34.348975+0000","last_unstale":"2023-10-13T23:59:34.352559+0000","last_undegraded":"2023-10-13T23:59:34.352559+0000","last_fullsized":"2023-10-13T23:59:34.352559+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:08:34.579206+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":2375680,"data_stored":2361472,"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":21,"num_object_clones":0,"num_object_copies":63,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":21,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":44,"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":13,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_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":38,"ondisk_log_size":38,"up":96,"acting":96,"num_store_stats":8}],"osd_stats":[{"osd":7,"up_from":51,"seq":219043332101,"num_pgs":44,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":298448,"kb_used_data":1160,"kb_used_omap":0,"kb_used_meta":297280,"kb_avail":93446704,"statfs":{"total":95995035648,"available":95689424896,"internally_reserved":0,"allocated":1187840,"data_stored":837808,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304414720},"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.63300000000000001}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51900000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.61699999999999999}]},{"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.56499999999999995}]},{"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.65800000000000003}]},{"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.58299999999999996}]},{"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.71399999999999997}]}]},{"osd":6,"up_from":43,"seq":184683593738,"num_pgs":37,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":298444,"kb_used_data":1156,"kb_used_omap":0,"kb_used_meta":297280,"kb_avail":93446708,"statfs":{"total":95995035648,"available":95689428992,"internally_reserved":0,"allocated":1183744,"data_stored":838238,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304414720},"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.53400000000000003}]},{"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.627}]},{"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.39200000000000002}]},{"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.58999999999999997}]},{"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.57599999999999996}]},{"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.41699999999999998}]},{"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.495}]}]},{"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":297868,"kb_used_data":580,"kb_used_omap":0,"kb_used_meta":297280,"kb_avail":93447284,"statfs":{"total":95995035648,"available":95690018816,"internally_reserved":0,"allocated":593920,"data_stored":247046,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304414720},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Oct 13 23:58:40 2023","interfaces":[{"interface":"back","average":{"1min":0.373,"5min":0.373,"15min":0.373},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"last":0.33100000000000002},{"interface":"front","average":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"last":0.48399999999999999}]},{"osd":2,"last update":"Fri Oct 13 23:58:56 2023","interfaces":[{"interface":"back","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"last":0.41999999999999998},{"interface":"front","average":{"1min":0.436,"5min":0.436,"15min":0.436},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"last":0.374}]},{"osd":3,"last update":"Fri Oct 13 23:59:18 2023","interfaces":[{"interface":"back","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.46200000000000002},{"interface":"front","average":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.44400000000000001}]},{"osd":4,"last update":"Fri Oct 13 23:59:31 2023","interfaces":[{"interface":"back","average":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":1.111,"5min":1.111,"15min":1.111},"last":0.53600000000000003},{"interface":"front","average":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"min":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":1.161,"5min":1.161,"15min":1.161},"last":0.61299999999999999}]},{"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.69199999999999995}]},{"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.65500000000000003}]},{"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.55000000000000004}]}]},{"osd":0,"up_from":8,"seq":34359738399,"num_pgs":43,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":298456,"kb_used_data":1168,"kb_used_omap":0,"kb_used_meta":297280,"kb_avail":93446696,"statfs":{"total":95995035648,"available":95689416704,"internally_reserved":0,"allocated":1196032,"data_stored":837954,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304414720},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Fri Oct 13 23:58:41 2023","interfaces":[{"interface":"back","average":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"min":{"1min":0.23799999999999999,"5min":0.23799999999999999,"15min":0.23799999999999999},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.443},{"interface":"front","average":{"1min":0.437,"5min":0.437,"15min":0.437},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"last":0.314}]},{"osd":2,"last update":"Fri Oct 13 23:59:00 2023","interfaces":[{"interface":"back","average":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.40200000000000002},{"interface":"front","average":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":0.37}]},{"osd":3,"last update":"Fri Oct 13 23:59:16 2023","interfaces":[{"interface":"back","average":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"last":0.42299999999999999},{"interface":"front","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"last":0.46100000000000002}]},{"osd":4,"last update":"Fri Oct 13 23:59:33 2023","interfaces":[{"interface":"back","average":{"1min":0.623,"5min":0.623,"15min":0.623},"min":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":0.79300000000000004,"5min":0.79300000000000004,"15min":0.79300000000000004},"last":0.61099999999999999},{"interface":"front","average":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.92600000000000005,"5min":0.92600000000000005,"15min":0.92600000000000005},"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.49299999999999999}]},{"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.65900000000000003}]}]},{"osd":2,"up_from":18,"seq":77309411351,"num_pgs":25,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297864,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":297280,"kb_avail":93447288,"statfs":{"total":95995035648,"available":95690022912,"internally_reserved":0,"allocated":589824,"data_stored":247187,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304414720},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Oct 13 23:58:56 2023","interfaces":[{"interface":"back","average":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"last":0.32800000000000001},{"interface":"front","average":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"last":0.60899999999999999}]},{"osd":1,"last update":"Fri Oct 13 23:58:56 2023","interfaces":[{"interface":"back","average":{"1min":0.436,"5min":0.436,"15min":0.436},"min":{"1min":0.28999999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"last":0.51000000000000001},{"interface":"front","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"last":0.312}]},{"osd":3,"last update":"Fri Oct 13 23:59:14 2023","interfaces":[{"interface":"back","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.377},{"interface":"front","average":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.28899999999999998}]},{"osd":4,"last update":"Fri Oct 13 23:59:31 2023","interfaces":[{"interface":"back","average":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.88300000000000001,"5min":0.88300000000000001,"15min":0.88300000000000001},"last":0.41299999999999998},{"interface":"front","average":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"min":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"max":{"1min":0.97699999999999998,"5min":0.97699999999999998,"15min":0.97699999999999998},"last":0.48299999999999998}]},{"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.53200000000000003}]},{"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.59399999999999997}]},{"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.45900000000000002}]}]},{"osd":3,"up_from":24,"seq":103079215124,"num_pgs":34,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297884,"kb_used_data":596,"kb_used_omap":0,"kb_used_meta":297280,"kb_avail":93447268,"statfs":{"total":95995035648,"available":95690002432,"internally_reserved":0,"allocated":610304,"data_stored":248827,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304414720},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Oct 13 23:59:13 2023","interfaces":[{"interface":"back","average":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"min":{"1min":0.23400000000000001,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"last":0.32100000000000001},{"interface":"front","average":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.872,"5min":0.872,"15min":0.872},"last":0.51000000000000001}]},{"osd":1,"last update":"Fri Oct 13 23:59:13 2023","interfaces":[{"interface":"back","average":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.42099999999999999},{"interface":"front","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"last":0.36899999999999999}]},{"osd":2,"last update":"Fri Oct 13 23:59:13 2023","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.46999999999999997},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"last":0.40500000000000003}]},{"osd":4,"last update":"Fri Oct 13 23:59:30 2023","interfaces":[{"interface":"back","average":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":1.034,"5min":1.034,"15min":1.034},"last":0.66500000000000004},{"interface":"front","average":{"1min":0.623,"5min":0.623,"15min":0.623},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.96699999999999997,"5min":0.96699999999999997,"15min":0.96699999999999997},"last":0.84299999999999997}]},{"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.86099999999999999}]},{"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.73799999999999999}]},{"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.58199999999999996}]}]},{"osd":4,"up_from":29,"seq":124554051599,"num_pgs":38,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297880,"kb_used_data":592,"kb_used_omap":0,"kb_used_meta":297280,"kb_avail":93447272,"statfs":{"total":95995035648,"available":95690006528,"internally_reserved":0,"allocated":606208,"data_stored":247867,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304414720},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Oct 13 23:59:29 2023","interfaces":[{"interface":"back","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"max":{"1min":0.88500000000000001,"5min":0.88500000000000001,"15min":0.88500000000000001},"last":0.5},{"interface":"front","average":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.86199999999999999,"5min":0.86199999999999999,"15min":0.86199999999999999},"last":0.65700000000000003}]},{"osd":1,"last update":"Fri Oct 13 23:59:29 2023","interfaces":[{"interface":"back","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.91100000000000003,"5min":0.91100000000000003,"15min":0.91100000000000003},"last":0.56799999999999995},{"interface":"front","average":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":0.871,"5min":0.871,"15min":0.871},"last":0.58399999999999996}]},{"osd":2,"last update":"Fri Oct 13 23:59:29 2023","interfaces":[{"interface":"back","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.95099999999999996,"5min":0.95099999999999996,"15min":0.95099999999999996},"last":0.63200000000000001},{"interface":"front","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.60799999999999998}]},{"osd":3,"last update":"Fri Oct 13 23:59:29 2023","interfaces":[{"interface":"back","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.93600000000000005,"5min":0.93600000000000005,"15min":0.93600000000000005},"last":0.54300000000000004},{"interface":"front","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.78800000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"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.51900000000000002}]},{"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.67100000000000004}]},{"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.47899999999999998}]}]},{"osd":5,"up_from":36,"seq":154618822670,"num_pgs":38,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297872,"kb_used_data":584,"kb_used_omap":0,"kb_used_meta":297280,"kb_avail":93447280,"statfs":{"total":95995035648,"available":95690014720,"internally_reserved":0,"allocated":598016,"data_stored":248247,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304414720},"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.68500000000000005}]},{"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.53300000000000003}]},{"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.65900000000000003}]},{"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.55000000000000004}]},{"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.39800000000000002}]},{"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.625}]},{"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.56399999999999995}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":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-10-13T23:59:43.967 INFO:tasks.cephfs.filesystem.ceph_manager:clean! 2023-10-13T23:59:43.967 INFO:tasks.cephadm:Adding prometheus.a on smithi082 2023-10-13T23:59:43.968 DEBUG:teuthology.orchestra.run.smithi082:> 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 db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph orch apply prometheus '1;smithi082=a' 2023-10-13T23:59:44.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:43 smithi082 ceph-mon[116307]: pgmap v152: 97 pgs: 97 active+clean; 579 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s wr, 5 op/s 2023-10-13T23:59:44.238 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.b/config 2023-10-13T23:59:45.361 INFO:teuthology.orchestra.run.smithi082.stdout:Scheduled prometheus update... 2023-10-13T23:59:45.745 DEBUG:teuthology.orchestra.run.smithi082:prometheus.a> sudo journalctl -f -n 0 -u ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@prometheus.a.service 2023-10-13T23:59:45.747 INFO:tasks.cephadm:Adding node-exporter.a on smithi055 2023-10-13T23:59:45.747 INFO:tasks.cephadm:Adding node-exporter.b on smithi082 2023-10-13T23:59:45.748 DEBUG:teuthology.orchestra.run.smithi082:> 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 db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph orch apply node-exporter '2;smithi055=a;smithi082=b' 2023-10-13T23:59:45.779 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:-- Logs begin at Fri 2023-10-13 23:43:36 UTC. -- 2023-10-13T23:59:46.047 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.b/config 2023-10-13T23:59:46.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:45 smithi082 ceph-mon[116307]: from='client.24479 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-13T23:59:46.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:45 smithi082 ceph-mon[116307]: pgmap v153: 97 pgs: 97 active+clean; 579 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s wr, 4 op/s 2023-10-13T23:59:46.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:45 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:46.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:45 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:59:46.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:45 smithi055 ceph-mon[124249]: from='client.24479 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-13T23:59:46.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:45 smithi055 ceph-mon[124249]: pgmap v153: 97 pgs: 97 active+clean; 579 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s wr, 4 op/s 2023-10-13T23:59:46.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:45 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:46.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:45 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:59:46.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:45 smithi055 ceph-mon[110989]: from='client.24479 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-13T23:59:46.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:45 smithi055 ceph-mon[110989]: pgmap v153: 97 pgs: 97 active+clean; 579 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s wr, 4 op/s 2023-10-13T23:59:46.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:45 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:46.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:45 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T23:59:47.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:46 smithi082 ceph-mon[116307]: from='client.24484 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi082=a", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:59:47.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:46 smithi082 ceph-mon[116307]: Saving service prometheus spec with placement smithi082=a;count:1 2023-10-13T23:59:47.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:46 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:59:47.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:46 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:59:47.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:46 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:47.145 INFO:teuthology.orchestra.run.smithi082.stdout:Scheduled node-exporter update... 2023-10-13T23:59:47.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:46 smithi055 ceph-mon[124249]: from='client.24484 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi082=a", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:59:47.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:46 smithi055 ceph-mon[124249]: Saving service prometheus spec with placement smithi082=a;count:1 2023-10-13T23:59:47.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:46 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:59:47.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:46 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:59:47.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:46 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:47.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:46 smithi055 ceph-mon[110989]: from='client.24484 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi082=a", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:59:47.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:46 smithi055 ceph-mon[110989]: Saving service prometheus spec with placement smithi082=a;count:1 2023-10-13T23:59:47.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:46 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T23:59:47.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:46 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T23:59:47.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:46 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:47.642 DEBUG:teuthology.orchestra.run.smithi055:node-exporter.a> sudo journalctl -f -n 0 -u ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@node-exporter.a.service 2023-10-13T23:59:47.646 DEBUG:teuthology.orchestra.run.smithi082:node-exporter.b> sudo journalctl -f -n 0 -u ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@node-exporter.b.service 2023-10-13T23:59:47.648 INFO:tasks.cephadm:Adding alertmanager.a on smithi055 2023-10-13T23:59:47.649 DEBUG:teuthology.orchestra.run.smithi082:> 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 db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph orch apply alertmanager '1;smithi055=a' 2023-10-13T23:59:47.677 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:-- Logs begin at Fri 2023-10-13 23:43:36 UTC. -- 2023-10-13T23:59:47.681 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:-- Logs begin at Fri 2023-10-13 23:43:28 UTC. -- 2023-10-13T23:59:47.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:47 smithi082 ceph-mon[116307]: Deploying daemon prometheus.a on smithi082 2023-10-13T23:59:47.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:47 smithi082 ceph-mon[116307]: pgmap v154: 97 pgs: 97 active+clean; 579 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s wr, 4 op/s 2023-10-13T23:59:47.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:47 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:48.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:47 smithi055 ceph-mon[124249]: Deploying daemon prometheus.a on smithi082 2023-10-13T23:59:48.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:47 smithi055 ceph-mon[124249]: pgmap v154: 97 pgs: 97 active+clean; 579 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s wr, 4 op/s 2023-10-13T23:59:48.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:47 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:48.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:47 smithi055 ceph-mon[110989]: Deploying daemon prometheus.a on smithi082 2023-10-13T23:59:48.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:47 smithi055 ceph-mon[110989]: pgmap v154: 97 pgs: 97 active+clean; 579 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s wr, 4 op/s 2023-10-13T23:59:48.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:47 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:48.230 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.b/config 2023-10-13T23:59:49.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:48 smithi082 ceph-mon[116307]: from='client.24490 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi055=a;smithi082=b", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:59:49.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:48 smithi082 ceph-mon[116307]: Saving service node-exporter spec with placement smithi055=a;smithi082=b;count:2 2023-10-13T23:59:49.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:48 smithi055 ceph-mon[110989]: from='client.24490 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi055=a;smithi082=b", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:59:49.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:48 smithi055 ceph-mon[110989]: Saving service node-exporter spec with placement smithi055=a;smithi082=b;count:2 2023-10-13T23:59:49.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:48 smithi055 ceph-mon[124249]: from='client.24490 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi055=a;smithi082=b", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:59:49.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:48 smithi055 ceph-mon[124249]: Saving service node-exporter spec with placement smithi055=a;smithi082=b;count:2 2023-10-13T23:59:50.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:49 smithi082 ceph-mon[116307]: pgmap v155: 97 pgs: 97 active+clean; 579 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s wr, 3 op/s 2023-10-13T23:59:50.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:49 smithi055 ceph-mon[124249]: pgmap v155: 97 pgs: 97 active+clean; 579 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s wr, 3 op/s 2023-10-13T23:59:50.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:49 smithi055 ceph-mon[110989]: pgmap v155: 97 pgs: 97 active+clean; 579 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s wr, 3 op/s 2023-10-13T23:59:51.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:50 smithi055 ceph-mon[124249]: pgmap v156: 97 pgs: 97 active+clean; 579 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s wr, 1 op/s 2023-10-13T23:59:51.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:50 smithi055 ceph-mon[110989]: pgmap v156: 97 pgs: 97 active+clean; 579 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s wr, 1 op/s 2023-10-13T23:59:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:50 smithi082 ceph-mon[116307]: pgmap v156: 97 pgs: 97 active+clean; 579 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s wr, 1 op/s 2023-10-13T23:59:51.957 INFO:teuthology.orchestra.run.smithi082.stdout:Scheduled alertmanager update... 2023-10-13T23:59:52.671 DEBUG:teuthology.orchestra.run.smithi055:alertmanager.a> sudo journalctl -f -n 0 -u ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@alertmanager.a.service 2023-10-13T23:59:52.675 INFO:tasks.cephadm:Adding grafana.a on smithi082 2023-10-13T23:59:52.675 DEBUG:teuthology.orchestra.run.smithi082:> 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 db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph orch apply grafana '1;smithi082=a' 2023-10-13T23:59:52.712 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:-- Logs begin at Fri 2023-10-13 23:43:28 UTC. -- 2023-10-13T23:59:53.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:52 smithi055 ceph-mon[110989]: from='client.24496 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi055=a", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:59:53.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:52 smithi055 ceph-mon[110989]: Saving service alertmanager spec with placement smithi055=a;count:1 2023-10-13T23:59:53.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:52 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:53.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:52 smithi055 ceph-mon[110989]: pgmap v157: 97 pgs: 97 active+clean; 579 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-13T23:59:53.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:52 smithi055 ceph-mon[124249]: from='client.24496 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi055=a", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:59:53.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:52 smithi055 ceph-mon[124249]: Saving service alertmanager spec with placement smithi055=a;count:1 2023-10-13T23:59:53.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:52 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:53.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:52 smithi055 ceph-mon[124249]: pgmap v157: 97 pgs: 97 active+clean; 579 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-13T23:59:53.329 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:52 smithi082 ceph-mon[116307]: from='client.24496 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi055=a", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:59:53.330 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:52 smithi082 ceph-mon[116307]: Saving service alertmanager spec with placement smithi055=a;count:1 2023-10-13T23:59:53.330 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:52 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:53.330 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:52 smithi082 ceph-mon[116307]: pgmap v157: 97 pgs: 97 active+clean; 579 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-13T23:59:53.400 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.b/config 2023-10-13T23:59:54.496 INFO:teuthology.orchestra.run.smithi082.stdout:Scheduled grafana update... 2023-10-13T23:59:54.706 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 13 23:59:54 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[150411]: ts=2023-10-13T23:59:54.423Z caller=manager.go:974 level=info component="rule manager" msg="Starting rule manager..." 2023-10-13T23:59:54.954 DEBUG:teuthology.orchestra.run.smithi082:grafana.a> sudo journalctl -f -n 0 -u ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@grafana.a.service 2023-10-13T23:59:54.956 INFO:tasks.cephadm:Setting up client nodes... 2023-10-13T23:59:54.957 DEBUG:teuthology.orchestra.run.smithi055:> 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 db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-10-13T23:59:54.987 INFO:journalctl@ceph.grafana.a.smithi082.stdout:-- Logs begin at Fri 2023-10-13 23:43:36 UTC. -- 2023-10-13T23:59:55.253 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T23:59:55.687 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:59:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: ignoring --setuser ceph since I am not root 2023-10-13T23:59:55.688 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:59:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: ignoring --setgroup ceph since I am not root 2023-10-13T23:59:55.688 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:59:55 smithi055 ceph-mgr[111220]: -- 172.21.15.55:0/2696623781 <== mon.0 v2:172.21.15.55:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x557163afa9c0 con 0x557163ad1000 2023-10-13T23:59:55.688 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:59:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:59:55.685+0000 7fa58bbbe1c0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-10-13T23:59:55.688 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:55 smithi055 ceph-mon[110989]: pgmap v158: 97 pgs: 97 active+clean; 579 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-13T23:59:55.689 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:55 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:55.689 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:55 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:55.689 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:55 smithi055 ceph-mon[110989]: from='client.24502 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi082=a", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:59:55.689 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:55 smithi055 ceph-mon[110989]: Saving service grafana spec with placement smithi082=a;count:1 2023-10-13T23:59:55.689 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:55 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:55.690 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:55 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:55.690 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:55 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-10-13T23:59:55.690 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:55 smithi055 ceph-mon[124249]: pgmap v158: 97 pgs: 97 active+clean; 579 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-13T23:59:55.690 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:55 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:55.691 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:55 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:55.691 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:55 smithi055 ceph-mon[124249]: from='client.24502 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi082=a", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:59:55.691 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:55 smithi055 ceph-mon[124249]: Saving service grafana spec with placement smithi082=a;count:1 2023-10-13T23:59:55.691 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:55 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:55.691 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:55 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:55.692 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:55 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-10-13T23:59:55.826 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:55 smithi082 ceph-mon[116307]: pgmap v158: 97 pgs: 97 active+clean; 579 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-13T23:59:55.826 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:55 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:55.827 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:55 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:55.827 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:55 smithi082 ceph-mon[116307]: from='client.24502 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi082=a", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T23:59:55.827 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:55 smithi082 ceph-mon[116307]: Saving service grafana spec with placement smithi082=a;count:1 2023-10-13T23:59:55.827 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:55 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:55.827 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:55 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' 2023-10-13T23:59:55.828 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:55 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-10-13T23:59:55.828 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 13 23:59:55 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: ignoring --setuser ceph since I am not root 2023-10-13T23:59:55.828 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 13 23:59:55 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: ignoring --setgroup ceph since I am not root 2023-10-13T23:59:55.829 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 13 23:59:55 smithi082 ceph-mgr[118228]: -- 172.21.15.82:0/357500600 <== mon.1 v2:172.21.15.82:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5645d09f69c0 con 0x5645d09cc800 2023-10-13T23:59:55.829 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 13 23:59:55 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: 2023-10-13T23:59:55.665+0000 7fe3300231c0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-10-13T23:59:55.829 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 13 23:59:55 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: 2023-10-13T23:59:55.825+0000 7fe3300231c0 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-10-13T23:59:55.938 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:59:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:59:55.883+0000 7fa58bbbe1c0 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-10-13T23:59:56.375 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 13 23:59:56 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: 2023-10-13T23:59:56.118+0000 7fe3300231c0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-10-13T23:59:56.498 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:59:56 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:59:56.233+0000 7fa58bbbe1c0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-10-13T23:59:56.498 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:56 smithi055 ceph-mon[110989]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-10-13T23:59:56.499 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:56 smithi055 ceph-mon[110989]: mgrmap e16: y(active, since 3m), standbys: x 2023-10-13T23:59:56.631 INFO:teuthology.orchestra.run.smithi055.stdout:[client.0] 2023-10-13T23:59:56.631 INFO:teuthology.orchestra.run.smithi055.stdout: key = AQD82SllcPRiJRAAay3FcBaVyJ4d383q5f7pqw== 2023-10-13T23:59:56.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:56 smithi055 ceph-mon[124249]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-10-13T23:59:56.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:56 smithi055 ceph-mon[124249]: mgrmap e16: y(active, since 3m), standbys: x 2023-10-13T23:59:56.798 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 13 23:59:56 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: 2023-10-13T23:59:56.629+0000 7fe3300231c0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-10-13T23:59:56.799 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:56 smithi082 ceph-mon[116307]: from='mgr.14152 172.21.15.55:0/1690388777' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-10-13T23:59:56.799 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:56 smithi082 ceph-mon[116307]: mgrmap e16: y(active, since 3m), standbys: x 2023-10-13T23:59:57.024 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2023-10-13T23:59:57.025 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-10-13T23:59:57.025 DEBUG:teuthology.orchestra.run.smithi055:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-10-13T23:59:57.070 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:59:56 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:59:56.843+0000 7fa58bbbe1c0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-10-13T23:59:57.070 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:59:57 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:59:57.037+0000 7fa58bbbe1c0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-10-13T23:59:57.073 DEBUG:teuthology.orchestra.run.smithi082:> 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 db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-10-13T23:59:57.100 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 13 23:59:56 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: 2023-10-13T23:59:56.798+0000 7fe3300231c0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-10-13T23:59:57.347 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.b/config 2023-10-13T23:59:57.375 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 13 23:59:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: 2023-10-13T23:59:57.199+0000 7fe3300231c0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-10-13T23:59:57.766 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:59:57 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:59:57.486+0000 7fa58bbbe1c0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-10-13T23:59:57.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:57 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/3741977396' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-13T23:59:57.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:57 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/3741977396' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-10-13T23:59:57.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:57 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/3741977396' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-13T23:59:57.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:57 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/3741977396' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-10-13T23:59:57.836 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:57 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/3741977396' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-13T23:59:57.837 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:57 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/3741977396' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-10-13T23:59:58.097 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 13 23:59:58 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: 2023-10-13T23:59:58.012+0000 7fe3300231c0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-10-13T23:59:58.375 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 13 23:59:58 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: 2023-10-13T23:59:58.099+0000 7fe3300231c0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-10-13T23:59:58.566 INFO:teuthology.orchestra.run.smithi082.stdout:[client.1] 2023-10-13T23:59:58.569 INFO:teuthology.orchestra.run.smithi082.stdout: key = AQD+2SllP28+IRAABChTPomiMVBAb012LQe5BQ== 2023-10-13T23:59:58.729 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:58 smithi082 ceph-mon[116307]: from='client.? 172.21.15.82:0/3163042965' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-13T23:59:58.729 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:58 smithi082 ceph-mon[116307]: 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-10-13T23:59:58.730 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 13 23:59:58 smithi082 ceph-mon[116307]: 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-10-13T23:59:58.766 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:59:58 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:59:58.361+0000 7fa58bbbe1c0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-10-13T23:59:58.767 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:59:58 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:59:58.457+0000 7fa58bbbe1c0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-10-13T23:59:58.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:58 smithi055 ceph-mon[110989]: from='client.? 172.21.15.82:0/3163042965' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-13T23:59:58.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:58 smithi055 ceph-mon[110989]: 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-10-13T23:59:58.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 13 23:59:58 smithi055 ceph-mon[110989]: 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-10-13T23:59:58.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:58 smithi055 ceph-mon[124249]: from='client.? 172.21.15.82:0/3163042965' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-13T23:59:58.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:58 smithi055 ceph-mon[124249]: 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-10-13T23:59:58.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 13 23:59:58 smithi055 ceph-mon[124249]: 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-10-13T23:59:58.972 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2023-10-13T23:59:58.973 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-10-13T23:59:58.973 DEBUG:teuthology.orchestra.run.smithi082:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-10-13T23:59:59.001 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 13 23:59:58 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: 2023-10-13T23:59:58.728+0000 7fe3300231c0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-10-13T23:59:59.001 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 13 23:59:58 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: 2023-10-13T23:59:58.816+0000 7fe3300231c0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-10-13T23:59:59.001 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 13 23:59:58 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: 2023-10-13T23:59:58.904+0000 7fe3300231c0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-10-13T23:59:59.044 INFO:tasks.cephadm:Waiting for OSDs to come up 2023-10-13T23:59:59.045 DEBUG:teuthology.orchestra.run.smithi055:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph --cluster ceph osd dump --format=json 2023-10-13T23:59:59.321 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 13 23:59:59 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: 2023-10-13T23:59:59.000+0000 7fe3300231c0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-10-13T23:59:59.321 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 13 23:59:59 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: 2023-10-13T23:59:59.230+0000 7fe3300231c0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-10-13T23:59:59.385 INFO:teuthology.misc.health.smithi055.stdout: 2023-10-13T23:59:59.385 INFO:teuthology.misc.health.smithi055.stdout:{"epoch":59,"fsid":"db84ebe0-6a23-11ee-8db6-212e2dc638e7","created":"2023-10-13T23:55:30.731380+0000","modified":"2023-10-13T23:59:35.316088+0000","last_up_change":"2023-10-13T23:59:19.308317+0000","last_in_change":"2023-10-13T23:59:04.836217+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-10-13T23:57:56.647311+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}},{"pool":2,"pool_name":"cephfs_metadata","create_time":"2023-10-13T23:59:32.323941+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":"58","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-10-13T23:59:33.509551+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":"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":"d28170b1-0144-410a-a466-99da11b43cad","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6802","nonce":4207389270},{"type":"v1","addr":"172.21.15.55:6803","nonce":4207389270}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6804","nonce":4207389270},{"type":"v1","addr":"172.21.15.55:6805","nonce":4207389270}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6808","nonce":4207389270},{"type":"v1","addr":"172.21.15.55:6809","nonce":4207389270}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6806","nonce":4207389270},{"type":"v1","addr":"172.21.15.55:6807","nonce":4207389270}]},"public_addr":"172.21.15.55:6803/4207389270","cluster_addr":"172.21.15.55:6805/4207389270","heartbeat_back_addr":"172.21.15.55:6809/4207389270","heartbeat_front_addr":"172.21.15.55:6807/4207389270","state":["exists","up"]},{"osd":1,"uuid":"42e1cf0f-2803-4d75-9383-a2dc5932e973","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6810","nonce":1792343124},{"type":"v1","addr":"172.21.15.55:6811","nonce":1792343124}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6812","nonce":1792343124},{"type":"v1","addr":"172.21.15.55:6813","nonce":1792343124}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6816","nonce":1792343124},{"type":"v1","addr":"172.21.15.55:6817","nonce":1792343124}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6814","nonce":1792343124},{"type":"v1","addr":"172.21.15.55:6815","nonce":1792343124}]},"public_addr":"172.21.15.55:6811/1792343124","cluster_addr":"172.21.15.55:6813/1792343124","heartbeat_back_addr":"172.21.15.55:6817/1792343124","heartbeat_front_addr":"172.21.15.55:6815/1792343124","state":["exists","up"]},{"osd":2,"uuid":"e6270b89-2967-4635-a4cb-4b0b4f08e40c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6818","nonce":3092175114},{"type":"v1","addr":"172.21.15.55:6819","nonce":3092175114}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6820","nonce":3092175114},{"type":"v1","addr":"172.21.15.55:6821","nonce":3092175114}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6824","nonce":3092175114},{"type":"v1","addr":"172.21.15.55:6825","nonce":3092175114}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6822","nonce":3092175114},{"type":"v1","addr":"172.21.15.55:6823","nonce":3092175114}]},"public_addr":"172.21.15.55:6819/3092175114","cluster_addr":"172.21.15.55:6821/3092175114","heartbeat_back_addr":"172.21.15.55:6825/3092175114","heartbeat_front_addr":"172.21.15.55:6823/3092175114","state":["exists","up"]},{"osd":3,"uuid":"2322d5af-ceaa-4906-9470-cc560f3c8649","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6826","nonce":2991376783},{"type":"v1","addr":"172.21.15.55:6827","nonce":2991376783}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6828","nonce":2991376783},{"type":"v1","addr":"172.21.15.55:6829","nonce":2991376783}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6832","nonce":2991376783},{"type":"v1","addr":"172.21.15.55:6833","nonce":2991376783}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6830","nonce":2991376783},{"type":"v1","addr":"172.21.15.55:6831","nonce":2991376783}]},"public_addr":"172.21.15.55:6827/2991376783","cluster_addr":"172.21.15.55:6829/2991376783","heartbeat_back_addr":"172.21.15.55:6833/2991376783","heartbeat_front_addr":"172.21.15.55:6831/2991376783","state":["exists","up"]},{"osd":4,"uuid":"73a6a3d7-af46-4628-b8f7-cf8457eb50a6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6800","nonce":4217660778},{"type":"v1","addr":"172.21.15.82:6801","nonce":4217660778}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6802","nonce":4217660778},{"type":"v1","addr":"172.21.15.82:6803","nonce":4217660778}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6806","nonce":4217660778},{"type":"v1","addr":"172.21.15.82:6807","nonce":4217660778}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6804","nonce":4217660778},{"type":"v1","addr":"172.21.15.82:6805","nonce":4217660778}]},"public_addr":"172.21.15.82:6801/4217660778","cluster_addr":"172.21.15.82:6803/4217660778","heartbeat_back_addr":"172.21.15.82:6807/4217660778","heartbeat_front_addr":"172.21.15.82:6805/4217660778","state":["exists","up"]},{"osd":5,"uuid":"bc73dbc6-78da-45a3-98a0-bfa2485d547a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6808","nonce":1916158445},{"type":"v1","addr":"172.21.15.82:6809","nonce":1916158445}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6810","nonce":1916158445},{"type":"v1","addr":"172.21.15.82:6811","nonce":1916158445}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6814","nonce":1916158445},{"type":"v1","addr":"172.21.15.82:6815","nonce":1916158445}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6812","nonce":1916158445},{"type":"v1","addr":"172.21.15.82:6813","nonce":1916158445}]},"public_addr":"172.21.15.82:6809/1916158445","cluster_addr":"172.21.15.82:6811/1916158445","heartbeat_back_addr":"172.21.15.82:6815/1916158445","heartbeat_front_addr":"172.21.15.82:6813/1916158445","state":["exists","up"]},{"osd":6,"uuid":"ed1ff877-27d3-4531-bb21-39916204267d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":43,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6816","nonce":2921610915},{"type":"v1","addr":"172.21.15.82:6817","nonce":2921610915}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6818","nonce":2921610915},{"type":"v1","addr":"172.21.15.82:6819","nonce":2921610915}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6822","nonce":2921610915},{"type":"v1","addr":"172.21.15.82:6823","nonce":2921610915}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6820","nonce":2921610915},{"type":"v1","addr":"172.21.15.82:6821","nonce":2921610915}]},"public_addr":"172.21.15.82:6817/2921610915","cluster_addr":"172.21.15.82:6819/2921610915","heartbeat_back_addr":"172.21.15.82:6823/2921610915","heartbeat_front_addr":"172.21.15.82:6821/2921610915","state":["exists","up"]},{"osd":7,"uuid":"f906cdc1-85ea-4e96-9caa-028afe06e466","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":51,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6824","nonce":4101618271},{"type":"v1","addr":"172.21.15.82:6825","nonce":4101618271}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6826","nonce":4101618271},{"type":"v1","addr":"172.21.15.82:6827","nonce":4101618271}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6830","nonce":4101618271},{"type":"v1","addr":"172.21.15.82:6831","nonce":4101618271}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6828","nonce":4101618271},{"type":"v1","addr":"172.21.15.82:6829","nonce":4101618271}]},"public_addr":"172.21.15.82:6825/4101618271","cluster_addr":"172.21.15.82:6827/4101618271","heartbeat_back_addr":"172.21.15.82:6831/4101618271","heartbeat_front_addr":"172.21.15.82:6829/4101618271","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-10-13T23:57:18.699926+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-10-13T23:57:36.889632+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-10-13T23:57:54.175435+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-10-13T23:58:12.068215+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-10-13T23:58:28.154098+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-10-13T23:58:44.573307+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-10-13T23:59:00.864868+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-10-13T23:59:17.626770+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.55:0/2092460180":"2023-10-14T23:56:16.099051+0000","172.21.15.55:0/530723977":"2023-10-14T23:56:16.099051+0000","172.21.15.55:0/537605984":"2023-10-14T23:56:16.099051+0000","172.21.15.55:0/2397783452":"2023-10-14T23:55:55.533134+0000","172.21.15.55:0/170831819":"2023-10-14T23:55:55.533134+0000","172.21.15.55:0/3632410194":"2023-10-14T23:55:55.533134+0000","172.21.15.55:6801/3365808168":"2023-10-14T23:56:16.099051+0000","172.21.15.55:6801/850178993":"2023-10-14T23:55:55.533134+0000","172.21.15.55:6800/850178993":"2023-10-14T23:55:55.533134+0000","172.21.15.55:6800/3365808168":"2023-10-14T23:56:16.099051+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-10-13T23:59:59.399 DEBUG:teuthology.misc:8 of 8 OSDs are up 2023-10-13T23:59:59.399 INFO:tasks.cephadm:Creating RBD pool 2023-10-13T23:59:59.400 DEBUG:teuthology.orchestra.run.smithi055:> 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 db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- sudo ceph --cluster ceph osd pool create rbd 8 2023-10-13T23:59:59.427 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:59:59 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:59:59.153+0000 7fa58bbbe1c0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-10-13T23:59:59.428 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:59:59 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:59:59.250+0000 7fa58bbbe1c0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-10-13T23:59:59.428 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:59:59 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:59:59.349+0000 7fa58bbbe1c0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-10-13T23:59:59.625 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 13 23:59:59 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: 2023-10-13T23:59:59.320+0000 7fe3300231c0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-10-13T23:59:59.625 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 13 23:59:59 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: 2023-10-13T23:59:59.530+0000 7fe3300231c0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-10-13T23:59:59.701 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T23:59:59.728 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:59:59 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:59:59.456+0000 7fa58bbbe1c0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-10-13T23:59:59.728 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:59:59 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:59:59.726+0000 7fa58bbbe1c0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-10-13T23:59:59.891 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 13 23:59:59 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: 2023-10-13T23:59:59.625+0000 7fe3300231c0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-10-13T23:59:59.892 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 13 23:59:59 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: 2023-10-13T23:59:59.806+0000 7fe3300231c0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-10-14T00:00:00.016 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 13 23:59:59 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-13T23:59:59.834+0000 7fa58bbbe1c0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-10-14T00:00:00.339 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 13 23:59:59 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: 2023-10-13T23:59:59.891+0000 7fe3300231c0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-10-14T00:00:00.340 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:00:00 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-14T00:00:00.075+0000 7fa58bbbe1c0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-10-14T00:00:00.340 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:00:00 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-14T00:00:00.187+0000 7fa58bbbe1c0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-10-14T00:00:00.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:00 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/4248679527' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-14T00:00:00.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:00 smithi082 ceph-mon[116307]: overall HEALTH_OK 2023-10-14T00:00:00.661 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:00 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/4248679527' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-14T00:00:00.662 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:00 smithi055 ceph-mon[124249]: overall HEALTH_OK 2023-10-14T00:00:00.662 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:00:00 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-14T00:00:00.394+0000 7fa58bbbe1c0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-10-14T00:00:00.662 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:00:00 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-14T00:00:00.503+0000 7fa58bbbe1c0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-10-14T00:00:00.663 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:00 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/4248679527' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-14T00:00:00.663 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:00 smithi055 ceph-mon[110989]: overall HEALTH_OK 2023-10-14T00:00:00.989 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:00:00 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: 2023-10-14T00:00:00.627+0000 7fe3300231c0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-10-14T00:00:00.989 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:00:00 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: 2023-10-14T00:00:00.815+0000 7fe3300231c0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-10-14T00:00:01.375 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:00:00 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: 2023-10-14T00:00:00.988+0000 7fe3300231c0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-10-14T00:00:01.625 INFO:teuthology.orchestra.run.smithi055.stderr:pool 'rbd' created 2023-10-14T00:00:01.644 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:01 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/2855424906' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]: dispatch 2023-10-14T00:00:01.644 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:01 smithi055 ceph-mon[124249]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]: dispatch 2023-10-14T00:00:01.644 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:01 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/2855424906' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]: dispatch 2023-10-14T00:00:01.645 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:01 smithi055 ceph-mon[110989]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]: dispatch 2023-10-14T00:00:01.645 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:00:01 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-14T00:00:01.380+0000 7fa58bbbe1c0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-10-14T00:00:01.645 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:00:01 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-14T00:00:01.594+0000 7fa58bbbe1c0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-10-14T00:00:01.875 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:00:01 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: 2023-10-14T00:00:01.584+0000 7fe3300231c0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-10-14T00:00:01.875 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:00:01 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: 2023-10-14T00:00:01.767+0000 7fe3300231c0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-10-14T00:00:01.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:01 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/2855424906' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]: dispatch 2023-10-14T00:00:01.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:01 smithi082 ceph-mon[116307]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]: dispatch 2023-10-14T00:00:02.016 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:00:01 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-14T00:00:01.809+0000 7fa58bbbe1c0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-10-14T00:00:02.191 DEBUG:teuthology.orchestra.run.smithi055:> 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 db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- sudo ceph --cluster ceph osd pool application enable rbd rbd --yes-i-really-mean-it 2023-10-14T00:00:02.375 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:00:01 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: 2023-10-14T00:00:01.947+0000 7fe3300231c0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-10-14T00:00:02.375 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:00:02 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: 2023-10-14T00:00:02.061+0000 7fe3300231c0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-10-14T00:00:02.375 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:00:02 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: [14/Oct/2023:00:00:02] ENGINE Bus STARTING 2023-10-14T00:00:02.375 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:00:02 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: CherryPy Checker: 2023-10-14T00:00:02.376 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:00:02 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: The Application mounted at '' has an empty config. 2023-10-14T00:00:02.376 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:00:02 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: 2023-10-14T00:00:02.376 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:00:02 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: [14/Oct/2023:00:00:02] ENGINE Serving on http://:::9283 2023-10-14T00:00:02.376 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:00:02 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: [14/Oct/2023:00:00:02] ENGINE Bus STARTED 2023-10-14T00:00:02.553 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-14T00:00:02.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:02 smithi055 ceph-mon[110989]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]': finished 2023-10-14T00:00:02.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:02 smithi055 ceph-mon[110989]: osdmap e60: 8 total, 8 up, 8 in 2023-10-14T00:00:02.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:02 smithi055 ceph-mon[110989]: Standby manager daemon x restarted 2023-10-14T00:00:02.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:02 smithi055 ceph-mon[110989]: Standby manager daemon x started 2023-10-14T00:00:02.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:02 smithi055 ceph-mon[110989]: from='mgr.? 172.21.15.82:0/3203754572' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-10-14T00:00:02.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:02 smithi055 ceph-mon[110989]: from='mgr.? 172.21.15.82:0/3203754572' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-14T00:00:02.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:02 smithi055 ceph-mon[110989]: from='mgr.? 172.21.15.82:0/3203754572' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-10-14T00:00:02.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:02 smithi055 ceph-mon[110989]: from='mgr.? 172.21.15.82:0/3203754572' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-14T00:00:02.769 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:00:02 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-14T00:00:02.507+0000 7fa58bbbe1c0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-10-14T00:00:02.769 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:00:02 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-14T00:00:02.732+0000 7fa58bbbe1c0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-10-14T00:00:02.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:02 smithi055 ceph-mon[124249]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]': finished 2023-10-14T00:00:02.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:02 smithi055 ceph-mon[124249]: osdmap e60: 8 total, 8 up, 8 in 2023-10-14T00:00:02.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:02 smithi055 ceph-mon[124249]: Standby manager daemon x restarted 2023-10-14T00:00:02.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:02 smithi055 ceph-mon[124249]: Standby manager daemon x started 2023-10-14T00:00:02.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:02 smithi055 ceph-mon[124249]: from='mgr.? 172.21.15.82:0/3203754572' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-10-14T00:00:02.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:02 smithi055 ceph-mon[124249]: from='mgr.? 172.21.15.82:0/3203754572' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-14T00:00:02.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:02 smithi055 ceph-mon[124249]: from='mgr.? 172.21.15.82:0/3203754572' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-10-14T00:00:02.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:02 smithi055 ceph-mon[124249]: from='mgr.? 172.21.15.82:0/3203754572' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-14T00:00:03.090 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:00:02 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-14T00:00:02.954+0000 7fa58bbbe1c0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-10-14T00:00:03.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:02 smithi082 ceph-mon[116307]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]': finished 2023-10-14T00:00:03.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:02 smithi082 ceph-mon[116307]: osdmap e60: 8 total, 8 up, 8 in 2023-10-14T00:00:03.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:02 smithi082 ceph-mon[116307]: Standby manager daemon x restarted 2023-10-14T00:00:03.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:02 smithi082 ceph-mon[116307]: Standby manager daemon x started 2023-10-14T00:00:03.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:02 smithi082 ceph-mon[116307]: from='mgr.? 172.21.15.82:0/3203754572' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-10-14T00:00:03.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:02 smithi082 ceph-mon[116307]: from='mgr.? 172.21.15.82:0/3203754572' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-14T00:00:03.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:02 smithi082 ceph-mon[116307]: from='mgr.? 172.21.15.82:0/3203754572' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-10-14T00:00:03.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:02 smithi082 ceph-mon[116307]: from='mgr.? 172.21.15.82:0/3203754572' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-14T00:00:03.362 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-14T00:00:03.088+0000 7fa58bbbe1c0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-10-14T00:00:03.362 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:00:03] ENGINE Bus STARTING 2023-10-14T00:00:03.362 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-14T00:00:03.299+0000 7fa4e744f700 -1 client.0 error registering admin socket command: (17) File exists 2023-10-14T00:00:03.363 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-14T00:00:03.299+0000 7fa4e744f700 -1 client.0 error registering admin socket command: (17) File exists 2023-10-14T00:00:03.363 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-14T00:00:03.299+0000 7fa4e744f700 -1 client.0 error registering admin socket command: (17) File exists 2023-10-14T00:00:03.363 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-14T00:00:03.299+0000 7fa4e744f700 -1 client.0 error registering admin socket command: (17) File exists 2023-10-14T00:00:03.363 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-14T00:00:03.299+0000 7fa4e744f700 -1 client.0 error registering admin socket command: (17) File exists 2023-10-14T00:00:03.363 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-14T00:00:03.300+0000 7fa4ee45d700 -1 client.0 error registering admin socket command: (17) File exists 2023-10-14T00:00:03.364 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-14T00:00:03.300+0000 7fa4ee45d700 -1 client.0 error registering admin socket command: (17) File exists 2023-10-14T00:00:03.364 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-14T00:00:03.300+0000 7fa4ee45d700 -1 client.0 error registering admin socket command: (17) File exists 2023-10-14T00:00:03.364 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-14T00:00:03.300+0000 7fa4ee45d700 -1 client.0 error registering admin socket command: (17) File exists 2023-10-14T00:00:03.364 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-14T00:00:03.300+0000 7fa4ee45d700 -1 client.0 error registering admin socket command: (17) File exists 2023-10-14T00:00:03.364 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: CherryPy Checker: 2023-10-14T00:00:03.365 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: The Application mounted at '' has an empty config. 2023-10-14T00:00:03.365 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-14T00:00:03.625 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:00:03 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:00:03] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.43.0" 2023-10-14T00:00:03.646 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:00:03] ENGINE Serving on http://:::9283 2023-10-14T00:00:03.646 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:00:03] ENGINE Bus STARTED 2023-10-14T00:00:04.016 INFO:journalctl@ceph.osd.0.smithi055.stdout:Oct 14 00:00:03 smithi055 sudo[158751]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-10-14T00:00:04.017 INFO:journalctl@ceph.osd.0.smithi055.stdout:Oct 14 00:00:03 smithi055 sudo[158751]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-14T00:00:04.017 INFO:journalctl@ceph.osd.0.smithi055.stdout:Oct 14 00:00:03 smithi055 sudo[158751]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-14T00:00:04.017 INFO:journalctl@ceph.osd.0.smithi055.stdout:Oct 14 00:00:03 smithi055 sudo[158751]: pam_unix(sudo:session): session closed for user root 2023-10-14T00:00:04.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[124249]: osdmap e61: 8 total, 8 up, 8 in 2023-10-14T00:00:04.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[124249]: mgrmap e17: y(active, since 3m), standbys: x 2023-10-14T00:00:04.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[124249]: Active manager daemon y restarted 2023-10-14T00:00:04.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[124249]: Activating manager daemon y 2023-10-14T00:00:04.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[124249]: osdmap e62: 8 total, 8 up, 8 in 2023-10-14T00:00:04.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[124249]: mgrmap e18: y(active, starting, since 0.00765338s), standbys: x 2023-10-14T00:00:04.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:00:04.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:00:04.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:00:04.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2023-10-14T00:00:04.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2023-10-14T00:00:04.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-10-14T00:00:04.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-10-14T00:00:04.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-14T00:00:04.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-14T00:00:04.021 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-14T00:00:04.021 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-14T00:00:04.021 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-14T00:00:04.021 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-14T00:00:04.021 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-14T00:00:04.022 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-14T00:00:04.022 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-14T00:00:04.022 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-14T00:00:04.022 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-14T00:00:04.022 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[124249]: Manager daemon y is now available 2023-10-14T00:00:04.023 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:00:04.023 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:00:04.023 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:04.023 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:00:04.024 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-10-14T00:00:04.024 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-10-14T00:00:04.024 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[110989]: osdmap e61: 8 total, 8 up, 8 in 2023-10-14T00:00:04.024 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[110989]: mgrmap e17: y(active, since 3m), standbys: x 2023-10-14T00:00:04.025 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[110989]: Active manager daemon y restarted 2023-10-14T00:00:04.025 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[110989]: Activating manager daemon y 2023-10-14T00:00:04.025 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[110989]: osdmap e62: 8 total, 8 up, 8 in 2023-10-14T00:00:04.025 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[110989]: mgrmap e18: y(active, starting, since 0.00765338s), standbys: x 2023-10-14T00:00:04.025 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:00:04.026 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:00:04.026 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:00:04.026 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2023-10-14T00:00:04.026 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2023-10-14T00:00:04.026 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-10-14T00:00:04.027 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-10-14T00:00:04.027 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-14T00:00:04.027 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-14T00:00:04.027 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-14T00:00:04.027 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-14T00:00:04.028 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-14T00:00:04.028 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-14T00:00:04.028 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-14T00:00:04.028 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-14T00:00:04.028 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-14T00:00:04.028 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-14T00:00:04.029 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-14T00:00:04.029 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[110989]: Manager daemon y is now available 2023-10-14T00:00:04.029 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:00:04.029 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:00:04.029 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:04.030 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:00:04.030 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-10-14T00:00:04.030 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:03 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-10-14T00:00:04.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:03 smithi082 ceph-mon[116307]: osdmap e61: 8 total, 8 up, 8 in 2023-10-14T00:00:04.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:03 smithi082 ceph-mon[116307]: mgrmap e17: y(active, since 3m), standbys: x 2023-10-14T00:00:04.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:03 smithi082 ceph-mon[116307]: Active manager daemon y restarted 2023-10-14T00:00:04.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:03 smithi082 ceph-mon[116307]: Activating manager daemon y 2023-10-14T00:00:04.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:03 smithi082 ceph-mon[116307]: osdmap e62: 8 total, 8 up, 8 in 2023-10-14T00:00:04.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:03 smithi082 ceph-mon[116307]: mgrmap e18: y(active, starting, since 0.00765338s), standbys: x 2023-10-14T00:00:04.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:03 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:00:04.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:03 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:00:04.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:03 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:00:04.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:03 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2023-10-14T00:00:04.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:03 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2023-10-14T00:00:04.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:03 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-10-14T00:00:04.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:03 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-10-14T00:00:04.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:03 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-14T00:00:04.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:03 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-14T00:00:04.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:03 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-14T00:00:04.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:03 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-14T00:00:04.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:03 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-14T00:00:04.129 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:03 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-14T00:00:04.129 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:03 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-14T00:00:04.129 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:03 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-14T00:00:04.129 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:03 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-14T00:00:04.129 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:03 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-14T00:00:04.130 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:03 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-14T00:00:04.130 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:03 smithi082 ceph-mon[116307]: Manager daemon y is now available 2023-10-14T00:00:04.130 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:03 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:00:04.130 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:03 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:00:04.130 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:03 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:04.131 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:03 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:00:04.131 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:03 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-10-14T00:00:04.131 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:03 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-10-14T00:00:04.516 INFO:journalctl@ceph.osd.0.smithi055.stdout:Oct 14 00:00:04 smithi055 sudo[158855]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-10-14T00:00:04.517 INFO:journalctl@ceph.osd.0.smithi055.stdout:Oct 14 00:00:04 smithi055 sudo[158855]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-14T00:00:04.517 INFO:journalctl@ceph.osd.0.smithi055.stdout:Oct 14 00:00:04 smithi055 sudo[158855]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-14T00:00:04.517 INFO:journalctl@ceph.osd.0.smithi055.stdout:Oct 14 00:00:04 smithi055 sudo[158855]: pam_unix(sudo:session): session closed for user root 2023-10-14T00:00:04.760 INFO:teuthology.orchestra.run.smithi055.stderr:enabled application 'rbd' on pool 'rbd' 2023-10-14T00:00:05.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:04 smithi055 ceph-mon[124249]: [14/Oct/2023:00:00:03] ENGINE Bus STARTING 2023-10-14T00:00:05.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:04 smithi055 ceph-mon[124249]: [14/Oct/2023:00:00:03] ENGINE Serving on https://172.21.15.55:7150 2023-10-14T00:00:05.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:04 smithi055 ceph-mon[124249]: [14/Oct/2023:00:00:03] ENGINE Bus STARTED 2023-10-14T00:00:05.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:04 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:05.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:04 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/1066459372' entity='client.admin' cmd=[{"prefix": "osd pool application enable", "pool": "rbd", "app": "rbd", "yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:00:05.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:04 smithi055 ceph-mon[124249]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable", "pool": "rbd", "app": "rbd", "yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:00:05.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:04 smithi055 ceph-mon[124249]: mgrmap e19: y(active, since 1.01356s), standbys: x 2023-10-14T00:00:05.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:04 smithi055 ceph-mon[124249]: pgmap v3: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:00:05.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:04 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:05.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:04 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:05.019 INFO:journalctl@ceph.osd.1.smithi055.stdout:Oct 14 00:00:04 smithi055 sudo[158998]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-10-14T00:00:05.019 INFO:journalctl@ceph.osd.1.smithi055.stdout:Oct 14 00:00:04 smithi055 sudo[158998]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-14T00:00:05.019 INFO:journalctl@ceph.osd.1.smithi055.stdout:Oct 14 00:00:04 smithi055 sudo[158998]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-14T00:00:05.020 INFO:journalctl@ceph.osd.1.smithi055.stdout:Oct 14 00:00:04 smithi055 sudo[158998]: pam_unix(sudo:session): session closed for user root 2023-10-14T00:00:05.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:04 smithi055 ceph-mon[110989]: [14/Oct/2023:00:00:03] ENGINE Bus STARTING 2023-10-14T00:00:05.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:04 smithi055 ceph-mon[110989]: [14/Oct/2023:00:00:03] ENGINE Serving on https://172.21.15.55:7150 2023-10-14T00:00:05.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:04 smithi055 ceph-mon[110989]: [14/Oct/2023:00:00:03] ENGINE Bus STARTED 2023-10-14T00:00:05.021 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:04 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:05.021 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:04 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/1066459372' entity='client.admin' cmd=[{"prefix": "osd pool application enable", "pool": "rbd", "app": "rbd", "yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:00:05.021 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:04 smithi055 ceph-mon[110989]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable", "pool": "rbd", "app": "rbd", "yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:00:05.021 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:04 smithi055 ceph-mon[110989]: mgrmap e19: y(active, since 1.01356s), standbys: x 2023-10-14T00:00:05.021 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:04 smithi055 ceph-mon[110989]: pgmap v3: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:00:05.022 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:04 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:05.022 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:04 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:05.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:04 smithi082 ceph-mon[116307]: [14/Oct/2023:00:00:03] ENGINE Bus STARTING 2023-10-14T00:00:05.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:04 smithi082 ceph-mon[116307]: [14/Oct/2023:00:00:03] ENGINE Serving on https://172.21.15.55:7150 2023-10-14T00:00:05.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:04 smithi082 ceph-mon[116307]: [14/Oct/2023:00:00:03] ENGINE Bus STARTED 2023-10-14T00:00:05.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:04 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:05.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:04 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/1066459372' entity='client.admin' cmd=[{"prefix": "osd pool application enable", "pool": "rbd", "app": "rbd", "yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:00:05.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:04 smithi082 ceph-mon[116307]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable", "pool": "rbd", "app": "rbd", "yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:00:05.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:04 smithi082 ceph-mon[116307]: mgrmap e19: y(active, since 1.01356s), standbys: x 2023-10-14T00:00:05.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:04 smithi082 ceph-mon[116307]: pgmap v3: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:00:05.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:04 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:05.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:04 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:05.158 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-10-14T00:00:05.159 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-10-14T00:00:05.160 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph mgr dump --format=json 2023-10-14T00:00:05.502 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-14T00:00:05.516 INFO:journalctl@ceph.osd.1.smithi055.stdout:Oct 14 00:00:05 smithi055 sudo[159136]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-10-14T00:00:05.516 INFO:journalctl@ceph.osd.1.smithi055.stdout:Oct 14 00:00:05 smithi055 sudo[159136]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-14T00:00:05.517 INFO:journalctl@ceph.osd.1.smithi055.stdout:Oct 14 00:00:05 smithi055 sudo[159136]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-14T00:00:05.517 INFO:journalctl@ceph.osd.1.smithi055.stdout:Oct 14 00:00:05 smithi055 sudo[159136]: pam_unix(sudo:session): session closed for user root 2023-10-14T00:00:05.977 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:05 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:05.977 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:05 smithi082 ceph-mon[116307]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable", "pool": "rbd", "app": "rbd", "yes_i_really_mean_it": true}]': finished 2023-10-14T00:00:05.978 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:05 smithi082 ceph-mon[116307]: osdmap e63: 8 total, 8 up, 8 in 2023-10-14T00:00:05.978 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:05 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:05.978 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:05 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:05.978 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:05 smithi082 ceph-mon[116307]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-10-14T00:00:05.979 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:05 smithi082 ceph-mon[116307]: pgmap v5: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:00:05.979 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:05 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:05.990 INFO:journalctl@ceph.osd.2.smithi055.stdout:Oct 14 00:00:05 smithi055 sudo[159289]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-10-14T00:00:05.991 INFO:journalctl@ceph.osd.2.smithi055.stdout:Oct 14 00:00:05 smithi055 sudo[159289]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-14T00:00:05.991 INFO:journalctl@ceph.osd.2.smithi055.stdout:Oct 14 00:00:05 smithi055 sudo[159289]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-14T00:00:05.991 INFO:journalctl@ceph.osd.2.smithi055.stdout:Oct 14 00:00:05 smithi055 sudo[159289]: pam_unix(sudo:session): session closed for user root 2023-10-14T00:00:05.992 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:05 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:05.992 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:05 smithi055 ceph-mon[124249]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable", "pool": "rbd", "app": "rbd", "yes_i_really_mean_it": true}]': finished 2023-10-14T00:00:05.992 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:05 smithi055 ceph-mon[124249]: osdmap e63: 8 total, 8 up, 8 in 2023-10-14T00:00:05.992 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:05 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:05.992 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:05 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:05.993 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:05 smithi055 ceph-mon[124249]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-10-14T00:00:05.993 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:05 smithi055 ceph-mon[124249]: pgmap v5: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:00:05.993 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:05 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:05.994 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:05 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:05.994 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:05 smithi055 ceph-mon[110989]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable", "pool": "rbd", "app": "rbd", "yes_i_really_mean_it": true}]': finished 2023-10-14T00:00:05.995 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:05 smithi055 ceph-mon[110989]: osdmap e63: 8 total, 8 up, 8 in 2023-10-14T00:00:05.995 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:05 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:05.995 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:05 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:05.995 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:05 smithi055 ceph-mon[110989]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-10-14T00:00:05.996 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:05 smithi055 ceph-mon[110989]: pgmap v5: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:00:05.996 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:05 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:06.765 INFO:journalctl@ceph.osd.2.smithi055.stdout:Oct 14 00:00:06 smithi055 sudo[159651]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-10-14T00:00:06.765 INFO:journalctl@ceph.osd.2.smithi055.stdout:Oct 14 00:00:06 smithi055 sudo[159651]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-14T00:00:06.765 INFO:journalctl@ceph.osd.2.smithi055.stdout:Oct 14 00:00:06 smithi055 sudo[159651]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-14T00:00:06.766 INFO:journalctl@ceph.osd.2.smithi055.stdout:Oct 14 00:00:06 smithi055 sudo[159651]: pam_unix(sudo:session): session closed for user root 2023-10-14T00:00:07.017 INFO:journalctl@ceph.osd.3.smithi055.stdout:Oct 14 00:00:06 smithi055 sudo[160059]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-10-14T00:00:07.017 INFO:journalctl@ceph.osd.3.smithi055.stdout:Oct 14 00:00:06 smithi055 sudo[160059]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-14T00:00:07.017 INFO:journalctl@ceph.osd.3.smithi055.stdout:Oct 14 00:00:06 smithi055 sudo[160059]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-14T00:00:07.018 INFO:journalctl@ceph.osd.3.smithi055.stdout:Oct 14 00:00:06 smithi055 sudo[160059]: pam_unix(sudo:session): session closed for user root 2023-10-14T00:00:07.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:06 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:07.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:06 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:00:07.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:06 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:00:07.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:06 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:00:07.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:06 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:00:07.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:06 smithi055 ceph-mon[124249]: Adjusting osd_memory_target on smithi055 to 2999M 2023-10-14T00:00:07.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:06 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:07.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:06 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:07.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:06 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:07.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:06 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:00:07.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:06 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:00:07.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:06 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:00:07.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:06 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:00:07.021 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:06 smithi055 ceph-mon[124249]: Adjusting osd_memory_target on smithi082 to 2998M 2023-10-14T00:00:07.021 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:06 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:07.021 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:06 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:00:07.021 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:06 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:00:07.022 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:06 smithi055 ceph-mon[124249]: Updating smithi055:/etc/ceph/ceph.conf 2023-10-14T00:00:07.022 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:06 smithi055 ceph-mon[124249]: Updating smithi082:/etc/ceph/ceph.conf 2023-10-14T00:00:07.022 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:06 smithi055 ceph-mon[124249]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-10-14T00:00:07.022 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:06 smithi055 ceph-mon[124249]: Cluster is now healthy 2023-10-14T00:00:07.022 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:06 smithi055 ceph-mon[124249]: mgrmap e20: y(active, since 3s), standbys: x 2023-10-14T00:00:07.023 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:06 smithi055 ceph-mon[124249]: Updating smithi055:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-14T00:00:07.023 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:06 smithi055 ceph-mon[124249]: Updating smithi082:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-14T00:00:07.023 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:06 smithi055 ceph-mon[124249]: Updating smithi082:/etc/ceph/ceph.client.admin.keyring 2023-10-14T00:00:07.023 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:06 smithi055 ceph-mon[124249]: Updating smithi055:/etc/ceph/ceph.client.admin.keyring 2023-10-14T00:00:07.023 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:06 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:07.024 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:06 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:00:07.024 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:06 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:00:07.024 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:06 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:00:07.024 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:06 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:00:07.024 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:06 smithi055 ceph-mon[110989]: Adjusting osd_memory_target on smithi055 to 2999M 2023-10-14T00:00:07.024 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:06 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:07.025 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:06 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:07.025 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:06 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:07.025 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:06 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:00:07.025 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:06 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:00:07.025 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:06 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:00:07.026 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:06 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:00:07.026 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:06 smithi055 ceph-mon[110989]: Adjusting osd_memory_target on smithi082 to 2998M 2023-10-14T00:00:07.026 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:06 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:07.026 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:06 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:00:07.026 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:06 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:00:07.027 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:06 smithi055 ceph-mon[110989]: Updating smithi055:/etc/ceph/ceph.conf 2023-10-14T00:00:07.027 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:06 smithi055 ceph-mon[110989]: Updating smithi082:/etc/ceph/ceph.conf 2023-10-14T00:00:07.027 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:06 smithi055 ceph-mon[110989]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-10-14T00:00:07.027 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:06 smithi055 ceph-mon[110989]: Cluster is now healthy 2023-10-14T00:00:07.027 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:06 smithi055 ceph-mon[110989]: mgrmap e20: y(active, since 3s), standbys: x 2023-10-14T00:00:07.028 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:06 smithi055 ceph-mon[110989]: Updating smithi055:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-14T00:00:07.028 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:06 smithi055 ceph-mon[110989]: Updating smithi082:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-14T00:00:07.028 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:06 smithi055 ceph-mon[110989]: Updating smithi082:/etc/ceph/ceph.client.admin.keyring 2023-10-14T00:00:07.028 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:06 smithi055 ceph-mon[110989]: Updating smithi055:/etc/ceph/ceph.client.admin.keyring 2023-10-14T00:00:07.059 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-14T00:00:07.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:06 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:07.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:06 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:00:07.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:06 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:00:07.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:06 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:00:07.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:06 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:00:07.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:06 smithi082 ceph-mon[116307]: Adjusting osd_memory_target on smithi055 to 2999M 2023-10-14T00:00:07.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:06 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:07.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:06 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:07.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:06 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:07.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:06 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:00:07.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:06 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:00:07.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:06 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:00:07.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:06 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:00:07.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:06 smithi082 ceph-mon[116307]: Adjusting osd_memory_target on smithi082 to 2998M 2023-10-14T00:00:07.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:06 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:07.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:06 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:00:07.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:06 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:00:07.129 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:06 smithi082 ceph-mon[116307]: Updating smithi055:/etc/ceph/ceph.conf 2023-10-14T00:00:07.129 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:06 smithi082 ceph-mon[116307]: Updating smithi082:/etc/ceph/ceph.conf 2023-10-14T00:00:07.129 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:06 smithi082 ceph-mon[116307]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-10-14T00:00:07.129 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:06 smithi082 ceph-mon[116307]: Cluster is now healthy 2023-10-14T00:00:07.129 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:06 smithi082 ceph-mon[116307]: mgrmap e20: y(active, since 3s), standbys: x 2023-10-14T00:00:07.130 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:06 smithi082 ceph-mon[116307]: Updating smithi055:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-14T00:00:07.130 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:06 smithi082 ceph-mon[116307]: Updating smithi082:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-14T00:00:07.130 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:06 smithi082 ceph-mon[116307]: Updating smithi082:/etc/ceph/ceph.client.admin.keyring 2023-10-14T00:00:07.130 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:06 smithi082 ceph-mon[116307]: Updating smithi055:/etc/ceph/ceph.client.admin.keyring 2023-10-14T00:00:07.386 INFO:journalctl@ceph.osd.3.smithi055.stdout:Oct 14 00:00:07 smithi055 sudo[160383]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-10-14T00:00:07.387 INFO:journalctl@ceph.osd.3.smithi055.stdout:Oct 14 00:00:07 smithi055 sudo[160383]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-14T00:00:07.387 INFO:journalctl@ceph.osd.3.smithi055.stdout:Oct 14 00:00:07 smithi055 sudo[160383]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-14T00:00:07.387 INFO:journalctl@ceph.osd.3.smithi055.stdout:Oct 14 00:00:07 smithi055 sudo[160383]: pam_unix(sudo:session): session closed for user root 2023-10-14T00:00:07.410 INFO:teuthology.orchestra.run.smithi055.stdout:{"epoch":20,"active_gid":24509,"active_name":"y","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6800","nonce":3536877696},{"type":"v1","addr":"172.21.15.55:6801","nonce":3536877696}]},"active_addr":"172.21.15.55:6801/3536877696","active_change":"2023-10-14T00:00:03.104438+0000","active_mgr_features":4540138320759226367,"available":true,"standbys":[{"gid":14613,"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":[]},"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":[]},"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":{"dashboard":"https://172.21.15.55:8443/","prometheus":"http://172.21.15.55:9283/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"last_failure_osd_epoch":62,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.55:0","nonce":1936378658}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.55:0","nonce":1095091070}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.55:0","nonce":2382941342}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.55:0","nonce":2722303272}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.55:0","nonce":940330280}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.55:0","nonce":2947675824}]}]} 2023-10-14T00:00:07.415 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-10-14T00:00:07.416 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-10-14T00:00:07.416 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph osd dump --format=json 2023-10-14T00:00:07.732 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-14T00:00:07.875 INFO:journalctl@ceph.osd.4.smithi082.stdout:Oct 14 00:00:07 smithi082 sudo[152325]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-10-14T00:00:07.875 INFO:journalctl@ceph.osd.4.smithi082.stdout:Oct 14 00:00:07 smithi082 sudo[152325]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-14T00:00:07.876 INFO:journalctl@ceph.osd.4.smithi082.stdout:Oct 14 00:00:07 smithi082 sudo[152325]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-14T00:00:07.876 INFO:journalctl@ceph.osd.4.smithi082.stdout:Oct 14 00:00:07 smithi082 sudo[152325]: pam_unix(sudo:session): session closed for user root 2023-10-14T00:00:07.876 INFO:journalctl@ceph.osd.4.smithi082.stdout:Oct 14 00:00:07 smithi082 sudo[152328]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-10-14T00:00:07.876 INFO:journalctl@ceph.osd.4.smithi082.stdout:Oct 14 00:00:07 smithi082 sudo[152328]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-14T00:00:07.876 INFO:journalctl@ceph.osd.4.smithi082.stdout:Oct 14 00:00:07 smithi082 sudo[152328]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-14T00:00:07.877 INFO:journalctl@ceph.osd.4.smithi082.stdout:Oct 14 00:00:07 smithi082 sudo[152328]: pam_unix(sudo:session): session closed for user root 2023-10-14T00:00:08.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:07 smithi055 ceph-mon[110989]: Updating smithi082:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-14T00:00:08.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:07 smithi055 ceph-mon[110989]: Updating smithi055:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-14T00:00:08.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:07 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:08.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:07 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:08.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:07 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/3008352606' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-10-14T00:00:08.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:07 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:08.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:07 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:08.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:07 smithi055 ceph-mon[110989]: pgmap v6: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:00:08.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:07 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:08.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:07 smithi055 ceph-mon[110989]: Deploying daemon alertmanager.a on smithi055 2023-10-14T00:00:08.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:07 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:08.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:07 smithi055 ceph-mon[124249]: Updating smithi082:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-14T00:00:08.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:07 smithi055 ceph-mon[124249]: Updating smithi055:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-14T00:00:08.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:07 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:08.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:07 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:08.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:07 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/3008352606' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-10-14T00:00:08.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:07 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:08.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:07 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:08.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:07 smithi055 ceph-mon[124249]: pgmap v6: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:00:08.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:07 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:08.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:07 smithi055 ceph-mon[124249]: Deploying daemon alertmanager.a on smithi055 2023-10-14T00:00:08.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:07 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:08.272 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 00:00:08 smithi082 sudo[152331]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-10-14T00:00:08.272 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 00:00:08 smithi082 sudo[152331]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-14T00:00:08.272 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 00:00:08 smithi082 sudo[152331]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-14T00:00:08.272 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 00:00:08 smithi082 sudo[152331]: pam_unix(sudo:session): session closed for user root 2023-10-14T00:00:08.273 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:07 smithi082 ceph-mon[116307]: Updating smithi082:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-14T00:00:08.273 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:07 smithi082 ceph-mon[116307]: Updating smithi055:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-14T00:00:08.273 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:07 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:08.273 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:07 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:08.274 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:07 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/3008352606' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-10-14T00:00:08.274 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:07 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:08.274 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:07 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:08.274 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:07 smithi082 ceph-mon[116307]: pgmap v6: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:00:08.275 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:07 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:08.275 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:07 smithi082 ceph-mon[116307]: Deploying daemon alertmanager.a on smithi055 2023-10-14T00:00:08.275 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:07 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:08.520 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 00:00:08 smithi082 sudo[152337]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-10-14T00:00:08.521 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 00:00:08 smithi082 sudo[152337]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-14T00:00:08.521 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 00:00:08 smithi082 sudo[152337]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-14T00:00:08.521 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 00:00:08 smithi082 sudo[152334]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-10-14T00:00:08.521 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 00:00:08 smithi082 sudo[152334]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-14T00:00:08.522 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 00:00:08 smithi082 sudo[152334]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-14T00:00:08.522 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 00:00:08 smithi082 sudo[152334]: pam_unix(sudo:session): session closed for user root 2023-10-14T00:00:08.875 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 00:00:08 smithi082 sudo[152337]: pam_unix(sudo:session): session closed for user root 2023-10-14T00:00:08.875 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 00:00:08 smithi082 sudo[152340]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-10-14T00:00:08.875 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 00:00:08 smithi082 sudo[152340]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-14T00:00:08.875 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 00:00:08 smithi082 sudo[152340]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-14T00:00:08.876 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 00:00:08 smithi082 sudo[152340]: pam_unix(sudo:session): session closed for user root 2023-10-14T00:00:09.024 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-14T00:00:09.024 INFO:teuthology.orchestra.run.smithi055.stdout:{"epoch":63,"fsid":"db84ebe0-6a23-11ee-8db6-212e2dc638e7","created":"2023-10-13T23:55:30.731380+0000","modified":"2023-10-14T00:00:04.743405+0000","last_up_change":"2023-10-13T23:59:19.308317+0000","last_in_change":"2023-10-13T23:59:04.836217+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-10-13T23:57:56.647311+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}},{"pool":2,"pool_name":"cephfs_metadata","create_time":"2023-10-13T23:59:32.323941+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":"58","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-10-13T23:59:33.509551+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":"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"}}},{"pool":4,"pool_name":"rbd","create_time":"2023-10-14T00:00:01.551934+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":"d28170b1-0144-410a-a466-99da11b43cad","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":60,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6802","nonce":4207389270},{"type":"v1","addr":"172.21.15.55:6803","nonce":4207389270}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6804","nonce":4207389270},{"type":"v1","addr":"172.21.15.55:6805","nonce":4207389270}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6808","nonce":4207389270},{"type":"v1","addr":"172.21.15.55:6809","nonce":4207389270}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6806","nonce":4207389270},{"type":"v1","addr":"172.21.15.55:6807","nonce":4207389270}]},"public_addr":"172.21.15.55:6803/4207389270","cluster_addr":"172.21.15.55:6805/4207389270","heartbeat_back_addr":"172.21.15.55:6809/4207389270","heartbeat_front_addr":"172.21.15.55:6807/4207389270","state":["exists","up"]},{"osd":1,"uuid":"42e1cf0f-2803-4d75-9383-a2dc5932e973","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":60,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6810","nonce":1792343124},{"type":"v1","addr":"172.21.15.55:6811","nonce":1792343124}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6812","nonce":1792343124},{"type":"v1","addr":"172.21.15.55:6813","nonce":1792343124}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6816","nonce":1792343124},{"type":"v1","addr":"172.21.15.55:6817","nonce":1792343124}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6814","nonce":1792343124},{"type":"v1","addr":"172.21.15.55:6815","nonce":1792343124}]},"public_addr":"172.21.15.55:6811/1792343124","cluster_addr":"172.21.15.55:6813/1792343124","heartbeat_back_addr":"172.21.15.55:6817/1792343124","heartbeat_front_addr":"172.21.15.55:6815/1792343124","state":["exists","up"]},{"osd":2,"uuid":"e6270b89-2967-4635-a4cb-4b0b4f08e40c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6818","nonce":3092175114},{"type":"v1","addr":"172.21.15.55:6819","nonce":3092175114}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6820","nonce":3092175114},{"type":"v1","addr":"172.21.15.55:6821","nonce":3092175114}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6824","nonce":3092175114},{"type":"v1","addr":"172.21.15.55:6825","nonce":3092175114}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6822","nonce":3092175114},{"type":"v1","addr":"172.21.15.55:6823","nonce":3092175114}]},"public_addr":"172.21.15.55:6819/3092175114","cluster_addr":"172.21.15.55:6821/3092175114","heartbeat_back_addr":"172.21.15.55:6825/3092175114","heartbeat_front_addr":"172.21.15.55:6823/3092175114","state":["exists","up"]},{"osd":3,"uuid":"2322d5af-ceaa-4906-9470-cc560f3c8649","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":60,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6826","nonce":2991376783},{"type":"v1","addr":"172.21.15.55:6827","nonce":2991376783}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6828","nonce":2991376783},{"type":"v1","addr":"172.21.15.55:6829","nonce":2991376783}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6832","nonce":2991376783},{"type":"v1","addr":"172.21.15.55:6833","nonce":2991376783}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6830","nonce":2991376783},{"type":"v1","addr":"172.21.15.55:6831","nonce":2991376783}]},"public_addr":"172.21.15.55:6827/2991376783","cluster_addr":"172.21.15.55:6829/2991376783","heartbeat_back_addr":"172.21.15.55:6833/2991376783","heartbeat_front_addr":"172.21.15.55:6831/2991376783","state":["exists","up"]},{"osd":4,"uuid":"73a6a3d7-af46-4628-b8f7-cf8457eb50a6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":60,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6800","nonce":4217660778},{"type":"v1","addr":"172.21.15.82:6801","nonce":4217660778}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6802","nonce":4217660778},{"type":"v1","addr":"172.21.15.82:6803","nonce":4217660778}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6806","nonce":4217660778},{"type":"v1","addr":"172.21.15.82:6807","nonce":4217660778}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6804","nonce":4217660778},{"type":"v1","addr":"172.21.15.82:6805","nonce":4217660778}]},"public_addr":"172.21.15.82:6801/4217660778","cluster_addr":"172.21.15.82:6803/4217660778","heartbeat_back_addr":"172.21.15.82:6807/4217660778","heartbeat_front_addr":"172.21.15.82:6805/4217660778","state":["exists","up"]},{"osd":5,"uuid":"bc73dbc6-78da-45a3-98a0-bfa2485d547a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6808","nonce":1916158445},{"type":"v1","addr":"172.21.15.82:6809","nonce":1916158445}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6810","nonce":1916158445},{"type":"v1","addr":"172.21.15.82:6811","nonce":1916158445}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6814","nonce":1916158445},{"type":"v1","addr":"172.21.15.82:6815","nonce":1916158445}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6812","nonce":1916158445},{"type":"v1","addr":"172.21.15.82:6813","nonce":1916158445}]},"public_addr":"172.21.15.82:6809/1916158445","cluster_addr":"172.21.15.82:6811/1916158445","heartbeat_back_addr":"172.21.15.82:6815/1916158445","heartbeat_front_addr":"172.21.15.82:6813/1916158445","state":["exists","up"]},{"osd":6,"uuid":"ed1ff877-27d3-4531-bb21-39916204267d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":43,"up_thru":60,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6816","nonce":2921610915},{"type":"v1","addr":"172.21.15.82:6817","nonce":2921610915}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6818","nonce":2921610915},{"type":"v1","addr":"172.21.15.82:6819","nonce":2921610915}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6822","nonce":2921610915},{"type":"v1","addr":"172.21.15.82:6823","nonce":2921610915}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6820","nonce":2921610915},{"type":"v1","addr":"172.21.15.82:6821","nonce":2921610915}]},"public_addr":"172.21.15.82:6817/2921610915","cluster_addr":"172.21.15.82:6819/2921610915","heartbeat_back_addr":"172.21.15.82:6823/2921610915","heartbeat_front_addr":"172.21.15.82:6821/2921610915","state":["exists","up"]},{"osd":7,"uuid":"f906cdc1-85ea-4e96-9caa-028afe06e466","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":51,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6824","nonce":4101618271},{"type":"v1","addr":"172.21.15.82:6825","nonce":4101618271}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6826","nonce":4101618271},{"type":"v1","addr":"172.21.15.82:6827","nonce":4101618271}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6830","nonce":4101618271},{"type":"v1","addr":"172.21.15.82:6831","nonce":4101618271}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6828","nonce":4101618271},{"type":"v1","addr":"172.21.15.82:6829","nonce":4101618271}]},"public_addr":"172.21.15.82:6825/4101618271","cluster_addr":"172.21.15.82:6827/4101618271","heartbeat_back_addr":"172.21.15.82:6831/4101618271","heartbeat_front_addr":"172.21.15.82:6829/4101618271","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-10-13T23:57:18.699926+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-10-13T23:57:36.889632+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-10-13T23:57:54.175435+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-10-13T23:58:12.068215+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-10-13T23:58:28.154098+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-10-13T23:58:44.573307+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-10-13T23:59:00.864868+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-10-13T23:59:17.626770+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.55:0/1884369834":"2023-10-15T00:00:03.104242+0000","172.21.15.55:0/4159592334":"2023-10-15T00:00:03.104242+0000","172.21.15.55:6801/2967904605":"2023-10-15T00:00:03.104242+0000","172.21.15.55:6800/2967904605":"2023-10-15T00:00:03.104242+0000","172.21.15.55:0/402042571":"2023-10-15T00:00:03.104242+0000","172.21.15.55:0/2092460180":"2023-10-14T23:56:16.099051+0000","172.21.15.55:0/530723977":"2023-10-14T23:56:16.099051+0000","172.21.15.55:0/537605984":"2023-10-14T23:56:16.099051+0000","172.21.15.55:0/2397783452":"2023-10-14T23:55:55.533134+0000","172.21.15.55:0/170831819":"2023-10-14T23:55:55.533134+0000","172.21.15.55:0/3632410194":"2023-10-14T23:55:55.533134+0000","172.21.15.55:0/2301986186":"2023-10-15T00:00:03.104242+0000","172.21.15.55:6801/3365808168":"2023-10-14T23:56:16.099051+0000","172.21.15.55:6801/850178993":"2023-10-14T23:55:55.533134+0000","172.21.15.55:6800/850178993":"2023-10-14T23:55:55.533134+0000","172.21.15.55:6800/3365808168":"2023-10-14T23:56:16.099051+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-10-14T00:00:09.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:09 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/828817209' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-14T00:00:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:09 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/828817209' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-14T00:00:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:09 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/828817209' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-14T00:00:09.375 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 00:00:08 smithi082 sudo[152343]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-10-14T00:00:09.375 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 00:00:08 smithi082 sudo[152343]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-14T00:00:09.376 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 00:00:08 smithi082 sudo[152343]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-14T00:00:09.376 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 00:00:09 smithi082 sudo[152343]: pam_unix(sudo:session): session closed for user root 2023-10-14T00:00:09.376 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 00:00:09 smithi082 sudo[152346]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-10-14T00:00:09.376 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 00:00:09 smithi082 sudo[152346]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-14T00:00:09.376 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 00:00:09 smithi082 sudo[152346]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-14T00:00:09.377 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 00:00:09 smithi082 sudo[152346]: pam_unix(sudo:session): session closed for user root 2023-10-14T00:00:10.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:09 smithi055 sudo[160662]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-10-14T00:00:10.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:09 smithi055 sudo[160662]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-14T00:00:10.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:09 smithi055 sudo[160662]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-14T00:00:10.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:09 smithi055 sudo[160662]: pam_unix(sudo:session): session closed for user root 2023-10-14T00:00:10.199 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-10-14T00:00:10.200 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph osd dump --format=json 2023-10-14T00:00:10.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:10 smithi055 sudo[160709]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-10-14T00:00:10.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:10 smithi055 sudo[160709]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-14T00:00:10.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:10 smithi055 sudo[160709]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-14T00:00:10.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:10 smithi055 sudo[160709]: pam_unix(sudo:session): session closed for user root 2023-10-14T00:00:10.527 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-14T00:00:10.719 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:10 smithi082 sudo[152349]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-10-14T00:00:10.719 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:10 smithi082 sudo[152349]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-14T00:00:10.719 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:10 smithi082 sudo[152349]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-14T00:00:10.720 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:10 smithi082 sudo[152349]: pam_unix(sudo:session): session closed for user root 2023-10-14T00:00:10.720 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:10 smithi082 sudo[152352]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-10-14T00:00:10.720 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:10 smithi082 sudo[152352]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-14T00:00:10.720 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:10 smithi082 sudo[152352]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-14T00:00:10.721 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:10 smithi082 sudo[152352]: pam_unix(sudo:session): session closed for user root 2023-10-14T00:00:10.982 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:10 smithi055 ceph-mon[110989]: pgmap v7: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 44 KiB/s rd, 157 KiB/s wr, 14 op/s 2023-10-14T00:00:10.983 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:10 smithi055 ceph-mon[110989]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-14T00:00:10.983 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:10 smithi055 ceph-mon[110989]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-14T00:00:10.983 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:10 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:00:10.983 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:10 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:00:10.984 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:10 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:00:10.984 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:10 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:00:10.984 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:10 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:00:10.984 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:10 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:00:11.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:10 smithi082 ceph-mon[116307]: pgmap v7: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 44 KiB/s rd, 157 KiB/s wr, 14 op/s 2023-10-14T00:00:11.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:10 smithi082 ceph-mon[116307]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-14T00:00:11.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:10 smithi082 ceph-mon[116307]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-14T00:00:11.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:10 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:00:11.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:10 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:00:11.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:10 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:00:11.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:10 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:00:11.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:10 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:00:11.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:10 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:00:11.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:11 smithi055 sudo[160780]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-10-14T00:00:11.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:11 smithi055 sudo[160780]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-14T00:00:11.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:11 smithi055 sudo[160780]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-14T00:00:11.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:11 smithi055 sudo[160780]: pam_unix(sudo:session): session closed for user root 2023-10-14T00:00:12.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:11 smithi055 ceph-mon[110989]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-14T00:00:12.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:11 smithi055 ceph-mon[110989]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-14T00:00:12.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:11 smithi055 ceph-mon[110989]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-14T00:00:12.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:11 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:00:12.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:11 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:00:12.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:11 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:00:12.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:11 smithi055 ceph-mon[110989]: pgmap v8: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 31 KiB/s rd, 112 KiB/s wr, 10 op/s 2023-10-14T00:00:12.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:11 smithi055 ceph-mon[110989]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-14T00:00:12.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:11 smithi055 sudo[160800]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-10-14T00:00:12.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:11 smithi055 sudo[160800]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-14T00:00:12.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:11 smithi055 sudo[160800]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-14T00:00:12.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:11 smithi055 sudo[160800]: pam_unix(sudo:session): session closed for user root 2023-10-14T00:00:12.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:11 smithi055 ceph-mon[124249]: pgmap v7: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 44 KiB/s rd, 157 KiB/s wr, 14 op/s 2023-10-14T00:00:12.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:11 smithi055 ceph-mon[124249]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-14T00:00:12.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:11 smithi055 ceph-mon[124249]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-14T00:00:12.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:11 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:00:12.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:11 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:00:12.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:11 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:00:12.021 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:11 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:00:12.021 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:11 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:00:12.021 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:11 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:00:12.021 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:11 smithi055 ceph-mon[124249]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-14T00:00:12.021 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:11 smithi055 ceph-mon[124249]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-14T00:00:12.022 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:11 smithi055 ceph-mon[124249]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-14T00:00:12.022 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:11 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:00:12.022 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:11 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:00:12.022 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:11 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:00:12.022 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:11 smithi055 ceph-mon[124249]: pgmap v8: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 31 KiB/s rd, 112 KiB/s wr, 10 op/s 2023-10-14T00:00:12.023 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:11 smithi055 ceph-mon[124249]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-14T00:00:12.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:11 smithi082 ceph-mon[116307]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-14T00:00:12.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:11 smithi082 ceph-mon[116307]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-14T00:00:12.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:11 smithi082 ceph-mon[116307]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-14T00:00:12.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:11 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:00:12.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:11 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:00:12.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:11 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:00:12.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:11 smithi082 ceph-mon[116307]: pgmap v8: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 31 KiB/s rd, 112 KiB/s wr, 10 op/s 2023-10-14T00:00:12.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:11 smithi082 ceph-mon[116307]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-14T00:00:13.430 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-14T00:00:13.430 INFO:teuthology.orchestra.run.smithi055.stdout:{"epoch":63,"fsid":"db84ebe0-6a23-11ee-8db6-212e2dc638e7","created":"2023-10-13T23:55:30.731380+0000","modified":"2023-10-14T00:00:04.743405+0000","last_up_change":"2023-10-13T23:59:19.308317+0000","last_in_change":"2023-10-13T23:59:04.836217+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-10-13T23:57:56.647311+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}},{"pool":2,"pool_name":"cephfs_metadata","create_time":"2023-10-13T23:59:32.323941+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":"58","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-10-13T23:59:33.509551+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":"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"}}},{"pool":4,"pool_name":"rbd","create_time":"2023-10-14T00:00:01.551934+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":"d28170b1-0144-410a-a466-99da11b43cad","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":60,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6802","nonce":4207389270},{"type":"v1","addr":"172.21.15.55:6803","nonce":4207389270}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6804","nonce":4207389270},{"type":"v1","addr":"172.21.15.55:6805","nonce":4207389270}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6808","nonce":4207389270},{"type":"v1","addr":"172.21.15.55:6809","nonce":4207389270}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6806","nonce":4207389270},{"type":"v1","addr":"172.21.15.55:6807","nonce":4207389270}]},"public_addr":"172.21.15.55:6803/4207389270","cluster_addr":"172.21.15.55:6805/4207389270","heartbeat_back_addr":"172.21.15.55:6809/4207389270","heartbeat_front_addr":"172.21.15.55:6807/4207389270","state":["exists","up"]},{"osd":1,"uuid":"42e1cf0f-2803-4d75-9383-a2dc5932e973","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":60,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6810","nonce":1792343124},{"type":"v1","addr":"172.21.15.55:6811","nonce":1792343124}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6812","nonce":1792343124},{"type":"v1","addr":"172.21.15.55:6813","nonce":1792343124}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6816","nonce":1792343124},{"type":"v1","addr":"172.21.15.55:6817","nonce":1792343124}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6814","nonce":1792343124},{"type":"v1","addr":"172.21.15.55:6815","nonce":1792343124}]},"public_addr":"172.21.15.55:6811/1792343124","cluster_addr":"172.21.15.55:6813/1792343124","heartbeat_back_addr":"172.21.15.55:6817/1792343124","heartbeat_front_addr":"172.21.15.55:6815/1792343124","state":["exists","up"]},{"osd":2,"uuid":"e6270b89-2967-4635-a4cb-4b0b4f08e40c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6818","nonce":3092175114},{"type":"v1","addr":"172.21.15.55:6819","nonce":3092175114}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6820","nonce":3092175114},{"type":"v1","addr":"172.21.15.55:6821","nonce":3092175114}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6824","nonce":3092175114},{"type":"v1","addr":"172.21.15.55:6825","nonce":3092175114}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6822","nonce":3092175114},{"type":"v1","addr":"172.21.15.55:6823","nonce":3092175114}]},"public_addr":"172.21.15.55:6819/3092175114","cluster_addr":"172.21.15.55:6821/3092175114","heartbeat_back_addr":"172.21.15.55:6825/3092175114","heartbeat_front_addr":"172.21.15.55:6823/3092175114","state":["exists","up"]},{"osd":3,"uuid":"2322d5af-ceaa-4906-9470-cc560f3c8649","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":60,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6826","nonce":2991376783},{"type":"v1","addr":"172.21.15.55:6827","nonce":2991376783}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6828","nonce":2991376783},{"type":"v1","addr":"172.21.15.55:6829","nonce":2991376783}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6832","nonce":2991376783},{"type":"v1","addr":"172.21.15.55:6833","nonce":2991376783}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6830","nonce":2991376783},{"type":"v1","addr":"172.21.15.55:6831","nonce":2991376783}]},"public_addr":"172.21.15.55:6827/2991376783","cluster_addr":"172.21.15.55:6829/2991376783","heartbeat_back_addr":"172.21.15.55:6833/2991376783","heartbeat_front_addr":"172.21.15.55:6831/2991376783","state":["exists","up"]},{"osd":4,"uuid":"73a6a3d7-af46-4628-b8f7-cf8457eb50a6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":60,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6800","nonce":4217660778},{"type":"v1","addr":"172.21.15.82:6801","nonce":4217660778}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6802","nonce":4217660778},{"type":"v1","addr":"172.21.15.82:6803","nonce":4217660778}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6806","nonce":4217660778},{"type":"v1","addr":"172.21.15.82:6807","nonce":4217660778}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6804","nonce":4217660778},{"type":"v1","addr":"172.21.15.82:6805","nonce":4217660778}]},"public_addr":"172.21.15.82:6801/4217660778","cluster_addr":"172.21.15.82:6803/4217660778","heartbeat_back_addr":"172.21.15.82:6807/4217660778","heartbeat_front_addr":"172.21.15.82:6805/4217660778","state":["exists","up"]},{"osd":5,"uuid":"bc73dbc6-78da-45a3-98a0-bfa2485d547a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6808","nonce":1916158445},{"type":"v1","addr":"172.21.15.82:6809","nonce":1916158445}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6810","nonce":1916158445},{"type":"v1","addr":"172.21.15.82:6811","nonce":1916158445}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6814","nonce":1916158445},{"type":"v1","addr":"172.21.15.82:6815","nonce":1916158445}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6812","nonce":1916158445},{"type":"v1","addr":"172.21.15.82:6813","nonce":1916158445}]},"public_addr":"172.21.15.82:6809/1916158445","cluster_addr":"172.21.15.82:6811/1916158445","heartbeat_back_addr":"172.21.15.82:6815/1916158445","heartbeat_front_addr":"172.21.15.82:6813/1916158445","state":["exists","up"]},{"osd":6,"uuid":"ed1ff877-27d3-4531-bb21-39916204267d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":43,"up_thru":60,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6816","nonce":2921610915},{"type":"v1","addr":"172.21.15.82:6817","nonce":2921610915}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6818","nonce":2921610915},{"type":"v1","addr":"172.21.15.82:6819","nonce":2921610915}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6822","nonce":2921610915},{"type":"v1","addr":"172.21.15.82:6823","nonce":2921610915}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6820","nonce":2921610915},{"type":"v1","addr":"172.21.15.82:6821","nonce":2921610915}]},"public_addr":"172.21.15.82:6817/2921610915","cluster_addr":"172.21.15.82:6819/2921610915","heartbeat_back_addr":"172.21.15.82:6823/2921610915","heartbeat_front_addr":"172.21.15.82:6821/2921610915","state":["exists","up"]},{"osd":7,"uuid":"f906cdc1-85ea-4e96-9caa-028afe06e466","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":51,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6824","nonce":4101618271},{"type":"v1","addr":"172.21.15.82:6825","nonce":4101618271}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6826","nonce":4101618271},{"type":"v1","addr":"172.21.15.82:6827","nonce":4101618271}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6830","nonce":4101618271},{"type":"v1","addr":"172.21.15.82:6831","nonce":4101618271}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6828","nonce":4101618271},{"type":"v1","addr":"172.21.15.82:6829","nonce":4101618271}]},"public_addr":"172.21.15.82:6825/4101618271","cluster_addr":"172.21.15.82:6827/4101618271","heartbeat_back_addr":"172.21.15.82:6831/4101618271","heartbeat_front_addr":"172.21.15.82:6829/4101618271","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-10-13T23:57:18.699926+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-10-13T23:57:36.889632+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-10-13T23:57:54.175435+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-10-13T23:58:12.068215+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-10-13T23:58:28.154098+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-10-13T23:58:44.573307+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-10-13T23:59:00.864868+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-10-13T23:59:17.626770+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.55:0/1884369834":"2023-10-15T00:00:03.104242+0000","172.21.15.55:0/4159592334":"2023-10-15T00:00:03.104242+0000","172.21.15.55:6801/2967904605":"2023-10-15T00:00:03.104242+0000","172.21.15.55:6800/2967904605":"2023-10-15T00:00:03.104242+0000","172.21.15.55:0/402042571":"2023-10-15T00:00:03.104242+0000","172.21.15.55:0/2092460180":"2023-10-14T23:56:16.099051+0000","172.21.15.55:0/530723977":"2023-10-14T23:56:16.099051+0000","172.21.15.55:0/537605984":"2023-10-14T23:56:16.099051+0000","172.21.15.55:0/2397783452":"2023-10-14T23:55:55.533134+0000","172.21.15.55:0/170831819":"2023-10-14T23:55:55.533134+0000","172.21.15.55:0/3632410194":"2023-10-14T23:55:55.533134+0000","172.21.15.55:0/2301986186":"2023-10-15T00:00:03.104242+0000","172.21.15.55:6801/3365808168":"2023-10-14T23:56:16.099051+0000","172.21.15.55:6801/850178993":"2023-10-14T23:55:55.533134+0000","172.21.15.55:6800/850178993":"2023-10-14T23:55:55.533134+0000","172.21.15.55:6800/3365808168":"2023-10-14T23:56:16.099051+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-10-14T00:00:13.456 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:00:13 smithi055 systemd[1]: Starting Ceph alertmanager.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:00:13.766 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:00:13 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-alertmanager-a[161040]: ts=2023-10-14T00:00:13.670Z caller=main.go:240 level=info msg="Starting Alertmanager" version="(version=0.25.0, branch=HEAD, revision=258fab7cdd551f2cf251ed0348f0ad7289aee789)" 2023-10-14T00:00:13.767 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:00:13 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-alertmanager-a[161040]: ts=2023-10-14T00:00:13.671Z caller=main.go:241 level=info build_context="(go=go1.19.4, user=root@abe866dd5717, date=20221222-14:51:36)" 2023-10-14T00:00:13.767 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:00:13 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-alertmanager-a[161040]: ts=2023-10-14T00:00:13.672Z caller=cluster.go:185 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.55 port=9094 2023-10-14T00:00:13.767 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:00:13 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-alertmanager-a[161040]: ts=2023-10-14T00:00:13.673Z caller=cluster.go:681 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2023-10-14T00:00:13.767 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:00:13 smithi055 bash[161010]: e94846566a0c33c6d10d0fff878ae84e031db679acf6659ed06283b8a139b66c 2023-10-14T00:00:13.767 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:00:13 smithi055 systemd[1]: Started Ceph alertmanager.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:00:13.768 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:00:13 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-alertmanager-a[161040]: ts=2023-10-14T00:00:13.701Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2023-10-14T00:00:13.768 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:00:13 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-alertmanager-a[161040]: ts=2023-10-14T00:00:13.701Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2023-10-14T00:00:13.768 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:00:13 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-alertmanager-a[161040]: ts=2023-10-14T00:00:13.704Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9093 2023-10-14T00:00:13.768 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:00:13 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-alertmanager-a[161040]: ts=2023-10-14T00:00:13.704Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9093 2023-10-14T00:00:13.875 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:00:13 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:00:13] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.43.0" 2023-10-14T00:00:14.079 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph tell osd.0 flush_pg_stats 2023-10-14T00:00:14.080 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph tell osd.1 flush_pg_stats 2023-10-14T00:00:14.081 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph tell osd.2 flush_pg_stats 2023-10-14T00:00:14.081 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph tell osd.3 flush_pg_stats 2023-10-14T00:00:14.082 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph tell osd.4 flush_pg_stats 2023-10-14T00:00:14.082 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph tell osd.5 flush_pg_stats 2023-10-14T00:00:14.083 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph tell osd.6 flush_pg_stats 2023-10-14T00:00:14.083 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph tell osd.7 flush_pg_stats 2023-10-14T00:00:14.257 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:14 smithi055 ceph-mon[110989]: pgmap v9: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 24 KiB/s rd, 87 KiB/s wr, 7 op/s 2023-10-14T00:00:14.257 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:14 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/1508828210' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-14T00:00:14.257 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:14 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:14.257 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:14 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:14.258 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:14 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:14.258 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:14 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:14.258 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:14 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:14.258 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:14 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:14.258 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:14 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-10-14T00:00:14.259 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:14 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:14.278 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:00:13 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:00:13] ENGINE Bus STOPPING 2023-10-14T00:00:14.278 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:00:13 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:00:13] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-10-14T00:00:14.278 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:00:13 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:00:13] ENGINE Bus STOPPED 2023-10-14T00:00:14.279 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:00:13 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:00:13] ENGINE Bus STARTING 2023-10-14T00:00:14.279 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:00:14 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:00:14] ENGINE Serving on http://:::9283 2023-10-14T00:00:14.279 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:00:14 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:00:14] ENGINE Bus STARTED 2023-10-14T00:00:14.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:14 smithi055 ceph-mon[124249]: pgmap v9: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 24 KiB/s rd, 87 KiB/s wr, 7 op/s 2023-10-14T00:00:14.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:14 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/1508828210' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-14T00:00:14.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:14 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:14.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:14 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:14.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:14 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:14.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:14 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:14.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:14 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:14.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:14 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:14.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:14 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-10-14T00:00:14.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:14 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:14.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:14 smithi082 ceph-mon[116307]: pgmap v9: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 24 KiB/s rd, 87 KiB/s wr, 7 op/s 2023-10-14T00:00:14.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:14 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/1508828210' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-14T00:00:14.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:14 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:14.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:14 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:14.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:14 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:14.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:14 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:14.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:14 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:14.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:14 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:14.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:14 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-10-14T00:00:14.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:14 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:14.910 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-14T00:00:15.163 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-14T00:00:15.218 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-14T00:00:15.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:15 smithi055 ceph-mon[124249]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-10-14T00:00:15.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:15 smithi055 ceph-mon[124249]: Deploying daemon grafana.a on smithi082 2023-10-14T00:00:15.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:15 smithi055 ceph-mon[110989]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-10-14T00:00:15.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:15 smithi055 ceph-mon[110989]: Deploying daemon grafana.a on smithi082 2023-10-14T00:00:15.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:15 smithi082 ceph-mon[116307]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-10-14T00:00:15.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:15 smithi082 ceph-mon[116307]: Deploying daemon grafana.a on smithi082 2023-10-14T00:00:15.669 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-14T00:00:15.972 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:00:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-alertmanager-a[161040]: ts=2023-10-14T00:00:15.673Z caller=cluster.go:706 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000134441s 2023-10-14T00:00:16.030 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-14T00:00:16.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:16 smithi055 ceph-mon[124249]: pgmap v10: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 101 KiB/s wr, 9 op/s 2023-10-14T00:00:16.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:16 smithi055 ceph-mon[110989]: pgmap v10: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 101 KiB/s wr, 9 op/s 2023-10-14T00:00:16.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:16 smithi082 ceph-mon[116307]: pgmap v10: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 101 KiB/s wr, 9 op/s 2023-10-14T00:00:17.280 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-14T00:00:17.632 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-14T00:00:18.499 INFO:teuthology.orchestra.run.smithi055.stdout:55834574881 2023-10-14T00:00:18.500 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.1 2023-10-14T00:00:18.532 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:18 smithi055 ceph-mon[124249]: pgmap v11: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 87 KiB/s wr, 7 op/s 2023-10-14T00:00:18.532 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:18 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:18.532 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:18 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:00:18.532 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:18 smithi055 ceph-mon[110989]: pgmap v11: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 87 KiB/s wr, 7 op/s 2023-10-14T00:00:18.533 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:18 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:18.533 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:18 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:00:18.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:18 smithi082 ceph-mon[116307]: pgmap v11: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 87 KiB/s wr, 7 op/s 2023-10-14T00:00:18.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:18 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:18.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:18 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:00:19.103 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-14T00:00:19.909 INFO:teuthology.orchestra.run.smithi055.stdout:184683593745 2023-10-14T00:00:19.910 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.6 2023-10-14T00:00:20.273 INFO:teuthology.orchestra.run.smithi055.stdout:103079215131 2023-10-14T00:00:20.273 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.3 2023-10-14T00:00:20.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:20 smithi055 ceph-mon[110989]: pgmap v12: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 87 KiB/s wr, 7 op/s 2023-10-14T00:00:20.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:20 smithi055 ceph-mon[124249]: pgmap v12: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 87 KiB/s wr, 7 op/s 2023-10-14T00:00:20.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:20 smithi082 ceph-mon[116307]: pgmap v12: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 87 KiB/s wr, 7 op/s 2023-10-14T00:00:20.648 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-14T00:00:21.980 INFO:teuthology.orchestra.run.smithi055.stdout:124554051607 2023-10-14T00:00:21.981 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.4 2023-10-14T00:00:22.563 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:22 smithi055 ceph-mon[124249]: pgmap v13: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-10-14T00:00:22.563 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:22 smithi055 ceph-mon[110989]: pgmap v13: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-10-14T00:00:22.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:22 smithi082 ceph-mon[116307]: pgmap v13: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-10-14T00:00:22.866 INFO:teuthology.orchestra.run.smithi055.stdout:154618822677 2023-10-14T00:00:22.866 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.5 2023-10-14T00:00:23.077 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-14T00:00:23.384 INFO:teuthology.orchestra.run.smithi055.stdout:77309411358 2023-10-14T00:00:23.384 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.2 2023-10-14T00:00:23.875 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:00:23 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:00:23] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.43.0" 2023-10-14T00:00:24.016 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:00:23 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-alertmanager-a[161040]: ts=2023-10-14T00:00:23.675Z caller=cluster.go:698 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.002312987s 2023-10-14T00:00:24.123 INFO:teuthology.orchestra.run.smithi055.stdout:219043332109 2023-10-14T00:00:24.124 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.7 2023-10-14T00:00:24.328 INFO:teuthology.orchestra.run.smithi055.stdout:34359738406 2023-10-14T00:00:24.328 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.0 2023-10-14T00:00:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:24 smithi082 ceph-mon[116307]: pgmap v14: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-10-14T00:00:24.710 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:24 smithi055 ceph-mon[124249]: pgmap v14: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-10-14T00:00:24.711 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:24 smithi055 ceph-mon[110989]: pgmap v14: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-10-14T00:00:24.711 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-14T00:00:25.124 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-14T00:00:25.504 INFO:teuthology.orchestra.run.smithi055.stdout:103079215133 2023-10-14T00:00:25.625 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-14T00:00:26.115 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 systemd[1]: Starting Ceph grafana.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:00:26.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-mon[116307]: pgmap v15: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-10-14T00:00:26.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/4167863663' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-10-14T00:00:26.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:26 smithi055 ceph-mon[124249]: pgmap v15: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-10-14T00:00:26.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:26 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/4167863663' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-10-14T00:00:26.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:26 smithi055 ceph-mon[110989]: pgmap v15: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-10-14T00:00:26.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:26 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/4167863663' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-10-14T00:00:26.648 INFO:tasks.cephadm.ceph_manager.ceph:need seq 103079215131 got 103079215133 for osd.3 2023-10-14T00:00:26.649 DEBUG:teuthology.parallel:result is None 2023-10-14T00:00:26.649 INFO:teuthology.orchestra.run.smithi055.stdout:55834574883 2023-10-14T00:00:26.685 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 bash[152671]: b5effe27e4b37712631e5a3f236e6e910a04a191c780992b12709233c08045d0 2023-10-14T00:00:26.685 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 systemd[1]: Started Ceph grafana.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:00:26.685 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=settings t=2023-10-14T00:00:26.564402709Z level=info msg="Starting Grafana" version=9.4.7 commit=4add91f03d branch=HEAD compiled=2023-03-16T23:56:52Z 2023-10-14T00:00:26.686 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=settings t=2023-10-14T00:00:26.564612981Z level=warn msg="\"sentry\" frontend logging provider is deprecated and will be removed in the next major version. Use \"grafana\" provider instead." 2023-10-14T00:00:26.686 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=settings t=2023-10-14T00:00:26.564632373Z level=info msg="Config loaded from" file=/usr/share/grafana/conf/defaults.ini 2023-10-14T00:00:26.686 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=settings t=2023-10-14T00:00:26.564639222Z level=info msg="Config loaded from" file=/etc/grafana/grafana.ini 2023-10-14T00:00:26.686 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=settings t=2023-10-14T00:00:26.564645232Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_DATA=/var/lib/grafana" 2023-10-14T00:00:26.687 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=settings t=2023-10-14T00:00:26.564651301Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_LOGS=/var/log/grafana" 2023-10-14T00:00:26.687 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=settings t=2023-10-14T00:00:26.56465716Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2023-10-14T00:00:26.687 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=settings t=2023-10-14T00:00:26.564663069Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2023-10-14T00:00:26.687 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=settings t=2023-10-14T00:00:26.564669055Z level=info msg="Path Home" path=/usr/share/grafana 2023-10-14T00:00:26.687 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=settings t=2023-10-14T00:00:26.564674742Z level=info msg="Path Data" path=/var/lib/grafana 2023-10-14T00:00:26.688 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=settings t=2023-10-14T00:00:26.564680243Z level=info msg="Path Logs" path=/var/log/grafana 2023-10-14T00:00:26.688 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=settings t=2023-10-14T00:00:26.5646856Z level=info msg="Path Plugins" path=/var/lib/grafana/plugins 2023-10-14T00:00:26.688 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=settings t=2023-10-14T00:00:26.564691352Z level=info msg="Path Provisioning" path=/etc/grafana/provisioning 2023-10-14T00:00:26.688 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=settings t=2023-10-14T00:00:26.564697851Z level=info msg="App mode production" 2023-10-14T00:00:26.688 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=sqlstore t=2023-10-14T00:00:26.564746764Z level=info msg="Connecting to DB" dbtype=sqlite3 2023-10-14T00:00:26.689 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=sqlstore t=2023-10-14T00:00:26.5647675Z 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-10-14T00:00:26.689 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.565665942Z level=info msg="Starting DB migrations" 2023-10-14T00:00:26.689 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.565744162Z level=info msg="Executing migration" id="create migration_log table" 2023-10-14T00:00:26.689 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.566274992Z level=info msg="Executing migration" id="create user table" 2023-10-14T00:00:26.689 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.566712136Z level=info msg="Executing migration" id="add unique index user.login" 2023-10-14T00:00:26.690 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.567162488Z level=info msg="Executing migration" id="add unique index user.email" 2023-10-14T00:00:26.690 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.567617608Z level=info msg="Executing migration" id="drop index UQE_user_login - v1" 2023-10-14T00:00:26.690 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.568054513Z level=info msg="Executing migration" id="drop index UQE_user_email - v1" 2023-10-14T00:00:26.690 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.568456166Z level=info msg="Executing migration" id="Rename table user to user_v1 - v1" 2023-10-14T00:00:26.690 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.569173662Z level=info msg="Executing migration" id="create user table v2" 2023-10-14T00:00:26.691 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.569582958Z level=info msg="Executing migration" id="create index UQE_user_login - v2" 2023-10-14T00:00:26.691 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.570005594Z level=info msg="Executing migration" id="create index UQE_user_email - v2" 2023-10-14T00:00:26.691 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.570457532Z level=info msg="Executing migration" id="copy data_source v1 to v2" 2023-10-14T00:00:26.691 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.570849019Z level=info msg="Executing migration" id="Drop old table user_v1" 2023-10-14T00:00:26.691 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.571257453Z level=info msg="Executing migration" id="Add column help_flags1 to user table" 2023-10-14T00:00:26.692 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.571716737Z level=info msg="Executing migration" id="Update user table charset" 2023-10-14T00:00:26.692 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.572049825Z level=info msg="Executing migration" id="Add last_seen_at column to user" 2023-10-14T00:00:26.692 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.572466847Z level=info msg="Executing migration" id="Add missing user data" 2023-10-14T00:00:26.692 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.572882095Z level=info msg="Executing migration" id="Add is_disabled column to user" 2023-10-14T00:00:26.692 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.573315027Z level=info msg="Executing migration" id="Add index user.login/user.email" 2023-10-14T00:00:26.693 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.573763704Z level=info msg="Executing migration" id="Add is_service_account column to user" 2023-10-14T00:00:26.693 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.57418828Z level=info msg="Executing migration" id="Update is_service_account column to nullable" 2023-10-14T00:00:26.693 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.575330132Z level=info msg="Executing migration" id="create temp user table v1-7" 2023-10-14T00:00:26.693 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.575799965Z level=info msg="Executing migration" id="create index IDX_temp_user_email - v1-7" 2023-10-14T00:00:26.693 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.576231645Z level=info msg="Executing migration" id="create index IDX_temp_user_org_id - v1-7" 2023-10-14T00:00:26.694 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.576701627Z level=info msg="Executing migration" id="create index IDX_temp_user_code - v1-7" 2023-10-14T00:00:26.694 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.579468267Z level=info msg="Executing migration" id="create index IDX_temp_user_status - v1-7" 2023-10-14T00:00:26.694 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.582122649Z level=info msg="Executing migration" id="Update temp_user table charset" 2023-10-14T00:00:26.694 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.585070443Z level=info msg="Executing migration" id="drop index IDX_temp_user_email - v1" 2023-10-14T00:00:26.694 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.58786101Z level=info msg="Executing migration" id="drop index IDX_temp_user_org_id - v1" 2023-10-14T00:00:26.695 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.590643283Z level=info msg="Executing migration" id="drop index IDX_temp_user_code - v1" 2023-10-14T00:00:26.695 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.591068327Z level=info msg="Executing migration" id="drop index IDX_temp_user_status - v1" 2023-10-14T00:00:26.695 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.593879997Z level=info msg="Executing migration" id="Rename table temp_user to temp_user_tmp_qwerty - v1" 2023-10-14T00:00:26.695 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.594539132Z level=info msg="Executing migration" id="create temp_user v2" 2023-10-14T00:00:26.695 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.59690203Z level=info msg="Executing migration" id="create index IDX_temp_user_email - v2" 2023-10-14T00:00:26.696 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.59963369Z level=info msg="Executing migration" id="create index IDX_temp_user_org_id - v2" 2023-10-14T00:00:26.696 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.602337836Z level=info msg="Executing migration" id="create index IDX_temp_user_code - v2" 2023-10-14T00:00:26.696 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.605168142Z level=info msg="Executing migration" id="create index IDX_temp_user_status - v2" 2023-10-14T00:00:26.696 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.607881915Z level=info msg="Executing migration" id="copy temp_user v1 to v2" 2023-10-14T00:00:26.696 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.610501972Z level=info msg="Executing migration" id="drop temp_user_tmp_qwerty" 2023-10-14T00:00:26.697 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.613073656Z level=info msg="Executing migration" id="Set created for temp users that will otherwise prematurely expire" 2023-10-14T00:00:26.697 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.615865306Z level=info msg="Executing migration" id="create star table" 2023-10-14T00:00:26.697 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.618637371Z level=info msg="Executing migration" id="add unique index star.user_id_dashboard_id" 2023-10-14T00:00:26.697 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.62110523Z level=info msg="Executing migration" id="create org table v1" 2023-10-14T00:00:26.697 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.623729443Z level=info msg="Executing migration" id="create index UQE_org_name - v1" 2023-10-14T00:00:26.698 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.626494673Z level=info msg="Executing migration" id="create org_user table v1" 2023-10-14T00:00:26.698 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.62921785Z level=info msg="Executing migration" id="create index IDX_org_user_org_id - v1" 2023-10-14T00:00:26.698 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.631935814Z level=info msg="Executing migration" id="create index UQE_org_user_org_id_user_id - v1" 2023-10-14T00:00:26.698 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.634390365Z level=info msg="Executing migration" id="create index IDX_org_user_user_id - v1" 2023-10-14T00:00:26.698 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.634879504Z level=info msg="Executing migration" id="Update org table charset" 2023-10-14T00:00:26.699 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.637678375Z level=info msg="Executing migration" id="Update org_user table charset" 2023-10-14T00:00:26.699 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.640491248Z level=info msg="Executing migration" id="Migrate all Read Only Viewers to Viewers" 2023-10-14T00:00:26.699 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.643187547Z level=info msg="Executing migration" id="create dashboard table" 2023-10-14T00:00:26.699 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.64603321Z level=info msg="Executing migration" id="add index dashboard.account_id" 2023-10-14T00:00:26.699 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.648619523Z level=info msg="Executing migration" id="add unique index dashboard_account_id_slug" 2023-10-14T00:00:26.700 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.651307224Z level=info msg="Executing migration" id="create dashboard_tag table" 2023-10-14T00:00:26.700 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.651975522Z level=info msg="Executing migration" id="add unique index dashboard_tag.dasboard_id_term" 2023-10-14T00:00:26.700 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.652877255Z level=info msg="Executing migration" id="drop index UQE_dashboard_tag_dashboard_id_term - v1" 2023-10-14T00:00:26.700 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.653595002Z level=info msg="Executing migration" id="Rename table dashboard to dashboard_v1 - v1" 2023-10-14T00:00:26.700 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.654464148Z level=info msg="Executing migration" id="create dashboard v2" 2023-10-14T00:00:26.701 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.655405456Z level=info msg="Executing migration" id="create index IDX_dashboard_org_id - v2" 2023-10-14T00:00:26.701 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.656224229Z level=info msg="Executing migration" id="create index UQE_dashboard_org_id_slug - v2" 2023-10-14T00:00:26.701 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.656956554Z level=info msg="Executing migration" id="copy dashboard v1 to v2" 2023-10-14T00:00:26.702 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.657740602Z level=info msg="Executing migration" id="drop table dashboard_v1" 2023-10-14T00:00:26.702 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.658625935Z level=info msg="Executing migration" id="alter dashboard.data to mediumtext v1" 2023-10-14T00:00:26.702 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.659462567Z level=info msg="Executing migration" id="Add column updated_by in dashboard - v2" 2023-10-14T00:00:26.702 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.660272496Z level=info msg="Executing migration" id="Add column created_by in dashboard - v2" 2023-10-14T00:00:26.702 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.661093249Z level=info msg="Executing migration" id="Add column gnetId in dashboard" 2023-10-14T00:00:26.703 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.661945255Z level=info msg="Executing migration" id="Add index for gnetId in dashboard" 2023-10-14T00:00:26.703 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.662866385Z level=info msg="Executing migration" id="Add column plugin_id in dashboard" 2023-10-14T00:00:26.703 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.663637774Z level=info msg="Executing migration" id="Add index for plugin_id in dashboard" 2023-10-14T00:00:26.703 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.664386634Z level=info msg="Executing migration" id="Add index for dashboard_id in dashboard_tag" 2023-10-14T00:00:26.703 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.665322564Z level=info msg="Executing migration" id="Update dashboard table charset" 2023-10-14T00:00:26.704 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.666056633Z level=info msg="Executing migration" id="Update dashboard_tag table charset" 2023-10-14T00:00:26.704 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.667070973Z level=info msg="Executing migration" id="Add column folder_id in dashboard" 2023-10-14T00:00:26.704 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.667732449Z level=info msg="Executing migration" id="Add column isFolder in dashboard" 2023-10-14T00:00:26.704 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.66827852Z level=info msg="Executing migration" id="Add column has_acl in dashboard" 2023-10-14T00:00:26.704 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.669124412Z level=info msg="Executing migration" id="Add column uid in dashboard" 2023-10-14T00:00:26.705 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.670093899Z level=info msg="Executing migration" id="Update uid column values in dashboard" 2023-10-14T00:00:26.705 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.670802005Z level=info msg="Executing migration" id="Add unique index dashboard_org_id_uid" 2023-10-14T00:00:26.705 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.671667119Z level=info msg="Executing migration" id="Remove unique index org_id_slug" 2023-10-14T00:00:26.705 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.672525448Z level=info msg="Executing migration" id="Update dashboard title length" 2023-10-14T00:00:26.705 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.673379963Z level=info msg="Executing migration" id="Add unique index for dashboard_org_id_title_folder_id" 2023-10-14T00:00:26.705 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.674237428Z level=info msg="Executing migration" id="create dashboard_provisioning" 2023-10-14T00:00:26.706 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.675253904Z level=info msg="Executing migration" id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1" 2023-10-14T00:00:26.706 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.676273639Z level=info msg="Executing migration" id="create dashboard_provisioning v2" 2023-10-14T00:00:26.706 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.677322818Z level=info msg="Executing migration" id="create index IDX_dashboard_provisioning_dashboard_id - v2" 2023-10-14T00:00:26.706 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.679490434Z level=info msg="Executing migration" id="create index IDX_dashboard_provisioning_dashboard_id_name - v2" 2023-10-14T00:00:26.707 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.68233324Z level=info msg="Executing migration" id="copy dashboard_provisioning v1 to v2" 2023-10-14T00:00:26.707 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.684922829Z level=info msg="Executing migration" id="drop dashboard_provisioning_tmp_qwerty" 2023-10-14T00:00:26.938 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.68747259Z level=info msg="Executing migration" id="Add check_sum column" 2023-10-14T00:00:26.938 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.690029265Z level=info msg="Executing migration" id="Add index for dashboard_title" 2023-10-14T00:00:26.939 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.692451865Z level=info msg="Executing migration" id="delete tags for deleted dashboards" 2023-10-14T00:00:26.939 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.695030377Z level=info msg="Executing migration" id="delete stars for deleted dashboards" 2023-10-14T00:00:26.939 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.697759651Z level=info msg="Executing migration" id="Add index for dashboard_is_folder" 2023-10-14T00:00:26.939 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.700404731Z level=info msg="Executing migration" id="Add isPublic for dashboard" 2023-10-14T00:00:26.939 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.703022686Z level=info msg="Executing migration" id="create data_source table" 2023-10-14T00:00:26.940 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.705844352Z level=info msg="Executing migration" id="add index data_source.account_id" 2023-10-14T00:00:26.940 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.708690413Z level=info msg="Executing migration" id="add unique index data_source.account_id_name" 2023-10-14T00:00:26.940 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.711410449Z level=info msg="Executing migration" id="drop index IDX_data_source_account_id - v1" 2023-10-14T00:00:26.940 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.714149522Z level=info msg="Executing migration" id="drop index UQE_data_source_account_id_name - v1" 2023-10-14T00:00:26.940 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.717007092Z level=info msg="Executing migration" id="Rename table data_source to data_source_v1 - v1" 2023-10-14T00:00:26.941 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.719939177Z level=info msg="Executing migration" id="create data_source table v2" 2023-10-14T00:00:26.941 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.720817071Z level=info msg="Executing migration" id="create index IDX_data_source_org_id - v2" 2023-10-14T00:00:26.941 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.721555184Z level=info msg="Executing migration" id="create index UQE_data_source_org_id_name - v2" 2023-10-14T00:00:26.941 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.722540201Z level=info msg="Executing migration" id="Drop old table data_source_v1 #2" 2023-10-14T00:00:26.941 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.723271192Z level=info msg="Executing migration" id="Add column with_credentials" 2023-10-14T00:00:26.941 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.724105939Z level=info msg="Executing migration" id="Add secure json data column" 2023-10-14T00:00:26.942 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.724896355Z level=info msg="Executing migration" id="Update data_source table charset" 2023-10-14T00:00:26.942 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.72573049Z level=info msg="Executing migration" id="Update initial version to 1" 2023-10-14T00:00:26.942 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.72671363Z level=info msg="Executing migration" id="Add read_only data column" 2023-10-14T00:00:26.942 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.727485306Z level=info msg="Executing migration" id="Migrate logging ds to loki ds" 2023-10-14T00:00:26.943 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.728444059Z level=info msg="Executing migration" id="Update json_data with nulls" 2023-10-14T00:00:26.943 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.729175266Z level=info msg="Executing migration" id="Add uid column" 2023-10-14T00:00:26.943 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.730038887Z level=info msg="Executing migration" id="Update uid value" 2023-10-14T00:00:26.943 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.730892396Z level=info msg="Executing migration" id="Add unique index datasource_org_id_uid" 2023-10-14T00:00:26.943 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.731740233Z level=info msg="Executing migration" id="add unique index datasource_org_id_is_default" 2023-10-14T00:00:26.943 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.73267918Z level=info msg="Executing migration" id="create api_key table" 2023-10-14T00:00:26.944 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.733408073Z level=info msg="Executing migration" id="add index api_key.account_id" 2023-10-14T00:00:26.944 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.734430683Z level=info msg="Executing migration" id="add index api_key.key" 2023-10-14T00:00:26.944 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.73513624Z level=info msg="Executing migration" id="add index api_key.account_id_name" 2023-10-14T00:00:26.944 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.736052137Z level=info msg="Executing migration" id="drop index IDX_api_key_account_id - v1" 2023-10-14T00:00:26.944 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.736995104Z level=info msg="Executing migration" id="drop index UQE_api_key_key - v1" 2023-10-14T00:00:26.945 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.737700879Z level=info msg="Executing migration" id="drop index UQE_api_key_account_id_name - v1" 2023-10-14T00:00:26.945 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.738773936Z level=info msg="Executing migration" id="Rename table api_key to api_key_v1 - v1" 2023-10-14T00:00:26.945 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.739881679Z level=info msg="Executing migration" id="create api_key table v2" 2023-10-14T00:00:26.945 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.740306133Z level=info msg="Executing migration" id="create index IDX_api_key_org_id - v2" 2023-10-14T00:00:26.945 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.741197464Z level=info msg="Executing migration" id="create index UQE_api_key_key - v2" 2023-10-14T00:00:26.946 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.742071574Z level=info msg="Executing migration" id="create index UQE_api_key_org_id_name - v2" 2023-10-14T00:00:26.946 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.742878838Z level=info msg="Executing migration" id="copy api_key v1 to v2" 2023-10-14T00:00:26.946 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.743225551Z level=info msg="Executing migration" id="Drop old table api_key_v1" 2023-10-14T00:00:26.946 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.744232292Z level=info msg="Executing migration" id="Update api_key table charset" 2023-10-14T00:00:26.946 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.7446784Z level=info msg="Executing migration" id="Add expires to api_key table" 2023-10-14T00:00:26.947 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.745227967Z level=info msg="Executing migration" id="Add service account foreign key" 2023-10-14T00:00:26.947 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.746129669Z level=info msg="Executing migration" id="set service account foreign key to nil if 0" 2023-10-14T00:00:26.947 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.746464845Z level=info msg="Executing migration" id="Add last_used_at to api_key table" 2023-10-14T00:00:26.947 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.747501431Z level=info msg="Executing migration" id="Add is_revoked column to api_key table" 2023-10-14T00:00:26.947 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.748232579Z level=info msg="Executing migration" id="create dashboard_snapshot table v4" 2023-10-14T00:00:26.948 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.751126143Z level=info msg="Executing migration" id="drop table dashboard_snapshot_v4 #1" 2023-10-14T00:00:26.948 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.751582842Z level=info msg="Executing migration" id="create dashboard_snapshot table v5 #2" 2023-10-14T00:00:26.948 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.751999507Z level=info msg="Executing migration" id="create index UQE_dashboard_snapshot_key - v5" 2023-10-14T00:00:26.948 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.754989088Z level=info msg="Executing migration" id="create index UQE_dashboard_snapshot_delete_key - v5" 2023-10-14T00:00:26.949 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.757876513Z level=info msg="Executing migration" id="create index IDX_dashboard_snapshot_user_id - v5" 2023-10-14T00:00:26.949 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.760699636Z level=info msg="Executing migration" id="alter dashboard_snapshot to mediumtext v2" 2023-10-14T00:00:26.949 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.761093569Z level=info msg="Executing migration" id="Update dashboard_snapshot table charset" 2023-10-14T00:00:26.949 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.763975591Z level=info msg="Executing migration" id="Add column external_delete_url to dashboard_snapshots table" 2023-10-14T00:00:26.949 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.764789525Z level=info msg="Executing migration" id="Add encrypted dashboard json column" 2023-10-14T00:00:26.950 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.766894582Z level=info msg="Executing migration" id="Change dashboard_encrypted column to MEDIUMBLOB" 2023-10-14T00:00:26.950 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.769907176Z level=info msg="Executing migration" id="create quota table v1" 2023-10-14T00:00:26.950 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.770355771Z level=info msg="Executing migration" id="create index UQE_quota_org_id_user_id_target - v1" 2023-10-14T00:00:26.950 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.773487762Z level=info msg="Executing migration" id="Update quota table charset" 2023-10-14T00:00:26.950 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.776118456Z level=info msg="Executing migration" id="create plugin_setting table" 2023-10-14T00:00:26.951 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.778949172Z level=info msg="Executing migration" id="create index UQE_plugin_setting_org_id_plugin_id - v1" 2023-10-14T00:00:26.951 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.779379495Z level=info msg="Executing migration" id="Add column plugin_version to plugin_settings" 2023-10-14T00:00:26.951 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.782335686Z level=info msg="Executing migration" id="Update plugin_setting table charset" 2023-10-14T00:00:26.951 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.785047847Z level=info msg="Executing migration" id="create session table" 2023-10-14T00:00:26.951 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.787714829Z level=info msg="Executing migration" id="Drop old table playlist table" 2023-10-14T00:00:26.951 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.788017535Z level=info msg="Executing migration" id="Drop old table playlist_item table" 2023-10-14T00:00:26.952 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.790680805Z level=info msg="Executing migration" id="create playlist table v2" 2023-10-14T00:00:26.952 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.791084418Z level=info msg="Executing migration" id="create playlist item table v2" 2023-10-14T00:00:26.952 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.793485383Z level=info msg="Executing migration" id="Update playlist table charset" 2023-10-14T00:00:26.952 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.79630039Z level=info msg="Executing migration" id="Update playlist_item table charset" 2023-10-14T00:00:26.952 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.79663799Z level=info msg="Executing migration" id="drop preferences table v2" 2023-10-14T00:00:26.953 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.799411779Z level=info msg="Executing migration" id="drop preferences table v3" 2023-10-14T00:00:26.953 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.802178931Z level=info msg="Executing migration" id="create preferences table v3" 2023-10-14T00:00:26.953 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.804955233Z level=info msg="Executing migration" id="Update preferences table charset" 2023-10-14T00:00:26.953 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.805343814Z level=info msg="Executing migration" id="Add column team_id in preferences" 2023-10-14T00:00:26.953 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.808198888Z level=info msg="Executing migration" id="Update team_id column values in preferences" 2023-10-14T00:00:26.954 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.81094979Z level=info msg="Executing migration" id="Add column week_start in preferences" 2023-10-14T00:00:26.954 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.813415282Z level=info msg="Executing migration" id="Add column preferences.json_data" 2023-10-14T00:00:26.954 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.814072955Z level=info msg="Executing migration" id="alter preferences.json_data to mediumtext v1" 2023-10-14T00:00:26.954 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.816967347Z level=info msg="Executing migration" id="Add preferences index org_id" 2023-10-14T00:00:26.954 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.820011098Z level=info msg="Executing migration" id="Add preferences index user_id" 2023-10-14T00:00:26.955 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.820678606Z level=info msg="Executing migration" id="create alert table v1" 2023-10-14T00:00:26.955 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.821117164Z level=info msg="Executing migration" id="add index alert org_id & id " 2023-10-14T00:00:26.955 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.822011941Z level=info msg="Executing migration" id="add index alert state" 2023-10-14T00:00:26.955 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.822809893Z level=info msg="Executing migration" id="add index alert dashboard_id" 2023-10-14T00:00:26.955 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.823661469Z level=info msg="Executing migration" id="Create alert_rule_tag table v1" 2023-10-14T00:00:26.956 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.824046501Z level=info msg="Executing migration" id="Add unique index alert_rule_tag.alert_id_tag_id" 2023-10-14T00:00:26.956 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.824961743Z level=info msg="Executing migration" id="drop index UQE_alert_rule_tag_alert_id_tag_id - v1" 2023-10-14T00:00:26.956 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.825727401Z level=info msg="Executing migration" id="Rename table alert_rule_tag to alert_rule_tag_v1 - v1" 2023-10-14T00:00:26.956 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.827253466Z level=info msg="Executing migration" id="Create alert_rule_tag table v2" 2023-10-14T00:00:26.956 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.827683542Z 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-10-14T00:00:26.957 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.828547136Z level=info msg="Executing migration" id="copy alert_rule_tag v1 to v2" 2023-10-14T00:00:26.957 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.829445559Z level=info msg="Executing migration" id="drop table alert_rule_tag_v1" 2023-10-14T00:00:26.957 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.830287003Z level=info msg="Executing migration" id="create alert_notification table v1" 2023-10-14T00:00:26.958 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.830709103Z level=info msg="Executing migration" id="Add column is_default" 2023-10-14T00:00:26.958 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.831531327Z level=info msg="Executing migration" id="Add column frequency" 2023-10-14T00:00:26.959 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.832418313Z level=info msg="Executing migration" id="Add column send_reminder" 2023-10-14T00:00:26.959 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.833266619Z level=info msg="Executing migration" id="Add column disable_resolve_message" 2023-10-14T00:00:26.959 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.833941488Z level=info msg="Executing migration" id="add index alert_notification org_id & name" 2023-10-14T00:00:26.959 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.834924183Z level=info msg="Executing migration" id="Update alert table charset" 2023-10-14T00:00:26.959 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.835657917Z level=info msg="Executing migration" id="Update alert_notification table charset" 2023-10-14T00:00:26.960 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.836738155Z level=info msg="Executing migration" id="create notification_journal table v1" 2023-10-14T00:00:26.960 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.837153782Z level=info msg="Executing migration" id="add index notification_journal org_id & alert_id & notifier_id" 2023-10-14T00:00:26.960 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.838147306Z level=info msg="Executing migration" id="drop alert_notification_journal" 2023-10-14T00:00:26.960 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.838843113Z level=info msg="Executing migration" id="create alert_notification_state table v1" 2023-10-14T00:00:26.960 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.839810897Z level=info msg="Executing migration" id="add index alert_notification_state org_id & alert_id & notifier_id" 2023-10-14T00:00:26.961 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.840316765Z level=info msg="Executing migration" id="Add for to alert table" 2023-10-14T00:00:26.961 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.84119235Z level=info msg="Executing migration" id="Add column uid in alert_notification" 2023-10-14T00:00:26.961 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.842074006Z level=info msg="Executing migration" id="Update uid column values in alert_notification" 2023-10-14T00:00:26.961 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.843078525Z level=info msg="Executing migration" id="Add unique index alert_notification_org_id_uid" 2023-10-14T00:00:26.961 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.843660345Z level=info msg="Executing migration" id="Remove unique index org_id_name" 2023-10-14T00:00:26.962 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.844661197Z level=info msg="Executing migration" id="Add column secure_settings in alert_notification" 2023-10-14T00:00:26.962 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.845453996Z level=info msg="Executing migration" id="alter alert.settings to mediumtext" 2023-10-14T00:00:26.962 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.846467213Z level=info msg="Executing migration" id="Add non-unique index alert_notification_state_alert_id" 2023-10-14T00:00:26.962 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.846945655Z level=info msg="Executing migration" id="Add non-unique index alert_rule_tag_alert_id" 2023-10-14T00:00:26.962 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.847814981Z level=info msg="Executing migration" id="Drop old annotation table v4" 2023-10-14T00:00:26.963 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.850627198Z level=info msg="Executing migration" id="create annotation table v5" 2023-10-14T00:00:26.963 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.853362152Z level=info msg="Executing migration" id="add index annotation 0 v3" 2023-10-14T00:00:26.963 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.853858764Z level=info msg="Executing migration" id="add index annotation 1 v3" 2023-10-14T00:00:26.963 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.856831461Z level=info msg="Executing migration" id="add index annotation 2 v3" 2023-10-14T00:00:26.963 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.859697843Z level=info msg="Executing migration" id="add index annotation 3 v3" 2023-10-14T00:00:26.964 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.862657121Z level=info msg="Executing migration" id="add index annotation 4 v3" 2023-10-14T00:00:26.964 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.863240982Z level=info msg="Executing migration" id="Update annotation table charset" 2023-10-14T00:00:26.964 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.866055238Z level=info msg="Executing migration" id="Add column region_id to annotation table" 2023-10-14T00:00:26.964 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.86677551Z level=info msg="Executing migration" id="Drop category_id index" 2023-10-14T00:00:26.964 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.868941518Z level=info msg="Executing migration" id="Add column tags to annotation table" 2023-10-14T00:00:26.965 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.871795112Z level=info msg="Executing migration" id="Create annotation_tag table v2" 2023-10-14T00:00:26.965 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.872425565Z level=info msg="Executing migration" id="Add unique index annotation_tag.annotation_id_tag_id" 2023-10-14T00:00:26.965 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.873404676Z level=info msg="Executing migration" id="drop index UQE_annotation_tag_annotation_id_tag_id - v2" 2023-10-14T00:00:26.965 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.874162796Z level=info msg="Executing migration" id="Rename table annotation_tag to annotation_tag_v2 - v2" 2023-10-14T00:00:26.965 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.875767053Z level=info msg="Executing migration" id="Create annotation_tag table v3" 2023-10-14T00:00:26.966 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.876160486Z 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-10-14T00:00:26.966 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.877012515Z level=info msg="Executing migration" id="copy annotation_tag v2 to v3" 2023-10-14T00:00:26.966 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.87788267Z level=info msg="Executing migration" id="drop table annotation_tag_v2" 2023-10-14T00:00:26.966 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.878667979Z level=info msg="Executing migration" id="Update alert annotations and set TEXT to empty" 2023-10-14T00:00:26.966 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.879058597Z level=info msg="Executing migration" id="Add created time to annotation table" 2023-10-14T00:00:26.967 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.879907334Z level=info msg="Executing migration" id="Add updated time to annotation table" 2023-10-14T00:00:26.967 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.880786148Z level=info msg="Executing migration" id="Add index for created in annotation table" 2023-10-14T00:00:26.967 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.881738708Z level=info msg="Executing migration" id="Add index for updated in annotation table" 2023-10-14T00:00:26.967 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.882373354Z level=info msg="Executing migration" id="Convert existing annotations from seconds to milliseconds" 2023-10-14T00:00:26.967 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.883360924Z level=info msg="Executing migration" id="Add epoch_end column" 2023-10-14T00:00:26.968 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.884152912Z level=info msg="Executing migration" id="Add index for epoch_end" 2023-10-14T00:00:26.968 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.885006602Z level=info msg="Executing migration" id="Make epoch_end the same as epoch" 2023-10-14T00:00:26.968 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.885334401Z level=info msg="Executing migration" id="Move region to single row" 2023-10-14T00:00:26.968 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.888260552Z level=info msg="Executing migration" id="Remove index org_id_epoch from annotation table" 2023-10-14T00:00:26.968 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.88883013Z level=info msg="Executing migration" id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table" 2023-10-14T00:00:26.969 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.890829527Z level=info msg="Executing migration" id="Add index for org_id_dashboard_id_epoch_end_epoch on annotation table" 2023-10-14T00:00:26.969 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.893715555Z level=info msg="Executing migration" id="Add index for org_id_epoch_end_epoch on annotation table" 2023-10-14T00:00:26.969 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.89416168Z level=info msg="Executing migration" id="Remove index org_id_epoch_epoch_end from annotation table" 2023-10-14T00:00:26.969 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.896896582Z level=info msg="Executing migration" id="Add index for alert_id on annotation table" 2023-10-14T00:00:26.969 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.897341832Z level=info msg="Executing migration" id="Increase tags column to length 4096" 2023-10-14T00:00:26.970 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.899613758Z level=info msg="Executing migration" id="create test_data table" 2023-10-14T00:00:26.970 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.900023857Z level=info msg="Executing migration" id="create dashboard_version table v1" 2023-10-14T00:00:26.970 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.902450683Z level=info msg="Executing migration" id="add index dashboard_version.dashboard_id" 2023-10-14T00:00:26.970 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.902918822Z level=info msg="Executing migration" id="add unique index dashboard_version.dashboard_id and dashboard_version.version" 2023-10-14T00:00:26.970 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.905764178Z level=info msg="Executing migration" id="Set dashboard version to 1 where 0" 2023-10-14T00:00:26.971 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.908604454Z level=info msg="Executing migration" id="save existing dashboard data in dashboard_version table v1" 2023-10-14T00:00:26.971 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.911472669Z level=info msg="Executing migration" id="alter dashboard_version.data to mediumtext v1" 2023-10-14T00:00:26.971 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.911801772Z level=info msg="Executing migration" id="create team table" 2023-10-14T00:00:26.971 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.914541067Z level=info msg="Executing migration" id="add index team.org_id" 2023-10-14T00:00:26.971 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.91737779Z level=info msg="Executing migration" id="add unique index team_org_id_name" 2023-10-14T00:00:26.972 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.920152063Z level=info msg="Executing migration" id="create team member table" 2023-10-14T00:00:26.972 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.920569289Z level=info msg="Executing migration" id="add index team_member.org_id" 2023-10-14T00:00:26.972 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.923383921Z level=info msg="Executing migration" id="add unique index team_member_org_id_team_id_user_id" 2023-10-14T00:00:26.972 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.926061331Z level=info msg="Executing migration" id="add index team_member.team_id" 2023-10-14T00:00:26.972 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.928781839Z level=info msg="Executing migration" id="Add column email to team table" 2023-10-14T00:00:26.973 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.929654448Z level=info msg="Executing migration" id="Add column external to team_member table" 2023-10-14T00:00:26.973 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.932291533Z level=info msg="Executing migration" id="Add column permission to team_member table" 2023-10-14T00:00:26.973 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.934855367Z level=info msg="Executing migration" id="create dashboard acl table" 2023-10-14T00:00:26.973 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.937683781Z level=info msg="Executing migration" id="add index dashboard_acl_dashboard_id" 2023-10-14T00:00:26.973 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.938223197Z level=info msg="Executing migration" id="add unique index dashboard_acl_dashboard_id_user_id" 2023-10-14T00:00:27.191 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.94074936Z level=info msg="Executing migration" id="add unique index dashboard_acl_dashboard_id_team_id" 2023-10-14T00:00:27.191 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.941179852Z level=info msg="Executing migration" id="add index dashboard_acl_user_id" 2023-10-14T00:00:27.191 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.943799604Z level=info msg="Executing migration" id="add index dashboard_acl_team_id" 2023-10-14T00:00:27.191 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.944221048Z level=info msg="Executing migration" id="add index dashboard_acl_org_id_role" 2023-10-14T00:00:27.192 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.944638218Z level=info msg="Executing migration" id="add index dashboard_permission" 2023-10-14T00:00:27.192 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.945053186Z level=info msg="Executing migration" id="save default acl rules in dashboard_acl table" 2023-10-14T00:00:27.192 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.945424374Z level=info msg="Executing migration" id="delete acl rules for deleted dashboards and folders" 2023-10-14T00:00:27.192 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.945725457Z level=info msg="Executing migration" id="create tag table" 2023-10-14T00:00:27.192 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.946104221Z level=info msg="Executing migration" id="add index tag.key_value" 2023-10-14T00:00:27.193 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.94651372Z level=info msg="Executing migration" id="create login attempt table" 2023-10-14T00:00:27.193 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.946899773Z level=info msg="Executing migration" id="add index login_attempt.username" 2023-10-14T00:00:27.193 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.947313216Z level=info msg="Executing migration" id="drop index IDX_login_attempt_username - v1" 2023-10-14T00:00:27.193 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.947745743Z level=info msg="Executing migration" id="Rename table login_attempt to login_attempt_tmp_qwerty - v1" 2023-10-14T00:00:27.193 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.949669181Z level=info msg="Executing migration" id="create login_attempt v2" 2023-10-14T00:00:27.194 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.950076063Z level=info msg="Executing migration" id="create index IDX_login_attempt_username - v2" 2023-10-14T00:00:27.194 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.950529153Z level=info msg="Executing migration" id="copy login_attempt v1 to v2" 2023-10-14T00:00:27.194 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.950898736Z level=info msg="Executing migration" id="drop login_attempt_tmp_qwerty" 2023-10-14T00:00:27.194 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.951247412Z level=info msg="Executing migration" id="create user auth table" 2023-10-14T00:00:27.194 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.951620059Z level=info msg="Executing migration" id="create index IDX_user_auth_auth_module_auth_id - v1" 2023-10-14T00:00:27.194 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.952048859Z level=info msg="Executing migration" id="alter user_auth.auth_id to length 190" 2023-10-14T00:00:27.195 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.952332816Z level=info msg="Executing migration" id="Add OAuth access token to user_auth" 2023-10-14T00:00:27.195 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.953130888Z level=info msg="Executing migration" id="Add OAuth refresh token to user_auth" 2023-10-14T00:00:27.195 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.953934937Z level=info msg="Executing migration" id="Add OAuth token type to user_auth" 2023-10-14T00:00:27.195 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.954704068Z level=info msg="Executing migration" id="Add OAuth expiry to user_auth" 2023-10-14T00:00:27.195 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.955479824Z level=info msg="Executing migration" id="Add index to user_id column in user_auth" 2023-10-14T00:00:27.196 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.955909271Z level=info msg="Executing migration" id="Add OAuth ID token to user_auth" 2023-10-14T00:00:27.196 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.956668035Z level=info msg="Executing migration" id="create server_lock table" 2023-10-14T00:00:27.196 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.957061232Z level=info msg="Executing migration" id="add index server_lock.operation_uid" 2023-10-14T00:00:27.196 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.957479245Z level=info msg="Executing migration" id="create user auth token table" 2023-10-14T00:00:27.196 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.957915354Z level=info msg="Executing migration" id="add unique index user_auth_token.auth_token" 2023-10-14T00:00:27.197 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.958328457Z level=info msg="Executing migration" id="add unique index user_auth_token.prev_auth_token" 2023-10-14T00:00:27.197 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.958757791Z level=info msg="Executing migration" id="add index user_auth_token.user_id" 2023-10-14T00:00:27.197 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.959173334Z level=info msg="Executing migration" id="Add revoked_at to the user auth token" 2023-10-14T00:00:27.197 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.959957419Z level=info msg="Executing migration" id="create cache_data table" 2023-10-14T00:00:27.198 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.960359898Z level=info msg="Executing migration" id="add unique index cache_data.cache_key" 2023-10-14T00:00:27.198 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.960802674Z level=info msg="Executing migration" id="create short_url table v1" 2023-10-14T00:00:27.198 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.961221342Z level=info msg="Executing migration" id="add index short_url.org_id-uid" 2023-10-14T00:00:27.198 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.964026443Z level=info msg="Executing migration" id="alter table short_url alter column created_by type to bigint" 2023-10-14T00:00:27.198 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.964599122Z level=info msg="Executing migration" id="delete alert_definition table" 2023-10-14T00:00:27.199 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.964932071Z level=info msg="Executing migration" id="recreate alert_definition table" 2023-10-14T00:00:27.199 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.965403959Z level=info msg="Executing migration" id="add index in alert_definition on org_id and title columns" 2023-10-14T00:00:27.199 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.96816811Z level=info msg="Executing migration" id="add index in alert_definition on org_id and uid columns" 2023-10-14T00:00:27.199 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.970855591Z level=info msg="Executing migration" id="alter alert_definition table data column to mediumtext in mysql" 2023-10-14T00:00:27.199 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.973593653Z level=info msg="Executing migration" id="drop index in alert_definition on org_id and title columns" 2023-10-14T00:00:27.200 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.974134223Z level=info msg="Executing migration" id="drop index in alert_definition on org_id and uid columns" 2023-10-14T00:00:27.200 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.97498058Z level=info msg="Executing migration" id="add unique index in alert_definition on org_id and title columns" 2023-10-14T00:00:27.200 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.975462034Z level=info msg="Executing migration" id="add unique index in alert_definition on org_id and uid columns" 2023-10-14T00:00:27.200 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.975917822Z level=info msg="Executing migration" id="Add column paused in alert_definition" 2023-10-14T00:00:27.200 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.976757353Z level=info msg="Executing migration" id="drop alert_definition table" 2023-10-14T00:00:27.201 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.977759432Z level=info msg="Executing migration" id="delete alert_definition_version table" 2023-10-14T00:00:27.201 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.978400737Z level=info msg="Executing migration" id="recreate alert_definition_version table" 2023-10-14T00:00:27.201 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.979328947Z level=info msg="Executing migration" id="add index in alert_definition_version table on alert_definition_id and version columns" 2023-10-14T00:00:27.201 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.979963316Z level=info msg="Executing migration" id="add index in alert_definition_version table on alert_definition_uid and version columns" 2023-10-14T00:00:27.201 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.980774959Z level=info msg="Executing migration" id="alter alert_definition_version table data column to mediumtext in mysql" 2023-10-14T00:00:27.202 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.981685684Z level=info msg="Executing migration" id="drop alert_definition_version table" 2023-10-14T00:00:27.202 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.982368662Z level=info msg="Executing migration" id="create alert_instance table" 2023-10-14T00:00:27.202 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.983200064Z level=info msg="Executing migration" id="add index in alert_instance table on def_org_id, def_uid and current_state columns" 2023-10-14T00:00:27.202 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.984164948Z level=info msg="Executing migration" id="add index in alert_instance table on def_org_id, current_state columns" 2023-10-14T00:00:27.202 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.984856725Z level=info msg="Executing migration" id="add column current_state_end to alert_instance" 2023-10-14T00:00:27.203 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.98571946Z level=info msg="Executing migration" id="remove index def_org_id, def_uid, current_state on alert_instance" 2023-10-14T00:00:27.203 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.986495609Z level=info msg="Executing migration" id="remove index def_org_id, current_state on alert_instance" 2023-10-14T00:00:27.203 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.987350492Z level=info msg="Executing migration" id="rename def_org_id to rule_org_id in alert_instance" 2023-10-14T00:00:27.203 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.990758428Z level=info msg="Executing migration" id="rename def_uid to rule_uid in alert_instance" 2023-10-14T00:00:27.203 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.994117263Z level=info msg="Executing migration" id="add index rule_org_id, rule_uid, current_state on alert_instance" 2023-10-14T00:00:27.204 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.995046901Z level=info msg="Executing migration" id="add index rule_org_id, current_state on alert_instance" 2023-10-14T00:00:27.204 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.995799269Z level=info msg="Executing migration" id="add current_reason column related to current_state" 2023-10-14T00:00:27.204 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.996629245Z level=info msg="Executing migration" id="create alert_rule table" 2023-10-14T00:00:27.204 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.997050581Z level=info msg="Executing migration" id="add index in alert_rule on org_id and title columns" 2023-10-14T00:00:27.204 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.99795749Z level=info msg="Executing migration" id="add index in alert_rule on org_id and uid columns" 2023-10-14T00:00:27.205 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.998742972Z level=info msg="Executing migration" id="add index in alert_rule on org_id, namespace_uid, group_uid columns" 2023-10-14T00:00:27.205 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:26.999699055Z level=info msg="Executing migration" id="alter alert_rule table data column to mediumtext in mysql" 2023-10-14T00:00:27.205 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.000446499Z level=info msg="Executing migration" id="add column for to alert_rule" 2023-10-14T00:00:27.205 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.001337383Z level=info msg="Executing migration" id="add column annotations to alert_rule" 2023-10-14T00:00:27.206 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.002207601Z level=info msg="Executing migration" id="add column labels to alert_rule" 2023-10-14T00:00:27.206 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.003099098Z level=info msg="Executing migration" id="remove unique index from alert_rule on org_id, title columns" 2023-10-14T00:00:27.206 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.0041442Z level=info msg="Executing migration" id="add index in alert_rule on org_id, namespase_uid and title columns" 2023-10-14T00:00:27.206 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.004815233Z level=info msg="Executing migration" id="add dashboard_uid column to alert_rule" 2023-10-14T00:00:27.206 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.005664873Z level=info msg="Executing migration" id="add panel_id column to alert_rule" 2023-10-14T00:00:27.207 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.006572503Z level=info msg="Executing migration" id="add index in alert_rule on org_id, dashboard_uid and panel_id columns" 2023-10-14T00:00:27.207 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.007482341Z level=info msg="Executing migration" id="add rule_group_idx column to alert_rule" 2023-10-14T00:00:27.207 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.008401149Z level=info msg="Executing migration" id="add is_paused column to alert_rule table" 2023-10-14T00:00:27.207 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.011383688Z level=info msg="Executing migration" id="fix is_paused column for alert_rule table" 2023-10-14T00:00:27.207 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.014269643Z level=info msg="Executing migration" id="create alert_rule_version table" 2023-10-14T00:00:27.208 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.016920896Z level=info msg="Executing migration" id="add index in alert_rule_version table on rule_org_id, rule_uid and version columns" 2023-10-14T00:00:27.208 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.01967039Z 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-10-14T00:00:27.208 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.022383678Z level=info msg="Executing migration" id="alter alert_rule_version table data column to mediumtext in mysql" 2023-10-14T00:00:27.208 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.022832788Z level=info msg="Executing migration" id="add column for to alert_rule_version" 2023-10-14T00:00:27.208 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.025504227Z level=info msg="Executing migration" id="add column annotations to alert_rule_version" 2023-10-14T00:00:27.208 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.02840941Z level=info msg="Executing migration" id="add column labels to alert_rule_version" 2023-10-14T00:00:27.209 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.031263321Z level=info msg="Executing migration" id="add rule_group_idx column to alert_rule_version" 2023-10-14T00:00:27.209 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.033762714Z level=info msg="Executing migration" id="add is_paused column to alert_rule_versions table" 2023-10-14T00:00:27.209 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.036789183Z level=info msg="Executing migration" id="fix is_paused column for alert_rule_version table" 2023-10-14T00:00:27.209 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.037513561Z level=info msg="Executing migration" id=create_alert_configuration_table 2023-10-14T00:00:27.210 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.040371642Z level=info msg="Executing migration" id="Add column default in alert_configuration" 2023-10-14T00:00:27.210 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.043343949Z level=info msg="Executing migration" id="alert alert_configuration alertmanager_configuration column from TEXT to MEDIUMTEXT if mysql" 2023-10-14T00:00:27.210 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.04595803Z level=info msg="Executing migration" id="add column org_id in alert_configuration" 2023-10-14T00:00:27.210 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.048816477Z level=info msg="Executing migration" id="add index in alert_configuration table on org_id column" 2023-10-14T00:00:27.210 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.051853058Z level=info msg="Executing migration" id="add configuration_hash column to alert_configuration" 2023-10-14T00:00:27.211 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.054784749Z level=info msg="Executing migration" id=create_ngalert_configuration_table 2023-10-14T00:00:27.211 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.057522768Z level=info msg="Executing migration" id="add index in ngalert_configuration on org_id column" 2023-10-14T00:00:27.211 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.060318827Z level=info msg="Executing migration" id="add column send_alerts_to in ngalert_configuration" 2023-10-14T00:00:27.211 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.063492005Z level=info msg="Executing migration" id="create provenance_type table" 2023-10-14T00:00:27.211 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.066343829Z level=info msg="Executing migration" id="add index to uniquify (record_key, record_type, org_id) columns" 2023-10-14T00:00:27.211 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.068818092Z level=info msg="Executing migration" id="create alert_image table" 2023-10-14T00:00:27.212 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.071713212Z level=info msg="Executing migration" id="add unique index on token to alert_image table" 2023-10-14T00:00:27.212 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.074545592Z level=info msg="Executing migration" id="support longer URLs in alert_image table" 2023-10-14T00:00:27.212 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.077351541Z level=info msg="Executing migration" id=create_alert_configuration_history_table 2023-10-14T00:00:27.212 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.080019438Z level=info msg="Executing migration" id="drop non-unique orgID index on alert_configuration" 2023-10-14T00:00:27.212 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.082719794Z level=info msg="Executing migration" id="drop unique orgID index on alert_configuration if exists" 2023-10-14T00:00:27.213 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.082795492Z level=warn msg="Skipping migration: Already executed, but not recorded in migration log" id="drop unique orgID index on alert_configuration if exists" 2023-10-14T00:00:27.214 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.085513317Z level=info msg="Executing migration" id="extract alertmanager configuration history to separate table" 2023-10-14T00:00:27.214 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.088255101Z level=info msg="Executing migration" id="add unique index on orgID to alert_configuration" 2023-10-14T00:00:27.214 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.090664664Z level=info msg="Executing migration" id="clear migration entry \"remove unified alerting data\"" 2023-10-14T00:00:27.214 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.090786642Z level=info msg="Executing migration" id="move dashboard alerts to unified alerting" 2023-10-14T00:00:27.215 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.090900591Z level=info msg="alerts found to migrate" alerts=0 2023-10-14T00:00:27.215 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.093469129Z level=info msg="Executing migration" id="create library_element table v1" 2023-10-14T00:00:27.215 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.096067676Z level=info msg="Executing migration" id="add index library_element org_id-folder_id-name-kind" 2023-10-14T00:00:27.215 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.098805738Z level=info msg="Executing migration" id="create library_element_connection table v1" 2023-10-14T00:00:27.215 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.101681411Z level=info msg="Executing migration" id="add index library_element_connection element_id-kind-connection_id" 2023-10-14T00:00:27.216 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.104388015Z level=info msg="Executing migration" id="add unique index library_element org_id_uid" 2023-10-14T00:00:27.216 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.106848234Z level=info msg="Executing migration" id="increase max description length to 2048" 2023-10-14T00:00:27.216 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.109711299Z level=info msg="Executing migration" id="clone move dashboard alerts to unified alerting" 2023-10-14T00:00:27.216 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.112454865Z level=info msg="Executing migration" id="create data_keys table" 2023-10-14T00:00:27.216 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.113490563Z level=info msg="Executing migration" id="create secrets table" 2023-10-14T00:00:27.217 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.114122051Z level=info msg="Executing migration" id="rename data_keys name column to id" 2023-10-14T00:00:27.217 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.118380154Z level=info msg="Executing migration" id="add name column into data_keys" 2023-10-14T00:00:27.217 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.11929065Z level=info msg="Executing migration" id="copy data_keys id column values into name" 2023-10-14T00:00:27.217 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.120128519Z level=info msg="Executing migration" id="rename data_keys name column to label" 2023-10-14T00:00:27.217 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.124323042Z level=info msg="Executing migration" id="rename data_keys id column back to name" 2023-10-14T00:00:27.218 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.128513586Z level=info msg="Executing migration" id="create kv_store table v1" 2023-10-14T00:00:27.218 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.129573214Z level=info msg="Executing migration" id="add index kv_store.org_id-namespace-key" 2023-10-14T00:00:27.218 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.130230393Z level=info msg="Executing migration" id="update dashboard_uid and panel_id from existing annotations" 2023-10-14T00:00:27.218 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.13112167Z level=info msg="Executing migration" id="create permission table" 2023-10-14T00:00:27.218 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.131605027Z level=info msg="Executing migration" id="add unique index permission.role_id" 2023-10-14T00:00:27.219 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.132039386Z level=info msg="Executing migration" id="add unique index role_id_action_scope" 2023-10-14T00:00:27.219 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.132948115Z level=info msg="Executing migration" id="create role table" 2023-10-14T00:00:27.219 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.133832281Z level=info msg="Executing migration" id="add column display_name" 2023-10-14T00:00:27.219 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.13484518Z level=info msg="Executing migration" id="add column group_name" 2023-10-14T00:00:27.219 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.135799493Z level=info msg="Executing migration" id="add index role.org_id" 2023-10-14T00:00:27.220 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.136663417Z level=info msg="Executing migration" id="add unique index role_org_id_name" 2023-10-14T00:00:27.220 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.137684317Z level=info msg="Executing migration" id="add index role_org_id_uid" 2023-10-14T00:00:27.220 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.138455327Z level=info msg="Executing migration" id="create team role table" 2023-10-14T00:00:27.220 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.139331581Z level=info msg="Executing migration" id="add index team_role.org_id" 2023-10-14T00:00:27.220 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.140286984Z level=info msg="Executing migration" id="add unique index team_role_org_id_team_id_role_id" 2023-10-14T00:00:27.221 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.140990861Z level=info msg="Executing migration" id="add index team_role.team_id" 2023-10-14T00:00:27.221 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.141866937Z level=info msg="Executing migration" id="create user role table" 2023-10-14T00:00:27.221 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.142839191Z level=info msg="Executing migration" id="add index user_role.org_id" 2023-10-14T00:00:27.221 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.143585444Z level=info msg="Executing migration" id="add unique index user_role_org_id_user_id_role_id" 2023-10-14T00:00:27.222 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.144434868Z level=info msg="Executing migration" id="add index user_role.user_id" 2023-10-14T00:00:27.222 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.145405881Z level=info msg="Executing migration" id="create builtin role table" 2023-10-14T00:00:27.222 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.146282597Z level=info msg="Executing migration" id="add index builtin_role.role_id" 2023-10-14T00:00:27.222 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.146957443Z level=info msg="Executing migration" id="add index builtin_role.name" 2023-10-14T00:00:27.222 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.14797726Z level=info msg="Executing migration" id="Add column org_id to builtin_role table" 2023-10-14T00:00:27.223 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.149071059Z level=info msg="Executing migration" id="add index builtin_role.org_id" 2023-10-14T00:00:27.223 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.14996588Z level=info msg="Executing migration" id="add unique index builtin_role_org_id_role_id_role" 2023-10-14T00:00:27.223 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.150888203Z level=info msg="Executing migration" id="Remove unique index role_org_id_uid" 2023-10-14T00:00:27.223 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.151768559Z level=info msg="Executing migration" id="add unique index role.uid" 2023-10-14T00:00:27.223 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.152762149Z level=info msg="Executing migration" id="create seed assignment table" 2023-10-14T00:00:27.224 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.15559893Z level=info msg="Executing migration" id="add unique index builtin_role_role_name" 2023-10-14T00:00:27.224 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.158379642Z level=info msg="Executing migration" id="add column hidden to role table" 2023-10-14T00:00:27.224 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.161303704Z level=info msg="Executing migration" id="create query_history table v1" 2023-10-14T00:00:27.224 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.164176938Z level=info msg="Executing migration" id="add index query_history.org_id-created_by-datasource_uid" 2023-10-14T00:00:27.224 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.166994186Z level=info msg="Executing migration" id="alter table query_history alter column created_by type to bigint" 2023-10-14T00:00:27.224 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.169825972Z level=info msg="Executing migration" id="teams permissions migration" 2023-10-14T00:00:27.225 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.172494438Z level=info msg="Executing migration" id="dashboard permissions" 2023-10-14T00:00:27.225 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.175330204Z level=info msg="Executing migration" id="dashboard permissions uid scopes" 2023-10-14T00:00:27.225 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.178217909Z level=info msg="Executing migration" id="drop managed folder create actions" 2023-10-14T00:00:27.225 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.181111011Z level=info msg="Executing migration" id="alerting notification permissions" 2023-10-14T00:00:27.225 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.184029476Z level=info msg="Executing migration" id="create query_history_star table v1" 2023-10-14T00:00:27.226 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.186994492Z level=info msg="Executing migration" id="add index query_history.user_id-query_uid" 2023-10-14T00:00:27.226 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.190112808Z level=info msg="Executing migration" id="add column org_id in query_history_star" 2023-10-14T00:00:27.424 INFO:teuthology.orchestra.run.smithi055.stdout:184683593747 2023-10-14T00:00:27.512 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.192733399Z level=info msg="Executing migration" id="alter table query_history_star_mig column user_id type to bigint" 2023-10-14T00:00:27.512 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.195476734Z level=info msg="Executing migration" id="create correlation table v1" 2023-10-14T00:00:27.512 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.198466577Z level=info msg="Executing migration" id="add index correlations.uid" 2023-10-14T00:00:27.512 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.2014698Z level=info msg="Executing migration" id="add index correlations.source_uid" 2023-10-14T00:00:27.513 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.204053588Z level=info msg="Executing migration" id="add correlation config column" 2023-10-14T00:00:27.513 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.206861231Z level=info msg="Executing migration" id="create entity_events table" 2023-10-14T00:00:27.513 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.209494684Z level=info msg="Executing migration" id="create dashboard public config v1" 2023-10-14T00:00:27.513 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.212274407Z level=info msg="Executing migration" id="drop index UQE_dashboard_public_config_uid - v1" 2023-10-14T00:00:27.513 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.212443797Z level=warn msg="Skipping migration: Already executed, but not recorded in migration log" id="drop index UQE_dashboard_public_config_uid - v1" 2023-10-14T00:00:27.514 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.214907004Z level=info msg="Executing migration" id="drop index IDX_dashboard_public_config_org_id_dashboard_uid - v1" 2023-10-14T00:00:27.514 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.215125036Z 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-10-14T00:00:27.514 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.217231517Z level=info msg="Executing migration" id="Drop old dashboard public config table" 2023-10-14T00:00:27.514 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.220091383Z level=info msg="Executing migration" id="recreate dashboard public config v1" 2023-10-14T00:00:27.514 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.22275213Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_uid - v1" 2023-10-14T00:00:27.515 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.225392952Z level=info msg="Executing migration" id="create index IDX_dashboard_public_config_org_id_dashboard_uid - v1" 2023-10-14T00:00:27.515 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.228149178Z level=info msg="Executing migration" id="drop index UQE_dashboard_public_config_uid - v2" 2023-10-14T00:00:27.515 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.230797017Z level=info msg="Executing migration" id="drop index IDX_dashboard_public_config_org_id_dashboard_uid - v2" 2023-10-14T00:00:27.515 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.233652481Z level=info msg="Executing migration" id="Drop public config table" 2023-10-14T00:00:27.515 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.236644793Z level=info msg="Executing migration" id="Recreate dashboard public config v2" 2023-10-14T00:00:27.516 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.239117224Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_uid - v2" 2023-10-14T00:00:27.516 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.241705338Z level=info msg="Executing migration" id="create index IDX_dashboard_public_config_org_id_dashboard_uid - v2" 2023-10-14T00:00:27.516 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.244325535Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_access_token - v2" 2023-10-14T00:00:27.516 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.247277061Z level=info msg="Executing migration" id="Rename table dashboard_public_config to dashboard_public - v2" 2023-10-14T00:00:27.517 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.25032904Z level=info msg="Executing migration" id="add annotations_enabled column" 2023-10-14T00:00:27.517 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.251440555Z level=info msg="Executing migration" id="add time_selection_enabled column" 2023-10-14T00:00:27.517 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.252505906Z level=info msg="Executing migration" id="delete orphaned public dashboards" 2023-10-14T00:00:27.517 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.253465932Z level=info msg="Executing migration" id="add share column" 2023-10-14T00:00:27.518 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.254628868Z level=info msg="Executing migration" id="create default alerting folders" 2023-10-14T00:00:27.518 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.255703786Z level=info msg="Executing migration" id="create file table" 2023-10-14T00:00:27.518 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.25635006Z level=info msg="Executing migration" id="file table idx: path natural pk" 2023-10-14T00:00:27.518 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.257170317Z level=info msg="Executing migration" id="file table idx: parent_folder_path_hash fast folder retrieval" 2023-10-14T00:00:27.518 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.258057899Z level=info msg="Executing migration" id="create file_meta table" 2023-10-14T00:00:27.519 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.258878358Z level=info msg="Executing migration" id="file table idx: path key" 2023-10-14T00:00:27.519 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.259717922Z level=info msg="Executing migration" id="set path collation in file table" 2023-10-14T00:00:27.519 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.260599108Z level=info msg="Executing migration" id="managed permissions migration" 2023-10-14T00:00:27.519 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.261430521Z level=info msg="Executing migration" id="managed folder permissions alert actions migration" 2023-10-14T00:00:27.519 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.262489519Z level=info msg="Executing migration" id="RBAC action name migrator" 2023-10-14T00:00:27.520 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.263298454Z level=info msg="Executing migration" id="Add UID column to playlist" 2023-10-14T00:00:27.520 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.264547385Z level=info msg="Executing migration" id="Update uid column values in playlist" 2023-10-14T00:00:27.520 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.265414109Z level=info msg="Executing migration" id="Add index for uid in playlist" 2023-10-14T00:00:27.520 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.266385176Z level=info msg="Executing migration" id="update group index for alert rules" 2023-10-14T00:00:27.520 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.267162076Z level=info msg="Executing migration" id="managed folder permissions alert actions repeated migration" 2023-10-14T00:00:27.521 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.268103532Z level=info msg="Executing migration" id="admin only folder/dashboard permission" 2023-10-14T00:00:27.521 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.268710533Z level=info msg="Executing migration" id="add action column to seed_assignment" 2023-10-14T00:00:27.521 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.269768751Z level=info msg="Executing migration" id="add scope column to seed_assignment" 2023-10-14T00:00:27.521 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.270813764Z level=info msg="Executing migration" id="remove unique index builtin_role_role_name before nullable update" 2023-10-14T00:00:27.521 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.271849369Z level=info msg="Executing migration" id="update seed_assignment role_name column to nullable" 2023-10-14T00:00:27.522 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.281681531Z level=info msg="Executing migration" id="add unique index builtin_role_name back" 2023-10-14T00:00:27.522 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.282535143Z level=info msg="Executing migration" id="add unique index builtin_role_action_scope" 2023-10-14T00:00:27.522 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.283529978Z level=info msg="Executing migration" id="add primary key to seed_assigment" 2023-10-14T00:00:27.522 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.287015978Z level=info msg="Executing migration" id="managed folder permissions alert actions repeated fixed migration" 2023-10-14T00:00:27.522 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.287928771Z level=info msg="Executing migration" id="migrate external alertmanagers to datsourcse" 2023-10-14T00:00:27.523 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.288743943Z level=info msg="Executing migration" id="create folder table" 2023-10-14T00:00:27.523 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.289660082Z level=info msg="Executing migration" id="Add index for parent_uid" 2023-10-14T00:00:27.523 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.290490522Z level=info msg="Executing migration" id="Add unique index for folder.uid and folder.org_id" 2023-10-14T00:00:27.523 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.291936762Z level=info msg="Executing migration" id="Update folder title length" 2023-10-14T00:00:27.523 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.294523589Z level=info msg="Executing migration" id="Add unique index for folder.title and folder.parent_uid" 2023-10-14T00:00:27.523 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=migrator t=2023-10-14T00:00:27.29732305Z level=info msg="migrations completed" performed=485 skipped=0 duration=731.600438ms 2023-10-14T00:00:27.524 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=sqlstore t=2023-10-14T00:00:27.297942345Z level=info msg="Created default organization" 2023-10-14T00:00:27.524 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=plugin.loader t=2023-10-14T00:00:27.356415804Z level=info msg="Plugin registered" pluginID=input 2023-10-14T00:00:27.524 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=plugin.loader t=2023-10-14T00:00:27.383260598Z level=info msg="Plugin registered" pluginID=grafana-piechart-panel 2023-10-14T00:00:27.524 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=plugin.loader t=2023-10-14T00:00:27.383283281Z level=info msg="Plugin registered" pluginID=vonage-status-panel 2023-10-14T00:00:27.524 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=secrets t=2023-10-14T00:00:27.38332792Z level=info msg="Envelope encryption state" enabled=true currentprovider=secretKey.v1 2023-10-14T00:00:27.525 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=query_data t=2023-10-14T00:00:27.386444009Z level=info msg="Query Service initialization" 2023-10-14T00:00:27.525 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=live.push_http t=2023-10-14T00:00:27.389250951Z level=info msg="Live Push Gateway initialization" 2023-10-14T00:00:27.525 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:27 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:27.526 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:27 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:27.526 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:27 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:27.526 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:27 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:27.526 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:27 smithi055 ceph-mon[110989]: Deploying daemon node-exporter.a on smithi055 2023-10-14T00:00:27.526 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:27 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/1799043485' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-10-14T00:00:27.527 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:27 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/3038702772' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-10-14T00:00:27.754 INFO:teuthology.orchestra.run.smithi055.stdout:219043332110 2023-10-14T00:00:27.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:27 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:27.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:27 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:27.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:27 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:27.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:27 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:27.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:27 smithi055 ceph-mon[124249]: Deploying daemon node-exporter.a on smithi055 2023-10-14T00:00:27.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:27 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/1799043485' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-10-14T00:00:27.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:27 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/3038702772' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-10-14T00:00:27.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:27.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:27.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:27.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:27.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-mon[116307]: Deploying daemon node-exporter.a on smithi055 2023-10-14T00:00:27.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/1799043485' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-10-14T00:00:27.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:27 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/3038702772' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-10-14T00:00:28.074 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574881 got 55834574883 for osd.1 2023-10-14T00:00:28.075 DEBUG:teuthology.parallel:result is None 2023-10-14T00:00:28.375 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:28 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=infra.usagestats.collector t=2023-10-14T00:00:28.096759314Z level=info msg="registering usage stat providers" usageStatsProvidersLen=2 2023-10-14T00:00:28.375 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:28 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=provisioning.datasources t=2023-10-14T00:00:28.097068243Z level=warn msg="[Deprecated] the datasource provisioning config is outdated. please upgrade" filename=/etc/grafana/provisioning/datasources/ceph-dashboard.yml 2023-10-14T00:00:28.376 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:28 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=provisioning.datasources t=2023-10-14T00:00:28.129774582Z level=info msg="inserting datasource from configuration " name=Dashboard1 uid=P43CA22E17D0F9596 2023-10-14T00:00:28.376 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:28 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=provisioning.datasources t=2023-10-14T00:00:28.161347806Z level=info msg="inserting datasource from configuration " name=Loki uid=P8E80F9AEF21F6940 2023-10-14T00:00:28.376 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:28 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=provisioning.alerting t=2023-10-14T00:00:28.182664459Z level=info msg="starting to provision alerting" 2023-10-14T00:00:28.376 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:28 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=provisioning.alerting t=2023-10-14T00:00:28.182684Z level=info msg="finished to provision alerting" 2023-10-14T00:00:28.376 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:28 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=grafanaStorageLogger t=2023-10-14T00:00:28.182783575Z level=info msg="storage starting" 2023-10-14T00:00:28.377 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:28 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=ngalert.state.manager t=2023-10-14T00:00:28.182844092Z level=info msg="Warming state cache for startup" 2023-10-14T00:00:28.377 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:28 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=http.server t=2023-10-14T00:00:28.184450949Z level=info msg="HTTP Server Listen" address=[::]:3000 protocol=https subUrl= socket= 2023-10-14T00:00:28.377 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:28 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=sqlstore.transactions t=2023-10-14T00:00:28.193649006Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=0 code="database is locked" 2023-10-14T00:00:28.377 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:28 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=ngalert.state.manager t=2023-10-14T00:00:28.193727133Z level=info msg="State cache has been initialized" states=0 duration=10.882036ms 2023-10-14T00:00:28.378 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:28 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=ngalert.multiorg.alertmanager t=2023-10-14T00:00:28.193772363Z level=info msg="starting MultiOrg Alertmanager" 2023-10-14T00:00:28.378 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:28 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=ticker t=2023-10-14T00:00:28.19380332Z level=info msg=starting first_tick=2023-10-14T00:00:30Z 2023-10-14T00:00:28.378 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:28 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=sqlstore.transactions t=2023-10-14T00:00:28.231210507Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=0 code="database is locked" 2023-10-14T00:00:28.378 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:28 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=sqlstore.transactions t=2023-10-14T00:00:28.271644469Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=0 code="database is locked" 2023-10-14T00:00:28.378 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:00:28 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[152685]: logger=sqlstore.transactions t=2023-10-14T00:00:28.282085826Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=1 code="database is locked" 2023-10-14T00:00:28.440 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:28 smithi055 bash[163585]: Trying to pull quay.io/prometheus/node-exporter:v1.5.0... 2023-10-14T00:00:28.442 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-14T00:00:28.443 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-14T00:00:28.443 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-14T00:00:28.484 INFO:tasks.cephadm.ceph_manager.ceph:need seq 184683593745 got 184683593747 for osd.6 2023-10-14T00:00:28.484 DEBUG:teuthology.parallel:result is None 2023-10-14T00:00:28.503 INFO:tasks.cephadm.ceph_manager.ceph:need seq 219043332109 got 219043332110 for osd.7 2023-10-14T00:00:28.504 DEBUG:teuthology.parallel:result is None 2023-10-14T00:00:28.703 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:28 smithi055 ceph-mon[124249]: pgmap v16: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:00:28.703 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:28 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/3829767971' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-10-14T00:00:28.704 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:28 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:28.704 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:28 smithi055 ceph-mon[110989]: pgmap v16: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:00:28.704 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:28 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/3829767971' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-10-14T00:00:28.704 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:28 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:28.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:28 smithi082 ceph-mon[116307]: pgmap v16: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:00:28.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:28 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/3829767971' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-10-14T00:00:28.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:28 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:28.958 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:28 smithi055 bash[163585]: Getting image source signatures 2023-10-14T00:00:28.959 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:28 smithi055 bash[163585]: Copying blob sha256:c0e87333d3805a7b7e1c25783dd25f27da0fe70a8e262eee7ed190c8dc843fa7 2023-10-14T00:00:28.959 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:28 smithi055 bash[163585]: Copying blob sha256:5c12815fee558b157dee7f7509dedbaba0a8379098858a65ec869e1f1526ea0c 2023-10-14T00:00:28.959 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:28 smithi055 bash[163585]: Copying blob sha256:22b70bddd3acadc892fca4c2af4260629bfda5dfd11ebc106a93ce24e752b5ed 2023-10-14T00:00:29.300 INFO:teuthology.orchestra.run.smithi055.stdout:124554051608 2023-10-14T00:00:29.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:29 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/795868627' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-10-14T00:00:30.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:29 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/795868627' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-10-14T00:00:30.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:29 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/795868627' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-10-14T00:00:30.476 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:30 smithi055 bash[163585]: Copying config sha256:0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83 2023-10-14T00:00:30.476 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:30 smithi055 bash[163585]: Writing manifest to image destination 2023-10-14T00:00:30.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:30 smithi055 ceph-mon[124249]: pgmap v17: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:00:30.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:30 smithi055 ceph-mon[110989]: pgmap v17: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:00:30.818 INFO:tasks.cephadm.ceph_manager.ceph:need seq 124554051607 got 124554051608 for osd.4 2023-10-14T00:00:30.819 DEBUG:teuthology.parallel:result is None 2023-10-14T00:00:30.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:30 smithi082 ceph-mon[116307]: pgmap v17: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:00:31.451 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:31 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[163809]: ts=2023-10-14T00:00:31.220Z caller=node_exporter.go:180 level=info msg="Starting node_exporter" version="(version=1.5.0, branch=HEAD, revision=1b48970ffcf5630534fb00bb0687d73c66d1c959)" 2023-10-14T00:00:31.451 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:31 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[163809]: ts=2023-10-14T00:00:31.220Z 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-10-14T00:00:31.451 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:31 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[163809]: ts=2023-10-14T00:00:31.220Z 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-10-14T00:00:31.452 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:31 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[163809]: ts=2023-10-14T00:00:31.220Z 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-10-14T00:00:31.452 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:31 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[163809]: ts=2023-10-14T00:00:31.221Z 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-10-14T00:00:31.452 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:31 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[163809]: ts=2023-10-14T00:00:31.221Z caller=diskstats_linux.go:264 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2023-10-14T00:00:31.452 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:31 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[163809]: ts=2023-10-14T00:00:31.221Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2023-10-14T00:00:31.453 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:31 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[163809]: ts=2023-10-14T00:00:31.221Z caller=node_exporter.go:117 level=info collector=arp 2023-10-14T00:00:31.453 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:31 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[163809]: ts=2023-10-14T00:00:31.221Z caller=node_exporter.go:117 level=info collector=bcache 2023-10-14T00:00:31.453 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:31 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[163809]: ts=2023-10-14T00:00:31.221Z caller=node_exporter.go:117 level=info collector=bonding 2023-10-14T00:00:31.453 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:31 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[163809]: ts=2023-10-14T00:00:31.221Z caller=node_exporter.go:117 level=info collector=btrfs 2023-10-14T00:00:31.454 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:31 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[163809]: ts=2023-10-14T00:00:31.221Z caller=node_exporter.go:117 level=info collector=conntrack 2023-10-14T00:00:31.454 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:31 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[163809]: ts=2023-10-14T00:00:31.221Z caller=node_exporter.go:117 level=info collector=cpu 2023-10-14T00:00:31.454 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:31 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[163809]: ts=2023-10-14T00:00:31.221Z caller=node_exporter.go:117 level=info collector=cpufreq 2023-10-14T00:00:31.454 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:31 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[163809]: ts=2023-10-14T00:00:31.221Z caller=node_exporter.go:117 level=info collector=diskstats 2023-10-14T00:00:31.455 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:31 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[163809]: ts=2023-10-14T00:00:31.221Z caller=node_exporter.go:117 level=info collector=dmi 2023-10-14T00:00:31.455 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:31 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[163809]: ts=2023-10-14T00:00:31.221Z caller=node_exporter.go:117 level=info collector=edac 2023-10-14T00:00:31.455 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:31 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[163809]: ts=2023-10-14T00:00:31.221Z caller=node_exporter.go:117 level=info collector=entropy 2023-10-14T00:00:31.455 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:31 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[163809]: ts=2023-10-14T00:00:31.221Z caller=node_exporter.go:117 level=info collector=fibrechannel 2023-10-14T00:00:31.455 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:31 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[163809]: ts=2023-10-14T00:00:31.221Z caller=node_exporter.go:117 level=info collector=filefd 2023-10-14T00:00:31.456 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:31 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[163809]: ts=2023-10-14T00:00:31.221Z caller=node_exporter.go:117 level=info collector=filesystem 2023-10-14T00:00:31.456 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:31 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[163809]: ts=2023-10-14T00:00:31.221Z caller=node_exporter.go:117 level=info collector=hwmon 2023-10-14T00:00:31.456 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:31 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[163809]: ts=2023-10-14T00:00:31.221Z caller=node_exporter.go:117 level=info collector=infiniband 2023-10-14T00:00:31.456 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:31 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[163809]: ts=2023-10-14T00:00:31.221Z caller=node_exporter.go:117 level=info collector=ipvs 2023-10-14T00:00:31.456 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:31 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[163809]: ts=2023-10-14T00:00:31.221Z caller=node_exporter.go:117 level=info collector=loadavg 2023-10-14T00:00:31.457 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:31 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[163809]: ts=2023-10-14T00:00:31.221Z caller=node_exporter.go:117 level=info collector=mdadm 2023-10-14T00:00:31.457 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:31 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[163809]: ts=2023-10-14T00:00:31.221Z caller=node_exporter.go:117 level=info collector=meminfo 2023-10-14T00:00:31.457 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:31 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[163809]: ts=2023-10-14T00:00:31.221Z caller=node_exporter.go:117 level=info collector=netclass 2023-10-14T00:00:31.457 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:31 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[163809]: ts=2023-10-14T00:00:31.221Z caller=node_exporter.go:117 level=info collector=netdev 2023-10-14T00:00:31.458 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:31 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[163809]: ts=2023-10-14T00:00:31.221Z caller=node_exporter.go:117 level=info collector=netstat 2023-10-14T00:00:31.458 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:31 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[163809]: ts=2023-10-14T00:00:31.221Z caller=node_exporter.go:117 level=info collector=nfs 2023-10-14T00:00:31.458 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:31 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[163809]: ts=2023-10-14T00:00:31.221Z caller=node_exporter.go:117 level=info collector=nfsd 2023-10-14T00:00:31.458 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:31 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[163809]: ts=2023-10-14T00:00:31.221Z caller=node_exporter.go:117 level=info collector=nvme 2023-10-14T00:00:31.458 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:31 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[163809]: ts=2023-10-14T00:00:31.221Z caller=node_exporter.go:117 level=info collector=os 2023-10-14T00:00:31.459 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:31 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[163809]: ts=2023-10-14T00:00:31.221Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2023-10-14T00:00:31.459 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:31 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[163809]: ts=2023-10-14T00:00:31.221Z caller=node_exporter.go:117 level=info collector=pressure 2023-10-14T00:00:31.459 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:31 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[163809]: ts=2023-10-14T00:00:31.221Z caller=node_exporter.go:117 level=info collector=rapl 2023-10-14T00:00:31.459 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:31 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[163809]: ts=2023-10-14T00:00:31.221Z caller=node_exporter.go:117 level=info collector=schedstat 2023-10-14T00:00:31.460 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:31 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[163809]: ts=2023-10-14T00:00:31.221Z caller=node_exporter.go:117 level=info collector=selinux 2023-10-14T00:00:31.460 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:31 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[163809]: ts=2023-10-14T00:00:31.221Z caller=node_exporter.go:117 level=info collector=sockstat 2023-10-14T00:00:31.460 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:31 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[163809]: ts=2023-10-14T00:00:31.221Z caller=node_exporter.go:117 level=info collector=softnet 2023-10-14T00:00:31.460 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:31 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[163809]: ts=2023-10-14T00:00:31.221Z caller=node_exporter.go:117 level=info collector=stat 2023-10-14T00:00:31.460 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:31 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[163809]: ts=2023-10-14T00:00:31.221Z caller=node_exporter.go:117 level=info collector=tapestats 2023-10-14T00:00:31.461 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:31 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[163809]: ts=2023-10-14T00:00:31.221Z caller=node_exporter.go:117 level=info collector=textfile 2023-10-14T00:00:31.461 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:31 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[163809]: ts=2023-10-14T00:00:31.221Z caller=node_exporter.go:117 level=info collector=thermal_zone 2023-10-14T00:00:31.461 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:31 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[163809]: ts=2023-10-14T00:00:31.221Z caller=node_exporter.go:117 level=info collector=time 2023-10-14T00:00:31.461 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:31 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[163809]: ts=2023-10-14T00:00:31.221Z caller=node_exporter.go:117 level=info collector=udp_queues 2023-10-14T00:00:31.461 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:31 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[163809]: ts=2023-10-14T00:00:31.222Z caller=node_exporter.go:117 level=info collector=uname 2023-10-14T00:00:31.462 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:31 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[163809]: ts=2023-10-14T00:00:31.222Z caller=node_exporter.go:117 level=info collector=vmstat 2023-10-14T00:00:31.462 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:31 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[163809]: ts=2023-10-14T00:00:31.222Z caller=node_exporter.go:117 level=info collector=xfs 2023-10-14T00:00:31.462 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:31 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[163809]: ts=2023-10-14T00:00:31.222Z caller=node_exporter.go:117 level=info collector=zfs 2023-10-14T00:00:31.463 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:31 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[163809]: ts=2023-10-14T00:00:31.222Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9100 2023-10-14T00:00:31.463 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:31 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[163809]: ts=2023-10-14T00:00:31.222Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9100 2023-10-14T00:00:31.463 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:31 smithi055 bash[163585]: d825d3efb2a2a2cf1296b4c3b630a3a9c7069a5ee3e09f86e06fc8fde5553960 2023-10-14T00:00:31.463 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:00:31 smithi055 systemd[1]: Started Ceph node-exporter.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:00:31.670 INFO:teuthology.orchestra.run.smithi055.stdout:154618822679 2023-10-14T00:00:31.934 INFO:teuthology.orchestra.run.smithi055.stdout:34359738408 2023-10-14T00:00:32.121 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:31 smithi082 systemd[1]: Starting Ceph node-exporter.b for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:00:32.149 INFO:tasks.cephadm.ceph_manager.ceph:need seq 154618822677 got 154618822679 for osd.5 2023-10-14T00:00:32.149 DEBUG:teuthology.parallel:result is None 2023-10-14T00:00:32.375 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:32 smithi082 bash[152936]: Trying to pull quay.io/prometheus/node-exporter:v1.5.0... 2023-10-14T00:00:32.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:32 smithi082 ceph-mon[116307]: pgmap v18: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:00:32.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:32 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:32.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:32 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:32.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:32 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:32.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:32 smithi082 ceph-mon[116307]: Deploying daemon node-exporter.b on smithi082 2023-10-14T00:00:32.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:32 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/412510718' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-10-14T00:00:32.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:32 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/1774687626' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-10-14T00:00:32.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:32 smithi055 ceph-mon[124249]: pgmap v18: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:00:32.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:32 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:32.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:32 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:32.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:32 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:32.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:32 smithi055 ceph-mon[124249]: Deploying daemon node-exporter.b on smithi082 2023-10-14T00:00:32.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:32 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/412510718' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-10-14T00:00:32.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:32 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/1774687626' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-10-14T00:00:32.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:32 smithi055 ceph-mon[110989]: pgmap v18: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:00:32.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:32 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:32.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:32 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:32.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:32 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:32.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:32 smithi055 ceph-mon[110989]: Deploying daemon node-exporter.b on smithi082 2023-10-14T00:00:32.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:32 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/412510718' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-10-14T00:00:32.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:32 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/1774687626' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-10-14T00:00:32.586 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738406 got 34359738408 for osd.0 2023-10-14T00:00:32.586 DEBUG:teuthology.parallel:result is None 2023-10-14T00:00:32.672 INFO:teuthology.orchestra.run.smithi055.stdout:77309411360 2023-10-14T00:00:32.875 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:32 smithi082 bash[152936]: Getting image source signatures 2023-10-14T00:00:32.875 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:32 smithi082 bash[152936]: Copying blob sha256:c0e87333d3805a7b7e1c25783dd25f27da0fe70a8e262eee7ed190c8dc843fa7 2023-10-14T00:00:32.875 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:32 smithi082 bash[152936]: Copying blob sha256:5c12815fee558b157dee7f7509dedbaba0a8379098858a65ec869e1f1526ea0c 2023-10-14T00:00:32.875 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:32 smithi082 bash[152936]: Copying blob sha256:22b70bddd3acadc892fca4c2af4260629bfda5dfd11ebc106a93ce24e752b5ed 2023-10-14T00:00:33.099 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411358 got 77309411360 for osd.2 2023-10-14T00:00:33.099 DEBUG:teuthology.parallel:result is None 2023-10-14T00:00:33.100 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-10-14T00:00:33.100 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph pg dump --format=json 2023-10-14T00:00:33.409 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-14T00:00:33.617 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:33 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/3103381535' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-10-14T00:00:33.618 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:33 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:00:33.618 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:33 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/3103381535' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-10-14T00:00:33.619 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:33 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:00:33.625 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:00:33 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:00:33] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.43.0" 2023-10-14T00:00:33.625 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:33 smithi082 bash[152936]: Copying config sha256:0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83 2023-10-14T00:00:33.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:33 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/3103381535' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-10-14T00:00:33.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:33 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:00:34.015 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:33 smithi082 bash[152936]: Writing manifest to image destination 2023-10-14T00:00:34.326 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:34 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[152986]: ts=2023-10-14T00:00:34.052Z caller=node_exporter.go:180 level=info msg="Starting node_exporter" version="(version=1.5.0, branch=HEAD, revision=1b48970ffcf5630534fb00bb0687d73c66d1c959)" 2023-10-14T00:00:34.327 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:34 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[152986]: ts=2023-10-14T00:00:34.052Z 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-10-14T00:00:34.327 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:34 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[152986]: ts=2023-10-14T00:00:34.053Z 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-10-14T00:00:34.327 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:34 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[152986]: ts=2023-10-14T00:00:34.053Z caller=diskstats_linux.go:264 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2023-10-14T00:00:34.327 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:34 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[152986]: ts=2023-10-14T00:00:34.053Z 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-10-14T00:00:34.328 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:34 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[152986]: ts=2023-10-14T00:00:34.053Z 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-10-14T00:00:34.328 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:34 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[152986]: ts=2023-10-14T00:00:34.054Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2023-10-14T00:00:34.328 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:34 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[152986]: ts=2023-10-14T00:00:34.054Z caller=node_exporter.go:117 level=info collector=arp 2023-10-14T00:00:34.328 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:34 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[152986]: ts=2023-10-14T00:00:34.054Z caller=node_exporter.go:117 level=info collector=bcache 2023-10-14T00:00:34.328 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:34 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[152986]: ts=2023-10-14T00:00:34.054Z caller=node_exporter.go:117 level=info collector=bonding 2023-10-14T00:00:34.329 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:34 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[152986]: ts=2023-10-14T00:00:34.054Z caller=node_exporter.go:117 level=info collector=btrfs 2023-10-14T00:00:34.329 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:34 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[152986]: ts=2023-10-14T00:00:34.054Z caller=node_exporter.go:117 level=info collector=conntrack 2023-10-14T00:00:34.329 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:34 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[152986]: ts=2023-10-14T00:00:34.054Z caller=node_exporter.go:117 level=info collector=cpu 2023-10-14T00:00:34.329 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:34 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[152986]: ts=2023-10-14T00:00:34.054Z caller=node_exporter.go:117 level=info collector=cpufreq 2023-10-14T00:00:34.329 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:34 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[152986]: ts=2023-10-14T00:00:34.054Z caller=node_exporter.go:117 level=info collector=diskstats 2023-10-14T00:00:34.330 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:34 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[152986]: ts=2023-10-14T00:00:34.054Z caller=node_exporter.go:117 level=info collector=dmi 2023-10-14T00:00:34.330 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:34 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[152986]: ts=2023-10-14T00:00:34.054Z caller=node_exporter.go:117 level=info collector=edac 2023-10-14T00:00:34.330 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:34 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[152986]: ts=2023-10-14T00:00:34.054Z caller=node_exporter.go:117 level=info collector=entropy 2023-10-14T00:00:34.330 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:34 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[152986]: ts=2023-10-14T00:00:34.054Z caller=node_exporter.go:117 level=info collector=fibrechannel 2023-10-14T00:00:34.330 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:34 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[152986]: ts=2023-10-14T00:00:34.054Z caller=node_exporter.go:117 level=info collector=filefd 2023-10-14T00:00:34.331 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:34 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[152986]: ts=2023-10-14T00:00:34.054Z caller=node_exporter.go:117 level=info collector=filesystem 2023-10-14T00:00:34.331 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:34 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[152986]: ts=2023-10-14T00:00:34.054Z caller=node_exporter.go:117 level=info collector=hwmon 2023-10-14T00:00:34.331 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:34 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[152986]: ts=2023-10-14T00:00:34.054Z caller=node_exporter.go:117 level=info collector=infiniband 2023-10-14T00:00:34.331 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:34 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[152986]: ts=2023-10-14T00:00:34.054Z caller=node_exporter.go:117 level=info collector=ipvs 2023-10-14T00:00:34.331 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:34 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[152986]: ts=2023-10-14T00:00:34.054Z caller=node_exporter.go:117 level=info collector=loadavg 2023-10-14T00:00:34.332 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:34 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[152986]: ts=2023-10-14T00:00:34.054Z caller=node_exporter.go:117 level=info collector=mdadm 2023-10-14T00:00:34.332 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:34 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[152986]: ts=2023-10-14T00:00:34.054Z caller=node_exporter.go:117 level=info collector=meminfo 2023-10-14T00:00:34.332 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:34 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[152986]: ts=2023-10-14T00:00:34.054Z caller=node_exporter.go:117 level=info collector=netclass 2023-10-14T00:00:34.332 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:34 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[152986]: ts=2023-10-14T00:00:34.054Z caller=node_exporter.go:117 level=info collector=netdev 2023-10-14T00:00:34.333 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:34 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[152986]: ts=2023-10-14T00:00:34.054Z caller=node_exporter.go:117 level=info collector=netstat 2023-10-14T00:00:34.333 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:34 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[152986]: ts=2023-10-14T00:00:34.054Z caller=node_exporter.go:117 level=info collector=nfs 2023-10-14T00:00:34.333 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:34 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[152986]: ts=2023-10-14T00:00:34.054Z caller=node_exporter.go:117 level=info collector=nfsd 2023-10-14T00:00:34.333 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:34 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[152986]: ts=2023-10-14T00:00:34.054Z caller=node_exporter.go:117 level=info collector=nvme 2023-10-14T00:00:34.334 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:34 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[152986]: ts=2023-10-14T00:00:34.054Z caller=node_exporter.go:117 level=info collector=os 2023-10-14T00:00:34.334 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:34 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[152986]: ts=2023-10-14T00:00:34.054Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2023-10-14T00:00:34.334 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:34 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[152986]: ts=2023-10-14T00:00:34.054Z caller=node_exporter.go:117 level=info collector=pressure 2023-10-14T00:00:34.334 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:34 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[152986]: ts=2023-10-14T00:00:34.054Z caller=node_exporter.go:117 level=info collector=rapl 2023-10-14T00:00:34.334 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:34 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[152986]: ts=2023-10-14T00:00:34.054Z caller=node_exporter.go:117 level=info collector=schedstat 2023-10-14T00:00:34.335 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:34 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[152986]: ts=2023-10-14T00:00:34.054Z caller=node_exporter.go:117 level=info collector=selinux 2023-10-14T00:00:34.335 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:34 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[152986]: ts=2023-10-14T00:00:34.054Z caller=node_exporter.go:117 level=info collector=sockstat 2023-10-14T00:00:34.335 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:34 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[152986]: ts=2023-10-14T00:00:34.054Z caller=node_exporter.go:117 level=info collector=softnet 2023-10-14T00:00:34.335 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:34 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[152986]: ts=2023-10-14T00:00:34.054Z caller=node_exporter.go:117 level=info collector=stat 2023-10-14T00:00:34.335 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:34 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[152986]: ts=2023-10-14T00:00:34.054Z caller=node_exporter.go:117 level=info collector=tapestats 2023-10-14T00:00:34.336 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:34 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[152986]: ts=2023-10-14T00:00:34.054Z caller=node_exporter.go:117 level=info collector=textfile 2023-10-14T00:00:34.336 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:34 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[152986]: ts=2023-10-14T00:00:34.054Z caller=node_exporter.go:117 level=info collector=thermal_zone 2023-10-14T00:00:34.336 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:34 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[152986]: ts=2023-10-14T00:00:34.054Z caller=node_exporter.go:117 level=info collector=time 2023-10-14T00:00:34.336 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:34 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[152986]: ts=2023-10-14T00:00:34.054Z caller=node_exporter.go:117 level=info collector=udp_queues 2023-10-14T00:00:34.336 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:34 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[152986]: ts=2023-10-14T00:00:34.054Z caller=node_exporter.go:117 level=info collector=uname 2023-10-14T00:00:34.337 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:34 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[152986]: ts=2023-10-14T00:00:34.054Z caller=node_exporter.go:117 level=info collector=vmstat 2023-10-14T00:00:34.337 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:34 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[152986]: ts=2023-10-14T00:00:34.054Z caller=node_exporter.go:117 level=info collector=xfs 2023-10-14T00:00:34.337 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:34 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[152986]: ts=2023-10-14T00:00:34.054Z caller=node_exporter.go:117 level=info collector=zfs 2023-10-14T00:00:34.337 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:34 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[152986]: ts=2023-10-14T00:00:34.054Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9100 2023-10-14T00:00:34.337 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:34 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[152986]: ts=2023-10-14T00:00:34.054Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9100 2023-10-14T00:00:34.337 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:34 smithi082 bash[152936]: b17919963465daabcc22a9277b1aca2797b646c085cdb891c421e2fbebf04ffa 2023-10-14T00:00:34.338 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:00:34 smithi082 systemd[1]: Started Ceph node-exporter.b for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:00:34.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:34 smithi082 ceph-mon[116307]: pgmap v19: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:00:34.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:34 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:34.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:34 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:34.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:34 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:34.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:34 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:34.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:34 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:34.646 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-14T00:00:34.648 INFO:teuthology.orchestra.run.smithi055.stderr:dumped all 2023-10-14T00:00:34.677 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:34 smithi055 ceph-mon[124249]: pgmap v19: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:00:34.678 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:34 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:34.678 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:34 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:34.678 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:34 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:34.678 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:34 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:34.678 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:34 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:34.679 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:34 smithi055 ceph-mon[110989]: pgmap v19: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:00:34.679 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:34 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:34.679 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:34 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:34.680 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:34 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:34.680 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:34 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:34.680 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:34 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:35.152 INFO:teuthology.orchestra.run.smithi055.stdout:{"pg_ready":true,"pg_map":{"version":19,"stamp":"2023-10-14T00:00:33.129794+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":257,"num_read_kb":534,"num_write":277,"num_write_kb":3478,"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":215,"ondisk_log_size":215,"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":2385844,"kb_used_data":6796,"kb_used_omap":0,"kb_used_meta":2378240,"kb_avail":747575372,"statfs":{"total":767960285184,"available":765517180928,"internally_reserved":0,"allocated":6959104,"data_stored":3983768,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2435317760},"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.003260"},"pg_stats":[{"pgid":"3.3f","version":"0'0","reported_seq":14,"reported_epoch":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.176863+0000","last_change":"2023-10-13T23:59:34.350392+0000","last_active":"2023-10-14T00:00:03.176863+0000","last_peered":"2023-10-14T00:00:03.176863+0000","last_clean":"2023-10-14T00:00:03.176863+0000","last_became_active":"2023-10-13T23:59:34.349719+0000","last_became_peered":"2023-10-13T23:59:34.349719+0000","last_unstale":"2023-10-14T00:00:03.176863+0000","last_undegraded":"2023-10-14T00:00:03.176863+0000","last_fullsized":"2023-10-14T00:00:03.176863+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:24:50.889099+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.114400+0000","last_change":"2023-10-13T23:59:34.351593+0000","last_active":"2023-10-14T00:00:03.114400+0000","last_peered":"2023-10-14T00:00:03.114400+0000","last_clean":"2023-10-14T00:00:03.114400+0000","last_became_active":"2023-10-13T23:59:34.351078+0000","last_became_peered":"2023-10-13T23:59:34.351078+0000","last_unstale":"2023-10-14T00:00:03.114400+0000","last_undegraded":"2023-10-14T00:00:03.114400+0000","last_fullsized":"2023-10-14T00:00:03.114400+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T05:08:25.738139+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.180573+0000","last_change":"2023-10-13T23:59:34.349088+0000","last_active":"2023-10-14T00:00:03.180573+0000","last_peered":"2023-10-14T00:00:03.180573+0000","last_clean":"2023-10-14T00:00:03.180573+0000","last_became_active":"2023-10-13T23:59:34.348722+0000","last_became_peered":"2023-10-13T23:59:34.348722+0000","last_unstale":"2023-10-14T00:00:03.180573+0000","last_undegraded":"2023-10-14T00:00:03.180573+0000","last_fullsized":"2023-10-14T00:00:03.180573+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:39:40.907426+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.177938+0000","last_change":"2023-10-13T23:59:34.344153+0000","last_active":"2023-10-14T00:00:03.177938+0000","last_peered":"2023-10-14T00:00:03.177938+0000","last_clean":"2023-10-14T00:00:03.177938+0000","last_became_active":"2023-10-13T23:59:34.343722+0000","last_became_peered":"2023-10-13T23:59:34.343722+0000","last_unstale":"2023-10-14T00:00:03.177938+0000","last_undegraded":"2023-10-14T00:00:03.177938+0000","last_fullsized":"2023-10-14T00:00:03.177938+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:21:01.251415+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.176505+0000","last_change":"2023-10-13T23:59:34.342421+0000","last_active":"2023-10-14T00:00:03.176505+0000","last_peered":"2023-10-14T00:00:03.176505+0000","last_clean":"2023-10-14T00:00:03.176505+0000","last_became_active":"2023-10-13T23:59:34.342057+0000","last_became_peered":"2023-10-13T23:59:34.342057+0000","last_unstale":"2023-10-14T00:00:03.176505+0000","last_undegraded":"2023-10-14T00:00:03.176505+0000","last_fullsized":"2023-10-14T00:00:03.176505+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:23:19.409120+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.178043+0000","last_change":"2023-10-13T23:59:34.348509+0000","last_active":"2023-10-14T00:00:03.178043+0000","last_peered":"2023-10-14T00:00:03.178043+0000","last_clean":"2023-10-14T00:00:03.178043+0000","last_became_active":"2023-10-13T23:59:34.347683+0000","last_became_peered":"2023-10-13T23:59:34.347683+0000","last_unstale":"2023-10-14T00:00:03.178043+0000","last_undegraded":"2023-10-14T00:00:03.178043+0000","last_fullsized":"2023-10-14T00:00:03.178043+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:17:30.320938+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.176018+0000","last_change":"2023-10-13T23:59:34.348870+0000","last_active":"2023-10-14T00:00:03.176018+0000","last_peered":"2023-10-14T00:00:03.176018+0000","last_clean":"2023-10-14T00:00:03.176018+0000","last_became_active":"2023-10-13T23:59:34.348544+0000","last_became_peered":"2023-10-13T23:59:34.348544+0000","last_unstale":"2023-10-14T00:00:03.176018+0000","last_undegraded":"2023-10-14T00:00:03.176018+0000","last_fullsized":"2023-10-14T00:00:03.176018+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:39:04.818381+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.176200+0000","last_change":"2023-10-13T23:59:34.341743+0000","last_active":"2023-10-14T00:00:03.176200+0000","last_peered":"2023-10-14T00:00:03.176200+0000","last_clean":"2023-10-14T00:00:03.176200+0000","last_became_active":"2023-10-13T23:59:34.341415+0000","last_became_peered":"2023-10-13T23:59:34.341415+0000","last_unstale":"2023-10-14T00:00:03.176200+0000","last_undegraded":"2023-10-14T00:00:03.176200+0000","last_fullsized":"2023-10-14T00:00:03.176200+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:08:03.893964+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.176799+0000","last_change":"2023-10-13T23:59:34.350211+0000","last_active":"2023-10-14T00:00:03.176799+0000","last_peered":"2023-10-14T00:00:03.176799+0000","last_clean":"2023-10-14T00:00:03.176799+0000","last_became_active":"2023-10-13T23:59:34.349281+0000","last_became_peered":"2023-10-13T23:59:34.349281+0000","last_unstale":"2023-10-14T00:00:03.176799+0000","last_undegraded":"2023-10-14T00:00:03.176799+0000","last_fullsized":"2023-10-14T00:00:03.176799+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:30:46.887219+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.181199+0000","last_change":"2023-10-13T23:59:34.339210+0000","last_active":"2023-10-14T00:00:03.181199+0000","last_peered":"2023-10-14T00:00:03.181199+0000","last_clean":"2023-10-14T00:00:03.181199+0000","last_became_active":"2023-10-13T23:59:34.338911+0000","last_became_peered":"2023-10-13T23:59:34.338911+0000","last_unstale":"2023-10-14T00:00:03.181199+0000","last_undegraded":"2023-10-14T00:00:03.181199+0000","last_fullsized":"2023-10-14T00:00:03.181199+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T00:50:38.162061+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.181292+0000","last_change":"2023-10-13T23:59:34.349774+0000","last_active":"2023-10-14T00:00:03.181292+0000","last_peered":"2023-10-14T00:00:03.181292+0000","last_clean":"2023-10-14T00:00:03.181292+0000","last_became_active":"2023-10-13T23:59:34.349395+0000","last_became_peered":"2023-10-13T23:59:34.349395+0000","last_unstale":"2023-10-14T00:00:03.181292+0000","last_undegraded":"2023-10-14T00:00:03.181292+0000","last_fullsized":"2023-10-14T00:00:03.181292+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:14:38.112670+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.109810+0000","last_change":"2023-10-13T23:59:34.349567+0000","last_active":"2023-10-14T00:00:03.109810+0000","last_peered":"2023-10-14T00:00:03.109810+0000","last_clean":"2023-10-14T00:00:03.109810+0000","last_became_active":"2023-10-13T23:59:34.349281+0000","last_became_peered":"2023-10-13T23:59:34.349281+0000","last_unstale":"2023-10-14T00:00:03.109810+0000","last_undegraded":"2023-10-14T00:00:03.109810+0000","last_fullsized":"2023-10-14T00:00:03.109810+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:54:12.146728+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.176896+0000","last_change":"2023-10-13T23:59:34.352244+0000","last_active":"2023-10-14T00:00:03.176896+0000","last_peered":"2023-10-14T00:00:03.176896+0000","last_clean":"2023-10-14T00:00:03.176896+0000","last_became_active":"2023-10-13T23:59:34.349657+0000","last_became_peered":"2023-10-13T23:59:34.349657+0000","last_unstale":"2023-10-14T00:00:03.176896+0000","last_undegraded":"2023-10-14T00:00:03.176896+0000","last_fullsized":"2023-10-14T00:00:03.176896+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T05:17:46.052581+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.181012+0000","last_change":"2023-10-13T23:59:34.345399+0000","last_active":"2023-10-14T00:00:03.181012+0000","last_peered":"2023-10-14T00:00:03.181012+0000","last_clean":"2023-10-14T00:00:03.181012+0000","last_became_active":"2023-10-13T23:59:34.344890+0000","last_became_peered":"2023-10-13T23:59:34.344890+0000","last_unstale":"2023-10-14T00:00:03.181012+0000","last_undegraded":"2023-10-14T00:00:03.181012+0000","last_fullsized":"2023-10-14T00:00:03.181012+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:33:51.633119+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.113776+0000","last_change":"2023-10-13T23:59:34.346941+0000","last_active":"2023-10-14T00:00:03.113776+0000","last_peered":"2023-10-14T00:00:03.113776+0000","last_clean":"2023-10-14T00:00:03.113776+0000","last_became_active":"2023-10-13T23:59:34.346629+0000","last_became_peered":"2023-10-13T23:59:34.346629+0000","last_unstale":"2023-10-14T00:00:03.113776+0000","last_undegraded":"2023-10-14T00:00:03.113776+0000","last_fullsized":"2023-10-14T00:00:03.113776+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:15:31.237095+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.177636+0000","last_change":"2023-10-13T23:59:34.347775+0000","last_active":"2023-10-14T00:00:03.177636+0000","last_peered":"2023-10-14T00:00:03.177636+0000","last_clean":"2023-10-14T00:00:03.177636+0000","last_became_active":"2023-10-13T23:59:34.347408+0000","last_became_peered":"2023-10-13T23:59:34.347408+0000","last_unstale":"2023-10-14T00:00:03.177636+0000","last_undegraded":"2023-10-14T00:00:03.177636+0000","last_fullsized":"2023-10-14T00:00:03.177636+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:42:57.191972+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.178338+0000","last_change":"2023-10-13T23:59:34.335737+0000","last_active":"2023-10-14T00:00:03.178338+0000","last_peered":"2023-10-14T00:00:03.178338+0000","last_clean":"2023-10-14T00:00:03.178338+0000","last_became_active":"2023-10-13T23:59:34.334645+0000","last_became_peered":"2023-10-13T23:59:34.334645+0000","last_unstale":"2023-10-14T00:00:03.178338+0000","last_undegraded":"2023-10-14T00:00:03.178338+0000","last_fullsized":"2023-10-14T00:00:03.178338+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:39:13.192067+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.175936+0000","last_change":"2023-10-13T23:59:34.335890+0000","last_active":"2023-10-14T00:00:03.175936+0000","last_peered":"2023-10-14T00:00:03.175936+0000","last_clean":"2023-10-14T00:00:03.175936+0000","last_became_active":"2023-10-13T23:59:34.335528+0000","last_became_peered":"2023-10-13T23:59:34.335528+0000","last_unstale":"2023-10-14T00:00:03.175936+0000","last_undegraded":"2023-10-14T00:00:03.175936+0000","last_fullsized":"2023-10-14T00:00:03.175936+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:32:05.096732+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.176523+0000","last_change":"2023-10-13T23:59:34.337333+0000","last_active":"2023-10-14T00:00:03.176523+0000","last_peered":"2023-10-14T00:00:03.176523+0000","last_clean":"2023-10-14T00:00:03.176523+0000","last_became_active":"2023-10-13T23:59:34.335881+0000","last_became_peered":"2023-10-13T23:59:34.335881+0000","last_unstale":"2023-10-14T00:00:03.176523+0000","last_undegraded":"2023-10-14T00:00:03.176523+0000","last_fullsized":"2023-10-14T00:00:03.176523+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:03:19.467776+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'4","reported_seq":19,"reported_epoch":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.181490+0000","last_change":"2023-10-13T23:59:33.708933+0000","last_active":"2023-10-14T00:00:03.181490+0000","last_peered":"2023-10-14T00:00:03.181490+0000","last_clean":"2023-10-14T00:00:03.181490+0000","last_became_active":"2023-10-13T23:59:33.708630+0000","last_became_peered":"2023-10-13T23:59:33.708630+0000","last_unstale":"2023-10-14T00:00:03.181490+0000","last_undegraded":"2023-10-14T00:00:03.181490+0000","last_fullsized":"2023-10-14T00:00:03.181490+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":4,"log_dups_size":0,"ondisk_log_size":4,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:48:26.305881+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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.177397+0000","last_change":"2023-10-13T23:59:34.342165+0000","last_active":"2023-10-14T00:00:03.177397+0000","last_peered":"2023-10-14T00:00:03.177397+0000","last_clean":"2023-10-14T00:00:03.177397+0000","last_became_active":"2023-10-13T23:59:34.341495+0000","last_became_peered":"2023-10-13T23:59:34.341495+0000","last_unstale":"2023-10-14T00:00:03.177397+0000","last_undegraded":"2023-10-14T00:00:03.177397+0000","last_fullsized":"2023-10-14T00:00:03.177397+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T00:48:31.165868+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'1","reported_seq":16,"reported_epoch":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.177471+0000","last_change":"2023-10-13T23:59:33.716880+0000","last_active":"2023-10-14T00:00:03.177471+0000","last_peered":"2023-10-14T00:00:03.177471+0000","last_clean":"2023-10-14T00:00:03.177471+0000","last_became_active":"2023-10-13T23:59:33.716580+0000","last_became_peered":"2023-10-13T23:59:33.716580+0000","last_unstale":"2023-10-14T00:00:03.177471+0000","last_undegraded":"2023-10-14T00:00:03.177471+0000","last_fullsized":"2023-10-14T00:00:03.177471+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+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-15T01:14:08.455624+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.181259+0000","last_change":"2023-10-13T23:59:34.346685+0000","last_active":"2023-10-14T00:00:03.181259+0000","last_peered":"2023-10-14T00:00:03.181259+0000","last_clean":"2023-10-14T00:00:03.181259+0000","last_became_active":"2023-10-13T23:59:34.346344+0000","last_became_peered":"2023-10-13T23:59:34.346344+0000","last_unstale":"2023-10-14T00:00:03.181259+0000","last_undegraded":"2023-10-14T00:00:03.181259+0000","last_fullsized":"2023-10-14T00:00:03.181259+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:05:31.503332+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'2","reported_seq":17,"reported_epoch":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.176800+0000","last_change":"2023-10-13T23:59:33.707208+0000","last_active":"2023-10-14T00:00:03.176800+0000","last_peered":"2023-10-14T00:00:03.176800+0000","last_clean":"2023-10-14T00:00:03.176800+0000","last_became_active":"2023-10-13T23:59:33.706810+0000","last_became_peered":"2023-10-13T23:59:33.706810+0000","last_unstale":"2023-10-14T00:00:03.176800+0000","last_undegraded":"2023-10-14T00:00:03.176800+0000","last_fullsized":"2023-10-14T00:00:03.176800+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:17:11.713206+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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.178165+0000","last_change":"2023-10-13T23:59:34.339102+0000","last_active":"2023-10-14T00:00:03.178165+0000","last_peered":"2023-10-14T00:00:03.178165+0000","last_clean":"2023-10-14T00:00:03.178165+0000","last_became_active":"2023-10-13T23:59:34.338783+0000","last_became_peered":"2023-10-13T23:59:34.338783+0000","last_unstale":"2023-10-14T00:00:03.178165+0000","last_undegraded":"2023-10-14T00:00:03.178165+0000","last_fullsized":"2023-10-14T00:00:03.178165+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:32:43.409208+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'2","reported_seq":17,"reported_epoch":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.176423+0000","last_change":"2023-10-13T23:59:33.694764+0000","last_active":"2023-10-14T00:00:03.176423+0000","last_peered":"2023-10-14T00:00:03.176423+0000","last_clean":"2023-10-14T00:00:03.176423+0000","last_became_active":"2023-10-13T23:59:33.694270+0000","last_became_peered":"2023-10-13T23:59:33.694270+0000","last_unstale":"2023-10-14T00:00:03.176423+0000","last_undegraded":"2023-10-14T00:00:03.176423+0000","last_fullsized":"2023-10-14T00:00:03.176423+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:55:46.359217+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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.178148+0000","last_change":"2023-10-13T23:59:34.345679+0000","last_active":"2023-10-14T00:00:03.178148+0000","last_peered":"2023-10-14T00:00:03.178148+0000","last_clean":"2023-10-14T00:00:03.178148+0000","last_became_active":"2023-10-13T23:59:34.345392+0000","last_became_peered":"2023-10-13T23:59:34.345392+0000","last_unstale":"2023-10-14T00:00:03.178148+0000","last_undegraded":"2023-10-14T00:00:03.178148+0000","last_fullsized":"2023-10-14T00:00:03.178148+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:07:35.972775+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'1","reported_seq":16,"reported_epoch":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.177053+0000","last_change":"2023-10-13T23:59:33.715217+0000","last_active":"2023-10-14T00:00:03.177053+0000","last_peered":"2023-10-14T00:00:03.177053+0000","last_clean":"2023-10-14T00:00:03.177053+0000","last_became_active":"2023-10-13T23:59:33.714906+0000","last_became_peered":"2023-10-13T23:59:33.714906+0000","last_unstale":"2023-10-14T00:00:03.177053+0000","last_undegraded":"2023-10-14T00:00:03.177053+0000","last_fullsized":"2023-10-14T00:00:03.177053+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+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-15T07:43:07.912343+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.109458+0000","last_change":"2023-10-13T23:59:34.341268+0000","last_active":"2023-10-14T00:00:03.109458+0000","last_peered":"2023-10-14T00:00:03.109458+0000","last_clean":"2023-10-14T00:00:03.109458+0000","last_became_active":"2023-10-13T23:59:34.340904+0000","last_became_peered":"2023-10-13T23:59:34.340904+0000","last_unstale":"2023-10-14T00:00:03.109458+0000","last_undegraded":"2023-10-14T00:00:03.109458+0000","last_fullsized":"2023-10-14T00:00:03.109458+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:26:24.482169+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'1","reported_seq":16,"reported_epoch":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.180932+0000","last_change":"2023-10-13T23:59:33.688586+0000","last_active":"2023-10-14T00:00:03.180932+0000","last_peered":"2023-10-14T00:00:03.180932+0000","last_clean":"2023-10-14T00:00:03.180932+0000","last_became_active":"2023-10-13T23:59:33.687954+0000","last_became_peered":"2023-10-13T23:59:33.687954+0000","last_unstale":"2023-10-14T00:00:03.180932+0000","last_undegraded":"2023-10-14T00:00:03.180932+0000","last_fullsized":"2023-10-14T00:00:03.180932+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+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-15T10:09:45.774947+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.181480+0000","last_change":"2023-10-13T23:59:34.349041+0000","last_active":"2023-10-14T00:00:03.181480+0000","last_peered":"2023-10-14T00:00:03.181480+0000","last_clean":"2023-10-14T00:00:03.181480+0000","last_became_active":"2023-10-13T23:59:34.347927+0000","last_became_peered":"2023-10-13T23:59:34.347927+0000","last_unstale":"2023-10-14T00:00:03.181480+0000","last_undegraded":"2023-10-14T00:00:03.181480+0000","last_fullsized":"2023-10-14T00:00:03.181480+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:26:11.523470+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.176575+0000","last_change":"2023-10-13T23:59:33.714410+0000","last_active":"2023-10-14T00:00:03.176575+0000","last_peered":"2023-10-14T00:00:03.176575+0000","last_clean":"2023-10-14T00:00:03.176575+0000","last_became_active":"2023-10-13T23:59:33.714088+0000","last_became_peered":"2023-10-13T23:59:33.714088+0000","last_unstale":"2023-10-14T00:00:03.176575+0000","last_undegraded":"2023-10-14T00:00:03.176575+0000","last_fullsized":"2023-10-14T00:00:03.176575+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T10:01:30.204269+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.176773+0000","last_change":"2023-10-13T23:59:34.356614+0000","last_active":"2023-10-14T00:00:03.176773+0000","last_peered":"2023-10-14T00:00:03.176773+0000","last_clean":"2023-10-14T00:00:03.176773+0000","last_became_active":"2023-10-13T23:59:34.356264+0000","last_became_peered":"2023-10-13T23:59:34.356264+0000","last_unstale":"2023-10-14T00:00:03.176773+0000","last_undegraded":"2023-10-14T00:00:03.176773+0000","last_fullsized":"2023-10-14T00:00:03.176773+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:55:42.587380+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.177723+0000","last_change":"2023-10-13T23:59:33.696510+0000","last_active":"2023-10-14T00:00:03.177723+0000","last_peered":"2023-10-14T00:00:03.177723+0000","last_clean":"2023-10-14T00:00:03.177723+0000","last_became_active":"2023-10-13T23:59:33.696216+0000","last_became_peered":"2023-10-13T23:59:33.696216+0000","last_unstale":"2023-10-14T00:00:03.177723+0000","last_undegraded":"2023-10-14T00:00:03.177723+0000","last_fullsized":"2023-10-14T00:00:03.177723+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:57:41.602703+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.114003+0000","last_change":"2023-10-13T23:59:34.346838+0000","last_active":"2023-10-14T00:00:03.114003+0000","last_peered":"2023-10-14T00:00:03.114003+0000","last_clean":"2023-10-14T00:00:03.114003+0000","last_became_active":"2023-10-13T23:59:34.346528+0000","last_became_peered":"2023-10-13T23:59:34.346528+0000","last_unstale":"2023-10-14T00:00:03.114003+0000","last_undegraded":"2023-10-14T00:00:03.114003+0000","last_fullsized":"2023-10-14T00:00:03.114003+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:51:12.750164+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.181276+0000","last_change":"2023-10-13T23:59:33.692710+0000","last_active":"2023-10-14T00:00:03.181276+0000","last_peered":"2023-10-14T00:00:03.181276+0000","last_clean":"2023-10-14T00:00:03.181276+0000","last_became_active":"2023-10-13T23:59:33.692410+0000","last_became_peered":"2023-10-13T23:59:33.692410+0000","last_unstale":"2023-10-14T00:00:03.181276+0000","last_undegraded":"2023-10-14T00:00:03.181276+0000","last_fullsized":"2023-10-14T00:00:03.181276+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T00:12:58.696971+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.178295+0000","last_change":"2023-10-13T23:59:34.339631+0000","last_active":"2023-10-14T00:00:03.178295+0000","last_peered":"2023-10-14T00:00:03.178295+0000","last_clean":"2023-10-14T00:00:03.178295+0000","last_became_active":"2023-10-13T23:59:34.339086+0000","last_became_peered":"2023-10-13T23:59:34.339086+0000","last_unstale":"2023-10-14T00:00:03.178295+0000","last_undegraded":"2023-10-14T00:00:03.178295+0000","last_fullsized":"2023-10-14T00:00:03.178295+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:23:48.867319+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.178176+0000","last_change":"2023-10-13T23:59:33.705084+0000","last_active":"2023-10-14T00:00:03.178176+0000","last_peered":"2023-10-14T00:00:03.178176+0000","last_clean":"2023-10-14T00:00:03.178176+0000","last_became_active":"2023-10-13T23:59:33.704781+0000","last_became_peered":"2023-10-13T23:59:33.704781+0000","last_unstale":"2023-10-14T00:00:03.178176+0000","last_undegraded":"2023-10-14T00:00:03.178176+0000","last_fullsized":"2023-10-14T00:00:03.178176+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:04:48.517545+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.181388+0000","last_change":"2023-10-13T23:59:34.346954+0000","last_active":"2023-10-14T00:00:03.181388+0000","last_peered":"2023-10-14T00:00:03.181388+0000","last_clean":"2023-10-14T00:00:03.181388+0000","last_became_active":"2023-10-13T23:59:34.346493+0000","last_became_peered":"2023-10-13T23:59:34.346493+0000","last_unstale":"2023-10-14T00:00:03.181388+0000","last_undegraded":"2023-10-14T00:00:03.181388+0000","last_fullsized":"2023-10-14T00:00:03.181388+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:58:13.742863+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'3","reported_seq":18,"reported_epoch":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.114773+0000","last_change":"2023-10-13T23:59:33.717337+0000","last_active":"2023-10-14T00:00:03.114773+0000","last_peered":"2023-10-14T00:00:03.114773+0000","last_clean":"2023-10-14T00:00:03.114773+0000","last_became_active":"2023-10-13T23:59:33.716324+0000","last_became_peered":"2023-10-13T23:59:33.716324+0000","last_unstale":"2023-10-14T00:00:03.114773+0000","last_undegraded":"2023-10-14T00:00:03.114773+0000","last_fullsized":"2023-10-14T00:00:03.114773+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+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-15T06:39:01.510835+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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.109703+0000","last_change":"2023-10-13T23:59:34.341541+0000","last_active":"2023-10-14T00:00:03.109703+0000","last_peered":"2023-10-14T00:00:03.109703+0000","last_clean":"2023-10-14T00:00:03.109703+0000","last_became_active":"2023-10-13T23:59:34.340293+0000","last_became_peered":"2023-10-13T23:59:34.340293+0000","last_unstale":"2023-10-14T00:00:03.109703+0000","last_undegraded":"2023-10-14T00:00:03.109703+0000","last_fullsized":"2023-10-14T00:00:03.109703+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:30:14.852941+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"62'9","reported_seq":24,"reported_epoch":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.314354+0000","last_change":"2023-10-13T23:59:33.713000+0000","last_active":"2023-10-14T00:00:03.314354+0000","last_peered":"2023-10-14T00:00:03.314354+0000","last_clean":"2023-10-14T00:00:03.314354+0000","last_became_active":"2023-10-13T23:59:33.712731+0000","last_became_peered":"2023-10-13T23:59:33.712731+0000","last_unstale":"2023-10-14T00:00:03.314354+0000","last_undegraded":"2023-10-14T00:00:03.314354+0000","last_fullsized":"2023-10-14T00:00:03.314354+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":9,"log_dups_size":0,"ondisk_log_size":9,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:13:05.682823+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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.176650+0000","last_change":"2023-10-13T23:59:34.342156+0000","last_active":"2023-10-14T00:00:03.176650+0000","last_peered":"2023-10-14T00:00:03.176650+0000","last_clean":"2023-10-14T00:00:03.176650+0000","last_became_active":"2023-10-13T23:59:34.341866+0000","last_became_peered":"2023-10-13T23:59:34.341866+0000","last_unstale":"2023-10-14T00:00:03.176650+0000","last_undegraded":"2023-10-14T00:00:03.176650+0000","last_fullsized":"2023-10-14T00:00:03.176650+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T00:42:02.308291+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'2","reported_seq":17,"reported_epoch":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.181272+0000","last_change":"2023-10-13T23:59:33.715359+0000","last_active":"2023-10-14T00:00:03.181272+0000","last_peered":"2023-10-14T00:00:03.181272+0000","last_clean":"2023-10-14T00:00:03.181272+0000","last_became_active":"2023-10-13T23:59:33.715075+0000","last_became_peered":"2023-10-13T23:59:33.715075+0000","last_unstale":"2023-10-14T00:00:03.181272+0000","last_undegraded":"2023-10-14T00:00:03.181272+0000","last_fullsized":"2023-10-14T00:00:03.181272+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:03:23.079653+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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.180967+0000","last_change":"2023-10-13T23:59:34.345192+0000","last_active":"2023-10-14T00:00:03.180967+0000","last_peered":"2023-10-14T00:00:03.180967+0000","last_clean":"2023-10-14T00:00:03.180967+0000","last_became_active":"2023-10-13T23:59:34.344533+0000","last_became_peered":"2023-10-13T23:59:34.344533+0000","last_unstale":"2023-10-14T00:00:03.180967+0000","last_undegraded":"2023-10-14T00:00:03.180967+0000","last_fullsized":"2023-10-14T00:00:03.180967+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:17:16.673778+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.177813+0000","last_change":"2023-10-13T23:59:33.705458+0000","last_active":"2023-10-14T00:00:03.177813+0000","last_peered":"2023-10-14T00:00:03.177813+0000","last_clean":"2023-10-14T00:00:03.177813+0000","last_became_active":"2023-10-13T23:59:33.705100+0000","last_became_peered":"2023-10-13T23:59:33.705100+0000","last_unstale":"2023-10-14T00:00:03.177813+0000","last_undegraded":"2023-10-14T00:00:03.177813+0000","last_fullsized":"2023-10-14T00:00:03.177813+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:11:04.580536+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.176544+0000","last_change":"2023-10-13T23:59:34.342357+0000","last_active":"2023-10-14T00:00:03.176544+0000","last_peered":"2023-10-14T00:00:03.176544+0000","last_clean":"2023-10-14T00:00:03.176544+0000","last_became_active":"2023-10-13T23:59:34.341670+0000","last_became_peered":"2023-10-13T23:59:34.341670+0000","last_unstale":"2023-10-14T00:00:03.176544+0000","last_undegraded":"2023-10-14T00:00:03.176544+0000","last_fullsized":"2023-10-14T00:00:03.176544+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T10:48:43.940394+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.180860+0000","last_change":"2023-10-13T23:59:33.693408+0000","last_active":"2023-10-14T00:00:03.180860+0000","last_peered":"2023-10-14T00:00:03.180860+0000","last_clean":"2023-10-14T00:00:03.180860+0000","last_became_active":"2023-10-13T23:59:33.693068+0000","last_became_peered":"2023-10-13T23:59:33.693068+0000","last_unstale":"2023-10-14T00:00:03.180860+0000","last_undegraded":"2023-10-14T00:00:03.180860+0000","last_fullsized":"2023-10-14T00:00:03.180860+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T10:17:32.693557+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.180730+0000","last_change":"2023-10-13T23:59:34.349531+0000","last_active":"2023-10-14T00:00:03.180730+0000","last_peered":"2023-10-14T00:00:03.180730+0000","last_clean":"2023-10-14T00:00:03.180730+0000","last_became_active":"2023-10-13T23:59:34.349157+0000","last_became_peered":"2023-10-13T23:59:34.349157+0000","last_unstale":"2023-10-14T00:00:03.180730+0000","last_undegraded":"2023-10-14T00:00:03.180730+0000","last_fullsized":"2023-10-14T00:00:03.180730+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:10:39.317754+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'8","reported_seq":23,"reported_epoch":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.179185+0000","last_change":"2023-10-13T23:59:33.707683+0000","last_active":"2023-10-14T00:00:03.179185+0000","last_peered":"2023-10-14T00:00:03.179185+0000","last_clean":"2023-10-14T00:00:03.179185+0000","last_became_active":"2023-10-13T23:59:33.707369+0000","last_became_peered":"2023-10-13T23:59:33.707369+0000","last_unstale":"2023-10-14T00:00:03.179185+0000","last_undegraded":"2023-10-14T00:00:03.179185+0000","last_fullsized":"2023-10-14T00:00:03.179185+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+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-15T08:11:40.926328+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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.176183+0000","last_change":"2023-10-13T23:59:34.341642+0000","last_active":"2023-10-14T00:00:03.176183+0000","last_peered":"2023-10-14T00:00:03.176183+0000","last_clean":"2023-10-14T00:00:03.176183+0000","last_became_active":"2023-10-13T23:59:34.341342+0000","last_became_peered":"2023-10-13T23:59:34.341342+0000","last_unstale":"2023-10-14T00:00:03.176183+0000","last_undegraded":"2023-10-14T00:00:03.176183+0000","last_fullsized":"2023-10-14T00:00:03.176183+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T08:33:24.614123+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'1","reported_seq":16,"reported_epoch":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.110992+0000","last_change":"2023-10-13T23:59:33.707315+0000","last_active":"2023-10-14T00:00:03.110992+0000","last_peered":"2023-10-14T00:00:03.110992+0000","last_clean":"2023-10-14T00:00:03.110992+0000","last_became_active":"2023-10-13T23:59:33.706923+0000","last_became_peered":"2023-10-13T23:59:33.706923+0000","last_unstale":"2023-10-14T00:00:03.110992+0000","last_undegraded":"2023-10-14T00:00:03.110992+0000","last_fullsized":"2023-10-14T00:00:03.110992+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+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-15T03:51:24.127200+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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.176721+0000","last_change":"2023-10-13T23:59:34.341341+0000","last_active":"2023-10-14T00:00:03.176721+0000","last_peered":"2023-10-14T00:00:03.176721+0000","last_clean":"2023-10-14T00:00:03.176721+0000","last_became_active":"2023-10-13T23:59:34.341053+0000","last_became_peered":"2023-10-13T23:59:34.341053+0000","last_unstale":"2023-10-14T00:00:03.176721+0000","last_undegraded":"2023-10-14T00:00:03.176721+0000","last_fullsized":"2023-10-14T00:00:03.176721+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:12:36.476139+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.113794+0000","last_change":"2023-10-14T00:00:02.980845+0000","last_active":"2023-10-14T00:00:03.113794+0000","last_peered":"2023-10-14T00:00:03.113794+0000","last_clean":"2023-10-14T00:00:03.113794+0000","last_became_active":"2023-10-14T00:00:02.980467+0000","last_became_peered":"2023-10-14T00:00:02.980467+0000","last_unstale":"2023-10-14T00:00:03.113794+0000","last_undegraded":"2023-10-14T00:00:03.113794+0000","last_fullsized":"2023-10-14T00:00:03.113794+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-14T00:00:01.602105+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-14T00:00:01.602105+0000","last_clean_scrub_stamp":"2023-10-14T00:00:01.602105+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:32:39.003467+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.114136+0000","last_change":"2023-10-13T23:59:33.707696+0000","last_active":"2023-10-14T00:00:03.114136+0000","last_peered":"2023-10-14T00:00:03.114136+0000","last_clean":"2023-10-14T00:00:03.114136+0000","last_became_active":"2023-10-13T23:59:33.707358+0000","last_became_peered":"2023-10-13T23:59:33.707358+0000","last_unstale":"2023-10-14T00:00:03.114136+0000","last_undegraded":"2023-10-14T00:00:03.114136+0000","last_fullsized":"2023-10-14T00:00:03.114136+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:19:31.743436+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.178186+0000","last_change":"2023-10-13T23:59:34.348157+0000","last_active":"2023-10-14T00:00:03.178186+0000","last_peered":"2023-10-14T00:00:03.178186+0000","last_clean":"2023-10-14T00:00:03.178186+0000","last_became_active":"2023-10-13T23:59:34.347833+0000","last_became_peered":"2023-10-13T23:59:34.347833+0000","last_unstale":"2023-10-14T00:00:03.178186+0000","last_undegraded":"2023-10-14T00:00:03.178186+0000","last_fullsized":"2023-10-14T00:00:03.178186+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:13:27.045911+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.114250+0000","last_change":"2023-10-14T00:00:03.010005+0000","last_active":"2023-10-14T00:00:03.114250+0000","last_peered":"2023-10-14T00:00:03.114250+0000","last_clean":"2023-10-14T00:00:03.114250+0000","last_became_active":"2023-10-14T00:00:03.009736+0000","last_became_peered":"2023-10-14T00:00:03.009736+0000","last_unstale":"2023-10-14T00:00:03.114250+0000","last_undegraded":"2023-10-14T00:00:03.114250+0000","last_fullsized":"2023-10-14T00:00:03.114250+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-14T00:00:01.602105+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-14T00:00:01.602105+0000","last_clean_scrub_stamp":"2023-10-14T00:00:01.602105+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:32:40.373452+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.177808+0000","last_change":"2023-10-13T23:59:33.716765+0000","last_active":"2023-10-14T00:00:03.177808+0000","last_peered":"2023-10-14T00:00:03.177808+0000","last_clean":"2023-10-14T00:00:03.177808+0000","last_became_active":"2023-10-13T23:59:33.716413+0000","last_became_peered":"2023-10-13T23:59:33.716413+0000","last_unstale":"2023-10-14T00:00:03.177808+0000","last_undegraded":"2023-10-14T00:00:03.177808+0000","last_fullsized":"2023-10-14T00:00:03.177808+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T05:11:10.872613+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.109844+0000","last_change":"2023-10-13T23:59:34.344904+0000","last_active":"2023-10-14T00:00:03.109844+0000","last_peered":"2023-10-14T00:00:03.109844+0000","last_clean":"2023-10-14T00:00:03.109844+0000","last_became_active":"2023-10-13T23:59:34.344578+0000","last_became_peered":"2023-10-13T23:59:34.344578+0000","last_unstale":"2023-10-14T00:00:03.109844+0000","last_undegraded":"2023-10-14T00:00:03.109844+0000","last_fullsized":"2023-10-14T00:00:03.109844+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:53:25.819205+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.114223+0000","last_change":"2023-10-14T00:00:02.980893+0000","last_active":"2023-10-14T00:00:03.114223+0000","last_peered":"2023-10-14T00:00:03.114223+0000","last_clean":"2023-10-14T00:00:03.114223+0000","last_became_active":"2023-10-14T00:00:02.980424+0000","last_became_peered":"2023-10-14T00:00:02.980424+0000","last_unstale":"2023-10-14T00:00:03.114223+0000","last_undegraded":"2023-10-14T00:00:03.114223+0000","last_fullsized":"2023-10-14T00:00:03.114223+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-14T00:00:01.602105+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-14T00:00:01.602105+0000","last_clean_scrub_stamp":"2023-10-14T00:00:01.602105+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:54:29.959845+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.113759+0000","last_change":"2023-10-13T23:59:34.345399+0000","last_active":"2023-10-14T00:00:03.113759+0000","last_peered":"2023-10-14T00:00:03.113759+0000","last_clean":"2023-10-14T00:00:03.113759+0000","last_became_active":"2023-10-13T23:59:34.344951+0000","last_became_peered":"2023-10-13T23:59:34.344951+0000","last_unstale":"2023-10-14T00:00:03.113759+0000","last_undegraded":"2023-10-14T00:00:03.113759+0000","last_fullsized":"2023-10-14T00:00:03.113759+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:27:01.403692+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.175324+0000","last_change":"2023-10-13T23:59:33.697283+0000","last_active":"2023-10-14T00:00:03.175324+0000","last_peered":"2023-10-14T00:00:03.175324+0000","last_clean":"2023-10-14T00:00:03.175324+0000","last_became_active":"2023-10-13T23:59:33.696927+0000","last_became_peered":"2023-10-13T23:59:33.696927+0000","last_unstale":"2023-10-14T00:00:03.175324+0000","last_undegraded":"2023-10-14T00:00:03.175324+0000","last_fullsized":"2023-10-14T00:00:03.175324+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T10:55:54.826314+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.181049+0000","last_change":"2023-10-14T00:00:02.637189+0000","last_active":"2023-10-14T00:00:03.181049+0000","last_peered":"2023-10-14T00:00:03.181049+0000","last_clean":"2023-10-14T00:00:03.181049+0000","last_became_active":"2023-10-14T00:00:02.636881+0000","last_became_peered":"2023-10-14T00:00:02.636881+0000","last_unstale":"2023-10-14T00:00:03.181049+0000","last_undegraded":"2023-10-14T00:00:03.181049+0000","last_fullsized":"2023-10-14T00:00:03.181049+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-14T00:00:01.602105+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-14T00:00:01.602105+0000","last_clean_scrub_stamp":"2023-10-14T00:00:01.602105+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:11:32.220823+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.176780+0000","last_change":"2023-10-13T23:59:34.341870+0000","last_active":"2023-10-14T00:00:03.176780+0000","last_peered":"2023-10-14T00:00:03.176780+0000","last_clean":"2023-10-14T00:00:03.176780+0000","last_became_active":"2023-10-13T23:59:34.340813+0000","last_became_peered":"2023-10-13T23:59:34.340813+0000","last_unstale":"2023-10-14T00:00:03.176780+0000","last_undegraded":"2023-10-14T00:00:03.176780+0000","last_fullsized":"2023-10-14T00:00:03.176780+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:44:09.881102+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.177896+0000","last_change":"2023-10-13T23:59:33.705101+0000","last_active":"2023-10-14T00:00:03.177896+0000","last_peered":"2023-10-14T00:00:03.177896+0000","last_clean":"2023-10-14T00:00:03.177896+0000","last_became_active":"2023-10-13T23:59:33.704786+0000","last_became_peered":"2023-10-13T23:59:33.704786+0000","last_unstale":"2023-10-14T00:00:03.177896+0000","last_undegraded":"2023-10-14T00:00:03.177896+0000","last_fullsized":"2023-10-14T00:00:03.177896+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:36:08.852164+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"63'173","reported_seq":334,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-10-14T00:00:11.684116+0000","last_change":"2023-10-13T23:59:23.366826+0000","last_active":"2023-10-14T00:00:11.684116+0000","last_peered":"2023-10-14T00:00:11.684116+0000","last_clean":"2023-10-14T00:00:11.684116+0000","last_became_active":"2023-10-13T23:59:23.366362+0000","last_became_peered":"2023-10-13T23:59:23.366362+0000","last_unstale":"2023-10-14T00:00:11.684116+0000","last_undegraded":"2023-10-14T00:00:11.684116+0000","last_fullsized":"2023-10-14T00:00:11.684116+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":55,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:57:57.119812+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:57:57.119812+0000","last_clean_scrub_stamp":"2023-10-13T23:57:57.119812+0000","objects_scrubbed":0,"log_size":173,"log_dups_size":0,"ondisk_log_size":173,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:24:23.123942+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":257,"num_read_kb":534,"num_write":229,"num_write_kb":3462,"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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.180432+0000","last_change":"2023-10-14T00:00:03.009738+0000","last_active":"2023-10-14T00:00:03.180432+0000","last_peered":"2023-10-14T00:00:03.180432+0000","last_clean":"2023-10-14T00:00:03.180432+0000","last_became_active":"2023-10-14T00:00:03.009386+0000","last_became_peered":"2023-10-14T00:00:03.009386+0000","last_unstale":"2023-10-14T00:00:03.180432+0000","last_undegraded":"2023-10-14T00:00:03.180432+0000","last_fullsized":"2023-10-14T00:00:03.180432+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-14T00:00:01.602105+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-14T00:00:01.602105+0000","last_clean_scrub_stamp":"2023-10-14T00:00:01.602105+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:40:40.255359+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.180398+0000","last_change":"2023-10-13T23:59:34.346039+0000","last_active":"2023-10-14T00:00:03.180398+0000","last_peered":"2023-10-14T00:00:03.180398+0000","last_clean":"2023-10-14T00:00:03.180398+0000","last_became_active":"2023-10-13T23:59:34.345727+0000","last_became_peered":"2023-10-13T23:59:34.345727+0000","last_unstale":"2023-10-14T00:00:03.180398+0000","last_undegraded":"2023-10-14T00:00:03.180398+0000","last_fullsized":"2023-10-14T00:00:03.180398+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T08:38:24.276851+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.175932+0000","last_change":"2023-10-13T23:59:33.707727+0000","last_active":"2023-10-14T00:00:03.175932+0000","last_peered":"2023-10-14T00:00:03.175932+0000","last_clean":"2023-10-14T00:00:03.175932+0000","last_became_active":"2023-10-13T23:59:33.707354+0000","last_became_peered":"2023-10-13T23:59:33.707354+0000","last_unstale":"2023-10-14T00:00:03.175932+0000","last_undegraded":"2023-10-14T00:00:03.175932+0000","last_fullsized":"2023-10-14T00:00:03.175932+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:45:58.598980+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.181388+0000","last_change":"2023-10-14T00:00:02.980770+0000","last_active":"2023-10-14T00:00:03.181388+0000","last_peered":"2023-10-14T00:00:03.181388+0000","last_clean":"2023-10-14T00:00:03.181388+0000","last_became_active":"2023-10-14T00:00:02.980385+0000","last_became_peered":"2023-10-14T00:00:02.980385+0000","last_unstale":"2023-10-14T00:00:03.181388+0000","last_undegraded":"2023-10-14T00:00:03.181388+0000","last_fullsized":"2023-10-14T00:00:03.181388+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-14T00:00:01.602105+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-14T00:00:01.602105+0000","last_clean_scrub_stamp":"2023-10-14T00:00:01.602105+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:15:45.766955+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.176761+0000","last_change":"2023-10-13T23:59:33.707972+0000","last_active":"2023-10-14T00:00:03.176761+0000","last_peered":"2023-10-14T00:00:03.176761+0000","last_clean":"2023-10-14T00:00:03.176761+0000","last_became_active":"2023-10-13T23:59:33.707708+0000","last_became_peered":"2023-10-13T23:59:33.707708+0000","last_unstale":"2023-10-14T00:00:03.176761+0000","last_undegraded":"2023-10-14T00:00:03.176761+0000","last_fullsized":"2023-10-14T00:00:03.176761+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T05:26:00.995748+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.114344+0000","last_change":"2023-10-13T23:59:34.345284+0000","last_active":"2023-10-14T00:00:03.114344+0000","last_peered":"2023-10-14T00:00:03.114344+0000","last_clean":"2023-10-14T00:00:03.114344+0000","last_became_active":"2023-10-13T23:59:34.344891+0000","last_became_peered":"2023-10-13T23:59:34.344891+0000","last_unstale":"2023-10-14T00:00:03.114344+0000","last_undegraded":"2023-10-14T00:00:03.114344+0000","last_fullsized":"2023-10-14T00:00:03.114344+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:52:10.341092+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.176375+0000","last_change":"2023-10-14T00:00:02.640668+0000","last_active":"2023-10-14T00:00:03.176375+0000","last_peered":"2023-10-14T00:00:03.176375+0000","last_clean":"2023-10-14T00:00:03.176375+0000","last_became_active":"2023-10-14T00:00:02.640314+0000","last_became_peered":"2023-10-14T00:00:02.640314+0000","last_unstale":"2023-10-14T00:00:03.176375+0000","last_undegraded":"2023-10-14T00:00:03.176375+0000","last_fullsized":"2023-10-14T00:00:03.176375+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-14T00:00:01.602105+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-14T00:00:01.602105+0000","last_clean_scrub_stamp":"2023-10-14T00:00:01.602105+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:32:50.148511+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"59'1","reported_seq":16,"reported_epoch":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.114498+0000","last_change":"2023-10-13T23:59:33.717214+0000","last_active":"2023-10-14T00:00:03.114498+0000","last_peered":"2023-10-14T00:00:03.114498+0000","last_clean":"2023-10-14T00:00:03.114498+0000","last_became_active":"2023-10-13T23:59:33.716865+0000","last_became_peered":"2023-10-13T23:59:33.716865+0000","last_unstale":"2023-10-14T00:00:03.114498+0000","last_undegraded":"2023-10-14T00:00:03.114498+0000","last_fullsized":"2023-10-14T00:00:03.114498+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+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-15T06:32:19.406739+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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.177292+0000","last_change":"2023-10-13T23:59:34.355359+0000","last_active":"2023-10-14T00:00:03.177292+0000","last_peered":"2023-10-14T00:00:03.177292+0000","last_clean":"2023-10-14T00:00:03.177292+0000","last_became_active":"2023-10-13T23:59:34.354944+0000","last_became_peered":"2023-10-13T23:59:34.354944+0000","last_unstale":"2023-10-14T00:00:03.177292+0000","last_undegraded":"2023-10-14T00:00:03.177292+0000","last_fullsized":"2023-10-14T00:00:03.177292+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:15:09.199704+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.109251+0000","last_change":"2023-10-14T00:00:02.980710+0000","last_active":"2023-10-14T00:00:03.109251+0000","last_peered":"2023-10-14T00:00:03.109251+0000","last_clean":"2023-10-14T00:00:03.109251+0000","last_became_active":"2023-10-14T00:00:02.980344+0000","last_became_peered":"2023-10-14T00:00:02.980344+0000","last_unstale":"2023-10-14T00:00:03.109251+0000","last_undegraded":"2023-10-14T00:00:03.109251+0000","last_fullsized":"2023-10-14T00:00:03.109251+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-14T00:00:01.602105+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-14T00:00:01.602105+0000","last_clean_scrub_stamp":"2023-10-14T00:00:01.602105+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:11:55.783250+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'2","reported_seq":17,"reported_epoch":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.181230+0000","last_change":"2023-10-13T23:59:33.688208+0000","last_active":"2023-10-14T00:00:03.181230+0000","last_peered":"2023-10-14T00:00:03.181230+0000","last_clean":"2023-10-14T00:00:03.181230+0000","last_became_active":"2023-10-13T23:59:33.687789+0000","last_became_peered":"2023-10-13T23:59:33.687789+0000","last_unstale":"2023-10-14T00:00:03.181230+0000","last_undegraded":"2023-10-14T00:00:03.181230+0000","last_fullsized":"2023-10-14T00:00:03.181230+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:46:20.943456+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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.181640+0000","last_change":"2023-10-13T23:59:34.348885+0000","last_active":"2023-10-14T00:00:03.181640+0000","last_peered":"2023-10-14T00:00:03.181640+0000","last_clean":"2023-10-14T00:00:03.181640+0000","last_became_active":"2023-10-13T23:59:34.348510+0000","last_became_peered":"2023-10-13T23:59:34.348510+0000","last_unstale":"2023-10-14T00:00:03.181640+0000","last_undegraded":"2023-10-14T00:00:03.181640+0000","last_fullsized":"2023-10-14T00:00:03.181640+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T00:34:26.989577+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.176250+0000","last_change":"2023-10-13T23:59:33.708153+0000","last_active":"2023-10-14T00:00:03.176250+0000","last_peered":"2023-10-14T00:00:03.176250+0000","last_clean":"2023-10-14T00:00:03.176250+0000","last_became_active":"2023-10-13T23:59:33.707833+0000","last_became_peered":"2023-10-13T23:59:33.707833+0000","last_unstale":"2023-10-14T00:00:03.176250+0000","last_undegraded":"2023-10-14T00:00:03.176250+0000","last_fullsized":"2023-10-14T00:00:03.176250+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:45:18.724244+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.109643+0000","last_change":"2023-10-13T23:59:34.341356+0000","last_active":"2023-10-14T00:00:03.109643+0000","last_peered":"2023-10-14T00:00:03.109643+0000","last_clean":"2023-10-14T00:00:03.109643+0000","last_became_active":"2023-10-13T23:59:34.339987+0000","last_became_peered":"2023-10-13T23:59:34.339987+0000","last_unstale":"2023-10-14T00:00:03.109643+0000","last_undegraded":"2023-10-14T00:00:03.109643+0000","last_fullsized":"2023-10-14T00:00:03.109643+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T08:20:45.762213+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.113904+0000","last_change":"2023-10-13T23:59:33.706356+0000","last_active":"2023-10-14T00:00:03.113904+0000","last_peered":"2023-10-14T00:00:03.113904+0000","last_clean":"2023-10-14T00:00:03.113904+0000","last_became_active":"2023-10-13T23:59:33.705748+0000","last_became_peered":"2023-10-13T23:59:33.705748+0000","last_unstale":"2023-10-14T00:00:03.113904+0000","last_undegraded":"2023-10-14T00:00:03.113904+0000","last_fullsized":"2023-10-14T00:00:03.113904+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:22:26.347395+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.176718+0000","last_change":"2023-10-13T23:59:34.350769+0000","last_active":"2023-10-14T00:00:03.176718+0000","last_peered":"2023-10-14T00:00:03.176718+0000","last_clean":"2023-10-14T00:00:03.176718+0000","last_became_active":"2023-10-13T23:59:34.349831+0000","last_became_peered":"2023-10-13T23:59:34.349831+0000","last_unstale":"2023-10-14T00:00:03.176718+0000","last_undegraded":"2023-10-14T00:00:03.176718+0000","last_fullsized":"2023-10-14T00:00:03.176718+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:32:13.027672+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.113902+0000","last_change":"2023-10-13T23:59:33.708281+0000","last_active":"2023-10-14T00:00:03.113902+0000","last_peered":"2023-10-14T00:00:03.113902+0000","last_clean":"2023-10-14T00:00:03.113902+0000","last_became_active":"2023-10-13T23:59:33.707969+0000","last_became_peered":"2023-10-13T23:59:33.707969+0000","last_unstale":"2023-10-14T00:00:03.113902+0000","last_undegraded":"2023-10-14T00:00:03.113902+0000","last_fullsized":"2023-10-14T00:00:03.113902+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:31:17.336351+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.176944+0000","last_change":"2023-10-13T23:59:34.355278+0000","last_active":"2023-10-14T00:00:03.176944+0000","last_peered":"2023-10-14T00:00:03.176944+0000","last_clean":"2023-10-14T00:00:03.176944+0000","last_became_active":"2023-10-13T23:59:34.354897+0000","last_became_peered":"2023-10-13T23:59:34.354897+0000","last_unstale":"2023-10-14T00:00:03.176944+0000","last_undegraded":"2023-10-14T00:00:03.176944+0000","last_fullsized":"2023-10-14T00:00:03.176944+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T00:27:55.578745+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'2","reported_seq":17,"reported_epoch":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.176312+0000","last_change":"2023-10-13T23:59:33.696384+0000","last_active":"2023-10-14T00:00:03.176312+0000","last_peered":"2023-10-14T00:00:03.176312+0000","last_clean":"2023-10-14T00:00:03.176312+0000","last_became_active":"2023-10-13T23:59:33.696142+0000","last_became_peered":"2023-10-13T23:59:33.696142+0000","last_unstale":"2023-10-14T00:00:03.176312+0000","last_undegraded":"2023-10-14T00:00:03.176312+0000","last_fullsized":"2023-10-14T00:00:03.176312+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T00:29:27.507159+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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.180849+0000","last_change":"2023-10-13T23:59:34.338807+0000","last_active":"2023-10-14T00:00:03.180849+0000","last_peered":"2023-10-14T00:00:03.180849+0000","last_clean":"2023-10-14T00:00:03.180849+0000","last_became_active":"2023-10-13T23:59:34.338462+0000","last_became_peered":"2023-10-13T23:59:34.338462+0000","last_unstale":"2023-10-14T00:00:03.180849+0000","last_undegraded":"2023-10-14T00:00:03.180849+0000","last_fullsized":"2023-10-14T00:00:03.180849+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:08:18.629276+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.175524+0000","last_change":"2023-10-13T23:59:33.697424+0000","last_active":"2023-10-14T00:00:03.175524+0000","last_peered":"2023-10-14T00:00:03.175524+0000","last_clean":"2023-10-14T00:00:03.175524+0000","last_became_active":"2023-10-13T23:59:33.697081+0000","last_became_peered":"2023-10-13T23:59:33.697081+0000","last_unstale":"2023-10-14T00:00:03.175524+0000","last_undegraded":"2023-10-14T00:00:03.175524+0000","last_fullsized":"2023-10-14T00:00:03.175524+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T10:38:09.716078+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.176639+0000","last_change":"2023-10-13T23:59:34.336000+0000","last_active":"2023-10-14T00:00:03.176639+0000","last_peered":"2023-10-14T00:00:03.176639+0000","last_clean":"2023-10-14T00:00:03.176639+0000","last_became_active":"2023-10-13T23:59:34.335679+0000","last_became_peered":"2023-10-13T23:59:34.335679+0000","last_unstale":"2023-10-14T00:00:03.176639+0000","last_undegraded":"2023-10-14T00:00:03.176639+0000","last_fullsized":"2023-10-14T00:00:03.176639+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:11:07.825463+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'1","reported_seq":16,"reported_epoch":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.114671+0000","last_change":"2023-10-13T23:59:33.717011+0000","last_active":"2023-10-14T00:00:03.114671+0000","last_peered":"2023-10-14T00:00:03.114671+0000","last_clean":"2023-10-14T00:00:03.114671+0000","last_became_active":"2023-10-13T23:59:33.716688+0000","last_became_peered":"2023-10-13T23:59:33.716688+0000","last_unstale":"2023-10-14T00:00:03.114671+0000","last_undegraded":"2023-10-14T00:00:03.114671+0000","last_fullsized":"2023-10-14T00:00:03.114671+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+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-15T11:25:49.671679+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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.178172+0000","last_change":"2023-10-13T23:59:34.343982+0000","last_active":"2023-10-14T00:00:03.178172+0000","last_peered":"2023-10-14T00:00:03.178172+0000","last_clean":"2023-10-14T00:00:03.178172+0000","last_became_active":"2023-10-13T23:59:34.339928+0000","last_became_peered":"2023-10-13T23:59:34.339928+0000","last_unstale":"2023-10-14T00:00:03.178172+0000","last_undegraded":"2023-10-14T00:00:03.178172+0000","last_fullsized":"2023-10-14T00:00:03.178172+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T10:35:07.777873+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'2","reported_seq":17,"reported_epoch":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.175827+0000","last_change":"2023-10-13T23:59:33.713850+0000","last_active":"2023-10-14T00:00:03.175827+0000","last_peered":"2023-10-14T00:00:03.175827+0000","last_clean":"2023-10-14T00:00:03.175827+0000","last_became_active":"2023-10-13T23:59:33.713539+0000","last_became_peered":"2023-10-13T23:59:33.713539+0000","last_unstale":"2023-10-14T00:00:03.175827+0000","last_undegraded":"2023-10-14T00:00:03.175827+0000","last_fullsized":"2023-10-14T00:00:03.175827+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:16:23.252033+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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.176662+0000","last_change":"2023-10-13T23:59:34.350039+0000","last_active":"2023-10-14T00:00:03.176662+0000","last_peered":"2023-10-14T00:00:03.176662+0000","last_clean":"2023-10-14T00:00:03.176662+0000","last_became_active":"2023-10-13T23:59:34.348875+0000","last_became_peered":"2023-10-13T23:59:34.348875+0000","last_unstale":"2023-10-14T00:00:03.176662+0000","last_undegraded":"2023-10-14T00:00:03.176662+0000","last_fullsized":"2023-10-14T00:00:03.176662+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:09:45.354595+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.180626+0000","last_change":"2023-10-13T23:59:34.350351+0000","last_active":"2023-10-14T00:00:03.180626+0000","last_peered":"2023-10-14T00:00:03.180626+0000","last_clean":"2023-10-14T00:00:03.180626+0000","last_became_active":"2023-10-13T23:59:34.348762+0000","last_became_peered":"2023-10-13T23:59:34.348762+0000","last_unstale":"2023-10-14T00:00:03.180626+0000","last_undegraded":"2023-10-14T00:00:03.180626+0000","last_fullsized":"2023-10-14T00:00:03.180626+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:19:09.198972+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.175209+0000","last_change":"2023-10-13T23:59:34.339932+0000","last_active":"2023-10-14T00:00:03.175209+0000","last_peered":"2023-10-14T00:00:03.175209+0000","last_clean":"2023-10-14T00:00:03.175209+0000","last_became_active":"2023-10-13T23:59:34.339591+0000","last_became_peered":"2023-10-13T23:59:34.339591+0000","last_unstale":"2023-10-14T00:00:03.175209+0000","last_undegraded":"2023-10-14T00:00:03.175209+0000","last_fullsized":"2023-10-14T00:00:03.175209+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:30:04.152690+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.177898+0000","last_change":"2023-10-13T23:59:34.348180+0000","last_active":"2023-10-14T00:00:03.177898+0000","last_peered":"2023-10-14T00:00:03.177898+0000","last_clean":"2023-10-14T00:00:03.177898+0000","last_became_active":"2023-10-13T23:59:34.347394+0000","last_became_peered":"2023-10-13T23:59:34.347394+0000","last_unstale":"2023-10-14T00:00:03.177898+0000","last_undegraded":"2023-10-14T00:00:03.177898+0000","last_fullsized":"2023-10-14T00:00:03.177898+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T05:44:06.045340+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.181565+0000","last_change":"2023-10-13T23:59:34.349265+0000","last_active":"2023-10-14T00:00:03.181565+0000","last_peered":"2023-10-14T00:00:03.181565+0000","last_clean":"2023-10-14T00:00:03.181565+0000","last_became_active":"2023-10-13T23:59:34.348457+0000","last_became_peered":"2023-10-13T23:59:34.348457+0000","last_unstale":"2023-10-14T00:00:03.181565+0000","last_undegraded":"2023-10-14T00:00:03.181565+0000","last_fullsized":"2023-10-14T00:00:03.181565+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:44:19.710390+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.177199+0000","last_change":"2023-10-13T23:59:34.354860+0000","last_active":"2023-10-14T00:00:03.177199+0000","last_peered":"2023-10-14T00:00:03.177199+0000","last_clean":"2023-10-14T00:00:03.177199+0000","last_became_active":"2023-10-13T23:59:34.354549+0000","last_became_peered":"2023-10-13T23:59:34.354549+0000","last_unstale":"2023-10-14T00:00:03.177199+0000","last_undegraded":"2023-10-14T00:00:03.177199+0000","last_fullsized":"2023-10-14T00:00:03.177199+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:58:45.683240+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.114580+0000","last_change":"2023-10-13T23:59:34.350225+0000","last_active":"2023-10-14T00:00:03.114580+0000","last_peered":"2023-10-14T00:00:03.114580+0000","last_clean":"2023-10-14T00:00:03.114580+0000","last_became_active":"2023-10-13T23:59:34.349903+0000","last_became_peered":"2023-10-13T23:59:34.349903+0000","last_unstale":"2023-10-14T00:00:03.114580+0000","last_undegraded":"2023-10-14T00:00:03.114580+0000","last_fullsized":"2023-10-14T00:00:03.114580+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:18:12.663674+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.181329+0000","last_change":"2023-10-13T23:59:34.331157+0000","last_active":"2023-10-14T00:00:03.181329+0000","last_peered":"2023-10-14T00:00:03.181329+0000","last_clean":"2023-10-14T00:00:03.181329+0000","last_became_active":"2023-10-13T23:59:34.330814+0000","last_became_peered":"2023-10-13T23:59:34.330814+0000","last_unstale":"2023-10-14T00:00:03.181329+0000","last_undegraded":"2023-10-14T00:00:03.181329+0000","last_fullsized":"2023-10-14T00:00:03.181329+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:32:54.762020+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.177392+0000","last_change":"2023-10-13T23:59:34.353622+0000","last_active":"2023-10-14T00:00:03.177392+0000","last_peered":"2023-10-14T00:00:03.177392+0000","last_clean":"2023-10-14T00:00:03.177392+0000","last_became_active":"2023-10-13T23:59:34.353317+0000","last_became_peered":"2023-10-13T23:59:34.353317+0000","last_unstale":"2023-10-14T00:00:03.177392+0000","last_undegraded":"2023-10-14T00:00:03.177392+0000","last_fullsized":"2023-10-14T00:00:03.177392+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:30:47.847305+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.177737+0000","last_change":"2023-10-13T23:59:34.340530+0000","last_active":"2023-10-14T00:00:03.177737+0000","last_peered":"2023-10-14T00:00:03.177737+0000","last_clean":"2023-10-14T00:00:03.177737+0000","last_became_active":"2023-10-13T23:59:34.340157+0000","last_became_peered":"2023-10-13T23:59:34.340157+0000","last_unstale":"2023-10-14T00:00:03.177737+0000","last_undegraded":"2023-10-14T00:00:03.177737+0000","last_fullsized":"2023-10-14T00:00:03.177737+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:48:54.068275+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.176351+0000","last_change":"2023-10-13T23:59:34.349514+0000","last_active":"2023-10-14T00:00:03.176351+0000","last_peered":"2023-10-14T00:00:03.176351+0000","last_clean":"2023-10-14T00:00:03.176351+0000","last_became_active":"2023-10-13T23:59:34.349057+0000","last_became_peered":"2023-10-13T23:59:34.349057+0000","last_unstale":"2023-10-14T00:00:03.176351+0000","last_undegraded":"2023-10-14T00:00:03.176351+0000","last_fullsized":"2023-10-14T00:00:03.176351+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:50:23.628513+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.177930+0000","last_change":"2023-10-13T23:59:34.335647+0000","last_active":"2023-10-14T00:00:03.177930+0000","last_peered":"2023-10-14T00:00:03.177930+0000","last_clean":"2023-10-14T00:00:03.177930+0000","last_became_active":"2023-10-13T23:59:34.335341+0000","last_became_peered":"2023-10-13T23:59:34.335341+0000","last_unstale":"2023-10-14T00:00:03.177930+0000","last_undegraded":"2023-10-14T00:00:03.177930+0000","last_fullsized":"2023-10-14T00:00:03.177930+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T10:34:15.630881+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.181666+0000","last_change":"2023-10-13T23:59:34.351925+0000","last_active":"2023-10-14T00:00:03.181666+0000","last_peered":"2023-10-14T00:00:03.181666+0000","last_clean":"2023-10-14T00:00:03.181666+0000","last_became_active":"2023-10-13T23:59:34.347473+0000","last_became_peered":"2023-10-13T23:59:34.347473+0000","last_unstale":"2023-10-14T00:00:03.181666+0000","last_undegraded":"2023-10-14T00:00:03.181666+0000","last_fullsized":"2023-10-14T00:00:03.181666+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:56:14.630499+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.180999+0000","last_change":"2023-10-13T23:59:34.349297+0000","last_active":"2023-10-14T00:00:03.180999+0000","last_peered":"2023-10-14T00:00:03.180999+0000","last_clean":"2023-10-14T00:00:03.180999+0000","last_became_active":"2023-10-13T23:59:34.348975+0000","last_became_peered":"2023-10-13T23:59:34.348975+0000","last_unstale":"2023-10-14T00:00:03.180999+0000","last_undegraded":"2023-10-14T00:00:03.180999+0000","last_fullsized":"2023-10-14T00:00:03.180999+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:08:34.579206+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":257,"num_read_kb":534,"num_write":229,"num_write_kb":3462,"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":173,"ondisk_log_size":173,"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":51,"seq":219043332111,"num_pgs":47,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":298744,"kb_used_data":1208,"kb_used_omap":0,"kb_used_meta":297280,"kb_avail":93446408,"statfs":{"total":95995035648,"available":95689121792,"internally_reserved":0,"allocated":1236992,"data_stored":866336,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304414720},"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 Oct 14 00:00:22 2023","interfaces":[{"interface":"back","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.38100000000000001},{"interface":"front","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"last":0.53400000000000003}]},{"osd":1,"last update":"Sat Oct 14 00:00:22 2023","interfaces":[{"interface":"back","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"last":0.40899999999999997},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.86199999999999999,"5min":0.86199999999999999,"15min":0.86199999999999999},"last":0.50900000000000001}]},{"osd":2,"last update":"Sat Oct 14 00:00:22 2023","interfaces":[{"interface":"back","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":1.0049999999999999,"5min":1.0049999999999999,"15min":1.0049999999999999},"last":0.42699999999999999},{"interface":"front","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.79400000000000004,"5min":0.79400000000000004,"15min":0.79400000000000004},"last":0.46600000000000003}]},{"osd":3,"last update":"Sat Oct 14 00:00:22 2023","interfaces":[{"interface":"back","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"last":0.45300000000000001},{"interface":"front","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":1.22,"5min":1.22,"15min":1.22},"last":0.51900000000000002}]},{"osd":4,"last update":"Sat Oct 14 00:00:22 2023","interfaces":[{"interface":"back","average":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":1.2370000000000001,"5min":1.2370000000000001,"15min":1.2370000000000001},"last":0.438},{"interface":"front","average":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.82899999999999996,"5min":0.82899999999999996,"15min":0.82899999999999996},"last":0.36299999999999999}]},{"osd":5,"last update":"Sat Oct 14 00:00:22 2023","interfaces":[{"interface":"back","average":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.87,"5min":0.87,"15min":0.87},"last":0.34300000000000003},{"interface":"front","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":1.1499999999999999,"5min":1.1499999999999999,"15min":1.1499999999999999},"last":0.48199999999999998}]},{"osd":6,"last update":"Sat Oct 14 00:00:22 2023","interfaces":[{"interface":"back","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":1.1950000000000001,"5min":1.1950000000000001,"15min":1.1950000000000001},"last":0.38900000000000001},{"interface":"front","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":1.05,"5min":1.05,"15min":1.05},"last":0.49299999999999999}]}]},{"osd":6,"up_from":43,"seq":184683593748,"num_pgs":39,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":298740,"kb_used_data":1204,"kb_used_omap":0,"kb_used_meta":297280,"kb_avail":93446412,"statfs":{"total":95995035648,"available":95689125888,"internally_reserved":0,"allocated":1232896,"data_stored":867556,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304414720},"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 Oct 14 00:00:03 2023","interfaces":[{"interface":"back","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.45300000000000001},{"interface":"front","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.82499999999999996,"5min":0.82499999999999996,"15min":0.82499999999999996},"last":0.495}]},{"osd":1,"last update":"Sat Oct 14 00:00:03 2023","interfaces":[{"interface":"back","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.82699999999999996,"5min":0.82699999999999996,"15min":0.82699999999999996},"last":0.42499999999999999},{"interface":"front","average":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"min":{"1min":0.441,"5min":0.441,"15min":0.441},"max":{"1min":0.85999999999999999,"5min":0.85999999999999999,"15min":0.85999999999999999},"last":0.40999999999999998}]},{"osd":2,"last update":"Sat Oct 14 00:00:03 2023","interfaces":[{"interface":"back","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"last":0.375},{"interface":"front","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.89500000000000002,"5min":0.89500000000000002,"15min":0.89500000000000002},"last":0.439}]},{"osd":3,"last update":"Sat Oct 14 00:00:03 2023","interfaces":[{"interface":"back","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.84399999999999997,"5min":0.84399999999999997,"15min":0.84399999999999997},"last":0.70599999999999996},{"interface":"front","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.84299999999999997,"5min":0.84299999999999997,"15min":0.84299999999999997},"last":2.698}]},{"osd":4,"last update":"Sat Oct 14 00:00:03 2023","interfaces":[{"interface":"back","average":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.35199999999999998},{"interface":"front","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.50600000000000001}]},{"osd":5,"last update":"Sat Oct 14 00:00:03 2023","interfaces":[{"interface":"back","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"last":0.39100000000000001},{"interface":"front","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.76400000000000001,"5min":0.76400000000000001,"15min":0.76400000000000001},"last":0.52500000000000002}]},{"osd":7,"last update":"Sat Oct 14 00:00:25 2023","interfaces":[{"interface":"back","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.83899999999999997,"5min":0.83899999999999997,"15min":0.83899999999999997},"last":0.47099999999999997},{"interface":"front","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"last":0.48399999999999999}]}]},{"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":297916,"kb_used_data":628,"kb_used_omap":0,"kb_used_meta":297280,"kb_avail":93447236,"statfs":{"total":95995035648,"available":95689969664,"internally_reserved":0,"allocated":643072,"data_stored":275574,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304414720},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Oct 13 23:59:40 2023","interfaces":[{"interface":"back","average":{"1min":0.41899999999999998,"5min":0.38200000000000001,"15min":0.376},"min":{"1min":0.307,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.38800000000000001},{"interface":"front","average":{"1min":0.45000000000000001,"5min":0.40999999999999998,"15min":0.40400000000000003},"min":{"1min":0.27900000000000003,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.45500000000000002}]},{"osd":2,"last update":"Fri Oct 13 23:59:57 2023","interfaces":[{"interface":"back","average":{"1min":0.44500000000000001,"5min":0.45400000000000001,"15min":0.45600000000000002},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"last":0.40400000000000003},{"interface":"front","average":{"1min":0.442,"5min":0.437,"15min":0.436},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.32500000000000001}]},{"osd":3,"last update":"Sat Oct 14 00:00:18 2023","interfaces":[{"interface":"back","average":{"1min":0.47699999999999998,"5min":0.49199999999999999,"15min":0.49399999999999999},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.437},{"interface":"front","average":{"1min":0.439,"5min":0.47899999999999998,"15min":0.48599999999999999},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.51800000000000002,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.34399999999999997}]},{"osd":4,"last update":"Fri Oct 13 23:59:31 2023","interfaces":[{"interface":"back","average":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":1.111,"5min":1.111,"15min":1.111},"last":0.50700000000000001},{"interface":"front","average":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"min":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":1.161,"5min":1.161,"15min":1.161},"last":0.48399999999999999}]},{"osd":5,"last update":"Fri Oct 13 23:59:46 2023","interfaces":[{"interface":"back","average":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"min":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"max":{"1min":1.04,"5min":1.04,"15min":1.04},"last":0.54200000000000004},{"interface":"front","average":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"min":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"max":{"1min":1.147,"5min":1.147,"15min":1.147},"last":0.55700000000000005}]},{"osd":6,"last update":"Sat Oct 14 00:00:03 2023","interfaces":[{"interface":"back","average":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"min":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"max":{"1min":1.1319999999999999,"5min":1.1319999999999999,"15min":1.1319999999999999},"last":0.61199999999999999},{"interface":"front","average":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"min":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"max":{"1min":1.1930000000000001,"5min":1.1930000000000001,"15min":1.1930000000000001},"last":0.47699999999999998}]},{"osd":7,"last update":"Sat Oct 14 00:00:21 2023","interfaces":[{"interface":"back","average":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"min":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"max":{"1min":1.181,"5min":1.181,"15min":1.181},"last":0.58799999999999997},{"interface":"front","average":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.496}]}]},{"osd":0,"up_from":8,"seq":34359738408,"num_pgs":47,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":298752,"kb_used_data":1216,"kb_used_omap":0,"kb_used_meta":297280,"kb_avail":93446400,"statfs":{"total":95995035648,"available":95689113600,"internally_reserved":0,"allocated":1245184,"data_stored":866482,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304414720},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Fri Oct 13 23:59:42 2023","interfaces":[{"interface":"back","average":{"1min":0.40799999999999997,"5min":0.40500000000000003,"15min":0.40500000000000003},"min":{"1min":0.28100000000000003,"5min":0.23799999999999999,"15min":0.23799999999999999},"max":{"1min":0.64100000000000001,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":1.101},{"interface":"front","average":{"1min":0.46300000000000002,"5min":0.442,"15min":0.438},"min":{"1min":0.314,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.58599999999999997,"5min":0.68700000000000006,"15min":0.68700000000000006},"last":1.2310000000000001}]},{"osd":2,"last update":"Sat Oct 14 00:00:00 2023","interfaces":[{"interface":"back","average":{"1min":0.47099999999999997,"5min":0.48199999999999998,"15min":0.48399999999999999},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":0.59499999999999997,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.90000000000000002},{"interface":"front","average":{"1min":0.47399999999999998,"5min":0.48399999999999999,"15min":0.48599999999999999},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.60099999999999998,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":1.0589999999999999}]},{"osd":3,"last update":"Sat Oct 14 00:00:17 2023","interfaces":[{"interface":"back","average":{"1min":0.57599999999999996,"5min":0.48799999999999999,"15min":0.47399999999999998},"min":{"1min":0.377,"5min":0.376,"15min":0.376},"max":{"1min":1.522,"5min":1.522,"15min":1.522},"last":0.997},{"interface":"front","average":{"1min":0.57899999999999996,"5min":0.52500000000000002,"15min":0.51600000000000001},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":1.786,"5min":1.786,"15min":1.786},"last":1.046}]},{"osd":4,"last update":"Fri Oct 13 23:59:33 2023","interfaces":[{"interface":"back","average":{"1min":0.623,"5min":0.623,"15min":0.623},"min":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":0.79300000000000004,"5min":0.79300000000000004,"15min":0.79300000000000004},"last":0.97599999999999998},{"interface":"front","average":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.92600000000000005,"5min":0.92600000000000005,"15min":0.92600000000000005},"last":0.879}]},{"osd":5,"last update":"Fri Oct 13 23:59:47 2023","interfaces":[{"interface":"back","average":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"min":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":0.86399999999999999,"5min":0.86399999999999999,"15min":0.86399999999999999},"last":0.94299999999999995},{"interface":"front","average":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"min":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"max":{"1min":0.90900000000000003,"5min":0.90900000000000003,"15min":0.90900000000000003},"last":0.86599999999999999}]},{"osd":6,"last update":"Sat Oct 14 00:00:03 2023","interfaces":[{"interface":"back","average":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"min":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"max":{"1min":1.675,"5min":1.675,"15min":1.675},"last":0.96099999999999997},{"interface":"front","average":{"1min":0.73399999999999999,"5min":0.73399999999999999,"15min":0.73399999999999999},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":1.71,"5min":1.71,"15min":1.71},"last":1.0049999999999999}]},{"osd":7,"last update":"Sat Oct 14 00:00:22 2023","interfaces":[{"interface":"back","average":{"1min":0.76800000000000002,"5min":0.76800000000000002,"15min":0.76800000000000002},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":1.843,"5min":1.843,"15min":1.843},"last":0.91800000000000004},{"interface":"front","average":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"min":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"max":{"1min":1.891,"5min":1.891,"15min":1.891},"last":1.0329999999999999}]}]},{"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":297912,"kb_used_data":624,"kb_used_omap":0,"kb_used_meta":297280,"kb_avail":93447240,"statfs":{"total":95995035648,"available":95689973760,"internally_reserved":0,"allocated":638976,"data_stored":275715,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304414720},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Oct 13 23:59:56 2023","interfaces":[{"interface":"back","average":{"1min":0.42099999999999999,"5min":0.40300000000000002,"15min":0.40000000000000002},"min":{"1min":0.27700000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"last":0.28999999999999998},{"interface":"front","average":{"1min":0.45300000000000001,"5min":0.433,"15min":0.42999999999999999},"min":{"1min":0.29799999999999999,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"last":0.53700000000000003}]},{"osd":1,"last update":"Fri Oct 13 23:59:56 2023","interfaces":[{"interface":"back","average":{"1min":0.42899999999999999,"5min":0.434,"15min":0.435},"min":{"1min":0.29099999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.61799999999999999,"5min":0.64900000000000002,"15min":0.64900000000000002},"last":0.36599999999999999},{"interface":"front","average":{"1min":0.45900000000000002,"5min":0.47399999999999998,"15min":0.47599999999999998},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.754,"5min":0.754,"15min":0.754},"last":0.39200000000000002}]},{"osd":3,"last update":"Sat Oct 14 00:00:15 2023","interfaces":[{"interface":"back","average":{"1min":0.59399999999999997,"5min":0.53600000000000003,"15min":0.52600000000000002},"min":{"1min":0.377,"5min":0.375,"15min":0.375},"max":{"1min":1.5609999999999999,"5min":1.5609999999999999,"15min":1.5609999999999999},"last":0.498},{"interface":"front","average":{"1min":0.58099999999999996,"5min":0.505,"15min":0.49299999999999999},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":1.704,"5min":1.704,"15min":1.704},"last":0.48199999999999998}]},{"osd":4,"last update":"Fri Oct 13 23:59:31 2023","interfaces":[{"interface":"back","average":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.88300000000000001,"5min":0.88300000000000001,"15min":0.88300000000000001},"last":0.51400000000000001},{"interface":"front","average":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"min":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"max":{"1min":0.97699999999999998,"5min":0.97699999999999998,"15min":0.97699999999999998},"last":0.71899999999999997}]},{"osd":5,"last update":"Fri Oct 13 23:59:47 2023","interfaces":[{"interface":"back","average":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"min":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"max":{"1min":0.90200000000000002,"5min":0.90200000000000002,"15min":0.90200000000000002},"last":0.68999999999999995},{"interface":"front","average":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"min":{"1min":0.435,"5min":0.435,"15min":0.435},"max":{"1min":0.91600000000000004,"5min":0.91600000000000004,"15min":0.91600000000000004},"last":0.52600000000000002}]},{"osd":6,"last update":"Sat Oct 14 00:00:03 2023","interfaces":[{"interface":"back","average":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"min":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"max":{"1min":0.94199999999999995,"5min":0.94199999999999995,"15min":0.94199999999999995},"last":0.46100000000000002},{"interface":"front","average":{"1min":0.70199999999999996,"5min":0.70199999999999996,"15min":0.70199999999999996},"min":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":1.0169999999999999,"5min":1.0169999999999999,"15min":1.0169999999999999},"last":0.73899999999999999}]},{"osd":7,"last update":"Sat Oct 14 00:00:19 2023","interfaces":[{"interface":"back","average":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"min":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"max":{"1min":1.7969999999999999,"5min":1.7969999999999999,"15min":1.7969999999999999},"last":0.55600000000000005},{"interface":"front","average":{"1min":0.746,"5min":0.746,"15min":0.746},"min":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"max":{"1min":1.3260000000000001,"5min":1.3260000000000001,"15min":1.3260000000000001},"last":0.54700000000000004}]}]},{"osd":3,"up_from":24,"seq":103079215134,"num_pgs":36,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297932,"kb_used_data":644,"kb_used_omap":0,"kb_used_meta":297280,"kb_avail":93447220,"statfs":{"total":95995035648,"available":95689953280,"internally_reserved":0,"allocated":659456,"data_stored":278145,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304414720},"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 Oct 14 00:00:16 2023","interfaces":[{"interface":"back","average":{"1min":0.45000000000000001,"5min":0.42599999999999999,"15min":0.42199999999999999},"min":{"1min":0.32100000000000001,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.33700000000000002},{"interface":"front","average":{"1min":0.46100000000000002,"5min":0.47999999999999998,"15min":0.48299999999999998},"min":{"1min":0.32800000000000001,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.63600000000000001,"5min":0.872,"15min":0.872},"last":0.34799999999999998}]},{"osd":1,"last update":"Sat Oct 14 00:00:16 2023","interfaces":[{"interface":"back","average":{"1min":0.45800000000000002,"5min":0.46999999999999997,"15min":0.47199999999999998},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"last":0.377},{"interface":"front","average":{"1min":0.50600000000000001,"5min":0.49199999999999999,"15min":0.48999999999999999},"min":{"1min":0.35299999999999998,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"last":0.27600000000000002}]},{"osd":2,"last update":"Sat Oct 14 00:00:16 2023","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":1,"5min":1,"15min":1},"last":0.32100000000000001},{"interface":"front","average":{"1min":0.50800000000000001,"5min":0.51800000000000002,"15min":0.52000000000000002},"min":{"1min":0.39900000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.73799999999999999,"5min":0.81100000000000005,"15min":0.81100000000000005},"last":0.29499999999999998}]},{"osd":4,"last update":"Fri Oct 13 23:59:30 2023","interfaces":[{"interface":"back","average":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":1.034,"5min":1.034,"15min":1.034},"last":0.44800000000000001},{"interface":"front","average":{"1min":0.623,"5min":0.623,"15min":0.623},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.96699999999999997,"5min":0.96699999999999997,"15min":0.96699999999999997},"last":0.54900000000000004}]},{"osd":5,"last update":"Fri Oct 13 23:59:48 2023","interfaces":[{"interface":"back","average":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"min":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"max":{"1min":0.98499999999999999,"5min":0.98499999999999999,"15min":0.98499999999999999},"last":0.53300000000000003},{"interface":"front","average":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"min":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"max":{"1min":0.85899999999999999,"5min":0.85899999999999999,"15min":0.85899999999999999},"last":0.495}]},{"osd":6,"last update":"Sat Oct 14 00:00:07 2023","interfaces":[{"interface":"back","average":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"min":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":1.0669999999999999,"5min":1.0669999999999999,"15min":1.0669999999999999},"last":0.57099999999999995},{"interface":"front","average":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"min":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"max":{"1min":1,"5min":1,"15min":1},"last":0.42799999999999999}]},{"osd":7,"last update":"Sat Oct 14 00:00:21 2023","interfaces":[{"interface":"back","average":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"min":{"1min":0.5,"5min":0.5,"15min":0.5},"max":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"last":0.50800000000000001},{"interface":"front","average":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"min":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"max":{"1min":0.92400000000000004,"5min":0.92400000000000004,"15min":0.92400000000000004},"last":0.41099999999999998}]}]},{"osd":4,"up_from":29,"seq":124554051609,"num_pgs":41,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297928,"kb_used_data":640,"kb_used_omap":0,"kb_used_meta":297280,"kb_avail":93447224,"statfs":{"total":95995035648,"available":95689957376,"internally_reserved":0,"allocated":655360,"data_stored":276395,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304414720},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Oct 13 23:59:29 2023","interfaces":[{"interface":"back","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"max":{"1min":0.88500000000000001,"5min":0.88500000000000001,"15min":0.88500000000000001},"last":0.66700000000000004},{"interface":"front","average":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.86199999999999999,"5min":0.86199999999999999,"15min":0.86199999999999999},"last":0.58099999999999996}]},{"osd":1,"last update":"Fri Oct 13 23:59:29 2023","interfaces":[{"interface":"back","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.91100000000000003,"5min":0.91100000000000003,"15min":0.91100000000000003},"last":0.70199999999999996},{"interface":"front","average":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":0.871,"5min":0.871,"15min":0.871},"last":0.57299999999999995}]},{"osd":2,"last update":"Fri Oct 13 23:59:29 2023","interfaces":[{"interface":"back","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.95099999999999996,"5min":0.95099999999999996,"15min":0.95099999999999996},"last":0.64000000000000001},{"interface":"front","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.68300000000000005}]},{"osd":3,"last update":"Fri Oct 13 23:59:29 2023","interfaces":[{"interface":"back","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.93600000000000005,"5min":0.93600000000000005,"15min":0.93600000000000005},"last":0.65000000000000002},{"interface":"front","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.78800000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":0.60299999999999998}]},{"osd":5,"last update":"Fri Oct 13 23:59:47 2023","interfaces":[{"interface":"back","average":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.54200000000000004},{"interface":"front","average":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.53000000000000003}]},{"osd":6,"last update":"Sat Oct 14 00:00:05 2023","interfaces":[{"interface":"back","average":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.56299999999999994},{"interface":"front","average":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.61299999999999999}]},{"osd":7,"last update":"Sat Oct 14 00:00:20 2023","interfaces":[{"interface":"back","average":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.81999999999999995,"5min":0.81999999999999995,"15min":0.81999999999999995},"last":0.71399999999999997},{"interface":"front","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"last":0.63}]}]},{"osd":5,"up_from":36,"seq":154618822679,"num_pgs":42,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297920,"kb_used_data":632,"kb_used_omap":0,"kb_used_meta":297280,"kb_avail":93447232,"statfs":{"total":95995035648,"available":95689965568,"internally_reserved":0,"allocated":647168,"data_stored":277565,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304414720},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Oct 13 23:59:46 2023","interfaces":[{"interface":"back","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.754,"5min":0.754,"15min":0.754},"last":0.39200000000000002},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":0.72199999999999998,"5min":0.72199999999999998,"15min":0.72199999999999998},"last":0.437}]},{"osd":1,"last update":"Fri Oct 13 23:59:46 2023","interfaces":[{"interface":"back","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"last":0.40699999999999997},{"interface":"front","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.40100000000000002}]},{"osd":2,"last update":"Fri Oct 13 23:59:46 2023","interfaces":[{"interface":"back","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.48099999999999998},{"interface":"front","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.371}]},{"osd":3,"last update":"Fri Oct 13 23:59:46 2023","interfaces":[{"interface":"back","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"max":{"1min":0.755,"5min":0.755,"15min":0.755},"last":0.42499999999999999},{"interface":"front","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.80500000000000005,"5min":0.80500000000000005,"15min":0.80500000000000005},"last":0.46800000000000003}]},{"osd":4,"last update":"Fri Oct 13 23:59:46 2023","interfaces":[{"interface":"back","average":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.28599999999999998},{"interface":"front","average":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"min":{"1min":0.24099999999999999,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.35999999999999999}]},{"osd":6,"last update":"Sat Oct 14 00:00:03 2023","interfaces":[{"interface":"back","average":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"last":0.34699999999999998},{"interface":"front","average":{"1min":0.434,"5min":0.434,"15min":0.434},"min":{"1min":0.27900000000000003,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.79600000000000004,"5min":0.79600000000000004,"15min":0.79600000000000004},"last":0.308}]},{"osd":7,"last update":"Sat Oct 14 00:00:24 2023","interfaces":[{"interface":"back","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.32500000000000001},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.44700000000000001}]}]}],"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-10-14T00:00:35.159 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph pg dump --format=json 2023-10-14T00:00:35.331 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:35 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:00:35.510 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-14T00:00:35.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:35 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:00:35.636 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:35 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:00:36.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:36 smithi082 ceph-mon[116307]: from='client.24689 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-14T00:00:36.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:36 smithi082 ceph-mon[116307]: pgmap v20: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:00:36.656 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:36 smithi055 ceph-mon[124249]: from='client.24689 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-14T00:00:36.657 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:36 smithi055 ceph-mon[124249]: pgmap v20: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:00:36.657 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:36 smithi055 ceph-mon[110989]: from='client.24689 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-14T00:00:36.657 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:36 smithi055 ceph-mon[110989]: pgmap v20: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:00:36.833 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-14T00:00:36.835 INFO:teuthology.orchestra.run.smithi055.stderr:dumped all 2023-10-14T00:00:37.247 INFO:teuthology.orchestra.run.smithi055.stdout:{"pg_ready":true,"pg_map":{"version":20,"stamp":"2023-10-14T00:00:35.130198+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":257,"num_read_kb":534,"num_write":277,"num_write_kb":3478,"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":215,"ondisk_log_size":215,"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":2385844,"kb_used_data":6796,"kb_used_omap":0,"kb_used_meta":2378240,"kb_avail":747575372,"statfs":{"total":767960285184,"available":765517180928,"internally_reserved":0,"allocated":6959104,"data_stored":3983768,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2435317760},"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.003048"},"pg_stats":[{"pgid":"3.3f","version":"0'0","reported_seq":14,"reported_epoch":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.176863+0000","last_change":"2023-10-13T23:59:34.350392+0000","last_active":"2023-10-14T00:00:03.176863+0000","last_peered":"2023-10-14T00:00:03.176863+0000","last_clean":"2023-10-14T00:00:03.176863+0000","last_became_active":"2023-10-13T23:59:34.349719+0000","last_became_peered":"2023-10-13T23:59:34.349719+0000","last_unstale":"2023-10-14T00:00:03.176863+0000","last_undegraded":"2023-10-14T00:00:03.176863+0000","last_fullsized":"2023-10-14T00:00:03.176863+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:24:50.889099+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.114400+0000","last_change":"2023-10-13T23:59:34.351593+0000","last_active":"2023-10-14T00:00:03.114400+0000","last_peered":"2023-10-14T00:00:03.114400+0000","last_clean":"2023-10-14T00:00:03.114400+0000","last_became_active":"2023-10-13T23:59:34.351078+0000","last_became_peered":"2023-10-13T23:59:34.351078+0000","last_unstale":"2023-10-14T00:00:03.114400+0000","last_undegraded":"2023-10-14T00:00:03.114400+0000","last_fullsized":"2023-10-14T00:00:03.114400+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T05:08:25.738139+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.180573+0000","last_change":"2023-10-13T23:59:34.349088+0000","last_active":"2023-10-14T00:00:03.180573+0000","last_peered":"2023-10-14T00:00:03.180573+0000","last_clean":"2023-10-14T00:00:03.180573+0000","last_became_active":"2023-10-13T23:59:34.348722+0000","last_became_peered":"2023-10-13T23:59:34.348722+0000","last_unstale":"2023-10-14T00:00:03.180573+0000","last_undegraded":"2023-10-14T00:00:03.180573+0000","last_fullsized":"2023-10-14T00:00:03.180573+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:39:40.907426+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.177938+0000","last_change":"2023-10-13T23:59:34.344153+0000","last_active":"2023-10-14T00:00:03.177938+0000","last_peered":"2023-10-14T00:00:03.177938+0000","last_clean":"2023-10-14T00:00:03.177938+0000","last_became_active":"2023-10-13T23:59:34.343722+0000","last_became_peered":"2023-10-13T23:59:34.343722+0000","last_unstale":"2023-10-14T00:00:03.177938+0000","last_undegraded":"2023-10-14T00:00:03.177938+0000","last_fullsized":"2023-10-14T00:00:03.177938+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:21:01.251415+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.176505+0000","last_change":"2023-10-13T23:59:34.342421+0000","last_active":"2023-10-14T00:00:03.176505+0000","last_peered":"2023-10-14T00:00:03.176505+0000","last_clean":"2023-10-14T00:00:03.176505+0000","last_became_active":"2023-10-13T23:59:34.342057+0000","last_became_peered":"2023-10-13T23:59:34.342057+0000","last_unstale":"2023-10-14T00:00:03.176505+0000","last_undegraded":"2023-10-14T00:00:03.176505+0000","last_fullsized":"2023-10-14T00:00:03.176505+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:23:19.409120+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.178043+0000","last_change":"2023-10-13T23:59:34.348509+0000","last_active":"2023-10-14T00:00:03.178043+0000","last_peered":"2023-10-14T00:00:03.178043+0000","last_clean":"2023-10-14T00:00:03.178043+0000","last_became_active":"2023-10-13T23:59:34.347683+0000","last_became_peered":"2023-10-13T23:59:34.347683+0000","last_unstale":"2023-10-14T00:00:03.178043+0000","last_undegraded":"2023-10-14T00:00:03.178043+0000","last_fullsized":"2023-10-14T00:00:03.178043+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:17:30.320938+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.176018+0000","last_change":"2023-10-13T23:59:34.348870+0000","last_active":"2023-10-14T00:00:03.176018+0000","last_peered":"2023-10-14T00:00:03.176018+0000","last_clean":"2023-10-14T00:00:03.176018+0000","last_became_active":"2023-10-13T23:59:34.348544+0000","last_became_peered":"2023-10-13T23:59:34.348544+0000","last_unstale":"2023-10-14T00:00:03.176018+0000","last_undegraded":"2023-10-14T00:00:03.176018+0000","last_fullsized":"2023-10-14T00:00:03.176018+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:39:04.818381+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.176200+0000","last_change":"2023-10-13T23:59:34.341743+0000","last_active":"2023-10-14T00:00:03.176200+0000","last_peered":"2023-10-14T00:00:03.176200+0000","last_clean":"2023-10-14T00:00:03.176200+0000","last_became_active":"2023-10-13T23:59:34.341415+0000","last_became_peered":"2023-10-13T23:59:34.341415+0000","last_unstale":"2023-10-14T00:00:03.176200+0000","last_undegraded":"2023-10-14T00:00:03.176200+0000","last_fullsized":"2023-10-14T00:00:03.176200+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:08:03.893964+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.176799+0000","last_change":"2023-10-13T23:59:34.350211+0000","last_active":"2023-10-14T00:00:03.176799+0000","last_peered":"2023-10-14T00:00:03.176799+0000","last_clean":"2023-10-14T00:00:03.176799+0000","last_became_active":"2023-10-13T23:59:34.349281+0000","last_became_peered":"2023-10-13T23:59:34.349281+0000","last_unstale":"2023-10-14T00:00:03.176799+0000","last_undegraded":"2023-10-14T00:00:03.176799+0000","last_fullsized":"2023-10-14T00:00:03.176799+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:30:46.887219+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.181199+0000","last_change":"2023-10-13T23:59:34.339210+0000","last_active":"2023-10-14T00:00:03.181199+0000","last_peered":"2023-10-14T00:00:03.181199+0000","last_clean":"2023-10-14T00:00:03.181199+0000","last_became_active":"2023-10-13T23:59:34.338911+0000","last_became_peered":"2023-10-13T23:59:34.338911+0000","last_unstale":"2023-10-14T00:00:03.181199+0000","last_undegraded":"2023-10-14T00:00:03.181199+0000","last_fullsized":"2023-10-14T00:00:03.181199+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T00:50:38.162061+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.181292+0000","last_change":"2023-10-13T23:59:34.349774+0000","last_active":"2023-10-14T00:00:03.181292+0000","last_peered":"2023-10-14T00:00:03.181292+0000","last_clean":"2023-10-14T00:00:03.181292+0000","last_became_active":"2023-10-13T23:59:34.349395+0000","last_became_peered":"2023-10-13T23:59:34.349395+0000","last_unstale":"2023-10-14T00:00:03.181292+0000","last_undegraded":"2023-10-14T00:00:03.181292+0000","last_fullsized":"2023-10-14T00:00:03.181292+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:14:38.112670+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.109810+0000","last_change":"2023-10-13T23:59:34.349567+0000","last_active":"2023-10-14T00:00:03.109810+0000","last_peered":"2023-10-14T00:00:03.109810+0000","last_clean":"2023-10-14T00:00:03.109810+0000","last_became_active":"2023-10-13T23:59:34.349281+0000","last_became_peered":"2023-10-13T23:59:34.349281+0000","last_unstale":"2023-10-14T00:00:03.109810+0000","last_undegraded":"2023-10-14T00:00:03.109810+0000","last_fullsized":"2023-10-14T00:00:03.109810+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:54:12.146728+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.176896+0000","last_change":"2023-10-13T23:59:34.352244+0000","last_active":"2023-10-14T00:00:03.176896+0000","last_peered":"2023-10-14T00:00:03.176896+0000","last_clean":"2023-10-14T00:00:03.176896+0000","last_became_active":"2023-10-13T23:59:34.349657+0000","last_became_peered":"2023-10-13T23:59:34.349657+0000","last_unstale":"2023-10-14T00:00:03.176896+0000","last_undegraded":"2023-10-14T00:00:03.176896+0000","last_fullsized":"2023-10-14T00:00:03.176896+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T05:17:46.052581+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.181012+0000","last_change":"2023-10-13T23:59:34.345399+0000","last_active":"2023-10-14T00:00:03.181012+0000","last_peered":"2023-10-14T00:00:03.181012+0000","last_clean":"2023-10-14T00:00:03.181012+0000","last_became_active":"2023-10-13T23:59:34.344890+0000","last_became_peered":"2023-10-13T23:59:34.344890+0000","last_unstale":"2023-10-14T00:00:03.181012+0000","last_undegraded":"2023-10-14T00:00:03.181012+0000","last_fullsized":"2023-10-14T00:00:03.181012+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:33:51.633119+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.113776+0000","last_change":"2023-10-13T23:59:34.346941+0000","last_active":"2023-10-14T00:00:03.113776+0000","last_peered":"2023-10-14T00:00:03.113776+0000","last_clean":"2023-10-14T00:00:03.113776+0000","last_became_active":"2023-10-13T23:59:34.346629+0000","last_became_peered":"2023-10-13T23:59:34.346629+0000","last_unstale":"2023-10-14T00:00:03.113776+0000","last_undegraded":"2023-10-14T00:00:03.113776+0000","last_fullsized":"2023-10-14T00:00:03.113776+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:15:31.237095+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.177636+0000","last_change":"2023-10-13T23:59:34.347775+0000","last_active":"2023-10-14T00:00:03.177636+0000","last_peered":"2023-10-14T00:00:03.177636+0000","last_clean":"2023-10-14T00:00:03.177636+0000","last_became_active":"2023-10-13T23:59:34.347408+0000","last_became_peered":"2023-10-13T23:59:34.347408+0000","last_unstale":"2023-10-14T00:00:03.177636+0000","last_undegraded":"2023-10-14T00:00:03.177636+0000","last_fullsized":"2023-10-14T00:00:03.177636+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:42:57.191972+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.178338+0000","last_change":"2023-10-13T23:59:34.335737+0000","last_active":"2023-10-14T00:00:03.178338+0000","last_peered":"2023-10-14T00:00:03.178338+0000","last_clean":"2023-10-14T00:00:03.178338+0000","last_became_active":"2023-10-13T23:59:34.334645+0000","last_became_peered":"2023-10-13T23:59:34.334645+0000","last_unstale":"2023-10-14T00:00:03.178338+0000","last_undegraded":"2023-10-14T00:00:03.178338+0000","last_fullsized":"2023-10-14T00:00:03.178338+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:39:13.192067+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.175936+0000","last_change":"2023-10-13T23:59:34.335890+0000","last_active":"2023-10-14T00:00:03.175936+0000","last_peered":"2023-10-14T00:00:03.175936+0000","last_clean":"2023-10-14T00:00:03.175936+0000","last_became_active":"2023-10-13T23:59:34.335528+0000","last_became_peered":"2023-10-13T23:59:34.335528+0000","last_unstale":"2023-10-14T00:00:03.175936+0000","last_undegraded":"2023-10-14T00:00:03.175936+0000","last_fullsized":"2023-10-14T00:00:03.175936+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:32:05.096732+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.176523+0000","last_change":"2023-10-13T23:59:34.337333+0000","last_active":"2023-10-14T00:00:03.176523+0000","last_peered":"2023-10-14T00:00:03.176523+0000","last_clean":"2023-10-14T00:00:03.176523+0000","last_became_active":"2023-10-13T23:59:34.335881+0000","last_became_peered":"2023-10-13T23:59:34.335881+0000","last_unstale":"2023-10-14T00:00:03.176523+0000","last_undegraded":"2023-10-14T00:00:03.176523+0000","last_fullsized":"2023-10-14T00:00:03.176523+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:03:19.467776+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'4","reported_seq":19,"reported_epoch":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.181490+0000","last_change":"2023-10-13T23:59:33.708933+0000","last_active":"2023-10-14T00:00:03.181490+0000","last_peered":"2023-10-14T00:00:03.181490+0000","last_clean":"2023-10-14T00:00:03.181490+0000","last_became_active":"2023-10-13T23:59:33.708630+0000","last_became_peered":"2023-10-13T23:59:33.708630+0000","last_unstale":"2023-10-14T00:00:03.181490+0000","last_undegraded":"2023-10-14T00:00:03.181490+0000","last_fullsized":"2023-10-14T00:00:03.181490+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":4,"log_dups_size":0,"ondisk_log_size":4,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:48:26.305881+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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.177397+0000","last_change":"2023-10-13T23:59:34.342165+0000","last_active":"2023-10-14T00:00:03.177397+0000","last_peered":"2023-10-14T00:00:03.177397+0000","last_clean":"2023-10-14T00:00:03.177397+0000","last_became_active":"2023-10-13T23:59:34.341495+0000","last_became_peered":"2023-10-13T23:59:34.341495+0000","last_unstale":"2023-10-14T00:00:03.177397+0000","last_undegraded":"2023-10-14T00:00:03.177397+0000","last_fullsized":"2023-10-14T00:00:03.177397+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T00:48:31.165868+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'1","reported_seq":16,"reported_epoch":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.177471+0000","last_change":"2023-10-13T23:59:33.716880+0000","last_active":"2023-10-14T00:00:03.177471+0000","last_peered":"2023-10-14T00:00:03.177471+0000","last_clean":"2023-10-14T00:00:03.177471+0000","last_became_active":"2023-10-13T23:59:33.716580+0000","last_became_peered":"2023-10-13T23:59:33.716580+0000","last_unstale":"2023-10-14T00:00:03.177471+0000","last_undegraded":"2023-10-14T00:00:03.177471+0000","last_fullsized":"2023-10-14T00:00:03.177471+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+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-15T01:14:08.455624+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.181259+0000","last_change":"2023-10-13T23:59:34.346685+0000","last_active":"2023-10-14T00:00:03.181259+0000","last_peered":"2023-10-14T00:00:03.181259+0000","last_clean":"2023-10-14T00:00:03.181259+0000","last_became_active":"2023-10-13T23:59:34.346344+0000","last_became_peered":"2023-10-13T23:59:34.346344+0000","last_unstale":"2023-10-14T00:00:03.181259+0000","last_undegraded":"2023-10-14T00:00:03.181259+0000","last_fullsized":"2023-10-14T00:00:03.181259+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:05:31.503332+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'2","reported_seq":17,"reported_epoch":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.176800+0000","last_change":"2023-10-13T23:59:33.707208+0000","last_active":"2023-10-14T00:00:03.176800+0000","last_peered":"2023-10-14T00:00:03.176800+0000","last_clean":"2023-10-14T00:00:03.176800+0000","last_became_active":"2023-10-13T23:59:33.706810+0000","last_became_peered":"2023-10-13T23:59:33.706810+0000","last_unstale":"2023-10-14T00:00:03.176800+0000","last_undegraded":"2023-10-14T00:00:03.176800+0000","last_fullsized":"2023-10-14T00:00:03.176800+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:17:11.713206+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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.178165+0000","last_change":"2023-10-13T23:59:34.339102+0000","last_active":"2023-10-14T00:00:03.178165+0000","last_peered":"2023-10-14T00:00:03.178165+0000","last_clean":"2023-10-14T00:00:03.178165+0000","last_became_active":"2023-10-13T23:59:34.338783+0000","last_became_peered":"2023-10-13T23:59:34.338783+0000","last_unstale":"2023-10-14T00:00:03.178165+0000","last_undegraded":"2023-10-14T00:00:03.178165+0000","last_fullsized":"2023-10-14T00:00:03.178165+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:32:43.409208+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'2","reported_seq":17,"reported_epoch":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.176423+0000","last_change":"2023-10-13T23:59:33.694764+0000","last_active":"2023-10-14T00:00:03.176423+0000","last_peered":"2023-10-14T00:00:03.176423+0000","last_clean":"2023-10-14T00:00:03.176423+0000","last_became_active":"2023-10-13T23:59:33.694270+0000","last_became_peered":"2023-10-13T23:59:33.694270+0000","last_unstale":"2023-10-14T00:00:03.176423+0000","last_undegraded":"2023-10-14T00:00:03.176423+0000","last_fullsized":"2023-10-14T00:00:03.176423+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:55:46.359217+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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.178148+0000","last_change":"2023-10-13T23:59:34.345679+0000","last_active":"2023-10-14T00:00:03.178148+0000","last_peered":"2023-10-14T00:00:03.178148+0000","last_clean":"2023-10-14T00:00:03.178148+0000","last_became_active":"2023-10-13T23:59:34.345392+0000","last_became_peered":"2023-10-13T23:59:34.345392+0000","last_unstale":"2023-10-14T00:00:03.178148+0000","last_undegraded":"2023-10-14T00:00:03.178148+0000","last_fullsized":"2023-10-14T00:00:03.178148+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:07:35.972775+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'1","reported_seq":16,"reported_epoch":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.177053+0000","last_change":"2023-10-13T23:59:33.715217+0000","last_active":"2023-10-14T00:00:03.177053+0000","last_peered":"2023-10-14T00:00:03.177053+0000","last_clean":"2023-10-14T00:00:03.177053+0000","last_became_active":"2023-10-13T23:59:33.714906+0000","last_became_peered":"2023-10-13T23:59:33.714906+0000","last_unstale":"2023-10-14T00:00:03.177053+0000","last_undegraded":"2023-10-14T00:00:03.177053+0000","last_fullsized":"2023-10-14T00:00:03.177053+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+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-15T07:43:07.912343+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.109458+0000","last_change":"2023-10-13T23:59:34.341268+0000","last_active":"2023-10-14T00:00:03.109458+0000","last_peered":"2023-10-14T00:00:03.109458+0000","last_clean":"2023-10-14T00:00:03.109458+0000","last_became_active":"2023-10-13T23:59:34.340904+0000","last_became_peered":"2023-10-13T23:59:34.340904+0000","last_unstale":"2023-10-14T00:00:03.109458+0000","last_undegraded":"2023-10-14T00:00:03.109458+0000","last_fullsized":"2023-10-14T00:00:03.109458+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:26:24.482169+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'1","reported_seq":16,"reported_epoch":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.180932+0000","last_change":"2023-10-13T23:59:33.688586+0000","last_active":"2023-10-14T00:00:03.180932+0000","last_peered":"2023-10-14T00:00:03.180932+0000","last_clean":"2023-10-14T00:00:03.180932+0000","last_became_active":"2023-10-13T23:59:33.687954+0000","last_became_peered":"2023-10-13T23:59:33.687954+0000","last_unstale":"2023-10-14T00:00:03.180932+0000","last_undegraded":"2023-10-14T00:00:03.180932+0000","last_fullsized":"2023-10-14T00:00:03.180932+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+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-15T10:09:45.774947+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.181480+0000","last_change":"2023-10-13T23:59:34.349041+0000","last_active":"2023-10-14T00:00:03.181480+0000","last_peered":"2023-10-14T00:00:03.181480+0000","last_clean":"2023-10-14T00:00:03.181480+0000","last_became_active":"2023-10-13T23:59:34.347927+0000","last_became_peered":"2023-10-13T23:59:34.347927+0000","last_unstale":"2023-10-14T00:00:03.181480+0000","last_undegraded":"2023-10-14T00:00:03.181480+0000","last_fullsized":"2023-10-14T00:00:03.181480+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:26:11.523470+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.176575+0000","last_change":"2023-10-13T23:59:33.714410+0000","last_active":"2023-10-14T00:00:03.176575+0000","last_peered":"2023-10-14T00:00:03.176575+0000","last_clean":"2023-10-14T00:00:03.176575+0000","last_became_active":"2023-10-13T23:59:33.714088+0000","last_became_peered":"2023-10-13T23:59:33.714088+0000","last_unstale":"2023-10-14T00:00:03.176575+0000","last_undegraded":"2023-10-14T00:00:03.176575+0000","last_fullsized":"2023-10-14T00:00:03.176575+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T10:01:30.204269+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.176773+0000","last_change":"2023-10-13T23:59:34.356614+0000","last_active":"2023-10-14T00:00:03.176773+0000","last_peered":"2023-10-14T00:00:03.176773+0000","last_clean":"2023-10-14T00:00:03.176773+0000","last_became_active":"2023-10-13T23:59:34.356264+0000","last_became_peered":"2023-10-13T23:59:34.356264+0000","last_unstale":"2023-10-14T00:00:03.176773+0000","last_undegraded":"2023-10-14T00:00:03.176773+0000","last_fullsized":"2023-10-14T00:00:03.176773+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:55:42.587380+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.177723+0000","last_change":"2023-10-13T23:59:33.696510+0000","last_active":"2023-10-14T00:00:03.177723+0000","last_peered":"2023-10-14T00:00:03.177723+0000","last_clean":"2023-10-14T00:00:03.177723+0000","last_became_active":"2023-10-13T23:59:33.696216+0000","last_became_peered":"2023-10-13T23:59:33.696216+0000","last_unstale":"2023-10-14T00:00:03.177723+0000","last_undegraded":"2023-10-14T00:00:03.177723+0000","last_fullsized":"2023-10-14T00:00:03.177723+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:57:41.602703+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.114003+0000","last_change":"2023-10-13T23:59:34.346838+0000","last_active":"2023-10-14T00:00:03.114003+0000","last_peered":"2023-10-14T00:00:03.114003+0000","last_clean":"2023-10-14T00:00:03.114003+0000","last_became_active":"2023-10-13T23:59:34.346528+0000","last_became_peered":"2023-10-13T23:59:34.346528+0000","last_unstale":"2023-10-14T00:00:03.114003+0000","last_undegraded":"2023-10-14T00:00:03.114003+0000","last_fullsized":"2023-10-14T00:00:03.114003+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:51:12.750164+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.181276+0000","last_change":"2023-10-13T23:59:33.692710+0000","last_active":"2023-10-14T00:00:03.181276+0000","last_peered":"2023-10-14T00:00:03.181276+0000","last_clean":"2023-10-14T00:00:03.181276+0000","last_became_active":"2023-10-13T23:59:33.692410+0000","last_became_peered":"2023-10-13T23:59:33.692410+0000","last_unstale":"2023-10-14T00:00:03.181276+0000","last_undegraded":"2023-10-14T00:00:03.181276+0000","last_fullsized":"2023-10-14T00:00:03.181276+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T00:12:58.696971+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.178295+0000","last_change":"2023-10-13T23:59:34.339631+0000","last_active":"2023-10-14T00:00:03.178295+0000","last_peered":"2023-10-14T00:00:03.178295+0000","last_clean":"2023-10-14T00:00:03.178295+0000","last_became_active":"2023-10-13T23:59:34.339086+0000","last_became_peered":"2023-10-13T23:59:34.339086+0000","last_unstale":"2023-10-14T00:00:03.178295+0000","last_undegraded":"2023-10-14T00:00:03.178295+0000","last_fullsized":"2023-10-14T00:00:03.178295+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:23:48.867319+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.178176+0000","last_change":"2023-10-13T23:59:33.705084+0000","last_active":"2023-10-14T00:00:03.178176+0000","last_peered":"2023-10-14T00:00:03.178176+0000","last_clean":"2023-10-14T00:00:03.178176+0000","last_became_active":"2023-10-13T23:59:33.704781+0000","last_became_peered":"2023-10-13T23:59:33.704781+0000","last_unstale":"2023-10-14T00:00:03.178176+0000","last_undegraded":"2023-10-14T00:00:03.178176+0000","last_fullsized":"2023-10-14T00:00:03.178176+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:04:48.517545+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.181388+0000","last_change":"2023-10-13T23:59:34.346954+0000","last_active":"2023-10-14T00:00:03.181388+0000","last_peered":"2023-10-14T00:00:03.181388+0000","last_clean":"2023-10-14T00:00:03.181388+0000","last_became_active":"2023-10-13T23:59:34.346493+0000","last_became_peered":"2023-10-13T23:59:34.346493+0000","last_unstale":"2023-10-14T00:00:03.181388+0000","last_undegraded":"2023-10-14T00:00:03.181388+0000","last_fullsized":"2023-10-14T00:00:03.181388+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:58:13.742863+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'3","reported_seq":18,"reported_epoch":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.114773+0000","last_change":"2023-10-13T23:59:33.717337+0000","last_active":"2023-10-14T00:00:03.114773+0000","last_peered":"2023-10-14T00:00:03.114773+0000","last_clean":"2023-10-14T00:00:03.114773+0000","last_became_active":"2023-10-13T23:59:33.716324+0000","last_became_peered":"2023-10-13T23:59:33.716324+0000","last_unstale":"2023-10-14T00:00:03.114773+0000","last_undegraded":"2023-10-14T00:00:03.114773+0000","last_fullsized":"2023-10-14T00:00:03.114773+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+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-15T06:39:01.510835+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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.109703+0000","last_change":"2023-10-13T23:59:34.341541+0000","last_active":"2023-10-14T00:00:03.109703+0000","last_peered":"2023-10-14T00:00:03.109703+0000","last_clean":"2023-10-14T00:00:03.109703+0000","last_became_active":"2023-10-13T23:59:34.340293+0000","last_became_peered":"2023-10-13T23:59:34.340293+0000","last_unstale":"2023-10-14T00:00:03.109703+0000","last_undegraded":"2023-10-14T00:00:03.109703+0000","last_fullsized":"2023-10-14T00:00:03.109703+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:30:14.852941+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"62'9","reported_seq":24,"reported_epoch":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.314354+0000","last_change":"2023-10-13T23:59:33.713000+0000","last_active":"2023-10-14T00:00:03.314354+0000","last_peered":"2023-10-14T00:00:03.314354+0000","last_clean":"2023-10-14T00:00:03.314354+0000","last_became_active":"2023-10-13T23:59:33.712731+0000","last_became_peered":"2023-10-13T23:59:33.712731+0000","last_unstale":"2023-10-14T00:00:03.314354+0000","last_undegraded":"2023-10-14T00:00:03.314354+0000","last_fullsized":"2023-10-14T00:00:03.314354+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":9,"log_dups_size":0,"ondisk_log_size":9,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:13:05.682823+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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.176650+0000","last_change":"2023-10-13T23:59:34.342156+0000","last_active":"2023-10-14T00:00:03.176650+0000","last_peered":"2023-10-14T00:00:03.176650+0000","last_clean":"2023-10-14T00:00:03.176650+0000","last_became_active":"2023-10-13T23:59:34.341866+0000","last_became_peered":"2023-10-13T23:59:34.341866+0000","last_unstale":"2023-10-14T00:00:03.176650+0000","last_undegraded":"2023-10-14T00:00:03.176650+0000","last_fullsized":"2023-10-14T00:00:03.176650+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T00:42:02.308291+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'2","reported_seq":17,"reported_epoch":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.181272+0000","last_change":"2023-10-13T23:59:33.715359+0000","last_active":"2023-10-14T00:00:03.181272+0000","last_peered":"2023-10-14T00:00:03.181272+0000","last_clean":"2023-10-14T00:00:03.181272+0000","last_became_active":"2023-10-13T23:59:33.715075+0000","last_became_peered":"2023-10-13T23:59:33.715075+0000","last_unstale":"2023-10-14T00:00:03.181272+0000","last_undegraded":"2023-10-14T00:00:03.181272+0000","last_fullsized":"2023-10-14T00:00:03.181272+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:03:23.079653+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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.180967+0000","last_change":"2023-10-13T23:59:34.345192+0000","last_active":"2023-10-14T00:00:03.180967+0000","last_peered":"2023-10-14T00:00:03.180967+0000","last_clean":"2023-10-14T00:00:03.180967+0000","last_became_active":"2023-10-13T23:59:34.344533+0000","last_became_peered":"2023-10-13T23:59:34.344533+0000","last_unstale":"2023-10-14T00:00:03.180967+0000","last_undegraded":"2023-10-14T00:00:03.180967+0000","last_fullsized":"2023-10-14T00:00:03.180967+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:17:16.673778+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.177813+0000","last_change":"2023-10-13T23:59:33.705458+0000","last_active":"2023-10-14T00:00:03.177813+0000","last_peered":"2023-10-14T00:00:03.177813+0000","last_clean":"2023-10-14T00:00:03.177813+0000","last_became_active":"2023-10-13T23:59:33.705100+0000","last_became_peered":"2023-10-13T23:59:33.705100+0000","last_unstale":"2023-10-14T00:00:03.177813+0000","last_undegraded":"2023-10-14T00:00:03.177813+0000","last_fullsized":"2023-10-14T00:00:03.177813+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:11:04.580536+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.176544+0000","last_change":"2023-10-13T23:59:34.342357+0000","last_active":"2023-10-14T00:00:03.176544+0000","last_peered":"2023-10-14T00:00:03.176544+0000","last_clean":"2023-10-14T00:00:03.176544+0000","last_became_active":"2023-10-13T23:59:34.341670+0000","last_became_peered":"2023-10-13T23:59:34.341670+0000","last_unstale":"2023-10-14T00:00:03.176544+0000","last_undegraded":"2023-10-14T00:00:03.176544+0000","last_fullsized":"2023-10-14T00:00:03.176544+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T10:48:43.940394+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.180860+0000","last_change":"2023-10-13T23:59:33.693408+0000","last_active":"2023-10-14T00:00:03.180860+0000","last_peered":"2023-10-14T00:00:03.180860+0000","last_clean":"2023-10-14T00:00:03.180860+0000","last_became_active":"2023-10-13T23:59:33.693068+0000","last_became_peered":"2023-10-13T23:59:33.693068+0000","last_unstale":"2023-10-14T00:00:03.180860+0000","last_undegraded":"2023-10-14T00:00:03.180860+0000","last_fullsized":"2023-10-14T00:00:03.180860+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T10:17:32.693557+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.180730+0000","last_change":"2023-10-13T23:59:34.349531+0000","last_active":"2023-10-14T00:00:03.180730+0000","last_peered":"2023-10-14T00:00:03.180730+0000","last_clean":"2023-10-14T00:00:03.180730+0000","last_became_active":"2023-10-13T23:59:34.349157+0000","last_became_peered":"2023-10-13T23:59:34.349157+0000","last_unstale":"2023-10-14T00:00:03.180730+0000","last_undegraded":"2023-10-14T00:00:03.180730+0000","last_fullsized":"2023-10-14T00:00:03.180730+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:10:39.317754+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'8","reported_seq":23,"reported_epoch":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.179185+0000","last_change":"2023-10-13T23:59:33.707683+0000","last_active":"2023-10-14T00:00:03.179185+0000","last_peered":"2023-10-14T00:00:03.179185+0000","last_clean":"2023-10-14T00:00:03.179185+0000","last_became_active":"2023-10-13T23:59:33.707369+0000","last_became_peered":"2023-10-13T23:59:33.707369+0000","last_unstale":"2023-10-14T00:00:03.179185+0000","last_undegraded":"2023-10-14T00:00:03.179185+0000","last_fullsized":"2023-10-14T00:00:03.179185+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+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-15T08:11:40.926328+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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.176183+0000","last_change":"2023-10-13T23:59:34.341642+0000","last_active":"2023-10-14T00:00:03.176183+0000","last_peered":"2023-10-14T00:00:03.176183+0000","last_clean":"2023-10-14T00:00:03.176183+0000","last_became_active":"2023-10-13T23:59:34.341342+0000","last_became_peered":"2023-10-13T23:59:34.341342+0000","last_unstale":"2023-10-14T00:00:03.176183+0000","last_undegraded":"2023-10-14T00:00:03.176183+0000","last_fullsized":"2023-10-14T00:00:03.176183+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T08:33:24.614123+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'1","reported_seq":16,"reported_epoch":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.110992+0000","last_change":"2023-10-13T23:59:33.707315+0000","last_active":"2023-10-14T00:00:03.110992+0000","last_peered":"2023-10-14T00:00:03.110992+0000","last_clean":"2023-10-14T00:00:03.110992+0000","last_became_active":"2023-10-13T23:59:33.706923+0000","last_became_peered":"2023-10-13T23:59:33.706923+0000","last_unstale":"2023-10-14T00:00:03.110992+0000","last_undegraded":"2023-10-14T00:00:03.110992+0000","last_fullsized":"2023-10-14T00:00:03.110992+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+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-15T03:51:24.127200+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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.176721+0000","last_change":"2023-10-13T23:59:34.341341+0000","last_active":"2023-10-14T00:00:03.176721+0000","last_peered":"2023-10-14T00:00:03.176721+0000","last_clean":"2023-10-14T00:00:03.176721+0000","last_became_active":"2023-10-13T23:59:34.341053+0000","last_became_peered":"2023-10-13T23:59:34.341053+0000","last_unstale":"2023-10-14T00:00:03.176721+0000","last_undegraded":"2023-10-14T00:00:03.176721+0000","last_fullsized":"2023-10-14T00:00:03.176721+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:12:36.476139+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.113794+0000","last_change":"2023-10-14T00:00:02.980845+0000","last_active":"2023-10-14T00:00:03.113794+0000","last_peered":"2023-10-14T00:00:03.113794+0000","last_clean":"2023-10-14T00:00:03.113794+0000","last_became_active":"2023-10-14T00:00:02.980467+0000","last_became_peered":"2023-10-14T00:00:02.980467+0000","last_unstale":"2023-10-14T00:00:03.113794+0000","last_undegraded":"2023-10-14T00:00:03.113794+0000","last_fullsized":"2023-10-14T00:00:03.113794+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-14T00:00:01.602105+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-14T00:00:01.602105+0000","last_clean_scrub_stamp":"2023-10-14T00:00:01.602105+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:32:39.003467+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.114136+0000","last_change":"2023-10-13T23:59:33.707696+0000","last_active":"2023-10-14T00:00:03.114136+0000","last_peered":"2023-10-14T00:00:03.114136+0000","last_clean":"2023-10-14T00:00:03.114136+0000","last_became_active":"2023-10-13T23:59:33.707358+0000","last_became_peered":"2023-10-13T23:59:33.707358+0000","last_unstale":"2023-10-14T00:00:03.114136+0000","last_undegraded":"2023-10-14T00:00:03.114136+0000","last_fullsized":"2023-10-14T00:00:03.114136+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:19:31.743436+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.178186+0000","last_change":"2023-10-13T23:59:34.348157+0000","last_active":"2023-10-14T00:00:03.178186+0000","last_peered":"2023-10-14T00:00:03.178186+0000","last_clean":"2023-10-14T00:00:03.178186+0000","last_became_active":"2023-10-13T23:59:34.347833+0000","last_became_peered":"2023-10-13T23:59:34.347833+0000","last_unstale":"2023-10-14T00:00:03.178186+0000","last_undegraded":"2023-10-14T00:00:03.178186+0000","last_fullsized":"2023-10-14T00:00:03.178186+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:13:27.045911+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.114250+0000","last_change":"2023-10-14T00:00:03.010005+0000","last_active":"2023-10-14T00:00:03.114250+0000","last_peered":"2023-10-14T00:00:03.114250+0000","last_clean":"2023-10-14T00:00:03.114250+0000","last_became_active":"2023-10-14T00:00:03.009736+0000","last_became_peered":"2023-10-14T00:00:03.009736+0000","last_unstale":"2023-10-14T00:00:03.114250+0000","last_undegraded":"2023-10-14T00:00:03.114250+0000","last_fullsized":"2023-10-14T00:00:03.114250+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-14T00:00:01.602105+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-14T00:00:01.602105+0000","last_clean_scrub_stamp":"2023-10-14T00:00:01.602105+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:32:40.373452+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.177808+0000","last_change":"2023-10-13T23:59:33.716765+0000","last_active":"2023-10-14T00:00:03.177808+0000","last_peered":"2023-10-14T00:00:03.177808+0000","last_clean":"2023-10-14T00:00:03.177808+0000","last_became_active":"2023-10-13T23:59:33.716413+0000","last_became_peered":"2023-10-13T23:59:33.716413+0000","last_unstale":"2023-10-14T00:00:03.177808+0000","last_undegraded":"2023-10-14T00:00:03.177808+0000","last_fullsized":"2023-10-14T00:00:03.177808+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T05:11:10.872613+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.109844+0000","last_change":"2023-10-13T23:59:34.344904+0000","last_active":"2023-10-14T00:00:03.109844+0000","last_peered":"2023-10-14T00:00:03.109844+0000","last_clean":"2023-10-14T00:00:03.109844+0000","last_became_active":"2023-10-13T23:59:34.344578+0000","last_became_peered":"2023-10-13T23:59:34.344578+0000","last_unstale":"2023-10-14T00:00:03.109844+0000","last_undegraded":"2023-10-14T00:00:03.109844+0000","last_fullsized":"2023-10-14T00:00:03.109844+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:53:25.819205+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.114223+0000","last_change":"2023-10-14T00:00:02.980893+0000","last_active":"2023-10-14T00:00:03.114223+0000","last_peered":"2023-10-14T00:00:03.114223+0000","last_clean":"2023-10-14T00:00:03.114223+0000","last_became_active":"2023-10-14T00:00:02.980424+0000","last_became_peered":"2023-10-14T00:00:02.980424+0000","last_unstale":"2023-10-14T00:00:03.114223+0000","last_undegraded":"2023-10-14T00:00:03.114223+0000","last_fullsized":"2023-10-14T00:00:03.114223+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-14T00:00:01.602105+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-14T00:00:01.602105+0000","last_clean_scrub_stamp":"2023-10-14T00:00:01.602105+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:54:29.959845+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.113759+0000","last_change":"2023-10-13T23:59:34.345399+0000","last_active":"2023-10-14T00:00:03.113759+0000","last_peered":"2023-10-14T00:00:03.113759+0000","last_clean":"2023-10-14T00:00:03.113759+0000","last_became_active":"2023-10-13T23:59:34.344951+0000","last_became_peered":"2023-10-13T23:59:34.344951+0000","last_unstale":"2023-10-14T00:00:03.113759+0000","last_undegraded":"2023-10-14T00:00:03.113759+0000","last_fullsized":"2023-10-14T00:00:03.113759+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:27:01.403692+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.175324+0000","last_change":"2023-10-13T23:59:33.697283+0000","last_active":"2023-10-14T00:00:03.175324+0000","last_peered":"2023-10-14T00:00:03.175324+0000","last_clean":"2023-10-14T00:00:03.175324+0000","last_became_active":"2023-10-13T23:59:33.696927+0000","last_became_peered":"2023-10-13T23:59:33.696927+0000","last_unstale":"2023-10-14T00:00:03.175324+0000","last_undegraded":"2023-10-14T00:00:03.175324+0000","last_fullsized":"2023-10-14T00:00:03.175324+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T10:55:54.826314+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.181049+0000","last_change":"2023-10-14T00:00:02.637189+0000","last_active":"2023-10-14T00:00:03.181049+0000","last_peered":"2023-10-14T00:00:03.181049+0000","last_clean":"2023-10-14T00:00:03.181049+0000","last_became_active":"2023-10-14T00:00:02.636881+0000","last_became_peered":"2023-10-14T00:00:02.636881+0000","last_unstale":"2023-10-14T00:00:03.181049+0000","last_undegraded":"2023-10-14T00:00:03.181049+0000","last_fullsized":"2023-10-14T00:00:03.181049+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-14T00:00:01.602105+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-14T00:00:01.602105+0000","last_clean_scrub_stamp":"2023-10-14T00:00:01.602105+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:11:32.220823+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.176780+0000","last_change":"2023-10-13T23:59:34.341870+0000","last_active":"2023-10-14T00:00:03.176780+0000","last_peered":"2023-10-14T00:00:03.176780+0000","last_clean":"2023-10-14T00:00:03.176780+0000","last_became_active":"2023-10-13T23:59:34.340813+0000","last_became_peered":"2023-10-13T23:59:34.340813+0000","last_unstale":"2023-10-14T00:00:03.176780+0000","last_undegraded":"2023-10-14T00:00:03.176780+0000","last_fullsized":"2023-10-14T00:00:03.176780+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:44:09.881102+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.177896+0000","last_change":"2023-10-13T23:59:33.705101+0000","last_active":"2023-10-14T00:00:03.177896+0000","last_peered":"2023-10-14T00:00:03.177896+0000","last_clean":"2023-10-14T00:00:03.177896+0000","last_became_active":"2023-10-13T23:59:33.704786+0000","last_became_peered":"2023-10-13T23:59:33.704786+0000","last_unstale":"2023-10-14T00:00:03.177896+0000","last_undegraded":"2023-10-14T00:00:03.177896+0000","last_fullsized":"2023-10-14T00:00:03.177896+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:36:08.852164+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"63'173","reported_seq":334,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-10-14T00:00:11.684116+0000","last_change":"2023-10-13T23:59:23.366826+0000","last_active":"2023-10-14T00:00:11.684116+0000","last_peered":"2023-10-14T00:00:11.684116+0000","last_clean":"2023-10-14T00:00:11.684116+0000","last_became_active":"2023-10-13T23:59:23.366362+0000","last_became_peered":"2023-10-13T23:59:23.366362+0000","last_unstale":"2023-10-14T00:00:11.684116+0000","last_undegraded":"2023-10-14T00:00:11.684116+0000","last_fullsized":"2023-10-14T00:00:11.684116+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":55,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:57:57.119812+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:57:57.119812+0000","last_clean_scrub_stamp":"2023-10-13T23:57:57.119812+0000","objects_scrubbed":0,"log_size":173,"log_dups_size":0,"ondisk_log_size":173,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:24:23.123942+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":257,"num_read_kb":534,"num_write":229,"num_write_kb":3462,"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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.180432+0000","last_change":"2023-10-14T00:00:03.009738+0000","last_active":"2023-10-14T00:00:03.180432+0000","last_peered":"2023-10-14T00:00:03.180432+0000","last_clean":"2023-10-14T00:00:03.180432+0000","last_became_active":"2023-10-14T00:00:03.009386+0000","last_became_peered":"2023-10-14T00:00:03.009386+0000","last_unstale":"2023-10-14T00:00:03.180432+0000","last_undegraded":"2023-10-14T00:00:03.180432+0000","last_fullsized":"2023-10-14T00:00:03.180432+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-14T00:00:01.602105+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-14T00:00:01.602105+0000","last_clean_scrub_stamp":"2023-10-14T00:00:01.602105+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:40:40.255359+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.180398+0000","last_change":"2023-10-13T23:59:34.346039+0000","last_active":"2023-10-14T00:00:03.180398+0000","last_peered":"2023-10-14T00:00:03.180398+0000","last_clean":"2023-10-14T00:00:03.180398+0000","last_became_active":"2023-10-13T23:59:34.345727+0000","last_became_peered":"2023-10-13T23:59:34.345727+0000","last_unstale":"2023-10-14T00:00:03.180398+0000","last_undegraded":"2023-10-14T00:00:03.180398+0000","last_fullsized":"2023-10-14T00:00:03.180398+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T08:38:24.276851+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.175932+0000","last_change":"2023-10-13T23:59:33.707727+0000","last_active":"2023-10-14T00:00:03.175932+0000","last_peered":"2023-10-14T00:00:03.175932+0000","last_clean":"2023-10-14T00:00:03.175932+0000","last_became_active":"2023-10-13T23:59:33.707354+0000","last_became_peered":"2023-10-13T23:59:33.707354+0000","last_unstale":"2023-10-14T00:00:03.175932+0000","last_undegraded":"2023-10-14T00:00:03.175932+0000","last_fullsized":"2023-10-14T00:00:03.175932+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:45:58.598980+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.181388+0000","last_change":"2023-10-14T00:00:02.980770+0000","last_active":"2023-10-14T00:00:03.181388+0000","last_peered":"2023-10-14T00:00:03.181388+0000","last_clean":"2023-10-14T00:00:03.181388+0000","last_became_active":"2023-10-14T00:00:02.980385+0000","last_became_peered":"2023-10-14T00:00:02.980385+0000","last_unstale":"2023-10-14T00:00:03.181388+0000","last_undegraded":"2023-10-14T00:00:03.181388+0000","last_fullsized":"2023-10-14T00:00:03.181388+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-14T00:00:01.602105+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-14T00:00:01.602105+0000","last_clean_scrub_stamp":"2023-10-14T00:00:01.602105+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:15:45.766955+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.176761+0000","last_change":"2023-10-13T23:59:33.707972+0000","last_active":"2023-10-14T00:00:03.176761+0000","last_peered":"2023-10-14T00:00:03.176761+0000","last_clean":"2023-10-14T00:00:03.176761+0000","last_became_active":"2023-10-13T23:59:33.707708+0000","last_became_peered":"2023-10-13T23:59:33.707708+0000","last_unstale":"2023-10-14T00:00:03.176761+0000","last_undegraded":"2023-10-14T00:00:03.176761+0000","last_fullsized":"2023-10-14T00:00:03.176761+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T05:26:00.995748+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.114344+0000","last_change":"2023-10-13T23:59:34.345284+0000","last_active":"2023-10-14T00:00:03.114344+0000","last_peered":"2023-10-14T00:00:03.114344+0000","last_clean":"2023-10-14T00:00:03.114344+0000","last_became_active":"2023-10-13T23:59:34.344891+0000","last_became_peered":"2023-10-13T23:59:34.344891+0000","last_unstale":"2023-10-14T00:00:03.114344+0000","last_undegraded":"2023-10-14T00:00:03.114344+0000","last_fullsized":"2023-10-14T00:00:03.114344+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:52:10.341092+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.176375+0000","last_change":"2023-10-14T00:00:02.640668+0000","last_active":"2023-10-14T00:00:03.176375+0000","last_peered":"2023-10-14T00:00:03.176375+0000","last_clean":"2023-10-14T00:00:03.176375+0000","last_became_active":"2023-10-14T00:00:02.640314+0000","last_became_peered":"2023-10-14T00:00:02.640314+0000","last_unstale":"2023-10-14T00:00:03.176375+0000","last_undegraded":"2023-10-14T00:00:03.176375+0000","last_fullsized":"2023-10-14T00:00:03.176375+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-14T00:00:01.602105+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-14T00:00:01.602105+0000","last_clean_scrub_stamp":"2023-10-14T00:00:01.602105+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:32:50.148511+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"59'1","reported_seq":16,"reported_epoch":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.114498+0000","last_change":"2023-10-13T23:59:33.717214+0000","last_active":"2023-10-14T00:00:03.114498+0000","last_peered":"2023-10-14T00:00:03.114498+0000","last_clean":"2023-10-14T00:00:03.114498+0000","last_became_active":"2023-10-13T23:59:33.716865+0000","last_became_peered":"2023-10-13T23:59:33.716865+0000","last_unstale":"2023-10-14T00:00:03.114498+0000","last_undegraded":"2023-10-14T00:00:03.114498+0000","last_fullsized":"2023-10-14T00:00:03.114498+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+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-15T06:32:19.406739+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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.177292+0000","last_change":"2023-10-13T23:59:34.355359+0000","last_active":"2023-10-14T00:00:03.177292+0000","last_peered":"2023-10-14T00:00:03.177292+0000","last_clean":"2023-10-14T00:00:03.177292+0000","last_became_active":"2023-10-13T23:59:34.354944+0000","last_became_peered":"2023-10-13T23:59:34.354944+0000","last_unstale":"2023-10-14T00:00:03.177292+0000","last_undegraded":"2023-10-14T00:00:03.177292+0000","last_fullsized":"2023-10-14T00:00:03.177292+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:15:09.199704+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.109251+0000","last_change":"2023-10-14T00:00:02.980710+0000","last_active":"2023-10-14T00:00:03.109251+0000","last_peered":"2023-10-14T00:00:03.109251+0000","last_clean":"2023-10-14T00:00:03.109251+0000","last_became_active":"2023-10-14T00:00:02.980344+0000","last_became_peered":"2023-10-14T00:00:02.980344+0000","last_unstale":"2023-10-14T00:00:03.109251+0000","last_undegraded":"2023-10-14T00:00:03.109251+0000","last_fullsized":"2023-10-14T00:00:03.109251+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-14T00:00:01.602105+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-14T00:00:01.602105+0000","last_clean_scrub_stamp":"2023-10-14T00:00:01.602105+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:11:55.783250+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'2","reported_seq":17,"reported_epoch":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.181230+0000","last_change":"2023-10-13T23:59:33.688208+0000","last_active":"2023-10-14T00:00:03.181230+0000","last_peered":"2023-10-14T00:00:03.181230+0000","last_clean":"2023-10-14T00:00:03.181230+0000","last_became_active":"2023-10-13T23:59:33.687789+0000","last_became_peered":"2023-10-13T23:59:33.687789+0000","last_unstale":"2023-10-14T00:00:03.181230+0000","last_undegraded":"2023-10-14T00:00:03.181230+0000","last_fullsized":"2023-10-14T00:00:03.181230+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:46:20.943456+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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.181640+0000","last_change":"2023-10-13T23:59:34.348885+0000","last_active":"2023-10-14T00:00:03.181640+0000","last_peered":"2023-10-14T00:00:03.181640+0000","last_clean":"2023-10-14T00:00:03.181640+0000","last_became_active":"2023-10-13T23:59:34.348510+0000","last_became_peered":"2023-10-13T23:59:34.348510+0000","last_unstale":"2023-10-14T00:00:03.181640+0000","last_undegraded":"2023-10-14T00:00:03.181640+0000","last_fullsized":"2023-10-14T00:00:03.181640+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T00:34:26.989577+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.176250+0000","last_change":"2023-10-13T23:59:33.708153+0000","last_active":"2023-10-14T00:00:03.176250+0000","last_peered":"2023-10-14T00:00:03.176250+0000","last_clean":"2023-10-14T00:00:03.176250+0000","last_became_active":"2023-10-13T23:59:33.707833+0000","last_became_peered":"2023-10-13T23:59:33.707833+0000","last_unstale":"2023-10-14T00:00:03.176250+0000","last_undegraded":"2023-10-14T00:00:03.176250+0000","last_fullsized":"2023-10-14T00:00:03.176250+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:45:18.724244+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.109643+0000","last_change":"2023-10-13T23:59:34.341356+0000","last_active":"2023-10-14T00:00:03.109643+0000","last_peered":"2023-10-14T00:00:03.109643+0000","last_clean":"2023-10-14T00:00:03.109643+0000","last_became_active":"2023-10-13T23:59:34.339987+0000","last_became_peered":"2023-10-13T23:59:34.339987+0000","last_unstale":"2023-10-14T00:00:03.109643+0000","last_undegraded":"2023-10-14T00:00:03.109643+0000","last_fullsized":"2023-10-14T00:00:03.109643+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T08:20:45.762213+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.113904+0000","last_change":"2023-10-13T23:59:33.706356+0000","last_active":"2023-10-14T00:00:03.113904+0000","last_peered":"2023-10-14T00:00:03.113904+0000","last_clean":"2023-10-14T00:00:03.113904+0000","last_became_active":"2023-10-13T23:59:33.705748+0000","last_became_peered":"2023-10-13T23:59:33.705748+0000","last_unstale":"2023-10-14T00:00:03.113904+0000","last_undegraded":"2023-10-14T00:00:03.113904+0000","last_fullsized":"2023-10-14T00:00:03.113904+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:22:26.347395+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.176718+0000","last_change":"2023-10-13T23:59:34.350769+0000","last_active":"2023-10-14T00:00:03.176718+0000","last_peered":"2023-10-14T00:00:03.176718+0000","last_clean":"2023-10-14T00:00:03.176718+0000","last_became_active":"2023-10-13T23:59:34.349831+0000","last_became_peered":"2023-10-13T23:59:34.349831+0000","last_unstale":"2023-10-14T00:00:03.176718+0000","last_undegraded":"2023-10-14T00:00:03.176718+0000","last_fullsized":"2023-10-14T00:00:03.176718+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:32:13.027672+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.113902+0000","last_change":"2023-10-13T23:59:33.708281+0000","last_active":"2023-10-14T00:00:03.113902+0000","last_peered":"2023-10-14T00:00:03.113902+0000","last_clean":"2023-10-14T00:00:03.113902+0000","last_became_active":"2023-10-13T23:59:33.707969+0000","last_became_peered":"2023-10-13T23:59:33.707969+0000","last_unstale":"2023-10-14T00:00:03.113902+0000","last_undegraded":"2023-10-14T00:00:03.113902+0000","last_fullsized":"2023-10-14T00:00:03.113902+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:31:17.336351+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.176944+0000","last_change":"2023-10-13T23:59:34.355278+0000","last_active":"2023-10-14T00:00:03.176944+0000","last_peered":"2023-10-14T00:00:03.176944+0000","last_clean":"2023-10-14T00:00:03.176944+0000","last_became_active":"2023-10-13T23:59:34.354897+0000","last_became_peered":"2023-10-13T23:59:34.354897+0000","last_unstale":"2023-10-14T00:00:03.176944+0000","last_undegraded":"2023-10-14T00:00:03.176944+0000","last_fullsized":"2023-10-14T00:00:03.176944+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T00:27:55.578745+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'2","reported_seq":17,"reported_epoch":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.176312+0000","last_change":"2023-10-13T23:59:33.696384+0000","last_active":"2023-10-14T00:00:03.176312+0000","last_peered":"2023-10-14T00:00:03.176312+0000","last_clean":"2023-10-14T00:00:03.176312+0000","last_became_active":"2023-10-13T23:59:33.696142+0000","last_became_peered":"2023-10-13T23:59:33.696142+0000","last_unstale":"2023-10-14T00:00:03.176312+0000","last_undegraded":"2023-10-14T00:00:03.176312+0000","last_fullsized":"2023-10-14T00:00:03.176312+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T00:29:27.507159+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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.180849+0000","last_change":"2023-10-13T23:59:34.338807+0000","last_active":"2023-10-14T00:00:03.180849+0000","last_peered":"2023-10-14T00:00:03.180849+0000","last_clean":"2023-10-14T00:00:03.180849+0000","last_became_active":"2023-10-13T23:59:34.338462+0000","last_became_peered":"2023-10-13T23:59:34.338462+0000","last_unstale":"2023-10-14T00:00:03.180849+0000","last_undegraded":"2023-10-14T00:00:03.180849+0000","last_fullsized":"2023-10-14T00:00:03.180849+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:08:18.629276+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.175524+0000","last_change":"2023-10-13T23:59:33.697424+0000","last_active":"2023-10-14T00:00:03.175524+0000","last_peered":"2023-10-14T00:00:03.175524+0000","last_clean":"2023-10-14T00:00:03.175524+0000","last_became_active":"2023-10-13T23:59:33.697081+0000","last_became_peered":"2023-10-13T23:59:33.697081+0000","last_unstale":"2023-10-14T00:00:03.175524+0000","last_undegraded":"2023-10-14T00:00:03.175524+0000","last_fullsized":"2023-10-14T00:00:03.175524+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T10:38:09.716078+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.176639+0000","last_change":"2023-10-13T23:59:34.336000+0000","last_active":"2023-10-14T00:00:03.176639+0000","last_peered":"2023-10-14T00:00:03.176639+0000","last_clean":"2023-10-14T00:00:03.176639+0000","last_became_active":"2023-10-13T23:59:34.335679+0000","last_became_peered":"2023-10-13T23:59:34.335679+0000","last_unstale":"2023-10-14T00:00:03.176639+0000","last_undegraded":"2023-10-14T00:00:03.176639+0000","last_fullsized":"2023-10-14T00:00:03.176639+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:11:07.825463+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'1","reported_seq":16,"reported_epoch":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.114671+0000","last_change":"2023-10-13T23:59:33.717011+0000","last_active":"2023-10-14T00:00:03.114671+0000","last_peered":"2023-10-14T00:00:03.114671+0000","last_clean":"2023-10-14T00:00:03.114671+0000","last_became_active":"2023-10-13T23:59:33.716688+0000","last_became_peered":"2023-10-13T23:59:33.716688+0000","last_unstale":"2023-10-14T00:00:03.114671+0000","last_undegraded":"2023-10-14T00:00:03.114671+0000","last_fullsized":"2023-10-14T00:00:03.114671+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+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-15T11:25:49.671679+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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.178172+0000","last_change":"2023-10-13T23:59:34.343982+0000","last_active":"2023-10-14T00:00:03.178172+0000","last_peered":"2023-10-14T00:00:03.178172+0000","last_clean":"2023-10-14T00:00:03.178172+0000","last_became_active":"2023-10-13T23:59:34.339928+0000","last_became_peered":"2023-10-13T23:59:34.339928+0000","last_unstale":"2023-10-14T00:00:03.178172+0000","last_undegraded":"2023-10-14T00:00:03.178172+0000","last_fullsized":"2023-10-14T00:00:03.178172+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T10:35:07.777873+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'2","reported_seq":17,"reported_epoch":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.175827+0000","last_change":"2023-10-13T23:59:33.713850+0000","last_active":"2023-10-14T00:00:03.175827+0000","last_peered":"2023-10-14T00:00:03.175827+0000","last_clean":"2023-10-14T00:00:03.175827+0000","last_became_active":"2023-10-13T23:59:33.713539+0000","last_became_peered":"2023-10-13T23:59:33.713539+0000","last_unstale":"2023-10-14T00:00:03.175827+0000","last_undegraded":"2023-10-14T00:00:03.175827+0000","last_fullsized":"2023-10-14T00:00:03.175827+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:16:23.252033+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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.176662+0000","last_change":"2023-10-13T23:59:34.350039+0000","last_active":"2023-10-14T00:00:03.176662+0000","last_peered":"2023-10-14T00:00:03.176662+0000","last_clean":"2023-10-14T00:00:03.176662+0000","last_became_active":"2023-10-13T23:59:34.348875+0000","last_became_peered":"2023-10-13T23:59:34.348875+0000","last_unstale":"2023-10-14T00:00:03.176662+0000","last_undegraded":"2023-10-14T00:00:03.176662+0000","last_fullsized":"2023-10-14T00:00:03.176662+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:09:45.354595+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.180626+0000","last_change":"2023-10-13T23:59:34.350351+0000","last_active":"2023-10-14T00:00:03.180626+0000","last_peered":"2023-10-14T00:00:03.180626+0000","last_clean":"2023-10-14T00:00:03.180626+0000","last_became_active":"2023-10-13T23:59:34.348762+0000","last_became_peered":"2023-10-13T23:59:34.348762+0000","last_unstale":"2023-10-14T00:00:03.180626+0000","last_undegraded":"2023-10-14T00:00:03.180626+0000","last_fullsized":"2023-10-14T00:00:03.180626+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:19:09.198972+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.175209+0000","last_change":"2023-10-13T23:59:34.339932+0000","last_active":"2023-10-14T00:00:03.175209+0000","last_peered":"2023-10-14T00:00:03.175209+0000","last_clean":"2023-10-14T00:00:03.175209+0000","last_became_active":"2023-10-13T23:59:34.339591+0000","last_became_peered":"2023-10-13T23:59:34.339591+0000","last_unstale":"2023-10-14T00:00:03.175209+0000","last_undegraded":"2023-10-14T00:00:03.175209+0000","last_fullsized":"2023-10-14T00:00:03.175209+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:30:04.152690+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.177898+0000","last_change":"2023-10-13T23:59:34.348180+0000","last_active":"2023-10-14T00:00:03.177898+0000","last_peered":"2023-10-14T00:00:03.177898+0000","last_clean":"2023-10-14T00:00:03.177898+0000","last_became_active":"2023-10-13T23:59:34.347394+0000","last_became_peered":"2023-10-13T23:59:34.347394+0000","last_unstale":"2023-10-14T00:00:03.177898+0000","last_undegraded":"2023-10-14T00:00:03.177898+0000","last_fullsized":"2023-10-14T00:00:03.177898+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T05:44:06.045340+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.181565+0000","last_change":"2023-10-13T23:59:34.349265+0000","last_active":"2023-10-14T00:00:03.181565+0000","last_peered":"2023-10-14T00:00:03.181565+0000","last_clean":"2023-10-14T00:00:03.181565+0000","last_became_active":"2023-10-13T23:59:34.348457+0000","last_became_peered":"2023-10-13T23:59:34.348457+0000","last_unstale":"2023-10-14T00:00:03.181565+0000","last_undegraded":"2023-10-14T00:00:03.181565+0000","last_fullsized":"2023-10-14T00:00:03.181565+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:44:19.710390+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.177199+0000","last_change":"2023-10-13T23:59:34.354860+0000","last_active":"2023-10-14T00:00:03.177199+0000","last_peered":"2023-10-14T00:00:03.177199+0000","last_clean":"2023-10-14T00:00:03.177199+0000","last_became_active":"2023-10-13T23:59:34.354549+0000","last_became_peered":"2023-10-13T23:59:34.354549+0000","last_unstale":"2023-10-14T00:00:03.177199+0000","last_undegraded":"2023-10-14T00:00:03.177199+0000","last_fullsized":"2023-10-14T00:00:03.177199+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:58:45.683240+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.114580+0000","last_change":"2023-10-13T23:59:34.350225+0000","last_active":"2023-10-14T00:00:03.114580+0000","last_peered":"2023-10-14T00:00:03.114580+0000","last_clean":"2023-10-14T00:00:03.114580+0000","last_became_active":"2023-10-13T23:59:34.349903+0000","last_became_peered":"2023-10-13T23:59:34.349903+0000","last_unstale":"2023-10-14T00:00:03.114580+0000","last_undegraded":"2023-10-14T00:00:03.114580+0000","last_fullsized":"2023-10-14T00:00:03.114580+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:18:12.663674+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.181329+0000","last_change":"2023-10-13T23:59:34.331157+0000","last_active":"2023-10-14T00:00:03.181329+0000","last_peered":"2023-10-14T00:00:03.181329+0000","last_clean":"2023-10-14T00:00:03.181329+0000","last_became_active":"2023-10-13T23:59:34.330814+0000","last_became_peered":"2023-10-13T23:59:34.330814+0000","last_unstale":"2023-10-14T00:00:03.181329+0000","last_undegraded":"2023-10-14T00:00:03.181329+0000","last_fullsized":"2023-10-14T00:00:03.181329+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:32:54.762020+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.177392+0000","last_change":"2023-10-13T23:59:34.353622+0000","last_active":"2023-10-14T00:00:03.177392+0000","last_peered":"2023-10-14T00:00:03.177392+0000","last_clean":"2023-10-14T00:00:03.177392+0000","last_became_active":"2023-10-13T23:59:34.353317+0000","last_became_peered":"2023-10-13T23:59:34.353317+0000","last_unstale":"2023-10-14T00:00:03.177392+0000","last_undegraded":"2023-10-14T00:00:03.177392+0000","last_fullsized":"2023-10-14T00:00:03.177392+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:30:47.847305+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.177737+0000","last_change":"2023-10-13T23:59:34.340530+0000","last_active":"2023-10-14T00:00:03.177737+0000","last_peered":"2023-10-14T00:00:03.177737+0000","last_clean":"2023-10-14T00:00:03.177737+0000","last_became_active":"2023-10-13T23:59:34.340157+0000","last_became_peered":"2023-10-13T23:59:34.340157+0000","last_unstale":"2023-10-14T00:00:03.177737+0000","last_undegraded":"2023-10-14T00:00:03.177737+0000","last_fullsized":"2023-10-14T00:00:03.177737+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:48:54.068275+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.176351+0000","last_change":"2023-10-13T23:59:34.349514+0000","last_active":"2023-10-14T00:00:03.176351+0000","last_peered":"2023-10-14T00:00:03.176351+0000","last_clean":"2023-10-14T00:00:03.176351+0000","last_became_active":"2023-10-13T23:59:34.349057+0000","last_became_peered":"2023-10-13T23:59:34.349057+0000","last_unstale":"2023-10-14T00:00:03.176351+0000","last_undegraded":"2023-10-14T00:00:03.176351+0000","last_fullsized":"2023-10-14T00:00:03.176351+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:50:23.628513+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.177930+0000","last_change":"2023-10-13T23:59:34.335647+0000","last_active":"2023-10-14T00:00:03.177930+0000","last_peered":"2023-10-14T00:00:03.177930+0000","last_clean":"2023-10-14T00:00:03.177930+0000","last_became_active":"2023-10-13T23:59:34.335341+0000","last_became_peered":"2023-10-13T23:59:34.335341+0000","last_unstale":"2023-10-14T00:00:03.177930+0000","last_undegraded":"2023-10-14T00:00:03.177930+0000","last_fullsized":"2023-10-14T00:00:03.177930+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T10:34:15.630881+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.181666+0000","last_change":"2023-10-13T23:59:34.351925+0000","last_active":"2023-10-14T00:00:03.181666+0000","last_peered":"2023-10-14T00:00:03.181666+0000","last_clean":"2023-10-14T00:00:03.181666+0000","last_became_active":"2023-10-13T23:59:34.347473+0000","last_became_peered":"2023-10-13T23:59:34.347473+0000","last_unstale":"2023-10-14T00:00:03.181666+0000","last_undegraded":"2023-10-14T00:00:03.181666+0000","last_fullsized":"2023-10-14T00:00:03.181666+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:56:14.630499+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":62,"state":"active+clean","last_fresh":"2023-10-14T00:00:03.180999+0000","last_change":"2023-10-13T23:59:34.349297+0000","last_active":"2023-10-14T00:00:03.180999+0000","last_peered":"2023-10-14T00:00:03.180999+0000","last_clean":"2023-10-14T00:00:03.180999+0000","last_became_active":"2023-10-13T23:59:34.348975+0000","last_became_peered":"2023-10-13T23:59:34.348975+0000","last_unstale":"2023-10-14T00:00:03.180999+0000","last_undegraded":"2023-10-14T00:00:03.180999+0000","last_fullsized":"2023-10-14T00:00:03.180999+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-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:08:34.579206+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":257,"num_read_kb":534,"num_write":229,"num_write_kb":3462,"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":173,"ondisk_log_size":173,"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":51,"seq":219043332112,"num_pgs":47,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":298744,"kb_used_data":1208,"kb_used_omap":0,"kb_used_meta":297280,"kb_avail":93446408,"statfs":{"total":95995035648,"available":95689121792,"internally_reserved":0,"allocated":1236992,"data_stored":866336,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304414720},"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 Oct 14 00:00:22 2023","interfaces":[{"interface":"back","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.42499999999999999},{"interface":"front","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"last":0.57799999999999996}]},{"osd":1,"last update":"Sat Oct 14 00:00:22 2023","interfaces":[{"interface":"back","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"last":0.45800000000000002},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.86199999999999999,"5min":0.86199999999999999,"15min":0.86199999999999999},"last":0.60199999999999998}]},{"osd":2,"last update":"Sat Oct 14 00:00:22 2023","interfaces":[{"interface":"back","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":1.0049999999999999,"5min":1.0049999999999999,"15min":1.0049999999999999},"last":0.498},{"interface":"front","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.79400000000000004,"5min":0.79400000000000004,"15min":0.79400000000000004},"last":0.59099999999999997}]},{"osd":3,"last update":"Sat Oct 14 00:00:22 2023","interfaces":[{"interface":"back","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"last":0.60999999999999999},{"interface":"front","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":1.22,"5min":1.22,"15min":1.22},"last":0.51500000000000001}]},{"osd":4,"last update":"Sat Oct 14 00:00:22 2023","interfaces":[{"interface":"back","average":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":1.2370000000000001,"5min":1.2370000000000001,"15min":1.2370000000000001},"last":0.47999999999999998},{"interface":"front","average":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.82899999999999996,"5min":0.82899999999999996,"15min":0.82899999999999996},"last":0.56599999999999995}]},{"osd":5,"last update":"Sat Oct 14 00:00:22 2023","interfaces":[{"interface":"back","average":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.87,"5min":0.87,"15min":0.87},"last":0.54900000000000004},{"interface":"front","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":1.1499999999999999,"5min":1.1499999999999999,"15min":1.1499999999999999},"last":0.53100000000000003}]},{"osd":6,"last update":"Sat Oct 14 00:00:22 2023","interfaces":[{"interface":"back","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":1.1950000000000001,"5min":1.1950000000000001,"15min":1.1950000000000001},"last":0.61899999999999999},{"interface":"front","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":1.05,"5min":1.05,"15min":1.05},"last":0.629}]}]},{"osd":6,"up_from":43,"seq":184683593749,"num_pgs":39,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":298740,"kb_used_data":1204,"kb_used_omap":0,"kb_used_meta":297280,"kb_avail":93446412,"statfs":{"total":95995035648,"available":95689125888,"internally_reserved":0,"allocated":1232896,"data_stored":867556,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304414720},"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 Oct 14 00:00:03 2023","interfaces":[{"interface":"back","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.70299999999999996},{"interface":"front","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.82499999999999996,"5min":0.82499999999999996,"15min":0.82499999999999996},"last":0.55800000000000005}]},{"osd":1,"last update":"Sat Oct 14 00:00:03 2023","interfaces":[{"interface":"back","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.82699999999999996,"5min":0.82699999999999996,"15min":0.82699999999999996},"last":0.73699999999999999},{"interface":"front","average":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"min":{"1min":0.441,"5min":0.441,"15min":0.441},"max":{"1min":0.85999999999999999,"5min":0.85999999999999999,"15min":0.85999999999999999},"last":0.72799999999999998}]},{"osd":2,"last update":"Sat Oct 14 00:00:03 2023","interfaces":[{"interface":"back","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"last":0.60799999999999998},{"interface":"front","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.89500000000000002,"5min":0.89500000000000002,"15min":0.89500000000000002},"last":0.71499999999999997}]},{"osd":3,"last update":"Sat Oct 14 00:00:03 2023","interfaces":[{"interface":"back","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.84399999999999997,"5min":0.84399999999999997,"15min":0.84399999999999997},"last":0.59999999999999998},{"interface":"front","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.84299999999999997,"5min":0.84299999999999997,"15min":0.84299999999999997},"last":0.748}]},{"osd":4,"last update":"Sat Oct 14 00:00:03 2023","interfaces":[{"interface":"back","average":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.53600000000000003},{"interface":"front","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.49199999999999999}]},{"osd":5,"last update":"Sat Oct 14 00:00:03 2023","interfaces":[{"interface":"back","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"last":0.47299999999999998},{"interface":"front","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.76400000000000001,"5min":0.76400000000000001,"15min":0.76400000000000001},"last":0.52400000000000002}]},{"osd":7,"last update":"Sat Oct 14 00:00:25 2023","interfaces":[{"interface":"back","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.83899999999999997,"5min":0.83899999999999997,"15min":0.83899999999999997},"last":0.54800000000000004},{"interface":"front","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"last":0.51200000000000001}]}]},{"osd":1,"up_from":13,"seq":55834574885,"num_pgs":36,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297916,"kb_used_data":628,"kb_used_omap":0,"kb_used_meta":297280,"kb_avail":93447236,"statfs":{"total":95995035648,"available":95689969664,"internally_reserved":0,"allocated":643072,"data_stored":275574,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304414720},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Oct 13 23:59:40 2023","interfaces":[{"interface":"back","average":{"1min":0.41899999999999998,"5min":0.38200000000000001,"15min":0.376},"min":{"1min":0.307,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.42699999999999999},{"interface":"front","average":{"1min":0.45000000000000001,"5min":0.40999999999999998,"15min":0.40400000000000003},"min":{"1min":0.27900000000000003,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.35799999999999998}]},{"osd":2,"last update":"Fri Oct 13 23:59:57 2023","interfaces":[{"interface":"back","average":{"1min":0.44500000000000001,"5min":0.45400000000000001,"15min":0.45600000000000002},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"last":0.45000000000000001},{"interface":"front","average":{"1min":0.442,"5min":0.437,"15min":0.436},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.49299999999999999}]},{"osd":3,"last update":"Sat Oct 14 00:00:18 2023","interfaces":[{"interface":"back","average":{"1min":0.47699999999999998,"5min":0.49199999999999999,"15min":0.49399999999999999},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.40999999999999998},{"interface":"front","average":{"1min":0.439,"5min":0.47899999999999998,"15min":0.48599999999999999},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.51800000000000002,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.47799999999999998}]},{"osd":4,"last update":"Sat Oct 14 00:00:32 2023","interfaces":[{"interface":"back","average":{"1min":0.54400000000000004,"5min":0.58699999999999997,"15min":0.59399999999999997},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.69799999999999995,"5min":1.111,"15min":1.111},"last":0.60899999999999999},{"interface":"front","average":{"1min":0.60399999999999998,"5min":0.63800000000000001,"15min":0.64400000000000002},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":1.101,"5min":1.161,"15min":1.161},"last":0.69199999999999995}]},{"osd":5,"last update":"Fri Oct 13 23:59:46 2023","interfaces":[{"interface":"back","average":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"min":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"max":{"1min":1.04,"5min":1.04,"15min":1.04},"last":0.56899999999999995},{"interface":"front","average":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"min":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"max":{"1min":1.147,"5min":1.147,"15min":1.147},"last":0.67100000000000004}]},{"osd":6,"last update":"Sat Oct 14 00:00:03 2023","interfaces":[{"interface":"back","average":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"min":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"max":{"1min":1.1319999999999999,"5min":1.1319999999999999,"15min":1.1319999999999999},"last":0.76100000000000001},{"interface":"front","average":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"min":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"max":{"1min":1.1930000000000001,"5min":1.1930000000000001,"15min":1.1930000000000001},"last":0.79400000000000004}]},{"osd":7,"last update":"Sat Oct 14 00:00:21 2023","interfaces":[{"interface":"back","average":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"min":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"max":{"1min":1.181,"5min":1.181,"15min":1.181},"last":0.73099999999999998},{"interface":"front","average":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.74299999999999999}]}]},{"osd":0,"up_from":8,"seq":34359738409,"num_pgs":47,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":298752,"kb_used_data":1216,"kb_used_omap":0,"kb_used_meta":297280,"kb_avail":93446400,"statfs":{"total":95995035648,"available":95689113600,"internally_reserved":0,"allocated":1245184,"data_stored":866482,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304414720},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Fri Oct 13 23:59:42 2023","interfaces":[{"interface":"back","average":{"1min":0.40799999999999997,"5min":0.40500000000000003,"15min":0.40500000000000003},"min":{"1min":0.28100000000000003,"5min":0.23799999999999999,"15min":0.23799999999999999},"max":{"1min":0.64100000000000001,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.45400000000000001},{"interface":"front","average":{"1min":0.46300000000000002,"5min":0.442,"15min":0.438},"min":{"1min":0.314,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.58599999999999997,"5min":0.68700000000000006,"15min":0.68700000000000006},"last":0.36299999999999999}]},{"osd":2,"last update":"Sat Oct 14 00:00:00 2023","interfaces":[{"interface":"back","average":{"1min":0.47099999999999997,"5min":0.48199999999999998,"15min":0.48399999999999999},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":0.59499999999999997,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.40400000000000003},{"interface":"front","average":{"1min":0.47399999999999998,"5min":0.48399999999999999,"15min":0.48599999999999999},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.60099999999999998,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":0.66500000000000004}]},{"osd":3,"last update":"Sat Oct 14 00:00:17 2023","interfaces":[{"interface":"back","average":{"1min":0.57599999999999996,"5min":0.48799999999999999,"15min":0.47399999999999998},"min":{"1min":0.377,"5min":0.376,"15min":0.376},"max":{"1min":1.522,"5min":1.522,"15min":1.522},"last":0.56599999999999995},{"interface":"front","average":{"1min":0.57899999999999996,"5min":0.52500000000000002,"15min":0.51600000000000001},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":1.786,"5min":1.786,"15min":1.786},"last":0.495}]},{"osd":4,"last update":"Sat Oct 14 00:00:34 2023","interfaces":[{"interface":"back","average":{"1min":0.68200000000000005,"5min":0.63400000000000001,"15min":0.626},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":1.75,"5min":1.75,"15min":1.75},"last":0.58699999999999997},{"interface":"front","average":{"1min":0.69299999999999995,"5min":0.629,"15min":0.61799999999999999},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":1.585,"5min":1.585,"15min":1.585},"last":0.64500000000000002}]},{"osd":5,"last update":"Fri Oct 13 23:59:47 2023","interfaces":[{"interface":"back","average":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"min":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":0.86399999999999999,"5min":0.86399999999999999,"15min":0.86399999999999999},"last":0.60599999999999998},{"interface":"front","average":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"min":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"max":{"1min":0.90900000000000003,"5min":0.90900000000000003,"15min":0.90900000000000003},"last":0.53600000000000003}]},{"osd":6,"last update":"Sat Oct 14 00:00:03 2023","interfaces":[{"interface":"back","average":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"min":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"max":{"1min":1.675,"5min":1.675,"15min":1.675},"last":0.70699999999999996},{"interface":"front","average":{"1min":0.73399999999999999,"5min":0.73399999999999999,"15min":0.73399999999999999},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":1.71,"5min":1.71,"15min":1.71},"last":0.68700000000000006}]},{"osd":7,"last update":"Sat Oct 14 00:00:22 2023","interfaces":[{"interface":"back","average":{"1min":0.76800000000000002,"5min":0.76800000000000002,"15min":0.76800000000000002},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":1.843,"5min":1.843,"15min":1.843},"last":0.72699999999999998},{"interface":"front","average":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"min":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"max":{"1min":1.891,"5min":1.891,"15min":1.891},"last":0.75800000000000001}]}]},{"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":297912,"kb_used_data":624,"kb_used_omap":0,"kb_used_meta":297280,"kb_avail":93447240,"statfs":{"total":95995035648,"available":95689973760,"internally_reserved":0,"allocated":638976,"data_stored":275715,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304414720},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Oct 13 23:59:56 2023","interfaces":[{"interface":"back","average":{"1min":0.42099999999999999,"5min":0.40300000000000002,"15min":0.40000000000000002},"min":{"1min":0.27700000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"last":0.5},{"interface":"front","average":{"1min":0.45300000000000001,"5min":0.433,"15min":0.42999999999999999},"min":{"1min":0.29799999999999999,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"last":0.58599999999999997}]},{"osd":1,"last update":"Fri Oct 13 23:59:56 2023","interfaces":[{"interface":"back","average":{"1min":0.42899999999999999,"5min":0.434,"15min":0.435},"min":{"1min":0.29099999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.61799999999999999,"5min":0.64900000000000002,"15min":0.64900000000000002},"last":0.55200000000000005},{"interface":"front","average":{"1min":0.45900000000000002,"5min":0.47399999999999998,"15min":0.47599999999999998},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.754,"5min":0.754,"15min":0.754},"last":0.64300000000000002}]},{"osd":3,"last update":"Sat Oct 14 00:00:15 2023","interfaces":[{"interface":"back","average":{"1min":0.59399999999999997,"5min":0.53600000000000003,"15min":0.52600000000000002},"min":{"1min":0.377,"5min":0.375,"15min":0.375},"max":{"1min":1.5609999999999999,"5min":1.5609999999999999,"15min":1.5609999999999999},"last":0.67300000000000004},{"interface":"front","average":{"1min":0.58099999999999996,"5min":0.505,"15min":0.49299999999999999},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":1.704,"5min":1.704,"15min":1.704},"last":0.56799999999999995}]},{"osd":4,"last update":"Sat Oct 14 00:00:33 2023","interfaces":[{"interface":"back","average":{"1min":0.68000000000000005,"5min":0.60999999999999999,"15min":0.59799999999999998},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":1.254,"5min":1.254,"15min":1.254},"last":0.80500000000000005},{"interface":"front","average":{"1min":0.79000000000000004,"5min":0.67900000000000005,"15min":0.66100000000000003},"min":{"1min":0.48299999999999998,"5min":0.46700000000000003,"15min":0.46700000000000003},"max":{"1min":1.4790000000000001,"5min":1.4790000000000001,"15min":1.4790000000000001},"last":0.83099999999999996}]},{"osd":5,"last update":"Fri Oct 13 23:59:47 2023","interfaces":[{"interface":"back","average":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"min":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"max":{"1min":0.90200000000000002,"5min":0.90200000000000002,"15min":0.90200000000000002},"last":0.78100000000000003},{"interface":"front","average":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"min":{"1min":0.435,"5min":0.435,"15min":0.435},"max":{"1min":0.91600000000000004,"5min":0.91600000000000004,"15min":0.91600000000000004},"last":0.81699999999999995}]},{"osd":6,"last update":"Sat Oct 14 00:00:03 2023","interfaces":[{"interface":"back","average":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"min":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"max":{"1min":0.94199999999999995,"5min":0.94199999999999995,"15min":0.94199999999999995},"last":0.874},{"interface":"front","average":{"1min":0.70199999999999996,"5min":0.70199999999999996,"15min":0.70199999999999996},"min":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":1.0169999999999999,"5min":1.0169999999999999,"15min":1.0169999999999999},"last":0.86099999999999999}]},{"osd":7,"last update":"Sat Oct 14 00:00:19 2023","interfaces":[{"interface":"back","average":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"min":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"max":{"1min":1.7969999999999999,"5min":1.7969999999999999,"15min":1.7969999999999999},"last":0.745},{"interface":"front","average":{"1min":0.746,"5min":0.746,"15min":0.746},"min":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"max":{"1min":1.3260000000000001,"5min":1.3260000000000001,"15min":1.3260000000000001},"last":0.84499999999999997}]}]},{"osd":3,"up_from":24,"seq":103079215135,"num_pgs":36,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297932,"kb_used_data":644,"kb_used_omap":0,"kb_used_meta":297280,"kb_avail":93447220,"statfs":{"total":95995035648,"available":95689953280,"internally_reserved":0,"allocated":659456,"data_stored":278145,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304414720},"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 Oct 14 00:00:16 2023","interfaces":[{"interface":"back","average":{"1min":0.45000000000000001,"5min":0.42599999999999999,"15min":0.42199999999999999},"min":{"1min":0.32100000000000001,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.432},{"interface":"front","average":{"1min":0.46100000000000002,"5min":0.47999999999999998,"15min":0.48299999999999998},"min":{"1min":0.32800000000000001,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.63600000000000001,"5min":0.872,"15min":0.872},"last":0.371}]},{"osd":1,"last update":"Sat Oct 14 00:00:16 2023","interfaces":[{"interface":"back","average":{"1min":0.45800000000000002,"5min":0.46999999999999997,"15min":0.47199999999999998},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"last":0.45900000000000002},{"interface":"front","average":{"1min":0.50600000000000001,"5min":0.49199999999999999,"15min":0.48999999999999999},"min":{"1min":0.35299999999999998,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"last":0.51500000000000001}]},{"osd":2,"last update":"Sat Oct 14 00:00:16 2023","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":1,"5min":1,"15min":1},"last":0.48599999999999999},{"interface":"front","average":{"1min":0.50800000000000001,"5min":0.51800000000000002,"15min":0.52000000000000002},"min":{"1min":0.39900000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.73799999999999999,"5min":0.81100000000000005,"15min":0.81100000000000005},"last":2.0369999999999999}]},{"osd":4,"last update":"Sat Oct 14 00:00:30 2023","interfaces":[{"interface":"back","average":{"1min":0.624,"5min":0.61599999999999999,"15min":0.61499999999999999},"min":{"1min":0.44800000000000001,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.85799999999999998,"5min":1.034,"15min":1.034},"last":0.56299999999999994},{"interface":"front","average":{"1min":0.65700000000000003,"5min":0.629,"15min":0.625},"min":{"1min":0.44600000000000001,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.96599999999999997,"5min":0.96699999999999997,"15min":0.96699999999999997},"last":0.752}]},{"osd":5,"last update":"Fri Oct 13 23:59:48 2023","interfaces":[{"interface":"back","average":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"min":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"max":{"1min":0.98499999999999999,"5min":0.98499999999999999,"15min":0.98499999999999999},"last":0.73699999999999999},{"interface":"front","average":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"min":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"max":{"1min":0.85899999999999999,"5min":0.85899999999999999,"15min":0.85899999999999999},"last":0.68899999999999995}]},{"osd":6,"last update":"Sat Oct 14 00:00:07 2023","interfaces":[{"interface":"back","average":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"min":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":1.0669999999999999,"5min":1.0669999999999999,"15min":1.0669999999999999},"last":0.60699999999999998},{"interface":"front","average":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"min":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"max":{"1min":1,"5min":1,"15min":1},"last":0.72099999999999997}]},{"osd":7,"last update":"Sat Oct 14 00:00:21 2023","interfaces":[{"interface":"back","average":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"min":{"1min":0.5,"5min":0.5,"15min":0.5},"max":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"last":0.63300000000000001},{"interface":"front","average":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"min":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"max":{"1min":0.92400000000000004,"5min":0.92400000000000004,"15min":0.92400000000000004},"last":0.69999999999999996}]}]},{"osd":4,"up_from":29,"seq":124554051610,"num_pgs":41,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297928,"kb_used_data":640,"kb_used_omap":0,"kb_used_meta":297280,"kb_avail":93447224,"statfs":{"total":95995035648,"available":95689957376,"internally_reserved":0,"allocated":655360,"data_stored":276395,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304414720},"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 Oct 14 00:00:29 2023","interfaces":[{"interface":"back","average":{"1min":0.46800000000000003,"5min":0.56399999999999995,"15min":0.57999999999999996},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.66700000000000004,"5min":0.88500000000000001,"15min":0.88500000000000001},"last":0.40200000000000002},{"interface":"front","average":{"1min":0.52200000000000002,"5min":0.57799999999999996,"15min":0.58799999999999997},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.71699999999999997,"5min":0.86199999999999999,"15min":0.86199999999999999},"last":0.435}]},{"osd":1,"last update":"Sat Oct 14 00:00:29 2023","interfaces":[{"interface":"back","average":{"1min":0.48099999999999998,"5min":0.54100000000000004,"15min":0.55100000000000005},"min":{"1min":0.35899999999999999,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.70199999999999996,"5min":0.91100000000000003,"15min":0.91100000000000003},"last":0.45900000000000002},{"interface":"front","average":{"1min":0.49099999999999999,"5min":0.57099999999999995,"15min":0.58499999999999996},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":0.65200000000000002,"5min":0.871,"15min":0.871},"last":0.46600000000000003}]},{"osd":2,"last update":"Sat Oct 14 00:00:29 2023","interfaces":[{"interface":"back","average":{"1min":0.51100000000000001,"5min":0.57099999999999995,"15min":0.58099999999999996},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.64000000000000001,"5min":0.95099999999999996,"15min":0.95099999999999996},"last":0.57999999999999996},{"interface":"front","average":{"1min":0.52600000000000002,"5min":0.55200000000000005,"15min":0.55600000000000005},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.68300000000000005,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.60599999999999998}]},{"osd":3,"last update":"Sat Oct 14 00:00:29 2023","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.55900000000000005,"15min":0.56699999999999995},"min":{"1min":0.37,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.65000000000000002,"5min":0.93600000000000005,"15min":0.93600000000000005},"last":0.54600000000000004},{"interface":"front","average":{"1min":0.53600000000000003,"5min":0.57099999999999995,"15min":0.57699999999999996},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.71999999999999997,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":0.53100000000000003}]},{"osd":5,"last update":"Fri Oct 13 23:59:47 2023","interfaces":[{"interface":"back","average":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.64000000000000001},{"interface":"front","average":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.65300000000000002}]},{"osd":6,"last update":"Sat Oct 14 00:00:05 2023","interfaces":[{"interface":"back","average":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.56799999999999995},{"interface":"front","average":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.68000000000000005}]},{"osd":7,"last update":"Sat Oct 14 00:00:20 2023","interfaces":[{"interface":"back","average":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.81999999999999995,"5min":0.81999999999999995,"15min":0.81999999999999995},"last":0.69599999999999995},{"interface":"front","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"last":0.66700000000000004}]}]},{"osd":5,"up_from":36,"seq":154618822680,"num_pgs":42,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297920,"kb_used_data":632,"kb_used_omap":0,"kb_used_meta":297280,"kb_avail":93447232,"statfs":{"total":95995035648,"available":95689965568,"internally_reserved":0,"allocated":647168,"data_stored":277565,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304414720},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Oct 13 23:59:46 2023","interfaces":[{"interface":"back","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.754,"5min":0.754,"15min":0.754},"last":0.83499999999999996},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":0.72199999999999998,"5min":0.72199999999999998,"15min":0.72199999999999998},"last":0.85199999999999998}]},{"osd":1,"last update":"Fri Oct 13 23:59:46 2023","interfaces":[{"interface":"back","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"last":0.65600000000000003},{"interface":"front","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.81999999999999995}]},{"osd":2,"last update":"Fri Oct 13 23:59:46 2023","interfaces":[{"interface":"back","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.65000000000000002},{"interface":"front","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.80400000000000005}]},{"osd":3,"last update":"Fri Oct 13 23:59:46 2023","interfaces":[{"interface":"back","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"max":{"1min":0.755,"5min":0.755,"15min":0.755},"last":0.626},{"interface":"front","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.80500000000000005,"5min":0.80500000000000005,"15min":0.80500000000000005},"last":0.76700000000000002}]},{"osd":4,"last update":"Fri Oct 13 23:59:46 2023","interfaces":[{"interface":"back","average":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.495},{"interface":"front","average":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"min":{"1min":0.24099999999999999,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.41999999999999998}]},{"osd":6,"last update":"Sat Oct 14 00:00:03 2023","interfaces":[{"interface":"back","average":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"last":0.45300000000000001},{"interface":"front","average":{"1min":0.434,"5min":0.434,"15min":0.434},"min":{"1min":0.27900000000000003,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.79600000000000004,"5min":0.79600000000000004,"15min":0.79600000000000004},"last":0.46899999999999997}]},{"osd":7,"last update":"Sat Oct 14 00:00:24 2023","interfaces":[{"interface":"back","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.54100000000000004},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.52900000000000003}]}]}],"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-10-14T00:00:37.255 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-10-14T00:00:37.255 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-10-14T00:00:37.255 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-10-14T00:00:37.256 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph health --format=json 2023-10-14T00:00:37.671 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-14T00:00:37.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:37 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:37.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:37 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:37.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:37 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:37.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:37 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:37.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:37 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:37.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:37 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:38.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:38 smithi055 ceph-mon[124249]: from='client.24695 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-14T00:00:38.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:38 smithi055 ceph-mon[124249]: pgmap v21: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:00:38.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:38 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:38.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:38 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:38.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:38 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:00:38.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:38 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:00:38.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:38 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:38.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:38 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:38.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:38 smithi055 ceph-mon[110989]: from='client.24695 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-14T00:00:38.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:38 smithi055 ceph-mon[110989]: pgmap v21: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:00:38.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:38 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:38.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:38 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:38.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:38 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:00:38.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:38 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:00:38.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:38 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:38.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:38 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:38.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:38 smithi082 ceph-mon[116307]: from='client.24695 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-14T00:00:38.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:38 smithi082 ceph-mon[116307]: pgmap v21: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:00:38.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:38 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:38.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:38 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:38.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:38 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:00:38.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:38 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:00:38.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:38 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:38.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:38 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:39.487 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-14T00:00:39.488 INFO:teuthology.orchestra.run.smithi055.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-10-14T00:00:39.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:39 smithi055 ceph-mon[124249]: Reconfiguring alertmanager.a (dependencies changed)... 2023-10-14T00:00:39.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:39 smithi055 ceph-mon[124249]: Reconfiguring daemon alertmanager.a on smithi055 2023-10-14T00:00:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:39 smithi055 ceph-mon[110989]: Reconfiguring alertmanager.a (dependencies changed)... 2023-10-14T00:00:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:39 smithi055 ceph-mon[110989]: Reconfiguring daemon alertmanager.a on smithi055 2023-10-14T00:00:39.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:39 smithi082 ceph-mon[116307]: Reconfiguring alertmanager.a (dependencies changed)... 2023-10-14T00:00:39.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:39 smithi082 ceph-mon[116307]: Reconfiguring daemon alertmanager.a on smithi055 2023-10-14T00:00:39.907 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-10-14T00:00:39.907 DEBUG:teuthology.orchestra.run.smithi055:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd dump --format=json 2023-10-14T00:00:40.267 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:00:40 smithi055 systemd[1]: Stopping Ceph alertmanager.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:00:40.291 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-14T00:00:40.292 INFO:teuthology.orchestra.run.smithi055.stdout:{"epoch":63,"fsid":"db84ebe0-6a23-11ee-8db6-212e2dc638e7","created":"2023-10-13T23:55:30.731380+0000","modified":"2023-10-14T00:00:04.743405+0000","last_up_change":"2023-10-13T23:59:19.308317+0000","last_in_change":"2023-10-13T23:59:04.836217+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-10-13T23:57:56.647311+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}},{"pool":2,"pool_name":"cephfs_metadata","create_time":"2023-10-13T23:59:32.323941+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":"58","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-10-13T23:59:33.509551+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":"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"}}},{"pool":4,"pool_name":"rbd","create_time":"2023-10-14T00:00:01.551934+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":"d28170b1-0144-410a-a466-99da11b43cad","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":60,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6802","nonce":4207389270},{"type":"v1","addr":"172.21.15.55:6803","nonce":4207389270}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6804","nonce":4207389270},{"type":"v1","addr":"172.21.15.55:6805","nonce":4207389270}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6808","nonce":4207389270},{"type":"v1","addr":"172.21.15.55:6809","nonce":4207389270}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6806","nonce":4207389270},{"type":"v1","addr":"172.21.15.55:6807","nonce":4207389270}]},"public_addr":"172.21.15.55:6803/4207389270","cluster_addr":"172.21.15.55:6805/4207389270","heartbeat_back_addr":"172.21.15.55:6809/4207389270","heartbeat_front_addr":"172.21.15.55:6807/4207389270","state":["exists","up"]},{"osd":1,"uuid":"42e1cf0f-2803-4d75-9383-a2dc5932e973","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":60,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6810","nonce":1792343124},{"type":"v1","addr":"172.21.15.55:6811","nonce":1792343124}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6812","nonce":1792343124},{"type":"v1","addr":"172.21.15.55:6813","nonce":1792343124}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6816","nonce":1792343124},{"type":"v1","addr":"172.21.15.55:6817","nonce":1792343124}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6814","nonce":1792343124},{"type":"v1","addr":"172.21.15.55:6815","nonce":1792343124}]},"public_addr":"172.21.15.55:6811/1792343124","cluster_addr":"172.21.15.55:6813/1792343124","heartbeat_back_addr":"172.21.15.55:6817/1792343124","heartbeat_front_addr":"172.21.15.55:6815/1792343124","state":["exists","up"]},{"osd":2,"uuid":"e6270b89-2967-4635-a4cb-4b0b4f08e40c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6818","nonce":3092175114},{"type":"v1","addr":"172.21.15.55:6819","nonce":3092175114}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6820","nonce":3092175114},{"type":"v1","addr":"172.21.15.55:6821","nonce":3092175114}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6824","nonce":3092175114},{"type":"v1","addr":"172.21.15.55:6825","nonce":3092175114}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6822","nonce":3092175114},{"type":"v1","addr":"172.21.15.55:6823","nonce":3092175114}]},"public_addr":"172.21.15.55:6819/3092175114","cluster_addr":"172.21.15.55:6821/3092175114","heartbeat_back_addr":"172.21.15.55:6825/3092175114","heartbeat_front_addr":"172.21.15.55:6823/3092175114","state":["exists","up"]},{"osd":3,"uuid":"2322d5af-ceaa-4906-9470-cc560f3c8649","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":60,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6826","nonce":2991376783},{"type":"v1","addr":"172.21.15.55:6827","nonce":2991376783}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6828","nonce":2991376783},{"type":"v1","addr":"172.21.15.55:6829","nonce":2991376783}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6832","nonce":2991376783},{"type":"v1","addr":"172.21.15.55:6833","nonce":2991376783}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6830","nonce":2991376783},{"type":"v1","addr":"172.21.15.55:6831","nonce":2991376783}]},"public_addr":"172.21.15.55:6827/2991376783","cluster_addr":"172.21.15.55:6829/2991376783","heartbeat_back_addr":"172.21.15.55:6833/2991376783","heartbeat_front_addr":"172.21.15.55:6831/2991376783","state":["exists","up"]},{"osd":4,"uuid":"73a6a3d7-af46-4628-b8f7-cf8457eb50a6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":60,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6800","nonce":4217660778},{"type":"v1","addr":"172.21.15.82:6801","nonce":4217660778}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6802","nonce":4217660778},{"type":"v1","addr":"172.21.15.82:6803","nonce":4217660778}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6806","nonce":4217660778},{"type":"v1","addr":"172.21.15.82:6807","nonce":4217660778}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6804","nonce":4217660778},{"type":"v1","addr":"172.21.15.82:6805","nonce":4217660778}]},"public_addr":"172.21.15.82:6801/4217660778","cluster_addr":"172.21.15.82:6803/4217660778","heartbeat_back_addr":"172.21.15.82:6807/4217660778","heartbeat_front_addr":"172.21.15.82:6805/4217660778","state":["exists","up"]},{"osd":5,"uuid":"bc73dbc6-78da-45a3-98a0-bfa2485d547a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6808","nonce":1916158445},{"type":"v1","addr":"172.21.15.82:6809","nonce":1916158445}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6810","nonce":1916158445},{"type":"v1","addr":"172.21.15.82:6811","nonce":1916158445}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6814","nonce":1916158445},{"type":"v1","addr":"172.21.15.82:6815","nonce":1916158445}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6812","nonce":1916158445},{"type":"v1","addr":"172.21.15.82:6813","nonce":1916158445}]},"public_addr":"172.21.15.82:6809/1916158445","cluster_addr":"172.21.15.82:6811/1916158445","heartbeat_back_addr":"172.21.15.82:6815/1916158445","heartbeat_front_addr":"172.21.15.82:6813/1916158445","state":["exists","up"]},{"osd":6,"uuid":"ed1ff877-27d3-4531-bb21-39916204267d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":43,"up_thru":60,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6816","nonce":2921610915},{"type":"v1","addr":"172.21.15.82:6817","nonce":2921610915}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6818","nonce":2921610915},{"type":"v1","addr":"172.21.15.82:6819","nonce":2921610915}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6822","nonce":2921610915},{"type":"v1","addr":"172.21.15.82:6823","nonce":2921610915}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6820","nonce":2921610915},{"type":"v1","addr":"172.21.15.82:6821","nonce":2921610915}]},"public_addr":"172.21.15.82:6817/2921610915","cluster_addr":"172.21.15.82:6819/2921610915","heartbeat_back_addr":"172.21.15.82:6823/2921610915","heartbeat_front_addr":"172.21.15.82:6821/2921610915","state":["exists","up"]},{"osd":7,"uuid":"f906cdc1-85ea-4e96-9caa-028afe06e466","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":51,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6824","nonce":4101618271},{"type":"v1","addr":"172.21.15.82:6825","nonce":4101618271}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6826","nonce":4101618271},{"type":"v1","addr":"172.21.15.82:6827","nonce":4101618271}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6830","nonce":4101618271},{"type":"v1","addr":"172.21.15.82:6831","nonce":4101618271}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6828","nonce":4101618271},{"type":"v1","addr":"172.21.15.82:6829","nonce":4101618271}]},"public_addr":"172.21.15.82:6825/4101618271","cluster_addr":"172.21.15.82:6827/4101618271","heartbeat_back_addr":"172.21.15.82:6831/4101618271","heartbeat_front_addr":"172.21.15.82:6829/4101618271","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-10-13T23:57:18.699926+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-10-13T23:57:36.889632+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-10-13T23:57:54.175435+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-10-13T23:58:12.068215+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-10-13T23:58:28.154098+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-10-13T23:58:44.573307+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-10-13T23:59:00.864868+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-10-13T23:59:17.626770+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.55:0/1884369834":"2023-10-15T00:00:03.104242+0000","172.21.15.55:0/4159592334":"2023-10-15T00:00:03.104242+0000","172.21.15.55:6801/2967904605":"2023-10-15T00:00:03.104242+0000","172.21.15.55:6800/2967904605":"2023-10-15T00:00:03.104242+0000","172.21.15.55:0/402042571":"2023-10-15T00:00:03.104242+0000","172.21.15.55:0/2092460180":"2023-10-14T23:56:16.099051+0000","172.21.15.55:0/530723977":"2023-10-14T23:56:16.099051+0000","172.21.15.55:0/537605984":"2023-10-14T23:56:16.099051+0000","172.21.15.55:0/2397783452":"2023-10-14T23:55:55.533134+0000","172.21.15.55:0/170831819":"2023-10-14T23:55:55.533134+0000","172.21.15.55:0/3632410194":"2023-10-14T23:55:55.533134+0000","172.21.15.55:0/2301986186":"2023-10-15T00:00:03.104242+0000","172.21.15.55:6801/3365808168":"2023-10-14T23:56:16.099051+0000","172.21.15.55:6801/850178993":"2023-10-14T23:55:55.533134+0000","172.21.15.55:6800/850178993":"2023-10-14T23:55:55.533134+0000","172.21.15.55:6800/3365808168":"2023-10-14T23:56:16.099051+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-10-14T00:00:40.308 INFO:tasks.cephfs.filesystem.ceph_manager:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-10-13T23:57:56.647311+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '21', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}}, {'pool': 2, 'pool_name': 'cephfs_metadata', 'create_time': '2023-10-13T23:59:32.323941+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': '58', '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-10-13T23:59:33.509551+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': '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.8999999761581421}, 'application_metadata': {'cephfs': {'data': 'cephfs'}}}, {'pool': 4, 'pool_name': 'rbd', 'create_time': '2023-10-14T00:00:01.551934+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-10-14T00:00:40.309 DEBUG:teuthology.orchestra.run.smithi055:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd pool get .mgr pg_num 2023-10-14T00:00:40.569 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:00:40 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-alertmanager-a[161040]: ts=2023-10-14T00:00:40.326Z caller=main.go:583 level=info msg="Received SIGTERM, exiting gracefully..." 2023-10-14T00:00:40.570 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:40 smithi055 ceph-mon[124249]: pgmap v22: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:00:40.571 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:40 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/2215400094' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-10-14T00:00:40.571 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:40 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/2866650938' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-14T00:00:40.571 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:40 smithi055 ceph-mon[110989]: pgmap v22: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:00:40.571 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:40 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/2215400094' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-10-14T00:00:40.572 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:40 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/2866650938' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-14T00:00:40.671 INFO:teuthology.orchestra.run.smithi055.stdout:pg_num: 1 2023-10-14T00:00:40.687 DEBUG:teuthology.orchestra.run.smithi055:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd pool get cephfs_metadata pg_num 2023-10-14T00:00:40.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:40 smithi082 ceph-mon[116307]: pgmap v22: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:00:40.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:40 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/2215400094' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-10-14T00:00:40.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:40 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/2866650938' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-14T00:00:40.904 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:00:40 smithi055 bash[165278]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-alertmanager-a 2023-10-14T00:00:41.091 INFO:teuthology.orchestra.run.smithi055.stdout:pg_num: 32 2023-10-14T00:00:41.107 DEBUG:teuthology.orchestra.run.smithi055:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd pool get cephfs_data pg_num 2023-10-14T00:00:41.266 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:00:40 smithi055 systemd[1]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@alertmanager.a.service: Succeeded. 2023-10-14T00:00:41.267 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:00:40 smithi055 systemd[1]: Stopped Ceph alertmanager.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:00:41.267 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:00:40 smithi055 systemd[1]: Starting Ceph alertmanager.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:00:41.475 INFO:teuthology.orchestra.run.smithi055.stdout:pg_num: 64 2023-10-14T00:00:41.493 DEBUG:teuthology.orchestra.run.smithi055:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd pool get rbd pg_num 2023-10-14T00:00:41.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:41 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/2656630649' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-10-14T00:00:41.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:41 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/1266334644' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "cephfs_metadata", "var": "pg_num"}]: dispatch 2023-10-14T00:00:41.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:41 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:41.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:41 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:41.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:41 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/1550846061' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "cephfs_data", "var": "pg_num"}]: dispatch 2023-10-14T00:00:41.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:41 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/2656630649' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-10-14T00:00:41.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:41 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/1266334644' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "cephfs_metadata", "var": "pg_num"}]: dispatch 2023-10-14T00:00:41.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:41 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:41.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:41 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:41.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:41 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/1550846061' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "cephfs_data", "var": "pg_num"}]: dispatch 2023-10-14T00:00:41.769 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:00:41 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-alertmanager-a[165543]: ts=2023-10-14T00:00:41.360Z caller=main.go:240 level=info msg="Starting Alertmanager" version="(version=0.25.0, branch=HEAD, revision=258fab7cdd551f2cf251ed0348f0ad7289aee789)" 2023-10-14T00:00:41.769 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:00:41 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-alertmanager-a[165543]: ts=2023-10-14T00:00:41.361Z caller=main.go:241 level=info build_context="(go=go1.19.4, user=root@abe866dd5717, date=20221222-14:51:36)" 2023-10-14T00:00:41.770 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:00:41 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-alertmanager-a[165543]: ts=2023-10-14T00:00:41.362Z caller=cluster.go:185 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.55 port=9094 2023-10-14T00:00:41.770 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:00:41 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-alertmanager-a[165543]: ts=2023-10-14T00:00:41.364Z caller=cluster.go:681 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2023-10-14T00:00:41.770 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:00:41 smithi055 bash[165481]: d488f4ce2e1fb7fae70f698eb29932c56b4140f89e5ddf5761b354515279de93 2023-10-14T00:00:41.770 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:00:41 smithi055 systemd[1]: Started Ceph alertmanager.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:00:41.770 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:00:41 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-alertmanager-a[165543]: ts=2023-10-14T00:00:41.392Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2023-10-14T00:00:41.771 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:00:41 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-alertmanager-a[165543]: ts=2023-10-14T00:00:41.393Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2023-10-14T00:00:41.771 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:00:41 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-alertmanager-a[165543]: ts=2023-10-14T00:00:41.396Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9093 2023-10-14T00:00:41.771 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:00:41 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-alertmanager-a[165543]: ts=2023-10-14T00:00:41.396Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9093 2023-10-14T00:00:41.845 INFO:teuthology.orchestra.run.smithi055.stdout:pg_num: 8 2023-10-14T00:00:41.861 DEBUG:teuthology.orchestra.run.smithi055:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph fs dump --format=json 2023-10-14T00:00:41.874 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:41 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/2656630649' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-10-14T00:00:41.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:41 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/1266334644' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "cephfs_metadata", "var": "pg_num"}]: dispatch 2023-10-14T00:00:41.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:41 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:41.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:41 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:41.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:41 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/1550846061' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "cephfs_data", "var": "pg_num"}]: dispatch 2023-10-14T00:00:42.259 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-14T00:00:42.259 INFO:teuthology.orchestra.run.smithi055.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":14472,"name":"a","rank":-1,"incarnation":0,"state":"up:standby","state_seq":1,"addr":"172.21.15.55:6835/488392878","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6834","nonce":488392878},{"type":"v1","addr":"172.21.15.55:6835","nonce":488392878}]},"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-10-13T23:59:34.127848+0000","modified":"2023-10-13T23:59:37.737671+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":24376},"failed":[],"damaged":[],"stopped":[],"info":{"gid_24376":{"gid":24376,"name":"b","rank":0,"incarnation":4,"state":"up:active","state_seq":3,"addr":"172.21.15.82:6833/2924660589","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6832","nonce":2924660589},{"type":"v1","addr":"172.21.15.82:6833","nonce":2924660589}]},"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-10-14T00:00:42.262 INFO:teuthology.orchestra.run.smithi055.stderr:dumped fsmap epoch 8 2023-10-14T00:00:42.275 DEBUG:teuthology.orchestra.run.smithi055:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd dump --format=json 2023-10-14T00:00:42.528 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:42 smithi055 ceph-mon[110989]: pgmap v23: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:00:42.528 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:42 smithi055 ceph-mon[110989]: Reconfiguring prometheus.a (dependencies changed)... 2023-10-14T00:00:42.528 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:42 smithi055 ceph-mon[110989]: Reconfiguring daemon prometheus.a on smithi082 2023-10-14T00:00:42.528 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:42 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/3646790795' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "rbd", "var": "pg_num"}]: dispatch 2023-10-14T00:00:42.529 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:42 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/4210396001' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2023-10-14T00:00:42.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:42 smithi082 ceph-mon[116307]: pgmap v23: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:00:42.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:42 smithi082 ceph-mon[116307]: Reconfiguring prometheus.a (dependencies changed)... 2023-10-14T00:00:42.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:42 smithi082 ceph-mon[116307]: Reconfiguring daemon prometheus.a on smithi082 2023-10-14T00:00:42.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:42 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/3646790795' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "rbd", "var": "pg_num"}]: dispatch 2023-10-14T00:00:42.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:42 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/4210396001' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2023-10-14T00:00:42.626 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-14T00:00:42.627 INFO:teuthology.orchestra.run.smithi055.stdout:{"epoch":63,"fsid":"db84ebe0-6a23-11ee-8db6-212e2dc638e7","created":"2023-10-13T23:55:30.731380+0000","modified":"2023-10-14T00:00:04.743405+0000","last_up_change":"2023-10-13T23:59:19.308317+0000","last_in_change":"2023-10-13T23:59:04.836217+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-10-13T23:57:56.647311+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}},{"pool":2,"pool_name":"cephfs_metadata","create_time":"2023-10-13T23:59:32.323941+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":"58","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-10-13T23:59:33.509551+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":"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"}}},{"pool":4,"pool_name":"rbd","create_time":"2023-10-14T00:00:01.551934+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":"d28170b1-0144-410a-a466-99da11b43cad","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":60,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6802","nonce":4207389270},{"type":"v1","addr":"172.21.15.55:6803","nonce":4207389270}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6804","nonce":4207389270},{"type":"v1","addr":"172.21.15.55:6805","nonce":4207389270}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6808","nonce":4207389270},{"type":"v1","addr":"172.21.15.55:6809","nonce":4207389270}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6806","nonce":4207389270},{"type":"v1","addr":"172.21.15.55:6807","nonce":4207389270}]},"public_addr":"172.21.15.55:6803/4207389270","cluster_addr":"172.21.15.55:6805/4207389270","heartbeat_back_addr":"172.21.15.55:6809/4207389270","heartbeat_front_addr":"172.21.15.55:6807/4207389270","state":["exists","up"]},{"osd":1,"uuid":"42e1cf0f-2803-4d75-9383-a2dc5932e973","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":60,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6810","nonce":1792343124},{"type":"v1","addr":"172.21.15.55:6811","nonce":1792343124}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6812","nonce":1792343124},{"type":"v1","addr":"172.21.15.55:6813","nonce":1792343124}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6816","nonce":1792343124},{"type":"v1","addr":"172.21.15.55:6817","nonce":1792343124}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6814","nonce":1792343124},{"type":"v1","addr":"172.21.15.55:6815","nonce":1792343124}]},"public_addr":"172.21.15.55:6811/1792343124","cluster_addr":"172.21.15.55:6813/1792343124","heartbeat_back_addr":"172.21.15.55:6817/1792343124","heartbeat_front_addr":"172.21.15.55:6815/1792343124","state":["exists","up"]},{"osd":2,"uuid":"e6270b89-2967-4635-a4cb-4b0b4f08e40c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6818","nonce":3092175114},{"type":"v1","addr":"172.21.15.55:6819","nonce":3092175114}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6820","nonce":3092175114},{"type":"v1","addr":"172.21.15.55:6821","nonce":3092175114}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6824","nonce":3092175114},{"type":"v1","addr":"172.21.15.55:6825","nonce":3092175114}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6822","nonce":3092175114},{"type":"v1","addr":"172.21.15.55:6823","nonce":3092175114}]},"public_addr":"172.21.15.55:6819/3092175114","cluster_addr":"172.21.15.55:6821/3092175114","heartbeat_back_addr":"172.21.15.55:6825/3092175114","heartbeat_front_addr":"172.21.15.55:6823/3092175114","state":["exists","up"]},{"osd":3,"uuid":"2322d5af-ceaa-4906-9470-cc560f3c8649","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":60,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6826","nonce":2991376783},{"type":"v1","addr":"172.21.15.55:6827","nonce":2991376783}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6828","nonce":2991376783},{"type":"v1","addr":"172.21.15.55:6829","nonce":2991376783}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6832","nonce":2991376783},{"type":"v1","addr":"172.21.15.55:6833","nonce":2991376783}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6830","nonce":2991376783},{"type":"v1","addr":"172.21.15.55:6831","nonce":2991376783}]},"public_addr":"172.21.15.55:6827/2991376783","cluster_addr":"172.21.15.55:6829/2991376783","heartbeat_back_addr":"172.21.15.55:6833/2991376783","heartbeat_front_addr":"172.21.15.55:6831/2991376783","state":["exists","up"]},{"osd":4,"uuid":"73a6a3d7-af46-4628-b8f7-cf8457eb50a6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":60,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6800","nonce":4217660778},{"type":"v1","addr":"172.21.15.82:6801","nonce":4217660778}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6802","nonce":4217660778},{"type":"v1","addr":"172.21.15.82:6803","nonce":4217660778}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6806","nonce":4217660778},{"type":"v1","addr":"172.21.15.82:6807","nonce":4217660778}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6804","nonce":4217660778},{"type":"v1","addr":"172.21.15.82:6805","nonce":4217660778}]},"public_addr":"172.21.15.82:6801/4217660778","cluster_addr":"172.21.15.82:6803/4217660778","heartbeat_back_addr":"172.21.15.82:6807/4217660778","heartbeat_front_addr":"172.21.15.82:6805/4217660778","state":["exists","up"]},{"osd":5,"uuid":"bc73dbc6-78da-45a3-98a0-bfa2485d547a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6808","nonce":1916158445},{"type":"v1","addr":"172.21.15.82:6809","nonce":1916158445}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6810","nonce":1916158445},{"type":"v1","addr":"172.21.15.82:6811","nonce":1916158445}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6814","nonce":1916158445},{"type":"v1","addr":"172.21.15.82:6815","nonce":1916158445}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6812","nonce":1916158445},{"type":"v1","addr":"172.21.15.82:6813","nonce":1916158445}]},"public_addr":"172.21.15.82:6809/1916158445","cluster_addr":"172.21.15.82:6811/1916158445","heartbeat_back_addr":"172.21.15.82:6815/1916158445","heartbeat_front_addr":"172.21.15.82:6813/1916158445","state":["exists","up"]},{"osd":6,"uuid":"ed1ff877-27d3-4531-bb21-39916204267d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":43,"up_thru":60,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6816","nonce":2921610915},{"type":"v1","addr":"172.21.15.82:6817","nonce":2921610915}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6818","nonce":2921610915},{"type":"v1","addr":"172.21.15.82:6819","nonce":2921610915}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6822","nonce":2921610915},{"type":"v1","addr":"172.21.15.82:6823","nonce":2921610915}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6820","nonce":2921610915},{"type":"v1","addr":"172.21.15.82:6821","nonce":2921610915}]},"public_addr":"172.21.15.82:6817/2921610915","cluster_addr":"172.21.15.82:6819/2921610915","heartbeat_back_addr":"172.21.15.82:6823/2921610915","heartbeat_front_addr":"172.21.15.82:6821/2921610915","state":["exists","up"]},{"osd":7,"uuid":"f906cdc1-85ea-4e96-9caa-028afe06e466","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":51,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6824","nonce":4101618271},{"type":"v1","addr":"172.21.15.82:6825","nonce":4101618271}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6826","nonce":4101618271},{"type":"v1","addr":"172.21.15.82:6827","nonce":4101618271}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6830","nonce":4101618271},{"type":"v1","addr":"172.21.15.82:6831","nonce":4101618271}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6828","nonce":4101618271},{"type":"v1","addr":"172.21.15.82:6829","nonce":4101618271}]},"public_addr":"172.21.15.82:6825/4101618271","cluster_addr":"172.21.15.82:6827/4101618271","heartbeat_back_addr":"172.21.15.82:6831/4101618271","heartbeat_front_addr":"172.21.15.82:6829/4101618271","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-10-13T23:57:18.699926+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-10-13T23:57:36.889632+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-10-13T23:57:54.175435+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-10-13T23:58:12.068215+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-10-13T23:58:28.154098+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-10-13T23:58:44.573307+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-10-13T23:59:00.864868+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-10-13T23:59:17.626770+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.55:0/1884369834":"2023-10-15T00:00:03.104242+0000","172.21.15.55:0/4159592334":"2023-10-15T00:00:03.104242+0000","172.21.15.55:6801/2967904605":"2023-10-15T00:00:03.104242+0000","172.21.15.55:6800/2967904605":"2023-10-15T00:00:03.104242+0000","172.21.15.55:0/402042571":"2023-10-15T00:00:03.104242+0000","172.21.15.55:0/2092460180":"2023-10-14T23:56:16.099051+0000","172.21.15.55:0/530723977":"2023-10-14T23:56:16.099051+0000","172.21.15.55:0/537605984":"2023-10-14T23:56:16.099051+0000","172.21.15.55:0/2397783452":"2023-10-14T23:55:55.533134+0000","172.21.15.55:0/170831819":"2023-10-14T23:55:55.533134+0000","172.21.15.55:0/3632410194":"2023-10-14T23:55:55.533134+0000","172.21.15.55:0/2301986186":"2023-10-15T00:00:03.104242+0000","172.21.15.55:6801/3365808168":"2023-10-14T23:56:16.099051+0000","172.21.15.55:6801/850178993":"2023-10-14T23:55:55.533134+0000","172.21.15.55:6800/850178993":"2023-10-14T23:55:55.533134+0000","172.21.15.55:6800/3365808168":"2023-10-14T23:56:16.099051+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-10-14T00:00:42.643 INFO:tasks.cephfs.filesystem.ceph_manager:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-10-13T23:57:56.647311+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '21', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}}, {'pool': 2, 'pool_name': 'cephfs_metadata', 'create_time': '2023-10-13T23:59:32.323941+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': '58', '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-10-13T23:59:33.509551+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': '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.8999999761581421}, 'application_metadata': {'cephfs': {'data': 'cephfs'}}}, {'pool': 4, 'pool_name': 'rbd', 'create_time': '2023-10-14T00:00:01.551934+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-10-14T00:00:42.644 DEBUG:teuthology.orchestra.run.smithi055:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd pool get .mgr pg_num 2023-10-14T00:00:42.994 INFO:teuthology.orchestra.run.smithi055.stdout:pg_num: 1 2023-10-14T00:00:43.009 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:42 smithi055 ceph-mon[124249]: pgmap v23: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:00:43.010 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:42 smithi055 ceph-mon[124249]: Reconfiguring prometheus.a (dependencies changed)... 2023-10-14T00:00:43.010 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:42 smithi055 ceph-mon[124249]: Reconfiguring daemon prometheus.a on smithi082 2023-10-14T00:00:43.010 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:42 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/3646790795' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "rbd", "var": "pg_num"}]: dispatch 2023-10-14T00:00:43.010 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:42 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/4210396001' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2023-10-14T00:00:43.011 DEBUG:teuthology.orchestra.run.smithi055:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd pool get cephfs_metadata pg_num 2023-10-14T00:00:43.359 INFO:teuthology.orchestra.run.smithi055.stdout:pg_num: 32 2023-10-14T00:00:43.375 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:00:43 smithi082 systemd[1]: Stopping Ceph prometheus.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:00:43.376 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:00:43 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[150411]: ts=2023-10-14T00:00:43.257Z caller=main.go:840 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-10-14T00:00:43.376 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:00:43 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[150411]: ts=2023-10-14T00:00:43.257Z caller=main.go:864 level=info msg="Stopping scrape discovery manager..." 2023-10-14T00:00:43.376 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:00:43 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[150411]: ts=2023-10-14T00:00:43.257Z caller=main.go:878 level=info msg="Stopping notify discovery manager..." 2023-10-14T00:00:43.377 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:00:43 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[150411]: ts=2023-10-14T00:00:43.257Z caller=manager.go:988 level=info component="rule manager" msg="Stopping rule manager..." 2023-10-14T00:00:43.377 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:00:43 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[150411]: ts=2023-10-14T00:00:43.257Z caller=main.go:860 level=info msg="Scrape discovery manager stopped" 2023-10-14T00:00:43.377 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:00:43 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[150411]: ts=2023-10-14T00:00:43.257Z caller=main.go:874 level=info msg="Notify discovery manager stopped" 2023-10-14T00:00:43.378 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:00:43 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[150411]: ts=2023-10-14T00:00:43.257Z caller=manager.go:998 level=info component="rule manager" msg="Rule manager stopped" 2023-10-14T00:00:43.378 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:00:43 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[150411]: ts=2023-10-14T00:00:43.257Z caller=main.go:915 level=info msg="Stopping scrape manager..." 2023-10-14T00:00:43.378 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:00:43 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[150411]: ts=2023-10-14T00:00:43.257Z caller=main.go:907 level=info msg="Scrape manager stopped" 2023-10-14T00:00:43.379 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:00:43 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[150411]: ts=2023-10-14T00:00:43.258Z caller=notifier.go:606 level=info component=notifier msg="Stopping notification manager..." 2023-10-14T00:00:43.379 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:00:43 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[150411]: ts=2023-10-14T00:00:43.258Z caller=main.go:1135 level=info msg="Notifier manager stopped" 2023-10-14T00:00:43.379 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:00:43 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[150411]: ts=2023-10-14T00:00:43.258Z caller=main.go:1147 level=info msg="See you next time!" 2023-10-14T00:00:43.381 DEBUG:teuthology.orchestra.run.smithi055:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd pool get cephfs_data pg_num 2023-10-14T00:00:43.670 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:00:43 smithi082 bash[153787]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a 2023-10-14T00:00:43.671 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:43 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/1177419488' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-14T00:00:43.671 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:43 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/3886729818' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-10-14T00:00:43.671 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:43 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/1043997214' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "cephfs_metadata", "var": "pg_num"}]: dispatch 2023-10-14T00:00:43.731 INFO:teuthology.orchestra.run.smithi055.stdout:pg_num: 64 2023-10-14T00:00:43.745 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:00:43 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-alertmanager-a[165543]: ts=2023-10-14T00:00:43.364Z caller=cluster.go:706 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.00039443s 2023-10-14T00:00:43.746 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:43 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/1177419488' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-14T00:00:43.746 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:43 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/3886729818' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-10-14T00:00:43.747 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:43 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/1043997214' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "cephfs_metadata", "var": "pg_num"}]: dispatch 2023-10-14T00:00:43.747 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:43 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/1177419488' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-14T00:00:43.747 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:43 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/3886729818' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-10-14T00:00:43.747 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:43 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/1043997214' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "cephfs_metadata", "var": "pg_num"}]: dispatch 2023-10-14T00:00:43.748 DEBUG:teuthology.orchestra.run.smithi055:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd pool get rbd pg_num 2023-10-14T00:00:43.962 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:00:43 smithi082 systemd[1]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@prometheus.a.service: Succeeded. 2023-10-14T00:00:43.963 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:00:43 smithi082 systemd[1]: Stopped Ceph prometheus.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:00:43.963 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:00:43 smithi082 systemd[1]: Starting Ceph prometheus.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:00:44.115 INFO:teuthology.orchestra.run.smithi055.stdout:pg_num: 8 2023-10-14T00:00:44.133 DEBUG:teuthology.orchestra.run.smithi055:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph fs dump --format=json 2023-10-14T00:00:44.375 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:00:43 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[153911]: ts=2023-10-14T00:00:43.962Z caller=main.go:564 level=info msg="Starting Prometheus Server" mode=server version="(version=2.43.0, branch=HEAD, revision=edfc3bcd025dd6fe296c167a14a216cab1e552ee)" 2023-10-14T00:00:44.376 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:00:43 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[153911]: ts=2023-10-14T00:00:43.962Z 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-10-14T00:00:44.376 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:00:43 smithi082 bash[153897]: 8b24a676fee5f328b362ad3c3f0f1312e784149d5eb2e38a43ae2db1e1f68814 2023-10-14T00:00:44.376 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:00:43 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[153911]: ts=2023-10-14T00:00:43.962Z caller=main.go:570 level=info host_details="(Linux 4.18.0-516.el8.x86_64 #1 SMP Mon Oct 2 13:45:04 UTC 2023 x86_64 smithi082 (none))" 2023-10-14T00:00:44.376 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:00:43 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[153911]: ts=2023-10-14T00:00:43.962Z caller=main.go:571 level=info fd_limits="(soft=1048576, hard=1048576)" 2023-10-14T00:00:44.376 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:00:43 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[153911]: ts=2023-10-14T00:00:43.962Z caller=main.go:572 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2023-10-14T00:00:44.377 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:00:43 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[153911]: ts=2023-10-14T00:00:43.964Z caller=web.go:561 level=info component=web msg="Start listening for connections" address=:9095 2023-10-14T00:00:44.377 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:00:43 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[153911]: ts=2023-10-14T00:00:43.964Z caller=main.go:1005 level=info msg="Starting TSDB ..." 2023-10-14T00:00:44.377 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:00:43 smithi082 systemd[1]: Started Ceph prometheus.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:00:44.377 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:00:43 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[153911]: ts=2023-10-14T00:00:43.966Z caller=tls_config.go:232 level=info component=web msg="Listening on" address=[::]:9095 2023-10-14T00:00:44.377 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:00:43 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[153911]: ts=2023-10-14T00:00:43.966Z caller=tls_config.go:235 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2023-10-14T00:00:44.378 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:00:43 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[153911]: ts=2023-10-14T00:00:43.969Z caller=head.go:587 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2023-10-14T00:00:44.378 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:00:43 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[153911]: ts=2023-10-14T00:00:43.969Z caller=head.go:658 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=2.802µs 2023-10-14T00:00:44.378 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:00:43 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[153911]: ts=2023-10-14T00:00:43.969Z caller=head.go:664 level=info component=tsdb msg="Replaying WAL, this may take a while" 2023-10-14T00:00:44.378 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:00:43 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[153911]: ts=2023-10-14T00:00:43.970Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=1 2023-10-14T00:00:44.378 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:00:43 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[153911]: ts=2023-10-14T00:00:43.970Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=1 2023-10-14T00:00:44.379 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:00:43 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[153911]: ts=2023-10-14T00:00:43.970Z caller=head.go:772 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=47.33µs wal_replay_duration=528.095µs wbl_replay_duration=115ns total_replay_duration=601.657µs 2023-10-14T00:00:44.379 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:00:43 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[153911]: ts=2023-10-14T00:00:43.971Z caller=main.go:1026 level=info fs_type=XFS_SUPER_MAGIC 2023-10-14T00:00:44.379 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:00:43 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[153911]: ts=2023-10-14T00:00:43.971Z caller=main.go:1029 level=info msg="TSDB started" 2023-10-14T00:00:44.379 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:00:43 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[153911]: ts=2023-10-14T00:00:43.971Z caller=main.go:1209 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2023-10-14T00:00:44.380 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:00:43 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[153911]: ts=2023-10-14T00:00:43.986Z caller=main.go:1246 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=15.230872ms db_storage=940ns remote_storage=1.48µs web_handler=352ns query_engine=541ns scrape=518.94µs scrape_sd=28.686µs notify=33.263µs notify_sd=6.425µs rules=14.420224ms tracing=6.97µs 2023-10-14T00:00:44.380 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:00:43 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[153911]: ts=2023-10-14T00:00:43.986Z caller=main.go:990 level=info msg="Server is ready to receive web requests." 2023-10-14T00:00:44.380 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:00:43 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[153911]: ts=2023-10-14T00:00:43.986Z caller=manager.go:974 level=info component="rule manager" msg="Starting rule manager..." 2023-10-14T00:00:44.393 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:00:44 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:00:44] ENGINE Bus STOPPING 2023-10-14T00:00:44.393 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:00:44 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:00:44] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-10-14T00:00:44.394 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:00:44 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:00:44] ENGINE Bus STOPPED 2023-10-14T00:00:44.394 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:00:44 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:00:44] ENGINE Bus STARTING 2023-10-14T00:00:44.394 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:00:44 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:00:44] ENGINE Serving on http://:::9283 2023-10-14T00:00:44.394 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:00:44 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:00:44] ENGINE Bus STARTED 2023-10-14T00:00:44.394 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:00:44 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:00:44] ENGINE Bus STOPPING 2023-10-14T00:00:44.395 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:00:44 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:00:44] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-10-14T00:00:44.395 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:00:44 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:00:44] ENGINE Bus STOPPED 2023-10-14T00:00:44.395 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:00:44 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:00:44] ENGINE Bus STARTING 2023-10-14T00:00:44.395 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:00:44 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:00:44] ENGINE Serving on http://:::9283 2023-10-14T00:00:44.395 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:00:44 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:00:44] ENGINE Bus STARTED 2023-10-14T00:00:44.396 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:00:44 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:00:44] ENGINE Bus STOPPING 2023-10-14T00:00:44.396 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:00:44 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:00:44] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-10-14T00:00:44.396 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:00:44 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:00:44] ENGINE Bus STOPPED 2023-10-14T00:00:44.396 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:00:44 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:00:44] ENGINE Bus STARTING 2023-10-14T00:00:44.397 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:00:44 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:00:44] ENGINE Serving on http://:::9283 2023-10-14T00:00:44.397 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:00:44 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:00:44] ENGINE Bus STARTED 2023-10-14T00:00:44.560 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-14T00:00:44.560 INFO:teuthology.orchestra.run.smithi055.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":14472,"name":"a","rank":-1,"incarnation":0,"state":"up:standby","state_seq":1,"addr":"172.21.15.55:6835/488392878","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6834","nonce":488392878},{"type":"v1","addr":"172.21.15.55:6835","nonce":488392878}]},"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-10-13T23:59:34.127848+0000","modified":"2023-10-13T23:59:37.737671+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":24376},"failed":[],"damaged":[],"stopped":[],"info":{"gid_24376":{"gid":24376,"name":"b","rank":0,"incarnation":4,"state":"up:active","state_seq":3,"addr":"172.21.15.82:6833/2924660589","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6832","nonce":2924660589},{"type":"v1","addr":"172.21.15.82:6833","nonce":2924660589}]},"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-10-14T00:00:44.563 INFO:teuthology.orchestra.run.smithi055.stderr:dumped fsmap epoch 8 2023-10-14T00:00:44.576 DEBUG:teuthology.orchestra.run.smithi055:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd dump --format=json 2023-10-14T00:00:44.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:44 smithi055 ceph-mon[110989]: pgmap v24: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:00:44.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:44 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/1925722265' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "cephfs_data", "var": "pg_num"}]: dispatch 2023-10-14T00:00:44.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:44 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:44.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:44 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:44.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:44 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-14T00:00:44.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:44 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi055.front.sepia.ceph.com:9093"}]: dispatch 2023-10-14T00:00:44.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:44 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:44.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:44 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-14T00:00:44.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:44 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi082.front.sepia.ceph.com:9095"}]: dispatch 2023-10-14T00:00:44.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:44 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:44.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:44 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-14T00:00:44.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:44 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi082.front.sepia.ceph.com:3000"}]: dispatch 2023-10-14T00:00:44.771 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:44 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:44.771 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:44 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:00:44.771 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:44 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/719881467' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "rbd", "var": "pg_num"}]: dispatch 2023-10-14T00:00:44.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:44 smithi055 ceph-mon[124249]: pgmap v24: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:00:44.772 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:44 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/1925722265' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "cephfs_data", "var": "pg_num"}]: dispatch 2023-10-14T00:00:44.772 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:44 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:44.772 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:44 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:44.772 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:44 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-14T00:00:44.772 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:44 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi055.front.sepia.ceph.com:9093"}]: dispatch 2023-10-14T00:00:44.773 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:44 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:44.773 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:44 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-14T00:00:44.773 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:44 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi082.front.sepia.ceph.com:9095"}]: dispatch 2023-10-14T00:00:44.773 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:44 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:44.773 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:44 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-14T00:00:44.774 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:44 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi082.front.sepia.ceph.com:3000"}]: dispatch 2023-10-14T00:00:44.774 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:44 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:44.774 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:44 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:00:44.774 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:44 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/719881467' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "rbd", "var": "pg_num"}]: dispatch 2023-10-14T00:00:44.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:44 smithi082 ceph-mon[116307]: pgmap v24: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:00:44.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:44 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/1925722265' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "cephfs_data", "var": "pg_num"}]: dispatch 2023-10-14T00:00:44.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:44 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:44.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:44 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:44.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:44 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-14T00:00:44.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:44 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi055.front.sepia.ceph.com:9093"}]: dispatch 2023-10-14T00:00:44.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:44 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:44.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:44 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-14T00:00:44.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:44 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi082.front.sepia.ceph.com:9095"}]: dispatch 2023-10-14T00:00:44.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:44 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:44.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:44 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-14T00:00:44.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:44 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi082.front.sepia.ceph.com:3000"}]: dispatch 2023-10-14T00:00:44.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:44 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:44.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:44 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:00:44.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:44 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/719881467' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "rbd", "var": "pg_num"}]: dispatch 2023-10-14T00:00:44.938 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-14T00:00:44.939 INFO:teuthology.orchestra.run.smithi055.stdout:{"epoch":63,"fsid":"db84ebe0-6a23-11ee-8db6-212e2dc638e7","created":"2023-10-13T23:55:30.731380+0000","modified":"2023-10-14T00:00:04.743405+0000","last_up_change":"2023-10-13T23:59:19.308317+0000","last_in_change":"2023-10-13T23:59:04.836217+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-10-13T23:57:56.647311+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}},{"pool":2,"pool_name":"cephfs_metadata","create_time":"2023-10-13T23:59:32.323941+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":"58","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-10-13T23:59:33.509551+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":"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"}}},{"pool":4,"pool_name":"rbd","create_time":"2023-10-14T00:00:01.551934+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":"d28170b1-0144-410a-a466-99da11b43cad","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":60,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6802","nonce":4207389270},{"type":"v1","addr":"172.21.15.55:6803","nonce":4207389270}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6804","nonce":4207389270},{"type":"v1","addr":"172.21.15.55:6805","nonce":4207389270}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6808","nonce":4207389270},{"type":"v1","addr":"172.21.15.55:6809","nonce":4207389270}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6806","nonce":4207389270},{"type":"v1","addr":"172.21.15.55:6807","nonce":4207389270}]},"public_addr":"172.21.15.55:6803/4207389270","cluster_addr":"172.21.15.55:6805/4207389270","heartbeat_back_addr":"172.21.15.55:6809/4207389270","heartbeat_front_addr":"172.21.15.55:6807/4207389270","state":["exists","up"]},{"osd":1,"uuid":"42e1cf0f-2803-4d75-9383-a2dc5932e973","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":60,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6810","nonce":1792343124},{"type":"v1","addr":"172.21.15.55:6811","nonce":1792343124}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6812","nonce":1792343124},{"type":"v1","addr":"172.21.15.55:6813","nonce":1792343124}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6816","nonce":1792343124},{"type":"v1","addr":"172.21.15.55:6817","nonce":1792343124}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6814","nonce":1792343124},{"type":"v1","addr":"172.21.15.55:6815","nonce":1792343124}]},"public_addr":"172.21.15.55:6811/1792343124","cluster_addr":"172.21.15.55:6813/1792343124","heartbeat_back_addr":"172.21.15.55:6817/1792343124","heartbeat_front_addr":"172.21.15.55:6815/1792343124","state":["exists","up"]},{"osd":2,"uuid":"e6270b89-2967-4635-a4cb-4b0b4f08e40c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6818","nonce":3092175114},{"type":"v1","addr":"172.21.15.55:6819","nonce":3092175114}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6820","nonce":3092175114},{"type":"v1","addr":"172.21.15.55:6821","nonce":3092175114}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6824","nonce":3092175114},{"type":"v1","addr":"172.21.15.55:6825","nonce":3092175114}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6822","nonce":3092175114},{"type":"v1","addr":"172.21.15.55:6823","nonce":3092175114}]},"public_addr":"172.21.15.55:6819/3092175114","cluster_addr":"172.21.15.55:6821/3092175114","heartbeat_back_addr":"172.21.15.55:6825/3092175114","heartbeat_front_addr":"172.21.15.55:6823/3092175114","state":["exists","up"]},{"osd":3,"uuid":"2322d5af-ceaa-4906-9470-cc560f3c8649","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":60,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6826","nonce":2991376783},{"type":"v1","addr":"172.21.15.55:6827","nonce":2991376783}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6828","nonce":2991376783},{"type":"v1","addr":"172.21.15.55:6829","nonce":2991376783}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6832","nonce":2991376783},{"type":"v1","addr":"172.21.15.55:6833","nonce":2991376783}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6830","nonce":2991376783},{"type":"v1","addr":"172.21.15.55:6831","nonce":2991376783}]},"public_addr":"172.21.15.55:6827/2991376783","cluster_addr":"172.21.15.55:6829/2991376783","heartbeat_back_addr":"172.21.15.55:6833/2991376783","heartbeat_front_addr":"172.21.15.55:6831/2991376783","state":["exists","up"]},{"osd":4,"uuid":"73a6a3d7-af46-4628-b8f7-cf8457eb50a6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":60,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6800","nonce":4217660778},{"type":"v1","addr":"172.21.15.82:6801","nonce":4217660778}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6802","nonce":4217660778},{"type":"v1","addr":"172.21.15.82:6803","nonce":4217660778}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6806","nonce":4217660778},{"type":"v1","addr":"172.21.15.82:6807","nonce":4217660778}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6804","nonce":4217660778},{"type":"v1","addr":"172.21.15.82:6805","nonce":4217660778}]},"public_addr":"172.21.15.82:6801/4217660778","cluster_addr":"172.21.15.82:6803/4217660778","heartbeat_back_addr":"172.21.15.82:6807/4217660778","heartbeat_front_addr":"172.21.15.82:6805/4217660778","state":["exists","up"]},{"osd":5,"uuid":"bc73dbc6-78da-45a3-98a0-bfa2485d547a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6808","nonce":1916158445},{"type":"v1","addr":"172.21.15.82:6809","nonce":1916158445}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6810","nonce":1916158445},{"type":"v1","addr":"172.21.15.82:6811","nonce":1916158445}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6814","nonce":1916158445},{"type":"v1","addr":"172.21.15.82:6815","nonce":1916158445}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6812","nonce":1916158445},{"type":"v1","addr":"172.21.15.82:6813","nonce":1916158445}]},"public_addr":"172.21.15.82:6809/1916158445","cluster_addr":"172.21.15.82:6811/1916158445","heartbeat_back_addr":"172.21.15.82:6815/1916158445","heartbeat_front_addr":"172.21.15.82:6813/1916158445","state":["exists","up"]},{"osd":6,"uuid":"ed1ff877-27d3-4531-bb21-39916204267d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":43,"up_thru":60,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6816","nonce":2921610915},{"type":"v1","addr":"172.21.15.82:6817","nonce":2921610915}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6818","nonce":2921610915},{"type":"v1","addr":"172.21.15.82:6819","nonce":2921610915}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6822","nonce":2921610915},{"type":"v1","addr":"172.21.15.82:6823","nonce":2921610915}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6820","nonce":2921610915},{"type":"v1","addr":"172.21.15.82:6821","nonce":2921610915}]},"public_addr":"172.21.15.82:6817/2921610915","cluster_addr":"172.21.15.82:6819/2921610915","heartbeat_back_addr":"172.21.15.82:6823/2921610915","heartbeat_front_addr":"172.21.15.82:6821/2921610915","state":["exists","up"]},{"osd":7,"uuid":"f906cdc1-85ea-4e96-9caa-028afe06e466","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":51,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6824","nonce":4101618271},{"type":"v1","addr":"172.21.15.82:6825","nonce":4101618271}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6826","nonce":4101618271},{"type":"v1","addr":"172.21.15.82:6827","nonce":4101618271}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6830","nonce":4101618271},{"type":"v1","addr":"172.21.15.82:6831","nonce":4101618271}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6828","nonce":4101618271},{"type":"v1","addr":"172.21.15.82:6829","nonce":4101618271}]},"public_addr":"172.21.15.82:6825/4101618271","cluster_addr":"172.21.15.82:6827/4101618271","heartbeat_back_addr":"172.21.15.82:6831/4101618271","heartbeat_front_addr":"172.21.15.82:6829/4101618271","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-10-13T23:57:18.699926+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-10-13T23:57:36.889632+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-10-13T23:57:54.175435+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-10-13T23:58:12.068215+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-10-13T23:58:28.154098+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-10-13T23:58:44.573307+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-10-13T23:59:00.864868+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-10-13T23:59:17.626770+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.55:0/1884369834":"2023-10-15T00:00:03.104242+0000","172.21.15.55:0/4159592334":"2023-10-15T00:00:03.104242+0000","172.21.15.55:6801/2967904605":"2023-10-15T00:00:03.104242+0000","172.21.15.55:6800/2967904605":"2023-10-15T00:00:03.104242+0000","172.21.15.55:0/402042571":"2023-10-15T00:00:03.104242+0000","172.21.15.55:0/2092460180":"2023-10-14T23:56:16.099051+0000","172.21.15.55:0/530723977":"2023-10-14T23:56:16.099051+0000","172.21.15.55:0/537605984":"2023-10-14T23:56:16.099051+0000","172.21.15.55:0/2397783452":"2023-10-14T23:55:55.533134+0000","172.21.15.55:0/170831819":"2023-10-14T23:55:55.533134+0000","172.21.15.55:0/3632410194":"2023-10-14T23:55:55.533134+0000","172.21.15.55:0/2301986186":"2023-10-15T00:00:03.104242+0000","172.21.15.55:6801/3365808168":"2023-10-14T23:56:16.099051+0000","172.21.15.55:6801/850178993":"2023-10-14T23:55:55.533134+0000","172.21.15.55:6800/850178993":"2023-10-14T23:55:55.533134+0000","172.21.15.55:6800/3365808168":"2023-10-14T23:56:16.099051+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-10-14T00:00:44.954 DEBUG:teuthology.orchestra.run.smithi055:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph fs dump --format=json 2023-10-14T00:00:45.383 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-14T00:00:45.384 INFO:teuthology.orchestra.run.smithi055.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":14472,"name":"a","rank":-1,"incarnation":0,"state":"up:standby","state_seq":1,"addr":"172.21.15.55:6835/488392878","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6834","nonce":488392878},{"type":"v1","addr":"172.21.15.55:6835","nonce":488392878}]},"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-10-13T23:59:34.127848+0000","modified":"2023-10-13T23:59:37.737671+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":24376},"failed":[],"damaged":[],"stopped":[],"info":{"gid_24376":{"gid":24376,"name":"b","rank":0,"incarnation":4,"state":"up:active","state_seq":3,"addr":"172.21.15.82:6833/2924660589","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6832","nonce":2924660589},{"type":"v1","addr":"172.21.15.82:6833","nonce":2924660589}]},"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-10-14T00:00:45.386 INFO:teuthology.orchestra.run.smithi055.stderr:dumped fsmap epoch 8 2023-10-14T00:00:45.400 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-10-13T23:59:34.127848+0000', 'modified': '2023-10-13T23:59:37.737671+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': 24376}, 'failed': [], 'damaged': [], 'stopped': [], 'info': {'gid_24376': {'gid': 24376, 'name': 'b', 'rank': 0, 'incarnation': 4, 'state': 'up:active', 'state_seq': 3, 'addr': '172.21.15.82:6833/2924660589', 'addrs': {'addrvec': [{'type': 'v2', 'addr': '172.21.15.82:6832', 'nonce': 2924660589}, {'type': 'v1', 'addr': '172.21.15.82:6833', 'nonce': 2924660589}]}, '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-10-14T00:00:45.401 DEBUG:tasks.cephfs.filesystem:are_daemons_healthy: 1/1 2023-10-14T00:00:45.401 DEBUG:teuthology.orchestra.run.smithi055:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph tell mds.b status 2023-10-14T00:00:45.571 INFO:teuthology.orchestra.run.smithi055.stderr:2023-10-14T00:00:45.570+0000 7f709d7fa700 0 client.24797 ms_handle_reset on v2:172.21.15.82:6832/2924660589 2023-10-14T00:00:45.596 INFO:teuthology.orchestra.run.smithi055.stderr:2023-10-14T00:00:45.595+0000 7f709d7fa700 0 client.14907 ms_handle_reset on v2:172.21.15.82:6832/2924660589 2023-10-14T00:00:45.597 INFO:teuthology.orchestra.run.smithi055.stdout:{ 2023-10-14T00:00:45.597 INFO:teuthology.orchestra.run.smithi055.stdout: "cluster_fsid": "db84ebe0-6a23-11ee-8db6-212e2dc638e7", 2023-10-14T00:00:45.597 INFO:teuthology.orchestra.run.smithi055.stdout: "whoami": 0, 2023-10-14T00:00:45.598 INFO:teuthology.orchestra.run.smithi055.stdout: "id": 24376, 2023-10-14T00:00:45.598 INFO:teuthology.orchestra.run.smithi055.stdout: "want_state": "up:active", 2023-10-14T00:00:45.598 INFO:teuthology.orchestra.run.smithi055.stdout: "state": "up:active", 2023-10-14T00:00:45.598 INFO:teuthology.orchestra.run.smithi055.stdout: "fs_name": "cephfs", 2023-10-14T00:00:45.598 INFO:teuthology.orchestra.run.smithi055.stdout: "rank_uptime": 70.884015732999998, 2023-10-14T00:00:45.599 INFO:teuthology.orchestra.run.smithi055.stdout: "mdsmap_epoch": 8, 2023-10-14T00:00:45.599 INFO:teuthology.orchestra.run.smithi055.stdout: "osdmap_epoch": 63, 2023-10-14T00:00:45.599 INFO:teuthology.orchestra.run.smithi055.stdout: "osdmap_epoch_barrier": 59, 2023-10-14T00:00:45.599 INFO:teuthology.orchestra.run.smithi055.stdout: "uptime": 76.076186296000003 2023-10-14T00:00:45.599 INFO:teuthology.orchestra.run.smithi055.stdout:} 2023-10-14T00:00:45.613 INFO:tasks.cephadm:Setup complete, yielding 2023-10-14T00:00:45.613 INFO:teuthology.run_tasks:Running task print... 2023-10-14T00:00:45.622 INFO:teuthology.task.print:**** done end installing quincy cephadm ... 2023-10-14T00:00:45.623 INFO:teuthology.run_tasks:Running task print... 2023-10-14T00:00:45.630 INFO:teuthology.task.print:**** done start cephadm.shell ceph config set mgr... 2023-10-14T00:00:45.630 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-10-14T00:00:45.638 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi055.front.sepia.ceph.com 2023-10-14T00:00:45.639 DEBUG:teuthology.orchestra.run.smithi055:> 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 db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- bash -c 'ceph config set mgr mgr/cephadm/use_repo_digest true --force' 2023-10-14T00:00:45.668 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:45 smithi055 ceph-mon[124249]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-14T00:00:45.668 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:45 smithi055 ceph-mon[124249]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi055.front.sepia.ceph.com:9093"}]: dispatch 2023-10-14T00:00:45.668 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:45 smithi055 ceph-mon[124249]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-14T00:00:45.668 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:45 smithi055 ceph-mon[124249]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi082.front.sepia.ceph.com:9095"}]: dispatch 2023-10-14T00:00:45.669 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:45 smithi055 ceph-mon[124249]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-14T00:00:45.669 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:45 smithi055 ceph-mon[124249]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi082.front.sepia.ceph.com:3000"}]: dispatch 2023-10-14T00:00:45.669 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:45 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/3405715554' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2023-10-14T00:00:45.669 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:45 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/895922378' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-14T00:00:45.669 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:45 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/1143787889' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2023-10-14T00:00:45.670 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:45 smithi055 ceph-mon[110989]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-14T00:00:45.670 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:45 smithi055 ceph-mon[110989]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi055.front.sepia.ceph.com:9093"}]: dispatch 2023-10-14T00:00:45.670 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:45 smithi055 ceph-mon[110989]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-14T00:00:45.670 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:45 smithi055 ceph-mon[110989]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi082.front.sepia.ceph.com:9095"}]: dispatch 2023-10-14T00:00:45.671 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:45 smithi055 ceph-mon[110989]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-14T00:00:45.671 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:45 smithi055 ceph-mon[110989]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi082.front.sepia.ceph.com:3000"}]: dispatch 2023-10-14T00:00:45.671 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:45 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/3405715554' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2023-10-14T00:00:45.671 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:45 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/895922378' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-14T00:00:45.671 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:45 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/1143787889' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2023-10-14T00:00:45.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:45 smithi082 ceph-mon[116307]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-14T00:00:45.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:45 smithi082 ceph-mon[116307]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi055.front.sepia.ceph.com:9093"}]: dispatch 2023-10-14T00:00:45.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:45 smithi082 ceph-mon[116307]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-14T00:00:45.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:45 smithi082 ceph-mon[116307]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi082.front.sepia.ceph.com:9095"}]: dispatch 2023-10-14T00:00:45.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:45 smithi082 ceph-mon[116307]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-14T00:00:45.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:45 smithi082 ceph-mon[116307]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi082.front.sepia.ceph.com:3000"}]: dispatch 2023-10-14T00:00:45.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:45 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/3405715554' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2023-10-14T00:00:45.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:45 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/895922378' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-14T00:00:45.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:45 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/1143787889' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2023-10-14T00:00:46.148 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-14T00:00:46.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:46 smithi082 ceph-mon[116307]: pgmap v25: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:00:46.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:46 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:46.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:46 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:46.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:46 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:46.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:46 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:46.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:46 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:00:46.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:46 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:00:46.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:46 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:46.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:46 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:00:46.923 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:46 smithi055 ceph-mon[124249]: pgmap v25: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:00:46.923 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:46 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:46.923 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:46 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:46.924 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:46 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:46.924 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:46 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:46.924 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:46 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:00:46.924 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:46 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:00:46.925 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:46 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:46.925 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:46 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:00:46.925 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:46 smithi055 ceph-mon[110989]: pgmap v25: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:00:46.925 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:46 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:46.925 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:46 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:46.926 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:46 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:46.926 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:46 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:46.926 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:46 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:00:46.927 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:46 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:00:46.927 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:46 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:46.927 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:46 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:00:47.766 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:00:47 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:00:47] ENGINE Bus STOPPING 2023-10-14T00:00:47.767 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:00:47 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:00:47] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-10-14T00:00:47.767 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:00:47 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:00:47] ENGINE Bus STOPPED 2023-10-14T00:00:47.767 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:00:47 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:00:47] ENGINE Bus STARTING 2023-10-14T00:00:47.767 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:00:47 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:00:47] ENGINE Serving on http://:::9283 2023-10-14T00:00:47.768 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:00:47 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:00:47] ENGINE Bus STARTED 2023-10-14T00:00:47.965 INFO:teuthology.run_tasks:Running task print... 2023-10-14T00:00:47.998 INFO:teuthology.task.print:**** done cephadm.shell ceph config set mgr... 2023-10-14T00:00:47.999 INFO:teuthology.run_tasks:Running task print... 2023-10-14T00:00:48.010 INFO:teuthology.task.print:**** done start telemetry quincy... 2023-10-14T00:00:48.010 INFO:teuthology.run_tasks:Running task workunit... 2023-10-14T00:00:48.025 INFO:tasks.workunit:Pulling workunits from ref 3b7b697cbf6ffcf4008fdd8ebe8798db50497941 2023-10-14T00:00:48.026 INFO:tasks.workunit:Making a separate scratch dir for every client... 2023-10-14T00:00:48.026 DEBUG:teuthology.orchestra.run.smithi055:> stat -- /home/ubuntu/cephtest/mnt.0 2023-10-14T00:00:48.048 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-14T00:00:48.048 INFO:teuthology.orchestra.run.smithi055.stderr:stat: cannot statx '/home/ubuntu/cephtest/mnt.0': No such file or directory 2023-10-14T00:00:48.048 DEBUG:teuthology.orchestra.run.smithi055:> mkdir -- /home/ubuntu/cephtest/mnt.0 2023-10-14T00:00:48.111 INFO:tasks.workunit:Created dir /home/ubuntu/cephtest/mnt.0 2023-10-14T00:00:48.111 DEBUG:teuthology.orchestra.run.smithi055:> cd -- /home/ubuntu/cephtest/mnt.0 && mkdir -- client.0 2023-10-14T00:00:48.172 INFO:tasks.workunit:timeout=3h 2023-10-14T00:00:48.173 INFO:tasks.workunit:cleanup=True 2023-10-14T00:00:48.173 DEBUG:teuthology.orchestra.run.smithi055:> 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 3b7b697cbf6ffcf4008fdd8ebe8798db50497941 2023-10-14T00:00:48.234 INFO:tasks.workunit.client.0.smithi055.stderr:Cloning into '/home/ubuntu/cephtest/clone.client.0'... 2023-10-14T00:00:48.726 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:48 smithi055 ceph-mon[124249]: pgmap v26: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:00:48.726 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:48 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/1407126995' entity='client.admin' 2023-10-14T00:00:48.727 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:48 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:00:48.727 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:48 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:48.727 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:48 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:48.727 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:48 smithi055 ceph-mon[110989]: pgmap v26: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:00:48.728 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:48 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/1407126995' entity='client.admin' 2023-10-14T00:00:48.728 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:48 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:00:48.728 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:48 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:48.728 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:48 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:48.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:48 smithi082 ceph-mon[116307]: pgmap v26: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:00:48.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:48 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/1407126995' entity='client.admin' 2023-10-14T00:00:48.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:48 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:00:48.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:48 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:48.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:48 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:50.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:49 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:50.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:49 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:50.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:49 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:00:50.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:49 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:00:50.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:49 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:50.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:49 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:00:50.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:49 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:00:50.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:49 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:00:50.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:49 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:50.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:49 smithi055 ceph-mon[124249]: pgmap v27: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:00:50.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:49 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:50.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:49 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:50.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:49 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:00:50.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:49 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:00:50.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:49 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:50.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:49 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:00:50.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:49 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:00:50.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:49 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:00:50.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:49 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:50.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:49 smithi055 ceph-mon[110989]: pgmap v27: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:00:50.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:49 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:50.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:49 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:50.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:49 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:00:50.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:49 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:00:50.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:49 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:50.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:49 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:00:50.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:49 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:00:50.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:49 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:00:50.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:49 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:00:50.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:49 smithi082 ceph-mon[116307]: pgmap v27: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:00:51.766 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:00:51 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-alertmanager-a[165543]: ts=2023-10-14T00:00:51.367Z caller=cluster.go:698 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.0032145s 2023-10-14T00:00:52.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:52 smithi082 ceph-mon[116307]: pgmap v28: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:00:52.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:52 smithi055 ceph-mon[124249]: pgmap v28: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:00:52.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:52 smithi055 ceph-mon[110989]: pgmap v28: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:00:53.875 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:00:53 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:00:53] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.43.0" 2023-10-14T00:00:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:54 smithi082 ceph-mon[116307]: pgmap v29: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:00:54.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:54 smithi055 ceph-mon[124249]: pgmap v29: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:00:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:54 smithi055 ceph-mon[110989]: pgmap v29: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:00:56.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:56 smithi082 ceph-mon[116307]: pgmap v30: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:00:56.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:56 smithi055 ceph-mon[124249]: pgmap v30: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:00:56.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:56 smithi055 ceph-mon[110989]: pgmap v30: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:00:58.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:00:57 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:00:57] "GET /metrics HTTP/1.1" 200 235739 "" "Prometheus/2.43.0" 2023-10-14T00:00:58.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:00:58 smithi082 ceph-mon[116307]: pgmap v31: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:00:58.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:00:58 smithi055 ceph-mon[124249]: pgmap v31: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:00:58.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:00:58 smithi055 ceph-mon[110989]: pgmap v31: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:01:00.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:00 smithi082 ceph-mon[116307]: pgmap v32: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:01:00.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:00 smithi055 ceph-mon[124249]: pgmap v32: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:01:00.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:00 smithi055 ceph-mon[110989]: pgmap v32: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:01:02.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:02 smithi082 ceph-mon[116307]: pgmap v33: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:01:02.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:02 smithi055 ceph-mon[124249]: pgmap v33: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:01:02.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:02 smithi055 ceph-mon[110989]: pgmap v33: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:01:03.625 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:01:03 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:01:03] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.43.0" 2023-10-14T00:01:03.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:03 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]: dispatch 2023-10-14T00:01:03.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:03 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1d", "id": [5, 2]}]: dispatch 2023-10-14T00:01:03.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:03 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.24", "id": [4, 2, 0, 1]}]: dispatch 2023-10-14T00:01:03.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:03 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.26", "id": [6, 2]}]: dispatch 2023-10-14T00:01:03.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:03 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.27", "id": [4, 1]}]: dispatch 2023-10-14T00:01:03.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:03 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.30", "id": [0, 1]}]: dispatch 2023-10-14T00:01:03.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:03 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:01:03.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:03 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]: dispatch 2023-10-14T00:01:03.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:03 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1d", "id": [5, 2]}]: dispatch 2023-10-14T00:01:03.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:03 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.24", "id": [4, 2, 0, 1]}]: dispatch 2023-10-14T00:01:03.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:03 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.26", "id": [6, 2]}]: dispatch 2023-10-14T00:01:03.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:03 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.27", "id": [4, 1]}]: dispatch 2023-10-14T00:01:03.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:03 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.30", "id": [0, 1]}]: dispatch 2023-10-14T00:01:03.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:03 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:01:03.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:03 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]: dispatch 2023-10-14T00:01:03.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:03 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1d", "id": [5, 2]}]: dispatch 2023-10-14T00:01:03.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:03 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.24", "id": [4, 2, 0, 1]}]: dispatch 2023-10-14T00:01:03.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:03 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.26", "id": [6, 2]}]: dispatch 2023-10-14T00:01:03.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:03 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.27", "id": [4, 1]}]: dispatch 2023-10-14T00:01:03.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:03 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.30", "id": [0, 1]}]: dispatch 2023-10-14T00:01:03.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:03 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:01:04.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:04 smithi082 ceph-mon[116307]: pgmap v34: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:01:04.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:04 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]': finished 2023-10-14T00:01:04.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:04 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1d", "id": [5, 2]}]': finished 2023-10-14T00:01:04.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:04 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.24", "id": [4, 2, 0, 1]}]': finished 2023-10-14T00:01:04.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:04 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.26", "id": [6, 2]}]': finished 2023-10-14T00:01:04.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:04 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.27", "id": [4, 1]}]': finished 2023-10-14T00:01:04.628 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:04 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.30", "id": [0, 1]}]': finished 2023-10-14T00:01:04.628 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:04 smithi082 ceph-mon[116307]: osdmap e64: 8 total, 8 up, 8 in 2023-10-14T00:01:04.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:04 smithi055 ceph-mon[124249]: pgmap v34: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:01:04.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:04 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]': finished 2023-10-14T00:01:04.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:04 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1d", "id": [5, 2]}]': finished 2023-10-14T00:01:04.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:04 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.24", "id": [4, 2, 0, 1]}]': finished 2023-10-14T00:01:04.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:04 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.26", "id": [6, 2]}]': finished 2023-10-14T00:01:04.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:04 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.27", "id": [4, 1]}]': finished 2023-10-14T00:01:04.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:04 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.30", "id": [0, 1]}]': finished 2023-10-14T00:01:04.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:04 smithi055 ceph-mon[124249]: osdmap e64: 8 total, 8 up, 8 in 2023-10-14T00:01:04.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:04 smithi055 ceph-mon[110989]: pgmap v34: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:01:04.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:04 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]': finished 2023-10-14T00:01:04.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:04 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1d", "id": [5, 2]}]': finished 2023-10-14T00:01:04.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:04 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.24", "id": [4, 2, 0, 1]}]': finished 2023-10-14T00:01:04.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:04 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.26", "id": [6, 2]}]': finished 2023-10-14T00:01:04.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:04 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.27", "id": [4, 1]}]': finished 2023-10-14T00:01:04.771 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:04 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.30", "id": [0, 1]}]': finished 2023-10-14T00:01:04.771 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:04 smithi055 ceph-mon[110989]: osdmap e64: 8 total, 8 up, 8 in 2023-10-14T00:01:05.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:05 smithi082 ceph-mon[116307]: osdmap e65: 8 total, 8 up, 8 in 2023-10-14T00:01:05.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:05 smithi055 ceph-mon[110989]: osdmap e65: 8 total, 8 up, 8 in 2023-10-14T00:01:05.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:05 smithi055 ceph-mon[124249]: osdmap e65: 8 total, 8 up, 8 in 2023-10-14T00:01:06.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:06 smithi082 ceph-mon[116307]: pgmap v37: 105 pgs: 6 peering, 99 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:01:06.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:06 smithi082 ceph-mon[116307]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2023-10-14T00:01:06.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:06 smithi055 ceph-mon[124249]: pgmap v37: 105 pgs: 6 peering, 99 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:01:06.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:06 smithi055 ceph-mon[124249]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2023-10-14T00:01:06.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:06 smithi055 ceph-mon[110989]: pgmap v37: 105 pgs: 6 peering, 99 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:01:06.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:06 smithi055 ceph-mon[110989]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2023-10-14T00:01:08.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:01:07 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:01:07] "GET /metrics HTTP/1.1" 200 235746 "" "Prometheus/2.43.0" 2023-10-14T00:01:08.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:08 smithi082 ceph-mon[116307]: pgmap v38: 105 pgs: 6 peering, 99 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:01:08.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:08 smithi055 ceph-mon[124249]: pgmap v38: 105 pgs: 6 peering, 99 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:01:08.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:08 smithi055 ceph-mon[110989]: pgmap v38: 105 pgs: 6 peering, 99 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:01:09.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:09 smithi055 ceph-mon[124249]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs peering) 2023-10-14T00:01:09.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:09 smithi055 ceph-mon[124249]: Cluster is now healthy 2023-10-14T00:01:09.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:09 smithi055 ceph-mon[110989]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs peering) 2023-10-14T00:01:09.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:09 smithi055 ceph-mon[110989]: Cluster is now healthy 2023-10-14T00:01:09.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:09 smithi082 ceph-mon[116307]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs peering) 2023-10-14T00:01:09.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:09 smithi082 ceph-mon[116307]: Cluster is now healthy 2023-10-14T00:01:10.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:10 smithi055 ceph-mon[124249]: pgmap v39: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:01:10.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:10 smithi055 ceph-mon[110989]: pgmap v39: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:01:10.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:10 smithi082 ceph-mon[116307]: pgmap v39: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:01:12.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:12 smithi055 ceph-mon[124249]: pgmap v40: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:01:12.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:12 smithi055 ceph-mon[110989]: pgmap v40: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:01:12.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:12 smithi082 ceph-mon[116307]: pgmap v40: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:01:13.875 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:01:13 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:01:13] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.43.0" 2023-10-14T00:01:14.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:14 smithi055 ceph-mon[110989]: pgmap v41: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:01:14.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:14 smithi055 ceph-mon[124249]: pgmap v41: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:01:14.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:14 smithi082 ceph-mon[116307]: pgmap v41: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:01:16.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:16 smithi055 ceph-mon[124249]: pgmap v42: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:01:16.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:16 smithi055 ceph-mon[110989]: pgmap v42: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:01:16.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:16 smithi082 ceph-mon[116307]: pgmap v42: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:01:18.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:01:17 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:01:17] "GET /metrics HTTP/1.1" 200 235746 "" "Prometheus/2.43.0" 2023-10-14T00:01:18.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:18 smithi055 ceph-mon[124249]: pgmap v43: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:01:18.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:18 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:01:18.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:18 smithi055 ceph-mon[110989]: pgmap v43: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:01:18.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:18 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:01:18.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:18 smithi082 ceph-mon[116307]: pgmap v43: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:01:18.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:18 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:01:20.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:20 smithi055 ceph-mon[124249]: pgmap v44: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:01:20.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:20 smithi055 ceph-mon[110989]: pgmap v44: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:01:20.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:20 smithi082 ceph-mon[116307]: pgmap v44: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:01:22.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:22 smithi055 ceph-mon[124249]: pgmap v45: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:01:22.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:22 smithi055 ceph-mon[110989]: pgmap v45: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:01:22.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:22 smithi082 ceph-mon[116307]: pgmap v45: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:01:23.875 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:01:23 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:01:23] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.43.0" 2023-10-14T00:01:24.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:24 smithi055 ceph-mon[124249]: pgmap v46: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:01:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:24 smithi055 ceph-mon[110989]: pgmap v46: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:01:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:24 smithi082 ceph-mon[116307]: pgmap v46: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:01:26.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:26 smithi055 ceph-mon[124249]: pgmap v47: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:01:26.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:26 smithi055 ceph-mon[110989]: pgmap v47: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:01:26.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:26 smithi082 ceph-mon[116307]: pgmap v47: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:01:28.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:01:27 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:01:27] "GET /metrics HTTP/1.1" 200 235838 "" "Prometheus/2.43.0" 2023-10-14T00:01:28.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:28 smithi055 ceph-mon[124249]: pgmap v48: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:01:28.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:28 smithi055 ceph-mon[110989]: pgmap v48: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:01:28.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:28 smithi082 ceph-mon[116307]: pgmap v48: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:01:30.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:30 smithi082 ceph-mon[116307]: pgmap v49: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:01:31.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:30 smithi055 ceph-mon[124249]: pgmap v49: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:01:31.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:30 smithi055 ceph-mon[110989]: pgmap v49: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:01:32.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:32 smithi082 ceph-mon[116307]: pgmap v50: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:01:33.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:32 smithi055 ceph-mon[124249]: pgmap v50: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:01:33.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:32 smithi055 ceph-mon[110989]: pgmap v50: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:01:33.875 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:01:33 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:01:33] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.43.0" 2023-10-14T00:01:33.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:33 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:01:34.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:33 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:01:34.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:33 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:01:34.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:34 smithi082 ceph-mon[116307]: pgmap v51: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:01:35.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:34 smithi055 ceph-mon[124249]: pgmap v51: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:01:35.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:34 smithi055 ceph-mon[110989]: pgmap v51: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:01:35.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:35 smithi082 ceph-mon[116307]: mgrmap e21: y(active, since 91s), standbys: x 2023-10-14T00:01:35.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:35 smithi082 ceph-mon[116307]: pgmap v52: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2023-10-14T00:01:36.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:35 smithi055 ceph-mon[124249]: mgrmap e21: y(active, since 91s), standbys: x 2023-10-14T00:01:36.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:35 smithi055 ceph-mon[124249]: pgmap v52: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2023-10-14T00:01:36.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:35 smithi055 ceph-mon[110989]: mgrmap e21: y(active, since 91s), standbys: x 2023-10-14T00:01:36.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:35 smithi055 ceph-mon[110989]: pgmap v52: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2023-10-14T00:01:37.268 INFO:tasks.workunit.client.0.smithi055.stderr:Updating files: 90% (10547/11620) Updating files: 91% (10575/11620) Updating files: 92% (10691/11620) Updating files: 93% (10807/11620) Updating files: 94% (10923/11620) Updating files: 95% (11039/11620) Updating files: 96% (11156/11620) Updating files: 97% (11272/11620) Updating files: 98% (11388/11620) Updating files: 99% (11504/11620) Updating files: 100% (11620/11620) Updating files: 100% (11620/11620), done. 2023-10-14T00:01:37.949 INFO:tasks.workunit.client.0.smithi055.stderr:Note: switching to '3b7b697cbf6ffcf4008fdd8ebe8798db50497941'. 2023-10-14T00:01:37.950 INFO:tasks.workunit.client.0.smithi055.stderr: 2023-10-14T00:01:37.950 INFO:tasks.workunit.client.0.smithi055.stderr:You are in 'detached HEAD' state. You can look around, make experimental 2023-10-14T00:01:37.950 INFO:tasks.workunit.client.0.smithi055.stderr:changes and commit them, and you can discard any commits you make in this 2023-10-14T00:01:37.950 INFO:tasks.workunit.client.0.smithi055.stderr:state without impacting any branches by switching back to a branch. 2023-10-14T00:01:37.951 INFO:tasks.workunit.client.0.smithi055.stderr: 2023-10-14T00:01:37.951 INFO:tasks.workunit.client.0.smithi055.stderr:If you want to create a new branch to retain commits you create, you may 2023-10-14T00:01:37.951 INFO:tasks.workunit.client.0.smithi055.stderr:do so (now or later) by using -c with the switch command. Example: 2023-10-14T00:01:37.951 INFO:tasks.workunit.client.0.smithi055.stderr: 2023-10-14T00:01:37.951 INFO:tasks.workunit.client.0.smithi055.stderr: git switch -c 2023-10-14T00:01:37.952 INFO:tasks.workunit.client.0.smithi055.stderr: 2023-10-14T00:01:37.952 INFO:tasks.workunit.client.0.smithi055.stderr:Or undo this operation with: 2023-10-14T00:01:37.952 INFO:tasks.workunit.client.0.smithi055.stderr: 2023-10-14T00:01:37.952 INFO:tasks.workunit.client.0.smithi055.stderr: git switch - 2023-10-14T00:01:37.952 INFO:tasks.workunit.client.0.smithi055.stderr: 2023-10-14T00:01:37.953 INFO:tasks.workunit.client.0.smithi055.stderr:Turn off this advice by setting config variable advice.detachedHead to false 2023-10-14T00:01:37.953 INFO:tasks.workunit.client.0.smithi055.stderr: 2023-10-14T00:01:37.953 INFO:tasks.workunit.client.0.smithi055.stderr:HEAD is now at 3b7b697cbf6 libcephfs: Fix order of destruction of context pool 2023-10-14T00:01:37.955 DEBUG:teuthology.orchestra.run.smithi055:> 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-10-14T00:01:37.992 INFO:tasks.workunit.client.0.smithi055.stdout:for d in direct_io fs ; do ( cd $d ; make all ) ; done 2023-10-14T00:01:37.994 INFO:tasks.workunit.client.0.smithi055.stdout:make[1]: Entering directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/direct_io' 2023-10-14T00:01:37.994 INFO:tasks.workunit.client.0.smithi055.stdout:cc -Wall -Wextra -D_GNU_SOURCE direct_io_test.c -o direct_io_test 2023-10-14T00:01:38.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:38 smithi055 ceph-mon[124249]: pgmap v53: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2023-10-14T00:01:38.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:38 smithi055 ceph-mon[110989]: pgmap v53: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2023-10-14T00:01:38.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:01:37 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:01:37] "GET /metrics HTTP/1.1" 200 235812 "" "Prometheus/2.43.0" 2023-10-14T00:01:38.502 INFO:tasks.workunit.client.0.smithi055.stdout:cc -Wall -Wextra -D_GNU_SOURCE test_sync_io.c -o test_sync_io 2023-10-14T00:01:38.570 INFO:tasks.workunit.client.0.smithi055.stdout:cc -Wall -Wextra -D_GNU_SOURCE test_short_dio_read.c -o test_short_dio_read 2023-10-14T00:01:38.612 INFO:tasks.workunit.client.0.smithi055.stdout:make[1]: Leaving directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/direct_io' 2023-10-14T00:01:38.614 INFO:tasks.workunit.client.0.smithi055.stdout:make[1]: Entering directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/fs' 2023-10-14T00:01:38.614 INFO:tasks.workunit.client.0.smithi055.stdout:cc -Wall -Wextra -D_GNU_SOURCE test_o_trunc.c -o test_o_trunc 2023-10-14T00:01:38.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:38 smithi082 ceph-mon[116307]: pgmap v53: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2023-10-14T00:01:38.656 INFO:tasks.workunit.client.0.smithi055.stdout:make[1]: Leaving directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/fs' 2023-10-14T00:01:38.659 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2023-10-14T00:01:38.659 DEBUG:teuthology.orchestra.run.smithi055:> dd if=/home/ubuntu/cephtest/workunits.list.client.0 of=/dev/stdout 2023-10-14T00:01:38.721 INFO:tasks.workunit:Running workunits matching test_telemetry_quincy.sh on client.0... 2023-10-14T00:01:38.722 INFO:tasks.workunit:Running workunit test_telemetry_quincy.sh... 2023-10-14T00:01:38.723 DEBUG:teuthology.orchestra.run.smithi055: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=3b7b697cbf6ffcf4008fdd8ebe8798db50497941 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-10-14T00:01:38.789 INFO:tasks.workunit.client.0.smithi055.stderr:+ ceph config set mgr mgr/telemetry/channel_ident true 2023-10-14T00:01:39.298 INFO:tasks.workunit.client.0.smithi055.stderr:+ ceph config set mgr mgr/telemetry/organization ceph-qa 2023-10-14T00:01:39.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:01:39 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:01:39] ENGINE Bus STOPPING 2023-10-14T00:01:39.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:01:39 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:01:39] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-10-14T00:01:39.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:01:39 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:01:39] ENGINE Bus STOPPED 2023-10-14T00:01:39.518 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:01:39 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:01:39] ENGINE Bus STARTING 2023-10-14T00:01:39.518 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:01:39 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:01:39] ENGINE Serving on http://:::9283 2023-10-14T00:01:39.518 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:01:39 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:01:39] ENGINE Bus STARTED 2023-10-14T00:01:39.794 INFO:tasks.workunit.client.0.smithi055.stderr:+ ceph config set mgr mgr/telemetry/description 'upgrade test cluster' 2023-10-14T00:01:40.016 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:01:39 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:01:39] ENGINE Bus STOPPING 2023-10-14T00:01:40.017 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:01:39 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:01:39] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-10-14T00:01:40.017 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:01:39 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:01:39] ENGINE Bus STOPPED 2023-10-14T00:01:40.017 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:01:39 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:01:39] ENGINE Bus STARTING 2023-10-14T00:01:40.017 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:01:39 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:01:39] ENGINE Serving on http://:::9283 2023-10-14T00:01:40.018 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:01:39 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:01:39] ENGINE Bus STARTED 2023-10-14T00:01:40.289 INFO:tasks.workunit.client.0.smithi055.stderr:+ ceph telemetry preview 2023-10-14T00:01:40.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:40 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/3548662791' entity='client.admin' 2023-10-14T00:01:40.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:40 smithi055 ceph-mon[110989]: pgmap v54: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2023-10-14T00:01:40.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:40 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:01:40.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:40 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:01:40.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:40 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:01:40.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:40 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:01:40.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:40 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/306760446' entity='client.admin' 2023-10-14T00:01:40.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:40 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:01:40.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:40 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:01:40.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:40 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:01:40.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:40 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:01:40.519 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:01:40 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:01:40] ENGINE Bus STOPPING 2023-10-14T00:01:40.520 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:01:40 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:01:40] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-10-14T00:01:40.520 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:01:40 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:01:40] ENGINE Bus STOPPED 2023-10-14T00:01:40.520 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:01:40 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:01:40] ENGINE Bus STARTING 2023-10-14T00:01:40.521 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:01:40 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:01:40] ENGINE Serving on http://:::9283 2023-10-14T00:01:40.521 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:01:40 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:01:40] ENGINE Bus STARTED 2023-10-14T00:01:40.521 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:40 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/3548662791' entity='client.admin' 2023-10-14T00:01:40.521 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:40 smithi055 ceph-mon[124249]: pgmap v54: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2023-10-14T00:01:40.521 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:40 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:01:40.522 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:40 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:01:40.522 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:40 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:01:40.522 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:40 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:01:40.522 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:40 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/306760446' entity='client.admin' 2023-10-14T00:01:40.523 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:40 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:01:40.523 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:40 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:01:40.523 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:40 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:01:40.523 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:40 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:01:40.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:40 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/3548662791' entity='client.admin' 2023-10-14T00:01:40.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:40 smithi082 ceph-mon[116307]: pgmap v54: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2023-10-14T00:01:40.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:40 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:01:40.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:40 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:01:40.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:40 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:01:40.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:40 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:01:40.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:40 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/306760446' entity='client.admin' 2023-10-14T00:01:40.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:40 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:01:40.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:40 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:01:40.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:40 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:01:40.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:40 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:01:40.894 INFO:tasks.workunit.client.0.smithi055.stdout:{ 2023-10-14T00:01:40.894 INFO:tasks.workunit.client.0.smithi055.stdout: "balancer": { 2023-10-14T00:01:40.894 INFO:tasks.workunit.client.0.smithi055.stdout: "active": true, 2023-10-14T00:01:40.895 INFO:tasks.workunit.client.0.smithi055.stdout: "mode": "" 2023-10-14T00:01:40.895 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:40.895 INFO:tasks.workunit.client.0.smithi055.stdout: "channels": [ 2023-10-14T00:01:40.895 INFO:tasks.workunit.client.0.smithi055.stdout: "basic", 2023-10-14T00:01:40.896 INFO:tasks.workunit.client.0.smithi055.stdout: "crash", 2023-10-14T00:01:40.896 INFO:tasks.workunit.client.0.smithi055.stdout: "device", 2023-10-14T00:01:40.896 INFO:tasks.workunit.client.0.smithi055.stdout: "ident" 2023-10-14T00:01:40.896 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:40.896 INFO:tasks.workunit.client.0.smithi055.stdout: "channels_available": [ 2023-10-14T00:01:40.897 INFO:tasks.workunit.client.0.smithi055.stdout: "basic", 2023-10-14T00:01:40.897 INFO:tasks.workunit.client.0.smithi055.stdout: "ident", 2023-10-14T00:01:40.897 INFO:tasks.workunit.client.0.smithi055.stdout: "crash", 2023-10-14T00:01:40.897 INFO:tasks.workunit.client.0.smithi055.stdout: "device", 2023-10-14T00:01:40.897 INFO:tasks.workunit.client.0.smithi055.stdout: "perf" 2023-10-14T00:01:40.898 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:40.898 INFO:tasks.workunit.client.0.smithi055.stdout: "collections_available": [ 2023-10-14T00:01:40.898 INFO:tasks.workunit.client.0.smithi055.stdout: "basic_base", 2023-10-14T00:01:40.898 INFO:tasks.workunit.client.0.smithi055.stdout: "device_base", 2023-10-14T00:01:40.898 INFO:tasks.workunit.client.0.smithi055.stdout: "crash_base", 2023-10-14T00:01:40.899 INFO:tasks.workunit.client.0.smithi055.stdout: "ident_base", 2023-10-14T00:01:40.899 INFO:tasks.workunit.client.0.smithi055.stdout: "perf_perf", 2023-10-14T00:01:40.899 INFO:tasks.workunit.client.0.smithi055.stdout: "basic_mds_metadata", 2023-10-14T00:01:40.899 INFO:tasks.workunit.client.0.smithi055.stdout: "basic_pool_usage", 2023-10-14T00:01:40.899 INFO:tasks.workunit.client.0.smithi055.stdout: "basic_usage_by_class", 2023-10-14T00:01:40.900 INFO:tasks.workunit.client.0.smithi055.stdout: "basic_rook_v01", 2023-10-14T00:01:40.900 INFO:tasks.workunit.client.0.smithi055.stdout: "perf_memory_metrics", 2023-10-14T00:01:40.900 INFO:tasks.workunit.client.0.smithi055.stdout: "basic_pool_options_bluestore" 2023-10-14T00:01:40.900 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:40.900 INFO:tasks.workunit.client.0.smithi055.stdout: "collections_opted_in": [ 2023-10-14T00:01:40.901 INFO:tasks.workunit.client.0.smithi055.stdout: "basic_base", 2023-10-14T00:01:40.901 INFO:tasks.workunit.client.0.smithi055.stdout: "device_base", 2023-10-14T00:01:40.901 INFO:tasks.workunit.client.0.smithi055.stdout: "crash_base", 2023-10-14T00:01:40.901 INFO:tasks.workunit.client.0.smithi055.stdout: "ident_base", 2023-10-14T00:01:40.901 INFO:tasks.workunit.client.0.smithi055.stdout: "perf_perf", 2023-10-14T00:01:40.902 INFO:tasks.workunit.client.0.smithi055.stdout: "basic_mds_metadata", 2023-10-14T00:01:40.902 INFO:tasks.workunit.client.0.smithi055.stdout: "basic_pool_usage", 2023-10-14T00:01:40.902 INFO:tasks.workunit.client.0.smithi055.stdout: "basic_usage_by_class", 2023-10-14T00:01:40.902 INFO:tasks.workunit.client.0.smithi055.stdout: "basic_rook_v01", 2023-10-14T00:01:40.903 INFO:tasks.workunit.client.0.smithi055.stdout: "perf_memory_metrics", 2023-10-14T00:01:40.903 INFO:tasks.workunit.client.0.smithi055.stdout: "basic_pool_options_bluestore" 2023-10-14T00:01:40.903 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:40.903 INFO:tasks.workunit.client.0.smithi055.stdout: "config": { 2023-10-14T00:01:40.903 INFO:tasks.workunit.client.0.smithi055.stdout: "active_changed": [ 2023-10-14T00:01:40.904 INFO:tasks.workunit.client.0.smithi055.stdout: "auth_allow_insecure_global_id_reclaim", 2023-10-14T00:01:40.904 INFO:tasks.workunit.client.0.smithi055.stdout: "auth_debug", 2023-10-14T00:01:40.904 INFO:tasks.workunit.client.0.smithi055.stdout: "auth_mon_ticket_ttl", 2023-10-14T00:01:40.904 INFO:tasks.workunit.client.0.smithi055.stdout: "auth_service_ticket_ttl", 2023-10-14T00:01:40.905 INFO:tasks.workunit.client.0.smithi055.stdout: "bdev_debug_aio", 2023-10-14T00:01:40.905 INFO:tasks.workunit.client.0.smithi055.stdout: "client_check_pool_perm", 2023-10-14T00:01:40.905 INFO:tasks.workunit.client.0.smithi055.stdout: "client_mount_gid", 2023-10-14T00:01:40.905 INFO:tasks.workunit.client.0.smithi055.stdout: "client_mount_uid", 2023-10-14T00:01:40.906 INFO:tasks.workunit.client.0.smithi055.stdout: "client_quota", 2023-10-14T00:01:40.906 INFO:tasks.workunit.client.0.smithi055.stdout: "container_image", 2023-10-14T00:01:40.906 INFO:tasks.workunit.client.0.smithi055.stdout: "daemonize", 2023-10-14T00:01:40.906 INFO:tasks.workunit.client.0.smithi055.stdout: "debug_asserts_on_shutdown", 2023-10-14T00:01:40.906 INFO:tasks.workunit.client.0.smithi055.stdout: "debug_mgr", 2023-10-14T00:01:40.907 INFO:tasks.workunit.client.0.smithi055.stdout: "debug_mon", 2023-10-14T00:01:40.907 INFO:tasks.workunit.client.0.smithi055.stdout: "debug_ms", 2023-10-14T00:01:40.907 INFO:tasks.workunit.client.0.smithi055.stdout: "debug_osd", 2023-10-14T00:01:40.907 INFO:tasks.workunit.client.0.smithi055.stdout: "debug_paxos", 2023-10-14T00:01:40.907 INFO:tasks.workunit.client.0.smithi055.stdout: "keyring", 2023-10-14T00:01:40.908 INFO:tasks.workunit.client.0.smithi055.stdout: "leveldb_block_size", 2023-10-14T00:01:40.908 INFO:tasks.workunit.client.0.smithi055.stdout: "leveldb_cache_size", 2023-10-14T00:01:40.908 INFO:tasks.workunit.client.0.smithi055.stdout: "leveldb_compression", 2023-10-14T00:01:40.908 INFO:tasks.workunit.client.0.smithi055.stdout: "leveldb_log", 2023-10-14T00:01:40.908 INFO:tasks.workunit.client.0.smithi055.stdout: "leveldb_write_buffer_size", 2023-10-14T00:01:40.909 INFO:tasks.workunit.client.0.smithi055.stdout: "log_to_file", 2023-10-14T00:01:40.909 INFO:tasks.workunit.client.0.smithi055.stdout: "log_to_journald", 2023-10-14T00:01:40.909 INFO:tasks.workunit.client.0.smithi055.stdout: "log_to_stderr", 2023-10-14T00:01:40.909 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_allow_pool_delete", 2023-10-14T00:01:40.909 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_clock_drift_allowed", 2023-10-14T00:01:40.910 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_cluster_log_file_level", 2023-10-14T00:01:40.910 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_cluster_log_to_file", 2023-10-14T00:01:40.910 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_cluster_log_to_journald", 2023-10-14T00:01:40.910 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_cluster_log_to_stderr", 2023-10-14T00:01:40.910 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_data_avail_warn", 2023-10-14T00:01:40.911 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_election_default_strategy", 2023-10-14T00:01:40.911 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_host", 2023-10-14T00:01:40.911 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_max_pg_per_osd", 2023-10-14T00:01:40.911 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_mgr_mkfs_grace", 2023-10-14T00:01:40.912 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_osd_prime_pg_temp", 2023-10-14T00:01:40.912 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_osd_reporter_subtree_level", 2023-10-14T00:01:40.912 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_pg_warn_max_object_skew", 2023-10-14T00:01:40.912 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_reweight_min_bytes_per_osd", 2023-10-14T00:01:40.913 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_reweight_min_pgs_per_osd", 2023-10-14T00:01:40.913 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_warn_on_crush_straw_calc_version_zero", 2023-10-14T00:01:40.913 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_warn_on_insecure_global_id_reclaim", 2023-10-14T00:01:40.913 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_warn_on_insecure_global_id_reclaim_allowed", 2023-10-14T00:01:40.913 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_warn_on_legacy_crush_tunables", 2023-10-14T00:01:40.914 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_warn_on_osd_down_out_interval_zero", 2023-10-14T00:01:40.914 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_warn_on_pool_pg_num_not_power_of_two", 2023-10-14T00:01:40.914 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_warn_on_too_few_osds", 2023-10-14T00:01:40.914 INFO:tasks.workunit.client.0.smithi055.stdout: "ms_die_on_bug", 2023-10-14T00:01:40.915 INFO:tasks.workunit.client.0.smithi055.stdout: "ms_die_on_old_message", 2023-10-14T00:01:40.915 INFO:tasks.workunit.client.0.smithi055.stdout: "no_config_file", 2023-10-14T00:01:40.915 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_class_default_list", 2023-10-14T00:01:40.915 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_class_load_list", 2023-10-14T00:01:40.916 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_debug_misdirected_ops", 2023-10-14T00:01:40.916 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_debug_op_order", 2023-10-14T00:01:40.916 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_debug_pg_log_writeout", 2023-10-14T00:01:40.916 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_debug_shutdown", 2023-10-14T00:01:40.917 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_debug_verify_cached_snaps", 2023-10-14T00:01:40.917 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_debug_verify_missing_on_start", 2023-10-14T00:01:40.917 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_debug_verify_stray_on_activate", 2023-10-14T00:01:40.917 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_deep_scrub_update_digest_min_age", 2023-10-14T00:01:40.918 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mclock_profile", 2023-10-14T00:01:40.918 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mclock_scheduler_background_best_effort_lim", 2023-10-14T00:01:40.918 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mclock_scheduler_background_best_effort_res", 2023-10-14T00:01:40.918 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mclock_scheduler_background_best_effort_wgt", 2023-10-14T00:01:40.919 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mclock_scheduler_background_recovery_lim", 2023-10-14T00:01:40.919 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mclock_scheduler_background_recovery_res", 2023-10-14T00:01:40.919 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mclock_scheduler_background_recovery_wgt", 2023-10-14T00:01:40.919 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mclock_scheduler_client_lim", 2023-10-14T00:01:40.919 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mclock_scheduler_client_res", 2023-10-14T00:01:40.920 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mclock_scheduler_client_wgt", 2023-10-14T00:01:40.920 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_memory_target", 2023-10-14T00:01:40.920 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_memory_target_autotune", 2023-10-14T00:01:40.921 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_op_queue", 2023-10-14T00:01:40.921 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_op_queue_cut_off", 2023-10-14T00:01:40.921 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_pool_default_erasure_code_profile", 2023-10-14T00:01:40.921 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_pool_default_pg_autoscale_mode", 2023-10-14T00:01:40.921 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_recover_clone_overlap", 2023-10-14T00:01:40.922 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_recovery_max_chunk", 2023-10-14T00:01:40.922 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_scrub_load_threshold", 2023-10-14T00:01:40.922 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_scrub_max_interval", 2023-10-14T00:01:40.922 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_shutdown_pgref_assert", 2023-10-14T00:01:40.923 INFO:tasks.workunit.client.0.smithi055.stdout: "public_addr", 2023-10-14T00:01:40.923 INFO:tasks.workunit.client.0.smithi055.stdout: "public_addrv", 2023-10-14T00:01:40.923 INFO:tasks.workunit.client.0.smithi055.stdout: "public_network", 2023-10-14T00:01:40.923 INFO:tasks.workunit.client.0.smithi055.stdout: "rbd_default_features", 2023-10-14T00:01:40.923 INFO:tasks.workunit.client.0.smithi055.stdout: "rbd_qos_exclude_ops", 2023-10-14T00:01:40.924 INFO:tasks.workunit.client.0.smithi055.stdout: "setgroup", 2023-10-14T00:01:40.924 INFO:tasks.workunit.client.0.smithi055.stdout: "setuser" 2023-10-14T00:01:40.924 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:40.924 INFO:tasks.workunit.client.0.smithi055.stdout: "cluster_changed": [ 2023-10-14T00:01:40.924 INFO:tasks.workunit.client.0.smithi055.stdout: "auth_allow_insecure_global_id_reclaim", 2023-10-14T00:01:40.925 INFO:tasks.workunit.client.0.smithi055.stdout: "auth_debug", 2023-10-14T00:01:40.925 INFO:tasks.workunit.client.0.smithi055.stdout: "auth_mon_ticket_ttl", 2023-10-14T00:01:40.925 INFO:tasks.workunit.client.0.smithi055.stdout: "auth_service_ticket_ttl", 2023-10-14T00:01:40.926 INFO:tasks.workunit.client.0.smithi055.stdout: "bdev_debug_aio", 2023-10-14T00:01:40.926 INFO:tasks.workunit.client.0.smithi055.stdout: "container_image", 2023-10-14T00:01:40.926 INFO:tasks.workunit.client.0.smithi055.stdout: "debug_asserts_on_shutdown", 2023-10-14T00:01:40.927 INFO:tasks.workunit.client.0.smithi055.stdout: "debug_mgr", 2023-10-14T00:01:40.927 INFO:tasks.workunit.client.0.smithi055.stdout: "debug_mon", 2023-10-14T00:01:40.927 INFO:tasks.workunit.client.0.smithi055.stdout: "debug_ms", 2023-10-14T00:01:40.927 INFO:tasks.workunit.client.0.smithi055.stdout: "debug_osd", 2023-10-14T00:01:40.928 INFO:tasks.workunit.client.0.smithi055.stdout: "debug_paxos", 2023-10-14T00:01:40.928 INFO:tasks.workunit.client.0.smithi055.stdout: "log_to_file", 2023-10-14T00:01:40.928 INFO:tasks.workunit.client.0.smithi055.stdout: "log_to_journald", 2023-10-14T00:01:40.929 INFO:tasks.workunit.client.0.smithi055.stdout: "log_to_stderr", 2023-10-14T00:01:40.929 INFO:tasks.workunit.client.0.smithi055.stdout: "mds_join_fs", 2023-10-14T00:01:40.929 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr/cephadm/allow_ptrace", 2023-10-14T00:01:40.929 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr/cephadm/container_init", 2023-10-14T00:01:40.929 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr/cephadm/migration_current", 2023-10-14T00:01:40.930 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr/cephadm/use_repo_digest", 2023-10-14T00:01:40.930 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr/dashboard/ALERTMANAGER_API_HOST", 2023-10-14T00:01:40.930 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr/dashboard/GRAFANA_API_SSL_VERIFY", 2023-10-14T00:01:40.930 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr/dashboard/GRAFANA_API_URL", 2023-10-14T00:01:40.930 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr/dashboard/PROMETHEUS_API_HOST", 2023-10-14T00:01:40.931 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr/dashboard/ssl_server_port", 2023-10-14T00:01:40.931 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr/orchestrator/orchestrator", 2023-10-14T00:01:40.931 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr/telemetry/channel_ident", 2023-10-14T00:01:40.931 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr/telemetry/description", 2023-10-14T00:01:40.931 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr/telemetry/organization", 2023-10-14T00:01:40.932 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_allow_pool_delete", 2023-10-14T00:01:40.932 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_clock_drift_allowed", 2023-10-14T00:01:40.932 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_cluster_log_file_level", 2023-10-14T00:01:40.932 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_data_avail_warn", 2023-10-14T00:01:40.933 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_election_default_strategy", 2023-10-14T00:01:40.933 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_max_pg_per_osd", 2023-10-14T00:01:40.933 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_mgr_mkfs_grace", 2023-10-14T00:01:40.933 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_osd_prime_pg_temp", 2023-10-14T00:01:40.933 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_osd_reporter_subtree_level", 2023-10-14T00:01:40.934 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_pg_warn_max_object_skew", 2023-10-14T00:01:40.934 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_reweight_min_bytes_per_osd", 2023-10-14T00:01:40.934 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_reweight_min_pgs_per_osd", 2023-10-14T00:01:40.934 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_warn_on_crush_straw_calc_version_zero", 2023-10-14T00:01:40.934 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_warn_on_insecure_global_id_reclaim", 2023-10-14T00:01:40.935 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_warn_on_insecure_global_id_reclaim_allowed", 2023-10-14T00:01:40.935 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_warn_on_legacy_crush_tunables", 2023-10-14T00:01:40.935 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_warn_on_osd_down_out_interval_zero", 2023-10-14T00:01:40.935 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_warn_on_pool_pg_num_not_power_of_two", 2023-10-14T00:01:40.935 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_warn_on_too_few_osds", 2023-10-14T00:01:40.936 INFO:tasks.workunit.client.0.smithi055.stdout: "ms_die_on_bug", 2023-10-14T00:01:40.936 INFO:tasks.workunit.client.0.smithi055.stdout: "ms_die_on_old_message", 2023-10-14T00:01:40.936 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_class_default_list", 2023-10-14T00:01:40.936 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_class_load_list", 2023-10-14T00:01:40.936 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_debug_misdirected_ops", 2023-10-14T00:01:40.937 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_debug_op_order", 2023-10-14T00:01:40.937 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_debug_pg_log_writeout", 2023-10-14T00:01:40.937 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_debug_shutdown", 2023-10-14T00:01:40.937 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_debug_verify_cached_snaps", 2023-10-14T00:01:40.937 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_debug_verify_missing_on_start", 2023-10-14T00:01:40.938 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_debug_verify_stray_on_activate", 2023-10-14T00:01:40.938 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_deep_scrub_update_digest_min_age", 2023-10-14T00:01:40.938 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mclock_profile", 2023-10-14T00:01:40.938 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_memory_target", 2023-10-14T00:01:40.939 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_memory_target_autotune", 2023-10-14T00:01:40.939 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_op_queue", 2023-10-14T00:01:40.939 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_op_queue_cut_off", 2023-10-14T00:01:40.939 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_pool_default_erasure_code_profile", 2023-10-14T00:01:40.939 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_pool_default_pg_autoscale_mode", 2023-10-14T00:01:40.940 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_recover_clone_overlap", 2023-10-14T00:01:40.940 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_recovery_max_chunk", 2023-10-14T00:01:40.940 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_scrub_load_threshold", 2023-10-14T00:01:40.940 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_scrub_max_interval", 2023-10-14T00:01:40.940 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_shutdown_pgref_assert", 2023-10-14T00:01:40.941 INFO:tasks.workunit.client.0.smithi055.stdout: "public_network", 2023-10-14T00:01:40.941 INFO:tasks.workunit.client.0.smithi055.stdout: "rgw_cache_enabled", 2023-10-14T00:01:40.941 INFO:tasks.workunit.client.0.smithi055.stdout: "rgw_enable_ops_log", 2023-10-14T00:01:40.941 INFO:tasks.workunit.client.0.smithi055.stdout: "rgw_enable_usage_log" 2023-10-14T00:01:40.941 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:40.942 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:40.942 INFO:tasks.workunit.client.0.smithi055.stdout: "contact": null, 2023-10-14T00:01:40.942 INFO:tasks.workunit.client.0.smithi055.stdout: "crashes": [], 2023-10-14T00:01:40.942 INFO:tasks.workunit.client.0.smithi055.stdout: "created": "2023-10-13T23:55:28.818488Z", 2023-10-14T00:01:40.942 INFO:tasks.workunit.client.0.smithi055.stdout: "crush": { 2023-10-14T00:01:40.943 INFO:tasks.workunit.client.0.smithi055.stdout: "bucket_algs": { 2023-10-14T00:01:40.943 INFO:tasks.workunit.client.0.smithi055.stdout: "straw2": 3 2023-10-14T00:01:40.943 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:40.943 INFO:tasks.workunit.client.0.smithi055.stdout: "bucket_sizes": { 2023-10-14T00:01:40.943 INFO:tasks.workunit.client.0.smithi055.stdout: "2": 1, 2023-10-14T00:01:40.944 INFO:tasks.workunit.client.0.smithi055.stdout: "4": 2 2023-10-14T00:01:40.944 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:40.944 INFO:tasks.workunit.client.0.smithi055.stdout: "bucket_types": { 2023-10-14T00:01:40.944 INFO:tasks.workunit.client.0.smithi055.stdout: "1": 2, 2023-10-14T00:01:40.944 INFO:tasks.workunit.client.0.smithi055.stdout: "11": 1 2023-10-14T00:01:40.945 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:40.945 INFO:tasks.workunit.client.0.smithi055.stdout: "compat_weight_set": false, 2023-10-14T00:01:40.945 INFO:tasks.workunit.client.0.smithi055.stdout: "device_classes": [ 2023-10-14T00:01:40.945 INFO:tasks.workunit.client.0.smithi055.stdout: 8 2023-10-14T00:01:40.945 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:40.946 INFO:tasks.workunit.client.0.smithi055.stdout: "num_buckets": 6, 2023-10-14T00:01:40.946 INFO:tasks.workunit.client.0.smithi055.stdout: "num_devices": 8, 2023-10-14T00:01:40.946 INFO:tasks.workunit.client.0.smithi055.stdout: "num_rules": 1, 2023-10-14T00:01:40.946 INFO:tasks.workunit.client.0.smithi055.stdout: "num_types": 12, 2023-10-14T00:01:40.947 INFO:tasks.workunit.client.0.smithi055.stdout: "num_weight_sets": 0, 2023-10-14T00:01:40.947 INFO:tasks.workunit.client.0.smithi055.stdout: "tunables": { 2023-10-14T00:01:40.947 INFO:tasks.workunit.client.0.smithi055.stdout: "allowed_bucket_algs": 54, 2023-10-14T00:01:40.947 INFO:tasks.workunit.client.0.smithi055.stdout: "choose_local_fallback_tries": 0, 2023-10-14T00:01:40.948 INFO:tasks.workunit.client.0.smithi055.stdout: "choose_local_tries": 0, 2023-10-14T00:01:40.948 INFO:tasks.workunit.client.0.smithi055.stdout: "choose_total_tries": 50, 2023-10-14T00:01:40.948 INFO:tasks.workunit.client.0.smithi055.stdout: "chooseleaf_descend_once": 1, 2023-10-14T00:01:40.948 INFO:tasks.workunit.client.0.smithi055.stdout: "chooseleaf_stable": 1, 2023-10-14T00:01:40.949 INFO:tasks.workunit.client.0.smithi055.stdout: "chooseleaf_vary_r": 1, 2023-10-14T00:01:40.949 INFO:tasks.workunit.client.0.smithi055.stdout: "has_v2_rules": 0, 2023-10-14T00:01:40.949 INFO:tasks.workunit.client.0.smithi055.stdout: "has_v3_rules": 0, 2023-10-14T00:01:40.949 INFO:tasks.workunit.client.0.smithi055.stdout: "has_v4_buckets": 1, 2023-10-14T00:01:40.949 INFO:tasks.workunit.client.0.smithi055.stdout: "has_v5_rules": 0, 2023-10-14T00:01:40.950 INFO:tasks.workunit.client.0.smithi055.stdout: "legacy_tunables": 0, 2023-10-14T00:01:40.950 INFO:tasks.workunit.client.0.smithi055.stdout: "minimum_required_version": "jewel", 2023-10-14T00:01:40.950 INFO:tasks.workunit.client.0.smithi055.stdout: "optimal_tunables": 1, 2023-10-14T00:01:40.951 INFO:tasks.workunit.client.0.smithi055.stdout: "profile": "jewel", 2023-10-14T00:01:40.951 INFO:tasks.workunit.client.0.smithi055.stdout: "require_feature_tunables": 1, 2023-10-14T00:01:40.951 INFO:tasks.workunit.client.0.smithi055.stdout: "require_feature_tunables2": 1, 2023-10-14T00:01:40.951 INFO:tasks.workunit.client.0.smithi055.stdout: "require_feature_tunables3": 1, 2023-10-14T00:01:40.952 INFO:tasks.workunit.client.0.smithi055.stdout: "require_feature_tunables5": 1, 2023-10-14T00:01:40.952 INFO:tasks.workunit.client.0.smithi055.stdout: "straw_calc_version": 1 2023-10-14T00:01:40.952 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:40.952 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:40.953 INFO:tasks.workunit.client.0.smithi055.stdout: "description": "upgrade test cluster", 2023-10-14T00:01:40.953 INFO:tasks.workunit.client.0.smithi055.stdout: "fs": { 2023-10-14T00:01:40.953 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 1, 2023-10-14T00:01:40.953 INFO:tasks.workunit.client.0.smithi055.stdout: "feature_flags": { 2023-10-14T00:01:40.953 INFO:tasks.workunit.client.0.smithi055.stdout: "enable_multiple": true, 2023-10-14T00:01:40.954 INFO:tasks.workunit.client.0.smithi055.stdout: "ever_enabled_multiple": true 2023-10-14T00:01:40.954 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:40.954 INFO:tasks.workunit.client.0.smithi055.stdout: "filesystems": [ 2023-10-14T00:01:40.954 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:40.954 INFO:tasks.workunit.client.0.smithi055.stdout: "approx_ctime": "2023-10", 2023-10-14T00:01:40.955 INFO:tasks.workunit.client.0.smithi055.stdout: "balancer_enabled": false, 2023-10-14T00:01:40.955 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:40.955 INFO:tasks.workunit.client.0.smithi055.stdout: "cached_caps": 0, 2023-10-14T00:01:40.955 INFO:tasks.workunit.client.0.smithi055.stdout: "cached_dns": 10, 2023-10-14T00:01:40.956 INFO:tasks.workunit.client.0.smithi055.stdout: "cached_inos": 13, 2023-10-14T00:01:40.956 INFO:tasks.workunit.client.0.smithi055.stdout: "cached_subtrees": 2, 2023-10-14T00:01:40.956 INFO:tasks.workunit.client.0.smithi055.stdout: "ever_allowed_features": 0, 2023-10-14T00:01:40.956 INFO:tasks.workunit.client.0.smithi055.stdout: "explicitly_allowed_features": 0, 2023-10-14T00:01:40.957 INFO:tasks.workunit.client.0.smithi055.stdout: "files": 0, 2023-10-14T00:01:40.957 INFO:tasks.workunit.client.0.smithi055.stdout: "max_mds": 1, 2023-10-14T00:01:40.957 INFO:tasks.workunit.client.0.smithi055.stdout: "num_data_pools": 1, 2023-10-14T00:01:40.957 INFO:tasks.workunit.client.0.smithi055.stdout: "num_in": 1, 2023-10-14T00:01:40.958 INFO:tasks.workunit.client.0.smithi055.stdout: "num_mds": 1, 2023-10-14T00:01:40.958 INFO:tasks.workunit.client.0.smithi055.stdout: "num_sessions": 0, 2023-10-14T00:01:40.958 INFO:tasks.workunit.client.0.smithi055.stdout: "num_standby_replay": 0, 2023-10-14T00:01:40.958 INFO:tasks.workunit.client.0.smithi055.stdout: "num_up": 1, 2023-10-14T00:01:40.959 INFO:tasks.workunit.client.0.smithi055.stdout: "snaps": 0, 2023-10-14T00:01:40.959 INFO:tasks.workunit.client.0.smithi055.stdout: "standby_count_wanted": 0 2023-10-14T00:01:40.959 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:40.959 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:40.960 INFO:tasks.workunit.client.0.smithi055.stdout: "num_standby_mds": 1, 2023-10-14T00:01:40.960 INFO:tasks.workunit.client.0.smithi055.stdout: "total_num_mds": 2 2023-10-14T00:01:40.960 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:40.961 INFO:tasks.workunit.client.0.smithi055.stdout: "hosts": { 2023-10-14T00:01:40.961 INFO:tasks.workunit.client.0.smithi055.stdout: "num": 2, 2023-10-14T00:01:40.962 INFO:tasks.workunit.client.0.smithi055.stdout: "num_with_mds": 2, 2023-10-14T00:01:40.962 INFO:tasks.workunit.client.0.smithi055.stdout: "num_with_mgr": 2, 2023-10-14T00:01:40.962 INFO:tasks.workunit.client.0.smithi055.stdout: "num_with_mon": 2, 2023-10-14T00:01:40.963 INFO:tasks.workunit.client.0.smithi055.stdout: "num_with_osd": 2 2023-10-14T00:01:40.963 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:40.963 INFO:tasks.workunit.client.0.smithi055.stdout: "leaderboard": false, 2023-10-14T00:01:40.963 INFO:tasks.workunit.client.0.smithi055.stdout: "license": "sharing-1-0", 2023-10-14T00:01:40.964 INFO:tasks.workunit.client.0.smithi055.stdout: "metadata": { 2023-10-14T00:01:40.964 INFO:tasks.workunit.client.0.smithi055.stdout: "mds": { 2023-10-14T00:01:40.964 INFO:tasks.workunit.client.0.smithi055.stdout: "arch": { 2023-10-14T00:01:40.964 INFO:tasks.workunit.client.0.smithi055.stdout: "x86_64": 2 2023-10-14T00:01:40.965 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:40.965 INFO:tasks.workunit.client.0.smithi055.stdout: "ceph_version": { 2023-10-14T00:01:40.965 INFO:tasks.workunit.client.0.smithi055.stdout: "ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)": 2 2023-10-14T00:01:40.965 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:40.965 INFO:tasks.workunit.client.0.smithi055.stdout: "cpu": { 2023-10-14T00:01:40.966 INFO:tasks.workunit.client.0.smithi055.stdout: "Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz": 1, 2023-10-14T00:01:40.966 INFO:tasks.workunit.client.0.smithi055.stdout: "Intel(R) Xeon(R) CPU E5-1620 v4 @ 3.50GHz": 1 2023-10-14T00:01:40.966 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:40.966 INFO:tasks.workunit.client.0.smithi055.stdout: "distro": { 2023-10-14T00:01:40.967 INFO:tasks.workunit.client.0.smithi055.stdout: "centos": 2 2023-10-14T00:01:40.967 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:40.967 INFO:tasks.workunit.client.0.smithi055.stdout: "distro_description": { 2023-10-14T00:01:40.967 INFO:tasks.workunit.client.0.smithi055.stdout: "CentOS Stream 8": 2 2023-10-14T00:01:40.967 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:40.968 INFO:tasks.workunit.client.0.smithi055.stdout: "kernel_description": { 2023-10-14T00:01:40.968 INFO:tasks.workunit.client.0.smithi055.stdout: "#1 SMP Mon Oct 2 13:45:04 UTC 2023": 2 2023-10-14T00:01:40.968 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:40.968 INFO:tasks.workunit.client.0.smithi055.stdout: "kernel_version": { 2023-10-14T00:01:40.969 INFO:tasks.workunit.client.0.smithi055.stdout: "4.18.0-516.el8.x86_64": 2 2023-10-14T00:01:40.969 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:40.969 INFO:tasks.workunit.client.0.smithi055.stdout: "os": { 2023-10-14T00:01:40.969 INFO:tasks.workunit.client.0.smithi055.stdout: "Linux": 2 2023-10-14T00:01:40.969 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:40.970 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:40.970 INFO:tasks.workunit.client.0.smithi055.stdout: "mon": { 2023-10-14T00:01:40.970 INFO:tasks.workunit.client.0.smithi055.stdout: "arch": { 2023-10-14T00:01:40.970 INFO:tasks.workunit.client.0.smithi055.stdout: "x86_64": 3 2023-10-14T00:01:40.971 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:40.971 INFO:tasks.workunit.client.0.smithi055.stdout: "ceph_version": { 2023-10-14T00:01:40.971 INFO:tasks.workunit.client.0.smithi055.stdout: "ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)": 3 2023-10-14T00:01:40.971 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:40.971 INFO:tasks.workunit.client.0.smithi055.stdout: "cpu": { 2023-10-14T00:01:40.972 INFO:tasks.workunit.client.0.smithi055.stdout: "Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz": 2, 2023-10-14T00:01:40.972 INFO:tasks.workunit.client.0.smithi055.stdout: "Intel(R) Xeon(R) CPU E5-1620 v4 @ 3.50GHz": 1 2023-10-14T00:01:40.972 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:40.972 INFO:tasks.workunit.client.0.smithi055.stdout: "distro": { 2023-10-14T00:01:40.973 INFO:tasks.workunit.client.0.smithi055.stdout: "centos": 3 2023-10-14T00:01:40.973 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:40.973 INFO:tasks.workunit.client.0.smithi055.stdout: "distro_description": { 2023-10-14T00:01:40.973 INFO:tasks.workunit.client.0.smithi055.stdout: "CentOS Stream 8": 3 2023-10-14T00:01:40.974 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:40.974 INFO:tasks.workunit.client.0.smithi055.stdout: "kernel_description": { 2023-10-14T00:01:40.974 INFO:tasks.workunit.client.0.smithi055.stdout: "#1 SMP Mon Oct 2 13:45:04 UTC 2023": 3 2023-10-14T00:01:40.974 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:40.974 INFO:tasks.workunit.client.0.smithi055.stdout: "kernel_version": { 2023-10-14T00:01:40.975 INFO:tasks.workunit.client.0.smithi055.stdout: "4.18.0-516.el8.x86_64": 3 2023-10-14T00:01:40.975 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:40.975 INFO:tasks.workunit.client.0.smithi055.stdout: "os": { 2023-10-14T00:01:40.975 INFO:tasks.workunit.client.0.smithi055.stdout: "Linux": 3 2023-10-14T00:01:40.976 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:40.976 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:40.976 INFO:tasks.workunit.client.0.smithi055.stdout: "osd": { 2023-10-14T00:01:40.976 INFO:tasks.workunit.client.0.smithi055.stdout: "arch": { 2023-10-14T00:01:40.976 INFO:tasks.workunit.client.0.smithi055.stdout: "x86_64": 8 2023-10-14T00:01:40.977 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:40.977 INFO:tasks.workunit.client.0.smithi055.stdout: "ceph_version": { 2023-10-14T00:01:40.977 INFO:tasks.workunit.client.0.smithi055.stdout: "ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)": 8 2023-10-14T00:01:40.977 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:40.977 INFO:tasks.workunit.client.0.smithi055.stdout: "cpu": { 2023-10-14T00:01:40.978 INFO:tasks.workunit.client.0.smithi055.stdout: "Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz": 4, 2023-10-14T00:01:40.978 INFO:tasks.workunit.client.0.smithi055.stdout: "Intel(R) Xeon(R) CPU E5-1620 v4 @ 3.50GHz": 4 2023-10-14T00:01:40.978 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:40.978 INFO:tasks.workunit.client.0.smithi055.stdout: "distro": { 2023-10-14T00:01:40.979 INFO:tasks.workunit.client.0.smithi055.stdout: "centos": 8 2023-10-14T00:01:40.979 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:40.979 INFO:tasks.workunit.client.0.smithi055.stdout: "distro_description": { 2023-10-14T00:01:40.979 INFO:tasks.workunit.client.0.smithi055.stdout: "CentOS Stream 8": 8 2023-10-14T00:01:40.979 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:40.980 INFO:tasks.workunit.client.0.smithi055.stdout: "kernel_description": { 2023-10-14T00:01:40.980 INFO:tasks.workunit.client.0.smithi055.stdout: "#1 SMP Mon Oct 2 13:45:04 UTC 2023": 8 2023-10-14T00:01:40.980 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:40.980 INFO:tasks.workunit.client.0.smithi055.stdout: "kernel_version": { 2023-10-14T00:01:40.981 INFO:tasks.workunit.client.0.smithi055.stdout: "4.18.0-516.el8.x86_64": 8 2023-10-14T00:01:40.981 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:40.981 INFO:tasks.workunit.client.0.smithi055.stdout: "os": { 2023-10-14T00:01:40.981 INFO:tasks.workunit.client.0.smithi055.stdout: "Linux": 8 2023-10-14T00:01:40.981 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:40.982 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_objectstore": { 2023-10-14T00:01:40.982 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore": 8 2023-10-14T00:01:40.982 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:40.982 INFO:tasks.workunit.client.0.smithi055.stdout: "rotational": { 2023-10-14T00:01:40.982 INFO:tasks.workunit.client.0.smithi055.stdout: "0": 8 2023-10-14T00:01:40.983 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:40.983 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:40.983 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:40.983 INFO:tasks.workunit.client.0.smithi055.stdout: "mon": { 2023-10-14T00:01:40.983 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 3, 2023-10-14T00:01:40.984 INFO:tasks.workunit.client.0.smithi055.stdout: "features": { 2023-10-14T00:01:40.984 INFO:tasks.workunit.client.0.smithi055.stdout: "optional": [], 2023-10-14T00:01:40.984 INFO:tasks.workunit.client.0.smithi055.stdout: "persistent": [ 2023-10-14T00:01:40.984 INFO:tasks.workunit.client.0.smithi055.stdout: "kraken", 2023-10-14T00:01:40.985 INFO:tasks.workunit.client.0.smithi055.stdout: "luminous", 2023-10-14T00:01:40.985 INFO:tasks.workunit.client.0.smithi055.stdout: "mimic", 2023-10-14T00:01:40.985 INFO:tasks.workunit.client.0.smithi055.stdout: "osdmap-prune", 2023-10-14T00:01:40.985 INFO:tasks.workunit.client.0.smithi055.stdout: "nautilus", 2023-10-14T00:01:40.985 INFO:tasks.workunit.client.0.smithi055.stdout: "octopus", 2023-10-14T00:01:40.986 INFO:tasks.workunit.client.0.smithi055.stdout: "pacific", 2023-10-14T00:01:40.986 INFO:tasks.workunit.client.0.smithi055.stdout: "elector-pinging", 2023-10-14T00:01:40.986 INFO:tasks.workunit.client.0.smithi055.stdout: "quincy" 2023-10-14T00:01:40.986 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:40.987 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:40.987 INFO:tasks.workunit.client.0.smithi055.stdout: "ipv4_addr_mons": 6, 2023-10-14T00:01:40.987 INFO:tasks.workunit.client.0.smithi055.stdout: "ipv6_addr_mons": 0, 2023-10-14T00:01:40.987 INFO:tasks.workunit.client.0.smithi055.stdout: "min_mon_release": 17, 2023-10-14T00:01:40.987 INFO:tasks.workunit.client.0.smithi055.stdout: "v1_addr_mons": 3, 2023-10-14T00:01:40.988 INFO:tasks.workunit.client.0.smithi055.stdout: "v2_addr_mons": 3 2023-10-14T00:01:40.988 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:40.988 INFO:tasks.workunit.client.0.smithi055.stdout: "organization": "ceph-qa", 2023-10-14T00:01:40.988 INFO:tasks.workunit.client.0.smithi055.stdout: "osd": { 2023-10-14T00:01:40.989 INFO:tasks.workunit.client.0.smithi055.stdout: "cluster_network": false, 2023-10-14T00:01:40.989 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 8, 2023-10-14T00:01:40.989 INFO:tasks.workunit.client.0.smithi055.stdout: "require_min_compat_client": "luminous", 2023-10-14T00:01:40.989 INFO:tasks.workunit.client.0.smithi055.stdout: "require_osd_release": "quincy" 2023-10-14T00:01:40.990 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:40.990 INFO:tasks.workunit.client.0.smithi055.stdout: "pools": [ 2023-10-14T00:01:40.990 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:40.990 INFO:tasks.workunit.client.0.smithi055.stdout: "application": [ 2023-10-14T00:01:40.991 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr" 2023-10-14T00:01:40.991 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:40.991 INFO:tasks.workunit.client.0.smithi055.stdout: "cache_mode": "none", 2023-10-14T00:01:40.991 INFO:tasks.workunit.client.0.smithi055.stdout: "erasure_code_profile": {}, 2023-10-14T00:01:40.991 INFO:tasks.workunit.client.0.smithi055.stdout: "min_size": 2, 2023-10-14T00:01:40.992 INFO:tasks.workunit.client.0.smithi055.stdout: "options": {}, 2023-10-14T00:01:40.992 INFO:tasks.workunit.client.0.smithi055.stdout: "pg_autoscale_mode": "off", 2023-10-14T00:01:40.992 INFO:tasks.workunit.client.0.smithi055.stdout: "pg_num": 1, 2023-10-14T00:01:40.992 INFO:tasks.workunit.client.0.smithi055.stdout: "pgp_num": 1, 2023-10-14T00:01:40.993 INFO:tasks.workunit.client.0.smithi055.stdout: "pool": 1, 2023-10-14T00:01:40.993 INFO:tasks.workunit.client.0.smithi055.stdout: "size": 3, 2023-10-14T00:01:40.993 INFO:tasks.workunit.client.0.smithi055.stdout: "stats": { 2023-10-14T00:01:40.994 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_raw": 727116720394, 2023-10-14T00:01:40.994 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_used": 1781760, 2023-10-14T00:01:40.994 INFO:tasks.workunit.client.0.smithi055.stdout: "compress_bytes_used": 0, 2023-10-14T00:01:40.994 INFO:tasks.workunit.client.0.smithi055.stdout: "compress_under_bytes": 0, 2023-10-14T00:01:40.995 INFO:tasks.workunit.client.0.smithi055.stdout: "data_bytes_used": 1781760, 2023-10-14T00:01:40.995 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty": 0, 2023-10-14T00:01:40.995 INFO:tasks.workunit.client.0.smithi055.stdout: "max_avail": 242372247552, 2023-10-14T00:01:40.995 INFO:tasks.workunit.client.0.smithi055.stdout: "objects": 2, 2023-10-14T00:01:40.995 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_bytes_used": 0, 2023-10-14T00:01:40.995 INFO:tasks.workunit.client.0.smithi055.stdout: "percent_used": 2.450439524182002e-06, 2023-10-14T00:01:40.996 INFO:tasks.workunit.client.0.smithi055.stdout: "quota_bytes": 0, 2023-10-14T00:01:40.996 INFO:tasks.workunit.client.0.smithi055.stdout: "quota_objects": 0, 2023-10-14T00:01:40.996 INFO:tasks.workunit.client.0.smithi055.stdout: "rd": 257, 2023-10-14T00:01:40.996 INFO:tasks.workunit.client.0.smithi055.stdout: "rd_bytes": 546816, 2023-10-14T00:01:40.997 INFO:tasks.workunit.client.0.smithi055.stdout: "stored": 590368, 2023-10-14T00:01:40.997 INFO:tasks.workunit.client.0.smithi055.stdout: "stored_data": 590368, 2023-10-14T00:01:40.997 INFO:tasks.workunit.client.0.smithi055.stdout: "stored_omap": 0, 2023-10-14T00:01:40.997 INFO:tasks.workunit.client.0.smithi055.stdout: "stored_raw": 1771104, 2023-10-14T00:01:40.998 INFO:tasks.workunit.client.0.smithi055.stdout: "wr": 229, 2023-10-14T00:01:40.998 INFO:tasks.workunit.client.0.smithi055.stdout: "wr_bytes": 3545088 2023-10-14T00:01:40.998 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:40.999 INFO:tasks.workunit.client.0.smithi055.stdout: "target_max_bytes": 0, 2023-10-14T00:01:40.999 INFO:tasks.workunit.client.0.smithi055.stdout: "target_max_objects": 0, 2023-10-14T00:01:40.999 INFO:tasks.workunit.client.0.smithi055.stdout: "type": "replicated" 2023-10-14T00:01:41.000 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.000 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:41.000 INFO:tasks.workunit.client.0.smithi055.stdout: "application": [ 2023-10-14T00:01:41.000 INFO:tasks.workunit.client.0.smithi055.stdout: "cephfs" 2023-10-14T00:01:41.001 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:41.001 INFO:tasks.workunit.client.0.smithi055.stdout: "cache_mode": "none", 2023-10-14T00:01:41.001 INFO:tasks.workunit.client.0.smithi055.stdout: "erasure_code_profile": {}, 2023-10-14T00:01:41.001 INFO:tasks.workunit.client.0.smithi055.stdout: "min_size": 2, 2023-10-14T00:01:41.001 INFO:tasks.workunit.client.0.smithi055.stdout: "options": {}, 2023-10-14T00:01:41.002 INFO:tasks.workunit.client.0.smithi055.stdout: "pg_autoscale_mode": "off", 2023-10-14T00:01:41.002 INFO:tasks.workunit.client.0.smithi055.stdout: "pg_num": 32, 2023-10-14T00:01:41.002 INFO:tasks.workunit.client.0.smithi055.stdout: "pgp_num": 32, 2023-10-14T00:01:41.002 INFO:tasks.workunit.client.0.smithi055.stdout: "pool": 2, 2023-10-14T00:01:41.002 INFO:tasks.workunit.client.0.smithi055.stdout: "size": 3, 2023-10-14T00:01:41.003 INFO:tasks.workunit.client.0.smithi055.stdout: "stats": { 2023-10-14T00:01:41.003 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_raw": 727116720394, 2023-10-14T00:01:41.003 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_used": 98304, 2023-10-14T00:01:41.003 INFO:tasks.workunit.client.0.smithi055.stdout: "compress_bytes_used": 0, 2023-10-14T00:01:41.004 INFO:tasks.workunit.client.0.smithi055.stdout: "compress_under_bytes": 0, 2023-10-14T00:01:41.004 INFO:tasks.workunit.client.0.smithi055.stdout: "data_bytes_used": 98304, 2023-10-14T00:01:41.004 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty": 0, 2023-10-14T00:01:41.004 INFO:tasks.workunit.client.0.smithi055.stdout: "max_avail": 242372247552, 2023-10-14T00:01:41.004 INFO:tasks.workunit.client.0.smithi055.stdout: "objects": 22, 2023-10-14T00:01:41.004 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_bytes_used": 0, 2023-10-14T00:01:41.005 INFO:tasks.workunit.client.0.smithi055.stdout: "percent_used": 1.3519698427444382e-07, 2023-10-14T00:01:41.005 INFO:tasks.workunit.client.0.smithi055.stdout: "quota_bytes": 0, 2023-10-14T00:01:41.005 INFO:tasks.workunit.client.0.smithi055.stdout: "quota_objects": 0, 2023-10-14T00:01:41.005 INFO:tasks.workunit.client.0.smithi055.stdout: "rd": 0, 2023-10-14T00:01:41.005 INFO:tasks.workunit.client.0.smithi055.stdout: "rd_bytes": 0, 2023-10-14T00:01:41.006 INFO:tasks.workunit.client.0.smithi055.stdout: "stored": 3378, 2023-10-14T00:01:41.006 INFO:tasks.workunit.client.0.smithi055.stdout: "stored_data": 3378, 2023-10-14T00:01:41.006 INFO:tasks.workunit.client.0.smithi055.stdout: "stored_omap": 0, 2023-10-14T00:01:41.006 INFO:tasks.workunit.client.0.smithi055.stdout: "stored_raw": 10134, 2023-10-14T00:01:41.006 INFO:tasks.workunit.client.0.smithi055.stdout: "wr": 51, 2023-10-14T00:01:41.007 INFO:tasks.workunit.client.0.smithi055.stdout: "wr_bytes": 19456 2023-10-14T00:01:41.007 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.007 INFO:tasks.workunit.client.0.smithi055.stdout: "target_max_bytes": 0, 2023-10-14T00:01:41.007 INFO:tasks.workunit.client.0.smithi055.stdout: "target_max_objects": 0, 2023-10-14T00:01:41.007 INFO:tasks.workunit.client.0.smithi055.stdout: "type": "replicated" 2023-10-14T00:01:41.008 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.008 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:41.008 INFO:tasks.workunit.client.0.smithi055.stdout: "application": [ 2023-10-14T00:01:41.008 INFO:tasks.workunit.client.0.smithi055.stdout: "cephfs" 2023-10-14T00:01:41.009 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:41.009 INFO:tasks.workunit.client.0.smithi055.stdout: "cache_mode": "none", 2023-10-14T00:01:41.009 INFO:tasks.workunit.client.0.smithi055.stdout: "erasure_code_profile": {}, 2023-10-14T00:01:41.009 INFO:tasks.workunit.client.0.smithi055.stdout: "min_size": 2, 2023-10-14T00:01:41.009 INFO:tasks.workunit.client.0.smithi055.stdout: "options": {}, 2023-10-14T00:01:41.010 INFO:tasks.workunit.client.0.smithi055.stdout: "pg_autoscale_mode": "off", 2023-10-14T00:01:41.010 INFO:tasks.workunit.client.0.smithi055.stdout: "pg_num": 64, 2023-10-14T00:01:41.010 INFO:tasks.workunit.client.0.smithi055.stdout: "pgp_num": 64, 2023-10-14T00:01:41.010 INFO:tasks.workunit.client.0.smithi055.stdout: "pool": 3, 2023-10-14T00:01:41.011 INFO:tasks.workunit.client.0.smithi055.stdout: "size": 3, 2023-10-14T00:01:41.011 INFO:tasks.workunit.client.0.smithi055.stdout: "stats": { 2023-10-14T00:01:41.011 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_raw": 727116720394, 2023-10-14T00:01:41.011 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_used": 0, 2023-10-14T00:01:41.011 INFO:tasks.workunit.client.0.smithi055.stdout: "compress_bytes_used": 0, 2023-10-14T00:01:41.012 INFO:tasks.workunit.client.0.smithi055.stdout: "compress_under_bytes": 0, 2023-10-14T00:01:41.012 INFO:tasks.workunit.client.0.smithi055.stdout: "data_bytes_used": 0, 2023-10-14T00:01:41.012 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty": 0, 2023-10-14T00:01:41.012 INFO:tasks.workunit.client.0.smithi055.stdout: "max_avail": 242372247552, 2023-10-14T00:01:41.012 INFO:tasks.workunit.client.0.smithi055.stdout: "objects": 0, 2023-10-14T00:01:41.013 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_bytes_used": 0, 2023-10-14T00:01:41.013 INFO:tasks.workunit.client.0.smithi055.stdout: "percent_used": 0.0, 2023-10-14T00:01:41.013 INFO:tasks.workunit.client.0.smithi055.stdout: "quota_bytes": 0, 2023-10-14T00:01:41.013 INFO:tasks.workunit.client.0.smithi055.stdout: "quota_objects": 0, 2023-10-14T00:01:41.013 INFO:tasks.workunit.client.0.smithi055.stdout: "rd": 0, 2023-10-14T00:01:41.014 INFO:tasks.workunit.client.0.smithi055.stdout: "rd_bytes": 0, 2023-10-14T00:01:41.014 INFO:tasks.workunit.client.0.smithi055.stdout: "stored": 0, 2023-10-14T00:01:41.014 INFO:tasks.workunit.client.0.smithi055.stdout: "stored_data": 0, 2023-10-14T00:01:41.014 INFO:tasks.workunit.client.0.smithi055.stdout: "stored_omap": 0, 2023-10-14T00:01:41.014 INFO:tasks.workunit.client.0.smithi055.stdout: "stored_raw": 0, 2023-10-14T00:01:41.015 INFO:tasks.workunit.client.0.smithi055.stdout: "wr": 0, 2023-10-14T00:01:41.015 INFO:tasks.workunit.client.0.smithi055.stdout: "wr_bytes": 0 2023-10-14T00:01:41.015 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.015 INFO:tasks.workunit.client.0.smithi055.stdout: "target_max_bytes": 0, 2023-10-14T00:01:41.015 INFO:tasks.workunit.client.0.smithi055.stdout: "target_max_objects": 0, 2023-10-14T00:01:41.016 INFO:tasks.workunit.client.0.smithi055.stdout: "type": "replicated" 2023-10-14T00:01:41.016 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.016 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:41.016 INFO:tasks.workunit.client.0.smithi055.stdout: "application": [ 2023-10-14T00:01:41.016 INFO:tasks.workunit.client.0.smithi055.stdout: "rbd" 2023-10-14T00:01:41.016 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:41.017 INFO:tasks.workunit.client.0.smithi055.stdout: "cache_mode": "none", 2023-10-14T00:01:41.017 INFO:tasks.workunit.client.0.smithi055.stdout: "erasure_code_profile": {}, 2023-10-14T00:01:41.017 INFO:tasks.workunit.client.0.smithi055.stdout: "min_size": 2, 2023-10-14T00:01:41.017 INFO:tasks.workunit.client.0.smithi055.stdout: "options": {}, 2023-10-14T00:01:41.017 INFO:tasks.workunit.client.0.smithi055.stdout: "pg_autoscale_mode": "off", 2023-10-14T00:01:41.018 INFO:tasks.workunit.client.0.smithi055.stdout: "pg_num": 8, 2023-10-14T00:01:41.018 INFO:tasks.workunit.client.0.smithi055.stdout: "pgp_num": 8, 2023-10-14T00:01:41.018 INFO:tasks.workunit.client.0.smithi055.stdout: "pool": 4, 2023-10-14T00:01:41.018 INFO:tasks.workunit.client.0.smithi055.stdout: "size": 3, 2023-10-14T00:01:41.018 INFO:tasks.workunit.client.0.smithi055.stdout: "stats": { 2023-10-14T00:01:41.019 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_raw": 727116720394, 2023-10-14T00:01:41.019 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_used": 0, 2023-10-14T00:01:41.019 INFO:tasks.workunit.client.0.smithi055.stdout: "compress_bytes_used": 0, 2023-10-14T00:01:41.019 INFO:tasks.workunit.client.0.smithi055.stdout: "compress_under_bytes": 0, 2023-10-14T00:01:41.019 INFO:tasks.workunit.client.0.smithi055.stdout: "data_bytes_used": 0, 2023-10-14T00:01:41.019 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty": 0, 2023-10-14T00:01:41.020 INFO:tasks.workunit.client.0.smithi055.stdout: "max_avail": 242372247552, 2023-10-14T00:01:41.020 INFO:tasks.workunit.client.0.smithi055.stdout: "objects": 0, 2023-10-14T00:01:41.020 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_bytes_used": 0, 2023-10-14T00:01:41.020 INFO:tasks.workunit.client.0.smithi055.stdout: "percent_used": 0.0, 2023-10-14T00:01:41.020 INFO:tasks.workunit.client.0.smithi055.stdout: "quota_bytes": 0, 2023-10-14T00:01:41.021 INFO:tasks.workunit.client.0.smithi055.stdout: "quota_objects": 0, 2023-10-14T00:01:41.021 INFO:tasks.workunit.client.0.smithi055.stdout: "rd": 0, 2023-10-14T00:01:41.021 INFO:tasks.workunit.client.0.smithi055.stdout: "rd_bytes": 0, 2023-10-14T00:01:41.021 INFO:tasks.workunit.client.0.smithi055.stdout: "stored": 0, 2023-10-14T00:01:41.022 INFO:tasks.workunit.client.0.smithi055.stdout: "stored_data": 0, 2023-10-14T00:01:41.022 INFO:tasks.workunit.client.0.smithi055.stdout: "stored_omap": 0, 2023-10-14T00:01:41.022 INFO:tasks.workunit.client.0.smithi055.stdout: "stored_raw": 0, 2023-10-14T00:01:41.022 INFO:tasks.workunit.client.0.smithi055.stdout: "wr": 0, 2023-10-14T00:01:41.022 INFO:tasks.workunit.client.0.smithi055.stdout: "wr_bytes": 0 2023-10-14T00:01:41.023 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.023 INFO:tasks.workunit.client.0.smithi055.stdout: "target_max_bytes": 0, 2023-10-14T00:01:41.023 INFO:tasks.workunit.client.0.smithi055.stdout: "target_max_objects": 0, 2023-10-14T00:01:41.023 INFO:tasks.workunit.client.0.smithi055.stdout: "type": "replicated" 2023-10-14T00:01:41.023 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:41.024 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:41.024 INFO:tasks.workunit.client.0.smithi055.stdout: "rbd": { 2023-10-14T00:01:41.024 INFO:tasks.workunit.client.0.smithi055.stdout: "mirroring_by_pool": [ 2023-10-14T00:01:41.024 INFO:tasks.workunit.client.0.smithi055.stdout: false 2023-10-14T00:01:41.025 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:41.025 INFO:tasks.workunit.client.0.smithi055.stdout: "num_images_by_pool": [ 2023-10-14T00:01:41.025 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:41.025 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:41.025 INFO:tasks.workunit.client.0.smithi055.stdout: "num_pools": 1 2023-10-14T00:01:41.026 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.026 INFO:tasks.workunit.client.0.smithi055.stdout: "report_id": "6b4de139-c77a-4bdd-b921-b728659788e5", 2023-10-14T00:01:41.026 INFO:tasks.workunit.client.0.smithi055.stdout: "report_timestamp": "2023-10-14T00:01:40.886429", 2023-10-14T00:01:41.026 INFO:tasks.workunit.client.0.smithi055.stdout: "report_version": 1, 2023-10-14T00:01:41.027 INFO:tasks.workunit.client.0.smithi055.stdout: "rook": { 2023-10-14T00:01:41.027 INFO:tasks.workunit.client.0.smithi055.stdout: "cluster": { 2023-10-14T00:01:41.027 INFO:tasks.workunit.client.0.smithi055.stdout: "external-mode": null, 2023-10-14T00:01:41.027 INFO:tasks.workunit.client.0.smithi055.stdout: "mon": { 2023-10-14T00:01:41.028 INFO:tasks.workunit.client.0.smithi055.stdout: "allow-multiple-per-node": null, 2023-10-14T00:01:41.028 INFO:tasks.workunit.client.0.smithi055.stdout: "count": null, 2023-10-14T00:01:41.028 INFO:tasks.workunit.client.0.smithi055.stdout: "max-id": null, 2023-10-14T00:01:41.028 INFO:tasks.workunit.client.0.smithi055.stdout: "pvc": { 2023-10-14T00:01:41.028 INFO:tasks.workunit.client.0.smithi055.stdout: "enabled": null 2023-10-14T00:01:41.029 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.029 INFO:tasks.workunit.client.0.smithi055.stdout: "stretch": { 2023-10-14T00:01:41.029 INFO:tasks.workunit.client.0.smithi055.stdout: "enabled": null 2023-10-14T00:01:41.029 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:41.030 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.030 INFO:tasks.workunit.client.0.smithi055.stdout: "network": { 2023-10-14T00:01:41.030 INFO:tasks.workunit.client.0.smithi055.stdout: "provider": null 2023-10-14T00:01:41.030 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.030 INFO:tasks.workunit.client.0.smithi055.stdout: "storage": { 2023-10-14T00:01:41.031 INFO:tasks.workunit.client.0.smithi055.stdout: "device-set": { 2023-10-14T00:01:41.031 INFO:tasks.workunit.client.0.smithi055.stdout: "count": { 2023-10-14T00:01:41.031 INFO:tasks.workunit.client.0.smithi055.stdout: "non-portable": null, 2023-10-14T00:01:41.031 INFO:tasks.workunit.client.0.smithi055.stdout: "portable": null, 2023-10-14T00:01:41.032 INFO:tasks.workunit.client.0.smithi055.stdout: "total": null 2023-10-14T00:01:41.032 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:41.032 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:41.032 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:41.033 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.033 INFO:tasks.workunit.client.0.smithi055.stdout: "csi": { 2023-10-14T00:01:41.033 INFO:tasks.workunit.client.0.smithi055.stdout: "version": null 2023-10-14T00:01:41.033 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.033 INFO:tasks.workunit.client.0.smithi055.stdout: "kubernetes": { 2023-10-14T00:01:41.034 INFO:tasks.workunit.client.0.smithi055.stdout: "version": null 2023-10-14T00:01:41.034 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.034 INFO:tasks.workunit.client.0.smithi055.stdout: "node": { 2023-10-14T00:01:41.034 INFO:tasks.workunit.client.0.smithi055.stdout: "count": { 2023-10-14T00:01:41.035 INFO:tasks.workunit.client.0.smithi055.stdout: "kubernetes-total": null, 2023-10-14T00:01:41.035 INFO:tasks.workunit.client.0.smithi055.stdout: "with-ceph-daemons": null, 2023-10-14T00:01:41.035 INFO:tasks.workunit.client.0.smithi055.stdout: "with-csi-cephfs-plugin": null, 2023-10-14T00:01:41.035 INFO:tasks.workunit.client.0.smithi055.stdout: "with-csi-nfs-plugin": null, 2023-10-14T00:01:41.036 INFO:tasks.workunit.client.0.smithi055.stdout: "with-csi-rbd-plugin": null 2023-10-14T00:01:41.036 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:41.036 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.036 INFO:tasks.workunit.client.0.smithi055.stdout: "usage": { 2023-10-14T00:01:41.037 INFO:tasks.workunit.client.0.smithi055.stdout: "storage-class": { 2023-10-14T00:01:41.037 INFO:tasks.workunit.client.0.smithi055.stdout: "count": { 2023-10-14T00:01:41.037 INFO:tasks.workunit.client.0.smithi055.stdout: "bucket": null, 2023-10-14T00:01:41.037 INFO:tasks.workunit.client.0.smithi055.stdout: "cephfs": null, 2023-10-14T00:01:41.037 INFO:tasks.workunit.client.0.smithi055.stdout: "nfs": null, 2023-10-14T00:01:41.038 INFO:tasks.workunit.client.0.smithi055.stdout: "rbd": null, 2023-10-14T00:01:41.038 INFO:tasks.workunit.client.0.smithi055.stdout: "total": null 2023-10-14T00:01:41.038 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:41.038 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:41.038 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.039 INFO:tasks.workunit.client.0.smithi055.stdout: "version": null 2023-10-14T00:01:41.039 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.039 INFO:tasks.workunit.client.0.smithi055.stdout: "services": {}, 2023-10-14T00:01:41.039 INFO:tasks.workunit.client.0.smithi055.stdout: "usage": { 2023-10-14T00:01:41.039 INFO:tasks.workunit.client.0.smithi055.stdout: "pg_num": 105, 2023-10-14T00:01:41.040 INFO:tasks.workunit.client.0.smithi055.stdout: "pools": 4, 2023-10-14T00:01:41.040 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_by_class": { 2023-10-14T00:01:41.040 INFO:tasks.workunit.client.0.smithi055.stdout: "ssd": { 2023-10-14T00:01:41.040 INFO:tasks.workunit.client.0.smithi055.stdout: "total_avail_bytes": 765517746176, 2023-10-14T00:01:41.040 INFO:tasks.workunit.client.0.smithi055.stdout: "total_bytes": 767960285184, 2023-10-14T00:01:41.040 INFO:tasks.workunit.client.0.smithi055.stdout: "total_used_bytes": 2442539008, 2023-10-14T00:01:41.041 INFO:tasks.workunit.client.0.smithi055.stdout: "total_used_raw_bytes": 2442539008, 2023-10-14T00:01:41.041 INFO:tasks.workunit.client.0.smithi055.stdout: "total_used_raw_ratio": 0.0031805539038032293 2023-10-14T00:01:41.041 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:41.041 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.041 INFO:tasks.workunit.client.0.smithi055.stdout: "total_avail_bytes": 765517746176, 2023-10-14T00:01:41.042 INFO:tasks.workunit.client.0.smithi055.stdout: "total_bytes": 767960285184, 2023-10-14T00:01:41.042 INFO:tasks.workunit.client.0.smithi055.stdout: "total_used_bytes": 2442539008 2023-10-14T00:01:41.042 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:41.042 INFO:tasks.workunit.client.0.smithi055.stdout:} 2023-10-14T00:01:41.042 INFO:tasks.workunit.client.0.smithi055.stdout:Device report is generated separately. To see it run 'ceph telemetry preview-device'. 2023-10-14T00:01:41.043 INFO:tasks.workunit.client.0.smithi055.stderr:+ ceph telemetry preview-device 2023-10-14T00:01:41.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:41 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/2717205676' entity='client.admin' 2023-10-14T00:01:41.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:41 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:01:41.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:41 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:01:41.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:41 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:01:41.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:41 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:01:41.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:41 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:01:41.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:41 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2023-10-14T00:01:41.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:41 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:01:41.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:41 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2023-10-14T00:01:41.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:41 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/2717205676' entity='client.admin' 2023-10-14T00:01:41.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:41 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:01:41.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:41 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:01:41.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:41 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:01:41.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:41 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:01:41.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:41 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:01:41.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:41 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2023-10-14T00:01:41.521 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:41 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:01:41.521 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:41 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2023-10-14T00:01:41.533 INFO:tasks.workunit.client.0.smithi055.stdout:{ 2023-10-14T00:01:41.533 INFO:tasks.workunit.client.0.smithi055.stdout: "da8a9a4a-6a24-11ee-8cbd-ac1f6bf82606": { 2023-10-14T00:01:41.534 INFO:tasks.workunit.client.0.smithi055.stdout: "INTEL_SSDPEDKE040T7_da8b3068-6a24-11ee-8cbd-ac1f6bf82606": { 2023-10-14T00:01:41.534 INFO:tasks.workunit.client.0.smithi055.stdout: "20231013-235759": { 2023-10-14T00:01:41.534 INFO:tasks.workunit.client.0.smithi055.stdout: "device": { 2023-10-14T00:01:41.534 INFO:tasks.workunit.client.0.smithi055.stdout: "info_name": "/dev/nvme0n1", 2023-10-14T00:01:41.534 INFO:tasks.workunit.client.0.smithi055.stdout: "name": "/dev/nvme0n1", 2023-10-14T00:01:41.535 INFO:tasks.workunit.client.0.smithi055.stdout: "protocol": "NVMe", 2023-10-14T00:01:41.535 INFO:tasks.workunit.client.0.smithi055.stdout: "type": "nvme" 2023-10-14T00:01:41.535 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.535 INFO:tasks.workunit.client.0.smithi055.stdout: "firmware_version": "QDV1013D", 2023-10-14T00:01:41.535 INFO:tasks.workunit.client.0.smithi055.stdout: "host_id": "da8a9a4a-6a24-11ee-8cbd-ac1f6bf82606", 2023-10-14T00:01:41.536 INFO:tasks.workunit.client.0.smithi055.stdout: "json_format_version": [ 2023-10-14T00:01:41.536 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:41.536 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:41.536 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:41.537 INFO:tasks.workunit.client.0.smithi055.stdout: "local_time": { 2023-10-14T00:01:41.537 INFO:tasks.workunit.client.0.smithi055.stdout: "asctime": "Fri Oct 13 23:57:59 2023 UTC", 2023-10-14T00:01:41.537 INFO:tasks.workunit.client.0.smithi055.stdout: "time_t": 1697241479 2023-10-14T00:01:41.537 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.537 INFO:tasks.workunit.client.0.smithi055.stdout: "logical_block_size": 512, 2023-10-14T00:01:41.538 INFO:tasks.workunit.client.0.smithi055.stdout: "model_name": "INTEL SSDPEDKE040T7", 2023-10-14T00:01:41.538 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_controller_id": 0, 2023-10-14T00:01:41.538 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_ieee_oui_identifier": 6083300, 2023-10-14T00:01:41.538 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_namespaces": [ 2023-10-14T00:01:41.538 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:41.539 INFO:tasks.workunit.client.0.smithi055.stdout: "capacity": { 2023-10-14T00:01:41.539 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 7814037168, 2023-10-14T00:01:41.539 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 4000787030016 2023-10-14T00:01:41.539 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.539 INFO:tasks.workunit.client.0.smithi055.stdout: "formatted_lba_size": 512, 2023-10-14T00:01:41.540 INFO:tasks.workunit.client.0.smithi055.stdout: "id": 1, 2023-10-14T00:01:41.540 INFO:tasks.workunit.client.0.smithi055.stdout: "size": { 2023-10-14T00:01:41.540 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 7814037168, 2023-10-14T00:01:41.540 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 4000787030016 2023-10-14T00:01:41.540 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.541 INFO:tasks.workunit.client.0.smithi055.stdout: "utilization": { 2023-10-14T00:01:41.541 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 7814037168, 2023-10-14T00:01:41.541 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 4000787030016 2023-10-14T00:01:41.541 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:41.541 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:41.542 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:41.542 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_number_of_namespaces": 1, 2023-10-14T00:01:41.542 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_pci_vendor": { 2023-10-14T00:01:41.542 INFO:tasks.workunit.client.0.smithi055.stdout: "id": 32902, 2023-10-14T00:01:41.542 INFO:tasks.workunit.client.0.smithi055.stdout: "subsystem_id": 32902 2023-10-14T00:01:41.543 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.543 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_smart_health_information_add_log": { 2023-10-14T00:01:41.543 INFO:tasks.workunit.client.0.smithi055.stdout: "Device stats": { 2023-10-14T00:01:41.543 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_fw_downgrades": { 2023-10-14T00:01:41.543 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 0, 2023-10-14T00:01:41.544 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:41.544 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.544 INFO:tasks.workunit.client.0.smithi055.stdout: "crc_error_count": { 2023-10-14T00:01:41.544 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.544 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:41.544 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.545 INFO:tasks.workunit.client.0.smithi055.stdout: "end_to_end_error_detection_count": { 2023-10-14T00:01:41.545 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.545 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:41.545 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.545 INFO:tasks.workunit.client.0.smithi055.stdout: "erase_fail_count": { 2023-10-14T00:01:41.546 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.546 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:41.546 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.546 INFO:tasks.workunit.client.0.smithi055.stdout: "host_bytes_written": { 2023-10-14T00:01:41.546 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.547 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 20602507 2023-10-14T00:01:41.547 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.547 INFO:tasks.workunit.client.0.smithi055.stdout: "host_ctx_wear_used": { 2023-10-14T00:01:41.547 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.547 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:41.547 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.548 INFO:tasks.workunit.client.0.smithi055.stdout: "media_bytes_read": { 2023-10-14T00:01:41.548 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.548 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 18830585 2023-10-14T00:01:41.548 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.548 INFO:tasks.workunit.client.0.smithi055.stdout: "nand_bytes_written": { 2023-10-14T00:01:41.549 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.549 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 39610353 2023-10-14T00:01:41.549 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.549 INFO:tasks.workunit.client.0.smithi055.stdout: "perf_stat_indicator": { 2023-10-14T00:01:41.549 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.550 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 12 2023-10-14T00:01:41.550 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.550 INFO:tasks.workunit.client.0.smithi055.stdout: "pll_lock_loss_count": { 2023-10-14T00:01:41.550 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.550 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:41.551 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.551 INFO:tasks.workunit.client.0.smithi055.stdout: "program_fail_count": { 2023-10-14T00:01:41.551 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.551 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 3 2023-10-14T00:01:41.551 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.551 INFO:tasks.workunit.client.0.smithi055.stdout: "re_alloc_sectr_cnt": { 2023-10-14T00:01:41.552 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 16, 2023-10-14T00:01:41.552 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 35534 2023-10-14T00:01:41.552 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.552 INFO:tasks.workunit.client.0.smithi055.stdout: "retry_buffer_overflow_count": { 2023-10-14T00:01:41.552 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.553 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:41.553 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.553 INFO:tasks.workunit.client.0.smithi055.stdout: "soft_ecc_err_rate": { 2023-10-14T00:01:41.553 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.553 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 35519 2023-10-14T00:01:41.554 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.554 INFO:tasks.workunit.client.0.smithi055.stdout: "thermal_throttle_status": { 2023-10-14T00:01:41.554 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.554 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": { 2023-10-14T00:01:41.554 INFO:tasks.workunit.client.0.smithi055.stdout: "cnt": 0, 2023-10-14T00:01:41.555 INFO:tasks.workunit.client.0.smithi055.stdout: "pct": 0 2023-10-14T00:01:41.555 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:41.555 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.555 INFO:tasks.workunit.client.0.smithi055.stdout: "timed_workload_host_reads": { 2023-10-14T00:01:41.555 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.555 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 65535 2023-10-14T00:01:41.556 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.556 INFO:tasks.workunit.client.0.smithi055.stdout: "timed_workload_media_wear": { 2023-10-14T00:01:41.556 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.556 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 64 2023-10-14T00:01:41.556 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.557 INFO:tasks.workunit.client.0.smithi055.stdout: "timed_workload_timer": { 2023-10-14T00:01:41.557 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.557 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 65535 2023-10-14T00:01:41.557 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.557 INFO:tasks.workunit.client.0.smithi055.stdout: "unexp_power_loss": { 2023-10-14T00:01:41.558 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.558 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:41.558 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.558 INFO:tasks.workunit.client.0.smithi055.stdout: "wear_leveling": { 2023-10-14T00:01:41.558 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 91, 2023-10-14T00:01:41.559 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": { 2023-10-14T00:01:41.559 INFO:tasks.workunit.client.0.smithi055.stdout: "avg": 479, 2023-10-14T00:01:41.559 INFO:tasks.workunit.client.0.smithi055.stdout: "max": 482, 2023-10-14T00:01:41.559 INFO:tasks.workunit.client.0.smithi055.stdout: "min": 480 2023-10-14T00:01:41.559 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:41.560 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:41.560 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.560 INFO:tasks.workunit.client.0.smithi055.stdout: "Intel Smart log": "nvme0n1" 2023-10-14T00:01:41.560 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.560 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_smart_health_information_log": { 2023-10-14T00:01:41.561 INFO:tasks.workunit.client.0.smithi055.stdout: "available_spare": 99, 2023-10-14T00:01:41.561 INFO:tasks.workunit.client.0.smithi055.stdout: "available_spare_threshold": 10, 2023-10-14T00:01:41.561 INFO:tasks.workunit.client.0.smithi055.stdout: "controller_busy_time": 19512, 2023-10-14T00:01:41.561 INFO:tasks.workunit.client.0.smithi055.stdout: "critical_comp_time": 0, 2023-10-14T00:01:41.561 INFO:tasks.workunit.client.0.smithi055.stdout: "critical_warning": 0, 2023-10-14T00:01:41.562 INFO:tasks.workunit.client.0.smithi055.stdout: "data_units_read": 248557174, 2023-10-14T00:01:41.562 INFO:tasks.workunit.client.0.smithi055.stdout: "data_units_written": 1350205906, 2023-10-14T00:01:41.562 INFO:tasks.workunit.client.0.smithi055.stdout: "host_reads": 4284611189, 2023-10-14T00:01:41.562 INFO:tasks.workunit.client.0.smithi055.stdout: "host_writes": 23304472545, 2023-10-14T00:01:41.562 INFO:tasks.workunit.client.0.smithi055.stdout: "media_errors": 0, 2023-10-14T00:01:41.563 INFO:tasks.workunit.client.0.smithi055.stdout: "num_err_log_entries": 0, 2023-10-14T00:01:41.563 INFO:tasks.workunit.client.0.smithi055.stdout: "percentage_used": 9, 2023-10-14T00:01:41.563 INFO:tasks.workunit.client.0.smithi055.stdout: "power_cycles": 35534, 2023-10-14T00:01:41.563 INFO:tasks.workunit.client.0.smithi055.stdout: "power_on_hours": 43465, 2023-10-14T00:01:41.563 INFO:tasks.workunit.client.0.smithi055.stdout: "temperature": 21, 2023-10-14T00:01:41.563 INFO:tasks.workunit.client.0.smithi055.stdout: "unsafe_shutdowns": 35519, 2023-10-14T00:01:41.564 INFO:tasks.workunit.client.0.smithi055.stdout: "warning_temp_time": 0 2023-10-14T00:01:41.564 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.564 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_total_capacity": 4000787030016, 2023-10-14T00:01:41.564 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_unallocated_capacity": 0, 2023-10-14T00:01:41.565 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_vendor": "intel", 2023-10-14T00:01:41.565 INFO:tasks.workunit.client.0.smithi055.stdout: "power_cycle_count": 35534, 2023-10-14T00:01:41.565 INFO:tasks.workunit.client.0.smithi055.stdout: "power_on_time": { 2023-10-14T00:01:41.565 INFO:tasks.workunit.client.0.smithi055.stdout: "hours": 43465 2023-10-14T00:01:41.565 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.566 INFO:tasks.workunit.client.0.smithi055.stdout: "serial_number": "deleted", 2023-10-14T00:01:41.566 INFO:tasks.workunit.client.0.smithi055.stdout: "smart_status": { 2023-10-14T00:01:41.566 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme": { 2023-10-14T00:01:41.566 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:41.566 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.567 INFO:tasks.workunit.client.0.smithi055.stdout: "passed": true 2023-10-14T00:01:41.567 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.567 INFO:tasks.workunit.client.0.smithi055.stdout: "smartctl": { 2023-10-14T00:01:41.567 INFO:tasks.workunit.client.0.smithi055.stdout: "argv": [ 2023-10-14T00:01:41.567 INFO:tasks.workunit.client.0.smithi055.stdout: "smartctl", 2023-10-14T00:01:41.567 INFO:tasks.workunit.client.0.smithi055.stdout: "-x", 2023-10-14T00:01:41.568 INFO:tasks.workunit.client.0.smithi055.stdout: "--json=o", 2023-10-14T00:01:41.568 INFO:tasks.workunit.client.0.smithi055.stdout: "/dev/nvme0n1" 2023-10-14T00:01:41.568 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:41.568 INFO:tasks.workunit.client.0.smithi055.stdout: "build_info": "(local build)", 2023-10-14T00:01:41.568 INFO:tasks.workunit.client.0.smithi055.stdout: "exit_status": 0, 2023-10-14T00:01:41.569 INFO:tasks.workunit.client.0.smithi055.stdout: "output": [ 2023-10-14T00:01:41.569 INFO:tasks.workunit.client.0.smithi055.stdout: "smartctl 7.1 2019-12-30 r5022 [x86_64-linux-4.18.0-516.el8.x86_64] (local build)", 2023-10-14T00:01:41.569 INFO:tasks.workunit.client.0.smithi055.stdout: "Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org", 2023-10-14T00:01:41.569 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:41.569 INFO:tasks.workunit.client.0.smithi055.stdout: "=== START OF INFORMATION SECTION ===", 2023-10-14T00:01:41.570 INFO:tasks.workunit.client.0.smithi055.stdout: "Model Number: INTEL SSDPEDKE040T7", 2023-10-14T00:01:41.570 INFO:tasks.workunit.client.0.smithi055.stdout: "Serial Number: deleted", 2023-10-14T00:01:41.570 INFO:tasks.workunit.client.0.smithi055.stdout: "Firmware Version: QDV1013D", 2023-10-14T00:01:41.570 INFO:tasks.workunit.client.0.smithi055.stdout: "PCI Vendor/Subsystem ID: 0x8086", 2023-10-14T00:01:41.570 INFO:tasks.workunit.client.0.smithi055.stdout: "IEEE OUI Identifier: 0x5cd2e4", 2023-10-14T00:01:41.571 INFO:tasks.workunit.client.0.smithi055.stdout: "Total NVM Capacity: 4,000,787,030,016 [4.00 TB]", 2023-10-14T00:01:41.571 INFO:tasks.workunit.client.0.smithi055.stdout: "Unallocated NVM Capacity: 0", 2023-10-14T00:01:41.571 INFO:tasks.workunit.client.0.smithi055.stdout: "Controller ID: 0", 2023-10-14T00:01:41.571 INFO:tasks.workunit.client.0.smithi055.stdout: "Number of Namespaces: 1", 2023-10-14T00:01:41.571 INFO:tasks.workunit.client.0.smithi055.stdout: "Namespace 1 Size/Capacity: 4,000,787,030,016 [4.00 TB]", 2023-10-14T00:01:41.572 INFO:tasks.workunit.client.0.smithi055.stdout: "Namespace 1 Formatted LBA Size: 512", 2023-10-14T00:01:41.572 INFO:tasks.workunit.client.0.smithi055.stdout: "Local Time is: Fri Oct 13 23:57:59 2023 UTC", 2023-10-14T00:01:41.572 INFO:tasks.workunit.client.0.smithi055.stdout: "Firmware Updates (0x02): 1 Slot", 2023-10-14T00:01:41.572 INFO:tasks.workunit.client.0.smithi055.stdout: "Optional Admin Commands (0x0006): Format Frmw_DL", 2023-10-14T00:01:41.572 INFO:tasks.workunit.client.0.smithi055.stdout: "Optional NVM Commands (0x0006): Wr_Unc DS_Mngmt", 2023-10-14T00:01:41.572 INFO:tasks.workunit.client.0.smithi055.stdout: "Maximum Data Transfer Size: 32 Pages", 2023-10-14T00:01:41.573 INFO:tasks.workunit.client.0.smithi055.stdout: "Warning Comp. Temp. Threshold: 70 Celsius", 2023-10-14T00:01:41.573 INFO:tasks.workunit.client.0.smithi055.stdout: "Critical Comp. Temp. Threshold: 77 Celsius", 2023-10-14T00:01:41.573 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:41.573 INFO:tasks.workunit.client.0.smithi055.stdout: "Supported Power States", 2023-10-14T00:01:41.573 INFO:tasks.workunit.client.0.smithi055.stdout: "St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat", 2023-10-14T00:01:41.574 INFO:tasks.workunit.client.0.smithi055.stdout: " 0 + 25.00W - - 0 0 0 0 0 0", 2023-10-14T00:01:41.574 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:41.574 INFO:tasks.workunit.client.0.smithi055.stdout: "Supported LBA Sizes (NSID 0x1)", 2023-10-14T00:01:41.574 INFO:tasks.workunit.client.0.smithi055.stdout: "Id Fmt Data Metadt Rel_Perf", 2023-10-14T00:01:41.574 INFO:tasks.workunit.client.0.smithi055.stdout: " 0 + 512 0 2", 2023-10-14T00:01:41.575 INFO:tasks.workunit.client.0.smithi055.stdout: " 1 - 4096 0 0", 2023-10-14T00:01:41.575 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:41.575 INFO:tasks.workunit.client.0.smithi055.stdout: "=== START OF SMART DATA SECTION ===", 2023-10-14T00:01:41.575 INFO:tasks.workunit.client.0.smithi055.stdout: "SMART overall-health self-assessment test result: PASSED", 2023-10-14T00:01:41.575 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:41.576 INFO:tasks.workunit.client.0.smithi055.stdout: "SMART/Health Information (NVMe Log 0x02)", 2023-10-14T00:01:41.576 INFO:tasks.workunit.client.0.smithi055.stdout: "Critical Warning: 0x00", 2023-10-14T00:01:41.576 INFO:tasks.workunit.client.0.smithi055.stdout: "Temperature: 21 Celsius", 2023-10-14T00:01:41.576 INFO:tasks.workunit.client.0.smithi055.stdout: "Available Spare: 99%", 2023-10-14T00:01:41.576 INFO:tasks.workunit.client.0.smithi055.stdout: "Available Spare Threshold: 10%", 2023-10-14T00:01:41.577 INFO:tasks.workunit.client.0.smithi055.stdout: "Percentage Used: 9%", 2023-10-14T00:01:41.577 INFO:tasks.workunit.client.0.smithi055.stdout: "Data Units Read: 248,557,174 [127 TB]", 2023-10-14T00:01:41.577 INFO:tasks.workunit.client.0.smithi055.stdout: "Data Units Written: 1,350,205,906 [691 TB]", 2023-10-14T00:01:41.577 INFO:tasks.workunit.client.0.smithi055.stdout: "Host Read Commands: 4,284,611,189", 2023-10-14T00:01:41.577 INFO:tasks.workunit.client.0.smithi055.stdout: "Host Write Commands: 23,304,472,545", 2023-10-14T00:01:41.578 INFO:tasks.workunit.client.0.smithi055.stdout: "Controller Busy Time: 19,512", 2023-10-14T00:01:41.578 INFO:tasks.workunit.client.0.smithi055.stdout: "Power Cycles: 35,534", 2023-10-14T00:01:41.578 INFO:tasks.workunit.client.0.smithi055.stdout: "Power On Hours: 43,465", 2023-10-14T00:01:41.578 INFO:tasks.workunit.client.0.smithi055.stdout: "Unsafe Shutdowns: 35,519", 2023-10-14T00:01:41.578 INFO:tasks.workunit.client.0.smithi055.stdout: "Media and Data Integrity Errors: 0", 2023-10-14T00:01:41.579 INFO:tasks.workunit.client.0.smithi055.stdout: "Error Information Log Entries: 0", 2023-10-14T00:01:41.579 INFO:tasks.workunit.client.0.smithi055.stdout: "Warning Comp. Temperature Time: 0", 2023-10-14T00:01:41.579 INFO:tasks.workunit.client.0.smithi055.stdout: "Critical Comp. Temperature Time: 0", 2023-10-14T00:01:41.579 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:41.579 INFO:tasks.workunit.client.0.smithi055.stdout: "Error Information (NVMe Log 0x01, max 64 entries)", 2023-10-14T00:01:41.580 INFO:tasks.workunit.client.0.smithi055.stdout: "No Errors Logged", 2023-10-14T00:01:41.580 INFO:tasks.workunit.client.0.smithi055.stdout: "" 2023-10-14T00:01:41.580 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:41.580 INFO:tasks.workunit.client.0.smithi055.stdout: "platform_info": "x86_64-linux-4.18.0-516.el8.x86_64", 2023-10-14T00:01:41.580 INFO:tasks.workunit.client.0.smithi055.stdout: "svn_revision": "5022", 2023-10-14T00:01:41.580 INFO:tasks.workunit.client.0.smithi055.stdout: "version": [ 2023-10-14T00:01:41.581 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:41.581 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:41.581 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:41.581 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.581 INFO:tasks.workunit.client.0.smithi055.stdout: "temperature": { 2023-10-14T00:01:41.582 INFO:tasks.workunit.client.0.smithi055.stdout: "current": 21 2023-10-14T00:01:41.582 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.582 INFO:tasks.workunit.client.0.smithi055.stdout: "user_capacity": { 2023-10-14T00:01:41.582 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 7814037168, 2023-10-14T00:01:41.582 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 4000787030016 2023-10-14T00:01:41.583 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:41.583 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.583 INFO:tasks.workunit.client.0.smithi055.stdout: "20231014-000004": { 2023-10-14T00:01:41.583 INFO:tasks.workunit.client.0.smithi055.stdout: "device": { 2023-10-14T00:01:41.583 INFO:tasks.workunit.client.0.smithi055.stdout: "info_name": "/dev/nvme0n1", 2023-10-14T00:01:41.583 INFO:tasks.workunit.client.0.smithi055.stdout: "name": "/dev/nvme0n1", 2023-10-14T00:01:41.584 INFO:tasks.workunit.client.0.smithi055.stdout: "protocol": "NVMe", 2023-10-14T00:01:41.584 INFO:tasks.workunit.client.0.smithi055.stdout: "type": "nvme" 2023-10-14T00:01:41.584 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.584 INFO:tasks.workunit.client.0.smithi055.stdout: "firmware_version": "QDV1013D", 2023-10-14T00:01:41.584 INFO:tasks.workunit.client.0.smithi055.stdout: "host_id": "da8a9a4a-6a24-11ee-8cbd-ac1f6bf82606", 2023-10-14T00:01:41.585 INFO:tasks.workunit.client.0.smithi055.stdout: "json_format_version": [ 2023-10-14T00:01:41.585 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:41.585 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:41.585 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:41.585 INFO:tasks.workunit.client.0.smithi055.stdout: "local_time": { 2023-10-14T00:01:41.586 INFO:tasks.workunit.client.0.smithi055.stdout: "asctime": "Sat Oct 14 00:00:03 2023 UTC", 2023-10-14T00:01:41.586 INFO:tasks.workunit.client.0.smithi055.stdout: "time_t": 1697241603 2023-10-14T00:01:41.586 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.586 INFO:tasks.workunit.client.0.smithi055.stdout: "logical_block_size": 512, 2023-10-14T00:01:41.586 INFO:tasks.workunit.client.0.smithi055.stdout: "model_name": "INTEL SSDPEDKE040T7", 2023-10-14T00:01:41.586 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_controller_id": 0, 2023-10-14T00:01:41.587 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_ieee_oui_identifier": 6083300, 2023-10-14T00:01:41.587 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_namespaces": [ 2023-10-14T00:01:41.587 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:41.587 INFO:tasks.workunit.client.0.smithi055.stdout: "capacity": { 2023-10-14T00:01:41.587 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 7814037168, 2023-10-14T00:01:41.588 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 4000787030016 2023-10-14T00:01:41.588 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.588 INFO:tasks.workunit.client.0.smithi055.stdout: "formatted_lba_size": 512, 2023-10-14T00:01:41.588 INFO:tasks.workunit.client.0.smithi055.stdout: "id": 1, 2023-10-14T00:01:41.588 INFO:tasks.workunit.client.0.smithi055.stdout: "size": { 2023-10-14T00:01:41.589 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 7814037168, 2023-10-14T00:01:41.589 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 4000787030016 2023-10-14T00:01:41.589 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.589 INFO:tasks.workunit.client.0.smithi055.stdout: "utilization": { 2023-10-14T00:01:41.589 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 7814037168, 2023-10-14T00:01:41.589 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 4000787030016 2023-10-14T00:01:41.590 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:41.590 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:41.590 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:41.590 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_number_of_namespaces": 1, 2023-10-14T00:01:41.590 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_pci_vendor": { 2023-10-14T00:01:41.591 INFO:tasks.workunit.client.0.smithi055.stdout: "id": 32902, 2023-10-14T00:01:41.591 INFO:tasks.workunit.client.0.smithi055.stdout: "subsystem_id": 32902 2023-10-14T00:01:41.591 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.591 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_smart_health_information_add_log": { 2023-10-14T00:01:41.591 INFO:tasks.workunit.client.0.smithi055.stdout: "Device stats": { 2023-10-14T00:01:41.592 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_fw_downgrades": { 2023-10-14T00:01:41.592 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 0, 2023-10-14T00:01:41.592 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:41.592 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.592 INFO:tasks.workunit.client.0.smithi055.stdout: "crc_error_count": { 2023-10-14T00:01:41.592 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.593 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:41.593 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.593 INFO:tasks.workunit.client.0.smithi055.stdout: "end_to_end_error_detection_count": { 2023-10-14T00:01:41.593 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.593 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:41.594 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.594 INFO:tasks.workunit.client.0.smithi055.stdout: "erase_fail_count": { 2023-10-14T00:01:41.594 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.594 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:41.594 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.595 INFO:tasks.workunit.client.0.smithi055.stdout: "host_bytes_written": { 2023-10-14T00:01:41.595 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.595 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 20602508 2023-10-14T00:01:41.595 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.595 INFO:tasks.workunit.client.0.smithi055.stdout: "host_ctx_wear_used": { 2023-10-14T00:01:41.595 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.596 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:41.596 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.596 INFO:tasks.workunit.client.0.smithi055.stdout: "media_bytes_read": { 2023-10-14T00:01:41.596 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.596 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 18830588 2023-10-14T00:01:41.597 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.597 INFO:tasks.workunit.client.0.smithi055.stdout: "nand_bytes_written": { 2023-10-14T00:01:41.597 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.597 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 39610361 2023-10-14T00:01:41.597 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.598 INFO:tasks.workunit.client.0.smithi055.stdout: "perf_stat_indicator": { 2023-10-14T00:01:41.598 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.598 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 12 2023-10-14T00:01:41.598 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.598 INFO:tasks.workunit.client.0.smithi055.stdout: "pll_lock_loss_count": { 2023-10-14T00:01:41.599 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.599 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:41.599 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.599 INFO:tasks.workunit.client.0.smithi055.stdout: "program_fail_count": { 2023-10-14T00:01:41.599 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.600 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 3 2023-10-14T00:01:41.600 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.600 INFO:tasks.workunit.client.0.smithi055.stdout: "re_alloc_sectr_cnt": { 2023-10-14T00:01:41.600 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 16, 2023-10-14T00:01:41.600 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 35534 2023-10-14T00:01:41.601 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.601 INFO:tasks.workunit.client.0.smithi055.stdout: "retry_buffer_overflow_count": { 2023-10-14T00:01:41.601 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.601 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:41.601 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.601 INFO:tasks.workunit.client.0.smithi055.stdout: "soft_ecc_err_rate": { 2023-10-14T00:01:41.602 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.602 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 35519 2023-10-14T00:01:41.602 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.602 INFO:tasks.workunit.client.0.smithi055.stdout: "thermal_throttle_status": { 2023-10-14T00:01:41.602 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.603 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": { 2023-10-14T00:01:41.603 INFO:tasks.workunit.client.0.smithi055.stdout: "cnt": 0, 2023-10-14T00:01:41.603 INFO:tasks.workunit.client.0.smithi055.stdout: "pct": 0 2023-10-14T00:01:41.603 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:41.603 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.604 INFO:tasks.workunit.client.0.smithi055.stdout: "timed_workload_host_reads": { 2023-10-14T00:01:41.604 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.604 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 65535 2023-10-14T00:01:41.604 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.604 INFO:tasks.workunit.client.0.smithi055.stdout: "timed_workload_media_wear": { 2023-10-14T00:01:41.605 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.605 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 64 2023-10-14T00:01:41.605 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.605 INFO:tasks.workunit.client.0.smithi055.stdout: "timed_workload_timer": { 2023-10-14T00:01:41.605 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.605 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 65535 2023-10-14T00:01:41.606 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.606 INFO:tasks.workunit.client.0.smithi055.stdout: "unexp_power_loss": { 2023-10-14T00:01:41.606 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.606 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:41.606 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.607 INFO:tasks.workunit.client.0.smithi055.stdout: "wear_leveling": { 2023-10-14T00:01:41.607 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 91, 2023-10-14T00:01:41.607 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": { 2023-10-14T00:01:41.607 INFO:tasks.workunit.client.0.smithi055.stdout: "avg": 479, 2023-10-14T00:01:41.607 INFO:tasks.workunit.client.0.smithi055.stdout: "max": 482, 2023-10-14T00:01:41.608 INFO:tasks.workunit.client.0.smithi055.stdout: "min": 480 2023-10-14T00:01:41.608 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:41.608 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:41.608 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.608 INFO:tasks.workunit.client.0.smithi055.stdout: "Intel Smart log": "nvme0n1" 2023-10-14T00:01:41.608 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.609 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_smart_health_information_log": { 2023-10-14T00:01:41.609 INFO:tasks.workunit.client.0.smithi055.stdout: "available_spare": 99, 2023-10-14T00:01:41.609 INFO:tasks.workunit.client.0.smithi055.stdout: "available_spare_threshold": 10, 2023-10-14T00:01:41.609 INFO:tasks.workunit.client.0.smithi055.stdout: "controller_busy_time": 19512, 2023-10-14T00:01:41.609 INFO:tasks.workunit.client.0.smithi055.stdout: "critical_comp_time": 0, 2023-10-14T00:01:41.610 INFO:tasks.workunit.client.0.smithi055.stdout: "critical_warning": 0, 2023-10-14T00:01:41.610 INFO:tasks.workunit.client.0.smithi055.stdout: "data_units_read": 248557263, 2023-10-14T00:01:41.610 INFO:tasks.workunit.client.0.smithi055.stdout: "data_units_written": 1350205972, 2023-10-14T00:01:41.610 INFO:tasks.workunit.client.0.smithi055.stdout: "host_reads": 4284612200, 2023-10-14T00:01:41.610 INFO:tasks.workunit.client.0.smithi055.stdout: "host_writes": 23304478898, 2023-10-14T00:01:41.611 INFO:tasks.workunit.client.0.smithi055.stdout: "media_errors": 0, 2023-10-14T00:01:41.611 INFO:tasks.workunit.client.0.smithi055.stdout: "num_err_log_entries": 0, 2023-10-14T00:01:41.611 INFO:tasks.workunit.client.0.smithi055.stdout: "percentage_used": 9, 2023-10-14T00:01:41.611 INFO:tasks.workunit.client.0.smithi055.stdout: "power_cycles": 35534, 2023-10-14T00:01:41.611 INFO:tasks.workunit.client.0.smithi055.stdout: "power_on_hours": 43465, 2023-10-14T00:01:41.612 INFO:tasks.workunit.client.0.smithi055.stdout: "temperature": 21, 2023-10-14T00:01:41.612 INFO:tasks.workunit.client.0.smithi055.stdout: "unsafe_shutdowns": 35519, 2023-10-14T00:01:41.612 INFO:tasks.workunit.client.0.smithi055.stdout: "warning_temp_time": 0 2023-10-14T00:01:41.612 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.612 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_total_capacity": 4000787030016, 2023-10-14T00:01:41.612 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_unallocated_capacity": 0, 2023-10-14T00:01:41.613 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_vendor": "intel", 2023-10-14T00:01:41.613 INFO:tasks.workunit.client.0.smithi055.stdout: "power_cycle_count": 35534, 2023-10-14T00:01:41.613 INFO:tasks.workunit.client.0.smithi055.stdout: "power_on_time": { 2023-10-14T00:01:41.613 INFO:tasks.workunit.client.0.smithi055.stdout: "hours": 43465 2023-10-14T00:01:41.613 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.614 INFO:tasks.workunit.client.0.smithi055.stdout: "serial_number": "deleted", 2023-10-14T00:01:41.614 INFO:tasks.workunit.client.0.smithi055.stdout: "smart_status": { 2023-10-14T00:01:41.614 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme": { 2023-10-14T00:01:41.614 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:41.614 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.615 INFO:tasks.workunit.client.0.smithi055.stdout: "passed": true 2023-10-14T00:01:41.615 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.615 INFO:tasks.workunit.client.0.smithi055.stdout: "smartctl": { 2023-10-14T00:01:41.615 INFO:tasks.workunit.client.0.smithi055.stdout: "argv": [ 2023-10-14T00:01:41.615 INFO:tasks.workunit.client.0.smithi055.stdout: "smartctl", 2023-10-14T00:01:41.615 INFO:tasks.workunit.client.0.smithi055.stdout: "-x", 2023-10-14T00:01:41.616 INFO:tasks.workunit.client.0.smithi055.stdout: "--json=o", 2023-10-14T00:01:41.616 INFO:tasks.workunit.client.0.smithi055.stdout: "/dev/nvme0n1" 2023-10-14T00:01:41.616 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:41.616 INFO:tasks.workunit.client.0.smithi055.stdout: "build_info": "(local build)", 2023-10-14T00:01:41.616 INFO:tasks.workunit.client.0.smithi055.stdout: "exit_status": 0, 2023-10-14T00:01:41.617 INFO:tasks.workunit.client.0.smithi055.stdout: "output": [ 2023-10-14T00:01:41.617 INFO:tasks.workunit.client.0.smithi055.stdout: "smartctl 7.1 2019-12-30 r5022 [x86_64-linux-4.18.0-516.el8.x86_64] (local build)", 2023-10-14T00:01:41.617 INFO:tasks.workunit.client.0.smithi055.stdout: "Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org", 2023-10-14T00:01:41.617 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:41.617 INFO:tasks.workunit.client.0.smithi055.stdout: "=== START OF INFORMATION SECTION ===", 2023-10-14T00:01:41.618 INFO:tasks.workunit.client.0.smithi055.stdout: "Model Number: INTEL SSDPEDKE040T7", 2023-10-14T00:01:41.618 INFO:tasks.workunit.client.0.smithi055.stdout: "Serial Number: deleted", 2023-10-14T00:01:41.618 INFO:tasks.workunit.client.0.smithi055.stdout: "Firmware Version: QDV1013D", 2023-10-14T00:01:41.618 INFO:tasks.workunit.client.0.smithi055.stdout: "PCI Vendor/Subsystem ID: 0x8086", 2023-10-14T00:01:41.618 INFO:tasks.workunit.client.0.smithi055.stdout: "IEEE OUI Identifier: 0x5cd2e4", 2023-10-14T00:01:41.618 INFO:tasks.workunit.client.0.smithi055.stdout: "Total NVM Capacity: 4,000,787,030,016 [4.00 TB]", 2023-10-14T00:01:41.619 INFO:tasks.workunit.client.0.smithi055.stdout: "Unallocated NVM Capacity: 0", 2023-10-14T00:01:41.619 INFO:tasks.workunit.client.0.smithi055.stdout: "Controller ID: 0", 2023-10-14T00:01:41.619 INFO:tasks.workunit.client.0.smithi055.stdout: "Number of Namespaces: 1", 2023-10-14T00:01:41.619 INFO:tasks.workunit.client.0.smithi055.stdout: "Namespace 1 Size/Capacity: 4,000,787,030,016 [4.00 TB]", 2023-10-14T00:01:41.619 INFO:tasks.workunit.client.0.smithi055.stdout: "Namespace 1 Formatted LBA Size: 512", 2023-10-14T00:01:41.620 INFO:tasks.workunit.client.0.smithi055.stdout: "Local Time is: Sat Oct 14 00:00:03 2023 UTC", 2023-10-14T00:01:41.620 INFO:tasks.workunit.client.0.smithi055.stdout: "Firmware Updates (0x02): 1 Slot", 2023-10-14T00:01:41.620 INFO:tasks.workunit.client.0.smithi055.stdout: "Optional Admin Commands (0x0006): Format Frmw_DL", 2023-10-14T00:01:41.620 INFO:tasks.workunit.client.0.smithi055.stdout: "Optional NVM Commands (0x0006): Wr_Unc DS_Mngmt", 2023-10-14T00:01:41.620 INFO:tasks.workunit.client.0.smithi055.stdout: "Maximum Data Transfer Size: 32 Pages", 2023-10-14T00:01:41.621 INFO:tasks.workunit.client.0.smithi055.stdout: "Warning Comp. Temp. Threshold: 70 Celsius", 2023-10-14T00:01:41.621 INFO:tasks.workunit.client.0.smithi055.stdout: "Critical Comp. Temp. Threshold: 77 Celsius", 2023-10-14T00:01:41.621 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:41.621 INFO:tasks.workunit.client.0.smithi055.stdout: "Supported Power States", 2023-10-14T00:01:41.621 INFO:tasks.workunit.client.0.smithi055.stdout: "St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat", 2023-10-14T00:01:41.621 INFO:tasks.workunit.client.0.smithi055.stdout: " 0 + 25.00W - - 0 0 0 0 0 0", 2023-10-14T00:01:41.622 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:41.622 INFO:tasks.workunit.client.0.smithi055.stdout: "Supported LBA Sizes (NSID 0x1)", 2023-10-14T00:01:41.622 INFO:tasks.workunit.client.0.smithi055.stdout: "Id Fmt Data Metadt Rel_Perf", 2023-10-14T00:01:41.622 INFO:tasks.workunit.client.0.smithi055.stdout: " 0 + 512 0 2", 2023-10-14T00:01:41.622 INFO:tasks.workunit.client.0.smithi055.stdout: " 1 - 4096 0 0", 2023-10-14T00:01:41.623 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:41.623 INFO:tasks.workunit.client.0.smithi055.stdout: "=== START OF SMART DATA SECTION ===", 2023-10-14T00:01:41.623 INFO:tasks.workunit.client.0.smithi055.stdout: "SMART overall-health self-assessment test result: PASSED", 2023-10-14T00:01:41.623 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:41.623 INFO:tasks.workunit.client.0.smithi055.stdout: "SMART/Health Information (NVMe Log 0x02)", 2023-10-14T00:01:41.623 INFO:tasks.workunit.client.0.smithi055.stdout: "Critical Warning: 0x00", 2023-10-14T00:01:41.624 INFO:tasks.workunit.client.0.smithi055.stdout: "Temperature: 21 Celsius", 2023-10-14T00:01:41.624 INFO:tasks.workunit.client.0.smithi055.stdout: "Available Spare: 99%", 2023-10-14T00:01:41.624 INFO:tasks.workunit.client.0.smithi055.stdout: "Available Spare Threshold: 10%", 2023-10-14T00:01:41.624 INFO:tasks.workunit.client.0.smithi055.stdout: "Percentage Used: 9%", 2023-10-14T00:01:41.624 INFO:tasks.workunit.client.0.smithi055.stdout: "Data Units Read: 248,557,263 [127 TB]", 2023-10-14T00:01:41.625 INFO:tasks.workunit.client.0.smithi055.stdout: "Data Units Written: 1,350,205,972 [691 TB]", 2023-10-14T00:01:41.625 INFO:tasks.workunit.client.0.smithi055.stdout: "Host Read Commands: 4,284,612,200", 2023-10-14T00:01:41.625 INFO:tasks.workunit.client.0.smithi055.stdout: "Host Write Commands: 23,304,478,898", 2023-10-14T00:01:41.625 INFO:tasks.workunit.client.0.smithi055.stdout: "Controller Busy Time: 19,512", 2023-10-14T00:01:41.625 INFO:tasks.workunit.client.0.smithi055.stdout: "Power Cycles: 35,534", 2023-10-14T00:01:41.625 INFO:tasks.workunit.client.0.smithi055.stdout: "Power On Hours: 43,465", 2023-10-14T00:01:41.626 INFO:tasks.workunit.client.0.smithi055.stdout: "Unsafe Shutdowns: 35,519", 2023-10-14T00:01:41.626 INFO:tasks.workunit.client.0.smithi055.stdout: "Media and Data Integrity Errors: 0", 2023-10-14T00:01:41.626 INFO:tasks.workunit.client.0.smithi055.stdout: "Error Information Log Entries: 0", 2023-10-14T00:01:41.626 INFO:tasks.workunit.client.0.smithi055.stdout: "Warning Comp. Temperature Time: 0", 2023-10-14T00:01:41.626 INFO:tasks.workunit.client.0.smithi055.stdout: "Critical Comp. Temperature Time: 0", 2023-10-14T00:01:41.627 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:41.627 INFO:tasks.workunit.client.0.smithi055.stdout: "Error Information (NVMe Log 0x01, max 64 entries)", 2023-10-14T00:01:41.627 INFO:tasks.workunit.client.0.smithi055.stdout: "No Errors Logged", 2023-10-14T00:01:41.627 INFO:tasks.workunit.client.0.smithi055.stdout: "" 2023-10-14T00:01:41.627 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:41.628 INFO:tasks.workunit.client.0.smithi055.stdout: "platform_info": "x86_64-linux-4.18.0-516.el8.x86_64", 2023-10-14T00:01:41.628 INFO:tasks.workunit.client.0.smithi055.stdout: "svn_revision": "5022", 2023-10-14T00:01:41.628 INFO:tasks.workunit.client.0.smithi055.stdout: "version": [ 2023-10-14T00:01:41.628 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:41.628 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:41.629 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:41.629 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.629 INFO:tasks.workunit.client.0.smithi055.stdout: "temperature": { 2023-10-14T00:01:41.629 INFO:tasks.workunit.client.0.smithi055.stdout: "current": 21 2023-10-14T00:01:41.629 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.630 INFO:tasks.workunit.client.0.smithi055.stdout: "user_capacity": { 2023-10-14T00:01:41.630 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 7814037168, 2023-10-14T00:01:41.630 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 4000787030016 2023-10-14T00:01:41.630 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:41.630 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:41.630 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:41.631 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.631 INFO:tasks.workunit.client.0.smithi055.stdout: "da8d850c-6a24-11ee-8cbd-ac1f6bf82606": { 2023-10-14T00:01:41.631 INFO:tasks.workunit.client.0.smithi055.stdout: "INTEL_SSDPEDMD400G4_da8e0630-6a24-11ee-8cbd-ac1f6bf82606": { 2023-10-14T00:01:41.631 INFO:tasks.workunit.client.0.smithi055.stdout: "20231013-235803": { 2023-10-14T00:01:41.631 INFO:tasks.workunit.client.0.smithi055.stdout: "device": { 2023-10-14T00:01:41.632 INFO:tasks.workunit.client.0.smithi055.stdout: "info_name": "/dev/nvme0n1", 2023-10-14T00:01:41.632 INFO:tasks.workunit.client.0.smithi055.stdout: "name": "/dev/nvme0n1", 2023-10-14T00:01:41.632 INFO:tasks.workunit.client.0.smithi055.stdout: "protocol": "NVMe", 2023-10-14T00:01:41.632 INFO:tasks.workunit.client.0.smithi055.stdout: "type": "nvme" 2023-10-14T00:01:41.632 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.633 INFO:tasks.workunit.client.0.smithi055.stdout: "firmware_version": "8DV101H0", 2023-10-14T00:01:41.633 INFO:tasks.workunit.client.0.smithi055.stdout: "host_id": "da8d850c-6a24-11ee-8cbd-ac1f6bf82606", 2023-10-14T00:01:41.633 INFO:tasks.workunit.client.0.smithi055.stdout: "json_format_version": [ 2023-10-14T00:01:41.633 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:41.633 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:41.634 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:41.634 INFO:tasks.workunit.client.0.smithi055.stdout: "local_time": { 2023-10-14T00:01:41.634 INFO:tasks.workunit.client.0.smithi055.stdout: "asctime": "Fri Oct 13 23:58:02 2023 UTC", 2023-10-14T00:01:41.634 INFO:tasks.workunit.client.0.smithi055.stdout: "time_t": 1697241482 2023-10-14T00:01:41.634 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.634 INFO:tasks.workunit.client.0.smithi055.stdout: "logical_block_size": 512, 2023-10-14T00:01:41.635 INFO:tasks.workunit.client.0.smithi055.stdout: "model_name": "INTEL SSDPEDMD400G4", 2023-10-14T00:01:41.635 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_controller_id": 0, 2023-10-14T00:01:41.635 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_ieee_oui_identifier": 6083300, 2023-10-14T00:01:41.635 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_namespaces": [ 2023-10-14T00:01:41.635 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:41.636 INFO:tasks.workunit.client.0.smithi055.stdout: "capacity": { 2023-10-14T00:01:41.636 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 781422768, 2023-10-14T00:01:41.636 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 400088457216 2023-10-14T00:01:41.636 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.636 INFO:tasks.workunit.client.0.smithi055.stdout: "formatted_lba_size": 512, 2023-10-14T00:01:41.637 INFO:tasks.workunit.client.0.smithi055.stdout: "id": 1, 2023-10-14T00:01:41.637 INFO:tasks.workunit.client.0.smithi055.stdout: "size": { 2023-10-14T00:01:41.637 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 781422768, 2023-10-14T00:01:41.637 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 400088457216 2023-10-14T00:01:41.637 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.637 INFO:tasks.workunit.client.0.smithi055.stdout: "utilization": { 2023-10-14T00:01:41.638 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 781422768, 2023-10-14T00:01:41.638 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 400088457216 2023-10-14T00:01:41.638 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:41.638 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:41.638 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:41.639 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_number_of_namespaces": 1, 2023-10-14T00:01:41.639 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_pci_vendor": { 2023-10-14T00:01:41.639 INFO:tasks.workunit.client.0.smithi055.stdout: "id": 32902, 2023-10-14T00:01:41.639 INFO:tasks.workunit.client.0.smithi055.stdout: "subsystem_id": 32902 2023-10-14T00:01:41.639 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.640 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_smart_health_information_add_log": { 2023-10-14T00:01:41.640 INFO:tasks.workunit.client.0.smithi055.stdout: "Device stats": { 2023-10-14T00:01:41.640 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_fw_downgrades": { 2023-10-14T00:01:41.640 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 0, 2023-10-14T00:01:41.640 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:41.641 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.641 INFO:tasks.workunit.client.0.smithi055.stdout: "crc_error_count": { 2023-10-14T00:01:41.641 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.641 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:41.641 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.641 INFO:tasks.workunit.client.0.smithi055.stdout: "end_to_end_error_detection_count": { 2023-10-14T00:01:41.642 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.642 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:41.642 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.642 INFO:tasks.workunit.client.0.smithi055.stdout: "erase_fail_count": { 2023-10-14T00:01:41.642 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.643 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:41.643 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.643 INFO:tasks.workunit.client.0.smithi055.stdout: "host_bytes_written": { 2023-10-14T00:01:41.643 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.643 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 30497852 2023-10-14T00:01:41.644 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.644 INFO:tasks.workunit.client.0.smithi055.stdout: "host_ctx_wear_used": { 2023-10-14T00:01:41.644 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.644 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 1 2023-10-14T00:01:41.644 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.645 INFO:tasks.workunit.client.0.smithi055.stdout: "media_bytes_read": { 2023-10-14T00:01:41.645 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 0, 2023-10-14T00:01:41.645 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:41.645 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.645 INFO:tasks.workunit.client.0.smithi055.stdout: "nand_bytes_written": { 2023-10-14T00:01:41.645 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.646 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 47080932 2023-10-14T00:01:41.646 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.646 INFO:tasks.workunit.client.0.smithi055.stdout: "perf_stat_indicator": { 2023-10-14T00:01:41.646 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 0, 2023-10-14T00:01:41.646 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:41.647 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.647 INFO:tasks.workunit.client.0.smithi055.stdout: "pll_lock_loss_count": { 2023-10-14T00:01:41.647 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.647 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:41.647 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.647 INFO:tasks.workunit.client.0.smithi055.stdout: "program_fail_count": { 2023-10-14T00:01:41.648 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.648 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:41.648 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.648 INFO:tasks.workunit.client.0.smithi055.stdout: "re_alloc_sectr_cnt": { 2023-10-14T00:01:41.648 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 0, 2023-10-14T00:01:41.649 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:41.649 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.649 INFO:tasks.workunit.client.0.smithi055.stdout: "retry_buffer_overflow_count": { 2023-10-14T00:01:41.649 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.649 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:41.650 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.650 INFO:tasks.workunit.client.0.smithi055.stdout: "soft_ecc_err_rate": { 2023-10-14T00:01:41.650 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 0, 2023-10-14T00:01:41.650 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:41.650 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.651 INFO:tasks.workunit.client.0.smithi055.stdout: "thermal_throttle_status": { 2023-10-14T00:01:41.651 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.651 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": { 2023-10-14T00:01:41.651 INFO:tasks.workunit.client.0.smithi055.stdout: "cnt": 0, 2023-10-14T00:01:41.651 INFO:tasks.workunit.client.0.smithi055.stdout: "pct": 0 2023-10-14T00:01:41.652 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:41.652 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.652 INFO:tasks.workunit.client.0.smithi055.stdout: "timed_workload_host_reads": { 2023-10-14T00:01:41.652 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.652 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 65535 2023-10-14T00:01:41.652 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.653 INFO:tasks.workunit.client.0.smithi055.stdout: "timed_workload_media_wear": { 2023-10-14T00:01:41.653 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.653 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 64 2023-10-14T00:01:41.653 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.653 INFO:tasks.workunit.client.0.smithi055.stdout: "timed_workload_timer": { 2023-10-14T00:01:41.653 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.654 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 65535 2023-10-14T00:01:41.654 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.654 INFO:tasks.workunit.client.0.smithi055.stdout: "unexp_power_loss": { 2023-10-14T00:01:41.654 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 0, 2023-10-14T00:01:41.654 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:41.655 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.655 INFO:tasks.workunit.client.0.smithi055.stdout: "wear_leveling": { 2023-10-14T00:01:41.655 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 90, 2023-10-14T00:01:41.655 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": { 2023-10-14T00:01:41.655 INFO:tasks.workunit.client.0.smithi055.stdout: "avg": 3115, 2023-10-14T00:01:41.656 INFO:tasks.workunit.client.0.smithi055.stdout: "max": 3130, 2023-10-14T00:01:41.656 INFO:tasks.workunit.client.0.smithi055.stdout: "min": 3100 2023-10-14T00:01:41.656 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:41.656 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:41.656 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.657 INFO:tasks.workunit.client.0.smithi055.stdout: "Intel Smart log": "nvme0n1" 2023-10-14T00:01:41.657 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.657 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_smart_health_information_log": { 2023-10-14T00:01:41.657 INFO:tasks.workunit.client.0.smithi055.stdout: "available_spare": 100, 2023-10-14T00:01:41.657 INFO:tasks.workunit.client.0.smithi055.stdout: "available_spare_threshold": 10, 2023-10-14T00:01:41.657 INFO:tasks.workunit.client.0.smithi055.stdout: "controller_busy_time": 25, 2023-10-14T00:01:41.658 INFO:tasks.workunit.client.0.smithi055.stdout: "critical_warning": 0, 2023-10-14T00:01:41.658 INFO:tasks.workunit.client.0.smithi055.stdout: "data_units_read": 398704214, 2023-10-14T00:01:41.658 INFO:tasks.workunit.client.0.smithi055.stdout: "data_units_written": 1998707256, 2023-10-14T00:01:41.658 INFO:tasks.workunit.client.0.smithi055.stdout: "host_reads": 6476859738, 2023-10-14T00:01:41.658 INFO:tasks.workunit.client.0.smithi055.stdout: "host_writes": 32809668691, 2023-10-14T00:01:41.659 INFO:tasks.workunit.client.0.smithi055.stdout: "media_errors": 0, 2023-10-14T00:01:41.659 INFO:tasks.workunit.client.0.smithi055.stdout: "num_err_log_entries": 0, 2023-10-14T00:01:41.659 INFO:tasks.workunit.client.0.smithi055.stdout: "percentage_used": 10, 2023-10-14T00:01:41.659 INFO:tasks.workunit.client.0.smithi055.stdout: "power_cycles": 39912, 2023-10-14T00:01:41.659 INFO:tasks.workunit.client.0.smithi055.stdout: "power_on_hours": 54829, 2023-10-14T00:01:41.660 INFO:tasks.workunit.client.0.smithi055.stdout: "temperature": 28, 2023-10-14T00:01:41.660 INFO:tasks.workunit.client.0.smithi055.stdout: "unsafe_shutdowns": 1680 2023-10-14T00:01:41.660 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.660 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_vendor": "intel", 2023-10-14T00:01:41.661 INFO:tasks.workunit.client.0.smithi055.stdout: "power_cycle_count": 39912, 2023-10-14T00:01:41.661 INFO:tasks.workunit.client.0.smithi055.stdout: "power_on_time": { 2023-10-14T00:01:41.661 INFO:tasks.workunit.client.0.smithi055.stdout: "hours": 54829 2023-10-14T00:01:41.661 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.661 INFO:tasks.workunit.client.0.smithi055.stdout: "serial_number": "deleted", 2023-10-14T00:01:41.661 INFO:tasks.workunit.client.0.smithi055.stdout: "smart_status": { 2023-10-14T00:01:41.662 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme": { 2023-10-14T00:01:41.662 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:41.662 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.662 INFO:tasks.workunit.client.0.smithi055.stdout: "passed": true 2023-10-14T00:01:41.663 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.663 INFO:tasks.workunit.client.0.smithi055.stdout: "smartctl": { 2023-10-14T00:01:41.663 INFO:tasks.workunit.client.0.smithi055.stdout: "argv": [ 2023-10-14T00:01:41.663 INFO:tasks.workunit.client.0.smithi055.stdout: "smartctl", 2023-10-14T00:01:41.663 INFO:tasks.workunit.client.0.smithi055.stdout: "-x", 2023-10-14T00:01:41.663 INFO:tasks.workunit.client.0.smithi055.stdout: "--json=o", 2023-10-14T00:01:41.664 INFO:tasks.workunit.client.0.smithi055.stdout: "/dev/nvme0n1" 2023-10-14T00:01:41.664 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:41.664 INFO:tasks.workunit.client.0.smithi055.stdout: "build_info": "(local build)", 2023-10-14T00:01:41.664 INFO:tasks.workunit.client.0.smithi055.stdout: "exit_status": 0, 2023-10-14T00:01:41.664 INFO:tasks.workunit.client.0.smithi055.stdout: "output": [ 2023-10-14T00:01:41.665 INFO:tasks.workunit.client.0.smithi055.stdout: "smartctl 7.1 2019-12-30 r5022 [x86_64-linux-4.18.0-516.el8.x86_64] (local build)", 2023-10-14T00:01:41.665 INFO:tasks.workunit.client.0.smithi055.stdout: "Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org", 2023-10-14T00:01:41.665 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:41.665 INFO:tasks.workunit.client.0.smithi055.stdout: "=== START OF INFORMATION SECTION ===", 2023-10-14T00:01:41.665 INFO:tasks.workunit.client.0.smithi055.stdout: "Model Number: INTEL SSDPEDMD400G4", 2023-10-14T00:01:41.666 INFO:tasks.workunit.client.0.smithi055.stdout: "Serial Number: deleted", 2023-10-14T00:01:41.666 INFO:tasks.workunit.client.0.smithi055.stdout: "Firmware Version: 8DV101H0", 2023-10-14T00:01:41.666 INFO:tasks.workunit.client.0.smithi055.stdout: "PCI Vendor/Subsystem ID: 0x8086", 2023-10-14T00:01:41.666 INFO:tasks.workunit.client.0.smithi055.stdout: "IEEE OUI Identifier: 0x5cd2e4", 2023-10-14T00:01:41.666 INFO:tasks.workunit.client.0.smithi055.stdout: "Controller ID: 0", 2023-10-14T00:01:41.666 INFO:tasks.workunit.client.0.smithi055.stdout: "Number of Namespaces: 1", 2023-10-14T00:01:41.667 INFO:tasks.workunit.client.0.smithi055.stdout: "Namespace 1 Size/Capacity: 400,088,457,216 [400 GB]", 2023-10-14T00:01:41.667 INFO:tasks.workunit.client.0.smithi055.stdout: "Namespace 1 Formatted LBA Size: 512", 2023-10-14T00:01:41.667 INFO:tasks.workunit.client.0.smithi055.stdout: "Local Time is: Fri Oct 13 23:58:02 2023 UTC", 2023-10-14T00:01:41.667 INFO:tasks.workunit.client.0.smithi055.stdout: "Firmware Updates (0x02): 1 Slot", 2023-10-14T00:01:41.667 INFO:tasks.workunit.client.0.smithi055.stdout: "Optional Admin Commands (0x0006): Format Frmw_DL", 2023-10-14T00:01:41.668 INFO:tasks.workunit.client.0.smithi055.stdout: "Optional NVM Commands (0x0006): Wr_Unc DS_Mngmt", 2023-10-14T00:01:41.668 INFO:tasks.workunit.client.0.smithi055.stdout: "Maximum Data Transfer Size: 32 Pages", 2023-10-14T00:01:41.668 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:41.668 INFO:tasks.workunit.client.0.smithi055.stdout: "Supported Power States", 2023-10-14T00:01:41.668 INFO:tasks.workunit.client.0.smithi055.stdout: "St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat", 2023-10-14T00:01:41.669 INFO:tasks.workunit.client.0.smithi055.stdout: " 0 + 25.00W - - 0 0 0 0 0 0", 2023-10-14T00:01:41.669 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:41.669 INFO:tasks.workunit.client.0.smithi055.stdout: "Supported LBA Sizes (NSID 0x1)", 2023-10-14T00:01:41.669 INFO:tasks.workunit.client.0.smithi055.stdout: "Id Fmt Data Metadt Rel_Perf", 2023-10-14T00:01:41.669 INFO:tasks.workunit.client.0.smithi055.stdout: " 0 + 512 0 2", 2023-10-14T00:01:41.669 INFO:tasks.workunit.client.0.smithi055.stdout: " 1 - 512 8 2", 2023-10-14T00:01:41.670 INFO:tasks.workunit.client.0.smithi055.stdout: " 2 - 512 16 2", 2023-10-14T00:01:41.670 INFO:tasks.workunit.client.0.smithi055.stdout: " 3 - 4096 0 0", 2023-10-14T00:01:41.670 INFO:tasks.workunit.client.0.smithi055.stdout: " 4 - 4096 8 0", 2023-10-14T00:01:41.670 INFO:tasks.workunit.client.0.smithi055.stdout: " 5 - 4096 64 0", 2023-10-14T00:01:41.670 INFO:tasks.workunit.client.0.smithi055.stdout: " 6 - 4096 128 0", 2023-10-14T00:01:41.671 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:41.671 INFO:tasks.workunit.client.0.smithi055.stdout: "=== START OF SMART DATA SECTION ===", 2023-10-14T00:01:41.671 INFO:tasks.workunit.client.0.smithi055.stdout: "SMART overall-health self-assessment test result: PASSED", 2023-10-14T00:01:41.671 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:41.671 INFO:tasks.workunit.client.0.smithi055.stdout: "SMART/Health Information (NVMe Log 0x02)", 2023-10-14T00:01:41.672 INFO:tasks.workunit.client.0.smithi055.stdout: "Critical Warning: 0x00", 2023-10-14T00:01:41.672 INFO:tasks.workunit.client.0.smithi055.stdout: "Temperature: 28 Celsius", 2023-10-14T00:01:41.672 INFO:tasks.workunit.client.0.smithi055.stdout: "Available Spare: 100%", 2023-10-14T00:01:41.672 INFO:tasks.workunit.client.0.smithi055.stdout: "Available Spare Threshold: 10%", 2023-10-14T00:01:41.672 INFO:tasks.workunit.client.0.smithi055.stdout: "Percentage Used: 10%", 2023-10-14T00:01:41.673 INFO:tasks.workunit.client.0.smithi055.stdout: "Data Units Read: 398,704,214 [204 TB]", 2023-10-14T00:01:41.673 INFO:tasks.workunit.client.0.smithi055.stdout: "Data Units Written: 1,998,707,256 [1.02 PB]", 2023-10-14T00:01:41.673 INFO:tasks.workunit.client.0.smithi055.stdout: "Host Read Commands: 6,476,859,738", 2023-10-14T00:01:41.673 INFO:tasks.workunit.client.0.smithi055.stdout: "Host Write Commands: 32,809,668,691", 2023-10-14T00:01:41.673 INFO:tasks.workunit.client.0.smithi055.stdout: "Controller Busy Time: 25", 2023-10-14T00:01:41.674 INFO:tasks.workunit.client.0.smithi055.stdout: "Power Cycles: 39,912", 2023-10-14T00:01:41.674 INFO:tasks.workunit.client.0.smithi055.stdout: "Power On Hours: 54,829", 2023-10-14T00:01:41.674 INFO:tasks.workunit.client.0.smithi055.stdout: "Unsafe Shutdowns: 1,680", 2023-10-14T00:01:41.674 INFO:tasks.workunit.client.0.smithi055.stdout: "Media and Data Integrity Errors: 0", 2023-10-14T00:01:41.674 INFO:tasks.workunit.client.0.smithi055.stdout: "Error Information Log Entries: 0", 2023-10-14T00:01:41.675 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:41.675 INFO:tasks.workunit.client.0.smithi055.stdout: "Error Information (NVMe Log 0x01, max 64 entries)", 2023-10-14T00:01:41.675 INFO:tasks.workunit.client.0.smithi055.stdout: "No Errors Logged", 2023-10-14T00:01:41.675 INFO:tasks.workunit.client.0.smithi055.stdout: "" 2023-10-14T00:01:41.675 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:41.676 INFO:tasks.workunit.client.0.smithi055.stdout: "platform_info": "x86_64-linux-4.18.0-516.el8.x86_64", 2023-10-14T00:01:41.676 INFO:tasks.workunit.client.0.smithi055.stdout: "svn_revision": "5022", 2023-10-14T00:01:41.676 INFO:tasks.workunit.client.0.smithi055.stdout: "version": [ 2023-10-14T00:01:41.676 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:41.676 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:41.677 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:41.677 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.677 INFO:tasks.workunit.client.0.smithi055.stdout: "temperature": { 2023-10-14T00:01:41.677 INFO:tasks.workunit.client.0.smithi055.stdout: "current": 28 2023-10-14T00:01:41.677 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.677 INFO:tasks.workunit.client.0.smithi055.stdout: "user_capacity": { 2023-10-14T00:01:41.678 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 781422768, 2023-10-14T00:01:41.678 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 400088457216 2023-10-14T00:01:41.678 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:41.678 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.678 INFO:tasks.workunit.client.0.smithi055.stdout: "20231014-000007": { 2023-10-14T00:01:41.679 INFO:tasks.workunit.client.0.smithi055.stdout: "device": { 2023-10-14T00:01:41.679 INFO:tasks.workunit.client.0.smithi055.stdout: "info_name": "/dev/nvme0n1", 2023-10-14T00:01:41.679 INFO:tasks.workunit.client.0.smithi055.stdout: "name": "/dev/nvme0n1", 2023-10-14T00:01:41.679 INFO:tasks.workunit.client.0.smithi055.stdout: "protocol": "NVMe", 2023-10-14T00:01:41.679 INFO:tasks.workunit.client.0.smithi055.stdout: "type": "nvme" 2023-10-14T00:01:41.680 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.680 INFO:tasks.workunit.client.0.smithi055.stdout: "firmware_version": "8DV101H0", 2023-10-14T00:01:41.680 INFO:tasks.workunit.client.0.smithi055.stdout: "host_id": "da8d850c-6a24-11ee-8cbd-ac1f6bf82606", 2023-10-14T00:01:41.680 INFO:tasks.workunit.client.0.smithi055.stdout: "json_format_version": [ 2023-10-14T00:01:41.680 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:41.681 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:41.681 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:41.681 INFO:tasks.workunit.client.0.smithi055.stdout: "local_time": { 2023-10-14T00:01:41.681 INFO:tasks.workunit.client.0.smithi055.stdout: "asctime": "Sat Oct 14 00:00:07 2023 UTC", 2023-10-14T00:01:41.681 INFO:tasks.workunit.client.0.smithi055.stdout: "time_t": 1697241607 2023-10-14T00:01:41.682 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.682 INFO:tasks.workunit.client.0.smithi055.stdout: "logical_block_size": 512, 2023-10-14T00:01:41.682 INFO:tasks.workunit.client.0.smithi055.stdout: "model_name": "INTEL SSDPEDMD400G4", 2023-10-14T00:01:41.682 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_controller_id": 0, 2023-10-14T00:01:41.682 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_ieee_oui_identifier": 6083300, 2023-10-14T00:01:41.683 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_namespaces": [ 2023-10-14T00:01:41.683 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:41.683 INFO:tasks.workunit.client.0.smithi055.stdout: "capacity": { 2023-10-14T00:01:41.683 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 781422768, 2023-10-14T00:01:41.683 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 400088457216 2023-10-14T00:01:41.684 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.684 INFO:tasks.workunit.client.0.smithi055.stdout: "formatted_lba_size": 512, 2023-10-14T00:01:41.684 INFO:tasks.workunit.client.0.smithi055.stdout: "id": 1, 2023-10-14T00:01:41.684 INFO:tasks.workunit.client.0.smithi055.stdout: "size": { 2023-10-14T00:01:41.684 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 781422768, 2023-10-14T00:01:41.684 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 400088457216 2023-10-14T00:01:41.685 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.685 INFO:tasks.workunit.client.0.smithi055.stdout: "utilization": { 2023-10-14T00:01:41.685 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 781422768, 2023-10-14T00:01:41.685 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 400088457216 2023-10-14T00:01:41.685 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:41.685 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:41.686 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:41.686 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_number_of_namespaces": 1, 2023-10-14T00:01:41.686 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_pci_vendor": { 2023-10-14T00:01:41.686 INFO:tasks.workunit.client.0.smithi055.stdout: "id": 32902, 2023-10-14T00:01:41.686 INFO:tasks.workunit.client.0.smithi055.stdout: "subsystem_id": 32902 2023-10-14T00:01:41.687 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.687 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_smart_health_information_add_log": { 2023-10-14T00:01:41.687 INFO:tasks.workunit.client.0.smithi055.stdout: "Device stats": { 2023-10-14T00:01:41.687 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_fw_downgrades": { 2023-10-14T00:01:41.687 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 0, 2023-10-14T00:01:41.688 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:41.688 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.688 INFO:tasks.workunit.client.0.smithi055.stdout: "crc_error_count": { 2023-10-14T00:01:41.688 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.688 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:41.689 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.689 INFO:tasks.workunit.client.0.smithi055.stdout: "end_to_end_error_detection_count": { 2023-10-14T00:01:41.689 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.689 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:41.689 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.690 INFO:tasks.workunit.client.0.smithi055.stdout: "erase_fail_count": { 2023-10-14T00:01:41.690 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.690 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:41.690 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.690 INFO:tasks.workunit.client.0.smithi055.stdout: "host_bytes_written": { 2023-10-14T00:01:41.691 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.691 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 30497854 2023-10-14T00:01:41.691 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.691 INFO:tasks.workunit.client.0.smithi055.stdout: "host_ctx_wear_used": { 2023-10-14T00:01:41.691 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.691 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 1 2023-10-14T00:01:41.692 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.692 INFO:tasks.workunit.client.0.smithi055.stdout: "media_bytes_read": { 2023-10-14T00:01:41.692 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 0, 2023-10-14T00:01:41.692 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:41.692 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.693 INFO:tasks.workunit.client.0.smithi055.stdout: "nand_bytes_written": { 2023-10-14T00:01:41.693 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.693 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 47080936 2023-10-14T00:01:41.693 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.693 INFO:tasks.workunit.client.0.smithi055.stdout: "perf_stat_indicator": { 2023-10-14T00:01:41.693 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 0, 2023-10-14T00:01:41.694 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:41.694 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.694 INFO:tasks.workunit.client.0.smithi055.stdout: "pll_lock_loss_count": { 2023-10-14T00:01:41.694 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.694 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:41.695 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.695 INFO:tasks.workunit.client.0.smithi055.stdout: "program_fail_count": { 2023-10-14T00:01:41.695 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.695 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:41.695 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.696 INFO:tasks.workunit.client.0.smithi055.stdout: "re_alloc_sectr_cnt": { 2023-10-14T00:01:41.696 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 0, 2023-10-14T00:01:41.696 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:41.696 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.696 INFO:tasks.workunit.client.0.smithi055.stdout: "retry_buffer_overflow_count": { 2023-10-14T00:01:41.697 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.697 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:41.697 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.697 INFO:tasks.workunit.client.0.smithi055.stdout: "soft_ecc_err_rate": { 2023-10-14T00:01:41.697 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 0, 2023-10-14T00:01:41.697 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:41.698 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.698 INFO:tasks.workunit.client.0.smithi055.stdout: "thermal_throttle_status": { 2023-10-14T00:01:41.698 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.698 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": { 2023-10-14T00:01:41.698 INFO:tasks.workunit.client.0.smithi055.stdout: "cnt": 0, 2023-10-14T00:01:41.699 INFO:tasks.workunit.client.0.smithi055.stdout: "pct": 0 2023-10-14T00:01:41.699 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:41.699 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.699 INFO:tasks.workunit.client.0.smithi055.stdout: "timed_workload_host_reads": { 2023-10-14T00:01:41.699 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.701 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 65535 2023-10-14T00:01:41.701 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.701 INFO:tasks.workunit.client.0.smithi055.stdout: "timed_workload_media_wear": { 2023-10-14T00:01:41.702 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.702 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 64 2023-10-14T00:01:41.702 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.702 INFO:tasks.workunit.client.0.smithi055.stdout: "timed_workload_timer": { 2023-10-14T00:01:41.702 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:41.703 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 65535 2023-10-14T00:01:41.703 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.703 INFO:tasks.workunit.client.0.smithi055.stdout: "unexp_power_loss": { 2023-10-14T00:01:41.703 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 0, 2023-10-14T00:01:41.703 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:41.704 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.704 INFO:tasks.workunit.client.0.smithi055.stdout: "wear_leveling": { 2023-10-14T00:01:41.704 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 90, 2023-10-14T00:01:41.704 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": { 2023-10-14T00:01:41.704 INFO:tasks.workunit.client.0.smithi055.stdout: "avg": 3115, 2023-10-14T00:01:41.705 INFO:tasks.workunit.client.0.smithi055.stdout: "max": 3130, 2023-10-14T00:01:41.705 INFO:tasks.workunit.client.0.smithi055.stdout: "min": 3100 2023-10-14T00:01:41.705 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:41.705 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:41.705 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.706 INFO:tasks.workunit.client.0.smithi055.stdout: "Intel Smart log": "nvme0n1" 2023-10-14T00:01:41.706 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.706 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_smart_health_information_log": { 2023-10-14T00:01:41.706 INFO:tasks.workunit.client.0.smithi055.stdout: "available_spare": 100, 2023-10-14T00:01:41.706 INFO:tasks.workunit.client.0.smithi055.stdout: "available_spare_threshold": 10, 2023-10-14T00:01:41.707 INFO:tasks.workunit.client.0.smithi055.stdout: "controller_busy_time": 25, 2023-10-14T00:01:41.707 INFO:tasks.workunit.client.0.smithi055.stdout: "critical_warning": 0, 2023-10-14T00:01:41.707 INFO:tasks.workunit.client.0.smithi055.stdout: "data_units_read": 398704611, 2023-10-14T00:01:41.707 INFO:tasks.workunit.client.0.smithi055.stdout: "data_units_written": 1998707396, 2023-10-14T00:01:41.707 INFO:tasks.workunit.client.0.smithi055.stdout: "host_reads": 6476864647, 2023-10-14T00:01:41.707 INFO:tasks.workunit.client.0.smithi055.stdout: "host_writes": 32809673568, 2023-10-14T00:01:41.708 INFO:tasks.workunit.client.0.smithi055.stdout: "media_errors": 0, 2023-10-14T00:01:41.708 INFO:tasks.workunit.client.0.smithi055.stdout: "num_err_log_entries": 0, 2023-10-14T00:01:41.708 INFO:tasks.workunit.client.0.smithi055.stdout: "percentage_used": 10, 2023-10-14T00:01:41.708 INFO:tasks.workunit.client.0.smithi055.stdout: "power_cycles": 39912, 2023-10-14T00:01:41.708 INFO:tasks.workunit.client.0.smithi055.stdout: "power_on_hours": 54829, 2023-10-14T00:01:41.709 INFO:tasks.workunit.client.0.smithi055.stdout: "temperature": 28, 2023-10-14T00:01:41.709 INFO:tasks.workunit.client.0.smithi055.stdout: "unsafe_shutdowns": 1680 2023-10-14T00:01:41.709 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.709 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_vendor": "intel", 2023-10-14T00:01:41.709 INFO:tasks.workunit.client.0.smithi055.stdout: "power_cycle_count": 39912, 2023-10-14T00:01:41.709 INFO:tasks.workunit.client.0.smithi055.stdout: "power_on_time": { 2023-10-14T00:01:41.710 INFO:tasks.workunit.client.0.smithi055.stdout: "hours": 54829 2023-10-14T00:01:41.710 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.710 INFO:tasks.workunit.client.0.smithi055.stdout: "serial_number": "deleted", 2023-10-14T00:01:41.710 INFO:tasks.workunit.client.0.smithi055.stdout: "smart_status": { 2023-10-14T00:01:41.711 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme": { 2023-10-14T00:01:41.711 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:41.711 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.711 INFO:tasks.workunit.client.0.smithi055.stdout: "passed": true 2023-10-14T00:01:41.711 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.711 INFO:tasks.workunit.client.0.smithi055.stdout: "smartctl": { 2023-10-14T00:01:41.712 INFO:tasks.workunit.client.0.smithi055.stdout: "argv": [ 2023-10-14T00:01:41.712 INFO:tasks.workunit.client.0.smithi055.stdout: "smartctl", 2023-10-14T00:01:41.712 INFO:tasks.workunit.client.0.smithi055.stdout: "-x", 2023-10-14T00:01:41.712 INFO:tasks.workunit.client.0.smithi055.stdout: "--json=o", 2023-10-14T00:01:41.712 INFO:tasks.workunit.client.0.smithi055.stdout: "/dev/nvme0n1" 2023-10-14T00:01:41.713 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:41.713 INFO:tasks.workunit.client.0.smithi055.stdout: "build_info": "(local build)", 2023-10-14T00:01:41.713 INFO:tasks.workunit.client.0.smithi055.stdout: "exit_status": 0, 2023-10-14T00:01:41.713 INFO:tasks.workunit.client.0.smithi055.stdout: "output": [ 2023-10-14T00:01:41.713 INFO:tasks.workunit.client.0.smithi055.stdout: "smartctl 7.1 2019-12-30 r5022 [x86_64-linux-4.18.0-516.el8.x86_64] (local build)", 2023-10-14T00:01:41.714 INFO:tasks.workunit.client.0.smithi055.stdout: "Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org", 2023-10-14T00:01:41.714 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:41.714 INFO:tasks.workunit.client.0.smithi055.stdout: "=== START OF INFORMATION SECTION ===", 2023-10-14T00:01:41.714 INFO:tasks.workunit.client.0.smithi055.stdout: "Model Number: INTEL SSDPEDMD400G4", 2023-10-14T00:01:41.714 INFO:tasks.workunit.client.0.smithi055.stdout: "Serial Number: deleted", 2023-10-14T00:01:41.714 INFO:tasks.workunit.client.0.smithi055.stdout: "Firmware Version: 8DV101H0", 2023-10-14T00:01:41.715 INFO:tasks.workunit.client.0.smithi055.stdout: "PCI Vendor/Subsystem ID: 0x8086", 2023-10-14T00:01:41.715 INFO:tasks.workunit.client.0.smithi055.stdout: "IEEE OUI Identifier: 0x5cd2e4", 2023-10-14T00:01:41.715 INFO:tasks.workunit.client.0.smithi055.stdout: "Controller ID: 0", 2023-10-14T00:01:41.715 INFO:tasks.workunit.client.0.smithi055.stdout: "Number of Namespaces: 1", 2023-10-14T00:01:41.715 INFO:tasks.workunit.client.0.smithi055.stdout: "Namespace 1 Size/Capacity: 400,088,457,216 [400 GB]", 2023-10-14T00:01:41.716 INFO:tasks.workunit.client.0.smithi055.stdout: "Namespace 1 Formatted LBA Size: 512", 2023-10-14T00:01:41.716 INFO:tasks.workunit.client.0.smithi055.stdout: "Local Time is: Sat Oct 14 00:00:07 2023 UTC", 2023-10-14T00:01:41.716 INFO:tasks.workunit.client.0.smithi055.stdout: "Firmware Updates (0x02): 1 Slot", 2023-10-14T00:01:41.716 INFO:tasks.workunit.client.0.smithi055.stdout: "Optional Admin Commands (0x0006): Format Frmw_DL", 2023-10-14T00:01:41.716 INFO:tasks.workunit.client.0.smithi055.stdout: "Optional NVM Commands (0x0006): Wr_Unc DS_Mngmt", 2023-10-14T00:01:41.717 INFO:tasks.workunit.client.0.smithi055.stdout: "Maximum Data Transfer Size: 32 Pages", 2023-10-14T00:01:41.717 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:41.717 INFO:tasks.workunit.client.0.smithi055.stdout: "Supported Power States", 2023-10-14T00:01:41.717 INFO:tasks.workunit.client.0.smithi055.stdout: "St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat", 2023-10-14T00:01:41.717 INFO:tasks.workunit.client.0.smithi055.stdout: " 0 + 25.00W - - 0 0 0 0 0 0", 2023-10-14T00:01:41.718 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:41.718 INFO:tasks.workunit.client.0.smithi055.stdout: "Supported LBA Sizes (NSID 0x1)", 2023-10-14T00:01:41.718 INFO:tasks.workunit.client.0.smithi055.stdout: "Id Fmt Data Metadt Rel_Perf", 2023-10-14T00:01:41.718 INFO:tasks.workunit.client.0.smithi055.stdout: " 0 + 512 0 2", 2023-10-14T00:01:41.718 INFO:tasks.workunit.client.0.smithi055.stdout: " 1 - 512 8 2", 2023-10-14T00:01:41.719 INFO:tasks.workunit.client.0.smithi055.stdout: " 2 - 512 16 2", 2023-10-14T00:01:41.719 INFO:tasks.workunit.client.0.smithi055.stdout: " 3 - 4096 0 0", 2023-10-14T00:01:41.719 INFO:tasks.workunit.client.0.smithi055.stdout: " 4 - 4096 8 0", 2023-10-14T00:01:41.719 INFO:tasks.workunit.client.0.smithi055.stdout: " 5 - 4096 64 0", 2023-10-14T00:01:41.719 INFO:tasks.workunit.client.0.smithi055.stdout: " 6 - 4096 128 0", 2023-10-14T00:01:41.720 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:41.720 INFO:tasks.workunit.client.0.smithi055.stdout: "=== START OF SMART DATA SECTION ===", 2023-10-14T00:01:41.720 INFO:tasks.workunit.client.0.smithi055.stdout: "SMART overall-health self-assessment test result: PASSED", 2023-10-14T00:01:41.720 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:41.720 INFO:tasks.workunit.client.0.smithi055.stdout: "SMART/Health Information (NVMe Log 0x02)", 2023-10-14T00:01:41.721 INFO:tasks.workunit.client.0.smithi055.stdout: "Critical Warning: 0x00", 2023-10-14T00:01:41.721 INFO:tasks.workunit.client.0.smithi055.stdout: "Temperature: 28 Celsius", 2023-10-14T00:01:41.721 INFO:tasks.workunit.client.0.smithi055.stdout: "Available Spare: 100%", 2023-10-14T00:01:41.721 INFO:tasks.workunit.client.0.smithi055.stdout: "Available Spare Threshold: 10%", 2023-10-14T00:01:41.721 INFO:tasks.workunit.client.0.smithi055.stdout: "Percentage Used: 10%", 2023-10-14T00:01:41.721 INFO:tasks.workunit.client.0.smithi055.stdout: "Data Units Read: 398,704,611 [204 TB]", 2023-10-14T00:01:41.722 INFO:tasks.workunit.client.0.smithi055.stdout: "Data Units Written: 1,998,707,396 [1.02 PB]", 2023-10-14T00:01:41.722 INFO:tasks.workunit.client.0.smithi055.stdout: "Host Read Commands: 6,476,864,647", 2023-10-14T00:01:41.722 INFO:tasks.workunit.client.0.smithi055.stdout: "Host Write Commands: 32,809,673,568", 2023-10-14T00:01:41.722 INFO:tasks.workunit.client.0.smithi055.stdout: "Controller Busy Time: 25", 2023-10-14T00:01:41.722 INFO:tasks.workunit.client.0.smithi055.stdout: "Power Cycles: 39,912", 2023-10-14T00:01:41.723 INFO:tasks.workunit.client.0.smithi055.stdout: "Power On Hours: 54,829", 2023-10-14T00:01:41.723 INFO:tasks.workunit.client.0.smithi055.stdout: "Unsafe Shutdowns: 1,680", 2023-10-14T00:01:41.723 INFO:tasks.workunit.client.0.smithi055.stdout: "Media and Data Integrity Errors: 0", 2023-10-14T00:01:41.723 INFO:tasks.workunit.client.0.smithi055.stdout: "Error Information Log Entries: 0", 2023-10-14T00:01:41.723 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:41.724 INFO:tasks.workunit.client.0.smithi055.stdout: "Error Information (NVMe Log 0x01, max 64 entries)", 2023-10-14T00:01:41.724 INFO:tasks.workunit.client.0.smithi055.stdout: "No Errors Logged", 2023-10-14T00:01:41.724 INFO:tasks.workunit.client.0.smithi055.stdout: "" 2023-10-14T00:01:41.724 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:41.724 INFO:tasks.workunit.client.0.smithi055.stdout: "platform_info": "x86_64-linux-4.18.0-516.el8.x86_64", 2023-10-14T00:01:41.725 INFO:tasks.workunit.client.0.smithi055.stdout: "svn_revision": "5022", 2023-10-14T00:01:41.725 INFO:tasks.workunit.client.0.smithi055.stdout: "version": [ 2023-10-14T00:01:41.725 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:41.725 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:41.725 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:41.725 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.726 INFO:tasks.workunit.client.0.smithi055.stdout: "temperature": { 2023-10-14T00:01:41.726 INFO:tasks.workunit.client.0.smithi055.stdout: "current": 28 2023-10-14T00:01:41.726 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:41.726 INFO:tasks.workunit.client.0.smithi055.stdout: "user_capacity": { 2023-10-14T00:01:41.726 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 781422768, 2023-10-14T00:01:41.727 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 400088457216 2023-10-14T00:01:41.727 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:41.727 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:41.727 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:41.727 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:41.728 INFO:tasks.workunit.client.0.smithi055.stdout:} 2023-10-14T00:01:41.728 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:41 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/2717205676' entity='client.admin' 2023-10-14T00:01:41.729 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:41 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:01:41.729 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:41 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:01:41.729 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:41 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:01:41.729 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:41 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:01:41.729 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:41 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:01:41.730 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:41 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2023-10-14T00:01:41.730 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:41 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:01:41.730 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:41 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2023-10-14T00:01:41.730 INFO:tasks.workunit.client.0.smithi055.stderr:+ ceph telemetry preview-all 2023-10-14T00:01:42.169 INFO:tasks.workunit.client.0.smithi055.stdout:{ 2023-10-14T00:01:42.170 INFO:tasks.workunit.client.0.smithi055.stdout: "device_report": { 2023-10-14T00:01:42.170 INFO:tasks.workunit.client.0.smithi055.stdout: "da8a9a4a-6a24-11ee-8cbd-ac1f6bf82606": { 2023-10-14T00:01:42.170 INFO:tasks.workunit.client.0.smithi055.stdout: "INTEL_SSDPEDKE040T7_da8b3068-6a24-11ee-8cbd-ac1f6bf82606": { 2023-10-14T00:01:42.170 INFO:tasks.workunit.client.0.smithi055.stdout: "20231013-235759": { 2023-10-14T00:01:42.170 INFO:tasks.workunit.client.0.smithi055.stdout: "device": { 2023-10-14T00:01:42.171 INFO:tasks.workunit.client.0.smithi055.stdout: "info_name": "/dev/nvme0n1", 2023-10-14T00:01:42.171 INFO:tasks.workunit.client.0.smithi055.stdout: "name": "/dev/nvme0n1", 2023-10-14T00:01:42.171 INFO:tasks.workunit.client.0.smithi055.stdout: "protocol": "NVMe", 2023-10-14T00:01:42.171 INFO:tasks.workunit.client.0.smithi055.stdout: "type": "nvme" 2023-10-14T00:01:42.171 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.172 INFO:tasks.workunit.client.0.smithi055.stdout: "firmware_version": "QDV1013D", 2023-10-14T00:01:42.172 INFO:tasks.workunit.client.0.smithi055.stdout: "host_id": "da8a9a4a-6a24-11ee-8cbd-ac1f6bf82606", 2023-10-14T00:01:42.172 INFO:tasks.workunit.client.0.smithi055.stdout: "json_format_version": [ 2023-10-14T00:01:42.172 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:42.172 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:42.172 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:42.173 INFO:tasks.workunit.client.0.smithi055.stdout: "local_time": { 2023-10-14T00:01:42.173 INFO:tasks.workunit.client.0.smithi055.stdout: "asctime": "Fri Oct 13 23:57:59 2023 UTC", 2023-10-14T00:01:42.173 INFO:tasks.workunit.client.0.smithi055.stdout: "time_t": 1697241479 2023-10-14T00:01:42.173 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.173 INFO:tasks.workunit.client.0.smithi055.stdout: "logical_block_size": 512, 2023-10-14T00:01:42.174 INFO:tasks.workunit.client.0.smithi055.stdout: "model_name": "INTEL SSDPEDKE040T7", 2023-10-14T00:01:42.174 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_controller_id": 0, 2023-10-14T00:01:42.174 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_ieee_oui_identifier": 6083300, 2023-10-14T00:01:42.174 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_namespaces": [ 2023-10-14T00:01:42.174 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:42.175 INFO:tasks.workunit.client.0.smithi055.stdout: "capacity": { 2023-10-14T00:01:42.175 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 7814037168, 2023-10-14T00:01:42.175 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 4000787030016 2023-10-14T00:01:42.175 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.175 INFO:tasks.workunit.client.0.smithi055.stdout: "formatted_lba_size": 512, 2023-10-14T00:01:42.175 INFO:tasks.workunit.client.0.smithi055.stdout: "id": 1, 2023-10-14T00:01:42.176 INFO:tasks.workunit.client.0.smithi055.stdout: "size": { 2023-10-14T00:01:42.176 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 7814037168, 2023-10-14T00:01:42.176 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 4000787030016 2023-10-14T00:01:42.176 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.176 INFO:tasks.workunit.client.0.smithi055.stdout: "utilization": { 2023-10-14T00:01:42.177 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 7814037168, 2023-10-14T00:01:42.177 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 4000787030016 2023-10-14T00:01:42.177 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:42.177 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:42.177 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:42.178 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_number_of_namespaces": 1, 2023-10-14T00:01:42.178 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_pci_vendor": { 2023-10-14T00:01:42.178 INFO:tasks.workunit.client.0.smithi055.stdout: "id": 32902, 2023-10-14T00:01:42.178 INFO:tasks.workunit.client.0.smithi055.stdout: "subsystem_id": 32902 2023-10-14T00:01:42.178 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.179 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_smart_health_information_add_log": { 2023-10-14T00:01:42.179 INFO:tasks.workunit.client.0.smithi055.stdout: "Device stats": { 2023-10-14T00:01:42.179 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_fw_downgrades": { 2023-10-14T00:01:42.179 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 0, 2023-10-14T00:01:42.179 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:42.179 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.180 INFO:tasks.workunit.client.0.smithi055.stdout: "crc_error_count": { 2023-10-14T00:01:42.180 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.180 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:42.180 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.180 INFO:tasks.workunit.client.0.smithi055.stdout: "end_to_end_error_detection_count": { 2023-10-14T00:01:42.181 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.181 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:42.181 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.181 INFO:tasks.workunit.client.0.smithi055.stdout: "erase_fail_count": { 2023-10-14T00:01:42.181 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.182 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:42.182 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.182 INFO:tasks.workunit.client.0.smithi055.stdout: "host_bytes_written": { 2023-10-14T00:01:42.182 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.182 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 20602507 2023-10-14T00:01:42.183 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.183 INFO:tasks.workunit.client.0.smithi055.stdout: "host_ctx_wear_used": { 2023-10-14T00:01:42.183 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.183 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:42.183 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.183 INFO:tasks.workunit.client.0.smithi055.stdout: "media_bytes_read": { 2023-10-14T00:01:42.184 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.184 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 18830585 2023-10-14T00:01:42.184 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.184 INFO:tasks.workunit.client.0.smithi055.stdout: "nand_bytes_written": { 2023-10-14T00:01:42.184 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.185 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 39610353 2023-10-14T00:01:42.185 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.185 INFO:tasks.workunit.client.0.smithi055.stdout: "perf_stat_indicator": { 2023-10-14T00:01:42.185 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.185 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 12 2023-10-14T00:01:42.186 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.186 INFO:tasks.workunit.client.0.smithi055.stdout: "pll_lock_loss_count": { 2023-10-14T00:01:42.186 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.186 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:42.186 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.186 INFO:tasks.workunit.client.0.smithi055.stdout: "program_fail_count": { 2023-10-14T00:01:42.187 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.187 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 3 2023-10-14T00:01:42.187 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.187 INFO:tasks.workunit.client.0.smithi055.stdout: "re_alloc_sectr_cnt": { 2023-10-14T00:01:42.187 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 16, 2023-10-14T00:01:42.188 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 35534 2023-10-14T00:01:42.188 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.188 INFO:tasks.workunit.client.0.smithi055.stdout: "retry_buffer_overflow_count": { 2023-10-14T00:01:42.188 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.188 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:42.189 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.189 INFO:tasks.workunit.client.0.smithi055.stdout: "soft_ecc_err_rate": { 2023-10-14T00:01:42.189 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.189 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 35519 2023-10-14T00:01:42.189 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.189 INFO:tasks.workunit.client.0.smithi055.stdout: "thermal_throttle_status": { 2023-10-14T00:01:42.190 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.190 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": { 2023-10-14T00:01:42.190 INFO:tasks.workunit.client.0.smithi055.stdout: "cnt": 0, 2023-10-14T00:01:42.190 INFO:tasks.workunit.client.0.smithi055.stdout: "pct": 0 2023-10-14T00:01:42.190 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:42.191 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.191 INFO:tasks.workunit.client.0.smithi055.stdout: "timed_workload_host_reads": { 2023-10-14T00:01:42.191 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.191 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 65535 2023-10-14T00:01:42.191 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.192 INFO:tasks.workunit.client.0.smithi055.stdout: "timed_workload_media_wear": { 2023-10-14T00:01:42.192 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.192 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 64 2023-10-14T00:01:42.192 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.192 INFO:tasks.workunit.client.0.smithi055.stdout: "timed_workload_timer": { 2023-10-14T00:01:42.192 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.193 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 65535 2023-10-14T00:01:42.193 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.193 INFO:tasks.workunit.client.0.smithi055.stdout: "unexp_power_loss": { 2023-10-14T00:01:42.193 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.193 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:42.194 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.194 INFO:tasks.workunit.client.0.smithi055.stdout: "wear_leveling": { 2023-10-14T00:01:42.194 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 91, 2023-10-14T00:01:42.194 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": { 2023-10-14T00:01:42.194 INFO:tasks.workunit.client.0.smithi055.stdout: "avg": 479, 2023-10-14T00:01:42.195 INFO:tasks.workunit.client.0.smithi055.stdout: "max": 482, 2023-10-14T00:01:42.195 INFO:tasks.workunit.client.0.smithi055.stdout: "min": 480 2023-10-14T00:01:42.195 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:42.195 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:42.195 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.195 INFO:tasks.workunit.client.0.smithi055.stdout: "Intel Smart log": "nvme0n1" 2023-10-14T00:01:42.196 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.196 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_smart_health_information_log": { 2023-10-14T00:01:42.196 INFO:tasks.workunit.client.0.smithi055.stdout: "available_spare": 99, 2023-10-14T00:01:42.196 INFO:tasks.workunit.client.0.smithi055.stdout: "available_spare_threshold": 10, 2023-10-14T00:01:42.196 INFO:tasks.workunit.client.0.smithi055.stdout: "controller_busy_time": 19512, 2023-10-14T00:01:42.197 INFO:tasks.workunit.client.0.smithi055.stdout: "critical_comp_time": 0, 2023-10-14T00:01:42.197 INFO:tasks.workunit.client.0.smithi055.stdout: "critical_warning": 0, 2023-10-14T00:01:42.197 INFO:tasks.workunit.client.0.smithi055.stdout: "data_units_read": 248557174, 2023-10-14T00:01:42.197 INFO:tasks.workunit.client.0.smithi055.stdout: "data_units_written": 1350205906, 2023-10-14T00:01:42.198 INFO:tasks.workunit.client.0.smithi055.stdout: "host_reads": 4284611189, 2023-10-14T00:01:42.198 INFO:tasks.workunit.client.0.smithi055.stdout: "host_writes": 23304472545, 2023-10-14T00:01:42.198 INFO:tasks.workunit.client.0.smithi055.stdout: "media_errors": 0, 2023-10-14T00:01:42.198 INFO:tasks.workunit.client.0.smithi055.stdout: "num_err_log_entries": 0, 2023-10-14T00:01:42.198 INFO:tasks.workunit.client.0.smithi055.stdout: "percentage_used": 9, 2023-10-14T00:01:42.199 INFO:tasks.workunit.client.0.smithi055.stdout: "power_cycles": 35534, 2023-10-14T00:01:42.199 INFO:tasks.workunit.client.0.smithi055.stdout: "power_on_hours": 43465, 2023-10-14T00:01:42.199 INFO:tasks.workunit.client.0.smithi055.stdout: "temperature": 21, 2023-10-14T00:01:42.199 INFO:tasks.workunit.client.0.smithi055.stdout: "unsafe_shutdowns": 35519, 2023-10-14T00:01:42.199 INFO:tasks.workunit.client.0.smithi055.stdout: "warning_temp_time": 0 2023-10-14T00:01:42.200 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.200 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_total_capacity": 4000787030016, 2023-10-14T00:01:42.200 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_unallocated_capacity": 0, 2023-10-14T00:01:42.200 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_vendor": "intel", 2023-10-14T00:01:42.200 INFO:tasks.workunit.client.0.smithi055.stdout: "power_cycle_count": 35534, 2023-10-14T00:01:42.200 INFO:tasks.workunit.client.0.smithi055.stdout: "power_on_time": { 2023-10-14T00:01:42.201 INFO:tasks.workunit.client.0.smithi055.stdout: "hours": 43465 2023-10-14T00:01:42.201 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.201 INFO:tasks.workunit.client.0.smithi055.stdout: "serial_number": "deleted", 2023-10-14T00:01:42.201 INFO:tasks.workunit.client.0.smithi055.stdout: "smart_status": { 2023-10-14T00:01:42.201 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme": { 2023-10-14T00:01:42.202 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:42.202 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.202 INFO:tasks.workunit.client.0.smithi055.stdout: "passed": true 2023-10-14T00:01:42.202 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.202 INFO:tasks.workunit.client.0.smithi055.stdout: "smartctl": { 2023-10-14T00:01:42.203 INFO:tasks.workunit.client.0.smithi055.stdout: "argv": [ 2023-10-14T00:01:42.203 INFO:tasks.workunit.client.0.smithi055.stdout: "smartctl", 2023-10-14T00:01:42.203 INFO:tasks.workunit.client.0.smithi055.stdout: "-x", 2023-10-14T00:01:42.203 INFO:tasks.workunit.client.0.smithi055.stdout: "--json=o", 2023-10-14T00:01:42.203 INFO:tasks.workunit.client.0.smithi055.stdout: "/dev/nvme0n1" 2023-10-14T00:01:42.204 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:42.204 INFO:tasks.workunit.client.0.smithi055.stdout: "build_info": "(local build)", 2023-10-14T00:01:42.204 INFO:tasks.workunit.client.0.smithi055.stdout: "exit_status": 0, 2023-10-14T00:01:42.204 INFO:tasks.workunit.client.0.smithi055.stdout: "output": [ 2023-10-14T00:01:42.204 INFO:tasks.workunit.client.0.smithi055.stdout: "smartctl 7.1 2019-12-30 r5022 [x86_64-linux-4.18.0-516.el8.x86_64] (local build)", 2023-10-14T00:01:42.204 INFO:tasks.workunit.client.0.smithi055.stdout: "Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org", 2023-10-14T00:01:42.205 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:42.205 INFO:tasks.workunit.client.0.smithi055.stdout: "=== START OF INFORMATION SECTION ===", 2023-10-14T00:01:42.205 INFO:tasks.workunit.client.0.smithi055.stdout: "Model Number: INTEL SSDPEDKE040T7", 2023-10-14T00:01:42.205 INFO:tasks.workunit.client.0.smithi055.stdout: "Serial Number: deleted", 2023-10-14T00:01:42.206 INFO:tasks.workunit.client.0.smithi055.stdout: "Firmware Version: QDV1013D", 2023-10-14T00:01:42.206 INFO:tasks.workunit.client.0.smithi055.stdout: "PCI Vendor/Subsystem ID: 0x8086", 2023-10-14T00:01:42.206 INFO:tasks.workunit.client.0.smithi055.stdout: "IEEE OUI Identifier: 0x5cd2e4", 2023-10-14T00:01:42.206 INFO:tasks.workunit.client.0.smithi055.stdout: "Total NVM Capacity: 4,000,787,030,016 [4.00 TB]", 2023-10-14T00:01:42.206 INFO:tasks.workunit.client.0.smithi055.stdout: "Unallocated NVM Capacity: 0", 2023-10-14T00:01:42.207 INFO:tasks.workunit.client.0.smithi055.stdout: "Controller ID: 0", 2023-10-14T00:01:42.207 INFO:tasks.workunit.client.0.smithi055.stdout: "Number of Namespaces: 1", 2023-10-14T00:01:42.207 INFO:tasks.workunit.client.0.smithi055.stdout: "Namespace 1 Size/Capacity: 4,000,787,030,016 [4.00 TB]", 2023-10-14T00:01:42.207 INFO:tasks.workunit.client.0.smithi055.stdout: "Namespace 1 Formatted LBA Size: 512", 2023-10-14T00:01:42.207 INFO:tasks.workunit.client.0.smithi055.stdout: "Local Time is: Fri Oct 13 23:57:59 2023 UTC", 2023-10-14T00:01:42.207 INFO:tasks.workunit.client.0.smithi055.stdout: "Firmware Updates (0x02): 1 Slot", 2023-10-14T00:01:42.208 INFO:tasks.workunit.client.0.smithi055.stdout: "Optional Admin Commands (0x0006): Format Frmw_DL", 2023-10-14T00:01:42.208 INFO:tasks.workunit.client.0.smithi055.stdout: "Optional NVM Commands (0x0006): Wr_Unc DS_Mngmt", 2023-10-14T00:01:42.208 INFO:tasks.workunit.client.0.smithi055.stdout: "Maximum Data Transfer Size: 32 Pages", 2023-10-14T00:01:42.208 INFO:tasks.workunit.client.0.smithi055.stdout: "Warning Comp. Temp. Threshold: 70 Celsius", 2023-10-14T00:01:42.208 INFO:tasks.workunit.client.0.smithi055.stdout: "Critical Comp. Temp. Threshold: 77 Celsius", 2023-10-14T00:01:42.209 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:42.209 INFO:tasks.workunit.client.0.smithi055.stdout: "Supported Power States", 2023-10-14T00:01:42.209 INFO:tasks.workunit.client.0.smithi055.stdout: "St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat", 2023-10-14T00:01:42.209 INFO:tasks.workunit.client.0.smithi055.stdout: " 0 + 25.00W - - 0 0 0 0 0 0", 2023-10-14T00:01:42.209 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:42.210 INFO:tasks.workunit.client.0.smithi055.stdout: "Supported LBA Sizes (NSID 0x1)", 2023-10-14T00:01:42.210 INFO:tasks.workunit.client.0.smithi055.stdout: "Id Fmt Data Metadt Rel_Perf", 2023-10-14T00:01:42.210 INFO:tasks.workunit.client.0.smithi055.stdout: " 0 + 512 0 2", 2023-10-14T00:01:42.210 INFO:tasks.workunit.client.0.smithi055.stdout: " 1 - 4096 0 0", 2023-10-14T00:01:42.210 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:42.211 INFO:tasks.workunit.client.0.smithi055.stdout: "=== START OF SMART DATA SECTION ===", 2023-10-14T00:01:42.211 INFO:tasks.workunit.client.0.smithi055.stdout: "SMART overall-health self-assessment test result: PASSED", 2023-10-14T00:01:42.211 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:42.211 INFO:tasks.workunit.client.0.smithi055.stdout: "SMART/Health Information (NVMe Log 0x02)", 2023-10-14T00:01:42.211 INFO:tasks.workunit.client.0.smithi055.stdout: "Critical Warning: 0x00", 2023-10-14T00:01:42.211 INFO:tasks.workunit.client.0.smithi055.stdout: "Temperature: 21 Celsius", 2023-10-14T00:01:42.212 INFO:tasks.workunit.client.0.smithi055.stdout: "Available Spare: 99%", 2023-10-14T00:01:42.212 INFO:tasks.workunit.client.0.smithi055.stdout: "Available Spare Threshold: 10%", 2023-10-14T00:01:42.212 INFO:tasks.workunit.client.0.smithi055.stdout: "Percentage Used: 9%", 2023-10-14T00:01:42.212 INFO:tasks.workunit.client.0.smithi055.stdout: "Data Units Read: 248,557,174 [127 TB]", 2023-10-14T00:01:42.212 INFO:tasks.workunit.client.0.smithi055.stdout: "Data Units Written: 1,350,205,906 [691 TB]", 2023-10-14T00:01:42.213 INFO:tasks.workunit.client.0.smithi055.stdout: "Host Read Commands: 4,284,611,189", 2023-10-14T00:01:42.213 INFO:tasks.workunit.client.0.smithi055.stdout: "Host Write Commands: 23,304,472,545", 2023-10-14T00:01:42.213 INFO:tasks.workunit.client.0.smithi055.stdout: "Controller Busy Time: 19,512", 2023-10-14T00:01:42.213 INFO:tasks.workunit.client.0.smithi055.stdout: "Power Cycles: 35,534", 2023-10-14T00:01:42.213 INFO:tasks.workunit.client.0.smithi055.stdout: "Power On Hours: 43,465", 2023-10-14T00:01:42.214 INFO:tasks.workunit.client.0.smithi055.stdout: "Unsafe Shutdowns: 35,519", 2023-10-14T00:01:42.214 INFO:tasks.workunit.client.0.smithi055.stdout: "Media and Data Integrity Errors: 0", 2023-10-14T00:01:42.214 INFO:tasks.workunit.client.0.smithi055.stdout: "Error Information Log Entries: 0", 2023-10-14T00:01:42.214 INFO:tasks.workunit.client.0.smithi055.stdout: "Warning Comp. Temperature Time: 0", 2023-10-14T00:01:42.214 INFO:tasks.workunit.client.0.smithi055.stdout: "Critical Comp. Temperature Time: 0", 2023-10-14T00:01:42.215 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:42.215 INFO:tasks.workunit.client.0.smithi055.stdout: "Error Information (NVMe Log 0x01, max 64 entries)", 2023-10-14T00:01:42.215 INFO:tasks.workunit.client.0.smithi055.stdout: "No Errors Logged", 2023-10-14T00:01:42.215 INFO:tasks.workunit.client.0.smithi055.stdout: "" 2023-10-14T00:01:42.216 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:42.216 INFO:tasks.workunit.client.0.smithi055.stdout: "platform_info": "x86_64-linux-4.18.0-516.el8.x86_64", 2023-10-14T00:01:42.216 INFO:tasks.workunit.client.0.smithi055.stdout: "svn_revision": "5022", 2023-10-14T00:01:42.216 INFO:tasks.workunit.client.0.smithi055.stdout: "version": [ 2023-10-14T00:01:42.216 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:42.216 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:42.217 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:42.217 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.217 INFO:tasks.workunit.client.0.smithi055.stdout: "temperature": { 2023-10-14T00:01:42.217 INFO:tasks.workunit.client.0.smithi055.stdout: "current": 21 2023-10-14T00:01:42.217 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.218 INFO:tasks.workunit.client.0.smithi055.stdout: "user_capacity": { 2023-10-14T00:01:42.218 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 7814037168, 2023-10-14T00:01:42.218 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 4000787030016 2023-10-14T00:01:42.218 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:42.218 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.219 INFO:tasks.workunit.client.0.smithi055.stdout: "20231014-000004": { 2023-10-14T00:01:42.219 INFO:tasks.workunit.client.0.smithi055.stdout: "device": { 2023-10-14T00:01:42.219 INFO:tasks.workunit.client.0.smithi055.stdout: "info_name": "/dev/nvme0n1", 2023-10-14T00:01:42.219 INFO:tasks.workunit.client.0.smithi055.stdout: "name": "/dev/nvme0n1", 2023-10-14T00:01:42.219 INFO:tasks.workunit.client.0.smithi055.stdout: "protocol": "NVMe", 2023-10-14T00:01:42.219 INFO:tasks.workunit.client.0.smithi055.stdout: "type": "nvme" 2023-10-14T00:01:42.220 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.220 INFO:tasks.workunit.client.0.smithi055.stdout: "firmware_version": "QDV1013D", 2023-10-14T00:01:42.220 INFO:tasks.workunit.client.0.smithi055.stdout: "host_id": "da8a9a4a-6a24-11ee-8cbd-ac1f6bf82606", 2023-10-14T00:01:42.220 INFO:tasks.workunit.client.0.smithi055.stdout: "json_format_version": [ 2023-10-14T00:01:42.220 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:42.221 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:42.221 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:42.221 INFO:tasks.workunit.client.0.smithi055.stdout: "local_time": { 2023-10-14T00:01:42.221 INFO:tasks.workunit.client.0.smithi055.stdout: "asctime": "Sat Oct 14 00:00:03 2023 UTC", 2023-10-14T00:01:42.221 INFO:tasks.workunit.client.0.smithi055.stdout: "time_t": 1697241603 2023-10-14T00:01:42.222 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.222 INFO:tasks.workunit.client.0.smithi055.stdout: "logical_block_size": 512, 2023-10-14T00:01:42.222 INFO:tasks.workunit.client.0.smithi055.stdout: "model_name": "INTEL SSDPEDKE040T7", 2023-10-14T00:01:42.222 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_controller_id": 0, 2023-10-14T00:01:42.222 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_ieee_oui_identifier": 6083300, 2023-10-14T00:01:42.223 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_namespaces": [ 2023-10-14T00:01:42.223 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:42.223 INFO:tasks.workunit.client.0.smithi055.stdout: "capacity": { 2023-10-14T00:01:42.223 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 7814037168, 2023-10-14T00:01:42.223 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 4000787030016 2023-10-14T00:01:42.223 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.224 INFO:tasks.workunit.client.0.smithi055.stdout: "formatted_lba_size": 512, 2023-10-14T00:01:42.224 INFO:tasks.workunit.client.0.smithi055.stdout: "id": 1, 2023-10-14T00:01:42.224 INFO:tasks.workunit.client.0.smithi055.stdout: "size": { 2023-10-14T00:01:42.224 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 7814037168, 2023-10-14T00:01:42.224 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 4000787030016 2023-10-14T00:01:42.225 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.225 INFO:tasks.workunit.client.0.smithi055.stdout: "utilization": { 2023-10-14T00:01:42.225 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 7814037168, 2023-10-14T00:01:42.225 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 4000787030016 2023-10-14T00:01:42.225 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:42.225 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:42.226 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:42.226 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_number_of_namespaces": 1, 2023-10-14T00:01:42.226 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_pci_vendor": { 2023-10-14T00:01:42.226 INFO:tasks.workunit.client.0.smithi055.stdout: "id": 32902, 2023-10-14T00:01:42.226 INFO:tasks.workunit.client.0.smithi055.stdout: "subsystem_id": 32902 2023-10-14T00:01:42.227 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.227 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_smart_health_information_add_log": { 2023-10-14T00:01:42.227 INFO:tasks.workunit.client.0.smithi055.stdout: "Device stats": { 2023-10-14T00:01:42.227 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_fw_downgrades": { 2023-10-14T00:01:42.227 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 0, 2023-10-14T00:01:42.228 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:42.228 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.228 INFO:tasks.workunit.client.0.smithi055.stdout: "crc_error_count": { 2023-10-14T00:01:42.228 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.228 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:42.228 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.229 INFO:tasks.workunit.client.0.smithi055.stdout: "end_to_end_error_detection_count": { 2023-10-14T00:01:42.229 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.229 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:42.229 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.229 INFO:tasks.workunit.client.0.smithi055.stdout: "erase_fail_count": { 2023-10-14T00:01:42.230 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.230 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:42.230 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.230 INFO:tasks.workunit.client.0.smithi055.stdout: "host_bytes_written": { 2023-10-14T00:01:42.230 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.231 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 20602508 2023-10-14T00:01:42.231 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.231 INFO:tasks.workunit.client.0.smithi055.stdout: "host_ctx_wear_used": { 2023-10-14T00:01:42.231 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.231 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:42.231 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.232 INFO:tasks.workunit.client.0.smithi055.stdout: "media_bytes_read": { 2023-10-14T00:01:42.232 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.232 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 18830588 2023-10-14T00:01:42.232 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.232 INFO:tasks.workunit.client.0.smithi055.stdout: "nand_bytes_written": { 2023-10-14T00:01:42.233 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.233 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 39610361 2023-10-14T00:01:42.233 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.233 INFO:tasks.workunit.client.0.smithi055.stdout: "perf_stat_indicator": { 2023-10-14T00:01:42.233 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.233 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 12 2023-10-14T00:01:42.234 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.234 INFO:tasks.workunit.client.0.smithi055.stdout: "pll_lock_loss_count": { 2023-10-14T00:01:42.234 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.234 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:42.234 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.235 INFO:tasks.workunit.client.0.smithi055.stdout: "program_fail_count": { 2023-10-14T00:01:42.235 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.235 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 3 2023-10-14T00:01:42.235 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.235 INFO:tasks.workunit.client.0.smithi055.stdout: "re_alloc_sectr_cnt": { 2023-10-14T00:01:42.236 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 16, 2023-10-14T00:01:42.236 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 35534 2023-10-14T00:01:42.236 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.236 INFO:tasks.workunit.client.0.smithi055.stdout: "retry_buffer_overflow_count": { 2023-10-14T00:01:42.236 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.236 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:42.237 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.237 INFO:tasks.workunit.client.0.smithi055.stdout: "soft_ecc_err_rate": { 2023-10-14T00:01:42.237 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.237 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 35519 2023-10-14T00:01:42.237 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.238 INFO:tasks.workunit.client.0.smithi055.stdout: "thermal_throttle_status": { 2023-10-14T00:01:42.238 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.238 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": { 2023-10-14T00:01:42.238 INFO:tasks.workunit.client.0.smithi055.stdout: "cnt": 0, 2023-10-14T00:01:42.238 INFO:tasks.workunit.client.0.smithi055.stdout: "pct": 0 2023-10-14T00:01:42.239 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:42.239 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.239 INFO:tasks.workunit.client.0.smithi055.stdout: "timed_workload_host_reads": { 2023-10-14T00:01:42.239 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.239 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 65535 2023-10-14T00:01:42.239 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.240 INFO:tasks.workunit.client.0.smithi055.stdout: "timed_workload_media_wear": { 2023-10-14T00:01:42.240 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.240 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 64 2023-10-14T00:01:42.240 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.240 INFO:tasks.workunit.client.0.smithi055.stdout: "timed_workload_timer": { 2023-10-14T00:01:42.241 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.241 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 65535 2023-10-14T00:01:42.241 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.241 INFO:tasks.workunit.client.0.smithi055.stdout: "unexp_power_loss": { 2023-10-14T00:01:42.241 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.242 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:42.242 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.242 INFO:tasks.workunit.client.0.smithi055.stdout: "wear_leveling": { 2023-10-14T00:01:42.242 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 91, 2023-10-14T00:01:42.242 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": { 2023-10-14T00:01:42.243 INFO:tasks.workunit.client.0.smithi055.stdout: "avg": 479, 2023-10-14T00:01:42.243 INFO:tasks.workunit.client.0.smithi055.stdout: "max": 482, 2023-10-14T00:01:42.243 INFO:tasks.workunit.client.0.smithi055.stdout: "min": 480 2023-10-14T00:01:42.243 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:42.243 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:42.243 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.244 INFO:tasks.workunit.client.0.smithi055.stdout: "Intel Smart log": "nvme0n1" 2023-10-14T00:01:42.244 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.244 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_smart_health_information_log": { 2023-10-14T00:01:42.244 INFO:tasks.workunit.client.0.smithi055.stdout: "available_spare": 99, 2023-10-14T00:01:42.244 INFO:tasks.workunit.client.0.smithi055.stdout: "available_spare_threshold": 10, 2023-10-14T00:01:42.245 INFO:tasks.workunit.client.0.smithi055.stdout: "controller_busy_time": 19512, 2023-10-14T00:01:42.245 INFO:tasks.workunit.client.0.smithi055.stdout: "critical_comp_time": 0, 2023-10-14T00:01:42.245 INFO:tasks.workunit.client.0.smithi055.stdout: "critical_warning": 0, 2023-10-14T00:01:42.245 INFO:tasks.workunit.client.0.smithi055.stdout: "data_units_read": 248557263, 2023-10-14T00:01:42.245 INFO:tasks.workunit.client.0.smithi055.stdout: "data_units_written": 1350205972, 2023-10-14T00:01:42.245 INFO:tasks.workunit.client.0.smithi055.stdout: "host_reads": 4284612200, 2023-10-14T00:01:42.246 INFO:tasks.workunit.client.0.smithi055.stdout: "host_writes": 23304478898, 2023-10-14T00:01:42.246 INFO:tasks.workunit.client.0.smithi055.stdout: "media_errors": 0, 2023-10-14T00:01:42.246 INFO:tasks.workunit.client.0.smithi055.stdout: "num_err_log_entries": 0, 2023-10-14T00:01:42.246 INFO:tasks.workunit.client.0.smithi055.stdout: "percentage_used": 9, 2023-10-14T00:01:42.246 INFO:tasks.workunit.client.0.smithi055.stdout: "power_cycles": 35534, 2023-10-14T00:01:42.247 INFO:tasks.workunit.client.0.smithi055.stdout: "power_on_hours": 43465, 2023-10-14T00:01:42.247 INFO:tasks.workunit.client.0.smithi055.stdout: "temperature": 21, 2023-10-14T00:01:42.247 INFO:tasks.workunit.client.0.smithi055.stdout: "unsafe_shutdowns": 35519, 2023-10-14T00:01:42.247 INFO:tasks.workunit.client.0.smithi055.stdout: "warning_temp_time": 0 2023-10-14T00:01:42.247 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.247 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_total_capacity": 4000787030016, 2023-10-14T00:01:42.248 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_unallocated_capacity": 0, 2023-10-14T00:01:42.248 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_vendor": "intel", 2023-10-14T00:01:42.248 INFO:tasks.workunit.client.0.smithi055.stdout: "power_cycle_count": 35534, 2023-10-14T00:01:42.248 INFO:tasks.workunit.client.0.smithi055.stdout: "power_on_time": { 2023-10-14T00:01:42.248 INFO:tasks.workunit.client.0.smithi055.stdout: "hours": 43465 2023-10-14T00:01:42.249 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.249 INFO:tasks.workunit.client.0.smithi055.stdout: "serial_number": "deleted", 2023-10-14T00:01:42.249 INFO:tasks.workunit.client.0.smithi055.stdout: "smart_status": { 2023-10-14T00:01:42.249 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme": { 2023-10-14T00:01:42.249 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:42.250 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.250 INFO:tasks.workunit.client.0.smithi055.stdout: "passed": true 2023-10-14T00:01:42.250 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.250 INFO:tasks.workunit.client.0.smithi055.stdout: "smartctl": { 2023-10-14T00:01:42.250 INFO:tasks.workunit.client.0.smithi055.stdout: "argv": [ 2023-10-14T00:01:42.250 INFO:tasks.workunit.client.0.smithi055.stdout: "smartctl", 2023-10-14T00:01:42.251 INFO:tasks.workunit.client.0.smithi055.stdout: "-x", 2023-10-14T00:01:42.251 INFO:tasks.workunit.client.0.smithi055.stdout: "--json=o", 2023-10-14T00:01:42.251 INFO:tasks.workunit.client.0.smithi055.stdout: "/dev/nvme0n1" 2023-10-14T00:01:42.251 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:42.251 INFO:tasks.workunit.client.0.smithi055.stdout: "build_info": "(local build)", 2023-10-14T00:01:42.252 INFO:tasks.workunit.client.0.smithi055.stdout: "exit_status": 0, 2023-10-14T00:01:42.252 INFO:tasks.workunit.client.0.smithi055.stdout: "output": [ 2023-10-14T00:01:42.252 INFO:tasks.workunit.client.0.smithi055.stdout: "smartctl 7.1 2019-12-30 r5022 [x86_64-linux-4.18.0-516.el8.x86_64] (local build)", 2023-10-14T00:01:42.252 INFO:tasks.workunit.client.0.smithi055.stdout: "Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org", 2023-10-14T00:01:42.252 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:42.253 INFO:tasks.workunit.client.0.smithi055.stdout: "=== START OF INFORMATION SECTION ===", 2023-10-14T00:01:42.253 INFO:tasks.workunit.client.0.smithi055.stdout: "Model Number: INTEL SSDPEDKE040T7", 2023-10-14T00:01:42.253 INFO:tasks.workunit.client.0.smithi055.stdout: "Serial Number: deleted", 2023-10-14T00:01:42.253 INFO:tasks.workunit.client.0.smithi055.stdout: "Firmware Version: QDV1013D", 2023-10-14T00:01:42.253 INFO:tasks.workunit.client.0.smithi055.stdout: "PCI Vendor/Subsystem ID: 0x8086", 2023-10-14T00:01:42.253 INFO:tasks.workunit.client.0.smithi055.stdout: "IEEE OUI Identifier: 0x5cd2e4", 2023-10-14T00:01:42.254 INFO:tasks.workunit.client.0.smithi055.stdout: "Total NVM Capacity: 4,000,787,030,016 [4.00 TB]", 2023-10-14T00:01:42.254 INFO:tasks.workunit.client.0.smithi055.stdout: "Unallocated NVM Capacity: 0", 2023-10-14T00:01:42.254 INFO:tasks.workunit.client.0.smithi055.stdout: "Controller ID: 0", 2023-10-14T00:01:42.254 INFO:tasks.workunit.client.0.smithi055.stdout: "Number of Namespaces: 1", 2023-10-14T00:01:42.254 INFO:tasks.workunit.client.0.smithi055.stdout: "Namespace 1 Size/Capacity: 4,000,787,030,016 [4.00 TB]", 2023-10-14T00:01:42.255 INFO:tasks.workunit.client.0.smithi055.stdout: "Namespace 1 Formatted LBA Size: 512", 2023-10-14T00:01:42.255 INFO:tasks.workunit.client.0.smithi055.stdout: "Local Time is: Sat Oct 14 00:00:03 2023 UTC", 2023-10-14T00:01:42.255 INFO:tasks.workunit.client.0.smithi055.stdout: "Firmware Updates (0x02): 1 Slot", 2023-10-14T00:01:42.255 INFO:tasks.workunit.client.0.smithi055.stdout: "Optional Admin Commands (0x0006): Format Frmw_DL", 2023-10-14T00:01:42.255 INFO:tasks.workunit.client.0.smithi055.stdout: "Optional NVM Commands (0x0006): Wr_Unc DS_Mngmt", 2023-10-14T00:01:42.256 INFO:tasks.workunit.client.0.smithi055.stdout: "Maximum Data Transfer Size: 32 Pages", 2023-10-14T00:01:42.256 INFO:tasks.workunit.client.0.smithi055.stdout: "Warning Comp. Temp. Threshold: 70 Celsius", 2023-10-14T00:01:42.256 INFO:tasks.workunit.client.0.smithi055.stdout: "Critical Comp. Temp. Threshold: 77 Celsius", 2023-10-14T00:01:42.256 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:42.256 INFO:tasks.workunit.client.0.smithi055.stdout: "Supported Power States", 2023-10-14T00:01:42.257 INFO:tasks.workunit.client.0.smithi055.stdout: "St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat", 2023-10-14T00:01:42.257 INFO:tasks.workunit.client.0.smithi055.stdout: " 0 + 25.00W - - 0 0 0 0 0 0", 2023-10-14T00:01:42.257 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:42.257 INFO:tasks.workunit.client.0.smithi055.stdout: "Supported LBA Sizes (NSID 0x1)", 2023-10-14T00:01:42.257 INFO:tasks.workunit.client.0.smithi055.stdout: "Id Fmt Data Metadt Rel_Perf", 2023-10-14T00:01:42.257 INFO:tasks.workunit.client.0.smithi055.stdout: " 0 + 512 0 2", 2023-10-14T00:01:42.258 INFO:tasks.workunit.client.0.smithi055.stdout: " 1 - 4096 0 0", 2023-10-14T00:01:42.258 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:42.258 INFO:tasks.workunit.client.0.smithi055.stdout: "=== START OF SMART DATA SECTION ===", 2023-10-14T00:01:42.258 INFO:tasks.workunit.client.0.smithi055.stdout: "SMART overall-health self-assessment test result: PASSED", 2023-10-14T00:01:42.258 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:42.259 INFO:tasks.workunit.client.0.smithi055.stdout: "SMART/Health Information (NVMe Log 0x02)", 2023-10-14T00:01:42.259 INFO:tasks.workunit.client.0.smithi055.stdout: "Critical Warning: 0x00", 2023-10-14T00:01:42.259 INFO:tasks.workunit.client.0.smithi055.stdout: "Temperature: 21 Celsius", 2023-10-14T00:01:42.259 INFO:tasks.workunit.client.0.smithi055.stdout: "Available Spare: 99%", 2023-10-14T00:01:42.259 INFO:tasks.workunit.client.0.smithi055.stdout: "Available Spare Threshold: 10%", 2023-10-14T00:01:42.260 INFO:tasks.workunit.client.0.smithi055.stdout: "Percentage Used: 9%", 2023-10-14T00:01:42.260 INFO:tasks.workunit.client.0.smithi055.stdout: "Data Units Read: 248,557,263 [127 TB]", 2023-10-14T00:01:42.260 INFO:tasks.workunit.client.0.smithi055.stdout: "Data Units Written: 1,350,205,972 [691 TB]", 2023-10-14T00:01:42.260 INFO:tasks.workunit.client.0.smithi055.stdout: "Host Read Commands: 4,284,612,200", 2023-10-14T00:01:42.260 INFO:tasks.workunit.client.0.smithi055.stdout: "Host Write Commands: 23,304,478,898", 2023-10-14T00:01:42.260 INFO:tasks.workunit.client.0.smithi055.stdout: "Controller Busy Time: 19,512", 2023-10-14T00:01:42.261 INFO:tasks.workunit.client.0.smithi055.stdout: "Power Cycles: 35,534", 2023-10-14T00:01:42.261 INFO:tasks.workunit.client.0.smithi055.stdout: "Power On Hours: 43,465", 2023-10-14T00:01:42.261 INFO:tasks.workunit.client.0.smithi055.stdout: "Unsafe Shutdowns: 35,519", 2023-10-14T00:01:42.261 INFO:tasks.workunit.client.0.smithi055.stdout: "Media and Data Integrity Errors: 0", 2023-10-14T00:01:42.261 INFO:tasks.workunit.client.0.smithi055.stdout: "Error Information Log Entries: 0", 2023-10-14T00:01:42.262 INFO:tasks.workunit.client.0.smithi055.stdout: "Warning Comp. Temperature Time: 0", 2023-10-14T00:01:42.262 INFO:tasks.workunit.client.0.smithi055.stdout: "Critical Comp. Temperature Time: 0", 2023-10-14T00:01:42.262 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:42.262 INFO:tasks.workunit.client.0.smithi055.stdout: "Error Information (NVMe Log 0x01, max 64 entries)", 2023-10-14T00:01:42.262 INFO:tasks.workunit.client.0.smithi055.stdout: "No Errors Logged", 2023-10-14T00:01:42.263 INFO:tasks.workunit.client.0.smithi055.stdout: "" 2023-10-14T00:01:42.263 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:42.263 INFO:tasks.workunit.client.0.smithi055.stdout: "platform_info": "x86_64-linux-4.18.0-516.el8.x86_64", 2023-10-14T00:01:42.263 INFO:tasks.workunit.client.0.smithi055.stdout: "svn_revision": "5022", 2023-10-14T00:01:42.263 INFO:tasks.workunit.client.0.smithi055.stdout: "version": [ 2023-10-14T00:01:42.264 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:42.264 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:42.264 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:42.264 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.264 INFO:tasks.workunit.client.0.smithi055.stdout: "temperature": { 2023-10-14T00:01:42.265 INFO:tasks.workunit.client.0.smithi055.stdout: "current": 21 2023-10-14T00:01:42.265 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.265 INFO:tasks.workunit.client.0.smithi055.stdout: "user_capacity": { 2023-10-14T00:01:42.265 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 7814037168, 2023-10-14T00:01:42.265 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 4000787030016 2023-10-14T00:01:42.266 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:42.266 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:42.266 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:42.266 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.266 INFO:tasks.workunit.client.0.smithi055.stdout: "da8d850c-6a24-11ee-8cbd-ac1f6bf82606": { 2023-10-14T00:01:42.267 INFO:tasks.workunit.client.0.smithi055.stdout: "INTEL_SSDPEDMD400G4_da8e0630-6a24-11ee-8cbd-ac1f6bf82606": { 2023-10-14T00:01:42.267 INFO:tasks.workunit.client.0.smithi055.stdout: "20231013-235803": { 2023-10-14T00:01:42.267 INFO:tasks.workunit.client.0.smithi055.stdout: "device": { 2023-10-14T00:01:42.267 INFO:tasks.workunit.client.0.smithi055.stdout: "info_name": "/dev/nvme0n1", 2023-10-14T00:01:42.267 INFO:tasks.workunit.client.0.smithi055.stdout: "name": "/dev/nvme0n1", 2023-10-14T00:01:42.268 INFO:tasks.workunit.client.0.smithi055.stdout: "protocol": "NVMe", 2023-10-14T00:01:42.268 INFO:tasks.workunit.client.0.smithi055.stdout: "type": "nvme" 2023-10-14T00:01:42.268 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.268 INFO:tasks.workunit.client.0.smithi055.stdout: "firmware_version": "8DV101H0", 2023-10-14T00:01:42.268 INFO:tasks.workunit.client.0.smithi055.stdout: "host_id": "da8d850c-6a24-11ee-8cbd-ac1f6bf82606", 2023-10-14T00:01:42.268 INFO:tasks.workunit.client.0.smithi055.stdout: "json_format_version": [ 2023-10-14T00:01:42.269 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:42.269 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:42.269 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:42.269 INFO:tasks.workunit.client.0.smithi055.stdout: "local_time": { 2023-10-14T00:01:42.269 INFO:tasks.workunit.client.0.smithi055.stdout: "asctime": "Fri Oct 13 23:58:02 2023 UTC", 2023-10-14T00:01:42.270 INFO:tasks.workunit.client.0.smithi055.stdout: "time_t": 1697241482 2023-10-14T00:01:42.270 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.270 INFO:tasks.workunit.client.0.smithi055.stdout: "logical_block_size": 512, 2023-10-14T00:01:42.270 INFO:tasks.workunit.client.0.smithi055.stdout: "model_name": "INTEL SSDPEDMD400G4", 2023-10-14T00:01:42.270 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_controller_id": 0, 2023-10-14T00:01:42.271 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_ieee_oui_identifier": 6083300, 2023-10-14T00:01:42.271 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_namespaces": [ 2023-10-14T00:01:42.271 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:42.271 INFO:tasks.workunit.client.0.smithi055.stdout: "capacity": { 2023-10-14T00:01:42.271 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 781422768, 2023-10-14T00:01:42.271 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 400088457216 2023-10-14T00:01:42.272 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.272 INFO:tasks.workunit.client.0.smithi055.stdout: "formatted_lba_size": 512, 2023-10-14T00:01:42.272 INFO:tasks.workunit.client.0.smithi055.stdout: "id": 1, 2023-10-14T00:01:42.272 INFO:tasks.workunit.client.0.smithi055.stdout: "size": { 2023-10-14T00:01:42.272 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 781422768, 2023-10-14T00:01:42.273 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 400088457216 2023-10-14T00:01:42.273 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.273 INFO:tasks.workunit.client.0.smithi055.stdout: "utilization": { 2023-10-14T00:01:42.273 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 781422768, 2023-10-14T00:01:42.273 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 400088457216 2023-10-14T00:01:42.274 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:42.274 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:42.274 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:42.274 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_number_of_namespaces": 1, 2023-10-14T00:01:42.274 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_pci_vendor": { 2023-10-14T00:01:42.275 INFO:tasks.workunit.client.0.smithi055.stdout: "id": 32902, 2023-10-14T00:01:42.275 INFO:tasks.workunit.client.0.smithi055.stdout: "subsystem_id": 32902 2023-10-14T00:01:42.275 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.275 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_smart_health_information_add_log": { 2023-10-14T00:01:42.275 INFO:tasks.workunit.client.0.smithi055.stdout: "Device stats": { 2023-10-14T00:01:42.276 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_fw_downgrades": { 2023-10-14T00:01:42.276 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 0, 2023-10-14T00:01:42.276 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:42.276 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.276 INFO:tasks.workunit.client.0.smithi055.stdout: "crc_error_count": { 2023-10-14T00:01:42.276 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.277 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:42.277 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.277 INFO:tasks.workunit.client.0.smithi055.stdout: "end_to_end_error_detection_count": { 2023-10-14T00:01:42.277 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.277 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:42.278 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.278 INFO:tasks.workunit.client.0.smithi055.stdout: "erase_fail_count": { 2023-10-14T00:01:42.278 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.278 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:42.278 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.279 INFO:tasks.workunit.client.0.smithi055.stdout: "host_bytes_written": { 2023-10-14T00:01:42.279 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.279 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 30497852 2023-10-14T00:01:42.279 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.279 INFO:tasks.workunit.client.0.smithi055.stdout: "host_ctx_wear_used": { 2023-10-14T00:01:42.279 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.280 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 1 2023-10-14T00:01:42.280 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.280 INFO:tasks.workunit.client.0.smithi055.stdout: "media_bytes_read": { 2023-10-14T00:01:42.280 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 0, 2023-10-14T00:01:42.280 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:42.281 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.281 INFO:tasks.workunit.client.0.smithi055.stdout: "nand_bytes_written": { 2023-10-14T00:01:42.281 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.281 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 47080932 2023-10-14T00:01:42.281 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.282 INFO:tasks.workunit.client.0.smithi055.stdout: "perf_stat_indicator": { 2023-10-14T00:01:42.282 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 0, 2023-10-14T00:01:42.282 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:42.282 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.282 INFO:tasks.workunit.client.0.smithi055.stdout: "pll_lock_loss_count": { 2023-10-14T00:01:42.283 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.283 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:42.283 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.283 INFO:tasks.workunit.client.0.smithi055.stdout: "program_fail_count": { 2023-10-14T00:01:42.283 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.283 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:42.284 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.284 INFO:tasks.workunit.client.0.smithi055.stdout: "re_alloc_sectr_cnt": { 2023-10-14T00:01:42.284 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 0, 2023-10-14T00:01:42.284 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:42.284 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.285 INFO:tasks.workunit.client.0.smithi055.stdout: "retry_buffer_overflow_count": { 2023-10-14T00:01:42.285 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.285 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:42.285 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.285 INFO:tasks.workunit.client.0.smithi055.stdout: "soft_ecc_err_rate": { 2023-10-14T00:01:42.286 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 0, 2023-10-14T00:01:42.286 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:42.286 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.286 INFO:tasks.workunit.client.0.smithi055.stdout: "thermal_throttle_status": { 2023-10-14T00:01:42.286 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.287 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": { 2023-10-14T00:01:42.287 INFO:tasks.workunit.client.0.smithi055.stdout: "cnt": 0, 2023-10-14T00:01:42.287 INFO:tasks.workunit.client.0.smithi055.stdout: "pct": 0 2023-10-14T00:01:42.287 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:42.287 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.287 INFO:tasks.workunit.client.0.smithi055.stdout: "timed_workload_host_reads": { 2023-10-14T00:01:42.288 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.288 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 65535 2023-10-14T00:01:42.288 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.288 INFO:tasks.workunit.client.0.smithi055.stdout: "timed_workload_media_wear": { 2023-10-14T00:01:42.288 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.289 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 64 2023-10-14T00:01:42.289 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.289 INFO:tasks.workunit.client.0.smithi055.stdout: "timed_workload_timer": { 2023-10-14T00:01:42.289 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.289 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 65535 2023-10-14T00:01:42.290 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.290 INFO:tasks.workunit.client.0.smithi055.stdout: "unexp_power_loss": { 2023-10-14T00:01:42.290 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 0, 2023-10-14T00:01:42.290 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:42.290 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.290 INFO:tasks.workunit.client.0.smithi055.stdout: "wear_leveling": { 2023-10-14T00:01:42.291 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 90, 2023-10-14T00:01:42.291 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": { 2023-10-14T00:01:42.291 INFO:tasks.workunit.client.0.smithi055.stdout: "avg": 3115, 2023-10-14T00:01:42.291 INFO:tasks.workunit.client.0.smithi055.stdout: "max": 3130, 2023-10-14T00:01:42.291 INFO:tasks.workunit.client.0.smithi055.stdout: "min": 3100 2023-10-14T00:01:42.292 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:42.292 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:42.292 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.292 INFO:tasks.workunit.client.0.smithi055.stdout: "Intel Smart log": "nvme0n1" 2023-10-14T00:01:42.292 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.293 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_smart_health_information_log": { 2023-10-14T00:01:42.293 INFO:tasks.workunit.client.0.smithi055.stdout: "available_spare": 100, 2023-10-14T00:01:42.293 INFO:tasks.workunit.client.0.smithi055.stdout: "available_spare_threshold": 10, 2023-10-14T00:01:42.293 INFO:tasks.workunit.client.0.smithi055.stdout: "controller_busy_time": 25, 2023-10-14T00:01:42.293 INFO:tasks.workunit.client.0.smithi055.stdout: "critical_warning": 0, 2023-10-14T00:01:42.294 INFO:tasks.workunit.client.0.smithi055.stdout: "data_units_read": 398704214, 2023-10-14T00:01:42.294 INFO:tasks.workunit.client.0.smithi055.stdout: "data_units_written": 1998707256, 2023-10-14T00:01:42.294 INFO:tasks.workunit.client.0.smithi055.stdout: "host_reads": 6476859738, 2023-10-14T00:01:42.294 INFO:tasks.workunit.client.0.smithi055.stdout: "host_writes": 32809668691, 2023-10-14T00:01:42.294 INFO:tasks.workunit.client.0.smithi055.stdout: "media_errors": 0, 2023-10-14T00:01:42.295 INFO:tasks.workunit.client.0.smithi055.stdout: "num_err_log_entries": 0, 2023-10-14T00:01:42.295 INFO:tasks.workunit.client.0.smithi055.stdout: "percentage_used": 10, 2023-10-14T00:01:42.295 INFO:tasks.workunit.client.0.smithi055.stdout: "power_cycles": 39912, 2023-10-14T00:01:42.295 INFO:tasks.workunit.client.0.smithi055.stdout: "power_on_hours": 54829, 2023-10-14T00:01:42.295 INFO:tasks.workunit.client.0.smithi055.stdout: "temperature": 28, 2023-10-14T00:01:42.295 INFO:tasks.workunit.client.0.smithi055.stdout: "unsafe_shutdowns": 1680 2023-10-14T00:01:42.296 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.296 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_vendor": "intel", 2023-10-14T00:01:42.296 INFO:tasks.workunit.client.0.smithi055.stdout: "power_cycle_count": 39912, 2023-10-14T00:01:42.296 INFO:tasks.workunit.client.0.smithi055.stdout: "power_on_time": { 2023-10-14T00:01:42.296 INFO:tasks.workunit.client.0.smithi055.stdout: "hours": 54829 2023-10-14T00:01:42.297 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.297 INFO:tasks.workunit.client.0.smithi055.stdout: "serial_number": "deleted", 2023-10-14T00:01:42.297 INFO:tasks.workunit.client.0.smithi055.stdout: "smart_status": { 2023-10-14T00:01:42.297 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme": { 2023-10-14T00:01:42.297 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:42.298 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.298 INFO:tasks.workunit.client.0.smithi055.stdout: "passed": true 2023-10-14T00:01:42.298 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.298 INFO:tasks.workunit.client.0.smithi055.stdout: "smartctl": { 2023-10-14T00:01:42.298 INFO:tasks.workunit.client.0.smithi055.stdout: "argv": [ 2023-10-14T00:01:42.299 INFO:tasks.workunit.client.0.smithi055.stdout: "smartctl", 2023-10-14T00:01:42.299 INFO:tasks.workunit.client.0.smithi055.stdout: "-x", 2023-10-14T00:01:42.299 INFO:tasks.workunit.client.0.smithi055.stdout: "--json=o", 2023-10-14T00:01:42.299 INFO:tasks.workunit.client.0.smithi055.stdout: "/dev/nvme0n1" 2023-10-14T00:01:42.299 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:42.300 INFO:tasks.workunit.client.0.smithi055.stdout: "build_info": "(local build)", 2023-10-14T00:01:42.300 INFO:tasks.workunit.client.0.smithi055.stdout: "exit_status": 0, 2023-10-14T00:01:42.300 INFO:tasks.workunit.client.0.smithi055.stdout: "output": [ 2023-10-14T00:01:42.300 INFO:tasks.workunit.client.0.smithi055.stdout: "smartctl 7.1 2019-12-30 r5022 [x86_64-linux-4.18.0-516.el8.x86_64] (local build)", 2023-10-14T00:01:42.300 INFO:tasks.workunit.client.0.smithi055.stdout: "Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org", 2023-10-14T00:01:42.301 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:42.301 INFO:tasks.workunit.client.0.smithi055.stdout: "=== START OF INFORMATION SECTION ===", 2023-10-14T00:01:42.301 INFO:tasks.workunit.client.0.smithi055.stdout: "Model Number: INTEL SSDPEDMD400G4", 2023-10-14T00:01:42.301 INFO:tasks.workunit.client.0.smithi055.stdout: "Serial Number: deleted", 2023-10-14T00:01:42.301 INFO:tasks.workunit.client.0.smithi055.stdout: "Firmware Version: 8DV101H0", 2023-10-14T00:01:42.302 INFO:tasks.workunit.client.0.smithi055.stdout: "PCI Vendor/Subsystem ID: 0x8086", 2023-10-14T00:01:42.302 INFO:tasks.workunit.client.0.smithi055.stdout: "IEEE OUI Identifier: 0x5cd2e4", 2023-10-14T00:01:42.302 INFO:tasks.workunit.client.0.smithi055.stdout: "Controller ID: 0", 2023-10-14T00:01:42.302 INFO:tasks.workunit.client.0.smithi055.stdout: "Number of Namespaces: 1", 2023-10-14T00:01:42.302 INFO:tasks.workunit.client.0.smithi055.stdout: "Namespace 1 Size/Capacity: 400,088,457,216 [400 GB]", 2023-10-14T00:01:42.303 INFO:tasks.workunit.client.0.smithi055.stdout: "Namespace 1 Formatted LBA Size: 512", 2023-10-14T00:01:42.303 INFO:tasks.workunit.client.0.smithi055.stdout: "Local Time is: Fri Oct 13 23:58:02 2023 UTC", 2023-10-14T00:01:42.303 INFO:tasks.workunit.client.0.smithi055.stdout: "Firmware Updates (0x02): 1 Slot", 2023-10-14T00:01:42.303 INFO:tasks.workunit.client.0.smithi055.stdout: "Optional Admin Commands (0x0006): Format Frmw_DL", 2023-10-14T00:01:42.303 INFO:tasks.workunit.client.0.smithi055.stdout: "Optional NVM Commands (0x0006): Wr_Unc DS_Mngmt", 2023-10-14T00:01:42.303 INFO:tasks.workunit.client.0.smithi055.stdout: "Maximum Data Transfer Size: 32 Pages", 2023-10-14T00:01:42.304 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:42.304 INFO:tasks.workunit.client.0.smithi055.stdout: "Supported Power States", 2023-10-14T00:01:42.304 INFO:tasks.workunit.client.0.smithi055.stdout: "St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat", 2023-10-14T00:01:42.304 INFO:tasks.workunit.client.0.smithi055.stdout: " 0 + 25.00W - - 0 0 0 0 0 0", 2023-10-14T00:01:42.304 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:42.305 INFO:tasks.workunit.client.0.smithi055.stdout: "Supported LBA Sizes (NSID 0x1)", 2023-10-14T00:01:42.305 INFO:tasks.workunit.client.0.smithi055.stdout: "Id Fmt Data Metadt Rel_Perf", 2023-10-14T00:01:42.305 INFO:tasks.workunit.client.0.smithi055.stdout: " 0 + 512 0 2", 2023-10-14T00:01:42.305 INFO:tasks.workunit.client.0.smithi055.stdout: " 1 - 512 8 2", 2023-10-14T00:01:42.305 INFO:tasks.workunit.client.0.smithi055.stdout: " 2 - 512 16 2", 2023-10-14T00:01:42.306 INFO:tasks.workunit.client.0.smithi055.stdout: " 3 - 4096 0 0", 2023-10-14T00:01:42.306 INFO:tasks.workunit.client.0.smithi055.stdout: " 4 - 4096 8 0", 2023-10-14T00:01:42.306 INFO:tasks.workunit.client.0.smithi055.stdout: " 5 - 4096 64 0", 2023-10-14T00:01:42.306 INFO:tasks.workunit.client.0.smithi055.stdout: " 6 - 4096 128 0", 2023-10-14T00:01:42.306 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:42.307 INFO:tasks.workunit.client.0.smithi055.stdout: "=== START OF SMART DATA SECTION ===", 2023-10-14T00:01:42.307 INFO:tasks.workunit.client.0.smithi055.stdout: "SMART overall-health self-assessment test result: PASSED", 2023-10-14T00:01:42.307 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:42.307 INFO:tasks.workunit.client.0.smithi055.stdout: "SMART/Health Information (NVMe Log 0x02)", 2023-10-14T00:01:42.307 INFO:tasks.workunit.client.0.smithi055.stdout: "Critical Warning: 0x00", 2023-10-14T00:01:42.308 INFO:tasks.workunit.client.0.smithi055.stdout: "Temperature: 28 Celsius", 2023-10-14T00:01:42.308 INFO:tasks.workunit.client.0.smithi055.stdout: "Available Spare: 100%", 2023-10-14T00:01:42.308 INFO:tasks.workunit.client.0.smithi055.stdout: "Available Spare Threshold: 10%", 2023-10-14T00:01:42.308 INFO:tasks.workunit.client.0.smithi055.stdout: "Percentage Used: 10%", 2023-10-14T00:01:42.308 INFO:tasks.workunit.client.0.smithi055.stdout: "Data Units Read: 398,704,214 [204 TB]", 2023-10-14T00:01:42.308 INFO:tasks.workunit.client.0.smithi055.stdout: "Data Units Written: 1,998,707,256 [1.02 PB]", 2023-10-14T00:01:42.309 INFO:tasks.workunit.client.0.smithi055.stdout: "Host Read Commands: 6,476,859,738", 2023-10-14T00:01:42.309 INFO:tasks.workunit.client.0.smithi055.stdout: "Host Write Commands: 32,809,668,691", 2023-10-14T00:01:42.309 INFO:tasks.workunit.client.0.smithi055.stdout: "Controller Busy Time: 25", 2023-10-14T00:01:42.309 INFO:tasks.workunit.client.0.smithi055.stdout: "Power Cycles: 39,912", 2023-10-14T00:01:42.309 INFO:tasks.workunit.client.0.smithi055.stdout: "Power On Hours: 54,829", 2023-10-14T00:01:42.310 INFO:tasks.workunit.client.0.smithi055.stdout: "Unsafe Shutdowns: 1,680", 2023-10-14T00:01:42.310 INFO:tasks.workunit.client.0.smithi055.stdout: "Media and Data Integrity Errors: 0", 2023-10-14T00:01:42.310 INFO:tasks.workunit.client.0.smithi055.stdout: "Error Information Log Entries: 0", 2023-10-14T00:01:42.310 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:42.310 INFO:tasks.workunit.client.0.smithi055.stdout: "Error Information (NVMe Log 0x01, max 64 entries)", 2023-10-14T00:01:42.311 INFO:tasks.workunit.client.0.smithi055.stdout: "No Errors Logged", 2023-10-14T00:01:42.311 INFO:tasks.workunit.client.0.smithi055.stdout: "" 2023-10-14T00:01:42.313 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:42.313 INFO:tasks.workunit.client.0.smithi055.stdout: "platform_info": "x86_64-linux-4.18.0-516.el8.x86_64", 2023-10-14T00:01:42.313 INFO:tasks.workunit.client.0.smithi055.stdout: "svn_revision": "5022", 2023-10-14T00:01:42.314 INFO:tasks.workunit.client.0.smithi055.stdout: "version": [ 2023-10-14T00:01:42.314 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:42.314 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:42.314 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:42.314 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.315 INFO:tasks.workunit.client.0.smithi055.stdout: "temperature": { 2023-10-14T00:01:42.315 INFO:tasks.workunit.client.0.smithi055.stdout: "current": 28 2023-10-14T00:01:42.315 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.315 INFO:tasks.workunit.client.0.smithi055.stdout: "user_capacity": { 2023-10-14T00:01:42.316 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 781422768, 2023-10-14T00:01:42.316 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 400088457216 2023-10-14T00:01:42.316 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:42.316 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.316 INFO:tasks.workunit.client.0.smithi055.stdout: "20231014-000007": { 2023-10-14T00:01:42.317 INFO:tasks.workunit.client.0.smithi055.stdout: "device": { 2023-10-14T00:01:42.317 INFO:tasks.workunit.client.0.smithi055.stdout: "info_name": "/dev/nvme0n1", 2023-10-14T00:01:42.317 INFO:tasks.workunit.client.0.smithi055.stdout: "name": "/dev/nvme0n1", 2023-10-14T00:01:42.317 INFO:tasks.workunit.client.0.smithi055.stdout: "protocol": "NVMe", 2023-10-14T00:01:42.317 INFO:tasks.workunit.client.0.smithi055.stdout: "type": "nvme" 2023-10-14T00:01:42.318 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.318 INFO:tasks.workunit.client.0.smithi055.stdout: "firmware_version": "8DV101H0", 2023-10-14T00:01:42.318 INFO:tasks.workunit.client.0.smithi055.stdout: "host_id": "da8d850c-6a24-11ee-8cbd-ac1f6bf82606", 2023-10-14T00:01:42.318 INFO:tasks.workunit.client.0.smithi055.stdout: "json_format_version": [ 2023-10-14T00:01:42.318 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:42.319 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:42.319 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:42.319 INFO:tasks.workunit.client.0.smithi055.stdout: "local_time": { 2023-10-14T00:01:42.319 INFO:tasks.workunit.client.0.smithi055.stdout: "asctime": "Sat Oct 14 00:00:07 2023 UTC", 2023-10-14T00:01:42.319 INFO:tasks.workunit.client.0.smithi055.stdout: "time_t": 1697241607 2023-10-14T00:01:42.320 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.320 INFO:tasks.workunit.client.0.smithi055.stdout: "logical_block_size": 512, 2023-10-14T00:01:42.320 INFO:tasks.workunit.client.0.smithi055.stdout: "model_name": "INTEL SSDPEDMD400G4", 2023-10-14T00:01:42.320 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_controller_id": 0, 2023-10-14T00:01:42.320 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_ieee_oui_identifier": 6083300, 2023-10-14T00:01:42.321 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_namespaces": [ 2023-10-14T00:01:42.321 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:42.321 INFO:tasks.workunit.client.0.smithi055.stdout: "capacity": { 2023-10-14T00:01:42.321 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 781422768, 2023-10-14T00:01:42.321 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 400088457216 2023-10-14T00:01:42.322 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.322 INFO:tasks.workunit.client.0.smithi055.stdout: "formatted_lba_size": 512, 2023-10-14T00:01:42.322 INFO:tasks.workunit.client.0.smithi055.stdout: "id": 1, 2023-10-14T00:01:42.322 INFO:tasks.workunit.client.0.smithi055.stdout: "size": { 2023-10-14T00:01:42.322 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 781422768, 2023-10-14T00:01:42.323 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 400088457216 2023-10-14T00:01:42.323 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.323 INFO:tasks.workunit.client.0.smithi055.stdout: "utilization": { 2023-10-14T00:01:42.323 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 781422768, 2023-10-14T00:01:42.323 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 400088457216 2023-10-14T00:01:42.324 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:42.324 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:42.324 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:42.324 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_number_of_namespaces": 1, 2023-10-14T00:01:42.324 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_pci_vendor": { 2023-10-14T00:01:42.324 INFO:tasks.workunit.client.0.smithi055.stdout: "id": 32902, 2023-10-14T00:01:42.325 INFO:tasks.workunit.client.0.smithi055.stdout: "subsystem_id": 32902 2023-10-14T00:01:42.325 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.325 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_smart_health_information_add_log": { 2023-10-14T00:01:42.325 INFO:tasks.workunit.client.0.smithi055.stdout: "Device stats": { 2023-10-14T00:01:42.325 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_fw_downgrades": { 2023-10-14T00:01:42.326 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 0, 2023-10-14T00:01:42.326 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:42.326 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.326 INFO:tasks.workunit.client.0.smithi055.stdout: "crc_error_count": { 2023-10-14T00:01:42.326 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.327 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:42.327 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.327 INFO:tasks.workunit.client.0.smithi055.stdout: "end_to_end_error_detection_count": { 2023-10-14T00:01:42.327 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.327 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:42.328 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.328 INFO:tasks.workunit.client.0.smithi055.stdout: "erase_fail_count": { 2023-10-14T00:01:42.328 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.328 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:42.328 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.328 INFO:tasks.workunit.client.0.smithi055.stdout: "host_bytes_written": { 2023-10-14T00:01:42.329 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.329 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 30497854 2023-10-14T00:01:42.329 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.329 INFO:tasks.workunit.client.0.smithi055.stdout: "host_ctx_wear_used": { 2023-10-14T00:01:42.329 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.330 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 1 2023-10-14T00:01:42.330 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.330 INFO:tasks.workunit.client.0.smithi055.stdout: "media_bytes_read": { 2023-10-14T00:01:42.330 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 0, 2023-10-14T00:01:42.330 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:42.331 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.331 INFO:tasks.workunit.client.0.smithi055.stdout: "nand_bytes_written": { 2023-10-14T00:01:42.331 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.331 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 47080936 2023-10-14T00:01:42.331 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.332 INFO:tasks.workunit.client.0.smithi055.stdout: "perf_stat_indicator": { 2023-10-14T00:01:42.332 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 0, 2023-10-14T00:01:42.332 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:42.332 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.332 INFO:tasks.workunit.client.0.smithi055.stdout: "pll_lock_loss_count": { 2023-10-14T00:01:42.333 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.333 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:42.333 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.333 INFO:tasks.workunit.client.0.smithi055.stdout: "program_fail_count": { 2023-10-14T00:01:42.333 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.333 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:42.334 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.334 INFO:tasks.workunit.client.0.smithi055.stdout: "re_alloc_sectr_cnt": { 2023-10-14T00:01:42.334 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 0, 2023-10-14T00:01:42.334 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:42.334 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.335 INFO:tasks.workunit.client.0.smithi055.stdout: "retry_buffer_overflow_count": { 2023-10-14T00:01:42.335 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.335 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:42.335 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.335 INFO:tasks.workunit.client.0.smithi055.stdout: "soft_ecc_err_rate": { 2023-10-14T00:01:42.336 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 0, 2023-10-14T00:01:42.336 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:42.336 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.336 INFO:tasks.workunit.client.0.smithi055.stdout: "thermal_throttle_status": { 2023-10-14T00:01:42.336 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.336 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": { 2023-10-14T00:01:42.337 INFO:tasks.workunit.client.0.smithi055.stdout: "cnt": 0, 2023-10-14T00:01:42.337 INFO:tasks.workunit.client.0.smithi055.stdout: "pct": 0 2023-10-14T00:01:42.337 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:42.337 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.337 INFO:tasks.workunit.client.0.smithi055.stdout: "timed_workload_host_reads": { 2023-10-14T00:01:42.338 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.338 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 65535 2023-10-14T00:01:42.338 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.338 INFO:tasks.workunit.client.0.smithi055.stdout: "timed_workload_media_wear": { 2023-10-14T00:01:42.338 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.339 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 64 2023-10-14T00:01:42.339 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.339 INFO:tasks.workunit.client.0.smithi055.stdout: "timed_workload_timer": { 2023-10-14T00:01:42.339 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:42.339 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 65535 2023-10-14T00:01:42.340 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.340 INFO:tasks.workunit.client.0.smithi055.stdout: "unexp_power_loss": { 2023-10-14T00:01:42.340 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 0, 2023-10-14T00:01:42.340 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:42.340 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.341 INFO:tasks.workunit.client.0.smithi055.stdout: "wear_leveling": { 2023-10-14T00:01:42.341 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 90, 2023-10-14T00:01:42.341 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": { 2023-10-14T00:01:42.341 INFO:tasks.workunit.client.0.smithi055.stdout: "avg": 3115, 2023-10-14T00:01:42.341 INFO:tasks.workunit.client.0.smithi055.stdout: "max": 3130, 2023-10-14T00:01:42.342 INFO:tasks.workunit.client.0.smithi055.stdout: "min": 3100 2023-10-14T00:01:42.342 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:42.342 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:42.342 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.342 INFO:tasks.workunit.client.0.smithi055.stdout: "Intel Smart log": "nvme0n1" 2023-10-14T00:01:42.343 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.343 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_smart_health_information_log": { 2023-10-14T00:01:42.343 INFO:tasks.workunit.client.0.smithi055.stdout: "available_spare": 100, 2023-10-14T00:01:42.343 INFO:tasks.workunit.client.0.smithi055.stdout: "available_spare_threshold": 10, 2023-10-14T00:01:42.343 INFO:tasks.workunit.client.0.smithi055.stdout: "controller_busy_time": 25, 2023-10-14T00:01:42.344 INFO:tasks.workunit.client.0.smithi055.stdout: "critical_warning": 0, 2023-10-14T00:01:42.344 INFO:tasks.workunit.client.0.smithi055.stdout: "data_units_read": 398704611, 2023-10-14T00:01:42.344 INFO:tasks.workunit.client.0.smithi055.stdout: "data_units_written": 1998707396, 2023-10-14T00:01:42.344 INFO:tasks.workunit.client.0.smithi055.stdout: "host_reads": 6476864647, 2023-10-14T00:01:42.344 INFO:tasks.workunit.client.0.smithi055.stdout: "host_writes": 32809673568, 2023-10-14T00:01:42.345 INFO:tasks.workunit.client.0.smithi055.stdout: "media_errors": 0, 2023-10-14T00:01:42.345 INFO:tasks.workunit.client.0.smithi055.stdout: "num_err_log_entries": 0, 2023-10-14T00:01:42.345 INFO:tasks.workunit.client.0.smithi055.stdout: "percentage_used": 10, 2023-10-14T00:01:42.345 INFO:tasks.workunit.client.0.smithi055.stdout: "power_cycles": 39912, 2023-10-14T00:01:42.345 INFO:tasks.workunit.client.0.smithi055.stdout: "power_on_hours": 54829, 2023-10-14T00:01:42.346 INFO:tasks.workunit.client.0.smithi055.stdout: "temperature": 28, 2023-10-14T00:01:42.346 INFO:tasks.workunit.client.0.smithi055.stdout: "unsafe_shutdowns": 1680 2023-10-14T00:01:42.346 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.346 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_vendor": "intel", 2023-10-14T00:01:42.346 INFO:tasks.workunit.client.0.smithi055.stdout: "power_cycle_count": 39912, 2023-10-14T00:01:42.347 INFO:tasks.workunit.client.0.smithi055.stdout: "power_on_time": { 2023-10-14T00:01:42.347 INFO:tasks.workunit.client.0.smithi055.stdout: "hours": 54829 2023-10-14T00:01:42.347 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.347 INFO:tasks.workunit.client.0.smithi055.stdout: "serial_number": "deleted", 2023-10-14T00:01:42.347 INFO:tasks.workunit.client.0.smithi055.stdout: "smart_status": { 2023-10-14T00:01:42.348 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme": { 2023-10-14T00:01:42.348 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:42.348 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.348 INFO:tasks.workunit.client.0.smithi055.stdout: "passed": true 2023-10-14T00:01:42.348 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.348 INFO:tasks.workunit.client.0.smithi055.stdout: "smartctl": { 2023-10-14T00:01:42.349 INFO:tasks.workunit.client.0.smithi055.stdout: "argv": [ 2023-10-14T00:01:42.349 INFO:tasks.workunit.client.0.smithi055.stdout: "smartctl", 2023-10-14T00:01:42.349 INFO:tasks.workunit.client.0.smithi055.stdout: "-x", 2023-10-14T00:01:42.349 INFO:tasks.workunit.client.0.smithi055.stdout: "--json=o", 2023-10-14T00:01:42.349 INFO:tasks.workunit.client.0.smithi055.stdout: "/dev/nvme0n1" 2023-10-14T00:01:42.350 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:42.350 INFO:tasks.workunit.client.0.smithi055.stdout: "build_info": "(local build)", 2023-10-14T00:01:42.350 INFO:tasks.workunit.client.0.smithi055.stdout: "exit_status": 0, 2023-10-14T00:01:42.350 INFO:tasks.workunit.client.0.smithi055.stdout: "output": [ 2023-10-14T00:01:42.350 INFO:tasks.workunit.client.0.smithi055.stdout: "smartctl 7.1 2019-12-30 r5022 [x86_64-linux-4.18.0-516.el8.x86_64] (local build)", 2023-10-14T00:01:42.351 INFO:tasks.workunit.client.0.smithi055.stdout: "Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org", 2023-10-14T00:01:42.351 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:42.351 INFO:tasks.workunit.client.0.smithi055.stdout: "=== START OF INFORMATION SECTION ===", 2023-10-14T00:01:42.351 INFO:tasks.workunit.client.0.smithi055.stdout: "Model Number: INTEL SSDPEDMD400G4", 2023-10-14T00:01:42.351 INFO:tasks.workunit.client.0.smithi055.stdout: "Serial Number: deleted", 2023-10-14T00:01:42.352 INFO:tasks.workunit.client.0.smithi055.stdout: "Firmware Version: 8DV101H0", 2023-10-14T00:01:42.352 INFO:tasks.workunit.client.0.smithi055.stdout: "PCI Vendor/Subsystem ID: 0x8086", 2023-10-14T00:01:42.352 INFO:tasks.workunit.client.0.smithi055.stdout: "IEEE OUI Identifier: 0x5cd2e4", 2023-10-14T00:01:42.352 INFO:tasks.workunit.client.0.smithi055.stdout: "Controller ID: 0", 2023-10-14T00:01:42.352 INFO:tasks.workunit.client.0.smithi055.stdout: "Number of Namespaces: 1", 2023-10-14T00:01:42.353 INFO:tasks.workunit.client.0.smithi055.stdout: "Namespace 1 Size/Capacity: 400,088,457,216 [400 GB]", 2023-10-14T00:01:42.353 INFO:tasks.workunit.client.0.smithi055.stdout: "Namespace 1 Formatted LBA Size: 512", 2023-10-14T00:01:42.353 INFO:tasks.workunit.client.0.smithi055.stdout: "Local Time is: Sat Oct 14 00:00:07 2023 UTC", 2023-10-14T00:01:42.353 INFO:tasks.workunit.client.0.smithi055.stdout: "Firmware Updates (0x02): 1 Slot", 2023-10-14T00:01:42.353 INFO:tasks.workunit.client.0.smithi055.stdout: "Optional Admin Commands (0x0006): Format Frmw_DL", 2023-10-14T00:01:42.353 INFO:tasks.workunit.client.0.smithi055.stdout: "Optional NVM Commands (0x0006): Wr_Unc DS_Mngmt", 2023-10-14T00:01:42.354 INFO:tasks.workunit.client.0.smithi055.stdout: "Maximum Data Transfer Size: 32 Pages", 2023-10-14T00:01:42.354 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:42.354 INFO:tasks.workunit.client.0.smithi055.stdout: "Supported Power States", 2023-10-14T00:01:42.354 INFO:tasks.workunit.client.0.smithi055.stdout: "St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat", 2023-10-14T00:01:42.354 INFO:tasks.workunit.client.0.smithi055.stdout: " 0 + 25.00W - - 0 0 0 0 0 0", 2023-10-14T00:01:42.355 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:42.355 INFO:tasks.workunit.client.0.smithi055.stdout: "Supported LBA Sizes (NSID 0x1)", 2023-10-14T00:01:42.355 INFO:tasks.workunit.client.0.smithi055.stdout: "Id Fmt Data Metadt Rel_Perf", 2023-10-14T00:01:42.355 INFO:tasks.workunit.client.0.smithi055.stdout: " 0 + 512 0 2", 2023-10-14T00:01:42.355 INFO:tasks.workunit.client.0.smithi055.stdout: " 1 - 512 8 2", 2023-10-14T00:01:42.356 INFO:tasks.workunit.client.0.smithi055.stdout: " 2 - 512 16 2", 2023-10-14T00:01:42.356 INFO:tasks.workunit.client.0.smithi055.stdout: " 3 - 4096 0 0", 2023-10-14T00:01:42.356 INFO:tasks.workunit.client.0.smithi055.stdout: " 4 - 4096 8 0", 2023-10-14T00:01:42.356 INFO:tasks.workunit.client.0.smithi055.stdout: " 5 - 4096 64 0", 2023-10-14T00:01:42.356 INFO:tasks.workunit.client.0.smithi055.stdout: " 6 - 4096 128 0", 2023-10-14T00:01:42.356 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:42.357 INFO:tasks.workunit.client.0.smithi055.stdout: "=== START OF SMART DATA SECTION ===", 2023-10-14T00:01:42.357 INFO:tasks.workunit.client.0.smithi055.stdout: "SMART overall-health self-assessment test result: PASSED", 2023-10-14T00:01:42.357 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:42.357 INFO:tasks.workunit.client.0.smithi055.stdout: "SMART/Health Information (NVMe Log 0x02)", 2023-10-14T00:01:42.357 INFO:tasks.workunit.client.0.smithi055.stdout: "Critical Warning: 0x00", 2023-10-14T00:01:42.358 INFO:tasks.workunit.client.0.smithi055.stdout: "Temperature: 28 Celsius", 2023-10-14T00:01:42.358 INFO:tasks.workunit.client.0.smithi055.stdout: "Available Spare: 100%", 2023-10-14T00:01:42.358 INFO:tasks.workunit.client.0.smithi055.stdout: "Available Spare Threshold: 10%", 2023-10-14T00:01:42.358 INFO:tasks.workunit.client.0.smithi055.stdout: "Percentage Used: 10%", 2023-10-14T00:01:42.358 INFO:tasks.workunit.client.0.smithi055.stdout: "Data Units Read: 398,704,611 [204 TB]", 2023-10-14T00:01:42.359 INFO:tasks.workunit.client.0.smithi055.stdout: "Data Units Written: 1,998,707,396 [1.02 PB]", 2023-10-14T00:01:42.359 INFO:tasks.workunit.client.0.smithi055.stdout: "Host Read Commands: 6,476,864,647", 2023-10-14T00:01:42.359 INFO:tasks.workunit.client.0.smithi055.stdout: "Host Write Commands: 32,809,673,568", 2023-10-14T00:01:42.359 INFO:tasks.workunit.client.0.smithi055.stdout: "Controller Busy Time: 25", 2023-10-14T00:01:42.359 INFO:tasks.workunit.client.0.smithi055.stdout: "Power Cycles: 39,912", 2023-10-14T00:01:42.359 INFO:tasks.workunit.client.0.smithi055.stdout: "Power On Hours: 54,829", 2023-10-14T00:01:42.360 INFO:tasks.workunit.client.0.smithi055.stdout: "Unsafe Shutdowns: 1,680", 2023-10-14T00:01:42.360 INFO:tasks.workunit.client.0.smithi055.stdout: "Media and Data Integrity Errors: 0", 2023-10-14T00:01:42.360 INFO:tasks.workunit.client.0.smithi055.stdout: "Error Information Log Entries: 0", 2023-10-14T00:01:42.360 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:42.360 INFO:tasks.workunit.client.0.smithi055.stdout: "Error Information (NVMe Log 0x01, max 64 entries)", 2023-10-14T00:01:42.361 INFO:tasks.workunit.client.0.smithi055.stdout: "No Errors Logged", 2023-10-14T00:01:42.361 INFO:tasks.workunit.client.0.smithi055.stdout: "" 2023-10-14T00:01:42.361 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:42.361 INFO:tasks.workunit.client.0.smithi055.stdout: "platform_info": "x86_64-linux-4.18.0-516.el8.x86_64", 2023-10-14T00:01:42.361 INFO:tasks.workunit.client.0.smithi055.stdout: "svn_revision": "5022", 2023-10-14T00:01:42.362 INFO:tasks.workunit.client.0.smithi055.stdout: "version": [ 2023-10-14T00:01:42.362 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:42.362 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:42.362 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:42.362 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.363 INFO:tasks.workunit.client.0.smithi055.stdout: "temperature": { 2023-10-14T00:01:42.363 INFO:tasks.workunit.client.0.smithi055.stdout: "current": 28 2023-10-14T00:01:42.363 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.363 INFO:tasks.workunit.client.0.smithi055.stdout: "user_capacity": { 2023-10-14T00:01:42.363 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 781422768, 2023-10-14T00:01:42.363 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 400088457216 2023-10-14T00:01:42.364 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:42.364 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:42.364 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:42.364 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:42.365 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.365 INFO:tasks.workunit.client.0.smithi055.stdout: "report": { 2023-10-14T00:01:42.365 INFO:tasks.workunit.client.0.smithi055.stdout: "balancer": { 2023-10-14T00:01:42.365 INFO:tasks.workunit.client.0.smithi055.stdout: "active": true, 2023-10-14T00:01:42.365 INFO:tasks.workunit.client.0.smithi055.stdout: "mode": "" 2023-10-14T00:01:42.365 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.366 INFO:tasks.workunit.client.0.smithi055.stdout: "channels": [ 2023-10-14T00:01:42.366 INFO:tasks.workunit.client.0.smithi055.stdout: "basic", 2023-10-14T00:01:42.366 INFO:tasks.workunit.client.0.smithi055.stdout: "crash", 2023-10-14T00:01:42.366 INFO:tasks.workunit.client.0.smithi055.stdout: "device", 2023-10-14T00:01:42.366 INFO:tasks.workunit.client.0.smithi055.stdout: "ident" 2023-10-14T00:01:42.367 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:42.367 INFO:tasks.workunit.client.0.smithi055.stdout: "channels_available": [ 2023-10-14T00:01:42.367 INFO:tasks.workunit.client.0.smithi055.stdout: "basic", 2023-10-14T00:01:42.367 INFO:tasks.workunit.client.0.smithi055.stdout: "ident", 2023-10-14T00:01:42.367 INFO:tasks.workunit.client.0.smithi055.stdout: "crash", 2023-10-14T00:01:42.367 INFO:tasks.workunit.client.0.smithi055.stdout: "device", 2023-10-14T00:01:42.368 INFO:tasks.workunit.client.0.smithi055.stdout: "perf" 2023-10-14T00:01:42.368 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:42.368 INFO:tasks.workunit.client.0.smithi055.stdout: "collections_available": [ 2023-10-14T00:01:42.368 INFO:tasks.workunit.client.0.smithi055.stdout: "basic_base", 2023-10-14T00:01:42.368 INFO:tasks.workunit.client.0.smithi055.stdout: "device_base", 2023-10-14T00:01:42.369 INFO:tasks.workunit.client.0.smithi055.stdout: "crash_base", 2023-10-14T00:01:42.369 INFO:tasks.workunit.client.0.smithi055.stdout: "ident_base", 2023-10-14T00:01:42.369 INFO:tasks.workunit.client.0.smithi055.stdout: "perf_perf", 2023-10-14T00:01:42.369 INFO:tasks.workunit.client.0.smithi055.stdout: "basic_mds_metadata", 2023-10-14T00:01:42.369 INFO:tasks.workunit.client.0.smithi055.stdout: "basic_pool_usage", 2023-10-14T00:01:42.369 INFO:tasks.workunit.client.0.smithi055.stdout: "basic_usage_by_class", 2023-10-14T00:01:42.370 INFO:tasks.workunit.client.0.smithi055.stdout: "basic_rook_v01", 2023-10-14T00:01:42.370 INFO:tasks.workunit.client.0.smithi055.stdout: "perf_memory_metrics", 2023-10-14T00:01:42.370 INFO:tasks.workunit.client.0.smithi055.stdout: "basic_pool_options_bluestore" 2023-10-14T00:01:42.370 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:42.370 INFO:tasks.workunit.client.0.smithi055.stdout: "collections_opted_in": [ 2023-10-14T00:01:42.371 INFO:tasks.workunit.client.0.smithi055.stdout: "basic_base", 2023-10-14T00:01:42.371 INFO:tasks.workunit.client.0.smithi055.stdout: "device_base", 2023-10-14T00:01:42.371 INFO:tasks.workunit.client.0.smithi055.stdout: "crash_base", 2023-10-14T00:01:42.371 INFO:tasks.workunit.client.0.smithi055.stdout: "ident_base", 2023-10-14T00:01:42.371 INFO:tasks.workunit.client.0.smithi055.stdout: "perf_perf", 2023-10-14T00:01:42.371 INFO:tasks.workunit.client.0.smithi055.stdout: "basic_mds_metadata", 2023-10-14T00:01:42.372 INFO:tasks.workunit.client.0.smithi055.stdout: "basic_pool_usage", 2023-10-14T00:01:42.372 INFO:tasks.workunit.client.0.smithi055.stdout: "basic_usage_by_class", 2023-10-14T00:01:42.372 INFO:tasks.workunit.client.0.smithi055.stdout: "basic_rook_v01", 2023-10-14T00:01:42.372 INFO:tasks.workunit.client.0.smithi055.stdout: "perf_memory_metrics", 2023-10-14T00:01:42.372 INFO:tasks.workunit.client.0.smithi055.stdout: "basic_pool_options_bluestore" 2023-10-14T00:01:42.373 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:42.373 INFO:tasks.workunit.client.0.smithi055.stdout: "config": { 2023-10-14T00:01:42.373 INFO:tasks.workunit.client.0.smithi055.stdout: "active_changed": [ 2023-10-14T00:01:42.373 INFO:tasks.workunit.client.0.smithi055.stdout: "auth_allow_insecure_global_id_reclaim", 2023-10-14T00:01:42.373 INFO:tasks.workunit.client.0.smithi055.stdout: "auth_debug", 2023-10-14T00:01:42.374 INFO:tasks.workunit.client.0.smithi055.stdout: "auth_mon_ticket_ttl", 2023-10-14T00:01:42.374 INFO:tasks.workunit.client.0.smithi055.stdout: "auth_service_ticket_ttl", 2023-10-14T00:01:42.374 INFO:tasks.workunit.client.0.smithi055.stdout: "bdev_debug_aio", 2023-10-14T00:01:42.374 INFO:tasks.workunit.client.0.smithi055.stdout: "client_check_pool_perm", 2023-10-14T00:01:42.374 INFO:tasks.workunit.client.0.smithi055.stdout: "client_mount_gid", 2023-10-14T00:01:42.375 INFO:tasks.workunit.client.0.smithi055.stdout: "client_mount_uid", 2023-10-14T00:01:42.375 INFO:tasks.workunit.client.0.smithi055.stdout: "client_quota", 2023-10-14T00:01:42.375 INFO:tasks.workunit.client.0.smithi055.stdout: "container_image", 2023-10-14T00:01:42.375 INFO:tasks.workunit.client.0.smithi055.stdout: "daemonize", 2023-10-14T00:01:42.375 INFO:tasks.workunit.client.0.smithi055.stdout: "debug_asserts_on_shutdown", 2023-10-14T00:01:42.375 INFO:tasks.workunit.client.0.smithi055.stdout: "debug_mgr", 2023-10-14T00:01:42.376 INFO:tasks.workunit.client.0.smithi055.stdout: "debug_mon", 2023-10-14T00:01:42.376 INFO:tasks.workunit.client.0.smithi055.stdout: "debug_ms", 2023-10-14T00:01:42.376 INFO:tasks.workunit.client.0.smithi055.stdout: "debug_osd", 2023-10-14T00:01:42.376 INFO:tasks.workunit.client.0.smithi055.stdout: "debug_paxos", 2023-10-14T00:01:42.376 INFO:tasks.workunit.client.0.smithi055.stdout: "keyring", 2023-10-14T00:01:42.377 INFO:tasks.workunit.client.0.smithi055.stdout: "leveldb_block_size", 2023-10-14T00:01:42.377 INFO:tasks.workunit.client.0.smithi055.stdout: "leveldb_cache_size", 2023-10-14T00:01:42.377 INFO:tasks.workunit.client.0.smithi055.stdout: "leveldb_compression", 2023-10-14T00:01:42.377 INFO:tasks.workunit.client.0.smithi055.stdout: "leveldb_log", 2023-10-14T00:01:42.377 INFO:tasks.workunit.client.0.smithi055.stdout: "leveldb_write_buffer_size", 2023-10-14T00:01:42.378 INFO:tasks.workunit.client.0.smithi055.stdout: "log_to_file", 2023-10-14T00:01:42.378 INFO:tasks.workunit.client.0.smithi055.stdout: "log_to_journald", 2023-10-14T00:01:42.378 INFO:tasks.workunit.client.0.smithi055.stdout: "log_to_stderr", 2023-10-14T00:01:42.378 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_allow_pool_delete", 2023-10-14T00:01:42.378 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_clock_drift_allowed", 2023-10-14T00:01:42.379 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_cluster_log_file_level", 2023-10-14T00:01:42.379 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_cluster_log_to_file", 2023-10-14T00:01:42.379 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_cluster_log_to_journald", 2023-10-14T00:01:42.379 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_cluster_log_to_stderr", 2023-10-14T00:01:42.379 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_data_avail_warn", 2023-10-14T00:01:42.380 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_election_default_strategy", 2023-10-14T00:01:42.380 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_host", 2023-10-14T00:01:42.380 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_max_pg_per_osd", 2023-10-14T00:01:42.380 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_mgr_mkfs_grace", 2023-10-14T00:01:42.380 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_osd_prime_pg_temp", 2023-10-14T00:01:42.381 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_osd_reporter_subtree_level", 2023-10-14T00:01:42.381 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_pg_warn_max_object_skew", 2023-10-14T00:01:42.381 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_reweight_min_bytes_per_osd", 2023-10-14T00:01:42.381 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_reweight_min_pgs_per_osd", 2023-10-14T00:01:42.381 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_warn_on_crush_straw_calc_version_zero", 2023-10-14T00:01:42.381 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_warn_on_insecure_global_id_reclaim", 2023-10-14T00:01:42.382 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_warn_on_insecure_global_id_reclaim_allowed", 2023-10-14T00:01:42.382 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_warn_on_legacy_crush_tunables", 2023-10-14T00:01:42.382 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_warn_on_osd_down_out_interval_zero", 2023-10-14T00:01:42.382 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_warn_on_pool_pg_num_not_power_of_two", 2023-10-14T00:01:42.382 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_warn_on_too_few_osds", 2023-10-14T00:01:42.383 INFO:tasks.workunit.client.0.smithi055.stdout: "ms_die_on_bug", 2023-10-14T00:01:42.383 INFO:tasks.workunit.client.0.smithi055.stdout: "ms_die_on_old_message", 2023-10-14T00:01:42.383 INFO:tasks.workunit.client.0.smithi055.stdout: "no_config_file", 2023-10-14T00:01:42.383 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_class_default_list", 2023-10-14T00:01:42.383 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_class_load_list", 2023-10-14T00:01:42.384 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_debug_misdirected_ops", 2023-10-14T00:01:42.384 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_debug_op_order", 2023-10-14T00:01:42.384 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_debug_pg_log_writeout", 2023-10-14T00:01:42.384 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_debug_shutdown", 2023-10-14T00:01:42.384 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_debug_verify_cached_snaps", 2023-10-14T00:01:42.384 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_debug_verify_missing_on_start", 2023-10-14T00:01:42.385 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_debug_verify_stray_on_activate", 2023-10-14T00:01:42.385 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_deep_scrub_update_digest_min_age", 2023-10-14T00:01:42.385 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mclock_profile", 2023-10-14T00:01:42.385 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mclock_scheduler_background_best_effort_lim", 2023-10-14T00:01:42.385 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mclock_scheduler_background_best_effort_res", 2023-10-14T00:01:42.386 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mclock_scheduler_background_best_effort_wgt", 2023-10-14T00:01:42.386 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mclock_scheduler_background_recovery_lim", 2023-10-14T00:01:42.386 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mclock_scheduler_background_recovery_res", 2023-10-14T00:01:42.386 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mclock_scheduler_background_recovery_wgt", 2023-10-14T00:01:42.386 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mclock_scheduler_client_lim", 2023-10-14T00:01:42.386 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mclock_scheduler_client_res", 2023-10-14T00:01:42.387 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mclock_scheduler_client_wgt", 2023-10-14T00:01:42.387 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_memory_target", 2023-10-14T00:01:42.387 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_memory_target_autotune", 2023-10-14T00:01:42.387 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_op_queue", 2023-10-14T00:01:42.387 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_op_queue_cut_off", 2023-10-14T00:01:42.388 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_pool_default_erasure_code_profile", 2023-10-14T00:01:42.388 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_pool_default_pg_autoscale_mode", 2023-10-14T00:01:42.388 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_recover_clone_overlap", 2023-10-14T00:01:42.388 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_recovery_max_chunk", 2023-10-14T00:01:42.388 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_scrub_load_threshold", 2023-10-14T00:01:42.389 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_scrub_max_interval", 2023-10-14T00:01:42.389 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_shutdown_pgref_assert", 2023-10-14T00:01:42.389 INFO:tasks.workunit.client.0.smithi055.stdout: "public_addr", 2023-10-14T00:01:42.389 INFO:tasks.workunit.client.0.smithi055.stdout: "public_addrv", 2023-10-14T00:01:42.389 INFO:tasks.workunit.client.0.smithi055.stdout: "public_network", 2023-10-14T00:01:42.390 INFO:tasks.workunit.client.0.smithi055.stdout: "rbd_default_features", 2023-10-14T00:01:42.390 INFO:tasks.workunit.client.0.smithi055.stdout: "rbd_qos_exclude_ops", 2023-10-14T00:01:42.390 INFO:tasks.workunit.client.0.smithi055.stdout: "setgroup", 2023-10-14T00:01:42.390 INFO:tasks.workunit.client.0.smithi055.stdout: "setuser" 2023-10-14T00:01:42.390 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:42.391 INFO:tasks.workunit.client.0.smithi055.stdout: "cluster_changed": [ 2023-10-14T00:01:42.391 INFO:tasks.workunit.client.0.smithi055.stdout: "auth_allow_insecure_global_id_reclaim", 2023-10-14T00:01:42.391 INFO:tasks.workunit.client.0.smithi055.stdout: "auth_debug", 2023-10-14T00:01:42.391 INFO:tasks.workunit.client.0.smithi055.stdout: "auth_mon_ticket_ttl", 2023-10-14T00:01:42.391 INFO:tasks.workunit.client.0.smithi055.stdout: "auth_service_ticket_ttl", 2023-10-14T00:01:42.391 INFO:tasks.workunit.client.0.smithi055.stdout: "bdev_debug_aio", 2023-10-14T00:01:42.392 INFO:tasks.workunit.client.0.smithi055.stdout: "container_image", 2023-10-14T00:01:42.392 INFO:tasks.workunit.client.0.smithi055.stdout: "debug_asserts_on_shutdown", 2023-10-14T00:01:42.392 INFO:tasks.workunit.client.0.smithi055.stdout: "debug_mgr", 2023-10-14T00:01:42.392 INFO:tasks.workunit.client.0.smithi055.stdout: "debug_mon", 2023-10-14T00:01:42.392 INFO:tasks.workunit.client.0.smithi055.stdout: "debug_ms", 2023-10-14T00:01:42.393 INFO:tasks.workunit.client.0.smithi055.stdout: "debug_osd", 2023-10-14T00:01:42.393 INFO:tasks.workunit.client.0.smithi055.stdout: "debug_paxos", 2023-10-14T00:01:42.393 INFO:tasks.workunit.client.0.smithi055.stdout: "log_to_file", 2023-10-14T00:01:42.393 INFO:tasks.workunit.client.0.smithi055.stdout: "log_to_journald", 2023-10-14T00:01:42.393 INFO:tasks.workunit.client.0.smithi055.stdout: "log_to_stderr", 2023-10-14T00:01:42.394 INFO:tasks.workunit.client.0.smithi055.stdout: "mds_join_fs", 2023-10-14T00:01:42.394 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr/cephadm/allow_ptrace", 2023-10-14T00:01:42.394 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr/cephadm/container_init", 2023-10-14T00:01:42.394 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr/cephadm/migration_current", 2023-10-14T00:01:42.394 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr/cephadm/use_repo_digest", 2023-10-14T00:01:42.394 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr/dashboard/ALERTMANAGER_API_HOST", 2023-10-14T00:01:42.395 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr/dashboard/GRAFANA_API_SSL_VERIFY", 2023-10-14T00:01:42.395 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr/dashboard/GRAFANA_API_URL", 2023-10-14T00:01:42.395 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr/dashboard/PROMETHEUS_API_HOST", 2023-10-14T00:01:42.395 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr/dashboard/ssl_server_port", 2023-10-14T00:01:42.395 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr/orchestrator/orchestrator", 2023-10-14T00:01:42.396 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr/telemetry/channel_ident", 2023-10-14T00:01:42.396 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr/telemetry/description", 2023-10-14T00:01:42.396 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr/telemetry/organization", 2023-10-14T00:01:42.396 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_allow_pool_delete", 2023-10-14T00:01:42.396 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_clock_drift_allowed", 2023-10-14T00:01:42.396 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_cluster_log_file_level", 2023-10-14T00:01:42.397 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_data_avail_warn", 2023-10-14T00:01:42.397 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_election_default_strategy", 2023-10-14T00:01:42.397 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_max_pg_per_osd", 2023-10-14T00:01:42.397 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_mgr_mkfs_grace", 2023-10-14T00:01:42.397 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_osd_prime_pg_temp", 2023-10-14T00:01:42.398 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_osd_reporter_subtree_level", 2023-10-14T00:01:42.398 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_pg_warn_max_object_skew", 2023-10-14T00:01:42.398 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_reweight_min_bytes_per_osd", 2023-10-14T00:01:42.398 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_reweight_min_pgs_per_osd", 2023-10-14T00:01:42.398 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_warn_on_crush_straw_calc_version_zero", 2023-10-14T00:01:42.399 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_warn_on_insecure_global_id_reclaim", 2023-10-14T00:01:42.399 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_warn_on_insecure_global_id_reclaim_allowed", 2023-10-14T00:01:42.399 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_warn_on_legacy_crush_tunables", 2023-10-14T00:01:42.399 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_warn_on_osd_down_out_interval_zero", 2023-10-14T00:01:42.399 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_warn_on_pool_pg_num_not_power_of_two", 2023-10-14T00:01:42.399 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_warn_on_too_few_osds", 2023-10-14T00:01:42.400 INFO:tasks.workunit.client.0.smithi055.stdout: "ms_die_on_bug", 2023-10-14T00:01:42.400 INFO:tasks.workunit.client.0.smithi055.stdout: "ms_die_on_old_message", 2023-10-14T00:01:42.400 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_class_default_list", 2023-10-14T00:01:42.400 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_class_load_list", 2023-10-14T00:01:42.400 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_debug_misdirected_ops", 2023-10-14T00:01:42.401 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_debug_op_order", 2023-10-14T00:01:42.401 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_debug_pg_log_writeout", 2023-10-14T00:01:42.401 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_debug_shutdown", 2023-10-14T00:01:42.401 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_debug_verify_cached_snaps", 2023-10-14T00:01:42.401 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_debug_verify_missing_on_start", 2023-10-14T00:01:42.402 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_debug_verify_stray_on_activate", 2023-10-14T00:01:42.402 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_deep_scrub_update_digest_min_age", 2023-10-14T00:01:42.402 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mclock_profile", 2023-10-14T00:01:42.402 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_memory_target", 2023-10-14T00:01:42.402 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_memory_target_autotune", 2023-10-14T00:01:42.402 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_op_queue", 2023-10-14T00:01:42.403 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_op_queue_cut_off", 2023-10-14T00:01:42.403 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_pool_default_erasure_code_profile", 2023-10-14T00:01:42.403 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_pool_default_pg_autoscale_mode", 2023-10-14T00:01:42.403 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_recover_clone_overlap", 2023-10-14T00:01:42.403 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_recovery_max_chunk", 2023-10-14T00:01:42.404 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_scrub_load_threshold", 2023-10-14T00:01:42.404 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_scrub_max_interval", 2023-10-14T00:01:42.404 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_shutdown_pgref_assert", 2023-10-14T00:01:42.404 INFO:tasks.workunit.client.0.smithi055.stdout: "public_network", 2023-10-14T00:01:42.404 INFO:tasks.workunit.client.0.smithi055.stdout: "rgw_cache_enabled", 2023-10-14T00:01:42.404 INFO:tasks.workunit.client.0.smithi055.stdout: "rgw_enable_ops_log", 2023-10-14T00:01:42.405 INFO:tasks.workunit.client.0.smithi055.stdout: "rgw_enable_usage_log" 2023-10-14T00:01:42.405 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:42.405 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.405 INFO:tasks.workunit.client.0.smithi055.stdout: "contact": null, 2023-10-14T00:01:42.405 INFO:tasks.workunit.client.0.smithi055.stdout: "crashes": [], 2023-10-14T00:01:42.406 INFO:tasks.workunit.client.0.smithi055.stdout: "created": "2023-10-13T23:55:28.818488Z", 2023-10-14T00:01:42.406 INFO:tasks.workunit.client.0.smithi055.stdout: "crush": { 2023-10-14T00:01:42.406 INFO:tasks.workunit.client.0.smithi055.stdout: "bucket_algs": { 2023-10-14T00:01:42.406 INFO:tasks.workunit.client.0.smithi055.stdout: "straw2": 3 2023-10-14T00:01:42.406 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.407 INFO:tasks.workunit.client.0.smithi055.stdout: "bucket_sizes": { 2023-10-14T00:01:42.407 INFO:tasks.workunit.client.0.smithi055.stdout: "2": 1, 2023-10-14T00:01:42.407 INFO:tasks.workunit.client.0.smithi055.stdout: "4": 2 2023-10-14T00:01:42.407 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.407 INFO:tasks.workunit.client.0.smithi055.stdout: "bucket_types": { 2023-10-14T00:01:42.408 INFO:tasks.workunit.client.0.smithi055.stdout: "1": 2, 2023-10-14T00:01:42.408 INFO:tasks.workunit.client.0.smithi055.stdout: "11": 1 2023-10-14T00:01:42.408 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.408 INFO:tasks.workunit.client.0.smithi055.stdout: "compat_weight_set": false, 2023-10-14T00:01:42.408 INFO:tasks.workunit.client.0.smithi055.stdout: "device_classes": [ 2023-10-14T00:01:42.408 INFO:tasks.workunit.client.0.smithi055.stdout: 8 2023-10-14T00:01:42.409 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:42.409 INFO:tasks.workunit.client.0.smithi055.stdout: "num_buckets": 6, 2023-10-14T00:01:42.409 INFO:tasks.workunit.client.0.smithi055.stdout: "num_devices": 8, 2023-10-14T00:01:42.409 INFO:tasks.workunit.client.0.smithi055.stdout: "num_rules": 1, 2023-10-14T00:01:42.409 INFO:tasks.workunit.client.0.smithi055.stdout: "num_types": 12, 2023-10-14T00:01:42.410 INFO:tasks.workunit.client.0.smithi055.stdout: "num_weight_sets": 0, 2023-10-14T00:01:42.410 INFO:tasks.workunit.client.0.smithi055.stdout: "tunables": { 2023-10-14T00:01:42.410 INFO:tasks.workunit.client.0.smithi055.stdout: "allowed_bucket_algs": 54, 2023-10-14T00:01:42.410 INFO:tasks.workunit.client.0.smithi055.stdout: "choose_local_fallback_tries": 0, 2023-10-14T00:01:42.410 INFO:tasks.workunit.client.0.smithi055.stdout: "choose_local_tries": 0, 2023-10-14T00:01:42.410 INFO:tasks.workunit.client.0.smithi055.stdout: "choose_total_tries": 50, 2023-10-14T00:01:42.411 INFO:tasks.workunit.client.0.smithi055.stdout: "chooseleaf_descend_once": 1, 2023-10-14T00:01:42.411 INFO:tasks.workunit.client.0.smithi055.stdout: "chooseleaf_stable": 1, 2023-10-14T00:01:42.411 INFO:tasks.workunit.client.0.smithi055.stdout: "chooseleaf_vary_r": 1, 2023-10-14T00:01:42.411 INFO:tasks.workunit.client.0.smithi055.stdout: "has_v2_rules": 0, 2023-10-14T00:01:42.411 INFO:tasks.workunit.client.0.smithi055.stdout: "has_v3_rules": 0, 2023-10-14T00:01:42.412 INFO:tasks.workunit.client.0.smithi055.stdout: "has_v4_buckets": 1, 2023-10-14T00:01:42.412 INFO:tasks.workunit.client.0.smithi055.stdout: "has_v5_rules": 0, 2023-10-14T00:01:42.412 INFO:tasks.workunit.client.0.smithi055.stdout: "legacy_tunables": 0, 2023-10-14T00:01:42.412 INFO:tasks.workunit.client.0.smithi055.stdout: "minimum_required_version": "jewel", 2023-10-14T00:01:42.412 INFO:tasks.workunit.client.0.smithi055.stdout: "optimal_tunables": 1, 2023-10-14T00:01:42.412 INFO:tasks.workunit.client.0.smithi055.stdout: "profile": "jewel", 2023-10-14T00:01:42.413 INFO:tasks.workunit.client.0.smithi055.stdout: "require_feature_tunables": 1, 2023-10-14T00:01:42.413 INFO:tasks.workunit.client.0.smithi055.stdout: "require_feature_tunables2": 1, 2023-10-14T00:01:42.413 INFO:tasks.workunit.client.0.smithi055.stdout: "require_feature_tunables3": 1, 2023-10-14T00:01:42.413 INFO:tasks.workunit.client.0.smithi055.stdout: "require_feature_tunables5": 1, 2023-10-14T00:01:42.413 INFO:tasks.workunit.client.0.smithi055.stdout: "straw_calc_version": 1 2023-10-14T00:01:42.414 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:42.414 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.414 INFO:tasks.workunit.client.0.smithi055.stdout: "description": "upgrade test cluster", 2023-10-14T00:01:42.414 INFO:tasks.workunit.client.0.smithi055.stdout: "fs": { 2023-10-14T00:01:42.414 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 1, 2023-10-14T00:01:42.414 INFO:tasks.workunit.client.0.smithi055.stdout: "feature_flags": { 2023-10-14T00:01:42.415 INFO:tasks.workunit.client.0.smithi055.stdout: "enable_multiple": true, 2023-10-14T00:01:42.415 INFO:tasks.workunit.client.0.smithi055.stdout: "ever_enabled_multiple": true 2023-10-14T00:01:42.415 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.415 INFO:tasks.workunit.client.0.smithi055.stdout: "filesystems": [ 2023-10-14T00:01:42.415 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:42.416 INFO:tasks.workunit.client.0.smithi055.stdout: "approx_ctime": "2023-10", 2023-10-14T00:01:42.416 INFO:tasks.workunit.client.0.smithi055.stdout: "balancer_enabled": false, 2023-10-14T00:01:42.416 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:42.416 INFO:tasks.workunit.client.0.smithi055.stdout: "cached_caps": 0, 2023-10-14T00:01:42.416 INFO:tasks.workunit.client.0.smithi055.stdout: "cached_dns": 10, 2023-10-14T00:01:42.417 INFO:tasks.workunit.client.0.smithi055.stdout: "cached_inos": 13, 2023-10-14T00:01:42.417 INFO:tasks.workunit.client.0.smithi055.stdout: "cached_subtrees": 2, 2023-10-14T00:01:42.417 INFO:tasks.workunit.client.0.smithi055.stdout: "ever_allowed_features": 0, 2023-10-14T00:01:42.417 INFO:tasks.workunit.client.0.smithi055.stdout: "explicitly_allowed_features": 0, 2023-10-14T00:01:42.417 INFO:tasks.workunit.client.0.smithi055.stdout: "files": 0, 2023-10-14T00:01:42.417 INFO:tasks.workunit.client.0.smithi055.stdout: "max_mds": 1, 2023-10-14T00:01:42.418 INFO:tasks.workunit.client.0.smithi055.stdout: "num_data_pools": 1, 2023-10-14T00:01:42.418 INFO:tasks.workunit.client.0.smithi055.stdout: "num_in": 1, 2023-10-14T00:01:42.418 INFO:tasks.workunit.client.0.smithi055.stdout: "num_mds": 1, 2023-10-14T00:01:42.418 INFO:tasks.workunit.client.0.smithi055.stdout: "num_sessions": 0, 2023-10-14T00:01:42.418 INFO:tasks.workunit.client.0.smithi055.stdout: "num_standby_replay": 0, 2023-10-14T00:01:42.419 INFO:tasks.workunit.client.0.smithi055.stdout: "num_up": 1, 2023-10-14T00:01:42.419 INFO:tasks.workunit.client.0.smithi055.stdout: "snaps": 0, 2023-10-14T00:01:42.419 INFO:tasks.workunit.client.0.smithi055.stdout: "standby_count_wanted": 0 2023-10-14T00:01:42.419 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:42.419 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:42.419 INFO:tasks.workunit.client.0.smithi055.stdout: "num_standby_mds": 1, 2023-10-14T00:01:42.420 INFO:tasks.workunit.client.0.smithi055.stdout: "total_num_mds": 2 2023-10-14T00:01:42.420 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.420 INFO:tasks.workunit.client.0.smithi055.stdout: "hosts": { 2023-10-14T00:01:42.420 INFO:tasks.workunit.client.0.smithi055.stdout: "num": 2, 2023-10-14T00:01:42.420 INFO:tasks.workunit.client.0.smithi055.stdout: "num_with_mds": 2, 2023-10-14T00:01:42.421 INFO:tasks.workunit.client.0.smithi055.stdout: "num_with_mgr": 2, 2023-10-14T00:01:42.421 INFO:tasks.workunit.client.0.smithi055.stdout: "num_with_mon": 2, 2023-10-14T00:01:42.421 INFO:tasks.workunit.client.0.smithi055.stdout: "num_with_osd": 2 2023-10-14T00:01:42.421 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.421 INFO:tasks.workunit.client.0.smithi055.stdout: "leaderboard": false, 2023-10-14T00:01:42.421 INFO:tasks.workunit.client.0.smithi055.stdout: "license": "sharing-1-0", 2023-10-14T00:01:42.422 INFO:tasks.workunit.client.0.smithi055.stdout: "metadata": { 2023-10-14T00:01:42.422 INFO:tasks.workunit.client.0.smithi055.stdout: "mds": { 2023-10-14T00:01:42.422 INFO:tasks.workunit.client.0.smithi055.stdout: "arch": { 2023-10-14T00:01:42.422 INFO:tasks.workunit.client.0.smithi055.stdout: "x86_64": 2 2023-10-14T00:01:42.422 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.423 INFO:tasks.workunit.client.0.smithi055.stdout: "ceph_version": { 2023-10-14T00:01:42.423 INFO:tasks.workunit.client.0.smithi055.stdout: "ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)": 2 2023-10-14T00:01:42.423 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.423 INFO:tasks.workunit.client.0.smithi055.stdout: "cpu": { 2023-10-14T00:01:42.423 INFO:tasks.workunit.client.0.smithi055.stdout: "Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz": 1, 2023-10-14T00:01:42.424 INFO:tasks.workunit.client.0.smithi055.stdout: "Intel(R) Xeon(R) CPU E5-1620 v4 @ 3.50GHz": 1 2023-10-14T00:01:42.424 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.424 INFO:tasks.workunit.client.0.smithi055.stdout: "distro": { 2023-10-14T00:01:42.424 INFO:tasks.workunit.client.0.smithi055.stdout: "centos": 2 2023-10-14T00:01:42.424 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.424 INFO:tasks.workunit.client.0.smithi055.stdout: "distro_description": { 2023-10-14T00:01:42.425 INFO:tasks.workunit.client.0.smithi055.stdout: "CentOS Stream 8": 2 2023-10-14T00:01:42.425 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.425 INFO:tasks.workunit.client.0.smithi055.stdout: "kernel_description": { 2023-10-14T00:01:42.425 INFO:tasks.workunit.client.0.smithi055.stdout: "#1 SMP Mon Oct 2 13:45:04 UTC 2023": 2 2023-10-14T00:01:42.425 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.426 INFO:tasks.workunit.client.0.smithi055.stdout: "kernel_version": { 2023-10-14T00:01:42.426 INFO:tasks.workunit.client.0.smithi055.stdout: "4.18.0-516.el8.x86_64": 2 2023-10-14T00:01:42.426 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.426 INFO:tasks.workunit.client.0.smithi055.stdout: "os": { 2023-10-14T00:01:42.426 INFO:tasks.workunit.client.0.smithi055.stdout: "Linux": 2 2023-10-14T00:01:42.426 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:42.427 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.427 INFO:tasks.workunit.client.0.smithi055.stdout: "mon": { 2023-10-14T00:01:42.427 INFO:tasks.workunit.client.0.smithi055.stdout: "arch": { 2023-10-14T00:01:42.427 INFO:tasks.workunit.client.0.smithi055.stdout: "x86_64": 3 2023-10-14T00:01:42.427 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.428 INFO:tasks.workunit.client.0.smithi055.stdout: "ceph_version": { 2023-10-14T00:01:42.428 INFO:tasks.workunit.client.0.smithi055.stdout: "ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)": 3 2023-10-14T00:01:42.428 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.428 INFO:tasks.workunit.client.0.smithi055.stdout: "cpu": { 2023-10-14T00:01:42.428 INFO:tasks.workunit.client.0.smithi055.stdout: "Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz": 2, 2023-10-14T00:01:42.429 INFO:tasks.workunit.client.0.smithi055.stdout: "Intel(R) Xeon(R) CPU E5-1620 v4 @ 3.50GHz": 1 2023-10-14T00:01:42.429 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.429 INFO:tasks.workunit.client.0.smithi055.stdout: "distro": { 2023-10-14T00:01:42.429 INFO:tasks.workunit.client.0.smithi055.stdout: "centos": 3 2023-10-14T00:01:42.429 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.429 INFO:tasks.workunit.client.0.smithi055.stdout: "distro_description": { 2023-10-14T00:01:42.430 INFO:tasks.workunit.client.0.smithi055.stdout: "CentOS Stream 8": 3 2023-10-14T00:01:42.430 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.430 INFO:tasks.workunit.client.0.smithi055.stdout: "kernel_description": { 2023-10-14T00:01:42.430 INFO:tasks.workunit.client.0.smithi055.stdout: "#1 SMP Mon Oct 2 13:45:04 UTC 2023": 3 2023-10-14T00:01:42.430 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.431 INFO:tasks.workunit.client.0.smithi055.stdout: "kernel_version": { 2023-10-14T00:01:42.431 INFO:tasks.workunit.client.0.smithi055.stdout: "4.18.0-516.el8.x86_64": 3 2023-10-14T00:01:42.431 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.431 INFO:tasks.workunit.client.0.smithi055.stdout: "os": { 2023-10-14T00:01:42.431 INFO:tasks.workunit.client.0.smithi055.stdout: "Linux": 3 2023-10-14T00:01:42.432 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:42.432 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.432 INFO:tasks.workunit.client.0.smithi055.stdout: "osd": { 2023-10-14T00:01:42.432 INFO:tasks.workunit.client.0.smithi055.stdout: "arch": { 2023-10-14T00:01:42.432 INFO:tasks.workunit.client.0.smithi055.stdout: "x86_64": 8 2023-10-14T00:01:42.433 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.433 INFO:tasks.workunit.client.0.smithi055.stdout: "ceph_version": { 2023-10-14T00:01:42.433 INFO:tasks.workunit.client.0.smithi055.stdout: "ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)": 8 2023-10-14T00:01:42.433 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.433 INFO:tasks.workunit.client.0.smithi055.stdout: "cpu": { 2023-10-14T00:01:42.433 INFO:tasks.workunit.client.0.smithi055.stdout: "Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz": 4, 2023-10-14T00:01:42.434 INFO:tasks.workunit.client.0.smithi055.stdout: "Intel(R) Xeon(R) CPU E5-1620 v4 @ 3.50GHz": 4 2023-10-14T00:01:42.434 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.434 INFO:tasks.workunit.client.0.smithi055.stdout: "distro": { 2023-10-14T00:01:42.434 INFO:tasks.workunit.client.0.smithi055.stdout: "centos": 8 2023-10-14T00:01:42.434 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.435 INFO:tasks.workunit.client.0.smithi055.stdout: "distro_description": { 2023-10-14T00:01:42.435 INFO:tasks.workunit.client.0.smithi055.stdout: "CentOS Stream 8": 8 2023-10-14T00:01:42.435 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.435 INFO:tasks.workunit.client.0.smithi055.stdout: "kernel_description": { 2023-10-14T00:01:42.435 INFO:tasks.workunit.client.0.smithi055.stdout: "#1 SMP Mon Oct 2 13:45:04 UTC 2023": 8 2023-10-14T00:01:42.436 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.436 INFO:tasks.workunit.client.0.smithi055.stdout: "kernel_version": { 2023-10-14T00:01:42.436 INFO:tasks.workunit.client.0.smithi055.stdout: "4.18.0-516.el8.x86_64": 8 2023-10-14T00:01:42.436 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.436 INFO:tasks.workunit.client.0.smithi055.stdout: "os": { 2023-10-14T00:01:42.436 INFO:tasks.workunit.client.0.smithi055.stdout: "Linux": 8 2023-10-14T00:01:42.437 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.437 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_objectstore": { 2023-10-14T00:01:42.437 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore": 8 2023-10-14T00:01:42.437 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.437 INFO:tasks.workunit.client.0.smithi055.stdout: "rotational": { 2023-10-14T00:01:42.438 INFO:tasks.workunit.client.0.smithi055.stdout: "0": 8 2023-10-14T00:01:42.438 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:42.438 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:42.438 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.438 INFO:tasks.workunit.client.0.smithi055.stdout: "mon": { 2023-10-14T00:01:42.439 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 3, 2023-10-14T00:01:42.439 INFO:tasks.workunit.client.0.smithi055.stdout: "features": { 2023-10-14T00:01:42.439 INFO:tasks.workunit.client.0.smithi055.stdout: "optional": [], 2023-10-14T00:01:42.439 INFO:tasks.workunit.client.0.smithi055.stdout: "persistent": [ 2023-10-14T00:01:42.439 INFO:tasks.workunit.client.0.smithi055.stdout: "kraken", 2023-10-14T00:01:42.439 INFO:tasks.workunit.client.0.smithi055.stdout: "luminous", 2023-10-14T00:01:42.440 INFO:tasks.workunit.client.0.smithi055.stdout: "mimic", 2023-10-14T00:01:42.440 INFO:tasks.workunit.client.0.smithi055.stdout: "osdmap-prune", 2023-10-14T00:01:42.440 INFO:tasks.workunit.client.0.smithi055.stdout: "nautilus", 2023-10-14T00:01:42.440 INFO:tasks.workunit.client.0.smithi055.stdout: "octopus", 2023-10-14T00:01:42.440 INFO:tasks.workunit.client.0.smithi055.stdout: "pacific", 2023-10-14T00:01:42.441 INFO:tasks.workunit.client.0.smithi055.stdout: "elector-pinging", 2023-10-14T00:01:42.441 INFO:tasks.workunit.client.0.smithi055.stdout: "quincy" 2023-10-14T00:01:42.441 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:42.441 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.441 INFO:tasks.workunit.client.0.smithi055.stdout: "ipv4_addr_mons": 6, 2023-10-14T00:01:42.441 INFO:tasks.workunit.client.0.smithi055.stdout: "ipv6_addr_mons": 0, 2023-10-14T00:01:42.442 INFO:tasks.workunit.client.0.smithi055.stdout: "min_mon_release": 17, 2023-10-14T00:01:42.442 INFO:tasks.workunit.client.0.smithi055.stdout: "v1_addr_mons": 3, 2023-10-14T00:01:42.442 INFO:tasks.workunit.client.0.smithi055.stdout: "v2_addr_mons": 3 2023-10-14T00:01:42.442 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.442 INFO:tasks.workunit.client.0.smithi055.stdout: "organization": "ceph-qa", 2023-10-14T00:01:42.443 INFO:tasks.workunit.client.0.smithi055.stdout: "osd": { 2023-10-14T00:01:42.443 INFO:tasks.workunit.client.0.smithi055.stdout: "cluster_network": false, 2023-10-14T00:01:42.443 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 8, 2023-10-14T00:01:42.443 INFO:tasks.workunit.client.0.smithi055.stdout: "require_min_compat_client": "luminous", 2023-10-14T00:01:42.443 INFO:tasks.workunit.client.0.smithi055.stdout: "require_osd_release": "quincy" 2023-10-14T00:01:42.443 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.444 INFO:tasks.workunit.client.0.smithi055.stdout: "pools": [ 2023-10-14T00:01:42.444 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:42.444 INFO:tasks.workunit.client.0.smithi055.stdout: "application": [ 2023-10-14T00:01:42.444 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr" 2023-10-14T00:01:42.444 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:42.445 INFO:tasks.workunit.client.0.smithi055.stdout: "cache_mode": "none", 2023-10-14T00:01:42.445 INFO:tasks.workunit.client.0.smithi055.stdout: "erasure_code_profile": {}, 2023-10-14T00:01:42.445 INFO:tasks.workunit.client.0.smithi055.stdout: "min_size": 2, 2023-10-14T00:01:42.445 INFO:tasks.workunit.client.0.smithi055.stdout: "options": {}, 2023-10-14T00:01:42.445 INFO:tasks.workunit.client.0.smithi055.stdout: "pg_autoscale_mode": "off", 2023-10-14T00:01:42.445 INFO:tasks.workunit.client.0.smithi055.stdout: "pg_num": 1, 2023-10-14T00:01:42.446 INFO:tasks.workunit.client.0.smithi055.stdout: "pgp_num": 1, 2023-10-14T00:01:42.446 INFO:tasks.workunit.client.0.smithi055.stdout: "pool": 1, 2023-10-14T00:01:42.446 INFO:tasks.workunit.client.0.smithi055.stdout: "size": 3, 2023-10-14T00:01:42.446 INFO:tasks.workunit.client.0.smithi055.stdout: "stats": { 2023-10-14T00:01:42.446 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_raw": 727116720394, 2023-10-14T00:01:42.447 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_used": 1781760, 2023-10-14T00:01:42.447 INFO:tasks.workunit.client.0.smithi055.stdout: "compress_bytes_used": 0, 2023-10-14T00:01:42.447 INFO:tasks.workunit.client.0.smithi055.stdout: "compress_under_bytes": 0, 2023-10-14T00:01:42.447 INFO:tasks.workunit.client.0.smithi055.stdout: "data_bytes_used": 1781760, 2023-10-14T00:01:42.447 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty": 0, 2023-10-14T00:01:42.447 INFO:tasks.workunit.client.0.smithi055.stdout: "max_avail": 242372247552, 2023-10-14T00:01:42.448 INFO:tasks.workunit.client.0.smithi055.stdout: "objects": 2, 2023-10-14T00:01:42.448 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_bytes_used": 0, 2023-10-14T00:01:42.448 INFO:tasks.workunit.client.0.smithi055.stdout: "percent_used": 2.450439524182002e-06, 2023-10-14T00:01:42.448 INFO:tasks.workunit.client.0.smithi055.stdout: "quota_bytes": 0, 2023-10-14T00:01:42.448 INFO:tasks.workunit.client.0.smithi055.stdout: "quota_objects": 0, 2023-10-14T00:01:42.449 INFO:tasks.workunit.client.0.smithi055.stdout: "rd": 257, 2023-10-14T00:01:42.449 INFO:tasks.workunit.client.0.smithi055.stdout: "rd_bytes": 546816, 2023-10-14T00:01:42.449 INFO:tasks.workunit.client.0.smithi055.stdout: "stored": 590368, 2023-10-14T00:01:42.449 INFO:tasks.workunit.client.0.smithi055.stdout: "stored_data": 590368, 2023-10-14T00:01:42.449 INFO:tasks.workunit.client.0.smithi055.stdout: "stored_omap": 0, 2023-10-14T00:01:42.450 INFO:tasks.workunit.client.0.smithi055.stdout: "stored_raw": 1771104, 2023-10-14T00:01:42.450 INFO:tasks.workunit.client.0.smithi055.stdout: "wr": 229, 2023-10-14T00:01:42.450 INFO:tasks.workunit.client.0.smithi055.stdout: "wr_bytes": 3545088 2023-10-14T00:01:42.450 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.450 INFO:tasks.workunit.client.0.smithi055.stdout: "target_max_bytes": 0, 2023-10-14T00:01:42.450 INFO:tasks.workunit.client.0.smithi055.stdout: "target_max_objects": 0, 2023-10-14T00:01:42.451 INFO:tasks.workunit.client.0.smithi055.stdout: "type": "replicated" 2023-10-14T00:01:42.451 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.451 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:42.451 INFO:tasks.workunit.client.0.smithi055.stdout: "application": [ 2023-10-14T00:01:42.451 INFO:tasks.workunit.client.0.smithi055.stdout: "cephfs" 2023-10-14T00:01:42.452 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:42.452 INFO:tasks.workunit.client.0.smithi055.stdout: "cache_mode": "none", 2023-10-14T00:01:42.452 INFO:tasks.workunit.client.0.smithi055.stdout: "erasure_code_profile": {}, 2023-10-14T00:01:42.452 INFO:tasks.workunit.client.0.smithi055.stdout: "min_size": 2, 2023-10-14T00:01:42.452 INFO:tasks.workunit.client.0.smithi055.stdout: "options": {}, 2023-10-14T00:01:42.452 INFO:tasks.workunit.client.0.smithi055.stdout: "pg_autoscale_mode": "off", 2023-10-14T00:01:42.453 INFO:tasks.workunit.client.0.smithi055.stdout: "pg_num": 32, 2023-10-14T00:01:42.453 INFO:tasks.workunit.client.0.smithi055.stdout: "pgp_num": 32, 2023-10-14T00:01:42.453 INFO:tasks.workunit.client.0.smithi055.stdout: "pool": 2, 2023-10-14T00:01:42.453 INFO:tasks.workunit.client.0.smithi055.stdout: "size": 3, 2023-10-14T00:01:42.453 INFO:tasks.workunit.client.0.smithi055.stdout: "stats": { 2023-10-14T00:01:42.454 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_raw": 727116720394, 2023-10-14T00:01:42.454 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_used": 98304, 2023-10-14T00:01:42.454 INFO:tasks.workunit.client.0.smithi055.stdout: "compress_bytes_used": 0, 2023-10-14T00:01:42.454 INFO:tasks.workunit.client.0.smithi055.stdout: "compress_under_bytes": 0, 2023-10-14T00:01:42.454 INFO:tasks.workunit.client.0.smithi055.stdout: "data_bytes_used": 98304, 2023-10-14T00:01:42.455 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty": 0, 2023-10-14T00:01:42.455 INFO:tasks.workunit.client.0.smithi055.stdout: "max_avail": 242372247552, 2023-10-14T00:01:42.455 INFO:tasks.workunit.client.0.smithi055.stdout: "objects": 22, 2023-10-14T00:01:42.455 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_bytes_used": 0, 2023-10-14T00:01:42.455 INFO:tasks.workunit.client.0.smithi055.stdout: "percent_used": 1.3519698427444382e-07, 2023-10-14T00:01:42.455 INFO:tasks.workunit.client.0.smithi055.stdout: "quota_bytes": 0, 2023-10-14T00:01:42.456 INFO:tasks.workunit.client.0.smithi055.stdout: "quota_objects": 0, 2023-10-14T00:01:42.456 INFO:tasks.workunit.client.0.smithi055.stdout: "rd": 0, 2023-10-14T00:01:42.456 INFO:tasks.workunit.client.0.smithi055.stdout: "rd_bytes": 0, 2023-10-14T00:01:42.456 INFO:tasks.workunit.client.0.smithi055.stdout: "stored": 3378, 2023-10-14T00:01:42.456 INFO:tasks.workunit.client.0.smithi055.stdout: "stored_data": 3378, 2023-10-14T00:01:42.457 INFO:tasks.workunit.client.0.smithi055.stdout: "stored_omap": 0, 2023-10-14T00:01:42.457 INFO:tasks.workunit.client.0.smithi055.stdout: "stored_raw": 10134, 2023-10-14T00:01:42.457 INFO:tasks.workunit.client.0.smithi055.stdout: "wr": 51, 2023-10-14T00:01:42.457 INFO:tasks.workunit.client.0.smithi055.stdout: "wr_bytes": 19456 2023-10-14T00:01:42.457 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.457 INFO:tasks.workunit.client.0.smithi055.stdout: "target_max_bytes": 0, 2023-10-14T00:01:42.458 INFO:tasks.workunit.client.0.smithi055.stdout: "target_max_objects": 0, 2023-10-14T00:01:42.458 INFO:tasks.workunit.client.0.smithi055.stdout: "type": "replicated" 2023-10-14T00:01:42.458 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.458 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:42.458 INFO:tasks.workunit.client.0.smithi055.stdout: "application": [ 2023-10-14T00:01:42.459 INFO:tasks.workunit.client.0.smithi055.stdout: "cephfs" 2023-10-14T00:01:42.459 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:42.459 INFO:tasks.workunit.client.0.smithi055.stdout: "cache_mode": "none", 2023-10-14T00:01:42.459 INFO:tasks.workunit.client.0.smithi055.stdout: "erasure_code_profile": {}, 2023-10-14T00:01:42.459 INFO:tasks.workunit.client.0.smithi055.stdout: "min_size": 2, 2023-10-14T00:01:42.459 INFO:tasks.workunit.client.0.smithi055.stdout: "options": {}, 2023-10-14T00:01:42.460 INFO:tasks.workunit.client.0.smithi055.stdout: "pg_autoscale_mode": "off", 2023-10-14T00:01:42.460 INFO:tasks.workunit.client.0.smithi055.stdout: "pg_num": 64, 2023-10-14T00:01:42.460 INFO:tasks.workunit.client.0.smithi055.stdout: "pgp_num": 64, 2023-10-14T00:01:42.460 INFO:tasks.workunit.client.0.smithi055.stdout: "pool": 3, 2023-10-14T00:01:42.460 INFO:tasks.workunit.client.0.smithi055.stdout: "size": 3, 2023-10-14T00:01:42.461 INFO:tasks.workunit.client.0.smithi055.stdout: "stats": { 2023-10-14T00:01:42.461 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_raw": 727116720394, 2023-10-14T00:01:42.461 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_used": 0, 2023-10-14T00:01:42.461 INFO:tasks.workunit.client.0.smithi055.stdout: "compress_bytes_used": 0, 2023-10-14T00:01:42.461 INFO:tasks.workunit.client.0.smithi055.stdout: "compress_under_bytes": 0, 2023-10-14T00:01:42.461 INFO:tasks.workunit.client.0.smithi055.stdout: "data_bytes_used": 0, 2023-10-14T00:01:42.462 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty": 0, 2023-10-14T00:01:42.462 INFO:tasks.workunit.client.0.smithi055.stdout: "max_avail": 242372247552, 2023-10-14T00:01:42.462 INFO:tasks.workunit.client.0.smithi055.stdout: "objects": 0, 2023-10-14T00:01:42.462 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_bytes_used": 0, 2023-10-14T00:01:42.462 INFO:tasks.workunit.client.0.smithi055.stdout: "percent_used": 0.0, 2023-10-14T00:01:42.463 INFO:tasks.workunit.client.0.smithi055.stdout: "quota_bytes": 0, 2023-10-14T00:01:42.463 INFO:tasks.workunit.client.0.smithi055.stdout: "quota_objects": 0, 2023-10-14T00:01:42.463 INFO:tasks.workunit.client.0.smithi055.stdout: "rd": 0, 2023-10-14T00:01:42.463 INFO:tasks.workunit.client.0.smithi055.stdout: "rd_bytes": 0, 2023-10-14T00:01:42.463 INFO:tasks.workunit.client.0.smithi055.stdout: "stored": 0, 2023-10-14T00:01:42.463 INFO:tasks.workunit.client.0.smithi055.stdout: "stored_data": 0, 2023-10-14T00:01:42.464 INFO:tasks.workunit.client.0.smithi055.stdout: "stored_omap": 0, 2023-10-14T00:01:42.464 INFO:tasks.workunit.client.0.smithi055.stdout: "stored_raw": 0, 2023-10-14T00:01:42.464 INFO:tasks.workunit.client.0.smithi055.stdout: "wr": 0, 2023-10-14T00:01:42.464 INFO:tasks.workunit.client.0.smithi055.stdout: "wr_bytes": 0 2023-10-14T00:01:42.464 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.465 INFO:tasks.workunit.client.0.smithi055.stdout: "target_max_bytes": 0, 2023-10-14T00:01:42.465 INFO:tasks.workunit.client.0.smithi055.stdout: "target_max_objects": 0, 2023-10-14T00:01:42.465 INFO:tasks.workunit.client.0.smithi055.stdout: "type": "replicated" 2023-10-14T00:01:42.465 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.465 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:42.465 INFO:tasks.workunit.client.0.smithi055.stdout: "application": [ 2023-10-14T00:01:42.466 INFO:tasks.workunit.client.0.smithi055.stdout: "rbd" 2023-10-14T00:01:42.466 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:42.466 INFO:tasks.workunit.client.0.smithi055.stdout: "cache_mode": "none", 2023-10-14T00:01:42.466 INFO:tasks.workunit.client.0.smithi055.stdout: "erasure_code_profile": {}, 2023-10-14T00:01:42.466 INFO:tasks.workunit.client.0.smithi055.stdout: "min_size": 2, 2023-10-14T00:01:42.467 INFO:tasks.workunit.client.0.smithi055.stdout: "options": {}, 2023-10-14T00:01:42.467 INFO:tasks.workunit.client.0.smithi055.stdout: "pg_autoscale_mode": "off", 2023-10-14T00:01:42.467 INFO:tasks.workunit.client.0.smithi055.stdout: "pg_num": 8, 2023-10-14T00:01:42.467 INFO:tasks.workunit.client.0.smithi055.stdout: "pgp_num": 8, 2023-10-14T00:01:42.467 INFO:tasks.workunit.client.0.smithi055.stdout: "pool": 4, 2023-10-14T00:01:42.468 INFO:tasks.workunit.client.0.smithi055.stdout: "size": 3, 2023-10-14T00:01:42.468 INFO:tasks.workunit.client.0.smithi055.stdout: "stats": { 2023-10-14T00:01:42.468 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_raw": 727116720394, 2023-10-14T00:01:42.468 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_used": 0, 2023-10-14T00:01:42.468 INFO:tasks.workunit.client.0.smithi055.stdout: "compress_bytes_used": 0, 2023-10-14T00:01:42.468 INFO:tasks.workunit.client.0.smithi055.stdout: "compress_under_bytes": 0, 2023-10-14T00:01:42.469 INFO:tasks.workunit.client.0.smithi055.stdout: "data_bytes_used": 0, 2023-10-14T00:01:42.469 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty": 0, 2023-10-14T00:01:42.469 INFO:tasks.workunit.client.0.smithi055.stdout: "max_avail": 242372247552, 2023-10-14T00:01:42.469 INFO:tasks.workunit.client.0.smithi055.stdout: "objects": 0, 2023-10-14T00:01:42.469 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_bytes_used": 0, 2023-10-14T00:01:42.470 INFO:tasks.workunit.client.0.smithi055.stdout: "percent_used": 0.0, 2023-10-14T00:01:42.470 INFO:tasks.workunit.client.0.smithi055.stdout: "quota_bytes": 0, 2023-10-14T00:01:42.470 INFO:tasks.workunit.client.0.smithi055.stdout: "quota_objects": 0, 2023-10-14T00:01:42.470 INFO:tasks.workunit.client.0.smithi055.stdout: "rd": 0, 2023-10-14T00:01:42.470 INFO:tasks.workunit.client.0.smithi055.stdout: "rd_bytes": 0, 2023-10-14T00:01:42.471 INFO:tasks.workunit.client.0.smithi055.stdout: "stored": 0, 2023-10-14T00:01:42.471 INFO:tasks.workunit.client.0.smithi055.stdout: "stored_data": 0, 2023-10-14T00:01:42.471 INFO:tasks.workunit.client.0.smithi055.stdout: "stored_omap": 0, 2023-10-14T00:01:42.471 INFO:tasks.workunit.client.0.smithi055.stdout: "stored_raw": 0, 2023-10-14T00:01:42.471 INFO:tasks.workunit.client.0.smithi055.stdout: "wr": 0, 2023-10-14T00:01:42.472 INFO:tasks.workunit.client.0.smithi055.stdout: "wr_bytes": 0 2023-10-14T00:01:42.472 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.472 INFO:tasks.workunit.client.0.smithi055.stdout: "target_max_bytes": 0, 2023-10-14T00:01:42.472 INFO:tasks.workunit.client.0.smithi055.stdout: "target_max_objects": 0, 2023-10-14T00:01:42.472 INFO:tasks.workunit.client.0.smithi055.stdout: "type": "replicated" 2023-10-14T00:01:42.473 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:42.473 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:42.473 INFO:tasks.workunit.client.0.smithi055.stdout: "rbd": { 2023-10-14T00:01:42.473 INFO:tasks.workunit.client.0.smithi055.stdout: "mirroring_by_pool": [ 2023-10-14T00:01:42.473 INFO:tasks.workunit.client.0.smithi055.stdout: false 2023-10-14T00:01:42.473 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:42.474 INFO:tasks.workunit.client.0.smithi055.stdout: "num_images_by_pool": [ 2023-10-14T00:01:42.474 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:42.474 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:42.474 INFO:tasks.workunit.client.0.smithi055.stdout: "num_pools": 1 2023-10-14T00:01:42.474 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.475 INFO:tasks.workunit.client.0.smithi055.stdout: "report_id": "6b4de139-c77a-4bdd-b921-b728659788e5", 2023-10-14T00:01:42.475 INFO:tasks.workunit.client.0.smithi055.stdout: "report_timestamp": "2023-10-14T00:01:42.150167", 2023-10-14T00:01:42.475 INFO:tasks.workunit.client.0.smithi055.stdout: "report_version": 1, 2023-10-14T00:01:42.475 INFO:tasks.workunit.client.0.smithi055.stdout: "rook": { 2023-10-14T00:01:42.475 INFO:tasks.workunit.client.0.smithi055.stdout: "cluster": { 2023-10-14T00:01:42.476 INFO:tasks.workunit.client.0.smithi055.stdout: "external-mode": null, 2023-10-14T00:01:42.476 INFO:tasks.workunit.client.0.smithi055.stdout: "mon": { 2023-10-14T00:01:42.476 INFO:tasks.workunit.client.0.smithi055.stdout: "allow-multiple-per-node": null, 2023-10-14T00:01:42.476 INFO:tasks.workunit.client.0.smithi055.stdout: "count": null, 2023-10-14T00:01:42.476 INFO:tasks.workunit.client.0.smithi055.stdout: "max-id": null, 2023-10-14T00:01:42.477 INFO:tasks.workunit.client.0.smithi055.stdout: "pvc": { 2023-10-14T00:01:42.477 INFO:tasks.workunit.client.0.smithi055.stdout: "enabled": null 2023-10-14T00:01:42.477 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.477 INFO:tasks.workunit.client.0.smithi055.stdout: "stretch": { 2023-10-14T00:01:42.477 INFO:tasks.workunit.client.0.smithi055.stdout: "enabled": null 2023-10-14T00:01:42.477 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:42.478 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.478 INFO:tasks.workunit.client.0.smithi055.stdout: "network": { 2023-10-14T00:01:42.478 INFO:tasks.workunit.client.0.smithi055.stdout: "provider": null 2023-10-14T00:01:42.478 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.478 INFO:tasks.workunit.client.0.smithi055.stdout: "storage": { 2023-10-14T00:01:42.479 INFO:tasks.workunit.client.0.smithi055.stdout: "device-set": { 2023-10-14T00:01:42.479 INFO:tasks.workunit.client.0.smithi055.stdout: "count": { 2023-10-14T00:01:42.479 INFO:tasks.workunit.client.0.smithi055.stdout: "non-portable": null, 2023-10-14T00:01:42.479 INFO:tasks.workunit.client.0.smithi055.stdout: "portable": null, 2023-10-14T00:01:42.479 INFO:tasks.workunit.client.0.smithi055.stdout: "total": null 2023-10-14T00:01:42.480 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:42.480 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:42.480 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:42.480 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.480 INFO:tasks.workunit.client.0.smithi055.stdout: "csi": { 2023-10-14T00:01:42.480 INFO:tasks.workunit.client.0.smithi055.stdout: "version": null 2023-10-14T00:01:42.481 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.481 INFO:tasks.workunit.client.0.smithi055.stdout: "kubernetes": { 2023-10-14T00:01:42.481 INFO:tasks.workunit.client.0.smithi055.stdout: "version": null 2023-10-14T00:01:42.481 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.481 INFO:tasks.workunit.client.0.smithi055.stdout: "node": { 2023-10-14T00:01:42.482 INFO:tasks.workunit.client.0.smithi055.stdout: "count": { 2023-10-14T00:01:42.482 INFO:tasks.workunit.client.0.smithi055.stdout: "kubernetes-total": null, 2023-10-14T00:01:42.482 INFO:tasks.workunit.client.0.smithi055.stdout: "with-ceph-daemons": null, 2023-10-14T00:01:42.482 INFO:tasks.workunit.client.0.smithi055.stdout: "with-csi-cephfs-plugin": null, 2023-10-14T00:01:42.482 INFO:tasks.workunit.client.0.smithi055.stdout: "with-csi-nfs-plugin": null, 2023-10-14T00:01:42.483 INFO:tasks.workunit.client.0.smithi055.stdout: "with-csi-rbd-plugin": null 2023-10-14T00:01:42.483 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:42.483 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.483 INFO:tasks.workunit.client.0.smithi055.stdout: "usage": { 2023-10-14T00:01:42.483 INFO:tasks.workunit.client.0.smithi055.stdout: "storage-class": { 2023-10-14T00:01:42.483 INFO:tasks.workunit.client.0.smithi055.stdout: "count": { 2023-10-14T00:01:42.484 INFO:tasks.workunit.client.0.smithi055.stdout: "bucket": null, 2023-10-14T00:01:42.484 INFO:tasks.workunit.client.0.smithi055.stdout: "cephfs": null, 2023-10-14T00:01:42.484 INFO:tasks.workunit.client.0.smithi055.stdout: "nfs": null, 2023-10-14T00:01:42.484 INFO:tasks.workunit.client.0.smithi055.stdout: "rbd": null, 2023-10-14T00:01:42.484 INFO:tasks.workunit.client.0.smithi055.stdout: "total": null 2023-10-14T00:01:42.485 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:42.485 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:42.485 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.485 INFO:tasks.workunit.client.0.smithi055.stdout: "version": null 2023-10-14T00:01:42.485 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.486 INFO:tasks.workunit.client.0.smithi055.stdout: "services": {}, 2023-10-14T00:01:42.486 INFO:tasks.workunit.client.0.smithi055.stdout: "usage": { 2023-10-14T00:01:42.486 INFO:tasks.workunit.client.0.smithi055.stdout: "pg_num": 105, 2023-10-14T00:01:42.486 INFO:tasks.workunit.client.0.smithi055.stdout: "pools": 4, 2023-10-14T00:01:42.486 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_by_class": { 2023-10-14T00:01:42.486 INFO:tasks.workunit.client.0.smithi055.stdout: "ssd": { 2023-10-14T00:01:42.487 INFO:tasks.workunit.client.0.smithi055.stdout: "total_avail_bytes": 765517746176, 2023-10-14T00:01:42.487 INFO:tasks.workunit.client.0.smithi055.stdout: "total_bytes": 767960285184, 2023-10-14T00:01:42.487 INFO:tasks.workunit.client.0.smithi055.stdout: "total_used_bytes": 2442539008, 2023-10-14T00:01:42.487 INFO:tasks.workunit.client.0.smithi055.stdout: "total_used_raw_bytes": 2442539008, 2023-10-14T00:01:42.487 INFO:tasks.workunit.client.0.smithi055.stdout: "total_used_raw_ratio": 0.0031805539038032293 2023-10-14T00:01:42.488 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:42.488 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:42.488 INFO:tasks.workunit.client.0.smithi055.stdout: "total_avail_bytes": 765517746176, 2023-10-14T00:01:42.488 INFO:tasks.workunit.client.0.smithi055.stdout: "total_bytes": 767960285184, 2023-10-14T00:01:42.488 INFO:tasks.workunit.client.0.smithi055.stdout: "total_used_bytes": 2442539008 2023-10-14T00:01:42.489 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:42.489 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:42.489 INFO:tasks.workunit.client.0.smithi055.stdout:} 2023-10-14T00:01:42.490 INFO:tasks.workunit.client.0.smithi055.stderr:++ ceph telemetry collection ls 2023-10-14T00:01:42.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:42 smithi082 ceph-mon[116307]: from='client.14937 -' entity='client.admin' cmd=[{"prefix": "telemetry preview", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:01:42.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:42 smithi082 ceph-mon[116307]: from='client.14937 -' entity='client.admin' cmd=[{"prefix": "telemetry preview", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:01:42.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:42 smithi082 ceph-mon[116307]: pgmap v55: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2023-10-14T00:01:42.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:42 smithi082 ceph-mon[116307]: from='client.14949 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-device", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:01:42.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:42 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:01:42.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:42 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:01:42.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:42 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:01:42.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:42 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:01:42.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:42 smithi082 ceph-mon[116307]: from='client.14949 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-device", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:01:42.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:42 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:01:42.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:42 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2023-10-14T00:01:42.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:42 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:01:42.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:42 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2023-10-14T00:01:42.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:42 smithi055 ceph-mon[124249]: from='client.14937 -' entity='client.admin' cmd=[{"prefix": "telemetry preview", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:01:42.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:42 smithi055 ceph-mon[124249]: from='client.14937 -' entity='client.admin' cmd=[{"prefix": "telemetry preview", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:01:42.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:42 smithi055 ceph-mon[124249]: pgmap v55: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2023-10-14T00:01:42.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:42 smithi055 ceph-mon[124249]: from='client.14949 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-device", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:01:42.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:42 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:01:42.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:42 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:01:42.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:42 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:01:42.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:42 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:01:42.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:42 smithi055 ceph-mon[124249]: from='client.14949 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-device", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:01:42.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:42 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:01:42.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:42 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2023-10-14T00:01:42.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:42 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:01:42.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:42 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2023-10-14T00:01:42.771 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:42 smithi055 ceph-mon[110989]: from='client.14937 -' entity='client.admin' cmd=[{"prefix": "telemetry preview", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:01:42.772 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:42 smithi055 ceph-mon[110989]: from='client.14937 -' entity='client.admin' cmd=[{"prefix": "telemetry preview", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:01:42.772 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:42 smithi055 ceph-mon[110989]: pgmap v55: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2023-10-14T00:01:42.773 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:42 smithi055 ceph-mon[110989]: from='client.14949 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-device", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:01:42.773 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:42 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:01:42.773 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:42 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:01:42.774 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:42 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:01:42.774 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:42 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:01:42.774 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:42 smithi055 ceph-mon[110989]: from='client.14949 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-device", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:01:42.775 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:42 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:01:42.775 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:42 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2023-10-14T00:01:42.775 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:42 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:01:42.776 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:42 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2023-10-14T00:01:42.794 INFO:tasks.workunit.client.0.smithi055.stderr:+ COLLECTIONS='New collections are available: 2023-10-14T00:01:42.794 INFO:tasks.workunit.client.0.smithi055.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-10-14T00:01:42.795 INFO:tasks.workunit.client.0.smithi055.stderr:Run `ceph telemetry on` to opt-in to these collections. 2023-10-14T00:01:42.795 INFO:tasks.workunit.client.0.smithi055.stderr: 2023-10-14T00:01:42.795 INFO:tasks.workunit.client.0.smithi055.stderr:NAME STATUS DESC 2023-10-14T00:01:42.796 INFO:tasks.workunit.client.0.smithi055.stderr:basic_base NOT REPORTING: NOT OPTED-IN Basic information about the cluster (capacity, number and type of daemons, version, etc.) 2023-10-14T00:01:42.796 INFO:tasks.workunit.client.0.smithi055.stderr:basic_mds_metadata NOT REPORTING: NOT OPTED-IN MDS metadata 2023-10-14T00:01:42.796 INFO:tasks.workunit.client.0.smithi055.stderr:basic_pool_options_bluestore NOT REPORTING: NOT OPTED-IN Per-pool bluestore config options 2023-10-14T00:01:42.797 INFO:tasks.workunit.client.0.smithi055.stderr:basic_pool_usage NOT REPORTING: NOT OPTED-IN Default pool application and usage statistics 2023-10-14T00:01:42.797 INFO:tasks.workunit.client.0.smithi055.stderr:basic_rook_v01 NOT REPORTING: NOT OPTED-IN Basic Rook deployment data 2023-10-14T00:01:42.797 INFO:tasks.workunit.client.0.smithi055.stderr:basic_usage_by_class NOT REPORTING: NOT OPTED-IN Default device class usage statistics 2023-10-14T00:01:42.798 INFO:tasks.workunit.client.0.smithi055.stderr:crash_base NOT REPORTING: NOT OPTED-IN Information about daemon crashes (daemon type and version, backtrace, etc.) 2023-10-14T00:01:42.798 INFO:tasks.workunit.client.0.smithi055.stderr:device_base NOT REPORTING: NOT OPTED-IN Information about device health metrics 2023-10-14T00:01:42.798 INFO:tasks.workunit.client.0.smithi055.stderr:ident_base NOT REPORTING: NOT OPTED-IN User-provided identifying information about the cluster 2023-10-14T00:01:42.799 INFO:tasks.workunit.client.0.smithi055.stderr:perf_memory_metrics NOT REPORTING: NOT OPTED-IN, CHANNEL perf IS OFF Heap stats and mempools for mon and mds 2023-10-14T00:01:42.799 INFO:tasks.workunit.client.0.smithi055.stderr:perf_perf NOT REPORTING: NOT OPTED-IN, CHANNEL perf IS OFF Information about performance counters of the cluster ' 2023-10-14T00:01:42.799 INFO:tasks.workunit.client.0.smithi055.stderr:+ NEW_COLLECTIONS=("perf_perf" "basic_mds_metadata" "basic_pool_usage" "basic_rook_v01" "perf_memory_metrics") 2023-10-14T00:01:42.800 INFO:tasks.workunit.client.0.smithi055.stderr:+ for col in ${NEW_COLLECTIONS[@]} 2023-10-14T00:01:42.800 INFO:tasks.workunit.client.0.smithi055.stderr:+ [[ New collections are available: 2023-10-14T00:01:42.800 INFO:tasks.workunit.client.0.smithi055.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-10-14T00:01:42.801 INFO:tasks.workunit.client.0.smithi055.stderr:Run `ceph telemetry on` to opt-in to these collections. 2023-10-14T00:01:42.801 INFO:tasks.workunit.client.0.smithi055.stderr: 2023-10-14T00:01:42.802 INFO:tasks.workunit.client.0.smithi055.stderr:NAME STATUS DESC 2023-10-14T00:01:42.802 INFO:tasks.workunit.client.0.smithi055.stderr:basic_base NOT REPORTING: NOT OPTED-IN Basic information about the cluster (capacity, number and type of daemons, version, etc.) 2023-10-14T00:01:42.802 INFO:tasks.workunit.client.0.smithi055.stderr:basic_mds_metadata NOT REPORTING: NOT OPTED-IN MDS metadata 2023-10-14T00:01:42.803 INFO:tasks.workunit.client.0.smithi055.stderr:basic_pool_options_bluestore NOT REPORTING: NOT OPTED-IN Per-pool bluestore config options 2023-10-14T00:01:42.803 INFO:tasks.workunit.client.0.smithi055.stderr:basic_pool_usage NOT REPORTING: NOT OPTED-IN Default pool application and usage statistics 2023-10-14T00:01:42.803 INFO:tasks.workunit.client.0.smithi055.stderr:basic_rook_v01 NOT REPORTING: NOT OPTED-IN Basic Rook deployment data 2023-10-14T00:01:42.803 INFO:tasks.workunit.client.0.smithi055.stderr:basic_usage_by_class NOT REPORTING: NOT OPTED-IN Default device class usage statistics 2023-10-14T00:01:42.804 INFO:tasks.workunit.client.0.smithi055.stderr:crash_base NOT REPORTING: NOT OPTED-IN Information about daemon crashes (daemon type and version, backtrace, etc.) 2023-10-14T00:01:42.804 INFO:tasks.workunit.client.0.smithi055.stderr:device_base NOT REPORTING: NOT OPTED-IN Information about device health metrics 2023-10-14T00:01:42.805 INFO:tasks.workunit.client.0.smithi055.stderr:ident_base NOT REPORTING: NOT OPTED-IN User-provided identifying information about the cluster 2023-10-14T00:01:42.805 INFO:tasks.workunit.client.0.smithi055.stderr:perf_memory_metrics NOT REPORTING: NOT OPTED-IN, CHANNEL perf IS OFF Heap stats and mempools for mon and mds 2023-10-14T00:01:42.805 INFO:tasks.workunit.client.0.smithi055.stderr:perf_perf NOT REPORTING: NOT OPTED-IN, CHANNEL perf IS OFF Information about performance counters of the cluster == *perf_perf* ]] 2023-10-14T00:01:42.806 INFO:tasks.workunit.client.0.smithi055.stderr:+ for col in ${NEW_COLLECTIONS[@]} 2023-10-14T00:01:42.806 INFO:tasks.workunit.client.0.smithi055.stderr:+ [[ New collections are available: 2023-10-14T00:01:42.806 INFO:tasks.workunit.client.0.smithi055.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-10-14T00:01:42.807 INFO:tasks.workunit.client.0.smithi055.stderr:Run `ceph telemetry on` to opt-in to these collections. 2023-10-14T00:01:42.807 INFO:tasks.workunit.client.0.smithi055.stderr: 2023-10-14T00:01:42.807 INFO:tasks.workunit.client.0.smithi055.stderr:NAME STATUS DESC 2023-10-14T00:01:42.808 INFO:tasks.workunit.client.0.smithi055.stderr:basic_base NOT REPORTING: NOT OPTED-IN Basic information about the cluster (capacity, number and type of daemons, version, etc.) 2023-10-14T00:01:42.808 INFO:tasks.workunit.client.0.smithi055.stderr:basic_mds_metadata NOT REPORTING: NOT OPTED-IN MDS metadata 2023-10-14T00:01:42.808 INFO:tasks.workunit.client.0.smithi055.stderr:basic_pool_options_bluestore NOT REPORTING: NOT OPTED-IN Per-pool bluestore config options 2023-10-14T00:01:42.809 INFO:tasks.workunit.client.0.smithi055.stderr:basic_pool_usage NOT REPORTING: NOT OPTED-IN Default pool application and usage statistics 2023-10-14T00:01:42.809 INFO:tasks.workunit.client.0.smithi055.stderr:basic_rook_v01 NOT REPORTING: NOT OPTED-IN Basic Rook deployment data 2023-10-14T00:01:42.809 INFO:tasks.workunit.client.0.smithi055.stderr:basic_usage_by_class NOT REPORTING: NOT OPTED-IN Default device class usage statistics 2023-10-14T00:01:42.810 INFO:tasks.workunit.client.0.smithi055.stderr:crash_base NOT REPORTING: NOT OPTED-IN Information about daemon crashes (daemon type and version, backtrace, etc.) 2023-10-14T00:01:42.810 INFO:tasks.workunit.client.0.smithi055.stderr:device_base NOT REPORTING: NOT OPTED-IN Information about device health metrics 2023-10-14T00:01:42.810 INFO:tasks.workunit.client.0.smithi055.stderr:ident_base NOT REPORTING: NOT OPTED-IN User-provided identifying information about the cluster 2023-10-14T00:01:42.811 INFO:tasks.workunit.client.0.smithi055.stderr:perf_memory_metrics NOT REPORTING: NOT OPTED-IN, CHANNEL perf IS OFF Heap stats and mempools for mon and mds 2023-10-14T00:01:42.811 INFO:tasks.workunit.client.0.smithi055.stderr:perf_perf NOT REPORTING: NOT OPTED-IN, CHANNEL perf IS OFF Information about performance counters of the cluster == *basic_mds_metadata* ]] 2023-10-14T00:01:42.811 INFO:tasks.workunit.client.0.smithi055.stderr:+ for col in ${NEW_COLLECTIONS[@]} 2023-10-14T00:01:42.812 INFO:tasks.workunit.client.0.smithi055.stderr:+ [[ New collections are available: 2023-10-14T00:01:42.812 INFO:tasks.workunit.client.0.smithi055.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-10-14T00:01:42.813 INFO:tasks.workunit.client.0.smithi055.stderr:Run `ceph telemetry on` to opt-in to these collections. 2023-10-14T00:01:42.813 INFO:tasks.workunit.client.0.smithi055.stderr: 2023-10-14T00:01:42.813 INFO:tasks.workunit.client.0.smithi055.stderr:NAME STATUS DESC 2023-10-14T00:01:42.814 INFO:tasks.workunit.client.0.smithi055.stderr:basic_base NOT REPORTING: NOT OPTED-IN Basic information about the cluster (capacity, number and type of daemons, version, etc.) 2023-10-14T00:01:42.814 INFO:tasks.workunit.client.0.smithi055.stderr:basic_mds_metadata NOT REPORTING: NOT OPTED-IN MDS metadata 2023-10-14T00:01:42.814 INFO:tasks.workunit.client.0.smithi055.stderr:basic_pool_options_bluestore NOT REPORTING: NOT OPTED-IN Per-pool bluestore config options 2023-10-14T00:01:42.815 INFO:tasks.workunit.client.0.smithi055.stderr:basic_pool_usage NOT REPORTING: NOT OPTED-IN Default pool application and usage statistics 2023-10-14T00:01:42.815 INFO:tasks.workunit.client.0.smithi055.stderr:basic_rook_v01 NOT REPORTING: NOT OPTED-IN Basic Rook deployment data 2023-10-14T00:01:42.815 INFO:tasks.workunit.client.0.smithi055.stderr:basic_usage_by_class NOT REPORTING: NOT OPTED-IN Default device class usage statistics 2023-10-14T00:01:42.816 INFO:tasks.workunit.client.0.smithi055.stderr:crash_base NOT REPORTING: NOT OPTED-IN Information about daemon crashes (daemon type and version, backtrace, etc.) 2023-10-14T00:01:42.816 INFO:tasks.workunit.client.0.smithi055.stderr:device_base NOT REPORTING: NOT OPTED-IN Information about device health metrics 2023-10-14T00:01:42.816 INFO:tasks.workunit.client.0.smithi055.stderr:ident_base NOT REPORTING: NOT OPTED-IN User-provided identifying information about the cluster 2023-10-14T00:01:42.817 INFO:tasks.workunit.client.0.smithi055.stderr:perf_memory_metrics NOT REPORTING: NOT OPTED-IN, CHANNEL perf IS OFF Heap stats and mempools for mon and mds 2023-10-14T00:01:42.817 INFO:tasks.workunit.client.0.smithi055.stderr:perf_perf NOT REPORTING: NOT OPTED-IN, CHANNEL perf IS OFF Information about performance counters of the cluster == *basic_pool_usage* ]] 2023-10-14T00:01:42.817 INFO:tasks.workunit.client.0.smithi055.stderr:+ for col in ${NEW_COLLECTIONS[@]} 2023-10-14T00:01:42.818 INFO:tasks.workunit.client.0.smithi055.stderr:+ [[ New collections are available: 2023-10-14T00:01:42.818 INFO:tasks.workunit.client.0.smithi055.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-10-14T00:01:42.818 INFO:tasks.workunit.client.0.smithi055.stderr:Run `ceph telemetry on` to opt-in to these collections. 2023-10-14T00:01:42.819 INFO:tasks.workunit.client.0.smithi055.stderr: 2023-10-14T00:01:42.819 INFO:tasks.workunit.client.0.smithi055.stderr:NAME STATUS DESC 2023-10-14T00:01:42.819 INFO:tasks.workunit.client.0.smithi055.stderr:basic_base NOT REPORTING: NOT OPTED-IN Basic information about the cluster (capacity, number and type of daemons, version, etc.) 2023-10-14T00:01:42.820 INFO:tasks.workunit.client.0.smithi055.stderr:basic_mds_metadata NOT REPORTING: NOT OPTED-IN MDS metadata 2023-10-14T00:01:42.820 INFO:tasks.workunit.client.0.smithi055.stderr:basic_pool_options_bluestore NOT REPORTING: NOT OPTED-IN Per-pool bluestore config options 2023-10-14T00:01:42.820 INFO:tasks.workunit.client.0.smithi055.stderr:basic_pool_usage NOT REPORTING: NOT OPTED-IN Default pool application and usage statistics 2023-10-14T00:01:42.821 INFO:tasks.workunit.client.0.smithi055.stderr:basic_rook_v01 NOT REPORTING: NOT OPTED-IN Basic Rook deployment data 2023-10-14T00:01:42.821 INFO:tasks.workunit.client.0.smithi055.stderr:basic_usage_by_class NOT REPORTING: NOT OPTED-IN Default device class usage statistics 2023-10-14T00:01:42.821 INFO:tasks.workunit.client.0.smithi055.stderr:crash_base NOT REPORTING: NOT OPTED-IN Information about daemon crashes (daemon type and version, backtrace, etc.) 2023-10-14T00:01:42.822 INFO:tasks.workunit.client.0.smithi055.stderr:device_base NOT REPORTING: NOT OPTED-IN Information about device health metrics 2023-10-14T00:01:42.822 INFO:tasks.workunit.client.0.smithi055.stderr:ident_base NOT REPORTING: NOT OPTED-IN User-provided identifying information about the cluster 2023-10-14T00:01:42.822 INFO:tasks.workunit.client.0.smithi055.stderr:perf_memory_metrics NOT REPORTING: NOT OPTED-IN, CHANNEL perf IS OFF Heap stats and mempools for mon and mds 2023-10-14T00:01:42.823 INFO:tasks.workunit.client.0.smithi055.stderr:perf_perf NOT REPORTING: NOT OPTED-IN, CHANNEL perf IS OFF Information about performance counters of the cluster == *basic_rook_v01* ]] 2023-10-14T00:01:42.823 INFO:tasks.workunit.client.0.smithi055.stderr:+ for col in ${NEW_COLLECTIONS[@]} 2023-10-14T00:01:42.823 INFO:tasks.workunit.client.0.smithi055.stderr:+ [[ New collections are available: 2023-10-14T00:01:42.824 INFO:tasks.workunit.client.0.smithi055.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-10-14T00:01:42.824 INFO:tasks.workunit.client.0.smithi055.stderr:Run `ceph telemetry on` to opt-in to these collections. 2023-10-14T00:01:42.824 INFO:tasks.workunit.client.0.smithi055.stderr: 2023-10-14T00:01:42.825 INFO:tasks.workunit.client.0.smithi055.stderr:NAME STATUS DESC 2023-10-14T00:01:42.825 INFO:tasks.workunit.client.0.smithi055.stderr:basic_base NOT REPORTING: NOT OPTED-IN Basic information about the cluster (capacity, number and type of daemons, version, etc.) 2023-10-14T00:01:42.825 INFO:tasks.workunit.client.0.smithi055.stderr:basic_mds_metadata NOT REPORTING: NOT OPTED-IN MDS metadata 2023-10-14T00:01:42.826 INFO:tasks.workunit.client.0.smithi055.stderr:basic_pool_options_bluestore NOT REPORTING: NOT OPTED-IN Per-pool bluestore config options 2023-10-14T00:01:42.826 INFO:tasks.workunit.client.0.smithi055.stderr:basic_pool_usage NOT REPORTING: NOT OPTED-IN Default pool application and usage statistics 2023-10-14T00:01:42.826 INFO:tasks.workunit.client.0.smithi055.stderr:basic_rook_v01 NOT REPORTING: NOT OPTED-IN Basic Rook deployment data 2023-10-14T00:01:42.827 INFO:tasks.workunit.client.0.smithi055.stderr:basic_usage_by_class NOT REPORTING: NOT OPTED-IN Default device class usage statistics 2023-10-14T00:01:42.827 INFO:tasks.workunit.client.0.smithi055.stderr:crash_base NOT REPORTING: NOT OPTED-IN Information about daemon crashes (daemon type and version, backtrace, etc.) 2023-10-14T00:01:42.827 INFO:tasks.workunit.client.0.smithi055.stderr:device_base NOT REPORTING: NOT OPTED-IN Information about device health metrics 2023-10-14T00:01:42.828 INFO:tasks.workunit.client.0.smithi055.stderr:ident_base NOT REPORTING: NOT OPTED-IN User-provided identifying information about the cluster 2023-10-14T00:01:42.828 INFO:tasks.workunit.client.0.smithi055.stderr:perf_memory_metrics NOT REPORTING: NOT OPTED-IN, CHANNEL perf IS OFF Heap stats and mempools for mon and mds 2023-10-14T00:01:42.828 INFO:tasks.workunit.client.0.smithi055.stderr:perf_perf NOT REPORTING: NOT OPTED-IN, CHANNEL perf IS OFF Information about performance counters of the cluster == *perf_memory_metrics* ]] 2023-10-14T00:01:42.829 INFO:tasks.workunit.client.0.smithi055.stderr:+ ceph telemetry on --license sharing-1-0 2023-10-14T00:01:43.446 INFO:tasks.workunit.client.0.smithi055.stdout:Telemetry is on. 2023-10-14T00:01:43.447 INFO:tasks.workunit.client.0.smithi055.stdout:Some channels are disabled, please enable with: 2023-10-14T00:01:43.447 INFO:tasks.workunit.client.0.smithi055.stdout:`ceph telemetry enable channel perf` 2023-10-14T00:01:43.460 INFO:tasks.workunit.client.0.smithi055.stderr:+ ceph telemetry enable channel perf 2023-10-14T00:01:43.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:01:43 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:01:43] ENGINE Bus STOPPING 2023-10-14T00:01:43.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:01:43 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:01:43] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-10-14T00:01:43.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:01:43 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:01:43] ENGINE Bus STOPPED 2023-10-14T00:01:43.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:01:43 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:01:43] ENGINE Bus STARTING 2023-10-14T00:01:43.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:01:43 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:01:43] ENGINE Serving on http://:::9283 2023-10-14T00:01:43.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:01:43 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:01:43] ENGINE Bus STARTED 2023-10-14T00:01:43.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:43 smithi055 ceph-mon[124249]: from='client.14955 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-all", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:01:43.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:43 smithi055 ceph-mon[124249]: from='client.14955 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-all", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:01:43.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:43 smithi055 ceph-mon[124249]: mgrmap e22: y(active, since 99s), standbys: x 2023-10-14T00:01:43.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:43 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:01:43.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:43 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:01:43.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:43 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:01:43.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:43 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:01:43.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:43 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2023-10-14T00:01:43.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:43 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:01:43.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:43 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:01:43.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:43 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:01:43.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:43 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:01:43.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:43 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:01:43.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:43 smithi055 ceph-mon[110989]: from='client.14955 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-all", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:01:43.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:43 smithi055 ceph-mon[110989]: from='client.14955 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-all", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:01:43.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:43 smithi055 ceph-mon[110989]: mgrmap e22: y(active, since 99s), standbys: x 2023-10-14T00:01:43.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:43 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:01:43.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:43 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:01:43.522 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:43 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:01:43.522 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:43 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:01:43.522 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:43 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2023-10-14T00:01:43.522 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:43 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:01:43.522 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:43 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:01:43.523 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:43 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:01:43.523 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:43 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:01:43.523 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:43 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:01:43.625 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:01:43 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:01:43] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.43.0" 2023-10-14T00:01:43.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:43 smithi082 ceph-mon[116307]: from='client.14955 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-all", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:01:43.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:43 smithi082 ceph-mon[116307]: from='client.14955 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-all", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:01:43.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:43 smithi082 ceph-mon[116307]: mgrmap e22: y(active, since 99s), standbys: x 2023-10-14T00:01:43.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:43 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:01:43.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:43 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:01:43.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:43 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:01:43.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:43 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:01:43.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:43 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2023-10-14T00:01:43.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:43 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:01:43.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:43 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:01:43.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:43 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:01:43.628 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:43 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:01:43.628 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:43 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:01:44.060 INFO:tasks.workunit.client.0.smithi055.stdout:channel_perf is enabled 2023-10-14T00:01:44.074 INFO:tasks.workunit.client.0.smithi055.stderr:++ ceph config get mgr mgr/telemetry/last_opt_revision 2023-10-14T00:01:44.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:01:43 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:01:43] ENGINE Bus STOPPING 2023-10-14T00:01:44.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:01:43 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:01:43] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-10-14T00:01:44.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:01:43 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:01:43] ENGINE Bus STOPPED 2023-10-14T00:01:44.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:01:43 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:01:43] ENGINE Bus STARTING 2023-10-14T00:01:44.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:01:43 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:01:43] ENGINE Serving on http://:::9283 2023-10-14T00:01:44.268 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:01:43 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:01:43] ENGINE Bus STARTED 2023-10-14T00:01:44.547 INFO:tasks.workunit.client.0.smithi055.stderr:+ LAST_OPT_REVISION=1 2023-10-14T00:01:44.547 INFO:tasks.workunit.client.0.smithi055.stderr:+ '[' 1 -ne 1 ']' 2023-10-14T00:01:44.548 INFO:tasks.workunit.client.0.smithi055.stderr:+ ceph telemetry show 2023-10-14T00:01:44.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:44 smithi055 ceph-mon[110989]: from='client.24857 -' entity='client.admin' cmd=[{"prefix": "telemetry collection ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:01:44.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:44 smithi055 ceph-mon[110989]: from='client.24857 -' entity='client.admin' cmd=[{"prefix": "telemetry collection ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:01:44.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:44 smithi055 ceph-mon[110989]: pgmap v56: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2023-10-14T00:01:44.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:44 smithi055 ceph-mon[110989]: from='client.14967 -' entity='client.admin' cmd=[{"prefix": "telemetry on", "license": "sharing-1-0", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:01:44.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:44 smithi055 ceph-mon[110989]: from='client.14967 -' entity='client.admin' cmd=[{"prefix": "telemetry on", "license": "sharing-1-0", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:01:44.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:44 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:01:44.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:44 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:01:44.771 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:44 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:01:44.771 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:44 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:01:44.771 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:44 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:01:44.771 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:44 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:01:44.771 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:44 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:01:44.771 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:44 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/495425915' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/telemetry/last_opt_revision"}]: dispatch 2023-10-14T00:01:44.772 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:44 smithi055 ceph-mon[124249]: from='client.24857 -' entity='client.admin' cmd=[{"prefix": "telemetry collection ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:01:44.772 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:44 smithi055 ceph-mon[124249]: from='client.24857 -' entity='client.admin' cmd=[{"prefix": "telemetry collection ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:01:44.772 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:44 smithi055 ceph-mon[124249]: pgmap v56: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2023-10-14T00:01:44.772 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:44 smithi055 ceph-mon[124249]: from='client.14967 -' entity='client.admin' cmd=[{"prefix": "telemetry on", "license": "sharing-1-0", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:01:44.773 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:44 smithi055 ceph-mon[124249]: from='client.14967 -' entity='client.admin' cmd=[{"prefix": "telemetry on", "license": "sharing-1-0", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:01:44.773 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:44 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:01:44.773 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:44 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:01:44.773 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:44 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:01:44.773 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:44 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:01:44.774 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:44 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:01:44.774 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:44 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:01:44.774 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:44 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:01:44.774 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:44 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/495425915' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/telemetry/last_opt_revision"}]: dispatch 2023-10-14T00:01:44.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:44 smithi082 ceph-mon[116307]: from='client.24857 -' entity='client.admin' cmd=[{"prefix": "telemetry collection ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:01:44.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:44 smithi082 ceph-mon[116307]: from='client.24857 -' entity='client.admin' cmd=[{"prefix": "telemetry collection ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:01:44.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:44 smithi082 ceph-mon[116307]: pgmap v56: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2023-10-14T00:01:44.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:44 smithi082 ceph-mon[116307]: from='client.14967 -' entity='client.admin' cmd=[{"prefix": "telemetry on", "license": "sharing-1-0", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:01:44.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:44 smithi082 ceph-mon[116307]: from='client.14967 -' entity='client.admin' cmd=[{"prefix": "telemetry on", "license": "sharing-1-0", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:01:44.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:44 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:01:44.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:44 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:01:44.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:44 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:01:44.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:44 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:01:44.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:44 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:01:44.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:44 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:01:44.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:44 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:01:44.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:44 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/495425915' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/telemetry/last_opt_revision"}]: dispatch 2023-10-14T00:01:45.403 INFO:tasks.workunit.client.0.smithi055.stdout:{ 2023-10-14T00:01:45.403 INFO:tasks.workunit.client.0.smithi055.stdout: "balancer": { 2023-10-14T00:01:45.403 INFO:tasks.workunit.client.0.smithi055.stdout: "active": true, 2023-10-14T00:01:45.404 INFO:tasks.workunit.client.0.smithi055.stdout: "mode": "" 2023-10-14T00:01:45.404 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.404 INFO:tasks.workunit.client.0.smithi055.stdout: "channels": [ 2023-10-14T00:01:45.404 INFO:tasks.workunit.client.0.smithi055.stdout: "basic", 2023-10-14T00:01:45.404 INFO:tasks.workunit.client.0.smithi055.stdout: "crash", 2023-10-14T00:01:45.405 INFO:tasks.workunit.client.0.smithi055.stdout: "device", 2023-10-14T00:01:45.405 INFO:tasks.workunit.client.0.smithi055.stdout: "ident", 2023-10-14T00:01:45.405 INFO:tasks.workunit.client.0.smithi055.stdout: "perf" 2023-10-14T00:01:45.405 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:45.405 INFO:tasks.workunit.client.0.smithi055.stdout: "channels_available": [ 2023-10-14T00:01:45.406 INFO:tasks.workunit.client.0.smithi055.stdout: "basic", 2023-10-14T00:01:45.406 INFO:tasks.workunit.client.0.smithi055.stdout: "ident", 2023-10-14T00:01:45.406 INFO:tasks.workunit.client.0.smithi055.stdout: "crash", 2023-10-14T00:01:45.406 INFO:tasks.workunit.client.0.smithi055.stdout: "device", 2023-10-14T00:01:45.406 INFO:tasks.workunit.client.0.smithi055.stdout: "perf" 2023-10-14T00:01:45.407 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:45.407 INFO:tasks.workunit.client.0.smithi055.stdout: "collections_available": [ 2023-10-14T00:01:45.407 INFO:tasks.workunit.client.0.smithi055.stdout: "basic_base", 2023-10-14T00:01:45.407 INFO:tasks.workunit.client.0.smithi055.stdout: "device_base", 2023-10-14T00:01:45.407 INFO:tasks.workunit.client.0.smithi055.stdout: "crash_base", 2023-10-14T00:01:45.408 INFO:tasks.workunit.client.0.smithi055.stdout: "ident_base", 2023-10-14T00:01:45.408 INFO:tasks.workunit.client.0.smithi055.stdout: "perf_perf", 2023-10-14T00:01:45.408 INFO:tasks.workunit.client.0.smithi055.stdout: "basic_mds_metadata", 2023-10-14T00:01:45.408 INFO:tasks.workunit.client.0.smithi055.stdout: "basic_pool_usage", 2023-10-14T00:01:45.408 INFO:tasks.workunit.client.0.smithi055.stdout: "basic_usage_by_class", 2023-10-14T00:01:45.408 INFO:tasks.workunit.client.0.smithi055.stdout: "basic_rook_v01", 2023-10-14T00:01:45.409 INFO:tasks.workunit.client.0.smithi055.stdout: "perf_memory_metrics", 2023-10-14T00:01:45.409 INFO:tasks.workunit.client.0.smithi055.stdout: "basic_pool_options_bluestore" 2023-10-14T00:01:45.409 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:45.409 INFO:tasks.workunit.client.0.smithi055.stdout: "collections_opted_in": [ 2023-10-14T00:01:45.409 INFO:tasks.workunit.client.0.smithi055.stdout: "basic_base", 2023-10-14T00:01:45.410 INFO:tasks.workunit.client.0.smithi055.stdout: "device_base", 2023-10-14T00:01:45.410 INFO:tasks.workunit.client.0.smithi055.stdout: "crash_base", 2023-10-14T00:01:45.410 INFO:tasks.workunit.client.0.smithi055.stdout: "ident_base", 2023-10-14T00:01:45.410 INFO:tasks.workunit.client.0.smithi055.stdout: "perf_perf", 2023-10-14T00:01:45.410 INFO:tasks.workunit.client.0.smithi055.stdout: "basic_mds_metadata", 2023-10-14T00:01:45.411 INFO:tasks.workunit.client.0.smithi055.stdout: "basic_pool_usage", 2023-10-14T00:01:45.411 INFO:tasks.workunit.client.0.smithi055.stdout: "basic_usage_by_class", 2023-10-14T00:01:45.411 INFO:tasks.workunit.client.0.smithi055.stdout: "basic_rook_v01", 2023-10-14T00:01:45.411 INFO:tasks.workunit.client.0.smithi055.stdout: "perf_memory_metrics", 2023-10-14T00:01:45.411 INFO:tasks.workunit.client.0.smithi055.stdout: "basic_pool_options_bluestore" 2023-10-14T00:01:45.411 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:45.412 INFO:tasks.workunit.client.0.smithi055.stdout: "config": { 2023-10-14T00:01:45.412 INFO:tasks.workunit.client.0.smithi055.stdout: "active_changed": [ 2023-10-14T00:01:45.412 INFO:tasks.workunit.client.0.smithi055.stdout: "auth_allow_insecure_global_id_reclaim", 2023-10-14T00:01:45.412 INFO:tasks.workunit.client.0.smithi055.stdout: "auth_debug", 2023-10-14T00:01:45.412 INFO:tasks.workunit.client.0.smithi055.stdout: "auth_mon_ticket_ttl", 2023-10-14T00:01:45.413 INFO:tasks.workunit.client.0.smithi055.stdout: "auth_service_ticket_ttl", 2023-10-14T00:01:45.413 INFO:tasks.workunit.client.0.smithi055.stdout: "bdev_debug_aio", 2023-10-14T00:01:45.413 INFO:tasks.workunit.client.0.smithi055.stdout: "client_check_pool_perm", 2023-10-14T00:01:45.413 INFO:tasks.workunit.client.0.smithi055.stdout: "client_mount_gid", 2023-10-14T00:01:45.413 INFO:tasks.workunit.client.0.smithi055.stdout: "client_mount_uid", 2023-10-14T00:01:45.414 INFO:tasks.workunit.client.0.smithi055.stdout: "client_quota", 2023-10-14T00:01:45.414 INFO:tasks.workunit.client.0.smithi055.stdout: "container_image", 2023-10-14T00:01:45.414 INFO:tasks.workunit.client.0.smithi055.stdout: "daemonize", 2023-10-14T00:01:45.414 INFO:tasks.workunit.client.0.smithi055.stdout: "debug_asserts_on_shutdown", 2023-10-14T00:01:45.414 INFO:tasks.workunit.client.0.smithi055.stdout: "debug_mgr", 2023-10-14T00:01:45.415 INFO:tasks.workunit.client.0.smithi055.stdout: "debug_mon", 2023-10-14T00:01:45.415 INFO:tasks.workunit.client.0.smithi055.stdout: "debug_ms", 2023-10-14T00:01:45.415 INFO:tasks.workunit.client.0.smithi055.stdout: "debug_osd", 2023-10-14T00:01:45.415 INFO:tasks.workunit.client.0.smithi055.stdout: "debug_paxos", 2023-10-14T00:01:45.415 INFO:tasks.workunit.client.0.smithi055.stdout: "keyring", 2023-10-14T00:01:45.416 INFO:tasks.workunit.client.0.smithi055.stdout: "leveldb_block_size", 2023-10-14T00:01:45.416 INFO:tasks.workunit.client.0.smithi055.stdout: "leveldb_cache_size", 2023-10-14T00:01:45.416 INFO:tasks.workunit.client.0.smithi055.stdout: "leveldb_compression", 2023-10-14T00:01:45.416 INFO:tasks.workunit.client.0.smithi055.stdout: "leveldb_log", 2023-10-14T00:01:45.416 INFO:tasks.workunit.client.0.smithi055.stdout: "leveldb_write_buffer_size", 2023-10-14T00:01:45.417 INFO:tasks.workunit.client.0.smithi055.stdout: "log_to_file", 2023-10-14T00:01:45.417 INFO:tasks.workunit.client.0.smithi055.stdout: "log_to_journald", 2023-10-14T00:01:45.417 INFO:tasks.workunit.client.0.smithi055.stdout: "log_to_stderr", 2023-10-14T00:01:45.417 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_allow_pool_delete", 2023-10-14T00:01:45.417 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_clock_drift_allowed", 2023-10-14T00:01:45.417 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_cluster_log_file_level", 2023-10-14T00:01:45.418 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_cluster_log_to_file", 2023-10-14T00:01:45.418 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_cluster_log_to_journald", 2023-10-14T00:01:45.418 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_cluster_log_to_stderr", 2023-10-14T00:01:45.418 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_data_avail_warn", 2023-10-14T00:01:45.418 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_election_default_strategy", 2023-10-14T00:01:45.419 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_host", 2023-10-14T00:01:45.419 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_max_pg_per_osd", 2023-10-14T00:01:45.419 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_mgr_mkfs_grace", 2023-10-14T00:01:45.419 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_osd_prime_pg_temp", 2023-10-14T00:01:45.419 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_osd_reporter_subtree_level", 2023-10-14T00:01:45.420 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_pg_warn_max_object_skew", 2023-10-14T00:01:45.420 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_reweight_min_bytes_per_osd", 2023-10-14T00:01:45.420 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_reweight_min_pgs_per_osd", 2023-10-14T00:01:45.420 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_warn_on_crush_straw_calc_version_zero", 2023-10-14T00:01:45.420 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_warn_on_insecure_global_id_reclaim", 2023-10-14T00:01:45.421 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_warn_on_insecure_global_id_reclaim_allowed", 2023-10-14T00:01:45.421 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_warn_on_legacy_crush_tunables", 2023-10-14T00:01:45.421 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_warn_on_osd_down_out_interval_zero", 2023-10-14T00:01:45.421 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_warn_on_pool_pg_num_not_power_of_two", 2023-10-14T00:01:45.421 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_warn_on_too_few_osds", 2023-10-14T00:01:45.422 INFO:tasks.workunit.client.0.smithi055.stdout: "ms_die_on_bug", 2023-10-14T00:01:45.422 INFO:tasks.workunit.client.0.smithi055.stdout: "ms_die_on_old_message", 2023-10-14T00:01:45.422 INFO:tasks.workunit.client.0.smithi055.stdout: "no_config_file", 2023-10-14T00:01:45.422 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_class_default_list", 2023-10-14T00:01:45.422 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_class_load_list", 2023-10-14T00:01:45.423 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_debug_misdirected_ops", 2023-10-14T00:01:45.423 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_debug_op_order", 2023-10-14T00:01:45.423 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_debug_pg_log_writeout", 2023-10-14T00:01:45.423 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_debug_shutdown", 2023-10-14T00:01:45.423 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_debug_verify_cached_snaps", 2023-10-14T00:01:45.424 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_debug_verify_missing_on_start", 2023-10-14T00:01:45.424 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_debug_verify_stray_on_activate", 2023-10-14T00:01:45.424 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_deep_scrub_update_digest_min_age", 2023-10-14T00:01:45.424 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mclock_profile", 2023-10-14T00:01:45.424 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mclock_scheduler_background_best_effort_lim", 2023-10-14T00:01:45.424 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mclock_scheduler_background_best_effort_res", 2023-10-14T00:01:45.425 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mclock_scheduler_background_best_effort_wgt", 2023-10-14T00:01:45.425 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mclock_scheduler_background_recovery_lim", 2023-10-14T00:01:45.425 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mclock_scheduler_background_recovery_res", 2023-10-14T00:01:45.425 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mclock_scheduler_background_recovery_wgt", 2023-10-14T00:01:45.426 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mclock_scheduler_client_lim", 2023-10-14T00:01:45.426 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mclock_scheduler_client_res", 2023-10-14T00:01:45.426 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mclock_scheduler_client_wgt", 2023-10-14T00:01:45.426 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_memory_target", 2023-10-14T00:01:45.426 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_memory_target_autotune", 2023-10-14T00:01:45.427 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_op_queue", 2023-10-14T00:01:45.427 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_op_queue_cut_off", 2023-10-14T00:01:45.427 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_pool_default_erasure_code_profile", 2023-10-14T00:01:45.427 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_pool_default_pg_autoscale_mode", 2023-10-14T00:01:45.427 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_recover_clone_overlap", 2023-10-14T00:01:45.428 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_recovery_max_chunk", 2023-10-14T00:01:45.428 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_scrub_load_threshold", 2023-10-14T00:01:45.428 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_scrub_max_interval", 2023-10-14T00:01:45.428 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_shutdown_pgref_assert", 2023-10-14T00:01:45.428 INFO:tasks.workunit.client.0.smithi055.stdout: "public_addr", 2023-10-14T00:01:45.429 INFO:tasks.workunit.client.0.smithi055.stdout: "public_addrv", 2023-10-14T00:01:45.429 INFO:tasks.workunit.client.0.smithi055.stdout: "public_network", 2023-10-14T00:01:45.429 INFO:tasks.workunit.client.0.smithi055.stdout: "rbd_default_features", 2023-10-14T00:01:45.429 INFO:tasks.workunit.client.0.smithi055.stdout: "rbd_qos_exclude_ops", 2023-10-14T00:01:45.429 INFO:tasks.workunit.client.0.smithi055.stdout: "setgroup", 2023-10-14T00:01:45.430 INFO:tasks.workunit.client.0.smithi055.stdout: "setuser" 2023-10-14T00:01:45.430 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:45.430 INFO:tasks.workunit.client.0.smithi055.stdout: "cluster_changed": [ 2023-10-14T00:01:45.430 INFO:tasks.workunit.client.0.smithi055.stdout: "auth_allow_insecure_global_id_reclaim", 2023-10-14T00:01:45.430 INFO:tasks.workunit.client.0.smithi055.stdout: "auth_debug", 2023-10-14T00:01:45.430 INFO:tasks.workunit.client.0.smithi055.stdout: "auth_mon_ticket_ttl", 2023-10-14T00:01:45.431 INFO:tasks.workunit.client.0.smithi055.stdout: "auth_service_ticket_ttl", 2023-10-14T00:01:45.431 INFO:tasks.workunit.client.0.smithi055.stdout: "bdev_debug_aio", 2023-10-14T00:01:45.431 INFO:tasks.workunit.client.0.smithi055.stdout: "container_image", 2023-10-14T00:01:45.431 INFO:tasks.workunit.client.0.smithi055.stdout: "debug_asserts_on_shutdown", 2023-10-14T00:01:45.431 INFO:tasks.workunit.client.0.smithi055.stdout: "debug_mgr", 2023-10-14T00:01:45.432 INFO:tasks.workunit.client.0.smithi055.stdout: "debug_mon", 2023-10-14T00:01:45.432 INFO:tasks.workunit.client.0.smithi055.stdout: "debug_ms", 2023-10-14T00:01:45.432 INFO:tasks.workunit.client.0.smithi055.stdout: "debug_osd", 2023-10-14T00:01:45.432 INFO:tasks.workunit.client.0.smithi055.stdout: "debug_paxos", 2023-10-14T00:01:45.432 INFO:tasks.workunit.client.0.smithi055.stdout: "log_to_file", 2023-10-14T00:01:45.433 INFO:tasks.workunit.client.0.smithi055.stdout: "log_to_journald", 2023-10-14T00:01:45.433 INFO:tasks.workunit.client.0.smithi055.stdout: "log_to_stderr", 2023-10-14T00:01:45.433 INFO:tasks.workunit.client.0.smithi055.stdout: "mds_join_fs", 2023-10-14T00:01:45.433 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr/cephadm/allow_ptrace", 2023-10-14T00:01:45.433 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr/cephadm/container_init", 2023-10-14T00:01:45.434 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr/cephadm/migration_current", 2023-10-14T00:01:45.434 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr/cephadm/use_repo_digest", 2023-10-14T00:01:45.434 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr/dashboard/ALERTMANAGER_API_HOST", 2023-10-14T00:01:45.434 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr/dashboard/GRAFANA_API_SSL_VERIFY", 2023-10-14T00:01:45.434 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr/dashboard/GRAFANA_API_URL", 2023-10-14T00:01:45.435 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr/dashboard/PROMETHEUS_API_HOST", 2023-10-14T00:01:45.435 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr/dashboard/ssl_server_port", 2023-10-14T00:01:45.435 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr/orchestrator/orchestrator", 2023-10-14T00:01:45.435 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr/telemetry/channel_ident", 2023-10-14T00:01:45.435 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr/telemetry/channel_perf", 2023-10-14T00:01:45.436 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr/telemetry/description", 2023-10-14T00:01:45.436 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr/telemetry/enabled", 2023-10-14T00:01:45.436 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr/telemetry/organization", 2023-10-14T00:01:45.436 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_allow_pool_delete", 2023-10-14T00:01:45.436 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_clock_drift_allowed", 2023-10-14T00:01:45.436 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_cluster_log_file_level", 2023-10-14T00:01:45.437 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_data_avail_warn", 2023-10-14T00:01:45.437 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_election_default_strategy", 2023-10-14T00:01:45.437 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_max_pg_per_osd", 2023-10-14T00:01:45.437 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_mgr_mkfs_grace", 2023-10-14T00:01:45.437 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_osd_prime_pg_temp", 2023-10-14T00:01:45.438 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_osd_reporter_subtree_level", 2023-10-14T00:01:45.438 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_pg_warn_max_object_skew", 2023-10-14T00:01:45.438 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_reweight_min_bytes_per_osd", 2023-10-14T00:01:45.438 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_reweight_min_pgs_per_osd", 2023-10-14T00:01:45.438 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_warn_on_crush_straw_calc_version_zero", 2023-10-14T00:01:45.439 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_warn_on_insecure_global_id_reclaim", 2023-10-14T00:01:45.439 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_warn_on_insecure_global_id_reclaim_allowed", 2023-10-14T00:01:45.439 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_warn_on_legacy_crush_tunables", 2023-10-14T00:01:45.439 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_warn_on_osd_down_out_interval_zero", 2023-10-14T00:01:45.439 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_warn_on_pool_pg_num_not_power_of_two", 2023-10-14T00:01:45.440 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_warn_on_too_few_osds", 2023-10-14T00:01:45.440 INFO:tasks.workunit.client.0.smithi055.stdout: "ms_die_on_bug", 2023-10-14T00:01:45.440 INFO:tasks.workunit.client.0.smithi055.stdout: "ms_die_on_old_message", 2023-10-14T00:01:45.440 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_class_default_list", 2023-10-14T00:01:45.440 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_class_load_list", 2023-10-14T00:01:45.440 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_debug_misdirected_ops", 2023-10-14T00:01:45.441 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_debug_op_order", 2023-10-14T00:01:45.441 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_debug_pg_log_writeout", 2023-10-14T00:01:45.441 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_debug_shutdown", 2023-10-14T00:01:45.441 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_debug_verify_cached_snaps", 2023-10-14T00:01:45.441 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_debug_verify_missing_on_start", 2023-10-14T00:01:45.442 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_debug_verify_stray_on_activate", 2023-10-14T00:01:45.442 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_deep_scrub_update_digest_min_age", 2023-10-14T00:01:45.442 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mclock_profile", 2023-10-14T00:01:45.442 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_memory_target", 2023-10-14T00:01:45.442 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_memory_target_autotune", 2023-10-14T00:01:45.443 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_op_queue", 2023-10-14T00:01:45.443 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_op_queue_cut_off", 2023-10-14T00:01:45.443 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_pool_default_erasure_code_profile", 2023-10-14T00:01:45.443 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_pool_default_pg_autoscale_mode", 2023-10-14T00:01:45.444 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_recover_clone_overlap", 2023-10-14T00:01:45.444 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_recovery_max_chunk", 2023-10-14T00:01:45.444 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_scrub_load_threshold", 2023-10-14T00:01:45.444 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_scrub_max_interval", 2023-10-14T00:01:45.444 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_shutdown_pgref_assert", 2023-10-14T00:01:45.445 INFO:tasks.workunit.client.0.smithi055.stdout: "public_network", 2023-10-14T00:01:45.445 INFO:tasks.workunit.client.0.smithi055.stdout: "rgw_cache_enabled", 2023-10-14T00:01:45.445 INFO:tasks.workunit.client.0.smithi055.stdout: "rgw_enable_ops_log", 2023-10-14T00:01:45.445 INFO:tasks.workunit.client.0.smithi055.stdout: "rgw_enable_usage_log" 2023-10-14T00:01:45.445 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:45.446 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.446 INFO:tasks.workunit.client.0.smithi055.stdout: "contact": null, 2023-10-14T00:01:45.446 INFO:tasks.workunit.client.0.smithi055.stdout: "crashes": [], 2023-10-14T00:01:45.446 INFO:tasks.workunit.client.0.smithi055.stdout: "created": "2023-10-13T23:55:28.818488Z", 2023-10-14T00:01:45.446 INFO:tasks.workunit.client.0.smithi055.stdout: "crush": { 2023-10-14T00:01:45.447 INFO:tasks.workunit.client.0.smithi055.stdout: "bucket_algs": { 2023-10-14T00:01:45.447 INFO:tasks.workunit.client.0.smithi055.stdout: "straw2": 3 2023-10-14T00:01:45.447 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.447 INFO:tasks.workunit.client.0.smithi055.stdout: "bucket_sizes": { 2023-10-14T00:01:45.447 INFO:tasks.workunit.client.0.smithi055.stdout: "2": 1, 2023-10-14T00:01:45.448 INFO:tasks.workunit.client.0.smithi055.stdout: "4": 2 2023-10-14T00:01:45.448 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.448 INFO:tasks.workunit.client.0.smithi055.stdout: "bucket_types": { 2023-10-14T00:01:45.448 INFO:tasks.workunit.client.0.smithi055.stdout: "1": 2, 2023-10-14T00:01:45.448 INFO:tasks.workunit.client.0.smithi055.stdout: "11": 1 2023-10-14T00:01:45.449 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.449 INFO:tasks.workunit.client.0.smithi055.stdout: "compat_weight_set": false, 2023-10-14T00:01:45.449 INFO:tasks.workunit.client.0.smithi055.stdout: "device_classes": [ 2023-10-14T00:01:45.449 INFO:tasks.workunit.client.0.smithi055.stdout: 8 2023-10-14T00:01:45.449 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:45.450 INFO:tasks.workunit.client.0.smithi055.stdout: "num_buckets": 6, 2023-10-14T00:01:45.450 INFO:tasks.workunit.client.0.smithi055.stdout: "num_devices": 8, 2023-10-14T00:01:45.450 INFO:tasks.workunit.client.0.smithi055.stdout: "num_rules": 1, 2023-10-14T00:01:45.450 INFO:tasks.workunit.client.0.smithi055.stdout: "num_types": 12, 2023-10-14T00:01:45.450 INFO:tasks.workunit.client.0.smithi055.stdout: "num_weight_sets": 0, 2023-10-14T00:01:45.451 INFO:tasks.workunit.client.0.smithi055.stdout: "tunables": { 2023-10-14T00:01:45.451 INFO:tasks.workunit.client.0.smithi055.stdout: "allowed_bucket_algs": 54, 2023-10-14T00:01:45.451 INFO:tasks.workunit.client.0.smithi055.stdout: "choose_local_fallback_tries": 0, 2023-10-14T00:01:45.451 INFO:tasks.workunit.client.0.smithi055.stdout: "choose_local_tries": 0, 2023-10-14T00:01:45.451 INFO:tasks.workunit.client.0.smithi055.stdout: "choose_total_tries": 50, 2023-10-14T00:01:45.452 INFO:tasks.workunit.client.0.smithi055.stdout: "chooseleaf_descend_once": 1, 2023-10-14T00:01:45.452 INFO:tasks.workunit.client.0.smithi055.stdout: "chooseleaf_stable": 1, 2023-10-14T00:01:45.452 INFO:tasks.workunit.client.0.smithi055.stdout: "chooseleaf_vary_r": 1, 2023-10-14T00:01:45.452 INFO:tasks.workunit.client.0.smithi055.stdout: "has_v2_rules": 0, 2023-10-14T00:01:45.452 INFO:tasks.workunit.client.0.smithi055.stdout: "has_v3_rules": 0, 2023-10-14T00:01:45.453 INFO:tasks.workunit.client.0.smithi055.stdout: "has_v4_buckets": 1, 2023-10-14T00:01:45.453 INFO:tasks.workunit.client.0.smithi055.stdout: "has_v5_rules": 0, 2023-10-14T00:01:45.453 INFO:tasks.workunit.client.0.smithi055.stdout: "legacy_tunables": 0, 2023-10-14T00:01:45.453 INFO:tasks.workunit.client.0.smithi055.stdout: "minimum_required_version": "jewel", 2023-10-14T00:01:45.453 INFO:tasks.workunit.client.0.smithi055.stdout: "optimal_tunables": 1, 2023-10-14T00:01:45.454 INFO:tasks.workunit.client.0.smithi055.stdout: "profile": "jewel", 2023-10-14T00:01:45.454 INFO:tasks.workunit.client.0.smithi055.stdout: "require_feature_tunables": 1, 2023-10-14T00:01:45.454 INFO:tasks.workunit.client.0.smithi055.stdout: "require_feature_tunables2": 1, 2023-10-14T00:01:45.454 INFO:tasks.workunit.client.0.smithi055.stdout: "require_feature_tunables3": 1, 2023-10-14T00:01:45.454 INFO:tasks.workunit.client.0.smithi055.stdout: "require_feature_tunables5": 1, 2023-10-14T00:01:45.455 INFO:tasks.workunit.client.0.smithi055.stdout: "straw_calc_version": 1 2023-10-14T00:01:45.455 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:45.455 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.455 INFO:tasks.workunit.client.0.smithi055.stdout: "description": "upgrade test cluster", 2023-10-14T00:01:45.455 INFO:tasks.workunit.client.0.smithi055.stdout: "fs": { 2023-10-14T00:01:45.456 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 1, 2023-10-14T00:01:45.456 INFO:tasks.workunit.client.0.smithi055.stdout: "feature_flags": { 2023-10-14T00:01:45.456 INFO:tasks.workunit.client.0.smithi055.stdout: "enable_multiple": true, 2023-10-14T00:01:45.456 INFO:tasks.workunit.client.0.smithi055.stdout: "ever_enabled_multiple": true 2023-10-14T00:01:45.456 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.456 INFO:tasks.workunit.client.0.smithi055.stdout: "filesystems": [ 2023-10-14T00:01:45.457 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:45.457 INFO:tasks.workunit.client.0.smithi055.stdout: "approx_ctime": "2023-10", 2023-10-14T00:01:45.457 INFO:tasks.workunit.client.0.smithi055.stdout: "balancer_enabled": false, 2023-10-14T00:01:45.457 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.457 INFO:tasks.workunit.client.0.smithi055.stdout: "cached_caps": 0, 2023-10-14T00:01:45.458 INFO:tasks.workunit.client.0.smithi055.stdout: "cached_dns": 10, 2023-10-14T00:01:45.458 INFO:tasks.workunit.client.0.smithi055.stdout: "cached_inos": 13, 2023-10-14T00:01:45.458 INFO:tasks.workunit.client.0.smithi055.stdout: "cached_subtrees": 2, 2023-10-14T00:01:45.458 INFO:tasks.workunit.client.0.smithi055.stdout: "ever_allowed_features": 0, 2023-10-14T00:01:45.458 INFO:tasks.workunit.client.0.smithi055.stdout: "explicitly_allowed_features": 0, 2023-10-14T00:01:45.459 INFO:tasks.workunit.client.0.smithi055.stdout: "files": 0, 2023-10-14T00:01:45.459 INFO:tasks.workunit.client.0.smithi055.stdout: "max_mds": 1, 2023-10-14T00:01:45.459 INFO:tasks.workunit.client.0.smithi055.stdout: "num_data_pools": 1, 2023-10-14T00:01:45.459 INFO:tasks.workunit.client.0.smithi055.stdout: "num_in": 1, 2023-10-14T00:01:45.460 INFO:tasks.workunit.client.0.smithi055.stdout: "num_mds": 1, 2023-10-14T00:01:45.460 INFO:tasks.workunit.client.0.smithi055.stdout: "num_sessions": 0, 2023-10-14T00:01:45.460 INFO:tasks.workunit.client.0.smithi055.stdout: "num_standby_replay": 0, 2023-10-14T00:01:45.460 INFO:tasks.workunit.client.0.smithi055.stdout: "num_up": 1, 2023-10-14T00:01:45.460 INFO:tasks.workunit.client.0.smithi055.stdout: "snaps": 0, 2023-10-14T00:01:45.461 INFO:tasks.workunit.client.0.smithi055.stdout: "standby_count_wanted": 0 2023-10-14T00:01:45.461 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:45.461 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:45.461 INFO:tasks.workunit.client.0.smithi055.stdout: "num_standby_mds": 1, 2023-10-14T00:01:45.461 INFO:tasks.workunit.client.0.smithi055.stdout: "total_num_mds": 2 2023-10-14T00:01:45.462 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.462 INFO:tasks.workunit.client.0.smithi055.stdout: "heap_stats": { 2023-10-14T00:01:45.462 INFO:tasks.workunit.client.0.smithi055.stdout: "mds": { 2023-10-14T00:01:45.462 INFO:tasks.workunit.client.0.smithi055.stdout: "mds.e513189af8e16af30d759e02fa4360520f3b5a75": { 2023-10-14T00:01:45.462 INFO:tasks.workunit.client.0.smithi055.stdout: "actual_memory_used": 19218432, 2023-10-14T00:01:45.462 INFO:tasks.workunit.client.0.smithi055.stdout: "central_cache_freelist": 316472, 2023-10-14T00:01:45.463 INFO:tasks.workunit.client.0.smithi055.stdout: "malloc_metadata": 2752512, 2023-10-14T00:01:45.463 INFO:tasks.workunit.client.0.smithi055.stdout: "page_heap_freelist": 212992, 2023-10-14T00:01:45.463 INFO:tasks.workunit.client.0.smithi055.stdout: "released_to_os": 0, 2023-10-14T00:01:45.463 INFO:tasks.workunit.client.0.smithi055.stdout: "spans_in_use": 301, 2023-10-14T00:01:45.463 INFO:tasks.workunit.client.0.smithi055.stdout: "tcmalloc_page_size": 8192, 2023-10-14T00:01:45.464 INFO:tasks.workunit.client.0.smithi055.stdout: "thread_cache_freelists": 1010872, 2023-10-14T00:01:45.464 INFO:tasks.workunit.client.0.smithi055.stdout: "thread_heaps_in_use": 12, 2023-10-14T00:01:45.464 INFO:tasks.workunit.client.0.smithi055.stdout: "transfer_cache_freelist": 503296, 2023-10-14T00:01:45.464 INFO:tasks.workunit.client.0.smithi055.stdout: "use_by_application": 14422288, 2023-10-14T00:01:45.464 INFO:tasks.workunit.client.0.smithi055.stdout: "virtual_address_space_used": 19218432 2023-10-14T00:01:45.465 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.465 INFO:tasks.workunit.client.0.smithi055.stdout: "mds.fe904ab04ef150d6a4985b523e27aa3168a6aa96": { 2023-10-14T00:01:45.465 INFO:tasks.workunit.client.0.smithi055.stdout: "actual_memory_used": 20242432, 2023-10-14T00:01:45.465 INFO:tasks.workunit.client.0.smithi055.stdout: "central_cache_freelist": 499648, 2023-10-14T00:01:45.465 INFO:tasks.workunit.client.0.smithi055.stdout: "malloc_metadata": 2752512, 2023-10-14T00:01:45.466 INFO:tasks.workunit.client.0.smithi055.stdout: "page_heap_freelist": 0, 2023-10-14T00:01:45.466 INFO:tasks.workunit.client.0.smithi055.stdout: "released_to_os": 24576, 2023-10-14T00:01:45.466 INFO:tasks.workunit.client.0.smithi055.stdout: "spans_in_use": 380, 2023-10-14T00:01:45.466 INFO:tasks.workunit.client.0.smithi055.stdout: "tcmalloc_page_size": 8192, 2023-10-14T00:01:45.466 INFO:tasks.workunit.client.0.smithi055.stdout: "thread_cache_freelists": 1110424, 2023-10-14T00:01:45.467 INFO:tasks.workunit.client.0.smithi055.stdout: "thread_heaps_in_use": 20, 2023-10-14T00:01:45.467 INFO:tasks.workunit.client.0.smithi055.stdout: "transfer_cache_freelist": 1083392, 2023-10-14T00:01:45.467 INFO:tasks.workunit.client.0.smithi055.stdout: "use_by_application": 14796456, 2023-10-14T00:01:45.467 INFO:tasks.workunit.client.0.smithi055.stdout: "virtual_address_space_used": 20267008 2023-10-14T00:01:45.467 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:45.467 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.468 INFO:tasks.workunit.client.0.smithi055.stdout: "mon": { 2023-10-14T00:01:45.468 INFO:tasks.workunit.client.0.smithi055.stdout: "mon.4ad42e274cc0bc9b8d575c1c862599e300500f8e": { 2023-10-14T00:01:45.468 INFO:tasks.workunit.client.0.smithi055.stdout: "actual_memory_used": 36921344, 2023-10-14T00:01:45.468 INFO:tasks.workunit.client.0.smithi055.stdout: "central_cache_freelist": 1596256, 2023-10-14T00:01:45.468 INFO:tasks.workunit.client.0.smithi055.stdout: "malloc_metadata": 2752512, 2023-10-14T00:01:45.469 INFO:tasks.workunit.client.0.smithi055.stdout: "page_heap_freelist": 1155072, 2023-10-14T00:01:45.469 INFO:tasks.workunit.client.0.smithi055.stdout: "released_to_os": 9666560, 2023-10-14T00:01:45.469 INFO:tasks.workunit.client.0.smithi055.stdout: "spans_in_use": 1008, 2023-10-14T00:01:45.469 INFO:tasks.workunit.client.0.smithi055.stdout: "tcmalloc_page_size": 8192, 2023-10-14T00:01:45.469 INFO:tasks.workunit.client.0.smithi055.stdout: "thread_cache_freelists": 6358384, 2023-10-14T00:01:45.470 INFO:tasks.workunit.client.0.smithi055.stdout: "thread_heaps_in_use": 21, 2023-10-14T00:01:45.470 INFO:tasks.workunit.client.0.smithi055.stdout: "transfer_cache_freelist": 1491968, 2023-10-14T00:01:45.470 INFO:tasks.workunit.client.0.smithi055.stdout: "use_by_application": 23567152, 2023-10-14T00:01:45.470 INFO:tasks.workunit.client.0.smithi055.stdout: "virtual_address_space_used": 46587904 2023-10-14T00:01:45.470 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.471 INFO:tasks.workunit.client.0.smithi055.stdout: "mon.e513189af8e16af30d759e02fa4360520f3b5a75": { 2023-10-14T00:01:45.471 INFO:tasks.workunit.client.0.smithi055.stdout: "actual_memory_used": 43048960, 2023-10-14T00:01:45.471 INFO:tasks.workunit.client.0.smithi055.stdout: "central_cache_freelist": 1292872, 2023-10-14T00:01:45.471 INFO:tasks.workunit.client.0.smithi055.stdout: "malloc_metadata": 2752512, 2023-10-14T00:01:45.471 INFO:tasks.workunit.client.0.smithi055.stdout: "page_heap_freelist": 0, 2023-10-14T00:01:45.472 INFO:tasks.workunit.client.0.smithi055.stdout: "released_to_os": 4497408, 2023-10-14T00:01:45.472 INFO:tasks.workunit.client.0.smithi055.stdout: "spans_in_use": 1503, 2023-10-14T00:01:45.472 INFO:tasks.workunit.client.0.smithi055.stdout: "tcmalloc_page_size": 8192, 2023-10-14T00:01:45.472 INFO:tasks.workunit.client.0.smithi055.stdout: "thread_cache_freelists": 9698392, 2023-10-14T00:01:45.472 INFO:tasks.workunit.client.0.smithi055.stdout: "thread_heaps_in_use": 23, 2023-10-14T00:01:45.472 INFO:tasks.workunit.client.0.smithi055.stdout: "transfer_cache_freelist": 2550784, 2023-10-14T00:01:45.473 INFO:tasks.workunit.client.0.smithi055.stdout: "use_by_application": 26754400, 2023-10-14T00:01:45.473 INFO:tasks.workunit.client.0.smithi055.stdout: "virtual_address_space_used": 47546368 2023-10-14T00:01:45.473 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.473 INFO:tasks.workunit.client.0.smithi055.stdout: "mon.fe904ab04ef150d6a4985b523e27aa3168a6aa96": { 2023-10-14T00:01:45.473 INFO:tasks.workunit.client.0.smithi055.stdout: "actual_memory_used": 35504128, 2023-10-14T00:01:45.474 INFO:tasks.workunit.client.0.smithi055.stdout: "central_cache_freelist": 793736, 2023-10-14T00:01:45.474 INFO:tasks.workunit.client.0.smithi055.stdout: "malloc_metadata": 2752512, 2023-10-14T00:01:45.474 INFO:tasks.workunit.client.0.smithi055.stdout: "page_heap_freelist": 0, 2023-10-14T00:01:45.474 INFO:tasks.workunit.client.0.smithi055.stdout: "released_to_os": 11075584, 2023-10-14T00:01:45.474 INFO:tasks.workunit.client.0.smithi055.stdout: "spans_in_use": 1090, 2023-10-14T00:01:45.475 INFO:tasks.workunit.client.0.smithi055.stdout: "tcmalloc_page_size": 8192, 2023-10-14T00:01:45.475 INFO:tasks.workunit.client.0.smithi055.stdout: "thread_cache_freelists": 7396824, 2023-10-14T00:01:45.475 INFO:tasks.workunit.client.0.smithi055.stdout: "thread_heaps_in_use": 21, 2023-10-14T00:01:45.475 INFO:tasks.workunit.client.0.smithi055.stdout: "transfer_cache_freelist": 1447424, 2023-10-14T00:01:45.475 INFO:tasks.workunit.client.0.smithi055.stdout: "use_by_application": 23113632, 2023-10-14T00:01:45.476 INFO:tasks.workunit.client.0.smithi055.stdout: "virtual_address_space_used": 46579712 2023-10-14T00:01:45.476 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:45.476 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.476 INFO:tasks.workunit.client.0.smithi055.stdout: "osd": { 2023-10-14T00:01:45.476 INFO:tasks.workunit.client.0.smithi055.stdout: "osd.0": { 2023-10-14T00:01:45.477 INFO:tasks.workunit.client.0.smithi055.stdout: "actual_memory_used": 272654336, 2023-10-14T00:01:45.477 INFO:tasks.workunit.client.0.smithi055.stdout: "central_cache_freelist": 908344, 2023-10-14T00:01:45.477 INFO:tasks.workunit.client.0.smithi055.stdout: "malloc_metadata": 2883584, 2023-10-14T00:01:45.477 INFO:tasks.workunit.client.0.smithi055.stdout: "page_heap_freelist": 0, 2023-10-14T00:01:45.477 INFO:tasks.workunit.client.0.smithi055.stdout: "released_to_os": 1138688, 2023-10-14T00:01:45.478 INFO:tasks.workunit.client.0.smithi055.stdout: "spans_in_use": 1271, 2023-10-14T00:01:45.478 INFO:tasks.workunit.client.0.smithi055.stdout: "tcmalloc_page_size": 8192, 2023-10-14T00:01:45.478 INFO:tasks.workunit.client.0.smithi055.stdout: "thread_cache_freelists": 4913600, 2023-10-14T00:01:45.478 INFO:tasks.workunit.client.0.smithi055.stdout: "thread_heaps_in_use": 45, 2023-10-14T00:01:45.478 INFO:tasks.workunit.client.0.smithi055.stdout: "transfer_cache_freelist": 2610432, 2023-10-14T00:01:45.479 INFO:tasks.workunit.client.0.smithi055.stdout: "use_by_application": 261338376, 2023-10-14T00:01:45.479 INFO:tasks.workunit.client.0.smithi055.stdout: "virtual_address_space_used": 273793024 2023-10-14T00:01:45.479 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.479 INFO:tasks.workunit.client.0.smithi055.stdout: "osd.1": { 2023-10-14T00:01:45.479 INFO:tasks.workunit.client.0.smithi055.stdout: "actual_memory_used": 239255552, 2023-10-14T00:01:45.480 INFO:tasks.workunit.client.0.smithi055.stdout: "central_cache_freelist": 937304, 2023-10-14T00:01:45.480 INFO:tasks.workunit.client.0.smithi055.stdout: "malloc_metadata": 2883584, 2023-10-14T00:01:45.480 INFO:tasks.workunit.client.0.smithi055.stdout: "page_heap_freelist": 122880, 2023-10-14T00:01:45.480 INFO:tasks.workunit.client.0.smithi055.stdout: "released_to_os": 0, 2023-10-14T00:01:45.480 INFO:tasks.workunit.client.0.smithi055.stdout: "spans_in_use": 1231, 2023-10-14T00:01:45.480 INFO:tasks.workunit.client.0.smithi055.stdout: "tcmalloc_page_size": 8192, 2023-10-14T00:01:45.481 INFO:tasks.workunit.client.0.smithi055.stdout: "thread_cache_freelists": 4932032, 2023-10-14T00:01:45.481 INFO:tasks.workunit.client.0.smithi055.stdout: "thread_heaps_in_use": 46, 2023-10-14T00:01:45.481 INFO:tasks.workunit.client.0.smithi055.stdout: "transfer_cache_freelist": 2496768, 2023-10-14T00:01:45.481 INFO:tasks.workunit.client.0.smithi055.stdout: "use_by_application": 227882984, 2023-10-14T00:01:45.481 INFO:tasks.workunit.client.0.smithi055.stdout: "virtual_address_space_used": 239255552 2023-10-14T00:01:45.482 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.482 INFO:tasks.workunit.client.0.smithi055.stdout: "osd.2": { 2023-10-14T00:01:45.482 INFO:tasks.workunit.client.0.smithi055.stdout: "actual_memory_used": 239558656, 2023-10-14T00:01:45.482 INFO:tasks.workunit.client.0.smithi055.stdout: "central_cache_freelist": 878032, 2023-10-14T00:01:45.482 INFO:tasks.workunit.client.0.smithi055.stdout: "malloc_metadata": 4980736, 2023-10-14T00:01:45.483 INFO:tasks.workunit.client.0.smithi055.stdout: "page_heap_freelist": 0, 2023-10-14T00:01:45.483 INFO:tasks.workunit.client.0.smithi055.stdout: "released_to_os": 1662976, 2023-10-14T00:01:45.483 INFO:tasks.workunit.client.0.smithi055.stdout: "spans_in_use": 1149, 2023-10-14T00:01:45.483 INFO:tasks.workunit.client.0.smithi055.stdout: "tcmalloc_page_size": 8192, 2023-10-14T00:01:45.484 INFO:tasks.workunit.client.0.smithi055.stdout: "thread_cache_freelists": 4253280, 2023-10-14T00:01:45.484 INFO:tasks.workunit.client.0.smithi055.stdout: "thread_heaps_in_use": 46, 2023-10-14T00:01:45.484 INFO:tasks.workunit.client.0.smithi055.stdout: "transfer_cache_freelist": 2515712, 2023-10-14T00:01:45.484 INFO:tasks.workunit.client.0.smithi055.stdout: "use_by_application": 226930896, 2023-10-14T00:01:45.484 INFO:tasks.workunit.client.0.smithi055.stdout: "virtual_address_space_used": 241221632 2023-10-14T00:01:45.485 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.485 INFO:tasks.workunit.client.0.smithi055.stdout: "osd.3": { 2023-10-14T00:01:45.485 INFO:tasks.workunit.client.0.smithi055.stdout: "actual_memory_used": 270802944, 2023-10-14T00:01:45.485 INFO:tasks.workunit.client.0.smithi055.stdout: "central_cache_freelist": 591936, 2023-10-14T00:01:45.485 INFO:tasks.workunit.client.0.smithi055.stdout: "malloc_metadata": 2883584, 2023-10-14T00:01:45.486 INFO:tasks.workunit.client.0.smithi055.stdout: "page_heap_freelist": 0, 2023-10-14T00:01:45.486 INFO:tasks.workunit.client.0.smithi055.stdout: "released_to_os": 2007040, 2023-10-14T00:01:45.486 INFO:tasks.workunit.client.0.smithi055.stdout: "spans_in_use": 1124, 2023-10-14T00:01:45.486 INFO:tasks.workunit.client.0.smithi055.stdout: "tcmalloc_page_size": 8192, 2023-10-14T00:01:45.486 INFO:tasks.workunit.client.0.smithi055.stdout: "thread_cache_freelists": 4588104, 2023-10-14T00:01:45.487 INFO:tasks.workunit.client.0.smithi055.stdout: "thread_heaps_in_use": 45, 2023-10-14T00:01:45.487 INFO:tasks.workunit.client.0.smithi055.stdout: "transfer_cache_freelist": 1706752, 2023-10-14T00:01:45.487 INFO:tasks.workunit.client.0.smithi055.stdout: "use_by_application": 261032568, 2023-10-14T00:01:45.487 INFO:tasks.workunit.client.0.smithi055.stdout: "virtual_address_space_used": 272809984 2023-10-14T00:01:45.487 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.488 INFO:tasks.workunit.client.0.smithi055.stdout: "osd.4": { 2023-10-14T00:01:45.488 INFO:tasks.workunit.client.0.smithi055.stdout: "actual_memory_used": 271024128, 2023-10-14T00:01:45.488 INFO:tasks.workunit.client.0.smithi055.stdout: "central_cache_freelist": 562696, 2023-10-14T00:01:45.488 INFO:tasks.workunit.client.0.smithi055.stdout: "malloc_metadata": 2883584, 2023-10-14T00:01:45.488 INFO:tasks.workunit.client.0.smithi055.stdout: "page_heap_freelist": 0, 2023-10-14T00:01:45.489 INFO:tasks.workunit.client.0.smithi055.stdout: "released_to_os": 671744, 2023-10-14T00:01:45.489 INFO:tasks.workunit.client.0.smithi055.stdout: "spans_in_use": 1137, 2023-10-14T00:01:45.489 INFO:tasks.workunit.client.0.smithi055.stdout: "tcmalloc_page_size": 8192, 2023-10-14T00:01:45.489 INFO:tasks.workunit.client.0.smithi055.stdout: "thread_cache_freelists": 4794432, 2023-10-14T00:01:45.489 INFO:tasks.workunit.client.0.smithi055.stdout: "thread_heaps_in_use": 47, 2023-10-14T00:01:45.490 INFO:tasks.workunit.client.0.smithi055.stdout: "transfer_cache_freelist": 1666560, 2023-10-14T00:01:45.490 INFO:tasks.workunit.client.0.smithi055.stdout: "use_by_application": 261116856, 2023-10-14T00:01:45.490 INFO:tasks.workunit.client.0.smithi055.stdout: "virtual_address_space_used": 271695872 2023-10-14T00:01:45.490 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.490 INFO:tasks.workunit.client.0.smithi055.stdout: "osd.5": { 2023-10-14T00:01:45.491 INFO:tasks.workunit.client.0.smithi055.stdout: "actual_memory_used": 240492544, 2023-10-14T00:01:45.491 INFO:tasks.workunit.client.0.smithi055.stdout: "central_cache_freelist": 1018344, 2023-10-14T00:01:45.491 INFO:tasks.workunit.client.0.smithi055.stdout: "malloc_metadata": 4980736, 2023-10-14T00:01:45.491 INFO:tasks.workunit.client.0.smithi055.stdout: "page_heap_freelist": 0, 2023-10-14T00:01:45.492 INFO:tasks.workunit.client.0.smithi055.stdout: "released_to_os": 860160, 2023-10-14T00:01:45.492 INFO:tasks.workunit.client.0.smithi055.stdout: "spans_in_use": 1157, 2023-10-14T00:01:45.492 INFO:tasks.workunit.client.0.smithi055.stdout: "tcmalloc_page_size": 8192, 2023-10-14T00:01:45.492 INFO:tasks.workunit.client.0.smithi055.stdout: "thread_cache_freelists": 4883136, 2023-10-14T00:01:45.492 INFO:tasks.workunit.client.0.smithi055.stdout: "thread_heaps_in_use": 46, 2023-10-14T00:01:45.493 INFO:tasks.workunit.client.0.smithi055.stdout: "transfer_cache_freelist": 1556224, 2023-10-14T00:01:45.493 INFO:tasks.workunit.client.0.smithi055.stdout: "use_by_application": 228054104, 2023-10-14T00:01:45.493 INFO:tasks.workunit.client.0.smithi055.stdout: "virtual_address_space_used": 241352704 2023-10-14T00:01:45.493 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.493 INFO:tasks.workunit.client.0.smithi055.stdout: "osd.6": { 2023-10-14T00:01:45.494 INFO:tasks.workunit.client.0.smithi055.stdout: "actual_memory_used": 238239744, 2023-10-14T00:01:45.494 INFO:tasks.workunit.client.0.smithi055.stdout: "central_cache_freelist": 1161896, 2023-10-14T00:01:45.494 INFO:tasks.workunit.client.0.smithi055.stdout: "malloc_metadata": 2883584, 2023-10-14T00:01:45.494 INFO:tasks.workunit.client.0.smithi055.stdout: "page_heap_freelist": 0, 2023-10-14T00:01:45.494 INFO:tasks.workunit.client.0.smithi055.stdout: "released_to_os": 950272, 2023-10-14T00:01:45.495 INFO:tasks.workunit.client.0.smithi055.stdout: "spans_in_use": 1161, 2023-10-14T00:01:45.495 INFO:tasks.workunit.client.0.smithi055.stdout: "tcmalloc_page_size": 8192, 2023-10-14T00:01:45.495 INFO:tasks.workunit.client.0.smithi055.stdout: "thread_cache_freelists": 4801192, 2023-10-14T00:01:45.495 INFO:tasks.workunit.client.0.smithi055.stdout: "thread_heaps_in_use": 46, 2023-10-14T00:01:45.495 INFO:tasks.workunit.client.0.smithi055.stdout: "transfer_cache_freelist": 1993728, 2023-10-14T00:01:45.496 INFO:tasks.workunit.client.0.smithi055.stdout: "use_by_application": 227399344, 2023-10-14T00:01:45.496 INFO:tasks.workunit.client.0.smithi055.stdout: "virtual_address_space_used": 239190016 2023-10-14T00:01:45.496 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.496 INFO:tasks.workunit.client.0.smithi055.stdout: "osd.7": { 2023-10-14T00:01:45.496 INFO:tasks.workunit.client.0.smithi055.stdout: "actual_memory_used": 238886912, 2023-10-14T00:01:45.496 INFO:tasks.workunit.client.0.smithi055.stdout: "central_cache_freelist": 1166256, 2023-10-14T00:01:45.497 INFO:tasks.workunit.client.0.smithi055.stdout: "malloc_metadata": 2883584, 2023-10-14T00:01:45.497 INFO:tasks.workunit.client.0.smithi055.stdout: "page_heap_freelist": 0, 2023-10-14T00:01:45.497 INFO:tasks.workunit.client.0.smithi055.stdout: "released_to_os": 368640, 2023-10-14T00:01:45.497 INFO:tasks.workunit.client.0.smithi055.stdout: "spans_in_use": 1214, 2023-10-14T00:01:45.497 INFO:tasks.workunit.client.0.smithi055.stdout: "tcmalloc_page_size": 8192, 2023-10-14T00:01:45.498 INFO:tasks.workunit.client.0.smithi055.stdout: "thread_cache_freelists": 4990656, 2023-10-14T00:01:45.498 INFO:tasks.workunit.client.0.smithi055.stdout: "thread_heaps_in_use": 45, 2023-10-14T00:01:45.498 INFO:tasks.workunit.client.0.smithi055.stdout: "transfer_cache_freelist": 2152704, 2023-10-14T00:01:45.498 INFO:tasks.workunit.client.0.smithi055.stdout: "use_by_application": 227693712, 2023-10-14T00:01:45.498 INFO:tasks.workunit.client.0.smithi055.stdout: "virtual_address_space_used": 239255552 2023-10-14T00:01:45.499 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:45.499 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:45.499 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.499 INFO:tasks.workunit.client.0.smithi055.stdout: "hosts": { 2023-10-14T00:01:45.499 INFO:tasks.workunit.client.0.smithi055.stdout: "num": 2, 2023-10-14T00:01:45.500 INFO:tasks.workunit.client.0.smithi055.stdout: "num_with_mds": 2, 2023-10-14T00:01:45.500 INFO:tasks.workunit.client.0.smithi055.stdout: "num_with_mgr": 2, 2023-10-14T00:01:45.500 INFO:tasks.workunit.client.0.smithi055.stdout: "num_with_mon": 2, 2023-10-14T00:01:45.500 INFO:tasks.workunit.client.0.smithi055.stdout: "num_with_osd": 2 2023-10-14T00:01:45.500 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.501 INFO:tasks.workunit.client.0.smithi055.stdout: "io_rate": { 2023-10-14T00:01:45.501 INFO:tasks.workunit.client.0.smithi055.stdout: "pg_stats_delta": { 2023-10-14T00:01:45.501 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": 0, 2023-10-14T00:01:45.501 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:45.501 INFO:tasks.workunit.client.0.smithi055.stdout: "num_store_stats": 0, 2023-10-14T00:01:45.502 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:45.502 INFO:tasks.workunit.client.0.smithi055.stdout: "stamp_delta": "12.002378", 2023-10-14T00:01:45.502 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:45.502 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 282, 2023-10-14T00:01:45.502 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:45.503 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:45.503 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:45.503 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:45.503 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:45.503 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:45.504 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:45.504 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:45.504 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:45.504 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:45.504 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:45.505 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:45.505 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:45.505 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:45.505 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:45.505 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:45.505 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:45.506 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:45.506 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:45.506 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:45.506 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:45.506 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:45.507 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:45.507 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:45.507 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:45.507 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:45.507 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:45.508 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:45.508 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:45.508 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:45.508 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:45.508 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:45.509 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 100, 2023-10-14T00:01:45.509 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 90, 2023-10-14T00:01:45.509 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:45.509 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:45.509 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:45.510 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 43, 2023-10-14T00:01:45.510 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 3 2023-10-14T00:01:45.510 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.510 INFO:tasks.workunit.client.0.smithi055.stdout: "store_stats": { 2023-10-14T00:01:45.510 INFO:tasks.workunit.client.0.smithi055.stdout: "allocated": 0, 2023-10-14T00:01:45.511 INFO:tasks.workunit.client.0.smithi055.stdout: "available": 0, 2023-10-14T00:01:45.511 INFO:tasks.workunit.client.0.smithi055.stdout: "data_compressed": 0, 2023-10-14T00:01:45.511 INFO:tasks.workunit.client.0.smithi055.stdout: "data_compressed_allocated": 0, 2023-10-14T00:01:45.511 INFO:tasks.workunit.client.0.smithi055.stdout: "data_compressed_original": 0, 2023-10-14T00:01:45.511 INFO:tasks.workunit.client.0.smithi055.stdout: "data_stored": 0, 2023-10-14T00:01:45.512 INFO:tasks.workunit.client.0.smithi055.stdout: "internal_metadata": 0, 2023-10-14T00:01:45.512 INFO:tasks.workunit.client.0.smithi055.stdout: "internally_reserved": 0, 2023-10-14T00:01:45.512 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_allocated": 0, 2023-10-14T00:01:45.512 INFO:tasks.workunit.client.0.smithi055.stdout: "total": 0 2023-10-14T00:01:45.512 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.513 INFO:tasks.workunit.client.0.smithi055.stdout: "up": 0 2023-10-14T00:01:45.513 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:45.513 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.513 INFO:tasks.workunit.client.0.smithi055.stdout: "leaderboard": false, 2023-10-14T00:01:45.513 INFO:tasks.workunit.client.0.smithi055.stdout: "license": "sharing-1-0", 2023-10-14T00:01:45.513 INFO:tasks.workunit.client.0.smithi055.stdout: "mempool": { 2023-10-14T00:01:45.514 INFO:tasks.workunit.client.0.smithi055.stdout: "mds": { 2023-10-14T00:01:45.514 INFO:tasks.workunit.client.0.smithi055.stdout: "mds.e513189af8e16af30d759e02fa4360520f3b5a75": { 2023-10-14T00:01:45.514 INFO:tasks.workunit.client.0.smithi055.stdout: "bloom_filter": { 2023-10-14T00:01:45.514 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.515 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.515 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.515 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs": { 2023-10-14T00:01:45.515 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.515 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.515 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.516 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs_file_reader": { 2023-10-14T00:01:45.516 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.516 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.516 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.516 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs_file_writer": { 2023-10-14T00:01:45.517 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.517 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.517 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.517 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Blob": { 2023-10-14T00:01:45.517 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.518 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.518 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.518 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Buffer": { 2023-10-14T00:01:45.518 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.518 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.519 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.519 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Extent": { 2023-10-14T00:01:45.519 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.519 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.519 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.520 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_SharedBlob": { 2023-10-14T00:01:45.520 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.520 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.520 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.520 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_alloc": { 2023-10-14T00:01:45.521 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.521 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.521 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.521 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_data": { 2023-10-14T00:01:45.521 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.521 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.522 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.522 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_meta": { 2023-10-14T00:01:45.522 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.522 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.522 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.523 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_onode": { 2023-10-14T00:01:45.523 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.523 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.523 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.523 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_other": { 2023-10-14T00:01:45.524 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.524 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.524 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.524 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_fsck": { 2023-10-14T00:01:45.524 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.525 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.525 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.525 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_inline_bl": { 2023-10-14T00:01:45.525 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.525 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.526 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.526 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_txc": { 2023-10-14T00:01:45.526 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.526 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.526 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.527 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_writing": { 2023-10-14T00:01:45.527 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.527 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.527 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.527 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_writing_deferred": { 2023-10-14T00:01:45.527 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.528 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.528 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.528 INFO:tasks.workunit.client.0.smithi055.stdout: "buffer_anon": { 2023-10-14T00:01:45.528 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 149321, 2023-10-14T00:01:45.528 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 32 2023-10-14T00:01:45.529 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.529 INFO:tasks.workunit.client.0.smithi055.stdout: "buffer_meta": { 2023-10-14T00:01:45.529 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.529 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.529 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.530 INFO:tasks.workunit.client.0.smithi055.stdout: "mds_co": { 2023-10-14T00:01:45.530 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 856, 2023-10-14T00:01:45.530 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 2 2023-10-14T00:01:45.530 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.530 INFO:tasks.workunit.client.0.smithi055.stdout: "osd": { 2023-10-14T00:01:45.530 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.531 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.531 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.531 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mapbl": { 2023-10-14T00:01:45.531 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.531 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.532 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.532 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_pglog": { 2023-10-14T00:01:45.532 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.532 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.532 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.533 INFO:tasks.workunit.client.0.smithi055.stdout: "osdmap": { 2023-10-14T00:01:45.533 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.533 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.533 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.533 INFO:tasks.workunit.client.0.smithi055.stdout: "osdmap_mapping": { 2023-10-14T00:01:45.533 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.534 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.534 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.534 INFO:tasks.workunit.client.0.smithi055.stdout: "pgmap": { 2023-10-14T00:01:45.534 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.534 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.535 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.535 INFO:tasks.workunit.client.0.smithi055.stdout: "unittest_1": { 2023-10-14T00:01:45.535 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.535 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.535 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.536 INFO:tasks.workunit.client.0.smithi055.stdout: "unittest_2": { 2023-10-14T00:01:45.536 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.536 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.536 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:45.536 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.537 INFO:tasks.workunit.client.0.smithi055.stdout: "mds.fe904ab04ef150d6a4985b523e27aa3168a6aa96": { 2023-10-14T00:01:45.537 INFO:tasks.workunit.client.0.smithi055.stdout: "bloom_filter": { 2023-10-14T00:01:45.537 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.537 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.537 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.537 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs": { 2023-10-14T00:01:45.538 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.538 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.538 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.538 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs_file_reader": { 2023-10-14T00:01:45.538 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.539 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.539 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.539 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs_file_writer": { 2023-10-14T00:01:45.539 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.540 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.540 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.540 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Blob": { 2023-10-14T00:01:45.540 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.540 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.541 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.541 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Buffer": { 2023-10-14T00:01:45.541 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.541 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.541 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.542 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Extent": { 2023-10-14T00:01:45.542 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.542 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.542 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.542 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_SharedBlob": { 2023-10-14T00:01:45.542 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.543 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.543 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.543 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_alloc": { 2023-10-14T00:01:45.543 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.544 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.544 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.544 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_data": { 2023-10-14T00:01:45.544 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.544 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.545 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.545 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_meta": { 2023-10-14T00:01:45.545 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.545 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.545 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.546 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_onode": { 2023-10-14T00:01:45.546 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.546 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.546 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.546 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_other": { 2023-10-14T00:01:45.547 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.547 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.547 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.547 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_fsck": { 2023-10-14T00:01:45.547 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.547 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.548 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.548 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_inline_bl": { 2023-10-14T00:01:45.548 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.548 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.548 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.549 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_txc": { 2023-10-14T00:01:45.549 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.549 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.549 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.549 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_writing": { 2023-10-14T00:01:45.550 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.550 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.550 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.550 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_writing_deferred": { 2023-10-14T00:01:45.550 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.550 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.551 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.551 INFO:tasks.workunit.client.0.smithi055.stdout: "buffer_anon": { 2023-10-14T00:01:45.551 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 213383, 2023-10-14T00:01:45.551 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 63 2023-10-14T00:01:45.551 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.552 INFO:tasks.workunit.client.0.smithi055.stdout: "buffer_meta": { 2023-10-14T00:01:45.552 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.552 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.552 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.552 INFO:tasks.workunit.client.0.smithi055.stdout: "mds_co": { 2023-10-14T00:01:45.553 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 50488, 2023-10-14T00:01:45.553 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 208 2023-10-14T00:01:45.553 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.553 INFO:tasks.workunit.client.0.smithi055.stdout: "osd": { 2023-10-14T00:01:45.553 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.553 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.554 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.554 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mapbl": { 2023-10-14T00:01:45.554 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.554 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.554 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.555 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_pglog": { 2023-10-14T00:01:45.555 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.555 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.555 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.555 INFO:tasks.workunit.client.0.smithi055.stdout: "osdmap": { 2023-10-14T00:01:45.556 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 7848, 2023-10-14T00:01:45.556 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 124 2023-10-14T00:01:45.556 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.556 INFO:tasks.workunit.client.0.smithi055.stdout: "osdmap_mapping": { 2023-10-14T00:01:45.556 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.556 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.557 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.557 INFO:tasks.workunit.client.0.smithi055.stdout: "pgmap": { 2023-10-14T00:01:45.557 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.557 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.557 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.558 INFO:tasks.workunit.client.0.smithi055.stdout: "unittest_1": { 2023-10-14T00:01:45.558 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.558 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.558 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.558 INFO:tasks.workunit.client.0.smithi055.stdout: "unittest_2": { 2023-10-14T00:01:45.559 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.559 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.559 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:45.559 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:45.559 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.560 INFO:tasks.workunit.client.0.smithi055.stdout: "mon": { 2023-10-14T00:01:45.560 INFO:tasks.workunit.client.0.smithi055.stdout: "mon.4ad42e274cc0bc9b8d575c1c862599e300500f8e": { 2023-10-14T00:01:45.560 INFO:tasks.workunit.client.0.smithi055.stdout: "bloom_filter": { 2023-10-14T00:01:45.560 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.560 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.561 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.561 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs": { 2023-10-14T00:01:45.561 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.561 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.561 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.561 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs_file_reader": { 2023-10-14T00:01:45.562 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.562 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.562 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.562 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs_file_writer": { 2023-10-14T00:01:45.562 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.563 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.563 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.563 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Blob": { 2023-10-14T00:01:45.563 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.563 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.564 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.564 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Buffer": { 2023-10-14T00:01:45.564 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.564 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.564 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.564 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Extent": { 2023-10-14T00:01:45.565 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.565 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.565 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.565 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_SharedBlob": { 2023-10-14T00:01:45.565 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.566 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.566 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.566 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_alloc": { 2023-10-14T00:01:45.566 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.566 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.567 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.567 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_data": { 2023-10-14T00:01:45.567 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.567 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.567 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.568 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_meta": { 2023-10-14T00:01:45.568 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.568 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.568 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.568 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_onode": { 2023-10-14T00:01:45.569 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.569 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.569 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.569 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_other": { 2023-10-14T00:01:45.569 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.569 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.570 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.570 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_fsck": { 2023-10-14T00:01:45.570 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.570 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.570 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.571 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_inline_bl": { 2023-10-14T00:01:45.571 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.571 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.571 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.571 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_txc": { 2023-10-14T00:01:45.572 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.572 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.572 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.572 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_writing": { 2023-10-14T00:01:45.572 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.573 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.573 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.573 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_writing_deferred": { 2023-10-14T00:01:45.573 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.573 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.574 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.574 INFO:tasks.workunit.client.0.smithi055.stdout: "buffer_anon": { 2023-10-14T00:01:45.574 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 1069015, 2023-10-14T00:01:45.574 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 355 2023-10-14T00:01:45.574 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.575 INFO:tasks.workunit.client.0.smithi055.stdout: "buffer_meta": { 2023-10-14T00:01:45.575 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.575 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.575 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.575 INFO:tasks.workunit.client.0.smithi055.stdout: "mds_co": { 2023-10-14T00:01:45.576 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.576 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.576 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.576 INFO:tasks.workunit.client.0.smithi055.stdout: "osd": { 2023-10-14T00:01:45.576 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.576 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.577 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.577 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mapbl": { 2023-10-14T00:01:45.577 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.577 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.577 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.578 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_pglog": { 2023-10-14T00:01:45.578 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.578 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.578 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.578 INFO:tasks.workunit.client.0.smithi055.stdout: "osdmap": { 2023-10-14T00:01:45.579 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 6496, 2023-10-14T00:01:45.579 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 123 2023-10-14T00:01:45.579 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.579 INFO:tasks.workunit.client.0.smithi055.stdout: "osdmap_mapping": { 2023-10-14T00:01:45.579 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 12744, 2023-10-14T00:01:45.580 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 1546 2023-10-14T00:01:45.580 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.580 INFO:tasks.workunit.client.0.smithi055.stdout: "pgmap": { 2023-10-14T00:01:45.580 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 5152, 2023-10-14T00:01:45.580 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 83 2023-10-14T00:01:45.581 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.581 INFO:tasks.workunit.client.0.smithi055.stdout: "unittest_1": { 2023-10-14T00:01:45.581 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.581 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.581 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.582 INFO:tasks.workunit.client.0.smithi055.stdout: "unittest_2": { 2023-10-14T00:01:45.582 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.582 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.582 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:45.582 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.583 INFO:tasks.workunit.client.0.smithi055.stdout: "mon.e513189af8e16af30d759e02fa4360520f3b5a75": { 2023-10-14T00:01:45.583 INFO:tasks.workunit.client.0.smithi055.stdout: "bloom_filter": { 2023-10-14T00:01:45.583 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.583 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.583 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.584 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs": { 2023-10-14T00:01:45.584 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.584 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.584 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.584 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs_file_reader": { 2023-10-14T00:01:45.585 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.585 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.585 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.585 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs_file_writer": { 2023-10-14T00:01:45.585 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.586 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.586 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.586 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Blob": { 2023-10-14T00:01:45.586 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.586 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.587 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.587 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Buffer": { 2023-10-14T00:01:45.587 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.587 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.587 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.588 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Extent": { 2023-10-14T00:01:45.588 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.588 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.588 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.588 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_SharedBlob": { 2023-10-14T00:01:45.588 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.589 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.589 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.589 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_alloc": { 2023-10-14T00:01:45.589 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.589 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.590 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.590 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_data": { 2023-10-14T00:01:45.590 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.590 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.590 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.591 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_meta": { 2023-10-14T00:01:45.591 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.591 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.591 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.591 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_onode": { 2023-10-14T00:01:45.592 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.593 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.593 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.594 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_other": { 2023-10-14T00:01:45.594 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.594 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.594 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.594 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_fsck": { 2023-10-14T00:01:45.595 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.595 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.595 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.595 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_inline_bl": { 2023-10-14T00:01:45.595 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.596 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.596 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.596 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_txc": { 2023-10-14T00:01:45.596 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.596 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.597 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.597 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_writing": { 2023-10-14T00:01:45.597 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.597 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.597 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.598 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_writing_deferred": { 2023-10-14T00:01:45.598 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.598 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.598 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.598 INFO:tasks.workunit.client.0.smithi055.stdout: "buffer_anon": { 2023-10-14T00:01:45.599 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 1099555, 2023-10-14T00:01:45.599 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 340 2023-10-14T00:01:45.599 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.599 INFO:tasks.workunit.client.0.smithi055.stdout: "buffer_meta": { 2023-10-14T00:01:45.599 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 616, 2023-10-14T00:01:45.600 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 7 2023-10-14T00:01:45.600 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.600 INFO:tasks.workunit.client.0.smithi055.stdout: "mds_co": { 2023-10-14T00:01:45.600 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.600 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.600 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.601 INFO:tasks.workunit.client.0.smithi055.stdout: "osd": { 2023-10-14T00:01:45.601 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.601 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.601 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.601 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mapbl": { 2023-10-14T00:01:45.602 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.602 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.602 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.602 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_pglog": { 2023-10-14T00:01:45.602 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.603 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.603 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.603 INFO:tasks.workunit.client.0.smithi055.stdout: "osdmap": { 2023-10-14T00:01:45.603 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 6496, 2023-10-14T00:01:45.603 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 123 2023-10-14T00:01:45.604 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.604 INFO:tasks.workunit.client.0.smithi055.stdout: "osdmap_mapping": { 2023-10-14T00:01:45.604 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 12744, 2023-10-14T00:01:45.604 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 1546 2023-10-14T00:01:45.604 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.604 INFO:tasks.workunit.client.0.smithi055.stdout: "pgmap": { 2023-10-14T00:01:45.605 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 10304, 2023-10-14T00:01:45.605 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 166 2023-10-14T00:01:45.605 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.605 INFO:tasks.workunit.client.0.smithi055.stdout: "unittest_1": { 2023-10-14T00:01:45.605 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.606 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.606 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.606 INFO:tasks.workunit.client.0.smithi055.stdout: "unittest_2": { 2023-10-14T00:01:45.606 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.606 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.607 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:45.607 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.607 INFO:tasks.workunit.client.0.smithi055.stdout: "mon.fe904ab04ef150d6a4985b523e27aa3168a6aa96": { 2023-10-14T00:01:45.607 INFO:tasks.workunit.client.0.smithi055.stdout: "bloom_filter": { 2023-10-14T00:01:45.607 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.608 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.608 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.608 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs": { 2023-10-14T00:01:45.608 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.608 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.608 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.609 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs_file_reader": { 2023-10-14T00:01:45.609 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.609 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.609 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.609 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs_file_writer": { 2023-10-14T00:01:45.610 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.610 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.610 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.610 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Blob": { 2023-10-14T00:01:45.610 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.611 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.611 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.611 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Buffer": { 2023-10-14T00:01:45.611 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.611 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.611 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.612 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Extent": { 2023-10-14T00:01:45.612 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.612 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.612 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.612 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_SharedBlob": { 2023-10-14T00:01:45.613 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.613 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.613 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.613 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_alloc": { 2023-10-14T00:01:45.613 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.614 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.614 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.614 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_data": { 2023-10-14T00:01:45.614 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.614 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.614 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.615 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_meta": { 2023-10-14T00:01:45.615 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.615 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.615 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.615 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_onode": { 2023-10-14T00:01:45.616 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.616 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.616 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.616 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_other": { 2023-10-14T00:01:45.616 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.616 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.617 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.617 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_fsck": { 2023-10-14T00:01:45.617 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.617 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.617 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.618 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_inline_bl": { 2023-10-14T00:01:45.618 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.618 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.618 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.618 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_txc": { 2023-10-14T00:01:45.619 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.619 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.619 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.619 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_writing": { 2023-10-14T00:01:45.619 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.619 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.620 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.620 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_writing_deferred": { 2023-10-14T00:01:45.620 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.620 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.620 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.621 INFO:tasks.workunit.client.0.smithi055.stdout: "buffer_anon": { 2023-10-14T00:01:45.621 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 1082439, 2023-10-14T00:01:45.621 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 341 2023-10-14T00:01:45.621 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.621 INFO:tasks.workunit.client.0.smithi055.stdout: "buffer_meta": { 2023-10-14T00:01:45.622 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.622 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.622 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.622 INFO:tasks.workunit.client.0.smithi055.stdout: "mds_co": { 2023-10-14T00:01:45.622 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.622 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.623 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.623 INFO:tasks.workunit.client.0.smithi055.stdout: "osd": { 2023-10-14T00:01:45.623 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.623 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.623 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.624 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mapbl": { 2023-10-14T00:01:45.624 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.624 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.624 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.624 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_pglog": { 2023-10-14T00:01:45.625 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.625 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.625 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.625 INFO:tasks.workunit.client.0.smithi055.stdout: "osdmap": { 2023-10-14T00:01:45.625 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 6496, 2023-10-14T00:01:45.625 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 123 2023-10-14T00:01:45.626 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.626 INFO:tasks.workunit.client.0.smithi055.stdout: "osdmap_mapping": { 2023-10-14T00:01:45.626 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 12744, 2023-10-14T00:01:45.626 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 1546 2023-10-14T00:01:45.626 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.627 INFO:tasks.workunit.client.0.smithi055.stdout: "pgmap": { 2023-10-14T00:01:45.627 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 5152, 2023-10-14T00:01:45.627 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 83 2023-10-14T00:01:45.627 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.627 INFO:tasks.workunit.client.0.smithi055.stdout: "unittest_1": { 2023-10-14T00:01:45.628 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.628 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.628 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.628 INFO:tasks.workunit.client.0.smithi055.stdout: "unittest_2": { 2023-10-14T00:01:45.628 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.628 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.629 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:45.629 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:45.629 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.629 INFO:tasks.workunit.client.0.smithi055.stdout: "osd": { 2023-10-14T00:01:45.629 INFO:tasks.workunit.client.0.smithi055.stdout: "osd.0": { 2023-10-14T00:01:45.630 INFO:tasks.workunit.client.0.smithi055.stdout: "bloom_filter": { 2023-10-14T00:01:45.630 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.630 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.630 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.630 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs": { 2023-10-14T00:01:45.631 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 5832, 2023-10-14T00:01:45.631 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 98 2023-10-14T00:01:45.631 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.631 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs_file_reader": { 2023-10-14T00:01:45.631 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 12672, 2023-10-14T00:01:45.632 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 6 2023-10-14T00:01:45.632 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.632 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs_file_writer": { 2023-10-14T00:01:45.632 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 576, 2023-10-14T00:01:45.632 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 3 2023-10-14T00:01:45.632 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.633 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Blob": { 2023-10-14T00:01:45.633 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 19600, 2023-10-14T00:01:45.633 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 175 2023-10-14T00:01:45.633 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.633 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Buffer": { 2023-10-14T00:01:45.634 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 784, 2023-10-14T00:01:45.634 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 7 2023-10-14T00:01:45.634 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.634 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Extent": { 2023-10-14T00:01:45.634 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 8400, 2023-10-14T00:01:45.635 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 175 2023-10-14T00:01:45.635 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.635 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_SharedBlob": { 2023-10-14T00:01:45.635 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 19600, 2023-10-14T00:01:45.635 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 175 2023-10-14T00:01:45.636 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.636 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_alloc": { 2023-10-14T00:01:45.636 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 1360, 2023-10-14T00:01:45.636 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 17 2023-10-14T00:01:45.636 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.636 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_data": { 2023-10-14T00:01:45.637 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 154158, 2023-10-14T00:01:45.637 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 8 2023-10-14T00:01:45.637 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.637 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_meta": { 2023-10-14T00:01:45.637 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 48767, 2023-10-14T00:01:45.638 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 9045 2023-10-14T00:01:45.638 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.638 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_onode": { 2023-10-14T00:01:45.638 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 130560, 2023-10-14T00:01:45.638 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 192 2023-10-14T00:01:45.639 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.639 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_other": { 2023-10-14T00:01:45.639 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 11048, 2023-10-14T00:01:45.639 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 709 2023-10-14T00:01:45.639 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.640 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_fsck": { 2023-10-14T00:01:45.640 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.640 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.640 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.640 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_inline_bl": { 2023-10-14T00:01:45.641 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 30592, 2023-10-14T00:01:45.641 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 192 2023-10-14T00:01:45.641 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.641 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_txc": { 2023-10-14T00:01:45.641 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.642 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.642 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.642 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_writing": { 2023-10-14T00:01:45.642 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 388308, 2023-10-14T00:01:45.642 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 87 2023-10-14T00:01:45.643 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.643 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_writing_deferred": { 2023-10-14T00:01:45.643 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.643 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.644 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.644 INFO:tasks.workunit.client.0.smithi055.stdout: "buffer_anon": { 2023-10-14T00:01:45.644 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 2449662, 2023-10-14T00:01:45.644 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 194 2023-10-14T00:01:45.644 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.645 INFO:tasks.workunit.client.0.smithi055.stdout: "buffer_meta": { 2023-10-14T00:01:45.645 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 5896, 2023-10-14T00:01:45.645 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 67 2023-10-14T00:01:45.645 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.645 INFO:tasks.workunit.client.0.smithi055.stdout: "mds_co": { 2023-10-14T00:01:45.646 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.646 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.646 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.646 INFO:tasks.workunit.client.0.smithi055.stdout: "osd": { 2023-10-14T00:01:45.646 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 521280, 2023-10-14T00:01:45.647 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 45 2023-10-14T00:01:45.647 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.647 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mapbl": { 2023-10-14T00:01:45.647 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.648 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.648 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.648 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_pglog": { 2023-10-14T00:01:45.648 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 112320, 2023-10-14T00:01:45.648 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 220 2023-10-14T00:01:45.649 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.649 INFO:tasks.workunit.client.0.smithi055.stdout: "osdmap": { 2023-10-14T00:01:45.649 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 215448, 2023-10-14T00:01:45.649 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 3354 2023-10-14T00:01:45.649 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.649 INFO:tasks.workunit.client.0.smithi055.stdout: "osdmap_mapping": { 2023-10-14T00:01:45.650 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.650 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.650 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.650 INFO:tasks.workunit.client.0.smithi055.stdout: "pgmap": { 2023-10-14T00:01:45.650 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.651 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.651 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.651 INFO:tasks.workunit.client.0.smithi055.stdout: "unittest_1": { 2023-10-14T00:01:45.651 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.651 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.652 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.652 INFO:tasks.workunit.client.0.smithi055.stdout: "unittest_2": { 2023-10-14T00:01:45.652 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.652 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.652 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:45.653 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.653 INFO:tasks.workunit.client.0.smithi055.stdout: "osd.1": { 2023-10-14T00:01:45.653 INFO:tasks.workunit.client.0.smithi055.stdout: "bloom_filter": { 2023-10-14T00:01:45.653 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.653 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.653 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.654 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs": { 2023-10-14T00:01:45.654 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 5832, 2023-10-14T00:01:45.654 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 98 2023-10-14T00:01:45.654 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.654 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs_file_reader": { 2023-10-14T00:01:45.655 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 12672, 2023-10-14T00:01:45.655 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 6 2023-10-14T00:01:45.655 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.655 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs_file_writer": { 2023-10-14T00:01:45.655 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 576, 2023-10-14T00:01:45.656 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 3 2023-10-14T00:01:45.656 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.656 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Blob": { 2023-10-14T00:01:45.656 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 18256, 2023-10-14T00:01:45.656 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 163 2023-10-14T00:01:45.657 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.657 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Buffer": { 2023-10-14T00:01:45.657 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 1232, 2023-10-14T00:01:45.657 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 11 2023-10-14T00:01:45.657 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.658 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Extent": { 2023-10-14T00:01:45.658 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 7824, 2023-10-14T00:01:45.658 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 163 2023-10-14T00:01:45.658 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.658 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_SharedBlob": { 2023-10-14T00:01:45.659 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 18256, 2023-10-14T00:01:45.659 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 163 2023-10-14T00:01:45.659 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.659 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_alloc": { 2023-10-14T00:01:45.659 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 720, 2023-10-14T00:01:45.660 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 9 2023-10-14T00:01:45.660 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.660 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_data": { 2023-10-14T00:01:45.660 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 12288, 2023-10-14T00:01:45.660 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 3 2023-10-14T00:01:45.661 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.661 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_meta": { 2023-10-14T00:01:45.661 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 43655, 2023-10-14T00:01:45.661 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 8179 2023-10-14T00:01:45.661 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.662 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_onode": { 2023-10-14T00:01:45.662 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 122400, 2023-10-14T00:01:45.662 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 180 2023-10-14T00:01:45.662 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.662 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_other": { 2023-10-14T00:01:45.663 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 9276, 2023-10-14T00:01:45.663 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 539 2023-10-14T00:01:45.663 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.663 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_fsck": { 2023-10-14T00:01:45.663 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.664 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.664 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.664 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_inline_bl": { 2023-10-14T00:01:45.664 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 26916, 2023-10-14T00:01:45.664 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 180 2023-10-14T00:01:45.665 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.665 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_txc": { 2023-10-14T00:01:45.665 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 1472, 2023-10-14T00:01:45.665 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 2 2023-10-14T00:01:45.665 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.666 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_writing": { 2023-10-14T00:01:45.666 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 419202, 2023-10-14T00:01:45.666 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 94 2023-10-14T00:01:45.666 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.666 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_writing_deferred": { 2023-10-14T00:01:45.667 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 40192, 2023-10-14T00:01:45.667 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 10 2023-10-14T00:01:45.667 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.667 INFO:tasks.workunit.client.0.smithi055.stdout: "buffer_anon": { 2023-10-14T00:01:45.667 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 2442426, 2023-10-14T00:01:45.668 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 187 2023-10-14T00:01:45.668 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.668 INFO:tasks.workunit.client.0.smithi055.stdout: "buffer_meta": { 2023-10-14T00:01:45.668 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 5016, 2023-10-14T00:01:45.668 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 57 2023-10-14T00:01:45.669 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.669 INFO:tasks.workunit.client.0.smithi055.stdout: "mds_co": { 2023-10-14T00:01:45.669 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.669 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.669 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.670 INFO:tasks.workunit.client.0.smithi055.stdout: "osd": { 2023-10-14T00:01:45.670 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 451776, 2023-10-14T00:01:45.670 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 39 2023-10-14T00:01:45.670 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.670 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mapbl": { 2023-10-14T00:01:45.671 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.671 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.671 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.671 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_pglog": { 2023-10-14T00:01:45.671 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 7280, 2023-10-14T00:01:45.672 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 18 2023-10-14T00:01:45.672 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.672 INFO:tasks.workunit.client.0.smithi055.stdout: "osdmap": { 2023-10-14T00:01:45.672 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 215448, 2023-10-14T00:01:45.672 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 3354 2023-10-14T00:01:45.673 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.673 INFO:tasks.workunit.client.0.smithi055.stdout: "osdmap_mapping": { 2023-10-14T00:01:45.673 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.673 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.673 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.674 INFO:tasks.workunit.client.0.smithi055.stdout: "pgmap": { 2023-10-14T00:01:45.674 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.674 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.674 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.675 INFO:tasks.workunit.client.0.smithi055.stdout: "unittest_1": { 2023-10-14T00:01:45.675 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.675 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.675 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.675 INFO:tasks.workunit.client.0.smithi055.stdout: "unittest_2": { 2023-10-14T00:01:45.676 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.676 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.676 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:45.676 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.676 INFO:tasks.workunit.client.0.smithi055.stdout: "osd.2": { 2023-10-14T00:01:45.677 INFO:tasks.workunit.client.0.smithi055.stdout: "bloom_filter": { 2023-10-14T00:01:45.677 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.677 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.677 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.677 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs": { 2023-10-14T00:01:45.678 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 5832, 2023-10-14T00:01:45.678 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 98 2023-10-14T00:01:45.678 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.678 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs_file_reader": { 2023-10-14T00:01:45.678 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 12672, 2023-10-14T00:01:45.678 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 6 2023-10-14T00:01:45.679 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.679 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs_file_writer": { 2023-10-14T00:01:45.679 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 576, 2023-10-14T00:01:45.679 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 3 2023-10-14T00:01:45.679 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.680 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Blob": { 2023-10-14T00:01:45.680 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 18144, 2023-10-14T00:01:45.680 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 162 2023-10-14T00:01:45.680 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.680 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Buffer": { 2023-10-14T00:01:45.681 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 1344, 2023-10-14T00:01:45.681 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 12 2023-10-14T00:01:45.681 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.681 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Extent": { 2023-10-14T00:01:45.681 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 7776, 2023-10-14T00:01:45.682 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 162 2023-10-14T00:01:45.682 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.682 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_SharedBlob": { 2023-10-14T00:01:45.682 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 18144, 2023-10-14T00:01:45.682 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 162 2023-10-14T00:01:45.683 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.683 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_alloc": { 2023-10-14T00:01:45.683 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 720, 2023-10-14T00:01:45.683 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 9 2023-10-14T00:01:45.683 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.684 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_data": { 2023-10-14T00:01:45.684 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 22475, 2023-10-14T00:01:45.684 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 5 2023-10-14T00:01:45.684 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.684 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_meta": { 2023-10-14T00:01:45.685 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 41736, 2023-10-14T00:01:45.685 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 7870 2023-10-14T00:01:45.685 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.685 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_onode": { 2023-10-14T00:01:45.685 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 116960, 2023-10-14T00:01:45.686 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 172 2023-10-14T00:01:45.686 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.686 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_other": { 2023-10-14T00:01:45.686 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 8024, 2023-10-14T00:01:45.686 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 487 2023-10-14T00:01:45.687 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.687 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_fsck": { 2023-10-14T00:01:45.687 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.687 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.687 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.687 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_inline_bl": { 2023-10-14T00:01:45.688 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 25036, 2023-10-14T00:01:45.688 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 172 2023-10-14T00:01:45.688 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.688 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_txc": { 2023-10-14T00:01:45.688 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 1472, 2023-10-14T00:01:45.689 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 2 2023-10-14T00:01:45.689 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.689 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_writing": { 2023-10-14T00:01:45.689 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 330759, 2023-10-14T00:01:45.689 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 73 2023-10-14T00:01:45.690 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.690 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_writing_deferred": { 2023-10-14T00:01:45.690 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 40192, 2023-10-14T00:01:45.690 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 10 2023-10-14T00:01:45.690 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.691 INFO:tasks.workunit.client.0.smithi055.stdout: "buffer_anon": { 2023-10-14T00:01:45.691 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 2461680, 2023-10-14T00:01:45.691 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 191 2023-10-14T00:01:45.691 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.691 INFO:tasks.workunit.client.0.smithi055.stdout: "buffer_meta": { 2023-10-14T00:01:45.692 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 4488, 2023-10-14T00:01:45.692 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 51 2023-10-14T00:01:45.692 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.692 INFO:tasks.workunit.client.0.smithi055.stdout: "mds_co": { 2023-10-14T00:01:45.692 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.692 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.693 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.693 INFO:tasks.workunit.client.0.smithi055.stdout: "osd": { 2023-10-14T00:01:45.693 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 359104, 2023-10-14T00:01:45.693 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 31 2023-10-14T00:01:45.694 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.694 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mapbl": { 2023-10-14T00:01:45.694 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.694 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.694 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.695 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_pglog": { 2023-10-14T00:01:45.695 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 8320, 2023-10-14T00:01:45.695 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 24 2023-10-14T00:01:45.695 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.695 INFO:tasks.workunit.client.0.smithi055.stdout: "osdmap": { 2023-10-14T00:01:45.695 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 216280, 2023-10-14T00:01:45.696 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 3400 2023-10-14T00:01:45.696 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.696 INFO:tasks.workunit.client.0.smithi055.stdout: "osdmap_mapping": { 2023-10-14T00:01:45.696 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.696 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.697 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.697 INFO:tasks.workunit.client.0.smithi055.stdout: "pgmap": { 2023-10-14T00:01:45.697 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.697 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.697 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.698 INFO:tasks.workunit.client.0.smithi055.stdout: "unittest_1": { 2023-10-14T00:01:45.698 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.698 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.698 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.698 INFO:tasks.workunit.client.0.smithi055.stdout: "unittest_2": { 2023-10-14T00:01:45.699 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.699 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.699 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:45.699 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.699 INFO:tasks.workunit.client.0.smithi055.stdout: "osd.3": { 2023-10-14T00:01:45.699 INFO:tasks.workunit.client.0.smithi055.stdout: "bloom_filter": { 2023-10-14T00:01:45.700 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.700 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.700 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.700 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs": { 2023-10-14T00:01:45.700 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 5832, 2023-10-14T00:01:45.701 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 98 2023-10-14T00:01:45.701 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.701 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs_file_reader": { 2023-10-14T00:01:45.702 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 12672, 2023-10-14T00:01:45.702 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 6 2023-10-14T00:01:45.702 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.702 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs_file_writer": { 2023-10-14T00:01:45.702 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 576, 2023-10-14T00:01:45.703 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 3 2023-10-14T00:01:45.703 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.703 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Blob": { 2023-10-14T00:01:45.703 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 18704, 2023-10-14T00:01:45.703 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 167 2023-10-14T00:01:45.704 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.704 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Buffer": { 2023-10-14T00:01:45.704 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 224, 2023-10-14T00:01:45.704 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 2 2023-10-14T00:01:45.704 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.705 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Extent": { 2023-10-14T00:01:45.705 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 8016, 2023-10-14T00:01:45.705 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 167 2023-10-14T00:01:45.705 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.705 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_SharedBlob": { 2023-10-14T00:01:45.706 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 18704, 2023-10-14T00:01:45.706 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 167 2023-10-14T00:01:45.706 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.706 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_alloc": { 2023-10-14T00:01:45.706 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 560, 2023-10-14T00:01:45.707 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 7 2023-10-14T00:01:45.707 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.707 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_data": { 2023-10-14T00:01:45.707 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.707 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.708 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.708 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_meta": { 2023-10-14T00:01:45.708 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 42486, 2023-10-14T00:01:45.708 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 8099 2023-10-14T00:01:45.708 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.709 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_onode": { 2023-10-14T00:01:45.709 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 121040, 2023-10-14T00:01:45.709 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 178 2023-10-14T00:01:45.709 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.709 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_other": { 2023-10-14T00:01:45.709 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 9004, 2023-10-14T00:01:45.710 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 543 2023-10-14T00:01:45.710 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.710 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_fsck": { 2023-10-14T00:01:45.710 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.710 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.711 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.711 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_inline_bl": { 2023-10-14T00:01:45.711 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 25732, 2023-10-14T00:01:45.711 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 178 2023-10-14T00:01:45.711 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.712 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_txc": { 2023-10-14T00:01:45.712 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 2208, 2023-10-14T00:01:45.712 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 3 2023-10-14T00:01:45.712 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.712 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_writing": { 2023-10-14T00:01:45.713 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 236611, 2023-10-14T00:01:45.713 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 50 2023-10-14T00:01:45.713 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.713 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_writing_deferred": { 2023-10-14T00:01:45.713 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 30637, 2023-10-14T00:01:45.714 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 9 2023-10-14T00:01:45.714 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.714 INFO:tasks.workunit.client.0.smithi055.stdout: "buffer_anon": { 2023-10-14T00:01:45.714 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 2429272, 2023-10-14T00:01:45.714 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 183 2023-10-14T00:01:45.715 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.715 INFO:tasks.workunit.client.0.smithi055.stdout: "buffer_meta": { 2023-10-14T00:01:45.715 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 4576, 2023-10-14T00:01:45.715 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 52 2023-10-14T00:01:45.715 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.716 INFO:tasks.workunit.client.0.smithi055.stdout: "mds_co": { 2023-10-14T00:01:45.716 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.716 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.716 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.716 INFO:tasks.workunit.client.0.smithi055.stdout: "osd": { 2023-10-14T00:01:45.717 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 417024, 2023-10-14T00:01:45.717 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 36 2023-10-14T00:01:45.717 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.717 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mapbl": { 2023-10-14T00:01:45.717 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.718 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.718 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.718 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_pglog": { 2023-10-14T00:01:45.718 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 10400, 2023-10-14T00:01:45.718 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 20 2023-10-14T00:01:45.719 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.719 INFO:tasks.workunit.client.0.smithi055.stdout: "osdmap": { 2023-10-14T00:01:45.719 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 215768, 2023-10-14T00:01:45.719 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 3376 2023-10-14T00:01:45.719 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.719 INFO:tasks.workunit.client.0.smithi055.stdout: "osdmap_mapping": { 2023-10-14T00:01:45.720 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.720 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.720 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.720 INFO:tasks.workunit.client.0.smithi055.stdout: "pgmap": { 2023-10-14T00:01:45.720 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.721 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.721 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.721 INFO:tasks.workunit.client.0.smithi055.stdout: "unittest_1": { 2023-10-14T00:01:45.721 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.721 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.722 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.722 INFO:tasks.workunit.client.0.smithi055.stdout: "unittest_2": { 2023-10-14T00:01:45.722 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.722 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.722 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:45.723 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.723 INFO:tasks.workunit.client.0.smithi055.stdout: "osd.4": { 2023-10-14T00:01:45.723 INFO:tasks.workunit.client.0.smithi055.stdout: "bloom_filter": { 2023-10-14T00:01:45.723 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.723 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.723 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.724 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs": { 2023-10-14T00:01:45.724 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 5832, 2023-10-14T00:01:45.724 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 98 2023-10-14T00:01:45.724 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.724 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs_file_reader": { 2023-10-14T00:01:45.725 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 12672, 2023-10-14T00:01:45.725 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 6 2023-10-14T00:01:45.725 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.725 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs_file_writer": { 2023-10-14T00:01:45.725 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 576, 2023-10-14T00:01:45.726 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 3 2023-10-14T00:01:45.726 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.726 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Blob": { 2023-10-14T00:01:45.726 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 18592, 2023-10-14T00:01:45.726 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 166 2023-10-14T00:01:45.727 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.727 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Buffer": { 2023-10-14T00:01:45.727 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 560, 2023-10-14T00:01:45.727 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 5 2023-10-14T00:01:45.727 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.728 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Extent": { 2023-10-14T00:01:45.728 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 7968, 2023-10-14T00:01:45.728 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 166 2023-10-14T00:01:45.728 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.728 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_SharedBlob": { 2023-10-14T00:01:45.729 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 18592, 2023-10-14T00:01:45.729 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 166 2023-10-14T00:01:45.729 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.729 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_alloc": { 2023-10-14T00:01:45.729 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 640, 2023-10-14T00:01:45.730 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 8 2023-10-14T00:01:45.730 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.730 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_data": { 2023-10-14T00:01:45.730 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.730 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.731 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.731 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_meta": { 2023-10-14T00:01:45.731 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 43198, 2023-10-14T00:01:45.731 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 8221 2023-10-14T00:01:45.731 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.732 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_onode": { 2023-10-14T00:01:45.732 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 123080, 2023-10-14T00:01:45.732 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 181 2023-10-14T00:01:45.732 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.732 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_other": { 2023-10-14T00:01:45.732 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 9304, 2023-10-14T00:01:45.733 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 543 2023-10-14T00:01:45.733 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.733 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_fsck": { 2023-10-14T00:01:45.733 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.733 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.734 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.734 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_inline_bl": { 2023-10-14T00:01:45.734 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 26668, 2023-10-14T00:01:45.734 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 181 2023-10-14T00:01:45.734 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.735 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_txc": { 2023-10-14T00:01:45.735 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 736, 2023-10-14T00:01:45.735 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 1 2023-10-14T00:01:45.735 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.735 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_writing": { 2023-10-14T00:01:45.736 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 906329, 2023-10-14T00:01:45.736 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 70 2023-10-14T00:01:45.736 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.736 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_writing_deferred": { 2023-10-14T00:01:45.736 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 24192, 2023-10-14T00:01:45.737 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 6 2023-10-14T00:01:45.737 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.737 INFO:tasks.workunit.client.0.smithi055.stdout: "buffer_anon": { 2023-10-14T00:01:45.737 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 2427500, 2023-10-14T00:01:45.737 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 180 2023-10-14T00:01:45.738 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.738 INFO:tasks.workunit.client.0.smithi055.stdout: "buffer_meta": { 2023-10-14T00:01:45.738 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 4752, 2023-10-14T00:01:45.738 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 54 2023-10-14T00:01:45.738 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.739 INFO:tasks.workunit.client.0.smithi055.stdout: "mds_co": { 2023-10-14T00:01:45.739 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.739 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.739 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.739 INFO:tasks.workunit.client.0.smithi055.stdout: "osd": { 2023-10-14T00:01:45.740 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 451776, 2023-10-14T00:01:45.740 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 39 2023-10-14T00:01:45.740 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.740 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mapbl": { 2023-10-14T00:01:45.740 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.741 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.741 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.741 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_pglog": { 2023-10-14T00:01:45.741 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 7904, 2023-10-14T00:01:45.741 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 16 2023-10-14T00:01:45.742 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.742 INFO:tasks.workunit.client.0.smithi055.stdout: "osdmap": { 2023-10-14T00:01:45.742 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 216024, 2023-10-14T00:01:45.742 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 3388 2023-10-14T00:01:45.742 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.743 INFO:tasks.workunit.client.0.smithi055.stdout: "osdmap_mapping": { 2023-10-14T00:01:45.743 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.743 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.743 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.743 INFO:tasks.workunit.client.0.smithi055.stdout: "pgmap": { 2023-10-14T00:01:45.744 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.744 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.744 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.744 INFO:tasks.workunit.client.0.smithi055.stdout: "unittest_1": { 2023-10-14T00:01:45.745 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.745 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.745 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.745 INFO:tasks.workunit.client.0.smithi055.stdout: "unittest_2": { 2023-10-14T00:01:45.745 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.746 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.746 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:45.746 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.746 INFO:tasks.workunit.client.0.smithi055.stdout: "osd.5": { 2023-10-14T00:01:45.746 INFO:tasks.workunit.client.0.smithi055.stdout: "bloom_filter": { 2023-10-14T00:01:45.747 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.747 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.747 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.747 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs": { 2023-10-14T00:01:45.747 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 5832, 2023-10-14T00:01:45.748 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 98 2023-10-14T00:01:45.748 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.748 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs_file_reader": { 2023-10-14T00:01:45.748 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 12672, 2023-10-14T00:01:45.748 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 6 2023-10-14T00:01:45.749 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.749 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs_file_writer": { 2023-10-14T00:01:45.749 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 576, 2023-10-14T00:01:45.749 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 3 2023-10-14T00:01:45.749 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.750 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Blob": { 2023-10-14T00:01:45.750 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 18368, 2023-10-14T00:01:45.750 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 164 2023-10-14T00:01:45.750 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.750 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Buffer": { 2023-10-14T00:01:45.751 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 448, 2023-10-14T00:01:45.751 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 4 2023-10-14T00:01:45.751 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.751 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Extent": { 2023-10-14T00:01:45.751 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 7872, 2023-10-14T00:01:45.752 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 164 2023-10-14T00:01:45.752 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.752 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_SharedBlob": { 2023-10-14T00:01:45.752 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 18368, 2023-10-14T00:01:45.752 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 164 2023-10-14T00:01:45.753 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.753 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_alloc": { 2023-10-14T00:01:45.753 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 640, 2023-10-14T00:01:45.753 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 8 2023-10-14T00:01:45.753 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.753 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_data": { 2023-10-14T00:01:45.754 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 14283, 2023-10-14T00:01:45.754 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 3 2023-10-14T00:01:45.754 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.754 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_meta": { 2023-10-14T00:01:45.755 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 43376, 2023-10-14T00:01:45.755 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 8198 2023-10-14T00:01:45.755 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.755 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_onode": { 2023-10-14T00:01:45.755 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 123080, 2023-10-14T00:01:45.756 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 181 2023-10-14T00:01:45.756 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.756 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_other": { 2023-10-14T00:01:45.756 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 9504, 2023-10-14T00:01:45.756 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 542 2023-10-14T00:01:45.757 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.757 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_fsck": { 2023-10-14T00:01:45.757 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.757 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.757 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.758 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_inline_bl": { 2023-10-14T00:01:45.758 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 27004, 2023-10-14T00:01:45.758 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 181 2023-10-14T00:01:45.758 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.758 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_txc": { 2023-10-14T00:01:45.759 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 2208, 2023-10-14T00:01:45.759 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 3 2023-10-14T00:01:45.759 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.759 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_writing": { 2023-10-14T00:01:45.759 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 798648, 2023-10-14T00:01:45.759 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 45 2023-10-14T00:01:45.760 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.760 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_writing_deferred": { 2023-10-14T00:01:45.760 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 30637, 2023-10-14T00:01:45.760 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 9 2023-10-14T00:01:45.760 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.761 INFO:tasks.workunit.client.0.smithi055.stdout: "buffer_anon": { 2023-10-14T00:01:45.761 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 2412478, 2023-10-14T00:01:45.761 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 171 2023-10-14T00:01:45.761 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.761 INFO:tasks.workunit.client.0.smithi055.stdout: "buffer_meta": { 2023-10-14T00:01:45.762 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 5456, 2023-10-14T00:01:45.762 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 62 2023-10-14T00:01:45.762 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.762 INFO:tasks.workunit.client.0.smithi055.stdout: "mds_co": { 2023-10-14T00:01:45.762 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.763 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.763 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.763 INFO:tasks.workunit.client.0.smithi055.stdout: "osd": { 2023-10-14T00:01:45.763 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 474944, 2023-10-14T00:01:45.763 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 41 2023-10-14T00:01:45.764 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.764 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mapbl": { 2023-10-14T00:01:45.764 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.764 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.764 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.765 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_pglog": { 2023-10-14T00:01:45.765 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 11960, 2023-10-14T00:01:45.765 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 23 2023-10-14T00:01:45.765 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.765 INFO:tasks.workunit.client.0.smithi055.stdout: "osdmap": { 2023-10-14T00:01:45.766 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 214680, 2023-10-14T00:01:45.766 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 3318 2023-10-14T00:01:45.766 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.766 INFO:tasks.workunit.client.0.smithi055.stdout: "osdmap_mapping": { 2023-10-14T00:01:45.766 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.767 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.767 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.767 INFO:tasks.workunit.client.0.smithi055.stdout: "pgmap": { 2023-10-14T00:01:45.767 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.767 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.768 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.768 INFO:tasks.workunit.client.0.smithi055.stdout: "unittest_1": { 2023-10-14T00:01:45.768 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.768 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.768 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.769 INFO:tasks.workunit.client.0.smithi055.stdout: "unittest_2": { 2023-10-14T00:01:45.769 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.769 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.769 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:45.769 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.770 INFO:tasks.workunit.client.0.smithi055.stdout: "osd.6": { 2023-10-14T00:01:45.770 INFO:tasks.workunit.client.0.smithi055.stdout: "bloom_filter": { 2023-10-14T00:01:45.770 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.770 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.770 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.770 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs": { 2023-10-14T00:01:45.771 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 5832, 2023-10-14T00:01:45.771 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 98 2023-10-14T00:01:45.771 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.771 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs_file_reader": { 2023-10-14T00:01:45.771 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 12672, 2023-10-14T00:01:45.772 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 6 2023-10-14T00:01:45.772 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.772 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs_file_writer": { 2023-10-14T00:01:45.772 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 576, 2023-10-14T00:01:45.772 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 3 2023-10-14T00:01:45.773 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.773 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Blob": { 2023-10-14T00:01:45.773 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 19264, 2023-10-14T00:01:45.773 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 172 2023-10-14T00:01:45.773 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.774 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Buffer": { 2023-10-14T00:01:45.774 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 560, 2023-10-14T00:01:45.774 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 5 2023-10-14T00:01:45.774 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.774 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Extent": { 2023-10-14T00:01:45.775 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 8256, 2023-10-14T00:01:45.775 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 172 2023-10-14T00:01:45.775 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.775 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_SharedBlob": { 2023-10-14T00:01:45.775 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 19264, 2023-10-14T00:01:45.776 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 172 2023-10-14T00:01:45.776 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.776 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_alloc": { 2023-10-14T00:01:45.776 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 1120, 2023-10-14T00:01:45.776 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 14 2023-10-14T00:01:45.777 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.777 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_data": { 2023-10-14T00:01:45.777 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 33615, 2023-10-14T00:01:45.777 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 7 2023-10-14T00:01:45.777 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.778 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_meta": { 2023-10-14T00:01:45.778 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 43653, 2023-10-14T00:01:45.778 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 8419 2023-10-14T00:01:45.778 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.778 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_onode": { 2023-10-14T00:01:45.779 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 121040, 2023-10-14T00:01:45.779 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 178 2023-10-14T00:01:45.779 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.779 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_other": { 2023-10-14T00:01:45.779 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 10444, 2023-10-14T00:01:45.779 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 699 2023-10-14T00:01:45.780 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.780 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_fsck": { 2023-10-14T00:01:45.780 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.780 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.780 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.781 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_inline_bl": { 2023-10-14T00:01:45.781 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 27492, 2023-10-14T00:01:45.781 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 178 2023-10-14T00:01:45.781 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.781 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_txc": { 2023-10-14T00:01:45.782 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.782 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.782 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.782 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_writing": { 2023-10-14T00:01:45.782 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 173663, 2023-10-14T00:01:45.783 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 36 2023-10-14T00:01:45.783 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.783 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_writing_deferred": { 2023-10-14T00:01:45.783 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.783 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.784 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.784 INFO:tasks.workunit.client.0.smithi055.stdout: "buffer_anon": { 2023-10-14T00:01:45.784 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 2408412, 2023-10-14T00:01:45.784 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 171 2023-10-14T00:01:45.784 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.785 INFO:tasks.workunit.client.0.smithi055.stdout: "buffer_meta": { 2023-10-14T00:01:45.785 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 4752, 2023-10-14T00:01:45.785 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 54 2023-10-14T00:01:45.785 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.785 INFO:tasks.workunit.client.0.smithi055.stdout: "mds_co": { 2023-10-14T00:01:45.786 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.786 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.786 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.786 INFO:tasks.workunit.client.0.smithi055.stdout: "osd": { 2023-10-14T00:01:45.786 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 440192, 2023-10-14T00:01:45.787 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 38 2023-10-14T00:01:45.787 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.787 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mapbl": { 2023-10-14T00:01:45.787 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.787 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.788 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.788 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_pglog": { 2023-10-14T00:01:45.788 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 111592, 2023-10-14T00:01:45.788 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 225 2023-10-14T00:01:45.788 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.789 INFO:tasks.workunit.client.0.smithi055.stdout: "osdmap": { 2023-10-14T00:01:45.789 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 215768, 2023-10-14T00:01:45.789 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 3376 2023-10-14T00:01:45.789 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.789 INFO:tasks.workunit.client.0.smithi055.stdout: "osdmap_mapping": { 2023-10-14T00:01:45.790 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.790 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.790 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.790 INFO:tasks.workunit.client.0.smithi055.stdout: "pgmap": { 2023-10-14T00:01:45.790 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.791 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.791 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.791 INFO:tasks.workunit.client.0.smithi055.stdout: "unittest_1": { 2023-10-14T00:01:45.791 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.792 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.792 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.792 INFO:tasks.workunit.client.0.smithi055.stdout: "unittest_2": { 2023-10-14T00:01:45.792 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.792 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.793 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:45.793 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.793 INFO:tasks.workunit.client.0.smithi055.stdout: "osd.7": { 2023-10-14T00:01:45.793 INFO:tasks.workunit.client.0.smithi055.stdout: "bloom_filter": { 2023-10-14T00:01:45.793 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.794 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.794 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.794 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs": { 2023-10-14T00:01:45.794 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 5832, 2023-10-14T00:01:45.794 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 98 2023-10-14T00:01:45.795 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.795 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs_file_reader": { 2023-10-14T00:01:45.795 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 12672, 2023-10-14T00:01:45.795 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 6 2023-10-14T00:01:45.795 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.796 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs_file_writer": { 2023-10-14T00:01:45.796 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 576, 2023-10-14T00:01:45.796 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 3 2023-10-14T00:01:45.796 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.796 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Blob": { 2023-10-14T00:01:45.797 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 19376, 2023-10-14T00:01:45.797 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 173 2023-10-14T00:01:45.797 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.797 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Buffer": { 2023-10-14T00:01:45.797 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 784, 2023-10-14T00:01:45.798 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 7 2023-10-14T00:01:45.798 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.798 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Extent": { 2023-10-14T00:01:45.798 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 8304, 2023-10-14T00:01:45.798 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 173 2023-10-14T00:01:45.799 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.799 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_SharedBlob": { 2023-10-14T00:01:45.799 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 19376, 2023-10-14T00:01:45.799 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 173 2023-10-14T00:01:45.799 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.800 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_alloc": { 2023-10-14T00:01:45.800 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 1120, 2023-10-14T00:01:45.800 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 14 2023-10-14T00:01:45.800 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.800 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_data": { 2023-10-14T00:01:45.800 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 102905, 2023-10-14T00:01:45.801 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 9 2023-10-14T00:01:45.801 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.801 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_meta": { 2023-10-14T00:01:45.801 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 46653, 2023-10-14T00:01:45.801 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 8873 2023-10-14T00:01:45.802 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.802 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_onode": { 2023-10-14T00:01:45.802 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 128520, 2023-10-14T00:01:45.802 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 189 2023-10-14T00:01:45.802 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.803 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_other": { 2023-10-14T00:01:45.803 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 11360, 2023-10-14T00:01:45.803 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 709 2023-10-14T00:01:45.803 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.803 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_fsck": { 2023-10-14T00:01:45.804 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.804 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.804 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.804 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_inline_bl": { 2023-10-14T00:01:45.804 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 30140, 2023-10-14T00:01:45.805 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 189 2023-10-14T00:01:45.805 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.805 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_txc": { 2023-10-14T00:01:45.805 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.805 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.805 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.806 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_writing": { 2023-10-14T00:01:45.806 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 138427, 2023-10-14T00:01:45.806 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 28 2023-10-14T00:01:45.806 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.806 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_writing_deferred": { 2023-10-14T00:01:45.807 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.807 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.807 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.807 INFO:tasks.workunit.client.0.smithi055.stdout: "buffer_anon": { 2023-10-14T00:01:45.807 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 2421668, 2023-10-14T00:01:45.808 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 175 2023-10-14T00:01:45.808 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.808 INFO:tasks.workunit.client.0.smithi055.stdout: "buffer_meta": { 2023-10-14T00:01:45.808 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 5808, 2023-10-14T00:01:45.808 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 66 2023-10-14T00:01:45.809 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.809 INFO:tasks.workunit.client.0.smithi055.stdout: "mds_co": { 2023-10-14T00:01:45.809 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.809 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.809 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.810 INFO:tasks.workunit.client.0.smithi055.stdout: "osd": { 2023-10-14T00:01:45.810 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 532864, 2023-10-14T00:01:45.810 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 46 2023-10-14T00:01:45.810 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.810 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mapbl": { 2023-10-14T00:01:45.811 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.811 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.811 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.811 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_pglog": { 2023-10-14T00:01:45.811 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 117416, 2023-10-14T00:01:45.812 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 289 2023-10-14T00:01:45.812 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.812 INFO:tasks.workunit.client.0.smithi055.stdout: "osdmap": { 2023-10-14T00:01:45.812 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 215768, 2023-10-14T00:01:45.812 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 3376 2023-10-14T00:01:45.813 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.813 INFO:tasks.workunit.client.0.smithi055.stdout: "osdmap_mapping": { 2023-10-14T00:01:45.813 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.813 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.813 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.813 INFO:tasks.workunit.client.0.smithi055.stdout: "pgmap": { 2023-10-14T00:01:45.814 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.814 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.814 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.814 INFO:tasks.workunit.client.0.smithi055.stdout: "unittest_1": { 2023-10-14T00:01:45.814 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.815 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.815 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.815 INFO:tasks.workunit.client.0.smithi055.stdout: "unittest_2": { 2023-10-14T00:01:45.815 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:45.815 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:45.816 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:45.816 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:45.816 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:45.816 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.816 INFO:tasks.workunit.client.0.smithi055.stdout: "metadata": { 2023-10-14T00:01:45.817 INFO:tasks.workunit.client.0.smithi055.stdout: "mds": { 2023-10-14T00:01:45.817 INFO:tasks.workunit.client.0.smithi055.stdout: "arch": { 2023-10-14T00:01:45.817 INFO:tasks.workunit.client.0.smithi055.stdout: "x86_64": 2 2023-10-14T00:01:45.817 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.817 INFO:tasks.workunit.client.0.smithi055.stdout: "ceph_version": { 2023-10-14T00:01:45.818 INFO:tasks.workunit.client.0.smithi055.stdout: "ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)": 2 2023-10-14T00:01:45.818 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.818 INFO:tasks.workunit.client.0.smithi055.stdout: "cpu": { 2023-10-14T00:01:45.818 INFO:tasks.workunit.client.0.smithi055.stdout: "Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz": 1, 2023-10-14T00:01:45.818 INFO:tasks.workunit.client.0.smithi055.stdout: "Intel(R) Xeon(R) CPU E5-1620 v4 @ 3.50GHz": 1 2023-10-14T00:01:45.819 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.819 INFO:tasks.workunit.client.0.smithi055.stdout: "distro": { 2023-10-14T00:01:45.819 INFO:tasks.workunit.client.0.smithi055.stdout: "centos": 2 2023-10-14T00:01:45.819 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.819 INFO:tasks.workunit.client.0.smithi055.stdout: "distro_description": { 2023-10-14T00:01:45.820 INFO:tasks.workunit.client.0.smithi055.stdout: "CentOS Stream 8": 2 2023-10-14T00:01:45.820 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.820 INFO:tasks.workunit.client.0.smithi055.stdout: "kernel_description": { 2023-10-14T00:01:45.820 INFO:tasks.workunit.client.0.smithi055.stdout: "#1 SMP Mon Oct 2 13:45:04 UTC 2023": 2 2023-10-14T00:01:45.820 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.821 INFO:tasks.workunit.client.0.smithi055.stdout: "kernel_version": { 2023-10-14T00:01:45.821 INFO:tasks.workunit.client.0.smithi055.stdout: "4.18.0-516.el8.x86_64": 2 2023-10-14T00:01:45.821 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.821 INFO:tasks.workunit.client.0.smithi055.stdout: "os": { 2023-10-14T00:01:45.821 INFO:tasks.workunit.client.0.smithi055.stdout: "Linux": 2 2023-10-14T00:01:45.821 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:45.822 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.822 INFO:tasks.workunit.client.0.smithi055.stdout: "mon": { 2023-10-14T00:01:45.822 INFO:tasks.workunit.client.0.smithi055.stdout: "arch": { 2023-10-14T00:01:45.822 INFO:tasks.workunit.client.0.smithi055.stdout: "x86_64": 3 2023-10-14T00:01:45.822 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.823 INFO:tasks.workunit.client.0.smithi055.stdout: "ceph_version": { 2023-10-14T00:01:45.823 INFO:tasks.workunit.client.0.smithi055.stdout: "ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)": 3 2023-10-14T00:01:45.823 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.823 INFO:tasks.workunit.client.0.smithi055.stdout: "cpu": { 2023-10-14T00:01:45.823 INFO:tasks.workunit.client.0.smithi055.stdout: "Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz": 2, 2023-10-14T00:01:45.824 INFO:tasks.workunit.client.0.smithi055.stdout: "Intel(R) Xeon(R) CPU E5-1620 v4 @ 3.50GHz": 1 2023-10-14T00:01:45.824 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.824 INFO:tasks.workunit.client.0.smithi055.stdout: "distro": { 2023-10-14T00:01:45.824 INFO:tasks.workunit.client.0.smithi055.stdout: "centos": 3 2023-10-14T00:01:45.825 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.825 INFO:tasks.workunit.client.0.smithi055.stdout: "distro_description": { 2023-10-14T00:01:45.825 INFO:tasks.workunit.client.0.smithi055.stdout: "CentOS Stream 8": 3 2023-10-14T00:01:45.825 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.825 INFO:tasks.workunit.client.0.smithi055.stdout: "kernel_description": { 2023-10-14T00:01:45.826 INFO:tasks.workunit.client.0.smithi055.stdout: "#1 SMP Mon Oct 2 13:45:04 UTC 2023": 3 2023-10-14T00:01:45.826 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.826 INFO:tasks.workunit.client.0.smithi055.stdout: "kernel_version": { 2023-10-14T00:01:45.826 INFO:tasks.workunit.client.0.smithi055.stdout: "4.18.0-516.el8.x86_64": 3 2023-10-14T00:01:45.826 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.827 INFO:tasks.workunit.client.0.smithi055.stdout: "os": { 2023-10-14T00:01:45.827 INFO:tasks.workunit.client.0.smithi055.stdout: "Linux": 3 2023-10-14T00:01:45.827 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:45.827 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.827 INFO:tasks.workunit.client.0.smithi055.stdout: "osd": { 2023-10-14T00:01:45.828 INFO:tasks.workunit.client.0.smithi055.stdout: "arch": { 2023-10-14T00:01:45.828 INFO:tasks.workunit.client.0.smithi055.stdout: "x86_64": 8 2023-10-14T00:01:45.828 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.828 INFO:tasks.workunit.client.0.smithi055.stdout: "ceph_version": { 2023-10-14T00:01:45.828 INFO:tasks.workunit.client.0.smithi055.stdout: "ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)": 8 2023-10-14T00:01:45.829 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.829 INFO:tasks.workunit.client.0.smithi055.stdout: "cpu": { 2023-10-14T00:01:45.829 INFO:tasks.workunit.client.0.smithi055.stdout: "Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz": 4, 2023-10-14T00:01:45.829 INFO:tasks.workunit.client.0.smithi055.stdout: "Intel(R) Xeon(R) CPU E5-1620 v4 @ 3.50GHz": 4 2023-10-14T00:01:45.829 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.830 INFO:tasks.workunit.client.0.smithi055.stdout: "distro": { 2023-10-14T00:01:45.830 INFO:tasks.workunit.client.0.smithi055.stdout: "centos": 8 2023-10-14T00:01:45.830 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.830 INFO:tasks.workunit.client.0.smithi055.stdout: "distro_description": { 2023-10-14T00:01:45.830 INFO:tasks.workunit.client.0.smithi055.stdout: "CentOS Stream 8": 8 2023-10-14T00:01:45.831 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.831 INFO:tasks.workunit.client.0.smithi055.stdout: "kernel_description": { 2023-10-14T00:01:45.831 INFO:tasks.workunit.client.0.smithi055.stdout: "#1 SMP Mon Oct 2 13:45:04 UTC 2023": 8 2023-10-14T00:01:45.831 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.831 INFO:tasks.workunit.client.0.smithi055.stdout: "kernel_version": { 2023-10-14T00:01:45.832 INFO:tasks.workunit.client.0.smithi055.stdout: "4.18.0-516.el8.x86_64": 8 2023-10-14T00:01:45.832 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.832 INFO:tasks.workunit.client.0.smithi055.stdout: "os": { 2023-10-14T00:01:45.832 INFO:tasks.workunit.client.0.smithi055.stdout: "Linux": 8 2023-10-14T00:01:45.833 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.833 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_objectstore": { 2023-10-14T00:01:45.833 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore": 8 2023-10-14T00:01:45.833 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.833 INFO:tasks.workunit.client.0.smithi055.stdout: "rotational": { 2023-10-14T00:01:45.834 INFO:tasks.workunit.client.0.smithi055.stdout: "0": 8 2023-10-14T00:01:45.834 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:45.834 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:45.834 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.834 INFO:tasks.workunit.client.0.smithi055.stdout: "mon": { 2023-10-14T00:01:45.835 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 3, 2023-10-14T00:01:45.835 INFO:tasks.workunit.client.0.smithi055.stdout: "features": { 2023-10-14T00:01:45.835 INFO:tasks.workunit.client.0.smithi055.stdout: "optional": [], 2023-10-14T00:01:45.835 INFO:tasks.workunit.client.0.smithi055.stdout: "persistent": [ 2023-10-14T00:01:45.835 INFO:tasks.workunit.client.0.smithi055.stdout: "kraken", 2023-10-14T00:01:45.836 INFO:tasks.workunit.client.0.smithi055.stdout: "luminous", 2023-10-14T00:01:45.836 INFO:tasks.workunit.client.0.smithi055.stdout: "mimic", 2023-10-14T00:01:45.836 INFO:tasks.workunit.client.0.smithi055.stdout: "osdmap-prune", 2023-10-14T00:01:45.836 INFO:tasks.workunit.client.0.smithi055.stdout: "nautilus", 2023-10-14T00:01:45.836 INFO:tasks.workunit.client.0.smithi055.stdout: "octopus", 2023-10-14T00:01:45.837 INFO:tasks.workunit.client.0.smithi055.stdout: "pacific", 2023-10-14T00:01:45.837 INFO:tasks.workunit.client.0.smithi055.stdout: "elector-pinging", 2023-10-14T00:01:45.837 INFO:tasks.workunit.client.0.smithi055.stdout: "quincy" 2023-10-14T00:01:45.837 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:45.837 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.838 INFO:tasks.workunit.client.0.smithi055.stdout: "ipv4_addr_mons": 6, 2023-10-14T00:01:45.838 INFO:tasks.workunit.client.0.smithi055.stdout: "ipv6_addr_mons": 0, 2023-10-14T00:01:45.838 INFO:tasks.workunit.client.0.smithi055.stdout: "min_mon_release": 17, 2023-10-14T00:01:45.838 INFO:tasks.workunit.client.0.smithi055.stdout: "v1_addr_mons": 3, 2023-10-14T00:01:45.838 INFO:tasks.workunit.client.0.smithi055.stdout: "v2_addr_mons": 3 2023-10-14T00:01:45.839 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.839 INFO:tasks.workunit.client.0.smithi055.stdout: "organization": "ceph-qa", 2023-10-14T00:01:45.839 INFO:tasks.workunit.client.0.smithi055.stdout: "osd": { 2023-10-14T00:01:45.839 INFO:tasks.workunit.client.0.smithi055.stdout: "cluster_network": false, 2023-10-14T00:01:45.839 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 8, 2023-10-14T00:01:45.840 INFO:tasks.workunit.client.0.smithi055.stdout: "require_min_compat_client": "luminous", 2023-10-14T00:01:45.840 INFO:tasks.workunit.client.0.smithi055.stdout: "require_osd_release": "quincy" 2023-10-14T00:01:45.840 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.840 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_perf_histograms": [ 2023-10-14T00:01:45.840 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:45.841 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_latency_out_bytes_histogram": { 2023-10-14T00:01:45.841 INFO:tasks.workunit.client.0.smithi055.stdout: "axes": [ 2023-10-14T00:01:45.841 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:45.841 INFO:tasks.workunit.client.0.smithi055.stdout: "buckets": 32, 2023-10-14T00:01:45.841 INFO:tasks.workunit.client.0.smithi055.stdout: "min": 0, 2023-10-14T00:01:45.841 INFO:tasks.workunit.client.0.smithi055.stdout: "name": "Latency (usec)", 2023-10-14T00:01:45.842 INFO:tasks.workunit.client.0.smithi055.stdout: "quant_size": 100000, 2023-10-14T00:01:45.842 INFO:tasks.workunit.client.0.smithi055.stdout: "ranges": [ 2023-10-14T00:01:45.842 INFO:tasks.workunit.client.0.smithi055.stdout: "[None, -1]", 2023-10-14T00:01:45.842 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 99999]", 2023-10-14T00:01:45.842 INFO:tasks.workunit.client.0.smithi055.stdout: "[100000, 199999]", 2023-10-14T00:01:45.843 INFO:tasks.workunit.client.0.smithi055.stdout: "[200000, 399999]", 2023-10-14T00:01:45.843 INFO:tasks.workunit.client.0.smithi055.stdout: "[400000, 799999]", 2023-10-14T00:01:45.843 INFO:tasks.workunit.client.0.smithi055.stdout: "[800000, 1599999]", 2023-10-14T00:01:45.843 INFO:tasks.workunit.client.0.smithi055.stdout: "[1600000, 3199999]", 2023-10-14T00:01:45.843 INFO:tasks.workunit.client.0.smithi055.stdout: "[3200000, 6399999]", 2023-10-14T00:01:45.844 INFO:tasks.workunit.client.0.smithi055.stdout: "[6400000, 12799999]", 2023-10-14T00:01:45.844 INFO:tasks.workunit.client.0.smithi055.stdout: "[12800000, 25599999]", 2023-10-14T00:01:45.844 INFO:tasks.workunit.client.0.smithi055.stdout: "[25600000, 51199999]", 2023-10-14T00:01:45.844 INFO:tasks.workunit.client.0.smithi055.stdout: "[51200000, 102399999]", 2023-10-14T00:01:45.845 INFO:tasks.workunit.client.0.smithi055.stdout: "[102400000, 204799999]", 2023-10-14T00:01:45.845 INFO:tasks.workunit.client.0.smithi055.stdout: "[204800000, 409599999]", 2023-10-14T00:01:45.845 INFO:tasks.workunit.client.0.smithi055.stdout: "[409600000, 819199999]", 2023-10-14T00:01:45.845 INFO:tasks.workunit.client.0.smithi055.stdout: "[819200000, 1638399999]", 2023-10-14T00:01:45.845 INFO:tasks.workunit.client.0.smithi055.stdout: "[1638400000, 3276799999]", 2023-10-14T00:01:45.846 INFO:tasks.workunit.client.0.smithi055.stdout: "[3276800000, 6553599999]", 2023-10-14T00:01:45.846 INFO:tasks.workunit.client.0.smithi055.stdout: "[6553600000, 13107199999]", 2023-10-14T00:01:45.846 INFO:tasks.workunit.client.0.smithi055.stdout: "[13107200000, 26214399999]", 2023-10-14T00:01:45.846 INFO:tasks.workunit.client.0.smithi055.stdout: "[26214400000, 52428799999]", 2023-10-14T00:01:45.846 INFO:tasks.workunit.client.0.smithi055.stdout: "[52428800000, 104857599999]", 2023-10-14T00:01:45.847 INFO:tasks.workunit.client.0.smithi055.stdout: "[104857600000, 209715199999]", 2023-10-14T00:01:45.847 INFO:tasks.workunit.client.0.smithi055.stdout: "[209715200000, 419430399999]", 2023-10-14T00:01:45.847 INFO:tasks.workunit.client.0.smithi055.stdout: "[419430400000, 838860799999]", 2023-10-14T00:01:45.847 INFO:tasks.workunit.client.0.smithi055.stdout: "[838860800000, 1677721599999]", 2023-10-14T00:01:45.847 INFO:tasks.workunit.client.0.smithi055.stdout: "[1677721600000, 3355443199999]", 2023-10-14T00:01:45.847 INFO:tasks.workunit.client.0.smithi055.stdout: "[3355443200000, 6710886399999]", 2023-10-14T00:01:45.848 INFO:tasks.workunit.client.0.smithi055.stdout: "[6710886400000, 13421772799999]", 2023-10-14T00:01:45.848 INFO:tasks.workunit.client.0.smithi055.stdout: "[13421772800000, 26843545599999]", 2023-10-14T00:01:45.848 INFO:tasks.workunit.client.0.smithi055.stdout: "[26843545600000, 53687091199999]", 2023-10-14T00:01:45.848 INFO:tasks.workunit.client.0.smithi055.stdout: "[53687091200000, None]" 2023-10-14T00:01:45.848 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:45.849 INFO:tasks.workunit.client.0.smithi055.stdout: "scale_type": "log2" 2023-10-14T00:01:45.849 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.849 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:45.849 INFO:tasks.workunit.client.0.smithi055.stdout: "buckets": 32, 2023-10-14T00:01:45.849 INFO:tasks.workunit.client.0.smithi055.stdout: "min": 0, 2023-10-14T00:01:45.850 INFO:tasks.workunit.client.0.smithi055.stdout: "name": "Request size (bytes)", 2023-10-14T00:01:45.850 INFO:tasks.workunit.client.0.smithi055.stdout: "quant_size": 512, 2023-10-14T00:01:45.850 INFO:tasks.workunit.client.0.smithi055.stdout: "ranges": [ 2023-10-14T00:01:45.850 INFO:tasks.workunit.client.0.smithi055.stdout: "[None, -1]", 2023-10-14T00:01:45.850 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 511]", 2023-10-14T00:01:45.851 INFO:tasks.workunit.client.0.smithi055.stdout: "[512, 1023]", 2023-10-14T00:01:45.851 INFO:tasks.workunit.client.0.smithi055.stdout: "[1024, 2047]", 2023-10-14T00:01:45.851 INFO:tasks.workunit.client.0.smithi055.stdout: "[2048, 4095]", 2023-10-14T00:01:45.851 INFO:tasks.workunit.client.0.smithi055.stdout: "[4096, 8191]", 2023-10-14T00:01:45.851 INFO:tasks.workunit.client.0.smithi055.stdout: "[8192, 16383]", 2023-10-14T00:01:45.851 INFO:tasks.workunit.client.0.smithi055.stdout: "[16384, 32767]", 2023-10-14T00:01:45.852 INFO:tasks.workunit.client.0.smithi055.stdout: "[32768, 65535]", 2023-10-14T00:01:45.852 INFO:tasks.workunit.client.0.smithi055.stdout: "[65536, 131071]", 2023-10-14T00:01:45.852 INFO:tasks.workunit.client.0.smithi055.stdout: "[131072, 262143]", 2023-10-14T00:01:45.852 INFO:tasks.workunit.client.0.smithi055.stdout: "[262144, 524287]", 2023-10-14T00:01:45.852 INFO:tasks.workunit.client.0.smithi055.stdout: "[524288, 1048575]", 2023-10-14T00:01:45.853 INFO:tasks.workunit.client.0.smithi055.stdout: "[1048576, 2097151]", 2023-10-14T00:01:45.853 INFO:tasks.workunit.client.0.smithi055.stdout: "[2097152, 4194303]", 2023-10-14T00:01:45.853 INFO:tasks.workunit.client.0.smithi055.stdout: "[4194304, 8388607]", 2023-10-14T00:01:45.853 INFO:tasks.workunit.client.0.smithi055.stdout: "[8388608, 16777215]", 2023-10-14T00:01:45.853 INFO:tasks.workunit.client.0.smithi055.stdout: "[16777216, 33554431]", 2023-10-14T00:01:45.854 INFO:tasks.workunit.client.0.smithi055.stdout: "[33554432, 67108863]", 2023-10-14T00:01:45.854 INFO:tasks.workunit.client.0.smithi055.stdout: "[67108864, 134217727]", 2023-10-14T00:01:45.854 INFO:tasks.workunit.client.0.smithi055.stdout: "[134217728, 268435455]", 2023-10-14T00:01:45.854 INFO:tasks.workunit.client.0.smithi055.stdout: "[268435456, 536870911]", 2023-10-14T00:01:45.854 INFO:tasks.workunit.client.0.smithi055.stdout: "[536870912, 1073741823]", 2023-10-14T00:01:45.855 INFO:tasks.workunit.client.0.smithi055.stdout: "[1073741824, 2147483647]", 2023-10-14T00:01:45.855 INFO:tasks.workunit.client.0.smithi055.stdout: "[2147483648, 4294967295]", 2023-10-14T00:01:45.855 INFO:tasks.workunit.client.0.smithi055.stdout: "[4294967296, 8589934591]", 2023-10-14T00:01:45.855 INFO:tasks.workunit.client.0.smithi055.stdout: "[8589934592, 17179869183]", 2023-10-14T00:01:45.855 INFO:tasks.workunit.client.0.smithi055.stdout: "[17179869184, 34359738367]", 2023-10-14T00:01:45.856 INFO:tasks.workunit.client.0.smithi055.stdout: "[34359738368, 68719476735]", 2023-10-14T00:01:45.856 INFO:tasks.workunit.client.0.smithi055.stdout: "[68719476736, 137438953471]", 2023-10-14T00:01:45.856 INFO:tasks.workunit.client.0.smithi055.stdout: "[137438953472, 274877906943]", 2023-10-14T00:01:45.856 INFO:tasks.workunit.client.0.smithi055.stdout: "[274877906944, None]" 2023-10-14T00:01:45.856 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:45.857 INFO:tasks.workunit.client.0.smithi055.stdout: "scale_type": "log2" 2023-10-14T00:01:45.857 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:45.857 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:45.857 INFO:tasks.workunit.client.0.smithi055.stdout: "osds": [ 2023-10-14T00:01:45.857 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:45.858 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 0, 2023-10-14T00:01:45.858 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:45.858 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.858 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.858 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.859 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.859 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.859 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.859 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.859 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.860 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.860 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.860 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.860 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.860 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.861 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.861 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.861 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.861 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.861 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.862 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.862 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.862 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.862 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.862 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.863 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.863 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.863 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.863 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.863 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.864 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.864 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.864 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.864 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:45.864 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:45.864 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.865 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:45.865 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 1, 2023-10-14T00:01:45.865 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:45.865 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.865 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.866 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 23, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.866 INFO:tasks.workunit.client.0.smithi055.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-10-14T00:01:45.866 INFO:tasks.workunit.client.0.smithi055.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-10-14T00:01:45.866 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.866 INFO:tasks.workunit.client.0.smithi055.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-10-14T00:01:45.867 INFO:tasks.workunit.client.0.smithi055.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-10-14T00:01:45.867 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.867 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.867 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.867 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.868 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.868 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.868 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.868 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.868 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.869 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.869 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.869 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.869 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.869 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.870 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.870 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.870 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.870 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.871 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.871 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.871 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.871 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.871 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.872 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:45.872 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:45.872 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.872 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:45.872 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 2, 2023-10-14T00:01:45.872 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:45.873 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.873 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.873 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.873 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.873 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.874 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.874 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.874 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.874 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.874 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.875 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.875 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.875 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.875 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.875 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.875 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.876 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.876 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.876 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.876 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.876 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.877 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.877 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.877 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.877 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.877 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.878 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.878 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.878 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.878 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.878 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.879 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:45.879 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:45.879 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.879 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:45.879 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 3, 2023-10-14T00:01:45.880 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:45.880 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.880 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.880 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.880 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.881 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.881 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.881 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.881 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.881 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.882 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.882 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.882 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.882 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.882 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.883 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.883 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.883 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.883 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.883 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.883 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.884 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.884 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.884 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.884 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.885 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.885 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.885 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.885 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.885 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.886 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.886 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.886 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:45.886 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:45.886 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.887 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:45.887 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 4, 2023-10-14T00:01:45.887 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:45.887 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.887 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.888 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.888 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.888 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.888 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.888 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.889 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.889 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.889 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.889 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.889 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.890 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.890 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.890 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.890 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.890 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.891 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.891 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.891 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.891 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.891 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.891 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.892 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.892 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.892 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.892 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.892 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.893 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.893 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.893 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.893 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:45.893 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:45.894 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.894 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:45.894 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 5, 2023-10-14T00:01:45.894 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:45.894 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.895 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.895 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.895 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.895 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.895 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.896 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.896 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.896 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.896 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.896 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.897 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.897 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.897 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.897 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.898 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.898 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.898 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.898 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.898 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.898 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.899 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.899 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.899 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.899 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.900 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.900 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.900 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.900 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.900 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.901 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.901 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:45.901 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:45.901 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.901 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:45.902 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 6, 2023-10-14T00:01:45.902 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:45.902 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.902 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.902 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.903 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.903 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.903 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.903 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.903 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.904 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.904 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.904 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.904 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.904 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.905 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.905 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.905 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.905 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.905 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.906 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.906 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.906 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.906 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.906 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.907 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.907 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.907 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.907 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.907 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.908 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.908 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.908 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.908 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:45.908 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:45.909 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.909 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:45.909 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 7, 2023-10-14T00:01:45.909 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:45.909 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.910 INFO:tasks.workunit.client.0.smithi055.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-10-14T00:01:45.910 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 53, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.910 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 13, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.910 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 1, 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-10-14T00:01:45.910 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.911 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.911 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.911 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.911 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.911 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.912 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.912 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.912 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.912 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.912 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.913 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.913 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.913 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.913 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.914 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.914 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.914 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.914 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.914 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.915 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.915 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.915 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.915 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.915 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.916 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.916 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:45.916 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:45.916 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:45.916 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:45.917 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.917 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_latency_in_bytes_histogram": { 2023-10-14T00:01:45.917 INFO:tasks.workunit.client.0.smithi055.stdout: "axes": [ 2023-10-14T00:01:45.917 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:45.917 INFO:tasks.workunit.client.0.smithi055.stdout: "buckets": 32, 2023-10-14T00:01:45.918 INFO:tasks.workunit.client.0.smithi055.stdout: "min": 0, 2023-10-14T00:01:45.918 INFO:tasks.workunit.client.0.smithi055.stdout: "name": "Latency (usec)", 2023-10-14T00:01:45.918 INFO:tasks.workunit.client.0.smithi055.stdout: "quant_size": 100000, 2023-10-14T00:01:45.918 INFO:tasks.workunit.client.0.smithi055.stdout: "ranges": [ 2023-10-14T00:01:45.918 INFO:tasks.workunit.client.0.smithi055.stdout: "[None, -1]", 2023-10-14T00:01:45.919 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 99999]", 2023-10-14T00:01:45.919 INFO:tasks.workunit.client.0.smithi055.stdout: "[100000, 199999]", 2023-10-14T00:01:45.919 INFO:tasks.workunit.client.0.smithi055.stdout: "[200000, 399999]", 2023-10-14T00:01:45.919 INFO:tasks.workunit.client.0.smithi055.stdout: "[400000, 799999]", 2023-10-14T00:01:45.919 INFO:tasks.workunit.client.0.smithi055.stdout: "[800000, 1599999]", 2023-10-14T00:01:45.919 INFO:tasks.workunit.client.0.smithi055.stdout: "[1600000, 3199999]", 2023-10-14T00:01:45.920 INFO:tasks.workunit.client.0.smithi055.stdout: "[3200000, 6399999]", 2023-10-14T00:01:45.920 INFO:tasks.workunit.client.0.smithi055.stdout: "[6400000, 12799999]", 2023-10-14T00:01:45.920 INFO:tasks.workunit.client.0.smithi055.stdout: "[12800000, 25599999]", 2023-10-14T00:01:45.920 INFO:tasks.workunit.client.0.smithi055.stdout: "[25600000, 51199999]", 2023-10-14T00:01:45.920 INFO:tasks.workunit.client.0.smithi055.stdout: "[51200000, 102399999]", 2023-10-14T00:01:45.921 INFO:tasks.workunit.client.0.smithi055.stdout: "[102400000, 204799999]", 2023-10-14T00:01:45.921 INFO:tasks.workunit.client.0.smithi055.stdout: "[204800000, 409599999]", 2023-10-14T00:01:45.921 INFO:tasks.workunit.client.0.smithi055.stdout: "[409600000, 819199999]", 2023-10-14T00:01:45.921 INFO:tasks.workunit.client.0.smithi055.stdout: "[819200000, 1638399999]", 2023-10-14T00:01:45.921 INFO:tasks.workunit.client.0.smithi055.stdout: "[1638400000, 3276799999]", 2023-10-14T00:01:45.922 INFO:tasks.workunit.client.0.smithi055.stdout: "[3276800000, 6553599999]", 2023-10-14T00:01:45.922 INFO:tasks.workunit.client.0.smithi055.stdout: "[6553600000, 13107199999]", 2023-10-14T00:01:45.922 INFO:tasks.workunit.client.0.smithi055.stdout: "[13107200000, 26214399999]", 2023-10-14T00:01:45.922 INFO:tasks.workunit.client.0.smithi055.stdout: "[26214400000, 52428799999]", 2023-10-14T00:01:45.922 INFO:tasks.workunit.client.0.smithi055.stdout: "[52428800000, 104857599999]", 2023-10-14T00:01:45.923 INFO:tasks.workunit.client.0.smithi055.stdout: "[104857600000, 209715199999]", 2023-10-14T00:01:45.923 INFO:tasks.workunit.client.0.smithi055.stdout: "[209715200000, 419430399999]", 2023-10-14T00:01:45.923 INFO:tasks.workunit.client.0.smithi055.stdout: "[419430400000, 838860799999]", 2023-10-14T00:01:45.923 INFO:tasks.workunit.client.0.smithi055.stdout: "[838860800000, 1677721599999]", 2023-10-14T00:01:45.923 INFO:tasks.workunit.client.0.smithi055.stdout: "[1677721600000, 3355443199999]", 2023-10-14T00:01:45.924 INFO:tasks.workunit.client.0.smithi055.stdout: "[3355443200000, 6710886399999]", 2023-10-14T00:01:45.924 INFO:tasks.workunit.client.0.smithi055.stdout: "[6710886400000, 13421772799999]", 2023-10-14T00:01:45.924 INFO:tasks.workunit.client.0.smithi055.stdout: "[13421772800000, 26843545599999]", 2023-10-14T00:01:45.924 INFO:tasks.workunit.client.0.smithi055.stdout: "[26843545600000, 53687091199999]", 2023-10-14T00:01:45.924 INFO:tasks.workunit.client.0.smithi055.stdout: "[53687091200000, None]" 2023-10-14T00:01:45.924 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:45.925 INFO:tasks.workunit.client.0.smithi055.stdout: "scale_type": "log2" 2023-10-14T00:01:45.925 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.925 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:45.925 INFO:tasks.workunit.client.0.smithi055.stdout: "buckets": 32, 2023-10-14T00:01:45.925 INFO:tasks.workunit.client.0.smithi055.stdout: "min": 0, 2023-10-14T00:01:45.926 INFO:tasks.workunit.client.0.smithi055.stdout: "name": "Request size (bytes)", 2023-10-14T00:01:45.926 INFO:tasks.workunit.client.0.smithi055.stdout: "quant_size": 512, 2023-10-14T00:01:45.926 INFO:tasks.workunit.client.0.smithi055.stdout: "ranges": [ 2023-10-14T00:01:45.926 INFO:tasks.workunit.client.0.smithi055.stdout: "[None, -1]", 2023-10-14T00:01:45.926 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 511]", 2023-10-14T00:01:45.927 INFO:tasks.workunit.client.0.smithi055.stdout: "[512, 1023]", 2023-10-14T00:01:45.927 INFO:tasks.workunit.client.0.smithi055.stdout: "[1024, 2047]", 2023-10-14T00:01:45.927 INFO:tasks.workunit.client.0.smithi055.stdout: "[2048, 4095]", 2023-10-14T00:01:45.927 INFO:tasks.workunit.client.0.smithi055.stdout: "[4096, 8191]", 2023-10-14T00:01:45.927 INFO:tasks.workunit.client.0.smithi055.stdout: "[8192, 16383]", 2023-10-14T00:01:45.928 INFO:tasks.workunit.client.0.smithi055.stdout: "[16384, 32767]", 2023-10-14T00:01:45.928 INFO:tasks.workunit.client.0.smithi055.stdout: "[32768, 65535]", 2023-10-14T00:01:45.928 INFO:tasks.workunit.client.0.smithi055.stdout: "[65536, 131071]", 2023-10-14T00:01:45.928 INFO:tasks.workunit.client.0.smithi055.stdout: "[131072, 262143]", 2023-10-14T00:01:45.928 INFO:tasks.workunit.client.0.smithi055.stdout: "[262144, 524287]", 2023-10-14T00:01:45.929 INFO:tasks.workunit.client.0.smithi055.stdout: "[524288, 1048575]", 2023-10-14T00:01:45.929 INFO:tasks.workunit.client.0.smithi055.stdout: "[1048576, 2097151]", 2023-10-14T00:01:45.929 INFO:tasks.workunit.client.0.smithi055.stdout: "[2097152, 4194303]", 2023-10-14T00:01:45.929 INFO:tasks.workunit.client.0.smithi055.stdout: "[4194304, 8388607]", 2023-10-14T00:01:45.929 INFO:tasks.workunit.client.0.smithi055.stdout: "[8388608, 16777215]", 2023-10-14T00:01:45.930 INFO:tasks.workunit.client.0.smithi055.stdout: "[16777216, 33554431]", 2023-10-14T00:01:45.930 INFO:tasks.workunit.client.0.smithi055.stdout: "[33554432, 67108863]", 2023-10-14T00:01:45.930 INFO:tasks.workunit.client.0.smithi055.stdout: "[67108864, 134217727]", 2023-10-14T00:01:45.930 INFO:tasks.workunit.client.0.smithi055.stdout: "[134217728, 268435455]", 2023-10-14T00:01:45.930 INFO:tasks.workunit.client.0.smithi055.stdout: "[268435456, 536870911]", 2023-10-14T00:01:45.931 INFO:tasks.workunit.client.0.smithi055.stdout: "[536870912, 1073741823]", 2023-10-14T00:01:45.931 INFO:tasks.workunit.client.0.smithi055.stdout: "[1073741824, 2147483647]", 2023-10-14T00:01:45.931 INFO:tasks.workunit.client.0.smithi055.stdout: "[2147483648, 4294967295]", 2023-10-14T00:01:45.931 INFO:tasks.workunit.client.0.smithi055.stdout: "[4294967296, 8589934591]", 2023-10-14T00:01:45.931 INFO:tasks.workunit.client.0.smithi055.stdout: "[8589934592, 17179869183]", 2023-10-14T00:01:45.931 INFO:tasks.workunit.client.0.smithi055.stdout: "[17179869184, 34359738367]", 2023-10-14T00:01:45.932 INFO:tasks.workunit.client.0.smithi055.stdout: "[34359738368, 68719476735]", 2023-10-14T00:01:45.932 INFO:tasks.workunit.client.0.smithi055.stdout: "[68719476736, 137438953471]", 2023-10-14T00:01:45.932 INFO:tasks.workunit.client.0.smithi055.stdout: "[137438953472, 274877906943]", 2023-10-14T00:01:45.932 INFO:tasks.workunit.client.0.smithi055.stdout: "[274877906944, None]" 2023-10-14T00:01:45.932 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:45.933 INFO:tasks.workunit.client.0.smithi055.stdout: "scale_type": "log2" 2023-10-14T00:01:45.933 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:45.933 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:45.933 INFO:tasks.workunit.client.0.smithi055.stdout: "osds": [ 2023-10-14T00:01:45.933 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:45.934 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 0, 2023-10-14T00:01:45.934 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:45.934 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.934 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.934 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.935 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.935 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.935 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.935 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.935 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.936 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.936 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.936 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.936 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.936 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.937 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.937 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.937 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.937 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.938 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.938 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.938 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.938 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.938 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.939 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.939 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.939 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.939 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.939 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.940 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.940 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.940 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.940 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.940 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:45.941 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:45.941 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.941 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:45.941 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 1, 2023-10-14T00:01:45.941 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:45.942 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.942 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.942 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.942 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.942 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.943 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 21, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.943 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.943 INFO:tasks.workunit.client.0.smithi055.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-10-14T00:01:45.943 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.943 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.944 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.944 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.944 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.944 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.945 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.945 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.945 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.945 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.945 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.946 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.946 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.946 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.946 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.946 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.947 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.947 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.947 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.947 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.947 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.948 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.948 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.948 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:45.948 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:45.948 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.949 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:45.949 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 2, 2023-10-14T00:01:45.949 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:45.949 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.949 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.950 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.950 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.950 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.950 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.950 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.951 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.951 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.951 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.951 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.951 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.952 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.952 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.952 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.952 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.952 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.953 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.953 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.953 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.953 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.953 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.954 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.954 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.954 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.954 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.954 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.955 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.955 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.955 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.955 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.955 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:45.956 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:45.956 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.956 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:45.956 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 3, 2023-10-14T00:01:45.956 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:45.957 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.957 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.957 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.957 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.957 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.958 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.958 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.958 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.958 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.958 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.959 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.959 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.959 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.959 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.959 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.960 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.960 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.960 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.960 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.960 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.961 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.961 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.961 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.961 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.961 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.962 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.962 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.962 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.962 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.962 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.963 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.963 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:45.963 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:45.963 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.963 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:45.964 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 4, 2023-10-14T00:01:45.964 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:45.964 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.964 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.964 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.964 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.965 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.965 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.965 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.965 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.965 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.966 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.966 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.966 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.966 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.967 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.967 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.967 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.967 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.967 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.967 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.968 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.968 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.968 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.968 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.968 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.969 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.969 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.969 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.969 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.969 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.970 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.970 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.970 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:45.970 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:45.970 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.971 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:45.971 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 5, 2023-10-14T00:01:45.971 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:45.971 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.971 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.972 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.972 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.972 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.972 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.972 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.972 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.973 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.973 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.973 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.973 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.973 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.974 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.974 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.974 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.974 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.974 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.975 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.975 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.975 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.975 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.975 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.976 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.976 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.976 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.976 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.976 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.977 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.977 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.977 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.977 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:45.977 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:45.978 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.978 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:45.978 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 6, 2023-10-14T00:01:45.978 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:45.978 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.979 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.979 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.979 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.979 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.979 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.980 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.980 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.980 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.980 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.981 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.981 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.981 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.981 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.981 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.982 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.982 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.982 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.982 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.982 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.983 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.983 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.983 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.983 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.983 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.984 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.984 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.984 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.984 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.984 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.985 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.985 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:45.985 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:45.985 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.985 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:45.985 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 7, 2023-10-14T00:01:45.986 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:45.986 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.986 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.986 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.987 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.987 INFO:tasks.workunit.client.0.smithi055.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-10-14T00:01:45.987 INFO:tasks.workunit.client.0.smithi055.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-10-14T00:01:45.987 INFO:tasks.workunit.client.0.smithi055.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-10-14T00:01:45.987 INFO:tasks.workunit.client.0.smithi055.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-10-14T00:01:45.988 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.988 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.988 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.988 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.988 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.989 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.989 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.989 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.989 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.989 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.990 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.990 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.990 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.990 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.990 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.991 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.991 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.991 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.991 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.991 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.992 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.992 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.992 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:45.992 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:45.992 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:45.993 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:45.993 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:45.993 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:45.993 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_latency_out_bytes_histogram": { 2023-10-14T00:01:45.993 INFO:tasks.workunit.client.0.smithi055.stdout: "axes": [ 2023-10-14T00:01:45.994 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:45.994 INFO:tasks.workunit.client.0.smithi055.stdout: "buckets": 32, 2023-10-14T00:01:45.994 INFO:tasks.workunit.client.0.smithi055.stdout: "min": 0, 2023-10-14T00:01:45.994 INFO:tasks.workunit.client.0.smithi055.stdout: "name": "Latency (usec)", 2023-10-14T00:01:45.994 INFO:tasks.workunit.client.0.smithi055.stdout: "quant_size": 100000, 2023-10-14T00:01:45.995 INFO:tasks.workunit.client.0.smithi055.stdout: "ranges": [ 2023-10-14T00:01:45.995 INFO:tasks.workunit.client.0.smithi055.stdout: "[None, -1]", 2023-10-14T00:01:45.995 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 99999]", 2023-10-14T00:01:45.995 INFO:tasks.workunit.client.0.smithi055.stdout: "[100000, 199999]", 2023-10-14T00:01:45.995 INFO:tasks.workunit.client.0.smithi055.stdout: "[200000, 399999]", 2023-10-14T00:01:45.996 INFO:tasks.workunit.client.0.smithi055.stdout: "[400000, 799999]", 2023-10-14T00:01:45.996 INFO:tasks.workunit.client.0.smithi055.stdout: "[800000, 1599999]", 2023-10-14T00:01:45.996 INFO:tasks.workunit.client.0.smithi055.stdout: "[1600000, 3199999]", 2023-10-14T00:01:45.996 INFO:tasks.workunit.client.0.smithi055.stdout: "[3200000, 6399999]", 2023-10-14T00:01:45.996 INFO:tasks.workunit.client.0.smithi055.stdout: "[6400000, 12799999]", 2023-10-14T00:01:45.997 INFO:tasks.workunit.client.0.smithi055.stdout: "[12800000, 25599999]", 2023-10-14T00:01:45.997 INFO:tasks.workunit.client.0.smithi055.stdout: "[25600000, 51199999]", 2023-10-14T00:01:45.997 INFO:tasks.workunit.client.0.smithi055.stdout: "[51200000, 102399999]", 2023-10-14T00:01:45.997 INFO:tasks.workunit.client.0.smithi055.stdout: "[102400000, 204799999]", 2023-10-14T00:01:45.997 INFO:tasks.workunit.client.0.smithi055.stdout: "[204800000, 409599999]", 2023-10-14T00:01:45.998 INFO:tasks.workunit.client.0.smithi055.stdout: "[409600000, 819199999]", 2023-10-14T00:01:45.998 INFO:tasks.workunit.client.0.smithi055.stdout: "[819200000, 1638399999]", 2023-10-14T00:01:45.998 INFO:tasks.workunit.client.0.smithi055.stdout: "[1638400000, 3276799999]", 2023-10-14T00:01:45.998 INFO:tasks.workunit.client.0.smithi055.stdout: "[3276800000, 6553599999]", 2023-10-14T00:01:45.999 INFO:tasks.workunit.client.0.smithi055.stdout: "[6553600000, 13107199999]", 2023-10-14T00:01:45.999 INFO:tasks.workunit.client.0.smithi055.stdout: "[13107200000, 26214399999]", 2023-10-14T00:01:45.999 INFO:tasks.workunit.client.0.smithi055.stdout: "[26214400000, 52428799999]", 2023-10-14T00:01:45.999 INFO:tasks.workunit.client.0.smithi055.stdout: "[52428800000, 104857599999]", 2023-10-14T00:01:45.999 INFO:tasks.workunit.client.0.smithi055.stdout: "[104857600000, 209715199999]", 2023-10-14T00:01:46.000 INFO:tasks.workunit.client.0.smithi055.stdout: "[209715200000, 419430399999]", 2023-10-14T00:01:46.000 INFO:tasks.workunit.client.0.smithi055.stdout: "[419430400000, 838860799999]", 2023-10-14T00:01:46.000 INFO:tasks.workunit.client.0.smithi055.stdout: "[838860800000, 1677721599999]", 2023-10-14T00:01:46.000 INFO:tasks.workunit.client.0.smithi055.stdout: "[1677721600000, 3355443199999]", 2023-10-14T00:01:46.000 INFO:tasks.workunit.client.0.smithi055.stdout: "[3355443200000, 6710886399999]", 2023-10-14T00:01:46.000 INFO:tasks.workunit.client.0.smithi055.stdout: "[6710886400000, 13421772799999]", 2023-10-14T00:01:46.001 INFO:tasks.workunit.client.0.smithi055.stdout: "[13421772800000, 26843545599999]", 2023-10-14T00:01:46.001 INFO:tasks.workunit.client.0.smithi055.stdout: "[26843545600000, 53687091199999]", 2023-10-14T00:01:46.001 INFO:tasks.workunit.client.0.smithi055.stdout: "[53687091200000, None]" 2023-10-14T00:01:46.001 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:46.001 INFO:tasks.workunit.client.0.smithi055.stdout: "scale_type": "log2" 2023-10-14T00:01:46.002 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.002 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:46.002 INFO:tasks.workunit.client.0.smithi055.stdout: "buckets": 32, 2023-10-14T00:01:46.002 INFO:tasks.workunit.client.0.smithi055.stdout: "min": 0, 2023-10-14T00:01:46.002 INFO:tasks.workunit.client.0.smithi055.stdout: "name": "Request size (bytes)", 2023-10-14T00:01:46.003 INFO:tasks.workunit.client.0.smithi055.stdout: "quant_size": 512, 2023-10-14T00:01:46.003 INFO:tasks.workunit.client.0.smithi055.stdout: "ranges": [ 2023-10-14T00:01:46.003 INFO:tasks.workunit.client.0.smithi055.stdout: "[None, -1]", 2023-10-14T00:01:46.003 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 511]", 2023-10-14T00:01:46.003 INFO:tasks.workunit.client.0.smithi055.stdout: "[512, 1023]", 2023-10-14T00:01:46.004 INFO:tasks.workunit.client.0.smithi055.stdout: "[1024, 2047]", 2023-10-14T00:01:46.006 INFO:tasks.workunit.client.0.smithi055.stdout: "[2048, 4095]", 2023-10-14T00:01:46.006 INFO:tasks.workunit.client.0.smithi055.stdout: "[4096, 8191]", 2023-10-14T00:01:46.006 INFO:tasks.workunit.client.0.smithi055.stdout: "[8192, 16383]", 2023-10-14T00:01:46.006 INFO:tasks.workunit.client.0.smithi055.stdout: "[16384, 32767]", 2023-10-14T00:01:46.006 INFO:tasks.workunit.client.0.smithi055.stdout: "[32768, 65535]", 2023-10-14T00:01:46.007 INFO:tasks.workunit.client.0.smithi055.stdout: "[65536, 131071]", 2023-10-14T00:01:46.007 INFO:tasks.workunit.client.0.smithi055.stdout: "[131072, 262143]", 2023-10-14T00:01:46.007 INFO:tasks.workunit.client.0.smithi055.stdout: "[262144, 524287]", 2023-10-14T00:01:46.007 INFO:tasks.workunit.client.0.smithi055.stdout: "[524288, 1048575]", 2023-10-14T00:01:46.007 INFO:tasks.workunit.client.0.smithi055.stdout: "[1048576, 2097151]", 2023-10-14T00:01:46.008 INFO:tasks.workunit.client.0.smithi055.stdout: "[2097152, 4194303]", 2023-10-14T00:01:46.008 INFO:tasks.workunit.client.0.smithi055.stdout: "[4194304, 8388607]", 2023-10-14T00:01:46.008 INFO:tasks.workunit.client.0.smithi055.stdout: "[8388608, 16777215]", 2023-10-14T00:01:46.008 INFO:tasks.workunit.client.0.smithi055.stdout: "[16777216, 33554431]", 2023-10-14T00:01:46.008 INFO:tasks.workunit.client.0.smithi055.stdout: "[33554432, 67108863]", 2023-10-14T00:01:46.009 INFO:tasks.workunit.client.0.smithi055.stdout: "[67108864, 134217727]", 2023-10-14T00:01:46.009 INFO:tasks.workunit.client.0.smithi055.stdout: "[134217728, 268435455]", 2023-10-14T00:01:46.009 INFO:tasks.workunit.client.0.smithi055.stdout: "[268435456, 536870911]", 2023-10-14T00:01:46.009 INFO:tasks.workunit.client.0.smithi055.stdout: "[536870912, 1073741823]", 2023-10-14T00:01:46.009 INFO:tasks.workunit.client.0.smithi055.stdout: "[1073741824, 2147483647]", 2023-10-14T00:01:46.010 INFO:tasks.workunit.client.0.smithi055.stdout: "[2147483648, 4294967295]", 2023-10-14T00:01:46.010 INFO:tasks.workunit.client.0.smithi055.stdout: "[4294967296, 8589934591]", 2023-10-14T00:01:46.010 INFO:tasks.workunit.client.0.smithi055.stdout: "[8589934592, 17179869183]", 2023-10-14T00:01:46.010 INFO:tasks.workunit.client.0.smithi055.stdout: "[17179869184, 34359738367]", 2023-10-14T00:01:46.010 INFO:tasks.workunit.client.0.smithi055.stdout: "[34359738368, 68719476735]", 2023-10-14T00:01:46.011 INFO:tasks.workunit.client.0.smithi055.stdout: "[68719476736, 137438953471]", 2023-10-14T00:01:46.011 INFO:tasks.workunit.client.0.smithi055.stdout: "[137438953472, 274877906943]", 2023-10-14T00:01:46.011 INFO:tasks.workunit.client.0.smithi055.stdout: "[274877906944, None]" 2023-10-14T00:01:46.011 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:46.011 INFO:tasks.workunit.client.0.smithi055.stdout: "scale_type": "log2" 2023-10-14T00:01:46.012 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.012 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:46.012 INFO:tasks.workunit.client.0.smithi055.stdout: "osds": [ 2023-10-14T00:01:46.012 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:46.012 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 0, 2023-10-14T00:01:46.013 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:46.013 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.013 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.013 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.013 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.014 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.014 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.014 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.014 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.014 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.015 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.015 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.015 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.015 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.015 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.016 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.016 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.016 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.016 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.016 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.017 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.017 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.017 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.017 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.017 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.018 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.018 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.018 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.018 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.018 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.019 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.019 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.019 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:46.019 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:46.019 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.020 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:46.020 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 1, 2023-10-14T00:01:46.020 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:46.020 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.020 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.020 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.021 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.021 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.021 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 21, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.021 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.022 INFO:tasks.workunit.client.0.smithi055.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-10-14T00:01:46.022 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.022 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.022 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.022 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.023 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.023 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.023 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.023 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.023 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.024 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.024 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.024 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.024 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.024 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.025 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.025 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.025 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.025 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.025 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.025 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.026 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.026 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.026 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.026 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:46.026 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:46.027 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.027 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:46.027 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 2, 2023-10-14T00:01:46.027 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:46.027 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.028 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.028 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.028 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.028 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.028 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.029 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.029 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.029 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.029 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.029 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.030 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.030 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.030 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.030 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.030 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.031 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.031 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.031 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.031 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.031 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.032 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.032 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.032 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.032 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.032 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.032 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.033 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.033 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.033 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.033 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.033 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:46.034 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:46.034 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.034 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:46.034 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 3, 2023-10-14T00:01:46.034 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:46.035 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.035 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.035 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.035 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.035 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.036 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.036 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.036 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.036 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.036 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.037 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.037 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.037 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.037 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.037 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.038 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.038 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.038 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.038 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.038 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.039 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.039 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.039 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.039 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.039 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.040 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.040 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.040 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.040 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.040 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.041 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.041 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:46.041 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:46.041 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.041 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:46.042 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 4, 2023-10-14T00:01:46.042 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:46.042 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.042 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.042 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.043 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.043 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.043 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.043 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.043 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.044 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.044 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.044 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.045 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.045 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.045 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.045 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.045 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.045 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.046 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.046 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.046 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.046 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.046 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.047 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.047 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.047 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.047 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.047 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.048 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.048 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.048 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.048 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.048 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:46.049 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:46.049 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.049 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:46.049 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 5, 2023-10-14T00:01:46.049 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:46.050 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.050 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.050 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.050 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.051 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.051 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.051 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.051 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.051 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.051 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.052 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.052 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.052 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.052 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.052 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.053 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.053 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.053 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.053 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.053 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.054 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.054 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.054 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.054 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.054 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.055 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.055 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.055 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.055 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.055 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.056 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.056 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:46.056 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:46.056 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.056 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:46.057 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 6, 2023-10-14T00:01:46.057 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:46.057 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.057 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.057 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.058 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.058 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.058 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.058 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.058 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.058 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.059 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.059 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.059 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.059 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.059 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.060 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.060 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.060 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.060 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.060 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.061 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.061 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.061 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.061 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.061 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.061 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.062 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.062 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.062 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.062 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.062 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.063 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.063 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:46.063 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:46.063 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.063 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:46.064 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 7, 2023-10-14T00:01:46.064 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:46.064 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.064 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.064 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.065 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.065 INFO:tasks.workunit.client.0.smithi055.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-10-14T00:01:46.065 INFO:tasks.workunit.client.0.smithi055.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-10-14T00:01:46.065 INFO:tasks.workunit.client.0.smithi055.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-10-14T00:01:46.065 INFO:tasks.workunit.client.0.smithi055.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-10-14T00:01:46.066 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.066 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.066 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.066 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.066 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.067 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.067 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.067 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.067 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.067 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.067 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.068 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.068 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.068 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.068 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.069 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.069 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.069 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.069 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.069 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.069 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.070 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.070 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.070 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:46.070 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:46.070 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.071 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:46.071 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.071 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_latency_in_bytes_histogram": { 2023-10-14T00:01:46.071 INFO:tasks.workunit.client.0.smithi055.stdout: "axes": [ 2023-10-14T00:01:46.071 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:46.072 INFO:tasks.workunit.client.0.smithi055.stdout: "buckets": 32, 2023-10-14T00:01:46.072 INFO:tasks.workunit.client.0.smithi055.stdout: "min": 0, 2023-10-14T00:01:46.072 INFO:tasks.workunit.client.0.smithi055.stdout: "name": "Latency (usec)", 2023-10-14T00:01:46.072 INFO:tasks.workunit.client.0.smithi055.stdout: "quant_size": 100000, 2023-10-14T00:01:46.072 INFO:tasks.workunit.client.0.smithi055.stdout: "ranges": [ 2023-10-14T00:01:46.073 INFO:tasks.workunit.client.0.smithi055.stdout: "[None, -1]", 2023-10-14T00:01:46.073 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 99999]", 2023-10-14T00:01:46.073 INFO:tasks.workunit.client.0.smithi055.stdout: "[100000, 199999]", 2023-10-14T00:01:46.073 INFO:tasks.workunit.client.0.smithi055.stdout: "[200000, 399999]", 2023-10-14T00:01:46.073 INFO:tasks.workunit.client.0.smithi055.stdout: "[400000, 799999]", 2023-10-14T00:01:46.074 INFO:tasks.workunit.client.0.smithi055.stdout: "[800000, 1599999]", 2023-10-14T00:01:46.074 INFO:tasks.workunit.client.0.smithi055.stdout: "[1600000, 3199999]", 2023-10-14T00:01:46.074 INFO:tasks.workunit.client.0.smithi055.stdout: "[3200000, 6399999]", 2023-10-14T00:01:46.074 INFO:tasks.workunit.client.0.smithi055.stdout: "[6400000, 12799999]", 2023-10-14T00:01:46.074 INFO:tasks.workunit.client.0.smithi055.stdout: "[12800000, 25599999]", 2023-10-14T00:01:46.075 INFO:tasks.workunit.client.0.smithi055.stdout: "[25600000, 51199999]", 2023-10-14T00:01:46.075 INFO:tasks.workunit.client.0.smithi055.stdout: "[51200000, 102399999]", 2023-10-14T00:01:46.075 INFO:tasks.workunit.client.0.smithi055.stdout: "[102400000, 204799999]", 2023-10-14T00:01:46.075 INFO:tasks.workunit.client.0.smithi055.stdout: "[204800000, 409599999]", 2023-10-14T00:01:46.075 INFO:tasks.workunit.client.0.smithi055.stdout: "[409600000, 819199999]", 2023-10-14T00:01:46.076 INFO:tasks.workunit.client.0.smithi055.stdout: "[819200000, 1638399999]", 2023-10-14T00:01:46.076 INFO:tasks.workunit.client.0.smithi055.stdout: "[1638400000, 3276799999]", 2023-10-14T00:01:46.076 INFO:tasks.workunit.client.0.smithi055.stdout: "[3276800000, 6553599999]", 2023-10-14T00:01:46.076 INFO:tasks.workunit.client.0.smithi055.stdout: "[6553600000, 13107199999]", 2023-10-14T00:01:46.076 INFO:tasks.workunit.client.0.smithi055.stdout: "[13107200000, 26214399999]", 2023-10-14T00:01:46.077 INFO:tasks.workunit.client.0.smithi055.stdout: "[26214400000, 52428799999]", 2023-10-14T00:01:46.077 INFO:tasks.workunit.client.0.smithi055.stdout: "[52428800000, 104857599999]", 2023-10-14T00:01:46.077 INFO:tasks.workunit.client.0.smithi055.stdout: "[104857600000, 209715199999]", 2023-10-14T00:01:46.077 INFO:tasks.workunit.client.0.smithi055.stdout: "[209715200000, 419430399999]", 2023-10-14T00:01:46.077 INFO:tasks.workunit.client.0.smithi055.stdout: "[419430400000, 838860799999]", 2023-10-14T00:01:46.077 INFO:tasks.workunit.client.0.smithi055.stdout: "[838860800000, 1677721599999]", 2023-10-14T00:01:46.078 INFO:tasks.workunit.client.0.smithi055.stdout: "[1677721600000, 3355443199999]", 2023-10-14T00:01:46.078 INFO:tasks.workunit.client.0.smithi055.stdout: "[3355443200000, 6710886399999]", 2023-10-14T00:01:46.078 INFO:tasks.workunit.client.0.smithi055.stdout: "[6710886400000, 13421772799999]", 2023-10-14T00:01:46.078 INFO:tasks.workunit.client.0.smithi055.stdout: "[13421772800000, 26843545599999]", 2023-10-14T00:01:46.079 INFO:tasks.workunit.client.0.smithi055.stdout: "[26843545600000, 53687091199999]", 2023-10-14T00:01:46.079 INFO:tasks.workunit.client.0.smithi055.stdout: "[53687091200000, None]" 2023-10-14T00:01:46.079 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:46.079 INFO:tasks.workunit.client.0.smithi055.stdout: "scale_type": "log2" 2023-10-14T00:01:46.079 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.080 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:46.080 INFO:tasks.workunit.client.0.smithi055.stdout: "buckets": 32, 2023-10-14T00:01:46.080 INFO:tasks.workunit.client.0.smithi055.stdout: "min": 0, 2023-10-14T00:01:46.080 INFO:tasks.workunit.client.0.smithi055.stdout: "name": "Request size (bytes)", 2023-10-14T00:01:46.080 INFO:tasks.workunit.client.0.smithi055.stdout: "quant_size": 512, 2023-10-14T00:01:46.081 INFO:tasks.workunit.client.0.smithi055.stdout: "ranges": [ 2023-10-14T00:01:46.081 INFO:tasks.workunit.client.0.smithi055.stdout: "[None, -1]", 2023-10-14T00:01:46.081 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 511]", 2023-10-14T00:01:46.081 INFO:tasks.workunit.client.0.smithi055.stdout: "[512, 1023]", 2023-10-14T00:01:46.081 INFO:tasks.workunit.client.0.smithi055.stdout: "[1024, 2047]", 2023-10-14T00:01:46.081 INFO:tasks.workunit.client.0.smithi055.stdout: "[2048, 4095]", 2023-10-14T00:01:46.082 INFO:tasks.workunit.client.0.smithi055.stdout: "[4096, 8191]", 2023-10-14T00:01:46.082 INFO:tasks.workunit.client.0.smithi055.stdout: "[8192, 16383]", 2023-10-14T00:01:46.082 INFO:tasks.workunit.client.0.smithi055.stdout: "[16384, 32767]", 2023-10-14T00:01:46.082 INFO:tasks.workunit.client.0.smithi055.stdout: "[32768, 65535]", 2023-10-14T00:01:46.082 INFO:tasks.workunit.client.0.smithi055.stdout: "[65536, 131071]", 2023-10-14T00:01:46.083 INFO:tasks.workunit.client.0.smithi055.stdout: "[131072, 262143]", 2023-10-14T00:01:46.083 INFO:tasks.workunit.client.0.smithi055.stdout: "[262144, 524287]", 2023-10-14T00:01:46.083 INFO:tasks.workunit.client.0.smithi055.stdout: "[524288, 1048575]", 2023-10-14T00:01:46.083 INFO:tasks.workunit.client.0.smithi055.stdout: "[1048576, 2097151]", 2023-10-14T00:01:46.083 INFO:tasks.workunit.client.0.smithi055.stdout: "[2097152, 4194303]", 2023-10-14T00:01:46.084 INFO:tasks.workunit.client.0.smithi055.stdout: "[4194304, 8388607]", 2023-10-14T00:01:46.084 INFO:tasks.workunit.client.0.smithi055.stdout: "[8388608, 16777215]", 2023-10-14T00:01:46.084 INFO:tasks.workunit.client.0.smithi055.stdout: "[16777216, 33554431]", 2023-10-14T00:01:46.084 INFO:tasks.workunit.client.0.smithi055.stdout: "[33554432, 67108863]", 2023-10-14T00:01:46.084 INFO:tasks.workunit.client.0.smithi055.stdout: "[67108864, 134217727]", 2023-10-14T00:01:46.085 INFO:tasks.workunit.client.0.smithi055.stdout: "[134217728, 268435455]", 2023-10-14T00:01:46.085 INFO:tasks.workunit.client.0.smithi055.stdout: "[268435456, 536870911]", 2023-10-14T00:01:46.085 INFO:tasks.workunit.client.0.smithi055.stdout: "[536870912, 1073741823]", 2023-10-14T00:01:46.085 INFO:tasks.workunit.client.0.smithi055.stdout: "[1073741824, 2147483647]", 2023-10-14T00:01:46.085 INFO:tasks.workunit.client.0.smithi055.stdout: "[2147483648, 4294967295]", 2023-10-14T00:01:46.086 INFO:tasks.workunit.client.0.smithi055.stdout: "[4294967296, 8589934591]", 2023-10-14T00:01:46.086 INFO:tasks.workunit.client.0.smithi055.stdout: "[8589934592, 17179869183]", 2023-10-14T00:01:46.086 INFO:tasks.workunit.client.0.smithi055.stdout: "[17179869184, 34359738367]", 2023-10-14T00:01:46.086 INFO:tasks.workunit.client.0.smithi055.stdout: "[34359738368, 68719476735]", 2023-10-14T00:01:46.086 INFO:tasks.workunit.client.0.smithi055.stdout: "[68719476736, 137438953471]", 2023-10-14T00:01:46.087 INFO:tasks.workunit.client.0.smithi055.stdout: "[137438953472, 274877906943]", 2023-10-14T00:01:46.087 INFO:tasks.workunit.client.0.smithi055.stdout: "[274877906944, None]" 2023-10-14T00:01:46.087 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:46.087 INFO:tasks.workunit.client.0.smithi055.stdout: "scale_type": "log2" 2023-10-14T00:01:46.087 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.088 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:46.088 INFO:tasks.workunit.client.0.smithi055.stdout: "osds": [ 2023-10-14T00:01:46.088 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:46.088 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 0, 2023-10-14T00:01:46.088 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:46.089 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.089 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.089 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.089 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.089 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.090 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.090 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.090 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.090 INFO:tasks.workunit.client.0.smithi055.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-10-14T00:01:46.090 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.091 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.091 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.091 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.091 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.091 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.092 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.092 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.092 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.092 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.092 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.093 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.093 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.093 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.093 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.093 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.094 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.094 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.094 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.094 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.094 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.095 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.095 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:46.095 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:46.095 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.095 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:46.096 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 1, 2023-10-14T00:01:46.096 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:46.096 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.096 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.096 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.097 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.097 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.097 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 12, 2, 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-10-14T00:01:46.097 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 9, 3, 0, 0, 0, 0, 0, 0, 18, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.097 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 18, 3, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.098 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 15, 0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.098 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.098 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.098 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.098 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.099 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.099 INFO:tasks.workunit.client.0.smithi055.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-10-14T00:01:46.099 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.099 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.099 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.100 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.100 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.100 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.100 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.100 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.101 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.101 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.101 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.101 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.101 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.102 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.102 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.102 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.102 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:46.102 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:46.103 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.103 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:46.103 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 2, 2023-10-14T00:01:46.103 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:46.103 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.104 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.104 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.104 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.104 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.105 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.105 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.105 INFO:tasks.workunit.client.0.smithi055.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-10-14T00:01:46.105 INFO:tasks.workunit.client.0.smithi055.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-10-14T00:01:46.105 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.105 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.106 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.106 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.106 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.106 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.107 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.107 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.107 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.107 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.107 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.107 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.108 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.108 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.108 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.108 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.108 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.109 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.109 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.109 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.109 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.110 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.110 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:46.110 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:46.110 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.110 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:46.111 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 3, 2023-10-14T00:01:46.111 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:46.111 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.111 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.111 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.112 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.112 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.112 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.112 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.112 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.113 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.113 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.113 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.113 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.113 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.114 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.114 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.114 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.114 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.114 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.115 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.115 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.115 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.115 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.115 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.116 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.116 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.116 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.116 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.116 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.117 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.117 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.117 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.117 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:46.117 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:46.118 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.118 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:46.118 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 4, 2023-10-14T00:01:46.118 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:46.118 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.119 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.119 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.119 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.119 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.119 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.120 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.120 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.120 INFO:tasks.workunit.client.0.smithi055.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-10-14T00:01:46.120 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.120 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.121 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.121 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.121 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.121 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.121 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.122 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.122 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.122 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.122 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.122 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.123 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.123 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.123 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.123 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.123 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.124 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.124 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.124 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.124 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.124 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.125 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:46.125 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:46.125 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.125 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:46.125 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 5, 2023-10-14T00:01:46.126 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:46.126 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.126 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.126 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.126 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.127 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.127 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.127 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.127 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.127 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.128 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.128 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.128 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.128 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.128 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.129 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.129 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.129 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.129 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.129 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.130 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.130 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.130 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.130 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.130 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.131 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.131 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.131 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.131 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.132 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.132 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.132 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.132 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:46.132 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:46.132 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.133 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:46.133 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 6, 2023-10-14T00:01:46.133 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:46.133 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.133 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.134 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.134 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.134 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.134 INFO:tasks.workunit.client.0.smithi055.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-10-14T00:01:46.134 INFO:tasks.workunit.client.0.smithi055.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-10-14T00:01:46.135 INFO:tasks.workunit.client.0.smithi055.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-10-14T00:01:46.135 INFO:tasks.workunit.client.0.smithi055.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-10-14T00:01:46.135 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.135 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.135 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.136 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.136 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.136 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.136 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.136 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.137 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.137 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.137 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.137 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.137 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.138 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.138 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.138 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.138 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.138 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.139 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.139 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.139 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.139 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.139 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:46.140 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:46.140 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.140 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:46.140 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 7, 2023-10-14T00:01:46.140 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:46.141 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.141 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.141 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.141 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.141 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.141 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 3, 0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.142 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 4, 3, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.142 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 15, 0, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.142 INFO:tasks.workunit.client.0.smithi055.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-10-14T00:01:46.142 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.142 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.143 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.143 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.143 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.143 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.143 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.144 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.144 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.144 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.144 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.144 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.145 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.145 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.145 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.145 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.146 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.146 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.146 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.146 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.146 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.147 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:46.147 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:46.147 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:46.147 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.147 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:46.148 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.148 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.148 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:46.148 INFO:tasks.workunit.client.0.smithi055.stdout: "perf_counters": { 2023-10-14T00:01:46.148 INFO:tasks.workunit.client.0.smithi055.stdout: "mds.fe904ab04ef150d6a4985b523e27aa3168a6aa96": { 2023-10-14T00:01:46.149 INFO:tasks.workunit.client.0.smithi055.stdout: "mds": { 2023-10-14T00:01:46.149 INFO:tasks.workunit.client.0.smithi055.stdout: "caps": { 2023-10-14T00:01:46.149 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.149 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.149 INFO:tasks.workunit.client.0.smithi055.stdout: "ceph_cap_op_flush_ack": { 2023-10-14T00:01:46.150 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.150 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.150 INFO:tasks.workunit.client.0.smithi055.stdout: "ceph_cap_op_flushsnap_ack": { 2023-10-14T00:01:46.150 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.150 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.151 INFO:tasks.workunit.client.0.smithi055.stdout: "ceph_cap_op_grant": { 2023-10-14T00:01:46.151 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.151 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.151 INFO:tasks.workunit.client.0.smithi055.stdout: "ceph_cap_op_revoke": { 2023-10-14T00:01:46.151 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.152 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.152 INFO:tasks.workunit.client.0.smithi055.stdout: "ceph_cap_op_trunc": { 2023-10-14T00:01:46.152 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.152 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.152 INFO:tasks.workunit.client.0.smithi055.stdout: "dir_commit": { 2023-10-14T00:01:46.153 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 12 2023-10-14T00:01:46.153 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.153 INFO:tasks.workunit.client.0.smithi055.stdout: "dir_fetch": { 2023-10-14T00:01:46.153 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.153 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.154 INFO:tasks.workunit.client.0.smithi055.stdout: "dir_merge": { 2023-10-14T00:01:46.154 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.154 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.154 INFO:tasks.workunit.client.0.smithi055.stdout: "dir_split": { 2023-10-14T00:01:46.154 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.155 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.155 INFO:tasks.workunit.client.0.smithi055.stdout: "exported_inodes": { 2023-10-14T00:01:46.155 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.155 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.155 INFO:tasks.workunit.client.0.smithi055.stdout: "forward": { 2023-10-14T00:01:46.155 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.156 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.156 INFO:tasks.workunit.client.0.smithi055.stdout: "handle_client_cap_release": { 2023-10-14T00:01:46.156 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.156 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.156 INFO:tasks.workunit.client.0.smithi055.stdout: "handle_client_caps": { 2023-10-14T00:01:46.157 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.157 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.157 INFO:tasks.workunit.client.0.smithi055.stdout: "handle_client_caps_dirty": { 2023-10-14T00:01:46.157 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.157 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.158 INFO:tasks.workunit.client.0.smithi055.stdout: "handle_inode_file_caps": { 2023-10-14T00:01:46.158 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.158 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.158 INFO:tasks.workunit.client.0.smithi055.stdout: "imported_inodes": { 2023-10-14T00:01:46.158 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.159 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.159 INFO:tasks.workunit.client.0.smithi055.stdout: "inodes": { 2023-10-14T00:01:46.159 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 10 2023-10-14T00:01:46.159 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.159 INFO:tasks.workunit.client.0.smithi055.stdout: "inodes_expired": { 2023-10-14T00:01:46.159 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.160 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.160 INFO:tasks.workunit.client.0.smithi055.stdout: "inodes_pinned": { 2023-10-14T00:01:46.160 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 10 2023-10-14T00:01:46.160 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.160 INFO:tasks.workunit.client.0.smithi055.stdout: "inodes_with_caps": { 2023-10-14T00:01:46.161 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.161 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.161 INFO:tasks.workunit.client.0.smithi055.stdout: "load_cent": { 2023-10-14T00:01:46.161 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.161 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.162 INFO:tasks.workunit.client.0.smithi055.stdout: "openino_dir_fetch": { 2023-10-14T00:01:46.162 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.162 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.162 INFO:tasks.workunit.client.0.smithi055.stdout: "process_request_cap_release": { 2023-10-14T00:01:46.162 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.163 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.163 INFO:tasks.workunit.client.0.smithi055.stdout: "reply_latency": { 2023-10-14T00:01:46.163 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 2, 2023-10-14T00:01:46.163 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 107440 2023-10-14T00:01:46.163 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.163 INFO:tasks.workunit.client.0.smithi055.stdout: "request": { 2023-10-14T00:01:46.164 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2 2023-10-14T00:01:46.164 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.164 INFO:tasks.workunit.client.0.smithi055.stdout: "root_rbytes": { 2023-10-14T00:01:46.164 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.164 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.165 INFO:tasks.workunit.client.0.smithi055.stdout: "root_rfiles": { 2023-10-14T00:01:46.165 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.165 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.165 INFO:tasks.workunit.client.0.smithi055.stdout: "root_rsnaps": { 2023-10-14T00:01:46.165 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.166 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.166 INFO:tasks.workunit.client.0.smithi055.stdout: "slow_reply": { 2023-10-14T00:01:46.166 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.166 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.166 INFO:tasks.workunit.client.0.smithi055.stdout: "subtrees": { 2023-10-14T00:01:46.167 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2 2023-10-14T00:01:46.167 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.167 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.167 INFO:tasks.workunit.client.0.smithi055.stdout: "mds_cache": { 2023-10-14T00:01:46.167 INFO:tasks.workunit.client.0.smithi055.stdout: "ireq_enqueue_scrub": { 2023-10-14T00:01:46.168 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.168 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.168 INFO:tasks.workunit.client.0.smithi055.stdout: "ireq_exportdir": { 2023-10-14T00:01:46.168 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.168 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.169 INFO:tasks.workunit.client.0.smithi055.stdout: "ireq_flush": { 2023-10-14T00:01:46.169 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.169 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.169 INFO:tasks.workunit.client.0.smithi055.stdout: "ireq_fragmentdir": { 2023-10-14T00:01:46.169 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.170 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.170 INFO:tasks.workunit.client.0.smithi055.stdout: "ireq_fragstats": { 2023-10-14T00:01:46.170 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.170 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.170 INFO:tasks.workunit.client.0.smithi055.stdout: "ireq_inodestats": { 2023-10-14T00:01:46.171 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.171 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.171 INFO:tasks.workunit.client.0.smithi055.stdout: "num_recovering_enqueued": { 2023-10-14T00:01:46.171 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.171 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.172 INFO:tasks.workunit.client.0.smithi055.stdout: "num_recovering_prioritized": { 2023-10-14T00:01:46.172 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.172 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.172 INFO:tasks.workunit.client.0.smithi055.stdout: "num_recovering_processing": { 2023-10-14T00:01:46.172 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.173 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.173 INFO:tasks.workunit.client.0.smithi055.stdout: "num_strays": { 2023-10-14T00:01:46.173 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.173 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.173 INFO:tasks.workunit.client.0.smithi055.stdout: "num_strays_delayed": { 2023-10-14T00:01:46.174 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.174 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.174 INFO:tasks.workunit.client.0.smithi055.stdout: "num_strays_enqueuing": { 2023-10-14T00:01:46.174 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.174 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.175 INFO:tasks.workunit.client.0.smithi055.stdout: "recovery_completed": { 2023-10-14T00:01:46.175 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.175 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.175 INFO:tasks.workunit.client.0.smithi055.stdout: "recovery_started": { 2023-10-14T00:01:46.175 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.175 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.176 INFO:tasks.workunit.client.0.smithi055.stdout: "strays_created": { 2023-10-14T00:01:46.176 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.176 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.176 INFO:tasks.workunit.client.0.smithi055.stdout: "strays_enqueued": { 2023-10-14T00:01:46.176 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.177 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.177 INFO:tasks.workunit.client.0.smithi055.stdout: "strays_migrated": { 2023-10-14T00:01:46.177 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.177 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.177 INFO:tasks.workunit.client.0.smithi055.stdout: "strays_reintegrated": { 2023-10-14T00:01:46.178 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.178 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.178 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.178 INFO:tasks.workunit.client.0.smithi055.stdout: "mds_log": { 2023-10-14T00:01:46.178 INFO:tasks.workunit.client.0.smithi055.stdout: "ev": { 2023-10-14T00:01:46.179 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 5 2023-10-14T00:01:46.179 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.179 INFO:tasks.workunit.client.0.smithi055.stdout: "evadd": { 2023-10-14T00:01:46.179 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 5 2023-10-14T00:01:46.179 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.180 INFO:tasks.workunit.client.0.smithi055.stdout: "evex": { 2023-10-14T00:01:46.180 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.180 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.180 INFO:tasks.workunit.client.0.smithi055.stdout: "evexd": { 2023-10-14T00:01:46.180 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.181 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.181 INFO:tasks.workunit.client.0.smithi055.stdout: "evexg": { 2023-10-14T00:01:46.181 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.181 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.181 INFO:tasks.workunit.client.0.smithi055.stdout: "evtrm": { 2023-10-14T00:01:46.182 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.182 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.182 INFO:tasks.workunit.client.0.smithi055.stdout: "jlat": { 2023-10-14T00:01:46.182 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 5, 2023-10-14T00:01:46.182 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 9185484 2023-10-14T00:01:46.183 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.183 INFO:tasks.workunit.client.0.smithi055.stdout: "replayed": { 2023-10-14T00:01:46.183 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.183 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.183 INFO:tasks.workunit.client.0.smithi055.stdout: "seg": { 2023-10-14T00:01:46.183 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1 2023-10-14T00:01:46.184 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.184 INFO:tasks.workunit.client.0.smithi055.stdout: "segadd": { 2023-10-14T00:01:46.184 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1 2023-10-14T00:01:46.184 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.184 INFO:tasks.workunit.client.0.smithi055.stdout: "segex": { 2023-10-14T00:01:46.185 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.185 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.185 INFO:tasks.workunit.client.0.smithi055.stdout: "segexd": { 2023-10-14T00:01:46.185 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.185 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.186 INFO:tasks.workunit.client.0.smithi055.stdout: "segexg": { 2023-10-14T00:01:46.186 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.186 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.186 INFO:tasks.workunit.client.0.smithi055.stdout: "segtrm": { 2023-10-14T00:01:46.186 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.187 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.187 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.187 INFO:tasks.workunit.client.0.smithi055.stdout: "mds_mem": { 2023-10-14T00:01:46.187 INFO:tasks.workunit.client.0.smithi055.stdout: "cap": { 2023-10-14T00:01:46.187 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.188 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.188 INFO:tasks.workunit.client.0.smithi055.stdout: "cap+": { 2023-10-14T00:01:46.188 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2 2023-10-14T00:01:46.188 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.188 INFO:tasks.workunit.client.0.smithi055.stdout: "cap-": { 2023-10-14T00:01:46.189 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2 2023-10-14T00:01:46.189 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.189 INFO:tasks.workunit.client.0.smithi055.stdout: "dir": { 2023-10-14T00:01:46.189 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 12 2023-10-14T00:01:46.189 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.190 INFO:tasks.workunit.client.0.smithi055.stdout: "dir+": { 2023-10-14T00:01:46.190 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 12 2023-10-14T00:01:46.190 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.190 INFO:tasks.workunit.client.0.smithi055.stdout: "dir-": { 2023-10-14T00:01:46.190 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.191 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.191 INFO:tasks.workunit.client.0.smithi055.stdout: "dn": { 2023-10-14T00:01:46.191 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 10 2023-10-14T00:01:46.191 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.191 INFO:tasks.workunit.client.0.smithi055.stdout: "dn+": { 2023-10-14T00:01:46.192 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 10 2023-10-14T00:01:46.192 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.192 INFO:tasks.workunit.client.0.smithi055.stdout: "dn-": { 2023-10-14T00:01:46.192 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.192 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.193 INFO:tasks.workunit.client.0.smithi055.stdout: "heap": { 2023-10-14T00:01:46.193 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 207132 2023-10-14T00:01:46.193 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.193 INFO:tasks.workunit.client.0.smithi055.stdout: "ino": { 2023-10-14T00:01:46.193 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 13 2023-10-14T00:01:46.194 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.194 INFO:tasks.workunit.client.0.smithi055.stdout: "ino+": { 2023-10-14T00:01:46.194 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 13 2023-10-14T00:01:46.194 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.194 INFO:tasks.workunit.client.0.smithi055.stdout: "ino-": { 2023-10-14T00:01:46.194 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.195 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.195 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.195 INFO:tasks.workunit.client.0.smithi055.stdout: "mds_server": { 2023-10-14T00:01:46.195 INFO:tasks.workunit.client.0.smithi055.stdout: "cap_acquisition_throttle": { 2023-10-14T00:01:46.195 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.196 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.196 INFO:tasks.workunit.client.0.smithi055.stdout: "cap_revoke_eviction": { 2023-10-14T00:01:46.196 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.196 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.197 INFO:tasks.workunit.client.0.smithi055.stdout: "handle_client_request": { 2023-10-14T00:01:46.197 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2 2023-10-14T00:01:46.197 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.197 INFO:tasks.workunit.client.0.smithi055.stdout: "handle_client_session": { 2023-10-14T00:01:46.197 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 16 2023-10-14T00:01:46.198 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.198 INFO:tasks.workunit.client.0.smithi055.stdout: "handle_peer_request": { 2023-10-14T00:01:46.198 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.198 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.198 INFO:tasks.workunit.client.0.smithi055.stdout: "req_create_latency": { 2023-10-14T00:01:46.199 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.199 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.199 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.199 INFO:tasks.workunit.client.0.smithi055.stdout: "req_getattr_latency": { 2023-10-14T00:01:46.199 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 2, 2023-10-14T00:01:46.199 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 107440 2023-10-14T00:01:46.200 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.200 INFO:tasks.workunit.client.0.smithi055.stdout: "req_getfilelock_latency": { 2023-10-14T00:01:46.200 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.200 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.201 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.201 INFO:tasks.workunit.client.0.smithi055.stdout: "req_getvxattr_latency": { 2023-10-14T00:01:46.201 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.201 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.201 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.202 INFO:tasks.workunit.client.0.smithi055.stdout: "req_link_latency": { 2023-10-14T00:01:46.202 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.202 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.202 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.202 INFO:tasks.workunit.client.0.smithi055.stdout: "req_lookup_latency": { 2023-10-14T00:01:46.203 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.203 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.203 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.203 INFO:tasks.workunit.client.0.smithi055.stdout: "req_lookuphash_latency": { 2023-10-14T00:01:46.203 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.204 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.204 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.204 INFO:tasks.workunit.client.0.smithi055.stdout: "req_lookupino_latency": { 2023-10-14T00:01:46.204 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.204 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.204 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.205 INFO:tasks.workunit.client.0.smithi055.stdout: "req_lookupname_latency": { 2023-10-14T00:01:46.205 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.205 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.205 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.205 INFO:tasks.workunit.client.0.smithi055.stdout: "req_lookupparent_latency": { 2023-10-14T00:01:46.206 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.206 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.206 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.206 INFO:tasks.workunit.client.0.smithi055.stdout: "req_lookupsnap_latency": { 2023-10-14T00:01:46.206 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.207 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.207 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.209 INFO:tasks.workunit.client.0.smithi055.stdout: "req_lssnap_latency": { 2023-10-14T00:01:46.210 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.210 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.210 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.210 INFO:tasks.workunit.client.0.smithi055.stdout: "req_mkdir_latency": { 2023-10-14T00:01:46.210 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.211 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.211 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.211 INFO:tasks.workunit.client.0.smithi055.stdout: "req_mknod_latency": { 2023-10-14T00:01:46.211 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.211 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.212 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.212 INFO:tasks.workunit.client.0.smithi055.stdout: "req_mksnap_latency": { 2023-10-14T00:01:46.212 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.212 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.212 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.213 INFO:tasks.workunit.client.0.smithi055.stdout: "req_open_latency": { 2023-10-14T00:01:46.213 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.213 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.213 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.213 INFO:tasks.workunit.client.0.smithi055.stdout: "req_readdir_latency": { 2023-10-14T00:01:46.214 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.214 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.214 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.214 INFO:tasks.workunit.client.0.smithi055.stdout: "req_rename_latency": { 2023-10-14T00:01:46.214 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.215 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.215 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.215 INFO:tasks.workunit.client.0.smithi055.stdout: "req_renamesnap_latency": { 2023-10-14T00:01:46.215 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.215 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.216 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.216 INFO:tasks.workunit.client.0.smithi055.stdout: "req_rmdir_latency": { 2023-10-14T00:01:46.216 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.216 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.216 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.216 INFO:tasks.workunit.client.0.smithi055.stdout: "req_rmsnap_latency": { 2023-10-14T00:01:46.217 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.217 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.217 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.217 INFO:tasks.workunit.client.0.smithi055.stdout: "req_rmxattr_latency": { 2023-10-14T00:01:46.217 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.218 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.218 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.218 INFO:tasks.workunit.client.0.smithi055.stdout: "req_setattr_latency": { 2023-10-14T00:01:46.218 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.218 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.219 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.219 INFO:tasks.workunit.client.0.smithi055.stdout: "req_setdirlayout_latency": { 2023-10-14T00:01:46.219 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.219 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.219 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.220 INFO:tasks.workunit.client.0.smithi055.stdout: "req_setfilelock_latency": { 2023-10-14T00:01:46.220 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.220 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.220 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.220 INFO:tasks.workunit.client.0.smithi055.stdout: "req_setlayout_latency": { 2023-10-14T00:01:46.221 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.221 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.221 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.221 INFO:tasks.workunit.client.0.smithi055.stdout: "req_setxattr_latency": { 2023-10-14T00:01:46.221 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.222 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.222 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.222 INFO:tasks.workunit.client.0.smithi055.stdout: "req_symlink_latency": { 2023-10-14T00:01:46.222 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.222 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.223 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.223 INFO:tasks.workunit.client.0.smithi055.stdout: "req_unlink_latency": { 2023-10-14T00:01:46.223 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.223 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.223 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.224 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.224 INFO:tasks.workunit.client.0.smithi055.stdout: "mds_sessions": { 2023-10-14T00:01:46.224 INFO:tasks.workunit.client.0.smithi055.stdout: "average_load": { 2023-10-14T00:01:46.224 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.224 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.225 INFO:tasks.workunit.client.0.smithi055.stdout: "avg_session_uptime": { 2023-10-14T00:01:46.225 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 86 2023-10-14T00:01:46.225 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.225 INFO:tasks.workunit.client.0.smithi055.stdout: "mdthresh_evicted": { 2023-10-14T00:01:46.225 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.225 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.226 INFO:tasks.workunit.client.0.smithi055.stdout: "session_add": { 2023-10-14T00:01:46.226 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2 2023-10-14T00:01:46.226 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.226 INFO:tasks.workunit.client.0.smithi055.stdout: "session_count": { 2023-10-14T00:01:46.226 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.227 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.227 INFO:tasks.workunit.client.0.smithi055.stdout: "session_remove": { 2023-10-14T00:01:46.227 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2 2023-10-14T00:01:46.227 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.227 INFO:tasks.workunit.client.0.smithi055.stdout: "sessions_open": { 2023-10-14T00:01:46.228 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.228 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.228 INFO:tasks.workunit.client.0.smithi055.stdout: "sessions_stale": { 2023-10-14T00:01:46.228 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.228 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.229 INFO:tasks.workunit.client.0.smithi055.stdout: "total_load": { 2023-10-14T00:01:46.229 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1 2023-10-14T00:01:46.229 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.229 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.229 INFO:tasks.workunit.client.0.smithi055.stdout: "objecter": { 2023-10-14T00:01:46.229 INFO:tasks.workunit.client.0.smithi055.stdout: "op_active": { 2023-10-14T00:01:46.230 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.230 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.230 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r": { 2023-10-14T00:01:46.230 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.230 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.231 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rmw": { 2023-10-14T00:01:46.231 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.231 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.231 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w": { 2023-10-14T00:01:46.231 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 45 2023-10-14T00:01:46.232 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.232 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.232 INFO:tasks.workunit.client.0.smithi055.stdout: "purge_queue": { 2023-10-14T00:01:46.232 INFO:tasks.workunit.client.0.smithi055.stdout: "pq_executed": { 2023-10-14T00:01:46.232 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.233 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.233 INFO:tasks.workunit.client.0.smithi055.stdout: "pq_executing": { 2023-10-14T00:01:46.233 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.233 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.233 INFO:tasks.workunit.client.0.smithi055.stdout: "pq_executing_high_water": { 2023-10-14T00:01:46.234 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.234 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.234 INFO:tasks.workunit.client.0.smithi055.stdout: "pq_executing_ops": { 2023-10-14T00:01:46.234 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.234 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.235 INFO:tasks.workunit.client.0.smithi055.stdout: "pq_executing_ops_high_water": { 2023-10-14T00:01:46.235 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.235 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.235 INFO:tasks.workunit.client.0.smithi055.stdout: "pq_item_in_journal": { 2023-10-14T00:01:46.235 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.236 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.236 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.236 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.236 INFO:tasks.workunit.client.0.smithi055.stdout: "mon.4ad42e274cc0bc9b8d575c1c862599e300500f8e": { 2023-10-14T00:01:46.236 INFO:tasks.workunit.client.0.smithi055.stdout: "mon": { 2023-10-14T00:01:46.236 INFO:tasks.workunit.client.0.smithi055.stdout: "election_call": { 2023-10-14T00:01:46.237 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1 2023-10-14T00:01:46.237 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.237 INFO:tasks.workunit.client.0.smithi055.stdout: "election_lose": { 2023-10-14T00:01:46.237 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1 2023-10-14T00:01:46.237 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.238 INFO:tasks.workunit.client.0.smithi055.stdout: "election_win": { 2023-10-14T00:01:46.238 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.238 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.238 INFO:tasks.workunit.client.0.smithi055.stdout: "num_elections": { 2023-10-14T00:01:46.238 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3 2023-10-14T00:01:46.239 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.239 INFO:tasks.workunit.client.0.smithi055.stdout: "num_sessions": { 2023-10-14T00:01:46.239 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 11 2023-10-14T00:01:46.239 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.239 INFO:tasks.workunit.client.0.smithi055.stdout: "session_add": { 2023-10-14T00:01:46.240 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 5 2023-10-14T00:01:46.240 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.240 INFO:tasks.workunit.client.0.smithi055.stdout: "session_rm": { 2023-10-14T00:01:46.240 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 103 2023-10-14T00:01:46.240 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.241 INFO:tasks.workunit.client.0.smithi055.stdout: "session_trim": { 2023-10-14T00:01:46.241 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.241 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.241 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.241 INFO:tasks.workunit.client.0.smithi055.stdout: "paxos": { 2023-10-14T00:01:46.242 INFO:tasks.workunit.client.0.smithi055.stdout: "accept_timeout": { 2023-10-14T00:01:46.242 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.242 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.242 INFO:tasks.workunit.client.0.smithi055.stdout: "begin": { 2023-10-14T00:01:46.242 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 721 2023-10-14T00:01:46.243 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.243 INFO:tasks.workunit.client.0.smithi055.stdout: "begin_bytes": { 2023-10-14T00:01:46.243 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 721, 2023-10-14T00:01:46.243 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3593369 2023-10-14T00:01:46.243 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.244 INFO:tasks.workunit.client.0.smithi055.stdout: "begin_keys": { 2023-10-14T00:01:46.244 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.244 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.244 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.244 INFO:tasks.workunit.client.0.smithi055.stdout: "begin_latency": { 2023-10-14T00:01:46.245 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 721, 2023-10-14T00:01:46.245 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1191977191 2023-10-14T00:01:46.245 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.245 INFO:tasks.workunit.client.0.smithi055.stdout: "collect": { 2023-10-14T00:01:46.246 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1 2023-10-14T00:01:46.246 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.246 INFO:tasks.workunit.client.0.smithi055.stdout: "collect_bytes": { 2023-10-14T00:01:46.246 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 1, 2023-10-14T00:01:46.246 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 73 2023-10-14T00:01:46.247 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.247 INFO:tasks.workunit.client.0.smithi055.stdout: "collect_keys": { 2023-10-14T00:01:46.247 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 1, 2023-10-14T00:01:46.247 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1 2023-10-14T00:01:46.247 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.248 INFO:tasks.workunit.client.0.smithi055.stdout: "collect_latency": { 2023-10-14T00:01:46.248 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 1, 2023-10-14T00:01:46.248 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.248 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.248 INFO:tasks.workunit.client.0.smithi055.stdout: "collect_timeout": { 2023-10-14T00:01:46.248 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.249 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.249 INFO:tasks.workunit.client.0.smithi055.stdout: "collect_uncommitted": { 2023-10-14T00:01:46.249 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.249 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.249 INFO:tasks.workunit.client.0.smithi055.stdout: "commit": { 2023-10-14T00:01:46.250 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 722 2023-10-14T00:01:46.250 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.250 INFO:tasks.workunit.client.0.smithi055.stdout: "commit_bytes": { 2023-10-14T00:01:46.250 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.250 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.251 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.251 INFO:tasks.workunit.client.0.smithi055.stdout: "commit_keys": { 2023-10-14T00:01:46.251 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.251 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.251 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.251 INFO:tasks.workunit.client.0.smithi055.stdout: "commit_latency": { 2023-10-14T00:01:46.252 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.252 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.252 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.252 INFO:tasks.workunit.client.0.smithi055.stdout: "lease_ack_timeout": { 2023-10-14T00:01:46.252 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.253 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.253 INFO:tasks.workunit.client.0.smithi055.stdout: "lease_timeout": { 2023-10-14T00:01:46.253 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.253 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.253 INFO:tasks.workunit.client.0.smithi055.stdout: "new_pn": { 2023-10-14T00:01:46.254 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.254 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.254 INFO:tasks.workunit.client.0.smithi055.stdout: "new_pn_latency": { 2023-10-14T00:01:46.254 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.255 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.255 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.255 INFO:tasks.workunit.client.0.smithi055.stdout: "refresh": { 2023-10-14T00:01:46.255 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 722 2023-10-14T00:01:46.255 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.256 INFO:tasks.workunit.client.0.smithi055.stdout: "refresh_latency": { 2023-10-14T00:01:46.256 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 722, 2023-10-14T00:01:46.256 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2504952072 2023-10-14T00:01:46.256 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.256 INFO:tasks.workunit.client.0.smithi055.stdout: "restart": { 2023-10-14T00:01:46.257 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 8 2023-10-14T00:01:46.257 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.257 INFO:tasks.workunit.client.0.smithi055.stdout: "share_state": { 2023-10-14T00:01:46.257 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.257 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.258 INFO:tasks.workunit.client.0.smithi055.stdout: "share_state_bytes": { 2023-10-14T00:01:46.258 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.258 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.258 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.258 INFO:tasks.workunit.client.0.smithi055.stdout: "share_state_keys": { 2023-10-14T00:01:46.259 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.259 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.259 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.259 INFO:tasks.workunit.client.0.smithi055.stdout: "start_leader": { 2023-10-14T00:01:46.259 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.259 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.260 INFO:tasks.workunit.client.0.smithi055.stdout: "start_peon": { 2023-10-14T00:01:46.260 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1 2023-10-14T00:01:46.260 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.260 INFO:tasks.workunit.client.0.smithi055.stdout: "store_state": { 2023-10-14T00:01:46.260 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 722 2023-10-14T00:01:46.261 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.261 INFO:tasks.workunit.client.0.smithi055.stdout: "store_state_bytes": { 2023-10-14T00:01:46.261 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 722, 2023-10-14T00:01:46.261 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 7051666 2023-10-14T00:01:46.261 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.262 INFO:tasks.workunit.client.0.smithi055.stdout: "store_state_keys": { 2023-10-14T00:01:46.262 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 722, 2023-10-14T00:01:46.262 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 5198 2023-10-14T00:01:46.262 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.262 INFO:tasks.workunit.client.0.smithi055.stdout: "store_state_latency": { 2023-10-14T00:01:46.263 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 722, 2023-10-14T00:01:46.263 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1144978079 2023-10-14T00:01:46.263 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.263 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.263 INFO:tasks.workunit.client.0.smithi055.stdout: "prioritycache": { 2023-10-14T00:01:46.264 INFO:tasks.workunit.client.0.smithi055.stdout: "cache_bytes": { 2023-10-14T00:01:46.264 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1020054731 2023-10-14T00:01:46.264 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.264 INFO:tasks.workunit.client.0.smithi055.stdout: "heap_bytes": { 2023-10-14T00:01:46.264 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 43835392 2023-10-14T00:01:46.265 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.265 INFO:tasks.workunit.client.0.smithi055.stdout: "mapped_bytes": { 2023-10-14T00:01:46.265 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 32882688 2023-10-14T00:01:46.265 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.265 INFO:tasks.workunit.client.0.smithi055.stdout: "target_bytes": { 2023-10-14T00:01:46.266 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2147483648 2023-10-14T00:01:46.266 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.266 INFO:tasks.workunit.client.0.smithi055.stdout: "unmapped_bytes": { 2023-10-14T00:01:46.266 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 10952704 2023-10-14T00:01:46.266 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.267 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.267 INFO:tasks.workunit.client.0.smithi055.stdout: "prioritycache:full": { 2023-10-14T00:01:46.267 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:46.267 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 348127232 2023-10-14T00:01:46.267 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.268 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:46.268 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.268 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.268 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:46.268 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.269 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.269 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:46.269 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 277028766 2023-10-14T00:01:46.269 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.269 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:46.269 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 253106 2023-10-14T00:01:46.270 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.270 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:46.270 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.270 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.270 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:46.271 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.271 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.271 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:46.271 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.271 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.272 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:46.272 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.272 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.272 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:46.272 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.273 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.273 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:46.273 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.273 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.273 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:46.273 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.274 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.274 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:46.274 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.274 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.274 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:46.275 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 70845360 2023-10-14T00:01:46.275 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.275 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.275 INFO:tasks.workunit.client.0.smithi055.stdout: "prioritycache:inc": { 2023-10-14T00:01:46.275 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:46.276 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 348127232 2023-10-14T00:01:46.276 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.276 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:46.276 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.276 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.276 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:46.277 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.277 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.277 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:46.277 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 277028766 2023-10-14T00:01:46.277 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.278 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:46.278 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 39881 2023-10-14T00:01:46.278 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.278 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:46.278 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.279 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.279 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:46.279 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.279 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.279 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:46.280 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.280 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.280 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:46.280 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.280 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.280 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:46.281 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.281 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.281 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:46.281 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.281 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.282 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:46.282 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.282 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.282 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:46.282 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.283 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.283 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:46.283 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 71058585 2023-10-14T00:01:46.283 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.283 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.283 INFO:tasks.workunit.client.0.smithi055.stdout: "prioritycache:kv": { 2023-10-14T00:01:46.284 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:46.284 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 322961408 2023-10-14T00:01:46.284 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.284 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:46.284 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 67108864 2023-10-14T00:01:46.285 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.285 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:46.285 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.285 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.285 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:46.286 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 184685844 2023-10-14T00:01:46.286 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.286 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:46.286 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.286 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.287 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:46.287 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.287 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.287 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:46.287 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.287 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.288 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:46.288 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.288 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.288 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:46.288 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.289 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.289 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:46.289 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.289 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.289 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:46.289 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.290 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.290 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:46.290 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.290 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.290 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:46.291 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.291 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.291 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:46.291 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 71166700 2023-10-14T00:01:46.291 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.292 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.292 INFO:tasks.workunit.client.0.smithi055.stdout: "rocksdb": { 2023-10-14T00:01:46.292 INFO:tasks.workunit.client.0.smithi055.stdout: "compact": { 2023-10-14T00:01:46.292 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.292 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.293 INFO:tasks.workunit.client.0.smithi055.stdout: "compact_queue_len": { 2023-10-14T00:01:46.293 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.293 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.293 INFO:tasks.workunit.client.0.smithi055.stdout: "compact_queue_merge": { 2023-10-14T00:01:46.293 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.294 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.294 INFO:tasks.workunit.client.0.smithi055.stdout: "compact_range": { 2023-10-14T00:01:46.294 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1 2023-10-14T00:01:46.294 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.294 INFO:tasks.workunit.client.0.smithi055.stdout: "get_latency": { 2023-10-14T00:01:46.294 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 30742, 2023-10-14T00:01:46.295 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 80827401 2023-10-14T00:01:46.295 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.295 INFO:tasks.workunit.client.0.smithi055.stdout: "rocksdb_write_delay_time": { 2023-10-14T00:01:46.295 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.295 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.296 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.296 INFO:tasks.workunit.client.0.smithi055.stdout: "rocksdb_write_memtable_time": { 2023-10-14T00:01:46.296 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.296 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.296 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.297 INFO:tasks.workunit.client.0.smithi055.stdout: "rocksdb_write_pre_and_post_time": { 2023-10-14T00:01:46.297 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.297 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.297 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.297 INFO:tasks.workunit.client.0.smithi055.stdout: "rocksdb_write_wal_time": { 2023-10-14T00:01:46.297 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.298 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.298 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.298 INFO:tasks.workunit.client.0.smithi055.stdout: "submit_latency": { 2023-10-14T00:01:46.298 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.298 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.299 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.299 INFO:tasks.workunit.client.0.smithi055.stdout: "submit_sync_latency": { 2023-10-14T00:01:46.299 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 1544, 2023-10-14T00:01:46.299 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2465301664 2023-10-14T00:01:46.299 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.299 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.300 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.300 INFO:tasks.workunit.client.0.smithi055.stdout: "mon.e513189af8e16af30d759e02fa4360520f3b5a75": { 2023-10-14T00:01:46.300 INFO:tasks.workunit.client.0.smithi055.stdout: "mon": { 2023-10-14T00:01:46.300 INFO:tasks.workunit.client.0.smithi055.stdout: "election_call": { 2023-10-14T00:01:46.300 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2 2023-10-14T00:01:46.301 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.301 INFO:tasks.workunit.client.0.smithi055.stdout: "election_lose": { 2023-10-14T00:01:46.301 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.301 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.301 INFO:tasks.workunit.client.0.smithi055.stdout: "election_win": { 2023-10-14T00:01:46.302 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3 2023-10-14T00:01:46.302 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.302 INFO:tasks.workunit.client.0.smithi055.stdout: "num_elections": { 2023-10-14T00:01:46.302 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 9 2023-10-14T00:01:46.302 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.302 INFO:tasks.workunit.client.0.smithi055.stdout: "num_sessions": { 2023-10-14T00:01:46.303 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 8 2023-10-14T00:01:46.303 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.303 INFO:tasks.workunit.client.0.smithi055.stdout: "session_add": { 2023-10-14T00:01:46.303 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3 2023-10-14T00:01:46.303 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.304 INFO:tasks.workunit.client.0.smithi055.stdout: "session_rm": { 2023-10-14T00:01:46.304 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 197 2023-10-14T00:01:46.304 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.304 INFO:tasks.workunit.client.0.smithi055.stdout: "session_trim": { 2023-10-14T00:01:46.304 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.304 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.305 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.305 INFO:tasks.workunit.client.0.smithi055.stdout: "paxos": { 2023-10-14T00:01:46.305 INFO:tasks.workunit.client.0.smithi055.stdout: "accept_timeout": { 2023-10-14T00:01:46.305 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.305 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.306 INFO:tasks.workunit.client.0.smithi055.stdout: "begin": { 2023-10-14T00:01:46.306 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 853 2023-10-14T00:01:46.306 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.306 INFO:tasks.workunit.client.0.smithi055.stdout: "begin_bytes": { 2023-10-14T00:01:46.306 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 853, 2023-10-14T00:01:46.307 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 4619241 2023-10-14T00:01:46.307 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.307 INFO:tasks.workunit.client.0.smithi055.stdout: "begin_keys": { 2023-10-14T00:01:46.307 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 853, 2023-10-14T00:01:46.307 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2559 2023-10-14T00:01:46.307 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.308 INFO:tasks.workunit.client.0.smithi055.stdout: "begin_latency": { 2023-10-14T00:01:46.308 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 853, 2023-10-14T00:01:46.308 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 508990254 2023-10-14T00:01:46.308 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.309 INFO:tasks.workunit.client.0.smithi055.stdout: "collect": { 2023-10-14T00:01:46.309 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.309 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.309 INFO:tasks.workunit.client.0.smithi055.stdout: "collect_bytes": { 2023-10-14T00:01:46.309 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.309 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.310 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.310 INFO:tasks.workunit.client.0.smithi055.stdout: "collect_keys": { 2023-10-14T00:01:46.310 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.310 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.310 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.311 INFO:tasks.workunit.client.0.smithi055.stdout: "collect_latency": { 2023-10-14T00:01:46.311 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.311 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.311 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.311 INFO:tasks.workunit.client.0.smithi055.stdout: "collect_timeout": { 2023-10-14T00:01:46.312 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.312 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.312 INFO:tasks.workunit.client.0.smithi055.stdout: "collect_uncommitted": { 2023-10-14T00:01:46.312 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.312 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.313 INFO:tasks.workunit.client.0.smithi055.stdout: "commit": { 2023-10-14T00:01:46.313 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 853 2023-10-14T00:01:46.313 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.313 INFO:tasks.workunit.client.0.smithi055.stdout: "commit_bytes": { 2023-10-14T00:01:46.313 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 853, 2023-10-14T00:01:46.313 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 4557885 2023-10-14T00:01:46.314 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.314 INFO:tasks.workunit.client.0.smithi055.stdout: "commit_keys": { 2023-10-14T00:01:46.314 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 853, 2023-10-14T00:01:46.314 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 5235 2023-10-14T00:01:46.314 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.315 INFO:tasks.workunit.client.0.smithi055.stdout: "commit_latency": { 2023-10-14T00:01:46.315 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 853, 2023-10-14T00:01:46.315 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1339682388 2023-10-14T00:01:46.315 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.315 INFO:tasks.workunit.client.0.smithi055.stdout: "lease_ack_timeout": { 2023-10-14T00:01:46.316 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.316 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.316 INFO:tasks.workunit.client.0.smithi055.stdout: "lease_timeout": { 2023-10-14T00:01:46.316 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.316 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.317 INFO:tasks.workunit.client.0.smithi055.stdout: "new_pn": { 2023-10-14T00:01:46.317 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2 2023-10-14T00:01:46.317 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.317 INFO:tasks.workunit.client.0.smithi055.stdout: "new_pn_latency": { 2023-10-14T00:01:46.317 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 2, 2023-10-14T00:01:46.318 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 999981 2023-10-14T00:01:46.318 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.318 INFO:tasks.workunit.client.0.smithi055.stdout: "refresh": { 2023-10-14T00:01:46.318 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 855 2023-10-14T00:01:46.318 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.319 INFO:tasks.workunit.client.0.smithi055.stdout: "refresh_latency": { 2023-10-14T00:01:46.319 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 855, 2023-10-14T00:01:46.319 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3247937840 2023-10-14T00:01:46.319 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.319 INFO:tasks.workunit.client.0.smithi055.stdout: "restart": { 2023-10-14T00:01:46.320 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 12 2023-10-14T00:01:46.320 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.320 INFO:tasks.workunit.client.0.smithi055.stdout: "share_state": { 2023-10-14T00:01:46.320 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2 2023-10-14T00:01:46.320 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.321 INFO:tasks.workunit.client.0.smithi055.stdout: "share_state_bytes": { 2023-10-14T00:01:46.321 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 2, 2023-10-14T00:01:46.321 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1050 2023-10-14T00:01:46.321 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.321 INFO:tasks.workunit.client.0.smithi055.stdout: "share_state_keys": { 2023-10-14T00:01:46.322 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 2, 2023-10-14T00:01:46.322 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2 2023-10-14T00:01:46.322 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.322 INFO:tasks.workunit.client.0.smithi055.stdout: "start_leader": { 2023-10-14T00:01:46.322 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3 2023-10-14T00:01:46.323 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.323 INFO:tasks.workunit.client.0.smithi055.stdout: "start_peon": { 2023-10-14T00:01:46.323 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.323 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.323 INFO:tasks.workunit.client.0.smithi055.stdout: "store_state": { 2023-10-14T00:01:46.324 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.324 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.324 INFO:tasks.workunit.client.0.smithi055.stdout: "store_state_bytes": { 2023-10-14T00:01:46.324 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.324 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.325 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.325 INFO:tasks.workunit.client.0.smithi055.stdout: "store_state_keys": { 2023-10-14T00:01:46.325 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.325 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.325 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.326 INFO:tasks.workunit.client.0.smithi055.stdout: "store_state_latency": { 2023-10-14T00:01:46.326 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.326 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.326 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.326 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.327 INFO:tasks.workunit.client.0.smithi055.stdout: "prioritycache": { 2023-10-14T00:01:46.327 INFO:tasks.workunit.client.0.smithi055.stdout: "cache_bytes": { 2023-10-14T00:01:46.327 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1020054731 2023-10-14T00:01:46.327 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.327 INFO:tasks.workunit.client.0.smithi055.stdout: "heap_bytes": { 2023-10-14T00:01:46.328 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 44793856 2023-10-14T00:01:46.328 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.328 INFO:tasks.workunit.client.0.smithi055.stdout: "mapped_bytes": { 2023-10-14T00:01:46.328 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 39952384 2023-10-14T00:01:46.328 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.329 INFO:tasks.workunit.client.0.smithi055.stdout: "target_bytes": { 2023-10-14T00:01:46.329 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2147483648 2023-10-14T00:01:46.329 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.329 INFO:tasks.workunit.client.0.smithi055.stdout: "unmapped_bytes": { 2023-10-14T00:01:46.329 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 4841472 2023-10-14T00:01:46.329 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.330 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.330 INFO:tasks.workunit.client.0.smithi055.stdout: "prioritycache:full": { 2023-10-14T00:01:46.330 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:46.330 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 348127232 2023-10-14T00:01:46.330 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.331 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:46.331 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.331 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.331 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:46.331 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.332 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.332 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:46.332 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 277030170 2023-10-14T00:01:46.332 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.332 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:46.333 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 252676 2023-10-14T00:01:46.333 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.333 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:46.333 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.333 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.333 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:46.334 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.334 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.334 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:46.334 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.334 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.335 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:46.335 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.335 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.335 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:46.335 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.336 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.336 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:46.336 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.336 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.336 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:46.336 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.337 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.337 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:46.337 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.337 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.337 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:46.338 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 70844386 2023-10-14T00:01:46.338 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.338 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.338 INFO:tasks.workunit.client.0.smithi055.stdout: "prioritycache:inc": { 2023-10-14T00:01:46.338 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:46.339 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 348127232 2023-10-14T00:01:46.339 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.339 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:46.339 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.339 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.340 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:46.340 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.340 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.340 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:46.340 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 277030170 2023-10-14T00:01:46.341 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.341 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:46.341 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 36565 2023-10-14T00:01:46.341 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.341 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:46.342 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.342 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.342 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:46.342 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.342 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.343 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:46.343 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.343 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.343 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:46.343 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.344 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.344 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:46.344 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.344 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.344 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:46.345 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.345 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.345 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:46.345 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.345 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.346 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:46.346 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.346 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.346 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:46.347 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 71060497 2023-10-14T00:01:46.347 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.347 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.347 INFO:tasks.workunit.client.0.smithi055.stdout: "prioritycache:kv": { 2023-10-14T00:01:46.347 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:46.347 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 322961408 2023-10-14T00:01:46.348 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.348 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:46.348 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 67108864 2023-10-14T00:01:46.348 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.348 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:46.349 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.349 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.349 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:46.349 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 184686780 2023-10-14T00:01:46.349 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.350 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:46.350 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.350 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.350 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:46.350 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.351 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.351 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:46.351 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.351 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.351 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:46.351 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.352 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.352 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:46.352 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.352 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.352 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:46.353 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.353 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.353 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:46.353 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.353 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.354 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:46.354 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.354 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.354 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:46.354 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.355 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.355 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:46.355 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 71165764 2023-10-14T00:01:46.355 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.355 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.356 INFO:tasks.workunit.client.0.smithi055.stdout: "rocksdb": { 2023-10-14T00:01:46.356 INFO:tasks.workunit.client.0.smithi055.stdout: "compact": { 2023-10-14T00:01:46.356 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.356 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.356 INFO:tasks.workunit.client.0.smithi055.stdout: "compact_queue_len": { 2023-10-14T00:01:46.357 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.357 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.357 INFO:tasks.workunit.client.0.smithi055.stdout: "compact_queue_merge": { 2023-10-14T00:01:46.357 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.357 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.357 INFO:tasks.workunit.client.0.smithi055.stdout: "compact_range": { 2023-10-14T00:01:46.358 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1 2023-10-14T00:01:46.358 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.358 INFO:tasks.workunit.client.0.smithi055.stdout: "get_latency": { 2023-10-14T00:01:46.358 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 38431, 2023-10-14T00:01:46.358 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 164646709 2023-10-14T00:01:46.359 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.359 INFO:tasks.workunit.client.0.smithi055.stdout: "rocksdb_write_delay_time": { 2023-10-14T00:01:46.359 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.359 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.359 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.360 INFO:tasks.workunit.client.0.smithi055.stdout: "rocksdb_write_memtable_time": { 2023-10-14T00:01:46.360 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.360 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.360 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.360 INFO:tasks.workunit.client.0.smithi055.stdout: "rocksdb_write_pre_and_post_time": { 2023-10-14T00:01:46.361 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.361 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.361 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.361 INFO:tasks.workunit.client.0.smithi055.stdout: "rocksdb_write_wal_time": { 2023-10-14T00:01:46.361 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.362 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.362 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.362 INFO:tasks.workunit.client.0.smithi055.stdout: "submit_latency": { 2023-10-14T00:01:46.362 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.362 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.363 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.363 INFO:tasks.workunit.client.0.smithi055.stdout: "submit_sync_latency": { 2023-10-14T00:01:46.363 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 1841, 2023-10-14T00:01:46.363 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2008666061 2023-10-14T00:01:46.363 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.364 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.364 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.364 INFO:tasks.workunit.client.0.smithi055.stdout: "mon.fe904ab04ef150d6a4985b523e27aa3168a6aa96": { 2023-10-14T00:01:46.364 INFO:tasks.workunit.client.0.smithi055.stdout: "mon": { 2023-10-14T00:01:46.364 INFO:tasks.workunit.client.0.smithi055.stdout: "election_call": { 2023-10-14T00:01:46.365 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2 2023-10-14T00:01:46.365 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.365 INFO:tasks.workunit.client.0.smithi055.stdout: "election_lose": { 2023-10-14T00:01:46.365 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2 2023-10-14T00:01:46.365 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.366 INFO:tasks.workunit.client.0.smithi055.stdout: "election_win": { 2023-10-14T00:01:46.366 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.366 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.366 INFO:tasks.workunit.client.0.smithi055.stdout: "num_elections": { 2023-10-14T00:01:46.366 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 7 2023-10-14T00:01:46.367 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.367 INFO:tasks.workunit.client.0.smithi055.stdout: "num_sessions": { 2023-10-14T00:01:46.367 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 10 2023-10-14T00:01:46.367 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.367 INFO:tasks.workunit.client.0.smithi055.stdout: "session_add": { 2023-10-14T00:01:46.368 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 4 2023-10-14T00:01:46.368 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.368 INFO:tasks.workunit.client.0.smithi055.stdout: "session_rm": { 2023-10-14T00:01:46.368 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 59 2023-10-14T00:01:46.368 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.369 INFO:tasks.workunit.client.0.smithi055.stdout: "session_trim": { 2023-10-14T00:01:46.369 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.369 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.369 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.369 INFO:tasks.workunit.client.0.smithi055.stdout: "paxos": { 2023-10-14T00:01:46.369 INFO:tasks.workunit.client.0.smithi055.stdout: "accept_timeout": { 2023-10-14T00:01:46.370 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.370 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.370 INFO:tasks.workunit.client.0.smithi055.stdout: "begin": { 2023-10-14T00:01:46.370 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 731 2023-10-14T00:01:46.370 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.371 INFO:tasks.workunit.client.0.smithi055.stdout: "begin_bytes": { 2023-10-14T00:01:46.371 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 731, 2023-10-14T00:01:46.371 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3618693 2023-10-14T00:01:46.371 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.371 INFO:tasks.workunit.client.0.smithi055.stdout: "begin_keys": { 2023-10-14T00:01:46.372 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.372 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.372 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.372 INFO:tasks.workunit.client.0.smithi055.stdout: "begin_latency": { 2023-10-14T00:01:46.372 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 731, 2023-10-14T00:01:46.373 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 98998134 2023-10-14T00:01:46.373 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.373 INFO:tasks.workunit.client.0.smithi055.stdout: "collect": { 2023-10-14T00:01:46.373 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2 2023-10-14T00:01:46.373 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.374 INFO:tasks.workunit.client.0.smithi055.stdout: "collect_bytes": { 2023-10-14T00:01:46.374 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 2, 2023-10-14T00:01:46.374 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 146 2023-10-14T00:01:46.374 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.374 INFO:tasks.workunit.client.0.smithi055.stdout: "collect_keys": { 2023-10-14T00:01:46.375 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 2, 2023-10-14T00:01:46.375 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2 2023-10-14T00:01:46.375 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.375 INFO:tasks.workunit.client.0.smithi055.stdout: "collect_latency": { 2023-10-14T00:01:46.375 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 2, 2023-10-14T00:01:46.375 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.376 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.376 INFO:tasks.workunit.client.0.smithi055.stdout: "collect_timeout": { 2023-10-14T00:01:46.376 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.376 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.377 INFO:tasks.workunit.client.0.smithi055.stdout: "collect_uncommitted": { 2023-10-14T00:01:46.377 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.377 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.377 INFO:tasks.workunit.client.0.smithi055.stdout: "commit": { 2023-10-14T00:01:46.377 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 732 2023-10-14T00:01:46.378 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.378 INFO:tasks.workunit.client.0.smithi055.stdout: "commit_bytes": { 2023-10-14T00:01:46.378 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.378 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.378 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.379 INFO:tasks.workunit.client.0.smithi055.stdout: "commit_keys": { 2023-10-14T00:01:46.379 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.379 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.379 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.379 INFO:tasks.workunit.client.0.smithi055.stdout: "commit_latency": { 2023-10-14T00:01:46.380 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.380 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.380 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.380 INFO:tasks.workunit.client.0.smithi055.stdout: "lease_ack_timeout": { 2023-10-14T00:01:46.380 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.381 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.381 INFO:tasks.workunit.client.0.smithi055.stdout: "lease_timeout": { 2023-10-14T00:01:46.381 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.381 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.381 INFO:tasks.workunit.client.0.smithi055.stdout: "new_pn": { 2023-10-14T00:01:46.382 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.382 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.382 INFO:tasks.workunit.client.0.smithi055.stdout: "new_pn_latency": { 2023-10-14T00:01:46.382 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.382 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.382 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.383 INFO:tasks.workunit.client.0.smithi055.stdout: "refresh": { 2023-10-14T00:01:46.383 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 732 2023-10-14T00:01:46.383 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.383 INFO:tasks.workunit.client.0.smithi055.stdout: "refresh_latency": { 2023-10-14T00:01:46.383 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 732, 2023-10-14T00:01:46.384 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1464972359 2023-10-14T00:01:46.384 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.384 INFO:tasks.workunit.client.0.smithi055.stdout: "restart": { 2023-10-14T00:01:46.384 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 13 2023-10-14T00:01:46.384 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.385 INFO:tasks.workunit.client.0.smithi055.stdout: "share_state": { 2023-10-14T00:01:46.385 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.385 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.385 INFO:tasks.workunit.client.0.smithi055.stdout: "share_state_bytes": { 2023-10-14T00:01:46.385 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.385 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.386 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.386 INFO:tasks.workunit.client.0.smithi055.stdout: "share_state_keys": { 2023-10-14T00:01:46.386 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.386 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.386 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.387 INFO:tasks.workunit.client.0.smithi055.stdout: "start_leader": { 2023-10-14T00:01:46.387 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.387 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.387 INFO:tasks.workunit.client.0.smithi055.stdout: "start_peon": { 2023-10-14T00:01:46.387 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2 2023-10-14T00:01:46.388 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.388 INFO:tasks.workunit.client.0.smithi055.stdout: "store_state": { 2023-10-14T00:01:46.388 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 732 2023-10-14T00:01:46.388 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.388 INFO:tasks.workunit.client.0.smithi055.stdout: "store_state_bytes": { 2023-10-14T00:01:46.389 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 732, 2023-10-14T00:01:46.389 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 7100216 2023-10-14T00:01:46.389 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.389 INFO:tasks.workunit.client.0.smithi055.stdout: "store_state_keys": { 2023-10-14T00:01:46.389 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 732, 2023-10-14T00:01:46.389 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 5275 2023-10-14T00:01:46.390 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.390 INFO:tasks.workunit.client.0.smithi055.stdout: "store_state_latency": { 2023-10-14T00:01:46.390 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 732, 2023-10-14T00:01:46.390 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 183996537 2023-10-14T00:01:46.391 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.391 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.391 INFO:tasks.workunit.client.0.smithi055.stdout: "prioritycache": { 2023-10-14T00:01:46.391 INFO:tasks.workunit.client.0.smithi055.stdout: "cache_bytes": { 2023-10-14T00:01:46.391 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1020054731 2023-10-14T00:01:46.391 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.392 INFO:tasks.workunit.client.0.smithi055.stdout: "heap_bytes": { 2023-10-14T00:01:46.392 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 43827200 2023-10-14T00:01:46.392 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.392 INFO:tasks.workunit.client.0.smithi055.stdout: "mapped_bytes": { 2023-10-14T00:01:46.392 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 32858112 2023-10-14T00:01:46.393 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.393 INFO:tasks.workunit.client.0.smithi055.stdout: "target_bytes": { 2023-10-14T00:01:46.393 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2147483648 2023-10-14T00:01:46.393 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.393 INFO:tasks.workunit.client.0.smithi055.stdout: "unmapped_bytes": { 2023-10-14T00:01:46.394 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 10969088 2023-10-14T00:01:46.394 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.394 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.394 INFO:tasks.workunit.client.0.smithi055.stdout: "prioritycache:full": { 2023-10-14T00:01:46.394 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:46.395 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 348127232 2023-10-14T00:01:46.395 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.395 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:46.395 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.395 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.395 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:46.396 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.396 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.396 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:46.396 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 277028766 2023-10-14T00:01:46.396 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.397 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:46.397 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 253106 2023-10-14T00:01:46.397 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.397 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:46.397 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.398 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.398 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:46.398 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.398 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.398 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:46.399 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.399 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.399 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:46.399 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.399 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.400 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:46.400 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.400 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.400 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:46.400 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.400 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.401 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:46.401 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.401 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.401 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:46.401 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.402 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.402 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:46.402 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 70845360 2023-10-14T00:01:46.402 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.402 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.403 INFO:tasks.workunit.client.0.smithi055.stdout: "prioritycache:inc": { 2023-10-14T00:01:46.403 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:46.403 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 348127232 2023-10-14T00:01:46.403 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.403 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:46.404 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.404 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.404 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:46.404 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.404 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.405 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:46.405 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 277028766 2023-10-14T00:01:46.405 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.405 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:46.405 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 39881 2023-10-14T00:01:46.405 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.406 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:46.406 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.406 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.406 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:46.406 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.407 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.407 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:46.407 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.407 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.407 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:46.408 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.408 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.408 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:46.408 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.408 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.408 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:46.409 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.409 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.409 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:46.409 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.409 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.410 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:46.410 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.410 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.410 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:46.414 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 71058585 2023-10-14T00:01:46.414 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.414 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.414 INFO:tasks.workunit.client.0.smithi055.stdout: "prioritycache:kv": { 2023-10-14T00:01:46.415 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:46.415 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 322961408 2023-10-14T00:01:46.415 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.415 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:46.415 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 67108864 2023-10-14T00:01:46.416 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.416 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:46.416 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.416 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.416 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:46.417 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 184685844 2023-10-14T00:01:46.417 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.417 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:46.417 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.417 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.417 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:46.418 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.418 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.418 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:46.418 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.418 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.419 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:46.419 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.419 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.419 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:46.419 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.420 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.420 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:46.420 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.420 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.420 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:46.420 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.421 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.421 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:46.421 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.421 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.421 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:46.422 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.422 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.422 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:46.422 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 71166700 2023-10-14T00:01:46.423 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.423 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.423 INFO:tasks.workunit.client.0.smithi055.stdout: "rocksdb": { 2023-10-14T00:01:46.423 INFO:tasks.workunit.client.0.smithi055.stdout: "compact": { 2023-10-14T00:01:46.423 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.424 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.424 INFO:tasks.workunit.client.0.smithi055.stdout: "compact_queue_len": { 2023-10-14T00:01:46.424 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.424 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.424 INFO:tasks.workunit.client.0.smithi055.stdout: "compact_queue_merge": { 2023-10-14T00:01:46.425 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.425 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.425 INFO:tasks.workunit.client.0.smithi055.stdout: "compact_range": { 2023-10-14T00:01:46.425 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1 2023-10-14T00:01:46.425 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.426 INFO:tasks.workunit.client.0.smithi055.stdout: "get_latency": { 2023-10-14T00:01:46.426 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 31151, 2023-10-14T00:01:46.426 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 62834957 2023-10-14T00:01:46.426 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.426 INFO:tasks.workunit.client.0.smithi055.stdout: "rocksdb_write_delay_time": { 2023-10-14T00:01:46.426 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.427 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.427 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.427 INFO:tasks.workunit.client.0.smithi055.stdout: "rocksdb_write_memtable_time": { 2023-10-14T00:01:46.427 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.427 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.428 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.428 INFO:tasks.workunit.client.0.smithi055.stdout: "rocksdb_write_pre_and_post_time": { 2023-10-14T00:01:46.428 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.428 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.428 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.429 INFO:tasks.workunit.client.0.smithi055.stdout: "rocksdb_write_wal_time": { 2023-10-14T00:01:46.429 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.429 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.429 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.429 INFO:tasks.workunit.client.0.smithi055.stdout: "submit_latency": { 2023-10-14T00:01:46.429 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.430 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.430 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.430 INFO:tasks.workunit.client.0.smithi055.stdout: "submit_sync_latency": { 2023-10-14T00:01:46.430 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 1583, 2023-10-14T00:01:46.430 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 388002210 2023-10-14T00:01:46.431 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.431 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.431 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.431 INFO:tasks.workunit.client.0.smithi055.stdout: "osd.0": { 2023-10-14T00:01:46.431 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs": { 2023-10-14T00:01:46.432 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_slow_fallback": { 2023-10-14T00:01:46.432 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.432 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.432 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_slow_size_fallback": { 2023-10-14T00:01:46.432 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.432 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.433 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit_db": { 2023-10-14T00:01:46.433 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 65536 2023-10-14T00:01:46.433 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.433 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit_main": { 2023-10-14T00:01:46.433 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.434 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.434 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit_wal": { 2023-10-14T00:01:46.434 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.434 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.434 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_written_slow": { 2023-10-14T00:01:46.435 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.435 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.435 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_written_sst": { 2023-10-14T00:01:46.435 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 8192 2023-10-14T00:01:46.435 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.436 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_written_wal": { 2023-10-14T00:01:46.436 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3207168 2023-10-14T00:01:46.436 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.436 INFO:tasks.workunit.client.0.smithi055.stdout: "compact_lat": { 2023-10-14T00:01:46.436 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.437 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.437 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.437 INFO:tasks.workunit.client.0.smithi055.stdout: "compact_lock_lat": { 2023-10-14T00:01:46.437 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.437 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.438 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.438 INFO:tasks.workunit.client.0.smithi055.stdout: "db_total_bytes": { 2023-10-14T00:01:46.438 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 95995035648 2023-10-14T00:01:46.438 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.438 INFO:tasks.workunit.client.0.smithi055.stdout: "db_used_bytes": { 2023-10-14T00:01:46.439 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 304414720 2023-10-14T00:01:46.439 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.439 INFO:tasks.workunit.client.0.smithi055.stdout: "log_bytes": { 2023-10-14T00:01:46.439 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1810432 2023-10-14T00:01:46.439 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.439 INFO:tasks.workunit.client.0.smithi055.stdout: "logged_bytes": { 2023-10-14T00:01:46.440 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1671168 2023-10-14T00:01:46.440 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.440 INFO:tasks.workunit.client.0.smithi055.stdout: "max_bytes_db": { 2023-10-14T00:01:46.440 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 312803328 2023-10-14T00:01:46.440 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.441 INFO:tasks.workunit.client.0.smithi055.stdout: "max_bytes_slow": { 2023-10-14T00:01:46.441 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.441 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.441 INFO:tasks.workunit.client.0.smithi055.stdout: "max_bytes_wal": { 2023-10-14T00:01:46.441 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.441 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.442 INFO:tasks.workunit.client.0.smithi055.stdout: "num_files": { 2023-10-14T00:01:46.442 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 13 2023-10-14T00:01:46.442 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.442 INFO:tasks.workunit.client.0.smithi055.stdout: "read_bytes": { 2023-10-14T00:01:46.442 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 193929 2023-10-14T00:01:46.443 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.443 INFO:tasks.workunit.client.0.smithi055.stdout: "read_count": { 2023-10-14T00:01:46.443 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 22 2023-10-14T00:01:46.443 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.443 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes": { 2023-10-14T00:01:46.444 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1265664 2023-10-14T00:01:46.444 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.444 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes_db": { 2023-10-14T00:01:46.444 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1269760 2023-10-14T00:01:46.444 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.444 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes_slow": { 2023-10-14T00:01:46.445 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.445 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.445 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes_wal": { 2023-10-14T00:01:46.445 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.446 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.446 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_count": { 2023-10-14T00:01:46.446 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 14 2023-10-14T00:01:46.446 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.446 INFO:tasks.workunit.client.0.smithi055.stdout: "read_prefetch_bytes": { 2023-10-14T00:01:46.447 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3653 2023-10-14T00:01:46.447 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.447 INFO:tasks.workunit.client.0.smithi055.stdout: "read_prefetch_count": { 2023-10-14T00:01:46.447 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3 2023-10-14T00:01:46.447 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.448 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_buffer_bytes": { 2023-10-14T00:01:46.448 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3833 2023-10-14T00:01:46.448 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.448 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_buffer_count": { 2023-10-14T00:01:46.448 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 18 2023-10-14T00:01:46.448 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.449 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_bytes": { 2023-10-14T00:01:46.449 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3833 2023-10-14T00:01:46.449 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.449 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_count": { 2023-10-14T00:01:46.449 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 18 2023-10-14T00:01:46.450 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.450 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes": { 2023-10-14T00:01:46.450 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.450 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.450 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes_db": { 2023-10-14T00:01:46.451 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.451 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.451 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes_slow": { 2023-10-14T00:01:46.451 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.451 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.452 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes_wal": { 2023-10-14T00:01:46.452 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.452 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.452 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_count": { 2023-10-14T00:01:46.452 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.452 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.453 INFO:tasks.workunit.client.0.smithi055.stdout: "slow_total_bytes": { 2023-10-14T00:01:46.453 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.453 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.453 INFO:tasks.workunit.client.0.smithi055.stdout: "slow_used_bytes": { 2023-10-14T00:01:46.453 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.454 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.454 INFO:tasks.workunit.client.0.smithi055.stdout: "wal_total_bytes": { 2023-10-14T00:01:46.454 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.454 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.454 INFO:tasks.workunit.client.0.smithi055.stdout: "wal_used_bytes": { 2023-10-14T00:01:46.455 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.455 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.455 INFO:tasks.workunit.client.0.smithi055.stdout: "write_bytes": { 2023-10-14T00:01:46.455 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 4947968 2023-10-14T00:01:46.455 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.455 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.456 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore": { 2023-10-14T00:01:46.456 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit": { 2023-10-14T00:01:46.456 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 4096 2023-10-14T00:01:46.456 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.456 INFO:tasks.workunit.client.0.smithi055.stdout: "allocated": { 2023-10-14T00:01:46.457 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1269760 2023-10-14T00:01:46.457 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.457 INFO:tasks.workunit.client.0.smithi055.stdout: "clist_lat": { 2023-10-14T00:01:46.457 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 4, 2023-10-14T00:01:46.457 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 172099 2023-10-14T00:01:46.457 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.458 INFO:tasks.workunit.client.0.smithi055.stdout: "compress_lat": { 2023-10-14T00:01:46.458 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.458 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.458 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.458 INFO:tasks.workunit.client.0.smithi055.stdout: "compressed": { 2023-10-14T00:01:46.459 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.459 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.459 INFO:tasks.workunit.client.0.smithi055.stdout: "compressed_allocated": { 2023-10-14T00:01:46.459 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.459 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.460 INFO:tasks.workunit.client.0.smithi055.stdout: "compressed_original": { 2023-10-14T00:01:46.460 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.460 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.460 INFO:tasks.workunit.client.0.smithi055.stdout: "csum_lat": { 2023-10-14T00:01:46.460 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 30, 2023-10-14T00:01:46.461 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 73379 2023-10-14T00:01:46.461 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.461 INFO:tasks.workunit.client.0.smithi055.stdout: "decompress_lat": { 2023-10-14T00:01:46.461 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.461 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.461 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.462 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_commit_lat": { 2023-10-14T00:01:46.462 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 392, 2023-10-14T00:01:46.462 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 165930215 2023-10-14T00:01:46.462 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.462 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_final_lat": { 2023-10-14T00:01:46.463 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 368, 2023-10-14T00:01:46.463 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 16838573 2023-10-14T00:01:46.463 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.463 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_flush_lat": { 2023-10-14T00:01:46.463 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 392, 2023-10-14T00:01:46.464 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 537027 2023-10-14T00:01:46.464 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.464 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_sync_lat": { 2023-10-14T00:01:46.464 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 392, 2023-10-14T00:01:46.464 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 166467242 2023-10-14T00:01:46.464 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.465 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_get_keys_lat": { 2023-10-14T00:01:46.465 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.465 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.465 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.465 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_get_values_lat": { 2023-10-14T00:01:46.466 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.466 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.466 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.466 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_lower_bound_lat": { 2023-10-14T00:01:46.466 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 6, 2023-10-14T00:01:46.467 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 22252 2023-10-14T00:01:46.467 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.467 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_next_lat": { 2023-10-14T00:01:46.467 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.467 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.468 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.468 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_seek_to_first_lat": { 2023-10-14T00:01:46.468 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.468 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.468 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.469 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_upper_bound_lat": { 2023-10-14T00:01:46.469 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 2, 2023-10-14T00:01:46.469 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 5386 2023-10-14T00:01:46.469 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.469 INFO:tasks.workunit.client.0.smithi055.stdout: "onode_hits": { 2023-10-14T00:01:46.470 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 904 2023-10-14T00:01:46.470 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.470 INFO:tasks.workunit.client.0.smithi055.stdout: "onode_misses": { 2023-10-14T00:01:46.470 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 218 2023-10-14T00:01:46.470 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.470 INFO:tasks.workunit.client.0.smithi055.stdout: "read_lat": { 2023-10-14T00:01:46.471 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 112, 2023-10-14T00:01:46.471 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3333412 2023-10-14T00:01:46.471 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.471 INFO:tasks.workunit.client.0.smithi055.stdout: "read_onode_meta_lat": { 2023-10-14T00:01:46.471 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 362, 2023-10-14T00:01:46.472 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 378617 2023-10-14T00:01:46.472 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.472 INFO:tasks.workunit.client.0.smithi055.stdout: "read_wait_aio_lat": { 2023-10-14T00:01:46.472 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 250, 2023-10-14T00:01:46.472 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 8664649 2023-10-14T00:01:46.473 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.473 INFO:tasks.workunit.client.0.smithi055.stdout: "reads_with_retries": { 2023-10-14T00:01:46.473 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.473 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.473 INFO:tasks.workunit.client.0.smithi055.stdout: "remove_lat": { 2023-10-14T00:01:46.473 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 2, 2023-10-14T00:01:46.474 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 51633 2023-10-14T00:01:46.474 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.474 INFO:tasks.workunit.client.0.smithi055.stdout: "state_aio_wait_lat": { 2023-10-14T00:01:46.474 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 524, 2023-10-14T00:01:46.475 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 35384473 2023-10-14T00:01:46.475 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.475 INFO:tasks.workunit.client.0.smithi055.stdout: "state_deferred_aio_wait_lat": { 2023-10-14T00:01:46.475 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 151, 2023-10-14T00:01:46.475 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 11700490 2023-10-14T00:01:46.476 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.476 INFO:tasks.workunit.client.0.smithi055.stdout: "state_deferred_cleanup_lat": { 2023-10-14T00:01:46.476 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 151, 2023-10-14T00:01:46.476 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 751214950461 2023-10-14T00:01:46.476 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.477 INFO:tasks.workunit.client.0.smithi055.stdout: "state_deferred_queued_lat": { 2023-10-14T00:01:46.477 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 151, 2023-10-14T00:01:46.477 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 188193301974 2023-10-14T00:01:46.477 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.477 INFO:tasks.workunit.client.0.smithi055.stdout: "state_done_lat": { 2023-10-14T00:01:46.478 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 524, 2023-10-14T00:01:46.478 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 235562758461 2023-10-14T00:01:46.478 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.478 INFO:tasks.workunit.client.0.smithi055.stdout: "state_finishing_lat": { 2023-10-14T00:01:46.478 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 524, 2023-10-14T00:01:46.479 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 53335 2023-10-14T00:01:46.479 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.479 INFO:tasks.workunit.client.0.smithi055.stdout: "state_io_done_lat": { 2023-10-14T00:01:46.479 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 524, 2023-10-14T00:01:46.479 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1213551 2023-10-14T00:01:46.480 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.480 INFO:tasks.workunit.client.0.smithi055.stdout: "state_kv_commiting_lat": { 2023-10-14T00:01:46.480 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 524, 2023-10-14T00:01:46.480 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 744800019 2023-10-14T00:01:46.480 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.481 INFO:tasks.workunit.client.0.smithi055.stdout: "state_kv_done_lat": { 2023-10-14T00:01:46.481 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 524, 2023-10-14T00:01:46.481 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 184294 2023-10-14T00:01:46.481 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.481 INFO:tasks.workunit.client.0.smithi055.stdout: "state_kv_queued_lat": { 2023-10-14T00:01:46.482 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 524, 2023-10-14T00:01:46.482 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 183214413 2023-10-14T00:01:46.482 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.482 INFO:tasks.workunit.client.0.smithi055.stdout: "state_prepare_lat": { 2023-10-14T00:01:46.482 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 524, 2023-10-14T00:01:46.483 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 35741530 2023-10-14T00:01:46.483 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.483 INFO:tasks.workunit.client.0.smithi055.stdout: "stored": { 2023-10-14T00:01:46.483 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 880936 2023-10-14T00:01:46.483 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.483 INFO:tasks.workunit.client.0.smithi055.stdout: "truncate_lat": { 2023-10-14T00:01:46.484 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.484 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.484 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.484 INFO:tasks.workunit.client.0.smithi055.stdout: "txc_commit_lat": { 2023-10-14T00:01:46.484 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 524, 2023-10-14T00:01:46.485 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1000446205 2023-10-14T00:01:46.485 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.485 INFO:tasks.workunit.client.0.smithi055.stdout: "txc_submit_lat": { 2023-10-14T00:01:46.485 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 524, 2023-10-14T00:01:46.485 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 41156937 2023-10-14T00:01:46.486 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.486 INFO:tasks.workunit.client.0.smithi055.stdout: "txc_throttle_lat": { 2023-10-14T00:01:46.486 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 524, 2023-10-14T00:01:46.486 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3945196 2023-10-14T00:01:46.486 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.486 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.487 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache": { 2023-10-14T00:01:46.487 INFO:tasks.workunit.client.0.smithi055.stdout: "cache_bytes": { 2023-10-14T00:01:46.487 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1868175104 2023-10-14T00:01:46.487 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.487 INFO:tasks.workunit.client.0.smithi055.stdout: "heap_bytes": { 2023-10-14T00:01:46.488 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 270909440 2023-10-14T00:01:46.488 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.488 INFO:tasks.workunit.client.0.smithi055.stdout: "mapped_bytes": { 2023-10-14T00:01:46.488 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 269721600 2023-10-14T00:01:46.488 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.489 INFO:tasks.workunit.client.0.smithi055.stdout: "target_bytes": { 2023-10-14T00:01:46.489 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3145272320 2023-10-14T00:01:46.489 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.489 INFO:tasks.workunit.client.0.smithi055.stdout: "unmapped_bytes": { 2023-10-14T00:01:46.489 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1187840 2023-10-14T00:01:46.490 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.490 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.490 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:data": { 2023-10-14T00:01:46.490 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:46.490 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 159383552 2023-10-14T00:01:46.490 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.491 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:46.491 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.491 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.491 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:46.491 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.492 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.492 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:46.492 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 85892943 2023-10-14T00:01:46.492 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.492 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:46.493 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.493 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.493 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:46.493 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.493 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.494 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:46.494 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.494 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.494 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:46.494 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.495 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.495 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:46.495 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 69632 2023-10-14T00:01:46.495 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.495 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:46.496 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 77824 2023-10-14T00:01:46.496 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.496 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:46.496 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.496 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.497 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:46.497 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.497 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.497 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:46.497 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.498 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.498 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:46.498 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 73343153 2023-10-14T00:01:46.498 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.498 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.499 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:kv": { 2023-10-14T00:01:46.499 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:46.499 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 780140544 2023-10-14T00:01:46.499 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.499 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:46.500 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 67108864 2023-10-14T00:01:46.500 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.500 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:46.500 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.500 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.501 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:46.501 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 644197072 2023-10-14T00:01:46.501 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.501 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:46.501 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.502 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.502 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:46.502 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.502 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.502 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:46.503 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.503 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.503 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:46.503 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.503 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.503 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:46.504 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.504 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.504 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:46.504 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1168 2023-10-14T00:01:46.505 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.505 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:46.505 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.505 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.505 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:46.506 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.506 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.506 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:46.506 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.506 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.507 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:46.507 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 68833440 2023-10-14T00:01:46.507 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.507 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.507 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:kv_onode": { 2023-10-14T00:01:46.507 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:46.508 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 192937984 2023-10-14T00:01:46.508 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.508 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:46.508 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 67108864 2023-10-14T00:01:46.508 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.509 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:46.509 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 464 2023-10-14T00:01:46.509 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.509 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:46.509 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 57261962 2023-10-14T00:01:46.510 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.510 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:46.510 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.510 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.510 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:46.510 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.511 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.511 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:46.511 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.511 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.512 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:46.512 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.512 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.512 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:46.512 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.513 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.513 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:46.513 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.513 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.513 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:46.514 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.514 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.514 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:46.514 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.514 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.514 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:46.515 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.515 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.515 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:46.515 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 68566694 2023-10-14T00:01:46.515 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.516 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.516 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:meta": { 2023-10-14T00:01:46.516 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:46.516 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 713031680 2023-10-14T00:01:46.516 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.517 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:46.517 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.517 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.517 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:46.517 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.518 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.518 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:46.518 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 644197072 2023-10-14T00:01:46.518 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.518 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:46.519 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.519 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.519 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:46.519 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.519 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.519 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:46.520 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 12625 2023-10-14T00:01:46.520 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.520 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:46.520 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.520 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.521 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:46.521 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 21043 2023-10-14T00:01:46.521 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.521 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:46.521 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 235682 2023-10-14T00:01:46.522 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.522 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:46.522 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.522 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.522 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:46.522 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.523 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.523 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:46.523 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.523 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.523 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:46.524 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 68565258 2023-10-14T00:01:46.524 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.524 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.524 INFO:tasks.workunit.client.0.smithi055.stdout: "objecter": { 2023-10-14T00:01:46.524 INFO:tasks.workunit.client.0.smithi055.stdout: "op_active": { 2023-10-14T00:01:46.525 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.525 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.525 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r": { 2023-10-14T00:01:46.525 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.525 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.526 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rmw": { 2023-10-14T00:01:46.526 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.526 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.526 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w": { 2023-10-14T00:01:46.526 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.527 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.527 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.527 INFO:tasks.workunit.client.0.smithi055.stdout: "osd": { 2023-10-14T00:01:46.527 INFO:tasks.workunit.client.0.smithi055.stdout: "numpg": { 2023-10-14T00:01:46.527 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 47 2023-10-14T00:01:46.527 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.528 INFO:tasks.workunit.client.0.smithi055.stdout: "numpg_removing": { 2023-10-14T00:01:46.528 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.528 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.528 INFO:tasks.workunit.client.0.smithi055.stdout: "op": { 2023-10-14T00:01:46.528 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 5 2023-10-14T00:01:46.529 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.529 INFO:tasks.workunit.client.0.smithi055.stdout: "op_delayed_degraded": { 2023-10-14T00:01:46.529 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.529 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.530 INFO:tasks.workunit.client.0.smithi055.stdout: "op_delayed_unreadable": { 2023-10-14T00:01:46.530 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.530 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.530 INFO:tasks.workunit.client.0.smithi055.stdout: "op_in_bytes": { 2023-10-14T00:01:46.530 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 588 2023-10-14T00:01:46.531 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.531 INFO:tasks.workunit.client.0.smithi055.stdout: "op_latency": { 2023-10-14T00:01:46.531 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 5, 2023-10-14T00:01:46.531 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 39701758 2023-10-14T00:01:46.531 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.532 INFO:tasks.workunit.client.0.smithi055.stdout: "op_out_bytes": { 2023-10-14T00:01:46.532 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.532 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.532 INFO:tasks.workunit.client.0.smithi055.stdout: "op_prepare_latency": { 2023-10-14T00:01:46.532 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 6, 2023-10-14T00:01:46.532 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3062713 2023-10-14T00:01:46.533 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.533 INFO:tasks.workunit.client.0.smithi055.stdout: "op_process_latency": { 2023-10-14T00:01:46.533 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 5, 2023-10-14T00:01:46.533 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 37329917 2023-10-14T00:01:46.533 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.534 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r": { 2023-10-14T00:01:46.534 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.534 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.534 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_latency": { 2023-10-14T00:01:46.534 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.535 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.535 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.535 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_latency_out_bytes_histogram": { 2023-10-14T00:01:46.535 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.535 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.536 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_out_bytes": { 2023-10-14T00:01:46.536 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.536 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.536 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_prepare_latency": { 2023-10-14T00:01:46.536 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.537 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.537 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.537 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_process_latency": { 2023-10-14T00:01:46.537 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.537 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.538 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.538 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw": { 2023-10-14T00:01:46.538 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.538 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.538 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_in_bytes": { 2023-10-14T00:01:46.539 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.539 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.539 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_latency": { 2023-10-14T00:01:46.539 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.539 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.540 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.540 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_latency_in_bytes_histogram": { 2023-10-14T00:01:46.540 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.540 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.540 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_latency_out_bytes_histogram": { 2023-10-14T00:01:46.541 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.541 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.541 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_out_bytes": { 2023-10-14T00:01:46.541 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.541 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.542 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_prepare_latency": { 2023-10-14T00:01:46.542 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.542 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.542 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.542 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_process_latency": { 2023-10-14T00:01:46.542 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.543 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.543 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.543 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w": { 2023-10-14T00:01:46.543 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 5 2023-10-14T00:01:46.543 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.544 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_in_bytes": { 2023-10-14T00:01:46.544 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 588 2023-10-14T00:01:46.544 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.544 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_latency": { 2023-10-14T00:01:46.544 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 5, 2023-10-14T00:01:46.545 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 39701758 2023-10-14T00:01:46.545 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.545 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_latency_in_bytes_histogram": { 2023-10-14T00:01:46.545 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.545 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.545 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_prepare_latency": { 2023-10-14T00:01:46.546 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 6, 2023-10-14T00:01:46.546 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3062713 2023-10-14T00:01:46.546 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.546 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_process_latency": { 2023-10-14T00:01:46.546 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 5, 2023-10-14T00:01:46.547 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 37329917 2023-10-14T00:01:46.547 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.547 INFO:tasks.workunit.client.0.smithi055.stdout: "op_wip": { 2023-10-14T00:01:46.547 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.547 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.548 INFO:tasks.workunit.client.0.smithi055.stdout: "recovery_bytes": { 2023-10-14T00:01:46.548 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1771104 2023-10-14T00:01:46.548 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.548 INFO:tasks.workunit.client.0.smithi055.stdout: "recovery_ops": { 2023-10-14T00:01:46.548 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 6 2023-10-14T00:01:46.549 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.549 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_bytes": { 2023-10-14T00:01:46.549 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 95995035648 2023-10-14T00:01:46.549 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.549 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_bytes_used": { 2023-10-14T00:01:46.550 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 305692672 2023-10-14T00:01:46.550 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.550 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.550 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.550 INFO:tasks.workunit.client.0.smithi055.stdout: "osd.1": { 2023-10-14T00:01:46.551 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs": { 2023-10-14T00:01:46.551 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_slow_fallback": { 2023-10-14T00:01:46.551 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.551 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.551 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_slow_size_fallback": { 2023-10-14T00:01:46.552 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.552 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.552 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit_db": { 2023-10-14T00:01:46.552 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 65536 2023-10-14T00:01:46.552 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.553 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit_main": { 2023-10-14T00:01:46.553 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.553 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.553 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit_wal": { 2023-10-14T00:01:46.553 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.553 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.554 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_written_slow": { 2023-10-14T00:01:46.554 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.554 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.554 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_written_sst": { 2023-10-14T00:01:46.555 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 8192 2023-10-14T00:01:46.555 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.555 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_written_wal": { 2023-10-14T00:01:46.555 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2437120 2023-10-14T00:01:46.555 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.556 INFO:tasks.workunit.client.0.smithi055.stdout: "compact_lat": { 2023-10-14T00:01:46.556 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.556 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.556 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.556 INFO:tasks.workunit.client.0.smithi055.stdout: "compact_lock_lat": { 2023-10-14T00:01:46.556 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.557 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.557 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.557 INFO:tasks.workunit.client.0.smithi055.stdout: "db_total_bytes": { 2023-10-14T00:01:46.557 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 95995035648 2023-10-14T00:01:46.557 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.558 INFO:tasks.workunit.client.0.smithi055.stdout: "db_used_bytes": { 2023-10-14T00:01:46.558 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 304414720 2023-10-14T00:01:46.558 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.558 INFO:tasks.workunit.client.0.smithi055.stdout: "log_bytes": { 2023-10-14T00:01:46.558 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1421312 2023-10-14T00:01:46.559 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.559 INFO:tasks.workunit.client.0.smithi055.stdout: "logged_bytes": { 2023-10-14T00:01:46.559 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1282048 2023-10-14T00:01:46.559 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.559 INFO:tasks.workunit.client.0.smithi055.stdout: "max_bytes_db": { 2023-10-14T00:01:46.560 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 312803328 2023-10-14T00:01:46.560 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.560 INFO:tasks.workunit.client.0.smithi055.stdout: "max_bytes_slow": { 2023-10-14T00:01:46.560 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.560 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.561 INFO:tasks.workunit.client.0.smithi055.stdout: "max_bytes_wal": { 2023-10-14T00:01:46.561 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.561 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.561 INFO:tasks.workunit.client.0.smithi055.stdout: "num_files": { 2023-10-14T00:01:46.561 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 13 2023-10-14T00:01:46.561 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.562 INFO:tasks.workunit.client.0.smithi055.stdout: "read_bytes": { 2023-10-14T00:01:46.562 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 193929 2023-10-14T00:01:46.562 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.562 INFO:tasks.workunit.client.0.smithi055.stdout: "read_count": { 2023-10-14T00:01:46.562 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 22 2023-10-14T00:01:46.563 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.563 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes": { 2023-10-14T00:01:46.563 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1265664 2023-10-14T00:01:46.563 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.563 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes_db": { 2023-10-14T00:01:46.564 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1269760 2023-10-14T00:01:46.564 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.564 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes_slow": { 2023-10-14T00:01:46.564 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.564 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.565 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes_wal": { 2023-10-14T00:01:46.565 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.565 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.565 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_count": { 2023-10-14T00:01:46.565 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 14 2023-10-14T00:01:46.565 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.566 INFO:tasks.workunit.client.0.smithi055.stdout: "read_prefetch_bytes": { 2023-10-14T00:01:46.566 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3653 2023-10-14T00:01:46.566 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.566 INFO:tasks.workunit.client.0.smithi055.stdout: "read_prefetch_count": { 2023-10-14T00:01:46.566 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3 2023-10-14T00:01:46.567 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.567 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_buffer_bytes": { 2023-10-14T00:01:46.567 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3833 2023-10-14T00:01:46.567 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.567 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_buffer_count": { 2023-10-14T00:01:46.568 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 18 2023-10-14T00:01:46.568 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.568 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_bytes": { 2023-10-14T00:01:46.568 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3833 2023-10-14T00:01:46.568 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.568 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_count": { 2023-10-14T00:01:46.569 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 18 2023-10-14T00:01:46.569 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.569 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes": { 2023-10-14T00:01:46.569 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.569 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.570 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes_db": { 2023-10-14T00:01:46.570 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.570 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.570 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes_slow": { 2023-10-14T00:01:46.570 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.571 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.571 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes_wal": { 2023-10-14T00:01:46.571 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.571 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.571 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_count": { 2023-10-14T00:01:46.572 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.572 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.572 INFO:tasks.workunit.client.0.smithi055.stdout: "slow_total_bytes": { 2023-10-14T00:01:46.572 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.572 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.573 INFO:tasks.workunit.client.0.smithi055.stdout: "slow_used_bytes": { 2023-10-14T00:01:46.573 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.573 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.573 INFO:tasks.workunit.client.0.smithi055.stdout: "wal_total_bytes": { 2023-10-14T00:01:46.573 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.573 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.574 INFO:tasks.workunit.client.0.smithi055.stdout: "wal_used_bytes": { 2023-10-14T00:01:46.574 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.574 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.574 INFO:tasks.workunit.client.0.smithi055.stdout: "write_bytes": { 2023-10-14T00:01:46.574 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3788800 2023-10-14T00:01:46.575 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.575 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.575 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore": { 2023-10-14T00:01:46.575 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit": { 2023-10-14T00:01:46.575 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 4096 2023-10-14T00:01:46.576 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.576 INFO:tasks.workunit.client.0.smithi055.stdout: "allocated": { 2023-10-14T00:01:46.576 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 667648 2023-10-14T00:01:46.576 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.576 INFO:tasks.workunit.client.0.smithi055.stdout: "clist_lat": { 2023-10-14T00:01:46.577 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 5, 2023-10-14T00:01:46.577 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 238547 2023-10-14T00:01:46.577 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.577 INFO:tasks.workunit.client.0.smithi055.stdout: "compress_lat": { 2023-10-14T00:01:46.577 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.578 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.578 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.578 INFO:tasks.workunit.client.0.smithi055.stdout: "compressed": { 2023-10-14T00:01:46.578 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.578 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.579 INFO:tasks.workunit.client.0.smithi055.stdout: "compressed_allocated": { 2023-10-14T00:01:46.579 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.579 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.579 INFO:tasks.workunit.client.0.smithi055.stdout: "compressed_original": { 2023-10-14T00:01:46.579 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.580 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.580 INFO:tasks.workunit.client.0.smithi055.stdout: "csum_lat": { 2023-10-14T00:01:46.580 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 31, 2023-10-14T00:01:46.580 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 90281 2023-10-14T00:01:46.580 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.581 INFO:tasks.workunit.client.0.smithi055.stdout: "decompress_lat": { 2023-10-14T00:01:46.581 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.581 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.581 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.581 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_commit_lat": { 2023-10-14T00:01:46.582 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 297, 2023-10-14T00:01:46.582 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 119587295 2023-10-14T00:01:46.582 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.582 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_final_lat": { 2023-10-14T00:01:46.583 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 279, 2023-10-14T00:01:46.583 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 19475569 2023-10-14T00:01:46.583 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.583 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_flush_lat": { 2023-10-14T00:01:46.583 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 297, 2023-10-14T00:01:46.584 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 470508 2023-10-14T00:01:46.584 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.584 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_sync_lat": { 2023-10-14T00:01:46.584 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 297, 2023-10-14T00:01:46.584 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 120057803 2023-10-14T00:01:46.585 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.585 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_get_keys_lat": { 2023-10-14T00:01:46.585 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.585 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.585 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.586 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_get_values_lat": { 2023-10-14T00:01:46.586 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 2, 2023-10-14T00:01:46.586 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1555 2023-10-14T00:01:46.586 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.586 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_lower_bound_lat": { 2023-10-14T00:01:46.587 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 2, 2023-10-14T00:01:46.587 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 7201 2023-10-14T00:01:46.587 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.587 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_next_lat": { 2023-10-14T00:01:46.587 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.588 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.588 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.588 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_seek_to_first_lat": { 2023-10-14T00:01:46.588 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.588 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.589 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.589 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_upper_bound_lat": { 2023-10-14T00:01:46.589 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 2, 2023-10-14T00:01:46.589 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 4934 2023-10-14T00:01:46.589 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.590 INFO:tasks.workunit.client.0.smithi055.stdout: "onode_hits": { 2023-10-14T00:01:46.590 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 789 2023-10-14T00:01:46.590 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.590 INFO:tasks.workunit.client.0.smithi055.stdout: "onode_misses": { 2023-10-14T00:01:46.590 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 226 2023-10-14T00:01:46.591 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.591 INFO:tasks.workunit.client.0.smithi055.stdout: "read_lat": { 2023-10-14T00:01:46.591 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 127, 2023-10-14T00:01:46.591 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 10313229 2023-10-14T00:01:46.591 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.591 INFO:tasks.workunit.client.0.smithi055.stdout: "read_onode_meta_lat": { 2023-10-14T00:01:46.592 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 334, 2023-10-14T00:01:46.592 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 420277 2023-10-14T00:01:46.592 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.592 INFO:tasks.workunit.client.0.smithi055.stdout: "read_wait_aio_lat": { 2023-10-14T00:01:46.592 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 207, 2023-10-14T00:01:46.593 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 17785997 2023-10-14T00:01:46.593 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.593 INFO:tasks.workunit.client.0.smithi055.stdout: "reads_with_retries": { 2023-10-14T00:01:46.593 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.593 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.594 INFO:tasks.workunit.client.0.smithi055.stdout: "remove_lat": { 2023-10-14T00:01:46.594 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 3, 2023-10-14T00:01:46.594 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 147806 2023-10-14T00:01:46.594 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.594 INFO:tasks.workunit.client.0.smithi055.stdout: "state_aio_wait_lat": { 2023-10-14T00:01:46.595 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 405, 2023-10-14T00:01:46.595 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 27237203 2023-10-14T00:01:46.595 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.595 INFO:tasks.workunit.client.0.smithi055.stdout: "state_deferred_aio_wait_lat": { 2023-10-14T00:01:46.595 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 116, 2023-10-14T00:01:46.596 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 8685767 2023-10-14T00:01:46.596 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.596 INFO:tasks.workunit.client.0.smithi055.stdout: "state_deferred_cleanup_lat": { 2023-10-14T00:01:46.596 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 114, 2023-10-14T00:01:46.596 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 217261883561 2023-10-14T00:01:46.596 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.597 INFO:tasks.workunit.client.0.smithi055.stdout: "state_deferred_queued_lat": { 2023-10-14T00:01:46.597 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 116, 2023-10-14T00:01:46.597 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 147550247049 2023-10-14T00:01:46.597 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.597 INFO:tasks.workunit.client.0.smithi055.stdout: "state_done_lat": { 2023-10-14T00:01:46.598 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 403, 2023-10-14T00:01:46.598 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 43982832778 2023-10-14T00:01:46.598 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.598 INFO:tasks.workunit.client.0.smithi055.stdout: "state_finishing_lat": { 2023-10-14T00:01:46.598 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 403, 2023-10-14T00:01:46.599 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 42400 2023-10-14T00:01:46.599 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.599 INFO:tasks.workunit.client.0.smithi055.stdout: "state_io_done_lat": { 2023-10-14T00:01:46.599 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 405, 2023-10-14T00:01:46.599 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 483958 2023-10-14T00:01:46.600 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.600 INFO:tasks.workunit.client.0.smithi055.stdout: "state_kv_commiting_lat": { 2023-10-14T00:01:46.600 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 405, 2023-10-14T00:01:46.600 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 350528821 2023-10-14T00:01:46.600 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.601 INFO:tasks.workunit.client.0.smithi055.stdout: "state_kv_done_lat": { 2023-10-14T00:01:46.601 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 405, 2023-10-14T00:01:46.601 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 145167 2023-10-14T00:01:46.601 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.601 INFO:tasks.workunit.client.0.smithi055.stdout: "state_kv_queued_lat": { 2023-10-14T00:01:46.602 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 405, 2023-10-14T00:01:46.602 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 117646450 2023-10-14T00:01:46.602 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.602 INFO:tasks.workunit.client.0.smithi055.stdout: "state_prepare_lat": { 2023-10-14T00:01:46.602 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 405, 2023-10-14T00:01:46.603 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 30420278 2023-10-14T00:01:46.603 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.603 INFO:tasks.workunit.client.0.smithi055.stdout: "stored": { 2023-10-14T00:01:46.603 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 290028 2023-10-14T00:01:46.603 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.603 INFO:tasks.workunit.client.0.smithi055.stdout: "truncate_lat": { 2023-10-14T00:01:46.604 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.604 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.604 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.604 INFO:tasks.workunit.client.0.smithi055.stdout: "txc_commit_lat": { 2023-10-14T00:01:46.604 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 405, 2023-10-14T00:01:46.605 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 526391055 2023-10-14T00:01:46.605 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.605 INFO:tasks.workunit.client.0.smithi055.stdout: "txc_submit_lat": { 2023-10-14T00:01:46.605 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 405, 2023-10-14T00:01:46.605 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 35240919 2023-10-14T00:01:46.606 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.606 INFO:tasks.workunit.client.0.smithi055.stdout: "txc_throttle_lat": { 2023-10-14T00:01:46.606 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 405, 2023-10-14T00:01:46.606 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3789683 2023-10-14T00:01:46.606 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.607 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.607 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache": { 2023-10-14T00:01:46.607 INFO:tasks.workunit.client.0.smithi055.stdout: "cache_bytes": { 2023-10-14T00:01:46.607 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1868175104 2023-10-14T00:01:46.607 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.607 INFO:tasks.workunit.client.0.smithi055.stdout: "heap_bytes": { 2023-10-14T00:01:46.608 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 236371968 2023-10-14T00:01:46.608 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.608 INFO:tasks.workunit.client.0.smithi055.stdout: "mapped_bytes": { 2023-10-14T00:01:46.608 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 236322816 2023-10-14T00:01:46.608 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.609 INFO:tasks.workunit.client.0.smithi055.stdout: "target_bytes": { 2023-10-14T00:01:46.609 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3145272320 2023-10-14T00:01:46.609 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.609 INFO:tasks.workunit.client.0.smithi055.stdout: "unmapped_bytes": { 2023-10-14T00:01:46.609 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 49152 2023-10-14T00:01:46.610 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.610 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.610 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:data": { 2023-10-14T00:01:46.610 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:46.610 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 159383552 2023-10-14T00:01:46.611 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.611 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:46.611 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.611 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.611 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:46.612 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.612 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.612 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:46.612 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 85902345 2023-10-14T00:01:46.612 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.612 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:46.613 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.613 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.613 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:46.613 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.614 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.614 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:46.614 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.617 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.617 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:46.618 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.618 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.618 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:46.618 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.618 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.619 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:46.619 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 12288 2023-10-14T00:01:46.619 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.619 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:46.619 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.620 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.620 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:46.620 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.620 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.620 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:46.621 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.621 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.621 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:46.621 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 73468919 2023-10-14T00:01:46.621 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.621 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.622 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:kv": { 2023-10-14T00:01:46.622 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:46.622 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 780140544 2023-10-14T00:01:46.622 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.622 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:46.623 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 67108864 2023-10-14T00:01:46.623 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.623 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:46.623 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.623 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.624 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:46.624 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 644267589 2023-10-14T00:01:46.624 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.624 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:46.624 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.625 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.625 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:46.625 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.625 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.625 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:46.626 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.626 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.626 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:46.626 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.626 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.626 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:46.627 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.627 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.627 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:46.627 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1168 2023-10-14T00:01:46.627 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.628 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:46.628 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.628 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.628 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:46.628 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.629 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.629 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:46.629 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.629 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.629 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:46.630 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 68762923 2023-10-14T00:01:46.630 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.630 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.630 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:kv_onode": { 2023-10-14T00:01:46.630 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:46.630 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 192937984 2023-10-14T00:01:46.631 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.631 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:46.631 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 67108864 2023-10-14T00:01:46.631 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.631 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:46.632 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 464 2023-10-14T00:01:46.632 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.632 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:46.632 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 57268230 2023-10-14T00:01:46.632 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.633 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:46.633 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.633 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.633 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:46.633 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.633 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.634 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:46.634 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.634 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.634 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:46.634 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.635 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.635 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:46.635 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.635 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.635 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:46.636 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.636 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.636 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:46.636 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.636 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.637 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:46.637 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.637 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.637 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:46.637 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.638 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.638 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:46.638 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 68560426 2023-10-14T00:01:46.638 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.638 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.638 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:meta": { 2023-10-14T00:01:46.639 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:46.639 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 713031680 2023-10-14T00:01:46.639 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.639 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:46.640 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.640 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.640 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:46.640 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.640 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.641 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:46.641 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 644267589 2023-10-14T00:01:46.641 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.641 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:46.641 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.641 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.642 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:46.642 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.642 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.642 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:46.642 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.643 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.643 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:46.643 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.643 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.643 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:46.644 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 24781 2023-10-14T00:01:46.644 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.644 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:46.644 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 217526 2023-10-14T00:01:46.644 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.644 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:46.645 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.645 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.645 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:46.645 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.645 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.646 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:46.646 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.646 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.646 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:46.646 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 68521784 2023-10-14T00:01:46.647 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.647 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.647 INFO:tasks.workunit.client.0.smithi055.stdout: "objecter": { 2023-10-14T00:01:46.647 INFO:tasks.workunit.client.0.smithi055.stdout: "op_active": { 2023-10-14T00:01:46.647 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.648 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.648 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r": { 2023-10-14T00:01:46.648 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.648 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.648 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rmw": { 2023-10-14T00:01:46.649 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.649 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.649 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w": { 2023-10-14T00:01:46.649 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.649 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.650 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.650 INFO:tasks.workunit.client.0.smithi055.stdout: "osd": { 2023-10-14T00:01:46.650 INFO:tasks.workunit.client.0.smithi055.stdout: "numpg": { 2023-10-14T00:01:46.650 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 37 2023-10-14T00:01:46.650 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.651 INFO:tasks.workunit.client.0.smithi055.stdout: "numpg_removing": { 2023-10-14T00:01:46.651 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.651 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.651 INFO:tasks.workunit.client.0.smithi055.stdout: "op": { 2023-10-14T00:01:46.651 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 155 2023-10-14T00:01:46.652 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.652 INFO:tasks.workunit.client.0.smithi055.stdout: "op_delayed_degraded": { 2023-10-14T00:01:46.652 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.652 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.652 INFO:tasks.workunit.client.0.smithi055.stdout: "op_delayed_unreadable": { 2023-10-14T00:01:46.653 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.653 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.653 INFO:tasks.workunit.client.0.smithi055.stdout: "op_in_bytes": { 2023-10-14T00:01:46.653 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2429440 2023-10-14T00:01:46.653 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.653 INFO:tasks.workunit.client.0.smithi055.stdout: "op_latency": { 2023-10-14T00:01:46.654 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 155, 2023-10-14T00:01:46.654 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1020759105 2023-10-14T00:01:46.654 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.654 INFO:tasks.workunit.client.0.smithi055.stdout: "op_out_bytes": { 2023-10-14T00:01:46.654 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1052 2023-10-14T00:01:46.655 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.655 INFO:tasks.workunit.client.0.smithi055.stdout: "op_prepare_latency": { 2023-10-14T00:01:46.655 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 155, 2023-10-14T00:01:46.655 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 74851011 2023-10-14T00:01:46.655 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.655 INFO:tasks.workunit.client.0.smithi055.stdout: "op_process_latency": { 2023-10-14T00:01:46.656 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 155, 2023-10-14T00:01:46.656 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 250817261 2023-10-14T00:01:46.656 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.656 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r": { 2023-10-14T00:01:46.656 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 33 2023-10-14T00:01:46.656 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.657 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_latency": { 2023-10-14T00:01:46.657 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 33, 2023-10-14T00:01:46.657 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 12381073 2023-10-14T00:01:46.657 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.657 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_latency_out_bytes_histogram": { 2023-10-14T00:01:46.658 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.658 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.658 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_out_bytes": { 2023-10-14T00:01:46.658 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1052 2023-10-14T00:01:46.658 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.659 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_prepare_latency": { 2023-10-14T00:01:46.659 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 33, 2023-10-14T00:01:46.659 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 11515673 2023-10-14T00:01:46.659 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.659 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_process_latency": { 2023-10-14T00:01:46.660 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 33, 2023-10-14T00:01:46.660 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 10635188 2023-10-14T00:01:46.660 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.660 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw": { 2023-10-14T00:01:46.660 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 22 2023-10-14T00:01:46.660 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.661 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_in_bytes": { 2023-10-14T00:01:46.661 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.661 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.661 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_latency": { 2023-10-14T00:01:46.661 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 22, 2023-10-14T00:01:46.662 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 25221453 2023-10-14T00:01:46.662 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.662 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_latency_in_bytes_histogram": { 2023-10-14T00:01:46.662 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.662 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.663 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_latency_out_bytes_histogram": { 2023-10-14T00:01:46.663 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.663 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.663 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_out_bytes": { 2023-10-14T00:01:46.663 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.664 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.664 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_prepare_latency": { 2023-10-14T00:01:46.664 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 22, 2023-10-14T00:01:46.664 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 9337501 2023-10-14T00:01:46.664 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.664 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_process_latency": { 2023-10-14T00:01:46.665 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 22, 2023-10-14T00:01:46.665 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 23838725 2023-10-14T00:01:46.665 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.665 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w": { 2023-10-14T00:01:46.665 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 100 2023-10-14T00:01:46.666 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.666 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_in_bytes": { 2023-10-14T00:01:46.666 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2429440 2023-10-14T00:01:46.666 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.666 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_latency": { 2023-10-14T00:01:46.667 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 100, 2023-10-14T00:01:46.667 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 983156579 2023-10-14T00:01:46.667 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.667 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_latency_in_bytes_histogram": { 2023-10-14T00:01:46.667 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.667 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.668 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_prepare_latency": { 2023-10-14T00:01:46.668 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 100, 2023-10-14T00:01:46.668 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 53997837 2023-10-14T00:01:46.668 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.668 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_process_latency": { 2023-10-14T00:01:46.669 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 100, 2023-10-14T00:01:46.669 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 216343348 2023-10-14T00:01:46.669 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.669 INFO:tasks.workunit.client.0.smithi055.stdout: "op_wip": { 2023-10-14T00:01:46.669 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.670 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.670 INFO:tasks.workunit.client.0.smithi055.stdout: "recovery_bytes": { 2023-10-14T00:01:46.670 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 590368 2023-10-14T00:01:46.670 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.670 INFO:tasks.workunit.client.0.smithi055.stdout: "recovery_ops": { 2023-10-14T00:01:46.671 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2 2023-10-14T00:01:46.671 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.671 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_bytes": { 2023-10-14T00:01:46.671 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 95995035648 2023-10-14T00:01:46.671 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.671 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_bytes_used": { 2023-10-14T00:01:46.672 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 305090560 2023-10-14T00:01:46.672 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.672 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.672 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.672 INFO:tasks.workunit.client.0.smithi055.stdout: "osd.2": { 2023-10-14T00:01:46.672 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs": { 2023-10-14T00:01:46.673 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_slow_fallback": { 2023-10-14T00:01:46.673 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.673 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.673 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_slow_size_fallback": { 2023-10-14T00:01:46.673 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.673 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.674 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit_db": { 2023-10-14T00:01:46.674 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 65536 2023-10-14T00:01:46.674 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.674 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit_main": { 2023-10-14T00:01:46.674 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.675 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.675 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit_wal": { 2023-10-14T00:01:46.675 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.675 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.675 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_written_slow": { 2023-10-14T00:01:46.675 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.676 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.676 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_written_sst": { 2023-10-14T00:01:46.676 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 8192 2023-10-14T00:01:46.676 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.676 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_written_wal": { 2023-10-14T00:01:46.677 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2170880 2023-10-14T00:01:46.677 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.677 INFO:tasks.workunit.client.0.smithi055.stdout: "compact_lat": { 2023-10-14T00:01:46.677 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.677 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.677 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.678 INFO:tasks.workunit.client.0.smithi055.stdout: "compact_lock_lat": { 2023-10-14T00:01:46.678 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.678 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.678 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.678 INFO:tasks.workunit.client.0.smithi055.stdout: "db_total_bytes": { 2023-10-14T00:01:46.679 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 95995035648 2023-10-14T00:01:46.679 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.679 INFO:tasks.workunit.client.0.smithi055.stdout: "db_used_bytes": { 2023-10-14T00:01:46.679 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 304414720 2023-10-14T00:01:46.679 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.679 INFO:tasks.workunit.client.0.smithi055.stdout: "log_bytes": { 2023-10-14T00:01:46.680 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1265664 2023-10-14T00:01:46.680 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.680 INFO:tasks.workunit.client.0.smithi055.stdout: "logged_bytes": { 2023-10-14T00:01:46.680 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1126400 2023-10-14T00:01:46.680 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.681 INFO:tasks.workunit.client.0.smithi055.stdout: "max_bytes_db": { 2023-10-14T00:01:46.681 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 312803328 2023-10-14T00:01:46.681 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.681 INFO:tasks.workunit.client.0.smithi055.stdout: "max_bytes_slow": { 2023-10-14T00:01:46.681 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.681 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.682 INFO:tasks.workunit.client.0.smithi055.stdout: "max_bytes_wal": { 2023-10-14T00:01:46.682 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.682 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.682 INFO:tasks.workunit.client.0.smithi055.stdout: "num_files": { 2023-10-14T00:01:46.682 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 13 2023-10-14T00:01:46.683 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.683 INFO:tasks.workunit.client.0.smithi055.stdout: "read_bytes": { 2023-10-14T00:01:46.683 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 193929 2023-10-14T00:01:46.683 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.683 INFO:tasks.workunit.client.0.smithi055.stdout: "read_count": { 2023-10-14T00:01:46.683 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 22 2023-10-14T00:01:46.684 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.684 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes": { 2023-10-14T00:01:46.684 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1265664 2023-10-14T00:01:46.684 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.684 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes_db": { 2023-10-14T00:01:46.685 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1269760 2023-10-14T00:01:46.685 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.685 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes_slow": { 2023-10-14T00:01:46.685 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.685 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.685 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes_wal": { 2023-10-14T00:01:46.686 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.686 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.686 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_count": { 2023-10-14T00:01:46.686 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 14 2023-10-14T00:01:46.686 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.686 INFO:tasks.workunit.client.0.smithi055.stdout: "read_prefetch_bytes": { 2023-10-14T00:01:46.687 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3653 2023-10-14T00:01:46.687 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.687 INFO:tasks.workunit.client.0.smithi055.stdout: "read_prefetch_count": { 2023-10-14T00:01:46.687 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3 2023-10-14T00:01:46.687 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.687 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_buffer_bytes": { 2023-10-14T00:01:46.688 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3833 2023-10-14T00:01:46.688 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.688 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_buffer_count": { 2023-10-14T00:01:46.688 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 18 2023-10-14T00:01:46.688 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.689 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_bytes": { 2023-10-14T00:01:46.689 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3833 2023-10-14T00:01:46.689 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.689 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_count": { 2023-10-14T00:01:46.689 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 18 2023-10-14T00:01:46.690 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.690 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes": { 2023-10-14T00:01:46.690 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.690 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.690 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes_db": { 2023-10-14T00:01:46.691 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.691 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.691 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes_slow": { 2023-10-14T00:01:46.691 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.691 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.692 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes_wal": { 2023-10-14T00:01:46.692 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.692 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.692 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_count": { 2023-10-14T00:01:46.692 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.693 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.693 INFO:tasks.workunit.client.0.smithi055.stdout: "slow_total_bytes": { 2023-10-14T00:01:46.693 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.693 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.693 INFO:tasks.workunit.client.0.smithi055.stdout: "slow_used_bytes": { 2023-10-14T00:01:46.694 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.694 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.694 INFO:tasks.workunit.client.0.smithi055.stdout: "wal_total_bytes": { 2023-10-14T00:01:46.694 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.694 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.694 INFO:tasks.workunit.client.0.smithi055.stdout: "wal_used_bytes": { 2023-10-14T00:01:46.695 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.695 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.695 INFO:tasks.workunit.client.0.smithi055.stdout: "write_bytes": { 2023-10-14T00:01:46.695 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3366912 2023-10-14T00:01:46.695 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.696 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.696 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore": { 2023-10-14T00:01:46.696 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit": { 2023-10-14T00:01:46.696 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 4096 2023-10-14T00:01:46.696 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.696 INFO:tasks.workunit.client.0.smithi055.stdout: "allocated": { 2023-10-14T00:01:46.697 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 663552 2023-10-14T00:01:46.697 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.697 INFO:tasks.workunit.client.0.smithi055.stdout: "clist_lat": { 2023-10-14T00:01:46.697 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 4, 2023-10-14T00:01:46.697 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 190539 2023-10-14T00:01:46.698 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.698 INFO:tasks.workunit.client.0.smithi055.stdout: "compress_lat": { 2023-10-14T00:01:46.698 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.698 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.698 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.699 INFO:tasks.workunit.client.0.smithi055.stdout: "compressed": { 2023-10-14T00:01:46.699 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.699 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.699 INFO:tasks.workunit.client.0.smithi055.stdout: "compressed_allocated": { 2023-10-14T00:01:46.699 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.700 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.700 INFO:tasks.workunit.client.0.smithi055.stdout: "compressed_original": { 2023-10-14T00:01:46.700 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.700 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.700 INFO:tasks.workunit.client.0.smithi055.stdout: "csum_lat": { 2023-10-14T00:01:46.701 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 14, 2023-10-14T00:01:46.701 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 24151 2023-10-14T00:01:46.701 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.701 INFO:tasks.workunit.client.0.smithi055.stdout: "decompress_lat": { 2023-10-14T00:01:46.701 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.701 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.702 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.702 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_commit_lat": { 2023-10-14T00:01:46.702 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 259, 2023-10-14T00:01:46.702 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 93319440 2023-10-14T00:01:46.702 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.703 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_final_lat": { 2023-10-14T00:01:46.703 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 257, 2023-10-14T00:01:46.703 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 16645878 2023-10-14T00:01:46.703 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.703 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_flush_lat": { 2023-10-14T00:01:46.704 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 259, 2023-10-14T00:01:46.704 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 429269 2023-10-14T00:01:46.704 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.704 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_sync_lat": { 2023-10-14T00:01:46.704 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 259, 2023-10-14T00:01:46.705 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 93748709 2023-10-14T00:01:46.705 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.705 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_get_keys_lat": { 2023-10-14T00:01:46.705 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.705 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.706 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.706 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_get_values_lat": { 2023-10-14T00:01:46.706 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 2, 2023-10-14T00:01:46.706 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2670 2023-10-14T00:01:46.706 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.707 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_lower_bound_lat": { 2023-10-14T00:01:46.707 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.707 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.707 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.707 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_next_lat": { 2023-10-14T00:01:46.708 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.708 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.708 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.708 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_seek_to_first_lat": { 2023-10-14T00:01:46.708 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.709 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.709 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.709 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_upper_bound_lat": { 2023-10-14T00:01:46.709 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 2, 2023-10-14T00:01:46.709 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 4714 2023-10-14T00:01:46.710 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.710 INFO:tasks.workunit.client.0.smithi055.stdout: "onode_hits": { 2023-10-14T00:01:46.710 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 578 2023-10-14T00:01:46.710 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.710 INFO:tasks.workunit.client.0.smithi055.stdout: "onode_misses": { 2023-10-14T00:01:46.711 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 203 2023-10-14T00:01:46.711 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.711 INFO:tasks.workunit.client.0.smithi055.stdout: "read_lat": { 2023-10-14T00:01:46.711 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 91, 2023-10-14T00:01:46.711 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1973413 2023-10-14T00:01:46.712 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.712 INFO:tasks.workunit.client.0.smithi055.stdout: "read_onode_meta_lat": { 2023-10-14T00:01:46.712 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 257, 2023-10-14T00:01:46.712 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 346421 2023-10-14T00:01:46.712 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.712 INFO:tasks.workunit.client.0.smithi055.stdout: "read_wait_aio_lat": { 2023-10-14T00:01:46.713 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 166, 2023-10-14T00:01:46.713 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 6971484 2023-10-14T00:01:46.713 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.713 INFO:tasks.workunit.client.0.smithi055.stdout: "reads_with_retries": { 2023-10-14T00:01:46.713 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.714 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.714 INFO:tasks.workunit.client.0.smithi055.stdout: "remove_lat": { 2023-10-14T00:01:46.714 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 3, 2023-10-14T00:01:46.714 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 118927 2023-10-14T00:01:46.714 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.715 INFO:tasks.workunit.client.0.smithi055.stdout: "state_aio_wait_lat": { 2023-10-14T00:01:46.715 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 330, 2023-10-14T00:01:46.715 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 22546123 2023-10-14T00:01:46.715 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.715 INFO:tasks.workunit.client.0.smithi055.stdout: "state_deferred_aio_wait_lat": { 2023-10-14T00:01:46.716 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 111, 2023-10-14T00:01:46.716 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 8608727 2023-10-14T00:01:46.716 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.716 INFO:tasks.workunit.client.0.smithi055.stdout: "state_deferred_cleanup_lat": { 2023-10-14T00:01:46.716 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 109, 2023-10-14T00:01:46.716 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 193551251680 2023-10-14T00:01:46.717 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.717 INFO:tasks.workunit.client.0.smithi055.stdout: "state_deferred_queued_lat": { 2023-10-14T00:01:46.717 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 111, 2023-10-14T00:01:46.717 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 141207572824 2023-10-14T00:01:46.717 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.718 INFO:tasks.workunit.client.0.smithi055.stdout: "state_done_lat": { 2023-10-14T00:01:46.718 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 328, 2023-10-14T00:01:46.718 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 43507944831 2023-10-14T00:01:46.718 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.718 INFO:tasks.workunit.client.0.smithi055.stdout: "state_finishing_lat": { 2023-10-14T00:01:46.719 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 328, 2023-10-14T00:01:46.719 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 36874 2023-10-14T00:01:46.719 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.719 INFO:tasks.workunit.client.0.smithi055.stdout: "state_io_done_lat": { 2023-10-14T00:01:46.719 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 330, 2023-10-14T00:01:46.720 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 627901 2023-10-14T00:01:46.720 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.720 INFO:tasks.workunit.client.0.smithi055.stdout: "state_kv_commiting_lat": { 2023-10-14T00:01:46.720 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 330, 2023-10-14T00:01:46.720 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 188391469 2023-10-14T00:01:46.721 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.721 INFO:tasks.workunit.client.0.smithi055.stdout: "state_kv_done_lat": { 2023-10-14T00:01:46.721 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 330, 2023-10-14T00:01:46.721 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 129277 2023-10-14T00:01:46.721 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.721 INFO:tasks.workunit.client.0.smithi055.stdout: "state_kv_queued_lat": { 2023-10-14T00:01:46.722 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 330, 2023-10-14T00:01:46.722 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 93283438 2023-10-14T00:01:46.722 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.722 INFO:tasks.workunit.client.0.smithi055.stdout: "state_prepare_lat": { 2023-10-14T00:01:46.722 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 330, 2023-10-14T00:01:46.723 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 29967527 2023-10-14T00:01:46.723 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.723 INFO:tasks.workunit.client.0.smithi055.stdout: "stored": { 2023-10-14T00:01:46.723 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 290169 2023-10-14T00:01:46.723 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.724 INFO:tasks.workunit.client.0.smithi055.stdout: "truncate_lat": { 2023-10-14T00:01:46.724 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.724 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.724 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.724 INFO:tasks.workunit.client.0.smithi055.stdout: "txc_commit_lat": { 2023-10-14T00:01:46.725 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 330, 2023-10-14T00:01:46.725 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 334879905 2023-10-14T00:01:46.725 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.725 INFO:tasks.workunit.client.0.smithi055.stdout: "txc_submit_lat": { 2023-10-14T00:01:46.725 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 330, 2023-10-14T00:01:46.725 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 34394937 2023-10-14T00:01:46.726 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.726 INFO:tasks.workunit.client.0.smithi055.stdout: "txc_throttle_lat": { 2023-10-14T00:01:46.726 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 330, 2023-10-14T00:01:46.726 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2559355 2023-10-14T00:01:46.726 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.727 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.727 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache": { 2023-10-14T00:01:46.727 INFO:tasks.workunit.client.0.smithi055.stdout: "cache_bytes": { 2023-10-14T00:01:46.727 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1868175104 2023-10-14T00:01:46.727 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.728 INFO:tasks.workunit.client.0.smithi055.stdout: "heap_bytes": { 2023-10-14T00:01:46.728 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 236240896 2023-10-14T00:01:46.728 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.728 INFO:tasks.workunit.client.0.smithi055.stdout: "mapped_bytes": { 2023-10-14T00:01:46.728 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 234528768 2023-10-14T00:01:46.728 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.729 INFO:tasks.workunit.client.0.smithi055.stdout: "target_bytes": { 2023-10-14T00:01:46.729 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3145272320 2023-10-14T00:01:46.729 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.729 INFO:tasks.workunit.client.0.smithi055.stdout: "unmapped_bytes": { 2023-10-14T00:01:46.729 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1712128 2023-10-14T00:01:46.730 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.730 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.730 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:data": { 2023-10-14T00:01:46.730 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:46.730 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 159383552 2023-10-14T00:01:46.731 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.731 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:46.731 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.731 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.731 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:46.732 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.732 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.732 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:46.732 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 85902738 2023-10-14T00:01:46.732 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.732 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:46.733 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.733 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.733 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:46.733 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.733 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.734 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:46.734 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.734 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.734 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:46.734 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.734 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.735 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:46.735 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.735 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.735 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:46.735 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 16384 2023-10-14T00:01:46.736 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.736 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:46.736 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.736 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.736 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:46.736 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.737 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.737 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:46.737 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.737 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.737 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:46.738 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 73464430 2023-10-14T00:01:46.738 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.738 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.738 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:kv": { 2023-10-14T00:01:46.738 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:46.739 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 780140544 2023-10-14T00:01:46.739 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.739 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:46.739 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 67108864 2023-10-14T00:01:46.739 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.740 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:46.740 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.740 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.740 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:46.740 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 644270539 2023-10-14T00:01:46.740 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.741 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:46.741 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.741 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.741 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:46.741 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.742 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.742 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:46.742 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.742 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.742 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:46.743 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.743 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.743 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:46.743 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.743 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.744 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:46.744 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1168 2023-10-14T00:01:46.744 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.744 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:46.744 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.745 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.745 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:46.745 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.745 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.745 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:46.746 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.746 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.746 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:46.746 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 68759973 2023-10-14T00:01:46.746 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.746 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.747 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:kv_onode": { 2023-10-14T00:01:46.747 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:46.747 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 192937984 2023-10-14T00:01:46.747 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.747 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:46.748 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 67108864 2023-10-14T00:01:46.748 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.748 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:46.748 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 464 2023-10-14T00:01:46.748 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.749 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:46.749 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 57268492 2023-10-14T00:01:46.749 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.749 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:46.749 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.750 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.750 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:46.750 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.750 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.750 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:46.751 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.751 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.751 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:46.751 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.751 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.751 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:46.752 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.752 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.752 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:46.752 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.752 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.753 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:46.753 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.753 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.753 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:46.753 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.753 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.754 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:46.754 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.754 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.754 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:46.754 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 68560164 2023-10-14T00:01:46.755 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.755 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.755 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:meta": { 2023-10-14T00:01:46.755 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:46.755 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 713031680 2023-10-14T00:01:46.756 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.756 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:46.756 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.756 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.756 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:46.756 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.757 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.757 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:46.757 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 644270539 2023-10-14T00:01:46.757 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.757 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:46.758 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.758 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.758 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:46.758 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.759 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.759 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:46.759 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.759 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.759 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:46.760 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.760 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.760 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:46.760 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 23440 2023-10-14T00:01:46.760 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.761 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:46.761 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 208207 2023-10-14T00:01:46.761 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.761 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:46.761 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.761 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.762 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:46.762 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.762 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.762 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:46.762 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.763 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.763 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:46.763 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 68529494 2023-10-14T00:01:46.763 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.763 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.764 INFO:tasks.workunit.client.0.smithi055.stdout: "objecter": { 2023-10-14T00:01:46.764 INFO:tasks.workunit.client.0.smithi055.stdout: "op_active": { 2023-10-14T00:01:46.764 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.764 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.764 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r": { 2023-10-14T00:01:46.765 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.765 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.765 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rmw": { 2023-10-14T00:01:46.765 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.765 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.765 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w": { 2023-10-14T00:01:46.766 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.766 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.766 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.766 INFO:tasks.workunit.client.0.smithi055.stdout: "osd": { 2023-10-14T00:01:46.766 INFO:tasks.workunit.client.0.smithi055.stdout: "numpg": { 2023-10-14T00:01:46.767 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 29 2023-10-14T00:01:46.767 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.767 INFO:tasks.workunit.client.0.smithi055.stdout: "numpg_removing": { 2023-10-14T00:01:46.767 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.767 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.768 INFO:tasks.workunit.client.0.smithi055.stdout: "op": { 2023-10-14T00:01:46.768 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 10 2023-10-14T00:01:46.768 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.768 INFO:tasks.workunit.client.0.smithi055.stdout: "op_delayed_degraded": { 2023-10-14T00:01:46.768 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.769 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.769 INFO:tasks.workunit.client.0.smithi055.stdout: "op_delayed_unreadable": { 2023-10-14T00:01:46.769 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.769 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.769 INFO:tasks.workunit.client.0.smithi055.stdout: "op_in_bytes": { 2023-10-14T00:01:46.770 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.770 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.770 INFO:tasks.workunit.client.0.smithi055.stdout: "op_latency": { 2023-10-14T00:01:46.770 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 10, 2023-10-14T00:01:46.770 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 79490193 2023-10-14T00:01:46.771 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.771 INFO:tasks.workunit.client.0.smithi055.stdout: "op_out_bytes": { 2023-10-14T00:01:46.771 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.771 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.771 INFO:tasks.workunit.client.0.smithi055.stdout: "op_prepare_latency": { 2023-10-14T00:01:46.772 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 10, 2023-10-14T00:01:46.772 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 8766002 2023-10-14T00:01:46.772 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.772 INFO:tasks.workunit.client.0.smithi055.stdout: "op_process_latency": { 2023-10-14T00:01:46.772 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 10, 2023-10-14T00:01:46.772 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 54889875 2023-10-14T00:01:46.773 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.773 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r": { 2023-10-14T00:01:46.773 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.773 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.773 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_latency": { 2023-10-14T00:01:46.774 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.774 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.774 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.774 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_latency_out_bytes_histogram": { 2023-10-14T00:01:46.774 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.775 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.775 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_out_bytes": { 2023-10-14T00:01:46.775 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.775 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.775 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_prepare_latency": { 2023-10-14T00:01:46.776 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.776 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.776 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.776 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_process_latency": { 2023-10-14T00:01:46.776 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.777 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.777 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.777 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw": { 2023-10-14T00:01:46.777 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.777 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.777 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_in_bytes": { 2023-10-14T00:01:46.778 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.778 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.778 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_latency": { 2023-10-14T00:01:46.778 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.778 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.779 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.779 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_latency_in_bytes_histogram": { 2023-10-14T00:01:46.779 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.779 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.779 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_latency_out_bytes_histogram": { 2023-10-14T00:01:46.779 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.780 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.780 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_out_bytes": { 2023-10-14T00:01:46.780 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.780 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.780 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_prepare_latency": { 2023-10-14T00:01:46.781 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.781 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.781 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.781 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_process_latency": { 2023-10-14T00:01:46.781 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.782 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.782 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.782 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w": { 2023-10-14T00:01:46.782 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 10 2023-10-14T00:01:46.782 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.782 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_in_bytes": { 2023-10-14T00:01:46.783 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.783 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.783 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_latency": { 2023-10-14T00:01:46.783 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 10, 2023-10-14T00:01:46.783 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 79490193 2023-10-14T00:01:46.784 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.784 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_latency_in_bytes_histogram": { 2023-10-14T00:01:46.784 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.784 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.784 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_prepare_latency": { 2023-10-14T00:01:46.785 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 10, 2023-10-14T00:01:46.785 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 8766002 2023-10-14T00:01:46.785 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.785 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_process_latency": { 2023-10-14T00:01:46.785 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 10, 2023-10-14T00:01:46.786 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 54889875 2023-10-14T00:01:46.786 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.786 INFO:tasks.workunit.client.0.smithi055.stdout: "op_wip": { 2023-10-14T00:01:46.786 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.786 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.787 INFO:tasks.workunit.client.0.smithi055.stdout: "recovery_bytes": { 2023-10-14T00:01:46.787 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.787 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.787 INFO:tasks.workunit.client.0.smithi055.stdout: "recovery_ops": { 2023-10-14T00:01:46.787 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.788 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.788 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_bytes": { 2023-10-14T00:01:46.788 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 95995035648 2023-10-14T00:01:46.788 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.788 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_bytes_used": { 2023-10-14T00:01:46.788 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 305086464 2023-10-14T00:01:46.789 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.789 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.789 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.789 INFO:tasks.workunit.client.0.smithi055.stdout: "osd.3": { 2023-10-14T00:01:46.789 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs": { 2023-10-14T00:01:46.790 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_slow_fallback": { 2023-10-14T00:01:46.790 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.790 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.790 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_slow_size_fallback": { 2023-10-14T00:01:46.790 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.791 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.791 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit_db": { 2023-10-14T00:01:46.791 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 65536 2023-10-14T00:01:46.791 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.791 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit_main": { 2023-10-14T00:01:46.791 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.792 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.792 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit_wal": { 2023-10-14T00:01:46.792 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.792 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.792 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_written_slow": { 2023-10-14T00:01:46.793 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.793 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.793 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_written_sst": { 2023-10-14T00:01:46.793 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 8192 2023-10-14T00:01:46.793 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.793 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_written_wal": { 2023-10-14T00:01:46.794 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1097728 2023-10-14T00:01:46.794 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.794 INFO:tasks.workunit.client.0.smithi055.stdout: "compact_lat": { 2023-10-14T00:01:46.794 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.794 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.795 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.795 INFO:tasks.workunit.client.0.smithi055.stdout: "compact_lock_lat": { 2023-10-14T00:01:46.795 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.795 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.795 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.796 INFO:tasks.workunit.client.0.smithi055.stdout: "db_total_bytes": { 2023-10-14T00:01:46.796 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 95995035648 2023-10-14T00:01:46.796 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.796 INFO:tasks.workunit.client.0.smithi055.stdout: "db_used_bytes": { 2023-10-14T00:01:46.796 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 304414720 2023-10-14T00:01:46.797 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.797 INFO:tasks.workunit.client.0.smithi055.stdout: "log_bytes": { 2023-10-14T00:01:46.797 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 708608 2023-10-14T00:01:46.797 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.797 INFO:tasks.workunit.client.0.smithi055.stdout: "logged_bytes": { 2023-10-14T00:01:46.798 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 569344 2023-10-14T00:01:46.798 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.798 INFO:tasks.workunit.client.0.smithi055.stdout: "max_bytes_db": { 2023-10-14T00:01:46.798 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 312803328 2023-10-14T00:01:46.798 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.799 INFO:tasks.workunit.client.0.smithi055.stdout: "max_bytes_slow": { 2023-10-14T00:01:46.799 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.799 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.799 INFO:tasks.workunit.client.0.smithi055.stdout: "max_bytes_wal": { 2023-10-14T00:01:46.799 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.800 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.800 INFO:tasks.workunit.client.0.smithi055.stdout: "num_files": { 2023-10-14T00:01:46.800 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 13 2023-10-14T00:01:46.800 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.800 INFO:tasks.workunit.client.0.smithi055.stdout: "read_bytes": { 2023-10-14T00:01:46.800 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 193929 2023-10-14T00:01:46.801 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.801 INFO:tasks.workunit.client.0.smithi055.stdout: "read_count": { 2023-10-14T00:01:46.801 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 22 2023-10-14T00:01:46.801 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.801 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes": { 2023-10-14T00:01:46.802 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1265664 2023-10-14T00:01:46.802 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.802 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes_db": { 2023-10-14T00:01:46.802 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1269760 2023-10-14T00:01:46.802 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.803 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes_slow": { 2023-10-14T00:01:46.803 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.803 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.803 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes_wal": { 2023-10-14T00:01:46.803 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.803 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.804 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_count": { 2023-10-14T00:01:46.804 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 14 2023-10-14T00:01:46.804 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.804 INFO:tasks.workunit.client.0.smithi055.stdout: "read_prefetch_bytes": { 2023-10-14T00:01:46.804 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3653 2023-10-14T00:01:46.805 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.805 INFO:tasks.workunit.client.0.smithi055.stdout: "read_prefetch_count": { 2023-10-14T00:01:46.805 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3 2023-10-14T00:01:46.805 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.805 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_buffer_bytes": { 2023-10-14T00:01:46.806 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3833 2023-10-14T00:01:46.806 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.806 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_buffer_count": { 2023-10-14T00:01:46.806 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 18 2023-10-14T00:01:46.806 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.807 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_bytes": { 2023-10-14T00:01:46.807 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3833 2023-10-14T00:01:46.807 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.807 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_count": { 2023-10-14T00:01:46.807 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 18 2023-10-14T00:01:46.807 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.808 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes": { 2023-10-14T00:01:46.808 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.808 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.808 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes_db": { 2023-10-14T00:01:46.808 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.809 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.809 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes_slow": { 2023-10-14T00:01:46.809 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.809 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.809 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes_wal": { 2023-10-14T00:01:46.810 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.810 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.810 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_count": { 2023-10-14T00:01:46.810 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.810 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.810 INFO:tasks.workunit.client.0.smithi055.stdout: "slow_total_bytes": { 2023-10-14T00:01:46.811 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.811 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.811 INFO:tasks.workunit.client.0.smithi055.stdout: "slow_used_bytes": { 2023-10-14T00:01:46.811 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.811 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.812 INFO:tasks.workunit.client.0.smithi055.stdout: "wal_total_bytes": { 2023-10-14T00:01:46.812 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.812 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.812 INFO:tasks.workunit.client.0.smithi055.stdout: "wal_used_bytes": { 2023-10-14T00:01:46.812 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.813 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.813 INFO:tasks.workunit.client.0.smithi055.stdout: "write_bytes": { 2023-10-14T00:01:46.813 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1736704 2023-10-14T00:01:46.813 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.813 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.813 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore": { 2023-10-14T00:01:46.814 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit": { 2023-10-14T00:01:46.814 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 4096 2023-10-14T00:01:46.814 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.814 INFO:tasks.workunit.client.0.smithi055.stdout: "allocated": { 2023-10-14T00:01:46.814 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 684032 2023-10-14T00:01:46.815 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.815 INFO:tasks.workunit.client.0.smithi055.stdout: "clist_lat": { 2023-10-14T00:01:46.815 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.815 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.815 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.816 INFO:tasks.workunit.client.0.smithi055.stdout: "compress_lat": { 2023-10-14T00:01:46.816 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.816 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.816 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.816 INFO:tasks.workunit.client.0.smithi055.stdout: "compressed": { 2023-10-14T00:01:46.817 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.817 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.817 INFO:tasks.workunit.client.0.smithi055.stdout: "compressed_allocated": { 2023-10-14T00:01:46.817 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.817 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.817 INFO:tasks.workunit.client.0.smithi055.stdout: "compressed_original": { 2023-10-14T00:01:46.818 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.818 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.818 INFO:tasks.workunit.client.0.smithi055.stdout: "csum_lat": { 2023-10-14T00:01:46.818 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 3, 2023-10-14T00:01:46.818 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 5680 2023-10-14T00:01:46.819 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.819 INFO:tasks.workunit.client.0.smithi055.stdout: "decompress_lat": { 2023-10-14T00:01:46.819 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.821 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.822 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.822 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_commit_lat": { 2023-10-14T00:01:46.822 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 123, 2023-10-14T00:01:46.822 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 72764393 2023-10-14T00:01:46.822 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.823 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_final_lat": { 2023-10-14T00:01:46.823 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 116, 2023-10-14T00:01:46.823 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 18789179 2023-10-14T00:01:46.823 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.823 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_flush_lat": { 2023-10-14T00:01:46.823 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 123, 2023-10-14T00:01:46.824 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 265991 2023-10-14T00:01:46.824 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.824 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_sync_lat": { 2023-10-14T00:01:46.824 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 123, 2023-10-14T00:01:46.824 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 73030384 2023-10-14T00:01:46.825 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.825 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_get_keys_lat": { 2023-10-14T00:01:46.825 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.825 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.825 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.826 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_get_values_lat": { 2023-10-14T00:01:46.826 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.826 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.826 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.826 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_lower_bound_lat": { 2023-10-14T00:01:46.827 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.827 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.827 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.827 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_next_lat": { 2023-10-14T00:01:46.827 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.827 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.828 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.828 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_seek_to_first_lat": { 2023-10-14T00:01:46.828 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.828 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.828 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.829 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_upper_bound_lat": { 2023-10-14T00:01:46.829 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 2, 2023-10-14T00:01:46.829 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 5284 2023-10-14T00:01:46.829 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.829 INFO:tasks.workunit.client.0.smithi055.stdout: "onode_hits": { 2023-10-14T00:01:46.830 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 316 2023-10-14T00:01:46.830 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.830 INFO:tasks.workunit.client.0.smithi055.stdout: "onode_misses": { 2023-10-14T00:01:46.830 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 210 2023-10-14T00:01:46.830 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.831 INFO:tasks.workunit.client.0.smithi055.stdout: "read_lat": { 2023-10-14T00:01:46.831 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 78, 2023-10-14T00:01:46.831 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1064676 2023-10-14T00:01:46.831 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.831 INFO:tasks.workunit.client.0.smithi055.stdout: "read_onode_meta_lat": { 2023-10-14T00:01:46.831 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 133, 2023-10-14T00:01:46.832 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 384908 2023-10-14T00:01:46.832 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.832 INFO:tasks.workunit.client.0.smithi055.stdout: "read_wait_aio_lat": { 2023-10-14T00:01:46.832 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 55, 2023-10-14T00:01:46.832 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 680736 2023-10-14T00:01:46.833 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.833 INFO:tasks.workunit.client.0.smithi055.stdout: "reads_with_retries": { 2023-10-14T00:01:46.833 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.833 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.833 INFO:tasks.workunit.client.0.smithi055.stdout: "remove_lat": { 2023-10-14T00:01:46.834 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.834 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.834 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.834 INFO:tasks.workunit.client.0.smithi055.stdout: "state_aio_wait_lat": { 2023-10-14T00:01:46.834 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 235, 2023-10-14T00:01:46.835 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 15014950 2023-10-14T00:01:46.835 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.835 INFO:tasks.workunit.client.0.smithi055.stdout: "state_deferred_aio_wait_lat": { 2023-10-14T00:01:46.835 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 47, 2023-10-14T00:01:46.835 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3684910 2023-10-14T00:01:46.835 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.836 INFO:tasks.workunit.client.0.smithi055.stdout: "state_deferred_cleanup_lat": { 2023-10-14T00:01:46.836 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 44, 2023-10-14T00:01:46.836 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 254632086863 2023-10-14T00:01:46.836 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.836 INFO:tasks.workunit.client.0.smithi055.stdout: "state_deferred_queued_lat": { 2023-10-14T00:01:46.837 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 47, 2023-10-14T00:01:46.837 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 78644004119 2023-10-14T00:01:46.837 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.837 INFO:tasks.workunit.client.0.smithi055.stdout: "state_done_lat": { 2023-10-14T00:01:46.837 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 232, 2023-10-14T00:01:46.838 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 442431 2023-10-14T00:01:46.838 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.838 INFO:tasks.workunit.client.0.smithi055.stdout: "state_finishing_lat": { 2023-10-14T00:01:46.838 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 232, 2023-10-14T00:01:46.838 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 25214 2023-10-14T00:01:46.838 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.839 INFO:tasks.workunit.client.0.smithi055.stdout: "state_io_done_lat": { 2023-10-14T00:01:46.839 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 235, 2023-10-14T00:01:46.839 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 279918 2023-10-14T00:01:46.839 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.839 INFO:tasks.workunit.client.0.smithi055.stdout: "state_kv_commiting_lat": { 2023-10-14T00:01:46.840 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 235, 2023-10-14T00:01:46.840 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 273329943 2023-10-14T00:01:46.840 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.840 INFO:tasks.workunit.client.0.smithi055.stdout: "state_kv_done_lat": { 2023-10-14T00:01:46.840 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 235, 2023-10-14T00:01:46.841 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 72299 2023-10-14T00:01:46.841 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.841 INFO:tasks.workunit.client.0.smithi055.stdout: "state_kv_queued_lat": { 2023-10-14T00:01:46.841 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 235, 2023-10-14T00:01:46.841 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 133950811 2023-10-14T00:01:46.841 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.842 INFO:tasks.workunit.client.0.smithi055.stdout: "state_prepare_lat": { 2023-10-14T00:01:46.842 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 235, 2023-10-14T00:01:46.842 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 12612657 2023-10-14T00:01:46.842 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.842 INFO:tasks.workunit.client.0.smithi055.stdout: "stored": { 2023-10-14T00:01:46.843 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 292881 2023-10-14T00:01:46.843 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.843 INFO:tasks.workunit.client.0.smithi055.stdout: "truncate_lat": { 2023-10-14T00:01:46.843 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.843 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.844 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.844 INFO:tasks.workunit.client.0.smithi055.stdout: "txc_commit_lat": { 2023-10-14T00:01:46.844 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 235, 2023-10-14T00:01:46.844 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 435224197 2023-10-14T00:01:46.844 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.845 INFO:tasks.workunit.client.0.smithi055.stdout: "txc_submit_lat": { 2023-10-14T00:01:46.845 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 235, 2023-10-14T00:01:46.845 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 16300644 2023-10-14T00:01:46.845 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.845 INFO:tasks.workunit.client.0.smithi055.stdout: "txc_throttle_lat": { 2023-10-14T00:01:46.845 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 235, 2023-10-14T00:01:46.846 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2162556 2023-10-14T00:01:46.846 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.846 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.846 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache": { 2023-10-14T00:01:46.846 INFO:tasks.workunit.client.0.smithi055.stdout: "cache_bytes": { 2023-10-14T00:01:46.847 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1868175104 2023-10-14T00:01:46.847 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.847 INFO:tasks.workunit.client.0.smithi055.stdout: "heap_bytes": { 2023-10-14T00:01:46.847 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 269926400 2023-10-14T00:01:46.847 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.848 INFO:tasks.workunit.client.0.smithi055.stdout: "mapped_bytes": { 2023-10-14T00:01:46.848 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 267902976 2023-10-14T00:01:46.848 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.848 INFO:tasks.workunit.client.0.smithi055.stdout: "target_bytes": { 2023-10-14T00:01:46.848 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3145272320 2023-10-14T00:01:46.849 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.849 INFO:tasks.workunit.client.0.smithi055.stdout: "unmapped_bytes": { 2023-10-14T00:01:46.849 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2023424 2023-10-14T00:01:46.849 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.849 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.849 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:data": { 2023-10-14T00:01:46.850 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:46.850 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 159383552 2023-10-14T00:01:46.850 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.850 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:46.851 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.851 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.851 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:46.851 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.851 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.851 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:46.852 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 85903316 2023-10-14T00:01:46.852 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.852 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:46.852 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.852 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.853 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:46.853 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.853 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.853 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:46.853 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.853 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.854 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:46.854 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.854 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.854 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:46.854 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.855 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.855 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:46.855 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.855 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.855 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:46.856 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.856 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.856 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:46.856 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.856 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.856 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:46.857 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.857 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.857 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:46.857 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 73480236 2023-10-14T00:01:46.857 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.858 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.858 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:kv": { 2023-10-14T00:01:46.858 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:46.858 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 780140544 2023-10-14T00:01:46.858 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.859 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:46.859 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 67108864 2023-10-14T00:01:46.859 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.859 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:46.859 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.859 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.860 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:46.860 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 644274876 2023-10-14T00:01:46.860 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.860 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:46.860 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.861 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.861 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:46.861 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.861 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.861 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:46.861 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.862 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.862 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:46.862 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.862 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.862 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:46.863 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.863 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.863 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:46.863 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1168 2023-10-14T00:01:46.863 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.864 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:46.864 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.864 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.864 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:46.864 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.864 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.865 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:46.865 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.865 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.865 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:46.865 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 68755636 2023-10-14T00:01:46.866 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.866 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.866 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:kv_onode": { 2023-10-14T00:01:46.866 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:46.866 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 192937984 2023-10-14T00:01:46.867 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.867 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:46.867 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 67108864 2023-10-14T00:01:46.867 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.867 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:46.867 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 464 2023-10-14T00:01:46.868 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.868 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:46.868 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 57268877 2023-10-14T00:01:46.868 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.868 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:46.869 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.869 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.869 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:46.869 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.869 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.869 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:46.870 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.870 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.870 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:46.870 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.870 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.871 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:46.871 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.871 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.871 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:46.871 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.872 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.872 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:46.872 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.872 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.872 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:46.872 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.873 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.873 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:46.873 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.873 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.873 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:46.874 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 68559779 2023-10-14T00:01:46.874 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.874 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.874 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:meta": { 2023-10-14T00:01:46.874 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:46.875 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 713031680 2023-10-14T00:01:46.875 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.875 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:46.875 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.875 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.875 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:46.876 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.876 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.876 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:46.876 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 644274876 2023-10-14T00:01:46.876 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.877 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:46.877 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.877 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.877 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:46.877 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.877 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.878 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:46.878 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.878 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.878 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:46.878 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 9591 2023-10-14T00:01:46.879 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.879 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:46.879 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 24665 2023-10-14T00:01:46.879 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.879 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:46.880 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 209652 2023-10-14T00:01:46.880 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.880 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:46.880 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.880 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.880 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:46.881 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.881 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.881 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:46.881 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.881 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.882 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:46.882 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 68512896 2023-10-14T00:01:46.882 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.882 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.882 INFO:tasks.workunit.client.0.smithi055.stdout: "objecter": { 2023-10-14T00:01:46.883 INFO:tasks.workunit.client.0.smithi055.stdout: "op_active": { 2023-10-14T00:01:46.883 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.883 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.883 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r": { 2023-10-14T00:01:46.883 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.883 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.884 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rmw": { 2023-10-14T00:01:46.884 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.884 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.884 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w": { 2023-10-14T00:01:46.884 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.885 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.885 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.885 INFO:tasks.workunit.client.0.smithi055.stdout: "osd": { 2023-10-14T00:01:46.885 INFO:tasks.workunit.client.0.smithi055.stdout: "numpg": { 2023-10-14T00:01:46.885 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 36 2023-10-14T00:01:46.885 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.886 INFO:tasks.workunit.client.0.smithi055.stdout: "numpg_removing": { 2023-10-14T00:01:46.886 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.886 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.886 INFO:tasks.workunit.client.0.smithi055.stdout: "op": { 2023-10-14T00:01:46.886 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.887 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.887 INFO:tasks.workunit.client.0.smithi055.stdout: "op_delayed_degraded": { 2023-10-14T00:01:46.887 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.887 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.887 INFO:tasks.workunit.client.0.smithi055.stdout: "op_delayed_unreadable": { 2023-10-14T00:01:46.887 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.888 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.888 INFO:tasks.workunit.client.0.smithi055.stdout: "op_in_bytes": { 2023-10-14T00:01:46.888 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.888 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.888 INFO:tasks.workunit.client.0.smithi055.stdout: "op_latency": { 2023-10-14T00:01:46.889 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.889 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.889 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.889 INFO:tasks.workunit.client.0.smithi055.stdout: "op_out_bytes": { 2023-10-14T00:01:46.889 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.890 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.890 INFO:tasks.workunit.client.0.smithi055.stdout: "op_prepare_latency": { 2023-10-14T00:01:46.890 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 2, 2023-10-14T00:01:46.890 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1077994 2023-10-14T00:01:46.890 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.890 INFO:tasks.workunit.client.0.smithi055.stdout: "op_process_latency": { 2023-10-14T00:01:46.891 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.891 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.891 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.891 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r": { 2023-10-14T00:01:46.891 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.892 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.892 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_latency": { 2023-10-14T00:01:46.892 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.892 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.892 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.892 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_latency_out_bytes_histogram": { 2023-10-14T00:01:46.893 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.893 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.893 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_out_bytes": { 2023-10-14T00:01:46.893 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.893 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.894 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_prepare_latency": { 2023-10-14T00:01:46.894 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.894 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.894 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.894 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_process_latency": { 2023-10-14T00:01:46.895 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.895 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.895 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.895 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw": { 2023-10-14T00:01:46.895 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.896 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.896 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_in_bytes": { 2023-10-14T00:01:46.896 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.896 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.896 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_latency": { 2023-10-14T00:01:46.896 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.897 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.897 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.897 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_latency_in_bytes_histogram": { 2023-10-14T00:01:46.897 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.897 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.898 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_latency_out_bytes_histogram": { 2023-10-14T00:01:46.898 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.898 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.898 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_out_bytes": { 2023-10-14T00:01:46.898 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.899 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.899 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_prepare_latency": { 2023-10-14T00:01:46.899 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.899 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.899 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.900 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_process_latency": { 2023-10-14T00:01:46.900 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.900 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.900 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.900 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w": { 2023-10-14T00:01:46.901 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.901 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.901 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_in_bytes": { 2023-10-14T00:01:46.901 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.901 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.901 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_latency": { 2023-10-14T00:01:46.902 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.902 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.902 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.902 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_latency_in_bytes_histogram": { 2023-10-14T00:01:46.902 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.903 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.903 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_prepare_latency": { 2023-10-14T00:01:46.903 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 2, 2023-10-14T00:01:46.903 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1077994 2023-10-14T00:01:46.903 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.904 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_process_latency": { 2023-10-14T00:01:46.904 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.904 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.904 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.904 INFO:tasks.workunit.client.0.smithi055.stdout: "op_wip": { 2023-10-14T00:01:46.905 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.905 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.905 INFO:tasks.workunit.client.0.smithi055.stdout: "recovery_bytes": { 2023-10-14T00:01:46.905 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.905 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.905 INFO:tasks.workunit.client.0.smithi055.stdout: "recovery_ops": { 2023-10-14T00:01:46.906 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.906 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.906 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_bytes": { 2023-10-14T00:01:46.906 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 95995035648 2023-10-14T00:01:46.906 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.907 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_bytes_used": { 2023-10-14T00:01:46.907 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 305106944 2023-10-14T00:01:46.907 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.907 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.907 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.908 INFO:tasks.workunit.client.0.smithi055.stdout: "osd.4": { 2023-10-14T00:01:46.908 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs": { 2023-10-14T00:01:46.908 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_slow_fallback": { 2023-10-14T00:01:46.908 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.908 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.908 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_slow_size_fallback": { 2023-10-14T00:01:46.909 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.909 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.909 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit_db": { 2023-10-14T00:01:46.909 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 65536 2023-10-14T00:01:46.909 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.910 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit_main": { 2023-10-14T00:01:46.910 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.910 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.910 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit_wal": { 2023-10-14T00:01:46.910 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.911 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.911 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_written_slow": { 2023-10-14T00:01:46.911 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.911 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.911 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_written_sst": { 2023-10-14T00:01:46.912 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 8192 2023-10-14T00:01:46.912 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.912 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_written_wal": { 2023-10-14T00:01:46.912 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1294336 2023-10-14T00:01:46.912 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.913 INFO:tasks.workunit.client.0.smithi055.stdout: "compact_lat": { 2023-10-14T00:01:46.913 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.913 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.913 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.913 INFO:tasks.workunit.client.0.smithi055.stdout: "compact_lock_lat": { 2023-10-14T00:01:46.914 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.914 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.914 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.914 INFO:tasks.workunit.client.0.smithi055.stdout: "db_total_bytes": { 2023-10-14T00:01:46.914 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 95995035648 2023-10-14T00:01:46.914 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.915 INFO:tasks.workunit.client.0.smithi055.stdout: "db_used_bytes": { 2023-10-14T00:01:46.915 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 304414720 2023-10-14T00:01:46.915 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.915 INFO:tasks.workunit.client.0.smithi055.stdout: "log_bytes": { 2023-10-14T00:01:46.915 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 864256 2023-10-14T00:01:46.916 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.916 INFO:tasks.workunit.client.0.smithi055.stdout: "logged_bytes": { 2023-10-14T00:01:46.916 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 724992 2023-10-14T00:01:46.916 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.916 INFO:tasks.workunit.client.0.smithi055.stdout: "max_bytes_db": { 2023-10-14T00:01:46.917 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 312803328 2023-10-14T00:01:46.917 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.917 INFO:tasks.workunit.client.0.smithi055.stdout: "max_bytes_slow": { 2023-10-14T00:01:46.917 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.917 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.917 INFO:tasks.workunit.client.0.smithi055.stdout: "max_bytes_wal": { 2023-10-14T00:01:46.918 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.918 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.918 INFO:tasks.workunit.client.0.smithi055.stdout: "num_files": { 2023-10-14T00:01:46.918 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 13 2023-10-14T00:01:46.918 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.919 INFO:tasks.workunit.client.0.smithi055.stdout: "read_bytes": { 2023-10-14T00:01:46.919 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 193929 2023-10-14T00:01:46.919 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.919 INFO:tasks.workunit.client.0.smithi055.stdout: "read_count": { 2023-10-14T00:01:46.919 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 22 2023-10-14T00:01:46.920 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.920 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes": { 2023-10-14T00:01:46.920 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1265664 2023-10-14T00:01:46.920 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.920 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes_db": { 2023-10-14T00:01:46.920 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1269760 2023-10-14T00:01:46.921 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.921 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes_slow": { 2023-10-14T00:01:46.921 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.921 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.921 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes_wal": { 2023-10-14T00:01:46.922 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.922 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.922 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_count": { 2023-10-14T00:01:46.922 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 14 2023-10-14T00:01:46.922 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.922 INFO:tasks.workunit.client.0.smithi055.stdout: "read_prefetch_bytes": { 2023-10-14T00:01:46.923 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3653 2023-10-14T00:01:46.923 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.923 INFO:tasks.workunit.client.0.smithi055.stdout: "read_prefetch_count": { 2023-10-14T00:01:46.923 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3 2023-10-14T00:01:46.923 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.924 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_buffer_bytes": { 2023-10-14T00:01:46.924 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3833 2023-10-14T00:01:46.924 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.924 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_buffer_count": { 2023-10-14T00:01:46.924 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 18 2023-10-14T00:01:46.925 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.925 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_bytes": { 2023-10-14T00:01:46.925 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3833 2023-10-14T00:01:46.925 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.925 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_count": { 2023-10-14T00:01:46.925 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 18 2023-10-14T00:01:46.926 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.926 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes": { 2023-10-14T00:01:46.926 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.926 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.926 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes_db": { 2023-10-14T00:01:46.927 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.927 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.927 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes_slow": { 2023-10-14T00:01:46.927 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.927 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.928 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes_wal": { 2023-10-14T00:01:46.928 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.928 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.928 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_count": { 2023-10-14T00:01:46.928 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.928 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.929 INFO:tasks.workunit.client.0.smithi055.stdout: "slow_total_bytes": { 2023-10-14T00:01:46.929 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.929 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.929 INFO:tasks.workunit.client.0.smithi055.stdout: "slow_used_bytes": { 2023-10-14T00:01:46.929 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.930 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.930 INFO:tasks.workunit.client.0.smithi055.stdout: "wal_total_bytes": { 2023-10-14T00:01:46.930 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.930 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.930 INFO:tasks.workunit.client.0.smithi055.stdout: "wal_used_bytes": { 2023-10-14T00:01:46.931 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.931 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.931 INFO:tasks.workunit.client.0.smithi055.stdout: "write_bytes": { 2023-10-14T00:01:46.931 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2088960 2023-10-14T00:01:46.931 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.931 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.932 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore": { 2023-10-14T00:01:46.932 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit": { 2023-10-14T00:01:46.932 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 4096 2023-10-14T00:01:46.932 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.932 INFO:tasks.workunit.client.0.smithi055.stdout: "allocated": { 2023-10-14T00:01:46.933 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 679936 2023-10-14T00:01:46.933 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.933 INFO:tasks.workunit.client.0.smithi055.stdout: "clist_lat": { 2023-10-14T00:01:46.933 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 8, 2023-10-14T00:01:46.933 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 310448 2023-10-14T00:01:46.934 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.934 INFO:tasks.workunit.client.0.smithi055.stdout: "compress_lat": { 2023-10-14T00:01:46.934 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.934 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.934 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.934 INFO:tasks.workunit.client.0.smithi055.stdout: "compressed": { 2023-10-14T00:01:46.935 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.935 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.935 INFO:tasks.workunit.client.0.smithi055.stdout: "compressed_allocated": { 2023-10-14T00:01:46.935 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.935 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.936 INFO:tasks.workunit.client.0.smithi055.stdout: "compressed_original": { 2023-10-14T00:01:46.936 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.936 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.936 INFO:tasks.workunit.client.0.smithi055.stdout: "csum_lat": { 2023-10-14T00:01:46.936 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 1, 2023-10-14T00:01:46.936 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1877 2023-10-14T00:01:46.937 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.937 INFO:tasks.workunit.client.0.smithi055.stdout: "decompress_lat": { 2023-10-14T00:01:46.937 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.937 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.937 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.938 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_commit_lat": { 2023-10-14T00:01:46.938 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 161, 2023-10-14T00:01:46.938 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 41860520 2023-10-14T00:01:46.938 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.938 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_final_lat": { 2023-10-14T00:01:46.939 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 158, 2023-10-14T00:01:46.939 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2849102 2023-10-14T00:01:46.939 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.939 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_flush_lat": { 2023-10-14T00:01:46.939 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 161, 2023-10-14T00:01:46.940 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 199729 2023-10-14T00:01:46.940 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.940 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_sync_lat": { 2023-10-14T00:01:46.940 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 161, 2023-10-14T00:01:46.940 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 42060249 2023-10-14T00:01:46.941 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.941 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_get_keys_lat": { 2023-10-14T00:01:46.941 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.941 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.941 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.942 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_get_values_lat": { 2023-10-14T00:01:46.942 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 2, 2023-10-14T00:01:46.942 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1337 2023-10-14T00:01:46.942 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.942 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_lower_bound_lat": { 2023-10-14T00:01:46.942 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.943 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.943 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.943 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_next_lat": { 2023-10-14T00:01:46.943 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.943 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.944 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.944 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_seek_to_first_lat": { 2023-10-14T00:01:46.944 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:46.944 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.944 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.944 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_upper_bound_lat": { 2023-10-14T00:01:46.945 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 2, 2023-10-14T00:01:46.945 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 6109 2023-10-14T00:01:46.945 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.945 INFO:tasks.workunit.client.0.smithi055.stdout: "onode_hits": { 2023-10-14T00:01:46.945 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 357 2023-10-14T00:01:46.946 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.946 INFO:tasks.workunit.client.0.smithi055.stdout: "onode_misses": { 2023-10-14T00:01:46.946 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 223 2023-10-14T00:01:46.946 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.946 INFO:tasks.workunit.client.0.smithi055.stdout: "read_lat": { 2023-10-14T00:01:46.947 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 94, 2023-10-14T00:01:46.947 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 817812 2023-10-14T00:01:46.947 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.947 INFO:tasks.workunit.client.0.smithi055.stdout: "read_onode_meta_lat": { 2023-10-14T00:01:46.947 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 160, 2023-10-14T00:01:46.948 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 212869 2023-10-14T00:01:46.948 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.948 INFO:tasks.workunit.client.0.smithi055.stdout: "read_wait_aio_lat": { 2023-10-14T00:01:46.948 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 66, 2023-10-14T00:01:46.948 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 176863 2023-10-14T00:01:46.948 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.949 INFO:tasks.workunit.client.0.smithi055.stdout: "reads_with_retries": { 2023-10-14T00:01:46.949 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.949 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.949 INFO:tasks.workunit.client.0.smithi055.stdout: "remove_lat": { 2023-10-14T00:01:46.949 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 5, 2023-10-14T00:01:46.950 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 141075 2023-10-14T00:01:46.950 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.950 INFO:tasks.workunit.client.0.smithi055.stdout: "state_aio_wait_lat": { 2023-10-14T00:01:46.950 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 260, 2023-10-14T00:01:46.950 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 7655615 2023-10-14T00:01:46.951 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.951 INFO:tasks.workunit.client.0.smithi055.stdout: "state_deferred_aio_wait_lat": { 2023-10-14T00:01:46.951 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 40, 2023-10-14T00:01:46.951 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3629624 2023-10-14T00:01:46.951 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.952 INFO:tasks.workunit.client.0.smithi055.stdout: "state_deferred_cleanup_lat": { 2023-10-14T00:01:46.952 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 39, 2023-10-14T00:01:46.952 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 250016062887 2023-10-14T00:01:46.952 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.952 INFO:tasks.workunit.client.0.smithi055.stdout: "state_deferred_queued_lat": { 2023-10-14T00:01:46.953 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 40, 2023-10-14T00:01:46.953 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 61184448907 2023-10-14T00:01:46.953 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.953 INFO:tasks.workunit.client.0.smithi055.stdout: "state_done_lat": { 2023-10-14T00:01:46.953 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 259, 2023-10-14T00:01:46.954 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 408715 2023-10-14T00:01:46.954 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.954 INFO:tasks.workunit.client.0.smithi055.stdout: "state_finishing_lat": { 2023-10-14T00:01:46.954 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 259, 2023-10-14T00:01:46.954 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 24969 2023-10-14T00:01:46.954 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.955 INFO:tasks.workunit.client.0.smithi055.stdout: "state_io_done_lat": { 2023-10-14T00:01:46.955 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 260, 2023-10-14T00:01:46.955 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 386395 2023-10-14T00:01:46.955 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.956 INFO:tasks.workunit.client.0.smithi055.stdout: "state_kv_commiting_lat": { 2023-10-14T00:01:46.956 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 260, 2023-10-14T00:01:46.956 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 104336540 2023-10-14T00:01:46.956 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.956 INFO:tasks.workunit.client.0.smithi055.stdout: "state_kv_done_lat": { 2023-10-14T00:01:46.956 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 260, 2023-10-14T00:01:46.957 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 76322 2023-10-14T00:01:46.957 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.957 INFO:tasks.workunit.client.0.smithi055.stdout: "state_kv_queued_lat": { 2023-10-14T00:01:46.957 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 260, 2023-10-14T00:01:46.957 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 107975448 2023-10-14T00:01:46.958 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.958 INFO:tasks.workunit.client.0.smithi055.stdout: "state_prepare_lat": { 2023-10-14T00:01:46.958 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 260, 2023-10-14T00:01:46.958 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 20213508 2023-10-14T00:01:46.958 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.959 INFO:tasks.workunit.client.0.smithi055.stdout: "stored": { 2023-10-14T00:01:46.959 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 290849 2023-10-14T00:01:46.959 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.959 INFO:tasks.workunit.client.0.smithi055.stdout: "truncate_lat": { 2023-10-14T00:01:46.959 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 2, 2023-10-14T00:01:46.960 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 556 2023-10-14T00:01:46.960 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.960 INFO:tasks.workunit.client.0.smithi055.stdout: "txc_commit_lat": { 2023-10-14T00:01:46.960 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 260, 2023-10-14T00:01:46.960 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 240605096 2023-10-14T00:01:46.961 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.961 INFO:tasks.workunit.client.0.smithi055.stdout: "txc_submit_lat": { 2023-10-14T00:01:46.961 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 260, 2023-10-14T00:01:46.961 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 22677094 2023-10-14T00:01:46.961 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.961 INFO:tasks.workunit.client.0.smithi055.stdout: "txc_throttle_lat": { 2023-10-14T00:01:46.962 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 260, 2023-10-14T00:01:46.962 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2604863 2023-10-14T00:01:46.962 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.962 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.962 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache": { 2023-10-14T00:01:46.963 INFO:tasks.workunit.client.0.smithi055.stdout: "cache_bytes": { 2023-10-14T00:01:46.963 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1867213659 2023-10-14T00:01:46.963 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.963 INFO:tasks.workunit.client.0.smithi055.stdout: "heap_bytes": { 2023-10-14T00:01:46.963 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 268812288 2023-10-14T00:01:46.964 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.964 INFO:tasks.workunit.client.0.smithi055.stdout: "mapped_bytes": { 2023-10-14T00:01:46.964 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 268115968 2023-10-14T00:01:46.964 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.964 INFO:tasks.workunit.client.0.smithi055.stdout: "target_bytes": { 2023-10-14T00:01:46.964 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3144141209 2023-10-14T00:01:46.965 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.965 INFO:tasks.workunit.client.0.smithi055.stdout: "unmapped_bytes": { 2023-10-14T00:01:46.965 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 696320 2023-10-14T00:01:46.965 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.965 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.966 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:data": { 2023-10-14T00:01:46.966 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:46.966 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 159383552 2023-10-14T00:01:46.966 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.966 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:46.967 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.967 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.967 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:46.967 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.967 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.967 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:46.968 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 85845386 2023-10-14T00:01:46.968 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.968 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:46.968 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.968 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.969 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:46.969 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.969 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.969 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:46.969 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.969 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.970 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:46.970 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.970 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.970 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:46.970 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.971 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.971 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:46.971 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.971 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.971 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:46.972 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.972 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.972 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:46.972 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.972 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.972 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:46.973 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.973 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.973 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:46.973 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 73538166 2023-10-14T00:01:46.973 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.974 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.974 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:kv": { 2023-10-14T00:01:46.974 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:46.974 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 780140544 2023-10-14T00:01:46.974 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.975 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:46.975 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 67108864 2023-10-14T00:01:46.975 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.975 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:46.975 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.975 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.976 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:46.976 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 643840402 2023-10-14T00:01:46.976 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.976 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:46.976 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.977 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.977 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:46.977 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.977 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.977 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:46.978 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.978 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.978 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:46.978 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.978 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.978 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:46.979 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.979 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.979 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:46.979 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1168 2023-10-14T00:01:46.979 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.980 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:46.980 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.980 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.980 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:46.980 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.981 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.981 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:46.981 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.981 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.981 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:46.981 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 69190110 2023-10-14T00:01:46.982 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.982 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.982 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:kv_onode": { 2023-10-14T00:01:46.982 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:46.982 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 192937984 2023-10-14T00:01:46.983 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.983 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:46.983 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 67108864 2023-10-14T00:01:46.983 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.983 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:46.983 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 464 2023-10-14T00:01:46.984 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.984 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:46.984 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 57230257 2023-10-14T00:01:46.984 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.984 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:46.985 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.985 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.985 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:46.985 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.985 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.985 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:46.986 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.986 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.986 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:46.986 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.986 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.987 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:46.987 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.987 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.987 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:46.987 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.988 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.988 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:46.988 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.988 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.988 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:46.988 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.989 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.989 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:46.989 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.989 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.989 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:46.990 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 68598399 2023-10-14T00:01:46.990 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.990 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.990 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:meta": { 2023-10-14T00:01:46.990 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:46.991 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 713031680 2023-10-14T00:01:46.991 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.991 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:46.991 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.991 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.992 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:46.992 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.992 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.992 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:46.992 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 643840402 2023-10-14T00:01:46.992 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.993 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:46.993 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.993 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.993 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:46.993 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.994 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.994 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:46.994 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.994 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.994 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:46.995 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.995 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.995 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:46.995 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 28769 2023-10-14T00:01:46.995 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.996 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:46.996 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 213713 2023-10-14T00:01:46.996 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.996 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:46.996 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.997 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.997 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:46.997 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.997 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.997 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:46.997 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.998 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.998 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:46.998 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 68948796 2023-10-14T00:01:46.998 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:46.998 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.999 INFO:tasks.workunit.client.0.smithi055.stdout: "objecter": { 2023-10-14T00:01:46.999 INFO:tasks.workunit.client.0.smithi055.stdout: "op_active": { 2023-10-14T00:01:46.999 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:46.999 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:46.999 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r": { 2023-10-14T00:01:47.000 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.000 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.000 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rmw": { 2023-10-14T00:01:47.000 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.000 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.001 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w": { 2023-10-14T00:01:47.001 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.001 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:47.001 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.001 INFO:tasks.workunit.client.0.smithi055.stdout: "osd": { 2023-10-14T00:01:47.001 INFO:tasks.workunit.client.0.smithi055.stdout: "numpg": { 2023-10-14T00:01:47.002 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 41 2023-10-14T00:01:47.002 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.002 INFO:tasks.workunit.client.0.smithi055.stdout: "numpg_removing": { 2023-10-14T00:01:47.002 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.002 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.003 INFO:tasks.workunit.client.0.smithi055.stdout: "op": { 2023-10-14T00:01:47.003 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1 2023-10-14T00:01:47.003 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.003 INFO:tasks.workunit.client.0.smithi055.stdout: "op_delayed_degraded": { 2023-10-14T00:01:47.003 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.004 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.004 INFO:tasks.workunit.client.0.smithi055.stdout: "op_delayed_unreadable": { 2023-10-14T00:01:47.004 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.004 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.004 INFO:tasks.workunit.client.0.smithi055.stdout: "op_in_bytes": { 2023-10-14T00:01:47.005 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 22 2023-10-14T00:01:47.005 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.005 INFO:tasks.workunit.client.0.smithi055.stdout: "op_latency": { 2023-10-14T00:01:47.005 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 1, 2023-10-14T00:01:47.005 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 8853613 2023-10-14T00:01:47.005 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.006 INFO:tasks.workunit.client.0.smithi055.stdout: "op_out_bytes": { 2023-10-14T00:01:47.006 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.006 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.006 INFO:tasks.workunit.client.0.smithi055.stdout: "op_prepare_latency": { 2023-10-14T00:01:47.006 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 1, 2023-10-14T00:01:47.007 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 731072 2023-10-14T00:01:47.007 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.007 INFO:tasks.workunit.client.0.smithi055.stdout: "op_process_latency": { 2023-10-14T00:01:47.007 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 1, 2023-10-14T00:01:47.007 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 8753871 2023-10-14T00:01:47.008 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.008 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r": { 2023-10-14T00:01:47.008 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.008 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.008 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_latency": { 2023-10-14T00:01:47.009 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:47.009 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.009 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.009 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_latency_out_bytes_histogram": { 2023-10-14T00:01:47.009 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.010 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.010 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_out_bytes": { 2023-10-14T00:01:47.010 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.010 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.011 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_prepare_latency": { 2023-10-14T00:01:47.011 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:47.011 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.011 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.011 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_process_latency": { 2023-10-14T00:01:47.012 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:47.012 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.012 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.012 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw": { 2023-10-14T00:01:47.012 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.013 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.013 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_in_bytes": { 2023-10-14T00:01:47.013 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.013 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.013 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_latency": { 2023-10-14T00:01:47.014 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:47.014 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.014 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.014 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_latency_in_bytes_histogram": { 2023-10-14T00:01:47.014 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.015 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.015 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_latency_out_bytes_histogram": { 2023-10-14T00:01:47.015 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.015 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.015 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_out_bytes": { 2023-10-14T00:01:47.016 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.016 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.016 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_prepare_latency": { 2023-10-14T00:01:47.016 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:47.016 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.017 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.017 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_process_latency": { 2023-10-14T00:01:47.017 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:47.017 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.017 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.018 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w": { 2023-10-14T00:01:47.018 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1 2023-10-14T00:01:47.018 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.018 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_in_bytes": { 2023-10-14T00:01:47.018 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 22 2023-10-14T00:01:47.019 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.019 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_latency": { 2023-10-14T00:01:47.019 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 1, 2023-10-14T00:01:47.019 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 8853613 2023-10-14T00:01:47.019 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.020 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_latency_in_bytes_histogram": { 2023-10-14T00:01:47.020 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.020 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.020 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_prepare_latency": { 2023-10-14T00:01:47.020 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 1, 2023-10-14T00:01:47.021 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 731072 2023-10-14T00:01:47.021 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.021 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_process_latency": { 2023-10-14T00:01:47.021 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 1, 2023-10-14T00:01:47.021 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 8753871 2023-10-14T00:01:47.022 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.022 INFO:tasks.workunit.client.0.smithi055.stdout: "op_wip": { 2023-10-14T00:01:47.022 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.022 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.022 INFO:tasks.workunit.client.0.smithi055.stdout: "recovery_bytes": { 2023-10-14T00:01:47.023 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.023 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.023 INFO:tasks.workunit.client.0.smithi055.stdout: "recovery_ops": { 2023-10-14T00:01:47.023 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.023 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.023 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_bytes": { 2023-10-14T00:01:47.024 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 95995035648 2023-10-14T00:01:47.024 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.026 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_bytes_used": { 2023-10-14T00:01:47.026 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 305102848 2023-10-14T00:01:47.026 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:47.026 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:47.027 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.027 INFO:tasks.workunit.client.0.smithi055.stdout: "osd.5": { 2023-10-14T00:01:47.027 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs": { 2023-10-14T00:01:47.027 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_slow_fallback": { 2023-10-14T00:01:47.027 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.028 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.028 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_slow_size_fallback": { 2023-10-14T00:01:47.028 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.028 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.028 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit_db": { 2023-10-14T00:01:47.029 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 65536 2023-10-14T00:01:47.029 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.029 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit_main": { 2023-10-14T00:01:47.029 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.029 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.030 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit_wal": { 2023-10-14T00:01:47.030 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.030 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.030 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_written_slow": { 2023-10-14T00:01:47.030 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.031 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.031 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_written_sst": { 2023-10-14T00:01:47.031 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 8192 2023-10-14T00:01:47.031 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.031 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_written_wal": { 2023-10-14T00:01:47.031 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1277952 2023-10-14T00:01:47.032 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.032 INFO:tasks.workunit.client.0.smithi055.stdout: "compact_lat": { 2023-10-14T00:01:47.032 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:47.032 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.032 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.033 INFO:tasks.workunit.client.0.smithi055.stdout: "compact_lock_lat": { 2023-10-14T00:01:47.033 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:47.033 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.033 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.033 INFO:tasks.workunit.client.0.smithi055.stdout: "db_total_bytes": { 2023-10-14T00:01:47.034 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 95995035648 2023-10-14T00:01:47.034 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.034 INFO:tasks.workunit.client.0.smithi055.stdout: "db_used_bytes": { 2023-10-14T00:01:47.034 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 304414720 2023-10-14T00:01:47.034 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.035 INFO:tasks.workunit.client.0.smithi055.stdout: "log_bytes": { 2023-10-14T00:01:47.035 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 897024 2023-10-14T00:01:47.035 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.035 INFO:tasks.workunit.client.0.smithi055.stdout: "logged_bytes": { 2023-10-14T00:01:47.035 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 757760 2023-10-14T00:01:47.035 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.036 INFO:tasks.workunit.client.0.smithi055.stdout: "max_bytes_db": { 2023-10-14T00:01:47.036 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 312803328 2023-10-14T00:01:47.036 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.036 INFO:tasks.workunit.client.0.smithi055.stdout: "max_bytes_slow": { 2023-10-14T00:01:47.036 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.037 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.037 INFO:tasks.workunit.client.0.smithi055.stdout: "max_bytes_wal": { 2023-10-14T00:01:47.037 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.037 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.037 INFO:tasks.workunit.client.0.smithi055.stdout: "num_files": { 2023-10-14T00:01:47.038 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 13 2023-10-14T00:01:47.038 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.038 INFO:tasks.workunit.client.0.smithi055.stdout: "read_bytes": { 2023-10-14T00:01:47.038 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 193929 2023-10-14T00:01:47.038 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.039 INFO:tasks.workunit.client.0.smithi055.stdout: "read_count": { 2023-10-14T00:01:47.039 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 22 2023-10-14T00:01:47.039 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.039 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes": { 2023-10-14T00:01:47.039 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1265664 2023-10-14T00:01:47.040 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.040 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes_db": { 2023-10-14T00:01:47.040 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1269760 2023-10-14T00:01:47.040 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.040 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes_slow": { 2023-10-14T00:01:47.040 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.041 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.041 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes_wal": { 2023-10-14T00:01:47.041 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.041 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.041 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_count": { 2023-10-14T00:01:47.042 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 14 2023-10-14T00:01:47.042 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.042 INFO:tasks.workunit.client.0.smithi055.stdout: "read_prefetch_bytes": { 2023-10-14T00:01:47.042 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3653 2023-10-14T00:01:47.042 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.043 INFO:tasks.workunit.client.0.smithi055.stdout: "read_prefetch_count": { 2023-10-14T00:01:47.043 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3 2023-10-14T00:01:47.043 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.043 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_buffer_bytes": { 2023-10-14T00:01:47.043 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3833 2023-10-14T00:01:47.044 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.044 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_buffer_count": { 2023-10-14T00:01:47.044 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 18 2023-10-14T00:01:47.044 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.044 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_bytes": { 2023-10-14T00:01:47.045 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3833 2023-10-14T00:01:47.045 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.045 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_count": { 2023-10-14T00:01:47.045 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 18 2023-10-14T00:01:47.045 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.046 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes": { 2023-10-14T00:01:47.046 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.046 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.046 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes_db": { 2023-10-14T00:01:47.046 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.047 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.047 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes_slow": { 2023-10-14T00:01:47.047 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.047 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.047 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes_wal": { 2023-10-14T00:01:47.048 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.048 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.048 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_count": { 2023-10-14T00:01:47.048 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.048 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.049 INFO:tasks.workunit.client.0.smithi055.stdout: "slow_total_bytes": { 2023-10-14T00:01:47.049 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.049 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.049 INFO:tasks.workunit.client.0.smithi055.stdout: "slow_used_bytes": { 2023-10-14T00:01:47.049 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.050 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.050 INFO:tasks.workunit.client.0.smithi055.stdout: "wal_total_bytes": { 2023-10-14T00:01:47.050 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.050 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.050 INFO:tasks.workunit.client.0.smithi055.stdout: "wal_used_bytes": { 2023-10-14T00:01:47.051 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.051 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.051 INFO:tasks.workunit.client.0.smithi055.stdout: "write_bytes": { 2023-10-14T00:01:47.051 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2105344 2023-10-14T00:01:47.051 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:47.051 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.052 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore": { 2023-10-14T00:01:47.052 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit": { 2023-10-14T00:01:47.052 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 4096 2023-10-14T00:01:47.052 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.052 INFO:tasks.workunit.client.0.smithi055.stdout: "allocated": { 2023-10-14T00:01:47.053 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 671744 2023-10-14T00:01:47.053 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.053 INFO:tasks.workunit.client.0.smithi055.stdout: "clist_lat": { 2023-10-14T00:01:47.053 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 6, 2023-10-14T00:01:47.053 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 205311 2023-10-14T00:01:47.054 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.054 INFO:tasks.workunit.client.0.smithi055.stdout: "compress_lat": { 2023-10-14T00:01:47.054 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:47.054 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.054 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.055 INFO:tasks.workunit.client.0.smithi055.stdout: "compressed": { 2023-10-14T00:01:47.055 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.055 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.055 INFO:tasks.workunit.client.0.smithi055.stdout: "compressed_allocated": { 2023-10-14T00:01:47.055 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.056 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.056 INFO:tasks.workunit.client.0.smithi055.stdout: "compressed_original": { 2023-10-14T00:01:47.056 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.056 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.056 INFO:tasks.workunit.client.0.smithi055.stdout: "csum_lat": { 2023-10-14T00:01:47.057 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 5, 2023-10-14T00:01:47.057 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 7025 2023-10-14T00:01:47.057 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.057 INFO:tasks.workunit.client.0.smithi055.stdout: "decompress_lat": { 2023-10-14T00:01:47.057 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:47.058 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.058 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.058 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_commit_lat": { 2023-10-14T00:01:47.058 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 169, 2023-10-14T00:01:47.058 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 47814554 2023-10-14T00:01:47.059 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.059 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_final_lat": { 2023-10-14T00:01:47.059 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 157, 2023-10-14T00:01:47.059 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 9556688 2023-10-14T00:01:47.060 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.060 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_flush_lat": { 2023-10-14T00:01:47.060 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 169, 2023-10-14T00:01:47.060 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 179818 2023-10-14T00:01:47.060 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.061 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_sync_lat": { 2023-10-14T00:01:47.061 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 169, 2023-10-14T00:01:47.061 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 47994372 2023-10-14T00:01:47.061 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.061 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_get_keys_lat": { 2023-10-14T00:01:47.062 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:47.062 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.062 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.062 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_get_values_lat": { 2023-10-14T00:01:47.062 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 2, 2023-10-14T00:01:47.063 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1302 2023-10-14T00:01:47.063 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.063 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_lower_bound_lat": { 2023-10-14T00:01:47.063 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:47.063 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.064 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.064 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_next_lat": { 2023-10-14T00:01:47.064 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:47.064 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.064 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.065 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_seek_to_first_lat": { 2023-10-14T00:01:47.065 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:47.065 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.065 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.065 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_upper_bound_lat": { 2023-10-14T00:01:47.066 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 2, 2023-10-14T00:01:47.066 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 5482 2023-10-14T00:01:47.066 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.066 INFO:tasks.workunit.client.0.smithi055.stdout: "onode_hits": { 2023-10-14T00:01:47.066 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 318 2023-10-14T00:01:47.067 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.067 INFO:tasks.workunit.client.0.smithi055.stdout: "onode_misses": { 2023-10-14T00:01:47.067 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 231 2023-10-14T00:01:47.067 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.067 INFO:tasks.workunit.client.0.smithi055.stdout: "read_lat": { 2023-10-14T00:01:47.068 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 84, 2023-10-14T00:01:47.068 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 890209 2023-10-14T00:01:47.068 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.068 INFO:tasks.workunit.client.0.smithi055.stdout: "read_onode_meta_lat": { 2023-10-14T00:01:47.068 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 133, 2023-10-14T00:01:47.069 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 252438 2023-10-14T00:01:47.069 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.069 INFO:tasks.workunit.client.0.smithi055.stdout: "read_wait_aio_lat": { 2023-10-14T00:01:47.069 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 49, 2023-10-14T00:01:47.069 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 551608 2023-10-14T00:01:47.070 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.070 INFO:tasks.workunit.client.0.smithi055.stdout: "reads_with_retries": { 2023-10-14T00:01:47.070 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.070 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.071 INFO:tasks.workunit.client.0.smithi055.stdout: "remove_lat": { 2023-10-14T00:01:47.071 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 4, 2023-10-14T00:01:47.071 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 103588 2023-10-14T00:01:47.071 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.071 INFO:tasks.workunit.client.0.smithi055.stdout: "state_aio_wait_lat": { 2023-10-14T00:01:47.072 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 265, 2023-10-14T00:01:47.072 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3888608 2023-10-14T00:01:47.072 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.072 INFO:tasks.workunit.client.0.smithi055.stdout: "state_deferred_aio_wait_lat": { 2023-10-14T00:01:47.073 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 37, 2023-10-14T00:01:47.073 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3090372 2023-10-14T00:01:47.073 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.073 INFO:tasks.workunit.client.0.smithi055.stdout: "state_deferred_cleanup_lat": { 2023-10-14T00:01:47.073 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 34, 2023-10-14T00:01:47.074 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 230283439320 2023-10-14T00:01:47.074 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.074 INFO:tasks.workunit.client.0.smithi055.stdout: "state_deferred_queued_lat": { 2023-10-14T00:01:47.074 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 37, 2023-10-14T00:01:47.074 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 53497979626 2023-10-14T00:01:47.075 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.075 INFO:tasks.workunit.client.0.smithi055.stdout: "state_done_lat": { 2023-10-14T00:01:47.075 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 262, 2023-10-14T00:01:47.075 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 404933 2023-10-14T00:01:47.075 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.076 INFO:tasks.workunit.client.0.smithi055.stdout: "state_finishing_lat": { 2023-10-14T00:01:47.076 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 262, 2023-10-14T00:01:47.076 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 23651 2023-10-14T00:01:47.076 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.076 INFO:tasks.workunit.client.0.smithi055.stdout: "state_io_done_lat": { 2023-10-14T00:01:47.077 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 265, 2023-10-14T00:01:47.077 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 212866 2023-10-14T00:01:47.077 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.077 INFO:tasks.workunit.client.0.smithi055.stdout: "state_kv_commiting_lat": { 2023-10-14T00:01:47.077 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 265, 2023-10-14T00:01:47.078 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 145529143 2023-10-14T00:01:47.078 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.078 INFO:tasks.workunit.client.0.smithi055.stdout: "state_kv_done_lat": { 2023-10-14T00:01:47.078 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 265, 2023-10-14T00:01:47.078 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 72933 2023-10-14T00:01:47.079 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.079 INFO:tasks.workunit.client.0.smithi055.stdout: "state_kv_queued_lat": { 2023-10-14T00:01:47.079 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 265, 2023-10-14T00:01:47.079 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 72965300 2023-10-14T00:01:47.079 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.080 INFO:tasks.workunit.client.0.smithi055.stdout: "state_prepare_lat": { 2023-10-14T00:01:47.080 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 265, 2023-10-14T00:01:47.080 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 10960242 2023-10-14T00:01:47.080 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.080 INFO:tasks.workunit.client.0.smithi055.stdout: "stored": { 2023-10-14T00:01:47.081 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 292301 2023-10-14T00:01:47.081 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.081 INFO:tasks.workunit.client.0.smithi055.stdout: "truncate_lat": { 2023-10-14T00:01:47.081 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 2, 2023-10-14T00:01:47.081 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 485 2023-10-14T00:01:47.081 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.082 INFO:tasks.workunit.client.0.smithi055.stdout: "txc_commit_lat": { 2023-10-14T00:01:47.082 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 265, 2023-10-14T00:01:47.082 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 233592308 2023-10-14T00:01:47.082 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.082 INFO:tasks.workunit.client.0.smithi055.stdout: "txc_submit_lat": { 2023-10-14T00:01:47.083 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 265, 2023-10-14T00:01:47.083 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 13203421 2023-10-14T00:01:47.083 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.083 INFO:tasks.workunit.client.0.smithi055.stdout: "txc_throttle_lat": { 2023-10-14T00:01:47.083 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 265, 2023-10-14T00:01:47.084 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2270146 2023-10-14T00:01:47.084 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:47.084 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.084 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache": { 2023-10-14T00:01:47.084 INFO:tasks.workunit.client.0.smithi055.stdout: "cache_bytes": { 2023-10-14T00:01:47.085 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1867213659 2023-10-14T00:01:47.085 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.085 INFO:tasks.workunit.client.0.smithi055.stdout: "heap_bytes": { 2023-10-14T00:01:47.085 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 236371968 2023-10-14T00:01:47.085 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.086 INFO:tasks.workunit.client.0.smithi055.stdout: "mapped_bytes": { 2023-10-14T00:01:47.086 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 235520000 2023-10-14T00:01:47.086 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.086 INFO:tasks.workunit.client.0.smithi055.stdout: "target_bytes": { 2023-10-14T00:01:47.086 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3144141209 2023-10-14T00:01:47.087 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.087 INFO:tasks.workunit.client.0.smithi055.stdout: "unmapped_bytes": { 2023-10-14T00:01:47.087 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 851968 2023-10-14T00:01:47.087 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:47.087 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.088 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:data": { 2023-10-14T00:01:47.088 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:47.088 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 159383552 2023-10-14T00:01:47.088 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.088 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:47.089 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.089 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.089 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:47.089 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.089 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.090 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:47.090 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 85844892 2023-10-14T00:01:47.090 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.090 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:47.090 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.091 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.091 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:47.091 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.091 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.091 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:47.092 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.092 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.092 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:47.092 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.092 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.093 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:47.093 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.093 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.093 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:47.093 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 8192 2023-10-14T00:01:47.094 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.094 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:47.094 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.094 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.094 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:47.095 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.095 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.095 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:47.095 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.095 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.096 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:47.096 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 73530468 2023-10-14T00:01:47.096 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:47.096 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.096 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:kv": { 2023-10-14T00:01:47.097 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:47.097 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 780140544 2023-10-14T00:01:47.097 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.097 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:47.098 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 67108864 2023-10-14T00:01:47.098 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.098 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:47.098 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.098 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.098 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:47.099 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 643836690 2023-10-14T00:01:47.099 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.099 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:47.099 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.099 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.100 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:47.100 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.100 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.100 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:47.100 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.101 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.101 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:47.101 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.101 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.101 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:47.102 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.102 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.102 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:47.102 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1168 2023-10-14T00:01:47.102 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.103 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:47.103 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.103 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.103 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:47.103 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.104 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.104 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:47.104 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.104 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.104 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:47.104 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 69193822 2023-10-14T00:01:47.105 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:47.105 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.105 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:kv_onode": { 2023-10-14T00:01:47.105 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:47.105 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 192937984 2023-10-14T00:01:47.106 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.106 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:47.106 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 67108864 2023-10-14T00:01:47.106 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.107 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:47.107 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 464 2023-10-14T00:01:47.107 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.107 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:47.107 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 57229928 2023-10-14T00:01:47.107 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.108 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:47.108 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.108 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.108 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:47.108 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.109 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.109 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:47.109 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.109 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.109 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:47.110 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.110 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.110 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:47.110 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.110 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.111 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:47.111 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.111 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.111 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:47.111 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.112 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.112 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:47.112 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.112 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.112 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:47.112 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.113 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.113 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:47.113 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 68598728 2023-10-14T00:01:47.113 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:47.113 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.114 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:meta": { 2023-10-14T00:01:47.114 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:47.114 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 713031680 2023-10-14T00:01:47.114 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.114 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:47.115 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.115 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.115 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:47.115 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.115 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.116 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:47.116 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 643836690 2023-10-14T00:01:47.116 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.116 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:47.116 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.117 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.117 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:47.117 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.117 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.117 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:47.118 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.118 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.118 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:47.118 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 9591 2023-10-14T00:01:47.118 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.118 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:47.119 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 24664 2023-10-14T00:01:47.119 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.119 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:47.119 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 213763 2023-10-14T00:01:47.119 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.120 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:47.120 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.120 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.120 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:47.121 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.121 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.121 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:47.121 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.121 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.121 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:47.122 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 68946972 2023-10-14T00:01:47.122 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:47.122 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.122 INFO:tasks.workunit.client.0.smithi055.stdout: "objecter": { 2023-10-14T00:01:47.122 INFO:tasks.workunit.client.0.smithi055.stdout: "op_active": { 2023-10-14T00:01:47.123 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.123 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.123 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r": { 2023-10-14T00:01:47.123 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.123 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.124 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rmw": { 2023-10-14T00:01:47.124 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.124 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.124 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w": { 2023-10-14T00:01:47.124 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.125 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:47.125 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.125 INFO:tasks.workunit.client.0.smithi055.stdout: "osd": { 2023-10-14T00:01:47.125 INFO:tasks.workunit.client.0.smithi055.stdout: "numpg": { 2023-10-14T00:01:47.125 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 42 2023-10-14T00:01:47.126 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.126 INFO:tasks.workunit.client.0.smithi055.stdout: "numpg_removing": { 2023-10-14T00:01:47.126 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.126 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.126 INFO:tasks.workunit.client.0.smithi055.stdout: "op": { 2023-10-14T00:01:47.127 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.127 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.127 INFO:tasks.workunit.client.0.smithi055.stdout: "op_delayed_degraded": { 2023-10-14T00:01:47.127 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.127 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.127 INFO:tasks.workunit.client.0.smithi055.stdout: "op_delayed_unreadable": { 2023-10-14T00:01:47.128 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.128 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.128 INFO:tasks.workunit.client.0.smithi055.stdout: "op_in_bytes": { 2023-10-14T00:01:47.128 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.128 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.129 INFO:tasks.workunit.client.0.smithi055.stdout: "op_latency": { 2023-10-14T00:01:47.129 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:47.129 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.129 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.129 INFO:tasks.workunit.client.0.smithi055.stdout: "op_out_bytes": { 2023-10-14T00:01:47.130 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.130 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.130 INFO:tasks.workunit.client.0.smithi055.stdout: "op_prepare_latency": { 2023-10-14T00:01:47.130 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:47.130 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.131 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.131 INFO:tasks.workunit.client.0.smithi055.stdout: "op_process_latency": { 2023-10-14T00:01:47.131 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:47.131 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.131 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.132 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r": { 2023-10-14T00:01:47.132 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.132 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.132 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_latency": { 2023-10-14T00:01:47.132 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:47.133 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.133 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.133 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_latency_out_bytes_histogram": { 2023-10-14T00:01:47.133 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.133 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.134 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_out_bytes": { 2023-10-14T00:01:47.134 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.134 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.134 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_prepare_latency": { 2023-10-14T00:01:47.135 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:47.135 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.135 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.135 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_process_latency": { 2023-10-14T00:01:47.135 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:47.136 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.136 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.136 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw": { 2023-10-14T00:01:47.136 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.136 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.136 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_in_bytes": { 2023-10-14T00:01:47.137 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.137 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.137 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_latency": { 2023-10-14T00:01:47.137 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:47.137 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.138 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.138 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_latency_in_bytes_histogram": { 2023-10-14T00:01:47.138 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.138 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.138 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_latency_out_bytes_histogram": { 2023-10-14T00:01:47.139 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.139 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.139 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_out_bytes": { 2023-10-14T00:01:47.139 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.139 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.140 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_prepare_latency": { 2023-10-14T00:01:47.140 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:47.140 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.140 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.140 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_process_latency": { 2023-10-14T00:01:47.141 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:47.141 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.141 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.141 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w": { 2023-10-14T00:01:47.141 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.142 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.142 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_in_bytes": { 2023-10-14T00:01:47.142 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.142 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.142 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_latency": { 2023-10-14T00:01:47.143 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:47.143 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.143 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.143 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_latency_in_bytes_histogram": { 2023-10-14T00:01:47.143 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.143 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.144 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_prepare_latency": { 2023-10-14T00:01:47.144 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:47.144 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.144 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.144 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_process_latency": { 2023-10-14T00:01:47.145 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:47.145 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.145 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.145 INFO:tasks.workunit.client.0.smithi055.stdout: "op_wip": { 2023-10-14T00:01:47.145 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.146 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.146 INFO:tasks.workunit.client.0.smithi055.stdout: "recovery_bytes": { 2023-10-14T00:01:47.146 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.146 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.146 INFO:tasks.workunit.client.0.smithi055.stdout: "recovery_ops": { 2023-10-14T00:01:47.147 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.147 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.147 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_bytes": { 2023-10-14T00:01:47.147 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 95995035648 2023-10-14T00:01:47.147 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.148 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_bytes_used": { 2023-10-14T00:01:47.148 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 305094656 2023-10-14T00:01:47.148 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:47.148 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:47.148 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.149 INFO:tasks.workunit.client.0.smithi055.stdout: "osd.6": { 2023-10-14T00:01:47.149 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs": { 2023-10-14T00:01:47.149 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_slow_fallback": { 2023-10-14T00:01:47.149 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.149 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.150 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_slow_size_fallback": { 2023-10-14T00:01:47.150 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.150 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.150 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit_db": { 2023-10-14T00:01:47.150 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 65536 2023-10-14T00:01:47.151 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.151 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit_main": { 2023-10-14T00:01:47.151 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.151 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.151 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit_wal": { 2023-10-14T00:01:47.151 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.152 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.152 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_written_slow": { 2023-10-14T00:01:47.152 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.152 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.152 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_written_sst": { 2023-10-14T00:01:47.153 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 8192 2023-10-14T00:01:47.153 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.153 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_written_wal": { 2023-10-14T00:01:47.153 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1744896 2023-10-14T00:01:47.153 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.154 INFO:tasks.workunit.client.0.smithi055.stdout: "compact_lat": { 2023-10-14T00:01:47.154 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:47.154 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.154 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.154 INFO:tasks.workunit.client.0.smithi055.stdout: "compact_lock_lat": { 2023-10-14T00:01:47.155 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:47.155 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.155 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.155 INFO:tasks.workunit.client.0.smithi055.stdout: "db_total_bytes": { 2023-10-14T00:01:47.155 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 95995035648 2023-10-14T00:01:47.156 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.156 INFO:tasks.workunit.client.0.smithi055.stdout: "db_used_bytes": { 2023-10-14T00:01:47.156 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 304414720 2023-10-14T00:01:47.156 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.156 INFO:tasks.workunit.client.0.smithi055.stdout: "log_bytes": { 2023-10-14T00:01:47.157 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1138688 2023-10-14T00:01:47.157 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.157 INFO:tasks.workunit.client.0.smithi055.stdout: "logged_bytes": { 2023-10-14T00:01:47.157 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 999424 2023-10-14T00:01:47.157 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.158 INFO:tasks.workunit.client.0.smithi055.stdout: "max_bytes_db": { 2023-10-14T00:01:47.158 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 312803328 2023-10-14T00:01:47.158 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.158 INFO:tasks.workunit.client.0.smithi055.stdout: "max_bytes_slow": { 2023-10-14T00:01:47.158 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.159 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.159 INFO:tasks.workunit.client.0.smithi055.stdout: "max_bytes_wal": { 2023-10-14T00:01:47.159 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.159 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.159 INFO:tasks.workunit.client.0.smithi055.stdout: "num_files": { 2023-10-14T00:01:47.160 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 13 2023-10-14T00:01:47.160 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.160 INFO:tasks.workunit.client.0.smithi055.stdout: "read_bytes": { 2023-10-14T00:01:47.160 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 193929 2023-10-14T00:01:47.160 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.160 INFO:tasks.workunit.client.0.smithi055.stdout: "read_count": { 2023-10-14T00:01:47.161 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 22 2023-10-14T00:01:47.161 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.161 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes": { 2023-10-14T00:01:47.161 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1265664 2023-10-14T00:01:47.161 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.162 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes_db": { 2023-10-14T00:01:47.162 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1269760 2023-10-14T00:01:47.162 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.162 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes_slow": { 2023-10-14T00:01:47.162 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.163 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.163 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes_wal": { 2023-10-14T00:01:47.163 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.163 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.163 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_count": { 2023-10-14T00:01:47.164 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 14 2023-10-14T00:01:47.164 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.164 INFO:tasks.workunit.client.0.smithi055.stdout: "read_prefetch_bytes": { 2023-10-14T00:01:47.164 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3653 2023-10-14T00:01:47.164 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.165 INFO:tasks.workunit.client.0.smithi055.stdout: "read_prefetch_count": { 2023-10-14T00:01:47.165 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3 2023-10-14T00:01:47.165 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.165 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_buffer_bytes": { 2023-10-14T00:01:47.165 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3833 2023-10-14T00:01:47.165 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.166 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_buffer_count": { 2023-10-14T00:01:47.166 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 18 2023-10-14T00:01:47.166 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.166 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_bytes": { 2023-10-14T00:01:47.166 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3833 2023-10-14T00:01:47.167 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.167 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_count": { 2023-10-14T00:01:47.167 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 18 2023-10-14T00:01:47.167 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.167 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes": { 2023-10-14T00:01:47.168 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.168 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.168 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes_db": { 2023-10-14T00:01:47.168 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.168 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.169 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes_slow": { 2023-10-14T00:01:47.169 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.169 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.169 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes_wal": { 2023-10-14T00:01:47.169 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.170 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.170 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_count": { 2023-10-14T00:01:47.170 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.170 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.170 INFO:tasks.workunit.client.0.smithi055.stdout: "slow_total_bytes": { 2023-10-14T00:01:47.170 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.171 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.171 INFO:tasks.workunit.client.0.smithi055.stdout: "slow_used_bytes": { 2023-10-14T00:01:47.171 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.171 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.171 INFO:tasks.workunit.client.0.smithi055.stdout: "wal_total_bytes": { 2023-10-14T00:01:47.172 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.172 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.172 INFO:tasks.workunit.client.0.smithi055.stdout: "wal_used_bytes": { 2023-10-14T00:01:47.172 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.172 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.173 INFO:tasks.workunit.client.0.smithi055.stdout: "write_bytes": { 2023-10-14T00:01:47.173 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2813952 2023-10-14T00:01:47.173 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:47.173 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.173 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore": { 2023-10-14T00:01:47.174 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit": { 2023-10-14T00:01:47.174 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 4096 2023-10-14T00:01:47.174 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.174 INFO:tasks.workunit.client.0.smithi055.stdout: "allocated": { 2023-10-14T00:01:47.174 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1257472 2023-10-14T00:01:47.175 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.175 INFO:tasks.workunit.client.0.smithi055.stdout: "clist_lat": { 2023-10-14T00:01:47.175 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 2, 2023-10-14T00:01:47.175 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 68885 2023-10-14T00:01:47.175 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.176 INFO:tasks.workunit.client.0.smithi055.stdout: "compress_lat": { 2023-10-14T00:01:47.176 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:47.176 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.176 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.176 INFO:tasks.workunit.client.0.smithi055.stdout: "compressed": { 2023-10-14T00:01:47.177 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.177 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.177 INFO:tasks.workunit.client.0.smithi055.stdout: "compressed_allocated": { 2023-10-14T00:01:47.177 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.177 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.178 INFO:tasks.workunit.client.0.smithi055.stdout: "compressed_original": { 2023-10-14T00:01:47.178 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.178 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.178 INFO:tasks.workunit.client.0.smithi055.stdout: "csum_lat": { 2023-10-14T00:01:47.178 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 17, 2023-10-14T00:01:47.179 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 21092 2023-10-14T00:01:47.179 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.179 INFO:tasks.workunit.client.0.smithi055.stdout: "decompress_lat": { 2023-10-14T00:01:47.179 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:47.179 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.179 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.180 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_commit_lat": { 2023-10-14T00:01:47.180 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 228, 2023-10-14T00:01:47.180 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 48204228 2023-10-14T00:01:47.180 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.180 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_final_lat": { 2023-10-14T00:01:47.181 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 223, 2023-10-14T00:01:47.181 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 8509757 2023-10-14T00:01:47.181 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.181 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_flush_lat": { 2023-10-14T00:01:47.181 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 228, 2023-10-14T00:01:47.182 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 195066 2023-10-14T00:01:47.182 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.182 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_sync_lat": { 2023-10-14T00:01:47.182 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 228, 2023-10-14T00:01:47.182 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 48399294 2023-10-14T00:01:47.183 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.183 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_get_keys_lat": { 2023-10-14T00:01:47.183 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:47.183 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.183 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.184 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_get_values_lat": { 2023-10-14T00:01:47.184 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:47.184 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.184 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.184 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_lower_bound_lat": { 2023-10-14T00:01:47.185 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:47.185 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.185 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.185 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_next_lat": { 2023-10-14T00:01:47.185 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:47.186 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.186 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.186 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_seek_to_first_lat": { 2023-10-14T00:01:47.186 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:47.186 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.187 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.187 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_upper_bound_lat": { 2023-10-14T00:01:47.187 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 2, 2023-10-14T00:01:47.187 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 4395 2023-10-14T00:01:47.187 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.187 INFO:tasks.workunit.client.0.smithi055.stdout: "onode_hits": { 2023-10-14T00:01:47.188 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 430 2023-10-14T00:01:47.188 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.188 INFO:tasks.workunit.client.0.smithi055.stdout: "onode_misses": { 2023-10-14T00:01:47.188 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 238 2023-10-14T00:01:47.188 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.189 INFO:tasks.workunit.client.0.smithi055.stdout: "read_lat": { 2023-10-14T00:01:47.189 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 85, 2023-10-14T00:01:47.189 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1253942 2023-10-14T00:01:47.189 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.189 INFO:tasks.workunit.client.0.smithi055.stdout: "read_onode_meta_lat": { 2023-10-14T00:01:47.190 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 182, 2023-10-14T00:01:47.190 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 273303 2023-10-14T00:01:47.190 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.190 INFO:tasks.workunit.client.0.smithi055.stdout: "read_wait_aio_lat": { 2023-10-14T00:01:47.190 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 97, 2023-10-14T00:01:47.191 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 6395718 2023-10-14T00:01:47.191 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.191 INFO:tasks.workunit.client.0.smithi055.stdout: "reads_with_retries": { 2023-10-14T00:01:47.191 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.191 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.192 INFO:tasks.workunit.client.0.smithi055.stdout: "remove_lat": { 2023-10-14T00:01:47.192 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 1, 2023-10-14T00:01:47.192 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 41678 2023-10-14T00:01:47.192 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.192 INFO:tasks.workunit.client.0.smithi055.stdout: "state_aio_wait_lat": { 2023-10-14T00:01:47.193 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 314, 2023-10-14T00:01:47.193 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3059134 2023-10-14T00:01:47.193 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.193 INFO:tasks.workunit.client.0.smithi055.stdout: "state_deferred_aio_wait_lat": { 2023-10-14T00:01:47.193 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 62, 2023-10-14T00:01:47.193 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 5243961 2023-10-14T00:01:47.194 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.194 INFO:tasks.workunit.client.0.smithi055.stdout: "state_deferred_cleanup_lat": { 2023-10-14T00:01:47.194 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 62, 2023-10-14T00:01:47.194 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 621869511727 2023-10-14T00:01:47.194 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.195 INFO:tasks.workunit.client.0.smithi055.stdout: "state_deferred_queued_lat": { 2023-10-14T00:01:47.195 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 62, 2023-10-14T00:01:47.195 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 83873351325 2023-10-14T00:01:47.195 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.195 INFO:tasks.workunit.client.0.smithi055.stdout: "state_done_lat": { 2023-10-14T00:01:47.196 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 314, 2023-10-14T00:01:47.196 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 184462830271 2023-10-14T00:01:47.196 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.196 INFO:tasks.workunit.client.0.smithi055.stdout: "state_finishing_lat": { 2023-10-14T00:01:47.196 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 314, 2023-10-14T00:01:47.197 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 30559 2023-10-14T00:01:47.197 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.197 INFO:tasks.workunit.client.0.smithi055.stdout: "state_io_done_lat": { 2023-10-14T00:01:47.197 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 314, 2023-10-14T00:01:47.197 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 262197 2023-10-14T00:01:47.198 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.198 INFO:tasks.workunit.client.0.smithi055.stdout: "state_kv_commiting_lat": { 2023-10-14T00:01:47.198 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 314, 2023-10-14T00:01:47.198 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 123603581 2023-10-14T00:01:47.198 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.199 INFO:tasks.workunit.client.0.smithi055.stdout: "state_kv_done_lat": { 2023-10-14T00:01:47.199 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 314, 2023-10-14T00:01:47.199 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 107258 2023-10-14T00:01:47.199 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.199 INFO:tasks.workunit.client.0.smithi055.stdout: "state_kv_queued_lat": { 2023-10-14T00:01:47.200 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 314, 2023-10-14T00:01:47.200 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 61493175 2023-10-14T00:01:47.200 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.200 INFO:tasks.workunit.client.0.smithi055.stdout: "state_prepare_lat": { 2023-10-14T00:01:47.200 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 314, 2023-10-14T00:01:47.201 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 19639240 2023-10-14T00:01:47.201 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.201 INFO:tasks.workunit.client.0.smithi055.stdout: "stored": { 2023-10-14T00:01:47.201 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 882292 2023-10-14T00:01:47.201 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.202 INFO:tasks.workunit.client.0.smithi055.stdout: "truncate_lat": { 2023-10-14T00:01:47.202 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 2, 2023-10-14T00:01:47.202 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1095 2023-10-14T00:01:47.202 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.202 INFO:tasks.workunit.client.0.smithi055.stdout: "txc_commit_lat": { 2023-10-14T00:01:47.202 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 314, 2023-10-14T00:01:47.203 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 208114745 2023-10-14T00:01:47.203 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.203 INFO:tasks.workunit.client.0.smithi055.stdout: "txc_submit_lat": { 2023-10-14T00:01:47.203 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 314, 2023-10-14T00:01:47.204 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 23394414 2023-10-14T00:01:47.204 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.204 INFO:tasks.workunit.client.0.smithi055.stdout: "txc_throttle_lat": { 2023-10-14T00:01:47.204 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 314, 2023-10-14T00:01:47.204 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1987624 2023-10-14T00:01:47.205 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:47.205 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.205 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache": { 2023-10-14T00:01:47.205 INFO:tasks.workunit.client.0.smithi055.stdout: "cache_bytes": { 2023-10-14T00:01:47.205 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1867213659 2023-10-14T00:01:47.205 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.206 INFO:tasks.workunit.client.0.smithi055.stdout: "heap_bytes": { 2023-10-14T00:01:47.206 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 236306432 2023-10-14T00:01:47.206 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.206 INFO:tasks.workunit.client.0.smithi055.stdout: "mapped_bytes": { 2023-10-14T00:01:47.206 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 235315200 2023-10-14T00:01:47.207 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.207 INFO:tasks.workunit.client.0.smithi055.stdout: "target_bytes": { 2023-10-14T00:01:47.207 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3144141209 2023-10-14T00:01:47.207 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.207 INFO:tasks.workunit.client.0.smithi055.stdout: "unmapped_bytes": { 2023-10-14T00:01:47.208 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 991232 2023-10-14T00:01:47.208 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:47.208 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.208 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:data": { 2023-10-14T00:01:47.208 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:47.209 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 159383552 2023-10-14T00:01:47.209 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.209 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:47.209 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.209 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.210 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:47.210 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.210 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.210 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:47.210 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 85844015 2023-10-14T00:01:47.211 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.211 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:47.211 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.211 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.211 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:47.212 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.212 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.212 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:47.212 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.212 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.213 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:47.213 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.213 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.213 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:47.213 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 16384 2023-10-14T00:01:47.213 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.214 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:47.214 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 4096 2023-10-14T00:01:47.214 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.214 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:47.214 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.215 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.215 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:47.215 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.215 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.215 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:47.216 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.216 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.216 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:47.216 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 73519057 2023-10-14T00:01:47.216 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:47.217 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.217 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:kv": { 2023-10-14T00:01:47.217 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:47.217 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 780140544 2023-10-14T00:01:47.217 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.218 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:47.218 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 67108864 2023-10-14T00:01:47.218 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.218 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:47.218 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.219 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.219 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:47.219 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 643830116 2023-10-14T00:01:47.219 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.219 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:47.220 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.220 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.220 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:47.220 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.220 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.221 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:47.221 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.221 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.221 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:47.221 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.221 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.222 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:47.222 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.222 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.222 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:47.222 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1168 2023-10-14T00:01:47.223 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.223 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:47.223 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.223 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.223 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:47.224 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.224 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.224 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:47.224 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.224 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.224 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:47.225 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 69200396 2023-10-14T00:01:47.225 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:47.225 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.225 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:kv_onode": { 2023-10-14T00:01:47.225 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:47.226 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 192937984 2023-10-14T00:01:47.226 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.226 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:47.226 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 67108864 2023-10-14T00:01:47.226 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.227 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:47.227 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 464 2023-10-14T00:01:47.227 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.227 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:47.227 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 57229343 2023-10-14T00:01:47.228 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.228 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:47.228 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.228 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.228 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:47.229 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.229 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.229 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:47.229 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.229 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.230 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:47.230 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.230 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.230 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:47.230 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.230 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.231 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:47.231 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.231 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.231 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:47.231 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.232 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.233 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:47.233 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.234 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.234 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:47.234 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.234 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.234 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:47.235 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 68599313 2023-10-14T00:01:47.235 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:47.235 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.235 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:meta": { 2023-10-14T00:01:47.235 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:47.235 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 713031680 2023-10-14T00:01:47.236 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.236 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:47.236 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.236 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.236 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:47.237 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.237 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.237 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:47.237 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 643830116 2023-10-14T00:01:47.237 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.238 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:47.238 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.238 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.238 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:47.238 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.239 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.239 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:47.239 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.239 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.239 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:47.240 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 9844 2023-10-14T00:01:47.240 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.240 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:47.240 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 26721 2023-10-14T00:01:47.240 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.241 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:47.241 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 213774 2023-10-14T00:01:47.241 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.241 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:47.241 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.242 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.242 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:47.242 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.242 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.242 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:47.242 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.243 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.243 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:47.243 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 68951225 2023-10-14T00:01:47.243 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:47.243 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.244 INFO:tasks.workunit.client.0.smithi055.stdout: "objecter": { 2023-10-14T00:01:47.244 INFO:tasks.workunit.client.0.smithi055.stdout: "op_active": { 2023-10-14T00:01:47.244 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.244 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.244 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r": { 2023-10-14T00:01:47.245 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.245 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.245 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rmw": { 2023-10-14T00:01:47.245 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.245 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.246 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w": { 2023-10-14T00:01:47.246 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.246 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:47.246 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.246 INFO:tasks.workunit.client.0.smithi055.stdout: "osd": { 2023-10-14T00:01:47.247 INFO:tasks.workunit.client.0.smithi055.stdout: "numpg": { 2023-10-14T00:01:47.247 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 39 2023-10-14T00:01:47.247 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.247 INFO:tasks.workunit.client.0.smithi055.stdout: "numpg_removing": { 2023-10-14T00:01:47.247 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.248 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.248 INFO:tasks.workunit.client.0.smithi055.stdout: "op": { 2023-10-14T00:01:47.248 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 13 2023-10-14T00:01:47.248 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.248 INFO:tasks.workunit.client.0.smithi055.stdout: "op_delayed_degraded": { 2023-10-14T00:01:47.248 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.249 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.249 INFO:tasks.workunit.client.0.smithi055.stdout: "op_delayed_unreadable": { 2023-10-14T00:01:47.249 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.249 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.249 INFO:tasks.workunit.client.0.smithi055.stdout: "op_in_bytes": { 2023-10-14T00:01:47.250 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2788 2023-10-14T00:01:47.250 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.250 INFO:tasks.workunit.client.0.smithi055.stdout: "op_latency": { 2023-10-14T00:01:47.250 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 13, 2023-10-14T00:01:47.250 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 50624512 2023-10-14T00:01:47.251 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.251 INFO:tasks.workunit.client.0.smithi055.stdout: "op_out_bytes": { 2023-10-14T00:01:47.251 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.251 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.251 INFO:tasks.workunit.client.0.smithi055.stdout: "op_prepare_latency": { 2023-10-14T00:01:47.252 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 15, 2023-10-14T00:01:47.252 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 7266140 2023-10-14T00:01:47.252 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.252 INFO:tasks.workunit.client.0.smithi055.stdout: "op_process_latency": { 2023-10-14T00:01:47.252 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 13, 2023-10-14T00:01:47.253 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 44782273 2023-10-14T00:01:47.253 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.253 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r": { 2023-10-14T00:01:47.253 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.253 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.254 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_latency": { 2023-10-14T00:01:47.254 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:47.254 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.254 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.254 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_latency_out_bytes_histogram": { 2023-10-14T00:01:47.254 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.255 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.255 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_out_bytes": { 2023-10-14T00:01:47.255 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.255 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.255 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_prepare_latency": { 2023-10-14T00:01:47.256 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:47.256 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.256 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.256 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_process_latency": { 2023-10-14T00:01:47.256 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:47.257 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.257 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.257 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw": { 2023-10-14T00:01:47.257 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.257 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.257 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_in_bytes": { 2023-10-14T00:01:47.258 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.258 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.258 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_latency": { 2023-10-14T00:01:47.258 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:47.258 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.259 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.259 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_latency_in_bytes_histogram": { 2023-10-14T00:01:47.259 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.259 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.259 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_latency_out_bytes_histogram": { 2023-10-14T00:01:47.260 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.260 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.260 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_out_bytes": { 2023-10-14T00:01:47.260 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.260 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.260 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_prepare_latency": { 2023-10-14T00:01:47.261 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:47.261 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.261 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.261 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_process_latency": { 2023-10-14T00:01:47.261 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:47.262 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.262 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.262 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w": { 2023-10-14T00:01:47.262 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 13 2023-10-14T00:01:47.262 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.263 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_in_bytes": { 2023-10-14T00:01:47.263 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2788 2023-10-14T00:01:47.263 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.263 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_latency": { 2023-10-14T00:01:47.263 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 13, 2023-10-14T00:01:47.264 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 50624512 2023-10-14T00:01:47.264 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.264 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_latency_in_bytes_histogram": { 2023-10-14T00:01:47.264 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.264 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.264 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_prepare_latency": { 2023-10-14T00:01:47.265 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 15, 2023-10-14T00:01:47.265 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 7266140 2023-10-14T00:01:47.265 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.265 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_process_latency": { 2023-10-14T00:01:47.265 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 13, 2023-10-14T00:01:47.266 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 44782273 2023-10-14T00:01:47.266 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.266 INFO:tasks.workunit.client.0.smithi055.stdout: "op_wip": { 2023-10-14T00:01:47.266 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.266 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.267 INFO:tasks.workunit.client.0.smithi055.stdout: "recovery_bytes": { 2023-10-14T00:01:47.267 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.267 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.267 INFO:tasks.workunit.client.0.smithi055.stdout: "recovery_ops": { 2023-10-14T00:01:47.267 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.268 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.268 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_bytes": { 2023-10-14T00:01:47.268 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 95995035648 2023-10-14T00:01:47.268 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.268 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_bytes_used": { 2023-10-14T00:01:47.268 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 305680384 2023-10-14T00:01:47.269 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:47.269 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:47.269 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.269 INFO:tasks.workunit.client.0.smithi055.stdout: "osd.7": { 2023-10-14T00:01:47.269 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs": { 2023-10-14T00:01:47.270 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_slow_fallback": { 2023-10-14T00:01:47.270 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.270 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.270 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_slow_size_fallback": { 2023-10-14T00:01:47.270 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.271 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.271 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit_db": { 2023-10-14T00:01:47.271 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 65536 2023-10-14T00:01:47.271 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.271 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit_main": { 2023-10-14T00:01:47.272 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.272 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.272 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit_wal": { 2023-10-14T00:01:47.272 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.272 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.272 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_written_slow": { 2023-10-14T00:01:47.273 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.273 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.273 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_written_sst": { 2023-10-14T00:01:47.273 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 8192 2023-10-14T00:01:47.273 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.274 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_written_wal": { 2023-10-14T00:01:47.274 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1675264 2023-10-14T00:01:47.274 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.274 INFO:tasks.workunit.client.0.smithi055.stdout: "compact_lat": { 2023-10-14T00:01:47.274 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:47.275 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.275 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.275 INFO:tasks.workunit.client.0.smithi055.stdout: "compact_lock_lat": { 2023-10-14T00:01:47.275 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:47.275 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.275 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.276 INFO:tasks.workunit.client.0.smithi055.stdout: "db_total_bytes": { 2023-10-14T00:01:47.276 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 95995035648 2023-10-14T00:01:47.276 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.276 INFO:tasks.workunit.client.0.smithi055.stdout: "db_used_bytes": { 2023-10-14T00:01:47.276 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 304414720 2023-10-14T00:01:47.277 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.277 INFO:tasks.workunit.client.0.smithi055.stdout: "log_bytes": { 2023-10-14T00:01:47.277 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1126400 2023-10-14T00:01:47.277 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.277 INFO:tasks.workunit.client.0.smithi055.stdout: "logged_bytes": { 2023-10-14T00:01:47.278 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 987136 2023-10-14T00:01:47.278 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.278 INFO:tasks.workunit.client.0.smithi055.stdout: "max_bytes_db": { 2023-10-14T00:01:47.278 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 312803328 2023-10-14T00:01:47.278 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.279 INFO:tasks.workunit.client.0.smithi055.stdout: "max_bytes_slow": { 2023-10-14T00:01:47.279 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.279 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.279 INFO:tasks.workunit.client.0.smithi055.stdout: "max_bytes_wal": { 2023-10-14T00:01:47.279 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.279 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.280 INFO:tasks.workunit.client.0.smithi055.stdout: "num_files": { 2023-10-14T00:01:47.280 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 13 2023-10-14T00:01:47.280 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.280 INFO:tasks.workunit.client.0.smithi055.stdout: "read_bytes": { 2023-10-14T00:01:47.280 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 193929 2023-10-14T00:01:47.281 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.281 INFO:tasks.workunit.client.0.smithi055.stdout: "read_count": { 2023-10-14T00:01:47.281 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 22 2023-10-14T00:01:47.281 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.281 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes": { 2023-10-14T00:01:47.282 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1265664 2023-10-14T00:01:47.282 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.282 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes_db": { 2023-10-14T00:01:47.282 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1269760 2023-10-14T00:01:47.282 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.283 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes_slow": { 2023-10-14T00:01:47.283 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.283 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.283 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes_wal": { 2023-10-14T00:01:47.284 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.284 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.284 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_count": { 2023-10-14T00:01:47.284 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 14 2023-10-14T00:01:47.284 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.285 INFO:tasks.workunit.client.0.smithi055.stdout: "read_prefetch_bytes": { 2023-10-14T00:01:47.285 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3653 2023-10-14T00:01:47.285 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.285 INFO:tasks.workunit.client.0.smithi055.stdout: "read_prefetch_count": { 2023-10-14T00:01:47.285 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3 2023-10-14T00:01:47.285 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.286 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_buffer_bytes": { 2023-10-14T00:01:47.286 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3833 2023-10-14T00:01:47.286 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.286 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_buffer_count": { 2023-10-14T00:01:47.286 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 18 2023-10-14T00:01:47.287 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.287 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_bytes": { 2023-10-14T00:01:47.287 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3833 2023-10-14T00:01:47.287 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.287 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_count": { 2023-10-14T00:01:47.288 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 18 2023-10-14T00:01:47.288 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.288 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes": { 2023-10-14T00:01:47.288 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.288 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.289 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes_db": { 2023-10-14T00:01:47.289 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.289 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.289 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes_slow": { 2023-10-14T00:01:47.289 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.290 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.290 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes_wal": { 2023-10-14T00:01:47.290 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.290 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.290 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_count": { 2023-10-14T00:01:47.291 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.291 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.291 INFO:tasks.workunit.client.0.smithi055.stdout: "slow_total_bytes": { 2023-10-14T00:01:47.291 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.291 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.292 INFO:tasks.workunit.client.0.smithi055.stdout: "slow_used_bytes": { 2023-10-14T00:01:47.292 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.292 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.292 INFO:tasks.workunit.client.0.smithi055.stdout: "wal_total_bytes": { 2023-10-14T00:01:47.292 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.293 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.293 INFO:tasks.workunit.client.0.smithi055.stdout: "wal_used_bytes": { 2023-10-14T00:01:47.293 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.293 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.293 INFO:tasks.workunit.client.0.smithi055.stdout: "write_bytes": { 2023-10-14T00:01:47.293 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2732032 2023-10-14T00:01:47.294 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:47.294 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.294 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore": { 2023-10-14T00:01:47.294 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit": { 2023-10-14T00:01:47.294 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 4096 2023-10-14T00:01:47.295 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.295 INFO:tasks.workunit.client.0.smithi055.stdout: "allocated": { 2023-10-14T00:01:47.295 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1261568 2023-10-14T00:01:47.295 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.295 INFO:tasks.workunit.client.0.smithi055.stdout: "clist_lat": { 2023-10-14T00:01:47.296 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 3, 2023-10-14T00:01:47.296 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 139025 2023-10-14T00:01:47.296 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.296 INFO:tasks.workunit.client.0.smithi055.stdout: "compress_lat": { 2023-10-14T00:01:47.296 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:47.297 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.297 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.297 INFO:tasks.workunit.client.0.smithi055.stdout: "compressed": { 2023-10-14T00:01:47.297 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.297 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.297 INFO:tasks.workunit.client.0.smithi055.stdout: "compressed_allocated": { 2023-10-14T00:01:47.298 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.298 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.298 INFO:tasks.workunit.client.0.smithi055.stdout: "compressed_original": { 2023-10-14T00:01:47.298 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.298 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.299 INFO:tasks.workunit.client.0.smithi055.stdout: "csum_lat": { 2023-10-14T00:01:47.299 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 25, 2023-10-14T00:01:47.299 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 53227 2023-10-14T00:01:47.299 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.299 INFO:tasks.workunit.client.0.smithi055.stdout: "decompress_lat": { 2023-10-14T00:01:47.300 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:47.300 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.300 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.300 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_commit_lat": { 2023-10-14T00:01:47.300 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 225, 2023-10-14T00:01:47.300 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 53713100 2023-10-14T00:01:47.301 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.301 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_final_lat": { 2023-10-14T00:01:47.301 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 201, 2023-10-14T00:01:47.301 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 16471390 2023-10-14T00:01:47.301 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.302 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_flush_lat": { 2023-10-14T00:01:47.302 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 225, 2023-10-14T00:01:47.302 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 168592 2023-10-14T00:01:47.302 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.302 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_sync_lat": { 2023-10-14T00:01:47.303 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 225, 2023-10-14T00:01:47.303 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 53881692 2023-10-14T00:01:47.303 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.303 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_get_keys_lat": { 2023-10-14T00:01:47.303 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:47.304 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.304 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.304 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_get_values_lat": { 2023-10-14T00:01:47.304 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:47.304 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.305 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.305 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_lower_bound_lat": { 2023-10-14T00:01:47.305 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:47.305 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.305 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.305 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_next_lat": { 2023-10-14T00:01:47.306 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:47.306 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.306 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.306 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_seek_to_first_lat": { 2023-10-14T00:01:47.306 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:47.307 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.307 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.307 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_upper_bound_lat": { 2023-10-14T00:01:47.307 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 2, 2023-10-14T00:01:47.307 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 4071 2023-10-14T00:01:47.308 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.308 INFO:tasks.workunit.client.0.smithi055.stdout: "onode_hits": { 2023-10-14T00:01:47.308 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 659 2023-10-14T00:01:47.308 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.308 INFO:tasks.workunit.client.0.smithi055.stdout: "onode_misses": { 2023-10-14T00:01:47.308 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 271 2023-10-14T00:01:47.309 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.309 INFO:tasks.workunit.client.0.smithi055.stdout: "read_lat": { 2023-10-14T00:01:47.309 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 123, 2023-10-14T00:01:47.309 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3887554 2023-10-14T00:01:47.309 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.310 INFO:tasks.workunit.client.0.smithi055.stdout: "read_onode_meta_lat": { 2023-10-14T00:01:47.310 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 248, 2023-10-14T00:01:47.310 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 425029 2023-10-14T00:01:47.310 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.310 INFO:tasks.workunit.client.0.smithi055.stdout: "read_wait_aio_lat": { 2023-10-14T00:01:47.311 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 125, 2023-10-14T00:01:47.311 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3847997 2023-10-14T00:01:47.311 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.311 INFO:tasks.workunit.client.0.smithi055.stdout: "reads_with_retries": { 2023-10-14T00:01:47.311 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.312 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.312 INFO:tasks.workunit.client.0.smithi055.stdout: "remove_lat": { 2023-10-14T00:01:47.312 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 1, 2023-10-14T00:01:47.312 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 36380 2023-10-14T00:01:47.312 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.313 INFO:tasks.workunit.client.0.smithi055.stdout: "state_aio_wait_lat": { 2023-10-14T00:01:47.313 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 337, 2023-10-14T00:01:47.313 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2866033 2023-10-14T00:01:47.313 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.313 INFO:tasks.workunit.client.0.smithi055.stdout: "state_deferred_aio_wait_lat": { 2023-10-14T00:01:47.314 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 49, 2023-10-14T00:01:47.314 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 4065515 2023-10-14T00:01:47.314 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.314 INFO:tasks.workunit.client.0.smithi055.stdout: "state_deferred_cleanup_lat": { 2023-10-14T00:01:47.314 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 49, 2023-10-14T00:01:47.315 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 521061471028 2023-10-14T00:01:47.315 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.315 INFO:tasks.workunit.client.0.smithi055.stdout: "state_deferred_queued_lat": { 2023-10-14T00:01:47.315 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 49, 2023-10-14T00:01:47.315 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 79784621540 2023-10-14T00:01:47.316 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.316 INFO:tasks.workunit.client.0.smithi055.stdout: "state_done_lat": { 2023-10-14T00:01:47.316 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 337, 2023-10-14T00:01:47.316 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 173041266210 2023-10-14T00:01:47.316 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.316 INFO:tasks.workunit.client.0.smithi055.stdout: "state_finishing_lat": { 2023-10-14T00:01:47.317 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 337, 2023-10-14T00:01:47.317 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 32626 2023-10-14T00:01:47.317 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.317 INFO:tasks.workunit.client.0.smithi055.stdout: "state_io_done_lat": { 2023-10-14T00:01:47.317 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 337, 2023-10-14T00:01:47.318 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 242385 2023-10-14T00:01:47.318 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.318 INFO:tasks.workunit.client.0.smithi055.stdout: "state_kv_commiting_lat": { 2023-10-14T00:01:47.318 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 337, 2023-10-14T00:01:47.318 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 225356259 2023-10-14T00:01:47.319 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.319 INFO:tasks.workunit.client.0.smithi055.stdout: "state_kv_done_lat": { 2023-10-14T00:01:47.319 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 337, 2023-10-14T00:01:47.319 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 99044 2023-10-14T00:01:47.319 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.320 INFO:tasks.workunit.client.0.smithi055.stdout: "state_kv_queued_lat": { 2023-10-14T00:01:47.320 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 337, 2023-10-14T00:01:47.320 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 116461740 2023-10-14T00:01:47.320 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.320 INFO:tasks.workunit.client.0.smithi055.stdout: "state_prepare_lat": { 2023-10-14T00:01:47.321 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 337, 2023-10-14T00:01:47.321 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 13837739 2023-10-14T00:01:47.321 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.321 INFO:tasks.workunit.client.0.smithi055.stdout: "stored": { 2023-10-14T00:01:47.321 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 880790 2023-10-14T00:01:47.322 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.322 INFO:tasks.workunit.client.0.smithi055.stdout: "truncate_lat": { 2023-10-14T00:01:47.322 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 2, 2023-10-14T00:01:47.322 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 739 2023-10-14T00:01:47.322 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.323 INFO:tasks.workunit.client.0.smithi055.stdout: "txc_commit_lat": { 2023-10-14T00:01:47.323 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 337, 2023-10-14T00:01:47.323 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 358815769 2023-10-14T00:01:47.323 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.324 INFO:tasks.workunit.client.0.smithi055.stdout: "txc_submit_lat": { 2023-10-14T00:01:47.324 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 337, 2023-10-14T00:01:47.324 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 16401345 2023-10-14T00:01:47.324 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.324 INFO:tasks.workunit.client.0.smithi055.stdout: "txc_throttle_lat": { 2023-10-14T00:01:47.325 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 337, 2023-10-14T00:01:47.325 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2087757 2023-10-14T00:01:47.325 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:47.325 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.325 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache": { 2023-10-14T00:01:47.326 INFO:tasks.workunit.client.0.smithi055.stdout: "cache_bytes": { 2023-10-14T00:01:47.326 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1867213659 2023-10-14T00:01:47.326 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.326 INFO:tasks.workunit.client.0.smithi055.stdout: "heap_bytes": { 2023-10-14T00:01:47.326 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 236371968 2023-10-14T00:01:47.326 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.327 INFO:tasks.workunit.client.0.smithi055.stdout: "mapped_bytes": { 2023-10-14T00:01:47.327 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 235954176 2023-10-14T00:01:47.327 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.327 INFO:tasks.workunit.client.0.smithi055.stdout: "target_bytes": { 2023-10-14T00:01:47.327 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3144141209 2023-10-14T00:01:47.328 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.328 INFO:tasks.workunit.client.0.smithi055.stdout: "unmapped_bytes": { 2023-10-14T00:01:47.328 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 417792 2023-10-14T00:01:47.328 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:47.328 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.329 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:data": { 2023-10-14T00:01:47.329 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:47.329 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 159383552 2023-10-14T00:01:47.329 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.329 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:47.330 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.330 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.330 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:47.330 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.330 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.331 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:47.331 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 85838978 2023-10-14T00:01:47.331 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.331 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:47.331 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.331 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.332 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:47.332 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 8192 2023-10-14T00:01:47.332 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.332 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:47.332 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.333 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.333 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:47.333 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.333 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.333 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:47.334 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 73728 2023-10-14T00:01:47.334 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.334 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:47.334 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 8192 2023-10-14T00:01:47.334 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.335 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:47.335 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.335 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.335 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:47.336 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.336 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.336 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:47.336 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.336 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.337 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:47.337 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 73454462 2023-10-14T00:01:47.337 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:47.337 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.337 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:kv": { 2023-10-14T00:01:47.338 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:47.338 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 780140544 2023-10-14T00:01:47.338 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.338 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:47.338 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 67108864 2023-10-14T00:01:47.339 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.339 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:47.339 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.339 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.339 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:47.340 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 643792336 2023-10-14T00:01:47.340 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.340 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:47.340 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.340 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.340 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:47.341 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.341 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.341 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:47.341 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.341 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.342 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:47.342 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.342 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.342 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:47.342 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.343 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.343 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:47.343 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1168 2023-10-14T00:01:47.343 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.343 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:47.344 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.344 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.344 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:47.344 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.344 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.345 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:47.345 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.345 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.345 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:47.345 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 69238176 2023-10-14T00:01:47.346 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:47.346 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.346 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:kv_onode": { 2023-10-14T00:01:47.346 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:47.346 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 192937984 2023-10-14T00:01:47.347 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.347 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:47.347 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 67108864 2023-10-14T00:01:47.347 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.347 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:47.348 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 464 2023-10-14T00:01:47.348 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.348 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:47.348 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 57225985 2023-10-14T00:01:47.348 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.348 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:47.349 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.349 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.349 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:47.349 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.349 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.350 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:47.350 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.350 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.350 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:47.350 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.351 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.351 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:47.351 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.351 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.351 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:47.352 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.352 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.352 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:47.352 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.352 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.353 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:47.353 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.353 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.353 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:47.353 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.354 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.354 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:47.354 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 68602671 2023-10-14T00:01:47.354 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:47.354 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.355 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:meta": { 2023-10-14T00:01:47.355 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:47.355 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 713031680 2023-10-14T00:01:47.355 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.355 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:47.356 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.356 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.356 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:47.356 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.356 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.357 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:47.357 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 643792336 2023-10-14T00:01:47.357 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.357 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:47.357 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.357 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.358 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:47.358 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 14003 2023-10-14T00:01:47.358 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.358 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:47.358 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.359 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.359 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:47.359 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.359 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.359 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:47.360 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 21005 2023-10-14T00:01:47.360 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.360 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:47.360 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 229655 2023-10-14T00:01:47.360 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.361 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:47.361 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.361 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.361 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:47.361 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.362 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.362 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:47.362 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.362 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.362 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:47.362 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 68974681 2023-10-14T00:01:47.363 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:47.363 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.363 INFO:tasks.workunit.client.0.smithi055.stdout: "objecter": { 2023-10-14T00:01:47.363 INFO:tasks.workunit.client.0.smithi055.stdout: "op_active": { 2023-10-14T00:01:47.363 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.364 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.364 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r": { 2023-10-14T00:01:47.364 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.364 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.364 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rmw": { 2023-10-14T00:01:47.365 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.365 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.365 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w": { 2023-10-14T00:01:47.365 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.365 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:47.366 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.366 INFO:tasks.workunit.client.0.smithi055.stdout: "osd": { 2023-10-14T00:01:47.366 INFO:tasks.workunit.client.0.smithi055.stdout: "numpg": { 2023-10-14T00:01:47.366 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 47 2023-10-14T00:01:47.366 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.367 INFO:tasks.workunit.client.0.smithi055.stdout: "numpg_removing": { 2023-10-14T00:01:47.367 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.367 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.367 INFO:tasks.workunit.client.0.smithi055.stdout: "op": { 2023-10-14T00:01:47.367 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 152 2023-10-14T00:01:47.368 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.368 INFO:tasks.workunit.client.0.smithi055.stdout: "op_delayed_degraded": { 2023-10-14T00:01:47.368 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.368 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.368 INFO:tasks.workunit.client.0.smithi055.stdout: "op_delayed_unreadable": { 2023-10-14T00:01:47.369 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.369 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.369 INFO:tasks.workunit.client.0.smithi055.stdout: "op_in_bytes": { 2023-10-14T00:01:47.369 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1050260 2023-10-14T00:01:47.369 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.370 INFO:tasks.workunit.client.0.smithi055.stdout: "op_latency": { 2023-10-14T00:01:47.370 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 152, 2023-10-14T00:01:47.370 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 216812289 2023-10-14T00:01:47.370 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.370 INFO:tasks.workunit.client.0.smithi055.stdout: "op_out_bytes": { 2023-10-14T00:01:47.371 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 330056 2023-10-14T00:01:47.371 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.371 INFO:tasks.workunit.client.0.smithi055.stdout: "op_prepare_latency": { 2023-10-14T00:01:47.371 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 155, 2023-10-14T00:01:47.371 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 47945370 2023-10-14T00:01:47.372 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.372 INFO:tasks.workunit.client.0.smithi055.stdout: "op_process_latency": { 2023-10-14T00:01:47.372 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 152, 2023-10-14T00:01:47.372 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 150231245 2023-10-14T00:01:47.372 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.373 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r": { 2023-10-14T00:01:47.373 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 73 2023-10-14T00:01:47.373 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.373 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_latency": { 2023-10-14T00:01:47.373 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 73, 2023-10-14T00:01:47.374 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 13281216 2023-10-14T00:01:47.374 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.374 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_latency_out_bytes_histogram": { 2023-10-14T00:01:47.374 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.374 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.375 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_out_bytes": { 2023-10-14T00:01:47.375 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 330056 2023-10-14T00:01:47.375 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.375 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_prepare_latency": { 2023-10-14T00:01:47.375 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 73, 2023-10-14T00:01:47.376 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 11561923 2023-10-14T00:01:47.376 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.376 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_process_latency": { 2023-10-14T00:01:47.376 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 73, 2023-10-14T00:01:47.376 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 9583919 2023-10-14T00:01:47.377 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.377 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw": { 2023-10-14T00:01:47.377 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 36 2023-10-14T00:01:47.377 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.377 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_in_bytes": { 2023-10-14T00:01:47.377 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.378 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.378 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_latency": { 2023-10-14T00:01:47.378 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 36, 2023-10-14T00:01:47.378 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 47690626 2023-10-14T00:01:47.378 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.379 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_latency_in_bytes_histogram": { 2023-10-14T00:01:47.379 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.379 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.379 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_latency_out_bytes_histogram": { 2023-10-14T00:01:47.379 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.380 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.380 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_out_bytes": { 2023-10-14T00:01:47.380 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.380 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.380 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_prepare_latency": { 2023-10-14T00:01:47.381 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 36, 2023-10-14T00:01:47.381 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 16245526 2023-10-14T00:01:47.381 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.381 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_process_latency": { 2023-10-14T00:01:47.381 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 36, 2023-10-14T00:01:47.382 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 44913446 2023-10-14T00:01:47.382 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.382 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w": { 2023-10-14T00:01:47.382 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 43 2023-10-14T00:01:47.382 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.382 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_in_bytes": { 2023-10-14T00:01:47.383 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1050260 2023-10-14T00:01:47.383 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.383 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_latency": { 2023-10-14T00:01:47.383 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 43, 2023-10-14T00:01:47.383 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 155840447 2023-10-14T00:01:47.384 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.384 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_latency_in_bytes_histogram": { 2023-10-14T00:01:47.384 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.384 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.384 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_prepare_latency": { 2023-10-14T00:01:47.385 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 46, 2023-10-14T00:01:47.385 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 20137921 2023-10-14T00:01:47.385 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.385 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_process_latency": { 2023-10-14T00:01:47.385 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 43, 2023-10-14T00:01:47.386 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 95733880 2023-10-14T00:01:47.386 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.386 INFO:tasks.workunit.client.0.smithi055.stdout: "op_wip": { 2023-10-14T00:01:47.386 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.386 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.386 INFO:tasks.workunit.client.0.smithi055.stdout: "recovery_bytes": { 2023-10-14T00:01:47.387 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.387 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.387 INFO:tasks.workunit.client.0.smithi055.stdout: "recovery_ops": { 2023-10-14T00:01:47.387 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:47.387 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.388 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_bytes": { 2023-10-14T00:01:47.388 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 95995035648 2023-10-14T00:01:47.388 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.388 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_bytes_used": { 2023-10-14T00:01:47.388 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 305684480 2023-10-14T00:01:47.389 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:47.389 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:47.389 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:47.389 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.389 INFO:tasks.workunit.client.0.smithi055.stdout: "pools": [ 2023-10-14T00:01:47.390 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:47.390 INFO:tasks.workunit.client.0.smithi055.stdout: "application": [ 2023-10-14T00:01:47.390 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr" 2023-10-14T00:01:47.390 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.390 INFO:tasks.workunit.client.0.smithi055.stdout: "cache_mode": "none", 2023-10-14T00:01:47.390 INFO:tasks.workunit.client.0.smithi055.stdout: "erasure_code_profile": {}, 2023-10-14T00:01:47.391 INFO:tasks.workunit.client.0.smithi055.stdout: "min_size": 2, 2023-10-14T00:01:47.391 INFO:tasks.workunit.client.0.smithi055.stdout: "options": {}, 2023-10-14T00:01:47.391 INFO:tasks.workunit.client.0.smithi055.stdout: "pg_autoscale_mode": "off", 2023-10-14T00:01:47.391 INFO:tasks.workunit.client.0.smithi055.stdout: "pg_num": 1, 2023-10-14T00:01:47.392 INFO:tasks.workunit.client.0.smithi055.stdout: "pgp_num": 1, 2023-10-14T00:01:47.392 INFO:tasks.workunit.client.0.smithi055.stdout: "pool": 1, 2023-10-14T00:01:47.392 INFO:tasks.workunit.client.0.smithi055.stdout: "size": 3, 2023-10-14T00:01:47.392 INFO:tasks.workunit.client.0.smithi055.stdout: "stats": { 2023-10-14T00:01:47.392 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_raw": 727116720394, 2023-10-14T00:01:47.393 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_used": 1781760, 2023-10-14T00:01:47.393 INFO:tasks.workunit.client.0.smithi055.stdout: "compress_bytes_used": 0, 2023-10-14T00:01:47.393 INFO:tasks.workunit.client.0.smithi055.stdout: "compress_under_bytes": 0, 2023-10-14T00:01:47.393 INFO:tasks.workunit.client.0.smithi055.stdout: "data_bytes_used": 1781760, 2023-10-14T00:01:47.393 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty": 0, 2023-10-14T00:01:47.394 INFO:tasks.workunit.client.0.smithi055.stdout: "max_avail": 242372247552, 2023-10-14T00:01:47.394 INFO:tasks.workunit.client.0.smithi055.stdout: "objects": 2, 2023-10-14T00:01:47.394 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_bytes_used": 0, 2023-10-14T00:01:47.394 INFO:tasks.workunit.client.0.smithi055.stdout: "percent_used": 2.450439524182002e-06, 2023-10-14T00:01:47.394 INFO:tasks.workunit.client.0.smithi055.stdout: "quota_bytes": 0, 2023-10-14T00:01:47.395 INFO:tasks.workunit.client.0.smithi055.stdout: "quota_objects": 0, 2023-10-14T00:01:47.395 INFO:tasks.workunit.client.0.smithi055.stdout: "rd": 357, 2023-10-14T00:01:47.395 INFO:tasks.workunit.client.0.smithi055.stdout: "rd_bytes": 638976, 2023-10-14T00:01:47.395 INFO:tasks.workunit.client.0.smithi055.stdout: "stored": 590368, 2023-10-14T00:01:47.395 INFO:tasks.workunit.client.0.smithi055.stdout: "stored_data": 590368, 2023-10-14T00:01:47.395 INFO:tasks.workunit.client.0.smithi055.stdout: "stored_omap": 0, 2023-10-14T00:01:47.396 INFO:tasks.workunit.client.0.smithi055.stdout: "stored_raw": 1771104, 2023-10-14T00:01:47.396 INFO:tasks.workunit.client.0.smithi055.stdout: "wr": 269, 2023-10-14T00:01:47.396 INFO:tasks.workunit.client.0.smithi055.stdout: "wr_bytes": 3545088 2023-10-14T00:01:47.396 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.396 INFO:tasks.workunit.client.0.smithi055.stdout: "target_max_bytes": 0, 2023-10-14T00:01:47.397 INFO:tasks.workunit.client.0.smithi055.stdout: "target_max_objects": 0, 2023-10-14T00:01:47.397 INFO:tasks.workunit.client.0.smithi055.stdout: "type": "replicated" 2023-10-14T00:01:47.397 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.397 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:47.397 INFO:tasks.workunit.client.0.smithi055.stdout: "application": [ 2023-10-14T00:01:47.398 INFO:tasks.workunit.client.0.smithi055.stdout: "cephfs" 2023-10-14T00:01:47.398 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.398 INFO:tasks.workunit.client.0.smithi055.stdout: "cache_mode": "none", 2023-10-14T00:01:47.398 INFO:tasks.workunit.client.0.smithi055.stdout: "erasure_code_profile": {}, 2023-10-14T00:01:47.398 INFO:tasks.workunit.client.0.smithi055.stdout: "min_size": 2, 2023-10-14T00:01:47.399 INFO:tasks.workunit.client.0.smithi055.stdout: "options": {}, 2023-10-14T00:01:47.399 INFO:tasks.workunit.client.0.smithi055.stdout: "pg_autoscale_mode": "off", 2023-10-14T00:01:47.399 INFO:tasks.workunit.client.0.smithi055.stdout: "pg_num": 32, 2023-10-14T00:01:47.399 INFO:tasks.workunit.client.0.smithi055.stdout: "pgp_num": 32, 2023-10-14T00:01:47.399 INFO:tasks.workunit.client.0.smithi055.stdout: "pool": 2, 2023-10-14T00:01:47.400 INFO:tasks.workunit.client.0.smithi055.stdout: "size": 3, 2023-10-14T00:01:47.400 INFO:tasks.workunit.client.0.smithi055.stdout: "stats": { 2023-10-14T00:01:47.400 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_raw": 727116720394, 2023-10-14T00:01:47.400 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_used": 98304, 2023-10-14T00:01:47.400 INFO:tasks.workunit.client.0.smithi055.stdout: "compress_bytes_used": 0, 2023-10-14T00:01:47.400 INFO:tasks.workunit.client.0.smithi055.stdout: "compress_under_bytes": 0, 2023-10-14T00:01:47.401 INFO:tasks.workunit.client.0.smithi055.stdout: "data_bytes_used": 98304, 2023-10-14T00:01:47.401 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty": 0, 2023-10-14T00:01:47.401 INFO:tasks.workunit.client.0.smithi055.stdout: "max_avail": 242372247552, 2023-10-14T00:01:47.401 INFO:tasks.workunit.client.0.smithi055.stdout: "objects": 22, 2023-10-14T00:01:47.401 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_bytes_used": 0, 2023-10-14T00:01:47.402 INFO:tasks.workunit.client.0.smithi055.stdout: "percent_used": 1.3519698427444382e-07, 2023-10-14T00:01:47.402 INFO:tasks.workunit.client.0.smithi055.stdout: "quota_bytes": 0, 2023-10-14T00:01:47.402 INFO:tasks.workunit.client.0.smithi055.stdout: "quota_objects": 0, 2023-10-14T00:01:47.402 INFO:tasks.workunit.client.0.smithi055.stdout: "rd": 0, 2023-10-14T00:01:47.402 INFO:tasks.workunit.client.0.smithi055.stdout: "rd_bytes": 0, 2023-10-14T00:01:47.403 INFO:tasks.workunit.client.0.smithi055.stdout: "stored": 3378, 2023-10-14T00:01:47.403 INFO:tasks.workunit.client.0.smithi055.stdout: "stored_data": 3378, 2023-10-14T00:01:47.403 INFO:tasks.workunit.client.0.smithi055.stdout: "stored_omap": 0, 2023-10-14T00:01:47.403 INFO:tasks.workunit.client.0.smithi055.stdout: "stored_raw": 10134, 2023-10-14T00:01:47.403 INFO:tasks.workunit.client.0.smithi055.stdout: "wr": 51, 2023-10-14T00:01:47.403 INFO:tasks.workunit.client.0.smithi055.stdout: "wr_bytes": 19456 2023-10-14T00:01:47.404 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.404 INFO:tasks.workunit.client.0.smithi055.stdout: "target_max_bytes": 0, 2023-10-14T00:01:47.404 INFO:tasks.workunit.client.0.smithi055.stdout: "target_max_objects": 0, 2023-10-14T00:01:47.404 INFO:tasks.workunit.client.0.smithi055.stdout: "type": "replicated" 2023-10-14T00:01:47.404 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.405 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:47.405 INFO:tasks.workunit.client.0.smithi055.stdout: "application": [ 2023-10-14T00:01:47.405 INFO:tasks.workunit.client.0.smithi055.stdout: "cephfs" 2023-10-14T00:01:47.405 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.405 INFO:tasks.workunit.client.0.smithi055.stdout: "cache_mode": "none", 2023-10-14T00:01:47.406 INFO:tasks.workunit.client.0.smithi055.stdout: "erasure_code_profile": {}, 2023-10-14T00:01:47.406 INFO:tasks.workunit.client.0.smithi055.stdout: "min_size": 2, 2023-10-14T00:01:47.406 INFO:tasks.workunit.client.0.smithi055.stdout: "options": {}, 2023-10-14T00:01:47.406 INFO:tasks.workunit.client.0.smithi055.stdout: "pg_autoscale_mode": "off", 2023-10-14T00:01:47.406 INFO:tasks.workunit.client.0.smithi055.stdout: "pg_num": 64, 2023-10-14T00:01:47.406 INFO:tasks.workunit.client.0.smithi055.stdout: "pgp_num": 64, 2023-10-14T00:01:47.407 INFO:tasks.workunit.client.0.smithi055.stdout: "pool": 3, 2023-10-14T00:01:47.407 INFO:tasks.workunit.client.0.smithi055.stdout: "size": 3, 2023-10-14T00:01:47.407 INFO:tasks.workunit.client.0.smithi055.stdout: "stats": { 2023-10-14T00:01:47.407 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_raw": 727116720394, 2023-10-14T00:01:47.407 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_used": 0, 2023-10-14T00:01:47.408 INFO:tasks.workunit.client.0.smithi055.stdout: "compress_bytes_used": 0, 2023-10-14T00:01:47.408 INFO:tasks.workunit.client.0.smithi055.stdout: "compress_under_bytes": 0, 2023-10-14T00:01:47.408 INFO:tasks.workunit.client.0.smithi055.stdout: "data_bytes_used": 0, 2023-10-14T00:01:47.408 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty": 0, 2023-10-14T00:01:47.408 INFO:tasks.workunit.client.0.smithi055.stdout: "max_avail": 242372247552, 2023-10-14T00:01:47.409 INFO:tasks.workunit.client.0.smithi055.stdout: "objects": 0, 2023-10-14T00:01:47.409 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_bytes_used": 0, 2023-10-14T00:01:47.409 INFO:tasks.workunit.client.0.smithi055.stdout: "percent_used": 0.0, 2023-10-14T00:01:47.409 INFO:tasks.workunit.client.0.smithi055.stdout: "quota_bytes": 0, 2023-10-14T00:01:47.409 INFO:tasks.workunit.client.0.smithi055.stdout: "quota_objects": 0, 2023-10-14T00:01:47.409 INFO:tasks.workunit.client.0.smithi055.stdout: "rd": 0, 2023-10-14T00:01:47.410 INFO:tasks.workunit.client.0.smithi055.stdout: "rd_bytes": 0, 2023-10-14T00:01:47.410 INFO:tasks.workunit.client.0.smithi055.stdout: "stored": 0, 2023-10-14T00:01:47.410 INFO:tasks.workunit.client.0.smithi055.stdout: "stored_data": 0, 2023-10-14T00:01:47.410 INFO:tasks.workunit.client.0.smithi055.stdout: "stored_omap": 0, 2023-10-14T00:01:47.410 INFO:tasks.workunit.client.0.smithi055.stdout: "stored_raw": 0, 2023-10-14T00:01:47.411 INFO:tasks.workunit.client.0.smithi055.stdout: "wr": 0, 2023-10-14T00:01:47.411 INFO:tasks.workunit.client.0.smithi055.stdout: "wr_bytes": 0 2023-10-14T00:01:47.411 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.411 INFO:tasks.workunit.client.0.smithi055.stdout: "target_max_bytes": 0, 2023-10-14T00:01:47.411 INFO:tasks.workunit.client.0.smithi055.stdout: "target_max_objects": 0, 2023-10-14T00:01:47.412 INFO:tasks.workunit.client.0.smithi055.stdout: "type": "replicated" 2023-10-14T00:01:47.412 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.412 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:47.412 INFO:tasks.workunit.client.0.smithi055.stdout: "application": [ 2023-10-14T00:01:47.412 INFO:tasks.workunit.client.0.smithi055.stdout: "rbd" 2023-10-14T00:01:47.412 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.413 INFO:tasks.workunit.client.0.smithi055.stdout: "cache_mode": "none", 2023-10-14T00:01:47.413 INFO:tasks.workunit.client.0.smithi055.stdout: "erasure_code_profile": {}, 2023-10-14T00:01:47.413 INFO:tasks.workunit.client.0.smithi055.stdout: "min_size": 2, 2023-10-14T00:01:47.413 INFO:tasks.workunit.client.0.smithi055.stdout: "options": {}, 2023-10-14T00:01:47.413 INFO:tasks.workunit.client.0.smithi055.stdout: "pg_autoscale_mode": "off", 2023-10-14T00:01:47.414 INFO:tasks.workunit.client.0.smithi055.stdout: "pg_num": 8, 2023-10-14T00:01:47.414 INFO:tasks.workunit.client.0.smithi055.stdout: "pgp_num": 8, 2023-10-14T00:01:47.414 INFO:tasks.workunit.client.0.smithi055.stdout: "pool": 4, 2023-10-14T00:01:47.414 INFO:tasks.workunit.client.0.smithi055.stdout: "size": 3, 2023-10-14T00:01:47.414 INFO:tasks.workunit.client.0.smithi055.stdout: "stats": { 2023-10-14T00:01:47.415 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_raw": 727116720394, 2023-10-14T00:01:47.415 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_used": 0, 2023-10-14T00:01:47.415 INFO:tasks.workunit.client.0.smithi055.stdout: "compress_bytes_used": 0, 2023-10-14T00:01:47.415 INFO:tasks.workunit.client.0.smithi055.stdout: "compress_under_bytes": 0, 2023-10-14T00:01:47.415 INFO:tasks.workunit.client.0.smithi055.stdout: "data_bytes_used": 0, 2023-10-14T00:01:47.416 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty": 0, 2023-10-14T00:01:47.416 INFO:tasks.workunit.client.0.smithi055.stdout: "max_avail": 242372247552, 2023-10-14T00:01:47.416 INFO:tasks.workunit.client.0.smithi055.stdout: "objects": 0, 2023-10-14T00:01:47.416 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_bytes_used": 0, 2023-10-14T00:01:47.416 INFO:tasks.workunit.client.0.smithi055.stdout: "percent_used": 0.0, 2023-10-14T00:01:47.416 INFO:tasks.workunit.client.0.smithi055.stdout: "quota_bytes": 0, 2023-10-14T00:01:47.417 INFO:tasks.workunit.client.0.smithi055.stdout: "quota_objects": 0, 2023-10-14T00:01:47.417 INFO:tasks.workunit.client.0.smithi055.stdout: "rd": 0, 2023-10-14T00:01:47.417 INFO:tasks.workunit.client.0.smithi055.stdout: "rd_bytes": 0, 2023-10-14T00:01:47.417 INFO:tasks.workunit.client.0.smithi055.stdout: "stored": 0, 2023-10-14T00:01:47.417 INFO:tasks.workunit.client.0.smithi055.stdout: "stored_data": 0, 2023-10-14T00:01:47.418 INFO:tasks.workunit.client.0.smithi055.stdout: "stored_omap": 0, 2023-10-14T00:01:47.418 INFO:tasks.workunit.client.0.smithi055.stdout: "stored_raw": 0, 2023-10-14T00:01:47.418 INFO:tasks.workunit.client.0.smithi055.stdout: "wr": 0, 2023-10-14T00:01:47.418 INFO:tasks.workunit.client.0.smithi055.stdout: "wr_bytes": 0 2023-10-14T00:01:47.418 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.419 INFO:tasks.workunit.client.0.smithi055.stdout: "target_max_bytes": 0, 2023-10-14T00:01:47.419 INFO:tasks.workunit.client.0.smithi055.stdout: "target_max_objects": 0, 2023-10-14T00:01:47.419 INFO:tasks.workunit.client.0.smithi055.stdout: "type": "replicated" 2023-10-14T00:01:47.419 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:47.419 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.419 INFO:tasks.workunit.client.0.smithi055.stdout: "rbd": { 2023-10-14T00:01:47.420 INFO:tasks.workunit.client.0.smithi055.stdout: "mirroring_by_pool": [ 2023-10-14T00:01:47.420 INFO:tasks.workunit.client.0.smithi055.stdout: false 2023-10-14T00:01:47.420 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.420 INFO:tasks.workunit.client.0.smithi055.stdout: "num_images_by_pool": [ 2023-10-14T00:01:47.420 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:47.421 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.421 INFO:tasks.workunit.client.0.smithi055.stdout: "num_pools": 1 2023-10-14T00:01:47.421 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.421 INFO:tasks.workunit.client.0.smithi055.stdout: "report_id": "6b4de139-c77a-4bdd-b921-b728659788e5", 2023-10-14T00:01:47.421 INFO:tasks.workunit.client.0.smithi055.stdout: "report_timestamp": "2023-10-14T00:01:45.269422", 2023-10-14T00:01:47.422 INFO:tasks.workunit.client.0.smithi055.stdout: "report_version": 1, 2023-10-14T00:01:47.422 INFO:tasks.workunit.client.0.smithi055.stdout: "rocksdb_stats": { 2023-10-14T00:01:47.422 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "6.15.5" 2023-10-14T00:01:47.422 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.422 INFO:tasks.workunit.client.0.smithi055.stdout: "rook": { 2023-10-14T00:01:47.423 INFO:tasks.workunit.client.0.smithi055.stdout: "cluster": { 2023-10-14T00:01:47.423 INFO:tasks.workunit.client.0.smithi055.stdout: "external-mode": null, 2023-10-14T00:01:47.423 INFO:tasks.workunit.client.0.smithi055.stdout: "mon": { 2023-10-14T00:01:47.423 INFO:tasks.workunit.client.0.smithi055.stdout: "allow-multiple-per-node": null, 2023-10-14T00:01:47.423 INFO:tasks.workunit.client.0.smithi055.stdout: "count": null, 2023-10-14T00:01:47.423 INFO:tasks.workunit.client.0.smithi055.stdout: "max-id": null, 2023-10-14T00:01:47.424 INFO:tasks.workunit.client.0.smithi055.stdout: "pvc": { 2023-10-14T00:01:47.424 INFO:tasks.workunit.client.0.smithi055.stdout: "enabled": null 2023-10-14T00:01:47.424 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.424 INFO:tasks.workunit.client.0.smithi055.stdout: "stretch": { 2023-10-14T00:01:47.424 INFO:tasks.workunit.client.0.smithi055.stdout: "enabled": null 2023-10-14T00:01:47.425 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:47.425 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.425 INFO:tasks.workunit.client.0.smithi055.stdout: "network": { 2023-10-14T00:01:47.425 INFO:tasks.workunit.client.0.smithi055.stdout: "provider": null 2023-10-14T00:01:47.425 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.426 INFO:tasks.workunit.client.0.smithi055.stdout: "storage": { 2023-10-14T00:01:47.426 INFO:tasks.workunit.client.0.smithi055.stdout: "device-set": { 2023-10-14T00:01:47.426 INFO:tasks.workunit.client.0.smithi055.stdout: "count": { 2023-10-14T00:01:47.426 INFO:tasks.workunit.client.0.smithi055.stdout: "non-portable": null, 2023-10-14T00:01:47.426 INFO:tasks.workunit.client.0.smithi055.stdout: "portable": null, 2023-10-14T00:01:47.427 INFO:tasks.workunit.client.0.smithi055.stdout: "total": null 2023-10-14T00:01:47.427 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:47.427 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:47.427 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:47.427 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.428 INFO:tasks.workunit.client.0.smithi055.stdout: "csi": { 2023-10-14T00:01:47.428 INFO:tasks.workunit.client.0.smithi055.stdout: "version": null 2023-10-14T00:01:47.428 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.428 INFO:tasks.workunit.client.0.smithi055.stdout: "kubernetes": { 2023-10-14T00:01:47.428 INFO:tasks.workunit.client.0.smithi055.stdout: "version": null 2023-10-14T00:01:47.428 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.429 INFO:tasks.workunit.client.0.smithi055.stdout: "node": { 2023-10-14T00:01:47.429 INFO:tasks.workunit.client.0.smithi055.stdout: "count": { 2023-10-14T00:01:47.429 INFO:tasks.workunit.client.0.smithi055.stdout: "kubernetes-total": null, 2023-10-14T00:01:47.429 INFO:tasks.workunit.client.0.smithi055.stdout: "with-ceph-daemons": null, 2023-10-14T00:01:47.429 INFO:tasks.workunit.client.0.smithi055.stdout: "with-csi-cephfs-plugin": null, 2023-10-14T00:01:47.430 INFO:tasks.workunit.client.0.smithi055.stdout: "with-csi-nfs-plugin": null, 2023-10-14T00:01:47.430 INFO:tasks.workunit.client.0.smithi055.stdout: "with-csi-rbd-plugin": null 2023-10-14T00:01:47.430 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:47.430 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.430 INFO:tasks.workunit.client.0.smithi055.stdout: "usage": { 2023-10-14T00:01:47.431 INFO:tasks.workunit.client.0.smithi055.stdout: "storage-class": { 2023-10-14T00:01:47.431 INFO:tasks.workunit.client.0.smithi055.stdout: "count": { 2023-10-14T00:01:47.431 INFO:tasks.workunit.client.0.smithi055.stdout: "bucket": null, 2023-10-14T00:01:47.431 INFO:tasks.workunit.client.0.smithi055.stdout: "cephfs": null, 2023-10-14T00:01:47.431 INFO:tasks.workunit.client.0.smithi055.stdout: "nfs": null, 2023-10-14T00:01:47.432 INFO:tasks.workunit.client.0.smithi055.stdout: "rbd": null, 2023-10-14T00:01:47.432 INFO:tasks.workunit.client.0.smithi055.stdout: "total": null 2023-10-14T00:01:47.432 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:47.432 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:47.432 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.432 INFO:tasks.workunit.client.0.smithi055.stdout: "version": null 2023-10-14T00:01:47.433 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.433 INFO:tasks.workunit.client.0.smithi055.stdout: "services": {}, 2023-10-14T00:01:47.433 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_per_pg": [ 2023-10-14T00:01:47.433 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:47.433 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:47.434 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:47.434 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:47.434 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:47.434 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.435 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 7, 2023-10-14T00:01:47.435 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:47.435 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:47.435 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:47.435 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:47.436 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:47.436 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:47.436 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.329367+0000", 2023-10-14T00:01:47.436 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.349719+0000", 2023-10-14T00:01:47.436 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.349719+0000", 2023-10-14T00:01:47.437 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.350392+0000", 2023-10-14T00:01:47.437 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.329367+0000", 2023-10-14T00:01:47.437 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.437 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:47.437 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.437 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:47.438 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.329367+0000", 2023-10-14T00:01:47.438 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.329367+0000", 2023-10-14T00:01:47.438 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.329367+0000", 2023-10-14T00:01:47.438 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:47.438 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:47.439 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.439 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.329367+0000", 2023-10-14T00:01:47.439 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.329367+0000", 2023-10-14T00:01:47.439 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:47.441 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:47.442 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:47.442 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:47.442 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:47.442 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:47.442 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:47.443 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:47.443 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:47.443 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:47.443 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:47.443 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:47.444 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:47.444 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.3f", 2023-10-14T00:01:47.444 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:47.444 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:47.444 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:47.445 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:47.445 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:47.445 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T07:24:50.889099+0000", 2023-10-14T00:01:47.445 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:47.445 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:47.445 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:47.446 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:47.446 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:47.446 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:47.446 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:47.446 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:47.447 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:47.447 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:47.447 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:47.447 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:47.447 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:47.448 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:47.448 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:47.448 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:47.448 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:47.448 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:47.448 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:47.449 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:47.449 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:47.449 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:47.449 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:47.449 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:47.450 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:47.450 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:47.450 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:47.450 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:47.450 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:47.451 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:47.451 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:47.451 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:47.451 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:47.451 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:47.452 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:47.452 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:47.452 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:47.452 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:47.452 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:47.453 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:47.453 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:47.453 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:47.453 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:47.453 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.453 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:47.454 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:47.454 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:47.454 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:47.454 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:47.454 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:47.455 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.455 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 7, 2023-10-14T00:01:47.455 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:47.455 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.455 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:47.456 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:47.456 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:47.456 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:47.456 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:47.456 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.457 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 1, 2023-10-14T00:01:47.457 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:47.457 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:47.457 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:47.457 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:47.457 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:47.458 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:47.458 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.324865+0000", 2023-10-14T00:01:47.458 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.351078+0000", 2023-10-14T00:01:47.458 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.351078+0000", 2023-10-14T00:01:47.458 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.351593+0000", 2023-10-14T00:01:47.459 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.324865+0000", 2023-10-14T00:01:47.459 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.459 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:47.459 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.459 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:47.460 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.324865+0000", 2023-10-14T00:01:47.460 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.324865+0000", 2023-10-14T00:01:47.460 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.324865+0000", 2023-10-14T00:01:47.460 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:47.460 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:47.460 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.461 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.324865+0000", 2023-10-14T00:01:47.461 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.324865+0000", 2023-10-14T00:01:47.461 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:47.461 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:47.461 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:47.462 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:47.462 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:47.462 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:47.462 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:47.462 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:47.463 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:47.463 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:47.463 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:47.463 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:47.463 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:47.463 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.3e", 2023-10-14T00:01:47.464 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:47.464 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:47.464 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:47.464 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:47.464 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:47.465 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T05:08:25.738139+0000", 2023-10-14T00:01:47.465 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:47.465 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:47.465 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:47.465 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:47.465 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:47.466 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:47.466 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:47.466 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:47.466 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:47.466 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:47.467 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:47.467 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:47.467 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:47.467 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:47.467 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:47.468 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:47.468 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:47.468 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:47.468 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:47.468 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:47.468 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:47.469 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:47.469 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:47.469 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:47.469 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:47.469 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:47.470 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:47.470 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:47.470 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:47.470 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:47.470 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:47.471 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:47.471 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:47.471 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:47.471 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:47.471 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:47.471 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:47.472 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:47.472 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:47.472 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:47.472 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:47.472 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:47.473 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:47.473 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.473 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:47.473 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:47.473 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:47.474 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:47.474 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:47.474 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:47.474 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.474 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 1, 2023-10-14T00:01:47.474 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:47.475 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.475 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:47.475 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:47.475 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:47.475 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:47.476 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:47.476 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.476 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 0, 2023-10-14T00:01:47.476 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:47.476 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:47.476 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:47.477 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:47.477 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:47.477 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:47.477 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.326202+0000", 2023-10-14T00:01:47.477 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.348722+0000", 2023-10-14T00:01:47.478 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.348722+0000", 2023-10-14T00:01:47.478 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.349088+0000", 2023-10-14T00:01:47.478 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.326202+0000", 2023-10-14T00:01:47.478 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.478 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:47.479 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.479 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:47.479 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.326202+0000", 2023-10-14T00:01:47.479 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.326202+0000", 2023-10-14T00:01:47.479 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.326202+0000", 2023-10-14T00:01:47.479 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:47.480 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:47.480 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.480 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.326202+0000", 2023-10-14T00:01:47.480 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.326202+0000", 2023-10-14T00:01:47.480 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:47.481 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:47.481 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:47.481 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:47.481 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:47.481 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:47.481 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:47.482 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:47.482 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:47.482 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:47.482 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:47.483 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:47.483 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:47.483 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.3d", 2023-10-14T00:01:47.483 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:47.483 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:47.484 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:47.484 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:47.484 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:47.484 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T07:39:40.907426+0000", 2023-10-14T00:01:47.484 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:47.484 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:47.485 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:47.485 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:47.485 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:47.485 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:47.485 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:47.486 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:47.486 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:47.486 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:47.486 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:47.486 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:47.487 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:47.487 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:47.487 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:47.487 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:47.487 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:47.487 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:47.488 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:47.488 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:47.488 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:47.488 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:47.488 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:47.489 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:47.489 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:47.489 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:47.489 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:47.489 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:47.490 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:47.490 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:47.490 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:47.490 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:47.490 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:47.491 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:47.491 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:47.491 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:47.491 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:47.491 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:47.492 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:47.492 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:47.492 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:47.492 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:47.492 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:47.493 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.493 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:47.493 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:47.493 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:47.493 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:47.493 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:47.494 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:47.494 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.494 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 0, 2023-10-14T00:01:47.494 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:47.494 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.495 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:47.495 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:47.495 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:47.495 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:47.495 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:47.496 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.496 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 5, 2023-10-14T00:01:47.496 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:47.496 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:47.496 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:47.497 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:47.497 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:47.497 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:47.497 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.330630+0000", 2023-10-14T00:01:47.497 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.343722+0000", 2023-10-14T00:01:47.497 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.343722+0000", 2023-10-14T00:01:47.498 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.344153+0000", 2023-10-14T00:01:47.498 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.330630+0000", 2023-10-14T00:01:47.498 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.498 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:47.498 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.499 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:47.499 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.330630+0000", 2023-10-14T00:01:47.499 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.330630+0000", 2023-10-14T00:01:47.499 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.330630+0000", 2023-10-14T00:01:47.499 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:47.500 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:47.500 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.500 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.330630+0000", 2023-10-14T00:01:47.500 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.330630+0000", 2023-10-14T00:01:47.500 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:47.501 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:47.501 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:47.501 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:47.501 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:47.501 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:47.502 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:47.502 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:47.502 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:47.502 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:47.502 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:47.502 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:47.503 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:47.503 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.3c", 2023-10-14T00:01:47.503 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:47.503 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:47.503 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:47.504 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:47.504 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:47.504 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T09:21:01.251415+0000", 2023-10-14T00:01:47.504 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:47.504 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:47.505 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:47.505 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:47.505 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:47.505 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:47.505 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:47.505 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:47.506 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:47.506 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:47.506 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:47.506 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:47.506 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:47.507 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:47.507 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:47.507 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:47.507 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:47.507 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:47.508 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:47.508 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:47.508 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:47.508 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:47.508 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:47.508 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:47.509 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:47.509 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:47.509 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:47.509 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:47.509 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:47.510 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:47.510 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:47.510 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:47.510 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:47.510 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:47.510 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:47.511 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:47.511 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:47.511 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:47.511 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:47.511 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:47.512 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:47.512 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:47.512 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:47.512 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.512 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:47.513 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:47.513 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:47.513 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:47.513 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:47.513 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:47.514 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.514 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 5, 2023-10-14T00:01:47.514 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:47.514 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.514 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:47.514 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:47.515 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:47.515 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:47.515 INFO:tasks.workunit.client.0.smithi055.stdout: 4 2023-10-14T00:01:47.515 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.515 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 7, 2023-10-14T00:01:47.516 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:47.516 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:47.516 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:47.516 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:47.516 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:47.517 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:47.517 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.329444+0000", 2023-10-14T00:01:47.517 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.342057+0000", 2023-10-14T00:01:47.517 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.342057+0000", 2023-10-14T00:01:47.517 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.342421+0000", 2023-10-14T00:01:47.517 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.329444+0000", 2023-10-14T00:01:47.518 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.518 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:47.518 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.518 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:47.518 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.329444+0000", 2023-10-14T00:01:47.519 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.329444+0000", 2023-10-14T00:01:47.519 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.329444+0000", 2023-10-14T00:01:47.519 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:47.519 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:47.519 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.520 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.329444+0000", 2023-10-14T00:01:47.520 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.329444+0000", 2023-10-14T00:01:47.520 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:47.520 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:47.520 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:47.521 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:47.521 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:47.521 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:47.521 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:47.521 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:47.522 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:47.522 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:47.522 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:47.522 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:47.522 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:47.523 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.3b", 2023-10-14T00:01:47.523 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:47.523 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:47.523 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:47.523 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:47.524 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:47.524 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T06:23:19.409120+0000", 2023-10-14T00:01:47.524 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:47.524 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:47.524 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:47.524 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:47.525 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:47.525 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:47.525 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:47.525 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:47.525 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:47.526 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:47.526 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:47.526 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:47.526 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:47.526 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:47.527 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:47.527 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:47.527 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:47.527 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:47.527 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:47.527 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:47.528 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:47.528 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:47.528 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:47.528 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:47.528 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:47.529 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:47.529 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:47.529 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:47.529 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:47.529 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:47.530 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:47.530 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:47.530 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:47.530 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:47.531 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:47.531 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:47.531 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:47.531 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:47.531 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:47.531 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:47.532 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:47.532 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:47.532 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:47.532 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.532 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:47.533 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:47.533 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:47.533 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:47.533 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:47.533 INFO:tasks.workunit.client.0.smithi055.stdout: 4 2023-10-14T00:01:47.534 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.534 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 7, 2023-10-14T00:01:47.534 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:47.534 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.534 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:47.534 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:47.535 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:47.535 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:47.535 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:47.535 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.535 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 5, 2023-10-14T00:01:47.536 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:47.536 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:47.536 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:47.536 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:47.536 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:47.537 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:47.537 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.330723+0000", 2023-10-14T00:01:47.537 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.347683+0000", 2023-10-14T00:01:47.537 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.347683+0000", 2023-10-14T00:01:47.537 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.348509+0000", 2023-10-14T00:01:47.537 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.330723+0000", 2023-10-14T00:01:47.538 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.538 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:47.538 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.538 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:47.538 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.330723+0000", 2023-10-14T00:01:47.539 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.330723+0000", 2023-10-14T00:01:47.539 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.330723+0000", 2023-10-14T00:01:47.539 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:47.539 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:47.539 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.540 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.330723+0000", 2023-10-14T00:01:47.540 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.330723+0000", 2023-10-14T00:01:47.540 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:47.540 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:47.540 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:47.540 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:47.541 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:47.541 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:47.541 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:47.541 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:47.541 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:47.542 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:47.542 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:47.542 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:47.542 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:47.542 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.3a", 2023-10-14T00:01:47.543 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:47.543 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:47.543 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:47.543 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:47.543 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:47.544 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T02:17:30.320938+0000", 2023-10-14T00:01:47.544 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:47.544 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:47.544 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:47.544 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:47.544 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:47.545 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:47.545 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:47.545 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:47.545 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:47.545 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:47.546 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:47.546 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:47.546 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:47.546 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:47.546 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:47.547 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:47.547 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:47.547 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:47.547 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:47.547 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:47.547 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:47.548 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:47.548 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:47.548 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:47.548 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:47.548 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:47.549 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:47.549 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:47.549 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:47.549 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:47.549 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:47.550 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:47.550 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:47.550 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:47.550 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:47.550 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:47.551 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:47.551 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:47.551 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:47.551 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:47.551 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:47.552 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:47.552 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:47.552 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.552 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:47.552 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:47.553 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:47.553 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:47.553 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:47.553 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:47.553 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.554 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 5, 2023-10-14T00:01:47.554 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:47.554 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.554 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:47.554 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:47.555 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:47.555 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:47.555 INFO:tasks.workunit.client.0.smithi055.stdout: 4 2023-10-14T00:01:47.555 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.555 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 7, 2023-10-14T00:01:47.556 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:47.556 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:47.556 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:47.556 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:47.556 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:47.557 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:47.557 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.328174+0000", 2023-10-14T00:01:47.557 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.348544+0000", 2023-10-14T00:01:47.557 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.348544+0000", 2023-10-14T00:01:47.557 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.348870+0000", 2023-10-14T00:01:47.557 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.328174+0000", 2023-10-14T00:01:47.558 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.558 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:47.558 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.558 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:47.558 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.328174+0000", 2023-10-14T00:01:47.559 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.328174+0000", 2023-10-14T00:01:47.559 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.328174+0000", 2023-10-14T00:01:47.559 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:47.559 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:47.559 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.560 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.328174+0000", 2023-10-14T00:01:47.560 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.328174+0000", 2023-10-14T00:01:47.560 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:47.560 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:47.560 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:47.561 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:47.561 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:47.561 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:47.561 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:47.561 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:47.562 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:47.562 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:47.562 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:47.562 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:47.562 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:47.563 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.39", 2023-10-14T00:01:47.563 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:47.563 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:47.563 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:47.564 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:47.564 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:47.564 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T09:39:04.818381+0000", 2023-10-14T00:01:47.564 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:47.564 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:47.564 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:47.565 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:47.565 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:47.565 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:47.565 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:47.565 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:47.566 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:47.566 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:47.566 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:47.566 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:47.566 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:47.567 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:47.567 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:47.567 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:47.567 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:47.567 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:47.568 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:47.568 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:47.568 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:47.568 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:47.568 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:47.569 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:47.569 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:47.569 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:47.569 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:47.569 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:47.570 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:47.570 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:47.570 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:47.570 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:47.571 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:47.571 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:47.571 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:47.571 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:47.571 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:47.571 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:47.572 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:47.572 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:47.572 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:47.572 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:47.572 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:47.573 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.573 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:47.573 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:47.573 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:47.573 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:47.574 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:47.574 INFO:tasks.workunit.client.0.smithi055.stdout: 4 2023-10-14T00:01:47.574 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.574 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 7, 2023-10-14T00:01:47.574 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:47.575 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.575 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:47.575 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:47.575 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:47.575 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:47.576 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:47.576 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.576 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 3, 2023-10-14T00:01:47.576 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:47.576 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:47.577 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:47.577 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:47.577 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:47.577 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:47.577 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.321151+0000", 2023-10-14T00:01:47.578 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.341415+0000", 2023-10-14T00:01:47.578 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.341415+0000", 2023-10-14T00:01:47.578 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.341743+0000", 2023-10-14T00:01:47.578 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.321151+0000", 2023-10-14T00:01:47.578 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.579 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:47.579 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.579 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:47.579 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.321151+0000", 2023-10-14T00:01:47.579 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.321151+0000", 2023-10-14T00:01:47.580 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.321151+0000", 2023-10-14T00:01:47.580 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:47.580 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:47.580 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.580 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.321151+0000", 2023-10-14T00:01:47.580 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.321151+0000", 2023-10-14T00:01:47.581 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:47.581 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:47.581 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:47.581 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:47.581 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:47.582 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:47.582 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:47.582 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:47.582 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:47.582 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:47.583 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:47.583 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:47.583 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:47.583 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.38", 2023-10-14T00:01:47.583 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:47.584 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:47.584 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:47.584 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:47.584 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:47.584 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T03:08:03.893964+0000", 2023-10-14T00:01:47.585 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:47.585 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:47.585 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:47.585 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:47.585 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:47.586 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:47.586 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:47.586 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:47.586 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:47.586 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:47.587 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:47.587 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:47.587 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:47.587 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:47.587 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:47.588 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:47.588 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:47.588 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:47.588 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:47.588 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:47.589 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:47.589 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:47.589 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:47.589 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:47.589 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:47.590 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:47.590 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:47.590 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:47.590 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:47.591 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:47.591 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:47.591 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:47.591 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:47.591 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:47.592 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:47.592 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:47.592 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:47.592 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:47.592 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:47.593 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:47.593 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:47.593 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:47.593 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:47.593 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.594 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:47.594 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:47.594 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:47.594 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:47.594 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:47.595 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:47.595 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.595 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 3, 2023-10-14T00:01:47.595 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:47.595 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.596 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:47.596 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:47.596 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:47.596 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:47.596 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:47.597 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.597 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 7, 2023-10-14T00:01:47.597 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:47.597 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:47.597 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:47.597 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:47.598 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:47.598 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:47.598 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.329198+0000", 2023-10-14T00:01:47.598 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.349281+0000", 2023-10-14T00:01:47.598 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.349281+0000", 2023-10-14T00:01:47.599 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.350211+0000", 2023-10-14T00:01:47.599 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.329198+0000", 2023-10-14T00:01:47.599 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.599 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:47.600 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.600 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:47.600 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.329198+0000", 2023-10-14T00:01:47.600 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.329198+0000", 2023-10-14T00:01:47.600 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.329198+0000", 2023-10-14T00:01:47.601 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:47.601 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:47.601 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.601 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.329198+0000", 2023-10-14T00:01:47.601 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.329198+0000", 2023-10-14T00:01:47.601 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:47.602 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:47.602 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:47.602 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:47.602 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:47.603 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:47.603 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:47.603 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:47.603 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:47.603 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:47.603 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:47.604 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:47.604 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:47.604 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.37", 2023-10-14T00:01:47.604 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:47.604 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:47.605 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:47.605 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:47.605 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:47.605 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T01:30:46.887219+0000", 2023-10-14T00:01:47.606 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:47.606 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:47.606 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:47.606 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:47.606 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:47.607 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:47.607 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:47.607 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:47.607 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:47.607 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:47.608 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:47.608 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:47.608 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:47.608 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:47.608 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:47.609 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:47.609 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:47.609 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:47.609 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:47.609 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:47.610 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:47.610 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:47.610 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:47.610 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:47.610 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:47.611 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:47.611 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:47.611 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:47.611 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:47.611 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:47.611 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:47.612 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:47.612 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:47.612 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:47.612 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:47.612 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:47.613 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:47.613 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:47.613 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:47.613 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:47.613 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:47.614 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:47.614 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:47.614 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.614 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:47.614 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:47.615 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:47.615 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:47.615 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:47.615 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:47.615 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.616 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 7, 2023-10-14T00:01:47.616 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:47.616 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.616 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:47.616 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:47.617 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:47.617 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:47.617 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:47.617 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.617 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 6, 2023-10-14T00:01:47.617 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:47.618 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:47.618 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:47.618 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:47.618 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:47.619 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:47.619 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.332454+0000", 2023-10-14T00:01:47.619 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.338911+0000", 2023-10-14T00:01:47.619 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.338911+0000", 2023-10-14T00:01:47.619 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.339210+0000", 2023-10-14T00:01:47.619 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.332454+0000", 2023-10-14T00:01:47.620 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.620 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:47.620 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.620 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:47.620 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.332454+0000", 2023-10-14T00:01:47.621 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.332454+0000", 2023-10-14T00:01:47.621 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.332454+0000", 2023-10-14T00:01:47.621 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:47.621 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:47.621 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.622 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.332454+0000", 2023-10-14T00:01:47.622 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.332454+0000", 2023-10-14T00:01:47.622 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:47.622 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:47.623 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:47.623 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:47.623 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:47.623 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:47.623 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:47.623 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:47.624 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:47.624 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:47.624 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:47.624 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:47.624 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:47.625 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.36", 2023-10-14T00:01:47.625 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:47.625 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:47.625 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:47.625 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:47.626 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:47.626 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T00:50:38.162061+0000", 2023-10-14T00:01:47.626 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:47.626 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:47.626 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:47.627 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:47.627 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:47.627 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:47.627 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:47.627 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:47.628 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:47.628 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:47.628 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:47.628 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:47.628 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:47.629 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:47.629 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:47.629 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:47.629 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:47.629 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:47.630 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:47.630 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:47.630 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:47.630 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:47.630 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:47.631 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:47.631 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:47.631 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:47.631 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:47.631 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:47.632 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:47.632 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:47.632 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:47.632 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:47.632 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:47.633 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:47.633 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:47.633 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:47.633 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:47.633 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:47.634 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:47.634 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:47.634 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:47.634 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:47.634 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:47.635 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.635 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:47.635 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:47.635 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:47.635 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:47.636 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:47.636 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:47.636 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.636 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 6, 2023-10-14T00:01:47.636 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:47.636 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.637 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:47.637 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:47.637 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:47.637 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:47.637 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:47.638 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.638 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 6, 2023-10-14T00:01:47.638 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:47.638 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:47.638 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:47.639 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:47.639 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:47.639 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:47.639 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.332741+0000", 2023-10-14T00:01:47.639 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.349395+0000", 2023-10-14T00:01:47.640 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.349395+0000", 2023-10-14T00:01:47.640 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.349774+0000", 2023-10-14T00:01:47.640 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.332741+0000", 2023-10-14T00:01:47.640 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.640 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:47.641 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.641 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:47.641 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.332741+0000", 2023-10-14T00:01:47.641 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.332741+0000", 2023-10-14T00:01:47.641 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.332741+0000", 2023-10-14T00:01:47.642 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:47.642 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:47.642 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.642 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.332741+0000", 2023-10-14T00:01:47.642 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.332741+0000", 2023-10-14T00:01:47.643 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:47.643 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:47.646 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:47.646 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:47.646 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:47.647 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:47.647 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:47.647 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:47.647 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:47.647 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:47.648 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:47.648 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:47.648 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:47.648 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.35", 2023-10-14T00:01:47.648 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:47.649 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:47.649 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:47.649 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:47.649 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:47.649 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T01:14:38.112670+0000", 2023-10-14T00:01:47.650 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:47.650 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:47.650 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:47.650 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:47.651 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:47.651 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:47.651 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:47.651 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:47.651 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:47.652 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:47.652 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:47.652 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:47.652 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:47.652 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:47.653 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:47.653 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:47.653 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:47.653 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:47.653 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:47.653 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:47.654 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:47.654 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:47.654 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:47.654 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:47.654 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:47.655 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:47.655 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:47.655 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:47.655 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:47.655 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:47.656 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:47.656 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:47.656 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:47.656 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:47.656 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:47.657 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:47.657 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:47.657 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:47.657 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:47.657 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:47.658 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:47.658 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:47.658 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:47.658 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.658 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:47.659 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:47.659 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:47.659 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:47.659 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:47.659 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:47.660 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.660 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 6, 2023-10-14T00:01:47.660 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:47.660 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.660 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:47.661 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:47.661 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:47.661 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:47.661 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:47.661 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.662 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 4, 2023-10-14T00:01:47.662 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:47.662 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:47.662 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:47.662 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:47.663 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:47.663 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:47.663 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.327004+0000", 2023-10-14T00:01:47.663 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.349281+0000", 2023-10-14T00:01:47.663 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.349281+0000", 2023-10-14T00:01:47.663 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.349567+0000", 2023-10-14T00:01:47.664 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.327004+0000", 2023-10-14T00:01:47.664 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.664 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:47.664 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.664 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:47.665 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.327004+0000", 2023-10-14T00:01:47.665 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.327004+0000", 2023-10-14T00:01:47.665 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.327004+0000", 2023-10-14T00:01:47.665 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:47.665 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:47.666 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.666 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.327004+0000", 2023-10-14T00:01:47.666 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.327004+0000", 2023-10-14T00:01:47.666 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:47.666 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:47.666 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:47.667 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:47.667 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:47.667 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:47.667 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:47.667 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:47.668 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:47.668 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:47.668 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:47.668 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:47.668 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:47.669 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.34", 2023-10-14T00:01:47.669 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:47.669 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:47.669 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:47.669 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:47.670 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:47.670 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T06:54:12.146728+0000", 2023-10-14T00:01:47.670 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:47.670 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:47.671 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:47.671 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:47.671 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:47.671 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:47.671 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:47.671 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:47.672 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:47.672 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:47.672 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:47.672 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:47.672 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:47.673 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:47.673 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:47.673 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:47.673 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:47.673 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:47.674 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:47.674 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:47.674 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:47.674 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:47.674 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:47.675 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:47.675 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:47.675 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:47.675 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:47.675 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:47.676 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:47.676 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:47.676 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:47.676 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:47.676 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:47.677 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:47.677 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:47.677 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:47.677 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:47.677 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:47.678 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:47.678 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:47.678 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:47.678 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:47.678 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:47.679 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.679 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:47.679 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:47.679 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:47.679 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:47.679 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:47.680 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:47.680 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.680 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 4, 2023-10-14T00:01:47.680 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:47.680 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.681 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:47.681 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:47.681 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:47.681 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:47.681 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:47.682 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.682 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 3, 2023-10-14T00:01:47.682 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:47.682 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:47.682 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:47.682 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:47.683 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:47.683 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:47.683 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.321573+0000", 2023-10-14T00:01:47.683 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.349657+0000", 2023-10-14T00:01:47.683 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.349657+0000", 2023-10-14T00:01:47.684 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.352244+0000", 2023-10-14T00:01:47.684 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.321573+0000", 2023-10-14T00:01:47.684 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.684 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:47.684 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.685 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:47.685 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.321573+0000", 2023-10-14T00:01:47.685 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.321573+0000", 2023-10-14T00:01:47.685 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.321573+0000", 2023-10-14T00:01:47.685 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:47.686 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:47.686 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.686 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.321573+0000", 2023-10-14T00:01:47.686 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.321573+0000", 2023-10-14T00:01:47.686 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:47.687 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:47.687 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:47.687 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:47.687 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:47.687 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:47.687 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:47.688 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:47.688 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:47.688 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:47.688 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:47.688 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:47.689 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:47.689 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.33", 2023-10-14T00:01:47.689 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:47.689 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:47.689 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:47.690 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:47.690 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:47.690 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T05:17:46.052581+0000", 2023-10-14T00:01:47.690 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:47.690 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:47.691 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:47.691 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:47.691 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:47.691 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:47.691 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:47.692 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:47.692 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:47.692 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:47.692 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:47.692 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:47.692 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:47.693 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:47.693 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:47.693 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:47.693 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:47.693 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:47.694 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:47.694 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:47.694 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:47.694 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:47.694 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:47.695 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:47.695 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:47.695 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:47.695 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:47.695 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:47.695 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:47.696 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:47.696 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:47.696 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:47.696 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:47.696 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:47.697 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:47.697 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:47.697 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:47.697 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:47.697 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:47.698 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:47.698 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:47.698 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:47.698 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:47.698 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.699 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:47.699 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:47.699 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:47.699 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:47.699 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:47.699 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:47.700 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.700 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 3, 2023-10-14T00:01:47.700 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:47.700 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.700 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:47.701 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:47.701 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:47.701 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:47.701 INFO:tasks.workunit.client.0.smithi055.stdout: 5 2023-10-14T00:01:47.701 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.702 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 0, 2023-10-14T00:01:47.702 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:47.702 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:47.702 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:47.702 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:47.702 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:47.703 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:47.703 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.325014+0000", 2023-10-14T00:01:47.703 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.344890+0000", 2023-10-14T00:01:47.703 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.344890+0000", 2023-10-14T00:01:47.703 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.345399+0000", 2023-10-14T00:01:47.704 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.325014+0000", 2023-10-14T00:01:47.704 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.704 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:47.704 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.704 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:47.705 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.325014+0000", 2023-10-14T00:01:47.705 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.325014+0000", 2023-10-14T00:01:47.705 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.325014+0000", 2023-10-14T00:01:47.705 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:47.705 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:47.706 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.706 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.325014+0000", 2023-10-14T00:01:47.706 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.325014+0000", 2023-10-14T00:01:47.706 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:47.706 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:47.707 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:47.707 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:47.707 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:47.707 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:47.707 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:47.708 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:47.708 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:47.708 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:47.708 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:47.708 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:47.709 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:47.709 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.32", 2023-10-14T00:01:47.709 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:47.709 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:47.709 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:47.710 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:47.710 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:47.710 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T07:33:51.633119+0000", 2023-10-14T00:01:47.710 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:47.711 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:47.711 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:47.711 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:47.711 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:47.711 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:47.711 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:47.712 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:47.712 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:47.712 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:47.712 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:47.712 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:47.713 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:47.713 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:47.713 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:47.713 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:47.713 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:47.714 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:47.714 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:47.714 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:47.714 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:47.714 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:47.715 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:47.715 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:47.715 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:47.715 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:47.715 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:47.716 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:47.716 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:47.716 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:47.716 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:47.716 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:47.717 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:47.717 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:47.717 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:47.717 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:47.717 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:47.718 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:47.718 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:47.718 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:47.718 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:47.718 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:47.718 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:47.719 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.719 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:47.719 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:47.719 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:47.719 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:47.720 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:47.720 INFO:tasks.workunit.client.0.smithi055.stdout: 5 2023-10-14T00:01:47.720 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.720 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 0, 2023-10-14T00:01:47.720 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:47.721 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.721 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:47.721 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:47.721 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:47.721 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:47.722 INFO:tasks.workunit.client.0.smithi055.stdout: 5 2023-10-14T00:01:47.722 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.722 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 1, 2023-10-14T00:01:47.722 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:47.722 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:47.722 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:47.723 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:47.723 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:47.723 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:47.723 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.324218+0000", 2023-10-14T00:01:47.723 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.346629+0000", 2023-10-14T00:01:47.724 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.346629+0000", 2023-10-14T00:01:47.724 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.346941+0000", 2023-10-14T00:01:47.724 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.324218+0000", 2023-10-14T00:01:47.724 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.724 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:47.725 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.725 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:47.725 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.324218+0000", 2023-10-14T00:01:47.725 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.324218+0000", 2023-10-14T00:01:47.725 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.324218+0000", 2023-10-14T00:01:47.726 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:47.726 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:47.726 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.726 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.324218+0000", 2023-10-14T00:01:47.726 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.324218+0000", 2023-10-14T00:01:47.727 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:47.727 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:47.727 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:47.727 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:47.727 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:47.727 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:47.728 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:47.728 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:47.728 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:47.728 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:47.729 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:47.729 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:47.729 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:47.729 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.31", 2023-10-14T00:01:47.729 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:47.730 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:47.730 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:47.730 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:47.730 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:47.730 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T07:15:31.237095+0000", 2023-10-14T00:01:47.731 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:47.731 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:47.731 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:47.731 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:47.731 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:47.732 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:47.732 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:47.732 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:47.732 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:47.733 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:47.733 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:47.733 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:47.733 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:47.733 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:47.734 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:47.734 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:47.734 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:47.734 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:47.734 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:47.735 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:47.735 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:47.735 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:47.735 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:47.735 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:47.736 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:47.736 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:47.736 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:47.736 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:47.736 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:47.737 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:47.737 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:47.737 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:47.737 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:47.737 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:47.737 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:47.738 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:47.738 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:47.738 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:47.738 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:47.738 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:47.739 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:47.739 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:47.739 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:47.739 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.739 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:47.740 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:47.740 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:47.740 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:47.740 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:47.740 INFO:tasks.workunit.client.0.smithi055.stdout: 5 2023-10-14T00:01:47.740 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.741 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 1, 2023-10-14T00:01:47.741 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:47.741 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.741 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:47.741 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:47.742 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:47.742 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:47.742 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:47.742 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.742 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 5, 2023-10-14T00:01:47.743 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:47.743 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:47.743 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:47.743 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:47.743 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:47.744 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:47.744 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:04.412497+0000", 2023-10-14T00:01:47.744 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-14T00:01:04.412145+0000", 2023-10-14T00:01:47.744 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-14T00:01:04.412145+0000", 2023-10-14T00:01:47.744 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-14T00:01:04.412497+0000", 2023-10-14T00:01:47.745 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:04.412497+0000", 2023-10-14T00:01:47.745 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.745 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:47.745 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.745 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 65, 2023-10-14T00:01:47.745 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:04.412497+0000", 2023-10-14T00:01:47.746 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:04.412497+0000", 2023-10-14T00:01:47.746 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:04.412497+0000", 2023-10-14T00:01:47.746 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:47.746 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:47.746 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.747 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:04.412497+0000", 2023-10-14T00:01:47.747 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:04.412497+0000", 2023-10-14T00:01:47.747 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:47.747 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:47.747 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:47.748 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:47.748 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 64, 2023-10-14T00:01:47.748 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:47.748 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:47.748 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:47.749 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:47.749 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:47.749 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:47.749 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:47.749 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:47.750 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.30", 2023-10-14T00:01:47.750 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:47.750 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:47.750 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 65, 2023-10-14T00:01:47.750 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 26, 2023-10-14T00:01:47.751 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:47.751 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T02:17:38.192792+0000", 2023-10-14T00:01:47.751 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:47.751 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:47.751 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:47.752 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:47.752 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:47.752 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:47.752 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:47.752 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:47.752 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:47.753 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:47.753 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:47.753 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:47.753 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:47.753 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:47.754 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:47.754 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:47.754 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:47.754 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:47.754 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:47.755 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:47.755 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:47.755 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:47.755 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:47.756 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:47.756 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:47.756 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:47.756 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:47.756 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:47.757 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:47.757 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:47.757 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:47.757 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:47.757 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:47.757 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:47.758 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:47.758 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:47.758 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:47.758 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:47.758 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:47.759 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:47.759 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:47.759 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:47.759 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:47.760 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.760 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:47.760 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:47.760 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:47.760 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:47.761 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:47.761 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:47.761 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.761 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 5, 2023-10-14T00:01:47.761 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:47.761 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.762 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:47.762 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:47.762 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:47.762 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:47.762 INFO:tasks.workunit.client.0.smithi055.stdout: 4 2023-10-14T00:01:47.763 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.763 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 5, 2023-10-14T00:01:47.763 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:47.763 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:47.763 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:47.764 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:47.764 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:47.764 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:47.764 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.331183+0000", 2023-10-14T00:01:47.764 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.334645+0000", 2023-10-14T00:01:47.765 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.334645+0000", 2023-10-14T00:01:47.765 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.335737+0000", 2023-10-14T00:01:47.765 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.331183+0000", 2023-10-14T00:01:47.765 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.765 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:47.766 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.766 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:47.766 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.331183+0000", 2023-10-14T00:01:47.766 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.331183+0000", 2023-10-14T00:01:47.766 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.331183+0000", 2023-10-14T00:01:47.767 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:47.767 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:47.767 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.767 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.331183+0000", 2023-10-14T00:01:47.767 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.331183+0000", 2023-10-14T00:01:47.768 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:47.768 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:47.768 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:47.768 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:47.768 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:47.769 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:47.769 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:47.769 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:47.769 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:47.769 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:47.769 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:47.770 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:47.770 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:47.770 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.2f", 2023-10-14T00:01:47.770 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:47.770 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:47.771 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:47.771 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:47.771 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:47.771 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T07:39:13.192067+0000", 2023-10-14T00:01:47.771 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:47.772 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:47.772 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:47.772 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:47.772 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:47.772 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:47.773 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:47.773 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:47.773 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:47.773 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:47.773 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:47.774 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:47.774 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:47.774 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:47.774 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:47.774 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:47.775 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:47.775 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:47.775 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:47.775 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:47.775 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:47.776 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:47.776 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:47.776 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:47.776 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:47.777 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:47.777 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:47.777 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:47.777 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:47.777 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:47.778 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:47.778 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:47.778 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:47.778 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:47.778 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:47.779 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:47.779 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:47.779 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:47.779 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:47.779 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:47.780 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:47.780 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:47.780 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:47.780 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.780 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:47.781 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:47.781 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:47.781 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:47.781 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:47.782 INFO:tasks.workunit.client.0.smithi055.stdout: 4 2023-10-14T00:01:47.782 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.782 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 5, 2023-10-14T00:01:47.782 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:47.782 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.783 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:47.783 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:47.783 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:47.783 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:47.783 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:47.784 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.784 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 2, 2023-10-14T00:01:47.784 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:47.784 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:47.784 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:47.785 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:47.785 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:47.785 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:47.785 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.319515+0000", 2023-10-14T00:01:47.785 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.335528+0000", 2023-10-14T00:01:47.786 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.335528+0000", 2023-10-14T00:01:47.786 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.335890+0000", 2023-10-14T00:01:47.786 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.319515+0000", 2023-10-14T00:01:47.786 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.786 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:47.787 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.787 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:47.787 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.319515+0000", 2023-10-14T00:01:47.787 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.319515+0000", 2023-10-14T00:01:47.787 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.319515+0000", 2023-10-14T00:01:47.788 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:47.788 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:47.788 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.788 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.319515+0000", 2023-10-14T00:01:47.788 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.319515+0000", 2023-10-14T00:01:47.789 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:47.789 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:47.789 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:47.789 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:47.789 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:47.790 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:47.790 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:47.790 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:47.790 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:47.790 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:47.791 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:47.791 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:47.791 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:47.791 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.2e", 2023-10-14T00:01:47.791 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:47.792 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:47.792 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:47.792 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:47.792 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:47.792 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T01:32:05.096732+0000", 2023-10-14T00:01:47.792 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:47.793 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:47.793 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:47.793 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:47.793 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:47.793 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:47.794 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:47.794 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:47.794 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:47.794 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:47.794 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:47.795 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:47.795 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:47.795 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:47.795 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:47.795 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:47.796 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:47.796 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:47.796 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:47.796 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:47.796 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:47.797 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:47.797 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:47.797 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:47.797 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:47.797 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:47.798 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:47.798 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:47.798 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:47.798 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:47.798 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:47.799 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:47.799 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:47.799 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:47.799 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:47.799 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:47.800 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:47.800 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:47.800 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:47.800 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:47.800 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:47.801 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:47.801 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:47.801 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.801 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:47.801 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:47.801 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:47.802 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:47.802 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:47.802 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:47.802 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.802 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 2, 2023-10-14T00:01:47.803 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:47.803 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.803 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:47.803 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:47.803 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:47.804 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:47.804 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:47.804 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.804 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 7, 2023-10-14T00:01:47.804 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:47.805 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:47.805 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:47.805 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:47.805 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:47.805 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:47.805 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.328263+0000", 2023-10-14T00:01:47.806 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.335881+0000", 2023-10-14T00:01:47.806 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.335881+0000", 2023-10-14T00:01:47.806 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.337333+0000", 2023-10-14T00:01:47.806 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.328263+0000", 2023-10-14T00:01:47.806 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.807 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:47.807 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.807 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:47.807 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.328263+0000", 2023-10-14T00:01:47.807 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.328263+0000", 2023-10-14T00:01:47.808 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.328263+0000", 2023-10-14T00:01:47.808 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:47.808 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:47.808 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.808 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.328263+0000", 2023-10-14T00:01:47.809 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.328263+0000", 2023-10-14T00:01:47.809 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:47.809 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:47.809 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:47.809 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:47.810 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:47.810 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:47.810 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:47.810 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:47.810 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:47.811 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:47.811 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:47.811 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:47.811 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:47.811 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.2d", 2023-10-14T00:01:47.812 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:47.812 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:47.812 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:47.812 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:47.812 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:47.813 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T09:03:19.467776+0000", 2023-10-14T00:01:47.813 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:47.813 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:47.813 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:47.813 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:47.814 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:47.814 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:47.814 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:47.814 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:47.814 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:47.815 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:47.815 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:47.815 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:47.815 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:47.815 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:47.816 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:47.816 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:47.816 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:47.816 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:47.816 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:47.817 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:47.817 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:47.817 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:47.817 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:47.817 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:47.818 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:47.818 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:47.818 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:47.818 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:47.818 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:47.819 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:47.819 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:47.819 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:47.819 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:47.819 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:47.820 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:47.820 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:47.820 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:47.820 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:47.820 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:47.821 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:47.821 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:47.821 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:47.821 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:47.821 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.822 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:47.822 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:47.822 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:47.822 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:47.822 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:47.823 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:47.823 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.823 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 7, 2023-10-14T00:01:47.823 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:47.823 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.824 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:47.824 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:47.824 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:47.824 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:47.824 INFO:tasks.workunit.client.0.smithi055.stdout: 4 2023-10-14T00:01:47.825 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.825 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 0, 2023-10-14T00:01:47.825 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:47.825 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:47.825 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:47.826 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:47.826 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:47.826 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:47.826 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.326657+0000", 2023-10-14T00:01:47.826 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.708630+0000", 2023-10-14T00:01:47.827 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.708630+0000", 2023-10-14T00:01:47.827 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.708933+0000", 2023-10-14T00:01:47.827 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.326657+0000", 2023-10-14T00:01:47.827 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:47.827 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:47.828 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:47.828 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:47.828 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.326657+0000", 2023-10-14T00:01:47.828 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.326657+0000", 2023-10-14T00:01:47.828 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.326657+0000", 2023-10-14T00:01:47.828 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:47.829 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:47.829 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:47.829 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.326657+0000", 2023-10-14T00:01:47.829 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.326657+0000", 2023-10-14T00:01:47.829 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:47.830 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 4, 2023-10-14T00:01:47.830 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:47.830 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:47.830 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:47.830 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:47.831 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:47.831 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:47.831 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:47.831 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 4, 2023-10-14T00:01:47.832 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:47.832 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:47.832 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:47.832 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.1f", 2023-10-14T00:01:47.832 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:47.833 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:47.833 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:47.833 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 21, 2023-10-14T00:01:47.833 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:47.833 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T06:48:26.305881+0000", 2023-10-14T00:01:47.834 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:47.834 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:47.834 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:47.834 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 554, 2023-10-14T00:01:47.834 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:47.835 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:47.835 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:47.835 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:47.835 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:47.835 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:47.836 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:47.836 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:47.836 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:47.836 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:47.836 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:47.837 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:47.837 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:47.837 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:47.837 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:47.837 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 6, 2023-10-14T00:01:47.838 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 2, 2023-10-14T00:01:47.838 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:47.838 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 2, 2023-10-14T00:01:47.838 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:47.838 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:47.838 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:47.839 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:47.839 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:47.839 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 1, 2023-10-14T00:01:47.839 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:47.840 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:47.840 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:47.840 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:47.840 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:47.840 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:47.841 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:47.841 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:47.841 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:47.841 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:47.841 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:47.842 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:47.842 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 4, 2023-10-14T00:01:47.842 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 1 2023-10-14T00:01:47.842 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.842 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:47.843 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:47.843 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:47.843 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:47.843 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:47.843 INFO:tasks.workunit.client.0.smithi055.stdout: 4 2023-10-14T00:01:47.844 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.844 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 0, 2023-10-14T00:01:47.844 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "58'4" 2023-10-14T00:01:47.844 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.844 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:47.845 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:47.845 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:47.845 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:47.845 INFO:tasks.workunit.client.0.smithi055.stdout: 2 2023-10-14T00:01:47.845 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.846 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 3, 2023-10-14T00:01:47.846 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:47.846 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:47.846 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:47.846 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:47.847 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:47.847 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:47.847 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.322017+0000", 2023-10-14T00:01:47.847 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.341495+0000", 2023-10-14T00:01:47.847 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.341495+0000", 2023-10-14T00:01:47.848 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.342165+0000", 2023-10-14T00:01:47.848 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.322017+0000", 2023-10-14T00:01:47.848 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.848 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:47.848 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.848 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:47.849 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.322017+0000", 2023-10-14T00:01:47.849 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.322017+0000", 2023-10-14T00:01:47.849 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.322017+0000", 2023-10-14T00:01:47.849 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:47.849 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:47.850 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.850 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.322017+0000", 2023-10-14T00:01:47.850 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.322017+0000", 2023-10-14T00:01:47.850 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:47.850 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:47.851 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:47.851 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:47.851 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:47.851 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:47.851 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:47.852 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:47.852 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:47.852 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:47.852 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:47.852 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:47.853 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:47.853 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.1e", 2023-10-14T00:01:47.853 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:47.853 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:47.853 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:47.854 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:47.854 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:47.854 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T00:48:31.165868+0000", 2023-10-14T00:01:47.854 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:47.854 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:47.855 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:47.855 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:47.855 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:47.855 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:47.855 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:47.856 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:47.856 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:47.856 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:47.856 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:47.856 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:47.857 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:47.857 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:47.857 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:47.857 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:47.857 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:47.858 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:47.858 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:47.858 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:47.858 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:47.858 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:47.859 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:47.859 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:47.859 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:47.859 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:47.859 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:47.860 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:47.860 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:47.860 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:47.860 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:47.860 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:47.861 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:47.861 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:47.861 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:47.861 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:47.861 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:47.862 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:47.862 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:47.862 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:47.862 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:47.862 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:47.863 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:47.863 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.863 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:47.863 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:47.864 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:47.864 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:47.864 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:47.864 INFO:tasks.workunit.client.0.smithi055.stdout: 2 2023-10-14T00:01:47.864 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.864 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 3, 2023-10-14T00:01:47.865 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:47.865 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.865 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:47.865 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:47.865 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:47.866 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:47.866 INFO:tasks.workunit.client.0.smithi055.stdout: 5 2023-10-14T00:01:47.866 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.866 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 3, 2023-10-14T00:01:47.866 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:47.867 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:47.867 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:47.867 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:47.867 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:47.867 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:47.868 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.322037+0000", 2023-10-14T00:01:47.868 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.716580+0000", 2023-10-14T00:01:47.868 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.716580+0000", 2023-10-14T00:01:47.868 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.716880+0000", 2023-10-14T00:01:47.868 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.322037+0000", 2023-10-14T00:01:47.869 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:47.869 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:47.869 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:47.869 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:47.869 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.322037+0000", 2023-10-14T00:01:47.870 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.322037+0000", 2023-10-14T00:01:47.870 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.322037+0000", 2023-10-14T00:01:47.870 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:47.870 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:47.871 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:47.871 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.322037+0000", 2023-10-14T00:01:47.871 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.322037+0000", 2023-10-14T00:01:47.871 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:47.871 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 1, 2023-10-14T00:01:47.871 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:47.872 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:47.872 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:47.872 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:47.872 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:47.872 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:47.873 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:47.873 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 1, 2023-10-14T00:01:47.873 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:47.873 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:47.873 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:47.874 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.1e", 2023-10-14T00:01:47.874 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:47.874 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:47.874 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:47.874 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 18, 2023-10-14T00:01:47.875 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:47.875 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T01:14:08.455624+0000", 2023-10-14T00:01:47.875 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:47.875 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:47.875 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:47.876 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:47.876 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:47.876 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:47.876 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:47.876 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:47.876 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:47.877 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:47.877 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:47.877 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:47.877 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:47.877 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:47.878 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:47.878 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:47.878 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:47.878 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:47.878 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:47.879 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:47.879 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:47.879 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:47.879 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:47.879 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:47.880 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:47.880 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:47.880 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:47.880 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:47.880 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:47.881 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:47.881 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:47.881 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:47.881 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:47.881 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:47.882 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:47.882 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:47.882 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:47.882 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:47.882 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:47.883 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:47.883 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:47.883 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:47.883 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:47.883 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.884 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:47.884 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:47.884 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:47.884 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:47.884 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:47.885 INFO:tasks.workunit.client.0.smithi055.stdout: 5 2023-10-14T00:01:47.885 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.885 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 3, 2023-10-14T00:01:47.885 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "58'1" 2023-10-14T00:01:47.885 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.885 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:47.886 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:47.886 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:47.886 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:47.886 INFO:tasks.workunit.client.0.smithi055.stdout: 2 2023-10-14T00:01:47.886 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.887 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 0, 2023-10-14T00:01:47.887 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:47.887 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:47.887 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:47.887 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:47.888 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:47.888 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:47.888 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.326498+0000", 2023-10-14T00:01:47.888 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.346344+0000", 2023-10-14T00:01:47.888 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.346344+0000", 2023-10-14T00:01:47.889 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.346685+0000", 2023-10-14T00:01:47.889 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.326498+0000", 2023-10-14T00:01:47.889 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.889 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:47.889 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.890 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:47.890 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.326498+0000", 2023-10-14T00:01:47.890 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.326498+0000", 2023-10-14T00:01:47.890 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.326498+0000", 2023-10-14T00:01:47.890 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:47.891 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:47.891 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.891 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.326498+0000", 2023-10-14T00:01:47.891 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.326498+0000", 2023-10-14T00:01:47.891 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:47.892 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:47.892 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:47.892 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:47.892 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:47.892 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:47.893 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:47.893 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:47.893 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:47.893 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:47.893 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:47.894 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:47.894 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:47.894 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.1f", 2023-10-14T00:01:47.894 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:47.894 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:47.894 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:47.895 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:47.895 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:47.895 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T02:05:31.503332+0000", 2023-10-14T00:01:47.895 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:47.896 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:47.896 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:47.896 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:47.896 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:47.896 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:47.897 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:47.897 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:47.897 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:47.897 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:47.897 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:47.898 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:47.898 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:47.898 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:47.898 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:47.898 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:47.899 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:47.899 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:47.899 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:47.899 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:47.899 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:47.899 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:47.900 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:47.900 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:47.900 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:47.900 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:47.900 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:47.901 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:47.901 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:47.901 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:47.901 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:47.901 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:47.902 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:47.902 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:47.902 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:47.902 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:47.902 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:47.902 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:47.903 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:47.903 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:47.903 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:47.903 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:47.903 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:47.904 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.904 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:47.904 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:47.904 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:47.904 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:47.905 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:47.905 INFO:tasks.workunit.client.0.smithi055.stdout: 2 2023-10-14T00:01:47.905 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.905 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 0, 2023-10-14T00:01:47.905 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:47.905 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.906 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:47.906 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:47.906 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:47.906 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:47.906 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:47.907 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.907 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 7, 2023-10-14T00:01:47.907 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:47.907 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:47.907 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:47.908 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:47.908 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:47.908 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:47.908 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.329180+0000", 2023-10-14T00:01:47.908 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.706810+0000", 2023-10-14T00:01:47.909 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.706810+0000", 2023-10-14T00:01:47.909 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.707208+0000", 2023-10-14T00:01:47.909 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.329180+0000", 2023-10-14T00:01:47.909 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:47.909 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:47.910 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:47.910 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:47.910 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.329180+0000", 2023-10-14T00:01:47.910 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.329180+0000", 2023-10-14T00:01:47.910 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.329180+0000", 2023-10-14T00:01:47.911 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:47.911 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:47.911 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:47.911 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.329180+0000", 2023-10-14T00:01:47.911 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.329180+0000", 2023-10-14T00:01:47.911 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:47.912 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 2, 2023-10-14T00:01:47.912 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:47.912 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:47.912 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:47.912 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:47.913 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:47.913 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:47.913 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:47.913 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 2, 2023-10-14T00:01:47.913 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:47.914 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:47.914 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:47.914 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.1d", 2023-10-14T00:01:47.914 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:47.914 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:47.915 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:47.915 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 19, 2023-10-14T00:01:47.915 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:47.915 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T03:17:11.713206+0000", 2023-10-14T00:01:47.915 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:47.915 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:47.916 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:47.916 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:47.916 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:47.916 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:47.916 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:47.917 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:47.917 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:47.917 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:47.917 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:47.917 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:47.918 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:47.918 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:47.918 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:47.918 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:47.918 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:47.918 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:47.919 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:47.919 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 3, 2023-10-14T00:01:47.919 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 1, 2023-10-14T00:01:47.919 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:47.919 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 1, 2023-10-14T00:01:47.920 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:47.920 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:47.920 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:47.920 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:47.920 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:47.921 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 1, 2023-10-14T00:01:47.921 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:47.921 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:47.921 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:47.921 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:47.922 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:47.922 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:47.922 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:47.922 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:47.922 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:47.923 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:47.923 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:47.923 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:47.923 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 3, 2023-10-14T00:01:47.923 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:47.924 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.924 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:47.924 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:47.924 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:47.924 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:47.925 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:47.925 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:47.925 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.925 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 7, 2023-10-14T00:01:47.925 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "58'2" 2023-10-14T00:01:47.926 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.926 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:47.926 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:47.926 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:47.926 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:47.927 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:47.927 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.927 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 5, 2023-10-14T00:01:47.927 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:47.927 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:47.928 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:47.928 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:47.928 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:47.928 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:47.928 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.330883+0000", 2023-10-14T00:01:47.929 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.338783+0000", 2023-10-14T00:01:47.929 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.338783+0000", 2023-10-14T00:01:47.929 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.339102+0000", 2023-10-14T00:01:47.929 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.330883+0000", 2023-10-14T00:01:47.929 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.930 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:47.930 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.930 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:47.930 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.330883+0000", 2023-10-14T00:01:47.930 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.330883+0000", 2023-10-14T00:01:47.931 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.330883+0000", 2023-10-14T00:01:47.931 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:47.931 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:47.931 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.931 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.330883+0000", 2023-10-14T00:01:47.931 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.330883+0000", 2023-10-14T00:01:47.932 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:47.932 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:47.932 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:47.932 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:47.932 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:47.933 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:47.933 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:47.933 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:47.933 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:47.933 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:47.934 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:47.934 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:47.934 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:47.934 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.1c", 2023-10-14T00:01:47.934 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:47.935 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:47.935 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:47.935 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:47.935 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:47.935 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T07:32:43.409208+0000", 2023-10-14T00:01:47.936 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:47.936 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:47.936 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:47.936 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:47.936 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:47.936 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:47.937 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:47.937 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:47.937 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:47.937 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:47.937 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:47.938 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:47.938 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:47.938 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:47.938 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:47.938 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:47.939 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:47.939 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:47.939 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:47.939 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:47.939 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:47.940 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:47.940 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:47.940 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:47.940 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:47.940 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:47.941 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:47.941 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:47.941 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:47.941 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:47.941 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:47.942 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:47.942 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:47.942 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:47.942 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:47.942 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:47.943 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:47.943 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:47.943 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:47.943 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:47.943 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:47.943 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:47.944 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:47.944 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.944 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:47.944 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:47.944 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:47.945 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:47.945 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:47.945 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:47.945 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.945 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 5, 2023-10-14T00:01:47.946 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:47.946 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.946 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:47.946 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:47.946 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:47.947 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:47.947 INFO:tasks.workunit.client.0.smithi055.stdout: 2 2023-10-14T00:01:47.947 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.947 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 7, 2023-10-14T00:01:47.947 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:47.947 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:47.948 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:47.948 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:47.948 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:47.948 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:47.948 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.328308+0000", 2023-10-14T00:01:47.949 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.694270+0000", 2023-10-14T00:01:47.949 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.694270+0000", 2023-10-14T00:01:47.949 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.694764+0000", 2023-10-14T00:01:47.949 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.328308+0000", 2023-10-14T00:01:47.949 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:47.950 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:47.950 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:47.950 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:47.950 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.328308+0000", 2023-10-14T00:01:47.950 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.328308+0000", 2023-10-14T00:01:47.951 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.328308+0000", 2023-10-14T00:01:47.951 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:47.951 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:47.951 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:47.951 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.328308+0000", 2023-10-14T00:01:47.952 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.328308+0000", 2023-10-14T00:01:47.952 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:47.952 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 2, 2023-10-14T00:01:47.952 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:47.952 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:47.953 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:47.953 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:47.953 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:47.953 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:47.953 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:47.953 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 2, 2023-10-14T00:01:47.954 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:47.954 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:47.954 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:47.954 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.1c", 2023-10-14T00:01:47.954 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:47.955 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:47.955 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:47.955 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 19, 2023-10-14T00:01:47.955 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:47.955 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T06:55:46.359217+0000", 2023-10-14T00:01:47.956 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:47.956 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:47.956 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:47.956 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:47.956 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:47.956 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:47.957 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:47.957 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:47.957 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:47.957 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:47.957 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:47.958 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:47.958 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:47.958 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:47.958 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:47.958 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:47.959 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:47.959 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:47.959 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:47.959 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 3, 2023-10-14T00:01:47.959 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 1, 2023-10-14T00:01:47.960 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:47.960 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 1, 2023-10-14T00:01:47.960 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:47.960 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:47.960 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:47.961 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:47.961 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:47.961 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 1, 2023-10-14T00:01:47.961 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:47.961 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:47.962 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:47.962 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:47.962 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:47.962 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:47.962 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:47.963 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:47.963 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:47.963 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:47.963 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:47.963 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:47.963 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 3, 2023-10-14T00:01:47.964 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:47.964 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.964 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:47.964 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:47.964 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:47.965 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:47.965 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:47.965 INFO:tasks.workunit.client.0.smithi055.stdout: 2 2023-10-14T00:01:47.965 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.965 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 7, 2023-10-14T00:01:47.966 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "58'2" 2023-10-14T00:01:47.966 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.966 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:47.966 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:47.966 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:47.967 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:47.967 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:47.967 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.967 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 2, 2023-10-14T00:01:47.967 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:47.968 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:47.968 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:47.968 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:47.968 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:47.968 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:47.969 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:04.411560+0000", 2023-10-14T00:01:47.969 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-14T00:01:04.411293+0000", 2023-10-14T00:01:47.969 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-14T00:01:04.411293+0000", 2023-10-14T00:01:47.969 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-14T00:01:04.411560+0000", 2023-10-14T00:01:47.969 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:04.411560+0000", 2023-10-14T00:01:47.970 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.970 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:47.970 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.970 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 65, 2023-10-14T00:01:47.970 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:04.411560+0000", 2023-10-14T00:01:47.971 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:04.411560+0000", 2023-10-14T00:01:47.971 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:04.411560+0000", 2023-10-14T00:01:47.971 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:47.971 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:47.971 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:47.972 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:04.411560+0000", 2023-10-14T00:01:47.972 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:04.411560+0000", 2023-10-14T00:01:47.972 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:47.972 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:47.972 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:47.973 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:47.973 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 64, 2023-10-14T00:01:47.973 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:47.973 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:47.973 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:47.973 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:47.974 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:47.974 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:47.974 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:47.974 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:47.974 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.1d", 2023-10-14T00:01:47.975 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:47.975 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:47.975 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 65, 2023-10-14T00:01:47.975 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 10, 2023-10-14T00:01:47.975 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:47.976 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T09:50:40.250095+0000", 2023-10-14T00:01:47.976 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:47.976 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:47.976 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:47.976 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:47.976 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:47.977 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:47.977 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:47.977 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:47.977 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:47.977 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:47.978 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:47.978 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:47.978 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:47.978 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:47.978 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:47.979 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:47.979 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:47.979 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:47.979 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:47.979 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:47.980 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:47.980 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:47.980 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:47.980 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:47.980 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:47.981 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:47.981 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:47.981 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:47.981 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:47.981 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:47.982 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:47.982 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:47.982 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:47.982 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:47.982 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:47.982 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:47.983 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:47.983 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:47.983 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:47.983 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:47.983 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:47.984 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:47.984 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:47.984 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.984 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:47.984 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:47.985 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:47.985 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:47.985 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:47.985 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:47.985 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.986 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 2, 2023-10-14T00:01:47.986 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:47.986 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:47.986 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:47.986 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:47.987 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:47.987 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:47.987 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:47.987 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:47.987 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 3, 2023-10-14T00:01:47.988 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:47.988 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:47.988 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:47.988 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:47.988 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:47.988 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:47.989 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.322151+0000", 2023-10-14T00:01:47.989 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.714906+0000", 2023-10-14T00:01:47.989 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.714906+0000", 2023-10-14T00:01:47.989 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.715217+0000", 2023-10-14T00:01:47.989 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.322151+0000", 2023-10-14T00:01:47.990 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:47.990 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:47.990 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:47.990 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:47.990 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.322151+0000", 2023-10-14T00:01:47.991 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.322151+0000", 2023-10-14T00:01:47.991 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.322151+0000", 2023-10-14T00:01:47.991 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:47.991 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:47.991 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:47.992 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.322151+0000", 2023-10-14T00:01:47.992 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.322151+0000", 2023-10-14T00:01:47.992 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:47.992 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 1, 2023-10-14T00:01:47.992 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:47.992 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:47.993 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:47.993 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:47.993 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:47.993 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:47.993 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:47.994 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 1, 2023-10-14T00:01:47.994 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:47.994 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:47.994 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:47.994 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.1b", 2023-10-14T00:01:47.995 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:47.995 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:47.995 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:47.995 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 18, 2023-10-14T00:01:47.995 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:47.996 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T07:43:07.912343+0000", 2023-10-14T00:01:47.996 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:47.996 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:47.996 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:47.996 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:47.996 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:47.997 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:47.997 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:47.997 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:47.997 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:47.997 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:47.998 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:47.998 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:47.998 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:47.998 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:47.998 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:47.999 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:47.999 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:47.999 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:47.999 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:47.999 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:47.999 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:48.000 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:48.000 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:48.000 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:48.000 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:48.000 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:48.001 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:48.001 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:48.001 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:48.001 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:48.001 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:48.002 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:48.002 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:48.002 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:48.002 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:48.002 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:48.003 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:48.003 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:48.003 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:48.003 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:48.003 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:48.003 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:48.004 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:48.004 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.004 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:48.004 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:48.004 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:48.005 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:48.005 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:48.005 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:48.005 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.005 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 3, 2023-10-14T00:01:48.005 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "58'1" 2023-10-14T00:01:48.006 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.006 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:48.006 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:48.006 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:48.006 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:48.007 INFO:tasks.workunit.client.0.smithi055.stdout: 2 2023-10-14T00:01:48.007 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.007 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 4, 2023-10-14T00:01:48.007 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:48.007 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:48.008 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:48.008 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:48.008 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:48.008 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:48.008 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.325578+0000", 2023-10-14T00:01:48.009 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.340904+0000", 2023-10-14T00:01:48.009 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.340904+0000", 2023-10-14T00:01:48.009 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.341268+0000", 2023-10-14T00:01:48.009 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.325578+0000", 2023-10-14T00:01:48.009 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.010 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:48.010 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.010 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:48.010 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.325578+0000", 2023-10-14T00:01:48.010 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.325578+0000", 2023-10-14T00:01:48.011 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.325578+0000", 2023-10-14T00:01:48.011 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:48.011 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:48.011 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.011 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.325578+0000", 2023-10-14T00:01:48.012 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.325578+0000", 2023-10-14T00:01:48.012 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:48.012 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:48.012 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:48.012 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:48.013 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:48.013 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:48.013 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:48.013 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:48.013 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:48.014 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:48.014 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:48.014 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:48.014 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:48.014 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.1a", 2023-10-14T00:01:48.015 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:48.015 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:48.015 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:48.015 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:48.015 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:48.015 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T04:26:24.482169+0000", 2023-10-14T00:01:48.016 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:48.016 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:48.016 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:48.016 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:48.016 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:48.017 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:48.017 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:48.017 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:48.017 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:48.017 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:48.018 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:48.018 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:48.018 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:48.018 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:48.018 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:48.019 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:48.019 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:48.019 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:48.019 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:48.019 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:48.020 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:48.020 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:48.020 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:48.020 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:48.020 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:48.021 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:48.021 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:48.021 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:48.021 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:48.021 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:48.021 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:48.022 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:48.022 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:48.022 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:48.022 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:48.022 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:48.023 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:48.023 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:48.023 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:48.023 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:48.023 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:48.024 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:48.024 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:48.024 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.024 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:48.024 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:48.024 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:48.025 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:48.025 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:48.025 INFO:tasks.workunit.client.0.smithi055.stdout: 2 2023-10-14T00:01:48.025 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.025 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 4, 2023-10-14T00:01:48.026 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:48.026 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.026 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:48.026 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:48.026 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:48.027 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:48.027 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:48.027 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.027 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 6, 2023-10-14T00:01:48.027 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:48.028 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:48.028 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:48.028 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:48.028 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:48.028 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:48.029 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.332187+0000", 2023-10-14T00:01:48.029 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.687954+0000", 2023-10-14T00:01:48.029 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.687954+0000", 2023-10-14T00:01:48.029 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.688586+0000", 2023-10-14T00:01:48.029 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.332187+0000", 2023-10-14T00:01:48.030 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.030 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:48.030 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.030 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:48.030 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.332187+0000", 2023-10-14T00:01:48.031 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.332187+0000", 2023-10-14T00:01:48.031 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.332187+0000", 2023-10-14T00:01:48.031 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:48.031 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:48.031 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.031 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.332187+0000", 2023-10-14T00:01:48.032 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.332187+0000", 2023-10-14T00:01:48.032 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:48.032 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 1, 2023-10-14T00:01:48.032 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:48.032 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:48.033 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:48.033 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:48.033 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:48.033 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:48.033 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:48.034 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 1, 2023-10-14T00:01:48.034 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:48.034 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:48.034 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:48.034 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.1a", 2023-10-14T00:01:48.035 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:48.035 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:48.035 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:48.035 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 18, 2023-10-14T00:01:48.035 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:48.036 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T10:09:45.774947+0000", 2023-10-14T00:01:48.036 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:48.036 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:48.036 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:48.036 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:48.036 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:48.037 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:48.037 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:48.037 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:48.037 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:48.037 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:48.038 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:48.038 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:48.038 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:48.038 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:48.038 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:48.039 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:48.039 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:48.039 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:48.039 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:48.039 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:48.040 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:48.040 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:48.040 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:48.040 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:48.040 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:48.041 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:48.041 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:48.041 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:48.041 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:48.041 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:48.041 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:48.042 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:48.042 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:48.042 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:48.042 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:48.043 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:48.043 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:48.043 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:48.043 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:48.043 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:48.043 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:48.044 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:48.044 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:48.044 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.044 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:48.044 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:48.045 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:48.045 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:48.045 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:48.045 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:48.045 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.046 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 6, 2023-10-14T00:01:48.046 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "58'1" 2023-10-14T00:01:48.046 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.046 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:48.046 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:48.047 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:48.047 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:48.047 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:48.047 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.047 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 0, 2023-10-14T00:01:48.048 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:48.048 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:48.048 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:48.048 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:48.048 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:48.049 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:48.049 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.325256+0000", 2023-10-14T00:01:48.049 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.347927+0000", 2023-10-14T00:01:48.049 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.347927+0000", 2023-10-14T00:01:48.049 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.349041+0000", 2023-10-14T00:01:48.050 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.325256+0000", 2023-10-14T00:01:48.050 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.050 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:48.050 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.050 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:48.051 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.325256+0000", 2023-10-14T00:01:48.051 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.325256+0000", 2023-10-14T00:01:48.051 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.325256+0000", 2023-10-14T00:01:48.051 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:48.051 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:48.052 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.052 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.325256+0000", 2023-10-14T00:01:48.053 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.325256+0000", 2023-10-14T00:01:48.054 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:48.054 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:48.054 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:48.054 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:48.054 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:48.055 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:48.055 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:48.055 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:48.055 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:48.055 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:48.055 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:48.056 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:48.056 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:48.056 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.1b", 2023-10-14T00:01:48.056 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:48.056 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:48.057 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:48.057 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:48.057 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:48.057 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T03:26:11.523470+0000", 2023-10-14T00:01:48.057 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:48.058 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:48.058 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:48.058 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:48.058 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:48.058 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:48.059 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:48.059 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:48.059 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:48.059 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:48.059 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:48.060 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:48.060 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:48.060 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:48.060 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:48.060 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:48.061 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:48.061 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:48.061 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:48.061 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:48.061 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:48.062 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:48.062 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:48.062 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:48.062 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:48.062 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:48.063 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:48.063 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:48.063 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:48.063 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:48.063 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:48.064 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:48.064 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:48.064 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:48.064 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:48.064 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:48.065 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:48.065 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:48.065 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:48.065 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:48.065 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:48.065 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:48.066 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:48.066 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.066 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:48.066 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:48.066 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:48.067 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:48.067 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:48.067 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:48.067 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.067 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 0, 2023-10-14T00:01:48.068 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:48.068 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.068 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:48.068 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:48.068 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:48.069 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:48.069 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:48.069 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.069 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 3, 2023-10-14T00:01:48.069 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:48.069 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:48.070 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:48.070 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:48.070 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:48.070 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:48.070 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.321643+0000", 2023-10-14T00:01:48.071 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.714088+0000", 2023-10-14T00:01:48.071 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.714088+0000", 2023-10-14T00:01:48.071 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.714410+0000", 2023-10-14T00:01:48.071 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.321643+0000", 2023-10-14T00:01:48.071 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.072 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:48.072 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.072 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:48.072 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.321643+0000", 2023-10-14T00:01:48.072 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.321643+0000", 2023-10-14T00:01:48.073 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.321643+0000", 2023-10-14T00:01:48.073 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:48.073 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:48.073 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.073 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.321643+0000", 2023-10-14T00:01:48.074 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.321643+0000", 2023-10-14T00:01:48.074 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:48.074 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:48.074 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:48.074 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:48.075 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:48.075 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:48.075 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:48.075 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:48.075 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:48.076 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:48.076 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:48.076 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:48.076 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:48.076 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.19", 2023-10-14T00:01:48.076 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:48.077 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:48.077 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:48.077 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 17, 2023-10-14T00:01:48.077 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:48.077 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T10:01:30.204269+0000", 2023-10-14T00:01:48.078 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:48.078 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:48.078 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:48.078 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:48.078 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:48.079 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:48.079 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:48.079 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:48.079 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:48.079 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:48.080 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:48.080 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:48.080 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:48.080 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:48.080 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:48.081 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:48.081 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:48.081 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:48.081 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:48.081 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:48.081 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:48.082 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:48.082 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:48.082 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:48.082 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:48.082 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:48.083 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:48.083 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:48.083 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:48.083 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:48.083 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:48.084 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:48.084 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:48.084 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:48.084 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:48.084 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:48.084 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:48.085 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:48.085 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:48.085 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:48.085 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:48.085 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:48.086 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:48.086 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.086 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:48.086 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:48.086 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:48.087 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:48.087 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:48.087 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:48.087 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.087 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 3, 2023-10-14T00:01:48.088 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:48.088 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.088 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:48.088 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:48.088 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:48.088 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:48.089 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:48.089 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.089 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 3, 2023-10-14T00:01:48.089 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:48.089 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:48.090 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:48.090 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:48.090 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:48.090 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:48.090 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.321504+0000", 2023-10-14T00:01:48.091 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.356264+0000", 2023-10-14T00:01:48.091 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.356264+0000", 2023-10-14T00:01:48.091 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.356614+0000", 2023-10-14T00:01:48.091 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.321504+0000", 2023-10-14T00:01:48.091 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.092 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:48.092 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.092 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:48.092 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.321504+0000", 2023-10-14T00:01:48.092 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.321504+0000", 2023-10-14T00:01:48.092 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.321504+0000", 2023-10-14T00:01:48.093 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:48.093 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:48.093 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.093 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.321504+0000", 2023-10-14T00:01:48.093 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.321504+0000", 2023-10-14T00:01:48.094 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:48.094 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:48.094 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:48.094 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:48.094 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:48.095 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:48.095 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:48.095 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:48.095 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:48.095 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:48.096 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:48.096 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:48.096 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:48.096 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.18", 2023-10-14T00:01:48.096 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:48.097 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:48.097 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:48.097 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:48.097 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:48.097 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T04:55:42.587380+0000", 2023-10-14T00:01:48.097 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:48.098 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:48.098 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:48.098 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:48.098 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:48.098 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:48.099 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:48.099 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:48.099 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:48.099 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:48.099 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:48.100 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:48.100 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:48.100 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:48.100 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:48.100 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:48.101 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:48.101 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:48.101 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:48.101 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:48.101 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:48.101 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:48.102 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:48.102 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:48.102 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:48.102 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:48.103 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:48.103 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:48.103 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:48.103 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:48.103 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:48.103 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:48.104 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:48.104 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:48.104 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:48.104 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:48.104 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:48.105 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:48.105 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:48.105 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:48.105 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:48.105 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:48.106 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:48.106 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.106 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:48.106 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:48.106 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:48.106 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:48.107 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:48.107 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:48.107 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.107 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 3, 2023-10-14T00:01:48.107 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:48.108 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.108 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:48.108 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:48.108 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:48.108 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:48.109 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:48.109 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.109 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 5, 2023-10-14T00:01:48.109 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:48.109 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:48.109 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:48.110 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:48.110 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:48.110 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:48.110 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.331205+0000", 2023-10-14T00:01:48.110 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.696216+0000", 2023-10-14T00:01:48.111 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.696216+0000", 2023-10-14T00:01:48.111 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.696510+0000", 2023-10-14T00:01:48.111 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.331205+0000", 2023-10-14T00:01:48.111 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.111 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:48.112 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.112 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:48.112 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.331205+0000", 2023-10-14T00:01:48.112 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.331205+0000", 2023-10-14T00:01:48.112 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.331205+0000", 2023-10-14T00:01:48.112 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:48.113 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:48.113 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.113 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.331205+0000", 2023-10-14T00:01:48.113 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.331205+0000", 2023-10-14T00:01:48.113 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:48.114 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:48.114 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:48.114 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:48.114 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:48.114 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:48.115 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:48.115 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:48.115 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:48.115 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:48.115 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:48.115 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:48.116 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:48.116 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.18", 2023-10-14T00:01:48.116 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:48.116 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:48.116 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:48.117 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 17, 2023-10-14T00:01:48.117 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:48.117 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T03:57:41.602703+0000", 2023-10-14T00:01:48.117 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:48.117 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:48.118 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:48.118 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:48.118 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:48.118 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:48.118 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:48.118 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:48.119 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:48.119 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:48.119 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:48.119 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:48.119 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:48.120 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:48.120 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:48.120 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:48.120 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:48.120 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:48.121 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:48.121 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:48.121 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:48.121 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:48.121 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:48.121 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:48.122 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:48.122 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:48.122 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:48.122 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:48.122 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:48.123 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:48.123 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:48.123 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:48.123 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:48.123 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:48.123 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:48.124 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:48.124 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:48.124 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:48.124 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:48.124 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:48.125 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:48.125 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:48.125 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:48.125 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.125 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:48.126 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:48.126 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:48.126 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:48.126 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:48.126 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:48.126 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.127 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 5, 2023-10-14T00:01:48.127 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:48.127 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.127 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:48.127 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:48.128 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:48.128 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:48.128 INFO:tasks.workunit.client.0.smithi055.stdout: 4 2023-10-14T00:01:48.128 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.128 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 1, 2023-10-14T00:01:48.128 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:48.129 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:48.129 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:48.129 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:48.129 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:48.129 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:48.130 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.324452+0000", 2023-10-14T00:01:48.130 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.346528+0000", 2023-10-14T00:01:48.130 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.346528+0000", 2023-10-14T00:01:48.130 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.346838+0000", 2023-10-14T00:01:48.130 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.324452+0000", 2023-10-14T00:01:48.131 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.131 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:48.131 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.131 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:48.131 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.324452+0000", 2023-10-14T00:01:48.132 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.324452+0000", 2023-10-14T00:01:48.132 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.324452+0000", 2023-10-14T00:01:48.132 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:48.132 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:48.132 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.132 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.324452+0000", 2023-10-14T00:01:48.133 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.324452+0000", 2023-10-14T00:01:48.133 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:48.133 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:48.133 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:48.133 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:48.134 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:48.134 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:48.134 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:48.134 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:48.134 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:48.135 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:48.135 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:48.135 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:48.135 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:48.135 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.19", 2023-10-14T00:01:48.135 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:48.136 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:48.136 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:48.136 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:48.136 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:48.136 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T07:51:12.750164+0000", 2023-10-14T00:01:48.137 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:48.137 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:48.137 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:48.137 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:48.137 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:48.138 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:48.138 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:48.138 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:48.138 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:48.138 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:48.139 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:48.139 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:48.139 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:48.139 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:48.139 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:48.139 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:48.140 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:48.140 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:48.140 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:48.140 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:48.140 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:48.141 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:48.141 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:48.141 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:48.141 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:48.141 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:48.142 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:48.142 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:48.142 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:48.142 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:48.142 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:48.143 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:48.143 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:48.143 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:48.143 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:48.143 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:48.143 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:48.144 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:48.144 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:48.144 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:48.144 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:48.144 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:48.145 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:48.145 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.145 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:48.145 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:48.145 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:48.146 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:48.146 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:48.146 INFO:tasks.workunit.client.0.smithi055.stdout: 4 2023-10-14T00:01:48.146 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.146 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 1, 2023-10-14T00:01:48.147 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:48.147 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.147 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:48.147 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:48.147 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:48.147 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:48.148 INFO:tasks.workunit.client.0.smithi055.stdout: 2 2023-10-14T00:01:48.148 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.148 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 6, 2023-10-14T00:01:48.148 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:48.148 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:48.149 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:48.149 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:48.149 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:48.149 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:48.149 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.332478+0000", 2023-10-14T00:01:48.150 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.692410+0000", 2023-10-14T00:01:48.150 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.692410+0000", 2023-10-14T00:01:48.150 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.692710+0000", 2023-10-14T00:01:48.150 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.332478+0000", 2023-10-14T00:01:48.150 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.151 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:48.151 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.151 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:48.151 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.332478+0000", 2023-10-14T00:01:48.151 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.332478+0000", 2023-10-14T00:01:48.152 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.332478+0000", 2023-10-14T00:01:48.152 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:48.152 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:48.152 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.152 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.332478+0000", 2023-10-14T00:01:48.153 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.332478+0000", 2023-10-14T00:01:48.153 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:48.153 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:48.153 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:48.153 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:48.153 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:48.154 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:48.154 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:48.154 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:48.154 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:48.154 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:48.155 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:48.155 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:48.155 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:48.155 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.17", 2023-10-14T00:01:48.155 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:48.156 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:48.156 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:48.156 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 17, 2023-10-14T00:01:48.156 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:48.156 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T00:12:58.696971+0000", 2023-10-14T00:01:48.157 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:48.157 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:48.157 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:48.157 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:48.157 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:48.157 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:48.158 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:48.158 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:48.158 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:48.158 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:48.158 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:48.159 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:48.159 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:48.159 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:48.159 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:48.159 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:48.160 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:48.160 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:48.160 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:48.160 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:48.160 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:48.161 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:48.161 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:48.161 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:48.161 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:48.161 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:48.162 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:48.162 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:48.162 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:48.162 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:48.162 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:48.162 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:48.163 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:48.163 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:48.163 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:48.163 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:48.163 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:48.164 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:48.164 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:48.164 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:48.164 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:48.164 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:48.165 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:48.165 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.165 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:48.165 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:48.165 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:48.165 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:48.166 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:48.166 INFO:tasks.workunit.client.0.smithi055.stdout: 2 2023-10-14T00:01:48.166 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.166 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 6, 2023-10-14T00:01:48.166 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:48.167 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.167 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:48.167 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:48.167 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:48.167 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:48.168 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:48.168 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.168 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 5, 2023-10-14T00:01:48.168 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:48.168 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:48.169 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:48.169 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:48.169 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:48.169 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:48.169 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.331047+0000", 2023-10-14T00:01:48.169 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.339086+0000", 2023-10-14T00:01:48.170 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.339086+0000", 2023-10-14T00:01:48.170 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.339631+0000", 2023-10-14T00:01:48.170 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.331047+0000", 2023-10-14T00:01:48.170 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.170 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:48.171 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.171 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:48.171 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.331047+0000", 2023-10-14T00:01:48.171 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.331047+0000", 2023-10-14T00:01:48.171 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.331047+0000", 2023-10-14T00:01:48.172 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:48.172 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:48.172 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.172 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.331047+0000", 2023-10-14T00:01:48.172 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.331047+0000", 2023-10-14T00:01:48.173 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:48.173 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:48.173 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:48.173 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:48.173 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:48.174 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:48.174 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:48.174 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:48.174 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:48.174 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:48.175 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:48.175 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:48.175 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:48.175 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.16", 2023-10-14T00:01:48.175 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:48.176 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:48.176 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:48.176 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:48.176 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:48.176 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T06:23:48.867319+0000", 2023-10-14T00:01:48.177 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:48.177 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:48.177 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:48.177 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:48.177 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:48.178 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:48.178 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:48.178 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:48.178 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:48.178 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:48.178 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:48.179 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:48.179 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:48.179 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:48.179 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:48.179 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:48.180 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:48.180 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:48.180 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:48.180 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:48.180 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:48.181 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:48.181 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:48.181 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:48.181 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:48.181 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:48.181 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:48.182 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:48.182 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:48.182 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:48.182 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:48.182 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:48.183 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:48.183 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:48.183 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:48.183 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:48.183 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:48.184 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:48.184 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:48.184 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:48.184 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:48.184 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:48.185 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:48.185 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.185 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:48.185 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:48.185 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:48.185 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:48.186 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:48.186 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:48.186 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.186 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 5, 2023-10-14T00:01:48.186 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:48.187 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.187 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:48.187 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:48.187 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:48.187 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:48.188 INFO:tasks.workunit.client.0.smithi055.stdout: 2 2023-10-14T00:01:48.188 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.188 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 5, 2023-10-14T00:01:48.188 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:48.188 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:48.189 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:48.189 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:48.189 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:48.189 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:48.189 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.330690+0000", 2023-10-14T00:01:48.189 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.704781+0000", 2023-10-14T00:01:48.190 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.704781+0000", 2023-10-14T00:01:48.190 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.705084+0000", 2023-10-14T00:01:48.190 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.330690+0000", 2023-10-14T00:01:48.190 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.190 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:48.191 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.191 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:48.191 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.330690+0000", 2023-10-14T00:01:48.191 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.330690+0000", 2023-10-14T00:01:48.191 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.330690+0000", 2023-10-14T00:01:48.192 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:48.192 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:48.192 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.192 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.330690+0000", 2023-10-14T00:01:48.192 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.330690+0000", 2023-10-14T00:01:48.193 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:48.193 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:48.193 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:48.193 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:48.193 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:48.193 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:48.194 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:48.194 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:48.194 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:48.194 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:48.194 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:48.195 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:48.195 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:48.195 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.16", 2023-10-14T00:01:48.195 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:48.195 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:48.196 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:48.196 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 17, 2023-10-14T00:01:48.196 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:48.196 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T11:04:48.517545+0000", 2023-10-14T00:01:48.196 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:48.196 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:48.197 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:48.197 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:48.197 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:48.197 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:48.197 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:48.198 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:48.198 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:48.198 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:48.198 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:48.198 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:48.199 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:48.199 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:48.199 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:48.199 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:48.199 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:48.200 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:48.200 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:48.200 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:48.200 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:48.200 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:48.201 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:48.201 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:48.201 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:48.201 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:48.201 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:48.201 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:48.202 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:48.202 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:48.202 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:48.202 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:48.202 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:48.203 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:48.203 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:48.203 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:48.203 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:48.203 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:48.204 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:48.204 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:48.204 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:48.204 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:48.204 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:48.205 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.205 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:48.205 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:48.205 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:48.205 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:48.206 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:48.206 INFO:tasks.workunit.client.0.smithi055.stdout: 2 2023-10-14T00:01:48.206 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.206 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 5, 2023-10-14T00:01:48.206 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:48.207 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.207 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:48.207 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:48.207 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:48.207 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:48.207 INFO:tasks.workunit.client.0.smithi055.stdout: 3 2023-10-14T00:01:48.208 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.208 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 0, 2023-10-14T00:01:48.208 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:48.208 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:48.208 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:48.209 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:48.209 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:48.209 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:48.209 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.326593+0000", 2023-10-14T00:01:48.209 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.346493+0000", 2023-10-14T00:01:48.209 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.346493+0000", 2023-10-14T00:01:48.210 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.346954+0000", 2023-10-14T00:01:48.210 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.326593+0000", 2023-10-14T00:01:48.210 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.210 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:48.210 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.211 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:48.211 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.326593+0000", 2023-10-14T00:01:48.211 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.326593+0000", 2023-10-14T00:01:48.211 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.326593+0000", 2023-10-14T00:01:48.211 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:48.212 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:48.212 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.212 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.326593+0000", 2023-10-14T00:01:48.212 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.326593+0000", 2023-10-14T00:01:48.212 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:48.213 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:48.213 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:48.213 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:48.213 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:48.213 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:48.214 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:48.214 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:48.214 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:48.214 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:48.214 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:48.215 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:48.215 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:48.215 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.17", 2023-10-14T00:01:48.215 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:48.215 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:48.216 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:48.216 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:48.216 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:48.216 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T06:58:13.742863+0000", 2023-10-14T00:01:48.216 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:48.216 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:48.217 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:48.217 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:48.217 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:48.217 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:48.217 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:48.218 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:48.218 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:48.218 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:48.218 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:48.218 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:48.219 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:48.219 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:48.219 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:48.219 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:48.219 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:48.219 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:48.220 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:48.220 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:48.220 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:48.220 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:48.220 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:48.221 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:48.221 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:48.221 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:48.221 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:48.221 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:48.222 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:48.222 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:48.222 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:48.222 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:48.222 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:48.223 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:48.223 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:48.223 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:48.223 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:48.223 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:48.223 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:48.224 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:48.224 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:48.224 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:48.224 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:48.224 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.225 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:48.225 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:48.225 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:48.225 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:48.225 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:48.226 INFO:tasks.workunit.client.0.smithi055.stdout: 3 2023-10-14T00:01:48.226 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.226 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 0, 2023-10-14T00:01:48.226 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:48.226 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.227 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:48.227 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:48.227 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:48.227 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:48.227 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:48.228 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.228 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 1, 2023-10-14T00:01:48.228 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:48.228 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:48.228 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:48.228 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:48.229 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:48.229 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:48.229 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.325547+0000", 2023-10-14T00:01:48.229 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.716324+0000", 2023-10-14T00:01:48.229 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.716324+0000", 2023-10-14T00:01:48.230 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.717337+0000", 2023-10-14T00:01:48.230 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.325547+0000", 2023-10-14T00:01:48.230 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.230 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:48.230 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.231 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:48.231 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.325547+0000", 2023-10-14T00:01:48.231 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.325547+0000", 2023-10-14T00:01:48.231 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.325547+0000", 2023-10-14T00:01:48.231 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:48.232 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:48.232 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.232 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.325547+0000", 2023-10-14T00:01:48.232 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.325547+0000", 2023-10-14T00:01:48.232 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:48.233 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 3, 2023-10-14T00:01:48.233 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:48.233 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:48.233 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:48.233 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:48.233 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:48.234 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:48.234 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:48.234 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 3, 2023-10-14T00:01:48.234 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:48.234 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:48.235 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:48.235 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.15", 2023-10-14T00:01:48.235 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:48.235 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:48.235 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:48.236 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 20, 2023-10-14T00:01:48.236 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:48.236 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T06:39:01.510835+0000", 2023-10-14T00:01:48.236 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:48.236 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:48.237 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:48.237 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 90, 2023-10-14T00:01:48.237 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:48.237 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:48.237 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:48.237 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:48.238 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:48.238 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:48.238 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:48.238 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:48.238 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:48.239 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:48.239 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:48.239 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:48.239 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:48.239 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:48.240 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:48.240 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 6, 2023-10-14T00:01:48.240 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 2, 2023-10-14T00:01:48.240 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:48.240 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 2, 2023-10-14T00:01:48.241 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:48.241 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:48.241 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:48.241 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:48.241 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:48.241 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 1, 2023-10-14T00:01:48.242 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:48.242 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:48.242 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:48.242 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:48.242 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:48.243 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:48.243 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:48.243 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:48.243 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:48.243 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:48.244 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:48.244 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:48.244 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 4, 2023-10-14T00:01:48.244 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 1 2023-10-14T00:01:48.244 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.245 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:48.245 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:48.245 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:48.245 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:48.245 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:48.245 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:48.246 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.246 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 1, 2023-10-14T00:01:48.246 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "58'3" 2023-10-14T00:01:48.246 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.246 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:48.247 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:48.247 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:48.247 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:48.247 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:48.247 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.248 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 4, 2023-10-14T00:01:48.248 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:48.248 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:48.248 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:48.248 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:48.249 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:48.249 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:48.249 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.326999+0000", 2023-10-14T00:01:48.249 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.340293+0000", 2023-10-14T00:01:48.249 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.340293+0000", 2023-10-14T00:01:48.249 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.341541+0000", 2023-10-14T00:01:48.250 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.326999+0000", 2023-10-14T00:01:48.250 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.250 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:48.250 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.250 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:48.251 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.326999+0000", 2023-10-14T00:01:48.251 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.326999+0000", 2023-10-14T00:01:48.251 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.326999+0000", 2023-10-14T00:01:48.251 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:48.251 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:48.252 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.252 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.326999+0000", 2023-10-14T00:01:48.252 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.326999+0000", 2023-10-14T00:01:48.252 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:48.252 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:48.253 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:48.253 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:48.253 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:48.253 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:48.253 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:48.254 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:48.254 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:48.254 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:48.254 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:48.254 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:48.255 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:48.255 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.14", 2023-10-14T00:01:48.255 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:48.255 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:48.255 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:48.255 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:48.256 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:48.257 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T02:30:14.852941+0000", 2023-10-14T00:01:48.258 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:48.258 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:48.258 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:48.258 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:48.258 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:48.259 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:48.259 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:48.259 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:48.259 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:48.259 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:48.260 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:48.260 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:48.260 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:48.260 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:48.260 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:48.261 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:48.261 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:48.261 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:48.261 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:48.261 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:48.262 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:48.262 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:48.262 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:48.262 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:48.262 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:48.262 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:48.263 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:48.263 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:48.263 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:48.263 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:48.263 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:48.264 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:48.264 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:48.264 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:48.264 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:48.264 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:48.265 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:48.265 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:48.265 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:48.265 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:48.265 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:48.266 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:48.266 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:48.266 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.266 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:48.266 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:48.267 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:48.267 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:48.267 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:48.267 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:48.267 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.268 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 4, 2023-10-14T00:01:48.268 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:48.268 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.268 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:48.268 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:48.269 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:48.269 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:48.269 INFO:tasks.workunit.client.0.smithi055.stdout: 5 2023-10-14T00:01:48.269 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.269 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 6, 2023-10-14T00:01:48.270 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:48.270 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:48.270 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:48.270 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:48.270 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:48.271 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:48.271 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:33.271160+0000", 2023-10-14T00:01:48.271 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.712731+0000", 2023-10-14T00:01:48.271 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.712731+0000", 2023-10-14T00:01:48.271 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.713000+0000", 2023-10-14T00:01:48.272 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:33.271160+0000", 2023-10-14T00:01:48.272 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.272 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:48.272 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.272 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:48.272 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:33.271160+0000", 2023-10-14T00:01:48.273 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:33.271160+0000", 2023-10-14T00:01:48.273 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:33.271160+0000", 2023-10-14T00:01:48.273 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:48.273 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:48.273 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.274 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:33.271160+0000", 2023-10-14T00:01:48.274 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:33.271160+0000", 2023-10-14T00:01:48.274 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:48.274 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 12, 2023-10-14T00:01:48.274 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:48.275 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:48.275 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:48.275 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:48.275 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:48.275 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:48.276 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:48.276 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 12, 2023-10-14T00:01:48.276 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:48.276 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:48.276 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:48.277 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.14", 2023-10-14T00:01:48.277 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:48.277 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:48.277 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 65, 2023-10-14T00:01:48.277 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 29, 2023-10-14T00:01:48.278 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:48.278 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T11:13:05.682823+0000", 2023-10-14T00:01:48.278 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:48.278 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:48.278 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:48.279 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 2608, 2023-10-14T00:01:48.279 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:48.279 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:48.279 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:48.279 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:48.280 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:48.280 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:48.280 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:48.280 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:48.280 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:48.280 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:48.281 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:48.281 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:48.281 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:48.281 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:48.281 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:48.282 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 12, 2023-10-14T00:01:48.282 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 4, 2023-10-14T00:01:48.282 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:48.282 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 4, 2023-10-14T00:01:48.282 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:48.283 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:48.283 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:48.283 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:48.283 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:48.283 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 1, 2023-10-14T00:01:48.284 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:48.284 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:48.284 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:48.284 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:48.284 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:48.284 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:48.285 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:48.285 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:48.285 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:48.285 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:48.285 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:48.286 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:48.286 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 12, 2023-10-14T00:01:48.286 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 9 2023-10-14T00:01:48.286 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.286 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:48.287 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:48.287 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:48.287 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:48.287 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:48.287 INFO:tasks.workunit.client.0.smithi055.stdout: 5 2023-10-14T00:01:48.288 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.288 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 6, 2023-10-14T00:01:48.288 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "65'12" 2023-10-14T00:01:48.288 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.288 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:48.289 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:48.289 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:48.289 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:48.289 INFO:tasks.workunit.client.0.smithi055.stdout: 4 2023-10-14T00:01:48.289 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.290 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 7, 2023-10-14T00:01:48.290 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:48.290 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:48.290 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:48.290 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:48.290 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:48.291 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:48.291 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.328567+0000", 2023-10-14T00:01:48.291 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.341866+0000", 2023-10-14T00:01:48.291 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.341866+0000", 2023-10-14T00:01:48.291 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.342156+0000", 2023-10-14T00:01:48.292 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.328567+0000", 2023-10-14T00:01:48.292 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.292 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:48.292 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.292 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:48.293 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.328567+0000", 2023-10-14T00:01:48.293 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.328567+0000", 2023-10-14T00:01:48.293 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.328567+0000", 2023-10-14T00:01:48.293 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:48.293 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:48.294 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.294 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.328567+0000", 2023-10-14T00:01:48.294 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.328567+0000", 2023-10-14T00:01:48.294 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:48.294 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:48.295 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:48.295 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:48.295 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:48.295 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:48.295 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:48.296 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:48.296 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:48.296 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:48.296 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:48.296 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:48.297 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:48.297 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.15", 2023-10-14T00:01:48.297 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:48.297 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:48.297 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:48.298 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:48.298 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:48.298 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T00:42:02.308291+0000", 2023-10-14T00:01:48.298 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:48.298 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:48.299 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:48.299 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:48.299 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:48.299 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:48.299 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:48.300 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:48.300 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:48.300 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:48.300 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:48.300 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:48.301 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:48.301 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:48.301 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:48.301 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:48.301 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:48.301 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:48.302 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:48.302 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:48.302 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:48.302 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:48.303 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:48.303 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:48.303 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:48.303 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:48.303 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:48.303 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:48.304 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:48.304 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:48.304 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:48.304 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:48.304 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:48.305 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:48.305 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:48.305 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:48.305 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:48.305 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:48.306 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:48.306 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:48.306 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:48.306 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:48.307 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:48.307 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.307 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:48.307 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:48.307 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:48.307 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:48.308 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:48.308 INFO:tasks.workunit.client.0.smithi055.stdout: 4 2023-10-14T00:01:48.308 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.308 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 7, 2023-10-14T00:01:48.308 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:48.309 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.309 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:48.309 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:48.309 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:48.309 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:48.310 INFO:tasks.workunit.client.0.smithi055.stdout: 3 2023-10-14T00:01:48.310 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.310 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 0, 2023-10-14T00:01:48.310 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:48.311 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:48.311 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:48.311 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:48.311 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:48.311 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:48.312 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.325058+0000", 2023-10-14T00:01:48.312 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.715075+0000", 2023-10-14T00:01:48.312 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.715075+0000", 2023-10-14T00:01:48.312 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.715359+0000", 2023-10-14T00:01:48.312 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.325058+0000", 2023-10-14T00:01:48.313 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.313 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:48.313 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.313 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:48.313 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.325058+0000", 2023-10-14T00:01:48.314 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.325058+0000", 2023-10-14T00:01:48.314 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.325058+0000", 2023-10-14T00:01:48.314 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:48.314 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:48.314 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.315 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.325058+0000", 2023-10-14T00:01:48.315 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.325058+0000", 2023-10-14T00:01:48.315 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:48.315 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 2, 2023-10-14T00:01:48.315 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:48.316 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:48.316 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:48.316 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:48.316 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:48.316 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:48.317 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:48.317 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 2, 2023-10-14T00:01:48.317 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:48.317 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:48.317 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:48.318 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.13", 2023-10-14T00:01:48.318 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:48.318 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:48.318 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:48.318 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 19, 2023-10-14T00:01:48.319 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:48.319 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T07:03:23.079653+0000", 2023-10-14T00:01:48.319 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:48.319 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:48.319 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:48.320 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 34, 2023-10-14T00:01:48.320 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:48.320 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:48.320 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:48.320 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:48.321 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:48.321 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:48.321 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:48.321 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:48.321 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:48.322 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:48.322 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:48.322 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:48.322 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:48.322 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:48.323 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:48.323 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 6, 2023-10-14T00:01:48.323 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 2, 2023-10-14T00:01:48.323 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:48.323 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 2, 2023-10-14T00:01:48.324 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:48.324 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:48.324 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:48.324 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:48.324 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:48.325 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 1, 2023-10-14T00:01:48.325 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:48.325 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:48.325 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:48.325 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:48.325 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:48.326 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:48.326 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:48.326 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:48.326 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:48.326 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:48.327 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:48.327 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:48.327 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 3, 2023-10-14T00:01:48.327 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 6 2023-10-14T00:01:48.327 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.328 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:48.328 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:48.328 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:48.328 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:48.328 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:48.329 INFO:tasks.workunit.client.0.smithi055.stdout: 3 2023-10-14T00:01:48.329 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.329 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 0, 2023-10-14T00:01:48.329 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "58'2" 2023-10-14T00:01:48.329 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.330 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:48.330 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:48.330 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:48.330 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:48.330 INFO:tasks.workunit.client.0.smithi055.stdout: 3 2023-10-14T00:01:48.331 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.331 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 0, 2023-10-14T00:01:48.331 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:48.331 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:48.331 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:48.332 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:48.332 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:48.332 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:48.332 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.324915+0000", 2023-10-14T00:01:48.332 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.344533+0000", 2023-10-14T00:01:48.333 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.344533+0000", 2023-10-14T00:01:48.333 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.345192+0000", 2023-10-14T00:01:48.333 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.324915+0000", 2023-10-14T00:01:48.333 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.333 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:48.333 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.334 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:48.334 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.324915+0000", 2023-10-14T00:01:48.334 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.324915+0000", 2023-10-14T00:01:48.334 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.324915+0000", 2023-10-14T00:01:48.334 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:48.335 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:48.335 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.335 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.324915+0000", 2023-10-14T00:01:48.335 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.324915+0000", 2023-10-14T00:01:48.335 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:48.336 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:48.336 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:48.336 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:48.336 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:48.336 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:48.337 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:48.337 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:48.337 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:48.337 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:48.337 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:48.338 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:48.338 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:48.338 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.12", 2023-10-14T00:01:48.338 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:48.338 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:48.339 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:48.339 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:48.339 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:48.339 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T02:17:16.673778+0000", 2023-10-14T00:01:48.339 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:48.340 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:48.340 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:48.340 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:48.340 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:48.340 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:48.341 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:48.341 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:48.341 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:48.341 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:48.341 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:48.341 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:48.342 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:48.342 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:48.342 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:48.342 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:48.342 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:48.343 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:48.343 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:48.343 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:48.343 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:48.343 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:48.344 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:48.344 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:48.344 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:48.344 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:48.344 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:48.345 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:48.345 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:48.345 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:48.345 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:48.345 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:48.346 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:48.346 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:48.346 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:48.346 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:48.346 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:48.347 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:48.347 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:48.347 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:48.347 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:48.347 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:48.348 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:48.348 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.348 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:48.348 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:48.348 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:48.349 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:48.349 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:48.349 INFO:tasks.workunit.client.0.smithi055.stdout: 3 2023-10-14T00:01:48.349 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.349 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 0, 2023-10-14T00:01:48.350 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:48.350 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.350 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:48.350 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:48.350 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:48.351 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:48.351 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:48.351 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.351 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 5, 2023-10-14T00:01:48.351 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:48.352 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:48.352 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:48.352 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:48.352 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:48.352 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:48.352 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.330121+0000", 2023-10-14T00:01:48.353 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.705100+0000", 2023-10-14T00:01:48.353 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.705100+0000", 2023-10-14T00:01:48.353 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.705458+0000", 2023-10-14T00:01:48.353 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.330121+0000", 2023-10-14T00:01:48.353 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.354 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:48.354 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.354 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:48.354 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.330121+0000", 2023-10-14T00:01:48.355 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.330121+0000", 2023-10-14T00:01:48.355 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.330121+0000", 2023-10-14T00:01:48.355 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:48.355 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:48.355 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.355 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.330121+0000", 2023-10-14T00:01:48.356 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.330121+0000", 2023-10-14T00:01:48.356 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:48.356 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:48.356 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:48.356 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:48.357 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:48.357 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:48.357 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:48.357 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:48.357 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:48.358 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:48.358 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:48.358 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:48.358 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:48.358 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.12", 2023-10-14T00:01:48.359 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:48.359 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:48.359 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:48.359 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 17, 2023-10-14T00:01:48.359 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:48.360 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T03:11:04.580536+0000", 2023-10-14T00:01:48.360 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:48.360 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:48.360 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:48.360 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:48.361 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:48.361 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:48.361 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:48.361 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:48.361 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:48.362 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:48.362 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:48.362 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:48.362 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:48.363 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:48.363 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:48.363 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:48.363 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:48.363 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:48.364 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:48.364 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:48.364 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:48.364 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:48.364 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:48.365 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:48.365 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:48.365 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:48.365 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:48.365 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:48.366 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:48.366 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:48.366 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:48.366 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:48.366 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:48.367 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:48.367 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:48.367 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:48.367 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:48.367 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:48.368 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:48.368 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:48.368 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:48.368 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:48.368 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:48.369 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.369 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:48.369 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:48.369 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:48.369 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:48.370 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:48.370 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:48.370 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.370 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 5, 2023-10-14T00:01:48.370 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:48.371 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.371 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:48.371 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:48.371 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:48.371 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:48.372 INFO:tasks.workunit.client.0.smithi055.stdout: 2 2023-10-14T00:01:48.372 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.372 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 7, 2023-10-14T00:01:48.372 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:48.372 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:48.373 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:48.373 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:48.373 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:48.373 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:48.373 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.329581+0000", 2023-10-14T00:01:48.374 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.341670+0000", 2023-10-14T00:01:48.374 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.341670+0000", 2023-10-14T00:01:48.374 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.342357+0000", 2023-10-14T00:01:48.374 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.329581+0000", 2023-10-14T00:01:48.374 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.375 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:48.375 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.375 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:48.375 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.329581+0000", 2023-10-14T00:01:48.375 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.329581+0000", 2023-10-14T00:01:48.376 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.329581+0000", 2023-10-14T00:01:48.376 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:48.376 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:48.376 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.376 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.329581+0000", 2023-10-14T00:01:48.377 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.329581+0000", 2023-10-14T00:01:48.377 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:48.377 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:48.377 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:48.377 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:48.377 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:48.378 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:48.378 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:48.378 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:48.378 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:48.379 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:48.379 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:48.379 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:48.379 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:48.379 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.13", 2023-10-14T00:01:48.379 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:48.380 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:48.380 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:48.380 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:48.380 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:48.380 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T10:48:43.940394+0000", 2023-10-14T00:01:48.381 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:48.381 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:48.381 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:48.381 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:48.381 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:48.382 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:48.382 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:48.382 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:48.382 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:48.382 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:48.383 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:48.383 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:48.383 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:48.383 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:48.383 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:48.384 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:48.384 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:48.384 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:48.384 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:48.384 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:48.385 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:48.385 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:48.385 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:48.385 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:48.385 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:48.386 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:48.386 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:48.386 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:48.386 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:48.386 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:48.387 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:48.387 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:48.387 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:48.387 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:48.387 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:48.388 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:48.388 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:48.388 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:48.388 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:48.388 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:48.389 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:48.389 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:48.389 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:48.389 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.389 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:48.390 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:48.390 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:48.390 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:48.390 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:48.390 INFO:tasks.workunit.client.0.smithi055.stdout: 2 2023-10-14T00:01:48.391 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.391 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 7, 2023-10-14T00:01:48.391 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:48.391 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.391 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:48.392 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:48.392 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:48.392 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:48.392 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:48.392 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.393 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 6, 2023-10-14T00:01:48.393 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:48.393 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:48.393 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:48.393 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:48.394 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:48.394 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:48.394 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.332743+0000", 2023-10-14T00:01:48.394 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.693068+0000", 2023-10-14T00:01:48.394 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.693068+0000", 2023-10-14T00:01:48.395 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.693408+0000", 2023-10-14T00:01:48.395 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.332743+0000", 2023-10-14T00:01:48.395 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.395 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:48.395 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.396 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:48.396 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.332743+0000", 2023-10-14T00:01:48.396 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.332743+0000", 2023-10-14T00:01:48.396 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.332743+0000", 2023-10-14T00:01:48.396 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:48.397 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:48.397 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.397 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.332743+0000", 2023-10-14T00:01:48.397 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.332743+0000", 2023-10-14T00:01:48.397 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:48.398 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:48.398 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:48.398 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:48.398 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:48.398 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:48.399 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:48.399 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:48.399 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:48.399 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:48.399 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:48.400 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:48.400 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:48.400 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.11", 2023-10-14T00:01:48.400 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:48.400 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:48.401 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:48.401 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 17, 2023-10-14T00:01:48.401 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:48.401 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T10:17:32.693557+0000", 2023-10-14T00:01:48.401 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:48.402 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:48.402 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:48.402 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:48.402 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:48.402 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:48.403 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:48.403 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:48.403 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:48.403 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:48.403 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:48.403 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:48.404 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:48.404 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:48.404 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:48.404 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:48.404 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:48.405 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:48.405 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:48.405 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:48.405 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:48.405 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:48.406 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:48.406 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:48.406 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:48.406 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:48.406 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:48.407 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:48.407 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:48.407 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:48.407 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:48.407 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:48.408 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:48.408 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:48.408 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:48.408 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:48.408 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:48.409 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:48.409 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:48.409 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:48.409 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:48.409 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:48.410 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:48.410 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.410 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:48.410 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:48.410 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:48.411 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:48.411 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:48.411 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:48.411 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.411 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 6, 2023-10-14T00:01:48.411 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:48.412 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.412 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:48.412 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:48.412 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:48.412 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:48.413 INFO:tasks.workunit.client.0.smithi055.stdout: 5 2023-10-14T00:01:48.413 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.413 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 6, 2023-10-14T00:01:48.413 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:48.413 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:48.414 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:48.414 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:48.414 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:48.414 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:48.414 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.332449+0000", 2023-10-14T00:01:48.415 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.349157+0000", 2023-10-14T00:01:48.415 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.349157+0000", 2023-10-14T00:01:48.415 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.349531+0000", 2023-10-14T00:01:48.415 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.332449+0000", 2023-10-14T00:01:48.415 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.416 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:48.416 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.416 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:48.416 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.332449+0000", 2023-10-14T00:01:48.416 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.332449+0000", 2023-10-14T00:01:48.417 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.332449+0000", 2023-10-14T00:01:48.417 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:48.417 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:48.417 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.417 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.332449+0000", 2023-10-14T00:01:48.418 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.332449+0000", 2023-10-14T00:01:48.418 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:48.418 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:48.418 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:48.418 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:48.419 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:48.419 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:48.419 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:48.419 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:48.419 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:48.420 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:48.420 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:48.420 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:48.420 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:48.420 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.10", 2023-10-14T00:01:48.421 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:48.421 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:48.421 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:48.421 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:48.421 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:48.421 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T09:10:39.317754+0000", 2023-10-14T00:01:48.422 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:48.422 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:48.422 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:48.422 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:48.422 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:48.423 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:48.423 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:48.423 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:48.423 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:48.423 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:48.424 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:48.424 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:48.424 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:48.424 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:48.424 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:48.425 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:48.425 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:48.425 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:48.425 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:48.425 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:48.426 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:48.426 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:48.426 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:48.426 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:48.426 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:48.427 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:48.427 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:48.427 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:48.427 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:48.427 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:48.428 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:48.428 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:48.428 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:48.428 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:48.428 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:48.429 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:48.429 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:48.429 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:48.429 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:48.429 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:48.430 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:48.430 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:48.430 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:48.430 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.431 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:48.431 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:48.431 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:48.431 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:48.431 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:48.432 INFO:tasks.workunit.client.0.smithi055.stdout: 5 2023-10-14T00:01:48.432 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.432 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 6, 2023-10-14T00:01:48.432 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:48.432 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.433 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:48.433 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:48.433 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:48.433 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:48.433 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:48.434 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.434 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 2, 2023-10-14T00:01:48.434 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:48.434 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:48.434 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:48.435 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:48.435 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:48.435 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:48.435 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.318686+0000", 2023-10-14T00:01:48.435 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.707369+0000", 2023-10-14T00:01:48.436 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.707369+0000", 2023-10-14T00:01:48.436 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.707683+0000", 2023-10-14T00:01:48.436 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.318686+0000", 2023-10-14T00:01:48.436 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.436 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:48.437 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.437 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:48.437 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.318686+0000", 2023-10-14T00:01:48.437 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.318686+0000", 2023-10-14T00:01:48.437 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.318686+0000", 2023-10-14T00:01:48.438 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:48.438 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:48.438 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.438 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.318686+0000", 2023-10-14T00:01:48.438 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.318686+0000", 2023-10-14T00:01:48.439 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:48.439 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 8, 2023-10-14T00:01:48.439 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:48.439 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:48.439 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:48.439 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:48.440 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:48.440 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:48.440 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:48.440 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 8, 2023-10-14T00:01:48.440 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:48.441 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:48.441 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:48.441 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.10", 2023-10-14T00:01:48.441 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:48.441 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:48.442 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:48.442 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 25, 2023-10-14T00:01:48.442 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:48.442 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T08:11:40.926328+0000", 2023-10-14T00:01:48.442 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:48.443 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:48.443 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:48.443 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:48.443 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:48.443 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:48.443 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:48.444 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:48.444 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:48.444 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:48.444 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:48.444 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:48.445 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:48.445 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:48.445 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:48.445 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:48.445 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:48.445 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:48.446 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:48.446 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 12, 2023-10-14T00:01:48.446 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 4, 2023-10-14T00:01:48.446 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:48.446 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 4, 2023-10-14T00:01:48.447 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:48.447 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:48.447 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:48.447 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:48.447 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:48.448 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 4, 2023-10-14T00:01:48.448 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:48.448 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:48.448 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:48.448 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:48.449 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:48.449 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:48.449 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:48.449 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:48.450 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:48.450 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:48.450 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:48.450 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:48.450 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 12, 2023-10-14T00:01:48.451 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:48.451 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.451 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:48.451 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:48.451 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:48.452 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:48.452 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:48.452 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:48.452 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.452 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 2, 2023-10-14T00:01:48.453 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "58'8" 2023-10-14T00:01:48.453 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.453 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:48.453 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:48.453 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:48.453 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:48.454 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:48.454 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.454 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 7, 2023-10-14T00:01:48.454 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:48.454 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:48.455 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:48.455 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:48.455 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:48.455 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:48.455 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.328377+0000", 2023-10-14T00:01:48.456 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.341342+0000", 2023-10-14T00:01:48.456 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.341342+0000", 2023-10-14T00:01:48.456 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.341642+0000", 2023-10-14T00:01:48.456 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.328377+0000", 2023-10-14T00:01:48.456 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.457 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:48.457 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.457 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:48.457 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.328377+0000", 2023-10-14T00:01:48.457 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.328377+0000", 2023-10-14T00:01:48.458 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.328377+0000", 2023-10-14T00:01:48.458 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:48.458 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:48.458 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.458 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.328377+0000", 2023-10-14T00:01:48.459 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.328377+0000", 2023-10-14T00:01:48.459 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:48.459 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:48.459 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:48.459 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:48.461 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:48.461 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:48.462 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:48.462 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:48.462 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:48.462 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:48.462 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:48.463 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:48.463 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:48.463 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.11", 2023-10-14T00:01:48.463 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:48.463 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:48.464 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:48.464 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:48.464 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:48.464 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T08:33:24.614123+0000", 2023-10-14T00:01:48.464 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:48.465 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:48.465 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:48.465 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:48.465 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:48.465 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:48.466 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:48.466 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:48.466 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:48.466 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:48.466 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:48.467 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:48.467 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:48.467 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:48.467 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:48.467 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:48.468 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:48.468 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:48.468 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:48.468 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:48.468 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:48.469 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:48.469 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:48.469 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:48.469 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:48.469 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:48.470 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:48.470 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:48.470 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:48.470 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:48.470 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:48.471 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:48.471 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:48.471 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:48.471 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:48.471 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:48.472 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:48.472 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:48.472 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:48.472 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:48.472 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:48.473 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:48.473 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:48.473 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.473 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:48.473 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:48.474 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:48.474 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:48.474 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:48.474 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:48.475 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.475 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 7, 2023-10-14T00:01:48.475 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:48.475 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.475 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:48.476 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:48.476 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:48.476 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:48.476 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:48.476 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.476 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 4, 2023-10-14T00:01:48.477 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:48.477 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:48.477 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:48.477 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:48.478 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:48.478 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:48.478 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.326573+0000", 2023-10-14T00:01:48.478 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.706923+0000", 2023-10-14T00:01:48.478 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.706923+0000", 2023-10-14T00:01:48.479 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.707315+0000", 2023-10-14T00:01:48.479 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.326573+0000", 2023-10-14T00:01:48.479 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.479 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:48.479 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.480 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:48.480 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.326573+0000", 2023-10-14T00:01:48.480 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.326573+0000", 2023-10-14T00:01:48.480 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.326573+0000", 2023-10-14T00:01:48.480 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:48.481 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:48.481 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.481 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.326573+0000", 2023-10-14T00:01:48.481 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.326573+0000", 2023-10-14T00:01:48.481 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:48.482 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 1, 2023-10-14T00:01:48.482 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:48.482 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:48.482 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:48.482 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:48.483 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:48.483 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:48.483 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:48.483 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 1, 2023-10-14T00:01:48.483 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:48.484 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:48.484 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:48.484 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.f", 2023-10-14T00:01:48.484 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:48.485 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:48.485 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:48.485 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 18, 2023-10-14T00:01:48.485 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:48.485 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T03:51:24.127200+0000", 2023-10-14T00:01:48.486 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:48.486 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:48.486 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:48.486 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 22, 2023-10-14T00:01:48.486 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:48.487 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:48.487 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:48.487 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:48.487 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:48.487 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:48.488 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:48.488 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:48.488 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:48.488 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:48.488 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:48.489 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:48.489 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:48.489 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:48.489 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:48.489 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 3, 2023-10-14T00:01:48.490 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 1, 2023-10-14T00:01:48.490 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:48.490 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 1, 2023-10-14T00:01:48.490 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:48.490 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:48.491 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:48.491 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:48.491 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:48.491 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:48.491 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:48.492 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:48.492 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:48.492 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:48.492 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:48.492 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:48.493 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:48.493 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:48.493 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:48.493 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:48.493 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:48.493 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:48.494 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 1, 2023-10-14T00:01:48.494 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 1 2023-10-14T00:01:48.494 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.494 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:48.494 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:48.495 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:48.495 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:48.495 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:48.495 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:48.495 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.496 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 4, 2023-10-14T00:01:48.496 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "58'1" 2023-10-14T00:01:48.496 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.496 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:48.496 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:48.497 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:48.497 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:48.497 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:48.497 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.497 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 7, 2023-10-14T00:01:48.498 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:48.498 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:48.498 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:48.498 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:48.498 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:48.499 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:48.499 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.328350+0000", 2023-10-14T00:01:48.499 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.341053+0000", 2023-10-14T00:01:48.499 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.341053+0000", 2023-10-14T00:01:48.500 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.341341+0000", 2023-10-14T00:01:48.500 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.328350+0000", 2023-10-14T00:01:48.500 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.500 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:48.500 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.501 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:48.501 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.328350+0000", 2023-10-14T00:01:48.501 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.328350+0000", 2023-10-14T00:01:48.501 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.328350+0000", 2023-10-14T00:01:48.501 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:48.502 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:48.502 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.502 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.328350+0000", 2023-10-14T00:01:48.502 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.328350+0000", 2023-10-14T00:01:48.502 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:48.502 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:48.503 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:48.503 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:48.503 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:48.503 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:48.503 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:48.504 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:48.504 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:48.504 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:48.504 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:48.504 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:48.505 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:48.505 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.e", 2023-10-14T00:01:48.505 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:48.505 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:48.505 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:48.506 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:48.506 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:48.506 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T04:12:36.476139+0000", 2023-10-14T00:01:48.506 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:48.506 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:48.507 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:48.507 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:48.507 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:48.507 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:48.507 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:48.507 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:48.508 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:48.508 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:48.508 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:48.508 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:48.508 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:48.509 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:48.509 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:48.509 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:48.509 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:48.509 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:48.510 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:48.510 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:48.510 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:48.510 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:48.510 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:48.511 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:48.511 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:48.511 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:48.511 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:48.511 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:48.511 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:48.512 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:48.512 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:48.512 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:48.512 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:48.512 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:48.513 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:48.513 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:48.513 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:48.513 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:48.513 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:48.514 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:48.514 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:48.514 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:48.514 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:48.514 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.514 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:48.515 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:48.515 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:48.515 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:48.515 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:48.515 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:48.516 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.516 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 7, 2023-10-14T00:01:48.516 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:48.516 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.516 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:48.517 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:48.517 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:48.517 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:48.517 INFO:tasks.workunit.client.0.smithi055.stdout: 4 2023-10-14T00:01:48.517 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.518 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 1, 2023-10-14T00:01:48.518 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:48.518 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:48.518 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 60, 2023-10-14T00:01:48.518 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:48.519 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:48.519 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:48.519 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.325126+0000", 2023-10-14T00:01:48.519 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-14T00:00:02.980467+0000", 2023-10-14T00:01:48.519 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-14T00:00:02.980467+0000", 2023-10-14T00:01:48.520 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-14T00:00:02.980845+0000", 2023-10-14T00:01:48.520 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.325126+0000", 2023-10-14T00:01:48.520 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-14T00:00:01.602105+0000", 2023-10-14T00:01:48.520 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:48.520 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-14T00:00:01.602105+0000", 2023-10-14T00:01:48.521 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 61, 2023-10-14T00:01:48.521 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.325126+0000", 2023-10-14T00:01:48.521 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.325126+0000", 2023-10-14T00:01:48.521 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.325126+0000", 2023-10-14T00:01:48.521 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:48.522 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:48.522 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-14T00:00:01.602105+0000", 2023-10-14T00:01:48.522 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.325126+0000", 2023-10-14T00:01:48.522 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.325126+0000", 2023-10-14T00:01:48.522 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:48.523 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:48.523 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:48.523 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:48.523 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 60, 2023-10-14T00:01:48.523 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:48.524 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:48.524 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:48.524 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:48.524 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:48.524 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:48.525 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:48.525 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:48.525 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "4.2", 2023-10-14T00:01:48.525 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:48.525 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:48.525 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:48.526 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 13, 2023-10-14T00:01:48.526 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:48.526 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T01:32:39.003467+0000", 2023-10-14T00:01:48.526 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:48.526 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:48.527 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:48.527 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:48.527 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:48.527 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:48.527 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:48.528 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:48.528 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:48.528 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:48.528 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:48.528 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:48.529 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:48.529 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:48.529 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:48.529 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:48.529 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:48.530 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:48.530 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:48.530 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:48.530 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:48.530 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:48.531 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:48.531 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:48.531 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:48.531 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:48.531 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:48.532 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:48.532 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:48.532 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:48.532 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:48.532 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:48.533 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:48.533 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:48.533 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:48.533 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:48.533 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:48.534 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:48.534 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:48.534 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:48.534 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:48.534 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:48.534 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:48.535 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.535 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:48.535 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:48.535 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:48.535 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:48.536 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:48.536 INFO:tasks.workunit.client.0.smithi055.stdout: 4 2023-10-14T00:01:48.536 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.536 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 1, 2023-10-14T00:01:48.536 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:48.537 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.537 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:48.537 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:48.537 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:48.537 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:48.538 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:48.538 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.538 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 1, 2023-10-14T00:01:48.538 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:48.538 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:48.539 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:48.539 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:48.539 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:48.539 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:48.539 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.325706+0000", 2023-10-14T00:01:48.540 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.707358+0000", 2023-10-14T00:01:48.540 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.707358+0000", 2023-10-14T00:01:48.540 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.707696+0000", 2023-10-14T00:01:48.540 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.325706+0000", 2023-10-14T00:01:48.540 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.541 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:48.541 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.541 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:48.541 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.325706+0000", 2023-10-14T00:01:48.541 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.325706+0000", 2023-10-14T00:01:48.542 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.325706+0000", 2023-10-14T00:01:48.542 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:48.542 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:48.542 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.542 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.325706+0000", 2023-10-14T00:01:48.543 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.325706+0000", 2023-10-14T00:01:48.543 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:48.543 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:48.543 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:48.543 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:48.543 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:48.544 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:48.544 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:48.544 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:48.544 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:48.544 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:48.545 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:48.545 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:48.545 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:48.545 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.4", 2023-10-14T00:01:48.545 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:48.546 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:48.546 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:48.546 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 17, 2023-10-14T00:01:48.546 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:48.546 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T09:19:31.743436+0000", 2023-10-14T00:01:48.546 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:48.547 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:48.547 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:48.547 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:48.547 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:48.547 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:48.548 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:48.548 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:48.548 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:48.548 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:48.548 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:48.549 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:48.549 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:48.549 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:48.549 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:48.549 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:48.549 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:48.550 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:48.550 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:48.550 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:48.550 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:48.550 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:48.551 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:48.551 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:48.551 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:48.551 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:48.551 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:48.552 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:48.552 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:48.552 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:48.552 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:48.552 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:48.552 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:48.553 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:48.553 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:48.553 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:48.553 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:48.553 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:48.554 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:48.554 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:48.554 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:48.554 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:48.554 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:48.555 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.555 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:48.555 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:48.555 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:48.555 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:48.556 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:48.556 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:48.556 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.556 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 1, 2023-10-14T00:01:48.556 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:48.556 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.557 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:48.557 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:48.557 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:48.557 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:48.557 INFO:tasks.workunit.client.0.smithi055.stdout: 2 2023-10-14T00:01:48.558 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.558 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 5, 2023-10-14T00:01:48.558 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:48.558 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:48.558 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:48.559 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:48.559 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:48.559 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:48.559 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.330982+0000", 2023-10-14T00:01:48.559 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.347833+0000", 2023-10-14T00:01:48.560 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.347833+0000", 2023-10-14T00:01:48.560 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.348157+0000", 2023-10-14T00:01:48.560 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.330982+0000", 2023-10-14T00:01:48.560 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.560 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:48.561 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.561 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:48.561 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.330982+0000", 2023-10-14T00:01:48.561 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.330982+0000", 2023-10-14T00:01:48.561 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.330982+0000", 2023-10-14T00:01:48.561 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:48.562 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:48.562 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.562 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.330982+0000", 2023-10-14T00:01:48.562 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.330982+0000", 2023-10-14T00:01:48.562 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:48.563 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:48.563 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:48.563 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:48.563 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:48.563 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:48.564 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:48.564 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:48.564 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:48.564 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:48.564 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:48.565 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:48.565 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:48.565 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.5", 2023-10-14T00:01:48.565 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:48.565 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:48.565 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:48.566 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:48.566 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:48.566 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T04:13:27.045911+0000", 2023-10-14T00:01:48.566 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:48.566 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:48.567 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:48.567 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:48.567 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:48.567 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:48.567 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:48.568 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:48.568 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:48.568 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:48.568 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:48.568 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:48.569 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:48.569 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:48.569 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:48.569 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:48.569 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:48.569 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:48.570 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:48.570 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:48.570 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:48.570 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:48.570 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:48.571 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:48.571 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:48.571 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:48.571 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:48.571 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:48.572 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:48.572 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:48.572 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:48.572 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:48.572 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:48.572 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:48.573 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:48.573 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:48.573 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:48.573 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:48.573 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:48.574 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:48.574 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:48.574 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:48.574 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:48.574 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.575 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:48.575 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:48.575 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:48.575 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:48.575 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:48.576 INFO:tasks.workunit.client.0.smithi055.stdout: 2 2023-10-14T00:01:48.576 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.576 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 5, 2023-10-14T00:01:48.576 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:48.576 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.577 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:48.577 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:48.577 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:48.577 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:48.577 INFO:tasks.workunit.client.0.smithi055.stdout: 3 2023-10-14T00:01:48.578 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.578 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 1, 2023-10-14T00:01:48.578 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:48.578 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:48.578 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 60, 2023-10-14T00:01:48.579 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:48.579 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:48.579 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:48.579 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.325785+0000", 2023-10-14T00:01:48.579 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-14T00:00:03.009736+0000", 2023-10-14T00:01:48.580 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-14T00:00:03.009736+0000", 2023-10-14T00:01:48.580 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-14T00:00:03.010005+0000", 2023-10-14T00:01:48.580 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.325785+0000", 2023-10-14T00:01:48.580 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-14T00:00:01.602105+0000", 2023-10-14T00:01:48.580 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:48.581 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-14T00:00:01.602105+0000", 2023-10-14T00:01:48.581 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 61, 2023-10-14T00:01:48.581 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.325785+0000", 2023-10-14T00:01:48.581 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.325785+0000", 2023-10-14T00:01:48.581 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.325785+0000", 2023-10-14T00:01:48.581 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:48.582 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:48.582 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-14T00:00:01.602105+0000", 2023-10-14T00:01:48.582 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.325785+0000", 2023-10-14T00:01:48.582 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.325785+0000", 2023-10-14T00:01:48.582 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:48.583 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:48.583 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:48.583 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:48.583 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 60, 2023-10-14T00:01:48.583 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:48.584 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:48.584 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:48.584 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:48.584 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:48.584 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:48.585 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:48.585 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:48.585 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "4.4", 2023-10-14T00:01:48.585 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:48.585 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:48.586 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:48.586 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 13, 2023-10-14T00:01:48.586 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:48.586 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T09:32:40.373452+0000", 2023-10-14T00:01:48.586 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:48.587 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:48.587 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:48.587 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:48.587 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:48.587 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:48.588 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:48.588 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:48.588 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:48.588 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:48.588 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:48.588 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:48.589 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:48.589 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:48.589 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:48.589 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:48.589 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:48.590 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:48.590 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:48.590 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:48.590 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:48.590 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:48.591 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:48.591 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:48.591 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:48.591 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:48.591 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:48.592 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:48.592 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:48.592 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:48.592 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:48.592 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:48.593 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:48.593 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:48.593 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:48.593 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:48.593 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:48.593 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:48.594 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:48.594 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:48.594 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:48.594 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:48.594 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:48.595 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.595 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:48.595 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:48.595 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:48.595 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:48.596 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:48.596 INFO:tasks.workunit.client.0.smithi055.stdout: 3 2023-10-14T00:01:48.596 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.596 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 1, 2023-10-14T00:01:48.596 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:48.597 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.597 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:48.597 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:48.597 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:48.597 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:48.598 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:48.598 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.598 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 5, 2023-10-14T00:01:48.598 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:48.598 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:48.599 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:48.599 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:48.599 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:48.599 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:48.599 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.330045+0000", 2023-10-14T00:01:48.600 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.716413+0000", 2023-10-14T00:01:48.600 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.716413+0000", 2023-10-14T00:01:48.600 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.716765+0000", 2023-10-14T00:01:48.600 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.330045+0000", 2023-10-14T00:01:48.600 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.601 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:48.601 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.601 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:48.601 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.330045+0000", 2023-10-14T00:01:48.601 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.330045+0000", 2023-10-14T00:01:48.602 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.330045+0000", 2023-10-14T00:01:48.602 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:48.602 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:48.602 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.602 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.330045+0000", 2023-10-14T00:01:48.603 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.330045+0000", 2023-10-14T00:01:48.603 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:48.603 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:48.603 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:48.603 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:48.604 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:48.604 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:48.604 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:48.604 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:48.604 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:48.605 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:48.605 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:48.605 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:48.605 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:48.605 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.2", 2023-10-14T00:01:48.605 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:48.606 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:48.606 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:48.606 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 17, 2023-10-14T00:01:48.606 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:48.606 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T05:11:10.872613+0000", 2023-10-14T00:01:48.607 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:48.607 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:48.607 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:48.607 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:48.607 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:48.608 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:48.608 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:48.608 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:48.608 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:48.608 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:48.609 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:48.609 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:48.609 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:48.609 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:48.609 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:48.610 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:48.610 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:48.610 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:48.610 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:48.610 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:48.610 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:48.611 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:48.611 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:48.611 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:48.611 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:48.611 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:48.612 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:48.612 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:48.612 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:48.612 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:48.612 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:48.613 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:48.613 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:48.613 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:48.613 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:48.613 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:48.614 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:48.614 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:48.614 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:48.614 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:48.614 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:48.615 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:48.615 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:48.615 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.615 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:48.615 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:48.616 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:48.616 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:48.616 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:48.616 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:48.616 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.617 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 5, 2023-10-14T00:01:48.617 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:48.617 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.617 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:48.617 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:48.617 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:48.618 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:48.618 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:48.618 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.618 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 4, 2023-10-14T00:01:48.618 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:48.619 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:48.619 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:48.619 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:48.619 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:48.619 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:48.620 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.326083+0000", 2023-10-14T00:01:48.620 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.344578+0000", 2023-10-14T00:01:48.620 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.344578+0000", 2023-10-14T00:01:48.620 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.344904+0000", 2023-10-14T00:01:48.620 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.326083+0000", 2023-10-14T00:01:48.621 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.621 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:48.621 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.621 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:48.621 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.326083+0000", 2023-10-14T00:01:48.622 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.326083+0000", 2023-10-14T00:01:48.622 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.326083+0000", 2023-10-14T00:01:48.622 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:48.622 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:48.623 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.623 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.326083+0000", 2023-10-14T00:01:48.623 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.326083+0000", 2023-10-14T00:01:48.623 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:48.623 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:48.624 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:48.624 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:48.624 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:48.624 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:48.624 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:48.624 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:48.625 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:48.625 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:48.625 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:48.625 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:48.625 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:48.626 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.3", 2023-10-14T00:01:48.626 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:48.626 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:48.626 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:48.626 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:48.627 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:48.627 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T02:53:25.819205+0000", 2023-10-14T00:01:48.627 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:48.627 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:48.627 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:48.628 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:48.628 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:48.628 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:48.628 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:48.628 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:48.629 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:48.629 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:48.629 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:48.629 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:48.629 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:48.630 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:48.630 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:48.630 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:48.630 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:48.630 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:48.630 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:48.631 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:48.631 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:48.631 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:48.631 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:48.631 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:48.632 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:48.632 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:48.632 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:48.632 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:48.632 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:48.633 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:48.633 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:48.633 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:48.633 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:48.633 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:48.634 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:48.634 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:48.634 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:48.634 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:48.634 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:48.635 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:48.635 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:48.635 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:48.635 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:48.635 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.635 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:48.636 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:48.636 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:48.636 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:48.636 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:48.636 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:48.637 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.637 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 4, 2023-10-14T00:01:48.637 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:48.637 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.637 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:48.638 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:48.638 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:48.638 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:48.638 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:48.638 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.639 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 1, 2023-10-14T00:01:48.639 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:48.639 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:48.639 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 60, 2023-10-14T00:01:48.639 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:48.640 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:48.640 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:48.640 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.326520+0000", 2023-10-14T00:01:48.640 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-14T00:00:02.980424+0000", 2023-10-14T00:01:48.640 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-14T00:00:02.980424+0000", 2023-10-14T00:01:48.641 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-14T00:00:02.980893+0000", 2023-10-14T00:01:48.641 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.326520+0000", 2023-10-14T00:01:48.641 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-14T00:00:01.602105+0000", 2023-10-14T00:01:48.641 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:48.641 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-14T00:00:01.602105+0000", 2023-10-14T00:01:48.642 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 61, 2023-10-14T00:01:48.642 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.326520+0000", 2023-10-14T00:01:48.642 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.326520+0000", 2023-10-14T00:01:48.642 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.326520+0000", 2023-10-14T00:01:48.643 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:48.643 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:48.643 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-14T00:00:01.602105+0000", 2023-10-14T00:01:48.643 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.326520+0000", 2023-10-14T00:01:48.643 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.326520+0000", 2023-10-14T00:01:48.644 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:48.644 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:48.644 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:48.644 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:48.644 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 60, 2023-10-14T00:01:48.645 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:48.645 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:48.645 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:48.645 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:48.645 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:48.645 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:48.646 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:48.646 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:48.646 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "4.7", 2023-10-14T00:01:48.646 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:48.647 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:48.647 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:48.647 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 13, 2023-10-14T00:01:48.647 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:48.647 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T01:54:29.959845+0000", 2023-10-14T00:01:48.648 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:48.648 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:48.648 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:48.648 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:48.648 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:48.648 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:48.649 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:48.649 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:48.649 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:48.649 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:48.650 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:48.650 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:48.650 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:48.650 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:48.650 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:48.651 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:48.651 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:48.651 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:48.651 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:48.651 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:48.652 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:48.652 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:48.652 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:48.652 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:48.652 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:48.652 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:48.653 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:48.653 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:48.653 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:48.653 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:48.653 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:48.654 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:48.654 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:48.654 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:48.654 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:48.654 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:48.655 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:48.655 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:48.655 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:48.655 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:48.655 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:48.656 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:48.656 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:48.656 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.656 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:48.656 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:48.657 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:48.657 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:48.657 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:48.657 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:48.657 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.658 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 1, 2023-10-14T00:01:48.658 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:48.658 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.658 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:48.658 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:48.659 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:48.659 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:48.659 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:48.659 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.659 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 1, 2023-10-14T00:01:48.660 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:48.660 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:48.660 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:48.660 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:48.660 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:48.661 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:48.661 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.324153+0000", 2023-10-14T00:01:48.661 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.344951+0000", 2023-10-14T00:01:48.661 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.344951+0000", 2023-10-14T00:01:48.661 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.345399+0000", 2023-10-14T00:01:48.662 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.324153+0000", 2023-10-14T00:01:48.662 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.662 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:48.662 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.665 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:48.666 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.324153+0000", 2023-10-14T00:01:48.666 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.324153+0000", 2023-10-14T00:01:48.666 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.324153+0000", 2023-10-14T00:01:48.666 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:48.666 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:48.667 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.667 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.324153+0000", 2023-10-14T00:01:48.667 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.324153+0000", 2023-10-14T00:01:48.667 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:48.667 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:48.668 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:48.668 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:48.668 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:48.668 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:48.668 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:48.669 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:48.669 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:48.669 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:48.669 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:48.669 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:48.670 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:48.670 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.0", 2023-10-14T00:01:48.670 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:48.670 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:48.670 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:48.671 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:48.671 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:48.671 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T06:27:01.403692+0000", 2023-10-14T00:01:48.671 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:48.671 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:48.672 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:48.672 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:48.672 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:48.672 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:48.672 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:48.673 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:48.673 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:48.673 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:48.673 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:48.673 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:48.673 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:48.674 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:48.674 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:48.674 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:48.674 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:48.674 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:48.675 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:48.675 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:48.675 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:48.675 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:48.675 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:48.676 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:48.676 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:48.676 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:48.676 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:48.676 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:48.677 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:48.677 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:48.677 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:48.677 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:48.677 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:48.678 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:48.678 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:48.678 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:48.678 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:48.678 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:48.679 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:48.679 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:48.679 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:48.679 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:48.679 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:48.680 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.680 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:48.680 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:48.680 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:48.680 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:48.681 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:48.681 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:48.681 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.681 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 1, 2023-10-14T00:01:48.681 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:48.681 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.682 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:48.682 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:48.682 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:48.682 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:48.682 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:48.683 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.683 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 2, 2023-10-14T00:01:48.683 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:48.683 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:48.683 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:48.684 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:48.684 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:48.684 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:48.684 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.318678+0000", 2023-10-14T00:01:48.684 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.696927+0000", 2023-10-14T00:01:48.685 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.696927+0000", 2023-10-14T00:01:48.685 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.697283+0000", 2023-10-14T00:01:48.685 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.318678+0000", 2023-10-14T00:01:48.685 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.685 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:48.686 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.686 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:48.686 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.318678+0000", 2023-10-14T00:01:48.686 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.318678+0000", 2023-10-14T00:01:48.686 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.318678+0000", 2023-10-14T00:01:48.687 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:48.687 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:48.687 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.687 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.318678+0000", 2023-10-14T00:01:48.687 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.318678+0000", 2023-10-14T00:01:48.688 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:48.688 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:48.688 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:48.688 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:48.688 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:48.689 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:48.689 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:48.689 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:48.689 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:48.689 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:48.690 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:48.690 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:48.690 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:48.690 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.1", 2023-10-14T00:01:48.690 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:48.690 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:48.691 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:48.691 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 17, 2023-10-14T00:01:48.691 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:48.691 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T10:55:54.826314+0000", 2023-10-14T00:01:48.691 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:48.692 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:48.692 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:48.692 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:48.692 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:48.692 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:48.693 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:48.693 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:48.693 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:48.693 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:48.693 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:48.693 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:48.694 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:48.694 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:48.694 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:48.694 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:48.694 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:48.695 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:48.695 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:48.695 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:48.695 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:48.695 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:48.696 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:48.696 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:48.696 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:48.696 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:48.696 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:48.696 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:48.697 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:48.697 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:48.697 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:48.697 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:48.697 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:48.698 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:48.698 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:48.698 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:48.698 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:48.698 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:48.699 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:48.699 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:48.699 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:48.699 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:48.699 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:48.700 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.700 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:48.700 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:48.700 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:48.700 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:48.701 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:48.701 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:48.701 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.701 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 2, 2023-10-14T00:01:48.701 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:48.701 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.702 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:48.702 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:48.702 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:48.702 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:48.702 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:48.703 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.703 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 6, 2023-10-14T00:01:48.703 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:48.703 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:48.703 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 60, 2023-10-14T00:01:48.704 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:48.704 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:48.704 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:48.704 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.332052+0000", 2023-10-14T00:01:48.704 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-14T00:00:02.636881+0000", 2023-10-14T00:01:48.704 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-14T00:00:02.636881+0000", 2023-10-14T00:01:48.705 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-14T00:00:02.637189+0000", 2023-10-14T00:01:48.705 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.332052+0000", 2023-10-14T00:01:48.705 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-14T00:00:01.602105+0000", 2023-10-14T00:01:48.705 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:48.705 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-14T00:00:01.602105+0000", 2023-10-14T00:01:48.706 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 61, 2023-10-14T00:01:48.706 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.332052+0000", 2023-10-14T00:01:48.706 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.332052+0000", 2023-10-14T00:01:48.706 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.332052+0000", 2023-10-14T00:01:48.706 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:48.707 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:48.707 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-14T00:00:01.602105+0000", 2023-10-14T00:01:48.707 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.332052+0000", 2023-10-14T00:01:48.707 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.332052+0000", 2023-10-14T00:01:48.707 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:48.708 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:48.708 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:48.708 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:48.708 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 60, 2023-10-14T00:01:48.708 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:48.709 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:48.709 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:48.709 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:48.709 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:48.709 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:48.710 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:48.710 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:48.710 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "4.5", 2023-10-14T00:01:48.710 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:48.710 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:48.710 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:48.711 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 13, 2023-10-14T00:01:48.711 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:48.711 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T04:11:32.220823+0000", 2023-10-14T00:01:48.711 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:48.711 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:48.712 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:48.712 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:48.712 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:48.712 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:48.712 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:48.713 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:48.713 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:48.713 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:48.713 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:48.713 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:48.714 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:48.714 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:48.714 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:48.714 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:48.714 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:48.715 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:48.715 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:48.715 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:48.715 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:48.715 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:48.715 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:48.716 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:48.716 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:48.716 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:48.716 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:48.716 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:48.717 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:48.717 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:48.717 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:48.717 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:48.717 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:48.718 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:48.718 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:48.718 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:48.718 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:48.718 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:48.719 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:48.719 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:48.719 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:48.719 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:48.719 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:48.720 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.720 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:48.720 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:48.720 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:48.720 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:48.720 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:48.721 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:48.721 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.721 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 6, 2023-10-14T00:01:48.721 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:48.721 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.722 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:48.722 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:48.722 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:48.722 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:48.722 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:48.723 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.723 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 3, 2023-10-14T00:01:48.723 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:48.723 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:48.723 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:48.724 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:48.724 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:48.724 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:48.724 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.321857+0000", 2023-10-14T00:01:48.724 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.340813+0000", 2023-10-14T00:01:48.725 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.340813+0000", 2023-10-14T00:01:48.725 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.341870+0000", 2023-10-14T00:01:48.725 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.321857+0000", 2023-10-14T00:01:48.725 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.725 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:48.726 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.726 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:48.726 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.321857+0000", 2023-10-14T00:01:48.726 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.321857+0000", 2023-10-14T00:01:48.726 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.321857+0000", 2023-10-14T00:01:48.727 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:48.727 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:48.727 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.727 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.321857+0000", 2023-10-14T00:01:48.727 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.321857+0000", 2023-10-14T00:01:48.728 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:48.728 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:48.728 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:48.728 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:48.728 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:48.729 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:48.729 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:48.729 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:48.729 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:48.729 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:48.729 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:48.730 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:48.730 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:48.730 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.2", 2023-10-14T00:01:48.730 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:48.730 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:48.731 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:48.731 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:48.731 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:48.731 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T02:44:09.881102+0000", 2023-10-14T00:01:48.731 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:48.732 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:48.732 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:48.732 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:48.732 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:48.732 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:48.733 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:48.733 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:48.733 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:48.733 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:48.733 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:48.734 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:48.734 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:48.734 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:48.734 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:48.734 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:48.735 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:48.735 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:48.735 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:48.735 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:48.735 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:48.735 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:48.736 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:48.736 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:48.736 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:48.736 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:48.736 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:48.737 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:48.737 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:48.737 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:48.737 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:48.737 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:48.738 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:48.738 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:48.738 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:48.738 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:48.738 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:48.738 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:48.739 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:48.739 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:48.739 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:48.739 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:48.739 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:48.740 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.740 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:48.740 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:48.740 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:48.740 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:48.741 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:48.741 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:48.741 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.741 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 3, 2023-10-14T00:01:48.741 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:48.742 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.742 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:48.742 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:48.742 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:48.742 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:48.742 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:48.743 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.743 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 5, 2023-10-14T00:01:48.743 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:48.743 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:48.743 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:48.744 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:48.744 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:48.744 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:48.744 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.330241+0000", 2023-10-14T00:01:48.744 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.704786+0000", 2023-10-14T00:01:48.745 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.704786+0000", 2023-10-14T00:01:48.745 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.705101+0000", 2023-10-14T00:01:48.745 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.330241+0000", 2023-10-14T00:01:48.745 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.745 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:48.745 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.746 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:48.746 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.330241+0000", 2023-10-14T00:01:48.746 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.330241+0000", 2023-10-14T00:01:48.746 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.330241+0000", 2023-10-14T00:01:48.746 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:48.747 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:48.747 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.747 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.330241+0000", 2023-10-14T00:01:48.747 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.330241+0000", 2023-10-14T00:01:48.747 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:48.748 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:48.748 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:48.748 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:48.748 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:48.748 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:48.749 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:48.749 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:48.749 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:48.749 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:48.749 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:48.750 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:48.750 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:48.750 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.3", 2023-10-14T00:01:48.750 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:48.750 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:48.750 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:48.751 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 17, 2023-10-14T00:01:48.751 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:48.751 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T01:36:08.852164+0000", 2023-10-14T00:01:48.751 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:48.751 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:48.752 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:48.752 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:48.752 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:48.752 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:48.752 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:48.753 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:48.753 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:48.753 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:48.753 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:48.753 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:48.754 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:48.754 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:48.754 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:48.754 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:48.754 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:48.755 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:48.755 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:48.755 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:48.755 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:48.755 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:48.756 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:48.756 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:48.756 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:48.756 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:48.756 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:48.757 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:48.757 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:48.757 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:48.757 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:48.757 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:48.758 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:48.758 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:48.758 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:48.758 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:48.758 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:48.759 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:48.759 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:48.759 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:48.759 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:48.759 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:48.760 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:48.760 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.760 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:48.760 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:48.760 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:48.760 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:48.761 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:48.761 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:48.761 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.761 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 5, 2023-10-14T00:01:48.761 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:48.762 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.762 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:48.762 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:48.762 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:48.762 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:48.763 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:48.763 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.763 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 7, 2023-10-14T00:01:48.763 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:48.763 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:48.764 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 19, 2023-10-14T00:01:48.764 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:48.764 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:48.764 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:48.764 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:43.279661+0000", 2023-10-14T00:01:48.765 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:23.366362+0000", 2023-10-14T00:01:48.765 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:23.366362+0000", 2023-10-14T00:01:48.765 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:23.366826+0000", 2023-10-14T00:01:48.765 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:43.279661+0000", 2023-10-14T00:01:48.765 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:57:57.119812+0000", 2023-10-14T00:01:48.766 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:48.766 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:57:57.119812+0000", 2023-10-14T00:01:48.766 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 55, 2023-10-14T00:01:48.766 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:43.279661+0000", 2023-10-14T00:01:48.766 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:43.279661+0000", 2023-10-14T00:01:48.767 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:43.279661+0000", 2023-10-14T00:01:48.767 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:48.767 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:48.767 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:57:57.119812+0000", 2023-10-14T00:01:48.767 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:43.279661+0000", 2023-10-14T00:01:48.768 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:43.279661+0000", 2023-10-14T00:01:48.768 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:48.768 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 193, 2023-10-14T00:01:48.768 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:48.768 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:48.769 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 54, 2023-10-14T00:01:48.769 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:48.769 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:48.769 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:48.769 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:48.769 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 193, 2023-10-14T00:01:48.770 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:48.770 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:48.770 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:48.770 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "1.0", 2023-10-14T00:01:48.770 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:48.771 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:48.771 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 65, 2023-10-14T00:01:48.771 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 386, 2023-10-14T00:01:48.771 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:48.771 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T07:24:23.123942+0000", 2023-10-14T00:01:48.772 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:48.772 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:48.772 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:48.772 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 590368, 2023-10-14T00:01:48.772 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:48.773 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 1771104, 2023-10-14T00:01:48.773 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:48.773 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:48.773 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:48.773 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:48.774 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:48.774 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:48.774 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:48.774 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:48.774 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:48.775 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:48.775 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:48.775 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:48.775 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:48.775 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 6, 2023-10-14T00:01:48.776 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 2, 2023-10-14T00:01:48.776 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:48.776 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 2, 2023-10-14T00:01:48.776 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:48.776 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:48.776 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:48.777 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:48.777 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:48.777 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:48.777 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:48.777 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 6, 2023-10-14T00:01:48.778 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:48.778 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:48.778 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:48.778 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:48.778 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:48.779 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 357, 2023-10-14T00:01:48.779 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 624, 2023-10-14T00:01:48.779 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:48.779 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:48.779 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:48.780 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 269, 2023-10-14T00:01:48.780 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 3462 2023-10-14T00:01:48.780 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.780 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:48.780 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:48.781 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:48.781 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:48.781 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:48.781 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:48.781 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.782 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 7, 2023-10-14T00:01:48.782 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "65'193" 2023-10-14T00:01:48.782 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.782 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:48.782 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:48.783 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:48.783 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:48.783 INFO:tasks.workunit.client.0.smithi055.stdout: 2 2023-10-14T00:01:48.783 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.783 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 0, 2023-10-14T00:01:48.784 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:48.784 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:48.784 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 60, 2023-10-14T00:01:48.784 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:48.784 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:48.785 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:48.785 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.325122+0000", 2023-10-14T00:01:48.785 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-14T00:00:03.009386+0000", 2023-10-14T00:01:48.785 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-14T00:00:03.009386+0000", 2023-10-14T00:01:48.785 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-14T00:00:03.009738+0000", 2023-10-14T00:01:48.786 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.325122+0000", 2023-10-14T00:01:48.786 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-14T00:00:01.602105+0000", 2023-10-14T00:01:48.786 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:48.786 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-14T00:00:01.602105+0000", 2023-10-14T00:01:48.786 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 61, 2023-10-14T00:01:48.787 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.325122+0000", 2023-10-14T00:01:48.787 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.325122+0000", 2023-10-14T00:01:48.787 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.325122+0000", 2023-10-14T00:01:48.787 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:48.787 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:48.788 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-14T00:00:01.602105+0000", 2023-10-14T00:01:48.788 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.325122+0000", 2023-10-14T00:01:48.788 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.325122+0000", 2023-10-14T00:01:48.788 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:48.788 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:48.789 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:48.789 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:48.789 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 60, 2023-10-14T00:01:48.789 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:48.789 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:48.790 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:48.790 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:48.790 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:48.790 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:48.790 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:48.791 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:48.791 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "4.6", 2023-10-14T00:01:48.791 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:48.791 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:48.791 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:48.792 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 13, 2023-10-14T00:01:48.792 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:48.792 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T09:40:40.255359+0000", 2023-10-14T00:01:48.792 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:48.792 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:48.793 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:48.793 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:48.793 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:48.793 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:48.793 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:48.794 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:48.794 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:48.794 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:48.794 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:48.794 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:48.795 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:48.795 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:48.795 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:48.795 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:48.795 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:48.796 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:48.796 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:48.796 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:48.796 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:48.796 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:48.797 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:48.797 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:48.797 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:48.797 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:48.797 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:48.797 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:48.798 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:48.798 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:48.798 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:48.798 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:48.798 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:48.799 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:48.799 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:48.799 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:48.799 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:48.800 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:48.800 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:48.800 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:48.800 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:48.800 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:48.800 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:48.801 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.801 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:48.801 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:48.801 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:48.801 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:48.802 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:48.802 INFO:tasks.workunit.client.0.smithi055.stdout: 2 2023-10-14T00:01:48.802 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.802 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 0, 2023-10-14T00:01:48.802 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:48.803 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.803 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:48.803 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:48.803 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:48.803 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:48.804 INFO:tasks.workunit.client.0.smithi055.stdout: 3 2023-10-14T00:01:48.804 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.804 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 0, 2023-10-14T00:01:48.804 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:48.804 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:48.805 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:48.805 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:48.805 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:48.805 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:48.805 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.324890+0000", 2023-10-14T00:01:48.806 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.345727+0000", 2023-10-14T00:01:48.806 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.345727+0000", 2023-10-14T00:01:48.806 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.346039+0000", 2023-10-14T00:01:48.806 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.324890+0000", 2023-10-14T00:01:48.807 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.807 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:48.807 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.807 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:48.807 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.324890+0000", 2023-10-14T00:01:48.808 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.324890+0000", 2023-10-14T00:01:48.808 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.324890+0000", 2023-10-14T00:01:48.808 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:48.808 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:48.808 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.809 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.324890+0000", 2023-10-14T00:01:48.809 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.324890+0000", 2023-10-14T00:01:48.809 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:48.809 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:48.809 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:48.810 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:48.810 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:48.810 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:48.810 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:48.810 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:48.811 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:48.811 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:48.811 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:48.811 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:48.811 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:48.812 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.1", 2023-10-14T00:01:48.812 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:48.812 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:48.812 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:48.812 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:48.813 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:48.813 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T08:38:24.276851+0000", 2023-10-14T00:01:48.813 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:48.813 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:48.813 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:48.814 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:48.814 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:48.814 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:48.814 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:48.814 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:48.815 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:48.815 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:48.815 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:48.815 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:48.815 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:48.816 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:48.816 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:48.816 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:48.816 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:48.816 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:48.816 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:48.817 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:48.817 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:48.817 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:48.817 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:48.817 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:48.818 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:48.818 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:48.818 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:48.818 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:48.818 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:48.819 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:48.819 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:48.819 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:48.819 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:48.819 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:48.820 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:48.820 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:48.820 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:48.820 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:48.820 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:48.821 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:48.821 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:48.821 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:48.821 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:48.821 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.822 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:48.822 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:48.822 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:48.822 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:48.822 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:48.823 INFO:tasks.workunit.client.0.smithi055.stdout: 3 2023-10-14T00:01:48.823 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.823 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 0, 2023-10-14T00:01:48.823 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:48.823 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.823 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:48.824 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:48.824 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:48.824 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:48.824 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:48.824 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.825 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 7, 2023-10-14T00:01:48.825 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:48.825 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:48.825 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:48.826 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:48.826 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:48.826 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:48.826 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.327730+0000", 2023-10-14T00:01:48.826 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.707354+0000", 2023-10-14T00:01:48.827 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.707354+0000", 2023-10-14T00:01:48.827 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.707727+0000", 2023-10-14T00:01:48.827 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.327730+0000", 2023-10-14T00:01:48.827 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.827 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:48.828 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.828 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:48.828 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.327730+0000", 2023-10-14T00:01:48.828 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.327730+0000", 2023-10-14T00:01:48.828 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.327730+0000", 2023-10-14T00:01:48.829 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:48.829 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:48.829 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.829 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.327730+0000", 2023-10-14T00:01:48.829 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.327730+0000", 2023-10-14T00:01:48.830 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:48.830 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:48.830 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:48.830 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:48.830 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:48.831 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:48.831 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:48.831 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:48.831 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:48.831 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:48.832 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:48.832 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:48.832 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:48.832 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.0", 2023-10-14T00:01:48.832 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:48.832 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:48.833 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:48.833 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 17, 2023-10-14T00:01:48.833 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:48.833 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T04:45:58.598980+0000", 2023-10-14T00:01:48.833 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:48.834 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:48.834 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:48.834 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:48.834 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:48.834 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:48.835 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:48.835 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:48.835 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:48.835 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:48.835 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:48.836 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:48.836 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:48.836 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:48.836 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:48.836 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:48.837 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:48.837 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:48.837 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:48.837 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:48.837 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:48.838 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:48.838 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:48.838 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:48.838 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:48.838 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:48.839 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:48.839 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:48.839 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:48.839 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:48.839 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:48.840 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:48.840 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:48.840 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:48.840 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:48.840 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:48.841 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:48.841 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:48.841 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:48.841 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:48.841 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:48.842 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:48.842 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:48.842 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.842 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:48.842 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:48.843 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:48.843 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:48.843 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:48.843 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:48.843 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.843 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 7, 2023-10-14T00:01:48.844 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:48.844 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.844 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:48.844 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:48.844 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:48.845 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:48.845 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:48.845 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.845 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 0, 2023-10-14T00:01:48.845 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:48.846 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:48.846 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 60, 2023-10-14T00:01:48.846 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:48.846 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:48.846 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:48.847 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.325158+0000", 2023-10-14T00:01:48.847 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-14T00:00:02.980385+0000", 2023-10-14T00:01:48.847 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-14T00:00:02.980385+0000", 2023-10-14T00:01:48.847 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-14T00:00:02.980770+0000", 2023-10-14T00:01:48.847 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.325158+0000", 2023-10-14T00:01:48.848 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-14T00:00:01.602105+0000", 2023-10-14T00:01:48.848 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:48.848 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-14T00:00:01.602105+0000", 2023-10-14T00:01:48.848 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 61, 2023-10-14T00:01:48.848 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.325158+0000", 2023-10-14T00:01:48.849 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.325158+0000", 2023-10-14T00:01:48.849 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.325158+0000", 2023-10-14T00:01:48.849 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:48.849 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:48.849 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-14T00:00:01.602105+0000", 2023-10-14T00:01:48.849 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.325158+0000", 2023-10-14T00:01:48.850 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.325158+0000", 2023-10-14T00:01:48.850 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:48.850 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:48.850 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:48.850 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:48.851 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 60, 2023-10-14T00:01:48.851 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:48.851 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:48.851 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:48.851 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:48.852 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:48.852 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:48.852 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:48.852 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:48.852 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "4.3", 2023-10-14T00:01:48.853 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:48.853 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:48.853 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:48.853 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 13, 2023-10-14T00:01:48.853 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:48.854 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T03:15:45.766955+0000", 2023-10-14T00:01:48.854 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:48.854 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:48.854 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:48.854 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:48.855 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:48.855 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:48.855 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:48.855 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:48.855 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:48.856 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:48.856 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:48.856 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:48.856 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:48.856 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:48.856 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:48.857 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:48.857 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:48.857 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:48.858 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:48.858 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:48.858 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:48.858 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:48.858 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:48.859 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:48.859 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:48.859 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:48.859 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:48.859 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:48.860 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:48.860 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:48.860 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:48.860 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:48.860 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:48.861 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:48.861 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:48.861 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:48.861 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:48.861 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:48.862 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:48.862 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:48.862 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:48.862 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:48.862 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:48.863 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.863 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:48.863 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:48.863 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:48.863 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:48.864 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:48.864 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:48.864 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.864 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 0, 2023-10-14T00:01:48.864 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:48.865 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.865 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:48.865 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:48.865 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:48.865 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:48.866 INFO:tasks.workunit.client.0.smithi055.stdout: 4 2023-10-14T00:01:48.866 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.866 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 7, 2023-10-14T00:01:48.867 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:48.867 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:48.867 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:48.867 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:48.867 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:48.867 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:48.868 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.328999+0000", 2023-10-14T00:01:48.868 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.707708+0000", 2023-10-14T00:01:48.868 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.707708+0000", 2023-10-14T00:01:48.868 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.707972+0000", 2023-10-14T00:01:48.868 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.328999+0000", 2023-10-14T00:01:48.869 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.869 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:48.869 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.869 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:48.869 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.328999+0000", 2023-10-14T00:01:48.870 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.328999+0000", 2023-10-14T00:01:48.870 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.328999+0000", 2023-10-14T00:01:48.870 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:48.870 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:48.871 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.871 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.328999+0000", 2023-10-14T00:01:48.871 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.328999+0000", 2023-10-14T00:01:48.871 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:48.872 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:48.872 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:48.872 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:48.872 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:48.872 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:48.872 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:48.873 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:48.873 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:48.873 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:48.873 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:48.874 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:48.874 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:48.874 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.5", 2023-10-14T00:01:48.874 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:48.874 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:48.875 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:48.875 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 17, 2023-10-14T00:01:48.875 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:48.875 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T05:26:00.995748+0000", 2023-10-14T00:01:48.875 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:48.876 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:48.876 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:48.876 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:48.876 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:48.877 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:48.877 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:48.877 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:48.877 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:48.877 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:48.877 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:48.878 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:48.878 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:48.878 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:48.878 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:48.878 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:48.879 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:48.879 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:48.879 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:48.879 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:48.880 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:48.880 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:48.880 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:48.880 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:48.880 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:48.881 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:48.881 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:48.881 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:48.881 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:48.881 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:48.882 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:48.882 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:48.882 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:48.882 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:48.882 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:48.883 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:48.883 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:48.883 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:48.883 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:48.883 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:48.883 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:48.884 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:48.884 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:48.884 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.884 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:48.884 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:48.885 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:48.885 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:48.885 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:48.885 INFO:tasks.workunit.client.0.smithi055.stdout: 4 2023-10-14T00:01:48.885 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.886 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 7, 2023-10-14T00:01:48.886 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:48.886 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.886 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:48.886 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:48.887 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:48.887 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:48.887 INFO:tasks.workunit.client.0.smithi055.stdout: 5 2023-10-14T00:01:48.887 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.887 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 1, 2023-10-14T00:01:48.888 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:48.888 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:48.888 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:48.888 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:48.888 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:48.888 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:48.889 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.325873+0000", 2023-10-14T00:01:48.889 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.344891+0000", 2023-10-14T00:01:48.889 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.344891+0000", 2023-10-14T00:01:48.889 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.345284+0000", 2023-10-14T00:01:48.889 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.325873+0000", 2023-10-14T00:01:48.890 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.890 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:48.890 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.890 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:48.890 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.325873+0000", 2023-10-14T00:01:48.891 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.325873+0000", 2023-10-14T00:01:48.891 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.325873+0000", 2023-10-14T00:01:48.891 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:48.891 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:48.891 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.892 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.325873+0000", 2023-10-14T00:01:48.892 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.325873+0000", 2023-10-14T00:01:48.892 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:48.892 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:48.892 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:48.892 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:48.893 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:48.893 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:48.893 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:48.893 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:48.893 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:48.894 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:48.894 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:48.894 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:48.894 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:48.894 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.4", 2023-10-14T00:01:48.895 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:48.895 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:48.895 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:48.895 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:48.895 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:48.896 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T06:52:10.341092+0000", 2023-10-14T00:01:48.896 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:48.896 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:48.896 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:48.896 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:48.897 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:48.897 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:48.897 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:48.897 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:48.897 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:48.898 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:48.898 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:48.898 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:48.898 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:48.898 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:48.899 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:48.899 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:48.899 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:48.899 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:48.899 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:48.899 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:48.900 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:48.900 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:48.900 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:48.900 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:48.900 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:48.901 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:48.901 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:48.901 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:48.901 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:48.901 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:48.902 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:48.902 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:48.902 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:48.902 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:48.902 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:48.903 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:48.903 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:48.903 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:48.903 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:48.903 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:48.904 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:48.904 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:48.904 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:48.904 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.904 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:48.905 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:48.905 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:48.905 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:48.905 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:48.905 INFO:tasks.workunit.client.0.smithi055.stdout: 5 2023-10-14T00:01:48.906 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.906 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 1, 2023-10-14T00:01:48.906 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:48.906 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.906 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:48.907 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:48.907 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:48.907 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:48.907 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:48.907 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.908 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 3, 2023-10-14T00:01:48.908 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:48.908 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:48.908 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 60, 2023-10-14T00:01:48.908 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:48.908 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:48.909 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:48.909 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.321281+0000", 2023-10-14T00:01:48.909 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-14T00:00:02.640314+0000", 2023-10-14T00:01:48.909 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-14T00:00:02.640314+0000", 2023-10-14T00:01:48.909 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-14T00:00:02.640668+0000", 2023-10-14T00:01:48.910 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.321281+0000", 2023-10-14T00:01:48.910 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-14T00:00:01.602105+0000", 2023-10-14T00:01:48.910 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:48.910 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-14T00:00:01.602105+0000", 2023-10-14T00:01:48.910 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 61, 2023-10-14T00:01:48.911 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.321281+0000", 2023-10-14T00:01:48.911 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.321281+0000", 2023-10-14T00:01:48.911 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.321281+0000", 2023-10-14T00:01:48.911 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:48.911 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:48.912 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-14T00:00:01.602105+0000", 2023-10-14T00:01:48.912 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.321281+0000", 2023-10-14T00:01:48.912 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.321281+0000", 2023-10-14T00:01:48.912 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:48.912 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:48.913 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:48.913 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:48.913 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 60, 2023-10-14T00:01:48.913 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:48.913 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:48.913 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:48.914 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:48.914 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:48.914 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:48.914 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:48.914 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:48.915 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "4.0", 2023-10-14T00:01:48.915 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:48.915 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:48.915 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:48.915 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 13, 2023-10-14T00:01:48.916 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:48.916 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T11:32:50.148511+0000", 2023-10-14T00:01:48.916 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:48.916 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:48.916 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:48.917 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:48.917 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:48.917 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:48.917 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:48.917 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:48.918 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:48.918 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:48.918 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:48.918 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:48.918 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:48.919 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:48.919 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:48.919 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:48.919 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:48.919 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:48.919 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:48.920 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:48.920 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:48.920 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:48.920 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:48.920 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:48.921 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:48.921 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:48.921 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:48.921 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:48.921 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:48.922 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:48.922 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:48.922 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:48.922 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:48.922 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:48.922 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:48.923 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:48.926 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:48.927 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:48.927 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:48.927 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:48.927 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:48.927 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:48.928 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:48.928 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.928 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:48.928 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:48.928 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:48.929 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:48.929 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:48.929 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:48.929 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.929 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 3, 2023-10-14T00:01:48.930 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:48.930 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.930 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:48.930 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:48.930 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:48.930 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:48.931 INFO:tasks.workunit.client.0.smithi055.stdout: 4 2023-10-14T00:01:48.931 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.931 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 1, 2023-10-14T00:01:48.931 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:48.931 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:48.932 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:48.932 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:48.932 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:48.932 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:48.932 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.325026+0000", 2023-10-14T00:01:48.933 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.716865+0000", 2023-10-14T00:01:48.933 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.716865+0000", 2023-10-14T00:01:48.933 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.717214+0000", 2023-10-14T00:01:48.933 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.325026+0000", 2023-10-14T00:01:48.933 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.933 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:48.934 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.934 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:48.934 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.325026+0000", 2023-10-14T00:01:48.934 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.325026+0000", 2023-10-14T00:01:48.934 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.325026+0000", 2023-10-14T00:01:48.935 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:48.935 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:48.935 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.935 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.325026+0000", 2023-10-14T00:01:48.935 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.325026+0000", 2023-10-14T00:01:48.936 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:48.936 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 1, 2023-10-14T00:01:48.936 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:48.936 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:48.936 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:48.937 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:48.937 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:48.937 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:48.937 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:48.937 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 1, 2023-10-14T00:01:48.938 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:48.938 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:48.938 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:48.938 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.6", 2023-10-14T00:01:48.938 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:48.938 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:48.939 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:48.939 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 18, 2023-10-14T00:01:48.939 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:48.939 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T06:32:19.406739+0000", 2023-10-14T00:01:48.939 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:48.940 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:48.940 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:48.940 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:48.940 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:48.940 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:48.941 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:48.941 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:48.941 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:48.941 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:48.941 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:48.941 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:48.942 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:48.942 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:48.942 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:48.942 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:48.942 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:48.943 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:48.943 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:48.943 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 3, 2023-10-14T00:01:48.943 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 1, 2023-10-14T00:01:48.943 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:48.944 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 1, 2023-10-14T00:01:48.944 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:48.944 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:48.944 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:48.944 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:48.944 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:48.945 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 1, 2023-10-14T00:01:48.945 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:48.945 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:48.945 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:48.945 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:48.946 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:48.946 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:48.946 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:48.946 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:48.946 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:48.947 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:48.947 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:48.947 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:48.947 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 1, 2023-10-14T00:01:48.947 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:48.947 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.948 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:48.948 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:48.948 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:48.948 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:48.948 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:48.949 INFO:tasks.workunit.client.0.smithi055.stdout: 4 2023-10-14T00:01:48.949 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.949 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 1, 2023-10-14T00:01:48.949 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "59'1" 2023-10-14T00:01:48.949 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.950 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:48.950 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:48.950 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:48.950 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:48.950 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:48.951 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.951 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 3, 2023-10-14T00:01:48.951 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:48.951 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:48.951 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:48.952 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:48.952 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:48.952 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:48.952 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.322214+0000", 2023-10-14T00:01:48.952 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.354944+0000", 2023-10-14T00:01:48.952 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.354944+0000", 2023-10-14T00:01:48.953 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.355359+0000", 2023-10-14T00:01:48.953 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.322214+0000", 2023-10-14T00:01:48.953 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.953 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:48.953 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.954 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:48.954 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.322214+0000", 2023-10-14T00:01:48.954 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.322214+0000", 2023-10-14T00:01:48.954 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.322214+0000", 2023-10-14T00:01:48.954 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:48.955 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:48.955 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:48.955 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.322214+0000", 2023-10-14T00:01:48.955 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.322214+0000", 2023-10-14T00:01:48.955 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:48.955 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:48.956 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:48.956 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:48.956 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:48.956 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:48.956 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:48.957 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:48.957 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:48.957 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:48.957 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:48.957 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:48.958 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:48.958 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.7", 2023-10-14T00:01:48.958 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:48.958 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:48.958 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:48.959 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:48.959 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:48.959 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T03:15:09.199704+0000", 2023-10-14T00:01:48.959 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:48.959 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:48.959 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:48.960 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:48.960 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:48.960 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:48.960 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:48.960 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:48.961 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:48.961 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:48.961 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:48.961 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:48.961 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:48.961 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:48.962 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:48.962 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:48.962 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:48.962 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:48.962 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:48.963 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:48.963 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:48.963 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:48.963 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:48.963 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:48.964 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:48.964 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:48.964 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:48.964 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:48.964 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:48.965 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:48.965 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:48.965 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:48.965 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:48.965 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:48.965 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:48.966 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:48.966 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:48.966 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:48.966 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:48.966 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:48.967 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:48.967 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:48.967 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:48.967 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.967 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:48.968 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:48.968 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:48.968 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:48.968 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:48.968 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:48.969 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.969 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 3, 2023-10-14T00:01:48.969 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:48.969 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.969 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:48.969 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:48.970 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:48.970 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:48.970 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:48.970 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.970 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 4, 2023-10-14T00:01:48.971 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:48.971 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:48.971 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 60, 2023-10-14T00:01:48.971 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:48.971 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:48.972 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:48.972 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.325313+0000", 2023-10-14T00:01:48.972 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-14T00:00:02.980344+0000", 2023-10-14T00:01:48.972 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-14T00:00:02.980344+0000", 2023-10-14T00:01:48.972 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-14T00:00:02.980710+0000", 2023-10-14T00:01:48.973 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.325313+0000", 2023-10-14T00:01:48.973 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-14T00:00:01.602105+0000", 2023-10-14T00:01:48.973 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:48.973 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-14T00:00:01.602105+0000", 2023-10-14T00:01:48.973 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 61, 2023-10-14T00:01:48.973 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.325313+0000", 2023-10-14T00:01:48.974 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.325313+0000", 2023-10-14T00:01:48.974 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.325313+0000", 2023-10-14T00:01:48.974 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:48.974 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:48.974 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-14T00:00:01.602105+0000", 2023-10-14T00:01:48.975 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.325313+0000", 2023-10-14T00:01:48.975 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.325313+0000", 2023-10-14T00:01:48.975 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:48.975 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:48.975 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:48.976 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:48.976 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 60, 2023-10-14T00:01:48.976 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:48.976 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:48.976 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:48.977 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:48.977 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:48.977 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:48.977 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:48.977 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:48.977 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "4.1", 2023-10-14T00:01:48.978 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:48.978 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:48.978 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:48.978 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 13, 2023-10-14T00:01:48.978 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:48.979 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T03:11:55.783250+0000", 2023-10-14T00:01:48.979 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:48.979 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:48.979 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:48.979 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:48.980 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:48.980 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:48.980 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:48.980 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:48.980 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:48.981 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:48.981 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:48.981 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:48.981 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:48.981 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:48.981 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:48.982 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:48.982 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:48.982 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:48.982 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:48.982 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:48.983 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:48.983 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:48.983 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:48.983 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:48.983 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:48.984 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:48.984 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:48.984 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:48.984 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:48.984 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:48.985 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:48.985 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:48.985 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:48.985 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:48.985 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:48.985 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:48.986 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:48.986 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:48.986 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:48.986 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:48.986 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:48.987 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:48.987 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:48.987 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.987 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:48.987 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:48.988 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:48.988 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:48.988 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:48.988 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:48.988 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.989 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 4, 2023-10-14T00:01:48.989 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:48.989 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:48.989 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:48.989 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:48.989 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:48.990 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:48.990 INFO:tasks.workunit.client.0.smithi055.stdout: 2 2023-10-14T00:01:48.990 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:48.990 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 6, 2023-10-14T00:01:48.990 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:48.991 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:48.991 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:48.991 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:48.991 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:48.991 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:48.992 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.332273+0000", 2023-10-14T00:01:48.992 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.687789+0000", 2023-10-14T00:01:48.992 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.687789+0000", 2023-10-14T00:01:48.992 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.688208+0000", 2023-10-14T00:01:48.992 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.332273+0000", 2023-10-14T00:01:48.993 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.993 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:48.993 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.993 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:48.993 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.332273+0000", 2023-10-14T00:01:48.993 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.332273+0000", 2023-10-14T00:01:48.994 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.332273+0000", 2023-10-14T00:01:48.994 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:48.994 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:48.994 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:48.994 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.332273+0000", 2023-10-14T00:01:48.995 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.332273+0000", 2023-10-14T00:01:48.995 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:48.995 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 2, 2023-10-14T00:01:48.995 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:48.995 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:48.996 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:48.996 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:48.996 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:48.996 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:48.996 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:48.997 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 2, 2023-10-14T00:01:48.997 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:48.997 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:48.997 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:48.997 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.7", 2023-10-14T00:01:48.997 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:48.998 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:48.998 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:48.998 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 19, 2023-10-14T00:01:48.998 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:48.998 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T11:46:20.943456+0000", 2023-10-14T00:01:48.999 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:48.999 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:48.999 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:48.999 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:48.999 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:49.000 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:49.000 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:49.000 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:49.000 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:49.000 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:49.001 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:49.001 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:49.001 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:49.001 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:49.001 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:49.001 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:49.002 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:49.002 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:49.002 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:49.002 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 3, 2023-10-14T00:01:49.002 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 1, 2023-10-14T00:01:49.003 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:49.003 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 1, 2023-10-14T00:01:49.003 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:49.003 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:49.003 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:49.004 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:49.004 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:49.004 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 1, 2023-10-14T00:01:49.004 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:49.004 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:49.004 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:49.005 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:49.005 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:49.005 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:49.005 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:49.005 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:49.006 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:49.006 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:49.006 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:49.006 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:49.006 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 3, 2023-10-14T00:01:49.007 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:49.007 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.007 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:49.007 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:49.007 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:49.008 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:49.008 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:49.008 INFO:tasks.workunit.client.0.smithi055.stdout: 2 2023-10-14T00:01:49.008 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.008 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 6, 2023-10-14T00:01:49.009 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "58'2" 2023-10-14T00:01:49.009 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.009 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:49.009 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:49.009 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:49.009 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:49.010 INFO:tasks.workunit.client.0.smithi055.stdout: 4 2023-10-14T00:01:49.010 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.010 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 0, 2023-10-14T00:01:49.010 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:49.010 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:49.011 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:49.011 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:49.011 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:49.011 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:49.011 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.326365+0000", 2023-10-14T00:01:49.012 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.348510+0000", 2023-10-14T00:01:49.012 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.348510+0000", 2023-10-14T00:01:49.012 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.348885+0000", 2023-10-14T00:01:49.012 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.326365+0000", 2023-10-14T00:01:49.012 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.012 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:49.013 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.013 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:49.013 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.326365+0000", 2023-10-14T00:01:49.013 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.326365+0000", 2023-10-14T00:01:49.013 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.326365+0000", 2023-10-14T00:01:49.014 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:49.014 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:49.014 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.014 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.326365+0000", 2023-10-14T00:01:49.014 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.326365+0000", 2023-10-14T00:01:49.015 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:49.015 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:49.015 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:49.015 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:49.015 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:49.016 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:49.016 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:49.016 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:49.016 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:49.016 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:49.017 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:49.017 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:49.017 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:49.017 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.6", 2023-10-14T00:01:49.017 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:49.017 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:49.018 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:49.018 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:49.018 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:49.018 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T00:34:26.989577+0000", 2023-10-14T00:01:49.018 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:49.019 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:49.019 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:49.019 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:49.019 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:49.019 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:49.020 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:49.020 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:49.020 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:49.020 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:49.020 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:49.021 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:49.021 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:49.021 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:49.021 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:49.021 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:49.021 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:49.022 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:49.022 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:49.022 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:49.022 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:49.022 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:49.023 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:49.023 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:49.023 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:49.023 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:49.023 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:49.024 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:49.024 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:49.024 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:49.024 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:49.024 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:49.024 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:49.025 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:49.025 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:49.025 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:49.025 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:49.025 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:49.026 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:49.026 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:49.026 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:49.026 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:49.026 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:49.027 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.027 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:49.027 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:49.027 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:49.027 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:49.028 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:49.028 INFO:tasks.workunit.client.0.smithi055.stdout: 4 2023-10-14T00:01:49.028 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.028 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 0, 2023-10-14T00:01:49.028 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:49.028 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.029 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:49.029 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:49.029 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:49.029 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:49.029 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:49.030 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.030 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 7, 2023-10-14T00:01:49.030 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:49.030 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:49.030 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:49.031 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:49.031 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:49.031 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:49.031 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.328162+0000", 2023-10-14T00:01:49.031 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.707833+0000", 2023-10-14T00:01:49.032 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.707833+0000", 2023-10-14T00:01:49.032 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.708153+0000", 2023-10-14T00:01:49.032 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.328162+0000", 2023-10-14T00:01:49.032 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:49.032 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:49.032 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:49.033 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:49.033 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.328162+0000", 2023-10-14T00:01:49.033 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.328162+0000", 2023-10-14T00:01:49.033 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.328162+0000", 2023-10-14T00:01:49.033 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:49.034 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:49.034 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:49.034 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.328162+0000", 2023-10-14T00:01:49.034 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.328162+0000", 2023-10-14T00:01:49.034 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:49.035 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:49.035 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:49.035 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:49.035 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:49.035 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:49.035 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:49.036 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:49.036 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:49.036 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:49.036 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:49.036 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:49.037 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:49.037 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.8", 2023-10-14T00:01:49.037 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:49.037 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:49.037 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:49.038 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 17, 2023-10-14T00:01:49.038 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:49.038 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T09:45:18.724244+0000", 2023-10-14T00:01:49.038 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:49.038 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:49.038 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:49.039 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:49.039 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:49.039 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:49.039 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:49.039 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:49.040 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:49.040 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:49.040 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:49.040 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:49.040 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:49.041 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:49.041 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:49.041 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:49.041 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:49.041 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:49.042 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:49.042 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:49.042 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:49.042 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:49.042 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:49.043 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:49.043 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:49.043 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:49.043 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:49.043 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:49.044 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:49.044 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:49.044 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:49.044 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:49.044 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:49.044 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:49.045 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:49.045 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:49.045 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:49.045 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:49.045 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:49.046 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:49.046 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:49.046 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:49.046 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:49.046 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.047 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:49.047 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:49.047 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:49.047 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:49.047 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:49.047 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:49.048 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.048 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 7, 2023-10-14T00:01:49.048 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:49.048 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.048 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:49.049 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:49.049 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:49.049 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:49.049 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:49.049 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.050 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 4, 2023-10-14T00:01:49.050 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:49.050 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:49.050 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:49.050 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:49.051 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:49.051 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:49.051 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.326186+0000", 2023-10-14T00:01:49.051 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.339987+0000", 2023-10-14T00:01:49.051 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.339987+0000", 2023-10-14T00:01:49.052 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.341356+0000", 2023-10-14T00:01:49.052 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.326186+0000", 2023-10-14T00:01:49.052 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.052 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:49.052 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.052 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:49.053 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.326186+0000", 2023-10-14T00:01:49.053 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.326186+0000", 2023-10-14T00:01:49.053 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.326186+0000", 2023-10-14T00:01:49.053 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:49.053 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:49.054 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.054 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.326186+0000", 2023-10-14T00:01:49.054 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.326186+0000", 2023-10-14T00:01:49.054 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:49.054 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:49.055 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:49.055 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:49.055 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:49.055 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:49.055 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:49.056 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:49.056 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:49.056 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:49.056 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:49.056 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:49.056 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:49.057 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.9", 2023-10-14T00:01:49.057 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:49.057 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:49.057 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:49.057 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:49.058 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:49.058 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T08:20:45.762213+0000", 2023-10-14T00:01:49.058 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:49.058 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:49.058 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:49.059 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:49.059 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:49.059 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:49.059 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:49.059 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:49.060 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:49.060 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:49.060 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:49.060 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:49.060 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:49.060 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:49.061 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:49.061 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:49.061 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:49.061 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:49.061 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:49.062 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:49.062 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:49.062 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:49.062 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:49.062 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:49.063 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:49.063 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:49.063 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:49.063 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:49.063 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:49.063 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:49.064 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:49.064 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:49.064 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:49.064 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:49.064 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:49.065 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:49.065 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:49.065 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:49.065 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:49.065 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:49.066 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:49.066 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:49.066 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:49.066 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.066 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:49.067 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:49.067 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:49.067 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:49.067 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:49.067 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:49.068 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.068 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 4, 2023-10-14T00:01:49.068 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:49.068 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.068 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:49.068 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:49.069 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:49.069 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:49.069 INFO:tasks.workunit.client.0.smithi055.stdout: 3 2023-10-14T00:01:49.069 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.069 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 1, 2023-10-14T00:01:49.070 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:49.070 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:49.070 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:49.070 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:49.070 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:49.071 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:49.071 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.324321+0000", 2023-10-14T00:01:49.071 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.705748+0000", 2023-10-14T00:01:49.071 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.705748+0000", 2023-10-14T00:01:49.071 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.706356+0000", 2023-10-14T00:01:49.072 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.324321+0000", 2023-10-14T00:01:49.072 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:49.072 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:49.072 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:49.073 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:49.073 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.324321+0000", 2023-10-14T00:01:49.073 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.324321+0000", 2023-10-14T00:01:49.073 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.324321+0000", 2023-10-14T00:01:49.073 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:49.074 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:49.074 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:49.074 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.324321+0000", 2023-10-14T00:01:49.074 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.324321+0000", 2023-10-14T00:01:49.080 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:49.080 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:49.081 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:49.081 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:49.081 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:49.081 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:49.082 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:49.082 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:49.082 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:49.082 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:49.083 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:49.083 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:49.083 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:49.083 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.9", 2023-10-14T00:01:49.083 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:49.084 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:49.084 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:49.084 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 17, 2023-10-14T00:01:49.084 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:49.084 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T11:22:26.347395+0000", 2023-10-14T00:01:49.085 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:49.085 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:49.085 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:49.085 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:49.086 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:49.086 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:49.086 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:49.086 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:49.087 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:49.087 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:49.087 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:49.087 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:49.087 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:49.088 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:49.088 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:49.088 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:49.088 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:49.089 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:49.089 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:49.089 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:49.089 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:49.090 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:49.090 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:49.090 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:49.090 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:49.090 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:49.091 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:49.091 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:49.091 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:49.091 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:49.091 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:49.092 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:49.092 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:49.092 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:49.092 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:49.093 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:49.093 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:49.093 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:49.093 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:49.093 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:49.094 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:49.094 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:49.094 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:49.094 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.095 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:49.095 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:49.095 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:49.095 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:49.095 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:49.096 INFO:tasks.workunit.client.0.smithi055.stdout: 3 2023-10-14T00:01:49.096 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.096 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 1, 2023-10-14T00:01:49.096 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:49.096 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.097 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:49.097 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:49.097 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:49.097 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:49.097 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:49.098 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.098 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 3, 2023-10-14T00:01:49.098 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:49.098 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:49.098 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:49.099 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:49.099 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:49.099 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:49.099 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.321358+0000", 2023-10-14T00:01:49.099 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.349831+0000", 2023-10-14T00:01:49.100 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.349831+0000", 2023-10-14T00:01:49.100 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.350769+0000", 2023-10-14T00:01:49.100 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.321358+0000", 2023-10-14T00:01:49.100 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.101 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:49.101 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.101 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:49.101 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.321358+0000", 2023-10-14T00:01:49.101 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.321358+0000", 2023-10-14T00:01:49.102 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.321358+0000", 2023-10-14T00:01:49.102 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:49.102 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:49.102 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.102 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.321358+0000", 2023-10-14T00:01:49.103 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.321358+0000", 2023-10-14T00:01:49.103 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:49.103 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:49.103 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:49.103 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:49.104 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:49.104 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:49.104 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:49.104 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:49.104 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:49.105 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:49.105 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:49.105 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:49.105 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:49.105 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.8", 2023-10-14T00:01:49.105 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:49.106 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:49.106 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:49.106 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:49.106 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:49.106 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T11:32:13.027672+0000", 2023-10-14T00:01:49.107 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:49.107 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:49.107 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:49.107 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:49.107 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:49.107 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:49.108 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:49.108 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:49.108 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:49.108 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:49.108 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:49.109 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:49.109 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:49.109 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:49.109 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:49.109 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:49.109 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:49.110 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:49.110 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:49.110 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:49.110 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:49.110 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:49.111 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:49.111 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:49.111 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:49.111 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:49.111 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:49.111 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:49.112 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:49.112 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:49.112 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:49.112 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:49.112 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:49.113 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:49.113 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:49.113 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:49.113 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:49.113 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:49.113 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:49.114 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:49.114 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:49.114 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:49.114 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:49.114 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.115 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:49.115 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:49.115 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:49.115 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:49.115 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:49.115 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:49.116 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.116 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 3, 2023-10-14T00:01:49.116 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:49.116 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.116 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:49.117 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:49.117 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:49.117 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:49.117 INFO:tasks.workunit.client.0.smithi055.stdout: 2 2023-10-14T00:01:49.117 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.117 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 1, 2023-10-14T00:01:49.118 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:49.118 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:49.118 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:49.118 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:49.118 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:49.119 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:49.119 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:04.354209+0000", 2023-10-14T00:01:49.119 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-14T00:01:04.353802+0000", 2023-10-14T00:01:49.119 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-14T00:01:04.353802+0000", 2023-10-14T00:01:49.119 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-14T00:01:04.354209+0000", 2023-10-14T00:01:49.120 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:04.354209+0000", 2023-10-14T00:01:49.120 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:49.120 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:49.120 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:49.120 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 65, 2023-10-14T00:01:49.120 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:04.354209+0000", 2023-10-14T00:01:49.121 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:04.354209+0000", 2023-10-14T00:01:49.121 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:04.354209+0000", 2023-10-14T00:01:49.121 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:49.121 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:49.121 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:49.122 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:04.354209+0000", 2023-10-14T00:01:49.122 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:04.354209+0000", 2023-10-14T00:01:49.122 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:49.122 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:49.122 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:49.122 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:49.123 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 64, 2023-10-14T00:01:49.123 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:49.123 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:49.123 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:49.123 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:49.124 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:49.124 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:49.124 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:49.124 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:49.124 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.a", 2023-10-14T00:01:49.124 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:49.125 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:49.125 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 65, 2023-10-14T00:01:49.125 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 27, 2023-10-14T00:01:49.125 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:49.125 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T02:13:56.023352+0000", 2023-10-14T00:01:49.125 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:49.126 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:49.126 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:49.126 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:49.126 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:49.126 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:49.127 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:49.127 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:49.127 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:49.127 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:49.127 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:49.127 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:49.128 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:49.128 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:49.128 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:49.128 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:49.128 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:49.129 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:49.129 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:49.129 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:49.129 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:49.129 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:49.129 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:49.130 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:49.130 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:49.130 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:49.130 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:49.130 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:49.131 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:49.131 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:49.131 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:49.131 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:49.131 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:49.131 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:49.132 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:49.132 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:49.132 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:49.132 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:49.132 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:49.133 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:49.133 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:49.133 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:49.133 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:49.133 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.133 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:49.134 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:49.134 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:49.134 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:49.134 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:49.134 INFO:tasks.workunit.client.0.smithi055.stdout: 2 2023-10-14T00:01:49.134 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.135 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 1, 2023-10-14T00:01:49.135 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:49.135 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.135 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:49.135 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:49.136 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:49.136 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:49.136 INFO:tasks.workunit.client.0.smithi055.stdout: 4 2023-10-14T00:01:49.136 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.136 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 3, 2023-10-14T00:01:49.136 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:49.137 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:49.137 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:49.137 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:49.137 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:49.137 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:49.137 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.321719+0000", 2023-10-14T00:01:49.138 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.354897+0000", 2023-10-14T00:01:49.138 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.354897+0000", 2023-10-14T00:01:49.138 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.355278+0000", 2023-10-14T00:01:49.138 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.321719+0000", 2023-10-14T00:01:49.138 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.139 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:49.139 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.139 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:49.139 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.321719+0000", 2023-10-14T00:01:49.139 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.321719+0000", 2023-10-14T00:01:49.139 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.321719+0000", 2023-10-14T00:01:49.140 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:49.140 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:49.140 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.140 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.321719+0000", 2023-10-14T00:01:49.140 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.321719+0000", 2023-10-14T00:01:49.140 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:49.141 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:49.141 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:49.141 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:49.141 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:49.141 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:49.142 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:49.142 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:49.142 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:49.142 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:49.142 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:49.142 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:49.143 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:49.143 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.b", 2023-10-14T00:01:49.143 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:49.143 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:49.143 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:49.143 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:49.144 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:49.144 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T00:27:55.578745+0000", 2023-10-14T00:01:49.144 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:49.144 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:49.144 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:49.145 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:49.145 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:49.145 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:49.145 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:49.145 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:49.145 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:49.146 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:49.146 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:49.146 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:49.146 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:49.146 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:49.146 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:49.147 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:49.147 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:49.147 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:49.147 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:49.147 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:49.148 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:49.148 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:49.148 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:49.148 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:49.148 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:49.148 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:49.149 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:49.149 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:49.149 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:49.149 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:49.149 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:49.150 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:49.150 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:49.150 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:49.150 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:49.150 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:49.150 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:49.151 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:49.151 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:49.151 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:49.151 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:49.151 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:49.152 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:49.152 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.152 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:49.152 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:49.152 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:49.152 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:49.153 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:49.153 INFO:tasks.workunit.client.0.smithi055.stdout: 4 2023-10-14T00:01:49.153 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.153 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 3, 2023-10-14T00:01:49.153 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:49.154 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.154 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:49.154 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:49.154 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:49.154 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:49.155 INFO:tasks.workunit.client.0.smithi055.stdout: 5 2023-10-14T00:01:49.155 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.155 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 7, 2023-10-14T00:01:49.155 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:49.155 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:49.155 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:49.156 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:49.156 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:49.156 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:49.156 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.329334+0000", 2023-10-14T00:01:49.156 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.696142+0000", 2023-10-14T00:01:49.157 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.696142+0000", 2023-10-14T00:01:49.157 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.696384+0000", 2023-10-14T00:01:49.157 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.329334+0000", 2023-10-14T00:01:49.157 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:49.157 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:49.157 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:49.158 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:49.158 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.329334+0000", 2023-10-14T00:01:49.158 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.329334+0000", 2023-10-14T00:01:49.158 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.329334+0000", 2023-10-14T00:01:49.158 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:49.159 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:49.159 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:49.159 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.329334+0000", 2023-10-14T00:01:49.159 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.329334+0000", 2023-10-14T00:01:49.159 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:49.159 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 2, 2023-10-14T00:01:49.160 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:49.160 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:49.160 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:49.160 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:49.160 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:49.160 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:49.161 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:49.161 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 2, 2023-10-14T00:01:49.161 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:49.161 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:49.161 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:49.162 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.b", 2023-10-14T00:01:49.162 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:49.162 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:49.162 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:49.162 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 19, 2023-10-14T00:01:49.162 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:49.163 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T00:29:27.507159+0000", 2023-10-14T00:01:49.163 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:49.163 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:49.163 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:49.163 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:49.164 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:49.164 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:49.164 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:49.164 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:49.164 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:49.164 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:49.165 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:49.165 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:49.165 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:49.165 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:49.165 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:49.166 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:49.166 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:49.166 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:49.166 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:49.166 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 3, 2023-10-14T00:01:49.166 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 1, 2023-10-14T00:01:49.167 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:49.167 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 1, 2023-10-14T00:01:49.167 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:49.167 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:49.167 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:49.167 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:49.168 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:49.168 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 1, 2023-10-14T00:01:49.168 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:49.168 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:49.168 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:49.169 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:49.169 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:49.169 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:49.169 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:49.169 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:49.169 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:49.170 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:49.170 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:49.170 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:49.170 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 1, 2023-10-14T00:01:49.170 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:49.171 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.171 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:49.171 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:49.171 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:49.171 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:49.171 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:49.172 INFO:tasks.workunit.client.0.smithi055.stdout: 5 2023-10-14T00:01:49.172 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.172 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 7, 2023-10-14T00:01:49.172 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "58'2" 2023-10-14T00:01:49.172 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.173 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:49.173 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:49.173 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:49.173 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:49.173 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:49.173 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.174 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 6, 2023-10-14T00:01:49.174 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:49.174 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:49.174 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:49.174 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:49.175 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:49.175 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:49.175 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.332212+0000", 2023-10-14T00:01:49.175 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.338462+0000", 2023-10-14T00:01:49.175 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.338462+0000", 2023-10-14T00:01:49.175 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.338807+0000", 2023-10-14T00:01:49.176 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.332212+0000", 2023-10-14T00:01:49.176 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.176 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:49.176 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.176 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:49.177 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.332212+0000", 2023-10-14T00:01:49.177 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.332212+0000", 2023-10-14T00:01:49.177 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.332212+0000", 2023-10-14T00:01:49.177 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:49.177 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:49.177 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.178 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.332212+0000", 2023-10-14T00:01:49.178 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.332212+0000", 2023-10-14T00:01:49.178 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:49.178 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:49.178 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:49.179 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:49.179 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:49.179 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:49.179 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:49.179 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:49.180 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:49.180 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:49.180 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:49.180 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:49.180 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:49.181 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.a", 2023-10-14T00:01:49.181 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:49.181 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:49.181 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:49.181 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:49.181 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:49.182 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T11:08:18.629276+0000", 2023-10-14T00:01:49.182 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:49.182 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:49.182 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:49.182 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:49.183 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:49.183 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:49.183 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:49.183 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:49.183 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:49.183 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:49.184 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:49.184 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:49.184 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:49.184 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:49.184 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:49.184 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:49.185 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:49.185 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:49.185 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:49.185 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:49.185 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:49.186 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:49.186 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:49.186 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:49.186 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:49.186 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:49.186 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:49.187 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:49.187 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:49.187 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:49.187 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:49.187 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:49.187 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:49.188 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:49.188 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:49.188 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:49.188 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:49.188 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:49.189 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:49.189 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:49.189 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:49.189 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:49.189 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:49.189 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.190 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:49.190 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:49.190 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:49.190 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:49.190 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:49.190 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:49.191 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.191 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 6, 2023-10-14T00:01:49.191 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:49.191 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.191 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:49.192 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:49.192 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:49.192 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:49.192 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:49.192 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.192 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 2, 2023-10-14T00:01:49.193 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:49.193 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:49.193 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:49.193 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:49.193 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:49.193 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:49.194 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.319078+0000", 2023-10-14T00:01:49.194 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.697081+0000", 2023-10-14T00:01:49.194 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.697081+0000", 2023-10-14T00:01:49.194 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.697424+0000", 2023-10-14T00:01:49.194 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.319078+0000", 2023-10-14T00:01:49.195 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:49.195 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:49.195 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:49.195 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:49.195 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.319078+0000", 2023-10-14T00:01:49.196 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.319078+0000", 2023-10-14T00:01:49.196 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.319078+0000", 2023-10-14T00:01:49.196 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:49.196 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:49.196 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:49.196 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.319078+0000", 2023-10-14T00:01:49.197 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.319078+0000", 2023-10-14T00:01:49.197 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:49.197 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:49.197 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:49.197 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:49.197 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:49.198 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:49.198 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:49.198 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:49.198 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:49.198 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:49.199 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:49.199 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:49.199 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:49.199 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.c", 2023-10-14T00:01:49.199 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:49.199 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:49.200 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:49.200 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 17, 2023-10-14T00:01:49.200 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:49.200 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T10:38:09.716078+0000", 2023-10-14T00:01:49.200 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:49.201 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:49.201 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:49.201 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:49.201 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:49.201 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:49.201 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:49.202 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:49.202 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:49.202 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:49.202 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:49.202 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:49.203 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:49.203 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:49.203 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:49.203 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:49.203 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:49.203 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:49.204 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:49.204 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:49.204 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:49.204 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:49.204 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:49.205 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:49.205 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:49.205 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:49.205 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:49.205 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:49.205 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:49.206 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:49.206 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:49.206 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:49.206 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:49.206 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:49.207 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:49.207 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:49.207 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:49.207 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:49.207 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:49.208 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:49.208 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:49.208 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:49.208 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:49.208 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.208 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:49.209 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:49.209 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:49.209 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:49.209 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:49.209 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:49.210 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.210 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 2, 2023-10-14T00:01:49.210 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:49.210 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.210 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:49.211 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:49.211 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:49.211 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:49.211 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:49.211 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.211 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 7, 2023-10-14T00:01:49.212 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:49.212 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:49.212 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:49.212 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:49.212 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:49.213 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:49.213 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.328705+0000", 2023-10-14T00:01:49.213 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.335679+0000", 2023-10-14T00:01:49.213 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.335679+0000", 2023-10-14T00:01:49.213 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.336000+0000", 2023-10-14T00:01:49.213 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.328705+0000", 2023-10-14T00:01:49.214 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.214 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:49.214 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.214 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:49.214 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.328705+0000", 2023-10-14T00:01:49.215 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.328705+0000", 2023-10-14T00:01:49.215 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.328705+0000", 2023-10-14T00:01:49.215 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:49.215 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:49.215 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.216 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.328705+0000", 2023-10-14T00:01:49.216 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.328705+0000", 2023-10-14T00:01:49.216 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:49.216 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:49.216 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:49.217 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:49.217 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:49.217 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:49.217 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:49.217 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:49.217 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:49.218 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:49.218 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:49.218 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:49.218 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:49.218 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.d", 2023-10-14T00:01:49.219 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:49.219 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:49.219 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:49.219 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:49.219 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:49.220 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T04:11:07.825463+0000", 2023-10-14T00:01:49.220 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:49.220 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:49.220 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:49.220 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:49.220 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:49.221 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:49.221 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:49.221 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:49.221 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:49.221 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:49.222 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:49.222 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:49.222 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:49.222 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:49.222 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:49.223 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:49.223 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:49.223 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:49.223 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:49.223 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:49.223 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:49.224 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:49.224 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:49.224 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:49.224 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:49.224 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:49.224 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:49.225 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:49.225 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:49.225 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:49.225 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:49.225 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:49.226 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:49.226 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:49.226 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:49.226 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:49.226 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:49.227 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:49.227 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:49.227 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:49.227 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:49.227 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:49.228 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:49.228 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.228 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:49.228 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:49.228 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:49.228 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:49.229 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:49.229 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:49.229 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.229 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 7, 2023-10-14T00:01:49.229 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:49.230 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.230 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:49.230 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:49.230 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:49.230 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:49.231 INFO:tasks.workunit.client.0.smithi055.stdout: 3 2023-10-14T00:01:49.231 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.231 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 1, 2023-10-14T00:01:49.231 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:49.231 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:49.231 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:49.232 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:49.232 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:49.232 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:49.232 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.325447+0000", 2023-10-14T00:01:49.232 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.716688+0000", 2023-10-14T00:01:49.233 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.716688+0000", 2023-10-14T00:01:49.233 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.717011+0000", 2023-10-14T00:01:49.233 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.325447+0000", 2023-10-14T00:01:49.233 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:49.233 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:49.234 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:49.234 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:49.234 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.325447+0000", 2023-10-14T00:01:49.234 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.325447+0000", 2023-10-14T00:01:49.234 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.325447+0000", 2023-10-14T00:01:49.235 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:49.235 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:49.235 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:49.235 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.325447+0000", 2023-10-14T00:01:49.235 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.325447+0000", 2023-10-14T00:01:49.236 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:49.236 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 1, 2023-10-14T00:01:49.236 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:49.236 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:49.236 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:49.236 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:49.237 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:49.237 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:49.237 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:49.237 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 1, 2023-10-14T00:01:49.237 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:49.238 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:49.238 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:49.238 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.d", 2023-10-14T00:01:49.238 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:49.238 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:49.239 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:49.239 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 18, 2023-10-14T00:01:49.239 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:49.239 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T11:25:49.671679+0000", 2023-10-14T00:01:49.239 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:49.240 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:49.240 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:49.240 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 70, 2023-10-14T00:01:49.240 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:49.240 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:49.240 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:49.241 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:49.241 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:49.241 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:49.241 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:49.241 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:49.242 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:49.242 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:49.242 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:49.242 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:49.242 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:49.242 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:49.243 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:49.243 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 3, 2023-10-14T00:01:49.243 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 1, 2023-10-14T00:01:49.243 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:49.243 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 1, 2023-10-14T00:01:49.244 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:49.244 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:49.244 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:49.244 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:49.244 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:49.244 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:49.245 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:49.245 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:49.245 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:49.245 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:49.245 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:49.246 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:49.246 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:49.246 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:49.246 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:49.246 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:49.247 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:49.247 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:49.247 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 1, 2023-10-14T00:01:49.247 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 1 2023-10-14T00:01:49.247 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.248 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:49.248 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:49.248 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:49.248 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:49.248 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:49.249 INFO:tasks.workunit.client.0.smithi055.stdout: 3 2023-10-14T00:01:49.249 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.249 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 1, 2023-10-14T00:01:49.249 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "58'1" 2023-10-14T00:01:49.249 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.249 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:49.250 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:49.250 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:49.250 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:49.250 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:49.250 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.251 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 5, 2023-10-14T00:01:49.251 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:49.251 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:49.251 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:49.251 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:49.252 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:49.252 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:49.252 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.330731+0000", 2023-10-14T00:01:49.252 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.339928+0000", 2023-10-14T00:01:49.252 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.339928+0000", 2023-10-14T00:01:49.252 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.343982+0000", 2023-10-14T00:01:49.253 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.330731+0000", 2023-10-14T00:01:49.253 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.253 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:49.253 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.253 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:49.254 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.330731+0000", 2023-10-14T00:01:49.254 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.330731+0000", 2023-10-14T00:01:49.254 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.330731+0000", 2023-10-14T00:01:49.254 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:49.254 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:49.255 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.255 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.330731+0000", 2023-10-14T00:01:49.255 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.330731+0000", 2023-10-14T00:01:49.255 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:49.255 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:49.256 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:49.256 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:49.256 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:49.256 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:49.256 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:49.256 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:49.257 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:49.257 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:49.257 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:49.257 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:49.257 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:49.258 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.c", 2023-10-14T00:01:49.258 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:49.258 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:49.258 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:49.258 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:49.259 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:49.259 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T10:35:07.777873+0000", 2023-10-14T00:01:49.259 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:49.259 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:49.259 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:49.259 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:49.260 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:49.260 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:49.260 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:49.260 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:49.260 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:49.261 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:49.261 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:49.261 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:49.261 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:49.261 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:49.262 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:49.262 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:49.262 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:49.262 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:49.262 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:49.262 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:49.263 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:49.263 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:49.263 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:49.263 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:49.263 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:49.264 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:49.264 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:49.264 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:49.264 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:49.264 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:49.265 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:49.265 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:49.265 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:49.265 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:49.265 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:49.265 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:49.266 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:49.266 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:49.266 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:49.266 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:49.266 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:49.267 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:49.267 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:49.267 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.267 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:49.267 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:49.268 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:49.268 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:49.268 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:49.268 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:49.268 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.269 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 5, 2023-10-14T00:01:49.269 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:49.269 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.269 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:49.269 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:49.269 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:49.270 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:49.270 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:49.270 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.270 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 2, 2023-10-14T00:01:49.270 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:49.271 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:49.271 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:49.271 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:49.271 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:49.271 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:49.272 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.319433+0000", 2023-10-14T00:01:49.272 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.713539+0000", 2023-10-14T00:01:49.272 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.713539+0000", 2023-10-14T00:01:49.272 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.713850+0000", 2023-10-14T00:01:49.272 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.319433+0000", 2023-10-14T00:01:49.272 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:49.273 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:49.273 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:49.273 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:49.273 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.319433+0000", 2023-10-14T00:01:49.273 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.319433+0000", 2023-10-14T00:01:49.274 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.319433+0000", 2023-10-14T00:01:49.274 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:49.274 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:49.274 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:49.274 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.319433+0000", 2023-10-14T00:01:49.275 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.319433+0000", 2023-10-14T00:01:49.275 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:49.275 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 2, 2023-10-14T00:01:49.275 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:49.275 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:49.276 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:49.276 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:49.276 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:49.276 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:49.276 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:49.276 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 2, 2023-10-14T00:01:49.277 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:49.277 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:49.277 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:49.277 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.e", 2023-10-14T00:01:49.277 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:49.278 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:49.278 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:49.278 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 19, 2023-10-14T00:01:49.278 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:49.278 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T03:16:23.252033+0000", 2023-10-14T00:01:49.279 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:49.279 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:49.279 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:49.279 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:49.279 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:49.280 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:49.280 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:49.280 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:49.280 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:49.280 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:49.280 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:49.281 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:49.281 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:49.281 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:49.281 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:49.281 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:49.282 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:49.282 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:49.282 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:49.282 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 3, 2023-10-14T00:01:49.282 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 1, 2023-10-14T00:01:49.282 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:49.283 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 1, 2023-10-14T00:01:49.283 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:49.283 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:49.283 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:49.283 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:49.284 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:49.284 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 1, 2023-10-14T00:01:49.284 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:49.284 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:49.284 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:49.284 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:49.285 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:49.285 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:49.285 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:49.285 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:49.285 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:49.286 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:49.286 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:49.286 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:49.286 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 3, 2023-10-14T00:01:49.286 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:49.287 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.287 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:49.287 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:49.287 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:49.287 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:49.287 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:49.288 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:49.288 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.288 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 2, 2023-10-14T00:01:49.288 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "58'2" 2023-10-14T00:01:49.288 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.289 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:49.289 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:49.289 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:49.289 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:49.289 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:49.289 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.290 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 7, 2023-10-14T00:01:49.290 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:49.290 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:49.290 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:49.290 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:49.291 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:49.291 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:49.291 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.328879+0000", 2023-10-14T00:01:49.291 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.348875+0000", 2023-10-14T00:01:49.291 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.348875+0000", 2023-10-14T00:01:49.292 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.350039+0000", 2023-10-14T00:01:49.292 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.328879+0000", 2023-10-14T00:01:49.292 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.292 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:49.292 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.292 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:49.293 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.328879+0000", 2023-10-14T00:01:49.293 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.328879+0000", 2023-10-14T00:01:49.293 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.328879+0000", 2023-10-14T00:01:49.293 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:49.293 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:49.294 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.294 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.328879+0000", 2023-10-14T00:01:49.294 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.328879+0000", 2023-10-14T00:01:49.294 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:49.294 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:49.295 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:49.295 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:49.295 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:49.295 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:49.295 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:49.295 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:49.296 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:49.296 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:49.296 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:49.296 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:49.296 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:49.297 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.f", 2023-10-14T00:01:49.297 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:49.297 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:49.297 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:49.297 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:49.298 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:49.298 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T11:09:45.354595+0000", 2023-10-14T00:01:49.298 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:49.298 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:49.298 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:49.299 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:49.299 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:49.299 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:49.299 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:49.299 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:49.300 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:49.300 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:49.300 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:49.300 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:49.300 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:49.301 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:49.301 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:49.301 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:49.301 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:49.301 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:49.301 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:49.302 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:49.302 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:49.302 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:49.302 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:49.302 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:49.302 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:49.303 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:49.303 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:49.303 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:49.303 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:49.303 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:49.304 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:49.304 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:49.304 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:49.304 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:49.304 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:49.305 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:49.305 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:49.305 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:49.305 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:49.305 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:49.305 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:49.306 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:49.306 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:49.306 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.306 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:49.306 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:49.307 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:49.307 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:49.307 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:49.307 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:49.307 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.307 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 7, 2023-10-14T00:01:49.308 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:49.308 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.308 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:49.308 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:49.308 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:49.309 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:49.309 INFO:tasks.workunit.client.0.smithi055.stdout: 5 2023-10-14T00:01:49.309 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.309 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 6, 2023-10-14T00:01:49.309 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:49.310 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:49.310 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:49.310 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:49.310 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:49.310 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:49.311 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.332098+0000", 2023-10-14T00:01:49.311 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.348762+0000", 2023-10-14T00:01:49.311 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.348762+0000", 2023-10-14T00:01:49.311 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.350351+0000", 2023-10-14T00:01:49.311 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.332098+0000", 2023-10-14T00:01:49.311 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.312 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:49.312 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.312 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:49.312 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.332098+0000", 2023-10-14T00:01:49.312 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.332098+0000", 2023-10-14T00:01:49.313 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.332098+0000", 2023-10-14T00:01:49.313 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:49.313 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:49.313 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.313 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.332098+0000", 2023-10-14T00:01:49.313 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.332098+0000", 2023-10-14T00:01:49.314 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:49.314 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:49.314 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:49.314 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:49.314 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:49.315 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:49.315 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:49.315 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:49.315 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:49.315 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:49.316 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:49.316 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:49.316 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:49.316 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.20", 2023-10-14T00:01:49.316 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:49.316 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:49.317 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:49.317 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:49.317 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:49.317 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T11:19:09.198972+0000", 2023-10-14T00:01:49.317 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:49.318 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:49.318 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:49.318 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:49.318 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:49.318 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:49.319 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:49.319 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:49.319 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:49.319 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:49.319 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:49.320 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:49.320 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:49.320 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:49.320 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:49.320 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:49.320 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:49.321 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:49.321 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:49.321 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:49.321 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:49.321 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:49.322 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:49.322 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:49.322 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:49.322 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:49.322 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:49.323 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:49.323 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:49.323 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:49.323 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:49.323 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:49.323 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:49.324 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:49.324 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:49.324 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:49.324 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:49.324 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:49.325 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:49.325 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:49.325 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:49.325 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:49.325 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:49.325 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.326 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:49.326 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:49.326 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:49.326 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:49.326 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:49.327 INFO:tasks.workunit.client.0.smithi055.stdout: 5 2023-10-14T00:01:49.327 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.327 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 6, 2023-10-14T00:01:49.327 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:49.327 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.328 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:49.328 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:49.328 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:49.328 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:49.328 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:49.328 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.329 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 2, 2023-10-14T00:01:49.329 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:49.329 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:49.329 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:49.329 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:49.330 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:49.330 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:49.330 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.318631+0000", 2023-10-14T00:01:49.330 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.339591+0000", 2023-10-14T00:01:49.330 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.339591+0000", 2023-10-14T00:01:49.330 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.339932+0000", 2023-10-14T00:01:49.331 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.318631+0000", 2023-10-14T00:01:49.331 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.331 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:49.331 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.331 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:49.332 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.318631+0000", 2023-10-14T00:01:49.332 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.318631+0000", 2023-10-14T00:01:49.332 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.318631+0000", 2023-10-14T00:01:49.332 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:49.332 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:49.332 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.333 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.318631+0000", 2023-10-14T00:01:49.333 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.318631+0000", 2023-10-14T00:01:49.333 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:49.333 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:49.333 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:49.333 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:49.334 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:49.334 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:49.334 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:49.334 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:49.334 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:49.335 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:49.335 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:49.335 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:49.335 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:49.335 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.21", 2023-10-14T00:01:49.335 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:49.336 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:49.336 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:49.336 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:49.336 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:49.336 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T06:30:04.152690+0000", 2023-10-14T00:01:49.337 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:49.337 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:49.337 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:49.337 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:49.337 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:49.337 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:49.338 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:49.338 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:49.338 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:49.338 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:49.338 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:49.339 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:49.339 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:49.339 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:49.339 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:49.339 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:49.340 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:49.340 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:49.340 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:49.340 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:49.340 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:49.341 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:49.341 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:49.341 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:49.341 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:49.341 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:49.341 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:49.342 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:49.342 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:49.342 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:49.342 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:49.342 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:49.343 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:49.343 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:49.343 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:49.343 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:49.343 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:49.343 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:49.344 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:49.344 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:49.344 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:49.344 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:49.344 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:49.344 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.345 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:49.345 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:49.345 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:49.345 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:49.345 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:49.346 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:49.346 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.346 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 2, 2023-10-14T00:01:49.346 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:49.346 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.347 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:49.347 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:49.347 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:49.347 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:49.347 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:49.347 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.348 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 5, 2023-10-14T00:01:49.348 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:49.348 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:49.348 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:49.348 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:49.348 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:49.349 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:49.349 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.330541+0000", 2023-10-14T00:01:49.349 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.347394+0000", 2023-10-14T00:01:49.349 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.347394+0000", 2023-10-14T00:01:49.349 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.348180+0000", 2023-10-14T00:01:49.350 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.330541+0000", 2023-10-14T00:01:49.350 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.350 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:49.350 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.350 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:49.351 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.330541+0000", 2023-10-14T00:01:49.351 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.330541+0000", 2023-10-14T00:01:49.351 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.330541+0000", 2023-10-14T00:01:49.351 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:49.351 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:49.351 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.352 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.330541+0000", 2023-10-14T00:01:49.352 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.330541+0000", 2023-10-14T00:01:49.352 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:49.352 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:49.352 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:49.353 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:49.353 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:49.353 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:49.353 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:49.353 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:49.354 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:49.354 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:49.354 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:49.354 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:49.354 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:49.354 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.22", 2023-10-14T00:01:49.355 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:49.355 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:49.355 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:49.355 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:49.355 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:49.356 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T05:44:06.045340+0000", 2023-10-14T00:01:49.356 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:49.356 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:49.356 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:49.356 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:49.356 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:49.357 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:49.357 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:49.357 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:49.357 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:49.357 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:49.357 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:49.358 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:49.358 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:49.358 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:49.358 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:49.358 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:49.359 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:49.359 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:49.359 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:49.359 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:49.359 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:49.360 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:49.360 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:49.360 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:49.360 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:49.360 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:49.360 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:49.361 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:49.361 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:49.361 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:49.361 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:49.361 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:49.362 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:49.362 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:49.362 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:49.362 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:49.362 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:49.362 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:49.363 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:49.363 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:49.363 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:49.363 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:49.363 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:49.364 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.364 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:49.364 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:49.364 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:49.364 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:49.364 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:49.365 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:49.365 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.365 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 5, 2023-10-14T00:01:49.365 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:49.365 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.365 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:49.366 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:49.366 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:49.366 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:49.366 INFO:tasks.workunit.client.0.smithi055.stdout: 4 2023-10-14T00:01:49.366 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.367 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 0, 2023-10-14T00:01:49.367 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:49.367 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:49.367 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:49.367 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:49.367 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:49.368 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:49.368 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.325349+0000", 2023-10-14T00:01:49.368 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.348457+0000", 2023-10-14T00:01:49.368 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.348457+0000", 2023-10-14T00:01:49.368 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.349265+0000", 2023-10-14T00:01:49.369 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.325349+0000", 2023-10-14T00:01:49.369 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.369 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:49.369 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.369 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:49.370 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.325349+0000", 2023-10-14T00:01:49.370 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.325349+0000", 2023-10-14T00:01:49.370 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.325349+0000", 2023-10-14T00:01:49.370 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:49.370 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:49.371 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.371 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.325349+0000", 2023-10-14T00:01:49.371 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.325349+0000", 2023-10-14T00:01:49.371 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:49.371 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:49.371 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:49.372 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:49.372 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:49.372 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:49.372 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:49.372 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:49.373 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:49.373 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:49.373 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:49.373 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:49.373 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:49.374 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.23", 2023-10-14T00:01:49.374 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:49.374 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:49.374 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:49.374 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:49.375 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:49.375 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T01:44:19.710390+0000", 2023-10-14T00:01:49.375 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:49.375 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:49.375 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:49.376 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:49.376 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:49.376 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:49.376 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:49.376 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:49.376 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:49.377 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:49.377 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:49.377 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:49.377 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:49.377 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:49.378 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:49.378 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:49.378 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:49.378 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:49.378 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:49.379 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:49.379 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:49.379 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:49.379 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:49.379 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:49.379 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:49.380 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:49.380 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:49.380 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:49.380 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:49.380 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:49.381 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:49.381 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:49.381 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:49.381 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:49.381 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:49.382 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:49.382 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:49.382 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:49.382 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:49.382 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:49.382 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:49.383 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:49.383 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:49.383 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.383 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:49.383 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:49.384 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:49.384 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:49.384 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:49.384 INFO:tasks.workunit.client.0.smithi055.stdout: 4 2023-10-14T00:01:49.384 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.385 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 0, 2023-10-14T00:01:49.385 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:49.385 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.385 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:49.385 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:49.385 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:49.386 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:49.386 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:49.386 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.386 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 3, 2023-10-14T00:01:49.386 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:49.387 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:49.387 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:49.387 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:49.387 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:49.387 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:49.388 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:04.354061+0000", 2023-10-14T00:01:49.388 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-14T00:01:04.353669+0000", 2023-10-14T00:01:49.388 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-14T00:01:04.353669+0000", 2023-10-14T00:01:49.388 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-14T00:01:04.354061+0000", 2023-10-14T00:01:49.388 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:04.354061+0000", 2023-10-14T00:01:49.389 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.389 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:49.389 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.389 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 65, 2023-10-14T00:01:49.389 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:04.354061+0000", 2023-10-14T00:01:49.389 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:04.354061+0000", 2023-10-14T00:01:49.390 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:04.354061+0000", 2023-10-14T00:01:49.390 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:49.390 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:49.390 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.390 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:04.354061+0000", 2023-10-14T00:01:49.391 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:04.354061+0000", 2023-10-14T00:01:49.391 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:49.391 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:49.391 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:49.391 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:49.392 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 64, 2023-10-14T00:01:49.392 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:49.392 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:49.392 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:49.392 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:49.392 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:49.393 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:49.393 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:49.393 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:49.393 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.24", 2023-10-14T00:01:49.393 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:49.393 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:49.394 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 65, 2023-10-14T00:01:49.394 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 26, 2023-10-14T00:01:49.394 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:49.394 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T09:42:41.051004+0000", 2023-10-14T00:01:49.394 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:49.395 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:49.395 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:49.395 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:49.395 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:49.395 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:49.396 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:49.396 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:49.396 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:49.396 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:49.396 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:49.396 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:49.397 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:49.397 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:49.397 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:49.397 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:49.397 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:49.398 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:49.398 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:49.398 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:49.398 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:49.398 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:49.399 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:49.399 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:49.399 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:49.399 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:49.399 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:49.399 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:49.400 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:49.400 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:49.400 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:49.400 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:49.400 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:49.401 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:49.401 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:49.401 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:49.401 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:49.401 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:49.401 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:49.402 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:49.402 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:49.402 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:49.402 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:49.402 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.403 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:49.403 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:49.403 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:49.403 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:49.403 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:49.403 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:49.404 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.404 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 3, 2023-10-14T00:01:49.404 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:49.404 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.404 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:49.405 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:49.405 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:49.405 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:49.405 INFO:tasks.workunit.client.0.smithi055.stdout: 2 2023-10-14T00:01:49.405 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.405 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 1, 2023-10-14T00:01:49.406 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:49.406 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:49.406 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:49.406 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:49.406 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:49.407 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:49.407 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.325348+0000", 2023-10-14T00:01:49.407 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.349903+0000", 2023-10-14T00:01:49.407 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.349903+0000", 2023-10-14T00:01:49.407 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.350225+0000", 2023-10-14T00:01:49.408 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.325348+0000", 2023-10-14T00:01:49.408 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.408 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:49.408 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.408 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:49.408 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.325348+0000", 2023-10-14T00:01:49.409 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.325348+0000", 2023-10-14T00:01:49.409 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.325348+0000", 2023-10-14T00:01:49.409 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:49.409 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:49.409 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.410 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.325348+0000", 2023-10-14T00:01:49.410 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.325348+0000", 2023-10-14T00:01:49.410 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:49.410 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:49.410 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:49.411 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:49.411 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:49.411 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:49.411 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:49.411 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:49.412 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:49.412 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:49.412 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:49.412 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:49.412 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:49.413 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.25", 2023-10-14T00:01:49.413 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:49.413 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:49.413 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:49.414 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:49.414 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:49.414 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T04:18:12.663674+0000", 2023-10-14T00:01:49.414 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:49.414 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:49.415 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:49.415 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:49.415 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:49.415 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:49.415 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:49.416 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:49.416 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:49.416 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:49.416 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:49.416 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:49.416 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:49.417 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:49.417 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:49.417 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:49.417 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:49.417 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:49.418 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:49.418 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:49.418 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:49.418 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:49.418 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:49.419 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:49.419 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:49.419 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:49.419 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:49.419 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:49.420 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:49.420 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:49.420 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:49.420 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:49.420 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:49.421 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:49.421 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:49.421 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:49.421 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:49.421 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:49.422 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:49.422 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:49.422 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:49.422 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:49.422 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:49.423 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.423 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:49.423 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:49.423 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:49.423 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:49.423 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:49.424 INFO:tasks.workunit.client.0.smithi055.stdout: 2 2023-10-14T00:01:49.424 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.424 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 1, 2023-10-14T00:01:49.424 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:49.424 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.425 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:49.425 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:49.425 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:49.425 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:49.425 INFO:tasks.workunit.client.0.smithi055.stdout: 4 2023-10-14T00:01:49.426 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.426 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 2, 2023-10-14T00:01:49.426 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:49.426 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:49.426 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:49.427 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:49.427 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:49.427 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:49.427 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:04.412281+0000", 2023-10-14T00:01:49.427 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-14T00:01:04.411931+0000", 2023-10-14T00:01:49.428 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-14T00:01:04.411931+0000", 2023-10-14T00:01:49.428 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-14T00:01:04.412281+0000", 2023-10-14T00:01:49.428 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:04.412281+0000", 2023-10-14T00:01:49.428 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.428 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:49.429 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.429 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 65, 2023-10-14T00:01:49.429 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:04.412281+0000", 2023-10-14T00:01:49.429 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:04.412281+0000", 2023-10-14T00:01:49.429 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:04.412281+0000", 2023-10-14T00:01:49.429 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:49.430 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:49.430 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.430 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:04.412281+0000", 2023-10-14T00:01:49.430 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:04.412281+0000", 2023-10-14T00:01:49.430 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:49.431 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:49.431 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:49.431 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:49.431 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 64, 2023-10-14T00:01:49.431 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:49.431 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:49.432 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:49.432 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:49.432 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:49.432 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:49.432 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:49.433 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:49.433 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.26", 2023-10-14T00:01:49.433 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:49.433 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:49.433 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 65, 2023-10-14T00:01:49.434 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 10, 2023-10-14T00:01:49.434 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:49.434 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T07:42:38.141750+0000", 2023-10-14T00:01:49.434 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:49.434 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:49.435 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:49.435 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:49.435 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:49.435 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:49.435 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:49.435 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:49.436 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:49.436 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:49.436 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:49.436 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:49.436 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:49.437 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:49.437 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:49.437 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:49.437 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:49.437 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:49.437 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:49.438 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:49.438 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:49.438 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:49.438 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:49.438 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:49.439 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:49.439 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:49.439 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:49.439 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:49.439 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:49.440 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:49.440 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:49.440 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:49.440 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:49.440 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:49.440 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:49.441 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:49.441 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:49.441 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:49.441 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:49.442 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:49.442 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:49.442 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:49.442 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:49.442 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.442 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:49.443 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:49.443 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:49.443 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:49.443 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:49.443 INFO:tasks.workunit.client.0.smithi055.stdout: 4 2023-10-14T00:01:49.444 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.444 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 2, 2023-10-14T00:01:49.444 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:49.444 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.444 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:49.445 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:49.445 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:49.445 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:49.445 INFO:tasks.workunit.client.0.smithi055.stdout: 2 2023-10-14T00:01:49.445 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.446 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 3, 2023-10-14T00:01:49.446 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:49.446 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:49.446 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:49.446 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:49.446 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:49.447 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:49.447 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:04.353940+0000", 2023-10-14T00:01:49.447 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-14T00:01:04.353552+0000", 2023-10-14T00:01:49.447 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-14T00:01:04.353552+0000", 2023-10-14T00:01:49.447 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-14T00:01:04.353940+0000", 2023-10-14T00:01:49.448 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:04.353940+0000", 2023-10-14T00:01:49.448 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.448 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:49.448 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.448 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 65, 2023-10-14T00:01:49.448 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:04.353940+0000", 2023-10-14T00:01:49.449 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:04.353940+0000", 2023-10-14T00:01:49.449 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:04.353940+0000", 2023-10-14T00:01:49.449 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:49.449 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:49.449 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.450 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:04.353940+0000", 2023-10-14T00:01:49.450 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:04.353940+0000", 2023-10-14T00:01:49.450 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:49.450 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:49.450 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:49.450 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:49.451 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 64, 2023-10-14T00:01:49.451 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:49.451 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:49.451 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:49.451 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:49.452 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:49.452 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:49.452 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:49.452 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:49.452 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.27", 2023-10-14T00:01:49.453 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:49.453 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:49.453 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 65, 2023-10-14T00:01:49.453 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 26, 2023-10-14T00:01:49.453 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:49.454 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T08:38:33.627192+0000", 2023-10-14T00:01:49.454 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:49.454 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:49.454 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:49.454 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:49.455 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:49.455 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:49.455 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:49.455 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:49.455 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:49.455 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:49.456 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:49.456 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:49.456 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:49.456 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:49.456 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:49.457 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:49.457 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:49.457 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:49.457 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:49.457 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:49.457 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:49.458 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:49.458 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:49.458 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:49.458 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:49.458 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:49.459 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:49.459 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:49.459 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:49.459 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:49.459 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:49.460 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:49.460 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:49.460 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:49.460 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:49.460 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:49.460 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:49.461 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:49.461 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:49.461 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:49.461 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:49.461 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:49.462 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:49.462 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.462 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:49.462 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:49.462 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:49.463 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:49.463 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:49.463 INFO:tasks.workunit.client.0.smithi055.stdout: 2 2023-10-14T00:01:49.463 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.463 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 3, 2023-10-14T00:01:49.464 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:49.464 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.464 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:49.464 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:49.464 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:49.464 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:49.465 INFO:tasks.workunit.client.0.smithi055.stdout: 2 2023-10-14T00:01:49.465 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.465 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 5, 2023-10-14T00:01:49.465 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:49.465 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:49.466 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:49.466 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:49.466 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:49.466 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:49.466 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.331289+0000", 2023-10-14T00:01:49.467 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.340157+0000", 2023-10-14T00:01:49.467 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.340157+0000", 2023-10-14T00:01:49.467 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.340530+0000", 2023-10-14T00:01:49.467 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.331289+0000", 2023-10-14T00:01:49.467 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.468 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:49.468 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.468 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:49.468 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.331289+0000", 2023-10-14T00:01:49.468 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.331289+0000", 2023-10-14T00:01:49.469 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.331289+0000", 2023-10-14T00:01:49.469 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:49.469 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:49.469 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.469 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.331289+0000", 2023-10-14T00:01:49.469 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.331289+0000", 2023-10-14T00:01:49.470 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:49.470 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:49.470 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:49.470 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:49.470 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:49.471 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:49.471 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:49.471 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:49.471 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:49.471 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:49.472 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:49.472 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:49.472 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:49.472 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.28", 2023-10-14T00:01:49.472 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:49.472 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:49.473 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:49.473 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:49.473 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:49.473 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T02:48:54.068275+0000", 2023-10-14T00:01:49.473 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:49.474 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:49.474 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:49.474 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:49.474 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:49.474 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:49.475 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:49.475 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:49.475 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:49.475 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:49.475 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:49.475 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:49.476 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:49.476 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:49.476 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:49.476 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:49.476 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:49.477 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:49.477 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:49.477 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:49.477 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:49.477 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:49.478 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:49.478 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:49.478 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:49.483 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:49.483 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:49.483 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:49.484 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:49.484 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:49.484 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:49.484 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:49.484 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:49.485 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:49.485 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:49.485 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:49.485 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:49.486 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:49.486 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:49.486 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:49.486 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:49.486 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:49.487 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:49.487 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.488 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:49.488 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:49.488 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:49.489 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:49.489 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:49.490 INFO:tasks.workunit.client.0.smithi055.stdout: 2 2023-10-14T00:01:49.490 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.490 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 5, 2023-10-14T00:01:49.491 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:49.491 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.491 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:49.491 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:49.491 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:49.492 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:49.492 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:49.492 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.492 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 3, 2023-10-14T00:01:49.493 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:49.493 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:49.493 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:49.493 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:49.494 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:49.494 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:49.494 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.321355+0000", 2023-10-14T00:01:49.495 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.349057+0000", 2023-10-14T00:01:49.495 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.349057+0000", 2023-10-14T00:01:49.495 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.349514+0000", 2023-10-14T00:01:49.495 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.321355+0000", 2023-10-14T00:01:49.496 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.496 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:49.496 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.496 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:49.496 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.321355+0000", 2023-10-14T00:01:49.497 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.321355+0000", 2023-10-14T00:01:49.497 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.321355+0000", 2023-10-14T00:01:49.497 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:49.497 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:49.498 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.498 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.321355+0000", 2023-10-14T00:01:49.498 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.321355+0000", 2023-10-14T00:01:49.498 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:49.499 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:49.499 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:49.499 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:49.499 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:49.500 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:49.500 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:49.500 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:49.500 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:49.500 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:49.501 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:49.501 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:49.501 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:49.502 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.29", 2023-10-14T00:01:49.502 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:49.502 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:49.503 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:49.503 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:49.503 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:49.503 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T01:50:23.628513+0000", 2023-10-14T00:01:49.504 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:49.504 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:49.504 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:49.505 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:49.505 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:49.505 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:49.505 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:49.505 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:49.506 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:49.506 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:49.506 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:49.506 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:49.507 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:49.507 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:49.507 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:49.508 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:49.508 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:49.508 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:49.509 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:49.509 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:49.510 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:49.510 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:49.510 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:49.510 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:49.510 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:49.511 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:49.511 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:49.511 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:49.511 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:49.512 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:49.512 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:49.512 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:49.512 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:49.512 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:49.513 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:49.513 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:49.513 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:49.513 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:49.514 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:49.514 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:49.514 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:49.515 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:49.515 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:49.515 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.515 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:49.516 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:49.516 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:49.516 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:49.516 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:49.516 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:49.517 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.517 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 3, 2023-10-14T00:01:49.517 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:49.517 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.517 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:49.518 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:49.518 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:49.518 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:49.518 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:49.519 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.519 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 5, 2023-10-14T00:01:49.519 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:49.519 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:49.519 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:49.520 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:49.520 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:49.520 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:49.520 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.330617+0000", 2023-10-14T00:01:49.521 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.335341+0000", 2023-10-14T00:01:49.521 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.335341+0000", 2023-10-14T00:01:49.521 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.335647+0000", 2023-10-14T00:01:49.521 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.330617+0000", 2023-10-14T00:01:49.521 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.522 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:49.522 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.522 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:49.522 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.330617+0000", 2023-10-14T00:01:49.523 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.330617+0000", 2023-10-14T00:01:49.523 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.330617+0000", 2023-10-14T00:01:49.523 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:49.523 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:49.524 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.524 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.330617+0000", 2023-10-14T00:01:49.524 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.330617+0000", 2023-10-14T00:01:49.524 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:49.524 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:49.525 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:49.525 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:49.525 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:49.525 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:49.526 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:49.526 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:49.526 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:49.527 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:49.527 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:49.527 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:49.527 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:49.528 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.2a", 2023-10-14T00:01:49.528 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:49.528 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:49.529 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:49.529 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:49.529 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:49.529 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T10:34:15.630881+0000", 2023-10-14T00:01:49.530 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:49.530 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:49.530 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:49.530 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:49.531 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:49.531 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:49.531 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:49.532 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:49.532 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:49.532 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:49.533 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:49.533 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:49.533 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:49.534 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:49.534 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:49.534 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:49.534 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:49.535 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:49.535 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:49.536 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:49.536 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:49.536 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:49.537 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:49.537 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:49.537 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:49.537 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:49.538 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:49.538 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:49.538 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:49.538 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:49.539 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:49.539 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:49.539 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:49.540 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:49.540 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:49.540 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:49.541 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:49.541 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:49.541 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:49.541 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:49.542 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:49.542 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:49.542 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:49.543 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.543 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:49.543 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:49.544 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:49.544 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:49.544 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:49.544 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:49.545 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.545 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 5, 2023-10-14T00:01:49.546 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:49.546 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.546 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:49.547 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:49.547 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:49.547 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:49.548 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:49.548 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.548 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 0, 2023-10-14T00:01:49.549 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:49.549 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:49.549 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:49.550 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:49.550 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:49.550 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:49.551 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.325450+0000", 2023-10-14T00:01:49.551 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.347473+0000", 2023-10-14T00:01:49.551 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.347473+0000", 2023-10-14T00:01:49.552 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.351925+0000", 2023-10-14T00:01:49.552 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.325450+0000", 2023-10-14T00:01:49.552 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.553 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:49.553 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.553 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:49.553 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.325450+0000", 2023-10-14T00:01:49.554 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.325450+0000", 2023-10-14T00:01:49.554 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.325450+0000", 2023-10-14T00:01:49.554 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:49.555 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:49.555 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.555 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.325450+0000", 2023-10-14T00:01:49.556 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.325450+0000", 2023-10-14T00:01:49.556 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:49.556 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:49.556 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:49.557 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:49.557 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:49.557 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:49.558 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:49.558 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:49.558 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:49.558 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:49.559 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:49.559 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:49.559 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:49.559 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.2b", 2023-10-14T00:01:49.560 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:49.560 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:49.560 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:49.561 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:49.561 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:49.561 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T09:56:14.630499+0000", 2023-10-14T00:01:49.561 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:49.562 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:49.562 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:49.562 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:49.563 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:49.563 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:49.563 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:49.563 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:49.564 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:49.564 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:49.564 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:49.565 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:49.565 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:49.565 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:49.566 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:49.566 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:49.566 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:49.567 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:49.567 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:49.567 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:49.567 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:49.568 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:49.568 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:49.568 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:49.569 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:49.569 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:49.569 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:49.569 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:49.570 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:49.570 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:49.570 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:49.571 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:49.571 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:49.571 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:49.571 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:49.572 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:49.572 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:49.572 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:49.573 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:49.573 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:49.573 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:49.573 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:49.574 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:49.574 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.574 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:49.575 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:49.575 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:49.575 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:49.576 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:49.576 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:49.576 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.577 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 0, 2023-10-14T00:01:49.577 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:49.577 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.577 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:49.578 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:49.578 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:49.578 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:49.578 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:49.579 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.579 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 6, 2023-10-14T00:01:49.579 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:49.580 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:49.580 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:49.580 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:49.581 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:49.581 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:49.581 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.332645+0000", 2023-10-14T00:01:49.581 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.348975+0000", 2023-10-14T00:01:49.582 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.348975+0000", 2023-10-14T00:01:49.582 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.349297+0000", 2023-10-14T00:01:49.582 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.332645+0000", 2023-10-14T00:01:49.583 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.583 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:49.583 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.584 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:49.584 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.332645+0000", 2023-10-14T00:01:49.584 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.332645+0000", 2023-10-14T00:01:49.584 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.332645+0000", 2023-10-14T00:01:49.585 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:49.585 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:49.585 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:49.586 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.332645+0000", 2023-10-14T00:01:49.586 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.332645+0000", 2023-10-14T00:01:49.586 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:49.586 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:49.587 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:49.587 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:49.587 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:49.588 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:49.588 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:49.588 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:49.588 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:49.589 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:49.589 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:49.589 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:49.590 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:49.590 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.2c", 2023-10-14T00:01:49.590 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:49.590 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:49.591 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:49.591 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:49.591 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:49.592 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T07:08:34.579206+0000", 2023-10-14T00:01:49.592 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:49.592 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:49.592 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:49.593 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:49.593 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:49.593 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:49.594 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:49.594 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:49.594 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:49.594 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:49.595 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:49.595 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:49.595 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:49.596 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:49.596 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:49.596 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:49.596 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:49.597 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:49.597 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:49.597 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:49.597 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:49.598 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:49.598 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:49.598 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:49.599 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:49.599 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:49.599 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:49.600 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:49.600 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:49.600 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:49.600 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:49.601 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:49.601 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:49.601 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:49.602 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:49.602 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:49.602 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:49.602 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:49.603 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:49.603 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:49.603 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:49.604 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:49.604 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:49.604 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.604 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:49.605 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:49.605 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:49.605 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:49.606 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:49.606 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:49.606 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.606 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 6, 2023-10-14T00:01:49.607 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:49.607 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:49.607 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.607 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_per_pool": [ 2023-10-14T00:01:49.608 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:49.608 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": 24, 2023-10-14T00:01:49.608 INFO:tasks.workunit.client.0.smithi055.stdout: "application": [ 2023-10-14T00:01:49.609 INFO:tasks.workunit.client.0.smithi055.stdout: "rbd" 2023-10-14T00:01:49.609 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.609 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:49.609 INFO:tasks.workunit.client.0.smithi055.stdout: "num_pg": 8, 2023-10-14T00:01:49.610 INFO:tasks.workunit.client.0.smithi055.stdout: "num_store_stats": 8, 2023-10-14T00:01:49.610 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:49.610 INFO:tasks.workunit.client.0.smithi055.stdout: "poolid": 4, 2023-10-14T00:01:49.611 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:49.611 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:49.611 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:49.611 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:49.612 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:49.612 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:49.612 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:49.613 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:49.613 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:49.613 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:49.613 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:49.614 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:49.614 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:49.614 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:49.615 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:49.615 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:49.615 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:49.615 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:49.616 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:49.616 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:49.616 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:49.616 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:49.617 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:49.617 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:49.617 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:49.617 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:49.618 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:49.618 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:49.618 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:49.619 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:49.619 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:49.620 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:49.620 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:49.620 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:49.620 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:49.621 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:49.621 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:49.621 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:49.621 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:49.622 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:49.622 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:49.622 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.623 INFO:tasks.workunit.client.0.smithi055.stdout: "store_stats": { 2023-10-14T00:01:49.623 INFO:tasks.workunit.client.0.smithi055.stdout: "allocated": 0, 2023-10-14T00:01:49.623 INFO:tasks.workunit.client.0.smithi055.stdout: "available": 0, 2023-10-14T00:01:49.623 INFO:tasks.workunit.client.0.smithi055.stdout: "data_compressed": 0, 2023-10-14T00:01:49.624 INFO:tasks.workunit.client.0.smithi055.stdout: "data_compressed_allocated": 0, 2023-10-14T00:01:49.624 INFO:tasks.workunit.client.0.smithi055.stdout: "data_compressed_original": 0, 2023-10-14T00:01:49.624 INFO:tasks.workunit.client.0.smithi055.stdout: "data_stored": 0, 2023-10-14T00:01:49.624 INFO:tasks.workunit.client.0.smithi055.stdout: "internal_metadata": 0, 2023-10-14T00:01:49.625 INFO:tasks.workunit.client.0.smithi055.stdout: "internally_reserved": 0, 2023-10-14T00:01:49.625 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_allocated": 0, 2023-10-14T00:01:49.625 INFO:tasks.workunit.client.0.smithi055.stdout: "total": 0 2023-10-14T00:01:49.625 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.626 INFO:tasks.workunit.client.0.smithi055.stdout: "up": 24 2023-10-14T00:01:49.626 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.626 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:49.626 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": 192, 2023-10-14T00:01:49.627 INFO:tasks.workunit.client.0.smithi055.stdout: "application": [ 2023-10-14T00:01:49.627 INFO:tasks.workunit.client.0.smithi055.stdout: "cephfs" 2023-10-14T00:01:49.627 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.627 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:49.628 INFO:tasks.workunit.client.0.smithi055.stdout: "num_pg": 64, 2023-10-14T00:01:49.628 INFO:tasks.workunit.client.0.smithi055.stdout: "num_store_stats": 8, 2023-10-14T00:01:49.628 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:49.628 INFO:tasks.workunit.client.0.smithi055.stdout: "poolid": 3, 2023-10-14T00:01:49.629 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:49.629 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:49.629 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:49.629 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:49.630 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:49.630 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:49.630 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:49.630 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:49.630 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:49.631 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:49.631 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:49.631 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:49.631 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:49.632 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:49.632 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:49.632 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:49.633 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:49.633 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:49.633 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:49.633 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:49.634 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:49.634 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:49.634 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:49.635 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:49.635 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:49.635 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:49.635 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:49.636 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:49.636 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:49.636 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:49.637 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:49.637 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:49.637 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:49.638 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:49.638 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:49.638 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:49.638 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:49.638 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:49.639 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:49.639 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:49.639 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:49.639 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.640 INFO:tasks.workunit.client.0.smithi055.stdout: "store_stats": { 2023-10-14T00:01:49.640 INFO:tasks.workunit.client.0.smithi055.stdout: "allocated": 0, 2023-10-14T00:01:49.640 INFO:tasks.workunit.client.0.smithi055.stdout: "available": 0, 2023-10-14T00:01:49.641 INFO:tasks.workunit.client.0.smithi055.stdout: "data_compressed": 0, 2023-10-14T00:01:49.641 INFO:tasks.workunit.client.0.smithi055.stdout: "data_compressed_allocated": 0, 2023-10-14T00:01:49.641 INFO:tasks.workunit.client.0.smithi055.stdout: "data_compressed_original": 0, 2023-10-14T00:01:49.641 INFO:tasks.workunit.client.0.smithi055.stdout: "data_stored": 0, 2023-10-14T00:01:49.642 INFO:tasks.workunit.client.0.smithi055.stdout: "internal_metadata": 0, 2023-10-14T00:01:49.642 INFO:tasks.workunit.client.0.smithi055.stdout: "internally_reserved": 0, 2023-10-14T00:01:49.642 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_allocated": 0, 2023-10-14T00:01:49.643 INFO:tasks.workunit.client.0.smithi055.stdout: "total": 0 2023-10-14T00:01:49.643 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.643 INFO:tasks.workunit.client.0.smithi055.stdout: "up": 192 2023-10-14T00:01:49.643 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.644 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:49.644 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": 3, 2023-10-14T00:01:49.644 INFO:tasks.workunit.client.0.smithi055.stdout: "application": [ 2023-10-14T00:01:49.644 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr" 2023-10-14T00:01:49.645 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.645 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 193, 2023-10-14T00:01:49.645 INFO:tasks.workunit.client.0.smithi055.stdout: "num_pg": 1, 2023-10-14T00:01:49.646 INFO:tasks.workunit.client.0.smithi055.stdout: "num_store_stats": 3, 2023-10-14T00:01:49.646 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 193, 2023-10-14T00:01:49.646 INFO:tasks.workunit.client.0.smithi055.stdout: "poolid": 1, 2023-10-14T00:01:49.647 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:49.647 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 590368, 2023-10-14T00:01:49.647 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:49.647 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 1771104, 2023-10-14T00:01:49.648 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:49.648 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:49.648 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:49.649 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:49.649 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:49.649 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:49.650 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:49.650 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:49.650 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:49.650 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:49.651 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:49.651 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:49.651 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:49.652 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 6, 2023-10-14T00:01:49.652 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 2, 2023-10-14T00:01:49.652 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:49.653 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 2, 2023-10-14T00:01:49.653 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:49.653 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:49.653 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:49.654 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:49.654 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:49.654 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:49.654 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:49.655 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 6, 2023-10-14T00:01:49.655 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:49.655 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:49.656 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:49.656 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:49.656 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:49.656 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 357, 2023-10-14T00:01:49.657 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 624, 2023-10-14T00:01:49.657 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:49.657 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:49.657 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:49.658 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 269, 2023-10-14T00:01:49.658 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 3462 2023-10-14T00:01:49.658 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.659 INFO:tasks.workunit.client.0.smithi055.stdout: "store_stats": { 2023-10-14T00:01:49.659 INFO:tasks.workunit.client.0.smithi055.stdout: "allocated": 1781760, 2023-10-14T00:01:49.659 INFO:tasks.workunit.client.0.smithi055.stdout: "available": 0, 2023-10-14T00:01:49.660 INFO:tasks.workunit.client.0.smithi055.stdout: "data_compressed": 0, 2023-10-14T00:01:49.660 INFO:tasks.workunit.client.0.smithi055.stdout: "data_compressed_allocated": 0, 2023-10-14T00:01:49.660 INFO:tasks.workunit.client.0.smithi055.stdout: "data_compressed_original": 0, 2023-10-14T00:01:49.661 INFO:tasks.workunit.client.0.smithi055.stdout: "data_stored": 1771104, 2023-10-14T00:01:49.661 INFO:tasks.workunit.client.0.smithi055.stdout: "internal_metadata": 0, 2023-10-14T00:01:49.661 INFO:tasks.workunit.client.0.smithi055.stdout: "internally_reserved": 0, 2023-10-14T00:01:49.661 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_allocated": 0, 2023-10-14T00:01:49.662 INFO:tasks.workunit.client.0.smithi055.stdout: "total": 0 2023-10-14T00:01:49.662 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.662 INFO:tasks.workunit.client.0.smithi055.stdout: "up": 3 2023-10-14T00:01:49.663 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.663 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:49.663 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": 96, 2023-10-14T00:01:49.664 INFO:tasks.workunit.client.0.smithi055.stdout: "application": [ 2023-10-14T00:01:49.664 INFO:tasks.workunit.client.0.smithi055.stdout: "cephfs" 2023-10-14T00:01:49.664 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.664 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 45, 2023-10-14T00:01:49.665 INFO:tasks.workunit.client.0.smithi055.stdout: "num_pg": 32, 2023-10-14T00:01:49.665 INFO:tasks.workunit.client.0.smithi055.stdout: "num_store_stats": 8, 2023-10-14T00:01:49.665 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 45, 2023-10-14T00:01:49.666 INFO:tasks.workunit.client.0.smithi055.stdout: "poolid": 2, 2023-10-14T00:01:49.666 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:49.666 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 3378, 2023-10-14T00:01:49.666 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:49.667 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:49.667 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:49.667 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:49.667 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:49.668 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:49.668 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:49.668 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:49.669 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:49.669 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:49.669 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:49.670 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:49.670 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:49.670 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:49.670 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:49.671 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 66, 2023-10-14T00:01:49.671 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 22, 2023-10-14T00:01:49.671 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:49.671 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 22, 2023-10-14T00:01:49.672 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:49.672 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:49.672 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:49.673 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:49.673 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:49.673 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 14, 2023-10-14T00:01:49.673 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:49.674 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:49.674 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:49.674 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:49.674 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:49.675 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:49.675 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:49.675 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:49.676 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:49.676 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:49.676 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:49.676 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:49.677 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 51, 2023-10-14T00:01:49.677 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 19 2023-10-14T00:01:49.677 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.677 INFO:tasks.workunit.client.0.smithi055.stdout: "store_stats": { 2023-10-14T00:01:49.678 INFO:tasks.workunit.client.0.smithi055.stdout: "allocated": 98304, 2023-10-14T00:01:49.678 INFO:tasks.workunit.client.0.smithi055.stdout: "available": 0, 2023-10-14T00:01:49.678 INFO:tasks.workunit.client.0.smithi055.stdout: "data_compressed": 0, 2023-10-14T00:01:49.678 INFO:tasks.workunit.client.0.smithi055.stdout: "data_compressed_allocated": 0, 2023-10-14T00:01:49.679 INFO:tasks.workunit.client.0.smithi055.stdout: "data_compressed_original": 0, 2023-10-14T00:01:49.679 INFO:tasks.workunit.client.0.smithi055.stdout: "data_stored": 10134, 2023-10-14T00:01:49.679 INFO:tasks.workunit.client.0.smithi055.stdout: "internal_metadata": 0, 2023-10-14T00:01:49.679 INFO:tasks.workunit.client.0.smithi055.stdout: "internally_reserved": 0, 2023-10-14T00:01:49.680 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_allocated": 0, 2023-10-14T00:01:49.680 INFO:tasks.workunit.client.0.smithi055.stdout: "total": 0 2023-10-14T00:01:49.680 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.680 INFO:tasks.workunit.client.0.smithi055.stdout: "up": 96 2023-10-14T00:01:49.681 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:49.681 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.681 INFO:tasks.workunit.client.0.smithi055.stdout: "usage": { 2023-10-14T00:01:49.682 INFO:tasks.workunit.client.0.smithi055.stdout: "pg_num": 105, 2023-10-14T00:01:49.682 INFO:tasks.workunit.client.0.smithi055.stdout: "pools": 4, 2023-10-14T00:01:49.682 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_by_class": { 2023-10-14T00:01:49.682 INFO:tasks.workunit.client.0.smithi055.stdout: "ssd": { 2023-10-14T00:01:49.686 INFO:tasks.workunit.client.0.smithi055.stdout: "total_avail_bytes": 765517746176, 2023-10-14T00:01:49.686 INFO:tasks.workunit.client.0.smithi055.stdout: "total_bytes": 767960285184, 2023-10-14T00:01:49.686 INFO:tasks.workunit.client.0.smithi055.stdout: "total_used_bytes": 2442539008, 2023-10-14T00:01:49.687 INFO:tasks.workunit.client.0.smithi055.stdout: "total_used_raw_bytes": 2442539008, 2023-10-14T00:01:49.687 INFO:tasks.workunit.client.0.smithi055.stdout: "total_used_raw_ratio": 0.0031805539038032293 2023-10-14T00:01:49.687 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:49.687 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.687 INFO:tasks.workunit.client.0.smithi055.stdout: "total_avail_bytes": 765517746176, 2023-10-14T00:01:49.688 INFO:tasks.workunit.client.0.smithi055.stdout: "total_bytes": 767960285184, 2023-10-14T00:01:49.688 INFO:tasks.workunit.client.0.smithi055.stdout: "total_used_bytes": 2442539008 2023-10-14T00:01:49.688 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:49.688 INFO:tasks.workunit.client.0.smithi055.stdout:} 2023-10-14T00:01:49.688 INFO:tasks.workunit.client.0.smithi055.stdout:Device report is generated separately. To see it run 'ceph telemetry show-device'. 2023-10-14T00:01:49.689 INFO:tasks.workunit.client.0.smithi055.stderr:+ ceph telemetry show-device 2023-10-14T00:01:49.690 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[124249]: from='client.24869 -' entity='client.admin' cmd=[{"prefix": "telemetry enable channel", "channels": ["perf"], "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:01:49.690 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[124249]: from='client.24869 -' entity='client.admin' cmd=[{"prefix": "telemetry enable channel", "channels": ["perf"], "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:01:49.690 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/495425915' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/telemetry/last_opt_revision"}]: dispatch 2023-10-14T00:01:49.691 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:01:49.691 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2023-10-14T00:01:49.691 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:49.691 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:49.692 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:49.692 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:49.692 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:49.692 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:49.692 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:49.693 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:49.693 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:49.693 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[124249]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-10-14T00:01:49.693 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[124249]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-10-14T00:01:49.694 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:49.694 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:49.694 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:49.694 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[124249]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-10-14T00:01:49.694 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[124249]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-10-14T00:01:49.695 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:49.695 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:49.695 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:49.695 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[124249]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-10-14T00:01:49.695 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[124249]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-10-14T00:01:49.696 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[110989]: from='client.24869 -' entity='client.admin' cmd=[{"prefix": "telemetry enable channel", "channels": ["perf"], "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:01:49.696 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[110989]: from='client.24869 -' entity='client.admin' cmd=[{"prefix": "telemetry enable channel", "channels": ["perf"], "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:01:49.696 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/495425915' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/telemetry/last_opt_revision"}]: dispatch 2023-10-14T00:01:49.697 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:01:49.697 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2023-10-14T00:01:49.697 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:49.697 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:49.697 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:49.698 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:49.698 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:49.698 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:49.698 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:49.698 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:49.699 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:49.699 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[110989]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-10-14T00:01:49.699 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[110989]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-10-14T00:01:49.699 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:49.699 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:49.700 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:49.700 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[110989]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-10-14T00:01:49.700 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[110989]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-10-14T00:01:49.700 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:49.700 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:49.701 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:49.701 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[110989]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-10-14T00:01:49.701 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[110989]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-10-14T00:01:49.702 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:49.702 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:49.702 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:49.703 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:01:49.703 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2023-10-14T00:01:49.703 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:49.703 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:49.704 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:49.704 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:49.704 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:49.704 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:49.704 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:49.705 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:49.705 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:49.705 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[124249]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-10-14T00:01:49.705 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[124249]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-10-14T00:01:49.705 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:49.706 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:49.706 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:49.706 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[124249]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-10-14T00:01:49.706 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[124249]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-10-14T00:01:49.706 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:49.707 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:49.707 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:49.707 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[124249]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-10-14T00:01:49.707 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[124249]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-10-14T00:01:49.707 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:49.708 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:49.708 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:49.708 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:45 smithi082 ceph-mon[116307]: from='client.24869 -' entity='client.admin' cmd=[{"prefix": "telemetry enable channel", "channels": ["perf"], "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:01:49.709 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:45 smithi082 ceph-mon[116307]: from='client.24869 -' entity='client.admin' cmd=[{"prefix": "telemetry enable channel", "channels": ["perf"], "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:01:49.709 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:45 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/495425915' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/telemetry/last_opt_revision"}]: dispatch 2023-10-14T00:01:49.709 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:45 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:01:49.709 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:45 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2023-10-14T00:01:49.709 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:45 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:49.710 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:45 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:49.710 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:45 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:49.710 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:45 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:49.710 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:45 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:49.710 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:45 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:49.711 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:45 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:49.711 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:45 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:49.711 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:45 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:49.711 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:45 smithi082 ceph-mon[116307]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-10-14T00:01:49.711 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:45 smithi082 ceph-mon[116307]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-10-14T00:01:49.712 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:45 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:49.712 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:45 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:49.712 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:45 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:49.712 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:45 smithi082 ceph-mon[116307]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-10-14T00:01:49.712 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:45 smithi082 ceph-mon[116307]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-10-14T00:01:49.713 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:45 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:49.713 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:45 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:49.713 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:45 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:49.713 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:45 smithi082 ceph-mon[116307]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-10-14T00:01:49.713 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:45 smithi082 ceph-mon[116307]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-10-14T00:01:49.714 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:45 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:49.714 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:45 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:49.714 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:45 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:49.714 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:45 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:01:49.714 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:45 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2023-10-14T00:01:49.715 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:45 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:49.715 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:45 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:49.715 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:45 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:49.715 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:45 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:49.715 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:45 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:49.715 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:45 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:49.716 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:45 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:49.716 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:45 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:49.716 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:45 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:49.716 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:45 smithi082 ceph-mon[116307]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-10-14T00:01:49.716 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:45 smithi082 ceph-mon[116307]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-10-14T00:01:49.717 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:45 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:49.717 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:45 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:49.717 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:45 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:49.717 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:45 smithi082 ceph-mon[116307]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-10-14T00:01:49.717 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:45 smithi082 ceph-mon[116307]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-10-14T00:01:49.718 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:45 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:49.718 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:45 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:49.718 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:45 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:49.718 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:45 smithi082 ceph-mon[116307]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-10-14T00:01:49.718 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:45 smithi082 ceph-mon[116307]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-10-14T00:01:49.719 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:45 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:49.719 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:45 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:49.719 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:45 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:49.719 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:46 smithi082 ceph-mon[116307]: from='client.24881 -' entity='client.admin' cmd=[{"prefix": "telemetry show", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:01:49.719 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:46 smithi082 ceph-mon[116307]: pgmap v57: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.5 KiB/s rd, 255 B/s wr, 11 op/s 2023-10-14T00:01:49.720 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:46 smithi082 ceph-mon[116307]: from='client.24881 -' entity='client.admin' cmd=[{"prefix": "telemetry show", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:01:49.720 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:46 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:01:49.720 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:46 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2023-10-14T00:01:49.720 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:47 smithi082 ceph-mon[116307]: from='client.24899 -' entity='client.admin' cmd=[{"prefix": "telemetry show-device", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:01:49.720 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:47 smithi082 ceph-mon[116307]: from='client.24899 -' entity='client.admin' cmd=[{"prefix": "telemetry show-device", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:01:49.721 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:47 smithi082 ceph-mon[116307]: from='client.24905 -' entity='client.admin' cmd=[{"prefix": "telemetry show-all", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:01:49.721 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:47 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:49.721 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:47 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:49.721 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:47 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:49.721 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:47 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:49.721 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:47 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:49.722 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:47 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:49.722 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:47 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:49.722 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:47 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:49.722 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:47 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:49.722 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:47 smithi082 ceph-mon[116307]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-10-14T00:01:49.723 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:47 smithi082 ceph-mon[116307]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-10-14T00:01:49.723 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:47 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:49.723 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:47 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:49.723 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:47 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:49.723 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:47 smithi082 ceph-mon[116307]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-10-14T00:01:49.724 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:47 smithi082 ceph-mon[116307]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-10-14T00:01:49.724 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:47 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:49.724 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:47 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:49.724 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:47 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:49.724 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:47 smithi082 ceph-mon[116307]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-10-14T00:01:49.725 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:47 smithi082 ceph-mon[116307]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-10-14T00:01:49.725 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:47 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:49.725 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:47 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:49.725 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:47 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:49.725 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:47 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:01:49.726 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:47 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2023-10-14T00:01:49.726 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:47 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:49.726 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:47 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:49.726 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:47 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:49.727 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:47 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:49.727 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:47 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:49.727 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:47 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:49.727 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:47 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:49.727 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:47 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:49.728 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:47 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:49.728 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:47 smithi082 ceph-mon[116307]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-10-14T00:01:49.728 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:47 smithi082 ceph-mon[116307]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-10-14T00:01:49.728 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:47 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:49.728 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:47 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:49.729 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:47 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:49.729 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:47 smithi082 ceph-mon[116307]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-10-14T00:01:49.729 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:47 smithi082 ceph-mon[116307]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-10-14T00:01:49.729 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:47 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:49.729 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:47 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:49.730 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:47 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:49.730 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:47 smithi082 ceph-mon[116307]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-10-14T00:01:49.730 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:47 smithi082 ceph-mon[116307]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-10-14T00:01:49.730 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:47 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:49.731 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:47 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:49.731 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:47 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:49.731 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:48 smithi082 ceph-mon[116307]: from='client.24905 -' entity='client.admin' cmd=[{"prefix": "telemetry show-all", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:01:49.731 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:48 smithi082 ceph-mon[116307]: pgmap v58: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.5 KiB/s rd, 0 B/s wr, 11 op/s 2023-10-14T00:01:49.732 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:48 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:01:49.732 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:49.732 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:49.732 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:49.733 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:01:49.733 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2023-10-14T00:01:49.733 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:49.733 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:49.733 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:49.733 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:49.734 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:49.734 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:49.734 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:49.734 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:49.734 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:49.735 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[110989]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-10-14T00:01:49.735 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[110989]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-10-14T00:01:49.735 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:49.735 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:49.736 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:49.736 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[110989]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-10-14T00:01:49.736 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[110989]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-10-14T00:01:49.736 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:49.736 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:49.737 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:49.737 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[110989]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-10-14T00:01:49.737 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[110989]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-10-14T00:01:49.737 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:49.738 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:49.738 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:45 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:49.739 INFO:tasks.workunit.client.0.smithi055.stdout:{ 2023-10-14T00:01:49.739 INFO:tasks.workunit.client.0.smithi055.stdout: "da8a9a4a-6a24-11ee-8cbd-ac1f6bf82606": { 2023-10-14T00:01:49.739 INFO:tasks.workunit.client.0.smithi055.stdout: "INTEL_SSDPEDKE040T7_da8b3068-6a24-11ee-8cbd-ac1f6bf82606": { 2023-10-14T00:01:49.740 INFO:tasks.workunit.client.0.smithi055.stdout: "20231013-235759": { 2023-10-14T00:01:49.740 INFO:tasks.workunit.client.0.smithi055.stdout: "device": { 2023-10-14T00:01:49.740 INFO:tasks.workunit.client.0.smithi055.stdout: "info_name": "/dev/nvme0n1", 2023-10-14T00:01:49.740 INFO:tasks.workunit.client.0.smithi055.stdout: "name": "/dev/nvme0n1", 2023-10-14T00:01:49.741 INFO:tasks.workunit.client.0.smithi055.stdout: "protocol": "NVMe", 2023-10-14T00:01:49.741 INFO:tasks.workunit.client.0.smithi055.stdout: "type": "nvme" 2023-10-14T00:01:49.741 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.741 INFO:tasks.workunit.client.0.smithi055.stdout: "firmware_version": "QDV1013D", 2023-10-14T00:01:49.741 INFO:tasks.workunit.client.0.smithi055.stdout: "host_id": "da8a9a4a-6a24-11ee-8cbd-ac1f6bf82606", 2023-10-14T00:01:49.742 INFO:tasks.workunit.client.0.smithi055.stdout: "json_format_version": [ 2023-10-14T00:01:49.742 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:49.742 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:49.742 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.742 INFO:tasks.workunit.client.0.smithi055.stdout: "local_time": { 2023-10-14T00:01:49.743 INFO:tasks.workunit.client.0.smithi055.stdout: "asctime": "Fri Oct 13 23:57:59 2023 UTC", 2023-10-14T00:01:49.743 INFO:tasks.workunit.client.0.smithi055.stdout: "time_t": 1697241479 2023-10-14T00:01:49.743 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.743 INFO:tasks.workunit.client.0.smithi055.stdout: "logical_block_size": 512, 2023-10-14T00:01:49.743 INFO:tasks.workunit.client.0.smithi055.stdout: "model_name": "INTEL SSDPEDKE040T7", 2023-10-14T00:01:49.743 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_controller_id": 0, 2023-10-14T00:01:49.744 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_ieee_oui_identifier": 6083300, 2023-10-14T00:01:49.744 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_namespaces": [ 2023-10-14T00:01:49.744 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:49.744 INFO:tasks.workunit.client.0.smithi055.stdout: "capacity": { 2023-10-14T00:01:49.744 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 7814037168, 2023-10-14T00:01:49.745 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 4000787030016 2023-10-14T00:01:49.745 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.745 INFO:tasks.workunit.client.0.smithi055.stdout: "formatted_lba_size": 512, 2023-10-14T00:01:49.745 INFO:tasks.workunit.client.0.smithi055.stdout: "id": 1, 2023-10-14T00:01:49.746 INFO:tasks.workunit.client.0.smithi055.stdout: "size": { 2023-10-14T00:01:49.746 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 7814037168, 2023-10-14T00:01:49.746 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 4000787030016 2023-10-14T00:01:49.746 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.746 INFO:tasks.workunit.client.0.smithi055.stdout: "utilization": { 2023-10-14T00:01:49.747 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 7814037168, 2023-10-14T00:01:49.747 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 4000787030016 2023-10-14T00:01:49.747 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:49.747 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:49.747 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.748 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_number_of_namespaces": 1, 2023-10-14T00:01:49.748 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_pci_vendor": { 2023-10-14T00:01:49.748 INFO:tasks.workunit.client.0.smithi055.stdout: "id": 32902, 2023-10-14T00:01:49.748 INFO:tasks.workunit.client.0.smithi055.stdout: "subsystem_id": 32902 2023-10-14T00:01:49.748 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.748 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_smart_health_information_add_log": { 2023-10-14T00:01:49.749 INFO:tasks.workunit.client.0.smithi055.stdout: "Device stats": { 2023-10-14T00:01:49.749 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_fw_downgrades": { 2023-10-14T00:01:49.749 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 0, 2023-10-14T00:01:49.749 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:49.749 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.750 INFO:tasks.workunit.client.0.smithi055.stdout: "crc_error_count": { 2023-10-14T00:01:49.750 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.750 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:49.750 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.750 INFO:tasks.workunit.client.0.smithi055.stdout: "end_to_end_error_detection_count": { 2023-10-14T00:01:49.751 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.751 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:49.751 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.751 INFO:tasks.workunit.client.0.smithi055.stdout: "erase_fail_count": { 2023-10-14T00:01:49.751 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.752 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:49.752 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.752 INFO:tasks.workunit.client.0.smithi055.stdout: "host_bytes_written": { 2023-10-14T00:01:49.752 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.752 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 20602507 2023-10-14T00:01:49.753 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.753 INFO:tasks.workunit.client.0.smithi055.stdout: "host_ctx_wear_used": { 2023-10-14T00:01:49.753 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.753 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:49.754 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.754 INFO:tasks.workunit.client.0.smithi055.stdout: "media_bytes_read": { 2023-10-14T00:01:49.754 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.754 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 18830585 2023-10-14T00:01:49.755 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.755 INFO:tasks.workunit.client.0.smithi055.stdout: "nand_bytes_written": { 2023-10-14T00:01:49.755 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.755 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 39610353 2023-10-14T00:01:49.755 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.756 INFO:tasks.workunit.client.0.smithi055.stdout: "perf_stat_indicator": { 2023-10-14T00:01:49.756 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.756 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 12 2023-10-14T00:01:49.756 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.756 INFO:tasks.workunit.client.0.smithi055.stdout: "pll_lock_loss_count": { 2023-10-14T00:01:49.757 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.757 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:49.757 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.757 INFO:tasks.workunit.client.0.smithi055.stdout: "program_fail_count": { 2023-10-14T00:01:49.758 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.758 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 3 2023-10-14T00:01:49.758 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.758 INFO:tasks.workunit.client.0.smithi055.stdout: "re_alloc_sectr_cnt": { 2023-10-14T00:01:49.758 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 16, 2023-10-14T00:01:49.758 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 35534 2023-10-14T00:01:49.759 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.759 INFO:tasks.workunit.client.0.smithi055.stdout: "retry_buffer_overflow_count": { 2023-10-14T00:01:49.759 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.759 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:49.759 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.760 INFO:tasks.workunit.client.0.smithi055.stdout: "soft_ecc_err_rate": { 2023-10-14T00:01:49.760 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.760 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 35519 2023-10-14T00:01:49.760 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.760 INFO:tasks.workunit.client.0.smithi055.stdout: "thermal_throttle_status": { 2023-10-14T00:01:49.761 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.761 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": { 2023-10-14T00:01:49.761 INFO:tasks.workunit.client.0.smithi055.stdout: "cnt": 0, 2023-10-14T00:01:49.761 INFO:tasks.workunit.client.0.smithi055.stdout: "pct": 0 2023-10-14T00:01:49.761 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:49.761 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.762 INFO:tasks.workunit.client.0.smithi055.stdout: "timed_workload_host_reads": { 2023-10-14T00:01:49.762 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.762 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 65535 2023-10-14T00:01:49.762 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.762 INFO:tasks.workunit.client.0.smithi055.stdout: "timed_workload_media_wear": { 2023-10-14T00:01:49.763 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.763 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 64 2023-10-14T00:01:49.763 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.763 INFO:tasks.workunit.client.0.smithi055.stdout: "timed_workload_timer": { 2023-10-14T00:01:49.763 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.764 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 65535 2023-10-14T00:01:49.764 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.764 INFO:tasks.workunit.client.0.smithi055.stdout: "unexp_power_loss": { 2023-10-14T00:01:49.764 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.764 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:49.765 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.765 INFO:tasks.workunit.client.0.smithi055.stdout: "wear_leveling": { 2023-10-14T00:01:49.765 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 91, 2023-10-14T00:01:49.765 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": { 2023-10-14T00:01:49.765 INFO:tasks.workunit.client.0.smithi055.stdout: "avg": 479, 2023-10-14T00:01:49.766 INFO:tasks.workunit.client.0.smithi055.stdout: "max": 482, 2023-10-14T00:01:49.766 INFO:tasks.workunit.client.0.smithi055.stdout: "min": 480 2023-10-14T00:01:49.766 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:49.766 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:49.766 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.766 INFO:tasks.workunit.client.0.smithi055.stdout: "Intel Smart log": "nvme0n1" 2023-10-14T00:01:49.767 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.767 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_smart_health_information_log": { 2023-10-14T00:01:49.767 INFO:tasks.workunit.client.0.smithi055.stdout: "available_spare": 99, 2023-10-14T00:01:49.767 INFO:tasks.workunit.client.0.smithi055.stdout: "available_spare_threshold": 10, 2023-10-14T00:01:49.767 INFO:tasks.workunit.client.0.smithi055.stdout: "controller_busy_time": 19512, 2023-10-14T00:01:49.768 INFO:tasks.workunit.client.0.smithi055.stdout: "critical_comp_time": 0, 2023-10-14T00:01:49.768 INFO:tasks.workunit.client.0.smithi055.stdout: "critical_warning": 0, 2023-10-14T00:01:49.768 INFO:tasks.workunit.client.0.smithi055.stdout: "data_units_read": 248557174, 2023-10-14T00:01:49.768 INFO:tasks.workunit.client.0.smithi055.stdout: "data_units_written": 1350205906, 2023-10-14T00:01:49.768 INFO:tasks.workunit.client.0.smithi055.stdout: "host_reads": 4284611189, 2023-10-14T00:01:49.769 INFO:tasks.workunit.client.0.smithi055.stdout: "host_writes": 23304472545, 2023-10-14T00:01:49.769 INFO:tasks.workunit.client.0.smithi055.stdout: "media_errors": 0, 2023-10-14T00:01:49.769 INFO:tasks.workunit.client.0.smithi055.stdout: "num_err_log_entries": 0, 2023-10-14T00:01:49.769 INFO:tasks.workunit.client.0.smithi055.stdout: "percentage_used": 9, 2023-10-14T00:01:49.769 INFO:tasks.workunit.client.0.smithi055.stdout: "power_cycles": 35534, 2023-10-14T00:01:49.769 INFO:tasks.workunit.client.0.smithi055.stdout: "power_on_hours": 43465, 2023-10-14T00:01:49.770 INFO:tasks.workunit.client.0.smithi055.stdout: "temperature": 21, 2023-10-14T00:01:49.770 INFO:tasks.workunit.client.0.smithi055.stdout: "unsafe_shutdowns": 35519, 2023-10-14T00:01:49.770 INFO:tasks.workunit.client.0.smithi055.stdout: "warning_temp_time": 0 2023-10-14T00:01:49.770 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.770 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_total_capacity": 4000787030016, 2023-10-14T00:01:49.771 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_unallocated_capacity": 0, 2023-10-14T00:01:49.771 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_vendor": "intel", 2023-10-14T00:01:49.771 INFO:tasks.workunit.client.0.smithi055.stdout: "power_cycle_count": 35534, 2023-10-14T00:01:49.771 INFO:tasks.workunit.client.0.smithi055.stdout: "power_on_time": { 2023-10-14T00:01:49.771 INFO:tasks.workunit.client.0.smithi055.stdout: "hours": 43465 2023-10-14T00:01:49.772 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.772 INFO:tasks.workunit.client.0.smithi055.stdout: "serial_number": "deleted", 2023-10-14T00:01:49.772 INFO:tasks.workunit.client.0.smithi055.stdout: "smart_status": { 2023-10-14T00:01:49.772 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme": { 2023-10-14T00:01:49.773 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:49.773 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.773 INFO:tasks.workunit.client.0.smithi055.stdout: "passed": true 2023-10-14T00:01:49.773 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.773 INFO:tasks.workunit.client.0.smithi055.stdout: "smartctl": { 2023-10-14T00:01:49.773 INFO:tasks.workunit.client.0.smithi055.stdout: "argv": [ 2023-10-14T00:01:49.774 INFO:tasks.workunit.client.0.smithi055.stdout: "smartctl", 2023-10-14T00:01:49.774 INFO:tasks.workunit.client.0.smithi055.stdout: "-x", 2023-10-14T00:01:49.774 INFO:tasks.workunit.client.0.smithi055.stdout: "--json=o", 2023-10-14T00:01:49.774 INFO:tasks.workunit.client.0.smithi055.stdout: "/dev/nvme0n1" 2023-10-14T00:01:49.774 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.775 INFO:tasks.workunit.client.0.smithi055.stdout: "build_info": "(local build)", 2023-10-14T00:01:49.775 INFO:tasks.workunit.client.0.smithi055.stdout: "exit_status": 0, 2023-10-14T00:01:49.775 INFO:tasks.workunit.client.0.smithi055.stdout: "output": [ 2023-10-14T00:01:49.775 INFO:tasks.workunit.client.0.smithi055.stdout: "smartctl 7.1 2019-12-30 r5022 [x86_64-linux-4.18.0-516.el8.x86_64] (local build)", 2023-10-14T00:01:49.775 INFO:tasks.workunit.client.0.smithi055.stdout: "Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org", 2023-10-14T00:01:49.776 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:49.776 INFO:tasks.workunit.client.0.smithi055.stdout: "=== START OF INFORMATION SECTION ===", 2023-10-14T00:01:49.776 INFO:tasks.workunit.client.0.smithi055.stdout: "Model Number: INTEL SSDPEDKE040T7", 2023-10-14T00:01:49.776 INFO:tasks.workunit.client.0.smithi055.stdout: "Serial Number: deleted", 2023-10-14T00:01:49.776 INFO:tasks.workunit.client.0.smithi055.stdout: "Firmware Version: QDV1013D", 2023-10-14T00:01:49.777 INFO:tasks.workunit.client.0.smithi055.stdout: "PCI Vendor/Subsystem ID: 0x8086", 2023-10-14T00:01:49.777 INFO:tasks.workunit.client.0.smithi055.stdout: "IEEE OUI Identifier: 0x5cd2e4", 2023-10-14T00:01:49.777 INFO:tasks.workunit.client.0.smithi055.stdout: "Total NVM Capacity: 4,000,787,030,016 [4.00 TB]", 2023-10-14T00:01:49.777 INFO:tasks.workunit.client.0.smithi055.stdout: "Unallocated NVM Capacity: 0", 2023-10-14T00:01:49.777 INFO:tasks.workunit.client.0.smithi055.stdout: "Controller ID: 0", 2023-10-14T00:01:49.777 INFO:tasks.workunit.client.0.smithi055.stdout: "Number of Namespaces: 1", 2023-10-14T00:01:49.778 INFO:tasks.workunit.client.0.smithi055.stdout: "Namespace 1 Size/Capacity: 4,000,787,030,016 [4.00 TB]", 2023-10-14T00:01:49.778 INFO:tasks.workunit.client.0.smithi055.stdout: "Namespace 1 Formatted LBA Size: 512", 2023-10-14T00:01:49.778 INFO:tasks.workunit.client.0.smithi055.stdout: "Local Time is: Fri Oct 13 23:57:59 2023 UTC", 2023-10-14T00:01:49.778 INFO:tasks.workunit.client.0.smithi055.stdout: "Firmware Updates (0x02): 1 Slot", 2023-10-14T00:01:49.779 INFO:tasks.workunit.client.0.smithi055.stdout: "Optional Admin Commands (0x0006): Format Frmw_DL", 2023-10-14T00:01:49.779 INFO:tasks.workunit.client.0.smithi055.stdout: "Optional NVM Commands (0x0006): Wr_Unc DS_Mngmt", 2023-10-14T00:01:49.779 INFO:tasks.workunit.client.0.smithi055.stdout: "Maximum Data Transfer Size: 32 Pages", 2023-10-14T00:01:49.779 INFO:tasks.workunit.client.0.smithi055.stdout: "Warning Comp. Temp. Threshold: 70 Celsius", 2023-10-14T00:01:49.779 INFO:tasks.workunit.client.0.smithi055.stdout: "Critical Comp. Temp. Threshold: 77 Celsius", 2023-10-14T00:01:49.780 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:49.780 INFO:tasks.workunit.client.0.smithi055.stdout: "Supported Power States", 2023-10-14T00:01:49.780 INFO:tasks.workunit.client.0.smithi055.stdout: "St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat", 2023-10-14T00:01:49.780 INFO:tasks.workunit.client.0.smithi055.stdout: " 0 + 25.00W - - 0 0 0 0 0 0", 2023-10-14T00:01:49.780 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:49.780 INFO:tasks.workunit.client.0.smithi055.stdout: "Supported LBA Sizes (NSID 0x1)", 2023-10-14T00:01:49.781 INFO:tasks.workunit.client.0.smithi055.stdout: "Id Fmt Data Metadt Rel_Perf", 2023-10-14T00:01:49.781 INFO:tasks.workunit.client.0.smithi055.stdout: " 0 + 512 0 2", 2023-10-14T00:01:49.781 INFO:tasks.workunit.client.0.smithi055.stdout: " 1 - 4096 0 0", 2023-10-14T00:01:49.781 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:49.781 INFO:tasks.workunit.client.0.smithi055.stdout: "=== START OF SMART DATA SECTION ===", 2023-10-14T00:01:49.782 INFO:tasks.workunit.client.0.smithi055.stdout: "SMART overall-health self-assessment test result: PASSED", 2023-10-14T00:01:49.782 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:49.782 INFO:tasks.workunit.client.0.smithi055.stdout: "SMART/Health Information (NVMe Log 0x02)", 2023-10-14T00:01:49.782 INFO:tasks.workunit.client.0.smithi055.stdout: "Critical Warning: 0x00", 2023-10-14T00:01:49.783 INFO:tasks.workunit.client.0.smithi055.stdout: "Temperature: 21 Celsius", 2023-10-14T00:01:49.783 INFO:tasks.workunit.client.0.smithi055.stdout: "Available Spare: 99%", 2023-10-14T00:01:49.783 INFO:tasks.workunit.client.0.smithi055.stdout: "Available Spare Threshold: 10%", 2023-10-14T00:01:49.784 INFO:tasks.workunit.client.0.smithi055.stdout: "Percentage Used: 9%", 2023-10-14T00:01:49.784 INFO:tasks.workunit.client.0.smithi055.stdout: "Data Units Read: 248,557,174 [127 TB]", 2023-10-14T00:01:49.784 INFO:tasks.workunit.client.0.smithi055.stdout: "Data Units Written: 1,350,205,906 [691 TB]", 2023-10-14T00:01:49.785 INFO:tasks.workunit.client.0.smithi055.stdout: "Host Read Commands: 4,284,611,189", 2023-10-14T00:01:49.785 INFO:tasks.workunit.client.0.smithi055.stdout: "Host Write Commands: 23,304,472,545", 2023-10-14T00:01:49.785 INFO:tasks.workunit.client.0.smithi055.stdout: "Controller Busy Time: 19,512", 2023-10-14T00:01:49.786 INFO:tasks.workunit.client.0.smithi055.stdout: "Power Cycles: 35,534", 2023-10-14T00:01:49.786 INFO:tasks.workunit.client.0.smithi055.stdout: "Power On Hours: 43,465", 2023-10-14T00:01:49.786 INFO:tasks.workunit.client.0.smithi055.stdout: "Unsafe Shutdowns: 35,519", 2023-10-14T00:01:49.786 INFO:tasks.workunit.client.0.smithi055.stdout: "Media and Data Integrity Errors: 0", 2023-10-14T00:01:49.787 INFO:tasks.workunit.client.0.smithi055.stdout: "Error Information Log Entries: 0", 2023-10-14T00:01:49.787 INFO:tasks.workunit.client.0.smithi055.stdout: "Warning Comp. Temperature Time: 0", 2023-10-14T00:01:49.787 INFO:tasks.workunit.client.0.smithi055.stdout: "Critical Comp. Temperature Time: 0", 2023-10-14T00:01:49.788 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:49.788 INFO:tasks.workunit.client.0.smithi055.stdout: "Error Information (NVMe Log 0x01, max 64 entries)", 2023-10-14T00:01:49.788 INFO:tasks.workunit.client.0.smithi055.stdout: "No Errors Logged", 2023-10-14T00:01:49.789 INFO:tasks.workunit.client.0.smithi055.stdout: "" 2023-10-14T00:01:49.789 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.789 INFO:tasks.workunit.client.0.smithi055.stdout: "platform_info": "x86_64-linux-4.18.0-516.el8.x86_64", 2023-10-14T00:01:49.790 INFO:tasks.workunit.client.0.smithi055.stdout: "svn_revision": "5022", 2023-10-14T00:01:49.790 INFO:tasks.workunit.client.0.smithi055.stdout: "version": [ 2023-10-14T00:01:49.790 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:49.790 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:49.791 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:49.791 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.791 INFO:tasks.workunit.client.0.smithi055.stdout: "temperature": { 2023-10-14T00:01:49.791 INFO:tasks.workunit.client.0.smithi055.stdout: "current": 21 2023-10-14T00:01:49.791 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.792 INFO:tasks.workunit.client.0.smithi055.stdout: "user_capacity": { 2023-10-14T00:01:49.792 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 7814037168, 2023-10-14T00:01:49.792 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 4000787030016 2023-10-14T00:01:49.792 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:49.792 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.793 INFO:tasks.workunit.client.0.smithi055.stdout: "20231014-000004": { 2023-10-14T00:01:49.793 INFO:tasks.workunit.client.0.smithi055.stdout: "device": { 2023-10-14T00:01:49.793 INFO:tasks.workunit.client.0.smithi055.stdout: "info_name": "/dev/nvme0n1", 2023-10-14T00:01:49.793 INFO:tasks.workunit.client.0.smithi055.stdout: "name": "/dev/nvme0n1", 2023-10-14T00:01:49.793 INFO:tasks.workunit.client.0.smithi055.stdout: "protocol": "NVMe", 2023-10-14T00:01:49.793 INFO:tasks.workunit.client.0.smithi055.stdout: "type": "nvme" 2023-10-14T00:01:49.794 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.794 INFO:tasks.workunit.client.0.smithi055.stdout: "firmware_version": "QDV1013D", 2023-10-14T00:01:49.794 INFO:tasks.workunit.client.0.smithi055.stdout: "host_id": "da8a9a4a-6a24-11ee-8cbd-ac1f6bf82606", 2023-10-14T00:01:49.794 INFO:tasks.workunit.client.0.smithi055.stdout: "json_format_version": [ 2023-10-14T00:01:49.795 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:49.795 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:49.795 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.795 INFO:tasks.workunit.client.0.smithi055.stdout: "local_time": { 2023-10-14T00:01:49.795 INFO:tasks.workunit.client.0.smithi055.stdout: "asctime": "Sat Oct 14 00:00:03 2023 UTC", 2023-10-14T00:01:49.795 INFO:tasks.workunit.client.0.smithi055.stdout: "time_t": 1697241603 2023-10-14T00:01:49.796 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.796 INFO:tasks.workunit.client.0.smithi055.stdout: "logical_block_size": 512, 2023-10-14T00:01:49.796 INFO:tasks.workunit.client.0.smithi055.stdout: "model_name": "INTEL SSDPEDKE040T7", 2023-10-14T00:01:49.796 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_controller_id": 0, 2023-10-14T00:01:49.796 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_ieee_oui_identifier": 6083300, 2023-10-14T00:01:49.797 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_namespaces": [ 2023-10-14T00:01:49.797 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:49.797 INFO:tasks.workunit.client.0.smithi055.stdout: "capacity": { 2023-10-14T00:01:49.797 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 7814037168, 2023-10-14T00:01:49.797 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 4000787030016 2023-10-14T00:01:49.797 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.798 INFO:tasks.workunit.client.0.smithi055.stdout: "formatted_lba_size": 512, 2023-10-14T00:01:49.798 INFO:tasks.workunit.client.0.smithi055.stdout: "id": 1, 2023-10-14T00:01:49.798 INFO:tasks.workunit.client.0.smithi055.stdout: "size": { 2023-10-14T00:01:49.798 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 7814037168, 2023-10-14T00:01:49.798 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 4000787030016 2023-10-14T00:01:49.799 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.799 INFO:tasks.workunit.client.0.smithi055.stdout: "utilization": { 2023-10-14T00:01:49.799 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 7814037168, 2023-10-14T00:01:49.799 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 4000787030016 2023-10-14T00:01:49.799 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:49.800 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:49.800 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.800 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_number_of_namespaces": 1, 2023-10-14T00:01:49.800 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_pci_vendor": { 2023-10-14T00:01:49.800 INFO:tasks.workunit.client.0.smithi055.stdout: "id": 32902, 2023-10-14T00:01:49.801 INFO:tasks.workunit.client.0.smithi055.stdout: "subsystem_id": 32902 2023-10-14T00:01:49.801 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.801 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_smart_health_information_add_log": { 2023-10-14T00:01:49.801 INFO:tasks.workunit.client.0.smithi055.stdout: "Device stats": { 2023-10-14T00:01:49.801 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_fw_downgrades": { 2023-10-14T00:01:49.802 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 0, 2023-10-14T00:01:49.802 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:49.802 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.802 INFO:tasks.workunit.client.0.smithi055.stdout: "crc_error_count": { 2023-10-14T00:01:49.802 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.803 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:49.803 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.803 INFO:tasks.workunit.client.0.smithi055.stdout: "end_to_end_error_detection_count": { 2023-10-14T00:01:49.803 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.803 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:49.804 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.804 INFO:tasks.workunit.client.0.smithi055.stdout: "erase_fail_count": { 2023-10-14T00:01:49.804 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.804 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:49.804 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.805 INFO:tasks.workunit.client.0.smithi055.stdout: "host_bytes_written": { 2023-10-14T00:01:49.805 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.805 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 20602508 2023-10-14T00:01:49.805 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.805 INFO:tasks.workunit.client.0.smithi055.stdout: "host_ctx_wear_used": { 2023-10-14T00:01:49.805 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.806 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:49.806 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.806 INFO:tasks.workunit.client.0.smithi055.stdout: "media_bytes_read": { 2023-10-14T00:01:49.806 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.806 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 18830588 2023-10-14T00:01:49.807 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.807 INFO:tasks.workunit.client.0.smithi055.stdout: "nand_bytes_written": { 2023-10-14T00:01:49.807 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.807 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 39610361 2023-10-14T00:01:49.807 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.808 INFO:tasks.workunit.client.0.smithi055.stdout: "perf_stat_indicator": { 2023-10-14T00:01:49.808 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.808 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 12 2023-10-14T00:01:49.808 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.808 INFO:tasks.workunit.client.0.smithi055.stdout: "pll_lock_loss_count": { 2023-10-14T00:01:49.809 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.809 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:49.809 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.809 INFO:tasks.workunit.client.0.smithi055.stdout: "program_fail_count": { 2023-10-14T00:01:49.809 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.810 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 3 2023-10-14T00:01:49.810 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.810 INFO:tasks.workunit.client.0.smithi055.stdout: "re_alloc_sectr_cnt": { 2023-10-14T00:01:49.810 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 16, 2023-10-14T00:01:49.811 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 35534 2023-10-14T00:01:49.811 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.811 INFO:tasks.workunit.client.0.smithi055.stdout: "retry_buffer_overflow_count": { 2023-10-14T00:01:49.811 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.811 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:49.811 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.812 INFO:tasks.workunit.client.0.smithi055.stdout: "soft_ecc_err_rate": { 2023-10-14T00:01:49.812 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.812 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 35519 2023-10-14T00:01:49.812 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.813 INFO:tasks.workunit.client.0.smithi055.stdout: "thermal_throttle_status": { 2023-10-14T00:01:49.813 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.813 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": { 2023-10-14T00:01:49.813 INFO:tasks.workunit.client.0.smithi055.stdout: "cnt": 0, 2023-10-14T00:01:49.813 INFO:tasks.workunit.client.0.smithi055.stdout: "pct": 0 2023-10-14T00:01:49.814 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:49.814 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.814 INFO:tasks.workunit.client.0.smithi055.stdout: "timed_workload_host_reads": { 2023-10-14T00:01:49.814 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.815 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 65535 2023-10-14T00:01:49.815 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.815 INFO:tasks.workunit.client.0.smithi055.stdout: "timed_workload_media_wear": { 2023-10-14T00:01:49.815 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.816 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 64 2023-10-14T00:01:49.816 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.816 INFO:tasks.workunit.client.0.smithi055.stdout: "timed_workload_timer": { 2023-10-14T00:01:49.816 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.816 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 65535 2023-10-14T00:01:49.817 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.817 INFO:tasks.workunit.client.0.smithi055.stdout: "unexp_power_loss": { 2023-10-14T00:01:49.817 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.817 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:49.818 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.818 INFO:tasks.workunit.client.0.smithi055.stdout: "wear_leveling": { 2023-10-14T00:01:49.818 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 91, 2023-10-14T00:01:49.818 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": { 2023-10-14T00:01:49.819 INFO:tasks.workunit.client.0.smithi055.stdout: "avg": 479, 2023-10-14T00:01:49.819 INFO:tasks.workunit.client.0.smithi055.stdout: "max": 482, 2023-10-14T00:01:49.819 INFO:tasks.workunit.client.0.smithi055.stdout: "min": 480 2023-10-14T00:01:49.819 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:49.819 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:49.820 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.820 INFO:tasks.workunit.client.0.smithi055.stdout: "Intel Smart log": "nvme0n1" 2023-10-14T00:01:49.820 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.820 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_smart_health_information_log": { 2023-10-14T00:01:49.821 INFO:tasks.workunit.client.0.smithi055.stdout: "available_spare": 99, 2023-10-14T00:01:49.821 INFO:tasks.workunit.client.0.smithi055.stdout: "available_spare_threshold": 10, 2023-10-14T00:01:49.821 INFO:tasks.workunit.client.0.smithi055.stdout: "controller_busy_time": 19512, 2023-10-14T00:01:49.821 INFO:tasks.workunit.client.0.smithi055.stdout: "critical_comp_time": 0, 2023-10-14T00:01:49.822 INFO:tasks.workunit.client.0.smithi055.stdout: "critical_warning": 0, 2023-10-14T00:01:49.822 INFO:tasks.workunit.client.0.smithi055.stdout: "data_units_read": 248557263, 2023-10-14T00:01:49.822 INFO:tasks.workunit.client.0.smithi055.stdout: "data_units_written": 1350205972, 2023-10-14T00:01:49.822 INFO:tasks.workunit.client.0.smithi055.stdout: "host_reads": 4284612200, 2023-10-14T00:01:49.823 INFO:tasks.workunit.client.0.smithi055.stdout: "host_writes": 23304478898, 2023-10-14T00:01:49.823 INFO:tasks.workunit.client.0.smithi055.stdout: "media_errors": 0, 2023-10-14T00:01:49.823 INFO:tasks.workunit.client.0.smithi055.stdout: "num_err_log_entries": 0, 2023-10-14T00:01:49.823 INFO:tasks.workunit.client.0.smithi055.stdout: "percentage_used": 9, 2023-10-14T00:01:49.824 INFO:tasks.workunit.client.0.smithi055.stdout: "power_cycles": 35534, 2023-10-14T00:01:49.824 INFO:tasks.workunit.client.0.smithi055.stdout: "power_on_hours": 43465, 2023-10-14T00:01:49.824 INFO:tasks.workunit.client.0.smithi055.stdout: "temperature": 21, 2023-10-14T00:01:49.824 INFO:tasks.workunit.client.0.smithi055.stdout: "unsafe_shutdowns": 35519, 2023-10-14T00:01:49.824 INFO:tasks.workunit.client.0.smithi055.stdout: "warning_temp_time": 0 2023-10-14T00:01:49.825 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.825 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_total_capacity": 4000787030016, 2023-10-14T00:01:49.825 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_unallocated_capacity": 0, 2023-10-14T00:01:49.825 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_vendor": "intel", 2023-10-14T00:01:49.825 INFO:tasks.workunit.client.0.smithi055.stdout: "power_cycle_count": 35534, 2023-10-14T00:01:49.825 INFO:tasks.workunit.client.0.smithi055.stdout: "power_on_time": { 2023-10-14T00:01:49.826 INFO:tasks.workunit.client.0.smithi055.stdout: "hours": 43465 2023-10-14T00:01:49.826 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.826 INFO:tasks.workunit.client.0.smithi055.stdout: "serial_number": "deleted", 2023-10-14T00:01:49.826 INFO:tasks.workunit.client.0.smithi055.stdout: "smart_status": { 2023-10-14T00:01:49.826 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme": { 2023-10-14T00:01:49.827 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:49.827 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.827 INFO:tasks.workunit.client.0.smithi055.stdout: "passed": true 2023-10-14T00:01:49.827 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.827 INFO:tasks.workunit.client.0.smithi055.stdout: "smartctl": { 2023-10-14T00:01:49.828 INFO:tasks.workunit.client.0.smithi055.stdout: "argv": [ 2023-10-14T00:01:49.828 INFO:tasks.workunit.client.0.smithi055.stdout: "smartctl", 2023-10-14T00:01:49.828 INFO:tasks.workunit.client.0.smithi055.stdout: "-x", 2023-10-14T00:01:49.828 INFO:tasks.workunit.client.0.smithi055.stdout: "--json=o", 2023-10-14T00:01:49.828 INFO:tasks.workunit.client.0.smithi055.stdout: "/dev/nvme0n1" 2023-10-14T00:01:49.828 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.829 INFO:tasks.workunit.client.0.smithi055.stdout: "build_info": "(local build)", 2023-10-14T00:01:49.829 INFO:tasks.workunit.client.0.smithi055.stdout: "exit_status": 0, 2023-10-14T00:01:49.829 INFO:tasks.workunit.client.0.smithi055.stdout: "output": [ 2023-10-14T00:01:49.829 INFO:tasks.workunit.client.0.smithi055.stdout: "smartctl 7.1 2019-12-30 r5022 [x86_64-linux-4.18.0-516.el8.x86_64] (local build)", 2023-10-14T00:01:49.829 INFO:tasks.workunit.client.0.smithi055.stdout: "Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org", 2023-10-14T00:01:49.830 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:49.830 INFO:tasks.workunit.client.0.smithi055.stdout: "=== START OF INFORMATION SECTION ===", 2023-10-14T00:01:49.830 INFO:tasks.workunit.client.0.smithi055.stdout: "Model Number: INTEL SSDPEDKE040T7", 2023-10-14T00:01:49.830 INFO:tasks.workunit.client.0.smithi055.stdout: "Serial Number: deleted", 2023-10-14T00:01:49.830 INFO:tasks.workunit.client.0.smithi055.stdout: "Firmware Version: QDV1013D", 2023-10-14T00:01:49.831 INFO:tasks.workunit.client.0.smithi055.stdout: "PCI Vendor/Subsystem ID: 0x8086", 2023-10-14T00:01:49.831 INFO:tasks.workunit.client.0.smithi055.stdout: "IEEE OUI Identifier: 0x5cd2e4", 2023-10-14T00:01:49.831 INFO:tasks.workunit.client.0.smithi055.stdout: "Total NVM Capacity: 4,000,787,030,016 [4.00 TB]", 2023-10-14T00:01:49.831 INFO:tasks.workunit.client.0.smithi055.stdout: "Unallocated NVM Capacity: 0", 2023-10-14T00:01:49.831 INFO:tasks.workunit.client.0.smithi055.stdout: "Controller ID: 0", 2023-10-14T00:01:49.831 INFO:tasks.workunit.client.0.smithi055.stdout: "Number of Namespaces: 1", 2023-10-14T00:01:49.832 INFO:tasks.workunit.client.0.smithi055.stdout: "Namespace 1 Size/Capacity: 4,000,787,030,016 [4.00 TB]", 2023-10-14T00:01:49.832 INFO:tasks.workunit.client.0.smithi055.stdout: "Namespace 1 Formatted LBA Size: 512", 2023-10-14T00:01:49.832 INFO:tasks.workunit.client.0.smithi055.stdout: "Local Time is: Sat Oct 14 00:00:03 2023 UTC", 2023-10-14T00:01:49.832 INFO:tasks.workunit.client.0.smithi055.stdout: "Firmware Updates (0x02): 1 Slot", 2023-10-14T00:01:49.832 INFO:tasks.workunit.client.0.smithi055.stdout: "Optional Admin Commands (0x0006): Format Frmw_DL", 2023-10-14T00:01:49.833 INFO:tasks.workunit.client.0.smithi055.stdout: "Optional NVM Commands (0x0006): Wr_Unc DS_Mngmt", 2023-10-14T00:01:49.833 INFO:tasks.workunit.client.0.smithi055.stdout: "Maximum Data Transfer Size: 32 Pages", 2023-10-14T00:01:49.833 INFO:tasks.workunit.client.0.smithi055.stdout: "Warning Comp. Temp. Threshold: 70 Celsius", 2023-10-14T00:01:49.833 INFO:tasks.workunit.client.0.smithi055.stdout: "Critical Comp. Temp. Threshold: 77 Celsius", 2023-10-14T00:01:49.833 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:49.833 INFO:tasks.workunit.client.0.smithi055.stdout: "Supported Power States", 2023-10-14T00:01:49.834 INFO:tasks.workunit.client.0.smithi055.stdout: "St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat", 2023-10-14T00:01:49.834 INFO:tasks.workunit.client.0.smithi055.stdout: " 0 + 25.00W - - 0 0 0 0 0 0", 2023-10-14T00:01:49.834 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:49.834 INFO:tasks.workunit.client.0.smithi055.stdout: "Supported LBA Sizes (NSID 0x1)", 2023-10-14T00:01:49.834 INFO:tasks.workunit.client.0.smithi055.stdout: "Id Fmt Data Metadt Rel_Perf", 2023-10-14T00:01:49.835 INFO:tasks.workunit.client.0.smithi055.stdout: " 0 + 512 0 2", 2023-10-14T00:01:49.835 INFO:tasks.workunit.client.0.smithi055.stdout: " 1 - 4096 0 0", 2023-10-14T00:01:49.835 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:49.835 INFO:tasks.workunit.client.0.smithi055.stdout: "=== START OF SMART DATA SECTION ===", 2023-10-14T00:01:49.835 INFO:tasks.workunit.client.0.smithi055.stdout: "SMART overall-health self-assessment test result: PASSED", 2023-10-14T00:01:49.836 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:49.836 INFO:tasks.workunit.client.0.smithi055.stdout: "SMART/Health Information (NVMe Log 0x02)", 2023-10-14T00:01:49.836 INFO:tasks.workunit.client.0.smithi055.stdout: "Critical Warning: 0x00", 2023-10-14T00:01:49.836 INFO:tasks.workunit.client.0.smithi055.stdout: "Temperature: 21 Celsius", 2023-10-14T00:01:49.837 INFO:tasks.workunit.client.0.smithi055.stdout: "Available Spare: 99%", 2023-10-14T00:01:49.837 INFO:tasks.workunit.client.0.smithi055.stdout: "Available Spare Threshold: 10%", 2023-10-14T00:01:49.837 INFO:tasks.workunit.client.0.smithi055.stdout: "Percentage Used: 9%", 2023-10-14T00:01:49.837 INFO:tasks.workunit.client.0.smithi055.stdout: "Data Units Read: 248,557,263 [127 TB]", 2023-10-14T00:01:49.837 INFO:tasks.workunit.client.0.smithi055.stdout: "Data Units Written: 1,350,205,972 [691 TB]", 2023-10-14T00:01:49.838 INFO:tasks.workunit.client.0.smithi055.stdout: "Host Read Commands: 4,284,612,200", 2023-10-14T00:01:49.838 INFO:tasks.workunit.client.0.smithi055.stdout: "Host Write Commands: 23,304,478,898", 2023-10-14T00:01:49.838 INFO:tasks.workunit.client.0.smithi055.stdout: "Controller Busy Time: 19,512", 2023-10-14T00:01:49.838 INFO:tasks.workunit.client.0.smithi055.stdout: "Power Cycles: 35,534", 2023-10-14T00:01:49.838 INFO:tasks.workunit.client.0.smithi055.stdout: "Power On Hours: 43,465", 2023-10-14T00:01:49.839 INFO:tasks.workunit.client.0.smithi055.stdout: "Unsafe Shutdowns: 35,519", 2023-10-14T00:01:49.839 INFO:tasks.workunit.client.0.smithi055.stdout: "Media and Data Integrity Errors: 0", 2023-10-14T00:01:49.839 INFO:tasks.workunit.client.0.smithi055.stdout: "Error Information Log Entries: 0", 2023-10-14T00:01:49.839 INFO:tasks.workunit.client.0.smithi055.stdout: "Warning Comp. Temperature Time: 0", 2023-10-14T00:01:49.840 INFO:tasks.workunit.client.0.smithi055.stdout: "Critical Comp. Temperature Time: 0", 2023-10-14T00:01:49.840 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:49.840 INFO:tasks.workunit.client.0.smithi055.stdout: "Error Information (NVMe Log 0x01, max 64 entries)", 2023-10-14T00:01:49.840 INFO:tasks.workunit.client.0.smithi055.stdout: "No Errors Logged", 2023-10-14T00:01:49.841 INFO:tasks.workunit.client.0.smithi055.stdout: "" 2023-10-14T00:01:49.841 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.841 INFO:tasks.workunit.client.0.smithi055.stdout: "platform_info": "x86_64-linux-4.18.0-516.el8.x86_64", 2023-10-14T00:01:49.841 INFO:tasks.workunit.client.0.smithi055.stdout: "svn_revision": "5022", 2023-10-14T00:01:49.841 INFO:tasks.workunit.client.0.smithi055.stdout: "version": [ 2023-10-14T00:01:49.842 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:49.842 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:49.842 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:49.842 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.842 INFO:tasks.workunit.client.0.smithi055.stdout: "temperature": { 2023-10-14T00:01:49.843 INFO:tasks.workunit.client.0.smithi055.stdout: "current": 21 2023-10-14T00:01:49.843 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.843 INFO:tasks.workunit.client.0.smithi055.stdout: "user_capacity": { 2023-10-14T00:01:49.843 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 7814037168, 2023-10-14T00:01:49.843 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 4000787030016 2023-10-14T00:01:49.844 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:49.844 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:49.844 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:49.844 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.844 INFO:tasks.workunit.client.0.smithi055.stdout: "da8d850c-6a24-11ee-8cbd-ac1f6bf82606": { 2023-10-14T00:01:49.845 INFO:tasks.workunit.client.0.smithi055.stdout: "INTEL_SSDPEDMD400G4_da8e0630-6a24-11ee-8cbd-ac1f6bf82606": { 2023-10-14T00:01:49.845 INFO:tasks.workunit.client.0.smithi055.stdout: "20231013-235803": { 2023-10-14T00:01:49.845 INFO:tasks.workunit.client.0.smithi055.stdout: "device": { 2023-10-14T00:01:49.845 INFO:tasks.workunit.client.0.smithi055.stdout: "info_name": "/dev/nvme0n1", 2023-10-14T00:01:49.846 INFO:tasks.workunit.client.0.smithi055.stdout: "name": "/dev/nvme0n1", 2023-10-14T00:01:49.846 INFO:tasks.workunit.client.0.smithi055.stdout: "protocol": "NVMe", 2023-10-14T00:01:49.846 INFO:tasks.workunit.client.0.smithi055.stdout: "type": "nvme" 2023-10-14T00:01:49.846 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.847 INFO:tasks.workunit.client.0.smithi055.stdout: "firmware_version": "8DV101H0", 2023-10-14T00:01:49.847 INFO:tasks.workunit.client.0.smithi055.stdout: "host_id": "da8d850c-6a24-11ee-8cbd-ac1f6bf82606", 2023-10-14T00:01:49.847 INFO:tasks.workunit.client.0.smithi055.stdout: "json_format_version": [ 2023-10-14T00:01:49.847 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:49.847 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:49.847 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.848 INFO:tasks.workunit.client.0.smithi055.stdout: "local_time": { 2023-10-14T00:01:49.848 INFO:tasks.workunit.client.0.smithi055.stdout: "asctime": "Fri Oct 13 23:58:02 2023 UTC", 2023-10-14T00:01:49.848 INFO:tasks.workunit.client.0.smithi055.stdout: "time_t": 1697241482 2023-10-14T00:01:49.849 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.849 INFO:tasks.workunit.client.0.smithi055.stdout: "logical_block_size": 512, 2023-10-14T00:01:49.849 INFO:tasks.workunit.client.0.smithi055.stdout: "model_name": "INTEL SSDPEDMD400G4", 2023-10-14T00:01:49.849 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_controller_id": 0, 2023-10-14T00:01:49.849 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_ieee_oui_identifier": 6083300, 2023-10-14T00:01:49.850 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_namespaces": [ 2023-10-14T00:01:49.850 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:49.850 INFO:tasks.workunit.client.0.smithi055.stdout: "capacity": { 2023-10-14T00:01:49.850 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 781422768, 2023-10-14T00:01:49.851 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 400088457216 2023-10-14T00:01:49.851 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.851 INFO:tasks.workunit.client.0.smithi055.stdout: "formatted_lba_size": 512, 2023-10-14T00:01:49.851 INFO:tasks.workunit.client.0.smithi055.stdout: "id": 1, 2023-10-14T00:01:49.851 INFO:tasks.workunit.client.0.smithi055.stdout: "size": { 2023-10-14T00:01:49.851 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 781422768, 2023-10-14T00:01:49.852 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 400088457216 2023-10-14T00:01:49.852 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.852 INFO:tasks.workunit.client.0.smithi055.stdout: "utilization": { 2023-10-14T00:01:49.852 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 781422768, 2023-10-14T00:01:49.853 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 400088457216 2023-10-14T00:01:49.853 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:49.853 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:49.854 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.854 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_number_of_namespaces": 1, 2023-10-14T00:01:49.854 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_pci_vendor": { 2023-10-14T00:01:49.854 INFO:tasks.workunit.client.0.smithi055.stdout: "id": 32902, 2023-10-14T00:01:49.855 INFO:tasks.workunit.client.0.smithi055.stdout: "subsystem_id": 32902 2023-10-14T00:01:49.855 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.855 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_smart_health_information_add_log": { 2023-10-14T00:01:49.856 INFO:tasks.workunit.client.0.smithi055.stdout: "Device stats": { 2023-10-14T00:01:49.856 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_fw_downgrades": { 2023-10-14T00:01:49.856 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 0, 2023-10-14T00:01:49.857 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:49.857 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.857 INFO:tasks.workunit.client.0.smithi055.stdout: "crc_error_count": { 2023-10-14T00:01:49.858 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.858 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:49.859 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.859 INFO:tasks.workunit.client.0.smithi055.stdout: "end_to_end_error_detection_count": { 2023-10-14T00:01:49.860 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.860 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:49.861 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.861 INFO:tasks.workunit.client.0.smithi055.stdout: "erase_fail_count": { 2023-10-14T00:01:49.862 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.862 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:49.862 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.863 INFO:tasks.workunit.client.0.smithi055.stdout: "host_bytes_written": { 2023-10-14T00:01:49.863 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.863 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 30497852 2023-10-14T00:01:49.864 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.864 INFO:tasks.workunit.client.0.smithi055.stdout: "host_ctx_wear_used": { 2023-10-14T00:01:49.865 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.865 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 1 2023-10-14T00:01:49.865 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.866 INFO:tasks.workunit.client.0.smithi055.stdout: "media_bytes_read": { 2023-10-14T00:01:49.866 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 0, 2023-10-14T00:01:49.866 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:49.866 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.867 INFO:tasks.workunit.client.0.smithi055.stdout: "nand_bytes_written": { 2023-10-14T00:01:49.867 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.867 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 47080932 2023-10-14T00:01:49.867 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.868 INFO:tasks.workunit.client.0.smithi055.stdout: "perf_stat_indicator": { 2023-10-14T00:01:49.868 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 0, 2023-10-14T00:01:49.868 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:49.869 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.869 INFO:tasks.workunit.client.0.smithi055.stdout: "pll_lock_loss_count": { 2023-10-14T00:01:49.869 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.870 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:49.870 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.870 INFO:tasks.workunit.client.0.smithi055.stdout: "program_fail_count": { 2023-10-14T00:01:49.871 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.871 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:49.871 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.872 INFO:tasks.workunit.client.0.smithi055.stdout: "re_alloc_sectr_cnt": { 2023-10-14T00:01:49.872 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 0, 2023-10-14T00:01:49.872 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:49.873 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.873 INFO:tasks.workunit.client.0.smithi055.stdout: "retry_buffer_overflow_count": { 2023-10-14T00:01:49.873 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.873 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:49.874 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.874 INFO:tasks.workunit.client.0.smithi055.stdout: "soft_ecc_err_rate": { 2023-10-14T00:01:49.874 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 0, 2023-10-14T00:01:49.875 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:49.875 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.875 INFO:tasks.workunit.client.0.smithi055.stdout: "thermal_throttle_status": { 2023-10-14T00:01:49.875 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.876 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": { 2023-10-14T00:01:49.876 INFO:tasks.workunit.client.0.smithi055.stdout: "cnt": 0, 2023-10-14T00:01:49.876 INFO:tasks.workunit.client.0.smithi055.stdout: "pct": 0 2023-10-14T00:01:49.877 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:49.877 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.877 INFO:tasks.workunit.client.0.smithi055.stdout: "timed_workload_host_reads": { 2023-10-14T00:01:49.877 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.877 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 65535 2023-10-14T00:01:49.878 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.878 INFO:tasks.workunit.client.0.smithi055.stdout: "timed_workload_media_wear": { 2023-10-14T00:01:49.878 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.878 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 64 2023-10-14T00:01:49.878 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.879 INFO:tasks.workunit.client.0.smithi055.stdout: "timed_workload_timer": { 2023-10-14T00:01:49.879 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.879 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 65535 2023-10-14T00:01:49.879 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.879 INFO:tasks.workunit.client.0.smithi055.stdout: "unexp_power_loss": { 2023-10-14T00:01:49.879 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 0, 2023-10-14T00:01:49.880 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:49.880 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.880 INFO:tasks.workunit.client.0.smithi055.stdout: "wear_leveling": { 2023-10-14T00:01:49.880 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 90, 2023-10-14T00:01:49.880 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": { 2023-10-14T00:01:49.881 INFO:tasks.workunit.client.0.smithi055.stdout: "avg": 3115, 2023-10-14T00:01:49.881 INFO:tasks.workunit.client.0.smithi055.stdout: "max": 3130, 2023-10-14T00:01:49.881 INFO:tasks.workunit.client.0.smithi055.stdout: "min": 3100 2023-10-14T00:01:49.881 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:49.881 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:49.882 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.882 INFO:tasks.workunit.client.0.smithi055.stdout: "Intel Smart log": "nvme0n1" 2023-10-14T00:01:49.882 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.882 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_smart_health_information_log": { 2023-10-14T00:01:49.883 INFO:tasks.workunit.client.0.smithi055.stdout: "available_spare": 100, 2023-10-14T00:01:49.883 INFO:tasks.workunit.client.0.smithi055.stdout: "available_spare_threshold": 10, 2023-10-14T00:01:49.883 INFO:tasks.workunit.client.0.smithi055.stdout: "controller_busy_time": 25, 2023-10-14T00:01:49.883 INFO:tasks.workunit.client.0.smithi055.stdout: "critical_warning": 0, 2023-10-14T00:01:49.884 INFO:tasks.workunit.client.0.smithi055.stdout: "data_units_read": 398704214, 2023-10-14T00:01:49.884 INFO:tasks.workunit.client.0.smithi055.stdout: "data_units_written": 1998707256, 2023-10-14T00:01:49.884 INFO:tasks.workunit.client.0.smithi055.stdout: "host_reads": 6476859738, 2023-10-14T00:01:49.884 INFO:tasks.workunit.client.0.smithi055.stdout: "host_writes": 32809668691, 2023-10-14T00:01:49.884 INFO:tasks.workunit.client.0.smithi055.stdout: "media_errors": 0, 2023-10-14T00:01:49.884 INFO:tasks.workunit.client.0.smithi055.stdout: "num_err_log_entries": 0, 2023-10-14T00:01:49.885 INFO:tasks.workunit.client.0.smithi055.stdout: "percentage_used": 10, 2023-10-14T00:01:49.885 INFO:tasks.workunit.client.0.smithi055.stdout: "power_cycles": 39912, 2023-10-14T00:01:49.885 INFO:tasks.workunit.client.0.smithi055.stdout: "power_on_hours": 54829, 2023-10-14T00:01:49.885 INFO:tasks.workunit.client.0.smithi055.stdout: "temperature": 28, 2023-10-14T00:01:49.886 INFO:tasks.workunit.client.0.smithi055.stdout: "unsafe_shutdowns": 1680 2023-10-14T00:01:49.886 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.886 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_vendor": "intel", 2023-10-14T00:01:49.886 INFO:tasks.workunit.client.0.smithi055.stdout: "power_cycle_count": 39912, 2023-10-14T00:01:49.886 INFO:tasks.workunit.client.0.smithi055.stdout: "power_on_time": { 2023-10-14T00:01:49.887 INFO:tasks.workunit.client.0.smithi055.stdout: "hours": 54829 2023-10-14T00:01:49.887 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.887 INFO:tasks.workunit.client.0.smithi055.stdout: "serial_number": "deleted", 2023-10-14T00:01:49.887 INFO:tasks.workunit.client.0.smithi055.stdout: "smart_status": { 2023-10-14T00:01:49.889 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme": { 2023-10-14T00:01:49.889 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:49.889 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.890 INFO:tasks.workunit.client.0.smithi055.stdout: "passed": true 2023-10-14T00:01:49.890 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.890 INFO:tasks.workunit.client.0.smithi055.stdout: "smartctl": { 2023-10-14T00:01:49.891 INFO:tasks.workunit.client.0.smithi055.stdout: "argv": [ 2023-10-14T00:01:49.891 INFO:tasks.workunit.client.0.smithi055.stdout: "smartctl", 2023-10-14T00:01:49.891 INFO:tasks.workunit.client.0.smithi055.stdout: "-x", 2023-10-14T00:01:49.891 INFO:tasks.workunit.client.0.smithi055.stdout: "--json=o", 2023-10-14T00:01:49.892 INFO:tasks.workunit.client.0.smithi055.stdout: "/dev/nvme0n1" 2023-10-14T00:01:49.892 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.892 INFO:tasks.workunit.client.0.smithi055.stdout: "build_info": "(local build)", 2023-10-14T00:01:49.892 INFO:tasks.workunit.client.0.smithi055.stdout: "exit_status": 0, 2023-10-14T00:01:49.892 INFO:tasks.workunit.client.0.smithi055.stdout: "output": [ 2023-10-14T00:01:49.893 INFO:tasks.workunit.client.0.smithi055.stdout: "smartctl 7.1 2019-12-30 r5022 [x86_64-linux-4.18.0-516.el8.x86_64] (local build)", 2023-10-14T00:01:49.893 INFO:tasks.workunit.client.0.smithi055.stdout: "Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org", 2023-10-14T00:01:49.893 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:49.893 INFO:tasks.workunit.client.0.smithi055.stdout: "=== START OF INFORMATION SECTION ===", 2023-10-14T00:01:49.894 INFO:tasks.workunit.client.0.smithi055.stdout: "Model Number: INTEL SSDPEDMD400G4", 2023-10-14T00:01:49.894 INFO:tasks.workunit.client.0.smithi055.stdout: "Serial Number: deleted", 2023-10-14T00:01:49.894 INFO:tasks.workunit.client.0.smithi055.stdout: "Firmware Version: 8DV101H0", 2023-10-14T00:01:49.894 INFO:tasks.workunit.client.0.smithi055.stdout: "PCI Vendor/Subsystem ID: 0x8086", 2023-10-14T00:01:49.895 INFO:tasks.workunit.client.0.smithi055.stdout: "IEEE OUI Identifier: 0x5cd2e4", 2023-10-14T00:01:49.895 INFO:tasks.workunit.client.0.smithi055.stdout: "Controller ID: 0", 2023-10-14T00:01:49.895 INFO:tasks.workunit.client.0.smithi055.stdout: "Number of Namespaces: 1", 2023-10-14T00:01:49.895 INFO:tasks.workunit.client.0.smithi055.stdout: "Namespace 1 Size/Capacity: 400,088,457,216 [400 GB]", 2023-10-14T00:01:49.896 INFO:tasks.workunit.client.0.smithi055.stdout: "Namespace 1 Formatted LBA Size: 512", 2023-10-14T00:01:49.896 INFO:tasks.workunit.client.0.smithi055.stdout: "Local Time is: Fri Oct 13 23:58:02 2023 UTC", 2023-10-14T00:01:49.896 INFO:tasks.workunit.client.0.smithi055.stdout: "Firmware Updates (0x02): 1 Slot", 2023-10-14T00:01:49.896 INFO:tasks.workunit.client.0.smithi055.stdout: "Optional Admin Commands (0x0006): Format Frmw_DL", 2023-10-14T00:01:49.897 INFO:tasks.workunit.client.0.smithi055.stdout: "Optional NVM Commands (0x0006): Wr_Unc DS_Mngmt", 2023-10-14T00:01:49.897 INFO:tasks.workunit.client.0.smithi055.stdout: "Maximum Data Transfer Size: 32 Pages", 2023-10-14T00:01:49.897 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:49.897 INFO:tasks.workunit.client.0.smithi055.stdout: "Supported Power States", 2023-10-14T00:01:49.897 INFO:tasks.workunit.client.0.smithi055.stdout: "St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat", 2023-10-14T00:01:49.898 INFO:tasks.workunit.client.0.smithi055.stdout: " 0 + 25.00W - - 0 0 0 0 0 0", 2023-10-14T00:01:49.898 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:49.898 INFO:tasks.workunit.client.0.smithi055.stdout: "Supported LBA Sizes (NSID 0x1)", 2023-10-14T00:01:49.898 INFO:tasks.workunit.client.0.smithi055.stdout: "Id Fmt Data Metadt Rel_Perf", 2023-10-14T00:01:49.898 INFO:tasks.workunit.client.0.smithi055.stdout: " 0 + 512 0 2", 2023-10-14T00:01:49.899 INFO:tasks.workunit.client.0.smithi055.stdout: " 1 - 512 8 2", 2023-10-14T00:01:49.899 INFO:tasks.workunit.client.0.smithi055.stdout: " 2 - 512 16 2", 2023-10-14T00:01:49.899 INFO:tasks.workunit.client.0.smithi055.stdout: " 3 - 4096 0 0", 2023-10-14T00:01:49.899 INFO:tasks.workunit.client.0.smithi055.stdout: " 4 - 4096 8 0", 2023-10-14T00:01:49.899 INFO:tasks.workunit.client.0.smithi055.stdout: " 5 - 4096 64 0", 2023-10-14T00:01:49.900 INFO:tasks.workunit.client.0.smithi055.stdout: " 6 - 4096 128 0", 2023-10-14T00:01:49.900 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:49.900 INFO:tasks.workunit.client.0.smithi055.stdout: "=== START OF SMART DATA SECTION ===", 2023-10-14T00:01:49.900 INFO:tasks.workunit.client.0.smithi055.stdout: "SMART overall-health self-assessment test result: PASSED", 2023-10-14T00:01:49.900 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:49.900 INFO:tasks.workunit.client.0.smithi055.stdout: "SMART/Health Information (NVMe Log 0x02)", 2023-10-14T00:01:49.901 INFO:tasks.workunit.client.0.smithi055.stdout: "Critical Warning: 0x00", 2023-10-14T00:01:49.901 INFO:tasks.workunit.client.0.smithi055.stdout: "Temperature: 28 Celsius", 2023-10-14T00:01:49.901 INFO:tasks.workunit.client.0.smithi055.stdout: "Available Spare: 100%", 2023-10-14T00:01:49.901 INFO:tasks.workunit.client.0.smithi055.stdout: "Available Spare Threshold: 10%", 2023-10-14T00:01:49.901 INFO:tasks.workunit.client.0.smithi055.stdout: "Percentage Used: 10%", 2023-10-14T00:01:49.902 INFO:tasks.workunit.client.0.smithi055.stdout: "Data Units Read: 398,704,214 [204 TB]", 2023-10-14T00:01:49.902 INFO:tasks.workunit.client.0.smithi055.stdout: "Data Units Written: 1,998,707,256 [1.02 PB]", 2023-10-14T00:01:49.902 INFO:tasks.workunit.client.0.smithi055.stdout: "Host Read Commands: 6,476,859,738", 2023-10-14T00:01:49.903 INFO:tasks.workunit.client.0.smithi055.stdout: "Host Write Commands: 32,809,668,691", 2023-10-14T00:01:49.903 INFO:tasks.workunit.client.0.smithi055.stdout: "Controller Busy Time: 25", 2023-10-14T00:01:49.903 INFO:tasks.workunit.client.0.smithi055.stdout: "Power Cycles: 39,912", 2023-10-14T00:01:49.903 INFO:tasks.workunit.client.0.smithi055.stdout: "Power On Hours: 54,829", 2023-10-14T00:01:49.903 INFO:tasks.workunit.client.0.smithi055.stdout: "Unsafe Shutdowns: 1,680", 2023-10-14T00:01:49.904 INFO:tasks.workunit.client.0.smithi055.stdout: "Media and Data Integrity Errors: 0", 2023-10-14T00:01:49.904 INFO:tasks.workunit.client.0.smithi055.stdout: "Error Information Log Entries: 0", 2023-10-14T00:01:49.904 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:49.904 INFO:tasks.workunit.client.0.smithi055.stdout: "Error Information (NVMe Log 0x01, max 64 entries)", 2023-10-14T00:01:49.904 INFO:tasks.workunit.client.0.smithi055.stdout: "No Errors Logged", 2023-10-14T00:01:49.904 INFO:tasks.workunit.client.0.smithi055.stdout: "" 2023-10-14T00:01:49.905 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.905 INFO:tasks.workunit.client.0.smithi055.stdout: "platform_info": "x86_64-linux-4.18.0-516.el8.x86_64", 2023-10-14T00:01:49.905 INFO:tasks.workunit.client.0.smithi055.stdout: "svn_revision": "5022", 2023-10-14T00:01:49.905 INFO:tasks.workunit.client.0.smithi055.stdout: "version": [ 2023-10-14T00:01:49.905 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:49.906 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:49.906 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:49.906 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.906 INFO:tasks.workunit.client.0.smithi055.stdout: "temperature": { 2023-10-14T00:01:49.906 INFO:tasks.workunit.client.0.smithi055.stdout: "current": 28 2023-10-14T00:01:49.906 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.907 INFO:tasks.workunit.client.0.smithi055.stdout: "user_capacity": { 2023-10-14T00:01:49.907 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 781422768, 2023-10-14T00:01:49.907 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 400088457216 2023-10-14T00:01:49.907 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:49.907 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.908 INFO:tasks.workunit.client.0.smithi055.stdout: "20231014-000007": { 2023-10-14T00:01:49.908 INFO:tasks.workunit.client.0.smithi055.stdout: "device": { 2023-10-14T00:01:49.908 INFO:tasks.workunit.client.0.smithi055.stdout: "info_name": "/dev/nvme0n1", 2023-10-14T00:01:49.908 INFO:tasks.workunit.client.0.smithi055.stdout: "name": "/dev/nvme0n1", 2023-10-14T00:01:49.908 INFO:tasks.workunit.client.0.smithi055.stdout: "protocol": "NVMe", 2023-10-14T00:01:49.909 INFO:tasks.workunit.client.0.smithi055.stdout: "type": "nvme" 2023-10-14T00:01:49.909 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.909 INFO:tasks.workunit.client.0.smithi055.stdout: "firmware_version": "8DV101H0", 2023-10-14T00:01:49.909 INFO:tasks.workunit.client.0.smithi055.stdout: "host_id": "da8d850c-6a24-11ee-8cbd-ac1f6bf82606", 2023-10-14T00:01:49.909 INFO:tasks.workunit.client.0.smithi055.stdout: "json_format_version": [ 2023-10-14T00:01:49.910 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:49.910 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:49.910 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.910 INFO:tasks.workunit.client.0.smithi055.stdout: "local_time": { 2023-10-14T00:01:49.910 INFO:tasks.workunit.client.0.smithi055.stdout: "asctime": "Sat Oct 14 00:00:07 2023 UTC", 2023-10-14T00:01:49.911 INFO:tasks.workunit.client.0.smithi055.stdout: "time_t": 1697241607 2023-10-14T00:01:49.911 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.911 INFO:tasks.workunit.client.0.smithi055.stdout: "logical_block_size": 512, 2023-10-14T00:01:49.911 INFO:tasks.workunit.client.0.smithi055.stdout: "model_name": "INTEL SSDPEDMD400G4", 2023-10-14T00:01:49.911 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_controller_id": 0, 2023-10-14T00:01:49.911 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_ieee_oui_identifier": 6083300, 2023-10-14T00:01:49.912 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_namespaces": [ 2023-10-14T00:01:49.912 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:49.912 INFO:tasks.workunit.client.0.smithi055.stdout: "capacity": { 2023-10-14T00:01:49.912 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 781422768, 2023-10-14T00:01:49.912 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 400088457216 2023-10-14T00:01:49.913 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.913 INFO:tasks.workunit.client.0.smithi055.stdout: "formatted_lba_size": 512, 2023-10-14T00:01:49.913 INFO:tasks.workunit.client.0.smithi055.stdout: "id": 1, 2023-10-14T00:01:49.913 INFO:tasks.workunit.client.0.smithi055.stdout: "size": { 2023-10-14T00:01:49.913 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 781422768, 2023-10-14T00:01:49.913 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 400088457216 2023-10-14T00:01:49.914 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.914 INFO:tasks.workunit.client.0.smithi055.stdout: "utilization": { 2023-10-14T00:01:49.914 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 781422768, 2023-10-14T00:01:49.914 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 400088457216 2023-10-14T00:01:49.914 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:49.915 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:49.915 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.915 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_number_of_namespaces": 1, 2023-10-14T00:01:49.915 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_pci_vendor": { 2023-10-14T00:01:49.915 INFO:tasks.workunit.client.0.smithi055.stdout: "id": 32902, 2023-10-14T00:01:49.915 INFO:tasks.workunit.client.0.smithi055.stdout: "subsystem_id": 32902 2023-10-14T00:01:49.916 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.916 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_smart_health_information_add_log": { 2023-10-14T00:01:49.916 INFO:tasks.workunit.client.0.smithi055.stdout: "Device stats": { 2023-10-14T00:01:49.916 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_fw_downgrades": { 2023-10-14T00:01:49.916 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 0, 2023-10-14T00:01:49.916 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:49.917 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.917 INFO:tasks.workunit.client.0.smithi055.stdout: "crc_error_count": { 2023-10-14T00:01:49.917 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.917 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:49.917 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.918 INFO:tasks.workunit.client.0.smithi055.stdout: "end_to_end_error_detection_count": { 2023-10-14T00:01:49.918 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.918 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:49.918 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.918 INFO:tasks.workunit.client.0.smithi055.stdout: "erase_fail_count": { 2023-10-14T00:01:49.918 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.919 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:49.919 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.919 INFO:tasks.workunit.client.0.smithi055.stdout: "host_bytes_written": { 2023-10-14T00:01:49.919 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.919 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 30497854 2023-10-14T00:01:49.920 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.920 INFO:tasks.workunit.client.0.smithi055.stdout: "host_ctx_wear_used": { 2023-10-14T00:01:49.920 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.920 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 1 2023-10-14T00:01:49.920 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.920 INFO:tasks.workunit.client.0.smithi055.stdout: "media_bytes_read": { 2023-10-14T00:01:49.921 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 0, 2023-10-14T00:01:49.921 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:49.921 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.921 INFO:tasks.workunit.client.0.smithi055.stdout: "nand_bytes_written": { 2023-10-14T00:01:49.921 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.922 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 47080936 2023-10-14T00:01:49.922 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.922 INFO:tasks.workunit.client.0.smithi055.stdout: "perf_stat_indicator": { 2023-10-14T00:01:49.922 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 0, 2023-10-14T00:01:49.922 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:49.922 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.923 INFO:tasks.workunit.client.0.smithi055.stdout: "pll_lock_loss_count": { 2023-10-14T00:01:49.923 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.923 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:49.923 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.923 INFO:tasks.workunit.client.0.smithi055.stdout: "program_fail_count": { 2023-10-14T00:01:49.924 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.924 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:49.924 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.924 INFO:tasks.workunit.client.0.smithi055.stdout: "re_alloc_sectr_cnt": { 2023-10-14T00:01:49.924 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 0, 2023-10-14T00:01:49.924 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:49.925 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.925 INFO:tasks.workunit.client.0.smithi055.stdout: "retry_buffer_overflow_count": { 2023-10-14T00:01:49.925 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.925 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:49.925 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.925 INFO:tasks.workunit.client.0.smithi055.stdout: "soft_ecc_err_rate": { 2023-10-14T00:01:49.926 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 0, 2023-10-14T00:01:49.926 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:49.926 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.926 INFO:tasks.workunit.client.0.smithi055.stdout: "thermal_throttle_status": { 2023-10-14T00:01:49.926 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.927 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": { 2023-10-14T00:01:49.927 INFO:tasks.workunit.client.0.smithi055.stdout: "cnt": 0, 2023-10-14T00:01:49.927 INFO:tasks.workunit.client.0.smithi055.stdout: "pct": 0 2023-10-14T00:01:49.927 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:49.927 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.927 INFO:tasks.workunit.client.0.smithi055.stdout: "timed_workload_host_reads": { 2023-10-14T00:01:49.928 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.928 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 65535 2023-10-14T00:01:49.928 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.928 INFO:tasks.workunit.client.0.smithi055.stdout: "timed_workload_media_wear": { 2023-10-14T00:01:49.928 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.928 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 64 2023-10-14T00:01:49.929 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.929 INFO:tasks.workunit.client.0.smithi055.stdout: "timed_workload_timer": { 2023-10-14T00:01:49.929 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.929 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 65535 2023-10-14T00:01:49.929 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.929 INFO:tasks.workunit.client.0.smithi055.stdout: "unexp_power_loss": { 2023-10-14T00:01:49.930 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 0, 2023-10-14T00:01:49.930 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:49.930 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.930 INFO:tasks.workunit.client.0.smithi055.stdout: "wear_leveling": { 2023-10-14T00:01:49.930 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 90, 2023-10-14T00:01:49.931 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": { 2023-10-14T00:01:49.931 INFO:tasks.workunit.client.0.smithi055.stdout: "avg": 3115, 2023-10-14T00:01:49.931 INFO:tasks.workunit.client.0.smithi055.stdout: "max": 3130, 2023-10-14T00:01:49.931 INFO:tasks.workunit.client.0.smithi055.stdout: "min": 3100 2023-10-14T00:01:49.931 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:49.931 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:49.932 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.932 INFO:tasks.workunit.client.0.smithi055.stdout: "Intel Smart log": "nvme0n1" 2023-10-14T00:01:49.932 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.932 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_smart_health_information_log": { 2023-10-14T00:01:49.932 INFO:tasks.workunit.client.0.smithi055.stdout: "available_spare": 100, 2023-10-14T00:01:49.932 INFO:tasks.workunit.client.0.smithi055.stdout: "available_spare_threshold": 10, 2023-10-14T00:01:49.933 INFO:tasks.workunit.client.0.smithi055.stdout: "controller_busy_time": 25, 2023-10-14T00:01:49.933 INFO:tasks.workunit.client.0.smithi055.stdout: "critical_warning": 0, 2023-10-14T00:01:49.933 INFO:tasks.workunit.client.0.smithi055.stdout: "data_units_read": 398704611, 2023-10-14T00:01:49.933 INFO:tasks.workunit.client.0.smithi055.stdout: "data_units_written": 1998707396, 2023-10-14T00:01:49.933 INFO:tasks.workunit.client.0.smithi055.stdout: "host_reads": 6476864647, 2023-10-14T00:01:49.934 INFO:tasks.workunit.client.0.smithi055.stdout: "host_writes": 32809673568, 2023-10-14T00:01:49.934 INFO:tasks.workunit.client.0.smithi055.stdout: "media_errors": 0, 2023-10-14T00:01:49.934 INFO:tasks.workunit.client.0.smithi055.stdout: "num_err_log_entries": 0, 2023-10-14T00:01:49.934 INFO:tasks.workunit.client.0.smithi055.stdout: "percentage_used": 10, 2023-10-14T00:01:49.934 INFO:tasks.workunit.client.0.smithi055.stdout: "power_cycles": 39912, 2023-10-14T00:01:49.934 INFO:tasks.workunit.client.0.smithi055.stdout: "power_on_hours": 54829, 2023-10-14T00:01:49.935 INFO:tasks.workunit.client.0.smithi055.stdout: "temperature": 28, 2023-10-14T00:01:49.935 INFO:tasks.workunit.client.0.smithi055.stdout: "unsafe_shutdowns": 1680 2023-10-14T00:01:49.935 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.935 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_vendor": "intel", 2023-10-14T00:01:49.935 INFO:tasks.workunit.client.0.smithi055.stdout: "power_cycle_count": 39912, 2023-10-14T00:01:49.935 INFO:tasks.workunit.client.0.smithi055.stdout: "power_on_time": { 2023-10-14T00:01:49.936 INFO:tasks.workunit.client.0.smithi055.stdout: "hours": 54829 2023-10-14T00:01:49.936 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.936 INFO:tasks.workunit.client.0.smithi055.stdout: "serial_number": "deleted", 2023-10-14T00:01:49.936 INFO:tasks.workunit.client.0.smithi055.stdout: "smart_status": { 2023-10-14T00:01:49.936 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme": { 2023-10-14T00:01:49.936 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:49.937 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.937 INFO:tasks.workunit.client.0.smithi055.stdout: "passed": true 2023-10-14T00:01:49.937 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.937 INFO:tasks.workunit.client.0.smithi055.stdout: "smartctl": { 2023-10-14T00:01:49.937 INFO:tasks.workunit.client.0.smithi055.stdout: "argv": [ 2023-10-14T00:01:49.938 INFO:tasks.workunit.client.0.smithi055.stdout: "smartctl", 2023-10-14T00:01:49.938 INFO:tasks.workunit.client.0.smithi055.stdout: "-x", 2023-10-14T00:01:49.938 INFO:tasks.workunit.client.0.smithi055.stdout: "--json=o", 2023-10-14T00:01:49.938 INFO:tasks.workunit.client.0.smithi055.stdout: "/dev/nvme0n1" 2023-10-14T00:01:49.938 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.939 INFO:tasks.workunit.client.0.smithi055.stdout: "build_info": "(local build)", 2023-10-14T00:01:49.939 INFO:tasks.workunit.client.0.smithi055.stdout: "exit_status": 0, 2023-10-14T00:01:49.939 INFO:tasks.workunit.client.0.smithi055.stdout: "output": [ 2023-10-14T00:01:49.939 INFO:tasks.workunit.client.0.smithi055.stdout: "smartctl 7.1 2019-12-30 r5022 [x86_64-linux-4.18.0-516.el8.x86_64] (local build)", 2023-10-14T00:01:49.939 INFO:tasks.workunit.client.0.smithi055.stdout: "Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org", 2023-10-14T00:01:49.939 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:49.940 INFO:tasks.workunit.client.0.smithi055.stdout: "=== START OF INFORMATION SECTION ===", 2023-10-14T00:01:49.940 INFO:tasks.workunit.client.0.smithi055.stdout: "Model Number: INTEL SSDPEDMD400G4", 2023-10-14T00:01:49.940 INFO:tasks.workunit.client.0.smithi055.stdout: "Serial Number: deleted", 2023-10-14T00:01:49.940 INFO:tasks.workunit.client.0.smithi055.stdout: "Firmware Version: 8DV101H0", 2023-10-14T00:01:49.940 INFO:tasks.workunit.client.0.smithi055.stdout: "PCI Vendor/Subsystem ID: 0x8086", 2023-10-14T00:01:49.940 INFO:tasks.workunit.client.0.smithi055.stdout: "IEEE OUI Identifier: 0x5cd2e4", 2023-10-14T00:01:49.941 INFO:tasks.workunit.client.0.smithi055.stdout: "Controller ID: 0", 2023-10-14T00:01:49.941 INFO:tasks.workunit.client.0.smithi055.stdout: "Number of Namespaces: 1", 2023-10-14T00:01:49.941 INFO:tasks.workunit.client.0.smithi055.stdout: "Namespace 1 Size/Capacity: 400,088,457,216 [400 GB]", 2023-10-14T00:01:49.941 INFO:tasks.workunit.client.0.smithi055.stdout: "Namespace 1 Formatted LBA Size: 512", 2023-10-14T00:01:49.941 INFO:tasks.workunit.client.0.smithi055.stdout: "Local Time is: Sat Oct 14 00:00:07 2023 UTC", 2023-10-14T00:01:49.942 INFO:tasks.workunit.client.0.smithi055.stdout: "Firmware Updates (0x02): 1 Slot", 2023-10-14T00:01:49.942 INFO:tasks.workunit.client.0.smithi055.stdout: "Optional Admin Commands (0x0006): Format Frmw_DL", 2023-10-14T00:01:49.942 INFO:tasks.workunit.client.0.smithi055.stdout: "Optional NVM Commands (0x0006): Wr_Unc DS_Mngmt", 2023-10-14T00:01:49.942 INFO:tasks.workunit.client.0.smithi055.stdout: "Maximum Data Transfer Size: 32 Pages", 2023-10-14T00:01:49.942 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:49.942 INFO:tasks.workunit.client.0.smithi055.stdout: "Supported Power States", 2023-10-14T00:01:49.943 INFO:tasks.workunit.client.0.smithi055.stdout: "St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat", 2023-10-14T00:01:49.943 INFO:tasks.workunit.client.0.smithi055.stdout: " 0 + 25.00W - - 0 0 0 0 0 0", 2023-10-14T00:01:49.943 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:49.943 INFO:tasks.workunit.client.0.smithi055.stdout: "Supported LBA Sizes (NSID 0x1)", 2023-10-14T00:01:49.943 INFO:tasks.workunit.client.0.smithi055.stdout: "Id Fmt Data Metadt Rel_Perf", 2023-10-14T00:01:49.943 INFO:tasks.workunit.client.0.smithi055.stdout: " 0 + 512 0 2", 2023-10-14T00:01:49.944 INFO:tasks.workunit.client.0.smithi055.stdout: " 1 - 512 8 2", 2023-10-14T00:01:49.944 INFO:tasks.workunit.client.0.smithi055.stdout: " 2 - 512 16 2", 2023-10-14T00:01:49.944 INFO:tasks.workunit.client.0.smithi055.stdout: " 3 - 4096 0 0", 2023-10-14T00:01:49.944 INFO:tasks.workunit.client.0.smithi055.stdout: " 4 - 4096 8 0", 2023-10-14T00:01:49.944 INFO:tasks.workunit.client.0.smithi055.stdout: " 5 - 4096 64 0", 2023-10-14T00:01:49.944 INFO:tasks.workunit.client.0.smithi055.stdout: " 6 - 4096 128 0", 2023-10-14T00:01:49.945 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:49.945 INFO:tasks.workunit.client.0.smithi055.stdout: "=== START OF SMART DATA SECTION ===", 2023-10-14T00:01:49.945 INFO:tasks.workunit.client.0.smithi055.stdout: "SMART overall-health self-assessment test result: PASSED", 2023-10-14T00:01:49.945 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:49.945 INFO:tasks.workunit.client.0.smithi055.stdout: "SMART/Health Information (NVMe Log 0x02)", 2023-10-14T00:01:49.946 INFO:tasks.workunit.client.0.smithi055.stdout: "Critical Warning: 0x00", 2023-10-14T00:01:49.946 INFO:tasks.workunit.client.0.smithi055.stdout: "Temperature: 28 Celsius", 2023-10-14T00:01:49.946 INFO:tasks.workunit.client.0.smithi055.stdout: "Available Spare: 100%", 2023-10-14T00:01:49.946 INFO:tasks.workunit.client.0.smithi055.stdout: "Available Spare Threshold: 10%", 2023-10-14T00:01:49.946 INFO:tasks.workunit.client.0.smithi055.stdout: "Percentage Used: 10%", 2023-10-14T00:01:49.946 INFO:tasks.workunit.client.0.smithi055.stdout: "Data Units Read: 398,704,611 [204 TB]", 2023-10-14T00:01:49.947 INFO:tasks.workunit.client.0.smithi055.stdout: "Data Units Written: 1,998,707,396 [1.02 PB]", 2023-10-14T00:01:49.947 INFO:tasks.workunit.client.0.smithi055.stdout: "Host Read Commands: 6,476,864,647", 2023-10-14T00:01:49.947 INFO:tasks.workunit.client.0.smithi055.stdout: "Host Write Commands: 32,809,673,568", 2023-10-14T00:01:49.947 INFO:tasks.workunit.client.0.smithi055.stdout: "Controller Busy Time: 25", 2023-10-14T00:01:49.947 INFO:tasks.workunit.client.0.smithi055.stdout: "Power Cycles: 39,912", 2023-10-14T00:01:49.948 INFO:tasks.workunit.client.0.smithi055.stdout: "Power On Hours: 54,829", 2023-10-14T00:01:49.948 INFO:tasks.workunit.client.0.smithi055.stdout: "Unsafe Shutdowns: 1,680", 2023-10-14T00:01:49.948 INFO:tasks.workunit.client.0.smithi055.stdout: "Media and Data Integrity Errors: 0", 2023-10-14T00:01:49.948 INFO:tasks.workunit.client.0.smithi055.stdout: "Error Information Log Entries: 0", 2023-10-14T00:01:49.948 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:49.948 INFO:tasks.workunit.client.0.smithi055.stdout: "Error Information (NVMe Log 0x01, max 64 entries)", 2023-10-14T00:01:49.949 INFO:tasks.workunit.client.0.smithi055.stdout: "No Errors Logged", 2023-10-14T00:01:49.949 INFO:tasks.workunit.client.0.smithi055.stdout: "" 2023-10-14T00:01:49.949 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.949 INFO:tasks.workunit.client.0.smithi055.stdout: "platform_info": "x86_64-linux-4.18.0-516.el8.x86_64", 2023-10-14T00:01:49.949 INFO:tasks.workunit.client.0.smithi055.stdout: "svn_revision": "5022", 2023-10-14T00:01:49.950 INFO:tasks.workunit.client.0.smithi055.stdout: "version": [ 2023-10-14T00:01:49.950 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:49.950 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:49.950 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:49.950 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.950 INFO:tasks.workunit.client.0.smithi055.stdout: "temperature": { 2023-10-14T00:01:49.951 INFO:tasks.workunit.client.0.smithi055.stdout: "current": 28 2023-10-14T00:01:49.951 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.951 INFO:tasks.workunit.client.0.smithi055.stdout: "user_capacity": { 2023-10-14T00:01:49.951 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 781422768, 2023-10-14T00:01:49.951 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 400088457216 2023-10-14T00:01:49.951 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:49.952 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:49.952 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:49.952 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:49.952 INFO:tasks.workunit.client.0.smithi055.stdout:} 2023-10-14T00:01:49.953 INFO:tasks.workunit.client.0.smithi055.stderr:+ ceph telemetry show-all 2023-10-14T00:01:49.953 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:46 smithi055 ceph-mon[124249]: from='client.24881 -' entity='client.admin' cmd=[{"prefix": "telemetry show", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:01:49.953 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:46 smithi055 ceph-mon[124249]: pgmap v57: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.5 KiB/s rd, 255 B/s wr, 11 op/s 2023-10-14T00:01:49.953 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:46 smithi055 ceph-mon[124249]: from='client.24881 -' entity='client.admin' cmd=[{"prefix": "telemetry show", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:01:49.954 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:46 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:01:49.954 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:46 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2023-10-14T00:01:49.954 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:46 smithi055 ceph-mon[110989]: from='client.24881 -' entity='client.admin' cmd=[{"prefix": "telemetry show", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:01:49.955 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:46 smithi055 ceph-mon[110989]: pgmap v57: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.5 KiB/s rd, 255 B/s wr, 11 op/s 2023-10-14T00:01:49.955 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:46 smithi055 ceph-mon[110989]: from='client.24881 -' entity='client.admin' cmd=[{"prefix": "telemetry show", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:01:49.955 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:46 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:01:49.955 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:46 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2023-10-14T00:01:49.964 INFO:tasks.workunit.client.0.smithi055.stdout:{ 2023-10-14T00:01:49.964 INFO:tasks.workunit.client.0.smithi055.stdout: "device_report": { 2023-10-14T00:01:49.964 INFO:tasks.workunit.client.0.smithi055.stdout: "da8a9a4a-6a24-11ee-8cbd-ac1f6bf82606": { 2023-10-14T00:01:49.964 INFO:tasks.workunit.client.0.smithi055.stdout: "INTEL_SSDPEDKE040T7_da8b3068-6a24-11ee-8cbd-ac1f6bf82606": { 2023-10-14T00:01:49.965 INFO:tasks.workunit.client.0.smithi055.stdout: "20231013-235759": { 2023-10-14T00:01:49.965 INFO:tasks.workunit.client.0.smithi055.stdout: "device": { 2023-10-14T00:01:49.965 INFO:tasks.workunit.client.0.smithi055.stdout: "info_name": "/dev/nvme0n1", 2023-10-14T00:01:49.965 INFO:tasks.workunit.client.0.smithi055.stdout: "name": "/dev/nvme0n1", 2023-10-14T00:01:49.965 INFO:tasks.workunit.client.0.smithi055.stdout: "protocol": "NVMe", 2023-10-14T00:01:49.965 INFO:tasks.workunit.client.0.smithi055.stdout: "type": "nvme" 2023-10-14T00:01:49.966 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.966 INFO:tasks.workunit.client.0.smithi055.stdout: "firmware_version": "QDV1013D", 2023-10-14T00:01:49.966 INFO:tasks.workunit.client.0.smithi055.stdout: "host_id": "da8a9a4a-6a24-11ee-8cbd-ac1f6bf82606", 2023-10-14T00:01:49.966 INFO:tasks.workunit.client.0.smithi055.stdout: "json_format_version": [ 2023-10-14T00:01:49.966 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:49.967 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:49.967 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.967 INFO:tasks.workunit.client.0.smithi055.stdout: "local_time": { 2023-10-14T00:01:49.967 INFO:tasks.workunit.client.0.smithi055.stdout: "asctime": "Fri Oct 13 23:57:59 2023 UTC", 2023-10-14T00:01:49.967 INFO:tasks.workunit.client.0.smithi055.stdout: "time_t": 1697241479 2023-10-14T00:01:49.967 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.968 INFO:tasks.workunit.client.0.smithi055.stdout: "logical_block_size": 512, 2023-10-14T00:01:49.968 INFO:tasks.workunit.client.0.smithi055.stdout: "model_name": "INTEL SSDPEDKE040T7", 2023-10-14T00:01:49.968 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_controller_id": 0, 2023-10-14T00:01:49.968 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_ieee_oui_identifier": 6083300, 2023-10-14T00:01:49.968 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_namespaces": [ 2023-10-14T00:01:49.969 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:49.969 INFO:tasks.workunit.client.0.smithi055.stdout: "capacity": { 2023-10-14T00:01:49.969 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 7814037168, 2023-10-14T00:01:49.969 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 4000787030016 2023-10-14T00:01:49.969 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.969 INFO:tasks.workunit.client.0.smithi055.stdout: "formatted_lba_size": 512, 2023-10-14T00:01:49.970 INFO:tasks.workunit.client.0.smithi055.stdout: "id": 1, 2023-10-14T00:01:49.970 INFO:tasks.workunit.client.0.smithi055.stdout: "size": { 2023-10-14T00:01:49.970 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 7814037168, 2023-10-14T00:01:49.970 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 4000787030016 2023-10-14T00:01:49.970 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.971 INFO:tasks.workunit.client.0.smithi055.stdout: "utilization": { 2023-10-14T00:01:49.971 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 7814037168, 2023-10-14T00:01:49.971 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 4000787030016 2023-10-14T00:01:49.971 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:49.971 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:49.972 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.972 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_number_of_namespaces": 1, 2023-10-14T00:01:49.972 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_pci_vendor": { 2023-10-14T00:01:49.972 INFO:tasks.workunit.client.0.smithi055.stdout: "id": 32902, 2023-10-14T00:01:49.972 INFO:tasks.workunit.client.0.smithi055.stdout: "subsystem_id": 32902 2023-10-14T00:01:49.972 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.973 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_smart_health_information_add_log": { 2023-10-14T00:01:49.973 INFO:tasks.workunit.client.0.smithi055.stdout: "Device stats": { 2023-10-14T00:01:49.973 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_fw_downgrades": { 2023-10-14T00:01:49.973 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 0, 2023-10-14T00:01:49.973 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:49.973 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.974 INFO:tasks.workunit.client.0.smithi055.stdout: "crc_error_count": { 2023-10-14T00:01:49.974 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.974 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:49.974 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.974 INFO:tasks.workunit.client.0.smithi055.stdout: "end_to_end_error_detection_count": { 2023-10-14T00:01:49.975 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.975 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:49.975 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.975 INFO:tasks.workunit.client.0.smithi055.stdout: "erase_fail_count": { 2023-10-14T00:01:49.975 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.975 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:49.976 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.976 INFO:tasks.workunit.client.0.smithi055.stdout: "host_bytes_written": { 2023-10-14T00:01:49.976 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.976 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 20602507 2023-10-14T00:01:49.976 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.976 INFO:tasks.workunit.client.0.smithi055.stdout: "host_ctx_wear_used": { 2023-10-14T00:01:49.977 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.977 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:49.977 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.977 INFO:tasks.workunit.client.0.smithi055.stdout: "media_bytes_read": { 2023-10-14T00:01:49.977 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.978 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 18830585 2023-10-14T00:01:49.978 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.978 INFO:tasks.workunit.client.0.smithi055.stdout: "nand_bytes_written": { 2023-10-14T00:01:49.978 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.978 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 39610353 2023-10-14T00:01:49.978 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.979 INFO:tasks.workunit.client.0.smithi055.stdout: "perf_stat_indicator": { 2023-10-14T00:01:49.979 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.979 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 12 2023-10-14T00:01:49.979 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.979 INFO:tasks.workunit.client.0.smithi055.stdout: "pll_lock_loss_count": { 2023-10-14T00:01:49.979 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.980 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:49.980 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.980 INFO:tasks.workunit.client.0.smithi055.stdout: "program_fail_count": { 2023-10-14T00:01:49.980 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.980 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 3 2023-10-14T00:01:49.981 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.981 INFO:tasks.workunit.client.0.smithi055.stdout: "re_alloc_sectr_cnt": { 2023-10-14T00:01:49.981 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 16, 2023-10-14T00:01:49.981 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 35534 2023-10-14T00:01:49.981 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.981 INFO:tasks.workunit.client.0.smithi055.stdout: "retry_buffer_overflow_count": { 2023-10-14T00:01:49.982 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.982 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:49.982 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.982 INFO:tasks.workunit.client.0.smithi055.stdout: "soft_ecc_err_rate": { 2023-10-14T00:01:49.982 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.982 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 35519 2023-10-14T00:01:49.983 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.983 INFO:tasks.workunit.client.0.smithi055.stdout: "thermal_throttle_status": { 2023-10-14T00:01:49.983 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.983 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": { 2023-10-14T00:01:49.983 INFO:tasks.workunit.client.0.smithi055.stdout: "cnt": 0, 2023-10-14T00:01:49.983 INFO:tasks.workunit.client.0.smithi055.stdout: "pct": 0 2023-10-14T00:01:49.984 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:49.984 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.984 INFO:tasks.workunit.client.0.smithi055.stdout: "timed_workload_host_reads": { 2023-10-14T00:01:49.984 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.984 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 65535 2023-10-14T00:01:49.985 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.985 INFO:tasks.workunit.client.0.smithi055.stdout: "timed_workload_media_wear": { 2023-10-14T00:01:49.985 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.985 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 64 2023-10-14T00:01:49.985 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.985 INFO:tasks.workunit.client.0.smithi055.stdout: "timed_workload_timer": { 2023-10-14T00:01:49.986 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.986 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 65535 2023-10-14T00:01:49.986 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.986 INFO:tasks.workunit.client.0.smithi055.stdout: "unexp_power_loss": { 2023-10-14T00:01:49.986 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:49.986 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:49.987 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.987 INFO:tasks.workunit.client.0.smithi055.stdout: "wear_leveling": { 2023-10-14T00:01:49.987 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 91, 2023-10-14T00:01:49.987 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": { 2023-10-14T00:01:49.987 INFO:tasks.workunit.client.0.smithi055.stdout: "avg": 479, 2023-10-14T00:01:49.988 INFO:tasks.workunit.client.0.smithi055.stdout: "max": 482, 2023-10-14T00:01:49.988 INFO:tasks.workunit.client.0.smithi055.stdout: "min": 480 2023-10-14T00:01:49.988 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:49.988 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:49.988 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.988 INFO:tasks.workunit.client.0.smithi055.stdout: "Intel Smart log": "nvme0n1" 2023-10-14T00:01:49.989 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.989 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_smart_health_information_log": { 2023-10-14T00:01:49.989 INFO:tasks.workunit.client.0.smithi055.stdout: "available_spare": 99, 2023-10-14T00:01:49.989 INFO:tasks.workunit.client.0.smithi055.stdout: "available_spare_threshold": 10, 2023-10-14T00:01:49.989 INFO:tasks.workunit.client.0.smithi055.stdout: "controller_busy_time": 19512, 2023-10-14T00:01:49.989 INFO:tasks.workunit.client.0.smithi055.stdout: "critical_comp_time": 0, 2023-10-14T00:01:49.990 INFO:tasks.workunit.client.0.smithi055.stdout: "critical_warning": 0, 2023-10-14T00:01:49.990 INFO:tasks.workunit.client.0.smithi055.stdout: "data_units_read": 248557174, 2023-10-14T00:01:49.990 INFO:tasks.workunit.client.0.smithi055.stdout: "data_units_written": 1350205906, 2023-10-14T00:01:49.990 INFO:tasks.workunit.client.0.smithi055.stdout: "host_reads": 4284611189, 2023-10-14T00:01:49.990 INFO:tasks.workunit.client.0.smithi055.stdout: "host_writes": 23304472545, 2023-10-14T00:01:49.991 INFO:tasks.workunit.client.0.smithi055.stdout: "media_errors": 0, 2023-10-14T00:01:49.991 INFO:tasks.workunit.client.0.smithi055.stdout: "num_err_log_entries": 0, 2023-10-14T00:01:49.991 INFO:tasks.workunit.client.0.smithi055.stdout: "percentage_used": 9, 2023-10-14T00:01:49.991 INFO:tasks.workunit.client.0.smithi055.stdout: "power_cycles": 35534, 2023-10-14T00:01:49.991 INFO:tasks.workunit.client.0.smithi055.stdout: "power_on_hours": 43465, 2023-10-14T00:01:49.991 INFO:tasks.workunit.client.0.smithi055.stdout: "temperature": 21, 2023-10-14T00:01:49.992 INFO:tasks.workunit.client.0.smithi055.stdout: "unsafe_shutdowns": 35519, 2023-10-14T00:01:49.992 INFO:tasks.workunit.client.0.smithi055.stdout: "warning_temp_time": 0 2023-10-14T00:01:49.992 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.992 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_total_capacity": 4000787030016, 2023-10-14T00:01:49.992 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_unallocated_capacity": 0, 2023-10-14T00:01:49.992 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_vendor": "intel", 2023-10-14T00:01:49.993 INFO:tasks.workunit.client.0.smithi055.stdout: "power_cycle_count": 35534, 2023-10-14T00:01:49.993 INFO:tasks.workunit.client.0.smithi055.stdout: "power_on_time": { 2023-10-14T00:01:49.993 INFO:tasks.workunit.client.0.smithi055.stdout: "hours": 43465 2023-10-14T00:01:49.993 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.993 INFO:tasks.workunit.client.0.smithi055.stdout: "serial_number": "deleted", 2023-10-14T00:01:49.994 INFO:tasks.workunit.client.0.smithi055.stdout: "smart_status": { 2023-10-14T00:01:49.994 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme": { 2023-10-14T00:01:49.994 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:49.994 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.994 INFO:tasks.workunit.client.0.smithi055.stdout: "passed": true 2023-10-14T00:01:49.994 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:49.995 INFO:tasks.workunit.client.0.smithi055.stdout: "smartctl": { 2023-10-14T00:01:49.995 INFO:tasks.workunit.client.0.smithi055.stdout: "argv": [ 2023-10-14T00:01:49.995 INFO:tasks.workunit.client.0.smithi055.stdout: "smartctl", 2023-10-14T00:01:49.995 INFO:tasks.workunit.client.0.smithi055.stdout: "-x", 2023-10-14T00:01:49.995 INFO:tasks.workunit.client.0.smithi055.stdout: "--json=o", 2023-10-14T00:01:49.995 INFO:tasks.workunit.client.0.smithi055.stdout: "/dev/nvme0n1" 2023-10-14T00:01:49.996 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:49.996 INFO:tasks.workunit.client.0.smithi055.stdout: "build_info": "(local build)", 2023-10-14T00:01:49.996 INFO:tasks.workunit.client.0.smithi055.stdout: "exit_status": 0, 2023-10-14T00:01:49.996 INFO:tasks.workunit.client.0.smithi055.stdout: "output": [ 2023-10-14T00:01:49.996 INFO:tasks.workunit.client.0.smithi055.stdout: "smartctl 7.1 2019-12-30 r5022 [x86_64-linux-4.18.0-516.el8.x86_64] (local build)", 2023-10-14T00:01:49.996 INFO:tasks.workunit.client.0.smithi055.stdout: "Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org", 2023-10-14T00:01:49.997 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:49.997 INFO:tasks.workunit.client.0.smithi055.stdout: "=== START OF INFORMATION SECTION ===", 2023-10-14T00:01:49.997 INFO:tasks.workunit.client.0.smithi055.stdout: "Model Number: INTEL SSDPEDKE040T7", 2023-10-14T00:01:49.997 INFO:tasks.workunit.client.0.smithi055.stdout: "Serial Number: deleted", 2023-10-14T00:01:49.998 INFO:tasks.workunit.client.0.smithi055.stdout: "Firmware Version: QDV1013D", 2023-10-14T00:01:49.998 INFO:tasks.workunit.client.0.smithi055.stdout: "PCI Vendor/Subsystem ID: 0x8086", 2023-10-14T00:01:49.998 INFO:tasks.workunit.client.0.smithi055.stdout: "IEEE OUI Identifier: 0x5cd2e4", 2023-10-14T00:01:49.998 INFO:tasks.workunit.client.0.smithi055.stdout: "Total NVM Capacity: 4,000,787,030,016 [4.00 TB]", 2023-10-14T00:01:49.998 INFO:tasks.workunit.client.0.smithi055.stdout: "Unallocated NVM Capacity: 0", 2023-10-14T00:01:49.999 INFO:tasks.workunit.client.0.smithi055.stdout: "Controller ID: 0", 2023-10-14T00:01:49.999 INFO:tasks.workunit.client.0.smithi055.stdout: "Number of Namespaces: 1", 2023-10-14T00:01:49.999 INFO:tasks.workunit.client.0.smithi055.stdout: "Namespace 1 Size/Capacity: 4,000,787,030,016 [4.00 TB]", 2023-10-14T00:01:49.999 INFO:tasks.workunit.client.0.smithi055.stdout: "Namespace 1 Formatted LBA Size: 512", 2023-10-14T00:01:49.999 INFO:tasks.workunit.client.0.smithi055.stdout: "Local Time is: Fri Oct 13 23:57:59 2023 UTC", 2023-10-14T00:01:50.000 INFO:tasks.workunit.client.0.smithi055.stdout: "Firmware Updates (0x02): 1 Slot", 2023-10-14T00:01:50.000 INFO:tasks.workunit.client.0.smithi055.stdout: "Optional Admin Commands (0x0006): Format Frmw_DL", 2023-10-14T00:01:50.000 INFO:tasks.workunit.client.0.smithi055.stdout: "Optional NVM Commands (0x0006): Wr_Unc DS_Mngmt", 2023-10-14T00:01:50.000 INFO:tasks.workunit.client.0.smithi055.stdout: "Maximum Data Transfer Size: 32 Pages", 2023-10-14T00:01:50.000 INFO:tasks.workunit.client.0.smithi055.stdout: "Warning Comp. Temp. Threshold: 70 Celsius", 2023-10-14T00:01:50.000 INFO:tasks.workunit.client.0.smithi055.stdout: "Critical Comp. Temp. Threshold: 77 Celsius", 2023-10-14T00:01:50.001 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:50.001 INFO:tasks.workunit.client.0.smithi055.stdout: "Supported Power States", 2023-10-14T00:01:50.001 INFO:tasks.workunit.client.0.smithi055.stdout: "St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat", 2023-10-14T00:01:50.001 INFO:tasks.workunit.client.0.smithi055.stdout: " 0 + 25.00W - - 0 0 0 0 0 0", 2023-10-14T00:01:50.001 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:50.001 INFO:tasks.workunit.client.0.smithi055.stdout: "Supported LBA Sizes (NSID 0x1)", 2023-10-14T00:01:50.002 INFO:tasks.workunit.client.0.smithi055.stdout: "Id Fmt Data Metadt Rel_Perf", 2023-10-14T00:01:50.002 INFO:tasks.workunit.client.0.smithi055.stdout: " 0 + 512 0 2", 2023-10-14T00:01:50.002 INFO:tasks.workunit.client.0.smithi055.stdout: " 1 - 4096 0 0", 2023-10-14T00:01:50.002 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:50.002 INFO:tasks.workunit.client.0.smithi055.stdout: "=== START OF SMART DATA SECTION ===", 2023-10-14T00:01:50.003 INFO:tasks.workunit.client.0.smithi055.stdout: "SMART overall-health self-assessment test result: PASSED", 2023-10-14T00:01:50.003 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:50.003 INFO:tasks.workunit.client.0.smithi055.stdout: "SMART/Health Information (NVMe Log 0x02)", 2023-10-14T00:01:50.003 INFO:tasks.workunit.client.0.smithi055.stdout: "Critical Warning: 0x00", 2023-10-14T00:01:50.003 INFO:tasks.workunit.client.0.smithi055.stdout: "Temperature: 21 Celsius", 2023-10-14T00:01:50.004 INFO:tasks.workunit.client.0.smithi055.stdout: "Available Spare: 99%", 2023-10-14T00:01:50.004 INFO:tasks.workunit.client.0.smithi055.stdout: "Available Spare Threshold: 10%", 2023-10-14T00:01:50.004 INFO:tasks.workunit.client.0.smithi055.stdout: "Percentage Used: 9%", 2023-10-14T00:01:50.004 INFO:tasks.workunit.client.0.smithi055.stdout: "Data Units Read: 248,557,174 [127 TB]", 2023-10-14T00:01:50.004 INFO:tasks.workunit.client.0.smithi055.stdout: "Data Units Written: 1,350,205,906 [691 TB]", 2023-10-14T00:01:50.004 INFO:tasks.workunit.client.0.smithi055.stdout: "Host Read Commands: 4,284,611,189", 2023-10-14T00:01:50.005 INFO:tasks.workunit.client.0.smithi055.stdout: "Host Write Commands: 23,304,472,545", 2023-10-14T00:01:50.005 INFO:tasks.workunit.client.0.smithi055.stdout: "Controller Busy Time: 19,512", 2023-10-14T00:01:50.005 INFO:tasks.workunit.client.0.smithi055.stdout: "Power Cycles: 35,534", 2023-10-14T00:01:50.005 INFO:tasks.workunit.client.0.smithi055.stdout: "Power On Hours: 43,465", 2023-10-14T00:01:50.005 INFO:tasks.workunit.client.0.smithi055.stdout: "Unsafe Shutdowns: 35,519", 2023-10-14T00:01:50.005 INFO:tasks.workunit.client.0.smithi055.stdout: "Media and Data Integrity Errors: 0", 2023-10-14T00:01:50.006 INFO:tasks.workunit.client.0.smithi055.stdout: "Error Information Log Entries: 0", 2023-10-14T00:01:50.006 INFO:tasks.workunit.client.0.smithi055.stdout: "Warning Comp. Temperature Time: 0", 2023-10-14T00:01:50.006 INFO:tasks.workunit.client.0.smithi055.stdout: "Critical Comp. Temperature Time: 0", 2023-10-14T00:01:50.006 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:50.006 INFO:tasks.workunit.client.0.smithi055.stdout: "Error Information (NVMe Log 0x01, max 64 entries)", 2023-10-14T00:01:50.007 INFO:tasks.workunit.client.0.smithi055.stdout: "No Errors Logged", 2023-10-14T00:01:50.007 INFO:tasks.workunit.client.0.smithi055.stdout: "" 2023-10-14T00:01:50.007 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:50.007 INFO:tasks.workunit.client.0.smithi055.stdout: "platform_info": "x86_64-linux-4.18.0-516.el8.x86_64", 2023-10-14T00:01:50.007 INFO:tasks.workunit.client.0.smithi055.stdout: "svn_revision": "5022", 2023-10-14T00:01:50.007 INFO:tasks.workunit.client.0.smithi055.stdout: "version": [ 2023-10-14T00:01:50.008 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:50.008 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:50.008 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:50.008 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.008 INFO:tasks.workunit.client.0.smithi055.stdout: "temperature": { 2023-10-14T00:01:50.008 INFO:tasks.workunit.client.0.smithi055.stdout: "current": 21 2023-10-14T00:01:50.009 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.009 INFO:tasks.workunit.client.0.smithi055.stdout: "user_capacity": { 2023-10-14T00:01:50.009 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 7814037168, 2023-10-14T00:01:50.009 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 4000787030016 2023-10-14T00:01:50.009 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.010 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.010 INFO:tasks.workunit.client.0.smithi055.stdout: "20231014-000004": { 2023-10-14T00:01:50.010 INFO:tasks.workunit.client.0.smithi055.stdout: "device": { 2023-10-14T00:01:50.010 INFO:tasks.workunit.client.0.smithi055.stdout: "info_name": "/dev/nvme0n1", 2023-10-14T00:01:50.010 INFO:tasks.workunit.client.0.smithi055.stdout: "name": "/dev/nvme0n1", 2023-10-14T00:01:50.011 INFO:tasks.workunit.client.0.smithi055.stdout: "protocol": "NVMe", 2023-10-14T00:01:50.011 INFO:tasks.workunit.client.0.smithi055.stdout: "type": "nvme" 2023-10-14T00:01:50.011 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.011 INFO:tasks.workunit.client.0.smithi055.stdout: "firmware_version": "QDV1013D", 2023-10-14T00:01:50.011 INFO:tasks.workunit.client.0.smithi055.stdout: "host_id": "da8a9a4a-6a24-11ee-8cbd-ac1f6bf82606", 2023-10-14T00:01:50.011 INFO:tasks.workunit.client.0.smithi055.stdout: "json_format_version": [ 2023-10-14T00:01:50.012 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:50.012 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:50.012 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:50.012 INFO:tasks.workunit.client.0.smithi055.stdout: "local_time": { 2023-10-14T00:01:50.012 INFO:tasks.workunit.client.0.smithi055.stdout: "asctime": "Sat Oct 14 00:00:03 2023 UTC", 2023-10-14T00:01:50.013 INFO:tasks.workunit.client.0.smithi055.stdout: "time_t": 1697241603 2023-10-14T00:01:50.013 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.013 INFO:tasks.workunit.client.0.smithi055.stdout: "logical_block_size": 512, 2023-10-14T00:01:50.013 INFO:tasks.workunit.client.0.smithi055.stdout: "model_name": "INTEL SSDPEDKE040T7", 2023-10-14T00:01:50.013 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_controller_id": 0, 2023-10-14T00:01:50.013 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_ieee_oui_identifier": 6083300, 2023-10-14T00:01:50.014 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_namespaces": [ 2023-10-14T00:01:50.014 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:50.014 INFO:tasks.workunit.client.0.smithi055.stdout: "capacity": { 2023-10-14T00:01:50.014 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 7814037168, 2023-10-14T00:01:50.014 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 4000787030016 2023-10-14T00:01:50.015 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.015 INFO:tasks.workunit.client.0.smithi055.stdout: "formatted_lba_size": 512, 2023-10-14T00:01:50.015 INFO:tasks.workunit.client.0.smithi055.stdout: "id": 1, 2023-10-14T00:01:50.015 INFO:tasks.workunit.client.0.smithi055.stdout: "size": { 2023-10-14T00:01:50.015 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 7814037168, 2023-10-14T00:01:50.015 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 4000787030016 2023-10-14T00:01:50.016 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.016 INFO:tasks.workunit.client.0.smithi055.stdout: "utilization": { 2023-10-14T00:01:50.016 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 7814037168, 2023-10-14T00:01:50.016 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 4000787030016 2023-10-14T00:01:50.016 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.017 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.017 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:50.017 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_number_of_namespaces": 1, 2023-10-14T00:01:50.017 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_pci_vendor": { 2023-10-14T00:01:50.017 INFO:tasks.workunit.client.0.smithi055.stdout: "id": 32902, 2023-10-14T00:01:50.018 INFO:tasks.workunit.client.0.smithi055.stdout: "subsystem_id": 32902 2023-10-14T00:01:50.018 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.018 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_smart_health_information_add_log": { 2023-10-14T00:01:50.018 INFO:tasks.workunit.client.0.smithi055.stdout: "Device stats": { 2023-10-14T00:01:50.018 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_fw_downgrades": { 2023-10-14T00:01:50.018 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 0, 2023-10-14T00:01:50.019 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:50.019 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.019 INFO:tasks.workunit.client.0.smithi055.stdout: "crc_error_count": { 2023-10-14T00:01:50.019 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:50.019 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:50.020 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.020 INFO:tasks.workunit.client.0.smithi055.stdout: "end_to_end_error_detection_count": { 2023-10-14T00:01:50.020 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:50.020 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:50.020 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.020 INFO:tasks.workunit.client.0.smithi055.stdout: "erase_fail_count": { 2023-10-14T00:01:50.021 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:50.021 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:50.021 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.021 INFO:tasks.workunit.client.0.smithi055.stdout: "host_bytes_written": { 2023-10-14T00:01:50.021 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:50.022 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 20602508 2023-10-14T00:01:50.022 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.022 INFO:tasks.workunit.client.0.smithi055.stdout: "host_ctx_wear_used": { 2023-10-14T00:01:50.022 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:50.022 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:50.022 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.023 INFO:tasks.workunit.client.0.smithi055.stdout: "media_bytes_read": { 2023-10-14T00:01:50.023 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:50.023 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 18830588 2023-10-14T00:01:50.023 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.023 INFO:tasks.workunit.client.0.smithi055.stdout: "nand_bytes_written": { 2023-10-14T00:01:50.024 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:50.024 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 39610361 2023-10-14T00:01:50.024 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.024 INFO:tasks.workunit.client.0.smithi055.stdout: "perf_stat_indicator": { 2023-10-14T00:01:50.024 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:50.024 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 12 2023-10-14T00:01:50.025 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.025 INFO:tasks.workunit.client.0.smithi055.stdout: "pll_lock_loss_count": { 2023-10-14T00:01:50.025 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:50.025 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:50.025 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.026 INFO:tasks.workunit.client.0.smithi055.stdout: "program_fail_count": { 2023-10-14T00:01:50.026 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:50.026 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 3 2023-10-14T00:01:50.026 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.026 INFO:tasks.workunit.client.0.smithi055.stdout: "re_alloc_sectr_cnt": { 2023-10-14T00:01:50.027 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 16, 2023-10-14T00:01:50.027 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 35534 2023-10-14T00:01:50.027 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.027 INFO:tasks.workunit.client.0.smithi055.stdout: "retry_buffer_overflow_count": { 2023-10-14T00:01:50.027 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:50.028 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:50.028 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.028 INFO:tasks.workunit.client.0.smithi055.stdout: "soft_ecc_err_rate": { 2023-10-14T00:01:50.028 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:50.028 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 35519 2023-10-14T00:01:50.028 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.029 INFO:tasks.workunit.client.0.smithi055.stdout: "thermal_throttle_status": { 2023-10-14T00:01:50.029 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:50.029 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": { 2023-10-14T00:01:50.029 INFO:tasks.workunit.client.0.smithi055.stdout: "cnt": 0, 2023-10-14T00:01:50.029 INFO:tasks.workunit.client.0.smithi055.stdout: "pct": 0 2023-10-14T00:01:50.030 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.030 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.030 INFO:tasks.workunit.client.0.smithi055.stdout: "timed_workload_host_reads": { 2023-10-14T00:01:50.030 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:50.030 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 65535 2023-10-14T00:01:50.030 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.031 INFO:tasks.workunit.client.0.smithi055.stdout: "timed_workload_media_wear": { 2023-10-14T00:01:50.031 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:50.031 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 64 2023-10-14T00:01:50.031 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.031 INFO:tasks.workunit.client.0.smithi055.stdout: "timed_workload_timer": { 2023-10-14T00:01:50.032 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:50.032 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 65535 2023-10-14T00:01:50.032 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.032 INFO:tasks.workunit.client.0.smithi055.stdout: "unexp_power_loss": { 2023-10-14T00:01:50.032 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:50.032 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:50.033 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.033 INFO:tasks.workunit.client.0.smithi055.stdout: "wear_leveling": { 2023-10-14T00:01:50.033 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 91, 2023-10-14T00:01:50.033 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": { 2023-10-14T00:01:50.033 INFO:tasks.workunit.client.0.smithi055.stdout: "avg": 479, 2023-10-14T00:01:50.034 INFO:tasks.workunit.client.0.smithi055.stdout: "max": 482, 2023-10-14T00:01:50.034 INFO:tasks.workunit.client.0.smithi055.stdout: "min": 480 2023-10-14T00:01:50.034 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.034 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.034 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.034 INFO:tasks.workunit.client.0.smithi055.stdout: "Intel Smart log": "nvme0n1" 2023-10-14T00:01:50.035 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.035 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_smart_health_information_log": { 2023-10-14T00:01:50.035 INFO:tasks.workunit.client.0.smithi055.stdout: "available_spare": 99, 2023-10-14T00:01:50.035 INFO:tasks.workunit.client.0.smithi055.stdout: "available_spare_threshold": 10, 2023-10-14T00:01:50.035 INFO:tasks.workunit.client.0.smithi055.stdout: "controller_busy_time": 19512, 2023-10-14T00:01:50.036 INFO:tasks.workunit.client.0.smithi055.stdout: "critical_comp_time": 0, 2023-10-14T00:01:50.036 INFO:tasks.workunit.client.0.smithi055.stdout: "critical_warning": 0, 2023-10-14T00:01:50.036 INFO:tasks.workunit.client.0.smithi055.stdout: "data_units_read": 248557263, 2023-10-14T00:01:50.036 INFO:tasks.workunit.client.0.smithi055.stdout: "data_units_written": 1350205972, 2023-10-14T00:01:50.036 INFO:tasks.workunit.client.0.smithi055.stdout: "host_reads": 4284612200, 2023-10-14T00:01:50.036 INFO:tasks.workunit.client.0.smithi055.stdout: "host_writes": 23304478898, 2023-10-14T00:01:50.037 INFO:tasks.workunit.client.0.smithi055.stdout: "media_errors": 0, 2023-10-14T00:01:50.037 INFO:tasks.workunit.client.0.smithi055.stdout: "num_err_log_entries": 0, 2023-10-14T00:01:50.037 INFO:tasks.workunit.client.0.smithi055.stdout: "percentage_used": 9, 2023-10-14T00:01:50.037 INFO:tasks.workunit.client.0.smithi055.stdout: "power_cycles": 35534, 2023-10-14T00:01:50.037 INFO:tasks.workunit.client.0.smithi055.stdout: "power_on_hours": 43465, 2023-10-14T00:01:50.038 INFO:tasks.workunit.client.0.smithi055.stdout: "temperature": 21, 2023-10-14T00:01:50.038 INFO:tasks.workunit.client.0.smithi055.stdout: "unsafe_shutdowns": 35519, 2023-10-14T00:01:50.038 INFO:tasks.workunit.client.0.smithi055.stdout: "warning_temp_time": 0 2023-10-14T00:01:50.038 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.038 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_total_capacity": 4000787030016, 2023-10-14T00:01:50.038 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_unallocated_capacity": 0, 2023-10-14T00:01:50.039 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_vendor": "intel", 2023-10-14T00:01:50.039 INFO:tasks.workunit.client.0.smithi055.stdout: "power_cycle_count": 35534, 2023-10-14T00:01:50.039 INFO:tasks.workunit.client.0.smithi055.stdout: "power_on_time": { 2023-10-14T00:01:50.039 INFO:tasks.workunit.client.0.smithi055.stdout: "hours": 43465 2023-10-14T00:01:50.039 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.040 INFO:tasks.workunit.client.0.smithi055.stdout: "serial_number": "deleted", 2023-10-14T00:01:50.040 INFO:tasks.workunit.client.0.smithi055.stdout: "smart_status": { 2023-10-14T00:01:50.040 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme": { 2023-10-14T00:01:50.040 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.040 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.040 INFO:tasks.workunit.client.0.smithi055.stdout: "passed": true 2023-10-14T00:01:50.041 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.041 INFO:tasks.workunit.client.0.smithi055.stdout: "smartctl": { 2023-10-14T00:01:50.041 INFO:tasks.workunit.client.0.smithi055.stdout: "argv": [ 2023-10-14T00:01:50.041 INFO:tasks.workunit.client.0.smithi055.stdout: "smartctl", 2023-10-14T00:01:50.041 INFO:tasks.workunit.client.0.smithi055.stdout: "-x", 2023-10-14T00:01:50.042 INFO:tasks.workunit.client.0.smithi055.stdout: "--json=o", 2023-10-14T00:01:50.042 INFO:tasks.workunit.client.0.smithi055.stdout: "/dev/nvme0n1" 2023-10-14T00:01:50.042 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:50.042 INFO:tasks.workunit.client.0.smithi055.stdout: "build_info": "(local build)", 2023-10-14T00:01:50.042 INFO:tasks.workunit.client.0.smithi055.stdout: "exit_status": 0, 2023-10-14T00:01:50.042 INFO:tasks.workunit.client.0.smithi055.stdout: "output": [ 2023-10-14T00:01:50.043 INFO:tasks.workunit.client.0.smithi055.stdout: "smartctl 7.1 2019-12-30 r5022 [x86_64-linux-4.18.0-516.el8.x86_64] (local build)", 2023-10-14T00:01:50.043 INFO:tasks.workunit.client.0.smithi055.stdout: "Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org", 2023-10-14T00:01:50.043 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:50.043 INFO:tasks.workunit.client.0.smithi055.stdout: "=== START OF INFORMATION SECTION ===", 2023-10-14T00:01:50.043 INFO:tasks.workunit.client.0.smithi055.stdout: "Model Number: INTEL SSDPEDKE040T7", 2023-10-14T00:01:50.044 INFO:tasks.workunit.client.0.smithi055.stdout: "Serial Number: deleted", 2023-10-14T00:01:50.044 INFO:tasks.workunit.client.0.smithi055.stdout: "Firmware Version: QDV1013D", 2023-10-14T00:01:50.044 INFO:tasks.workunit.client.0.smithi055.stdout: "PCI Vendor/Subsystem ID: 0x8086", 2023-10-14T00:01:50.044 INFO:tasks.workunit.client.0.smithi055.stdout: "IEEE OUI Identifier: 0x5cd2e4", 2023-10-14T00:01:50.044 INFO:tasks.workunit.client.0.smithi055.stdout: "Total NVM Capacity: 4,000,787,030,016 [4.00 TB]", 2023-10-14T00:01:50.045 INFO:tasks.workunit.client.0.smithi055.stdout: "Unallocated NVM Capacity: 0", 2023-10-14T00:01:50.045 INFO:tasks.workunit.client.0.smithi055.stdout: "Controller ID: 0", 2023-10-14T00:01:50.045 INFO:tasks.workunit.client.0.smithi055.stdout: "Number of Namespaces: 1", 2023-10-14T00:01:50.045 INFO:tasks.workunit.client.0.smithi055.stdout: "Namespace 1 Size/Capacity: 4,000,787,030,016 [4.00 TB]", 2023-10-14T00:01:50.045 INFO:tasks.workunit.client.0.smithi055.stdout: "Namespace 1 Formatted LBA Size: 512", 2023-10-14T00:01:50.045 INFO:tasks.workunit.client.0.smithi055.stdout: "Local Time is: Sat Oct 14 00:00:03 2023 UTC", 2023-10-14T00:01:50.046 INFO:tasks.workunit.client.0.smithi055.stdout: "Firmware Updates (0x02): 1 Slot", 2023-10-14T00:01:50.046 INFO:tasks.workunit.client.0.smithi055.stdout: "Optional Admin Commands (0x0006): Format Frmw_DL", 2023-10-14T00:01:50.046 INFO:tasks.workunit.client.0.smithi055.stdout: "Optional NVM Commands (0x0006): Wr_Unc DS_Mngmt", 2023-10-14T00:01:50.046 INFO:tasks.workunit.client.0.smithi055.stdout: "Maximum Data Transfer Size: 32 Pages", 2023-10-14T00:01:50.046 INFO:tasks.workunit.client.0.smithi055.stdout: "Warning Comp. Temp. Threshold: 70 Celsius", 2023-10-14T00:01:50.047 INFO:tasks.workunit.client.0.smithi055.stdout: "Critical Comp. Temp. Threshold: 77 Celsius", 2023-10-14T00:01:50.047 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:50.047 INFO:tasks.workunit.client.0.smithi055.stdout: "Supported Power States", 2023-10-14T00:01:50.047 INFO:tasks.workunit.client.0.smithi055.stdout: "St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat", 2023-10-14T00:01:50.047 INFO:tasks.workunit.client.0.smithi055.stdout: " 0 + 25.00W - - 0 0 0 0 0 0", 2023-10-14T00:01:50.047 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:50.048 INFO:tasks.workunit.client.0.smithi055.stdout: "Supported LBA Sizes (NSID 0x1)", 2023-10-14T00:01:50.048 INFO:tasks.workunit.client.0.smithi055.stdout: "Id Fmt Data Metadt Rel_Perf", 2023-10-14T00:01:50.048 INFO:tasks.workunit.client.0.smithi055.stdout: " 0 + 512 0 2", 2023-10-14T00:01:50.048 INFO:tasks.workunit.client.0.smithi055.stdout: " 1 - 4096 0 0", 2023-10-14T00:01:50.048 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:50.048 INFO:tasks.workunit.client.0.smithi055.stdout: "=== START OF SMART DATA SECTION ===", 2023-10-14T00:01:50.049 INFO:tasks.workunit.client.0.smithi055.stdout: "SMART overall-health self-assessment test result: PASSED", 2023-10-14T00:01:50.049 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:50.049 INFO:tasks.workunit.client.0.smithi055.stdout: "SMART/Health Information (NVMe Log 0x02)", 2023-10-14T00:01:50.049 INFO:tasks.workunit.client.0.smithi055.stdout: "Critical Warning: 0x00", 2023-10-14T00:01:50.049 INFO:tasks.workunit.client.0.smithi055.stdout: "Temperature: 21 Celsius", 2023-10-14T00:01:50.050 INFO:tasks.workunit.client.0.smithi055.stdout: "Available Spare: 99%", 2023-10-14T00:01:50.050 INFO:tasks.workunit.client.0.smithi055.stdout: "Available Spare Threshold: 10%", 2023-10-14T00:01:50.050 INFO:tasks.workunit.client.0.smithi055.stdout: "Percentage Used: 9%", 2023-10-14T00:01:50.050 INFO:tasks.workunit.client.0.smithi055.stdout: "Data Units Read: 248,557,263 [127 TB]", 2023-10-14T00:01:50.050 INFO:tasks.workunit.client.0.smithi055.stdout: "Data Units Written: 1,350,205,972 [691 TB]", 2023-10-14T00:01:50.051 INFO:tasks.workunit.client.0.smithi055.stdout: "Host Read Commands: 4,284,612,200", 2023-10-14T00:01:50.051 INFO:tasks.workunit.client.0.smithi055.stdout: "Host Write Commands: 23,304,478,898", 2023-10-14T00:01:50.051 INFO:tasks.workunit.client.0.smithi055.stdout: "Controller Busy Time: 19,512", 2023-10-14T00:01:50.051 INFO:tasks.workunit.client.0.smithi055.stdout: "Power Cycles: 35,534", 2023-10-14T00:01:50.051 INFO:tasks.workunit.client.0.smithi055.stdout: "Power On Hours: 43,465", 2023-10-14T00:01:50.051 INFO:tasks.workunit.client.0.smithi055.stdout: "Unsafe Shutdowns: 35,519", 2023-10-14T00:01:50.052 INFO:tasks.workunit.client.0.smithi055.stdout: "Media and Data Integrity Errors: 0", 2023-10-14T00:01:50.052 INFO:tasks.workunit.client.0.smithi055.stdout: "Error Information Log Entries: 0", 2023-10-14T00:01:50.052 INFO:tasks.workunit.client.0.smithi055.stdout: "Warning Comp. Temperature Time: 0", 2023-10-14T00:01:50.052 INFO:tasks.workunit.client.0.smithi055.stdout: "Critical Comp. Temperature Time: 0", 2023-10-14T00:01:50.052 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:50.052 INFO:tasks.workunit.client.0.smithi055.stdout: "Error Information (NVMe Log 0x01, max 64 entries)", 2023-10-14T00:01:50.053 INFO:tasks.workunit.client.0.smithi055.stdout: "No Errors Logged", 2023-10-14T00:01:50.053 INFO:tasks.workunit.client.0.smithi055.stdout: "" 2023-10-14T00:01:50.053 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:50.053 INFO:tasks.workunit.client.0.smithi055.stdout: "platform_info": "x86_64-linux-4.18.0-516.el8.x86_64", 2023-10-14T00:01:50.053 INFO:tasks.workunit.client.0.smithi055.stdout: "svn_revision": "5022", 2023-10-14T00:01:50.054 INFO:tasks.workunit.client.0.smithi055.stdout: "version": [ 2023-10-14T00:01:50.054 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:50.054 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:50.054 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:50.054 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.055 INFO:tasks.workunit.client.0.smithi055.stdout: "temperature": { 2023-10-14T00:01:50.055 INFO:tasks.workunit.client.0.smithi055.stdout: "current": 21 2023-10-14T00:01:50.055 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.055 INFO:tasks.workunit.client.0.smithi055.stdout: "user_capacity": { 2023-10-14T00:01:50.055 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 7814037168, 2023-10-14T00:01:50.055 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 4000787030016 2023-10-14T00:01:50.056 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.056 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.056 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.056 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.056 INFO:tasks.workunit.client.0.smithi055.stdout: "da8d850c-6a24-11ee-8cbd-ac1f6bf82606": { 2023-10-14T00:01:50.057 INFO:tasks.workunit.client.0.smithi055.stdout: "INTEL_SSDPEDMD400G4_da8e0630-6a24-11ee-8cbd-ac1f6bf82606": { 2023-10-14T00:01:50.057 INFO:tasks.workunit.client.0.smithi055.stdout: "20231013-235803": { 2023-10-14T00:01:50.057 INFO:tasks.workunit.client.0.smithi055.stdout: "device": { 2023-10-14T00:01:50.057 INFO:tasks.workunit.client.0.smithi055.stdout: "info_name": "/dev/nvme0n1", 2023-10-14T00:01:50.057 INFO:tasks.workunit.client.0.smithi055.stdout: "name": "/dev/nvme0n1", 2023-10-14T00:01:50.057 INFO:tasks.workunit.client.0.smithi055.stdout: "protocol": "NVMe", 2023-10-14T00:01:50.058 INFO:tasks.workunit.client.0.smithi055.stdout: "type": "nvme" 2023-10-14T00:01:50.058 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.058 INFO:tasks.workunit.client.0.smithi055.stdout: "firmware_version": "8DV101H0", 2023-10-14T00:01:50.058 INFO:tasks.workunit.client.0.smithi055.stdout: "host_id": "da8d850c-6a24-11ee-8cbd-ac1f6bf82606", 2023-10-14T00:01:50.058 INFO:tasks.workunit.client.0.smithi055.stdout: "json_format_version": [ 2023-10-14T00:01:50.059 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:50.059 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:50.059 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:50.059 INFO:tasks.workunit.client.0.smithi055.stdout: "local_time": { 2023-10-14T00:01:50.059 INFO:tasks.workunit.client.0.smithi055.stdout: "asctime": "Fri Oct 13 23:58:02 2023 UTC", 2023-10-14T00:01:50.060 INFO:tasks.workunit.client.0.smithi055.stdout: "time_t": 1697241482 2023-10-14T00:01:50.060 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.060 INFO:tasks.workunit.client.0.smithi055.stdout: "logical_block_size": 512, 2023-10-14T00:01:50.060 INFO:tasks.workunit.client.0.smithi055.stdout: "model_name": "INTEL SSDPEDMD400G4", 2023-10-14T00:01:50.060 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_controller_id": 0, 2023-10-14T00:01:50.061 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_ieee_oui_identifier": 6083300, 2023-10-14T00:01:50.061 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_namespaces": [ 2023-10-14T00:01:50.061 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:50.061 INFO:tasks.workunit.client.0.smithi055.stdout: "capacity": { 2023-10-14T00:01:50.061 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 781422768, 2023-10-14T00:01:50.061 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 400088457216 2023-10-14T00:01:50.062 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.062 INFO:tasks.workunit.client.0.smithi055.stdout: "formatted_lba_size": 512, 2023-10-14T00:01:50.062 INFO:tasks.workunit.client.0.smithi055.stdout: "id": 1, 2023-10-14T00:01:50.062 INFO:tasks.workunit.client.0.smithi055.stdout: "size": { 2023-10-14T00:01:50.062 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 781422768, 2023-10-14T00:01:50.063 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 400088457216 2023-10-14T00:01:50.063 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.063 INFO:tasks.workunit.client.0.smithi055.stdout: "utilization": { 2023-10-14T00:01:50.063 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 781422768, 2023-10-14T00:01:50.063 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 400088457216 2023-10-14T00:01:50.063 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.064 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.064 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:50.064 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_number_of_namespaces": 1, 2023-10-14T00:01:50.064 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_pci_vendor": { 2023-10-14T00:01:50.064 INFO:tasks.workunit.client.0.smithi055.stdout: "id": 32902, 2023-10-14T00:01:50.064 INFO:tasks.workunit.client.0.smithi055.stdout: "subsystem_id": 32902 2023-10-14T00:01:50.065 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.065 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_smart_health_information_add_log": { 2023-10-14T00:01:50.065 INFO:tasks.workunit.client.0.smithi055.stdout: "Device stats": { 2023-10-14T00:01:50.065 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_fw_downgrades": { 2023-10-14T00:01:50.065 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 0, 2023-10-14T00:01:50.066 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:50.066 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.066 INFO:tasks.workunit.client.0.smithi055.stdout: "crc_error_count": { 2023-10-14T00:01:50.066 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:50.066 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:50.066 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.067 INFO:tasks.workunit.client.0.smithi055.stdout: "end_to_end_error_detection_count": { 2023-10-14T00:01:50.067 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:50.067 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:50.067 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.067 INFO:tasks.workunit.client.0.smithi055.stdout: "erase_fail_count": { 2023-10-14T00:01:50.068 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:50.068 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:50.068 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.068 INFO:tasks.workunit.client.0.smithi055.stdout: "host_bytes_written": { 2023-10-14T00:01:50.068 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:50.068 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 30497852 2023-10-14T00:01:50.069 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.069 INFO:tasks.workunit.client.0.smithi055.stdout: "host_ctx_wear_used": { 2023-10-14T00:01:50.069 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:50.069 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 1 2023-10-14T00:01:50.069 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.070 INFO:tasks.workunit.client.0.smithi055.stdout: "media_bytes_read": { 2023-10-14T00:01:50.070 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 0, 2023-10-14T00:01:50.070 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:50.070 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.070 INFO:tasks.workunit.client.0.smithi055.stdout: "nand_bytes_written": { 2023-10-14T00:01:50.071 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:50.071 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 47080932 2023-10-14T00:01:50.071 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.071 INFO:tasks.workunit.client.0.smithi055.stdout: "perf_stat_indicator": { 2023-10-14T00:01:50.071 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 0, 2023-10-14T00:01:50.071 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:50.072 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.072 INFO:tasks.workunit.client.0.smithi055.stdout: "pll_lock_loss_count": { 2023-10-14T00:01:50.072 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:50.072 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:50.072 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.073 INFO:tasks.workunit.client.0.smithi055.stdout: "program_fail_count": { 2023-10-14T00:01:50.073 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:50.073 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:50.073 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.073 INFO:tasks.workunit.client.0.smithi055.stdout: "re_alloc_sectr_cnt": { 2023-10-14T00:01:50.073 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 0, 2023-10-14T00:01:50.074 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:50.074 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.074 INFO:tasks.workunit.client.0.smithi055.stdout: "retry_buffer_overflow_count": { 2023-10-14T00:01:50.074 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:50.074 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:50.075 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.075 INFO:tasks.workunit.client.0.smithi055.stdout: "soft_ecc_err_rate": { 2023-10-14T00:01:50.075 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 0, 2023-10-14T00:01:50.075 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:50.075 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.075 INFO:tasks.workunit.client.0.smithi055.stdout: "thermal_throttle_status": { 2023-10-14T00:01:50.076 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:50.076 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": { 2023-10-14T00:01:50.076 INFO:tasks.workunit.client.0.smithi055.stdout: "cnt": 0, 2023-10-14T00:01:50.076 INFO:tasks.workunit.client.0.smithi055.stdout: "pct": 0 2023-10-14T00:01:50.076 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.077 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.077 INFO:tasks.workunit.client.0.smithi055.stdout: "timed_workload_host_reads": { 2023-10-14T00:01:50.077 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:50.077 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 65535 2023-10-14T00:01:50.077 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.077 INFO:tasks.workunit.client.0.smithi055.stdout: "timed_workload_media_wear": { 2023-10-14T00:01:50.078 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:50.078 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 64 2023-10-14T00:01:50.078 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.078 INFO:tasks.workunit.client.0.smithi055.stdout: "timed_workload_timer": { 2023-10-14T00:01:50.078 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:50.079 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 65535 2023-10-14T00:01:50.079 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.079 INFO:tasks.workunit.client.0.smithi055.stdout: "unexp_power_loss": { 2023-10-14T00:01:50.079 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 0, 2023-10-14T00:01:50.079 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:50.080 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.080 INFO:tasks.workunit.client.0.smithi055.stdout: "wear_leveling": { 2023-10-14T00:01:50.080 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 90, 2023-10-14T00:01:50.080 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": { 2023-10-14T00:01:50.080 INFO:tasks.workunit.client.0.smithi055.stdout: "avg": 3115, 2023-10-14T00:01:50.080 INFO:tasks.workunit.client.0.smithi055.stdout: "max": 3130, 2023-10-14T00:01:50.081 INFO:tasks.workunit.client.0.smithi055.stdout: "min": 3100 2023-10-14T00:01:50.081 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.081 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.081 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.081 INFO:tasks.workunit.client.0.smithi055.stdout: "Intel Smart log": "nvme0n1" 2023-10-14T00:01:50.082 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.082 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_smart_health_information_log": { 2023-10-14T00:01:50.082 INFO:tasks.workunit.client.0.smithi055.stdout: "available_spare": 100, 2023-10-14T00:01:50.082 INFO:tasks.workunit.client.0.smithi055.stdout: "available_spare_threshold": 10, 2023-10-14T00:01:50.082 INFO:tasks.workunit.client.0.smithi055.stdout: "controller_busy_time": 25, 2023-10-14T00:01:50.082 INFO:tasks.workunit.client.0.smithi055.stdout: "critical_warning": 0, 2023-10-14T00:01:50.083 INFO:tasks.workunit.client.0.smithi055.stdout: "data_units_read": 398704214, 2023-10-14T00:01:50.083 INFO:tasks.workunit.client.0.smithi055.stdout: "data_units_written": 1998707256, 2023-10-14T00:01:50.083 INFO:tasks.workunit.client.0.smithi055.stdout: "host_reads": 6476859738, 2023-10-14T00:01:50.083 INFO:tasks.workunit.client.0.smithi055.stdout: "host_writes": 32809668691, 2023-10-14T00:01:50.083 INFO:tasks.workunit.client.0.smithi055.stdout: "media_errors": 0, 2023-10-14T00:01:50.084 INFO:tasks.workunit.client.0.smithi055.stdout: "num_err_log_entries": 0, 2023-10-14T00:01:50.084 INFO:tasks.workunit.client.0.smithi055.stdout: "percentage_used": 10, 2023-10-14T00:01:50.084 INFO:tasks.workunit.client.0.smithi055.stdout: "power_cycles": 39912, 2023-10-14T00:01:50.084 INFO:tasks.workunit.client.0.smithi055.stdout: "power_on_hours": 54829, 2023-10-14T00:01:50.084 INFO:tasks.workunit.client.0.smithi055.stdout: "temperature": 28, 2023-10-14T00:01:50.085 INFO:tasks.workunit.client.0.smithi055.stdout: "unsafe_shutdowns": 1680 2023-10-14T00:01:50.085 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.085 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_vendor": "intel", 2023-10-14T00:01:50.085 INFO:tasks.workunit.client.0.smithi055.stdout: "power_cycle_count": 39912, 2023-10-14T00:01:50.085 INFO:tasks.workunit.client.0.smithi055.stdout: "power_on_time": { 2023-10-14T00:01:50.086 INFO:tasks.workunit.client.0.smithi055.stdout: "hours": 54829 2023-10-14T00:01:50.086 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.086 INFO:tasks.workunit.client.0.smithi055.stdout: "serial_number": "deleted", 2023-10-14T00:01:50.086 INFO:tasks.workunit.client.0.smithi055.stdout: "smart_status": { 2023-10-14T00:01:50.086 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme": { 2023-10-14T00:01:50.086 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.087 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.087 INFO:tasks.workunit.client.0.smithi055.stdout: "passed": true 2023-10-14T00:01:50.087 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.087 INFO:tasks.workunit.client.0.smithi055.stdout: "smartctl": { 2023-10-14T00:01:50.087 INFO:tasks.workunit.client.0.smithi055.stdout: "argv": [ 2023-10-14T00:01:50.088 INFO:tasks.workunit.client.0.smithi055.stdout: "smartctl", 2023-10-14T00:01:50.088 INFO:tasks.workunit.client.0.smithi055.stdout: "-x", 2023-10-14T00:01:50.088 INFO:tasks.workunit.client.0.smithi055.stdout: "--json=o", 2023-10-14T00:01:50.088 INFO:tasks.workunit.client.0.smithi055.stdout: "/dev/nvme0n1" 2023-10-14T00:01:50.088 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:50.088 INFO:tasks.workunit.client.0.smithi055.stdout: "build_info": "(local build)", 2023-10-14T00:01:50.089 INFO:tasks.workunit.client.0.smithi055.stdout: "exit_status": 0, 2023-10-14T00:01:50.089 INFO:tasks.workunit.client.0.smithi055.stdout: "output": [ 2023-10-14T00:01:50.089 INFO:tasks.workunit.client.0.smithi055.stdout: "smartctl 7.1 2019-12-30 r5022 [x86_64-linux-4.18.0-516.el8.x86_64] (local build)", 2023-10-14T00:01:50.089 INFO:tasks.workunit.client.0.smithi055.stdout: "Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org", 2023-10-14T00:01:50.089 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:50.090 INFO:tasks.workunit.client.0.smithi055.stdout: "=== START OF INFORMATION SECTION ===", 2023-10-14T00:01:50.090 INFO:tasks.workunit.client.0.smithi055.stdout: "Model Number: INTEL SSDPEDMD400G4", 2023-10-14T00:01:50.090 INFO:tasks.workunit.client.0.smithi055.stdout: "Serial Number: deleted", 2023-10-14T00:01:50.090 INFO:tasks.workunit.client.0.smithi055.stdout: "Firmware Version: 8DV101H0", 2023-10-14T00:01:50.090 INFO:tasks.workunit.client.0.smithi055.stdout: "PCI Vendor/Subsystem ID: 0x8086", 2023-10-14T00:01:50.091 INFO:tasks.workunit.client.0.smithi055.stdout: "IEEE OUI Identifier: 0x5cd2e4", 2023-10-14T00:01:50.091 INFO:tasks.workunit.client.0.smithi055.stdout: "Controller ID: 0", 2023-10-14T00:01:50.091 INFO:tasks.workunit.client.0.smithi055.stdout: "Number of Namespaces: 1", 2023-10-14T00:01:50.091 INFO:tasks.workunit.client.0.smithi055.stdout: "Namespace 1 Size/Capacity: 400,088,457,216 [400 GB]", 2023-10-14T00:01:50.091 INFO:tasks.workunit.client.0.smithi055.stdout: "Namespace 1 Formatted LBA Size: 512", 2023-10-14T00:01:50.091 INFO:tasks.workunit.client.0.smithi055.stdout: "Local Time is: Fri Oct 13 23:58:02 2023 UTC", 2023-10-14T00:01:50.092 INFO:tasks.workunit.client.0.smithi055.stdout: "Firmware Updates (0x02): 1 Slot", 2023-10-14T00:01:50.093 INFO:tasks.workunit.client.0.smithi055.stdout: "Optional Admin Commands (0x0006): Format Frmw_DL", 2023-10-14T00:01:50.093 INFO:tasks.workunit.client.0.smithi055.stdout: "Optional NVM Commands (0x0006): Wr_Unc DS_Mngmt", 2023-10-14T00:01:50.093 INFO:tasks.workunit.client.0.smithi055.stdout: "Maximum Data Transfer Size: 32 Pages", 2023-10-14T00:01:50.093 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:50.093 INFO:tasks.workunit.client.0.smithi055.stdout: "Supported Power States", 2023-10-14T00:01:50.094 INFO:tasks.workunit.client.0.smithi055.stdout: "St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat", 2023-10-14T00:01:50.094 INFO:tasks.workunit.client.0.smithi055.stdout: " 0 + 25.00W - - 0 0 0 0 0 0", 2023-10-14T00:01:50.094 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:50.094 INFO:tasks.workunit.client.0.smithi055.stdout: "Supported LBA Sizes (NSID 0x1)", 2023-10-14T00:01:50.094 INFO:tasks.workunit.client.0.smithi055.stdout: "Id Fmt Data Metadt Rel_Perf", 2023-10-14T00:01:50.095 INFO:tasks.workunit.client.0.smithi055.stdout: " 0 + 512 0 2", 2023-10-14T00:01:50.095 INFO:tasks.workunit.client.0.smithi055.stdout: " 1 - 512 8 2", 2023-10-14T00:01:50.095 INFO:tasks.workunit.client.0.smithi055.stdout: " 2 - 512 16 2", 2023-10-14T00:01:50.095 INFO:tasks.workunit.client.0.smithi055.stdout: " 3 - 4096 0 0", 2023-10-14T00:01:50.095 INFO:tasks.workunit.client.0.smithi055.stdout: " 4 - 4096 8 0", 2023-10-14T00:01:50.095 INFO:tasks.workunit.client.0.smithi055.stdout: " 5 - 4096 64 0", 2023-10-14T00:01:50.096 INFO:tasks.workunit.client.0.smithi055.stdout: " 6 - 4096 128 0", 2023-10-14T00:01:50.096 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:50.096 INFO:tasks.workunit.client.0.smithi055.stdout: "=== START OF SMART DATA SECTION ===", 2023-10-14T00:01:50.096 INFO:tasks.workunit.client.0.smithi055.stdout: "SMART overall-health self-assessment test result: PASSED", 2023-10-14T00:01:50.096 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:50.096 INFO:tasks.workunit.client.0.smithi055.stdout: "SMART/Health Information (NVMe Log 0x02)", 2023-10-14T00:01:50.097 INFO:tasks.workunit.client.0.smithi055.stdout: "Critical Warning: 0x00", 2023-10-14T00:01:50.097 INFO:tasks.workunit.client.0.smithi055.stdout: "Temperature: 28 Celsius", 2023-10-14T00:01:50.097 INFO:tasks.workunit.client.0.smithi055.stdout: "Available Spare: 100%", 2023-10-14T00:01:50.097 INFO:tasks.workunit.client.0.smithi055.stdout: "Available Spare Threshold: 10%", 2023-10-14T00:01:50.097 INFO:tasks.workunit.client.0.smithi055.stdout: "Percentage Used: 10%", 2023-10-14T00:01:50.097 INFO:tasks.workunit.client.0.smithi055.stdout: "Data Units Read: 398,704,214 [204 TB]", 2023-10-14T00:01:50.098 INFO:tasks.workunit.client.0.smithi055.stdout: "Data Units Written: 1,998,707,256 [1.02 PB]", 2023-10-14T00:01:50.098 INFO:tasks.workunit.client.0.smithi055.stdout: "Host Read Commands: 6,476,859,738", 2023-10-14T00:01:50.098 INFO:tasks.workunit.client.0.smithi055.stdout: "Host Write Commands: 32,809,668,691", 2023-10-14T00:01:50.098 INFO:tasks.workunit.client.0.smithi055.stdout: "Controller Busy Time: 25", 2023-10-14T00:01:50.098 INFO:tasks.workunit.client.0.smithi055.stdout: "Power Cycles: 39,912", 2023-10-14T00:01:50.099 INFO:tasks.workunit.client.0.smithi055.stdout: "Power On Hours: 54,829", 2023-10-14T00:01:50.099 INFO:tasks.workunit.client.0.smithi055.stdout: "Unsafe Shutdowns: 1,680", 2023-10-14T00:01:50.099 INFO:tasks.workunit.client.0.smithi055.stdout: "Media and Data Integrity Errors: 0", 2023-10-14T00:01:50.099 INFO:tasks.workunit.client.0.smithi055.stdout: "Error Information Log Entries: 0", 2023-10-14T00:01:50.099 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:50.099 INFO:tasks.workunit.client.0.smithi055.stdout: "Error Information (NVMe Log 0x01, max 64 entries)", 2023-10-14T00:01:50.100 INFO:tasks.workunit.client.0.smithi055.stdout: "No Errors Logged", 2023-10-14T00:01:50.100 INFO:tasks.workunit.client.0.smithi055.stdout: "" 2023-10-14T00:01:50.100 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:50.100 INFO:tasks.workunit.client.0.smithi055.stdout: "platform_info": "x86_64-linux-4.18.0-516.el8.x86_64", 2023-10-14T00:01:50.100 INFO:tasks.workunit.client.0.smithi055.stdout: "svn_revision": "5022", 2023-10-14T00:01:50.100 INFO:tasks.workunit.client.0.smithi055.stdout: "version": [ 2023-10-14T00:01:50.101 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:50.101 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:50.101 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:50.101 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.101 INFO:tasks.workunit.client.0.smithi055.stdout: "temperature": { 2023-10-14T00:01:50.102 INFO:tasks.workunit.client.0.smithi055.stdout: "current": 28 2023-10-14T00:01:50.102 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.102 INFO:tasks.workunit.client.0.smithi055.stdout: "user_capacity": { 2023-10-14T00:01:50.102 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 781422768, 2023-10-14T00:01:50.102 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 400088457216 2023-10-14T00:01:50.102 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.103 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.103 INFO:tasks.workunit.client.0.smithi055.stdout: "20231014-000007": { 2023-10-14T00:01:50.103 INFO:tasks.workunit.client.0.smithi055.stdout: "device": { 2023-10-14T00:01:50.103 INFO:tasks.workunit.client.0.smithi055.stdout: "info_name": "/dev/nvme0n1", 2023-10-14T00:01:50.103 INFO:tasks.workunit.client.0.smithi055.stdout: "name": "/dev/nvme0n1", 2023-10-14T00:01:50.104 INFO:tasks.workunit.client.0.smithi055.stdout: "protocol": "NVMe", 2023-10-14T00:01:50.104 INFO:tasks.workunit.client.0.smithi055.stdout: "type": "nvme" 2023-10-14T00:01:50.104 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.104 INFO:tasks.workunit.client.0.smithi055.stdout: "firmware_version": "8DV101H0", 2023-10-14T00:01:50.104 INFO:tasks.workunit.client.0.smithi055.stdout: "host_id": "da8d850c-6a24-11ee-8cbd-ac1f6bf82606", 2023-10-14T00:01:50.104 INFO:tasks.workunit.client.0.smithi055.stdout: "json_format_version": [ 2023-10-14T00:01:50.105 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:50.105 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:50.105 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:50.105 INFO:tasks.workunit.client.0.smithi055.stdout: "local_time": { 2023-10-14T00:01:50.105 INFO:tasks.workunit.client.0.smithi055.stdout: "asctime": "Sat Oct 14 00:00:07 2023 UTC", 2023-10-14T00:01:50.105 INFO:tasks.workunit.client.0.smithi055.stdout: "time_t": 1697241607 2023-10-14T00:01:50.106 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.106 INFO:tasks.workunit.client.0.smithi055.stdout: "logical_block_size": 512, 2023-10-14T00:01:50.106 INFO:tasks.workunit.client.0.smithi055.stdout: "model_name": "INTEL SSDPEDMD400G4", 2023-10-14T00:01:50.106 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_controller_id": 0, 2023-10-14T00:01:50.106 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_ieee_oui_identifier": 6083300, 2023-10-14T00:01:50.107 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_namespaces": [ 2023-10-14T00:01:50.107 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:50.107 INFO:tasks.workunit.client.0.smithi055.stdout: "capacity": { 2023-10-14T00:01:50.107 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 781422768, 2023-10-14T00:01:50.107 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 400088457216 2023-10-14T00:01:50.107 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.108 INFO:tasks.workunit.client.0.smithi055.stdout: "formatted_lba_size": 512, 2023-10-14T00:01:50.108 INFO:tasks.workunit.client.0.smithi055.stdout: "id": 1, 2023-10-14T00:01:50.108 INFO:tasks.workunit.client.0.smithi055.stdout: "size": { 2023-10-14T00:01:50.108 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 781422768, 2023-10-14T00:01:50.108 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 400088457216 2023-10-14T00:01:50.108 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.109 INFO:tasks.workunit.client.0.smithi055.stdout: "utilization": { 2023-10-14T00:01:50.109 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 781422768, 2023-10-14T00:01:50.109 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 400088457216 2023-10-14T00:01:50.109 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.109 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.109 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:50.110 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_number_of_namespaces": 1, 2023-10-14T00:01:50.110 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_pci_vendor": { 2023-10-14T00:01:50.110 INFO:tasks.workunit.client.0.smithi055.stdout: "id": 32902, 2023-10-14T00:01:50.110 INFO:tasks.workunit.client.0.smithi055.stdout: "subsystem_id": 32902 2023-10-14T00:01:50.110 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.111 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_smart_health_information_add_log": { 2023-10-14T00:01:50.111 INFO:tasks.workunit.client.0.smithi055.stdout: "Device stats": { 2023-10-14T00:01:50.111 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_fw_downgrades": { 2023-10-14T00:01:50.111 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 0, 2023-10-14T00:01:50.111 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:50.111 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.112 INFO:tasks.workunit.client.0.smithi055.stdout: "crc_error_count": { 2023-10-14T00:01:50.112 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:50.112 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:50.112 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.112 INFO:tasks.workunit.client.0.smithi055.stdout: "end_to_end_error_detection_count": { 2023-10-14T00:01:50.112 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:50.113 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:50.113 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.113 INFO:tasks.workunit.client.0.smithi055.stdout: "erase_fail_count": { 2023-10-14T00:01:50.113 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:50.113 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:50.114 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.114 INFO:tasks.workunit.client.0.smithi055.stdout: "host_bytes_written": { 2023-10-14T00:01:50.114 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:50.114 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 30497854 2023-10-14T00:01:50.114 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.114 INFO:tasks.workunit.client.0.smithi055.stdout: "host_ctx_wear_used": { 2023-10-14T00:01:50.115 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:50.115 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 1 2023-10-14T00:01:50.115 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.115 INFO:tasks.workunit.client.0.smithi055.stdout: "media_bytes_read": { 2023-10-14T00:01:50.115 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 0, 2023-10-14T00:01:50.115 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:50.116 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.116 INFO:tasks.workunit.client.0.smithi055.stdout: "nand_bytes_written": { 2023-10-14T00:01:50.116 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:50.116 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 47080936 2023-10-14T00:01:50.116 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.117 INFO:tasks.workunit.client.0.smithi055.stdout: "perf_stat_indicator": { 2023-10-14T00:01:50.117 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 0, 2023-10-14T00:01:50.117 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:50.117 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.117 INFO:tasks.workunit.client.0.smithi055.stdout: "pll_lock_loss_count": { 2023-10-14T00:01:50.117 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:50.118 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:50.118 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.118 INFO:tasks.workunit.client.0.smithi055.stdout: "program_fail_count": { 2023-10-14T00:01:50.118 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:50.118 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:50.119 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.119 INFO:tasks.workunit.client.0.smithi055.stdout: "re_alloc_sectr_cnt": { 2023-10-14T00:01:50.119 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 0, 2023-10-14T00:01:50.119 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:50.119 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.119 INFO:tasks.workunit.client.0.smithi055.stdout: "retry_buffer_overflow_count": { 2023-10-14T00:01:50.120 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:50.120 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:50.120 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.120 INFO:tasks.workunit.client.0.smithi055.stdout: "soft_ecc_err_rate": { 2023-10-14T00:01:50.120 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 0, 2023-10-14T00:01:50.120 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:50.121 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.121 INFO:tasks.workunit.client.0.smithi055.stdout: "thermal_throttle_status": { 2023-10-14T00:01:50.121 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:50.121 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": { 2023-10-14T00:01:50.121 INFO:tasks.workunit.client.0.smithi055.stdout: "cnt": 0, 2023-10-14T00:01:50.121 INFO:tasks.workunit.client.0.smithi055.stdout: "pct": 0 2023-10-14T00:01:50.122 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.122 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.122 INFO:tasks.workunit.client.0.smithi055.stdout: "timed_workload_host_reads": { 2023-10-14T00:01:50.122 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:50.122 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 65535 2023-10-14T00:01:50.123 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.123 INFO:tasks.workunit.client.0.smithi055.stdout: "timed_workload_media_wear": { 2023-10-14T00:01:50.123 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:50.123 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 64 2023-10-14T00:01:50.123 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.124 INFO:tasks.workunit.client.0.smithi055.stdout: "timed_workload_timer": { 2023-10-14T00:01:50.124 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 100, 2023-10-14T00:01:50.124 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 65535 2023-10-14T00:01:50.124 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.124 INFO:tasks.workunit.client.0.smithi055.stdout: "unexp_power_loss": { 2023-10-14T00:01:50.124 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 0, 2023-10-14T00:01:50.125 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": 0 2023-10-14T00:01:50.125 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.125 INFO:tasks.workunit.client.0.smithi055.stdout: "wear_leveling": { 2023-10-14T00:01:50.125 INFO:tasks.workunit.client.0.smithi055.stdout: "normalized": 90, 2023-10-14T00:01:50.125 INFO:tasks.workunit.client.0.smithi055.stdout: "raw": { 2023-10-14T00:01:50.126 INFO:tasks.workunit.client.0.smithi055.stdout: "avg": 3115, 2023-10-14T00:01:50.126 INFO:tasks.workunit.client.0.smithi055.stdout: "max": 3130, 2023-10-14T00:01:50.126 INFO:tasks.workunit.client.0.smithi055.stdout: "min": 3100 2023-10-14T00:01:50.126 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.126 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.126 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.127 INFO:tasks.workunit.client.0.smithi055.stdout: "Intel Smart log": "nvme0n1" 2023-10-14T00:01:50.127 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.127 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_smart_health_information_log": { 2023-10-14T00:01:50.127 INFO:tasks.workunit.client.0.smithi055.stdout: "available_spare": 100, 2023-10-14T00:01:50.127 INFO:tasks.workunit.client.0.smithi055.stdout: "available_spare_threshold": 10, 2023-10-14T00:01:50.127 INFO:tasks.workunit.client.0.smithi055.stdout: "controller_busy_time": 25, 2023-10-14T00:01:50.128 INFO:tasks.workunit.client.0.smithi055.stdout: "critical_warning": 0, 2023-10-14T00:01:50.128 INFO:tasks.workunit.client.0.smithi055.stdout: "data_units_read": 398704611, 2023-10-14T00:01:50.128 INFO:tasks.workunit.client.0.smithi055.stdout: "data_units_written": 1998707396, 2023-10-14T00:01:50.128 INFO:tasks.workunit.client.0.smithi055.stdout: "host_reads": 6476864647, 2023-10-14T00:01:50.128 INFO:tasks.workunit.client.0.smithi055.stdout: "host_writes": 32809673568, 2023-10-14T00:01:50.129 INFO:tasks.workunit.client.0.smithi055.stdout: "media_errors": 0, 2023-10-14T00:01:50.129 INFO:tasks.workunit.client.0.smithi055.stdout: "num_err_log_entries": 0, 2023-10-14T00:01:50.129 INFO:tasks.workunit.client.0.smithi055.stdout: "percentage_used": 10, 2023-10-14T00:01:50.129 INFO:tasks.workunit.client.0.smithi055.stdout: "power_cycles": 39912, 2023-10-14T00:01:50.129 INFO:tasks.workunit.client.0.smithi055.stdout: "power_on_hours": 54829, 2023-10-14T00:01:50.130 INFO:tasks.workunit.client.0.smithi055.stdout: "temperature": 28, 2023-10-14T00:01:50.130 INFO:tasks.workunit.client.0.smithi055.stdout: "unsafe_shutdowns": 1680 2023-10-14T00:01:50.130 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.130 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme_vendor": "intel", 2023-10-14T00:01:50.130 INFO:tasks.workunit.client.0.smithi055.stdout: "power_cycle_count": 39912, 2023-10-14T00:01:50.130 INFO:tasks.workunit.client.0.smithi055.stdout: "power_on_time": { 2023-10-14T00:01:50.131 INFO:tasks.workunit.client.0.smithi055.stdout: "hours": 54829 2023-10-14T00:01:50.131 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.131 INFO:tasks.workunit.client.0.smithi055.stdout: "serial_number": "deleted", 2023-10-14T00:01:50.131 INFO:tasks.workunit.client.0.smithi055.stdout: "smart_status": { 2023-10-14T00:01:50.131 INFO:tasks.workunit.client.0.smithi055.stdout: "nvme": { 2023-10-14T00:01:50.132 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.132 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.132 INFO:tasks.workunit.client.0.smithi055.stdout: "passed": true 2023-10-14T00:01:50.132 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.132 INFO:tasks.workunit.client.0.smithi055.stdout: "smartctl": { 2023-10-14T00:01:50.132 INFO:tasks.workunit.client.0.smithi055.stdout: "argv": [ 2023-10-14T00:01:50.133 INFO:tasks.workunit.client.0.smithi055.stdout: "smartctl", 2023-10-14T00:01:50.133 INFO:tasks.workunit.client.0.smithi055.stdout: "-x", 2023-10-14T00:01:50.133 INFO:tasks.workunit.client.0.smithi055.stdout: "--json=o", 2023-10-14T00:01:50.133 INFO:tasks.workunit.client.0.smithi055.stdout: "/dev/nvme0n1" 2023-10-14T00:01:50.133 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:50.133 INFO:tasks.workunit.client.0.smithi055.stdout: "build_info": "(local build)", 2023-10-14T00:01:50.134 INFO:tasks.workunit.client.0.smithi055.stdout: "exit_status": 0, 2023-10-14T00:01:50.134 INFO:tasks.workunit.client.0.smithi055.stdout: "output": [ 2023-10-14T00:01:50.134 INFO:tasks.workunit.client.0.smithi055.stdout: "smartctl 7.1 2019-12-30 r5022 [x86_64-linux-4.18.0-516.el8.x86_64] (local build)", 2023-10-14T00:01:50.134 INFO:tasks.workunit.client.0.smithi055.stdout: "Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org", 2023-10-14T00:01:50.134 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:50.135 INFO:tasks.workunit.client.0.smithi055.stdout: "=== START OF INFORMATION SECTION ===", 2023-10-14T00:01:50.135 INFO:tasks.workunit.client.0.smithi055.stdout: "Model Number: INTEL SSDPEDMD400G4", 2023-10-14T00:01:50.135 INFO:tasks.workunit.client.0.smithi055.stdout: "Serial Number: deleted", 2023-10-14T00:01:50.135 INFO:tasks.workunit.client.0.smithi055.stdout: "Firmware Version: 8DV101H0", 2023-10-14T00:01:50.135 INFO:tasks.workunit.client.0.smithi055.stdout: "PCI Vendor/Subsystem ID: 0x8086", 2023-10-14T00:01:50.135 INFO:tasks.workunit.client.0.smithi055.stdout: "IEEE OUI Identifier: 0x5cd2e4", 2023-10-14T00:01:50.136 INFO:tasks.workunit.client.0.smithi055.stdout: "Controller ID: 0", 2023-10-14T00:01:50.136 INFO:tasks.workunit.client.0.smithi055.stdout: "Number of Namespaces: 1", 2023-10-14T00:01:50.136 INFO:tasks.workunit.client.0.smithi055.stdout: "Namespace 1 Size/Capacity: 400,088,457,216 [400 GB]", 2023-10-14T00:01:50.136 INFO:tasks.workunit.client.0.smithi055.stdout: "Namespace 1 Formatted LBA Size: 512", 2023-10-14T00:01:50.136 INFO:tasks.workunit.client.0.smithi055.stdout: "Local Time is: Sat Oct 14 00:00:07 2023 UTC", 2023-10-14T00:01:50.136 INFO:tasks.workunit.client.0.smithi055.stdout: "Firmware Updates (0x02): 1 Slot", 2023-10-14T00:01:50.137 INFO:tasks.workunit.client.0.smithi055.stdout: "Optional Admin Commands (0x0006): Format Frmw_DL", 2023-10-14T00:01:50.137 INFO:tasks.workunit.client.0.smithi055.stdout: "Optional NVM Commands (0x0006): Wr_Unc DS_Mngmt", 2023-10-14T00:01:50.137 INFO:tasks.workunit.client.0.smithi055.stdout: "Maximum Data Transfer Size: 32 Pages", 2023-10-14T00:01:50.137 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:50.137 INFO:tasks.workunit.client.0.smithi055.stdout: "Supported Power States", 2023-10-14T00:01:50.138 INFO:tasks.workunit.client.0.smithi055.stdout: "St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat", 2023-10-14T00:01:50.138 INFO:tasks.workunit.client.0.smithi055.stdout: " 0 + 25.00W - - 0 0 0 0 0 0", 2023-10-14T00:01:50.138 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:50.138 INFO:tasks.workunit.client.0.smithi055.stdout: "Supported LBA Sizes (NSID 0x1)", 2023-10-14T00:01:50.138 INFO:tasks.workunit.client.0.smithi055.stdout: "Id Fmt Data Metadt Rel_Perf", 2023-10-14T00:01:50.138 INFO:tasks.workunit.client.0.smithi055.stdout: " 0 + 512 0 2", 2023-10-14T00:01:50.139 INFO:tasks.workunit.client.0.smithi055.stdout: " 1 - 512 8 2", 2023-10-14T00:01:50.139 INFO:tasks.workunit.client.0.smithi055.stdout: " 2 - 512 16 2", 2023-10-14T00:01:50.139 INFO:tasks.workunit.client.0.smithi055.stdout: " 3 - 4096 0 0", 2023-10-14T00:01:50.139 INFO:tasks.workunit.client.0.smithi055.stdout: " 4 - 4096 8 0", 2023-10-14T00:01:50.139 INFO:tasks.workunit.client.0.smithi055.stdout: " 5 - 4096 64 0", 2023-10-14T00:01:50.140 INFO:tasks.workunit.client.0.smithi055.stdout: " 6 - 4096 128 0", 2023-10-14T00:01:50.140 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:50.140 INFO:tasks.workunit.client.0.smithi055.stdout: "=== START OF SMART DATA SECTION ===", 2023-10-14T00:01:50.140 INFO:tasks.workunit.client.0.smithi055.stdout: "SMART overall-health self-assessment test result: PASSED", 2023-10-14T00:01:50.140 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:50.141 INFO:tasks.workunit.client.0.smithi055.stdout: "SMART/Health Information (NVMe Log 0x02)", 2023-10-14T00:01:50.141 INFO:tasks.workunit.client.0.smithi055.stdout: "Critical Warning: 0x00", 2023-10-14T00:01:50.141 INFO:tasks.workunit.client.0.smithi055.stdout: "Temperature: 28 Celsius", 2023-10-14T00:01:50.141 INFO:tasks.workunit.client.0.smithi055.stdout: "Available Spare: 100%", 2023-10-14T00:01:50.141 INFO:tasks.workunit.client.0.smithi055.stdout: "Available Spare Threshold: 10%", 2023-10-14T00:01:50.141 INFO:tasks.workunit.client.0.smithi055.stdout: "Percentage Used: 10%", 2023-10-14T00:01:50.142 INFO:tasks.workunit.client.0.smithi055.stdout: "Data Units Read: 398,704,611 [204 TB]", 2023-10-14T00:01:50.142 INFO:tasks.workunit.client.0.smithi055.stdout: "Data Units Written: 1,998,707,396 [1.02 PB]", 2023-10-14T00:01:50.142 INFO:tasks.workunit.client.0.smithi055.stdout: "Host Read Commands: 6,476,864,647", 2023-10-14T00:01:50.142 INFO:tasks.workunit.client.0.smithi055.stdout: "Host Write Commands: 32,809,673,568", 2023-10-14T00:01:50.142 INFO:tasks.workunit.client.0.smithi055.stdout: "Controller Busy Time: 25", 2023-10-14T00:01:50.142 INFO:tasks.workunit.client.0.smithi055.stdout: "Power Cycles: 39,912", 2023-10-14T00:01:50.143 INFO:tasks.workunit.client.0.smithi055.stdout: "Power On Hours: 54,829", 2023-10-14T00:01:50.143 INFO:tasks.workunit.client.0.smithi055.stdout: "Unsafe Shutdowns: 1,680", 2023-10-14T00:01:50.143 INFO:tasks.workunit.client.0.smithi055.stdout: "Media and Data Integrity Errors: 0", 2023-10-14T00:01:50.143 INFO:tasks.workunit.client.0.smithi055.stdout: "Error Information Log Entries: 0", 2023-10-14T00:01:50.143 INFO:tasks.workunit.client.0.smithi055.stdout: "", 2023-10-14T00:01:50.143 INFO:tasks.workunit.client.0.smithi055.stdout: "Error Information (NVMe Log 0x01, max 64 entries)", 2023-10-14T00:01:50.144 INFO:tasks.workunit.client.0.smithi055.stdout: "No Errors Logged", 2023-10-14T00:01:50.144 INFO:tasks.workunit.client.0.smithi055.stdout: "" 2023-10-14T00:01:50.144 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:50.144 INFO:tasks.workunit.client.0.smithi055.stdout: "platform_info": "x86_64-linux-4.18.0-516.el8.x86_64", 2023-10-14T00:01:50.144 INFO:tasks.workunit.client.0.smithi055.stdout: "svn_revision": "5022", 2023-10-14T00:01:50.145 INFO:tasks.workunit.client.0.smithi055.stdout: "version": [ 2023-10-14T00:01:50.145 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:50.145 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:50.145 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:50.145 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.145 INFO:tasks.workunit.client.0.smithi055.stdout: "temperature": { 2023-10-14T00:01:50.146 INFO:tasks.workunit.client.0.smithi055.stdout: "current": 28 2023-10-14T00:01:50.146 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.146 INFO:tasks.workunit.client.0.smithi055.stdout: "user_capacity": { 2023-10-14T00:01:50.146 INFO:tasks.workunit.client.0.smithi055.stdout: "blocks": 781422768, 2023-10-14T00:01:50.146 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 400088457216 2023-10-14T00:01:50.147 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.147 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.147 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.147 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.147 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.148 INFO:tasks.workunit.client.0.smithi055.stdout: "report": { 2023-10-14T00:01:50.148 INFO:tasks.workunit.client.0.smithi055.stdout: "balancer": { 2023-10-14T00:01:50.148 INFO:tasks.workunit.client.0.smithi055.stdout: "active": true, 2023-10-14T00:01:50.148 INFO:tasks.workunit.client.0.smithi055.stdout: "mode": "" 2023-10-14T00:01:50.148 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.148 INFO:tasks.workunit.client.0.smithi055.stdout: "channels": [ 2023-10-14T00:01:50.149 INFO:tasks.workunit.client.0.smithi055.stdout: "basic", 2023-10-14T00:01:50.149 INFO:tasks.workunit.client.0.smithi055.stdout: "crash", 2023-10-14T00:01:50.149 INFO:tasks.workunit.client.0.smithi055.stdout: "device", 2023-10-14T00:01:50.149 INFO:tasks.workunit.client.0.smithi055.stdout: "ident", 2023-10-14T00:01:50.149 INFO:tasks.workunit.client.0.smithi055.stdout: "perf" 2023-10-14T00:01:50.150 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:50.150 INFO:tasks.workunit.client.0.smithi055.stdout: "channels_available": [ 2023-10-14T00:01:50.150 INFO:tasks.workunit.client.0.smithi055.stdout: "basic", 2023-10-14T00:01:50.150 INFO:tasks.workunit.client.0.smithi055.stdout: "ident", 2023-10-14T00:01:50.150 INFO:tasks.workunit.client.0.smithi055.stdout: "crash", 2023-10-14T00:01:50.150 INFO:tasks.workunit.client.0.smithi055.stdout: "device", 2023-10-14T00:01:50.151 INFO:tasks.workunit.client.0.smithi055.stdout: "perf" 2023-10-14T00:01:50.151 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:50.151 INFO:tasks.workunit.client.0.smithi055.stdout: "collections_available": [ 2023-10-14T00:01:50.151 INFO:tasks.workunit.client.0.smithi055.stdout: "basic_base", 2023-10-14T00:01:50.151 INFO:tasks.workunit.client.0.smithi055.stdout: "device_base", 2023-10-14T00:01:50.151 INFO:tasks.workunit.client.0.smithi055.stdout: "crash_base", 2023-10-14T00:01:50.152 INFO:tasks.workunit.client.0.smithi055.stdout: "ident_base", 2023-10-14T00:01:50.152 INFO:tasks.workunit.client.0.smithi055.stdout: "perf_perf", 2023-10-14T00:01:50.152 INFO:tasks.workunit.client.0.smithi055.stdout: "basic_mds_metadata", 2023-10-14T00:01:50.152 INFO:tasks.workunit.client.0.smithi055.stdout: "basic_pool_usage", 2023-10-14T00:01:50.152 INFO:tasks.workunit.client.0.smithi055.stdout: "basic_usage_by_class", 2023-10-14T00:01:50.152 INFO:tasks.workunit.client.0.smithi055.stdout: "basic_rook_v01", 2023-10-14T00:01:50.153 INFO:tasks.workunit.client.0.smithi055.stdout: "perf_memory_metrics", 2023-10-14T00:01:50.153 INFO:tasks.workunit.client.0.smithi055.stdout: "basic_pool_options_bluestore" 2023-10-14T00:01:50.153 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:50.153 INFO:tasks.workunit.client.0.smithi055.stdout: "collections_opted_in": [ 2023-10-14T00:01:50.153 INFO:tasks.workunit.client.0.smithi055.stdout: "basic_base", 2023-10-14T00:01:50.154 INFO:tasks.workunit.client.0.smithi055.stdout: "device_base", 2023-10-14T00:01:50.154 INFO:tasks.workunit.client.0.smithi055.stdout: "crash_base", 2023-10-14T00:01:50.154 INFO:tasks.workunit.client.0.smithi055.stdout: "ident_base", 2023-10-14T00:01:50.154 INFO:tasks.workunit.client.0.smithi055.stdout: "perf_perf", 2023-10-14T00:01:50.154 INFO:tasks.workunit.client.0.smithi055.stdout: "basic_mds_metadata", 2023-10-14T00:01:50.154 INFO:tasks.workunit.client.0.smithi055.stdout: "basic_pool_usage", 2023-10-14T00:01:50.155 INFO:tasks.workunit.client.0.smithi055.stdout: "basic_usage_by_class", 2023-10-14T00:01:50.155 INFO:tasks.workunit.client.0.smithi055.stdout: "basic_rook_v01", 2023-10-14T00:01:50.155 INFO:tasks.workunit.client.0.smithi055.stdout: "perf_memory_metrics", 2023-10-14T00:01:50.155 INFO:tasks.workunit.client.0.smithi055.stdout: "basic_pool_options_bluestore" 2023-10-14T00:01:50.155 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:50.155 INFO:tasks.workunit.client.0.smithi055.stdout: "config": { 2023-10-14T00:01:50.156 INFO:tasks.workunit.client.0.smithi055.stdout: "active_changed": [ 2023-10-14T00:01:50.156 INFO:tasks.workunit.client.0.smithi055.stdout: "auth_allow_insecure_global_id_reclaim", 2023-10-14T00:01:50.156 INFO:tasks.workunit.client.0.smithi055.stdout: "auth_debug", 2023-10-14T00:01:50.156 INFO:tasks.workunit.client.0.smithi055.stdout: "auth_mon_ticket_ttl", 2023-10-14T00:01:50.156 INFO:tasks.workunit.client.0.smithi055.stdout: "auth_service_ticket_ttl", 2023-10-14T00:01:50.157 INFO:tasks.workunit.client.0.smithi055.stdout: "bdev_debug_aio", 2023-10-14T00:01:50.157 INFO:tasks.workunit.client.0.smithi055.stdout: "client_check_pool_perm", 2023-10-14T00:01:50.157 INFO:tasks.workunit.client.0.smithi055.stdout: "client_mount_gid", 2023-10-14T00:01:50.157 INFO:tasks.workunit.client.0.smithi055.stdout: "client_mount_uid", 2023-10-14T00:01:50.157 INFO:tasks.workunit.client.0.smithi055.stdout: "client_quota", 2023-10-14T00:01:50.157 INFO:tasks.workunit.client.0.smithi055.stdout: "container_image", 2023-10-14T00:01:50.158 INFO:tasks.workunit.client.0.smithi055.stdout: "daemonize", 2023-10-14T00:01:50.158 INFO:tasks.workunit.client.0.smithi055.stdout: "debug_asserts_on_shutdown", 2023-10-14T00:01:50.158 INFO:tasks.workunit.client.0.smithi055.stdout: "debug_mgr", 2023-10-14T00:01:50.158 INFO:tasks.workunit.client.0.smithi055.stdout: "debug_mon", 2023-10-14T00:01:50.158 INFO:tasks.workunit.client.0.smithi055.stdout: "debug_ms", 2023-10-14T00:01:50.158 INFO:tasks.workunit.client.0.smithi055.stdout: "debug_osd", 2023-10-14T00:01:50.159 INFO:tasks.workunit.client.0.smithi055.stdout: "debug_paxos", 2023-10-14T00:01:50.159 INFO:tasks.workunit.client.0.smithi055.stdout: "keyring", 2023-10-14T00:01:50.159 INFO:tasks.workunit.client.0.smithi055.stdout: "leveldb_block_size", 2023-10-14T00:01:50.159 INFO:tasks.workunit.client.0.smithi055.stdout: "leveldb_cache_size", 2023-10-14T00:01:50.159 INFO:tasks.workunit.client.0.smithi055.stdout: "leveldb_compression", 2023-10-14T00:01:50.160 INFO:tasks.workunit.client.0.smithi055.stdout: "leveldb_log", 2023-10-14T00:01:50.160 INFO:tasks.workunit.client.0.smithi055.stdout: "leveldb_write_buffer_size", 2023-10-14T00:01:50.160 INFO:tasks.workunit.client.0.smithi055.stdout: "log_to_file", 2023-10-14T00:01:50.160 INFO:tasks.workunit.client.0.smithi055.stdout: "log_to_journald", 2023-10-14T00:01:50.160 INFO:tasks.workunit.client.0.smithi055.stdout: "log_to_stderr", 2023-10-14T00:01:50.160 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_allow_pool_delete", 2023-10-14T00:01:50.161 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_clock_drift_allowed", 2023-10-14T00:01:50.161 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_cluster_log_file_level", 2023-10-14T00:01:50.161 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_cluster_log_to_file", 2023-10-14T00:01:50.161 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_cluster_log_to_journald", 2023-10-14T00:01:50.161 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_cluster_log_to_stderr", 2023-10-14T00:01:50.162 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_data_avail_warn", 2023-10-14T00:01:50.162 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_election_default_strategy", 2023-10-14T00:01:50.162 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_host", 2023-10-14T00:01:50.162 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_max_pg_per_osd", 2023-10-14T00:01:50.162 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_mgr_mkfs_grace", 2023-10-14T00:01:50.162 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_osd_prime_pg_temp", 2023-10-14T00:01:50.163 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_osd_reporter_subtree_level", 2023-10-14T00:01:50.163 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_pg_warn_max_object_skew", 2023-10-14T00:01:50.163 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_reweight_min_bytes_per_osd", 2023-10-14T00:01:50.163 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_reweight_min_pgs_per_osd", 2023-10-14T00:01:50.163 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_warn_on_crush_straw_calc_version_zero", 2023-10-14T00:01:50.164 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_warn_on_insecure_global_id_reclaim", 2023-10-14T00:01:50.164 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_warn_on_insecure_global_id_reclaim_allowed", 2023-10-14T00:01:50.164 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_warn_on_legacy_crush_tunables", 2023-10-14T00:01:50.164 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_warn_on_osd_down_out_interval_zero", 2023-10-14T00:01:50.164 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_warn_on_pool_pg_num_not_power_of_two", 2023-10-14T00:01:50.164 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_warn_on_too_few_osds", 2023-10-14T00:01:50.165 INFO:tasks.workunit.client.0.smithi055.stdout: "ms_die_on_bug", 2023-10-14T00:01:50.165 INFO:tasks.workunit.client.0.smithi055.stdout: "ms_die_on_old_message", 2023-10-14T00:01:50.165 INFO:tasks.workunit.client.0.smithi055.stdout: "no_config_file", 2023-10-14T00:01:50.165 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_class_default_list", 2023-10-14T00:01:50.165 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_class_load_list", 2023-10-14T00:01:50.165 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_debug_misdirected_ops", 2023-10-14T00:01:50.166 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_debug_op_order", 2023-10-14T00:01:50.166 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_debug_pg_log_writeout", 2023-10-14T00:01:50.166 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_debug_shutdown", 2023-10-14T00:01:50.166 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_debug_verify_cached_snaps", 2023-10-14T00:01:50.166 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_debug_verify_missing_on_start", 2023-10-14T00:01:50.167 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_debug_verify_stray_on_activate", 2023-10-14T00:01:50.167 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_deep_scrub_update_digest_min_age", 2023-10-14T00:01:50.167 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mclock_profile", 2023-10-14T00:01:50.167 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mclock_scheduler_background_best_effort_lim", 2023-10-14T00:01:50.167 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mclock_scheduler_background_best_effort_res", 2023-10-14T00:01:50.167 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mclock_scheduler_background_best_effort_wgt", 2023-10-14T00:01:50.168 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mclock_scheduler_background_recovery_lim", 2023-10-14T00:01:50.168 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mclock_scheduler_background_recovery_res", 2023-10-14T00:01:50.168 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mclock_scheduler_background_recovery_wgt", 2023-10-14T00:01:50.168 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mclock_scheduler_client_lim", 2023-10-14T00:01:50.168 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mclock_scheduler_client_res", 2023-10-14T00:01:50.169 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mclock_scheduler_client_wgt", 2023-10-14T00:01:50.169 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_memory_target", 2023-10-14T00:01:50.169 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_memory_target_autotune", 2023-10-14T00:01:50.169 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_op_queue", 2023-10-14T00:01:50.169 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_op_queue_cut_off", 2023-10-14T00:01:50.169 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_pool_default_erasure_code_profile", 2023-10-14T00:01:50.170 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_pool_default_pg_autoscale_mode", 2023-10-14T00:01:50.170 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_recover_clone_overlap", 2023-10-14T00:01:50.170 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_recovery_max_chunk", 2023-10-14T00:01:50.170 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_scrub_load_threshold", 2023-10-14T00:01:50.170 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_scrub_max_interval", 2023-10-14T00:01:50.171 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_shutdown_pgref_assert", 2023-10-14T00:01:50.171 INFO:tasks.workunit.client.0.smithi055.stdout: "public_addr", 2023-10-14T00:01:50.171 INFO:tasks.workunit.client.0.smithi055.stdout: "public_addrv", 2023-10-14T00:01:50.171 INFO:tasks.workunit.client.0.smithi055.stdout: "public_network", 2023-10-14T00:01:50.171 INFO:tasks.workunit.client.0.smithi055.stdout: "rbd_default_features", 2023-10-14T00:01:50.171 INFO:tasks.workunit.client.0.smithi055.stdout: "rbd_qos_exclude_ops", 2023-10-14T00:01:50.172 INFO:tasks.workunit.client.0.smithi055.stdout: "setgroup", 2023-10-14T00:01:50.172 INFO:tasks.workunit.client.0.smithi055.stdout: "setuser" 2023-10-14T00:01:50.172 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:50.172 INFO:tasks.workunit.client.0.smithi055.stdout: "cluster_changed": [ 2023-10-14T00:01:50.172 INFO:tasks.workunit.client.0.smithi055.stdout: "auth_allow_insecure_global_id_reclaim", 2023-10-14T00:01:50.172 INFO:tasks.workunit.client.0.smithi055.stdout: "auth_debug", 2023-10-14T00:01:50.173 INFO:tasks.workunit.client.0.smithi055.stdout: "auth_mon_ticket_ttl", 2023-10-14T00:01:50.173 INFO:tasks.workunit.client.0.smithi055.stdout: "auth_service_ticket_ttl", 2023-10-14T00:01:50.173 INFO:tasks.workunit.client.0.smithi055.stdout: "bdev_debug_aio", 2023-10-14T00:01:50.173 INFO:tasks.workunit.client.0.smithi055.stdout: "container_image", 2023-10-14T00:01:50.173 INFO:tasks.workunit.client.0.smithi055.stdout: "debug_asserts_on_shutdown", 2023-10-14T00:01:50.174 INFO:tasks.workunit.client.0.smithi055.stdout: "debug_mgr", 2023-10-14T00:01:50.174 INFO:tasks.workunit.client.0.smithi055.stdout: "debug_mon", 2023-10-14T00:01:50.174 INFO:tasks.workunit.client.0.smithi055.stdout: "debug_ms", 2023-10-14T00:01:50.174 INFO:tasks.workunit.client.0.smithi055.stdout: "debug_osd", 2023-10-14T00:01:50.174 INFO:tasks.workunit.client.0.smithi055.stdout: "debug_paxos", 2023-10-14T00:01:50.174 INFO:tasks.workunit.client.0.smithi055.stdout: "log_to_file", 2023-10-14T00:01:50.175 INFO:tasks.workunit.client.0.smithi055.stdout: "log_to_journald", 2023-10-14T00:01:50.175 INFO:tasks.workunit.client.0.smithi055.stdout: "log_to_stderr", 2023-10-14T00:01:50.175 INFO:tasks.workunit.client.0.smithi055.stdout: "mds_join_fs", 2023-10-14T00:01:50.175 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr/cephadm/allow_ptrace", 2023-10-14T00:01:50.175 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr/cephadm/container_init", 2023-10-14T00:01:50.176 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr/cephadm/migration_current", 2023-10-14T00:01:50.176 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr/cephadm/use_repo_digest", 2023-10-14T00:01:50.176 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr/dashboard/ALERTMANAGER_API_HOST", 2023-10-14T00:01:50.176 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr/dashboard/GRAFANA_API_SSL_VERIFY", 2023-10-14T00:01:50.176 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr/dashboard/GRAFANA_API_URL", 2023-10-14T00:01:50.176 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr/dashboard/PROMETHEUS_API_HOST", 2023-10-14T00:01:50.177 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr/dashboard/ssl_server_port", 2023-10-14T00:01:50.177 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr/orchestrator/orchestrator", 2023-10-14T00:01:50.177 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr/telemetry/channel_ident", 2023-10-14T00:01:50.177 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr/telemetry/channel_perf", 2023-10-14T00:01:50.177 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr/telemetry/description", 2023-10-14T00:01:50.177 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr/telemetry/enabled", 2023-10-14T00:01:50.178 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr/telemetry/organization", 2023-10-14T00:01:50.178 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_allow_pool_delete", 2023-10-14T00:01:50.178 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_clock_drift_allowed", 2023-10-14T00:01:50.178 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_cluster_log_file_level", 2023-10-14T00:01:50.178 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_data_avail_warn", 2023-10-14T00:01:50.179 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_election_default_strategy", 2023-10-14T00:01:50.179 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_max_pg_per_osd", 2023-10-14T00:01:50.179 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_mgr_mkfs_grace", 2023-10-14T00:01:50.179 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_osd_prime_pg_temp", 2023-10-14T00:01:50.179 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_osd_reporter_subtree_level", 2023-10-14T00:01:50.180 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_pg_warn_max_object_skew", 2023-10-14T00:01:50.180 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_reweight_min_bytes_per_osd", 2023-10-14T00:01:50.180 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_reweight_min_pgs_per_osd", 2023-10-14T00:01:50.180 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_warn_on_crush_straw_calc_version_zero", 2023-10-14T00:01:50.180 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_warn_on_insecure_global_id_reclaim", 2023-10-14T00:01:50.180 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_warn_on_insecure_global_id_reclaim_allowed", 2023-10-14T00:01:50.181 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_warn_on_legacy_crush_tunables", 2023-10-14T00:01:50.181 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_warn_on_osd_down_out_interval_zero", 2023-10-14T00:01:50.181 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_warn_on_pool_pg_num_not_power_of_two", 2023-10-14T00:01:50.181 INFO:tasks.workunit.client.0.smithi055.stdout: "mon_warn_on_too_few_osds", 2023-10-14T00:01:50.181 INFO:tasks.workunit.client.0.smithi055.stdout: "ms_die_on_bug", 2023-10-14T00:01:50.182 INFO:tasks.workunit.client.0.smithi055.stdout: "ms_die_on_old_message", 2023-10-14T00:01:50.182 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_class_default_list", 2023-10-14T00:01:50.182 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_class_load_list", 2023-10-14T00:01:50.182 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_debug_misdirected_ops", 2023-10-14T00:01:50.182 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_debug_op_order", 2023-10-14T00:01:50.182 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_debug_pg_log_writeout", 2023-10-14T00:01:50.183 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_debug_shutdown", 2023-10-14T00:01:50.183 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_debug_verify_cached_snaps", 2023-10-14T00:01:50.183 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_debug_verify_missing_on_start", 2023-10-14T00:01:50.183 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_debug_verify_stray_on_activate", 2023-10-14T00:01:50.183 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_deep_scrub_update_digest_min_age", 2023-10-14T00:01:50.184 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mclock_profile", 2023-10-14T00:01:50.184 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_memory_target", 2023-10-14T00:01:50.184 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_memory_target_autotune", 2023-10-14T00:01:50.184 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_op_queue", 2023-10-14T00:01:50.184 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_op_queue_cut_off", 2023-10-14T00:01:50.184 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_pool_default_erasure_code_profile", 2023-10-14T00:01:50.185 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_pool_default_pg_autoscale_mode", 2023-10-14T00:01:50.185 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_recover_clone_overlap", 2023-10-14T00:01:50.185 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_recovery_max_chunk", 2023-10-14T00:01:50.185 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_scrub_load_threshold", 2023-10-14T00:01:50.185 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_scrub_max_interval", 2023-10-14T00:01:50.186 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_shutdown_pgref_assert", 2023-10-14T00:01:50.186 INFO:tasks.workunit.client.0.smithi055.stdout: "public_network", 2023-10-14T00:01:50.186 INFO:tasks.workunit.client.0.smithi055.stdout: "rgw_cache_enabled", 2023-10-14T00:01:50.186 INFO:tasks.workunit.client.0.smithi055.stdout: "rgw_enable_ops_log", 2023-10-14T00:01:50.186 INFO:tasks.workunit.client.0.smithi055.stdout: "rgw_enable_usage_log" 2023-10-14T00:01:50.186 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:50.187 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.187 INFO:tasks.workunit.client.0.smithi055.stdout: "contact": null, 2023-10-14T00:01:50.187 INFO:tasks.workunit.client.0.smithi055.stdout: "crashes": [], 2023-10-14T00:01:50.187 INFO:tasks.workunit.client.0.smithi055.stdout: "created": "2023-10-13T23:55:28.818488Z", 2023-10-14T00:01:50.187 INFO:tasks.workunit.client.0.smithi055.stdout: "crush": { 2023-10-14T00:01:50.188 INFO:tasks.workunit.client.0.smithi055.stdout: "bucket_algs": { 2023-10-14T00:01:50.188 INFO:tasks.workunit.client.0.smithi055.stdout: "straw2": 3 2023-10-14T00:01:50.188 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.188 INFO:tasks.workunit.client.0.smithi055.stdout: "bucket_sizes": { 2023-10-14T00:01:50.188 INFO:tasks.workunit.client.0.smithi055.stdout: "2": 1, 2023-10-14T00:01:50.189 INFO:tasks.workunit.client.0.smithi055.stdout: "4": 2 2023-10-14T00:01:50.189 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.189 INFO:tasks.workunit.client.0.smithi055.stdout: "bucket_types": { 2023-10-14T00:01:50.189 INFO:tasks.workunit.client.0.smithi055.stdout: "1": 2, 2023-10-14T00:01:50.189 INFO:tasks.workunit.client.0.smithi055.stdout: "11": 1 2023-10-14T00:01:50.189 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.190 INFO:tasks.workunit.client.0.smithi055.stdout: "compat_weight_set": false, 2023-10-14T00:01:50.190 INFO:tasks.workunit.client.0.smithi055.stdout: "device_classes": [ 2023-10-14T00:01:50.190 INFO:tasks.workunit.client.0.smithi055.stdout: 8 2023-10-14T00:01:50.190 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:50.190 INFO:tasks.workunit.client.0.smithi055.stdout: "num_buckets": 6, 2023-10-14T00:01:50.191 INFO:tasks.workunit.client.0.smithi055.stdout: "num_devices": 8, 2023-10-14T00:01:50.191 INFO:tasks.workunit.client.0.smithi055.stdout: "num_rules": 1, 2023-10-14T00:01:50.191 INFO:tasks.workunit.client.0.smithi055.stdout: "num_types": 12, 2023-10-14T00:01:50.191 INFO:tasks.workunit.client.0.smithi055.stdout: "num_weight_sets": 0, 2023-10-14T00:01:50.191 INFO:tasks.workunit.client.0.smithi055.stdout: "tunables": { 2023-10-14T00:01:50.191 INFO:tasks.workunit.client.0.smithi055.stdout: "allowed_bucket_algs": 54, 2023-10-14T00:01:50.192 INFO:tasks.workunit.client.0.smithi055.stdout: "choose_local_fallback_tries": 0, 2023-10-14T00:01:50.192 INFO:tasks.workunit.client.0.smithi055.stdout: "choose_local_tries": 0, 2023-10-14T00:01:50.192 INFO:tasks.workunit.client.0.smithi055.stdout: "choose_total_tries": 50, 2023-10-14T00:01:50.192 INFO:tasks.workunit.client.0.smithi055.stdout: "chooseleaf_descend_once": 1, 2023-10-14T00:01:50.192 INFO:tasks.workunit.client.0.smithi055.stdout: "chooseleaf_stable": 1, 2023-10-14T00:01:50.193 INFO:tasks.workunit.client.0.smithi055.stdout: "chooseleaf_vary_r": 1, 2023-10-14T00:01:50.193 INFO:tasks.workunit.client.0.smithi055.stdout: "has_v2_rules": 0, 2023-10-14T00:01:50.193 INFO:tasks.workunit.client.0.smithi055.stdout: "has_v3_rules": 0, 2023-10-14T00:01:50.193 INFO:tasks.workunit.client.0.smithi055.stdout: "has_v4_buckets": 1, 2023-10-14T00:01:50.193 INFO:tasks.workunit.client.0.smithi055.stdout: "has_v5_rules": 0, 2023-10-14T00:01:50.193 INFO:tasks.workunit.client.0.smithi055.stdout: "legacy_tunables": 0, 2023-10-14T00:01:50.194 INFO:tasks.workunit.client.0.smithi055.stdout: "minimum_required_version": "jewel", 2023-10-14T00:01:50.194 INFO:tasks.workunit.client.0.smithi055.stdout: "optimal_tunables": 1, 2023-10-14T00:01:50.194 INFO:tasks.workunit.client.0.smithi055.stdout: "profile": "jewel", 2023-10-14T00:01:50.194 INFO:tasks.workunit.client.0.smithi055.stdout: "require_feature_tunables": 1, 2023-10-14T00:01:50.194 INFO:tasks.workunit.client.0.smithi055.stdout: "require_feature_tunables2": 1, 2023-10-14T00:01:50.195 INFO:tasks.workunit.client.0.smithi055.stdout: "require_feature_tunables3": 1, 2023-10-14T00:01:50.195 INFO:tasks.workunit.client.0.smithi055.stdout: "require_feature_tunables5": 1, 2023-10-14T00:01:50.195 INFO:tasks.workunit.client.0.smithi055.stdout: "straw_calc_version": 1 2023-10-14T00:01:50.195 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.195 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.195 INFO:tasks.workunit.client.0.smithi055.stdout: "description": "upgrade test cluster", 2023-10-14T00:01:50.196 INFO:tasks.workunit.client.0.smithi055.stdout: "fs": { 2023-10-14T00:01:50.196 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 1, 2023-10-14T00:01:50.196 INFO:tasks.workunit.client.0.smithi055.stdout: "feature_flags": { 2023-10-14T00:01:50.196 INFO:tasks.workunit.client.0.smithi055.stdout: "enable_multiple": true, 2023-10-14T00:01:50.196 INFO:tasks.workunit.client.0.smithi055.stdout: "ever_enabled_multiple": true 2023-10-14T00:01:50.196 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.197 INFO:tasks.workunit.client.0.smithi055.stdout: "filesystems": [ 2023-10-14T00:01:50.197 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:50.197 INFO:tasks.workunit.client.0.smithi055.stdout: "approx_ctime": "2023-10", 2023-10-14T00:01:50.197 INFO:tasks.workunit.client.0.smithi055.stdout: "balancer_enabled": false, 2023-10-14T00:01:50.197 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.198 INFO:tasks.workunit.client.0.smithi055.stdout: "cached_caps": 0, 2023-10-14T00:01:50.198 INFO:tasks.workunit.client.0.smithi055.stdout: "cached_dns": 10, 2023-10-14T00:01:50.198 INFO:tasks.workunit.client.0.smithi055.stdout: "cached_inos": 13, 2023-10-14T00:01:50.198 INFO:tasks.workunit.client.0.smithi055.stdout: "cached_subtrees": 2, 2023-10-14T00:01:50.198 INFO:tasks.workunit.client.0.smithi055.stdout: "ever_allowed_features": 0, 2023-10-14T00:01:50.199 INFO:tasks.workunit.client.0.smithi055.stdout: "explicitly_allowed_features": 0, 2023-10-14T00:01:50.199 INFO:tasks.workunit.client.0.smithi055.stdout: "files": 0, 2023-10-14T00:01:50.199 INFO:tasks.workunit.client.0.smithi055.stdout: "max_mds": 1, 2023-10-14T00:01:50.199 INFO:tasks.workunit.client.0.smithi055.stdout: "num_data_pools": 1, 2023-10-14T00:01:50.199 INFO:tasks.workunit.client.0.smithi055.stdout: "num_in": 1, 2023-10-14T00:01:50.199 INFO:tasks.workunit.client.0.smithi055.stdout: "num_mds": 1, 2023-10-14T00:01:50.200 INFO:tasks.workunit.client.0.smithi055.stdout: "num_sessions": 0, 2023-10-14T00:01:50.200 INFO:tasks.workunit.client.0.smithi055.stdout: "num_standby_replay": 0, 2023-10-14T00:01:50.200 INFO:tasks.workunit.client.0.smithi055.stdout: "num_up": 1, 2023-10-14T00:01:50.200 INFO:tasks.workunit.client.0.smithi055.stdout: "snaps": 0, 2023-10-14T00:01:50.200 INFO:tasks.workunit.client.0.smithi055.stdout: "standby_count_wanted": 0 2023-10-14T00:01:50.201 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.201 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:50.201 INFO:tasks.workunit.client.0.smithi055.stdout: "num_standby_mds": 1, 2023-10-14T00:01:50.201 INFO:tasks.workunit.client.0.smithi055.stdout: "total_num_mds": 2 2023-10-14T00:01:50.201 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.201 INFO:tasks.workunit.client.0.smithi055.stdout: "heap_stats": { 2023-10-14T00:01:50.202 INFO:tasks.workunit.client.0.smithi055.stdout: "mds": { 2023-10-14T00:01:50.202 INFO:tasks.workunit.client.0.smithi055.stdout: "mds.e513189af8e16af30d759e02fa4360520f3b5a75": { 2023-10-14T00:01:50.202 INFO:tasks.workunit.client.0.smithi055.stdout: "actual_memory_used": 19218432, 2023-10-14T00:01:50.202 INFO:tasks.workunit.client.0.smithi055.stdout: "central_cache_freelist": 313640, 2023-10-14T00:01:50.202 INFO:tasks.workunit.client.0.smithi055.stdout: "malloc_metadata": 2752512, 2023-10-14T00:01:50.203 INFO:tasks.workunit.client.0.smithi055.stdout: "page_heap_freelist": 196608, 2023-10-14T00:01:50.203 INFO:tasks.workunit.client.0.smithi055.stdout: "released_to_os": 0, 2023-10-14T00:01:50.203 INFO:tasks.workunit.client.0.smithi055.stdout: "spans_in_use": 302, 2023-10-14T00:01:50.203 INFO:tasks.workunit.client.0.smithi055.stdout: "tcmalloc_page_size": 8192, 2023-10-14T00:01:50.203 INFO:tasks.workunit.client.0.smithi055.stdout: "thread_cache_freelists": 1028552, 2023-10-14T00:01:50.203 INFO:tasks.workunit.client.0.smithi055.stdout: "thread_heaps_in_use": 12, 2023-10-14T00:01:50.204 INFO:tasks.workunit.client.0.smithi055.stdout: "transfer_cache_freelist": 504832, 2023-10-14T00:01:50.204 INFO:tasks.workunit.client.0.smithi055.stdout: "use_by_application": 14422288, 2023-10-14T00:01:50.204 INFO:tasks.workunit.client.0.smithi055.stdout: "virtual_address_space_used": 19218432 2023-10-14T00:01:50.204 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.204 INFO:tasks.workunit.client.0.smithi055.stdout: "mds.fe904ab04ef150d6a4985b523e27aa3168a6aa96": { 2023-10-14T00:01:50.205 INFO:tasks.workunit.client.0.smithi055.stdout: "actual_memory_used": 21307392, 2023-10-14T00:01:50.205 INFO:tasks.workunit.client.0.smithi055.stdout: "central_cache_freelist": 496256, 2023-10-14T00:01:50.205 INFO:tasks.workunit.client.0.smithi055.stdout: "malloc_metadata": 2752512, 2023-10-14T00:01:50.205 INFO:tasks.workunit.client.0.smithi055.stdout: "page_heap_freelist": 1032192, 2023-10-14T00:01:50.205 INFO:tasks.workunit.client.0.smithi055.stdout: "released_to_os": 8192, 2023-10-14T00:01:50.205 INFO:tasks.workunit.client.0.smithi055.stdout: "spans_in_use": 382, 2023-10-14T00:01:50.206 INFO:tasks.workunit.client.0.smithi055.stdout: "tcmalloc_page_size": 8192, 2023-10-14T00:01:50.206 INFO:tasks.workunit.client.0.smithi055.stdout: "thread_cache_freelists": 1145048, 2023-10-14T00:01:50.206 INFO:tasks.workunit.client.0.smithi055.stdout: "thread_heaps_in_use": 20, 2023-10-14T00:01:50.206 INFO:tasks.workunit.client.0.smithi055.stdout: "transfer_cache_freelist": 1084928, 2023-10-14T00:01:50.206 INFO:tasks.workunit.client.0.smithi055.stdout: "use_by_application": 14796456, 2023-10-14T00:01:50.206 INFO:tasks.workunit.client.0.smithi055.stdout: "virtual_address_space_used": 21315584 2023-10-14T00:01:50.207 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.207 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.207 INFO:tasks.workunit.client.0.smithi055.stdout: "mon": { 2023-10-14T00:01:50.207 INFO:tasks.workunit.client.0.smithi055.stdout: "mon.4ad42e274cc0bc9b8d575c1c862599e300500f8e": { 2023-10-14T00:01:50.207 INFO:tasks.workunit.client.0.smithi055.stdout: "actual_memory_used": 36921344, 2023-10-14T00:01:50.208 INFO:tasks.workunit.client.0.smithi055.stdout: "central_cache_freelist": 1577648, 2023-10-14T00:01:50.208 INFO:tasks.workunit.client.0.smithi055.stdout: "malloc_metadata": 2752512, 2023-10-14T00:01:50.208 INFO:tasks.workunit.client.0.smithi055.stdout: "page_heap_freelist": 876544, 2023-10-14T00:01:50.208 INFO:tasks.workunit.client.0.smithi055.stdout: "released_to_os": 9666560, 2023-10-14T00:01:50.208 INFO:tasks.workunit.client.0.smithi055.stdout: "spans_in_use": 1013, 2023-10-14T00:01:50.208 INFO:tasks.workunit.client.0.smithi055.stdout: "tcmalloc_page_size": 8192, 2023-10-14T00:01:50.209 INFO:tasks.workunit.client.0.smithi055.stdout: "thread_cache_freelists": 6736048, 2023-10-14T00:01:50.209 INFO:tasks.workunit.client.0.smithi055.stdout: "thread_heaps_in_use": 21, 2023-10-14T00:01:50.209 INFO:tasks.workunit.client.0.smithi055.stdout: "transfer_cache_freelist": 1400832, 2023-10-14T00:01:50.209 INFO:tasks.workunit.client.0.smithi055.stdout: "use_by_application": 23577760, 2023-10-14T00:01:50.209 INFO:tasks.workunit.client.0.smithi055.stdout: "virtual_address_space_used": 46587904 2023-10-14T00:01:50.210 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.210 INFO:tasks.workunit.client.0.smithi055.stdout: "mon.e513189af8e16af30d759e02fa4360520f3b5a75": { 2023-10-14T00:01:50.210 INFO:tasks.workunit.client.0.smithi055.stdout: "actual_memory_used": 43311104, 2023-10-14T00:01:50.210 INFO:tasks.workunit.client.0.smithi055.stdout: "central_cache_freelist": 1417864, 2023-10-14T00:01:50.210 INFO:tasks.workunit.client.0.smithi055.stdout: "malloc_metadata": 2752512, 2023-10-14T00:01:50.210 INFO:tasks.workunit.client.0.smithi055.stdout: "page_heap_freelist": 0, 2023-10-14T00:01:50.211 INFO:tasks.workunit.client.0.smithi055.stdout: "released_to_os": 4235264, 2023-10-14T00:01:50.211 INFO:tasks.workunit.client.0.smithi055.stdout: "spans_in_use": 1512, 2023-10-14T00:01:50.211 INFO:tasks.workunit.client.0.smithi055.stdout: "tcmalloc_page_size": 8192, 2023-10-14T00:01:50.211 INFO:tasks.workunit.client.0.smithi055.stdout: "thread_cache_freelists": 9512856, 2023-10-14T00:01:50.211 INFO:tasks.workunit.client.0.smithi055.stdout: "thread_heaps_in_use": 23, 2023-10-14T00:01:50.211 INFO:tasks.workunit.client.0.smithi055.stdout: "transfer_cache_freelist": 2665984, 2023-10-14T00:01:50.212 INFO:tasks.workunit.client.0.smithi055.stdout: "use_by_application": 26961888, 2023-10-14T00:01:50.212 INFO:tasks.workunit.client.0.smithi055.stdout: "virtual_address_space_used": 47546368 2023-10-14T00:01:50.212 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.212 INFO:tasks.workunit.client.0.smithi055.stdout: "mon.fe904ab04ef150d6a4985b523e27aa3168a6aa96": { 2023-10-14T00:01:50.212 INFO:tasks.workunit.client.0.smithi055.stdout: "actual_memory_used": 35594240, 2023-10-14T00:01:50.213 INFO:tasks.workunit.client.0.smithi055.stdout: "central_cache_freelist": 772952, 2023-10-14T00:01:50.213 INFO:tasks.workunit.client.0.smithi055.stdout: "malloc_metadata": 2752512, 2023-10-14T00:01:50.213 INFO:tasks.workunit.client.0.smithi055.stdout: "page_heap_freelist": 16384, 2023-10-14T00:01:50.213 INFO:tasks.workunit.client.0.smithi055.stdout: "released_to_os": 10985472, 2023-10-14T00:01:50.213 INFO:tasks.workunit.client.0.smithi055.stdout: "spans_in_use": 1093, 2023-10-14T00:01:50.213 INFO:tasks.workunit.client.0.smithi055.stdout: "tcmalloc_page_size": 8192, 2023-10-14T00:01:50.214 INFO:tasks.workunit.client.0.smithi055.stdout: "thread_cache_freelists": 7440536, 2023-10-14T00:01:50.214 INFO:tasks.workunit.client.0.smithi055.stdout: "thread_heaps_in_use": 21, 2023-10-14T00:01:50.214 INFO:tasks.workunit.client.0.smithi055.stdout: "transfer_cache_freelist": 1532928, 2023-10-14T00:01:50.214 INFO:tasks.workunit.client.0.smithi055.stdout: "use_by_application": 23078928, 2023-10-14T00:01:50.214 INFO:tasks.workunit.client.0.smithi055.stdout: "virtual_address_space_used": 46579712 2023-10-14T00:01:50.214 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.215 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.215 INFO:tasks.workunit.client.0.smithi055.stdout: "osd": { 2023-10-14T00:01:50.215 INFO:tasks.workunit.client.0.smithi055.stdout: "osd.0": { 2023-10-14T00:01:50.215 INFO:tasks.workunit.client.0.smithi055.stdout: "actual_memory_used": 272719872, 2023-10-14T00:01:50.215 INFO:tasks.workunit.client.0.smithi055.stdout: "central_cache_freelist": 913528, 2023-10-14T00:01:50.216 INFO:tasks.workunit.client.0.smithi055.stdout: "malloc_metadata": 2883584, 2023-10-14T00:01:50.216 INFO:tasks.workunit.client.0.smithi055.stdout: "page_heap_freelist": 0, 2023-10-14T00:01:50.216 INFO:tasks.workunit.client.0.smithi055.stdout: "released_to_os": 1073152, 2023-10-14T00:01:50.216 INFO:tasks.workunit.client.0.smithi055.stdout: "spans_in_use": 1275, 2023-10-14T00:01:50.216 INFO:tasks.workunit.client.0.smithi055.stdout: "tcmalloc_page_size": 8192, 2023-10-14T00:01:50.216 INFO:tasks.workunit.client.0.smithi055.stdout: "thread_cache_freelists": 5006912, 2023-10-14T00:01:50.217 INFO:tasks.workunit.client.0.smithi055.stdout: "thread_heaps_in_use": 45, 2023-10-14T00:01:50.217 INFO:tasks.workunit.client.0.smithi055.stdout: "transfer_cache_freelist": 2565376, 2023-10-14T00:01:50.217 INFO:tasks.workunit.client.0.smithi055.stdout: "use_by_application": 261350472, 2023-10-14T00:01:50.217 INFO:tasks.workunit.client.0.smithi055.stdout: "virtual_address_space_used": 273793024 2023-10-14T00:01:50.217 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.218 INFO:tasks.workunit.client.0.smithi055.stdout: "osd.1": { 2023-10-14T00:01:50.218 INFO:tasks.workunit.client.0.smithi055.stdout: "actual_memory_used": 239140864, 2023-10-14T00:01:50.218 INFO:tasks.workunit.client.0.smithi055.stdout: "central_cache_freelist": 929736, 2023-10-14T00:01:50.218 INFO:tasks.workunit.client.0.smithi055.stdout: "malloc_metadata": 2883584, 2023-10-14T00:01:50.218 INFO:tasks.workunit.client.0.smithi055.stdout: "page_heap_freelist": 0, 2023-10-14T00:01:50.219 INFO:tasks.workunit.client.0.smithi055.stdout: "released_to_os": 114688, 2023-10-14T00:01:50.219 INFO:tasks.workunit.client.0.smithi055.stdout: "spans_in_use": 1232, 2023-10-14T00:01:50.219 INFO:tasks.workunit.client.0.smithi055.stdout: "tcmalloc_page_size": 8192, 2023-10-14T00:01:50.219 INFO:tasks.workunit.client.0.smithi055.stdout: "thread_cache_freelists": 5009232, 2023-10-14T00:01:50.219 INFO:tasks.workunit.client.0.smithi055.stdout: "thread_heaps_in_use": 46, 2023-10-14T00:01:50.219 INFO:tasks.workunit.client.0.smithi055.stdout: "transfer_cache_freelist": 2429184, 2023-10-14T00:01:50.220 INFO:tasks.workunit.client.0.smithi055.stdout: "use_by_application": 227889128, 2023-10-14T00:01:50.220 INFO:tasks.workunit.client.0.smithi055.stdout: "virtual_address_space_used": 239255552 2023-10-14T00:01:50.220 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.220 INFO:tasks.workunit.client.0.smithi055.stdout: "osd.2": { 2023-10-14T00:01:50.220 INFO:tasks.workunit.client.0.smithi055.stdout: "actual_memory_used": 239558656, 2023-10-14T00:01:50.220 INFO:tasks.workunit.client.0.smithi055.stdout: "central_cache_freelist": 856016, 2023-10-14T00:01:50.221 INFO:tasks.workunit.client.0.smithi055.stdout: "malloc_metadata": 4980736, 2023-10-14T00:01:50.221 INFO:tasks.workunit.client.0.smithi055.stdout: "page_heap_freelist": 0, 2023-10-14T00:01:50.221 INFO:tasks.workunit.client.0.smithi055.stdout: "released_to_os": 1662976, 2023-10-14T00:01:50.221 INFO:tasks.workunit.client.0.smithi055.stdout: "spans_in_use": 1149, 2023-10-14T00:01:50.221 INFO:tasks.workunit.client.0.smithi055.stdout: "tcmalloc_page_size": 8192, 2023-10-14T00:01:50.222 INFO:tasks.workunit.client.0.smithi055.stdout: "thread_cache_freelists": 4349024, 2023-10-14T00:01:50.222 INFO:tasks.workunit.client.0.smithi055.stdout: "thread_heaps_in_use": 46, 2023-10-14T00:01:50.222 INFO:tasks.workunit.client.0.smithi055.stdout: "transfer_cache_freelist": 2435840, 2023-10-14T00:01:50.222 INFO:tasks.workunit.client.0.smithi055.stdout: "use_by_application": 226937040, 2023-10-14T00:01:50.222 INFO:tasks.workunit.client.0.smithi055.stdout: "virtual_address_space_used": 241221632 2023-10-14T00:01:50.223 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.223 INFO:tasks.workunit.client.0.smithi055.stdout: "osd.3": { 2023-10-14T00:01:50.223 INFO:tasks.workunit.client.0.smithi055.stdout: "actual_memory_used": 270860288, 2023-10-14T00:01:50.223 INFO:tasks.workunit.client.0.smithi055.stdout: "central_cache_freelist": 588080, 2023-10-14T00:01:50.223 INFO:tasks.workunit.client.0.smithi055.stdout: "malloc_metadata": 2883584, 2023-10-14T00:01:50.223 INFO:tasks.workunit.client.0.smithi055.stdout: "page_heap_freelist": 0, 2023-10-14T00:01:50.224 INFO:tasks.workunit.client.0.smithi055.stdout: "released_to_os": 1949696, 2023-10-14T00:01:50.224 INFO:tasks.workunit.client.0.smithi055.stdout: "spans_in_use": 1126, 2023-10-14T00:01:50.224 INFO:tasks.workunit.client.0.smithi055.stdout: "tcmalloc_page_size": 8192, 2023-10-14T00:01:50.224 INFO:tasks.workunit.client.0.smithi055.stdout: "thread_cache_freelists": 4518744, 2023-10-14T00:01:50.224 INFO:tasks.workunit.client.0.smithi055.stdout: "thread_heaps_in_use": 45, 2023-10-14T00:01:50.224 INFO:tasks.workunit.client.0.smithi055.stdout: "transfer_cache_freelist": 1831168, 2023-10-14T00:01:50.225 INFO:tasks.workunit.client.0.smithi055.stdout: "use_by_application": 261038712, 2023-10-14T00:01:50.225 INFO:tasks.workunit.client.0.smithi055.stdout: "virtual_address_space_used": 272809984 2023-10-14T00:01:50.225 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.225 INFO:tasks.workunit.client.0.smithi055.stdout: "osd.4": { 2023-10-14T00:01:50.225 INFO:tasks.workunit.client.0.smithi055.stdout: "actual_memory_used": 271065088, 2023-10-14T00:01:50.226 INFO:tasks.workunit.client.0.smithi055.stdout: "central_cache_freelist": 608728, 2023-10-14T00:01:50.226 INFO:tasks.workunit.client.0.smithi055.stdout: "malloc_metadata": 2883584, 2023-10-14T00:01:50.226 INFO:tasks.workunit.client.0.smithi055.stdout: "page_heap_freelist": 0, 2023-10-14T00:01:50.226 INFO:tasks.workunit.client.0.smithi055.stdout: "released_to_os": 630784, 2023-10-14T00:01:50.226 INFO:tasks.workunit.client.0.smithi055.stdout: "spans_in_use": 1138, 2023-10-14T00:01:50.226 INFO:tasks.workunit.client.0.smithi055.stdout: "tcmalloc_page_size": 8192, 2023-10-14T00:01:50.227 INFO:tasks.workunit.client.0.smithi055.stdout: "thread_cache_freelists": 4917872, 2023-10-14T00:01:50.227 INFO:tasks.workunit.client.0.smithi055.stdout: "thread_heaps_in_use": 47, 2023-10-14T00:01:50.227 INFO:tasks.workunit.client.0.smithi055.stdout: "transfer_cache_freelist": 1531904, 2023-10-14T00:01:50.227 INFO:tasks.workunit.client.0.smithi055.stdout: "use_by_application": 261123000, 2023-10-14T00:01:50.227 INFO:tasks.workunit.client.0.smithi055.stdout: "virtual_address_space_used": 271695872 2023-10-14T00:01:50.228 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.228 INFO:tasks.workunit.client.0.smithi055.stdout: "osd.5": { 2023-10-14T00:01:50.228 INFO:tasks.workunit.client.0.smithi055.stdout: "actual_memory_used": 240533504, 2023-10-14T00:01:50.228 INFO:tasks.workunit.client.0.smithi055.stdout: "central_cache_freelist": 1000920, 2023-10-14T00:01:50.228 INFO:tasks.workunit.client.0.smithi055.stdout: "malloc_metadata": 4980736, 2023-10-14T00:01:50.228 INFO:tasks.workunit.client.0.smithi055.stdout: "page_heap_freelist": 0, 2023-10-14T00:01:50.229 INFO:tasks.workunit.client.0.smithi055.stdout: "released_to_os": 819200, 2023-10-14T00:01:50.229 INFO:tasks.workunit.client.0.smithi055.stdout: "spans_in_use": 1158, 2023-10-14T00:01:50.229 INFO:tasks.workunit.client.0.smithi055.stdout: "tcmalloc_page_size": 8192, 2023-10-14T00:01:50.229 INFO:tasks.workunit.client.0.smithi055.stdout: "thread_cache_freelists": 4874960, 2023-10-14T00:01:50.229 INFO:tasks.workunit.client.0.smithi055.stdout: "thread_heaps_in_use": 46, 2023-10-14T00:01:50.230 INFO:tasks.workunit.client.0.smithi055.stdout: "transfer_cache_freelist": 1619712, 2023-10-14T00:01:50.230 INFO:tasks.workunit.client.0.smithi055.stdout: "use_by_application": 228057176, 2023-10-14T00:01:50.230 INFO:tasks.workunit.client.0.smithi055.stdout: "virtual_address_space_used": 241352704 2023-10-14T00:01:50.230 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.230 INFO:tasks.workunit.client.0.smithi055.stdout: "osd.6": { 2023-10-14T00:01:50.230 INFO:tasks.workunit.client.0.smithi055.stdout: "actual_memory_used": 238256128, 2023-10-14T00:01:50.231 INFO:tasks.workunit.client.0.smithi055.stdout: "central_cache_freelist": 1154560, 2023-10-14T00:01:50.231 INFO:tasks.workunit.client.0.smithi055.stdout: "malloc_metadata": 2883584, 2023-10-14T00:01:50.231 INFO:tasks.workunit.client.0.smithi055.stdout: "page_heap_freelist": 0, 2023-10-14T00:01:50.231 INFO:tasks.workunit.client.0.smithi055.stdout: "released_to_os": 933888, 2023-10-14T00:01:50.231 INFO:tasks.workunit.client.0.smithi055.stdout: "spans_in_use": 1163, 2023-10-14T00:01:50.232 INFO:tasks.workunit.client.0.smithi055.stdout: "tcmalloc_page_size": 8192, 2023-10-14T00:01:50.232 INFO:tasks.workunit.client.0.smithi055.stdout: "thread_cache_freelists": 4845328, 2023-10-14T00:01:50.232 INFO:tasks.workunit.client.0.smithi055.stdout: "thread_heaps_in_use": 46, 2023-10-14T00:01:50.232 INFO:tasks.workunit.client.0.smithi055.stdout: "transfer_cache_freelist": 1960448, 2023-10-14T00:01:50.232 INFO:tasks.workunit.client.0.smithi055.stdout: "use_by_application": 227412208, 2023-10-14T00:01:50.232 INFO:tasks.workunit.client.0.smithi055.stdout: "virtual_address_space_used": 239190016 2023-10-14T00:01:50.233 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.233 INFO:tasks.workunit.client.0.smithi055.stdout: "osd.7": { 2023-10-14T00:01:50.233 INFO:tasks.workunit.client.0.smithi055.stdout: "actual_memory_used": 238952448, 2023-10-14T00:01:50.233 INFO:tasks.workunit.client.0.smithi055.stdout: "central_cache_freelist": 1152488, 2023-10-14T00:01:50.233 INFO:tasks.workunit.client.0.smithi055.stdout: "malloc_metadata": 2883584, 2023-10-14T00:01:50.233 INFO:tasks.workunit.client.0.smithi055.stdout: "page_heap_freelist": 0, 2023-10-14T00:01:50.234 INFO:tasks.workunit.client.0.smithi055.stdout: "released_to_os": 303104, 2023-10-14T00:01:50.234 INFO:tasks.workunit.client.0.smithi055.stdout: "spans_in_use": 1217, 2023-10-14T00:01:50.234 INFO:tasks.workunit.client.0.smithi055.stdout: "tcmalloc_page_size": 8192, 2023-10-14T00:01:50.234 INFO:tasks.workunit.client.0.smithi055.stdout: "thread_cache_freelists": 5120776, 2023-10-14T00:01:50.234 INFO:tasks.workunit.client.0.smithi055.stdout: "thread_heaps_in_use": 45, 2023-10-14T00:01:50.235 INFO:tasks.workunit.client.0.smithi055.stdout: "transfer_cache_freelist": 2086144, 2023-10-14T00:01:50.235 INFO:tasks.workunit.client.0.smithi055.stdout: "use_by_application": 227709456, 2023-10-14T00:01:50.235 INFO:tasks.workunit.client.0.smithi055.stdout: "virtual_address_space_used": 239255552 2023-10-14T00:01:50.235 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.235 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.236 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.236 INFO:tasks.workunit.client.0.smithi055.stdout: "hosts": { 2023-10-14T00:01:50.236 INFO:tasks.workunit.client.0.smithi055.stdout: "num": 2, 2023-10-14T00:01:50.236 INFO:tasks.workunit.client.0.smithi055.stdout: "num_with_mds": 2, 2023-10-14T00:01:50.236 INFO:tasks.workunit.client.0.smithi055.stdout: "num_with_mgr": 2, 2023-10-14T00:01:50.236 INFO:tasks.workunit.client.0.smithi055.stdout: "num_with_mon": 2, 2023-10-14T00:01:50.237 INFO:tasks.workunit.client.0.smithi055.stdout: "num_with_osd": 2 2023-10-14T00:01:50.237 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.237 INFO:tasks.workunit.client.0.smithi055.stdout: "io_rate": { 2023-10-14T00:01:50.237 INFO:tasks.workunit.client.0.smithi055.stdout: "pg_stats_delta": { 2023-10-14T00:01:50.237 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": 0, 2023-10-14T00:01:50.237 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:50.238 INFO:tasks.workunit.client.0.smithi055.stdout: "num_store_stats": 0, 2023-10-14T00:01:50.238 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:50.238 INFO:tasks.workunit.client.0.smithi055.stdout: "stamp_delta": "12.002378", 2023-10-14T00:01:50.238 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:50.238 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 282, 2023-10-14T00:01:50.239 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:50.239 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:50.239 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:50.239 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:50.239 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:50.239 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:50.240 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:50.240 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:50.240 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:50.240 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:50.240 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:50.241 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:50.241 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:50.241 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:50.241 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:50.241 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:50.241 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:50.242 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:50.242 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:50.242 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:50.242 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:50.242 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:50.243 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:50.243 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:50.243 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:50.243 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:50.243 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:50.243 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:50.244 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:50.244 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:50.244 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:50.244 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:50.244 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 100, 2023-10-14T00:01:50.244 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 90, 2023-10-14T00:01:50.245 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:50.245 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:50.245 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:50.245 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 43, 2023-10-14T00:01:50.245 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 3 2023-10-14T00:01:50.246 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.246 INFO:tasks.workunit.client.0.smithi055.stdout: "store_stats": { 2023-10-14T00:01:50.246 INFO:tasks.workunit.client.0.smithi055.stdout: "allocated": 0, 2023-10-14T00:01:50.246 INFO:tasks.workunit.client.0.smithi055.stdout: "available": 0, 2023-10-14T00:01:50.246 INFO:tasks.workunit.client.0.smithi055.stdout: "data_compressed": 0, 2023-10-14T00:01:50.246 INFO:tasks.workunit.client.0.smithi055.stdout: "data_compressed_allocated": 0, 2023-10-14T00:01:50.247 INFO:tasks.workunit.client.0.smithi055.stdout: "data_compressed_original": 0, 2023-10-14T00:01:50.247 INFO:tasks.workunit.client.0.smithi055.stdout: "data_stored": 0, 2023-10-14T00:01:50.247 INFO:tasks.workunit.client.0.smithi055.stdout: "internal_metadata": 0, 2023-10-14T00:01:50.247 INFO:tasks.workunit.client.0.smithi055.stdout: "internally_reserved": 0, 2023-10-14T00:01:50.247 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_allocated": 0, 2023-10-14T00:01:50.248 INFO:tasks.workunit.client.0.smithi055.stdout: "total": 0 2023-10-14T00:01:50.248 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.248 INFO:tasks.workunit.client.0.smithi055.stdout: "up": 0 2023-10-14T00:01:50.248 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.248 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.248 INFO:tasks.workunit.client.0.smithi055.stdout: "leaderboard": false, 2023-10-14T00:01:50.249 INFO:tasks.workunit.client.0.smithi055.stdout: "license": "sharing-1-0", 2023-10-14T00:01:50.249 INFO:tasks.workunit.client.0.smithi055.stdout: "mempool": { 2023-10-14T00:01:50.249 INFO:tasks.workunit.client.0.smithi055.stdout: "mds": { 2023-10-14T00:01:50.249 INFO:tasks.workunit.client.0.smithi055.stdout: "mds.e513189af8e16af30d759e02fa4360520f3b5a75": { 2023-10-14T00:01:50.249 INFO:tasks.workunit.client.0.smithi055.stdout: "bloom_filter": { 2023-10-14T00:01:50.250 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.250 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.250 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.250 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs": { 2023-10-14T00:01:50.250 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.251 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.251 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.251 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs_file_reader": { 2023-10-14T00:01:50.251 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.251 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.251 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.252 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs_file_writer": { 2023-10-14T00:01:50.252 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.252 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.252 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.252 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Blob": { 2023-10-14T00:01:50.252 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.253 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.253 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.253 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Buffer": { 2023-10-14T00:01:50.253 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.253 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.253 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.254 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Extent": { 2023-10-14T00:01:50.254 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.254 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.254 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.254 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_SharedBlob": { 2023-10-14T00:01:50.255 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.255 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.255 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.255 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_alloc": { 2023-10-14T00:01:50.255 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.255 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.256 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.256 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_data": { 2023-10-14T00:01:50.256 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.256 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.256 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.256 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_meta": { 2023-10-14T00:01:50.257 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.257 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.257 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.257 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_onode": { 2023-10-14T00:01:50.257 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.257 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.258 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.258 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_other": { 2023-10-14T00:01:50.258 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.258 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.258 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.259 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_fsck": { 2023-10-14T00:01:50.259 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.259 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.259 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.259 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_inline_bl": { 2023-10-14T00:01:50.260 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.260 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.260 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.260 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_txc": { 2023-10-14T00:01:50.260 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.260 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.261 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.261 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_writing": { 2023-10-14T00:01:50.261 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.261 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.261 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.262 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_writing_deferred": { 2023-10-14T00:01:50.262 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.262 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.262 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.262 INFO:tasks.workunit.client.0.smithi055.stdout: "buffer_anon": { 2023-10-14T00:01:50.262 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 149321, 2023-10-14T00:01:50.263 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 32 2023-10-14T00:01:50.263 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.263 INFO:tasks.workunit.client.0.smithi055.stdout: "buffer_meta": { 2023-10-14T00:01:50.263 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.263 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.264 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.264 INFO:tasks.workunit.client.0.smithi055.stdout: "mds_co": { 2023-10-14T00:01:50.264 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 856, 2023-10-14T00:01:50.264 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 2 2023-10-14T00:01:50.264 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.264 INFO:tasks.workunit.client.0.smithi055.stdout: "osd": { 2023-10-14T00:01:50.265 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.265 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.265 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.265 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mapbl": { 2023-10-14T00:01:50.265 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.265 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.266 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.266 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_pglog": { 2023-10-14T00:01:50.266 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.266 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.266 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.267 INFO:tasks.workunit.client.0.smithi055.stdout: "osdmap": { 2023-10-14T00:01:50.267 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.267 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.267 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.267 INFO:tasks.workunit.client.0.smithi055.stdout: "osdmap_mapping": { 2023-10-14T00:01:50.267 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.268 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.268 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.268 INFO:tasks.workunit.client.0.smithi055.stdout: "pgmap": { 2023-10-14T00:01:50.268 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.268 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.269 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.269 INFO:tasks.workunit.client.0.smithi055.stdout: "unittest_1": { 2023-10-14T00:01:50.269 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.269 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.269 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.269 INFO:tasks.workunit.client.0.smithi055.stdout: "unittest_2": { 2023-10-14T00:01:50.270 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.270 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.270 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.270 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.270 INFO:tasks.workunit.client.0.smithi055.stdout: "mds.fe904ab04ef150d6a4985b523e27aa3168a6aa96": { 2023-10-14T00:01:50.271 INFO:tasks.workunit.client.0.smithi055.stdout: "bloom_filter": { 2023-10-14T00:01:50.271 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.271 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.271 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.271 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs": { 2023-10-14T00:01:50.271 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.272 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.272 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.272 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs_file_reader": { 2023-10-14T00:01:50.272 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.272 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.272 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.273 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs_file_writer": { 2023-10-14T00:01:50.273 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.273 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.273 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.273 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Blob": { 2023-10-14T00:01:50.274 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.274 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.274 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.274 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Buffer": { 2023-10-14T00:01:50.274 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.274 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.275 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.275 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Extent": { 2023-10-14T00:01:50.275 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.275 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.275 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.276 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_SharedBlob": { 2023-10-14T00:01:50.276 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.276 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.276 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.276 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_alloc": { 2023-10-14T00:01:50.276 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.277 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.277 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.277 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_data": { 2023-10-14T00:01:50.277 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.277 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.277 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.278 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_meta": { 2023-10-14T00:01:50.278 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.278 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.278 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.278 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_onode": { 2023-10-14T00:01:50.279 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.279 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.279 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.279 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_other": { 2023-10-14T00:01:50.279 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.280 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.280 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.280 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_fsck": { 2023-10-14T00:01:50.280 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.280 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.280 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.281 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_inline_bl": { 2023-10-14T00:01:50.281 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.281 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.281 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.281 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_txc": { 2023-10-14T00:01:50.281 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.282 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.282 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.282 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_writing": { 2023-10-14T00:01:50.282 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.282 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.283 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.283 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_writing_deferred": { 2023-10-14T00:01:50.283 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.283 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.283 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.284 INFO:tasks.workunit.client.0.smithi055.stdout: "buffer_anon": { 2023-10-14T00:01:50.284 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 213383, 2023-10-14T00:01:50.284 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 63 2023-10-14T00:01:50.284 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.284 INFO:tasks.workunit.client.0.smithi055.stdout: "buffer_meta": { 2023-10-14T00:01:50.284 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.285 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.285 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.285 INFO:tasks.workunit.client.0.smithi055.stdout: "mds_co": { 2023-10-14T00:01:50.285 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 50488, 2023-10-14T00:01:50.285 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 208 2023-10-14T00:01:50.286 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.286 INFO:tasks.workunit.client.0.smithi055.stdout: "osd": { 2023-10-14T00:01:50.286 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.286 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.286 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.287 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mapbl": { 2023-10-14T00:01:50.287 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.287 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.287 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.287 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_pglog": { 2023-10-14T00:01:50.287 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.288 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.288 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.288 INFO:tasks.workunit.client.0.smithi055.stdout: "osdmap": { 2023-10-14T00:01:50.288 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 7848, 2023-10-14T00:01:50.288 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 124 2023-10-14T00:01:50.289 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.289 INFO:tasks.workunit.client.0.smithi055.stdout: "osdmap_mapping": { 2023-10-14T00:01:50.289 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.289 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.289 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.289 INFO:tasks.workunit.client.0.smithi055.stdout: "pgmap": { 2023-10-14T00:01:50.290 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.290 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.290 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.290 INFO:tasks.workunit.client.0.smithi055.stdout: "unittest_1": { 2023-10-14T00:01:50.290 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.291 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.291 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.291 INFO:tasks.workunit.client.0.smithi055.stdout: "unittest_2": { 2023-10-14T00:01:50.291 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.291 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.292 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.292 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.292 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.292 INFO:tasks.workunit.client.0.smithi055.stdout: "mon": { 2023-10-14T00:01:50.292 INFO:tasks.workunit.client.0.smithi055.stdout: "mon.4ad42e274cc0bc9b8d575c1c862599e300500f8e": { 2023-10-14T00:01:50.292 INFO:tasks.workunit.client.0.smithi055.stdout: "bloom_filter": { 2023-10-14T00:01:50.293 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.293 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.293 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.293 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs": { 2023-10-14T00:01:50.293 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.294 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.294 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.294 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs_file_reader": { 2023-10-14T00:01:50.294 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.294 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.294 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.295 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs_file_writer": { 2023-10-14T00:01:50.295 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.296 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.296 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.297 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Blob": { 2023-10-14T00:01:50.297 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.297 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.297 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.297 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Buffer": { 2023-10-14T00:01:50.297 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.298 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.298 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.298 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Extent": { 2023-10-14T00:01:50.298 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.298 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.299 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.299 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_SharedBlob": { 2023-10-14T00:01:50.299 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.299 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.299 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.299 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_alloc": { 2023-10-14T00:01:50.300 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.300 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.300 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.300 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_data": { 2023-10-14T00:01:50.300 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.301 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.301 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.301 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_meta": { 2023-10-14T00:01:50.301 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.301 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.301 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.302 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_onode": { 2023-10-14T00:01:50.302 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.302 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.302 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.302 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_other": { 2023-10-14T00:01:50.303 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.303 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.303 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.303 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_fsck": { 2023-10-14T00:01:50.303 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.304 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.304 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.304 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_inline_bl": { 2023-10-14T00:01:50.304 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.304 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.305 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.305 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_txc": { 2023-10-14T00:01:50.305 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.305 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.305 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.305 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_writing": { 2023-10-14T00:01:50.306 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.306 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.306 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.306 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_writing_deferred": { 2023-10-14T00:01:50.306 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.307 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.307 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.307 INFO:tasks.workunit.client.0.smithi055.stdout: "buffer_anon": { 2023-10-14T00:01:50.307 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 1063783, 2023-10-14T00:01:50.307 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 348 2023-10-14T00:01:50.307 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.308 INFO:tasks.workunit.client.0.smithi055.stdout: "buffer_meta": { 2023-10-14T00:01:50.308 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.308 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.308 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.308 INFO:tasks.workunit.client.0.smithi055.stdout: "mds_co": { 2023-10-14T00:01:50.309 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.309 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.309 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.309 INFO:tasks.workunit.client.0.smithi055.stdout: "osd": { 2023-10-14T00:01:50.309 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.309 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.310 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.310 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mapbl": { 2023-10-14T00:01:50.310 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.310 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.310 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.311 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_pglog": { 2023-10-14T00:01:50.311 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.311 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.311 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.311 INFO:tasks.workunit.client.0.smithi055.stdout: "osdmap": { 2023-10-14T00:01:50.311 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 6496, 2023-10-14T00:01:50.312 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 123 2023-10-14T00:01:50.312 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.312 INFO:tasks.workunit.client.0.smithi055.stdout: "osdmap_mapping": { 2023-10-14T00:01:50.312 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 12744, 2023-10-14T00:01:50.312 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 1546 2023-10-14T00:01:50.313 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.313 INFO:tasks.workunit.client.0.smithi055.stdout: "pgmap": { 2023-10-14T00:01:50.313 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 5152, 2023-10-14T00:01:50.313 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 83 2023-10-14T00:01:50.313 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.314 INFO:tasks.workunit.client.0.smithi055.stdout: "unittest_1": { 2023-10-14T00:01:50.314 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.314 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.314 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.314 INFO:tasks.workunit.client.0.smithi055.stdout: "unittest_2": { 2023-10-14T00:01:50.314 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.315 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.315 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.315 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.315 INFO:tasks.workunit.client.0.smithi055.stdout: "mon.e513189af8e16af30d759e02fa4360520f3b5a75": { 2023-10-14T00:01:50.315 INFO:tasks.workunit.client.0.smithi055.stdout: "bloom_filter": { 2023-10-14T00:01:50.316 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.316 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.316 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.316 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs": { 2023-10-14T00:01:50.316 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.316 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.317 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.317 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs_file_reader": { 2023-10-14T00:01:50.317 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.317 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.317 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.318 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs_file_writer": { 2023-10-14T00:01:50.318 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.318 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.318 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.318 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Blob": { 2023-10-14T00:01:50.318 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.319 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.319 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.319 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Buffer": { 2023-10-14T00:01:50.319 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.319 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.320 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.320 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Extent": { 2023-10-14T00:01:50.320 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.320 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.320 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.321 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_SharedBlob": { 2023-10-14T00:01:50.321 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.321 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.321 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.321 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_alloc": { 2023-10-14T00:01:50.321 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.322 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.322 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.322 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_data": { 2023-10-14T00:01:50.322 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.322 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.323 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.323 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_meta": { 2023-10-14T00:01:50.323 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.323 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.323 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.323 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_onode": { 2023-10-14T00:01:50.324 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.324 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.324 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.324 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_other": { 2023-10-14T00:01:50.324 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.325 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.325 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.325 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_fsck": { 2023-10-14T00:01:50.325 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.325 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.325 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.326 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_inline_bl": { 2023-10-14T00:01:50.326 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.326 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.326 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.326 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_txc": { 2023-10-14T00:01:50.327 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.327 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.327 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.327 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_writing": { 2023-10-14T00:01:50.327 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.328 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.328 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.328 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_writing_deferred": { 2023-10-14T00:01:50.328 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.328 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.328 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.329 INFO:tasks.workunit.client.0.smithi055.stdout: "buffer_anon": { 2023-10-14T00:01:50.329 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 1141271, 2023-10-14T00:01:50.329 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 331 2023-10-14T00:01:50.329 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.329 INFO:tasks.workunit.client.0.smithi055.stdout: "buffer_meta": { 2023-10-14T00:01:50.329 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 528, 2023-10-14T00:01:50.330 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 6 2023-10-14T00:01:50.330 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.330 INFO:tasks.workunit.client.0.smithi055.stdout: "mds_co": { 2023-10-14T00:01:50.330 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.330 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.331 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.331 INFO:tasks.workunit.client.0.smithi055.stdout: "osd": { 2023-10-14T00:01:50.331 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.331 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.331 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.331 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mapbl": { 2023-10-14T00:01:50.332 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.332 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.332 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.332 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_pglog": { 2023-10-14T00:01:50.332 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.333 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.333 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.333 INFO:tasks.workunit.client.0.smithi055.stdout: "osdmap": { 2023-10-14T00:01:50.333 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 6496, 2023-10-14T00:01:50.333 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 123 2023-10-14T00:01:50.333 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.334 INFO:tasks.workunit.client.0.smithi055.stdout: "osdmap_mapping": { 2023-10-14T00:01:50.334 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 12744, 2023-10-14T00:01:50.334 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 1546 2023-10-14T00:01:50.334 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.334 INFO:tasks.workunit.client.0.smithi055.stdout: "pgmap": { 2023-10-14T00:01:50.335 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 10304, 2023-10-14T00:01:50.335 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 166 2023-10-14T00:01:50.335 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.335 INFO:tasks.workunit.client.0.smithi055.stdout: "unittest_1": { 2023-10-14T00:01:50.335 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.335 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.336 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.336 INFO:tasks.workunit.client.0.smithi055.stdout: "unittest_2": { 2023-10-14T00:01:50.336 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.336 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.336 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.336 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.337 INFO:tasks.workunit.client.0.smithi055.stdout: "mon.fe904ab04ef150d6a4985b523e27aa3168a6aa96": { 2023-10-14T00:01:50.337 INFO:tasks.workunit.client.0.smithi055.stdout: "bloom_filter": { 2023-10-14T00:01:50.337 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.337 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.337 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.338 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs": { 2023-10-14T00:01:50.338 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.338 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.338 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.338 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs_file_reader": { 2023-10-14T00:01:50.338 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.339 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.339 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.339 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs_file_writer": { 2023-10-14T00:01:50.339 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.339 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.340 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.340 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Blob": { 2023-10-14T00:01:50.340 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.340 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.340 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.341 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Buffer": { 2023-10-14T00:01:50.341 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.341 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.341 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.341 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Extent": { 2023-10-14T00:01:50.341 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.342 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.342 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.342 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_SharedBlob": { 2023-10-14T00:01:50.342 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.342 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.343 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.343 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_alloc": { 2023-10-14T00:01:50.343 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.343 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.343 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.343 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_data": { 2023-10-14T00:01:50.344 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.344 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.344 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.344 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_meta": { 2023-10-14T00:01:50.344 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.345 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.345 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.345 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_onode": { 2023-10-14T00:01:50.345 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.345 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.345 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.346 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_other": { 2023-10-14T00:01:50.346 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.346 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.346 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.346 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_fsck": { 2023-10-14T00:01:50.347 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.347 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.347 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.347 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_inline_bl": { 2023-10-14T00:01:50.347 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.348 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.348 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.348 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_txc": { 2023-10-14T00:01:50.348 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.348 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.349 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.349 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_writing": { 2023-10-14T00:01:50.349 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.349 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.349 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.349 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_writing_deferred": { 2023-10-14T00:01:50.350 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.350 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.350 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.350 INFO:tasks.workunit.client.0.smithi055.stdout: "buffer_anon": { 2023-10-14T00:01:50.350 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 1082663, 2023-10-14T00:01:50.351 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 344 2023-10-14T00:01:50.351 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.351 INFO:tasks.workunit.client.0.smithi055.stdout: "buffer_meta": { 2023-10-14T00:01:50.351 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.351 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.352 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.352 INFO:tasks.workunit.client.0.smithi055.stdout: "mds_co": { 2023-10-14T00:01:50.352 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.352 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.352 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.352 INFO:tasks.workunit.client.0.smithi055.stdout: "osd": { 2023-10-14T00:01:50.353 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.353 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.353 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.353 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mapbl": { 2023-10-14T00:01:50.353 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.354 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.354 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.354 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_pglog": { 2023-10-14T00:01:50.354 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.354 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.355 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.355 INFO:tasks.workunit.client.0.smithi055.stdout: "osdmap": { 2023-10-14T00:01:50.355 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 6496, 2023-10-14T00:01:50.355 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 123 2023-10-14T00:01:50.355 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.355 INFO:tasks.workunit.client.0.smithi055.stdout: "osdmap_mapping": { 2023-10-14T00:01:50.356 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 12744, 2023-10-14T00:01:50.356 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 1546 2023-10-14T00:01:50.356 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.356 INFO:tasks.workunit.client.0.smithi055.stdout: "pgmap": { 2023-10-14T00:01:50.356 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 5152, 2023-10-14T00:01:50.356 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 83 2023-10-14T00:01:50.357 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.357 INFO:tasks.workunit.client.0.smithi055.stdout: "unittest_1": { 2023-10-14T00:01:50.357 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.357 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.357 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.358 INFO:tasks.workunit.client.0.smithi055.stdout: "unittest_2": { 2023-10-14T00:01:50.358 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.358 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.358 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.358 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.359 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.359 INFO:tasks.workunit.client.0.smithi055.stdout: "osd": { 2023-10-14T00:01:50.359 INFO:tasks.workunit.client.0.smithi055.stdout: "osd.0": { 2023-10-14T00:01:50.359 INFO:tasks.workunit.client.0.smithi055.stdout: "bloom_filter": { 2023-10-14T00:01:50.359 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.359 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.360 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.360 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs": { 2023-10-14T00:01:50.360 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 5832, 2023-10-14T00:01:50.360 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 98 2023-10-14T00:01:50.360 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.361 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs_file_reader": { 2023-10-14T00:01:50.361 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 12672, 2023-10-14T00:01:50.361 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 6 2023-10-14T00:01:50.361 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.361 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs_file_writer": { 2023-10-14T00:01:50.362 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 576, 2023-10-14T00:01:50.362 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 3 2023-10-14T00:01:50.362 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.362 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Blob": { 2023-10-14T00:01:50.362 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 19600, 2023-10-14T00:01:50.362 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 175 2023-10-14T00:01:50.363 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.363 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Buffer": { 2023-10-14T00:01:50.363 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 784, 2023-10-14T00:01:50.363 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 7 2023-10-14T00:01:50.363 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.364 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Extent": { 2023-10-14T00:01:50.364 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 8400, 2023-10-14T00:01:50.364 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 175 2023-10-14T00:01:50.364 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.364 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_SharedBlob": { 2023-10-14T00:01:50.364 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 19600, 2023-10-14T00:01:50.365 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 175 2023-10-14T00:01:50.365 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.365 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_alloc": { 2023-10-14T00:01:50.365 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 1360, 2023-10-14T00:01:50.365 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 17 2023-10-14T00:01:50.366 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.366 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_data": { 2023-10-14T00:01:50.366 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 154158, 2023-10-14T00:01:50.366 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 8 2023-10-14T00:01:50.366 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.367 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_meta": { 2023-10-14T00:01:50.367 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 48767, 2023-10-14T00:01:50.367 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 9045 2023-10-14T00:01:50.367 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.367 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_onode": { 2023-10-14T00:01:50.367 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 130560, 2023-10-14T00:01:50.368 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 192 2023-10-14T00:01:50.368 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.368 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_other": { 2023-10-14T00:01:50.368 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 11048, 2023-10-14T00:01:50.368 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 709 2023-10-14T00:01:50.369 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.369 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_fsck": { 2023-10-14T00:01:50.369 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.369 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.369 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.369 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_inline_bl": { 2023-10-14T00:01:50.370 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 30592, 2023-10-14T00:01:50.370 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 192 2023-10-14T00:01:50.370 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.370 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_txc": { 2023-10-14T00:01:50.370 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.371 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.371 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.371 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_writing": { 2023-10-14T00:01:50.371 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 388308, 2023-10-14T00:01:50.371 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 87 2023-10-14T00:01:50.371 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.372 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_writing_deferred": { 2023-10-14T00:01:50.372 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.372 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.372 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.372 INFO:tasks.workunit.client.0.smithi055.stdout: "buffer_anon": { 2023-10-14T00:01:50.373 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 2449662, 2023-10-14T00:01:50.373 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 194 2023-10-14T00:01:50.373 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.373 INFO:tasks.workunit.client.0.smithi055.stdout: "buffer_meta": { 2023-10-14T00:01:50.373 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 5896, 2023-10-14T00:01:50.374 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 67 2023-10-14T00:01:50.374 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.374 INFO:tasks.workunit.client.0.smithi055.stdout: "mds_co": { 2023-10-14T00:01:50.374 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.374 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.375 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.375 INFO:tasks.workunit.client.0.smithi055.stdout: "osd": { 2023-10-14T00:01:50.375 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 521280, 2023-10-14T00:01:50.375 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 45 2023-10-14T00:01:50.375 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.375 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mapbl": { 2023-10-14T00:01:50.376 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.376 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.376 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.376 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_pglog": { 2023-10-14T00:01:50.376 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 118560, 2023-10-14T00:01:50.377 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 232 2023-10-14T00:01:50.377 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.377 INFO:tasks.workunit.client.0.smithi055.stdout: "osdmap": { 2023-10-14T00:01:50.377 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 215448, 2023-10-14T00:01:50.377 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 3354 2023-10-14T00:01:50.377 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.378 INFO:tasks.workunit.client.0.smithi055.stdout: "osdmap_mapping": { 2023-10-14T00:01:50.378 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.378 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.378 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.378 INFO:tasks.workunit.client.0.smithi055.stdout: "pgmap": { 2023-10-14T00:01:50.379 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.379 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.379 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.379 INFO:tasks.workunit.client.0.smithi055.stdout: "unittest_1": { 2023-10-14T00:01:50.379 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.380 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.380 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.380 INFO:tasks.workunit.client.0.smithi055.stdout: "unittest_2": { 2023-10-14T00:01:50.380 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.380 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.380 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.381 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.381 INFO:tasks.workunit.client.0.smithi055.stdout: "osd.1": { 2023-10-14T00:01:50.381 INFO:tasks.workunit.client.0.smithi055.stdout: "bloom_filter": { 2023-10-14T00:01:50.381 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.381 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.381 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.382 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs": { 2023-10-14T00:01:50.382 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 5832, 2023-10-14T00:01:50.382 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 98 2023-10-14T00:01:50.382 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.382 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs_file_reader": { 2023-10-14T00:01:50.383 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 12672, 2023-10-14T00:01:50.383 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 6 2023-10-14T00:01:50.383 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.383 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs_file_writer": { 2023-10-14T00:01:50.383 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 576, 2023-10-14T00:01:50.383 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 3 2023-10-14T00:01:50.384 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.384 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Blob": { 2023-10-14T00:01:50.384 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 18256, 2023-10-14T00:01:50.384 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 163 2023-10-14T00:01:50.384 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.385 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Buffer": { 2023-10-14T00:01:50.385 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 1232, 2023-10-14T00:01:50.385 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 11 2023-10-14T00:01:50.385 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.385 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Extent": { 2023-10-14T00:01:50.386 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 7824, 2023-10-14T00:01:50.386 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 163 2023-10-14T00:01:50.386 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.386 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_SharedBlob": { 2023-10-14T00:01:50.386 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 18256, 2023-10-14T00:01:50.387 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 163 2023-10-14T00:01:50.387 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.387 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_alloc": { 2023-10-14T00:01:50.387 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 720, 2023-10-14T00:01:50.387 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 9 2023-10-14T00:01:50.387 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.388 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_data": { 2023-10-14T00:01:50.388 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 12288, 2023-10-14T00:01:50.388 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 3 2023-10-14T00:01:50.388 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.388 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_meta": { 2023-10-14T00:01:50.389 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 43655, 2023-10-14T00:01:50.389 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 8179 2023-10-14T00:01:50.389 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.389 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_onode": { 2023-10-14T00:01:50.389 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 122400, 2023-10-14T00:01:50.390 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 180 2023-10-14T00:01:50.390 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.390 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_other": { 2023-10-14T00:01:50.390 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 9276, 2023-10-14T00:01:50.390 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 539 2023-10-14T00:01:50.390 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.391 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_fsck": { 2023-10-14T00:01:50.391 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.391 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.391 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.391 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_inline_bl": { 2023-10-14T00:01:50.392 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 26916, 2023-10-14T00:01:50.392 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 180 2023-10-14T00:01:50.392 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.392 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_txc": { 2023-10-14T00:01:50.393 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 1472, 2023-10-14T00:01:50.393 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 2 2023-10-14T00:01:50.393 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.393 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_writing": { 2023-10-14T00:01:50.393 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 419202, 2023-10-14T00:01:50.394 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 94 2023-10-14T00:01:50.394 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.394 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_writing_deferred": { 2023-10-14T00:01:50.394 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 40192, 2023-10-14T00:01:50.394 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 10 2023-10-14T00:01:50.395 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.395 INFO:tasks.workunit.client.0.smithi055.stdout: "buffer_anon": { 2023-10-14T00:01:50.395 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 2442426, 2023-10-14T00:01:50.395 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 187 2023-10-14T00:01:50.395 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.396 INFO:tasks.workunit.client.0.smithi055.stdout: "buffer_meta": { 2023-10-14T00:01:50.396 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 5016, 2023-10-14T00:01:50.396 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 57 2023-10-14T00:01:50.396 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.396 INFO:tasks.workunit.client.0.smithi055.stdout: "mds_co": { 2023-10-14T00:01:50.396 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.397 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.397 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.397 INFO:tasks.workunit.client.0.smithi055.stdout: "osd": { 2023-10-14T00:01:50.397 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 451776, 2023-10-14T00:01:50.397 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 39 2023-10-14T00:01:50.398 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.398 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mapbl": { 2023-10-14T00:01:50.398 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.398 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.398 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.399 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_pglog": { 2023-10-14T00:01:50.399 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 7280, 2023-10-14T00:01:50.399 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 18 2023-10-14T00:01:50.399 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.399 INFO:tasks.workunit.client.0.smithi055.stdout: "osdmap": { 2023-10-14T00:01:50.400 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 215448, 2023-10-14T00:01:50.400 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 3354 2023-10-14T00:01:50.400 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.400 INFO:tasks.workunit.client.0.smithi055.stdout: "osdmap_mapping": { 2023-10-14T00:01:50.400 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.401 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.401 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.401 INFO:tasks.workunit.client.0.smithi055.stdout: "pgmap": { 2023-10-14T00:01:50.401 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.401 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.401 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.402 INFO:tasks.workunit.client.0.smithi055.stdout: "unittest_1": { 2023-10-14T00:01:50.402 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.402 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.402 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.402 INFO:tasks.workunit.client.0.smithi055.stdout: "unittest_2": { 2023-10-14T00:01:50.403 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.403 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.403 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.403 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.403 INFO:tasks.workunit.client.0.smithi055.stdout: "osd.2": { 2023-10-14T00:01:50.404 INFO:tasks.workunit.client.0.smithi055.stdout: "bloom_filter": { 2023-10-14T00:01:50.404 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.404 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.404 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.404 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs": { 2023-10-14T00:01:50.404 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 5832, 2023-10-14T00:01:50.405 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 98 2023-10-14T00:01:50.405 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.405 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs_file_reader": { 2023-10-14T00:01:50.405 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 12672, 2023-10-14T00:01:50.405 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 6 2023-10-14T00:01:50.406 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.406 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs_file_writer": { 2023-10-14T00:01:50.406 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 576, 2023-10-14T00:01:50.406 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 3 2023-10-14T00:01:50.406 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.407 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Blob": { 2023-10-14T00:01:50.407 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 18144, 2023-10-14T00:01:50.407 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 162 2023-10-14T00:01:50.407 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.407 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Buffer": { 2023-10-14T00:01:50.408 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 1344, 2023-10-14T00:01:50.408 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 12 2023-10-14T00:01:50.408 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.408 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Extent": { 2023-10-14T00:01:50.408 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 7776, 2023-10-14T00:01:50.408 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 162 2023-10-14T00:01:50.409 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.409 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_SharedBlob": { 2023-10-14T00:01:50.409 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 18144, 2023-10-14T00:01:50.409 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 162 2023-10-14T00:01:50.409 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.410 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_alloc": { 2023-10-14T00:01:50.410 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 720, 2023-10-14T00:01:50.410 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 9 2023-10-14T00:01:50.410 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.410 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_data": { 2023-10-14T00:01:50.411 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 22475, 2023-10-14T00:01:50.411 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 5 2023-10-14T00:01:50.411 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.411 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_meta": { 2023-10-14T00:01:50.411 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 41736, 2023-10-14T00:01:50.412 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 7870 2023-10-14T00:01:50.412 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.412 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_onode": { 2023-10-14T00:01:50.412 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 116960, 2023-10-14T00:01:50.412 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 172 2023-10-14T00:01:50.412 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.413 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_other": { 2023-10-14T00:01:50.413 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 8024, 2023-10-14T00:01:50.413 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 487 2023-10-14T00:01:50.413 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.413 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_fsck": { 2023-10-14T00:01:50.414 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.414 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.414 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.414 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_inline_bl": { 2023-10-14T00:01:50.414 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 25036, 2023-10-14T00:01:50.415 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 172 2023-10-14T00:01:50.415 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.415 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_txc": { 2023-10-14T00:01:50.415 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 1472, 2023-10-14T00:01:50.415 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 2 2023-10-14T00:01:50.416 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.416 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_writing": { 2023-10-14T00:01:50.416 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 330759, 2023-10-14T00:01:50.416 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 73 2023-10-14T00:01:50.416 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.416 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_writing_deferred": { 2023-10-14T00:01:50.417 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 40192, 2023-10-14T00:01:50.417 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 10 2023-10-14T00:01:50.417 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.417 INFO:tasks.workunit.client.0.smithi055.stdout: "buffer_anon": { 2023-10-14T00:01:50.417 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 2461680, 2023-10-14T00:01:50.418 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 191 2023-10-14T00:01:50.418 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.418 INFO:tasks.workunit.client.0.smithi055.stdout: "buffer_meta": { 2023-10-14T00:01:50.418 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 4488, 2023-10-14T00:01:50.418 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 51 2023-10-14T00:01:50.419 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.419 INFO:tasks.workunit.client.0.smithi055.stdout: "mds_co": { 2023-10-14T00:01:50.419 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.419 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.419 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.420 INFO:tasks.workunit.client.0.smithi055.stdout: "osd": { 2023-10-14T00:01:50.420 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 359104, 2023-10-14T00:01:50.420 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 31 2023-10-14T00:01:50.420 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.420 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mapbl": { 2023-10-14T00:01:50.420 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.421 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.421 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.421 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_pglog": { 2023-10-14T00:01:50.421 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 8320, 2023-10-14T00:01:50.421 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 24 2023-10-14T00:01:50.422 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.422 INFO:tasks.workunit.client.0.smithi055.stdout: "osdmap": { 2023-10-14T00:01:50.422 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 216280, 2023-10-14T00:01:50.422 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 3400 2023-10-14T00:01:50.422 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.423 INFO:tasks.workunit.client.0.smithi055.stdout: "osdmap_mapping": { 2023-10-14T00:01:50.423 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.423 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.423 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.423 INFO:tasks.workunit.client.0.smithi055.stdout: "pgmap": { 2023-10-14T00:01:50.424 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.424 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.424 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.424 INFO:tasks.workunit.client.0.smithi055.stdout: "unittest_1": { 2023-10-14T00:01:50.424 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.424 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.425 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.425 INFO:tasks.workunit.client.0.smithi055.stdout: "unittest_2": { 2023-10-14T00:01:50.425 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.425 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.425 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.426 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.426 INFO:tasks.workunit.client.0.smithi055.stdout: "osd.3": { 2023-10-14T00:01:50.426 INFO:tasks.workunit.client.0.smithi055.stdout: "bloom_filter": { 2023-10-14T00:01:50.426 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.426 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.427 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.427 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs": { 2023-10-14T00:01:50.427 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 5832, 2023-10-14T00:01:50.427 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 98 2023-10-14T00:01:50.427 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.427 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs_file_reader": { 2023-10-14T00:01:50.428 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 12672, 2023-10-14T00:01:50.428 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 6 2023-10-14T00:01:50.428 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.428 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs_file_writer": { 2023-10-14T00:01:50.428 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 576, 2023-10-14T00:01:50.429 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 3 2023-10-14T00:01:50.429 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.429 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Blob": { 2023-10-14T00:01:50.429 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 18704, 2023-10-14T00:01:50.429 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 167 2023-10-14T00:01:50.430 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.430 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Buffer": { 2023-10-14T00:01:50.430 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 224, 2023-10-14T00:01:50.430 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 2 2023-10-14T00:01:50.430 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.431 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Extent": { 2023-10-14T00:01:50.431 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 8016, 2023-10-14T00:01:50.431 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 167 2023-10-14T00:01:50.431 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.431 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_SharedBlob": { 2023-10-14T00:01:50.431 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 18704, 2023-10-14T00:01:50.432 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 167 2023-10-14T00:01:50.432 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.432 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_alloc": { 2023-10-14T00:01:50.432 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 560, 2023-10-14T00:01:50.432 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 7 2023-10-14T00:01:50.433 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.433 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_data": { 2023-10-14T00:01:50.433 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.433 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.433 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.434 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_meta": { 2023-10-14T00:01:50.434 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 42486, 2023-10-14T00:01:50.434 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 8099 2023-10-14T00:01:50.434 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.434 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_onode": { 2023-10-14T00:01:50.435 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 121040, 2023-10-14T00:01:50.435 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 178 2023-10-14T00:01:50.435 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.435 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_other": { 2023-10-14T00:01:50.435 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 9004, 2023-10-14T00:01:50.435 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 543 2023-10-14T00:01:50.436 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.436 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_fsck": { 2023-10-14T00:01:50.436 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.436 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.436 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.437 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_inline_bl": { 2023-10-14T00:01:50.437 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 25732, 2023-10-14T00:01:50.437 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 178 2023-10-14T00:01:50.437 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.437 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_txc": { 2023-10-14T00:01:50.438 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 2208, 2023-10-14T00:01:50.438 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 3 2023-10-14T00:01:50.438 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.438 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_writing": { 2023-10-14T00:01:50.438 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 236611, 2023-10-14T00:01:50.439 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 50 2023-10-14T00:01:50.439 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.439 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_writing_deferred": { 2023-10-14T00:01:50.439 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 30637, 2023-10-14T00:01:50.439 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 9 2023-10-14T00:01:50.440 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.440 INFO:tasks.workunit.client.0.smithi055.stdout: "buffer_anon": { 2023-10-14T00:01:50.440 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 2429272, 2023-10-14T00:01:50.440 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 183 2023-10-14T00:01:50.440 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.441 INFO:tasks.workunit.client.0.smithi055.stdout: "buffer_meta": { 2023-10-14T00:01:50.441 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 4576, 2023-10-14T00:01:50.441 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 52 2023-10-14T00:01:50.441 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.441 INFO:tasks.workunit.client.0.smithi055.stdout: "mds_co": { 2023-10-14T00:01:50.441 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.442 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.442 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.442 INFO:tasks.workunit.client.0.smithi055.stdout: "osd": { 2023-10-14T00:01:50.442 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 417024, 2023-10-14T00:01:50.442 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 36 2023-10-14T00:01:50.443 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.443 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mapbl": { 2023-10-14T00:01:50.443 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.443 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.443 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.444 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_pglog": { 2023-10-14T00:01:50.444 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 10400, 2023-10-14T00:01:50.444 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 20 2023-10-14T00:01:50.444 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.444 INFO:tasks.workunit.client.0.smithi055.stdout: "osdmap": { 2023-10-14T00:01:50.445 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 215768, 2023-10-14T00:01:50.445 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 3376 2023-10-14T00:01:50.445 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.445 INFO:tasks.workunit.client.0.smithi055.stdout: "osdmap_mapping": { 2023-10-14T00:01:50.445 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.446 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.446 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.446 INFO:tasks.workunit.client.0.smithi055.stdout: "pgmap": { 2023-10-14T00:01:50.446 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.446 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.447 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.447 INFO:tasks.workunit.client.0.smithi055.stdout: "unittest_1": { 2023-10-14T00:01:50.447 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.447 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.447 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.447 INFO:tasks.workunit.client.0.smithi055.stdout: "unittest_2": { 2023-10-14T00:01:50.448 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.448 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.448 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.448 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.448 INFO:tasks.workunit.client.0.smithi055.stdout: "osd.4": { 2023-10-14T00:01:50.449 INFO:tasks.workunit.client.0.smithi055.stdout: "bloom_filter": { 2023-10-14T00:01:50.449 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.449 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.449 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.449 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs": { 2023-10-14T00:01:50.449 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 5832, 2023-10-14T00:01:50.450 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 98 2023-10-14T00:01:50.450 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.450 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs_file_reader": { 2023-10-14T00:01:50.450 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 12672, 2023-10-14T00:01:50.450 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 6 2023-10-14T00:01:50.451 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.451 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs_file_writer": { 2023-10-14T00:01:50.451 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 576, 2023-10-14T00:01:50.451 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 3 2023-10-14T00:01:50.451 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.452 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Blob": { 2023-10-14T00:01:50.452 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 18592, 2023-10-14T00:01:50.452 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 166 2023-10-14T00:01:50.452 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.452 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Buffer": { 2023-10-14T00:01:50.453 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 560, 2023-10-14T00:01:50.453 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 5 2023-10-14T00:01:50.453 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.453 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Extent": { 2023-10-14T00:01:50.453 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 7968, 2023-10-14T00:01:50.454 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 166 2023-10-14T00:01:50.454 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.454 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_SharedBlob": { 2023-10-14T00:01:50.454 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 18592, 2023-10-14T00:01:50.454 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 166 2023-10-14T00:01:50.454 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.455 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_alloc": { 2023-10-14T00:01:50.455 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 640, 2023-10-14T00:01:50.455 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 8 2023-10-14T00:01:50.455 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.455 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_data": { 2023-10-14T00:01:50.456 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.456 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.456 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.456 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_meta": { 2023-10-14T00:01:50.456 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 43198, 2023-10-14T00:01:50.457 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 8221 2023-10-14T00:01:50.457 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.457 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_onode": { 2023-10-14T00:01:50.457 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 123080, 2023-10-14T00:01:50.457 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 181 2023-10-14T00:01:50.457 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.458 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_other": { 2023-10-14T00:01:50.458 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 9304, 2023-10-14T00:01:50.458 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 543 2023-10-14T00:01:50.458 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.458 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_fsck": { 2023-10-14T00:01:50.459 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.459 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.459 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.459 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_inline_bl": { 2023-10-14T00:01:50.459 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 26668, 2023-10-14T00:01:50.460 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 181 2023-10-14T00:01:50.460 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.460 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_txc": { 2023-10-14T00:01:50.460 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 736, 2023-10-14T00:01:50.460 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 1 2023-10-14T00:01:50.461 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.461 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_writing": { 2023-10-14T00:01:50.461 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 906329, 2023-10-14T00:01:50.461 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 70 2023-10-14T00:01:50.461 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.462 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_writing_deferred": { 2023-10-14T00:01:50.462 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 24192, 2023-10-14T00:01:50.462 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 6 2023-10-14T00:01:50.462 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.462 INFO:tasks.workunit.client.0.smithi055.stdout: "buffer_anon": { 2023-10-14T00:01:50.463 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 2427500, 2023-10-14T00:01:50.463 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 180 2023-10-14T00:01:50.463 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.463 INFO:tasks.workunit.client.0.smithi055.stdout: "buffer_meta": { 2023-10-14T00:01:50.463 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 4752, 2023-10-14T00:01:50.463 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 54 2023-10-14T00:01:50.464 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.464 INFO:tasks.workunit.client.0.smithi055.stdout: "mds_co": { 2023-10-14T00:01:50.464 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.464 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.464 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.465 INFO:tasks.workunit.client.0.smithi055.stdout: "osd": { 2023-10-14T00:01:50.465 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 451776, 2023-10-14T00:01:50.465 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 39 2023-10-14T00:01:50.465 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.465 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mapbl": { 2023-10-14T00:01:50.465 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.466 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.466 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.466 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_pglog": { 2023-10-14T00:01:50.466 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 7904, 2023-10-14T00:01:50.466 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 16 2023-10-14T00:01:50.467 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.467 INFO:tasks.workunit.client.0.smithi055.stdout: "osdmap": { 2023-10-14T00:01:50.467 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 216024, 2023-10-14T00:01:50.467 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 3388 2023-10-14T00:01:50.467 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.468 INFO:tasks.workunit.client.0.smithi055.stdout: "osdmap_mapping": { 2023-10-14T00:01:50.468 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.468 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.468 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.468 INFO:tasks.workunit.client.0.smithi055.stdout: "pgmap": { 2023-10-14T00:01:50.469 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.469 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.469 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.469 INFO:tasks.workunit.client.0.smithi055.stdout: "unittest_1": { 2023-10-14T00:01:50.469 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.470 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.470 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.470 INFO:tasks.workunit.client.0.smithi055.stdout: "unittest_2": { 2023-10-14T00:01:50.470 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.470 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.471 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.471 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.471 INFO:tasks.workunit.client.0.smithi055.stdout: "osd.5": { 2023-10-14T00:01:50.471 INFO:tasks.workunit.client.0.smithi055.stdout: "bloom_filter": { 2023-10-14T00:01:50.471 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.471 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.472 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.472 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs": { 2023-10-14T00:01:50.472 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 5832, 2023-10-14T00:01:50.472 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 98 2023-10-14T00:01:50.472 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.473 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs_file_reader": { 2023-10-14T00:01:50.473 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 12672, 2023-10-14T00:01:50.473 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 6 2023-10-14T00:01:50.473 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.473 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs_file_writer": { 2023-10-14T00:01:50.474 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 576, 2023-10-14T00:01:50.474 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 3 2023-10-14T00:01:50.474 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.474 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Blob": { 2023-10-14T00:01:50.474 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 18368, 2023-10-14T00:01:50.474 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 164 2023-10-14T00:01:50.475 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.475 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Buffer": { 2023-10-14T00:01:50.475 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 448, 2023-10-14T00:01:50.475 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 4 2023-10-14T00:01:50.475 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.476 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Extent": { 2023-10-14T00:01:50.476 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 7872, 2023-10-14T00:01:50.476 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 164 2023-10-14T00:01:50.476 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.476 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_SharedBlob": { 2023-10-14T00:01:50.477 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 18368, 2023-10-14T00:01:50.477 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 164 2023-10-14T00:01:50.477 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.477 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_alloc": { 2023-10-14T00:01:50.477 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 640, 2023-10-14T00:01:50.478 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 8 2023-10-14T00:01:50.478 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.478 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_data": { 2023-10-14T00:01:50.478 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 14283, 2023-10-14T00:01:50.478 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 3 2023-10-14T00:01:50.478 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.479 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_meta": { 2023-10-14T00:01:50.479 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 43376, 2023-10-14T00:01:50.479 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 8198 2023-10-14T00:01:50.479 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.479 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_onode": { 2023-10-14T00:01:50.480 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 123080, 2023-10-14T00:01:50.480 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 181 2023-10-14T00:01:50.480 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.480 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_other": { 2023-10-14T00:01:50.480 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 9504, 2023-10-14T00:01:50.481 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 542 2023-10-14T00:01:50.481 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.481 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_fsck": { 2023-10-14T00:01:50.481 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.481 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.481 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.482 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_inline_bl": { 2023-10-14T00:01:50.482 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 27004, 2023-10-14T00:01:50.482 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 181 2023-10-14T00:01:50.482 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.482 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_txc": { 2023-10-14T00:01:50.483 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 2208, 2023-10-14T00:01:50.483 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 3 2023-10-14T00:01:50.483 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.483 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_writing": { 2023-10-14T00:01:50.483 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 798648, 2023-10-14T00:01:50.484 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 45 2023-10-14T00:01:50.484 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.484 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_writing_deferred": { 2023-10-14T00:01:50.484 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 30637, 2023-10-14T00:01:50.484 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 9 2023-10-14T00:01:50.485 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.485 INFO:tasks.workunit.client.0.smithi055.stdout: "buffer_anon": { 2023-10-14T00:01:50.485 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 2412478, 2023-10-14T00:01:50.485 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 171 2023-10-14T00:01:50.485 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.486 INFO:tasks.workunit.client.0.smithi055.stdout: "buffer_meta": { 2023-10-14T00:01:50.486 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 5456, 2023-10-14T00:01:50.486 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 62 2023-10-14T00:01:50.486 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.486 INFO:tasks.workunit.client.0.smithi055.stdout: "mds_co": { 2023-10-14T00:01:50.487 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.487 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.487 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.487 INFO:tasks.workunit.client.0.smithi055.stdout: "osd": { 2023-10-14T00:01:50.487 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 474944, 2023-10-14T00:01:50.488 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 41 2023-10-14T00:01:50.488 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.488 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mapbl": { 2023-10-14T00:01:50.488 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.488 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.488 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.489 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_pglog": { 2023-10-14T00:01:50.489 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 11960, 2023-10-14T00:01:50.489 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 23 2023-10-14T00:01:50.489 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.489 INFO:tasks.workunit.client.0.smithi055.stdout: "osdmap": { 2023-10-14T00:01:50.490 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 214680, 2023-10-14T00:01:50.490 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 3318 2023-10-14T00:01:50.490 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.490 INFO:tasks.workunit.client.0.smithi055.stdout: "osdmap_mapping": { 2023-10-14T00:01:50.490 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.491 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.491 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.491 INFO:tasks.workunit.client.0.smithi055.stdout: "pgmap": { 2023-10-14T00:01:50.491 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.491 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.491 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.492 INFO:tasks.workunit.client.0.smithi055.stdout: "unittest_1": { 2023-10-14T00:01:50.492 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.492 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.492 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.492 INFO:tasks.workunit.client.0.smithi055.stdout: "unittest_2": { 2023-10-14T00:01:50.493 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.493 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.493 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.493 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.493 INFO:tasks.workunit.client.0.smithi055.stdout: "osd.6": { 2023-10-14T00:01:50.494 INFO:tasks.workunit.client.0.smithi055.stdout: "bloom_filter": { 2023-10-14T00:01:50.494 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.494 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.494 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.494 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs": { 2023-10-14T00:01:50.495 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 5832, 2023-10-14T00:01:50.495 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 98 2023-10-14T00:01:50.495 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.495 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs_file_reader": { 2023-10-14T00:01:50.495 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 12672, 2023-10-14T00:01:50.496 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 6 2023-10-14T00:01:50.496 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.496 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs_file_writer": { 2023-10-14T00:01:50.496 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 576, 2023-10-14T00:01:50.496 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 3 2023-10-14T00:01:50.496 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.497 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Blob": { 2023-10-14T00:01:50.497 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 19264, 2023-10-14T00:01:50.497 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 172 2023-10-14T00:01:50.497 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.497 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Buffer": { 2023-10-14T00:01:50.498 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 560, 2023-10-14T00:01:50.498 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 5 2023-10-14T00:01:50.498 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.498 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Extent": { 2023-10-14T00:01:50.499 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 8256, 2023-10-14T00:01:50.499 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 172 2023-10-14T00:01:50.499 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.499 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_SharedBlob": { 2023-10-14T00:01:50.499 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 19264, 2023-10-14T00:01:50.500 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 172 2023-10-14T00:01:50.500 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.500 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_alloc": { 2023-10-14T00:01:50.500 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 1120, 2023-10-14T00:01:50.500 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 14 2023-10-14T00:01:50.500 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.501 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_data": { 2023-10-14T00:01:50.501 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 33615, 2023-10-14T00:01:50.501 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 7 2023-10-14T00:01:50.501 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.501 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_meta": { 2023-10-14T00:01:50.502 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 43653, 2023-10-14T00:01:50.502 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 8419 2023-10-14T00:01:50.502 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.502 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_onode": { 2023-10-14T00:01:50.502 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 121040, 2023-10-14T00:01:50.503 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 178 2023-10-14T00:01:50.503 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.503 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_other": { 2023-10-14T00:01:50.503 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 10444, 2023-10-14T00:01:50.503 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 699 2023-10-14T00:01:50.503 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.504 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_fsck": { 2023-10-14T00:01:50.504 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.504 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.504 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.504 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_inline_bl": { 2023-10-14T00:01:50.504 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 27492, 2023-10-14T00:01:50.505 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 178 2023-10-14T00:01:50.505 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.505 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_txc": { 2023-10-14T00:01:50.505 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.505 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.506 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.506 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_writing": { 2023-10-14T00:01:50.506 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 173663, 2023-10-14T00:01:50.506 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 36 2023-10-14T00:01:50.506 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.507 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_writing_deferred": { 2023-10-14T00:01:50.507 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.507 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.507 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.507 INFO:tasks.workunit.client.0.smithi055.stdout: "buffer_anon": { 2023-10-14T00:01:50.507 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 2408412, 2023-10-14T00:01:50.508 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 171 2023-10-14T00:01:50.508 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.508 INFO:tasks.workunit.client.0.smithi055.stdout: "buffer_meta": { 2023-10-14T00:01:50.508 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 4752, 2023-10-14T00:01:50.508 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 54 2023-10-14T00:01:50.509 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.509 INFO:tasks.workunit.client.0.smithi055.stdout: "mds_co": { 2023-10-14T00:01:50.509 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.509 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.509 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.510 INFO:tasks.workunit.client.0.smithi055.stdout: "osd": { 2023-10-14T00:01:50.510 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 440192, 2023-10-14T00:01:50.510 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 38 2023-10-14T00:01:50.510 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.510 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mapbl": { 2023-10-14T00:01:50.510 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.511 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.511 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.511 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_pglog": { 2023-10-14T00:01:50.511 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 117832, 2023-10-14T00:01:50.511 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 237 2023-10-14T00:01:50.512 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.512 INFO:tasks.workunit.client.0.smithi055.stdout: "osdmap": { 2023-10-14T00:01:50.512 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 215768, 2023-10-14T00:01:50.512 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 3376 2023-10-14T00:01:50.512 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.512 INFO:tasks.workunit.client.0.smithi055.stdout: "osdmap_mapping": { 2023-10-14T00:01:50.513 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.513 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.513 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.513 INFO:tasks.workunit.client.0.smithi055.stdout: "pgmap": { 2023-10-14T00:01:50.513 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.513 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.514 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.514 INFO:tasks.workunit.client.0.smithi055.stdout: "unittest_1": { 2023-10-14T00:01:50.514 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.514 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.514 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.515 INFO:tasks.workunit.client.0.smithi055.stdout: "unittest_2": { 2023-10-14T00:01:50.515 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.515 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.515 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.515 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.515 INFO:tasks.workunit.client.0.smithi055.stdout: "osd.7": { 2023-10-14T00:01:50.516 INFO:tasks.workunit.client.0.smithi055.stdout: "bloom_filter": { 2023-10-14T00:01:50.516 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.516 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.516 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.516 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs": { 2023-10-14T00:01:50.516 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 5832, 2023-10-14T00:01:50.517 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 98 2023-10-14T00:01:50.517 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.517 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs_file_reader": { 2023-10-14T00:01:50.517 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 12672, 2023-10-14T00:01:50.517 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 6 2023-10-14T00:01:50.518 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.518 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs_file_writer": { 2023-10-14T00:01:50.518 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 576, 2023-10-14T00:01:50.518 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 3 2023-10-14T00:01:50.518 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.519 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Blob": { 2023-10-14T00:01:50.519 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 19376, 2023-10-14T00:01:50.519 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 173 2023-10-14T00:01:50.519 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.519 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Buffer": { 2023-10-14T00:01:50.520 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 784, 2023-10-14T00:01:50.520 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 7 2023-10-14T00:01:50.520 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.520 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_Extent": { 2023-10-14T00:01:50.520 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 8304, 2023-10-14T00:01:50.520 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 173 2023-10-14T00:01:50.521 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.521 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_SharedBlob": { 2023-10-14T00:01:50.521 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 19376, 2023-10-14T00:01:50.521 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 173 2023-10-14T00:01:50.521 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.522 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_alloc": { 2023-10-14T00:01:50.522 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 1120, 2023-10-14T00:01:50.522 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 14 2023-10-14T00:01:50.522 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.522 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_data": { 2023-10-14T00:01:50.523 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 102905, 2023-10-14T00:01:50.523 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 9 2023-10-14T00:01:50.523 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.523 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_meta": { 2023-10-14T00:01:50.523 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 46653, 2023-10-14T00:01:50.523 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 8873 2023-10-14T00:01:50.524 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.524 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_onode": { 2023-10-14T00:01:50.524 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 128520, 2023-10-14T00:01:50.524 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 189 2023-10-14T00:01:50.524 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.524 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_cache_other": { 2023-10-14T00:01:50.525 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 11360, 2023-10-14T00:01:50.525 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 709 2023-10-14T00:01:50.525 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.525 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_fsck": { 2023-10-14T00:01:50.525 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.526 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.526 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.526 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_inline_bl": { 2023-10-14T00:01:50.526 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 30140, 2023-10-14T00:01:50.526 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 189 2023-10-14T00:01:50.526 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.527 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_txc": { 2023-10-14T00:01:50.527 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.527 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.527 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.527 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_writing": { 2023-10-14T00:01:50.528 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 138427, 2023-10-14T00:01:50.528 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 28 2023-10-14T00:01:50.528 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.528 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore_writing_deferred": { 2023-10-14T00:01:50.528 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.528 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.529 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.529 INFO:tasks.workunit.client.0.smithi055.stdout: "buffer_anon": { 2023-10-14T00:01:50.529 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 2421668, 2023-10-14T00:01:50.529 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 175 2023-10-14T00:01:50.529 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.530 INFO:tasks.workunit.client.0.smithi055.stdout: "buffer_meta": { 2023-10-14T00:01:50.530 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 5808, 2023-10-14T00:01:50.530 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 66 2023-10-14T00:01:50.530 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.530 INFO:tasks.workunit.client.0.smithi055.stdout: "mds_co": { 2023-10-14T00:01:50.531 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.531 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.531 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.531 INFO:tasks.workunit.client.0.smithi055.stdout: "osd": { 2023-10-14T00:01:50.531 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 532864, 2023-10-14T00:01:50.531 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 46 2023-10-14T00:01:50.532 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.532 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_mapbl": { 2023-10-14T00:01:50.532 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.532 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.532 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.532 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_pglog": { 2023-10-14T00:01:50.533 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 124904, 2023-10-14T00:01:50.533 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 313 2023-10-14T00:01:50.533 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.533 INFO:tasks.workunit.client.0.smithi055.stdout: "osdmap": { 2023-10-14T00:01:50.533 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 215768, 2023-10-14T00:01:50.533 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 3376 2023-10-14T00:01:50.534 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.534 INFO:tasks.workunit.client.0.smithi055.stdout: "osdmap_mapping": { 2023-10-14T00:01:50.534 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.534 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.534 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.535 INFO:tasks.workunit.client.0.smithi055.stdout: "pgmap": { 2023-10-14T00:01:50.535 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.535 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.535 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.535 INFO:tasks.workunit.client.0.smithi055.stdout: "unittest_1": { 2023-10-14T00:01:50.536 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.536 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.536 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.536 INFO:tasks.workunit.client.0.smithi055.stdout: "unittest_2": { 2023-10-14T00:01:50.536 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes": 0, 2023-10-14T00:01:50.536 INFO:tasks.workunit.client.0.smithi055.stdout: "items": 0 2023-10-14T00:01:50.537 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.537 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.537 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.537 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.537 INFO:tasks.workunit.client.0.smithi055.stdout: "metadata": { 2023-10-14T00:01:50.537 INFO:tasks.workunit.client.0.smithi055.stdout: "mds": { 2023-10-14T00:01:50.538 INFO:tasks.workunit.client.0.smithi055.stdout: "arch": { 2023-10-14T00:01:50.538 INFO:tasks.workunit.client.0.smithi055.stdout: "x86_64": 2 2023-10-14T00:01:50.538 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.538 INFO:tasks.workunit.client.0.smithi055.stdout: "ceph_version": { 2023-10-14T00:01:50.538 INFO:tasks.workunit.client.0.smithi055.stdout: "ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)": 2 2023-10-14T00:01:50.539 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.539 INFO:tasks.workunit.client.0.smithi055.stdout: "cpu": { 2023-10-14T00:01:50.539 INFO:tasks.workunit.client.0.smithi055.stdout: "Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz": 1, 2023-10-14T00:01:50.539 INFO:tasks.workunit.client.0.smithi055.stdout: "Intel(R) Xeon(R) CPU E5-1620 v4 @ 3.50GHz": 1 2023-10-14T00:01:50.539 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.539 INFO:tasks.workunit.client.0.smithi055.stdout: "distro": { 2023-10-14T00:01:50.540 INFO:tasks.workunit.client.0.smithi055.stdout: "centos": 2 2023-10-14T00:01:50.540 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.540 INFO:tasks.workunit.client.0.smithi055.stdout: "distro_description": { 2023-10-14T00:01:50.540 INFO:tasks.workunit.client.0.smithi055.stdout: "CentOS Stream 8": 2 2023-10-14T00:01:50.540 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.541 INFO:tasks.workunit.client.0.smithi055.stdout: "kernel_description": { 2023-10-14T00:01:50.541 INFO:tasks.workunit.client.0.smithi055.stdout: "#1 SMP Mon Oct 2 13:45:04 UTC 2023": 2 2023-10-14T00:01:50.541 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.541 INFO:tasks.workunit.client.0.smithi055.stdout: "kernel_version": { 2023-10-14T00:01:50.541 INFO:tasks.workunit.client.0.smithi055.stdout: "4.18.0-516.el8.x86_64": 2 2023-10-14T00:01:50.541 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.542 INFO:tasks.workunit.client.0.smithi055.stdout: "os": { 2023-10-14T00:01:50.542 INFO:tasks.workunit.client.0.smithi055.stdout: "Linux": 2 2023-10-14T00:01:50.542 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.542 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.542 INFO:tasks.workunit.client.0.smithi055.stdout: "mon": { 2023-10-14T00:01:50.543 INFO:tasks.workunit.client.0.smithi055.stdout: "arch": { 2023-10-14T00:01:50.543 INFO:tasks.workunit.client.0.smithi055.stdout: "x86_64": 3 2023-10-14T00:01:50.543 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.543 INFO:tasks.workunit.client.0.smithi055.stdout: "ceph_version": { 2023-10-14T00:01:50.543 INFO:tasks.workunit.client.0.smithi055.stdout: "ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)": 3 2023-10-14T00:01:50.543 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.544 INFO:tasks.workunit.client.0.smithi055.stdout: "cpu": { 2023-10-14T00:01:50.544 INFO:tasks.workunit.client.0.smithi055.stdout: "Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz": 2, 2023-10-14T00:01:50.544 INFO:tasks.workunit.client.0.smithi055.stdout: "Intel(R) Xeon(R) CPU E5-1620 v4 @ 3.50GHz": 1 2023-10-14T00:01:50.544 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.544 INFO:tasks.workunit.client.0.smithi055.stdout: "distro": { 2023-10-14T00:01:50.545 INFO:tasks.workunit.client.0.smithi055.stdout: "centos": 3 2023-10-14T00:01:50.545 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.545 INFO:tasks.workunit.client.0.smithi055.stdout: "distro_description": { 2023-10-14T00:01:50.545 INFO:tasks.workunit.client.0.smithi055.stdout: "CentOS Stream 8": 3 2023-10-14T00:01:50.545 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.545 INFO:tasks.workunit.client.0.smithi055.stdout: "kernel_description": { 2023-10-14T00:01:50.546 INFO:tasks.workunit.client.0.smithi055.stdout: "#1 SMP Mon Oct 2 13:45:04 UTC 2023": 3 2023-10-14T00:01:50.546 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.546 INFO:tasks.workunit.client.0.smithi055.stdout: "kernel_version": { 2023-10-14T00:01:50.546 INFO:tasks.workunit.client.0.smithi055.stdout: "4.18.0-516.el8.x86_64": 3 2023-10-14T00:01:50.546 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.547 INFO:tasks.workunit.client.0.smithi055.stdout: "os": { 2023-10-14T00:01:50.547 INFO:tasks.workunit.client.0.smithi055.stdout: "Linux": 3 2023-10-14T00:01:50.547 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.547 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.547 INFO:tasks.workunit.client.0.smithi055.stdout: "osd": { 2023-10-14T00:01:50.548 INFO:tasks.workunit.client.0.smithi055.stdout: "arch": { 2023-10-14T00:01:50.548 INFO:tasks.workunit.client.0.smithi055.stdout: "x86_64": 8 2023-10-14T00:01:50.548 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.548 INFO:tasks.workunit.client.0.smithi055.stdout: "ceph_version": { 2023-10-14T00:01:50.548 INFO:tasks.workunit.client.0.smithi055.stdout: "ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)": 8 2023-10-14T00:01:50.548 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.549 INFO:tasks.workunit.client.0.smithi055.stdout: "cpu": { 2023-10-14T00:01:50.549 INFO:tasks.workunit.client.0.smithi055.stdout: "Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz": 4, 2023-10-14T00:01:50.549 INFO:tasks.workunit.client.0.smithi055.stdout: "Intel(R) Xeon(R) CPU E5-1620 v4 @ 3.50GHz": 4 2023-10-14T00:01:50.549 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.549 INFO:tasks.workunit.client.0.smithi055.stdout: "distro": { 2023-10-14T00:01:50.550 INFO:tasks.workunit.client.0.smithi055.stdout: "centos": 8 2023-10-14T00:01:50.550 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.550 INFO:tasks.workunit.client.0.smithi055.stdout: "distro_description": { 2023-10-14T00:01:50.550 INFO:tasks.workunit.client.0.smithi055.stdout: "CentOS Stream 8": 8 2023-10-14T00:01:50.550 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.551 INFO:tasks.workunit.client.0.smithi055.stdout: "kernel_description": { 2023-10-14T00:01:50.551 INFO:tasks.workunit.client.0.smithi055.stdout: "#1 SMP Mon Oct 2 13:45:04 UTC 2023": 8 2023-10-14T00:01:50.551 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.551 INFO:tasks.workunit.client.0.smithi055.stdout: "kernel_version": { 2023-10-14T00:01:50.551 INFO:tasks.workunit.client.0.smithi055.stdout: "4.18.0-516.el8.x86_64": 8 2023-10-14T00:01:50.551 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.552 INFO:tasks.workunit.client.0.smithi055.stdout: "os": { 2023-10-14T00:01:50.552 INFO:tasks.workunit.client.0.smithi055.stdout: "Linux": 8 2023-10-14T00:01:50.552 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.552 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_objectstore": { 2023-10-14T00:01:50.552 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore": 8 2023-10-14T00:01:50.553 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.553 INFO:tasks.workunit.client.0.smithi055.stdout: "rotational": { 2023-10-14T00:01:50.553 INFO:tasks.workunit.client.0.smithi055.stdout: "0": 8 2023-10-14T00:01:50.553 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.553 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.553 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.554 INFO:tasks.workunit.client.0.smithi055.stdout: "mon": { 2023-10-14T00:01:50.554 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 3, 2023-10-14T00:01:50.554 INFO:tasks.workunit.client.0.smithi055.stdout: "features": { 2023-10-14T00:01:50.554 INFO:tasks.workunit.client.0.smithi055.stdout: "optional": [], 2023-10-14T00:01:50.554 INFO:tasks.workunit.client.0.smithi055.stdout: "persistent": [ 2023-10-14T00:01:50.555 INFO:tasks.workunit.client.0.smithi055.stdout: "kraken", 2023-10-14T00:01:50.555 INFO:tasks.workunit.client.0.smithi055.stdout: "luminous", 2023-10-14T00:01:50.555 INFO:tasks.workunit.client.0.smithi055.stdout: "mimic", 2023-10-14T00:01:50.555 INFO:tasks.workunit.client.0.smithi055.stdout: "osdmap-prune", 2023-10-14T00:01:50.555 INFO:tasks.workunit.client.0.smithi055.stdout: "nautilus", 2023-10-14T00:01:50.556 INFO:tasks.workunit.client.0.smithi055.stdout: "octopus", 2023-10-14T00:01:50.556 INFO:tasks.workunit.client.0.smithi055.stdout: "pacific", 2023-10-14T00:01:50.556 INFO:tasks.workunit.client.0.smithi055.stdout: "elector-pinging", 2023-10-14T00:01:50.556 INFO:tasks.workunit.client.0.smithi055.stdout: "quincy" 2023-10-14T00:01:50.556 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:50.557 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.557 INFO:tasks.workunit.client.0.smithi055.stdout: "ipv4_addr_mons": 6, 2023-10-14T00:01:50.557 INFO:tasks.workunit.client.0.smithi055.stdout: "ipv6_addr_mons": 0, 2023-10-14T00:01:50.557 INFO:tasks.workunit.client.0.smithi055.stdout: "min_mon_release": 17, 2023-10-14T00:01:50.557 INFO:tasks.workunit.client.0.smithi055.stdout: "v1_addr_mons": 3, 2023-10-14T00:01:50.557 INFO:tasks.workunit.client.0.smithi055.stdout: "v2_addr_mons": 3 2023-10-14T00:01:50.558 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.558 INFO:tasks.workunit.client.0.smithi055.stdout: "organization": "ceph-qa", 2023-10-14T00:01:50.558 INFO:tasks.workunit.client.0.smithi055.stdout: "osd": { 2023-10-14T00:01:50.558 INFO:tasks.workunit.client.0.smithi055.stdout: "cluster_network": false, 2023-10-14T00:01:50.558 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 8, 2023-10-14T00:01:50.559 INFO:tasks.workunit.client.0.smithi055.stdout: "require_min_compat_client": "luminous", 2023-10-14T00:01:50.559 INFO:tasks.workunit.client.0.smithi055.stdout: "require_osd_release": "quincy" 2023-10-14T00:01:50.559 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.559 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_perf_histograms": [ 2023-10-14T00:01:50.559 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:50.560 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_latency_out_bytes_histogram": { 2023-10-14T00:01:50.560 INFO:tasks.workunit.client.0.smithi055.stdout: "axes": [ 2023-10-14T00:01:50.560 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:50.560 INFO:tasks.workunit.client.0.smithi055.stdout: "buckets": 32, 2023-10-14T00:01:50.560 INFO:tasks.workunit.client.0.smithi055.stdout: "min": 0, 2023-10-14T00:01:50.561 INFO:tasks.workunit.client.0.smithi055.stdout: "name": "Latency (usec)", 2023-10-14T00:01:50.561 INFO:tasks.workunit.client.0.smithi055.stdout: "quant_size": 100000, 2023-10-14T00:01:50.561 INFO:tasks.workunit.client.0.smithi055.stdout: "ranges": [ 2023-10-14T00:01:50.561 INFO:tasks.workunit.client.0.smithi055.stdout: "[None, -1]", 2023-10-14T00:01:50.561 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 99999]", 2023-10-14T00:01:50.562 INFO:tasks.workunit.client.0.smithi055.stdout: "[100000, 199999]", 2023-10-14T00:01:50.562 INFO:tasks.workunit.client.0.smithi055.stdout: "[200000, 399999]", 2023-10-14T00:01:50.562 INFO:tasks.workunit.client.0.smithi055.stdout: "[400000, 799999]", 2023-10-14T00:01:50.562 INFO:tasks.workunit.client.0.smithi055.stdout: "[800000, 1599999]", 2023-10-14T00:01:50.562 INFO:tasks.workunit.client.0.smithi055.stdout: "[1600000, 3199999]", 2023-10-14T00:01:50.562 INFO:tasks.workunit.client.0.smithi055.stdout: "[3200000, 6399999]", 2023-10-14T00:01:50.563 INFO:tasks.workunit.client.0.smithi055.stdout: "[6400000, 12799999]", 2023-10-14T00:01:50.563 INFO:tasks.workunit.client.0.smithi055.stdout: "[12800000, 25599999]", 2023-10-14T00:01:50.563 INFO:tasks.workunit.client.0.smithi055.stdout: "[25600000, 51199999]", 2023-10-14T00:01:50.563 INFO:tasks.workunit.client.0.smithi055.stdout: "[51200000, 102399999]", 2023-10-14T00:01:50.563 INFO:tasks.workunit.client.0.smithi055.stdout: "[102400000, 204799999]", 2023-10-14T00:01:50.564 INFO:tasks.workunit.client.0.smithi055.stdout: "[204800000, 409599999]", 2023-10-14T00:01:50.564 INFO:tasks.workunit.client.0.smithi055.stdout: "[409600000, 819199999]", 2023-10-14T00:01:50.564 INFO:tasks.workunit.client.0.smithi055.stdout: "[819200000, 1638399999]", 2023-10-14T00:01:50.564 INFO:tasks.workunit.client.0.smithi055.stdout: "[1638400000, 3276799999]", 2023-10-14T00:01:50.564 INFO:tasks.workunit.client.0.smithi055.stdout: "[3276800000, 6553599999]", 2023-10-14T00:01:50.564 INFO:tasks.workunit.client.0.smithi055.stdout: "[6553600000, 13107199999]", 2023-10-14T00:01:50.565 INFO:tasks.workunit.client.0.smithi055.stdout: "[13107200000, 26214399999]", 2023-10-14T00:01:50.565 INFO:tasks.workunit.client.0.smithi055.stdout: "[26214400000, 52428799999]", 2023-10-14T00:01:50.565 INFO:tasks.workunit.client.0.smithi055.stdout: "[52428800000, 104857599999]", 2023-10-14T00:01:50.565 INFO:tasks.workunit.client.0.smithi055.stdout: "[104857600000, 209715199999]", 2023-10-14T00:01:50.565 INFO:tasks.workunit.client.0.smithi055.stdout: "[209715200000, 419430399999]", 2023-10-14T00:01:50.566 INFO:tasks.workunit.client.0.smithi055.stdout: "[419430400000, 838860799999]", 2023-10-14T00:01:50.566 INFO:tasks.workunit.client.0.smithi055.stdout: "[838860800000, 1677721599999]", 2023-10-14T00:01:50.566 INFO:tasks.workunit.client.0.smithi055.stdout: "[1677721600000, 3355443199999]", 2023-10-14T00:01:50.566 INFO:tasks.workunit.client.0.smithi055.stdout: "[3355443200000, 6710886399999]", 2023-10-14T00:01:50.566 INFO:tasks.workunit.client.0.smithi055.stdout: "[6710886400000, 13421772799999]", 2023-10-14T00:01:50.567 INFO:tasks.workunit.client.0.smithi055.stdout: "[13421772800000, 26843545599999]", 2023-10-14T00:01:50.567 INFO:tasks.workunit.client.0.smithi055.stdout: "[26843545600000, 53687091199999]", 2023-10-14T00:01:50.567 INFO:tasks.workunit.client.0.smithi055.stdout: "[53687091200000, None]" 2023-10-14T00:01:50.567 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:50.567 INFO:tasks.workunit.client.0.smithi055.stdout: "scale_type": "log2" 2023-10-14T00:01:50.567 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.568 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:50.568 INFO:tasks.workunit.client.0.smithi055.stdout: "buckets": 32, 2023-10-14T00:01:50.568 INFO:tasks.workunit.client.0.smithi055.stdout: "min": 0, 2023-10-14T00:01:50.568 INFO:tasks.workunit.client.0.smithi055.stdout: "name": "Request size (bytes)", 2023-10-14T00:01:50.568 INFO:tasks.workunit.client.0.smithi055.stdout: "quant_size": 512, 2023-10-14T00:01:50.569 INFO:tasks.workunit.client.0.smithi055.stdout: "ranges": [ 2023-10-14T00:01:50.569 INFO:tasks.workunit.client.0.smithi055.stdout: "[None, -1]", 2023-10-14T00:01:50.569 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 511]", 2023-10-14T00:01:50.569 INFO:tasks.workunit.client.0.smithi055.stdout: "[512, 1023]", 2023-10-14T00:01:50.569 INFO:tasks.workunit.client.0.smithi055.stdout: "[1024, 2047]", 2023-10-14T00:01:50.570 INFO:tasks.workunit.client.0.smithi055.stdout: "[2048, 4095]", 2023-10-14T00:01:50.570 INFO:tasks.workunit.client.0.smithi055.stdout: "[4096, 8191]", 2023-10-14T00:01:50.570 INFO:tasks.workunit.client.0.smithi055.stdout: "[8192, 16383]", 2023-10-14T00:01:50.570 INFO:tasks.workunit.client.0.smithi055.stdout: "[16384, 32767]", 2023-10-14T00:01:50.570 INFO:tasks.workunit.client.0.smithi055.stdout: "[32768, 65535]", 2023-10-14T00:01:50.571 INFO:tasks.workunit.client.0.smithi055.stdout: "[65536, 131071]", 2023-10-14T00:01:50.571 INFO:tasks.workunit.client.0.smithi055.stdout: "[131072, 262143]", 2023-10-14T00:01:50.571 INFO:tasks.workunit.client.0.smithi055.stdout: "[262144, 524287]", 2023-10-14T00:01:50.571 INFO:tasks.workunit.client.0.smithi055.stdout: "[524288, 1048575]", 2023-10-14T00:01:50.571 INFO:tasks.workunit.client.0.smithi055.stdout: "[1048576, 2097151]", 2023-10-14T00:01:50.572 INFO:tasks.workunit.client.0.smithi055.stdout: "[2097152, 4194303]", 2023-10-14T00:01:50.572 INFO:tasks.workunit.client.0.smithi055.stdout: "[4194304, 8388607]", 2023-10-14T00:01:50.572 INFO:tasks.workunit.client.0.smithi055.stdout: "[8388608, 16777215]", 2023-10-14T00:01:50.572 INFO:tasks.workunit.client.0.smithi055.stdout: "[16777216, 33554431]", 2023-10-14T00:01:50.572 INFO:tasks.workunit.client.0.smithi055.stdout: "[33554432, 67108863]", 2023-10-14T00:01:50.572 INFO:tasks.workunit.client.0.smithi055.stdout: "[67108864, 134217727]", 2023-10-14T00:01:50.573 INFO:tasks.workunit.client.0.smithi055.stdout: "[134217728, 268435455]", 2023-10-14T00:01:50.573 INFO:tasks.workunit.client.0.smithi055.stdout: "[268435456, 536870911]", 2023-10-14T00:01:50.573 INFO:tasks.workunit.client.0.smithi055.stdout: "[536870912, 1073741823]", 2023-10-14T00:01:50.573 INFO:tasks.workunit.client.0.smithi055.stdout: "[1073741824, 2147483647]", 2023-10-14T00:01:50.573 INFO:tasks.workunit.client.0.smithi055.stdout: "[2147483648, 4294967295]", 2023-10-14T00:01:50.573 INFO:tasks.workunit.client.0.smithi055.stdout: "[4294967296, 8589934591]", 2023-10-14T00:01:50.574 INFO:tasks.workunit.client.0.smithi055.stdout: "[8589934592, 17179869183]", 2023-10-14T00:01:50.574 INFO:tasks.workunit.client.0.smithi055.stdout: "[17179869184, 34359738367]", 2023-10-14T00:01:50.574 INFO:tasks.workunit.client.0.smithi055.stdout: "[34359738368, 68719476735]", 2023-10-14T00:01:50.574 INFO:tasks.workunit.client.0.smithi055.stdout: "[68719476736, 137438953471]", 2023-10-14T00:01:50.574 INFO:tasks.workunit.client.0.smithi055.stdout: "[137438953472, 274877906943]", 2023-10-14T00:01:50.575 INFO:tasks.workunit.client.0.smithi055.stdout: "[274877906944, None]" 2023-10-14T00:01:50.575 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:50.575 INFO:tasks.workunit.client.0.smithi055.stdout: "scale_type": "log2" 2023-10-14T00:01:50.575 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.575 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:50.576 INFO:tasks.workunit.client.0.smithi055.stdout: "osds": [ 2023-10-14T00:01:50.576 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:50.576 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 0, 2023-10-14T00:01:50.576 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:50.576 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.576 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.577 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.577 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.577 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.577 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.577 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.578 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.578 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.578 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.578 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.578 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.579 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.579 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.579 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.579 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.579 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.580 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.580 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.580 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.580 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.580 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.580 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.581 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.581 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.581 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.581 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.581 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.582 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.582 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.582 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.582 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:50.582 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:50.583 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.583 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:50.583 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 1, 2023-10-14T00:01:50.583 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:50.583 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.584 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.584 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 23, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.584 INFO:tasks.workunit.client.0.smithi055.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-10-14T00:01:50.584 INFO:tasks.workunit.client.0.smithi055.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-10-14T00:01:50.584 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.584 INFO:tasks.workunit.client.0.smithi055.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-10-14T00:01:50.585 INFO:tasks.workunit.client.0.smithi055.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-10-14T00:01:50.585 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.585 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.585 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.585 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.586 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.586 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.586 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.586 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.586 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.587 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.587 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.587 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.587 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.587 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.587 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.588 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.588 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.588 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.588 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.588 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.589 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.589 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.589 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.589 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:50.589 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:50.590 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.590 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:50.590 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 2, 2023-10-14T00:01:50.590 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:50.590 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.591 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.591 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.591 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.591 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.591 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.592 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.592 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.592 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.592 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.592 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.592 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.593 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.593 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.593 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.593 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.593 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.594 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.594 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.594 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.594 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.594 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.594 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.595 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.595 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.595 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.595 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.595 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.596 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.596 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.596 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.596 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:50.596 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:50.596 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.597 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:50.597 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 3, 2023-10-14T00:01:50.597 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:50.597 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.597 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.598 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.598 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.598 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.598 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.598 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.599 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.599 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.599 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.599 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.599 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.600 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.600 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.600 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.600 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.600 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.601 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.601 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.601 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.601 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.601 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.601 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.602 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.602 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.602 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.602 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.602 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.603 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.603 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.603 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.603 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:50.603 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:50.604 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.604 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:50.604 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 4, 2023-10-14T00:01:50.604 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:50.604 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.604 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.605 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.605 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.605 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.605 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.605 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.606 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.606 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.606 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.606 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.606 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.607 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.607 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.607 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.607 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.607 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.607 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.608 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.608 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.608 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.608 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.608 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.609 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.609 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.609 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.609 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.609 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.609 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.610 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.610 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.610 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:50.610 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:50.610 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.611 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:50.611 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 5, 2023-10-14T00:01:50.611 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:50.611 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.611 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.612 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.612 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.612 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.612 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.612 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.613 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.613 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.613 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.613 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.613 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.613 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.614 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.614 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.614 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.614 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.614 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.615 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.615 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.615 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.615 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.615 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.616 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.616 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.616 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.616 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.616 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.616 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.617 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.617 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.617 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:50.617 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:50.617 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.618 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:50.618 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 6, 2023-10-14T00:01:50.618 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:50.618 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.618 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.618 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.619 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.619 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.619 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.619 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.619 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.620 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.620 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.620 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.620 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.620 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.621 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.621 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.621 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.621 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.621 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.622 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.622 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.622 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.622 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.622 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.622 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.623 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.623 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.623 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.623 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.623 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.624 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.624 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.624 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:50.624 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:50.624 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.624 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:50.625 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 7, 2023-10-14T00:01:50.625 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:50.625 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.625 INFO:tasks.workunit.client.0.smithi055.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-10-14T00:01:50.625 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.626 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 15, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.626 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 1, 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-10-14T00:01:50.626 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.626 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.626 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.627 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.627 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.627 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.627 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.627 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.628 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.628 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.628 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.628 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.628 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.628 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.629 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.629 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.629 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.629 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.629 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.630 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.630 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.630 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.630 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.630 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.631 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.631 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.631 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:50.631 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:50.631 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.632 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:50.632 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.632 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_latency_in_bytes_histogram": { 2023-10-14T00:01:50.632 INFO:tasks.workunit.client.0.smithi055.stdout: "axes": [ 2023-10-14T00:01:50.632 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:50.632 INFO:tasks.workunit.client.0.smithi055.stdout: "buckets": 32, 2023-10-14T00:01:50.633 INFO:tasks.workunit.client.0.smithi055.stdout: "min": 0, 2023-10-14T00:01:50.633 INFO:tasks.workunit.client.0.smithi055.stdout: "name": "Latency (usec)", 2023-10-14T00:01:50.633 INFO:tasks.workunit.client.0.smithi055.stdout: "quant_size": 100000, 2023-10-14T00:01:50.633 INFO:tasks.workunit.client.0.smithi055.stdout: "ranges": [ 2023-10-14T00:01:50.633 INFO:tasks.workunit.client.0.smithi055.stdout: "[None, -1]", 2023-10-14T00:01:50.634 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 99999]", 2023-10-14T00:01:50.634 INFO:tasks.workunit.client.0.smithi055.stdout: "[100000, 199999]", 2023-10-14T00:01:50.634 INFO:tasks.workunit.client.0.smithi055.stdout: "[200000, 399999]", 2023-10-14T00:01:50.634 INFO:tasks.workunit.client.0.smithi055.stdout: "[400000, 799999]", 2023-10-14T00:01:50.634 INFO:tasks.workunit.client.0.smithi055.stdout: "[800000, 1599999]", 2023-10-14T00:01:50.635 INFO:tasks.workunit.client.0.smithi055.stdout: "[1600000, 3199999]", 2023-10-14T00:01:50.635 INFO:tasks.workunit.client.0.smithi055.stdout: "[3200000, 6399999]", 2023-10-14T00:01:50.635 INFO:tasks.workunit.client.0.smithi055.stdout: "[6400000, 12799999]", 2023-10-14T00:01:50.635 INFO:tasks.workunit.client.0.smithi055.stdout: "[12800000, 25599999]", 2023-10-14T00:01:50.635 INFO:tasks.workunit.client.0.smithi055.stdout: "[25600000, 51199999]", 2023-10-14T00:01:50.635 INFO:tasks.workunit.client.0.smithi055.stdout: "[51200000, 102399999]", 2023-10-14T00:01:50.636 INFO:tasks.workunit.client.0.smithi055.stdout: "[102400000, 204799999]", 2023-10-14T00:01:50.636 INFO:tasks.workunit.client.0.smithi055.stdout: "[204800000, 409599999]", 2023-10-14T00:01:50.636 INFO:tasks.workunit.client.0.smithi055.stdout: "[409600000, 819199999]", 2023-10-14T00:01:50.636 INFO:tasks.workunit.client.0.smithi055.stdout: "[819200000, 1638399999]", 2023-10-14T00:01:50.636 INFO:tasks.workunit.client.0.smithi055.stdout: "[1638400000, 3276799999]", 2023-10-14T00:01:50.637 INFO:tasks.workunit.client.0.smithi055.stdout: "[3276800000, 6553599999]", 2023-10-14T00:01:50.637 INFO:tasks.workunit.client.0.smithi055.stdout: "[6553600000, 13107199999]", 2023-10-14T00:01:50.637 INFO:tasks.workunit.client.0.smithi055.stdout: "[13107200000, 26214399999]", 2023-10-14T00:01:50.637 INFO:tasks.workunit.client.0.smithi055.stdout: "[26214400000, 52428799999]", 2023-10-14T00:01:50.637 INFO:tasks.workunit.client.0.smithi055.stdout: "[52428800000, 104857599999]", 2023-10-14T00:01:50.637 INFO:tasks.workunit.client.0.smithi055.stdout: "[104857600000, 209715199999]", 2023-10-14T00:01:50.638 INFO:tasks.workunit.client.0.smithi055.stdout: "[209715200000, 419430399999]", 2023-10-14T00:01:50.638 INFO:tasks.workunit.client.0.smithi055.stdout: "[419430400000, 838860799999]", 2023-10-14T00:01:50.638 INFO:tasks.workunit.client.0.smithi055.stdout: "[838860800000, 1677721599999]", 2023-10-14T00:01:50.638 INFO:tasks.workunit.client.0.smithi055.stdout: "[1677721600000, 3355443199999]", 2023-10-14T00:01:50.638 INFO:tasks.workunit.client.0.smithi055.stdout: "[3355443200000, 6710886399999]", 2023-10-14T00:01:50.639 INFO:tasks.workunit.client.0.smithi055.stdout: "[6710886400000, 13421772799999]", 2023-10-14T00:01:50.639 INFO:tasks.workunit.client.0.smithi055.stdout: "[13421772800000, 26843545599999]", 2023-10-14T00:01:50.639 INFO:tasks.workunit.client.0.smithi055.stdout: "[26843545600000, 53687091199999]", 2023-10-14T00:01:50.639 INFO:tasks.workunit.client.0.smithi055.stdout: "[53687091200000, None]" 2023-10-14T00:01:50.639 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:50.640 INFO:tasks.workunit.client.0.smithi055.stdout: "scale_type": "log2" 2023-10-14T00:01:50.640 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.640 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:50.640 INFO:tasks.workunit.client.0.smithi055.stdout: "buckets": 32, 2023-10-14T00:01:50.640 INFO:tasks.workunit.client.0.smithi055.stdout: "min": 0, 2023-10-14T00:01:50.641 INFO:tasks.workunit.client.0.smithi055.stdout: "name": "Request size (bytes)", 2023-10-14T00:01:50.641 INFO:tasks.workunit.client.0.smithi055.stdout: "quant_size": 512, 2023-10-14T00:01:50.641 INFO:tasks.workunit.client.0.smithi055.stdout: "ranges": [ 2023-10-14T00:01:50.641 INFO:tasks.workunit.client.0.smithi055.stdout: "[None, -1]", 2023-10-14T00:01:50.641 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 511]", 2023-10-14T00:01:50.641 INFO:tasks.workunit.client.0.smithi055.stdout: "[512, 1023]", 2023-10-14T00:01:50.642 INFO:tasks.workunit.client.0.smithi055.stdout: "[1024, 2047]", 2023-10-14T00:01:50.642 INFO:tasks.workunit.client.0.smithi055.stdout: "[2048, 4095]", 2023-10-14T00:01:50.642 INFO:tasks.workunit.client.0.smithi055.stdout: "[4096, 8191]", 2023-10-14T00:01:50.642 INFO:tasks.workunit.client.0.smithi055.stdout: "[8192, 16383]", 2023-10-14T00:01:50.642 INFO:tasks.workunit.client.0.smithi055.stdout: "[16384, 32767]", 2023-10-14T00:01:50.643 INFO:tasks.workunit.client.0.smithi055.stdout: "[32768, 65535]", 2023-10-14T00:01:50.643 INFO:tasks.workunit.client.0.smithi055.stdout: "[65536, 131071]", 2023-10-14T00:01:50.643 INFO:tasks.workunit.client.0.smithi055.stdout: "[131072, 262143]", 2023-10-14T00:01:50.643 INFO:tasks.workunit.client.0.smithi055.stdout: "[262144, 524287]", 2023-10-14T00:01:50.643 INFO:tasks.workunit.client.0.smithi055.stdout: "[524288, 1048575]", 2023-10-14T00:01:50.644 INFO:tasks.workunit.client.0.smithi055.stdout: "[1048576, 2097151]", 2023-10-14T00:01:50.644 INFO:tasks.workunit.client.0.smithi055.stdout: "[2097152, 4194303]", 2023-10-14T00:01:50.644 INFO:tasks.workunit.client.0.smithi055.stdout: "[4194304, 8388607]", 2023-10-14T00:01:50.644 INFO:tasks.workunit.client.0.smithi055.stdout: "[8388608, 16777215]", 2023-10-14T00:01:50.644 INFO:tasks.workunit.client.0.smithi055.stdout: "[16777216, 33554431]", 2023-10-14T00:01:50.645 INFO:tasks.workunit.client.0.smithi055.stdout: "[33554432, 67108863]", 2023-10-14T00:01:50.645 INFO:tasks.workunit.client.0.smithi055.stdout: "[67108864, 134217727]", 2023-10-14T00:01:50.645 INFO:tasks.workunit.client.0.smithi055.stdout: "[134217728, 268435455]", 2023-10-14T00:01:50.645 INFO:tasks.workunit.client.0.smithi055.stdout: "[268435456, 536870911]", 2023-10-14T00:01:50.645 INFO:tasks.workunit.client.0.smithi055.stdout: "[536870912, 1073741823]", 2023-10-14T00:01:50.646 INFO:tasks.workunit.client.0.smithi055.stdout: "[1073741824, 2147483647]", 2023-10-14T00:01:50.646 INFO:tasks.workunit.client.0.smithi055.stdout: "[2147483648, 4294967295]", 2023-10-14T00:01:50.646 INFO:tasks.workunit.client.0.smithi055.stdout: "[4294967296, 8589934591]", 2023-10-14T00:01:50.646 INFO:tasks.workunit.client.0.smithi055.stdout: "[8589934592, 17179869183]", 2023-10-14T00:01:50.646 INFO:tasks.workunit.client.0.smithi055.stdout: "[17179869184, 34359738367]", 2023-10-14T00:01:50.646 INFO:tasks.workunit.client.0.smithi055.stdout: "[34359738368, 68719476735]", 2023-10-14T00:01:50.647 INFO:tasks.workunit.client.0.smithi055.stdout: "[68719476736, 137438953471]", 2023-10-14T00:01:50.647 INFO:tasks.workunit.client.0.smithi055.stdout: "[137438953472, 274877906943]", 2023-10-14T00:01:50.647 INFO:tasks.workunit.client.0.smithi055.stdout: "[274877906944, None]" 2023-10-14T00:01:50.647 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:50.648 INFO:tasks.workunit.client.0.smithi055.stdout: "scale_type": "log2" 2023-10-14T00:01:50.648 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.648 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:50.648 INFO:tasks.workunit.client.0.smithi055.stdout: "osds": [ 2023-10-14T00:01:50.648 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:50.649 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 0, 2023-10-14T00:01:50.649 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:50.649 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.649 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.649 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.650 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.650 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.650 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.650 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.650 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.651 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.651 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.651 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.651 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.651 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.651 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.652 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.652 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.652 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.652 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.652 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.653 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.653 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.653 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.653 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.653 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.653 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.654 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.654 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.654 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.654 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.654 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.655 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.655 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:50.655 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:50.655 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.655 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:50.656 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 1, 2023-10-14T00:01:50.656 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:50.656 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.656 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.656 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.657 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.657 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.657 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 21, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.657 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.657 INFO:tasks.workunit.client.0.smithi055.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-10-14T00:01:50.658 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.658 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.658 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.658 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.658 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.659 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.659 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.659 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.659 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.659 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.659 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.660 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.660 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.660 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.660 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.660 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.661 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.661 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.661 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.661 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.661 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.662 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.662 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.662 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:50.662 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:50.662 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.662 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:50.663 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 2, 2023-10-14T00:01:50.663 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:50.663 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.663 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.663 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.664 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.664 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.664 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.664 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.664 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.664 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.665 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.665 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.665 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.665 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.665 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.666 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.666 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.666 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.666 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.666 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.667 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.667 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.667 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.667 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.667 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.668 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.668 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.668 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.668 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.668 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.668 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.669 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.669 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:50.669 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:50.669 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.669 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:50.670 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 3, 2023-10-14T00:01:50.670 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:50.670 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.670 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.670 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.671 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.671 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.671 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.671 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.671 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.672 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.672 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.672 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.672 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.672 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.673 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.673 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.673 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.673 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.673 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.673 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.674 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.674 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.674 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.674 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.674 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.675 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.675 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.675 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.675 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.675 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.676 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.676 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.676 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:50.676 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:50.676 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.677 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:50.677 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 4, 2023-10-14T00:01:50.677 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:50.677 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.677 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.677 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.678 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.678 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.678 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.678 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.679 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.679 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.679 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.679 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.679 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.679 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.680 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.680 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.680 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.680 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.680 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.681 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.681 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.681 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.681 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.681 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.681 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.682 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.682 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.682 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.682 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.683 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.683 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.683 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.683 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:50.683 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:50.683 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.684 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:50.684 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 5, 2023-10-14T00:01:50.684 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:50.684 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.684 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.685 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.685 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.685 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.685 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.685 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.686 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.686 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.686 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.686 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.686 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.687 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.687 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.687 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.687 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.687 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.688 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.688 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.688 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.688 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.688 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.689 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.689 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.689 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.689 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.689 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.690 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.690 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.690 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.690 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.690 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:50.691 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:50.691 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.691 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:50.691 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 6, 2023-10-14T00:01:50.691 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:50.691 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.692 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.692 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.692 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.692 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.692 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.693 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.693 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.693 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.693 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.693 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.693 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.694 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.694 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.694 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.694 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.694 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.695 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.695 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.695 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.695 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.695 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.696 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.696 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.696 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.696 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.696 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.697 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.697 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.697 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.697 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.697 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:50.697 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:50.698 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.698 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:50.698 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 7, 2023-10-14T00:01:50.698 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:50.698 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.699 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.699 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.699 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.699 INFO:tasks.workunit.client.0.smithi055.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-10-14T00:01:50.699 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 42, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.700 INFO:tasks.workunit.client.0.smithi055.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-10-14T00:01:50.700 INFO:tasks.workunit.client.0.smithi055.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-10-14T00:01:50.700 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.700 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.700 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.700 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.701 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.701 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.701 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.701 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.701 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.702 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.702 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.702 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.702 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.702 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.703 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.703 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.703 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.703 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.703 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.704 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.704 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.704 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.704 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.704 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:50.704 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:50.705 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.705 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:50.705 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.705 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_latency_out_bytes_histogram": { 2023-10-14T00:01:50.705 INFO:tasks.workunit.client.0.smithi055.stdout: "axes": [ 2023-10-14T00:01:50.706 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:50.706 INFO:tasks.workunit.client.0.smithi055.stdout: "buckets": 32, 2023-10-14T00:01:50.706 INFO:tasks.workunit.client.0.smithi055.stdout: "min": 0, 2023-10-14T00:01:50.706 INFO:tasks.workunit.client.0.smithi055.stdout: "name": "Latency (usec)", 2023-10-14T00:01:50.706 INFO:tasks.workunit.client.0.smithi055.stdout: "quant_size": 100000, 2023-10-14T00:01:50.707 INFO:tasks.workunit.client.0.smithi055.stdout: "ranges": [ 2023-10-14T00:01:50.707 INFO:tasks.workunit.client.0.smithi055.stdout: "[None, -1]", 2023-10-14T00:01:50.707 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 99999]", 2023-10-14T00:01:50.708 INFO:tasks.workunit.client.0.smithi055.stdout: "[100000, 199999]", 2023-10-14T00:01:50.708 INFO:tasks.workunit.client.0.smithi055.stdout: "[200000, 399999]", 2023-10-14T00:01:50.708 INFO:tasks.workunit.client.0.smithi055.stdout: "[400000, 799999]", 2023-10-14T00:01:50.708 INFO:tasks.workunit.client.0.smithi055.stdout: "[800000, 1599999]", 2023-10-14T00:01:50.708 INFO:tasks.workunit.client.0.smithi055.stdout: "[1600000, 3199999]", 2023-10-14T00:01:50.708 INFO:tasks.workunit.client.0.smithi055.stdout: "[3200000, 6399999]", 2023-10-14T00:01:50.709 INFO:tasks.workunit.client.0.smithi055.stdout: "[6400000, 12799999]", 2023-10-14T00:01:50.709 INFO:tasks.workunit.client.0.smithi055.stdout: "[12800000, 25599999]", 2023-10-14T00:01:50.709 INFO:tasks.workunit.client.0.smithi055.stdout: "[25600000, 51199999]", 2023-10-14T00:01:50.709 INFO:tasks.workunit.client.0.smithi055.stdout: "[51200000, 102399999]", 2023-10-14T00:01:50.709 INFO:tasks.workunit.client.0.smithi055.stdout: "[102400000, 204799999]", 2023-10-14T00:01:50.710 INFO:tasks.workunit.client.0.smithi055.stdout: "[204800000, 409599999]", 2023-10-14T00:01:50.710 INFO:tasks.workunit.client.0.smithi055.stdout: "[409600000, 819199999]", 2023-10-14T00:01:50.710 INFO:tasks.workunit.client.0.smithi055.stdout: "[819200000, 1638399999]", 2023-10-14T00:01:50.710 INFO:tasks.workunit.client.0.smithi055.stdout: "[1638400000, 3276799999]", 2023-10-14T00:01:50.710 INFO:tasks.workunit.client.0.smithi055.stdout: "[3276800000, 6553599999]", 2023-10-14T00:01:50.711 INFO:tasks.workunit.client.0.smithi055.stdout: "[6553600000, 13107199999]", 2023-10-14T00:01:50.711 INFO:tasks.workunit.client.0.smithi055.stdout: "[13107200000, 26214399999]", 2023-10-14T00:01:50.711 INFO:tasks.workunit.client.0.smithi055.stdout: "[26214400000, 52428799999]", 2023-10-14T00:01:50.711 INFO:tasks.workunit.client.0.smithi055.stdout: "[52428800000, 104857599999]", 2023-10-14T00:01:50.711 INFO:tasks.workunit.client.0.smithi055.stdout: "[104857600000, 209715199999]", 2023-10-14T00:01:50.712 INFO:tasks.workunit.client.0.smithi055.stdout: "[209715200000, 419430399999]", 2023-10-14T00:01:50.712 INFO:tasks.workunit.client.0.smithi055.stdout: "[419430400000, 838860799999]", 2023-10-14T00:01:50.712 INFO:tasks.workunit.client.0.smithi055.stdout: "[838860800000, 1677721599999]", 2023-10-14T00:01:50.712 INFO:tasks.workunit.client.0.smithi055.stdout: "[1677721600000, 3355443199999]", 2023-10-14T00:01:50.712 INFO:tasks.workunit.client.0.smithi055.stdout: "[3355443200000, 6710886399999]", 2023-10-14T00:01:50.712 INFO:tasks.workunit.client.0.smithi055.stdout: "[6710886400000, 13421772799999]", 2023-10-14T00:01:50.713 INFO:tasks.workunit.client.0.smithi055.stdout: "[13421772800000, 26843545599999]", 2023-10-14T00:01:50.713 INFO:tasks.workunit.client.0.smithi055.stdout: "[26843545600000, 53687091199999]", 2023-10-14T00:01:50.713 INFO:tasks.workunit.client.0.smithi055.stdout: "[53687091200000, None]" 2023-10-14T00:01:50.713 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:50.713 INFO:tasks.workunit.client.0.smithi055.stdout: "scale_type": "log2" 2023-10-14T00:01:50.714 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.714 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:50.714 INFO:tasks.workunit.client.0.smithi055.stdout: "buckets": 32, 2023-10-14T00:01:50.714 INFO:tasks.workunit.client.0.smithi055.stdout: "min": 0, 2023-10-14T00:01:50.714 INFO:tasks.workunit.client.0.smithi055.stdout: "name": "Request size (bytes)", 2023-10-14T00:01:50.715 INFO:tasks.workunit.client.0.smithi055.stdout: "quant_size": 512, 2023-10-14T00:01:50.715 INFO:tasks.workunit.client.0.smithi055.stdout: "ranges": [ 2023-10-14T00:01:50.715 INFO:tasks.workunit.client.0.smithi055.stdout: "[None, -1]", 2023-10-14T00:01:50.715 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 511]", 2023-10-14T00:01:50.715 INFO:tasks.workunit.client.0.smithi055.stdout: "[512, 1023]", 2023-10-14T00:01:50.715 INFO:tasks.workunit.client.0.smithi055.stdout: "[1024, 2047]", 2023-10-14T00:01:50.716 INFO:tasks.workunit.client.0.smithi055.stdout: "[2048, 4095]", 2023-10-14T00:01:50.716 INFO:tasks.workunit.client.0.smithi055.stdout: "[4096, 8191]", 2023-10-14T00:01:50.716 INFO:tasks.workunit.client.0.smithi055.stdout: "[8192, 16383]", 2023-10-14T00:01:50.716 INFO:tasks.workunit.client.0.smithi055.stdout: "[16384, 32767]", 2023-10-14T00:01:50.716 INFO:tasks.workunit.client.0.smithi055.stdout: "[32768, 65535]", 2023-10-14T00:01:50.717 INFO:tasks.workunit.client.0.smithi055.stdout: "[65536, 131071]", 2023-10-14T00:01:50.717 INFO:tasks.workunit.client.0.smithi055.stdout: "[131072, 262143]", 2023-10-14T00:01:50.717 INFO:tasks.workunit.client.0.smithi055.stdout: "[262144, 524287]", 2023-10-14T00:01:50.717 INFO:tasks.workunit.client.0.smithi055.stdout: "[524288, 1048575]", 2023-10-14T00:01:50.717 INFO:tasks.workunit.client.0.smithi055.stdout: "[1048576, 2097151]", 2023-10-14T00:01:50.718 INFO:tasks.workunit.client.0.smithi055.stdout: "[2097152, 4194303]", 2023-10-14T00:01:50.718 INFO:tasks.workunit.client.0.smithi055.stdout: "[4194304, 8388607]", 2023-10-14T00:01:50.718 INFO:tasks.workunit.client.0.smithi055.stdout: "[8388608, 16777215]", 2023-10-14T00:01:50.718 INFO:tasks.workunit.client.0.smithi055.stdout: "[16777216, 33554431]", 2023-10-14T00:01:50.718 INFO:tasks.workunit.client.0.smithi055.stdout: "[33554432, 67108863]", 2023-10-14T00:01:50.718 INFO:tasks.workunit.client.0.smithi055.stdout: "[67108864, 134217727]", 2023-10-14T00:01:50.719 INFO:tasks.workunit.client.0.smithi055.stdout: "[134217728, 268435455]", 2023-10-14T00:01:50.719 INFO:tasks.workunit.client.0.smithi055.stdout: "[268435456, 536870911]", 2023-10-14T00:01:50.719 INFO:tasks.workunit.client.0.smithi055.stdout: "[536870912, 1073741823]", 2023-10-14T00:01:50.719 INFO:tasks.workunit.client.0.smithi055.stdout: "[1073741824, 2147483647]", 2023-10-14T00:01:50.719 INFO:tasks.workunit.client.0.smithi055.stdout: "[2147483648, 4294967295]", 2023-10-14T00:01:50.720 INFO:tasks.workunit.client.0.smithi055.stdout: "[4294967296, 8589934591]", 2023-10-14T00:01:50.720 INFO:tasks.workunit.client.0.smithi055.stdout: "[8589934592, 17179869183]", 2023-10-14T00:01:50.720 INFO:tasks.workunit.client.0.smithi055.stdout: "[17179869184, 34359738367]", 2023-10-14T00:01:50.720 INFO:tasks.workunit.client.0.smithi055.stdout: "[34359738368, 68719476735]", 2023-10-14T00:01:50.720 INFO:tasks.workunit.client.0.smithi055.stdout: "[68719476736, 137438953471]", 2023-10-14T00:01:50.721 INFO:tasks.workunit.client.0.smithi055.stdout: "[137438953472, 274877906943]", 2023-10-14T00:01:50.721 INFO:tasks.workunit.client.0.smithi055.stdout: "[274877906944, None]" 2023-10-14T00:01:50.721 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:50.721 INFO:tasks.workunit.client.0.smithi055.stdout: "scale_type": "log2" 2023-10-14T00:01:50.721 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.721 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:50.722 INFO:tasks.workunit.client.0.smithi055.stdout: "osds": [ 2023-10-14T00:01:50.722 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:50.722 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 0, 2023-10-14T00:01:50.722 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:50.722 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.723 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.723 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.723 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.723 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.723 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.724 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.724 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.724 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.724 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.725 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.725 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.725 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.725 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.725 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.725 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.726 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.726 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.726 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.726 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.726 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.727 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.727 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.727 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.727 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.727 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.728 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.728 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.728 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.728 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.728 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.729 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:50.729 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:50.729 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.729 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:50.729 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 1, 2023-10-14T00:01:50.730 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:50.730 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.730 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.730 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.730 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.731 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.731 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 21, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.731 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.731 INFO:tasks.workunit.client.0.smithi055.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-10-14T00:01:50.731 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.731 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.732 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.732 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.732 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.732 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.732 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.732 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.733 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.733 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.733 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.733 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.733 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.734 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.734 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.734 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.734 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.734 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.735 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.735 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.735 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.735 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.735 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.735 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:50.736 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:50.736 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.736 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:50.736 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 2, 2023-10-14T00:01:50.736 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:50.737 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.737 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.737 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.737 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.738 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.738 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.738 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.738 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.738 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.739 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.739 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.739 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.739 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.739 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.740 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.740 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.740 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.740 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.740 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.740 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.741 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.741 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.741 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.741 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.741 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.742 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.742 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.742 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.742 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.742 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.743 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.743 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:50.743 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:50.743 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.743 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:50.743 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 3, 2023-10-14T00:01:50.744 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:50.744 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.744 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.744 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.744 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.745 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.745 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.745 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.745 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.745 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.746 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.746 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.746 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.746 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.746 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.747 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.747 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.747 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.747 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.747 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.748 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.748 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.748 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.748 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.748 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.748 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.749 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.749 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.749 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.749 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.749 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.750 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.750 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:50.750 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:50.750 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.750 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:50.751 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 4, 2023-10-14T00:01:50.751 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:50.751 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.751 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.751 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.752 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.752 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.752 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.752 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.752 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.753 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.753 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.753 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.753 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.753 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.753 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.754 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.754 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.754 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.754 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.754 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.755 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.755 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.755 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.755 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.755 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.756 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.756 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.756 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.756 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.756 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.756 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.757 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.757 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:50.757 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:50.757 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.757 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:50.758 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 5, 2023-10-14T00:01:50.758 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:50.758 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.758 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.758 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.759 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.759 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.759 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.759 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.759 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.760 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.760 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.760 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.760 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.760 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.760 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.761 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.761 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.761 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.761 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.761 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.762 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.762 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.762 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.762 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.762 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.763 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.763 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.763 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.763 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.763 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.764 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.764 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.764 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:50.764 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:50.764 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.764 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:50.765 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 6, 2023-10-14T00:01:50.765 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:50.765 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.765 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.765 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.766 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.766 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.766 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.766 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.766 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.767 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.767 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.767 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.767 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.767 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.768 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.768 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.768 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.768 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.768 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.769 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.769 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.769 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.769 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.769 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.770 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.770 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.770 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.770 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.770 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.770 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.771 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.771 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.771 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:50.771 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:50.771 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.772 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:50.772 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 7, 2023-10-14T00:01:50.772 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:50.772 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.772 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.772 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.773 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.773 INFO:tasks.workunit.client.0.smithi055.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-10-14T00:01:50.773 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 42, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.773 INFO:tasks.workunit.client.0.smithi055.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-10-14T00:01:50.773 INFO:tasks.workunit.client.0.smithi055.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-10-14T00:01:50.774 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.774 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.774 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.774 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.774 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.775 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.775 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.775 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.775 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.775 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.776 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.776 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.776 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.776 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.776 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.776 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.777 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.777 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.777 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.777 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.777 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.778 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.778 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.778 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:50.778 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:50.778 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.779 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:50.779 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.779 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_latency_in_bytes_histogram": { 2023-10-14T00:01:50.779 INFO:tasks.workunit.client.0.smithi055.stdout: "axes": [ 2023-10-14T00:01:50.779 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:50.780 INFO:tasks.workunit.client.0.smithi055.stdout: "buckets": 32, 2023-10-14T00:01:50.780 INFO:tasks.workunit.client.0.smithi055.stdout: "min": 0, 2023-10-14T00:01:50.780 INFO:tasks.workunit.client.0.smithi055.stdout: "name": "Latency (usec)", 2023-10-14T00:01:50.780 INFO:tasks.workunit.client.0.smithi055.stdout: "quant_size": 100000, 2023-10-14T00:01:50.780 INFO:tasks.workunit.client.0.smithi055.stdout: "ranges": [ 2023-10-14T00:01:50.781 INFO:tasks.workunit.client.0.smithi055.stdout: "[None, -1]", 2023-10-14T00:01:50.781 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 99999]", 2023-10-14T00:01:50.781 INFO:tasks.workunit.client.0.smithi055.stdout: "[100000, 199999]", 2023-10-14T00:01:50.781 INFO:tasks.workunit.client.0.smithi055.stdout: "[200000, 399999]", 2023-10-14T00:01:50.781 INFO:tasks.workunit.client.0.smithi055.stdout: "[400000, 799999]", 2023-10-14T00:01:50.782 INFO:tasks.workunit.client.0.smithi055.stdout: "[800000, 1599999]", 2023-10-14T00:01:50.782 INFO:tasks.workunit.client.0.smithi055.stdout: "[1600000, 3199999]", 2023-10-14T00:01:50.782 INFO:tasks.workunit.client.0.smithi055.stdout: "[3200000, 6399999]", 2023-10-14T00:01:50.782 INFO:tasks.workunit.client.0.smithi055.stdout: "[6400000, 12799999]", 2023-10-14T00:01:50.782 INFO:tasks.workunit.client.0.smithi055.stdout: "[12800000, 25599999]", 2023-10-14T00:01:50.783 INFO:tasks.workunit.client.0.smithi055.stdout: "[25600000, 51199999]", 2023-10-14T00:01:50.783 INFO:tasks.workunit.client.0.smithi055.stdout: "[51200000, 102399999]", 2023-10-14T00:01:50.783 INFO:tasks.workunit.client.0.smithi055.stdout: "[102400000, 204799999]", 2023-10-14T00:01:50.783 INFO:tasks.workunit.client.0.smithi055.stdout: "[204800000, 409599999]", 2023-10-14T00:01:50.783 INFO:tasks.workunit.client.0.smithi055.stdout: "[409600000, 819199999]", 2023-10-14T00:01:50.783 INFO:tasks.workunit.client.0.smithi055.stdout: "[819200000, 1638399999]", 2023-10-14T00:01:50.784 INFO:tasks.workunit.client.0.smithi055.stdout: "[1638400000, 3276799999]", 2023-10-14T00:01:50.784 INFO:tasks.workunit.client.0.smithi055.stdout: "[3276800000, 6553599999]", 2023-10-14T00:01:50.784 INFO:tasks.workunit.client.0.smithi055.stdout: "[6553600000, 13107199999]", 2023-10-14T00:01:50.784 INFO:tasks.workunit.client.0.smithi055.stdout: "[13107200000, 26214399999]", 2023-10-14T00:01:50.784 INFO:tasks.workunit.client.0.smithi055.stdout: "[26214400000, 52428799999]", 2023-10-14T00:01:50.785 INFO:tasks.workunit.client.0.smithi055.stdout: "[52428800000, 104857599999]", 2023-10-14T00:01:50.785 INFO:tasks.workunit.client.0.smithi055.stdout: "[104857600000, 209715199999]", 2023-10-14T00:01:50.785 INFO:tasks.workunit.client.0.smithi055.stdout: "[209715200000, 419430399999]", 2023-10-14T00:01:50.785 INFO:tasks.workunit.client.0.smithi055.stdout: "[419430400000, 838860799999]", 2023-10-14T00:01:50.785 INFO:tasks.workunit.client.0.smithi055.stdout: "[838860800000, 1677721599999]", 2023-10-14T00:01:50.785 INFO:tasks.workunit.client.0.smithi055.stdout: "[1677721600000, 3355443199999]", 2023-10-14T00:01:50.786 INFO:tasks.workunit.client.0.smithi055.stdout: "[3355443200000, 6710886399999]", 2023-10-14T00:01:50.786 INFO:tasks.workunit.client.0.smithi055.stdout: "[6710886400000, 13421772799999]", 2023-10-14T00:01:50.786 INFO:tasks.workunit.client.0.smithi055.stdout: "[13421772800000, 26843545599999]", 2023-10-14T00:01:50.786 INFO:tasks.workunit.client.0.smithi055.stdout: "[26843545600000, 53687091199999]", 2023-10-14T00:01:50.786 INFO:tasks.workunit.client.0.smithi055.stdout: "[53687091200000, None]" 2023-10-14T00:01:50.787 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:50.787 INFO:tasks.workunit.client.0.smithi055.stdout: "scale_type": "log2" 2023-10-14T00:01:50.787 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.787 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:50.787 INFO:tasks.workunit.client.0.smithi055.stdout: "buckets": 32, 2023-10-14T00:01:50.788 INFO:tasks.workunit.client.0.smithi055.stdout: "min": 0, 2023-10-14T00:01:50.788 INFO:tasks.workunit.client.0.smithi055.stdout: "name": "Request size (bytes)", 2023-10-14T00:01:50.788 INFO:tasks.workunit.client.0.smithi055.stdout: "quant_size": 512, 2023-10-14T00:01:50.788 INFO:tasks.workunit.client.0.smithi055.stdout: "ranges": [ 2023-10-14T00:01:50.788 INFO:tasks.workunit.client.0.smithi055.stdout: "[None, -1]", 2023-10-14T00:01:50.788 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 511]", 2023-10-14T00:01:50.789 INFO:tasks.workunit.client.0.smithi055.stdout: "[512, 1023]", 2023-10-14T00:01:50.789 INFO:tasks.workunit.client.0.smithi055.stdout: "[1024, 2047]", 2023-10-14T00:01:50.789 INFO:tasks.workunit.client.0.smithi055.stdout: "[2048, 4095]", 2023-10-14T00:01:50.789 INFO:tasks.workunit.client.0.smithi055.stdout: "[4096, 8191]", 2023-10-14T00:01:50.789 INFO:tasks.workunit.client.0.smithi055.stdout: "[8192, 16383]", 2023-10-14T00:01:50.790 INFO:tasks.workunit.client.0.smithi055.stdout: "[16384, 32767]", 2023-10-14T00:01:50.790 INFO:tasks.workunit.client.0.smithi055.stdout: "[32768, 65535]", 2023-10-14T00:01:50.790 INFO:tasks.workunit.client.0.smithi055.stdout: "[65536, 131071]", 2023-10-14T00:01:50.790 INFO:tasks.workunit.client.0.smithi055.stdout: "[131072, 262143]", 2023-10-14T00:01:50.790 INFO:tasks.workunit.client.0.smithi055.stdout: "[262144, 524287]", 2023-10-14T00:01:50.791 INFO:tasks.workunit.client.0.smithi055.stdout: "[524288, 1048575]", 2023-10-14T00:01:50.791 INFO:tasks.workunit.client.0.smithi055.stdout: "[1048576, 2097151]", 2023-10-14T00:01:50.791 INFO:tasks.workunit.client.0.smithi055.stdout: "[2097152, 4194303]", 2023-10-14T00:01:50.791 INFO:tasks.workunit.client.0.smithi055.stdout: "[4194304, 8388607]", 2023-10-14T00:01:50.791 INFO:tasks.workunit.client.0.smithi055.stdout: "[8388608, 16777215]", 2023-10-14T00:01:50.791 INFO:tasks.workunit.client.0.smithi055.stdout: "[16777216, 33554431]", 2023-10-14T00:01:50.792 INFO:tasks.workunit.client.0.smithi055.stdout: "[33554432, 67108863]", 2023-10-14T00:01:50.792 INFO:tasks.workunit.client.0.smithi055.stdout: "[67108864, 134217727]", 2023-10-14T00:01:50.792 INFO:tasks.workunit.client.0.smithi055.stdout: "[134217728, 268435455]", 2023-10-14T00:01:50.792 INFO:tasks.workunit.client.0.smithi055.stdout: "[268435456, 536870911]", 2023-10-14T00:01:50.792 INFO:tasks.workunit.client.0.smithi055.stdout: "[536870912, 1073741823]", 2023-10-14T00:01:50.793 INFO:tasks.workunit.client.0.smithi055.stdout: "[1073741824, 2147483647]", 2023-10-14T00:01:50.793 INFO:tasks.workunit.client.0.smithi055.stdout: "[2147483648, 4294967295]", 2023-10-14T00:01:50.793 INFO:tasks.workunit.client.0.smithi055.stdout: "[4294967296, 8589934591]", 2023-10-14T00:01:50.793 INFO:tasks.workunit.client.0.smithi055.stdout: "[8589934592, 17179869183]", 2023-10-14T00:01:50.793 INFO:tasks.workunit.client.0.smithi055.stdout: "[17179869184, 34359738367]", 2023-10-14T00:01:50.793 INFO:tasks.workunit.client.0.smithi055.stdout: "[34359738368, 68719476735]", 2023-10-14T00:01:50.794 INFO:tasks.workunit.client.0.smithi055.stdout: "[68719476736, 137438953471]", 2023-10-14T00:01:50.794 INFO:tasks.workunit.client.0.smithi055.stdout: "[137438953472, 274877906943]", 2023-10-14T00:01:50.794 INFO:tasks.workunit.client.0.smithi055.stdout: "[274877906944, None]" 2023-10-14T00:01:50.794 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:50.794 INFO:tasks.workunit.client.0.smithi055.stdout: "scale_type": "log2" 2023-10-14T00:01:50.795 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.795 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:50.795 INFO:tasks.workunit.client.0.smithi055.stdout: "osds": [ 2023-10-14T00:01:50.795 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:50.795 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 0, 2023-10-14T00:01:50.796 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:50.796 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.796 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.796 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.796 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.796 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.797 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.797 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.797 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.797 INFO:tasks.workunit.client.0.smithi055.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-10-14T00:01:50.797 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.798 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.798 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.798 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.798 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.798 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.799 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.799 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.799 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.799 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.799 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.800 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.800 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.800 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.800 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.800 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.801 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.801 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.801 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.801 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.801 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.801 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.802 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:50.802 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:50.802 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.802 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:50.802 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 1, 2023-10-14T00:01:50.803 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:50.803 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.803 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.803 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.803 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.804 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.804 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 12, 2, 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-10-14T00:01:50.804 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 9, 3, 0, 0, 0, 0, 0, 0, 18, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.804 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 18, 3, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.804 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 15, 0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.804 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.805 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.805 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.805 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.805 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.805 INFO:tasks.workunit.client.0.smithi055.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-10-14T00:01:50.806 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.806 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.806 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.806 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.806 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.807 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.807 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.807 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.807 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.807 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.807 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.808 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.808 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.808 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.808 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.808 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.809 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:50.809 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:50.809 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.809 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:50.809 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 2, 2023-10-14T00:01:50.809 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:50.810 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.810 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.810 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.810 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.810 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.811 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.811 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.811 INFO:tasks.workunit.client.0.smithi055.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-10-14T00:01:50.811 INFO:tasks.workunit.client.0.smithi055.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-10-14T00:01:50.811 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.812 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.812 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.812 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.812 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.812 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.813 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.813 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.813 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.813 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.813 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.814 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.814 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.814 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.814 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.814 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.814 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.815 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.815 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.815 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.815 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.815 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.816 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:50.816 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:50.816 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.816 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:50.816 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 3, 2023-10-14T00:01:50.817 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:50.817 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.817 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.817 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.817 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.817 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.818 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.818 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.818 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.818 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.818 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.819 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.819 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.819 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.819 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.819 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.820 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.820 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.820 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.820 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.820 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.820 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.821 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.821 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.821 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.821 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.821 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.822 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.822 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.822 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.822 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.822 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.823 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:50.823 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:50.823 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.823 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:50.823 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 4, 2023-10-14T00:01:50.823 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:50.824 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.824 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.824 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.824 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.824 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.825 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.825 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.825 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.825 INFO:tasks.workunit.client.0.smithi055.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-10-14T00:01:50.825 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.826 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.826 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.826 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.826 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.826 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.827 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.827 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.827 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.827 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.827 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.828 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.828 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.828 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.828 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.828 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.829 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.829 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.829 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.829 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.829 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.830 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.830 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:50.830 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:50.830 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.830 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:50.831 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 5, 2023-10-14T00:01:50.831 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:50.831 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.831 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.831 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.831 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.832 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.832 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.832 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.832 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.832 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.833 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.833 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.833 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.833 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.833 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.833 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.834 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.834 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.834 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.834 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.834 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.835 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.835 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.835 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.835 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.835 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.836 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.836 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.836 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.836 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.836 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.836 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.837 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:50.837 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:50.837 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.837 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:50.837 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 6, 2023-10-14T00:01:50.838 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:50.838 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.838 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.838 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.838 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.839 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.839 INFO:tasks.workunit.client.0.smithi055.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-10-14T00:01:50.839 INFO:tasks.workunit.client.0.smithi055.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-10-14T00:01:50.839 INFO:tasks.workunit.client.0.smithi055.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-10-14T00:01:50.839 INFO:tasks.workunit.client.0.smithi055.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-10-14T00:01:50.840 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.840 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.840 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.840 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.840 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.841 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.841 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.841 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.841 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.841 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.841 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.842 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.842 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.842 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.842 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.842 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.843 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.843 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.843 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.843 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.843 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.844 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.844 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:50.844 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:50.844 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.844 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:50.844 INFO:tasks.workunit.client.0.smithi055.stdout: "osd_id": 7, 2023-10-14T00:01:50.845 INFO:tasks.workunit.client.0.smithi055.stdout: "values": [ 2023-10-14T00:01:50.845 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.845 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.845 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.845 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.846 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.846 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 3, 0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.846 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 4, 3, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.846 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 15, 0, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.846 INFO:tasks.workunit.client.0.smithi055.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-10-14T00:01:50.847 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.847 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.847 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.847 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.847 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.848 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.848 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.848 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.848 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.848 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.848 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.849 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.849 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.849 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.849 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.849 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.850 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.850 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.850 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.850 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.850 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.851 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-10-14T00:01:50.851 INFO:tasks.workunit.client.0.smithi055.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-10-14T00:01:50.851 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:50.851 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.851 INFO:tasks.workunit.client.0.smithi055.stdout: ] 2023-10-14T00:01:50.852 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.852 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.852 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:50.852 INFO:tasks.workunit.client.0.smithi055.stdout: "perf_counters": { 2023-10-14T00:01:50.852 INFO:tasks.workunit.client.0.smithi055.stdout: "mds.fe904ab04ef150d6a4985b523e27aa3168a6aa96": { 2023-10-14T00:01:50.853 INFO:tasks.workunit.client.0.smithi055.stdout: "mds": { 2023-10-14T00:01:50.853 INFO:tasks.workunit.client.0.smithi055.stdout: "caps": { 2023-10-14T00:01:50.853 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.853 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.853 INFO:tasks.workunit.client.0.smithi055.stdout: "ceph_cap_op_flush_ack": { 2023-10-14T00:01:50.853 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.854 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.854 INFO:tasks.workunit.client.0.smithi055.stdout: "ceph_cap_op_flushsnap_ack": { 2023-10-14T00:01:50.854 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.854 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.854 INFO:tasks.workunit.client.0.smithi055.stdout: "ceph_cap_op_grant": { 2023-10-14T00:01:50.855 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.855 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.855 INFO:tasks.workunit.client.0.smithi055.stdout: "ceph_cap_op_revoke": { 2023-10-14T00:01:50.855 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.855 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.855 INFO:tasks.workunit.client.0.smithi055.stdout: "ceph_cap_op_trunc": { 2023-10-14T00:01:50.856 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.856 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.856 INFO:tasks.workunit.client.0.smithi055.stdout: "dir_commit": { 2023-10-14T00:01:50.856 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 12 2023-10-14T00:01:50.856 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.857 INFO:tasks.workunit.client.0.smithi055.stdout: "dir_fetch": { 2023-10-14T00:01:50.857 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.857 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.857 INFO:tasks.workunit.client.0.smithi055.stdout: "dir_merge": { 2023-10-14T00:01:50.857 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.857 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.858 INFO:tasks.workunit.client.0.smithi055.stdout: "dir_split": { 2023-10-14T00:01:50.858 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.858 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.858 INFO:tasks.workunit.client.0.smithi055.stdout: "exported_inodes": { 2023-10-14T00:01:50.858 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.859 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.859 INFO:tasks.workunit.client.0.smithi055.stdout: "forward": { 2023-10-14T00:01:50.859 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.859 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.859 INFO:tasks.workunit.client.0.smithi055.stdout: "handle_client_cap_release": { 2023-10-14T00:01:50.860 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.860 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.860 INFO:tasks.workunit.client.0.smithi055.stdout: "handle_client_caps": { 2023-10-14T00:01:50.860 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.860 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.860 INFO:tasks.workunit.client.0.smithi055.stdout: "handle_client_caps_dirty": { 2023-10-14T00:01:50.861 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.861 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.861 INFO:tasks.workunit.client.0.smithi055.stdout: "handle_inode_file_caps": { 2023-10-14T00:01:50.861 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.861 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.862 INFO:tasks.workunit.client.0.smithi055.stdout: "imported_inodes": { 2023-10-14T00:01:50.862 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.862 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.862 INFO:tasks.workunit.client.0.smithi055.stdout: "inodes": { 2023-10-14T00:01:50.862 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 10 2023-10-14T00:01:50.863 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.863 INFO:tasks.workunit.client.0.smithi055.stdout: "inodes_expired": { 2023-10-14T00:01:50.863 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.863 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.863 INFO:tasks.workunit.client.0.smithi055.stdout: "inodes_pinned": { 2023-10-14T00:01:50.863 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 10 2023-10-14T00:01:50.864 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.864 INFO:tasks.workunit.client.0.smithi055.stdout: "inodes_with_caps": { 2023-10-14T00:01:50.864 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.864 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.864 INFO:tasks.workunit.client.0.smithi055.stdout: "load_cent": { 2023-10-14T00:01:50.865 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.865 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.865 INFO:tasks.workunit.client.0.smithi055.stdout: "openino_dir_fetch": { 2023-10-14T00:01:50.865 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.865 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.866 INFO:tasks.workunit.client.0.smithi055.stdout: "process_request_cap_release": { 2023-10-14T00:01:50.866 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.866 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.866 INFO:tasks.workunit.client.0.smithi055.stdout: "reply_latency": { 2023-10-14T00:01:50.866 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 2, 2023-10-14T00:01:50.866 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 107440 2023-10-14T00:01:50.867 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.867 INFO:tasks.workunit.client.0.smithi055.stdout: "request": { 2023-10-14T00:01:50.867 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2 2023-10-14T00:01:50.867 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.867 INFO:tasks.workunit.client.0.smithi055.stdout: "root_rbytes": { 2023-10-14T00:01:50.868 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.868 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.868 INFO:tasks.workunit.client.0.smithi055.stdout: "root_rfiles": { 2023-10-14T00:01:50.868 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.868 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.868 INFO:tasks.workunit.client.0.smithi055.stdout: "root_rsnaps": { 2023-10-14T00:01:50.869 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.869 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.869 INFO:tasks.workunit.client.0.smithi055.stdout: "slow_reply": { 2023-10-14T00:01:50.869 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.869 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.870 INFO:tasks.workunit.client.0.smithi055.stdout: "subtrees": { 2023-10-14T00:01:50.870 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2 2023-10-14T00:01:50.870 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.870 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.870 INFO:tasks.workunit.client.0.smithi055.stdout: "mds_cache": { 2023-10-14T00:01:50.870 INFO:tasks.workunit.client.0.smithi055.stdout: "ireq_enqueue_scrub": { 2023-10-14T00:01:50.871 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.871 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.871 INFO:tasks.workunit.client.0.smithi055.stdout: "ireq_exportdir": { 2023-10-14T00:01:50.871 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.871 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.872 INFO:tasks.workunit.client.0.smithi055.stdout: "ireq_flush": { 2023-10-14T00:01:50.872 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.872 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.872 INFO:tasks.workunit.client.0.smithi055.stdout: "ireq_fragmentdir": { 2023-10-14T00:01:50.872 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.872 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.873 INFO:tasks.workunit.client.0.smithi055.stdout: "ireq_fragstats": { 2023-10-14T00:01:50.873 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.873 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.873 INFO:tasks.workunit.client.0.smithi055.stdout: "ireq_inodestats": { 2023-10-14T00:01:50.873 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.874 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.874 INFO:tasks.workunit.client.0.smithi055.stdout: "num_recovering_enqueued": { 2023-10-14T00:01:50.874 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.874 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.874 INFO:tasks.workunit.client.0.smithi055.stdout: "num_recovering_prioritized": { 2023-10-14T00:01:50.875 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.875 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.875 INFO:tasks.workunit.client.0.smithi055.stdout: "num_recovering_processing": { 2023-10-14T00:01:50.875 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.875 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.875 INFO:tasks.workunit.client.0.smithi055.stdout: "num_strays": { 2023-10-14T00:01:50.876 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.876 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.876 INFO:tasks.workunit.client.0.smithi055.stdout: "num_strays_delayed": { 2023-10-14T00:01:50.876 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.876 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.877 INFO:tasks.workunit.client.0.smithi055.stdout: "num_strays_enqueuing": { 2023-10-14T00:01:50.877 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.877 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.877 INFO:tasks.workunit.client.0.smithi055.stdout: "recovery_completed": { 2023-10-14T00:01:50.877 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.877 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.878 INFO:tasks.workunit.client.0.smithi055.stdout: "recovery_started": { 2023-10-14T00:01:50.878 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.878 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.878 INFO:tasks.workunit.client.0.smithi055.stdout: "strays_created": { 2023-10-14T00:01:50.878 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.879 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.879 INFO:tasks.workunit.client.0.smithi055.stdout: "strays_enqueued": { 2023-10-14T00:01:50.879 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.879 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.879 INFO:tasks.workunit.client.0.smithi055.stdout: "strays_migrated": { 2023-10-14T00:01:50.880 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.880 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.880 INFO:tasks.workunit.client.0.smithi055.stdout: "strays_reintegrated": { 2023-10-14T00:01:50.880 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.880 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.881 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.881 INFO:tasks.workunit.client.0.smithi055.stdout: "mds_log": { 2023-10-14T00:01:50.881 INFO:tasks.workunit.client.0.smithi055.stdout: "ev": { 2023-10-14T00:01:50.881 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 5 2023-10-14T00:01:50.881 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.882 INFO:tasks.workunit.client.0.smithi055.stdout: "evadd": { 2023-10-14T00:01:50.882 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 5 2023-10-14T00:01:50.882 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.882 INFO:tasks.workunit.client.0.smithi055.stdout: "evex": { 2023-10-14T00:01:50.882 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.883 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.883 INFO:tasks.workunit.client.0.smithi055.stdout: "evexd": { 2023-10-14T00:01:50.883 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.883 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.883 INFO:tasks.workunit.client.0.smithi055.stdout: "evexg": { 2023-10-14T00:01:50.883 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.884 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.884 INFO:tasks.workunit.client.0.smithi055.stdout: "evtrm": { 2023-10-14T00:01:50.884 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.884 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.884 INFO:tasks.workunit.client.0.smithi055.stdout: "jlat": { 2023-10-14T00:01:50.885 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 5, 2023-10-14T00:01:50.885 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 9185484 2023-10-14T00:01:50.885 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.885 INFO:tasks.workunit.client.0.smithi055.stdout: "replayed": { 2023-10-14T00:01:50.885 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.886 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.886 INFO:tasks.workunit.client.0.smithi055.stdout: "seg": { 2023-10-14T00:01:50.886 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1 2023-10-14T00:01:50.886 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.886 INFO:tasks.workunit.client.0.smithi055.stdout: "segadd": { 2023-10-14T00:01:50.887 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1 2023-10-14T00:01:50.887 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.887 INFO:tasks.workunit.client.0.smithi055.stdout: "segex": { 2023-10-14T00:01:50.887 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.887 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.887 INFO:tasks.workunit.client.0.smithi055.stdout: "segexd": { 2023-10-14T00:01:50.888 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.888 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.888 INFO:tasks.workunit.client.0.smithi055.stdout: "segexg": { 2023-10-14T00:01:50.888 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.888 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.889 INFO:tasks.workunit.client.0.smithi055.stdout: "segtrm": { 2023-10-14T00:01:50.889 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.889 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.889 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.889 INFO:tasks.workunit.client.0.smithi055.stdout: "mds_mem": { 2023-10-14T00:01:50.890 INFO:tasks.workunit.client.0.smithi055.stdout: "cap": { 2023-10-14T00:01:50.890 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.890 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.890 INFO:tasks.workunit.client.0.smithi055.stdout: "cap+": { 2023-10-14T00:01:50.890 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2 2023-10-14T00:01:50.891 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.891 INFO:tasks.workunit.client.0.smithi055.stdout: "cap-": { 2023-10-14T00:01:50.891 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2 2023-10-14T00:01:50.891 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.891 INFO:tasks.workunit.client.0.smithi055.stdout: "dir": { 2023-10-14T00:01:50.891 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 12 2023-10-14T00:01:50.892 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.892 INFO:tasks.workunit.client.0.smithi055.stdout: "dir+": { 2023-10-14T00:01:50.892 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 12 2023-10-14T00:01:50.892 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.892 INFO:tasks.workunit.client.0.smithi055.stdout: "dir-": { 2023-10-14T00:01:50.893 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.893 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.893 INFO:tasks.workunit.client.0.smithi055.stdout: "dn": { 2023-10-14T00:01:50.893 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 10 2023-10-14T00:01:50.893 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.893 INFO:tasks.workunit.client.0.smithi055.stdout: "dn+": { 2023-10-14T00:01:50.894 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 10 2023-10-14T00:01:50.894 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.894 INFO:tasks.workunit.client.0.smithi055.stdout: "dn-": { 2023-10-14T00:01:50.894 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.894 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.895 INFO:tasks.workunit.client.0.smithi055.stdout: "heap": { 2023-10-14T00:01:50.895 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 207132 2023-10-14T00:01:50.895 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.895 INFO:tasks.workunit.client.0.smithi055.stdout: "ino": { 2023-10-14T00:01:50.895 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 13 2023-10-14T00:01:50.896 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.896 INFO:tasks.workunit.client.0.smithi055.stdout: "ino+": { 2023-10-14T00:01:50.896 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 13 2023-10-14T00:01:50.896 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.896 INFO:tasks.workunit.client.0.smithi055.stdout: "ino-": { 2023-10-14T00:01:50.896 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.897 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.897 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.897 INFO:tasks.workunit.client.0.smithi055.stdout: "mds_server": { 2023-10-14T00:01:50.897 INFO:tasks.workunit.client.0.smithi055.stdout: "cap_acquisition_throttle": { 2023-10-14T00:01:50.897 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.898 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.898 INFO:tasks.workunit.client.0.smithi055.stdout: "cap_revoke_eviction": { 2023-10-14T00:01:50.898 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.898 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.898 INFO:tasks.workunit.client.0.smithi055.stdout: "handle_client_request": { 2023-10-14T00:01:50.898 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2 2023-10-14T00:01:50.899 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.899 INFO:tasks.workunit.client.0.smithi055.stdout: "handle_client_session": { 2023-10-14T00:01:50.899 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 16 2023-10-14T00:01:50.899 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.899 INFO:tasks.workunit.client.0.smithi055.stdout: "handle_peer_request": { 2023-10-14T00:01:50.900 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.900 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.900 INFO:tasks.workunit.client.0.smithi055.stdout: "req_create_latency": { 2023-10-14T00:01:50.900 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:50.901 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.901 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.901 INFO:tasks.workunit.client.0.smithi055.stdout: "req_getattr_latency": { 2023-10-14T00:01:50.901 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 2, 2023-10-14T00:01:50.901 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 107440 2023-10-14T00:01:50.901 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.902 INFO:tasks.workunit.client.0.smithi055.stdout: "req_getfilelock_latency": { 2023-10-14T00:01:50.902 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:50.902 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.902 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.902 INFO:tasks.workunit.client.0.smithi055.stdout: "req_getvxattr_latency": { 2023-10-14T00:01:50.903 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:50.903 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.903 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.903 INFO:tasks.workunit.client.0.smithi055.stdout: "req_link_latency": { 2023-10-14T00:01:50.903 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:50.904 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.904 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.904 INFO:tasks.workunit.client.0.smithi055.stdout: "req_lookup_latency": { 2023-10-14T00:01:50.904 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:50.904 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.904 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.905 INFO:tasks.workunit.client.0.smithi055.stdout: "req_lookuphash_latency": { 2023-10-14T00:01:50.905 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:50.905 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.905 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.905 INFO:tasks.workunit.client.0.smithi055.stdout: "req_lookupino_latency": { 2023-10-14T00:01:50.905 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:50.906 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.906 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.906 INFO:tasks.workunit.client.0.smithi055.stdout: "req_lookupname_latency": { 2023-10-14T00:01:50.906 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:50.906 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.907 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.907 INFO:tasks.workunit.client.0.smithi055.stdout: "req_lookupparent_latency": { 2023-10-14T00:01:50.907 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:50.907 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.907 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.908 INFO:tasks.workunit.client.0.smithi055.stdout: "req_lookupsnap_latency": { 2023-10-14T00:01:50.908 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:50.908 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.908 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.908 INFO:tasks.workunit.client.0.smithi055.stdout: "req_lssnap_latency": { 2023-10-14T00:01:50.908 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:50.909 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.909 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.909 INFO:tasks.workunit.client.0.smithi055.stdout: "req_mkdir_latency": { 2023-10-14T00:01:50.909 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:50.909 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.910 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.910 INFO:tasks.workunit.client.0.smithi055.stdout: "req_mknod_latency": { 2023-10-14T00:01:50.910 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:50.910 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.911 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.911 INFO:tasks.workunit.client.0.smithi055.stdout: "req_mksnap_latency": { 2023-10-14T00:01:50.911 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:50.911 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.911 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.912 INFO:tasks.workunit.client.0.smithi055.stdout: "req_open_latency": { 2023-10-14T00:01:50.912 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:50.912 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.912 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.912 INFO:tasks.workunit.client.0.smithi055.stdout: "req_readdir_latency": { 2023-10-14T00:01:50.912 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:50.913 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.913 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.913 INFO:tasks.workunit.client.0.smithi055.stdout: "req_rename_latency": { 2023-10-14T00:01:50.913 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:50.913 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.914 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.914 INFO:tasks.workunit.client.0.smithi055.stdout: "req_renamesnap_latency": { 2023-10-14T00:01:50.914 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:50.914 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.914 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.915 INFO:tasks.workunit.client.0.smithi055.stdout: "req_rmdir_latency": { 2023-10-14T00:01:50.915 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:50.915 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.915 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.916 INFO:tasks.workunit.client.0.smithi055.stdout: "req_rmsnap_latency": { 2023-10-14T00:01:50.916 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:50.916 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.916 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.916 INFO:tasks.workunit.client.0.smithi055.stdout: "req_rmxattr_latency": { 2023-10-14T00:01:50.917 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:50.917 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.917 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.917 INFO:tasks.workunit.client.0.smithi055.stdout: "req_setattr_latency": { 2023-10-14T00:01:50.917 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:50.918 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.918 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.918 INFO:tasks.workunit.client.0.smithi055.stdout: "req_setdirlayout_latency": { 2023-10-14T00:01:50.918 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:50.918 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.919 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.919 INFO:tasks.workunit.client.0.smithi055.stdout: "req_setfilelock_latency": { 2023-10-14T00:01:50.919 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:50.919 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.919 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.919 INFO:tasks.workunit.client.0.smithi055.stdout: "req_setlayout_latency": { 2023-10-14T00:01:50.920 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:50.920 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.920 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.920 INFO:tasks.workunit.client.0.smithi055.stdout: "req_setxattr_latency": { 2023-10-14T00:01:50.920 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:50.921 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.921 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.921 INFO:tasks.workunit.client.0.smithi055.stdout: "req_symlink_latency": { 2023-10-14T00:01:50.921 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:50.921 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.922 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.922 INFO:tasks.workunit.client.0.smithi055.stdout: "req_unlink_latency": { 2023-10-14T00:01:50.922 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:50.922 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.922 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.923 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.923 INFO:tasks.workunit.client.0.smithi055.stdout: "mds_sessions": { 2023-10-14T00:01:50.923 INFO:tasks.workunit.client.0.smithi055.stdout: "average_load": { 2023-10-14T00:01:50.923 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.923 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.923 INFO:tasks.workunit.client.0.smithi055.stdout: "avg_session_uptime": { 2023-10-14T00:01:50.924 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 86 2023-10-14T00:01:50.924 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.924 INFO:tasks.workunit.client.0.smithi055.stdout: "mdthresh_evicted": { 2023-10-14T00:01:50.924 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.924 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.925 INFO:tasks.workunit.client.0.smithi055.stdout: "session_add": { 2023-10-14T00:01:50.925 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2 2023-10-14T00:01:50.925 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.925 INFO:tasks.workunit.client.0.smithi055.stdout: "session_count": { 2023-10-14T00:01:50.925 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.926 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.926 INFO:tasks.workunit.client.0.smithi055.stdout: "session_remove": { 2023-10-14T00:01:50.926 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2 2023-10-14T00:01:50.926 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.926 INFO:tasks.workunit.client.0.smithi055.stdout: "sessions_open": { 2023-10-14T00:01:50.927 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.927 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.927 INFO:tasks.workunit.client.0.smithi055.stdout: "sessions_stale": { 2023-10-14T00:01:50.927 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.927 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.927 INFO:tasks.workunit.client.0.smithi055.stdout: "total_load": { 2023-10-14T00:01:50.928 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1 2023-10-14T00:01:50.928 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.928 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.928 INFO:tasks.workunit.client.0.smithi055.stdout: "objecter": { 2023-10-14T00:01:50.928 INFO:tasks.workunit.client.0.smithi055.stdout: "op_active": { 2023-10-14T00:01:50.929 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.929 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.929 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r": { 2023-10-14T00:01:50.929 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.929 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.929 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rmw": { 2023-10-14T00:01:50.930 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.930 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.930 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w": { 2023-10-14T00:01:50.930 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 45 2023-10-14T00:01:50.930 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.931 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.931 INFO:tasks.workunit.client.0.smithi055.stdout: "purge_queue": { 2023-10-14T00:01:50.931 INFO:tasks.workunit.client.0.smithi055.stdout: "pq_executed": { 2023-10-14T00:01:50.931 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.931 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.932 INFO:tasks.workunit.client.0.smithi055.stdout: "pq_executing": { 2023-10-14T00:01:50.932 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.932 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.932 INFO:tasks.workunit.client.0.smithi055.stdout: "pq_executing_high_water": { 2023-10-14T00:01:50.932 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.933 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.933 INFO:tasks.workunit.client.0.smithi055.stdout: "pq_executing_ops": { 2023-10-14T00:01:50.933 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.933 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.933 INFO:tasks.workunit.client.0.smithi055.stdout: "pq_executing_ops_high_water": { 2023-10-14T00:01:50.933 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.934 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.934 INFO:tasks.workunit.client.0.smithi055.stdout: "pq_item_in_journal": { 2023-10-14T00:01:50.934 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.934 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.934 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.935 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.935 INFO:tasks.workunit.client.0.smithi055.stdout: "mon.4ad42e274cc0bc9b8d575c1c862599e300500f8e": { 2023-10-14T00:01:50.935 INFO:tasks.workunit.client.0.smithi055.stdout: "mon": { 2023-10-14T00:01:50.935 INFO:tasks.workunit.client.0.smithi055.stdout: "election_call": { 2023-10-14T00:01:50.935 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1 2023-10-14T00:01:50.936 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.936 INFO:tasks.workunit.client.0.smithi055.stdout: "election_lose": { 2023-10-14T00:01:50.936 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1 2023-10-14T00:01:50.936 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.936 INFO:tasks.workunit.client.0.smithi055.stdout: "election_win": { 2023-10-14T00:01:50.937 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.937 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.937 INFO:tasks.workunit.client.0.smithi055.stdout: "num_elections": { 2023-10-14T00:01:50.937 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3 2023-10-14T00:01:50.937 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.937 INFO:tasks.workunit.client.0.smithi055.stdout: "num_sessions": { 2023-10-14T00:01:50.938 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 11 2023-10-14T00:01:50.938 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.938 INFO:tasks.workunit.client.0.smithi055.stdout: "session_add": { 2023-10-14T00:01:50.938 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 5 2023-10-14T00:01:50.938 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.939 INFO:tasks.workunit.client.0.smithi055.stdout: "session_rm": { 2023-10-14T00:01:50.939 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 103 2023-10-14T00:01:50.939 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.939 INFO:tasks.workunit.client.0.smithi055.stdout: "session_trim": { 2023-10-14T00:01:50.939 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.940 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.940 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.940 INFO:tasks.workunit.client.0.smithi055.stdout: "paxos": { 2023-10-14T00:01:50.940 INFO:tasks.workunit.client.0.smithi055.stdout: "accept_timeout": { 2023-10-14T00:01:50.940 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.940 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.941 INFO:tasks.workunit.client.0.smithi055.stdout: "begin": { 2023-10-14T00:01:50.941 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 721 2023-10-14T00:01:50.941 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.941 INFO:tasks.workunit.client.0.smithi055.stdout: "begin_bytes": { 2023-10-14T00:01:50.941 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 721, 2023-10-14T00:01:50.942 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3593369 2023-10-14T00:01:50.942 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.942 INFO:tasks.workunit.client.0.smithi055.stdout: "begin_keys": { 2023-10-14T00:01:50.942 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:50.942 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.943 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.943 INFO:tasks.workunit.client.0.smithi055.stdout: "begin_latency": { 2023-10-14T00:01:50.943 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 721, 2023-10-14T00:01:50.943 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1191977191 2023-10-14T00:01:50.943 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.943 INFO:tasks.workunit.client.0.smithi055.stdout: "collect": { 2023-10-14T00:01:50.944 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1 2023-10-14T00:01:50.944 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.944 INFO:tasks.workunit.client.0.smithi055.stdout: "collect_bytes": { 2023-10-14T00:01:50.944 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 1, 2023-10-14T00:01:50.944 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 73 2023-10-14T00:01:50.945 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.945 INFO:tasks.workunit.client.0.smithi055.stdout: "collect_keys": { 2023-10-14T00:01:50.945 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 1, 2023-10-14T00:01:50.945 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1 2023-10-14T00:01:50.945 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.946 INFO:tasks.workunit.client.0.smithi055.stdout: "collect_latency": { 2023-10-14T00:01:50.946 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 1, 2023-10-14T00:01:50.946 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.946 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.946 INFO:tasks.workunit.client.0.smithi055.stdout: "collect_timeout": { 2023-10-14T00:01:50.946 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.947 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.947 INFO:tasks.workunit.client.0.smithi055.stdout: "collect_uncommitted": { 2023-10-14T00:01:50.947 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.947 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.948 INFO:tasks.workunit.client.0.smithi055.stdout: "commit": { 2023-10-14T00:01:50.948 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 722 2023-10-14T00:01:50.948 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.948 INFO:tasks.workunit.client.0.smithi055.stdout: "commit_bytes": { 2023-10-14T00:01:50.948 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:50.948 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.949 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.949 INFO:tasks.workunit.client.0.smithi055.stdout: "commit_keys": { 2023-10-14T00:01:50.949 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:50.949 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.949 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.950 INFO:tasks.workunit.client.0.smithi055.stdout: "commit_latency": { 2023-10-14T00:01:50.950 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:50.950 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.950 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.950 INFO:tasks.workunit.client.0.smithi055.stdout: "lease_ack_timeout": { 2023-10-14T00:01:50.951 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.951 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.951 INFO:tasks.workunit.client.0.smithi055.stdout: "lease_timeout": { 2023-10-14T00:01:50.951 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.951 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.952 INFO:tasks.workunit.client.0.smithi055.stdout: "new_pn": { 2023-10-14T00:01:50.952 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.952 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.952 INFO:tasks.workunit.client.0.smithi055.stdout: "new_pn_latency": { 2023-10-14T00:01:50.952 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:50.952 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.953 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.953 INFO:tasks.workunit.client.0.smithi055.stdout: "refresh": { 2023-10-14T00:01:50.953 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 722 2023-10-14T00:01:50.953 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.953 INFO:tasks.workunit.client.0.smithi055.stdout: "refresh_latency": { 2023-10-14T00:01:50.954 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 722, 2023-10-14T00:01:50.954 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2504952072 2023-10-14T00:01:50.954 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.954 INFO:tasks.workunit.client.0.smithi055.stdout: "restart": { 2023-10-14T00:01:50.954 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 8 2023-10-14T00:01:50.955 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.955 INFO:tasks.workunit.client.0.smithi055.stdout: "share_state": { 2023-10-14T00:01:50.955 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.955 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.955 INFO:tasks.workunit.client.0.smithi055.stdout: "share_state_bytes": { 2023-10-14T00:01:50.955 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:50.956 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.956 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.956 INFO:tasks.workunit.client.0.smithi055.stdout: "share_state_keys": { 2023-10-14T00:01:50.956 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:50.956 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.957 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.957 INFO:tasks.workunit.client.0.smithi055.stdout: "start_leader": { 2023-10-14T00:01:50.957 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.957 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.957 INFO:tasks.workunit.client.0.smithi055.stdout: "start_peon": { 2023-10-14T00:01:50.958 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1 2023-10-14T00:01:50.958 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.958 INFO:tasks.workunit.client.0.smithi055.stdout: "store_state": { 2023-10-14T00:01:50.958 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 722 2023-10-14T00:01:50.958 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.959 INFO:tasks.workunit.client.0.smithi055.stdout: "store_state_bytes": { 2023-10-14T00:01:50.959 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 722, 2023-10-14T00:01:50.959 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 7051666 2023-10-14T00:01:50.959 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.959 INFO:tasks.workunit.client.0.smithi055.stdout: "store_state_keys": { 2023-10-14T00:01:50.959 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 722, 2023-10-14T00:01:50.960 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 5198 2023-10-14T00:01:50.960 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.960 INFO:tasks.workunit.client.0.smithi055.stdout: "store_state_latency": { 2023-10-14T00:01:50.960 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 722, 2023-10-14T00:01:50.960 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1144978079 2023-10-14T00:01:50.961 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.961 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.961 INFO:tasks.workunit.client.0.smithi055.stdout: "prioritycache": { 2023-10-14T00:01:50.961 INFO:tasks.workunit.client.0.smithi055.stdout: "cache_bytes": { 2023-10-14T00:01:50.961 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1020054731 2023-10-14T00:01:50.961 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.962 INFO:tasks.workunit.client.0.smithi055.stdout: "heap_bytes": { 2023-10-14T00:01:50.962 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 43835392 2023-10-14T00:01:50.962 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.962 INFO:tasks.workunit.client.0.smithi055.stdout: "mapped_bytes": { 2023-10-14T00:01:50.962 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 32882688 2023-10-14T00:01:50.963 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.963 INFO:tasks.workunit.client.0.smithi055.stdout: "target_bytes": { 2023-10-14T00:01:50.963 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2147483648 2023-10-14T00:01:50.963 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.963 INFO:tasks.workunit.client.0.smithi055.stdout: "unmapped_bytes": { 2023-10-14T00:01:50.964 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 10952704 2023-10-14T00:01:50.964 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.964 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.964 INFO:tasks.workunit.client.0.smithi055.stdout: "prioritycache:full": { 2023-10-14T00:01:50.964 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:50.965 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 348127232 2023-10-14T00:01:50.965 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.965 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:50.965 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.965 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.965 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:50.966 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.966 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.966 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:50.966 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 277028766 2023-10-14T00:01:50.966 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.967 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:50.967 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 253106 2023-10-14T00:01:50.967 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.967 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:50.967 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.968 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.968 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:50.968 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.968 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.968 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:50.968 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.969 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.969 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:50.969 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.969 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.969 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:50.970 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.970 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.970 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:50.970 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.970 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.971 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:50.971 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.971 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.971 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:50.971 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.971 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.972 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:50.972 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 70845360 2023-10-14T00:01:50.972 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.972 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.972 INFO:tasks.workunit.client.0.smithi055.stdout: "prioritycache:inc": { 2023-10-14T00:01:50.973 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:50.973 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 348127232 2023-10-14T00:01:50.973 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.973 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:50.973 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.974 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.974 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:50.974 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.974 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.974 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:50.974 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 277028766 2023-10-14T00:01:50.975 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.975 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:50.975 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 39881 2023-10-14T00:01:50.975 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.975 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:50.976 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.976 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.976 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:50.976 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.976 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.977 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:50.977 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.977 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.977 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:50.977 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.977 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.978 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:50.978 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.978 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.978 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:50.978 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.979 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.979 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:50.979 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.979 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.979 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:50.980 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.980 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.980 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:50.980 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 71058585 2023-10-14T00:01:50.980 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.980 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.981 INFO:tasks.workunit.client.0.smithi055.stdout: "prioritycache:kv": { 2023-10-14T00:01:50.981 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:50.981 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 322961408 2023-10-14T00:01:50.981 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.981 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:50.982 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 67108864 2023-10-14T00:01:50.982 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.982 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:50.982 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.982 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.983 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:50.983 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 184685844 2023-10-14T00:01:50.983 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.983 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:50.983 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.984 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.984 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:50.984 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.984 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.984 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:50.984 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.985 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.985 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:50.985 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.985 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.985 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:50.986 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.986 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.986 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:50.986 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.986 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.987 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:50.987 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.987 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.987 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:50.987 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.987 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.988 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:50.988 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.988 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.988 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:50.988 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 71166700 2023-10-14T00:01:50.989 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.989 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.989 INFO:tasks.workunit.client.0.smithi055.stdout: "rocksdb": { 2023-10-14T00:01:50.989 INFO:tasks.workunit.client.0.smithi055.stdout: "compact": { 2023-10-14T00:01:50.989 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.990 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.990 INFO:tasks.workunit.client.0.smithi055.stdout: "compact_queue_len": { 2023-10-14T00:01:50.990 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.990 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.990 INFO:tasks.workunit.client.0.smithi055.stdout: "compact_queue_merge": { 2023-10-14T00:01:50.990 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.991 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.991 INFO:tasks.workunit.client.0.smithi055.stdout: "compact_range": { 2023-10-14T00:01:50.991 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1 2023-10-14T00:01:50.991 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.991 INFO:tasks.workunit.client.0.smithi055.stdout: "get_latency": { 2023-10-14T00:01:50.992 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 30742, 2023-10-14T00:01:50.992 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 80827401 2023-10-14T00:01:50.992 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.992 INFO:tasks.workunit.client.0.smithi055.stdout: "rocksdb_write_delay_time": { 2023-10-14T00:01:50.992 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:50.993 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.993 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.993 INFO:tasks.workunit.client.0.smithi055.stdout: "rocksdb_write_memtable_time": { 2023-10-14T00:01:50.993 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:50.993 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.993 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.994 INFO:tasks.workunit.client.0.smithi055.stdout: "rocksdb_write_pre_and_post_time": { 2023-10-14T00:01:50.994 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:50.994 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.994 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.995 INFO:tasks.workunit.client.0.smithi055.stdout: "rocksdb_write_wal_time": { 2023-10-14T00:01:50.995 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:50.995 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.995 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.995 INFO:tasks.workunit.client.0.smithi055.stdout: "submit_latency": { 2023-10-14T00:01:50.995 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:50.996 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.996 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.996 INFO:tasks.workunit.client.0.smithi055.stdout: "submit_sync_latency": { 2023-10-14T00:01:50.996 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 1544, 2023-10-14T00:01:50.996 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2465301664 2023-10-14T00:01:50.997 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.997 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:50.997 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.997 INFO:tasks.workunit.client.0.smithi055.stdout: "mon.e513189af8e16af30d759e02fa4360520f3b5a75": { 2023-10-14T00:01:50.997 INFO:tasks.workunit.client.0.smithi055.stdout: "mon": { 2023-10-14T00:01:50.998 INFO:tasks.workunit.client.0.smithi055.stdout: "election_call": { 2023-10-14T00:01:50.998 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2 2023-10-14T00:01:50.998 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.998 INFO:tasks.workunit.client.0.smithi055.stdout: "election_lose": { 2023-10-14T00:01:50.998 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:50.998 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.999 INFO:tasks.workunit.client.0.smithi055.stdout: "election_win": { 2023-10-14T00:01:50.999 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3 2023-10-14T00:01:50.999 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:50.999 INFO:tasks.workunit.client.0.smithi055.stdout: "num_elections": { 2023-10-14T00:01:50.999 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 9 2023-10-14T00:01:51.000 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.000 INFO:tasks.workunit.client.0.smithi055.stdout: "num_sessions": { 2023-10-14T00:01:51.000 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 8 2023-10-14T00:01:51.000 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.000 INFO:tasks.workunit.client.0.smithi055.stdout: "session_add": { 2023-10-14T00:01:51.001 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3 2023-10-14T00:01:51.001 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.001 INFO:tasks.workunit.client.0.smithi055.stdout: "session_rm": { 2023-10-14T00:01:51.001 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 197 2023-10-14T00:01:51.001 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.002 INFO:tasks.workunit.client.0.smithi055.stdout: "session_trim": { 2023-10-14T00:01:51.002 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.002 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.002 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.002 INFO:tasks.workunit.client.0.smithi055.stdout: "paxos": { 2023-10-14T00:01:51.002 INFO:tasks.workunit.client.0.smithi055.stdout: "accept_timeout": { 2023-10-14T00:01:51.003 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.003 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.003 INFO:tasks.workunit.client.0.smithi055.stdout: "begin": { 2023-10-14T00:01:51.003 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 853 2023-10-14T00:01:51.003 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.004 INFO:tasks.workunit.client.0.smithi055.stdout: "begin_bytes": { 2023-10-14T00:01:51.004 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 853, 2023-10-14T00:01:51.004 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 4619241 2023-10-14T00:01:51.004 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.004 INFO:tasks.workunit.client.0.smithi055.stdout: "begin_keys": { 2023-10-14T00:01:51.005 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 853, 2023-10-14T00:01:51.005 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2559 2023-10-14T00:01:51.005 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.005 INFO:tasks.workunit.client.0.smithi055.stdout: "begin_latency": { 2023-10-14T00:01:51.005 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 853, 2023-10-14T00:01:51.005 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 508990254 2023-10-14T00:01:51.006 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.006 INFO:tasks.workunit.client.0.smithi055.stdout: "collect": { 2023-10-14T00:01:51.006 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.006 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.006 INFO:tasks.workunit.client.0.smithi055.stdout: "collect_bytes": { 2023-10-14T00:01:51.007 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.007 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.007 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.007 INFO:tasks.workunit.client.0.smithi055.stdout: "collect_keys": { 2023-10-14T00:01:51.007 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.008 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.008 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.008 INFO:tasks.workunit.client.0.smithi055.stdout: "collect_latency": { 2023-10-14T00:01:51.008 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.008 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.009 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.009 INFO:tasks.workunit.client.0.smithi055.stdout: "collect_timeout": { 2023-10-14T00:01:51.009 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.009 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.009 INFO:tasks.workunit.client.0.smithi055.stdout: "collect_uncommitted": { 2023-10-14T00:01:51.009 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.010 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.010 INFO:tasks.workunit.client.0.smithi055.stdout: "commit": { 2023-10-14T00:01:51.010 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 853 2023-10-14T00:01:51.010 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.010 INFO:tasks.workunit.client.0.smithi055.stdout: "commit_bytes": { 2023-10-14T00:01:51.011 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 853, 2023-10-14T00:01:51.011 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 4557885 2023-10-14T00:01:51.011 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.011 INFO:tasks.workunit.client.0.smithi055.stdout: "commit_keys": { 2023-10-14T00:01:51.011 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 853, 2023-10-14T00:01:51.012 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 5235 2023-10-14T00:01:51.012 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.012 INFO:tasks.workunit.client.0.smithi055.stdout: "commit_latency": { 2023-10-14T00:01:51.012 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 853, 2023-10-14T00:01:51.012 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1339682388 2023-10-14T00:01:51.012 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.013 INFO:tasks.workunit.client.0.smithi055.stdout: "lease_ack_timeout": { 2023-10-14T00:01:51.013 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.013 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.013 INFO:tasks.workunit.client.0.smithi055.stdout: "lease_timeout": { 2023-10-14T00:01:51.013 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.014 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.014 INFO:tasks.workunit.client.0.smithi055.stdout: "new_pn": { 2023-10-14T00:01:51.014 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2 2023-10-14T00:01:51.014 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.014 INFO:tasks.workunit.client.0.smithi055.stdout: "new_pn_latency": { 2023-10-14T00:01:51.015 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 2, 2023-10-14T00:01:51.015 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 999981 2023-10-14T00:01:51.015 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.015 INFO:tasks.workunit.client.0.smithi055.stdout: "refresh": { 2023-10-14T00:01:51.015 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 855 2023-10-14T00:01:51.016 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.016 INFO:tasks.workunit.client.0.smithi055.stdout: "refresh_latency": { 2023-10-14T00:01:51.016 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 855, 2023-10-14T00:01:51.016 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3247937840 2023-10-14T00:01:51.016 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.016 INFO:tasks.workunit.client.0.smithi055.stdout: "restart": { 2023-10-14T00:01:51.017 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 12 2023-10-14T00:01:51.017 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.017 INFO:tasks.workunit.client.0.smithi055.stdout: "share_state": { 2023-10-14T00:01:51.017 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2 2023-10-14T00:01:51.017 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.018 INFO:tasks.workunit.client.0.smithi055.stdout: "share_state_bytes": { 2023-10-14T00:01:51.018 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 2, 2023-10-14T00:01:51.018 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1050 2023-10-14T00:01:51.018 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.018 INFO:tasks.workunit.client.0.smithi055.stdout: "share_state_keys": { 2023-10-14T00:01:51.019 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 2, 2023-10-14T00:01:51.019 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2 2023-10-14T00:01:51.019 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.019 INFO:tasks.workunit.client.0.smithi055.stdout: "start_leader": { 2023-10-14T00:01:51.019 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3 2023-10-14T00:01:51.019 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.020 INFO:tasks.workunit.client.0.smithi055.stdout: "start_peon": { 2023-10-14T00:01:51.020 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.020 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.020 INFO:tasks.workunit.client.0.smithi055.stdout: "store_state": { 2023-10-14T00:01:51.020 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.021 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.021 INFO:tasks.workunit.client.0.smithi055.stdout: "store_state_bytes": { 2023-10-14T00:01:51.021 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.021 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.021 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.022 INFO:tasks.workunit.client.0.smithi055.stdout: "store_state_keys": { 2023-10-14T00:01:51.022 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.022 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.022 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.022 INFO:tasks.workunit.client.0.smithi055.stdout: "store_state_latency": { 2023-10-14T00:01:51.023 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.023 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.023 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.023 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.023 INFO:tasks.workunit.client.0.smithi055.stdout: "prioritycache": { 2023-10-14T00:01:51.023 INFO:tasks.workunit.client.0.smithi055.stdout: "cache_bytes": { 2023-10-14T00:01:51.024 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1020054731 2023-10-14T00:01:51.024 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.024 INFO:tasks.workunit.client.0.smithi055.stdout: "heap_bytes": { 2023-10-14T00:01:51.024 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 44793856 2023-10-14T00:01:51.024 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.025 INFO:tasks.workunit.client.0.smithi055.stdout: "mapped_bytes": { 2023-10-14T00:01:51.025 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 39952384 2023-10-14T00:01:51.025 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.025 INFO:tasks.workunit.client.0.smithi055.stdout: "target_bytes": { 2023-10-14T00:01:51.025 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2147483648 2023-10-14T00:01:51.026 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.026 INFO:tasks.workunit.client.0.smithi055.stdout: "unmapped_bytes": { 2023-10-14T00:01:51.026 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 4841472 2023-10-14T00:01:51.026 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.026 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.026 INFO:tasks.workunit.client.0.smithi055.stdout: "prioritycache:full": { 2023-10-14T00:01:51.027 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:51.027 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 348127232 2023-10-14T00:01:51.027 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.027 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:51.027 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.028 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.028 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:51.028 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.028 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.028 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:51.029 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 277030170 2023-10-14T00:01:51.029 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.029 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:51.029 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 252676 2023-10-14T00:01:51.029 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.029 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:51.030 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.030 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.030 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:51.030 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.030 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.031 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:51.031 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.031 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.031 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:51.031 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.032 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.032 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:51.032 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.032 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.032 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:51.032 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.033 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.033 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:51.033 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.033 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.033 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:51.034 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.034 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.034 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:51.034 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 70844386 2023-10-14T00:01:51.034 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.035 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.035 INFO:tasks.workunit.client.0.smithi055.stdout: "prioritycache:inc": { 2023-10-14T00:01:51.035 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:51.035 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 348127232 2023-10-14T00:01:51.035 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.035 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:51.036 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.036 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.036 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:51.036 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.036 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.037 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:51.037 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 277030170 2023-10-14T00:01:51.037 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.037 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:51.037 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 36565 2023-10-14T00:01:51.038 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.038 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:51.038 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.038 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.038 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:51.039 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.039 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.039 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:51.039 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.039 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.039 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:51.040 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.040 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.040 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:51.040 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.040 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.041 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:51.041 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.041 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.041 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:51.041 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.042 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.042 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:51.042 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.042 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.042 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:51.043 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 71060497 2023-10-14T00:01:51.043 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.043 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.043 INFO:tasks.workunit.client.0.smithi055.stdout: "prioritycache:kv": { 2023-10-14T00:01:51.043 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:51.043 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 322961408 2023-10-14T00:01:51.044 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.044 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:51.044 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 67108864 2023-10-14T00:01:51.044 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.044 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:51.045 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.045 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.045 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:51.045 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 184686780 2023-10-14T00:01:51.045 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.046 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:51.046 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.046 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.046 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:51.046 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.047 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.047 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:51.047 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.047 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.047 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:51.047 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.048 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.048 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:51.048 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.048 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.048 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:51.049 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.049 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.049 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:51.049 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.049 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.050 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:51.050 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.050 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.050 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:51.050 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.050 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.051 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:51.051 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 71165764 2023-10-14T00:01:51.051 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.051 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.051 INFO:tasks.workunit.client.0.smithi055.stdout: "rocksdb": { 2023-10-14T00:01:51.052 INFO:tasks.workunit.client.0.smithi055.stdout: "compact": { 2023-10-14T00:01:51.052 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.052 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.052 INFO:tasks.workunit.client.0.smithi055.stdout: "compact_queue_len": { 2023-10-14T00:01:51.052 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.053 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.053 INFO:tasks.workunit.client.0.smithi055.stdout: "compact_queue_merge": { 2023-10-14T00:01:51.053 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.053 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.053 INFO:tasks.workunit.client.0.smithi055.stdout: "compact_range": { 2023-10-14T00:01:51.053 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1 2023-10-14T00:01:51.054 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.054 INFO:tasks.workunit.client.0.smithi055.stdout: "get_latency": { 2023-10-14T00:01:51.054 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 38431, 2023-10-14T00:01:51.054 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 164646709 2023-10-14T00:01:51.054 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.055 INFO:tasks.workunit.client.0.smithi055.stdout: "rocksdb_write_delay_time": { 2023-10-14T00:01:51.055 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.055 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.055 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.055 INFO:tasks.workunit.client.0.smithi055.stdout: "rocksdb_write_memtable_time": { 2023-10-14T00:01:51.056 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.056 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.056 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.056 INFO:tasks.workunit.client.0.smithi055.stdout: "rocksdb_write_pre_and_post_time": { 2023-10-14T00:01:51.056 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.057 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.057 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.057 INFO:tasks.workunit.client.0.smithi055.stdout: "rocksdb_write_wal_time": { 2023-10-14T00:01:51.057 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.057 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.057 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.058 INFO:tasks.workunit.client.0.smithi055.stdout: "submit_latency": { 2023-10-14T00:01:51.058 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.058 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.058 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.058 INFO:tasks.workunit.client.0.smithi055.stdout: "submit_sync_latency": { 2023-10-14T00:01:51.059 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 1841, 2023-10-14T00:01:51.059 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2008666061 2023-10-14T00:01:51.059 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.059 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.059 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.060 INFO:tasks.workunit.client.0.smithi055.stdout: "mon.fe904ab04ef150d6a4985b523e27aa3168a6aa96": { 2023-10-14T00:01:51.060 INFO:tasks.workunit.client.0.smithi055.stdout: "mon": { 2023-10-14T00:01:51.060 INFO:tasks.workunit.client.0.smithi055.stdout: "election_call": { 2023-10-14T00:01:51.060 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2 2023-10-14T00:01:51.060 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.060 INFO:tasks.workunit.client.0.smithi055.stdout: "election_lose": { 2023-10-14T00:01:51.061 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2 2023-10-14T00:01:51.061 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.061 INFO:tasks.workunit.client.0.smithi055.stdout: "election_win": { 2023-10-14T00:01:51.061 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.061 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.062 INFO:tasks.workunit.client.0.smithi055.stdout: "num_elections": { 2023-10-14T00:01:51.062 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 7 2023-10-14T00:01:51.062 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.062 INFO:tasks.workunit.client.0.smithi055.stdout: "num_sessions": { 2023-10-14T00:01:51.062 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 10 2023-10-14T00:01:51.063 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.063 INFO:tasks.workunit.client.0.smithi055.stdout: "session_add": { 2023-10-14T00:01:51.063 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 4 2023-10-14T00:01:51.063 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.063 INFO:tasks.workunit.client.0.smithi055.stdout: "session_rm": { 2023-10-14T00:01:51.064 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 59 2023-10-14T00:01:51.064 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.064 INFO:tasks.workunit.client.0.smithi055.stdout: "session_trim": { 2023-10-14T00:01:51.064 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.064 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.064 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.065 INFO:tasks.workunit.client.0.smithi055.stdout: "paxos": { 2023-10-14T00:01:51.065 INFO:tasks.workunit.client.0.smithi055.stdout: "accept_timeout": { 2023-10-14T00:01:51.065 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.065 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.065 INFO:tasks.workunit.client.0.smithi055.stdout: "begin": { 2023-10-14T00:01:51.066 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 731 2023-10-14T00:01:51.066 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.066 INFO:tasks.workunit.client.0.smithi055.stdout: "begin_bytes": { 2023-10-14T00:01:51.066 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 731, 2023-10-14T00:01:51.067 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3618693 2023-10-14T00:01:51.067 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.067 INFO:tasks.workunit.client.0.smithi055.stdout: "begin_keys": { 2023-10-14T00:01:51.067 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.067 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.068 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.068 INFO:tasks.workunit.client.0.smithi055.stdout: "begin_latency": { 2023-10-14T00:01:51.068 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 731, 2023-10-14T00:01:51.068 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 98998134 2023-10-14T00:01:51.068 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.068 INFO:tasks.workunit.client.0.smithi055.stdout: "collect": { 2023-10-14T00:01:51.069 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2 2023-10-14T00:01:51.069 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.069 INFO:tasks.workunit.client.0.smithi055.stdout: "collect_bytes": { 2023-10-14T00:01:51.069 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 2, 2023-10-14T00:01:51.069 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 146 2023-10-14T00:01:51.070 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.070 INFO:tasks.workunit.client.0.smithi055.stdout: "collect_keys": { 2023-10-14T00:01:51.070 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 2, 2023-10-14T00:01:51.070 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2 2023-10-14T00:01:51.070 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.071 INFO:tasks.workunit.client.0.smithi055.stdout: "collect_latency": { 2023-10-14T00:01:51.071 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 2, 2023-10-14T00:01:51.071 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.071 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.071 INFO:tasks.workunit.client.0.smithi055.stdout: "collect_timeout": { 2023-10-14T00:01:51.071 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.072 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.072 INFO:tasks.workunit.client.0.smithi055.stdout: "collect_uncommitted": { 2023-10-14T00:01:51.072 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.072 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.072 INFO:tasks.workunit.client.0.smithi055.stdout: "commit": { 2023-10-14T00:01:51.073 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 732 2023-10-14T00:01:51.073 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.073 INFO:tasks.workunit.client.0.smithi055.stdout: "commit_bytes": { 2023-10-14T00:01:51.073 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.073 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.074 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.074 INFO:tasks.workunit.client.0.smithi055.stdout: "commit_keys": { 2023-10-14T00:01:51.074 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.074 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.074 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.074 INFO:tasks.workunit.client.0.smithi055.stdout: "commit_latency": { 2023-10-14T00:01:51.075 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.075 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.075 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.075 INFO:tasks.workunit.client.0.smithi055.stdout: "lease_ack_timeout": { 2023-10-14T00:01:51.075 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.076 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.076 INFO:tasks.workunit.client.0.smithi055.stdout: "lease_timeout": { 2023-10-14T00:01:51.076 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.076 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.076 INFO:tasks.workunit.client.0.smithi055.stdout: "new_pn": { 2023-10-14T00:01:51.077 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.077 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.077 INFO:tasks.workunit.client.0.smithi055.stdout: "new_pn_latency": { 2023-10-14T00:01:51.077 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.077 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.078 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.078 INFO:tasks.workunit.client.0.smithi055.stdout: "refresh": { 2023-10-14T00:01:51.078 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 732 2023-10-14T00:01:51.078 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.078 INFO:tasks.workunit.client.0.smithi055.stdout: "refresh_latency": { 2023-10-14T00:01:51.079 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 732, 2023-10-14T00:01:51.079 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1464972359 2023-10-14T00:01:51.079 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.079 INFO:tasks.workunit.client.0.smithi055.stdout: "restart": { 2023-10-14T00:01:51.079 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 13 2023-10-14T00:01:51.079 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.080 INFO:tasks.workunit.client.0.smithi055.stdout: "share_state": { 2023-10-14T00:01:51.080 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.080 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.080 INFO:tasks.workunit.client.0.smithi055.stdout: "share_state_bytes": { 2023-10-14T00:01:51.080 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.081 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.081 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.081 INFO:tasks.workunit.client.0.smithi055.stdout: "share_state_keys": { 2023-10-14T00:01:51.081 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.081 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.081 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.082 INFO:tasks.workunit.client.0.smithi055.stdout: "start_leader": { 2023-10-14T00:01:51.082 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.082 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.082 INFO:tasks.workunit.client.0.smithi055.stdout: "start_peon": { 2023-10-14T00:01:51.082 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2 2023-10-14T00:01:51.083 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.083 INFO:tasks.workunit.client.0.smithi055.stdout: "store_state": { 2023-10-14T00:01:51.083 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 732 2023-10-14T00:01:51.083 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.083 INFO:tasks.workunit.client.0.smithi055.stdout: "store_state_bytes": { 2023-10-14T00:01:51.084 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 732, 2023-10-14T00:01:51.084 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 7100216 2023-10-14T00:01:51.084 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.084 INFO:tasks.workunit.client.0.smithi055.stdout: "store_state_keys": { 2023-10-14T00:01:51.084 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 732, 2023-10-14T00:01:51.085 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 5275 2023-10-14T00:01:51.085 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.085 INFO:tasks.workunit.client.0.smithi055.stdout: "store_state_latency": { 2023-10-14T00:01:51.085 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 732, 2023-10-14T00:01:51.085 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 183996537 2023-10-14T00:01:51.085 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.086 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.086 INFO:tasks.workunit.client.0.smithi055.stdout: "prioritycache": { 2023-10-14T00:01:51.086 INFO:tasks.workunit.client.0.smithi055.stdout: "cache_bytes": { 2023-10-14T00:01:51.086 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1020054731 2023-10-14T00:01:51.086 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.087 INFO:tasks.workunit.client.0.smithi055.stdout: "heap_bytes": { 2023-10-14T00:01:51.087 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 43827200 2023-10-14T00:01:51.087 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.087 INFO:tasks.workunit.client.0.smithi055.stdout: "mapped_bytes": { 2023-10-14T00:01:51.087 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 32858112 2023-10-14T00:01:51.087 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.088 INFO:tasks.workunit.client.0.smithi055.stdout: "target_bytes": { 2023-10-14T00:01:51.088 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2147483648 2023-10-14T00:01:51.088 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.088 INFO:tasks.workunit.client.0.smithi055.stdout: "unmapped_bytes": { 2023-10-14T00:01:51.089 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 10969088 2023-10-14T00:01:51.089 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.089 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.089 INFO:tasks.workunit.client.0.smithi055.stdout: "prioritycache:full": { 2023-10-14T00:01:51.089 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:51.090 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 348127232 2023-10-14T00:01:51.090 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.090 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:51.090 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.090 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.091 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:51.091 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.091 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.091 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:51.091 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 277028766 2023-10-14T00:01:51.092 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.092 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:51.092 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 253106 2023-10-14T00:01:51.092 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.092 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:51.092 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.093 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.093 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:51.093 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.093 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.093 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:51.094 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.094 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.094 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:51.094 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.094 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.095 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:51.095 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.095 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.095 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:51.095 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.095 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.096 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:51.096 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.096 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.096 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:51.096 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.097 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.097 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:51.097 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 70845360 2023-10-14T00:01:51.097 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.097 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.098 INFO:tasks.workunit.client.0.smithi055.stdout: "prioritycache:inc": { 2023-10-14T00:01:51.098 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:51.098 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 348127232 2023-10-14T00:01:51.098 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.098 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:51.099 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.099 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.099 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:51.099 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.099 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.099 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:51.100 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 277028766 2023-10-14T00:01:51.100 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.100 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:51.100 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 39881 2023-10-14T00:01:51.100 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.101 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:51.101 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.101 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.101 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:51.101 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.102 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.102 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:51.102 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.102 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.102 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:51.102 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.103 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.103 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:51.103 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.103 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.103 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:51.104 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.104 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.104 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:51.104 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.104 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.105 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:51.105 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.105 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.105 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:51.105 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 71058585 2023-10-14T00:01:51.105 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.106 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.106 INFO:tasks.workunit.client.0.smithi055.stdout: "prioritycache:kv": { 2023-10-14T00:01:51.106 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:51.106 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 322961408 2023-10-14T00:01:51.106 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.107 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:51.107 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 67108864 2023-10-14T00:01:51.107 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.107 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:51.107 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.108 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.108 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:51.108 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 184685844 2023-10-14T00:01:51.108 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.108 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:51.108 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.109 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.109 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:51.109 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.109 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.109 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:51.110 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.110 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.110 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:51.110 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.110 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.111 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:51.111 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.111 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.111 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:51.111 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.111 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.112 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:51.112 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.112 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.112 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:51.112 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.113 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.113 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:51.113 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.113 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.113 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:51.114 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 71166700 2023-10-14T00:01:51.114 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.114 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.114 INFO:tasks.workunit.client.0.smithi055.stdout: "rocksdb": { 2023-10-14T00:01:51.114 INFO:tasks.workunit.client.0.smithi055.stdout: "compact": { 2023-10-14T00:01:51.114 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.115 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.115 INFO:tasks.workunit.client.0.smithi055.stdout: "compact_queue_len": { 2023-10-14T00:01:51.115 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.115 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.117 INFO:tasks.workunit.client.0.smithi055.stdout: "compact_queue_merge": { 2023-10-14T00:01:51.117 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.117 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.117 INFO:tasks.workunit.client.0.smithi055.stdout: "compact_range": { 2023-10-14T00:01:51.118 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1 2023-10-14T00:01:51.118 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.118 INFO:tasks.workunit.client.0.smithi055.stdout: "get_latency": { 2023-10-14T00:01:51.118 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 31151, 2023-10-14T00:01:51.118 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 62834957 2023-10-14T00:01:51.119 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.119 INFO:tasks.workunit.client.0.smithi055.stdout: "rocksdb_write_delay_time": { 2023-10-14T00:01:51.119 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.119 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.119 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.119 INFO:tasks.workunit.client.0.smithi055.stdout: "rocksdb_write_memtable_time": { 2023-10-14T00:01:51.120 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.120 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.120 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.120 INFO:tasks.workunit.client.0.smithi055.stdout: "rocksdb_write_pre_and_post_time": { 2023-10-14T00:01:51.120 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.121 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.121 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.121 INFO:tasks.workunit.client.0.smithi055.stdout: "rocksdb_write_wal_time": { 2023-10-14T00:01:51.121 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.121 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.122 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.122 INFO:tasks.workunit.client.0.smithi055.stdout: "submit_latency": { 2023-10-14T00:01:51.122 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.122 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.122 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.122 INFO:tasks.workunit.client.0.smithi055.stdout: "submit_sync_latency": { 2023-10-14T00:01:51.123 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 1583, 2023-10-14T00:01:51.123 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 388002210 2023-10-14T00:01:51.123 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.123 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.123 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.124 INFO:tasks.workunit.client.0.smithi055.stdout: "osd.0": { 2023-10-14T00:01:51.124 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs": { 2023-10-14T00:01:51.124 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_slow_fallback": { 2023-10-14T00:01:51.124 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.124 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.125 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_slow_size_fallback": { 2023-10-14T00:01:51.125 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.125 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.125 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit_db": { 2023-10-14T00:01:51.125 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 65536 2023-10-14T00:01:51.125 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.126 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit_main": { 2023-10-14T00:01:51.126 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.126 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.126 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit_wal": { 2023-10-14T00:01:51.126 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.127 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.127 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_written_slow": { 2023-10-14T00:01:51.127 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.127 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.127 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_written_sst": { 2023-10-14T00:01:51.128 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 8192 2023-10-14T00:01:51.128 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.128 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_written_wal": { 2023-10-14T00:01:51.128 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3207168 2023-10-14T00:01:51.128 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.128 INFO:tasks.workunit.client.0.smithi055.stdout: "compact_lat": { 2023-10-14T00:01:51.129 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.129 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.129 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.129 INFO:tasks.workunit.client.0.smithi055.stdout: "compact_lock_lat": { 2023-10-14T00:01:51.129 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.130 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.130 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.130 INFO:tasks.workunit.client.0.smithi055.stdout: "db_total_bytes": { 2023-10-14T00:01:51.130 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 95995035648 2023-10-14T00:01:51.130 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.131 INFO:tasks.workunit.client.0.smithi055.stdout: "db_used_bytes": { 2023-10-14T00:01:51.131 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 304414720 2023-10-14T00:01:51.131 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.131 INFO:tasks.workunit.client.0.smithi055.stdout: "log_bytes": { 2023-10-14T00:01:51.131 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1810432 2023-10-14T00:01:51.132 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.132 INFO:tasks.workunit.client.0.smithi055.stdout: "logged_bytes": { 2023-10-14T00:01:51.132 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1671168 2023-10-14T00:01:51.132 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.132 INFO:tasks.workunit.client.0.smithi055.stdout: "max_bytes_db": { 2023-10-14T00:01:51.132 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 312803328 2023-10-14T00:01:51.133 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.133 INFO:tasks.workunit.client.0.smithi055.stdout: "max_bytes_slow": { 2023-10-14T00:01:51.133 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.133 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.133 INFO:tasks.workunit.client.0.smithi055.stdout: "max_bytes_wal": { 2023-10-14T00:01:51.134 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.134 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.134 INFO:tasks.workunit.client.0.smithi055.stdout: "num_files": { 2023-10-14T00:01:51.134 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 13 2023-10-14T00:01:51.134 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.134 INFO:tasks.workunit.client.0.smithi055.stdout: "read_bytes": { 2023-10-14T00:01:51.135 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 193929 2023-10-14T00:01:51.135 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.135 INFO:tasks.workunit.client.0.smithi055.stdout: "read_count": { 2023-10-14T00:01:51.135 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 22 2023-10-14T00:01:51.135 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.136 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes": { 2023-10-14T00:01:51.136 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1265664 2023-10-14T00:01:51.136 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.136 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes_db": { 2023-10-14T00:01:51.136 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1269760 2023-10-14T00:01:51.137 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.137 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes_slow": { 2023-10-14T00:01:51.137 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.137 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.137 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes_wal": { 2023-10-14T00:01:51.138 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.138 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.138 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_count": { 2023-10-14T00:01:51.138 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 14 2023-10-14T00:01:51.138 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.139 INFO:tasks.workunit.client.0.smithi055.stdout: "read_prefetch_bytes": { 2023-10-14T00:01:51.139 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3653 2023-10-14T00:01:51.139 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.139 INFO:tasks.workunit.client.0.smithi055.stdout: "read_prefetch_count": { 2023-10-14T00:01:51.139 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3 2023-10-14T00:01:51.139 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.140 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_buffer_bytes": { 2023-10-14T00:01:51.140 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3833 2023-10-14T00:01:51.140 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.140 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_buffer_count": { 2023-10-14T00:01:51.140 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 18 2023-10-14T00:01:51.141 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.141 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_bytes": { 2023-10-14T00:01:51.141 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3833 2023-10-14T00:01:51.141 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.141 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_count": { 2023-10-14T00:01:51.142 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 18 2023-10-14T00:01:51.142 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.142 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes": { 2023-10-14T00:01:51.142 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.142 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.143 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes_db": { 2023-10-14T00:01:51.143 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.143 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.143 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes_slow": { 2023-10-14T00:01:51.143 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.143 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.144 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes_wal": { 2023-10-14T00:01:51.144 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.144 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.144 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_count": { 2023-10-14T00:01:51.144 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.145 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.145 INFO:tasks.workunit.client.0.smithi055.stdout: "slow_total_bytes": { 2023-10-14T00:01:51.145 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.145 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.145 INFO:tasks.workunit.client.0.smithi055.stdout: "slow_used_bytes": { 2023-10-14T00:01:51.146 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.146 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.146 INFO:tasks.workunit.client.0.smithi055.stdout: "wal_total_bytes": { 2023-10-14T00:01:51.146 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.146 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.147 INFO:tasks.workunit.client.0.smithi055.stdout: "wal_used_bytes": { 2023-10-14T00:01:51.147 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.147 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.147 INFO:tasks.workunit.client.0.smithi055.stdout: "write_bytes": { 2023-10-14T00:01:51.147 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 4947968 2023-10-14T00:01:51.147 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.148 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.148 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore": { 2023-10-14T00:01:51.148 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit": { 2023-10-14T00:01:51.148 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 4096 2023-10-14T00:01:51.148 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.149 INFO:tasks.workunit.client.0.smithi055.stdout: "allocated": { 2023-10-14T00:01:51.149 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1269760 2023-10-14T00:01:51.149 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.149 INFO:tasks.workunit.client.0.smithi055.stdout: "clist_lat": { 2023-10-14T00:01:51.149 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 4, 2023-10-14T00:01:51.150 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 172099 2023-10-14T00:01:51.150 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.150 INFO:tasks.workunit.client.0.smithi055.stdout: "compress_lat": { 2023-10-14T00:01:51.150 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.150 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.150 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.151 INFO:tasks.workunit.client.0.smithi055.stdout: "compressed": { 2023-10-14T00:01:51.151 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.151 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.151 INFO:tasks.workunit.client.0.smithi055.stdout: "compressed_allocated": { 2023-10-14T00:01:51.151 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.152 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.152 INFO:tasks.workunit.client.0.smithi055.stdout: "compressed_original": { 2023-10-14T00:01:51.152 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.152 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.152 INFO:tasks.workunit.client.0.smithi055.stdout: "csum_lat": { 2023-10-14T00:01:51.153 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 30, 2023-10-14T00:01:51.153 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 73379 2023-10-14T00:01:51.153 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.153 INFO:tasks.workunit.client.0.smithi055.stdout: "decompress_lat": { 2023-10-14T00:01:51.153 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.153 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.154 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.154 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_commit_lat": { 2023-10-14T00:01:51.154 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 392, 2023-10-14T00:01:51.154 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 165930215 2023-10-14T00:01:51.154 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.155 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_final_lat": { 2023-10-14T00:01:51.155 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 368, 2023-10-14T00:01:51.155 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 16838573 2023-10-14T00:01:51.155 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.155 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_flush_lat": { 2023-10-14T00:01:51.156 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 392, 2023-10-14T00:01:51.156 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 537027 2023-10-14T00:01:51.156 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.156 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_sync_lat": { 2023-10-14T00:01:51.156 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 392, 2023-10-14T00:01:51.157 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 166467242 2023-10-14T00:01:51.157 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.157 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_get_keys_lat": { 2023-10-14T00:01:51.157 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.157 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.157 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.158 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_get_values_lat": { 2023-10-14T00:01:51.158 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.158 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.158 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.158 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_lower_bound_lat": { 2023-10-14T00:01:51.159 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 6, 2023-10-14T00:01:51.159 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 22252 2023-10-14T00:01:51.159 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.159 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_next_lat": { 2023-10-14T00:01:51.159 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.160 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.160 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.160 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_seek_to_first_lat": { 2023-10-14T00:01:51.160 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.160 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.161 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.161 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_upper_bound_lat": { 2023-10-14T00:01:51.161 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 2, 2023-10-14T00:01:51.161 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 5386 2023-10-14T00:01:51.161 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.161 INFO:tasks.workunit.client.0.smithi055.stdout: "onode_hits": { 2023-10-14T00:01:51.162 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 904 2023-10-14T00:01:51.162 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.162 INFO:tasks.workunit.client.0.smithi055.stdout: "onode_misses": { 2023-10-14T00:01:51.162 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 218 2023-10-14T00:01:51.163 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.163 INFO:tasks.workunit.client.0.smithi055.stdout: "read_lat": { 2023-10-14T00:01:51.163 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 112, 2023-10-14T00:01:51.163 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3333412 2023-10-14T00:01:51.163 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.163 INFO:tasks.workunit.client.0.smithi055.stdout: "read_onode_meta_lat": { 2023-10-14T00:01:51.164 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 362, 2023-10-14T00:01:51.164 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 378617 2023-10-14T00:01:51.164 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.164 INFO:tasks.workunit.client.0.smithi055.stdout: "read_wait_aio_lat": { 2023-10-14T00:01:51.164 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 250, 2023-10-14T00:01:51.165 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 8664649 2023-10-14T00:01:51.165 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.165 INFO:tasks.workunit.client.0.smithi055.stdout: "reads_with_retries": { 2023-10-14T00:01:51.165 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.165 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.166 INFO:tasks.workunit.client.0.smithi055.stdout: "remove_lat": { 2023-10-14T00:01:51.166 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 2, 2023-10-14T00:01:51.166 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 51633 2023-10-14T00:01:51.166 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.166 INFO:tasks.workunit.client.0.smithi055.stdout: "state_aio_wait_lat": { 2023-10-14T00:01:51.166 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 524, 2023-10-14T00:01:51.167 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 35384473 2023-10-14T00:01:51.167 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.167 INFO:tasks.workunit.client.0.smithi055.stdout: "state_deferred_aio_wait_lat": { 2023-10-14T00:01:51.167 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 151, 2023-10-14T00:01:51.167 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 11700490 2023-10-14T00:01:51.168 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.168 INFO:tasks.workunit.client.0.smithi055.stdout: "state_deferred_cleanup_lat": { 2023-10-14T00:01:51.168 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 151, 2023-10-14T00:01:51.168 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 751214950461 2023-10-14T00:01:51.168 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.169 INFO:tasks.workunit.client.0.smithi055.stdout: "state_deferred_queued_lat": { 2023-10-14T00:01:51.169 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 151, 2023-10-14T00:01:51.169 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 188193301974 2023-10-14T00:01:51.169 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.169 INFO:tasks.workunit.client.0.smithi055.stdout: "state_done_lat": { 2023-10-14T00:01:51.169 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 524, 2023-10-14T00:01:51.170 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 235562758461 2023-10-14T00:01:51.170 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.170 INFO:tasks.workunit.client.0.smithi055.stdout: "state_finishing_lat": { 2023-10-14T00:01:51.170 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 524, 2023-10-14T00:01:51.170 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 53335 2023-10-14T00:01:51.171 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.171 INFO:tasks.workunit.client.0.smithi055.stdout: "state_io_done_lat": { 2023-10-14T00:01:51.171 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 524, 2023-10-14T00:01:51.171 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1213551 2023-10-14T00:01:51.171 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.172 INFO:tasks.workunit.client.0.smithi055.stdout: "state_kv_commiting_lat": { 2023-10-14T00:01:51.172 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 524, 2023-10-14T00:01:51.172 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 744800019 2023-10-14T00:01:51.172 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.172 INFO:tasks.workunit.client.0.smithi055.stdout: "state_kv_done_lat": { 2023-10-14T00:01:51.173 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 524, 2023-10-14T00:01:51.173 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 184294 2023-10-14T00:01:51.173 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.173 INFO:tasks.workunit.client.0.smithi055.stdout: "state_kv_queued_lat": { 2023-10-14T00:01:51.173 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 524, 2023-10-14T00:01:51.173 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 183214413 2023-10-14T00:01:51.174 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.174 INFO:tasks.workunit.client.0.smithi055.stdout: "state_prepare_lat": { 2023-10-14T00:01:51.174 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 524, 2023-10-14T00:01:51.174 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 35741530 2023-10-14T00:01:51.174 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.175 INFO:tasks.workunit.client.0.smithi055.stdout: "stored": { 2023-10-14T00:01:51.175 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 880936 2023-10-14T00:01:51.175 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.175 INFO:tasks.workunit.client.0.smithi055.stdout: "truncate_lat": { 2023-10-14T00:01:51.175 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.176 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.176 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.176 INFO:tasks.workunit.client.0.smithi055.stdout: "txc_commit_lat": { 2023-10-14T00:01:51.176 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 524, 2023-10-14T00:01:51.176 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1000446205 2023-10-14T00:01:51.177 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.177 INFO:tasks.workunit.client.0.smithi055.stdout: "txc_submit_lat": { 2023-10-14T00:01:51.177 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 524, 2023-10-14T00:01:51.177 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 41156937 2023-10-14T00:01:51.177 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.178 INFO:tasks.workunit.client.0.smithi055.stdout: "txc_throttle_lat": { 2023-10-14T00:01:51.178 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 524, 2023-10-14T00:01:51.178 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3945196 2023-10-14T00:01:51.178 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.178 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.178 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache": { 2023-10-14T00:01:51.179 INFO:tasks.workunit.client.0.smithi055.stdout: "cache_bytes": { 2023-10-14T00:01:51.179 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1868175104 2023-10-14T00:01:51.179 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.179 INFO:tasks.workunit.client.0.smithi055.stdout: "heap_bytes": { 2023-10-14T00:01:51.179 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 270909440 2023-10-14T00:01:51.180 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.180 INFO:tasks.workunit.client.0.smithi055.stdout: "mapped_bytes": { 2023-10-14T00:01:51.180 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 269721600 2023-10-14T00:01:51.180 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.180 INFO:tasks.workunit.client.0.smithi055.stdout: "target_bytes": { 2023-10-14T00:01:51.181 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3145272320 2023-10-14T00:01:51.181 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.181 INFO:tasks.workunit.client.0.smithi055.stdout: "unmapped_bytes": { 2023-10-14T00:01:51.181 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1187840 2023-10-14T00:01:51.181 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.181 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.182 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:data": { 2023-10-14T00:01:51.182 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:51.182 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 159383552 2023-10-14T00:01:51.182 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.183 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:51.183 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.183 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.183 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:51.183 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.184 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.184 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:51.184 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 85892943 2023-10-14T00:01:51.184 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.184 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:51.184 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.185 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.185 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:51.185 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.185 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.185 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:51.186 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.186 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.186 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:51.186 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.186 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.187 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:51.187 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 69632 2023-10-14T00:01:51.187 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.187 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:51.187 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 77824 2023-10-14T00:01:51.187 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.188 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:51.188 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.188 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.188 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:51.188 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.189 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.189 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:51.189 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.189 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.189 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:51.190 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 73343153 2023-10-14T00:01:51.190 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.190 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.190 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:kv": { 2023-10-14T00:01:51.190 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:51.191 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 780140544 2023-10-14T00:01:51.191 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.191 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:51.191 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 67108864 2023-10-14T00:01:51.191 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.191 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:51.192 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.192 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.192 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:51.192 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 644197072 2023-10-14T00:01:51.192 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.193 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:51.193 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.193 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.193 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:51.193 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.194 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.194 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:51.194 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.194 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.194 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:51.194 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.195 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.195 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:51.195 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.195 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.195 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:51.196 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1168 2023-10-14T00:01:51.196 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.196 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:51.196 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.196 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.197 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:51.197 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.197 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.197 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:51.197 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.197 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.198 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:51.198 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 68833440 2023-10-14T00:01:51.198 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.198 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.198 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:kv_onode": { 2023-10-14T00:01:51.199 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:51.199 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 192937984 2023-10-14T00:01:51.199 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.199 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:51.199 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 67108864 2023-10-14T00:01:51.200 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.200 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:51.200 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 464 2023-10-14T00:01:51.200 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.200 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:51.200 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 57261962 2023-10-14T00:01:51.201 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.201 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:51.201 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.201 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.201 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:51.202 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.202 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.202 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:51.202 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.202 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.203 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:51.203 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.203 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.203 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:51.203 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.203 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.204 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:51.204 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.204 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.204 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:51.204 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.205 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.205 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:51.205 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.205 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.205 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:51.206 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.206 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.206 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:51.206 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 68566694 2023-10-14T00:01:51.206 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.206 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.207 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:meta": { 2023-10-14T00:01:51.207 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:51.207 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 713031680 2023-10-14T00:01:51.207 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.207 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:51.208 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.208 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.208 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:51.208 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.208 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.209 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:51.209 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 644197072 2023-10-14T00:01:51.209 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.209 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:51.209 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.209 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.210 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:51.210 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.210 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.210 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:51.210 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 12625 2023-10-14T00:01:51.211 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.211 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:51.211 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.211 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.211 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:51.212 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 21043 2023-10-14T00:01:51.212 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.212 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:51.212 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 235682 2023-10-14T00:01:51.212 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.213 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:51.213 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.213 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.213 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:51.213 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.213 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.214 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:51.214 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.214 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.214 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:51.214 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 68565258 2023-10-14T00:01:51.215 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.215 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.215 INFO:tasks.workunit.client.0.smithi055.stdout: "objecter": { 2023-10-14T00:01:51.215 INFO:tasks.workunit.client.0.smithi055.stdout: "op_active": { 2023-10-14T00:01:51.215 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.216 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.216 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r": { 2023-10-14T00:01:51.216 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.216 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.216 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rmw": { 2023-10-14T00:01:51.216 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.217 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.217 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w": { 2023-10-14T00:01:51.217 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.217 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.217 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.218 INFO:tasks.workunit.client.0.smithi055.stdout: "osd": { 2023-10-14T00:01:51.218 INFO:tasks.workunit.client.0.smithi055.stdout: "numpg": { 2023-10-14T00:01:51.218 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 47 2023-10-14T00:01:51.218 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.218 INFO:tasks.workunit.client.0.smithi055.stdout: "numpg_removing": { 2023-10-14T00:01:51.219 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.219 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.219 INFO:tasks.workunit.client.0.smithi055.stdout: "op": { 2023-10-14T00:01:51.219 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 5 2023-10-14T00:01:51.219 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.219 INFO:tasks.workunit.client.0.smithi055.stdout: "op_delayed_degraded": { 2023-10-14T00:01:51.220 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.220 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.220 INFO:tasks.workunit.client.0.smithi055.stdout: "op_delayed_unreadable": { 2023-10-14T00:01:51.220 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.220 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.221 INFO:tasks.workunit.client.0.smithi055.stdout: "op_in_bytes": { 2023-10-14T00:01:51.221 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 588 2023-10-14T00:01:51.221 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.221 INFO:tasks.workunit.client.0.smithi055.stdout: "op_latency": { 2023-10-14T00:01:51.221 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 5, 2023-10-14T00:01:51.222 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 39701758 2023-10-14T00:01:51.222 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.222 INFO:tasks.workunit.client.0.smithi055.stdout: "op_out_bytes": { 2023-10-14T00:01:51.222 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.222 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.223 INFO:tasks.workunit.client.0.smithi055.stdout: "op_prepare_latency": { 2023-10-14T00:01:51.223 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 6, 2023-10-14T00:01:51.223 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3062713 2023-10-14T00:01:51.223 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.223 INFO:tasks.workunit.client.0.smithi055.stdout: "op_process_latency": { 2023-10-14T00:01:51.223 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 5, 2023-10-14T00:01:51.224 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 37329917 2023-10-14T00:01:51.224 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.224 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r": { 2023-10-14T00:01:51.224 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.224 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.225 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_latency": { 2023-10-14T00:01:51.225 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.225 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.225 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.225 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_latency_out_bytes_histogram": { 2023-10-14T00:01:51.226 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.226 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.226 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_out_bytes": { 2023-10-14T00:01:51.226 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.226 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.226 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_prepare_latency": { 2023-10-14T00:01:51.227 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.227 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.227 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.227 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_process_latency": { 2023-10-14T00:01:51.227 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.228 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.228 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.228 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw": { 2023-10-14T00:01:51.228 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.228 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.229 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_in_bytes": { 2023-10-14T00:01:51.229 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.229 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.229 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_latency": { 2023-10-14T00:01:51.229 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.230 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.230 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.230 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_latency_in_bytes_histogram": { 2023-10-14T00:01:51.230 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.230 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.231 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_latency_out_bytes_histogram": { 2023-10-14T00:01:51.231 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.231 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.231 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_out_bytes": { 2023-10-14T00:01:51.231 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.231 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.232 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_prepare_latency": { 2023-10-14T00:01:51.232 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.232 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.232 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.232 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_process_latency": { 2023-10-14T00:01:51.233 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.233 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.233 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.233 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w": { 2023-10-14T00:01:51.233 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 5 2023-10-14T00:01:51.233 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.234 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_in_bytes": { 2023-10-14T00:01:51.234 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 588 2023-10-14T00:01:51.234 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.234 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_latency": { 2023-10-14T00:01:51.234 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 5, 2023-10-14T00:01:51.235 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 39701758 2023-10-14T00:01:51.235 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.235 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_latency_in_bytes_histogram": { 2023-10-14T00:01:51.235 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.235 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.236 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_prepare_latency": { 2023-10-14T00:01:51.236 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 6, 2023-10-14T00:01:51.236 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3062713 2023-10-14T00:01:51.236 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.236 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_process_latency": { 2023-10-14T00:01:51.237 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 5, 2023-10-14T00:01:51.237 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 37329917 2023-10-14T00:01:51.237 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.237 INFO:tasks.workunit.client.0.smithi055.stdout: "op_wip": { 2023-10-14T00:01:51.237 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.237 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.238 INFO:tasks.workunit.client.0.smithi055.stdout: "recovery_bytes": { 2023-10-14T00:01:51.238 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1771104 2023-10-14T00:01:51.238 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.238 INFO:tasks.workunit.client.0.smithi055.stdout: "recovery_ops": { 2023-10-14T00:01:51.238 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 6 2023-10-14T00:01:51.239 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.239 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_bytes": { 2023-10-14T00:01:51.239 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 95995035648 2023-10-14T00:01:51.239 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.239 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_bytes_used": { 2023-10-14T00:01:51.240 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 305692672 2023-10-14T00:01:51.240 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.240 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.240 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.240 INFO:tasks.workunit.client.0.smithi055.stdout: "osd.1": { 2023-10-14T00:01:51.240 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs": { 2023-10-14T00:01:51.241 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_slow_fallback": { 2023-10-14T00:01:51.241 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.241 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.241 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_slow_size_fallback": { 2023-10-14T00:01:51.241 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.242 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.242 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit_db": { 2023-10-14T00:01:51.242 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 65536 2023-10-14T00:01:51.242 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.242 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit_main": { 2023-10-14T00:01:51.243 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.243 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.243 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit_wal": { 2023-10-14T00:01:51.243 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.243 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.244 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_written_slow": { 2023-10-14T00:01:51.244 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.244 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.244 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_written_sst": { 2023-10-14T00:01:51.244 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 8192 2023-10-14T00:01:51.244 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.245 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_written_wal": { 2023-10-14T00:01:51.245 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2437120 2023-10-14T00:01:51.245 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.245 INFO:tasks.workunit.client.0.smithi055.stdout: "compact_lat": { 2023-10-14T00:01:51.245 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.246 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.246 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.246 INFO:tasks.workunit.client.0.smithi055.stdout: "compact_lock_lat": { 2023-10-14T00:01:51.246 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.246 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.247 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.247 INFO:tasks.workunit.client.0.smithi055.stdout: "db_total_bytes": { 2023-10-14T00:01:51.247 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 95995035648 2023-10-14T00:01:51.247 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.247 INFO:tasks.workunit.client.0.smithi055.stdout: "db_used_bytes": { 2023-10-14T00:01:51.247 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 304414720 2023-10-14T00:01:51.248 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.248 INFO:tasks.workunit.client.0.smithi055.stdout: "log_bytes": { 2023-10-14T00:01:51.248 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1421312 2023-10-14T00:01:51.248 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.248 INFO:tasks.workunit.client.0.smithi055.stdout: "logged_bytes": { 2023-10-14T00:01:51.249 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1282048 2023-10-14T00:01:51.249 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.249 INFO:tasks.workunit.client.0.smithi055.stdout: "max_bytes_db": { 2023-10-14T00:01:51.249 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 312803328 2023-10-14T00:01:51.249 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.250 INFO:tasks.workunit.client.0.smithi055.stdout: "max_bytes_slow": { 2023-10-14T00:01:51.250 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.250 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.250 INFO:tasks.workunit.client.0.smithi055.stdout: "max_bytes_wal": { 2023-10-14T00:01:51.250 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.251 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.251 INFO:tasks.workunit.client.0.smithi055.stdout: "num_files": { 2023-10-14T00:01:51.251 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 13 2023-10-14T00:01:51.251 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.251 INFO:tasks.workunit.client.0.smithi055.stdout: "read_bytes": { 2023-10-14T00:01:51.251 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 193929 2023-10-14T00:01:51.252 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.252 INFO:tasks.workunit.client.0.smithi055.stdout: "read_count": { 2023-10-14T00:01:51.252 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 22 2023-10-14T00:01:51.252 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.252 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes": { 2023-10-14T00:01:51.253 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1265664 2023-10-14T00:01:51.253 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.253 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes_db": { 2023-10-14T00:01:51.253 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1269760 2023-10-14T00:01:51.253 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.254 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes_slow": { 2023-10-14T00:01:51.254 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.254 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.254 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes_wal": { 2023-10-14T00:01:51.254 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.255 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.255 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_count": { 2023-10-14T00:01:51.255 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 14 2023-10-14T00:01:51.255 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.255 INFO:tasks.workunit.client.0.smithi055.stdout: "read_prefetch_bytes": { 2023-10-14T00:01:51.256 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3653 2023-10-14T00:01:51.256 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.256 INFO:tasks.workunit.client.0.smithi055.stdout: "read_prefetch_count": { 2023-10-14T00:01:51.256 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3 2023-10-14T00:01:51.256 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.257 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_buffer_bytes": { 2023-10-14T00:01:51.257 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3833 2023-10-14T00:01:51.257 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.257 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_buffer_count": { 2023-10-14T00:01:51.257 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 18 2023-10-14T00:01:51.257 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.258 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_bytes": { 2023-10-14T00:01:51.258 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3833 2023-10-14T00:01:51.258 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.258 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_count": { 2023-10-14T00:01:51.258 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 18 2023-10-14T00:01:51.259 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.259 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes": { 2023-10-14T00:01:51.259 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.259 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.259 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes_db": { 2023-10-14T00:01:51.260 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.260 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.260 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes_slow": { 2023-10-14T00:01:51.260 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.260 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.261 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes_wal": { 2023-10-14T00:01:51.261 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.261 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.261 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_count": { 2023-10-14T00:01:51.261 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.261 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.262 INFO:tasks.workunit.client.0.smithi055.stdout: "slow_total_bytes": { 2023-10-14T00:01:51.262 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.262 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.262 INFO:tasks.workunit.client.0.smithi055.stdout: "slow_used_bytes": { 2023-10-14T00:01:51.262 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.263 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.263 INFO:tasks.workunit.client.0.smithi055.stdout: "wal_total_bytes": { 2023-10-14T00:01:51.263 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.263 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.263 INFO:tasks.workunit.client.0.smithi055.stdout: "wal_used_bytes": { 2023-10-14T00:01:51.264 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.264 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.264 INFO:tasks.workunit.client.0.smithi055.stdout: "write_bytes": { 2023-10-14T00:01:51.264 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3788800 2023-10-14T00:01:51.264 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.264 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.265 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore": { 2023-10-14T00:01:51.265 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit": { 2023-10-14T00:01:51.265 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 4096 2023-10-14T00:01:51.265 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.265 INFO:tasks.workunit.client.0.smithi055.stdout: "allocated": { 2023-10-14T00:01:51.266 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 667648 2023-10-14T00:01:51.266 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.266 INFO:tasks.workunit.client.0.smithi055.stdout: "clist_lat": { 2023-10-14T00:01:51.266 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 5, 2023-10-14T00:01:51.266 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 238547 2023-10-14T00:01:51.267 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.267 INFO:tasks.workunit.client.0.smithi055.stdout: "compress_lat": { 2023-10-14T00:01:51.267 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.267 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.267 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.267 INFO:tasks.workunit.client.0.smithi055.stdout: "compressed": { 2023-10-14T00:01:51.268 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.268 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.268 INFO:tasks.workunit.client.0.smithi055.stdout: "compressed_allocated": { 2023-10-14T00:01:51.268 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.268 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.269 INFO:tasks.workunit.client.0.smithi055.stdout: "compressed_original": { 2023-10-14T00:01:51.269 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.269 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.269 INFO:tasks.workunit.client.0.smithi055.stdout: "csum_lat": { 2023-10-14T00:01:51.269 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 31, 2023-10-14T00:01:51.270 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 90281 2023-10-14T00:01:51.270 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.270 INFO:tasks.workunit.client.0.smithi055.stdout: "decompress_lat": { 2023-10-14T00:01:51.270 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.270 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.270 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.271 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_commit_lat": { 2023-10-14T00:01:51.271 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 297, 2023-10-14T00:01:51.271 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 119587295 2023-10-14T00:01:51.271 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.271 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_final_lat": { 2023-10-14T00:01:51.272 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 279, 2023-10-14T00:01:51.272 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 19475569 2023-10-14T00:01:51.272 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.272 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_flush_lat": { 2023-10-14T00:01:51.272 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 297, 2023-10-14T00:01:51.273 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 470508 2023-10-14T00:01:51.273 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.273 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_sync_lat": { 2023-10-14T00:01:51.273 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 297, 2023-10-14T00:01:51.273 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 120057803 2023-10-14T00:01:51.273 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.274 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_get_keys_lat": { 2023-10-14T00:01:51.274 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.274 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.274 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.274 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_get_values_lat": { 2023-10-14T00:01:51.275 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 2, 2023-10-14T00:01:51.275 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1555 2023-10-14T00:01:51.275 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.275 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_lower_bound_lat": { 2023-10-14T00:01:51.275 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 2, 2023-10-14T00:01:51.276 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 7201 2023-10-14T00:01:51.276 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.276 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_next_lat": { 2023-10-14T00:01:51.276 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.276 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.277 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.277 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_seek_to_first_lat": { 2023-10-14T00:01:51.277 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.277 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.277 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.278 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_upper_bound_lat": { 2023-10-14T00:01:51.278 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 2, 2023-10-14T00:01:51.278 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 4934 2023-10-14T00:01:51.278 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.278 INFO:tasks.workunit.client.0.smithi055.stdout: "onode_hits": { 2023-10-14T00:01:51.279 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 789 2023-10-14T00:01:51.279 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.279 INFO:tasks.workunit.client.0.smithi055.stdout: "onode_misses": { 2023-10-14T00:01:51.279 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 226 2023-10-14T00:01:51.279 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.279 INFO:tasks.workunit.client.0.smithi055.stdout: "read_lat": { 2023-10-14T00:01:51.280 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 127, 2023-10-14T00:01:51.280 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 10313229 2023-10-14T00:01:51.280 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.280 INFO:tasks.workunit.client.0.smithi055.stdout: "read_onode_meta_lat": { 2023-10-14T00:01:51.280 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 334, 2023-10-14T00:01:51.281 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 420277 2023-10-14T00:01:51.281 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.281 INFO:tasks.workunit.client.0.smithi055.stdout: "read_wait_aio_lat": { 2023-10-14T00:01:51.281 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 207, 2023-10-14T00:01:51.281 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 17785997 2023-10-14T00:01:51.282 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.282 INFO:tasks.workunit.client.0.smithi055.stdout: "reads_with_retries": { 2023-10-14T00:01:51.282 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.282 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.282 INFO:tasks.workunit.client.0.smithi055.stdout: "remove_lat": { 2023-10-14T00:01:51.282 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 3, 2023-10-14T00:01:51.283 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 147806 2023-10-14T00:01:51.283 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.283 INFO:tasks.workunit.client.0.smithi055.stdout: "state_aio_wait_lat": { 2023-10-14T00:01:51.283 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 405, 2023-10-14T00:01:51.283 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 27237203 2023-10-14T00:01:51.284 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.284 INFO:tasks.workunit.client.0.smithi055.stdout: "state_deferred_aio_wait_lat": { 2023-10-14T00:01:51.284 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 116, 2023-10-14T00:01:51.284 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 8685767 2023-10-14T00:01:51.284 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.284 INFO:tasks.workunit.client.0.smithi055.stdout: "state_deferred_cleanup_lat": { 2023-10-14T00:01:51.285 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 114, 2023-10-14T00:01:51.285 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 217261883561 2023-10-14T00:01:51.285 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.285 INFO:tasks.workunit.client.0.smithi055.stdout: "state_deferred_queued_lat": { 2023-10-14T00:01:51.285 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 116, 2023-10-14T00:01:51.286 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 147550247049 2023-10-14T00:01:51.286 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.286 INFO:tasks.workunit.client.0.smithi055.stdout: "state_done_lat": { 2023-10-14T00:01:51.286 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 403, 2023-10-14T00:01:51.286 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 43982832778 2023-10-14T00:01:51.287 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.287 INFO:tasks.workunit.client.0.smithi055.stdout: "state_finishing_lat": { 2023-10-14T00:01:51.287 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 403, 2023-10-14T00:01:51.287 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 42400 2023-10-14T00:01:51.287 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.288 INFO:tasks.workunit.client.0.smithi055.stdout: "state_io_done_lat": { 2023-10-14T00:01:51.288 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 405, 2023-10-14T00:01:51.288 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 483958 2023-10-14T00:01:51.288 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.288 INFO:tasks.workunit.client.0.smithi055.stdout: "state_kv_commiting_lat": { 2023-10-14T00:01:51.288 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 405, 2023-10-14T00:01:51.289 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 350528821 2023-10-14T00:01:51.289 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.289 INFO:tasks.workunit.client.0.smithi055.stdout: "state_kv_done_lat": { 2023-10-14T00:01:51.289 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 405, 2023-10-14T00:01:51.289 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 145167 2023-10-14T00:01:51.290 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.290 INFO:tasks.workunit.client.0.smithi055.stdout: "state_kv_queued_lat": { 2023-10-14T00:01:51.290 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 405, 2023-10-14T00:01:51.290 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 117646450 2023-10-14T00:01:51.290 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.291 INFO:tasks.workunit.client.0.smithi055.stdout: "state_prepare_lat": { 2023-10-14T00:01:51.291 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 405, 2023-10-14T00:01:51.291 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 30420278 2023-10-14T00:01:51.291 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.291 INFO:tasks.workunit.client.0.smithi055.stdout: "stored": { 2023-10-14T00:01:51.291 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 290028 2023-10-14T00:01:51.292 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.292 INFO:tasks.workunit.client.0.smithi055.stdout: "truncate_lat": { 2023-10-14T00:01:51.292 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.292 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.292 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.293 INFO:tasks.workunit.client.0.smithi055.stdout: "txc_commit_lat": { 2023-10-14T00:01:51.293 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 405, 2023-10-14T00:01:51.293 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 526391055 2023-10-14T00:01:51.293 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.293 INFO:tasks.workunit.client.0.smithi055.stdout: "txc_submit_lat": { 2023-10-14T00:01:51.293 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 405, 2023-10-14T00:01:51.294 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 35240919 2023-10-14T00:01:51.294 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.294 INFO:tasks.workunit.client.0.smithi055.stdout: "txc_throttle_lat": { 2023-10-14T00:01:51.294 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 405, 2023-10-14T00:01:51.295 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3789683 2023-10-14T00:01:51.295 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.295 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.295 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache": { 2023-10-14T00:01:51.295 INFO:tasks.workunit.client.0.smithi055.stdout: "cache_bytes": { 2023-10-14T00:01:51.296 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1868175104 2023-10-14T00:01:51.296 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.296 INFO:tasks.workunit.client.0.smithi055.stdout: "heap_bytes": { 2023-10-14T00:01:51.296 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 236371968 2023-10-14T00:01:51.296 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.296 INFO:tasks.workunit.client.0.smithi055.stdout: "mapped_bytes": { 2023-10-14T00:01:51.297 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 236322816 2023-10-14T00:01:51.297 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.297 INFO:tasks.workunit.client.0.smithi055.stdout: "target_bytes": { 2023-10-14T00:01:51.297 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3145272320 2023-10-14T00:01:51.297 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.298 INFO:tasks.workunit.client.0.smithi055.stdout: "unmapped_bytes": { 2023-10-14T00:01:51.298 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 49152 2023-10-14T00:01:51.298 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.298 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.298 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:data": { 2023-10-14T00:01:51.299 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:51.299 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 159383552 2023-10-14T00:01:51.299 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.299 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:51.299 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.299 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.300 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:51.300 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.300 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.300 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:51.300 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 85902345 2023-10-14T00:01:51.301 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.301 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:51.301 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.301 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.301 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:51.302 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.302 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.302 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:51.302 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.302 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.303 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:51.303 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.303 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.303 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:51.303 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.303 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.304 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:51.304 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 12288 2023-10-14T00:01:51.304 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.304 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:51.304 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.305 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.305 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:51.305 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.305 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.305 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:51.305 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.306 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.306 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:51.306 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 73468919 2023-10-14T00:01:51.306 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.306 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.307 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:kv": { 2023-10-14T00:01:51.307 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:51.307 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 780140544 2023-10-14T00:01:51.307 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.307 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:51.308 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 67108864 2023-10-14T00:01:51.308 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.308 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:51.308 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.308 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.309 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:51.309 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 644267589 2023-10-14T00:01:51.309 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.309 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:51.309 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.309 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.310 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:51.310 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.310 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.310 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:51.310 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.311 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.311 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:51.311 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.311 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.311 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:51.312 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.312 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.312 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:51.312 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1168 2023-10-14T00:01:51.312 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.312 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:51.313 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.313 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.313 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:51.313 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.313 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.314 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:51.314 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.314 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.314 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:51.314 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 68762923 2023-10-14T00:01:51.315 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.315 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.315 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:kv_onode": { 2023-10-14T00:01:51.315 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:51.315 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 192937984 2023-10-14T00:01:51.316 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.316 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:51.316 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 67108864 2023-10-14T00:01:51.316 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.316 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:51.316 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 464 2023-10-14T00:01:51.317 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.317 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:51.317 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 57268230 2023-10-14T00:01:51.317 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.317 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:51.318 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.318 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.318 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:51.318 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.318 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.319 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:51.319 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.319 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.319 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:51.319 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.319 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.320 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:51.320 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.320 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.320 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:51.320 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.321 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.321 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:51.321 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.321 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.322 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:51.322 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.322 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.322 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:51.322 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.322 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.323 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:51.323 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 68560426 2023-10-14T00:01:51.323 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.323 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.323 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:meta": { 2023-10-14T00:01:51.324 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:51.324 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 713031680 2023-10-14T00:01:51.324 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.324 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:51.324 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.325 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.325 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:51.325 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.325 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.325 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:51.325 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 644267589 2023-10-14T00:01:51.326 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.326 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:51.326 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.326 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.326 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:51.327 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.327 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.327 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:51.327 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.327 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.328 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:51.328 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.328 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.328 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:51.328 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 24781 2023-10-14T00:01:51.329 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.329 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:51.329 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 217526 2023-10-14T00:01:51.329 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.329 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:51.329 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.330 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.330 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:51.330 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.330 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.330 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:51.331 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.331 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.331 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:51.331 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 68521784 2023-10-14T00:01:51.331 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.332 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.332 INFO:tasks.workunit.client.0.smithi055.stdout: "objecter": { 2023-10-14T00:01:51.332 INFO:tasks.workunit.client.0.smithi055.stdout: "op_active": { 2023-10-14T00:01:51.332 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.332 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.333 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r": { 2023-10-14T00:01:51.333 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.333 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.333 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rmw": { 2023-10-14T00:01:51.333 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.333 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.334 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w": { 2023-10-14T00:01:51.334 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.334 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.334 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.334 INFO:tasks.workunit.client.0.smithi055.stdout: "osd": { 2023-10-14T00:01:51.335 INFO:tasks.workunit.client.0.smithi055.stdout: "numpg": { 2023-10-14T00:01:51.335 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 37 2023-10-14T00:01:51.335 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.335 INFO:tasks.workunit.client.0.smithi055.stdout: "numpg_removing": { 2023-10-14T00:01:51.335 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.336 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.336 INFO:tasks.workunit.client.0.smithi055.stdout: "op": { 2023-10-14T00:01:51.336 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 155 2023-10-14T00:01:51.336 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.336 INFO:tasks.workunit.client.0.smithi055.stdout: "op_delayed_degraded": { 2023-10-14T00:01:51.336 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.337 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.337 INFO:tasks.workunit.client.0.smithi055.stdout: "op_delayed_unreadable": { 2023-10-14T00:01:51.337 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.337 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.337 INFO:tasks.workunit.client.0.smithi055.stdout: "op_in_bytes": { 2023-10-14T00:01:51.338 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2429440 2023-10-14T00:01:51.338 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.338 INFO:tasks.workunit.client.0.smithi055.stdout: "op_latency": { 2023-10-14T00:01:51.338 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 155, 2023-10-14T00:01:51.338 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1020759105 2023-10-14T00:01:51.339 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.339 INFO:tasks.workunit.client.0.smithi055.stdout: "op_out_bytes": { 2023-10-14T00:01:51.339 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1052 2023-10-14T00:01:51.339 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.339 INFO:tasks.workunit.client.0.smithi055.stdout: "op_prepare_latency": { 2023-10-14T00:01:51.339 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 155, 2023-10-14T00:01:51.340 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 74851011 2023-10-14T00:01:51.340 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.340 INFO:tasks.workunit.client.0.smithi055.stdout: "op_process_latency": { 2023-10-14T00:01:51.340 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 155, 2023-10-14T00:01:51.340 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 250817261 2023-10-14T00:01:51.341 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.341 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r": { 2023-10-14T00:01:51.341 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 33 2023-10-14T00:01:51.341 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.341 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_latency": { 2023-10-14T00:01:51.342 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 33, 2023-10-14T00:01:51.342 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 12381073 2023-10-14T00:01:51.342 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.342 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_latency_out_bytes_histogram": { 2023-10-14T00:01:51.342 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.343 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.343 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_out_bytes": { 2023-10-14T00:01:51.343 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1052 2023-10-14T00:01:51.343 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.343 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_prepare_latency": { 2023-10-14T00:01:51.343 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 33, 2023-10-14T00:01:51.344 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 11515673 2023-10-14T00:01:51.344 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.344 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_process_latency": { 2023-10-14T00:01:51.344 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 33, 2023-10-14T00:01:51.344 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 10635188 2023-10-14T00:01:51.345 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.345 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw": { 2023-10-14T00:01:51.345 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 22 2023-10-14T00:01:51.345 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.345 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_in_bytes": { 2023-10-14T00:01:51.345 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.346 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.346 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_latency": { 2023-10-14T00:01:51.346 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 22, 2023-10-14T00:01:51.346 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 25221453 2023-10-14T00:01:51.346 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.347 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_latency_in_bytes_histogram": { 2023-10-14T00:01:51.347 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.347 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.347 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_latency_out_bytes_histogram": { 2023-10-14T00:01:51.347 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.348 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.348 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_out_bytes": { 2023-10-14T00:01:51.348 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.348 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.348 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_prepare_latency": { 2023-10-14T00:01:51.348 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 22, 2023-10-14T00:01:51.349 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 9337501 2023-10-14T00:01:51.349 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.349 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_process_latency": { 2023-10-14T00:01:51.349 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 22, 2023-10-14T00:01:51.349 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 23838725 2023-10-14T00:01:51.350 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.350 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w": { 2023-10-14T00:01:51.350 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 100 2023-10-14T00:01:51.350 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.350 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_in_bytes": { 2023-10-14T00:01:51.351 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2429440 2023-10-14T00:01:51.351 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.351 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_latency": { 2023-10-14T00:01:51.351 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 100, 2023-10-14T00:01:51.351 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 983156579 2023-10-14T00:01:51.352 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.352 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_latency_in_bytes_histogram": { 2023-10-14T00:01:51.352 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.352 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.352 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_prepare_latency": { 2023-10-14T00:01:51.352 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 100, 2023-10-14T00:01:51.353 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 53997837 2023-10-14T00:01:51.353 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.353 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_process_latency": { 2023-10-14T00:01:51.353 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 100, 2023-10-14T00:01:51.353 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 216343348 2023-10-14T00:01:51.354 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.354 INFO:tasks.workunit.client.0.smithi055.stdout: "op_wip": { 2023-10-14T00:01:51.354 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.354 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.354 INFO:tasks.workunit.client.0.smithi055.stdout: "recovery_bytes": { 2023-10-14T00:01:51.355 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 590368 2023-10-14T00:01:51.355 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.355 INFO:tasks.workunit.client.0.smithi055.stdout: "recovery_ops": { 2023-10-14T00:01:51.355 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2 2023-10-14T00:01:51.355 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.356 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_bytes": { 2023-10-14T00:01:51.356 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 95995035648 2023-10-14T00:01:51.356 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.356 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_bytes_used": { 2023-10-14T00:01:51.357 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 305090560 2023-10-14T00:01:51.357 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.357 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.357 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.358 INFO:tasks.workunit.client.0.smithi055.stdout: "osd.2": { 2023-10-14T00:01:51.358 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs": { 2023-10-14T00:01:51.358 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_slow_fallback": { 2023-10-14T00:01:51.358 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.358 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.359 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_slow_size_fallback": { 2023-10-14T00:01:51.359 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.359 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.359 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit_db": { 2023-10-14T00:01:51.359 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 65536 2023-10-14T00:01:51.360 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.360 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit_main": { 2023-10-14T00:01:51.360 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.360 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.360 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit_wal": { 2023-10-14T00:01:51.361 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.361 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.361 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_written_slow": { 2023-10-14T00:01:51.361 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.361 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.362 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_written_sst": { 2023-10-14T00:01:51.362 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 8192 2023-10-14T00:01:51.362 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.362 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_written_wal": { 2023-10-14T00:01:51.362 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2170880 2023-10-14T00:01:51.363 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.363 INFO:tasks.workunit.client.0.smithi055.stdout: "compact_lat": { 2023-10-14T00:01:51.363 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.363 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.363 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.363 INFO:tasks.workunit.client.0.smithi055.stdout: "compact_lock_lat": { 2023-10-14T00:01:51.364 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.364 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.364 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.364 INFO:tasks.workunit.client.0.smithi055.stdout: "db_total_bytes": { 2023-10-14T00:01:51.365 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 95995035648 2023-10-14T00:01:51.365 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.365 INFO:tasks.workunit.client.0.smithi055.stdout: "db_used_bytes": { 2023-10-14T00:01:51.365 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 304414720 2023-10-14T00:01:51.366 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.366 INFO:tasks.workunit.client.0.smithi055.stdout: "log_bytes": { 2023-10-14T00:01:51.366 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1265664 2023-10-14T00:01:51.366 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.366 INFO:tasks.workunit.client.0.smithi055.stdout: "logged_bytes": { 2023-10-14T00:01:51.367 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1126400 2023-10-14T00:01:51.367 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.367 INFO:tasks.workunit.client.0.smithi055.stdout: "max_bytes_db": { 2023-10-14T00:01:51.367 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 312803328 2023-10-14T00:01:51.368 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.368 INFO:tasks.workunit.client.0.smithi055.stdout: "max_bytes_slow": { 2023-10-14T00:01:51.368 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.368 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.368 INFO:tasks.workunit.client.0.smithi055.stdout: "max_bytes_wal": { 2023-10-14T00:01:51.369 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.369 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.369 INFO:tasks.workunit.client.0.smithi055.stdout: "num_files": { 2023-10-14T00:01:51.369 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 13 2023-10-14T00:01:51.369 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.370 INFO:tasks.workunit.client.0.smithi055.stdout: "read_bytes": { 2023-10-14T00:01:51.370 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 193929 2023-10-14T00:01:51.370 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.370 INFO:tasks.workunit.client.0.smithi055.stdout: "read_count": { 2023-10-14T00:01:51.370 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 22 2023-10-14T00:01:51.371 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.371 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes": { 2023-10-14T00:01:51.371 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1265664 2023-10-14T00:01:51.371 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.371 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes_db": { 2023-10-14T00:01:51.372 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1269760 2023-10-14T00:01:51.372 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.372 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes_slow": { 2023-10-14T00:01:51.372 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.373 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.373 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes_wal": { 2023-10-14T00:01:51.373 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.373 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.373 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_count": { 2023-10-14T00:01:51.374 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 14 2023-10-14T00:01:51.374 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.374 INFO:tasks.workunit.client.0.smithi055.stdout: "read_prefetch_bytes": { 2023-10-14T00:01:51.374 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3653 2023-10-14T00:01:51.374 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.375 INFO:tasks.workunit.client.0.smithi055.stdout: "read_prefetch_count": { 2023-10-14T00:01:51.375 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3 2023-10-14T00:01:51.375 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.375 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_buffer_bytes": { 2023-10-14T00:01:51.375 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3833 2023-10-14T00:01:51.376 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.376 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_buffer_count": { 2023-10-14T00:01:51.376 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 18 2023-10-14T00:01:51.376 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.376 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_bytes": { 2023-10-14T00:01:51.377 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3833 2023-10-14T00:01:51.377 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.377 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_count": { 2023-10-14T00:01:51.377 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 18 2023-10-14T00:01:51.377 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.378 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes": { 2023-10-14T00:01:51.378 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.378 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.378 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes_db": { 2023-10-14T00:01:51.378 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.379 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.379 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes_slow": { 2023-10-14T00:01:51.379 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.379 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.379 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes_wal": { 2023-10-14T00:01:51.380 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.380 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.380 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_count": { 2023-10-14T00:01:51.380 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.380 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.381 INFO:tasks.workunit.client.0.smithi055.stdout: "slow_total_bytes": { 2023-10-14T00:01:51.381 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.381 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.381 INFO:tasks.workunit.client.0.smithi055.stdout: "slow_used_bytes": { 2023-10-14T00:01:51.381 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.382 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.382 INFO:tasks.workunit.client.0.smithi055.stdout: "wal_total_bytes": { 2023-10-14T00:01:51.382 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.382 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.382 INFO:tasks.workunit.client.0.smithi055.stdout: "wal_used_bytes": { 2023-10-14T00:01:51.383 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.383 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.383 INFO:tasks.workunit.client.0.smithi055.stdout: "write_bytes": { 2023-10-14T00:01:51.383 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3366912 2023-10-14T00:01:51.384 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.384 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.384 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore": { 2023-10-14T00:01:51.384 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit": { 2023-10-14T00:01:51.384 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 4096 2023-10-14T00:01:51.384 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.385 INFO:tasks.workunit.client.0.smithi055.stdout: "allocated": { 2023-10-14T00:01:51.385 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 663552 2023-10-14T00:01:51.385 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.385 INFO:tasks.workunit.client.0.smithi055.stdout: "clist_lat": { 2023-10-14T00:01:51.385 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 4, 2023-10-14T00:01:51.386 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 190539 2023-10-14T00:01:51.386 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.386 INFO:tasks.workunit.client.0.smithi055.stdout: "compress_lat": { 2023-10-14T00:01:51.386 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.387 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.387 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.387 INFO:tasks.workunit.client.0.smithi055.stdout: "compressed": { 2023-10-14T00:01:51.387 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.387 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.388 INFO:tasks.workunit.client.0.smithi055.stdout: "compressed_allocated": { 2023-10-14T00:01:51.388 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.388 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.388 INFO:tasks.workunit.client.0.smithi055.stdout: "compressed_original": { 2023-10-14T00:01:51.388 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.388 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.389 INFO:tasks.workunit.client.0.smithi055.stdout: "csum_lat": { 2023-10-14T00:01:51.389 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 14, 2023-10-14T00:01:51.389 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 24151 2023-10-14T00:01:51.389 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.389 INFO:tasks.workunit.client.0.smithi055.stdout: "decompress_lat": { 2023-10-14T00:01:51.390 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.390 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.390 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.390 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_commit_lat": { 2023-10-14T00:01:51.390 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 259, 2023-10-14T00:01:51.391 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 93319440 2023-10-14T00:01:51.391 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.391 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_final_lat": { 2023-10-14T00:01:51.391 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 257, 2023-10-14T00:01:51.391 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 16645878 2023-10-14T00:01:51.392 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.392 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_flush_lat": { 2023-10-14T00:01:51.392 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 259, 2023-10-14T00:01:51.392 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 429269 2023-10-14T00:01:51.392 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.393 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_sync_lat": { 2023-10-14T00:01:51.393 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 259, 2023-10-14T00:01:51.393 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 93748709 2023-10-14T00:01:51.393 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.393 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_get_keys_lat": { 2023-10-14T00:01:51.394 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.394 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.394 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.394 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_get_values_lat": { 2023-10-14T00:01:51.394 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 2, 2023-10-14T00:01:51.395 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2670 2023-10-14T00:01:51.395 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.395 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_lower_bound_lat": { 2023-10-14T00:01:51.395 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.395 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.396 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.396 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_next_lat": { 2023-10-14T00:01:51.396 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.396 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.396 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.397 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_seek_to_first_lat": { 2023-10-14T00:01:51.397 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.397 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.397 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.397 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_upper_bound_lat": { 2023-10-14T00:01:51.397 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 2, 2023-10-14T00:01:51.398 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 4714 2023-10-14T00:01:51.398 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.398 INFO:tasks.workunit.client.0.smithi055.stdout: "onode_hits": { 2023-10-14T00:01:51.398 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 578 2023-10-14T00:01:51.398 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.399 INFO:tasks.workunit.client.0.smithi055.stdout: "onode_misses": { 2023-10-14T00:01:51.399 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 203 2023-10-14T00:01:51.399 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.399 INFO:tasks.workunit.client.0.smithi055.stdout: "read_lat": { 2023-10-14T00:01:51.399 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 91, 2023-10-14T00:01:51.400 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1973413 2023-10-14T00:01:51.400 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.400 INFO:tasks.workunit.client.0.smithi055.stdout: "read_onode_meta_lat": { 2023-10-14T00:01:51.400 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 257, 2023-10-14T00:01:51.400 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 346421 2023-10-14T00:01:51.400 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.401 INFO:tasks.workunit.client.0.smithi055.stdout: "read_wait_aio_lat": { 2023-10-14T00:01:51.401 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 166, 2023-10-14T00:01:51.401 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 6971484 2023-10-14T00:01:51.401 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.401 INFO:tasks.workunit.client.0.smithi055.stdout: "reads_with_retries": { 2023-10-14T00:01:51.402 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.402 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.402 INFO:tasks.workunit.client.0.smithi055.stdout: "remove_lat": { 2023-10-14T00:01:51.402 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 3, 2023-10-14T00:01:51.402 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 118927 2023-10-14T00:01:51.403 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.403 INFO:tasks.workunit.client.0.smithi055.stdout: "state_aio_wait_lat": { 2023-10-14T00:01:51.403 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 330, 2023-10-14T00:01:51.403 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 22546123 2023-10-14T00:01:51.403 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.404 INFO:tasks.workunit.client.0.smithi055.stdout: "state_deferred_aio_wait_lat": { 2023-10-14T00:01:51.404 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 111, 2023-10-14T00:01:51.404 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 8608727 2023-10-14T00:01:51.404 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.404 INFO:tasks.workunit.client.0.smithi055.stdout: "state_deferred_cleanup_lat": { 2023-10-14T00:01:51.405 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 109, 2023-10-14T00:01:51.405 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 193551251680 2023-10-14T00:01:51.405 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.405 INFO:tasks.workunit.client.0.smithi055.stdout: "state_deferred_queued_lat": { 2023-10-14T00:01:51.405 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 111, 2023-10-14T00:01:51.405 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 141207572824 2023-10-14T00:01:51.406 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.406 INFO:tasks.workunit.client.0.smithi055.stdout: "state_done_lat": { 2023-10-14T00:01:51.406 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 328, 2023-10-14T00:01:51.406 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 43507944831 2023-10-14T00:01:51.406 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.407 INFO:tasks.workunit.client.0.smithi055.stdout: "state_finishing_lat": { 2023-10-14T00:01:51.407 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 328, 2023-10-14T00:01:51.407 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 36874 2023-10-14T00:01:51.407 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.407 INFO:tasks.workunit.client.0.smithi055.stdout: "state_io_done_lat": { 2023-10-14T00:01:51.408 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 330, 2023-10-14T00:01:51.408 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 627901 2023-10-14T00:01:51.408 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.408 INFO:tasks.workunit.client.0.smithi055.stdout: "state_kv_commiting_lat": { 2023-10-14T00:01:51.408 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 330, 2023-10-14T00:01:51.408 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 188391469 2023-10-14T00:01:51.409 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.409 INFO:tasks.workunit.client.0.smithi055.stdout: "state_kv_done_lat": { 2023-10-14T00:01:51.409 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 330, 2023-10-14T00:01:51.409 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 129277 2023-10-14T00:01:51.409 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.410 INFO:tasks.workunit.client.0.smithi055.stdout: "state_kv_queued_lat": { 2023-10-14T00:01:51.410 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 330, 2023-10-14T00:01:51.410 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 93283438 2023-10-14T00:01:51.410 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.410 INFO:tasks.workunit.client.0.smithi055.stdout: "state_prepare_lat": { 2023-10-14T00:01:51.411 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 330, 2023-10-14T00:01:51.411 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 29967527 2023-10-14T00:01:51.411 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.411 INFO:tasks.workunit.client.0.smithi055.stdout: "stored": { 2023-10-14T00:01:51.411 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 290169 2023-10-14T00:01:51.412 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.412 INFO:tasks.workunit.client.0.smithi055.stdout: "truncate_lat": { 2023-10-14T00:01:51.412 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.412 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.412 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.412 INFO:tasks.workunit.client.0.smithi055.stdout: "txc_commit_lat": { 2023-10-14T00:01:51.413 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 330, 2023-10-14T00:01:51.413 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 334879905 2023-10-14T00:01:51.413 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.413 INFO:tasks.workunit.client.0.smithi055.stdout: "txc_submit_lat": { 2023-10-14T00:01:51.413 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 330, 2023-10-14T00:01:51.414 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 34394937 2023-10-14T00:01:51.414 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.414 INFO:tasks.workunit.client.0.smithi055.stdout: "txc_throttle_lat": { 2023-10-14T00:01:51.414 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 330, 2023-10-14T00:01:51.414 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2559355 2023-10-14T00:01:51.414 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.415 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.415 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache": { 2023-10-14T00:01:51.415 INFO:tasks.workunit.client.0.smithi055.stdout: "cache_bytes": { 2023-10-14T00:01:51.415 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1868175104 2023-10-14T00:01:51.415 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.416 INFO:tasks.workunit.client.0.smithi055.stdout: "heap_bytes": { 2023-10-14T00:01:51.416 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 236240896 2023-10-14T00:01:51.416 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.416 INFO:tasks.workunit.client.0.smithi055.stdout: "mapped_bytes": { 2023-10-14T00:01:51.416 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 234528768 2023-10-14T00:01:51.417 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.417 INFO:tasks.workunit.client.0.smithi055.stdout: "target_bytes": { 2023-10-14T00:01:51.417 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3145272320 2023-10-14T00:01:51.417 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.417 INFO:tasks.workunit.client.0.smithi055.stdout: "unmapped_bytes": { 2023-10-14T00:01:51.417 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1712128 2023-10-14T00:01:51.418 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.418 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.418 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:data": { 2023-10-14T00:01:51.418 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:51.419 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 159383552 2023-10-14T00:01:51.419 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.419 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:51.419 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.419 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.420 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:51.420 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.420 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.420 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:51.420 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 85902738 2023-10-14T00:01:51.421 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.421 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:51.421 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.421 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.421 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:51.422 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.422 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.422 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:51.422 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.423 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.423 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:51.423 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.423 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.423 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:51.423 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.424 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.424 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:51.424 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 16384 2023-10-14T00:01:51.424 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.424 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:51.425 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.425 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.425 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:51.425 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.425 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.426 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:51.426 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.426 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.426 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:51.426 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 73464430 2023-10-14T00:01:51.426 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.427 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.427 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:kv": { 2023-10-14T00:01:51.427 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:51.427 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 780140544 2023-10-14T00:01:51.427 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.428 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:51.428 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 67108864 2023-10-14T00:01:51.428 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.428 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:51.428 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.429 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.429 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:51.429 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 644270539 2023-10-14T00:01:51.429 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.429 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:51.430 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.430 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.430 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:51.430 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.430 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.431 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:51.431 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.431 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.431 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:51.431 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.431 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.432 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:51.432 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.432 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.432 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:51.432 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1168 2023-10-14T00:01:51.433 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.433 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:51.433 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.433 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.433 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:51.434 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.434 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.434 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:51.434 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.434 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.435 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:51.435 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 68759973 2023-10-14T00:01:51.435 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.435 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.435 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:kv_onode": { 2023-10-14T00:01:51.435 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:51.436 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 192937984 2023-10-14T00:01:51.436 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.436 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:51.436 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 67108864 2023-10-14T00:01:51.436 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.437 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:51.437 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 464 2023-10-14T00:01:51.437 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.437 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:51.437 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 57268492 2023-10-14T00:01:51.438 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.438 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:51.438 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.438 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.438 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:51.439 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.439 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.439 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:51.439 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.439 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.440 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:51.440 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.440 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.440 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:51.440 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.440 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.441 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:51.441 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.441 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.441 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:51.441 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.442 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.442 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:51.442 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.442 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.442 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:51.443 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.443 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.443 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:51.443 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 68560164 2023-10-14T00:01:51.443 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.443 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.444 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:meta": { 2023-10-14T00:01:51.444 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:51.444 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 713031680 2023-10-14T00:01:51.444 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.444 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:51.445 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.445 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.445 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:51.445 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.445 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.445 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:51.446 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 644270539 2023-10-14T00:01:51.446 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.446 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:51.446 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.446 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.447 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:51.447 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.447 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.447 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:51.447 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.448 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.448 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:51.448 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.448 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.448 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:51.449 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 23440 2023-10-14T00:01:51.449 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.449 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:51.449 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 208207 2023-10-14T00:01:51.449 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.450 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:51.450 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.450 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.450 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:51.450 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.451 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.451 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:51.451 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.451 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.451 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:51.452 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 68529494 2023-10-14T00:01:51.452 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.452 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.452 INFO:tasks.workunit.client.0.smithi055.stdout: "objecter": { 2023-10-14T00:01:51.452 INFO:tasks.workunit.client.0.smithi055.stdout: "op_active": { 2023-10-14T00:01:51.453 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.453 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.453 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r": { 2023-10-14T00:01:51.453 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.453 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.453 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rmw": { 2023-10-14T00:01:51.454 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.454 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.454 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w": { 2023-10-14T00:01:51.454 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.454 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.455 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.455 INFO:tasks.workunit.client.0.smithi055.stdout: "osd": { 2023-10-14T00:01:51.455 INFO:tasks.workunit.client.0.smithi055.stdout: "numpg": { 2023-10-14T00:01:51.455 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 29 2023-10-14T00:01:51.455 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.456 INFO:tasks.workunit.client.0.smithi055.stdout: "numpg_removing": { 2023-10-14T00:01:51.456 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.456 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.456 INFO:tasks.workunit.client.0.smithi055.stdout: "op": { 2023-10-14T00:01:51.456 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 10 2023-10-14T00:01:51.457 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.457 INFO:tasks.workunit.client.0.smithi055.stdout: "op_delayed_degraded": { 2023-10-14T00:01:51.457 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.457 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.457 INFO:tasks.workunit.client.0.smithi055.stdout: "op_delayed_unreadable": { 2023-10-14T00:01:51.458 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.458 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.458 INFO:tasks.workunit.client.0.smithi055.stdout: "op_in_bytes": { 2023-10-14T00:01:51.458 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.458 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.459 INFO:tasks.workunit.client.0.smithi055.stdout: "op_latency": { 2023-10-14T00:01:51.459 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 10, 2023-10-14T00:01:51.459 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 79490193 2023-10-14T00:01:51.459 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.459 INFO:tasks.workunit.client.0.smithi055.stdout: "op_out_bytes": { 2023-10-14T00:01:51.459 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.460 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.460 INFO:tasks.workunit.client.0.smithi055.stdout: "op_prepare_latency": { 2023-10-14T00:01:51.460 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 10, 2023-10-14T00:01:51.460 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 8766002 2023-10-14T00:01:51.460 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.461 INFO:tasks.workunit.client.0.smithi055.stdout: "op_process_latency": { 2023-10-14T00:01:51.461 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 10, 2023-10-14T00:01:51.461 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 54889875 2023-10-14T00:01:51.461 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.461 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r": { 2023-10-14T00:01:51.462 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.462 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.462 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_latency": { 2023-10-14T00:01:51.462 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.462 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.463 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.463 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_latency_out_bytes_histogram": { 2023-10-14T00:01:51.463 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.463 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.463 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_out_bytes": { 2023-10-14T00:01:51.464 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.464 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.464 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_prepare_latency": { 2023-10-14T00:01:51.464 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.464 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.465 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.465 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_process_latency": { 2023-10-14T00:01:51.465 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.465 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.465 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.466 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw": { 2023-10-14T00:01:51.466 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.466 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.466 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_in_bytes": { 2023-10-14T00:01:51.466 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.467 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.467 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_latency": { 2023-10-14T00:01:51.467 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.467 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.467 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.468 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_latency_in_bytes_histogram": { 2023-10-14T00:01:51.468 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.468 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.468 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_latency_out_bytes_histogram": { 2023-10-14T00:01:51.468 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.469 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.469 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_out_bytes": { 2023-10-14T00:01:51.469 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.469 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.469 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_prepare_latency": { 2023-10-14T00:01:51.470 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.470 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.470 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.470 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_process_latency": { 2023-10-14T00:01:51.470 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.471 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.471 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.471 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w": { 2023-10-14T00:01:51.471 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 10 2023-10-14T00:01:51.471 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.471 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_in_bytes": { 2023-10-14T00:01:51.472 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.472 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.472 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_latency": { 2023-10-14T00:01:51.472 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 10, 2023-10-14T00:01:51.472 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 79490193 2023-10-14T00:01:51.473 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.473 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_latency_in_bytes_histogram": { 2023-10-14T00:01:51.473 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.473 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.473 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_prepare_latency": { 2023-10-14T00:01:51.474 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 10, 2023-10-14T00:01:51.474 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 8766002 2023-10-14T00:01:51.474 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.474 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_process_latency": { 2023-10-14T00:01:51.474 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 10, 2023-10-14T00:01:51.475 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 54889875 2023-10-14T00:01:51.475 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.475 INFO:tasks.workunit.client.0.smithi055.stdout: "op_wip": { 2023-10-14T00:01:51.475 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.475 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.476 INFO:tasks.workunit.client.0.smithi055.stdout: "recovery_bytes": { 2023-10-14T00:01:51.476 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.476 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.476 INFO:tasks.workunit.client.0.smithi055.stdout: "recovery_ops": { 2023-10-14T00:01:51.476 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.477 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.477 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_bytes": { 2023-10-14T00:01:51.477 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 95995035648 2023-10-14T00:01:51.477 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.477 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_bytes_used": { 2023-10-14T00:01:51.478 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 305086464 2023-10-14T00:01:51.478 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.478 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.478 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.478 INFO:tasks.workunit.client.0.smithi055.stdout: "osd.3": { 2023-10-14T00:01:51.479 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs": { 2023-10-14T00:01:51.479 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_slow_fallback": { 2023-10-14T00:01:51.479 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.479 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.479 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_slow_size_fallback": { 2023-10-14T00:01:51.480 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.480 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.480 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit_db": { 2023-10-14T00:01:51.480 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 65536 2023-10-14T00:01:51.480 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.481 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit_main": { 2023-10-14T00:01:51.481 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.481 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.481 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit_wal": { 2023-10-14T00:01:51.481 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.481 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.482 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_written_slow": { 2023-10-14T00:01:51.482 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.482 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.482 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_written_sst": { 2023-10-14T00:01:51.482 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 8192 2023-10-14T00:01:51.483 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.483 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_written_wal": { 2023-10-14T00:01:51.483 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1097728 2023-10-14T00:01:51.483 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.483 INFO:tasks.workunit.client.0.smithi055.stdout: "compact_lat": { 2023-10-14T00:01:51.484 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.484 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.484 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.484 INFO:tasks.workunit.client.0.smithi055.stdout: "compact_lock_lat": { 2023-10-14T00:01:51.484 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.485 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.485 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.485 INFO:tasks.workunit.client.0.smithi055.stdout: "db_total_bytes": { 2023-10-14T00:01:51.485 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 95995035648 2023-10-14T00:01:51.485 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.485 INFO:tasks.workunit.client.0.smithi055.stdout: "db_used_bytes": { 2023-10-14T00:01:51.486 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 304414720 2023-10-14T00:01:51.486 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.486 INFO:tasks.workunit.client.0.smithi055.stdout: "log_bytes": { 2023-10-14T00:01:51.486 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 708608 2023-10-14T00:01:51.486 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.487 INFO:tasks.workunit.client.0.smithi055.stdout: "logged_bytes": { 2023-10-14T00:01:51.487 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 569344 2023-10-14T00:01:51.487 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.487 INFO:tasks.workunit.client.0.smithi055.stdout: "max_bytes_db": { 2023-10-14T00:01:51.487 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 312803328 2023-10-14T00:01:51.488 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.488 INFO:tasks.workunit.client.0.smithi055.stdout: "max_bytes_slow": { 2023-10-14T00:01:51.488 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.488 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.488 INFO:tasks.workunit.client.0.smithi055.stdout: "max_bytes_wal": { 2023-10-14T00:01:51.489 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.489 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.489 INFO:tasks.workunit.client.0.smithi055.stdout: "num_files": { 2023-10-14T00:01:51.489 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 13 2023-10-14T00:01:51.489 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.490 INFO:tasks.workunit.client.0.smithi055.stdout: "read_bytes": { 2023-10-14T00:01:51.490 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 193929 2023-10-14T00:01:51.490 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.490 INFO:tasks.workunit.client.0.smithi055.stdout: "read_count": { 2023-10-14T00:01:51.490 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 22 2023-10-14T00:01:51.491 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.491 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes": { 2023-10-14T00:01:51.491 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1265664 2023-10-14T00:01:51.491 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.491 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes_db": { 2023-10-14T00:01:51.491 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1269760 2023-10-14T00:01:51.492 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.492 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes_slow": { 2023-10-14T00:01:51.492 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.492 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.492 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes_wal": { 2023-10-14T00:01:51.493 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.493 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.493 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_count": { 2023-10-14T00:01:51.493 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 14 2023-10-14T00:01:51.493 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.494 INFO:tasks.workunit.client.0.smithi055.stdout: "read_prefetch_bytes": { 2023-10-14T00:01:51.494 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3653 2023-10-14T00:01:51.494 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.494 INFO:tasks.workunit.client.0.smithi055.stdout: "read_prefetch_count": { 2023-10-14T00:01:51.494 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3 2023-10-14T00:01:51.495 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.495 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_buffer_bytes": { 2023-10-14T00:01:51.495 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3833 2023-10-14T00:01:51.495 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.495 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_buffer_count": { 2023-10-14T00:01:51.496 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 18 2023-10-14T00:01:51.496 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.496 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_bytes": { 2023-10-14T00:01:51.496 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3833 2023-10-14T00:01:51.496 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.496 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_count": { 2023-10-14T00:01:51.497 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 18 2023-10-14T00:01:51.497 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.497 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes": { 2023-10-14T00:01:51.497 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.497 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.498 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes_db": { 2023-10-14T00:01:51.498 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.498 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.498 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes_slow": { 2023-10-14T00:01:51.498 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.499 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.499 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes_wal": { 2023-10-14T00:01:51.499 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.499 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.499 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_count": { 2023-10-14T00:01:51.500 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.500 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.500 INFO:tasks.workunit.client.0.smithi055.stdout: "slow_total_bytes": { 2023-10-14T00:01:51.500 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.500 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.501 INFO:tasks.workunit.client.0.smithi055.stdout: "slow_used_bytes": { 2023-10-14T00:01:51.501 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.501 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.501 INFO:tasks.workunit.client.0.smithi055.stdout: "wal_total_bytes": { 2023-10-14T00:01:51.501 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.502 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.502 INFO:tasks.workunit.client.0.smithi055.stdout: "wal_used_bytes": { 2023-10-14T00:01:51.502 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.502 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.502 INFO:tasks.workunit.client.0.smithi055.stdout: "write_bytes": { 2023-10-14T00:01:51.503 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1736704 2023-10-14T00:01:51.503 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.503 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.503 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore": { 2023-10-14T00:01:51.503 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit": { 2023-10-14T00:01:51.504 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 4096 2023-10-14T00:01:51.504 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.504 INFO:tasks.workunit.client.0.smithi055.stdout: "allocated": { 2023-10-14T00:01:51.504 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 684032 2023-10-14T00:01:51.504 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.505 INFO:tasks.workunit.client.0.smithi055.stdout: "clist_lat": { 2023-10-14T00:01:51.505 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.505 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.505 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.505 INFO:tasks.workunit.client.0.smithi055.stdout: "compress_lat": { 2023-10-14T00:01:51.506 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.506 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.506 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.506 INFO:tasks.workunit.client.0.smithi055.stdout: "compressed": { 2023-10-14T00:01:51.506 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.507 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.507 INFO:tasks.workunit.client.0.smithi055.stdout: "compressed_allocated": { 2023-10-14T00:01:51.507 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.507 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.507 INFO:tasks.workunit.client.0.smithi055.stdout: "compressed_original": { 2023-10-14T00:01:51.508 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.508 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.508 INFO:tasks.workunit.client.0.smithi055.stdout: "csum_lat": { 2023-10-14T00:01:51.508 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 3, 2023-10-14T00:01:51.508 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 5680 2023-10-14T00:01:51.508 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.509 INFO:tasks.workunit.client.0.smithi055.stdout: "decompress_lat": { 2023-10-14T00:01:51.509 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.509 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.509 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.509 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_commit_lat": { 2023-10-14T00:01:51.510 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 123, 2023-10-14T00:01:51.510 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 72764393 2023-10-14T00:01:51.510 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.510 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_final_lat": { 2023-10-14T00:01:51.511 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 116, 2023-10-14T00:01:51.511 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 18789179 2023-10-14T00:01:51.511 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.511 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_flush_lat": { 2023-10-14T00:01:51.511 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 123, 2023-10-14T00:01:51.512 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 265991 2023-10-14T00:01:51.512 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.512 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_sync_lat": { 2023-10-14T00:01:51.512 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 123, 2023-10-14T00:01:51.512 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 73030384 2023-10-14T00:01:51.513 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.513 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_get_keys_lat": { 2023-10-14T00:01:51.513 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.513 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.513 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.513 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_get_values_lat": { 2023-10-14T00:01:51.514 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.514 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.514 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.514 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_lower_bound_lat": { 2023-10-14T00:01:51.515 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.515 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.515 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.515 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_next_lat": { 2023-10-14T00:01:51.515 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.515 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.516 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.516 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_seek_to_first_lat": { 2023-10-14T00:01:51.516 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.516 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.516 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.517 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_upper_bound_lat": { 2023-10-14T00:01:51.517 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 2, 2023-10-14T00:01:51.517 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 5284 2023-10-14T00:01:51.517 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.517 INFO:tasks.workunit.client.0.smithi055.stdout: "onode_hits": { 2023-10-14T00:01:51.518 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 316 2023-10-14T00:01:51.518 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.518 INFO:tasks.workunit.client.0.smithi055.stdout: "onode_misses": { 2023-10-14T00:01:51.518 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 210 2023-10-14T00:01:51.518 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.519 INFO:tasks.workunit.client.0.smithi055.stdout: "read_lat": { 2023-10-14T00:01:51.519 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 78, 2023-10-14T00:01:51.519 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1064676 2023-10-14T00:01:51.519 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.519 INFO:tasks.workunit.client.0.smithi055.stdout: "read_onode_meta_lat": { 2023-10-14T00:01:51.520 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 133, 2023-10-14T00:01:51.520 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 384908 2023-10-14T00:01:51.520 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.520 INFO:tasks.workunit.client.0.smithi055.stdout: "read_wait_aio_lat": { 2023-10-14T00:01:51.520 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 55, 2023-10-14T00:01:51.521 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 680736 2023-10-14T00:01:51.521 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.521 INFO:tasks.workunit.client.0.smithi055.stdout: "reads_with_retries": { 2023-10-14T00:01:51.521 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.521 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.522 INFO:tasks.workunit.client.0.smithi055.stdout: "remove_lat": { 2023-10-14T00:01:51.522 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.522 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.522 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.522 INFO:tasks.workunit.client.0.smithi055.stdout: "state_aio_wait_lat": { 2023-10-14T00:01:51.523 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 235, 2023-10-14T00:01:51.523 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 15014950 2023-10-14T00:01:51.523 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.523 INFO:tasks.workunit.client.0.smithi055.stdout: "state_deferred_aio_wait_lat": { 2023-10-14T00:01:51.523 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 47, 2023-10-14T00:01:51.523 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3684910 2023-10-14T00:01:51.524 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.524 INFO:tasks.workunit.client.0.smithi055.stdout: "state_deferred_cleanup_lat": { 2023-10-14T00:01:51.524 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 44, 2023-10-14T00:01:51.524 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 254632086863 2023-10-14T00:01:51.524 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.525 INFO:tasks.workunit.client.0.smithi055.stdout: "state_deferred_queued_lat": { 2023-10-14T00:01:51.525 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 47, 2023-10-14T00:01:51.525 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 78644004119 2023-10-14T00:01:51.525 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.525 INFO:tasks.workunit.client.0.smithi055.stdout: "state_done_lat": { 2023-10-14T00:01:51.526 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 232, 2023-10-14T00:01:51.526 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 442431 2023-10-14T00:01:51.526 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.526 INFO:tasks.workunit.client.0.smithi055.stdout: "state_finishing_lat": { 2023-10-14T00:01:51.526 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 232, 2023-10-14T00:01:51.527 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 25214 2023-10-14T00:01:51.527 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.527 INFO:tasks.workunit.client.0.smithi055.stdout: "state_io_done_lat": { 2023-10-14T00:01:51.527 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 235, 2023-10-14T00:01:51.527 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 279918 2023-10-14T00:01:51.528 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.528 INFO:tasks.workunit.client.0.smithi055.stdout: "state_kv_commiting_lat": { 2023-10-14T00:01:51.528 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 235, 2023-10-14T00:01:51.528 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 273329943 2023-10-14T00:01:51.528 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.529 INFO:tasks.workunit.client.0.smithi055.stdout: "state_kv_done_lat": { 2023-10-14T00:01:51.529 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 235, 2023-10-14T00:01:51.529 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 72299 2023-10-14T00:01:51.529 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.529 INFO:tasks.workunit.client.0.smithi055.stdout: "state_kv_queued_lat": { 2023-10-14T00:01:51.529 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 235, 2023-10-14T00:01:51.530 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 133950811 2023-10-14T00:01:51.530 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.530 INFO:tasks.workunit.client.0.smithi055.stdout: "state_prepare_lat": { 2023-10-14T00:01:51.530 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 235, 2023-10-14T00:01:51.530 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 12612657 2023-10-14T00:01:51.531 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.531 INFO:tasks.workunit.client.0.smithi055.stdout: "stored": { 2023-10-14T00:01:51.531 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 292881 2023-10-14T00:01:51.531 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.531 INFO:tasks.workunit.client.0.smithi055.stdout: "truncate_lat": { 2023-10-14T00:01:51.531 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.532 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.532 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.532 INFO:tasks.workunit.client.0.smithi055.stdout: "txc_commit_lat": { 2023-10-14T00:01:51.532 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 235, 2023-10-14T00:01:51.532 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 435224197 2023-10-14T00:01:51.533 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.533 INFO:tasks.workunit.client.0.smithi055.stdout: "txc_submit_lat": { 2023-10-14T00:01:51.533 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 235, 2023-10-14T00:01:51.533 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 16300644 2023-10-14T00:01:51.533 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.533 INFO:tasks.workunit.client.0.smithi055.stdout: "txc_throttle_lat": { 2023-10-14T00:01:51.534 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 235, 2023-10-14T00:01:51.534 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2162556 2023-10-14T00:01:51.534 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.534 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.534 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache": { 2023-10-14T00:01:51.535 INFO:tasks.workunit.client.0.smithi055.stdout: "cache_bytes": { 2023-10-14T00:01:51.535 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1868175104 2023-10-14T00:01:51.535 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.535 INFO:tasks.workunit.client.0.smithi055.stdout: "heap_bytes": { 2023-10-14T00:01:51.535 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 269926400 2023-10-14T00:01:51.536 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.536 INFO:tasks.workunit.client.0.smithi055.stdout: "mapped_bytes": { 2023-10-14T00:01:51.536 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 267902976 2023-10-14T00:01:51.536 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.536 INFO:tasks.workunit.client.0.smithi055.stdout: "target_bytes": { 2023-10-14T00:01:51.536 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3145272320 2023-10-14T00:01:51.537 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.537 INFO:tasks.workunit.client.0.smithi055.stdout: "unmapped_bytes": { 2023-10-14T00:01:51.537 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2023424 2023-10-14T00:01:51.537 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.537 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.537 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:data": { 2023-10-14T00:01:51.538 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:51.538 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 159383552 2023-10-14T00:01:51.538 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.538 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:51.538 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.539 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.539 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:51.539 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.539 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.539 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:51.540 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 85903316 2023-10-14T00:01:51.540 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.540 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:51.540 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.540 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.541 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:51.541 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.541 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.541 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:51.541 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.541 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.542 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:51.542 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.542 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.542 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:51.542 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.543 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.543 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:51.543 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.543 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.543 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:51.544 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.544 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.544 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:51.544 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.544 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.545 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:51.545 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.545 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.545 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:51.545 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 73480236 2023-10-14T00:01:51.546 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.546 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.546 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:kv": { 2023-10-14T00:01:51.546 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:51.546 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 780140544 2023-10-14T00:01:51.547 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.547 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:51.547 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 67108864 2023-10-14T00:01:51.547 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.547 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:51.547 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.548 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.548 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:51.548 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 644274876 2023-10-14T00:01:51.548 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.549 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:51.549 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.549 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.549 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:51.549 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.549 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.550 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:51.550 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.550 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.550 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:51.550 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.551 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.551 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:51.551 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.551 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.551 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:51.552 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1168 2023-10-14T00:01:51.552 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.552 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:51.552 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.552 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.553 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:51.553 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.553 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.553 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:51.553 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.553 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.554 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:51.554 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 68755636 2023-10-14T00:01:51.554 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.554 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.554 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:kv_onode": { 2023-10-14T00:01:51.555 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:51.555 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 192937984 2023-10-14T00:01:51.555 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.555 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:51.555 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 67108864 2023-10-14T00:01:51.556 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.556 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:51.556 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 464 2023-10-14T00:01:51.556 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.556 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:51.556 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 57268877 2023-10-14T00:01:51.557 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.557 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:51.557 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.557 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.558 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:51.558 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.558 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.558 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:51.558 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.558 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.559 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:51.559 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.559 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.559 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:51.559 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.560 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.560 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:51.560 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.560 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.560 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:51.561 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.561 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.561 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:51.561 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.561 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.561 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:51.562 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.562 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.562 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:51.562 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 68559779 2023-10-14T00:01:51.562 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.563 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.563 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:meta": { 2023-10-14T00:01:51.563 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:51.563 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 713031680 2023-10-14T00:01:51.563 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.564 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:51.564 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.564 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.564 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:51.564 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.565 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.565 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:51.565 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 644274876 2023-10-14T00:01:51.565 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.565 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:51.565 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.566 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.566 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:51.566 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.566 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.566 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:51.567 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.567 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.567 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:51.567 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 9591 2023-10-14T00:01:51.567 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.568 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:51.568 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 24665 2023-10-14T00:01:51.568 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.568 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:51.568 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 209652 2023-10-14T00:01:51.569 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.569 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:51.569 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.569 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.569 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:51.570 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.570 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.570 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:51.570 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.570 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.571 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:51.571 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 68512896 2023-10-14T00:01:51.571 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.571 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.571 INFO:tasks.workunit.client.0.smithi055.stdout: "objecter": { 2023-10-14T00:01:51.572 INFO:tasks.workunit.client.0.smithi055.stdout: "op_active": { 2023-10-14T00:01:51.572 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.572 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.572 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r": { 2023-10-14T00:01:51.572 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.573 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.573 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rmw": { 2023-10-14T00:01:51.573 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.573 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.573 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w": { 2023-10-14T00:01:51.573 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.574 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.574 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.574 INFO:tasks.workunit.client.0.smithi055.stdout: "osd": { 2023-10-14T00:01:51.574 INFO:tasks.workunit.client.0.smithi055.stdout: "numpg": { 2023-10-14T00:01:51.574 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 36 2023-10-14T00:01:51.575 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.575 INFO:tasks.workunit.client.0.smithi055.stdout: "numpg_removing": { 2023-10-14T00:01:51.575 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.575 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.575 INFO:tasks.workunit.client.0.smithi055.stdout: "op": { 2023-10-14T00:01:51.576 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.576 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.576 INFO:tasks.workunit.client.0.smithi055.stdout: "op_delayed_degraded": { 2023-10-14T00:01:51.576 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.576 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.577 INFO:tasks.workunit.client.0.smithi055.stdout: "op_delayed_unreadable": { 2023-10-14T00:01:51.577 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.577 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.577 INFO:tasks.workunit.client.0.smithi055.stdout: "op_in_bytes": { 2023-10-14T00:01:51.577 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.578 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.578 INFO:tasks.workunit.client.0.smithi055.stdout: "op_latency": { 2023-10-14T00:01:51.578 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.578 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.578 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.579 INFO:tasks.workunit.client.0.smithi055.stdout: "op_out_bytes": { 2023-10-14T00:01:51.579 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.579 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.579 INFO:tasks.workunit.client.0.smithi055.stdout: "op_prepare_latency": { 2023-10-14T00:01:51.579 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 2, 2023-10-14T00:01:51.580 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1077994 2023-10-14T00:01:51.580 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.580 INFO:tasks.workunit.client.0.smithi055.stdout: "op_process_latency": { 2023-10-14T00:01:51.580 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.580 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.581 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.581 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r": { 2023-10-14T00:01:51.581 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.581 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.581 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_latency": { 2023-10-14T00:01:51.582 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.582 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.582 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.582 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_latency_out_bytes_histogram": { 2023-10-14T00:01:51.582 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.582 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.583 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_out_bytes": { 2023-10-14T00:01:51.583 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.583 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.583 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_prepare_latency": { 2023-10-14T00:01:51.583 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.584 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.584 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.584 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_process_latency": { 2023-10-14T00:01:51.584 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.584 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.585 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.585 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw": { 2023-10-14T00:01:51.585 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.585 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.585 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_in_bytes": { 2023-10-14T00:01:51.585 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.586 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.586 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_latency": { 2023-10-14T00:01:51.586 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.586 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.586 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.587 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_latency_in_bytes_histogram": { 2023-10-14T00:01:51.587 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.587 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.587 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_latency_out_bytes_histogram": { 2023-10-14T00:01:51.587 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.588 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.588 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_out_bytes": { 2023-10-14T00:01:51.588 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.588 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.588 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_prepare_latency": { 2023-10-14T00:01:51.589 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.589 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.589 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.589 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_process_latency": { 2023-10-14T00:01:51.589 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.590 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.590 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.590 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w": { 2023-10-14T00:01:51.590 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.590 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.591 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_in_bytes": { 2023-10-14T00:01:51.591 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.591 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.591 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_latency": { 2023-10-14T00:01:51.591 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.592 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.592 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.592 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_latency_in_bytes_histogram": { 2023-10-14T00:01:51.592 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.592 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.593 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_prepare_latency": { 2023-10-14T00:01:51.593 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 2, 2023-10-14T00:01:51.593 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1077994 2023-10-14T00:01:51.593 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.593 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_process_latency": { 2023-10-14T00:01:51.594 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.594 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.594 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.594 INFO:tasks.workunit.client.0.smithi055.stdout: "op_wip": { 2023-10-14T00:01:51.594 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.595 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.595 INFO:tasks.workunit.client.0.smithi055.stdout: "recovery_bytes": { 2023-10-14T00:01:51.595 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.595 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.595 INFO:tasks.workunit.client.0.smithi055.stdout: "recovery_ops": { 2023-10-14T00:01:51.595 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.596 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.596 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_bytes": { 2023-10-14T00:01:51.596 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 95995035648 2023-10-14T00:01:51.596 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.596 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_bytes_used": { 2023-10-14T00:01:51.597 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 305106944 2023-10-14T00:01:51.597 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.597 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.597 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.597 INFO:tasks.workunit.client.0.smithi055.stdout: "osd.4": { 2023-10-14T00:01:51.598 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs": { 2023-10-14T00:01:51.598 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_slow_fallback": { 2023-10-14T00:01:51.598 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.598 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.598 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_slow_size_fallback": { 2023-10-14T00:01:51.599 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.599 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.599 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit_db": { 2023-10-14T00:01:51.599 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 65536 2023-10-14T00:01:51.599 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.600 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit_main": { 2023-10-14T00:01:51.600 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.600 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.600 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit_wal": { 2023-10-14T00:01:51.600 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.601 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.601 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_written_slow": { 2023-10-14T00:01:51.601 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.601 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.601 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_written_sst": { 2023-10-14T00:01:51.602 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 8192 2023-10-14T00:01:51.602 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.602 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_written_wal": { 2023-10-14T00:01:51.602 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1294336 2023-10-14T00:01:51.602 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.603 INFO:tasks.workunit.client.0.smithi055.stdout: "compact_lat": { 2023-10-14T00:01:51.603 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.603 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.603 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.603 INFO:tasks.workunit.client.0.smithi055.stdout: "compact_lock_lat": { 2023-10-14T00:01:51.604 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.604 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.604 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.604 INFO:tasks.workunit.client.0.smithi055.stdout: "db_total_bytes": { 2023-10-14T00:01:51.604 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 95995035648 2023-10-14T00:01:51.604 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.605 INFO:tasks.workunit.client.0.smithi055.stdout: "db_used_bytes": { 2023-10-14T00:01:51.605 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 304414720 2023-10-14T00:01:51.605 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.605 INFO:tasks.workunit.client.0.smithi055.stdout: "log_bytes": { 2023-10-14T00:01:51.605 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 864256 2023-10-14T00:01:51.606 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.606 INFO:tasks.workunit.client.0.smithi055.stdout: "logged_bytes": { 2023-10-14T00:01:51.606 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 724992 2023-10-14T00:01:51.606 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.607 INFO:tasks.workunit.client.0.smithi055.stdout: "max_bytes_db": { 2023-10-14T00:01:51.607 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 312803328 2023-10-14T00:01:51.607 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.607 INFO:tasks.workunit.client.0.smithi055.stdout: "max_bytes_slow": { 2023-10-14T00:01:51.607 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.607 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.608 INFO:tasks.workunit.client.0.smithi055.stdout: "max_bytes_wal": { 2023-10-14T00:01:51.608 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.608 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.608 INFO:tasks.workunit.client.0.smithi055.stdout: "num_files": { 2023-10-14T00:01:51.608 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 13 2023-10-14T00:01:51.609 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.609 INFO:tasks.workunit.client.0.smithi055.stdout: "read_bytes": { 2023-10-14T00:01:51.609 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 193929 2023-10-14T00:01:51.609 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.609 INFO:tasks.workunit.client.0.smithi055.stdout: "read_count": { 2023-10-14T00:01:51.610 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 22 2023-10-14T00:01:51.610 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.610 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes": { 2023-10-14T00:01:51.610 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1265664 2023-10-14T00:01:51.610 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.611 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes_db": { 2023-10-14T00:01:51.611 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1269760 2023-10-14T00:01:51.611 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.611 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes_slow": { 2023-10-14T00:01:51.611 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.612 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.612 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes_wal": { 2023-10-14T00:01:51.612 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.612 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.612 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_count": { 2023-10-14T00:01:51.613 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 14 2023-10-14T00:01:51.613 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.613 INFO:tasks.workunit.client.0.smithi055.stdout: "read_prefetch_bytes": { 2023-10-14T00:01:51.613 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3653 2023-10-14T00:01:51.613 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.613 INFO:tasks.workunit.client.0.smithi055.stdout: "read_prefetch_count": { 2023-10-14T00:01:51.614 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3 2023-10-14T00:01:51.614 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.614 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_buffer_bytes": { 2023-10-14T00:01:51.614 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3833 2023-10-14T00:01:51.614 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.615 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_buffer_count": { 2023-10-14T00:01:51.615 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 18 2023-10-14T00:01:51.615 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.615 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_bytes": { 2023-10-14T00:01:51.615 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3833 2023-10-14T00:01:51.616 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.616 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_count": { 2023-10-14T00:01:51.616 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 18 2023-10-14T00:01:51.616 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.616 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes": { 2023-10-14T00:01:51.617 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.617 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.617 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes_db": { 2023-10-14T00:01:51.617 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.617 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.617 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes_slow": { 2023-10-14T00:01:51.618 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.618 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.618 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes_wal": { 2023-10-14T00:01:51.618 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.618 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.619 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_count": { 2023-10-14T00:01:51.619 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.619 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.619 INFO:tasks.workunit.client.0.smithi055.stdout: "slow_total_bytes": { 2023-10-14T00:01:51.619 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.620 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.620 INFO:tasks.workunit.client.0.smithi055.stdout: "slow_used_bytes": { 2023-10-14T00:01:51.620 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.620 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.620 INFO:tasks.workunit.client.0.smithi055.stdout: "wal_total_bytes": { 2023-10-14T00:01:51.621 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.621 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.621 INFO:tasks.workunit.client.0.smithi055.stdout: "wal_used_bytes": { 2023-10-14T00:01:51.621 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.621 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.622 INFO:tasks.workunit.client.0.smithi055.stdout: "write_bytes": { 2023-10-14T00:01:51.622 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2088960 2023-10-14T00:01:51.622 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.622 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.622 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore": { 2023-10-14T00:01:51.623 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit": { 2023-10-14T00:01:51.623 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 4096 2023-10-14T00:01:51.623 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.623 INFO:tasks.workunit.client.0.smithi055.stdout: "allocated": { 2023-10-14T00:01:51.623 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 679936 2023-10-14T00:01:51.623 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.624 INFO:tasks.workunit.client.0.smithi055.stdout: "clist_lat": { 2023-10-14T00:01:51.624 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 8, 2023-10-14T00:01:51.624 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 310448 2023-10-14T00:01:51.624 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.624 INFO:tasks.workunit.client.0.smithi055.stdout: "compress_lat": { 2023-10-14T00:01:51.625 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.625 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.625 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.625 INFO:tasks.workunit.client.0.smithi055.stdout: "compressed": { 2023-10-14T00:01:51.625 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.625 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.626 INFO:tasks.workunit.client.0.smithi055.stdout: "compressed_allocated": { 2023-10-14T00:01:51.626 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.626 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.626 INFO:tasks.workunit.client.0.smithi055.stdout: "compressed_original": { 2023-10-14T00:01:51.626 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.627 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.627 INFO:tasks.workunit.client.0.smithi055.stdout: "csum_lat": { 2023-10-14T00:01:51.627 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 1, 2023-10-14T00:01:51.627 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1877 2023-10-14T00:01:51.627 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.628 INFO:tasks.workunit.client.0.smithi055.stdout: "decompress_lat": { 2023-10-14T00:01:51.628 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.628 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.628 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.628 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_commit_lat": { 2023-10-14T00:01:51.629 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 161, 2023-10-14T00:01:51.629 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 41860520 2023-10-14T00:01:51.629 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.629 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_final_lat": { 2023-10-14T00:01:51.629 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 158, 2023-10-14T00:01:51.629 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2849102 2023-10-14T00:01:51.630 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.630 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_flush_lat": { 2023-10-14T00:01:51.630 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 161, 2023-10-14T00:01:51.630 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 199729 2023-10-14T00:01:51.630 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.631 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_sync_lat": { 2023-10-14T00:01:51.631 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 161, 2023-10-14T00:01:51.631 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 42060249 2023-10-14T00:01:51.631 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.631 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_get_keys_lat": { 2023-10-14T00:01:51.632 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.632 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.632 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.632 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_get_values_lat": { 2023-10-14T00:01:51.632 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 2, 2023-10-14T00:01:51.632 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1337 2023-10-14T00:01:51.633 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.633 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_lower_bound_lat": { 2023-10-14T00:01:51.633 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.633 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.633 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.634 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_next_lat": { 2023-10-14T00:01:51.634 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.634 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.634 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.634 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_seek_to_first_lat": { 2023-10-14T00:01:51.635 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.635 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.635 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.635 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_upper_bound_lat": { 2023-10-14T00:01:51.635 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 2, 2023-10-14T00:01:51.636 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 6109 2023-10-14T00:01:51.636 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.636 INFO:tasks.workunit.client.0.smithi055.stdout: "onode_hits": { 2023-10-14T00:01:51.636 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 357 2023-10-14T00:01:51.636 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.636 INFO:tasks.workunit.client.0.smithi055.stdout: "onode_misses": { 2023-10-14T00:01:51.637 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 223 2023-10-14T00:01:51.637 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.637 INFO:tasks.workunit.client.0.smithi055.stdout: "read_lat": { 2023-10-14T00:01:51.637 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 94, 2023-10-14T00:01:51.637 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 817812 2023-10-14T00:01:51.638 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.638 INFO:tasks.workunit.client.0.smithi055.stdout: "read_onode_meta_lat": { 2023-10-14T00:01:51.638 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 160, 2023-10-14T00:01:51.638 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 212869 2023-10-14T00:01:51.638 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.639 INFO:tasks.workunit.client.0.smithi055.stdout: "read_wait_aio_lat": { 2023-10-14T00:01:51.639 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 66, 2023-10-14T00:01:51.639 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 176863 2023-10-14T00:01:51.639 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.639 INFO:tasks.workunit.client.0.smithi055.stdout: "reads_with_retries": { 2023-10-14T00:01:51.640 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.640 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.640 INFO:tasks.workunit.client.0.smithi055.stdout: "remove_lat": { 2023-10-14T00:01:51.640 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 5, 2023-10-14T00:01:51.640 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 141075 2023-10-14T00:01:51.641 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.641 INFO:tasks.workunit.client.0.smithi055.stdout: "state_aio_wait_lat": { 2023-10-14T00:01:51.641 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 260, 2023-10-14T00:01:51.641 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 7655615 2023-10-14T00:01:51.641 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.641 INFO:tasks.workunit.client.0.smithi055.stdout: "state_deferred_aio_wait_lat": { 2023-10-14T00:01:51.642 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 40, 2023-10-14T00:01:51.642 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3629624 2023-10-14T00:01:51.642 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.642 INFO:tasks.workunit.client.0.smithi055.stdout: "state_deferred_cleanup_lat": { 2023-10-14T00:01:51.642 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 39, 2023-10-14T00:01:51.643 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 250016062887 2023-10-14T00:01:51.643 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.643 INFO:tasks.workunit.client.0.smithi055.stdout: "state_deferred_queued_lat": { 2023-10-14T00:01:51.643 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 40, 2023-10-14T00:01:51.643 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 61184448907 2023-10-14T00:01:51.643 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.644 INFO:tasks.workunit.client.0.smithi055.stdout: "state_done_lat": { 2023-10-14T00:01:51.644 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 259, 2023-10-14T00:01:51.644 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 408715 2023-10-14T00:01:51.644 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.644 INFO:tasks.workunit.client.0.smithi055.stdout: "state_finishing_lat": { 2023-10-14T00:01:51.645 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 259, 2023-10-14T00:01:51.645 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 24969 2023-10-14T00:01:51.645 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.645 INFO:tasks.workunit.client.0.smithi055.stdout: "state_io_done_lat": { 2023-10-14T00:01:51.645 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 260, 2023-10-14T00:01:51.646 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 386395 2023-10-14T00:01:51.646 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.646 INFO:tasks.workunit.client.0.smithi055.stdout: "state_kv_commiting_lat": { 2023-10-14T00:01:51.646 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 260, 2023-10-14T00:01:51.646 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 104336540 2023-10-14T00:01:51.647 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.647 INFO:tasks.workunit.client.0.smithi055.stdout: "state_kv_done_lat": { 2023-10-14T00:01:51.647 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 260, 2023-10-14T00:01:51.647 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 76322 2023-10-14T00:01:51.647 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.647 INFO:tasks.workunit.client.0.smithi055.stdout: "state_kv_queued_lat": { 2023-10-14T00:01:51.648 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 260, 2023-10-14T00:01:51.648 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 107975448 2023-10-14T00:01:51.648 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.648 INFO:tasks.workunit.client.0.smithi055.stdout: "state_prepare_lat": { 2023-10-14T00:01:51.648 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 260, 2023-10-14T00:01:51.649 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 20213508 2023-10-14T00:01:51.649 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.649 INFO:tasks.workunit.client.0.smithi055.stdout: "stored": { 2023-10-14T00:01:51.649 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 290849 2023-10-14T00:01:51.649 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.650 INFO:tasks.workunit.client.0.smithi055.stdout: "truncate_lat": { 2023-10-14T00:01:51.650 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 2, 2023-10-14T00:01:51.650 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 556 2023-10-14T00:01:51.650 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.650 INFO:tasks.workunit.client.0.smithi055.stdout: "txc_commit_lat": { 2023-10-14T00:01:51.651 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 260, 2023-10-14T00:01:51.651 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 240605096 2023-10-14T00:01:51.651 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.651 INFO:tasks.workunit.client.0.smithi055.stdout: "txc_submit_lat": { 2023-10-14T00:01:51.651 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 260, 2023-10-14T00:01:51.652 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 22677094 2023-10-14T00:01:51.652 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.652 INFO:tasks.workunit.client.0.smithi055.stdout: "txc_throttle_lat": { 2023-10-14T00:01:51.652 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 260, 2023-10-14T00:01:51.652 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2604863 2023-10-14T00:01:51.653 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.653 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.653 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache": { 2023-10-14T00:01:51.653 INFO:tasks.workunit.client.0.smithi055.stdout: "cache_bytes": { 2023-10-14T00:01:51.653 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1867213659 2023-10-14T00:01:51.654 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.654 INFO:tasks.workunit.client.0.smithi055.stdout: "heap_bytes": { 2023-10-14T00:01:51.654 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 268812288 2023-10-14T00:01:51.654 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.654 INFO:tasks.workunit.client.0.smithi055.stdout: "mapped_bytes": { 2023-10-14T00:01:51.655 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 268115968 2023-10-14T00:01:51.655 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.655 INFO:tasks.workunit.client.0.smithi055.stdout: "target_bytes": { 2023-10-14T00:01:51.655 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3144141209 2023-10-14T00:01:51.655 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.655 INFO:tasks.workunit.client.0.smithi055.stdout: "unmapped_bytes": { 2023-10-14T00:01:51.656 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 696320 2023-10-14T00:01:51.656 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.656 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.656 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:data": { 2023-10-14T00:01:51.656 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:51.657 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 159383552 2023-10-14T00:01:51.657 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.657 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:51.657 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.657 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.658 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:51.658 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.658 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.658 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:51.658 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 85845386 2023-10-14T00:01:51.659 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.659 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:51.659 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.659 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.659 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:51.660 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.660 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.660 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:51.660 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.660 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.660 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:51.661 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.661 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.661 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:51.661 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.661 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.662 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:51.662 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.662 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.662 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:51.662 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.663 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.663 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:51.663 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.663 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.663 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:51.664 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.664 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.664 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:51.664 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 73538166 2023-10-14T00:01:51.664 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.665 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.665 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:kv": { 2023-10-14T00:01:51.665 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:51.665 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 780140544 2023-10-14T00:01:51.665 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.666 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:51.666 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 67108864 2023-10-14T00:01:51.666 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.666 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:51.666 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.666 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.667 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:51.667 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 643840402 2023-10-14T00:01:51.667 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.667 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:51.667 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.668 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.668 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:51.668 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.668 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.668 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:51.669 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.669 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.669 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:51.669 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.669 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.669 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:51.670 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.670 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.670 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:51.670 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1168 2023-10-14T00:01:51.670 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.671 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:51.671 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.671 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.671 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:51.671 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.672 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.672 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:51.672 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.672 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.672 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:51.672 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 69190110 2023-10-14T00:01:51.673 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.673 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.673 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:kv_onode": { 2023-10-14T00:01:51.673 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:51.673 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 192937984 2023-10-14T00:01:51.674 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.674 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:51.674 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 67108864 2023-10-14T00:01:51.674 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.674 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:51.675 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 464 2023-10-14T00:01:51.675 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.675 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:51.675 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 57230257 2023-10-14T00:01:51.675 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.675 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:51.676 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.676 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.676 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:51.676 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.676 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.677 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:51.677 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.677 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.677 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:51.678 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.678 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.678 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:51.678 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.678 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.678 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:51.679 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.679 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.679 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:51.679 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.679 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.680 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:51.680 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.680 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.680 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:51.680 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.681 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.681 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:51.681 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 68598399 2023-10-14T00:01:51.681 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.681 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.681 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:meta": { 2023-10-14T00:01:51.682 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:51.682 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 713031680 2023-10-14T00:01:51.682 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.682 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:51.682 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.683 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.683 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:51.683 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.683 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.683 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:51.684 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 643840402 2023-10-14T00:01:51.684 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.684 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:51.684 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.684 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.684 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:51.685 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.685 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.685 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:51.685 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.685 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.686 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:51.686 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.686 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.686 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:51.686 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 28769 2023-10-14T00:01:51.687 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.687 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:51.687 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 213713 2023-10-14T00:01:51.687 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.687 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:51.688 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.688 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.688 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:51.688 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.688 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.688 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:51.689 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.689 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.689 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:51.689 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 68948796 2023-10-14T00:01:51.689 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.690 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.690 INFO:tasks.workunit.client.0.smithi055.stdout: "objecter": { 2023-10-14T00:01:51.690 INFO:tasks.workunit.client.0.smithi055.stdout: "op_active": { 2023-10-14T00:01:51.690 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.690 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.691 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r": { 2023-10-14T00:01:51.691 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.691 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.691 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rmw": { 2023-10-14T00:01:51.692 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.692 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.692 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w": { 2023-10-14T00:01:51.692 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.692 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.693 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.693 INFO:tasks.workunit.client.0.smithi055.stdout: "osd": { 2023-10-14T00:01:51.693 INFO:tasks.workunit.client.0.smithi055.stdout: "numpg": { 2023-10-14T00:01:51.693 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 41 2023-10-14T00:01:51.693 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.694 INFO:tasks.workunit.client.0.smithi055.stdout: "numpg_removing": { 2023-10-14T00:01:51.694 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.694 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.694 INFO:tasks.workunit.client.0.smithi055.stdout: "op": { 2023-10-14T00:01:51.694 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1 2023-10-14T00:01:51.694 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.695 INFO:tasks.workunit.client.0.smithi055.stdout: "op_delayed_degraded": { 2023-10-14T00:01:51.695 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.695 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.695 INFO:tasks.workunit.client.0.smithi055.stdout: "op_delayed_unreadable": { 2023-10-14T00:01:51.695 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.696 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.696 INFO:tasks.workunit.client.0.smithi055.stdout: "op_in_bytes": { 2023-10-14T00:01:51.696 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 22 2023-10-14T00:01:51.696 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.696 INFO:tasks.workunit.client.0.smithi055.stdout: "op_latency": { 2023-10-14T00:01:51.696 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 1, 2023-10-14T00:01:51.697 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 8853613 2023-10-14T00:01:51.697 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.697 INFO:tasks.workunit.client.0.smithi055.stdout: "op_out_bytes": { 2023-10-14T00:01:51.697 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.697 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.698 INFO:tasks.workunit.client.0.smithi055.stdout: "op_prepare_latency": { 2023-10-14T00:01:51.698 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 1, 2023-10-14T00:01:51.698 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 731072 2023-10-14T00:01:51.698 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.698 INFO:tasks.workunit.client.0.smithi055.stdout: "op_process_latency": { 2023-10-14T00:01:51.699 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 1, 2023-10-14T00:01:51.699 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 8753871 2023-10-14T00:01:51.699 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.699 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r": { 2023-10-14T00:01:51.699 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.700 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.700 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_latency": { 2023-10-14T00:01:51.700 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.700 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.701 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.701 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_latency_out_bytes_histogram": { 2023-10-14T00:01:51.701 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.701 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.701 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_out_bytes": { 2023-10-14T00:01:51.702 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.702 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.702 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_prepare_latency": { 2023-10-14T00:01:51.702 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.702 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.703 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.703 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_process_latency": { 2023-10-14T00:01:51.703 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.703 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.703 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.704 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw": { 2023-10-14T00:01:51.704 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.704 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.704 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_in_bytes": { 2023-10-14T00:01:51.704 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.705 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.705 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_latency": { 2023-10-14T00:01:51.705 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.705 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.705 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.706 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_latency_in_bytes_histogram": { 2023-10-14T00:01:51.706 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.706 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.706 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_latency_out_bytes_histogram": { 2023-10-14T00:01:51.706 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.707 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.707 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_out_bytes": { 2023-10-14T00:01:51.707 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.707 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.707 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_prepare_latency": { 2023-10-14T00:01:51.708 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.708 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.708 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.708 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_process_latency": { 2023-10-14T00:01:51.708 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.709 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.709 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.709 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w": { 2023-10-14T00:01:51.709 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1 2023-10-14T00:01:51.709 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.710 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_in_bytes": { 2023-10-14T00:01:51.710 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 22 2023-10-14T00:01:51.710 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.710 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_latency": { 2023-10-14T00:01:51.710 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 1, 2023-10-14T00:01:51.711 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 8853613 2023-10-14T00:01:51.711 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.711 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_latency_in_bytes_histogram": { 2023-10-14T00:01:51.711 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.711 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.712 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_prepare_latency": { 2023-10-14T00:01:51.712 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 1, 2023-10-14T00:01:51.712 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 731072 2023-10-14T00:01:51.712 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.712 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_process_latency": { 2023-10-14T00:01:51.713 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 1, 2023-10-14T00:01:51.713 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 8753871 2023-10-14T00:01:51.713 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.713 INFO:tasks.workunit.client.0.smithi055.stdout: "op_wip": { 2023-10-14T00:01:51.713 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.713 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.714 INFO:tasks.workunit.client.0.smithi055.stdout: "recovery_bytes": { 2023-10-14T00:01:51.714 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.714 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.714 INFO:tasks.workunit.client.0.smithi055.stdout: "recovery_ops": { 2023-10-14T00:01:51.715 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.715 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.715 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_bytes": { 2023-10-14T00:01:51.715 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 95995035648 2023-10-14T00:01:51.715 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.716 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_bytes_used": { 2023-10-14T00:01:51.716 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 305102848 2023-10-14T00:01:51.716 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.716 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.716 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.716 INFO:tasks.workunit.client.0.smithi055.stdout: "osd.5": { 2023-10-14T00:01:51.717 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs": { 2023-10-14T00:01:51.717 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_slow_fallback": { 2023-10-14T00:01:51.717 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.717 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.717 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_slow_size_fallback": { 2023-10-14T00:01:51.718 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.718 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.718 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit_db": { 2023-10-14T00:01:51.718 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 65536 2023-10-14T00:01:51.718 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.719 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit_main": { 2023-10-14T00:01:51.719 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.719 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.719 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit_wal": { 2023-10-14T00:01:51.719 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.720 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.720 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_written_slow": { 2023-10-14T00:01:51.720 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.720 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.720 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_written_sst": { 2023-10-14T00:01:51.721 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 8192 2023-10-14T00:01:51.721 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.721 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_written_wal": { 2023-10-14T00:01:51.721 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1277952 2023-10-14T00:01:51.722 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.722 INFO:tasks.workunit.client.0.smithi055.stdout: "compact_lat": { 2023-10-14T00:01:51.722 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.722 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.722 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.722 INFO:tasks.workunit.client.0.smithi055.stdout: "compact_lock_lat": { 2023-10-14T00:01:51.723 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.723 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.723 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.723 INFO:tasks.workunit.client.0.smithi055.stdout: "db_total_bytes": { 2023-10-14T00:01:51.723 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 95995035648 2023-10-14T00:01:51.724 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.724 INFO:tasks.workunit.client.0.smithi055.stdout: "db_used_bytes": { 2023-10-14T00:01:51.724 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 304414720 2023-10-14T00:01:51.724 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.724 INFO:tasks.workunit.client.0.smithi055.stdout: "log_bytes": { 2023-10-14T00:01:51.725 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 897024 2023-10-14T00:01:51.725 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.725 INFO:tasks.workunit.client.0.smithi055.stdout: "logged_bytes": { 2023-10-14T00:01:51.725 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 757760 2023-10-14T00:01:51.725 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.726 INFO:tasks.workunit.client.0.smithi055.stdout: "max_bytes_db": { 2023-10-14T00:01:51.726 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 312803328 2023-10-14T00:01:51.726 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.726 INFO:tasks.workunit.client.0.smithi055.stdout: "max_bytes_slow": { 2023-10-14T00:01:51.726 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.727 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.727 INFO:tasks.workunit.client.0.smithi055.stdout: "max_bytes_wal": { 2023-10-14T00:01:51.727 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.727 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.727 INFO:tasks.workunit.client.0.smithi055.stdout: "num_files": { 2023-10-14T00:01:51.729 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 13 2023-10-14T00:01:51.729 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.729 INFO:tasks.workunit.client.0.smithi055.stdout: "read_bytes": { 2023-10-14T00:01:51.730 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 193929 2023-10-14T00:01:51.730 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.730 INFO:tasks.workunit.client.0.smithi055.stdout: "read_count": { 2023-10-14T00:01:51.730 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 22 2023-10-14T00:01:51.730 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.731 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes": { 2023-10-14T00:01:51.731 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1265664 2023-10-14T00:01:51.731 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.731 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes_db": { 2023-10-14T00:01:51.731 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1269760 2023-10-14T00:01:51.732 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.732 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes_slow": { 2023-10-14T00:01:51.732 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.732 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.732 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes_wal": { 2023-10-14T00:01:51.732 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.733 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.733 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_count": { 2023-10-14T00:01:51.733 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 14 2023-10-14T00:01:51.733 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.733 INFO:tasks.workunit.client.0.smithi055.stdout: "read_prefetch_bytes": { 2023-10-14T00:01:51.733 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3653 2023-10-14T00:01:51.734 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.734 INFO:tasks.workunit.client.0.smithi055.stdout: "read_prefetch_count": { 2023-10-14T00:01:51.734 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3 2023-10-14T00:01:51.734 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.734 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_buffer_bytes": { 2023-10-14T00:01:51.735 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3833 2023-10-14T00:01:51.735 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.735 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_buffer_count": { 2023-10-14T00:01:51.735 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 18 2023-10-14T00:01:51.735 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.735 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_bytes": { 2023-10-14T00:01:51.736 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3833 2023-10-14T00:01:51.736 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.736 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_count": { 2023-10-14T00:01:51.736 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 18 2023-10-14T00:01:51.736 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.737 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes": { 2023-10-14T00:01:51.737 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.737 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.737 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes_db": { 2023-10-14T00:01:51.737 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.738 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.738 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes_slow": { 2023-10-14T00:01:51.738 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.738 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.738 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes_wal": { 2023-10-14T00:01:51.739 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.739 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.739 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_count": { 2023-10-14T00:01:51.739 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.739 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.740 INFO:tasks.workunit.client.0.smithi055.stdout: "slow_total_bytes": { 2023-10-14T00:01:51.740 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.740 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.740 INFO:tasks.workunit.client.0.smithi055.stdout: "slow_used_bytes": { 2023-10-14T00:01:51.740 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.741 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.741 INFO:tasks.workunit.client.0.smithi055.stdout: "wal_total_bytes": { 2023-10-14T00:01:51.741 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.741 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.741 INFO:tasks.workunit.client.0.smithi055.stdout: "wal_used_bytes": { 2023-10-14T00:01:51.741 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.742 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.742 INFO:tasks.workunit.client.0.smithi055.stdout: "write_bytes": { 2023-10-14T00:01:51.742 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2105344 2023-10-14T00:01:51.742 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.742 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.743 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore": { 2023-10-14T00:01:51.743 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit": { 2023-10-14T00:01:51.743 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 4096 2023-10-14T00:01:51.743 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.743 INFO:tasks.workunit.client.0.smithi055.stdout: "allocated": { 2023-10-14T00:01:51.744 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 671744 2023-10-14T00:01:51.744 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.744 INFO:tasks.workunit.client.0.smithi055.stdout: "clist_lat": { 2023-10-14T00:01:51.744 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 6, 2023-10-14T00:01:51.744 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 205311 2023-10-14T00:01:51.744 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.745 INFO:tasks.workunit.client.0.smithi055.stdout: "compress_lat": { 2023-10-14T00:01:51.745 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.745 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.745 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.745 INFO:tasks.workunit.client.0.smithi055.stdout: "compressed": { 2023-10-14T00:01:51.746 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.746 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.746 INFO:tasks.workunit.client.0.smithi055.stdout: "compressed_allocated": { 2023-10-14T00:01:51.746 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.746 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.747 INFO:tasks.workunit.client.0.smithi055.stdout: "compressed_original": { 2023-10-14T00:01:51.747 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.747 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.747 INFO:tasks.workunit.client.0.smithi055.stdout: "csum_lat": { 2023-10-14T00:01:51.747 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 5, 2023-10-14T00:01:51.748 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 7025 2023-10-14T00:01:51.748 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.748 INFO:tasks.workunit.client.0.smithi055.stdout: "decompress_lat": { 2023-10-14T00:01:51.748 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.748 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.749 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.749 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_commit_lat": { 2023-10-14T00:01:51.749 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 169, 2023-10-14T00:01:51.749 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 47814554 2023-10-14T00:01:51.750 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.750 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_final_lat": { 2023-10-14T00:01:51.750 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 157, 2023-10-14T00:01:51.750 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 9556688 2023-10-14T00:01:51.750 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.751 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_flush_lat": { 2023-10-14T00:01:51.751 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 169, 2023-10-14T00:01:51.751 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 179818 2023-10-14T00:01:51.751 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.751 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_sync_lat": { 2023-10-14T00:01:51.752 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 169, 2023-10-14T00:01:51.752 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 47994372 2023-10-14T00:01:51.752 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.752 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_get_keys_lat": { 2023-10-14T00:01:51.752 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.752 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.753 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.753 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_get_values_lat": { 2023-10-14T00:01:51.753 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 2, 2023-10-14T00:01:51.753 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1302 2023-10-14T00:01:51.753 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.754 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_lower_bound_lat": { 2023-10-14T00:01:51.754 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.754 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.754 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.754 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_next_lat": { 2023-10-14T00:01:51.755 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.755 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.755 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.755 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_seek_to_first_lat": { 2023-10-14T00:01:51.755 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.756 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.756 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.756 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_upper_bound_lat": { 2023-10-14T00:01:51.756 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 2, 2023-10-14T00:01:51.756 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 5482 2023-10-14T00:01:51.757 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.757 INFO:tasks.workunit.client.0.smithi055.stdout: "onode_hits": { 2023-10-14T00:01:51.757 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 318 2023-10-14T00:01:51.757 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.757 INFO:tasks.workunit.client.0.smithi055.stdout: "onode_misses": { 2023-10-14T00:01:51.758 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 231 2023-10-14T00:01:51.758 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.758 INFO:tasks.workunit.client.0.smithi055.stdout: "read_lat": { 2023-10-14T00:01:51.758 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 84, 2023-10-14T00:01:51.758 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 890209 2023-10-14T00:01:51.759 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.759 INFO:tasks.workunit.client.0.smithi055.stdout: "read_onode_meta_lat": { 2023-10-14T00:01:51.759 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 133, 2023-10-14T00:01:51.759 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 252438 2023-10-14T00:01:51.759 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.760 INFO:tasks.workunit.client.0.smithi055.stdout: "read_wait_aio_lat": { 2023-10-14T00:01:51.760 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 49, 2023-10-14T00:01:51.760 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 551608 2023-10-14T00:01:51.760 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.760 INFO:tasks.workunit.client.0.smithi055.stdout: "reads_with_retries": { 2023-10-14T00:01:51.761 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.761 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.761 INFO:tasks.workunit.client.0.smithi055.stdout: "remove_lat": { 2023-10-14T00:01:51.761 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 4, 2023-10-14T00:01:51.761 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 103588 2023-10-14T00:01:51.762 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.762 INFO:tasks.workunit.client.0.smithi055.stdout: "state_aio_wait_lat": { 2023-10-14T00:01:51.762 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 265, 2023-10-14T00:01:51.762 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3888608 2023-10-14T00:01:51.762 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.763 INFO:tasks.workunit.client.0.smithi055.stdout: "state_deferred_aio_wait_lat": { 2023-10-14T00:01:51.763 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 37, 2023-10-14T00:01:51.763 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3090372 2023-10-14T00:01:51.763 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.763 INFO:tasks.workunit.client.0.smithi055.stdout: "state_deferred_cleanup_lat": { 2023-10-14T00:01:51.764 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 34, 2023-10-14T00:01:51.764 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 230283439320 2023-10-14T00:01:51.764 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.764 INFO:tasks.workunit.client.0.smithi055.stdout: "state_deferred_queued_lat": { 2023-10-14T00:01:51.764 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 37, 2023-10-14T00:01:51.765 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 53497979626 2023-10-14T00:01:51.765 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.765 INFO:tasks.workunit.client.0.smithi055.stdout: "state_done_lat": { 2023-10-14T00:01:51.765 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 262, 2023-10-14T00:01:51.765 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 404933 2023-10-14T00:01:51.766 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.766 INFO:tasks.workunit.client.0.smithi055.stdout: "state_finishing_lat": { 2023-10-14T00:01:51.766 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 262, 2023-10-14T00:01:51.766 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 23651 2023-10-14T00:01:51.766 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.767 INFO:tasks.workunit.client.0.smithi055.stdout: "state_io_done_lat": { 2023-10-14T00:01:51.767 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 265, 2023-10-14T00:01:51.767 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 212866 2023-10-14T00:01:51.767 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.767 INFO:tasks.workunit.client.0.smithi055.stdout: "state_kv_commiting_lat": { 2023-10-14T00:01:51.768 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 265, 2023-10-14T00:01:51.768 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 145529143 2023-10-14T00:01:51.768 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.768 INFO:tasks.workunit.client.0.smithi055.stdout: "state_kv_done_lat": { 2023-10-14T00:01:51.768 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 265, 2023-10-14T00:01:51.769 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 72933 2023-10-14T00:01:51.769 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.769 INFO:tasks.workunit.client.0.smithi055.stdout: "state_kv_queued_lat": { 2023-10-14T00:01:51.769 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 265, 2023-10-14T00:01:51.769 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 72965300 2023-10-14T00:01:51.770 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.770 INFO:tasks.workunit.client.0.smithi055.stdout: "state_prepare_lat": { 2023-10-14T00:01:51.770 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 265, 2023-10-14T00:01:51.770 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 10960242 2023-10-14T00:01:51.770 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.771 INFO:tasks.workunit.client.0.smithi055.stdout: "stored": { 2023-10-14T00:01:51.771 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 292301 2023-10-14T00:01:51.771 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.771 INFO:tasks.workunit.client.0.smithi055.stdout: "truncate_lat": { 2023-10-14T00:01:51.771 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 2, 2023-10-14T00:01:51.771 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 485 2023-10-14T00:01:51.772 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.772 INFO:tasks.workunit.client.0.smithi055.stdout: "txc_commit_lat": { 2023-10-14T00:01:51.772 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 265, 2023-10-14T00:01:51.772 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 233592308 2023-10-14T00:01:51.772 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.773 INFO:tasks.workunit.client.0.smithi055.stdout: "txc_submit_lat": { 2023-10-14T00:01:51.773 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 265, 2023-10-14T00:01:51.773 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 13203421 2023-10-14T00:01:51.773 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.773 INFO:tasks.workunit.client.0.smithi055.stdout: "txc_throttle_lat": { 2023-10-14T00:01:51.774 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 265, 2023-10-14T00:01:51.774 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2270146 2023-10-14T00:01:51.774 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.774 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.774 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache": { 2023-10-14T00:01:51.775 INFO:tasks.workunit.client.0.smithi055.stdout: "cache_bytes": { 2023-10-14T00:01:51.775 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1867213659 2023-10-14T00:01:51.775 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.775 INFO:tasks.workunit.client.0.smithi055.stdout: "heap_bytes": { 2023-10-14T00:01:51.775 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 236371968 2023-10-14T00:01:51.776 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.776 INFO:tasks.workunit.client.0.smithi055.stdout: "mapped_bytes": { 2023-10-14T00:01:51.776 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 235520000 2023-10-14T00:01:51.776 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.776 INFO:tasks.workunit.client.0.smithi055.stdout: "target_bytes": { 2023-10-14T00:01:51.776 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3144141209 2023-10-14T00:01:51.777 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.777 INFO:tasks.workunit.client.0.smithi055.stdout: "unmapped_bytes": { 2023-10-14T00:01:51.777 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 851968 2023-10-14T00:01:51.777 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.777 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.778 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:data": { 2023-10-14T00:01:51.778 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:51.778 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 159383552 2023-10-14T00:01:51.778 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.778 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:51.779 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.779 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.779 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:51.779 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.779 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.780 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:51.780 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 85844892 2023-10-14T00:01:51.780 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.780 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:51.780 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.781 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.781 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:51.781 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.781 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.781 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:51.782 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.782 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.782 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:51.782 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.782 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.783 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:51.783 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.783 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.783 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:51.783 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 8192 2023-10-14T00:01:51.783 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.784 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:51.784 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.784 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.784 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:51.784 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.785 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.785 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:51.785 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.785 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.785 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:51.786 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 73530468 2023-10-14T00:01:51.786 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.786 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.786 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:kv": { 2023-10-14T00:01:51.786 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:51.787 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 780140544 2023-10-14T00:01:51.787 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.787 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:51.787 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 67108864 2023-10-14T00:01:51.787 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.787 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:51.788 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.788 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.788 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:51.788 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 643836690 2023-10-14T00:01:51.788 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.789 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:51.789 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.789 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.789 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:51.789 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.790 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.790 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:51.790 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.790 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.790 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:51.791 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.791 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.791 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:51.791 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.791 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.791 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:51.792 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1168 2023-10-14T00:01:51.792 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.792 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:51.792 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.792 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.792 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:51.793 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.793 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.793 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:51.793 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.793 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.794 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:51.794 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 69193822 2023-10-14T00:01:51.794 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.794 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.794 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:kv_onode": { 2023-10-14T00:01:51.795 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:51.795 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 192937984 2023-10-14T00:01:51.795 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.795 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:51.795 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 67108864 2023-10-14T00:01:51.796 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.796 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:51.796 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 464 2023-10-14T00:01:51.796 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.796 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:51.797 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 57229928 2023-10-14T00:01:51.797 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.797 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:51.797 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.797 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.798 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:51.798 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.798 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.798 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:51.798 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.799 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.799 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:51.799 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.799 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.799 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:51.800 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.800 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.800 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:51.800 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.800 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.801 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:51.801 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.801 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.801 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:51.801 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.802 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.802 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:51.802 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.802 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.802 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:51.803 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 68598728 2023-10-14T00:01:51.803 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.803 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.803 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:meta": { 2023-10-14T00:01:51.803 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:51.804 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 713031680 2023-10-14T00:01:51.804 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.804 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:51.804 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.804 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.805 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:51.805 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.805 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.805 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:51.805 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 643836690 2023-10-14T00:01:51.806 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.806 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:51.806 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.806 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.806 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:51.807 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.807 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.807 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:51.807 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.807 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.807 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:51.808 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 9591 2023-10-14T00:01:51.808 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.808 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:51.808 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 24664 2023-10-14T00:01:51.808 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.809 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:51.809 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 213763 2023-10-14T00:01:51.809 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.809 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:51.809 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.810 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.810 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:51.810 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.810 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.810 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:51.811 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.811 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.811 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:51.811 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 68946972 2023-10-14T00:01:51.811 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.812 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.812 INFO:tasks.workunit.client.0.smithi055.stdout: "objecter": { 2023-10-14T00:01:51.812 INFO:tasks.workunit.client.0.smithi055.stdout: "op_active": { 2023-10-14T00:01:51.812 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.812 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.813 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r": { 2023-10-14T00:01:51.813 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.813 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.813 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rmw": { 2023-10-14T00:01:51.813 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.814 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.814 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w": { 2023-10-14T00:01:51.814 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.814 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.814 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.814 INFO:tasks.workunit.client.0.smithi055.stdout: "osd": { 2023-10-14T00:01:51.815 INFO:tasks.workunit.client.0.smithi055.stdout: "numpg": { 2023-10-14T00:01:51.815 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 42 2023-10-14T00:01:51.815 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.815 INFO:tasks.workunit.client.0.smithi055.stdout: "numpg_removing": { 2023-10-14T00:01:51.815 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.816 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.816 INFO:tasks.workunit.client.0.smithi055.stdout: "op": { 2023-10-14T00:01:51.816 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.816 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.817 INFO:tasks.workunit.client.0.smithi055.stdout: "op_delayed_degraded": { 2023-10-14T00:01:51.817 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.817 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.817 INFO:tasks.workunit.client.0.smithi055.stdout: "op_delayed_unreadable": { 2023-10-14T00:01:51.817 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.817 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.818 INFO:tasks.workunit.client.0.smithi055.stdout: "op_in_bytes": { 2023-10-14T00:01:51.818 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.818 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.818 INFO:tasks.workunit.client.0.smithi055.stdout: "op_latency": { 2023-10-14T00:01:51.818 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.819 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.819 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.819 INFO:tasks.workunit.client.0.smithi055.stdout: "op_out_bytes": { 2023-10-14T00:01:51.819 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.819 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.820 INFO:tasks.workunit.client.0.smithi055.stdout: "op_prepare_latency": { 2023-10-14T00:01:51.820 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.820 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.820 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.820 INFO:tasks.workunit.client.0.smithi055.stdout: "op_process_latency": { 2023-10-14T00:01:51.821 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.821 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.821 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.821 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r": { 2023-10-14T00:01:51.821 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.822 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.822 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_latency": { 2023-10-14T00:01:51.822 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.822 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.822 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.823 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_latency_out_bytes_histogram": { 2023-10-14T00:01:51.823 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.823 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.823 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_out_bytes": { 2023-10-14T00:01:51.823 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.824 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.824 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_prepare_latency": { 2023-10-14T00:01:51.824 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.824 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.824 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.825 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_process_latency": { 2023-10-14T00:01:51.825 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.825 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.825 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.825 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw": { 2023-10-14T00:01:51.826 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.826 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.826 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_in_bytes": { 2023-10-14T00:01:51.826 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.826 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.827 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_latency": { 2023-10-14T00:01:51.827 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.827 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.827 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.827 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_latency_in_bytes_histogram": { 2023-10-14T00:01:51.827 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.828 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.828 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_latency_out_bytes_histogram": { 2023-10-14T00:01:51.828 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.828 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.828 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_out_bytes": { 2023-10-14T00:01:51.829 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.829 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.829 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_prepare_latency": { 2023-10-14T00:01:51.829 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.829 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.830 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.830 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_process_latency": { 2023-10-14T00:01:51.830 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.830 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.830 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.831 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w": { 2023-10-14T00:01:51.831 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.831 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.831 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_in_bytes": { 2023-10-14T00:01:51.831 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.832 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.832 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_latency": { 2023-10-14T00:01:51.832 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.832 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.832 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.832 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_latency_in_bytes_histogram": { 2023-10-14T00:01:51.833 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.833 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.833 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_prepare_latency": { 2023-10-14T00:01:51.833 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.833 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.834 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.834 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_process_latency": { 2023-10-14T00:01:51.834 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.834 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.834 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.834 INFO:tasks.workunit.client.0.smithi055.stdout: "op_wip": { 2023-10-14T00:01:51.835 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.835 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.835 INFO:tasks.workunit.client.0.smithi055.stdout: "recovery_bytes": { 2023-10-14T00:01:51.835 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.835 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.836 INFO:tasks.workunit.client.0.smithi055.stdout: "recovery_ops": { 2023-10-14T00:01:51.836 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.836 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.836 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_bytes": { 2023-10-14T00:01:51.836 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 95995035648 2023-10-14T00:01:51.837 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.837 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_bytes_used": { 2023-10-14T00:01:51.837 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 305094656 2023-10-14T00:01:51.837 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.837 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.837 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.838 INFO:tasks.workunit.client.0.smithi055.stdout: "osd.6": { 2023-10-14T00:01:51.838 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs": { 2023-10-14T00:01:51.838 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_slow_fallback": { 2023-10-14T00:01:51.838 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.838 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.839 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_slow_size_fallback": { 2023-10-14T00:01:51.839 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.839 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.839 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit_db": { 2023-10-14T00:01:51.839 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 65536 2023-10-14T00:01:51.840 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.840 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit_main": { 2023-10-14T00:01:51.840 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.840 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.840 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit_wal": { 2023-10-14T00:01:51.841 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.841 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.841 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_written_slow": { 2023-10-14T00:01:51.841 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.841 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.841 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_written_sst": { 2023-10-14T00:01:51.842 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 8192 2023-10-14T00:01:51.842 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.842 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_written_wal": { 2023-10-14T00:01:51.842 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1744896 2023-10-14T00:01:51.842 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.843 INFO:tasks.workunit.client.0.smithi055.stdout: "compact_lat": { 2023-10-14T00:01:51.843 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.843 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.843 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.843 INFO:tasks.workunit.client.0.smithi055.stdout: "compact_lock_lat": { 2023-10-14T00:01:51.844 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.844 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.844 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.844 INFO:tasks.workunit.client.0.smithi055.stdout: "db_total_bytes": { 2023-10-14T00:01:51.844 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 95995035648 2023-10-14T00:01:51.845 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.845 INFO:tasks.workunit.client.0.smithi055.stdout: "db_used_bytes": { 2023-10-14T00:01:51.845 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 304414720 2023-10-14T00:01:51.845 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.845 INFO:tasks.workunit.client.0.smithi055.stdout: "log_bytes": { 2023-10-14T00:01:51.846 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1138688 2023-10-14T00:01:51.846 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.846 INFO:tasks.workunit.client.0.smithi055.stdout: "logged_bytes": { 2023-10-14T00:01:51.846 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 999424 2023-10-14T00:01:51.846 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.847 INFO:tasks.workunit.client.0.smithi055.stdout: "max_bytes_db": { 2023-10-14T00:01:51.847 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 312803328 2023-10-14T00:01:51.847 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.847 INFO:tasks.workunit.client.0.smithi055.stdout: "max_bytes_slow": { 2023-10-14T00:01:51.847 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.847 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.848 INFO:tasks.workunit.client.0.smithi055.stdout: "max_bytes_wal": { 2023-10-14T00:01:51.848 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.848 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.848 INFO:tasks.workunit.client.0.smithi055.stdout: "num_files": { 2023-10-14T00:01:51.848 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 13 2023-10-14T00:01:51.849 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.849 INFO:tasks.workunit.client.0.smithi055.stdout: "read_bytes": { 2023-10-14T00:01:51.849 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 193929 2023-10-14T00:01:51.849 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.849 INFO:tasks.workunit.client.0.smithi055.stdout: "read_count": { 2023-10-14T00:01:51.850 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 22 2023-10-14T00:01:51.850 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.850 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes": { 2023-10-14T00:01:51.850 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1265664 2023-10-14T00:01:51.850 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.851 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes_db": { 2023-10-14T00:01:51.851 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1269760 2023-10-14T00:01:51.851 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.851 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes_slow": { 2023-10-14T00:01:51.851 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.852 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.852 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes_wal": { 2023-10-14T00:01:51.852 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.852 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.852 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_count": { 2023-10-14T00:01:51.853 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 14 2023-10-14T00:01:51.853 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.853 INFO:tasks.workunit.client.0.smithi055.stdout: "read_prefetch_bytes": { 2023-10-14T00:01:51.853 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3653 2023-10-14T00:01:51.853 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.853 INFO:tasks.workunit.client.0.smithi055.stdout: "read_prefetch_count": { 2023-10-14T00:01:51.854 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3 2023-10-14T00:01:51.854 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.854 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_buffer_bytes": { 2023-10-14T00:01:51.854 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3833 2023-10-14T00:01:51.854 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.855 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_buffer_count": { 2023-10-14T00:01:51.855 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 18 2023-10-14T00:01:51.855 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.855 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_bytes": { 2023-10-14T00:01:51.855 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3833 2023-10-14T00:01:51.856 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.856 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_count": { 2023-10-14T00:01:51.856 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 18 2023-10-14T00:01:51.856 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.856 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes": { 2023-10-14T00:01:51.856 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.857 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.857 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes_db": { 2023-10-14T00:01:51.857 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.857 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.857 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes_slow": { 2023-10-14T00:01:51.858 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.858 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.858 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes_wal": { 2023-10-14T00:01:51.858 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.858 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.859 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_count": { 2023-10-14T00:01:51.859 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.859 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.859 INFO:tasks.workunit.client.0.smithi055.stdout: "slow_total_bytes": { 2023-10-14T00:01:51.859 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.860 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.860 INFO:tasks.workunit.client.0.smithi055.stdout: "slow_used_bytes": { 2023-10-14T00:01:51.860 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.860 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.860 INFO:tasks.workunit.client.0.smithi055.stdout: "wal_total_bytes": { 2023-10-14T00:01:51.861 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.861 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.861 INFO:tasks.workunit.client.0.smithi055.stdout: "wal_used_bytes": { 2023-10-14T00:01:51.861 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.861 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.862 INFO:tasks.workunit.client.0.smithi055.stdout: "write_bytes": { 2023-10-14T00:01:51.862 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2813952 2023-10-14T00:01:51.862 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.862 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.862 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore": { 2023-10-14T00:01:51.863 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit": { 2023-10-14T00:01:51.863 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 4096 2023-10-14T00:01:51.863 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.863 INFO:tasks.workunit.client.0.smithi055.stdout: "allocated": { 2023-10-14T00:01:51.863 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1257472 2023-10-14T00:01:51.864 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.864 INFO:tasks.workunit.client.0.smithi055.stdout: "clist_lat": { 2023-10-14T00:01:51.864 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 2, 2023-10-14T00:01:51.864 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 68885 2023-10-14T00:01:51.864 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.864 INFO:tasks.workunit.client.0.smithi055.stdout: "compress_lat": { 2023-10-14T00:01:51.865 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.865 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.865 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.865 INFO:tasks.workunit.client.0.smithi055.stdout: "compressed": { 2023-10-14T00:01:51.865 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.866 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.866 INFO:tasks.workunit.client.0.smithi055.stdout: "compressed_allocated": { 2023-10-14T00:01:51.866 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.866 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.866 INFO:tasks.workunit.client.0.smithi055.stdout: "compressed_original": { 2023-10-14T00:01:51.867 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.867 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.867 INFO:tasks.workunit.client.0.smithi055.stdout: "csum_lat": { 2023-10-14T00:01:51.867 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 17, 2023-10-14T00:01:51.867 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 21092 2023-10-14T00:01:51.868 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.868 INFO:tasks.workunit.client.0.smithi055.stdout: "decompress_lat": { 2023-10-14T00:01:51.868 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.868 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.868 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.868 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_commit_lat": { 2023-10-14T00:01:51.869 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 228, 2023-10-14T00:01:51.869 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 48204228 2023-10-14T00:01:51.869 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.869 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_final_lat": { 2023-10-14T00:01:51.869 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 223, 2023-10-14T00:01:51.870 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 8509757 2023-10-14T00:01:51.870 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.870 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_flush_lat": { 2023-10-14T00:01:51.870 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 228, 2023-10-14T00:01:51.870 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 195066 2023-10-14T00:01:51.871 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.871 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_sync_lat": { 2023-10-14T00:01:51.871 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 228, 2023-10-14T00:01:51.871 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 48399294 2023-10-14T00:01:51.871 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.871 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_get_keys_lat": { 2023-10-14T00:01:51.872 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.872 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.872 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.872 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_get_values_lat": { 2023-10-14T00:01:51.872 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.873 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.873 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.873 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_lower_bound_lat": { 2023-10-14T00:01:51.873 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.873 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.874 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.874 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_next_lat": { 2023-10-14T00:01:51.874 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.874 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.874 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.875 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_seek_to_first_lat": { 2023-10-14T00:01:51.875 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.875 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.875 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.875 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_upper_bound_lat": { 2023-10-14T00:01:51.876 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 2, 2023-10-14T00:01:51.876 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 4395 2023-10-14T00:01:51.876 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.876 INFO:tasks.workunit.client.0.smithi055.stdout: "onode_hits": { 2023-10-14T00:01:51.876 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 430 2023-10-14T00:01:51.876 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.877 INFO:tasks.workunit.client.0.smithi055.stdout: "onode_misses": { 2023-10-14T00:01:51.877 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 238 2023-10-14T00:01:51.877 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.877 INFO:tasks.workunit.client.0.smithi055.stdout: "read_lat": { 2023-10-14T00:01:51.877 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 85, 2023-10-14T00:01:51.878 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1253942 2023-10-14T00:01:51.878 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.878 INFO:tasks.workunit.client.0.smithi055.stdout: "read_onode_meta_lat": { 2023-10-14T00:01:51.878 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 182, 2023-10-14T00:01:51.878 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 273303 2023-10-14T00:01:51.879 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.879 INFO:tasks.workunit.client.0.smithi055.stdout: "read_wait_aio_lat": { 2023-10-14T00:01:51.879 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 97, 2023-10-14T00:01:51.879 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 6395718 2023-10-14T00:01:51.879 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.880 INFO:tasks.workunit.client.0.smithi055.stdout: "reads_with_retries": { 2023-10-14T00:01:51.880 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.880 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.880 INFO:tasks.workunit.client.0.smithi055.stdout: "remove_lat": { 2023-10-14T00:01:51.880 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 1, 2023-10-14T00:01:51.881 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 41678 2023-10-14T00:01:51.881 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.881 INFO:tasks.workunit.client.0.smithi055.stdout: "state_aio_wait_lat": { 2023-10-14T00:01:51.881 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 314, 2023-10-14T00:01:51.881 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3059134 2023-10-14T00:01:51.881 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.882 INFO:tasks.workunit.client.0.smithi055.stdout: "state_deferred_aio_wait_lat": { 2023-10-14T00:01:51.882 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 62, 2023-10-14T00:01:51.882 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 5243961 2023-10-14T00:01:51.882 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.882 INFO:tasks.workunit.client.0.smithi055.stdout: "state_deferred_cleanup_lat": { 2023-10-14T00:01:51.883 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 62, 2023-10-14T00:01:51.883 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 621869511727 2023-10-14T00:01:51.883 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.883 INFO:tasks.workunit.client.0.smithi055.stdout: "state_deferred_queued_lat": { 2023-10-14T00:01:51.883 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 62, 2023-10-14T00:01:51.884 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 83873351325 2023-10-14T00:01:51.884 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.884 INFO:tasks.workunit.client.0.smithi055.stdout: "state_done_lat": { 2023-10-14T00:01:51.884 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 314, 2023-10-14T00:01:51.884 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 184462830271 2023-10-14T00:01:51.884 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.885 INFO:tasks.workunit.client.0.smithi055.stdout: "state_finishing_lat": { 2023-10-14T00:01:51.885 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 314, 2023-10-14T00:01:51.885 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 30559 2023-10-14T00:01:51.885 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.885 INFO:tasks.workunit.client.0.smithi055.stdout: "state_io_done_lat": { 2023-10-14T00:01:51.885 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 314, 2023-10-14T00:01:51.886 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 262197 2023-10-14T00:01:51.886 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.886 INFO:tasks.workunit.client.0.smithi055.stdout: "state_kv_commiting_lat": { 2023-10-14T00:01:51.886 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 314, 2023-10-14T00:01:51.886 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 123603581 2023-10-14T00:01:51.887 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.887 INFO:tasks.workunit.client.0.smithi055.stdout: "state_kv_done_lat": { 2023-10-14T00:01:51.887 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 314, 2023-10-14T00:01:51.887 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 107258 2023-10-14T00:01:51.887 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.888 INFO:tasks.workunit.client.0.smithi055.stdout: "state_kv_queued_lat": { 2023-10-14T00:01:51.888 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 314, 2023-10-14T00:01:51.888 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 61493175 2023-10-14T00:01:51.888 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.888 INFO:tasks.workunit.client.0.smithi055.stdout: "state_prepare_lat": { 2023-10-14T00:01:51.889 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 314, 2023-10-14T00:01:51.889 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 19639240 2023-10-14T00:01:51.889 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.889 INFO:tasks.workunit.client.0.smithi055.stdout: "stored": { 2023-10-14T00:01:51.889 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 882292 2023-10-14T00:01:51.890 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.890 INFO:tasks.workunit.client.0.smithi055.stdout: "truncate_lat": { 2023-10-14T00:01:51.890 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 2, 2023-10-14T00:01:51.890 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1095 2023-10-14T00:01:51.890 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.891 INFO:tasks.workunit.client.0.smithi055.stdout: "txc_commit_lat": { 2023-10-14T00:01:51.891 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 314, 2023-10-14T00:01:51.891 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 208114745 2023-10-14T00:01:51.891 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.891 INFO:tasks.workunit.client.0.smithi055.stdout: "txc_submit_lat": { 2023-10-14T00:01:51.892 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 314, 2023-10-14T00:01:51.892 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 23394414 2023-10-14T00:01:51.892 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.892 INFO:tasks.workunit.client.0.smithi055.stdout: "txc_throttle_lat": { 2023-10-14T00:01:51.892 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 314, 2023-10-14T00:01:51.893 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1987624 2023-10-14T00:01:51.893 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.893 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.893 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache": { 2023-10-14T00:01:51.893 INFO:tasks.workunit.client.0.smithi055.stdout: "cache_bytes": { 2023-10-14T00:01:51.893 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1867213659 2023-10-14T00:01:51.894 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.894 INFO:tasks.workunit.client.0.smithi055.stdout: "heap_bytes": { 2023-10-14T00:01:51.894 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 236306432 2023-10-14T00:01:51.894 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.894 INFO:tasks.workunit.client.0.smithi055.stdout: "mapped_bytes": { 2023-10-14T00:01:51.895 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 235315200 2023-10-14T00:01:51.895 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.895 INFO:tasks.workunit.client.0.smithi055.stdout: "target_bytes": { 2023-10-14T00:01:51.895 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3144141209 2023-10-14T00:01:51.895 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.896 INFO:tasks.workunit.client.0.smithi055.stdout: "unmapped_bytes": { 2023-10-14T00:01:51.896 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 991232 2023-10-14T00:01:51.896 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.896 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.896 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:data": { 2023-10-14T00:01:51.897 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:51.897 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 159383552 2023-10-14T00:01:51.897 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.897 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:51.897 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.898 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.898 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:51.898 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.898 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.898 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:51.899 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 85844015 2023-10-14T00:01:51.899 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.899 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:51.899 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.899 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.900 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:51.900 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.900 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.900 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:51.900 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.901 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.901 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:51.901 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.901 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.901 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:51.902 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 16384 2023-10-14T00:01:51.902 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.902 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:51.902 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 4096 2023-10-14T00:01:51.902 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.902 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:51.903 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.903 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.903 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:51.903 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.903 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.904 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:51.904 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.904 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.904 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:51.904 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 73519057 2023-10-14T00:01:51.905 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.905 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.905 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:kv": { 2023-10-14T00:01:51.905 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:51.905 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 780140544 2023-10-14T00:01:51.905 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.906 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:51.906 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 67108864 2023-10-14T00:01:51.906 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.906 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:51.906 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.907 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.907 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:51.907 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 643830116 2023-10-14T00:01:51.907 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.907 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:51.908 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.908 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.908 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:51.908 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.908 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.909 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:51.909 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.909 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.909 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:51.909 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.910 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.910 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:51.910 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.910 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.910 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:51.910 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1168 2023-10-14T00:01:51.911 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.911 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:51.911 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.911 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.911 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:51.912 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.912 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.912 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:51.912 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.912 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.913 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:51.913 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 69200396 2023-10-14T00:01:51.913 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.913 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.913 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:kv_onode": { 2023-10-14T00:01:51.913 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:51.914 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 192937984 2023-10-14T00:01:51.914 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.914 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:51.914 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 67108864 2023-10-14T00:01:51.914 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.915 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:51.915 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 464 2023-10-14T00:01:51.915 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.915 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:51.915 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 57229343 2023-10-14T00:01:51.915 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.916 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:51.916 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.916 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.916 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:51.917 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.917 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.917 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:51.917 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.917 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.918 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:51.918 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.918 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.918 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:51.918 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.919 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.919 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:51.919 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.919 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.919 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:51.919 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.920 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.920 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:51.920 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.920 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.920 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:51.921 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.921 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.921 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:51.921 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 68599313 2023-10-14T00:01:51.921 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.922 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.922 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:meta": { 2023-10-14T00:01:51.922 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:51.922 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 713031680 2023-10-14T00:01:51.922 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.923 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:51.923 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.923 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.923 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:51.923 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.924 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.924 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:51.924 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 643830116 2023-10-14T00:01:51.924 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.924 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:51.924 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.925 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.925 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:51.925 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.925 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.925 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:51.925 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.926 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.926 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:51.926 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 9844 2023-10-14T00:01:51.926 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.926 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:51.927 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 26721 2023-10-14T00:01:51.927 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.927 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:51.927 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 213774 2023-10-14T00:01:51.927 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.927 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:51.928 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.928 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.928 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:51.928 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.928 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.929 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:51.929 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.929 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.929 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:51.929 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 68951225 2023-10-14T00:01:51.929 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.930 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.930 INFO:tasks.workunit.client.0.smithi055.stdout: "objecter": { 2023-10-14T00:01:51.930 INFO:tasks.workunit.client.0.smithi055.stdout: "op_active": { 2023-10-14T00:01:51.930 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.930 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.931 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r": { 2023-10-14T00:01:51.931 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.931 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.931 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rmw": { 2023-10-14T00:01:51.931 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.932 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.933 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w": { 2023-10-14T00:01:51.933 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.933 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.933 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.934 INFO:tasks.workunit.client.0.smithi055.stdout: "osd": { 2023-10-14T00:01:51.934 INFO:tasks.workunit.client.0.smithi055.stdout: "numpg": { 2023-10-14T00:01:51.934 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 39 2023-10-14T00:01:51.934 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.934 INFO:tasks.workunit.client.0.smithi055.stdout: "numpg_removing": { 2023-10-14T00:01:51.935 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.935 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.935 INFO:tasks.workunit.client.0.smithi055.stdout: "op": { 2023-10-14T00:01:51.935 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 13 2023-10-14T00:01:51.935 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.936 INFO:tasks.workunit.client.0.smithi055.stdout: "op_delayed_degraded": { 2023-10-14T00:01:51.936 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.936 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.936 INFO:tasks.workunit.client.0.smithi055.stdout: "op_delayed_unreadable": { 2023-10-14T00:01:51.936 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.937 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.937 INFO:tasks.workunit.client.0.smithi055.stdout: "op_in_bytes": { 2023-10-14T00:01:51.937 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2788 2023-10-14T00:01:51.937 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.937 INFO:tasks.workunit.client.0.smithi055.stdout: "op_latency": { 2023-10-14T00:01:51.938 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 13, 2023-10-14T00:01:51.938 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 50624512 2023-10-14T00:01:51.938 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.938 INFO:tasks.workunit.client.0.smithi055.stdout: "op_out_bytes": { 2023-10-14T00:01:51.938 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.939 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.939 INFO:tasks.workunit.client.0.smithi055.stdout: "op_prepare_latency": { 2023-10-14T00:01:51.939 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 15, 2023-10-14T00:01:51.939 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 7266140 2023-10-14T00:01:51.939 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.940 INFO:tasks.workunit.client.0.smithi055.stdout: "op_process_latency": { 2023-10-14T00:01:51.940 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 13, 2023-10-14T00:01:51.940 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 44782273 2023-10-14T00:01:51.940 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.941 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r": { 2023-10-14T00:01:51.941 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.941 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.941 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_latency": { 2023-10-14T00:01:51.941 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.942 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.942 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.942 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_latency_out_bytes_histogram": { 2023-10-14T00:01:51.942 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.942 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.943 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_out_bytes": { 2023-10-14T00:01:51.943 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.943 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.943 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_prepare_latency": { 2023-10-14T00:01:51.943 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.943 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.944 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.944 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_process_latency": { 2023-10-14T00:01:51.944 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.944 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.944 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.944 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw": { 2023-10-14T00:01:51.945 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.945 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.945 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_in_bytes": { 2023-10-14T00:01:51.945 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.945 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.946 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_latency": { 2023-10-14T00:01:51.946 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.946 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.946 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.946 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_latency_in_bytes_histogram": { 2023-10-14T00:01:51.947 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.947 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.947 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_latency_out_bytes_histogram": { 2023-10-14T00:01:51.947 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.947 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.948 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_out_bytes": { 2023-10-14T00:01:51.948 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.948 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.948 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_prepare_latency": { 2023-10-14T00:01:51.948 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.949 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.949 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.949 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_process_latency": { 2023-10-14T00:01:51.949 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.949 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.950 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.950 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w": { 2023-10-14T00:01:51.950 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 13 2023-10-14T00:01:51.950 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.950 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_in_bytes": { 2023-10-14T00:01:51.951 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2788 2023-10-14T00:01:51.951 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.951 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_latency": { 2023-10-14T00:01:51.951 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 13, 2023-10-14T00:01:51.951 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 50624512 2023-10-14T00:01:51.951 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.952 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_latency_in_bytes_histogram": { 2023-10-14T00:01:51.952 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.952 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.952 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_prepare_latency": { 2023-10-14T00:01:51.952 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 15, 2023-10-14T00:01:51.953 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 7266140 2023-10-14T00:01:51.953 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.953 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_process_latency": { 2023-10-14T00:01:51.953 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 13, 2023-10-14T00:01:51.953 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 44782273 2023-10-14T00:01:51.954 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.954 INFO:tasks.workunit.client.0.smithi055.stdout: "op_wip": { 2023-10-14T00:01:51.954 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.954 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.954 INFO:tasks.workunit.client.0.smithi055.stdout: "recovery_bytes": { 2023-10-14T00:01:51.954 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.955 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.955 INFO:tasks.workunit.client.0.smithi055.stdout: "recovery_ops": { 2023-10-14T00:01:51.955 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.955 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.955 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_bytes": { 2023-10-14T00:01:51.956 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 95995035648 2023-10-14T00:01:51.956 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.956 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_bytes_used": { 2023-10-14T00:01:51.956 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 305680384 2023-10-14T00:01:51.956 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.956 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.957 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.957 INFO:tasks.workunit.client.0.smithi055.stdout: "osd.7": { 2023-10-14T00:01:51.957 INFO:tasks.workunit.client.0.smithi055.stdout: "bluefs": { 2023-10-14T00:01:51.957 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_slow_fallback": { 2023-10-14T00:01:51.957 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.958 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.958 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_slow_size_fallback": { 2023-10-14T00:01:51.958 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.958 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.958 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit_db": { 2023-10-14T00:01:51.959 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 65536 2023-10-14T00:01:51.959 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.959 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit_main": { 2023-10-14T00:01:51.959 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.959 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.960 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit_wal": { 2023-10-14T00:01:51.960 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.960 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.960 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_written_slow": { 2023-10-14T00:01:51.960 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.961 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.961 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_written_sst": { 2023-10-14T00:01:51.961 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 8192 2023-10-14T00:01:51.961 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.961 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_written_wal": { 2023-10-14T00:01:51.961 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1675264 2023-10-14T00:01:51.962 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.962 INFO:tasks.workunit.client.0.smithi055.stdout: "compact_lat": { 2023-10-14T00:01:51.962 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.962 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.962 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.963 INFO:tasks.workunit.client.0.smithi055.stdout: "compact_lock_lat": { 2023-10-14T00:01:51.963 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.963 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.963 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.963 INFO:tasks.workunit.client.0.smithi055.stdout: "db_total_bytes": { 2023-10-14T00:01:51.964 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 95995035648 2023-10-14T00:01:51.964 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.964 INFO:tasks.workunit.client.0.smithi055.stdout: "db_used_bytes": { 2023-10-14T00:01:51.964 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 304414720 2023-10-14T00:01:51.964 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.964 INFO:tasks.workunit.client.0.smithi055.stdout: "log_bytes": { 2023-10-14T00:01:51.965 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1126400 2023-10-14T00:01:51.965 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.965 INFO:tasks.workunit.client.0.smithi055.stdout: "logged_bytes": { 2023-10-14T00:01:51.965 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 987136 2023-10-14T00:01:51.965 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.966 INFO:tasks.workunit.client.0.smithi055.stdout: "max_bytes_db": { 2023-10-14T00:01:51.966 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 312803328 2023-10-14T00:01:51.966 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.966 INFO:tasks.workunit.client.0.smithi055.stdout: "max_bytes_slow": { 2023-10-14T00:01:51.966 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.966 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.967 INFO:tasks.workunit.client.0.smithi055.stdout: "max_bytes_wal": { 2023-10-14T00:01:51.967 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.967 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.967 INFO:tasks.workunit.client.0.smithi055.stdout: "num_files": { 2023-10-14T00:01:51.967 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 13 2023-10-14T00:01:51.968 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.968 INFO:tasks.workunit.client.0.smithi055.stdout: "read_bytes": { 2023-10-14T00:01:51.968 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 193929 2023-10-14T00:01:51.968 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.968 INFO:tasks.workunit.client.0.smithi055.stdout: "read_count": { 2023-10-14T00:01:51.969 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 22 2023-10-14T00:01:51.969 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.969 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes": { 2023-10-14T00:01:51.969 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1265664 2023-10-14T00:01:51.969 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.970 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes_db": { 2023-10-14T00:01:51.970 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1269760 2023-10-14T00:01:51.970 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.970 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes_slow": { 2023-10-14T00:01:51.970 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.971 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.971 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_bytes_wal": { 2023-10-14T00:01:51.971 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.971 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.971 INFO:tasks.workunit.client.0.smithi055.stdout: "read_disk_count": { 2023-10-14T00:01:51.971 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 14 2023-10-14T00:01:51.972 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.972 INFO:tasks.workunit.client.0.smithi055.stdout: "read_prefetch_bytes": { 2023-10-14T00:01:51.972 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3653 2023-10-14T00:01:51.972 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.972 INFO:tasks.workunit.client.0.smithi055.stdout: "read_prefetch_count": { 2023-10-14T00:01:51.972 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3 2023-10-14T00:01:51.973 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.973 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_buffer_bytes": { 2023-10-14T00:01:51.973 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3833 2023-10-14T00:01:51.973 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.973 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_buffer_count": { 2023-10-14T00:01:51.973 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 18 2023-10-14T00:01:51.974 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.974 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_bytes": { 2023-10-14T00:01:51.974 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3833 2023-10-14T00:01:51.974 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.974 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_count": { 2023-10-14T00:01:51.975 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 18 2023-10-14T00:01:51.975 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.975 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes": { 2023-10-14T00:01:51.975 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.975 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.975 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes_db": { 2023-10-14T00:01:51.976 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.976 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.976 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes_slow": { 2023-10-14T00:01:51.976 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.976 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.976 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_bytes_wal": { 2023-10-14T00:01:51.977 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.977 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.977 INFO:tasks.workunit.client.0.smithi055.stdout: "read_random_disk_count": { 2023-10-14T00:01:51.977 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.977 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.978 INFO:tasks.workunit.client.0.smithi055.stdout: "slow_total_bytes": { 2023-10-14T00:01:51.978 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.978 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.978 INFO:tasks.workunit.client.0.smithi055.stdout: "slow_used_bytes": { 2023-10-14T00:01:51.978 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.979 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.979 INFO:tasks.workunit.client.0.smithi055.stdout: "wal_total_bytes": { 2023-10-14T00:01:51.979 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.979 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.979 INFO:tasks.workunit.client.0.smithi055.stdout: "wal_used_bytes": { 2023-10-14T00:01:51.979 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.980 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.980 INFO:tasks.workunit.client.0.smithi055.stdout: "write_bytes": { 2023-10-14T00:01:51.980 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2732032 2023-10-14T00:01:51.980 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:51.980 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.981 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore": { 2023-10-14T00:01:51.981 INFO:tasks.workunit.client.0.smithi055.stdout: "alloc_unit": { 2023-10-14T00:01:51.981 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 4096 2023-10-14T00:01:51.981 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.981 INFO:tasks.workunit.client.0.smithi055.stdout: "allocated": { 2023-10-14T00:01:51.981 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1261568 2023-10-14T00:01:51.982 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.982 INFO:tasks.workunit.client.0.smithi055.stdout: "clist_lat": { 2023-10-14T00:01:51.982 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 3, 2023-10-14T00:01:51.982 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 139025 2023-10-14T00:01:51.982 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.983 INFO:tasks.workunit.client.0.smithi055.stdout: "compress_lat": { 2023-10-14T00:01:51.983 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.983 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.983 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.983 INFO:tasks.workunit.client.0.smithi055.stdout: "compressed": { 2023-10-14T00:01:51.983 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.984 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.984 INFO:tasks.workunit.client.0.smithi055.stdout: "compressed_allocated": { 2023-10-14T00:01:51.984 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.984 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.984 INFO:tasks.workunit.client.0.smithi055.stdout: "compressed_original": { 2023-10-14T00:01:51.985 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.985 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.985 INFO:tasks.workunit.client.0.smithi055.stdout: "csum_lat": { 2023-10-14T00:01:51.985 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 25, 2023-10-14T00:01:51.985 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 53227 2023-10-14T00:01:51.985 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.986 INFO:tasks.workunit.client.0.smithi055.stdout: "decompress_lat": { 2023-10-14T00:01:51.986 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.986 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.986 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.986 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_commit_lat": { 2023-10-14T00:01:51.987 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 225, 2023-10-14T00:01:51.987 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 53713100 2023-10-14T00:01:51.987 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.987 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_final_lat": { 2023-10-14T00:01:51.987 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 201, 2023-10-14T00:01:51.987 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 16471390 2023-10-14T00:01:51.988 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.988 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_flush_lat": { 2023-10-14T00:01:51.988 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 225, 2023-10-14T00:01:51.988 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 168592 2023-10-14T00:01:51.988 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.989 INFO:tasks.workunit.client.0.smithi055.stdout: "kv_sync_lat": { 2023-10-14T00:01:51.989 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 225, 2023-10-14T00:01:51.989 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 53881692 2023-10-14T00:01:51.989 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.989 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_get_keys_lat": { 2023-10-14T00:01:51.990 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.990 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.990 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.990 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_get_values_lat": { 2023-10-14T00:01:51.990 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.991 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.991 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.991 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_lower_bound_lat": { 2023-10-14T00:01:51.991 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.991 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.991 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.992 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_next_lat": { 2023-10-14T00:01:51.992 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.992 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.992 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.992 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_seek_to_first_lat": { 2023-10-14T00:01:51.993 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 0, 2023-10-14T00:01:51.993 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.993 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.993 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_upper_bound_lat": { 2023-10-14T00:01:51.993 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 2, 2023-10-14T00:01:51.993 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 4071 2023-10-14T00:01:51.994 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.994 INFO:tasks.workunit.client.0.smithi055.stdout: "onode_hits": { 2023-10-14T00:01:51.994 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 659 2023-10-14T00:01:51.994 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.994 INFO:tasks.workunit.client.0.smithi055.stdout: "onode_misses": { 2023-10-14T00:01:51.995 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 271 2023-10-14T00:01:51.995 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.995 INFO:tasks.workunit.client.0.smithi055.stdout: "read_lat": { 2023-10-14T00:01:51.995 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 123, 2023-10-14T00:01:51.995 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3887554 2023-10-14T00:01:51.996 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.996 INFO:tasks.workunit.client.0.smithi055.stdout: "read_onode_meta_lat": { 2023-10-14T00:01:51.996 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 248, 2023-10-14T00:01:51.996 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 425029 2023-10-14T00:01:51.996 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.996 INFO:tasks.workunit.client.0.smithi055.stdout: "read_wait_aio_lat": { 2023-10-14T00:01:51.997 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 125, 2023-10-14T00:01:51.997 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3847997 2023-10-14T00:01:51.997 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.997 INFO:tasks.workunit.client.0.smithi055.stdout: "reads_with_retries": { 2023-10-14T00:01:51.997 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:51.997 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.998 INFO:tasks.workunit.client.0.smithi055.stdout: "remove_lat": { 2023-10-14T00:01:51.998 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 1, 2023-10-14T00:01:51.998 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 36380 2023-10-14T00:01:51.998 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.998 INFO:tasks.workunit.client.0.smithi055.stdout: "state_aio_wait_lat": { 2023-10-14T00:01:51.999 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 337, 2023-10-14T00:01:51.999 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2866033 2023-10-14T00:01:51.999 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:51.999 INFO:tasks.workunit.client.0.smithi055.stdout: "state_deferred_aio_wait_lat": { 2023-10-14T00:01:51.999 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 49, 2023-10-14T00:01:52.000 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 4065515 2023-10-14T00:01:52.000 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.000 INFO:tasks.workunit.client.0.smithi055.stdout: "state_deferred_cleanup_lat": { 2023-10-14T00:01:52.000 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 49, 2023-10-14T00:01:52.000 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 521061471028 2023-10-14T00:01:52.001 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.001 INFO:tasks.workunit.client.0.smithi055.stdout: "state_deferred_queued_lat": { 2023-10-14T00:01:52.001 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 49, 2023-10-14T00:01:52.001 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 79784621540 2023-10-14T00:01:52.001 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.001 INFO:tasks.workunit.client.0.smithi055.stdout: "state_done_lat": { 2023-10-14T00:01:52.002 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 337, 2023-10-14T00:01:52.002 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 173041266210 2023-10-14T00:01:52.002 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.002 INFO:tasks.workunit.client.0.smithi055.stdout: "state_finishing_lat": { 2023-10-14T00:01:52.002 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 337, 2023-10-14T00:01:52.003 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 32626 2023-10-14T00:01:52.003 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.003 INFO:tasks.workunit.client.0.smithi055.stdout: "state_io_done_lat": { 2023-10-14T00:01:52.003 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 337, 2023-10-14T00:01:52.003 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 242385 2023-10-14T00:01:52.003 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.004 INFO:tasks.workunit.client.0.smithi055.stdout: "state_kv_commiting_lat": { 2023-10-14T00:01:52.004 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 337, 2023-10-14T00:01:52.004 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 225356259 2023-10-14T00:01:52.004 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.004 INFO:tasks.workunit.client.0.smithi055.stdout: "state_kv_done_lat": { 2023-10-14T00:01:52.004 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 337, 2023-10-14T00:01:52.005 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 99044 2023-10-14T00:01:52.005 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.005 INFO:tasks.workunit.client.0.smithi055.stdout: "state_kv_queued_lat": { 2023-10-14T00:01:52.005 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 337, 2023-10-14T00:01:52.005 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 116461740 2023-10-14T00:01:52.006 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.006 INFO:tasks.workunit.client.0.smithi055.stdout: "state_prepare_lat": { 2023-10-14T00:01:52.006 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 337, 2023-10-14T00:01:52.006 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 13837739 2023-10-14T00:01:52.006 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.007 INFO:tasks.workunit.client.0.smithi055.stdout: "stored": { 2023-10-14T00:01:52.007 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 880790 2023-10-14T00:01:52.007 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.007 INFO:tasks.workunit.client.0.smithi055.stdout: "truncate_lat": { 2023-10-14T00:01:52.007 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 2, 2023-10-14T00:01:52.008 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 739 2023-10-14T00:01:52.008 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.008 INFO:tasks.workunit.client.0.smithi055.stdout: "txc_commit_lat": { 2023-10-14T00:01:52.008 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 337, 2023-10-14T00:01:52.008 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 358815769 2023-10-14T00:01:52.008 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.009 INFO:tasks.workunit.client.0.smithi055.stdout: "txc_submit_lat": { 2023-10-14T00:01:52.009 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 337, 2023-10-14T00:01:52.009 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 16401345 2023-10-14T00:01:52.009 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.009 INFO:tasks.workunit.client.0.smithi055.stdout: "txc_throttle_lat": { 2023-10-14T00:01:52.010 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 337, 2023-10-14T00:01:52.010 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 2087757 2023-10-14T00:01:52.010 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:52.010 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.010 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache": { 2023-10-14T00:01:52.011 INFO:tasks.workunit.client.0.smithi055.stdout: "cache_bytes": { 2023-10-14T00:01:52.011 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1867213659 2023-10-14T00:01:52.011 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.011 INFO:tasks.workunit.client.0.smithi055.stdout: "heap_bytes": { 2023-10-14T00:01:52.011 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 236371968 2023-10-14T00:01:52.011 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.012 INFO:tasks.workunit.client.0.smithi055.stdout: "mapped_bytes": { 2023-10-14T00:01:52.012 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 235954176 2023-10-14T00:01:52.012 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.012 INFO:tasks.workunit.client.0.smithi055.stdout: "target_bytes": { 2023-10-14T00:01:52.012 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 3144141209 2023-10-14T00:01:52.013 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.013 INFO:tasks.workunit.client.0.smithi055.stdout: "unmapped_bytes": { 2023-10-14T00:01:52.013 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 417792 2023-10-14T00:01:52.013 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:52.013 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.014 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:data": { 2023-10-14T00:01:52.014 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:52.014 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 159383552 2023-10-14T00:01:52.014 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.014 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:52.014 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:52.015 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.015 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:52.015 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:52.015 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.015 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:52.016 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 85838978 2023-10-14T00:01:52.016 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.016 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:52.016 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:52.016 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.016 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:52.017 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 8192 2023-10-14T00:01:52.017 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.017 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:52.017 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:52.017 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.018 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:52.018 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:52.018 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.018 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:52.018 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 73728 2023-10-14T00:01:52.018 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.019 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:52.019 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 8192 2023-10-14T00:01:52.019 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.019 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:52.019 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:52.020 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.020 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:52.020 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:52.020 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.020 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:52.021 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:52.021 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.021 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:52.021 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 73454462 2023-10-14T00:01:52.021 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:52.022 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.022 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:kv": { 2023-10-14T00:01:52.022 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:52.022 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 780140544 2023-10-14T00:01:52.022 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.023 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:52.023 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 67108864 2023-10-14T00:01:52.023 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.023 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:52.023 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:52.024 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.024 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:52.024 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 643792336 2023-10-14T00:01:52.024 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.024 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:52.024 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:52.025 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.025 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:52.025 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:52.025 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.025 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:52.026 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:52.026 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.026 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:52.026 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:52.026 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.027 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:52.027 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:52.027 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.027 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:52.027 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1168 2023-10-14T00:01:52.027 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.028 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:52.028 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:52.028 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.028 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:52.028 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:52.029 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.029 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:52.029 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:52.029 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.029 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:52.030 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 69238176 2023-10-14T00:01:52.030 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:52.030 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.030 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:kv_onode": { 2023-10-14T00:01:52.030 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:52.031 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 192937984 2023-10-14T00:01:52.031 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.031 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:52.031 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 67108864 2023-10-14T00:01:52.031 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.032 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:52.032 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 464 2023-10-14T00:01:52.032 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.032 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:52.032 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 57225985 2023-10-14T00:01:52.032 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.033 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:52.033 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:52.033 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.033 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:52.033 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:52.033 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.034 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:52.034 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:52.034 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.034 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:52.034 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:52.035 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.035 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:52.035 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:52.035 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.035 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:52.035 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:52.036 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.036 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:52.036 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:52.036 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.036 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:52.036 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:52.037 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.037 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:52.037 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:52.037 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.037 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:52.038 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 68602671 2023-10-14T00:01:52.038 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:52.038 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.038 INFO:tasks.workunit.client.0.smithi055.stdout: "bluestore-pricache:meta": { 2023-10-14T00:01:52.039 INFO:tasks.workunit.client.0.smithi055.stdout: "committed_bytes": { 2023-10-14T00:01:52.039 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 713031680 2023-10-14T00:01:52.039 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.039 INFO:tasks.workunit.client.0.smithi055.stdout: "pri0_bytes": { 2023-10-14T00:01:52.039 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:52.039 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.040 INFO:tasks.workunit.client.0.smithi055.stdout: "pri10_bytes": { 2023-10-14T00:01:52.040 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:52.040 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.040 INFO:tasks.workunit.client.0.smithi055.stdout: "pri11_bytes": { 2023-10-14T00:01:52.040 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 643792336 2023-10-14T00:01:52.041 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.041 INFO:tasks.workunit.client.0.smithi055.stdout: "pri1_bytes": { 2023-10-14T00:01:52.041 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:52.041 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.041 INFO:tasks.workunit.client.0.smithi055.stdout: "pri2_bytes": { 2023-10-14T00:01:52.042 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 14003 2023-10-14T00:01:52.042 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.042 INFO:tasks.workunit.client.0.smithi055.stdout: "pri3_bytes": { 2023-10-14T00:01:52.042 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:52.042 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.043 INFO:tasks.workunit.client.0.smithi055.stdout: "pri4_bytes": { 2023-10-14T00:01:52.043 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:52.043 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.043 INFO:tasks.workunit.client.0.smithi055.stdout: "pri5_bytes": { 2023-10-14T00:01:52.043 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 21005 2023-10-14T00:01:52.044 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.044 INFO:tasks.workunit.client.0.smithi055.stdout: "pri6_bytes": { 2023-10-14T00:01:52.044 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 229655 2023-10-14T00:01:52.044 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.044 INFO:tasks.workunit.client.0.smithi055.stdout: "pri7_bytes": { 2023-10-14T00:01:52.045 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:52.045 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.045 INFO:tasks.workunit.client.0.smithi055.stdout: "pri8_bytes": { 2023-10-14T00:01:52.045 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:52.045 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.045 INFO:tasks.workunit.client.0.smithi055.stdout: "pri9_bytes": { 2023-10-14T00:01:52.046 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:52.046 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.046 INFO:tasks.workunit.client.0.smithi055.stdout: "reserved_bytes": { 2023-10-14T00:01:52.046 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 68974681 2023-10-14T00:01:52.046 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:52.047 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.047 INFO:tasks.workunit.client.0.smithi055.stdout: "objecter": { 2023-10-14T00:01:52.047 INFO:tasks.workunit.client.0.smithi055.stdout: "op_active": { 2023-10-14T00:01:52.047 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:52.047 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.047 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r": { 2023-10-14T00:01:52.048 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:52.048 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.048 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rmw": { 2023-10-14T00:01:52.048 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:52.048 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.049 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w": { 2023-10-14T00:01:52.049 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:52.049 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:52.049 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.049 INFO:tasks.workunit.client.0.smithi055.stdout: "osd": { 2023-10-14T00:01:52.049 INFO:tasks.workunit.client.0.smithi055.stdout: "numpg": { 2023-10-14T00:01:52.050 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 47 2023-10-14T00:01:52.050 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.050 INFO:tasks.workunit.client.0.smithi055.stdout: "numpg_removing": { 2023-10-14T00:01:52.050 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:52.051 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.051 INFO:tasks.workunit.client.0.smithi055.stdout: "op": { 2023-10-14T00:01:52.051 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 152 2023-10-14T00:01:52.051 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.051 INFO:tasks.workunit.client.0.smithi055.stdout: "op_delayed_degraded": { 2023-10-14T00:01:52.051 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:52.052 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.052 INFO:tasks.workunit.client.0.smithi055.stdout: "op_delayed_unreadable": { 2023-10-14T00:01:52.052 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:52.052 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.052 INFO:tasks.workunit.client.0.smithi055.stdout: "op_in_bytes": { 2023-10-14T00:01:52.053 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1050260 2023-10-14T00:01:52.053 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.053 INFO:tasks.workunit.client.0.smithi055.stdout: "op_latency": { 2023-10-14T00:01:52.053 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 152, 2023-10-14T00:01:52.053 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 216812289 2023-10-14T00:01:52.053 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.054 INFO:tasks.workunit.client.0.smithi055.stdout: "op_out_bytes": { 2023-10-14T00:01:52.054 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 330056 2023-10-14T00:01:52.054 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.054 INFO:tasks.workunit.client.0.smithi055.stdout: "op_prepare_latency": { 2023-10-14T00:01:52.054 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 155, 2023-10-14T00:01:52.055 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 47945370 2023-10-14T00:01:52.055 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.055 INFO:tasks.workunit.client.0.smithi055.stdout: "op_process_latency": { 2023-10-14T00:01:52.055 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 152, 2023-10-14T00:01:52.055 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 150231245 2023-10-14T00:01:52.055 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.056 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r": { 2023-10-14T00:01:52.056 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 73 2023-10-14T00:01:52.056 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.056 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_latency": { 2023-10-14T00:01:52.056 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 73, 2023-10-14T00:01:52.057 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 13281216 2023-10-14T00:01:52.057 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.057 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_latency_out_bytes_histogram": { 2023-10-14T00:01:52.057 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:52.057 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.057 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_out_bytes": { 2023-10-14T00:01:52.058 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 330056 2023-10-14T00:01:52.058 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.058 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_prepare_latency": { 2023-10-14T00:01:52.058 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 73, 2023-10-14T00:01:52.058 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 11561923 2023-10-14T00:01:52.059 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.059 INFO:tasks.workunit.client.0.smithi055.stdout: "op_r_process_latency": { 2023-10-14T00:01:52.059 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 73, 2023-10-14T00:01:52.059 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 9583919 2023-10-14T00:01:52.059 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.060 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw": { 2023-10-14T00:01:52.060 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 36 2023-10-14T00:01:52.060 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.060 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_in_bytes": { 2023-10-14T00:01:52.060 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:52.060 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.061 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_latency": { 2023-10-14T00:01:52.061 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 36, 2023-10-14T00:01:52.061 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 47690626 2023-10-14T00:01:52.061 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.061 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_latency_in_bytes_histogram": { 2023-10-14T00:01:52.062 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:52.062 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.062 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_latency_out_bytes_histogram": { 2023-10-14T00:01:52.062 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:52.062 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.063 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_out_bytes": { 2023-10-14T00:01:52.063 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:52.063 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.063 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_prepare_latency": { 2023-10-14T00:01:52.063 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 36, 2023-10-14T00:01:52.064 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 16245526 2023-10-14T00:01:52.064 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.064 INFO:tasks.workunit.client.0.smithi055.stdout: "op_rw_process_latency": { 2023-10-14T00:01:52.064 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 36, 2023-10-14T00:01:52.064 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 44913446 2023-10-14T00:01:52.064 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.065 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w": { 2023-10-14T00:01:52.065 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 43 2023-10-14T00:01:52.065 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.065 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_in_bytes": { 2023-10-14T00:01:52.065 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 1050260 2023-10-14T00:01:52.066 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.066 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_latency": { 2023-10-14T00:01:52.066 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 43, 2023-10-14T00:01:52.066 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 155840447 2023-10-14T00:01:52.066 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.066 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_latency_in_bytes_histogram": { 2023-10-14T00:01:52.067 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:52.067 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.067 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_prepare_latency": { 2023-10-14T00:01:52.067 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 46, 2023-10-14T00:01:52.067 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 20137921 2023-10-14T00:01:52.068 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.068 INFO:tasks.workunit.client.0.smithi055.stdout: "op_w_process_latency": { 2023-10-14T00:01:52.068 INFO:tasks.workunit.client.0.smithi055.stdout: "count": 43, 2023-10-14T00:01:52.068 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 95733880 2023-10-14T00:01:52.068 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.068 INFO:tasks.workunit.client.0.smithi055.stdout: "op_wip": { 2023-10-14T00:01:52.069 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:52.069 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.069 INFO:tasks.workunit.client.0.smithi055.stdout: "recovery_bytes": { 2023-10-14T00:01:52.069 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:52.069 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.070 INFO:tasks.workunit.client.0.smithi055.stdout: "recovery_ops": { 2023-10-14T00:01:52.070 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 0 2023-10-14T00:01:52.070 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.070 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_bytes": { 2023-10-14T00:01:52.070 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 95995035648 2023-10-14T00:01:52.071 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.071 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_bytes_used": { 2023-10-14T00:01:52.071 INFO:tasks.workunit.client.0.smithi055.stdout: "value": 305684480 2023-10-14T00:01:52.071 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:52.071 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:52.071 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:52.072 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.072 INFO:tasks.workunit.client.0.smithi055.stdout: "pools": [ 2023-10-14T00:01:52.072 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:52.072 INFO:tasks.workunit.client.0.smithi055.stdout: "application": [ 2023-10-14T00:01:52.072 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr" 2023-10-14T00:01:52.072 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.073 INFO:tasks.workunit.client.0.smithi055.stdout: "cache_mode": "none", 2023-10-14T00:01:52.073 INFO:tasks.workunit.client.0.smithi055.stdout: "erasure_code_profile": {}, 2023-10-14T00:01:52.073 INFO:tasks.workunit.client.0.smithi055.stdout: "min_size": 2, 2023-10-14T00:01:52.073 INFO:tasks.workunit.client.0.smithi055.stdout: "options": {}, 2023-10-14T00:01:52.073 INFO:tasks.workunit.client.0.smithi055.stdout: "pg_autoscale_mode": "off", 2023-10-14T00:01:52.074 INFO:tasks.workunit.client.0.smithi055.stdout: "pg_num": 1, 2023-10-14T00:01:52.074 INFO:tasks.workunit.client.0.smithi055.stdout: "pgp_num": 1, 2023-10-14T00:01:52.074 INFO:tasks.workunit.client.0.smithi055.stdout: "pool": 1, 2023-10-14T00:01:52.074 INFO:tasks.workunit.client.0.smithi055.stdout: "size": 3, 2023-10-14T00:01:52.074 INFO:tasks.workunit.client.0.smithi055.stdout: "stats": { 2023-10-14T00:01:52.075 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_raw": 727116720394, 2023-10-14T00:01:52.075 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_used": 1781760, 2023-10-14T00:01:52.075 INFO:tasks.workunit.client.0.smithi055.stdout: "compress_bytes_used": 0, 2023-10-14T00:01:52.075 INFO:tasks.workunit.client.0.smithi055.stdout: "compress_under_bytes": 0, 2023-10-14T00:01:52.075 INFO:tasks.workunit.client.0.smithi055.stdout: "data_bytes_used": 1781760, 2023-10-14T00:01:52.076 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty": 0, 2023-10-14T00:01:52.076 INFO:tasks.workunit.client.0.smithi055.stdout: "max_avail": 242372247552, 2023-10-14T00:01:52.076 INFO:tasks.workunit.client.0.smithi055.stdout: "objects": 2, 2023-10-14T00:01:52.076 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_bytes_used": 0, 2023-10-14T00:01:52.076 INFO:tasks.workunit.client.0.smithi055.stdout: "percent_used": 2.450439524182002e-06, 2023-10-14T00:01:52.077 INFO:tasks.workunit.client.0.smithi055.stdout: "quota_bytes": 0, 2023-10-14T00:01:52.077 INFO:tasks.workunit.client.0.smithi055.stdout: "quota_objects": 0, 2023-10-14T00:01:52.077 INFO:tasks.workunit.client.0.smithi055.stdout: "rd": 357, 2023-10-14T00:01:52.077 INFO:tasks.workunit.client.0.smithi055.stdout: "rd_bytes": 638976, 2023-10-14T00:01:52.077 INFO:tasks.workunit.client.0.smithi055.stdout: "stored": 590368, 2023-10-14T00:01:52.078 INFO:tasks.workunit.client.0.smithi055.stdout: "stored_data": 590368, 2023-10-14T00:01:52.078 INFO:tasks.workunit.client.0.smithi055.stdout: "stored_omap": 0, 2023-10-14T00:01:52.078 INFO:tasks.workunit.client.0.smithi055.stdout: "stored_raw": 1771104, 2023-10-14T00:01:52.078 INFO:tasks.workunit.client.0.smithi055.stdout: "wr": 269, 2023-10-14T00:01:52.078 INFO:tasks.workunit.client.0.smithi055.stdout: "wr_bytes": 3545088 2023-10-14T00:01:52.079 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.079 INFO:tasks.workunit.client.0.smithi055.stdout: "target_max_bytes": 0, 2023-10-14T00:01:52.079 INFO:tasks.workunit.client.0.smithi055.stdout: "target_max_objects": 0, 2023-10-14T00:01:52.079 INFO:tasks.workunit.client.0.smithi055.stdout: "type": "replicated" 2023-10-14T00:01:52.079 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.079 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:52.080 INFO:tasks.workunit.client.0.smithi055.stdout: "application": [ 2023-10-14T00:01:52.080 INFO:tasks.workunit.client.0.smithi055.stdout: "cephfs" 2023-10-14T00:01:52.080 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.080 INFO:tasks.workunit.client.0.smithi055.stdout: "cache_mode": "none", 2023-10-14T00:01:52.080 INFO:tasks.workunit.client.0.smithi055.stdout: "erasure_code_profile": {}, 2023-10-14T00:01:52.081 INFO:tasks.workunit.client.0.smithi055.stdout: "min_size": 2, 2023-10-14T00:01:52.081 INFO:tasks.workunit.client.0.smithi055.stdout: "options": {}, 2023-10-14T00:01:52.081 INFO:tasks.workunit.client.0.smithi055.stdout: "pg_autoscale_mode": "off", 2023-10-14T00:01:52.081 INFO:tasks.workunit.client.0.smithi055.stdout: "pg_num": 32, 2023-10-14T00:01:52.081 INFO:tasks.workunit.client.0.smithi055.stdout: "pgp_num": 32, 2023-10-14T00:01:52.082 INFO:tasks.workunit.client.0.smithi055.stdout: "pool": 2, 2023-10-14T00:01:52.082 INFO:tasks.workunit.client.0.smithi055.stdout: "size": 3, 2023-10-14T00:01:52.082 INFO:tasks.workunit.client.0.smithi055.stdout: "stats": { 2023-10-14T00:01:52.082 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_raw": 727116720394, 2023-10-14T00:01:52.082 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_used": 98304, 2023-10-14T00:01:52.083 INFO:tasks.workunit.client.0.smithi055.stdout: "compress_bytes_used": 0, 2023-10-14T00:01:52.083 INFO:tasks.workunit.client.0.smithi055.stdout: "compress_under_bytes": 0, 2023-10-14T00:01:52.083 INFO:tasks.workunit.client.0.smithi055.stdout: "data_bytes_used": 98304, 2023-10-14T00:01:52.083 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty": 0, 2023-10-14T00:01:52.083 INFO:tasks.workunit.client.0.smithi055.stdout: "max_avail": 242372247552, 2023-10-14T00:01:52.083 INFO:tasks.workunit.client.0.smithi055.stdout: "objects": 22, 2023-10-14T00:01:52.084 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_bytes_used": 0, 2023-10-14T00:01:52.084 INFO:tasks.workunit.client.0.smithi055.stdout: "percent_used": 1.3519698427444382e-07, 2023-10-14T00:01:52.084 INFO:tasks.workunit.client.0.smithi055.stdout: "quota_bytes": 0, 2023-10-14T00:01:52.084 INFO:tasks.workunit.client.0.smithi055.stdout: "quota_objects": 0, 2023-10-14T00:01:52.084 INFO:tasks.workunit.client.0.smithi055.stdout: "rd": 0, 2023-10-14T00:01:52.085 INFO:tasks.workunit.client.0.smithi055.stdout: "rd_bytes": 0, 2023-10-14T00:01:52.085 INFO:tasks.workunit.client.0.smithi055.stdout: "stored": 3378, 2023-10-14T00:01:52.085 INFO:tasks.workunit.client.0.smithi055.stdout: "stored_data": 3378, 2023-10-14T00:01:52.085 INFO:tasks.workunit.client.0.smithi055.stdout: "stored_omap": 0, 2023-10-14T00:01:52.085 INFO:tasks.workunit.client.0.smithi055.stdout: "stored_raw": 10134, 2023-10-14T00:01:52.086 INFO:tasks.workunit.client.0.smithi055.stdout: "wr": 51, 2023-10-14T00:01:52.086 INFO:tasks.workunit.client.0.smithi055.stdout: "wr_bytes": 19456 2023-10-14T00:01:52.086 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.086 INFO:tasks.workunit.client.0.smithi055.stdout: "target_max_bytes": 0, 2023-10-14T00:01:52.086 INFO:tasks.workunit.client.0.smithi055.stdout: "target_max_objects": 0, 2023-10-14T00:01:52.086 INFO:tasks.workunit.client.0.smithi055.stdout: "type": "replicated" 2023-10-14T00:01:52.087 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.087 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:52.087 INFO:tasks.workunit.client.0.smithi055.stdout: "application": [ 2023-10-14T00:01:52.087 INFO:tasks.workunit.client.0.smithi055.stdout: "cephfs" 2023-10-14T00:01:52.087 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.088 INFO:tasks.workunit.client.0.smithi055.stdout: "cache_mode": "none", 2023-10-14T00:01:52.088 INFO:tasks.workunit.client.0.smithi055.stdout: "erasure_code_profile": {}, 2023-10-14T00:01:52.088 INFO:tasks.workunit.client.0.smithi055.stdout: "min_size": 2, 2023-10-14T00:01:52.088 INFO:tasks.workunit.client.0.smithi055.stdout: "options": {}, 2023-10-14T00:01:52.088 INFO:tasks.workunit.client.0.smithi055.stdout: "pg_autoscale_mode": "off", 2023-10-14T00:01:52.089 INFO:tasks.workunit.client.0.smithi055.stdout: "pg_num": 64, 2023-10-14T00:01:52.089 INFO:tasks.workunit.client.0.smithi055.stdout: "pgp_num": 64, 2023-10-14T00:01:52.089 INFO:tasks.workunit.client.0.smithi055.stdout: "pool": 3, 2023-10-14T00:01:52.089 INFO:tasks.workunit.client.0.smithi055.stdout: "size": 3, 2023-10-14T00:01:52.089 INFO:tasks.workunit.client.0.smithi055.stdout: "stats": { 2023-10-14T00:01:52.090 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_raw": 727116720394, 2023-10-14T00:01:52.090 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_used": 0, 2023-10-14T00:01:52.090 INFO:tasks.workunit.client.0.smithi055.stdout: "compress_bytes_used": 0, 2023-10-14T00:01:52.090 INFO:tasks.workunit.client.0.smithi055.stdout: "compress_under_bytes": 0, 2023-10-14T00:01:52.090 INFO:tasks.workunit.client.0.smithi055.stdout: "data_bytes_used": 0, 2023-10-14T00:01:52.091 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty": 0, 2023-10-14T00:01:52.091 INFO:tasks.workunit.client.0.smithi055.stdout: "max_avail": 242372247552, 2023-10-14T00:01:52.091 INFO:tasks.workunit.client.0.smithi055.stdout: "objects": 0, 2023-10-14T00:01:52.091 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_bytes_used": 0, 2023-10-14T00:01:52.091 INFO:tasks.workunit.client.0.smithi055.stdout: "percent_used": 0.0, 2023-10-14T00:01:52.091 INFO:tasks.workunit.client.0.smithi055.stdout: "quota_bytes": 0, 2023-10-14T00:01:52.092 INFO:tasks.workunit.client.0.smithi055.stdout: "quota_objects": 0, 2023-10-14T00:01:52.092 INFO:tasks.workunit.client.0.smithi055.stdout: "rd": 0, 2023-10-14T00:01:52.092 INFO:tasks.workunit.client.0.smithi055.stdout: "rd_bytes": 0, 2023-10-14T00:01:52.092 INFO:tasks.workunit.client.0.smithi055.stdout: "stored": 0, 2023-10-14T00:01:52.092 INFO:tasks.workunit.client.0.smithi055.stdout: "stored_data": 0, 2023-10-14T00:01:52.093 INFO:tasks.workunit.client.0.smithi055.stdout: "stored_omap": 0, 2023-10-14T00:01:52.093 INFO:tasks.workunit.client.0.smithi055.stdout: "stored_raw": 0, 2023-10-14T00:01:52.093 INFO:tasks.workunit.client.0.smithi055.stdout: "wr": 0, 2023-10-14T00:01:52.093 INFO:tasks.workunit.client.0.smithi055.stdout: "wr_bytes": 0 2023-10-14T00:01:52.093 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.093 INFO:tasks.workunit.client.0.smithi055.stdout: "target_max_bytes": 0, 2023-10-14T00:01:52.094 INFO:tasks.workunit.client.0.smithi055.stdout: "target_max_objects": 0, 2023-10-14T00:01:52.094 INFO:tasks.workunit.client.0.smithi055.stdout: "type": "replicated" 2023-10-14T00:01:52.094 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.094 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:52.094 INFO:tasks.workunit.client.0.smithi055.stdout: "application": [ 2023-10-14T00:01:52.095 INFO:tasks.workunit.client.0.smithi055.stdout: "rbd" 2023-10-14T00:01:52.095 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.095 INFO:tasks.workunit.client.0.smithi055.stdout: "cache_mode": "none", 2023-10-14T00:01:52.095 INFO:tasks.workunit.client.0.smithi055.stdout: "erasure_code_profile": {}, 2023-10-14T00:01:52.095 INFO:tasks.workunit.client.0.smithi055.stdout: "min_size": 2, 2023-10-14T00:01:52.096 INFO:tasks.workunit.client.0.smithi055.stdout: "options": {}, 2023-10-14T00:01:52.096 INFO:tasks.workunit.client.0.smithi055.stdout: "pg_autoscale_mode": "off", 2023-10-14T00:01:52.096 INFO:tasks.workunit.client.0.smithi055.stdout: "pg_num": 8, 2023-10-14T00:01:52.096 INFO:tasks.workunit.client.0.smithi055.stdout: "pgp_num": 8, 2023-10-14T00:01:52.096 INFO:tasks.workunit.client.0.smithi055.stdout: "pool": 4, 2023-10-14T00:01:52.097 INFO:tasks.workunit.client.0.smithi055.stdout: "size": 3, 2023-10-14T00:01:52.097 INFO:tasks.workunit.client.0.smithi055.stdout: "stats": { 2023-10-14T00:01:52.097 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_raw": 727116720394, 2023-10-14T00:01:52.097 INFO:tasks.workunit.client.0.smithi055.stdout: "bytes_used": 0, 2023-10-14T00:01:52.097 INFO:tasks.workunit.client.0.smithi055.stdout: "compress_bytes_used": 0, 2023-10-14T00:01:52.098 INFO:tasks.workunit.client.0.smithi055.stdout: "compress_under_bytes": 0, 2023-10-14T00:01:52.098 INFO:tasks.workunit.client.0.smithi055.stdout: "data_bytes_used": 0, 2023-10-14T00:01:52.098 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty": 0, 2023-10-14T00:01:52.098 INFO:tasks.workunit.client.0.smithi055.stdout: "max_avail": 242372247552, 2023-10-14T00:01:52.098 INFO:tasks.workunit.client.0.smithi055.stdout: "objects": 0, 2023-10-14T00:01:52.099 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_bytes_used": 0, 2023-10-14T00:01:52.099 INFO:tasks.workunit.client.0.smithi055.stdout: "percent_used": 0.0, 2023-10-14T00:01:52.099 INFO:tasks.workunit.client.0.smithi055.stdout: "quota_bytes": 0, 2023-10-14T00:01:52.099 INFO:tasks.workunit.client.0.smithi055.stdout: "quota_objects": 0, 2023-10-14T00:01:52.099 INFO:tasks.workunit.client.0.smithi055.stdout: "rd": 0, 2023-10-14T00:01:52.099 INFO:tasks.workunit.client.0.smithi055.stdout: "rd_bytes": 0, 2023-10-14T00:01:52.100 INFO:tasks.workunit.client.0.smithi055.stdout: "stored": 0, 2023-10-14T00:01:52.100 INFO:tasks.workunit.client.0.smithi055.stdout: "stored_data": 0, 2023-10-14T00:01:52.100 INFO:tasks.workunit.client.0.smithi055.stdout: "stored_omap": 0, 2023-10-14T00:01:52.100 INFO:tasks.workunit.client.0.smithi055.stdout: "stored_raw": 0, 2023-10-14T00:01:52.100 INFO:tasks.workunit.client.0.smithi055.stdout: "wr": 0, 2023-10-14T00:01:52.101 INFO:tasks.workunit.client.0.smithi055.stdout: "wr_bytes": 0 2023-10-14T00:01:52.101 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.101 INFO:tasks.workunit.client.0.smithi055.stdout: "target_max_bytes": 0, 2023-10-14T00:01:52.101 INFO:tasks.workunit.client.0.smithi055.stdout: "target_max_objects": 0, 2023-10-14T00:01:52.101 INFO:tasks.workunit.client.0.smithi055.stdout: "type": "replicated" 2023-10-14T00:01:52.102 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:52.102 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.102 INFO:tasks.workunit.client.0.smithi055.stdout: "rbd": { 2023-10-14T00:01:52.102 INFO:tasks.workunit.client.0.smithi055.stdout: "mirroring_by_pool": [ 2023-10-14T00:01:52.102 INFO:tasks.workunit.client.0.smithi055.stdout: false 2023-10-14T00:01:52.103 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.103 INFO:tasks.workunit.client.0.smithi055.stdout: "num_images_by_pool": [ 2023-10-14T00:01:52.103 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:52.103 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.103 INFO:tasks.workunit.client.0.smithi055.stdout: "num_pools": 1 2023-10-14T00:01:52.104 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.104 INFO:tasks.workunit.client.0.smithi055.stdout: "report_id": "6b4de139-c77a-4bdd-b921-b728659788e5", 2023-10-14T00:01:52.104 INFO:tasks.workunit.client.0.smithi055.stdout: "report_timestamp": "2023-10-14T00:01:46.758783", 2023-10-14T00:01:52.104 INFO:tasks.workunit.client.0.smithi055.stdout: "report_version": 1, 2023-10-14T00:01:52.104 INFO:tasks.workunit.client.0.smithi055.stdout: "rocksdb_stats": { 2023-10-14T00:01:52.105 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "6.15.5" 2023-10-14T00:01:52.105 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.105 INFO:tasks.workunit.client.0.smithi055.stdout: "rook": { 2023-10-14T00:01:52.105 INFO:tasks.workunit.client.0.smithi055.stdout: "cluster": { 2023-10-14T00:01:52.105 INFO:tasks.workunit.client.0.smithi055.stdout: "external-mode": null, 2023-10-14T00:01:52.105 INFO:tasks.workunit.client.0.smithi055.stdout: "mon": { 2023-10-14T00:01:52.106 INFO:tasks.workunit.client.0.smithi055.stdout: "allow-multiple-per-node": null, 2023-10-14T00:01:52.106 INFO:tasks.workunit.client.0.smithi055.stdout: "count": null, 2023-10-14T00:01:52.106 INFO:tasks.workunit.client.0.smithi055.stdout: "max-id": null, 2023-10-14T00:01:52.106 INFO:tasks.workunit.client.0.smithi055.stdout: "pvc": { 2023-10-14T00:01:52.106 INFO:tasks.workunit.client.0.smithi055.stdout: "enabled": null 2023-10-14T00:01:52.107 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.107 INFO:tasks.workunit.client.0.smithi055.stdout: "stretch": { 2023-10-14T00:01:52.107 INFO:tasks.workunit.client.0.smithi055.stdout: "enabled": null 2023-10-14T00:01:52.107 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:52.107 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.108 INFO:tasks.workunit.client.0.smithi055.stdout: "network": { 2023-10-14T00:01:52.108 INFO:tasks.workunit.client.0.smithi055.stdout: "provider": null 2023-10-14T00:01:52.108 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.108 INFO:tasks.workunit.client.0.smithi055.stdout: "storage": { 2023-10-14T00:01:52.108 INFO:tasks.workunit.client.0.smithi055.stdout: "device-set": { 2023-10-14T00:01:52.109 INFO:tasks.workunit.client.0.smithi055.stdout: "count": { 2023-10-14T00:01:52.109 INFO:tasks.workunit.client.0.smithi055.stdout: "non-portable": null, 2023-10-14T00:01:52.109 INFO:tasks.workunit.client.0.smithi055.stdout: "portable": null, 2023-10-14T00:01:52.109 INFO:tasks.workunit.client.0.smithi055.stdout: "total": null 2023-10-14T00:01:52.109 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:52.110 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:52.110 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:52.110 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.110 INFO:tasks.workunit.client.0.smithi055.stdout: "csi": { 2023-10-14T00:01:52.110 INFO:tasks.workunit.client.0.smithi055.stdout: "version": null 2023-10-14T00:01:52.111 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.111 INFO:tasks.workunit.client.0.smithi055.stdout: "kubernetes": { 2023-10-14T00:01:52.111 INFO:tasks.workunit.client.0.smithi055.stdout: "version": null 2023-10-14T00:01:52.111 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.111 INFO:tasks.workunit.client.0.smithi055.stdout: "node": { 2023-10-14T00:01:52.112 INFO:tasks.workunit.client.0.smithi055.stdout: "count": { 2023-10-14T00:01:52.112 INFO:tasks.workunit.client.0.smithi055.stdout: "kubernetes-total": null, 2023-10-14T00:01:52.112 INFO:tasks.workunit.client.0.smithi055.stdout: "with-ceph-daemons": null, 2023-10-14T00:01:52.112 INFO:tasks.workunit.client.0.smithi055.stdout: "with-csi-cephfs-plugin": null, 2023-10-14T00:01:52.112 INFO:tasks.workunit.client.0.smithi055.stdout: "with-csi-nfs-plugin": null, 2023-10-14T00:01:52.113 INFO:tasks.workunit.client.0.smithi055.stdout: "with-csi-rbd-plugin": null 2023-10-14T00:01:52.113 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:52.113 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.113 INFO:tasks.workunit.client.0.smithi055.stdout: "usage": { 2023-10-14T00:01:52.113 INFO:tasks.workunit.client.0.smithi055.stdout: "storage-class": { 2023-10-14T00:01:52.113 INFO:tasks.workunit.client.0.smithi055.stdout: "count": { 2023-10-14T00:01:52.114 INFO:tasks.workunit.client.0.smithi055.stdout: "bucket": null, 2023-10-14T00:01:52.114 INFO:tasks.workunit.client.0.smithi055.stdout: "cephfs": null, 2023-10-14T00:01:52.114 INFO:tasks.workunit.client.0.smithi055.stdout: "nfs": null, 2023-10-14T00:01:52.114 INFO:tasks.workunit.client.0.smithi055.stdout: "rbd": null, 2023-10-14T00:01:52.114 INFO:tasks.workunit.client.0.smithi055.stdout: "total": null 2023-10-14T00:01:52.115 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:52.115 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:52.115 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.115 INFO:tasks.workunit.client.0.smithi055.stdout: "version": null 2023-10-14T00:01:52.115 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.116 INFO:tasks.workunit.client.0.smithi055.stdout: "services": {}, 2023-10-14T00:01:52.116 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_per_pg": [ 2023-10-14T00:01:52.116 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:52.116 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:52.116 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:52.117 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:52.117 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:52.117 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.117 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 7, 2023-10-14T00:01:52.117 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:52.118 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:52.118 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:52.118 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:52.118 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:52.118 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:52.118 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.329367+0000", 2023-10-14T00:01:52.119 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.349719+0000", 2023-10-14T00:01:52.119 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.349719+0000", 2023-10-14T00:01:52.119 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.350392+0000", 2023-10-14T00:01:52.119 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.329367+0000", 2023-10-14T00:01:52.119 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.120 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:52.120 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.120 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:52.120 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.329367+0000", 2023-10-14T00:01:52.120 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.329367+0000", 2023-10-14T00:01:52.121 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.329367+0000", 2023-10-14T00:01:52.121 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:52.121 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:52.121 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.121 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.329367+0000", 2023-10-14T00:01:52.122 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.329367+0000", 2023-10-14T00:01:52.122 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:52.122 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:52.122 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:52.122 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:52.123 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:52.123 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:52.123 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:52.123 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:52.123 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:52.124 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:52.124 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:52.124 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:52.124 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:52.124 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.3f", 2023-10-14T00:01:52.125 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:52.125 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:52.125 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:52.125 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:52.125 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:52.125 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T07:24:50.889099+0000", 2023-10-14T00:01:52.126 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:52.126 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:52.126 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:52.126 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:52.126 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:52.127 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:52.127 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:52.127 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:52.127 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:52.127 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:52.128 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:52.128 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:52.128 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:52.128 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:52.128 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:52.128 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:52.129 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:52.129 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:52.129 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:52.129 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:52.129 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:52.130 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:52.130 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:52.130 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:52.130 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:52.130 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:52.131 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:52.131 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:52.131 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:52.131 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:52.131 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:52.132 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:52.132 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:52.132 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:52.132 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:52.132 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:52.133 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:52.133 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:52.133 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:52.133 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:52.133 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:52.133 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:52.134 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:52.134 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.134 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:52.134 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:52.134 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:52.135 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:52.135 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:52.135 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:52.135 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.135 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 7, 2023-10-14T00:01:52.136 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:52.136 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.137 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:52.137 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:52.137 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:52.137 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:52.138 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:52.138 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.138 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 1, 2023-10-14T00:01:52.138 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:52.138 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:52.139 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:52.139 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:52.139 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:52.139 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:52.139 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.324865+0000", 2023-10-14T00:01:52.140 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.351078+0000", 2023-10-14T00:01:52.140 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.351078+0000", 2023-10-14T00:01:52.140 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.351593+0000", 2023-10-14T00:01:52.140 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.324865+0000", 2023-10-14T00:01:52.140 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.141 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:52.141 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.141 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:52.141 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.324865+0000", 2023-10-14T00:01:52.141 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.324865+0000", 2023-10-14T00:01:52.142 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.324865+0000", 2023-10-14T00:01:52.142 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:52.142 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:52.142 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.142 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.324865+0000", 2023-10-14T00:01:52.143 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.324865+0000", 2023-10-14T00:01:52.143 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:52.143 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:52.143 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:52.143 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:52.143 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:52.144 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:52.144 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:52.144 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:52.144 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:52.144 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:52.145 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:52.145 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:52.145 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:52.145 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.3e", 2023-10-14T00:01:52.145 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:52.146 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:52.146 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:52.146 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:52.146 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:52.146 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T05:08:25.738139+0000", 2023-10-14T00:01:52.147 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:52.147 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:52.147 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:52.147 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:52.147 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:52.147 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:52.148 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:52.148 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:52.148 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:52.148 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:52.148 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:52.149 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:52.149 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:52.149 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:52.149 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:52.149 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:52.149 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:52.150 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:52.150 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:52.150 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:52.150 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:52.150 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:52.151 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:52.151 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:52.151 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:52.151 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:52.151 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:52.152 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:52.152 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:52.152 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:52.152 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:52.152 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:52.152 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:52.153 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:52.153 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:52.153 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:52.153 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:52.153 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:52.154 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:52.154 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:52.154 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:52.154 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:52.154 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:52.155 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.155 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:52.155 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:52.155 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:52.155 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:52.156 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:52.156 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:52.156 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.156 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 1, 2023-10-14T00:01:52.156 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:52.156 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.157 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:52.157 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:52.157 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:52.157 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:52.157 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:52.158 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.158 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 0, 2023-10-14T00:01:52.158 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:52.158 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:52.158 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:52.159 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:52.159 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:52.159 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:52.159 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.326202+0000", 2023-10-14T00:01:52.159 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.348722+0000", 2023-10-14T00:01:52.160 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.348722+0000", 2023-10-14T00:01:52.160 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.349088+0000", 2023-10-14T00:01:52.160 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.326202+0000", 2023-10-14T00:01:52.160 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.160 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:52.161 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.161 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:52.161 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.326202+0000", 2023-10-14T00:01:52.161 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.326202+0000", 2023-10-14T00:01:52.161 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.326202+0000", 2023-10-14T00:01:52.161 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:52.162 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:52.162 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.162 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.326202+0000", 2023-10-14T00:01:52.162 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.326202+0000", 2023-10-14T00:01:52.162 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:52.163 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:52.163 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:52.163 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:52.163 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:52.163 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:52.164 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:52.164 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:52.164 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:52.164 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:52.164 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:52.165 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:52.165 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:52.165 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.3d", 2023-10-14T00:01:52.165 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:52.165 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:52.165 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:52.166 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:52.166 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:52.166 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T07:39:40.907426+0000", 2023-10-14T00:01:52.166 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:52.166 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:52.167 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:52.167 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:52.167 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:52.167 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:52.167 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:52.168 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:52.168 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:52.168 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:52.168 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:52.168 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:52.169 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:52.169 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:52.169 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:52.169 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:52.169 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:52.169 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:52.170 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:52.170 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:52.170 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:52.170 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:52.170 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:52.171 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:52.171 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:52.171 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:52.171 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:52.171 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:52.172 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:52.172 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:52.172 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:52.172 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:52.172 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:52.172 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:52.173 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:52.173 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:52.173 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:52.173 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:52.173 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:52.174 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:52.174 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:52.174 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:52.174 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:52.174 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.175 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:52.175 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:52.175 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:52.175 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:52.175 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:52.176 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:52.176 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.176 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 0, 2023-10-14T00:01:52.176 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:52.176 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.176 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:52.177 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:52.177 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:52.177 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:52.177 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:52.177 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.178 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 5, 2023-10-14T00:01:52.178 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:52.178 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:52.178 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:52.178 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:52.179 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:52.179 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:52.179 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.330630+0000", 2023-10-14T00:01:52.179 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.343722+0000", 2023-10-14T00:01:52.179 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.343722+0000", 2023-10-14T00:01:52.180 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.344153+0000", 2023-10-14T00:01:52.180 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.330630+0000", 2023-10-14T00:01:52.180 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.180 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:52.180 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.181 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:52.181 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.330630+0000", 2023-10-14T00:01:52.181 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.330630+0000", 2023-10-14T00:01:52.181 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.330630+0000", 2023-10-14T00:01:52.181 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:52.181 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:52.182 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.182 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.330630+0000", 2023-10-14T00:01:52.182 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.330630+0000", 2023-10-14T00:01:52.182 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:52.182 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:52.183 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:52.183 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:52.183 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:52.183 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:52.183 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:52.183 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:52.184 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:52.184 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:52.184 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:52.184 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:52.184 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:52.185 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.3c", 2023-10-14T00:01:52.185 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:52.185 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:52.185 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:52.185 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:52.186 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:52.186 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T09:21:01.251415+0000", 2023-10-14T00:01:52.186 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:52.186 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:52.186 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:52.186 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:52.187 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:52.187 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:52.187 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:52.187 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:52.187 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:52.188 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:52.188 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:52.188 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:52.188 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:52.188 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:52.189 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:52.189 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:52.189 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:52.189 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:52.189 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:52.189 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:52.190 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:52.190 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:52.190 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:52.190 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:52.190 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:52.191 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:52.191 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:52.191 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:52.191 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:52.191 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:52.192 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:52.192 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:52.192 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:52.192 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:52.192 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:52.192 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:52.193 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:52.193 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:52.193 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:52.193 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:52.193 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:52.193 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:52.194 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:52.194 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.194 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:52.194 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:52.195 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:52.195 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:52.195 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:52.195 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:52.195 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.196 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 5, 2023-10-14T00:01:52.196 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:52.196 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.196 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:52.196 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:52.196 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:52.197 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:52.197 INFO:tasks.workunit.client.0.smithi055.stdout: 4 2023-10-14T00:01:52.197 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.197 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 7, 2023-10-14T00:01:52.197 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:52.198 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:52.198 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:52.198 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:52.198 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:52.198 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:52.199 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.329444+0000", 2023-10-14T00:01:52.199 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.342057+0000", 2023-10-14T00:01:52.199 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.342057+0000", 2023-10-14T00:01:52.199 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.342421+0000", 2023-10-14T00:01:52.199 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.329444+0000", 2023-10-14T00:01:52.199 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.200 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:52.200 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.200 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:52.200 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.329444+0000", 2023-10-14T00:01:52.200 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.329444+0000", 2023-10-14T00:01:52.201 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.329444+0000", 2023-10-14T00:01:52.201 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:52.201 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:52.201 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.201 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.329444+0000", 2023-10-14T00:01:52.202 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.329444+0000", 2023-10-14T00:01:52.202 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:52.202 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:52.202 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:52.202 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:52.203 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:52.203 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:52.203 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:52.203 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:52.203 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:52.203 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:52.204 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:52.204 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:52.204 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:52.204 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.3b", 2023-10-14T00:01:52.204 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:52.205 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:52.205 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:52.205 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:52.205 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:52.205 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T06:23:19.409120+0000", 2023-10-14T00:01:52.206 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:52.206 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:52.206 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:52.206 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:52.206 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:52.207 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:52.207 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:52.207 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:52.207 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:52.207 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:52.208 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:52.208 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:52.208 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:52.208 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:52.208 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:52.209 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:52.209 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:52.209 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:52.209 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:52.209 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:52.210 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:52.210 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:52.210 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:52.210 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:52.210 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:52.211 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:52.211 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:52.211 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:52.211 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:52.211 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:52.212 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:52.212 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:52.212 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:52.212 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:52.212 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:52.212 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:52.213 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:52.213 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:52.213 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:52.213 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:52.213 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:52.214 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:52.214 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:52.214 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.214 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:52.214 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:52.214 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:52.215 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:52.215 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:52.215 INFO:tasks.workunit.client.0.smithi055.stdout: 4 2023-10-14T00:01:52.215 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.215 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 7, 2023-10-14T00:01:52.216 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:52.216 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.216 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:52.216 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:52.216 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:52.217 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:52.217 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:52.217 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.217 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 5, 2023-10-14T00:01:52.217 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:52.217 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:52.218 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:52.218 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:52.218 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:52.218 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:52.218 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.330723+0000", 2023-10-14T00:01:52.219 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.347683+0000", 2023-10-14T00:01:52.219 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.347683+0000", 2023-10-14T00:01:52.219 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.348509+0000", 2023-10-14T00:01:52.219 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.330723+0000", 2023-10-14T00:01:52.219 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.220 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:52.220 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.220 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:52.220 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.330723+0000", 2023-10-14T00:01:52.220 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.330723+0000", 2023-10-14T00:01:52.221 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.330723+0000", 2023-10-14T00:01:52.221 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:52.221 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:52.221 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.221 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.330723+0000", 2023-10-14T00:01:52.221 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.330723+0000", 2023-10-14T00:01:52.222 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:52.222 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:52.222 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:52.222 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:52.222 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:52.223 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:52.223 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:52.223 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:52.223 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:52.223 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:52.224 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:52.224 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:52.224 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:52.224 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.3a", 2023-10-14T00:01:52.224 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:52.224 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:52.225 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:52.225 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:52.225 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:52.225 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T02:17:30.320938+0000", 2023-10-14T00:01:52.225 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:52.226 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:52.226 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:52.226 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:52.226 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:52.226 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:52.227 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:52.227 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:52.227 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:52.227 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:52.227 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:52.228 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:52.228 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:52.228 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:52.228 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:52.228 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:52.228 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:52.229 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:52.229 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:52.229 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:52.229 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:52.229 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:52.230 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:52.230 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:52.230 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:52.230 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:52.230 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:52.231 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:52.231 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:52.231 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:52.231 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:52.231 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:52.232 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:52.232 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:52.232 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:52.232 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:52.232 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:52.233 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:52.233 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:52.233 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:52.233 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:52.233 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:52.234 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:52.234 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.234 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:52.234 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:52.234 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:52.234 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:52.235 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:52.235 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:52.235 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.235 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 5, 2023-10-14T00:01:52.235 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:52.236 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.236 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:52.236 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:52.236 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:52.236 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:52.237 INFO:tasks.workunit.client.0.smithi055.stdout: 4 2023-10-14T00:01:52.237 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.237 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 7, 2023-10-14T00:01:52.237 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:52.237 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:52.238 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:52.238 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:52.238 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:52.238 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:52.238 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.328174+0000", 2023-10-14T00:01:52.239 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.348544+0000", 2023-10-14T00:01:52.239 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.348544+0000", 2023-10-14T00:01:52.239 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.348870+0000", 2023-10-14T00:01:52.239 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.328174+0000", 2023-10-14T00:01:52.239 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.239 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:52.240 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.240 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:52.240 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.328174+0000", 2023-10-14T00:01:52.240 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.328174+0000", 2023-10-14T00:01:52.240 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.328174+0000", 2023-10-14T00:01:52.241 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:52.241 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:52.241 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.241 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.328174+0000", 2023-10-14T00:01:52.241 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.328174+0000", 2023-10-14T00:01:52.242 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:52.242 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:52.242 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:52.242 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:52.242 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:52.243 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:52.243 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:52.243 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:52.243 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:52.243 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:52.244 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:52.244 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:52.244 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:52.244 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.39", 2023-10-14T00:01:52.244 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:52.244 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:52.245 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:52.245 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:52.245 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:52.245 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T09:39:04.818381+0000", 2023-10-14T00:01:52.245 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:52.246 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:52.246 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:52.246 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:52.246 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:52.246 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:52.247 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:52.247 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:52.247 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:52.247 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:52.247 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:52.248 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:52.248 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:52.250 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:52.250 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:52.251 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:52.251 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:52.251 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:52.251 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:52.251 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:52.251 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:52.252 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:52.252 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:52.252 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:52.252 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:52.252 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:52.253 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:52.254 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:52.254 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:52.255 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:52.255 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:52.255 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:52.256 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:52.256 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:52.256 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:52.256 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:52.257 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:52.257 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:52.257 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:52.257 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:52.257 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:52.257 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:52.258 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:52.258 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.258 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:52.258 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:52.258 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:52.259 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:52.259 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:52.259 INFO:tasks.workunit.client.0.smithi055.stdout: 4 2023-10-14T00:01:52.259 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.259 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 7, 2023-10-14T00:01:52.260 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:52.260 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.260 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:52.260 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:52.260 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:52.261 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:52.261 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:52.261 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.261 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 3, 2023-10-14T00:01:52.261 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:52.262 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:52.262 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:52.262 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:52.262 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:52.262 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:52.263 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.321151+0000", 2023-10-14T00:01:52.263 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.341415+0000", 2023-10-14T00:01:52.263 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.341415+0000", 2023-10-14T00:01:52.263 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.341743+0000", 2023-10-14T00:01:52.263 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.321151+0000", 2023-10-14T00:01:52.264 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.264 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:52.264 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.264 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:52.264 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.321151+0000", 2023-10-14T00:01:52.264 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.321151+0000", 2023-10-14T00:01:52.265 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.321151+0000", 2023-10-14T00:01:52.265 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:52.265 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:52.265 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.265 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.321151+0000", 2023-10-14T00:01:52.266 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.321151+0000", 2023-10-14T00:01:52.266 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:52.266 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:52.266 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:52.266 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:52.267 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:52.267 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:52.267 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:52.267 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:52.267 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:52.268 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:52.268 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:52.268 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:52.268 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:52.268 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.38", 2023-10-14T00:01:52.268 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:52.269 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:52.269 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:52.269 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:52.269 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:52.269 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T03:08:03.893964+0000", 2023-10-14T00:01:52.270 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:52.270 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:52.270 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:52.270 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:52.270 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:52.271 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:52.271 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:52.271 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:52.271 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:52.271 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:52.272 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:52.272 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:52.272 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:52.272 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:52.272 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:52.273 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:52.273 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:52.273 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:52.273 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:52.273 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:52.274 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:52.274 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:52.274 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:52.274 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:52.274 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:52.275 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:52.275 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:52.275 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:52.275 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:52.275 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:52.276 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:52.276 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:52.276 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:52.276 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:52.276 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:52.277 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:52.277 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:52.277 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:52.277 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:52.277 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:52.277 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:52.278 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:52.278 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:52.278 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.278 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:52.278 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:52.279 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:52.279 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:52.279 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:52.279 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:52.279 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.280 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 3, 2023-10-14T00:01:52.280 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:52.280 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.280 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:52.280 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:52.281 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:52.281 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:52.281 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:52.281 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.281 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 7, 2023-10-14T00:01:52.282 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:52.282 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:52.282 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:52.282 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:52.282 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:52.283 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:52.283 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.329198+0000", 2023-10-14T00:01:52.283 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.349281+0000", 2023-10-14T00:01:52.283 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.349281+0000", 2023-10-14T00:01:52.283 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.350211+0000", 2023-10-14T00:01:52.284 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.329198+0000", 2023-10-14T00:01:52.284 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.284 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:52.284 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.284 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:52.285 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.329198+0000", 2023-10-14T00:01:52.285 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.329198+0000", 2023-10-14T00:01:52.285 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.329198+0000", 2023-10-14T00:01:52.285 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:52.285 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:52.285 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.286 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.329198+0000", 2023-10-14T00:01:52.286 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.329198+0000", 2023-10-14T00:01:52.286 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:52.286 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:52.286 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:52.287 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:52.287 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:52.287 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:52.287 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:52.287 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:52.288 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:52.288 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:52.288 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:52.288 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:52.288 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:52.289 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.37", 2023-10-14T00:01:52.289 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:52.289 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:52.289 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:52.289 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:52.290 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:52.290 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T01:30:46.887219+0000", 2023-10-14T00:01:52.290 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:52.290 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:52.290 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:52.291 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:52.291 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:52.291 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:52.291 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:52.291 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:52.291 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:52.292 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:52.292 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:52.292 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:52.292 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:52.292 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:52.293 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:52.293 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:52.293 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:52.293 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:52.293 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:52.294 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:52.294 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:52.294 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:52.294 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:52.294 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:52.295 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:52.295 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:52.295 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:52.295 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:52.295 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:52.296 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:52.296 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:52.296 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:52.296 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:52.296 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:52.296 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:52.297 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:52.297 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:52.297 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:52.297 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:52.297 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:52.298 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:52.298 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:52.298 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:52.298 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.298 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:52.299 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:52.299 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:52.299 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:52.299 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:52.299 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:52.300 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.300 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 7, 2023-10-14T00:01:52.300 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:52.300 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.300 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:52.300 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:52.301 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:52.301 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:52.301 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:52.301 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.301 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 6, 2023-10-14T00:01:52.302 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:52.302 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:52.302 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:52.302 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:52.302 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:52.303 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:52.303 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.332454+0000", 2023-10-14T00:01:52.303 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.338911+0000", 2023-10-14T00:01:52.303 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.338911+0000", 2023-10-14T00:01:52.303 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.339210+0000", 2023-10-14T00:01:52.304 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.332454+0000", 2023-10-14T00:01:52.304 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.304 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:52.304 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.304 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:52.305 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.332454+0000", 2023-10-14T00:01:52.305 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.332454+0000", 2023-10-14T00:01:52.305 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.332454+0000", 2023-10-14T00:01:52.305 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:52.305 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:52.306 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.306 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.332454+0000", 2023-10-14T00:01:52.306 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.332454+0000", 2023-10-14T00:01:52.306 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:52.306 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:52.306 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:52.307 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:52.307 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:52.307 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:52.307 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:52.307 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:52.308 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:52.308 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:52.308 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:52.308 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:52.308 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:52.309 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.36", 2023-10-14T00:01:52.309 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:52.309 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:52.309 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:52.309 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:52.310 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:52.310 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T00:50:38.162061+0000", 2023-10-14T00:01:52.310 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:52.310 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:52.310 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:52.311 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:52.311 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:52.311 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:52.311 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:52.311 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:52.312 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:52.312 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:52.312 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:52.312 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:52.312 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:52.313 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:52.313 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:52.313 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:52.313 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:52.313 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:52.314 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:52.314 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:52.314 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:52.314 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:52.314 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:52.315 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:52.315 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:52.315 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:52.315 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:52.315 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:52.316 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:52.316 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:52.316 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:52.316 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:52.316 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:52.317 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:52.317 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:52.317 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:52.317 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:52.317 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:52.317 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:52.318 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:52.318 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:52.318 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:52.318 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:52.319 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.319 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:52.319 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:52.319 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:52.319 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:52.319 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:52.320 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:52.320 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.320 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 6, 2023-10-14T00:01:52.320 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:52.320 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.321 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:52.321 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:52.321 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:52.321 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:52.321 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:52.322 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.322 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 6, 2023-10-14T00:01:52.322 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:52.322 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:52.322 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:52.323 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:52.323 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:52.323 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:52.323 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.332741+0000", 2023-10-14T00:01:52.323 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.349395+0000", 2023-10-14T00:01:52.324 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.349395+0000", 2023-10-14T00:01:52.324 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.349774+0000", 2023-10-14T00:01:52.324 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.332741+0000", 2023-10-14T00:01:52.324 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.324 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:52.325 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.325 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:52.325 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.332741+0000", 2023-10-14T00:01:52.325 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.332741+0000", 2023-10-14T00:01:52.325 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.332741+0000", 2023-10-14T00:01:52.326 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:52.326 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:52.326 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.326 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.332741+0000", 2023-10-14T00:01:52.326 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.332741+0000", 2023-10-14T00:01:52.327 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:52.327 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:52.327 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:52.327 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:52.327 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:52.327 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:52.328 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:52.328 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:52.328 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:52.328 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:52.328 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:52.329 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:52.329 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:52.329 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.35", 2023-10-14T00:01:52.329 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:52.329 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:52.330 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:52.330 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:52.330 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:52.330 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T01:14:38.112670+0000", 2023-10-14T00:01:52.330 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:52.331 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:52.331 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:52.331 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:52.331 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:52.331 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:52.332 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:52.332 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:52.332 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:52.332 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:52.332 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:52.333 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:52.333 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:52.333 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:52.333 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:52.333 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:52.333 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:52.334 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:52.334 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:52.334 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:52.334 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:52.334 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:52.335 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:52.335 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:52.335 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:52.335 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:52.335 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:52.336 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:52.336 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:52.336 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:52.336 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:52.336 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:52.337 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:52.337 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:52.337 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:52.337 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:52.337 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:52.337 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:52.338 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:52.338 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:52.338 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:52.338 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:52.338 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:52.339 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.339 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:52.339 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:52.339 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:52.341 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:52.341 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:52.341 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:52.341 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.342 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 6, 2023-10-14T00:01:52.342 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:52.342 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.342 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:52.342 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:52.343 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:52.343 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:52.343 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:52.343 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.343 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 4, 2023-10-14T00:01:52.343 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:52.344 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:52.344 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:52.344 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:52.344 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:52.344 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:52.345 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.327004+0000", 2023-10-14T00:01:52.345 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.349281+0000", 2023-10-14T00:01:52.345 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.349281+0000", 2023-10-14T00:01:52.345 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.349567+0000", 2023-10-14T00:01:52.345 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.327004+0000", 2023-10-14T00:01:52.346 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.346 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:52.346 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.346 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:52.346 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.327004+0000", 2023-10-14T00:01:52.347 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.327004+0000", 2023-10-14T00:01:52.347 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.327004+0000", 2023-10-14T00:01:52.347 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:52.347 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:52.348 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.348 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.327004+0000", 2023-10-14T00:01:52.348 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.327004+0000", 2023-10-14T00:01:52.348 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:52.348 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:52.349 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:52.349 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:52.349 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:52.349 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:52.349 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:52.349 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:52.350 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:52.350 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:52.350 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:52.350 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:52.350 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:52.351 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.34", 2023-10-14T00:01:52.351 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:52.351 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:52.351 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:52.351 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:52.352 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:52.352 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T06:54:12.146728+0000", 2023-10-14T00:01:52.352 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:52.352 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:52.352 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:52.353 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:52.353 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:52.353 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:52.353 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:52.353 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:52.354 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:52.354 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:52.354 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:52.354 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:52.354 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:52.355 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:52.355 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:52.355 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:52.355 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:52.355 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:52.356 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:52.356 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:52.356 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:52.356 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:52.356 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:52.357 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:52.357 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:52.357 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:52.357 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:52.357 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:52.357 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:52.358 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:52.358 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:52.358 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:52.358 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:52.358 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:52.359 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:52.359 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:52.359 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:52.359 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:52.359 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:52.360 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:52.360 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:52.360 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:52.360 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:52.360 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.361 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:52.361 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:52.361 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:52.361 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:52.361 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:52.362 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:52.362 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.362 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 4, 2023-10-14T00:01:52.362 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:52.362 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.362 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:52.363 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:52.363 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:52.363 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:52.363 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:52.363 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.364 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 3, 2023-10-14T00:01:52.364 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:52.364 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:52.364 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:52.364 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:52.365 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:52.365 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:52.365 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.321573+0000", 2023-10-14T00:01:52.365 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.349657+0000", 2023-10-14T00:01:52.365 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.349657+0000", 2023-10-14T00:01:52.366 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.352244+0000", 2023-10-14T00:01:52.366 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.321573+0000", 2023-10-14T00:01:52.366 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.366 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:52.366 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.367 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:52.367 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.321573+0000", 2023-10-14T00:01:52.367 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.321573+0000", 2023-10-14T00:01:52.367 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.321573+0000", 2023-10-14T00:01:52.367 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:52.368 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:52.368 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.368 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.321573+0000", 2023-10-14T00:01:52.368 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.321573+0000", 2023-10-14T00:01:52.368 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:52.369 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:52.369 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:52.369 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:52.369 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:52.369 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:52.370 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:52.370 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:52.370 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:52.370 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:52.370 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:52.371 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:52.371 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:52.371 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.33", 2023-10-14T00:01:52.371 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:52.371 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:52.371 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:52.372 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:52.372 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:52.372 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T05:17:46.052581+0000", 2023-10-14T00:01:52.372 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:52.372 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:52.373 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:52.373 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:52.373 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:52.373 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:52.373 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:52.374 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:52.374 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:52.374 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:52.374 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:52.374 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:52.375 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:52.375 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:52.375 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:52.375 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:52.375 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:52.376 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:52.376 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:52.376 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:52.376 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:52.376 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:52.376 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:52.377 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:52.377 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:52.377 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:52.377 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:52.377 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:52.378 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:52.378 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:52.378 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:52.378 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:52.378 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:52.379 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:52.379 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:52.379 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:52.380 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:52.380 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:52.380 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:52.380 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:52.380 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:52.380 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:52.381 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:52.381 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.381 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:52.381 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:52.381 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:52.382 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:52.382 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:52.382 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:52.382 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.382 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 3, 2023-10-14T00:01:52.383 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:52.383 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.383 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:52.383 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:52.383 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:52.384 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:52.384 INFO:tasks.workunit.client.0.smithi055.stdout: 5 2023-10-14T00:01:52.384 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.384 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 0, 2023-10-14T00:01:52.384 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:52.384 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:52.385 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:52.385 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:52.385 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:52.385 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:52.385 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.325014+0000", 2023-10-14T00:01:52.386 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.344890+0000", 2023-10-14T00:01:52.386 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.344890+0000", 2023-10-14T00:01:52.386 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.345399+0000", 2023-10-14T00:01:52.386 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.325014+0000", 2023-10-14T00:01:52.386 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.387 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:52.387 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.387 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:52.387 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.325014+0000", 2023-10-14T00:01:52.387 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.325014+0000", 2023-10-14T00:01:52.387 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.325014+0000", 2023-10-14T00:01:52.388 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:52.388 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:52.388 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.388 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.325014+0000", 2023-10-14T00:01:52.388 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.325014+0000", 2023-10-14T00:01:52.389 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:52.389 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:52.389 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:52.389 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:52.389 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:52.390 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:52.390 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:52.390 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:52.390 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:52.390 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:52.390 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:52.391 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:52.391 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:52.391 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.32", 2023-10-14T00:01:52.391 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:52.391 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:52.392 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:52.392 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:52.392 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:52.392 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T07:33:51.633119+0000", 2023-10-14T00:01:52.392 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:52.393 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:52.393 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:52.393 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:52.393 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:52.393 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:52.393 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:52.394 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:52.394 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:52.394 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:52.394 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:52.394 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:52.395 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:52.395 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:52.395 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:52.395 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:52.395 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:52.395 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:52.396 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:52.396 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:52.396 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:52.396 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:52.396 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:52.397 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:52.397 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:52.397 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:52.397 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:52.397 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:52.397 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:52.398 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:52.398 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:52.398 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:52.398 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:52.398 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:52.399 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:52.399 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:52.399 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:52.399 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:52.399 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:52.399 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:52.400 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:52.400 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:52.400 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:52.400 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.400 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:52.401 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:52.401 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:52.401 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:52.401 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:52.401 INFO:tasks.workunit.client.0.smithi055.stdout: 5 2023-10-14T00:01:52.401 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.402 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 0, 2023-10-14T00:01:52.402 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:52.402 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.402 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:52.402 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:52.403 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:52.403 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:52.403 INFO:tasks.workunit.client.0.smithi055.stdout: 5 2023-10-14T00:01:52.403 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.403 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 1, 2023-10-14T00:01:52.404 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:52.404 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:52.404 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:52.404 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:52.404 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:52.404 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:52.405 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.324218+0000", 2023-10-14T00:01:52.405 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.346629+0000", 2023-10-14T00:01:52.405 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.346629+0000", 2023-10-14T00:01:52.405 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.346941+0000", 2023-10-14T00:01:52.405 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.324218+0000", 2023-10-14T00:01:52.406 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.406 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:52.406 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.406 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:52.406 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.324218+0000", 2023-10-14T00:01:52.407 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.324218+0000", 2023-10-14T00:01:52.407 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.324218+0000", 2023-10-14T00:01:52.407 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:52.407 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:52.407 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.407 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.324218+0000", 2023-10-14T00:01:52.408 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.324218+0000", 2023-10-14T00:01:52.408 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:52.408 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:52.408 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:52.408 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:52.409 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:52.409 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:52.409 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:52.409 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:52.409 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:52.410 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:52.410 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:52.410 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:52.410 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:52.410 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.31", 2023-10-14T00:01:52.411 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:52.411 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:52.411 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:52.411 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:52.411 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:52.412 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T07:15:31.237095+0000", 2023-10-14T00:01:52.412 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:52.412 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:52.412 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:52.412 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:52.412 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:52.413 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:52.413 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:52.413 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:52.413 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:52.413 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:52.414 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:52.414 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:52.414 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:52.414 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:52.414 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:52.415 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:52.415 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:52.415 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:52.415 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:52.415 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:52.415 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:52.416 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:52.416 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:52.416 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:52.416 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:52.416 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:52.417 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:52.417 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:52.417 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:52.417 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:52.417 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:52.417 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:52.418 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:52.418 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:52.418 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:52.418 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:52.418 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:52.419 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:52.419 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:52.419 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:52.419 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:52.419 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:52.420 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:52.420 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.420 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:52.420 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:52.420 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:52.421 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:52.421 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:52.421 INFO:tasks.workunit.client.0.smithi055.stdout: 5 2023-10-14T00:01:52.421 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.421 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 1, 2023-10-14T00:01:52.421 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:52.422 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.422 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:52.422 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:52.422 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:52.422 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:52.423 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:52.423 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.423 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 5, 2023-10-14T00:01:52.423 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:52.423 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:52.423 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:52.424 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:52.424 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:52.424 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:52.424 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:04.412497+0000", 2023-10-14T00:01:52.424 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-14T00:01:04.412145+0000", 2023-10-14T00:01:52.425 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-14T00:01:04.412145+0000", 2023-10-14T00:01:52.425 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-14T00:01:04.412497+0000", 2023-10-14T00:01:52.425 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:04.412497+0000", 2023-10-14T00:01:52.425 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.425 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:52.425 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.426 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 65, 2023-10-14T00:01:52.426 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:04.412497+0000", 2023-10-14T00:01:52.426 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:04.412497+0000", 2023-10-14T00:01:52.426 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:04.412497+0000", 2023-10-14T00:01:52.426 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:52.427 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:52.427 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.427 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:04.412497+0000", 2023-10-14T00:01:52.427 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:04.412497+0000", 2023-10-14T00:01:52.427 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:52.428 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:52.428 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:52.428 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:52.428 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 64, 2023-10-14T00:01:52.428 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:52.429 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:52.429 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:52.429 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:52.429 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:52.429 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:52.430 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:52.430 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:52.430 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.30", 2023-10-14T00:01:52.430 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:52.430 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:52.431 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 65, 2023-10-14T00:01:52.431 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 26, 2023-10-14T00:01:52.431 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:52.431 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T02:17:38.192792+0000", 2023-10-14T00:01:52.431 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:52.431 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:52.432 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:52.432 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:52.432 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:52.432 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:52.432 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:52.432 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:52.433 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:52.433 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:52.433 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:52.433 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:52.433 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:52.434 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:52.434 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:52.434 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:52.434 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:52.434 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:52.435 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:52.435 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:52.435 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:52.435 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:52.435 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:52.435 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:52.436 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:52.436 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:52.436 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:52.436 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:52.436 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:52.437 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:52.437 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:52.437 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:52.437 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:52.437 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:52.437 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:52.438 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:52.438 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:52.438 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:52.438 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:52.438 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:52.439 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:52.439 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:52.439 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:52.439 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.439 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:52.440 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:52.440 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:52.440 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:52.440 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:52.440 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:52.440 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.441 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 5, 2023-10-14T00:01:52.441 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:52.441 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.441 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:52.441 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:52.442 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:52.442 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:52.442 INFO:tasks.workunit.client.0.smithi055.stdout: 4 2023-10-14T00:01:52.442 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.442 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 5, 2023-10-14T00:01:52.443 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:52.443 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:52.443 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:52.443 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:52.443 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:52.444 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:52.444 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.331183+0000", 2023-10-14T00:01:52.444 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.334645+0000", 2023-10-14T00:01:52.444 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.334645+0000", 2023-10-14T00:01:52.444 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.335737+0000", 2023-10-14T00:01:52.444 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.331183+0000", 2023-10-14T00:01:52.445 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.445 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:52.445 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.445 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:52.445 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.331183+0000", 2023-10-14T00:01:52.445 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.331183+0000", 2023-10-14T00:01:52.446 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.331183+0000", 2023-10-14T00:01:52.446 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:52.446 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:52.446 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.446 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.331183+0000", 2023-10-14T00:01:52.447 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.331183+0000", 2023-10-14T00:01:52.447 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:52.447 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:52.447 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:52.447 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:52.448 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:52.448 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:52.448 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:52.448 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:52.448 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:52.448 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:52.449 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:52.449 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:52.449 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:52.449 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.2f", 2023-10-14T00:01:52.449 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:52.450 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:52.450 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:52.450 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:52.450 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:52.450 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T07:39:13.192067+0000", 2023-10-14T00:01:52.450 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:52.451 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:52.451 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:52.451 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:52.451 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:52.451 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:52.452 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:52.452 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:52.452 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:52.452 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:52.452 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:52.453 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:52.453 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:52.453 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:52.453 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:52.453 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:52.453 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:52.454 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:52.454 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:52.454 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:52.454 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:52.454 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:52.455 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:52.455 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:52.455 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:52.455 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:52.455 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:52.456 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:52.456 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:52.456 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:52.456 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:52.456 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:52.457 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:52.457 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:52.457 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:52.457 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:52.457 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:52.457 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:52.458 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:52.458 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:52.458 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:52.458 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:52.458 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:52.459 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.459 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:52.459 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:52.459 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:52.459 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:52.460 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:52.460 INFO:tasks.workunit.client.0.smithi055.stdout: 4 2023-10-14T00:01:52.460 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.460 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 5, 2023-10-14T00:01:52.460 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:52.460 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.461 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:52.461 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:52.461 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:52.461 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:52.461 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:52.462 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.462 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 2, 2023-10-14T00:01:52.462 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:52.462 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:52.462 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:52.463 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:52.463 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:52.463 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:52.463 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.319515+0000", 2023-10-14T00:01:52.463 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.335528+0000", 2023-10-14T00:01:52.463 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.335528+0000", 2023-10-14T00:01:52.464 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.335890+0000", 2023-10-14T00:01:52.464 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.319515+0000", 2023-10-14T00:01:52.464 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.464 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:52.464 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.465 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:52.465 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.319515+0000", 2023-10-14T00:01:52.465 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.319515+0000", 2023-10-14T00:01:52.465 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.319515+0000", 2023-10-14T00:01:52.465 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:52.466 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:52.466 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.466 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.319515+0000", 2023-10-14T00:01:52.466 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.319515+0000", 2023-10-14T00:01:52.466 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:52.466 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:52.467 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:52.467 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:52.467 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:52.467 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:52.467 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:52.468 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:52.468 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:52.468 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:52.468 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:52.468 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:52.469 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:52.469 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.2e", 2023-10-14T00:01:52.469 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:52.469 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:52.469 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:52.469 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:52.470 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:52.470 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T01:32:05.096732+0000", 2023-10-14T00:01:52.470 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:52.470 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:52.471 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:52.471 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:52.471 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:52.471 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:52.471 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:52.471 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:52.472 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:52.472 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:52.472 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:52.472 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:52.472 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:52.472 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:52.473 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:52.473 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:52.473 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:52.473 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:52.473 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:52.474 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:52.474 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:52.474 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:52.474 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:52.474 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:52.475 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:52.475 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:52.475 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:52.475 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:52.475 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:52.475 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:52.476 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:52.476 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:52.476 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:52.476 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:52.476 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:52.477 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:52.477 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:52.477 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:52.477 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:52.477 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:52.477 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:52.478 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:52.478 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:52.478 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.478 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:52.478 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:52.479 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:52.479 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:52.479 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:52.479 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:52.479 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.479 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 2, 2023-10-14T00:01:52.480 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:52.480 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.480 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:52.480 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:52.480 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:52.481 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:52.481 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:52.481 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.481 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 7, 2023-10-14T00:01:52.481 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:52.481 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:52.482 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:52.482 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:52.482 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:52.482 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:52.482 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.328263+0000", 2023-10-14T00:01:52.483 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.335881+0000", 2023-10-14T00:01:52.483 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.335881+0000", 2023-10-14T00:01:52.483 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.337333+0000", 2023-10-14T00:01:52.483 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.328263+0000", 2023-10-14T00:01:52.483 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.484 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:52.484 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.484 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:52.484 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.328263+0000", 2023-10-14T00:01:52.484 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.328263+0000", 2023-10-14T00:01:52.484 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.328263+0000", 2023-10-14T00:01:52.485 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:52.485 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:52.485 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.485 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.328263+0000", 2023-10-14T00:01:52.485 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.328263+0000", 2023-10-14T00:01:52.485 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:52.486 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:52.486 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:52.486 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:52.486 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:52.486 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:52.487 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:52.487 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:52.487 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:52.487 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:52.487 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:52.488 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:52.488 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:52.488 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.2d", 2023-10-14T00:01:52.488 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:52.488 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:52.488 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:52.489 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:52.489 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:52.489 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T09:03:19.467776+0000", 2023-10-14T00:01:52.489 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:52.489 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:52.490 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:52.490 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:52.490 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:52.490 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:52.490 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:52.491 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:52.491 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:52.491 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:52.491 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:52.491 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:52.492 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:52.492 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:52.492 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:52.492 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:52.492 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:52.493 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:52.493 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:52.493 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:52.493 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:52.493 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:52.493 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:52.494 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:52.494 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:52.494 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:52.494 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:52.494 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:52.495 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:52.495 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:52.495 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:52.495 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:52.495 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:52.495 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:52.496 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:52.496 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:52.496 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:52.496 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:52.496 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:52.497 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:52.497 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:52.497 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:52.497 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:52.497 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.497 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:52.498 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:52.498 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:52.498 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:52.498 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:52.498 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:52.499 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.499 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 7, 2023-10-14T00:01:52.499 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:52.499 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.499 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:52.500 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:52.500 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:52.500 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:52.500 INFO:tasks.workunit.client.0.smithi055.stdout: 4 2023-10-14T00:01:52.500 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.500 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 0, 2023-10-14T00:01:52.501 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:52.501 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:52.501 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:52.501 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:52.501 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:52.502 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:52.502 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.326657+0000", 2023-10-14T00:01:52.502 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.708630+0000", 2023-10-14T00:01:52.502 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.708630+0000", 2023-10-14T00:01:52.502 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.708933+0000", 2023-10-14T00:01:52.503 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.326657+0000", 2023-10-14T00:01:52.503 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:52.503 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:52.503 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:52.503 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:52.503 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.326657+0000", 2023-10-14T00:01:52.504 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.326657+0000", 2023-10-14T00:01:52.504 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.326657+0000", 2023-10-14T00:01:52.504 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:52.504 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:52.504 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:52.505 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.326657+0000", 2023-10-14T00:01:52.505 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.326657+0000", 2023-10-14T00:01:52.505 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:52.505 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 4, 2023-10-14T00:01:52.505 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:52.506 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:52.506 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:52.506 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:52.506 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:52.506 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:52.506 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:52.507 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 4, 2023-10-14T00:01:52.507 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:52.507 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:52.507 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:52.507 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.1f", 2023-10-14T00:01:52.508 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:52.508 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:52.508 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:52.508 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 21, 2023-10-14T00:01:52.508 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:52.509 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T06:48:26.305881+0000", 2023-10-14T00:01:52.509 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:52.509 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:52.509 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:52.509 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 554, 2023-10-14T00:01:52.509 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:52.510 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:52.510 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:52.510 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:52.510 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:52.510 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:52.511 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:52.511 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:52.511 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:52.511 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:52.511 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:52.512 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:52.512 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:52.512 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:52.512 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:52.512 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 6, 2023-10-14T00:01:52.513 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 2, 2023-10-14T00:01:52.513 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:52.513 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 2, 2023-10-14T00:01:52.513 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:52.513 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:52.513 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:52.514 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:52.514 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:52.514 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 1, 2023-10-14T00:01:52.514 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:52.514 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:52.515 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:52.515 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:52.515 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:52.515 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:52.515 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:52.515 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:52.516 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:52.516 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:52.516 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:52.516 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:52.516 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 4, 2023-10-14T00:01:52.517 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 1 2023-10-14T00:01:52.517 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.517 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:52.517 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:52.517 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:52.517 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:52.518 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:52.518 INFO:tasks.workunit.client.0.smithi055.stdout: 4 2023-10-14T00:01:52.518 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.518 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 0, 2023-10-14T00:01:52.518 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "58'4" 2023-10-14T00:01:52.519 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.519 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:52.519 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:52.519 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:52.519 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:52.520 INFO:tasks.workunit.client.0.smithi055.stdout: 2 2023-10-14T00:01:52.520 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.520 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 3, 2023-10-14T00:01:52.520 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:52.520 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:52.521 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:52.521 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:52.521 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:52.521 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:52.521 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.322017+0000", 2023-10-14T00:01:52.521 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.341495+0000", 2023-10-14T00:01:52.522 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.341495+0000", 2023-10-14T00:01:52.522 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.342165+0000", 2023-10-14T00:01:52.522 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.322017+0000", 2023-10-14T00:01:52.522 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.522 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:52.523 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.523 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:52.523 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.322017+0000", 2023-10-14T00:01:52.523 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.322017+0000", 2023-10-14T00:01:52.523 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.322017+0000", 2023-10-14T00:01:52.524 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:52.524 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:52.524 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.524 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.322017+0000", 2023-10-14T00:01:52.524 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.322017+0000", 2023-10-14T00:01:52.525 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:52.525 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:52.525 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:52.525 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:52.525 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:52.526 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:52.526 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:52.526 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:52.526 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:52.526 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:52.526 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:52.527 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:52.527 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:52.527 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.1e", 2023-10-14T00:01:52.527 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:52.527 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:52.528 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:52.528 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:52.528 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:52.528 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T00:48:31.165868+0000", 2023-10-14T00:01:52.528 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:52.529 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:52.529 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:52.529 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:52.529 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:52.529 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:52.529 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:52.530 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:52.530 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:52.530 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:52.530 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:52.530 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:52.531 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:52.531 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:52.531 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:52.531 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:52.531 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:52.532 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:52.532 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:52.532 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:52.532 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:52.532 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:52.532 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:52.533 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:52.533 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:52.533 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:52.533 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:52.533 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:52.534 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:52.534 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:52.534 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:52.534 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:52.534 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:52.534 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:52.535 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:52.535 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:52.535 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:52.535 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:52.535 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:52.536 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:52.536 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:52.536 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:52.536 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:52.536 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.536 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:52.537 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:52.537 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:52.537 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:52.537 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:52.537 INFO:tasks.workunit.client.0.smithi055.stdout: 2 2023-10-14T00:01:52.538 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.538 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 3, 2023-10-14T00:01:52.538 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:52.538 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.538 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:52.539 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:52.539 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:52.539 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:52.539 INFO:tasks.workunit.client.0.smithi055.stdout: 5 2023-10-14T00:01:52.539 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.539 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 3, 2023-10-14T00:01:52.540 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:52.540 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:52.540 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:52.540 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:52.540 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:52.541 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:52.541 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.322037+0000", 2023-10-14T00:01:52.541 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.716580+0000", 2023-10-14T00:01:52.541 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.716580+0000", 2023-10-14T00:01:52.541 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.716880+0000", 2023-10-14T00:01:52.542 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.322037+0000", 2023-10-14T00:01:52.542 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:52.542 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:52.542 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:52.542 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:52.542 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.322037+0000", 2023-10-14T00:01:52.543 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.322037+0000", 2023-10-14T00:01:52.543 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.322037+0000", 2023-10-14T00:01:52.543 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:52.543 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:52.543 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:52.545 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.322037+0000", 2023-10-14T00:01:52.545 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.322037+0000", 2023-10-14T00:01:52.545 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:52.546 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 1, 2023-10-14T00:01:52.546 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:52.546 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:52.546 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:52.546 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:52.547 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:52.547 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:52.547 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:52.547 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 1, 2023-10-14T00:01:52.547 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:52.547 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:52.548 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:52.548 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.1e", 2023-10-14T00:01:52.548 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:52.548 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:52.548 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:52.549 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 18, 2023-10-14T00:01:52.549 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:52.549 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T01:14:08.455624+0000", 2023-10-14T00:01:52.549 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:52.549 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:52.550 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:52.550 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:52.550 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:52.550 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:52.550 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:52.551 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:52.551 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:52.551 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:52.551 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:52.551 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:52.551 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:52.552 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:52.552 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:52.552 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:52.552 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:52.552 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:52.553 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:52.553 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:52.553 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:52.553 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:52.553 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:52.553 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:52.554 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:52.554 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:52.554 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:52.554 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:52.554 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:52.555 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:52.555 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:52.555 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:52.555 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:52.555 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:52.556 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:52.556 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:52.556 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:52.556 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:52.556 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:52.557 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:52.557 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:52.557 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:52.557 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:52.557 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.557 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:52.558 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:52.558 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:52.558 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:52.558 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:52.558 INFO:tasks.workunit.client.0.smithi055.stdout: 5 2023-10-14T00:01:52.559 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.559 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 3, 2023-10-14T00:01:52.559 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "58'1" 2023-10-14T00:01:52.559 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.559 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:52.559 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:52.560 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:52.560 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:52.560 INFO:tasks.workunit.client.0.smithi055.stdout: 2 2023-10-14T00:01:52.560 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.560 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 0, 2023-10-14T00:01:52.561 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:52.561 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:52.561 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:52.561 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:52.561 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:52.561 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:52.562 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.326498+0000", 2023-10-14T00:01:52.562 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.346344+0000", 2023-10-14T00:01:52.562 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.346344+0000", 2023-10-14T00:01:52.562 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.346685+0000", 2023-10-14T00:01:52.562 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.326498+0000", 2023-10-14T00:01:52.563 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.563 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:52.563 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.563 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:52.563 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.326498+0000", 2023-10-14T00:01:52.564 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.326498+0000", 2023-10-14T00:01:52.564 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.326498+0000", 2023-10-14T00:01:52.564 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:52.564 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:52.564 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.564 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.326498+0000", 2023-10-14T00:01:52.565 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.326498+0000", 2023-10-14T00:01:52.565 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:52.565 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:52.565 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:52.565 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:52.566 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:52.566 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:52.566 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:52.566 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:52.566 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:52.567 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:52.567 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:52.567 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:52.567 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:52.567 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.1f", 2023-10-14T00:01:52.567 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:52.568 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:52.568 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:52.568 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:52.568 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:52.568 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T02:05:31.503332+0000", 2023-10-14T00:01:52.569 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:52.569 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:52.569 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:52.569 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:52.569 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:52.570 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:52.570 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:52.570 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:52.570 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:52.570 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:52.571 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:52.571 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:52.571 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:52.571 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:52.571 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:52.571 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:52.572 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:52.572 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:52.572 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:52.572 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:52.572 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:52.573 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:52.573 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:52.573 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:52.573 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:52.573 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:52.573 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:52.574 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:52.574 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:52.574 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:52.574 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:52.574 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:52.575 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:52.575 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:52.575 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:52.575 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:52.575 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:52.575 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:52.576 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:52.576 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:52.576 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:52.576 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:52.576 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:52.577 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.577 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:52.577 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:52.577 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:52.577 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:52.577 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:52.578 INFO:tasks.workunit.client.0.smithi055.stdout: 2 2023-10-14T00:01:52.578 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.578 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 0, 2023-10-14T00:01:52.578 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:52.578 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.579 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:52.579 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:52.579 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:52.579 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:52.579 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:52.580 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.580 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 7, 2023-10-14T00:01:52.580 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:52.580 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:52.580 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:52.580 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:52.581 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:52.581 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:52.581 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.329180+0000", 2023-10-14T00:01:52.581 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.706810+0000", 2023-10-14T00:01:52.581 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.706810+0000", 2023-10-14T00:01:52.581 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.707208+0000", 2023-10-14T00:01:52.582 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.329180+0000", 2023-10-14T00:01:52.582 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:52.582 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:52.582 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:52.582 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:52.583 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.329180+0000", 2023-10-14T00:01:52.583 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.329180+0000", 2023-10-14T00:01:52.583 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.329180+0000", 2023-10-14T00:01:52.583 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:52.583 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:52.584 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:52.584 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.329180+0000", 2023-10-14T00:01:52.584 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.329180+0000", 2023-10-14T00:01:52.584 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:52.584 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 2, 2023-10-14T00:01:52.584 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:52.585 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:52.585 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:52.585 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:52.585 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:52.585 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:52.586 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:52.586 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 2, 2023-10-14T00:01:52.586 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:52.586 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:52.586 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:52.586 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.1d", 2023-10-14T00:01:52.587 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:52.587 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:52.587 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:52.587 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 19, 2023-10-14T00:01:52.587 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:52.588 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T03:17:11.713206+0000", 2023-10-14T00:01:52.588 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:52.588 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:52.588 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:52.588 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:52.588 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:52.589 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:52.589 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:52.589 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:52.589 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:52.589 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:52.590 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:52.590 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:52.590 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:52.590 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:52.590 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:52.591 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:52.591 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:52.591 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:52.591 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:52.591 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 3, 2023-10-14T00:01:52.591 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 1, 2023-10-14T00:01:52.592 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:52.592 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 1, 2023-10-14T00:01:52.592 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:52.592 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:52.592 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:52.593 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:52.593 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:52.593 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 1, 2023-10-14T00:01:52.593 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:52.593 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:52.593 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:52.594 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:52.594 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:52.594 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:52.594 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:52.594 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:52.595 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:52.595 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:52.595 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:52.595 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:52.595 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 3, 2023-10-14T00:01:52.596 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:52.596 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.596 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:52.596 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:52.596 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:52.597 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:52.597 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:52.597 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:52.597 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.597 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 7, 2023-10-14T00:01:52.597 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "58'2" 2023-10-14T00:01:52.598 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.598 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:52.598 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:52.598 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:52.598 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:52.599 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:52.599 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.599 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 5, 2023-10-14T00:01:52.599 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:52.599 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:52.600 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:52.600 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:52.600 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:52.600 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:52.600 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.330883+0000", 2023-10-14T00:01:52.601 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.338783+0000", 2023-10-14T00:01:52.601 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.338783+0000", 2023-10-14T00:01:52.601 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.339102+0000", 2023-10-14T00:01:52.601 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.330883+0000", 2023-10-14T00:01:52.601 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.602 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:52.602 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.602 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:52.602 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.330883+0000", 2023-10-14T00:01:52.602 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.330883+0000", 2023-10-14T00:01:52.603 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.330883+0000", 2023-10-14T00:01:52.603 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:52.603 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:52.603 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.603 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.330883+0000", 2023-10-14T00:01:52.603 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.330883+0000", 2023-10-14T00:01:52.604 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:52.604 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:52.604 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:52.604 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:52.604 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:52.605 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:52.605 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:52.605 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:52.605 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:52.605 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:52.605 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:52.606 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:52.606 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:52.606 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.1c", 2023-10-14T00:01:52.606 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:52.606 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:52.607 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:52.607 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:52.607 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:52.607 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T07:32:43.409208+0000", 2023-10-14T00:01:52.607 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:52.608 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:52.608 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:52.608 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:52.608 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:52.608 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:52.608 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:52.609 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:52.609 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:52.609 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:52.609 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:52.609 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:52.610 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:52.610 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:52.610 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:52.610 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:52.610 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:52.610 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:52.611 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:52.611 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:52.611 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:52.611 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:52.611 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:52.612 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:52.612 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:52.612 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:52.612 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:52.612 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:52.613 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:52.613 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:52.613 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:52.613 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:52.613 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:52.613 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:52.614 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:52.614 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:52.614 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:52.614 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:52.614 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:52.615 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:52.615 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:52.615 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:52.615 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:52.615 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.615 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:52.616 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:52.616 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:52.616 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:52.616 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:52.616 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:52.616 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.617 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 5, 2023-10-14T00:01:52.617 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:52.617 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.617 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:52.617 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:52.618 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:52.618 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:52.618 INFO:tasks.workunit.client.0.smithi055.stdout: 2 2023-10-14T00:01:52.618 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.618 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 7, 2023-10-14T00:01:52.619 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:52.619 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:52.619 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:52.619 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:52.619 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:52.620 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:52.620 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.328308+0000", 2023-10-14T00:01:52.620 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.694270+0000", 2023-10-14T00:01:52.620 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.694270+0000", 2023-10-14T00:01:52.620 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.694764+0000", 2023-10-14T00:01:52.620 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.328308+0000", 2023-10-14T00:01:52.621 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:52.621 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:52.621 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:52.621 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:52.621 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.328308+0000", 2023-10-14T00:01:52.622 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.328308+0000", 2023-10-14T00:01:52.622 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.328308+0000", 2023-10-14T00:01:52.622 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:52.622 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:52.622 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:52.623 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.328308+0000", 2023-10-14T00:01:52.623 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.328308+0000", 2023-10-14T00:01:52.623 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:52.623 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 2, 2023-10-14T00:01:52.623 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:52.623 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:52.624 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:52.624 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:52.624 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:52.624 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:52.624 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:52.625 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 2, 2023-10-14T00:01:52.625 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:52.625 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:52.625 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:52.625 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.1c", 2023-10-14T00:01:52.625 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:52.626 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:52.626 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:52.626 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 19, 2023-10-14T00:01:52.626 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:52.626 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T06:55:46.359217+0000", 2023-10-14T00:01:52.627 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:52.627 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:52.627 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:52.627 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:52.627 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:52.627 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:52.628 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:52.628 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:52.628 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:52.628 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:52.628 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:52.629 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:52.629 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:52.629 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:52.629 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:52.629 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:52.630 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:52.630 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:52.630 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:52.630 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 3, 2023-10-14T00:01:52.630 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 1, 2023-10-14T00:01:52.631 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:52.631 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 1, 2023-10-14T00:01:52.631 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:52.631 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:52.631 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:52.631 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:52.632 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:52.632 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 1, 2023-10-14T00:01:52.632 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:52.632 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:52.632 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:52.633 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:52.633 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:52.633 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:52.633 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:52.633 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:52.633 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:52.634 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:52.634 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:52.634 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:52.634 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 3, 2023-10-14T00:01:52.634 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:52.635 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.635 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:52.635 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:52.635 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:52.635 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:52.636 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:52.636 INFO:tasks.workunit.client.0.smithi055.stdout: 2 2023-10-14T00:01:52.636 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.636 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 7, 2023-10-14T00:01:52.636 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "58'2" 2023-10-14T00:01:52.636 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.637 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:52.637 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:52.637 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:52.637 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:52.637 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:52.638 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.638 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 2, 2023-10-14T00:01:52.638 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:52.638 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:52.638 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:52.639 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:52.639 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:52.639 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:52.639 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:04.411560+0000", 2023-10-14T00:01:52.639 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-14T00:01:04.411293+0000", 2023-10-14T00:01:52.640 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-14T00:01:04.411293+0000", 2023-10-14T00:01:52.640 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-14T00:01:04.411560+0000", 2023-10-14T00:01:52.640 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:04.411560+0000", 2023-10-14T00:01:52.640 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.640 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:52.641 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.641 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 65, 2023-10-14T00:01:52.641 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:04.411560+0000", 2023-10-14T00:01:52.641 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:04.411560+0000", 2023-10-14T00:01:52.641 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:04.411560+0000", 2023-10-14T00:01:52.641 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:52.642 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:52.642 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.642 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:04.411560+0000", 2023-10-14T00:01:52.642 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:04.411560+0000", 2023-10-14T00:01:52.642 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:52.643 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:52.643 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:52.643 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:52.643 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 64, 2023-10-14T00:01:52.643 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:52.643 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:52.644 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:52.644 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:52.644 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:52.644 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:52.644 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:52.644 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:52.645 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.1d", 2023-10-14T00:01:52.645 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:52.645 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:52.645 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 65, 2023-10-14T00:01:52.645 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 10, 2023-10-14T00:01:52.646 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:52.646 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T09:50:40.250095+0000", 2023-10-14T00:01:52.646 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:52.646 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:52.646 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:52.647 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:52.647 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:52.647 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:52.647 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:52.647 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:52.647 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:52.648 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:52.648 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:52.648 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:52.648 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:52.648 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:52.649 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:52.649 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:52.649 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:52.649 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:52.649 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:52.649 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:52.650 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:52.650 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:52.650 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:52.650 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:52.650 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:52.651 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:52.651 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:52.651 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:52.651 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:52.651 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:52.652 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:52.652 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:52.652 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:52.652 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:52.652 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:52.652 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:52.653 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:52.653 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:52.653 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:52.653 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:52.653 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:52.654 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:52.654 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:52.654 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.654 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:52.654 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:52.655 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:52.655 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:52.655 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:52.655 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:52.655 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.655 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 2, 2023-10-14T00:01:52.656 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:52.656 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.656 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:52.656 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:52.656 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:52.657 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:52.657 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:52.657 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.657 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 3, 2023-10-14T00:01:52.657 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:52.657 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:52.658 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:52.658 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:52.658 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:52.658 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:52.658 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.322151+0000", 2023-10-14T00:01:52.659 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.714906+0000", 2023-10-14T00:01:52.659 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.714906+0000", 2023-10-14T00:01:52.659 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.715217+0000", 2023-10-14T00:01:52.659 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.322151+0000", 2023-10-14T00:01:52.659 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:52.659 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:52.660 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:52.660 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:52.660 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.322151+0000", 2023-10-14T00:01:52.660 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.322151+0000", 2023-10-14T00:01:52.660 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.322151+0000", 2023-10-14T00:01:52.661 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:52.661 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:52.661 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:52.661 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.322151+0000", 2023-10-14T00:01:52.661 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.322151+0000", 2023-10-14T00:01:52.661 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:52.662 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 1, 2023-10-14T00:01:52.662 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:52.662 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:52.662 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:52.662 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:52.663 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:52.663 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:52.663 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:52.663 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 1, 2023-10-14T00:01:52.663 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:52.663 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:52.664 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:52.664 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.1b", 2023-10-14T00:01:52.664 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:52.664 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:52.664 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:52.665 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 18, 2023-10-14T00:01:52.665 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:52.665 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T07:43:07.912343+0000", 2023-10-14T00:01:52.665 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:52.665 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:52.665 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:52.666 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:52.666 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:52.666 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:52.666 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:52.666 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:52.667 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:52.667 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:52.667 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:52.667 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:52.667 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:52.667 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:52.668 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:52.668 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:52.668 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:52.668 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:52.668 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:52.669 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:52.669 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:52.669 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:52.669 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:52.669 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:52.669 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:52.670 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:52.670 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:52.670 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:52.670 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:52.670 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:52.671 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:52.671 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:52.671 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:52.671 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:52.671 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:52.671 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:52.672 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:52.672 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:52.672 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:52.672 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:52.672 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:52.673 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:52.673 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:52.673 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.673 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:52.673 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:52.673 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:52.674 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:52.674 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:52.674 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:52.674 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.674 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 3, 2023-10-14T00:01:52.675 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "58'1" 2023-10-14T00:01:52.675 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.675 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:52.675 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:52.675 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:52.675 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:52.676 INFO:tasks.workunit.client.0.smithi055.stdout: 2 2023-10-14T00:01:52.676 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.676 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 4, 2023-10-14T00:01:52.676 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:52.676 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:52.677 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:52.677 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:52.677 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:52.677 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:52.677 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.325578+0000", 2023-10-14T00:01:52.678 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.340904+0000", 2023-10-14T00:01:52.678 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.340904+0000", 2023-10-14T00:01:52.678 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.341268+0000", 2023-10-14T00:01:52.678 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.325578+0000", 2023-10-14T00:01:52.678 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.678 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:52.679 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.679 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:52.679 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.325578+0000", 2023-10-14T00:01:52.679 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.325578+0000", 2023-10-14T00:01:52.679 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.325578+0000", 2023-10-14T00:01:52.680 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:52.680 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:52.680 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.680 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.325578+0000", 2023-10-14T00:01:52.680 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.325578+0000", 2023-10-14T00:01:52.681 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:52.681 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:52.681 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:52.681 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:52.681 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:52.682 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:52.682 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:52.682 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:52.682 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:52.682 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:52.683 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:52.683 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:52.683 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:52.683 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.1a", 2023-10-14T00:01:52.683 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:52.683 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:52.684 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:52.684 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:52.684 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:52.684 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T04:26:24.482169+0000", 2023-10-14T00:01:52.684 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:52.685 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:52.685 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:52.685 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:52.685 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:52.685 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:52.685 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:52.686 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:52.686 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:52.686 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:52.686 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:52.686 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:52.687 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:52.687 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:52.687 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:52.687 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:52.687 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:52.688 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:52.688 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:52.688 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:52.688 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:52.688 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:52.688 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:52.689 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:52.689 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:52.689 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:52.689 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:52.689 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:52.690 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:52.690 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:52.690 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:52.690 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:52.690 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:52.690 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:52.691 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:52.691 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:52.691 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:52.691 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:52.691 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:52.692 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:52.692 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:52.692 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:52.692 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:52.692 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.693 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:52.693 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:52.693 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:52.693 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:52.693 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:52.693 INFO:tasks.workunit.client.0.smithi055.stdout: 2 2023-10-14T00:01:52.694 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.694 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 4, 2023-10-14T00:01:52.694 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:52.694 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.694 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:52.695 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:52.695 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:52.695 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:52.695 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:52.695 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.695 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 6, 2023-10-14T00:01:52.696 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:52.696 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:52.696 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:52.696 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:52.696 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:52.696 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:52.697 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.332187+0000", 2023-10-14T00:01:52.697 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.687954+0000", 2023-10-14T00:01:52.697 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.687954+0000", 2023-10-14T00:01:52.697 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.688586+0000", 2023-10-14T00:01:52.697 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.332187+0000", 2023-10-14T00:01:52.698 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:52.698 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:52.698 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:52.698 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:52.698 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.332187+0000", 2023-10-14T00:01:52.699 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.332187+0000", 2023-10-14T00:01:52.699 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.332187+0000", 2023-10-14T00:01:52.699 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:52.699 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:52.699 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:52.699 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.332187+0000", 2023-10-14T00:01:52.700 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.332187+0000", 2023-10-14T00:01:52.700 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:52.700 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 1, 2023-10-14T00:01:52.700 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:52.700 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:52.701 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:52.701 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:52.701 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:52.701 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:52.701 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:52.701 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 1, 2023-10-14T00:01:52.702 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:52.702 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:52.702 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:52.702 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.1a", 2023-10-14T00:01:52.702 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:52.703 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:52.703 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:52.703 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 18, 2023-10-14T00:01:52.703 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:52.703 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T10:09:45.774947+0000", 2023-10-14T00:01:52.704 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:52.704 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:52.704 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:52.704 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:52.704 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:52.704 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:52.705 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:52.705 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:52.705 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:52.705 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:52.705 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:52.706 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:52.706 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:52.706 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:52.706 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:52.706 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:52.707 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:52.707 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:52.707 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:52.707 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:52.707 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:52.708 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:52.708 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:52.708 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:52.708 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:52.708 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:52.709 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:52.709 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:52.709 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:52.709 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:52.709 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:52.709 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:52.710 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:52.710 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:52.710 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:52.710 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:52.710 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:52.711 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:52.711 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:52.711 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:52.711 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:52.711 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:52.712 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:52.712 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.712 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:52.712 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:52.712 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:52.712 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:52.713 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:52.713 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:52.713 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.713 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 6, 2023-10-14T00:01:52.713 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "58'1" 2023-10-14T00:01:52.713 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.714 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:52.714 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:52.714 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:52.714 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:52.714 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:52.715 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.715 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 0, 2023-10-14T00:01:52.715 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:52.715 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:52.715 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:52.716 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:52.716 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:52.716 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:52.716 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.325256+0000", 2023-10-14T00:01:52.716 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.347927+0000", 2023-10-14T00:01:52.716 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.347927+0000", 2023-10-14T00:01:52.717 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.349041+0000", 2023-10-14T00:01:52.717 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.325256+0000", 2023-10-14T00:01:52.717 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.717 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:52.717 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.718 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:52.718 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.325256+0000", 2023-10-14T00:01:52.718 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.325256+0000", 2023-10-14T00:01:52.718 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.325256+0000", 2023-10-14T00:01:52.718 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:52.718 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:52.719 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.719 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.325256+0000", 2023-10-14T00:01:52.719 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.325256+0000", 2023-10-14T00:01:52.719 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:52.719 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:52.720 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:52.720 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:52.720 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:52.720 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:52.720 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:52.720 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:52.721 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:52.721 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:52.721 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:52.721 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:52.721 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:52.722 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.1b", 2023-10-14T00:01:52.722 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:52.722 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:52.722 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:52.722 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:52.722 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:52.723 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T03:26:11.523470+0000", 2023-10-14T00:01:52.723 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:52.723 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:52.723 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:52.723 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:52.724 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:52.724 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:52.724 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:52.724 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:52.724 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:52.724 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:52.725 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:52.725 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:52.725 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:52.725 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:52.725 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:52.726 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:52.726 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:52.726 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:52.726 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:52.726 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:52.727 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:52.727 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:52.727 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:52.727 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:52.727 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:52.727 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:52.728 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:52.728 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:52.728 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:52.728 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:52.728 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:52.729 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:52.729 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:52.729 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:52.729 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:52.729 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:52.729 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:52.730 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:52.730 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:52.730 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:52.730 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:52.730 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:52.731 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:52.731 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.731 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:52.731 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:52.731 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:52.732 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:52.732 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:52.732 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:52.732 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.732 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 0, 2023-10-14T00:01:52.732 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:52.733 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.733 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:52.733 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:52.733 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:52.733 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:52.734 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:52.734 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.734 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 3, 2023-10-14T00:01:52.734 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:52.734 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:52.734 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:52.735 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:52.735 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:52.735 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:52.735 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.321643+0000", 2023-10-14T00:01:52.735 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.714088+0000", 2023-10-14T00:01:52.736 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.714088+0000", 2023-10-14T00:01:52.736 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.714410+0000", 2023-10-14T00:01:52.736 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.321643+0000", 2023-10-14T00:01:52.736 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:52.736 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:52.737 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:52.737 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:52.737 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.321643+0000", 2023-10-14T00:01:52.737 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.321643+0000", 2023-10-14T00:01:52.737 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.321643+0000", 2023-10-14T00:01:52.737 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:52.738 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:52.738 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:52.738 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.321643+0000", 2023-10-14T00:01:52.738 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.321643+0000", 2023-10-14T00:01:52.738 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:52.739 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:52.739 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:52.739 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:52.739 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:52.739 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:52.739 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:52.740 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:52.740 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:52.740 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:52.740 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:52.741 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:52.741 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:52.741 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.19", 2023-10-14T00:01:52.741 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:52.741 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:52.742 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:52.742 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 17, 2023-10-14T00:01:52.742 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:52.742 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T10:01:30.204269+0000", 2023-10-14T00:01:52.742 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:52.742 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:52.743 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:52.743 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:52.743 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:52.743 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:52.743 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:52.744 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:52.744 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:52.744 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:52.744 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:52.744 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:52.744 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:52.745 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:52.745 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:52.745 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:52.745 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:52.745 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:52.746 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:52.746 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:52.746 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:52.746 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:52.746 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:52.747 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:52.747 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:52.747 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:52.747 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:52.747 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:52.747 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:52.748 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:52.748 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:52.748 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:52.748 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:52.748 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:52.749 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:52.749 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:52.749 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:52.749 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:52.749 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:52.749 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:52.750 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:52.750 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:52.750 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:52.750 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.750 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:52.751 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:52.751 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:52.751 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:52.751 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:52.751 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:52.751 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.752 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 3, 2023-10-14T00:01:52.752 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:52.752 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.752 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:52.752 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:52.753 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:52.753 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:52.753 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:52.753 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.753 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 3, 2023-10-14T00:01:52.753 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:52.754 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:52.754 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:52.754 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:52.754 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:52.754 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:52.755 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.321504+0000", 2023-10-14T00:01:52.755 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.356264+0000", 2023-10-14T00:01:52.755 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.356264+0000", 2023-10-14T00:01:52.755 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.356614+0000", 2023-10-14T00:01:52.755 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.321504+0000", 2023-10-14T00:01:52.755 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.756 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:52.756 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.756 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:52.756 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.321504+0000", 2023-10-14T00:01:52.756 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.321504+0000", 2023-10-14T00:01:52.757 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.321504+0000", 2023-10-14T00:01:52.757 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:52.757 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:52.757 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.757 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.321504+0000", 2023-10-14T00:01:52.758 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.321504+0000", 2023-10-14T00:01:52.758 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:52.758 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:52.758 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:52.758 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:52.758 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:52.759 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:52.759 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:52.759 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:52.759 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:52.759 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:52.760 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:52.760 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:52.760 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:52.760 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.18", 2023-10-14T00:01:52.760 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:52.760 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:52.761 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:52.761 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:52.761 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:52.761 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T04:55:42.587380+0000", 2023-10-14T00:01:52.761 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:52.762 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:52.762 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:52.762 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:52.762 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:52.762 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:52.763 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:52.763 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:52.763 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:52.763 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:52.763 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:52.763 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:52.764 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:52.764 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:52.764 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:52.764 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:52.764 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:52.765 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:52.765 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:52.765 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:52.765 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:52.765 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:52.765 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:52.766 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:52.766 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:52.766 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:52.766 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:52.766 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:52.767 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:52.767 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:52.767 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:52.767 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:52.767 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:52.768 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:52.768 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:52.768 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:52.768 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:52.768 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:52.769 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:52.769 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:52.769 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:52.769 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:52.769 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:52.769 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.770 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:52.770 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:52.770 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:52.770 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:52.771 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:52.771 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:52.771 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.771 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 3, 2023-10-14T00:01:52.771 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:52.771 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.772 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:52.772 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:52.772 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:52.772 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:52.772 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:52.773 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.773 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 5, 2023-10-14T00:01:52.773 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:52.773 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:52.773 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:52.774 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:52.774 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:52.774 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:52.774 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.331205+0000", 2023-10-14T00:01:52.774 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.696216+0000", 2023-10-14T00:01:52.774 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.696216+0000", 2023-10-14T00:01:52.775 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.696510+0000", 2023-10-14T00:01:52.775 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.331205+0000", 2023-10-14T00:01:52.775 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:52.775 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:52.775 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:52.776 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:52.776 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.331205+0000", 2023-10-14T00:01:52.776 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.331205+0000", 2023-10-14T00:01:52.776 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.331205+0000", 2023-10-14T00:01:52.776 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:52.777 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:52.777 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:52.777 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.331205+0000", 2023-10-14T00:01:52.777 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.331205+0000", 2023-10-14T00:01:52.777 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:52.778 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:52.778 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:52.778 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:52.778 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:52.778 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:52.779 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:52.779 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:52.779 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:52.779 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:52.779 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:52.779 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:52.780 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:52.780 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.18", 2023-10-14T00:01:52.780 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:52.780 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:52.780 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:52.781 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 17, 2023-10-14T00:01:52.781 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:52.781 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T03:57:41.602703+0000", 2023-10-14T00:01:52.781 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:52.781 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:52.781 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:52.782 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:52.782 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:52.782 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:52.782 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:52.782 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:52.783 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:52.783 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:52.783 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:52.783 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:52.783 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:52.784 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:52.784 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:52.784 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:52.784 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:52.784 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:52.784 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:52.785 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:52.785 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:52.785 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:52.785 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:52.785 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:52.786 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:52.786 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:52.786 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:52.786 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:52.786 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:52.786 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:52.787 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:52.787 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:52.787 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:52.787 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:52.787 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:52.788 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:52.788 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:52.788 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:52.788 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:52.788 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:52.789 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:52.789 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:52.789 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:52.789 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.789 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:52.790 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:52.790 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:52.790 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:52.790 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:52.790 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:52.791 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.791 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 5, 2023-10-14T00:01:52.791 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:52.791 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.791 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:52.792 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:52.792 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:52.792 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:52.792 INFO:tasks.workunit.client.0.smithi055.stdout: 4 2023-10-14T00:01:52.792 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.793 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 1, 2023-10-14T00:01:52.793 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:52.793 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:52.793 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:52.793 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:52.793 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:52.794 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:52.794 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.324452+0000", 2023-10-14T00:01:52.794 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.346528+0000", 2023-10-14T00:01:52.794 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.346528+0000", 2023-10-14T00:01:52.794 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.346838+0000", 2023-10-14T00:01:52.795 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.324452+0000", 2023-10-14T00:01:52.795 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.795 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:52.795 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.795 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:52.795 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.324452+0000", 2023-10-14T00:01:52.796 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.324452+0000", 2023-10-14T00:01:52.796 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.324452+0000", 2023-10-14T00:01:52.796 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:52.796 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:52.796 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.797 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.324452+0000", 2023-10-14T00:01:52.797 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.324452+0000", 2023-10-14T00:01:52.797 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:52.797 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:52.797 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:52.797 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:52.798 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:52.798 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:52.798 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:52.798 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:52.798 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:52.799 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:52.799 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:52.799 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:52.799 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:52.799 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.19", 2023-10-14T00:01:52.799 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:52.800 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:52.800 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:52.800 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:52.800 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:52.800 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T07:51:12.750164+0000", 2023-10-14T00:01:52.801 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:52.801 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:52.801 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:52.801 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:52.801 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:52.801 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:52.802 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:52.802 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:52.802 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:52.802 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:52.802 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:52.803 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:52.803 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:52.803 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:52.803 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:52.803 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:52.804 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:52.804 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:52.804 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:52.804 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:52.804 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:52.804 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:52.805 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:52.805 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:52.805 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:52.805 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:52.805 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:52.806 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:52.806 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:52.806 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:52.806 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:52.806 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:52.807 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:52.807 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:52.807 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:52.807 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:52.807 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:52.807 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:52.808 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:52.808 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:52.808 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:52.808 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:52.808 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:52.809 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.809 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:52.809 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:52.809 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:52.809 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:52.810 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:52.810 INFO:tasks.workunit.client.0.smithi055.stdout: 4 2023-10-14T00:01:52.810 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.810 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 1, 2023-10-14T00:01:52.810 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:52.811 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.811 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:52.811 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:52.811 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:52.811 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:52.811 INFO:tasks.workunit.client.0.smithi055.stdout: 2 2023-10-14T00:01:52.812 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.812 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 6, 2023-10-14T00:01:52.812 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:52.812 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:52.812 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:52.813 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:52.813 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:52.813 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:52.813 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.332478+0000", 2023-10-14T00:01:52.813 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.692410+0000", 2023-10-14T00:01:52.814 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.692410+0000", 2023-10-14T00:01:52.814 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.692710+0000", 2023-10-14T00:01:52.814 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.332478+0000", 2023-10-14T00:01:52.814 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:52.814 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:52.815 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:52.815 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:52.815 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.332478+0000", 2023-10-14T00:01:52.815 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.332478+0000", 2023-10-14T00:01:52.815 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.332478+0000", 2023-10-14T00:01:52.815 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:52.816 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:52.816 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:52.816 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.332478+0000", 2023-10-14T00:01:52.816 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.332478+0000", 2023-10-14T00:01:52.816 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:52.817 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:52.817 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:52.817 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:52.817 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:52.817 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:52.817 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:52.818 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:52.818 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:52.818 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:52.818 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:52.818 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:52.819 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:52.819 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.17", 2023-10-14T00:01:52.819 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:52.819 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:52.819 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:52.820 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 17, 2023-10-14T00:01:52.820 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:52.820 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T00:12:58.696971+0000", 2023-10-14T00:01:52.820 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:52.820 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:52.820 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:52.821 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:52.821 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:52.821 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:52.821 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:52.821 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:52.822 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:52.822 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:52.822 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:52.822 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:52.822 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:52.823 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:52.823 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:52.823 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:52.823 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:52.823 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:52.823 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:52.824 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:52.824 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:52.824 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:52.824 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:52.824 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:52.825 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:52.825 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:52.825 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:52.825 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:52.825 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:52.825 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:52.826 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:52.826 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:52.826 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:52.826 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:52.826 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:52.827 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:52.827 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:52.827 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:52.827 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:52.827 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:52.827 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:52.828 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:52.828 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:52.828 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.828 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:52.829 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:52.829 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:52.829 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:52.830 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:52.830 INFO:tasks.workunit.client.0.smithi055.stdout: 2 2023-10-14T00:01:52.830 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.831 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 6, 2023-10-14T00:01:52.831 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:52.831 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.832 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:52.832 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:52.832 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:52.833 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:52.833 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:52.833 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.834 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 5, 2023-10-14T00:01:52.834 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:52.834 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:52.834 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:52.835 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:52.835 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:52.835 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:52.836 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.331047+0000", 2023-10-14T00:01:52.836 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.339086+0000", 2023-10-14T00:01:52.836 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.339086+0000", 2023-10-14T00:01:52.837 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.339631+0000", 2023-10-14T00:01:52.837 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.331047+0000", 2023-10-14T00:01:52.838 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.838 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:52.838 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.839 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:52.839 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.331047+0000", 2023-10-14T00:01:52.839 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.331047+0000", 2023-10-14T00:01:52.840 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.331047+0000", 2023-10-14T00:01:52.840 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:52.840 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:52.840 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.841 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.331047+0000", 2023-10-14T00:01:52.841 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.331047+0000", 2023-10-14T00:01:52.841 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:52.841 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:52.842 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:52.842 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:52.842 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:52.843 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:52.843 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:52.843 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:52.844 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:52.844 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:52.844 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:52.845 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:52.845 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:52.845 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.16", 2023-10-14T00:01:52.845 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:52.846 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:52.846 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:52.846 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:52.847 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:52.847 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T06:23:48.867319+0000", 2023-10-14T00:01:52.847 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:52.848 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:52.848 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:52.848 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:52.849 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:52.849 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:52.849 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:52.850 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:52.850 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:52.850 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:52.851 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:52.851 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:52.851 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:52.851 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:52.852 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:52.852 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:52.852 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:52.853 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:52.853 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:52.853 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:52.854 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:52.854 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:52.854 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:52.854 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:52.855 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:52.855 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:52.855 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:52.856 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:52.856 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:52.856 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:52.857 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:52.857 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:52.857 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:52.858 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:52.858 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:52.858 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:52.859 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:52.859 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:52.859 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:52.860 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:52.860 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:52.860 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:52.860 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:52.861 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.861 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:52.861 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:52.862 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:52.862 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:52.862 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:52.863 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:52.863 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.863 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 5, 2023-10-14T00:01:52.864 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:52.864 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.864 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:52.865 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:52.865 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:52.865 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:52.866 INFO:tasks.workunit.client.0.smithi055.stdout: 2 2023-10-14T00:01:52.866 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.866 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 5, 2023-10-14T00:01:52.867 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:52.867 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:52.868 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:52.868 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:52.868 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:52.869 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:52.869 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.330690+0000", 2023-10-14T00:01:52.869 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.704781+0000", 2023-10-14T00:01:52.870 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.704781+0000", 2023-10-14T00:01:52.870 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.705084+0000", 2023-10-14T00:01:52.871 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.330690+0000", 2023-10-14T00:01:52.871 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:52.871 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:52.872 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:52.872 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:52.872 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.330690+0000", 2023-10-14T00:01:52.873 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.330690+0000", 2023-10-14T00:01:52.873 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.330690+0000", 2023-10-14T00:01:52.873 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:52.874 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:52.874 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:52.875 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.330690+0000", 2023-10-14T00:01:52.875 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.330690+0000", 2023-10-14T00:01:52.875 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:52.876 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:52.876 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:52.876 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:52.877 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:52.877 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:52.877 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:52.878 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:52.878 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:52.878 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:52.879 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:52.879 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:52.879 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:52.879 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.16", 2023-10-14T00:01:52.880 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:52.880 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:52.880 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:52.881 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 17, 2023-10-14T00:01:52.881 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:52.881 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T11:04:48.517545+0000", 2023-10-14T00:01:52.881 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:52.882 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:52.882 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:52.882 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:52.883 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:52.883 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:52.883 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:52.883 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:52.884 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:52.884 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:52.884 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:52.885 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:52.885 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:52.885 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:52.885 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:52.886 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:52.886 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:52.886 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:52.887 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:52.887 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:52.887 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:52.887 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:52.888 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:52.888 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:52.888 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:52.889 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:52.889 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:52.889 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:52.890 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:52.890 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:52.890 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:52.891 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:52.891 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:52.891 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:52.892 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:52.892 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:52.892 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:52.892 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:52.893 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:52.893 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:52.893 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:52.893 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:52.893 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:52.893 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.894 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:52.894 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:52.894 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:52.894 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:52.894 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:52.895 INFO:tasks.workunit.client.0.smithi055.stdout: 2 2023-10-14T00:01:52.895 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.895 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 5, 2023-10-14T00:01:52.895 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:52.895 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.896 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:52.896 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:52.896 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:52.896 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:52.896 INFO:tasks.workunit.client.0.smithi055.stdout: 3 2023-10-14T00:01:52.896 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.897 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 0, 2023-10-14T00:01:52.897 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:52.897 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:52.897 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:52.897 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:52.898 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:52.898 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:52.898 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.326593+0000", 2023-10-14T00:01:52.898 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.346493+0000", 2023-10-14T00:01:52.898 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.346493+0000", 2023-10-14T00:01:52.898 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.346954+0000", 2023-10-14T00:01:52.899 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.326593+0000", 2023-10-14T00:01:52.899 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.899 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:52.899 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.899 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:52.900 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.326593+0000", 2023-10-14T00:01:52.900 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.326593+0000", 2023-10-14T00:01:52.900 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.326593+0000", 2023-10-14T00:01:52.900 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:52.900 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:52.900 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.901 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.326593+0000", 2023-10-14T00:01:52.901 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.326593+0000", 2023-10-14T00:01:52.901 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:52.901 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:52.901 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:52.902 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:52.902 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:52.902 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:52.902 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:52.902 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:52.902 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:52.903 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:52.903 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:52.903 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:52.903 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:52.903 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.17", 2023-10-14T00:01:52.904 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:52.904 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:52.904 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:52.904 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:52.904 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:52.905 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T06:58:13.742863+0000", 2023-10-14T00:01:52.905 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:52.905 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:52.905 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:52.905 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:52.905 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:52.906 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:52.906 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:52.906 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:52.906 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:52.906 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:52.907 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:52.907 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:52.907 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:52.907 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:52.907 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:52.907 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:52.908 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:52.908 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:52.908 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:52.908 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:52.908 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:52.909 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:52.909 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:52.909 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:52.909 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:52.909 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:52.909 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:52.910 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:52.910 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:52.910 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:52.910 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:52.910 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:52.911 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:52.911 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:52.911 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:52.911 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:52.911 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:52.912 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:52.912 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:52.912 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:52.912 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:52.912 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:52.912 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:52.913 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.913 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:52.913 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:52.913 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:52.913 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:52.914 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:52.914 INFO:tasks.workunit.client.0.smithi055.stdout: 3 2023-10-14T00:01:52.914 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.914 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 0, 2023-10-14T00:01:52.914 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:52.914 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.915 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:52.915 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:52.915 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:52.915 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:52.915 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:52.916 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.916 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 1, 2023-10-14T00:01:52.916 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:52.916 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:52.916 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:52.916 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:52.917 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:52.917 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:52.917 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.325547+0000", 2023-10-14T00:01:52.917 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.716324+0000", 2023-10-14T00:01:52.917 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.716324+0000", 2023-10-14T00:01:52.918 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.717337+0000", 2023-10-14T00:01:52.918 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.325547+0000", 2023-10-14T00:01:52.918 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:52.918 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:52.918 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:52.918 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:52.919 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.325547+0000", 2023-10-14T00:01:52.919 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.325547+0000", 2023-10-14T00:01:52.919 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.325547+0000", 2023-10-14T00:01:52.919 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:52.919 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:52.920 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:52.920 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.325547+0000", 2023-10-14T00:01:52.920 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.325547+0000", 2023-10-14T00:01:52.920 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:52.920 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 3, 2023-10-14T00:01:52.920 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:52.921 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:52.921 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:52.921 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:52.921 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:52.921 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:52.922 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:52.922 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 3, 2023-10-14T00:01:52.922 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:52.922 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:52.922 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:52.922 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.15", 2023-10-14T00:01:52.923 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:52.923 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:52.923 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:52.923 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 20, 2023-10-14T00:01:52.923 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:52.924 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T06:39:01.510835+0000", 2023-10-14T00:01:52.924 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:52.924 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:52.924 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:52.924 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 90, 2023-10-14T00:01:52.924 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:52.925 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:52.925 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:52.925 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:52.925 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:52.925 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:52.926 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:52.926 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:52.926 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:52.926 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:52.926 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:52.927 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:52.927 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:52.927 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:52.927 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:52.927 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 6, 2023-10-14T00:01:52.927 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 2, 2023-10-14T00:01:52.928 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:52.928 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 2, 2023-10-14T00:01:52.928 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:52.928 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:52.928 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:52.929 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:52.929 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:52.929 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 1, 2023-10-14T00:01:52.929 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:52.929 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:52.929 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:52.930 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:52.930 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:52.930 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:52.930 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:52.930 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:52.931 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:52.931 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:52.931 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:52.931 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:52.931 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 4, 2023-10-14T00:01:52.932 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 1 2023-10-14T00:01:52.932 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.932 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:52.932 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:52.932 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:52.932 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:52.933 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:52.933 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:52.933 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.933 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 1, 2023-10-14T00:01:52.933 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "58'3" 2023-10-14T00:01:52.934 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.934 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:52.934 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:52.934 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:52.934 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:52.935 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:52.935 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.935 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 4, 2023-10-14T00:01:52.935 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:52.935 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:52.935 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:52.936 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:52.936 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:52.936 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:52.936 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.326999+0000", 2023-10-14T00:01:52.936 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.340293+0000", 2023-10-14T00:01:52.937 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.340293+0000", 2023-10-14T00:01:52.937 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.341541+0000", 2023-10-14T00:01:52.937 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.326999+0000", 2023-10-14T00:01:52.937 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.937 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:52.937 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.938 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:52.938 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.326999+0000", 2023-10-14T00:01:52.938 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.326999+0000", 2023-10-14T00:01:52.938 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.326999+0000", 2023-10-14T00:01:52.938 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:52.939 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:52.939 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.939 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.326999+0000", 2023-10-14T00:01:52.939 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.326999+0000", 2023-10-14T00:01:52.939 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:52.940 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:52.940 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:52.940 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:52.940 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:52.940 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:52.940 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:52.941 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:52.941 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:52.941 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:52.941 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:52.941 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:52.942 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:52.942 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.14", 2023-10-14T00:01:52.942 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:52.942 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:52.942 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:52.942 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:52.943 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:52.943 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T02:30:14.852941+0000", 2023-10-14T00:01:52.943 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:52.943 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:52.943 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:52.944 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:52.944 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:52.944 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:52.944 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:52.944 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:52.945 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:52.945 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:52.945 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:52.945 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:52.945 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:52.946 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:52.946 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:52.946 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:52.946 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:52.946 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:52.946 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:52.947 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:52.947 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:52.947 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:52.947 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:52.947 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:52.948 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:52.948 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:52.948 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:52.948 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:52.948 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:52.948 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:52.949 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:52.949 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:52.949 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:52.949 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:52.949 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:52.950 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:52.950 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:52.950 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:52.950 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:52.950 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:52.950 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:52.951 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:52.951 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:52.951 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.951 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:52.951 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:52.952 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:52.953 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:52.953 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:52.953 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:52.953 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.954 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 4, 2023-10-14T00:01:52.954 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:52.954 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.954 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:52.954 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:52.955 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:52.955 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:52.955 INFO:tasks.workunit.client.0.smithi055.stdout: 5 2023-10-14T00:01:52.955 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.955 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 6, 2023-10-14T00:01:52.956 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:52.956 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:52.956 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:52.956 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:52.956 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:52.957 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:52.957 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:33.271160+0000", 2023-10-14T00:01:52.957 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.712731+0000", 2023-10-14T00:01:52.957 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.712731+0000", 2023-10-14T00:01:52.957 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.713000+0000", 2023-10-14T00:01:52.957 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:33.271160+0000", 2023-10-14T00:01:52.958 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:52.958 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:52.958 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:52.958 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:52.958 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:33.271160+0000", 2023-10-14T00:01:52.959 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:33.271160+0000", 2023-10-14T00:01:52.959 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:33.271160+0000", 2023-10-14T00:01:52.959 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:52.959 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:52.959 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:52.959 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:33.271160+0000", 2023-10-14T00:01:52.960 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:33.271160+0000", 2023-10-14T00:01:52.960 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:52.960 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 12, 2023-10-14T00:01:52.960 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:52.960 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:52.961 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:52.961 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:52.961 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:52.961 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:52.961 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:52.961 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 12, 2023-10-14T00:01:52.962 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:52.962 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:52.962 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:52.962 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.14", 2023-10-14T00:01:52.962 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:52.963 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:52.963 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 65, 2023-10-14T00:01:52.963 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 29, 2023-10-14T00:01:52.963 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:52.963 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T11:13:05.682823+0000", 2023-10-14T00:01:52.963 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:52.964 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:52.964 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:52.964 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 2608, 2023-10-14T00:01:52.964 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:52.964 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:52.965 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:52.965 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:52.965 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:52.965 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:52.965 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:52.965 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:52.966 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:52.966 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:52.966 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:52.966 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:52.966 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:52.967 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:52.967 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:52.967 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 12, 2023-10-14T00:01:52.967 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 4, 2023-10-14T00:01:52.967 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:52.967 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 4, 2023-10-14T00:01:52.968 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:52.968 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:52.968 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:52.968 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:52.968 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:52.969 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 1, 2023-10-14T00:01:52.969 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:52.969 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:52.969 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:52.969 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:52.969 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:52.970 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:52.970 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:52.970 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:52.970 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:52.970 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:52.971 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:52.971 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:52.971 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 12, 2023-10-14T00:01:52.971 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 9 2023-10-14T00:01:52.971 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.971 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:52.972 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:52.972 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:52.972 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:52.972 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:52.972 INFO:tasks.workunit.client.0.smithi055.stdout: 5 2023-10-14T00:01:52.973 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.973 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 6, 2023-10-14T00:01:52.973 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "65'12" 2023-10-14T00:01:52.973 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.973 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:52.974 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:52.974 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:52.974 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:52.974 INFO:tasks.workunit.client.0.smithi055.stdout: 4 2023-10-14T00:01:52.974 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.974 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 7, 2023-10-14T00:01:52.975 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:52.975 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:52.975 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:52.975 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:52.975 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:52.976 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:52.976 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.328567+0000", 2023-10-14T00:01:52.976 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.341866+0000", 2023-10-14T00:01:52.976 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.341866+0000", 2023-10-14T00:01:52.976 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.342156+0000", 2023-10-14T00:01:52.977 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.328567+0000", 2023-10-14T00:01:52.977 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.977 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:52.977 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.977 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:52.977 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.328567+0000", 2023-10-14T00:01:52.978 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.328567+0000", 2023-10-14T00:01:52.978 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.328567+0000", 2023-10-14T00:01:52.978 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:52.978 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:52.978 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:52.979 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.328567+0000", 2023-10-14T00:01:52.979 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.328567+0000", 2023-10-14T00:01:52.979 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:52.979 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:52.979 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:52.979 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:52.980 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:52.980 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:52.980 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:52.980 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:52.980 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:52.980 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:52.981 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:52.981 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:52.981 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:52.981 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.15", 2023-10-14T00:01:52.981 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:52.982 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:52.982 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:52.982 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:52.982 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:52.982 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T00:42:02.308291+0000", 2023-10-14T00:01:52.983 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:52.983 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:52.983 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:52.983 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:52.983 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:52.983 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:52.984 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:52.984 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:52.984 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:52.984 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:52.984 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:52.985 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:52.985 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:52.985 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:52.985 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:52.985 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:52.985 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:52.986 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:52.986 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:52.986 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:52.986 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:52.986 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:52.987 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:52.987 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:52.987 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:52.987 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:52.987 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:52.987 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:52.988 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:52.988 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:52.988 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:52.988 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:52.988 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:52.989 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:52.989 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:52.989 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:52.989 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:52.989 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:52.989 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:52.990 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:52.990 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:52.990 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:52.990 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:52.990 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.991 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:52.991 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:52.991 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:52.991 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:52.991 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:52.991 INFO:tasks.workunit.client.0.smithi055.stdout: 4 2023-10-14T00:01:52.992 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.992 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 7, 2023-10-14T00:01:52.992 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:52.992 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:52.992 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:52.993 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:52.993 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:52.993 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:52.993 INFO:tasks.workunit.client.0.smithi055.stdout: 3 2023-10-14T00:01:52.993 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:52.993 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 0, 2023-10-14T00:01:52.994 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:52.994 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:52.994 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:52.994 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:52.994 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:52.995 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:52.995 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.325058+0000", 2023-10-14T00:01:52.995 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.715075+0000", 2023-10-14T00:01:52.995 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.715075+0000", 2023-10-14T00:01:52.995 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.715359+0000", 2023-10-14T00:01:52.995 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.325058+0000", 2023-10-14T00:01:52.996 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:52.996 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:52.996 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:52.996 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:52.996 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.325058+0000", 2023-10-14T00:01:52.997 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.325058+0000", 2023-10-14T00:01:52.997 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.325058+0000", 2023-10-14T00:01:52.997 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:52.997 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:52.997 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:52.997 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.325058+0000", 2023-10-14T00:01:52.998 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.325058+0000", 2023-10-14T00:01:52.998 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:52.998 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 2, 2023-10-14T00:01:52.998 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:52.998 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:52.999 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:52.999 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:52.999 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:52.999 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:52.999 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:52.999 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 2, 2023-10-14T00:01:53.000 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:53.000 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:53.000 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:53.000 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.13", 2023-10-14T00:01:53.000 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:53.001 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:53.001 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:53.001 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 19, 2023-10-14T00:01:53.001 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:53.001 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T07:03:23.079653+0000", 2023-10-14T00:01:53.001 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:53.002 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:53.002 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:53.002 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 34, 2023-10-14T00:01:53.002 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:53.002 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:53.003 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:53.003 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:53.003 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:53.003 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:53.003 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:53.003 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:53.004 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:53.004 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:53.004 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:53.004 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:53.004 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:53.005 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:53.005 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:53.005 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 6, 2023-10-14T00:01:53.005 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 2, 2023-10-14T00:01:53.005 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:53.005 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 2, 2023-10-14T00:01:53.006 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:53.006 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:53.006 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:53.006 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:53.006 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:53.007 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 1, 2023-10-14T00:01:53.007 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:53.007 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:53.007 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:53.007 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:53.007 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:53.008 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:53.008 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:53.008 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:53.008 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:53.008 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:53.009 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:53.009 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:53.009 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 3, 2023-10-14T00:01:53.009 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 6 2023-10-14T00:01:53.009 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.010 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:53.010 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:53.010 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:53.010 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:53.010 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:53.010 INFO:tasks.workunit.client.0.smithi055.stdout: 3 2023-10-14T00:01:53.011 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.011 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 0, 2023-10-14T00:01:53.011 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "58'2" 2023-10-14T00:01:53.011 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.011 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:53.012 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:53.012 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:53.012 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:53.012 INFO:tasks.workunit.client.0.smithi055.stdout: 3 2023-10-14T00:01:53.012 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.012 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 0, 2023-10-14T00:01:53.013 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:53.013 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:53.013 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:53.013 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:53.013 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:53.014 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:53.014 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.324915+0000", 2023-10-14T00:01:53.014 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.344533+0000", 2023-10-14T00:01:53.014 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.344533+0000", 2023-10-14T00:01:53.014 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.345192+0000", 2023-10-14T00:01:53.015 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.324915+0000", 2023-10-14T00:01:53.015 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.015 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:53.015 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.015 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:53.015 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.324915+0000", 2023-10-14T00:01:53.016 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.324915+0000", 2023-10-14T00:01:53.016 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.324915+0000", 2023-10-14T00:01:53.016 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:53.016 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:53.017 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.017 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.324915+0000", 2023-10-14T00:01:53.017 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.324915+0000", 2023-10-14T00:01:53.017 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:53.017 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:53.018 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:53.018 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:53.018 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:53.018 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:53.018 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:53.019 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:53.019 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:53.019 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:53.019 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:53.019 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:53.019 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:53.020 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.12", 2023-10-14T00:01:53.020 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:53.020 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:53.020 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:53.020 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:53.021 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:53.021 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T02:17:16.673778+0000", 2023-10-14T00:01:53.021 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:53.021 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:53.021 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:53.021 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:53.022 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:53.022 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:53.022 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:53.022 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:53.022 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:53.023 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:53.023 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:53.023 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:53.023 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:53.023 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:53.023 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:53.024 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:53.024 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:53.024 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:53.024 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:53.024 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:53.025 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:53.025 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:53.025 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:53.025 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:53.025 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:53.025 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:53.026 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:53.026 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:53.026 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:53.026 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:53.026 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:53.027 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:53.027 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:53.027 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:53.027 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:53.027 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:53.027 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:53.028 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:53.028 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:53.028 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:53.028 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:53.028 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:53.029 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:53.029 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.029 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:53.029 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:53.029 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:53.029 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:53.030 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:53.030 INFO:tasks.workunit.client.0.smithi055.stdout: 3 2023-10-14T00:01:53.030 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.030 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 0, 2023-10-14T00:01:53.030 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:53.031 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.031 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:53.031 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:53.031 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:53.031 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:53.031 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:53.032 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.032 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 5, 2023-10-14T00:01:53.032 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:53.032 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:53.032 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:53.033 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:53.033 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:53.033 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:53.033 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.330121+0000", 2023-10-14T00:01:53.033 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.705100+0000", 2023-10-14T00:01:53.033 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.705100+0000", 2023-10-14T00:01:53.034 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.705458+0000", 2023-10-14T00:01:53.034 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.330121+0000", 2023-10-14T00:01:53.034 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:53.034 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:53.034 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:53.035 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:53.035 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.330121+0000", 2023-10-14T00:01:53.035 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.330121+0000", 2023-10-14T00:01:53.035 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.330121+0000", 2023-10-14T00:01:53.035 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:53.035 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:53.036 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:53.036 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.330121+0000", 2023-10-14T00:01:53.036 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.330121+0000", 2023-10-14T00:01:53.036 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:53.036 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:53.037 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:53.037 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:53.037 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:53.037 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:53.037 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:53.037 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:53.038 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:53.038 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:53.038 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:53.038 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:53.038 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:53.039 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.12", 2023-10-14T00:01:53.039 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:53.039 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:53.039 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:53.039 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 17, 2023-10-14T00:01:53.040 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:53.040 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T03:11:04.580536+0000", 2023-10-14T00:01:53.040 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:53.040 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:53.040 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:53.040 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:53.041 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:53.041 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:53.041 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:53.041 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:53.041 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:53.042 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:53.042 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:53.042 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:53.042 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:53.042 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:53.042 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:53.043 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:53.043 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:53.043 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:53.043 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:53.043 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:53.044 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:53.044 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:53.044 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:53.044 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:53.044 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:53.044 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:53.045 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:53.045 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:53.045 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:53.045 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:53.045 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:53.046 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:53.046 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:53.046 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:53.046 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:53.046 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:53.046 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:53.047 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:53.047 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:53.047 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:53.047 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:53.047 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:53.048 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:53.048 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.048 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:53.048 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:53.048 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:53.048 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:53.049 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:53.049 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:53.049 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.049 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 5, 2023-10-14T00:01:53.049 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:53.050 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.050 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:53.050 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:53.050 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:53.050 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:53.050 INFO:tasks.workunit.client.0.smithi055.stdout: 2 2023-10-14T00:01:53.051 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.051 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 7, 2023-10-14T00:01:53.051 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:53.051 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:53.051 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:53.052 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:53.052 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:53.052 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:53.052 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.329581+0000", 2023-10-14T00:01:53.052 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.341670+0000", 2023-10-14T00:01:53.053 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.341670+0000", 2023-10-14T00:01:53.053 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.342357+0000", 2023-10-14T00:01:53.053 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.329581+0000", 2023-10-14T00:01:53.053 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.053 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:53.053 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.054 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:53.054 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.329581+0000", 2023-10-14T00:01:53.054 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.329581+0000", 2023-10-14T00:01:53.054 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.329581+0000", 2023-10-14T00:01:53.054 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:53.055 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:53.055 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.055 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.329581+0000", 2023-10-14T00:01:53.055 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.329581+0000", 2023-10-14T00:01:53.055 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:53.056 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:53.056 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:53.056 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:53.056 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:53.056 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:53.056 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:53.057 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:53.057 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:53.057 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:53.057 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:53.057 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:53.058 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:53.058 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.13", 2023-10-14T00:01:53.058 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:53.058 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:53.058 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:53.059 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:53.059 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:53.059 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T10:48:43.940394+0000", 2023-10-14T00:01:53.059 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:53.059 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:53.060 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:53.060 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:53.060 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:53.060 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:53.060 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:53.061 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:53.061 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:53.061 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:53.061 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:53.061 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:53.061 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:53.062 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:53.062 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:53.062 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:53.062 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:53.062 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:53.063 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:53.063 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:53.063 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:53.063 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:53.063 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:53.063 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:53.064 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:53.064 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:53.064 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:53.064 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:53.064 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:53.065 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:53.065 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:53.065 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:53.065 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:53.065 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:53.066 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:53.066 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:53.066 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:53.066 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:53.066 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:53.067 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:53.067 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:53.067 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:53.067 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:53.067 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.067 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:53.068 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:53.068 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:53.068 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:53.068 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:53.068 INFO:tasks.workunit.client.0.smithi055.stdout: 2 2023-10-14T00:01:53.069 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.069 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 7, 2023-10-14T00:01:53.069 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:53.069 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.069 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:53.070 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:53.070 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:53.070 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:53.070 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:53.070 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.070 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 6, 2023-10-14T00:01:53.071 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:53.071 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:53.071 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:53.071 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:53.071 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:53.072 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:53.072 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.332743+0000", 2023-10-14T00:01:53.072 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.693068+0000", 2023-10-14T00:01:53.072 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.693068+0000", 2023-10-14T00:01:53.072 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.693408+0000", 2023-10-14T00:01:53.072 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.332743+0000", 2023-10-14T00:01:53.073 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:53.073 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:53.073 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:53.073 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:53.073 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.332743+0000", 2023-10-14T00:01:53.074 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.332743+0000", 2023-10-14T00:01:53.074 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.332743+0000", 2023-10-14T00:01:53.074 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:53.074 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:53.074 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:53.075 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.332743+0000", 2023-10-14T00:01:53.075 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.332743+0000", 2023-10-14T00:01:53.075 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:53.075 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:53.075 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:53.076 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:53.076 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:53.076 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:53.076 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:53.077 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:53.077 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:53.077 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:53.077 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:53.077 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:53.077 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:53.078 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.11", 2023-10-14T00:01:53.078 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:53.078 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:53.078 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:53.079 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 17, 2023-10-14T00:01:53.079 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:53.079 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T10:17:32.693557+0000", 2023-10-14T00:01:53.079 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:53.079 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:53.080 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:53.080 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:53.080 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:53.080 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:53.080 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:53.081 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:53.081 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:53.081 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:53.081 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:53.081 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:53.082 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:53.082 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:53.082 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:53.082 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:53.082 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:53.083 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:53.083 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:53.083 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:53.083 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:53.084 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:53.084 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:53.084 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:53.084 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:53.084 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:53.085 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:53.085 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:53.085 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:53.085 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:53.085 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:53.085 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:53.086 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:53.086 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:53.086 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:53.086 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:53.087 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:53.087 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:53.087 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:53.087 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:53.087 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:53.088 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:53.088 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:53.088 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.088 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:53.088 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:53.089 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:53.089 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:53.089 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:53.089 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:53.089 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.090 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 6, 2023-10-14T00:01:53.090 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:53.090 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.090 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:53.090 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:53.091 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:53.091 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:53.091 INFO:tasks.workunit.client.0.smithi055.stdout: 5 2023-10-14T00:01:53.091 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.091 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 6, 2023-10-14T00:01:53.092 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:53.092 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:53.092 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:53.092 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:53.092 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:53.093 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:53.093 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.332449+0000", 2023-10-14T00:01:53.093 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.349157+0000", 2023-10-14T00:01:53.093 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.349157+0000", 2023-10-14T00:01:53.093 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.349531+0000", 2023-10-14T00:01:53.094 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.332449+0000", 2023-10-14T00:01:53.094 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.094 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:53.094 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.094 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:53.095 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.332449+0000", 2023-10-14T00:01:53.095 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.332449+0000", 2023-10-14T00:01:53.095 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.332449+0000", 2023-10-14T00:01:53.095 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:53.095 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:53.096 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.096 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.332449+0000", 2023-10-14T00:01:53.096 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.332449+0000", 2023-10-14T00:01:53.096 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:53.096 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:53.097 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:53.097 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:53.097 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:53.097 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:53.097 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:53.098 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:53.098 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:53.098 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:53.098 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:53.098 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:53.099 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:53.099 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.10", 2023-10-14T00:01:53.099 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:53.099 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:53.099 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:53.100 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:53.100 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:53.100 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T09:10:39.317754+0000", 2023-10-14T00:01:53.100 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:53.100 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:53.101 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:53.101 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:53.101 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:53.101 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:53.101 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:53.102 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:53.102 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:53.102 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:53.102 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:53.102 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:53.103 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:53.103 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:53.103 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:53.103 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:53.103 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:53.104 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:53.104 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:53.104 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:53.104 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:53.104 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:53.105 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:53.105 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:53.105 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:53.105 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:53.105 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:53.106 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:53.106 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:53.106 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:53.106 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:53.107 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:53.107 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:53.107 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:53.107 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:53.107 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:53.108 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:53.108 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:53.108 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:53.108 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:53.108 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:53.108 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:53.109 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:53.109 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.109 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:53.109 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:53.109 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:53.110 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:53.110 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:53.110 INFO:tasks.workunit.client.0.smithi055.stdout: 5 2023-10-14T00:01:53.110 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.110 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 6, 2023-10-14T00:01:53.111 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:53.111 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.111 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:53.111 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:53.111 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:53.112 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:53.112 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:53.112 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.112 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 2, 2023-10-14T00:01:53.112 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:53.113 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:53.113 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:53.113 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:53.113 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:53.113 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:53.113 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.318686+0000", 2023-10-14T00:01:53.114 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.707369+0000", 2023-10-14T00:01:53.114 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.707369+0000", 2023-10-14T00:01:53.114 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.707683+0000", 2023-10-14T00:01:53.114 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.318686+0000", 2023-10-14T00:01:53.114 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:53.115 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:53.115 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:53.115 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:53.115 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.318686+0000", 2023-10-14T00:01:53.115 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.318686+0000", 2023-10-14T00:01:53.116 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.318686+0000", 2023-10-14T00:01:53.116 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:53.116 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:53.116 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:53.116 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.318686+0000", 2023-10-14T00:01:53.117 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.318686+0000", 2023-10-14T00:01:53.117 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:53.117 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 8, 2023-10-14T00:01:53.117 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:53.117 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:53.117 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:53.118 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:53.118 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:53.118 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:53.118 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:53.118 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 8, 2023-10-14T00:01:53.119 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:53.119 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:53.119 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:53.119 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.10", 2023-10-14T00:01:53.119 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:53.120 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:53.120 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:53.120 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 25, 2023-10-14T00:01:53.120 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:53.120 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T08:11:40.926328+0000", 2023-10-14T00:01:53.120 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:53.121 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:53.121 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:53.121 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:53.121 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:53.121 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:53.122 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:53.122 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:53.122 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:53.122 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:53.122 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:53.123 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:53.123 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:53.123 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:53.123 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:53.123 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:53.124 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:53.124 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:53.124 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:53.124 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 12, 2023-10-14T00:01:53.124 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 4, 2023-10-14T00:01:53.124 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:53.125 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 4, 2023-10-14T00:01:53.125 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:53.125 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:53.125 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:53.125 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:53.126 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:53.126 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 4, 2023-10-14T00:01:53.126 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:53.126 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:53.126 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:53.127 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:53.127 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:53.127 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:53.127 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:53.127 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:53.128 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:53.128 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:53.128 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:53.128 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:53.128 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 12, 2023-10-14T00:01:53.129 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:53.129 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.129 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:53.129 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:53.129 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:53.129 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:53.130 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:53.130 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:53.130 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.130 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 2, 2023-10-14T00:01:53.130 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "58'8" 2023-10-14T00:01:53.131 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.131 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:53.131 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:53.131 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:53.131 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:53.132 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:53.132 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.132 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 7, 2023-10-14T00:01:53.132 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:53.132 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:53.133 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:53.133 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:53.133 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:53.133 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:53.133 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.328377+0000", 2023-10-14T00:01:53.134 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.341342+0000", 2023-10-14T00:01:53.134 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.341342+0000", 2023-10-14T00:01:53.134 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.341642+0000", 2023-10-14T00:01:53.134 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.328377+0000", 2023-10-14T00:01:53.134 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.134 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:53.135 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.135 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:53.135 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.328377+0000", 2023-10-14T00:01:53.135 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.328377+0000", 2023-10-14T00:01:53.136 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.328377+0000", 2023-10-14T00:01:53.136 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:53.136 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:53.136 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.136 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.328377+0000", 2023-10-14T00:01:53.137 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.328377+0000", 2023-10-14T00:01:53.137 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:53.137 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:53.137 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:53.137 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:53.138 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:53.138 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:53.138 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:53.138 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:53.138 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:53.139 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:53.139 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:53.139 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:53.139 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:53.139 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.11", 2023-10-14T00:01:53.139 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:53.140 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:53.140 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:53.140 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:53.140 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:53.140 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T08:33:24.614123+0000", 2023-10-14T00:01:53.141 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:53.141 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:53.141 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:53.141 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:53.141 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:53.142 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:53.142 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:53.142 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:53.142 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:53.142 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:53.143 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:53.143 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:53.143 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:53.143 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:53.143 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:53.143 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:53.144 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:53.144 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:53.144 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:53.144 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:53.144 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:53.145 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:53.145 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:53.145 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:53.145 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:53.145 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:53.146 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:53.146 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:53.146 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:53.146 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:53.146 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:53.147 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:53.147 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:53.147 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:53.147 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:53.147 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:53.147 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:53.148 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:53.148 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:53.148 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:53.148 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:53.148 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:53.149 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:53.149 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.149 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:53.149 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:53.149 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:53.150 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:53.150 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:53.150 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:53.150 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.150 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 7, 2023-10-14T00:01:53.150 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:53.151 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.151 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:53.151 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:53.151 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:53.151 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:53.152 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:53.152 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.152 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 4, 2023-10-14T00:01:53.152 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:53.152 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:53.153 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:53.153 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:53.153 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:53.153 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:53.153 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.326573+0000", 2023-10-14T00:01:53.154 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.706923+0000", 2023-10-14T00:01:53.154 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.706923+0000", 2023-10-14T00:01:53.154 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.707315+0000", 2023-10-14T00:01:53.154 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.326573+0000", 2023-10-14T00:01:53.154 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:53.154 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:53.155 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:53.155 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:53.155 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.326573+0000", 2023-10-14T00:01:53.155 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.326573+0000", 2023-10-14T00:01:53.155 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.326573+0000", 2023-10-14T00:01:53.157 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:53.157 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:53.157 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:53.158 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.326573+0000", 2023-10-14T00:01:53.158 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.326573+0000", 2023-10-14T00:01:53.158 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:53.158 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 1, 2023-10-14T00:01:53.158 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:53.158 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:53.159 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:53.159 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:53.159 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:53.159 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:53.159 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:53.160 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 1, 2023-10-14T00:01:53.160 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:53.160 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:53.160 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:53.160 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.f", 2023-10-14T00:01:53.161 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:53.161 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:53.161 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:53.161 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 18, 2023-10-14T00:01:53.161 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:53.162 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T03:51:24.127200+0000", 2023-10-14T00:01:53.162 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:53.162 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:53.162 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:53.162 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 22, 2023-10-14T00:01:53.162 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:53.163 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:53.163 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:53.163 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:53.163 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:53.164 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:53.164 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:53.164 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:53.164 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:53.164 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:53.165 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:53.165 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:53.165 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:53.165 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:53.165 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:53.166 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 3, 2023-10-14T00:01:53.166 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 1, 2023-10-14T00:01:53.166 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:53.166 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 1, 2023-10-14T00:01:53.166 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:53.167 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:53.167 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:53.167 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:53.167 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:53.167 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:53.167 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:53.168 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:53.168 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:53.168 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:53.168 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:53.168 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:53.169 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:53.169 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:53.169 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:53.169 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:53.169 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:53.170 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:53.170 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 1, 2023-10-14T00:01:53.170 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 1 2023-10-14T00:01:53.170 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.170 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:53.171 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:53.171 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:53.171 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:53.171 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:53.171 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:53.172 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.172 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 4, 2023-10-14T00:01:53.172 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "58'1" 2023-10-14T00:01:53.172 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.172 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:53.172 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:53.173 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:53.173 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:53.173 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:53.173 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.173 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 7, 2023-10-14T00:01:53.174 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:53.174 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:53.174 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:53.174 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:53.174 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:53.175 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:53.175 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.328350+0000", 2023-10-14T00:01:53.175 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.341053+0000", 2023-10-14T00:01:53.175 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.341053+0000", 2023-10-14T00:01:53.175 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.341341+0000", 2023-10-14T00:01:53.176 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.328350+0000", 2023-10-14T00:01:53.176 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.176 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:53.176 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.176 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:53.177 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.328350+0000", 2023-10-14T00:01:53.177 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.328350+0000", 2023-10-14T00:01:53.177 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.328350+0000", 2023-10-14T00:01:53.177 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:53.177 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:53.177 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.178 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.328350+0000", 2023-10-14T00:01:53.178 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.328350+0000", 2023-10-14T00:01:53.178 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:53.178 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:53.178 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:53.179 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:53.179 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:53.179 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:53.179 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:53.179 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:53.180 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:53.180 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:53.180 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:53.180 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:53.180 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:53.181 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.e", 2023-10-14T00:01:53.181 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:53.181 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:53.181 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:53.181 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:53.182 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:53.182 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T04:12:36.476139+0000", 2023-10-14T00:01:53.182 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:53.182 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:53.182 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:53.183 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:53.183 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:53.183 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:53.183 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:53.183 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:53.183 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:53.184 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:53.184 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:53.184 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:53.184 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:53.184 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:53.185 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:53.185 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:53.185 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:53.185 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:53.185 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:53.186 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:53.186 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:53.186 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:53.186 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:53.186 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:53.186 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:53.187 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:53.187 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:53.187 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:53.187 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:53.187 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:53.188 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:53.188 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:53.188 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:53.188 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:53.188 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:53.189 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:53.189 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:53.189 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:53.189 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:53.189 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:53.190 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:53.190 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:53.190 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:53.190 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.190 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:53.191 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:53.191 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:53.191 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:53.191 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:53.191 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:53.192 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.192 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 7, 2023-10-14T00:01:53.192 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:53.192 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.192 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:53.192 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:53.193 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:53.193 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:53.193 INFO:tasks.workunit.client.0.smithi055.stdout: 4 2023-10-14T00:01:53.193 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.193 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 1, 2023-10-14T00:01:53.194 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:53.194 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:53.194 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 60, 2023-10-14T00:01:53.194 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:53.194 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:53.195 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:53.195 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.325126+0000", 2023-10-14T00:01:53.195 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-14T00:00:02.980467+0000", 2023-10-14T00:01:53.195 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-14T00:00:02.980467+0000", 2023-10-14T00:01:53.195 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-14T00:00:02.980845+0000", 2023-10-14T00:01:53.196 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.325126+0000", 2023-10-14T00:01:53.196 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-14T00:00:01.602105+0000", 2023-10-14T00:01:53.196 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:53.196 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-14T00:00:01.602105+0000", 2023-10-14T00:01:53.196 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 61, 2023-10-14T00:01:53.197 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.325126+0000", 2023-10-14T00:01:53.197 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.325126+0000", 2023-10-14T00:01:53.197 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.325126+0000", 2023-10-14T00:01:53.197 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:53.197 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:53.197 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-14T00:00:01.602105+0000", 2023-10-14T00:01:53.198 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.325126+0000", 2023-10-14T00:01:53.198 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.325126+0000", 2023-10-14T00:01:53.198 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:53.198 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:53.198 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:53.199 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:53.199 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 60, 2023-10-14T00:01:53.199 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:53.199 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:53.199 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:53.200 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:53.200 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:53.200 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:53.200 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:53.200 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:53.201 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "4.2", 2023-10-14T00:01:53.201 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:53.201 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:53.201 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:53.201 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 13, 2023-10-14T00:01:53.202 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:53.202 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T01:32:39.003467+0000", 2023-10-14T00:01:53.202 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:53.202 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:53.202 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:53.203 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:53.203 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:53.203 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:53.203 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:53.203 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:53.204 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:53.204 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:53.204 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:53.204 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:53.204 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:53.205 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:53.205 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:53.205 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:53.205 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:53.205 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:53.205 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:53.206 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:53.206 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:53.206 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:53.206 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:53.206 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:53.207 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:53.207 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:53.207 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:53.207 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:53.207 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:53.208 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:53.208 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:53.208 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:53.208 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:53.209 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:53.209 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:53.209 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:53.209 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:53.209 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:53.209 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:53.210 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:53.210 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:53.210 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:53.210 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:53.210 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.211 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:53.211 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:53.211 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:53.211 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:53.211 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:53.212 INFO:tasks.workunit.client.0.smithi055.stdout: 4 2023-10-14T00:01:53.212 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.212 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 1, 2023-10-14T00:01:53.212 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:53.212 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.213 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:53.213 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:53.213 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:53.213 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:53.213 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:53.214 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.214 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 1, 2023-10-14T00:01:53.214 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:53.214 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:53.214 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:53.215 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:53.215 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:53.215 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:53.215 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.325706+0000", 2023-10-14T00:01:53.215 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.707358+0000", 2023-10-14T00:01:53.215 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.707358+0000", 2023-10-14T00:01:53.216 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.707696+0000", 2023-10-14T00:01:53.216 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.325706+0000", 2023-10-14T00:01:53.216 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:53.216 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:53.216 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:53.217 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:53.217 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.325706+0000", 2023-10-14T00:01:53.217 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.325706+0000", 2023-10-14T00:01:53.217 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.325706+0000", 2023-10-14T00:01:53.217 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:53.218 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:53.218 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:53.218 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.325706+0000", 2023-10-14T00:01:53.218 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.325706+0000", 2023-10-14T00:01:53.218 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:53.219 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:53.219 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:53.219 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:53.219 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:53.219 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:53.219 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:53.220 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:53.220 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:53.220 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:53.220 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:53.220 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:53.221 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:53.221 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.4", 2023-10-14T00:01:53.221 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:53.221 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:53.221 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:53.222 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 17, 2023-10-14T00:01:53.222 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:53.222 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T09:19:31.743436+0000", 2023-10-14T00:01:53.222 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:53.222 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:53.222 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:53.223 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:53.223 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:53.223 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:53.223 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:53.223 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:53.224 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:53.224 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:53.224 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:53.224 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:53.224 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:53.225 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:53.225 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:53.225 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:53.225 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:53.225 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:53.226 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:53.226 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:53.226 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:53.226 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:53.226 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:53.226 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:53.227 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:53.227 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:53.227 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:53.227 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:53.228 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:53.228 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:53.228 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:53.228 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:53.228 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:53.228 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:53.229 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:53.229 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:53.229 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:53.229 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:53.229 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:53.230 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:53.230 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:53.230 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:53.230 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:53.230 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.231 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:53.231 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:53.231 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:53.231 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:53.231 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:53.232 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:53.232 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.232 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 1, 2023-10-14T00:01:53.232 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:53.232 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.233 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:53.233 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:53.233 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:53.233 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:53.233 INFO:tasks.workunit.client.0.smithi055.stdout: 2 2023-10-14T00:01:53.233 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.234 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 5, 2023-10-14T00:01:53.234 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:53.234 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:53.234 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:53.234 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:53.235 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:53.235 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:53.235 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.330982+0000", 2023-10-14T00:01:53.235 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.347833+0000", 2023-10-14T00:01:53.235 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.347833+0000", 2023-10-14T00:01:53.236 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.348157+0000", 2023-10-14T00:01:53.236 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.330982+0000", 2023-10-14T00:01:53.236 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.236 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:53.236 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.236 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:53.237 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.330982+0000", 2023-10-14T00:01:53.237 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.330982+0000", 2023-10-14T00:01:53.237 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.330982+0000", 2023-10-14T00:01:53.237 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:53.237 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:53.238 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.238 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.330982+0000", 2023-10-14T00:01:53.238 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.330982+0000", 2023-10-14T00:01:53.238 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:53.238 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:53.239 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:53.239 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:53.239 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:53.239 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:53.239 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:53.240 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:53.240 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:53.240 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:53.240 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:53.240 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:53.241 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:53.241 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.5", 2023-10-14T00:01:53.241 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:53.241 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:53.241 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:53.241 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:53.242 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:53.242 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T04:13:27.045911+0000", 2023-10-14T00:01:53.242 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:53.242 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:53.242 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:53.243 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:53.243 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:53.243 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:53.243 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:53.243 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:53.244 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:53.244 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:53.244 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:53.244 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:53.244 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:53.245 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:53.245 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:53.245 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:53.245 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:53.245 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:53.245 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:53.246 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:53.246 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:53.246 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:53.246 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:53.246 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:53.247 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:53.247 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:53.247 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:53.247 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:53.247 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:53.248 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:53.248 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:53.248 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:53.248 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:53.248 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:53.248 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:53.249 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:53.249 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:53.249 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:53.249 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:53.249 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:53.250 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:53.250 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:53.250 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:53.250 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.250 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:53.251 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:53.251 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:53.251 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:53.251 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:53.251 INFO:tasks.workunit.client.0.smithi055.stdout: 2 2023-10-14T00:01:53.252 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.252 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 5, 2023-10-14T00:01:53.252 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:53.252 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.252 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:53.252 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:53.253 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:53.253 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:53.253 INFO:tasks.workunit.client.0.smithi055.stdout: 3 2023-10-14T00:01:53.253 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.253 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 1, 2023-10-14T00:01:53.254 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:53.254 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:53.254 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 60, 2023-10-14T00:01:53.254 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:53.254 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:53.255 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:53.255 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.325785+0000", 2023-10-14T00:01:53.255 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-14T00:00:03.009736+0000", 2023-10-14T00:01:53.255 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-14T00:00:03.009736+0000", 2023-10-14T00:01:53.255 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-14T00:00:03.010005+0000", 2023-10-14T00:01:53.255 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.325785+0000", 2023-10-14T00:01:53.256 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-14T00:00:01.602105+0000", 2023-10-14T00:01:53.256 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:53.256 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-14T00:00:01.602105+0000", 2023-10-14T00:01:53.256 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 61, 2023-10-14T00:01:53.256 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.325785+0000", 2023-10-14T00:01:53.257 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.325785+0000", 2023-10-14T00:01:53.257 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.325785+0000", 2023-10-14T00:01:53.257 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:53.257 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:53.257 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-14T00:00:01.602105+0000", 2023-10-14T00:01:53.258 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.325785+0000", 2023-10-14T00:01:53.258 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.325785+0000", 2023-10-14T00:01:53.258 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:53.258 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:53.258 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:53.259 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:53.259 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 60, 2023-10-14T00:01:53.259 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:53.259 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:53.259 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:53.259 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:53.260 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:53.260 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:53.260 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:53.260 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:53.260 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "4.4", 2023-10-14T00:01:53.261 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:53.261 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:53.261 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:53.261 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 13, 2023-10-14T00:01:53.261 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:53.262 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T09:32:40.373452+0000", 2023-10-14T00:01:53.262 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:53.262 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:53.262 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:53.262 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:53.263 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:53.263 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:53.263 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:53.263 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:53.263 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:53.263 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:53.264 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:53.264 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:53.264 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:53.264 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:53.264 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:53.265 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:53.265 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:53.265 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:53.265 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:53.265 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:53.266 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:53.266 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:53.266 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:53.266 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:53.266 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:53.266 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:53.267 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:53.267 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:53.267 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:53.267 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:53.267 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:53.268 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:53.268 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:53.268 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:53.268 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:53.268 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:53.269 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:53.269 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:53.269 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:53.269 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:53.269 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:53.270 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:53.270 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:53.270 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.270 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:53.270 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:53.271 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:53.271 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:53.271 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:53.271 INFO:tasks.workunit.client.0.smithi055.stdout: 3 2023-10-14T00:01:53.271 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.271 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 1, 2023-10-14T00:01:53.272 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:53.272 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.272 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:53.272 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:53.272 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:53.273 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:53.273 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:53.273 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.273 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 5, 2023-10-14T00:01:53.273 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:53.274 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:53.274 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:53.274 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:53.274 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:53.274 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:53.275 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.330045+0000", 2023-10-14T00:01:53.275 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.716413+0000", 2023-10-14T00:01:53.275 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.716413+0000", 2023-10-14T00:01:53.275 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.716765+0000", 2023-10-14T00:01:53.275 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.330045+0000", 2023-10-14T00:01:53.276 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:53.276 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:53.276 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:53.276 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:53.276 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.330045+0000", 2023-10-14T00:01:53.276 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.330045+0000", 2023-10-14T00:01:53.277 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.330045+0000", 2023-10-14T00:01:53.277 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:53.277 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:53.277 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:53.277 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.330045+0000", 2023-10-14T00:01:53.278 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.330045+0000", 2023-10-14T00:01:53.278 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:53.278 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:53.278 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:53.278 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:53.279 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:53.279 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:53.279 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:53.279 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:53.279 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:53.280 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:53.280 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:53.280 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:53.280 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:53.280 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.2", 2023-10-14T00:01:53.280 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:53.281 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:53.281 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:53.281 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 17, 2023-10-14T00:01:53.281 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:53.281 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T05:11:10.872613+0000", 2023-10-14T00:01:53.282 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:53.282 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:53.282 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:53.282 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:53.282 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:53.283 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:53.283 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:53.283 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:53.283 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:53.283 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:53.283 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:53.284 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:53.284 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:53.284 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:53.284 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:53.284 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:53.285 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:53.285 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:53.285 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:53.285 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:53.285 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:53.286 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:53.286 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:53.286 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:53.286 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:53.286 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:53.287 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:53.287 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:53.287 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:53.287 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:53.287 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:53.287 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:53.288 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:53.288 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:53.288 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:53.288 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:53.288 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:53.289 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:53.289 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:53.289 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:53.289 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:53.289 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:53.289 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:53.290 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.290 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:53.290 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:53.290 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:53.290 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:53.291 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:53.291 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:53.291 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.291 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 5, 2023-10-14T00:01:53.291 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:53.292 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.292 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:53.292 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:53.292 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:53.292 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:53.293 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:53.293 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.293 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 4, 2023-10-14T00:01:53.293 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:53.293 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:53.293 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:53.294 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:53.294 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:53.294 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:53.294 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.326083+0000", 2023-10-14T00:01:53.294 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.344578+0000", 2023-10-14T00:01:53.295 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.344578+0000", 2023-10-14T00:01:53.295 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.344904+0000", 2023-10-14T00:01:53.295 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.326083+0000", 2023-10-14T00:01:53.295 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.295 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:53.296 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.296 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:53.296 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.326083+0000", 2023-10-14T00:01:53.296 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.326083+0000", 2023-10-14T00:01:53.296 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.326083+0000", 2023-10-14T00:01:53.296 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:53.297 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:53.297 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.297 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.326083+0000", 2023-10-14T00:01:53.297 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.326083+0000", 2023-10-14T00:01:53.297 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:53.298 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:53.298 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:53.298 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:53.298 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:53.298 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:53.299 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:53.299 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:53.299 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:53.299 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:53.299 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:53.300 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:53.300 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:53.300 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.3", 2023-10-14T00:01:53.300 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:53.300 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:53.301 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:53.301 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:53.301 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:53.301 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T02:53:25.819205+0000", 2023-10-14T00:01:53.301 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:53.301 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:53.302 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:53.302 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:53.302 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:53.302 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:53.302 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:53.303 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:53.303 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:53.303 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:53.303 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:53.303 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:53.304 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:53.304 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:53.304 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:53.304 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:53.304 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:53.304 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:53.305 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:53.305 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:53.305 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:53.305 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:53.305 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:53.306 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:53.306 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:53.306 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:53.306 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:53.306 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:53.307 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:53.307 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:53.307 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:53.307 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:53.307 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:53.308 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:53.308 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:53.308 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:53.308 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:53.308 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:53.308 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:53.309 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:53.309 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:53.309 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:53.309 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:53.309 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.310 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:53.310 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:53.310 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:53.310 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:53.310 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:53.311 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:53.311 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.311 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 4, 2023-10-14T00:01:53.311 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:53.311 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.312 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:53.312 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:53.312 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:53.312 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:53.312 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:53.312 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.313 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 1, 2023-10-14T00:01:53.313 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:53.313 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:53.313 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 60, 2023-10-14T00:01:53.313 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:53.314 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:53.314 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:53.314 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.326520+0000", 2023-10-14T00:01:53.314 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-14T00:00:02.980424+0000", 2023-10-14T00:01:53.314 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-14T00:00:02.980424+0000", 2023-10-14T00:01:53.315 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-14T00:00:02.980893+0000", 2023-10-14T00:01:53.315 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.326520+0000", 2023-10-14T00:01:53.315 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-14T00:00:01.602105+0000", 2023-10-14T00:01:53.315 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:53.315 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-14T00:00:01.602105+0000", 2023-10-14T00:01:53.316 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 61, 2023-10-14T00:01:53.316 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.326520+0000", 2023-10-14T00:01:53.316 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.326520+0000", 2023-10-14T00:01:53.316 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.326520+0000", 2023-10-14T00:01:53.316 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:53.316 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:53.317 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-14T00:00:01.602105+0000", 2023-10-14T00:01:53.317 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.326520+0000", 2023-10-14T00:01:53.317 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.326520+0000", 2023-10-14T00:01:53.317 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:53.317 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:53.318 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:53.318 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:53.318 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 60, 2023-10-14T00:01:53.318 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:53.318 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:53.319 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:53.319 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:53.319 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:53.319 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:53.319 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:53.320 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:53.320 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "4.7", 2023-10-14T00:01:53.320 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:53.320 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:53.320 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:53.320 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 13, 2023-10-14T00:01:53.321 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:53.321 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T01:54:29.959845+0000", 2023-10-14T00:01:53.321 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:53.321 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:53.321 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:53.322 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:53.322 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:53.322 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:53.322 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:53.322 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:53.323 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:53.323 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:53.323 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:53.323 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:53.323 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:53.323 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:53.324 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:53.324 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:53.324 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:53.324 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:53.324 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:53.325 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:53.325 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:53.325 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:53.325 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:53.325 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:53.326 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:53.326 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:53.326 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:53.326 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:53.326 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:53.327 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:53.327 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:53.327 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:53.327 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:53.327 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:53.327 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:53.328 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:53.328 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:53.328 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:53.328 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:53.328 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:53.329 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:53.329 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:53.329 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:53.329 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.329 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:53.330 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:53.330 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:53.330 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:53.330 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:53.330 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:53.331 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.331 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 1, 2023-10-14T00:01:53.331 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:53.331 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.331 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:53.331 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:53.332 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:53.332 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:53.332 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:53.332 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.332 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 1, 2023-10-14T00:01:53.333 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:53.333 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:53.333 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:53.333 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:53.333 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:53.334 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:53.334 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.324153+0000", 2023-10-14T00:01:53.334 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.344951+0000", 2023-10-14T00:01:53.334 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.344951+0000", 2023-10-14T00:01:53.334 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.345399+0000", 2023-10-14T00:01:53.335 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.324153+0000", 2023-10-14T00:01:53.335 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.335 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:53.335 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.335 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:53.336 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.324153+0000", 2023-10-14T00:01:53.336 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.324153+0000", 2023-10-14T00:01:53.336 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.324153+0000", 2023-10-14T00:01:53.336 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:53.336 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:53.336 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.337 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.324153+0000", 2023-10-14T00:01:53.337 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.324153+0000", 2023-10-14T00:01:53.337 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:53.337 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:53.337 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:53.338 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:53.338 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:53.338 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:53.338 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:53.338 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:53.339 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:53.339 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:53.339 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:53.339 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:53.339 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:53.340 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.0", 2023-10-14T00:01:53.340 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:53.340 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:53.340 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:53.340 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:53.341 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:53.341 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T06:27:01.403692+0000", 2023-10-14T00:01:53.341 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:53.341 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:53.341 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:53.341 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:53.342 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:53.342 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:53.342 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:53.342 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:53.342 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:53.343 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:53.343 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:53.343 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:53.343 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:53.343 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:53.344 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:53.344 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:53.344 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:53.344 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:53.344 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:53.344 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:53.345 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:53.345 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:53.345 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:53.345 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:53.345 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:53.346 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:53.346 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:53.346 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:53.346 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:53.347 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:53.347 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:53.347 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:53.347 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:53.347 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:53.347 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:53.348 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:53.348 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:53.348 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:53.348 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:53.348 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:53.349 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:53.349 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:53.349 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:53.349 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.349 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:53.350 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:53.350 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:53.350 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:53.350 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:53.350 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:53.351 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.351 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 1, 2023-10-14T00:01:53.351 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:53.351 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.351 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:53.352 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:53.352 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:53.352 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:53.352 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:53.352 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.353 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 2, 2023-10-14T00:01:53.353 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:53.353 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:53.353 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:53.353 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:53.354 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:53.354 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:53.354 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.318678+0000", 2023-10-14T00:01:53.354 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.696927+0000", 2023-10-14T00:01:53.354 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.696927+0000", 2023-10-14T00:01:53.355 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.697283+0000", 2023-10-14T00:01:53.355 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.318678+0000", 2023-10-14T00:01:53.355 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:53.355 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:53.355 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:53.355 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:53.356 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.318678+0000", 2023-10-14T00:01:53.356 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.318678+0000", 2023-10-14T00:01:53.356 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.318678+0000", 2023-10-14T00:01:53.356 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:53.356 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:53.357 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:53.357 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.318678+0000", 2023-10-14T00:01:53.357 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.318678+0000", 2023-10-14T00:01:53.357 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:53.357 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:53.358 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:53.358 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:53.358 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:53.358 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:53.358 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:53.359 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:53.359 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:53.359 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:53.359 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:53.359 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:53.360 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:53.360 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.1", 2023-10-14T00:01:53.360 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:53.360 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:53.360 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:53.360 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 17, 2023-10-14T00:01:53.361 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:53.361 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T10:55:54.826314+0000", 2023-10-14T00:01:53.361 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:53.361 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:53.361 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:53.362 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:53.362 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:53.362 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:53.362 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:53.362 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:53.363 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:53.363 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:53.363 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:53.363 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:53.363 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:53.364 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:53.364 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:53.364 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:53.364 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:53.364 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:53.365 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:53.365 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:53.365 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:53.365 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:53.365 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:53.365 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:53.366 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:53.366 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:53.366 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:53.366 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:53.366 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:53.367 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:53.367 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:53.367 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:53.367 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:53.367 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:53.368 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:53.368 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:53.368 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:53.368 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:53.368 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:53.369 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:53.369 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:53.369 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:53.369 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:53.369 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.370 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:53.370 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:53.370 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:53.370 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:53.371 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:53.371 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:53.371 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.371 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 2, 2023-10-14T00:01:53.371 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:53.371 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.372 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:53.372 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:53.372 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:53.372 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:53.372 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:53.373 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.373 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 6, 2023-10-14T00:01:53.373 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:53.373 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:53.373 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 60, 2023-10-14T00:01:53.374 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:53.374 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:53.374 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:53.374 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.332052+0000", 2023-10-14T00:01:53.374 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-14T00:00:02.636881+0000", 2023-10-14T00:01:53.375 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-14T00:00:02.636881+0000", 2023-10-14T00:01:53.375 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-14T00:00:02.637189+0000", 2023-10-14T00:01:53.375 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.332052+0000", 2023-10-14T00:01:53.375 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-14T00:00:01.602105+0000", 2023-10-14T00:01:53.375 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:53.376 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-14T00:00:01.602105+0000", 2023-10-14T00:01:53.376 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 61, 2023-10-14T00:01:53.376 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.332052+0000", 2023-10-14T00:01:53.376 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.332052+0000", 2023-10-14T00:01:53.376 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.332052+0000", 2023-10-14T00:01:53.376 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:53.377 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:53.377 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-14T00:00:01.602105+0000", 2023-10-14T00:01:53.377 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.332052+0000", 2023-10-14T00:01:53.377 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.332052+0000", 2023-10-14T00:01:53.377 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:53.378 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:53.378 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:53.378 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:53.378 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 60, 2023-10-14T00:01:53.378 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:53.379 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:53.379 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:53.379 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:53.379 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:53.379 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:53.380 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:53.380 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:53.380 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "4.5", 2023-10-14T00:01:53.380 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:53.380 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:53.381 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:53.381 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 13, 2023-10-14T00:01:53.381 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:53.381 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T04:11:32.220823+0000", 2023-10-14T00:01:53.381 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:53.382 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:53.382 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:53.382 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:53.382 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:53.382 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:53.383 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:53.383 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:53.383 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:53.383 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:53.383 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:53.384 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:53.384 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:53.384 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:53.384 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:53.384 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:53.385 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:53.385 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:53.385 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:53.385 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:53.385 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:53.385 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:53.386 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:53.386 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:53.386 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:53.386 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:53.386 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:53.387 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:53.387 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:53.387 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:53.387 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:53.387 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:53.388 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:53.388 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:53.388 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:53.388 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:53.388 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:53.389 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:53.389 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:53.389 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:53.389 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:53.389 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:53.389 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:53.390 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.390 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:53.390 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:53.390 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:53.390 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:53.391 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:53.391 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:53.391 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.391 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 6, 2023-10-14T00:01:53.391 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:53.392 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.392 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:53.392 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:53.392 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:53.392 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:53.393 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:53.393 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.393 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 3, 2023-10-14T00:01:53.393 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:53.393 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:53.394 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:53.394 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:53.394 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:53.394 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:53.394 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.321857+0000", 2023-10-14T00:01:53.395 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.340813+0000", 2023-10-14T00:01:53.395 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.340813+0000", 2023-10-14T00:01:53.395 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.341870+0000", 2023-10-14T00:01:53.395 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.321857+0000", 2023-10-14T00:01:53.395 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.396 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:53.396 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.396 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:53.396 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.321857+0000", 2023-10-14T00:01:53.396 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.321857+0000", 2023-10-14T00:01:53.397 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.321857+0000", 2023-10-14T00:01:53.397 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:53.397 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:53.397 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.397 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.321857+0000", 2023-10-14T00:01:53.398 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.321857+0000", 2023-10-14T00:01:53.398 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:53.398 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:53.398 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:53.398 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:53.399 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:53.399 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:53.399 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:53.399 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:53.399 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:53.400 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:53.400 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:53.400 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:53.400 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:53.400 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.2", 2023-10-14T00:01:53.400 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:53.401 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:53.401 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:53.401 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:53.401 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:53.401 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T02:44:09.881102+0000", 2023-10-14T00:01:53.402 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:53.402 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:53.402 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:53.402 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:53.402 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:53.403 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:53.403 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:53.403 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:53.403 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:53.403 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:53.404 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:53.404 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:53.404 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:53.404 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:53.404 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:53.404 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:53.405 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:53.405 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:53.405 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:53.405 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:53.405 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:53.406 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:53.406 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:53.406 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:53.406 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:53.406 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:53.407 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:53.407 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:53.407 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:53.407 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:53.407 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:53.408 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:53.408 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:53.408 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:53.408 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:53.408 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:53.408 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:53.409 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:53.409 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:53.409 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:53.409 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:53.409 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:53.410 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:53.410 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.410 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:53.410 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:53.410 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:53.411 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:53.411 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:53.411 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:53.411 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.411 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 3, 2023-10-14T00:01:53.411 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:53.412 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.412 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:53.412 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:53.412 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:53.412 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:53.413 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:53.413 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.413 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 5, 2023-10-14T00:01:53.413 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:53.413 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:53.414 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:53.414 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:53.414 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:53.414 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:53.414 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.330241+0000", 2023-10-14T00:01:53.415 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.704786+0000", 2023-10-14T00:01:53.415 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.704786+0000", 2023-10-14T00:01:53.415 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.705101+0000", 2023-10-14T00:01:53.415 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.330241+0000", 2023-10-14T00:01:53.415 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:53.415 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:53.416 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:53.416 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:53.416 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.330241+0000", 2023-10-14T00:01:53.416 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.330241+0000", 2023-10-14T00:01:53.416 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.330241+0000", 2023-10-14T00:01:53.417 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:53.417 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:53.417 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:53.417 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.330241+0000", 2023-10-14T00:01:53.417 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.330241+0000", 2023-10-14T00:01:53.418 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:53.418 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:53.418 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:53.418 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:53.418 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:53.419 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:53.419 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:53.419 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:53.419 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:53.420 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:53.420 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:53.420 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:53.420 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:53.420 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.3", 2023-10-14T00:01:53.421 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:53.421 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:53.421 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:53.421 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 17, 2023-10-14T00:01:53.421 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:53.422 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T01:36:08.852164+0000", 2023-10-14T00:01:53.422 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:53.422 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:53.422 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:53.422 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:53.423 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:53.423 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:53.423 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:53.423 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:53.423 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:53.424 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:53.424 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:53.424 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:53.424 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:53.424 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:53.425 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:53.425 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:53.425 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:53.425 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:53.425 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:53.426 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:53.426 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:53.426 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:53.426 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:53.426 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:53.427 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:53.427 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:53.427 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:53.427 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:53.427 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:53.428 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:53.428 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:53.428 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:53.428 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:53.428 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:53.429 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:53.429 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:53.429 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:53.429 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:53.429 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:53.430 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:53.430 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:53.430 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:53.430 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:53.430 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.431 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:53.431 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:53.431 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:53.431 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:53.431 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:53.432 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:53.432 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.432 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 5, 2023-10-14T00:01:53.432 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:53.432 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.433 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:53.433 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:53.433 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:53.433 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:53.433 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:53.434 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.434 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 7, 2023-10-14T00:01:53.434 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:53.434 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:53.434 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 19, 2023-10-14T00:01:53.434 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:53.435 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:53.435 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:53.435 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:43.279661+0000", 2023-10-14T00:01:53.435 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:23.366362+0000", 2023-10-14T00:01:53.435 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:23.366362+0000", 2023-10-14T00:01:53.436 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:23.366826+0000", 2023-10-14T00:01:53.436 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:43.279661+0000", 2023-10-14T00:01:53.436 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:57:57.119812+0000", 2023-10-14T00:01:53.436 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:53.436 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:57:57.119812+0000", 2023-10-14T00:01:53.437 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 55, 2023-10-14T00:01:53.437 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:43.279661+0000", 2023-10-14T00:01:53.437 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:43.279661+0000", 2023-10-14T00:01:53.437 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:43.279661+0000", 2023-10-14T00:01:53.437 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:53.438 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:53.438 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:57:57.119812+0000", 2023-10-14T00:01:53.438 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:43.279661+0000", 2023-10-14T00:01:53.438 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:43.279661+0000", 2023-10-14T00:01:53.438 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:53.439 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 193, 2023-10-14T00:01:53.439 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:53.439 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:53.439 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 54, 2023-10-14T00:01:53.439 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:53.439 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:53.440 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:53.440 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:53.440 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 193, 2023-10-14T00:01:53.440 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:53.440 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:53.441 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:53.441 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "1.0", 2023-10-14T00:01:53.441 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:53.441 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:53.441 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 65, 2023-10-14T00:01:53.442 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 386, 2023-10-14T00:01:53.442 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:53.442 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T07:24:23.123942+0000", 2023-10-14T00:01:53.442 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:53.442 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:53.442 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:53.443 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 590368, 2023-10-14T00:01:53.443 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:53.443 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 1771104, 2023-10-14T00:01:53.443 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:53.443 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:53.444 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:53.444 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:53.444 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:53.444 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:53.444 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:53.445 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:53.445 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:53.445 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:53.445 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:53.445 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:53.446 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:53.446 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 6, 2023-10-14T00:01:53.446 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 2, 2023-10-14T00:01:53.446 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:53.446 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 2, 2023-10-14T00:01:53.446 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:53.447 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:53.447 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:53.447 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:53.447 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:53.447 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:53.448 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:53.448 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 6, 2023-10-14T00:01:53.448 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:53.448 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:53.448 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:53.449 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:53.449 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:53.449 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 357, 2023-10-14T00:01:53.449 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 624, 2023-10-14T00:01:53.449 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:53.450 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:53.450 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:53.450 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 269, 2023-10-14T00:01:53.450 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 3462 2023-10-14T00:01:53.450 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.451 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:53.451 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:53.451 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:53.451 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:53.451 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:53.452 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:53.452 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.452 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 7, 2023-10-14T00:01:53.452 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "65'193" 2023-10-14T00:01:53.452 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.452 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:53.453 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:53.453 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:53.453 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:53.453 INFO:tasks.workunit.client.0.smithi055.stdout: 2 2023-10-14T00:01:53.453 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.454 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 0, 2023-10-14T00:01:53.454 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:53.454 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:53.454 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 60, 2023-10-14T00:01:53.454 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:53.455 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:53.455 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:53.455 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.325122+0000", 2023-10-14T00:01:53.455 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-14T00:00:03.009386+0000", 2023-10-14T00:01:53.455 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-14T00:00:03.009386+0000", 2023-10-14T00:01:53.456 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-14T00:00:03.009738+0000", 2023-10-14T00:01:53.456 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.325122+0000", 2023-10-14T00:01:53.456 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-14T00:00:01.602105+0000", 2023-10-14T00:01:53.456 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:53.456 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-14T00:00:01.602105+0000", 2023-10-14T00:01:53.456 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 61, 2023-10-14T00:01:53.457 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.325122+0000", 2023-10-14T00:01:53.457 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.325122+0000", 2023-10-14T00:01:53.457 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.325122+0000", 2023-10-14T00:01:53.457 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:53.457 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:53.458 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-14T00:00:01.602105+0000", 2023-10-14T00:01:53.458 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.325122+0000", 2023-10-14T00:01:53.458 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.325122+0000", 2023-10-14T00:01:53.458 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:53.459 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:53.459 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:53.459 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:53.459 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 60, 2023-10-14T00:01:53.459 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:53.460 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:53.460 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:53.460 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:53.460 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:53.460 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:53.460 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:53.461 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:53.461 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "4.6", 2023-10-14T00:01:53.461 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:53.461 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:53.461 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:53.462 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 13, 2023-10-14T00:01:53.462 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:53.462 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T09:40:40.255359+0000", 2023-10-14T00:01:53.462 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:53.462 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:53.463 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:53.463 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:53.463 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:53.463 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:53.463 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:53.464 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:53.464 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:53.464 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:53.464 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:53.464 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:53.465 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:53.465 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:53.465 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:53.465 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:53.465 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:53.465 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:53.466 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:53.466 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:53.466 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:53.466 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:53.466 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:53.467 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:53.467 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:53.467 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:53.467 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:53.467 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:53.468 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:53.468 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:53.468 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:53.468 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:53.468 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:53.469 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:53.469 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:53.469 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:53.469 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:53.469 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:53.470 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:53.470 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:53.470 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:53.470 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:53.470 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:53.471 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.471 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:53.471 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:53.471 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:53.471 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:53.471 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:53.472 INFO:tasks.workunit.client.0.smithi055.stdout: 2 2023-10-14T00:01:53.472 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.472 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 0, 2023-10-14T00:01:53.472 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:53.472 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.473 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:53.473 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:53.473 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:53.473 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:53.473 INFO:tasks.workunit.client.0.smithi055.stdout: 3 2023-10-14T00:01:53.474 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.474 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 0, 2023-10-14T00:01:53.474 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:53.474 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:53.474 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:53.475 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:53.475 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:53.475 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:53.475 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.324890+0000", 2023-10-14T00:01:53.475 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.345727+0000", 2023-10-14T00:01:53.475 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.345727+0000", 2023-10-14T00:01:53.476 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.346039+0000", 2023-10-14T00:01:53.476 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.324890+0000", 2023-10-14T00:01:53.476 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.476 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:53.476 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.477 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:53.477 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.324890+0000", 2023-10-14T00:01:53.477 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.324890+0000", 2023-10-14T00:01:53.477 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.324890+0000", 2023-10-14T00:01:53.477 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:53.478 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:53.478 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.478 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.324890+0000", 2023-10-14T00:01:53.478 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.324890+0000", 2023-10-14T00:01:53.478 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:53.479 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:53.479 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:53.479 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:53.479 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:53.479 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:53.479 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:53.480 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:53.480 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:53.480 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:53.480 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:53.480 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:53.481 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:53.481 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.1", 2023-10-14T00:01:53.481 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:53.481 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:53.481 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:53.482 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:53.482 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:53.482 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T08:38:24.276851+0000", 2023-10-14T00:01:53.482 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:53.482 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:53.482 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:53.483 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:53.483 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:53.483 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:53.483 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:53.483 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:53.484 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:53.484 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:53.484 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:53.484 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:53.484 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:53.485 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:53.485 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:53.485 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:53.485 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:53.485 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:53.485 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:53.486 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:53.486 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:53.486 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:53.486 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:53.486 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:53.487 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:53.487 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:53.487 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:53.487 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:53.487 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:53.488 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:53.488 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:53.488 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:53.488 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:53.488 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:53.488 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:53.489 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:53.489 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:53.489 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:53.489 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:53.489 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:53.490 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:53.490 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:53.490 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:53.490 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.490 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:53.491 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:53.491 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:53.491 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:53.491 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:53.491 INFO:tasks.workunit.client.0.smithi055.stdout: 3 2023-10-14T00:01:53.492 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.492 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 0, 2023-10-14T00:01:53.492 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:53.492 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.492 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:53.492 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:53.493 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:53.493 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:53.493 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:53.493 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.493 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 7, 2023-10-14T00:01:53.494 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:53.494 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:53.494 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:53.494 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:53.494 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:53.495 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:53.495 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.327730+0000", 2023-10-14T00:01:53.495 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.707354+0000", 2023-10-14T00:01:53.495 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.707354+0000", 2023-10-14T00:01:53.495 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.707727+0000", 2023-10-14T00:01:53.496 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.327730+0000", 2023-10-14T00:01:53.496 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:53.496 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:53.496 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:53.496 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:53.497 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.327730+0000", 2023-10-14T00:01:53.497 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.327730+0000", 2023-10-14T00:01:53.497 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.327730+0000", 2023-10-14T00:01:53.497 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:53.497 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:53.498 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:53.498 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.327730+0000", 2023-10-14T00:01:53.498 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.327730+0000", 2023-10-14T00:01:53.498 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:53.498 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:53.499 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:53.499 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:53.499 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:53.499 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:53.499 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:53.499 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:53.500 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:53.500 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:53.500 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:53.500 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:53.500 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:53.501 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.0", 2023-10-14T00:01:53.501 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:53.501 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:53.501 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:53.501 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 17, 2023-10-14T00:01:53.502 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:53.502 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T04:45:58.598980+0000", 2023-10-14T00:01:53.502 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:53.502 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:53.502 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:53.502 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:53.503 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:53.503 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:53.503 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:53.503 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:53.503 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:53.504 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:53.504 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:53.504 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:53.504 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:53.504 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:53.505 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:53.505 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:53.505 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:53.505 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:53.505 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:53.505 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:53.506 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:53.506 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:53.506 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:53.506 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:53.507 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:53.507 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:53.507 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:53.507 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:53.507 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:53.507 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:53.508 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:53.508 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:53.508 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:53.508 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:53.508 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:53.509 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:53.509 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:53.509 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:53.509 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:53.509 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:53.510 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:53.510 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:53.510 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:53.510 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.510 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:53.511 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:53.511 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:53.511 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:53.511 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:53.511 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:53.511 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.512 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 7, 2023-10-14T00:01:53.512 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:53.512 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.512 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:53.512 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:53.513 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:53.513 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:53.513 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:53.513 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.513 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 0, 2023-10-14T00:01:53.514 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:53.514 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:53.514 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 60, 2023-10-14T00:01:53.514 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:53.514 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:53.515 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:53.515 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.325158+0000", 2023-10-14T00:01:53.515 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-14T00:00:02.980385+0000", 2023-10-14T00:01:53.515 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-14T00:00:02.980385+0000", 2023-10-14T00:01:53.515 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-14T00:00:02.980770+0000", 2023-10-14T00:01:53.516 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.325158+0000", 2023-10-14T00:01:53.516 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-14T00:00:01.602105+0000", 2023-10-14T00:01:53.516 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:53.516 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-14T00:00:01.602105+0000", 2023-10-14T00:01:53.516 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 61, 2023-10-14T00:01:53.517 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.325158+0000", 2023-10-14T00:01:53.517 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.325158+0000", 2023-10-14T00:01:53.517 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.325158+0000", 2023-10-14T00:01:53.517 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:53.517 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:53.517 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-14T00:00:01.602105+0000", 2023-10-14T00:01:53.518 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.325158+0000", 2023-10-14T00:01:53.518 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.325158+0000", 2023-10-14T00:01:53.518 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:53.518 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:53.518 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:53.519 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:53.519 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 60, 2023-10-14T00:01:53.519 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:53.519 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:53.519 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:53.520 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:53.520 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:53.520 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:53.520 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:53.520 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:53.521 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "4.3", 2023-10-14T00:01:53.521 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:53.521 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:53.521 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:53.521 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 13, 2023-10-14T00:01:53.521 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:53.522 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T03:15:45.766955+0000", 2023-10-14T00:01:53.522 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:53.522 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:53.522 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:53.522 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:53.523 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:53.523 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:53.523 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:53.523 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:53.523 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:53.524 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:53.524 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:53.524 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:53.524 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:53.524 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:53.524 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:53.525 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:53.525 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:53.525 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:53.525 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:53.525 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:53.526 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:53.526 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:53.526 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:53.526 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:53.526 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:53.527 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:53.527 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:53.527 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:53.527 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:53.527 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:53.528 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:53.528 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:53.528 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:53.528 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:53.528 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:53.528 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:53.529 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:53.529 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:53.529 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:53.529 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:53.529 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:53.530 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:53.530 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:53.530 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.530 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:53.530 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:53.531 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:53.531 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:53.531 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:53.531 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:53.531 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.532 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 0, 2023-10-14T00:01:53.532 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:53.532 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.532 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:53.532 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:53.533 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:53.533 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:53.533 INFO:tasks.workunit.client.0.smithi055.stdout: 4 2023-10-14T00:01:53.533 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.533 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 7, 2023-10-14T00:01:53.533 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:53.534 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:53.534 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:53.534 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:53.534 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:53.534 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:53.535 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.328999+0000", 2023-10-14T00:01:53.535 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.707708+0000", 2023-10-14T00:01:53.535 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.707708+0000", 2023-10-14T00:01:53.535 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.707972+0000", 2023-10-14T00:01:53.535 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.328999+0000", 2023-10-14T00:01:53.536 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:53.536 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:53.536 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:53.536 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:53.536 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.328999+0000", 2023-10-14T00:01:53.537 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.328999+0000", 2023-10-14T00:01:53.537 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.328999+0000", 2023-10-14T00:01:53.537 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:53.537 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:53.537 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:53.538 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.328999+0000", 2023-10-14T00:01:53.538 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.328999+0000", 2023-10-14T00:01:53.538 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:53.538 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:53.538 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:53.539 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:53.539 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:53.539 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:53.539 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:53.539 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:53.540 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:53.540 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:53.540 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:53.540 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:53.540 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:53.541 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.5", 2023-10-14T00:01:53.541 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:53.541 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:53.541 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:53.541 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 17, 2023-10-14T00:01:53.541 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:53.542 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T05:26:00.995748+0000", 2023-10-14T00:01:53.542 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:53.542 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:53.542 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:53.542 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:53.543 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:53.543 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:53.543 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:53.543 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:53.543 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:53.544 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:53.544 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:53.544 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:53.544 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:53.544 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:53.545 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:53.545 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:53.545 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:53.545 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:53.545 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:53.545 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:53.546 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:53.546 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:53.546 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:53.546 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:53.546 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:53.547 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:53.547 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:53.547 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:53.547 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:53.547 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:53.548 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:53.548 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:53.548 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:53.548 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:53.548 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:53.548 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:53.549 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:53.549 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:53.549 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:53.549 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:53.549 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:53.550 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:53.550 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:53.550 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.550 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:53.550 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:53.551 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:53.551 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:53.551 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:53.551 INFO:tasks.workunit.client.0.smithi055.stdout: 4 2023-10-14T00:01:53.551 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.552 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 7, 2023-10-14T00:01:53.552 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:53.552 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.552 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:53.552 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:53.552 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:53.553 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:53.553 INFO:tasks.workunit.client.0.smithi055.stdout: 5 2023-10-14T00:01:53.553 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.553 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 1, 2023-10-14T00:01:53.553 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:53.554 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:53.554 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:53.554 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:53.554 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:53.554 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:53.555 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.325873+0000", 2023-10-14T00:01:53.555 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.344891+0000", 2023-10-14T00:01:53.555 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.344891+0000", 2023-10-14T00:01:53.555 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.345284+0000", 2023-10-14T00:01:53.555 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.325873+0000", 2023-10-14T00:01:53.556 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.556 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:53.556 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.556 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:53.556 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.325873+0000", 2023-10-14T00:01:53.557 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.325873+0000", 2023-10-14T00:01:53.557 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.325873+0000", 2023-10-14T00:01:53.557 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:53.557 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:53.557 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.557 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.325873+0000", 2023-10-14T00:01:53.558 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.325873+0000", 2023-10-14T00:01:53.558 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:53.558 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:53.558 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:53.558 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:53.559 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:53.559 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:53.559 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:53.559 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:53.559 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:53.560 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:53.560 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:53.560 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:53.560 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:53.560 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.4", 2023-10-14T00:01:53.561 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:53.561 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:53.561 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:53.561 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:53.561 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:53.562 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T06:52:10.341092+0000", 2023-10-14T00:01:53.562 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:53.562 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:53.562 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:53.562 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:53.562 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:53.563 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:53.563 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:53.563 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:53.563 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:53.563 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:53.565 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:53.565 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:53.565 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:53.566 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:53.566 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:53.566 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:53.566 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:53.566 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:53.567 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:53.567 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:53.567 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:53.567 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:53.567 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:53.568 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:53.568 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:53.568 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:53.568 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:53.568 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:53.569 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:53.569 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:53.569 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:53.569 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:53.569 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:53.570 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:53.570 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:53.570 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:53.570 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:53.570 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:53.570 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:53.571 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:53.571 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:53.571 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:53.571 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:53.571 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.572 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:53.572 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:53.572 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:53.572 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:53.572 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:53.573 INFO:tasks.workunit.client.0.smithi055.stdout: 5 2023-10-14T00:01:53.573 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.573 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 1, 2023-10-14T00:01:53.573 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:53.573 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.573 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:53.574 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:53.574 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:53.574 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:53.574 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:53.575 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.575 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 3, 2023-10-14T00:01:53.575 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:53.575 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:53.575 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 60, 2023-10-14T00:01:53.575 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:53.576 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:53.576 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:53.576 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.321281+0000", 2023-10-14T00:01:53.576 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-14T00:00:02.640314+0000", 2023-10-14T00:01:53.576 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-14T00:00:02.640314+0000", 2023-10-14T00:01:53.577 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-14T00:00:02.640668+0000", 2023-10-14T00:01:53.577 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.321281+0000", 2023-10-14T00:01:53.577 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-14T00:00:01.602105+0000", 2023-10-14T00:01:53.577 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:53.577 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-14T00:00:01.602105+0000", 2023-10-14T00:01:53.578 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 61, 2023-10-14T00:01:53.578 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.321281+0000", 2023-10-14T00:01:53.578 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.321281+0000", 2023-10-14T00:01:53.578 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.321281+0000", 2023-10-14T00:01:53.578 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:53.579 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:53.579 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-14T00:00:01.602105+0000", 2023-10-14T00:01:53.579 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.321281+0000", 2023-10-14T00:01:53.579 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.321281+0000", 2023-10-14T00:01:53.579 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:53.579 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:53.580 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:53.580 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:53.580 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 60, 2023-10-14T00:01:53.580 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:53.580 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:53.581 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:53.581 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:53.581 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:53.581 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:53.581 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:53.582 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:53.582 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "4.0", 2023-10-14T00:01:53.582 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:53.582 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:53.582 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:53.583 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 13, 2023-10-14T00:01:53.583 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:53.583 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T11:32:50.148511+0000", 2023-10-14T00:01:53.583 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:53.583 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:53.583 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:53.584 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:53.584 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:53.584 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:53.584 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:53.584 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:53.585 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:53.585 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:53.585 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:53.585 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:53.585 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:53.586 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:53.586 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:53.586 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:53.586 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:53.586 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:53.586 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:53.587 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:53.587 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:53.587 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:53.587 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:53.587 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:53.588 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:53.588 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:53.588 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:53.588 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:53.588 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:53.589 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:53.589 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:53.589 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:53.589 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:53.589 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:53.589 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:53.590 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:53.590 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:53.590 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:53.590 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:53.590 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:53.591 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:53.591 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:53.591 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:53.591 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.591 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:53.592 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:53.592 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:53.592 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:53.592 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:53.592 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:53.593 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.593 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 3, 2023-10-14T00:01:53.593 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:53.593 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.593 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:53.594 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:53.594 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:53.594 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:53.594 INFO:tasks.workunit.client.0.smithi055.stdout: 4 2023-10-14T00:01:53.594 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.595 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 1, 2023-10-14T00:01:53.595 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:53.595 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:53.595 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:53.595 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:53.595 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:53.596 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:53.596 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.325026+0000", 2023-10-14T00:01:53.596 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.716865+0000", 2023-10-14T00:01:53.596 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.716865+0000", 2023-10-14T00:01:53.596 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.717214+0000", 2023-10-14T00:01:53.597 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.325026+0000", 2023-10-14T00:01:53.597 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:53.597 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:53.597 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:53.597 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:53.598 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.325026+0000", 2023-10-14T00:01:53.598 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.325026+0000", 2023-10-14T00:01:53.598 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.325026+0000", 2023-10-14T00:01:53.598 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:53.598 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:53.599 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:53.599 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.325026+0000", 2023-10-14T00:01:53.599 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.325026+0000", 2023-10-14T00:01:53.599 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:53.599 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 1, 2023-10-14T00:01:53.599 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:53.600 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:53.600 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:53.600 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:53.600 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:53.600 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:53.601 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:53.601 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 1, 2023-10-14T00:01:53.601 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:53.601 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:53.601 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:53.602 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.6", 2023-10-14T00:01:53.602 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:53.602 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:53.602 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:53.602 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 18, 2023-10-14T00:01:53.602 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:53.603 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T06:32:19.406739+0000", 2023-10-14T00:01:53.603 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:53.603 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:53.603 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:53.603 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:53.604 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:53.604 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:53.604 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:53.604 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:53.604 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:53.605 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:53.605 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:53.605 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:53.605 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:53.605 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:53.606 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:53.606 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:53.606 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:53.606 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:53.606 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:53.607 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 3, 2023-10-14T00:01:53.607 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 1, 2023-10-14T00:01:53.607 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:53.607 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 1, 2023-10-14T00:01:53.607 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:53.607 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:53.608 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:53.608 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:53.608 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:53.608 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 1, 2023-10-14T00:01:53.608 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:53.609 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:53.609 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:53.609 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:53.609 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:53.609 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:53.610 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:53.610 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:53.610 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:53.610 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:53.610 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:53.611 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:53.611 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 1, 2023-10-14T00:01:53.611 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:53.611 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.611 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:53.612 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:53.612 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:53.612 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:53.612 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:53.612 INFO:tasks.workunit.client.0.smithi055.stdout: 4 2023-10-14T00:01:53.612 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.613 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 1, 2023-10-14T00:01:53.613 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "59'1" 2023-10-14T00:01:53.613 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.613 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:53.613 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:53.614 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:53.614 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:53.614 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:53.614 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.614 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 3, 2023-10-14T00:01:53.615 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:53.615 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:53.615 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:53.615 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:53.615 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:53.616 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:53.616 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.322214+0000", 2023-10-14T00:01:53.616 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.354944+0000", 2023-10-14T00:01:53.616 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.354944+0000", 2023-10-14T00:01:53.616 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.355359+0000", 2023-10-14T00:01:53.617 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.322214+0000", 2023-10-14T00:01:53.617 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.617 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:53.617 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.617 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:53.618 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.322214+0000", 2023-10-14T00:01:53.618 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.322214+0000", 2023-10-14T00:01:53.618 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.322214+0000", 2023-10-14T00:01:53.618 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:53.618 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:53.619 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.619 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.322214+0000", 2023-10-14T00:01:53.619 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.322214+0000", 2023-10-14T00:01:53.619 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:53.619 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:53.619 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:53.620 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:53.620 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:53.620 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:53.620 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:53.620 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:53.621 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:53.621 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:53.621 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:53.621 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:53.621 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:53.622 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.7", 2023-10-14T00:01:53.622 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:53.622 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:53.622 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:53.622 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:53.622 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:53.623 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T03:15:09.199704+0000", 2023-10-14T00:01:53.623 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:53.623 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:53.623 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:53.623 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:53.624 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:53.624 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:53.624 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:53.624 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:53.624 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:53.625 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:53.625 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:53.625 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:53.625 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:53.625 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:53.626 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:53.626 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:53.626 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:53.626 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:53.626 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:53.627 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:53.627 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:53.627 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:53.627 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:53.627 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:53.628 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:53.628 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:53.628 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:53.628 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:53.628 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:53.628 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:53.629 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:53.629 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:53.629 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:53.629 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:53.629 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:53.630 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:53.630 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:53.630 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:53.630 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:53.630 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:53.631 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:53.631 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:53.631 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:53.631 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.631 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:53.632 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:53.632 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:53.632 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:53.632 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:53.632 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:53.632 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.633 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 3, 2023-10-14T00:01:53.633 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:53.633 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.633 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:53.633 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:53.634 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:53.634 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:53.634 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:53.634 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.634 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 4, 2023-10-14T00:01:53.635 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:53.635 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:53.635 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 60, 2023-10-14T00:01:53.635 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:53.635 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:53.635 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:53.636 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.325313+0000", 2023-10-14T00:01:53.636 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-14T00:00:02.980344+0000", 2023-10-14T00:01:53.636 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-14T00:00:02.980344+0000", 2023-10-14T00:01:53.636 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-14T00:00:02.980710+0000", 2023-10-14T00:01:53.636 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.325313+0000", 2023-10-14T00:01:53.637 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-14T00:00:01.602105+0000", 2023-10-14T00:01:53.637 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:53.637 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-14T00:00:01.602105+0000", 2023-10-14T00:01:53.637 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 61, 2023-10-14T00:01:53.637 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.325313+0000", 2023-10-14T00:01:53.638 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.325313+0000", 2023-10-14T00:01:53.638 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.325313+0000", 2023-10-14T00:01:53.638 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:53.638 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:53.638 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-14T00:00:01.602105+0000", 2023-10-14T00:01:53.638 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.325313+0000", 2023-10-14T00:01:53.639 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.325313+0000", 2023-10-14T00:01:53.639 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:53.639 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:53.639 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:53.639 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:53.640 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 60, 2023-10-14T00:01:53.640 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:53.640 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:53.640 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:53.640 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:53.641 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:53.641 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:53.641 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:53.641 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:53.641 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "4.1", 2023-10-14T00:01:53.641 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:53.642 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:53.642 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:53.642 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 13, 2023-10-14T00:01:53.642 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:53.643 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T03:11:55.783250+0000", 2023-10-14T00:01:53.643 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:53.643 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:53.643 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:53.643 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:53.643 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:53.644 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:53.644 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:53.644 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:53.644 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:53.644 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:53.645 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:53.645 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:53.645 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:53.645 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:53.645 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:53.646 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:53.646 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:53.646 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:53.646 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:53.646 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:53.647 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:53.647 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:53.647 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:53.647 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:53.647 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:53.647 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:53.648 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:53.648 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:53.648 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:53.648 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:53.648 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:53.649 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:53.649 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:53.649 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:53.649 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:53.649 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:53.649 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:53.650 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:53.650 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:53.650 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:53.650 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:53.650 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:53.651 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:53.651 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.651 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:53.651 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:53.651 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:53.652 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:53.652 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:53.652 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:53.652 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.652 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 4, 2023-10-14T00:01:53.653 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:53.653 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.653 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:53.653 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:53.653 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:53.653 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:53.654 INFO:tasks.workunit.client.0.smithi055.stdout: 2 2023-10-14T00:01:53.654 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.654 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 6, 2023-10-14T00:01:53.654 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:53.654 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:53.655 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:53.655 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:53.655 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:53.655 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:53.655 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.332273+0000", 2023-10-14T00:01:53.656 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.687789+0000", 2023-10-14T00:01:53.656 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.687789+0000", 2023-10-14T00:01:53.656 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.688208+0000", 2023-10-14T00:01:53.656 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.332273+0000", 2023-10-14T00:01:53.656 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:53.657 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:53.657 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:53.657 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:53.657 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.332273+0000", 2023-10-14T00:01:53.657 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.332273+0000", 2023-10-14T00:01:53.658 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.332273+0000", 2023-10-14T00:01:53.658 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:53.658 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:53.658 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:53.658 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.332273+0000", 2023-10-14T00:01:53.659 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.332273+0000", 2023-10-14T00:01:53.659 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:53.659 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 2, 2023-10-14T00:01:53.659 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:53.659 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:53.659 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:53.660 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:53.660 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:53.660 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:53.660 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:53.660 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 2, 2023-10-14T00:01:53.661 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:53.661 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:53.661 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:53.661 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.7", 2023-10-14T00:01:53.661 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:53.662 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:53.662 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:53.662 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 19, 2023-10-14T00:01:53.662 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:53.662 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T11:46:20.943456+0000", 2023-10-14T00:01:53.663 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:53.663 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:53.663 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:53.663 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:53.663 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:53.664 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:53.664 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:53.664 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:53.664 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:53.664 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:53.664 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:53.665 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:53.665 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:53.665 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:53.665 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:53.665 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:53.666 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:53.666 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:53.666 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:53.666 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 3, 2023-10-14T00:01:53.666 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 1, 2023-10-14T00:01:53.667 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:53.667 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 1, 2023-10-14T00:01:53.667 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:53.667 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:53.667 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:53.668 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:53.668 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:53.668 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 1, 2023-10-14T00:01:53.668 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:53.668 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:53.668 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:53.669 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:53.669 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:53.669 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:53.669 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:53.669 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:53.670 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:53.670 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:53.670 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:53.670 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:53.670 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 3, 2023-10-14T00:01:53.671 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:53.671 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.671 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:53.671 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:53.671 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:53.672 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:53.672 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:53.672 INFO:tasks.workunit.client.0.smithi055.stdout: 2 2023-10-14T00:01:53.672 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.672 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 6, 2023-10-14T00:01:53.673 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "58'2" 2023-10-14T00:01:53.673 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.673 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:53.673 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:53.673 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:53.673 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:53.674 INFO:tasks.workunit.client.0.smithi055.stdout: 4 2023-10-14T00:01:53.674 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.674 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 0, 2023-10-14T00:01:53.674 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:53.674 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:53.675 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:53.675 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:53.675 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:53.675 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:53.675 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.326365+0000", 2023-10-14T00:01:53.676 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.348510+0000", 2023-10-14T00:01:53.676 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.348510+0000", 2023-10-14T00:01:53.676 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.348885+0000", 2023-10-14T00:01:53.676 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.326365+0000", 2023-10-14T00:01:53.676 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.677 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:53.677 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.677 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:53.677 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.326365+0000", 2023-10-14T00:01:53.677 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.326365+0000", 2023-10-14T00:01:53.678 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.326365+0000", 2023-10-14T00:01:53.678 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:53.678 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:53.678 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.678 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.326365+0000", 2023-10-14T00:01:53.679 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.326365+0000", 2023-10-14T00:01:53.679 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:53.679 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:53.679 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:53.679 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:53.680 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:53.680 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:53.680 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:53.680 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:53.680 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:53.681 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:53.681 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:53.681 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:53.681 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:53.681 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.6", 2023-10-14T00:01:53.682 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:53.682 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:53.682 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:53.682 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:53.682 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:53.683 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T00:34:26.989577+0000", 2023-10-14T00:01:53.683 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:53.683 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:53.683 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:53.683 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:53.683 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:53.684 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:53.684 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:53.684 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:53.684 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:53.684 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:53.685 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:53.685 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:53.685 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:53.685 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:53.685 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:53.686 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:53.686 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:53.686 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:53.686 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:53.686 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:53.687 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:53.687 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:53.687 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:53.687 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:53.687 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:53.687 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:53.688 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:53.688 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:53.688 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:53.688 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:53.689 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:53.689 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:53.689 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:53.689 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:53.689 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:53.690 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:53.690 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:53.690 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:53.690 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:53.690 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:53.691 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:53.691 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:53.691 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:53.691 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.691 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:53.692 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:53.692 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:53.692 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:53.692 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:53.692 INFO:tasks.workunit.client.0.smithi055.stdout: 4 2023-10-14T00:01:53.693 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.693 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 0, 2023-10-14T00:01:53.693 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:53.693 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.693 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:53.693 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:53.694 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:53.694 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:53.694 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:53.694 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.694 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 7, 2023-10-14T00:01:53.695 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:53.695 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:53.695 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:53.695 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:53.695 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:53.696 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:53.696 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.328162+0000", 2023-10-14T00:01:53.696 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.707833+0000", 2023-10-14T00:01:53.696 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.707833+0000", 2023-10-14T00:01:53.696 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.708153+0000", 2023-10-14T00:01:53.697 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.328162+0000", 2023-10-14T00:01:53.697 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:53.697 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:53.697 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:53.697 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:53.698 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.328162+0000", 2023-10-14T00:01:53.698 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.328162+0000", 2023-10-14T00:01:53.698 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.328162+0000", 2023-10-14T00:01:53.698 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:53.698 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:53.698 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:53.699 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.328162+0000", 2023-10-14T00:01:53.699 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.328162+0000", 2023-10-14T00:01:53.699 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:53.699 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:53.699 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:53.700 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:53.700 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:53.700 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:53.700 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:53.700 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:53.701 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:53.701 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:53.701 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:53.701 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:53.701 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:53.702 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.8", 2023-10-14T00:01:53.702 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:53.702 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:53.702 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:53.702 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 17, 2023-10-14T00:01:53.703 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:53.703 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T09:45:18.724244+0000", 2023-10-14T00:01:53.703 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:53.703 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:53.703 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:53.704 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:53.704 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:53.704 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:53.704 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:53.704 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:53.705 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:53.705 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:53.705 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:53.705 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:53.705 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:53.705 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:53.706 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:53.706 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:53.706 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:53.706 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:53.706 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:53.707 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:53.707 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:53.707 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:53.707 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:53.707 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:53.708 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:53.708 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:53.708 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:53.708 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:53.708 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:53.709 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:53.709 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:53.709 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:53.709 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:53.709 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:53.710 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:53.710 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:53.710 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:53.710 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:53.710 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:53.711 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:53.711 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:53.711 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:53.711 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:53.711 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.712 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:53.712 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:53.712 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:53.712 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:53.712 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:53.713 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:53.713 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.713 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 7, 2023-10-14T00:01:53.713 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:53.713 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.713 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:53.714 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:53.714 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:53.714 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:53.714 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:53.714 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.715 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 4, 2023-10-14T00:01:53.715 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:53.715 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:53.715 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:53.715 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:53.716 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:53.716 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:53.716 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.326186+0000", 2023-10-14T00:01:53.716 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.339987+0000", 2023-10-14T00:01:53.717 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.339987+0000", 2023-10-14T00:01:53.717 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.341356+0000", 2023-10-14T00:01:53.717 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.326186+0000", 2023-10-14T00:01:53.717 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.717 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:53.718 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.718 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:53.718 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.326186+0000", 2023-10-14T00:01:53.718 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.326186+0000", 2023-10-14T00:01:53.718 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.326186+0000", 2023-10-14T00:01:53.719 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:53.719 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:53.719 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.719 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.326186+0000", 2023-10-14T00:01:53.719 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.326186+0000", 2023-10-14T00:01:53.720 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:53.720 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:53.720 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:53.720 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:53.720 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:53.721 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:53.721 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:53.721 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:53.721 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:53.721 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:53.722 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:53.722 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:53.722 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:53.722 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.9", 2023-10-14T00:01:53.722 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:53.723 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:53.723 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:53.723 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:53.723 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:53.723 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T08:20:45.762213+0000", 2023-10-14T00:01:53.724 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:53.724 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:53.724 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:53.724 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:53.724 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:53.725 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:53.725 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:53.725 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:53.725 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:53.725 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:53.726 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:53.726 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:53.726 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:53.726 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:53.726 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:53.727 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:53.727 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:53.727 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:53.727 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:53.727 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:53.728 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:53.728 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:53.728 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:53.728 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:53.728 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:53.729 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:53.729 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:53.729 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:53.729 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:53.729 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:53.730 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:53.730 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:53.730 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:53.730 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:53.730 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:53.731 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:53.731 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:53.731 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:53.731 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:53.731 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:53.732 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:53.732 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:53.732 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:53.732 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.732 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:53.733 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:53.733 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:53.733 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:53.733 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:53.733 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:53.734 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.734 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 4, 2023-10-14T00:01:53.734 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:53.734 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.734 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:53.735 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:53.735 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:53.735 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:53.735 INFO:tasks.workunit.client.0.smithi055.stdout: 3 2023-10-14T00:01:53.735 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.736 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 1, 2023-10-14T00:01:53.736 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:53.736 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:53.736 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:53.736 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:53.736 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:53.737 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:53.737 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.324321+0000", 2023-10-14T00:01:53.737 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.705748+0000", 2023-10-14T00:01:53.737 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.705748+0000", 2023-10-14T00:01:53.737 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.706356+0000", 2023-10-14T00:01:53.738 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.324321+0000", 2023-10-14T00:01:53.738 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:53.738 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:53.738 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:53.738 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:53.739 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.324321+0000", 2023-10-14T00:01:53.739 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.324321+0000", 2023-10-14T00:01:53.739 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.324321+0000", 2023-10-14T00:01:53.739 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:53.739 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:53.740 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:53.740 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.324321+0000", 2023-10-14T00:01:53.740 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.324321+0000", 2023-10-14T00:01:53.740 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:53.740 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:53.740 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:53.741 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:53.741 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:53.741 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:53.741 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:53.741 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:53.742 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:53.742 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:53.742 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:53.742 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:53.742 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:53.743 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.9", 2023-10-14T00:01:53.743 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:53.743 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:53.743 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:53.743 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 17, 2023-10-14T00:01:53.744 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:53.744 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T11:22:26.347395+0000", 2023-10-14T00:01:53.744 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:53.744 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:53.744 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:53.745 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:53.745 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:53.745 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:53.745 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:53.745 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:53.746 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:53.746 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:53.746 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:53.746 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:53.746 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:53.747 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:53.747 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:53.747 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:53.747 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:53.747 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:53.747 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:53.748 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:53.748 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:53.748 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:53.748 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:53.748 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:53.749 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:53.749 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:53.749 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:53.749 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:53.749 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:53.750 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:53.750 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:53.750 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:53.750 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:53.750 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:53.751 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:53.751 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:53.751 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:53.751 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:53.751 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:53.752 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:53.752 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:53.752 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:53.752 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:53.752 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.753 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:53.753 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:53.753 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:53.753 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:53.753 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:53.753 INFO:tasks.workunit.client.0.smithi055.stdout: 3 2023-10-14T00:01:53.754 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.754 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 1, 2023-10-14T00:01:53.754 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:53.754 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.755 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:53.755 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:53.755 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:53.755 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:53.755 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:53.756 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.756 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 3, 2023-10-14T00:01:53.756 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:53.756 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:53.756 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:53.757 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:53.757 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:53.757 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:53.757 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.321358+0000", 2023-10-14T00:01:53.757 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.349831+0000", 2023-10-14T00:01:53.757 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.349831+0000", 2023-10-14T00:01:53.758 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.350769+0000", 2023-10-14T00:01:53.758 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.321358+0000", 2023-10-14T00:01:53.758 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.758 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:53.758 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.759 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:53.759 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.321358+0000", 2023-10-14T00:01:53.759 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.321358+0000", 2023-10-14T00:01:53.759 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.321358+0000", 2023-10-14T00:01:53.759 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:53.760 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:53.760 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.760 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.321358+0000", 2023-10-14T00:01:53.760 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.321358+0000", 2023-10-14T00:01:53.760 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:53.761 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:53.761 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:53.761 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:53.761 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:53.761 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:53.762 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:53.762 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:53.762 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:53.762 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:53.762 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:53.763 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:53.763 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:53.763 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.8", 2023-10-14T00:01:53.763 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:53.763 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:53.764 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:53.764 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:53.764 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:53.764 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T11:32:13.027672+0000", 2023-10-14T00:01:53.764 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:53.765 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:53.765 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:53.765 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:53.765 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:53.765 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:53.766 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:53.766 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:53.766 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:53.766 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:53.766 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:53.766 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:53.767 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:53.767 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:53.767 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:53.767 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:53.767 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:53.768 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:53.768 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:53.768 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:53.768 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:53.768 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:53.769 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:53.769 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:53.769 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:53.769 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:53.769 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:53.770 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:53.770 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:53.770 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:53.770 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:53.770 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:53.771 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:53.771 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:53.771 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:53.771 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:53.771 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:53.772 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:53.772 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:53.772 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:53.772 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:53.772 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:53.773 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:53.773 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.773 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:53.773 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:53.773 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:53.774 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:53.774 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:53.774 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:53.774 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.774 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 3, 2023-10-14T00:01:53.775 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:53.775 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.775 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:53.775 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:53.775 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:53.776 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:53.776 INFO:tasks.workunit.client.0.smithi055.stdout: 2 2023-10-14T00:01:53.776 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.776 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 1, 2023-10-14T00:01:53.776 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:53.776 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:53.777 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:53.777 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:53.777 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:53.777 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:53.777 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:04.354209+0000", 2023-10-14T00:01:53.778 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-14T00:01:04.353802+0000", 2023-10-14T00:01:53.778 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-14T00:01:04.353802+0000", 2023-10-14T00:01:53.778 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-14T00:01:04.354209+0000", 2023-10-14T00:01:53.778 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:04.354209+0000", 2023-10-14T00:01:53.778 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:53.779 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:53.779 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:53.779 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 65, 2023-10-14T00:01:53.779 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:04.354209+0000", 2023-10-14T00:01:53.779 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:04.354209+0000", 2023-10-14T00:01:53.780 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:04.354209+0000", 2023-10-14T00:01:53.780 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:53.780 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:53.780 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:53.780 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:04.354209+0000", 2023-10-14T00:01:53.780 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:04.354209+0000", 2023-10-14T00:01:53.781 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:53.781 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:53.781 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:53.781 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:53.781 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 64, 2023-10-14T00:01:53.782 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:53.782 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:53.782 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:53.782 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:53.782 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:53.783 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:53.783 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:53.783 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:53.783 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.a", 2023-10-14T00:01:53.783 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:53.784 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:53.784 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 65, 2023-10-14T00:01:53.784 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 27, 2023-10-14T00:01:53.784 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:53.784 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T02:13:56.023352+0000", 2023-10-14T00:01:53.785 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:53.785 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:53.785 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:53.785 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:53.785 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:53.785 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:53.786 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:53.786 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:53.786 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:53.786 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:53.787 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:53.787 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:53.787 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:53.787 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:53.787 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:53.787 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:53.788 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:53.788 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:53.788 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:53.788 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:53.788 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:53.789 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:53.789 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:53.789 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:53.789 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:53.789 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:53.790 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:53.790 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:53.790 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:53.790 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:53.790 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:53.791 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:53.791 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:53.791 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:53.791 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:53.791 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:53.792 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:53.792 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:53.792 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:53.792 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:53.792 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:53.792 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:53.793 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:53.793 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.793 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:53.793 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:53.793 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:53.794 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:53.794 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:53.794 INFO:tasks.workunit.client.0.smithi055.stdout: 2 2023-10-14T00:01:53.794 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.794 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 1, 2023-10-14T00:01:53.795 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:53.795 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.795 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:53.795 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:53.795 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:53.795 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:53.796 INFO:tasks.workunit.client.0.smithi055.stdout: 4 2023-10-14T00:01:53.796 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.796 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 3, 2023-10-14T00:01:53.796 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:53.796 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:53.797 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:53.797 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:53.797 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:53.797 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:53.797 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.321719+0000", 2023-10-14T00:01:53.798 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.354897+0000", 2023-10-14T00:01:53.798 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.354897+0000", 2023-10-14T00:01:53.798 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.355278+0000", 2023-10-14T00:01:53.798 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.321719+0000", 2023-10-14T00:01:53.798 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.799 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:53.799 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.799 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:53.799 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.321719+0000", 2023-10-14T00:01:53.799 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.321719+0000", 2023-10-14T00:01:53.799 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.321719+0000", 2023-10-14T00:01:53.800 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:53.800 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:53.800 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.800 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.321719+0000", 2023-10-14T00:01:53.800 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.321719+0000", 2023-10-14T00:01:53.801 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:53.801 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:53.801 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:53.801 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:53.801 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:53.802 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:53.802 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:53.802 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:53.802 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:53.802 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:53.803 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:53.803 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:53.803 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:53.803 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.b", 2023-10-14T00:01:53.803 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:53.803 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:53.804 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:53.804 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:53.804 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:53.804 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T00:27:55.578745+0000", 2023-10-14T00:01:53.804 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:53.805 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:53.805 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:53.805 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:53.805 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:53.805 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:53.806 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:53.806 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:53.806 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:53.806 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:53.806 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:53.807 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:53.807 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:53.807 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:53.807 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:53.807 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:53.808 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:53.808 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:53.808 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:53.808 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:53.808 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:53.808 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:53.809 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:53.809 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:53.809 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:53.809 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:53.809 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:53.810 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:53.810 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:53.810 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:53.810 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:53.810 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:53.811 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:53.811 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:53.811 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:53.811 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:53.811 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:53.812 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:53.812 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:53.812 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:53.812 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:53.812 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:53.813 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:53.813 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.813 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:53.813 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:53.813 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:53.814 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:53.814 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:53.814 INFO:tasks.workunit.client.0.smithi055.stdout: 4 2023-10-14T00:01:53.814 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.814 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 3, 2023-10-14T00:01:53.815 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:53.815 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.815 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:53.815 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:53.815 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:53.816 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:53.816 INFO:tasks.workunit.client.0.smithi055.stdout: 5 2023-10-14T00:01:53.816 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.816 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 7, 2023-10-14T00:01:53.816 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:53.817 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:53.817 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:53.817 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:53.817 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:53.817 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:53.817 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.329334+0000", 2023-10-14T00:01:53.818 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.696142+0000", 2023-10-14T00:01:53.818 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.696142+0000", 2023-10-14T00:01:53.818 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.696384+0000", 2023-10-14T00:01:53.818 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.329334+0000", 2023-10-14T00:01:53.818 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:53.819 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:53.819 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:53.819 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:53.819 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.329334+0000", 2023-10-14T00:01:53.819 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.329334+0000", 2023-10-14T00:01:53.820 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.329334+0000", 2023-10-14T00:01:53.820 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:53.820 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:53.820 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:53.820 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.329334+0000", 2023-10-14T00:01:53.821 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.329334+0000", 2023-10-14T00:01:53.821 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:53.821 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 2, 2023-10-14T00:01:53.821 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:53.821 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:53.821 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:53.822 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:53.822 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:53.822 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:53.822 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:53.822 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 2, 2023-10-14T00:01:53.823 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:53.823 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:53.823 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:53.823 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.b", 2023-10-14T00:01:53.823 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:53.824 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:53.824 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:53.824 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 19, 2023-10-14T00:01:53.824 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:53.824 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T00:29:27.507159+0000", 2023-10-14T00:01:53.825 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:53.825 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:53.825 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:53.825 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:53.825 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:53.826 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:53.826 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:53.826 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:53.826 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:53.826 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:53.827 INFO:tasks.workunit.client.0.smithi055.stderr:+ echo OK 2023-10-14T00:01:53.828 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:53.829 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:53.829 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:53.829 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:53.829 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:53.830 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:53.830 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:53.830 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:53.830 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:53.830 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 3, 2023-10-14T00:01:53.831 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 1, 2023-10-14T00:01:53.831 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:53.831 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 1, 2023-10-14T00:01:53.831 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:53.831 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:53.832 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:53.832 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:53.832 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:53.832 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 1, 2023-10-14T00:01:53.832 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:53.833 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:53.833 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:53.833 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:53.833 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:53.833 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:53.833 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:53.834 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:53.834 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:53.834 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:53.834 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:53.834 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:53.835 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 1, 2023-10-14T00:01:53.835 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:53.835 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.835 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:53.835 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:53.836 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:53.836 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:53.836 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:53.836 INFO:tasks.workunit.client.0.smithi055.stdout: 5 2023-10-14T00:01:53.836 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.837 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 7, 2023-10-14T00:01:53.837 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "58'2" 2023-10-14T00:01:53.837 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.837 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:53.837 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:53.838 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:53.838 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:53.838 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:53.838 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.838 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 6, 2023-10-14T00:01:53.838 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:53.839 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:53.839 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:53.839 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:53.839 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:53.839 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:53.840 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.332212+0000", 2023-10-14T00:01:53.840 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.338462+0000", 2023-10-14T00:01:53.840 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.338462+0000", 2023-10-14T00:01:53.840 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.338807+0000", 2023-10-14T00:01:53.840 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.332212+0000", 2023-10-14T00:01:53.841 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.841 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:53.841 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.841 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:53.841 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.332212+0000", 2023-10-14T00:01:53.842 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.332212+0000", 2023-10-14T00:01:53.842 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.332212+0000", 2023-10-14T00:01:53.842 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:53.842 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:53.842 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.843 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.332212+0000", 2023-10-14T00:01:53.843 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.332212+0000", 2023-10-14T00:01:53.843 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:53.843 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:53.843 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:53.844 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:53.844 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:53.844 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:53.844 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:53.844 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:53.844 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:53.845 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:53.845 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:53.845 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:53.845 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:53.845 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.a", 2023-10-14T00:01:53.846 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:53.846 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:53.846 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:53.846 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:53.846 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:53.847 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T11:08:18.629276+0000", 2023-10-14T00:01:53.847 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:53.847 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:53.847 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:53.847 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:53.848 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:53.848 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:53.848 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:53.848 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:53.848 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:53.848 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:53.849 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:53.849 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:53.849 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:53.849 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:53.849 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:53.850 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:53.850 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:53.850 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:53.850 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:53.850 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:53.851 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:53.851 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:53.851 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:53.851 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:53.851 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:53.851 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:53.852 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:53.852 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:53.852 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:53.852 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:53.852 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:53.853 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:53.853 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:53.853 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:53.853 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:53.853 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:53.854 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:53.854 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:53.854 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:53.854 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:53.854 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:53.854 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:53.855 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:53.855 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.855 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:53.855 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:53.855 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:53.856 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:53.856 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:53.856 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:53.856 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.856 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 6, 2023-10-14T00:01:53.857 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:53.857 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.857 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:53.857 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:53.857 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:53.858 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:53.858 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:53.858 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.858 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 2, 2023-10-14T00:01:53.858 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:53.858 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:53.859 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:53.859 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:53.859 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:53.859 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:53.859 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.319078+0000", 2023-10-14T00:01:53.860 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.697081+0000", 2023-10-14T00:01:53.860 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.697081+0000", 2023-10-14T00:01:53.860 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.697424+0000", 2023-10-14T00:01:53.860 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.319078+0000", 2023-10-14T00:01:53.860 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:53.861 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:53.861 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:53.861 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:53.861 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.319078+0000", 2023-10-14T00:01:53.861 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.319078+0000", 2023-10-14T00:01:53.861 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.319078+0000", 2023-10-14T00:01:53.862 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:53.862 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:53.862 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:53.862 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.319078+0000", 2023-10-14T00:01:53.862 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.319078+0000", 2023-10-14T00:01:53.863 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:53.863 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:53.863 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:53.863 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:53.863 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:53.864 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:53.864 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:53.864 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:53.864 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:53.864 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:53.864 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:53.865 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:53.865 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:53.865 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.c", 2023-10-14T00:01:53.865 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:53.865 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:53.866 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:53.866 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 17, 2023-10-14T00:01:53.866 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:53.866 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T10:38:09.716078+0000", 2023-10-14T00:01:53.866 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:53.867 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:53.867 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:53.867 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:53.867 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:53.867 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:53.868 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:53.868 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:53.868 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:53.868 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:53.868 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:53.869 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:53.869 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:53.869 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:53.869 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:53.869 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:53.869 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:53.870 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:53.870 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:53.870 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:53.870 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:53.870 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:53.871 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:53.871 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:53.871 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:53.871 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:53.871 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:53.872 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:53.872 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:53.872 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:53.872 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:53.872 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:53.873 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:53.873 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:53.873 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:53.873 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:53.873 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:53.873 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:53.874 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:53.874 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:53.874 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:53.874 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:53.874 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:53.875 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.875 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:53.875 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:53.875 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:53.875 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:53.876 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:53.876 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:53.876 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.876 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 2, 2023-10-14T00:01:53.876 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:53.877 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.877 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:53.877 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:53.877 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:53.877 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:53.878 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:53.878 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.878 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 7, 2023-10-14T00:01:53.878 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:53.878 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:53.878 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:53.879 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:53.879 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:53.879 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:53.879 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.328705+0000", 2023-10-14T00:01:53.879 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.335679+0000", 2023-10-14T00:01:53.880 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.335679+0000", 2023-10-14T00:01:53.880 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.336000+0000", 2023-10-14T00:01:53.880 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.328705+0000", 2023-10-14T00:01:53.880 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.880 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:53.881 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.881 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:53.881 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.328705+0000", 2023-10-14T00:01:53.881 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.328705+0000", 2023-10-14T00:01:53.881 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.328705+0000", 2023-10-14T00:01:53.881 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:53.882 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:53.882 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.882 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.328705+0000", 2023-10-14T00:01:53.882 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.328705+0000", 2023-10-14T00:01:53.882 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:53.883 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:53.883 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:53.883 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:53.883 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:53.883 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:53.884 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:53.884 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:53.884 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:53.884 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:53.884 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:53.885 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:53.885 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:53.885 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.d", 2023-10-14T00:01:53.885 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:53.885 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:53.886 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:53.886 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:53.886 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:53.886 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T04:11:07.825463+0000", 2023-10-14T00:01:53.886 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:53.886 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:53.887 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:53.887 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:53.887 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:53.887 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:53.887 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:53.888 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:53.888 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:53.888 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:53.888 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:53.888 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:53.889 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:53.889 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:53.889 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:53.889 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:53.889 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:53.889 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:53.890 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:53.890 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:53.890 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:53.890 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:53.890 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:53.891 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:53.891 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:53.891 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:53.891 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:53.891 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:53.892 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:53.892 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:53.892 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:53.892 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:53.892 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:53.892 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:53.893 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:53.893 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:53.893 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:53.893 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:53.893 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:53.894 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:53.894 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:53.894 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:53.894 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:53.894 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.895 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:53.895 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:53.895 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:53.895 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:53.895 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:53.896 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:53.896 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.896 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 7, 2023-10-14T00:01:53.896 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:53.896 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.896 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:53.897 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:53.897 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:53.897 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:53.897 INFO:tasks.workunit.client.0.smithi055.stdout: 3 2023-10-14T00:01:53.897 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.898 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 1, 2023-10-14T00:01:53.898 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:53.898 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:53.898 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:53.898 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:53.899 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:53.899 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:53.899 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.325447+0000", 2023-10-14T00:01:53.899 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.716688+0000", 2023-10-14T00:01:53.899 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.716688+0000", 2023-10-14T00:01:53.900 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.717011+0000", 2023-10-14T00:01:53.900 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.325447+0000", 2023-10-14T00:01:53.900 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:53.900 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:53.900 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:53.900 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:53.901 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.325447+0000", 2023-10-14T00:01:53.901 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.325447+0000", 2023-10-14T00:01:53.901 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.325447+0000", 2023-10-14T00:01:53.901 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:53.901 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:53.902 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:53.902 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.325447+0000", 2023-10-14T00:01:53.902 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.325447+0000", 2023-10-14T00:01:53.902 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:53.902 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 1, 2023-10-14T00:01:53.903 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:53.903 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:53.903 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:53.903 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:53.903 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:53.904 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:53.904 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:53.904 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 1, 2023-10-14T00:01:53.904 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:53.904 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:53.904 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:53.905 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.d", 2023-10-14T00:01:53.905 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:53.905 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:53.905 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:53.905 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 18, 2023-10-14T00:01:53.906 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:53.906 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T11:25:49.671679+0000", 2023-10-14T00:01:53.906 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:53.906 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:53.906 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:53.907 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 70, 2023-10-14T00:01:53.907 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:53.907 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:53.907 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:53.907 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:53.908 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:53.908 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:53.908 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:53.908 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:53.908 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:53.908 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:53.909 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:53.909 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:53.909 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:53.909 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:53.909 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:53.910 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 3, 2023-10-14T00:01:53.910 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 1, 2023-10-14T00:01:53.910 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:53.910 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 1, 2023-10-14T00:01:53.910 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:53.911 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:53.911 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:53.911 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:53.911 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:53.911 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:53.911 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:53.912 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:53.912 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:53.912 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:53.912 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:53.912 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:53.913 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:53.913 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:53.913 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:53.913 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:53.913 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:53.914 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:53.914 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 1, 2023-10-14T00:01:53.914 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 1 2023-10-14T00:01:53.914 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.914 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:53.915 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:53.915 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:53.915 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:53.915 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:53.915 INFO:tasks.workunit.client.0.smithi055.stdout: 3 2023-10-14T00:01:53.915 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.916 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 1, 2023-10-14T00:01:53.916 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "58'1" 2023-10-14T00:01:53.916 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.916 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:53.916 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:53.917 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:53.917 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:53.917 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:53.917 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.917 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 5, 2023-10-14T00:01:53.918 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:53.918 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:53.918 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:53.918 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:53.918 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:53.918 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:53.919 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.330731+0000", 2023-10-14T00:01:53.919 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.339928+0000", 2023-10-14T00:01:53.919 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.339928+0000", 2023-10-14T00:01:53.919 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.343982+0000", 2023-10-14T00:01:53.919 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.330731+0000", 2023-10-14T00:01:53.920 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.920 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:53.920 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.920 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:53.920 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.330731+0000", 2023-10-14T00:01:53.921 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.330731+0000", 2023-10-14T00:01:53.921 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.330731+0000", 2023-10-14T00:01:53.921 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:53.921 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:53.921 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.921 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.330731+0000", 2023-10-14T00:01:53.922 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.330731+0000", 2023-10-14T00:01:53.922 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:53.922 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:53.922 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:53.922 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:53.923 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:53.923 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:53.923 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:53.923 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:53.923 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:53.924 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:53.924 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:53.924 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:53.924 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:53.924 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.c", 2023-10-14T00:01:53.925 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:53.925 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:53.925 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:53.925 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:53.925 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:53.925 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T10:35:07.777873+0000", 2023-10-14T00:01:53.926 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:53.926 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:53.926 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:53.926 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:53.926 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:53.927 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:53.927 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:53.927 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:53.927 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:53.927 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:53.928 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:53.928 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:53.928 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:53.928 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:53.928 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:53.928 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:53.929 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:53.929 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:53.929 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:53.929 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:53.929 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:53.930 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:53.930 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:53.930 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:53.930 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:53.930 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:53.931 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:53.931 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:53.931 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:53.931 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:53.931 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:53.932 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:53.932 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:53.932 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:53.932 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:53.932 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:53.932 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:53.933 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:53.933 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:53.933 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:53.933 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:53.933 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:53.934 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:53.934 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.934 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:53.934 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:53.934 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:53.935 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:53.935 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:53.935 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:53.935 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.935 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 5, 2023-10-14T00:01:53.935 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:53.936 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.936 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:53.936 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:53.936 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:53.936 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:53.937 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:53.937 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.937 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 2, 2023-10-14T00:01:53.937 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:53.937 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:53.938 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 56, 2023-10-14T00:01:53.938 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:53.938 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:53.938 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:53.938 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.319433+0000", 2023-10-14T00:01:53.939 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:33.713539+0000", 2023-10-14T00:01:53.939 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:33.713539+0000", 2023-10-14T00:01:53.939 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:33.713850+0000", 2023-10-14T00:01:53.939 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.319433+0000", 2023-10-14T00:01:53.939 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:53.940 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:53.940 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:53.940 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 57, 2023-10-14T00:01:53.940 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.319433+0000", 2023-10-14T00:01:53.940 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.319433+0000", 2023-10-14T00:01:53.941 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.319433+0000", 2023-10-14T00:01:53.941 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:53.941 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:53.941 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:32.653505+0000", 2023-10-14T00:01:53.941 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.319433+0000", 2023-10-14T00:01:53.942 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.319433+0000", 2023-10-14T00:01:53.942 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:53.942 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 2, 2023-10-14T00:01:53.942 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:53.942 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:53.943 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 56, 2023-10-14T00:01:53.943 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:53.943 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:53.943 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:53.943 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:53.943 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 2, 2023-10-14T00:01:53.944 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:53.944 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:53.944 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:53.944 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "2.e", 2023-10-14T00:01:53.944 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:53.945 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:53.945 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:53.945 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 19, 2023-10-14T00:01:53.945 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:53.945 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T03:16:23.252033+0000", 2023-10-14T00:01:53.946 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:53.946 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:53.946 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:53.946 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:53.946 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:53.947 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:53.947 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:53.947 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:53.947 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:53.947 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:53.947 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:53.948 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:53.948 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:53.948 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:53.948 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:53.948 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:53.949 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:53.949 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:53.949 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:53.949 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 3, 2023-10-14T00:01:53.949 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 1, 2023-10-14T00:01:53.949 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:53.950 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 1, 2023-10-14T00:01:53.950 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:53.950 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:53.950 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:53.950 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:53.951 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:53.951 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 1, 2023-10-14T00:01:53.951 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:53.951 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:53.951 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:53.952 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:53.952 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:53.952 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:53.952 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:53.952 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:53.953 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:53.953 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:53.953 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:53.953 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:53.953 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 3, 2023-10-14T00:01:53.953 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:53.954 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.954 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:53.954 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:53.954 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:53.954 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:53.955 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:53.955 INFO:tasks.workunit.client.0.smithi055.stdout: 7 2023-10-14T00:01:53.955 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.955 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 2, 2023-10-14T00:01:53.955 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "58'2" 2023-10-14T00:01:53.956 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.956 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:53.956 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:53.956 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:53.956 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:53.956 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:53.957 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.957 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 7, 2023-10-14T00:01:53.957 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:53.957 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:53.957 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:53.958 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:53.958 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:53.958 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:53.958 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.328879+0000", 2023-10-14T00:01:53.958 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.348875+0000", 2023-10-14T00:01:53.959 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.348875+0000", 2023-10-14T00:01:53.959 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.350039+0000", 2023-10-14T00:01:53.959 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.328879+0000", 2023-10-14T00:01:53.959 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.959 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:53.959 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.960 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:53.960 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.328879+0000", 2023-10-14T00:01:53.960 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.328879+0000", 2023-10-14T00:01:53.960 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.328879+0000", 2023-10-14T00:01:53.960 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:53.961 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:53.961 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.961 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.328879+0000", 2023-10-14T00:01:53.961 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.328879+0000", 2023-10-14T00:01:53.961 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:53.962 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:53.962 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:53.962 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:53.962 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:53.962 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:53.962 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:53.963 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:53.963 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:53.963 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:53.963 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:53.963 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:53.964 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:53.964 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.f", 2023-10-14T00:01:53.964 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:53.964 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:53.964 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:53.965 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:53.965 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:53.965 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T11:09:45.354595+0000", 2023-10-14T00:01:53.965 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:53.965 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:53.965 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:53.966 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:53.966 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:53.966 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:53.966 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:53.966 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:53.967 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:53.967 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:53.967 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:53.967 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:53.967 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:53.968 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:53.968 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:53.968 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:53.968 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:53.968 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:53.969 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:53.969 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:53.969 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:53.969 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:53.969 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:53.969 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:53.970 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:53.970 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:53.970 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:53.970 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:53.970 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:53.971 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:53.975 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:53.976 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:53.976 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:53.976 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:53.976 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:53.976 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:53.977 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:53.977 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:53.977 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:53.977 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:53.977 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:53.978 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:53.978 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:53.978 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.978 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:53.978 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:53.979 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:53.979 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:53.979 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:53.979 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:53.979 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.979 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 7, 2023-10-14T00:01:53.980 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:53.980 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.980 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:53.980 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:53.980 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:53.981 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:53.981 INFO:tasks.workunit.client.0.smithi055.stdout: 5 2023-10-14T00:01:53.981 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:53.981 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 6, 2023-10-14T00:01:53.981 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:53.982 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:53.982 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:53.982 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:53.982 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:53.982 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:53.983 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.332098+0000", 2023-10-14T00:01:53.983 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.348762+0000", 2023-10-14T00:01:53.983 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.348762+0000", 2023-10-14T00:01:53.983 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.350351+0000", 2023-10-14T00:01:53.983 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.332098+0000", 2023-10-14T00:01:53.983 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.984 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:53.984 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.984 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:53.984 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.332098+0000", 2023-10-14T00:01:53.984 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.332098+0000", 2023-10-14T00:01:53.985 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.332098+0000", 2023-10-14T00:01:53.985 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:53.985 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:53.985 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:53.985 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.332098+0000", 2023-10-14T00:01:53.986 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.332098+0000", 2023-10-14T00:01:53.986 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:53.986 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:53.986 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:53.986 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:53.987 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:53.987 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:53.987 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:53.987 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:53.987 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:53.988 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:53.988 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:53.988 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:53.988 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:53.988 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.20", 2023-10-14T00:01:53.989 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:53.989 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:53.989 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:53.989 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:53.989 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:53.990 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T11:19:09.198972+0000", 2023-10-14T00:01:53.990 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:53.990 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:53.990 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:53.990 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:53.991 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:53.991 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:53.991 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:53.991 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:53.991 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:53.992 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:53.992 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:53.992 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:53.992 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:53.992 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:53.993 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:53.993 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:53.993 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:53.993 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:53.993 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:53.994 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:53.994 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:53.994 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:53.994 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:53.994 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:53.995 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:53.995 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:53.995 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:53.995 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:53.995 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:53.996 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:53.996 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:53.996 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:53.996 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:53.996 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:53.996 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:53.997 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:53.997 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:53.997 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:53.997 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:53.997 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:53.998 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:53.998 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:53.998 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:53.998 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:53.998 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:53.999 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:53.999 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:53.999 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:53.999 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:53.999 INFO:tasks.workunit.client.0.smithi055.stdout: 5 2023-10-14T00:01:54.000 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:54.000 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 6, 2023-10-14T00:01:54.000 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:54.000 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:54.000 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:54.001 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:54.001 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:54.001 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:54.001 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:54.001 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:54.002 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 2, 2023-10-14T00:01:54.002 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:54.002 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:54.002 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:54.002 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:54.003 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:54.003 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:54.003 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.318631+0000", 2023-10-14T00:01:54.003 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.339591+0000", 2023-10-14T00:01:54.003 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.339591+0000", 2023-10-14T00:01:54.004 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.339932+0000", 2023-10-14T00:01:54.004 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.318631+0000", 2023-10-14T00:01:54.004 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:54.004 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:54.004 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:54.005 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:54.005 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.318631+0000", 2023-10-14T00:01:54.005 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.318631+0000", 2023-10-14T00:01:54.005 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.318631+0000", 2023-10-14T00:01:54.005 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:54.006 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:54.006 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:54.006 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.318631+0000", 2023-10-14T00:01:54.006 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.318631+0000", 2023-10-14T00:01:54.006 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:54.007 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:54.007 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:54.007 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:54.007 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:54.007 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:54.007 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:54.008 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:54.008 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:54.008 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:54.008 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:54.009 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:54.009 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:54.009 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.21", 2023-10-14T00:01:54.009 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:54.009 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:54.009 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:54.010 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:54.010 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:54.010 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T06:30:04.152690+0000", 2023-10-14T00:01:54.010 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:54.010 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:54.011 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:54.011 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:54.011 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:54.011 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:54.011 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:54.012 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:54.012 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:54.012 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:54.012 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:54.012 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:54.013 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:54.013 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:54.013 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:54.013 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:54.013 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:54.014 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:54.014 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:54.014 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:54.014 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:54.014 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:54.015 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:54.015 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:54.015 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:54.015 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:54.015 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:54.016 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:54.016 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:54.016 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:54.016 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:54.016 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:54.017 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:54.017 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:54.017 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:54.017 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:54.017 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:54.018 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:54.018 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:54.018 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:54.018 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:54.018 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:54.019 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:54.019 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:54.019 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:54.019 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:54.019 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:54.020 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:54.020 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:54.020 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:54.020 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:54.020 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 2, 2023-10-14T00:01:54.021 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:54.021 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:54.021 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:54.021 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:54.021 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:54.022 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:54.022 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:54.022 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:54.022 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 5, 2023-10-14T00:01:54.022 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:54.023 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:54.023 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:54.023 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:54.023 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:54.023 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:54.023 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.330541+0000", 2023-10-14T00:01:54.024 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.347394+0000", 2023-10-14T00:01:54.024 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.347394+0000", 2023-10-14T00:01:54.024 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.348180+0000", 2023-10-14T00:01:54.024 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.330541+0000", 2023-10-14T00:01:54.024 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:54.025 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:54.025 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:54.025 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:54.025 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.330541+0000", 2023-10-14T00:01:54.025 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.330541+0000", 2023-10-14T00:01:54.026 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.330541+0000", 2023-10-14T00:01:54.026 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:54.026 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:54.026 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:54.026 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.330541+0000", 2023-10-14T00:01:54.027 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.330541+0000", 2023-10-14T00:01:54.027 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:54.027 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:54.027 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:54.027 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:54.028 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:54.028 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:54.028 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:54.028 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:54.028 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:54.028 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:54.029 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:54.029 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:54.029 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:54.029 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.22", 2023-10-14T00:01:54.029 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:54.030 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:54.030 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:54.030 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:54.030 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:54.031 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T05:44:06.045340+0000", 2023-10-14T00:01:54.031 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:54.031 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:54.031 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:54.031 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:54.031 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:54.032 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:54.032 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:54.032 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:54.032 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:54.032 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:54.033 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:54.033 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:54.033 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:54.033 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:54.033 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:54.034 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:54.034 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:54.034 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:54.034 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:54.034 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:54.035 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:54.035 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:54.035 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:54.035 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:54.035 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:54.036 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:54.036 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:54.036 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:54.036 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:54.036 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:54.036 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:54.037 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:54.037 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:54.037 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:54.037 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:54.037 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:54.038 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:54.038 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:54.038 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:54.038 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:54.038 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:54.039 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:54.039 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:54.039 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:54.039 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:54.039 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:54.040 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:54.040 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:54.040 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:54.040 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:54.040 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:54.040 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 5, 2023-10-14T00:01:54.041 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:54.041 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:54.041 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:54.041 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:54.041 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:54.042 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:54.042 INFO:tasks.workunit.client.0.smithi055.stdout: 4 2023-10-14T00:01:54.042 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:54.042 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 0, 2023-10-14T00:01:54.042 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:54.043 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:54.043 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:54.043 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:54.043 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:54.043 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:54.044 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.325349+0000", 2023-10-14T00:01:54.044 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.348457+0000", 2023-10-14T00:01:54.044 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.348457+0000", 2023-10-14T00:01:54.044 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.349265+0000", 2023-10-14T00:01:54.044 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.325349+0000", 2023-10-14T00:01:54.044 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:54.045 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:54.045 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:54.045 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:54.045 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.325349+0000", 2023-10-14T00:01:54.045 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.325349+0000", 2023-10-14T00:01:54.046 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.325349+0000", 2023-10-14T00:01:54.046 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:54.046 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:54.046 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:54.046 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.325349+0000", 2023-10-14T00:01:54.047 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.325349+0000", 2023-10-14T00:01:54.047 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:54.047 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:54.047 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:54.047 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:54.048 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:54.048 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:54.048 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:54.048 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:54.048 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:54.048 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:54.049 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:54.049 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:54.049 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:54.049 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.23", 2023-10-14T00:01:54.049 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:54.050 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:54.050 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:54.050 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:54.050 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:54.050 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T01:44:19.710390+0000", 2023-10-14T00:01:54.051 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:54.051 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:54.051 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:54.051 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:54.051 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:54.052 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:54.052 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:54.052 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:54.052 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:54.052 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:54.053 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:54.053 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:54.053 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:54.053 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:54.053 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:54.054 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:54.054 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:54.054 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:54.054 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:54.054 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:54.055 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:54.055 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:54.055 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:54.055 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:54.055 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:54.056 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:54.056 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:54.056 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:54.056 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:54.056 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:54.057 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:54.057 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:54.057 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:54.057 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:54.057 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:54.058 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:54.058 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:54.058 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:54.058 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:54.058 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:54.059 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:54.059 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:54.059 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:54.059 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:54.059 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:54.059 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:54.060 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:54.060 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:54.060 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:54.060 INFO:tasks.workunit.client.0.smithi055.stdout: 4 2023-10-14T00:01:54.061 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:54.061 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 0, 2023-10-14T00:01:54.061 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:54.061 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:54.061 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:54.062 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:54.062 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:54.062 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:54.062 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:54.062 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:54.063 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 3, 2023-10-14T00:01:54.063 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:54.063 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:54.063 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:54.063 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:54.064 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:54.064 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:54.064 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:04.354061+0000", 2023-10-14T00:01:54.064 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-14T00:01:04.353669+0000", 2023-10-14T00:01:54.064 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-14T00:01:04.353669+0000", 2023-10-14T00:01:54.065 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-14T00:01:04.354061+0000", 2023-10-14T00:01:54.065 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:04.354061+0000", 2023-10-14T00:01:54.065 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:54.065 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:54.065 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:54.066 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 65, 2023-10-14T00:01:54.066 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:04.354061+0000", 2023-10-14T00:01:54.066 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:04.354061+0000", 2023-10-14T00:01:54.066 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:04.354061+0000", 2023-10-14T00:01:54.066 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:54.067 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:54.067 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:54.067 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:04.354061+0000", 2023-10-14T00:01:54.067 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:04.354061+0000", 2023-10-14T00:01:54.067 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:54.068 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:54.068 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:54.068 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:54.068 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 64, 2023-10-14T00:01:54.068 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:54.068 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:54.069 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:54.069 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:54.069 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:54.069 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:54.069 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:54.070 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:54.070 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.24", 2023-10-14T00:01:54.070 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:54.070 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:54.070 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 65, 2023-10-14T00:01:54.071 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 26, 2023-10-14T00:01:54.071 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:54.071 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T09:42:41.051004+0000", 2023-10-14T00:01:54.071 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:54.071 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:54.072 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:54.072 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:54.072 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:54.072 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:54.072 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:54.073 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:54.073 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:54.073 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:54.073 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:54.073 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:54.074 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:54.074 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:54.074 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:54.074 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:54.074 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:54.075 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:54.075 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:54.075 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:54.075 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:54.075 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:54.076 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:54.076 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:54.076 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:54.076 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:54.076 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:54.077 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:54.077 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:54.077 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:54.077 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:54.077 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:54.078 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:54.078 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:54.078 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:54.078 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:54.078 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:54.079 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:54.079 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:54.079 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:54.079 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:54.079 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:54.079 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:54.080 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:54.080 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:54.080 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:54.080 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:54.081 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:54.081 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:54.081 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:54.081 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:54.081 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 3, 2023-10-14T00:01:54.081 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:54.082 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:54.082 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:54.082 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:54.082 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:54.082 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:54.083 INFO:tasks.workunit.client.0.smithi055.stdout: 2 2023-10-14T00:01:54.083 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:54.083 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 1, 2023-10-14T00:01:54.083 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:54.083 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:54.084 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:54.084 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:54.084 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:54.084 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:54.084 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.325348+0000", 2023-10-14T00:01:54.085 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.349903+0000", 2023-10-14T00:01:54.085 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.349903+0000", 2023-10-14T00:01:54.085 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.350225+0000", 2023-10-14T00:01:54.085 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.325348+0000", 2023-10-14T00:01:54.085 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:54.086 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:54.086 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:54.086 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:54.086 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.325348+0000", 2023-10-14T00:01:54.086 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.325348+0000", 2023-10-14T00:01:54.087 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.325348+0000", 2023-10-14T00:01:54.087 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:54.087 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:54.087 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:54.087 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.325348+0000", 2023-10-14T00:01:54.088 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.325348+0000", 2023-10-14T00:01:54.088 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:54.088 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:54.088 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:54.088 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:54.088 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:54.089 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:54.089 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:54.089 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:54.089 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:54.089 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:54.090 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:54.090 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:54.090 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:54.090 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.25", 2023-10-14T00:01:54.090 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:54.091 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:54.091 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:54.091 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:54.091 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:54.091 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T04:18:12.663674+0000", 2023-10-14T00:01:54.092 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:54.092 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:54.092 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:54.092 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:54.092 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:54.093 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:54.093 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:54.093 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:54.093 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:54.093 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:54.093 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:54.094 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:54.094 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:54.094 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:54.094 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:54.094 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:54.095 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:54.095 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:54.095 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:54.095 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:54.095 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:54.096 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:54.096 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:54.096 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:54.096 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:54.096 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:54.097 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:54.097 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:54.097 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:54.097 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:54.097 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:54.097 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:54.098 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:54.098 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:54.098 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:54.098 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:54.098 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:54.099 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:54.099 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:54.099 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:54.099 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:54.099 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:54.100 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:54.100 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:54.100 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:54.100 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:54.100 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:54.101 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:54.101 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:54.101 INFO:tasks.workunit.client.0.smithi055.stdout: 2 2023-10-14T00:01:54.101 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:54.101 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 1, 2023-10-14T00:01:54.101 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:54.102 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:54.102 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:54.102 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:54.102 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:54.102 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:54.103 INFO:tasks.workunit.client.0.smithi055.stdout: 4 2023-10-14T00:01:54.103 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:54.103 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 2, 2023-10-14T00:01:54.103 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:54.103 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:54.104 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:54.104 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:54.104 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:54.104 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:54.104 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:04.412281+0000", 2023-10-14T00:01:54.105 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-14T00:01:04.411931+0000", 2023-10-14T00:01:54.105 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-14T00:01:04.411931+0000", 2023-10-14T00:01:54.105 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-14T00:01:04.412281+0000", 2023-10-14T00:01:54.105 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:04.412281+0000", 2023-10-14T00:01:54.105 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:54.105 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:54.106 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:54.106 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 65, 2023-10-14T00:01:54.106 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:04.412281+0000", 2023-10-14T00:01:54.106 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:04.412281+0000", 2023-10-14T00:01:54.106 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:04.412281+0000", 2023-10-14T00:01:54.107 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:54.107 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:54.107 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:54.107 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:04.412281+0000", 2023-10-14T00:01:54.107 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:04.412281+0000", 2023-10-14T00:01:54.108 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:54.108 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:54.108 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:54.108 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:54.108 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 64, 2023-10-14T00:01:54.108 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:54.109 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:54.109 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:54.109 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:54.109 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:54.109 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:54.110 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:54.110 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:54.110 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.26", 2023-10-14T00:01:54.110 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:54.110 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:54.111 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 65, 2023-10-14T00:01:54.111 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 10, 2023-10-14T00:01:54.111 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:54.111 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T07:42:38.141750+0000", 2023-10-14T00:01:54.111 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:54.111 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:54.112 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:54.112 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:54.112 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:54.112 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:54.112 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:54.113 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:54.113 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:54.113 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:54.113 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:54.113 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:54.114 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:54.114 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:54.114 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:54.114 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:54.114 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:54.115 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:54.115 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:54.115 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:54.115 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:54.115 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:54.115 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:54.116 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:54.116 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:54.116 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:54.116 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:54.116 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:54.117 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:54.117 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:54.117 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:54.117 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:54.117 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:54.117 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:54.118 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:54.118 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:54.118 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:54.118 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:54.118 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:54.119 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:54.119 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:54.119 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:54.119 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:54.119 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:54.120 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:54.120 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:54.120 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:54.120 INFO:tasks.workunit.client.0.smithi055.stdout: 2, 2023-10-14T00:01:54.120 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:54.121 INFO:tasks.workunit.client.0.smithi055.stdout: 4 2023-10-14T00:01:54.121 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:54.121 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 2, 2023-10-14T00:01:54.121 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:54.121 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:54.122 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:54.122 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:54.122 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:54.122 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:54.122 INFO:tasks.workunit.client.0.smithi055.stdout: 2 2023-10-14T00:01:54.123 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:54.123 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 3, 2023-10-14T00:01:54.123 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:54.123 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:54.123 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:54.123 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:54.124 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:54.124 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:54.124 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:04.353940+0000", 2023-10-14T00:01:54.124 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-14T00:01:04.353552+0000", 2023-10-14T00:01:54.124 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-14T00:01:04.353552+0000", 2023-10-14T00:01:54.125 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-14T00:01:04.353940+0000", 2023-10-14T00:01:54.125 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:04.353940+0000", 2023-10-14T00:01:54.125 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:54.125 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:54.125 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:54.126 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 65, 2023-10-14T00:01:54.126 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:04.353940+0000", 2023-10-14T00:01:54.126 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:04.353940+0000", 2023-10-14T00:01:54.126 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:04.353940+0000", 2023-10-14T00:01:54.126 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:54.127 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:54.127 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:54.127 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:04.353940+0000", 2023-10-14T00:01:54.127 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:04.353940+0000", 2023-10-14T00:01:54.128 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:54.128 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:54.128 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:54.128 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:54.128 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 64, 2023-10-14T00:01:54.128 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:54.129 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:54.129 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:54.129 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:54.129 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:54.129 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:54.130 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:54.130 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:54.130 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.27", 2023-10-14T00:01:54.130 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:54.130 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:54.131 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 65, 2023-10-14T00:01:54.131 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 26, 2023-10-14T00:01:54.131 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:54.131 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T08:38:33.627192+0000", 2023-10-14T00:01:54.131 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:54.132 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:54.132 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:54.132 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:54.132 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:54.132 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:54.133 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:54.133 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:54.133 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:54.133 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:54.133 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:54.133 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:54.134 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:54.134 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:54.134 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:54.134 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:54.134 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:54.135 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:54.135 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:54.135 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:54.135 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:54.135 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:54.136 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:54.136 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:54.136 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:54.136 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:54.136 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:54.137 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:54.137 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:54.137 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:54.137 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:54.137 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:54.138 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:54.138 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:54.138 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:54.138 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:54.138 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:54.139 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:54.139 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:54.139 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:54.139 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:54.139 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:54.140 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:54.140 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:54.140 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:54.140 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:54.140 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:54.141 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:54.141 INFO:tasks.workunit.client.0.smithi055.stdout: 1, 2023-10-14T00:01:54.141 INFO:tasks.workunit.client.0.smithi055.stdout: 2 2023-10-14T00:01:54.141 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:54.141 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 3, 2023-10-14T00:01:54.142 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:54.142 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:54.142 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:54.142 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:54.143 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:54.143 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:54.143 INFO:tasks.workunit.client.0.smithi055.stdout: 2 2023-10-14T00:01:54.143 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:54.143 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 5, 2023-10-14T00:01:54.143 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:54.144 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:54.144 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:54.144 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:54.144 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:54.144 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:54.145 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.331289+0000", 2023-10-14T00:01:54.145 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.340157+0000", 2023-10-14T00:01:54.145 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.340157+0000", 2023-10-14T00:01:54.145 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.340530+0000", 2023-10-14T00:01:54.145 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.331289+0000", 2023-10-14T00:01:54.146 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:54.146 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:54.146 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:54.146 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:54.146 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.331289+0000", 2023-10-14T00:01:54.147 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.331289+0000", 2023-10-14T00:01:54.147 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.331289+0000", 2023-10-14T00:01:54.147 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:54.147 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:54.147 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:54.148 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.331289+0000", 2023-10-14T00:01:54.148 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.331289+0000", 2023-10-14T00:01:54.148 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:54.148 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:54.148 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:54.149 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:54.149 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:54.149 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:54.149 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:54.149 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:54.150 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:54.150 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:54.150 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:54.150 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:54.150 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:54.150 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.28", 2023-10-14T00:01:54.151 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:54.151 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:54.151 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:54.151 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:54.151 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:54.152 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T02:48:54.068275+0000", 2023-10-14T00:01:54.152 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:54.152 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:54.152 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:54.152 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:54.153 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:54.153 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:54.153 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:54.153 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:54.153 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:54.154 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:54.154 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:54.154 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:54.154 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:54.154 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:54.155 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:54.155 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:54.155 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:54.155 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:54.155 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:54.156 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:54.156 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:54.156 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:54.156 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:54.156 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:54.157 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:54.157 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:54.157 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:54.157 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:54.157 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:54.158 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:54.158 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:54.158 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:54.158 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:54.158 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:54.158 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:54.159 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:54.159 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:54.159 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:54.159 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:54.159 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:54.160 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:54.160 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:54.160 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:54.160 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:54.160 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:54.161 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:54.161 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:54.161 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:54.161 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:54.161 INFO:tasks.workunit.client.0.smithi055.stdout: 2 2023-10-14T00:01:54.161 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:54.162 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 5, 2023-10-14T00:01:54.162 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:54.162 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:54.162 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:54.162 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:54.163 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:54.163 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:54.163 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:54.163 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:54.163 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 3, 2023-10-14T00:01:54.164 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:54.164 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:54.164 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:54.164 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:54.164 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:54.165 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:54.165 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.321355+0000", 2023-10-14T00:01:54.165 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.349057+0000", 2023-10-14T00:01:54.165 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.349057+0000", 2023-10-14T00:01:54.165 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.349514+0000", 2023-10-14T00:01:54.166 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.321355+0000", 2023-10-14T00:01:54.166 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:54.166 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:54.166 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:54.166 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:54.167 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.321355+0000", 2023-10-14T00:01:54.167 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.321355+0000", 2023-10-14T00:01:54.167 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.321355+0000", 2023-10-14T00:01:54.167 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:54.168 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:54.168 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:54.168 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.321355+0000", 2023-10-14T00:01:54.168 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.321355+0000", 2023-10-14T00:01:54.168 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:54.169 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:54.169 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:54.169 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:54.169 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:54.169 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:54.170 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:54.170 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:54.170 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:54.170 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:54.170 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:54.171 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:54.171 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:54.171 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.29", 2023-10-14T00:01:54.171 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:54.171 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:54.171 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:54.172 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:54.172 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:54.172 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T01:50:23.628513+0000", 2023-10-14T00:01:54.172 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:54.172 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:54.173 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:54.173 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:54.173 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:54.173 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:54.173 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:54.174 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:54.174 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:54.174 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:54.174 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:54.175 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:54.175 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:54.175 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:54.175 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:54.175 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:54.176 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:54.177 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:54.177 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:54.177 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:54.178 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:54.178 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:54.178 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:54.178 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:54.179 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:54.179 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:54.179 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:54.179 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:54.179 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:54.180 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:54.180 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:54.180 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:54.180 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:54.180 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:54.181 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:54.181 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:54.181 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:54.181 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:54.181 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:54.182 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:54.182 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:54.182 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:54.182 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:54.182 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:54.183 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:54.183 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:54.183 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:54.183 INFO:tasks.workunit.client.0.smithi055.stdout: 3, 2023-10-14T00:01:54.183 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:54.184 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:54.184 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:54.184 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 3, 2023-10-14T00:01:54.184 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:54.184 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:54.185 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:54.185 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:54.185 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:54.185 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:54.186 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:54.186 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:54.186 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 5, 2023-10-14T00:01:54.186 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:54.186 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:54.187 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:54.187 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:54.187 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:54.187 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:54.187 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.330617+0000", 2023-10-14T00:01:54.188 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.335341+0000", 2023-10-14T00:01:54.188 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.335341+0000", 2023-10-14T00:01:54.188 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.335647+0000", 2023-10-14T00:01:54.188 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.330617+0000", 2023-10-14T00:01:54.188 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:54.189 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:54.189 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:54.189 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:54.189 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.330617+0000", 2023-10-14T00:01:54.189 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.330617+0000", 2023-10-14T00:01:54.189 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.330617+0000", 2023-10-14T00:01:54.190 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:54.190 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:54.190 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:54.190 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.330617+0000", 2023-10-14T00:01:54.190 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.330617+0000", 2023-10-14T00:01:54.191 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:54.191 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:54.191 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:54.191 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:54.191 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:54.192 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:54.192 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:54.192 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:54.192 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:54.192 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:54.193 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:54.193 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:54.193 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:54.193 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.2a", 2023-10-14T00:01:54.193 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:54.194 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:54.194 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:54.194 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:54.194 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:54.194 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T10:34:15.630881+0000", 2023-10-14T00:01:54.195 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:54.195 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:54.195 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:54.195 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:54.195 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:54.196 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:54.196 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:54.196 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:54.196 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:54.196 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:54.197 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:54.197 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:54.197 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:54.197 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:54.197 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:54.198 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:54.198 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:54.198 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:54.198 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:54.198 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:54.199 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:54.199 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:54.199 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:54.199 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:54.199 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:54.200 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:54.200 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:54.200 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:54.200 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:54.200 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:54.200 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:54.201 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:54.201 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:54.201 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:54.201 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:54.202 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:54.202 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:54.202 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:54.202 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:54.202 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:54.202 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:54.203 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:54.203 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:54.203 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:54.203 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:54.204 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:54.204 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:54.204 INFO:tasks.workunit.client.0.smithi055.stdout: 5, 2023-10-14T00:01:54.204 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:54.204 INFO:tasks.workunit.client.0.smithi055.stdout: 6 2023-10-14T00:01:54.205 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:54.205 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 5, 2023-10-14T00:01:54.205 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:54.205 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:54.205 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:54.206 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:54.206 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:54.206 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:54.206 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:54.206 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:54.207 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 0, 2023-10-14T00:01:54.207 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:54.207 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:54.207 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:54.207 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:54.208 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:54.208 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:54.208 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.325450+0000", 2023-10-14T00:01:54.208 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.347473+0000", 2023-10-14T00:01:54.209 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.347473+0000", 2023-10-14T00:01:54.209 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.351925+0000", 2023-10-14T00:01:54.209 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.325450+0000", 2023-10-14T00:01:54.209 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:54.209 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:54.209 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:54.210 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:54.210 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.325450+0000", 2023-10-14T00:01:54.210 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.325450+0000", 2023-10-14T00:01:54.210 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.325450+0000", 2023-10-14T00:01:54.210 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:54.211 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:54.211 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:54.211 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.325450+0000", 2023-10-14T00:01:54.211 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.325450+0000", 2023-10-14T00:01:54.212 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:54.212 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:54.212 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:54.212 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:54.212 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:54.212 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:54.213 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:54.213 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:54.213 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:54.213 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:54.214 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:54.214 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:54.214 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:54.214 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.2b", 2023-10-14T00:01:54.214 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:54.215 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:54.215 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:54.215 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:54.215 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:54.215 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T09:56:14.630499+0000", 2023-10-14T00:01:54.216 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:54.216 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:54.216 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:54.216 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:54.216 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:54.217 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:54.217 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:54.217 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:54.217 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:54.217 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:54.218 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:54.218 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:54.218 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:54.218 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:54.218 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:54.219 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:54.219 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:54.219 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:54.219 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:54.219 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:54.220 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:54.220 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:54.220 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:54.220 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:54.220 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:54.221 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:54.221 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:54.221 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:54.221 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:54.221 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:54.222 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:54.222 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:54.222 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:54.222 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:54.222 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:54.223 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:54.223 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:54.223 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:54.223 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:54.223 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:54.224 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:54.224 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:54.224 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:54.224 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:54.224 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:54.225 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:54.225 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:54.225 INFO:tasks.workunit.client.0.smithi055.stdout: 0, 2023-10-14T00:01:54.225 INFO:tasks.workunit.client.0.smithi055.stdout: 7, 2023-10-14T00:01:54.225 INFO:tasks.workunit.client.0.smithi055.stdout: 1 2023-10-14T00:01:54.226 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:54.226 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 0, 2023-10-14T00:01:54.226 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:54.226 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:54.226 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:54.227 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": [ 2023-10-14T00:01:54.227 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:54.227 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:54.227 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:54.227 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:54.228 INFO:tasks.workunit.client.0.smithi055.stdout: "acting_primary": 6, 2023-10-14T00:01:54.228 INFO:tasks.workunit.client.0.smithi055.stdout: "avail_no_missing": [], 2023-10-14T00:01:54.228 INFO:tasks.workunit.client.0.smithi055.stdout: "blocked_by": [], 2023-10-14T00:01:54.228 INFO:tasks.workunit.client.0.smithi055.stdout: "created": 57, 2023-10-14T00:01:54.228 INFO:tasks.workunit.client.0.smithi055.stdout: "dirty_stats_invalid": false, 2023-10-14T00:01:54.229 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_bytes_stats_invalid": false, 2023-10-14T00:01:54.229 INFO:tasks.workunit.client.0.smithi055.stdout: "hitset_stats_invalid": false, 2023-10-14T00:01:54.229 INFO:tasks.workunit.client.0.smithi055.stdout: "last_active": "2023-10-14T00:01:03.332645+0000", 2023-10-14T00:01:54.229 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_active": "2023-10-13T23:59:34.348975+0000", 2023-10-14T00:01:54.229 INFO:tasks.workunit.client.0.smithi055.stdout: "last_became_peered": "2023-10-13T23:59:34.348975+0000", 2023-10-14T00:01:54.230 INFO:tasks.workunit.client.0.smithi055.stdout: "last_change": "2023-10-13T23:59:34.349297+0000", 2023-10-14T00:01:54.230 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean": "2023-10-14T00:01:03.332645+0000", 2023-10-14T00:01:54.230 INFO:tasks.workunit.client.0.smithi055.stdout: "last_clean_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:54.230 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub": "0'0", 2023-10-14T00:01:54.230 INFO:tasks.workunit.client.0.smithi055.stdout: "last_deep_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:54.231 INFO:tasks.workunit.client.0.smithi055.stdout: "last_epoch_clean": 58, 2023-10-14T00:01:54.231 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fresh": "2023-10-14T00:01:03.332645+0000", 2023-10-14T00:01:54.231 INFO:tasks.workunit.client.0.smithi055.stdout: "last_fullsized": "2023-10-14T00:01:03.332645+0000", 2023-10-14T00:01:54.231 INFO:tasks.workunit.client.0.smithi055.stdout: "last_peered": "2023-10-14T00:01:03.332645+0000", 2023-10-14T00:01:54.231 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub": "0'0", 2023-10-14T00:01:54.232 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_duration": 0, 2023-10-14T00:01:54.232 INFO:tasks.workunit.client.0.smithi055.stdout: "last_scrub_stamp": "2023-10-13T23:59:33.668965+0000", 2023-10-14T00:01:54.232 INFO:tasks.workunit.client.0.smithi055.stdout: "last_undegraded": "2023-10-14T00:01:03.332645+0000", 2023-10-14T00:01:54.232 INFO:tasks.workunit.client.0.smithi055.stdout: "last_unstale": "2023-10-14T00:01:03.332645+0000", 2023-10-14T00:01:54.232 INFO:tasks.workunit.client.0.smithi055.stdout: "log_dups_size": 0, 2023-10-14T00:01:54.233 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:54.233 INFO:tasks.workunit.client.0.smithi055.stdout: "log_start": "0'0", 2023-10-14T00:01:54.233 INFO:tasks.workunit.client.0.smithi055.stdout: "manifest_stats_invalid": false, 2023-10-14T00:01:54.233 INFO:tasks.workunit.client.0.smithi055.stdout: "mapping_epoch": 57, 2023-10-14T00:01:54.233 INFO:tasks.workunit.client.0.smithi055.stdout: "object_location_counts": [], 2023-10-14T00:01:54.234 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_scrubbed": 0, 2023-10-14T00:01:54.234 INFO:tasks.workunit.client.0.smithi055.stdout: "objects_trimmed": 0, 2023-10-14T00:01:54.234 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_stats_invalid": false, 2023-10-14T00:01:54.234 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:54.234 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_start": "0'0", 2023-10-14T00:01:54.235 INFO:tasks.workunit.client.0.smithi055.stdout: "parent": "0.0", 2023-10-14T00:01:54.235 INFO:tasks.workunit.client.0.smithi055.stdout: "parent_split_bits": 0, 2023-10-14T00:01:54.235 INFO:tasks.workunit.client.0.smithi055.stdout: "pgid": "3.2c", 2023-10-14T00:01:54.235 INFO:tasks.workunit.client.0.smithi055.stdout: "pin_stats_invalid": false, 2023-10-14T00:01:54.235 INFO:tasks.workunit.client.0.smithi055.stdout: "purged_snaps": [], 2023-10-14T00:01:54.236 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_epoch": 64, 2023-10-14T00:01:54.236 INFO:tasks.workunit.client.0.smithi055.stdout: "reported_seq": 16, 2023-10-14T00:01:54.236 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_duration": 0.0, 2023-10-14T00:01:54.236 INFO:tasks.workunit.client.0.smithi055.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-15T07:08:34.579206+0000", 2023-10-14T00:01:54.236 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrim_duration": 0.0, 2023-10-14T00:01:54.236 INFO:tasks.workunit.client.0.smithi055.stdout: "snaptrimq_len": 0, 2023-10-14T00:01:54.237 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:54.237 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:54.237 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:54.237 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:54.237 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:54.238 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:54.238 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:54.238 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:54.238 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:54.238 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:54.239 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:54.239 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:54.239 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:54.239 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:54.239 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:54.240 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:54.240 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:54.240 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:54.240 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:54.240 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:54.241 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:54.241 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:54.241 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:54.241 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:54.241 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:54.242 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:54.242 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:54.242 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:54.242 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:54.242 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:54.243 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:54.243 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:54.243 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:54.243 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:54.243 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:54.244 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:54.244 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:54.244 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:54.244 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:54.244 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:54.245 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:54.245 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:54.245 INFO:tasks.workunit.client.0.smithi055.stdout: "state": "active+clean", 2023-10-14T00:01:54.245 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_invalid": false, 2023-10-14T00:01:54.245 INFO:tasks.workunit.client.0.smithi055.stdout: "up": [ 2023-10-14T00:01:54.246 INFO:tasks.workunit.client.0.smithi055.stdout: 6, 2023-10-14T00:01:54.246 INFO:tasks.workunit.client.0.smithi055.stdout: 4, 2023-10-14T00:01:54.246 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:01:54.246 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:54.246 INFO:tasks.workunit.client.0.smithi055.stdout: "up_primary": 6, 2023-10-14T00:01:54.247 INFO:tasks.workunit.client.0.smithi055.stdout: "version": "0'0" 2023-10-14T00:01:54.247 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:54.247 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:54.247 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_per_pool": [ 2023-10-14T00:01:54.247 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:54.248 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": 24, 2023-10-14T00:01:54.248 INFO:tasks.workunit.client.0.smithi055.stdout: "application": [ 2023-10-14T00:01:54.248 INFO:tasks.workunit.client.0.smithi055.stdout: "rbd" 2023-10-14T00:01:54.248 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:54.248 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:54.249 INFO:tasks.workunit.client.0.smithi055.stdout: "num_pg": 8, 2023-10-14T00:01:54.249 INFO:tasks.workunit.client.0.smithi055.stdout: "num_store_stats": 8, 2023-10-14T00:01:54.249 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:54.249 INFO:tasks.workunit.client.0.smithi055.stdout: "poolid": 4, 2023-10-14T00:01:54.249 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:54.250 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:54.250 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:54.250 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:54.250 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:54.250 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:54.251 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:54.251 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:54.251 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:54.251 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:54.252 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:54.252 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:54.252 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:54.252 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:54.252 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:54.253 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:54.253 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:54.253 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:54.253 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:54.253 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:54.254 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:54.254 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:54.254 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:54.254 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:54.254 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:54.255 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:54.255 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:54.255 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:54.255 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:54.255 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:54.256 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:54.256 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:54.256 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:54.256 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:54.256 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:54.257 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:54.257 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:54.257 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:54.257 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:54.257 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:54.258 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:54.258 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:54.258 INFO:tasks.workunit.client.0.smithi055.stdout: "store_stats": { 2023-10-14T00:01:54.258 INFO:tasks.workunit.client.0.smithi055.stdout: "allocated": 0, 2023-10-14T00:01:54.259 INFO:tasks.workunit.client.0.smithi055.stdout: "available": 0, 2023-10-14T00:01:54.259 INFO:tasks.workunit.client.0.smithi055.stdout: "data_compressed": 0, 2023-10-14T00:01:54.259 INFO:tasks.workunit.client.0.smithi055.stdout: "data_compressed_allocated": 0, 2023-10-14T00:01:54.259 INFO:tasks.workunit.client.0.smithi055.stdout: "data_compressed_original": 0, 2023-10-14T00:01:54.259 INFO:tasks.workunit.client.0.smithi055.stdout: "data_stored": 0, 2023-10-14T00:01:54.259 INFO:tasks.workunit.client.0.smithi055.stdout: "internal_metadata": 0, 2023-10-14T00:01:54.260 INFO:tasks.workunit.client.0.smithi055.stdout: "internally_reserved": 0, 2023-10-14T00:01:54.260 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_allocated": 0, 2023-10-14T00:01:54.260 INFO:tasks.workunit.client.0.smithi055.stdout: "total": 0 2023-10-14T00:01:54.260 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:54.260 INFO:tasks.workunit.client.0.smithi055.stdout: "up": 24 2023-10-14T00:01:54.261 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:54.261 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:54.261 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": 192, 2023-10-14T00:01:54.261 INFO:tasks.workunit.client.0.smithi055.stdout: "application": [ 2023-10-14T00:01:54.261 INFO:tasks.workunit.client.0.smithi055.stdout: "cephfs" 2023-10-14T00:01:54.262 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:54.262 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 0, 2023-10-14T00:01:54.262 INFO:tasks.workunit.client.0.smithi055.stdout: "num_pg": 64, 2023-10-14T00:01:54.262 INFO:tasks.workunit.client.0.smithi055.stdout: "num_store_stats": 8, 2023-10-14T00:01:54.262 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 0, 2023-10-14T00:01:54.263 INFO:tasks.workunit.client.0.smithi055.stdout: "poolid": 3, 2023-10-14T00:01:54.263 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:54.263 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 0, 2023-10-14T00:01:54.263 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:54.263 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:54.264 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:54.264 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:54.264 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:54.264 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:54.264 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:54.265 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:54.265 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:54.265 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:54.265 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:54.265 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:54.266 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:54.266 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:54.266 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:54.266 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 0, 2023-10-14T00:01:54.266 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 0, 2023-10-14T00:01:54.267 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:54.267 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 0, 2023-10-14T00:01:54.267 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:54.267 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:54.267 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:54.268 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:54.268 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:54.268 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:54.268 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:54.268 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:54.269 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:54.269 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:54.269 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:54.269 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:54.269 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:54.270 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:54.270 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:54.270 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:54.270 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:54.270 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:54.271 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 0, 2023-10-14T00:01:54.271 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 0 2023-10-14T00:01:54.271 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:54.271 INFO:tasks.workunit.client.0.smithi055.stdout: "store_stats": { 2023-10-14T00:01:54.271 INFO:tasks.workunit.client.0.smithi055.stdout: "allocated": 0, 2023-10-14T00:01:54.272 INFO:tasks.workunit.client.0.smithi055.stdout: "available": 0, 2023-10-14T00:01:54.272 INFO:tasks.workunit.client.0.smithi055.stdout: "data_compressed": 0, 2023-10-14T00:01:54.272 INFO:tasks.workunit.client.0.smithi055.stdout: "data_compressed_allocated": 0, 2023-10-14T00:01:54.272 INFO:tasks.workunit.client.0.smithi055.stdout: "data_compressed_original": 0, 2023-10-14T00:01:54.272 INFO:tasks.workunit.client.0.smithi055.stdout: "data_stored": 0, 2023-10-14T00:01:54.273 INFO:tasks.workunit.client.0.smithi055.stdout: "internal_metadata": 0, 2023-10-14T00:01:54.273 INFO:tasks.workunit.client.0.smithi055.stdout: "internally_reserved": 0, 2023-10-14T00:01:54.273 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_allocated": 0, 2023-10-14T00:01:54.273 INFO:tasks.workunit.client.0.smithi055.stdout: "total": 0 2023-10-14T00:01:54.273 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:54.273 INFO:tasks.workunit.client.0.smithi055.stdout: "up": 192 2023-10-14T00:01:54.274 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:54.274 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:54.274 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": 3, 2023-10-14T00:01:54.274 INFO:tasks.workunit.client.0.smithi055.stdout: "application": [ 2023-10-14T00:01:54.274 INFO:tasks.workunit.client.0.smithi055.stdout: "mgr" 2023-10-14T00:01:54.275 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:54.275 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 193, 2023-10-14T00:01:54.275 INFO:tasks.workunit.client.0.smithi055.stdout: "num_pg": 1, 2023-10-14T00:01:54.275 INFO:tasks.workunit.client.0.smithi055.stdout: "num_store_stats": 3, 2023-10-14T00:01:54.275 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 193, 2023-10-14T00:01:54.276 INFO:tasks.workunit.client.0.smithi055.stdout: "poolid": 1, 2023-10-14T00:01:54.276 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:54.276 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 590368, 2023-10-14T00:01:54.276 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:54.276 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 1771104, 2023-10-14T00:01:54.277 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:54.277 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:54.277 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:54.277 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:54.278 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:54.278 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:54.278 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:54.278 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:54.278 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:54.279 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:54.279 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:54.279 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:54.279 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:54.279 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 6, 2023-10-14T00:01:54.280 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 2, 2023-10-14T00:01:54.280 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:54.280 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 2, 2023-10-14T00:01:54.280 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:54.280 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:54.280 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:54.281 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:54.281 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:54.281 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 0, 2023-10-14T00:01:54.281 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:54.281 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 6, 2023-10-14T00:01:54.282 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:54.282 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:54.282 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:54.282 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:54.282 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:54.283 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 357, 2023-10-14T00:01:54.283 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 624, 2023-10-14T00:01:54.283 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:54.283 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:54.283 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:54.284 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 269, 2023-10-14T00:01:54.284 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 3462 2023-10-14T00:01:54.284 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:54.284 INFO:tasks.workunit.client.0.smithi055.stdout: "store_stats": { 2023-10-14T00:01:54.284 INFO:tasks.workunit.client.0.smithi055.stdout: "allocated": 1781760, 2023-10-14T00:01:54.284 INFO:tasks.workunit.client.0.smithi055.stdout: "available": 0, 2023-10-14T00:01:54.285 INFO:tasks.workunit.client.0.smithi055.stdout: "data_compressed": 0, 2023-10-14T00:01:54.285 INFO:tasks.workunit.client.0.smithi055.stdout: "data_compressed_allocated": 0, 2023-10-14T00:01:54.285 INFO:tasks.workunit.client.0.smithi055.stdout: "data_compressed_original": 0, 2023-10-14T00:01:54.285 INFO:tasks.workunit.client.0.smithi055.stdout: "data_stored": 1771104, 2023-10-14T00:01:54.285 INFO:tasks.workunit.client.0.smithi055.stdout: "internal_metadata": 0, 2023-10-14T00:01:54.286 INFO:tasks.workunit.client.0.smithi055.stdout: "internally_reserved": 0, 2023-10-14T00:01:54.286 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_allocated": 0, 2023-10-14T00:01:54.286 INFO:tasks.workunit.client.0.smithi055.stdout: "total": 0 2023-10-14T00:01:54.286 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:54.286 INFO:tasks.workunit.client.0.smithi055.stdout: "up": 3 2023-10-14T00:01:54.287 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:54.287 INFO:tasks.workunit.client.0.smithi055.stdout: { 2023-10-14T00:01:54.287 INFO:tasks.workunit.client.0.smithi055.stdout: "acting": 96, 2023-10-14T00:01:54.287 INFO:tasks.workunit.client.0.smithi055.stdout: "application": [ 2023-10-14T00:01:54.287 INFO:tasks.workunit.client.0.smithi055.stdout: "cephfs" 2023-10-14T00:01:54.288 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:54.288 INFO:tasks.workunit.client.0.smithi055.stdout: "log_size": 45, 2023-10-14T00:01:54.288 INFO:tasks.workunit.client.0.smithi055.stdout: "num_pg": 32, 2023-10-14T00:01:54.288 INFO:tasks.workunit.client.0.smithi055.stdout: "num_store_stats": 8, 2023-10-14T00:01:54.288 INFO:tasks.workunit.client.0.smithi055.stdout: "ondisk_log_size": 45, 2023-10-14T00:01:54.289 INFO:tasks.workunit.client.0.smithi055.stdout: "poolid": 2, 2023-10-14T00:01:54.289 INFO:tasks.workunit.client.0.smithi055.stdout: "stat_sum": { 2023-10-14T00:01:54.289 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes": 3378, 2023-10-14T00:01:54.289 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_hit_set_archive": 0, 2023-10-14T00:01:54.289 INFO:tasks.workunit.client.0.smithi055.stdout: "num_bytes_recovered": 0, 2023-10-14T00:01:54.290 INFO:tasks.workunit.client.0.smithi055.stdout: "num_deep_scrub_errors": 0, 2023-10-14T00:01:54.290 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict": 0, 2023-10-14T00:01:54.290 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_kb": 0, 2023-10-14T00:01:54.290 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_full": 0, 2023-10-14T00:01:54.290 INFO:tasks.workunit.client.0.smithi055.stdout: "num_evict_mode_some": 0, 2023-10-14T00:01:54.291 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush": 0, 2023-10-14T00:01:54.291 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_kb": 0, 2023-10-14T00:01:54.291 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_high": 0, 2023-10-14T00:01:54.291 INFO:tasks.workunit.client.0.smithi055.stdout: "num_flush_mode_low": 0, 2023-10-14T00:01:54.291 INFO:tasks.workunit.client.0.smithi055.stdout: "num_keys_recovered": 0, 2023-10-14T00:01:54.292 INFO:tasks.workunit.client.0.smithi055.stdout: "num_large_omap_objects": 0, 2023-10-14T00:01:54.292 INFO:tasks.workunit.client.0.smithi055.stdout: "num_legacy_snapsets": 0, 2023-10-14T00:01:54.292 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_clones": 0, 2023-10-14T00:01:54.292 INFO:tasks.workunit.client.0.smithi055.stdout: "num_object_copies": 66, 2023-10-14T00:01:54.292 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects": 22, 2023-10-14T00:01:54.293 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_degraded": 0, 2023-10-14T00:01:54.293 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_dirty": 22, 2023-10-14T00:01:54.293 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_hit_set_archive": 0, 2023-10-14T00:01:54.293 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_manifest": 0, 2023-10-14T00:01:54.293 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_misplaced": 0, 2023-10-14T00:01:54.294 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing": 0, 2023-10-14T00:01:54.294 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_missing_on_primary": 0, 2023-10-14T00:01:54.294 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_omap": 14, 2023-10-14T00:01:54.294 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_pinned": 0, 2023-10-14T00:01:54.294 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_recovered": 0, 2023-10-14T00:01:54.295 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_repaired": 0, 2023-10-14T00:01:54.295 INFO:tasks.workunit.client.0.smithi055.stdout: "num_objects_unfound": 0, 2023-10-14T00:01:54.295 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_bytes": 0, 2023-10-14T00:01:54.295 INFO:tasks.workunit.client.0.smithi055.stdout: "num_omap_keys": 0, 2023-10-14T00:01:54.295 INFO:tasks.workunit.client.0.smithi055.stdout: "num_promote": 0, 2023-10-14T00:01:54.296 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read": 0, 2023-10-14T00:01:54.296 INFO:tasks.workunit.client.0.smithi055.stdout: "num_read_kb": 0, 2023-10-14T00:01:54.296 INFO:tasks.workunit.client.0.smithi055.stdout: "num_scrub_errors": 0, 2023-10-14T00:01:54.296 INFO:tasks.workunit.client.0.smithi055.stdout: "num_shallow_scrub_errors": 0, 2023-10-14T00:01:54.296 INFO:tasks.workunit.client.0.smithi055.stdout: "num_whiteouts": 0, 2023-10-14T00:01:54.297 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write": 51, 2023-10-14T00:01:54.297 INFO:tasks.workunit.client.0.smithi055.stdout: "num_write_kb": 19 2023-10-14T00:01:54.297 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:54.297 INFO:tasks.workunit.client.0.smithi055.stdout: "store_stats": { 2023-10-14T00:01:54.297 INFO:tasks.workunit.client.0.smithi055.stdout: "allocated": 98304, 2023-10-14T00:01:54.298 INFO:tasks.workunit.client.0.smithi055.stdout: "available": 0, 2023-10-14T00:01:54.298 INFO:tasks.workunit.client.0.smithi055.stdout: "data_compressed": 0, 2023-10-14T00:01:54.298 INFO:tasks.workunit.client.0.smithi055.stdout: "data_compressed_allocated": 0, 2023-10-14T00:01:54.298 INFO:tasks.workunit.client.0.smithi055.stdout: "data_compressed_original": 0, 2023-10-14T00:01:54.298 INFO:tasks.workunit.client.0.smithi055.stdout: "data_stored": 10134, 2023-10-14T00:01:54.299 INFO:tasks.workunit.client.0.smithi055.stdout: "internal_metadata": 0, 2023-10-14T00:01:54.299 INFO:tasks.workunit.client.0.smithi055.stdout: "internally_reserved": 0, 2023-10-14T00:01:54.299 INFO:tasks.workunit.client.0.smithi055.stdout: "omap_allocated": 0, 2023-10-14T00:01:54.299 INFO:tasks.workunit.client.0.smithi055.stdout: "total": 0 2023-10-14T00:01:54.299 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:54.300 INFO:tasks.workunit.client.0.smithi055.stdout: "up": 96 2023-10-14T00:01:54.300 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:54.300 INFO:tasks.workunit.client.0.smithi055.stdout: ], 2023-10-14T00:01:54.300 INFO:tasks.workunit.client.0.smithi055.stdout: "usage": { 2023-10-14T00:01:54.301 INFO:tasks.workunit.client.0.smithi055.stdout: "pg_num": 105, 2023-10-14T00:01:54.301 INFO:tasks.workunit.client.0.smithi055.stdout: "pools": 4, 2023-10-14T00:01:54.301 INFO:tasks.workunit.client.0.smithi055.stdout: "stats_by_class": { 2023-10-14T00:01:54.301 INFO:tasks.workunit.client.0.smithi055.stdout: "ssd": { 2023-10-14T00:01:54.301 INFO:tasks.workunit.client.0.smithi055.stdout: "total_avail_bytes": 765517746176, 2023-10-14T00:01:54.302 INFO:tasks.workunit.client.0.smithi055.stdout: "total_bytes": 767960285184, 2023-10-14T00:01:54.302 INFO:tasks.workunit.client.0.smithi055.stdout: "total_used_bytes": 2442539008, 2023-10-14T00:01:54.302 INFO:tasks.workunit.client.0.smithi055.stdout: "total_used_raw_bytes": 2442539008, 2023-10-14T00:01:54.302 INFO:tasks.workunit.client.0.smithi055.stdout: "total_used_raw_ratio": 0.0031805539038032293 2023-10-14T00:01:54.302 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:54.302 INFO:tasks.workunit.client.0.smithi055.stdout: }, 2023-10-14T00:01:54.303 INFO:tasks.workunit.client.0.smithi055.stdout: "total_avail_bytes": 765517746176, 2023-10-14T00:01:54.303 INFO:tasks.workunit.client.0.smithi055.stdout: "total_bytes": 767960285184, 2023-10-14T00:01:54.303 INFO:tasks.workunit.client.0.smithi055.stdout: "total_used_bytes": 2442539008 2023-10-14T00:01:54.303 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:54.304 INFO:tasks.workunit.client.0.smithi055.stdout: } 2023-10-14T00:01:54.304 INFO:tasks.workunit.client.0.smithi055.stdout:} 2023-10-14T00:01:54.304 INFO:tasks.workunit.client.0.smithi055.stdout:OK 2023-10-14T00:01:54.305 INFO:teuthology.orchestra.run:Running command with timeout 3600 2023-10-14T00:01:54.305 DEBUG:teuthology.orchestra.run.smithi055:> sudo rm -rf -- /home/ubuntu/cephtest/mnt.0/client.0/tmp 2023-10-14T00:01:54.305 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[110989]: from='client.24899 -' entity='client.admin' cmd=[{"prefix": "telemetry show-device", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:01:54.306 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[110989]: from='client.24899 -' entity='client.admin' cmd=[{"prefix": "telemetry show-device", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:01:54.306 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[110989]: from='client.24905 -' entity='client.admin' cmd=[{"prefix": "telemetry show-all", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:01:54.306 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:54.306 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:54.307 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:54.307 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:54.307 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:54.307 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:54.307 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:54.308 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:54.308 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:54.308 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[110989]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-10-14T00:01:54.308 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[110989]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-10-14T00:01:54.308 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:54.308 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:54.309 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:54.309 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[110989]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-10-14T00:01:54.309 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[110989]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-10-14T00:01:54.309 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:54.309 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:54.310 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:54.310 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[110989]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-10-14T00:01:54.310 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[110989]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-10-14T00:01:54.310 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:54.311 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:54.311 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:54.311 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[124249]: from='client.24899 -' entity='client.admin' cmd=[{"prefix": "telemetry show-device", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:01:54.311 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[124249]: from='client.24899 -' entity='client.admin' cmd=[{"prefix": "telemetry show-device", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:01:54.312 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[124249]: from='client.24905 -' entity='client.admin' cmd=[{"prefix": "telemetry show-all", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:01:54.312 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:54.312 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:54.312 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:54.312 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:54.313 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:54.313 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:54.313 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:54.313 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:54.313 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:54.314 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[124249]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-10-14T00:01:54.314 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[124249]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-10-14T00:01:54.314 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:54.314 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:54.314 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:54.315 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[124249]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-10-14T00:01:54.315 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[124249]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-10-14T00:01:54.315 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:54.315 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:54.315 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:54.316 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[124249]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-10-14T00:01:54.316 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[124249]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-10-14T00:01:54.316 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:54.316 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:54.316 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:54.317 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:01:54.317 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2023-10-14T00:01:54.317 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:54.317 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:54.318 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:54.318 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:54.318 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:54.318 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:54.318 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:54.319 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:54.319 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:54.319 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[110989]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-10-14T00:01:54.319 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[110989]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-10-14T00:01:54.319 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:54.320 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:54.320 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:54.320 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[110989]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-10-14T00:01:54.320 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[110989]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-10-14T00:01:54.320 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:54.320 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:54.321 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:54.321 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[110989]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-10-14T00:01:54.321 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[110989]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-10-14T00:01:54.321 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:54.321 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:54.322 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:54.322 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:01:54.322 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2023-10-14T00:01:54.322 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:54.323 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:54.323 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:54.323 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:54.323 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:54.324 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:54.324 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:54.324 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:54.324 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:54.324 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[124249]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-10-14T00:01:54.325 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[124249]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-10-14T00:01:54.325 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:54.325 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:54.325 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:54.325 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[124249]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-10-14T00:01:54.326 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[124249]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-10-14T00:01:54.326 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:54.326 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:54.326 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:54.326 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[124249]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-10-14T00:01:54.327 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[124249]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-10-14T00:01:54.327 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:01:54.327 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:01:54.327 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:01:54.328 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:01:47 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:01:47] "GET /metrics HTTP/1.1" 200 235812 "" "Prometheus/2.43.0" 2023-10-14T00:01:54.328 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:48 smithi055 ceph-mon[110989]: from='client.24905 -' entity='client.admin' cmd=[{"prefix": "telemetry show-all", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:01:54.328 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:48 smithi055 ceph-mon[110989]: pgmap v58: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.5 KiB/s rd, 0 B/s wr, 11 op/s 2023-10-14T00:01:54.328 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:48 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:01:54.329 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:48 smithi055 ceph-mon[124249]: from='client.24905 -' entity='client.admin' cmd=[{"prefix": "telemetry show-all", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:01:54.329 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:48 smithi055 ceph-mon[124249]: pgmap v58: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.5 KiB/s rd, 0 B/s wr, 11 op/s 2023-10-14T00:01:54.329 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:48 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:01:54.330 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:50 smithi055 ceph-mon[110989]: pgmap v59: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 0 B/s wr, 20 op/s 2023-10-14T00:01:54.330 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:50 smithi055 ceph-mon[124249]: pgmap v59: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 0 B/s wr, 20 op/s 2023-10-14T00:01:54.331 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:52 smithi055 ceph-mon[124249]: pgmap v60: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 0 B/s wr, 20 op/s 2023-10-14T00:01:54.331 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:50 smithi082 ceph-mon[116307]: pgmap v59: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 0 B/s wr, 20 op/s 2023-10-14T00:01:54.331 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:52 smithi082 ceph-mon[116307]: pgmap v60: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 0 B/s wr, 20 op/s 2023-10-14T00:01:54.332 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:52 smithi055 ceph-mon[110989]: pgmap v60: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 0 B/s wr, 20 op/s 2023-10-14T00:01:54.332 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:01:53 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:01:53] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.43.0" 2023-10-14T00:01:54.372 INFO:tasks.workunit:Stopping ['test_telemetry_quincy.sh'] on client.0... 2023-10-14T00:01:54.372 DEBUG:teuthology.orchestra.run.smithi055:> sudo rm -rf -- /home/ubuntu/cephtest/workunits.list.client.0 /home/ubuntu/cephtest/clone.client.0 2023-10-14T00:01:54.700 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:54 smithi055 ceph-mon[124249]: pgmap v61: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 0 B/s wr, 20 op/s 2023-10-14T00:01:54.701 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:54 smithi055 ceph-mon[110989]: pgmap v61: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 0 B/s wr, 20 op/s 2023-10-14T00:01:54.702 DEBUG:teuthology.parallel:result is None 2023-10-14T00:01:54.702 DEBUG:teuthology.orchestra.run.smithi055:> sudo rm -rf -- /home/ubuntu/cephtest/mnt.0/client.0 2023-10-14T00:01:54.735 INFO:tasks.workunit:Deleted dir /home/ubuntu/cephtest/mnt.0/client.0 2023-10-14T00:01:54.735 DEBUG:teuthology.orchestra.run.smithi055:> rmdir -- /home/ubuntu/cephtest/mnt.0 2023-10-14T00:01:54.801 INFO:tasks.workunit:Deleted artificial mount point /home/ubuntu/cephtest/mnt.0/client.0 2023-10-14T00:01:54.802 INFO:teuthology.run_tasks:Running task print... 2023-10-14T00:01:54.846 INFO:teuthology.task.print:**** done end telemetry quincy... 2023-10-14T00:01:54.846 INFO:teuthology.run_tasks:Running task print... 2023-10-14T00:01:54.967 INFO:teuthology.task.print:**** done start parallel 2023-10-14T00:01:54.968 INFO:teuthology.run_tasks:Running task parallel... 2023-10-14T00:01:55.104 INFO:teuthology.task.parallel:starting parallel... 2023-10-14T00:01:55.104 INFO:teuthology.task.parallel:In parallel, running task full_sequential... 2023-10-14T00:01:55.105 INFO:teuthology.task.full_sequential:In full_sequential, running task print... 2023-10-14T00:01:55.105 INFO:teuthology.task.print:**** done start ec-rados-default.yaml 2023-10-14T00:01:55.105 INFO:teuthology.task.full_sequential:In full_sequential, running task rados... 2023-10-14T00:01:55.108 INFO:tasks.rados:Beginning rados... 2023-10-14T00:01:55.108 INFO:tasks.rados:joining rados 2023-10-14T00:01:55.108 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-10-14T00:01:55.109 INFO:teuthology.task.sequential:In sequential, running task print... 2023-10-14T00:01:55.109 INFO:teuthology.task.print:**** done start upgrade, wait 2023-10-14T00:01:55.109 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-10-14T00:01:55.110 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi055.front.sepia.ceph.com 2023-10-14T00:01:55.111 DEBUG:teuthology.orchestra.run.smithi055:> 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 db84ebe0-6a23-11ee-8db6-212e2dc638e7 -e sha1=3b7b697cbf6ffcf4008fdd8ebe8798db50497941 -- bash -c 'ceph config set global log_to_journald false --force' 2023-10-14T00:01:55.111 INFO:tasks.rados:clients are ['client.0', 'client.1'] 2023-10-14T00:01:55.112 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph osd erasure-code-profile set teuthologyprofile k=2 m=1 crush-failure-domain=osd 2023-10-14T00:01:55.113 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:54 smithi082 ceph-mon[116307]: pgmap v61: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 0 B/s wr, 20 op/s 2023-10-14T00:01:55.424 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-14T00:01:55.767 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-14T00:01:56.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:56 smithi082 ceph-mon[116307]: pgmap v62: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 0 B/s wr, 20 op/s 2023-10-14T00:01:56.919 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:56 smithi055 ceph-mon[124249]: pgmap v62: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 0 B/s wr, 20 op/s 2023-10-14T00:01:56.920 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:56 smithi055 ceph-mon[110989]: pgmap v62: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 0 B/s wr, 20 op/s 2023-10-14T00:01:57.760 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:57 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/3911853823' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile set", "name": "teuthologyprofile", "profile": ["k=2", "m=1", "crush-failure-domain=osd"]}]: dispatch 2023-10-14T00:01:57.760 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:57 smithi055 ceph-mon[124249]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile set", "name": "teuthologyprofile", "profile": ["k=2", "m=1", "crush-failure-domain=osd"]}]: dispatch 2023-10-14T00:01:57.761 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:57 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/3911853823' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile set", "name": "teuthologyprofile", "profile": ["k=2", "m=1", "crush-failure-domain=osd"]}]: dispatch 2023-10-14T00:01:57.761 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:57 smithi055 ceph-mon[110989]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile set", "name": "teuthologyprofile", "profile": ["k=2", "m=1", "crush-failure-domain=osd"]}]: dispatch 2023-10-14T00:01:57.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:57 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/3911853823' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile set", "name": "teuthologyprofile", "profile": ["k=2", "m=1", "crush-failure-domain=osd"]}]: dispatch 2023-10-14T00:01:57.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:57 smithi082 ceph-mon[116307]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile set", "name": "teuthologyprofile", "profile": ["k=2", "m=1", "crush-failure-domain=osd"]}]: dispatch 2023-10-14T00:01:58.016 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:01:57 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:01:57] "GET /metrics HTTP/1.1" 200 235822 "" "Prometheus/2.43.0" 2023-10-14T00:01:58.122 INFO:tasks.rados:starting run 0 out of 1 2023-10-14T00:01:58.122 INFO:tasks.cephadm.ceph_manager.ceph:creating pool_name unique_pool_0 2023-10-14T00:01:58.123 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph osd pool create unique_pool_0 16 16 erasure teuthologyprofile 2023-10-14T00:01:58.159 DEBUG:teuthology.orchestra.run.smithi055:> 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 db84ebe0-6a23-11ee-8db6-212e2dc638e7 -e sha1=3b7b697cbf6ffcf4008fdd8ebe8798db50497941 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2023-10-14T00:01:58.438 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-14T00:01:58.721 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-14T00:01:58.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:58 smithi082 ceph-mon[116307]: pgmap v63: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 0 B/s wr, 9 op/s 2023-10-14T00:01:58.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:58 smithi082 ceph-mon[116307]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd erasure-code-profile set", "name": "teuthologyprofile", "profile": ["k=2", "m=1", "crush-failure-domain=osd"]}]': finished 2023-10-14T00:01:58.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:01:58 smithi082 ceph-mon[116307]: osdmap e66: 8 total, 8 up, 8 in 2023-10-14T00:01:59.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:58 smithi055 ceph-mon[110989]: pgmap v63: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 0 B/s wr, 9 op/s 2023-10-14T00:01:59.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:58 smithi055 ceph-mon[110989]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd erasure-code-profile set", "name": "teuthologyprofile", "profile": ["k=2", "m=1", "crush-failure-domain=osd"]}]': finished 2023-10-14T00:01:59.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:01:58 smithi055 ceph-mon[110989]: osdmap e66: 8 total, 8 up, 8 in 2023-10-14T00:01:59.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:58 smithi055 ceph-mon[124249]: pgmap v63: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 0 B/s wr, 9 op/s 2023-10-14T00:01:59.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:58 smithi055 ceph-mon[124249]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd erasure-code-profile set", "name": "teuthologyprofile", "profile": ["k=2", "m=1", "crush-failure-domain=osd"]}]': finished 2023-10-14T00:01:59.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:01:58 smithi055 ceph-mon[124249]: osdmap e66: 8 total, 8 up, 8 in 2023-10-14T00:02:00.286 INFO:teuthology.orchestra.run.smithi055.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:3b7b697cbf6ffcf4008fdd8ebe8798db50497941 2023-10-14T00:02:00.677 DEBUG:teuthology.orchestra.run.smithi055:> 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 db84ebe0-6a23-11ee-8db6-212e2dc638e7 -e sha1=3b7b697cbf6ffcf4008fdd8ebe8798db50497941 -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true ; do ceph orch ps ; ceph versions ; sleep 30 ; done' 2023-10-14T00:02:00.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:00 smithi082 ceph-mon[116307]: pgmap v65: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:02:00.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:00 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/3364588642' 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-10-14T00:02:00.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:00 smithi082 ceph-mon[116307]: from='client.? ' 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-10-14T00:02:00.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:00 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:02:00.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:00 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:02:00.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:00 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:02:00.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:00 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:02:00.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:00 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:02:00.991 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-14T00:02:01.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:00 smithi055 ceph-mon[124249]: pgmap v65: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:02:01.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:00 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/3364588642' 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-10-14T00:02:01.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:00 smithi055 ceph-mon[124249]: from='client.? ' 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-10-14T00:02:01.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:00 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:02:01.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:00 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:02:01.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:00 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:02:01.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:00 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:02:01.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:00 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:02:01.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:00 smithi055 ceph-mon[110989]: pgmap v65: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:02:01.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:00 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/3364588642' 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-10-14T00:02:01.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:00 smithi055 ceph-mon[110989]: from='client.? ' 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-10-14T00:02:01.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:00 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:02:01.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:00 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:02:01.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:00 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:02:01.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:00 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:02:01.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:00 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:02:01.620 INFO:teuthology.orchestra.run.smithi055.stderr:pool 'unique_pool_0' created 2023-10-14T00:02:01.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:01 smithi082 ceph-mon[116307]: from='client.15045 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:3b7b697cbf6ffcf4008fdd8ebe8798db50497941", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:02:01.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:01 smithi082 ceph-mon[116307]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:3b7b697cbf6ffcf4008fdd8ebe8798db50497941 2023-10-14T00:02:01.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:01 smithi082 ceph-mon[116307]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:3b7b697cbf6ffcf4008fdd8ebe8798db50497941 2023-10-14T00:02:01.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:01 smithi082 ceph-mon[116307]: osdmap e67: 8 total, 8 up, 8 in 2023-10-14T00:02:01.918 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:01 smithi055 ceph-mon[124249]: from='client.15045 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:3b7b697cbf6ffcf4008fdd8ebe8798db50497941", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:02:01.918 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:01 smithi055 ceph-mon[124249]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:3b7b697cbf6ffcf4008fdd8ebe8798db50497941 2023-10-14T00:02:01.918 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:01 smithi055 ceph-mon[124249]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:3b7b697cbf6ffcf4008fdd8ebe8798db50497941 2023-10-14T00:02:01.918 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:01 smithi055 ceph-mon[124249]: osdmap e67: 8 total, 8 up, 8 in 2023-10-14T00:02:01.919 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:01 smithi055 ceph-mon[110989]: from='client.15045 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:3b7b697cbf6ffcf4008fdd8ebe8798db50497941", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:02:01.919 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:01 smithi055 ceph-mon[110989]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:3b7b697cbf6ffcf4008fdd8ebe8798db50497941 2023-10-14T00:02:01.919 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:01 smithi055 ceph-mon[110989]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:3b7b697cbf6ffcf4008fdd8ebe8798db50497941 2023-10-14T00:02:01.919 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:01 smithi055 ceph-mon[110989]: osdmap e67: 8 total, 8 up, 8 in 2023-10-14T00:02:02.133 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph osd pool application enable unique_pool_0 rados --yes-i-really-mean-it || true 2023-10-14T00:02:02.502 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-14T00:02:02.816 INFO:teuthology.orchestra.run.smithi055.stdout:true 2023-10-14T00:02:02.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:02 smithi082 ceph-mon[116307]: pgmap v67: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:02:02.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:02 smithi082 ceph-mon[116307]: from='client.? ' 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-10-14T00:02:02.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:02 smithi082 ceph-mon[116307]: osdmap e68: 8 total, 8 up, 8 in 2023-10-14T00:02:03.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:02 smithi055 ceph-mon[124249]: pgmap v67: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:02:03.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:02 smithi055 ceph-mon[124249]: from='client.? ' 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-10-14T00:02:03.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:02 smithi055 ceph-mon[124249]: osdmap e68: 8 total, 8 up, 8 in 2023-10-14T00:02:03.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:02 smithi055 ceph-mon[110989]: pgmap v67: 105 pgs: 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:02:03.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:02 smithi055 ceph-mon[110989]: from='client.? ' 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-10-14T00:02:03.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:02 smithi055 ceph-mon[110989]: osdmap e68: 8 total, 8 up, 8 in 2023-10-14T00:02:03.248 INFO:teuthology.orchestra.run.smithi055.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-14T00:02:03.248 INFO:teuthology.orchestra.run.smithi055.stdout:alertmanager.a smithi055 *:9093,9094 running (82s) 74s ago 109s 17.5M - 0.25.0 c8568f914cd2 d488f4ce2e1f 2023-10-14T00:02:03.249 INFO:teuthology.orchestra.run.smithi055.stdout:grafana.a smithi082 *:3000 running (97s) 74s ago 96s 83.2M - 9.4.7 2c41d148cca3 b5effe27e4b3 2023-10-14T00:02:03.249 INFO:teuthology.orchestra.run.smithi055.stdout:mds.a smithi055 running (2m) 74s ago 2m 13.9M - 17.2.6-1409-gc4ba9722 8659eb916c3b a64e2d68f55a 2023-10-14T00:02:03.249 INFO:teuthology.orchestra.run.smithi055.stdout:mds.b smithi082 running (2m) 74s ago 2m 18.1M - 17.2.6-1409-gc4ba9722 8659eb916c3b c8f059701aff 2023-10-14T00:02:03.249 INFO:teuthology.orchestra.run.smithi055.stdout:mgr.x smithi082 *:8443 running (5m) 74s ago 5m 438M - 17.2.6-1409-gc4ba9722 8659eb916c3b d3e3b6b73b5b 2023-10-14T00:02:03.250 INFO:teuthology.orchestra.run.smithi055.stdout:mgr.y smithi055 *:9283 running (6m) 74s ago 6m 495M - 17.2.6-1409-gc4ba9722 8659eb916c3b e126a38a6c92 2023-10-14T00:02:03.250 INFO:teuthology.orchestra.run.smithi055.stdout:mon.a smithi055 running (6m) 74s ago 6m 83.9M 2048M 17.2.6-1409-gc4ba9722 8659eb916c3b 9b9c59bf5862 2023-10-14T00:02:03.250 INFO:teuthology.orchestra.run.smithi055.stdout:mon.b smithi082 running (5m) 74s ago 5m 65.9M 2048M 17.2.6-1409-gc4ba9722 8659eb916c3b f6fcf1af9c8f 2023-10-14T00:02:03.250 INFO:teuthology.orchestra.run.smithi055.stdout:mon.c smithi055 running (5m) 74s ago 5m 65.2M 2048M 17.2.6-1409-gc4ba9722 8659eb916c3b d426312983c2 2023-10-14T00:02:03.250 INFO:teuthology.orchestra.run.smithi055.stdout:node-exporter.a smithi055 *:9100 running (92s) 74s ago 91s 11.9M - 1.5.0 0da6a335fe13 d825d3efb2a2 2023-10-14T00:02:03.251 INFO:teuthology.orchestra.run.smithi055.stdout:node-exporter.b smithi082 *:9100 running (89s) 74s ago 89s 4173k - 1.5.0 0da6a335fe13 b17919963465 2023-10-14T00:02:03.251 INFO:teuthology.orchestra.run.smithi055.stdout:osd.0 smithi055 running (4m) 74s ago 4m 64.5M 2999M 17.2.6-1409-gc4ba9722 8659eb916c3b 66d9116b2b46 2023-10-14T00:02:03.251 INFO:teuthology.orchestra.run.smithi055.stdout:osd.1 smithi055 running (4m) 74s ago 4m 59.3M 2999M 17.2.6-1409-gc4ba9722 8659eb916c3b b25945c260a3 2023-10-14T00:02:03.251 INFO:teuthology.orchestra.run.smithi055.stdout:osd.2 smithi055 running (4m) 74s ago 4m 56.2M 2999M 17.2.6-1409-gc4ba9722 8659eb916c3b 20662f684e60 2023-10-14T00:02:03.251 INFO:teuthology.orchestra.run.smithi055.stdout:osd.3 smithi055 running (3m) 74s ago 3m 51.8M 2999M 17.2.6-1409-gc4ba9722 8659eb916c3b 7b50ece3fc6a 2023-10-14T00:02:03.252 INFO:teuthology.orchestra.run.smithi055.stdout:osd.4 smithi082 running (3m) 74s ago 3m 54.3M 2998M 17.2.6-1409-gc4ba9722 8659eb916c3b 0c6a875b6536 2023-10-14T00:02:03.252 INFO:teuthology.orchestra.run.smithi055.stdout:osd.5 smithi082 running (3m) 74s ago 3m 57.3M 2998M 17.2.6-1409-gc4ba9722 8659eb916c3b 4bc4f3a1610c 2023-10-14T00:02:03.252 INFO:teuthology.orchestra.run.smithi055.stdout:osd.6 smithi082 running (3m) 74s ago 3m 54.0M 2998M 17.2.6-1409-gc4ba9722 8659eb916c3b 534f869fa9c0 2023-10-14T00:02:03.252 INFO:teuthology.orchestra.run.smithi055.stdout:osd.7 smithi082 running (2m) 74s ago 2m 57.0M 2998M 17.2.6-1409-gc4ba9722 8659eb916c3b 8ed5f8f55810 2023-10-14T00:02:03.252 INFO:teuthology.orchestra.run.smithi055.stdout:prometheus.a smithi082 *:9095 running (79s) 74s ago 2m 25.2M - 2.43.0 a07b618ecd1d 8b24a676fee5 2023-10-14T00:02:03.773 INFO:teuthology.orchestra.run.smithi055.stdout:{ 2023-10-14T00:02:03.774 INFO:teuthology.orchestra.run.smithi055.stdout: "mon": { 2023-10-14T00:02:03.774 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)": 3 2023-10-14T00:02:03.774 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:02:03.774 INFO:teuthology.orchestra.run.smithi055.stdout: "mgr": { 2023-10-14T00:02:03.775 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)": 2 2023-10-14T00:02:03.775 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:02:03.775 INFO:teuthology.orchestra.run.smithi055.stdout: "osd": { 2023-10-14T00:02:03.776 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)": 8 2023-10-14T00:02:03.776 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:02:03.776 INFO:teuthology.orchestra.run.smithi055.stdout: "mds": { 2023-10-14T00:02:03.776 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)": 2 2023-10-14T00:02:03.777 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:02:03.777 INFO:teuthology.orchestra.run.smithi055.stdout: "overall": { 2023-10-14T00:02:03.777 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)": 15 2023-10-14T00:02:03.778 INFO:teuthology.orchestra.run.smithi055.stdout: } 2023-10-14T00:02:03.778 INFO:teuthology.orchestra.run.smithi055.stdout:} 2023-10-14T00:02:03.875 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:02:03 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:02:03] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.43.0" 2023-10-14T00:02:03.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:03 smithi082 ceph-mon[116307]: osdmap e69: 8 total, 8 up, 8 in 2023-10-14T00:02:03.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:03 smithi082 ceph-mon[116307]: from='client.24913 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:02:03.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:03 smithi082 ceph-mon[116307]: pgmap v70: 121 pgs: 16 unknown, 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:02:03.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:03 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:02:03.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:03 smithi082 ceph-mon[116307]: from='client.24950 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:02:04.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:03 smithi055 ceph-mon[124249]: osdmap e69: 8 total, 8 up, 8 in 2023-10-14T00:02:04.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:03 smithi055 ceph-mon[124249]: from='client.24913 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:02:04.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:03 smithi055 ceph-mon[124249]: pgmap v70: 121 pgs: 16 unknown, 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:02:04.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:03 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:02:04.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:03 smithi055 ceph-mon[124249]: from='client.24950 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:02:04.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:03 smithi055 ceph-mon[110989]: osdmap e69: 8 total, 8 up, 8 in 2023-10-14T00:02:04.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:03 smithi055 ceph-mon[110989]: from='client.24913 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:02:04.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:03 smithi055 ceph-mon[110989]: pgmap v70: 121 pgs: 16 unknown, 105 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:02:04.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:03 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:02:04.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:03 smithi055 ceph-mon[110989]: from='client.24950 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:02:04.642 INFO:teuthology.orchestra.run.smithi055.stderr:enabled application 'rados' on pool 'unique_pool_0' 2023-10-14T00:02:04.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:04 smithi082 ceph-mon[116307]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-10-14T00:02:04.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:04 smithi082 ceph-mon[116307]: osdmap e70: 8 total, 8 up, 8 in 2023-10-14T00:02:04.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:04 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/597816008' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:02:04.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:04 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/3702248988' entity='client.admin' cmd=[{"prefix": "osd pool application enable", "pool": "unique_pool_0", "app": "rados", "yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:02:04.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:04 smithi082 ceph-mon[116307]: 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-10-14T00:02:05.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:04 smithi055 ceph-mon[110989]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-10-14T00:02:05.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:04 smithi055 ceph-mon[110989]: osdmap e70: 8 total, 8 up, 8 in 2023-10-14T00:02:05.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:04 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/597816008' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:02:05.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:04 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/3702248988' entity='client.admin' cmd=[{"prefix": "osd pool application enable", "pool": "unique_pool_0", "app": "rados", "yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:02:05.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:04 smithi055 ceph-mon[110989]: 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-10-14T00:02:05.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:04 smithi055 ceph-mon[124249]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-10-14T00:02:05.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:04 smithi055 ceph-mon[124249]: osdmap e70: 8 total, 8 up, 8 in 2023-10-14T00:02:05.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:04 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/597816008' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:02:05.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:04 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/3702248988' entity='client.admin' cmd=[{"prefix": "osd pool application enable", "pool": "unique_pool_0", "app": "rados", "yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:02:05.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:04 smithi055 ceph-mon[124249]: 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-10-14T00:02:06.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:05 smithi055 ceph-mon[110989]: 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-10-14T00:02:06.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:05 smithi055 ceph-mon[110989]: osdmap e71: 8 total, 8 up, 8 in 2023-10-14T00:02:06.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:05 smithi055 ceph-mon[110989]: pgmap v73: 121 pgs: 121 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:02:06.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:05 smithi055 ceph-mon[124249]: 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-10-14T00:02:06.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:05 smithi055 ceph-mon[124249]: osdmap e71: 8 total, 8 up, 8 in 2023-10-14T00:02:06.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:05 smithi055 ceph-mon[124249]: pgmap v73: 121 pgs: 121 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:02:06.091 DEBUG:teuthology.orchestra.run.smithi055:> 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-10-14T00:02:06.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:05 smithi082 ceph-mon[116307]: 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-10-14T00:02:06.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:05 smithi082 ceph-mon[116307]: osdmap e71: 8 total, 8 up, 8 in 2023-10-14T00:02:06.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:05 smithi082 ceph-mon[116307]: pgmap v73: 121 pgs: 121 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:02:06.132 INFO:tasks.rados.rados.0.smithi055.stdout:adding op weight read -> 100 2023-10-14T00:02:06.132 INFO:tasks.rados.rados.0.smithi055.stdout:adding op weight delete -> 50 2023-10-14T00:02:06.133 INFO:tasks.rados.rados.0.smithi055.stdout:adding op weight snap_create -> 50 2023-10-14T00:02:06.133 INFO:tasks.rados.rados.0.smithi055.stdout:adding op weight snap_remove -> 50 2023-10-14T00:02:06.134 INFO:tasks.rados.rados.0.smithi055.stdout:adding op weight rollback -> 50 2023-10-14T00:02:06.134 INFO:tasks.rados.rados.0.smithi055.stdout:adding op weight setattr -> 25 2023-10-14T00:02:06.135 INFO:tasks.rados.rados.0.smithi055.stdout:adding op weight rmattr -> 25 2023-10-14T00:02:06.135 INFO:tasks.rados.rados.0.smithi055.stdout:adding op weight copy_from -> 50 2023-10-14T00:02:06.135 INFO:tasks.rados.rados.0.smithi055.stdout:adding op weight append -> 100 2023-10-14T00:02:06.136 INFO:tasks.rados.rados.0.smithi055.stdout:ceph version 17.2.6-1415-g9d6d32bb (9d6d32bb3452d5179bde2ee1cfa05df7a65f4586) quincy (stable) 2023-10-14T00:02:06.136 INFO:tasks.rados.rados.0.smithi055.stdout:Configuration: 2023-10-14T00:02:06.137 INFO:tasks.rados.rados.0.smithi055.stdout: Number of operations: 4000 2023-10-14T00:02:06.137 INFO:tasks.rados.rados.0.smithi055.stdout: Number of objects: 50 2023-10-14T00:02:06.137 INFO:tasks.rados.rados.0.smithi055.stdout: Max in flight operations: 16 2023-10-14T00:02:06.138 INFO:tasks.rados.rados.0.smithi055.stdout: Object size (in bytes): 4000000 2023-10-14T00:02:06.138 INFO:tasks.rados.rados.0.smithi055.stdout: Write stride min: 400000 2023-10-14T00:02:06.139 INFO:tasks.rados.rados.0.smithi055.stdout: Write stride max: 800000 2023-10-14T00:02:06.661 INFO:tasks.rados.rados.0.smithi055.stdout:1: write initial oid 1 2023-10-14T00:02:06.662 INFO:tasks.rados.rados.0.smithi055.stdout:1: seq_num 0 ranges {0=24576} 2023-10-14T00:02:06.662 INFO:tasks.rados.rados.0.smithi055.stdout:1: writing smithi055169533-1 from 0 to 24576 tid 1 2023-10-14T00:02:06.662 INFO:tasks.rados.rados.0.smithi055.stdout:2: write initial oid 2 2023-10-14T00:02:06.662 INFO:tasks.rados.rados.0.smithi055.stdout:2: seq_num 1 ranges {0=24576} 2023-10-14T00:02:06.662 INFO:tasks.rados.rados.0.smithi055.stdout:2: writing smithi055169533-2 from 0 to 24576 tid 1 2023-10-14T00:02:06.663 INFO:tasks.rados.rados.0.smithi055.stdout:3: write initial oid 3 2023-10-14T00:02:06.663 INFO:tasks.rados.rados.0.smithi055.stdout:3: seq_num 2 ranges {0=40960} 2023-10-14T00:02:06.663 INFO:tasks.rados.rados.0.smithi055.stdout:3: writing smithi055169533-3 from 0 to 40960 tid 1 2023-10-14T00:02:06.663 INFO:tasks.rados.rados.0.smithi055.stdout:4: write initial oid 4 2023-10-14T00:02:06.663 INFO:tasks.rados.rados.0.smithi055.stdout:4: seq_num 3 ranges {0=57344} 2023-10-14T00:02:06.664 INFO:tasks.rados.rados.0.smithi055.stdout:4: writing smithi055169533-4 from 0 to 57344 tid 1 2023-10-14T00:02:06.664 INFO:tasks.rados.rados.0.smithi055.stdout:5: write initial oid 5 2023-10-14T00:02:06.665 INFO:tasks.rados.rados.0.smithi055.stdout:5: seq_num 4 ranges {0=73728} 2023-10-14T00:02:06.665 INFO:tasks.rados.rados.0.smithi055.stdout:5: writing smithi055169533-5 from 0 to 73728 tid 1 2023-10-14T00:02:06.665 INFO:tasks.rados.rados.0.smithi055.stdout:6: write initial oid 6 2023-10-14T00:02:06.665 INFO:tasks.rados.rados.0.smithi055.stdout:6: seq_num 5 ranges {0=90112} 2023-10-14T00:02:06.665 INFO:tasks.rados.rados.0.smithi055.stdout:6: writing smithi055169533-6 from 0 to 90112 tid 1 2023-10-14T00:02:06.670 INFO:tasks.rados.rados.0.smithi055.stdout:7: write initial oid 7 2023-10-14T00:02:06.670 INFO:tasks.rados.rados.0.smithi055.stdout:7: seq_num 6 ranges {0=106496} 2023-10-14T00:02:06.670 INFO:tasks.rados.rados.0.smithi055.stdout:7: writing smithi055169533-7 from 0 to 106496 tid 1 2023-10-14T00:02:06.670 INFO:tasks.rados.rados.0.smithi055.stdout:8: write initial oid 8 2023-10-14T00:02:06.671 INFO:tasks.rados.rados.0.smithi055.stdout:8: seq_num 7 ranges {0=122880} 2023-10-14T00:02:06.671 INFO:tasks.rados.rados.0.smithi055.stdout:8: writing smithi055169533-8 from 0 to 122880 tid 1 2023-10-14T00:02:06.673 INFO:tasks.rados.rados.0.smithi055.stdout:9: write initial oid 9 2023-10-14T00:02:06.673 INFO:tasks.rados.rados.0.smithi055.stdout:9: seq_num 8 ranges {0=139264} 2023-10-14T00:02:06.674 INFO:tasks.rados.rados.0.smithi055.stdout:9: writing smithi055169533-9 from 0 to 139264 tid 1 2023-10-14T00:02:06.674 INFO:tasks.rados.rados.0.smithi055.stdout:10: write initial oid 10 2023-10-14T00:02:06.675 INFO:tasks.rados.rados.0.smithi055.stdout:10: seq_num 9 ranges {0=155648} 2023-10-14T00:02:06.675 INFO:tasks.rados.rados.0.smithi055.stdout:10: writing smithi055169533-10 from 0 to 155648 tid 1 2023-10-14T00:02:06.675 INFO:tasks.rados.rados.0.smithi055.stdout:11: write initial oid 11 2023-10-14T00:02:06.675 INFO:tasks.rados.rados.0.smithi055.stdout:11: seq_num 10 ranges {0=172032} 2023-10-14T00:02:06.676 INFO:tasks.rados.rados.0.smithi055.stdout:11: writing smithi055169533-11 from 0 to 172032 tid 1 2023-10-14T00:02:06.676 INFO:tasks.rados.rados.0.smithi055.stdout:12: write initial oid 12 2023-10-14T00:02:06.676 INFO:tasks.rados.rados.0.smithi055.stdout:12: seq_num 11 ranges {0=188416} 2023-10-14T00:02:06.677 INFO:tasks.rados.rados.0.smithi055.stdout:12: writing smithi055169533-12 from 0 to 188416 tid 1 2023-10-14T00:02:06.678 INFO:tasks.rados.rados.0.smithi055.stdout:13: write initial oid 13 2023-10-14T00:02:06.678 INFO:tasks.rados.rados.0.smithi055.stdout:13: seq_num 12 ranges {0=204800} 2023-10-14T00:02:06.679 INFO:tasks.rados.rados.0.smithi055.stdout:13: writing smithi055169533-13 from 0 to 204800 tid 1 2023-10-14T00:02:06.679 INFO:tasks.rados.rados.0.smithi055.stdout:14: write initial oid 14 2023-10-14T00:02:06.679 INFO:tasks.rados.rados.0.smithi055.stdout:14: seq_num 13 ranges {0=221184} 2023-10-14T00:02:06.685 INFO:tasks.rados.rados.0.smithi055.stdout:14: writing smithi055169533-14 from 0 to 221184 tid 1 2023-10-14T00:02:06.685 INFO:tasks.rados.rados.0.smithi055.stdout:15: write initial oid 15 2023-10-14T00:02:06.685 INFO:tasks.rados.rados.0.smithi055.stdout:15: seq_num 14 ranges {0=237568} 2023-10-14T00:02:06.685 INFO:tasks.rados.rados.0.smithi055.stdout:15: writing smithi055169533-15 from 0 to 237568 tid 1 2023-10-14T00:02:06.686 INFO:tasks.rados.rados.0.smithi055.stdout:16: write initial oid 16 2023-10-14T00:02:06.686 INFO:tasks.rados.rados.0.smithi055.stdout:16: seq_num 15 ranges {0=253952} 2023-10-14T00:02:06.686 INFO:tasks.rados.rados.0.smithi055.stdout:16: writing smithi055169533-16 from 0 to 253952 tid 1 2023-10-14T00:02:06.686 INFO:tasks.rados.rados.0.smithi055.stdout: waiting on 16 2023-10-14T00:02:06.687 INFO:tasks.rados.rados.0.smithi055.stdout:9: finishing write tid 1 to smithi055169533-9 2023-10-14T00:02:06.687 INFO:tasks.rados.rados.0.smithi055.stdout:1: finishing write tid 1 to smithi055169533-1 2023-10-14T00:02:06.687 INFO:tasks.rados.rados.0.smithi055.stdout:3: finishing write tid 1 to smithi055169533-3 2023-10-14T00:02:06.687 INFO:tasks.rados.rados.0.smithi055.stdout:1: finishing write tid 2 to smithi055169533-1 2023-10-14T00:02:06.687 INFO:tasks.rados.rados.0.smithi055.stdout:1: finishing write tid 3 to smithi055169533-1 2023-10-14T00:02:06.688 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 1 v 2 (ObjNum 0 snap 0 seq_num 0) dirty exists 2023-10-14T00:02:06.689 INFO:tasks.rados.rados.0.smithi055.stdout:1: left oid 1 (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:02:06.689 INFO:tasks.rados.rados.0.smithi055.stdout:4: finishing write tid 1 to smithi055169533-4 2023-10-14T00:02:06.689 INFO:tasks.rados.rados.0.smithi055.stdout:3: finishing write tid 2 to smithi055169533-3 2023-10-14T00:02:06.689 INFO:tasks.rados.rados.0.smithi055.stdout:2: finishing write tid 1 to smithi055169533-2 2023-10-14T00:02:06.690 INFO:tasks.rados.rados.0.smithi055.stdout:5: finishing write tid 1 to smithi055169533-5 2023-10-14T00:02:06.690 INFO:tasks.rados.rados.0.smithi055.stdout:3: finishing write tid 3 to smithi055169533-3 2023-10-14T00:02:06.690 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 3 v 3 (ObjNum 2 snap 0 seq_num 2) dirty exists 2023-10-14T00:02:06.690 INFO:tasks.rados.rados.0.smithi055.stdout:3: left oid 3 (ObjNum 2 snap 0 seq_num 2) 2023-10-14T00:02:06.692 INFO:tasks.rados.rados.0.smithi055.stdout:4: finishing write tid 2 to smithi055169533-4 2023-10-14T00:02:06.692 INFO:tasks.rados.rados.0.smithi055.stdout:6: finishing write tid 1 to smithi055169533-6 2023-10-14T00:02:06.692 INFO:tasks.rados.rados.0.smithi055.stdout:11: finishing write tid 1 to smithi055169533-11 2023-10-14T00:02:06.692 INFO:tasks.rados.rados.0.smithi055.stdout:7: finishing write tid 1 to smithi055169533-7 2023-10-14T00:02:06.693 INFO:tasks.rados.rados.0.smithi055.stdout:2: finishing write tid 2 to smithi055169533-2 2023-10-14T00:02:06.693 INFO:tasks.rados.rados.0.smithi055.stdout:5: finishing write tid 2 to smithi055169533-5 2023-10-14T00:02:06.693 INFO:tasks.rados.rados.0.smithi055.stdout:1: done (15 left) 2023-10-14T00:02:06.693 INFO:tasks.rados.rados.0.smithi055.stdout:3: done (14 left) 2023-10-14T00:02:06.693 INFO:tasks.rados.rados.0.smithi055.stdout:17: write initial oid 17 2023-10-14T00:02:06.693 INFO:tasks.rados.rados.0.smithi055.stdout:17: seq_num 16 ranges {0=270336} 2023-10-14T00:02:06.694 INFO:tasks.rados.rados.0.smithi055.stdout:17: writing smithi055169533-17 from 0 to 270336 tid 1 2023-10-14T00:02:06.694 INFO:tasks.rados.rados.0.smithi055.stdout:18: write initial oid 18 2023-10-14T00:02:06.694 INFO:tasks.rados.rados.0.smithi055.stdout:18: seq_num 17 ranges {0=286720} 2023-10-14T00:02:06.696 INFO:tasks.rados.rados.0.smithi055.stdout:18: writing smithi055169533-18 from 0 to 286720 tid 1 2023-10-14T00:02:06.696 INFO:tasks.rados.rados.0.smithi055.stdout: waiting on 16 2023-10-14T00:02:06.696 INFO:tasks.rados.rados.0.smithi055.stdout:11: finishing write tid 2 to smithi055169533-11 2023-10-14T00:02:06.696 INFO:tasks.rados.rados.0.smithi055.stdout:11: finishing write tid 3 to smithi055169533-11 2023-10-14T00:02:06.696 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 11 v 2 (ObjNum 10 snap 0 seq_num 10) dirty exists 2023-10-14T00:02:06.697 INFO:tasks.rados.rados.0.smithi055.stdout:11: left oid 11 (ObjNum 10 snap 0 seq_num 10) 2023-10-14T00:02:06.697 INFO:tasks.rados.rados.0.smithi055.stdout:13: finishing write tid 1 to smithi055169533-13 2023-10-14T00:02:06.697 INFO:tasks.rados.rados.0.smithi055.stdout:4: finishing write tid 3 to smithi055169533-4 2023-10-14T00:02:06.697 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 4 v 4 (ObjNum 3 snap 0 seq_num 3) dirty exists 2023-10-14T00:02:06.697 INFO:tasks.rados.rados.0.smithi055.stdout:4: left oid 4 (ObjNum 3 snap 0 seq_num 3) 2023-10-14T00:02:06.698 INFO:tasks.rados.rados.0.smithi055.stdout:8: finishing write tid 1 to smithi055169533-8 2023-10-14T00:02:06.698 INFO:tasks.rados.rados.0.smithi055.stdout:4: done (15 left) 2023-10-14T00:02:06.698 INFO:tasks.rados.rados.0.smithi055.stdout:11: done (14 left) 2023-10-14T00:02:06.698 INFO:tasks.rados.rados.0.smithi055.stdout:19: write initial oid 19 2023-10-14T00:02:06.698 INFO:tasks.rados.rados.0.smithi055.stdout:19: seq_num 18 ranges {0=303104} 2023-10-14T00:02:06.699 INFO:tasks.rados.rados.0.smithi055.stdout:19: writing smithi055169533-19 from 0 to 303104 tid 1 2023-10-14T00:02:06.699 INFO:tasks.rados.rados.0.smithi055.stdout:20: write initial oid 20 2023-10-14T00:02:06.699 INFO:tasks.rados.rados.0.smithi055.stdout:20: seq_num 19 ranges {0=319488} 2023-10-14T00:02:06.699 INFO:tasks.rados.rados.0.smithi055.stdout:20: writing smithi055169533-20 from 0 to 319488 tid 1 2023-10-14T00:02:06.699 INFO:tasks.rados.rados.0.smithi055.stdout: waiting on 16 2023-10-14T00:02:06.700 INFO:tasks.rados.rados.0.smithi055.stdout:13: finishing write tid 2 to smithi055169533-13 2023-10-14T00:02:06.700 INFO:tasks.rados.rados.0.smithi055.stdout:15: finishing write tid 1 to smithi055169533-15 2023-10-14T00:02:06.700 INFO:tasks.rados.rados.0.smithi055.stdout:10: finishing write tid 1 to smithi055169533-10 2023-10-14T00:02:06.701 INFO:tasks.rados.rados.0.smithi055.stdout:7: finishing write tid 2 to smithi055169533-7 2023-10-14T00:02:06.701 INFO:tasks.rados.rados.0.smithi055.stdout:7: finishing write tid 3 to smithi055169533-7 2023-10-14T00:02:06.701 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 7 v 2 (ObjNum 6 snap 0 seq_num 6) dirty exists 2023-10-14T00:02:06.701 INFO:tasks.rados.rados.0.smithi055.stdout:7: left oid 7 (ObjNum 6 snap 0 seq_num 6) 2023-10-14T00:02:06.701 INFO:tasks.rados.rados.0.smithi055.stdout:10: finishing write tid 2 to smithi055169533-10 2023-10-14T00:02:06.702 INFO:tasks.rados.rados.0.smithi055.stdout:8: finishing write tid 2 to smithi055169533-8 2023-10-14T00:02:06.702 INFO:tasks.rados.rados.0.smithi055.stdout:13: finishing write tid 3 to smithi055169533-13 2023-10-14T00:02:06.702 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 13 v 4 (ObjNum 12 snap 0 seq_num 12) dirty exists 2023-10-14T00:02:06.702 INFO:tasks.rados.rados.0.smithi055.stdout:13: left oid 13 (ObjNum 12 snap 0 seq_num 12) 2023-10-14T00:02:06.702 INFO:tasks.rados.rados.0.smithi055.stdout:6: finishing write tid 2 to smithi055169533-6 2023-10-14T00:02:06.703 INFO:tasks.rados.rados.0.smithi055.stdout:2: finishing write tid 3 to smithi055169533-2 2023-10-14T00:02:06.703 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 2 v 3 (ObjNum 1 snap 0 seq_num 1) dirty exists 2023-10-14T00:02:06.703 INFO:tasks.rados.rados.0.smithi055.stdout:2: left oid 2 (ObjNum 1 snap 0 seq_num 1) 2023-10-14T00:02:06.703 INFO:tasks.rados.rados.0.smithi055.stdout:5: finishing write tid 3 to smithi055169533-5 2023-10-14T00:02:06.703 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 5 v 4 (ObjNum 4 snap 0 seq_num 4) dirty exists 2023-10-14T00:02:06.704 INFO:tasks.rados.rados.0.smithi055.stdout:5: left oid 5 (ObjNum 4 snap 0 seq_num 4) 2023-10-14T00:02:06.704 INFO:tasks.rados.rados.0.smithi055.stdout:16: finishing write tid 1 to smithi055169533-16 2023-10-14T00:02:06.704 INFO:tasks.rados.rados.0.smithi055.stdout:9: finishing write tid 2 to smithi055169533-9 2023-10-14T00:02:06.704 INFO:tasks.rados.rados.0.smithi055.stdout:9: finishing write tid 3 to smithi055169533-9 2023-10-14T00:02:06.704 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 9 v 2 (ObjNum 8 snap 0 seq_num 8) dirty exists 2023-10-14T00:02:06.705 INFO:tasks.rados.rados.0.smithi055.stdout:9: left oid 9 (ObjNum 8 snap 0 seq_num 8) 2023-10-14T00:02:06.705 INFO:tasks.rados.rados.0.smithi055.stdout:14: finishing write tid 1 to smithi055169533-14 2023-10-14T00:02:06.705 INFO:tasks.rados.rados.0.smithi055.stdout:6: finishing write tid 3 to smithi055169533-6 2023-10-14T00:02:06.705 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 6 v 2 (ObjNum 5 snap 0 seq_num 5) dirty exists 2023-10-14T00:02:06.705 INFO:tasks.rados.rados.0.smithi055.stdout:6: left oid 6 (ObjNum 5 snap 0 seq_num 5) 2023-10-14T00:02:06.706 INFO:tasks.rados.rados.0.smithi055.stdout:12: finishing write tid 1 to smithi055169533-12 2023-10-14T00:02:06.706 INFO:tasks.rados.rados.0.smithi055.stdout:16: finishing write tid 2 to smithi055169533-16 2023-10-14T00:02:06.706 INFO:tasks.rados.rados.0.smithi055.stdout:14: finishing write tid 2 to smithi055169533-14 2023-10-14T00:02:06.706 INFO:tasks.rados.rados.0.smithi055.stdout:10: finishing write tid 3 to smithi055169533-10 2023-10-14T00:02:06.707 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 10 v 2 (ObjNum 9 snap 0 seq_num 9) dirty exists 2023-10-14T00:02:06.707 INFO:tasks.rados.rados.0.smithi055.stdout:10: left oid 10 (ObjNum 9 snap 0 seq_num 9) 2023-10-14T00:02:06.707 INFO:tasks.rados.rados.0.smithi055.stdout:16: finishing write tid 3 to smithi055169533-16 2023-10-14T00:02:06.707 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 16 v 2 (ObjNum 15 snap 0 seq_num 15) dirty exists 2023-10-14T00:02:06.707 INFO:tasks.rados.rados.0.smithi055.stdout:16: left oid 16 (ObjNum 15 snap 0 seq_num 15) 2023-10-14T00:02:06.708 INFO:tasks.rados.rados.0.smithi055.stdout:17: finishing write tid 1 to smithi055169533-17 2023-10-14T00:02:06.708 INFO:tasks.rados.rados.0.smithi055.stdout:8: finishing write tid 3 to smithi055169533-8 2023-10-14T00:02:06.708 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 8 v 2 (ObjNum 7 snap 0 seq_num 7) dirty exists 2023-10-14T00:02:06.708 INFO:tasks.rados.rados.0.smithi055.stdout:8: left oid 8 (ObjNum 7 snap 0 seq_num 7) 2023-10-14T00:02:06.708 INFO:tasks.rados.rados.0.smithi055.stdout:15: finishing write tid 2 to smithi055169533-15 2023-10-14T00:02:06.708 INFO:tasks.rados.rados.0.smithi055.stdout:14: finishing write tid 3 to smithi055169533-14 2023-10-14T00:02:06.709 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 14 v 4 (ObjNum 13 snap 0 seq_num 13) dirty exists 2023-10-14T00:02:06.709 INFO:tasks.rados.rados.0.smithi055.stdout:14: left oid 14 (ObjNum 13 snap 0 seq_num 13) 2023-10-14T00:02:06.709 INFO:tasks.rados.rados.0.smithi055.stdout:12: finishing write tid 2 to smithi055169533-12 2023-10-14T00:02:06.709 INFO:tasks.rados.rados.0.smithi055.stdout:2: done (15 left) 2023-10-14T00:02:06.711 INFO:tasks.rados.rados.0.smithi055.stdout:5: done (14 left) 2023-10-14T00:02:06.711 INFO:tasks.rados.rados.0.smithi055.stdout:6: done (13 left) 2023-10-14T00:02:06.711 INFO:tasks.rados.rados.0.smithi055.stdout:7: done (12 left) 2023-10-14T00:02:06.711 INFO:tasks.rados.rados.0.smithi055.stdout:8: done (11 left) 2023-10-14T00:02:06.712 INFO:tasks.rados.rados.0.smithi055.stdout:9: done (10 left) 2023-10-14T00:02:06.712 INFO:tasks.rados.rados.0.smithi055.stdout:10: done (9 left) 2023-10-14T00:02:06.712 INFO:tasks.rados.rados.0.smithi055.stdout:13: done (8 left) 2023-10-14T00:02:06.712 INFO:tasks.rados.rados.0.smithi055.stdout:14: done (7 left) 2023-10-14T00:02:06.712 INFO:tasks.rados.rados.0.smithi055.stdout:16: done (6 left) 2023-10-14T00:02:06.713 INFO:tasks.rados.rados.0.smithi055.stdout:21: write initial oid 21 2023-10-14T00:02:06.713 INFO:tasks.rados.rados.0.smithi055.stdout:21: seq_num 20 ranges {0=344064} 2023-10-14T00:02:06.713 INFO:tasks.rados.rados.0.smithi055.stdout:21: writing smithi055169533-21 from 0 to 344064 tid 1 2023-10-14T00:02:06.713 INFO:tasks.rados.rados.0.smithi055.stdout:22: write initial oid 22 2023-10-14T00:02:06.713 INFO:tasks.rados.rados.0.smithi055.stdout:22: seq_num 21 ranges {0=360448} 2023-10-14T00:02:06.713 INFO:tasks.rados.rados.0.smithi055.stdout:22: writing smithi055169533-22 from 0 to 360448 tid 1 2023-10-14T00:02:06.714 INFO:tasks.rados.rados.0.smithi055.stdout:23: write initial oid 23 2023-10-14T00:02:06.714 INFO:tasks.rados.rados.0.smithi055.stdout:23: seq_num 22 ranges {0=376832} 2023-10-14T00:02:06.714 INFO:tasks.rados.rados.0.smithi055.stdout:23: writing smithi055169533-23 from 0 to 376832 tid 1 2023-10-14T00:02:06.714 INFO:tasks.rados.rados.0.smithi055.stdout:24: write initial oid 24 2023-10-14T00:02:06.714 INFO:tasks.rados.rados.0.smithi055.stdout:24: seq_num 23 ranges {0=393216} 2023-10-14T00:02:06.715 INFO:tasks.rados.rados.0.smithi055.stdout:24: writing smithi055169533-24 from 0 to 393216 tid 1 2023-10-14T00:02:06.715 INFO:tasks.rados.rados.0.smithi055.stdout:25: write initial oid 25 2023-10-14T00:02:06.715 INFO:tasks.rados.rados.0.smithi055.stdout:25: seq_num 24 ranges {0=409600} 2023-10-14T00:02:06.715 INFO:tasks.rados.rados.0.smithi055.stdout:25: writing smithi055169533-25 from 0 to 409600 tid 1 2023-10-14T00:02:06.715 INFO:tasks.rados.rados.0.smithi055.stdout:26: write initial oid 26 2023-10-14T00:02:06.715 INFO:tasks.rados.rados.0.smithi055.stdout:26: seq_num 25 ranges {0=425984} 2023-10-14T00:02:06.716 INFO:tasks.rados.rados.0.smithi055.stdout:26: writing smithi055169533-26 from 0 to 425984 tid 1 2023-10-14T00:02:06.716 INFO:tasks.rados.rados.0.smithi055.stdout:27: write initial oid 27 2023-10-14T00:02:06.716 INFO:tasks.rados.rados.0.smithi055.stdout:27: seq_num 26 ranges {0=442368} 2023-10-14T00:02:06.717 INFO:tasks.rados.rados.0.smithi055.stdout:27: writing smithi055169533-27 from 0 to 442368 tid 1 2023-10-14T00:02:06.717 INFO:tasks.rados.rados.0.smithi055.stdout:28: write initial oid 28 2023-10-14T00:02:06.717 INFO:tasks.rados.rados.0.smithi055.stdout:28: seq_num 27 ranges {0=458752} 2023-10-14T00:02:06.717 INFO:tasks.rados.rados.0.smithi055.stdout:28: writing smithi055169533-28 from 0 to 458752 tid 1 2023-10-14T00:02:06.718 INFO:tasks.rados.rados.0.smithi055.stdout:29: write initial oid 29 2023-10-14T00:02:06.718 INFO:tasks.rados.rados.0.smithi055.stdout:29: seq_num 28 ranges {0=475136} 2023-10-14T00:02:06.718 INFO:tasks.rados.rados.0.smithi055.stdout:29: writing smithi055169533-29 from 0 to 475136 tid 1 2023-10-14T00:02:06.719 INFO:tasks.rados.rados.0.smithi055.stdout:30: write initial oid 30 2023-10-14T00:02:06.719 INFO:tasks.rados.rados.0.smithi055.stdout:30: seq_num 29 ranges {0=491520} 2023-10-14T00:02:06.722 INFO:tasks.rados.rados.0.smithi055.stdout:30: writing smithi055169533-30 from 0 to 491520 tid 1 2023-10-14T00:02:06.722 INFO:tasks.rados.rados.0.smithi055.stdout: waiting on 16 2023-10-14T00:02:06.723 INFO:tasks.rados.rados.0.smithi055.stdout:20: finishing write tid 1 to smithi055169533-20 2023-10-14T00:02:06.723 INFO:tasks.rados.rados.0.smithi055.stdout:17: finishing write tid 2 to smithi055169533-17 2023-10-14T00:02:06.723 INFO:tasks.rados.rados.0.smithi055.stdout:17: finishing write tid 3 to smithi055169533-17 2023-10-14T00:02:06.723 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 17 v 4 (ObjNum 16 snap 0 seq_num 16) dirty exists 2023-10-14T00:02:06.723 INFO:tasks.rados.rados.0.smithi055.stdout:17: left oid 17 (ObjNum 16 snap 0 seq_num 16) 2023-10-14T00:02:06.724 INFO:tasks.rados.rados.0.smithi055.stdout:15: finishing write tid 3 to smithi055169533-15 2023-10-14T00:02:06.724 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 15 v 6 (ObjNum 14 snap 0 seq_num 14) dirty exists 2023-10-14T00:02:06.724 INFO:tasks.rados.rados.0.smithi055.stdout:15: left oid 15 (ObjNum 14 snap 0 seq_num 14) 2023-10-14T00:02:06.724 INFO:tasks.rados.rados.0.smithi055.stdout:18: finishing write tid 1 to smithi055169533-18 2023-10-14T00:02:06.724 INFO:tasks.rados.rados.0.smithi055.stdout:15: done (15 left) 2023-10-14T00:02:06.725 INFO:tasks.rados.rados.0.smithi055.stdout:17: done (14 left) 2023-10-14T00:02:06.725 INFO:tasks.rados.rados.0.smithi055.stdout:31: write initial oid 31 2023-10-14T00:02:06.725 INFO:tasks.rados.rados.0.smithi055.stdout:31: seq_num 30 ranges {0=507904} 2023-10-14T00:02:06.726 INFO:tasks.rados.rados.0.smithi055.stdout:31: writing smithi055169533-31 from 0 to 507904 tid 1 2023-10-14T00:02:06.726 INFO:tasks.rados.rados.0.smithi055.stdout:32: write initial oid 32 2023-10-14T00:02:06.726 INFO:tasks.rados.rados.0.smithi055.stdout:32: seq_num 31 ranges {0=524288} 2023-10-14T00:02:06.729 INFO:tasks.rados.rados.0.smithi055.stdout:32: writing smithi055169533-32 from 0 to 524288 tid 1 2023-10-14T00:02:06.729 INFO:tasks.rados.rados.0.smithi055.stdout: waiting on 16 2023-10-14T00:02:06.730 INFO:tasks.rados.rados.0.smithi055.stdout:19: finishing write tid 1 to smithi055169533-19 2023-10-14T00:02:06.730 INFO:tasks.rados.rados.0.smithi055.stdout:18: finishing write tid 2 to smithi055169533-18 2023-10-14T00:02:06.730 INFO:tasks.rados.rados.0.smithi055.stdout:19: finishing write tid 2 to smithi055169533-19 2023-10-14T00:02:06.730 INFO:tasks.rados.rados.0.smithi055.stdout:21: finishing write tid 1 to smithi055169533-21 2023-10-14T00:02:06.730 INFO:tasks.rados.rados.0.smithi055.stdout:19: finishing write tid 3 to smithi055169533-19 2023-10-14T00:02:06.731 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 19 v 2 (ObjNum 18 snap 0 seq_num 18) dirty exists 2023-10-14T00:02:06.731 INFO:tasks.rados.rados.0.smithi055.stdout:19: left oid 19 (ObjNum 18 snap 0 seq_num 18) 2023-10-14T00:02:06.731 INFO:tasks.rados.rados.0.smithi055.stdout:18: finishing write tid 3 to smithi055169533-18 2023-10-14T00:02:06.731 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 18 v 8 (ObjNum 17 snap 0 seq_num 17) dirty exists 2023-10-14T00:02:06.732 INFO:tasks.rados.rados.0.smithi055.stdout:18: left oid 18 (ObjNum 17 snap 0 seq_num 17) 2023-10-14T00:02:06.732 INFO:tasks.rados.rados.0.smithi055.stdout:22: finishing write tid 1 to smithi055169533-22 2023-10-14T00:02:06.732 INFO:tasks.rados.rados.0.smithi055.stdout:21: finishing write tid 2 to smithi055169533-21 2023-10-14T00:02:06.732 INFO:tasks.rados.rados.0.smithi055.stdout:18: done (15 left) 2023-10-14T00:02:06.732 INFO:tasks.rados.rados.0.smithi055.stdout:19: done (14 left) 2023-10-14T00:02:06.732 INFO:tasks.rados.rados.0.smithi055.stdout:33: write initial oid 33 2023-10-14T00:02:06.733 INFO:tasks.rados.rados.0.smithi055.stdout:33: seq_num 32 ranges {0=540672} 2023-10-14T00:02:06.733 INFO:tasks.rados.rados.0.smithi055.stdout:33: writing smithi055169533-33 from 0 to 540672 tid 1 2023-10-14T00:02:06.733 INFO:tasks.rados.rados.0.smithi055.stdout:34: write initial oid 34 2023-10-14T00:02:06.734 INFO:tasks.rados.rados.0.smithi055.stdout:34: seq_num 33 ranges {0=557056} 2023-10-14T00:02:06.738 INFO:tasks.rados.rados.0.smithi055.stdout:34: writing smithi055169533-34 from 0 to 557056 tid 1 2023-10-14T00:02:06.738 INFO:tasks.rados.rados.0.smithi055.stdout: waiting on 16 2023-10-14T00:02:06.738 INFO:tasks.rados.rados.0.smithi055.stdout:21: finishing write tid 3 to smithi055169533-21 2023-10-14T00:02:06.738 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 21 v 4 (ObjNum 20 snap 0 seq_num 20) dirty exists 2023-10-14T00:02:06.739 INFO:tasks.rados.rados.0.smithi055.stdout:21: left oid 21 (ObjNum 20 snap 0 seq_num 20) 2023-10-14T00:02:06.739 INFO:tasks.rados.rados.0.smithi055.stdout:20: finishing write tid 2 to smithi055169533-20 2023-10-14T00:02:06.739 INFO:tasks.rados.rados.0.smithi055.stdout:22: finishing write tid 2 to smithi055169533-22 2023-10-14T00:02:06.739 INFO:tasks.rados.rados.0.smithi055.stdout:20: finishing write tid 3 to smithi055169533-20 2023-10-14T00:02:06.739 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 20 v 4 (ObjNum 19 snap 0 seq_num 19) dirty exists 2023-10-14T00:02:06.740 INFO:tasks.rados.rados.0.smithi055.stdout:20: left oid 20 (ObjNum 19 snap 0 seq_num 19) 2023-10-14T00:02:06.740 INFO:tasks.rados.rados.0.smithi055.stdout:12: finishing write tid 3 to smithi055169533-12 2023-10-14T00:02:06.740 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 12 v 2 (ObjNum 11 snap 0 seq_num 11) dirty exists 2023-10-14T00:02:06.740 INFO:tasks.rados.rados.0.smithi055.stdout:12: left oid 12 (ObjNum 11 snap 0 seq_num 11) 2023-10-14T00:02:06.740 INFO:tasks.rados.rados.0.smithi055.stdout:22: finishing write tid 3 to smithi055169533-22 2023-10-14T00:02:06.741 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 22 v 6 (ObjNum 21 snap 0 seq_num 21) dirty exists 2023-10-14T00:02:06.741 INFO:tasks.rados.rados.0.smithi055.stdout:22: left oid 22 (ObjNum 21 snap 0 seq_num 21) 2023-10-14T00:02:06.741 INFO:tasks.rados.rados.0.smithi055.stdout:23: finishing write tid 1 to smithi055169533-23 2023-10-14T00:02:06.741 INFO:tasks.rados.rados.0.smithi055.stdout:23: finishing write tid 2 to smithi055169533-23 2023-10-14T00:02:06.741 INFO:tasks.rados.rados.0.smithi055.stdout:24: finishing write tid 1 to smithi055169533-24 2023-10-14T00:02:06.742 INFO:tasks.rados.rados.0.smithi055.stdout:23: finishing write tid 3 to smithi055169533-23 2023-10-14T00:02:06.742 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 23 v 2 (ObjNum 22 snap 0 seq_num 22) dirty exists 2023-10-14T00:02:06.742 INFO:tasks.rados.rados.0.smithi055.stdout:23: left oid 23 (ObjNum 22 snap 0 seq_num 22) 2023-10-14T00:02:06.742 INFO:tasks.rados.rados.0.smithi055.stdout:25: finishing write tid 1 to smithi055169533-25 2023-10-14T00:02:06.742 INFO:tasks.rados.rados.0.smithi055.stdout:24: finishing write tid 2 to smithi055169533-24 2023-10-14T00:02:06.743 INFO:tasks.rados.rados.0.smithi055.stdout:12: done (15 left) 2023-10-14T00:02:06.743 INFO:tasks.rados.rados.0.smithi055.stdout:20: done (14 left) 2023-10-14T00:02:06.743 INFO:tasks.rados.rados.0.smithi055.stdout:21: done (13 left) 2023-10-14T00:02:06.743 INFO:tasks.rados.rados.0.smithi055.stdout:22: done (12 left) 2023-10-14T00:02:06.743 INFO:tasks.rados.rados.0.smithi055.stdout:23: done (11 left) 2023-10-14T00:02:06.743 INFO:tasks.rados.rados.0.smithi055.stdout:35: write initial oid 35 2023-10-14T00:02:06.744 INFO:tasks.rados.rados.0.smithi055.stdout:35: seq_num 34 ranges {0=573440} 2023-10-14T00:02:06.744 INFO:tasks.rados.rados.0.smithi055.stdout:35: writing smithi055169533-35 from 0 to 573440 tid 1 2023-10-14T00:02:06.744 INFO:tasks.rados.rados.0.smithi055.stdout:36: write initial oid 36 2023-10-14T00:02:06.745 INFO:tasks.rados.rados.0.smithi055.stdout:36: seq_num 35 ranges {0=589824} 2023-10-14T00:02:06.746 INFO:tasks.rados.rados.0.smithi055.stdout:36: writing smithi055169533-36 from 0 to 589824 tid 1 2023-10-14T00:02:06.746 INFO:tasks.rados.rados.0.smithi055.stdout:37: write initial oid 37 2023-10-14T00:02:06.746 INFO:tasks.rados.rados.0.smithi055.stdout:37: seq_num 36 ranges {0=606208} 2023-10-14T00:02:06.750 INFO:tasks.rados.rados.0.smithi055.stdout:37: writing smithi055169533-37 from 0 to 606208 tid 1 2023-10-14T00:02:06.750 INFO:tasks.rados.rados.0.smithi055.stdout:38: write initial oid 38 2023-10-14T00:02:06.750 INFO:tasks.rados.rados.0.smithi055.stdout:38: seq_num 37 ranges {0=622592} 2023-10-14T00:02:06.755 INFO:tasks.rados.rados.0.smithi055.stdout:38: writing smithi055169533-38 from 0 to 622592 tid 1 2023-10-14T00:02:06.755 INFO:tasks.rados.rados.0.smithi055.stdout:39: write initial oid 39 2023-10-14T00:02:06.756 INFO:tasks.rados.rados.0.smithi055.stdout:39: seq_num 38 ranges {0=638976} 2023-10-14T00:02:06.760 INFO:tasks.rados.rados.0.smithi055.stdout:39: writing smithi055169533-39 from 0 to 638976 tid 1 2023-10-14T00:02:06.760 INFO:tasks.rados.rados.0.smithi055.stdout: waiting on 16 2023-10-14T00:02:06.760 INFO:tasks.rados.rados.0.smithi055.stdout:25: finishing write tid 2 to smithi055169533-25 2023-10-14T00:02:06.760 INFO:tasks.rados.rados.0.smithi055.stdout:24: finishing write tid 3 to smithi055169533-24 2023-10-14T00:02:06.760 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 24 v 6 (ObjNum 23 snap 0 seq_num 23) dirty exists 2023-10-14T00:02:06.761 INFO:tasks.rados.rados.0.smithi055.stdout:24: left oid 24 (ObjNum 23 snap 0 seq_num 23) 2023-10-14T00:02:06.761 INFO:tasks.rados.rados.0.smithi055.stdout:26: finishing write tid 1 to smithi055169533-26 2023-10-14T00:02:06.761 INFO:tasks.rados.rados.0.smithi055.stdout:25: finishing write tid 3 to smithi055169533-25 2023-10-14T00:02:06.761 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 25 v 2 (ObjNum 24 snap 0 seq_num 24) dirty exists 2023-10-14T00:02:06.761 INFO:tasks.rados.rados.0.smithi055.stdout:25: left oid 25 (ObjNum 24 snap 0 seq_num 24) 2023-10-14T00:02:06.762 INFO:tasks.rados.rados.0.smithi055.stdout:26: finishing write tid 2 to smithi055169533-26 2023-10-14T00:02:06.762 INFO:tasks.rados.rados.0.smithi055.stdout:24: done (15 left) 2023-10-14T00:02:06.762 INFO:tasks.rados.rados.0.smithi055.stdout:25: done (14 left) 2023-10-14T00:02:06.762 INFO:tasks.rados.rados.0.smithi055.stdout:40: write initial oid 40 2023-10-14T00:02:06.762 INFO:tasks.rados.rados.0.smithi055.stdout:40: seq_num 39 ranges {0=663552} 2023-10-14T00:02:06.764 INFO:tasks.rados.rados.0.smithi055.stdout:40: writing smithi055169533-40 from 0 to 663552 tid 1 2023-10-14T00:02:06.764 INFO:tasks.rados.rados.0.smithi055.stdout:41: write initial oid 41 2023-10-14T00:02:06.765 INFO:tasks.rados.rados.0.smithi055.stdout:27: finishing write tid 1 to smithi055169533-27 2023-10-14T00:02:06.765 INFO:tasks.rados.rados.0.smithi055.stdout:27: finishing write tid 2 to smithi055169533-27 2023-10-14T00:02:06.765 INFO:tasks.rados.rados.0.smithi055.stdout:41: seq_num 40 ranges {0=679936} 2023-10-14T00:02:06.770 INFO:tasks.rados.rados.0.smithi055.stdout:41: writing smithi055169533-41 from 0 to 679936 tid 1 2023-10-14T00:02:06.770 INFO:tasks.rados.rados.0.smithi055.stdout: waiting on 16 2023-10-14T00:02:06.770 INFO:tasks.rados.rados.0.smithi055.stdout:26: finishing write tid 3 to smithi055169533-26 2023-10-14T00:02:06.770 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 26 v 4 (ObjNum 25 snap 0 seq_num 25) dirty exists 2023-10-14T00:02:06.771 INFO:tasks.rados.rados.0.smithi055.stdout:26: left oid 26 (ObjNum 25 snap 0 seq_num 25) 2023-10-14T00:02:06.771 INFO:tasks.rados.rados.0.smithi055.stdout:27: finishing write tid 3 to smithi055169533-27 2023-10-14T00:02:06.771 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 27 v 8 (ObjNum 26 snap 0 seq_num 26) dirty exists 2023-10-14T00:02:06.771 INFO:tasks.rados.rados.0.smithi055.stdout:27: left oid 27 (ObjNum 26 snap 0 seq_num 26) 2023-10-14T00:02:06.771 INFO:tasks.rados.rados.0.smithi055.stdout:28: finishing write tid 1 to smithi055169533-28 2023-10-14T00:02:06.772 INFO:tasks.rados.rados.0.smithi055.stdout:26: done (15 left) 2023-10-14T00:02:06.772 INFO:tasks.rados.rados.0.smithi055.stdout:27: done (14 left) 2023-10-14T00:02:06.772 INFO:tasks.rados.rados.0.smithi055.stdout:42: write initial oid 42 2023-10-14T00:02:06.772 INFO:tasks.rados.rados.0.smithi055.stdout:42: seq_num 41 ranges {0=696320} 2023-10-14T00:02:06.773 INFO:tasks.rados.rados.0.smithi055.stdout:42: writing smithi055169533-42 from 0 to 696320 tid 1 2023-10-14T00:02:06.773 INFO:tasks.rados.rados.0.smithi055.stdout:43: write initial oid 43 2023-10-14T00:02:06.773 INFO:tasks.rados.rados.0.smithi055.stdout:43: seq_num 42 ranges {0=712704} 2023-10-14T00:02:06.779 INFO:tasks.rados.rados.0.smithi055.stdout:43: writing smithi055169533-43 from 0 to 712704 tid 1 2023-10-14T00:02:06.779 INFO:tasks.rados.rados.0.smithi055.stdout: waiting on 16 2023-10-14T00:02:06.780 INFO:tasks.rados.rados.0.smithi055.stdout:29: finishing write tid 1 to smithi055169533-29 2023-10-14T00:02:06.780 INFO:tasks.rados.rados.0.smithi055.stdout:28: finishing write tid 2 to smithi055169533-28 2023-10-14T00:02:06.780 INFO:tasks.rados.rados.0.smithi055.stdout:28: finishing write tid 3 to smithi055169533-28 2023-10-14T00:02:06.780 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 28 v 10 (ObjNum 27 snap 0 seq_num 27) dirty exists 2023-10-14T00:02:06.780 INFO:tasks.rados.rados.0.smithi055.stdout:28: left oid 28 (ObjNum 27 snap 0 seq_num 27) 2023-10-14T00:02:06.781 INFO:tasks.rados.rados.0.smithi055.stdout:29: finishing write tid 2 to smithi055169533-29 2023-10-14T00:02:06.781 INFO:tasks.rados.rados.0.smithi055.stdout:30: finishing write tid 1 to smithi055169533-30 2023-10-14T00:02:06.781 INFO:tasks.rados.rados.0.smithi055.stdout:29: finishing write tid 3 to smithi055169533-29 2023-10-14T00:02:06.781 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 29 v 4 (ObjNum 28 snap 0 seq_num 28) dirty exists 2023-10-14T00:02:06.781 INFO:tasks.rados.rados.0.smithi055.stdout:29: left oid 29 (ObjNum 28 snap 0 seq_num 28) 2023-10-14T00:02:06.782 INFO:tasks.rados.rados.0.smithi055.stdout:30: finishing write tid 2 to smithi055169533-30 2023-10-14T00:02:06.782 INFO:tasks.rados.rados.0.smithi055.stdout:31: finishing write tid 1 to smithi055169533-31 2023-10-14T00:02:06.782 INFO:tasks.rados.rados.0.smithi055.stdout:30: finishing write tid 3 to smithi055169533-30 2023-10-14T00:02:06.782 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 30 v 8 (ObjNum 29 snap 0 seq_num 29) dirty exists 2023-10-14T00:02:06.782 INFO:tasks.rados.rados.0.smithi055.stdout:30: left oid 30 (ObjNum 29 snap 0 seq_num 29) 2023-10-14T00:02:06.783 INFO:tasks.rados.rados.0.smithi055.stdout:31: finishing write tid 2 to smithi055169533-31 2023-10-14T00:02:06.783 INFO:tasks.rados.rados.0.smithi055.stdout:32: finishing write tid 1 to smithi055169533-32 2023-10-14T00:02:06.783 INFO:tasks.rados.rados.0.smithi055.stdout:32: finishing write tid 2 to smithi055169533-32 2023-10-14T00:02:06.783 INFO:tasks.rados.rados.0.smithi055.stdout:31: finishing write tid 3 to smithi055169533-31 2023-10-14T00:02:06.783 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 31 v 6 (ObjNum 30 snap 0 seq_num 30) dirty exists 2023-10-14T00:02:06.784 INFO:tasks.rados.rados.0.smithi055.stdout:31: left oid 31 (ObjNum 30 snap 0 seq_num 30) 2023-10-14T00:02:06.784 INFO:tasks.rados.rados.0.smithi055.stdout:32: finishing write tid 3 to smithi055169533-32 2023-10-14T00:02:06.784 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 32 v 6 (ObjNum 31 snap 0 seq_num 31) dirty exists 2023-10-14T00:02:06.784 INFO:tasks.rados.rados.0.smithi055.stdout:32: left oid 32 (ObjNum 31 snap 0 seq_num 31) 2023-10-14T00:02:06.784 INFO:tasks.rados.rados.0.smithi055.stdout:33: finishing write tid 1 to smithi055169533-33 2023-10-14T00:02:06.784 INFO:tasks.rados.rados.0.smithi055.stdout:34: finishing write tid 1 to smithi055169533-34 2023-10-14T00:02:06.785 INFO:tasks.rados.rados.0.smithi055.stdout:33: finishing write tid 2 to smithi055169533-33 2023-10-14T00:02:06.785 INFO:tasks.rados.rados.0.smithi055.stdout:33: finishing write tid 3 to smithi055169533-33 2023-10-14T00:02:06.785 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 33 v 6 (ObjNum 32 snap 0 seq_num 32) dirty exists 2023-10-14T00:02:06.785 INFO:tasks.rados.rados.0.smithi055.stdout:33: left oid 33 (ObjNum 32 snap 0 seq_num 32) 2023-10-14T00:02:06.785 INFO:tasks.rados.rados.0.smithi055.stdout:34: finishing write tid 2 to smithi055169533-34 2023-10-14T00:02:06.786 INFO:tasks.rados.rados.0.smithi055.stdout:35: finishing write tid 1 to smithi055169533-35 2023-10-14T00:02:06.786 INFO:tasks.rados.rados.0.smithi055.stdout:34: finishing write tid 3 to smithi055169533-34 2023-10-14T00:02:06.786 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 34 v 4 (ObjNum 33 snap 0 seq_num 33) dirty exists 2023-10-14T00:02:06.786 INFO:tasks.rados.rados.0.smithi055.stdout:34: left oid 34 (ObjNum 33 snap 0 seq_num 33) 2023-10-14T00:02:06.786 INFO:tasks.rados.rados.0.smithi055.stdout:35: finishing write tid 2 to smithi055169533-35 2023-10-14T00:02:06.787 INFO:tasks.rados.rados.0.smithi055.stdout:35: finishing write tid 3 to smithi055169533-35 2023-10-14T00:02:06.787 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 35 v 10 (ObjNum 34 snap 0 seq_num 34) dirty exists 2023-10-14T00:02:06.787 INFO:tasks.rados.rados.0.smithi055.stdout:35: left oid 35 (ObjNum 34 snap 0 seq_num 34) 2023-10-14T00:02:06.787 INFO:tasks.rados.rados.0.smithi055.stdout:36: finishing write tid 1 to smithi055169533-36 2023-10-14T00:02:06.787 INFO:tasks.rados.rados.0.smithi055.stdout:36: finishing write tid 2 to smithi055169533-36 2023-10-14T00:02:06.787 INFO:tasks.rados.rados.0.smithi055.stdout:36: finishing write tid 3 to smithi055169533-36 2023-10-14T00:02:06.788 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 36 v 2 (ObjNum 35 snap 0 seq_num 35) dirty exists 2023-10-14T00:02:06.788 INFO:tasks.rados.rados.0.smithi055.stdout:36: left oid 36 (ObjNum 35 snap 0 seq_num 35) 2023-10-14T00:02:06.788 INFO:tasks.rados.rados.0.smithi055.stdout:28: done (15 left) 2023-10-14T00:02:06.788 INFO:tasks.rados.rados.0.smithi055.stdout:29: done (14 left) 2023-10-14T00:02:06.788 INFO:tasks.rados.rados.0.smithi055.stdout:30: done (13 left) 2023-10-14T00:02:06.789 INFO:tasks.rados.rados.0.smithi055.stdout:31: done (12 left) 2023-10-14T00:02:06.789 INFO:tasks.rados.rados.0.smithi055.stdout:32: done (11 left) 2023-10-14T00:02:06.789 INFO:tasks.rados.rados.0.smithi055.stdout:33: done (10 left) 2023-10-14T00:02:06.789 INFO:tasks.rados.rados.0.smithi055.stdout:34: done (9 left) 2023-10-14T00:02:06.789 INFO:tasks.rados.rados.0.smithi055.stdout:35: done (8 left) 2023-10-14T00:02:06.789 INFO:tasks.rados.rados.0.smithi055.stdout:36: done (7 left) 2023-10-14T00:02:06.790 INFO:tasks.rados.rados.0.smithi055.stdout:44: write initial oid 44 2023-10-14T00:02:06.790 INFO:tasks.rados.rados.0.smithi055.stdout:44: seq_num 43 ranges {0=729088} 2023-10-14T00:02:06.791 INFO:tasks.rados.rados.0.smithi055.stdout:44: writing smithi055169533-44 from 0 to 729088 tid 1 2023-10-14T00:02:06.791 INFO:tasks.rados.rados.0.smithi055.stdout:45: write initial oid 45 2023-10-14T00:02:06.791 INFO:tasks.rados.rados.0.smithi055.stdout:45: seq_num 44 ranges {0=745472} 2023-10-14T00:02:06.791 INFO:tasks.rados.rados.0.smithi055.stdout:45: writing smithi055169533-45 from 0 to 745472 tid 1 2023-10-14T00:02:06.792 INFO:tasks.rados.rados.0.smithi055.stdout:46: write initial oid 46 2023-10-14T00:02:06.792 INFO:tasks.rados.rados.0.smithi055.stdout:46: seq_num 45 ranges {0=761856} 2023-10-14T00:02:06.792 INFO:tasks.rados.rados.0.smithi055.stdout:46: writing smithi055169533-46 from 0 to 761856 tid 1 2023-10-14T00:02:06.793 INFO:tasks.rados.rados.0.smithi055.stdout:47: write initial oid 47 2023-10-14T00:02:06.793 INFO:tasks.rados.rados.0.smithi055.stdout:47: seq_num 46 ranges {0=778240} 2023-10-14T00:02:06.797 INFO:tasks.rados.rados.0.smithi055.stdout:47: writing smithi055169533-47 from 0 to 778240 tid 1 2023-10-14T00:02:06.798 INFO:tasks.rados.rados.0.smithi055.stdout:48: write initial oid 48 2023-10-14T00:02:06.798 INFO:tasks.rados.rados.0.smithi055.stdout:48: seq_num 47 ranges {0=794624} 2023-10-14T00:02:06.803 INFO:tasks.rados.rados.0.smithi055.stdout:48: writing smithi055169533-48 from 0 to 794624 tid 1 2023-10-14T00:02:06.803 INFO:tasks.rados.rados.0.smithi055.stdout:49: write initial oid 49 2023-10-14T00:02:06.803 INFO:tasks.rados.rados.0.smithi055.stdout:49: seq_num 48 ranges {0=409600,409600=401408} 2023-10-14T00:02:06.805 INFO:tasks.rados.rados.0.smithi055.stdout:49: writing smithi055169533-49 from 0 to 409600 tid 1 2023-10-14T00:02:06.808 INFO:tasks.rados.rados.0.smithi055.stdout:49: writing smithi055169533-49 from 409600 to 811008 tid 2 2023-10-14T00:02:06.809 INFO:tasks.rados.rados.0.smithi055.stdout:50: write initial oid 50 2023-10-14T00:02:06.809 INFO:tasks.rados.rados.0.smithi055.stdout:50: seq_num 49 ranges {0=425984,425984=401408} 2023-10-14T00:02:06.811 INFO:tasks.rados.rados.0.smithi055.stdout:50: writing smithi055169533-50 from 0 to 425984 tid 1 2023-10-14T00:02:06.815 INFO:tasks.rados.rados.0.smithi055.stdout:50: writing smithi055169533-50 from 425984 to 827392 tid 2 2023-10-14T00:02:06.815 INFO:tasks.rados.rados.0.smithi055.stdout:51: copy_from oid 8 from oid 18 current snap is 0 2023-10-14T00:02:06.815 INFO:tasks.rados.rados.0.smithi055.stdout:37: finishing write tid 1 to smithi055169533-37 2023-10-14T00:02:06.816 INFO:tasks.rados.rados.0.smithi055.stdout:37: finishing write tid 2 to smithi055169533-37 2023-10-14T00:02:06.816 INFO:tasks.rados.rados.0.smithi055.stdout:38: finishing write tid 1 to smithi055169533-38 2023-10-14T00:02:06.816 INFO:tasks.rados.rados.0.smithi055.stdout:37: finishing write tid 3 to smithi055169533-37 2023-10-14T00:02:06.816 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 37 v 8 (ObjNum 36 snap 0 seq_num 36) dirty exists 2023-10-14T00:02:06.816 INFO:tasks.rados.rados.0.smithi055.stdout:37: left oid 37 (ObjNum 36 snap 0 seq_num 36) 2023-10-14T00:02:06.817 INFO:tasks.rados.rados.0.smithi055.stdout:38: finishing write tid 2 to smithi055169533-38 2023-10-14T00:02:06.817 INFO:tasks.rados.rados.0.smithi055.stdout:38: finishing write tid 3 to smithi055169533-38 2023-10-14T00:02:06.817 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 38 v 4 (ObjNum 37 snap 0 seq_num 37) dirty exists 2023-10-14T00:02:06.817 INFO:tasks.rados.rados.0.smithi055.stdout:38: left oid 38 (ObjNum 37 snap 0 seq_num 37) 2023-10-14T00:02:06.817 INFO:tasks.rados.rados.0.smithi055.stdout:39: finishing write tid 1 to smithi055169533-39 2023-10-14T00:02:06.817 INFO:tasks.rados.rados.0.smithi055.stdout:37: done (14 left) 2023-10-14T00:02:06.818 INFO:tasks.rados.rados.0.smithi055.stdout:38: done (13 left) 2023-10-14T00:02:06.818 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 14 current snap is 0 2023-10-14T00:02:06.818 INFO:tasks.rados.rados.0.smithi055.stdout:39: finishing write tid 2 to smithi055169533-39 2023-10-14T00:02:06.818 INFO:tasks.rados.rados.0.smithi055.stdout:52: seq_num 50 ranges {221184=442368,663552=401408} 2023-10-14T00:02:06.819 INFO:tasks.rados.rados.0.smithi055.stdout:52: writing smithi055169533-14 from 221184 to 663552 tid 1 2023-10-14T00:02:06.825 INFO:tasks.rados.rados.0.smithi055.stdout:52: writing smithi055169533-14 from 663552 to 1064960 tid 2 2023-10-14T00:02:06.825 INFO:tasks.rados.rados.0.smithi055.stdout:53: rmattr oid 5 current snap is 0 2023-10-14T00:02:06.825 INFO:tasks.rados.rados.0.smithi055.stdout:53: done (14 left) 2023-10-14T00:02:06.825 INFO:tasks.rados.rados.0.smithi055.stdout:54: delete oid 5 current snap is 0 2023-10-14T00:02:06.825 INFO:tasks.rados.rados.0.smithi055.stdout:39: finishing write tid 3 to smithi055169533-39 2023-10-14T00:02:06.826 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 39 v 12 (ObjNum 38 snap 0 seq_num 38) dirty exists 2023-10-14T00:02:06.826 INFO:tasks.rados.rados.0.smithi055.stdout:39: left oid 39 (ObjNum 38 snap 0 seq_num 38) 2023-10-14T00:02:06.826 INFO:tasks.rados.rados.0.smithi055.stdout:40: finishing write tid 1 to smithi055169533-40 2023-10-14T00:02:06.826 INFO:tasks.rados.rados.0.smithi055.stdout:40: finishing write tid 2 to smithi055169533-40 2023-10-14T00:02:06.826 INFO:tasks.rados.rados.0.smithi055.stdout:41: finishing write tid 1 to smithi055169533-41 2023-10-14T00:02:06.827 INFO:tasks.rados.rados.0.smithi055.stdout:40: finishing write tid 3 to smithi055169533-40 2023-10-14T00:02:06.827 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 40 v 6 (ObjNum 39 snap 0 seq_num 39) dirty exists 2023-10-14T00:02:06.827 INFO:tasks.rados.rados.0.smithi055.stdout:40: left oid 40 (ObjNum 39 snap 0 seq_num 39) 2023-10-14T00:02:06.827 INFO:tasks.rados.rados.0.smithi055.stdout:41: finishing write tid 2 to smithi055169533-41 2023-10-14T00:02:06.827 INFO:tasks.rados.rados.0.smithi055.stdout:41: finishing write tid 3 to smithi055169533-41 2023-10-14T00:02:06.828 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 41 v 8 (ObjNum 40 snap 0 seq_num 40) dirty exists 2023-10-14T00:02:06.828 INFO:tasks.rados.rados.0.smithi055.stdout:41: left oid 41 (ObjNum 40 snap 0 seq_num 40) 2023-10-14T00:02:06.828 INFO:tasks.rados.rados.0.smithi055.stdout:42: finishing write tid 1 to smithi055169533-42 2023-10-14T00:02:06.828 INFO:tasks.rados.rados.0.smithi055.stdout:42: finishing write tid 2 to smithi055169533-42 2023-10-14T00:02:06.828 INFO:tasks.rados.rados.0.smithi055.stdout:42: finishing write tid 3 to smithi055169533-42 2023-10-14T00:02:06.828 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 42 v 6 (ObjNum 41 snap 0 seq_num 41) dirty exists 2023-10-14T00:02:06.829 INFO:tasks.rados.rados.0.smithi055.stdout:42: left oid 42 (ObjNum 41 snap 0 seq_num 41) 2023-10-14T00:02:06.829 INFO:tasks.rados.rados.0.smithi055.stdout:43: finishing write tid 1 to smithi055169533-43 2023-10-14T00:02:06.829 INFO:tasks.rados.rados.0.smithi055.stdout:43: finishing write tid 2 to smithi055169533-43 2023-10-14T00:02:06.830 INFO:tasks.rados.rados.0.smithi055.stdout:43: finishing write tid 3 to smithi055169533-43 2023-10-14T00:02:06.830 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 43 v 4 (ObjNum 42 snap 0 seq_num 42) dirty exists 2023-10-14T00:02:06.830 INFO:tasks.rados.rados.0.smithi055.stdout:43: left oid 43 (ObjNum 42 snap 0 seq_num 42) 2023-10-14T00:02:06.830 INFO:tasks.rados.rados.0.smithi055.stdout:44: finishing write tid 1 to smithi055169533-44 2023-10-14T00:02:06.831 INFO:tasks.rados.rados.0.smithi055.stdout:44: finishing write tid 2 to smithi055169533-44 2023-10-14T00:02:06.831 INFO:tasks.rados.rados.0.smithi055.stdout:44: finishing write tid 3 to smithi055169533-44 2023-10-14T00:02:06.831 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 44 v 6 (ObjNum 43 snap 0 seq_num 43) dirty exists 2023-10-14T00:02:06.831 INFO:tasks.rados.rados.0.smithi055.stdout:44: left oid 44 (ObjNum 43 snap 0 seq_num 43) 2023-10-14T00:02:06.831 INFO:tasks.rados.rados.0.smithi055.stdout:45: finishing write tid 1 to smithi055169533-45 2023-10-14T00:02:06.832 INFO:tasks.rados.rados.0.smithi055.stdout:45: finishing write tid 2 to smithi055169533-45 2023-10-14T00:02:06.832 INFO:tasks.rados.rados.0.smithi055.stdout:45: finishing write tid 3 to smithi055169533-45 2023-10-14T00:02:06.832 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 45 v 8 (ObjNum 44 snap 0 seq_num 44) dirty exists 2023-10-14T00:02:06.832 INFO:tasks.rados.rados.0.smithi055.stdout:45: left oid 45 (ObjNum 44 snap 0 seq_num 44) 2023-10-14T00:02:06.832 INFO:tasks.rados.rados.0.smithi055.stdout:46: finishing write tid 1 to smithi055169533-46 2023-10-14T00:02:06.832 INFO:tasks.rados.rados.0.smithi055.stdout:46: finishing write tid 2 to smithi055169533-46 2023-10-14T00:02:06.833 INFO:tasks.rados.rados.0.smithi055.stdout:46: finishing write tid 3 to smithi055169533-46 2023-10-14T00:02:06.833 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 46 v 6 (ObjNum 45 snap 0 seq_num 45) dirty exists 2023-10-14T00:02:06.833 INFO:tasks.rados.rados.0.smithi055.stdout:46: left oid 46 (ObjNum 45 snap 0 seq_num 45) 2023-10-14T00:02:06.833 INFO:tasks.rados.rados.0.smithi055.stdout:47: finishing write tid 1 to smithi055169533-47 2023-10-14T00:02:06.833 INFO:tasks.rados.rados.0.smithi055.stdout:47: finishing write tid 2 to smithi055169533-47 2023-10-14T00:02:06.834 INFO:tasks.rados.rados.0.smithi055.stdout:47: finishing write tid 3 to smithi055169533-47 2023-10-14T00:02:06.834 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 47 v 4 (ObjNum 46 snap 0 seq_num 46) dirty exists 2023-10-14T00:02:06.834 INFO:tasks.rados.rados.0.smithi055.stdout:47: left oid 47 (ObjNum 46 snap 0 seq_num 46) 2023-10-14T00:02:06.834 INFO:tasks.rados.rados.0.smithi055.stdout:48: finishing write tid 1 to smithi055169533-48 2023-10-14T00:02:06.834 INFO:tasks.rados.rados.0.smithi055.stdout:49: finishing write tid 1 to smithi055169533-49 2023-10-14T00:02:06.835 INFO:tasks.rados.rados.0.smithi055.stdout:48: finishing write tid 2 to smithi055169533-48 2023-10-14T00:02:06.835 INFO:tasks.rados.rados.0.smithi055.stdout:48: finishing write tid 3 to smithi055169533-48 2023-10-14T00:02:06.835 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 48 v 6 (ObjNum 47 snap 0 seq_num 47) dirty exists 2023-10-14T00:02:06.835 INFO:tasks.rados.rados.0.smithi055.stdout:48: left oid 48 (ObjNum 47 snap 0 seq_num 47) 2023-10-14T00:02:06.835 INFO:tasks.rados.rados.0.smithi055.stdout:49: finishing write tid 2 to smithi055169533-49 2023-10-14T00:02:06.835 INFO:tasks.rados.rados.0.smithi055.stdout:49: finishing write tid 3 to smithi055169533-49 2023-10-14T00:02:06.836 INFO:tasks.rados.rados.0.smithi055.stdout:49: finishing write tid 4 to smithi055169533-49 2023-10-14T00:02:06.836 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 49 v 13 (ObjNum 48 snap 0 seq_num 48) dirty exists 2023-10-14T00:02:06.836 INFO:tasks.rados.rados.0.smithi055.stdout:49: left oid 49 (ObjNum 48 snap 0 seq_num 48) 2023-10-14T00:02:06.836 INFO:tasks.rados.rados.0.smithi055.stdout:50: finishing write tid 1 to smithi055169533-50 2023-10-14T00:02:06.836 INFO:tasks.rados.rados.0.smithi055.stdout:50: finishing write tid 2 to smithi055169533-50 2023-10-14T00:02:06.837 INFO:tasks.rados.rados.0.smithi055.stdout:50: finishing write tid 3 to smithi055169533-50 2023-10-14T00:02:06.837 INFO:tasks.rados.rados.0.smithi055.stdout:50: finishing write tid 4 to smithi055169533-50 2023-10-14T00:02:06.837 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 50 v 15 (ObjNum 49 snap 0 seq_num 49) dirty exists 2023-10-14T00:02:06.837 INFO:tasks.rados.rados.0.smithi055.stdout:50: left oid 50 (ObjNum 49 snap 0 seq_num 49) 2023-10-14T00:02:06.837 INFO:tasks.rados.rados.0.smithi055.stdout:51: finishing copy_from to smithi055169533-8 2023-10-14T00:02:06.838 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 8 v 8 (ObjNum 17 snap 0 seq_num 17) dirty exists 2023-10-14T00:02:06.838 INFO:tasks.rados.rados.0.smithi055.stdout:51: finishing copy_from racing read to smithi055169533-8 2023-10-14T00:02:06.838 INFO:tasks.rados.rados.0.smithi055.stdout:52: finishing write tid 1 to smithi055169533-14 2023-10-14T00:02:06.838 INFO:tasks.rados.rados.0.smithi055.stdout:39: done (14 left) 2023-10-14T00:02:06.838 INFO:tasks.rados.rados.0.smithi055.stdout:40: done (13 left) 2023-10-14T00:02:06.838 INFO:tasks.rados.rados.0.smithi055.stdout:41: done (12 left) 2023-10-14T00:02:06.839 INFO:tasks.rados.rados.0.smithi055.stdout:42: done (11 left) 2023-10-14T00:02:06.839 INFO:tasks.rados.rados.0.smithi055.stdout:43: done (10 left) 2023-10-14T00:02:06.839 INFO:tasks.rados.rados.0.smithi055.stdout:44: done (9 left) 2023-10-14T00:02:06.840 INFO:tasks.rados.rados.0.smithi055.stdout:45: done (8 left) 2023-10-14T00:02:06.840 INFO:tasks.rados.rados.0.smithi055.stdout:46: done (7 left) 2023-10-14T00:02:06.840 INFO:tasks.rados.rados.0.smithi055.stdout:47: done (6 left) 2023-10-14T00:02:06.840 INFO:tasks.rados.rados.0.smithi055.stdout:48: done (5 left) 2023-10-14T00:02:06.840 INFO:tasks.rados.rados.0.smithi055.stdout:49: done (4 left) 2023-10-14T00:02:06.841 INFO:tasks.rados.rados.0.smithi055.stdout:50: done (3 left) 2023-10-14T00:02:06.841 INFO:tasks.rados.rados.0.smithi055.stdout:51: done (2 left) 2023-10-14T00:02:06.841 INFO:tasks.rados.rados.0.smithi055.stdout:54: done (1 left) 2023-10-14T00:02:06.841 INFO:tasks.rados.rados.0.smithi055.stdout:55: read oid 16 snap -1 2023-10-14T00:02:06.842 INFO:tasks.rados.rados.0.smithi055.stdout:55: expect (ObjNum 15 snap 0 seq_num 15) 2023-10-14T00:02:06.842 INFO:tasks.rados.rados.0.smithi055.stdout:56: rollback oid 31 current snap is 0 2023-10-14T00:02:06.842 INFO:tasks.rados.rados.0.smithi055.stdout:56: done (2 left) 2023-10-14T00:02:06.842 INFO:tasks.rados.rados.0.smithi055.stdout:57: read oid 28 snap -1 2023-10-14T00:02:06.842 INFO:tasks.rados.rados.0.smithi055.stdout:57: expect (ObjNum 27 snap 0 seq_num 27) 2023-10-14T00:02:06.843 INFO:tasks.rados.rados.0.smithi055.stdout:58: copy_from oid 29 from oid 47 current snap is 0 2023-10-14T00:02:06.843 INFO:tasks.rados.rados.0.smithi055.stdout:59: rollback oid 45 current snap is 0 2023-10-14T00:02:06.843 INFO:tasks.rados.rados.0.smithi055.stdout:59: done (4 left) 2023-10-14T00:02:06.843 INFO:tasks.rados.rados.0.smithi055.stdout:60: copy_from oid 23 from oid 48 current snap is 0 2023-10-14T00:02:06.844 INFO:tasks.rados.rados.0.smithi055.stdout:61: delete oid 1 current snap is 0 2023-10-14T00:02:06.845 INFO:tasks.rados.rados.0.smithi055.stdout:52: finishing write tid 2 to smithi055169533-14 2023-10-14T00:02:06.845 INFO:tasks.rados.rados.0.smithi055.stdout:52: finishing write tid 3 to smithi055169533-14 2023-10-14T00:02:06.845 INFO:tasks.rados.rados.0.smithi055.stdout:52: finishing write tid 4 to smithi055169533-14 2023-10-14T00:02:06.845 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 14 v 11 (ObjNum 50 snap 0 seq_num 50) dirty exists 2023-10-14T00:02:06.845 INFO:tasks.rados.rados.0.smithi055.stdout:52: left oid 14 (ObjNum 50 snap 0 seq_num 50) 2023-10-14T00:02:06.846 INFO:tasks.rados.rados.0.smithi055.stdout:52: done (5 left) 2023-10-14T00:02:06.846 INFO:tasks.rados.rados.0.smithi055.stdout:61: done (4 left) 2023-10-14T00:02:06.846 INFO:tasks.rados.rados.0.smithi055.stdout:62: read oid 24 snap -1 2023-10-14T00:02:06.846 INFO:tasks.rados.rados.0.smithi055.stdout:62: expect (ObjNum 23 snap 0 seq_num 23) 2023-10-14T00:02:06.846 INFO:tasks.rados.rados.0.smithi055.stdout:63: snap_create 2023-10-14T00:02:06.847 INFO:tasks.rados.rados.0.smithi055.stdout:57: expect (ObjNum 27 snap 0 seq_num 27) 2023-10-14T00:02:06.847 INFO:tasks.rados.rados.0.smithi055.stdout:55: expect (ObjNum 15 snap 0 seq_num 15) 2023-10-14T00:02:06.850 INFO:tasks.rados.rados.0.smithi055.stdout:62: expect (ObjNum 23 snap 0 seq_num 23) 2023-10-14T00:02:06.863 INFO:tasks.rados.rados.0.smithi055.stdout:58: finishing copy_from to smithi055169533-29 2023-10-14T00:02:06.863 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 29 v 4 (ObjNum 46 snap 0 seq_num 46) dirty exists 2023-10-14T00:02:06.863 INFO:tasks.rados.rados.0.smithi055.stdout:58: finishing copy_from racing read to smithi055169533-29 2023-10-14T00:02:06.863 INFO:tasks.rados.rados.0.smithi055.stdout:60: finishing copy_from to smithi055169533-23 2023-10-14T00:02:06.863 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 23 v 6 (ObjNum 47 snap 0 seq_num 47) dirty exists 2023-10-14T00:02:06.864 INFO:tasks.rados.rados.0.smithi055.stdout:60: finishing copy_from racing read to smithi055169533-23 2023-10-14T00:02:07.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:06 smithi055 ceph-mon[124249]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-10-14T00:02:07.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:06 smithi055 ceph-mon[124249]: Cluster is now healthy 2023-10-14T00:02:07.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:06 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/3455499044' entity='client.0' cmd=[{"prefix": "osd pool set", "pool": "unique_pool_0", "var": "write_fadvise_dontneed", "val": "false"}]: dispatch 2023-10-14T00:02:07.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:06 smithi055 ceph-mon[124249]: from='client.? ' entity='client.0' cmd=[{"prefix": "osd pool set", "pool": "unique_pool_0", "var": "write_fadvise_dontneed", "val": "false"}]: dispatch 2023-10-14T00:02:07.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:06 smithi055 ceph-mon[110989]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-10-14T00:02:07.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:06 smithi055 ceph-mon[110989]: Cluster is now healthy 2023-10-14T00:02:07.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:06 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/3455499044' entity='client.0' cmd=[{"prefix": "osd pool set", "pool": "unique_pool_0", "var": "write_fadvise_dontneed", "val": "false"}]: dispatch 2023-10-14T00:02:07.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:06 smithi055 ceph-mon[110989]: from='client.? ' entity='client.0' cmd=[{"prefix": "osd pool set", "pool": "unique_pool_0", "var": "write_fadvise_dontneed", "val": "false"}]: dispatch 2023-10-14T00:02:07.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:06 smithi082 ceph-mon[116307]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-10-14T00:02:07.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:06 smithi082 ceph-mon[116307]: Cluster is now healthy 2023-10-14T00:02:07.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:06 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/3455499044' entity='client.0' cmd=[{"prefix": "osd pool set", "pool": "unique_pool_0", "var": "write_fadvise_dontneed", "val": "false"}]: dispatch 2023-10-14T00:02:07.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:06 smithi082 ceph-mon[116307]: from='client.? ' entity='client.0' cmd=[{"prefix": "osd pool set", "pool": "unique_pool_0", "var": "write_fadvise_dontneed", "val": "false"}]: dispatch 2023-10-14T00:02:07.683 INFO:tasks.rados.rados.0.smithi055.stdout:55: done (5 left) 2023-10-14T00:02:07.683 INFO:tasks.rados.rados.0.smithi055.stdout:57: done (4 left) 2023-10-14T00:02:07.684 INFO:tasks.rados.rados.0.smithi055.stdout:58: done (3 left) 2023-10-14T00:02:07.684 INFO:tasks.rados.rados.0.smithi055.stdout:60: done (2 left) 2023-10-14T00:02:07.684 INFO:tasks.rados.rados.0.smithi055.stdout:62: done (1 left) 2023-10-14T00:02:07.684 INFO:tasks.rados.rados.0.smithi055.stdout:63: done (0 left) 2023-10-14T00:02:07.685 INFO:tasks.rados.rados.0.smithi055.stdout:64: copy_from oid 15 from oid 2 current snap is 1 2023-10-14T00:02:07.685 INFO:tasks.rados.rados.0.smithi055.stdout:65: read oid 30 snap -1 2023-10-14T00:02:07.685 INFO:tasks.rados.rados.0.smithi055.stdout:65: expect (ObjNum 29 snap 0 seq_num 29) 2023-10-14T00:02:07.685 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 23 current snap is 1 2023-10-14T00:02:07.685 INFO:tasks.rados.rados.0.smithi055.stdout:66: seq_num 53 ranges {794624=491520,1286144=401408} 2023-10-14T00:02:07.691 INFO:tasks.rados.rados.0.smithi055.stdout:66: writing smithi055169533-23 from 794624 to 1286144 tid 1 2023-10-14T00:02:07.696 INFO:tasks.rados.rados.0.smithi055.stdout:66: writing smithi055169533-23 from 1286144 to 1687552 tid 2 2023-10-14T00:02:07.696 INFO:tasks.rados.rados.0.smithi055.stdout:67: rollback oid 10 current snap is 1 2023-10-14T00:02:07.696 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 10 to 0 2023-10-14T00:02:07.696 INFO:tasks.rados.rados.0.smithi055.stdout:65: expect (ObjNum 29 snap 0 seq_num 29) 2023-10-14T00:02:07.711 INFO:tasks.rados.rados.0.smithi055.stdout:64: finishing copy_from to smithi055169533-15 2023-10-14T00:02:07.711 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 15 v 3 (ObjNum 1 snap 0 seq_num 1) dirty exists 2023-10-14T00:02:07.711 INFO:tasks.rados.rados.0.smithi055.stdout:64: finishing copy_from racing read to smithi055169533-15 2023-10-14T00:02:07.711 INFO:tasks.rados.rados.0.smithi055.stdout:64: done (3 left) 2023-10-14T00:02:07.712 INFO:tasks.rados.rados.0.smithi055.stdout:65: done (2 left) 2023-10-14T00:02:07.712 INFO:tasks.rados.rados.0.smithi055.stdout:68: setattr oid 20 current snap is 1 2023-10-14T00:02:07.712 INFO:tasks.rados.rados.0.smithi055.stdout:66: finishing write tid 1 to smithi055169533-23 2023-10-14T00:02:07.712 INFO:tasks.rados.rados.0.smithi055.stdout:66: finishing write tid 2 to smithi055169533-23 2023-10-14T00:02:07.713 INFO:tasks.rados.rados.0.smithi055.stdout:66: finishing write tid 3 to smithi055169533-23 2023-10-14T00:02:07.713 INFO:tasks.rados.rados.0.smithi055.stdout:67: finishing rollback tid 0 to smithi055169533-10 2023-10-14T00:02:07.713 INFO:tasks.rados.rados.0.smithi055.stdout:67: finishing rollback tid 1 to smithi055169533-10 2023-10-14T00:02:07.713 INFO:tasks.rados.rados.0.smithi055.stdout:66: finishing write tid 4 to smithi055169533-23 2023-10-14T00:02:07.713 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 23 v 11 (ObjNum 53 snap 1 seq_num 53) dirty exists 2023-10-14T00:02:07.714 INFO:tasks.rados.rados.0.smithi055.stdout:66: left oid 23 (ObjNum 53 snap 1 seq_num 53) 2023-10-14T00:02:07.714 INFO:tasks.rados.rados.0.smithi055.stdout:67: finishing rollback tid 2 to smithi055169533-10 2023-10-14T00:02:07.714 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 10 v 19 (ObjNum 9 snap 0 seq_num 9) dirty exists 2023-10-14T00:02:07.716 INFO:tasks.rados.rados.0.smithi055.stdout:66: done (2 left) 2023-10-14T00:02:07.716 INFO:tasks.rados.rados.0.smithi055.stdout:67: done (1 left) 2023-10-14T00:02:07.716 INFO:tasks.rados.rados.0.smithi055.stdout:69: copy_from oid 45 from oid 34 current snap is 1 2023-10-14T00:02:07.717 INFO:tasks.rados.rados.0.smithi055.stdout:70: read oid 24 snap 0 2023-10-14T00:02:07.717 INFO:tasks.rados.rados.0.smithi055.stdout:70: expect (ObjNum 23 snap 0 seq_num 23) 2023-10-14T00:02:07.717 INFO:tasks.rados.rados.0.smithi055.stdout:71: copy_from oid 36 from oid 28 current snap is 1 2023-10-14T00:02:07.717 INFO:tasks.rados.rados.0.smithi055.stdout:72: rollback oid 49 current snap is 1 2023-10-14T00:02:07.717 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 49 to 0 2023-10-14T00:02:07.718 INFO:tasks.rados.rados.0.smithi055.stdout:73: read oid 4 snap 0 2023-10-14T00:02:07.718 INFO:tasks.rados.rados.0.smithi055.stdout:73: expect (ObjNum 3 snap 0 seq_num 3) 2023-10-14T00:02:07.718 INFO:tasks.rados.rados.0.smithi055.stdout:74: rmattr oid 7 current snap is 1 2023-10-14T00:02:07.718 INFO:tasks.rados.rados.0.smithi055.stdout:74: done (6 left) 2023-10-14T00:02:07.718 INFO:tasks.rados.rados.0.smithi055.stdout:75: copy_from oid 21 from oid 12 current snap is 1 2023-10-14T00:02:07.718 INFO:tasks.rados.rados.0.smithi055.stdout:76: read oid 39 snap -1 2023-10-14T00:02:07.719 INFO:tasks.rados.rados.0.smithi055.stdout:76: expect (ObjNum 38 snap 0 seq_num 38) 2023-10-14T00:02:07.719 INFO:tasks.rados.rados.0.smithi055.stdout:77: copy_from oid 6 from oid 37 current snap is 1 2023-10-14T00:02:07.719 INFO:tasks.rados.rados.0.smithi055.stdout:78: read oid 2 snap -1 2023-10-14T00:02:07.719 INFO:tasks.rados.rados.0.smithi055.stdout:78: expect (ObjNum 1 snap 0 seq_num 1) 2023-10-14T00:02:07.719 INFO:tasks.rados.rados.0.smithi055.stdout:79: setattr oid 41 current snap is 1 2023-10-14T00:02:07.720 INFO:tasks.rados.rados.0.smithi055.stdout:80: snap_create 2023-10-14T00:02:07.720 INFO:tasks.rados.rados.0.smithi055.stdout:70: expect (ObjNum 23 snap 0 seq_num 23) 2023-10-14T00:02:07.730 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 20 v 8 (ObjNum 19 snap 0 seq_num 19) dirty exists 2023-10-14T00:02:07.730 INFO:tasks.rados.rados.0.smithi055.stdout:78: expect (ObjNum 1 snap 0 seq_num 1) 2023-10-14T00:02:07.731 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 41 v 11 (ObjNum 40 snap 0 seq_num 40) dirty exists 2023-10-14T00:02:07.731 INFO:tasks.rados.rados.0.smithi055.stdout:73: expect (ObjNum 3 snap 0 seq_num 3) 2023-10-14T00:02:07.733 INFO:tasks.rados.rados.0.smithi055.stdout:72: finishing rollback tid 0 to smithi055169533-49 2023-10-14T00:02:07.733 INFO:tasks.rados.rados.0.smithi055.stdout:72: finishing rollback tid 1 to smithi055169533-49 2023-10-14T00:02:07.733 INFO:tasks.rados.rados.0.smithi055.stdout:72: finishing rollback tid 2 to smithi055169533-49 2023-10-14T00:02:07.733 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 49 v 19 (ObjNum 48 snap 0 seq_num 48) dirty exists 2023-10-14T00:02:07.734 INFO:tasks.rados.rados.0.smithi055.stdout:75: finishing copy_from to smithi055169533-21 2023-10-14T00:02:07.734 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 21 v 2 (ObjNum 11 snap 0 seq_num 11) dirty exists 2023-10-14T00:02:07.734 INFO:tasks.rados.rados.0.smithi055.stdout:71: finishing copy_from to smithi055169533-36 2023-10-14T00:02:07.735 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 36 v 10 (ObjNum 27 snap 0 seq_num 27) dirty exists 2023-10-14T00:02:07.735 INFO:tasks.rados.rados.0.smithi055.stdout:75: finishing copy_from racing read to smithi055169533-21 2023-10-14T00:02:07.735 INFO:tasks.rados.rados.0.smithi055.stdout:71: finishing copy_from racing read to smithi055169533-36 2023-10-14T00:02:07.735 INFO:tasks.rados.rados.0.smithi055.stdout:77: finishing copy_from to smithi055169533-6 2023-10-14T00:02:07.735 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 6 v 8 (ObjNum 36 snap 0 seq_num 36) dirty exists 2023-10-14T00:02:07.736 INFO:tasks.rados.rados.0.smithi055.stdout:76: expect (ObjNum 38 snap 0 seq_num 38) 2023-10-14T00:02:07.749 INFO:tasks.rados.rados.0.smithi055.stdout:77: finishing copy_from racing read to smithi055169533-6 2023-10-14T00:02:07.749 INFO:tasks.rados.rados.0.smithi055.stdout:69: finishing copy_from to smithi055169533-45 2023-10-14T00:02:07.749 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 45 v 4 (ObjNum 33 snap 0 seq_num 33) dirty exists 2023-10-14T00:02:07.749 INFO:tasks.rados.rados.0.smithi055.stdout:69: finishing copy_from racing read to smithi055169533-45 2023-10-14T00:02:07.971 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:07 smithi055 ceph-mon[124249]: from='client.? ' entity='client.0' cmd='[{"prefix": "osd pool set", "pool": "unique_pool_0", "var": "write_fadvise_dontneed", "val": "false"}]': finished 2023-10-14T00:02:07.971 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:07 smithi055 ceph-mon[124249]: osdmap e72: 8 total, 8 up, 8 in 2023-10-14T00:02:07.971 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:07 smithi055 ceph-mon[124249]: pgmap v75: 121 pgs: 121 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:02:07.972 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:07 smithi055 ceph-mon[110989]: from='client.? ' entity='client.0' cmd='[{"prefix": "osd pool set", "pool": "unique_pool_0", "var": "write_fadvise_dontneed", "val": "false"}]': finished 2023-10-14T00:02:07.972 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:07 smithi055 ceph-mon[110989]: osdmap e72: 8 total, 8 up, 8 in 2023-10-14T00:02:07.972 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:07 smithi055 ceph-mon[110989]: pgmap v75: 121 pgs: 121 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:02:08.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:07 smithi082 ceph-mon[116307]: from='client.? ' entity='client.0' cmd='[{"prefix": "osd pool set", "pool": "unique_pool_0", "var": "write_fadvise_dontneed", "val": "false"}]': finished 2023-10-14T00:02:08.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:07 smithi082 ceph-mon[116307]: osdmap e72: 8 total, 8 up, 8 in 2023-10-14T00:02:08.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:07 smithi082 ceph-mon[116307]: pgmap v75: 121 pgs: 121 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:02:08.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:02:07 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:02:07] "GET /metrics HTTP/1.1" 200 238127 "" "Prometheus/2.43.0" 2023-10-14T00:02:08.702 INFO:tasks.rados.rados.0.smithi055.stdout:68: done (11 left) 2023-10-14T00:02:08.702 INFO:tasks.rados.rados.0.smithi055.stdout:69: done (10 left) 2023-10-14T00:02:08.702 INFO:tasks.rados.rados.0.smithi055.stdout:70: done (9 left) 2023-10-14T00:02:08.703 INFO:tasks.rados.rados.0.smithi055.stdout:71: done (8 left) 2023-10-14T00:02:08.703 INFO:tasks.rados.rados.0.smithi055.stdout:72: done (7 left) 2023-10-14T00:02:08.703 INFO:tasks.rados.rados.0.smithi055.stdout:73: done (6 left) 2023-10-14T00:02:08.703 INFO:tasks.rados.rados.0.smithi055.stdout:75: done (5 left) 2023-10-14T00:02:08.703 INFO:tasks.rados.rados.0.smithi055.stdout:76: done (4 left) 2023-10-14T00:02:08.704 INFO:tasks.rados.rados.0.smithi055.stdout:77: done (3 left) 2023-10-14T00:02:08.704 INFO:tasks.rados.rados.0.smithi055.stdout:78: done (2 left) 2023-10-14T00:02:08.704 INFO:tasks.rados.rados.0.smithi055.stdout:79: done (1 left) 2023-10-14T00:02:08.704 INFO:tasks.rados.rados.0.smithi055.stdout:80: done (0 left) 2023-10-14T00:02:08.704 INFO:tasks.rados.rados.0.smithi055.stdout:81: rollback oid 40 current snap is 2 2023-10-14T00:02:08.705 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 40 to 1 2023-10-14T00:02:08.705 INFO:tasks.rados.rados.0.smithi055.stdout:82: snap_create 2023-10-14T00:02:08.706 INFO:tasks.rados.rados.0.smithi055.stdout:81: finishing rollback tid 0 to smithi055169533-40 2023-10-14T00:02:08.708 INFO:tasks.rados.rados.0.smithi055.stdout:81: finishing rollback tid 1 to smithi055169533-40 2023-10-14T00:02:08.708 INFO:tasks.rados.rados.0.smithi055.stdout:81: finishing rollback tid 2 to smithi055169533-40 2023-10-14T00:02:08.708 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 40 v 13 (ObjNum 39 snap 0 seq_num 39) dirty exists 2023-10-14T00:02:09.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:08 smithi055 ceph-mon[124249]: osdmap e73: 8 total, 8 up, 8 in 2023-10-14T00:02:09.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:08 smithi055 ceph-mon[110989]: osdmap e73: 8 total, 8 up, 8 in 2023-10-14T00:02:09.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:08 smithi082 ceph-mon[116307]: osdmap e73: 8 total, 8 up, 8 in 2023-10-14T00:02:09.722 INFO:tasks.rados.rados.0.smithi055.stdout:81: done (1 left) 2023-10-14T00:02:09.723 INFO:tasks.rados.rados.0.smithi055.stdout:82: done (0 left) 2023-10-14T00:02:09.723 INFO:tasks.rados.rados.0.smithi055.stdout:83: rollback oid 9 current snap is 3 2023-10-14T00:02:09.723 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 9 to 0 2023-10-14T00:02:09.723 INFO:tasks.rados.rados.0.smithi055.stdout:84: read oid 20 snap 1 2023-10-14T00:02:09.724 INFO:tasks.rados.rados.0.smithi055.stdout:84: expect (ObjNum 19 snap 0 seq_num 19) 2023-10-14T00:02:09.724 INFO:tasks.rados.rados.0.smithi055.stdout:85: read oid 25 snap -1 2023-10-14T00:02:09.724 INFO:tasks.rados.rados.0.smithi055.stdout:85: expect (ObjNum 24 snap 0 seq_num 24) 2023-10-14T00:02:09.724 INFO:tasks.rados.rados.0.smithi055.stdout:86: copy_from oid 34 from oid 28 current snap is 3 2023-10-14T00:02:09.725 INFO:tasks.rados.rados.0.smithi055.stdout:87: setattr oid 48 current snap is 3 2023-10-14T00:02:09.725 INFO:tasks.rados.rados.0.smithi055.stdout:88: snap_remove snap 2 2023-10-14T00:02:10.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:09 smithi055 ceph-mon[124249]: osdmap e74: 8 total, 8 up, 8 in 2023-10-14T00:02:10.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:09 smithi055 ceph-mon[124249]: pgmap v78: 121 pgs: 121 active+clean; 25 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 MiB/s rd, 5.5 MiB/s wr, 67 op/s 2023-10-14T00:02:10.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:09 smithi055 ceph-mon[110989]: osdmap e74: 8 total, 8 up, 8 in 2023-10-14T00:02:10.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:09 smithi055 ceph-mon[110989]: pgmap v78: 121 pgs: 121 active+clean; 25 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 MiB/s rd, 5.5 MiB/s wr, 67 op/s 2023-10-14T00:02:10.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:09 smithi082 ceph-mon[116307]: osdmap e74: 8 total, 8 up, 8 in 2023-10-14T00:02:10.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:09 smithi082 ceph-mon[116307]: pgmap v78: 121 pgs: 121 active+clean; 25 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 MiB/s rd, 5.5 MiB/s wr, 67 op/s 2023-10-14T00:02:10.737 INFO:tasks.rados.rados.0.smithi055.stdout:88: done (5 left) 2023-10-14T00:02:10.737 INFO:tasks.rados.rados.0.smithi055.stdout:89: read oid 38 snap 1 2023-10-14T00:02:10.737 INFO:tasks.rados.rados.0.smithi055.stdout:89: expect (ObjNum 37 snap 0 seq_num 37) 2023-10-14T00:02:10.748 INFO:tasks.rados.rados.0.smithi055.stdout:90: read oid 18 snap -1 2023-10-14T00:02:10.748 INFO:tasks.rados.rados.0.smithi055.stdout:90: expect (ObjNum 17 snap 0 seq_num 17) 2023-10-14T00:02:10.748 INFO:tasks.rados.rados.0.smithi055.stdout:91: copy_from oid 2 from oid 29 current snap is 3 2023-10-14T00:02:10.748 INFO:tasks.rados.rados.0.smithi055.stdout:92: rmattr oid 43 current snap is 3 2023-10-14T00:02:10.749 INFO:tasks.rados.rados.0.smithi055.stdout:92: done (8 left) 2023-10-14T00:02:10.749 INFO:tasks.rados.rados.0.smithi055.stdout:93: delete oid 14 current snap is 3 2023-10-14T00:02:10.749 INFO:tasks.rados.rados.0.smithi055.stdout:84: expect (ObjNum 19 snap 0 seq_num 19) 2023-10-14T00:02:10.753 INFO:tasks.rados.rados.0.smithi055.stdout:83: finishing rollback tid 0 to smithi055169533-9 2023-10-14T00:02:10.753 INFO:tasks.rados.rados.0.smithi055.stdout:83: finishing rollback tid 1 to smithi055169533-9 2023-10-14T00:02:10.754 INFO:tasks.rados.rados.0.smithi055.stdout:84: done (8 left) 2023-10-14T00:02:10.754 INFO:tasks.rados.rados.0.smithi055.stdout:93: done (7 left) 2023-10-14T00:02:10.754 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 10 current snap is 3 2023-10-14T00:02:10.754 INFO:tasks.rados.rados.0.smithi055.stdout:94: seq_num 55 ranges {155648=524288,679936=401408} 2023-10-14T00:02:10.758 INFO:tasks.rados.rados.0.smithi055.stdout:94: writing smithi055169533-10 from 155648 to 679936 tid 1 2023-10-14T00:02:10.762 INFO:tasks.rados.rados.0.smithi055.stdout:94: writing smithi055169533-10 from 679936 to 1081344 tid 2 2023-10-14T00:02:10.762 INFO:tasks.rados.rados.0.smithi055.stdout:95: read oid 32 snap 0 2023-10-14T00:02:10.762 INFO:tasks.rados.rados.0.smithi055.stdout:95: expect (ObjNum 31 snap 0 seq_num 31) 2023-10-14T00:02:10.762 INFO:tasks.rados.rados.0.smithi055.stdout:96: rmattr oid 50 current snap is 3 2023-10-14T00:02:10.762 INFO:tasks.rados.rados.0.smithi055.stdout:96: done (9 left) 2023-10-14T00:02:10.763 INFO:tasks.rados.rados.0.smithi055.stdout:97: read oid 12 snap 0 2023-10-14T00:02:10.763 INFO:tasks.rados.rados.0.smithi055.stdout:97: expect (ObjNum 11 snap 0 seq_num 11) 2023-10-14T00:02:10.763 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 5 current snap is 3 2023-10-14T00:02:10.763 INFO:tasks.rados.rados.0.smithi055.stdout:98: seq_num 56 ranges {0=540672,540672=401408} 2023-10-14T00:02:10.766 INFO:tasks.rados.rados.0.smithi055.stdout:98: writing smithi055169533-5 from 0 to 540672 tid 1 2023-10-14T00:02:10.769 INFO:tasks.rados.rados.0.smithi055.stdout:98: writing smithi055169533-5 from 540672 to 942080 tid 2 2023-10-14T00:02:10.770 INFO:tasks.rados.rados.0.smithi055.stdout:99: copy_from oid 4 from oid 14 current snap is 3 2023-10-14T00:02:10.770 INFO:tasks.rados.rados.0.smithi055.stdout:85: expect (ObjNum 24 snap 0 seq_num 24) 2023-10-14T00:02:10.781 INFO:tasks.rados.rados.0.smithi055.stdout:83: finishing rollback tid 2 to smithi055169533-9 2023-10-14T00:02:10.781 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 9 v 11 (ObjNum 8 snap 0 seq_num 8) dirty exists 2023-10-14T00:02:10.781 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 48 v 8 (ObjNum 47 snap 0 seq_num 47) dirty exists 2023-10-14T00:02:10.781 INFO:tasks.rados.rados.0.smithi055.stdout:86: finishing copy_from to smithi055169533-34 2023-10-14T00:02:10.782 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 34 v 10 (ObjNum 27 snap 0 seq_num 27) dirty exists 2023-10-14T00:02:10.782 INFO:tasks.rados.rados.0.smithi055.stdout:86: finishing copy_from racing read to smithi055169533-34 2023-10-14T00:02:10.782 INFO:tasks.rados.rados.0.smithi055.stdout:83: done (11 left) 2023-10-14T00:02:10.782 INFO:tasks.rados.rados.0.smithi055.stdout:85: done (10 left) 2023-10-14T00:02:10.782 INFO:tasks.rados.rados.0.smithi055.stdout:86: done (9 left) 2023-10-14T00:02:10.783 INFO:tasks.rados.rados.0.smithi055.stdout:87: done (8 left) 2023-10-14T00:02:10.783 INFO:tasks.rados.rados.0.smithi055.stdout:100: copy_from oid 33 from oid 3 current snap is 3 2023-10-14T00:02:10.783 INFO:tasks.rados.rados.0.smithi055.stdout:90: expect (ObjNum 17 snap 0 seq_num 17) 2023-10-14T00:02:10.790 INFO:tasks.rados.rados.0.smithi055.stdout:91: finishing copy_from to smithi055169533-2 2023-10-14T00:02:10.790 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 2 v 4 (ObjNum 46 snap 0 seq_num 46) dirty exists 2023-10-14T00:02:10.790 INFO:tasks.rados.rados.0.smithi055.stdout:89: expect (ObjNum 37 snap 0 seq_num 37) 2023-10-14T00:02:10.807 INFO:tasks.rados.rados.0.smithi055.stdout:91: finishing copy_from racing read to smithi055169533-2 2023-10-14T00:02:10.808 INFO:tasks.rados.rados.0.smithi055.stdout:94: finishing write tid 1 to smithi055169533-10 2023-10-14T00:02:10.808 INFO:tasks.rados.rados.0.smithi055.stdout:89: done (8 left) 2023-10-14T00:02:10.808 INFO:tasks.rados.rados.0.smithi055.stdout:90: done (7 left) 2023-10-14T00:02:10.809 INFO:tasks.rados.rados.0.smithi055.stdout:91: done (6 left) 2023-10-14T00:02:10.810 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 22 current snap is 3 2023-10-14T00:02:10.810 INFO:tasks.rados.rados.0.smithi055.stdout:94: finishing write tid 2 to smithi055169533-10 2023-10-14T00:02:10.810 INFO:tasks.rados.rados.0.smithi055.stdout:101: seq_num 57 ranges {360448=557056,917504=401408} 2023-10-14T00:02:10.813 INFO:tasks.rados.rados.0.smithi055.stdout:101: writing smithi055169533-22 from 360448 to 917504 tid 1 2023-10-14T00:02:10.816 INFO:tasks.rados.rados.0.smithi055.stdout:101: writing smithi055169533-22 from 917504 to 1318912 tid 2 2023-10-14T00:02:10.816 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 20 current snap is 3 2023-10-14T00:02:10.817 INFO:tasks.rados.rados.0.smithi055.stdout:94: finishing write tid 3 to smithi055169533-10 2023-10-14T00:02:10.817 INFO:tasks.rados.rados.0.smithi055.stdout:94: finishing write tid 4 to smithi055169533-10 2023-10-14T00:02:10.817 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 10 v 23 (ObjNum 55 snap 3 seq_num 55) dirty exists 2023-10-14T00:02:10.818 INFO:tasks.rados.rados.0.smithi055.stdout:94: left oid 10 (ObjNum 55 snap 3 seq_num 55) 2023-10-14T00:02:10.818 INFO:tasks.rados.rados.0.smithi055.stdout:95: expect (ObjNum 31 snap 0 seq_num 31) 2023-10-14T00:02:10.830 INFO:tasks.rados.rados.0.smithi055.stdout:97: expect (ObjNum 11 snap 0 seq_num 11) 2023-10-14T00:02:10.835 INFO:tasks.rados.rados.0.smithi055.stdout:98: finishing write tid 1 to smithi055169533-5 2023-10-14T00:02:10.835 INFO:tasks.rados.rados.0.smithi055.stdout:99: finishing copy_from to smithi055169533-4 2023-10-14T00:02:10.835 INFO:tasks.rados.rados.0.smithi055.stdout:99: got expected ENOENT (src dne) 2023-10-14T00:02:10.836 INFO:tasks.rados.rados.0.smithi055.stdout:99: finishing copy_from racing read to smithi055169533-4 2023-10-14T00:02:10.836 INFO:tasks.rados.rados.0.smithi055.stdout:98: finishing write tid 2 to smithi055169533-5 2023-10-14T00:02:10.836 INFO:tasks.rados.rados.0.smithi055.stdout:98: finishing write tid 3 to smithi055169533-5 2023-10-14T00:02:10.836 INFO:tasks.rados.rados.0.smithi055.stdout:98: finishing write tid 4 to smithi055169533-5 2023-10-14T00:02:10.836 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 5 v 14 (ObjNum 56 snap 3 seq_num 56) dirty exists 2023-10-14T00:02:10.837 INFO:tasks.rados.rados.0.smithi055.stdout:98: left oid 5 (ObjNum 56 snap 3 seq_num 56) 2023-10-14T00:02:10.837 INFO:tasks.rados.rados.0.smithi055.stdout:102: seq_num 58 ranges {319488=573440,892928=401408} 2023-10-14T00:02:10.841 INFO:tasks.rados.rados.0.smithi055.stdout:102: writing smithi055169533-20 from 319488 to 892928 tid 1 2023-10-14T00:02:10.845 INFO:tasks.rados.rados.0.smithi055.stdout:102: writing smithi055169533-20 from 892928 to 1294336 tid 2 2023-10-14T00:02:10.846 INFO:tasks.rados.rados.0.smithi055.stdout:94: done (7 left) 2023-10-14T00:02:10.846 INFO:tasks.rados.rados.0.smithi055.stdout:95: done (6 left) 2023-10-14T00:02:10.846 INFO:tasks.rados.rados.0.smithi055.stdout:97: done (5 left) 2023-10-14T00:02:10.846 INFO:tasks.rados.rados.0.smithi055.stdout:98: done (4 left) 2023-10-14T00:02:10.846 INFO:tasks.rados.rados.0.smithi055.stdout:99: done (3 left) 2023-10-14T00:02:10.847 INFO:tasks.rados.rados.0.smithi055.stdout:103: rollback oid 23 current snap is 3 2023-10-14T00:02:10.847 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 23 to 0 2023-10-14T00:02:10.847 INFO:tasks.rados.rados.0.smithi055.stdout:100: finishing copy_from to smithi055169533-33 2023-10-14T00:02:10.847 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 33 v 3 (ObjNum 2 snap 0 seq_num 2) dirty exists 2023-10-14T00:02:10.847 INFO:tasks.rados.rados.0.smithi055.stdout:104: delete oid 17 current snap is 3 2023-10-14T00:02:10.848 INFO:tasks.rados.rados.0.smithi055.stdout:100: finishing copy_from racing read to smithi055169533-33 2023-10-14T00:02:10.848 INFO:tasks.rados.rados.0.smithi055.stdout:101: finishing write tid 1 to smithi055169533-22 2023-10-14T00:02:10.848 INFO:tasks.rados.rados.0.smithi055.stdout:101: finishing write tid 2 to smithi055169533-22 2023-10-14T00:02:10.849 INFO:tasks.rados.rados.0.smithi055.stdout:101: finishing write tid 3 to smithi055169533-22 2023-10-14T00:02:10.849 INFO:tasks.rados.rados.0.smithi055.stdout:101: finishing write tid 4 to smithi055169533-22 2023-10-14T00:02:10.849 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 22 v 27 (ObjNum 57 snap 3 seq_num 57) dirty exists 2023-10-14T00:02:10.849 INFO:tasks.rados.rados.0.smithi055.stdout:101: left oid 22 (ObjNum 57 snap 3 seq_num 57) 2023-10-14T00:02:10.849 INFO:tasks.rados.rados.0.smithi055.stdout:102: finishing write tid 1 to smithi055169533-20 2023-10-14T00:02:10.851 INFO:tasks.rados.rados.0.smithi055.stdout:100: done (4 left) 2023-10-14T00:02:10.851 INFO:tasks.rados.rados.0.smithi055.stdout:101: done (3 left) 2023-10-14T00:02:10.852 INFO:tasks.rados.rados.0.smithi055.stdout:104: done (2 left) 2023-10-14T00:02:10.852 INFO:tasks.rados.rados.0.smithi055.stdout:105: read oid 45 snap -1 2023-10-14T00:02:10.852 INFO:tasks.rados.rados.0.smithi055.stdout:105: expect (ObjNum 33 snap 0 seq_num 33) 2023-10-14T00:02:10.852 INFO:tasks.rados.rados.0.smithi055.stdout:106: rollback oid 4 current snap is 3 2023-10-14T00:02:10.852 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 4 to 0 2023-10-14T00:02:10.853 INFO:tasks.rados.rados.0.smithi055.stdout:107: delete oid 16 current snap is 3 2023-10-14T00:02:10.853 INFO:tasks.rados.rados.0.smithi055.stdout:102: finishing write tid 2 to smithi055169533-20 2023-10-14T00:02:10.853 INFO:tasks.rados.rados.0.smithi055.stdout:102: finishing write tid 3 to smithi055169533-20 2023-10-14T00:02:10.853 INFO:tasks.rados.rados.0.smithi055.stdout:103: finishing rollback tid 0 to smithi055169533-23 2023-10-14T00:02:10.853 INFO:tasks.rados.rados.0.smithi055.stdout:103: finishing rollback tid 1 to smithi055169533-23 2023-10-14T00:02:10.854 INFO:tasks.rados.rados.0.smithi055.stdout:103: finishing rollback tid 2 to smithi055169533-23 2023-10-14T00:02:10.854 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 23 v 19 (ObjNum 47 snap 0 seq_num 47) dirty exists 2023-10-14T00:02:10.854 INFO:tasks.rados.rados.0.smithi055.stdout:102: finishing write tid 4 to smithi055169533-20 2023-10-14T00:02:10.854 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 20 v 12 (ObjNum 58 snap 3 seq_num 58) dirty exists 2023-10-14T00:02:10.854 INFO:tasks.rados.rados.0.smithi055.stdout:102: left oid 20 (ObjNum 58 snap 3 seq_num 58) 2023-10-14T00:02:10.855 INFO:tasks.rados.rados.0.smithi055.stdout:106: finishing rollback tid 0 to smithi055169533-4 2023-10-14T00:02:10.855 INFO:tasks.rados.rados.0.smithi055.stdout:106: finishing rollback tid 1 to smithi055169533-4 2023-10-14T00:02:10.855 INFO:tasks.rados.rados.0.smithi055.stdout:106: finishing rollback tid 2 to smithi055169533-4 2023-10-14T00:02:10.855 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 4 v 23 (ObjNum 3 snap 0 seq_num 3) dirty exists 2023-10-14T00:02:10.855 INFO:tasks.rados.rados.0.smithi055.stdout:102: done (4 left) 2023-10-14T00:02:10.856 INFO:tasks.rados.rados.0.smithi055.stdout:103: done (3 left) 2023-10-14T00:02:10.856 INFO:tasks.rados.rados.0.smithi055.stdout:106: done (2 left) 2023-10-14T00:02:10.856 INFO:tasks.rados.rados.0.smithi055.stdout:107: done (1 left) 2023-10-14T00:02:10.856 INFO:tasks.rados.rados.0.smithi055.stdout:108: read oid 9 snap 1 2023-10-14T00:02:10.856 INFO:tasks.rados.rados.0.smithi055.stdout:108: expect (ObjNum 8 snap 0 seq_num 8) 2023-10-14T00:02:10.857 INFO:tasks.rados.rados.0.smithi055.stdout:109: rollback oid 14 current snap is 3 2023-10-14T00:02:10.857 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 14 to 0 2023-10-14T00:02:10.857 INFO:tasks.rados.rados.0.smithi055.stdout:110: delete oid 13 current snap is 3 2023-10-14T00:02:10.857 INFO:tasks.rados.rados.0.smithi055.stdout:105: expect (ObjNum 33 snap 0 seq_num 33) 2023-10-14T00:02:10.867 INFO:tasks.rados.rados.0.smithi055.stdout:109: finishing rollback tid 1 to smithi055169533-14 2023-10-14T00:02:10.868 INFO:tasks.rados.rados.0.smithi055.stdout:108: expect (ObjNum 8 snap 0 seq_num 8) 2023-10-14T00:02:10.871 INFO:tasks.rados.rados.0.smithi055.stdout:109: finishing rollback tid 2 to smithi055169533-14 2023-10-14T00:02:10.871 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 14 v 17 (ObjNum 50 snap 0 seq_num 50) dirty exists 2023-10-14T00:02:10.872 INFO:tasks.rados.rados.0.smithi055.stdout:105: done (3 left) 2023-10-14T00:02:10.872 INFO:tasks.rados.rados.0.smithi055.stdout:108: done (2 left) 2023-10-14T00:02:10.872 INFO:tasks.rados.rados.0.smithi055.stdout:109: done (1 left) 2023-10-14T00:02:10.872 INFO:tasks.rados.rados.0.smithi055.stdout:110: done (0 left) 2023-10-14T00:02:10.872 INFO:tasks.rados.rados.0.smithi055.stdout:111: setattr oid 35 current snap is 3 2023-10-14T00:02:10.873 INFO:tasks.rados.rados.0.smithi055.stdout:112: snap_create 2023-10-14T00:02:10.875 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 35 v 31 (ObjNum 34 snap 0 seq_num 34) dirty exists 2023-10-14T00:02:11.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:10 smithi055 ceph-mon[124249]: osdmap e75: 8 total, 8 up, 8 in 2023-10-14T00:02:11.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:10 smithi055 ceph-mon[110989]: osdmap e75: 8 total, 8 up, 8 in 2023-10-14T00:02:11.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:10 smithi082 ceph-mon[116307]: osdmap e75: 8 total, 8 up, 8 in 2023-10-14T00:02:11.742 INFO:tasks.rados.rados.0.smithi055.stdout:111: done (1 left) 2023-10-14T00:02:11.743 INFO:tasks.rados.rados.0.smithi055.stdout:112: done (0 left) 2023-10-14T00:02:11.743 INFO:tasks.rados.rados.0.smithi055.stdout:113: copy_from oid 25 from oid 6 current snap is 4 2023-10-14T00:02:11.743 INFO:tasks.rados.rados.0.smithi055.stdout:114: setattr oid 23 current snap is 4 2023-10-14T00:02:11.747 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 15 current snap is 4 2023-10-14T00:02:11.748 INFO:tasks.rados.rados.0.smithi055.stdout:115: seq_num 62 ranges {24576=647168,671744=401408} 2023-10-14T00:02:11.748 INFO:tasks.rados.rados.0.smithi055.stdout:115: writing smithi055169533-15 from 24576 to 671744 tid 1 2023-10-14T00:02:11.751 INFO:tasks.rados.rados.0.smithi055.stdout:115: writing smithi055169533-15 from 671744 to 1073152 tid 2 2023-10-14T00:02:11.752 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 20 current snap is 4 2023-10-14T00:02:11.752 INFO:tasks.rados.rados.0.smithi055.stdout:116: seq_num 63 ranges {1294336=663552,1957888=401408} 2023-10-14T00:02:11.763 INFO:tasks.rados.rados.0.smithi055.stdout:116: writing smithi055169533-20 from 1294336 to 1957888 tid 1 2023-10-14T00:02:11.766 INFO:tasks.rados.rados.0.smithi055.stdout:116: writing smithi055169533-20 from 1957888 to 2359296 tid 2 2023-10-14T00:02:11.766 INFO:tasks.rados.rados.0.smithi055.stdout:117: rollback oid 31 current snap is 4 2023-10-14T00:02:11.766 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 31 to 1 2023-10-14T00:02:11.767 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 23 v 21 (ObjNum 47 snap 0 seq_num 47) dirty exists 2023-10-14T00:02:11.767 INFO:tasks.rados.rados.0.smithi055.stdout:113: finishing copy_from to smithi055169533-25 2023-10-14T00:02:11.767 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 25 v 8 (ObjNum 36 snap 0 seq_num 36) dirty exists 2023-10-14T00:02:11.767 INFO:tasks.rados.rados.0.smithi055.stdout:113: finishing copy_from racing read to smithi055169533-25 2023-10-14T00:02:11.767 INFO:tasks.rados.rados.0.smithi055.stdout:115: finishing write tid 1 to smithi055169533-15 2023-10-14T00:02:11.768 INFO:tasks.rados.rados.0.smithi055.stdout:115: finishing write tid 2 to smithi055169533-15 2023-10-14T00:02:11.768 INFO:tasks.rados.rados.0.smithi055.stdout:115: finishing write tid 3 to smithi055169533-15 2023-10-14T00:02:11.768 INFO:tasks.rados.rados.0.smithi055.stdout:115: finishing write tid 4 to smithi055169533-15 2023-10-14T00:02:11.768 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 15 v 27 (ObjNum 62 snap 4 seq_num 62) dirty exists 2023-10-14T00:02:11.768 INFO:tasks.rados.rados.0.smithi055.stdout:115: left oid 15 (ObjNum 62 snap 4 seq_num 62) 2023-10-14T00:02:11.769 INFO:tasks.rados.rados.0.smithi055.stdout:113: done (4 left) 2023-10-14T00:02:11.769 INFO:tasks.rados.rados.0.smithi055.stdout:114: done (3 left) 2023-10-14T00:02:11.769 INFO:tasks.rados.rados.0.smithi055.stdout:115: done (2 left) 2023-10-14T00:02:11.769 INFO:tasks.rados.rados.0.smithi055.stdout:118: read oid 26 snap -1 2023-10-14T00:02:11.769 INFO:tasks.rados.rados.0.smithi055.stdout:118: expect (ObjNum 25 snap 0 seq_num 25) 2023-10-14T00:02:11.770 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 2 current snap is 4 2023-10-14T00:02:11.770 INFO:tasks.rados.rados.0.smithi055.stdout:119: seq_num 64 ranges {778240=679936,1458176=401408} 2023-10-14T00:02:11.774 INFO:tasks.rados.rados.0.smithi055.stdout:119: writing smithi055169533-2 from 778240 to 1458176 tid 1 2023-10-14T00:02:11.776 INFO:tasks.rados.rados.0.smithi055.stdout:119: writing smithi055169533-2 from 1458176 to 1859584 tid 2 2023-10-14T00:02:11.777 INFO:tasks.rados.rados.0.smithi055.stdout:120: snap_create 2023-10-14T00:02:11.777 INFO:tasks.rados.rados.0.smithi055.stdout:116: finishing write tid 1 to smithi055169533-20 2023-10-14T00:02:11.777 INFO:tasks.rados.rados.0.smithi055.stdout:116: finishing write tid 2 to smithi055169533-20 2023-10-14T00:02:11.777 INFO:tasks.rados.rados.0.smithi055.stdout:116: finishing write tid 3 to smithi055169533-20 2023-10-14T00:02:11.778 INFO:tasks.rados.rados.0.smithi055.stdout:117: finishing rollback tid 0 to smithi055169533-31 2023-10-14T00:02:11.778 INFO:tasks.rados.rados.0.smithi055.stdout:118: expect (ObjNum 25 snap 0 seq_num 25) 2023-10-14T00:02:11.789 INFO:tasks.rados.rados.0.smithi055.stdout:116: finishing write tid 4 to smithi055169533-20 2023-10-14T00:02:11.789 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 20 v 16 (ObjNum 63 snap 4 seq_num 63) dirty exists 2023-10-14T00:02:11.789 INFO:tasks.rados.rados.0.smithi055.stdout:116: left oid 20 (ObjNum 63 snap 4 seq_num 63) 2023-10-14T00:02:11.790 INFO:tasks.rados.rados.0.smithi055.stdout:117: finishing rollback tid 1 to smithi055169533-31 2023-10-14T00:02:11.790 INFO:tasks.rados.rados.0.smithi055.stdout:117: finishing rollback tid 2 to smithi055169533-31 2023-10-14T00:02:11.790 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 31 v 18 (ObjNum 30 snap 0 seq_num 30) dirty exists 2023-10-14T00:02:11.790 INFO:tasks.rados.rados.0.smithi055.stdout:119: finishing write tid 1 to smithi055169533-2 2023-10-14T00:02:11.790 INFO:tasks.rados.rados.0.smithi055.stdout:119: finishing write tid 2 to smithi055169533-2 2023-10-14T00:02:11.791 INFO:tasks.rados.rados.0.smithi055.stdout:119: finishing write tid 3 to smithi055169533-2 2023-10-14T00:02:11.791 INFO:tasks.rados.rados.0.smithi055.stdout:119: finishing write tid 4 to smithi055169533-2 2023-10-14T00:02:11.791 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 2 v 22 (ObjNum 64 snap 4 seq_num 64) dirty exists 2023-10-14T00:02:11.791 INFO:tasks.rados.rados.0.smithi055.stdout:119: left oid 2 (ObjNum 64 snap 4 seq_num 64) 2023-10-14T00:02:12.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:11 smithi055 ceph-mon[124249]: osdmap e76: 8 total, 8 up, 8 in 2023-10-14T00:02:12.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:11 smithi055 ceph-mon[124249]: pgmap v81: 121 pgs: 121 active+clean; 25 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 MiB/s rd, 6.3 MiB/s wr, 76 op/s 2023-10-14T00:02:12.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:11 smithi055 ceph-mon[110989]: osdmap e76: 8 total, 8 up, 8 in 2023-10-14T00:02:12.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:11 smithi055 ceph-mon[110989]: pgmap v81: 121 pgs: 121 active+clean; 25 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 MiB/s rd, 6.3 MiB/s wr, 76 op/s 2023-10-14T00:02:12.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:11 smithi082 ceph-mon[116307]: osdmap e76: 8 total, 8 up, 8 in 2023-10-14T00:02:12.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:11 smithi082 ceph-mon[116307]: pgmap v81: 121 pgs: 121 active+clean; 25 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 MiB/s rd, 6.3 MiB/s wr, 76 op/s 2023-10-14T00:02:12.743 INFO:tasks.rados.rados.0.smithi055.stdout:116: done (4 left) 2023-10-14T00:02:12.744 INFO:tasks.rados.rados.0.smithi055.stdout:117: done (3 left) 2023-10-14T00:02:12.744 INFO:tasks.rados.rados.0.smithi055.stdout:118: done (2 left) 2023-10-14T00:02:12.744 INFO:tasks.rados.rados.0.smithi055.stdout:119: done (1 left) 2023-10-14T00:02:12.744 INFO:tasks.rados.rados.0.smithi055.stdout:120: done (0 left) 2023-10-14T00:02:12.745 INFO:tasks.rados.rados.0.smithi055.stdout:121: read oid 48 snap 1 2023-10-14T00:02:12.745 INFO:tasks.rados.rados.0.smithi055.stdout:121: expect (ObjNum 47 snap 0 seq_num 47) 2023-10-14T00:02:12.745 INFO:tasks.rados.rados.0.smithi055.stdout:122: read oid 49 snap 0 2023-10-14T00:02:12.745 INFO:tasks.rados.rados.0.smithi055.stdout:122: expect (ObjNum 48 snap 0 seq_num 48) 2023-10-14T00:02:12.745 INFO:tasks.rados.rados.0.smithi055.stdout:123: delete oid 44 current snap is 5 2023-10-14T00:02:12.753 INFO:tasks.rados.rados.0.smithi055.stdout:123: done (2 left) 2023-10-14T00:02:12.754 INFO:tasks.rados.rados.0.smithi055.stdout:124: rollback oid 23 current snap is 5 2023-10-14T00:02:12.754 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 23 to 3 2023-10-14T00:02:12.754 INFO:tasks.rados.rados.0.smithi055.stdout:125: read oid 30 snap -1 2023-10-14T00:02:12.754 INFO:tasks.rados.rados.0.smithi055.stdout:125: expect (ObjNum 29 snap 0 seq_num 29) 2023-10-14T00:02:12.755 INFO:tasks.rados.rados.0.smithi055.stdout:126: setattr oid 35 current snap is 5 2023-10-14T00:02:12.755 INFO:tasks.rados.rados.0.smithi055.stdout:127: delete oid 25 current snap is 5 2023-10-14T00:02:12.763 INFO:tasks.rados.rados.0.smithi055.stdout:121: expect (ObjNum 47 snap 0 seq_num 47) 2023-10-14T00:02:12.780 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 35 v 33 (ObjNum 34 snap 0 seq_num 34) dirty exists 2023-10-14T00:02:12.781 INFO:tasks.rados.rados.0.smithi055.stdout:122: expect (ObjNum 48 snap 0 seq_num 48) 2023-10-14T00:02:12.802 INFO:tasks.rados.rados.0.smithi055.stdout:124: finishing rollback tid 0 to smithi055169533-23 2023-10-14T00:02:12.802 INFO:tasks.rados.rados.0.smithi055.stdout:124: finishing rollback tid 1 to smithi055169533-23 2023-10-14T00:02:12.802 INFO:tasks.rados.rados.0.smithi055.stdout:124: finishing rollback tid 2 to smithi055169533-23 2023-10-14T00:02:12.805 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 23 v 25 (ObjNum 47 snap 0 seq_num 47) dirty exists 2023-10-14T00:02:12.805 INFO:tasks.rados.rados.0.smithi055.stdout:121: done (5 left) 2023-10-14T00:02:12.806 INFO:tasks.rados.rados.0.smithi055.stdout:122: done (4 left) 2023-10-14T00:02:12.806 INFO:tasks.rados.rados.0.smithi055.stdout:124: done (3 left) 2023-10-14T00:02:12.806 INFO:tasks.rados.rados.0.smithi055.stdout:126: done (2 left) 2023-10-14T00:02:12.806 INFO:tasks.rados.rados.0.smithi055.stdout:127: done (1 left) 2023-10-14T00:02:12.807 INFO:tasks.rados.rados.0.smithi055.stdout:128: snap_remove snap 3 2023-10-14T00:02:13.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:12 smithi055 ceph-mon[124249]: osdmap e77: 8 total, 8 up, 8 in 2023-10-14T00:02:13.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:12 smithi055 ceph-mon[110989]: osdmap e77: 8 total, 8 up, 8 in 2023-10-14T00:02:13.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:12 smithi082 ceph-mon[116307]: osdmap e77: 8 total, 8 up, 8 in 2023-10-14T00:02:13.763 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:02:13 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:02:13] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.43.0" 2023-10-14T00:02:13.780 INFO:tasks.rados.rados.0.smithi055.stdout:128: done (1 left) 2023-10-14T00:02:13.781 INFO:tasks.rados.rados.0.smithi055.stdout:129: setattr oid 17 current snap is 5 2023-10-14T00:02:13.781 INFO:tasks.rados.rados.0.smithi055.stdout:130: snap_remove snap 1 2023-10-14T00:02:14.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:13 smithi082 ceph-mon[116307]: osdmap e78: 8 total, 8 up, 8 in 2023-10-14T00:02:14.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:13 smithi082 ceph-mon[116307]: pgmap v84: 121 pgs: 121 active+clean; 25 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:02:14.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:13 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:02:14.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:13 smithi055 ceph-mon[110989]: osdmap e78: 8 total, 8 up, 8 in 2023-10-14T00:02:14.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:13 smithi055 ceph-mon[110989]: pgmap v84: 121 pgs: 121 active+clean; 25 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:02:14.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:13 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:02:14.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:13 smithi055 ceph-mon[124249]: osdmap e78: 8 total, 8 up, 8 in 2023-10-14T00:02:14.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:13 smithi055 ceph-mon[124249]: pgmap v84: 121 pgs: 121 active+clean; 25 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:02:14.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:13 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:02:14.808 INFO:tasks.rados.rados.0.smithi055.stdout:130: done (2 left) 2023-10-14T00:02:14.808 INFO:tasks.rados.rados.0.smithi055.stdout:131: delete oid 5 current snap is 5 2023-10-14T00:02:14.808 INFO:tasks.rados.rados.0.smithi055.stdout:125: expect (ObjNum 29 snap 0 seq_num 29) 2023-10-14T00:02:14.820 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 17 v 36 (ObjNum 33 snap 0 seq_num 44158000) dirty exists 2023-10-14T00:02:14.821 INFO:tasks.rados.rados.0.smithi055.stdout:125: done (2 left) 2023-10-14T00:02:14.821 INFO:tasks.rados.rados.0.smithi055.stdout:129: done (1 left) 2023-10-14T00:02:14.822 INFO:tasks.rados.rados.0.smithi055.stdout:131: done (0 left) 2023-10-14T00:02:14.822 INFO:tasks.rados.rados.0.smithi055.stdout:132: snap_remove snap 0 2023-10-14T00:02:15.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:14 smithi055 ceph-mon[124249]: osdmap e79: 8 total, 8 up, 8 in 2023-10-14T00:02:15.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:14 smithi055 ceph-mon[110989]: osdmap e79: 8 total, 8 up, 8 in 2023-10-14T00:02:15.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:14 smithi082 ceph-mon[116307]: osdmap e79: 8 total, 8 up, 8 in 2023-10-14T00:02:15.813 INFO:tasks.rados.rados.0.smithi055.stdout:132: done (0 left) 2023-10-14T00:02:15.814 INFO:tasks.rados.rados.0.smithi055.stdout:133: rollback oid 17 current snap is 5 2023-10-14T00:02:15.814 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 17 to 4 2023-10-14T00:02:15.814 INFO:tasks.rados.rados.0.smithi055.stdout:134: delete oid 18 current snap is 5 2023-10-14T00:02:15.818 INFO:tasks.rados.rados.0.smithi055.stdout:133: finishing rollback tid 0 to smithi055169533-17 2023-10-14T00:02:15.819 INFO:tasks.rados.rados.0.smithi055.stdout:133: finishing rollback tid 1 to smithi055169533-17 2023-10-14T00:02:15.820 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 17 v 50 (ObjNum 33 snap 0 seq_num 44158000) dirty dne 2023-10-14T00:02:15.820 INFO:tasks.rados.rados.0.smithi055.stdout:133: done (1 left) 2023-10-14T00:02:15.821 INFO:tasks.rados.rados.0.smithi055.stdout:134: done (0 left) 2023-10-14T00:02:15.821 INFO:tasks.rados.rados.0.smithi055.stdout:135: delete oid 42 current snap is 5 2023-10-14T00:02:15.822 INFO:tasks.rados.rados.0.smithi055.stdout:135: done (0 left) 2023-10-14T00:02:15.823 INFO:tasks.rados.rados.0.smithi055.stdout:136: copy_from oid 36 from oid 1 current snap is 5 2023-10-14T00:02:15.823 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 31 current snap is 5 2023-10-14T00:02:15.823 INFO:tasks.rados.rados.0.smithi055.stdout:137: seq_num 70 ranges {507904=778240,1286144=401408} 2023-10-14T00:02:15.830 INFO:tasks.rados.rados.0.smithi055.stdout:137: writing smithi055169533-31 from 507904 to 1286144 tid 1 2023-10-14T00:02:15.834 INFO:tasks.rados.rados.0.smithi055.stdout:137: writing smithi055169533-31 from 1286144 to 1687552 tid 2 2023-10-14T00:02:15.834 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 8 current snap is 5 2023-10-14T00:02:15.835 INFO:tasks.rados.rados.0.smithi055.stdout:136: finishing copy_from to smithi055169533-36 2023-10-14T00:02:15.835 INFO:tasks.rados.rados.0.smithi055.stdout:136: got expected ENOENT (src dne) 2023-10-14T00:02:15.835 INFO:tasks.rados.rados.0.smithi055.stdout:136: finishing copy_from racing read to smithi055169533-36 2023-10-14T00:02:15.836 INFO:tasks.rados.rados.0.smithi055.stdout:138: seq_num 71 ranges {286720=794624,1081344=401408} 2023-10-14T00:02:15.842 INFO:tasks.rados.rados.0.smithi055.stdout:138: writing smithi055169533-8 from 286720 to 1081344 tid 1 2023-10-14T00:02:15.845 INFO:tasks.rados.rados.0.smithi055.stdout:138: writing smithi055169533-8 from 1081344 to 1482752 tid 2 2023-10-14T00:02:15.845 INFO:tasks.rados.rados.0.smithi055.stdout:136: done (2 left) 2023-10-14T00:02:15.845 INFO:tasks.rados.rados.0.smithi055.stdout:139: copy_from oid 41 from oid 44 current snap is 5 2023-10-14T00:02:15.846 INFO:tasks.rados.rados.0.smithi055.stdout:137: finishing write tid 1 to smithi055169533-31 2023-10-14T00:02:15.846 INFO:tasks.rados.rados.0.smithi055.stdout:137: finishing write tid 2 to smithi055169533-31 2023-10-14T00:02:15.846 INFO:tasks.rados.rados.0.smithi055.stdout:137: finishing write tid 3 to smithi055169533-31 2023-10-14T00:02:15.846 INFO:tasks.rados.rados.0.smithi055.stdout:137: finishing write tid 4 to smithi055169533-31 2023-10-14T00:02:15.847 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 31 v 40 (ObjNum 70 snap 5 seq_num 70) dirty exists 2023-10-14T00:02:15.847 INFO:tasks.rados.rados.0.smithi055.stdout:137: left oid 31 (ObjNum 70 snap 5 seq_num 70) 2023-10-14T00:02:15.847 INFO:tasks.rados.rados.0.smithi055.stdout:137: done (2 left) 2023-10-14T00:02:15.847 INFO:tasks.rados.rados.0.smithi055.stdout:140: copy_from oid 28 from oid 10 current snap is 5 2023-10-14T00:02:15.847 INFO:tasks.rados.rados.0.smithi055.stdout:141: snap_create 2023-10-14T00:02:15.848 INFO:tasks.rados.rados.0.smithi055.stdout:138: finishing write tid 1 to smithi055169533-8 2023-10-14T00:02:15.848 INFO:tasks.rados.rados.0.smithi055.stdout:138: finishing write tid 2 to smithi055169533-8 2023-10-14T00:02:15.849 INFO:tasks.rados.rados.0.smithi055.stdout:138: finishing write tid 3 to smithi055169533-8 2023-10-14T00:02:15.849 INFO:tasks.rados.rados.0.smithi055.stdout:139: finishing copy_from to smithi055169533-41 2023-10-14T00:02:15.849 INFO:tasks.rados.rados.0.smithi055.stdout:139: got expected ENOENT (src dne) 2023-10-14T00:02:15.849 INFO:tasks.rados.rados.0.smithi055.stdout:139: finishing copy_from racing read to smithi055169533-41 2023-10-14T00:02:15.850 INFO:tasks.rados.rados.0.smithi055.stdout:138: finishing write tid 4 to smithi055169533-8 2023-10-14T00:02:15.850 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 8 v 27 (ObjNum 71 snap 5 seq_num 71) dirty exists 2023-10-14T00:02:15.851 INFO:tasks.rados.rados.0.smithi055.stdout:138: left oid 8 (ObjNum 71 snap 5 seq_num 71) 2023-10-14T00:02:15.855 INFO:tasks.rados.rados.0.smithi055.stdout:140: finishing copy_from to smithi055169533-28 2023-10-14T00:02:15.855 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 28 v 23 (ObjNum 55 snap 3 seq_num 55) dirty exists 2023-10-14T00:02:15.856 INFO:tasks.rados.rados.0.smithi055.stdout:140: finishing copy_from racing read to smithi055169533-28 2023-10-14T00:02:16.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:15 smithi082 ceph-mon[116307]: osdmap e80: 8 total, 8 up, 8 in 2023-10-14T00:02:16.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:15 smithi082 ceph-mon[116307]: pgmap v87: 121 pgs: 121 active+clean; 34 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.0 MiB/s rd, 2.1 MiB/s wr, 50 op/s 2023-10-14T00:02:16.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:15 smithi055 ceph-mon[110989]: osdmap e80: 8 total, 8 up, 8 in 2023-10-14T00:02:16.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:15 smithi055 ceph-mon[110989]: pgmap v87: 121 pgs: 121 active+clean; 34 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.0 MiB/s rd, 2.1 MiB/s wr, 50 op/s 2023-10-14T00:02:16.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:15 smithi055 ceph-mon[124249]: osdmap e80: 8 total, 8 up, 8 in 2023-10-14T00:02:16.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:15 smithi055 ceph-mon[124249]: pgmap v87: 121 pgs: 121 active+clean; 34 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.0 MiB/s rd, 2.1 MiB/s wr, 50 op/s 2023-10-14T00:02:16.838 INFO:tasks.rados.rados.0.smithi055.stdout:138: done (3 left) 2023-10-14T00:02:16.838 INFO:tasks.rados.rados.0.smithi055.stdout:139: done (2 left) 2023-10-14T00:02:16.838 INFO:tasks.rados.rados.0.smithi055.stdout:140: done (1 left) 2023-10-14T00:02:16.838 INFO:tasks.rados.rados.0.smithi055.stdout:141: done (0 left) 2023-10-14T00:02:16.839 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 9 current snap is 6 2023-10-14T00:02:16.839 INFO:tasks.rados.rados.0.smithi055.stdout:142: seq_num 72 ranges {139264=409600,548864=524288,1073152=278528} 2023-10-14T00:02:16.840 INFO:tasks.rados.rados.0.smithi055.stdout:142: writing smithi055169533-9 from 139264 to 548864 tid 1 2023-10-14T00:02:16.844 INFO:tasks.rados.rados.0.smithi055.stdout:142: writing smithi055169533-9 from 548864 to 1073152 tid 2 2023-10-14T00:02:16.846 INFO:tasks.rados.rados.0.smithi055.stdout:142: writing smithi055169533-9 from 1073152 to 1351680 tid 3 2023-10-14T00:02:16.846 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 12 current snap is 6 2023-10-14T00:02:16.847 INFO:tasks.rados.rados.0.smithi055.stdout:143: seq_num 73 ranges {188416=425984,614400=409600,1024000=393216} 2023-10-14T00:02:16.851 INFO:tasks.rados.rados.0.smithi055.stdout:143: writing smithi055169533-12 from 188416 to 614400 tid 1 2023-10-14T00:02:16.854 INFO:tasks.rados.rados.0.smithi055.stdout:143: writing smithi055169533-12 from 614400 to 1024000 tid 2 2023-10-14T00:02:16.857 INFO:tasks.rados.rados.0.smithi055.stdout:143: writing smithi055169533-12 from 1024000 to 1417216 tid 3 2023-10-14T00:02:16.858 INFO:tasks.rados.rados.0.smithi055.stdout:144: rollback oid 22 current snap is 6 2023-10-14T00:02:16.858 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 22 to 4 2023-10-14T00:02:16.858 INFO:tasks.rados.rados.0.smithi055.stdout:142: finishing write tid 1 to smithi055169533-9 2023-10-14T00:02:16.859 INFO:tasks.rados.rados.0.smithi055.stdout:142: finishing write tid 2 to smithi055169533-9 2023-10-14T00:02:16.859 INFO:tasks.rados.rados.0.smithi055.stdout:142: finishing write tid 3 to smithi055169533-9 2023-10-14T00:02:16.859 INFO:tasks.rados.rados.0.smithi055.stdout:142: finishing write tid 4 to smithi055169533-9 2023-10-14T00:02:16.859 INFO:tasks.rados.rados.0.smithi055.stdout:142: finishing write tid 5 to smithi055169533-9 2023-10-14T00:02:16.859 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 9 v 22 (ObjNum 72 snap 6 seq_num 72) dirty exists 2023-10-14T00:02:16.860 INFO:tasks.rados.rados.0.smithi055.stdout:142: left oid 9 (ObjNum 72 snap 6 seq_num 72) 2023-10-14T00:02:16.860 INFO:tasks.rados.rados.0.smithi055.stdout:143: finishing write tid 1 to smithi055169533-12 2023-10-14T00:02:16.860 INFO:tasks.rados.rados.0.smithi055.stdout:143: finishing write tid 2 to smithi055169533-12 2023-10-14T00:02:16.860 INFO:tasks.rados.rados.0.smithi055.stdout:142: done (2 left) 2023-10-14T00:02:16.860 INFO:tasks.rados.rados.0.smithi055.stdout:145: snap_create 2023-10-14T00:02:16.861 INFO:tasks.rados.rados.0.smithi055.stdout:143: finishing write tid 3 to smithi055169533-12 2023-10-14T00:02:16.862 INFO:tasks.rados.rados.0.smithi055.stdout:143: finishing write tid 4 to smithi055169533-12 2023-10-14T00:02:16.862 INFO:tasks.rados.rados.0.smithi055.stdout:143: finishing write tid 5 to smithi055169533-12 2023-10-14T00:02:16.862 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 12 v 19 (ObjNum 73 snap 6 seq_num 73) dirty exists 2023-10-14T00:02:16.862 INFO:tasks.rados.rados.0.smithi055.stdout:143: left oid 12 (ObjNum 73 snap 6 seq_num 73) 2023-10-14T00:02:16.863 INFO:tasks.rados.rados.0.smithi055.stdout:144: finishing rollback tid 0 to smithi055169533-22 2023-10-14T00:02:16.863 INFO:tasks.rados.rados.0.smithi055.stdout:144: finishing rollback tid 1 to smithi055169533-22 2023-10-14T00:02:16.863 INFO:tasks.rados.rados.0.smithi055.stdout:144: finishing rollback tid 2 to smithi055169533-22 2023-10-14T00:02:16.864 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 22 v 58 (ObjNum 57 snap 3 seq_num 57) dirty exists 2023-10-14T00:02:17.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:16 smithi082 ceph-mon[116307]: osdmap e81: 8 total, 8 up, 8 in 2023-10-14T00:02:17.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:16 smithi055 ceph-mon[124249]: osdmap e81: 8 total, 8 up, 8 in 2023-10-14T00:02:17.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:16 smithi055 ceph-mon[110989]: osdmap e81: 8 total, 8 up, 8 in 2023-10-14T00:02:17.863 INFO:tasks.rados.rados.0.smithi055.stdout:143: done (2 left) 2023-10-14T00:02:17.863 INFO:tasks.rados.rados.0.smithi055.stdout:144: done (1 left) 2023-10-14T00:02:17.863 INFO:tasks.rados.rados.0.smithi055.stdout:145: done (0 left) 2023-10-14T00:02:17.863 INFO:tasks.rados.rados.0.smithi055.stdout:146: read oid 33 snap -1 2023-10-14T00:02:17.864 INFO:tasks.rados.rados.0.smithi055.stdout:146: expect (ObjNum 2 snap 0 seq_num 2) 2023-10-14T00:02:17.864 INFO:tasks.rados.rados.0.smithi055.stdout:147: read oid 45 snap -1 2023-10-14T00:02:17.864 INFO:tasks.rados.rados.0.smithi055.stdout:147: expect (ObjNum 33 snap 0 seq_num 33) 2023-10-14T00:02:17.864 INFO:tasks.rados.rados.0.smithi055.stdout:148: snap_create 2023-10-14T00:02:17.865 INFO:tasks.rados.rados.0.smithi055.stdout:146: expect (ObjNum 2 snap 0 seq_num 2) 2023-10-14T00:02:17.868 INFO:tasks.rados.rados.0.smithi055.stdout:147: expect (ObjNum 33 snap 0 seq_num 33) 2023-10-14T00:02:18.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:17 smithi082 ceph-mon[116307]: osdmap e82: 8 total, 8 up, 8 in 2023-10-14T00:02:18.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:17 smithi082 ceph-mon[116307]: pgmap v90: 121 pgs: 121 active+clean; 34 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.0 MiB/s rd, 2.1 MiB/s wr, 50 op/s 2023-10-14T00:02:18.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:02:17 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:02:17] "GET /metrics HTTP/1.1" 200 238127 "" "Prometheus/2.43.0" 2023-10-14T00:02:18.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:17 smithi055 ceph-mon[124249]: osdmap e82: 8 total, 8 up, 8 in 2023-10-14T00:02:18.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:17 smithi055 ceph-mon[124249]: pgmap v90: 121 pgs: 121 active+clean; 34 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.0 MiB/s rd, 2.1 MiB/s wr, 50 op/s 2023-10-14T00:02:18.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:17 smithi055 ceph-mon[110989]: osdmap e82: 8 total, 8 up, 8 in 2023-10-14T00:02:18.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:17 smithi055 ceph-mon[110989]: pgmap v90: 121 pgs: 121 active+clean; 34 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.0 MiB/s rd, 2.1 MiB/s wr, 50 op/s 2023-10-14T00:02:18.867 INFO:tasks.rados.rados.0.smithi055.stdout:146: done (2 left) 2023-10-14T00:02:18.867 INFO:tasks.rados.rados.0.smithi055.stdout:147: done (1 left) 2023-10-14T00:02:18.867 INFO:tasks.rados.rados.0.smithi055.stdout:148: done (0 left) 2023-10-14T00:02:18.868 INFO:tasks.rados.rados.0.smithi055.stdout:149: copy_from oid 48 from oid 42 current snap is 8 2023-10-14T00:02:18.868 INFO:tasks.rados.rados.0.smithi055.stdout:150: delete oid 29 current snap is 8 2023-10-14T00:02:18.874 INFO:tasks.rados.rados.0.smithi055.stdout:150: done (1 left) 2023-10-14T00:02:18.874 INFO:tasks.rados.rados.0.smithi055.stdout:151: snap_create 2023-10-14T00:02:18.875 INFO:tasks.rados.rados.0.smithi055.stdout:149: finishing copy_from to smithi055169533-48 2023-10-14T00:02:18.875 INFO:tasks.rados.rados.0.smithi055.stdout:149: got expected ENOENT (src dne) 2023-10-14T00:02:18.875 INFO:tasks.rados.rados.0.smithi055.stdout:149: finishing copy_from racing read to smithi055169533-48 2023-10-14T00:02:19.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:18 smithi055 ceph-mon[124249]: osdmap e83: 8 total, 8 up, 8 in 2023-10-14T00:02:19.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:18 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:02:19.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:18 smithi055 ceph-mon[110989]: osdmap e83: 8 total, 8 up, 8 in 2023-10-14T00:02:19.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:18 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:02:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:18 smithi082 ceph-mon[116307]: osdmap e83: 8 total, 8 up, 8 in 2023-10-14T00:02:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:18 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:02:19.884 INFO:tasks.rados.rados.0.smithi055.stdout:149: done (1 left) 2023-10-14T00:02:19.885 INFO:tasks.rados.rados.0.smithi055.stdout:151: done (0 left) 2023-10-14T00:02:19.885 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 43 current snap is 9 2023-10-14T00:02:19.885 INFO:tasks.rados.rados.0.smithi055.stdout:152: seq_num 75 ranges {712704=458752,1171456=581632,1753088=221184} 2023-10-14T00:02:19.891 INFO:tasks.rados.rados.0.smithi055.stdout:152: writing smithi055169533-43 from 712704 to 1171456 tid 1 2023-10-14T00:02:19.895 INFO:tasks.rados.rados.0.smithi055.stdout:152: writing smithi055169533-43 from 1171456 to 1753088 tid 2 2023-10-14T00:02:19.896 INFO:tasks.rados.rados.0.smithi055.stdout:152: writing smithi055169533-43 from 1753088 to 1974272 tid 3 2023-10-14T00:02:19.897 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 10 current snap is 9 2023-10-14T00:02:19.897 INFO:tasks.rados.rados.0.smithi055.stdout:153: seq_num 76 ranges {1081344=475136,1556480=458752,2015232=344064} 2023-10-14T00:02:19.906 INFO:tasks.rados.rados.0.smithi055.stdout:153: writing smithi055169533-10 from 1081344 to 1556480 tid 1 2023-10-14T00:02:19.910 INFO:tasks.rados.rados.0.smithi055.stdout:153: writing smithi055169533-10 from 1556480 to 2015232 tid 2 2023-10-14T00:02:19.913 INFO:tasks.rados.rados.0.smithi055.stdout:153: writing smithi055169533-10 from 2015232 to 2359296 tid 3 2023-10-14T00:02:19.913 INFO:tasks.rados.rados.0.smithi055.stdout:154: snap_create 2023-10-14T00:02:19.913 INFO:tasks.rados.rados.0.smithi055.stdout:152: finishing write tid 1 to smithi055169533-43 2023-10-14T00:02:19.913 INFO:tasks.rados.rados.0.smithi055.stdout:152: finishing write tid 2 to smithi055169533-43 2023-10-14T00:02:19.914 INFO:tasks.rados.rados.0.smithi055.stdout:152: finishing write tid 3 to smithi055169533-43 2023-10-14T00:02:19.914 INFO:tasks.rados.rados.0.smithi055.stdout:152: finishing write tid 4 to smithi055169533-43 2023-10-14T00:02:19.914 INFO:tasks.rados.rados.0.smithi055.stdout:152: finishing write tid 5 to smithi055169533-43 2023-10-14T00:02:19.914 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 43 v 25 (ObjNum 75 snap 9 seq_num 75) dirty exists 2023-10-14T00:02:19.914 INFO:tasks.rados.rados.0.smithi055.stdout:152: left oid 43 (ObjNum 75 snap 9 seq_num 75) 2023-10-14T00:02:19.915 INFO:tasks.rados.rados.0.smithi055.stdout:153: finishing write tid 1 to smithi055169533-10 2023-10-14T00:02:19.915 INFO:tasks.rados.rados.0.smithi055.stdout:153: finishing write tid 2 to smithi055169533-10 2023-10-14T00:02:19.916 INFO:tasks.rados.rados.0.smithi055.stdout:153: finishing write tid 3 to smithi055169533-10 2023-10-14T00:02:19.916 INFO:tasks.rados.rados.0.smithi055.stdout:153: finishing write tid 4 to smithi055169533-10 2023-10-14T00:02:19.916 INFO:tasks.rados.rados.0.smithi055.stdout:153: finishing write tid 5 to smithi055169533-10 2023-10-14T00:02:19.917 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 10 v 63 (ObjNum 76 snap 9 seq_num 76) dirty exists 2023-10-14T00:02:19.917 INFO:tasks.rados.rados.0.smithi055.stdout:153: left oid 10 (ObjNum 76 snap 9 seq_num 76) 2023-10-14T00:02:20.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:19 smithi055 ceph-mon[124249]: osdmap e84: 8 total, 8 up, 8 in 2023-10-14T00:02:20.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:19 smithi055 ceph-mon[124249]: pgmap v93: 121 pgs: 121 active+clean; 34 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 439 KiB/s rd, 1.4 MiB/s wr, 9 op/s 2023-10-14T00:02:20.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:19 smithi055 ceph-mon[110989]: osdmap e84: 8 total, 8 up, 8 in 2023-10-14T00:02:20.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:19 smithi055 ceph-mon[110989]: pgmap v93: 121 pgs: 121 active+clean; 34 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 439 KiB/s rd, 1.4 MiB/s wr, 9 op/s 2023-10-14T00:02:20.277 INFO:tasks.rados.rados.0.smithi055.stdout:152: done (2 left) 2023-10-14T00:02:20.277 INFO:tasks.rados.rados.0.smithi055.stdout:153: done (1 left) 2023-10-14T00:02:20.277 INFO:tasks.rados.rados.0.smithi055.stdout:154: done (0 left) 2023-10-14T00:02:20.277 INFO:tasks.rados.rados.0.smithi055.stdout:155: snap_create 2023-10-14T00:02:20.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:19 smithi082 ceph-mon[116307]: osdmap e84: 8 total, 8 up, 8 in 2023-10-14T00:02:20.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:19 smithi082 ceph-mon[116307]: pgmap v93: 121 pgs: 121 active+clean; 34 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 439 KiB/s rd, 1.4 MiB/s wr, 9 op/s 2023-10-14T00:02:21.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:20 smithi055 ceph-mon[124249]: osdmap e85: 8 total, 8 up, 8 in 2023-10-14T00:02:21.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:20 smithi055 ceph-mon[124249]: osdmap e86: 8 total, 8 up, 8 in 2023-10-14T00:02:21.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:20 smithi055 ceph-mon[110989]: osdmap e85: 8 total, 8 up, 8 in 2023-10-14T00:02:21.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:20 smithi055 ceph-mon[110989]: osdmap e86: 8 total, 8 up, 8 in 2023-10-14T00:02:21.290 INFO:tasks.rados.rados.0.smithi055.stdout:155: done (0 left) 2023-10-14T00:02:21.291 INFO:tasks.rados.rados.0.smithi055.stdout:156: read oid 42 snap -1 2023-10-14T00:02:21.291 INFO:tasks.rados.rados.0.smithi055.stdout:156: expect deleted 2023-10-14T00:02:21.291 INFO:tasks.rados.rados.0.smithi055.stdout:157: rmattr oid 17 current snap is 11 2023-10-14T00:02:21.291 INFO:tasks.rados.rados.0.smithi055.stdout:157: done (1 left) 2023-10-14T00:02:21.292 INFO:tasks.rados.rados.0.smithi055.stdout:158: setattr oid 28 current snap is 11 2023-10-14T00:02:21.293 INFO:tasks.rados.rados.0.smithi055.stdout:156: done (1 left) 2023-10-14T00:02:21.293 INFO:tasks.rados.rados.0.smithi055.stdout:159: copy_from oid 7 from oid 24 current snap is 11 2023-10-14T00:02:21.293 INFO:tasks.rados.rados.0.smithi055.stdout:160: setattr oid 10 current snap is 11 2023-10-14T00:02:21.296 INFO:tasks.rados.rados.0.smithi055.stdout:161: snap_remove snap 6 2023-10-14T00:02:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:20 smithi082 ceph-mon[116307]: osdmap e85: 8 total, 8 up, 8 in 2023-10-14T00:02:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:20 smithi082 ceph-mon[116307]: osdmap e86: 8 total, 8 up, 8 in 2023-10-14T00:02:22.288 INFO:tasks.rados.rados.0.smithi055.stdout:161: done (3 left) 2023-10-14T00:02:22.288 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 46 current snap is 11 2023-10-14T00:02:22.288 INFO:tasks.rados.rados.0.smithi055.stdout:162: seq_num 77 ranges {761856=491520,1253376=794624,2048000=8192} 2023-10-14T00:02:22.295 INFO:tasks.rados.rados.0.smithi055.stdout:162: writing smithi055169533-46 from 761856 to 1253376 tid 1 2023-10-14T00:02:22.300 INFO:tasks.rados.rados.0.smithi055.stdout:162: writing smithi055169533-46 from 1253376 to 2048000 tid 2 2023-10-14T00:02:22.301 INFO:tasks.rados.rados.0.smithi055.stdout:162: writing smithi055169533-46 from 2048000 to 2056192 tid 3 2023-10-14T00:02:22.301 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 27 current snap is 11 2023-10-14T00:02:22.301 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 28 v 45 (ObjNum 55 snap 3 seq_num 55) dirty exists 2023-10-14T00:02:22.301 INFO:tasks.rados.rados.0.smithi055.stdout:159: finishing copy_from to smithi055169533-7 2023-10-14T00:02:22.302 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 7 v 6 (ObjNum 23 snap 0 seq_num 23) dirty exists 2023-10-14T00:02:22.302 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 10 v 65 (ObjNum 76 snap 9 seq_num 76) dirty exists 2023-10-14T00:02:22.302 INFO:tasks.rados.rados.0.smithi055.stdout:159: finishing copy_from racing read to smithi055169533-7 2023-10-14T00:02:22.302 INFO:tasks.rados.rados.0.smithi055.stdout:163: seq_num 78 ranges {442368=516096,958464=679936,1638400=122880} 2023-10-14T00:02:22.306 INFO:tasks.rados.rados.0.smithi055.stdout:163: writing smithi055169533-27 from 442368 to 958464 tid 1 2023-10-14T00:02:22.310 INFO:tasks.rados.rados.0.smithi055.stdout:163: writing smithi055169533-27 from 958464 to 1638400 tid 2 2023-10-14T00:02:22.311 INFO:tasks.rados.rados.0.smithi055.stdout:163: writing smithi055169533-27 from 1638400 to 1761280 tid 3 2023-10-14T00:02:22.312 INFO:tasks.rados.rados.0.smithi055.stdout:158: done (4 left) 2023-10-14T00:02:22.312 INFO:tasks.rados.rados.0.smithi055.stdout:159: done (3 left) 2023-10-14T00:02:22.312 INFO:tasks.rados.rados.0.smithi055.stdout:160: done (2 left) 2023-10-14T00:02:22.312 INFO:tasks.rados.rados.0.smithi055.stdout:164: snap_remove snap 4 2023-10-14T00:02:22.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:22 smithi082 ceph-mon[116307]: pgmap v96: 121 pgs: 121 active+clean; 34 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 439 KiB/s rd, 1.4 MiB/s wr, 9 op/s 2023-10-14T00:02:22.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:22 smithi082 ceph-mon[116307]: osdmap e87: 8 total, 8 up, 8 in 2023-10-14T00:02:22.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:22 smithi055 ceph-mon[124249]: pgmap v96: 121 pgs: 121 active+clean; 34 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 439 KiB/s rd, 1.4 MiB/s wr, 9 op/s 2023-10-14T00:02:22.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:22 smithi055 ceph-mon[124249]: osdmap e87: 8 total, 8 up, 8 in 2023-10-14T00:02:22.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:22 smithi055 ceph-mon[110989]: pgmap v96: 121 pgs: 121 active+clean; 34 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 439 KiB/s rd, 1.4 MiB/s wr, 9 op/s 2023-10-14T00:02:22.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:22 smithi055 ceph-mon[110989]: osdmap e87: 8 total, 8 up, 8 in 2023-10-14T00:02:23.314 INFO:tasks.rados.rados.0.smithi055.stdout:164: done (2 left) 2023-10-14T00:02:23.315 INFO:tasks.rados.rados.0.smithi055.stdout:165: delete oid 22 current snap is 11 2023-10-14T00:02:23.315 INFO:tasks.rados.rados.0.smithi055.stdout:162: finishing write tid 1 to smithi055169533-46 2023-10-14T00:02:23.315 INFO:tasks.rados.rados.0.smithi055.stdout:162: finishing write tid 2 to smithi055169533-46 2023-10-14T00:02:23.316 INFO:tasks.rados.rados.0.smithi055.stdout:162: finishing write tid 3 to smithi055169533-46 2023-10-14T00:02:23.316 INFO:tasks.rados.rados.0.smithi055.stdout:162: finishing write tid 4 to smithi055169533-46 2023-10-14T00:02:23.316 INFO:tasks.rados.rados.0.smithi055.stdout:162: finishing write tid 5 to smithi055169533-46 2023-10-14T00:02:23.316 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 46 v 40 (ObjNum 77 snap 11 seq_num 77) dirty exists 2023-10-14T00:02:23.317 INFO:tasks.rados.rados.0.smithi055.stdout:162: left oid 46 (ObjNum 77 snap 11 seq_num 77) 2023-10-14T00:02:23.317 INFO:tasks.rados.rados.0.smithi055.stdout:163: finishing write tid 1 to smithi055169533-27 2023-10-14T00:02:23.317 INFO:tasks.rados.rados.0.smithi055.stdout:163: finishing write tid 2 to smithi055169533-27 2023-10-14T00:02:23.317 INFO:tasks.rados.rados.0.smithi055.stdout:163: finishing write tid 3 to smithi055169533-27 2023-10-14T00:02:23.318 INFO:tasks.rados.rados.0.smithi055.stdout:163: finishing write tid 4 to smithi055169533-27 2023-10-14T00:02:23.318 INFO:tasks.rados.rados.0.smithi055.stdout:163: finishing write tid 5 to smithi055169533-27 2023-10-14T00:02:23.318 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 27 v 70 (ObjNum 78 snap 11 seq_num 78) dirty exists 2023-10-14T00:02:23.318 INFO:tasks.rados.rados.0.smithi055.stdout:163: left oid 27 (ObjNum 78 snap 11 seq_num 78) 2023-10-14T00:02:23.319 INFO:tasks.rados.rados.0.smithi055.stdout:162: done (2 left) 2023-10-14T00:02:23.319 INFO:tasks.rados.rados.0.smithi055.stdout:163: done (1 left) 2023-10-14T00:02:23.319 INFO:tasks.rados.rados.0.smithi055.stdout:165: done (0 left) 2023-10-14T00:02:23.319 INFO:tasks.rados.rados.0.smithi055.stdout:166: snap_create 2023-10-14T00:02:23.625 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:02:23 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:02:23] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.43.0" 2023-10-14T00:02:23.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:23 smithi082 ceph-mon[116307]: osdmap e88: 8 total, 8 up, 8 in 2023-10-14T00:02:23.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:23 smithi055 ceph-mon[124249]: osdmap e88: 8 total, 8 up, 8 in 2023-10-14T00:02:23.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:23 smithi055 ceph-mon[110989]: osdmap e88: 8 total, 8 up, 8 in 2023-10-14T00:02:24.327 INFO:tasks.rados.rados.0.smithi055.stdout:166: done (0 left) 2023-10-14T00:02:24.327 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 31 current snap is 12 2023-10-14T00:02:24.328 INFO:tasks.rados.rados.0.smithi055.stdout:167: seq_num 80 ranges {1687552=548864,2236416=450560,2686976=352256} 2023-10-14T00:02:24.340 INFO:tasks.rados.rados.0.smithi055.stdout:167: writing smithi055169533-31 from 1687552 to 2236416 tid 1 2023-10-14T00:02:24.343 INFO:tasks.rados.rados.0.smithi055.stdout:167: writing smithi055169533-31 from 2236416 to 2686976 tid 2 2023-10-14T00:02:24.346 INFO:tasks.rados.rados.0.smithi055.stdout:167: writing smithi055169533-31 from 2686976 to 3039232 tid 3 2023-10-14T00:02:24.346 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 16 current snap is 12 2023-10-14T00:02:24.346 INFO:tasks.rados.rados.0.smithi055.stdout:167: finishing write tid 1 to smithi055169533-31 2023-10-14T00:02:24.346 INFO:tasks.rados.rados.0.smithi055.stdout:167: finishing write tid 2 to smithi055169533-31 2023-10-14T00:02:24.346 INFO:tasks.rados.rados.0.smithi055.stdout:168: seq_num 81 ranges {0=565248,565248=737280,1302528=65536} 2023-10-14T00:02:24.349 INFO:tasks.rados.rados.0.smithi055.stdout:168: writing smithi055169533-16 from 0 to 565248 tid 1 2023-10-14T00:02:24.354 INFO:tasks.rados.rados.0.smithi055.stdout:168: writing smithi055169533-16 from 565248 to 1302528 tid 2 2023-10-14T00:02:24.355 INFO:tasks.rados.rados.0.smithi055.stdout:168: writing smithi055169533-16 from 1302528 to 1368064 tid 3 2023-10-14T00:02:24.355 INFO:tasks.rados.rados.0.smithi055.stdout:169: copy_from oid 10 from oid 39 current snap is 12 2023-10-14T00:02:24.355 INFO:tasks.rados.rados.0.smithi055.stdout:167: finishing write tid 3 to smithi055169533-31 2023-10-14T00:02:24.356 INFO:tasks.rados.rados.0.smithi055.stdout:167: finishing write tid 4 to smithi055169533-31 2023-10-14T00:02:24.356 INFO:tasks.rados.rados.0.smithi055.stdout:167: finishing write tid 5 to smithi055169533-31 2023-10-14T00:02:24.356 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 31 v 49 (ObjNum 80 snap 12 seq_num 80) dirty exists 2023-10-14T00:02:24.356 INFO:tasks.rados.rados.0.smithi055.stdout:167: left oid 31 (ObjNum 80 snap 12 seq_num 80) 2023-10-14T00:02:24.356 INFO:tasks.rados.rados.0.smithi055.stdout:167: done (2 left) 2023-10-14T00:02:24.357 INFO:tasks.rados.rados.0.smithi055.stdout:170: read oid 25 snap 8 2023-10-14T00:02:24.357 INFO:tasks.rados.rados.0.smithi055.stdout:170: expect deleted 2023-10-14T00:02:24.357 INFO:tasks.rados.rados.0.smithi055.stdout:171: copy_from oid 21 from oid 35 current snap is 12 2023-10-14T00:02:24.357 INFO:tasks.rados.rados.0.smithi055.stdout:168: finishing write tid 1 to smithi055169533-16 2023-10-14T00:02:24.357 INFO:tasks.rados.rados.0.smithi055.stdout:172: snap_remove snap 7 2023-10-14T00:02:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:24 smithi082 ceph-mon[116307]: pgmap v99: 121 pgs: 121 active+clean; 34 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:02:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:24 smithi082 ceph-mon[116307]: osdmap e89: 8 total, 8 up, 8 in 2023-10-14T00:02:24.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:24 smithi055 ceph-mon[124249]: pgmap v99: 121 pgs: 121 active+clean; 34 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:02:24.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:24 smithi055 ceph-mon[124249]: osdmap e89: 8 total, 8 up, 8 in 2023-10-14T00:02:24.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:24 smithi055 ceph-mon[110989]: pgmap v99: 121 pgs: 121 active+clean; 34 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:02:24.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:24 smithi055 ceph-mon[110989]: osdmap e89: 8 total, 8 up, 8 in 2023-10-14T00:02:25.319 INFO:tasks.rados.rados.0.smithi055.stdout:172: done (4 left) 2023-10-14T00:02:25.320 INFO:tasks.rados.rados.0.smithi055.stdout:173: delete oid 8 current snap is 12 2023-10-14T00:02:25.320 INFO:tasks.rados.rados.0.smithi055.stdout:168: finishing write tid 2 to smithi055169533-16 2023-10-14T00:02:25.320 INFO:tasks.rados.rados.0.smithi055.stdout:168: finishing write tid 3 to smithi055169533-16 2023-10-14T00:02:25.321 INFO:tasks.rados.rados.0.smithi055.stdout:168: finishing write tid 4 to smithi055169533-16 2023-10-14T00:02:25.321 INFO:tasks.rados.rados.0.smithi055.stdout:168: finishing write tid 5 to smithi055169533-16 2023-10-14T00:02:25.321 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 16 v 12 (ObjNum 81 snap 12 seq_num 81) dirty exists 2023-10-14T00:02:25.322 INFO:tasks.rados.rados.0.smithi055.stdout:168: left oid 16 (ObjNum 81 snap 12 seq_num 81) 2023-10-14T00:02:25.322 INFO:tasks.rados.rados.0.smithi055.stdout:171: finishing copy_from to smithi055169533-21 2023-10-14T00:02:25.322 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 21 v 33 (ObjNum 34 snap 0 seq_num 34) dirty exists 2023-10-14T00:02:25.323 INFO:tasks.rados.rados.0.smithi055.stdout:171: finishing copy_from racing read to smithi055169533-21 2023-10-14T00:02:25.323 INFO:tasks.rados.rados.0.smithi055.stdout:169: finishing copy_from to smithi055169533-10 2023-10-14T00:02:25.323 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 10 v 12 (ObjNum 38 snap 0 seq_num 38) dirty exists 2023-10-14T00:02:25.323 INFO:tasks.rados.rados.0.smithi055.stdout:169: finishing copy_from racing read to smithi055169533-10 2023-10-14T00:02:25.328 INFO:tasks.rados.rados.0.smithi055.stdout:168: done (4 left) 2023-10-14T00:02:25.329 INFO:tasks.rados.rados.0.smithi055.stdout:169: done (3 left) 2023-10-14T00:02:25.329 INFO:tasks.rados.rados.0.smithi055.stdout:170: done (2 left) 2023-10-14T00:02:25.329 INFO:tasks.rados.rados.0.smithi055.stdout:171: done (1 left) 2023-10-14T00:02:25.330 INFO:tasks.rados.rados.0.smithi055.stdout:173: done (0 left) 2023-10-14T00:02:25.330 INFO:tasks.rados.rados.0.smithi055.stdout:174: snap_remove snap 10 2023-10-14T00:02:25.591 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:25 smithi055 ceph-mon[124249]: osdmap e90: 8 total, 8 up, 8 in 2023-10-14T00:02:25.591 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:25 smithi055 ceph-mon[110989]: osdmap e90: 8 total, 8 up, 8 in 2023-10-14T00:02:25.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:25 smithi082 ceph-mon[116307]: osdmap e90: 8 total, 8 up, 8 in 2023-10-14T00:02:26.333 INFO:tasks.rados.rados.0.smithi055.stdout:174: done (0 left) 2023-10-14T00:02:26.334 INFO:tasks.rados.rados.0.smithi055.stdout:175: snap_create 2023-10-14T00:02:26.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:26 smithi082 ceph-mon[116307]: pgmap v102: 121 pgs: 121 active+clean; 36 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 1.3 MiB/s wr, 15 op/s 2023-10-14T00:02:26.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:26 smithi082 ceph-mon[116307]: osdmap e91: 8 total, 8 up, 8 in 2023-10-14T00:02:26.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:26 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:02:26.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:26 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:02:26.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:26 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:02:26.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:26 smithi055 ceph-mon[110989]: pgmap v102: 121 pgs: 121 active+clean; 36 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 1.3 MiB/s wr, 15 op/s 2023-10-14T00:02:26.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:26 smithi055 ceph-mon[110989]: osdmap e91: 8 total, 8 up, 8 in 2023-10-14T00:02:26.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:26 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:02:26.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:26 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:02:26.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:26 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:02:26.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:26 smithi055 ceph-mon[124249]: pgmap v102: 121 pgs: 121 active+clean; 36 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 1.3 MiB/s wr, 15 op/s 2023-10-14T00:02:26.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:26 smithi055 ceph-mon[124249]: osdmap e91: 8 total, 8 up, 8 in 2023-10-14T00:02:26.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:26 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:02:26.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:26 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:02:26.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:26 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:02:27.346 INFO:tasks.rados.rados.0.smithi055.stdout:175: done (0 left) 2023-10-14T00:02:27.346 INFO:tasks.rados.rados.0.smithi055.stdout:176: read oid 46 snap -1 2023-10-14T00:02:27.347 INFO:tasks.rados.rados.0.smithi055.stdout:176: expect (ObjNum 77 snap 11 seq_num 77) 2023-10-14T00:02:27.347 INFO:tasks.rados.rados.0.smithi055.stdout:177: read oid 7 snap 9 2023-10-14T00:02:27.347 INFO:tasks.rados.rados.0.smithi055.stdout:177: expect (ObjNum 6 snap 0 seq_num 6) 2023-10-14T00:02:27.347 INFO:tasks.rados.rados.0.smithi055.stdout:178: snap_create 2023-10-14T00:02:27.350 INFO:tasks.rados.rados.0.smithi055.stdout:177: expect (ObjNum 6 snap 0 seq_num 6) 2023-10-14T00:02:27.357 INFO:tasks.rados.rados.0.smithi055.stdout:176: expect (ObjNum 77 snap 11 seq_num 77) 2023-10-14T00:02:27.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:27 smithi082 ceph-mon[116307]: Upgrade: Target is version 18.0.0-6751-g3b7b697c (unknown) 2023-10-14T00:02:27.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:27 smithi082 ceph-mon[116307]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:d6aba753402b78abf813c0e00e936217fe34ee1ddec0fe1184bf67e7ec45b1e6, digests ['quay.ceph.io/ceph-ci/ceph@sha256:d6aba753402b78abf813c0e00e936217fe34ee1ddec0fe1184bf67e7ec45b1e6'] 2023-10-14T00:02:27.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:27 smithi082 ceph-mon[116307]: Upgrade: Need to upgrade myself (mgr.y) 2023-10-14T00:02:27.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:27 smithi082 ceph-mon[116307]: osdmap e92: 8 total, 8 up, 8 in 2023-10-14T00:02:27.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:27 smithi082 ceph-mon[116307]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:d6aba753402b78abf813c0e00e936217fe34ee1ddec0fe1184bf67e7ec45b1e6 on smithi082 2023-10-14T00:02:27.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:27 smithi055 ceph-mon[124249]: Upgrade: Target is version 18.0.0-6751-g3b7b697c (unknown) 2023-10-14T00:02:27.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:27 smithi055 ceph-mon[124249]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:d6aba753402b78abf813c0e00e936217fe34ee1ddec0fe1184bf67e7ec45b1e6, digests ['quay.ceph.io/ceph-ci/ceph@sha256:d6aba753402b78abf813c0e00e936217fe34ee1ddec0fe1184bf67e7ec45b1e6'] 2023-10-14T00:02:27.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:27 smithi055 ceph-mon[124249]: Upgrade: Need to upgrade myself (mgr.y) 2023-10-14T00:02:27.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:27 smithi055 ceph-mon[124249]: osdmap e92: 8 total, 8 up, 8 in 2023-10-14T00:02:27.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:27 smithi055 ceph-mon[124249]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:d6aba753402b78abf813c0e00e936217fe34ee1ddec0fe1184bf67e7ec45b1e6 on smithi082 2023-10-14T00:02:27.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:27 smithi055 ceph-mon[110989]: Upgrade: Target is version 18.0.0-6751-g3b7b697c (unknown) 2023-10-14T00:02:27.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:27 smithi055 ceph-mon[110989]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:d6aba753402b78abf813c0e00e936217fe34ee1ddec0fe1184bf67e7ec45b1e6, digests ['quay.ceph.io/ceph-ci/ceph@sha256:d6aba753402b78abf813c0e00e936217fe34ee1ddec0fe1184bf67e7ec45b1e6'] 2023-10-14T00:02:27.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:27 smithi055 ceph-mon[110989]: Upgrade: Need to upgrade myself (mgr.y) 2023-10-14T00:02:27.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:27 smithi055 ceph-mon[110989]: osdmap e92: 8 total, 8 up, 8 in 2023-10-14T00:02:27.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:27 smithi055 ceph-mon[110989]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:d6aba753402b78abf813c0e00e936217fe34ee1ddec0fe1184bf67e7ec45b1e6 on smithi082 2023-10-14T00:02:28.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:02:27 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:02:27] "GET /metrics HTTP/1.1" 200 239040 "" "Prometheus/2.43.0" 2023-10-14T00:02:28.343 INFO:tasks.rados.rados.0.smithi055.stdout:176: done (2 left) 2023-10-14T00:02:28.345 INFO:tasks.rados.rados.0.smithi055.stdout:177: done (1 left) 2023-10-14T00:02:28.345 INFO:tasks.rados.rados.0.smithi055.stdout:178: done (0 left) 2023-10-14T00:02:28.345 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 13 current snap is 14 2023-10-14T00:02:28.346 INFO:tasks.rados.rados.0.smithi055.stdout:179: seq_num 83 ranges {0=598016,598016=499712,1097728=303104} 2023-10-14T00:02:28.347 INFO:tasks.rados.rados.0.smithi055.stdout:179: writing smithi055169533-13 from 0 to 598016 tid 1 2023-10-14T00:02:28.350 INFO:tasks.rados.rados.0.smithi055.stdout:179: writing smithi055169533-13 from 598016 to 1097728 tid 2 2023-10-14T00:02:28.352 INFO:tasks.rados.rados.0.smithi055.stdout:179: writing smithi055169533-13 from 1097728 to 1400832 tid 3 2023-10-14T00:02:28.353 INFO:tasks.rados.rados.0.smithi055.stdout:180: copy_from oid 15 from oid 5 current snap is 14 2023-10-14T00:02:28.354 INFO:tasks.rados.rados.0.smithi055.stdout:181: rollback oid 19 current snap is 14 2023-10-14T00:02:28.354 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 19 to 8 2023-10-14T00:02:28.354 INFO:tasks.rados.rados.0.smithi055.stdout:182: copy_from oid 21 from oid 24 current snap is 14 2023-10-14T00:02:28.354 INFO:tasks.rados.rados.0.smithi055.stdout:183: copy_from oid 3 from oid 7 current snap is 14 2023-10-14T00:02:28.354 INFO:tasks.rados.rados.0.smithi055.stdout:184: read oid 33 snap -1 2023-10-14T00:02:28.355 INFO:tasks.rados.rados.0.smithi055.stdout:184: expect (ObjNum 2 snap 0 seq_num 2) 2023-10-14T00:02:28.355 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 16 current snap is 14 2023-10-14T00:02:28.355 INFO:tasks.rados.rados.0.smithi055.stdout:185: seq_num 84 ranges {1368064=614400,1982464=434176,2416640=368640} 2023-10-14T00:02:28.365 INFO:tasks.rados.rados.0.smithi055.stdout:185: writing smithi055169533-16 from 1368064 to 1982464 tid 1 2023-10-14T00:02:28.367 INFO:tasks.rados.rados.0.smithi055.stdout:185: writing smithi055169533-16 from 1982464 to 2416640 tid 2 2023-10-14T00:02:28.370 INFO:tasks.rados.rados.0.smithi055.stdout:185: writing smithi055169533-16 from 2416640 to 2785280 tid 3 2023-10-14T00:02:28.370 INFO:tasks.rados.rados.0.smithi055.stdout:186: rmattr oid 34 current snap is 14 2023-10-14T00:02:28.370 INFO:tasks.rados.rados.0.smithi055.stdout:186: done (7 left) 2023-10-14T00:02:28.371 INFO:tasks.rados.rados.0.smithi055.stdout:187: snap_remove snap 12 2023-10-14T00:02:28.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:28 smithi082 ceph-mon[116307]: pgmap v105: 121 pgs: 121 active+clean; 36 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 1.3 MiB/s wr, 15 op/s 2023-10-14T00:02:28.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:28 smithi082 ceph-mon[116307]: osdmap e93: 8 total, 8 up, 8 in 2023-10-14T00:02:28.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:28 smithi055 ceph-mon[124249]: pgmap v105: 121 pgs: 121 active+clean; 36 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 1.3 MiB/s wr, 15 op/s 2023-10-14T00:02:28.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:28 smithi055 ceph-mon[124249]: osdmap e93: 8 total, 8 up, 8 in 2023-10-14T00:02:28.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:28 smithi055 ceph-mon[110989]: pgmap v105: 121 pgs: 121 active+clean; 36 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 1.3 MiB/s wr, 15 op/s 2023-10-14T00:02:28.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:28 smithi055 ceph-mon[110989]: osdmap e93: 8 total, 8 up, 8 in 2023-10-14T00:02:29.368 INFO:tasks.rados.rados.0.smithi055.stdout:187: done (7 left) 2023-10-14T00:02:29.368 INFO:tasks.rados.rados.0.smithi055.stdout:188: read oid 39 snap -1 2023-10-14T00:02:29.369 INFO:tasks.rados.rados.0.smithi055.stdout:188: expect (ObjNum 38 snap 0 seq_num 38) 2023-10-14T00:02:29.369 INFO:tasks.rados.rados.0.smithi055.stdout:189: rmattr oid 4 current snap is 14 2023-10-14T00:02:29.369 INFO:tasks.rados.rados.0.smithi055.stdout:189: done (8 left) 2023-10-14T00:02:29.369 INFO:tasks.rados.rados.0.smithi055.stdout:190: snap_create 2023-10-14T00:02:29.370 INFO:tasks.rados.rados.0.smithi055.stdout:179: finishing write tid 1 to smithi055169533-13 2023-10-14T00:02:29.371 INFO:tasks.rados.rados.0.smithi055.stdout:184: expect (ObjNum 2 snap 0 seq_num 2) 2023-10-14T00:02:29.371 INFO:tasks.rados.rados.0.smithi055.stdout:180: finishing copy_from to smithi055169533-15 2023-10-14T00:02:29.371 INFO:tasks.rados.rados.0.smithi055.stdout:180: got expected ENOENT (src dne) 2023-10-14T00:02:29.371 INFO:tasks.rados.rados.0.smithi055.stdout:180: finishing copy_from racing read to smithi055169533-15 2023-10-14T00:02:29.372 INFO:tasks.rados.rados.0.smithi055.stdout:179: finishing write tid 2 to smithi055169533-13 2023-10-14T00:02:29.372 INFO:tasks.rados.rados.0.smithi055.stdout:181: finishing rollback tid 0 to smithi055169533-19 2023-10-14T00:02:29.372 INFO:tasks.rados.rados.0.smithi055.stdout:181: finishing rollback tid 1 to smithi055169533-19 2023-10-14T00:02:29.372 INFO:tasks.rados.rados.0.smithi055.stdout:179: finishing write tid 3 to smithi055169533-13 2023-10-14T00:02:29.373 INFO:tasks.rados.rados.0.smithi055.stdout:179: finishing write tid 4 to smithi055169533-13 2023-10-14T00:02:29.373 INFO:tasks.rados.rados.0.smithi055.stdout:181: finishing rollback tid 2 to smithi055169533-19 2023-10-14T00:02:29.373 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 19 v 8 (ObjNum 18 snap 0 seq_num 18) dirty exists 2023-10-14T00:02:29.373 INFO:tasks.rados.rados.0.smithi055.stdout:183: finishing copy_from to smithi055169533-3 2023-10-14T00:02:29.373 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 3 v 6 (ObjNum 23 snap 0 seq_num 23) dirty exists 2023-10-14T00:02:29.374 INFO:tasks.rados.rados.0.smithi055.stdout:179: finishing write tid 5 to smithi055169533-13 2023-10-14T00:02:29.374 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 13 v 15 (ObjNum 83 snap 14 seq_num 83) dirty exists 2023-10-14T00:02:29.374 INFO:tasks.rados.rados.0.smithi055.stdout:179: left oid 13 (ObjNum 83 snap 14 seq_num 83) 2023-10-14T00:02:29.374 INFO:tasks.rados.rados.0.smithi055.stdout:183: finishing copy_from racing read to smithi055169533-3 2023-10-14T00:02:29.375 INFO:tasks.rados.rados.0.smithi055.stdout:182: finishing copy_from to smithi055169533-21 2023-10-14T00:02:29.375 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 21 v 6 (ObjNum 23 snap 0 seq_num 23) dirty exists 2023-10-14T00:02:29.375 INFO:tasks.rados.rados.0.smithi055.stdout:182: finishing copy_from racing read to smithi055169533-21 2023-10-14T00:02:29.375 INFO:tasks.rados.rados.0.smithi055.stdout:185: finishing write tid 1 to smithi055169533-16 2023-10-14T00:02:29.376 INFO:tasks.rados.rados.0.smithi055.stdout:185: finishing write tid 2 to smithi055169533-16 2023-10-14T00:02:29.376 INFO:tasks.rados.rados.0.smithi055.stdout:185: finishing write tid 3 to smithi055169533-16 2023-10-14T00:02:29.376 INFO:tasks.rados.rados.0.smithi055.stdout:185: finishing write tid 4 to smithi055169533-16 2023-10-14T00:02:29.376 INFO:tasks.rados.rados.0.smithi055.stdout:185: finishing write tid 5 to smithi055169533-16 2023-10-14T00:02:29.376 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 16 v 17 (ObjNum 84 snap 14 seq_num 84) dirty exists 2023-10-14T00:02:29.377 INFO:tasks.rados.rados.0.smithi055.stdout:185: left oid 16 (ObjNum 84 snap 14 seq_num 84) 2023-10-14T00:02:29.377 INFO:tasks.rados.rados.0.smithi055.stdout:188: expect (ObjNum 38 snap 0 seq_num 38) 2023-10-14T00:02:29.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:29 smithi082 ceph-mon[116307]: osdmap e94: 8 total, 8 up, 8 in 2023-10-14T00:02:29.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:29 smithi055 ceph-mon[124249]: osdmap e94: 8 total, 8 up, 8 in 2023-10-14T00:02:29.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:29 smithi055 ceph-mon[110989]: osdmap e94: 8 total, 8 up, 8 in 2023-10-14T00:02:30.278 INFO:tasks.rados.rados.0.smithi055.stdout:179: done (8 left) 2023-10-14T00:02:30.278 INFO:tasks.rados.rados.0.smithi055.stdout:180: done (7 left) 2023-10-14T00:02:30.278 INFO:tasks.rados.rados.0.smithi055.stdout:181: done (6 left) 2023-10-14T00:02:30.279 INFO:tasks.rados.rados.0.smithi055.stdout:182: done (5 left) 2023-10-14T00:02:30.279 INFO:tasks.rados.rados.0.smithi055.stdout:183: done (4 left) 2023-10-14T00:02:30.279 INFO:tasks.rados.rados.0.smithi055.stdout:184: done (3 left) 2023-10-14T00:02:30.279 INFO:tasks.rados.rados.0.smithi055.stdout:185: done (2 left) 2023-10-14T00:02:30.279 INFO:tasks.rados.rados.0.smithi055.stdout:188: done (1 left) 2023-10-14T00:02:30.280 INFO:tasks.rados.rados.0.smithi055.stdout:190: done (0 left) 2023-10-14T00:02:30.280 INFO:tasks.rados.rados.0.smithi055.stdout:191: copy_from oid 17 from oid 8 current snap is 15 2023-10-14T00:02:30.280 INFO:tasks.rados.rados.0.smithi055.stdout:192: read oid 32 snap -1 2023-10-14T00:02:30.280 INFO:tasks.rados.rados.0.smithi055.stdout:192: expect (ObjNum 31 snap 0 seq_num 31) 2023-10-14T00:02:30.281 INFO:tasks.rados.rados.0.smithi055.stdout:193: snap_remove snap 11 2023-10-14T00:02:30.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:30 smithi082 ceph-mon[116307]: pgmap v108: 121 pgs: 121 active+clean; 43 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 MiB/s rd, 1.8 MiB/s wr, 10 op/s 2023-10-14T00:02:30.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:30 smithi082 ceph-mon[116307]: osdmap e95: 8 total, 8 up, 8 in 2023-10-14T00:02:30.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:30 smithi082 ceph-mon[116307]: osdmap e96: 8 total, 8 up, 8 in 2023-10-14T00:02:30.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:30 smithi055 ceph-mon[110989]: pgmap v108: 121 pgs: 121 active+clean; 43 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 MiB/s rd, 1.8 MiB/s wr, 10 op/s 2023-10-14T00:02:30.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:30 smithi055 ceph-mon[110989]: osdmap e95: 8 total, 8 up, 8 in 2023-10-14T00:02:30.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:30 smithi055 ceph-mon[110989]: osdmap e96: 8 total, 8 up, 8 in 2023-10-14T00:02:30.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:30 smithi055 ceph-mon[124249]: pgmap v108: 121 pgs: 121 active+clean; 43 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 MiB/s rd, 1.8 MiB/s wr, 10 op/s 2023-10-14T00:02:30.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:30 smithi055 ceph-mon[124249]: osdmap e95: 8 total, 8 up, 8 in 2023-10-14T00:02:30.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:30 smithi055 ceph-mon[124249]: osdmap e96: 8 total, 8 up, 8 in 2023-10-14T00:02:31.288 INFO:tasks.rados.rados.0.smithi055.stdout:193: done (2 left) 2023-10-14T00:02:31.288 INFO:tasks.rados.rados.0.smithi055.stdout:194: rmattr oid 13 current snap is 15 2023-10-14T00:02:31.288 INFO:tasks.rados.rados.0.smithi055.stdout:194: done (2 left) 2023-10-14T00:02:31.288 INFO:tasks.rados.rados.0.smithi055.stdout:195: copy_from oid 27 from oid 29 current snap is 15 2023-10-14T00:02:31.289 INFO:tasks.rados.rados.0.smithi055.stdout:196: snap_remove snap 13 2023-10-14T00:02:32.294 INFO:tasks.rados.rados.0.smithi055.stdout:196: done (3 left) 2023-10-14T00:02:32.294 INFO:tasks.rados.rados.0.smithi055.stdout:197: read oid 14 snap -1 2023-10-14T00:02:32.295 INFO:tasks.rados.rados.0.smithi055.stdout:197: expect (ObjNum 50 snap 0 seq_num 50) 2023-10-14T00:02:32.295 INFO:tasks.rados.rados.0.smithi055.stdout:198: rollback oid 37 current snap is 15 2023-10-14T00:02:32.295 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 37 to 8 2023-10-14T00:02:32.295 INFO:tasks.rados.rados.0.smithi055.stdout:191: finishing copy_from to smithi055169533-17 2023-10-14T00:02:32.295 INFO:tasks.rados.rados.0.smithi055.stdout:191: got expected ENOENT (src dne) 2023-10-14T00:02:32.296 INFO:tasks.rados.rados.0.smithi055.stdout:191: finishing copy_from racing read to smithi055169533-17 2023-10-14T00:02:32.296 INFO:tasks.rados.rados.0.smithi055.stdout:192: expect (ObjNum 31 snap 0 seq_num 31) 2023-10-14T00:02:32.310 INFO:tasks.rados.rados.0.smithi055.stdout:195: finishing copy_from to smithi055169533-27 2023-10-14T00:02:32.311 INFO:tasks.rados.rados.0.smithi055.stdout:195: got expected ENOENT (src dne) 2023-10-14T00:02:32.311 INFO:tasks.rados.rados.0.smithi055.stdout:195: finishing copy_from racing read to smithi055169533-27 2023-10-14T00:02:32.311 INFO:tasks.rados.rados.0.smithi055.stdout:198: finishing rollback tid 0 to smithi055169533-37 2023-10-14T00:02:32.311 INFO:tasks.rados.rados.0.smithi055.stdout:198: finishing rollback tid 1 to smithi055169533-37 2023-10-14T00:02:32.311 INFO:tasks.rados.rados.0.smithi055.stdout:191: done (4 left) 2023-10-14T00:02:32.312 INFO:tasks.rados.rados.0.smithi055.stdout:192: done (3 left) 2023-10-14T00:02:32.312 INFO:tasks.rados.rados.0.smithi055.stdout:195: done (2 left) 2023-10-14T00:02:32.312 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 17 current snap is 15 2023-10-14T00:02:32.312 INFO:tasks.rados.rados.0.smithi055.stdout:198: finishing rollback tid 2 to smithi055169533-37 2023-10-14T00:02:32.312 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 37 v 59 (ObjNum 36 snap 0 seq_num 36) dirty exists 2023-10-14T00:02:32.312 INFO:tasks.rados.rados.0.smithi055.stdout:197: expect (ObjNum 50 snap 0 seq_num 50) 2023-10-14T00:02:32.341 INFO:tasks.rados.rados.0.smithi055.stdout:199: seq_num 85 ranges {0=630784,630784=720896,1351680=81920} 2023-10-14T00:02:32.345 INFO:tasks.rados.rados.0.smithi055.stdout:199: writing smithi055169533-17 from 0 to 630784 tid 1 2023-10-14T00:02:32.350 INFO:tasks.rados.rados.0.smithi055.stdout:199: writing smithi055169533-17 from 630784 to 1351680 tid 2 2023-10-14T00:02:32.351 INFO:tasks.rados.rados.0.smithi055.stdout:199: writing smithi055169533-17 from 1351680 to 1433600 tid 3 2023-10-14T00:02:32.351 INFO:tasks.rados.rados.0.smithi055.stdout:197: done (2 left) 2023-10-14T00:02:32.351 INFO:tasks.rados.rados.0.smithi055.stdout:198: done (1 left) 2023-10-14T00:02:32.351 INFO:tasks.rados.rados.0.smithi055.stdout:200: read oid 35 snap -1 2023-10-14T00:02:32.352 INFO:tasks.rados.rados.0.smithi055.stdout:200: expect (ObjNum 34 snap 0 seq_num 34) 2023-10-14T00:02:32.352 INFO:tasks.rados.rados.0.smithi055.stdout:201: delete oid 47 current snap is 15 2023-10-14T00:02:32.352 INFO:tasks.rados.rados.0.smithi055.stdout:199: finishing write tid 1 to smithi055169533-17 2023-10-14T00:02:32.354 INFO:tasks.rados.rados.0.smithi055.stdout:201: done (2 left) 2023-10-14T00:02:32.354 INFO:tasks.rados.rados.0.smithi055.stdout:202: read oid 3 snap -1 2023-10-14T00:02:32.354 INFO:tasks.rados.rados.0.smithi055.stdout:202: expect (ObjNum 23 snap 0 seq_num 23) 2023-10-14T00:02:32.355 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 1 current snap is 15 2023-10-14T00:02:32.355 INFO:tasks.rados.rados.0.smithi055.stdout:203: seq_num 87 ranges {0=663552,663552=491520,1155072=311296} 2023-10-14T00:02:32.358 INFO:tasks.rados.rados.0.smithi055.stdout:203: writing smithi055169533-1 from 0 to 663552 tid 1 2023-10-14T00:02:32.361 INFO:tasks.rados.rados.0.smithi055.stdout:203: writing smithi055169533-1 from 663552 to 1155072 tid 2 2023-10-14T00:02:32.363 INFO:tasks.rados.rados.0.smithi055.stdout:203: writing smithi055169533-1 from 1155072 to 1466368 tid 3 2023-10-14T00:02:32.364 INFO:tasks.rados.rados.0.smithi055.stdout:204: copy_from oid 25 from oid 10 current snap is 15 2023-10-14T00:02:32.364 INFO:tasks.rados.rados.0.smithi055.stdout:199: finishing write tid 2 to smithi055169533-17 2023-10-14T00:02:32.364 INFO:tasks.rados.rados.0.smithi055.stdout:199: finishing write tid 3 to smithi055169533-17 2023-10-14T00:02:32.364 INFO:tasks.rados.rados.0.smithi055.stdout:199: finishing write tid 4 to smithi055169533-17 2023-10-14T00:02:32.364 INFO:tasks.rados.rados.0.smithi055.stdout:199: finishing write tid 5 to smithi055169533-17 2023-10-14T00:02:32.365 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 17 v 102 (ObjNum 85 snap 15 seq_num 85) dirty exists 2023-10-14T00:02:32.365 INFO:tasks.rados.rados.0.smithi055.stdout:199: left oid 17 (ObjNum 85 snap 15 seq_num 85) 2023-10-14T00:02:32.365 INFO:tasks.rados.rados.0.smithi055.stdout:199: done (4 left) 2023-10-14T00:02:32.365 INFO:tasks.rados.rados.0.smithi055.stdout:205: snap_create 2023-10-14T00:02:32.365 INFO:tasks.rados.rados.0.smithi055.stdout:202: expect (ObjNum 23 snap 0 seq_num 23) 2023-10-14T00:02:32.375 INFO:tasks.rados.rados.0.smithi055.stdout:200: expect (ObjNum 34 snap 0 seq_num 34) 2023-10-14T00:02:32.394 INFO:tasks.rados.rados.0.smithi055.stdout:203: finishing write tid 1 to smithi055169533-1 2023-10-14T00:02:32.394 INFO:tasks.rados.rados.0.smithi055.stdout:203: finishing write tid 2 to smithi055169533-1 2023-10-14T00:02:32.394 INFO:tasks.rados.rados.0.smithi055.stdout:203: finishing write tid 3 to smithi055169533-1 2023-10-14T00:02:32.394 INFO:tasks.rados.rados.0.smithi055.stdout:203: finishing write tid 4 to smithi055169533-1 2023-10-14T00:02:32.394 INFO:tasks.rados.rados.0.smithi055.stdout:203: finishing write tid 5 to smithi055169533-1 2023-10-14T00:02:32.395 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 1 v 19 (ObjNum 87 snap 15 seq_num 87) dirty exists 2023-10-14T00:02:32.395 INFO:tasks.rados.rados.0.smithi055.stdout:203: left oid 1 (ObjNum 87 snap 15 seq_num 87) 2023-10-14T00:02:32.395 INFO:tasks.rados.rados.0.smithi055.stdout:204: finishing copy_from to smithi055169533-25 2023-10-14T00:02:32.395 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 25 v 12 (ObjNum 38 snap 0 seq_num 38) dirty exists 2023-10-14T00:02:32.395 INFO:tasks.rados.rados.0.smithi055.stdout:204: finishing copy_from racing read to smithi055169533-25 2023-10-14T00:02:32.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:32 smithi082 ceph-mon[116307]: pgmap v111: 121 pgs: 121 active+clean; 43 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 MiB/s rd, 1.8 MiB/s wr, 10 op/s 2023-10-14T00:02:32.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:32 smithi082 ceph-mon[116307]: osdmap e97: 8 total, 8 up, 8 in 2023-10-14T00:02:32.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:32 smithi055 ceph-mon[124249]: pgmap v111: 121 pgs: 121 active+clean; 43 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 MiB/s rd, 1.8 MiB/s wr, 10 op/s 2023-10-14T00:02:32.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:32 smithi055 ceph-mon[124249]: osdmap e97: 8 total, 8 up, 8 in 2023-10-14T00:02:32.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:32 smithi055 ceph-mon[110989]: pgmap v111: 121 pgs: 121 active+clean; 43 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 MiB/s rd, 1.8 MiB/s wr, 10 op/s 2023-10-14T00:02:32.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:32 smithi055 ceph-mon[110989]: osdmap e97: 8 total, 8 up, 8 in 2023-10-14T00:02:33.311 INFO:tasks.rados.rados.0.smithi055.stdout:200: done (4 left) 2023-10-14T00:02:33.312 INFO:tasks.rados.rados.0.smithi055.stdout:202: done (3 left) 2023-10-14T00:02:33.312 INFO:tasks.rados.rados.0.smithi055.stdout:203: done (2 left) 2023-10-14T00:02:33.312 INFO:tasks.rados.rados.0.smithi055.stdout:204: done (1 left) 2023-10-14T00:02:33.312 INFO:tasks.rados.rados.0.smithi055.stdout:205: done (0 left) 2023-10-14T00:02:33.313 INFO:tasks.rados.rados.0.smithi055.stdout:206: delete oid 31 current snap is 16 2023-10-14T00:02:33.314 INFO:tasks.rados.rados.0.smithi055.stdout:206: done (0 left) 2023-10-14T00:02:33.315 INFO:tasks.rados.rados.0.smithi055.stdout:207: delete oid 26 current snap is 16 2023-10-14T00:02:33.318 INFO:tasks.rados.rados.0.smithi055.stdout:207: done (0 left) 2023-10-14T00:02:33.319 INFO:tasks.rados.rados.0.smithi055.stdout:208: copy_from oid 20 from oid 42 current snap is 16 2023-10-14T00:02:33.319 INFO:tasks.rados.rados.0.smithi055.stdout:209: delete oid 5 current snap is 16 2023-10-14T00:02:33.321 INFO:tasks.rados.rados.0.smithi055.stdout:208: finishing copy_from to smithi055169533-20 2023-10-14T00:02:33.322 INFO:tasks.rados.rados.0.smithi055.stdout:208: got expected ENOENT (src dne) 2023-10-14T00:02:33.322 INFO:tasks.rados.rados.0.smithi055.stdout:209: done (1 left) 2023-10-14T00:02:33.322 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 13 current snap is 16 2023-10-14T00:02:33.322 INFO:tasks.rados.rados.0.smithi055.stdout:210: seq_num 91 ranges {1400832=729088,2129920=425984,2555904=376832} 2023-10-14T00:02:33.333 INFO:tasks.rados.rados.0.smithi055.stdout:210: writing smithi055169533-13 from 1400832 to 2129920 tid 1 2023-10-14T00:02:33.336 INFO:tasks.rados.rados.0.smithi055.stdout:210: writing smithi055169533-13 from 2129920 to 2555904 tid 2 2023-10-14T00:02:33.339 INFO:tasks.rados.rados.0.smithi055.stdout:210: writing smithi055169533-13 from 2555904 to 2932736 tid 3 2023-10-14T00:02:33.339 INFO:tasks.rados.rados.0.smithi055.stdout:211: read oid 19 snap -1 2023-10-14T00:02:33.339 INFO:tasks.rados.rados.0.smithi055.stdout:211: expect (ObjNum 18 snap 0 seq_num 18) 2023-10-14T00:02:33.339 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 21 current snap is 16 2023-10-14T00:02:33.340 INFO:tasks.rados.rados.0.smithi055.stdout:212: seq_num 92 ranges {393216=745472,1138688=761856,1900544=40960} 2023-10-14T00:02:33.345 INFO:tasks.rados.rados.0.smithi055.stdout:212: writing smithi055169533-21 from 393216 to 1138688 tid 1 2023-10-14T00:02:33.350 INFO:tasks.rados.rados.0.smithi055.stdout:212: writing smithi055169533-21 from 1138688 to 1900544 tid 2 2023-10-14T00:02:33.350 INFO:tasks.rados.rados.0.smithi055.stdout:212: writing smithi055169533-21 from 1900544 to 1941504 tid 3 2023-10-14T00:02:33.350 INFO:tasks.rados.rados.0.smithi055.stdout:213: delete oid 22 current snap is 16 2023-10-14T00:02:33.351 INFO:tasks.rados.rados.0.smithi055.stdout:208: finishing copy_from racing read to smithi055169533-20 2023-10-14T00:02:33.351 INFO:tasks.rados.rados.0.smithi055.stdout:210: finishing write tid 1 to smithi055169533-13 2023-10-14T00:02:33.351 INFO:tasks.rados.rados.0.smithi055.stdout:210: finishing write tid 2 to smithi055169533-13 2023-10-14T00:02:33.351 INFO:tasks.rados.rados.0.smithi055.stdout:210: finishing write tid 3 to smithi055169533-13 2023-10-14T00:02:33.351 INFO:tasks.rados.rados.0.smithi055.stdout:210: finishing write tid 4 to smithi055169533-13 2023-10-14T00:02:33.351 INFO:tasks.rados.rados.0.smithi055.stdout:211: expect (ObjNum 18 snap 0 seq_num 18) 2023-10-14T00:02:33.359 INFO:tasks.rados.rados.0.smithi055.stdout:210: finishing write tid 5 to smithi055169533-13 2023-10-14T00:02:33.360 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 13 v 24 (ObjNum 91 snap 16 seq_num 91) dirty exists 2023-10-14T00:02:33.360 INFO:tasks.rados.rados.0.smithi055.stdout:210: left oid 13 (ObjNum 91 snap 16 seq_num 91) 2023-10-14T00:02:33.360 INFO:tasks.rados.rados.0.smithi055.stdout:208: done (4 left) 2023-10-14T00:02:33.360 INFO:tasks.rados.rados.0.smithi055.stdout:210: done (3 left) 2023-10-14T00:02:33.360 INFO:tasks.rados.rados.0.smithi055.stdout:211: done (2 left) 2023-10-14T00:02:33.361 INFO:tasks.rados.rados.0.smithi055.stdout:213: done (1 left) 2023-10-14T00:02:33.361 INFO:tasks.rados.rados.0.smithi055.stdout:214: read oid 32 snap -1 2023-10-14T00:02:33.361 INFO:tasks.rados.rados.0.smithi055.stdout:214: expect (ObjNum 31 snap 0 seq_num 31) 2023-10-14T00:02:33.361 INFO:tasks.rados.rados.0.smithi055.stdout:215: copy_from oid 28 from oid 40 current snap is 16 2023-10-14T00:02:33.361 INFO:tasks.rados.rados.0.smithi055.stdout:212: finishing write tid 1 to smithi055169533-21 2023-10-14T00:02:33.362 INFO:tasks.rados.rados.0.smithi055.stdout:212: finishing write tid 2 to smithi055169533-21 2023-10-14T00:02:33.362 INFO:tasks.rados.rados.0.smithi055.stdout:212: finishing write tid 3 to smithi055169533-21 2023-10-14T00:02:33.362 INFO:tasks.rados.rados.0.smithi055.stdout:212: finishing write tid 4 to smithi055169533-21 2023-10-14T00:02:33.362 INFO:tasks.rados.rados.0.smithi055.stdout:212: finishing write tid 5 to smithi055169533-21 2023-10-14T00:02:33.362 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 21 v 54 (ObjNum 92 snap 16 seq_num 92) dirty exists 2023-10-14T00:02:33.362 INFO:tasks.rados.rados.0.smithi055.stdout:212: left oid 21 (ObjNum 92 snap 16 seq_num 92) 2023-10-14T00:02:33.363 INFO:tasks.rados.rados.0.smithi055.stdout:212: done (2 left) 2023-10-14T00:02:33.363 INFO:tasks.rados.rados.0.smithi055.stdout:216: copy_from oid 31 from oid 19 current snap is 16 2023-10-14T00:02:33.363 INFO:tasks.rados.rados.0.smithi055.stdout:217: read oid 14 snap 15 2023-10-14T00:02:33.363 INFO:tasks.rados.rados.0.smithi055.stdout:217: expect (ObjNum 50 snap 0 seq_num 50) 2023-10-14T00:02:33.363 INFO:tasks.rados.rados.0.smithi055.stdout:218: delete oid 41 current snap is 16 2023-10-14T00:02:33.364 INFO:tasks.rados.rados.0.smithi055.stdout:218: done (4 left) 2023-10-14T00:02:33.364 INFO:tasks.rados.rados.0.smithi055.stdout:219: rollback oid 9 current snap is 16 2023-10-14T00:02:33.364 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 9 to 8 2023-10-14T00:02:33.365 INFO:tasks.rados.rados.0.smithi055.stdout:220: delete oid 20 current snap is 16 2023-10-14T00:02:33.365 INFO:tasks.rados.rados.0.smithi055.stdout:214: expect (ObjNum 31 snap 0 seq_num 31) 2023-10-14T00:02:33.379 INFO:tasks.rados.rados.0.smithi055.stdout:219: finishing rollback tid 0 to smithi055169533-9 2023-10-14T00:02:33.379 INFO:tasks.rados.rados.0.smithi055.stdout:216: finishing copy_from to smithi055169533-31 2023-10-14T00:02:33.379 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 31 v 8 (ObjNum 18 snap 0 seq_num 18) dirty exists 2023-10-14T00:02:33.379 INFO:tasks.rados.rados.0.smithi055.stdout:216: finishing copy_from racing read to smithi055169533-31 2023-10-14T00:02:33.380 INFO:tasks.rados.rados.0.smithi055.stdout:219: finishing rollback tid 1 to smithi055169533-9 2023-10-14T00:02:33.380 INFO:tasks.rados.rados.0.smithi055.stdout:219: finishing rollback tid 2 to smithi055169533-9 2023-10-14T00:02:33.380 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 9 v 36 (ObjNum 72 snap 6 seq_num 72) dirty exists 2023-10-14T00:02:33.380 INFO:tasks.rados.rados.0.smithi055.stdout:215: finishing copy_from to smithi055169533-28 2023-10-14T00:02:33.380 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 28 v 13 (ObjNum 39 snap 0 seq_num 39) dirty exists 2023-10-14T00:02:33.381 INFO:tasks.rados.rados.0.smithi055.stdout:215: finishing copy_from racing read to smithi055169533-28 2023-10-14T00:02:33.381 INFO:tasks.rados.rados.0.smithi055.stdout:217: expect (ObjNum 50 snap 0 seq_num 50) 2023-10-14T00:02:33.410 INFO:tasks.rados.rados.0.smithi055.stdout:214: done (5 left) 2023-10-14T00:02:33.411 INFO:tasks.rados.rados.0.smithi055.stdout:215: done (4 left) 2023-10-14T00:02:33.411 INFO:tasks.rados.rados.0.smithi055.stdout:216: done (3 left) 2023-10-14T00:02:33.411 INFO:tasks.rados.rados.0.smithi055.stdout:217: done (2 left) 2023-10-14T00:02:33.411 INFO:tasks.rados.rados.0.smithi055.stdout:219: done (1 left) 2023-10-14T00:02:33.411 INFO:tasks.rados.rados.0.smithi055.stdout:220: done (0 left) 2023-10-14T00:02:33.412 INFO:tasks.rados.rados.0.smithi055.stdout:221: copy_from oid 44 from oid 24 current snap is 16 2023-10-14T00:02:33.412 INFO:tasks.rados.rados.0.smithi055.stdout:222: rollback oid 13 current snap is 16 2023-10-14T00:02:33.412 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 13 to 8 2023-10-14T00:02:33.412 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 17 current snap is 16 2023-10-14T00:02:33.412 INFO:tasks.rados.rados.0.smithi055.stdout:223: seq_num 96 ranges {1433600=409600,1843200=696320,2539520=507904} 2023-10-14T00:02:33.421 INFO:tasks.rados.rados.0.smithi055.stdout:223: writing smithi055169533-17 from 1433600 to 1843200 tid 1 2023-10-14T00:02:33.425 INFO:tasks.rados.rados.0.smithi055.stdout:223: writing smithi055169533-17 from 1843200 to 2539520 tid 2 2023-10-14T00:02:33.428 INFO:tasks.rados.rados.0.smithi055.stdout:223: writing smithi055169533-17 from 2539520 to 3047424 tid 3 2023-10-14T00:02:33.428 INFO:tasks.rados.rados.0.smithi055.stdout:224: rollback oid 35 current snap is 16 2023-10-14T00:02:33.428 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 35 to 9 2023-10-14T00:02:33.429 INFO:tasks.rados.rados.0.smithi055.stdout:222: finishing rollback tid 0 to smithi055169533-13 2023-10-14T00:02:33.429 INFO:tasks.rados.rados.0.smithi055.stdout:225: snap_remove snap 15 2023-10-14T00:02:33.625 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:02:33 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:02:33] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.43.0" 2023-10-14T00:02:33.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:33 smithi082 ceph-mon[116307]: osdmap e98: 8 total, 8 up, 8 in 2023-10-14T00:02:33.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:33 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:02:33.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:33 smithi055 ceph-mon[124249]: osdmap e98: 8 total, 8 up, 8 in 2023-10-14T00:02:33.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:33 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:02:33.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:33 smithi055 ceph-mon[110989]: osdmap e98: 8 total, 8 up, 8 in 2023-10-14T00:02:33.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:33 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:02:34.146 INFO:teuthology.orchestra.run.smithi055.stdout:true 2023-10-14T00:02:34.322 INFO:tasks.rados.rados.0.smithi055.stdout:225: done (4 left) 2023-10-14T00:02:34.322 INFO:tasks.rados.rados.0.smithi055.stdout:226: snap_remove snap 14 2023-10-14T00:02:34.483 INFO:teuthology.orchestra.run.smithi055.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-14T00:02:34.483 INFO:teuthology.orchestra.run.smithi055.stdout:alertmanager.a smithi055 *:9093,9094 running (113s) 105s ago 2m 17.5M - 0.25.0 c8568f914cd2 d488f4ce2e1f 2023-10-14T00:02:34.483 INFO:teuthology.orchestra.run.smithi055.stdout:grafana.a smithi082 *:3000 running (2m) 106s ago 2m 83.2M - 9.4.7 2c41d148cca3 b5effe27e4b3 2023-10-14T00:02:34.483 INFO:teuthology.orchestra.run.smithi055.stdout:mds.a smithi055 running (3m) 105s ago 3m 13.9M - 17.2.6-1409-gc4ba9722 8659eb916c3b a64e2d68f55a 2023-10-14T00:02:34.484 INFO:teuthology.orchestra.run.smithi055.stdout:mds.b smithi082 running (3m) 106s ago 3m 18.1M - 17.2.6-1409-gc4ba9722 8659eb916c3b c8f059701aff 2023-10-14T00:02:34.484 INFO:teuthology.orchestra.run.smithi055.stdout:mgr.x smithi082 *:8443 running (5m) 106s ago 5m 438M - 17.2.6-1409-gc4ba9722 8659eb916c3b d3e3b6b73b5b 2023-10-14T00:02:34.484 INFO:teuthology.orchestra.run.smithi055.stdout:mgr.y smithi055 *:9283 running (6m) 105s ago 6m 495M - 17.2.6-1409-gc4ba9722 8659eb916c3b e126a38a6c92 2023-10-14T00:02:34.484 INFO:teuthology.orchestra.run.smithi055.stdout:mon.a smithi055 running (7m) 105s ago 7m 83.9M 2048M 17.2.6-1409-gc4ba9722 8659eb916c3b 9b9c59bf5862 2023-10-14T00:02:34.484 INFO:teuthology.orchestra.run.smithi055.stdout:mon.b smithi082 running (5m) 106s ago 5m 65.9M 2048M 17.2.6-1409-gc4ba9722 8659eb916c3b f6fcf1af9c8f 2023-10-14T00:02:34.485 INFO:teuthology.orchestra.run.smithi055.stdout:mon.c smithi055 running (5m) 105s ago 5m 65.2M 2048M 17.2.6-1409-gc4ba9722 8659eb916c3b d426312983c2 2023-10-14T00:02:34.485 INFO:teuthology.orchestra.run.smithi055.stdout:node-exporter.a smithi055 *:9100 running (2m) 105s ago 2m 11.9M - 1.5.0 0da6a335fe13 d825d3efb2a2 2023-10-14T00:02:34.485 INFO:teuthology.orchestra.run.smithi055.stdout:node-exporter.b smithi082 *:9100 running (2m) 106s ago 2m 4173k - 1.5.0 0da6a335fe13 b17919963465 2023-10-14T00:02:34.485 INFO:teuthology.orchestra.run.smithi055.stdout:osd.0 smithi055 running (5m) 105s ago 5m 64.5M 2999M 17.2.6-1409-gc4ba9722 8659eb916c3b 66d9116b2b46 2023-10-14T00:02:34.485 INFO:teuthology.orchestra.run.smithi055.stdout:osd.1 smithi055 running (5m) 105s ago 5m 59.3M 2999M 17.2.6-1409-gc4ba9722 8659eb916c3b b25945c260a3 2023-10-14T00:02:34.486 INFO:teuthology.orchestra.run.smithi055.stdout:osd.2 smithi055 running (4m) 105s ago 4m 56.2M 2999M 17.2.6-1409-gc4ba9722 8659eb916c3b 20662f684e60 2023-10-14T00:02:34.486 INFO:teuthology.orchestra.run.smithi055.stdout:osd.3 smithi055 running (4m) 105s ago 4m 51.8M 2999M 17.2.6-1409-gc4ba9722 8659eb916c3b 7b50ece3fc6a 2023-10-14T00:02:34.486 INFO:teuthology.orchestra.run.smithi055.stdout:osd.4 smithi082 running (4m) 106s ago 4m 54.3M 2998M 17.2.6-1409-gc4ba9722 8659eb916c3b 0c6a875b6536 2023-10-14T00:02:34.486 INFO:teuthology.orchestra.run.smithi055.stdout:osd.5 smithi082 running (3m) 106s ago 3m 57.3M 2998M 17.2.6-1409-gc4ba9722 8659eb916c3b 4bc4f3a1610c 2023-10-14T00:02:34.486 INFO:teuthology.orchestra.run.smithi055.stdout:osd.6 smithi082 running (3m) 106s ago 3m 54.0M 2998M 17.2.6-1409-gc4ba9722 8659eb916c3b 534f869fa9c0 2023-10-14T00:02:34.487 INFO:teuthology.orchestra.run.smithi055.stdout:osd.7 smithi082 running (3m) 106s ago 3m 57.0M 2998M 17.2.6-1409-gc4ba9722 8659eb916c3b 8ed5f8f55810 2023-10-14T00:02:34.487 INFO:teuthology.orchestra.run.smithi055.stdout:prometheus.a smithi082 *:9095 running (110s) 106s ago 2m 25.2M - 2.43.0 a07b618ecd1d 8b24a676fee5 2023-10-14T00:02:34.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:34 smithi082 ceph-mon[116307]: pgmap v114: 121 pgs: 121 active+clean; 43 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:02:34.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:34 smithi082 ceph-mon[116307]: osdmap e99: 8 total, 8 up, 8 in 2023-10-14T00:02:34.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:34 smithi055 ceph-mon[110989]: pgmap v114: 121 pgs: 121 active+clean; 43 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:02:34.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:34 smithi055 ceph-mon[110989]: osdmap e99: 8 total, 8 up, 8 in 2023-10-14T00:02:34.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:34 smithi055 ceph-mon[124249]: pgmap v114: 121 pgs: 121 active+clean; 43 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:02:34.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:34 smithi055 ceph-mon[124249]: osdmap e99: 8 total, 8 up, 8 in 2023-10-14T00:02:34.905 INFO:teuthology.orchestra.run.smithi055.stdout:{ 2023-10-14T00:02:34.906 INFO:teuthology.orchestra.run.smithi055.stdout: "mon": { 2023-10-14T00:02:34.906 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)": 3 2023-10-14T00:02:34.906 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:02:34.906 INFO:teuthology.orchestra.run.smithi055.stdout: "mgr": { 2023-10-14T00:02:34.907 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)": 2 2023-10-14T00:02:34.907 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:02:34.907 INFO:teuthology.orchestra.run.smithi055.stdout: "osd": { 2023-10-14T00:02:34.907 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)": 8 2023-10-14T00:02:34.908 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:02:34.908 INFO:teuthology.orchestra.run.smithi055.stdout: "mds": { 2023-10-14T00:02:34.908 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)": 2 2023-10-14T00:02:34.908 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:02:34.908 INFO:teuthology.orchestra.run.smithi055.stdout: "overall": { 2023-10-14T00:02:34.909 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)": 15 2023-10-14T00:02:34.909 INFO:teuthology.orchestra.run.smithi055.stdout: } 2023-10-14T00:02:34.909 INFO:teuthology.orchestra.run.smithi055.stdout:} 2023-10-14T00:02:35.327 INFO:tasks.rados.rados.0.smithi055.stdout:226: done (4 left) 2023-10-14T00:02:35.327 INFO:tasks.rados.rados.0.smithi055.stdout:227: copy_from oid 33 from oid 19 current snap is 16 2023-10-14T00:02:35.327 INFO:tasks.rados.rados.0.smithi055.stdout:222: finishing rollback tid 1 to smithi055169533-13 2023-10-14T00:02:35.328 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 13 v 26 (ObjNum 49 snap 0 seq_num 1529342624) dirty dne 2023-10-14T00:02:35.328 INFO:tasks.rados.rados.0.smithi055.stdout:221: finishing copy_from to smithi055169533-44 2023-10-14T00:02:35.328 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 44 v 6 (ObjNum 23 snap 0 seq_num 23) dirty exists 2023-10-14T00:02:35.328 INFO:tasks.rados.rados.0.smithi055.stdout:221: finishing copy_from racing read to smithi055169533-44 2023-10-14T00:02:35.328 INFO:tasks.rados.rados.0.smithi055.stdout:223: finishing write tid 1 to smithi055169533-17 2023-10-14T00:02:35.329 INFO:tasks.rados.rados.0.smithi055.stdout:223: finishing write tid 2 to smithi055169533-17 2023-10-14T00:02:35.329 INFO:tasks.rados.rados.0.smithi055.stdout:223: finishing write tid 3 to smithi055169533-17 2023-10-14T00:02:35.329 INFO:tasks.rados.rados.0.smithi055.stdout:223: finishing write tid 4 to smithi055169533-17 2023-10-14T00:02:35.329 INFO:tasks.rados.rados.0.smithi055.stdout:224: finishing rollback tid 0 to smithi055169533-35 2023-10-14T00:02:35.329 INFO:tasks.rados.rados.0.smithi055.stdout:223: finishing write tid 5 to smithi055169533-17 2023-10-14T00:02:35.330 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 17 v 108 (ObjNum 96 snap 16 seq_num 96) dirty exists 2023-10-14T00:02:35.330 INFO:tasks.rados.rados.0.smithi055.stdout:223: left oid 17 (ObjNum 96 snap 16 seq_num 96) 2023-10-14T00:02:35.330 INFO:tasks.rados.rados.0.smithi055.stdout:224: finishing rollback tid 1 to smithi055169533-35 2023-10-14T00:02:35.330 INFO:tasks.rados.rados.0.smithi055.stdout:224: finishing rollback tid 2 to smithi055169533-35 2023-10-14T00:02:35.330 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 35 v 112 (ObjNum 34 snap 0 seq_num 34) dirty exists 2023-10-14T00:02:35.331 INFO:tasks.rados.rados.0.smithi055.stdout:221: done (4 left) 2023-10-14T00:02:35.331 INFO:tasks.rados.rados.0.smithi055.stdout:222: done (3 left) 2023-10-14T00:02:35.331 INFO:tasks.rados.rados.0.smithi055.stdout:223: done (2 left) 2023-10-14T00:02:35.331 INFO:tasks.rados.rados.0.smithi055.stdout:224: done (1 left) 2023-10-14T00:02:35.331 INFO:tasks.rados.rados.0.smithi055.stdout:228: delete oid 41 current snap is 16 2023-10-14T00:02:35.339 INFO:tasks.rados.rados.0.smithi055.stdout:228: done (1 left) 2023-10-14T00:02:35.339 INFO:tasks.rados.rados.0.smithi055.stdout:229: delete oid 39 current snap is 16 2023-10-14T00:02:35.339 INFO:tasks.rados.rados.0.smithi055.stdout:227: finishing copy_from to smithi055169533-33 2023-10-14T00:02:35.339 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 33 v 8 (ObjNum 18 snap 0 seq_num 18) dirty exists 2023-10-14T00:02:35.340 INFO:tasks.rados.rados.0.smithi055.stdout:227: finishing copy_from racing read to smithi055169533-33 2023-10-14T00:02:35.340 INFO:tasks.rados.rados.0.smithi055.stdout:227: done (1 left) 2023-10-14T00:02:35.341 INFO:tasks.rados.rados.0.smithi055.stdout:229: done (0 left) 2023-10-14T00:02:35.341 INFO:tasks.rados.rados.0.smithi055.stdout:230: setattr oid 29 current snap is 16 2023-10-14T00:02:35.342 INFO:tasks.rados.rados.0.smithi055.stdout:231: snap_remove snap 5 2023-10-14T00:02:35.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:35 smithi082 ceph-mon[116307]: from='client.15081 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:02:35.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:35 smithi082 ceph-mon[116307]: osdmap e100: 8 total, 8 up, 8 in 2023-10-14T00:02:35.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:35 smithi082 ceph-mon[116307]: from='client.24980 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:02:35.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:35 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/3123527641' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:02:35.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:35 smithi055 ceph-mon[110989]: from='client.15081 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:02:35.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:35 smithi055 ceph-mon[110989]: osdmap e100: 8 total, 8 up, 8 in 2023-10-14T00:02:35.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:35 smithi055 ceph-mon[110989]: from='client.24980 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:02:35.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:35 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/3123527641' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:02:35.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:35 smithi055 ceph-mon[124249]: from='client.15081 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:02:35.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:35 smithi055 ceph-mon[124249]: osdmap e100: 8 total, 8 up, 8 in 2023-10-14T00:02:35.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:35 smithi055 ceph-mon[124249]: from='client.24980 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:02:35.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:35 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/3123527641' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:02:36.344 INFO:tasks.rados.rados.0.smithi055.stdout:231: done (1 left) 2023-10-14T00:02:36.345 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 38 current snap is 16 2023-10-14T00:02:36.345 INFO:tasks.rados.rados.0.smithi055.stdout:232: seq_num 99 ranges {622592=466944,1089536=802816,1892352=401408} 2023-10-14T00:02:36.351 INFO:tasks.rados.rados.0.smithi055.stdout:232: writing smithi055169533-38 from 622592 to 1089536 tid 1 2023-10-14T00:02:36.356 INFO:tasks.rados.rados.0.smithi055.stdout:232: writing smithi055169533-38 from 1089536 to 1892352 tid 2 2023-10-14T00:02:36.359 INFO:tasks.rados.rados.0.smithi055.stdout:232: writing smithi055169533-38 from 1892352 to 2293760 tid 3 2023-10-14T00:02:36.360 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 49 current snap is 16 2023-10-14T00:02:36.360 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 29 v 41 (ObjNum 273 snap 0 seq_num 0) dirty exists 2023-10-14T00:02:36.360 INFO:tasks.rados.rados.0.smithi055.stdout:233: seq_num 100 ranges {811008=483328,1294336=688128,1982464=516096} 2023-10-14T00:02:36.367 INFO:tasks.rados.rados.0.smithi055.stdout:233: writing smithi055169533-49 from 811008 to 1294336 tid 1 2023-10-14T00:02:36.371 INFO:tasks.rados.rados.0.smithi055.stdout:233: writing smithi055169533-49 from 1294336 to 1982464 tid 2 2023-10-14T00:02:36.375 INFO:tasks.rados.rados.0.smithi055.stdout:233: writing smithi055169533-49 from 1982464 to 2498560 tid 3 2023-10-14T00:02:36.375 INFO:tasks.rados.rados.0.smithi055.stdout:230: done (2 left) 2023-10-14T00:02:36.375 INFO:tasks.rados.rados.0.smithi055.stdout:234: copy_from oid 26 from oid 25 current snap is 16 2023-10-14T00:02:36.376 INFO:tasks.rados.rados.0.smithi055.stdout:232: finishing write tid 1 to smithi055169533-38 2023-10-14T00:02:36.376 INFO:tasks.rados.rados.0.smithi055.stdout:232: finishing write tid 2 to smithi055169533-38 2023-10-14T00:02:36.376 INFO:tasks.rados.rados.0.smithi055.stdout:232: finishing write tid 3 to smithi055169533-38 2023-10-14T00:02:36.376 INFO:tasks.rados.rados.0.smithi055.stdout:235: snap_create 2023-10-14T00:02:36.377 INFO:tasks.rados.rados.0.smithi055.stdout:232: finishing write tid 4 to smithi055169533-38 2023-10-14T00:02:36.377 INFO:tasks.rados.rados.0.smithi055.stdout:232: finishing write tid 5 to smithi055169533-38 2023-10-14T00:02:36.377 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 38 v 23 (ObjNum 99 snap 16 seq_num 99) dirty exists 2023-10-14T00:02:36.377 INFO:tasks.rados.rados.0.smithi055.stdout:232: left oid 38 (ObjNum 99 snap 16 seq_num 99) 2023-10-14T00:02:36.377 INFO:tasks.rados.rados.0.smithi055.stdout:233: finishing write tid 1 to smithi055169533-49 2023-10-14T00:02:36.378 INFO:tasks.rados.rados.0.smithi055.stdout:233: finishing write tid 2 to smithi055169533-49 2023-10-14T00:02:36.379 INFO:tasks.rados.rados.0.smithi055.stdout:233: finishing write tid 3 to smithi055169533-49 2023-10-14T00:02:36.379 INFO:tasks.rados.rados.0.smithi055.stdout:233: finishing write tid 4 to smithi055169533-49 2023-10-14T00:02:36.379 INFO:tasks.rados.rados.0.smithi055.stdout:233: finishing write tid 5 to smithi055169533-49 2023-10-14T00:02:36.379 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 49 v 78 (ObjNum 100 snap 16 seq_num 100) dirty exists 2023-10-14T00:02:36.380 INFO:tasks.rados.rados.0.smithi055.stdout:233: left oid 49 (ObjNum 100 snap 16 seq_num 100) 2023-10-14T00:02:36.383 INFO:tasks.rados.rados.0.smithi055.stdout:234: finishing copy_from to smithi055169533-26 2023-10-14T00:02:36.384 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 26 v 12 (ObjNum 38 snap 0 seq_num 38) dirty exists 2023-10-14T00:02:36.384 INFO:tasks.rados.rados.0.smithi055.stdout:234: finishing copy_from racing read to smithi055169533-26 2023-10-14T00:02:36.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:36 smithi082 ceph-mon[116307]: pgmap v117: 121 pgs: 121 active+clean; 50 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 3.7 MiB/s rd, 2.3 MiB/s wr, 21 op/s 2023-10-14T00:02:36.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:36 smithi082 ceph-mon[116307]: osdmap e101: 8 total, 8 up, 8 in 2023-10-14T00:02:36.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:36 smithi055 ceph-mon[110989]: pgmap v117: 121 pgs: 121 active+clean; 50 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 3.7 MiB/s rd, 2.3 MiB/s wr, 21 op/s 2023-10-14T00:02:36.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:36 smithi055 ceph-mon[110989]: osdmap e101: 8 total, 8 up, 8 in 2023-10-14T00:02:36.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:36 smithi055 ceph-mon[124249]: pgmap v117: 121 pgs: 121 active+clean; 50 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 3.7 MiB/s rd, 2.3 MiB/s wr, 21 op/s 2023-10-14T00:02:36.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:36 smithi055 ceph-mon[124249]: osdmap e101: 8 total, 8 up, 8 in 2023-10-14T00:02:37.355 INFO:tasks.rados.rados.0.smithi055.stdout:232: done (3 left) 2023-10-14T00:02:37.355 INFO:tasks.rados.rados.0.smithi055.stdout:233: done (2 left) 2023-10-14T00:02:37.355 INFO:tasks.rados.rados.0.smithi055.stdout:234: done (1 left) 2023-10-14T00:02:37.355 INFO:tasks.rados.rados.0.smithi055.stdout:235: done (0 left) 2023-10-14T00:02:37.356 INFO:tasks.rados.rados.0.smithi055.stdout:236: snap_create 2023-10-14T00:02:37.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:37 smithi082 ceph-mon[116307]: osdmap e102: 8 total, 8 up, 8 in 2023-10-14T00:02:37.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:37 smithi055 ceph-mon[124249]: osdmap e102: 8 total, 8 up, 8 in 2023-10-14T00:02:37.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:37 smithi055 ceph-mon[110989]: osdmap e102: 8 total, 8 up, 8 in 2023-10-14T00:02:38.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:02:37 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:02:37] "GET /metrics HTTP/1.1" 200 239087 "" "Prometheus/2.43.0" 2023-10-14T00:02:38.351 INFO:tasks.rados.rados.0.smithi055.stdout:236: done (0 left) 2023-10-14T00:02:38.352 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 17 current snap is 18 2023-10-14T00:02:38.352 INFO:tasks.rados.rados.0.smithi055.stdout:237: seq_num 101 ranges {3047424=499712,3547136=573440,4120576=524288,4644864=106496} 2023-10-14T00:02:38.374 INFO:tasks.rados.rados.0.smithi055.stdout:237: writing smithi055169533-17 from 3047424 to 3547136 tid 1 2023-10-14T00:02:38.375 INFO:tasks.rados.rados.0.smithi055.stdout:237: writing smithi055169533-17 from 3547136 to 4120576 tid 2 2023-10-14T00:02:38.378 INFO:tasks.rados.rados.0.smithi055.stdout:237: writing smithi055169533-17 from 4120576 to 4644864 tid 3 2023-10-14T00:02:38.380 INFO:tasks.rados.rados.0.smithi055.stdout:237: writing smithi055169533-17 from 4644864 to 4751360 tid 4 2023-10-14T00:02:38.380 INFO:tasks.rados.rados.0.smithi055.stdout:238: rollback oid 8 current snap is 18 2023-10-14T00:02:38.380 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 8 to 9 2023-10-14T00:02:38.380 INFO:tasks.rados.rados.0.smithi055.stdout:237: finishing write tid 1 to smithi055169533-17 2023-10-14T00:02:38.381 INFO:tasks.rados.rados.0.smithi055.stdout:237: finishing write tid 2 to smithi055169533-17 2023-10-14T00:02:38.381 INFO:tasks.rados.rados.0.smithi055.stdout:239: rmattr oid 26 current snap is 18 2023-10-14T00:02:38.381 INFO:tasks.rados.rados.0.smithi055.stdout:239: done (2 left) 2023-10-14T00:02:38.381 INFO:tasks.rados.rados.0.smithi055.stdout:240: delete oid 2 current snap is 18 2023-10-14T00:02:38.382 INFO:tasks.rados.rados.0.smithi055.stdout:240: done (2 left) 2023-10-14T00:02:38.382 INFO:tasks.rados.rados.0.smithi055.stdout:241: rmattr oid 24 current snap is 18 2023-10-14T00:02:38.382 INFO:tasks.rados.rados.0.smithi055.stdout:241: done (2 left) 2023-10-14T00:02:38.382 INFO:tasks.rados.rados.0.smithi055.stdout:242: snap_create 2023-10-14T00:02:38.383 INFO:tasks.rados.rados.0.smithi055.stdout:238: finishing rollback tid 1 to smithi055169533-8 2023-10-14T00:02:38.383 INFO:tasks.rados.rados.0.smithi055.stdout:237: finishing write tid 3 to smithi055169533-17 2023-10-14T00:02:38.383 INFO:tasks.rados.rados.0.smithi055.stdout:237: finishing write tid 4 to smithi055169533-17 2023-10-14T00:02:38.384 INFO:tasks.rados.rados.0.smithi055.stdout:237: finishing write tid 5 to smithi055169533-17 2023-10-14T00:02:38.385 INFO:tasks.rados.rados.0.smithi055.stdout:238: finishing rollback tid 2 to smithi055169533-8 2023-10-14T00:02:38.385 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 8 v 77 (ObjNum 71 snap 5 seq_num 71) dirty exists 2023-10-14T00:02:38.385 INFO:tasks.rados.rados.0.smithi055.stdout:237: finishing write tid 6 to smithi055169533-17 2023-10-14T00:02:38.385 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 17 v 136 (ObjNum 101 snap 18 seq_num 101) dirty exists 2023-10-14T00:02:38.386 INFO:tasks.rados.rados.0.smithi055.stdout:237: left oid 17 (ObjNum 101 snap 18 seq_num 101) 2023-10-14T00:02:38.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:38 smithi082 ceph-mon[116307]: pgmap v120: 121 pgs: 121 active+clean; 50 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 3.7 MiB/s rd, 2.3 MiB/s wr, 21 op/s 2023-10-14T00:02:38.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:38 smithi082 ceph-mon[116307]: osdmap e103: 8 total, 8 up, 8 in 2023-10-14T00:02:38.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:38 smithi055 ceph-mon[124249]: pgmap v120: 121 pgs: 121 active+clean; 50 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 3.7 MiB/s rd, 2.3 MiB/s wr, 21 op/s 2023-10-14T00:02:38.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:38 smithi055 ceph-mon[124249]: osdmap e103: 8 total, 8 up, 8 in 2023-10-14T00:02:38.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:38 smithi055 ceph-mon[110989]: pgmap v120: 121 pgs: 121 active+clean; 50 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 3.7 MiB/s rd, 2.3 MiB/s wr, 21 op/s 2023-10-14T00:02:38.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:38 smithi055 ceph-mon[110989]: osdmap e103: 8 total, 8 up, 8 in 2023-10-14T00:02:39.367 INFO:tasks.rados.rados.0.smithi055.stdout:237: done (2 left) 2023-10-14T00:02:39.368 INFO:tasks.rados.rados.0.smithi055.stdout:238: done (1 left) 2023-10-14T00:02:39.368 INFO:tasks.rados.rados.0.smithi055.stdout:242: done (0 left) 2023-10-14T00:02:39.368 INFO:tasks.rados.rados.0.smithi055.stdout:243: copy_from oid 48 from oid 47 current snap is 19 2023-10-14T00:02:39.368 INFO:tasks.rados.rados.0.smithi055.stdout:244: read oid 34 snap -1 2023-10-14T00:02:39.368 INFO:tasks.rados.rados.0.smithi055.stdout:244: expect (ObjNum 27 snap 0 seq_num 27) 2023-10-14T00:02:39.369 INFO:tasks.rados.rados.0.smithi055.stdout:245: snap_create 2023-10-14T00:02:39.370 INFO:tasks.rados.rados.0.smithi055.stdout:243: finishing copy_from to smithi055169533-48 2023-10-14T00:02:39.370 INFO:tasks.rados.rados.0.smithi055.stdout:243: got expected ENOENT (src dne) 2023-10-14T00:02:39.371 INFO:tasks.rados.rados.0.smithi055.stdout:243: finishing copy_from racing read to smithi055169533-48 2023-10-14T00:02:39.375 INFO:tasks.rados.rados.0.smithi055.stdout:244: expect (ObjNum 27 snap 0 seq_num 27) 2023-10-14T00:02:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:39 smithi082 ceph-mon[116307]: osdmap e104: 8 total, 8 up, 8 in 2023-10-14T00:02:39.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:39 smithi055 ceph-mon[124249]: osdmap e104: 8 total, 8 up, 8 in 2023-10-14T00:02:39.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:39 smithi055 ceph-mon[110989]: osdmap e104: 8 total, 8 up, 8 in 2023-10-14T00:02:40.290 INFO:tasks.rados.rados.0.smithi055.stdout:243: done (2 left) 2023-10-14T00:02:40.290 INFO:tasks.rados.rados.0.smithi055.stdout:244: done (1 left) 2023-10-14T00:02:40.290 INFO:tasks.rados.rados.0.smithi055.stdout:245: done (0 left) 2023-10-14T00:02:40.290 INFO:tasks.rados.rados.0.smithi055.stdout:246: read oid 47 snap -1 2023-10-14T00:02:40.291 INFO:tasks.rados.rados.0.smithi055.stdout:246: expect deleted 2023-10-14T00:02:40.291 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 45 current snap is 20 2023-10-14T00:02:40.291 INFO:tasks.rados.rados.0.smithi055.stdout:247: seq_num 103 ranges {557056=532480,1089536=737280,1826816=466944} 2023-10-14T00:02:40.297 INFO:tasks.rados.rados.0.smithi055.stdout:247: writing smithi055169533-45 from 557056 to 1089536 tid 1 2023-10-14T00:02:40.302 INFO:tasks.rados.rados.0.smithi055.stdout:247: writing smithi055169533-45 from 1089536 to 1826816 tid 2 2023-10-14T00:02:40.304 INFO:tasks.rados.rados.0.smithi055.stdout:247: writing smithi055169533-45 from 1826816 to 2293760 tid 3 2023-10-14T00:02:40.304 INFO:tasks.rados.rados.0.smithi055.stdout:248: read oid 49 snap 8 2023-10-14T00:02:40.304 INFO:tasks.rados.rados.0.smithi055.stdout:248: expect (ObjNum 48 snap 0 seq_num 48) 2023-10-14T00:02:40.305 INFO:tasks.rados.rados.0.smithi055.stdout:249: read oid 28 snap -1 2023-10-14T00:02:40.305 INFO:tasks.rados.rados.0.smithi055.stdout:249: expect (ObjNum 39 snap 0 seq_num 39) 2023-10-14T00:02:40.305 INFO:tasks.rados.rados.0.smithi055.stdout:250: read oid 46 snap 18 2023-10-14T00:02:40.305 INFO:tasks.rados.rados.0.smithi055.stdout:250: expect (ObjNum 77 snap 11 seq_num 77) 2023-10-14T00:02:40.305 INFO:tasks.rados.rados.0.smithi055.stdout:251: snap_remove snap 17 2023-10-14T00:02:40.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:40 smithi082 ceph-mon[116307]: pgmap v123: 121 pgs: 121 active+clean; 54 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 1.4 MiB/s wr, 11 op/s 2023-10-14T00:02:40.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:40 smithi082 ceph-mon[116307]: osdmap e105: 8 total, 8 up, 8 in 2023-10-14T00:02:40.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:40 smithi082 ceph-mon[116307]: osdmap e106: 8 total, 8 up, 8 in 2023-10-14T00:02:40.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:40 smithi055 ceph-mon[124249]: pgmap v123: 121 pgs: 121 active+clean; 54 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 1.4 MiB/s wr, 11 op/s 2023-10-14T00:02:40.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:40 smithi055 ceph-mon[124249]: osdmap e105: 8 total, 8 up, 8 in 2023-10-14T00:02:40.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:40 smithi055 ceph-mon[124249]: osdmap e106: 8 total, 8 up, 8 in 2023-10-14T00:02:40.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:40 smithi055 ceph-mon[110989]: pgmap v123: 121 pgs: 121 active+clean; 54 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 1.4 MiB/s wr, 11 op/s 2023-10-14T00:02:40.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:40 smithi055 ceph-mon[110989]: osdmap e105: 8 total, 8 up, 8 in 2023-10-14T00:02:40.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:40 smithi055 ceph-mon[110989]: osdmap e106: 8 total, 8 up, 8 in 2023-10-14T00:02:41.319 INFO:tasks.rados.rados.0.smithi055.stdout:251: done (5 left) 2023-10-14T00:02:41.320 INFO:tasks.rados.rados.0.smithi055.stdout:252: rollback oid 13 current snap is 20 2023-10-14T00:02:41.320 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 13 to 18 2023-10-14T00:02:41.321 INFO:tasks.rados.rados.0.smithi055.stdout:253: read oid 8 snap -1 2023-10-14T00:02:41.322 INFO:tasks.rados.rados.0.smithi055.stdout:253: expect (ObjNum 71 snap 5 seq_num 71) 2023-10-14T00:02:41.322 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 23 current snap is 20 2023-10-14T00:02:41.323 INFO:tasks.rados.rados.0.smithi055.stdout:254: seq_num 104 ranges {794624=548864,1343488=622592,1966080=581632} 2023-10-14T00:02:41.325 INFO:tasks.rados.rados.0.smithi055.stdout:254: writing smithi055169533-23 from 794624 to 1343488 tid 1 2023-10-14T00:02:41.329 INFO:tasks.rados.rados.0.smithi055.stdout:254: writing smithi055169533-23 from 1343488 to 1966080 tid 2 2023-10-14T00:02:41.332 INFO:tasks.rados.rados.0.smithi055.stdout:254: writing smithi055169533-23 from 1966080 to 2547712 tid 3 2023-10-14T00:02:41.333 INFO:tasks.rados.rados.0.smithi055.stdout:255: setattr oid 19 current snap is 20 2023-10-14T00:02:41.333 INFO:tasks.rados.rados.0.smithi055.stdout:247: finishing write tid 1 to smithi055169533-45 2023-10-14T00:02:41.333 INFO:tasks.rados.rados.0.smithi055.stdout:247: finishing write tid 2 to smithi055169533-45 2023-10-14T00:02:41.333 INFO:tasks.rados.rados.0.smithi055.stdout:247: finishing write tid 3 to smithi055169533-45 2023-10-14T00:02:41.333 INFO:tasks.rados.rados.0.smithi055.stdout:247: finishing write tid 4 to smithi055169533-45 2023-10-14T00:02:41.334 INFO:tasks.rados.rados.0.smithi055.stdout:247: finishing write tid 5 to smithi055169533-45 2023-10-14T00:02:41.334 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 45 v 53 (ObjNum 103 snap 20 seq_num 103) dirty exists 2023-10-14T00:02:41.334 INFO:tasks.rados.rados.0.smithi055.stdout:247: left oid 45 (ObjNum 103 snap 20 seq_num 103) 2023-10-14T00:02:41.334 INFO:tasks.rados.rados.0.smithi055.stdout:250: expect (ObjNum 77 snap 11 seq_num 77) 2023-10-14T00:02:41.400 INFO:tasks.rados.rados.0.smithi055.stdout:248: expect (ObjNum 48 snap 0 seq_num 48) 2023-10-14T00:02:41.421 INFO:tasks.rados.rados.0.smithi055.stdout:249: expect (ObjNum 39 snap 0 seq_num 39) 2023-10-14T00:02:41.438 INFO:tasks.rados.rados.0.smithi055.stdout:252: finishing rollback tid 1 to smithi055169533-13 2023-10-14T00:02:41.438 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 13 v 0 (ObjNum 161 snap 0 seq_num 1) dirty dne 2023-10-14T00:02:41.438 INFO:tasks.rados.rados.0.smithi055.stdout:253: expect (ObjNum 71 snap 5 seq_num 71) 2023-10-14T00:02:41.481 INFO:tasks.rados.rados.0.smithi055.stdout:254: finishing write tid 1 to smithi055169533-23 2023-10-14T00:02:41.482 INFO:tasks.rados.rados.0.smithi055.stdout:254: finishing write tid 2 to smithi055169533-23 2023-10-14T00:02:41.482 INFO:tasks.rados.rados.0.smithi055.stdout:254: finishing write tid 3 to smithi055169533-23 2023-10-14T00:02:41.482 INFO:tasks.rados.rados.0.smithi055.stdout:254: finishing write tid 4 to smithi055169533-23 2023-10-14T00:02:41.482 INFO:tasks.rados.rados.0.smithi055.stdout:254: finishing write tid 5 to smithi055169533-23 2023-10-14T00:02:41.482 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 23 v 55 (ObjNum 104 snap 20 seq_num 104) dirty exists 2023-10-14T00:02:41.483 INFO:tasks.rados.rados.0.smithi055.stdout:254: left oid 23 (ObjNum 104 snap 20 seq_num 104) 2023-10-14T00:02:41.483 INFO:tasks.rados.rados.0.smithi055.stdout:246: done (8 left) 2023-10-14T00:02:41.483 INFO:tasks.rados.rados.0.smithi055.stdout:247: done (7 left) 2023-10-14T00:02:41.483 INFO:tasks.rados.rados.0.smithi055.stdout:248: done (6 left) 2023-10-14T00:02:41.483 INFO:tasks.rados.rados.0.smithi055.stdout:249: done (5 left) 2023-10-14T00:02:41.484 INFO:tasks.rados.rados.0.smithi055.stdout:250: done (4 left) 2023-10-14T00:02:41.484 INFO:tasks.rados.rados.0.smithi055.stdout:252: done (3 left) 2023-10-14T00:02:41.484 INFO:tasks.rados.rados.0.smithi055.stdout:253: done (2 left) 2023-10-14T00:02:41.484 INFO:tasks.rados.rados.0.smithi055.stdout:254: done (1 left) 2023-10-14T00:02:41.484 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 2 current snap is 20 2023-10-14T00:02:41.485 INFO:tasks.rados.rados.0.smithi055.stdout:256: seq_num 105 ranges {0=565248,565248=507904,1073152=507904,1581056=188416} 2023-10-14T00:02:41.485 INFO:tasks.rados.rados.0.smithi055.stdout:256: writing smithi055169533-2 from 0 to 565248 tid 1 2023-10-14T00:02:41.487 INFO:tasks.rados.rados.0.smithi055.stdout:256: writing smithi055169533-2 from 565248 to 1073152 tid 2 2023-10-14T00:02:41.490 INFO:tasks.rados.rados.0.smithi055.stdout:256: writing smithi055169533-2 from 1073152 to 1581056 tid 3 2023-10-14T00:02:41.491 INFO:tasks.rados.rados.0.smithi055.stdout:256: writing smithi055169533-2 from 1581056 to 1769472 tid 4 2023-10-14T00:02:41.492 INFO:tasks.rados.rados.0.smithi055.stdout:257: read oid 1 snap 18 2023-10-14T00:02:41.492 INFO:tasks.rados.rados.0.smithi055.stdout:257: expect (ObjNum 87 snap 15 seq_num 87) 2023-10-14T00:02:41.492 INFO:tasks.rados.rados.0.smithi055.stdout:258: snap_remove snap 19 2023-10-14T00:02:42.367 INFO:tasks.rados.rados.0.smithi055.stdout:258: done (3 left) 2023-10-14T00:02:42.368 INFO:tasks.rados.rados.0.smithi055.stdout:259: copy_from oid 5 from oid 26 current snap is 20 2023-10-14T00:02:42.368 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 19 v 27 (ObjNum 18 snap 0 seq_num 18) dirty exists 2023-10-14T00:02:42.368 INFO:tasks.rados.rados.0.smithi055.stdout:256: finishing write tid 1 to smithi055169533-2 2023-10-14T00:02:42.368 INFO:tasks.rados.rados.0.smithi055.stdout:256: finishing write tid 2 to smithi055169533-2 2023-10-14T00:02:42.369 INFO:tasks.rados.rados.0.smithi055.stdout:256: finishing write tid 3 to smithi055169533-2 2023-10-14T00:02:42.369 INFO:tasks.rados.rados.0.smithi055.stdout:256: finishing write tid 4 to smithi055169533-2 2023-10-14T00:02:42.369 INFO:tasks.rados.rados.0.smithi055.stdout:256: finishing write tid 5 to smithi055169533-2 2023-10-14T00:02:42.369 INFO:tasks.rados.rados.0.smithi055.stdout:256: finishing write tid 6 to smithi055169533-2 2023-10-14T00:02:42.369 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 2 v 82 (ObjNum 105 snap 20 seq_num 105) dirty exists 2023-10-14T00:02:42.370 INFO:tasks.rados.rados.0.smithi055.stdout:256: left oid 2 (ObjNum 105 snap 20 seq_num 105) 2023-10-14T00:02:42.370 INFO:tasks.rados.rados.0.smithi055.stdout:257: expect (ObjNum 87 snap 15 seq_num 87) 2023-10-14T00:02:42.409 INFO:tasks.rados.rados.0.smithi055.stdout:259: finishing copy_from to smithi055169533-5 2023-10-14T00:02:42.409 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 5 v 12 (ObjNum 38 snap 0 seq_num 38) dirty exists 2023-10-14T00:02:42.410 INFO:tasks.rados.rados.0.smithi055.stdout:259: finishing copy_from racing read to smithi055169533-5 2023-10-14T00:02:42.410 INFO:tasks.rados.rados.0.smithi055.stdout:255: done (3 left) 2023-10-14T00:02:42.410 INFO:tasks.rados.rados.0.smithi055.stdout:256: done (2 left) 2023-10-14T00:02:42.410 INFO:tasks.rados.rados.0.smithi055.stdout:257: done (1 left) 2023-10-14T00:02:42.410 INFO:tasks.rados.rados.0.smithi055.stdout:259: done (0 left) 2023-10-14T00:02:42.411 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 34 current snap is 20 2023-10-14T00:02:42.411 INFO:tasks.rados.rados.0.smithi055.stdout:260: seq_num 106 ranges {458752=581632,1040384=794624,1835008=409600} 2023-10-14T00:02:42.415 INFO:tasks.rados.rados.0.smithi055.stdout:260: writing smithi055169533-34 from 458752 to 1040384 tid 1 2023-10-14T00:02:42.419 INFO:tasks.rados.rados.0.smithi055.stdout:260: writing smithi055169533-34 from 1040384 to 1835008 tid 2 2023-10-14T00:02:42.422 INFO:tasks.rados.rados.0.smithi055.stdout:260: writing smithi055169533-34 from 1835008 to 2244608 tid 3 2023-10-14T00:02:42.422 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 49 current snap is 20 2023-10-14T00:02:42.422 INFO:tasks.rados.rados.0.smithi055.stdout:260: finishing write tid 1 to smithi055169533-34 2023-10-14T00:02:42.423 INFO:tasks.rados.rados.0.smithi055.stdout:261: seq_num 107 ranges {2498560=598016,3096576=729088,3825664=466944,4292608=8192} 2023-10-14T00:02:42.439 INFO:tasks.rados.rados.0.smithi055.stdout:261: writing smithi055169533-49 from 2498560 to 3096576 tid 1 2023-10-14T00:02:42.444 INFO:tasks.rados.rados.0.smithi055.stdout:261: writing smithi055169533-49 from 3096576 to 3825664 tid 2 2023-10-14T00:02:42.447 INFO:tasks.rados.rados.0.smithi055.stdout:261: writing smithi055169533-49 from 3825664 to 4292608 tid 3 2023-10-14T00:02:42.448 INFO:tasks.rados.rados.0.smithi055.stdout:261: writing smithi055169533-49 from 4292608 to 4300800 tid 4 2023-10-14T00:02:42.448 INFO:tasks.rados.rados.0.smithi055.stdout:262: read oid 5 snap -1 2023-10-14T00:02:42.448 INFO:tasks.rados.rados.0.smithi055.stdout:262: expect (ObjNum 38 snap 0 seq_num 38) 2023-10-14T00:02:42.448 INFO:tasks.rados.rados.0.smithi055.stdout:263: read oid 1 snap 18 2023-10-14T00:02:42.449 INFO:tasks.rados.rados.0.smithi055.stdout:263: expect (ObjNum 87 snap 15 seq_num 87) 2023-10-14T00:02:42.449 INFO:tasks.rados.rados.0.smithi055.stdout:264: setattr oid 37 current snap is 20 2023-10-14T00:02:42.449 INFO:tasks.rados.rados.0.smithi055.stdout:260: finishing write tid 2 to smithi055169533-34 2023-10-14T00:02:42.449 INFO:tasks.rados.rados.0.smithi055.stdout:260: finishing write tid 3 to smithi055169533-34 2023-10-14T00:02:42.449 INFO:tasks.rados.rados.0.smithi055.stdout:260: finishing write tid 4 to smithi055169533-34 2023-10-14T00:02:42.450 INFO:tasks.rados.rados.0.smithi055.stdout:260: finishing write tid 5 to smithi055169533-34 2023-10-14T00:02:42.450 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 34 v 62 (ObjNum 106 snap 20 seq_num 106) dirty exists 2023-10-14T00:02:42.450 INFO:tasks.rados.rados.0.smithi055.stdout:260: left oid 34 (ObjNum 106 snap 20 seq_num 106) 2023-10-14T00:02:42.450 INFO:tasks.rados.rados.0.smithi055.stdout:261: finishing write tid 1 to smithi055169533-49 2023-10-14T00:02:42.451 INFO:tasks.rados.rados.0.smithi055.stdout:261: finishing write tid 2 to smithi055169533-49 2023-10-14T00:02:42.451 INFO:tasks.rados.rados.0.smithi055.stdout:260: done (4 left) 2023-10-14T00:02:42.451 INFO:tasks.rados.rados.0.smithi055.stdout:265: rollback oid 15 current snap is 20 2023-10-14T00:02:42.452 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 15 to 18 2023-10-14T00:02:42.452 INFO:tasks.rados.rados.0.smithi055.stdout:266: delete oid 14 current snap is 20 2023-10-14T00:02:42.453 INFO:tasks.rados.rados.0.smithi055.stdout:261: finishing write tid 3 to smithi055169533-49 2023-10-14T00:02:42.453 INFO:tasks.rados.rados.0.smithi055.stdout:263: expect (ObjNum 87 snap 15 seq_num 87) 2023-10-14T00:02:42.492 INFO:tasks.rados.rados.0.smithi055.stdout:261: finishing write tid 4 to smithi055169533-49 2023-10-14T00:02:42.492 INFO:tasks.rados.rados.0.smithi055.stdout:262: expect (ObjNum 38 snap 0 seq_num 38) 2023-10-14T00:02:42.508 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 37 v 85 (ObjNum 36 snap 0 seq_num 36) dirty exists 2023-10-14T00:02:42.509 INFO:tasks.rados.rados.0.smithi055.stdout:261: finishing write tid 5 to smithi055169533-49 2023-10-14T00:02:42.509 INFO:tasks.rados.rados.0.smithi055.stdout:265: finishing rollback tid 0 to smithi055169533-15 2023-10-14T00:02:42.509 INFO:tasks.rados.rados.0.smithi055.stdout:265: finishing rollback tid 1 to smithi055169533-15 2023-10-14T00:02:42.509 INFO:tasks.rados.rados.0.smithi055.stdout:265: finishing rollback tid 2 to smithi055169533-15 2023-10-14T00:02:42.510 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 15 v 88 (ObjNum 62 snap 4 seq_num 62) dirty exists 2023-10-14T00:02:42.510 INFO:tasks.rados.rados.0.smithi055.stdout:261: finishing write tid 6 to smithi055169533-49 2023-10-14T00:02:42.511 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 49 v 84 (ObjNum 107 snap 20 seq_num 107) dirty exists 2023-10-14T00:02:42.511 INFO:tasks.rados.rados.0.smithi055.stdout:261: left oid 49 (ObjNum 107 snap 20 seq_num 107) 2023-10-14T00:02:42.512 INFO:tasks.rados.rados.0.smithi055.stdout:261: done (5 left) 2023-10-14T00:02:42.512 INFO:tasks.rados.rados.0.smithi055.stdout:262: done (4 left) 2023-10-14T00:02:42.512 INFO:tasks.rados.rados.0.smithi055.stdout:263: done (3 left) 2023-10-14T00:02:42.513 INFO:tasks.rados.rados.0.smithi055.stdout:264: done (2 left) 2023-10-14T00:02:42.513 INFO:tasks.rados.rados.0.smithi055.stdout:265: done (1 left) 2023-10-14T00:02:42.513 INFO:tasks.rados.rados.0.smithi055.stdout:266: done (0 left) 2023-10-14T00:02:42.513 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 26 current snap is 20 2023-10-14T00:02:42.514 INFO:tasks.rados.rados.0.smithi055.stdout:267: seq_num 109 ranges {638976=630784,1269760=491520,1761280=483328,2244608=229376} 2023-10-14T00:02:42.515 INFO:tasks.rados.rados.0.smithi055.stdout:267: writing smithi055169533-26 from 638976 to 1269760 tid 1 2023-10-14T00:02:42.518 INFO:tasks.rados.rados.0.smithi055.stdout:267: writing smithi055169533-26 from 1269760 to 1761280 tid 2 2023-10-14T00:02:42.521 INFO:tasks.rados.rados.0.smithi055.stdout:267: writing smithi055169533-26 from 1761280 to 2244608 tid 3 2023-10-14T00:02:42.523 INFO:tasks.rados.rados.0.smithi055.stdout:267: writing smithi055169533-26 from 2244608 to 2473984 tid 4 2023-10-14T00:02:42.523 INFO:tasks.rados.rados.0.smithi055.stdout:268: setattr oid 47 current snap is 20 2023-10-14T00:02:42.523 INFO:tasks.rados.rados.0.smithi055.stdout:267: finishing write tid 1 to smithi055169533-26 2023-10-14T00:02:42.524 INFO:tasks.rados.rados.0.smithi055.stdout:267: finishing write tid 2 to smithi055169533-26 2023-10-14T00:02:42.524 INFO:tasks.rados.rados.0.smithi055.stdout:269: setattr oid 30 current snap is 20 2023-10-14T00:02:42.525 INFO:tasks.rados.rados.0.smithi055.stdout:267: finishing write tid 3 to smithi055169533-26 2023-10-14T00:02:42.525 INFO:tasks.rados.rados.0.smithi055.stdout:267: finishing write tid 4 to smithi055169533-26 2023-10-14T00:02:42.526 INFO:tasks.rados.rados.0.smithi055.stdout:267: finishing write tid 5 to smithi055169533-26 2023-10-14T00:02:42.526 INFO:tasks.rados.rados.0.smithi055.stdout:270: snap_remove snap 16 2023-10-14T00:02:42.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:42 smithi082 ceph-mon[116307]: pgmap v126: 121 pgs: 121 active+clean; 54 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 1.4 MiB/s wr, 11 op/s 2023-10-14T00:02:42.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:42 smithi082 ceph-mon[116307]: osdmap e107: 8 total, 8 up, 8 in 2023-10-14T00:02:42.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:42 smithi055 ceph-mon[124249]: pgmap v126: 121 pgs: 121 active+clean; 54 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 1.4 MiB/s wr, 11 op/s 2023-10-14T00:02:42.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:42 smithi055 ceph-mon[124249]: osdmap e107: 8 total, 8 up, 8 in 2023-10-14T00:02:42.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:42 smithi055 ceph-mon[110989]: pgmap v126: 121 pgs: 121 active+clean; 54 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 1.4 MiB/s wr, 11 op/s 2023-10-14T00:02:42.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:42 smithi055 ceph-mon[110989]: osdmap e107: 8 total, 8 up, 8 in 2023-10-14T00:02:43.381 INFO:tasks.rados.rados.0.smithi055.stdout:270: done (3 left) 2023-10-14T00:02:43.381 INFO:tasks.rados.rados.0.smithi055.stdout:271: read oid 49 snap -1 2023-10-14T00:02:43.382 INFO:tasks.rados.rados.0.smithi055.stdout:271: expect (ObjNum 107 snap 20 seq_num 107) 2023-10-14T00:02:43.382 INFO:tasks.rados.rados.0.smithi055.stdout:272: read oid 42 snap -1 2023-10-14T00:02:43.382 INFO:tasks.rados.rados.0.smithi055.stdout:272: expect deleted 2023-10-14T00:02:43.383 INFO:tasks.rados.rados.0.smithi055.stdout:273: read oid 33 snap -1 2023-10-14T00:02:43.383 INFO:tasks.rados.rados.0.smithi055.stdout:273: expect (ObjNum 18 snap 0 seq_num 18) 2023-10-14T00:02:43.383 INFO:tasks.rados.rados.0.smithi055.stdout:274: snap_remove snap 18 2023-10-14T00:02:43.625 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:02:43 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[118171]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:02:43] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.43.0" 2023-10-14T00:02:43.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:43 smithi082 ceph-mon[116307]: osdmap e108: 8 total, 8 up, 8 in 2023-10-14T00:02:43.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:43 smithi055 ceph-mon[110989]: osdmap e108: 8 total, 8 up, 8 in 2023-10-14T00:02:43.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:43 smithi055 ceph-mon[124249]: osdmap e108: 8 total, 8 up, 8 in 2023-10-14T00:02:44.396 INFO:tasks.rados.rados.0.smithi055.stdout:274: done (6 left) 2023-10-14T00:02:44.396 INFO:tasks.rados.rados.0.smithi055.stdout:275: copy_from oid 15 from oid 40 current snap is 20 2023-10-14T00:02:44.397 INFO:tasks.rados.rados.0.smithi055.stdout:276: read oid 45 snap -1 2023-10-14T00:02:44.397 INFO:tasks.rados.rados.0.smithi055.stdout:276: expect (ObjNum 103 snap 20 seq_num 103) 2023-10-14T00:02:44.397 INFO:tasks.rados.rados.0.smithi055.stdout:277: snap_remove snap 8 2023-10-14T00:02:44.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:44 smithi055 ceph-mon[124249]: pgmap v129: 121 pgs: 121 active+clean; 54 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:02:44.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:44 smithi055 ceph-mon[124249]: osdmap e109: 8 total, 8 up, 8 in 2023-10-14T00:02:44.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:44 smithi055 ceph-mon[110989]: pgmap v129: 121 pgs: 121 active+clean; 54 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:02:44.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:44 smithi055 ceph-mon[110989]: osdmap e109: 8 total, 8 up, 8 in 2023-10-14T00:02:44.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:44 smithi082 ceph-mon[116307]: pgmap v129: 121 pgs: 121 active+clean; 54 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:02:44.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:44 smithi082 ceph-mon[116307]: osdmap e109: 8 total, 8 up, 8 in 2023-10-14T00:02:45.410 INFO:tasks.rados.rados.0.smithi055.stdout:277: done (8 left) 2023-10-14T00:02:45.411 INFO:tasks.rados.rados.0.smithi055.stdout:278: read oid 11 snap -1 2023-10-14T00:02:45.411 INFO:tasks.rados.rados.0.smithi055.stdout:278: expect (ObjNum 10 snap 0 seq_num 10) 2023-10-14T00:02:45.411 INFO:tasks.rados.rados.0.smithi055.stdout:279: delete oid 21 current snap is 20 2023-10-14T00:02:45.411 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 47 v 30 (ObjNum 33 snap 0 seq_num 1528801312) dirty exists 2023-10-14T00:02:45.411 INFO:tasks.rados.rados.0.smithi055.stdout:267: finishing write tid 6 to smithi055169533-26 2023-10-14T00:02:45.412 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 26 v 35 (ObjNum 109 snap 20 seq_num 109) dirty exists 2023-10-14T00:02:45.412 INFO:tasks.rados.rados.0.smithi055.stdout:267: left oid 26 (ObjNum 109 snap 20 seq_num 109) 2023-10-14T00:02:45.412 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 30 v 27 (ObjNum 29 snap 0 seq_num 29) dirty exists 2023-10-14T00:02:45.412 INFO:tasks.rados.rados.0.smithi055.stdout:273: expect (ObjNum 18 snap 0 seq_num 18) 2023-10-14T00:02:45.430 INFO:tasks.rados.rados.0.smithi055.stdout:271: expect (ObjNum 107 snap 20 seq_num 107) 2023-10-14T00:02:45.594 INFO:tasks.rados.rados.0.smithi055.stdout:275: finishing copy_from to smithi055169533-15 2023-10-14T00:02:45.594 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 15 v 13 (ObjNum 39 snap 0 seq_num 39) dirty exists 2023-10-14T00:02:45.594 INFO:tasks.rados.rados.0.smithi055.stdout:275: finishing copy_from racing read to smithi055169533-15 2023-10-14T00:02:45.594 INFO:tasks.rados.rados.0.smithi055.stdout:276: expect (ObjNum 103 snap 20 seq_num 103) 2023-10-14T00:02:45.661 INFO:tasks.rados.rados.0.smithi055.stdout:278: expect (ObjNum 10 snap 0 seq_num 10) 2023-10-14T00:02:45.666 INFO:tasks.rados.rados.0.smithi055.stdout:267: done (9 left) 2023-10-14T00:02:45.667 INFO:tasks.rados.rados.0.smithi055.stdout:268: done (8 left) 2023-10-14T00:02:45.667 INFO:tasks.rados.rados.0.smithi055.stdout:269: done (7 left) 2023-10-14T00:02:45.667 INFO:tasks.rados.rados.0.smithi055.stdout:271: done (6 left) 2023-10-14T00:02:45.667 INFO:tasks.rados.rados.0.smithi055.stdout:272: done (5 left) 2023-10-14T00:02:45.668 INFO:tasks.rados.rados.0.smithi055.stdout:273: done (4 left) 2023-10-14T00:02:45.668 INFO:tasks.rados.rados.0.smithi055.stdout:275: done (3 left) 2023-10-14T00:02:45.668 INFO:tasks.rados.rados.0.smithi055.stdout:276: done (2 left) 2023-10-14T00:02:45.668 INFO:tasks.rados.rados.0.smithi055.stdout:278: done (1 left) 2023-10-14T00:02:45.669 INFO:tasks.rados.rados.0.smithi055.stdout:279: done (0 left) 2023-10-14T00:02:45.669 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 30 current snap is 20 2023-10-14T00:02:45.669 INFO:tasks.rados.rados.0.smithi055.stdout:280: seq_num 111 ranges {491520=663552,1155072=663552,1818624=450560,2269184=90112} 2023-10-14T00:02:45.673 INFO:tasks.rados.rados.0.smithi055.stdout:280: writing smithi055169533-30 from 491520 to 1155072 tid 1 2023-10-14T00:02:45.677 INFO:tasks.rados.rados.0.smithi055.stdout:280: writing smithi055169533-30 from 1155072 to 1818624 tid 2 2023-10-14T00:02:45.679 INFO:tasks.rados.rados.0.smithi055.stdout:280: writing smithi055169533-30 from 1818624 to 2269184 tid 3 2023-10-14T00:02:45.680 INFO:tasks.rados.rados.0.smithi055.stdout:280: writing smithi055169533-30 from 2269184 to 2359296 tid 4 2023-10-14T00:02:45.681 INFO:tasks.rados.rados.0.smithi055.stdout:281: rmattr oid 17 current snap is 20 2023-10-14T00:02:45.681 INFO:tasks.rados.rados.0.smithi055.stdout:281: done (1 left) 2023-10-14T00:02:45.681 INFO:tasks.rados.rados.0.smithi055.stdout:282: snap_remove snap 9 2023-10-14T00:02:45.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:45 smithi055 ceph-mon[110989]: osdmap e110: 8 total, 8 up, 8 in 2023-10-14T00:02:45.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:45 smithi055 ceph-mon[124249]: osdmap e110: 8 total, 8 up, 8 in 2023-10-14T00:02:45.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:45 smithi082 ceph-mon[116307]: osdmap e110: 8 total, 8 up, 8 in 2023-10-14T00:02:46.424 INFO:tasks.rados.rados.0.smithi055.stdout:282: done (1 left) 2023-10-14T00:02:46.424 INFO:tasks.rados.rados.0.smithi055.stdout:283: rmattr oid 39 current snap is 20 2023-10-14T00:02:46.424 INFO:tasks.rados.rados.0.smithi055.stdout:283: done (1 left) 2023-10-14T00:02:46.424 INFO:tasks.rados.rados.0.smithi055.stdout:284: read oid 29 snap -1 2023-10-14T00:02:46.425 INFO:tasks.rados.rados.0.smithi055.stdout:284: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:02:46.425 INFO:tasks.rados.rados.0.smithi055.stdout:285: snap_create 2023-10-14T00:02:46.425 INFO:tasks.rados.rados.0.smithi055.stdout:280: finishing write tid 1 to smithi055169533-30 2023-10-14T00:02:46.425 INFO:tasks.rados.rados.0.smithi055.stdout:280: finishing write tid 2 to smithi055169533-30 2023-10-14T00:02:46.425 INFO:tasks.rados.rados.0.smithi055.stdout:280: finishing write tid 3 to smithi055169533-30 2023-10-14T00:02:46.426 INFO:tasks.rados.rados.0.smithi055.stdout:280: finishing write tid 4 to smithi055169533-30 2023-10-14T00:02:46.426 INFO:tasks.rados.rados.0.smithi055.stdout:280: finishing write tid 5 to smithi055169533-30 2023-10-14T00:02:46.426 INFO:tasks.rados.rados.0.smithi055.stdout:280: finishing write tid 6 to smithi055169533-30 2023-10-14T00:02:46.426 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 30 v 44 (ObjNum 111 snap 20 seq_num 111) dirty exists 2023-10-14T00:02:46.426 INFO:tasks.rados.rados.0.smithi055.stdout:280: left oid 30 (ObjNum 111 snap 20 seq_num 111) 2023-10-14T00:02:46.427 INFO:tasks.rados.rados.0.smithi055.stdout:284: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:02:46.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:46 smithi055 ceph-mon[110989]: pgmap v132: 121 pgs: 121 active+clean; 64 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.8 MiB/s rd, 2.7 MiB/s wr, 39 op/s 2023-10-14T00:02:46.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:46 smithi055 ceph-mon[110989]: osdmap e111: 8 total, 8 up, 8 in 2023-10-14T00:02:46.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:46 smithi055 ceph-mon[124249]: pgmap v132: 121 pgs: 121 active+clean; 64 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.8 MiB/s rd, 2.7 MiB/s wr, 39 op/s 2023-10-14T00:02:46.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:46 smithi055 ceph-mon[124249]: osdmap e111: 8 total, 8 up, 8 in 2023-10-14T00:02:46.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:46 smithi082 ceph-mon[116307]: pgmap v132: 121 pgs: 121 active+clean; 64 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.8 MiB/s rd, 2.7 MiB/s wr, 39 op/s 2023-10-14T00:02:46.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:46 smithi082 ceph-mon[116307]: osdmap e111: 8 total, 8 up, 8 in 2023-10-14T00:02:47.439 INFO:tasks.rados.rados.0.smithi055.stdout:280: done (2 left) 2023-10-14T00:02:47.439 INFO:tasks.rados.rados.0.smithi055.stdout:284: done (1 left) 2023-10-14T00:02:47.440 INFO:tasks.rados.rados.0.smithi055.stdout:285: done (0 left) 2023-10-14T00:02:47.440 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 40 current snap is 21 2023-10-14T00:02:47.440 INFO:tasks.rados.rados.0.smithi055.stdout:286: seq_num 112 ranges {663552=679936,1343488=548864,1892352=655360} 2023-10-14T00:02:47.446 INFO:tasks.rados.rados.0.smithi055.stdout:286: writing smithi055169533-40 from 663552 to 1343488 tid 1 2023-10-14T00:02:47.450 INFO:tasks.rados.rados.0.smithi055.stdout:286: writing smithi055169533-40 from 1343488 to 1892352 tid 2 2023-10-14T00:02:47.454 INFO:tasks.rados.rados.0.smithi055.stdout:286: writing smithi055169533-40 from 1892352 to 2547712 tid 3 2023-10-14T00:02:47.454 INFO:tasks.rados.rados.0.smithi055.stdout:287: read oid 25 snap 20 2023-10-14T00:02:47.455 INFO:tasks.rados.rados.0.smithi055.stdout:287: expect (ObjNum 38 snap 0 seq_num 38) 2023-10-14T00:02:47.455 INFO:tasks.rados.rados.0.smithi055.stdout:288: rmattr oid 31 current snap is 21 2023-10-14T00:02:47.455 INFO:tasks.rados.rados.0.smithi055.stdout:288: done (2 left) 2023-10-14T00:02:47.455 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 38 current snap is 21 2023-10-14T00:02:47.456 INFO:tasks.rados.rados.0.smithi055.stdout:289: seq_num 113 ranges {2293760=696320,2990080=434176,3424256=466944,3891200=303104} 2023-10-14T00:02:47.471 INFO:tasks.rados.rados.0.smithi055.stdout:289: writing smithi055169533-38 from 2293760 to 2990080 tid 1 2023-10-14T00:02:47.473 INFO:tasks.rados.rados.0.smithi055.stdout:289: writing smithi055169533-38 from 2990080 to 3424256 tid 2 2023-10-14T00:02:47.476 INFO:tasks.rados.rados.0.smithi055.stdout:289: writing smithi055169533-38 from 3424256 to 3891200 tid 3 2023-10-14T00:02:47.478 INFO:tasks.rados.rados.0.smithi055.stdout:289: writing smithi055169533-38 from 3891200 to 4194304 tid 4 2023-10-14T00:02:47.479 INFO:tasks.rados.rados.0.smithi055.stdout:290: read oid 35 snap -1 2023-10-14T00:02:47.479 INFO:tasks.rados.rados.0.smithi055.stdout:290: expect (ObjNum 34 snap 0 seq_num 34) 2023-10-14T00:02:47.479 INFO:tasks.rados.rados.0.smithi055.stdout:291: delete oid 26 current snap is 21 2023-10-14T00:02:47.479 INFO:tasks.rados.rados.0.smithi055.stdout:286: finishing write tid 1 to smithi055169533-40 2023-10-14T00:02:47.479 INFO:tasks.rados.rados.0.smithi055.stdout:286: finishing write tid 2 to smithi055169533-40 2023-10-14T00:02:47.480 INFO:tasks.rados.rados.0.smithi055.stdout:286: finishing write tid 3 to smithi055169533-40 2023-10-14T00:02:47.480 INFO:tasks.rados.rados.0.smithi055.stdout:286: finishing write tid 4 to smithi055169533-40 2023-10-14T00:02:47.480 INFO:tasks.rados.rados.0.smithi055.stdout:286: finishing write tid 5 to smithi055169533-40 2023-10-14T00:02:47.480 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 40 v 32 (ObjNum 112 snap 21 seq_num 112) dirty exists 2023-10-14T00:02:47.480 INFO:tasks.rados.rados.0.smithi055.stdout:286: left oid 40 (ObjNum 112 snap 21 seq_num 112) 2023-10-14T00:02:47.481 INFO:tasks.rados.rados.0.smithi055.stdout:287: expect (ObjNum 38 snap 0 seq_num 38) 2023-10-14T00:02:47.498 INFO:tasks.rados.rados.0.smithi055.stdout:289: finishing write tid 1 to smithi055169533-38 2023-10-14T00:02:47.498 INFO:tasks.rados.rados.0.smithi055.stdout:289: finishing write tid 2 to smithi055169533-38 2023-10-14T00:02:47.498 INFO:tasks.rados.rados.0.smithi055.stdout:289: finishing write tid 3 to smithi055169533-38 2023-10-14T00:02:47.498 INFO:tasks.rados.rados.0.smithi055.stdout:289: finishing write tid 4 to smithi055169533-38 2023-10-14T00:02:47.499 INFO:tasks.rados.rados.0.smithi055.stdout:290: expect (ObjNum 34 snap 0 seq_num 34) 2023-10-14T00:02:47.517 INFO:tasks.rados.rados.0.smithi055.stdout:289: finishing write tid 5 to smithi055169533-38 2023-10-14T00:02:47.517 INFO:tasks.rados.rados.0.smithi055.stdout:289: finishing write tid 6 to smithi055169533-38 2023-10-14T00:02:47.517 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 38 v 38 (ObjNum 113 snap 21 seq_num 113) dirty exists 2023-10-14T00:02:47.517 INFO:tasks.rados.rados.0.smithi055.stdout:289: left oid 38 (ObjNum 113 snap 21 seq_num 113) 2023-10-14T00:02:47.518 INFO:tasks.rados.rados.0.smithi055.stdout:286: done (4 left) 2023-10-14T00:02:47.518 INFO:tasks.rados.rados.0.smithi055.stdout:287: done (3 left) 2023-10-14T00:02:47.518 INFO:tasks.rados.rados.0.smithi055.stdout:289: done (2 left) 2023-10-14T00:02:47.518 INFO:tasks.rados.rados.0.smithi055.stdout:290: done (1 left) 2023-10-14T00:02:47.518 INFO:tasks.rados.rados.0.smithi055.stdout:291: done (0 left) 2023-10-14T00:02:47.519 INFO:tasks.rados.rados.0.smithi055.stdout:292: delete oid 44 current snap is 21 2023-10-14T00:02:47.519 INFO:tasks.rados.rados.0.smithi055.stdout:292: done (0 left) 2023-10-14T00:02:47.519 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 25 current snap is 21 2023-10-14T00:02:47.520 INFO:tasks.rados.rados.0.smithi055.stdout:293: seq_num 116 ranges {638976=745472,1384448=532480,1916928=638976,2555904=32768} 2023-10-14T00:02:47.526 INFO:tasks.rados.rados.0.smithi055.stdout:293: writing smithi055169533-25 from 638976 to 1384448 tid 1 2023-10-14T00:02:47.530 INFO:tasks.rados.rados.0.smithi055.stdout:293: writing smithi055169533-25 from 1384448 to 1916928 tid 2 2023-10-14T00:02:47.533 INFO:tasks.rados.rados.0.smithi055.stdout:293: writing smithi055169533-25 from 1916928 to 2555904 tid 3 2023-10-14T00:02:47.534 INFO:tasks.rados.rados.0.smithi055.stdout:293: writing smithi055169533-25 from 2555904 to 2588672 tid 4 2023-10-14T00:02:47.534 INFO:tasks.rados.rados.0.smithi055.stdout:294: delete oid 42 current snap is 21 2023-10-14T00:02:47.534 INFO:tasks.rados.rados.0.smithi055.stdout:293: finishing write tid 1 to smithi055169533-25 2023-10-14T00:02:47.535 INFO:tasks.rados.rados.0.smithi055.stdout:293: finishing write tid 2 to smithi055169533-25 2023-10-14T00:02:47.535 INFO:tasks.rados.rados.0.smithi055.stdout:294: done (1 left) 2023-10-14T00:02:47.535 INFO:tasks.rados.rados.0.smithi055.stdout:295: snap_remove snap 20 2023-10-14T00:02:47.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:47 smithi055 ceph-mon[124249]: osdmap e112: 8 total, 8 up, 8 in 2023-10-14T00:02:47.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:47 smithi055 ceph-mon[110989]: osdmap e112: 8 total, 8 up, 8 in 2023-10-14T00:02:47.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:47 smithi082 ceph-mon[116307]: osdmap e112: 8 total, 8 up, 8 in 2023-10-14T00:02:48.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:02:47 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:02:47] "GET /metrics HTTP/1.1" 200 239087 "" "Prometheus/2.43.0" 2023-10-14T00:02:48.441 INFO:tasks.rados.rados.0.smithi055.stdout:295: done (1 left) 2023-10-14T00:02:48.442 INFO:tasks.rados.rados.0.smithi055.stdout:296: delete oid 48 current snap is 21 2023-10-14T00:02:48.442 INFO:tasks.rados.rados.0.smithi055.stdout:293: finishing write tid 3 to smithi055169533-25 2023-10-14T00:02:48.442 INFO:tasks.rados.rados.0.smithi055.stdout:293: finishing write tid 4 to smithi055169533-25 2023-10-14T00:02:48.442 INFO:tasks.rados.rados.0.smithi055.stdout:293: finishing write tid 5 to smithi055169533-25 2023-10-14T00:02:48.443 INFO:tasks.rados.rados.0.smithi055.stdout:293: finishing write tid 6 to smithi055169533-25 2023-10-14T00:02:48.443 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 25 v 21 (ObjNum 116 snap 21 seq_num 116) dirty exists 2023-10-14T00:02:48.443 INFO:tasks.rados.rados.0.smithi055.stdout:293: left oid 25 (ObjNum 116 snap 21 seq_num 116) 2023-10-14T00:02:48.449 INFO:tasks.rados.rados.0.smithi055.stdout:293: done (1 left) 2023-10-14T00:02:48.449 INFO:tasks.rados.rados.0.smithi055.stdout:296: done (0 left) 2023-10-14T00:02:48.450 INFO:tasks.rados.rados.0.smithi055.stdout:297: copy_from oid 36 from oid 46 current snap is 21 2023-10-14T00:02:48.450 INFO:tasks.rados.rados.0.smithi055.stdout:298: rollback oid 15 current snap is 21 2023-10-14T00:02:48.450 INFO:tasks.rados.rados.0.smithi055.stdout:298: done (1 left) 2023-10-14T00:02:48.450 INFO:tasks.rados.rados.0.smithi055.stdout:299: delete oid 29 current snap is 21 2023-10-14T00:02:48.452 INFO:tasks.rados.rados.0.smithi055.stdout:299: done (1 left) 2023-10-14T00:02:48.452 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 37 current snap is 21 2023-10-14T00:02:48.452 INFO:tasks.rados.rados.0.smithi055.stdout:300: seq_num 120 ranges {606208=417792,1024000=475136,1499136=622592,2121728=507904} 2023-10-14T00:02:48.458 INFO:tasks.rados.rados.0.smithi055.stdout:300: writing smithi055169533-37 from 606208 to 1024000 tid 1 2023-10-14T00:02:48.461 INFO:tasks.rados.rados.0.smithi055.stdout:300: writing smithi055169533-37 from 1024000 to 1499136 tid 2 2023-10-14T00:02:48.464 INFO:tasks.rados.rados.0.smithi055.stdout:300: writing smithi055169533-37 from 1499136 to 2121728 tid 3 2023-10-14T00:02:48.468 INFO:tasks.rados.rados.0.smithi055.stdout:300: writing smithi055169533-37 from 2121728 to 2629632 tid 4 2023-10-14T00:02:48.468 INFO:tasks.rados.rados.0.smithi055.stdout:297: finishing copy_from to smithi055169533-36 2023-10-14T00:02:48.469 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 36 v 40 (ObjNum 77 snap 11 seq_num 77) dirty exists 2023-10-14T00:02:48.469 INFO:tasks.rados.rados.0.smithi055.stdout:301: read oid 45 snap -1 2023-10-14T00:02:48.469 INFO:tasks.rados.rados.0.smithi055.stdout:301: expect (ObjNum 103 snap 20 seq_num 103) 2023-10-14T00:02:48.469 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 6 current snap is 21 2023-10-14T00:02:48.469 INFO:tasks.rados.rados.0.smithi055.stdout:297: finishing copy_from racing read to smithi055169533-36 2023-10-14T00:02:48.469 INFO:tasks.rados.rados.0.smithi055.stdout:300: finishing write tid 1 to smithi055169533-37 2023-10-14T00:02:48.470 INFO:tasks.rados.rados.0.smithi055.stdout:300: finishing write tid 2 to smithi055169533-37 2023-10-14T00:02:48.470 INFO:tasks.rados.rados.0.smithi055.stdout:302: seq_num 121 ranges {606208=434176,1040384=753664,1794048=425984,2220032=425984} 2023-10-14T00:02:48.474 INFO:tasks.rados.rados.0.smithi055.stdout:302: writing smithi055169533-6 from 606208 to 1040384 tid 1 2023-10-14T00:02:48.478 INFO:tasks.rados.rados.0.smithi055.stdout:302: writing smithi055169533-6 from 1040384 to 1794048 tid 2 2023-10-14T00:02:48.481 INFO:tasks.rados.rados.0.smithi055.stdout:302: writing smithi055169533-6 from 1794048 to 2220032 tid 3 2023-10-14T00:02:48.484 INFO:tasks.rados.rados.0.smithi055.stdout:302: writing smithi055169533-6 from 2220032 to 2646016 tid 4 2023-10-14T00:02:48.484 INFO:tasks.rados.rados.0.smithi055.stdout:297: done (3 left) 2023-10-14T00:02:48.485 INFO:tasks.rados.rados.0.smithi055.stdout:303: snap_create 2023-10-14T00:02:48.485 INFO:tasks.rados.rados.0.smithi055.stdout:300: finishing write tid 3 to smithi055169533-37 2023-10-14T00:02:48.485 INFO:tasks.rados.rados.0.smithi055.stdout:300: finishing write tid 4 to smithi055169533-37 2023-10-14T00:02:48.485 INFO:tasks.rados.rados.0.smithi055.stdout:300: finishing write tid 5 to smithi055169533-37 2023-10-14T00:02:48.485 INFO:tasks.rados.rados.0.smithi055.stdout:300: finishing write tid 6 to smithi055169533-37 2023-10-14T00:02:48.486 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 37 v 108 (ObjNum 120 snap 21 seq_num 120) dirty exists 2023-10-14T00:02:48.486 INFO:tasks.rados.rados.0.smithi055.stdout:300: left oid 37 (ObjNum 120 snap 21 seq_num 120) 2023-10-14T00:02:48.486 INFO:tasks.rados.rados.0.smithi055.stdout:302: finishing write tid 1 to smithi055169533-6 2023-10-14T00:02:48.486 INFO:tasks.rados.rados.0.smithi055.stdout:301: expect (ObjNum 103 snap 20 seq_num 103) 2023-10-14T00:02:48.552 INFO:tasks.rados.rados.0.smithi055.stdout:302: finishing write tid 2 to smithi055169533-6 2023-10-14T00:02:48.553 INFO:tasks.rados.rados.0.smithi055.stdout:302: finishing write tid 3 to smithi055169533-6 2023-10-14T00:02:48.553 INFO:tasks.rados.rados.0.smithi055.stdout:302: finishing write tid 4 to smithi055169533-6 2023-10-14T00:02:48.553 INFO:tasks.rados.rados.0.smithi055.stdout:302: finishing write tid 5 to smithi055169533-6 2023-10-14T00:02:48.553 INFO:tasks.rados.rados.0.smithi055.stdout:302: finishing write tid 6 to smithi055169533-6 2023-10-14T00:02:48.553 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 6 v 53 (ObjNum 121 snap 21 seq_num 121) dirty exists 2023-10-14T00:02:48.554 INFO:tasks.rados.rados.0.smithi055.stdout:302: left oid 6 (ObjNum 121 snap 21 seq_num 121) 2023-10-14T00:02:48.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:48 smithi055 ceph-mon[124249]: pgmap v135: 121 pgs: 121 active+clean; 64 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.8 MiB/s rd, 2.7 MiB/s wr, 39 op/s 2023-10-14T00:02:48.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:48 smithi055 ceph-mon[124249]: osdmap e113: 8 total, 8 up, 8 in 2023-10-14T00:02:48.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:48 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:02:48.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:48 smithi055 ceph-mon[110989]: pgmap v135: 121 pgs: 121 active+clean; 64 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.8 MiB/s rd, 2.7 MiB/s wr, 39 op/s 2023-10-14T00:02:48.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:48 smithi055 ceph-mon[110989]: osdmap e113: 8 total, 8 up, 8 in 2023-10-14T00:02:48.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:48 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:02:48.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:48 smithi082 ceph-mon[116307]: pgmap v135: 121 pgs: 121 active+clean; 64 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.8 MiB/s rd, 2.7 MiB/s wr, 39 op/s 2023-10-14T00:02:48.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:48 smithi082 ceph-mon[116307]: osdmap e113: 8 total, 8 up, 8 in 2023-10-14T00:02:48.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:48 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:02:49.453 INFO:tasks.rados.rados.0.smithi055.stdout:300: done (3 left) 2023-10-14T00:02:49.454 INFO:tasks.rados.rados.0.smithi055.stdout:301: done (2 left) 2023-10-14T00:02:49.454 INFO:tasks.rados.rados.0.smithi055.stdout:302: done (1 left) 2023-10-14T00:02:49.454 INFO:tasks.rados.rados.0.smithi055.stdout:303: done (0 left) 2023-10-14T00:02:49.454 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 23 current snap is 22 2023-10-14T00:02:49.454 INFO:tasks.rados.rados.0.smithi055.stdout:304: seq_num 122 ranges {2547712=450560,2998272=688128,3686400=630784,4317184=286720} 2023-10-14T00:02:49.470 INFO:tasks.rados.rados.0.smithi055.stdout:304: writing smithi055169533-23 from 2547712 to 2998272 tid 1 2023-10-14T00:02:49.474 INFO:tasks.rados.rados.0.smithi055.stdout:304: writing smithi055169533-23 from 2998272 to 3686400 tid 2 2023-10-14T00:02:49.478 INFO:tasks.rados.rados.0.smithi055.stdout:304: writing smithi055169533-23 from 3686400 to 4317184 tid 3 2023-10-14T00:02:49.481 INFO:tasks.rados.rados.0.smithi055.stdout:304: writing smithi055169533-23 from 4317184 to 4603904 tid 4 2023-10-14T00:02:49.481 INFO:tasks.rados.rados.0.smithi055.stdout:305: rollback oid 9 current snap is 22 2023-10-14T00:02:49.481 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 9 to 21 2023-10-14T00:02:49.481 INFO:tasks.rados.rados.0.smithi055.stdout:304: finishing write tid 1 to smithi055169533-23 2023-10-14T00:02:49.482 INFO:tasks.rados.rados.0.smithi055.stdout:304: finishing write tid 2 to smithi055169533-23 2023-10-14T00:02:49.482 INFO:tasks.rados.rados.0.smithi055.stdout:306: copy_from oid 46 from oid 18 current snap is 22 2023-10-14T00:02:49.482 INFO:tasks.rados.rados.0.smithi055.stdout:307: read oid 26 snap -1 2023-10-14T00:02:49.482 INFO:tasks.rados.rados.0.smithi055.stdout:307: expect deleted 2023-10-14T00:02:49.482 INFO:tasks.rados.rados.0.smithi055.stdout:308: read oid 2 snap -1 2023-10-14T00:02:49.483 INFO:tasks.rados.rados.0.smithi055.stdout:308: expect (ObjNum 105 snap 20 seq_num 105) 2023-10-14T00:02:49.483 INFO:tasks.rados.rados.0.smithi055.stdout:309: read oid 30 snap -1 2023-10-14T00:02:49.483 INFO:tasks.rados.rados.0.smithi055.stdout:309: expect (ObjNum 111 snap 20 seq_num 111) 2023-10-14T00:02:49.483 INFO:tasks.rados.rados.0.smithi055.stdout:310: delete oid 31 current snap is 22 2023-10-14T00:02:49.483 INFO:tasks.rados.rados.0.smithi055.stdout:304: finishing write tid 3 to smithi055169533-23 2023-10-14T00:02:49.484 INFO:tasks.rados.rados.0.smithi055.stdout:304: finishing write tid 4 to smithi055169533-23 2023-10-14T00:02:49.484 INFO:tasks.rados.rados.0.smithi055.stdout:304: finishing write tid 5 to smithi055169533-23 2023-10-14T00:02:49.485 INFO:tasks.rados.rados.0.smithi055.stdout:305: finishing rollback tid 0 to smithi055169533-9 2023-10-14T00:02:49.485 INFO:tasks.rados.rados.0.smithi055.stdout:306: finishing copy_from to smithi055169533-46 2023-10-14T00:02:49.486 INFO:tasks.rados.rados.0.smithi055.stdout:306: got expected ENOENT (src dne) 2023-10-14T00:02:49.486 INFO:tasks.rados.rados.0.smithi055.stdout:305: finishing rollback tid 1 to smithi055169533-9 2023-10-14T00:02:49.486 INFO:tasks.rados.rados.0.smithi055.stdout:305: finishing rollback tid 2 to smithi055169533-9 2023-10-14T00:02:49.486 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 9 v 54 (ObjNum 72 snap 6 seq_num 72) dirty exists 2023-10-14T00:02:49.487 INFO:tasks.rados.rados.0.smithi055.stdout:306: finishing copy_from racing read to smithi055169533-46 2023-10-14T00:02:49.487 INFO:tasks.rados.rados.0.smithi055.stdout:304: finishing write tid 6 to smithi055169533-23 2023-10-14T00:02:49.487 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 23 v 88 (ObjNum 122 snap 22 seq_num 122) dirty exists 2023-10-14T00:02:49.487 INFO:tasks.rados.rados.0.smithi055.stdout:304: left oid 23 (ObjNum 122 snap 22 seq_num 122) 2023-10-14T00:02:49.498 INFO:tasks.rados.rados.0.smithi055.stdout:308: expect (ObjNum 105 snap 20 seq_num 105) 2023-10-14T00:02:49.543 INFO:tasks.rados.rados.0.smithi055.stdout:309: expect (ObjNum 111 snap 20 seq_num 111) 2023-10-14T00:02:49.614 INFO:tasks.rados.rados.0.smithi055.stdout:304: done (6 left) 2023-10-14T00:02:49.614 INFO:tasks.rados.rados.0.smithi055.stdout:305: done (5 left) 2023-10-14T00:02:49.614 INFO:tasks.rados.rados.0.smithi055.stdout:306: done (4 left) 2023-10-14T00:02:49.615 INFO:tasks.rados.rados.0.smithi055.stdout:307: done (3 left) 2023-10-14T00:02:49.615 INFO:tasks.rados.rados.0.smithi055.stdout:308: done (2 left) 2023-10-14T00:02:49.615 INFO:tasks.rados.rados.0.smithi055.stdout:309: done (1 left) 2023-10-14T00:02:49.615 INFO:tasks.rados.rados.0.smithi055.stdout:310: done (0 left) 2023-10-14T00:02:49.615 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 39 current snap is 22 2023-10-14T00:02:49.616 INFO:tasks.rados.rados.0.smithi055.stdout:311: seq_num 124 ranges {0=483328,483328=458752,942080=598016,1540096=548864} 2023-10-14T00:02:49.616 INFO:tasks.rados.rados.0.smithi055.stdout:311: writing smithi055169533-39 from 0 to 483328 tid 1 2023-10-14T00:02:49.619 INFO:tasks.rados.rados.0.smithi055.stdout:311: writing smithi055169533-39 from 483328 to 942080 tid 2 2023-10-14T00:02:49.622 INFO:tasks.rados.rados.0.smithi055.stdout:311: writing smithi055169533-39 from 942080 to 1540096 tid 3 2023-10-14T00:02:49.625 INFO:tasks.rados.rados.0.smithi055.stdout:311: writing smithi055169533-39 from 1540096 to 2088960 tid 4 2023-10-14T00:02:49.626 INFO:tasks.rados.rados.0.smithi055.stdout:312: delete oid 50 current snap is 22 2023-10-14T00:02:49.626 INFO:tasks.rados.rados.0.smithi055.stdout:311: finishing write tid 1 to smithi055169533-39 2023-10-14T00:02:49.626 INFO:tasks.rados.rados.0.smithi055.stdout:311: finishing write tid 2 to smithi055169533-39 2023-10-14T00:02:49.626 INFO:tasks.rados.rados.0.smithi055.stdout:311: finishing write tid 3 to smithi055169533-39 2023-10-14T00:02:49.628 INFO:tasks.rados.rados.0.smithi055.stdout:311: finishing write tid 4 to smithi055169533-39 2023-10-14T00:02:49.629 INFO:tasks.rados.rados.0.smithi055.stdout:311: finishing write tid 5 to smithi055169533-39 2023-10-14T00:02:49.630 INFO:tasks.rados.rados.0.smithi055.stdout:312: done (1 left) 2023-10-14T00:02:49.630 INFO:tasks.rados.rados.0.smithi055.stdout:313: copy_from oid 28 from oid 45 current snap is 22 2023-10-14T00:02:49.630 INFO:tasks.rados.rados.0.smithi055.stdout:314: read oid 35 snap -1 2023-10-14T00:02:49.630 INFO:tasks.rados.rados.0.smithi055.stdout:314: expect (ObjNum 34 snap 0 seq_num 34) 2023-10-14T00:02:49.630 INFO:tasks.rados.rados.0.smithi055.stdout:315: read oid 48 snap 21 2023-10-14T00:02:49.631 INFO:tasks.rados.rados.0.smithi055.stdout:315: expect deleted 2023-10-14T00:02:49.631 INFO:tasks.rados.rados.0.smithi055.stdout:316: snap_create 2023-10-14T00:02:49.631 INFO:tasks.rados.rados.0.smithi055.stdout:311: finishing write tid 6 to smithi055169533-39 2023-10-14T00:02:49.632 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 39 v 165 (ObjNum 124 snap 22 seq_num 124) dirty exists 2023-10-14T00:02:49.632 INFO:tasks.rados.rados.0.smithi055.stdout:311: left oid 39 (ObjNum 124 snap 22 seq_num 124) 2023-10-14T00:02:49.635 INFO:tasks.rados.rados.0.smithi055.stdout:314: expect (ObjNum 34 snap 0 seq_num 34) 2023-10-14T00:02:49.654 INFO:tasks.rados.rados.0.smithi055.stdout:313: finishing copy_from to smithi055169533-28 2023-10-14T00:02:49.655 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 28 v 53 (ObjNum 103 snap 20 seq_num 103) dirty exists 2023-10-14T00:02:49.655 INFO:tasks.rados.rados.0.smithi055.stdout:313: finishing copy_from racing read to smithi055169533-28 2023-10-14T00:02:49.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:49 smithi055 ceph-mon[124249]: osdmap e114: 8 total, 8 up, 8 in 2023-10-14T00:02:49.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:49 smithi055 ceph-mon[110989]: osdmap e114: 8 total, 8 up, 8 in 2023-10-14T00:02:49.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:49 smithi082 ceph-mon[116307]: osdmap e114: 8 total, 8 up, 8 in 2023-10-14T00:02:50.290 INFO:tasks.rados.rados.0.smithi055.stdout:311: done (4 left) 2023-10-14T00:02:50.291 INFO:tasks.rados.rados.0.smithi055.stdout:313: done (3 left) 2023-10-14T00:02:50.291 INFO:tasks.rados.rados.0.smithi055.stdout:314: done (2 left) 2023-10-14T00:02:50.291 INFO:tasks.rados.rados.0.smithi055.stdout:315: done (1 left) 2023-10-14T00:02:50.291 INFO:tasks.rados.rados.0.smithi055.stdout:316: done (0 left) 2023-10-14T00:02:50.292 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 9 current snap is 23 2023-10-14T00:02:50.292 INFO:tasks.rados.rados.0.smithi055.stdout:317: seq_num 126 ranges {1351680=516096,1867776=630784,2498560=614400,3112960=360448} 2023-10-14T00:02:50.301 INFO:tasks.rados.rados.0.smithi055.stdout:317: writing smithi055169533-9 from 1351680 to 1867776 tid 1 2023-10-14T00:02:50.304 INFO:tasks.rados.rados.0.smithi055.stdout:317: writing smithi055169533-9 from 1867776 to 2498560 tid 2 2023-10-14T00:02:50.308 INFO:tasks.rados.rados.0.smithi055.stdout:317: writing smithi055169533-9 from 2498560 to 3112960 tid 3 2023-10-14T00:02:50.311 INFO:tasks.rados.rados.0.smithi055.stdout:317: writing smithi055169533-9 from 3112960 to 3473408 tid 4 2023-10-14T00:02:50.311 INFO:tasks.rados.rados.0.smithi055.stdout:318: snap_remove snap 21 2023-10-14T00:02:50.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:50 smithi055 ceph-mon[124249]: pgmap v138: 121 pgs: 121 active+clean; 56 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 4.3 MiB/s rd, 3.4 MiB/s wr, 18 op/s 2023-10-14T00:02:50.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:50 smithi055 ceph-mon[124249]: osdmap e115: 8 total, 8 up, 8 in 2023-10-14T00:02:50.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:50 smithi055 ceph-mon[124249]: osdmap e116: 8 total, 8 up, 8 in 2023-10-14T00:02:50.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:50 smithi055 ceph-mon[110989]: pgmap v138: 121 pgs: 121 active+clean; 56 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 4.3 MiB/s rd, 3.4 MiB/s wr, 18 op/s 2023-10-14T00:02:50.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:50 smithi055 ceph-mon[110989]: osdmap e115: 8 total, 8 up, 8 in 2023-10-14T00:02:50.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:50 smithi055 ceph-mon[110989]: osdmap e116: 8 total, 8 up, 8 in 2023-10-14T00:02:50.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:50 smithi082 ceph-mon[116307]: pgmap v138: 121 pgs: 121 active+clean; 56 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 4.3 MiB/s rd, 3.4 MiB/s wr, 18 op/s 2023-10-14T00:02:50.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:50 smithi082 ceph-mon[116307]: osdmap e115: 8 total, 8 up, 8 in 2023-10-14T00:02:50.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:50 smithi082 ceph-mon[116307]: osdmap e116: 8 total, 8 up, 8 in 2023-10-14T00:02:51.322 INFO:tasks.rados.rados.0.smithi055.stdout:318: done (1 left) 2023-10-14T00:02:51.323 INFO:tasks.rados.rados.0.smithi055.stdout:319: snap_create 2023-10-14T00:02:51.323 INFO:tasks.rados.rados.0.smithi055.stdout:317: finishing write tid 1 to smithi055169533-9 2023-10-14T00:02:51.323 INFO:tasks.rados.rados.0.smithi055.stdout:317: finishing write tid 2 to smithi055169533-9 2023-10-14T00:02:51.323 INFO:tasks.rados.rados.0.smithi055.stdout:317: finishing write tid 3 to smithi055169533-9 2023-10-14T00:02:51.324 INFO:tasks.rados.rados.0.smithi055.stdout:317: finishing write tid 4 to smithi055169533-9 2023-10-14T00:02:51.324 INFO:tasks.rados.rados.0.smithi055.stdout:317: finishing write tid 5 to smithi055169533-9 2023-10-14T00:02:51.324 INFO:tasks.rados.rados.0.smithi055.stdout:317: finishing write tid 6 to smithi055169533-9 2023-10-14T00:02:51.324 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 9 v 60 (ObjNum 126 snap 23 seq_num 126) dirty exists 2023-10-14T00:02:51.324 INFO:tasks.rados.rados.0.smithi055.stdout:317: left oid 9 (ObjNum 126 snap 23 seq_num 126) 2023-10-14T00:02:52.343 INFO:tasks.rados.rados.0.smithi055.stdout:317: done (1 left) 2023-10-14T00:02:52.343 INFO:tasks.rados.rados.0.smithi055.stdout:319: done (0 left) 2023-10-14T00:02:52.344 INFO:tasks.rados.rados.0.smithi055.stdout:320: read oid 15 snap -1 2023-10-14T00:02:52.344 INFO:tasks.rados.rados.0.smithi055.stdout:320: expect (ObjNum 39 snap 0 seq_num 39) 2023-10-14T00:02:52.344 INFO:tasks.rados.rados.0.smithi055.stdout:321: copy_from oid 3 from oid 47 current snap is 24 2023-10-14T00:02:52.344 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 38 current snap is 24 2023-10-14T00:02:52.344 INFO:tasks.rados.rados.0.smithi055.stdout:322: seq_num 127 ranges {4194304=532480,4726784=507904,5234688=778240,6012928=319488} 2023-10-14T00:02:52.370 INFO:tasks.rados.rados.0.smithi055.stdout:322: writing smithi055169533-38 from 4194304 to 4726784 tid 1 2023-10-14T00:02:52.372 INFO:tasks.rados.rados.0.smithi055.stdout:322: writing smithi055169533-38 from 4726784 to 5234688 tid 2 2023-10-14T00:02:52.377 INFO:tasks.rados.rados.0.smithi055.stdout:322: writing smithi055169533-38 from 5234688 to 6012928 tid 3 2023-10-14T00:02:52.380 INFO:tasks.rados.rados.0.smithi055.stdout:322: writing smithi055169533-38 from 6012928 to 6332416 tid 4 2023-10-14T00:02:52.380 INFO:tasks.rados.rados.0.smithi055.stdout:323: read oid 39 snap -1 2023-10-14T00:02:52.380 INFO:tasks.rados.rados.0.smithi055.stdout:323: expect (ObjNum 124 snap 22 seq_num 124) 2023-10-14T00:02:52.380 INFO:tasks.rados.rados.0.smithi055.stdout:324: rmattr oid 46 current snap is 24 2023-10-14T00:02:52.381 INFO:tasks.rados.rados.0.smithi055.stdout:324: done (4 left) 2023-10-14T00:02:52.381 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 35 current snap is 24 2023-10-14T00:02:52.381 INFO:tasks.rados.rados.0.smithi055.stdout:325: seq_num 128 ranges {573440=548864,1122304=794624,1916928=581632,2498560=229376} 2023-10-14T00:02:52.387 INFO:tasks.rados.rados.0.smithi055.stdout:325: writing smithi055169533-35 from 573440 to 1122304 tid 1 2023-10-14T00:02:52.392 INFO:tasks.rados.rados.0.smithi055.stdout:325: writing smithi055169533-35 from 1122304 to 1916928 tid 2 2023-10-14T00:02:52.396 INFO:tasks.rados.rados.0.smithi055.stdout:325: writing smithi055169533-35 from 1916928 to 2498560 tid 3 2023-10-14T00:02:52.397 INFO:tasks.rados.rados.0.smithi055.stdout:325: writing smithi055169533-35 from 2498560 to 2727936 tid 4 2023-10-14T00:02:52.397 INFO:tasks.rados.rados.0.smithi055.stdout:326: read oid 10 snap -1 2023-10-14T00:02:52.398 INFO:tasks.rados.rados.0.smithi055.stdout:326: expect (ObjNum 38 snap 0 seq_num 38) 2023-10-14T00:02:52.398 INFO:tasks.rados.rados.0.smithi055.stdout:327: copy_from oid 41 from oid 16 current snap is 24 2023-10-14T00:02:52.398 INFO:tasks.rados.rados.0.smithi055.stdout:320: expect (ObjNum 39 snap 0 seq_num 39) 2023-10-14T00:02:52.418 INFO:tasks.rados.rados.0.smithi055.stdout:321: finishing copy_from to smithi055169533-3 2023-10-14T00:02:52.419 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 3 v 30 (ObjNum 177 snap 0 seq_num 1) dirty exists 2023-10-14T00:02:52.419 INFO:tasks.rados.rados.0.smithi055.stdout:321: finishing copy_from racing read to smithi055169533-3 2023-10-14T00:02:52.419 INFO:tasks.rados.rados.0.smithi055.stdout:320: done (6 left) 2023-10-14T00:02:52.419 INFO:tasks.rados.rados.0.smithi055.stdout:321: done (5 left) 2023-10-14T00:02:52.419 INFO:tasks.rados.rados.0.smithi055.stdout:328: read oid 2 snap -1 2023-10-14T00:02:52.420 INFO:tasks.rados.rados.0.smithi055.stdout:328: expect (ObjNum 105 snap 20 seq_num 105) 2023-10-14T00:02:52.420 INFO:tasks.rados.rados.0.smithi055.stdout:329: read oid 30 snap 22 2023-10-14T00:02:52.420 INFO:tasks.rados.rados.0.smithi055.stdout:329: expect (ObjNum 111 snap 20 seq_num 111) 2023-10-14T00:02:52.420 INFO:tasks.rados.rados.0.smithi055.stdout:330: delete oid 24 current snap is 24 2023-10-14T00:02:52.420 INFO:tasks.rados.rados.0.smithi055.stdout:322: finishing write tid 1 to smithi055169533-38 2023-10-14T00:02:52.421 INFO:tasks.rados.rados.0.smithi055.stdout:322: finishing write tid 2 to smithi055169533-38 2023-10-14T00:02:52.421 INFO:tasks.rados.rados.0.smithi055.stdout:322: finishing write tid 3 to smithi055169533-38 2023-10-14T00:02:52.421 INFO:tasks.rados.rados.0.smithi055.stdout:322: finishing write tid 4 to smithi055169533-38 2023-10-14T00:02:52.421 INFO:tasks.rados.rados.0.smithi055.stdout:322: finishing write tid 5 to smithi055169533-38 2023-10-14T00:02:52.421 INFO:tasks.rados.rados.0.smithi055.stdout:322: finishing write tid 6 to smithi055169533-38 2023-10-14T00:02:52.422 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 38 v 49 (ObjNum 127 snap 24 seq_num 127) dirty exists 2023-10-14T00:02:52.422 INFO:tasks.rados.rados.0.smithi055.stdout:322: left oid 38 (ObjNum 127 snap 24 seq_num 127) 2023-10-14T00:02:52.422 INFO:tasks.rados.rados.0.smithi055.stdout:323: expect (ObjNum 124 snap 22 seq_num 124) 2023-10-14T00:02:52.483 INFO:tasks.rados.rados.0.smithi055.stdout:325: finishing write tid 1 to smithi055169533-35 2023-10-14T00:02:52.484 INFO:tasks.rados.rados.0.smithi055.stdout:325: finishing write tid 2 to smithi055169533-35 2023-10-14T00:02:52.484 INFO:tasks.rados.rados.0.smithi055.stdout:325: finishing write tid 3 to smithi055169533-35 2023-10-14T00:02:52.484 INFO:tasks.rados.rados.0.smithi055.stdout:325: finishing write tid 4 to smithi055169533-35 2023-10-14T00:02:52.484 INFO:tasks.rados.rados.0.smithi055.stdout:325: finishing write tid 5 to smithi055169533-35 2023-10-14T00:02:52.485 INFO:tasks.rados.rados.0.smithi055.stdout:322: done (7 left) 2023-10-14T00:02:52.485 INFO:tasks.rados.rados.0.smithi055.stdout:323: done (6 left) 2023-10-14T00:02:52.485 INFO:tasks.rados.rados.0.smithi055.stdout:330: done (5 left) 2023-10-14T00:02:52.485 INFO:tasks.rados.rados.0.smithi055.stdout:331: rollback oid 24 current snap is 24 2023-10-14T00:02:52.485 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 24 to 23 2023-10-14T00:02:52.486 INFO:tasks.rados.rados.0.smithi055.stdout:326: expect (ObjNum 38 snap 0 seq_num 38) 2023-10-14T00:02:52.500 INFO:tasks.rados.rados.0.smithi055.stdout:325: finishing write tid 6 to smithi055169533-35 2023-10-14T00:02:52.500 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 35 v 175 (ObjNum 128 snap 24 seq_num 128) dirty exists 2023-10-14T00:02:52.500 INFO:tasks.rados.rados.0.smithi055.stdout:325: left oid 35 (ObjNum 128 snap 24 seq_num 128) 2023-10-14T00:02:52.501 INFO:tasks.rados.rados.0.smithi055.stdout:327: finishing copy_from to smithi055169533-41 2023-10-14T00:02:52.501 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 41 v 17 (ObjNum 84 snap 14 seq_num 84) dirty exists 2023-10-14T00:02:52.501 INFO:tasks.rados.rados.0.smithi055.stdout:327: finishing copy_from racing read to smithi055169533-41 2023-10-14T00:02:52.501 INFO:tasks.rados.rados.0.smithi055.stdout:325: done (5 left) 2023-10-14T00:02:52.501 INFO:tasks.rados.rados.0.smithi055.stdout:326: done (4 left) 2023-10-14T00:02:52.502 INFO:tasks.rados.rados.0.smithi055.stdout:327: done (3 left) 2023-10-14T00:02:52.502 INFO:tasks.rados.rados.0.smithi055.stdout:332: snap_create 2023-10-14T00:02:52.502 INFO:tasks.rados.rados.0.smithi055.stdout:328: expect (ObjNum 105 snap 20 seq_num 105) 2023-10-14T00:02:52.545 INFO:tasks.rados.rados.0.smithi055.stdout:329: expect (ObjNum 111 snap 20 seq_num 111) 2023-10-14T00:02:52.617 INFO:tasks.rados.rados.0.smithi055.stdout:331: finishing rollback tid 1 to smithi055169533-24 2023-10-14T00:02:52.617 INFO:tasks.rados.rados.0.smithi055.stdout:331: finishing rollback tid 2 to smithi055169533-24 2023-10-14T00:02:52.617 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 24 v 57 (ObjNum 23 snap 0 seq_num 23) dirty exists 2023-10-14T00:02:52.625 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:02:52 smithi082 systemd[1]: Stopping Ceph mgr.x for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:02:52.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:52 smithi082 ceph-mon[116307]: pgmap v141: 121 pgs: 121 active+clean; 56 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 4.3 MiB/s rd, 3.4 MiB/s wr, 18 op/s 2023-10-14T00:02:52.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:52 smithi082 ceph-mon[116307]: osdmap e117: 8 total, 8 up, 8 in 2023-10-14T00:02:52.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:52 smithi082 ceph-mon[116307]: Upgrade: Updating mgr.x 2023-10-14T00:02:52.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:52 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:02:52.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:52 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-14T00:02:52.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:52 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-14T00:02:52.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:52 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:02:52.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:52 smithi082 ceph-mon[116307]: Deploying daemon mgr.x on smithi082 2023-10-14T00:02:52.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:52 smithi055 ceph-mon[110989]: pgmap v141: 121 pgs: 121 active+clean; 56 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 4.3 MiB/s rd, 3.4 MiB/s wr, 18 op/s 2023-10-14T00:02:52.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:52 smithi055 ceph-mon[110989]: osdmap e117: 8 total, 8 up, 8 in 2023-10-14T00:02:52.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:52 smithi055 ceph-mon[110989]: Upgrade: Updating mgr.x 2023-10-14T00:02:52.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:52 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:02:52.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:52 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-14T00:02:52.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:52 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-14T00:02:52.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:52 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:02:52.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:52 smithi055 ceph-mon[110989]: Deploying daemon mgr.x on smithi082 2023-10-14T00:02:52.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:52 smithi055 ceph-mon[124249]: pgmap v141: 121 pgs: 121 active+clean; 56 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 4.3 MiB/s rd, 3.4 MiB/s wr, 18 op/s 2023-10-14T00:02:52.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:52 smithi055 ceph-mon[124249]: osdmap e117: 8 total, 8 up, 8 in 2023-10-14T00:02:52.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:52 smithi055 ceph-mon[124249]: Upgrade: Updating mgr.x 2023-10-14T00:02:52.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:52 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:02:52.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:52 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-14T00:02:52.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:52 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-14T00:02:52.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:52 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:02:52.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:52 smithi055 ceph-mon[124249]: Deploying daemon mgr.x on smithi082 2023-10-14T00:02:53.084 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:02:52 smithi082 bash[155877]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x 2023-10-14T00:02:53.084 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:02:52 smithi082 systemd[1]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@mgr.x.service: Main process exited, code=exited, status=143/n/a 2023-10-14T00:02:53.340 INFO:tasks.rados.rados.0.smithi055.stdout:328: done (3 left) 2023-10-14T00:02:53.340 INFO:tasks.rados.rados.0.smithi055.stdout:329: done (2 left) 2023-10-14T00:02:53.341 INFO:tasks.rados.rados.0.smithi055.stdout:331: done (1 left) 2023-10-14T00:02:53.341 INFO:tasks.rados.rados.0.smithi055.stdout:332: done (0 left) 2023-10-14T00:02:53.341 INFO:tasks.rados.rados.0.smithi055.stdout:333: rollback oid 41 current snap is 25 2023-10-14T00:02:53.342 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 41 to 23 2023-10-14T00:02:53.342 INFO:tasks.rados.rados.0.smithi055.stdout:334: rollback oid 18 current snap is 25 2023-10-14T00:02:53.343 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 18 to 24 2023-10-14T00:02:53.343 INFO:tasks.rados.rados.0.smithi055.stdout:335: rmattr oid 23 current snap is 25 2023-10-14T00:02:53.344 INFO:tasks.rados.rados.0.smithi055.stdout:335: done (2 left) 2023-10-14T00:02:53.344 INFO:tasks.rados.rados.0.smithi055.stdout:336: copy_from oid 43 from oid 10 current snap is 25 2023-10-14T00:02:53.344 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 19 current snap is 25 2023-10-14T00:02:53.345 INFO:tasks.rados.rados.0.smithi055.stdout:337: seq_num 130 ranges {303104=581632,884736=614400,1499136=598016,2097152=393216} 2023-10-14T00:02:53.346 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:02:53 smithi082 systemd[1]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@mgr.x.service: Failed with result 'exit-code'. 2023-10-14T00:02:53.346 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:02:53 smithi082 systemd[1]: Stopped Ceph mgr.x for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:02:53.346 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:02:53 smithi082 systemd[1]: Starting Ceph mgr.x for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:02:53.347 INFO:tasks.rados.rados.0.smithi055.stdout:337: writing smithi055169533-19 from 303104 to 884736 tid 1 2023-10-14T00:02:53.348 INFO:tasks.rados.rados.0.smithi055.stdout:337: writing smithi055169533-19 from 884736 to 1499136 tid 2 2023-10-14T00:02:53.351 INFO:tasks.rados.rados.0.smithi055.stdout:337: writing smithi055169533-19 from 1499136 to 2097152 tid 3 2023-10-14T00:02:53.355 INFO:tasks.rados.rados.0.smithi055.stdout:337: writing smithi055169533-19 from 2097152 to 2490368 tid 4 2023-10-14T00:02:53.355 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 13 current snap is 25 2023-10-14T00:02:53.355 INFO:tasks.rados.rados.0.smithi055.stdout:334: finishing rollback tid 1 to smithi055169533-18 2023-10-14T00:02:53.356 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 18 v 0 (ObjNum 289 snap 0 seq_num 1) dirty dne 2023-10-14T00:02:53.356 INFO:tasks.rados.rados.0.smithi055.stdout:333: finishing rollback tid 0 to smithi055169533-41 2023-10-14T00:02:53.356 INFO:tasks.rados.rados.0.smithi055.stdout:333: finishing rollback tid 1 to smithi055169533-41 2023-10-14T00:02:53.356 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 41 v 98 (ObjNum 129 snap 0 seq_num 1528739648) dirty dne 2023-10-14T00:02:53.357 INFO:tasks.rados.rados.0.smithi055.stdout:337: finishing write tid 1 to smithi055169533-19 2023-10-14T00:02:53.357 INFO:tasks.rados.rados.0.smithi055.stdout:338: seq_num 131 ranges {0=598016,598016=499712,1097728=753664,1851392=352256} 2023-10-14T00:02:53.358 INFO:tasks.rados.rados.0.smithi055.stdout:338: writing smithi055169533-13 from 0 to 598016 tid 1 2023-10-14T00:02:53.361 INFO:tasks.rados.rados.0.smithi055.stdout:338: writing smithi055169533-13 from 598016 to 1097728 tid 2 2023-10-14T00:02:53.366 INFO:tasks.rados.rados.0.smithi055.stdout:338: writing smithi055169533-13 from 1097728 to 1851392 tid 3 2023-10-14T00:02:53.368 INFO:tasks.rados.rados.0.smithi055.stdout:338: writing smithi055169533-13 from 1851392 to 2203648 tid 4 2023-10-14T00:02:53.368 INFO:tasks.rados.rados.0.smithi055.stdout:333: done (4 left) 2023-10-14T00:02:53.369 INFO:tasks.rados.rados.0.smithi055.stdout:334: done (3 left) 2023-10-14T00:02:53.369 INFO:tasks.rados.rados.0.smithi055.stdout:339: setattr oid 17 current snap is 25 2023-10-14T00:02:53.369 INFO:tasks.rados.rados.0.smithi055.stdout:336: finishing copy_from to smithi055169533-43 2023-10-14T00:02:53.369 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 43 v 12 (ObjNum 38 snap 0 seq_num 38) dirty exists 2023-10-14T00:02:53.369 INFO:tasks.rados.rados.0.smithi055.stdout:336: finishing copy_from racing read to smithi055169533-43 2023-10-14T00:02:53.370 INFO:tasks.rados.rados.0.smithi055.stdout:337: finishing write tid 2 to smithi055169533-19 2023-10-14T00:02:53.370 INFO:tasks.rados.rados.0.smithi055.stdout:337: finishing write tid 3 to smithi055169533-19 2023-10-14T00:02:53.370 INFO:tasks.rados.rados.0.smithi055.stdout:337: finishing write tid 4 to smithi055169533-19 2023-10-14T00:02:53.370 INFO:tasks.rados.rados.0.smithi055.stdout:337: finishing write tid 5 to smithi055169533-19 2023-10-14T00:02:53.370 INFO:tasks.rados.rados.0.smithi055.stdout:337: finishing write tid 6 to smithi055169533-19 2023-10-14T00:02:53.371 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 19 v 61 (ObjNum 130 snap 25 seq_num 130) dirty exists 2023-10-14T00:02:53.371 INFO:tasks.rados.rados.0.smithi055.stdout:337: left oid 19 (ObjNum 130 snap 25 seq_num 130) 2023-10-14T00:02:53.371 INFO:tasks.rados.rados.0.smithi055.stdout:338: finishing write tid 1 to smithi055169533-13 2023-10-14T00:02:53.371 INFO:tasks.rados.rados.0.smithi055.stdout:338: finishing write tid 2 to smithi055169533-13 2023-10-14T00:02:53.372 INFO:tasks.rados.rados.0.smithi055.stdout:338: finishing write tid 3 to smithi055169533-13 2023-10-14T00:02:53.372 INFO:tasks.rados.rados.0.smithi055.stdout:338: finishing write tid 4 to smithi055169533-13 2023-10-14T00:02:53.373 INFO:tasks.rados.rados.0.smithi055.stdout:338: finishing write tid 5 to smithi055169533-13 2023-10-14T00:02:53.373 INFO:tasks.rados.rados.0.smithi055.stdout:338: finishing write tid 6 to smithi055169533-13 2023-10-14T00:02:53.373 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 13 v 35 (ObjNum 131 snap 25 seq_num 131) dirty exists 2023-10-14T00:02:53.373 INFO:tasks.rados.rados.0.smithi055.stdout:338: left oid 13 (ObjNum 131 snap 25 seq_num 131) 2023-10-14T00:02:53.373 INFO:tasks.rados.rados.0.smithi055.stdout:336: done (3 left) 2023-10-14T00:02:53.374 INFO:tasks.rados.rados.0.smithi055.stdout:337: done (2 left) 2023-10-14T00:02:53.374 INFO:tasks.rados.rados.0.smithi055.stdout:338: done (1 left) 2023-10-14T00:02:53.374 INFO:tasks.rados.rados.0.smithi055.stdout:340: snap_create 2023-10-14T00:02:53.374 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 17 v 177 (ObjNum 101 snap 18 seq_num 101) dirty exists 2023-10-14T00:02:53.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:53 smithi082 ceph-mon[116307]: osdmap e118: 8 total, 8 up, 8 in 2023-10-14T00:02:53.625 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:02:53 smithi082 ceph-mgr[156038]: -- 172.21.15.82:0/3373098377 <== mon.1 v2:172.21.15.82:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55e9102cb1e0 con 0x55e9102a0c00 2023-10-14T00:02:53.626 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:02:53 smithi082 bash[156019]: 7c2f703566a973bcc533629f10e2d6c91d89a4b35b4d3fd7434858ffcefa5ed6 2023-10-14T00:02:53.626 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:02:53 smithi082 systemd[1]: Started Ceph mgr.x for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:02:53.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:53 smithi055 ceph-mon[124249]: osdmap e118: 8 total, 8 up, 8 in 2023-10-14T00:02:53.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:53 smithi055 ceph-mon[110989]: osdmap e118: 8 total, 8 up, 8 in 2023-10-14T00:02:53.768 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:02:53 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-alertmanager-a[165543]: ts=2023-10-14T00:02:53.507Z caller=notify.go:732 level=warn component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi082.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.82:8443: connect: connection refused" 2023-10-14T00:02:54.125 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:02:53 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:02:53.683+0000 7f4b52322200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-10-14T00:02:54.125 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:02:53 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:02:53.863+0000 7f4b52322200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-10-14T00:02:54.355 INFO:tasks.rados.rados.0.smithi055.stdout:339: done (1 left) 2023-10-14T00:02:54.356 INFO:tasks.rados.rados.0.smithi055.stdout:340: done (0 left) 2023-10-14T00:02:54.356 INFO:tasks.rados.rados.0.smithi055.stdout:341: copy_from oid 34 from oid 46 current snap is 26 2023-10-14T00:02:54.356 INFO:tasks.rados.rados.0.smithi055.stdout:342: snap_remove snap 23 2023-10-14T00:02:54.625 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:02:54 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:02:54.224+0000 7f4b52322200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-10-14T00:02:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:54 smithi082 ceph-mon[116307]: pgmap v144: 121 pgs: 121 active+clean; 56 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:02:54.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:54 smithi082 ceph-mon[116307]: osdmap e119: 8 total, 8 up, 8 in 2023-10-14T00:02:54.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:54 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:02:54.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:54 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:02:54.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:54 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:02:54.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:54 smithi055 ceph-mon[124249]: pgmap v144: 121 pgs: 121 active+clean; 56 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:02:54.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:54 smithi055 ceph-mon[124249]: osdmap e119: 8 total, 8 up, 8 in 2023-10-14T00:02:54.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:54 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:02:54.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:54 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:02:54.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:54 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:02:54.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:54 smithi055 ceph-mon[110989]: pgmap v144: 121 pgs: 121 active+clean; 56 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:02:54.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:54 smithi055 ceph-mon[110989]: osdmap e119: 8 total, 8 up, 8 in 2023-10-14T00:02:54.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:54 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:02:54.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:54 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:02:54.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:54 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:02:55.034 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:02:54 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:02:54.776+0000 7f4b52322200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-10-14T00:02:55.355 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:02:55 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:02:55.032+0000 7f4b52322200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-10-14T00:02:55.362 INFO:tasks.rados.rados.0.smithi055.stdout:342: done (1 left) 2023-10-14T00:02:55.362 INFO:tasks.rados.rados.0.smithi055.stdout:343: rollback oid 45 current snap is 26 2023-10-14T00:02:55.362 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 45 to 24 2023-10-14T00:02:55.363 INFO:tasks.rados.rados.0.smithi055.stdout:344: read oid 20 snap -1 2023-10-14T00:02:55.363 INFO:tasks.rados.rados.0.smithi055.stdout:344: expect deleted 2023-10-14T00:02:55.363 INFO:tasks.rados.rados.0.smithi055.stdout:345: read oid 37 snap -1 2023-10-14T00:02:55.363 INFO:tasks.rados.rados.0.smithi055.stdout:345: expect (ObjNum 120 snap 21 seq_num 120) 2023-10-14T00:02:55.363 INFO:tasks.rados.rados.0.smithi055.stdout:346: delete oid 17 current snap is 26 2023-10-14T00:02:55.363 INFO:tasks.rados.rados.0.smithi055.stdout:341: finishing copy_from to smithi055169533-34 2023-10-14T00:02:55.364 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 34 v 40 (ObjNum 77 snap 11 seq_num 77) dirty exists 2023-10-14T00:02:55.364 INFO:tasks.rados.rados.0.smithi055.stdout:341: finishing copy_from racing read to smithi055169533-34 2023-10-14T00:02:55.370 INFO:tasks.rados.rados.0.smithi055.stdout:341: done (4 left) 2023-10-14T00:02:55.374 INFO:tasks.rados.rados.0.smithi055.stdout:344: done (3 left) 2023-10-14T00:02:55.375 INFO:tasks.rados.rados.0.smithi055.stdout:346: done (2 left) 2023-10-14T00:02:55.375 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 5 current snap is 26 2023-10-14T00:02:55.375 INFO:tasks.rados.rados.0.smithi055.stdout:347: seq_num 133 ranges {638976=630784,1269760=663552,1933312=770048,2703360=172032} 2023-10-14T00:02:55.378 INFO:tasks.rados.rados.0.smithi055.stdout:347: writing smithi055169533-5 from 638976 to 1269760 tid 1 2023-10-14T00:02:55.382 INFO:tasks.rados.rados.0.smithi055.stdout:347: writing smithi055169533-5 from 1269760 to 1933312 tid 2 2023-10-14T00:02:55.386 INFO:tasks.rados.rados.0.smithi055.stdout:347: writing smithi055169533-5 from 1933312 to 2703360 tid 3 2023-10-14T00:02:55.387 INFO:tasks.rados.rados.0.smithi055.stdout:347: writing smithi055169533-5 from 2703360 to 2875392 tid 4 2023-10-14T00:02:55.388 INFO:tasks.rados.rados.0.smithi055.stdout:348: delete oid 16 current snap is 26 2023-10-14T00:02:55.388 INFO:tasks.rados.rados.0.smithi055.stdout:343: finishing rollback tid 0 to smithi055169533-45 2023-10-14T00:02:55.388 INFO:tasks.rados.rados.0.smithi055.stdout:343: finishing rollback tid 1 to smithi055169533-45 2023-10-14T00:02:55.388 INFO:tasks.rados.rados.0.smithi055.stdout:343: finishing rollback tid 2 to smithi055169533-45 2023-10-14T00:02:55.389 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 45 v 81 (ObjNum 103 snap 20 seq_num 103) dirty exists 2023-10-14T00:02:55.389 INFO:tasks.rados.rados.0.smithi055.stdout:345: expect (ObjNum 120 snap 21 seq_num 120) 2023-10-14T00:02:55.470 INFO:tasks.rados.rados.0.smithi055.stdout:347: finishing write tid 1 to smithi055169533-5 2023-10-14T00:02:55.471 INFO:tasks.rados.rados.0.smithi055.stdout:347: finishing write tid 2 to smithi055169533-5 2023-10-14T00:02:55.471 INFO:tasks.rados.rados.0.smithi055.stdout:347: finishing write tid 3 to smithi055169533-5 2023-10-14T00:02:55.471 INFO:tasks.rados.rados.0.smithi055.stdout:347: finishing write tid 4 to smithi055169533-5 2023-10-14T00:02:55.471 INFO:tasks.rados.rados.0.smithi055.stdout:347: finishing write tid 5 to smithi055169533-5 2023-10-14T00:02:55.472 INFO:tasks.rados.rados.0.smithi055.stdout:347: finishing write tid 6 to smithi055169533-5 2023-10-14T00:02:55.472 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 5 v 118 (ObjNum 133 snap 26 seq_num 133) dirty exists 2023-10-14T00:02:55.472 INFO:tasks.rados.rados.0.smithi055.stdout:347: left oid 5 (ObjNum 133 snap 26 seq_num 133) 2023-10-14T00:02:55.473 INFO:tasks.rados.rados.0.smithi055.stdout:343: done (3 left) 2023-10-14T00:02:55.473 INFO:tasks.rados.rados.0.smithi055.stdout:345: done (2 left) 2023-10-14T00:02:55.473 INFO:tasks.rados.rados.0.smithi055.stdout:347: done (1 left) 2023-10-14T00:02:55.473 INFO:tasks.rados.rados.0.smithi055.stdout:348: done (0 left) 2023-10-14T00:02:55.474 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 37 current snap is 26 2023-10-14T00:02:55.474 INFO:tasks.rados.rados.0.smithi055.stdout:349: seq_num 135 ranges {2629632=663552,3293184=434176,3727360=786432,4513792=385024} 2023-10-14T00:02:55.488 INFO:tasks.rados.rados.0.smithi055.stdout:349: writing smithi055169533-37 from 2629632 to 3293184 tid 1 2023-10-14T00:02:55.491 INFO:tasks.rados.rados.0.smithi055.stdout:349: writing smithi055169533-37 from 3293184 to 3727360 tid 2 2023-10-14T00:02:55.495 INFO:tasks.rados.rados.0.smithi055.stdout:349: writing smithi055169533-37 from 3727360 to 4513792 tid 3 2023-10-14T00:02:55.498 INFO:tasks.rados.rados.0.smithi055.stdout:349: writing smithi055169533-37 from 4513792 to 4898816 tid 4 2023-10-14T00:02:55.498 INFO:tasks.rados.rados.0.smithi055.stdout:350: copy_from oid 21 from oid 32 current snap is 26 2023-10-14T00:02:55.499 INFO:tasks.rados.rados.0.smithi055.stdout:349: finishing write tid 1 to smithi055169533-37 2023-10-14T00:02:55.499 INFO:tasks.rados.rados.0.smithi055.stdout:349: finishing write tid 2 to smithi055169533-37 2023-10-14T00:02:55.499 INFO:tasks.rados.rados.0.smithi055.stdout:351: setattr oid 43 current snap is 26 2023-10-14T00:02:55.500 INFO:tasks.rados.rados.0.smithi055.stdout:352: read oid 34 snap -1 2023-10-14T00:02:55.500 INFO:tasks.rados.rados.0.smithi055.stdout:352: expect (ObjNum 77 snap 11 seq_num 77) 2023-10-14T00:02:55.501 INFO:tasks.rados.rados.0.smithi055.stdout:353: snap_create 2023-10-14T00:02:55.501 INFO:tasks.rados.rados.0.smithi055.stdout:349: finishing write tid 3 to smithi055169533-37 2023-10-14T00:02:55.501 INFO:tasks.rados.rados.0.smithi055.stdout:349: finishing write tid 4 to smithi055169533-37 2023-10-14T00:02:55.502 INFO:tasks.rados.rados.0.smithi055.stdout:349: finishing write tid 5 to smithi055169533-37 2023-10-14T00:02:55.503 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 43 v 85 (ObjNum 38 snap 0 seq_num 38) dirty exists 2023-10-14T00:02:55.503 INFO:tasks.rados.rados.0.smithi055.stdout:349: finishing write tid 6 to smithi055169533-37 2023-10-14T00:02:55.504 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 37 v 124 (ObjNum 135 snap 26 seq_num 135) dirty exists 2023-10-14T00:02:55.504 INFO:tasks.rados.rados.0.smithi055.stdout:349: left oid 37 (ObjNum 135 snap 26 seq_num 135) 2023-10-14T00:02:55.504 INFO:tasks.rados.rados.0.smithi055.stdout:350: finishing copy_from to smithi055169533-21 2023-10-14T00:02:55.505 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 21 v 6 (ObjNum 31 snap 0 seq_num 31) dirty exists 2023-10-14T00:02:55.505 INFO:tasks.rados.rados.0.smithi055.stdout:350: finishing copy_from racing read to smithi055169533-21 2023-10-14T00:02:55.507 INFO:tasks.rados.rados.0.smithi055.stdout:352: expect (ObjNum 77 snap 11 seq_num 77) 2023-10-14T00:02:55.625 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:02:55 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:02:55.492+0000 7f4b52322200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-10-14T00:02:55.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:55 smithi082 ceph-mon[116307]: osdmap e120: 8 total, 8 up, 8 in 2023-10-14T00:02:55.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:55 smithi055 ceph-mon[124249]: osdmap e120: 8 total, 8 up, 8 in 2023-10-14T00:02:55.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:55 smithi055 ceph-mon[110989]: osdmap e120: 8 total, 8 up, 8 in 2023-10-14T00:02:56.372 INFO:tasks.rados.rados.0.smithi055.stdout:349: done (4 left) 2023-10-14T00:02:56.373 INFO:tasks.rados.rados.0.smithi055.stdout:350: done (3 left) 2023-10-14T00:02:56.373 INFO:tasks.rados.rados.0.smithi055.stdout:351: done (2 left) 2023-10-14T00:02:56.373 INFO:tasks.rados.rados.0.smithi055.stdout:352: done (1 left) 2023-10-14T00:02:56.373 INFO:tasks.rados.rados.0.smithi055.stdout:353: done (0 left) 2023-10-14T00:02:56.374 INFO:tasks.rados.rados.0.smithi055.stdout:354: read oid 31 snap -1 2023-10-14T00:02:56.374 INFO:tasks.rados.rados.0.smithi055.stdout:354: expect deleted 2023-10-14T00:02:56.374 INFO:tasks.rados.rados.0.smithi055.stdout:355: rollback oid 22 current snap is 27 2023-10-14T00:02:56.374 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 22 to 25 2023-10-14T00:02:56.374 INFO:tasks.rados.rados.0.smithi055.stdout:356: read oid 48 snap -1 2023-10-14T00:02:56.375 INFO:tasks.rados.rados.0.smithi055.stdout:356: expect deleted 2023-10-14T00:02:56.375 INFO:tasks.rados.rados.0.smithi055.stdout:357: read oid 3 snap 22 2023-10-14T00:02:56.375 INFO:tasks.rados.rados.0.smithi055.stdout:357: expect (ObjNum 23 snap 0 seq_num 23) 2023-10-14T00:02:56.375 INFO:tasks.rados.rados.0.smithi055.stdout:358: snap_remove snap 24 2023-10-14T00:02:56.625 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:02:56 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:02:56.267+0000 7f4b52322200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-10-14T00:02:56.625 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:02:56 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:02:56.361+0000 7f4b52322200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-10-14T00:02:56.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:56 smithi082 ceph-mon[116307]: pgmap v147: 121 pgs: 121 active+clean; 74 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.8 MiB/s rd, 4.9 MiB/s wr, 28 op/s 2023-10-14T00:02:56.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:56 smithi082 ceph-mon[116307]: osdmap e121: 8 total, 8 up, 8 in 2023-10-14T00:02:56.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:56 smithi055 ceph-mon[124249]: pgmap v147: 121 pgs: 121 active+clean; 74 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.8 MiB/s rd, 4.9 MiB/s wr, 28 op/s 2023-10-14T00:02:56.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:56 smithi055 ceph-mon[124249]: osdmap e121: 8 total, 8 up, 8 in 2023-10-14T00:02:56.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:56 smithi055 ceph-mon[110989]: pgmap v147: 121 pgs: 121 active+clean; 74 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.8 MiB/s rd, 4.9 MiB/s wr, 28 op/s 2023-10-14T00:02:56.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:56 smithi055 ceph-mon[110989]: osdmap e121: 8 total, 8 up, 8 in 2023-10-14T00:02:57.377 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:02:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:02:57.019+0000 7f4b52322200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-10-14T00:02:57.378 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:02:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:02:57.112+0000 7f4b52322200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-10-14T00:02:57.378 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:02:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:02:57.215+0000 7f4b52322200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-10-14T00:02:57.378 INFO:tasks.rados.rados.0.smithi055.stdout:358: done (4 left) 2023-10-14T00:02:57.379 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 39 current snap is 27 2023-10-14T00:02:57.379 INFO:tasks.rados.rados.0.smithi055.stdout:359: seq_num 136 ranges {2088960=688128,2777088=720896,3497984=540672,4038656=344064} 2023-10-14T00:02:57.395 INFO:tasks.rados.rados.0.smithi055.stdout:359: writing smithi055169533-39 from 2088960 to 2777088 tid 1 2023-10-14T00:02:57.399 INFO:tasks.rados.rados.0.smithi055.stdout:359: writing smithi055169533-39 from 2777088 to 3497984 tid 2 2023-10-14T00:02:57.402 INFO:tasks.rados.rados.0.smithi055.stdout:359: writing smithi055169533-39 from 3497984 to 4038656 tid 3 2023-10-14T00:02:57.404 INFO:tasks.rados.rados.0.smithi055.stdout:359: writing smithi055169533-39 from 4038656 to 4382720 tid 4 2023-10-14T00:02:57.404 INFO:tasks.rados.rados.0.smithi055.stdout:360: snap_remove snap 26 2023-10-14T00:02:57.650 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:02:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:02:57.460+0000 7f4b52322200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-10-14T00:02:57.650 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:02:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:02:57.558+0000 7f4b52322200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-10-14T00:02:57.651 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:57 smithi082 ceph-mon[116307]: osdmap e122: 8 total, 8 up, 8 in 2023-10-14T00:02:57.651 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:57 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:02:57.651 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:57 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:02:57.652 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:57 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:02:57.652 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:57 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:02:57.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:57 smithi055 ceph-mon[124249]: osdmap e122: 8 total, 8 up, 8 in 2023-10-14T00:02:57.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:57 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:02:57.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:57 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:02:57.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:57 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:02:57.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:57 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:02:57.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:57 smithi055 ceph-mon[110989]: osdmap e122: 8 total, 8 up, 8 in 2023-10-14T00:02:57.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:57 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:02:57.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:57 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:02:57.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:57 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:02:57.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:57 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:02:57.901 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:02:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:02:57.659+0000 7f4b52322200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-10-14T00:02:57.902 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:02:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:02:57.899+0000 7f4b52322200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-10-14T00:02:58.203 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:02:58 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:02:57.999+0000 7f4b52322200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-10-14T00:02:58.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:02:57 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:02:57] "GET /metrics HTTP/1.1" 200 239246 "" "Prometheus/2.43.0" 2023-10-14T00:02:58.400 INFO:tasks.rados.rados.0.smithi055.stdout:360: done (5 left) 2023-10-14T00:02:58.400 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 24 current snap is 27 2023-10-14T00:02:58.400 INFO:tasks.rados.rados.0.smithi055.stdout:355: finishing rollback tid 1 to smithi055169533-22 2023-10-14T00:02:58.400 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 22 v 0 (ObjNum 113 snap 0 seq_num 1528678000) dirty dne 2023-10-14T00:02:58.400 INFO:tasks.rados.rados.0.smithi055.stdout:357: expect (ObjNum 23 snap 0 seq_num 23) 2023-10-14T00:02:58.410 INFO:tasks.rados.rados.0.smithi055.stdout:359: finishing write tid 1 to smithi055169533-39 2023-10-14T00:02:58.410 INFO:tasks.rados.rados.0.smithi055.stdout:361: seq_num 137 ranges {393216=704512,1097728=655360,1753088=753664,2506752=196608} 2023-10-14T00:02:58.416 INFO:tasks.rados.rados.0.smithi055.stdout:361: writing smithi055169533-24 from 393216 to 1097728 tid 1 2023-10-14T00:02:58.419 INFO:tasks.rados.rados.0.smithi055.stdout:361: writing smithi055169533-24 from 1097728 to 1753088 tid 2 2023-10-14T00:02:58.425 INFO:tasks.rados.rados.0.smithi055.stdout:361: writing smithi055169533-24 from 1753088 to 2506752 tid 3 2023-10-14T00:02:58.426 INFO:tasks.rados.rados.0.smithi055.stdout:361: writing smithi055169533-24 from 2506752 to 2703360 tid 4 2023-10-14T00:02:58.427 INFO:tasks.rados.rados.0.smithi055.stdout:354: done (5 left) 2023-10-14T00:02:58.427 INFO:tasks.rados.rados.0.smithi055.stdout:355: done (4 left) 2023-10-14T00:02:58.427 INFO:tasks.rados.rados.0.smithi055.stdout:356: done (3 left) 2023-10-14T00:02:58.427 INFO:tasks.rados.rados.0.smithi055.stdout:357: done (2 left) 2023-10-14T00:02:58.427 INFO:tasks.rados.rados.0.smithi055.stdout:362: delete oid 4 current snap is 27 2023-10-14T00:02:58.428 INFO:tasks.rados.rados.0.smithi055.stdout:359: finishing write tid 2 to smithi055169533-39 2023-10-14T00:02:58.428 INFO:tasks.rados.rados.0.smithi055.stdout:359: finishing write tid 3 to smithi055169533-39 2023-10-14T00:02:58.428 INFO:tasks.rados.rados.0.smithi055.stdout:359: finishing write tid 4 to smithi055169533-39 2023-10-14T00:02:58.428 INFO:tasks.rados.rados.0.smithi055.stdout:359: finishing write tid 5 to smithi055169533-39 2023-10-14T00:02:58.429 INFO:tasks.rados.rados.0.smithi055.stdout:359: finishing write tid 6 to smithi055169533-39 2023-10-14T00:02:58.429 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 39 v 191 (ObjNum 136 snap 27 seq_num 136) dirty exists 2023-10-14T00:02:58.429 INFO:tasks.rados.rados.0.smithi055.stdout:359: left oid 39 (ObjNum 136 snap 27 seq_num 136) 2023-10-14T00:02:58.429 INFO:tasks.rados.rados.0.smithi055.stdout:361: finishing write tid 1 to smithi055169533-24 2023-10-14T00:02:58.429 INFO:tasks.rados.rados.0.smithi055.stdout:361: finishing write tid 2 to smithi055169533-24 2023-10-14T00:02:58.431 INFO:tasks.rados.rados.0.smithi055.stdout:361: finishing write tid 3 to smithi055169533-24 2023-10-14T00:02:58.432 INFO:tasks.rados.rados.0.smithi055.stdout:361: finishing write tid 4 to smithi055169533-24 2023-10-14T00:02:58.432 INFO:tasks.rados.rados.0.smithi055.stdout:361: finishing write tid 5 to smithi055169533-24 2023-10-14T00:02:58.433 INFO:tasks.rados.rados.0.smithi055.stdout:359: done (2 left) 2023-10-14T00:02:58.433 INFO:tasks.rados.rados.0.smithi055.stdout:362: done (1 left) 2023-10-14T00:02:58.433 INFO:tasks.rados.rados.0.smithi055.stdout:363: rollback oid 46 current snap is 27 2023-10-14T00:02:58.433 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 46 to 25 2023-10-14T00:02:58.433 INFO:tasks.rados.rados.0.smithi055.stdout:364: rmattr oid 9 current snap is 27 2023-10-14T00:02:58.434 INFO:tasks.rados.rados.0.smithi055.stdout:365: snap_remove snap 22 2023-10-14T00:02:58.582 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:58 smithi082 ceph-mon[116307]: pgmap v150: 121 pgs: 121 active+clean; 74 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.8 MiB/s rd, 4.9 MiB/s wr, 28 op/s 2023-10-14T00:02:58.582 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:58 smithi082 ceph-mon[116307]: osdmap e123: 8 total, 8 up, 8 in 2023-10-14T00:02:58.582 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:02:58 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:02:58.201+0000 7f4b52322200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-10-14T00:02:58.583 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:02:58 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:02:58.293+0000 7f4b52322200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-10-14T00:02:58.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:58 smithi055 ceph-mon[110989]: pgmap v150: 121 pgs: 121 active+clean; 74 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.8 MiB/s rd, 4.9 MiB/s wr, 28 op/s 2023-10-14T00:02:58.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:58 smithi055 ceph-mon[110989]: osdmap e123: 8 total, 8 up, 8 in 2023-10-14T00:02:58.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:58 smithi055 ceph-mon[124249]: pgmap v150: 121 pgs: 121 active+clean; 74 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.8 MiB/s rd, 4.9 MiB/s wr, 28 op/s 2023-10-14T00:02:58.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:58 smithi055 ceph-mon[124249]: osdmap e123: 8 total, 8 up, 8 in 2023-10-14T00:02:59.405 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:02:59 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:02:59.133+0000 7f4b52322200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-10-14T00:02:59.406 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:02:59 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:02:59.339+0000 7f4b52322200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-10-14T00:02:59.410 INFO:tasks.rados.rados.0.smithi055.stdout:365: done (3 left) 2023-10-14T00:02:59.410 INFO:tasks.rados.rados.0.smithi055.stdout:366: read oid 32 snap -1 2023-10-14T00:02:59.411 INFO:tasks.rados.rados.0.smithi055.stdout:366: expect (ObjNum 31 snap 0 seq_num 31) 2023-10-14T00:02:59.411 INFO:tasks.rados.rados.0.smithi055.stdout:367: read oid 27 snap -1 2023-10-14T00:02:59.411 INFO:tasks.rados.rados.0.smithi055.stdout:367: expect (ObjNum 78 snap 11 seq_num 78) 2023-10-14T00:02:59.411 INFO:tasks.rados.rados.0.smithi055.stdout:368: copy_from oid 23 from oid 17 current snap is 27 2023-10-14T00:02:59.411 INFO:tasks.rados.rados.0.smithi055.stdout:369: snap_create 2023-10-14T00:02:59.412 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 9 v 0 (ObjNum 126 snap 23 seq_num 126) dirty exists 2023-10-14T00:02:59.412 INFO:tasks.rados.rados.0.smithi055.stdout:361: finishing write tid 6 to smithi055169533-24 2023-10-14T00:02:59.412 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 24 v 65 (ObjNum 137 snap 27 seq_num 137) dirty exists 2023-10-14T00:02:59.412 INFO:tasks.rados.rados.0.smithi055.stdout:361: left oid 24 (ObjNum 137 snap 27 seq_num 137) 2023-10-14T00:02:59.412 INFO:tasks.rados.rados.0.smithi055.stdout:363: finishing rollback tid 0 to smithi055169533-46 2023-10-14T00:02:59.413 INFO:tasks.rados.rados.0.smithi055.stdout:363: finishing rollback tid 1 to smithi055169533-46 2023-10-14T00:02:59.413 INFO:tasks.rados.rados.0.smithi055.stdout:363: finishing rollback tid 2 to smithi055169533-46 2023-10-14T00:02:59.413 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 46 v 100 (ObjNum 77 snap 11 seq_num 77) dirty exists 2023-10-14T00:02:59.415 INFO:tasks.rados.rados.0.smithi055.stdout:368: finishing copy_from to smithi055169533-23 2023-10-14T00:02:59.415 INFO:tasks.rados.rados.0.smithi055.stdout:368: got expected ENOENT (src dne) 2023-10-14T00:02:59.417 INFO:tasks.rados.rados.0.smithi055.stdout:368: finishing copy_from racing read to smithi055169533-23 2023-10-14T00:02:59.423 INFO:tasks.rados.rados.0.smithi055.stdout:366: expect (ObjNum 31 snap 0 seq_num 31) 2023-10-14T00:02:59.436 INFO:tasks.rados.rados.0.smithi055.stdout:367: expect (ObjNum 78 snap 11 seq_num 78) 2023-10-14T00:02:59.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:02:59 smithi055 ceph-mon[124249]: osdmap e124: 8 total, 8 up, 8 in 2023-10-14T00:02:59.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:02:59 smithi055 ceph-mon[110989]: osdmap e124: 8 total, 8 up, 8 in 2023-10-14T00:02:59.854 INFO:tasks.rados.rados.0.smithi055.stdout:361: done (6 left) 2023-10-14T00:02:59.854 INFO:tasks.rados.rados.0.smithi055.stdout:363: done (5 left) 2023-10-14T00:02:59.855 INFO:tasks.rados.rados.0.smithi055.stdout:364: done (4 left) 2023-10-14T00:02:59.855 INFO:tasks.rados.rados.0.smithi055.stdout:366: done (3 left) 2023-10-14T00:02:59.855 INFO:tasks.rados.rados.0.smithi055.stdout:367: done (2 left) 2023-10-14T00:02:59.855 INFO:tasks.rados.rados.0.smithi055.stdout:368: done (1 left) 2023-10-14T00:02:59.856 INFO:tasks.rados.rados.0.smithi055.stdout:369: done (0 left) 2023-10-14T00:02:59.856 INFO:tasks.rados.rados.0.smithi055.stdout:370: read oid 36 snap -1 2023-10-14T00:02:59.856 INFO:tasks.rados.rados.0.smithi055.stdout:370: expect (ObjNum 77 snap 11 seq_num 77) 2023-10-14T00:02:59.856 INFO:tasks.rados.rados.0.smithi055.stdout:371: delete oid 21 current snap is 28 2023-10-14T00:02:59.862 INFO:tasks.rados.rados.0.smithi055.stdout:371: done (1 left) 2023-10-14T00:02:59.862 INFO:tasks.rados.rados.0.smithi055.stdout:372: rmattr oid 9 current snap is 28 2023-10-14T00:02:59.862 INFO:tasks.rados.rados.0.smithi055.stdout:372: done (1 left) 2023-10-14T00:02:59.863 INFO:tasks.rados.rados.0.smithi055.stdout:373: rmattr oid 32 current snap is 28 2023-10-14T00:02:59.863 INFO:tasks.rados.rados.0.smithi055.stdout:373: done (1 left) 2023-10-14T00:02:59.863 INFO:tasks.rados.rados.0.smithi055.stdout:374: rmattr oid 6 current snap is 28 2023-10-14T00:02:59.863 INFO:tasks.rados.rados.0.smithi055.stdout:374: done (1 left) 2023-10-14T00:02:59.863 INFO:tasks.rados.rados.0.smithi055.stdout:375: copy_from oid 15 from oid 19 current snap is 28 2023-10-14T00:02:59.864 INFO:tasks.rados.rados.0.smithi055.stdout:376: delete oid 3 current snap is 28 2023-10-14T00:02:59.866 INFO:tasks.rados.rados.0.smithi055.stdout:370: expect (ObjNum 77 snap 11 seq_num 77) 2023-10-14T00:02:59.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:02:59 smithi082 ceph-mon[116307]: osdmap e124: 8 total, 8 up, 8 in 2023-10-14T00:02:59.875 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:02:59 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:02:59.539+0000 7f4b52322200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-10-14T00:02:59.938 INFO:tasks.rados.rados.0.smithi055.stdout:375: finishing copy_from to smithi055169533-15 2023-10-14T00:02:59.939 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 15 v 61 (ObjNum 130 snap 25 seq_num 130) dirty exists 2023-10-14T00:02:59.939 INFO:tasks.rados.rados.0.smithi055.stdout:375: finishing copy_from racing read to smithi055169533-15 2023-10-14T00:02:59.939 INFO:tasks.rados.rados.0.smithi055.stdout:370: done (2 left) 2023-10-14T00:02:59.940 INFO:tasks.rados.rados.0.smithi055.stdout:375: done (1 left) 2023-10-14T00:02:59.940 INFO:tasks.rados.rados.0.smithi055.stdout:376: done (0 left) 2023-10-14T00:02:59.940 INFO:tasks.rados.rados.0.smithi055.stdout:377: rollback oid 30 current snap is 28 2023-10-14T00:02:59.941 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 30 to 27 2023-10-14T00:02:59.941 INFO:tasks.rados.rados.0.smithi055.stdout:378: read oid 19 snap -1 2023-10-14T00:02:59.941 INFO:tasks.rados.rados.0.smithi055.stdout:378: expect (ObjNum 130 snap 25 seq_num 130) 2023-10-14T00:02:59.941 INFO:tasks.rados.rados.0.smithi055.stdout:379: copy_from oid 33 from oid 11 current snap is 28 2023-10-14T00:02:59.941 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 42 current snap is 28 2023-10-14T00:02:59.942 INFO:tasks.rados.rados.0.smithi055.stdout:380: seq_num 141 ranges {0=770048,770048=589824,1359872=729088,2088960=286720} 2023-10-14T00:02:59.943 INFO:tasks.rados.rados.0.smithi055.stdout:380: writing smithi055169533-42 from 0 to 770048 tid 1 2023-10-14T00:02:59.947 INFO:tasks.rados.rados.0.smithi055.stdout:380: writing smithi055169533-42 from 770048 to 1359872 tid 2 2023-10-14T00:02:59.951 INFO:tasks.rados.rados.0.smithi055.stdout:380: writing smithi055169533-42 from 1359872 to 2088960 tid 3 2023-10-14T00:02:59.954 INFO:tasks.rados.rados.0.smithi055.stdout:380: writing smithi055169533-42 from 2088960 to 2375680 tid 4 2023-10-14T00:02:59.954 INFO:tasks.rados.rados.0.smithi055.stdout:381: read oid 12 snap -1 2023-10-14T00:02:59.954 INFO:tasks.rados.rados.0.smithi055.stdout:381: expect (ObjNum 73 snap 6 seq_num 73) 2023-10-14T00:02:59.954 INFO:tasks.rados.rados.0.smithi055.stdout:382: copy_from oid 43 from oid 7 current snap is 28 2023-10-14T00:02:59.954 INFO:tasks.rados.rados.0.smithi055.stdout:377: finishing rollback tid 0 to smithi055169533-30 2023-10-14T00:02:59.955 INFO:tasks.rados.rados.0.smithi055.stdout:377: finishing rollback tid 1 to smithi055169533-30 2023-10-14T00:02:59.955 INFO:tasks.rados.rados.0.smithi055.stdout:383: copy_from oid 10 from oid 31 current snap is 28 2023-10-14T00:02:59.955 INFO:tasks.rados.rados.0.smithi055.stdout:377: finishing rollback tid 2 to smithi055169533-30 2023-10-14T00:02:59.956 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 30 v 71 (ObjNum 111 snap 20 seq_num 111) dirty exists 2023-10-14T00:02:59.956 INFO:tasks.rados.rados.0.smithi055.stdout:379: finishing copy_from to smithi055169533-33 2023-10-14T00:02:59.956 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 33 v 2 (ObjNum 10 snap 0 seq_num 10) dirty exists 2023-10-14T00:02:59.956 INFO:tasks.rados.rados.0.smithi055.stdout:379: finishing copy_from racing read to smithi055169533-33 2023-10-14T00:02:59.956 INFO:tasks.rados.rados.0.smithi055.stdout:380: finishing write tid 1 to smithi055169533-42 2023-10-14T00:02:59.957 INFO:tasks.rados.rados.0.smithi055.stdout:378: expect (ObjNum 130 snap 25 seq_num 130) 2023-10-14T00:03:00.040 INFO:tasks.rados.rados.0.smithi055.stdout:380: finishing write tid 2 to smithi055169533-42 2023-10-14T00:03:00.041 INFO:tasks.rados.rados.0.smithi055.stdout:380: finishing write tid 3 to smithi055169533-42 2023-10-14T00:03:00.041 INFO:tasks.rados.rados.0.smithi055.stdout:380: finishing write tid 4 to smithi055169533-42 2023-10-14T00:03:00.042 INFO:tasks.rados.rados.0.smithi055.stdout:383: finishing copy_from to smithi055169533-10 2023-10-14T00:03:00.042 INFO:tasks.rados.rados.0.smithi055.stdout:383: got expected ENOENT (src dne) 2023-10-14T00:03:00.043 INFO:tasks.rados.rados.0.smithi055.stdout:383: finishing copy_from racing read to smithi055169533-10 2023-10-14T00:03:00.043 INFO:tasks.rados.rados.0.smithi055.stdout:380: finishing write tid 5 to smithi055169533-42 2023-10-14T00:03:00.044 INFO:tasks.rados.rados.0.smithi055.stdout:377: done (6 left) 2023-10-14T00:03:00.044 INFO:tasks.rados.rados.0.smithi055.stdout:378: done (5 left) 2023-10-14T00:03:00.044 INFO:tasks.rados.rados.0.smithi055.stdout:379: done (4 left) 2023-10-14T00:03:00.045 INFO:tasks.rados.rados.0.smithi055.stdout:383: done (3 left) 2023-10-14T00:03:00.045 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 29 current snap is 28 2023-10-14T00:03:00.046 INFO:tasks.rados.rados.0.smithi055.stdout:382: finishing copy_from to smithi055169533-43 2023-10-14T00:03:00.046 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 43 v 6 (ObjNum 23 snap 0 seq_num 23) dirty exists 2023-10-14T00:03:00.046 INFO:tasks.rados.rados.0.smithi055.stdout:382: finishing copy_from racing read to smithi055169533-43 2023-10-14T00:03:00.047 INFO:tasks.rados.rados.0.smithi055.stdout:381: expect (ObjNum 73 snap 6 seq_num 73) 2023-10-14T00:03:00.080 INFO:tasks.rados.rados.0.smithi055.stdout:380: finishing write tid 6 to smithi055169533-42 2023-10-14T00:03:00.080 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 42 v 44 (ObjNum 141 snap 28 seq_num 141) dirty exists 2023-10-14T00:03:00.080 INFO:tasks.rados.rados.0.smithi055.stdout:380: left oid 42 (ObjNum 141 snap 28 seq_num 141) 2023-10-14T00:03:00.081 INFO:tasks.rados.rados.0.smithi055.stdout:384: seq_num 142 ranges {0=786432,786432=475136,1261568=540672,1802240=589824} 2023-10-14T00:03:00.084 INFO:tasks.rados.rados.0.smithi055.stdout:384: writing smithi055169533-29 from 0 to 786432 tid 1 2023-10-14T00:03:00.087 INFO:tasks.rados.rados.0.smithi055.stdout:384: writing smithi055169533-29 from 786432 to 1261568 tid 2 2023-10-14T00:03:00.090 INFO:tasks.rados.rados.0.smithi055.stdout:384: writing smithi055169533-29 from 1261568 to 1802240 tid 3 2023-10-14T00:03:00.094 INFO:tasks.rados.rados.0.smithi055.stdout:384: writing smithi055169533-29 from 1802240 to 2392064 tid 4 2023-10-14T00:03:00.094 INFO:tasks.rados.rados.0.smithi055.stdout:380: done (3 left) 2023-10-14T00:03:00.095 INFO:tasks.rados.rados.0.smithi055.stdout:381: done (2 left) 2023-10-14T00:03:00.095 INFO:tasks.rados.rados.0.smithi055.stdout:382: done (1 left) 2023-10-14T00:03:00.095 INFO:tasks.rados.rados.0.smithi055.stdout:385: read oid 39 snap -1 2023-10-14T00:03:00.095 INFO:tasks.rados.rados.0.smithi055.stdout:385: expect (ObjNum 136 snap 27 seq_num 136) 2023-10-14T00:03:00.095 INFO:tasks.rados.rados.0.smithi055.stdout:384: finishing write tid 1 to smithi055169533-29 2023-10-14T00:03:00.096 INFO:tasks.rados.rados.0.smithi055.stdout:384: finishing write tid 2 to smithi055169533-29 2023-10-14T00:03:00.096 INFO:tasks.rados.rados.0.smithi055.stdout:384: finishing write tid 3 to smithi055169533-29 2023-10-14T00:03:00.096 INFO:tasks.rados.rados.0.smithi055.stdout:386: read oid 33 snap 27 2023-10-14T00:03:00.096 INFO:tasks.rados.rados.0.smithi055.stdout:386: expect (ObjNum 18 snap 0 seq_num 18) 2023-10-14T00:03:00.096 INFO:tasks.rados.rados.0.smithi055.stdout:387: setattr oid 3 current snap is 28 2023-10-14T00:03:00.097 INFO:tasks.rados.rados.0.smithi055.stdout:388: snap_create 2023-10-14T00:03:00.098 INFO:tasks.rados.rados.0.smithi055.stdout:386: expect (ObjNum 18 snap 0 seq_num 18) 2023-10-14T00:03:00.106 INFO:tasks.rados.rados.0.smithi055.stdout:384: finishing write tid 4 to smithi055169533-29 2023-10-14T00:03:00.106 INFO:tasks.rados.rados.0.smithi055.stdout:384: finishing write tid 5 to smithi055169533-29 2023-10-14T00:03:00.106 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 3 v 132 (ObjNum 129 snap 0 seq_num 1528771144) dirty exists 2023-10-14T00:03:00.107 INFO:tasks.rados.rados.0.smithi055.stdout:384: finishing write tid 6 to smithi055169533-29 2023-10-14T00:03:00.107 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 29 v 69 (ObjNum 142 snap 28 seq_num 142) dirty exists 2023-10-14T00:03:00.107 INFO:tasks.rados.rados.0.smithi055.stdout:384: left oid 29 (ObjNum 142 snap 28 seq_num 142) 2023-10-14T00:03:00.114 INFO:tasks.rados.rados.0.smithi055.stdout:385: expect (ObjNum 136 snap 27 seq_num 136) 2023-10-14T00:03:00.250 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:02:59 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-14T00:02:59.847+0000 7fa5810c8700 -1 mgr handle_mgr_map I was active but no longer am 2023-10-14T00:03:00.250 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:02:59 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: ignoring --setuser ceph since I am not root 2023-10-14T00:03:00.250 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:02:59 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: ignoring --setgroup ceph since I am not root 2023-10-14T00:03:00.251 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:02:59 smithi055 ceph-mgr[111220]: -- 172.21.15.55:0/1540953031 <== mon.2 v2:172.21.15.55:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5619453f89c0 con 0x5619453cf000 2023-10-14T00:03:00.251 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:00 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-14T00:03:00.052+0000 7f963ad441c0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-10-14T00:03:00.251 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:00 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-14T00:03:00.248+0000 7f963ad441c0 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-10-14T00:03:00.303 INFO:tasks.rados.rados.0.smithi055.stdout:384: done (4 left) 2023-10-14T00:03:00.304 INFO:tasks.rados.rados.0.smithi055.stdout:385: done (3 left) 2023-10-14T00:03:00.304 INFO:tasks.rados.rados.0.smithi055.stdout:386: done (2 left) 2023-10-14T00:03:00.305 INFO:tasks.rados.rados.0.smithi055.stdout:387: done (1 left) 2023-10-14T00:03:00.305 INFO:tasks.rados.rados.0.smithi055.stdout:388: done (0 left) 2023-10-14T00:03:00.306 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 13 current snap is 29 2023-10-14T00:03:00.306 INFO:tasks.rados.rados.0.smithi055.stdout:389: seq_num 143 ranges {2203648=802816,3006464=761856,3768320=745472,4513792=98304} 2023-10-14T00:03:00.321 INFO:tasks.rados.rados.0.smithi055.stdout:389: writing smithi055169533-13 from 2203648 to 3006464 tid 1 2023-10-14T00:03:00.327 INFO:tasks.rados.rados.0.smithi055.stdout:389: writing smithi055169533-13 from 3006464 to 3768320 tid 2 2023-10-14T00:03:00.333 INFO:tasks.rados.rados.0.smithi055.stdout:389: writing smithi055169533-13 from 3768320 to 4513792 tid 3 2023-10-14T00:03:00.334 INFO:tasks.rados.rados.0.smithi055.stdout:389: writing smithi055169533-13 from 4513792 to 4612096 tid 4 2023-10-14T00:03:00.334 INFO:tasks.rados.rados.0.smithi055.stdout:390: delete oid 37 current snap is 29 2023-10-14T00:03:00.334 INFO:tasks.rados.rados.0.smithi055.stdout:389: finishing write tid 1 to smithi055169533-13 2023-10-14T00:03:00.334 INFO:tasks.rados.rados.0.smithi055.stdout:389: finishing write tid 2 to smithi055169533-13 2023-10-14T00:03:00.337 INFO:tasks.rados.rados.0.smithi055.stdout:389: finishing write tid 3 to smithi055169533-13 2023-10-14T00:03:00.337 INFO:tasks.rados.rados.0.smithi055.stdout:389: finishing write tid 4 to smithi055169533-13 2023-10-14T00:03:00.338 INFO:tasks.rados.rados.0.smithi055.stdout:390: done (1 left) 2023-10-14T00:03:00.338 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 38 current snap is 29 2023-10-14T00:03:00.339 INFO:tasks.rados.rados.0.smithi055.stdout:391: seq_num 145 ranges {6332416=32768} 2023-10-14T00:03:00.375 INFO:tasks.rados.rados.0.smithi055.stdout:391: writing smithi055169533-38 from 6332416 to 6365184 tid 1 2023-10-14T00:03:00.376 INFO:tasks.rados.rados.0.smithi055.stdout:392: setattr oid 20 current snap is 29 2023-10-14T00:03:00.376 INFO:tasks.rados.rados.0.smithi055.stdout:389: finishing write tid 5 to smithi055169533-13 2023-10-14T00:03:00.376 INFO:tasks.rados.rados.0.smithi055.stdout:389: finishing write tid 6 to smithi055169533-13 2023-10-14T00:03:00.376 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 13 v 41 (ObjNum 143 snap 29 seq_num 143) dirty exists 2023-10-14T00:03:00.377 INFO:tasks.rados.rados.0.smithi055.stdout:389: left oid 13 (ObjNum 143 snap 29 seq_num 143) 2023-10-14T00:03:00.377 INFO:tasks.rados.rados.0.smithi055.stdout:389: done (2 left) 2023-10-14T00:03:00.377 INFO:tasks.rados.rados.0.smithi055.stdout:393: read oid 14 snap -1 2023-10-14T00:03:00.377 INFO:tasks.rados.rados.0.smithi055.stdout:393: expect deleted 2023-10-14T00:03:00.377 INFO:tasks.rados.rados.0.smithi055.stdout:394: snap_create 2023-10-14T00:03:00.378 INFO:tasks.rados.rados.0.smithi055.stdout:391: finishing write tid 1 to smithi055169533-38 2023-10-14T00:03:00.379 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 20 v 45 (ObjNum 33 snap 0 seq_num 1529166384) dirty exists 2023-10-14T00:03:00.379 INFO:tasks.rados.rados.0.smithi055.stdout:391: finishing write tid 2 to smithi055169533-38 2023-10-14T00:03:00.379 INFO:tasks.rados.rados.0.smithi055.stdout:391: finishing write tid 3 to smithi055169533-38 2023-10-14T00:03:00.380 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 38 v 56 (ObjNum 145 snap 29 seq_num 145) dirty exists 2023-10-14T00:03:00.380 INFO:tasks.rados.rados.0.smithi055.stdout:391: left oid 38 (ObjNum 145 snap 29 seq_num 145) 2023-10-14T00:03:00.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:00 smithi055 ceph-mon[110989]: pgmap v153: 121 pgs: 121 active+clean; 83 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 3.7 MiB/s rd, 2.8 MiB/s wr, 16 op/s 2023-10-14T00:03:00.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:00 smithi055 ceph-mon[110989]: osdmap e125: 8 total, 8 up, 8 in 2023-10-14T00:03:00.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:00 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:03:00.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:00 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:03:00.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:00 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:03:00.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:00 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:03:00.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:00 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:03:00.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:00 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:03:00.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:00 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-10-14T00:03:00.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:00 smithi055 ceph-mon[110989]: osdmap e126: 8 total, 8 up, 8 in 2023-10-14T00:03:00.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:00 smithi055 ceph-mon[110989]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2023-10-14T00:03:00.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:00 smithi055 ceph-mon[110989]: mgrmap e23: x(active, starting, since 0.0110055s) 2023-10-14T00:03:00.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:00 smithi055 ceph-mon[110989]: osdmap e127: 8 total, 8 up, 8 in 2023-10-14T00:03:00.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:00 smithi055 ceph-mon[124249]: pgmap v153: 121 pgs: 121 active+clean; 83 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 3.7 MiB/s rd, 2.8 MiB/s wr, 16 op/s 2023-10-14T00:03:00.521 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:00 smithi055 ceph-mon[124249]: osdmap e125: 8 total, 8 up, 8 in 2023-10-14T00:03:00.521 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:00 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:03:00.521 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:00 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:03:00.521 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:00 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:03:00.521 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:00 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:03:00.522 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:00 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:03:00.522 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:00 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:03:00.522 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:00 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-10-14T00:03:00.522 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:00 smithi055 ceph-mon[124249]: osdmap e126: 8 total, 8 up, 8 in 2023-10-14T00:03:00.523 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:00 smithi055 ceph-mon[124249]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2023-10-14T00:03:00.523 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:00 smithi055 ceph-mon[124249]: mgrmap e23: x(active, starting, since 0.0110055s) 2023-10-14T00:03:00.523 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:00 smithi055 ceph-mon[124249]: osdmap e127: 8 total, 8 up, 8 in 2023-10-14T00:03:00.603 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:00 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:03:00.221+0000 7f4b52322200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-10-14T00:03:00.603 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:00 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:03:00.414+0000 7f4b52322200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-10-14T00:03:00.604 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:00 smithi082 ceph-mon[116307]: pgmap v153: 121 pgs: 121 active+clean; 83 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 3.7 MiB/s rd, 2.8 MiB/s wr, 16 op/s 2023-10-14T00:03:00.604 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:00 smithi082 ceph-mon[116307]: osdmap e125: 8 total, 8 up, 8 in 2023-10-14T00:03:00.604 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:00 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:03:00.604 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:00 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:03:00.604 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:00 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:03:00.605 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:00 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:03:00.605 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:00 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' 2023-10-14T00:03:00.605 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:00 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:03:00.605 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:00 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-10-14T00:03:00.605 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:00 smithi082 ceph-mon[116307]: osdmap e126: 8 total, 8 up, 8 in 2023-10-14T00:03:00.606 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:00 smithi082 ceph-mon[116307]: from='mgr.24509 172.21.15.55:0/3943748804' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2023-10-14T00:03:00.606 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:00 smithi082 ceph-mon[116307]: mgrmap e23: x(active, starting, since 0.0110055s) 2023-10-14T00:03:00.606 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:00 smithi082 ceph-mon[116307]: osdmap e127: 8 total, 8 up, 8 in 2023-10-14T00:03:00.760 INFO:tasks.rados.rados.0.smithi055.stdout:391: done (3 left) 2023-10-14T00:03:00.760 INFO:tasks.rados.rados.0.smithi055.stdout:392: done (2 left) 2023-10-14T00:03:00.760 INFO:tasks.rados.rados.0.smithi055.stdout:393: done (1 left) 2023-10-14T00:03:00.761 INFO:tasks.rados.rados.0.smithi055.stdout:394: done (0 left) 2023-10-14T00:03:00.761 INFO:tasks.rados.rados.0.smithi055.stdout:395: delete oid 27 current snap is 30 2023-10-14T00:03:00.767 INFO:tasks.rados.rados.0.smithi055.stdout:395: done (0 left) 2023-10-14T00:03:00.767 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 3 current snap is 30 2023-10-14T00:03:00.767 INFO:tasks.rados.rados.0.smithi055.stdout:396: seq_num 147 ranges {0=65536} 2023-10-14T00:03:00.768 INFO:tasks.rados.rados.0.smithi055.stdout:396: writing smithi055169533-3 from 0 to 65536 tid 1 2023-10-14T00:03:00.768 INFO:tasks.rados.rados.0.smithi055.stdout:397: snap_create 2023-10-14T00:03:00.770 INFO:tasks.rados.rados.0.smithi055.stdout:396: finishing write tid 1 to smithi055169533-3 2023-10-14T00:03:00.771 INFO:tasks.rados.rados.0.smithi055.stdout:396: finishing write tid 2 to smithi055169533-3 2023-10-14T00:03:00.773 INFO:tasks.rados.rados.0.smithi055.stdout:396: finishing write tid 3 to smithi055169533-3 2023-10-14T00:03:00.773 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 3 v 135 (ObjNum 147 snap 30 seq_num 147) dirty exists 2023-10-14T00:03:00.773 INFO:tasks.rados.rados.0.smithi055.stdout:396: left oid 3 (ObjNum 147 snap 30 seq_num 147) 2023-10-14T00:03:00.875 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:00 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:03:00.601+0000 7f4b52322200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-10-14T00:03:00.875 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:00 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:03:00.720+0000 7f4b52322200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-10-14T00:03:00.875 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:00 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: [14/Oct/2023:00:03:00] ENGINE Bus STARTING 2023-10-14T00:03:00.876 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:00 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: CherryPy Checker: 2023-10-14T00:03:00.876 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:00 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: The Application mounted at '' has an empty config. 2023-10-14T00:03:00.876 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:00 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:03:00.876 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:00 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: [14/Oct/2023:00:03:00] ENGINE Serving on http://:::9283 2023-10-14T00:03:00.877 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:00 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: [14/Oct/2023:00:03:00] ENGINE Bus STARTED 2023-10-14T00:03:00.877 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:00 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: [14/Oct/2023:00:03:00] ENGINE Bus STOPPING 2023-10-14T00:03:00.877 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:00 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: [14/Oct/2023:00:03:00] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-10-14T00:03:00.877 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:00 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: [14/Oct/2023:00:03:00] ENGINE Bus STOPPED 2023-10-14T00:03:01.017 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:00 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-14T00:03:00.608+0000 7f963ad441c0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-10-14T00:03:01.375 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:00 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: [14/Oct/2023:00:03:00] ENGINE Bus STARTING 2023-10-14T00:03:01.375 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:01 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:03:01.025+0000 7f4aaf62d700 -1 client.0 error registering admin socket command: (17) File exists 2023-10-14T00:03:01.375 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:01 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:03:01.025+0000 7f4aaf62d700 -1 client.0 error registering admin socket command: (17) File exists 2023-10-14T00:03:01.376 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:01 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:03:01.025+0000 7f4aaf62d700 -1 client.0 error registering admin socket command: (17) File exists 2023-10-14T00:03:01.376 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:01 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:03:01.025+0000 7f4aaf62d700 -1 client.0 error registering admin socket command: (17) File exists 2023-10-14T00:03:01.376 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:01 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:03:01.025+0000 7f4aaf62d700 -1 client.0 error registering admin socket command: (17) File exists 2023-10-14T00:03:01.376 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:01 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:03:01.027+0000 7f4ab1e32700 -1 client.0 error registering admin socket command: (17) File exists 2023-10-14T00:03:01.377 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:01 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:03:01.027+0000 7f4ab1e32700 -1 client.0 error registering admin socket command: (17) File exists 2023-10-14T00:03:01.377 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:01 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:03:01.027+0000 7f4ab1e32700 -1 client.0 error registering admin socket command: (17) File exists 2023-10-14T00:03:01.377 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:01 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:03:01.027+0000 7f4ab1e32700 -1 client.0 error registering admin socket command: (17) File exists 2023-10-14T00:03:01.378 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:01 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:03:01.027+0000 7f4ab1e32700 -1 client.0 error registering admin socket command: (17) File exists 2023-10-14T00:03:01.378 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:01 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: [14/Oct/2023:00:03:01] ENGINE Serving on http://:::9283 2023-10-14T00:03:01.378 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:01 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: [14/Oct/2023:00:03:01] ENGINE Bus STARTED 2023-10-14T00:03:01.414 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-14T00:03:01.210+0000 7f963ad441c0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-10-14T00:03:01.415 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[110989]: Active manager daemon x restarted 2023-10-14T00:03:01.415 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[110989]: Activating manager daemon x 2023-10-14T00:03:01.416 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[110989]: from='mgr.? 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-10-14T00:03:01.416 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[110989]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-10-14T00:03:01.416 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[110989]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:03:01.416 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[110989]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:03:01.416 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[110989]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:03:01.417 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[110989]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2023-10-14T00:03:01.417 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[110989]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2023-10-14T00:03:01.417 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[110989]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-10-14T00:03:01.417 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[110989]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-14T00:03:01.418 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[110989]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-14T00:03:01.418 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[110989]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-14T00:03:01.418 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[110989]: osdmap e128: 8 total, 8 up, 8 in 2023-10-14T00:03:01.418 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[110989]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-14T00:03:01.418 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[110989]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-14T00:03:01.419 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[110989]: mgrmap e24: x(active, starting, since 0.0178819s) 2023-10-14T00:03:01.419 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[110989]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-14T00:03:01.763 INFO:tasks.rados.rados.0.smithi055.stdout:396: done (1 left) 2023-10-14T00:03:01.764 INFO:tasks.rados.rados.0.smithi055.stdout:397: done (0 left) 2023-10-14T00:03:01.764 INFO:tasks.rados.rados.0.smithi055.stdout:398: rollback oid 27 current snap is 31 2023-10-14T00:03:01.764 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 27 to 30 2023-10-14T00:03:01.765 INFO:tasks.rados.rados.0.smithi055.stdout:399: setattr oid 20 current snap is 31 2023-10-14T00:03:01.766 INFO:tasks.rados.rados.0.smithi055.stdout:400: snap_create 2023-10-14T00:03:01.766 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-14T00:03:01.424+0000 7f963ad441c0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-10-14T00:03:01.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[124249]: Active manager daemon x restarted 2023-10-14T00:03:01.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[124249]: Activating manager daemon x 2023-10-14T00:03:01.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[124249]: from='mgr.? 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-10-14T00:03:01.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[124249]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-10-14T00:03:01.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[124249]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:03:01.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[124249]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:03:01.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[124249]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:03:01.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[124249]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2023-10-14T00:03:01.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[124249]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2023-10-14T00:03:01.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[124249]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-10-14T00:03:01.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[124249]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-14T00:03:01.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[124249]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-14T00:03:01.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[124249]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-14T00:03:01.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[124249]: osdmap e128: 8 total, 8 up, 8 in 2023-10-14T00:03:01.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[124249]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-14T00:03:01.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[124249]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-14T00:03:01.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[124249]: mgrmap e24: x(active, starting, since 0.0178819s) 2023-10-14T00:03:01.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[124249]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-14T00:03:01.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[124249]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-14T00:03:01.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[124249]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-14T00:03:01.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[124249]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-14T00:03:01.772 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[124249]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-14T00:03:01.772 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[124249]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-14T00:03:01.772 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[124249]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-14T00:03:01.773 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[124249]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-10-14T00:03:01.773 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[124249]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-14T00:03:01.773 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[124249]: Manager daemon x is now available 2023-10-14T00:03:01.773 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[124249]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:01.774 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[110989]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-14T00:03:01.774 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[110989]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-14T00:03:01.774 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[110989]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-14T00:03:01.775 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[110989]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-14T00:03:01.775 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[110989]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-14T00:03:01.775 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[110989]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-14T00:03:01.775 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[110989]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-10-14T00:03:01.775 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[110989]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-14T00:03:01.776 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[110989]: Manager daemon x is now available 2023-10-14T00:03:01.776 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[110989]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:01.776 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[110989]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:03:01.776 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[110989]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:03:01.777 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[110989]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:03:01.778 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[110989]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-10-14T00:03:01.778 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[110989]: from='mgr.24955 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-10-14T00:03:01.778 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[110989]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-10-14T00:03:01.778 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[110989]: from='mgr.24955 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-10-14T00:03:01.779 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[124249]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:03:01.779 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[124249]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:03:01.779 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[124249]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:03:01.780 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[124249]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-10-14T00:03:01.780 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[124249]: from='mgr.24955 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-10-14T00:03:01.780 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[124249]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-10-14T00:03:01.780 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-mon[124249]: from='mgr.24955 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-10-14T00:03:01.781 INFO:tasks.rados.rados.0.smithi055.stdout:398: finishing rollback tid 1 to smithi055169533-27 2023-10-14T00:03:01.781 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 27 v 201 (ObjNum 161 snap 0 seq_num 1) dirty dne 2023-10-14T00:03:01.781 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 20 v 47 (ObjNum 161 snap 0 seq_num 1) dirty exists 2023-10-14T00:03:01.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:01 smithi082 ceph-mon[116307]: Active manager daemon x restarted 2023-10-14T00:03:01.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:01 smithi082 ceph-mon[116307]: Activating manager daemon x 2023-10-14T00:03:01.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:01 smithi082 ceph-mon[116307]: from='mgr.? 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-10-14T00:03:01.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:01 smithi082 ceph-mon[116307]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-10-14T00:03:01.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:01 smithi082 ceph-mon[116307]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:03:01.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:01 smithi082 ceph-mon[116307]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:03:01.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:01 smithi082 ceph-mon[116307]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:03:01.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:01 smithi082 ceph-mon[116307]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2023-10-14T00:03:01.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:01 smithi082 ceph-mon[116307]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2023-10-14T00:03:01.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:01 smithi082 ceph-mon[116307]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-10-14T00:03:01.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:01 smithi082 ceph-mon[116307]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-14T00:03:01.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:01 smithi082 ceph-mon[116307]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-14T00:03:01.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:01 smithi082 ceph-mon[116307]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-14T00:03:01.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:01 smithi082 ceph-mon[116307]: osdmap e128: 8 total, 8 up, 8 in 2023-10-14T00:03:01.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:01 smithi082 ceph-mon[116307]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-14T00:03:01.879 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:01 smithi082 ceph-mon[116307]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-14T00:03:01.879 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:01 smithi082 ceph-mon[116307]: mgrmap e24: x(active, starting, since 0.0178819s) 2023-10-14T00:03:01.879 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:01 smithi082 ceph-mon[116307]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-14T00:03:01.879 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:01 smithi082 ceph-mon[116307]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-14T00:03:01.879 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:01 smithi082 ceph-mon[116307]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-14T00:03:01.880 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:01 smithi082 ceph-mon[116307]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-14T00:03:01.880 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:01 smithi082 ceph-mon[116307]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-14T00:03:01.880 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:01 smithi082 ceph-mon[116307]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-14T00:03:01.880 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:01 smithi082 ceph-mon[116307]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-14T00:03:01.880 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:01 smithi082 ceph-mon[116307]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-10-14T00:03:01.881 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:01 smithi082 ceph-mon[116307]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-14T00:03:01.881 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:01 smithi082 ceph-mon[116307]: Manager daemon x is now available 2023-10-14T00:03:01.881 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:01 smithi082 ceph-mon[116307]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:01.881 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:01 smithi082 ceph-mon[116307]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:03:01.881 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:01 smithi082 ceph-mon[116307]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:03:01.882 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:01 smithi082 ceph-mon[116307]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:03:01.882 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:01 smithi082 ceph-mon[116307]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-10-14T00:03:01.882 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:01 smithi082 ceph-mon[116307]: from='mgr.24955 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-10-14T00:03:01.882 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:01 smithi082 ceph-mon[116307]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-10-14T00:03:01.882 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:01 smithi082 ceph-mon[116307]: from='mgr.24955 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-10-14T00:03:02.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:01 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-14T00:03:01.887+0000 7f963ad441c0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-10-14T00:03:02.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:02 smithi055 ceph-mon[124249]: Deploying cephadm binary to smithi082 2023-10-14T00:03:02.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:02 smithi055 ceph-mon[124249]: Deploying cephadm binary to smithi055 2023-10-14T00:03:02.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:02 smithi055 ceph-mon[124249]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:02.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:02 smithi055 ceph-mon[124249]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:02.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:02 smithi055 ceph-mon[124249]: mgrmap e25: x(active, since 1.01848s) 2023-10-14T00:03:02.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:02 smithi055 ceph-mon[124249]: osdmap e129: 8 total, 8 up, 8 in 2023-10-14T00:03:02.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:02 smithi055 ceph-mon[110989]: Deploying cephadm binary to smithi082 2023-10-14T00:03:02.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:02 smithi055 ceph-mon[110989]: Deploying cephadm binary to smithi055 2023-10-14T00:03:02.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:02 smithi055 ceph-mon[110989]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:02.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:02 smithi055 ceph-mon[110989]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:02.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:02 smithi055 ceph-mon[110989]: mgrmap e25: x(active, since 1.01848s) 2023-10-14T00:03:02.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:02 smithi055 ceph-mon[110989]: osdmap e129: 8 total, 8 up, 8 in 2023-10-14T00:03:02.770 INFO:tasks.rados.rados.0.smithi055.stdout:398: done (2 left) 2023-10-14T00:03:02.770 INFO:tasks.rados.rados.0.smithi055.stdout:399: done (1 left) 2023-10-14T00:03:02.770 INFO:tasks.rados.rados.0.smithi055.stdout:400: done (0 left) 2023-10-14T00:03:02.770 INFO:tasks.rados.rados.0.smithi055.stdout:401: read oid 46 snap -1 2023-10-14T00:03:02.771 INFO:tasks.rados.rados.0.smithi055.stdout:401: expect (ObjNum 77 snap 11 seq_num 77) 2023-10-14T00:03:02.771 INFO:tasks.rados.rados.0.smithi055.stdout:402: snap_remove snap 28 2023-10-14T00:03:02.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:02 smithi082 ceph-mon[116307]: Deploying cephadm binary to smithi082 2023-10-14T00:03:02.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:02 smithi082 ceph-mon[116307]: Deploying cephadm binary to smithi055 2023-10-14T00:03:02.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:02 smithi082 ceph-mon[116307]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:02.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:02 smithi082 ceph-mon[116307]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:02.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:02 smithi082 ceph-mon[116307]: mgrmap e25: x(active, since 1.01848s) 2023-10-14T00:03:02.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:02 smithi082 ceph-mon[116307]: osdmap e129: 8 total, 8 up, 8 in 2023-10-14T00:03:03.266 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:03:02 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-alertmanager-a[165543]: ts=2023-10-14T00:03:02.770Z caller=notify.go:743 level=info component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify success" attempts=7 2023-10-14T00:03:03.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:02 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-14T00:03:02.766+0000 7f963ad441c0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-10-14T00:03:03.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:02 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-14T00:03:02.866+0000 7f963ad441c0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-10-14T00:03:03.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:03 smithi055 ceph-mon[110989]: pgmap v4: 121 pgs: 121 active+clean; 90 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 20 GiB/s rd, 13 GiB/s wr, 254.21k op/s; 255 MiB/s, 906 objects/s recovering 2023-10-14T00:03:03.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:03 smithi055 ceph-mon[110989]: osdmap e130: 8 total, 8 up, 8 in 2023-10-14T00:03:03.767 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:03 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-14T00:03:03.579+0000 7f963ad441c0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-10-14T00:03:03.767 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:03 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-14T00:03:03.688+0000 7f963ad441c0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-10-14T00:03:03.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:03 smithi055 ceph-mon[124249]: pgmap v4: 121 pgs: 121 active+clean; 90 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 20 GiB/s rd, 13 GiB/s wr, 254.21k op/s; 255 MiB/s, 906 objects/s recovering 2023-10-14T00:03:03.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:03 smithi055 ceph-mon[124249]: osdmap e130: 8 total, 8 up, 8 in 2023-10-14T00:03:03.778 INFO:tasks.rados.rados.0.smithi055.stdout:402: done (1 left) 2023-10-14T00:03:03.779 INFO:tasks.rados.rados.0.smithi055.stdout:403: read oid 12 snap -1 2023-10-14T00:03:03.779 INFO:tasks.rados.rados.0.smithi055.stdout:403: expect (ObjNum 73 snap 6 seq_num 73) 2023-10-14T00:03:03.779 INFO:tasks.rados.rados.0.smithi055.stdout:404: read oid 38 snap 25 2023-10-14T00:03:03.779 INFO:tasks.rados.rados.0.smithi055.stdout:404: expect (ObjNum 127 snap 24 seq_num 127) 2023-10-14T00:03:03.779 INFO:tasks.rados.rados.0.smithi055.stdout:405: snap_create 2023-10-14T00:03:03.780 INFO:tasks.rados.rados.0.smithi055.stdout:401: expect (ObjNum 77 snap 11 seq_num 77) 2023-10-14T00:03:03.810 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:03 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:03:03] "GET /metrics HTTP/1.1" 200 33089 "" "Prometheus/2.43.0" 2023-10-14T00:03:03.811 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:03 smithi082 ceph-mon[116307]: pgmap v4: 121 pgs: 121 active+clean; 90 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 20 GiB/s rd, 13 GiB/s wr, 254.21k op/s; 255 MiB/s, 906 objects/s recovering 2023-10-14T00:03:03.811 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:03 smithi082 ceph-mon[116307]: osdmap e130: 8 total, 8 up, 8 in 2023-10-14T00:03:03.852 INFO:tasks.rados.rados.0.smithi055.stdout:403: expect (ObjNum 73 snap 6 seq_num 73) 2023-10-14T00:03:03.892 INFO:tasks.rados.rados.0.smithi055.stdout:404: expect (ObjNum 127 snap 24 seq_num 127) 2023-10-14T00:03:04.060 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:03 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-14T00:03:03.804+0000 7f963ad441c0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-10-14T00:03:04.061 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:03 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-14T00:03:03.912+0000 7f963ad441c0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-10-14T00:03:04.444 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:04 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-14T00:03:04.182+0000 7f963ad441c0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-10-14T00:03:04.444 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:04 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-14T00:03:04.291+0000 7f963ad441c0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-10-14T00:03:04.694 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:04 smithi055 ceph-mon[124249]: [14/Oct/2023:00:03:02] ENGINE Bus STARTING 2023-10-14T00:03:04.694 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:04 smithi055 ceph-mon[124249]: pgmap v5: 121 pgs: 121 active+clean; 90 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 135 MiB/s rd, 88 MiB/s wr, 1.70k op/s; 1.7 MiB/s, 6 objects/s recovering 2023-10-14T00:03:04.694 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:04 smithi055 ceph-mon[124249]: [14/Oct/2023:00:03:02] ENGINE Serving on http://172.21.15.82:8765 2023-10-14T00:03:04.695 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:04 smithi055 ceph-mon[124249]: [14/Oct/2023:00:03:02] ENGINE Serving on https://172.21.15.82:7150 2023-10-14T00:03:04.695 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:04 smithi055 ceph-mon[124249]: [14/Oct/2023:00:03:02] ENGINE Bus STARTED 2023-10-14T00:03:04.695 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:04 smithi055 ceph-mon[124249]: mgrmap e26: x(active, since 2s) 2023-10-14T00:03:04.696 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:04 smithi055 ceph-mon[124249]: osdmap e131: 8 total, 8 up, 8 in 2023-10-14T00:03:04.696 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:04 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-14T00:03:04.567+0000 7f963ad441c0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-10-14T00:03:04.697 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:04 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-14T00:03:04.692+0000 7f963ad441c0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-10-14T00:03:04.698 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:04 smithi055 ceph-mon[110989]: [14/Oct/2023:00:03:02] ENGINE Bus STARTING 2023-10-14T00:03:04.698 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:04 smithi055 ceph-mon[110989]: pgmap v5: 121 pgs: 121 active+clean; 90 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 135 MiB/s rd, 88 MiB/s wr, 1.70k op/s; 1.7 MiB/s, 6 objects/s recovering 2023-10-14T00:03:04.698 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:04 smithi055 ceph-mon[110989]: [14/Oct/2023:00:03:02] ENGINE Serving on http://172.21.15.82:8765 2023-10-14T00:03:04.699 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:04 smithi055 ceph-mon[110989]: [14/Oct/2023:00:03:02] ENGINE Serving on https://172.21.15.82:7150 2023-10-14T00:03:04.699 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:04 smithi055 ceph-mon[110989]: [14/Oct/2023:00:03:02] ENGINE Bus STARTED 2023-10-14T00:03:04.699 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:04 smithi055 ceph-mon[110989]: mgrmap e26: x(active, since 2s) 2023-10-14T00:03:04.699 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:04 smithi055 ceph-mon[110989]: osdmap e131: 8 total, 8 up, 8 in 2023-10-14T00:03:04.745 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:04 smithi082 ceph-mon[116307]: [14/Oct/2023:00:03:02] ENGINE Bus STARTING 2023-10-14T00:03:04.746 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:04 smithi082 ceph-mon[116307]: pgmap v5: 121 pgs: 121 active+clean; 90 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 135 MiB/s rd, 88 MiB/s wr, 1.70k op/s; 1.7 MiB/s, 6 objects/s recovering 2023-10-14T00:03:04.746 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:04 smithi082 ceph-mon[116307]: [14/Oct/2023:00:03:02] ENGINE Serving on http://172.21.15.82:8765 2023-10-14T00:03:04.747 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:04 smithi082 ceph-mon[116307]: [14/Oct/2023:00:03:02] ENGINE Serving on https://172.21.15.82:7150 2023-10-14T00:03:04.747 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:04 smithi082 ceph-mon[116307]: [14/Oct/2023:00:03:02] ENGINE Bus STARTED 2023-10-14T00:03:04.747 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:04 smithi082 ceph-mon[116307]: mgrmap e26: x(active, since 2s) 2023-10-14T00:03:04.748 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:04 smithi082 ceph-mon[116307]: osdmap e131: 8 total, 8 up, 8 in 2023-10-14T00:03:04.779 INFO:tasks.rados.rados.0.smithi055.stdout:401: done (3 left) 2023-10-14T00:03:04.779 INFO:tasks.rados.rados.0.smithi055.stdout:403: done (2 left) 2023-10-14T00:03:04.780 INFO:tasks.rados.rados.0.smithi055.stdout:404: done (1 left) 2023-10-14T00:03:04.780 INFO:tasks.rados.rados.0.smithi055.stdout:405: done (0 left) 2023-10-14T00:03:04.780 INFO:tasks.rados.rados.0.smithi055.stdout:406: delete oid 4 current snap is 33 2023-10-14T00:03:04.782 INFO:tasks.rados.rados.0.smithi055.stdout:406: done (0 left) 2023-10-14T00:03:04.782 INFO:tasks.rados.rados.0.smithi055.stdout:407: snap_create 2023-10-14T00:03:05.016 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:04 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-14T00:03:04.920+0000 7f963ad441c0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-10-14T00:03:05.285 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-14T00:03:05.022+0000 7f963ad441c0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-10-14T00:03:05.294 INFO:tasks.rados.rados.0.smithi055.stdout:407: done (0 left) 2023-10-14T00:03:05.294 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 28 current snap is 34 2023-10-14T00:03:05.295 INFO:tasks.rados.rados.0.smithi055.stdout:408: seq_num 149 ranges {2293760=98304} 2023-10-14T00:03:05.308 INFO:tasks.rados.rados.0.smithi055.stdout:408: writing smithi055169533-28 from 2293760 to 2392064 tid 1 2023-10-14T00:03:05.309 INFO:tasks.rados.rados.0.smithi055.stdout:409: rollback oid 34 current snap is 34 2023-10-14T00:03:05.309 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 34 to 25 2023-10-14T00:03:05.309 INFO:tasks.rados.rados.0.smithi055.stdout:410: delete oid 8 current snap is 34 2023-10-14T00:03:05.333 INFO:tasks.rados.rados.0.smithi055.stdout:410: done (2 left) 2023-10-14T00:03:05.334 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 47 current snap is 34 2023-10-14T00:03:05.334 INFO:tasks.rados.rados.0.smithi055.stdout:411: seq_num 151 ranges {0=131072} 2023-10-14T00:03:05.334 INFO:tasks.rados.rados.0.smithi055.stdout:411: writing smithi055169533-47 from 0 to 131072 tid 1 2023-10-14T00:03:05.334 INFO:tasks.rados.rados.0.smithi055.stdout:412: snap_create 2023-10-14T00:03:05.335 INFO:tasks.rados.rados.0.smithi055.stdout:408: finishing write tid 1 to smithi055169533-28 2023-10-14T00:03:05.335 INFO:tasks.rados.rados.0.smithi055.stdout:408: finishing write tid 2 to smithi055169533-28 2023-10-14T00:03:05.335 INFO:tasks.rados.rados.0.smithi055.stdout:408: finishing write tid 3 to smithi055169533-28 2023-10-14T00:03:05.335 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 28 v 141 (ObjNum 149 snap 34 seq_num 149) dirty exists 2023-10-14T00:03:05.336 INFO:tasks.rados.rados.0.smithi055.stdout:408: left oid 28 (ObjNum 149 snap 34 seq_num 149) 2023-10-14T00:03:05.336 INFO:tasks.rados.rados.0.smithi055.stdout:409: finishing rollback tid 0 to smithi055169533-34 2023-10-14T00:03:05.336 INFO:tasks.rados.rados.0.smithi055.stdout:409: finishing rollback tid 1 to smithi055169533-34 2023-10-14T00:03:05.337 INFO:tasks.rados.rados.0.smithi055.stdout:409: finishing rollback tid 2 to smithi055169533-34 2023-10-14T00:03:05.337 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 34 v 108 (ObjNum 106 snap 20 seq_num 106) dirty exists 2023-10-14T00:03:05.337 INFO:teuthology.orchestra.run.smithi055.stdout:true 2023-10-14T00:03:05.338 INFO:tasks.rados.rados.0.smithi055.stdout:411: finishing write tid 1 to smithi055169533-47 2023-10-14T00:03:05.338 INFO:tasks.rados.rados.0.smithi055.stdout:411: finishing write tid 2 to smithi055169533-47 2023-10-14T00:03:05.341 INFO:tasks.rados.rados.0.smithi055.stdout:411: finishing write tid 3 to smithi055169533-47 2023-10-14T00:03:05.342 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 47 v 38 (ObjNum 151 snap 34 seq_num 151) dirty exists 2023-10-14T00:03:05.342 INFO:tasks.rados.rados.0.smithi055.stdout:411: left oid 47 (ObjNum 151 snap 34 seq_num 151) 2023-10-14T00:03:05.723 INFO:teuthology.orchestra.run.smithi055.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-14T00:03:05.723 INFO:teuthology.orchestra.run.smithi055.stdout:alertmanager.a smithi055 *:9093,9094 running (2m) 0s ago 2m 27.0M - 0.25.0 c8568f914cd2 d488f4ce2e1f 2023-10-14T00:03:05.723 INFO:teuthology.orchestra.run.smithi055.stdout:grafana.a smithi082 *:3000 running (2m) 9s ago 2m 93.9M - 9.4.7 2c41d148cca3 b5effe27e4b3 2023-10-14T00:03:05.724 INFO:teuthology.orchestra.run.smithi055.stdout:mds.a smithi055 running (3m) 0s ago 3m 14.8M - 17.2.6-1409-gc4ba9722 8659eb916c3b a64e2d68f55a 2023-10-14T00:03:05.724 INFO:teuthology.orchestra.run.smithi055.stdout:mds.b smithi082 running (3m) 9s ago 3m 19.1M - 17.2.6-1409-gc4ba9722 8659eb916c3b c8f059701aff 2023-10-14T00:03:05.724 INFO:teuthology.orchestra.run.smithi055.stdout:mgr.x smithi082 *:8443,9283 running (12s) 9s ago 6m 50.5M - 18.0.0-6751-g3b7b697c 0b2b3aa58da0 7c2f703566a9 2023-10-14T00:03:05.724 INFO:teuthology.orchestra.run.smithi055.stdout:mgr.y smithi055 *:9283 running (7m) 0s ago 7m 262M - 17.2.6-1409-gc4ba9722 8659eb916c3b e126a38a6c92 2023-10-14T00:03:05.725 INFO:teuthology.orchestra.run.smithi055.stdout:mon.a smithi055 running (7m) 0s ago 7m 96.8M 2048M 17.2.6-1409-gc4ba9722 8659eb916c3b 9b9c59bf5862 2023-10-14T00:03:05.725 INFO:teuthology.orchestra.run.smithi055.stdout:mon.b smithi082 running (6m) 9s ago 6m 64.6M 2048M 17.2.6-1409-gc4ba9722 8659eb916c3b f6fcf1af9c8f 2023-10-14T00:03:05.725 INFO:teuthology.orchestra.run.smithi055.stdout:mon.c smithi055 running (6m) 0s ago 6m 65.9M 2048M 17.2.6-1409-gc4ba9722 8659eb916c3b d426312983c2 2023-10-14T00:03:05.725 INFO:teuthology.orchestra.run.smithi055.stdout:node-exporter.a smithi055 *:9100 running (2m) 0s ago 2m 18.2M - 1.5.0 0da6a335fe13 d825d3efb2a2 2023-10-14T00:03:05.725 INFO:teuthology.orchestra.run.smithi055.stdout:node-exporter.b smithi082 *:9100 running (2m) 9s ago 2m 17.5M - 1.5.0 0da6a335fe13 b17919963465 2023-10-14T00:03:05.726 INFO:teuthology.orchestra.run.smithi055.stdout:osd.0 smithi055 running (5m) 0s ago 5m 137M 2999M 17.2.6-1409-gc4ba9722 8659eb916c3b 66d9116b2b46 2023-10-14T00:03:05.726 INFO:teuthology.orchestra.run.smithi055.stdout:osd.1 smithi055 running (5m) 0s ago 5m 116M 2999M 17.2.6-1409-gc4ba9722 8659eb916c3b b25945c260a3 2023-10-14T00:03:05.726 INFO:teuthology.orchestra.run.smithi055.stdout:osd.2 smithi055 running (5m) 0s ago 5m 155M 2999M 17.2.6-1409-gc4ba9722 8659eb916c3b 20662f684e60 2023-10-14T00:03:05.726 INFO:teuthology.orchestra.run.smithi055.stdout:osd.3 smithi055 running (4m) 0s ago 4m 104M 2999M 17.2.6-1409-gc4ba9722 8659eb916c3b 7b50ece3fc6a 2023-10-14T00:03:05.727 INFO:teuthology.orchestra.run.smithi055.stdout:osd.4 smithi082 running (4m) 9s ago 4m 109M 2998M 17.2.6-1409-gc4ba9722 8659eb916c3b 0c6a875b6536 2023-10-14T00:03:05.727 INFO:teuthology.orchestra.run.smithi055.stdout:osd.5 smithi082 running (4m) 9s ago 4m 122M 2998M 17.2.6-1409-gc4ba9722 8659eb916c3b 4bc4f3a1610c 2023-10-14T00:03:05.727 INFO:teuthology.orchestra.run.smithi055.stdout:osd.6 smithi082 running (4m) 9s ago 4m 85.2M 2998M 17.2.6-1409-gc4ba9722 8659eb916c3b 534f869fa9c0 2023-10-14T00:03:05.727 INFO:teuthology.orchestra.run.smithi055.stdout:osd.7 smithi082 running (3m) 9s ago 3m 124M 2998M 17.2.6-1409-gc4ba9722 8659eb916c3b 8ed5f8f55810 2023-10-14T00:03:05.727 INFO:teuthology.orchestra.run.smithi055.stdout:prometheus.a smithi082 *:9095 running (2m) 9s ago 3m 47.4M - 2.43.0 a07b618ecd1d 8b24a676fee5 2023-10-14T00:03:06.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:05 smithi082 ceph-mon[116307]: pgmap v8: 121 pgs: 121 active+clean; 90 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 45 MiB/s rd, 29 MiB/s wr, 562 op/s; 579 KiB/s, 2 objects/s recovering 2023-10-14T00:03:06.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:05 smithi082 ceph-mon[116307]: osdmap e132: 8 total, 8 up, 8 in 2023-10-14T00:03:06.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:05 smithi082 ceph-mon[116307]: osdmap e133: 8 total, 8 up, 8 in 2023-10-14T00:03:06.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:05 smithi082 ceph-mon[116307]: from='client.24997 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:03:06.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:05 smithi082 ceph-mon[116307]: mgrmap e27: x(active, since 4s) 2023-10-14T00:03:06.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:05 smithi082 ceph-mon[116307]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:06.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:05 smithi082 ceph-mon[116307]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:06.193 INFO:teuthology.orchestra.run.smithi055.stdout:{ 2023-10-14T00:03:06.194 INFO:teuthology.orchestra.run.smithi055.stdout: "mon": { 2023-10-14T00:03:06.194 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)": 3 2023-10-14T00:03:06.194 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:03:06.195 INFO:teuthology.orchestra.run.smithi055.stdout: "mgr": { 2023-10-14T00:03:06.195 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 18.0.0-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)": 1 2023-10-14T00:03:06.195 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:03:06.196 INFO:teuthology.orchestra.run.smithi055.stdout: "osd": { 2023-10-14T00:03:06.196 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)": 8 2023-10-14T00:03:06.196 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:03:06.196 INFO:teuthology.orchestra.run.smithi055.stdout: "mds": { 2023-10-14T00:03:06.197 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)": 2 2023-10-14T00:03:06.197 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:03:06.197 INFO:teuthology.orchestra.run.smithi055.stdout: "overall": { 2023-10-14T00:03:06.197 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)": 13, 2023-10-14T00:03:06.198 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 18.0.0-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)": 1 2023-10-14T00:03:06.198 INFO:teuthology.orchestra.run.smithi055.stdout: } 2023-10-14T00:03:06.198 INFO:teuthology.orchestra.run.smithi055.stdout:} 2023-10-14T00:03:06.218 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-14T00:03:05.991+0000 7f963ad441c0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-10-14T00:03:06.219 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:05 smithi055 ceph-mon[124249]: pgmap v8: 121 pgs: 121 active+clean; 90 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 45 MiB/s rd, 29 MiB/s wr, 562 op/s; 579 KiB/s, 2 objects/s recovering 2023-10-14T00:03:06.219 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:05 smithi055 ceph-mon[124249]: osdmap e132: 8 total, 8 up, 8 in 2023-10-14T00:03:06.220 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:05 smithi055 ceph-mon[124249]: osdmap e133: 8 total, 8 up, 8 in 2023-10-14T00:03:06.220 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:05 smithi055 ceph-mon[124249]: from='client.24997 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:03:06.220 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:05 smithi055 ceph-mon[124249]: mgrmap e27: x(active, since 4s) 2023-10-14T00:03:06.221 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:05 smithi055 ceph-mon[124249]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:06.221 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:05 smithi055 ceph-mon[124249]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:06.221 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:05 smithi055 ceph-mon[110989]: pgmap v8: 121 pgs: 121 active+clean; 90 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 45 MiB/s rd, 29 MiB/s wr, 562 op/s; 579 KiB/s, 2 objects/s recovering 2023-10-14T00:03:06.222 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:05 smithi055 ceph-mon[110989]: osdmap e132: 8 total, 8 up, 8 in 2023-10-14T00:03:06.222 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:05 smithi055 ceph-mon[110989]: osdmap e133: 8 total, 8 up, 8 in 2023-10-14T00:03:06.222 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:05 smithi055 ceph-mon[110989]: from='client.24997 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:03:06.222 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:05 smithi055 ceph-mon[110989]: mgrmap e27: x(active, since 4s) 2023-10-14T00:03:06.223 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:05 smithi055 ceph-mon[110989]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:06.223 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:05 smithi055 ceph-mon[110989]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:06.300 INFO:tasks.rados.rados.0.smithi055.stdout:408: done (3 left) 2023-10-14T00:03:06.300 INFO:tasks.rados.rados.0.smithi055.stdout:409: done (2 left) 2023-10-14T00:03:06.300 INFO:tasks.rados.rados.0.smithi055.stdout:411: done (1 left) 2023-10-14T00:03:06.300 INFO:tasks.rados.rados.0.smithi055.stdout:412: done (0 left) 2023-10-14T00:03:06.301 INFO:tasks.rados.rados.0.smithi055.stdout:413: read oid 45 snap -1 2023-10-14T00:03:06.301 INFO:tasks.rados.rados.0.smithi055.stdout:413: expect (ObjNum 103 snap 20 seq_num 103) 2023-10-14T00:03:06.301 INFO:tasks.rados.rados.0.smithi055.stdout:414: read oid 29 snap 27 2023-10-14T00:03:06.301 INFO:tasks.rados.rados.0.smithi055.stdout:414: expect deleted 2023-10-14T00:03:06.301 INFO:tasks.rados.rados.0.smithi055.stdout:415: setattr oid 2 current snap is 35 2023-10-14T00:03:06.302 INFO:tasks.rados.rados.0.smithi055.stdout:414: done (2 left) 2023-10-14T00:03:06.302 INFO:tasks.rados.rados.0.smithi055.stdout:416: rmattr oid 20 current snap is 35 2023-10-14T00:03:06.302 INFO:tasks.rados.rados.0.smithi055.stdout:417: snap_remove snap 34 2023-10-14T00:03:06.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:06 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-14T00:03:06.217+0000 7f963ad441c0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-10-14T00:03:06.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:06 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-14T00:03:06.427+0000 7f963ad441c0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-10-14T00:03:07.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:06 smithi082 ceph-mon[116307]: from='client.25003 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:03:07.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:06 smithi082 ceph-mon[116307]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:07.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:06 smithi082 ceph-mon[116307]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:07.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:06 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/3734202277' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:03:07.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:06 smithi082 ceph-mon[116307]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:07.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:06 smithi082 ceph-mon[116307]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:07.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:06 smithi082 ceph-mon[116307]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:03:07.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:06 smithi082 ceph-mon[116307]: from='mgr.24955 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:03:07.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:06 smithi082 ceph-mon[116307]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:03:07.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:06 smithi082 ceph-mon[116307]: from='mgr.24955 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:03:07.129 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:06 smithi082 ceph-mon[116307]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:03:07.129 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:06 smithi082 ceph-mon[116307]: from='mgr.24955 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:03:07.129 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:06 smithi082 ceph-mon[116307]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:03:07.130 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:06 smithi082 ceph-mon[116307]: from='mgr.24955 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:03:07.130 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:06 smithi082 ceph-mon[116307]: Adjusting osd_memory_target on smithi055 to 2487M 2023-10-14T00:03:07.130 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:06 smithi082 ceph-mon[116307]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:07.131 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:06 smithi082 ceph-mon[116307]: osdmap e134: 8 total, 8 up, 8 in 2023-10-14T00:03:07.131 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:06 smithi082 ceph-mon[116307]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:07.131 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:06 smithi082 ceph-mon[116307]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:07.132 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:06 smithi055 ceph-mon[110989]: from='client.25003 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:03:07.133 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:06 smithi055 ceph-mon[110989]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:07.133 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:06 smithi055 ceph-mon[110989]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:07.133 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:06 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/3734202277' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:03:07.134 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:06 smithi055 ceph-mon[110989]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:07.134 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:06 smithi055 ceph-mon[110989]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:07.134 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:06 smithi055 ceph-mon[110989]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:03:07.134 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:06 smithi055 ceph-mon[110989]: from='mgr.24955 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:03:07.135 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:06 smithi055 ceph-mon[110989]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:03:07.135 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:06 smithi055 ceph-mon[110989]: from='mgr.24955 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:03:07.135 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:06 smithi055 ceph-mon[110989]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:03:07.136 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:06 smithi055 ceph-mon[110989]: from='mgr.24955 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:03:07.136 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:06 smithi055 ceph-mon[110989]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:03:07.136 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:06 smithi055 ceph-mon[110989]: from='mgr.24955 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:03:07.137 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:06 smithi055 ceph-mon[110989]: Adjusting osd_memory_target on smithi055 to 2487M 2023-10-14T00:03:07.137 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:06 smithi055 ceph-mon[110989]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:07.137 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:06 smithi055 ceph-mon[110989]: osdmap e134: 8 total, 8 up, 8 in 2023-10-14T00:03:07.137 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:06 smithi055 ceph-mon[110989]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:07.138 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:06 smithi055 ceph-mon[110989]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:07.138 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:06 smithi055 ceph-mon[124249]: from='client.25003 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:03:07.138 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:06 smithi055 ceph-mon[124249]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:07.139 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:06 smithi055 ceph-mon[124249]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:07.139 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:06 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/3734202277' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:03:07.139 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:06 smithi055 ceph-mon[124249]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:07.140 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:06 smithi055 ceph-mon[124249]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:07.140 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:06 smithi055 ceph-mon[124249]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:03:07.140 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:06 smithi055 ceph-mon[124249]: from='mgr.24955 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:03:07.140 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:06 smithi055 ceph-mon[124249]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:03:07.141 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:06 smithi055 ceph-mon[124249]: from='mgr.24955 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:03:07.141 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:06 smithi055 ceph-mon[124249]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:03:07.141 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:06 smithi055 ceph-mon[124249]: from='mgr.24955 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:03:07.142 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:06 smithi055 ceph-mon[124249]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:03:07.142 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:06 smithi055 ceph-mon[124249]: from='mgr.24955 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:03:07.142 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:06 smithi055 ceph-mon[124249]: Adjusting osd_memory_target on smithi055 to 2487M 2023-10-14T00:03:07.143 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:06 smithi055 ceph-mon[124249]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:07.143 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:06 smithi055 ceph-mon[124249]: osdmap e134: 8 total, 8 up, 8 in 2023-10-14T00:03:07.143 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:06 smithi055 ceph-mon[124249]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:07.143 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:06 smithi055 ceph-mon[124249]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:07.306 INFO:tasks.rados.rados.0.smithi055.stdout:417: done (3 left) 2023-10-14T00:03:07.367 INFO:tasks.rados.rados.0.smithi055.stdout:418: read oid 38 snap 29 2023-10-14T00:03:07.367 INFO:tasks.rados.rados.0.smithi055.stdout:418: expect (ObjNum 145 snap 29 seq_num 145) 2023-10-14T00:03:07.367 INFO:tasks.rados.rados.0.smithi055.stdout:419: delete oid 17 current snap is 35 2023-10-14T00:03:07.368 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 20 v 49 (ObjNum 65 snap 0 seq_num 1364423537) dirty exists 2023-10-14T00:03:07.368 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 2 v 138 (ObjNum 105 snap 20 seq_num 105) dirty exists 2023-10-14T00:03:07.369 INFO:tasks.rados.rados.0.smithi055.stdout:413: expect (ObjNum 103 snap 20 seq_num 103) 2023-10-14T00:03:07.378 INFO:tasks.rados.rados.0.smithi055.stdout:418: expect (ObjNum 145 snap 29 seq_num 145) 2023-10-14T00:03:07.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:07 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-14T00:03:07.125+0000 7f963ad441c0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-10-14T00:03:07.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:07 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-14T00:03:07.341+0000 7f963ad441c0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-10-14T00:03:07.769 INFO:tasks.rados.rados.0.smithi055.stdout:413: done (4 left) 2023-10-14T00:03:07.769 INFO:tasks.rados.rados.0.smithi055.stdout:415: done (3 left) 2023-10-14T00:03:07.769 INFO:tasks.rados.rados.0.smithi055.stdout:416: done (2 left) 2023-10-14T00:03:07.770 INFO:tasks.rados.rados.0.smithi055.stdout:418: done (1 left) 2023-10-14T00:03:07.770 INFO:tasks.rados.rados.0.smithi055.stdout:419: done (0 left) 2023-10-14T00:03:07.770 INFO:tasks.rados.rados.0.smithi055.stdout:420: copy_from oid 11 from oid 50 current snap is 35 2023-10-14T00:03:07.771 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 16 current snap is 35 2023-10-14T00:03:07.771 INFO:tasks.rados.rados.0.smithi055.stdout:421: seq_num 153 ranges {0=163840} 2023-10-14T00:03:07.771 INFO:tasks.rados.rados.0.smithi055.stdout:421: writing smithi055169533-16 from 0 to 163840 tid 1 2023-10-14T00:03:07.772 INFO:tasks.rados.rados.0.smithi055.stdout:422: rmattr oid 2 current snap is 35 2023-10-14T00:03:07.772 INFO:tasks.rados.rados.0.smithi055.stdout:423: delete oid 35 current snap is 35 2023-10-14T00:03:07.772 INFO:tasks.rados.rados.0.smithi055.stdout:420: finishing copy_from to smithi055169533-11 2023-10-14T00:03:07.772 INFO:tasks.rados.rados.0.smithi055.stdout:420: got expected ENOENT (src dne) 2023-10-14T00:03:07.774 INFO:tasks.rados.rados.0.smithi055.stdout:420: finishing copy_from racing read to smithi055169533-11 2023-10-14T00:03:07.775 INFO:tasks.rados.rados.0.smithi055.stdout:421: finishing write tid 1 to smithi055169533-16 2023-10-14T00:03:07.775 INFO:tasks.rados.rados.0.smithi055.stdout:421: finishing write tid 2 to smithi055169533-16 2023-10-14T00:03:07.775 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 2 v 141 (ObjNum 105 snap 20 seq_num 105) dirty exists 2023-10-14T00:03:07.776 INFO:tasks.rados.rados.0.smithi055.stdout:420: done (3 left) 2023-10-14T00:03:07.776 INFO:tasks.rados.rados.0.smithi055.stdout:422: done (2 left) 2023-10-14T00:03:07.776 INFO:tasks.rados.rados.0.smithi055.stdout:423: done (1 left) 2023-10-14T00:03:07.777 INFO:tasks.rados.rados.0.smithi055.stdout:424: read oid 3 snap -1 2023-10-14T00:03:07.777 INFO:tasks.rados.rados.0.smithi055.stdout:424: expect (ObjNum 147 snap 30 seq_num 147) 2023-10-14T00:03:07.777 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 49 current snap is 35 2023-10-14T00:03:07.778 INFO:tasks.rados.rados.0.smithi055.stdout:425: seq_num 155 ranges {4300800=204800} 2023-10-14T00:03:07.798 INFO:tasks.rados.rados.0.smithi055.stdout:425: writing smithi055169533-49 from 4300800 to 4505600 tid 1 2023-10-14T00:03:07.798 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 37 current snap is 35 2023-10-14T00:03:07.798 INFO:tasks.rados.rados.0.smithi055.stdout:426: seq_num 156 ranges {0=221184} 2023-10-14T00:03:07.799 INFO:tasks.rados.rados.0.smithi055.stdout:426: writing smithi055169533-37 from 0 to 221184 tid 1 2023-10-14T00:03:07.800 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 20 current snap is 35 2023-10-14T00:03:07.800 INFO:tasks.rados.rados.0.smithi055.stdout:421: finishing write tid 3 to smithi055169533-16 2023-10-14T00:03:07.800 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 16 v 29 (ObjNum 153 snap 35 seq_num 153) dirty exists 2023-10-14T00:03:07.800 INFO:tasks.rados.rados.0.smithi055.stdout:421: left oid 16 (ObjNum 153 snap 35 seq_num 153) 2023-10-14T00:03:07.801 INFO:tasks.rados.rados.0.smithi055.stdout:424: expect (ObjNum 147 snap 30 seq_num 147) 2023-10-14T00:03:07.804 INFO:tasks.rados.rados.0.smithi055.stdout:425: finishing write tid 1 to smithi055169533-49 2023-10-14T00:03:07.804 INFO:tasks.rados.rados.0.smithi055.stdout:425: finishing write tid 2 to smithi055169533-49 2023-10-14T00:03:07.804 INFO:tasks.rados.rados.0.smithi055.stdout:426: finishing write tid 1 to smithi055169533-37 2023-10-14T00:03:07.805 INFO:tasks.rados.rados.0.smithi055.stdout:426: finishing write tid 2 to smithi055169533-37 2023-10-14T00:03:07.805 INFO:tasks.rados.rados.0.smithi055.stdout:425: finishing write tid 3 to smithi055169533-49 2023-10-14T00:03:07.805 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 49 v 144 (ObjNum 155 snap 35 seq_num 155) dirty exists 2023-10-14T00:03:07.805 INFO:tasks.rados.rados.0.smithi055.stdout:425: left oid 49 (ObjNum 155 snap 35 seq_num 155) 2023-10-14T00:03:07.806 INFO:tasks.rados.rados.0.smithi055.stdout:426: finishing write tid 3 to smithi055169533-37 2023-10-14T00:03:07.806 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 37 v 143 (ObjNum 156 snap 35 seq_num 156) dirty exists 2023-10-14T00:03:07.806 INFO:tasks.rados.rados.0.smithi055.stdout:426: left oid 37 (ObjNum 156 snap 35 seq_num 156) 2023-10-14T00:03:07.806 INFO:tasks.rados.rados.0.smithi055.stdout:427: seq_num 157 ranges {0=237568} 2023-10-14T00:03:07.807 INFO:tasks.rados.rados.0.smithi055.stdout:427: writing smithi055169533-20 from 0 to 237568 tid 1 2023-10-14T00:03:07.807 INFO:tasks.rados.rados.0.smithi055.stdout:421: done (4 left) 2023-10-14T00:03:07.808 INFO:tasks.rados.rados.0.smithi055.stdout:424: done (3 left) 2023-10-14T00:03:07.808 INFO:tasks.rados.rados.0.smithi055.stdout:425: done (2 left) 2023-10-14T00:03:07.808 INFO:tasks.rados.rados.0.smithi055.stdout:426: done (1 left) 2023-10-14T00:03:07.808 INFO:tasks.rados.rados.0.smithi055.stdout:428: snap_remove snap 29 2023-10-14T00:03:07.809 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:07 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-14T00:03:07.552+0000 7f963ad441c0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-10-14T00:03:07.809 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:07 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-14T00:03:07.685+0000 7f963ad441c0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-10-14T00:03:07.809 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:07 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:03:07] ENGINE Bus STARTING 2023-10-14T00:03:07.809 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:07 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: CherryPy Checker: 2023-10-14T00:03:07.810 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:07 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: The Application mounted at '' has an empty config. 2023-10-14T00:03:07.810 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:07 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: 2023-10-14T00:03:07.810 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:07 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:03:07] ENGINE Serving on http://:::9283 2023-10-14T00:03:07.810 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:07 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: [14/Oct/2023:00:03:07] ENGINE Bus STARTED 2023-10-14T00:03:08.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:07 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[111216]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:03:07] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.43.0" 2023-10-14T00:03:08.473 INFO:tasks.rados.rados.0.smithi055.stdout:428: done (1 left) 2023-10-14T00:03:08.474 INFO:tasks.rados.rados.0.smithi055.stdout:429: copy_from oid 41 from oid 28 current snap is 35 2023-10-14T00:03:08.474 INFO:tasks.rados.rados.0.smithi055.stdout:427: finishing write tid 1 to smithi055169533-20 2023-10-14T00:03:08.475 INFO:tasks.rados.rados.0.smithi055.stdout:427: finishing write tid 2 to smithi055169533-20 2023-10-14T00:03:08.475 INFO:tasks.rados.rados.0.smithi055.stdout:427: finishing write tid 3 to smithi055169533-20 2023-10-14T00:03:08.475 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 20 v 53 (ObjNum 157 snap 35 seq_num 157) dirty exists 2023-10-14T00:03:08.476 INFO:tasks.rados.rados.0.smithi055.stdout:427: left oid 20 (ObjNum 157 snap 35 seq_num 157) 2023-10-14T00:03:08.476 INFO:tasks.rados.rados.0.smithi055.stdout:427: done (1 left) 2023-10-14T00:03:08.476 INFO:tasks.rados.rados.0.smithi055.stdout:430: read oid 50 snap -1 2023-10-14T00:03:08.477 INFO:tasks.rados.rados.0.smithi055.stdout:430: expect deleted 2023-10-14T00:03:08.477 INFO:tasks.rados.rados.0.smithi055.stdout:431: rollback oid 1 current snap is 35 2023-10-14T00:03:08.477 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 1 to 27 2023-10-14T00:03:08.478 INFO:tasks.rados.rados.0.smithi055.stdout:432: snap_remove snap 30 2023-10-14T00:03:08.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:08 smithi082 ceph-mon[116307]: pgmap v12: 121 pgs: 121 active+clean; 90 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:03:08.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:08 smithi082 ceph-mon[116307]: osdmap e135: 8 total, 8 up, 8 in 2023-10-14T00:03:08.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:08 smithi082 ceph-mon[116307]: Standby manager daemon y started 2023-10-14T00:03:08.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:08 smithi082 ceph-mon[116307]: from='mgr.? 172.21.15.55:0/4075265792' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-10-14T00:03:08.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:08 smithi082 ceph-mon[116307]: from='mgr.? 172.21.15.55:0/4075265792' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-14T00:03:08.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:08 smithi082 ceph-mon[116307]: from='mgr.? 172.21.15.55:0/4075265792' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-10-14T00:03:08.628 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:08 smithi082 ceph-mon[116307]: from='mgr.? 172.21.15.55:0/4075265792' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-14T00:03:08.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:08 smithi055 ceph-mon[110989]: pgmap v12: 121 pgs: 121 active+clean; 90 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:03:08.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:08 smithi055 ceph-mon[110989]: osdmap e135: 8 total, 8 up, 8 in 2023-10-14T00:03:08.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:08 smithi055 ceph-mon[110989]: Standby manager daemon y started 2023-10-14T00:03:08.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:08 smithi055 ceph-mon[110989]: from='mgr.? 172.21.15.55:0/4075265792' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-10-14T00:03:08.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:08 smithi055 ceph-mon[110989]: from='mgr.? 172.21.15.55:0/4075265792' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-14T00:03:08.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:08 smithi055 ceph-mon[110989]: from='mgr.? 172.21.15.55:0/4075265792' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-10-14T00:03:08.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:08 smithi055 ceph-mon[110989]: from='mgr.? 172.21.15.55:0/4075265792' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-14T00:03:08.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:08 smithi055 ceph-mon[124249]: pgmap v12: 121 pgs: 121 active+clean; 90 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:03:08.772 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:08 smithi055 ceph-mon[124249]: osdmap e135: 8 total, 8 up, 8 in 2023-10-14T00:03:08.772 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:08 smithi055 ceph-mon[124249]: Standby manager daemon y started 2023-10-14T00:03:08.773 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:08 smithi055 ceph-mon[124249]: from='mgr.? 172.21.15.55:0/4075265792' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-10-14T00:03:08.774 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:08 smithi055 ceph-mon[124249]: from='mgr.? 172.21.15.55:0/4075265792' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-14T00:03:08.774 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:08 smithi055 ceph-mon[124249]: from='mgr.? 172.21.15.55:0/4075265792' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-10-14T00:03:08.775 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:08 smithi055 ceph-mon[124249]: from='mgr.? 172.21.15.55:0/4075265792' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-14T00:03:09.497 INFO:tasks.rados.rados.0.smithi055.stdout:432: done (3 left) 2023-10-14T00:03:09.498 INFO:tasks.rados.rados.0.smithi055.stdout:433: setattr oid 48 current snap is 35 2023-10-14T00:03:09.498 INFO:tasks.rados.rados.0.smithi055.stdout:431: finishing rollback tid 0 to smithi055169533-1 2023-10-14T00:03:09.498 INFO:tasks.rados.rados.0.smithi055.stdout:431: finishing rollback tid 1 to smithi055169533-1 2023-10-14T00:03:09.499 INFO:tasks.rados.rados.0.smithi055.stdout:431: finishing rollback tid 2 to smithi055169533-1 2023-10-14T00:03:09.499 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 1 v 47 (ObjNum 87 snap 15 seq_num 87) dirty exists 2023-10-14T00:03:09.499 INFO:tasks.rados.rados.0.smithi055.stdout:429: finishing copy_from to smithi055169533-41 2023-10-14T00:03:09.499 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 41 v 141 (ObjNum 149 snap 34 seq_num 149) dirty exists 2023-10-14T00:03:09.499 INFO:tasks.rados.rados.0.smithi055.stdout:429: finishing copy_from racing read to smithi055169533-41 2023-10-14T00:03:09.500 INFO:tasks.rados.rados.0.smithi055.stdout:429: done (3 left) 2023-10-14T00:03:09.500 INFO:tasks.rados.rados.0.smithi055.stdout:430: done (2 left) 2023-10-14T00:03:09.500 INFO:tasks.rados.rados.0.smithi055.stdout:431: done (1 left) 2023-10-14T00:03:09.500 INFO:tasks.rados.rados.0.smithi055.stdout:434: read oid 47 snap -1 2023-10-14T00:03:09.501 INFO:tasks.rados.rados.0.smithi055.stdout:434: expect (ObjNum 151 snap 34 seq_num 151) 2023-10-14T00:03:09.501 INFO:tasks.rados.rados.0.smithi055.stdout:435: read oid 18 snap 32 2023-10-14T00:03:09.501 INFO:tasks.rados.rados.0.smithi055.stdout:435: expect deleted 2023-10-14T00:03:09.501 INFO:tasks.rados.rados.0.smithi055.stdout:436: copy_from oid 23 from oid 9 current snap is 35 2023-10-14T00:03:09.501 INFO:tasks.rados.rados.0.smithi055.stdout:437: snap_remove snap 31 2023-10-14T00:03:09.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:09 smithi055 ceph-mon[124249]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-10-14T00:03:09.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:09 smithi055 ceph-mon[124249]: mgrmap e28: x(active, since 7s), standbys: y 2023-10-14T00:03:09.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:09 smithi055 ceph-mon[124249]: osdmap e136: 8 total, 8 up, 8 in 2023-10-14T00:03:09.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:09 smithi055 ceph-mon[124249]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:09.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:09 smithi055 ceph-mon[124249]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:09.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:09 smithi055 ceph-mon[124249]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:03:09.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:09 smithi055 ceph-mon[124249]: from='mgr.24955 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:03:09.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:09 smithi055 ceph-mon[124249]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:03:09.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:09 smithi055 ceph-mon[124249]: from='mgr.24955 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:03:09.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:09 smithi055 ceph-mon[124249]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:03:09.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:09 smithi055 ceph-mon[124249]: from='mgr.24955 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:03:09.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:09 smithi055 ceph-mon[124249]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:03:09.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:09 smithi055 ceph-mon[124249]: from='mgr.24955 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:03:09.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:09 smithi055 ceph-mon[124249]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:09.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:09 smithi055 ceph-mon[124249]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:03:09.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:09 smithi055 ceph-mon[124249]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:03:09.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:09 smithi055 ceph-mon[110989]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-10-14T00:03:09.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:09 smithi055 ceph-mon[110989]: mgrmap e28: x(active, since 7s), standbys: y 2023-10-14T00:03:09.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:09 smithi055 ceph-mon[110989]: osdmap e136: 8 total, 8 up, 8 in 2023-10-14T00:03:09.771 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:09 smithi055 ceph-mon[110989]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:09.771 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:09 smithi055 ceph-mon[110989]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:09.771 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:09 smithi055 ceph-mon[110989]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:03:09.771 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:09 smithi055 ceph-mon[110989]: from='mgr.24955 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:03:09.771 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:09 smithi055 ceph-mon[110989]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:03:09.771 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:09 smithi055 ceph-mon[110989]: from='mgr.24955 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:03:09.772 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:09 smithi055 ceph-mon[110989]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:03:09.772 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:09 smithi055 ceph-mon[110989]: from='mgr.24955 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:03:09.772 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:09 smithi055 ceph-mon[110989]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:03:09.772 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:09 smithi055 ceph-mon[110989]: from='mgr.24955 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:03:09.772 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:09 smithi055 ceph-mon[110989]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:09.773 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:09 smithi055 ceph-mon[110989]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:03:09.773 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:09 smithi055 ceph-mon[110989]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:03:09.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:09 smithi082 ceph-mon[116307]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-10-14T00:03:09.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:09 smithi082 ceph-mon[116307]: mgrmap e28: x(active, since 7s), standbys: y 2023-10-14T00:03:09.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:09 smithi082 ceph-mon[116307]: osdmap e136: 8 total, 8 up, 8 in 2023-10-14T00:03:09.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:09 smithi082 ceph-mon[116307]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:09.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:09 smithi082 ceph-mon[116307]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:09.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:09 smithi082 ceph-mon[116307]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:03:09.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:09 smithi082 ceph-mon[116307]: from='mgr.24955 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:03:09.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:09 smithi082 ceph-mon[116307]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:03:09.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:09 smithi082 ceph-mon[116307]: from='mgr.24955 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:03:09.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:09 smithi082 ceph-mon[116307]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:03:09.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:09 smithi082 ceph-mon[116307]: from='mgr.24955 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:03:09.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:09 smithi082 ceph-mon[116307]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:03:09.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:09 smithi082 ceph-mon[116307]: from='mgr.24955 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-14T00:03:09.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:09 smithi082 ceph-mon[116307]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:09.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:09 smithi082 ceph-mon[116307]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:03:09.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:09 smithi082 ceph-mon[116307]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:03:10.296 INFO:tasks.rados.rados.0.smithi055.stdout:437: done (4 left) 2023-10-14T00:03:10.297 INFO:tasks.rados.rados.0.smithi055.stdout:438: rollback oid 44 current snap is 35 2023-10-14T00:03:10.297 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 44 to 32 2023-10-14T00:03:10.301 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 48 v 43 (ObjNum 33 snap 0 seq_num 1529354960) dirty exists 2023-10-14T00:03:10.302 INFO:tasks.rados.rados.0.smithi055.stdout:434: expect (ObjNum 151 snap 34 seq_num 151) 2023-10-14T00:03:10.306 INFO:tasks.rados.rados.0.smithi055.stdout:436: finishing copy_from to smithi055169533-23 2023-10-14T00:03:10.307 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 23 v 60 (ObjNum 126 snap 23 seq_num 126) dirty exists 2023-10-14T00:03:10.307 INFO:tasks.rados.rados.0.smithi055.stdout:436: finishing copy_from racing read to smithi055169533-23 2023-10-14T00:03:10.307 INFO:tasks.rados.rados.0.smithi055.stdout:438: finishing rollback tid 1 to smithi055169533-44 2023-10-14T00:03:10.308 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 44 v 0 (ObjNum 129 snap 0 seq_num 1528845840) dirty dne 2023-10-14T00:03:10.308 INFO:tasks.rados.rados.0.smithi055.stdout:433: done (4 left) 2023-10-14T00:03:10.308 INFO:tasks.rados.rados.0.smithi055.stdout:434: done (3 left) 2023-10-14T00:03:10.308 INFO:tasks.rados.rados.0.smithi055.stdout:435: done (2 left) 2023-10-14T00:03:10.309 INFO:tasks.rados.rados.0.smithi055.stdout:436: done (1 left) 2023-10-14T00:03:10.309 INFO:tasks.rados.rados.0.smithi055.stdout:438: done (0 left) 2023-10-14T00:03:10.309 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 18 current snap is 35 2023-10-14T00:03:10.309 INFO:tasks.rados.rados.0.smithi055.stdout:439: seq_num 158 ranges {0=253952} 2023-10-14T00:03:10.310 INFO:tasks.rados.rados.0.smithi055.stdout:439: writing smithi055169533-18 from 0 to 253952 tid 1 2023-10-14T00:03:10.310 INFO:tasks.rados.rados.0.smithi055.stdout:440: copy_from oid 47 from oid 8 current snap is 35 2023-10-14T00:03:10.310 INFO:tasks.rados.rados.0.smithi055.stdout:441: snap_create 2023-10-14T00:03:10.311 INFO:tasks.rados.rados.0.smithi055.stdout:439: finishing write tid 1 to smithi055169533-18 2023-10-14T00:03:10.311 INFO:tasks.rados.rados.0.smithi055.stdout:439: finishing write tid 2 to smithi055169533-18 2023-10-14T00:03:10.313 INFO:tasks.rados.rados.0.smithi055.stdout:440: finishing copy_from to smithi055169533-47 2023-10-14T00:03:10.313 INFO:tasks.rados.rados.0.smithi055.stdout:440: got expected ENOENT (src dne) 2023-10-14T00:03:10.313 INFO:tasks.rados.rados.0.smithi055.stdout:440: finishing copy_from racing read to smithi055169533-47 2023-10-14T00:03:10.314 INFO:tasks.rados.rados.0.smithi055.stdout:439: finishing write tid 3 to smithi055169533-18 2023-10-14T00:03:10.314 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 18 v 156 (ObjNum 158 snap 35 seq_num 158) dirty exists 2023-10-14T00:03:10.314 INFO:tasks.rados.rados.0.smithi055.stdout:439: left oid 18 (ObjNum 158 snap 35 seq_num 158) 2023-10-14T00:03:10.744 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:10 smithi055 ceph-mon[124249]: Adjusting osd_memory_target on smithi082 to 2486M 2023-10-14T00:03:10.744 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:10 smithi055 ceph-mon[124249]: Updating smithi055:/etc/ceph/ceph.conf 2023-10-14T00:03:10.744 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:10 smithi055 ceph-mon[124249]: Updating smithi082:/etc/ceph/ceph.conf 2023-10-14T00:03:10.745 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:10 smithi055 ceph-mon[124249]: pgmap v15: 121 pgs: 121 active+clean; 92 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.7 MiB/s rd, 56 KiB/s wr, 46 op/s 2023-10-14T00:03:10.745 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:10 smithi055 ceph-mon[124249]: Updating smithi082:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-14T00:03:10.745 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:10 smithi055 ceph-mon[124249]: Updating smithi055:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-14T00:03:10.745 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:10 smithi055 ceph-mon[124249]: Updating smithi082:/etc/ceph/ceph.client.admin.keyring 2023-10-14T00:03:10.746 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:10 smithi055 ceph-mon[124249]: Updating smithi055:/etc/ceph/ceph.client.admin.keyring 2023-10-14T00:03:10.746 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:10 smithi055 ceph-mon[124249]: osdmap e137: 8 total, 8 up, 8 in 2023-10-14T00:03:10.746 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:10 smithi055 ceph-mon[124249]: Updating smithi082:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-14T00:03:10.746 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:10 smithi055 ceph-mon[124249]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:10.747 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:10 smithi055 ceph-mon[124249]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:10.747 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:10 smithi055 ceph-mon[124249]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:10.747 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:10 smithi055 ceph-mon[124249]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:10.747 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:10 smithi055 ceph-mon[124249]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:10.747 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:10 smithi055 ceph-mon[124249]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:10.748 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:10 smithi055 ceph-mon[124249]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:10.748 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:10 smithi055 ceph-mon[124249]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:10.748 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:10 smithi055 ceph-mon[124249]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:10.748 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:10 smithi055 ceph-mon[124249]: osdmap e138: 8 total, 8 up, 8 in 2023-10-14T00:03:10.749 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:10 smithi055 ceph-mon[110989]: Adjusting osd_memory_target on smithi082 to 2486M 2023-10-14T00:03:10.749 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:10 smithi055 ceph-mon[110989]: Updating smithi055:/etc/ceph/ceph.conf 2023-10-14T00:03:10.749 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:10 smithi055 ceph-mon[110989]: Updating smithi082:/etc/ceph/ceph.conf 2023-10-14T00:03:10.749 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:10 smithi055 ceph-mon[110989]: pgmap v15: 121 pgs: 121 active+clean; 92 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.7 MiB/s rd, 56 KiB/s wr, 46 op/s 2023-10-14T00:03:10.749 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:10 smithi055 ceph-mon[110989]: Updating smithi082:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-14T00:03:10.750 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:10 smithi055 ceph-mon[110989]: Updating smithi055:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-14T00:03:10.750 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:10 smithi055 ceph-mon[110989]: Updating smithi082:/etc/ceph/ceph.client.admin.keyring 2023-10-14T00:03:10.750 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:10 smithi055 ceph-mon[110989]: Updating smithi055:/etc/ceph/ceph.client.admin.keyring 2023-10-14T00:03:10.750 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:10 smithi055 ceph-mon[110989]: osdmap e137: 8 total, 8 up, 8 in 2023-10-14T00:03:10.751 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:10 smithi055 ceph-mon[110989]: Updating smithi082:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-14T00:03:10.751 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:10 smithi055 ceph-mon[110989]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:10.751 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:10 smithi055 ceph-mon[110989]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:10.751 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:10 smithi055 ceph-mon[110989]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:10.751 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:10 smithi055 ceph-mon[110989]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:10.752 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:10 smithi055 ceph-mon[110989]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:10.752 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:10 smithi055 ceph-mon[110989]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:10.752 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:10 smithi055 ceph-mon[110989]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:10.752 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:10 smithi055 ceph-mon[110989]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:10.752 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:10 smithi055 ceph-mon[110989]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:10.753 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:10 smithi055 ceph-mon[110989]: osdmap e138: 8 total, 8 up, 8 in 2023-10-14T00:03:10.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:10 smithi082 ceph-mon[116307]: Adjusting osd_memory_target on smithi082 to 2486M 2023-10-14T00:03:10.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:10 smithi082 ceph-mon[116307]: Updating smithi055:/etc/ceph/ceph.conf 2023-10-14T00:03:10.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:10 smithi082 ceph-mon[116307]: Updating smithi082:/etc/ceph/ceph.conf 2023-10-14T00:03:10.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:10 smithi082 ceph-mon[116307]: pgmap v15: 121 pgs: 121 active+clean; 92 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.7 MiB/s rd, 56 KiB/s wr, 46 op/s 2023-10-14T00:03:10.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:10 smithi082 ceph-mon[116307]: Updating smithi082:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-14T00:03:10.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:10 smithi082 ceph-mon[116307]: Updating smithi055:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-14T00:03:10.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:10 smithi082 ceph-mon[116307]: Updating smithi082:/etc/ceph/ceph.client.admin.keyring 2023-10-14T00:03:10.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:10 smithi082 ceph-mon[116307]: Updating smithi055:/etc/ceph/ceph.client.admin.keyring 2023-10-14T00:03:10.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:10 smithi082 ceph-mon[116307]: osdmap e137: 8 total, 8 up, 8 in 2023-10-14T00:03:10.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:10 smithi082 ceph-mon[116307]: Updating smithi082:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-14T00:03:10.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:10 smithi082 ceph-mon[116307]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:10.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:10 smithi082 ceph-mon[116307]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:10.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:10 smithi082 ceph-mon[116307]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:10.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:10 smithi082 ceph-mon[116307]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:10.879 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:10 smithi082 ceph-mon[116307]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:10.879 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:10 smithi082 ceph-mon[116307]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:10.879 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:10 smithi082 ceph-mon[116307]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:10.879 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:10 smithi082 ceph-mon[116307]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:10.879 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:10 smithi082 ceph-mon[116307]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:10.880 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:10 smithi082 ceph-mon[116307]: osdmap e138: 8 total, 8 up, 8 in 2023-10-14T00:03:11.316 INFO:tasks.rados.rados.0.smithi055.stdout:439: done (2 left) 2023-10-14T00:03:11.317 INFO:tasks.rados.rados.0.smithi055.stdout:440: done (1 left) 2023-10-14T00:03:11.317 INFO:tasks.rados.rados.0.smithi055.stdout:441: done (0 left) 2023-10-14T00:03:11.317 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 12 current snap is 36 2023-10-14T00:03:11.317 INFO:tasks.rados.rados.0.smithi055.stdout:442: seq_num 159 ranges {1417216=270336} 2023-10-14T00:03:11.326 INFO:tasks.rados.rados.0.smithi055.stdout:442: writing smithi055169533-12 from 1417216 to 1687552 tid 1 2023-10-14T00:03:11.327 INFO:tasks.rados.rados.0.smithi055.stdout:443: read oid 9 snap -1 2023-10-14T00:03:11.327 INFO:tasks.rados.rados.0.smithi055.stdout:443: expect (ObjNum 126 snap 23 seq_num 126) 2023-10-14T00:03:11.327 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 26 current snap is 36 2023-10-14T00:03:11.327 INFO:tasks.rados.rados.0.smithi055.stdout:444: seq_num 160 ranges {0=286720} 2023-10-14T00:03:11.328 INFO:tasks.rados.rados.0.smithi055.stdout:444: writing smithi055169533-26 from 0 to 286720 tid 1 2023-10-14T00:03:11.328 INFO:tasks.rados.rados.0.smithi055.stdout:445: snap_create 2023-10-14T00:03:11.335 INFO:tasks.rados.rados.0.smithi055.stdout:444: finishing write tid 1 to smithi055169533-26 2023-10-14T00:03:11.336 INFO:tasks.rados.rados.0.smithi055.stdout:442: finishing write tid 1 to smithi055169533-12 2023-10-14T00:03:11.336 INFO:tasks.rados.rados.0.smithi055.stdout:442: finishing write tid 2 to smithi055169533-12 2023-10-14T00:03:11.337 INFO:tasks.rados.rados.0.smithi055.stdout:444: finishing write tid 2 to smithi055169533-26 2023-10-14T00:03:11.338 INFO:tasks.rados.rados.0.smithi055.stdout:442: finishing write tid 3 to smithi055169533-12 2023-10-14T00:03:11.338 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 12 v 48 (ObjNum 159 snap 36 seq_num 159) dirty exists 2023-10-14T00:03:11.338 INFO:tasks.rados.rados.0.smithi055.stdout:442: left oid 12 (ObjNum 159 snap 36 seq_num 159) 2023-10-14T00:03:11.340 INFO:tasks.rados.rados.0.smithi055.stdout:444: finishing write tid 3 to smithi055169533-26 2023-10-14T00:03:11.340 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 26 v 69 (ObjNum 160 snap 36 seq_num 160) dirty exists 2023-10-14T00:03:11.341 INFO:tasks.rados.rados.0.smithi055.stdout:444: left oid 26 (ObjNum 160 snap 36 seq_num 160) 2023-10-14T00:03:11.346 INFO:tasks.rados.rados.0.smithi055.stdout:443: expect (ObjNum 126 snap 23 seq_num 126) 2023-10-14T00:03:11.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:11 smithi055 ceph-mon[124249]: Updating smithi055:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-14T00:03:11.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:11 smithi055 ceph-mon[124249]: Reconfiguring alertmanager.a (dependencies changed)... 2023-10-14T00:03:11.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:11 smithi055 ceph-mon[124249]: Reconfiguring daemon alertmanager.a on smithi055 2023-10-14T00:03:11.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:11 smithi055 ceph-mon[124249]: osdmap e139: 8 total, 8 up, 8 in 2023-10-14T00:03:11.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:11 smithi055 ceph-mon[110989]: Updating smithi055:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-14T00:03:11.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:11 smithi055 ceph-mon[110989]: Reconfiguring alertmanager.a (dependencies changed)... 2023-10-14T00:03:11.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:11 smithi055 ceph-mon[110989]: Reconfiguring daemon alertmanager.a on smithi055 2023-10-14T00:03:11.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:11 smithi055 ceph-mon[110989]: osdmap e139: 8 total, 8 up, 8 in 2023-10-14T00:03:11.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:11 smithi082 ceph-mon[116307]: Updating smithi055:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-14T00:03:11.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:11 smithi082 ceph-mon[116307]: Reconfiguring alertmanager.a (dependencies changed)... 2023-10-14T00:03:11.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:11 smithi082 ceph-mon[116307]: Reconfiguring daemon alertmanager.a on smithi055 2023-10-14T00:03:11.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:11 smithi082 ceph-mon[116307]: osdmap e139: 8 total, 8 up, 8 in 2023-10-14T00:03:12.242 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:03:11 smithi055 systemd[1]: Stopping Ceph alertmanager.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:03:12.243 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:03:12 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-alertmanager-a[165543]: ts=2023-10-14T00:03:12.049Z caller=main.go:583 level=info msg="Received SIGTERM, exiting gracefully..." 2023-10-14T00:03:12.323 INFO:tasks.rados.rados.0.smithi055.stdout:442: done (3 left) 2023-10-14T00:03:12.323 INFO:tasks.rados.rados.0.smithi055.stdout:443: done (2 left) 2023-10-14T00:03:12.323 INFO:tasks.rados.rados.0.smithi055.stdout:444: done (1 left) 2023-10-14T00:03:12.323 INFO:tasks.rados.rados.0.smithi055.stdout:445: done (0 left) 2023-10-14T00:03:12.324 INFO:tasks.rados.rados.0.smithi055.stdout:446: copy_from oid 15 from oid 40 current snap is 37 2023-10-14T00:03:12.324 INFO:tasks.rados.rados.0.smithi055.stdout:447: read oid 7 snap 25 2023-10-14T00:03:12.324 INFO:tasks.rados.rados.0.smithi055.stdout:447: expect (ObjNum 23 snap 0 seq_num 23) 2023-10-14T00:03:12.324 INFO:tasks.rados.rados.0.smithi055.stdout:448: rollback oid 31 current snap is 37 2023-10-14T00:03:12.324 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 31 to 36 2023-10-14T00:03:12.325 INFO:tasks.rados.rados.0.smithi055.stdout:449: delete oid 35 current snap is 37 2023-10-14T00:03:12.326 INFO:tasks.rados.rados.0.smithi055.stdout:448: finishing rollback tid 1 to smithi055169533-31 2023-10-14T00:03:12.326 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 31 v 0 (ObjNum 129 snap 0 seq_num 1528844512) dirty dne 2023-10-14T00:03:12.329 INFO:tasks.rados.rados.0.smithi055.stdout:448: done (3 left) 2023-10-14T00:03:12.329 INFO:tasks.rados.rados.0.smithi055.stdout:449: done (2 left) 2023-10-14T00:03:12.329 INFO:tasks.rados.rados.0.smithi055.stdout:450: read oid 8 snap -1 2023-10-14T00:03:12.330 INFO:tasks.rados.rados.0.smithi055.stdout:450: expect deleted 2023-10-14T00:03:12.330 INFO:tasks.rados.rados.0.smithi055.stdout:451: delete oid 17 current snap is 37 2023-10-14T00:03:12.330 INFO:tasks.rados.rados.0.smithi055.stdout:447: expect (ObjNum 23 snap 0 seq_num 23) 2023-10-14T00:03:12.343 INFO:tasks.rados.rados.0.smithi055.stdout:446: finishing copy_from to smithi055169533-15 2023-10-14T00:03:12.344 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 15 v 32 (ObjNum 112 snap 21 seq_num 112) dirty exists 2023-10-14T00:03:12.344 INFO:tasks.rados.rados.0.smithi055.stdout:446: finishing copy_from racing read to smithi055169533-15 2023-10-14T00:03:12.344 INFO:tasks.rados.rados.0.smithi055.stdout:446: done (3 left) 2023-10-14T00:03:12.344 INFO:tasks.rados.rados.0.smithi055.stdout:447: done (2 left) 2023-10-14T00:03:12.344 INFO:tasks.rados.rados.0.smithi055.stdout:450: done (1 left) 2023-10-14T00:03:12.345 INFO:tasks.rados.rados.0.smithi055.stdout:451: done (0 left) 2023-10-14T00:03:12.346 INFO:tasks.rados.rados.0.smithi055.stdout:452: rmattr oid 9 current snap is 37 2023-10-14T00:03:12.346 INFO:tasks.rados.rados.0.smithi055.stdout:452: done (0 left) 2023-10-14T00:03:12.347 INFO:tasks.rados.rados.0.smithi055.stdout:453: copy_from oid 40 from oid 24 current snap is 37 2023-10-14T00:03:12.347 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 49 current snap is 37 2023-10-14T00:03:12.347 INFO:tasks.rados.rados.0.smithi055.stdout:454: seq_num 163 ranges {4505600=335872} 2023-10-14T00:03:12.371 INFO:tasks.rados.rados.0.smithi055.stdout:454: writing smithi055169533-49 from 4505600 to 4841472 tid 1 2023-10-14T00:03:12.371 INFO:tasks.rados.rados.0.smithi055.stdout:455: rollback oid 1 current snap is 37 2023-10-14T00:03:12.371 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 1 to 32 2023-10-14T00:03:12.372 INFO:tasks.rados.rados.0.smithi055.stdout:453: finishing copy_from to smithi055169533-40 2023-10-14T00:03:12.372 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 40 v 65 (ObjNum 137 snap 27 seq_num 137) dirty exists 2023-10-14T00:03:12.372 INFO:tasks.rados.rados.0.smithi055.stdout:453: finishing copy_from racing read to smithi055169533-40 2023-10-14T00:03:12.372 INFO:tasks.rados.rados.0.smithi055.stdout:453: done (2 left) 2023-10-14T00:03:12.373 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 41 current snap is 37 2023-10-14T00:03:12.373 INFO:tasks.rados.rados.0.smithi055.stdout:456: seq_num 164 ranges {2392064=352256} 2023-10-14T00:03:12.387 INFO:tasks.rados.rados.0.smithi055.stdout:456: writing smithi055169533-41 from 2392064 to 2744320 tid 1 2023-10-14T00:03:12.388 INFO:tasks.rados.rados.0.smithi055.stdout:457: copy_from oid 14 from oid 4 current snap is 37 2023-10-14T00:03:12.388 INFO:tasks.rados.rados.0.smithi055.stdout:455: finishing rollback tid 0 to smithi055169533-1 2023-10-14T00:03:12.388 INFO:tasks.rados.rados.0.smithi055.stdout:454: finishing write tid 1 to smithi055169533-49 2023-10-14T00:03:12.388 INFO:tasks.rados.rados.0.smithi055.stdout:455: finishing rollback tid 1 to smithi055169533-1 2023-10-14T00:03:12.388 INFO:tasks.rados.rados.0.smithi055.stdout:455: finishing rollback tid 2 to smithi055169533-1 2023-10-14T00:03:12.389 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 1 v 55 (ObjNum 87 snap 15 seq_num 87) dirty exists 2023-10-14T00:03:12.389 INFO:tasks.rados.rados.0.smithi055.stdout:454: finishing write tid 2 to smithi055169533-49 2023-10-14T00:03:12.389 INFO:tasks.rados.rados.0.smithi055.stdout:454: finishing write tid 3 to smithi055169533-49 2023-10-14T00:03:12.389 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 49 v 165 (ObjNum 163 snap 37 seq_num 163) dirty exists 2023-10-14T00:03:12.389 INFO:tasks.rados.rados.0.smithi055.stdout:454: left oid 49 (ObjNum 163 snap 37 seq_num 163) 2023-10-14T00:03:12.390 INFO:tasks.rados.rados.0.smithi055.stdout:454: done (3 left) 2023-10-14T00:03:12.390 INFO:tasks.rados.rados.0.smithi055.stdout:455: done (2 left) 2023-10-14T00:03:12.390 INFO:tasks.rados.rados.0.smithi055.stdout:458: read oid 28 snap -1 2023-10-14T00:03:12.390 INFO:tasks.rados.rados.0.smithi055.stdout:458: expect (ObjNum 149 snap 34 seq_num 149) 2023-10-14T00:03:12.391 INFO:tasks.rados.rados.0.smithi055.stdout:459: copy_from oid 20 from oid 10 current snap is 37 2023-10-14T00:03:12.391 INFO:tasks.rados.rados.0.smithi055.stdout:460: rmattr oid 39 current snap is 37 2023-10-14T00:03:12.391 INFO:tasks.rados.rados.0.smithi055.stdout:460: done (4 left) 2023-10-14T00:03:12.391 INFO:tasks.rados.rados.0.smithi055.stdout:461: rmattr oid 16 current snap is 37 2023-10-14T00:03:12.392 INFO:tasks.rados.rados.0.smithi055.stdout:461: done (4 left) 2023-10-14T00:03:12.392 INFO:tasks.rados.rados.0.smithi055.stdout:462: setattr oid 12 current snap is 37 2023-10-14T00:03:12.392 INFO:tasks.rados.rados.0.smithi055.stdout:463: rollback oid 23 current snap is 37 2023-10-14T00:03:12.392 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 23 to 33 2023-10-14T00:03:12.393 INFO:tasks.rados.rados.0.smithi055.stdout:464: delete oid 35 current snap is 37 2023-10-14T00:03:12.394 INFO:tasks.rados.rados.0.smithi055.stdout:459: finishing copy_from to smithi055169533-20 2023-10-14T00:03:12.394 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 20 v 12 (ObjNum 38 snap 0 seq_num 38) dirty exists 2023-10-14T00:03:12.394 INFO:tasks.rados.rados.0.smithi055.stdout:459: finishing copy_from racing read to smithi055169533-20 2023-10-14T00:03:12.394 INFO:tasks.rados.rados.0.smithi055.stdout:459: done (6 left) 2023-10-14T00:03:12.395 INFO:tasks.rados.rados.0.smithi055.stdout:464: done (5 left) 2023-10-14T00:03:12.395 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 38 current snap is 37 2023-10-14T00:03:12.395 INFO:tasks.rados.rados.0.smithi055.stdout:465: seq_num 166 ranges {6365184=385024} 2023-10-14T00:03:12.432 INFO:tasks.rados.rados.0.smithi055.stdout:465: writing smithi055169533-38 from 6365184 to 6750208 tid 1 2023-10-14T00:03:12.432 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 3 current snap is 37 2023-10-14T00:03:12.432 INFO:tasks.rados.rados.0.smithi055.stdout:466: seq_num 167 ranges {65536=401408} 2023-10-14T00:03:12.435 INFO:tasks.rados.rados.0.smithi055.stdout:466: writing smithi055169533-3 from 65536 to 466944 tid 1 2023-10-14T00:03:12.435 INFO:tasks.rados.rados.0.smithi055.stdout:467: read oid 19 snap -1 2023-10-14T00:03:12.435 INFO:tasks.rados.rados.0.smithi055.stdout:467: expect (ObjNum 130 snap 25 seq_num 130) 2023-10-14T00:03:12.435 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 17 current snap is 37 2023-10-14T00:03:12.436 INFO:tasks.rados.rados.0.smithi055.stdout:456: finishing write tid 1 to smithi055169533-41 2023-10-14T00:03:12.436 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 12 v 50 (ObjNum 159 snap 36 seq_num 159) dirty exists 2023-10-14T00:03:12.436 INFO:tasks.rados.rados.0.smithi055.stdout:457: finishing copy_from to smithi055169533-14 2023-10-14T00:03:12.436 INFO:tasks.rados.rados.0.smithi055.stdout:457: got expected ENOENT (src dne) 2023-10-14T00:03:12.436 INFO:tasks.rados.rados.0.smithi055.stdout:457: finishing copy_from racing read to smithi055169533-14 2023-10-14T00:03:12.437 INFO:tasks.rados.rados.0.smithi055.stdout:458: expect (ObjNum 149 snap 34 seq_num 149) 2023-10-14T00:03:12.496 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:03:12 smithi055 bash[172098]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-alertmanager-a 2023-10-14T00:03:12.550 INFO:tasks.rados.rados.0.smithi055.stdout:456: finishing write tid 2 to smithi055169533-41 2023-10-14T00:03:12.551 INFO:tasks.rados.rados.0.smithi055.stdout:463: finishing rollback tid 0 to smithi055169533-23 2023-10-14T00:03:12.551 INFO:tasks.rados.rados.0.smithi055.stdout:463: finishing rollback tid 1 to smithi055169533-23 2023-10-14T00:03:12.551 INFO:tasks.rados.rados.0.smithi055.stdout:463: finishing rollback tid 2 to smithi055169533-23 2023-10-14T00:03:12.551 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 23 v 122 (ObjNum 122 snap 22 seq_num 122) dirty exists 2023-10-14T00:03:12.552 INFO:tasks.rados.rados.0.smithi055.stdout:456: finishing write tid 3 to smithi055169533-41 2023-10-14T00:03:12.552 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 41 v 143 (ObjNum 164 snap 37 seq_num 164) dirty exists 2023-10-14T00:03:12.552 INFO:tasks.rados.rados.0.smithi055.stdout:456: left oid 41 (ObjNum 164 snap 37 seq_num 164) 2023-10-14T00:03:12.552 INFO:tasks.rados.rados.0.smithi055.stdout:465: finishing write tid 1 to smithi055169533-38 2023-10-14T00:03:12.552 INFO:tasks.rados.rados.0.smithi055.stdout:465: finishing write tid 2 to smithi055169533-38 2023-10-14T00:03:12.553 INFO:tasks.rados.rados.0.smithi055.stdout:465: finishing write tid 3 to smithi055169533-38 2023-10-14T00:03:12.553 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 38 v 67 (ObjNum 166 snap 37 seq_num 166) dirty exists 2023-10-14T00:03:12.553 INFO:tasks.rados.rados.0.smithi055.stdout:465: left oid 38 (ObjNum 166 snap 37 seq_num 166) 2023-10-14T00:03:12.553 INFO:tasks.rados.rados.0.smithi055.stdout:468: seq_num 168 ranges {0=417792} 2023-10-14T00:03:12.554 INFO:tasks.rados.rados.0.smithi055.stdout:468: writing smithi055169533-17 from 0 to 417792 tid 1 2023-10-14T00:03:12.554 INFO:tasks.rados.rados.0.smithi055.stdout:456: done (8 left) 2023-10-14T00:03:12.555 INFO:tasks.rados.rados.0.smithi055.stdout:457: done (7 left) 2023-10-14T00:03:12.555 INFO:tasks.rados.rados.0.smithi055.stdout:458: done (6 left) 2023-10-14T00:03:12.555 INFO:tasks.rados.rados.0.smithi055.stdout:462: done (5 left) 2023-10-14T00:03:12.555 INFO:tasks.rados.rados.0.smithi055.stdout:463: done (4 left) 2023-10-14T00:03:12.555 INFO:tasks.rados.rados.0.smithi055.stdout:465: done (3 left) 2023-10-14T00:03:12.556 INFO:tasks.rados.rados.0.smithi055.stdout:469: read oid 49 snap 33 2023-10-14T00:03:12.556 INFO:tasks.rados.rados.0.smithi055.stdout:469: expect (ObjNum 107 snap 20 seq_num 107) 2023-10-14T00:03:12.556 INFO:tasks.rados.rados.0.smithi055.stdout:470: rollback oid 28 current snap is 37 2023-10-14T00:03:12.556 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 28 to 25 2023-10-14T00:03:12.556 INFO:tasks.rados.rados.0.smithi055.stdout:467: expect (ObjNum 130 snap 25 seq_num 130) 2023-10-14T00:03:12.635 INFO:tasks.rados.rados.0.smithi055.stdout:466: finishing write tid 1 to smithi055169533-3 2023-10-14T00:03:12.635 INFO:tasks.rados.rados.0.smithi055.stdout:466: finishing write tid 2 to smithi055169533-3 2023-10-14T00:03:12.635 INFO:tasks.rados.rados.0.smithi055.stdout:466: finishing write tid 3 to smithi055169533-3 2023-10-14T00:03:12.635 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 3 v 168 (ObjNum 167 snap 37 seq_num 167) dirty exists 2023-10-14T00:03:12.636 INFO:tasks.rados.rados.0.smithi055.stdout:466: left oid 3 (ObjNum 167 snap 37 seq_num 167) 2023-10-14T00:03:12.636 INFO:tasks.rados.rados.0.smithi055.stdout:468: finishing write tid 1 to smithi055169533-17 2023-10-14T00:03:12.636 INFO:tasks.rados.rados.0.smithi055.stdout:468: finishing write tid 2 to smithi055169533-17 2023-10-14T00:03:12.636 INFO:tasks.rados.rados.0.smithi055.stdout:468: finishing write tid 3 to smithi055169533-17 2023-10-14T00:03:12.636 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 17 v 220 (ObjNum 168 snap 37 seq_num 168) dirty exists 2023-10-14T00:03:12.637 INFO:tasks.rados.rados.0.smithi055.stdout:468: left oid 17 (ObjNum 168 snap 37 seq_num 168) 2023-10-14T00:03:12.637 INFO:tasks.rados.rados.0.smithi055.stdout:466: done (4 left) 2023-10-14T00:03:12.637 INFO:tasks.rados.rados.0.smithi055.stdout:467: done (3 left) 2023-10-14T00:03:12.637 INFO:tasks.rados.rados.0.smithi055.stdout:468: done (2 left) 2023-10-14T00:03:12.637 INFO:tasks.rados.rados.0.smithi055.stdout:471: delete oid 36 current snap is 37 2023-10-14T00:03:12.638 INFO:tasks.rados.rados.0.smithi055.stdout:469: expect (ObjNum 107 snap 20 seq_num 107) 2023-10-14T00:03:12.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:12 smithi055 ceph-mon[124249]: pgmap v18: 121 pgs: 121 active+clean; 92 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.7 MiB/s rd, 56 KiB/s wr, 46 op/s 2023-10-14T00:03:12.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:12 smithi055 ceph-mon[124249]: osdmap e140: 8 total, 8 up, 8 in 2023-10-14T00:03:12.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:12 smithi055 ceph-mon[110989]: pgmap v18: 121 pgs: 121 active+clean; 92 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.7 MiB/s rd, 56 KiB/s wr, 46 op/s 2023-10-14T00:03:12.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:12 smithi055 ceph-mon[110989]: osdmap e140: 8 total, 8 up, 8 in 2023-10-14T00:03:12.768 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:03:12 smithi055 systemd[1]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@alertmanager.a.service: Succeeded. 2023-10-14T00:03:12.769 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:03:12 smithi055 systemd[1]: Stopped Ceph alertmanager.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:03:12.769 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:03:12 smithi055 systemd[1]: Starting Ceph alertmanager.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:03:12.820 INFO:tasks.rados.rados.0.smithi055.stdout:470: finishing rollback tid 0 to smithi055169533-28 2023-10-14T00:03:12.820 INFO:tasks.rados.rados.0.smithi055.stdout:470: finishing rollback tid 1 to smithi055169533-28 2023-10-14T00:03:12.820 INFO:tasks.rados.rados.0.smithi055.stdout:470: finishing rollback tid 2 to smithi055169533-28 2023-10-14T00:03:12.821 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 28 v 172 (ObjNum 103 snap 20 seq_num 103) dirty exists 2023-10-14T00:03:12.821 INFO:tasks.rados.rados.0.smithi055.stdout:469: done (2 left) 2023-10-14T00:03:12.821 INFO:tasks.rados.rados.0.smithi055.stdout:470: done (1 left) 2023-10-14T00:03:12.821 INFO:tasks.rados.rados.0.smithi055.stdout:471: done (0 left) 2023-10-14T00:03:12.821 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 28 current snap is 37 2023-10-14T00:03:12.822 INFO:tasks.rados.rados.0.smithi055.stdout:472: seq_num 170 ranges {2293760=450560} 2023-10-14T00:03:12.835 INFO:tasks.rados.rados.0.smithi055.stdout:472: writing smithi055169533-28 from 2293760 to 2744320 tid 1 2023-10-14T00:03:12.835 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 17 current snap is 37 2023-10-14T00:03:12.835 INFO:tasks.rados.rados.0.smithi055.stdout:473: seq_num 171 ranges {417792=466944} 2023-10-14T00:03:12.840 INFO:tasks.rados.rados.0.smithi055.stdout:473: writing smithi055169533-17 from 417792 to 884736 tid 1 2023-10-14T00:03:12.841 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 12 current snap is 37 2023-10-14T00:03:12.841 INFO:tasks.rados.rados.0.smithi055.stdout:472: finishing write tid 1 to smithi055169533-28 2023-10-14T00:03:12.841 INFO:tasks.rados.rados.0.smithi055.stdout:472: finishing write tid 2 to smithi055169533-28 2023-10-14T00:03:12.841 INFO:tasks.rados.rados.0.smithi055.stdout:472: finishing write tid 3 to smithi055169533-28 2023-10-14T00:03:12.842 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 28 v 174 (ObjNum 170 snap 37 seq_num 170) dirty exists 2023-10-14T00:03:12.842 INFO:tasks.rados.rados.0.smithi055.stdout:472: left oid 28 (ObjNum 170 snap 37 seq_num 170) 2023-10-14T00:03:12.842 INFO:tasks.rados.rados.0.smithi055.stdout:474: seq_num 172 ranges {1687552=483328} 2023-10-14T00:03:12.853 INFO:tasks.rados.rados.0.smithi055.stdout:474: writing smithi055169533-12 from 1687552 to 2170880 tid 1 2023-10-14T00:03:12.853 INFO:tasks.rados.rados.0.smithi055.stdout:472: done (2 left) 2023-10-14T00:03:12.853 INFO:tasks.rados.rados.0.smithi055.stdout:475: read oid 29 snap -1 2023-10-14T00:03:12.853 INFO:tasks.rados.rados.0.smithi055.stdout:475: expect (ObjNum 142 snap 28 seq_num 142) 2023-10-14T00:03:12.854 INFO:tasks.rados.rados.0.smithi055.stdout:476: snap_remove snap 32 2023-10-14T00:03:12.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:12 smithi082 ceph-mon[116307]: pgmap v18: 121 pgs: 121 active+clean; 92 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.7 MiB/s rd, 56 KiB/s wr, 46 op/s 2023-10-14T00:03:12.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:12 smithi082 ceph-mon[116307]: osdmap e140: 8 total, 8 up, 8 in 2023-10-14T00:03:13.253 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:03:12 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-alertmanager-a[172218]: ts=2023-10-14T00:03:12.909Z caller=main.go:240 level=info msg="Starting Alertmanager" version="(version=0.25.0, branch=HEAD, revision=258fab7cdd551f2cf251ed0348f0ad7289aee789)" 2023-10-14T00:03:13.253 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:03:12 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-alertmanager-a[172218]: ts=2023-10-14T00:03:12.909Z caller=main.go:241 level=info build_context="(go=go1.19.4, user=root@abe866dd5717, date=20221222-14:51:36)" 2023-10-14T00:03:13.254 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:03:12 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-alertmanager-a[172218]: ts=2023-10-14T00:03:12.910Z caller=cluster.go:185 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.55 port=9094 2023-10-14T00:03:13.254 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:03:12 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-alertmanager-a[172218]: ts=2023-10-14T00:03:12.911Z caller=cluster.go:681 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2023-10-14T00:03:13.254 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:03:12 smithi055 bash[172204]: a43b396ec072e8ba28729a7ab85a1ac13a7802fffc63b7be35481a4b3dc13ef1 2023-10-14T00:03:13.255 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:03:12 smithi055 systemd[1]: Started Ceph alertmanager.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:03:13.255 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:03:12 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-alertmanager-a[172218]: ts=2023-10-14T00:03:12.941Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2023-10-14T00:03:13.255 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:03:12 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-alertmanager-a[172218]: ts=2023-10-14T00:03:12.941Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2023-10-14T00:03:13.255 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:03:12 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-alertmanager-a[172218]: ts=2023-10-14T00:03:12.945Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9093 2023-10-14T00:03:13.255 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:03:12 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-alertmanager-a[172218]: ts=2023-10-14T00:03:12.945Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9093 2023-10-14T00:03:13.517 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:13 smithi055 systemd[1]: Stopping Ceph node-exporter.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:03:13.529 INFO:tasks.rados.rados.0.smithi055.stdout:476: done (3 left) 2023-10-14T00:03:13.530 INFO:tasks.rados.rados.0.smithi055.stdout:477: rollback oid 10 current snap is 37 2023-10-14T00:03:13.530 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 10 to 35 2023-10-14T00:03:13.539 INFO:tasks.rados.rados.0.smithi055.stdout:478: delete oid 38 current snap is 37 2023-10-14T00:03:13.539 INFO:tasks.rados.rados.0.smithi055.stdout:473: finishing write tid 1 to smithi055169533-17 2023-10-14T00:03:13.539 INFO:tasks.rados.rados.0.smithi055.stdout:473: finishing write tid 2 to smithi055169533-17 2023-10-14T00:03:13.539 INFO:tasks.rados.rados.0.smithi055.stdout:473: finishing write tid 3 to smithi055169533-17 2023-10-14T00:03:13.539 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 17 v 222 (ObjNum 171 snap 37 seq_num 171) dirty exists 2023-10-14T00:03:13.540 INFO:tasks.rados.rados.0.smithi055.stdout:473: left oid 17 (ObjNum 171 snap 37 seq_num 171) 2023-10-14T00:03:13.540 INFO:tasks.rados.rados.0.smithi055.stdout:474: finishing write tid 1 to smithi055169533-12 2023-10-14T00:03:13.540 INFO:tasks.rados.rados.0.smithi055.stdout:474: finishing write tid 2 to smithi055169533-12 2023-10-14T00:03:13.540 INFO:tasks.rados.rados.0.smithi055.stdout:474: finishing write tid 3 to smithi055169533-12 2023-10-14T00:03:13.540 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 12 v 52 (ObjNum 172 snap 37 seq_num 172) dirty exists 2023-10-14T00:03:13.541 INFO:tasks.rados.rados.0.smithi055.stdout:474: left oid 12 (ObjNum 172 snap 37 seq_num 172) 2023-10-14T00:03:13.541 INFO:tasks.rados.rados.0.smithi055.stdout:475: expect (ObjNum 142 snap 28 seq_num 142) 2023-10-14T00:03:13.597 INFO:tasks.rados.rados.0.smithi055.stdout:477: finishing rollback tid 0 to smithi055169533-10 2023-10-14T00:03:13.597 INFO:tasks.rados.rados.0.smithi055.stdout:477: finishing rollback tid 1 to smithi055169533-10 2023-10-14T00:03:13.598 INFO:tasks.rados.rados.0.smithi055.stdout:477: finishing rollback tid 2 to smithi055169533-10 2023-10-14T00:03:13.598 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 10 v 228 (ObjNum 38 snap 0 seq_num 38) dirty exists 2023-10-14T00:03:13.598 INFO:tasks.rados.rados.0.smithi055.stdout:473: done (4 left) 2023-10-14T00:03:13.598 INFO:tasks.rados.rados.0.smithi055.stdout:474: done (3 left) 2023-10-14T00:03:13.599 INFO:tasks.rados.rados.0.smithi055.stdout:475: done (2 left) 2023-10-14T00:03:13.599 INFO:tasks.rados.rados.0.smithi055.stdout:477: done (1 left) 2023-10-14T00:03:13.599 INFO:tasks.rados.rados.0.smithi055.stdout:478: done (0 left) 2023-10-14T00:03:13.599 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 49 current snap is 37 2023-10-14T00:03:13.600 INFO:tasks.rados.rados.0.smithi055.stdout:479: seq_num 174 ranges {4841472=516096} 2023-10-14T00:03:13.627 INFO:tasks.rados.rados.0.smithi055.stdout:479: writing smithi055169533-49 from 4841472 to 5357568 tid 1 2023-10-14T00:03:13.627 INFO:tasks.rados.rados.0.smithi055.stdout:480: snap_remove snap 36 2023-10-14T00:03:13.875 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:13 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:03:13] "GET /metrics HTTP/1.1" 200 33089 "" "Prometheus/2.43.0" 2023-10-14T00:03:14.050 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:13 smithi055 bash[172362]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a 2023-10-14T00:03:14.050 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:13 smithi055 systemd[1]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2023-10-14T00:03:14.051 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:13 smithi055 ceph-mon[124249]: pgmap v21: 121 pgs: 121 active+clean; 100 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.2 MiB/s rd, 1.8 MiB/s wr, 16 op/s 2023-10-14T00:03:14.051 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:13 smithi055 ceph-mon[124249]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:14.051 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:13 smithi055 ceph-mon[124249]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:14.052 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:13 smithi055 ceph-mon[124249]: Reconfiguring node-exporter.a (dependencies changed)... 2023-10-14T00:03:14.052 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:13 smithi055 ceph-mon[124249]: Reconfiguring daemon node-exporter.a on smithi055 2023-10-14T00:03:14.052 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:13 smithi055 ceph-mon[124249]: osdmap e141: 8 total, 8 up, 8 in 2023-10-14T00:03:14.052 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:13 smithi055 ceph-mon[110989]: pgmap v21: 121 pgs: 121 active+clean; 100 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.2 MiB/s rd, 1.8 MiB/s wr, 16 op/s 2023-10-14T00:03:14.053 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:13 smithi055 ceph-mon[110989]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:14.053 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:13 smithi055 ceph-mon[110989]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:14.053 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:13 smithi055 ceph-mon[110989]: Reconfiguring node-exporter.a (dependencies changed)... 2023-10-14T00:03:14.053 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:13 smithi055 ceph-mon[110989]: Reconfiguring daemon node-exporter.a on smithi055 2023-10-14T00:03:14.054 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:13 smithi055 ceph-mon[110989]: osdmap e141: 8 total, 8 up, 8 in 2023-10-14T00:03:14.342 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:14 smithi055 systemd[1]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@node-exporter.a.service: Failed with result 'exit-code'. 2023-10-14T00:03:14.342 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:14 smithi055 systemd[1]: Stopped Ceph node-exporter.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:03:14.343 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:14 smithi055 systemd[1]: Starting Ceph node-exporter.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:03:14.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:13 smithi082 ceph-mon[116307]: pgmap v21: 121 pgs: 121 active+clean; 100 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.2 MiB/s rd, 1.8 MiB/s wr, 16 op/s 2023-10-14T00:03:14.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:13 smithi082 ceph-mon[116307]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:14.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:13 smithi082 ceph-mon[116307]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:14.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:13 smithi082 ceph-mon[116307]: Reconfiguring node-exporter.a (dependencies changed)... 2023-10-14T00:03:14.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:13 smithi082 ceph-mon[116307]: Reconfiguring daemon node-exporter.a on smithi055 2023-10-14T00:03:14.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:13 smithi082 ceph-mon[116307]: osdmap e141: 8 total, 8 up, 8 in 2023-10-14T00:03:14.530 INFO:tasks.rados.rados.0.smithi055.stdout:480: done (1 left) 2023-10-14T00:03:14.531 INFO:tasks.rados.rados.0.smithi055.stdout:481: copy_from oid 46 from oid 11 current snap is 37 2023-10-14T00:03:14.531 INFO:tasks.rados.rados.0.smithi055.stdout:479: finishing write tid 1 to smithi055169533-49 2023-10-14T00:03:14.531 INFO:tasks.rados.rados.0.smithi055.stdout:479: finishing write tid 2 to smithi055169533-49 2023-10-14T00:03:14.532 INFO:tasks.rados.rados.0.smithi055.stdout:479: finishing write tid 3 to smithi055169533-49 2023-10-14T00:03:14.532 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 49 v 184 (ObjNum 174 snap 37 seq_num 174) dirty exists 2023-10-14T00:03:14.532 INFO:tasks.rados.rados.0.smithi055.stdout:479: left oid 49 (ObjNum 174 snap 37 seq_num 174) 2023-10-14T00:03:14.532 INFO:tasks.rados.rados.0.smithi055.stdout:479: done (1 left) 2023-10-14T00:03:14.532 INFO:tasks.rados.rados.0.smithi055.stdout:482: setattr oid 27 current snap is 37 2023-10-14T00:03:14.535 INFO:tasks.rados.rados.0.smithi055.stdout:483: rollback oid 3 current snap is 37 2023-10-14T00:03:14.536 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 3 to 27 2023-10-14T00:03:14.536 INFO:tasks.rados.rados.0.smithi055.stdout:484: setattr oid 40 current snap is 37 2023-10-14T00:03:14.536 INFO:tasks.rados.rados.0.smithi055.stdout:485: snap_create 2023-10-14T00:03:14.542 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 40 v 73 (ObjNum 137 snap 27 seq_num 137) dirty exists 2023-10-14T00:03:14.542 INFO:tasks.rados.rados.0.smithi055.stdout:483: finishing rollback tid 0 to smithi055169533-3 2023-10-14T00:03:14.542 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 27 v 229 (ObjNum 33 snap 0 seq_num 1528878944) dirty exists 2023-10-14T00:03:14.543 INFO:tasks.rados.rados.0.smithi055.stdout:483: finishing rollback tid 1 to smithi055169533-3 2023-10-14T00:03:14.544 INFO:tasks.rados.rados.0.smithi055.stdout:483: finishing rollback tid 2 to smithi055169533-3 2023-10-14T00:03:14.544 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 3 v 187 (ObjNum 49 snap 0 seq_num 44162789) dirty exists 2023-10-14T00:03:14.545 INFO:tasks.rados.rados.0.smithi055.stdout:481: finishing copy_from to smithi055169533-46 2023-10-14T00:03:14.545 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 46 v 2 (ObjNum 10 snap 0 seq_num 10) dirty exists 2023-10-14T00:03:14.545 INFO:tasks.rados.rados.0.smithi055.stdout:481: finishing copy_from racing read to smithi055169533-46 2023-10-14T00:03:14.767 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:14 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[172484]: ts=2023-10-14T00:03:14.341Z caller=node_exporter.go:180 level=info msg="Starting node_exporter" version="(version=1.5.0, branch=HEAD, revision=1b48970ffcf5630534fb00bb0687d73c66d1c959)" 2023-10-14T00:03:14.767 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:14 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[172484]: ts=2023-10-14T00:03:14.341Z 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-10-14T00:03:14.768 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:14 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[172484]: ts=2023-10-14T00:03:14.342Z 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-10-14T00:03:14.768 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:14 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[172484]: ts=2023-10-14T00:03:14.342Z caller=diskstats_linux.go:264 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2023-10-14T00:03:14.768 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:14 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[172484]: ts=2023-10-14T00:03:14.343Z 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-10-14T00:03:14.768 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:14 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[172484]: ts=2023-10-14T00:03:14.343Z 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-10-14T00:03:14.768 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:14 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[172484]: ts=2023-10-14T00:03:14.343Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2023-10-14T00:03:14.769 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:14 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[172484]: ts=2023-10-14T00:03:14.343Z caller=node_exporter.go:117 level=info collector=arp 2023-10-14T00:03:14.769 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:14 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[172484]: ts=2023-10-14T00:03:14.343Z caller=node_exporter.go:117 level=info collector=bcache 2023-10-14T00:03:14.769 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:14 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[172484]: ts=2023-10-14T00:03:14.343Z caller=node_exporter.go:117 level=info collector=bonding 2023-10-14T00:03:14.769 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:14 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[172484]: ts=2023-10-14T00:03:14.343Z caller=node_exporter.go:117 level=info collector=btrfs 2023-10-14T00:03:14.770 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:14 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[172484]: ts=2023-10-14T00:03:14.343Z caller=node_exporter.go:117 level=info collector=conntrack 2023-10-14T00:03:14.770 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:14 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[172484]: ts=2023-10-14T00:03:14.343Z caller=node_exporter.go:117 level=info collector=cpu 2023-10-14T00:03:14.770 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:14 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[172484]: ts=2023-10-14T00:03:14.343Z caller=node_exporter.go:117 level=info collector=cpufreq 2023-10-14T00:03:14.770 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:14 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[172484]: ts=2023-10-14T00:03:14.343Z caller=node_exporter.go:117 level=info collector=diskstats 2023-10-14T00:03:14.770 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:14 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[172484]: ts=2023-10-14T00:03:14.343Z caller=node_exporter.go:117 level=info collector=dmi 2023-10-14T00:03:14.771 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:14 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[172484]: ts=2023-10-14T00:03:14.343Z caller=node_exporter.go:117 level=info collector=edac 2023-10-14T00:03:14.771 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:14 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[172484]: ts=2023-10-14T00:03:14.343Z caller=node_exporter.go:117 level=info collector=entropy 2023-10-14T00:03:14.771 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:14 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[172484]: ts=2023-10-14T00:03:14.343Z caller=node_exporter.go:117 level=info collector=fibrechannel 2023-10-14T00:03:14.771 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:14 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[172484]: ts=2023-10-14T00:03:14.343Z caller=node_exporter.go:117 level=info collector=filefd 2023-10-14T00:03:14.772 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:14 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[172484]: ts=2023-10-14T00:03:14.343Z caller=node_exporter.go:117 level=info collector=filesystem 2023-10-14T00:03:14.772 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:14 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[172484]: ts=2023-10-14T00:03:14.343Z caller=node_exporter.go:117 level=info collector=hwmon 2023-10-14T00:03:14.772 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:14 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[172484]: ts=2023-10-14T00:03:14.343Z caller=node_exporter.go:117 level=info collector=infiniband 2023-10-14T00:03:14.772 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:14 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[172484]: ts=2023-10-14T00:03:14.343Z caller=node_exporter.go:117 level=info collector=ipvs 2023-10-14T00:03:14.772 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:14 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[172484]: ts=2023-10-14T00:03:14.343Z caller=node_exporter.go:117 level=info collector=loadavg 2023-10-14T00:03:14.773 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:14 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[172484]: ts=2023-10-14T00:03:14.343Z caller=node_exporter.go:117 level=info collector=mdadm 2023-10-14T00:03:14.773 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:14 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[172484]: ts=2023-10-14T00:03:14.343Z caller=node_exporter.go:117 level=info collector=meminfo 2023-10-14T00:03:14.773 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:14 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[172484]: ts=2023-10-14T00:03:14.343Z caller=node_exporter.go:117 level=info collector=netclass 2023-10-14T00:03:14.773 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:14 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[172484]: ts=2023-10-14T00:03:14.343Z caller=node_exporter.go:117 level=info collector=netdev 2023-10-14T00:03:14.773 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:14 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[172484]: ts=2023-10-14T00:03:14.343Z caller=node_exporter.go:117 level=info collector=netstat 2023-10-14T00:03:14.774 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:14 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[172484]: ts=2023-10-14T00:03:14.343Z caller=node_exporter.go:117 level=info collector=nfs 2023-10-14T00:03:14.774 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:14 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[172484]: ts=2023-10-14T00:03:14.343Z caller=node_exporter.go:117 level=info collector=nfsd 2023-10-14T00:03:14.774 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:14 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[172484]: ts=2023-10-14T00:03:14.343Z caller=node_exporter.go:117 level=info collector=nvme 2023-10-14T00:03:14.774 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:14 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[172484]: ts=2023-10-14T00:03:14.343Z caller=node_exporter.go:117 level=info collector=os 2023-10-14T00:03:14.774 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:14 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[172484]: ts=2023-10-14T00:03:14.343Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2023-10-14T00:03:14.775 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:14 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[172484]: ts=2023-10-14T00:03:14.343Z caller=node_exporter.go:117 level=info collector=pressure 2023-10-14T00:03:14.775 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:14 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[172484]: ts=2023-10-14T00:03:14.343Z caller=node_exporter.go:117 level=info collector=rapl 2023-10-14T00:03:14.775 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:14 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[172484]: ts=2023-10-14T00:03:14.343Z caller=node_exporter.go:117 level=info collector=schedstat 2023-10-14T00:03:14.775 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:14 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[172484]: ts=2023-10-14T00:03:14.343Z caller=node_exporter.go:117 level=info collector=selinux 2023-10-14T00:03:14.776 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:14 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[172484]: ts=2023-10-14T00:03:14.343Z caller=node_exporter.go:117 level=info collector=sockstat 2023-10-14T00:03:14.776 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:14 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[172484]: ts=2023-10-14T00:03:14.343Z caller=node_exporter.go:117 level=info collector=softnet 2023-10-14T00:03:14.776 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:14 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[172484]: ts=2023-10-14T00:03:14.343Z caller=node_exporter.go:117 level=info collector=stat 2023-10-14T00:03:14.776 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:14 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[172484]: ts=2023-10-14T00:03:14.343Z caller=node_exporter.go:117 level=info collector=tapestats 2023-10-14T00:03:14.776 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:14 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[172484]: ts=2023-10-14T00:03:14.343Z caller=node_exporter.go:117 level=info collector=textfile 2023-10-14T00:03:14.777 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:14 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[172484]: ts=2023-10-14T00:03:14.343Z caller=node_exporter.go:117 level=info collector=thermal_zone 2023-10-14T00:03:14.777 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:14 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[172484]: ts=2023-10-14T00:03:14.343Z caller=node_exporter.go:117 level=info collector=time 2023-10-14T00:03:14.777 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:14 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[172484]: ts=2023-10-14T00:03:14.343Z caller=node_exporter.go:117 level=info collector=udp_queues 2023-10-14T00:03:14.777 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:14 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[172484]: ts=2023-10-14T00:03:14.343Z caller=node_exporter.go:117 level=info collector=uname 2023-10-14T00:03:14.777 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:14 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[172484]: ts=2023-10-14T00:03:14.343Z caller=node_exporter.go:117 level=info collector=vmstat 2023-10-14T00:03:14.778 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:14 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[172484]: ts=2023-10-14T00:03:14.343Z caller=node_exporter.go:117 level=info collector=xfs 2023-10-14T00:03:14.778 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:14 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[172484]: ts=2023-10-14T00:03:14.343Z caller=node_exporter.go:117 level=info collector=zfs 2023-10-14T00:03:14.778 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:14 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[172484]: ts=2023-10-14T00:03:14.344Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9100 2023-10-14T00:03:14.778 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:14 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[172484]: ts=2023-10-14T00:03:14.344Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9100 2023-10-14T00:03:14.778 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:14 smithi055 bash[172469]: 31fbb1d63b0aece78221834a1e146b16f92d4a0d1bd160e321d8c807795537ec 2023-10-14T00:03:14.779 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:03:14 smithi055 systemd[1]: Started Ceph node-exporter.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:03:15.266 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:03:14 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-alertmanager-a[172218]: ts=2023-10-14T00:03:14.912Z caller=cluster.go:706 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000664812s 2023-10-14T00:03:15.295 INFO:tasks.rados.rados.0.smithi055.stdout:481: done (4 left) 2023-10-14T00:03:15.296 INFO:tasks.rados.rados.0.smithi055.stdout:482: done (3 left) 2023-10-14T00:03:15.296 INFO:tasks.rados.rados.0.smithi055.stdout:483: done (2 left) 2023-10-14T00:03:15.296 INFO:tasks.rados.rados.0.smithi055.stdout:484: done (1 left) 2023-10-14T00:03:15.297 INFO:tasks.rados.rados.0.smithi055.stdout:485: done (0 left) 2023-10-14T00:03:15.297 INFO:tasks.rados.rados.0.smithi055.stdout:486: snap_create 2023-10-14T00:03:15.700 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:15 smithi082 ceph-mon[116307]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:15.700 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:15 smithi082 ceph-mon[116307]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:15.700 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:15 smithi082 ceph-mon[116307]: Reconfiguring prometheus.a (dependencies changed)... 2023-10-14T00:03:15.700 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:15 smithi082 ceph-mon[116307]: osdmap e142: 8 total, 8 up, 8 in 2023-10-14T00:03:15.701 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:15 smithi082 ceph-mon[116307]: osdmap e143: 8 total, 8 up, 8 in 2023-10-14T00:03:15.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:15 smithi055 ceph-mon[124249]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:15.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:15 smithi055 ceph-mon[124249]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:15.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:15 smithi055 ceph-mon[124249]: Reconfiguring prometheus.a (dependencies changed)... 2023-10-14T00:03:15.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:15 smithi055 ceph-mon[124249]: osdmap e142: 8 total, 8 up, 8 in 2023-10-14T00:03:15.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:15 smithi055 ceph-mon[124249]: osdmap e143: 8 total, 8 up, 8 in 2023-10-14T00:03:15.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:15 smithi055 ceph-mon[110989]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:15.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:15 smithi055 ceph-mon[110989]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:15.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:15 smithi055 ceph-mon[110989]: Reconfiguring prometheus.a (dependencies changed)... 2023-10-14T00:03:15.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:15 smithi055 ceph-mon[110989]: osdmap e142: 8 total, 8 up, 8 in 2023-10-14T00:03:15.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:15 smithi055 ceph-mon[110989]: osdmap e143: 8 total, 8 up, 8 in 2023-10-14T00:03:16.310 INFO:tasks.rados.rados.0.smithi055.stdout:486: done (0 left) 2023-10-14T00:03:16.311 INFO:tasks.rados.rados.0.smithi055.stdout:487: setattr oid 4 current snap is 39 2023-10-14T00:03:16.312 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 14 current snap is 39 2023-10-14T00:03:16.313 INFO:tasks.rados.rados.0.smithi055.stdout:488: seq_num 175 ranges {0=540672} 2023-10-14T00:03:16.316 INFO:tasks.rados.rados.0.smithi055.stdout:488: writing smithi055169533-14 from 0 to 540672 tid 1 2023-10-14T00:03:16.317 INFO:tasks.rados.rados.0.smithi055.stdout:489: read oid 16 snap 27 2023-10-14T00:03:16.317 INFO:tasks.rados.rados.0.smithi055.stdout:489: expect deleted 2023-10-14T00:03:16.317 INFO:tasks.rados.rados.0.smithi055.stdout:490: rmattr oid 10 current snap is 39 2023-10-14T00:03:16.317 INFO:tasks.rados.rados.0.smithi055.stdout:490: done (3 left) 2023-10-14T00:03:16.318 INFO:tasks.rados.rados.0.smithi055.stdout:491: copy_from oid 41 from oid 17 current snap is 39 2023-10-14T00:03:16.318 INFO:tasks.rados.rados.0.smithi055.stdout:492: delete oid 32 current snap is 39 2023-10-14T00:03:16.318 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 4 v 196 (ObjNum 289 snap 0 seq_num 1) dirty exists 2023-10-14T00:03:16.321 INFO:tasks.rados.rados.0.smithi055.stdout:488: finishing write tid 1 to smithi055169533-14 2023-10-14T00:03:16.321 INFO:tasks.rados.rados.0.smithi055.stdout:488: finishing write tid 2 to smithi055169533-14 2023-10-14T00:03:16.323 INFO:tasks.rados.rados.0.smithi055.stdout:487: done (4 left) 2023-10-14T00:03:16.323 INFO:tasks.rados.rados.0.smithi055.stdout:489: done (3 left) 2023-10-14T00:03:16.323 INFO:tasks.rados.rados.0.smithi055.stdout:492: done (2 left) 2023-10-14T00:03:16.324 INFO:tasks.rados.rados.0.smithi055.stdout:493: rmattr oid 20 current snap is 39 2023-10-14T00:03:16.324 INFO:tasks.rados.rados.0.smithi055.stdout:493: done (2 left) 2023-10-14T00:03:16.324 INFO:tasks.rados.rados.0.smithi055.stdout:494: rollback oid 47 current snap is 39 2023-10-14T00:03:16.324 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 47 to 33 2023-10-14T00:03:16.324 INFO:tasks.rados.rados.0.smithi055.stdout:495: copy_from oid 2 from oid 48 current snap is 39 2023-10-14T00:03:16.325 INFO:tasks.rados.rados.0.smithi055.stdout:496: read oid 4 snap -1 2023-10-14T00:03:16.325 INFO:tasks.rados.rados.0.smithi055.stdout:496: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:03:16.325 INFO:tasks.rados.rados.0.smithi055.stdout:497: snap_remove snap 37 2023-10-14T00:03:16.375 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:16 smithi082 systemd[1]: Stopping Ceph prometheus.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:03:16.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:16 smithi082 ceph-mon[116307]: Reconfiguring daemon prometheus.a on smithi082 2023-10-14T00:03:16.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:16 smithi082 ceph-mon[116307]: pgmap v24: 121 pgs: 121 active+clean; 100 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.2 MiB/s rd, 1.8 MiB/s wr, 16 op/s 2023-10-14T00:03:16.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:16 smithi082 ceph-mon[116307]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:03:16.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:16 smithi082 ceph-mon[116307]: osdmap e144: 8 total, 8 up, 8 in 2023-10-14T00:03:16.876 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:16 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[153911]: ts=2023-10-14T00:03:16.688Z caller=main.go:840 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-10-14T00:03:16.877 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:16 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[153911]: ts=2023-10-14T00:03:16.689Z caller=main.go:864 level=info msg="Stopping scrape discovery manager..." 2023-10-14T00:03:16.877 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:16 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[153911]: ts=2023-10-14T00:03:16.689Z caller=main.go:878 level=info msg="Stopping notify discovery manager..." 2023-10-14T00:03:16.877 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:16 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[153911]: ts=2023-10-14T00:03:16.689Z caller=manager.go:988 level=info component="rule manager" msg="Stopping rule manager..." 2023-10-14T00:03:16.877 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:16 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[153911]: ts=2023-10-14T00:03:16.689Z caller=main.go:860 level=info msg="Scrape discovery manager stopped" 2023-10-14T00:03:16.878 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:16 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[153911]: ts=2023-10-14T00:03:16.689Z caller=main.go:874 level=info msg="Notify discovery manager stopped" 2023-10-14T00:03:16.878 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:16 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[153911]: ts=2023-10-14T00:03:16.689Z caller=manager.go:998 level=info component="rule manager" msg="Rule manager stopped" 2023-10-14T00:03:16.878 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:16 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[153911]: ts=2023-10-14T00:03:16.689Z caller=main.go:915 level=info msg="Stopping scrape manager..." 2023-10-14T00:03:16.878 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:16 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[153911]: ts=2023-10-14T00:03:16.689Z caller=main.go:907 level=info msg="Scrape manager stopped" 2023-10-14T00:03:16.879 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:16 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[153911]: ts=2023-10-14T00:03:16.689Z caller=notifier.go:606 level=info component=notifier msg="Stopping notification manager..." 2023-10-14T00:03:16.879 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:16 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[153911]: ts=2023-10-14T00:03:16.689Z caller=main.go:1135 level=info msg="Notifier manager stopped" 2023-10-14T00:03:16.879 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:16 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[153911]: ts=2023-10-14T00:03:16.689Z caller=main.go:1147 level=info msg="See you next time!" 2023-10-14T00:03:17.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:16 smithi055 ceph-mon[124249]: Reconfiguring daemon prometheus.a on smithi082 2023-10-14T00:03:17.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:16 smithi055 ceph-mon[124249]: pgmap v24: 121 pgs: 121 active+clean; 100 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.2 MiB/s rd, 1.8 MiB/s wr, 16 op/s 2023-10-14T00:03:17.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:16 smithi055 ceph-mon[124249]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:03:17.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:16 smithi055 ceph-mon[124249]: osdmap e144: 8 total, 8 up, 8 in 2023-10-14T00:03:17.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:16 smithi055 ceph-mon[110989]: Reconfiguring daemon prometheus.a on smithi082 2023-10-14T00:03:17.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:16 smithi055 ceph-mon[110989]: pgmap v24: 121 pgs: 121 active+clean; 100 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.2 MiB/s rd, 1.8 MiB/s wr, 16 op/s 2023-10-14T00:03:17.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:16 smithi055 ceph-mon[110989]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:03:17.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:16 smithi055 ceph-mon[110989]: osdmap e144: 8 total, 8 up, 8 in 2023-10-14T00:03:17.315 INFO:tasks.rados.rados.0.smithi055.stdout:497: done (5 left) 2023-10-14T00:03:17.315 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 19 current snap is 39 2023-10-14T00:03:17.315 INFO:tasks.rados.rados.0.smithi055.stdout:498: seq_num 177 ranges {2490368=573440} 2023-10-14T00:03:17.332 INFO:tasks.rados.rados.0.smithi055.stdout:498: writing smithi055169533-19 from 2490368 to 3063808 tid 1 2023-10-14T00:03:17.333 INFO:tasks.rados.rados.0.smithi055.stdout:499: delete oid 1 current snap is 39 2023-10-14T00:03:17.333 INFO:tasks.rados.rados.0.smithi055.stdout:496: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:03:17.336 INFO:tasks.rados.rados.0.smithi055.stdout:488: finishing write tid 3 to smithi055169533-14 2023-10-14T00:03:17.337 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 14 v 73 (ObjNum 175 snap 39 seq_num 175) dirty exists 2023-10-14T00:03:17.337 INFO:tasks.rados.rados.0.smithi055.stdout:488: left oid 14 (ObjNum 175 snap 39 seq_num 175) 2023-10-14T00:03:17.337 INFO:tasks.rados.rados.0.smithi055.stdout:494: finishing rollback tid 0 to smithi055169533-47 2023-10-14T00:03:17.337 INFO:tasks.rados.rados.0.smithi055.stdout:494: finishing rollback tid 1 to smithi055169533-47 2023-10-14T00:03:17.337 INFO:tasks.rados.rados.0.smithi055.stdout:494: finishing rollback tid 2 to smithi055169533-47 2023-10-14T00:03:17.338 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 47 v 62 (ObjNum 30561 snap 0 seq_num 1529425056) dirty exists 2023-10-14T00:03:17.338 INFO:tasks.rados.rados.0.smithi055.stdout:491: finishing copy_from to smithi055169533-41 2023-10-14T00:03:17.338 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 41 v 222 (ObjNum 171 snap 37 seq_num 171) dirty exists 2023-10-14T00:03:17.338 INFO:tasks.rados.rados.0.smithi055.stdout:491: finishing copy_from racing read to smithi055169533-41 2023-10-14T00:03:17.339 INFO:tasks.rados.rados.0.smithi055.stdout:495: finishing copy_from to smithi055169533-2 2023-10-14T00:03:17.339 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 2 v 43 (ObjNum 385 snap 0 seq_num 1528869072) dirty exists 2023-10-14T00:03:17.339 INFO:tasks.rados.rados.0.smithi055.stdout:495: finishing copy_from racing read to smithi055169533-2 2023-10-14T00:03:17.340 INFO:tasks.rados.rados.0.smithi055.stdout:498: finishing write tid 1 to smithi055169533-19 2023-10-14T00:03:17.340 INFO:tasks.rados.rados.0.smithi055.stdout:498: finishing write tid 2 to smithi055169533-19 2023-10-14T00:03:17.340 INFO:tasks.rados.rados.0.smithi055.stdout:488: done (6 left) 2023-10-14T00:03:17.341 INFO:tasks.rados.rados.0.smithi055.stdout:491: done (5 left) 2023-10-14T00:03:17.341 INFO:tasks.rados.rados.0.smithi055.stdout:494: done (4 left) 2023-10-14T00:03:17.341 INFO:tasks.rados.rados.0.smithi055.stdout:495: done (3 left) 2023-10-14T00:03:17.341 INFO:tasks.rados.rados.0.smithi055.stdout:496: done (2 left) 2023-10-14T00:03:17.341 INFO:tasks.rados.rados.0.smithi055.stdout:499: done (1 left) 2023-10-14T00:03:17.341 INFO:tasks.rados.rados.0.smithi055.stdout:500: snap_create 2023-10-14T00:03:17.342 INFO:tasks.rados.rados.0.smithi055.stdout:498: finishing write tid 3 to smithi055169533-19 2023-10-14T00:03:17.342 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 19 v 72 (ObjNum 177 snap 39 seq_num 177) dirty exists 2023-10-14T00:03:17.343 INFO:tasks.rados.rados.0.smithi055.stdout:498: left oid 19 (ObjNum 177 snap 39 seq_num 177) 2023-10-14T00:03:17.875 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:17 smithi082 bash[166794]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a 2023-10-14T00:03:18.318 INFO:tasks.rados.rados.0.smithi055.stdout:498: done (1 left) 2023-10-14T00:03:18.318 INFO:tasks.rados.rados.0.smithi055.stdout:500: done (0 left) 2023-10-14T00:03:18.319 INFO:tasks.rados.rados.0.smithi055.stdout:501: snap_create 2023-10-14T00:03:18.321 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:17 smithi082 systemd[1]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@prometheus.a.service: Succeeded. 2023-10-14T00:03:18.321 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:17 smithi082 systemd[1]: Stopped Ceph prometheus.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:03:18.322 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:17 smithi082 systemd[1]: Starting Ceph prometheus.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:03:18.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:18 smithi082 ceph-mon[116307]: pgmap v27: 121 pgs: 121 active+clean; 100 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:03:18.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:18 smithi082 ceph-mon[116307]: osdmap e145: 8 total, 8 up, 8 in 2023-10-14T00:03:18.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:18 smithi055 ceph-mon[124249]: pgmap v27: 121 pgs: 121 active+clean; 100 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:03:18.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:18 smithi055 ceph-mon[124249]: osdmap e145: 8 total, 8 up, 8 in 2023-10-14T00:03:18.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:18 smithi055 ceph-mon[110989]: pgmap v27: 121 pgs: 121 active+clean; 100 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:03:18.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:18 smithi055 ceph-mon[110989]: osdmap e145: 8 total, 8 up, 8 in 2023-10-14T00:03:19.343 INFO:tasks.rados.rados.0.smithi055.stdout:501: done (0 left) 2023-10-14T00:03:19.343 INFO:tasks.rados.rados.0.smithi055.stdout:502: snap_remove snap 33 2023-10-14T00:03:19.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:19 smithi082 ceph-mon[116307]: osdmap e146: 8 total, 8 up, 8 in 2023-10-14T00:03:19.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:19 smithi055 ceph-mon[124249]: osdmap e146: 8 total, 8 up, 8 in 2023-10-14T00:03:19.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:19 smithi055 ceph-mon[110989]: osdmap e146: 8 total, 8 up, 8 in 2023-10-14T00:03:20.125 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:19 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[166917]: ts=2023-10-14T00:03:19.795Z caller=main.go:564 level=info msg="Starting Prometheus Server" mode=server version="(version=2.43.0, branch=HEAD, revision=edfc3bcd025dd6fe296c167a14a216cab1e552ee)" 2023-10-14T00:03:20.126 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:19 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[166917]: ts=2023-10-14T00:03:19.795Z 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-10-14T00:03:20.126 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:19 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[166917]: ts=2023-10-14T00:03:19.795Z caller=main.go:570 level=info host_details="(Linux 4.18.0-516.el8.x86_64 #1 SMP Mon Oct 2 13:45:04 UTC 2023 x86_64 smithi082 (none))" 2023-10-14T00:03:20.127 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:19 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[166917]: ts=2023-10-14T00:03:19.795Z caller=main.go:571 level=info fd_limits="(soft=1048576, hard=1048576)" 2023-10-14T00:03:20.127 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:19 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[166917]: ts=2023-10-14T00:03:19.795Z caller=main.go:572 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2023-10-14T00:03:20.128 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:19 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[166917]: ts=2023-10-14T00:03:19.797Z caller=web.go:561 level=info component=web msg="Start listening for connections" address=:9095 2023-10-14T00:03:20.129 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:19 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[166917]: ts=2023-10-14T00:03:19.797Z caller=main.go:1005 level=info msg="Starting TSDB ..." 2023-10-14T00:03:20.129 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:19 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[166917]: ts=2023-10-14T00:03:19.799Z caller=tls_config.go:232 level=info component=web msg="Listening on" address=[::]:9095 2023-10-14T00:03:20.130 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:19 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[166917]: ts=2023-10-14T00:03:19.799Z caller=tls_config.go:235 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2023-10-14T00:03:20.130 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:19 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[166917]: ts=2023-10-14T00:03:19.801Z caller=head.go:587 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2023-10-14T00:03:20.130 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:19 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[166917]: ts=2023-10-14T00:03:19.801Z caller=head.go:658 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.65µs 2023-10-14T00:03:20.130 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:19 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[166917]: ts=2023-10-14T00:03:19.801Z caller=head.go:664 level=info component=tsdb msg="Replaying WAL, this may take a while" 2023-10-14T00:03:20.131 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:19 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[166917]: ts=2023-10-14T00:03:19.802Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=2 2023-10-14T00:03:20.131 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:19 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[166917]: ts=2023-10-14T00:03:19.816Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=2 2023-10-14T00:03:20.131 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:19 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[166917]: ts=2023-10-14T00:03:19.816Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=2 2023-10-14T00:03:20.131 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:19 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[166917]: ts=2023-10-14T00:03:19.816Z caller=head.go:772 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=22.18µs wal_replay_duration=14.90487ms wbl_replay_duration=93ns total_replay_duration=14.944495ms 2023-10-14T00:03:20.132 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:19 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[166917]: ts=2023-10-14T00:03:19.819Z caller=main.go:1026 level=info fs_type=XFS_SUPER_MAGIC 2023-10-14T00:03:20.132 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:19 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[166917]: ts=2023-10-14T00:03:19.819Z caller=main.go:1029 level=info msg="TSDB started" 2023-10-14T00:03:20.132 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:19 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[166917]: ts=2023-10-14T00:03:19.819Z caller=main.go:1209 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2023-10-14T00:03:20.132 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:19 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[166917]: ts=2023-10-14T00:03:19.837Z caller=main.go:1246 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=18.418929ms db_storage=872ns remote_storage=1.391µs web_handler=395ns query_engine=658ns scrape=513.501µs scrape_sd=77.505µs notify=9.935µs notify_sd=9.079µs rules=17.565778ms tracing=6.762µs 2023-10-14T00:03:20.132 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:19 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[166917]: ts=2023-10-14T00:03:19.837Z caller=main.go:990 level=info msg="Server is ready to receive web requests." 2023-10-14T00:03:20.133 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:19 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[166917]: ts=2023-10-14T00:03:19.837Z caller=manager.go:974 level=info component="rule manager" msg="Starting rule manager..." 2023-10-14T00:03:20.133 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:19 smithi082 bash[166903]: d92b0eeef7ca10a9181b336c390762c8de5c3332e9eb5e484bcf7f9720b97459 2023-10-14T00:03:20.133 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:19 smithi082 systemd[1]: Started Ceph prometheus.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:03:20.304 INFO:tasks.rados.rados.0.smithi055.stdout:502: done (0 left) 2023-10-14T00:03:20.304 INFO:tasks.rados.rados.0.smithi055.stdout:503: read oid 21 snap -1 2023-10-14T00:03:20.305 INFO:tasks.rados.rados.0.smithi055.stdout:503: expect deleted 2023-10-14T00:03:20.305 INFO:tasks.rados.rados.0.smithi055.stdout:504: snap_create 2023-10-14T00:03:20.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:20 smithi082 ceph-mon[116307]: pgmap v30: 121 pgs: 121 active+clean; 114 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.6 MiB/s rd, 2.7 MiB/s wr, 40 op/s 2023-10-14T00:03:20.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:20 smithi082 ceph-mon[116307]: osdmap e147: 8 total, 8 up, 8 in 2023-10-14T00:03:20.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:20 smithi082 ceph-mon[116307]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:20.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:20 smithi082 ceph-mon[116307]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:20.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:20 smithi082 ceph-mon[116307]: osdmap e148: 8 total, 8 up, 8 in 2023-10-14T00:03:20.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:20 smithi055 ceph-mon[124249]: pgmap v30: 121 pgs: 121 active+clean; 114 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.6 MiB/s rd, 2.7 MiB/s wr, 40 op/s 2023-10-14T00:03:20.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:20 smithi055 ceph-mon[124249]: osdmap e147: 8 total, 8 up, 8 in 2023-10-14T00:03:20.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:20 smithi055 ceph-mon[124249]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:20.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:20 smithi055 ceph-mon[124249]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:20.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:20 smithi055 ceph-mon[124249]: osdmap e148: 8 total, 8 up, 8 in 2023-10-14T00:03:20.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:20 smithi055 ceph-mon[110989]: pgmap v30: 121 pgs: 121 active+clean; 114 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.6 MiB/s rd, 2.7 MiB/s wr, 40 op/s 2023-10-14T00:03:20.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:20 smithi055 ceph-mon[110989]: osdmap e147: 8 total, 8 up, 8 in 2023-10-14T00:03:20.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:20 smithi055 ceph-mon[110989]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:20.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:20 smithi055 ceph-mon[110989]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:20.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:20 smithi055 ceph-mon[110989]: osdmap e148: 8 total, 8 up, 8 in 2023-10-14T00:03:21.308 INFO:tasks.rados.rados.0.smithi055.stdout:503: done (1 left) 2023-10-14T00:03:21.308 INFO:tasks.rados.rados.0.smithi055.stdout:504: done (0 left) 2023-10-14T00:03:21.309 INFO:tasks.rados.rados.0.smithi055.stdout:505: copy_from oid 24 from oid 25 current snap is 42 2023-10-14T00:03:21.309 INFO:tasks.rados.rados.0.smithi055.stdout:506: snap_remove snap 35 2023-10-14T00:03:21.600 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:21 smithi082 ceph-mon[116307]: Reconfiguring grafana.a (dependencies changed)... 2023-10-14T00:03:21.600 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:21 smithi082 ceph-mon[116307]: Reconfiguring daemon grafana.a on smithi082 2023-10-14T00:03:21.600 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:21 smithi082 ceph-mon[116307]: osdmap e149: 8 total, 8 up, 8 in 2023-10-14T00:03:21.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:21 smithi055 ceph-mon[124249]: Reconfiguring grafana.a (dependencies changed)... 2023-10-14T00:03:21.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:21 smithi055 ceph-mon[124249]: Reconfiguring daemon grafana.a on smithi082 2023-10-14T00:03:21.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:21 smithi055 ceph-mon[124249]: osdmap e149: 8 total, 8 up, 8 in 2023-10-14T00:03:21.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:21 smithi055 ceph-mon[110989]: Reconfiguring grafana.a (dependencies changed)... 2023-10-14T00:03:21.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:21 smithi055 ceph-mon[110989]: Reconfiguring daemon grafana.a on smithi082 2023-10-14T00:03:21.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:21 smithi055 ceph-mon[110989]: osdmap e149: 8 total, 8 up, 8 in 2023-10-14T00:03:22.310 INFO:tasks.rados.rados.0.smithi055.stdout:506: done (1 left) 2023-10-14T00:03:22.310 INFO:tasks.rados.rados.0.smithi055.stdout:507: rollback oid 16 current snap is 42 2023-10-14T00:03:22.310 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 16 to 39 2023-10-14T00:03:22.311 INFO:tasks.rados.rados.0.smithi055.stdout:505: finishing copy_from to smithi055169533-24 2023-10-14T00:03:22.311 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 24 v 21 (ObjNum 116 snap 21 seq_num 116) dirty exists 2023-10-14T00:03:22.311 INFO:tasks.rados.rados.0.smithi055.stdout:505: finishing copy_from racing read to smithi055169533-24 2023-10-14T00:03:22.311 INFO:tasks.rados.rados.0.smithi055.stdout:505: done (1 left) 2023-10-14T00:03:22.311 INFO:tasks.rados.rados.0.smithi055.stdout:508: read oid 47 snap 38 2023-10-14T00:03:22.312 INFO:tasks.rados.rados.0.smithi055.stdout:508: expect (ObjNum 151 snap 34 seq_num 151) 2023-10-14T00:03:22.312 INFO:tasks.rados.rados.0.smithi055.stdout:509: copy_from oid 30 from oid 6 current snap is 42 2023-10-14T00:03:22.312 INFO:tasks.rados.rados.0.smithi055.stdout:510: rollback oid 5 current snap is 42 2023-10-14T00:03:22.312 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 5 to 40 2023-10-14T00:03:22.312 INFO:tasks.rados.rados.0.smithi055.stdout:511: rollback oid 50 current snap is 42 2023-10-14T00:03:22.313 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 50 to 41 2023-10-14T00:03:22.313 INFO:tasks.rados.rados.0.smithi055.stdout:512: delete oid 1 current snap is 42 2023-10-14T00:03:22.316 INFO:tasks.rados.rados.0.smithi055.stdout:511: finishing rollback tid 1 to smithi055169533-50 2023-10-14T00:03:22.316 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 50 v 0 (ObjNum 289 snap 0 seq_num 1501934065) dirty dne 2023-10-14T00:03:22.317 INFO:tasks.rados.rados.0.smithi055.stdout:507: finishing rollback tid 0 to smithi055169533-16 2023-10-14T00:03:22.317 INFO:tasks.rados.rados.0.smithi055.stdout:507: finishing rollback tid 1 to smithi055169533-16 2023-10-14T00:03:22.318 INFO:tasks.rados.rados.0.smithi055.stdout:510: finishing rollback tid 0 to smithi055169533-5 2023-10-14T00:03:22.318 INFO:tasks.rados.rados.0.smithi055.stdout:510: finishing rollback tid 1 to smithi055169533-5 2023-10-14T00:03:22.318 INFO:tasks.rados.rados.0.smithi055.stdout:510: finishing rollback tid 2 to smithi055169533-5 2023-10-14T00:03:22.318 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 5 v 163 (ObjNum 133 snap 26 seq_num 133) dirty exists 2023-10-14T00:03:22.319 INFO:tasks.rados.rados.0.smithi055.stdout:507: finishing rollback tid 2 to smithi055169533-16 2023-10-14T00:03:22.319 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 16 v 33 (ObjNum 153 snap 35 seq_num 153) dirty exists 2023-10-14T00:03:22.319 INFO:tasks.rados.rados.0.smithi055.stdout:508: expect (ObjNum 151 snap 34 seq_num 151) 2023-10-14T00:03:22.329 INFO:tasks.rados.rados.0.smithi055.stdout:507: done (5 left) 2023-10-14T00:03:22.329 INFO:tasks.rados.rados.0.smithi055.stdout:508: done (4 left) 2023-10-14T00:03:22.329 INFO:tasks.rados.rados.0.smithi055.stdout:510: done (3 left) 2023-10-14T00:03:22.330 INFO:tasks.rados.rados.0.smithi055.stdout:511: done (2 left) 2023-10-14T00:03:22.330 INFO:tasks.rados.rados.0.smithi055.stdout:512: done (1 left) 2023-10-14T00:03:22.330 INFO:tasks.rados.rados.0.smithi055.stdout:513: read oid 45 snap 25 2023-10-14T00:03:22.330 INFO:tasks.rados.rados.0.smithi055.stdout:513: expect (ObjNum 103 snap 20 seq_num 103) 2023-10-14T00:03:22.330 INFO:tasks.rados.rados.0.smithi055.stdout:514: read oid 43 snap -1 2023-10-14T00:03:22.331 INFO:tasks.rados.rados.0.smithi055.stdout:514: expect (ObjNum 23 snap 0 seq_num 23) 2023-10-14T00:03:22.331 INFO:tasks.rados.rados.0.smithi055.stdout:515: copy_from oid 12 from oid 4 current snap is 42 2023-10-14T00:03:22.331 INFO:tasks.rados.rados.0.smithi055.stdout:516: delete oid 35 current snap is 42 2023-10-14T00:03:22.332 INFO:tasks.rados.rados.0.smithi055.stdout:516: done (4 left) 2023-10-14T00:03:22.332 INFO:tasks.rados.rados.0.smithi055.stdout:517: read oid 33 snap -1 2023-10-14T00:03:22.332 INFO:tasks.rados.rados.0.smithi055.stdout:517: expect (ObjNum 10 snap 0 seq_num 10) 2023-10-14T00:03:22.332 INFO:tasks.rados.rados.0.smithi055.stdout:518: delete oid 38 current snap is 42 2023-10-14T00:03:22.333 INFO:tasks.rados.rados.0.smithi055.stdout:518: done (5 left) 2023-10-14T00:03:22.333 INFO:tasks.rados.rados.0.smithi055.stdout:519: copy_from oid 23 from oid 27 current snap is 42 2023-10-14T00:03:22.333 INFO:tasks.rados.rados.0.smithi055.stdout:520: delete oid 50 current snap is 42 2023-10-14T00:03:22.333 INFO:tasks.rados.rados.0.smithi055.stdout:509: finishing copy_from to smithi055169533-30 2023-10-14T00:03:22.334 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 30 v 53 (ObjNum 121 snap 21 seq_num 121) dirty exists 2023-10-14T00:03:22.334 INFO:tasks.rados.rados.0.smithi055.stdout:509: finishing copy_from racing read to smithi055169533-30 2023-10-14T00:03:22.337 INFO:tasks.rados.rados.0.smithi055.stdout:517: expect (ObjNum 10 snap 0 seq_num 10) 2023-10-14T00:03:22.341 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:03:22 smithi082 systemd[1]: Stopping Ceph grafana.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:03:22.343 INFO:tasks.rados.rados.0.smithi055.stdout:509: done (6 left) 2023-10-14T00:03:22.343 INFO:tasks.rados.rados.0.smithi055.stdout:517: done (5 left) 2023-10-14T00:03:22.343 INFO:tasks.rados.rados.0.smithi055.stdout:520: done (4 left) 2023-10-14T00:03:22.344 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 18 current snap is 42 2023-10-14T00:03:22.344 INFO:tasks.rados.rados.0.smithi055.stdout:521: seq_num 183 ranges {253952=671744} 2023-10-14T00:03:22.348 INFO:tasks.rados.rados.0.smithi055.stdout:521: writing smithi055169533-18 from 253952 to 925696 tid 1 2023-10-14T00:03:22.349 INFO:tasks.rados.rados.0.smithi055.stdout:522: rollback oid 30 current snap is 42 2023-10-14T00:03:22.349 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 30 to 27 2023-10-14T00:03:22.349 INFO:tasks.rados.rados.0.smithi055.stdout:519: finishing copy_from to smithi055169533-23 2023-10-14T00:03:22.349 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 23 v 229 (ObjNum 161 snap 0 seq_num 1) dirty exists 2023-10-14T00:03:22.350 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 36 current snap is 42 2023-10-14T00:03:22.350 INFO:tasks.rados.rados.0.smithi055.stdout:515: finishing copy_from to smithi055169533-12 2023-10-14T00:03:22.350 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 12 v 196 (ObjNum 129 snap 0 seq_num 1529074992) dirty exists 2023-10-14T00:03:22.350 INFO:tasks.rados.rados.0.smithi055.stdout:519: finishing copy_from racing read to smithi055169533-23 2023-10-14T00:03:22.351 INFO:tasks.rados.rados.0.smithi055.stdout:515: finishing copy_from racing read to smithi055169533-12 2023-10-14T00:03:22.351 INFO:tasks.rados.rados.0.smithi055.stdout:513: expect (ObjNum 103 snap 20 seq_num 103) 2023-10-14T00:03:22.419 INFO:tasks.rados.rados.0.smithi055.stdout:514: expect (ObjNum 23 snap 0 seq_num 23) 2023-10-14T00:03:22.430 INFO:tasks.rados.rados.0.smithi055.stdout:522: finishing rollback tid 0 to smithi055169533-30 2023-10-14T00:03:22.430 INFO:tasks.rados.rados.0.smithi055.stdout:522: finishing rollback tid 1 to smithi055169533-30 2023-10-14T00:03:22.430 INFO:tasks.rados.rados.0.smithi055.stdout:522: finishing rollback tid 2 to smithi055169533-30 2023-10-14T00:03:22.430 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 30 v 82 (ObjNum 111 snap 20 seq_num 111) dirty exists 2023-10-14T00:03:22.431 INFO:tasks.rados.rados.0.smithi055.stdout:521: finishing write tid 1 to smithi055169533-18 2023-10-14T00:03:22.431 INFO:tasks.rados.rados.0.smithi055.stdout:521: finishing write tid 2 to smithi055169533-18 2023-10-14T00:03:22.431 INFO:tasks.rados.rados.0.smithi055.stdout:521: finishing write tid 3 to smithi055169533-18 2023-10-14T00:03:22.431 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 18 v 215 (ObjNum 183 snap 42 seq_num 183) dirty exists 2023-10-14T00:03:22.431 INFO:tasks.rados.rados.0.smithi055.stdout:521: left oid 18 (ObjNum 183 snap 42 seq_num 183) 2023-10-14T00:03:22.431 INFO:tasks.rados.rados.0.smithi055.stdout:523: seq_num 184 ranges {0=688128} 2023-10-14T00:03:22.434 INFO:tasks.rados.rados.0.smithi055.stdout:523: writing smithi055169533-36 from 0 to 688128 tid 1 2023-10-14T00:03:22.434 INFO:tasks.rados.rados.0.smithi055.stdout:513: done (6 left) 2023-10-14T00:03:22.434 INFO:tasks.rados.rados.0.smithi055.stdout:514: done (5 left) 2023-10-14T00:03:22.434 INFO:tasks.rados.rados.0.smithi055.stdout:515: done (4 left) 2023-10-14T00:03:22.434 INFO:tasks.rados.rados.0.smithi055.stdout:519: done (3 left) 2023-10-14T00:03:22.435 INFO:tasks.rados.rados.0.smithi055.stdout:521: done (2 left) 2023-10-14T00:03:22.435 INFO:tasks.rados.rados.0.smithi055.stdout:522: done (1 left) 2023-10-14T00:03:22.435 INFO:tasks.rados.rados.0.smithi055.stdout:524: delete oid 34 current snap is 42 2023-10-14T00:03:22.435 INFO:tasks.rados.rados.0.smithi055.stdout:524: done (1 left) 2023-10-14T00:03:22.436 INFO:tasks.rados.rados.0.smithi055.stdout:525: delete oid 10 current snap is 42 2023-10-14T00:03:22.436 INFO:tasks.rados.rados.0.smithi055.stdout:523: finishing write tid 1 to smithi055169533-36 2023-10-14T00:03:22.437 INFO:tasks.rados.rados.0.smithi055.stdout:523: finishing write tid 2 to smithi055169533-36 2023-10-14T00:03:22.438 INFO:tasks.rados.rados.0.smithi055.stdout:525: done (1 left) 2023-10-14T00:03:22.438 INFO:tasks.rados.rados.0.smithi055.stdout:526: rmattr oid 29 current snap is 42 2023-10-14T00:03:22.438 INFO:tasks.rados.rados.0.smithi055.stdout:526: done (1 left) 2023-10-14T00:03:22.438 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 38 current snap is 42 2023-10-14T00:03:22.438 INFO:tasks.rados.rados.0.smithi055.stdout:527: seq_num 187 ranges {0=737280} 2023-10-14T00:03:22.442 INFO:tasks.rados.rados.0.smithi055.stdout:527: writing smithi055169533-38 from 0 to 737280 tid 1 2023-10-14T00:03:22.442 INFO:tasks.rados.rados.0.smithi055.stdout:528: read oid 29 snap -1 2023-10-14T00:03:22.443 INFO:tasks.rados.rados.0.smithi055.stdout:528: expect (ObjNum 142 snap 28 seq_num 142) 2023-10-14T00:03:22.443 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 12 current snap is 42 2023-10-14T00:03:22.443 INFO:tasks.rados.rados.0.smithi055.stdout:523: finishing write tid 3 to smithi055169533-36 2023-10-14T00:03:22.444 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 36 v 94 (ObjNum 184 snap 42 seq_num 184) dirty exists 2023-10-14T00:03:22.444 INFO:tasks.rados.rados.0.smithi055.stdout:523: left oid 36 (ObjNum 184 snap 42 seq_num 184) 2023-10-14T00:03:22.444 INFO:tasks.rados.rados.0.smithi055.stdout:529: seq_num 188 ranges {0=753664} 2023-10-14T00:03:22.447 INFO:tasks.rados.rados.0.smithi055.stdout:529: writing smithi055169533-12 from 0 to 753664 tid 1 2023-10-14T00:03:22.447 INFO:tasks.rados.rados.0.smithi055.stdout:523: done (3 left) 2023-10-14T00:03:22.447 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 36 current snap is 42 2023-10-14T00:03:22.447 INFO:tasks.rados.rados.0.smithi055.stdout:527: finishing write tid 1 to smithi055169533-38 2023-10-14T00:03:22.448 INFO:tasks.rados.rados.0.smithi055.stdout:530: seq_num 189 ranges {688128=770048} 2023-10-14T00:03:22.455 INFO:tasks.rados.rados.0.smithi055.stdout:530: writing smithi055169533-36 from 688128 to 1458176 tid 1 2023-10-14T00:03:22.455 INFO:tasks.rados.rados.0.smithi055.stdout:531: snap_remove snap 25 2023-10-14T00:03:22.612 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:03:22 smithi082 bash[167137]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a 2023-10-14T00:03:22.613 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:22 smithi082 ceph-mon[116307]: pgmap v33: 121 pgs: 121 active+clean; 114 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.6 MiB/s rd, 2.7 MiB/s wr, 40 op/s 2023-10-14T00:03:22.613 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:22 smithi082 ceph-mon[116307]: osdmap e150: 8 total, 8 up, 8 in 2023-10-14T00:03:22.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:22 smithi055 ceph-mon[124249]: pgmap v33: 121 pgs: 121 active+clean; 114 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.6 MiB/s rd, 2.7 MiB/s wr, 40 op/s 2023-10-14T00:03:22.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:22 smithi055 ceph-mon[124249]: osdmap e150: 8 total, 8 up, 8 in 2023-10-14T00:03:22.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:22 smithi055 ceph-mon[110989]: pgmap v33: 121 pgs: 121 active+clean; 114 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.6 MiB/s rd, 2.7 MiB/s wr, 40 op/s 2023-10-14T00:03:22.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:22 smithi055 ceph-mon[110989]: osdmap e150: 8 total, 8 up, 8 in 2023-10-14T00:03:22.875 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:03:22 smithi082 systemd[1]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@grafana.a.service: Main process exited, code=exited, status=143/n/a 2023-10-14T00:03:22.875 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:03:22 smithi082 systemd[1]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@grafana.a.service: Failed with result 'exit-code'. 2023-10-14T00:03:22.875 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:03:22 smithi082 systemd[1]: Stopped Ceph grafana.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:03:22.875 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:03:22 smithi082 systemd[1]: Starting Ceph grafana.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:03:23.258 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:03:23 smithi082 bash[167246]: 59d4f501e3411772b2494fa0582bcb3c302d86c07279d55d89697eafcde97702 2023-10-14T00:03:23.259 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:03:23 smithi082 systemd[1]: Started Ceph grafana.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:03:23.259 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:03:23 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[167262]: logger=settings t=2023-10-14T00:03:23.15253462Z level=info msg="Starting Grafana" version=9.4.7 commit=4add91f03d branch=HEAD compiled=2023-03-16T23:56:52Z 2023-10-14T00:03:23.259 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:03:23 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[167262]: logger=settings t=2023-10-14T00:03:23.152721358Z level=warn msg="\"sentry\" frontend logging provider is deprecated and will be removed in the next major version. Use \"grafana\" provider instead." 2023-10-14T00:03:23.260 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:03:23 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[167262]: logger=settings t=2023-10-14T00:03:23.152739347Z level=info msg="Config loaded from" file=/usr/share/grafana/conf/defaults.ini 2023-10-14T00:03:23.260 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:03:23 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[167262]: logger=settings t=2023-10-14T00:03:23.152746497Z level=info msg="Config loaded from" file=/etc/grafana/grafana.ini 2023-10-14T00:03:23.261 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:03:23 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[167262]: logger=settings t=2023-10-14T00:03:23.152753058Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_DATA=/var/lib/grafana" 2023-10-14T00:03:23.261 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:03:23 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[167262]: logger=settings t=2023-10-14T00:03:23.152759425Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_LOGS=/var/log/grafana" 2023-10-14T00:03:23.261 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:03:23 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[167262]: logger=settings t=2023-10-14T00:03:23.152766152Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2023-10-14T00:03:23.262 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:03:23 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[167262]: logger=settings t=2023-10-14T00:03:23.152772003Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2023-10-14T00:03:23.262 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:03:23 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[167262]: logger=settings t=2023-10-14T00:03:23.152777902Z level=info msg="Path Home" path=/usr/share/grafana 2023-10-14T00:03:23.263 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:03:23 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[167262]: logger=settings t=2023-10-14T00:03:23.152783517Z level=info msg="Path Data" path=/var/lib/grafana 2023-10-14T00:03:23.263 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:03:23 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[167262]: logger=settings t=2023-10-14T00:03:23.152788975Z level=info msg="Path Logs" path=/var/log/grafana 2023-10-14T00:03:23.263 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:03:23 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[167262]: logger=settings t=2023-10-14T00:03:23.152794535Z level=info msg="Path Plugins" path=/var/lib/grafana/plugins 2023-10-14T00:03:23.264 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:03:23 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[167262]: logger=settings t=2023-10-14T00:03:23.152800267Z level=info msg="Path Provisioning" path=/etc/grafana/provisioning 2023-10-14T00:03:23.264 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:03:23 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[167262]: logger=settings t=2023-10-14T00:03:23.152806107Z level=info msg="App mode production" 2023-10-14T00:03:23.264 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:03:23 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[167262]: logger=sqlstore t=2023-10-14T00:03:23.152851316Z level=info msg="Connecting to DB" dbtype=sqlite3 2023-10-14T00:03:23.264 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:03:23 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[167262]: logger=sqlstore t=2023-10-14T00:03:23.15286733Z 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-10-14T00:03:23.265 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:03:23 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[167262]: logger=migrator t=2023-10-14T00:03:23.166862571Z level=info msg="Starting DB migrations" 2023-10-14T00:03:23.265 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:03:23 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[167262]: logger=migrator t=2023-10-14T00:03:23.171316932Z level=info msg="migrations completed" performed=0 skipped=481 duration=418.476µs 2023-10-14T00:03:23.265 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:03:23 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[167262]: logger=sqlstore t=2023-10-14T00:03:23.171653493Z level=info msg="Created default organization" 2023-10-14T00:03:23.266 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:03:23 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[167262]: logger=plugin.loader t=2023-10-14T00:03:23.229605197Z level=info msg="Plugin registered" pluginID=input 2023-10-14T00:03:23.266 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:03:23 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[167262]: logger=plugin.loader t=2023-10-14T00:03:23.257401621Z level=info msg="Plugin registered" pluginID=grafana-piechart-panel 2023-10-14T00:03:23.267 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:03:23 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[167262]: logger=plugin.loader t=2023-10-14T00:03:23.257449806Z level=info msg="Plugin registered" pluginID=vonage-status-panel 2023-10-14T00:03:23.267 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:03:23 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[167262]: logger=secrets t=2023-10-14T00:03:23.257486434Z level=info msg="Envelope encryption state" enabled=true currentprovider=secretKey.v1 2023-10-14T00:03:23.268 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:03:22 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-alertmanager-a[172218]: ts=2023-10-14T00:03:22.915Z caller=cluster.go:698 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.003674546s 2023-10-14T00:03:23.349 INFO:tasks.rados.rados.0.smithi055.stdout:531: done (4 left) 2023-10-14T00:03:23.350 INFO:tasks.rados.rados.0.smithi055.stdout:532: snap_create 2023-10-14T00:03:23.350 INFO:tasks.rados.rados.0.smithi055.stdout:527: finishing write tid 2 to smithi055169533-38 2023-10-14T00:03:23.350 INFO:tasks.rados.rados.0.smithi055.stdout:527: finishing write tid 3 to smithi055169533-38 2023-10-14T00:03:23.350 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 38 v 96 (ObjNum 187 snap 42 seq_num 187) dirty exists 2023-10-14T00:03:23.351 INFO:tasks.rados.rados.0.smithi055.stdout:527: left oid 38 (ObjNum 187 snap 42 seq_num 187) 2023-10-14T00:03:23.351 INFO:tasks.rados.rados.0.smithi055.stdout:529: finishing write tid 1 to smithi055169533-12 2023-10-14T00:03:23.351 INFO:tasks.rados.rados.0.smithi055.stdout:529: finishing write tid 2 to smithi055169533-12 2023-10-14T00:03:23.352 INFO:tasks.rados.rados.0.smithi055.stdout:528: expect (ObjNum 142 snap 28 seq_num 142) 2023-10-14T00:03:23.422 INFO:tasks.rados.rados.0.smithi055.stdout:529: finishing write tid 3 to smithi055169533-12 2023-10-14T00:03:23.422 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 12 v 198 (ObjNum 188 snap 42 seq_num 188) dirty exists 2023-10-14T00:03:23.423 INFO:tasks.rados.rados.0.smithi055.stdout:529: left oid 12 (ObjNum 188 snap 42 seq_num 188) 2023-10-14T00:03:23.423 INFO:tasks.rados.rados.0.smithi055.stdout:530: finishing write tid 1 to smithi055169533-36 2023-10-14T00:03:23.423 INFO:tasks.rados.rados.0.smithi055.stdout:530: finishing write tid 2 to smithi055169533-36 2023-10-14T00:03:23.423 INFO:tasks.rados.rados.0.smithi055.stdout:530: finishing write tid 3 to smithi055169533-36 2023-10-14T00:03:23.423 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 36 v 98 (ObjNum 189 snap 42 seq_num 189) dirty exists 2023-10-14T00:03:23.424 INFO:tasks.rados.rados.0.smithi055.stdout:530: left oid 36 (ObjNum 189 snap 42 seq_num 189) 2023-10-14T00:03:23.625 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:23 smithi082 systemd[1]: Stopping Ceph node-exporter.b for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:03:23.625 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:03:23 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[167262]: logger=query_data t=2023-10-14T00:03:23.261144433Z level=info msg="Query Service initialization" 2023-10-14T00:03:23.625 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:03:23 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[167262]: logger=live.push_http t=2023-10-14T00:03:23.263902333Z level=info msg="Live Push Gateway initialization" 2023-10-14T00:03:24.033 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:23 smithi082 bash[167407]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b 2023-10-14T00:03:24.033 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:23 smithi082 systemd[1]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2023-10-14T00:03:24.033 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:23 smithi082 systemd[1]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@node-exporter.b.service: Failed with result 'exit-code'. 2023-10-14T00:03:24.034 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:23 smithi082 systemd[1]: Stopped Ceph node-exporter.b for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:03:24.034 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:23 smithi082 systemd[1]: Starting Ceph node-exporter.b for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:03:24.034 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[167262]: logger=infra.usagestats.collector t=2023-10-14T00:03:24.033051702Z level=info msg="registering usage stat providers" usageStatsProvidersLen=2 2023-10-14T00:03:24.351 INFO:tasks.rados.rados.0.smithi055.stdout:527: done (4 left) 2023-10-14T00:03:24.351 INFO:tasks.rados.rados.0.smithi055.stdout:528: done (3 left) 2023-10-14T00:03:24.352 INFO:tasks.rados.rados.0.smithi055.stdout:529: done (2 left) 2023-10-14T00:03:24.352 INFO:tasks.rados.rados.0.smithi055.stdout:530: done (1 left) 2023-10-14T00:03:24.352 INFO:tasks.rados.rados.0.smithi055.stdout:532: done (0 left) 2023-10-14T00:03:24.353 INFO:tasks.rados.rados.0.smithi055.stdout:533: snap_remove snap 27 2023-10-14T00:03:24.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-mon[116307]: pgmap v36: 121 pgs: 121 active+clean; 117 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 772 KiB/s wr, 1 op/s 2023-10-14T00:03:24.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-mon[116307]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:24.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-mon[116307]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:24.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-mon[116307]: Reconfiguring node-exporter.b (dependencies changed)... 2023-10-14T00:03:24.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-mon[116307]: Reconfiguring daemon node-exporter.b on smithi082 2023-10-14T00:03:24.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-mon[116307]: osdmap e151: 8 total, 8 up, 8 in 2023-10-14T00:03:24.377 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[167262]: logger=provisioning.datasources t=2023-10-14T00:03:24.11982129Z level=info msg="deleted correlations based on configuration" ds_name=Dashboard1 2023-10-14T00:03:24.378 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[167262]: logger=provisioning.datasources t=2023-10-14T00:03:24.120119574Z level=info msg="deleted datasource based on configuration" name=Dashboard1 2023-10-14T00:03:24.378 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[167262]: logger=provisioning.datasources t=2023-10-14T00:03:24.131160584Z level=info msg="inserting datasource from configuration " name=Dashboard1 uid=P43CA22E17D0F9596 2023-10-14T00:03:24.378 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[167262]: logger=provisioning.alerting t=2023-10-14T00:03:24.214818316Z level=info msg="starting to provision alerting" 2023-10-14T00:03:24.379 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[167262]: logger=provisioning.alerting t=2023-10-14T00:03:24.214845824Z level=info msg="finished to provision alerting" 2023-10-14T00:03:24.379 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[167262]: logger=grafanaStorageLogger t=2023-10-14T00:03:24.215057461Z level=info msg="storage starting" 2023-10-14T00:03:24.379 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[167262]: logger=ngalert.state.manager t=2023-10-14T00:03:24.215439943Z level=info msg="Warming state cache for startup" 2023-10-14T00:03:24.379 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[167262]: logger=http.server t=2023-10-14T00:03:24.217217358Z level=info msg="HTTP Server Listen" address=[::]:3000 protocol=https subUrl= socket= 2023-10-14T00:03:24.380 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[167262]: logger=ngalert.state.manager t=2023-10-14T00:03:24.225619887Z level=info msg="State cache has been initialized" states=0 duration=10.179815ms 2023-10-14T00:03:24.380 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[167262]: logger=ticker t=2023-10-14T00:03:24.225673174Z level=info msg=starting first_tick=2023-10-14T00:03:30Z 2023-10-14T00:03:24.380 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[167262]: logger=ngalert.multiorg.alertmanager t=2023-10-14T00:03:24.225699999Z level=info msg="starting MultiOrg Alertmanager" 2023-10-14T00:03:24.381 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[167527]: ts=2023-10-14T00:03:24.215Z caller=node_exporter.go:180 level=info msg="Starting node_exporter" version="(version=1.5.0, branch=HEAD, revision=1b48970ffcf5630534fb00bb0687d73c66d1c959)" 2023-10-14T00:03:24.382 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[167527]: ts=2023-10-14T00:03:24.215Z 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-10-14T00:03:24.382 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[167527]: ts=2023-10-14T00:03:24.216Z 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-10-14T00:03:24.382 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[167527]: ts=2023-10-14T00:03:24.216Z 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-10-14T00:03:24.383 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[167527]: ts=2023-10-14T00:03:24.217Z caller=diskstats_common.go:111 level=info collector=diskstats msg="Parsed flag --collector.diskstats.device-exclude" flag=^(ram|loop|fd|(h|s|v|xv)d[a-z]|nvme\d+n\d+p)\d+$ 2023-10-14T00:03:24.383 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[167527]: ts=2023-10-14T00:03:24.217Z caller=diskstats_linux.go:264 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2023-10-14T00:03:24.383 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[167527]: ts=2023-10-14T00:03:24.217Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2023-10-14T00:03:24.384 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[167527]: ts=2023-10-14T00:03:24.217Z caller=node_exporter.go:117 level=info collector=arp 2023-10-14T00:03:24.384 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[167527]: ts=2023-10-14T00:03:24.217Z caller=node_exporter.go:117 level=info collector=bcache 2023-10-14T00:03:24.384 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[167527]: ts=2023-10-14T00:03:24.217Z caller=node_exporter.go:117 level=info collector=bonding 2023-10-14T00:03:24.385 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[167527]: ts=2023-10-14T00:03:24.217Z caller=node_exporter.go:117 level=info collector=btrfs 2023-10-14T00:03:24.385 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[167527]: ts=2023-10-14T00:03:24.217Z caller=node_exporter.go:117 level=info collector=conntrack 2023-10-14T00:03:24.385 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[167527]: ts=2023-10-14T00:03:24.217Z caller=node_exporter.go:117 level=info collector=cpu 2023-10-14T00:03:24.386 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[167527]: ts=2023-10-14T00:03:24.217Z caller=node_exporter.go:117 level=info collector=cpufreq 2023-10-14T00:03:24.386 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[167527]: ts=2023-10-14T00:03:24.217Z caller=node_exporter.go:117 level=info collector=diskstats 2023-10-14T00:03:24.386 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[167527]: ts=2023-10-14T00:03:24.217Z caller=node_exporter.go:117 level=info collector=dmi 2023-10-14T00:03:24.387 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[167527]: ts=2023-10-14T00:03:24.217Z caller=node_exporter.go:117 level=info collector=edac 2023-10-14T00:03:24.387 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[167527]: ts=2023-10-14T00:03:24.217Z caller=node_exporter.go:117 level=info collector=entropy 2023-10-14T00:03:24.387 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[167527]: ts=2023-10-14T00:03:24.217Z caller=node_exporter.go:117 level=info collector=fibrechannel 2023-10-14T00:03:24.388 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[167527]: ts=2023-10-14T00:03:24.217Z caller=node_exporter.go:117 level=info collector=filefd 2023-10-14T00:03:24.388 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[167527]: ts=2023-10-14T00:03:24.217Z caller=node_exporter.go:117 level=info collector=filesystem 2023-10-14T00:03:24.388 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[167527]: ts=2023-10-14T00:03:24.217Z caller=node_exporter.go:117 level=info collector=hwmon 2023-10-14T00:03:24.389 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[167527]: ts=2023-10-14T00:03:24.217Z caller=node_exporter.go:117 level=info collector=infiniband 2023-10-14T00:03:24.389 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[167527]: ts=2023-10-14T00:03:24.217Z caller=node_exporter.go:117 level=info collector=ipvs 2023-10-14T00:03:24.389 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[167527]: ts=2023-10-14T00:03:24.217Z caller=node_exporter.go:117 level=info collector=loadavg 2023-10-14T00:03:24.390 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[167527]: ts=2023-10-14T00:03:24.217Z caller=node_exporter.go:117 level=info collector=mdadm 2023-10-14T00:03:24.390 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[167527]: ts=2023-10-14T00:03:24.217Z caller=node_exporter.go:117 level=info collector=meminfo 2023-10-14T00:03:24.390 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[167527]: ts=2023-10-14T00:03:24.217Z caller=node_exporter.go:117 level=info collector=netclass 2023-10-14T00:03:24.391 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[167527]: ts=2023-10-14T00:03:24.217Z caller=node_exporter.go:117 level=info collector=netdev 2023-10-14T00:03:24.391 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[167527]: ts=2023-10-14T00:03:24.217Z caller=node_exporter.go:117 level=info collector=netstat 2023-10-14T00:03:24.391 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[167527]: ts=2023-10-14T00:03:24.217Z caller=node_exporter.go:117 level=info collector=nfs 2023-10-14T00:03:24.392 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[167527]: ts=2023-10-14T00:03:24.217Z caller=node_exporter.go:117 level=info collector=nfsd 2023-10-14T00:03:24.392 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[167527]: ts=2023-10-14T00:03:24.217Z caller=node_exporter.go:117 level=info collector=nvme 2023-10-14T00:03:24.392 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[167527]: ts=2023-10-14T00:03:24.217Z caller=node_exporter.go:117 level=info collector=os 2023-10-14T00:03:24.392 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[167527]: ts=2023-10-14T00:03:24.217Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2023-10-14T00:03:24.392 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[167527]: ts=2023-10-14T00:03:24.217Z caller=node_exporter.go:117 level=info collector=pressure 2023-10-14T00:03:24.393 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[167527]: ts=2023-10-14T00:03:24.217Z caller=node_exporter.go:117 level=info collector=rapl 2023-10-14T00:03:24.393 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[167527]: ts=2023-10-14T00:03:24.217Z caller=node_exporter.go:117 level=info collector=schedstat 2023-10-14T00:03:24.393 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[167527]: ts=2023-10-14T00:03:24.217Z caller=node_exporter.go:117 level=info collector=selinux 2023-10-14T00:03:24.394 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[167527]: ts=2023-10-14T00:03:24.217Z caller=node_exporter.go:117 level=info collector=sockstat 2023-10-14T00:03:24.394 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[167527]: ts=2023-10-14T00:03:24.217Z caller=node_exporter.go:117 level=info collector=softnet 2023-10-14T00:03:24.394 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[167527]: ts=2023-10-14T00:03:24.217Z caller=node_exporter.go:117 level=info collector=stat 2023-10-14T00:03:24.395 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[167527]: ts=2023-10-14T00:03:24.217Z caller=node_exporter.go:117 level=info collector=tapestats 2023-10-14T00:03:24.395 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[167527]: ts=2023-10-14T00:03:24.217Z caller=node_exporter.go:117 level=info collector=textfile 2023-10-14T00:03:24.395 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[167527]: ts=2023-10-14T00:03:24.217Z caller=node_exporter.go:117 level=info collector=thermal_zone 2023-10-14T00:03:24.395 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[167527]: ts=2023-10-14T00:03:24.217Z caller=node_exporter.go:117 level=info collector=time 2023-10-14T00:03:24.396 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[167527]: ts=2023-10-14T00:03:24.217Z caller=node_exporter.go:117 level=info collector=udp_queues 2023-10-14T00:03:24.396 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[167527]: ts=2023-10-14T00:03:24.217Z caller=node_exporter.go:117 level=info collector=uname 2023-10-14T00:03:24.396 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[167527]: ts=2023-10-14T00:03:24.217Z caller=node_exporter.go:117 level=info collector=vmstat 2023-10-14T00:03:24.396 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[167527]: ts=2023-10-14T00:03:24.217Z caller=node_exporter.go:117 level=info collector=xfs 2023-10-14T00:03:24.397 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[167527]: ts=2023-10-14T00:03:24.217Z caller=node_exporter.go:117 level=info collector=zfs 2023-10-14T00:03:24.397 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[167527]: ts=2023-10-14T00:03:24.217Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9100 2023-10-14T00:03:24.397 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[167527]: ts=2023-10-14T00:03:24.217Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9100 2023-10-14T00:03:24.397 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:24 smithi082 bash[167512]: 16c130d1487cafaca82b116ed9d662e06c661b744cdc5e3251de2d011d396c23 2023-10-14T00:03:24.398 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:03:24 smithi082 systemd[1]: Started Ceph node-exporter.b for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:03:24.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:24 smithi055 ceph-mon[110989]: pgmap v36: 121 pgs: 121 active+clean; 117 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 772 KiB/s wr, 1 op/s 2023-10-14T00:03:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:24 smithi055 ceph-mon[110989]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:24 smithi055 ceph-mon[110989]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:24 smithi055 ceph-mon[110989]: Reconfiguring node-exporter.b (dependencies changed)... 2023-10-14T00:03:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:24 smithi055 ceph-mon[110989]: Reconfiguring daemon node-exporter.b on smithi082 2023-10-14T00:03:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:24 smithi055 ceph-mon[110989]: osdmap e151: 8 total, 8 up, 8 in 2023-10-14T00:03:24.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:24 smithi055 ceph-mon[124249]: pgmap v36: 121 pgs: 121 active+clean; 117 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 772 KiB/s wr, 1 op/s 2023-10-14T00:03:24.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:24 smithi055 ceph-mon[124249]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:24.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:24 smithi055 ceph-mon[124249]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:24.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:24 smithi055 ceph-mon[124249]: Reconfiguring node-exporter.b (dependencies changed)... 2023-10-14T00:03:24.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:24 smithi055 ceph-mon[124249]: Reconfiguring daemon node-exporter.b on smithi082 2023-10-14T00:03:24.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:24 smithi055 ceph-mon[124249]: osdmap e151: 8 total, 8 up, 8 in 2023-10-14T00:03:25.303 INFO:tasks.rados.rados.0.smithi055.stdout:533: done (0 left) 2023-10-14T00:03:25.303 INFO:tasks.rados.rados.0.smithi055.stdout:534: read oid 16 snap 41 2023-10-14T00:03:25.304 INFO:tasks.rados.rados.0.smithi055.stdout:534: expect (ObjNum 153 snap 35 seq_num 153) 2023-10-14T00:03:25.313 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 2 current snap is 43 2023-10-14T00:03:25.314 INFO:tasks.rados.rados.0.smithi055.stdout:535: seq_num 190 ranges {0=786432} 2023-10-14T00:03:25.314 INFO:tasks.rados.rados.0.smithi055.stdout:535: writing smithi055169533-2 from 0 to 786432 tid 1 2023-10-14T00:03:25.314 INFO:tasks.rados.rados.0.smithi055.stdout:536: setattr oid 49 current snap is 43 2023-10-14T00:03:25.314 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 45 current snap is 43 2023-10-14T00:03:25.315 INFO:tasks.rados.rados.0.smithi055.stdout:537: seq_num 191 ranges {2293760=802816} 2023-10-14T00:03:25.330 INFO:tasks.rados.rados.0.smithi055.stdout:537: writing smithi055169533-45 from 2293760 to 3096576 tid 1 2023-10-14T00:03:25.331 INFO:tasks.rados.rados.0.smithi055.stdout:538: read oid 35 snap -1 2023-10-14T00:03:25.331 INFO:tasks.rados.rados.0.smithi055.stdout:538: expect deleted 2023-10-14T00:03:25.331 INFO:tasks.rados.rados.0.smithi055.stdout:539: read oid 14 snap -1 2023-10-14T00:03:25.331 INFO:tasks.rados.rados.0.smithi055.stdout:539: expect (ObjNum 175 snap 39 seq_num 175) 2023-10-14T00:03:25.332 INFO:tasks.rados.rados.0.smithi055.stdout:540: copy_from oid 19 from oid 32 current snap is 43 2023-10-14T00:03:25.332 INFO:tasks.rados.rados.0.smithi055.stdout:534: expect (ObjNum 153 snap 35 seq_num 153) 2023-10-14T00:03:25.336 INFO:tasks.rados.rados.0.smithi055.stdout:535: finishing write tid 1 to smithi055169533-2 2023-10-14T00:03:25.336 INFO:tasks.rados.rados.0.smithi055.stdout:535: finishing write tid 2 to smithi055169533-2 2023-10-14T00:03:25.336 INFO:tasks.rados.rados.0.smithi055.stdout:534: done (6 left) 2023-10-14T00:03:25.336 INFO:tasks.rados.rados.0.smithi055.stdout:541: rollback oid 3 current snap is 43 2023-10-14T00:03:25.336 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 3 to 40 2023-10-14T00:03:25.337 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 49 v 231 (ObjNum 174 snap 37 seq_num 174) dirty exists 2023-10-14T00:03:25.337 INFO:tasks.rados.rados.0.smithi055.stdout:535: finishing write tid 3 to smithi055169533-2 2023-10-14T00:03:25.337 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 2 v 178 (ObjNum 190 snap 43 seq_num 190) dirty exists 2023-10-14T00:03:25.337 INFO:tasks.rados.rados.0.smithi055.stdout:535: left oid 2 (ObjNum 190 snap 43 seq_num 190) 2023-10-14T00:03:25.337 INFO:tasks.rados.rados.0.smithi055.stdout:540: finishing copy_from to smithi055169533-19 2023-10-14T00:03:25.338 INFO:tasks.rados.rados.0.smithi055.stdout:540: got expected ENOENT (src dne) 2023-10-14T00:03:25.338 INFO:tasks.rados.rados.0.smithi055.stdout:540: finishing copy_from racing read to smithi055169533-19 2023-10-14T00:03:25.338 INFO:tasks.rados.rados.0.smithi055.stdout:537: finishing write tid 1 to smithi055169533-45 2023-10-14T00:03:25.338 INFO:tasks.rados.rados.0.smithi055.stdout:537: finishing write tid 2 to smithi055169533-45 2023-10-14T00:03:25.338 INFO:tasks.rados.rados.0.smithi055.stdout:539: expect (ObjNum 175 snap 39 seq_num 175) 2023-10-14T00:03:25.352 INFO:tasks.rados.rados.0.smithi055.stdout:537: finishing write tid 3 to smithi055169533-45 2023-10-14T00:03:25.353 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 45 v 104 (ObjNum 191 snap 43 seq_num 191) dirty exists 2023-10-14T00:03:25.353 INFO:tasks.rados.rados.0.smithi055.stdout:537: left oid 45 (ObjNum 191 snap 43 seq_num 191) 2023-10-14T00:03:25.353 INFO:tasks.rados.rados.0.smithi055.stdout:541: finishing rollback tid 0 to smithi055169533-3 2023-10-14T00:03:25.353 INFO:tasks.rados.rados.0.smithi055.stdout:541: finishing rollback tid 1 to smithi055169533-3 2023-10-14T00:03:25.353 INFO:tasks.rados.rados.0.smithi055.stdout:541: finishing rollback tid 2 to smithi055169533-3 2023-10-14T00:03:25.354 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 3 v 239 (ObjNum 129 snap 0 seq_num 1529844568) dirty exists 2023-10-14T00:03:25.354 INFO:tasks.rados.rados.0.smithi055.stdout:535: done (6 left) 2023-10-14T00:03:25.354 INFO:tasks.rados.rados.0.smithi055.stdout:536: done (5 left) 2023-10-14T00:03:25.354 INFO:tasks.rados.rados.0.smithi055.stdout:537: done (4 left) 2023-10-14T00:03:25.354 INFO:tasks.rados.rados.0.smithi055.stdout:538: done (3 left) 2023-10-14T00:03:25.355 INFO:tasks.rados.rados.0.smithi055.stdout:539: done (2 left) 2023-10-14T00:03:25.355 INFO:tasks.rados.rados.0.smithi055.stdout:540: done (1 left) 2023-10-14T00:03:25.355 INFO:tasks.rados.rados.0.smithi055.stdout:541: done (0 left) 2023-10-14T00:03:25.355 INFO:tasks.rados.rados.0.smithi055.stdout:542: snap_remove snap 38 2023-10-14T00:03:25.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:25 smithi055 ceph-mon[110989]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:25 smithi055 ceph-mon[110989]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:25 smithi055 ceph-mon[110989]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-14T00:03:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:25 smithi055 ceph-mon[110989]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-14T00:03:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:25 smithi055 ceph-mon[110989]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-14T00:03:25.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:25 smithi055 ceph-mon[110989]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-14T00:03:25.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:25 smithi055 ceph-mon[110989]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-14T00:03:25.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:25 smithi055 ceph-mon[110989]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-14T00:03:25.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:25 smithi055 ceph-mon[110989]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:03:25.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:25 smithi055 ceph-mon[110989]: Upgrade: Need to upgrade myself (mgr.x) 2023-10-14T00:03:25.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:25 smithi055 ceph-mon[110989]: Upgrade: Need to upgrade myself (mgr.x) 2023-10-14T00:03:25.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:25 smithi055 ceph-mon[110989]: osdmap e152: 8 total, 8 up, 8 in 2023-10-14T00:03:25.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:25 smithi055 ceph-mon[124249]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:25.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:25 smithi055 ceph-mon[124249]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:25.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:25 smithi055 ceph-mon[124249]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-14T00:03:25.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:25 smithi055 ceph-mon[124249]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-14T00:03:25.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:25 smithi055 ceph-mon[124249]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-14T00:03:25.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:25 smithi055 ceph-mon[124249]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-14T00:03:25.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:25 smithi055 ceph-mon[124249]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-14T00:03:25.521 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:25 smithi055 ceph-mon[124249]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-14T00:03:25.521 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:25 smithi055 ceph-mon[124249]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:03:25.521 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:25 smithi055 ceph-mon[124249]: Upgrade: Need to upgrade myself (mgr.x) 2023-10-14T00:03:25.521 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:25 smithi055 ceph-mon[124249]: Upgrade: Need to upgrade myself (mgr.x) 2023-10-14T00:03:25.521 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:25 smithi055 ceph-mon[124249]: osdmap e152: 8 total, 8 up, 8 in 2023-10-14T00:03:25.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:25 smithi082 ceph-mon[116307]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:25.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:25 smithi082 ceph-mon[116307]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:25.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:25 smithi082 ceph-mon[116307]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-14T00:03:25.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:25 smithi082 ceph-mon[116307]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-14T00:03:25.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:25 smithi082 ceph-mon[116307]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-14T00:03:25.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:25 smithi082 ceph-mon[116307]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-14T00:03:25.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:25 smithi082 ceph-mon[116307]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-14T00:03:25.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:25 smithi082 ceph-mon[116307]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-14T00:03:25.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:25 smithi082 ceph-mon[116307]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:03:25.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:25 smithi082 ceph-mon[116307]: Upgrade: Need to upgrade myself (mgr.x) 2023-10-14T00:03:25.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:25 smithi082 ceph-mon[116307]: Upgrade: Need to upgrade myself (mgr.x) 2023-10-14T00:03:25.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:25 smithi082 ceph-mon[116307]: osdmap e152: 8 total, 8 up, 8 in 2023-10-14T00:03:26.355 INFO:tasks.rados.rados.0.smithi055.stdout:542: done (0 left) 2023-10-14T00:03:26.356 INFO:tasks.rados.rados.0.smithi055.stdout:543: read oid 29 snap -1 2023-10-14T00:03:26.356 INFO:tasks.rados.rados.0.smithi055.stdout:543: expect (ObjNum 142 snap 28 seq_num 142) 2023-10-14T00:03:26.356 INFO:tasks.rados.rados.0.smithi055.stdout:544: rollback oid 44 current snap is 43 2023-10-14T00:03:26.356 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 44 to 41 2023-10-14T00:03:26.356 INFO:tasks.rados.rados.0.smithi055.stdout:545: delete oid 11 current snap is 43 2023-10-14T00:03:26.367 INFO:tasks.rados.rados.0.smithi055.stdout:545: done (2 left) 2023-10-14T00:03:26.367 INFO:tasks.rados.rados.0.smithi055.stdout:546: rmattr oid 9 current snap is 43 2023-10-14T00:03:26.367 INFO:tasks.rados.rados.0.smithi055.stdout:546: done (2 left) 2023-10-14T00:03:26.368 INFO:tasks.rados.rados.0.smithi055.stdout:547: snap_create 2023-10-14T00:03:26.392 INFO:tasks.rados.rados.0.smithi055.stdout:544: finishing rollback tid 1 to smithi055169533-44 2023-10-14T00:03:26.392 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 44 v 0 (ObjNum 289 snap 0 seq_num 0) dirty dne 2023-10-14T00:03:26.393 INFO:tasks.rados.rados.0.smithi055.stdout:543: expect (ObjNum 142 snap 28 seq_num 142) 2023-10-14T00:03:26.493 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:26 smithi055 ceph-mon[124249]: pgmap v39: 121 pgs: 121 active+clean; 117 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 772 KiB/s wr, 1 op/s 2023-10-14T00:03:26.493 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:26 smithi055 ceph-mon[124249]: osdmap e153: 8 total, 8 up, 8 in 2023-10-14T00:03:26.494 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:26 smithi055 ceph-mon[124249]: Upgrade: Updating mgr.y 2023-10-14T00:03:26.494 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:26 smithi055 ceph-mon[124249]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:26.494 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:26 smithi055 ceph-mon[124249]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-14T00:03:26.494 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:26 smithi055 ceph-mon[124249]: from='mgr.24955 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-14T00:03:26.495 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:26 smithi055 ceph-mon[124249]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-14T00:03:26.495 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:26 smithi055 ceph-mon[124249]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:03:26.495 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:26 smithi055 ceph-mon[124249]: Deploying daemon mgr.y on smithi055 2023-10-14T00:03:26.495 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:26 smithi055 ceph-mon[110989]: pgmap v39: 121 pgs: 121 active+clean; 117 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 772 KiB/s wr, 1 op/s 2023-10-14T00:03:26.496 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:26 smithi055 ceph-mon[110989]: osdmap e153: 8 total, 8 up, 8 in 2023-10-14T00:03:26.496 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:26 smithi055 ceph-mon[110989]: Upgrade: Updating mgr.y 2023-10-14T00:03:26.496 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:26 smithi055 ceph-mon[110989]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:26.496 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:26 smithi055 ceph-mon[110989]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-14T00:03:26.496 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:26 smithi055 ceph-mon[110989]: from='mgr.24955 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-14T00:03:26.496 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:26 smithi055 ceph-mon[110989]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-14T00:03:26.497 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:26 smithi055 ceph-mon[110989]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:03:26.497 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:26 smithi055 ceph-mon[110989]: Deploying daemon mgr.y on smithi055 2023-10-14T00:03:26.497 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:26 smithi055 systemd[1]: Stopping Ceph mgr.y for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:03:26.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:26 smithi082 ceph-mon[116307]: pgmap v39: 121 pgs: 121 active+clean; 117 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 772 KiB/s wr, 1 op/s 2023-10-14T00:03:26.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:26 smithi082 ceph-mon[116307]: osdmap e153: 8 total, 8 up, 8 in 2023-10-14T00:03:26.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:26 smithi082 ceph-mon[116307]: Upgrade: Updating mgr.y 2023-10-14T00:03:26.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:26 smithi082 ceph-mon[116307]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:26.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:26 smithi082 ceph-mon[116307]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-14T00:03:26.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:26 smithi082 ceph-mon[116307]: from='mgr.24955 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-14T00:03:26.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:26 smithi082 ceph-mon[116307]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-14T00:03:26.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:26 smithi082 ceph-mon[116307]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:03:26.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:26 smithi082 ceph-mon[116307]: Deploying daemon mgr.y on smithi055 2023-10-14T00:03:27.126 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:26 smithi055 bash[172823]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y 2023-10-14T00:03:27.127 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:26 smithi055 systemd[1]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@mgr.y.service: Main process exited, code=exited, status=143/n/a 2023-10-14T00:03:27.364 INFO:tasks.rados.rados.0.smithi055.stdout:543: done (2 left) 2023-10-14T00:03:27.364 INFO:tasks.rados.rados.0.smithi055.stdout:544: done (1 left) 2023-10-14T00:03:27.365 INFO:tasks.rados.rados.0.smithi055.stdout:547: done (0 left) 2023-10-14T00:03:27.365 INFO:tasks.rados.rados.0.smithi055.stdout:548: delete oid 37 current snap is 44 2023-10-14T00:03:27.372 INFO:tasks.rados.rados.0.smithi055.stdout:548: done (0 left) 2023-10-14T00:03:27.372 INFO:tasks.rados.rados.0.smithi055.stdout:549: read oid 28 snap 43 2023-10-14T00:03:27.372 INFO:tasks.rados.rados.0.smithi055.stdout:549: expect (ObjNum 170 snap 37 seq_num 170) 2023-10-14T00:03:27.372 INFO:tasks.rados.rados.0.smithi055.stdout:550: read oid 2 snap 39 2023-10-14T00:03:27.373 INFO:tasks.rados.rados.0.smithi055.stdout:550: expect (ObjNum 1528883248 snap 21912 seq_num 1528689328) 2023-10-14T00:03:27.373 INFO:tasks.rados.rados.0.smithi055.stdout:551: read oid 46 snap 41 2023-10-14T00:03:27.373 INFO:tasks.rados.rados.0.smithi055.stdout:551: expect (ObjNum 10 snap 0 seq_num 10) 2023-10-14T00:03:27.373 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 27 current snap is 44 2023-10-14T00:03:27.373 INFO:tasks.rados.rados.0.smithi055.stdout:552: seq_num 194 ranges {0=458752,458752=401408} 2023-10-14T00:03:27.374 INFO:tasks.rados.rados.0.smithi055.stdout:552: writing smithi055169533-27 from 0 to 458752 tid 1 2023-10-14T00:03:27.374 INFO:tasks.rados.rados.0.smithi055.stdout:552: writing smithi055169533-27 from 458752 to 860160 tid 2 2023-10-14T00:03:27.375 INFO:tasks.rados.rados.0.smithi055.stdout:553: read oid 43 snap 41 2023-10-14T00:03:27.375 INFO:tasks.rados.rados.0.smithi055.stdout:553: expect (ObjNum 23 snap 0 seq_num 23) 2023-10-14T00:03:27.375 INFO:tasks.rados.rados.0.smithi055.stdout:554: rollback oid 19 current snap is 44 2023-10-14T00:03:27.375 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 19 to 43 2023-10-14T00:03:27.375 INFO:tasks.rados.rados.0.smithi055.stdout:550: expect (ObjNum 1528883248 snap 21912 seq_num 1528689328) 2023-10-14T00:03:27.377 INFO:tasks.rados.rados.0.smithi055.stdout:551: expect (ObjNum 10 snap 0 seq_num 10) 2023-10-14T00:03:27.388 INFO:tasks.rados.rados.0.smithi055.stdout:553: expect (ObjNum 23 snap 0 seq_num 23) 2023-10-14T00:03:27.398 INFO:tasks.rados.rados.0.smithi055.stdout:552: finishing write tid 1 to smithi055169533-27 2023-10-14T00:03:27.402 INFO:tasks.rados.rados.0.smithi055.stdout:552: finishing write tid 2 to smithi055169533-27 2023-10-14T00:03:27.402 INFO:tasks.rados.rados.0.smithi055.stdout:552: finishing write tid 3 to smithi055169533-27 2023-10-14T00:03:27.403 INFO:tasks.rados.rados.0.smithi055.stdout:552: finishing write tid 4 to smithi055169533-27 2023-10-14T00:03:27.403 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 27 v 263 (ObjNum 194 snap 44 seq_num 194) dirty exists 2023-10-14T00:03:27.403 INFO:tasks.rados.rados.0.smithi055.stdout:552: left oid 27 (ObjNum 194 snap 44 seq_num 194) 2023-10-14T00:03:27.403 INFO:tasks.rados.rados.0.smithi055.stdout:550: done (5 left) 2023-10-14T00:03:27.403 INFO:tasks.rados.rados.0.smithi055.stdout:551: done (4 left) 2023-10-14T00:03:27.404 INFO:tasks.rados.rados.0.smithi055.stdout:552: done (3 left) 2023-10-14T00:03:27.404 INFO:tasks.rados.rados.0.smithi055.stdout:553: done (2 left) 2023-10-14T00:03:27.404 INFO:tasks.rados.rados.0.smithi055.stdout:555: snap_create 2023-10-14T00:03:27.404 INFO:tasks.rados.rados.0.smithi055.stdout:554: finishing rollback tid 0 to smithi055169533-19 2023-10-14T00:03:27.405 INFO:tasks.rados.rados.0.smithi055.stdout:554: finishing rollback tid 1 to smithi055169533-19 2023-10-14T00:03:27.405 INFO:tasks.rados.rados.0.smithi055.stdout:554: finishing rollback tid 2 to smithi055169533-19 2023-10-14T00:03:27.405 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 19 v 86 (ObjNum 177 snap 39 seq_num 177) dirty exists 2023-10-14T00:03:27.405 INFO:tasks.rados.rados.0.smithi055.stdout:549: expect (ObjNum 170 snap 37 seq_num 170) 2023-10-14T00:03:27.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:27 smithi055 ceph-mon[124249]: osdmap e154: 8 total, 8 up, 8 in 2023-10-14T00:03:27.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:27 smithi055 ceph-mon[110989]: osdmap e154: 8 total, 8 up, 8 in 2023-10-14T00:03:27.518 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:27 smithi055 systemd[1]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@mgr.y.service: Failed with result 'exit-code'. 2023-10-14T00:03:27.519 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:27 smithi055 systemd[1]: Stopped Ceph mgr.y for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:03:27.519 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:27 smithi055 systemd[1]: Starting Ceph mgr.y for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:03:27.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:27 smithi082 ceph-mon[116307]: osdmap e154: 8 total, 8 up, 8 in 2023-10-14T00:03:27.963 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:27 smithi055 bash[172963]: b7faf0747550d1b346d2757cbcab533753e2c10d9431f9870482f0063ab766e7 2023-10-14T00:03:27.964 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:27 smithi055 systemd[1]: Started Ceph mgr.y for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:03:27.964 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:27 smithi055 ceph-mgr[172981]: -- 172.21.15.55:0/3660071309 <== mon.2 v2:172.21.15.55:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55fde620b1e0 con 0x55fde61e0800 2023-10-14T00:03:27.964 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:27 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:03:27.761+0000 7f26c3b77200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-10-14T00:03:27.965 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:27 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:03:27.961+0000 7f26c3b77200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-10-14T00:03:28.372 INFO:tasks.rados.rados.0.smithi055.stdout:549: done (2 left) 2023-10-14T00:03:28.372 INFO:tasks.rados.rados.0.smithi055.stdout:554: done (1 left) 2023-10-14T00:03:28.373 INFO:tasks.rados.rados.0.smithi055.stdout:555: done (0 left) 2023-10-14T00:03:28.373 INFO:tasks.rados.rados.0.smithi055.stdout:556: read oid 22 snap -1 2023-10-14T00:03:28.373 INFO:tasks.rados.rados.0.smithi055.stdout:556: expect deleted 2023-10-14T00:03:28.373 INFO:tasks.rados.rados.0.smithi055.stdout:557: rollback oid 47 current snap is 45 2023-10-14T00:03:28.373 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 47 to 44 2023-10-14T00:03:28.373 INFO:tasks.rados.rados.0.smithi055.stdout:558: snap_remove snap 42 2023-10-14T00:03:28.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:28 smithi082 ceph-mon[116307]: pgmap v42: 121 pgs: 121 active+clean; 117 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:03:28.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:28 smithi082 ceph-mon[116307]: osdmap e155: 8 total, 8 up, 8 in 2023-10-14T00:03:28.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:28 smithi082 ceph-mon[116307]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:28.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:28 smithi082 ceph-mon[116307]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:28.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:28 smithi082 ceph-mon[116307]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:03:28.723 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:28 smithi055 ceph-mon[124249]: pgmap v42: 121 pgs: 121 active+clean; 117 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:03:28.723 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:28 smithi055 ceph-mon[124249]: osdmap e155: 8 total, 8 up, 8 in 2023-10-14T00:03:28.724 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:28 smithi055 ceph-mon[124249]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:28.724 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:28 smithi055 ceph-mon[124249]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:28.724 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:28 smithi055 ceph-mon[124249]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:03:28.725 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:28 smithi055 ceph-mon[110989]: pgmap v42: 121 pgs: 121 active+clean; 117 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:03:28.726 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:28 smithi055 ceph-mon[110989]: osdmap e155: 8 total, 8 up, 8 in 2023-10-14T00:03:28.726 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:28 smithi055 ceph-mon[110989]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:28.727 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:28 smithi055 ceph-mon[110989]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:28.728 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:28 smithi055 ceph-mon[110989]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:03:28.729 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:28 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:03:28.370+0000 7f26c3b77200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-10-14T00:03:29.311 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:29 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:03:29.025+0000 7f26c3b77200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-10-14T00:03:29.397 INFO:tasks.rados.rados.0.smithi055.stdout:558: done (2 left) 2023-10-14T00:03:29.398 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 6 current snap is 45 2023-10-14T00:03:29.398 INFO:tasks.rados.rados.0.smithi055.stdout:559: seq_num 195 ranges {2646016=475136,3121152=401408} 2023-10-14T00:03:29.415 INFO:tasks.rados.rados.0.smithi055.stdout:559: writing smithi055169533-6 from 2646016 to 3121152 tid 1 2023-10-14T00:03:29.418 INFO:tasks.rados.rados.0.smithi055.stdout:559: writing smithi055169533-6 from 3121152 to 3522560 tid 2 2023-10-14T00:03:29.418 INFO:tasks.rados.rados.0.smithi055.stdout:560: copy_from oid 41 from oid 46 current snap is 45 2023-10-14T00:03:29.418 INFO:tasks.rados.rados.0.smithi055.stdout:557: finishing rollback tid 0 to smithi055169533-47 2023-10-14T00:03:29.419 INFO:tasks.rados.rados.0.smithi055.stdout:557: finishing rollback tid 1 to smithi055169533-47 2023-10-14T00:03:29.419 INFO:tasks.rados.rados.0.smithi055.stdout:557: finishing rollback tid 2 to smithi055169533-47 2023-10-14T00:03:29.419 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 47 v 201 (ObjNum 161 snap 0 seq_num 1) dirty exists 2023-10-14T00:03:29.419 INFO:tasks.rados.rados.0.smithi055.stdout:556: done (3 left) 2023-10-14T00:03:29.419 INFO:tasks.rados.rados.0.smithi055.stdout:557: done (2 left) 2023-10-14T00:03:29.420 INFO:tasks.rados.rados.0.smithi055.stdout:561: rollback oid 27 current snap is 45 2023-10-14T00:03:29.420 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 27 to 40 2023-10-14T00:03:29.420 INFO:tasks.rados.rados.0.smithi055.stdout:562: snap_remove snap 41 2023-10-14T00:03:29.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:29 smithi082 ceph-mon[116307]: osdmap e156: 8 total, 8 up, 8 in 2023-10-14T00:03:29.697 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:29 smithi055 ceph-mon[124249]: osdmap e156: 8 total, 8 up, 8 in 2023-10-14T00:03:29.698 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:29 smithi055 ceph-mon[110989]: osdmap e156: 8 total, 8 up, 8 in 2023-10-14T00:03:29.698 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:29 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:03:29.324+0000 7f26c3b77200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-10-14T00:03:30.016 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:29 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:03:29.836+0000 7f26c3b77200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-10-14T00:03:30.309 INFO:tasks.rados.rados.0.smithi055.stdout:562: done (3 left) 2023-10-14T00:03:30.310 INFO:tasks.rados.rados.0.smithi055.stdout:563: snap_remove snap 43 2023-10-14T00:03:30.712 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:30 smithi055 ceph-mon[124249]: pgmap v45: 121 pgs: 121 active+clean; 71 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.1 MiB/s rd, 1.9 MiB/s wr, 22 op/s 2023-10-14T00:03:30.712 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:30 smithi055 ceph-mon[124249]: osdmap e157: 8 total, 8 up, 8 in 2023-10-14T00:03:30.713 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:30 smithi055 ceph-mon[124249]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:30.713 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:30 smithi055 ceph-mon[124249]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:30.713 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:30 smithi055 ceph-mon[124249]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:30.713 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:30 smithi055 ceph-mon[124249]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:30.713 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:30 smithi055 ceph-mon[124249]: osdmap e158: 8 total, 8 up, 8 in 2023-10-14T00:03:30.714 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:30 smithi055 ceph-mon[110989]: pgmap v45: 121 pgs: 121 active+clean; 71 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.1 MiB/s rd, 1.9 MiB/s wr, 22 op/s 2023-10-14T00:03:30.714 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:30 smithi055 ceph-mon[110989]: osdmap e157: 8 total, 8 up, 8 in 2023-10-14T00:03:30.714 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:30 smithi055 ceph-mon[110989]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:30.714 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:30 smithi055 ceph-mon[110989]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:30.715 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:30 smithi055 ceph-mon[110989]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:30.715 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:30 smithi055 ceph-mon[110989]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:30.715 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:30 smithi055 ceph-mon[110989]: osdmap e158: 8 total, 8 up, 8 in 2023-10-14T00:03:30.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:30 smithi082 ceph-mon[116307]: pgmap v45: 121 pgs: 121 active+clean; 71 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.1 MiB/s rd, 1.9 MiB/s wr, 22 op/s 2023-10-14T00:03:30.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:30 smithi082 ceph-mon[116307]: osdmap e157: 8 total, 8 up, 8 in 2023-10-14T00:03:30.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:30 smithi082 ceph-mon[116307]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:30.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:30 smithi082 ceph-mon[116307]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:30.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:30 smithi082 ceph-mon[116307]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:30.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:30 smithi082 ceph-mon[116307]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:30.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:30 smithi082 ceph-mon[116307]: osdmap e158: 8 total, 8 up, 8 in 2023-10-14T00:03:31.016 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:30 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:03:30.710+0000 7f26c3b77200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-10-14T00:03:31.017 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:30 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:03:30.817+0000 7f26c3b77200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-10-14T00:03:31.327 INFO:tasks.rados.rados.0.smithi055.stdout:563: done (3 left) 2023-10-14T00:03:31.327 INFO:tasks.rados.rados.0.smithi055.stdout:564: snap_create 2023-10-14T00:03:31.327 INFO:tasks.rados.rados.0.smithi055.stdout:559: finishing write tid 1 to smithi055169533-6 2023-10-14T00:03:31.328 INFO:tasks.rados.rados.0.smithi055.stdout:559: finishing write tid 2 to smithi055169533-6 2023-10-14T00:03:31.328 INFO:tasks.rados.rados.0.smithi055.stdout:559: finishing write tid 3 to smithi055169533-6 2023-10-14T00:03:31.328 INFO:tasks.rados.rados.0.smithi055.stdout:561: finishing rollback tid 0 to smithi055169533-27 2023-10-14T00:03:31.329 INFO:tasks.rados.rados.0.smithi055.stdout:559: finishing write tid 4 to smithi055169533-6 2023-10-14T00:03:31.329 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 6 v 98 (ObjNum 195 snap 45 seq_num 195) dirty exists 2023-10-14T00:03:31.329 INFO:tasks.rados.rados.0.smithi055.stdout:559: left oid 6 (ObjNum 195 snap 45 seq_num 195) 2023-10-14T00:03:31.330 INFO:tasks.rados.rados.0.smithi055.stdout:560: finishing copy_from to smithi055169533-41 2023-10-14T00:03:31.330 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 41 v 2 (ObjNum 10 snap 0 seq_num 10) dirty exists 2023-10-14T00:03:31.330 INFO:tasks.rados.rados.0.smithi055.stdout:561: finishing rollback tid 1 to smithi055169533-27 2023-10-14T00:03:31.330 INFO:tasks.rados.rados.0.smithi055.stdout:561: finishing rollback tid 2 to smithi055169533-27 2023-10-14T00:03:31.331 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 27 v 269 (ObjNum 161 snap 0 seq_num 1) dirty exists 2023-10-14T00:03:31.331 INFO:tasks.rados.rados.0.smithi055.stdout:560: finishing copy_from racing read to smithi055169533-41 2023-10-14T00:03:31.375 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:31 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:03:31] "GET /metrics HTTP/1.1" 200 36026 "" "Prometheus/2.43.0" 2023-10-14T00:03:32.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:31 smithi055 ceph-mon[124249]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:32.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:31 smithi055 ceph-mon[124249]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:32.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:31 smithi055 ceph-mon[124249]: pgmap v48: 121 pgs: 121 active+clean; 71 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.1 MiB/s rd, 1.9 MiB/s wr, 22 op/s 2023-10-14T00:03:32.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:31 smithi055 ceph-mon[124249]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:03:32.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:31 smithi055 ceph-mon[124249]: osdmap e159: 8 total, 8 up, 8 in 2023-10-14T00:03:32.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:31 smithi055 ceph-mon[110989]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:32.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:31 smithi055 ceph-mon[110989]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:32.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:31 smithi055 ceph-mon[110989]: pgmap v48: 121 pgs: 121 active+clean; 71 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.1 MiB/s rd, 1.9 MiB/s wr, 22 op/s 2023-10-14T00:03:32.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:31 smithi055 ceph-mon[110989]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:03:32.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:31 smithi055 ceph-mon[110989]: osdmap e159: 8 total, 8 up, 8 in 2023-10-14T00:03:32.019 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:31 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:03:31.548+0000 7f26c3b77200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-10-14T00:03:32.020 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:31 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:03:31.658+0000 7f26c3b77200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-10-14T00:03:32.020 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:31 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:03:31.766+0000 7f26c3b77200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-10-14T00:03:32.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:31 smithi082 ceph-mon[116307]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:32.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:31 smithi082 ceph-mon[116307]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:32.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:31 smithi082 ceph-mon[116307]: pgmap v48: 121 pgs: 121 active+clean; 71 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.1 MiB/s rd, 1.9 MiB/s wr, 22 op/s 2023-10-14T00:03:32.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:31 smithi082 ceph-mon[116307]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:03:32.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:31 smithi082 ceph-mon[116307]: osdmap e159: 8 total, 8 up, 8 in 2023-10-14T00:03:32.323 INFO:tasks.rados.rados.0.smithi055.stdout:559: done (3 left) 2023-10-14T00:03:32.324 INFO:tasks.rados.rados.0.smithi055.stdout:560: done (2 left) 2023-10-14T00:03:32.324 INFO:tasks.rados.rados.0.smithi055.stdout:561: done (1 left) 2023-10-14T00:03:32.324 INFO:tasks.rados.rados.0.smithi055.stdout:564: done (0 left) 2023-10-14T00:03:32.324 INFO:tasks.rados.rados.0.smithi055.stdout:565: read oid 47 snap -1 2023-10-14T00:03:32.324 INFO:tasks.rados.rados.0.smithi055.stdout:565: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:03:32.325 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 43 current snap is 46 2023-10-14T00:03:32.325 INFO:tasks.rados.rados.0.smithi055.stdout:566: seq_num 196 ranges {393216=491520,884736=401408} 2023-10-14T00:03:32.328 INFO:tasks.rados.rados.0.smithi055.stdout:566: writing smithi055169533-43 from 393216 to 884736 tid 1 2023-10-14T00:03:32.330 INFO:tasks.rados.rados.0.smithi055.stdout:566: writing smithi055169533-43 from 884736 to 1286144 tid 2 2023-10-14T00:03:32.331 INFO:tasks.rados.rados.0.smithi055.stdout:567: rollback oid 29 current snap is 46 2023-10-14T00:03:32.331 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 29 to 44 2023-10-14T00:03:32.331 INFO:tasks.rados.rados.0.smithi055.stdout:565: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:03:32.333 INFO:tasks.rados.rados.0.smithi055.stdout:565: done (2 left) 2023-10-14T00:03:32.333 INFO:tasks.rados.rados.0.smithi055.stdout:568: delete oid 27 current snap is 46 2023-10-14T00:03:32.335 INFO:tasks.rados.rados.0.smithi055.stdout:566: finishing write tid 1 to smithi055169533-43 2023-10-14T00:03:32.336 INFO:tasks.rados.rados.0.smithi055.stdout:566: finishing write tid 2 to smithi055169533-43 2023-10-14T00:03:32.337 INFO:tasks.rados.rados.0.smithi055.stdout:567: finishing rollback tid 0 to smithi055169533-29 2023-10-14T00:03:32.337 INFO:tasks.rados.rados.0.smithi055.stdout:568: done (2 left) 2023-10-14T00:03:32.337 INFO:tasks.rados.rados.0.smithi055.stdout:569: read oid 26 snap -1 2023-10-14T00:03:32.337 INFO:tasks.rados.rados.0.smithi055.stdout:569: expect (ObjNum 160 snap 36 seq_num 160) 2023-10-14T00:03:32.339 INFO:tasks.rados.rados.0.smithi055.stdout:570: copy_from oid 12 from oid 50 current snap is 46 2023-10-14T00:03:32.339 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 15 current snap is 46 2023-10-14T00:03:32.339 INFO:tasks.rados.rados.0.smithi055.stdout:571: seq_num 198 ranges {2547712=524288,3072000=401408} 2023-10-14T00:03:32.355 INFO:tasks.rados.rados.0.smithi055.stdout:571: writing smithi055169533-15 from 2547712 to 3072000 tid 1 2023-10-14T00:03:32.358 INFO:tasks.rados.rados.0.smithi055.stdout:571: writing smithi055169533-15 from 3072000 to 3473408 tid 2 2023-10-14T00:03:32.358 INFO:tasks.rados.rados.0.smithi055.stdout:572: delete oid 13 current snap is 46 2023-10-14T00:03:32.358 INFO:tasks.rados.rados.0.smithi055.stdout:567: finishing rollback tid 1 to smithi055169533-29 2023-10-14T00:03:32.358 INFO:tasks.rados.rados.0.smithi055.stdout:566: finishing write tid 3 to smithi055169533-43 2023-10-14T00:03:32.359 INFO:tasks.rados.rados.0.smithi055.stdout:567: finishing rollback tid 2 to smithi055169533-29 2023-10-14T00:03:32.359 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 29 v 87 (ObjNum 142 snap 28 seq_num 142) dirty exists 2023-10-14T00:03:32.359 INFO:tasks.rados.rados.0.smithi055.stdout:566: finishing write tid 4 to smithi055169533-43 2023-10-14T00:03:32.359 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 43 v 115 (ObjNum 196 snap 46 seq_num 196) dirty exists 2023-10-14T00:03:32.359 INFO:tasks.rados.rados.0.smithi055.stdout:566: left oid 43 (ObjNum 196 snap 46 seq_num 196) 2023-10-14T00:03:32.360 INFO:tasks.rados.rados.0.smithi055.stdout:570: finishing copy_from to smithi055169533-12 2023-10-14T00:03:32.360 INFO:tasks.rados.rados.0.smithi055.stdout:570: got expected ENOENT (src dne) 2023-10-14T00:03:32.360 INFO:tasks.rados.rados.0.smithi055.stdout:570: finishing copy_from racing read to smithi055169533-12 2023-10-14T00:03:32.360 INFO:tasks.rados.rados.0.smithi055.stdout:569: expect (ObjNum 160 snap 36 seq_num 160) 2023-10-14T00:03:32.367 INFO:tasks.rados.rados.0.smithi055.stdout:571: finishing write tid 1 to smithi055169533-15 2023-10-14T00:03:32.368 INFO:tasks.rados.rados.0.smithi055.stdout:571: finishing write tid 2 to smithi055169533-15 2023-10-14T00:03:32.368 INFO:tasks.rados.rados.0.smithi055.stdout:571: finishing write tid 3 to smithi055169533-15 2023-10-14T00:03:32.368 INFO:tasks.rados.rados.0.smithi055.stdout:566: done (5 left) 2023-10-14T00:03:32.368 INFO:tasks.rados.rados.0.smithi055.stdout:567: done (4 left) 2023-10-14T00:03:32.368 INFO:tasks.rados.rados.0.smithi055.stdout:569: done (3 left) 2023-10-14T00:03:32.369 INFO:tasks.rados.rados.0.smithi055.stdout:570: done (2 left) 2023-10-14T00:03:32.369 INFO:tasks.rados.rados.0.smithi055.stdout:572: done (1 left) 2023-10-14T00:03:32.369 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 39 current snap is 46 2023-10-14T00:03:32.369 INFO:tasks.rados.rados.0.smithi055.stdout:571: finishing write tid 4 to smithi055169533-15 2023-10-14T00:03:32.369 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 15 v 259 (ObjNum 198 snap 46 seq_num 198) dirty exists 2023-10-14T00:03:32.370 INFO:tasks.rados.rados.0.smithi055.stdout:571: left oid 15 (ObjNum 198 snap 46 seq_num 198) 2023-10-14T00:03:32.370 INFO:tasks.rados.rados.0.smithi055.stdout:573: seq_num 200 ranges {4382720=557056,4939776=401408} 2023-10-14T00:03:32.397 INFO:tasks.rados.rados.0.smithi055.stdout:573: writing smithi055169533-39 from 4382720 to 4939776 tid 1 2023-10-14T00:03:32.401 INFO:tasks.rados.rados.0.smithi055.stdout:573: writing smithi055169533-39 from 4939776 to 5341184 tid 2 2023-10-14T00:03:32.401 INFO:tasks.rados.rados.0.smithi055.stdout:571: done (1 left) 2023-10-14T00:03:32.402 INFO:tasks.rados.rados.0.smithi055.stdout:574: setattr oid 26 current snap is 46 2023-10-14T00:03:32.404 INFO:tasks.rados.rados.0.smithi055.stdout:575: delete oid 43 current snap is 46 2023-10-14T00:03:32.404 INFO:tasks.rados.rados.0.smithi055.stdout:573: finishing write tid 1 to smithi055169533-39 2023-10-14T00:03:32.405 INFO:tasks.rados.rados.0.smithi055.stdout:573: finishing write tid 2 to smithi055169533-39 2023-10-14T00:03:32.405 INFO:tasks.rados.rados.0.smithi055.stdout:573: finishing write tid 3 to smithi055169533-39 2023-10-14T00:03:32.405 INFO:tasks.rados.rados.0.smithi055.stdout:575: done (2 left) 2023-10-14T00:03:32.406 INFO:tasks.rados.rados.0.smithi055.stdout:576: snap_remove snap 44 2023-10-14T00:03:32.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:32 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:03:32.032+0000 7f26c3b77200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-10-14T00:03:32.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:32 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:03:32.142+0000 7f26c3b77200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-10-14T00:03:32.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:32 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:03:32.255+0000 7f26c3b77200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-10-14T00:03:32.820 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:32 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:03:32.555+0000 7f26c3b77200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-10-14T00:03:32.820 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:32 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:03:32.688+0000 7f26c3b77200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-10-14T00:03:33.127 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:32 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:03:32.926+0000 7f26c3b77200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-10-14T00:03:33.127 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:33 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:03:33.029+0000 7f26c3b77200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-10-14T00:03:33.335 INFO:tasks.rados.rados.0.smithi055.stdout:576: done (2 left) 2023-10-14T00:03:33.336 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 33 current snap is 46 2023-10-14T00:03:33.336 INFO:tasks.rados.rados.0.smithi055.stdout:577: seq_num 202 ranges {172032=589824,761856=401408} 2023-10-14T00:03:33.343 INFO:tasks.rados.rados.0.smithi055.stdout:577: writing smithi055169533-33 from 172032 to 761856 tid 1 2023-10-14T00:03:33.344 INFO:tasks.rados.rados.0.smithi055.stdout:577: writing smithi055169533-33 from 761856 to 1163264 tid 2 2023-10-14T00:03:33.344 INFO:tasks.rados.rados.0.smithi055.stdout:578: snap_create 2023-10-14T00:03:33.345 INFO:tasks.rados.rados.0.smithi055.stdout:573: finishing write tid 4 to smithi055169533-39 2023-10-14T00:03:33.345 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 39 v 281 (ObjNum 200 snap 46 seq_num 200) dirty exists 2023-10-14T00:03:33.345 INFO:tasks.rados.rados.0.smithi055.stdout:573: left oid 39 (ObjNum 200 snap 46 seq_num 200) 2023-10-14T00:03:33.345 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 26 v 94 (ObjNum 160 snap 36 seq_num 160) dirty exists 2023-10-14T00:03:33.346 INFO:tasks.rados.rados.0.smithi055.stdout:577: finishing write tid 1 to smithi055169533-33 2023-10-14T00:03:33.352 INFO:tasks.rados.rados.0.smithi055.stdout:577: finishing write tid 2 to smithi055169533-33 2023-10-14T00:03:33.352 INFO:tasks.rados.rados.0.smithi055.stdout:577: finishing write tid 3 to smithi055169533-33 2023-10-14T00:03:33.353 INFO:tasks.rados.rados.0.smithi055.stdout:577: finishing write tid 4 to smithi055169533-33 2023-10-14T00:03:33.353 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 33 v 225 (ObjNum 202 snap 46 seq_num 202) dirty exists 2023-10-14T00:03:33.353 INFO:tasks.rados.rados.0.smithi055.stdout:577: left oid 33 (ObjNum 202 snap 46 seq_num 202) 2023-10-14T00:03:33.379 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:33 smithi055 ceph-mon[124249]: osdmap e160: 8 total, 8 up, 8 in 2023-10-14T00:03:33.380 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:33 smithi055 ceph-mon[124249]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:33.380 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:33 smithi055 ceph-mon[124249]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:33.380 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:33 smithi055 ceph-mon[124249]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:03:33.381 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:33 smithi055 ceph-mon[124249]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:03:33.381 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:33 smithi055 ceph-mon[124249]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:33.382 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:33 smithi055 ceph-mon[110989]: osdmap e160: 8 total, 8 up, 8 in 2023-10-14T00:03:33.382 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:33 smithi055 ceph-mon[110989]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:33.382 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:33 smithi055 ceph-mon[110989]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:33.382 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:33 smithi055 ceph-mon[110989]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:03:33.382 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:33 smithi055 ceph-mon[110989]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:03:33.383 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:33 smithi055 ceph-mon[110989]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:33.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:33 smithi082 ceph-mon[116307]: osdmap e160: 8 total, 8 up, 8 in 2023-10-14T00:03:33.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:33 smithi082 ceph-mon[116307]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:33.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:33 smithi082 ceph-mon[116307]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:33.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:33 smithi082 ceph-mon[116307]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:03:33.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:33 smithi082 ceph-mon[116307]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:03:33.628 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:33 smithi082 ceph-mon[116307]: from='mgr.24955 ' entity='mgr.x' 2023-10-14T00:03:33.628 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:33 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:03:33.348+0000 7f4b4595b700 -1 mgr handle_mgr_map I was active but no longer am 2023-10-14T00:03:33.629 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:33 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: ignoring --setuser ceph since I am not root 2023-10-14T00:03:33.629 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:33 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: ignoring --setgroup ceph since I am not root 2023-10-14T00:03:33.629 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:33 smithi082 ceph-mgr[156038]: -- 172.21.15.82:0/1191714704 <== mon.1 v2:172.21.15.82:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x564c324e31e0 con 0x564c324b8c00 2023-10-14T00:03:33.629 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:33 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:03:33.522+0000 7fc55668f200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-10-14T00:03:34.015 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:33 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:03:33.686+0000 7fc55668f200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-10-14T00:03:34.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:33 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:03:33.927+0000 7f26c3b77200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-10-14T00:03:34.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:34 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:03:34.153+0000 7f26c3b77200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-10-14T00:03:34.326 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:34 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:03:34.014+0000 7fc55668f200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-10-14T00:03:34.350 INFO:tasks.rados.rados.0.smithi055.stdout:573: done (3 left) 2023-10-14T00:03:34.350 INFO:tasks.rados.rados.0.smithi055.stdout:574: done (2 left) 2023-10-14T00:03:34.350 INFO:tasks.rados.rados.0.smithi055.stdout:577: done (1 left) 2023-10-14T00:03:34.351 INFO:tasks.rados.rados.0.smithi055.stdout:578: done (0 left) 2023-10-14T00:03:34.351 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 27 current snap is 47 2023-10-14T00:03:34.351 INFO:tasks.rados.rados.0.smithi055.stdout:579: seq_num 203 ranges {0=606208,606208=401408} 2023-10-14T00:03:34.353 INFO:tasks.rados.rados.0.smithi055.stdout:579: writing smithi055169533-27 from 0 to 606208 tid 1 2023-10-14T00:03:34.356 INFO:tasks.rados.rados.0.smithi055.stdout:579: writing smithi055169533-27 from 606208 to 1007616 tid 2 2023-10-14T00:03:34.356 INFO:tasks.rados.rados.0.smithi055.stdout:580: rollback oid 16 current snap is 47 2023-10-14T00:03:34.356 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 16 to 46 2023-10-14T00:03:34.356 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 32 current snap is 47 2023-10-14T00:03:34.357 INFO:tasks.rados.rados.0.smithi055.stdout:581: seq_num 204 ranges {0=622592,622592=401408} 2023-10-14T00:03:34.359 INFO:tasks.rados.rados.0.smithi055.stdout:581: writing smithi055169533-32 from 0 to 622592 tid 1 2023-10-14T00:03:34.362 INFO:tasks.rados.rados.0.smithi055.stdout:581: writing smithi055169533-32 from 622592 to 1024000 tid 2 2023-10-14T00:03:34.362 INFO:tasks.rados.rados.0.smithi055.stdout:582: snap_create 2023-10-14T00:03:34.363 INFO:tasks.rados.rados.0.smithi055.stdout:579: finishing write tid 1 to smithi055169533-27 2023-10-14T00:03:34.363 INFO:tasks.rados.rados.0.smithi055.stdout:579: finishing write tid 2 to smithi055169533-27 2023-10-14T00:03:34.363 INFO:tasks.rados.rados.0.smithi055.stdout:579: finishing write tid 3 to smithi055169533-27 2023-10-14T00:03:34.363 INFO:tasks.rados.rados.0.smithi055.stdout:580: finishing rollback tid 0 to smithi055169533-16 2023-10-14T00:03:34.364 INFO:tasks.rados.rados.0.smithi055.stdout:580: finishing rollback tid 1 to smithi055169533-16 2023-10-14T00:03:34.364 INFO:tasks.rados.rados.0.smithi055.stdout:580: finishing rollback tid 2 to smithi055169533-16 2023-10-14T00:03:34.364 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 16 v 43 (ObjNum 153 snap 35 seq_num 153) dirty exists 2023-10-14T00:03:34.365 INFO:tasks.rados.rados.0.smithi055.stdout:579: finishing write tid 4 to smithi055169533-27 2023-10-14T00:03:34.365 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 27 v 288 (ObjNum 203 snap 47 seq_num 203) dirty exists 2023-10-14T00:03:34.365 INFO:tasks.rados.rados.0.smithi055.stdout:579: left oid 27 (ObjNum 203 snap 47 seq_num 203) 2023-10-14T00:03:34.367 INFO:tasks.rados.rados.0.smithi055.stdout:581: finishing write tid 1 to smithi055169533-32 2023-10-14T00:03:34.367 INFO:tasks.rados.rados.0.smithi055.stdout:581: finishing write tid 2 to smithi055169533-32 2023-10-14T00:03:34.368 INFO:tasks.rados.rados.0.smithi055.stdout:581: finishing write tid 3 to smithi055169533-32 2023-10-14T00:03:34.370 INFO:tasks.rados.rados.0.smithi055.stdout:581: finishing write tid 4 to smithi055169533-32 2023-10-14T00:03:34.370 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 32 v 92 (ObjNum 204 snap 47 seq_num 204) dirty exists 2023-10-14T00:03:34.370 INFO:tasks.rados.rados.0.smithi055.stdout:581: left oid 32 (ObjNum 204 snap 47 seq_num 204) 2023-10-14T00:03:34.625 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:34 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:03:34.512+0000 7fc55668f200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-10-14T00:03:34.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:34 smithi082 ceph-mon[116307]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:03:34.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:34 smithi082 ceph-mon[116307]: osdmap e161: 8 total, 8 up, 8 in 2023-10-14T00:03:34.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:34 smithi082 ceph-mon[116307]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-10-14T00:03:34.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:34 smithi082 ceph-mon[116307]: from='mgr.24955 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-10-14T00:03:34.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:34 smithi082 ceph-mon[116307]: osdmap e162: 8 total, 8 up, 8 in 2023-10-14T00:03:34.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:34 smithi082 ceph-mon[116307]: from='mgr.24955 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2023-10-14T00:03:34.628 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:34 smithi082 ceph-mon[116307]: mgrmap e29: y(active, starting, since 0.00929056s) 2023-10-14T00:03:34.766 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:34 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:03:34.368+0000 7f26c3b77200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-10-14T00:03:34.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:34 smithi055 ceph-mon[110989]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:03:34.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:34 smithi055 ceph-mon[110989]: osdmap e161: 8 total, 8 up, 8 in 2023-10-14T00:03:34.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:34 smithi055 ceph-mon[110989]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-10-14T00:03:34.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:34 smithi055 ceph-mon[110989]: from='mgr.24955 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-10-14T00:03:34.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:34 smithi055 ceph-mon[110989]: osdmap e162: 8 total, 8 up, 8 in 2023-10-14T00:03:34.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:34 smithi055 ceph-mon[110989]: from='mgr.24955 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2023-10-14T00:03:34.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:34 smithi055 ceph-mon[110989]: mgrmap e29: y(active, starting, since 0.00929056s) 2023-10-14T00:03:34.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:34 smithi055 ceph-mon[124249]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:03:34.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:34 smithi055 ceph-mon[124249]: osdmap e161: 8 total, 8 up, 8 in 2023-10-14T00:03:34.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:34 smithi055 ceph-mon[124249]: from='mgr.24955 172.21.15.82:0/3992050773' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-10-14T00:03:34.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:34 smithi055 ceph-mon[124249]: from='mgr.24955 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-10-14T00:03:34.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:34 smithi055 ceph-mon[124249]: osdmap e162: 8 total, 8 up, 8 in 2023-10-14T00:03:34.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:34 smithi055 ceph-mon[124249]: from='mgr.24955 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2023-10-14T00:03:34.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:34 smithi055 ceph-mon[124249]: mgrmap e29: y(active, starting, since 0.00929056s) 2023-10-14T00:03:35.125 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:34 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:03:34.739+0000 7fc55668f200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-10-14T00:03:35.303 INFO:tasks.rados.rados.0.smithi055.stdout:579: done (3 left) 2023-10-14T00:03:35.303 INFO:tasks.rados.rados.0.smithi055.stdout:580: done (2 left) 2023-10-14T00:03:35.303 INFO:tasks.rados.rados.0.smithi055.stdout:581: done (1 left) 2023-10-14T00:03:35.303 INFO:tasks.rados.rados.0.smithi055.stdout:582: done (0 left) 2023-10-14T00:03:35.304 INFO:tasks.rados.rados.0.smithi055.stdout:583: setattr oid 7 current snap is 48 2023-10-14T00:03:35.304 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 19 current snap is 48 2023-10-14T00:03:35.304 INFO:tasks.rados.rados.0.smithi055.stdout:584: seq_num 205 ranges {3063808=638976,3702784=401408} 2023-10-14T00:03:35.325 INFO:tasks.rados.rados.0.smithi055.stdout:584: writing smithi055169533-19 from 3063808 to 3702784 tid 1 2023-10-14T00:03:35.328 INFO:tasks.rados.rados.0.smithi055.stdout:584: writing smithi055169533-19 from 3702784 to 4104192 tid 2 2023-10-14T00:03:35.329 INFO:tasks.rados.rados.0.smithi055.stdout:585: copy_from oid 13 from oid 8 current snap is 48 2023-10-14T00:03:35.329 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 46 current snap is 48 2023-10-14T00:03:35.329 INFO:tasks.rados.rados.0.smithi055.stdout:586: seq_num 206 ranges {172032=655360,827392=401408} 2023-10-14T00:03:35.334 INFO:tasks.rados.rados.0.smithi055.stdout:586: writing smithi055169533-46 from 172032 to 827392 tid 1 2023-10-14T00:03:35.337 INFO:tasks.rados.rados.0.smithi055.stdout:586: writing smithi055169533-46 from 827392 to 1228800 tid 2 2023-10-14T00:03:35.337 INFO:tasks.rados.rados.0.smithi055.stdout:587: read oid 28 snap 45 2023-10-14T00:03:35.337 INFO:tasks.rados.rados.0.smithi055.stdout:587: expect (ObjNum 170 snap 37 seq_num 170) 2023-10-14T00:03:35.337 INFO:tasks.rados.rados.0.smithi055.stdout:588: read oid 15 snap -1 2023-10-14T00:03:35.337 INFO:tasks.rados.rados.0.smithi055.stdout:588: expect (ObjNum 198 snap 46 seq_num 198) 2023-10-14T00:03:35.338 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 44 current snap is 48 2023-10-14T00:03:35.338 INFO:tasks.rados.rados.0.smithi055.stdout:589: seq_num 207 ranges {0=671744,671744=401408} 2023-10-14T00:03:35.341 INFO:tasks.rados.rados.0.smithi055.stdout:589: writing smithi055169533-44 from 0 to 671744 tid 1 2023-10-14T00:03:35.344 INFO:tasks.rados.rados.0.smithi055.stdout:589: writing smithi055169533-44 from 671744 to 1073152 tid 2 2023-10-14T00:03:35.345 INFO:tasks.rados.rados.0.smithi055.stdout:590: rollback oid 24 current snap is 48 2023-10-14T00:03:35.345 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 24 to 47 2023-10-14T00:03:35.345 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 7 v 120 (ObjNum 23 snap 0 seq_num 23) dirty exists 2023-10-14T00:03:35.345 INFO:tasks.rados.rados.0.smithi055.stdout:583: done (7 left) 2023-10-14T00:03:35.345 INFO:tasks.rados.rados.0.smithi055.stdout:591: rollback oid 48 current snap is 48 2023-10-14T00:03:35.346 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 48 to 39 2023-10-14T00:03:35.346 INFO:tasks.rados.rados.0.smithi055.stdout:585: finishing copy_from to smithi055169533-13 2023-10-14T00:03:35.346 INFO:tasks.rados.rados.0.smithi055.stdout:585: got expected ENOENT (src dne) 2023-10-14T00:03:35.346 INFO:tasks.rados.rados.0.smithi055.stdout:585: finishing copy_from racing read to smithi055169533-13 2023-10-14T00:03:35.346 INFO:tasks.rados.rados.0.smithi055.stdout:584: finishing write tid 1 to smithi055169533-19 2023-10-14T00:03:35.347 INFO:tasks.rados.rados.0.smithi055.stdout:584: finishing write tid 2 to smithi055169533-19 2023-10-14T00:03:35.347 INFO:tasks.rados.rados.0.smithi055.stdout:584: finishing write tid 3 to smithi055169533-19 2023-10-14T00:03:35.347 INFO:tasks.rados.rados.0.smithi055.stdout:584: finishing write tid 4 to smithi055169533-19 2023-10-14T00:03:35.347 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 19 v 100 (ObjNum 205 snap 48 seq_num 205) dirty exists 2023-10-14T00:03:35.347 INFO:tasks.rados.rados.0.smithi055.stdout:584: left oid 19 (ObjNum 205 snap 48 seq_num 205) 2023-10-14T00:03:35.348 INFO:tasks.rados.rados.0.smithi055.stdout:586: finishing write tid 1 to smithi055169533-46 2023-10-14T00:03:35.348 INFO:tasks.rados.rados.0.smithi055.stdout:584: done (7 left) 2023-10-14T00:03:35.348 INFO:tasks.rados.rados.0.smithi055.stdout:585: done (6 left) 2023-10-14T00:03:35.348 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 5 current snap is 48 2023-10-14T00:03:35.348 INFO:tasks.rados.rados.0.smithi055.stdout:592: seq_num 208 ranges {2875392=688128,3563520=401408} 2023-10-14T00:03:35.365 INFO:tasks.rados.rados.0.smithi055.stdout:592: writing smithi055169533-5 from 2875392 to 3563520 tid 1 2023-10-14T00:03:35.367 INFO:tasks.rados.rados.0.smithi055.stdout:592: writing smithi055169533-5 from 3563520 to 3964928 tid 2 2023-10-14T00:03:35.368 INFO:tasks.rados.rados.0.smithi055.stdout:593: rollback oid 39 current snap is 48 2023-10-14T00:03:35.368 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 39 to 47 2023-10-14T00:03:35.368 INFO:tasks.rados.rados.0.smithi055.stdout:586: finishing write tid 2 to smithi055169533-46 2023-10-14T00:03:35.368 INFO:tasks.rados.rados.0.smithi055.stdout:586: finishing write tid 3 to smithi055169533-46 2023-10-14T00:03:35.368 INFO:tasks.rados.rados.0.smithi055.stdout:586: finishing write tid 4 to smithi055169533-46 2023-10-14T00:03:35.369 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 46 v 233 (ObjNum 206 snap 48 seq_num 206) dirty exists 2023-10-14T00:03:35.369 INFO:tasks.rados.rados.0.smithi055.stdout:586: left oid 46 (ObjNum 206 snap 48 seq_num 206) 2023-10-14T00:03:35.369 INFO:tasks.rados.rados.0.smithi055.stdout:589: finishing write tid 1 to smithi055169533-44 2023-10-14T00:03:35.369 INFO:tasks.rados.rados.0.smithi055.stdout:589: finishing write tid 2 to smithi055169533-44 2023-10-14T00:03:35.369 INFO:tasks.rados.rados.0.smithi055.stdout:587: expect (ObjNum 170 snap 37 seq_num 170) 2023-10-14T00:03:35.487 INFO:tasks.rados.rados.0.smithi055.stdout:589: finishing write tid 3 to smithi055169533-44 2023-10-14T00:03:35.487 INFO:tasks.rados.rados.0.smithi055.stdout:589: finishing write tid 4 to smithi055169533-44 2023-10-14T00:03:35.488 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 44 v 123 (ObjNum 207 snap 48 seq_num 207) dirty exists 2023-10-14T00:03:35.488 INFO:tasks.rados.rados.0.smithi055.stdout:589: left oid 44 (ObjNum 207 snap 48 seq_num 207) 2023-10-14T00:03:35.488 INFO:tasks.rados.rados.0.smithi055.stdout:591: finishing rollback tid 0 to smithi055169533-48 2023-10-14T00:03:35.488 INFO:tasks.rados.rados.0.smithi055.stdout:591: finishing rollback tid 1 to smithi055169533-48 2023-10-14T00:03:35.488 INFO:tasks.rados.rados.0.smithi055.stdout:586: done (7 left) 2023-10-14T00:03:35.489 INFO:tasks.rados.rados.0.smithi055.stdout:587: done (6 left) 2023-10-14T00:03:35.489 INFO:tasks.rados.rados.0.smithi055.stdout:589: done (5 left) 2023-10-14T00:03:35.489 INFO:tasks.rados.rados.0.smithi055.stdout:594: read oid 42 snap -1 2023-10-14T00:03:35.489 INFO:tasks.rados.rados.0.smithi055.stdout:594: expect (ObjNum 141 snap 28 seq_num 141) 2023-10-14T00:03:35.489 INFO:tasks.rados.rados.0.smithi055.stdout:595: rollback oid 33 current snap is 48 2023-10-14T00:03:35.490 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 33 to 47 2023-10-14T00:03:35.490 INFO:tasks.rados.rados.0.smithi055.stdout:591: finishing rollback tid 2 to smithi055169533-48 2023-10-14T00:03:35.490 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 48 v 204 (ObjNum 81 snap 0 seq_num 1667327076) dirty exists 2023-10-14T00:03:35.490 INFO:tasks.rados.rados.0.smithi055.stdout:590: finishing rollback tid 0 to smithi055169533-24 2023-10-14T00:03:35.490 INFO:tasks.rados.rados.0.smithi055.stdout:590: finishing rollback tid 1 to smithi055169533-24 2023-10-14T00:03:35.491 INFO:tasks.rados.rados.0.smithi055.stdout:590: finishing rollback tid 2 to smithi055169533-24 2023-10-14T00:03:35.491 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 24 v 112 (ObjNum 116 snap 21 seq_num 116) dirty exists 2023-10-14T00:03:35.491 INFO:tasks.rados.rados.0.smithi055.stdout:588: expect (ObjNum 198 snap 46 seq_num 198) 2023-10-14T00:03:35.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:35 smithi055 ceph-mon[124249]: osdmap e163: 8 total, 8 up, 8 in 2023-10-14T00:03:35.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:35 smithi055 ceph-mon[124249]: osdmap e164: 8 total, 8 up, 8 in 2023-10-14T00:03:35.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:35 smithi055 ceph-mon[110989]: osdmap e163: 8 total, 8 up, 8 in 2023-10-14T00:03:35.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:35 smithi055 ceph-mon[110989]: osdmap e164: 8 total, 8 up, 8 in 2023-10-14T00:03:35.518 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:03:35.132+0000 7f26c3b77200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-10-14T00:03:35.518 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:03:35.360+0000 7f26c3b77200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-10-14T00:03:35.625 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:35 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:03:35.167+0000 7fc55668f200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-10-14T00:03:35.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:35 smithi082 ceph-mon[116307]: osdmap e163: 8 total, 8 up, 8 in 2023-10-14T00:03:35.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:35 smithi082 ceph-mon[116307]: osdmap e164: 8 total, 8 up, 8 in 2023-10-14T00:03:35.633 INFO:tasks.rados.rados.0.smithi055.stdout:592: finishing write tid 1 to smithi055169533-5 2023-10-14T00:03:35.633 INFO:tasks.rados.rados.0.smithi055.stdout:592: finishing write tid 2 to smithi055169533-5 2023-10-14T00:03:35.634 INFO:tasks.rados.rados.0.smithi055.stdout:593: finishing rollback tid 0 to smithi055169533-39 2023-10-14T00:03:35.634 INFO:tasks.rados.rados.0.smithi055.stdout:592: finishing write tid 3 to smithi055169533-5 2023-10-14T00:03:35.634 INFO:tasks.rados.rados.0.smithi055.stdout:593: finishing rollback tid 1 to smithi055169533-39 2023-10-14T00:03:35.634 INFO:tasks.rados.rados.0.smithi055.stdout:593: finishing rollback tid 2 to smithi055169533-39 2023-10-14T00:03:35.635 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 39 v 292 (ObjNum 200 snap 46 seq_num 200) dirty exists 2023-10-14T00:03:35.635 INFO:tasks.rados.rados.0.smithi055.stdout:592: finishing write tid 4 to smithi055169533-5 2023-10-14T00:03:35.635 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 5 v 200 (ObjNum 208 snap 48 seq_num 208) dirty exists 2023-10-14T00:03:35.635 INFO:tasks.rados.rados.0.smithi055.stdout:592: left oid 5 (ObjNum 208 snap 48 seq_num 208) 2023-10-14T00:03:35.635 INFO:tasks.rados.rados.0.smithi055.stdout:595: finishing rollback tid 0 to smithi055169533-33 2023-10-14T00:03:35.636 INFO:tasks.rados.rados.0.smithi055.stdout:588: done (6 left) 2023-10-14T00:03:35.636 INFO:tasks.rados.rados.0.smithi055.stdout:590: done (5 left) 2023-10-14T00:03:35.636 INFO:tasks.rados.rados.0.smithi055.stdout:591: done (4 left) 2023-10-14T00:03:35.636 INFO:tasks.rados.rados.0.smithi055.stdout:592: done (3 left) 2023-10-14T00:03:35.636 INFO:tasks.rados.rados.0.smithi055.stdout:593: done (2 left) 2023-10-14T00:03:35.637 INFO:tasks.rados.rados.0.smithi055.stdout:596: read oid 13 snap -1 2023-10-14T00:03:35.637 INFO:tasks.rados.rados.0.smithi055.stdout:596: expect deleted 2023-10-14T00:03:35.637 INFO:tasks.rados.rados.0.smithi055.stdout:597: rollback oid 46 current snap is 48 2023-10-14T00:03:35.637 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 46 to 47 2023-10-14T00:03:35.637 INFO:tasks.rados.rados.0.smithi055.stdout:595: finishing rollback tid 1 to smithi055169533-33 2023-10-14T00:03:35.638 INFO:tasks.rados.rados.0.smithi055.stdout:595: finishing rollback tid 2 to smithi055169533-33 2023-10-14T00:03:35.638 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 33 v 228 (ObjNum 202 snap 46 seq_num 202) dirty exists 2023-10-14T00:03:35.638 INFO:tasks.rados.rados.0.smithi055.stdout:594: expect (ObjNum 141 snap 28 seq_num 141) 2023-10-14T00:03:35.695 INFO:tasks.rados.rados.0.smithi055.stdout:597: finishing rollback tid 0 to smithi055169533-46 2023-10-14T00:03:35.695 INFO:tasks.rados.rados.0.smithi055.stdout:597: finishing rollback tid 1 to smithi055169533-46 2023-10-14T00:03:35.696 INFO:tasks.rados.rados.0.smithi055.stdout:597: finishing rollback tid 2 to smithi055169533-46 2023-10-14T00:03:35.696 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 46 v 236 (ObjNum 10 snap 0 seq_num 10) dirty exists 2023-10-14T00:03:35.696 INFO:tasks.rados.rados.0.smithi055.stdout:594: done (3 left) 2023-10-14T00:03:35.696 INFO:tasks.rados.rados.0.smithi055.stdout:595: done (2 left) 2023-10-14T00:03:35.696 INFO:tasks.rados.rados.0.smithi055.stdout:596: done (1 left) 2023-10-14T00:03:35.697 INFO:tasks.rados.rados.0.smithi055.stdout:597: done (0 left) 2023-10-14T00:03:35.697 INFO:tasks.rados.rados.0.smithi055.stdout:598: snap_create 2023-10-14T00:03:35.750 INFO:tasks.rados.rados.0.smithi055.stdout:598: done (0 left) 2023-10-14T00:03:35.750 INFO:tasks.rados.rados.0.smithi055.stdout:599: rollback oid 42 current snap is 49 2023-10-14T00:03:35.751 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 42 to 39 2023-10-14T00:03:35.751 INFO:tasks.rados.rados.0.smithi055.stdout:600: copy_from oid 3 from oid 1 current snap is 49 2023-10-14T00:03:35.751 INFO:tasks.rados.rados.0.smithi055.stdout:601: snap_remove snap 45 2023-10-14T00:03:35.837 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:03:35.578+0000 7f26c3b77200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-10-14T00:03:35.837 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:03:35.716+0000 7f26c3b77200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-10-14T00:03:35.837 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: [14/Oct/2023:00:03:35] ENGINE Bus STARTING 2023-10-14T00:03:36.098 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: CherryPy Checker: 2023-10-14T00:03:36.098 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: The Application mounted at '' has an empty config. 2023-10-14T00:03:36.099 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:03:36.099 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: [14/Oct/2023:00:03:35] ENGINE Serving on http://:::9283 2023-10-14T00:03:36.099 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: [14/Oct/2023:00:03:35] ENGINE Bus STARTED 2023-10-14T00:03:36.099 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: [14/Oct/2023:00:03:35] ENGINE Bus STOPPING 2023-10-14T00:03:36.099 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: [14/Oct/2023:00:03:35] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-10-14T00:03:36.100 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: [14/Oct/2023:00:03:35] ENGINE Bus STOPPED 2023-10-14T00:03:36.100 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: [14/Oct/2023:00:03:35] ENGINE Bus STARTING 2023-10-14T00:03:36.100 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:03:36.011+0000 7f2620e82700 -1 client.0 error registering admin socket command: (17) File exists 2023-10-14T00:03:36.100 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:03:36.011+0000 7f2620e82700 -1 client.0 error registering admin socket command: (17) File exists 2023-10-14T00:03:36.101 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:03:36.011+0000 7f2620e82700 -1 client.0 error registering admin socket command: (17) File exists 2023-10-14T00:03:36.101 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:03:36.011+0000 7f2620e82700 -1 client.0 error registering admin socket command: (17) File exists 2023-10-14T00:03:36.101 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:03:36.011+0000 7f2620e82700 -1 client.0 error registering admin socket command: (17) File exists 2023-10-14T00:03:36.101 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:03:36.013+0000 7f2624689700 -1 client.0 error registering admin socket command: (17) File exists 2023-10-14T00:03:36.101 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:03:36.013+0000 7f2624689700 -1 client.0 error registering admin socket command: (17) File exists 2023-10-14T00:03:36.102 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:03:36.013+0000 7f2624689700 -1 client.0 error registering admin socket command: (17) File exists 2023-10-14T00:03:36.102 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:03:36.013+0000 7f2624689700 -1 client.0 error registering admin socket command: (17) File exists 2023-10-14T00:03:36.102 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:03:36.013+0000 7f2624689700 -1 client.0 error registering admin socket command: (17) File exists 2023-10-14T00:03:36.103 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: [14/Oct/2023:00:03:36] ENGINE Serving on http://:::9283 2023-10-14T00:03:36.103 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: [14/Oct/2023:00:03:36] ENGINE Bus STARTED 2023-10-14T00:03:36.357 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:35 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:03:35.894+0000 7fc55668f200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-10-14T00:03:36.358 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:35 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:03:35.983+0000 7fc55668f200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-10-14T00:03:36.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:36 smithi082 ceph-mon[116307]: Active manager daemon y restarted 2023-10-14T00:03:36.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:36 smithi082 ceph-mon[116307]: Activating manager daemon y 2023-10-14T00:03:36.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:36 smithi082 ceph-mon[116307]: from='mgr.? 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-10-14T00:03:36.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:36 smithi082 ceph-mon[116307]: from='mgr.? 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-14T00:03:36.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:36 smithi082 ceph-mon[116307]: osdmap e165: 8 total, 8 up, 8 in 2023-10-14T00:03:36.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:36 smithi082 ceph-mon[116307]: mgrmap e30: y(active, starting, since 0.0139846s) 2023-10-14T00:03:36.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:36 smithi082 ceph-mon[116307]: from='mgr.? 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-10-14T00:03:36.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:36 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-10-14T00:03:36.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:36 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:03:36.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:36 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:03:36.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:36 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:03:36.628 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:36 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2023-10-14T00:03:36.628 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:36 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2023-10-14T00:03:36.628 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:36 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-10-14T00:03:36.628 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:36 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-14T00:03:36.628 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:36 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-14T00:03:36.629 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:36 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-14T00:03:36.629 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:36 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-14T00:03:36.629 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:36 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-14T00:03:36.629 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:36 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-14T00:03:36.629 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:36 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-14T00:03:36.630 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:36 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-14T00:03:36.630 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:36 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-14T00:03:36.630 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:36 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-14T00:03:36.630 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:36 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-14T00:03:36.630 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:36 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-14T00:03:36.631 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:36 smithi082 ceph-mon[116307]: Manager daemon y is now available 2023-10-14T00:03:36.631 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:36 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:03:36.631 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:36 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:03:36.631 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:36 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:03:36.631 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:36 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-10-14T00:03:36.632 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:36 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-10-14T00:03:36.751 INFO:tasks.rados.rados.0.smithi055.stdout:601: done (2 left) 2023-10-14T00:03:36.751 INFO:tasks.rados.rados.0.smithi055.stdout:602: read oid 15 snap -1 2023-10-14T00:03:36.752 INFO:tasks.rados.rados.0.smithi055.stdout:602: expect (ObjNum 198 snap 46 seq_num 198) 2023-10-14T00:03:36.755 INFO:tasks.rados.rados.0.smithi055.stdout:603: rollback oid 17 current snap is 49 2023-10-14T00:03:36.755 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 17 to 40 2023-10-14T00:03:36.755 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 10 current snap is 49 2023-10-14T00:03:36.755 INFO:tasks.rados.rados.0.smithi055.stdout:604: seq_num 209 ranges {0=704512,704512=401408} 2023-10-14T00:03:36.758 INFO:tasks.rados.rados.0.smithi055.stdout:604: writing smithi055169533-10 from 0 to 704512 tid 1 2023-10-14T00:03:36.760 INFO:tasks.rados.rados.0.smithi055.stdout:604: writing smithi055169533-10 from 704512 to 1105920 tid 2 2023-10-14T00:03:36.760 INFO:tasks.rados.rados.0.smithi055.stdout:605: copy_from oid 6 from oid 5 current snap is 49 2023-10-14T00:03:36.760 INFO:tasks.rados.rados.0.smithi055.stdout:606: rollback oid 18 current snap is 49 2023-10-14T00:03:36.760 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 18 to 47 2023-10-14T00:03:36.761 INFO:tasks.rados.rados.0.smithi055.stdout:607: copy_from oid 16 from oid 43 current snap is 49 2023-10-14T00:03:36.761 INFO:tasks.rados.rados.0.smithi055.stdout:608: rollback oid 38 current snap is 49 2023-10-14T00:03:36.761 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 38 to 46 2023-10-14T00:03:36.761 INFO:tasks.rados.rados.0.smithi055.stdout:609: delete oid 49 current snap is 49 2023-10-14T00:03:36.761 INFO:tasks.rados.rados.0.smithi055.stdout:600: finishing copy_from to smithi055169533-3 2023-10-14T00:03:36.762 INFO:tasks.rados.rados.0.smithi055.stdout:600: got expected ENOENT (src dne) 2023-10-14T00:03:36.762 INFO:tasks.rados.rados.0.smithi055.stdout:600: finishing copy_from racing read to smithi055169533-3 2023-10-14T00:03:36.762 INFO:tasks.rados.rados.0.smithi055.stdout:599: finishing rollback tid 0 to smithi055169533-42 2023-10-14T00:03:36.762 INFO:tasks.rados.rados.0.smithi055.stdout:599: finishing rollback tid 1 to smithi055169533-42 2023-10-14T00:03:36.762 INFO:tasks.rados.rados.0.smithi055.stdout:599: finishing rollback tid 2 to smithi055169533-42 2023-10-14T00:03:36.763 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 42 v 79 (ObjNum 141 snap 28 seq_num 141) dirty exists 2023-10-14T00:03:36.774 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[110989]: Active manager daemon y restarted 2023-10-14T00:03:36.774 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[110989]: Activating manager daemon y 2023-10-14T00:03:36.774 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[110989]: from='mgr.? 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-10-14T00:03:36.774 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[110989]: from='mgr.? 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-14T00:03:36.775 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[110989]: osdmap e165: 8 total, 8 up, 8 in 2023-10-14T00:03:36.775 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[110989]: mgrmap e30: y(active, starting, since 0.0139846s) 2023-10-14T00:03:36.775 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[110989]: from='mgr.? 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-10-14T00:03:36.775 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-10-14T00:03:36.775 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:03:36.775 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:03:36.776 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:03:36.776 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2023-10-14T00:03:36.776 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2023-10-14T00:03:36.776 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-10-14T00:03:36.776 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-14T00:03:36.777 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-14T00:03:36.777 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-14T00:03:36.777 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-14T00:03:36.777 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-14T00:03:36.777 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-14T00:03:36.778 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-14T00:03:36.778 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-14T00:03:36.778 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-14T00:03:36.778 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-14T00:03:36.778 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-14T00:03:36.779 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-14T00:03:36.779 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[110989]: Manager daemon y is now available 2023-10-14T00:03:36.779 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:03:36.779 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:03:36.779 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:03:36.780 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-10-14T00:03:36.780 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-10-14T00:03:36.780 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[124249]: Active manager daemon y restarted 2023-10-14T00:03:36.780 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[124249]: Activating manager daemon y 2023-10-14T00:03:36.781 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[124249]: from='mgr.? 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-10-14T00:03:36.781 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[124249]: from='mgr.? 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-14T00:03:36.781 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[124249]: osdmap e165: 8 total, 8 up, 8 in 2023-10-14T00:03:36.781 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[124249]: mgrmap e30: y(active, starting, since 0.0139846s) 2023-10-14T00:03:36.781 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[124249]: from='mgr.? 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-10-14T00:03:36.782 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-10-14T00:03:36.782 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:03:36.782 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:03:36.782 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:03:36.782 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2023-10-14T00:03:36.783 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2023-10-14T00:03:36.783 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-10-14T00:03:36.783 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-14T00:03:36.783 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-14T00:03:36.783 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-14T00:03:36.784 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-14T00:03:36.784 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-14T00:03:36.784 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-14T00:03:36.784 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-14T00:03:36.784 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-14T00:03:36.785 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-14T00:03:36.785 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-14T00:03:36.785 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-14T00:03:36.785 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-14T00:03:36.785 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[124249]: Manager daemon y is now available 2023-10-14T00:03:36.786 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:03:36.786 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:03:36.786 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:03:36.786 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-10-14T00:03:36.786 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:36 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-10-14T00:03:36.787 INFO:tasks.rados.rados.0.smithi055.stdout:607: finishing copy_from to smithi055169533-16 2023-10-14T00:03:36.787 INFO:tasks.rados.rados.0.smithi055.stdout:607: got expected ENOENT (src dne) 2023-10-14T00:03:36.787 INFO:tasks.rados.rados.0.smithi055.stdout:607: finishing copy_from racing read to smithi055169533-16 2023-10-14T00:03:36.788 INFO:tasks.rados.rados.0.smithi055.stdout:603: finishing rollback tid 0 to smithi055169533-17 2023-10-14T00:03:36.788 INFO:tasks.rados.rados.0.smithi055.stdout:603: finishing rollback tid 1 to smithi055169533-17 2023-10-14T00:03:36.788 INFO:tasks.rados.rados.0.smithi055.stdout:603: finishing rollback tid 2 to smithi055169533-17 2023-10-14T00:03:36.788 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 17 v 300 (ObjNum 171 snap 37 seq_num 171) dirty exists 2023-10-14T00:03:36.789 INFO:tasks.rados.rados.0.smithi055.stdout:604: finishing write tid 1 to smithi055169533-10 2023-10-14T00:03:36.789 INFO:tasks.rados.rados.0.smithi055.stdout:604: finishing write tid 2 to smithi055169533-10 2023-10-14T00:03:36.789 INFO:tasks.rados.rados.0.smithi055.stdout:604: finishing write tid 3 to smithi055169533-10 2023-10-14T00:03:36.789 INFO:tasks.rados.rados.0.smithi055.stdout:608: finishing rollback tid 0 to smithi055169533-38 2023-10-14T00:03:36.789 INFO:tasks.rados.rados.0.smithi055.stdout:608: finishing rollback tid 1 to smithi055169533-38 2023-10-14T00:03:36.790 INFO:tasks.rados.rados.0.smithi055.stdout:608: finishing rollback tid 2 to smithi055169533-38 2023-10-14T00:03:36.790 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 38 v 114 (ObjNum 187 snap 42 seq_num 187) dirty exists 2023-10-14T00:03:36.790 INFO:tasks.rados.rados.0.smithi055.stdout:604: finishing write tid 4 to smithi055169533-10 2023-10-14T00:03:36.790 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 10 v 303 (ObjNum 209 snap 49 seq_num 209) dirty exists 2023-10-14T00:03:36.790 INFO:tasks.rados.rados.0.smithi055.stdout:604: left oid 10 (ObjNum 209 snap 49 seq_num 209) 2023-10-14T00:03:36.791 INFO:tasks.rados.rados.0.smithi055.stdout:602: expect (ObjNum 198 snap 46 seq_num 198) 2023-10-14T00:03:36.803 INFO:teuthology.orchestra.run.smithi055.stdout:true 2023-10-14T00:03:36.944 INFO:tasks.rados.rados.0.smithi055.stdout:606: finishing rollback tid 0 to smithi055169533-18 2023-10-14T00:03:36.945 INFO:tasks.rados.rados.0.smithi055.stdout:606: finishing rollback tid 1 to smithi055169533-18 2023-10-14T00:03:36.945 INFO:tasks.rados.rados.0.smithi055.stdout:606: finishing rollback tid 2 to smithi055169533-18 2023-10-14T00:03:36.945 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 18 v 265 (ObjNum 183 snap 42 seq_num 183) dirty exists 2023-10-14T00:03:36.945 INFO:tasks.rados.rados.0.smithi055.stdout:605: finishing copy_from to smithi055169533-6 2023-10-14T00:03:36.945 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 6 v 200 (ObjNum 208 snap 48 seq_num 208) dirty exists 2023-10-14T00:03:36.946 INFO:tasks.rados.rados.0.smithi055.stdout:605: finishing copy_from racing read to smithi055169533-6 2023-10-14T00:03:36.946 INFO:tasks.rados.rados.0.smithi055.stdout:599: done (9 left) 2023-10-14T00:03:36.946 INFO:tasks.rados.rados.0.smithi055.stdout:600: done (8 left) 2023-10-14T00:03:36.946 INFO:tasks.rados.rados.0.smithi055.stdout:602: done (7 left) 2023-10-14T00:03:36.946 INFO:tasks.rados.rados.0.smithi055.stdout:603: done (6 left) 2023-10-14T00:03:36.947 INFO:tasks.rados.rados.0.smithi055.stdout:604: done (5 left) 2023-10-14T00:03:36.947 INFO:tasks.rados.rados.0.smithi055.stdout:605: done (4 left) 2023-10-14T00:03:36.947 INFO:tasks.rados.rados.0.smithi055.stdout:606: done (3 left) 2023-10-14T00:03:36.947 INFO:tasks.rados.rados.0.smithi055.stdout:607: done (2 left) 2023-10-14T00:03:36.947 INFO:tasks.rados.rados.0.smithi055.stdout:608: done (1 left) 2023-10-14T00:03:36.948 INFO:tasks.rados.rados.0.smithi055.stdout:609: done (0 left) 2023-10-14T00:03:36.948 INFO:tasks.rados.rados.0.smithi055.stdout:610: delete oid 40 current snap is 49 2023-10-14T00:03:36.949 INFO:tasks.rados.rados.0.smithi055.stdout:610: done (0 left) 2023-10-14T00:03:36.949 INFO:tasks.rados.rados.0.smithi055.stdout:611: read oid 50 snap -1 2023-10-14T00:03:36.949 INFO:tasks.rados.rados.0.smithi055.stdout:611: expect deleted 2023-10-14T00:03:36.949 INFO:tasks.rados.rados.0.smithi055.stdout:612: rollback oid 34 current snap is 49 2023-10-14T00:03:36.949 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 34 to 48 2023-10-14T00:03:36.950 INFO:tasks.rados.rados.0.smithi055.stdout:613: delete oid 5 current snap is 49 2023-10-14T00:03:36.950 INFO:tasks.rados.rados.0.smithi055.stdout:611: done (2 left) 2023-10-14T00:03:36.951 INFO:tasks.rados.rados.0.smithi055.stdout:613: done (1 left) 2023-10-14T00:03:36.951 INFO:tasks.rados.rados.0.smithi055.stdout:614: read oid 6 snap -1 2023-10-14T00:03:36.951 INFO:tasks.rados.rados.0.smithi055.stdout:614: expect (ObjNum 208 snap 48 seq_num 208) 2023-10-14T00:03:36.951 INFO:tasks.rados.rados.0.smithi055.stdout:615: snap_create 2023-10-14T00:03:36.951 INFO:tasks.rados.rados.0.smithi055.stdout:612: finishing rollback tid 1 to smithi055169533-34 2023-10-14T00:03:36.952 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 34 v 230 (ObjNum 65 snap 0 seq_num 1868259686) dirty dne 2023-10-14T00:03:36.968 INFO:tasks.rados.rados.0.smithi055.stdout:614: expect (ObjNum 208 snap 48 seq_num 208) 2023-10-14T00:03:37.089 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:36 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:03:36.638+0000 7fc55668f200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-10-14T00:03:37.090 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:36 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:03:36.729+0000 7fc55668f200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-10-14T00:03:37.090 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:36 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:03:36.845+0000 7fc55668f200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-10-14T00:03:37.168 INFO:teuthology.orchestra.run.smithi055.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-14T00:03:37.169 INFO:teuthology.orchestra.run.smithi055.stdout:alertmanager.a smithi055 *:9093,9094 running (24s) 7s ago 3m 17.2M - 0.25.0 c8568f914cd2 a43b396ec072 2023-10-14T00:03:37.169 INFO:teuthology.orchestra.run.smithi055.stdout:grafana.a smithi082 *:3000 running (14s) 6s ago 3m 68.2M - 9.4.7 2c41d148cca3 59d4f501e341 2023-10-14T00:03:37.169 INFO:teuthology.orchestra.run.smithi055.stdout:mds.a smithi055 running (4m) 7s ago 4m 15.0M - 17.2.6-1409-gc4ba9722 8659eb916c3b a64e2d68f55a 2023-10-14T00:03:37.169 INFO:teuthology.orchestra.run.smithi055.stdout:mds.b smithi082 running (4m) 6s ago 4m 19.6M - 17.2.6-1409-gc4ba9722 8659eb916c3b c8f059701aff 2023-10-14T00:03:37.169 INFO:teuthology.orchestra.run.smithi055.stdout:mgr.x smithi082 *:8443,9283 running (43s) 6s ago 6m 502M - 18.0.0-6751-g3b7b697c 0b2b3aa58da0 7c2f703566a9 2023-10-14T00:03:37.170 INFO:teuthology.orchestra.run.smithi055.stdout:mgr.y smithi055 *:8443,9283,8765 running (9s) 7s ago 8m 49.1M - 18.0.0-6751-g3b7b697c 0b2b3aa58da0 b7faf0747550 2023-10-14T00:03:37.170 INFO:teuthology.orchestra.run.smithi055.stdout:mon.a smithi055 running (8m) 7s ago 8m 100M 2048M 17.2.6-1409-gc4ba9722 8659eb916c3b 9b9c59bf5862 2023-10-14T00:03:37.170 INFO:teuthology.orchestra.run.smithi055.stdout:mon.b smithi082 running (6m) 6s ago 6m 71.0M 2048M 17.2.6-1409-gc4ba9722 8659eb916c3b f6fcf1af9c8f 2023-10-14T00:03:37.170 INFO:teuthology.orchestra.run.smithi055.stdout:mon.c smithi055 running (6m) 7s ago 6m 68.0M 2048M 17.2.6-1409-gc4ba9722 8659eb916c3b d426312983c2 2023-10-14T00:03:37.171 INFO:teuthology.orchestra.run.smithi055.stdout:node-exporter.a smithi055 *:9100 running (22s) 7s ago 3m 9181k - 1.5.0 0da6a335fe13 31fbb1d63b0a 2023-10-14T00:03:37.171 INFO:teuthology.orchestra.run.smithi055.stdout:node-exporter.b smithi082 *:9100 running (13s) 6s ago 3m 3917k - 1.5.0 0da6a335fe13 16c130d1487c 2023-10-14T00:03:37.171 INFO:teuthology.orchestra.run.smithi055.stdout:osd.0 smithi055 running (6m) 7s ago 6m 178M 2487M 17.2.6-1409-gc4ba9722 8659eb916c3b 66d9116b2b46 2023-10-14T00:03:37.171 INFO:teuthology.orchestra.run.smithi055.stdout:osd.1 smithi055 running (6m) 7s ago 6m 147M 2487M 17.2.6-1409-gc4ba9722 8659eb916c3b b25945c260a3 2023-10-14T00:03:37.171 INFO:teuthology.orchestra.run.smithi055.stdout:osd.2 smithi055 running (5m) 7s ago 5m 192M 2487M 17.2.6-1409-gc4ba9722 8659eb916c3b 20662f684e60 2023-10-14T00:03:37.172 INFO:teuthology.orchestra.run.smithi055.stdout:osd.3 smithi055 running (5m) 7s ago 5m 118M 2487M 17.2.6-1409-gc4ba9722 8659eb916c3b 7b50ece3fc6a 2023-10-14T00:03:37.172 INFO:teuthology.orchestra.run.smithi055.stdout:osd.4 smithi082 running (5m) 6s ago 5m 150M 2486M 17.2.6-1409-gc4ba9722 8659eb916c3b 0c6a875b6536 2023-10-14T00:03:37.172 INFO:teuthology.orchestra.run.smithi055.stdout:osd.5 smithi082 running (4m) 6s ago 4m 178M 2486M 17.2.6-1409-gc4ba9722 8659eb916c3b 4bc4f3a1610c 2023-10-14T00:03:37.172 INFO:teuthology.orchestra.run.smithi055.stdout:osd.6 smithi082 running (4m) 6s ago 4m 108M 2486M 17.2.6-1409-gc4ba9722 8659eb916c3b 534f869fa9c0 2023-10-14T00:03:37.172 INFO:teuthology.orchestra.run.smithi055.stdout:osd.7 smithi082 running (4m) 6s ago 4m 167M 2486M 17.2.6-1409-gc4ba9722 8659eb916c3b 8ed5f8f55810 2023-10-14T00:03:37.173 INFO:teuthology.orchestra.run.smithi055.stdout:prometheus.a smithi082 *:9095 running (19s) 6s ago 3m 37.0M - 2.43.0 a07b618ecd1d d92b0eeef7ca 2023-10-14T00:03:37.359 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:37 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:03:37.088+0000 7fc55668f200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-10-14T00:03:37.359 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:37 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:03:37.186+0000 7fc55668f200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-10-14T00:03:37.359 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:37 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:03:37.289+0000 7fc55668f200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-10-14T00:03:37.625 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:37 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:03:37.530+0000 7fc55668f200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-10-14T00:03:37.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:37 smithi082 ceph-mon[116307]: [14/Oct/2023:00:03:36] ENGINE Bus STARTING 2023-10-14T00:03:37.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:37 smithi082 ceph-mon[116307]: osdmap e166: 8 total, 8 up, 8 in 2023-10-14T00:03:37.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:37 smithi082 ceph-mon[116307]: mgrmap e31: y(active, since 1.02743s) 2023-10-14T00:03:37.641 INFO:teuthology.orchestra.run.smithi055.stdout:{ 2023-10-14T00:03:37.642 INFO:teuthology.orchestra.run.smithi055.stdout: "mon": { 2023-10-14T00:03:37.642 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)": 3 2023-10-14T00:03:37.642 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:03:37.642 INFO:teuthology.orchestra.run.smithi055.stdout: "mgr": { 2023-10-14T00:03:37.642 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 18.0.0-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)": 1 2023-10-14T00:03:37.643 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:03:37.643 INFO:teuthology.orchestra.run.smithi055.stdout: "osd": { 2023-10-14T00:03:37.643 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)": 8 2023-10-14T00:03:37.643 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:03:37.643 INFO:teuthology.orchestra.run.smithi055.stdout: "mds": { 2023-10-14T00:03:37.644 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)": 2 2023-10-14T00:03:37.644 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:03:37.644 INFO:teuthology.orchestra.run.smithi055.stdout: "overall": { 2023-10-14T00:03:37.644 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)": 13, 2023-10-14T00:03:37.644 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 18.0.0-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)": 1 2023-10-14T00:03:37.645 INFO:teuthology.orchestra.run.smithi055.stdout: } 2023-10-14T00:03:37.645 INFO:teuthology.orchestra.run.smithi055.stdout:} 2023-10-14T00:03:37.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:37 smithi055 ceph-mon[124249]: [14/Oct/2023:00:03:36] ENGINE Bus STARTING 2023-10-14T00:03:37.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:37 smithi055 ceph-mon[124249]: osdmap e166: 8 total, 8 up, 8 in 2023-10-14T00:03:37.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:37 smithi055 ceph-mon[124249]: mgrmap e31: y(active, since 1.02743s) 2023-10-14T00:03:37.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:37 smithi055 ceph-mon[110989]: [14/Oct/2023:00:03:36] ENGINE Bus STARTING 2023-10-14T00:03:37.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:37 smithi055 ceph-mon[110989]: osdmap e166: 8 total, 8 up, 8 in 2023-10-14T00:03:37.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:37 smithi055 ceph-mon[110989]: mgrmap e31: y(active, since 1.02743s) 2023-10-14T00:03:37.769 INFO:tasks.rados.rados.0.smithi055.stdout:612: done (2 left) 2023-10-14T00:03:37.769 INFO:tasks.rados.rados.0.smithi055.stdout:614: done (1 left) 2023-10-14T00:03:37.770 INFO:tasks.rados.rados.0.smithi055.stdout:615: done (0 left) 2023-10-14T00:03:37.770 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 39 current snap is 50 2023-10-14T00:03:37.770 INFO:tasks.rados.rados.0.smithi055.stdout:616: seq_num 213 ranges {5341184=770048,6111232=401408} 2023-10-14T00:03:37.802 INFO:tasks.rados.rados.0.smithi055.stdout:616: writing smithi055169533-39 from 5341184 to 6111232 tid 1 2023-10-14T00:03:37.805 INFO:tasks.rados.rados.0.smithi055.stdout:616: writing smithi055169533-39 from 6111232 to 6512640 tid 2 2023-10-14T00:03:37.805 INFO:tasks.rados.rados.0.smithi055.stdout:617: read oid 48 snap -1 2023-10-14T00:03:37.806 INFO:tasks.rados.rados.0.smithi055.stdout:617: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:03:37.806 INFO:tasks.rados.rados.0.smithi055.stdout:618: read oid 26 snap 39 2023-10-14T00:03:37.806 INFO:tasks.rados.rados.0.smithi055.stdout:618: expect (ObjNum 160 snap 36 seq_num 160) 2023-10-14T00:03:37.806 INFO:tasks.rados.rados.0.smithi055.stdout:619: rollback oid 14 current snap is 50 2023-10-14T00:03:37.807 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 14 to 39 2023-10-14T00:03:37.807 INFO:tasks.rados.rados.0.smithi055.stdout:620: snap_create 2023-10-14T00:03:37.809 INFO:tasks.rados.rados.0.smithi055.stdout:616: finishing write tid 1 to smithi055169533-39 2023-10-14T00:03:37.809 INFO:tasks.rados.rados.0.smithi055.stdout:616: finishing write tid 2 to smithi055169533-39 2023-10-14T00:03:37.810 INFO:tasks.rados.rados.0.smithi055.stdout:616: finishing write tid 3 to smithi055169533-39 2023-10-14T00:03:37.812 INFO:tasks.rados.rados.0.smithi055.stdout:617: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:03:37.813 INFO:tasks.rados.rados.0.smithi055.stdout:618: expect (ObjNum 160 snap 36 seq_num 160) 2023-10-14T00:03:37.821 INFO:tasks.rados.rados.0.smithi055.stdout:619: finishing rollback tid 0 to smithi055169533-14 2023-10-14T00:03:37.821 INFO:tasks.rados.rados.0.smithi055.stdout:619: finishing rollback tid 1 to smithi055169533-14 2023-10-14T00:03:37.821 INFO:tasks.rados.rados.0.smithi055.stdout:619: finishing rollback tid 2 to smithi055169533-14 2023-10-14T00:03:37.822 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 14 v 203 (ObjNum 175 snap 39 seq_num 175) dirty exists 2023-10-14T00:03:37.822 INFO:tasks.rados.rados.0.smithi055.stdout:616: finishing write tid 4 to smithi055169533-39 2023-10-14T00:03:37.822 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 39 v 307 (ObjNum 213 snap 50 seq_num 213) dirty exists 2023-10-14T00:03:37.822 INFO:tasks.rados.rados.0.smithi055.stdout:616: left oid 39 (ObjNum 213 snap 50 seq_num 213) 2023-10-14T00:03:37.957 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:37 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:03:37.650+0000 7fc55668f200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-10-14T00:03:37.957 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:37 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:03:37.861+0000 7fc55668f200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-10-14T00:03:38.252 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:37 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:03:37.955+0000 7fc55668f200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-10-14T00:03:38.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:38 smithi055 ceph-mon[110989]: [14/Oct/2023:00:03:36] ENGINE Serving on http://172.21.15.55:8765 2023-10-14T00:03:38.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:38 smithi055 ceph-mon[110989]: [14/Oct/2023:00:03:36] ENGINE Serving on https://172.21.15.55:7150 2023-10-14T00:03:38.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:38 smithi055 ceph-mon[110989]: [14/Oct/2023:00:03:36] ENGINE Bus STARTED 2023-10-14T00:03:38.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:38 smithi055 ceph-mon[110989]: from='client.25051 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:03:38.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:38 smithi055 ceph-mon[110989]: pgmap v4: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 81 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:03:38.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:38 smithi055 ceph-mon[110989]: from='client.15189 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:03:38.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:38 smithi055 ceph-mon[110989]: from='client.? 172.21.15.55:0/4223551252' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:03:38.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:38 smithi055 ceph-mon[110989]: osdmap e167: 8 total, 8 up, 8 in 2023-10-14T00:03:38.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:38 smithi055 ceph-mon[124249]: [14/Oct/2023:00:03:36] ENGINE Serving on http://172.21.15.55:8765 2023-10-14T00:03:38.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:38 smithi055 ceph-mon[124249]: [14/Oct/2023:00:03:36] ENGINE Serving on https://172.21.15.55:7150 2023-10-14T00:03:38.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:38 smithi055 ceph-mon[124249]: [14/Oct/2023:00:03:36] ENGINE Bus STARTED 2023-10-14T00:03:38.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:38 smithi055 ceph-mon[124249]: from='client.25051 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:03:38.521 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:38 smithi055 ceph-mon[124249]: pgmap v4: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 81 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:03:38.521 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:38 smithi055 ceph-mon[124249]: from='client.15189 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:03:38.521 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:38 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/4223551252' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:03:38.521 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:38 smithi055 ceph-mon[124249]: osdmap e167: 8 total, 8 up, 8 in 2023-10-14T00:03:38.586 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:38 smithi082 ceph-mon[116307]: [14/Oct/2023:00:03:36] ENGINE Serving on http://172.21.15.55:8765 2023-10-14T00:03:38.586 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:38 smithi082 ceph-mon[116307]: [14/Oct/2023:00:03:36] ENGINE Serving on https://172.21.15.55:7150 2023-10-14T00:03:38.586 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:38 smithi082 ceph-mon[116307]: [14/Oct/2023:00:03:36] ENGINE Bus STARTED 2023-10-14T00:03:38.587 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:38 smithi082 ceph-mon[116307]: from='client.25051 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:03:38.587 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:38 smithi082 ceph-mon[116307]: pgmap v4: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 81 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:03:38.587 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:38 smithi082 ceph-mon[116307]: from='client.15189 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:03:38.587 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:38 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/4223551252' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:03:38.587 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:38 smithi082 ceph-mon[116307]: osdmap e167: 8 total, 8 up, 8 in 2023-10-14T00:03:38.773 INFO:tasks.rados.rados.0.smithi055.stdout:616: done (4 left) 2023-10-14T00:03:38.773 INFO:tasks.rados.rados.0.smithi055.stdout:617: done (3 left) 2023-10-14T00:03:38.773 INFO:tasks.rados.rados.0.smithi055.stdout:618: done (2 left) 2023-10-14T00:03:38.773 INFO:tasks.rados.rados.0.smithi055.stdout:619: done (1 left) 2023-10-14T00:03:38.774 INFO:tasks.rados.rados.0.smithi055.stdout:620: done (0 left) 2023-10-14T00:03:38.774 INFO:tasks.rados.rados.0.smithi055.stdout:621: copy_from oid 16 from oid 10 current snap is 51 2023-10-14T00:03:38.774 INFO:tasks.rados.rados.0.smithi055.stdout:622: snap_remove snap 47 2023-10-14T00:03:38.875 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:38 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:03:38.796+0000 7fc55668f200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-10-14T00:03:38.875 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:38 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[166917]: ts=2023-10-14T00:03: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 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi082:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi082.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-10-14T00:03:39.368 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:39 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:03:39.004+0000 7fc55668f200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-10-14T00:03:39.369 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:39 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:03:39.207+0000 7fc55668f200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-10-14T00:03:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:39 smithi082 ceph-mon[116307]: pgmap v5: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 81 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:03:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:39 smithi082 ceph-mon[116307]: mgrmap e32: y(active, since 2s) 2023-10-14T00:03:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:39 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:39.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:39 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:39.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:39 smithi082 ceph-mon[116307]: osdmap e168: 8 total, 8 up, 8 in 2023-10-14T00:03:39.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:39 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:39.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:39 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:39.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:39 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:39.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:39 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:39.695 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:39 smithi055 ceph-mon[124249]: pgmap v5: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 81 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:03:39.696 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:39 smithi055 ceph-mon[124249]: mgrmap e32: y(active, since 2s) 2023-10-14T00:03:39.696 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:39 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:39.696 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:39 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:39.696 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:39 smithi055 ceph-mon[124249]: osdmap e168: 8 total, 8 up, 8 in 2023-10-14T00:03:39.697 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:39 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:39.697 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:39 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:39.697 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:39 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:39.697 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:39 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:39.698 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:39 smithi055 ceph-mon[110989]: pgmap v5: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 81 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:03:39.698 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:39 smithi055 ceph-mon[110989]: mgrmap e32: y(active, since 2s) 2023-10-14T00:03:39.698 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:39 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:39.698 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:39 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:39.698 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:39 smithi055 ceph-mon[110989]: osdmap e168: 8 total, 8 up, 8 in 2023-10-14T00:03:39.699 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:39 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:39.699 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:39 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:39.699 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:39 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:39.699 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:39 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:39.780 INFO:tasks.rados.rados.0.smithi055.stdout:622: done (1 left) 2023-10-14T00:03:39.780 INFO:tasks.rados.rados.0.smithi055.stdout:623: read oid 35 snap -1 2023-10-14T00:03:39.781 INFO:tasks.rados.rados.0.smithi055.stdout:623: expect deleted 2023-10-14T00:03:39.781 INFO:tasks.rados.rados.0.smithi055.stdout:624: snap_create 2023-10-14T00:03:39.781 INFO:tasks.rados.rados.0.smithi055.stdout:621: finishing copy_from to smithi055169533-16 2023-10-14T00:03:39.781 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 16 v 303 (ObjNum 209 snap 49 seq_num 209) dirty exists 2023-10-14T00:03:39.781 INFO:tasks.rados.rados.0.smithi055.stdout:621: finishing copy_from racing read to smithi055169533-16 2023-10-14T00:03:40.269 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:39 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:03:39.896+0000 7fc55668f200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-10-14T00:03:40.269 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:40 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:03:40.081+0000 7fc55668f200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-10-14T00:03:40.306 INFO:tasks.rados.rados.0.smithi055.stdout:621: done (2 left) 2023-10-14T00:03:40.306 INFO:tasks.rados.rados.0.smithi055.stdout:623: done (1 left) 2023-10-14T00:03:40.306 INFO:tasks.rados.rados.0.smithi055.stdout:624: done (0 left) 2023-10-14T00:03:40.307 INFO:tasks.rados.rados.0.smithi055.stdout:625: rmattr oid 33 current snap is 52 2023-10-14T00:03:40.307 INFO:tasks.rados.rados.0.smithi055.stdout:625: done (0 left) 2023-10-14T00:03:40.307 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 32 current snap is 52 2023-10-14T00:03:40.307 INFO:tasks.rados.rados.0.smithi055.stdout:626: seq_num 214 ranges {1024000=794624,1818624=401408} 2023-10-14T00:03:40.316 INFO:tasks.rados.rados.0.smithi055.stdout:626: writing smithi055169533-32 from 1024000 to 1818624 tid 1 2023-10-14T00:03:40.319 INFO:tasks.rados.rados.0.smithi055.stdout:626: writing smithi055169533-32 from 1818624 to 2220032 tid 2 2023-10-14T00:03:40.319 INFO:tasks.rados.rados.0.smithi055.stdout:627: copy_from oid 11 from oid 45 current snap is 52 2023-10-14T00:03:40.319 INFO:tasks.rados.rados.0.smithi055.stdout:628: read oid 12 snap -1 2023-10-14T00:03:40.320 INFO:tasks.rados.rados.0.smithi055.stdout:628: expect (ObjNum 188 snap 42 seq_num 188) 2023-10-14T00:03:40.320 INFO:tasks.rados.rados.0.smithi055.stdout:629: rollback oid 9 current snap is 52 2023-10-14T00:03:40.320 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 9 to 51 2023-10-14T00:03:40.320 INFO:tasks.rados.rados.0.smithi055.stdout:630: snap_remove snap 48 2023-10-14T00:03:40.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:40 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:40.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:40 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:40.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:40 smithi082 ceph-mon[116307]: osdmap e169: 8 total, 8 up, 8 in 2023-10-14T00:03:40.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:40 smithi082 ceph-mon[116307]: osdmap e170: 8 total, 8 up, 8 in 2023-10-14T00:03:40.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:40 smithi082 ceph-mon[116307]: Standby manager daemon x started 2023-10-14T00:03:40.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:40 smithi082 ceph-mon[116307]: from='mgr.? 172.21.15.82:0/744847672' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-10-14T00:03:40.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:40 smithi082 ceph-mon[116307]: from='mgr.? 172.21.15.82:0/744847672' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-14T00:03:40.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:40 smithi082 ceph-mon[116307]: from='mgr.? 172.21.15.82:0/744847672' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-10-14T00:03:40.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:40 smithi082 ceph-mon[116307]: from='mgr.? 172.21.15.82:0/744847672' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-14T00:03:40.627 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:40 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:03:40.268+0000 7fc55668f200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-10-14T00:03:40.627 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:40 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:03:40.394+0000 7fc55668f200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-10-14T00:03:40.627 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:40 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: [14/Oct/2023:00:03:40] ENGINE Bus STARTING 2023-10-14T00:03:40.628 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:40 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: CherryPy Checker: 2023-10-14T00:03:40.628 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:40 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: The Application mounted at '' has an empty config. 2023-10-14T00:03:40.628 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:40 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: 2023-10-14T00:03:40.628 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:40 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: [14/Oct/2023:00:03:40] ENGINE Serving on http://:::9283 2023-10-14T00:03:40.628 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:40 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: [14/Oct/2023:00:03:40] ENGINE Bus STARTED 2023-10-14T00:03:40.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:40 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:40.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:40 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:40.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:40 smithi055 ceph-mon[124249]: osdmap e169: 8 total, 8 up, 8 in 2023-10-14T00:03:40.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:40 smithi055 ceph-mon[124249]: osdmap e170: 8 total, 8 up, 8 in 2023-10-14T00:03:40.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:40 smithi055 ceph-mon[124249]: Standby manager daemon x started 2023-10-14T00:03:40.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:40 smithi055 ceph-mon[124249]: from='mgr.? 172.21.15.82:0/744847672' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-10-14T00:03:40.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:40 smithi055 ceph-mon[124249]: from='mgr.? 172.21.15.82:0/744847672' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-14T00:03:40.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:40 smithi055 ceph-mon[124249]: from='mgr.? 172.21.15.82:0/744847672' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-10-14T00:03:40.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:40 smithi055 ceph-mon[124249]: from='mgr.? 172.21.15.82:0/744847672' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-14T00:03:40.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:40 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:40.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:40 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:40.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:40 smithi055 ceph-mon[110989]: osdmap e169: 8 total, 8 up, 8 in 2023-10-14T00:03:40.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:40 smithi055 ceph-mon[110989]: osdmap e170: 8 total, 8 up, 8 in 2023-10-14T00:03:40.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:40 smithi055 ceph-mon[110989]: Standby manager daemon x started 2023-10-14T00:03:40.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:40 smithi055 ceph-mon[110989]: from='mgr.? 172.21.15.82:0/744847672' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-10-14T00:03:40.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:40 smithi055 ceph-mon[110989]: from='mgr.? 172.21.15.82:0/744847672' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-14T00:03:40.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:40 smithi055 ceph-mon[110989]: from='mgr.? 172.21.15.82:0/744847672' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-10-14T00:03:40.771 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:40 smithi055 ceph-mon[110989]: from='mgr.? 172.21.15.82:0/744847672' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-14T00:03:41.329 INFO:tasks.rados.rados.0.smithi055.stdout:630: done (4 left) 2023-10-14T00:03:41.330 INFO:tasks.rados.rados.0.smithi055.stdout:631: snap_create 2023-10-14T00:03:41.330 INFO:tasks.rados.rados.0.smithi055.stdout:628: expect (ObjNum 188 snap 42 seq_num 188) 2023-10-14T00:03:41.356 INFO:tasks.rados.rados.0.smithi055.stdout:626: finishing write tid 1 to smithi055169533-32 2023-10-14T00:03:41.356 INFO:tasks.rados.rados.0.smithi055.stdout:626: finishing write tid 2 to smithi055169533-32 2023-10-14T00:03:41.356 INFO:tasks.rados.rados.0.smithi055.stdout:626: finishing write tid 3 to smithi055169533-32 2023-10-14T00:03:41.356 INFO:tasks.rados.rados.0.smithi055.stdout:629: finishing rollback tid 0 to smithi055169533-9 2023-10-14T00:03:41.357 INFO:tasks.rados.rados.0.smithi055.stdout:629: finishing rollback tid 1 to smithi055169533-9 2023-10-14T00:03:41.357 INFO:tasks.rados.rados.0.smithi055.stdout:629: finishing rollback tid 2 to smithi055169533-9 2023-10-14T00:03:41.357 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 9 v 102 (ObjNum 126 snap 23 seq_num 126) dirty exists 2023-10-14T00:03:41.357 INFO:tasks.rados.rados.0.smithi055.stdout:626: finishing write tid 4 to smithi055169533-32 2023-10-14T00:03:41.357 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 32 v 98 (ObjNum 214 snap 52 seq_num 214) dirty exists 2023-10-14T00:03:41.358 INFO:tasks.rados.rados.0.smithi055.stdout:626: left oid 32 (ObjNum 214 snap 52 seq_num 214) 2023-10-14T00:03:41.358 INFO:tasks.rados.rados.0.smithi055.stdout:627: finishing copy_from to smithi055169533-11 2023-10-14T00:03:41.358 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 11 v 104 (ObjNum 191 snap 43 seq_num 191) dirty exists 2023-10-14T00:03:41.358 INFO:tasks.rados.rados.0.smithi055.stdout:627: finishing copy_from racing read to smithi055169533-11 2023-10-14T00:03:41.375 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:41 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[156034]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:03:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.43.0" 2023-10-14T00:03:41.751 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:41 smithi055 ceph-mon[124249]: pgmap v8: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 81 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:03:41.752 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:41 smithi055 ceph-mon[124249]: mgrmap e33: y(active, since 4s), standbys: x 2023-10-14T00:03:41.752 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:41 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-10-14T00:03:41.752 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:41 smithi055 ceph-mon[124249]: osdmap e171: 8 total, 8 up, 8 in 2023-10-14T00:03:41.752 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:41 smithi055 ceph-mon[110989]: pgmap v8: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 81 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:03:41.753 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:41 smithi055 ceph-mon[110989]: mgrmap e33: y(active, since 4s), standbys: x 2023-10-14T00:03:41.753 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:41 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-10-14T00:03:41.753 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:41 smithi055 ceph-mon[110989]: osdmap e171: 8 total, 8 up, 8 in 2023-10-14T00:03:41.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:41 smithi082 ceph-mon[116307]: pgmap v8: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 81 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:03:41.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:41 smithi082 ceph-mon[116307]: mgrmap e33: y(active, since 4s), standbys: x 2023-10-14T00:03:41.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:41 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-10-14T00:03:41.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:41 smithi082 ceph-mon[116307]: osdmap e171: 8 total, 8 up, 8 in 2023-10-14T00:03:42.327 INFO:tasks.rados.rados.0.smithi055.stdout:626: done (4 left) 2023-10-14T00:03:42.327 INFO:tasks.rados.rados.0.smithi055.stdout:627: done (3 left) 2023-10-14T00:03:42.327 INFO:tasks.rados.rados.0.smithi055.stdout:628: done (2 left) 2023-10-14T00:03:42.328 INFO:tasks.rados.rados.0.smithi055.stdout:629: done (1 left) 2023-10-14T00:03:42.328 INFO:tasks.rados.rados.0.smithi055.stdout:631: done (0 left) 2023-10-14T00:03:42.328 INFO:tasks.rados.rados.0.smithi055.stdout:632: rmattr oid 40 current snap is 53 2023-10-14T00:03:42.328 INFO:tasks.rados.rados.0.smithi055.stdout:632: done (0 left) 2023-10-14T00:03:42.328 INFO:tasks.rados.rados.0.smithi055.stdout:633: read oid 10 snap 40 2023-10-14T00:03:42.329 INFO:tasks.rados.rados.0.smithi055.stdout:633: expect (ObjNum 38 snap 0 seq_num 38) 2023-10-14T00:03:42.329 INFO:tasks.rados.rados.0.smithi055.stdout:634: read oid 50 snap -1 2023-10-14T00:03:42.329 INFO:tasks.rados.rados.0.smithi055.stdout:634: expect deleted 2023-10-14T00:03:42.329 INFO:tasks.rados.rados.0.smithi055.stdout:635: setattr oid 7 current snap is 53 2023-10-14T00:03:42.330 INFO:tasks.rados.rados.0.smithi055.stdout:636: read oid 18 snap 52 2023-10-14T00:03:42.330 INFO:tasks.rados.rados.0.smithi055.stdout:636: expect (ObjNum 183 snap 42 seq_num 183) 2023-10-14T00:03:42.331 INFO:tasks.rados.rados.0.smithi055.stdout:637: copy_from oid 42 from oid 35 current snap is 53 2023-10-14T00:03:42.331 INFO:tasks.rados.rados.0.smithi055.stdout:638: read oid 46 snap -1 2023-10-14T00:03:42.331 INFO:tasks.rados.rados.0.smithi055.stdout:638: expect (ObjNum 10 snap 0 seq_num 10) 2023-10-14T00:03:42.331 INFO:tasks.rados.rados.0.smithi055.stdout:639: rollback oid 31 current snap is 53 2023-10-14T00:03:42.331 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 31 to 40 2023-10-14T00:03:42.331 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 8 current snap is 53 2023-10-14T00:03:42.332 INFO:tasks.rados.rados.0.smithi055.stdout:640: seq_num 215 ranges {0=409600,409600=532480,942080=270336} 2023-10-14T00:03:42.332 INFO:tasks.rados.rados.0.smithi055.stdout:640: writing smithi055169533-8 from 0 to 409600 tid 1 2023-10-14T00:03:42.335 INFO:tasks.rados.rados.0.smithi055.stdout:640: writing smithi055169533-8 from 409600 to 942080 tid 2 2023-10-14T00:03:42.338 INFO:tasks.rados.rados.0.smithi055.stdout:640: writing smithi055169533-8 from 942080 to 1212416 tid 3 2023-10-14T00:03:42.338 INFO:tasks.rados.rados.0.smithi055.stdout:641: rollback oid 19 current snap is 53 2023-10-14T00:03:42.338 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 19 to 40 2023-10-14T00:03:42.338 INFO:tasks.rados.rados.0.smithi055.stdout:633: expect (ObjNum 38 snap 0 seq_num 38) 2023-10-14T00:03:42.363 INFO:tasks.rados.rados.0.smithi055.stdout:639: finishing rollback tid 1 to smithi055169533-31 2023-10-14T00:03:42.363 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 31 v 0 (ObjNum 49 snap 0 seq_num 1953066355) dirty dne 2023-10-14T00:03:42.363 INFO:tasks.rados.rados.0.smithi055.stdout:637: finishing copy_from to smithi055169533-42 2023-10-14T00:03:42.363 INFO:tasks.rados.rados.0.smithi055.stdout:637: got expected ENOENT (src dne) 2023-10-14T00:03:42.363 INFO:tasks.rados.rados.0.smithi055.stdout:637: finishing copy_from racing read to smithi055169533-42 2023-10-14T00:03:42.364 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 7 v 131 (ObjNum 23 snap 0 seq_num 23) dirty exists 2023-10-14T00:03:42.364 INFO:tasks.rados.rados.0.smithi055.stdout:640: finishing write tid 1 to smithi055169533-8 2023-10-14T00:03:42.364 INFO:tasks.rados.rados.0.smithi055.stdout:633: done (8 left) 2023-10-14T00:03:42.364 INFO:tasks.rados.rados.0.smithi055.stdout:634: done (7 left) 2023-10-14T00:03:42.364 INFO:tasks.rados.rados.0.smithi055.stdout:635: done (6 left) 2023-10-14T00:03:42.364 INFO:tasks.rados.rados.0.smithi055.stdout:637: done (5 left) 2023-10-14T00:03:42.365 INFO:tasks.rados.rados.0.smithi055.stdout:639: done (4 left) 2023-10-14T00:03:42.365 INFO:tasks.rados.rados.0.smithi055.stdout:642: rollback oid 41 current snap is 53 2023-10-14T00:03:42.365 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 41 to 49 2023-10-14T00:03:42.365 INFO:tasks.rados.rados.0.smithi055.stdout:638: expect (ObjNum 10 snap 0 seq_num 10) 2023-10-14T00:03:42.368 INFO:tasks.rados.rados.0.smithi055.stdout:636: expect (ObjNum 183 snap 42 seq_num 183) 2023-10-14T00:03:42.398 INFO:tasks.rados.rados.0.smithi055.stdout:641: finishing rollback tid 0 to smithi055169533-19 2023-10-14T00:03:42.399 INFO:tasks.rados.rados.0.smithi055.stdout:641: finishing rollback tid 1 to smithi055169533-19 2023-10-14T00:03:42.399 INFO:tasks.rados.rados.0.smithi055.stdout:640: finishing write tid 2 to smithi055169533-8 2023-10-14T00:03:42.399 INFO:tasks.rados.rados.0.smithi055.stdout:641: finishing rollback tid 2 to smithi055169533-19 2023-10-14T00:03:42.399 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 19 v 110 (ObjNum 177 snap 39 seq_num 177) dirty exists 2023-10-14T00:03:42.399 INFO:tasks.rados.rados.0.smithi055.stdout:640: finishing write tid 3 to smithi055169533-8 2023-10-14T00:03:42.400 INFO:tasks.rados.rados.0.smithi055.stdout:636: done (4 left) 2023-10-14T00:03:42.400 INFO:tasks.rados.rados.0.smithi055.stdout:638: done (3 left) 2023-10-14T00:03:42.400 INFO:tasks.rados.rados.0.smithi055.stdout:641: done (2 left) 2023-10-14T00:03:42.400 INFO:tasks.rados.rados.0.smithi055.stdout:643: read oid 17 snap 49 2023-10-14T00:03:42.400 INFO:tasks.rados.rados.0.smithi055.stdout:643: expect (ObjNum 171 snap 37 seq_num 171) 2023-10-14T00:03:42.401 INFO:tasks.rados.rados.0.smithi055.stdout:644: copy_from oid 46 from oid 27 current snap is 53 2023-10-14T00:03:42.401 INFO:tasks.rados.rados.0.smithi055.stdout:640: finishing write tid 4 to smithi055169533-8 2023-10-14T00:03:42.401 INFO:tasks.rados.rados.0.smithi055.stdout:640: finishing write tid 5 to smithi055169533-8 2023-10-14T00:03:42.401 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 8 v 232 (ObjNum 215 snap 53 seq_num 215) dirty exists 2023-10-14T00:03:42.401 INFO:tasks.rados.rados.0.smithi055.stdout:640: left oid 8 (ObjNum 215 snap 53 seq_num 215) 2023-10-14T00:03:42.402 INFO:tasks.rados.rados.0.smithi055.stdout:640: done (3 left) 2023-10-14T00:03:42.402 INFO:tasks.rados.rados.0.smithi055.stdout:645: snap_remove snap 40 2023-10-14T00:03:43.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:42 smithi082 ceph-mon[116307]: pgmap v12: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 81 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:03:43.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:42 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:43.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:42 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:43.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:42 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:03:43.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:42 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:03:43.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:42 smithi082 ceph-mon[116307]: Updating smithi055:/etc/ceph/ceph.conf 2023-10-14T00:03:43.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:42 smithi082 ceph-mon[116307]: Updating smithi082:/etc/ceph/ceph.conf 2023-10-14T00:03:43.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:42 smithi082 ceph-mon[116307]: Updating smithi082:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-14T00:03:43.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:42 smithi082 ceph-mon[116307]: Updating smithi055:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-14T00:03:43.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:42 smithi082 ceph-mon[116307]: osdmap e172: 8 total, 8 up, 8 in 2023-10-14T00:03:43.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:42 smithi082 ceph-mon[116307]: Updating smithi082:/etc/ceph/ceph.client.admin.keyring 2023-10-14T00:03:43.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:42 smithi082 ceph-mon[116307]: Updating smithi055:/etc/ceph/ceph.client.admin.keyring 2023-10-14T00:03:43.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:42 smithi055 ceph-mon[124249]: pgmap v12: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 81 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:03:43.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:42 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:43.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:42 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:43.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:42 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:03:43.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:42 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:03:43.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:42 smithi055 ceph-mon[124249]: Updating smithi055:/etc/ceph/ceph.conf 2023-10-14T00:03:43.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:42 smithi055 ceph-mon[124249]: Updating smithi082:/etc/ceph/ceph.conf 2023-10-14T00:03:43.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:42 smithi055 ceph-mon[124249]: Updating smithi082:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-14T00:03:43.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:42 smithi055 ceph-mon[124249]: Updating smithi055:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-14T00:03:43.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:42 smithi055 ceph-mon[124249]: osdmap e172: 8 total, 8 up, 8 in 2023-10-14T00:03:43.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:42 smithi055 ceph-mon[124249]: Updating smithi082:/etc/ceph/ceph.client.admin.keyring 2023-10-14T00:03:43.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:42 smithi055 ceph-mon[124249]: Updating smithi055:/etc/ceph/ceph.client.admin.keyring 2023-10-14T00:03:43.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:42 smithi055 ceph-mon[110989]: pgmap v12: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 81 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:03:43.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:42 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:43.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:42 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:43.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:42 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:03:43.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:42 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:03:43.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:42 smithi055 ceph-mon[110989]: Updating smithi055:/etc/ceph/ceph.conf 2023-10-14T00:03:43.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:42 smithi055 ceph-mon[110989]: Updating smithi082:/etc/ceph/ceph.conf 2023-10-14T00:03:43.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:42 smithi055 ceph-mon[110989]: Updating smithi082:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-14T00:03:43.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:42 smithi055 ceph-mon[110989]: Updating smithi055:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-14T00:03:43.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:42 smithi055 ceph-mon[110989]: osdmap e172: 8 total, 8 up, 8 in 2023-10-14T00:03:43.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:42 smithi055 ceph-mon[110989]: Updating smithi082:/etc/ceph/ceph.client.admin.keyring 2023-10-14T00:03:43.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:42 smithi055 ceph-mon[110989]: Updating smithi055:/etc/ceph/ceph.client.admin.keyring 2023-10-14T00:03:43.330 INFO:tasks.rados.rados.0.smithi055.stdout:645: done (3 left) 2023-10-14T00:03:43.330 INFO:tasks.rados.rados.0.smithi055.stdout:646: snap_remove snap 39 2023-10-14T00:03:44.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:43 smithi055 ceph-mon[124249]: Updating smithi082:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-14T00:03:44.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:43 smithi055 ceph-mon[124249]: Updating smithi055:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-14T00:03:44.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:43 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:44.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:43 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:44.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:43 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:44.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:43 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:44.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:43 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:44.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:43 smithi055 ceph-mon[124249]: Reconfiguring prometheus.a (dependencies changed)... 2023-10-14T00:03:44.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:43 smithi055 ceph-mon[124249]: osdmap e173: 8 total, 8 up, 8 in 2023-10-14T00:03:44.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:43 smithi055 ceph-mon[124249]: Reconfiguring daemon prometheus.a on smithi082 2023-10-14T00:03:44.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:43 smithi055 ceph-mon[110989]: Updating smithi082:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-14T00:03:44.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:43 smithi055 ceph-mon[110989]: Updating smithi055:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-14T00:03:44.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:43 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:44.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:43 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:44.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:43 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:44.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:43 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:44.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:43 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:44.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:43 smithi055 ceph-mon[110989]: Reconfiguring prometheus.a (dependencies changed)... 2023-10-14T00:03:44.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:43 smithi055 ceph-mon[110989]: osdmap e173: 8 total, 8 up, 8 in 2023-10-14T00:03:44.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:43 smithi055 ceph-mon[110989]: Reconfiguring daemon prometheus.a on smithi082 2023-10-14T00:03:44.357 INFO:tasks.rados.rados.0.smithi055.stdout:646: done (3 left) 2023-10-14T00:03:44.358 INFO:tasks.rados.rados.0.smithi055.stdout:647: rollback oid 31 current snap is 53 2023-10-14T00:03:44.358 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 31 to 52 2023-10-14T00:03:44.369 INFO:tasks.rados.rados.0.smithi055.stdout:648: delete oid 22 current snap is 53 2023-10-14T00:03:44.370 INFO:tasks.rados.rados.0.smithi055.stdout:642: finishing rollback tid 0 to smithi055169533-41 2023-10-14T00:03:44.370 INFO:tasks.rados.rados.0.smithi055.stdout:642: finishing rollback tid 1 to smithi055169533-41 2023-10-14T00:03:44.371 INFO:tasks.rados.rados.0.smithi055.stdout:642: finishing rollback tid 2 to smithi055169533-41 2023-10-14T00:03:44.371 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 41 v 235 (ObjNum 10 snap 0 seq_num 10) dirty exists 2023-10-14T00:03:44.371 INFO:tasks.rados.rados.0.smithi055.stdout:643: expect (ObjNum 171 snap 37 seq_num 171) 2023-10-14T00:03:44.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:43 smithi082 ceph-mon[116307]: Updating smithi082:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-14T00:03:44.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:43 smithi082 ceph-mon[116307]: Updating smithi055:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-14T00:03:44.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:43 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:44.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:43 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:44.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:43 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:44.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:43 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:44.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:43 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:44.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:43 smithi082 ceph-mon[116307]: Reconfiguring prometheus.a (dependencies changed)... 2023-10-14T00:03:44.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:43 smithi082 ceph-mon[116307]: osdmap e173: 8 total, 8 up, 8 in 2023-10-14T00:03:44.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:43 smithi082 ceph-mon[116307]: Reconfiguring daemon prometheus.a on smithi082 2023-10-14T00:03:44.394 INFO:tasks.rados.rados.0.smithi055.stdout:644: finishing copy_from to smithi055169533-46 2023-10-14T00:03:44.394 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 46 v 288 (ObjNum 203 snap 47 seq_num 203) dirty exists 2023-10-14T00:03:44.395 INFO:tasks.rados.rados.0.smithi055.stdout:644: finishing copy_from racing read to smithi055169533-46 2023-10-14T00:03:44.395 INFO:tasks.rados.rados.0.smithi055.stdout:642: done (4 left) 2023-10-14T00:03:44.395 INFO:tasks.rados.rados.0.smithi055.stdout:643: done (3 left) 2023-10-14T00:03:44.395 INFO:tasks.rados.rados.0.smithi055.stdout:644: done (2 left) 2023-10-14T00:03:44.395 INFO:tasks.rados.rados.0.smithi055.stdout:648: done (1 left) 2023-10-14T00:03:44.396 INFO:tasks.rados.rados.0.smithi055.stdout:649: read oid 10 snap -1 2023-10-14T00:03:44.396 INFO:tasks.rados.rados.0.smithi055.stdout:649: expect (ObjNum 209 snap 49 seq_num 209) 2023-10-14T00:03:44.396 INFO:tasks.rados.rados.0.smithi055.stdout:650: setattr oid 34 current snap is 53 2023-10-14T00:03:44.396 INFO:tasks.rados.rados.0.smithi055.stdout:647: finishing rollback tid 1 to smithi055169533-31 2023-10-14T00:03:44.397 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 31 v 0 (ObjNum 49 snap 0 seq_num 1953066355) dirty dne 2023-10-14T00:03:44.397 INFO:tasks.rados.rados.0.smithi055.stdout:647: done (2 left) 2023-10-14T00:03:44.397 INFO:tasks.rados.rados.0.smithi055.stdout:651: rmattr oid 27 current snap is 53 2023-10-14T00:03:44.398 INFO:tasks.rados.rados.0.smithi055.stdout:651: done (2 left) 2023-10-14T00:03:44.398 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 4 current snap is 53 2023-10-14T00:03:44.398 INFO:tasks.rados.rados.0.smithi055.stdout:652: seq_num 217 ranges {0=442368,442368=696320,1138688=106496} 2023-10-14T00:03:44.399 INFO:tasks.rados.rados.0.smithi055.stdout:652: writing smithi055169533-4 from 0 to 442368 tid 1 2023-10-14T00:03:44.402 INFO:tasks.rados.rados.0.smithi055.stdout:652: writing smithi055169533-4 from 442368 to 1138688 tid 2 2023-10-14T00:03:44.403 INFO:tasks.rados.rados.0.smithi055.stdout:652: writing smithi055169533-4 from 1138688 to 1245184 tid 3 2023-10-14T00:03:44.403 INFO:tasks.rados.rados.0.smithi055.stdout:653: snap_create 2023-10-14T00:03:44.403 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 34 v 289 (ObjNum 289 snap 0 seq_num 0) dirty exists 2023-10-14T00:03:44.404 INFO:tasks.rados.rados.0.smithi055.stdout:649: expect (ObjNum 209 snap 49 seq_num 209) 2023-10-14T00:03:44.433 INFO:tasks.rados.rados.0.smithi055.stdout:652: finishing write tid 1 to smithi055169533-4 2023-10-14T00:03:44.433 INFO:tasks.rados.rados.0.smithi055.stdout:652: finishing write tid 2 to smithi055169533-4 2023-10-14T00:03:44.434 INFO:tasks.rados.rados.0.smithi055.stdout:652: finishing write tid 3 to smithi055169533-4 2023-10-14T00:03:44.434 INFO:tasks.rados.rados.0.smithi055.stdout:652: finishing write tid 4 to smithi055169533-4 2023-10-14T00:03:44.434 INFO:tasks.rados.rados.0.smithi055.stdout:652: finishing write tid 5 to smithi055169533-4 2023-10-14T00:03:44.434 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 4 v 298 (ObjNum 217 snap 53 seq_num 217) dirty exists 2023-10-14T00:03:44.435 INFO:tasks.rados.rados.0.smithi055.stdout:652: left oid 4 (ObjNum 217 snap 53 seq_num 217) 2023-10-14T00:03:45.125 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:45 smithi082 systemd[1]: Stopping Ceph prometheus.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:03:45.306 INFO:tasks.rados.rados.0.smithi055.stdout:649: done (3 left) 2023-10-14T00:03:45.306 INFO:tasks.rados.rados.0.smithi055.stdout:650: done (2 left) 2023-10-14T00:03:45.307 INFO:tasks.rados.rados.0.smithi055.stdout:652: done (1 left) 2023-10-14T00:03:45.307 INFO:tasks.rados.rados.0.smithi055.stdout:653: done (0 left) 2023-10-14T00:03:45.307 INFO:tasks.rados.rados.0.smithi055.stdout:654: snap_remove snap 46 2023-10-14T00:03:45.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:45 smithi082 ceph-mon[116307]: pgmap v15: 121 pgs: 121 active+clean; 90 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 3.7 MiB/s rd, 2.5 MiB/s wr, 38 op/s 2023-10-14T00:03:45.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:45 smithi082 ceph-mon[116307]: osdmap e174: 8 total, 8 up, 8 in 2023-10-14T00:03:45.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:45 smithi082 ceph-mon[116307]: osdmap e175: 8 total, 8 up, 8 in 2023-10-14T00:03:45.626 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:45 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[166917]: ts=2023-10-14T00:03:45.191Z caller=main.go:840 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-10-14T00:03:45.626 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:45 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[166917]: ts=2023-10-14T00:03:45.191Z caller=main.go:864 level=info msg="Stopping scrape discovery manager..." 2023-10-14T00:03:45.626 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:45 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[166917]: ts=2023-10-14T00:03:45.191Z caller=main.go:878 level=info msg="Stopping notify discovery manager..." 2023-10-14T00:03:45.627 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:45 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[166917]: ts=2023-10-14T00:03:45.191Z caller=manager.go:988 level=info component="rule manager" msg="Stopping rule manager..." 2023-10-14T00:03:45.627 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:45 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[166917]: ts=2023-10-14T00:03:45.191Z caller=main.go:860 level=info msg="Scrape discovery manager stopped" 2023-10-14T00:03:45.627 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:45 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[166917]: ts=2023-10-14T00:03:45.191Z caller=main.go:874 level=info msg="Notify discovery manager stopped" 2023-10-14T00:03:45.627 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:45 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[166917]: ts=2023-10-14T00:03:45.191Z caller=manager.go:998 level=info component="rule manager" msg="Rule manager stopped" 2023-10-14T00:03:45.627 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:45 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[166917]: ts=2023-10-14T00:03:45.191Z caller=main.go:915 level=info msg="Stopping scrape manager..." 2023-10-14T00:03:45.628 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:45 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[166917]: ts=2023-10-14T00:03:45.191Z caller=main.go:907 level=info msg="Scrape manager stopped" 2023-10-14T00:03:45.628 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:45 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[166917]: ts=2023-10-14T00:03:45.192Z caller=notifier.go:606 level=info component=notifier msg="Stopping notification manager..." 2023-10-14T00:03:45.628 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:45 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[166917]: ts=2023-10-14T00:03:45.192Z caller=main.go:1135 level=info msg="Notifier manager stopped" 2023-10-14T00:03:45.628 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:45 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[166917]: ts=2023-10-14T00:03:45.192Z caller=main.go:1147 level=info msg="See you next time!" 2023-10-14T00:03:45.628 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:45 smithi082 bash[170170]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a 2023-10-14T00:03:45.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:45 smithi055 ceph-mon[110989]: pgmap v15: 121 pgs: 121 active+clean; 90 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 3.7 MiB/s rd, 2.5 MiB/s wr, 38 op/s 2023-10-14T00:03:45.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:45 smithi055 ceph-mon[110989]: osdmap e174: 8 total, 8 up, 8 in 2023-10-14T00:03:45.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:45 smithi055 ceph-mon[110989]: osdmap e175: 8 total, 8 up, 8 in 2023-10-14T00:03:45.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:45 smithi055 ceph-mon[124249]: pgmap v15: 121 pgs: 121 active+clean; 90 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 3.7 MiB/s rd, 2.5 MiB/s wr, 38 op/s 2023-10-14T00:03:45.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:45 smithi055 ceph-mon[124249]: osdmap e174: 8 total, 8 up, 8 in 2023-10-14T00:03:45.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:45 smithi055 ceph-mon[124249]: osdmap e175: 8 total, 8 up, 8 in 2023-10-14T00:03:45.946 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:45 smithi082 systemd[1]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@prometheus.a.service: Succeeded. 2023-10-14T00:03:45.947 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:45 smithi082 systemd[1]: Stopped Ceph prometheus.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:03:45.947 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:45 smithi082 systemd[1]: Starting Ceph prometheus.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:03:46.324 INFO:tasks.rados.rados.0.smithi055.stdout:654: done (0 left) 2023-10-14T00:03:46.325 INFO:tasks.rados.rados.0.smithi055.stdout:655: snap_remove snap 51 2023-10-14T00:03:46.375 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:46 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:03:46.015Z caller=main.go:564 level=info msg="Starting Prometheus Server" mode=server version="(version=2.43.0, branch=HEAD, revision=edfc3bcd025dd6fe296c167a14a216cab1e552ee)" 2023-10-14T00:03:46.375 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:46 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:03:46.015Z 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-10-14T00:03:46.376 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:46 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:03:46.015Z caller=main.go:570 level=info host_details="(Linux 4.18.0-516.el8.x86_64 #1 SMP Mon Oct 2 13:45:04 UTC 2023 x86_64 smithi082 (none))" 2023-10-14T00:03:46.376 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:46 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:03:46.015Z caller=main.go:571 level=info fd_limits="(soft=1048576, hard=1048576)" 2023-10-14T00:03:46.376 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:46 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:03:46.015Z caller=main.go:572 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2023-10-14T00:03:46.376 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:46 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:03:46.016Z caller=web.go:561 level=info component=web msg="Start listening for connections" address=:9095 2023-10-14T00:03:46.376 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:46 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:03:46.017Z caller=main.go:1005 level=info msg="Starting TSDB ..." 2023-10-14T00:03:46.377 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:46 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:03:46.019Z caller=tls_config.go:232 level=info component=web msg="Listening on" address=[::]:9095 2023-10-14T00:03:46.377 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:46 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:03:46.019Z caller=tls_config.go:235 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2023-10-14T00:03:46.377 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:46 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:03:46.021Z caller=head.go:587 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2023-10-14T00:03:46.377 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:46 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:03:46.021Z caller=head.go:658 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=2.053µs 2023-10-14T00:03:46.377 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:46 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:03:46.021Z caller=head.go:664 level=info component=tsdb msg="Replaying WAL, this may take a while" 2023-10-14T00:03:46.378 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:46 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:03:46.021Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=3 2023-10-14T00:03:46.378 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:46 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:03:46.035Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=3 2023-10-14T00:03:46.378 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:46 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:03:46.037Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=3 2023-10-14T00:03:46.378 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:46 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:03:46.039Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=3 maxSegment=3 2023-10-14T00:03:46.378 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:46 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:03:46.039Z caller=head.go:772 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=23.231µs wal_replay_duration=18.53292ms wbl_replay_duration=130ns total_replay_duration=18.576029ms 2023-10-14T00:03:46.379 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:46 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:03:46.042Z caller=main.go:1026 level=info fs_type=XFS_SUPER_MAGIC 2023-10-14T00:03:46.379 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:46 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:03:46.042Z caller=main.go:1029 level=info msg="TSDB started" 2023-10-14T00:03:46.379 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:46 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:03:46.042Z caller=main.go:1209 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2023-10-14T00:03:46.379 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:46 smithi082 bash[170279]: 2e6373651cd7fdb26d88544d63f722e895f5e9c9679700ecadd76dbf6ba38081 2023-10-14T00:03:46.379 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:46 smithi082 systemd[1]: Started Ceph prometheus.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:03:46.380 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:46 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:03:46.057Z caller=main.go:1246 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=14.773907ms db_storage=795ns remote_storage=1.028µs web_handler=323ns query_engine=733ns scrape=438.578µs scrape_sd=69.283µs notify=27.241µs notify_sd=10.324µs rules=14.005419ms tracing=5.988µs 2023-10-14T00:03:46.380 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:46 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:03:46.057Z caller=main.go:990 level=info msg="Server is ready to receive web requests." 2023-10-14T00:03:46.380 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:46 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:03:46.057Z caller=manager.go:974 level=info component="rule manager" msg="Starting rule manager..." 2023-10-14T00:03:47.330 INFO:tasks.rados.rados.0.smithi055.stdout:655: done (0 left) 2023-10-14T00:03:47.330 INFO:tasks.rados.rados.0.smithi055.stdout:656: rollback oid 12 current snap is 54 2023-10-14T00:03:47.330 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 12 to 53 2023-10-14T00:03:47.331 INFO:tasks.rados.rados.0.smithi055.stdout:657: read oid 21 snap -1 2023-10-14T00:03:47.331 INFO:tasks.rados.rados.0.smithi055.stdout:657: expect deleted 2023-10-14T00:03:47.331 INFO:tasks.rados.rados.0.smithi055.stdout:658: snap_remove snap 52 2023-10-14T00:03:47.362 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:47 smithi082 ceph-mon[116307]: pgmap v18: 121 pgs: 121 active+clean; 90 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 3.7 MiB/s rd, 2.5 MiB/s wr, 38 op/s 2023-10-14T00:03:47.362 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:47 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:47.363 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:47 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:47.363 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:47 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-14T00:03:47.363 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:47 smithi082 ceph-mon[116307]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-14T00:03:47.363 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:47 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:03:47.363 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:47 smithi082 ceph-mon[116307]: osdmap e176: 8 total, 8 up, 8 in 2023-10-14T00:03:47.364 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:47 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-14T00:03:47.364 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:47 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-14T00:03:47.364 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:47 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:03:47.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:47 smithi055 ceph-mon[124249]: pgmap v18: 121 pgs: 121 active+clean; 90 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 3.7 MiB/s rd, 2.5 MiB/s wr, 38 op/s 2023-10-14T00:03:47.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:47 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:47.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:47 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:47.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:47 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-14T00:03:47.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:47 smithi055 ceph-mon[124249]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-14T00:03:47.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:47 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:03:47.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:47 smithi055 ceph-mon[124249]: osdmap e176: 8 total, 8 up, 8 in 2023-10-14T00:03:47.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:47 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-14T00:03:47.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:47 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-14T00:03:47.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:47 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:03:47.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:47 smithi055 ceph-mon[110989]: pgmap v18: 121 pgs: 121 active+clean; 90 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 3.7 MiB/s rd, 2.5 MiB/s wr, 38 op/s 2023-10-14T00:03:47.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:47 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:47.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:47 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:47.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:47 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-14T00:03:47.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:47 smithi055 ceph-mon[110989]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-14T00:03:47.522 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:47 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:03:47.522 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:47 smithi055 ceph-mon[110989]: osdmap e176: 8 total, 8 up, 8 in 2023-10-14T00:03:47.522 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:47 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-14T00:03:47.522 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:47 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-14T00:03:47.522 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:47 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:03:48.125 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:48 smithi082 systemd[1]: Stopping Ceph mgr.x for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:03:48.353 INFO:tasks.rados.rados.0.smithi055.stdout:658: done (2 left) 2023-10-14T00:03:48.353 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 44 current snap is 54 2023-10-14T00:03:48.354 INFO:tasks.rados.rados.0.smithi055.stdout:659: seq_num 218 ranges {1073152=458752,1531904=581632,2113536=221184} 2023-10-14T00:03:48.362 INFO:tasks.rados.rados.0.smithi055.stdout:659: writing smithi055169533-44 from 1073152 to 1531904 tid 1 2023-10-14T00:03:48.365 INFO:tasks.rados.rados.0.smithi055.stdout:659: writing smithi055169533-44 from 1531904 to 2113536 tid 2 2023-10-14T00:03:48.367 INFO:tasks.rados.rados.0.smithi055.stdout:659: writing smithi055169533-44 from 2113536 to 2334720 tid 3 2023-10-14T00:03:48.367 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 28 current snap is 54 2023-10-14T00:03:48.367 INFO:tasks.rados.rados.0.smithi055.stdout:660: seq_num 219 ranges {2744320=475136,3219456=466944,3686400=335872} 2023-10-14T00:03:48.385 INFO:tasks.rados.rados.0.smithi055.stdout:660: writing smithi055169533-28 from 2744320 to 3219456 tid 1 2023-10-14T00:03:48.387 INFO:tasks.rados.rados.0.smithi055.stdout:660: writing smithi055169533-28 from 3219456 to 3686400 tid 2 2023-10-14T00:03:48.390 INFO:tasks.rados.rados.0.smithi055.stdout:660: writing smithi055169533-28 from 3686400 to 4022272 tid 3 2023-10-14T00:03:48.391 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 11 current snap is 54 2023-10-14T00:03:48.391 INFO:tasks.rados.rados.0.smithi055.stdout:656: finishing rollback tid 0 to smithi055169533-12 2023-10-14T00:03:48.391 INFO:tasks.rados.rados.0.smithi055.stdout:656: finishing rollback tid 1 to smithi055169533-12 2023-10-14T00:03:48.391 INFO:tasks.rados.rados.0.smithi055.stdout:661: seq_num 220 ranges {3096576=491520,3588096=753664,4341760=49152} 2023-10-14T00:03:48.410 INFO:tasks.rados.rados.0.smithi055.stdout:661: writing smithi055169533-11 from 3096576 to 3588096 tid 1 2023-10-14T00:03:48.414 INFO:tasks.rados.rados.0.smithi055.stdout:661: writing smithi055169533-11 from 3588096 to 4341760 tid 2 2023-10-14T00:03:48.415 INFO:tasks.rados.rados.0.smithi055.stdout:661: writing smithi055169533-11 from 4341760 to 4390912 tid 3 2023-10-14T00:03:48.416 INFO:tasks.rados.rados.0.smithi055.stdout:657: done (4 left) 2023-10-14T00:03:48.416 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 46 current snap is 54 2023-10-14T00:03:48.416 INFO:tasks.rados.rados.0.smithi055.stdout:656: finishing rollback tid 2 to smithi055169533-12 2023-10-14T00:03:48.416 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 12 v 207 (ObjNum 188 snap 42 seq_num 188) dirty exists 2023-10-14T00:03:48.417 INFO:tasks.rados.rados.0.smithi055.stdout:659: finishing write tid 1 to smithi055169533-44 2023-10-14T00:03:48.417 INFO:tasks.rados.rados.0.smithi055.stdout:659: finishing write tid 2 to smithi055169533-44 2023-10-14T00:03:48.417 INFO:tasks.rados.rados.0.smithi055.stdout:659: finishing write tid 3 to smithi055169533-44 2023-10-14T00:03:48.417 INFO:tasks.rados.rados.0.smithi055.stdout:659: finishing write tid 4 to smithi055169533-44 2023-10-14T00:03:48.417 INFO:tasks.rados.rados.0.smithi055.stdout:662: seq_num 221 ranges {1007616=507904,1515520=688128,2203648=114688} 2023-10-14T00:03:48.423 INFO:tasks.rados.rados.0.smithi055.stdout:662: writing smithi055169533-46 from 1007616 to 1515520 tid 1 2023-10-14T00:03:48.427 INFO:tasks.rados.rados.0.smithi055.stdout:662: writing smithi055169533-46 from 1515520 to 2203648 tid 2 2023-10-14T00:03:48.428 INFO:tasks.rados.rados.0.smithi055.stdout:662: writing smithi055169533-46 from 2203648 to 2318336 tid 3 2023-10-14T00:03:48.429 INFO:tasks.rados.rados.0.smithi055.stdout:656: done (4 left) 2023-10-14T00:03:48.429 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 10 current snap is 54 2023-10-14T00:03:48.429 INFO:tasks.rados.rados.0.smithi055.stdout:659: finishing write tid 5 to smithi055169533-44 2023-10-14T00:03:48.429 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 44 v 154 (ObjNum 218 snap 54 seq_num 218) dirty exists 2023-10-14T00:03:48.429 INFO:tasks.rados.rados.0.smithi055.stdout:659: left oid 44 (ObjNum 218 snap 54 seq_num 218) 2023-10-14T00:03:48.430 INFO:tasks.rados.rados.0.smithi055.stdout:660: finishing write tid 1 to smithi055169533-28 2023-10-14T00:03:48.430 INFO:tasks.rados.rados.0.smithi055.stdout:663: seq_num 222 ranges {1105920=524288,1630208=565248,2195456=237568} 2023-10-14T00:03:48.437 INFO:tasks.rados.rados.0.smithi055.stdout:663: writing smithi055169533-10 from 1105920 to 1630208 tid 1 2023-10-14T00:03:48.441 INFO:tasks.rados.rados.0.smithi055.stdout:663: writing smithi055169533-10 from 1630208 to 2195456 tid 2 2023-10-14T00:03:48.443 INFO:tasks.rados.rados.0.smithi055.stdout:663: writing smithi055169533-10 from 2195456 to 2433024 tid 3 2023-10-14T00:03:48.443 INFO:tasks.rados.rados.0.smithi055.stdout:659: done (4 left) 2023-10-14T00:03:48.443 INFO:tasks.rados.rados.0.smithi055.stdout:664: setattr oid 3 current snap is 54 2023-10-14T00:03:48.443 INFO:tasks.rados.rados.0.smithi055.stdout:660: finishing write tid 2 to smithi055169533-28 2023-10-14T00:03:48.443 INFO:tasks.rados.rados.0.smithi055.stdout:660: finishing write tid 3 to smithi055169533-28 2023-10-14T00:03:48.444 INFO:tasks.rados.rados.0.smithi055.stdout:660: finishing write tid 4 to smithi055169533-28 2023-10-14T00:03:48.444 INFO:tasks.rados.rados.0.smithi055.stdout:660: finishing write tid 5 to smithi055169533-28 2023-10-14T00:03:48.444 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 28 v 313 (ObjNum 219 snap 54 seq_num 219) dirty exists 2023-10-14T00:03:48.444 INFO:tasks.rados.rados.0.smithi055.stdout:660: left oid 28 (ObjNum 219 snap 54 seq_num 219) 2023-10-14T00:03:48.444 INFO:tasks.rados.rados.0.smithi055.stdout:661: finishing write tid 1 to smithi055169533-11 2023-10-14T00:03:48.444 INFO:tasks.rados.rados.0.smithi055.stdout:661: finishing write tid 2 to smithi055169533-11 2023-10-14T00:03:48.445 INFO:tasks.rados.rados.0.smithi055.stdout:661: finishing write tid 3 to smithi055169533-11 2023-10-14T00:03:48.445 INFO:tasks.rados.rados.0.smithi055.stdout:661: finishing write tid 4 to smithi055169533-11 2023-10-14T00:03:48.445 INFO:tasks.rados.rados.0.smithi055.stdout:661: finishing write tid 5 to smithi055169533-11 2023-10-14T00:03:48.445 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 11 v 108 (ObjNum 220 snap 54 seq_num 220) dirty exists 2023-10-14T00:03:48.445 INFO:tasks.rados.rados.0.smithi055.stdout:661: left oid 11 (ObjNum 220 snap 54 seq_num 220) 2023-10-14T00:03:48.446 INFO:tasks.rados.rados.0.smithi055.stdout:662: finishing write tid 1 to smithi055169533-46 2023-10-14T00:03:48.446 INFO:tasks.rados.rados.0.smithi055.stdout:662: finishing write tid 2 to smithi055169533-46 2023-10-14T00:03:48.446 INFO:tasks.rados.rados.0.smithi055.stdout:662: finishing write tid 3 to smithi055169533-46 2023-10-14T00:03:48.446 INFO:tasks.rados.rados.0.smithi055.stdout:662: finishing write tid 4 to smithi055169533-46 2023-10-14T00:03:48.446 INFO:tasks.rados.rados.0.smithi055.stdout:662: finishing write tid 5 to smithi055169533-46 2023-10-14T00:03:48.447 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 46 v 293 (ObjNum 221 snap 54 seq_num 221) dirty exists 2023-10-14T00:03:48.447 INFO:tasks.rados.rados.0.smithi055.stdout:662: left oid 46 (ObjNum 221 snap 54 seq_num 221) 2023-10-14T00:03:48.447 INFO:tasks.rados.rados.0.smithi055.stdout:663: finishing write tid 1 to smithi055169533-10 2023-10-14T00:03:48.448 INFO:tasks.rados.rados.0.smithi055.stdout:663: finishing write tid 2 to smithi055169533-10 2023-10-14T00:03:48.448 INFO:tasks.rados.rados.0.smithi055.stdout:663: finishing write tid 3 to smithi055169533-10 2023-10-14T00:03:48.448 INFO:tasks.rados.rados.0.smithi055.stdout:663: finishing write tid 4 to smithi055169533-10 2023-10-14T00:03:48.448 INFO:tasks.rados.rados.0.smithi055.stdout:660: done (4 left) 2023-10-14T00:03:48.449 INFO:tasks.rados.rados.0.smithi055.stdout:661: done (3 left) 2023-10-14T00:03:48.449 INFO:tasks.rados.rados.0.smithi055.stdout:662: done (2 left) 2023-10-14T00:03:48.449 INFO:tasks.rados.rados.0.smithi055.stdout:665: delete oid 7 current snap is 54 2023-10-14T00:03:48.449 INFO:tasks.rados.rados.0.smithi055.stdout:663: finishing write tid 5 to smithi055169533-10 2023-10-14T00:03:48.449 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 10 v 341 (ObjNum 222 snap 54 seq_num 222) dirty exists 2023-10-14T00:03:48.450 INFO:tasks.rados.rados.0.smithi055.stdout:663: left oid 10 (ObjNum 222 snap 54 seq_num 222) 2023-10-14T00:03:48.450 INFO:tasks.rados.rados.0.smithi055.stdout:663: done (2 left) 2023-10-14T00:03:48.450 INFO:tasks.rados.rados.0.smithi055.stdout:665: done (1 left) 2023-10-14T00:03:48.450 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 5 current snap is 54 2023-10-14T00:03:48.450 INFO:tasks.rados.rados.0.smithi055.stdout:666: seq_num 224 ranges {0=557056,557056=737280,1294336=65536} 2023-10-14T00:03:48.451 INFO:tasks.rados.rados.0.smithi055.stdout:666: writing smithi055169533-5 from 0 to 557056 tid 1 2023-10-14T00:03:48.455 INFO:tasks.rados.rados.0.smithi055.stdout:666: writing smithi055169533-5 from 557056 to 1294336 tid 2 2023-10-14T00:03:48.456 INFO:tasks.rados.rados.0.smithi055.stdout:666: writing smithi055169533-5 from 1294336 to 1359872 tid 3 2023-10-14T00:03:48.456 INFO:tasks.rados.rados.0.smithi055.stdout:667: copy_from oid 44 from oid 47 current snap is 54 2023-10-14T00:03:48.456 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 3 v 315 (ObjNum 161 snap 0 seq_num 1) dirty exists 2023-10-14T00:03:48.457 INFO:tasks.rados.rados.0.smithi055.stdout:666: finishing write tid 1 to smithi055169533-5 2023-10-14T00:03:48.457 INFO:tasks.rados.rados.0.smithi055.stdout:664: done (2 left) 2023-10-14T00:03:48.457 INFO:tasks.rados.rados.0.smithi055.stdout:668: rollback oid 9 current snap is 54 2023-10-14T00:03:48.457 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 9 to 50 2023-10-14T00:03:48.457 INFO:tasks.rados.rados.0.smithi055.stdout:669: copy_from oid 31 from oid 18 current snap is 54 2023-10-14T00:03:48.458 INFO:tasks.rados.rados.0.smithi055.stdout:670: copy_from oid 17 from oid 7 current snap is 54 2023-10-14T00:03:48.458 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 16 current snap is 54 2023-10-14T00:03:48.458 INFO:tasks.rados.rados.0.smithi055.stdout:671: seq_num 225 ranges {1105920=573440,1679360=622592,2301952=180224} 2023-10-14T00:03:48.465 INFO:tasks.rados.rados.0.smithi055.stdout:671: writing smithi055169533-16 from 1105920 to 1679360 tid 1 2023-10-14T00:03:48.469 INFO:tasks.rados.rados.0.smithi055.stdout:671: writing smithi055169533-16 from 1679360 to 2301952 tid 2 2023-10-14T00:03:48.470 INFO:tasks.rados.rados.0.smithi055.stdout:671: writing smithi055169533-16 from 2301952 to 2482176 tid 3 2023-10-14T00:03:48.470 INFO:tasks.rados.rados.0.smithi055.stdout:672: snap_remove snap 53 2023-10-14T00:03:48.615 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:48 smithi082 ceph-mon[116307]: Upgrade: Updating mgr.x 2023-10-14T00:03:48.615 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:48 smithi082 ceph-mon[116307]: Deploying daemon mgr.x on smithi082 2023-10-14T00:03:48.616 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:48 smithi082 ceph-mon[116307]: osdmap e177: 8 total, 8 up, 8 in 2023-10-14T00:03:48.616 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:48 smithi082 bash[170642]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x 2023-10-14T00:03:48.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:48 smithi055 ceph-mon[124249]: Upgrade: Updating mgr.x 2023-10-14T00:03:48.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:48 smithi055 ceph-mon[124249]: Deploying daemon mgr.x on smithi082 2023-10-14T00:03:48.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:48 smithi055 ceph-mon[124249]: osdmap e177: 8 total, 8 up, 8 in 2023-10-14T00:03:48.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:48 smithi055 ceph-mon[110989]: Upgrade: Updating mgr.x 2023-10-14T00:03:48.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:48 smithi055 ceph-mon[110989]: Deploying daemon mgr.x on smithi082 2023-10-14T00:03:48.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:48 smithi055 ceph-mon[110989]: osdmap e177: 8 total, 8 up, 8 in 2023-10-14T00:03:48.875 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:48 smithi082 systemd[1]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@mgr.x.service: Main process exited, code=exited, status=143/n/a 2023-10-14T00:03:48.875 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:48 smithi082 systemd[1]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@mgr.x.service: Failed with result 'exit-code'. 2023-10-14T00:03:48.875 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:48 smithi082 systemd[1]: Stopped Ceph mgr.x for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:03:49.339 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:48 smithi082 systemd[1]: Starting Ceph mgr.x for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:03:49.356 INFO:tasks.rados.rados.0.smithi055.stdout:672: done (6 left) 2023-10-14T00:03:49.356 INFO:tasks.rados.rados.0.smithi055.stdout:673: read oid 6 snap -1 2023-10-14T00:03:49.356 INFO:tasks.rados.rados.0.smithi055.stdout:673: expect (ObjNum 208 snap 48 seq_num 208) 2023-10-14T00:03:49.357 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 19 current snap is 54 2023-10-14T00:03:49.357 INFO:tasks.rados.rados.0.smithi055.stdout:674: seq_num 226 ranges {3063808=589824,3653632=507904,4161536=294912} 2023-10-14T00:03:49.377 INFO:tasks.rados.rados.0.smithi055.stdout:674: writing smithi055169533-19 from 3063808 to 3653632 tid 1 2023-10-14T00:03:49.380 INFO:tasks.rados.rados.0.smithi055.stdout:674: writing smithi055169533-19 from 3653632 to 4161536 tid 2 2023-10-14T00:03:49.382 INFO:tasks.rados.rados.0.smithi055.stdout:674: writing smithi055169533-19 from 4161536 to 4456448 tid 3 2023-10-14T00:03:49.383 INFO:tasks.rados.rados.0.smithi055.stdout:675: snap_create 2023-10-14T00:03:49.383 INFO:tasks.rados.rados.0.smithi055.stdout:670: finishing copy_from to smithi055169533-17 2023-10-14T00:03:49.383 INFO:tasks.rados.rados.0.smithi055.stdout:670: got expected ENOENT (src dne) 2023-10-14T00:03:49.383 INFO:tasks.rados.rados.0.smithi055.stdout:670: finishing copy_from racing read to smithi055169533-17 2023-10-14T00:03:49.383 INFO:tasks.rados.rados.0.smithi055.stdout:668: finishing rollback tid 0 to smithi055169533-9 2023-10-14T00:03:49.384 INFO:tasks.rados.rados.0.smithi055.stdout:668: finishing rollback tid 1 to smithi055169533-9 2023-10-14T00:03:49.384 INFO:tasks.rados.rados.0.smithi055.stdout:667: finishing copy_from to smithi055169533-44 2023-10-14T00:03:49.384 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 44 v 201 (ObjNum 289 snap 0 seq_num 1) dirty exists 2023-10-14T00:03:49.384 INFO:tasks.rados.rados.0.smithi055.stdout:668: finishing rollback tid 2 to smithi055169533-9 2023-10-14T00:03:49.384 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 9 v 124 (ObjNum 126 snap 23 seq_num 126) dirty exists 2023-10-14T00:03:49.385 INFO:tasks.rados.rados.0.smithi055.stdout:666: finishing write tid 2 to smithi055169533-5 2023-10-14T00:03:49.385 INFO:tasks.rados.rados.0.smithi055.stdout:666: finishing write tid 3 to smithi055169533-5 2023-10-14T00:03:49.385 INFO:tasks.rados.rados.0.smithi055.stdout:666: finishing write tid 4 to smithi055169533-5 2023-10-14T00:03:49.385 INFO:tasks.rados.rados.0.smithi055.stdout:667: finishing copy_from racing read to smithi055169533-44 2023-10-14T00:03:49.385 INFO:tasks.rados.rados.0.smithi055.stdout:666: finishing write tid 5 to smithi055169533-5 2023-10-14T00:03:49.386 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 5 v 228 (ObjNum 224 snap 54 seq_num 224) dirty exists 2023-10-14T00:03:49.386 INFO:tasks.rados.rados.0.smithi055.stdout:666: left oid 5 (ObjNum 224 snap 54 seq_num 224) 2023-10-14T00:03:49.386 INFO:tasks.rados.rados.0.smithi055.stdout:669: finishing copy_from to smithi055169533-31 2023-10-14T00:03:49.386 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 31 v 265 (ObjNum 183 snap 42 seq_num 183) dirty exists 2023-10-14T00:03:49.386 INFO:tasks.rados.rados.0.smithi055.stdout:669: finishing copy_from racing read to smithi055169533-31 2023-10-14T00:03:49.387 INFO:tasks.rados.rados.0.smithi055.stdout:671: finishing write tid 1 to smithi055169533-16 2023-10-14T00:03:49.387 INFO:tasks.rados.rados.0.smithi055.stdout:671: finishing write tid 2 to smithi055169533-16 2023-10-14T00:03:49.387 INFO:tasks.rados.rados.0.smithi055.stdout:671: finishing write tid 3 to smithi055169533-16 2023-10-14T00:03:49.387 INFO:tasks.rados.rados.0.smithi055.stdout:671: finishing write tid 4 to smithi055169533-16 2023-10-14T00:03:49.387 INFO:tasks.rados.rados.0.smithi055.stdout:671: finishing write tid 5 to smithi055169533-16 2023-10-14T00:03:49.388 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 16 v 307 (ObjNum 225 snap 54 seq_num 225) dirty exists 2023-10-14T00:03:49.388 INFO:tasks.rados.rados.0.smithi055.stdout:671: left oid 16 (ObjNum 225 snap 54 seq_num 225) 2023-10-14T00:03:49.388 INFO:tasks.rados.rados.0.smithi055.stdout:673: expect (ObjNum 208 snap 48 seq_num 208) 2023-10-14T00:03:49.547 INFO:tasks.rados.rados.0.smithi055.stdout:674: finishing write tid 1 to smithi055169533-19 2023-10-14T00:03:49.547 INFO:tasks.rados.rados.0.smithi055.stdout:674: finishing write tid 2 to smithi055169533-19 2023-10-14T00:03:49.547 INFO:tasks.rados.rados.0.smithi055.stdout:674: finishing write tid 3 to smithi055169533-19 2023-10-14T00:03:49.547 INFO:tasks.rados.rados.0.smithi055.stdout:674: finishing write tid 4 to smithi055169533-19 2023-10-14T00:03:49.548 INFO:tasks.rados.rados.0.smithi055.stdout:674: finishing write tid 5 to smithi055169533-19 2023-10-14T00:03:49.548 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 19 v 128 (ObjNum 226 snap 54 seq_num 226) dirty exists 2023-10-14T00:03:49.548 INFO:tasks.rados.rados.0.smithi055.stdout:674: left oid 19 (ObjNum 226 snap 54 seq_num 226) 2023-10-14T00:03:49.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:49 smithi082 ceph-mon[116307]: pgmap v21: 121 pgs: 121 active+clean; 60 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 2.7 MiB/s rd, 846 KiB/s wr, 19 op/s 2023-10-14T00:03:49.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:49 smithi082 ceph-mon[116307]: osdmap e178: 8 total, 8 up, 8 in 2023-10-14T00:03:49.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:49 smithi055 ceph-mon[124249]: pgmap v21: 121 pgs: 121 active+clean; 60 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 2.7 MiB/s rd, 846 KiB/s wr, 19 op/s 2023-10-14T00:03:49.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:49 smithi055 ceph-mon[124249]: osdmap e178: 8 total, 8 up, 8 in 2023-10-14T00:03:49.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:49 smithi055 ceph-mon[110989]: pgmap v21: 121 pgs: 121 active+clean; 60 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 2.7 MiB/s rd, 846 KiB/s wr, 19 op/s 2023-10-14T00:03:49.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:49 smithi055 ceph-mon[110989]: osdmap e178: 8 total, 8 up, 8 in 2023-10-14T00:03:50.312 INFO:tasks.rados.rados.0.smithi055.stdout:666: done (8 left) 2023-10-14T00:03:50.312 INFO:tasks.rados.rados.0.smithi055.stdout:667: done (7 left) 2023-10-14T00:03:50.312 INFO:tasks.rados.rados.0.smithi055.stdout:668: done (6 left) 2023-10-14T00:03:50.313 INFO:tasks.rados.rados.0.smithi055.stdout:669: done (5 left) 2023-10-14T00:03:50.313 INFO:tasks.rados.rados.0.smithi055.stdout:670: done (4 left) 2023-10-14T00:03:50.313 INFO:tasks.rados.rados.0.smithi055.stdout:671: done (3 left) 2023-10-14T00:03:50.313 INFO:tasks.rados.rados.0.smithi055.stdout:673: done (2 left) 2023-10-14T00:03:50.313 INFO:tasks.rados.rados.0.smithi055.stdout:674: done (1 left) 2023-10-14T00:03:50.314 INFO:tasks.rados.rados.0.smithi055.stdout:675: done (0 left) 2023-10-14T00:03:50.314 INFO:tasks.rados.rados.0.smithi055.stdout:676: delete oid 2 current snap is 55 2023-10-14T00:03:50.319 INFO:tasks.rados.rados.0.smithi055.stdout:676: done (0 left) 2023-10-14T00:03:50.319 INFO:tasks.rados.rados.0.smithi055.stdout:677: delete oid 5 current snap is 55 2023-10-14T00:03:50.324 INFO:tasks.rados.rados.0.smithi055.stdout:677: done (0 left) 2023-10-14T00:03:50.325 INFO:tasks.rados.rados.0.smithi055.stdout:678: read oid 43 snap -1 2023-10-14T00:03:50.325 INFO:tasks.rados.rados.0.smithi055.stdout:678: expect deleted 2023-10-14T00:03:50.325 INFO:tasks.rados.rados.0.smithi055.stdout:679: read oid 28 snap 54 2023-10-14T00:03:50.325 INFO:tasks.rados.rados.0.smithi055.stdout:679: expect (ObjNum 219 snap 54 seq_num 219) 2023-10-14T00:03:50.325 INFO:tasks.rados.rados.0.smithi055.stdout:680: delete oid 17 current snap is 55 2023-10-14T00:03:50.326 INFO:tasks.rados.rados.0.smithi055.stdout:678: done (2 left) 2023-10-14T00:03:50.327 INFO:tasks.rados.rados.0.smithi055.stdout:680: done (1 left) 2023-10-14T00:03:50.327 INFO:tasks.rados.rados.0.smithi055.stdout:681: copy_from oid 45 from oid 13 current snap is 55 2023-10-14T00:03:50.327 INFO:tasks.rados.rados.0.smithi055.stdout:682: rmattr oid 36 current snap is 55 2023-10-14T00:03:50.327 INFO:tasks.rados.rados.0.smithi055.stdout:682: done (2 left) 2023-10-14T00:03:50.327 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 11 current snap is 55 2023-10-14T00:03:50.328 INFO:tasks.rados.rados.0.smithi055.stdout:683: seq_num 230 ranges {4390912=655360,5046272=491520,5537792=311296} 2023-10-14T00:03:50.356 INFO:tasks.rados.rados.0.smithi055.stdout:683: writing smithi055169533-11 from 4390912 to 5046272 tid 1 2023-10-14T00:03:50.357 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:50 smithi082 ceph-mgr[170802]: -- 172.21.15.82:0/2423614462 <== mon.1 v2:172.21.15.82:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x555e3486f1e0 con 0x555e34844c00 2023-10-14T00:03:50.357 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:50 smithi082 bash[170783]: a79a494adccfdb03f408624f3115a4f281a41a63d88e038b6a638fb90612521b 2023-10-14T00:03:50.357 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:50 smithi082 systemd[1]: Started Ceph mgr.x for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:03:50.358 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:50 smithi082 ceph-mon[116307]: osdmap e179: 8 total, 8 up, 8 in 2023-10-14T00:03:50.359 INFO:tasks.rados.rados.0.smithi055.stdout:683: writing smithi055169533-11 from 5046272 to 5537792 tid 2 2023-10-14T00:03:50.362 INFO:tasks.rados.rados.0.smithi055.stdout:683: writing smithi055169533-11 from 5537792 to 5849088 tid 3 2023-10-14T00:03:50.362 INFO:tasks.rados.rados.0.smithi055.stdout:684: read oid 19 snap -1 2023-10-14T00:03:50.362 INFO:tasks.rados.rados.0.smithi055.stdout:684: expect (ObjNum 226 snap 54 seq_num 226) 2023-10-14T00:03:50.363 INFO:tasks.rados.rados.0.smithi055.stdout:681: finishing copy_from to smithi055169533-45 2023-10-14T00:03:50.363 INFO:tasks.rados.rados.0.smithi055.stdout:681: got expected ENOENT (src dne) 2023-10-14T00:03:50.363 INFO:tasks.rados.rados.0.smithi055.stdout:681: finishing copy_from racing read to smithi055169533-45 2023-10-14T00:03:50.363 INFO:tasks.rados.rados.0.smithi055.stdout:681: done (3 left) 2023-10-14T00:03:50.363 INFO:tasks.rados.rados.0.smithi055.stdout:685: rollback oid 1 current snap is 55 2023-10-14T00:03:50.364 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 1 to 50 2023-10-14T00:03:50.364 INFO:tasks.rados.rados.0.smithi055.stdout:679: expect (ObjNum 219 snap 54 seq_num 219) 2023-10-14T00:03:50.565 INFO:tasks.rados.rados.0.smithi055.stdout:683: finishing write tid 1 to smithi055169533-11 2023-10-14T00:03:50.565 INFO:tasks.rados.rados.0.smithi055.stdout:683: finishing write tid 2 to smithi055169533-11 2023-10-14T00:03:50.565 INFO:tasks.rados.rados.0.smithi055.stdout:685: finishing rollback tid 1 to smithi055169533-1 2023-10-14T00:03:50.566 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 1 v 0 (ObjNum 65 snap 0 seq_num 1599760752) dirty dne 2023-10-14T00:03:50.566 INFO:tasks.rados.rados.0.smithi055.stdout:683: finishing write tid 3 to smithi055169533-11 2023-10-14T00:03:50.566 INFO:tasks.rados.rados.0.smithi055.stdout:683: finishing write tid 4 to smithi055169533-11 2023-10-14T00:03:50.566 INFO:tasks.rados.rados.0.smithi055.stdout:683: finishing write tid 5 to smithi055169533-11 2023-10-14T00:03:50.566 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 11 v 112 (ObjNum 230 snap 55 seq_num 230) dirty exists 2023-10-14T00:03:50.567 INFO:tasks.rados.rados.0.smithi055.stdout:683: left oid 11 (ObjNum 230 snap 55 seq_num 230) 2023-10-14T00:03:50.567 INFO:tasks.rados.rados.0.smithi055.stdout:684: expect (ObjNum 226 snap 54 seq_num 226) 2023-10-14T00:03:50.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:50 smithi082 ceph-mon[116307]: osdmap e180: 8 total, 8 up, 8 in 2023-10-14T00:03:50.625 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:50 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: 2023-10-14T00:03:50.401+0000 7f4d18251200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-10-14T00:03:50.626 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:50 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: 2023-10-14T00:03:50.583+0000 7f4d18251200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-10-14T00:03:50.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:50 smithi055 ceph-mon[124249]: osdmap e179: 8 total, 8 up, 8 in 2023-10-14T00:03:50.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:50 smithi055 ceph-mon[124249]: osdmap e180: 8 total, 8 up, 8 in 2023-10-14T00:03:50.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:50 smithi055 ceph-mon[110989]: osdmap e179: 8 total, 8 up, 8 in 2023-10-14T00:03:50.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:50 smithi055 ceph-mon[110989]: osdmap e180: 8 total, 8 up, 8 in 2023-10-14T00:03:50.781 INFO:tasks.rados.rados.0.smithi055.stdout:679: done (3 left) 2023-10-14T00:03:50.782 INFO:tasks.rados.rados.0.smithi055.stdout:683: done (2 left) 2023-10-14T00:03:50.782 INFO:tasks.rados.rados.0.smithi055.stdout:684: done (1 left) 2023-10-14T00:03:50.782 INFO:tasks.rados.rados.0.smithi055.stdout:685: done (0 left) 2023-10-14T00:03:50.782 INFO:tasks.rados.rados.0.smithi055.stdout:686: read oid 21 snap -1 2023-10-14T00:03:50.783 INFO:tasks.rados.rados.0.smithi055.stdout:686: expect deleted 2023-10-14T00:03:50.783 INFO:tasks.rados.rados.0.smithi055.stdout:687: copy_from oid 31 from oid 6 current snap is 55 2023-10-14T00:03:50.783 INFO:tasks.rados.rados.0.smithi055.stdout:688: snap_remove snap 50 2023-10-14T00:03:51.375 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:50 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: 2023-10-14T00:03:50.950+0000 7f4d18251200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-10-14T00:03:51.406 INFO:tasks.rados.rados.0.smithi055.stdout:688: done (2 left) 2023-10-14T00:03:51.407 INFO:tasks.rados.rados.0.smithi055.stdout:689: delete oid 35 current snap is 55 2023-10-14T00:03:51.407 INFO:tasks.rados.rados.0.smithi055.stdout:687: finishing copy_from to smithi055169533-31 2023-10-14T00:03:51.407 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 31 v 200 (ObjNum 208 snap 48 seq_num 208) dirty exists 2023-10-14T00:03:51.407 INFO:tasks.rados.rados.0.smithi055.stdout:687: finishing copy_from racing read to smithi055169533-31 2023-10-14T00:03:51.412 INFO:tasks.rados.rados.0.smithi055.stdout:686: done (2 left) 2023-10-14T00:03:51.412 INFO:tasks.rados.rados.0.smithi055.stdout:687: done (1 left) 2023-10-14T00:03:51.412 INFO:tasks.rados.rados.0.smithi055.stdout:689: done (0 left) 2023-10-14T00:03:51.413 INFO:tasks.rados.rados.0.smithi055.stdout:690: read oid 42 snap -1 2023-10-14T00:03:51.413 INFO:tasks.rados.rados.0.smithi055.stdout:690: expect (ObjNum 141 snap 28 seq_num 141) 2023-10-14T00:03:51.413 INFO:tasks.rados.rados.0.smithi055.stdout:691: read oid 24 snap -1 2023-10-14T00:03:51.413 INFO:tasks.rados.rados.0.smithi055.stdout:691: expect (ObjNum 116 snap 21 seq_num 116) 2023-10-14T00:03:51.413 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 21 current snap is 55 2023-10-14T00:03:51.414 INFO:tasks.rados.rados.0.smithi055.stdout:692: seq_num 232 ranges {0=688128,688128=663552,1351680=139264} 2023-10-14T00:03:51.423 INFO:tasks.rados.rados.0.smithi055.stdout:692: writing smithi055169533-21 from 0 to 688128 tid 1 2023-10-14T00:03:51.424 INFO:tasks.rados.rados.0.smithi055.stdout:692: writing smithi055169533-21 from 688128 to 1351680 tid 2 2023-10-14T00:03:51.424 INFO:tasks.rados.rados.0.smithi055.stdout:692: writing smithi055169533-21 from 1351680 to 1490944 tid 3 2023-10-14T00:03:51.424 INFO:tasks.rados.rados.0.smithi055.stdout:693: snap_remove snap 54 2023-10-14T00:03:51.748 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:51 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: 2023-10-14T00:03:51.494+0000 7f4d18251200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-10-14T00:03:51.748 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:51 smithi082 ceph-mon[116307]: pgmap v24: 121 pgs: 121 active+clean; 60 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 2.7 MiB/s rd, 846 KiB/s wr, 19 op/s 2023-10-14T00:03:51.748 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:51 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:51.749 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:51 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:51.749 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:51 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:03:51.749 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:51 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:03:51.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:51 smithi055 ceph-mon[124249]: pgmap v24: 121 pgs: 121 active+clean; 60 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 2.7 MiB/s rd, 846 KiB/s wr, 19 op/s 2023-10-14T00:03:51.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:51 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:51.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:51 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:51.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:51 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:03:51.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:51 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:03:51.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:51 smithi055 ceph-mon[110989]: pgmap v24: 121 pgs: 121 active+clean; 60 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 2.7 MiB/s rd, 846 KiB/s wr, 19 op/s 2023-10-14T00:03:51.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:51 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:51.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:51 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:51.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:51 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:03:51.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:51 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:03:52.071 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:51 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: 2023-10-14T00:03:51.746+0000 7f4d18251200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-10-14T00:03:52.375 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:52 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: 2023-10-14T00:03:52.218+0000 7f4d18251200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-10-14T00:03:52.411 INFO:tasks.rados.rados.0.smithi055.stdout:693: done (3 left) 2023-10-14T00:03:52.411 INFO:tasks.rados.rados.0.smithi055.stdout:694: snap_remove snap 49 2023-10-14T00:03:52.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:52 smithi055 ceph-mon[124249]: osdmap e181: 8 total, 8 up, 8 in 2023-10-14T00:03:52.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:52 smithi055 ceph-mon[110989]: osdmap e181: 8 total, 8 up, 8 in 2023-10-14T00:03:52.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:52 smithi082 ceph-mon[116307]: osdmap e181: 8 total, 8 up, 8 in 2023-10-14T00:03:53.375 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:53 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: 2023-10-14T00:03:53.023+0000 7f4d18251200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-10-14T00:03:53.375 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:53 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: 2023-10-14T00:03:53.119+0000 7f4d18251200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-10-14T00:03:53.423 INFO:tasks.rados.rados.0.smithi055.stdout:694: done (3 left) 2023-10-14T00:03:53.423 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 31 current snap is 55 2023-10-14T00:03:53.423 INFO:tasks.rados.rados.0.smithi055.stdout:695: seq_num 233 ranges {3964928=712704,4677632=548864,5226496=253952} 2023-10-14T00:03:53.450 INFO:tasks.rados.rados.0.smithi055.stdout:695: writing smithi055169533-31 from 3964928 to 4677632 tid 1 2023-10-14T00:03:53.453 INFO:tasks.rados.rados.0.smithi055.stdout:695: writing smithi055169533-31 from 4677632 to 5226496 tid 2 2023-10-14T00:03:53.455 INFO:tasks.rados.rados.0.smithi055.stdout:695: writing smithi055169533-31 from 5226496 to 5480448 tid 3 2023-10-14T00:03:53.455 INFO:tasks.rados.rados.0.smithi055.stdout:696: read oid 9 snap -1 2023-10-14T00:03:53.455 INFO:tasks.rados.rados.0.smithi055.stdout:696: expect (ObjNum 126 snap 23 seq_num 126) 2023-10-14T00:03:53.456 INFO:tasks.rados.rados.0.smithi055.stdout:697: rollback oid 40 current snap is 55 2023-10-14T00:03:53.456 INFO:tasks.rados.rados.0.smithi055.stdout:697: done (5 left) 2023-10-14T00:03:53.456 INFO:tasks.rados.rados.0.smithi055.stdout:698: delete oid 17 current snap is 55 2023-10-14T00:03:53.456 INFO:tasks.rados.rados.0.smithi055.stdout:692: finishing write tid 1 to smithi055169533-21 2023-10-14T00:03:53.456 INFO:tasks.rados.rados.0.smithi055.stdout:690: expect (ObjNum 141 snap 28 seq_num 141) 2023-10-14T00:03:53.520 INFO:tasks.rados.rados.0.smithi055.stdout:692: finishing write tid 2 to smithi055169533-21 2023-10-14T00:03:53.520 INFO:tasks.rados.rados.0.smithi055.stdout:692: finishing write tid 3 to smithi055169533-21 2023-10-14T00:03:53.520 INFO:tasks.rados.rados.0.smithi055.stdout:692: finishing write tid 4 to smithi055169533-21 2023-10-14T00:03:53.520 INFO:tasks.rados.rados.0.smithi055.stdout:692: finishing write tid 5 to smithi055169533-21 2023-10-14T00:03:53.521 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 21 v 239 (ObjNum 232 snap 55 seq_num 232) dirty exists 2023-10-14T00:03:53.521 INFO:tasks.rados.rados.0.smithi055.stdout:692: left oid 21 (ObjNum 232 snap 55 seq_num 232) 2023-10-14T00:03:53.521 INFO:tasks.rados.rados.0.smithi055.stdout:691: expect (ObjNum 116 snap 21 seq_num 116) 2023-10-14T00:03:53.597 INFO:tasks.rados.rados.0.smithi055.stdout:695: finishing write tid 1 to smithi055169533-31 2023-10-14T00:03:53.598 INFO:tasks.rados.rados.0.smithi055.stdout:695: finishing write tid 2 to smithi055169533-31 2023-10-14T00:03:53.598 INFO:tasks.rados.rados.0.smithi055.stdout:695: finishing write tid 3 to smithi055169533-31 2023-10-14T00:03:53.598 INFO:tasks.rados.rados.0.smithi055.stdout:695: finishing write tid 4 to smithi055169533-31 2023-10-14T00:03:53.598 INFO:tasks.rados.rados.0.smithi055.stdout:695: finishing write tid 5 to smithi055169533-31 2023-10-14T00:03:53.599 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 31 v 271 (ObjNum 233 snap 55 seq_num 233) dirty exists 2023-10-14T00:03:53.599 INFO:tasks.rados.rados.0.smithi055.stdout:695: left oid 31 (ObjNum 233 snap 55 seq_num 233) 2023-10-14T00:03:53.599 INFO:tasks.rados.rados.0.smithi055.stdout:690: done (5 left) 2023-10-14T00:03:53.599 INFO:tasks.rados.rados.0.smithi055.stdout:691: done (4 left) 2023-10-14T00:03:53.600 INFO:tasks.rados.rados.0.smithi055.stdout:692: done (3 left) 2023-10-14T00:03:53.600 INFO:tasks.rados.rados.0.smithi055.stdout:695: done (2 left) 2023-10-14T00:03:53.600 INFO:tasks.rados.rados.0.smithi055.stdout:698: done (1 left) 2023-10-14T00:03:53.600 INFO:tasks.rados.rados.0.smithi055.stdout:699: rollback oid 22 current snap is 55 2023-10-14T00:03:53.600 INFO:tasks.rados.rados.0.smithi055.stdout:699: done (1 left) 2023-10-14T00:03:53.601 INFO:tasks.rados.rados.0.smithi055.stdout:700: delete oid 11 current snap is 55 2023-10-14T00:03:53.601 INFO:tasks.rados.rados.0.smithi055.stdout:696: expect (ObjNum 126 snap 23 seq_num 126) 2023-10-14T00:03:53.712 INFO:tasks.rados.rados.0.smithi055.stdout:696: done (1 left) 2023-10-14T00:03:53.712 INFO:tasks.rados.rados.0.smithi055.stdout:700: done (0 left) 2023-10-14T00:03:53.712 INFO:tasks.rados.rados.0.smithi055.stdout:701: rollback oid 26 current snap is 55 2023-10-14T00:03:53.712 INFO:tasks.rados.rados.0.smithi055.stdout:701: done (0 left) 2023-10-14T00:03:53.713 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 38 current snap is 55 2023-10-14T00:03:53.713 INFO:tasks.rados.rados.0.smithi055.stdout:702: seq_num 236 ranges {737280=761856,1499136=647168,2146304=155648} 2023-10-14T00:03:53.720 INFO:tasks.rados.rados.0.smithi055.stdout:702: writing smithi055169533-38 from 737280 to 1499136 tid 1 2023-10-14T00:03:53.724 INFO:tasks.rados.rados.0.smithi055.stdout:702: writing smithi055169533-38 from 1499136 to 2146304 tid 2 2023-10-14T00:03:53.726 INFO:tasks.rados.rados.0.smithi055.stdout:702: writing smithi055169533-38 from 2146304 to 2301952 tid 3 2023-10-14T00:03:53.726 INFO:tasks.rados.rados.0.smithi055.stdout:703: rollback oid 31 current snap is 55 2023-10-14T00:03:53.727 INFO:tasks.rados.rados.0.smithi055.stdout:703: done (1 left) 2023-10-14T00:03:53.727 INFO:tasks.rados.rados.0.smithi055.stdout:704: rollback oid 7 current snap is 55 2023-10-14T00:03:53.727 INFO:tasks.rados.rados.0.smithi055.stdout:704: done (1 left) 2023-10-14T00:03:53.728 INFO:tasks.rados.rados.0.smithi055.stdout:705: copy_from oid 14 from oid 29 current snap is 55 2023-10-14T00:03:53.728 INFO:tasks.rados.rados.0.smithi055.stdout:702: finishing write tid 1 to smithi055169533-38 2023-10-14T00:03:53.728 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 46 current snap is 55 2023-10-14T00:03:53.729 INFO:tasks.rados.rados.0.smithi055.stdout:706: seq_num 237 ranges {2318336=778240,3096576=532480,3629056=270336} 2023-10-14T00:03:53.743 INFO:tasks.rados.rados.0.smithi055.stdout:706: writing smithi055169533-46 from 2318336 to 3096576 tid 1 2023-10-14T00:03:53.747 INFO:tasks.rados.rados.0.smithi055.stdout:706: writing smithi055169533-46 from 3096576 to 3629056 tid 2 2023-10-14T00:03:53.751 INFO:tasks.rados.rados.0.smithi055.stdout:706: writing smithi055169533-46 from 3629056 to 3899392 tid 3 2023-10-14T00:03:53.751 INFO:tasks.rados.rados.0.smithi055.stdout:707: read oid 7 snap -1 2023-10-14T00:03:53.752 INFO:tasks.rados.rados.0.smithi055.stdout:707: expect deleted 2023-10-14T00:03:53.752 INFO:tasks.rados.rados.0.smithi055.stdout:708: setattr oid 12 current snap is 55 2023-10-14T00:03:53.752 INFO:tasks.rados.rados.0.smithi055.stdout:702: finishing write tid 2 to smithi055169533-38 2023-10-14T00:03:53.752 INFO:tasks.rados.rados.0.smithi055.stdout:702: finishing write tid 3 to smithi055169533-38 2023-10-14T00:03:53.753 INFO:tasks.rados.rados.0.smithi055.stdout:702: finishing write tid 4 to smithi055169533-38 2023-10-14T00:03:53.753 INFO:tasks.rados.rados.0.smithi055.stdout:702: finishing write tid 5 to smithi055169533-38 2023-10-14T00:03:53.753 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 38 v 136 (ObjNum 236 snap 55 seq_num 236) dirty exists 2023-10-14T00:03:53.753 INFO:tasks.rados.rados.0.smithi055.stdout:702: left oid 38 (ObjNum 236 snap 55 seq_num 236) 2023-10-14T00:03:53.754 INFO:tasks.rados.rados.0.smithi055.stdout:705: finishing copy_from to smithi055169533-14 2023-10-14T00:03:53.754 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 14 v 87 (ObjNum 142 snap 28 seq_num 142) dirty exists 2023-10-14T00:03:53.754 INFO:tasks.rados.rados.0.smithi055.stdout:705: finishing copy_from racing read to smithi055169533-14 2023-10-14T00:03:53.754 INFO:tasks.rados.rados.0.smithi055.stdout:706: finishing write tid 1 to smithi055169533-46 2023-10-14T00:03:53.755 INFO:tasks.rados.rados.0.smithi055.stdout:702: done (4 left) 2023-10-14T00:03:53.755 INFO:tasks.rados.rados.0.smithi055.stdout:705: done (3 left) 2023-10-14T00:03:53.755 INFO:tasks.rados.rados.0.smithi055.stdout:707: done (2 left) 2023-10-14T00:03:53.755 INFO:tasks.rados.rados.0.smithi055.stdout:709: delete oid 11 current snap is 55 2023-10-14T00:03:53.755 INFO:tasks.rados.rados.0.smithi055.stdout:709: done (2 left) 2023-10-14T00:03:53.756 INFO:tasks.rados.rados.0.smithi055.stdout:710: snap_create 2023-10-14T00:03:53.756 INFO:tasks.rados.rados.0.smithi055.stdout:706: finishing write tid 2 to smithi055169533-46 2023-10-14T00:03:53.757 INFO:tasks.rados.rados.0.smithi055.stdout:706: finishing write tid 3 to smithi055169533-46 2023-10-14T00:03:53.757 INFO:tasks.rados.rados.0.smithi055.stdout:706: finishing write tid 4 to smithi055169533-46 2023-10-14T00:03:53.757 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 12 v 208 (ObjNum 188 snap 42 seq_num 188) dirty exists 2023-10-14T00:03:53.758 INFO:tasks.rados.rados.0.smithi055.stdout:706: finishing write tid 5 to smithi055169533-46 2023-10-14T00:03:53.758 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 46 v 297 (ObjNum 237 snap 55 seq_num 237) dirty exists 2023-10-14T00:03:53.758 INFO:tasks.rados.rados.0.smithi055.stdout:706: left oid 46 (ObjNum 237 snap 55 seq_num 237) 2023-10-14T00:03:53.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:53 smithi055 ceph-mon[124249]: pgmap v27: 121 pgs: 121 active+clean; 60 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:03:53.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:53 smithi055 ceph-mon[124249]: osdmap e182: 8 total, 8 up, 8 in 2023-10-14T00:03:53.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:53 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:53.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:53 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:53.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:53 smithi055 ceph-mon[110989]: pgmap v27: 121 pgs: 121 active+clean; 60 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:03:53.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:53 smithi055 ceph-mon[110989]: osdmap e182: 8 total, 8 up, 8 in 2023-10-14T00:03:53.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:53 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:53.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:53 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:53.798 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:53 smithi082 ceph-mon[116307]: pgmap v27: 121 pgs: 121 active+clean; 60 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:03:53.798 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:53 smithi082 ceph-mon[116307]: osdmap e182: 8 total, 8 up, 8 in 2023-10-14T00:03:53.799 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:53 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:53.800 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:53 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:54.125 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:53 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: 2023-10-14T00:03:53.794+0000 7f4d18251200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-10-14T00:03:54.125 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:53 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: 2023-10-14T00:03:53.886+0000 7f4d18251200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-10-14T00:03:54.125 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:53 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: 2023-10-14T00:03:53.983+0000 7f4d18251200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-10-14T00:03:54.443 INFO:tasks.rados.rados.0.smithi055.stdout:706: done (2 left) 2023-10-14T00:03:54.444 INFO:tasks.rados.rados.0.smithi055.stdout:708: done (1 left) 2023-10-14T00:03:54.444 INFO:tasks.rados.rados.0.smithi055.stdout:710: done (0 left) 2023-10-14T00:03:54.444 INFO:tasks.rados.rados.0.smithi055.stdout:711: rollback oid 47 current snap is 56 2023-10-14T00:03:54.444 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 47 to 55 2023-10-14T00:03:54.444 INFO:tasks.rados.rados.0.smithi055.stdout:712: read oid 10 snap -1 2023-10-14T00:03:54.445 INFO:tasks.rados.rados.0.smithi055.stdout:712: expect (ObjNum 222 snap 54 seq_num 222) 2023-10-14T00:03:54.445 INFO:tasks.rados.rados.0.smithi055.stdout:713: read oid 42 snap 55 2023-10-14T00:03:54.445 INFO:tasks.rados.rados.0.smithi055.stdout:713: expect (ObjNum 141 snap 28 seq_num 141) 2023-10-14T00:03:54.445 INFO:tasks.rados.rados.0.smithi055.stdout:714: read oid 20 snap 55 2023-10-14T00:03:54.445 INFO:tasks.rados.rados.0.smithi055.stdout:714: expect (ObjNum 38 snap 0 seq_num 38) 2023-10-14T00:03:54.446 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 27 current snap is 56 2023-10-14T00:03:54.446 INFO:tasks.rados.rados.0.smithi055.stdout:715: seq_num 239 ranges {1007616=409600,1417216=704512,2121728=499712} 2023-10-14T00:03:54.451 INFO:tasks.rados.rados.0.smithi055.stdout:715: writing smithi055169533-27 from 1007616 to 1417216 tid 1 2023-10-14T00:03:54.456 INFO:tasks.rados.rados.0.smithi055.stdout:715: writing smithi055169533-27 from 1417216 to 2121728 tid 2 2023-10-14T00:03:54.460 INFO:tasks.rados.rados.0.smithi055.stdout:715: writing smithi055169533-27 from 2121728 to 2621440 tid 3 2023-10-14T00:03:54.460 INFO:tasks.rados.rados.0.smithi055.stdout:716: read oid 25 snap -1 2023-10-14T00:03:54.460 INFO:tasks.rados.rados.0.smithi055.stdout:716: expect (ObjNum 116 snap 21 seq_num 116) 2023-10-14T00:03:54.460 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 30 current snap is 56 2023-10-14T00:03:54.461 INFO:tasks.rados.rados.0.smithi055.stdout:711: finishing rollback tid 0 to smithi055169533-47 2023-10-14T00:03:54.461 INFO:tasks.rados.rados.0.smithi055.stdout:711: finishing rollback tid 1 to smithi055169533-47 2023-10-14T00:03:54.461 INFO:tasks.rados.rados.0.smithi055.stdout:713: expect (ObjNum 141 snap 28 seq_num 141) 2023-10-14T00:03:54.483 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:54 smithi082 ceph-mon[116307]: osdmap e183: 8 total, 8 up, 8 in 2023-10-14T00:03:54.483 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:54 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:54.483 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:54 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:54.483 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:54 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: 2023-10-14T00:03:54.221+0000 7f4d18251200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-10-14T00:03:54.484 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:54 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: 2023-10-14T00:03:54.338+0000 7f4d18251200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-10-14T00:03:54.484 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:54 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: 2023-10-14T00:03:54.436+0000 7f4d18251200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-10-14T00:03:54.523 INFO:tasks.rados.rados.0.smithi055.stdout:711: finishing rollback tid 2 to smithi055169533-47 2023-10-14T00:03:54.524 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 47 v 211 (ObjNum 657 snap 0 seq_num 1765514912) dirty exists 2023-10-14T00:03:54.524 INFO:tasks.rados.rados.0.smithi055.stdout:714: expect (ObjNum 38 snap 0 seq_num 38) 2023-10-14T00:03:54.540 INFO:tasks.rados.rados.0.smithi055.stdout:712: expect (ObjNum 222 snap 54 seq_num 222) 2023-10-14T00:03:54.621 INFO:tasks.rados.rados.0.smithi055.stdout:715: finishing write tid 1 to smithi055169533-27 2023-10-14T00:03:54.621 INFO:tasks.rados.rados.0.smithi055.stdout:715: finishing write tid 2 to smithi055169533-27 2023-10-14T00:03:54.622 INFO:tasks.rados.rados.0.smithi055.stdout:715: finishing write tid 3 to smithi055169533-27 2023-10-14T00:03:54.622 INFO:tasks.rados.rados.0.smithi055.stdout:715: finishing write tid 4 to smithi055169533-27 2023-10-14T00:03:54.622 INFO:tasks.rados.rados.0.smithi055.stdout:715: finishing write tid 5 to smithi055169533-27 2023-10-14T00:03:54.622 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 27 v 364 (ObjNum 239 snap 56 seq_num 239) dirty exists 2023-10-14T00:03:54.623 INFO:tasks.rados.rados.0.smithi055.stdout:715: left oid 27 (ObjNum 239 snap 56 seq_num 239) 2023-10-14T00:03:54.623 INFO:tasks.rados.rados.0.smithi055.stdout:716: expect (ObjNum 116 snap 21 seq_num 116) 2023-10-14T00:03:54.699 INFO:tasks.rados.rados.0.smithi055.stdout:717: seq_num 240 ranges {2359296=425984,2785280=589824,3375104=483328,3858432=131072} 2023-10-14T00:03:54.714 INFO:tasks.rados.rados.0.smithi055.stdout:717: writing smithi055169533-30 from 2359296 to 2785280 tid 1 2023-10-14T00:03:54.717 INFO:tasks.rados.rados.0.smithi055.stdout:717: writing smithi055169533-30 from 2785280 to 3375104 tid 2 2023-10-14T00:03:54.720 INFO:tasks.rados.rados.0.smithi055.stdout:717: writing smithi055169533-30 from 3375104 to 3858432 tid 3 2023-10-14T00:03:54.722 INFO:tasks.rados.rados.0.smithi055.stdout:717: writing smithi055169533-30 from 3858432 to 3989504 tid 4 2023-10-14T00:03:54.722 INFO:tasks.rados.rados.0.smithi055.stdout:711: done (6 left) 2023-10-14T00:03:54.722 INFO:tasks.rados.rados.0.smithi055.stdout:712: done (5 left) 2023-10-14T00:03:54.722 INFO:tasks.rados.rados.0.smithi055.stdout:713: done (4 left) 2023-10-14T00:03:54.723 INFO:tasks.rados.rados.0.smithi055.stdout:714: done (3 left) 2023-10-14T00:03:54.723 INFO:tasks.rados.rados.0.smithi055.stdout:715: done (2 left) 2023-10-14T00:03:54.723 INFO:tasks.rados.rados.0.smithi055.stdout:716: done (1 left) 2023-10-14T00:03:54.723 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 45 current snap is 56 2023-10-14T00:03:54.724 INFO:tasks.rados.rados.0.smithi055.stdout:717: finishing write tid 1 to smithi055169533-30 2023-10-14T00:03:54.724 INFO:tasks.rados.rados.0.smithi055.stdout:717: finishing write tid 2 to smithi055169533-30 2023-10-14T00:03:54.724 INFO:tasks.rados.rados.0.smithi055.stdout:718: seq_num 241 ranges {3096576=442368,3538944=466944,4005888=688128,4694016=49152} 2023-10-14T00:03:54.741 INFO:tasks.rados.rados.0.smithi055.stdout:718: writing smithi055169533-45 from 3096576 to 3538944 tid 1 2023-10-14T00:03:54.744 INFO:tasks.rados.rados.0.smithi055.stdout:718: writing smithi055169533-45 from 3538944 to 4005888 tid 2 2023-10-14T00:03:54.747 INFO:tasks.rados.rados.0.smithi055.stdout:718: writing smithi055169533-45 from 4005888 to 4694016 tid 3 2023-10-14T00:03:54.748 INFO:tasks.rados.rados.0.smithi055.stdout:718: writing smithi055169533-45 from 4694016 to 4743168 tid 4 2023-10-14T00:03:54.749 INFO:tasks.rados.rados.0.smithi055.stdout:719: read oid 24 snap 55 2023-10-14T00:03:54.749 INFO:tasks.rados.rados.0.smithi055.stdout:719: expect (ObjNum 116 snap 21 seq_num 116) 2023-10-14T00:03:54.749 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 28 current snap is 56 2023-10-14T00:03:54.749 INFO:tasks.rados.rados.0.smithi055.stdout:720: seq_num 242 ranges {4022272=458752,4481024=753664,5234688=450560} 2023-10-14T00:03:54.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:54 smithi055 ceph-mon[124249]: osdmap e183: 8 total, 8 up, 8 in 2023-10-14T00:03:54.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:54 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:54.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:54 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:54 smithi055 ceph-mon[110989]: osdmap e183: 8 total, 8 up, 8 in 2023-10-14T00:03:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:54 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:54 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:54.773 INFO:tasks.rados.rados.0.smithi055.stdout:720: writing smithi055169533-28 from 4022272 to 4481024 tid 1 2023-10-14T00:03:54.777 INFO:tasks.rados.rados.0.smithi055.stdout:720: writing smithi055169533-28 from 4481024 to 5234688 tid 2 2023-10-14T00:03:54.781 INFO:tasks.rados.rados.0.smithi055.stdout:720: writing smithi055169533-28 from 5234688 to 5685248 tid 3 2023-10-14T00:03:54.781 INFO:tasks.rados.rados.0.smithi055.stdout:721: rmattr oid 32 current snap is 56 2023-10-14T00:03:54.781 INFO:tasks.rados.rados.0.smithi055.stdout:721: done (4 left) 2023-10-14T00:03:54.781 INFO:tasks.rados.rados.0.smithi055.stdout:722: rmattr oid 48 current snap is 56 2023-10-14T00:03:54.782 INFO:tasks.rados.rados.0.smithi055.stdout:717: finishing write tid 3 to smithi055169533-30 2023-10-14T00:03:54.782 INFO:tasks.rados.rados.0.smithi055.stdout:717: finishing write tid 4 to smithi055169533-30 2023-10-14T00:03:54.782 INFO:tasks.rados.rados.0.smithi055.stdout:723: rmattr oid 20 current snap is 56 2023-10-14T00:03:54.782 INFO:tasks.rados.rados.0.smithi055.stdout:723: done (5 left) 2023-10-14T00:03:54.783 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 43 current snap is 56 2023-10-14T00:03:54.783 INFO:tasks.rados.rados.0.smithi055.stdout:717: finishing write tid 5 to smithi055169533-30 2023-10-14T00:03:54.783 INFO:tasks.rados.rados.0.smithi055.stdout:724: seq_num 243 ranges {0=475136,475136=638976,1114112=565248} 2023-10-14T00:03:54.784 INFO:tasks.rados.rados.0.smithi055.stdout:724: writing smithi055169533-43 from 0 to 475136 tid 1 2023-10-14T00:03:54.787 INFO:tasks.rados.rados.0.smithi055.stdout:724: writing smithi055169533-43 from 475136 to 1114112 tid 2 2023-10-14T00:03:54.791 INFO:tasks.rados.rados.0.smithi055.stdout:724: writing smithi055169533-43 from 1114112 to 1679360 tid 3 2023-10-14T00:03:54.791 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 1 current snap is 56 2023-10-14T00:03:54.792 INFO:tasks.rados.rados.0.smithi055.stdout:717: finishing write tid 6 to smithi055169533-30 2023-10-14T00:03:54.792 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 30 v 208 (ObjNum 240 snap 56 seq_num 240) dirty exists 2023-10-14T00:03:54.792 INFO:tasks.rados.rados.0.smithi055.stdout:717: left oid 30 (ObjNum 240 snap 56 seq_num 240) 2023-10-14T00:03:54.792 INFO:tasks.rados.rados.0.smithi055.stdout:718: finishing write tid 1 to smithi055169533-45 2023-10-14T00:03:54.792 INFO:tasks.rados.rados.0.smithi055.stdout:718: finishing write tid 2 to smithi055169533-45 2023-10-14T00:03:54.793 INFO:tasks.rados.rados.0.smithi055.stdout:718: finishing write tid 3 to smithi055169533-45 2023-10-14T00:03:54.793 INFO:tasks.rados.rados.0.smithi055.stdout:718: finishing write tid 4 to smithi055169533-45 2023-10-14T00:03:54.793 INFO:tasks.rados.rados.0.smithi055.stdout:718: finishing write tid 5 to smithi055169533-45 2023-10-14T00:03:54.793 INFO:tasks.rados.rados.0.smithi055.stdout:725: seq_num 244 ranges {0=491520,491520=573440,1064960=458752,1523712=172032} 2023-10-14T00:03:54.794 INFO:tasks.rados.rados.0.smithi055.stdout:725: writing smithi055169533-1 from 0 to 491520 tid 1 2023-10-14T00:03:54.797 INFO:tasks.rados.rados.0.smithi055.stdout:725: writing smithi055169533-1 from 491520 to 1064960 tid 2 2023-10-14T00:03:54.798 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:54 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: 2023-10-14T00:03:54.683+0000 7f4d18251200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-10-14T00:03:54.798 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:54 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: 2023-10-14T00:03:54.795+0000 7f4d18251200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-10-14T00:03:54.800 INFO:tasks.rados.rados.0.smithi055.stdout:725: writing smithi055169533-1 from 1064960 to 1523712 tid 3 2023-10-14T00:03:54.801 INFO:tasks.rados.rados.0.smithi055.stdout:725: writing smithi055169533-1 from 1523712 to 1695744 tid 4 2023-10-14T00:03:54.801 INFO:tasks.rados.rados.0.smithi055.stdout:717: done (6 left) 2023-10-14T00:03:54.802 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 40 current snap is 56 2023-10-14T00:03:54.802 INFO:tasks.rados.rados.0.smithi055.stdout:718: finishing write tid 6 to smithi055169533-45 2023-10-14T00:03:54.802 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 45 v 206 (ObjNum 241 snap 56 seq_num 241) dirty exists 2023-10-14T00:03:54.802 INFO:tasks.rados.rados.0.smithi055.stdout:718: left oid 45 (ObjNum 241 snap 56 seq_num 241) 2023-10-14T00:03:54.802 INFO:tasks.rados.rados.0.smithi055.stdout:719: expect (ObjNum 116 snap 21 seq_num 116) 2023-10-14T00:03:54.879 INFO:tasks.rados.rados.0.smithi055.stdout:720: finishing write tid 1 to smithi055169533-28 2023-10-14T00:03:54.880 INFO:tasks.rados.rados.0.smithi055.stdout:720: finishing write tid 2 to smithi055169533-28 2023-10-14T00:03:54.880 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 48 v 212 (ObjNum 289 snap 0 seq_num 0) dirty exists 2023-10-14T00:03:54.880 INFO:tasks.rados.rados.0.smithi055.stdout:726: seq_num 245 ranges {0=507904,507904=458752,966656=671744,1638400=73728} 2023-10-14T00:03:54.882 INFO:tasks.rados.rados.0.smithi055.stdout:726: writing smithi055169533-40 from 0 to 507904 tid 1 2023-10-14T00:03:54.884 INFO:tasks.rados.rados.0.smithi055.stdout:726: writing smithi055169533-40 from 507904 to 966656 tid 2 2023-10-14T00:03:54.889 INFO:tasks.rados.rados.0.smithi055.stdout:726: writing smithi055169533-40 from 966656 to 1638400 tid 3 2023-10-14T00:03:54.891 INFO:tasks.rados.rados.0.smithi055.stdout:726: writing smithi055169533-40 from 1638400 to 1712128 tid 4 2023-10-14T00:03:54.891 INFO:tasks.rados.rados.0.smithi055.stdout:718: done (6 left) 2023-10-14T00:03:54.891 INFO:tasks.rados.rados.0.smithi055.stdout:719: done (5 left) 2023-10-14T00:03:54.892 INFO:tasks.rados.rados.0.smithi055.stdout:722: done (4 left) 2023-10-14T00:03:54.892 INFO:tasks.rados.rados.0.smithi055.stdout:727: read oid 5 snap -1 2023-10-14T00:03:54.893 INFO:tasks.rados.rados.0.smithi055.stdout:727: expect deleted 2023-10-14T00:03:54.893 INFO:tasks.rados.rados.0.smithi055.stdout:720: finishing write tid 3 to smithi055169533-28 2023-10-14T00:03:54.893 INFO:tasks.rados.rados.0.smithi055.stdout:720: finishing write tid 4 to smithi055169533-28 2023-10-14T00:03:54.894 INFO:tasks.rados.rados.0.smithi055.stdout:720: finishing write tid 5 to smithi055169533-28 2023-10-14T00:03:54.894 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 28 v 336 (ObjNum 242 snap 56 seq_num 242) dirty exists 2023-10-14T00:03:54.894 INFO:tasks.rados.rados.0.smithi055.stdout:720: left oid 28 (ObjNum 242 snap 56 seq_num 242) 2023-10-14T00:03:54.894 INFO:tasks.rados.rados.0.smithi055.stdout:724: finishing write tid 1 to smithi055169533-43 2023-10-14T00:03:54.894 INFO:tasks.rados.rados.0.smithi055.stdout:724: finishing write tid 2 to smithi055169533-43 2023-10-14T00:03:54.895 INFO:tasks.rados.rados.0.smithi055.stdout:724: finishing write tid 3 to smithi055169533-43 2023-10-14T00:03:54.895 INFO:tasks.rados.rados.0.smithi055.stdout:724: finishing write tid 4 to smithi055169533-43 2023-10-14T00:03:54.895 INFO:tasks.rados.rados.0.smithi055.stdout:725: finishing write tid 1 to smithi055169533-1 2023-10-14T00:03:54.895 INFO:tasks.rados.rados.0.smithi055.stdout:724: finishing write tid 5 to smithi055169533-43 2023-10-14T00:03:54.896 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 43 v 210 (ObjNum 243 snap 56 seq_num 243) dirty exists 2023-10-14T00:03:54.896 INFO:tasks.rados.rados.0.smithi055.stdout:724: left oid 43 (ObjNum 243 snap 56 seq_num 243) 2023-10-14T00:03:54.896 INFO:tasks.rados.rados.0.smithi055.stdout:725: finishing write tid 2 to smithi055169533-1 2023-10-14T00:03:54.896 INFO:tasks.rados.rados.0.smithi055.stdout:728: read oid 11 snap -1 2023-10-14T00:03:54.897 INFO:tasks.rados.rados.0.smithi055.stdout:728: expect deleted 2023-10-14T00:03:54.897 INFO:tasks.rados.rados.0.smithi055.stdout:720: done (5 left) 2023-10-14T00:03:54.897 INFO:tasks.rados.rados.0.smithi055.stdout:724: done (4 left) 2023-10-14T00:03:54.897 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 42 current snap is 56 2023-10-14T00:03:54.897 INFO:tasks.rados.rados.0.smithi055.stdout:725: finishing write tid 3 to smithi055169533-1 2023-10-14T00:03:54.898 INFO:tasks.rados.rados.0.smithi055.stdout:729: seq_num 246 ranges {2375680=524288,2899968=745472,3645440=425984,4071424=32768} 2023-10-14T00:03:54.906 INFO:tasks.rados.rados.0.smithi055.stdout:729: writing smithi055169533-42 from 2375680 to 2899968 tid 1 2023-10-14T00:03:54.910 INFO:tasks.rados.rados.0.smithi055.stdout:729: writing smithi055169533-42 from 2899968 to 3645440 tid 2 2023-10-14T00:03:54.913 INFO:tasks.rados.rados.0.smithi055.stdout:729: writing smithi055169533-42 from 3645440 to 4071424 tid 3 2023-10-14T00:03:54.913 INFO:tasks.rados.rados.0.smithi055.stdout:729: writing smithi055169533-42 from 4071424 to 4104192 tid 4 2023-10-14T00:03:54.913 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 18 current snap is 56 2023-10-14T00:03:54.913 INFO:tasks.rados.rados.0.smithi055.stdout:730: seq_num 247 ranges {925696=540672,1466368=622592,2088960=581632} 2023-10-14T00:03:54.920 INFO:tasks.rados.rados.0.smithi055.stdout:730: writing smithi055169533-18 from 925696 to 1466368 tid 1 2023-10-14T00:03:54.924 INFO:tasks.rados.rados.0.smithi055.stdout:730: writing smithi055169533-18 from 1466368 to 2088960 tid 2 2023-10-14T00:03:54.928 INFO:tasks.rados.rados.0.smithi055.stdout:730: writing smithi055169533-18 from 2088960 to 2670592 tid 3 2023-10-14T00:03:54.928 INFO:tasks.rados.rados.0.smithi055.stdout:731: snap_remove snap 55 2023-10-14T00:03:55.080 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:55 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: 2023-10-14T00:03:55.002+0000 7f4d18251200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-10-14T00:03:55.309 INFO:tasks.rados.rados.0.smithi055.stdout:731: done (6 left) 2023-10-14T00:03:55.310 INFO:tasks.rados.rados.0.smithi055.stdout:732: rollback oid 23 current snap is 56 2023-10-14T00:03:55.310 INFO:tasks.rados.rados.0.smithi055.stdout:732: done (6 left) 2023-10-14T00:03:55.310 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 14 current snap is 56 2023-10-14T00:03:55.310 INFO:tasks.rados.rados.0.smithi055.stdout:725: finishing write tid 4 to smithi055169533-1 2023-10-14T00:03:55.311 INFO:tasks.rados.rados.0.smithi055.stdout:725: finishing write tid 5 to smithi055169533-1 2023-10-14T00:03:55.311 INFO:tasks.rados.rados.0.smithi055.stdout:725: finishing write tid 6 to smithi055169533-1 2023-10-14T00:03:55.311 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 1 v 91 (ObjNum 244 snap 56 seq_num 244) dirty exists 2023-10-14T00:03:55.311 INFO:tasks.rados.rados.0.smithi055.stdout:725: left oid 1 (ObjNum 244 snap 56 seq_num 244) 2023-10-14T00:03:55.312 INFO:tasks.rados.rados.0.smithi055.stdout:726: finishing write tid 1 to smithi055169533-40 2023-10-14T00:03:55.312 INFO:tasks.rados.rados.0.smithi055.stdout:733: seq_num 248 ranges {2392064=557056,2949120=507904,3457024=442368,3899392=253952} 2023-10-14T00:03:55.326 INFO:tasks.rados.rados.0.smithi055.stdout:733: writing smithi055169533-14 from 2392064 to 2949120 tid 1 2023-10-14T00:03:55.328 INFO:tasks.rados.rados.0.smithi055.stdout:733: writing smithi055169533-14 from 2949120 to 3457024 tid 2 2023-10-14T00:03:55.331 INFO:tasks.rados.rados.0.smithi055.stdout:733: writing smithi055169533-14 from 3457024 to 3899392 tid 3 2023-10-14T00:03:55.334 INFO:tasks.rados.rados.0.smithi055.stdout:733: writing smithi055169533-14 from 3899392 to 4153344 tid 4 2023-10-14T00:03:55.334 INFO:tasks.rados.rados.0.smithi055.stdout:725: done (6 left) 2023-10-14T00:03:55.334 INFO:tasks.rados.rados.0.smithi055.stdout:734: copy_from oid 26 from oid 50 current snap is 56 2023-10-14T00:03:55.335 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 16 current snap is 56 2023-10-14T00:03:55.336 INFO:tasks.rados.rados.0.smithi055.stdout:735: seq_num 249 ranges {2482176=573440,3055616=794624,3850240=409600} 2023-10-14T00:03:55.350 INFO:tasks.rados.rados.0.smithi055.stdout:735: writing smithi055169533-16 from 2482176 to 3055616 tid 1 2023-10-14T00:03:55.355 INFO:tasks.rados.rados.0.smithi055.stdout:735: writing smithi055169533-16 from 3055616 to 3850240 tid 2 2023-10-14T00:03:55.358 INFO:tasks.rados.rados.0.smithi055.stdout:735: writing smithi055169533-16 from 3850240 to 4259840 tid 3 2023-10-14T00:03:55.358 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 7 current snap is 56 2023-10-14T00:03:55.359 INFO:tasks.rados.rados.0.smithi055.stdout:726: finishing write tid 2 to smithi055169533-40 2023-10-14T00:03:55.359 INFO:tasks.rados.rados.0.smithi055.stdout:726: finishing write tid 3 to smithi055169533-40 2023-10-14T00:03:55.359 INFO:tasks.rados.rados.0.smithi055.stdout:726: finishing write tid 4 to smithi055169533-40 2023-10-14T00:03:55.359 INFO:tasks.rados.rados.0.smithi055.stdout:726: finishing write tid 5 to smithi055169533-40 2023-10-14T00:03:55.359 INFO:tasks.rados.rados.0.smithi055.stdout:736: seq_num 250 ranges {0=589824,589824=679936,1269760=409600,1679360=114688} 2023-10-14T00:03:55.361 INFO:tasks.rados.rados.0.smithi055.stdout:736: writing smithi055169533-7 from 0 to 589824 tid 1 2023-10-14T00:03:55.364 INFO:tasks.rados.rados.0.smithi055.stdout:736: writing smithi055169533-7 from 589824 to 1269760 tid 2 2023-10-14T00:03:55.367 INFO:tasks.rados.rados.0.smithi055.stdout:736: writing smithi055169533-7 from 1269760 to 1679360 tid 3 2023-10-14T00:03:55.370 INFO:tasks.rados.rados.0.smithi055.stdout:736: writing smithi055169533-7 from 1679360 to 1794048 tid 4 2023-10-14T00:03:55.370 INFO:tasks.rados.rados.0.smithi055.stdout:727: done (8 left) 2023-10-14T00:03:55.370 INFO:tasks.rados.rados.0.smithi055.stdout:728: done (7 left) 2023-10-14T00:03:55.371 INFO:tasks.rados.rados.0.smithi055.stdout:737: read oid 35 snap -1 2023-10-14T00:03:55.371 INFO:tasks.rados.rados.0.smithi055.stdout:737: expect deleted 2023-10-14T00:03:55.371 INFO:tasks.rados.rados.0.smithi055.stdout:738: copy_from oid 2 from oid 39 current snap is 56 2023-10-14T00:03:55.372 INFO:tasks.rados.rados.0.smithi055.stdout:726: finishing write tid 6 to smithi055169533-40 2023-10-14T00:03:55.372 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 40 v 141 (ObjNum 245 snap 56 seq_num 245) dirty exists 2023-10-14T00:03:55.372 INFO:tasks.rados.rados.0.smithi055.stdout:726: left oid 40 (ObjNum 245 snap 56 seq_num 245) 2023-10-14T00:03:55.372 INFO:tasks.rados.rados.0.smithi055.stdout:729: finishing write tid 1 to smithi055169533-42 2023-10-14T00:03:55.372 INFO:tasks.rados.rados.0.smithi055.stdout:729: finishing write tid 2 to smithi055169533-42 2023-10-14T00:03:55.373 INFO:tasks.rados.rados.0.smithi055.stdout:729: finishing write tid 3 to smithi055169533-42 2023-10-14T00:03:55.373 INFO:tasks.rados.rados.0.smithi055.stdout:729: finishing write tid 4 to smithi055169533-42 2023-10-14T00:03:55.373 INFO:tasks.rados.rados.0.smithi055.stdout:729: finishing write tid 5 to smithi055169533-42 2023-10-14T00:03:55.373 INFO:tasks.rados.rados.0.smithi055.stdout:729: finishing write tid 6 to smithi055169533-42 2023-10-14T00:03:55.373 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 42 v 118 (ObjNum 246 snap 56 seq_num 246) dirty exists 2023-10-14T00:03:55.374 INFO:tasks.rados.rados.0.smithi055.stdout:729: left oid 42 (ObjNum 246 snap 56 seq_num 246) 2023-10-14T00:03:55.374 INFO:tasks.rados.rados.0.smithi055.stdout:730: finishing write tid 1 to smithi055169533-18 2023-10-14T00:03:55.374 INFO:tasks.rados.rados.0.smithi055.stdout:730: finishing write tid 2 to smithi055169533-18 2023-10-14T00:03:55.374 INFO:tasks.rados.rados.0.smithi055.stdout:730: finishing write tid 3 to smithi055169533-18 2023-10-14T00:03:55.374 INFO:tasks.rados.rados.0.smithi055.stdout:730: finishing write tid 4 to smithi055169533-18 2023-10-14T00:03:55.375 INFO:tasks.rados.rados.0.smithi055.stdout:730: finishing write tid 5 to smithi055169533-18 2023-10-14T00:03:55.375 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 18 v 341 (ObjNum 247 snap 56 seq_num 247) dirty exists 2023-10-14T00:03:55.375 INFO:tasks.rados.rados.0.smithi055.stdout:730: left oid 18 (ObjNum 247 snap 56 seq_num 247) 2023-10-14T00:03:55.375 INFO:tasks.rados.rados.0.smithi055.stdout:726: done (8 left) 2023-10-14T00:03:55.375 INFO:tasks.rados.rados.0.smithi055.stdout:729: done (7 left) 2023-10-14T00:03:55.376 INFO:tasks.rados.rados.0.smithi055.stdout:730: done (6 left) 2023-10-14T00:03:55.376 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 31 current snap is 56 2023-10-14T00:03:55.376 INFO:tasks.rados.rados.0.smithi055.stdout:733: finishing write tid 1 to smithi055169533-14 2023-10-14T00:03:55.376 INFO:tasks.rados.rados.0.smithi055.stdout:739: seq_num 251 ranges {5480448=606208,6086656=614400,6701056=589824} 2023-10-14T00:03:55.377 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:55 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: 2023-10-14T00:03:55.094+0000 7f4d18251200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-10-14T00:03:55.402 INFO:tasks.rados.rados.0.smithi055.stdout:739: writing smithi055169533-31 from 5480448 to 6086656 tid 1 2023-10-14T00:03:55.406 INFO:tasks.rados.rados.0.smithi055.stdout:739: writing smithi055169533-31 from 6086656 to 6701056 tid 2 2023-10-14T00:03:55.410 INFO:tasks.rados.rados.0.smithi055.stdout:739: writing smithi055169533-31 from 6701056 to 7290880 tid 3 2023-10-14T00:03:55.410 INFO:tasks.rados.rados.0.smithi055.stdout:740: setattr oid 8 current snap is 56 2023-10-14T00:03:55.411 INFO:tasks.rados.rados.0.smithi055.stdout:733: finishing write tid 2 to smithi055169533-14 2023-10-14T00:03:55.411 INFO:tasks.rados.rados.0.smithi055.stdout:733: finishing write tid 3 to smithi055169533-14 2023-10-14T00:03:55.411 INFO:tasks.rados.rados.0.smithi055.stdout:733: finishing write tid 4 to smithi055169533-14 2023-10-14T00:03:55.411 INFO:tasks.rados.rados.0.smithi055.stdout:733: finishing write tid 5 to smithi055169533-14 2023-10-14T00:03:55.412 INFO:tasks.rados.rados.0.smithi055.stdout:734: finishing copy_from to smithi055169533-26 2023-10-14T00:03:55.412 INFO:tasks.rados.rados.0.smithi055.stdout:734: got expected ENOENT (src dne) 2023-10-14T00:03:55.412 INFO:tasks.rados.rados.0.smithi055.stdout:734: finishing copy_from racing read to smithi055169533-26 2023-10-14T00:03:55.412 INFO:tasks.rados.rados.0.smithi055.stdout:733: finishing write tid 6 to smithi055169533-14 2023-10-14T00:03:55.412 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 14 v 213 (ObjNum 248 snap 56 seq_num 248) dirty exists 2023-10-14T00:03:55.413 INFO:tasks.rados.rados.0.smithi055.stdout:733: left oid 14 (ObjNum 248 snap 56 seq_num 248) 2023-10-14T00:03:55.413 INFO:tasks.rados.rados.0.smithi055.stdout:735: finishing write tid 1 to smithi055169533-16 2023-10-14T00:03:55.413 INFO:tasks.rados.rados.0.smithi055.stdout:735: finishing write tid 2 to smithi055169533-16 2023-10-14T00:03:55.413 INFO:tasks.rados.rados.0.smithi055.stdout:735: finishing write tid 3 to smithi055169533-16 2023-10-14T00:03:55.413 INFO:tasks.rados.rados.0.smithi055.stdout:735: finishing write tid 4 to smithi055169533-16 2023-10-14T00:03:55.414 INFO:tasks.rados.rados.0.smithi055.stdout:735: finishing write tid 5 to smithi055169533-16 2023-10-14T00:03:55.414 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 16 v 311 (ObjNum 249 snap 56 seq_num 249) dirty exists 2023-10-14T00:03:55.414 INFO:tasks.rados.rados.0.smithi055.stdout:735: left oid 16 (ObjNum 249 snap 56 seq_num 249) 2023-10-14T00:03:55.414 INFO:tasks.rados.rados.0.smithi055.stdout:736: finishing write tid 1 to smithi055169533-7 2023-10-14T00:03:55.414 INFO:tasks.rados.rados.0.smithi055.stdout:736: finishing write tid 2 to smithi055169533-7 2023-10-14T00:03:55.415 INFO:tasks.rados.rados.0.smithi055.stdout:736: finishing write tid 3 to smithi055169533-7 2023-10-14T00:03:55.415 INFO:tasks.rados.rados.0.smithi055.stdout:736: finishing write tid 4 to smithi055169533-7 2023-10-14T00:03:55.415 INFO:tasks.rados.rados.0.smithi055.stdout:736: finishing write tid 5 to smithi055169533-7 2023-10-14T00:03:55.415 INFO:tasks.rados.rados.0.smithi055.stdout:736: finishing write tid 6 to smithi055169533-7 2023-10-14T00:03:55.415 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 7 v 215 (ObjNum 250 snap 56 seq_num 250) dirty exists 2023-10-14T00:03:55.416 INFO:tasks.rados.rados.0.smithi055.stdout:736: left oid 7 (ObjNum 250 snap 56 seq_num 250) 2023-10-14T00:03:55.416 INFO:tasks.rados.rados.0.smithi055.stdout:738: finishing copy_from to smithi055169533-2 2023-10-14T00:03:55.416 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 2 v 307 (ObjNum 213 snap 50 seq_num 213) dirty exists 2023-10-14T00:03:55.416 INFO:tasks.rados.rados.0.smithi055.stdout:738: finishing copy_from racing read to smithi055169533-2 2023-10-14T00:03:55.416 INFO:tasks.rados.rados.0.smithi055.stdout:739: finishing write tid 1 to smithi055169533-31 2023-10-14T00:03:55.417 INFO:tasks.rados.rados.0.smithi055.stdout:739: finishing write tid 2 to smithi055169533-31 2023-10-14T00:03:55.418 INFO:tasks.rados.rados.0.smithi055.stdout:733: done (7 left) 2023-10-14T00:03:55.418 INFO:tasks.rados.rados.0.smithi055.stdout:734: done (6 left) 2023-10-14T00:03:55.418 INFO:tasks.rados.rados.0.smithi055.stdout:735: done (5 left) 2023-10-14T00:03:55.418 INFO:tasks.rados.rados.0.smithi055.stdout:736: done (4 left) 2023-10-14T00:03:55.419 INFO:tasks.rados.rados.0.smithi055.stdout:737: done (3 left) 2023-10-14T00:03:55.419 INFO:tasks.rados.rados.0.smithi055.stdout:738: done (2 left) 2023-10-14T00:03:55.419 INFO:tasks.rados.rados.0.smithi055.stdout:741: setattr oid 13 current snap is 56 2023-10-14T00:03:55.419 INFO:tasks.rados.rados.0.smithi055.stdout:739: finishing write tid 3 to smithi055169533-31 2023-10-14T00:03:55.419 INFO:tasks.rados.rados.0.smithi055.stdout:739: finishing write tid 4 to smithi055169533-31 2023-10-14T00:03:55.420 INFO:tasks.rados.rados.0.smithi055.stdout:739: finishing write tid 5 to smithi055169533-31 2023-10-14T00:03:55.420 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 31 v 311 (ObjNum 251 snap 56 seq_num 251) dirty exists 2023-10-14T00:03:55.420 INFO:tasks.rados.rados.0.smithi055.stdout:739: left oid 31 (ObjNum 251 snap 56 seq_num 251) 2023-10-14T00:03:55.420 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 8 v 240 (ObjNum 215 snap 53 seq_num 215) dirty exists 2023-10-14T00:03:55.420 INFO:tasks.rados.rados.0.smithi055.stdout:739: done (2 left) 2023-10-14T00:03:55.421 INFO:tasks.rados.rados.0.smithi055.stdout:740: done (1 left) 2023-10-14T00:03:55.421 INFO:tasks.rados.rados.0.smithi055.stdout:742: snap_create 2023-10-14T00:03:55.421 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 13 v 92 (ObjNum 129 snap 0 seq_num 1528672096) dirty exists 2023-10-14T00:03:55.433 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:03:55] "GET /metrics HTTP/1.1" 200 36017 "" "Prometheus/2.43.0" 2023-10-14T00:03:55.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:55 smithi055 ceph-mon[124249]: pgmap v30: 121 pgs: 121 active+clean; 76 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 12 MiB/s rd, 4.4 MiB/s wr, 27 op/s 2023-10-14T00:03:55.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:55 smithi055 ceph-mon[124249]: osdmap e184: 8 total, 8 up, 8 in 2023-10-14T00:03:55.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:55 smithi055 ceph-mon[124249]: osdmap e185: 8 total, 8 up, 8 in 2023-10-14T00:03:55.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:55 smithi055 ceph-mon[110989]: pgmap v30: 121 pgs: 121 active+clean; 76 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 12 MiB/s rd, 4.4 MiB/s wr, 27 op/s 2023-10-14T00:03:55.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:55 smithi055 ceph-mon[110989]: osdmap e184: 8 total, 8 up, 8 in 2023-10-14T00:03:55.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:55 smithi055 ceph-mon[110989]: osdmap e185: 8 total, 8 up, 8 in 2023-10-14T00:03:55.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:55 smithi082 ceph-mon[116307]: pgmap v30: 121 pgs: 121 active+clean; 76 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 12 MiB/s rd, 4.4 MiB/s wr, 27 op/s 2023-10-14T00:03:55.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:55 smithi082 ceph-mon[116307]: osdmap e184: 8 total, 8 up, 8 in 2023-10-14T00:03:55.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:55 smithi082 ceph-mon[116307]: osdmap e185: 8 total, 8 up, 8 in 2023-10-14T00:03:56.262 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:55 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: 2023-10-14T00:03:55.950+0000 7f4d18251200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-10-14T00:03:56.263 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:56 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: 2023-10-14T00:03:56.177+0000 7f4d18251200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-10-14T00:03:56.325 INFO:tasks.rados.rados.0.smithi055.stdout:741: done (1 left) 2023-10-14T00:03:56.325 INFO:tasks.rados.rados.0.smithi055.stdout:742: done (0 left) 2023-10-14T00:03:56.326 INFO:tasks.rados.rados.0.smithi055.stdout:743: rollback oid 32 current snap is 57 2023-10-14T00:03:56.326 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 32 to 56 2023-10-14T00:03:56.326 INFO:tasks.rados.rados.0.smithi055.stdout:744: delete oid 17 current snap is 57 2023-10-14T00:03:56.330 INFO:tasks.rados.rados.0.smithi055.stdout:744: done (1 left) 2023-10-14T00:03:56.330 INFO:tasks.rados.rados.0.smithi055.stdout:745: copy_from oid 35 from oid 26 current snap is 57 2023-10-14T00:03:56.330 INFO:tasks.rados.rados.0.smithi055.stdout:746: snap_create 2023-10-14T00:03:56.331 INFO:tasks.rados.rados.0.smithi055.stdout:743: finishing rollback tid 0 to smithi055169533-32 2023-10-14T00:03:56.331 INFO:tasks.rados.rados.0.smithi055.stdout:743: finishing rollback tid 1 to smithi055169533-32 2023-10-14T00:03:56.332 INFO:tasks.rados.rados.0.smithi055.stdout:743: finishing rollback tid 2 to smithi055169533-32 2023-10-14T00:03:56.332 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 32 v 138 (ObjNum 214 snap 52 seq_num 214) dirty exists 2023-10-14T00:03:56.335 INFO:tasks.rados.rados.0.smithi055.stdout:745: finishing copy_from to smithi055169533-35 2023-10-14T00:03:56.335 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 35 v 94 (ObjNum 160 snap 36 seq_num 160) dirty exists 2023-10-14T00:03:56.336 INFO:tasks.rados.rados.0.smithi055.stdout:745: finishing copy_from racing read to smithi055169533-35 2023-10-14T00:03:56.625 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:56 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: 2023-10-14T00:03:56.368+0000 7f4d18251200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-10-14T00:03:57.322 INFO:tasks.rados.rados.0.smithi055.stdout:743: done (2 left) 2023-10-14T00:03:57.322 INFO:tasks.rados.rados.0.smithi055.stdout:745: done (1 left) 2023-10-14T00:03:57.322 INFO:tasks.rados.rados.0.smithi055.stdout:746: done (0 left) 2023-10-14T00:03:57.323 INFO:tasks.rados.rados.0.smithi055.stdout:747: read oid 39 snap -1 2023-10-14T00:03:57.323 INFO:tasks.rados.rados.0.smithi055.stdout:747: expect (ObjNum 213 snap 50 seq_num 213) 2023-10-14T00:03:57.323 INFO:tasks.rados.rados.0.smithi055.stdout:748: read oid 8 snap 56 2023-10-14T00:03:57.323 INFO:tasks.rados.rados.0.smithi055.stdout:748: expect (ObjNum 215 snap 53 seq_num 215) 2023-10-14T00:03:57.323 INFO:tasks.rados.rados.0.smithi055.stdout:749: snap_remove snap 57 2023-10-14T00:03:57.326 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: 2023-10-14T00:03:57.050+0000 7f4d18251200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-10-14T00:03:57.326 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: 2023-10-14T00:03:57.234+0000 7f4d18251200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-10-14T00:03:57.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:57 smithi055 ceph-mon[110989]: pgmap v33: 121 pgs: 121 active+clean; 76 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 12 MiB/s rd, 4.4 MiB/s wr, 27 op/s 2023-10-14T00:03:57.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:57 smithi055 ceph-mon[110989]: osdmap e186: 8 total, 8 up, 8 in 2023-10-14T00:03:57.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:57 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:57.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:57 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:57.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:57 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:03:57.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:57 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:03:57.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:57 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:57.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:57 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:03:57.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:57 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:03:57.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:57 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:57.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:57 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-10-14T00:03:57.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:57 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2023-10-14T00:03:57.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:57 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-10-14T00:03:57.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:57 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2023-10-14T00:03:57.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:57 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-10-14T00:03:57.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:57 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2023-10-14T00:03:57.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:57 smithi055 ceph-mon[124249]: pgmap v33: 121 pgs: 121 active+clean; 76 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 12 MiB/s rd, 4.4 MiB/s wr, 27 op/s 2023-10-14T00:03:57.521 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:57 smithi055 ceph-mon[124249]: osdmap e186: 8 total, 8 up, 8 in 2023-10-14T00:03:57.521 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:57 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:57.521 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:57 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:57.521 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:57 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:03:57.521 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:57 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:03:57.522 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:57 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:57.522 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:57 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:03:57.522 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:57 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:03:57.522 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:57 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:57.522 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:57 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-10-14T00:03:57.523 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:57 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2023-10-14T00:03:57.523 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:57 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-10-14T00:03:57.523 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:57 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2023-10-14T00:03:57.523 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:57 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-10-14T00:03:57.523 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:57 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2023-10-14T00:03:57.625 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: 2023-10-14T00:03:57.434+0000 7f4d18251200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-10-14T00:03:57.625 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: 2023-10-14T00:03:57.552+0000 7f4d18251200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-10-14T00:03:57.625 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: [14/Oct/2023:00:03:57] ENGINE Bus STARTING 2023-10-14T00:03:57.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:57 smithi082 ceph-mon[116307]: pgmap v33: 121 pgs: 121 active+clean; 76 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 12 MiB/s rd, 4.4 MiB/s wr, 27 op/s 2023-10-14T00:03:57.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:57 smithi082 ceph-mon[116307]: osdmap e186: 8 total, 8 up, 8 in 2023-10-14T00:03:57.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:57 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:57.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:57 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:57.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:57 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:03:57.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:57 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:03:57.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:57 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:57.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:57 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:03:57.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:57 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:03:57.628 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:57 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:57.628 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:57 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-10-14T00:03:57.628 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:57 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2023-10-14T00:03:57.628 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:57 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-10-14T00:03:57.628 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:57 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2023-10-14T00:03:57.629 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:57 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-10-14T00:03:57.629 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:57 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2023-10-14T00:03:58.125 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: CherryPy Checker: 2023-10-14T00:03:58.125 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: The Application mounted at '' has an empty config. 2023-10-14T00:03:58.125 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: 2023-10-14T00:03:58.126 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: [14/Oct/2023:00:03:57] ENGINE Serving on http://:::9283 2023-10-14T00:03:58.126 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:03:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: [14/Oct/2023:00:03:57] ENGINE Bus STARTED 2023-10-14T00:03:58.363 INFO:tasks.rados.rados.0.smithi055.stdout:749: done (2 left) 2023-10-14T00:03:58.363 INFO:tasks.rados.rados.0.smithi055.stdout:750: delete oid 33 current snap is 58 2023-10-14T00:03:58.363 INFO:tasks.rados.rados.0.smithi055.stdout:748: expect (ObjNum 215 snap 53 seq_num 215) 2023-10-14T00:03:58.403 INFO:tasks.rados.rados.0.smithi055.stdout:747: expect (ObjNum 213 snap 50 seq_num 213) 2023-10-14T00:03:58.623 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:58 smithi055 ceph-mon[124249]: Upgrade: Setting container_image for all mgr 2023-10-14T00:03:58.623 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:58 smithi055 ceph-mon[124249]: Upgrade: It appears safe to stop mon.a 2023-10-14T00:03:58.623 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:58 smithi055 ceph-mon[124249]: osdmap e187: 8 total, 8 up, 8 in 2023-10-14T00:03:58.623 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:58 smithi055 ceph-mon[124249]: Standby manager daemon x restarted 2023-10-14T00:03:58.623 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:58 smithi055 ceph-mon[124249]: Standby manager daemon x started 2023-10-14T00:03:58.624 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:58 smithi055 ceph-mon[124249]: from='mgr.? 172.21.15.82:0/2366467464' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-10-14T00:03:58.624 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:58 smithi055 ceph-mon[124249]: from='mgr.? 172.21.15.82:0/2366467464' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-14T00:03:58.624 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:58 smithi055 ceph-mon[124249]: from='mgr.? 172.21.15.82:0/2366467464' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-10-14T00:03:58.624 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:58 smithi055 ceph-mon[124249]: from='mgr.? 172.21.15.82:0/2366467464' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-14T00:03:58.624 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:58 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:58.625 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:58 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-14T00:03:58.625 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:58 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-14T00:03:58.625 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:03:58 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:03:58.625 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:58 smithi055 ceph-mon[110989]: Upgrade: Setting container_image for all mgr 2023-10-14T00:03:58.626 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:58 smithi055 ceph-mon[110989]: Upgrade: It appears safe to stop mon.a 2023-10-14T00:03:58.626 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:58 smithi055 ceph-mon[110989]: osdmap e187: 8 total, 8 up, 8 in 2023-10-14T00:03:58.626 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:58 smithi055 ceph-mon[110989]: Standby manager daemon x restarted 2023-10-14T00:03:58.626 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:58 smithi055 ceph-mon[110989]: Standby manager daemon x started 2023-10-14T00:03:58.626 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:58 smithi055 ceph-mon[110989]: from='mgr.? 172.21.15.82:0/2366467464' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-10-14T00:03:58.627 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:58 smithi055 ceph-mon[110989]: from='mgr.? 172.21.15.82:0/2366467464' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-14T00:03:58.627 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:58 smithi055 ceph-mon[110989]: from='mgr.? 172.21.15.82:0/2366467464' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-10-14T00:03:58.627 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:58 smithi055 ceph-mon[110989]: from='mgr.? 172.21.15.82:0/2366467464' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-14T00:03:58.627 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:58 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:58.627 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:58 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-14T00:03:58.628 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:58 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-14T00:03:58.628 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:58 smithi055 ceph-mon[110989]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:03:58.628 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:58 smithi082 ceph-mon[116307]: Upgrade: Setting container_image for all mgr 2023-10-14T00:03:58.629 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:58 smithi082 ceph-mon[116307]: Upgrade: It appears safe to stop mon.a 2023-10-14T00:03:58.629 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:58 smithi082 ceph-mon[116307]: osdmap e187: 8 total, 8 up, 8 in 2023-10-14T00:03:58.629 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:58 smithi082 ceph-mon[116307]: Standby manager daemon x restarted 2023-10-14T00:03:58.629 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:58 smithi082 ceph-mon[116307]: Standby manager daemon x started 2023-10-14T00:03:58.629 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:58 smithi082 ceph-mon[116307]: from='mgr.? 172.21.15.82:0/2366467464' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-10-14T00:03:58.630 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:58 smithi082 ceph-mon[116307]: from='mgr.? 172.21.15.82:0/2366467464' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-14T00:03:58.630 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:58 smithi082 ceph-mon[116307]: from='mgr.? 172.21.15.82:0/2366467464' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-10-14T00:03:58.630 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:58 smithi082 ceph-mon[116307]: from='mgr.? 172.21.15.82:0/2366467464' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-14T00:03:58.630 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:58 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' 2023-10-14T00:03:58.630 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:58 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-14T00:03:58.631 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:58 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-14T00:03:58.631 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:03:58 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:03:58.774 INFO:tasks.rados.rados.0.smithi055.stdout:747: done (2 left) 2023-10-14T00:03:58.774 INFO:tasks.rados.rados.0.smithi055.stdout:748: done (1 left) 2023-10-14T00:03:58.775 INFO:tasks.rados.rados.0.smithi055.stdout:750: done (0 left) 2023-10-14T00:03:58.775 INFO:tasks.rados.rados.0.smithi055.stdout:751: snap_create 2023-10-14T00:03:58.925 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:58 smithi055 systemd[1]: Stopping Ceph mon.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:03:59.125 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:03:58 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:03: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-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi082.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi055:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-10-14T00:03:59.204 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:59 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-a[110984]: 2023-10-14T00:03:59.200+0000 7fee17ba8700 -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-10-14T00:03:59.205 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:59 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-a[110984]: 2023-10-14T00:03:59.200+0000 7fee17ba8700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2023-10-14T00:03:59.485 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:59 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: [14/Oct/2023:00:03:59] ENGINE Bus STOPPING 2023-10-14T00:03:59.485 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:59 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: [14/Oct/2023:00:03:59] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-10-14T00:03:59.485 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:59 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: [14/Oct/2023:00:03:59] ENGINE Bus STOPPED 2023-10-14T00:03:59.486 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:59 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: [14/Oct/2023:00:03:59] ENGINE Bus STARTING 2023-10-14T00:03:59.486 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:59 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: [14/Oct/2023:00:03:59] ENGINE Serving on http://:::9283 2023-10-14T00:03:59.486 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:03:59 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: [14/Oct/2023:00:03:59] ENGINE Bus STARTED 2023-10-14T00:03:59.764 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:59 smithi055 bash[182885]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-a 2023-10-14T00:04:00.169 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:59 smithi055 systemd[1]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@mon.a.service: Succeeded. 2023-10-14T00:04:00.170 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:59 smithi055 systemd[1]: Stopped Ceph mon.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:04:00.170 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:03:59 smithi055 systemd[1]: Starting Ceph mon.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:04:00.248 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: set uid:gid to 167:167 (ceph:ceph) 2023-10-14T00:04:00.249 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: ceph version 18.0.0-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev), process ceph-mon, pid 2 2023-10-14T00:04:00.249 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: pidfile_write: ignore empty --pid-file 2023-10-14T00:04:00.249 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: load: jerasure load: lrc 2023-10-14T00:04:00.250 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: RocksDB version: 7.9.2 2023-10-14T00:04:00.250 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Git sha 0 2023-10-14T00:04:00.250 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Compile date 2023-10-13 09:15:16 2023-10-14T00:04:00.250 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: DB SUMMARY 2023-10-14T00:04:00.251 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: DB Session ID: F1VFCQHSYPFXIVZ4Q7N7 2023-10-14T00:04:00.251 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: CURRENT file: CURRENT 2023-10-14T00:04:00.251 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: IDENTITY file: IDENTITY 2023-10-14T00:04:00.251 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: MANIFEST file: MANIFEST-000015 size: 980 Bytes 2023-10-14T00:04:00.252 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000030.sst 2023-10-14T00:04:00.252 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000028.log size: 267200 ; 2023-10-14T00:04:00.252 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.error_if_exists: 0 2023-10-14T00:04:00.252 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.create_if_missing: 0 2023-10-14T00:04:00.253 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.paranoid_checks: 1 2023-10-14T00:04:00.253 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.flush_verify_memtable_count: 1 2023-10-14T00:04:00.253 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-10-14T00:04:00.253 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-10-14T00:04:00.253 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.env: 0x5581f339eda0 2023-10-14T00:04:00.254 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.fs: PosixFileSystem 2023-10-14T00:04:00.254 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.info_log: 0x5581f4eb15e0 2023-10-14T00:04:00.254 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.max_file_opening_threads: 16 2023-10-14T00:04:00.254 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.statistics: (nil) 2023-10-14T00:04:00.254 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.use_fsync: 0 2023-10-14T00:04:00.255 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.max_log_file_size: 0 2023-10-14T00:04:00.255 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-10-14T00:04:00.255 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.log_file_time_to_roll: 0 2023-10-14T00:04:00.255 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.keep_log_file_num: 1000 2023-10-14T00:04:00.255 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.recycle_log_file_num: 0 2023-10-14T00:04:00.256 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.allow_fallocate: 1 2023-10-14T00:04:00.256 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.allow_mmap_reads: 0 2023-10-14T00:04:00.256 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.allow_mmap_writes: 0 2023-10-14T00:04:00.256 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.use_direct_reads: 0 2023-10-14T00:04:00.256 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-10-14T00:04:00.257 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.create_missing_column_families: 0 2023-10-14T00:04:00.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.db_log_dir: 2023-10-14T00:04:00.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.wal_dir: 2023-10-14T00:04:00.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.table_cache_numshardbits: 6 2023-10-14T00:04:00.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.WAL_ttl_seconds: 0 2023-10-14T00:04:00.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.WAL_size_limit_MB: 0 2023-10-14T00:04:00.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-10-14T00:04:00.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-10-14T00:04:00.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.is_fd_close_on_exec: 1 2023-10-14T00:04:00.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.advise_random_on_open: 1 2023-10-14T00:04:00.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.db_write_buffer_size: 0 2023-10-14T00:04:00.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.write_buffer_manager: 0x5581f4e69360 2023-10-14T00:04:00.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-10-14T00:04:00.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-10-14T00:04:00.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.use_adaptive_mutex: 0 2023-10-14T00:04:00.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.rate_limiter: (nil) 2023-10-14T00:04:00.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-10-14T00:04:00.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.wal_recovery_mode: 2 2023-10-14T00:04:00.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.enable_thread_tracking: 0 2023-10-14T00:04:00.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.enable_pipelined_write: 0 2023-10-14T00:04:00.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.unordered_write: 0 2023-10-14T00:04:00.522 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-10-14T00:04:00.522 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-10-14T00:04:00.522 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-10-14T00:04:00.522 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-10-14T00:04:00.522 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.row_cache: None 2023-10-14T00:04:00.522 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.wal_filter: None 2023-10-14T00:04:00.523 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-10-14T00:04:00.523 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.allow_ingest_behind: 0 2023-10-14T00:04:00.523 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.two_write_queues: 0 2023-10-14T00:04:00.523 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.manual_wal_flush: 0 2023-10-14T00:04:00.523 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.wal_compression: 0 2023-10-14T00:04:00.524 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.atomic_flush: 0 2023-10-14T00:04:00.524 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-10-14T00:04:00.524 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.persist_stats_to_disk: 0 2023-10-14T00:04:00.524 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.write_dbid_to_manifest: 0 2023-10-14T00:04:00.524 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.log_readahead_size: 0 2023-10-14T00:04:00.525 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-10-14T00:04:00.525 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.best_efforts_recovery: 0 2023-10-14T00:04:00.525 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-10-14T00:04:00.525 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-10-14T00:04:00.525 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.allow_data_in_errors: 0 2023-10-14T00:04:00.526 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.db_host_id: __hostname__ 2023-10-14T00:04:00.526 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.enforce_single_del_contracts: true 2023-10-14T00:04:00.526 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.max_background_jobs: 2 2023-10-14T00:04:00.526 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.max_background_compactions: -1 2023-10-14T00:04:00.526 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.max_subcompactions: 1 2023-10-14T00:04:00.527 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-10-14T00:04:00.527 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-10-14T00:04:00.527 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.delayed_write_rate : 16777216 2023-10-14T00:04:00.527 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.max_total_wal_size: 0 2023-10-14T00:04:00.527 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-10-14T00:04:00.528 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.stats_dump_period_sec: 600 2023-10-14T00:04:00.528 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.stats_persist_period_sec: 600 2023-10-14T00:04:00.528 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-10-14T00:04:00.529 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.max_open_files: -1 2023-10-14T00:04:00.529 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.bytes_per_sync: 0 2023-10-14T00:04:00.529 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.wal_bytes_per_sync: 0 2023-10-14T00:04:00.530 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.strict_bytes_per_sync: 0 2023-10-14T00:04:00.530 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.compaction_readahead_size: 0 2023-10-14T00:04:00.530 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.max_background_flushes: -1 2023-10-14T00:04:00.530 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Compression algorithms supported: 2023-10-14T00:04:00.530 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-10-14T00:04:00.531 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: kZSTD supported: 0 2023-10-14T00:04:00.531 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: kXpressCompression supported: 0 2023-10-14T00:04:00.531 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: kLZ4HCCompression supported: 1 2023-10-14T00:04:00.531 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: kZlibCompression supported: 1 2023-10-14T00:04:00.531 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: kSnappyCompression supported: 1 2023-10-14T00:04:00.532 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: kLZ4Compression supported: 1 2023-10-14T00:04:00.532 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: kBZip2Compression supported: 0 2023-10-14T00:04:00.532 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Fast CRC32 supported: Supported on x86 2023-10-14T00:04:00.532 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: DMutex implementation: pthread_mutex_t 2023-10-14T00:04:00.532 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000015 2023-10-14T00:04:00.532 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-10-14T00:04:00.533 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-10-14T00:04:00.533 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.merge_operator: 2023-10-14T00:04:00.533 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.compaction_filter: None 2023-10-14T00:04:00.533 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.compaction_filter_factory: None 2023-10-14T00:04:00.533 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.sst_partitioner_factory: None 2023-10-14T00:04:00.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.memtable_factory: SkipListFactory 2023-10-14T00:04:00.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.table_factory: BlockBasedTable 2023-10-14T00:04:00.534 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5581f4eb16e0) 2023-10-14T00:04:00.534 INFO:journalctl@ceph.mon.a.smithi055.stdout: cache_index_and_filter_blocks: 1 2023-10-14T00:04:00.534 INFO:journalctl@ceph.mon.a.smithi055.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-10-14T00:04:00.535 INFO:journalctl@ceph.mon.a.smithi055.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-10-14T00:04:00.535 INFO:journalctl@ceph.mon.a.smithi055.stdout: pin_top_level_index_and_filter: 1 2023-10-14T00:04:00.535 INFO:journalctl@ceph.mon.a.smithi055.stdout: index_type: 0 2023-10-14T00:04:00.535 INFO:journalctl@ceph.mon.a.smithi055.stdout: data_block_index_type: 0 2023-10-14T00:04:00.535 INFO:journalctl@ceph.mon.a.smithi055.stdout: index_shortening: 1 2023-10-14T00:04:00.535 INFO:journalctl@ceph.mon.a.smithi055.stdout: data_block_hash_table_util_ratio: 0.750000 2023-10-14T00:04:00.536 INFO:journalctl@ceph.mon.a.smithi055.stdout: checksum: 4 2023-10-14T00:04:00.536 INFO:journalctl@ceph.mon.a.smithi055.stdout: no_block_cache: 0 2023-10-14T00:04:00.536 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_cache: 0x5581f4f071f0 2023-10-14T00:04:00.536 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_cache_name: BinnedLRUCache 2023-10-14T00:04:00.536 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_cache_options: 2023-10-14T00:04:00.537 INFO:journalctl@ceph.mon.a.smithi055.stdout: capacity : 536870912 2023-10-14T00:04:00.537 INFO:journalctl@ceph.mon.a.smithi055.stdout: num_shard_bits : 4 2023-10-14T00:04:00.537 INFO:journalctl@ceph.mon.a.smithi055.stdout: strict_capacity_limit : 0 2023-10-14T00:04:00.537 INFO:journalctl@ceph.mon.a.smithi055.stdout: high_pri_pool_ratio: 0.000 2023-10-14T00:04:00.537 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_cache_compressed: (nil) 2023-10-14T00:04:00.537 INFO:journalctl@ceph.mon.a.smithi055.stdout: persistent_cache: (nil) 2023-10-14T00:04:00.538 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_size: 4096 2023-10-14T00:04:00.538 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_size_deviation: 10 2023-10-14T00:04:00.538 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_restart_interval: 16 2023-10-14T00:04:00.538 INFO:journalctl@ceph.mon.a.smithi055.stdout: index_block_restart_interval: 1 2023-10-14T00:04:00.538 INFO:journalctl@ceph.mon.a.smithi055.stdout: metadata_block_size: 4096 2023-10-14T00:04:00.539 INFO:journalctl@ceph.mon.a.smithi055.stdout: partition_filters: 0 2023-10-14T00:04:00.539 INFO:journalctl@ceph.mon.a.smithi055.stdout: use_delta_encoding: 1 2023-10-14T00:04:00.539 INFO:journalctl@ceph.mon.a.smithi055.stdout: filter_policy: bloomfilter 2023-10-14T00:04:00.539 INFO:journalctl@ceph.mon.a.smithi055.stdout: whole_key_filtering: 1 2023-10-14T00:04:00.539 INFO:journalctl@ceph.mon.a.smithi055.stdout: verify_compression: 0 2023-10-14T00:04:00.540 INFO:journalctl@ceph.mon.a.smithi055.stdout: read_amp_bytes_per_bit: 0 2023-10-14T00:04:00.540 INFO:journalctl@ceph.mon.a.smithi055.stdout: format_version: 5 2023-10-14T00:04:00.540 INFO:journalctl@ceph.mon.a.smithi055.stdout: enable_index_compression: 1 2023-10-14T00:04:00.540 INFO:journalctl@ceph.mon.a.smithi055.stdout: block_align: 0 2023-10-14T00:04:00.540 INFO:journalctl@ceph.mon.a.smithi055.stdout: max_auto_readahead_size: 262144 2023-10-14T00:04:00.541 INFO:journalctl@ceph.mon.a.smithi055.stdout: prepopulate_block_cache: 0 2023-10-14T00:04:00.541 INFO:journalctl@ceph.mon.a.smithi055.stdout: initial_auto_readahead_size: 8192 2023-10-14T00:04:00.541 INFO:journalctl@ceph.mon.a.smithi055.stdout: num_file_reads_for_auto_readahead: 2 2023-10-14T00:04:00.541 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.write_buffer_size: 33554432 2023-10-14T00:04:00.541 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.max_write_buffer_number: 2 2023-10-14T00:04:00.541 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.compression: NoCompression 2023-10-14T00:04:00.542 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.bottommost_compression: Disabled 2023-10-14T00:04:00.542 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.prefix_extractor: nullptr 2023-10-14T00:04:00.542 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-10-14T00:04:00.542 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.num_levels: 7 2023-10-14T00:04:00.542 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-10-14T00:04:00.543 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-10-14T00:04:00.543 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-10-14T00:04:00.543 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-10-14T00:04:00.544 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-10-14T00:04:00.544 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-10-14T00:04:00.545 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-10-14T00:04:00.545 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-10-14T00:04:00.545 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-10-14T00:04:00.545 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-10-14T00:04:00.545 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-10-14T00:04:00.546 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-10-14T00:04:00.546 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.compression_opts.window_bits: -14 2023-10-14T00:04:00.546 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.compression_opts.level: 32767 2023-10-14T00:04:00.546 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.compression_opts.strategy: 0 2023-10-14T00:04:00.546 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-10-14T00:04:00.547 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-10-14T00:04:00.547 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-10-14T00:04:00.547 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-10-14T00:04:00.547 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.compression_opts.enabled: false 2023-10-14T00:04:00.547 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-10-14T00:04:00.548 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-10-14T00:04:00.548 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-10-14T00:04:00.548 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-10-14T00:04:00.548 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.target_file_size_base: 67108864 2023-10-14T00:04:00.548 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.target_file_size_multiplier: 1 2023-10-14T00:04:00.548 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-10-14T00:04:00.549 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-10-14T00:04:00.549 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-10-14T00:04:00.549 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-10-14T00:04:00.549 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-10-14T00:04:00.549 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-10-14T00:04:00.550 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-10-14T00:04:00.550 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-10-14T00:04:00.550 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-10-14T00:04:00.550 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-10-14T00:04:00.550 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-10-14T00:04:00.551 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-10-14T00:04:00.551 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-10-14T00:04:00.551 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.arena_block_size: 1048576 2023-10-14T00:04:00.551 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-10-14T00:04:00.551 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-10-14T00:04:00.551 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.disable_auto_compactions: 0 2023-10-14T00:04:00.552 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-10-14T00:04:00.552 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-10-14T00:04:00.552 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-10-14T00:04:00.552 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-10-14T00:04:00.552 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-10-14T00:04:00.553 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-10-14T00:04:00.553 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-10-14T00:04:00.553 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-10-14T00:04:00.553 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-10-14T00:04:00.553 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-10-14T00:04:00.553 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.table_properties_collectors: 2023-10-14T00:04:00.554 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.inplace_update_support: 0 2023-10-14T00:04:00.554 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.inplace_update_num_locks: 10000 2023-10-14T00:04:00.554 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-10-14T00:04:00.554 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-10-14T00:04:00.555 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.memtable_huge_page_size: 0 2023-10-14T00:04:00.555 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.bloom_locality: 0 2023-10-14T00:04:00.555 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.max_successive_merges: 0 2023-10-14T00:04:00.555 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.optimize_filters_for_hits: 0 2023-10-14T00:04:00.555 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.paranoid_file_checks: 0 2023-10-14T00:04:00.555 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.force_consistency_checks: 1 2023-10-14T00:04:00.556 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.report_bg_io_stats: 0 2023-10-14T00:04:00.556 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.ttl: 2592000 2023-10-14T00:04:00.556 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.periodic_compaction_seconds: 0 2023-10-14T00:04:00.556 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-10-14T00:04:00.556 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-10-14T00:04:00.557 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.enable_blob_files: false 2023-10-14T00:04:00.557 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.min_blob_size: 0 2023-10-14T00:04:00.557 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.blob_file_size: 268435456 2023-10-14T00:04:00.557 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.blob_compression_type: NoCompression 2023-10-14T00:04:00.557 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.enable_blob_garbage_collection: false 2023-10-14T00:04:00.557 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-10-14T00:04:00.558 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-10-14T00:04:00.558 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-10-14T00:04:00.558 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.blob_file_starting_level: 0 2023-10-14T00:04:00.558 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-10-14T00:04:00.558 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 30.sst 2023-10-14T00:04:00.559 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2023-10-14T00:04:00.559 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: 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 32, last_sequence is 12998, log_number is 28,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-10-14T00:04:00.559 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 28 2023-10-14T00:04:00.559 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 4f4a3d33-f642-49a5-a98a-baf9dccd7429 2023-10-14T00:04:00.559 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697241840247049, "job": 1, "event": "recovery_started", "wal_files": [28]} 2023-10-14T00:04:00.560 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #28 mode 2 2023-10-14T00:04:00.560 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697241840249160, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 33, "file_size": 267409, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 12979, "largest_seqno": 13079, "table_properties": {"data_size": 265929, "index_size": 276, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 197, "raw_key_size": 2072, "raw_average_key_size": 28, "raw_value_size": 264240, "raw_average_value_size": 3570, "num_data_blocks": 12, "num_entries": 74, "num_filter_entries": 74, "num_deletions": 2, "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": 1697241840, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "4f4a3d33-f642-49a5-a98a-baf9dccd7429", "db_session_id": "F1VFCQHSYPFXIVZ4Q7N7", "orig_file_number": 33, "seqno_to_time_mapping": "N/A"}} 2023-10-14T00:04:00.560 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697241840249277, "job": 1, "event": "recovery_finished"} 2023-10-14T00:04:00.560 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: [db/version_set.cc:5047] Creating manifest 35 2023-10-14T00:04:00.560 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2023-10-14T00:04:00.561 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000028.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-10-14T00:04:00.561 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5581f4fa4000 2023-10-14T00:04:00.561 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: DB pointer 0x5581f4f90000 2023-10-14T00:04:00.561 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-10-14T00:04:00.561 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-10-14T00:04:00.561 INFO:journalctl@ceph.mon.a.smithi055.stdout: ** DB Stats ** 2023-10-14T00:04:00.562 INFO:journalctl@ceph.mon.a.smithi055.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-14T00:04:00.562 INFO:journalctl@ceph.mon.a.smithi055.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-10-14T00:04:00.562 INFO:journalctl@ceph.mon.a.smithi055.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-14T00:04:00.562 INFO:journalctl@ceph.mon.a.smithi055.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-14T00:04:00.562 INFO:journalctl@ceph.mon.a.smithi055.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-10-14T00:04:00.563 INFO:journalctl@ceph.mon.a.smithi055.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-14T00:04:00.563 INFO:journalctl@ceph.mon.a.smithi055.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-14T00:04:00.563 INFO:journalctl@ceph.mon.a.smithi055.stdout: 2023-10-14T00:04:00.563 INFO:journalctl@ceph.mon.a.smithi055.stdout: ** Compaction Stats [default] ** 2023-10-14T00:04:00.563 INFO:journalctl@ceph.mon.a.smithi055.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-10-14T00:04:00.564 INFO:journalctl@ceph.mon.a.smithi055.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-10-14T00:04:00.564 INFO:journalctl@ceph.mon.a.smithi055.stdout: L0 1/0 261.14 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 184.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-14T00:04:00.564 INFO:journalctl@ceph.mon.a.smithi055.stdout: L6 1/0 9.26 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-10-14T00:04:00.564 INFO:journalctl@ceph.mon.a.smithi055.stdout: Sum 2/0 9.51 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 184.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-14T00:04:00.564 INFO:journalctl@ceph.mon.a.smithi055.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 184.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-14T00:04:00.564 INFO:journalctl@ceph.mon.a.smithi055.stdout: 2023-10-14T00:04:00.565 INFO:journalctl@ceph.mon.a.smithi055.stdout: ** Compaction Stats [default] ** 2023-10-14T00:04:00.565 INFO:journalctl@ceph.mon.a.smithi055.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-10-14T00:04:00.565 INFO:journalctl@ceph.mon.a.smithi055.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-14T00:04:00.565 INFO:journalctl@ceph.mon.a.smithi055.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 184.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-14T00:04:00.565 INFO:journalctl@ceph.mon.a.smithi055.stdout: 2023-10-14T00:04:00.566 INFO:journalctl@ceph.mon.a.smithi055.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-10-14T00:04:00.566 INFO:journalctl@ceph.mon.a.smithi055.stdout: 2023-10-14T00:04:00.566 INFO:journalctl@ceph.mon.a.smithi055.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-14T00:04:00.566 INFO:journalctl@ceph.mon.a.smithi055.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-10-14T00:04:00.566 INFO:journalctl@ceph.mon.a.smithi055.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-14T00:04:00.567 INFO:journalctl@ceph.mon.a.smithi055.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-10-14T00:04:00.567 INFO:journalctl@ceph.mon.a.smithi055.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-10-14T00:04:00.567 INFO:journalctl@ceph.mon.a.smithi055.stdout: AddFile(Keys): cumulative 0, interval 0 2023-10-14T00:04:00.567 INFO:journalctl@ceph.mon.a.smithi055.stdout: Cumulative compaction: 0.00 GB write, 50.46 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-14T00:04:00.567 INFO:journalctl@ceph.mon.a.smithi055.stdout: Interval compaction: 0.00 GB write, 50.46 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-14T00:04:00.567 INFO:journalctl@ceph.mon.a.smithi055.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-10-14T00:04:00.568 INFO:journalctl@ceph.mon.a.smithi055.stdout: Block cache BinnedLRUCache@0x5581f4f071f0#2 capacity: 512.00 MB usage: 0.59 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.3e-05 secs_since: 0 2023-10-14T00:04:00.568 INFO:journalctl@ceph.mon.a.smithi055.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.23 KB,4.47035e-05%) IndexBlock(1,0.36 KB,6.85453e-05%) Misc(1,0.00 KB,0%) 2023-10-14T00:04:00.568 INFO:journalctl@ceph.mon.a.smithi055.stdout: 2023-10-14T00:04:00.568 INFO:journalctl@ceph.mon.a.smithi055.stdout: ** File Read Latency Histogram By Level [default] ** 2023-10-14T00:04:00.568 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: starting mon.a rank 0 at public addrs [v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0] at bind addrs [v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid db84ebe0-6a23-11ee-8db6-212e2dc638e7 2023-10-14T00:04:00.569 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: mon.a@-1(???) e3 preinit fsid db84ebe0-6a23-11ee-8db6-212e2dc638e7 2023-10-14T00:04:00.569 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: mon.a@-1(???).mds e8 new map 2023-10-14T00:04:00.569 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: mon.a@-1(???).mds e8 print_map 2023-10-14T00:04:00.569 INFO:journalctl@ceph.mon.a.smithi055.stdout: e8 2023-10-14T00:04:00.569 INFO:journalctl@ceph.mon.a.smithi055.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-10-14T00:04:00.570 INFO:journalctl@ceph.mon.a.smithi055.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-10-14T00:04:00.570 INFO:journalctl@ceph.mon.a.smithi055.stdout: legacy client fscid: 1 2023-10-14T00:04:00.570 INFO:journalctl@ceph.mon.a.smithi055.stdout: 2023-10-14T00:04:00.570 INFO:journalctl@ceph.mon.a.smithi055.stdout: Filesystem 'cephfs' (1) 2023-10-14T00:04:00.570 INFO:journalctl@ceph.mon.a.smithi055.stdout: fs_name cephfs 2023-10-14T00:04:00.571 INFO:journalctl@ceph.mon.a.smithi055.stdout: epoch 8 2023-10-14T00:04:00.571 INFO:journalctl@ceph.mon.a.smithi055.stdout: flags 12 joinable allow_snaps allow_multimds_snaps 2023-10-14T00:04:00.571 INFO:journalctl@ceph.mon.a.smithi055.stdout: created 2023-10-13T23:59:34.127848+0000 2023-10-14T00:04:00.571 INFO:journalctl@ceph.mon.a.smithi055.stdout: modified 2023-10-13T23:59:37.737671+0000 2023-10-14T00:04:00.571 INFO:journalctl@ceph.mon.a.smithi055.stdout: tableserver 0 2023-10-14T00:04:00.571 INFO:journalctl@ceph.mon.a.smithi055.stdout: root 0 2023-10-14T00:04:00.572 INFO:journalctl@ceph.mon.a.smithi055.stdout: session_timeout 60 2023-10-14T00:04:00.572 INFO:journalctl@ceph.mon.a.smithi055.stdout: session_autoclose 300 2023-10-14T00:04:00.572 INFO:journalctl@ceph.mon.a.smithi055.stdout: max_file_size 1099511627776 2023-10-14T00:04:00.572 INFO:journalctl@ceph.mon.a.smithi055.stdout: max_xattr_size 65536 2023-10-14T00:04:00.572 INFO:journalctl@ceph.mon.a.smithi055.stdout: required_client_features {} 2023-10-14T00:04:00.573 INFO:journalctl@ceph.mon.a.smithi055.stdout: last_failure 0 2023-10-14T00:04:00.573 INFO:journalctl@ceph.mon.a.smithi055.stdout: last_failure_osd_epoch 0 2023-10-14T00:04:00.573 INFO:journalctl@ceph.mon.a.smithi055.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-10-14T00:04:00.573 INFO:journalctl@ceph.mon.a.smithi055.stdout: max_mds 1 2023-10-14T00:04:00.573 INFO:journalctl@ceph.mon.a.smithi055.stdout: in 0 2023-10-14T00:04:00.574 INFO:journalctl@ceph.mon.a.smithi055.stdout: up {0=24376} 2023-10-14T00:04:00.574 INFO:journalctl@ceph.mon.a.smithi055.stdout: failed 2023-10-14T00:04:00.574 INFO:journalctl@ceph.mon.a.smithi055.stdout: damaged 2023-10-14T00:04:00.574 INFO:journalctl@ceph.mon.a.smithi055.stdout: stopped 2023-10-14T00:04:00.574 INFO:journalctl@ceph.mon.a.smithi055.stdout: data_pools [3] 2023-10-14T00:04:00.574 INFO:journalctl@ceph.mon.a.smithi055.stdout: metadata_pool 2 2023-10-14T00:04:00.575 INFO:journalctl@ceph.mon.a.smithi055.stdout: inline_data disabled 2023-10-14T00:04:00.575 INFO:journalctl@ceph.mon.a.smithi055.stdout: balancer 2023-10-14T00:04:00.575 INFO:journalctl@ceph.mon.a.smithi055.stdout: bal_rank_mask -1 2023-10-14T00:04:00.575 INFO:journalctl@ceph.mon.a.smithi055.stdout: standby_count_wanted 0 2023-10-14T00:04:00.575 INFO:journalctl@ceph.mon.a.smithi055.stdout: [mds.b{0:24376} state up:active seq 3 addr [v2:172.21.15.82:6832/2924660589,v1:172.21.15.82:6833/2924660589] compat {c=[1],r=[1],i=[7ff]}] 2023-10-14T00:04:00.576 INFO:journalctl@ceph.mon.a.smithi055.stdout: 2023-10-14T00:04:00.576 INFO:journalctl@ceph.mon.a.smithi055.stdout: 2023-10-14T00:04:00.576 INFO:journalctl@ceph.mon.a.smithi055.stdout: Standby daemons: 2023-10-14T00:04:00.576 INFO:journalctl@ceph.mon.a.smithi055.stdout: 2023-10-14T00:04:00.576 INFO:journalctl@ceph.mon.a.smithi055.stdout: [mds.a{-1:14472} state up:standby seq 1 addr [v2:172.21.15.55:6834/488392878,v1:172.21.15.55:6835/488392878] compat {c=[1],r=[1],i=[7ff]}] 2023-10-14T00:04:00.577 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: mon.a@-1(???).osd e188 crush map has features 3314933069573799936, adjusting msgr requires 2023-10-14T00:04:00.577 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: mon.a@-1(???).osd e188 crush map has features 432629308056666112, adjusting msgr requires 2023-10-14T00:04:00.577 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: mon.a@-1(???).osd e188 crush map has features 432629308056666112, adjusting msgr requires 2023-10-14T00:04:00.577 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: mon.a@-1(???).osd e188 crush map has features 432629308056666112, adjusting msgr requires 2023-10-14T00:04:00.577 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: mon.a@-1(???).paxosservice(auth 1..18) refresh upgraded, format 0 -> 3 2023-10-14T00:04:00.577 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: expand_channel_meta expand map: {default=false} 2023-10-14T00:04:00.578 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: expand_channel_meta from 'false' to 'false' 2023-10-14T00:04:00.578 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: expand_channel_meta expanded map: {default=false} 2023-10-14T00:04:00.578 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: expand_channel_meta expand map: {default=info} 2023-10-14T00:04:00.578 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: expand_channel_meta from 'info' to 'info' 2023-10-14T00:04:00.578 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: expand_channel_meta expanded map: {default=info} 2023-10-14T00:04:00.579 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: expand_channel_meta expand map: {default=daemon} 2023-10-14T00:04:00.579 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: expand_channel_meta from 'daemon' to 'daemon' 2023-10-14T00:04:00.579 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: expand_channel_meta expanded map: {default=daemon} 2023-10-14T00:04:00.579 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: expand_channel_meta expand map: {default=debug} 2023-10-14T00:04:00.579 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: expand_channel_meta from 'debug' to 'debug' 2023-10-14T00:04:00.580 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: expand_channel_meta expanded map: {default=debug} 2023-10-14T00:04:00.580 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 bash[183038]: 354be3129c3e2dec75201929c506df6cbfce2a6ee4cc9fe306804ebb7426de36 2023-10-14T00:04:00.580 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 systemd[1]: Started Ceph mon.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:04:00.954 INFO:tasks.rados.rados.0.smithi055.stdout:751: done (0 left) 2023-10-14T00:04:00.955 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 26 current snap is 59 2023-10-14T00:04:00.955 INFO:tasks.rados.rados.0.smithi055.stdout:752: seq_num 254 ranges {286720=663552,950272=663552,1613824=540672} 2023-10-14T00:04:00.960 INFO:tasks.rados.rados.0.smithi055.stdout:752: writing smithi055169533-26 from 286720 to 950272 tid 1 2023-10-14T00:04:00.963 INFO:tasks.rados.rados.0.smithi055.stdout:752: writing smithi055169533-26 from 950272 to 1613824 tid 2 2023-10-14T00:04:00.967 INFO:tasks.rados.rados.0.smithi055.stdout:752: writing smithi055169533-26 from 1613824 to 2154496 tid 3 2023-10-14T00:04:00.968 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 6 current snap is 59 2023-10-14T00:04:00.968 INFO:tasks.rados.rados.0.smithi055.stdout:753: seq_num 255 ranges {3964928=679936,4644864=548864,5193728=598016,5791744=57344} 2023-10-14T00:04:00.994 INFO:tasks.rados.rados.0.smithi055.stdout:753: writing smithi055169533-6 from 3964928 to 4644864 tid 1 2023-10-14T00:04:00.997 INFO:tasks.rados.rados.0.smithi055.stdout:753: writing smithi055169533-6 from 4644864 to 5193728 tid 2 2023-10-14T00:04:01.000 INFO:tasks.rados.rados.0.smithi055.stdout:753: writing smithi055169533-6 from 5193728 to 5791744 tid 3 2023-10-14T00:04:01.001 INFO:tasks.rados.rados.0.smithi055.stdout:753: writing smithi055169533-6 from 5791744 to 5849088 tid 4 2023-10-14T00:04:01.001 INFO:tasks.rados.rados.0.smithi055.stdout:754: copy_from oid 41 from oid 39 current snap is 59 2023-10-14T00:04:01.002 INFO:tasks.rados.rados.0.smithi055.stdout:752: finishing write tid 1 to smithi055169533-26 2023-10-14T00:04:01.002 INFO:tasks.rados.rados.0.smithi055.stdout:752: finishing write tid 2 to smithi055169533-26 2023-10-14T00:04:01.002 INFO:tasks.rados.rados.0.smithi055.stdout:752: finishing write tid 3 to smithi055169533-26 2023-10-14T00:04:01.002 INFO:tasks.rados.rados.0.smithi055.stdout:752: finishing write tid 4 to smithi055169533-26 2023-10-14T00:04:01.003 INFO:tasks.rados.rados.0.smithi055.stdout:752: finishing write tid 5 to smithi055169533-26 2023-10-14T00:04:01.003 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 26 v 137 (ObjNum 254 snap 59 seq_num 254) dirty exists 2023-10-14T00:04:01.003 INFO:tasks.rados.rados.0.smithi055.stdout:752: left oid 26 (ObjNum 254 snap 59 seq_num 254) 2023-10-14T00:04:01.003 INFO:tasks.rados.rados.0.smithi055.stdout:752: done (2 left) 2023-10-14T00:04:01.003 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 19 current snap is 59 2023-10-14T00:04:01.005 INFO:tasks.rados.rados.0.smithi055.stdout:755: seq_num 256 ranges {4456448=696320,5152768=434176,5586944=770048} 2023-10-14T00:04:01.031 INFO:tasks.rados.rados.0.smithi055.stdout:755: writing smithi055169533-19 from 4456448 to 5152768 tid 1 2023-10-14T00:04:01.033 INFO:tasks.rados.rados.0.smithi055.stdout:755: writing smithi055169533-19 from 5152768 to 5586944 tid 2 2023-10-14T00:04:01.038 INFO:tasks.rados.rados.0.smithi055.stdout:755: writing smithi055169533-19 from 5586944 to 6356992 tid 3 2023-10-14T00:04:01.039 INFO:tasks.rados.rados.0.smithi055.stdout:756: delete oid 46 current snap is 59 2023-10-14T00:04:01.039 INFO:tasks.rados.rados.0.smithi055.stdout:753: finishing write tid 1 to smithi055169533-6 2023-10-14T00:04:01.039 INFO:tasks.rados.rados.0.smithi055.stdout:753: finishing write tid 2 to smithi055169533-6 2023-10-14T00:04:01.039 INFO:tasks.rados.rados.0.smithi055.stdout:753: finishing write tid 3 to smithi055169533-6 2023-10-14T00:04:01.039 INFO:tasks.rados.rados.0.smithi055.stdout:753: finishing write tid 4 to smithi055169533-6 2023-10-14T00:04:01.040 INFO:tasks.rados.rados.0.smithi055.stdout:753: finishing write tid 5 to smithi055169533-6 2023-10-14T00:04:01.040 INFO:tasks.rados.rados.0.smithi055.stdout:753: finishing write tid 6 to smithi055169533-6 2023-10-14T00:04:01.040 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 6 v 218 (ObjNum 255 snap 59 seq_num 255) dirty exists 2023-10-14T00:04:01.040 INFO:tasks.rados.rados.0.smithi055.stdout:753: left oid 6 (ObjNum 255 snap 59 seq_num 255) 2023-10-14T00:04:01.040 INFO:tasks.rados.rados.0.smithi055.stdout:755: finishing write tid 1 to smithi055169533-19 2023-10-14T00:04:01.042 INFO:tasks.rados.rados.0.smithi055.stdout:755: finishing write tid 2 to smithi055169533-19 2023-10-14T00:04:01.045 INFO:tasks.rados.rados.0.smithi055.stdout:755: finishing write tid 3 to smithi055169533-19 2023-10-14T00:04:01.045 INFO:tasks.rados.rados.0.smithi055.stdout:754: finishing copy_from to smithi055169533-41 2023-10-14T00:04:01.045 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 41 v 307 (ObjNum 213 snap 50 seq_num 213) dirty exists 2023-10-14T00:04:01.045 INFO:tasks.rados.rados.0.smithi055.stdout:755: finishing write tid 4 to smithi055169533-19 2023-10-14T00:04:01.046 INFO:tasks.rados.rados.0.smithi055.stdout:753: done (3 left) 2023-10-14T00:04:01.046 INFO:tasks.rados.rados.0.smithi055.stdout:756: done (2 left) 2023-10-14T00:04:01.046 INFO:tasks.rados.rados.0.smithi055.stdout:757: snap_remove snap 58 2023-10-14T00:04:01.249 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:00 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:04:01.249 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:00 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:04:01.249 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:00 smithi082 ceph-mon[116307]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:04:01.250 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:00 smithi082 ceph-mon[116307]: pgmap v38: 121 pgs: 121 active+clean; 98 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 9.1 MiB/s rd, 7.7 MiB/s wr, 43 op/s 2023-10-14T00:04:01.250 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:00 smithi082 ceph-mon[116307]: mon.a calling monitor election 2023-10-14T00:04:01.250 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:00 smithi082 ceph-mon[116307]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2023-10-14T00:04:01.250 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:00 smithi082 ceph-mon[116307]: monmap e3: 3 mons at {a=[v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0],b=[v2:172.21.15.82:3300/0,v1:172.21.15.82:6789/0],c=[v2:172.21.15.55:3301/0,v1:172.21.15.55:6790/0]} removed_ranks: {} 2023-10-14T00:04:01.251 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:00 smithi082 ceph-mon[116307]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2023-10-14T00:04:01.251 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:00 smithi082 ceph-mon[116307]: osdmap e188: 8 total, 8 up, 8 in 2023-10-14T00:04:01.251 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:00 smithi082 ceph-mon[116307]: mgrmap e34: y(active, since 25s), standbys: x 2023-10-14T00:04:01.251 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:00 smithi082 ceph-mon[116307]: from='mgr.15159 ' entity='' 2023-10-14T00:04:01.251 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:00 smithi082 ceph-mon[116307]: mgrmap e35: y(active, since 25s), standbys: x 2023-10-14T00:04:01.252 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:00 smithi082 ceph-mon[116307]: overall HEALTH_OK 2023-10-14T00:04:01.252 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:00 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-b[116298]: 2023-10-14T00:04:00.944+0000 7fafca6c6700 -1 mon.b@1(peon).osd e189 update_from_paxos full map CRC mismatch, resetting to canonical 2023-10-14T00:04:01.257 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:04:00 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: ignoring --setuser ceph since I am not root 2023-10-14T00:04:01.257 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:04:00 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: ignoring --setgroup ceph since I am not root 2023-10-14T00:04:01.258 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:04:01 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: 2023-10-14T00:04:01.082+0000 7fe40207b200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-10-14T00:04:01.258 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:04:01 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: 2023-10-14T00:04:01.247+0000 7fe40207b200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-10-14T00:04:01.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ignoring --setuser ceph since I am not root 2023-10-14T00:04:01.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ignoring --setgroup ceph since I am not root 2023-10-14T00:04:01.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:04:01 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:04:01.118+0000 7fd8fcf5d200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-10-14T00:04:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:04:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:04:01.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:04:01.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: pgmap v38: 121 pgs: 121 active+clean; 98 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 9.1 MiB/s rd, 7.7 MiB/s wr, 43 op/s 2023-10-14T00:04:01.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: mon.a calling monitor election 2023-10-14T00:04:01.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2023-10-14T00:04:01.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: monmap e3: 3 mons at {a=[v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0],b=[v2:172.21.15.82:3300/0,v1:172.21.15.82:6789/0],c=[v2:172.21.15.55:3301/0,v1:172.21.15.55:6790/0]} removed_ranks: {} 2023-10-14T00:04:01.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2023-10-14T00:04:01.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: osdmap e188: 8 total, 8 up, 8 in 2023-10-14T00:04:01.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: mgrmap e34: y(active, since 25s), standbys: x 2023-10-14T00:04:01.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: from='mgr.15159 ' entity='' 2023-10-14T00:04:01.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: mgrmap e35: y(active, since 25s), standbys: x 2023-10-14T00:04:01.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[183057]: overall HEALTH_OK 2023-10-14T00:04:01.272 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:04:01.272 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:04:01.272 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[124249]: from='mgr.15159 172.21.15.55:0/868667371' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:04:01.272 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[124249]: pgmap v38: 121 pgs: 121 active+clean; 98 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 9.1 MiB/s rd, 7.7 MiB/s wr, 43 op/s 2023-10-14T00:04:01.272 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[124249]: mon.a calling monitor election 2023-10-14T00:04:01.273 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[124249]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2023-10-14T00:04:01.273 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[124249]: monmap e3: 3 mons at {a=[v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0],b=[v2:172.21.15.82:3300/0,v1:172.21.15.82:6789/0],c=[v2:172.21.15.55:3301/0,v1:172.21.15.55:6790/0]} removed_ranks: {} 2023-10-14T00:04:01.273 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[124249]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2023-10-14T00:04:01.273 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[124249]: osdmap e188: 8 total, 8 up, 8 in 2023-10-14T00:04:01.273 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[124249]: mgrmap e34: y(active, since 25s), standbys: x 2023-10-14T00:04:01.274 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[124249]: from='mgr.15159 ' entity='' 2023-10-14T00:04:01.274 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[124249]: mgrmap e35: y(active, since 25s), standbys: x 2023-10-14T00:04:01.274 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-mon[124249]: overall HEALTH_OK 2023-10-14T00:04:01.274 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:00 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-c[124245]: 2023-10-14T00:04:00.945+0000 7fd04e32c700 -1 mon.c@2(peon).osd e189 update_from_paxos full map CRC mismatch, resetting to canonical 2023-10-14T00:04:01.686 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:04:01 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:04:01.316+0000 7fd8fcf5d200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-10-14T00:04:01.875 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:04:01 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: 2023-10-14T00:04:01.572+0000 7fe40207b200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-10-14T00:04:01.973 INFO:tasks.rados.rados.0.smithi055.stdout:757: done (2 left) 2023-10-14T00:04:01.973 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 14 current snap is 59 2023-10-14T00:04:01.974 INFO:tasks.rados.rados.0.smithi055.stdout:754: finishing copy_from racing read to smithi055169533-41 2023-10-14T00:04:01.974 INFO:tasks.rados.rados.0.smithi055.stdout:758: seq_num 258 ranges {4153344=729088,4882432=606208,5488640=598016} 2023-10-14T00:04:02.000 INFO:tasks.rados.rados.0.smithi055.stdout:758: writing smithi055169533-14 from 4153344 to 4882432 tid 1 2023-10-14T00:04:02.004 INFO:tasks.rados.rados.0.smithi055.stdout:758: writing smithi055169533-14 from 4882432 to 5488640 tid 2 2023-10-14T00:04:02.008 INFO:tasks.rados.rados.0.smithi055.stdout:758: writing smithi055169533-14 from 5488640 to 6086656 tid 3 2023-10-14T00:04:02.008 INFO:tasks.rados.rados.0.smithi055.stdout:754: done (2 left) 2023-10-14T00:04:02.008 INFO:tasks.rados.rados.0.smithi055.stdout:759: read oid 18 snap -1 2023-10-14T00:04:02.008 INFO:tasks.rados.rados.0.smithi055.stdout:759: expect (ObjNum 247 snap 56 seq_num 247) 2023-10-14T00:04:02.009 INFO:tasks.rados.rados.0.smithi055.stdout:760: snap_create 2023-10-14T00:04:02.009 INFO:tasks.rados.rados.0.smithi055.stdout:755: finishing write tid 5 to smithi055169533-19 2023-10-14T00:04:02.009 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 19 v 142 (ObjNum 256 snap 59 seq_num 256) dirty exists 2023-10-14T00:04:02.009 INFO:tasks.rados.rados.0.smithi055.stdout:755: left oid 19 (ObjNum 256 snap 59 seq_num 256) 2023-10-14T00:04:02.011 INFO:tasks.rados.rados.0.smithi055.stdout:758: finishing write tid 1 to smithi055169533-14 2023-10-14T00:04:02.011 INFO:tasks.rados.rados.0.smithi055.stdout:758: finishing write tid 2 to smithi055169533-14 2023-10-14T00:04:02.012 INFO:tasks.rados.rados.0.smithi055.stdout:758: finishing write tid 3 to smithi055169533-14 2023-10-14T00:04:02.012 INFO:tasks.rados.rados.0.smithi055.stdout:758: finishing write tid 4 to smithi055169533-14 2023-10-14T00:04:02.013 INFO:tasks.rados.rados.0.smithi055.stdout:758: finishing write tid 5 to smithi055169533-14 2023-10-14T00:04:02.013 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 14 v 222 (ObjNum 258 snap 59 seq_num 258) dirty exists 2023-10-14T00:04:02.013 INFO:tasks.rados.rados.0.smithi055.stdout:758: left oid 14 (ObjNum 258 snap 59 seq_num 258) 2023-10-14T00:04:02.024 INFO:tasks.rados.rados.0.smithi055.stdout:759: expect (ObjNum 247 snap 56 seq_num 247) 2023-10-14T00:04:02.265 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:04:01 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:04:01.685+0000 7fd8fcf5d200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-10-14T00:04:02.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:01 smithi055 ceph-mon[183057]: osdmap e189: 8 total, 8 up, 8 in 2023-10-14T00:04:02.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:01 smithi055 ceph-mon[183057]: failed to encode map e189 with expected crc 2023-10-14T00:04:02.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:01 smithi055 ceph-mon[183057]: failed to encode map e189 with expected crc 2023-10-14T00:04:02.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:01 smithi055 ceph-mon[183057]: failed to encode map e189 with expected crc 2023-10-14T00:04:02.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:01 smithi055 ceph-mon[183057]: failed to encode map e189 with expected crc 2023-10-14T00:04:02.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:01 smithi055 ceph-mon[183057]: failed to encode map e189 with expected crc 2023-10-14T00:04:02.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:01 smithi055 ceph-mon[124249]: osdmap e189: 8 total, 8 up, 8 in 2023-10-14T00:04:02.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:01 smithi055 ceph-mon[124249]: failed to encode map e189 with expected crc 2023-10-14T00:04:02.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:01 smithi055 ceph-mon[124249]: failed to encode map e189 with expected crc 2023-10-14T00:04:02.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:01 smithi055 ceph-mon[124249]: failed to encode map e189 with expected crc 2023-10-14T00:04:02.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:01 smithi055 ceph-mon[124249]: failed to encode map e189 with expected crc 2023-10-14T00:04:02.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:01 smithi055 ceph-mon[124249]: failed to encode map e189 with expected crc 2023-10-14T00:04:02.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:01 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-c[124245]: 2023-10-14T00:04:01.961+0000 7fd04e32c700 -1 mon.c@2(peon).osd e190 update_from_paxos full map CRC mismatch, resetting to canonical 2023-10-14T00:04:02.298 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:04:02 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: 2023-10-14T00:04:02.069+0000 7fe40207b200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-10-14T00:04:02.299 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:01 smithi082 ceph-mon[116307]: osdmap e189: 8 total, 8 up, 8 in 2023-10-14T00:04:02.299 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:01 smithi082 ceph-mon[116307]: failed to encode map e189 with expected crc 2023-10-14T00:04:02.299 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:01 smithi082 ceph-mon[116307]: failed to encode map e189 with expected crc 2023-10-14T00:04:02.299 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:01 smithi082 ceph-mon[116307]: failed to encode map e189 with expected crc 2023-10-14T00:04:02.300 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:01 smithi082 ceph-mon[116307]: failed to encode map e189 with expected crc 2023-10-14T00:04:02.300 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:01 smithi082 ceph-mon[116307]: failed to encode map e189 with expected crc 2023-10-14T00:04:02.300 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:01 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-b[116298]: 2023-10-14T00:04:01.961+0000 7fafca6c6700 -1 mon.b@1(peon).osd e190 update_from_paxos full map CRC mismatch, resetting to canonical 2023-10-14T00:04:02.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:04:02 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:04:02.264+0000 7fd8fcf5d200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-10-14T00:04:02.625 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:04:02 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: 2023-10-14T00:04:02.296+0000 7fe40207b200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-10-14T00:04:02.965 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:04:02 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:04:02.522+0000 7fd8fcf5d200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-10-14T00:04:02.981 INFO:tasks.rados.rados.0.smithi055.stdout:755: done (3 left) 2023-10-14T00:04:02.981 INFO:tasks.rados.rados.0.smithi055.stdout:758: done (2 left) 2023-10-14T00:04:02.982 INFO:tasks.rados.rados.0.smithi055.stdout:759: done (1 left) 2023-10-14T00:04:02.982 INFO:tasks.rados.rados.0.smithi055.stdout:760: done (0 left) 2023-10-14T00:04:02.982 INFO:tasks.rados.rados.0.smithi055.stdout:761: setattr oid 33 current snap is 60 2023-10-14T00:04:02.982 INFO:tasks.rados.rados.0.smithi055.stdout:762: read oid 6 snap -1 2023-10-14T00:04:02.983 INFO:tasks.rados.rados.0.smithi055.stdout:762: expect (ObjNum 255 snap 59 seq_num 255) 2023-10-14T00:04:02.983 INFO:tasks.rados.rados.0.smithi055.stdout:763: delete oid 27 current snap is 60 2023-10-14T00:04:02.988 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 33 v 308 (ObjNum 177 snap 0 seq_num 1) dirty exists 2023-10-14T00:04:02.990 INFO:tasks.rados.rados.0.smithi055.stdout:761: done (2 left) 2023-10-14T00:04:02.990 INFO:tasks.rados.rados.0.smithi055.stdout:763: done (1 left) 2023-10-14T00:04:02.990 INFO:tasks.rados.rados.0.smithi055.stdout:764: rollback oid 34 current snap is 60 2023-10-14T00:04:02.990 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 34 to 56 2023-10-14T00:04:02.991 INFO:tasks.rados.rados.0.smithi055.stdout:765: read oid 9 snap -1 2023-10-14T00:04:02.991 INFO:tasks.rados.rados.0.smithi055.stdout:765: expect (ObjNum 126 snap 23 seq_num 126) 2023-10-14T00:04:02.991 INFO:tasks.rados.rados.0.smithi055.stdout:766: read oid 18 snap 59 2023-10-14T00:04:02.991 INFO:tasks.rados.rados.0.smithi055.stdout:766: expect (ObjNum 247 snap 56 seq_num 247) 2023-10-14T00:04:02.991 INFO:tasks.rados.rados.0.smithi055.stdout:767: snap_create 2023-10-14T00:04:03.005 INFO:tasks.rados.rados.0.smithi055.stdout:766: expect (ObjNum 247 snap 56 seq_num 247) 2023-10-14T00:04:03.094 INFO:tasks.rados.rados.0.smithi055.stdout:764: finishing rollback tid 0 to smithi055169533-34 2023-10-14T00:04:03.094 INFO:tasks.rados.rados.0.smithi055.stdout:764: finishing rollback tid 1 to smithi055169533-34 2023-10-14T00:04:03.095 INFO:tasks.rados.rados.0.smithi055.stdout:764: finishing rollback tid 2 to smithi055169533-34 2023-10-14T00:04:03.095 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 34 v 301 (ObjNum 49 snap 0 seq_num 1953066355) dirty exists 2023-10-14T00:04:03.095 INFO:tasks.rados.rados.0.smithi055.stdout:765: expect (ObjNum 126 snap 23 seq_num 126) 2023-10-14T00:04:03.125 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:04:02 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: 2023-10-14T00:04:02.724+0000 7fe40207b200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-10-14T00:04:03.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:02 smithi082 ceph-mon[116307]: osdmap e190: 8 total, 8 up, 8 in 2023-10-14T00:04:03.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:02 smithi082 ceph-mon[116307]: failed to encode map e190 with expected crc 2023-10-14T00:04:03.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:02 smithi082 ceph-mon[116307]: failed to encode map e190 with expected crc 2023-10-14T00:04:03.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:02 smithi082 ceph-mon[116307]: failed to encode map e190 with expected crc 2023-10-14T00:04:03.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:02 smithi082 ceph-mon[116307]: failed to encode map e190 with expected crc 2023-10-14T00:04:03.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:02 smithi082 ceph-mon[116307]: failed to encode map e190 with expected crc 2023-10-14T00:04:03.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:02 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-b[116298]: 2023-10-14T00:04:02.971+0000 7fafca6c6700 -1 mon.b@1(peon).osd e191 update_from_paxos full map CRC mismatch, resetting to canonical 2023-10-14T00:04:03.209 INFO:tasks.rados.rados.0.smithi055.stdout:762: expect (ObjNum 255 snap 59 seq_num 255) 2023-10-14T00:04:03.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:04:03 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:04:03.022+0000 7fd8fcf5d200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-10-14T00:04:03.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:02 smithi055 ceph-mon[183057]: osdmap e190: 8 total, 8 up, 8 in 2023-10-14T00:04:03.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:02 smithi055 ceph-mon[183057]: failed to encode map e190 with expected crc 2023-10-14T00:04:03.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:02 smithi055 ceph-mon[183057]: failed to encode map e190 with expected crc 2023-10-14T00:04:03.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:02 smithi055 ceph-mon[183057]: failed to encode map e190 with expected crc 2023-10-14T00:04:03.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:02 smithi055 ceph-mon[183057]: failed to encode map e190 with expected crc 2023-10-14T00:04:03.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:02 smithi055 ceph-mon[183057]: failed to encode map e190 with expected crc 2023-10-14T00:04:03.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:02 smithi055 ceph-mon[124249]: osdmap e190: 8 total, 8 up, 8 in 2023-10-14T00:04:03.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:02 smithi055 ceph-mon[124249]: failed to encode map e190 with expected crc 2023-10-14T00:04:03.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:02 smithi055 ceph-mon[124249]: failed to encode map e190 with expected crc 2023-10-14T00:04:03.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:02 smithi055 ceph-mon[124249]: failed to encode map e190 with expected crc 2023-10-14T00:04:03.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:02 smithi055 ceph-mon[124249]: failed to encode map e190 with expected crc 2023-10-14T00:04:03.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:02 smithi055 ceph-mon[124249]: failed to encode map e190 with expected crc 2023-10-14T00:04:03.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:02 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-c[124245]: 2023-10-14T00:04:02.974+0000 7fd04e32c700 -1 mon.c@2(peon).osd e191 update_from_paxos full map CRC mismatch, resetting to canonical 2023-10-14T00:04:03.766 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:04:03 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-alertmanager-a[172218]: ts=2023-10-14T00:04:03.508Z caller=notify.go:732 level=warn component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi055.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.55:8443: connect: connection refused" 2023-10-14T00:04:03.767 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:04:03 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-alertmanager-a[172218]: ts=2023-10-14T00:04:03.508Z caller=notify.go:732 level=warn component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi082.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.82:8443: connect: connection refused" 2023-10-14T00:04:03.875 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:04:03 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: 2023-10-14T00:04:03.446+0000 7fe40207b200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-10-14T00:04:03.875 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:04:03 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: 2023-10-14T00:04:03.534+0000 7fe40207b200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-10-14T00:04:03.990 INFO:tasks.rados.rados.0.smithi055.stdout:762: done (4 left) 2023-10-14T00:04:03.991 INFO:tasks.rados.rados.0.smithi055.stdout:764: done (3 left) 2023-10-14T00:04:03.991 INFO:tasks.rados.rados.0.smithi055.stdout:765: done (2 left) 2023-10-14T00:04:03.991 INFO:tasks.rados.rados.0.smithi055.stdout:766: done (1 left) 2023-10-14T00:04:03.991 INFO:tasks.rados.rados.0.smithi055.stdout:767: done (0 left) 2023-10-14T00:04:03.991 INFO:tasks.rados.rados.0.smithi055.stdout:768: snap_remove snap 59 2023-10-14T00:04:04.231 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:04:04 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: 2023-10-14T00:04:04.140+0000 7fe40207b200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-10-14T00:04:04.232 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:03 smithi082 ceph-mon[116307]: osdmap e191: 8 total, 8 up, 8 in 2023-10-14T00:04:04.232 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:03 smithi082 ceph-mon[116307]: failed to encode map e191 with expected crc 2023-10-14T00:04:04.232 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:03 smithi082 ceph-mon[116307]: failed to encode map e191 with expected crc 2023-10-14T00:04:04.232 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:03 smithi082 ceph-mon[116307]: failed to encode map e191 with expected crc 2023-10-14T00:04:04.233 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:03 smithi082 ceph-mon[116307]: failed to encode map e191 with expected crc 2023-10-14T00:04:04.233 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:03 smithi082 ceph-mon[116307]: failed to encode map e191 with expected crc 2023-10-14T00:04:04.233 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:03 smithi082 ceph-mon[116307]: failed to encode map e191 with expected crc 2023-10-14T00:04:04.233 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:03 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-b[116298]: 2023-10-14T00:04:03.982+0000 7fafca6c6700 -1 mon.b@1(peon).osd e192 update_from_paxos full map CRC mismatch, resetting to canonical 2023-10-14T00:04:04.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:04:03 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:04:03.853+0000 7fd8fcf5d200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-10-14T00:04:04.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:04:03 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:04:03.954+0000 7fd8fcf5d200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-10-14T00:04:04.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:03 smithi055 ceph-mon[183057]: osdmap e191: 8 total, 8 up, 8 in 2023-10-14T00:04:04.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:03 smithi055 ceph-mon[183057]: failed to encode map e191 with expected crc 2023-10-14T00:04:04.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:03 smithi055 ceph-mon[183057]: failed to encode map e191 with expected crc 2023-10-14T00:04:04.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:03 smithi055 ceph-mon[183057]: failed to encode map e191 with expected crc 2023-10-14T00:04:04.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:03 smithi055 ceph-mon[183057]: failed to encode map e191 with expected crc 2023-10-14T00:04:04.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:03 smithi055 ceph-mon[183057]: failed to encode map e191 with expected crc 2023-10-14T00:04:04.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:03 smithi055 ceph-mon[183057]: failed to encode map e191 with expected crc 2023-10-14T00:04:04.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:03 smithi055 ceph-mon[124249]: osdmap e191: 8 total, 8 up, 8 in 2023-10-14T00:04:04.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:03 smithi055 ceph-mon[124249]: failed to encode map e191 with expected crc 2023-10-14T00:04:04.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:03 smithi055 ceph-mon[124249]: failed to encode map e191 with expected crc 2023-10-14T00:04:04.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:03 smithi055 ceph-mon[124249]: failed to encode map e191 with expected crc 2023-10-14T00:04:04.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:03 smithi055 ceph-mon[124249]: failed to encode map e191 with expected crc 2023-10-14T00:04:04.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:03 smithi055 ceph-mon[124249]: failed to encode map e191 with expected crc 2023-10-14T00:04:04.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:03 smithi055 ceph-mon[124249]: failed to encode map e191 with expected crc 2023-10-14T00:04:04.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:03 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-c[124245]: 2023-10-14T00:04:03.983+0000 7fd04e32c700 -1 mon.c@2(peon).osd e192 update_from_paxos full map CRC mismatch, resetting to canonical 2023-10-14T00:04:04.547 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:04:04 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: 2023-10-14T00:04:04.229+0000 7fe40207b200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-10-14T00:04:04.548 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:04:04 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: 2023-10-14T00:04:04.320+0000 7fe40207b200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-10-14T00:04:04.875 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:04:04 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: 2023-10-14T00:04:04.545+0000 7fe40207b200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-10-14T00:04:04.875 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:04:04 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: 2023-10-14T00:04:04.640+0000 7fe40207b200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-10-14T00:04:04.875 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:04:04 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: 2023-10-14T00:04:04.735+0000 7fe40207b200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-10-14T00:04:04.988 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:04:04 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:04:04.659+0000 7fd8fcf5d200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-10-14T00:04:04.989 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:04:04 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:04:04.758+0000 7fd8fcf5d200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-10-14T00:04:04.989 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:04:04 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:04:04.860+0000 7fd8fcf5d200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-10-14T00:04:05.010 INFO:tasks.rados.rados.0.smithi055.stdout:768: done (0 left) 2023-10-14T00:04:05.011 INFO:tasks.rados.rados.0.smithi055.stdout:769: snap_remove snap 60 2023-10-14T00:04:05.248 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:04:04 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: 2023-10-14T00:04:04.954+0000 7fe40207b200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-10-14T00:04:05.249 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:04:05 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: 2023-10-14T00:04:05.055+0000 7fe40207b200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-10-14T00:04:05.249 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:04 smithi082 ceph-mon[116307]: osdmap e192: 8 total, 8 up, 8 in 2023-10-14T00:04:05.250 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:04 smithi082 ceph-mon[116307]: failed to encode map e192 with expected crc 2023-10-14T00:04:05.250 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:04 smithi082 ceph-mon[116307]: failed to encode map e192 with expected crc 2023-10-14T00:04:05.250 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:05 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-b[116298]: 2023-10-14T00:04:05.000+0000 7fafca6c6700 -1 mon.b@1(peon).osd e193 update_from_paxos full map CRC mismatch, resetting to canonical 2023-10-14T00:04:05.265 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:04:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:04:05.125+0000 7fd8fcf5d200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-10-14T00:04:05.265 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:04:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:04:05.232+0000 7fd8fcf5d200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-10-14T00:04:05.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:04 smithi055 ceph-mon[124249]: osdmap e192: 8 total, 8 up, 8 in 2023-10-14T00:04:05.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:04 smithi055 ceph-mon[124249]: failed to encode map e192 with expected crc 2023-10-14T00:04:05.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:04 smithi055 ceph-mon[124249]: failed to encode map e192 with expected crc 2023-10-14T00:04:05.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-c[124245]: 2023-10-14T00:04:05.000+0000 7fd04e32c700 -1 mon.c@2(peon).osd e193 update_from_paxos full map CRC mismatch, resetting to canonical 2023-10-14T00:04:05.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:04 smithi055 ceph-mon[183057]: osdmap e192: 8 total, 8 up, 8 in 2023-10-14T00:04:05.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:04 smithi055 ceph-mon[183057]: failed to encode map e192 with expected crc 2023-10-14T00:04:05.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:04 smithi055 ceph-mon[183057]: failed to encode map e192 with expected crc 2023-10-14T00:04:05.272 INFO:tasks.rados.rados.0.smithi055.stdout:769: done (0 left) 2023-10-14T00:04:05.272 INFO:tasks.rados.rados.0.smithi055.stdout:770: copy_from oid 48 from oid 5 current snap is 61 2023-10-14T00:04:05.272 INFO:tasks.rados.rados.0.smithi055.stdout:771: setattr oid 20 current snap is 61 2023-10-14T00:04:05.274 INFO:tasks.rados.rados.0.smithi055.stdout:772: read oid 3 snap -1 2023-10-14T00:04:05.274 INFO:tasks.rados.rados.0.smithi055.stdout:772: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:04:05.274 INFO:tasks.rados.rados.0.smithi055.stdout:773: read oid 42 snap 56 2023-10-14T00:04:05.274 INFO:tasks.rados.rados.0.smithi055.stdout:773: expect (ObjNum 246 snap 56 seq_num 246) 2023-10-14T00:04:05.274 INFO:tasks.rados.rados.0.smithi055.stdout:774: rollback oid 8 current snap is 61 2023-10-14T00:04:05.275 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 8 to 56 2023-10-14T00:04:05.275 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 30 current snap is 61 2023-10-14T00:04:05.275 INFO:tasks.rados.rados.0.smithi055.stdout:775: seq_num 260 ranges {3989504=761856,4751360=417792,5169152=786432} 2023-10-14T00:04:05.302 INFO:tasks.rados.rados.0.smithi055.stdout:775: writing smithi055169533-30 from 3989504 to 4751360 tid 1 2023-10-14T00:04:05.304 INFO:tasks.rados.rados.0.smithi055.stdout:775: writing smithi055169533-30 from 4751360 to 5169152 tid 2 2023-10-14T00:04:05.309 INFO:tasks.rados.rados.0.smithi055.stdout:775: writing smithi055169533-30 from 5169152 to 5955584 tid 3 2023-10-14T00:04:05.310 INFO:tasks.rados.rados.0.smithi055.stdout:776: rollback oid 9 current snap is 61 2023-10-14T00:04:05.310 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 9 to 56 2023-10-14T00:04:05.310 INFO:tasks.rados.rados.0.smithi055.stdout:772: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:04:05.316 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 20 v 122 (ObjNum 38 snap 0 seq_num 38) dirty exists 2023-10-14T00:04:05.316 INFO:tasks.rados.rados.0.smithi055.stdout:770: finishing copy_from to smithi055169533-48 2023-10-14T00:04:05.316 INFO:tasks.rados.rados.0.smithi055.stdout:770: got expected ENOENT (src dne) 2023-10-14T00:04:05.317 INFO:tasks.rados.rados.0.smithi055.stdout:770: finishing copy_from racing read to smithi055169533-48 2023-10-14T00:04:05.317 INFO:tasks.rados.rados.0.smithi055.stdout:774: finishing rollback tid 0 to smithi055169533-8 2023-10-14T00:04:05.317 INFO:tasks.rados.rados.0.smithi055.stdout:774: finishing rollback tid 1 to smithi055169533-8 2023-10-14T00:04:05.317 INFO:tasks.rados.rados.0.smithi055.stdout:774: finishing rollback tid 2 to smithi055169533-8 2023-10-14T00:04:05.317 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 8 v 311 (ObjNum 215 snap 53 seq_num 215) dirty exists 2023-10-14T00:04:05.318 INFO:tasks.rados.rados.0.smithi055.stdout:773: expect (ObjNum 246 snap 56 seq_num 246) 2023-10-14T00:04:05.462 INFO:tasks.rados.rados.0.smithi055.stdout:775: finishing write tid 1 to smithi055169533-30 2023-10-14T00:04:05.462 INFO:tasks.rados.rados.0.smithi055.stdout:775: finishing write tid 2 to smithi055169533-30 2023-10-14T00:04:05.462 INFO:tasks.rados.rados.0.smithi055.stdout:776: finishing rollback tid 0 to smithi055169533-9 2023-10-14T00:04:05.463 INFO:tasks.rados.rados.0.smithi055.stdout:776: finishing rollback tid 1 to smithi055169533-9 2023-10-14T00:04:05.463 INFO:tasks.rados.rados.0.smithi055.stdout:776: finishing rollback tid 2 to smithi055169533-9 2023-10-14T00:04:05.463 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 9 v 142 (ObjNum 126 snap 23 seq_num 126) dirty exists 2023-10-14T00:04:05.463 INFO:tasks.rados.rados.0.smithi055.stdout:775: finishing write tid 3 to smithi055169533-30 2023-10-14T00:04:05.463 INFO:tasks.rados.rados.0.smithi055.stdout:770: done (6 left) 2023-10-14T00:04:05.464 INFO:tasks.rados.rados.0.smithi055.stdout:771: done (5 left) 2023-10-14T00:04:05.464 INFO:tasks.rados.rados.0.smithi055.stdout:772: done (4 left) 2023-10-14T00:04:05.464 INFO:tasks.rados.rados.0.smithi055.stdout:773: done (3 left) 2023-10-14T00:04:05.464 INFO:tasks.rados.rados.0.smithi055.stdout:774: done (2 left) 2023-10-14T00:04:05.464 INFO:tasks.rados.rados.0.smithi055.stdout:776: done (1 left) 2023-10-14T00:04:05.465 INFO:tasks.rados.rados.0.smithi055.stdout:777: read oid 33 snap -1 2023-10-14T00:04:05.465 INFO:tasks.rados.rados.0.smithi055.stdout:777: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:04:05.465 INFO:tasks.rados.rados.0.smithi055.stdout:778: snap_create 2023-10-14T00:04:05.465 INFO:tasks.rados.rados.0.smithi055.stdout:775: finishing write tid 4 to smithi055169533-30 2023-10-14T00:04:05.465 INFO:tasks.rados.rados.0.smithi055.stdout:775: finishing write tid 5 to smithi055169533-30 2023-10-14T00:04:05.466 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 30 v 226 (ObjNum 260 snap 61 seq_num 260) dirty exists 2023-10-14T00:04:05.466 INFO:tasks.rados.rados.0.smithi055.stdout:775: left oid 30 (ObjNum 260 snap 61 seq_num 260) 2023-10-14T00:04:05.466 INFO:tasks.rados.rados.0.smithi055.stdout:777: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:04:05.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:04:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:04:05.357+0000 7fd8fcf5d200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-10-14T00:04:05.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-c[124245]: 2023-10-14T00:04:05.264+0000 7fd04e32c700 -1 mon.c@2(peon).osd e194 update_from_paxos full map CRC mismatch, resetting to canonical 2023-10-14T00:04:05.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:05 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-b[116298]: 2023-10-14T00:04:05.263+0000 7fafca6c6700 -1 mon.b@1(peon).osd e194 update_from_paxos full map CRC mismatch, resetting to canonical 2023-10-14T00:04:05.625 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:04:05 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: 2023-10-14T00:04:05.247+0000 7fe40207b200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-10-14T00:04:05.625 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:04:05 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: 2023-10-14T00:04:05.349+0000 7fe40207b200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-10-14T00:04:05.942 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:04:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:04:05.606+0000 7fd8fcf5d200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-10-14T00:04:05.942 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:04:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:04:05.720+0000 7fd8fcf5d200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-10-14T00:04:06.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:04:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:04:05.941+0000 7fd8fcf5d200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-10-14T00:04:06.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:04:06 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:04:06.044+0000 7fd8fcf5d200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-10-14T00:04:06.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:06 smithi055 ceph-mon[124249]: failed to encode map e193 with expected crc 2023-10-14T00:04:06.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:06 smithi055 ceph-mon[124249]: osdmap e193: 8 total, 8 up, 8 in 2023-10-14T00:04:06.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:06 smithi055 ceph-mon[124249]: failed to encode map e193 with expected crc 2023-10-14T00:04:06.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:06 smithi055 ceph-mon[124249]: osdmap e194: 8 total, 8 up, 8 in 2023-10-14T00:04:06.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:06 smithi055 ceph-mon[124249]: failed to encode map e193 with expected crc 2023-10-14T00:04:06.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:06 smithi055 ceph-mon[124249]: failed to encode map e193 with expected crc 2023-10-14T00:04:06.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:06 smithi055 ceph-mon[124249]: failed to encode map e193 with expected crc 2023-10-14T00:04:06.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:06 smithi055 ceph-mon[124249]: failed to encode map e193 with expected crc 2023-10-14T00:04:06.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:06 smithi055 ceph-mon[183057]: failed to encode map e193 with expected crc 2023-10-14T00:04:06.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:06 smithi055 ceph-mon[183057]: osdmap e193: 8 total, 8 up, 8 in 2023-10-14T00:04:06.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:06 smithi055 ceph-mon[183057]: failed to encode map e193 with expected crc 2023-10-14T00:04:06.272 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:06 smithi055 ceph-mon[183057]: osdmap e194: 8 total, 8 up, 8 in 2023-10-14T00:04:06.272 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:06 smithi055 ceph-mon[183057]: failed to encode map e193 with expected crc 2023-10-14T00:04:06.272 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:06 smithi055 ceph-mon[183057]: failed to encode map e193 with expected crc 2023-10-14T00:04:06.272 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:06 smithi055 ceph-mon[183057]: failed to encode map e193 with expected crc 2023-10-14T00:04:06.273 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:06 smithi055 ceph-mon[183057]: failed to encode map e193 with expected crc 2023-10-14T00:04:06.276 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:04:06 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: 2023-10-14T00:04:06.117+0000 7fe40207b200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-10-14T00:04:06.276 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:06 smithi082 ceph-mon[116307]: failed to encode map e193 with expected crc 2023-10-14T00:04:06.276 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:06 smithi082 ceph-mon[116307]: osdmap e193: 8 total, 8 up, 8 in 2023-10-14T00:04:06.277 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:06 smithi082 ceph-mon[116307]: failed to encode map e193 with expected crc 2023-10-14T00:04:06.277 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:06 smithi082 ceph-mon[116307]: osdmap e194: 8 total, 8 up, 8 in 2023-10-14T00:04:06.277 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:06 smithi082 ceph-mon[116307]: failed to encode map e193 with expected crc 2023-10-14T00:04:06.277 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:06 smithi082 ceph-mon[116307]: failed to encode map e193 with expected crc 2023-10-14T00:04:06.277 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:06 smithi082 ceph-mon[116307]: failed to encode map e193 with expected crc 2023-10-14T00:04:06.278 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:06 smithi082 ceph-mon[116307]: failed to encode map e193 with expected crc 2023-10-14T00:04:06.285 INFO:tasks.rados.rados.0.smithi055.stdout:775: done (2 left) 2023-10-14T00:04:06.285 INFO:tasks.rados.rados.0.smithi055.stdout:777: done (1 left) 2023-10-14T00:04:06.285 INFO:tasks.rados.rados.0.smithi055.stdout:778: done (0 left) 2023-10-14T00:04:06.285 INFO:tasks.rados.rados.0.smithi055.stdout:779: read oid 2 snap 61 2023-10-14T00:04:06.286 INFO:tasks.rados.rados.0.smithi055.stdout:779: expect (ObjNum 213 snap 50 seq_num 213) 2023-10-14T00:04:06.286 INFO:tasks.rados.rados.0.smithi055.stdout:780: read oid 33 snap -1 2023-10-14T00:04:06.286 INFO:tasks.rados.rados.0.smithi055.stdout:780: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:04:06.286 INFO:tasks.rados.rados.0.smithi055.stdout:781: rollback oid 14 current snap is 62 2023-10-14T00:04:06.287 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 14 to 61 2023-10-14T00:04:06.287 INFO:tasks.rados.rados.0.smithi055.stdout:782: read oid 45 snap -1 2023-10-14T00:04:06.287 INFO:tasks.rados.rados.0.smithi055.stdout:782: expect (ObjNum 241 snap 56 seq_num 241) 2023-10-14T00:04:06.287 INFO:tasks.rados.rados.0.smithi055.stdout:783: rollback oid 13 current snap is 62 2023-10-14T00:04:06.288 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 13 to 56 2023-10-14T00:04:06.288 INFO:tasks.rados.rados.0.smithi055.stdout:784: delete oid 34 current snap is 62 2023-10-14T00:04:06.288 INFO:tasks.rados.rados.0.smithi055.stdout:780: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:04:06.292 INFO:tasks.rados.rados.0.smithi055.stdout:783: finishing rollback tid 0 to smithi055169533-13 2023-10-14T00:04:06.292 INFO:tasks.rados.rados.0.smithi055.stdout:783: finishing rollback tid 1 to smithi055169533-13 2023-10-14T00:04:06.294 INFO:tasks.rados.rados.0.smithi055.stdout:783: finishing rollback tid 2 to smithi055169533-13 2023-10-14T00:04:06.294 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 13 v 96 (ObjNum 81 snap 0 seq_num 1685155920) dirty exists 2023-10-14T00:04:06.295 INFO:tasks.rados.rados.0.smithi055.stdout:780: done (5 left) 2023-10-14T00:04:06.296 INFO:tasks.rados.rados.0.smithi055.stdout:783: done (4 left) 2023-10-14T00:04:06.296 INFO:tasks.rados.rados.0.smithi055.stdout:784: done (3 left) 2023-10-14T00:04:06.296 INFO:tasks.rados.rados.0.smithi055.stdout:785: rmattr oid 47 current snap is 62 2023-10-14T00:04:06.296 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 4 current snap is 62 2023-10-14T00:04:06.296 INFO:tasks.rados.rados.0.smithi055.stdout:786: seq_num 262 ranges {1245184=794624,2039808=589824,2629632=614400} 2023-10-14T00:04:06.309 INFO:tasks.rados.rados.0.smithi055.stdout:786: writing smithi055169533-4 from 1245184 to 2039808 tid 1 2023-10-14T00:04:06.313 INFO:tasks.rados.rados.0.smithi055.stdout:786: writing smithi055169533-4 from 2039808 to 2629632 tid 2 2023-10-14T00:04:06.317 INFO:tasks.rados.rados.0.smithi055.stdout:786: writing smithi055169533-4 from 2629632 to 3244032 tid 3 2023-10-14T00:04:06.317 INFO:tasks.rados.rados.0.smithi055.stdout:787: snap_remove snap 56 2023-10-14T00:04:06.625 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:04:06 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: 2023-10-14T00:04:06.332+0000 7fe40207b200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-10-14T00:04:06.625 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:04:06 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: 2023-10-14T00:04:06.521+0000 7fe40207b200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-10-14T00:04:06.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:06 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-b[116298]: 2023-10-14T00:04:06.275+0000 7fafca6c6700 -1 mon.b@1(peon).osd e195 update_from_paxos full map CRC mismatch, resetting to canonical 2023-10-14T00:04:06.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:06 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-c[124245]: 2023-10-14T00:04:06.276+0000 7fd04e32c700 -1 mon.c@2(peon).osd e195 update_from_paxos full map CRC mismatch, resetting to canonical 2023-10-14T00:04:07.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:04:06 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:04:06.936+0000 7fd8fcf5d200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-10-14T00:04:07.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:04:07 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:04:07.163+0000 7fd8fcf5d200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-10-14T00:04:07.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:07 smithi055 ceph-mon[183057]: failed to encode map e194 with expected crc 2023-10-14T00:04:07.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:07 smithi055 ceph-mon[183057]: failed to encode map e194 with expected crc 2023-10-14T00:04:07.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:07 smithi055 ceph-mon[183057]: osdmap e195: 8 total, 8 up, 8 in 2023-10-14T00:04:07.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:07 smithi055 ceph-mon[183057]: failed to encode map e195 with expected crc 2023-10-14T00:04:07.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:07 smithi055 ceph-mon[183057]: failed to encode map e195 with expected crc 2023-10-14T00:04:07.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:07 smithi055 ceph-mon[183057]: failed to encode map e195 with expected crc 2023-10-14T00:04:07.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:07 smithi055 ceph-mon[124249]: failed to encode map e194 with expected crc 2023-10-14T00:04:07.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:07 smithi055 ceph-mon[124249]: failed to encode map e194 with expected crc 2023-10-14T00:04:07.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:07 smithi055 ceph-mon[124249]: osdmap e195: 8 total, 8 up, 8 in 2023-10-14T00:04:07.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:07 smithi055 ceph-mon[124249]: failed to encode map e195 with expected crc 2023-10-14T00:04:07.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:07 smithi055 ceph-mon[124249]: failed to encode map e195 with expected crc 2023-10-14T00:04:07.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:07 smithi055 ceph-mon[124249]: failed to encode map e195 with expected crc 2023-10-14T00:04:07.282 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:04:07 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: 2023-10-14T00:04:07.185+0000 7fe40207b200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-10-14T00:04:07.283 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:07 smithi082 ceph-mon[116307]: failed to encode map e194 with expected crc 2023-10-14T00:04:07.283 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:07 smithi082 ceph-mon[116307]: failed to encode map e194 with expected crc 2023-10-14T00:04:07.284 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:07 smithi082 ceph-mon[116307]: osdmap e195: 8 total, 8 up, 8 in 2023-10-14T00:04:07.284 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:07 smithi082 ceph-mon[116307]: failed to encode map e195 with expected crc 2023-10-14T00:04:07.284 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:07 smithi082 ceph-mon[116307]: failed to encode map e195 with expected crc 2023-10-14T00:04:07.284 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:07 smithi082 ceph-mon[116307]: failed to encode map e195 with expected crc 2023-10-14T00:04:07.293 INFO:tasks.rados.rados.0.smithi055.stdout:787: done (5 left) 2023-10-14T00:04:07.293 INFO:tasks.rados.rados.0.smithi055.stdout:788: copy_from oid 25 from oid 16 current snap is 62 2023-10-14T00:04:07.293 INFO:tasks.rados.rados.0.smithi055.stdout:781: finishing rollback tid 0 to smithi055169533-14 2023-10-14T00:04:07.293 INFO:tasks.rados.rados.0.smithi055.stdout:781: finishing rollback tid 1 to smithi055169533-14 2023-10-14T00:04:07.294 INFO:tasks.rados.rados.0.smithi055.stdout:781: finishing rollback tid 2 to smithi055169533-14 2023-10-14T00:04:07.294 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 14 v 229 (ObjNum 258 snap 59 seq_num 258) dirty exists 2023-10-14T00:04:07.294 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 47 v 213 (ObjNum 33 snap 0 seq_num 44227986) dirty exists 2023-10-14T00:04:07.294 INFO:tasks.rados.rados.0.smithi055.stdout:786: finishing write tid 1 to smithi055169533-4 2023-10-14T00:04:07.294 INFO:tasks.rados.rados.0.smithi055.stdout:782: expect (ObjNum 241 snap 56 seq_num 241) 2023-10-14T00:04:07.520 INFO:tasks.rados.rados.0.smithi055.stdout:786: finishing write tid 2 to smithi055169533-4 2023-10-14T00:04:07.521 INFO:tasks.rados.rados.0.smithi055.stdout:781: done (5 left) 2023-10-14T00:04:07.521 INFO:tasks.rados.rados.0.smithi055.stdout:782: done (4 left) 2023-10-14T00:04:07.521 INFO:tasks.rados.rados.0.smithi055.stdout:785: done (3 left) 2023-10-14T00:04:07.522 INFO:tasks.rados.rados.0.smithi055.stdout:789: rollback oid 40 current snap is 62 2023-10-14T00:04:07.522 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 40 to 61 2023-10-14T00:04:07.522 INFO:tasks.rados.rados.0.smithi055.stdout:786: finishing write tid 3 to smithi055169533-4 2023-10-14T00:04:07.522 INFO:tasks.rados.rados.0.smithi055.stdout:786: finishing write tid 4 to smithi055169533-4 2023-10-14T00:04:07.523 INFO:tasks.rados.rados.0.smithi055.stdout:786: finishing write tid 5 to smithi055169533-4 2023-10-14T00:04:07.523 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 4 v 350 (ObjNum 262 snap 62 seq_num 262) dirty exists 2023-10-14T00:04:07.523 INFO:tasks.rados.rados.0.smithi055.stdout:786: left oid 4 (ObjNum 262 snap 62 seq_num 262) 2023-10-14T00:04:07.523 INFO:tasks.rados.rados.0.smithi055.stdout:779: expect (ObjNum 213 snap 50 seq_num 213) 2023-10-14T00:04:07.575 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:04:07 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: 2023-10-14T00:04:07.382+0000 7fe40207b200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-10-14T00:04:07.575 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:07 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-b[116298]: 2023-10-14T00:04:07.282+0000 7fafca6c6700 -1 mon.b@1(peon).osd e196 update_from_paxos full map CRC mismatch, resetting to canonical 2023-10-14T00:04:07.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:07 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-c[124245]: 2023-10-14T00:04:07.285+0000 7fd04e32c700 -1 mon.c@2(peon).osd e196 update_from_paxos full map CRC mismatch, resetting to canonical 2023-10-14T00:04:07.767 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:04:07 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:04:07.386+0000 7fd8fcf5d200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-10-14T00:04:07.875 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:04:07 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: 2023-10-14T00:04:07.574+0000 7fe40207b200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-10-14T00:04:07.875 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:04:07 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: 2023-10-14T00:04:07.694+0000 7fe40207b200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-10-14T00:04:07.876 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:04:07 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: [14/Oct/2023:00:04:07] ENGINE Bus STARTING 2023-10-14T00:04:07.876 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:04:07 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: CherryPy Checker: 2023-10-14T00:04:07.876 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:04:07 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: The Application mounted at '' has an empty config. 2023-10-14T00:04:07.876 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:04:07 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: 2023-10-14T00:04:07.876 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:04:07 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: [14/Oct/2023:00:04:07] ENGINE Serving on http://:::9283 2023-10-14T00:04:07.876 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 00:04:07 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x[170797]: [14/Oct/2023:00:04:07] ENGINE Bus STARTED 2023-10-14T00:04:07.894 INFO:tasks.rados.rados.0.smithi055.stdout:788: finishing copy_from to smithi055169533-25 2023-10-14T00:04:07.895 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 25 v 311 (ObjNum 249 snap 56 seq_num 249) dirty exists 2023-10-14T00:04:07.895 INFO:tasks.rados.rados.0.smithi055.stdout:788: finishing copy_from racing read to smithi055169533-25 2023-10-14T00:04:07.895 INFO:tasks.rados.rados.0.smithi055.stdout:789: finishing rollback tid 0 to smithi055169533-40 2023-10-14T00:04:07.895 INFO:tasks.rados.rados.0.smithi055.stdout:789: finishing rollback tid 1 to smithi055169533-40 2023-10-14T00:04:07.896 INFO:tasks.rados.rados.0.smithi055.stdout:789: finishing rollback tid 2 to smithi055169533-40 2023-10-14T00:04:07.896 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 40 v 145 (ObjNum 245 snap 56 seq_num 245) dirty exists 2023-10-14T00:04:07.896 INFO:tasks.rados.rados.0.smithi055.stdout:779: done (3 left) 2023-10-14T00:04:07.896 INFO:tasks.rados.rados.0.smithi055.stdout:786: done (2 left) 2023-10-14T00:04:07.897 INFO:tasks.rados.rados.0.smithi055.stdout:788: done (1 left) 2023-10-14T00:04:07.897 INFO:tasks.rados.rados.0.smithi055.stdout:789: done (0 left) 2023-10-14T00:04:07.897 INFO:tasks.rados.rados.0.smithi055.stdout:790: setattr oid 30 current snap is 62 2023-10-14T00:04:07.897 INFO:tasks.rados.rados.0.smithi055.stdout:791: delete oid 38 current snap is 62 2023-10-14T00:04:07.899 INFO:tasks.rados.rados.0.smithi055.stdout:791: done (1 left) 2023-10-14T00:04:07.899 INFO:tasks.rados.rados.0.smithi055.stdout:792: snap_create 2023-10-14T00:04:07.900 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 30 v 230 (ObjNum 260 snap 61 seq_num 260) dirty exists 2023-10-14T00:04:08.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:04:08 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:04:08.167+0000 7fd8fcf5d200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-10-14T00:04:08.267 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:04:08 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-alertmanager-a[172218]: ts=2023-10-14T00:04:08.041Z caller=notify.go:743 level=info component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify success" attempts=5 2023-10-14T00:04:08.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:08 smithi055 ceph-mon[124249]: failed to encode map e195 with expected crc 2023-10-14T00:04:08.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:08 smithi055 ceph-mon[124249]: failed to encode map e195 with expected crc 2023-10-14T00:04:08.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:08 smithi055 ceph-mon[124249]: osdmap e196: 8 total, 8 up, 8 in 2023-10-14T00:04:08.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:08 smithi055 ceph-mon[124249]: Standby manager daemon x restarted 2023-10-14T00:04:08.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:08 smithi055 ceph-mon[124249]: Standby manager daemon x started 2023-10-14T00:04:08.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:08 smithi055 ceph-mon[124249]: from='mgr.? 172.21.15.82:0/1760499676' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-10-14T00:04:08.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:08 smithi055 ceph-mon[124249]: from='mgr.? 172.21.15.82:0/1760499676' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-14T00:04:08.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:08 smithi055 ceph-mon[124249]: from='mgr.? 172.21.15.82:0/1760499676' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-10-14T00:04:08.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:08 smithi055 ceph-mon[124249]: from='mgr.? 172.21.15.82:0/1760499676' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-14T00:04:08.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:08 smithi055 ceph-mon[183057]: failed to encode map e195 with expected crc 2023-10-14T00:04:08.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:08 smithi055 ceph-mon[183057]: failed to encode map e195 with expected crc 2023-10-14T00:04:08.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:08 smithi055 ceph-mon[183057]: osdmap e196: 8 total, 8 up, 8 in 2023-10-14T00:04:08.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:08 smithi055 ceph-mon[183057]: Standby manager daemon x restarted 2023-10-14T00:04:08.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:08 smithi055 ceph-mon[183057]: Standby manager daemon x started 2023-10-14T00:04:08.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:08 smithi055 ceph-mon[183057]: from='mgr.? 172.21.15.82:0/1760499676' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-10-14T00:04:08.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:08 smithi055 ceph-mon[183057]: from='mgr.? 172.21.15.82:0/1760499676' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-14T00:04:08.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:08 smithi055 ceph-mon[183057]: from='mgr.? 172.21.15.82:0/1760499676' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-10-14T00:04:08.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:08 smithi055 ceph-mon[183057]: from='mgr.? 172.21.15.82:0/1760499676' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-14T00:04:08.293 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:08 smithi082 ceph-mon[116307]: failed to encode map e195 with expected crc 2023-10-14T00:04:08.294 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:08 smithi082 ceph-mon[116307]: failed to encode map e195 with expected crc 2023-10-14T00:04:08.294 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:08 smithi082 ceph-mon[116307]: osdmap e196: 8 total, 8 up, 8 in 2023-10-14T00:04:08.294 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:08 smithi082 ceph-mon[116307]: Standby manager daemon x restarted 2023-10-14T00:04:08.294 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:08 smithi082 ceph-mon[116307]: Standby manager daemon x started 2023-10-14T00:04:08.294 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:08 smithi082 ceph-mon[116307]: from='mgr.? 172.21.15.82:0/1760499676' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-10-14T00:04:08.295 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:08 smithi082 ceph-mon[116307]: from='mgr.? 172.21.15.82:0/1760499676' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-14T00:04:08.295 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:08 smithi082 ceph-mon[116307]: from='mgr.? 172.21.15.82:0/1760499676' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-10-14T00:04:08.295 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:08 smithi082 ceph-mon[116307]: from='mgr.? 172.21.15.82:0/1760499676' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-14T00:04:08.305 INFO:tasks.rados.rados.0.smithi055.stdout:790: done (1 left) 2023-10-14T00:04:08.305 INFO:tasks.rados.rados.0.smithi055.stdout:792: done (0 left) 2023-10-14T00:04:08.305 INFO:tasks.rados.rados.0.smithi055.stdout:793: delete oid 9 current snap is 63 2023-10-14T00:04:08.309 INFO:tasks.rados.rados.0.smithi055.stdout:793: done (0 left) 2023-10-14T00:04:08.309 INFO:tasks.rados.rados.0.smithi055.stdout:794: snap_create 2023-10-14T00:04:08.607 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:04:08 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:04:08.391+0000 7fd8fcf5d200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-10-14T00:04:08.607 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:08 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-c[124245]: 2023-10-14T00:04:08.293+0000 7fd04e32c700 -1 mon.c@2(peon).osd e197 update_from_paxos full map CRC mismatch, resetting to canonical 2023-10-14T00:04:08.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:08 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-b[116298]: 2023-10-14T00:04:08.292+0000 7fafca6c6700 -1 mon.b@1(peon).osd e197 update_from_paxos full map CRC mismatch, resetting to canonical 2023-10-14T00:04:08.775 INFO:tasks.rados.rados.0.smithi055.stdout:794: done (0 left) 2023-10-14T00:04:08.775 INFO:tasks.rados.rados.0.smithi055.stdout:795: rmattr oid 13 current snap is 64 2023-10-14T00:04:08.775 INFO:tasks.rados.rados.0.smithi055.stdout:796: snap_create 2023-10-14T00:04:08.782 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 13 v 100 (ObjNum 129 snap 0 seq_num 1528620672) dirty exists 2023-10-14T00:04:08.916 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:04:08 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:04:08.605+0000 7fd8fcf5d200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-10-14T00:04:08.916 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:04:08 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:04:08.744+0000 7fd8fcf5d200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-10-14T00:04:08.916 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:04:08 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: [14/Oct/2023:00:04:08] ENGINE Bus STARTING 2023-10-14T00:04:08.917 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:04:08 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:04:08.913+0000 7fd85d12e700 -1 client.0 error registering admin socket command: (17) File exists 2023-10-14T00:04:08.917 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:04:08 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:04:08.913+0000 7fd85d12e700 -1 client.0 error registering admin socket command: (17) File exists 2023-10-14T00:04:08.917 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:04:08 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:04:08.913+0000 7fd85d12e700 -1 client.0 error registering admin socket command: (17) File exists 2023-10-14T00:04:08.917 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:04:08 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:04:08.913+0000 7fd85d12e700 -1 client.0 error registering admin socket command: (17) File exists 2023-10-14T00:04:08.917 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:04:08 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:04:08.913+0000 7fd85d12e700 -1 client.0 error registering admin socket command: (17) File exists 2023-10-14T00:04:08.918 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:08 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-c[124245]: 2023-10-14T00:04:08.762+0000 7fd04e32c700 -1 mon.c@2(peon).osd e198 update_from_paxos full map CRC mismatch, resetting to canonical 2023-10-14T00:04:09.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:08 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-b[116298]: 2023-10-14T00:04:08.762+0000 7fafca6c6700 -1 mon.b@1(peon).osd e198 update_from_paxos full map CRC mismatch, resetting to canonical 2023-10-14T00:04:09.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:09 smithi082 ceph-mon[116307]: failed to encode map e196 with expected crc 2023-10-14T00:04:09.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:09 smithi082 ceph-mon[116307]: failed to encode map e196 with expected crc 2023-10-14T00:04:09.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:09 smithi082 ceph-mon[116307]: failed to encode map e196 with expected crc 2023-10-14T00:04:09.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:09 smithi082 ceph-mon[116307]: mgrmap e36: y(active, since 32s), standbys: x 2023-10-14T00:04:09.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:09 smithi082 ceph-mon[116307]: osdmap e197: 8 total, 8 up, 8 in 2023-10-14T00:04:09.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:09 smithi082 ceph-mon[116307]: failed to encode map e197 with expected crc 2023-10-14T00:04:09.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:09 smithi082 ceph-mon[116307]: failed to encode map e197 with expected crc 2023-10-14T00:04:09.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:09 smithi082 ceph-mon[116307]: failed to encode map e197 with expected crc 2023-10-14T00:04:09.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:09 smithi082 ceph-mon[116307]: Active manager daemon y restarted 2023-10-14T00:04:09.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:09 smithi082 ceph-mon[116307]: Activating manager daemon y 2023-10-14T00:04:09.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:09 smithi082 ceph-mon[116307]: osdmap e198: 8 total, 8 up, 8 in 2023-10-14T00:04:09.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:09 smithi082 ceph-mon[116307]: mgrmap e37: y(active, starting, since 0.00878582s), standbys: x 2023-10-14T00:04:09.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:09 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:04:09.129 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:09 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:04:09.129 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:09 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:04:09.129 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:09 smithi082 ceph-mon[116307]: failed to encode map e198 with expected crc 2023-10-14T00:04:09.129 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:09 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2023-10-14T00:04:09.129 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:09 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2023-10-14T00:04:09.130 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:09 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-10-14T00:04:09.130 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:09 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-10-14T00:04:09.130 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:09 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-14T00:04:09.130 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:09 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-14T00:04:09.130 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:09 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-14T00:04:09.131 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:09 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-14T00:04:09.131 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:09 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-14T00:04:09.131 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:09 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-14T00:04:09.131 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:09 smithi082 ceph-mon[116307]: failed to encode map e198 with expected crc 2023-10-14T00:04:09.131 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:09 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-14T00:04:09.132 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:09 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-14T00:04:09.132 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:09 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-14T00:04:09.132 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:09 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-14T00:04:09.132 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:09 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-14T00:04:09.132 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:09 smithi082 ceph-mon[116307]: Manager daemon y is now available 2023-10-14T00:04:09.132 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:09 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:04:09.133 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:09 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:04:09.133 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:09 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:04:09.133 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:09 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-10-14T00:04:09.133 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:09 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-10-14T00:04:09.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:04:08 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:04:08.915+0000 7fd86393b700 -1 client.0 error registering admin socket command: (17) File exists 2023-10-14T00:04:09.382 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:04:08 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:04:08.915+0000 7fd86393b700 -1 client.0 error registering admin socket command: (17) File exists 2023-10-14T00:04:09.383 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:04:08 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:04:08.915+0000 7fd86393b700 -1 client.0 error registering admin socket command: (17) File exists 2023-10-14T00:04:09.383 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:04:08 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:04:08.915+0000 7fd86393b700 -1 client.0 error registering admin socket command: (17) File exists 2023-10-14T00:04:09.383 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:04:08 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:04:08.915+0000 7fd86393b700 -1 client.0 error registering admin socket command: (17) File exists 2023-10-14T00:04:09.384 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: CherryPy Checker: 2023-10-14T00:04:09.384 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: The Application mounted at '' has an empty config. 2023-10-14T00:04:09.384 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:04:09.384 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: [14/Oct/2023:00:04:09] ENGINE Serving on http://:::9283 2023-10-14T00:04:09.384 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: [14/Oct/2023:00:04:09] ENGINE Bus STARTED 2023-10-14T00:04:09.385 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[124249]: failed to encode map e196 with expected crc 2023-10-14T00:04:09.385 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[124249]: failed to encode map e196 with expected crc 2023-10-14T00:04:09.385 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[124249]: failed to encode map e196 with expected crc 2023-10-14T00:04:09.386 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[124249]: mgrmap e36: y(active, since 32s), standbys: x 2023-10-14T00:04:09.386 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[124249]: osdmap e197: 8 total, 8 up, 8 in 2023-10-14T00:04:09.386 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[124249]: failed to encode map e197 with expected crc 2023-10-14T00:04:09.386 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[124249]: failed to encode map e197 with expected crc 2023-10-14T00:04:09.387 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[124249]: failed to encode map e197 with expected crc 2023-10-14T00:04:09.387 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[124249]: Active manager daemon y restarted 2023-10-14T00:04:09.387 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[124249]: Activating manager daemon y 2023-10-14T00:04:09.387 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[124249]: osdmap e198: 8 total, 8 up, 8 in 2023-10-14T00:04:09.387 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[124249]: mgrmap e37: y(active, starting, since 0.00878582s), standbys: x 2023-10-14T00:04:09.388 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[124249]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:04:09.388 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[124249]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:04:09.388 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[124249]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:04:09.388 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[124249]: failed to encode map e198 with expected crc 2023-10-14T00:04:09.388 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[124249]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2023-10-14T00:04:09.389 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[124249]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2023-10-14T00:04:09.389 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[124249]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-10-14T00:04:09.389 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[124249]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-10-14T00:04:09.389 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[124249]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-14T00:04:09.389 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[124249]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-14T00:04:09.389 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[124249]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-14T00:04:09.390 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[124249]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-14T00:04:09.390 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[124249]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-14T00:04:09.390 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[124249]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-14T00:04:09.390 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[124249]: failed to encode map e198 with expected crc 2023-10-14T00:04:09.390 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[124249]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-14T00:04:09.391 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[124249]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-14T00:04:09.391 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[124249]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-14T00:04:09.391 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[124249]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-14T00:04:09.391 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[124249]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-14T00:04:09.391 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[124249]: Manager daemon y is now available 2023-10-14T00:04:09.392 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[124249]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:04:09.392 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[124249]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:04:09.392 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[124249]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:04:09.392 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[124249]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-10-14T00:04:09.392 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[124249]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-10-14T00:04:09.393 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[183057]: failed to encode map e196 with expected crc 2023-10-14T00:04:09.393 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[183057]: failed to encode map e196 with expected crc 2023-10-14T00:04:09.393 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[183057]: failed to encode map e196 with expected crc 2023-10-14T00:04:09.393 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[183057]: mgrmap e36: y(active, since 32s), standbys: x 2023-10-14T00:04:09.394 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[183057]: osdmap e197: 8 total, 8 up, 8 in 2023-10-14T00:04:09.394 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[183057]: failed to encode map e197 with expected crc 2023-10-14T00:04:09.394 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[183057]: failed to encode map e197 with expected crc 2023-10-14T00:04:09.394 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[183057]: failed to encode map e197 with expected crc 2023-10-14T00:04:09.395 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[183057]: Active manager daemon y restarted 2023-10-14T00:04:09.395 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[183057]: Activating manager daemon y 2023-10-14T00:04:09.395 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[183057]: osdmap e198: 8 total, 8 up, 8 in 2023-10-14T00:04:09.395 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[183057]: mgrmap e37: y(active, starting, since 0.00878582s), standbys: x 2023-10-14T00:04:09.395 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:04:09.395 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:04:09.396 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:04:09.396 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[183057]: failed to encode map e198 with expected crc 2023-10-14T00:04:09.396 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2023-10-14T00:04:09.396 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2023-10-14T00:04:09.396 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-10-14T00:04:09.397 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-10-14T00:04:09.397 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-14T00:04:09.397 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-14T00:04:09.397 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-14T00:04:09.397 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-14T00:04:09.398 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-14T00:04:09.398 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-14T00:04:09.398 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[183057]: failed to encode map e198 with expected crc 2023-10-14T00:04:09.398 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-14T00:04:09.398 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-14T00:04:09.399 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-14T00:04:09.399 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-14T00:04:09.399 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-14T00:04:09.399 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[183057]: Manager daemon y is now available 2023-10-14T00:04:09.399 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:04:09.400 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:04:09.400 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:04:09.400 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-10-14T00:04:09.400 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-10-14T00:04:09.766 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-alertmanager-a[172218]: ts=2023-10-14T00:04:09.371Z caller=notify.go:743 level=info component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify success" attempts=6 2023-10-14T00:04:09.786 INFO:tasks.rados.rados.0.smithi055.stdout:795: done (1 left) 2023-10-14T00:04:09.786 INFO:tasks.rados.rados.0.smithi055.stdout:796: done (0 left) 2023-10-14T00:04:09.787 INFO:tasks.rados.rados.0.smithi055.stdout:797: copy_from oid 43 from oid 39 current snap is 65 2023-10-14T00:04:09.787 INFO:tasks.rados.rados.0.smithi055.stdout:798: delete oid 49 current snap is 65 2023-10-14T00:04:09.807 INFO:tasks.rados.rados.0.smithi055.stdout:798: done (1 left) 2023-10-14T00:04:09.807 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 23 current snap is 65 2023-10-14T00:04:09.807 INFO:tasks.rados.rados.0.smithi055.stdout:799: seq_num 266 ranges {0=458752,458752=524288,983040=729088,1712128=352256} 2023-10-14T00:04:09.808 INFO:tasks.rados.rados.0.smithi055.stdout:799: writing smithi055169533-23 from 0 to 458752 tid 1 2023-10-14T00:04:09.812 INFO:tasks.rados.rados.0.smithi055.stdout:799: writing smithi055169533-23 from 458752 to 983040 tid 2 2023-10-14T00:04:09.817 INFO:tasks.rados.rados.0.smithi055.stdout:799: writing smithi055169533-23 from 983040 to 1712128 tid 3 2023-10-14T00:04:09.820 INFO:tasks.rados.rados.0.smithi055.stdout:799: writing smithi055169533-23 from 1712128 to 2064384 tid 4 2023-10-14T00:04:09.820 INFO:tasks.rados.rados.0.smithi055.stdout:800: rollback oid 3 current snap is 65 2023-10-14T00:04:09.820 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 3 to 62 2023-10-14T00:04:09.821 INFO:tasks.rados.rados.0.smithi055.stdout:801: snap_create 2023-10-14T00:04:09.821 INFO:tasks.rados.rados.0.smithi055.stdout:799: finishing write tid 1 to smithi055169533-23 2023-10-14T00:04:09.821 INFO:tasks.rados.rados.0.smithi055.stdout:799: finishing write tid 2 to smithi055169533-23 2023-10-14T00:04:09.826 INFO:tasks.rados.rados.0.smithi055.stdout:799: finishing write tid 3 to smithi055169533-23 2023-10-14T00:04:09.826 INFO:tasks.rados.rados.0.smithi055.stdout:799: finishing write tid 4 to smithi055169533-23 2023-10-14T00:04:09.826 INFO:tasks.rados.rados.0.smithi055.stdout:799: finishing write tid 5 to smithi055169533-23 2023-10-14T00:04:09.827 INFO:teuthology.orchestra.run.smithi055.stdout:true 2023-10-14T00:04:09.827 INFO:tasks.rados.rados.0.smithi055.stdout:800: finishing rollback tid 0 to smithi055169533-3 2023-10-14T00:04:09.828 INFO:tasks.rados.rados.0.smithi055.stdout:797: finishing copy_from to smithi055169533-43 2023-10-14T00:04:09.828 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 43 v 307 (ObjNum 213 snap 50 seq_num 213) dirty exists 2023-10-14T00:04:09.829 INFO:tasks.rados.rados.0.smithi055.stdout:797: finishing copy_from racing read to smithi055169533-43 2023-10-14T00:04:09.829 INFO:tasks.rados.rados.0.smithi055.stdout:800: finishing rollback tid 1 to smithi055169533-3 2023-10-14T00:04:09.829 INFO:tasks.rados.rados.0.smithi055.stdout:799: finishing write tid 6 to smithi055169533-23 2023-10-14T00:04:09.830 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 23 v 307 (ObjNum 266 snap 65 seq_num 266) dirty exists 2023-10-14T00:04:09.830 INFO:tasks.rados.rados.0.smithi055.stdout:799: left oid 23 (ObjNum 266 snap 65 seq_num 266) 2023-10-14T00:04:09.830 INFO:tasks.rados.rados.0.smithi055.stdout:800: finishing rollback tid 2 to smithi055169533-3 2023-10-14T00:04:09.830 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 3 v 357 (ObjNum 273 snap 0 seq_num 0) dirty exists 2023-10-14T00:04:10.010 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:09 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-b[116298]: 2023-10-14T00:04:09.768+0000 7fafca6c6700 -1 mon.b@1(peon).osd e199 update_from_paxos full map CRC mismatch, resetting to canonical 2023-10-14T00:04:10.175 INFO:teuthology.orchestra.run.smithi055.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-14T00:04:10.175 INFO:teuthology.orchestra.run.smithi055.stdout:alertmanager.a smithi055 *:9093,9094 running (57s) 31s ago 3m 17.3M - 0.25.0 c8568f914cd2 a43b396ec072 2023-10-14T00:04:10.175 INFO:teuthology.orchestra.run.smithi055.stdout:grafana.a smithi082 *:3000 running (47s) 16s ago 3m 81.8M - 9.4.7 2c41d148cca3 59d4f501e341 2023-10-14T00:04:10.176 INFO:teuthology.orchestra.run.smithi055.stdout:mds.a smithi055 running (4m) 31s ago 4m 15.0M - 17.2.6-1409-gc4ba9722 8659eb916c3b a64e2d68f55a 2023-10-14T00:04:10.176 INFO:teuthology.orchestra.run.smithi055.stdout:mds.b smithi082 running (4m) 16s ago 4m 19.9M - 17.2.6-1409-gc4ba9722 8659eb916c3b c8f059701aff 2023-10-14T00:04:10.176 INFO:teuthology.orchestra.run.smithi055.stdout:mgr.x smithi082 *:8443,9283,8765 running (21s) 16s ago 7m 48.7M - 18.0.0-6751-g3b7b697c 0b2b3aa58da0 a79a494adccf 2023-10-14T00:04:10.176 INFO:teuthology.orchestra.run.smithi055.stdout:mgr.y smithi055 *:8443,9283,8765 running (42s) 31s ago 8m 477M - 18.0.0-6751-g3b7b697c 0b2b3aa58da0 b7faf0747550 2023-10-14T00:04:10.176 INFO:teuthology.orchestra.run.smithi055.stdout:mon.a smithi055 running (8m) 31s ago 8m 102M 2048M 17.2.6-1409-gc4ba9722 8659eb916c3b 9b9c59bf5862 2023-10-14T00:04:10.176 INFO:teuthology.orchestra.run.smithi055.stdout:mon.b smithi082 running (7m) 16s ago 7m 77.0M 2048M 17.2.6-1409-gc4ba9722 8659eb916c3b f6fcf1af9c8f 2023-10-14T00:04:10.177 INFO:teuthology.orchestra.run.smithi055.stdout:mon.c smithi055 running (7m) 31s ago 7m 70.1M 2048M 17.2.6-1409-gc4ba9722 8659eb916c3b d426312983c2 2023-10-14T00:04:10.177 INFO:teuthology.orchestra.run.smithi055.stdout:node-exporter.a smithi055 *:9100 running (55s) 31s ago 3m 9395k - 1.5.0 0da6a335fe13 31fbb1d63b0a 2023-10-14T00:04:10.177 INFO:teuthology.orchestra.run.smithi055.stdout:node-exporter.b smithi082 *:9100 running (46s) 16s ago 3m 8108k - 1.5.0 0da6a335fe13 16c130d1487c 2023-10-14T00:04:10.177 INFO:teuthology.orchestra.run.smithi055.stdout:osd.0 smithi055 running (6m) 31s ago 6m 190M 2487M 17.2.6-1409-gc4ba9722 8659eb916c3b 66d9116b2b46 2023-10-14T00:04:10.177 INFO:teuthology.orchestra.run.smithi055.stdout:osd.1 smithi055 running (6m) 31s ago 6m 159M 2487M 17.2.6-1409-gc4ba9722 8659eb916c3b b25945c260a3 2023-10-14T00:04:10.178 INFO:teuthology.orchestra.run.smithi055.stdout:osd.2 smithi055 running (6m) 31s ago 6m 204M 2487M 17.2.6-1409-gc4ba9722 8659eb916c3b 20662f684e60 2023-10-14T00:04:10.178 INFO:teuthology.orchestra.run.smithi055.stdout:osd.3 smithi055 running (6m) 31s ago 6m 123M 2487M 17.2.6-1409-gc4ba9722 8659eb916c3b 7b50ece3fc6a 2023-10-14T00:04:10.178 INFO:teuthology.orchestra.run.smithi055.stdout:osd.4 smithi082 running (5m) 16s ago 5m 176M 2486M 17.2.6-1409-gc4ba9722 8659eb916c3b 0c6a875b6536 2023-10-14T00:04:10.178 INFO:teuthology.orchestra.run.smithi055.stdout:osd.5 smithi082 running (5m) 16s ago 5m 207M 2486M 17.2.6-1409-gc4ba9722 8659eb916c3b 4bc4f3a1610c 2023-10-14T00:04:10.178 INFO:teuthology.orchestra.run.smithi055.stdout:osd.6 smithi082 running (5m) 16s ago 5m 126M 2486M 17.2.6-1409-gc4ba9722 8659eb916c3b 534f869fa9c0 2023-10-14T00:04:10.179 INFO:teuthology.orchestra.run.smithi055.stdout:osd.7 smithi082 running (4m) 16s ago 4m 194M 2486M 17.2.6-1409-gc4ba9722 8659eb916c3b 8ed5f8f55810 2023-10-14T00:04:10.179 INFO:teuthology.orchestra.run.smithi055.stdout:prometheus.a smithi082 *:9095 running (24s) 16s ago 4m 38.5M - 2.43.0 a07b618ecd1d 2e6373651cd7 2023-10-14T00:04:10.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-c[124245]: 2023-10-14T00:04:09.772+0000 7fd04e32c700 -1 mon.c@2(peon).osd e199 update_from_paxos full map CRC mismatch, resetting to canonical 2023-10-14T00:04:10.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:10 smithi055 ceph-mon[124249]: failed to encode map e197 with expected crc 2023-10-14T00:04:10.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:10 smithi055 ceph-mon[124249]: failed to encode map e198 with expected crc 2023-10-14T00:04:10.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:10 smithi055 ceph-mon[124249]: failed to encode map e198 with expected crc 2023-10-14T00:04:10.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:10 smithi055 ceph-mon[124249]: [14/Oct/2023:00:04:09] ENGINE Bus STARTING 2023-10-14T00:04:10.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:10 smithi055 ceph-mon[124249]: [14/Oct/2023:00:04:09] ENGINE Serving on https://172.21.15.55:7150 2023-10-14T00:04:10.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:10 smithi055 ceph-mon[124249]: [14/Oct/2023:00:04:09] ENGINE Serving on http://172.21.15.55:8765 2023-10-14T00:04:10.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:10 smithi055 ceph-mon[124249]: [14/Oct/2023:00:04:09] ENGINE Bus STARTED 2023-10-14T00:04:10.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:10 smithi055 ceph-mon[124249]: osdmap e199: 8 total, 8 up, 8 in 2023-10-14T00:04:10.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:10 smithi055 ceph-mon[124249]: mgrmap e38: y(active, since 1.03448s), standbys: x 2023-10-14T00:04:10.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:10 smithi055 ceph-mon[124249]: from='client.34110 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:04:10.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:10 smithi055 ceph-mon[124249]: pgmap v4: 121 pgs: 121 active+clean; 112 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:04:10.269 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:04:09 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:04:09.802+0000 7fd8bf982700 -1 mgr.server handle_report got status from non-daemon mon.a 2023-10-14T00:04:10.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:10 smithi055 ceph-mon[183057]: failed to encode map e197 with expected crc 2023-10-14T00:04:10.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:10 smithi055 ceph-mon[183057]: failed to encode map e198 with expected crc 2023-10-14T00:04:10.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:10 smithi055 ceph-mon[183057]: failed to encode map e198 with expected crc 2023-10-14T00:04:10.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:10 smithi055 ceph-mon[183057]: [14/Oct/2023:00:04:09] ENGINE Bus STARTING 2023-10-14T00:04:10.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:10 smithi055 ceph-mon[183057]: [14/Oct/2023:00:04:09] ENGINE Serving on https://172.21.15.55:7150 2023-10-14T00:04:10.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:10 smithi055 ceph-mon[183057]: [14/Oct/2023:00:04:09] ENGINE Serving on http://172.21.15.55:8765 2023-10-14T00:04:10.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:10 smithi055 ceph-mon[183057]: [14/Oct/2023:00:04:09] ENGINE Bus STARTED 2023-10-14T00:04:10.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:10 smithi055 ceph-mon[183057]: osdmap e199: 8 total, 8 up, 8 in 2023-10-14T00:04:10.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:10 smithi055 ceph-mon[183057]: mgrmap e38: y(active, since 1.03448s), standbys: x 2023-10-14T00:04:10.272 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:10 smithi055 ceph-mon[183057]: from='client.34110 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:04:10.272 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:10 smithi055 ceph-mon[183057]: pgmap v4: 121 pgs: 121 active+clean; 112 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:04:10.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:10 smithi082 ceph-mon[116307]: failed to encode map e197 with expected crc 2023-10-14T00:04:10.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:10 smithi082 ceph-mon[116307]: failed to encode map e198 with expected crc 2023-10-14T00:04:10.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:10 smithi082 ceph-mon[116307]: failed to encode map e198 with expected crc 2023-10-14T00:04:10.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:10 smithi082 ceph-mon[116307]: [14/Oct/2023:00:04:09] ENGINE Bus STARTING 2023-10-14T00:04:10.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:10 smithi082 ceph-mon[116307]: [14/Oct/2023:00:04:09] ENGINE Serving on https://172.21.15.55:7150 2023-10-14T00:04:10.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:10 smithi082 ceph-mon[116307]: [14/Oct/2023:00:04:09] ENGINE Serving on http://172.21.15.55:8765 2023-10-14T00:04:10.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:10 smithi082 ceph-mon[116307]: [14/Oct/2023:00:04:09] ENGINE Bus STARTED 2023-10-14T00:04:10.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:10 smithi082 ceph-mon[116307]: osdmap e199: 8 total, 8 up, 8 in 2023-10-14T00:04:10.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:10 smithi082 ceph-mon[116307]: mgrmap e38: y(active, since 1.03448s), standbys: x 2023-10-14T00:04:10.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:10 smithi082 ceph-mon[116307]: from='client.34110 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:04:10.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:10 smithi082 ceph-mon[116307]: pgmap v4: 121 pgs: 121 active+clean; 112 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:04:10.623 INFO:teuthology.orchestra.run.smithi055.stdout:{ 2023-10-14T00:04:10.623 INFO:teuthology.orchestra.run.smithi055.stdout: "mon": { 2023-10-14T00:04:10.623 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)": 2, 2023-10-14T00:04:10.624 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 18.0.0-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)": 1 2023-10-14T00:04:10.624 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:04:10.624 INFO:teuthology.orchestra.run.smithi055.stdout: "mgr": { 2023-10-14T00:04:10.624 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 18.0.0-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)": 2 2023-10-14T00:04:10.624 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:04:10.625 INFO:teuthology.orchestra.run.smithi055.stdout: "osd": { 2023-10-14T00:04:10.625 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)": 8 2023-10-14T00:04:10.625 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:04:10.625 INFO:teuthology.orchestra.run.smithi055.stdout: "mds": { 2023-10-14T00:04:10.625 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)": 2 2023-10-14T00:04:10.626 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:04:10.626 INFO:teuthology.orchestra.run.smithi055.stdout: "overall": { 2023-10-14T00:04:10.626 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)": 12, 2023-10-14T00:04:10.626 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 18.0.0-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)": 3 2023-10-14T00:04:10.626 INFO:teuthology.orchestra.run.smithi055.stdout: } 2023-10-14T00:04:10.627 INFO:teuthology.orchestra.run.smithi055.stdout:} 2023-10-14T00:04:10.806 INFO:tasks.rados.rados.0.smithi055.stdout:797: done (3 left) 2023-10-14T00:04:10.806 INFO:tasks.rados.rados.0.smithi055.stdout:799: done (2 left) 2023-10-14T00:04:10.806 INFO:tasks.rados.rados.0.smithi055.stdout:800: done (1 left) 2023-10-14T00:04:10.806 INFO:tasks.rados.rados.0.smithi055.stdout:801: done (0 left) 2023-10-14T00:04:10.807 INFO:tasks.rados.rados.0.smithi055.stdout:802: read oid 42 snap -1 2023-10-14T00:04:10.807 INFO:tasks.rados.rados.0.smithi055.stdout:802: expect (ObjNum 246 snap 56 seq_num 246) 2023-10-14T00:04:10.807 INFO:tasks.rados.rados.0.smithi055.stdout:803: read oid 24 snap -1 2023-10-14T00:04:10.807 INFO:tasks.rados.rados.0.smithi055.stdout:803: expect (ObjNum 116 snap 21 seq_num 116) 2023-10-14T00:04:10.808 INFO:tasks.rados.rados.0.smithi055.stdout:804: snap_create 2023-10-14T00:04:10.825 INFO:tasks.rados.rados.0.smithi055.stdout:803: expect (ObjNum 116 snap 21 seq_num 116) 2023-10-14T00:04:10.912 INFO:tasks.rados.rados.0.smithi055.stdout:802: expect (ObjNum 246 snap 56 seq_num 246) 2023-10-14T00:04:11.011 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:10 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-b[116298]: 2023-10-14T00:04:10.796+0000 7fafca6c6700 -1 mon.b@1(peon).osd e200 update_from_paxos full map CRC mismatch, resetting to canonical 2023-10-14T00:04:11.088 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:10 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-c[124245]: 2023-10-14T00:04:10.797+0000 7fd04e32c700 -1 mon.c@2(peon).osd e200 update_from_paxos full map CRC mismatch, resetting to canonical 2023-10-14T00:04:11.089 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:11 smithi055 ceph-mon[124249]: failed to encode map e199 with expected crc 2023-10-14T00:04:11.089 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:11 smithi055 ceph-mon[124249]: failed to encode map e199 with expected crc 2023-10-14T00:04:11.089 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:11 smithi055 ceph-mon[124249]: failed to encode map e199 with expected crc 2023-10-14T00:04:11.089 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:11 smithi055 ceph-mon[124249]: failed to encode map e199 with expected crc 2023-10-14T00:04:11.089 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:11 smithi055 ceph-mon[124249]: from='client.34143 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:04:11.090 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:11 smithi055 ceph-mon[124249]: from='client.? 172.21.15.55:0/3915622853' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:04:11.090 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:11 smithi055 ceph-mon[124249]: pgmap v5: 121 pgs: 121 active+clean; 112 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:04:11.090 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:11 smithi055 ceph-mon[124249]: osdmap e200: 8 total, 8 up, 8 in 2023-10-14T00:04:11.090 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:11 smithi055 ceph-mon[124249]: failed to encode map e200 with expected crc 2023-10-14T00:04:11.091 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:11 smithi055 ceph-mon[183057]: failed to encode map e199 with expected crc 2023-10-14T00:04:11.091 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:11 smithi055 ceph-mon[183057]: failed to encode map e199 with expected crc 2023-10-14T00:04:11.091 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:11 smithi055 ceph-mon[183057]: failed to encode map e199 with expected crc 2023-10-14T00:04:11.091 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:11 smithi055 ceph-mon[183057]: failed to encode map e199 with expected crc 2023-10-14T00:04:11.091 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:11 smithi055 ceph-mon[183057]: from='client.34143 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:04:11.091 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:11 smithi055 ceph-mon[183057]: from='client.? 172.21.15.55:0/3915622853' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:04:11.092 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:11 smithi055 ceph-mon[183057]: pgmap v5: 121 pgs: 121 active+clean; 112 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:04:11.092 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:11 smithi055 ceph-mon[183057]: osdmap e200: 8 total, 8 up, 8 in 2023-10-14T00:04:11.092 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:11 smithi055 ceph-mon[183057]: failed to encode map e200 with expected crc 2023-10-14T00:04:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:11 smithi082 ceph-mon[116307]: failed to encode map e199 with expected crc 2023-10-14T00:04:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:11 smithi082 ceph-mon[116307]: failed to encode map e199 with expected crc 2023-10-14T00:04:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:11 smithi082 ceph-mon[116307]: failed to encode map e199 with expected crc 2023-10-14T00:04:11.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:11 smithi082 ceph-mon[116307]: failed to encode map e199 with expected crc 2023-10-14T00:04:11.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:11 smithi082 ceph-mon[116307]: from='client.34143 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:04:11.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:11 smithi082 ceph-mon[116307]: from='client.? 172.21.15.55:0/3915622853' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:04:11.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:11 smithi082 ceph-mon[116307]: pgmap v5: 121 pgs: 121 active+clean; 112 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:04:11.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:11 smithi082 ceph-mon[116307]: osdmap e200: 8 total, 8 up, 8 in 2023-10-14T00:04:11.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:11 smithi082 ceph-mon[116307]: failed to encode map e200 with expected crc 2023-10-14T00:04:11.806 INFO:tasks.rados.rados.0.smithi055.stdout:802: done (2 left) 2023-10-14T00:04:11.806 INFO:tasks.rados.rados.0.smithi055.stdout:803: done (1 left) 2023-10-14T00:04:11.806 INFO:tasks.rados.rados.0.smithi055.stdout:804: done (0 left) 2023-10-14T00:04:11.807 INFO:tasks.rados.rados.0.smithi055.stdout:805: delete oid 10 current snap is 67 2023-10-14T00:04:11.812 INFO:tasks.rados.rados.0.smithi055.stdout:805: done (0 left) 2023-10-14T00:04:11.813 INFO:tasks.rados.rados.0.smithi055.stdout:806: snap_create 2023-10-14T00:04:12.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:11 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-b[116298]: 2023-10-14T00:04:11.798+0000 7fafca6c6700 -1 mon.b@1(peon).osd e201 update_from_paxos full map CRC mismatch, resetting to canonical 2023-10-14T00:04:12.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:12 smithi082 ceph-mon[116307]: failed to encode map e200 with expected crc 2023-10-14T00:04:12.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:12 smithi082 ceph-mon[116307]: failed to encode map e200 with expected crc 2023-10-14T00:04:12.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:12 smithi082 ceph-mon[116307]: failed to encode map e200 with expected crc 2023-10-14T00:04:12.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:12 smithi082 ceph-mon[116307]: mgrmap e39: y(active, since 2s), standbys: x 2023-10-14T00:04:12.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:12 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:12.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:12 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:12.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:12 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:12.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:12 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:12.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:12 smithi082 ceph-mon[116307]: osdmap e201: 8 total, 8 up, 8 in 2023-10-14T00:04:12.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:12 smithi055 ceph-mon[183057]: failed to encode map e200 with expected crc 2023-10-14T00:04:12.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:12 smithi055 ceph-mon[183057]: failed to encode map e200 with expected crc 2023-10-14T00:04:12.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:12 smithi055 ceph-mon[183057]: failed to encode map e200 with expected crc 2023-10-14T00:04:12.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:12 smithi055 ceph-mon[183057]: mgrmap e39: y(active, since 2s), standbys: x 2023-10-14T00:04:12.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:12 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:12.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:12 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:12.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:12 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:12.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:12 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:12.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:12 smithi055 ceph-mon[183057]: osdmap e201: 8 total, 8 up, 8 in 2023-10-14T00:04:12.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:11 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-c[124245]: 2023-10-14T00:04:11.797+0000 7fd04e32c700 -1 mon.c@2(peon).osd e201 update_from_paxos full map CRC mismatch, resetting to canonical 2023-10-14T00:04:12.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:12 smithi055 ceph-mon[124249]: failed to encode map e200 with expected crc 2023-10-14T00:04:12.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:12 smithi055 ceph-mon[124249]: failed to encode map e200 with expected crc 2023-10-14T00:04:12.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:12 smithi055 ceph-mon[124249]: failed to encode map e200 with expected crc 2023-10-14T00:04:12.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:12 smithi055 ceph-mon[124249]: mgrmap e39: y(active, since 2s), standbys: x 2023-10-14T00:04:12.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:12 smithi055 ceph-mon[124249]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:12.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:12 smithi055 ceph-mon[124249]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:12.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:12 smithi055 ceph-mon[124249]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:12.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:12 smithi055 ceph-mon[124249]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:12.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:12 smithi055 ceph-mon[124249]: osdmap e201: 8 total, 8 up, 8 in 2023-10-14T00:04:12.822 INFO:tasks.rados.rados.0.smithi055.stdout:806: done (0 left) 2023-10-14T00:04:12.822 INFO:tasks.rados.rados.0.smithi055.stdout:807: read oid 17 snap -1 2023-10-14T00:04:12.823 INFO:tasks.rados.rados.0.smithi055.stdout:807: expect deleted 2023-10-14T00:04:12.823 INFO:tasks.rados.rados.0.smithi055.stdout:808: rollback oid 6 current snap is 68 2023-10-14T00:04:12.823 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 6 to 61 2023-10-14T00:04:12.823 INFO:tasks.rados.rados.0.smithi055.stdout:809: read oid 27 snap 67 2023-10-14T00:04:12.823 INFO:tasks.rados.rados.0.smithi055.stdout:809: expect deleted 2023-10-14T00:04:12.824 INFO:tasks.rados.rados.0.smithi055.stdout:810: copy_from oid 18 from oid 22 current snap is 68 2023-10-14T00:04:12.824 INFO:tasks.rados.rados.0.smithi055.stdout:811: rmattr oid 14 current snap is 68 2023-10-14T00:04:12.824 INFO:tasks.rados.rados.0.smithi055.stdout:811: done (4 left) 2023-10-14T00:04:12.824 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 11 current snap is 68 2023-10-14T00:04:12.824 INFO:tasks.rados.rados.0.smithi055.stdout:812: seq_num 268 ranges {0=491520,491520=745472,1236992=745472,1982464=114688} 2023-10-14T00:04:12.825 INFO:tasks.rados.rados.0.smithi055.stdout:812: writing smithi055169533-11 from 0 to 491520 tid 1 2023-10-14T00:04:12.830 INFO:tasks.rados.rados.0.smithi055.stdout:812: writing smithi055169533-11 from 491520 to 1236992 tid 2 2023-10-14T00:04:12.834 INFO:tasks.rados.rados.0.smithi055.stdout:812: writing smithi055169533-11 from 1236992 to 1982464 tid 3 2023-10-14T00:04:12.835 INFO:tasks.rados.rados.0.smithi055.stdout:812: writing smithi055169533-11 from 1982464 to 2097152 tid 4 2023-10-14T00:04:12.835 INFO:tasks.rados.rados.0.smithi055.stdout:813: setattr oid 25 current snap is 68 2023-10-14T00:04:12.836 INFO:tasks.rados.rados.0.smithi055.stdout:810: finishing copy_from to smithi055169533-18 2023-10-14T00:04:12.836 INFO:tasks.rados.rados.0.smithi055.stdout:810: got expected ENOENT (src dne) 2023-10-14T00:04:12.836 INFO:tasks.rados.rados.0.smithi055.stdout:810: finishing copy_from racing read to smithi055169533-18 2023-10-14T00:04:12.836 INFO:tasks.rados.rados.0.smithi055.stdout:808: finishing rollback tid 0 to smithi055169533-6 2023-10-14T00:04:12.836 INFO:tasks.rados.rados.0.smithi055.stdout:808: finishing rollback tid 1 to smithi055169533-6 2023-10-14T00:04:12.837 INFO:tasks.rados.rados.0.smithi055.stdout:812: finishing write tid 1 to smithi055169533-11 2023-10-14T00:04:12.837 INFO:tasks.rados.rados.0.smithi055.stdout:808: finishing rollback tid 2 to smithi055169533-6 2023-10-14T00:04:12.837 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 6 v 233 (ObjNum 255 snap 59 seq_num 255) dirty exists 2023-10-14T00:04:12.837 INFO:tasks.rados.rados.0.smithi055.stdout:812: finishing write tid 2 to smithi055169533-11 2023-10-14T00:04:12.838 INFO:tasks.rados.rados.0.smithi055.stdout:807: done (5 left) 2023-10-14T00:04:12.839 INFO:tasks.rados.rados.0.smithi055.stdout:808: done (4 left) 2023-10-14T00:04:12.839 INFO:tasks.rados.rados.0.smithi055.stdout:809: done (3 left) 2023-10-14T00:04:12.839 INFO:tasks.rados.rados.0.smithi055.stdout:810: done (2 left) 2023-10-14T00:04:12.839 INFO:tasks.rados.rados.0.smithi055.stdout:814: read oid 3 snap -1 2023-10-14T00:04:12.839 INFO:tasks.rados.rados.0.smithi055.stdout:814: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:04:12.840 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 42 current snap is 68 2023-10-14T00:04:12.840 INFO:tasks.rados.rados.0.smithi055.stdout:815: seq_num 269 ranges {4104192=507904,4612096=630784,5242880=557056,5799936=417792} 2023-10-14T00:04:12.862 INFO:tasks.rados.rados.0.smithi055.stdout:815: writing smithi055169533-42 from 4104192 to 4612096 tid 1 2023-10-14T00:04:12.866 INFO:tasks.rados.rados.0.smithi055.stdout:815: writing smithi055169533-42 from 4612096 to 5242880 tid 2 2023-10-14T00:04:12.869 INFO:tasks.rados.rados.0.smithi055.stdout:815: writing smithi055169533-42 from 5242880 to 5799936 tid 3 2023-10-14T00:04:12.871 INFO:tasks.rados.rados.0.smithi055.stdout:815: writing smithi055169533-42 from 5799936 to 6217728 tid 4 2023-10-14T00:04:12.871 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 17 current snap is 68 2023-10-14T00:04:12.871 INFO:tasks.rados.rados.0.smithi055.stdout:816: seq_num 270 ranges {0=524288,524288=516096,1040384=761856,1802240=327680} 2023-10-14T00:04:12.874 INFO:tasks.rados.rados.0.smithi055.stdout:816: writing smithi055169533-17 from 0 to 524288 tid 1 2023-10-14T00:04:12.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:12 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-b[116298]: 2023-10-14T00:04:12.804+0000 7fafca6c6700 -1 mon.b@1(peon).osd e202 update_from_paxos full map CRC mismatch, resetting to canonical 2023-10-14T00:04:12.877 INFO:tasks.rados.rados.0.smithi055.stdout:816: writing smithi055169533-17 from 524288 to 1040384 tid 2 2023-10-14T00:04:12.881 INFO:tasks.rados.rados.0.smithi055.stdout:816: writing smithi055169533-17 from 1040384 to 1802240 tid 3 2023-10-14T00:04:12.883 INFO:tasks.rados.rados.0.smithi055.stdout:816: writing smithi055169533-17 from 1802240 to 2129920 tid 4 2023-10-14T00:04:12.884 INFO:tasks.rados.rados.0.smithi055.stdout:817: read oid 4 snap -1 2023-10-14T00:04:12.884 INFO:tasks.rados.rados.0.smithi055.stdout:817: expect (ObjNum 262 snap 62 seq_num 262) 2023-10-14T00:04:12.884 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 28 current snap is 68 2023-10-14T00:04:12.884 INFO:tasks.rados.rados.0.smithi055.stdout:818: seq_num 271 ranges {5685248=540672,6225920=802816,7028736=516096,7544832=286720} 2023-10-14T00:04:12.918 INFO:tasks.rados.rados.0.smithi055.stdout:818: writing smithi055169533-28 from 5685248 to 6225920 tid 1 2023-10-14T00:04:12.923 INFO:tasks.rados.rados.0.smithi055.stdout:818: writing smithi055169533-28 from 6225920 to 7028736 tid 2 2023-10-14T00:04:12.926 INFO:tasks.rados.rados.0.smithi055.stdout:818: writing smithi055169533-28 from 7028736 to 7544832 tid 3 2023-10-14T00:04:12.928 INFO:tasks.rados.rados.0.smithi055.stdout:818: writing smithi055169533-28 from 7544832 to 7831552 tid 4 2023-10-14T00:04:12.928 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 33 current snap is 68 2023-10-14T00:04:12.928 INFO:tasks.rados.rados.0.smithi055.stdout:814: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:04:12.934 INFO:tasks.rados.rados.0.smithi055.stdout:812: finishing write tid 3 to smithi055169533-11 2023-10-14T00:04:12.934 INFO:tasks.rados.rados.0.smithi055.stdout:812: finishing write tid 4 to smithi055169533-11 2023-10-14T00:04:12.935 INFO:tasks.rados.rados.0.smithi055.stdout:812: finishing write tid 5 to smithi055169533-11 2023-10-14T00:04:12.935 INFO:tasks.rados.rados.0.smithi055.stdout:812: finishing write tid 6 to smithi055169533-11 2023-10-14T00:04:12.935 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 11 v 129 (ObjNum 268 snap 68 seq_num 268) dirty exists 2023-10-14T00:04:12.935 INFO:tasks.rados.rados.0.smithi055.stdout:812: left oid 11 (ObjNum 268 snap 68 seq_num 268) 2023-10-14T00:04:12.935 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 25 v 312 (ObjNum 249 snap 56 seq_num 249) dirty exists 2023-10-14T00:04:12.936 INFO:tasks.rados.rados.0.smithi055.stdout:815: finishing write tid 1 to smithi055169533-42 2023-10-14T00:04:12.936 INFO:tasks.rados.rados.0.smithi055.stdout:819: seq_num 272 ranges {0=565248,565248=688128,1253376=729088,1982464=188416} 2023-10-14T00:04:12.937 INFO:tasks.rados.rados.0.smithi055.stdout:819: writing smithi055169533-33 from 0 to 565248 tid 1 2023-10-14T00:04:12.941 INFO:tasks.rados.rados.0.smithi055.stdout:819: writing smithi055169533-33 from 565248 to 1253376 tid 2 2023-10-14T00:04:12.945 INFO:tasks.rados.rados.0.smithi055.stdout:819: writing smithi055169533-33 from 1253376 to 1982464 tid 3 2023-10-14T00:04:12.947 INFO:tasks.rados.rados.0.smithi055.stdout:819: writing smithi055169533-33 from 1982464 to 2170880 tid 4 2023-10-14T00:04:12.947 INFO:tasks.rados.rados.0.smithi055.stdout:812: done (7 left) 2023-10-14T00:04:12.948 INFO:tasks.rados.rados.0.smithi055.stdout:813: done (6 left) 2023-10-14T00:04:12.948 INFO:tasks.rados.rados.0.smithi055.stdout:814: done (5 left) 2023-10-14T00:04:12.948 INFO:tasks.rados.rados.0.smithi055.stdout:820: read oid 39 snap -1 2023-10-14T00:04:12.948 INFO:tasks.rados.rados.0.smithi055.stdout:820: expect (ObjNum 213 snap 50 seq_num 213) 2023-10-14T00:04:12.948 INFO:tasks.rados.rados.0.smithi055.stdout:821: copy_from oid 38 from oid 20 current snap is 68 2023-10-14T00:04:12.949 INFO:tasks.rados.rados.0.smithi055.stdout:822: snap_remove snap 67 2023-10-14T00:04:13.250 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:13 smithi082 ceph-mon[116307]: failed to encode map e201 with expected crc 2023-10-14T00:04:13.251 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:13 smithi082 ceph-mon[116307]: failed to encode map e201 with expected crc 2023-10-14T00:04:13.251 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:13 smithi082 ceph-mon[116307]: failed to encode map e201 with expected crc 2023-10-14T00:04:13.251 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:13 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:13.251 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:13 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:13.252 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:13 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:13.252 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:13 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:13.252 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:13 smithi082 ceph-mon[116307]: pgmap v8: 121 pgs: 121 active+clean; 112 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:04:13.252 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:13 smithi082 ceph-mon[116307]: osdmap e202: 8 total, 8 up, 8 in 2023-10-14T00:04:13.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:13 smithi055 ceph-mon[183057]: failed to encode map e201 with expected crc 2023-10-14T00:04:13.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:13 smithi055 ceph-mon[183057]: failed to encode map e201 with expected crc 2023-10-14T00:04:13.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:13 smithi055 ceph-mon[183057]: failed to encode map e201 with expected crc 2023-10-14T00:04:13.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:13 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:13.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:13 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:13.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:13 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:13.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:13 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:13.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:13 smithi055 ceph-mon[183057]: pgmap v8: 121 pgs: 121 active+clean; 112 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:04:13.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:13 smithi055 ceph-mon[183057]: osdmap e202: 8 total, 8 up, 8 in 2023-10-14T00:04:13.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:12 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-c[124245]: 2023-10-14T00:04:12.808+0000 7fd04e32c700 -1 mon.c@2(peon).osd e202 update_from_paxos full map CRC mismatch, resetting to canonical 2023-10-14T00:04:13.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:13 smithi055 ceph-mon[124249]: failed to encode map e201 with expected crc 2023-10-14T00:04:13.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:13 smithi055 ceph-mon[124249]: failed to encode map e201 with expected crc 2023-10-14T00:04:13.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:13 smithi055 ceph-mon[124249]: failed to encode map e201 with expected crc 2023-10-14T00:04:13.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:13 smithi055 ceph-mon[124249]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:13.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:13 smithi055 ceph-mon[124249]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:13.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:13 smithi055 ceph-mon[124249]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:13.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:13 smithi055 ceph-mon[124249]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:13.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:13 smithi055 ceph-mon[124249]: pgmap v8: 121 pgs: 121 active+clean; 112 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:04:13.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:13 smithi055 ceph-mon[124249]: osdmap e202: 8 total, 8 up, 8 in 2023-10-14T00:04:13.824 INFO:tasks.rados.rados.0.smithi055.stdout:822: done (7 left) 2023-10-14T00:04:13.824 INFO:tasks.rados.rados.0.smithi055.stdout:823: delete oid 16 current snap is 68 2023-10-14T00:04:13.824 INFO:tasks.rados.rados.0.smithi055.stdout:815: finishing write tid 2 to smithi055169533-42 2023-10-14T00:04:13.825 INFO:tasks.rados.rados.0.smithi055.stdout:815: finishing write tid 3 to smithi055169533-42 2023-10-14T00:04:13.825 INFO:tasks.rados.rados.0.smithi055.stdout:815: finishing write tid 4 to smithi055169533-42 2023-10-14T00:04:13.825 INFO:tasks.rados.rados.0.smithi055.stdout:815: finishing write tid 5 to smithi055169533-42 2023-10-14T00:04:13.825 INFO:tasks.rados.rados.0.smithi055.stdout:815: finishing write tid 6 to smithi055169533-42 2023-10-14T00:04:13.825 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 42 v 135 (ObjNum 269 snap 68 seq_num 269) dirty exists 2023-10-14T00:04:13.826 INFO:tasks.rados.rados.0.smithi055.stdout:815: left oid 42 (ObjNum 269 snap 68 seq_num 269) 2023-10-14T00:04:13.826 INFO:tasks.rados.rados.0.smithi055.stdout:816: finishing write tid 1 to smithi055169533-17 2023-10-14T00:04:13.826 INFO:tasks.rados.rados.0.smithi055.stdout:816: finishing write tid 2 to smithi055169533-17 2023-10-14T00:04:13.826 INFO:tasks.rados.rados.0.smithi055.stdout:816: finishing write tid 3 to smithi055169533-17 2023-10-14T00:04:13.826 INFO:tasks.rados.rados.0.smithi055.stdout:816: finishing write tid 4 to smithi055169533-17 2023-10-14T00:04:13.827 INFO:tasks.rados.rados.0.smithi055.stdout:816: finishing write tid 5 to smithi055169533-17 2023-10-14T00:04:13.827 INFO:tasks.rados.rados.0.smithi055.stdout:816: finishing write tid 6 to smithi055169533-17 2023-10-14T00:04:13.827 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 17 v 381 (ObjNum 270 snap 68 seq_num 270) dirty exists 2023-10-14T00:04:13.827 INFO:tasks.rados.rados.0.smithi055.stdout:816: left oid 17 (ObjNum 270 snap 68 seq_num 270) 2023-10-14T00:04:13.827 INFO:tasks.rados.rados.0.smithi055.stdout:817: expect (ObjNum 262 snap 62 seq_num 262) 2023-10-14T00:04:13.936 INFO:tasks.rados.rados.0.smithi055.stdout:818: finishing write tid 1 to smithi055169533-28 2023-10-14T00:04:13.936 INFO:tasks.rados.rados.0.smithi055.stdout:818: finishing write tid 2 to smithi055169533-28 2023-10-14T00:04:13.936 INFO:tasks.rados.rados.0.smithi055.stdout:818: finishing write tid 3 to smithi055169533-28 2023-10-14T00:04:13.937 INFO:tasks.rados.rados.0.smithi055.stdout:818: finishing write tid 4 to smithi055169533-28 2023-10-14T00:04:13.937 INFO:tasks.rados.rados.0.smithi055.stdout:818: finishing write tid 5 to smithi055169533-28 2023-10-14T00:04:13.937 INFO:tasks.rados.rados.0.smithi055.stdout:818: finishing write tid 6 to smithi055169533-28 2023-10-14T00:04:13.937 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 28 v 363 (ObjNum 271 snap 68 seq_num 271) dirty exists 2023-10-14T00:04:13.937 INFO:tasks.rados.rados.0.smithi055.stdout:818: left oid 28 (ObjNum 271 snap 68 seq_num 271) 2023-10-14T00:04:13.938 INFO:tasks.rados.rados.0.smithi055.stdout:819: finishing write tid 1 to smithi055169533-33 2023-10-14T00:04:13.938 INFO:tasks.rados.rados.0.smithi055.stdout:815: done (7 left) 2023-10-14T00:04:13.938 INFO:tasks.rados.rados.0.smithi055.stdout:816: done (6 left) 2023-10-14T00:04:13.938 INFO:tasks.rados.rados.0.smithi055.stdout:817: done (5 left) 2023-10-14T00:04:13.938 INFO:tasks.rados.rados.0.smithi055.stdout:818: done (4 left) 2023-10-14T00:04:13.939 INFO:tasks.rados.rados.0.smithi055.stdout:823: done (3 left) 2023-10-14T00:04:13.939 INFO:tasks.rados.rados.0.smithi055.stdout:824: read oid 35 snap -1 2023-10-14T00:04:13.939 INFO:tasks.rados.rados.0.smithi055.stdout:824: expect (ObjNum 160 snap 36 seq_num 160) 2023-10-14T00:04:13.939 INFO:tasks.rados.rados.0.smithi055.stdout:825: rollback oid 41 current snap is 68 2023-10-14T00:04:13.939 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 41 to 62 2023-10-14T00:04:13.940 INFO:tasks.rados.rados.0.smithi055.stdout:819: finishing write tid 2 to smithi055169533-33 2023-10-14T00:04:13.940 INFO:tasks.rados.rados.0.smithi055.stdout:819: finishing write tid 3 to smithi055169533-33 2023-10-14T00:04:13.940 INFO:tasks.rados.rados.0.smithi055.stdout:819: finishing write tid 4 to smithi055169533-33 2023-10-14T00:04:13.940 INFO:tasks.rados.rados.0.smithi055.stdout:819: finishing write tid 5 to smithi055169533-33 2023-10-14T00:04:13.940 INFO:tasks.rados.rados.0.smithi055.stdout:819: finishing write tid 6 to smithi055169533-33 2023-10-14T00:04:13.941 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 33 v 316 (ObjNum 272 snap 68 seq_num 272) dirty exists 2023-10-14T00:04:13.941 INFO:tasks.rados.rados.0.smithi055.stdout:819: left oid 33 (ObjNum 272 snap 68 seq_num 272) 2023-10-14T00:04:13.941 INFO:tasks.rados.rados.0.smithi055.stdout:819: done (4 left) 2023-10-14T00:04:13.941 INFO:tasks.rados.rados.0.smithi055.stdout:826: delete oid 19 current snap is 68 2023-10-14T00:04:13.941 INFO:tasks.rados.rados.0.smithi055.stdout:821: finishing copy_from to smithi055169533-38 2023-10-14T00:04:13.942 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 38 v 122 (ObjNum 38 snap 0 seq_num 38) dirty exists 2023-10-14T00:04:13.942 INFO:tasks.rados.rados.0.smithi055.stdout:821: finishing copy_from racing read to smithi055169533-38 2023-10-14T00:04:13.942 INFO:tasks.rados.rados.0.smithi055.stdout:820: expect (ObjNum 213 snap 50 seq_num 213) 2023-10-14T00:04:14.106 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:13 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-b[116298]: 2023-10-14T00:04:13.814+0000 7fafca6c6700 -1 mon.b@1(peon).osd e203 update_from_paxos full map CRC mismatch, resetting to canonical 2023-10-14T00:04:14.107 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:14 smithi082 ceph-mon[116307]: failed to encode map e202 with expected crc 2023-10-14T00:04:14.107 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:14 smithi082 ceph-mon[116307]: failed to encode map e202 with expected crc 2023-10-14T00:04:14.107 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:14 smithi082 ceph-mon[116307]: failed to encode map e202 with expected crc 2023-10-14T00:04:14.107 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:14 smithi082 ceph-mon[116307]: failed to encode map e202 with expected crc 2023-10-14T00:04:14.108 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:14 smithi082 ceph-mon[116307]: failed to encode map e202 with expected crc 2023-10-14T00:04:14.108 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:14 smithi082 ceph-mon[116307]: failed to encode map e202 with expected crc 2023-10-14T00:04:14.108 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:14 smithi082 ceph-mon[116307]: mgrmap e40: y(active, since 4s), standbys: x 2023-10-14T00:04:14.108 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:14 smithi082 ceph-mon[116307]: osdmap e203: 8 total, 8 up, 8 in 2023-10-14T00:04:14.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:14 smithi055 ceph-mon[183057]: failed to encode map e202 with expected crc 2023-10-14T00:04:14.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:14 smithi055 ceph-mon[183057]: failed to encode map e202 with expected crc 2023-10-14T00:04:14.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:14 smithi055 ceph-mon[183057]: failed to encode map e202 with expected crc 2023-10-14T00:04:14.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:14 smithi055 ceph-mon[183057]: failed to encode map e202 with expected crc 2023-10-14T00:04:14.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:14 smithi055 ceph-mon[183057]: failed to encode map e202 with expected crc 2023-10-14T00:04:14.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:14 smithi055 ceph-mon[183057]: failed to encode map e202 with expected crc 2023-10-14T00:04:14.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:14 smithi055 ceph-mon[183057]: mgrmap e40: y(active, since 4s), standbys: x 2023-10-14T00:04:14.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:14 smithi055 ceph-mon[183057]: osdmap e203: 8 total, 8 up, 8 in 2023-10-14T00:04:14.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:13 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-c[124245]: 2023-10-14T00:04:13.814+0000 7fd04e32c700 -1 mon.c@2(peon).osd e203 update_from_paxos full map CRC mismatch, resetting to canonical 2023-10-14T00:04:14.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:14 smithi055 ceph-mon[124249]: failed to encode map e202 with expected crc 2023-10-14T00:04:14.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:14 smithi055 ceph-mon[124249]: failed to encode map e202 with expected crc 2023-10-14T00:04:14.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:14 smithi055 ceph-mon[124249]: failed to encode map e202 with expected crc 2023-10-14T00:04:14.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:14 smithi055 ceph-mon[124249]: failed to encode map e202 with expected crc 2023-10-14T00:04:14.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:14 smithi055 ceph-mon[124249]: failed to encode map e202 with expected crc 2023-10-14T00:04:14.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:14 smithi055 ceph-mon[124249]: failed to encode map e202 with expected crc 2023-10-14T00:04:14.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:14 smithi055 ceph-mon[124249]: mgrmap e40: y(active, since 4s), standbys: x 2023-10-14T00:04:14.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:14 smithi055 ceph-mon[124249]: osdmap e203: 8 total, 8 up, 8 in 2023-10-14T00:04:14.303 INFO:tasks.rados.rados.0.smithi055.stdout:824: expect (ObjNum 160 snap 36 seq_num 160) 2023-10-14T00:04:14.312 INFO:tasks.rados.rados.0.smithi055.stdout:825: finishing rollback tid 0 to smithi055169533-41 2023-10-14T00:04:14.313 INFO:tasks.rados.rados.0.smithi055.stdout:825: finishing rollback tid 1 to smithi055169533-41 2023-10-14T00:04:14.313 INFO:tasks.rados.rados.0.smithi055.stdout:825: finishing rollback tid 2 to smithi055169533-41 2023-10-14T00:04:14.313 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 41 v 319 (ObjNum 213 snap 50 seq_num 213) dirty exists 2023-10-14T00:04:14.313 INFO:tasks.rados.rados.0.smithi055.stdout:820: done (4 left) 2023-10-14T00:04:14.314 INFO:tasks.rados.rados.0.smithi055.stdout:821: done (3 left) 2023-10-14T00:04:14.314 INFO:tasks.rados.rados.0.smithi055.stdout:824: done (2 left) 2023-10-14T00:04:14.314 INFO:tasks.rados.rados.0.smithi055.stdout:825: done (1 left) 2023-10-14T00:04:14.314 INFO:tasks.rados.rados.0.smithi055.stdout:826: done (0 left) 2023-10-14T00:04:14.314 INFO:tasks.rados.rados.0.smithi055.stdout:827: read oid 30 snap -1 2023-10-14T00:04:14.315 INFO:tasks.rados.rados.0.smithi055.stdout:827: expect (ObjNum 260 snap 61 seq_num 260) 2023-10-14T00:04:14.315 INFO:tasks.rados.rados.0.smithi055.stdout:828: copy_from oid 4 from oid 27 current snap is 68 2023-10-14T00:04:14.315 INFO:tasks.rados.rados.0.smithi055.stdout:829: copy_from oid 37 from oid 12 current snap is 68 2023-10-14T00:04:14.315 INFO:tasks.rados.rados.0.smithi055.stdout:830: copy_from oid 49 from oid 17 current snap is 68 2023-10-14T00:04:14.315 INFO:tasks.rados.rados.0.smithi055.stdout:831: delete oid 34 current snap is 68 2023-10-14T00:04:14.316 INFO:tasks.rados.rados.0.smithi055.stdout:828: finishing copy_from to smithi055169533-4 2023-10-14T00:04:14.316 INFO:tasks.rados.rados.0.smithi055.stdout:828: got expected ENOENT (src dne) 2023-10-14T00:04:14.316 INFO:tasks.rados.rados.0.smithi055.stdout:828: finishing copy_from racing read to smithi055169533-4 2023-10-14T00:04:14.317 INFO:tasks.rados.rados.0.smithi055.stdout:828: done (4 left) 2023-10-14T00:04:14.317 INFO:tasks.rados.rados.0.smithi055.stdout:831: done (3 left) 2023-10-14T00:04:14.317 INFO:tasks.rados.rados.0.smithi055.stdout:832: snap_remove snap 63 2023-10-14T00:04:15.042 INFO:tasks.rados.rados.0.smithi055.stdout:832: done (3 left) 2023-10-14T00:04:15.043 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 29 current snap is 68 2023-10-14T00:04:15.043 INFO:tasks.rados.rados.0.smithi055.stdout:829: finishing copy_from to smithi055169533-37 2023-10-14T00:04:15.043 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 37 v 208 (ObjNum 188 snap 42 seq_num 188) dirty exists 2023-10-14T00:04:15.043 INFO:tasks.rados.rados.0.smithi055.stdout:833: seq_num 276 ranges {2392064=630784,3022848=671744,3694592=704512,4399104=229376} 2023-10-14T00:04:15.059 INFO:tasks.rados.rados.0.smithi055.stdout:833: writing smithi055169533-29 from 2392064 to 3022848 tid 1 2023-10-14T00:04:15.063 INFO:tasks.rados.rados.0.smithi055.stdout:833: writing smithi055169533-29 from 3022848 to 3694592 tid 2 2023-10-14T00:04:15.068 INFO:tasks.rados.rados.0.smithi055.stdout:833: writing smithi055169533-29 from 3694592 to 4399104 tid 3 2023-10-14T00:04:15.069 INFO:tasks.rados.rados.0.smithi055.stdout:833: writing smithi055169533-29 from 4399104 to 4628480 tid 4 2023-10-14T00:04:15.070 INFO:tasks.rados.rados.0.smithi055.stdout:834: delete oid 31 current snap is 68 2023-10-14T00:04:15.070 INFO:tasks.rados.rados.0.smithi055.stdout:829: finishing copy_from racing read to smithi055169533-37 2023-10-14T00:04:15.070 INFO:tasks.rados.rados.0.smithi055.stdout:830: finishing copy_from to smithi055169533-49 2023-10-14T00:04:15.070 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 49 v 381 (ObjNum 270 snap 68 seq_num 270) dirty exists 2023-10-14T00:04:15.071 INFO:tasks.rados.rados.0.smithi055.stdout:830: finishing copy_from racing read to smithi055169533-49 2023-10-14T00:04:15.071 INFO:tasks.rados.rados.0.smithi055.stdout:827: expect (ObjNum 260 snap 61 seq_num 260) 2023-10-14T00:04:15.359 INFO:tasks.rados.rados.0.smithi055.stdout:833: finishing write tid 1 to smithi055169533-29 2023-10-14T00:04:15.359 INFO:tasks.rados.rados.0.smithi055.stdout:827: done (4 left) 2023-10-14T00:04:15.359 INFO:tasks.rados.rados.0.smithi055.stdout:829: done (3 left) 2023-10-14T00:04:15.360 INFO:tasks.rados.rados.0.smithi055.stdout:830: done (2 left) 2023-10-14T00:04:15.360 INFO:tasks.rados.rados.0.smithi055.stdout:834: done (1 left) 2023-10-14T00:04:15.360 INFO:tasks.rados.rados.0.smithi055.stdout:835: snap_remove snap 62 2023-10-14T00:04:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:15 smithi082 ceph-mon[116307]: failed to encode map e203 with expected crc 2023-10-14T00:04:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:15 smithi082 ceph-mon[116307]: failed to encode map e203 with expected crc 2023-10-14T00:04:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:15 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:15 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:15 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:15.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:15 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:04:15.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:15 smithi082 ceph-mon[116307]: Updating smithi055:/etc/ceph/ceph.conf 2023-10-14T00:04:15.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:15 smithi082 ceph-mon[116307]: Updating smithi082:/etc/ceph/ceph.conf 2023-10-14T00:04:15.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:15 smithi082 ceph-mon[116307]: Updating smithi082:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-14T00:04:15.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:15 smithi082 ceph-mon[116307]: pgmap v11: 121 pgs: 121 active+clean; 112 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:04:15.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:15 smithi082 ceph-mon[116307]: Updating smithi055:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-14T00:04:15.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:15 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-b[116298]: 2023-10-14T00:04:15.033+0000 7fafca6c6700 -1 mon.b@1(peon).osd e204 update_from_paxos full map CRC mismatch, resetting to canonical 2023-10-14T00:04:15.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:15 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-b[116298]: 2023-10-14T00:04:15.263+0000 7fafca6c6700 -1 mon.b@1(peon).osd e205 update_from_paxos full map CRC mismatch, resetting to canonical 2023-10-14T00:04:15.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:04:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:04:15] "GET /metrics HTTP/1.1" 200 33292 "" "Prometheus/2.43.0" 2023-10-14T00:04:15.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:15 smithi055 ceph-mon[124249]: failed to encode map e203 with expected crc 2023-10-14T00:04:15.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:15 smithi055 ceph-mon[124249]: failed to encode map e203 with expected crc 2023-10-14T00:04:15.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:15 smithi055 ceph-mon[124249]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:15.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:15 smithi055 ceph-mon[124249]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:15.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:15 smithi055 ceph-mon[124249]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:15.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:15 smithi055 ceph-mon[124249]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:04:15.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:15 smithi055 ceph-mon[124249]: Updating smithi055:/etc/ceph/ceph.conf 2023-10-14T00:04:15.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:15 smithi055 ceph-mon[124249]: Updating smithi082:/etc/ceph/ceph.conf 2023-10-14T00:04:15.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:15 smithi055 ceph-mon[124249]: Updating smithi082:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-14T00:04:15.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:15 smithi055 ceph-mon[124249]: pgmap v11: 121 pgs: 121 active+clean; 112 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:04:15.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:15 smithi055 ceph-mon[124249]: Updating smithi055:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-14T00:04:15.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-c[124245]: 2023-10-14T00:04:15.034+0000 7fd04e32c700 -1 mon.c@2(peon).osd e204 update_from_paxos full map CRC mismatch, resetting to canonical 2023-10-14T00:04:15.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-c[124245]: 2023-10-14T00:04:15.266+0000 7fd04e32c700 -1 mon.c@2(peon).osd e205 update_from_paxos full map CRC mismatch, resetting to canonical 2023-10-14T00:04:15.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:15 smithi055 ceph-mon[183057]: failed to encode map e203 with expected crc 2023-10-14T00:04:15.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:15 smithi055 ceph-mon[183057]: failed to encode map e203 with expected crc 2023-10-14T00:04:15.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:15 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:15.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:15 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:15.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:15 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:15.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:15 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:04:15.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:15 smithi055 ceph-mon[183057]: Updating smithi055:/etc/ceph/ceph.conf 2023-10-14T00:04:15.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:15 smithi055 ceph-mon[183057]: Updating smithi082:/etc/ceph/ceph.conf 2023-10-14T00:04:15.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:15 smithi055 ceph-mon[183057]: Updating smithi082:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-14T00:04:15.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:15 smithi055 ceph-mon[183057]: pgmap v11: 121 pgs: 121 active+clean; 112 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:04:15.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:15 smithi055 ceph-mon[183057]: Updating smithi055:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-14T00:04:16.290 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:16 smithi055 ceph-mon[183057]: Updating smithi082:/etc/ceph/ceph.client.admin.keyring 2023-10-14T00:04:16.290 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:16 smithi055 ceph-mon[183057]: failed to encode map e204 with expected crc 2023-10-14T00:04:16.290 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:16 smithi055 ceph-mon[183057]: osdmap e204: 8 total, 8 up, 8 in 2023-10-14T00:04:16.290 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:16 smithi055 ceph-mon[183057]: failed to encode map e204 with expected crc 2023-10-14T00:04:16.290 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:16 smithi055 ceph-mon[183057]: Updating smithi055:/etc/ceph/ceph.client.admin.keyring 2023-10-14T00:04:16.291 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:16 smithi055 ceph-mon[183057]: osdmap e205: 8 total, 8 up, 8 in 2023-10-14T00:04:16.291 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:16 smithi055 ceph-mon[183057]: failed to encode map e205 with expected crc 2023-10-14T00:04:16.291 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:16 smithi055 ceph-mon[183057]: Updating smithi082:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-14T00:04:16.291 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:16 smithi055 ceph-mon[183057]: Updating smithi055:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-14T00:04:16.292 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:16 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:16.292 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:16 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:16.292 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:16 smithi055 ceph-mon[183057]: failed to encode map e205 with expected crc 2023-10-14T00:04:16.292 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:16 smithi055 ceph-mon[183057]: failed to encode map e205 with expected crc 2023-10-14T00:04:16.292 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:16 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:16.292 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:16 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:16.293 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:16 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:16.293 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:16 smithi055 ceph-mon[183057]: failed to encode map e205 with expected crc 2023-10-14T00:04:16.293 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:16 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:04:16.293 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:16 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:04:16.293 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:16 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-10-14T00:04:16.294 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:16 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2023-10-14T00:04:16.294 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:16 smithi055 ceph-mon[183057]: Upgrade: It appears safe to stop mon.c 2023-10-14T00:04:16.294 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:16 smithi055 ceph-mon[124249]: Updating smithi082:/etc/ceph/ceph.client.admin.keyring 2023-10-14T00:04:16.294 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:16 smithi055 ceph-mon[124249]: failed to encode map e204 with expected crc 2023-10-14T00:04:16.295 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:16 smithi055 ceph-mon[124249]: osdmap e204: 8 total, 8 up, 8 in 2023-10-14T00:04:16.295 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:16 smithi055 ceph-mon[124249]: failed to encode map e204 with expected crc 2023-10-14T00:04:16.295 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:16 smithi055 ceph-mon[124249]: Updating smithi055:/etc/ceph/ceph.client.admin.keyring 2023-10-14T00:04:16.296 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:16 smithi055 ceph-mon[124249]: osdmap e205: 8 total, 8 up, 8 in 2023-10-14T00:04:16.296 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:16 smithi055 ceph-mon[124249]: failed to encode map e205 with expected crc 2023-10-14T00:04:16.296 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:16 smithi055 ceph-mon[124249]: Updating smithi082:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-14T00:04:16.296 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:16 smithi055 ceph-mon[124249]: Updating smithi055:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-14T00:04:16.296 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:16 smithi055 ceph-mon[124249]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:16.297 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:16 smithi055 ceph-mon[124249]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:16.297 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:16 smithi055 ceph-mon[124249]: failed to encode map e205 with expected crc 2023-10-14T00:04:16.297 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:16 smithi055 ceph-mon[124249]: failed to encode map e205 with expected crc 2023-10-14T00:04:16.297 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:16 smithi055 ceph-mon[124249]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:16.297 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:16 smithi055 ceph-mon[124249]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:16.298 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:16 smithi055 ceph-mon[124249]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:16.298 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:16 smithi055 ceph-mon[124249]: failed to encode map e205 with expected crc 2023-10-14T00:04:16.298 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:16 smithi055 ceph-mon[124249]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:04:16.298 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:16 smithi055 ceph-mon[124249]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:04:16.298 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:16 smithi055 ceph-mon[124249]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-10-14T00:04:16.299 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:16 smithi055 ceph-mon[124249]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2023-10-14T00:04:16.299 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:16 smithi055 ceph-mon[124249]: Upgrade: It appears safe to stop mon.c 2023-10-14T00:04:16.299 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:16 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-c[124245]: 2023-10-14T00:04:16.287+0000 7fd04e32c700 -1 mon.c@2(peon).osd e206 update_from_paxos full map CRC mismatch, resetting to canonical 2023-10-14T00:04:16.299 INFO:tasks.rados.rados.0.smithi055.stdout:835: done (1 left) 2023-10-14T00:04:16.300 INFO:tasks.rados.rados.0.smithi055.stdout:836: read oid 9 snap -1 2023-10-14T00:04:16.300 INFO:tasks.rados.rados.0.smithi055.stdout:836: expect deleted 2023-10-14T00:04:16.300 INFO:tasks.rados.rados.0.smithi055.stdout:837: snap_remove snap 61 2023-10-14T00:04:16.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:16 smithi082 ceph-mon[116307]: Updating smithi082:/etc/ceph/ceph.client.admin.keyring 2023-10-14T00:04:16.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:16 smithi082 ceph-mon[116307]: failed to encode map e204 with expected crc 2023-10-14T00:04:16.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:16 smithi082 ceph-mon[116307]: osdmap e204: 8 total, 8 up, 8 in 2023-10-14T00:04:16.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:16 smithi082 ceph-mon[116307]: failed to encode map e204 with expected crc 2023-10-14T00:04:16.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:16 smithi082 ceph-mon[116307]: Updating smithi055:/etc/ceph/ceph.client.admin.keyring 2023-10-14T00:04:16.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:16 smithi082 ceph-mon[116307]: osdmap e205: 8 total, 8 up, 8 in 2023-10-14T00:04:16.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:16 smithi082 ceph-mon[116307]: failed to encode map e205 with expected crc 2023-10-14T00:04:16.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:16 smithi082 ceph-mon[116307]: Updating smithi082:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-14T00:04:16.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:16 smithi082 ceph-mon[116307]: Updating smithi055:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-14T00:04:16.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:16 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:16.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:16 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:16.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:16 smithi082 ceph-mon[116307]: failed to encode map e205 with expected crc 2023-10-14T00:04:16.378 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:16 smithi082 ceph-mon[116307]: failed to encode map e205 with expected crc 2023-10-14T00:04:16.378 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:16 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:16.378 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:16 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:16.378 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:16 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:16.378 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:16 smithi082 ceph-mon[116307]: failed to encode map e205 with expected crc 2023-10-14T00:04:16.379 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:16 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:04:16.379 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:16 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:04:16.379 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:16 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-10-14T00:04:16.379 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:16 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2023-10-14T00:04:16.379 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:16 smithi082 ceph-mon[116307]: Upgrade: It appears safe to stop mon.c 2023-10-14T00:04:16.380 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:16 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-b[116298]: 2023-10-14T00:04:16.284+0000 7fafca6c6700 -1 mon.b@1(peon).osd e206 update_from_paxos full map CRC mismatch, resetting to canonical 2023-10-14T00:04:17.235 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:17 smithi055 ceph-mon[124249]: failed to encode map e205 with expected crc 2023-10-14T00:04:17.235 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:17 smithi055 ceph-mon[124249]: failed to encode map e205 with expected crc 2023-10-14T00:04:17.236 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:17 smithi055 ceph-mon[124249]: osdmap e206: 8 total, 8 up, 8 in 2023-10-14T00:04:17.236 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:17 smithi055 ceph-mon[124249]: failed to encode map e206 with expected crc 2023-10-14T00:04:17.236 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:17 smithi055 ceph-mon[124249]: pgmap v15: 121 pgs: 121 active+clean; 133 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 17 MiB/s rd, 5.5 MiB/s wr, 55 op/s 2023-10-14T00:04:17.236 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:17 smithi055 ceph-mon[124249]: Upgrade: Updating mon.c 2023-10-14T00:04:17.236 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:17 smithi055 ceph-mon[124249]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:17.237 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:17 smithi055 ceph-mon[124249]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-14T00:04:17.237 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:17 smithi055 ceph-mon[124249]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-14T00:04:17.237 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:17 smithi055 ceph-mon[124249]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:17.237 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:17 smithi055 ceph-mon[124249]: Deploying daemon mon.c on smithi055 2023-10-14T00:04:17.238 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:17 smithi055 ceph-mon[183057]: failed to encode map e205 with expected crc 2023-10-14T00:04:17.238 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:17 smithi055 ceph-mon[183057]: failed to encode map e205 with expected crc 2023-10-14T00:04:17.238 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:17 smithi055 ceph-mon[183057]: osdmap e206: 8 total, 8 up, 8 in 2023-10-14T00:04:17.238 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:17 smithi055 ceph-mon[183057]: failed to encode map e206 with expected crc 2023-10-14T00:04:17.238 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:17 smithi055 ceph-mon[183057]: pgmap v15: 121 pgs: 121 active+clean; 133 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 17 MiB/s rd, 5.5 MiB/s wr, 55 op/s 2023-10-14T00:04:17.239 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:17 smithi055 ceph-mon[183057]: Upgrade: Updating mon.c 2023-10-14T00:04:17.239 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:17 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:17.239 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:17 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-14T00:04:17.239 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:17 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-14T00:04:17.239 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:17 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:17.239 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:17 smithi055 ceph-mon[183057]: Deploying daemon mon.c on smithi055 2023-10-14T00:04:17.293 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:17 smithi082 ceph-mon[116307]: failed to encode map e205 with expected crc 2023-10-14T00:04:17.293 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:17 smithi082 ceph-mon[116307]: failed to encode map e205 with expected crc 2023-10-14T00:04:17.293 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:17 smithi082 ceph-mon[116307]: osdmap e206: 8 total, 8 up, 8 in 2023-10-14T00:04:17.293 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:17 smithi082 ceph-mon[116307]: failed to encode map e206 with expected crc 2023-10-14T00:04:17.294 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:17 smithi082 ceph-mon[116307]: pgmap v15: 121 pgs: 121 active+clean; 133 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 17 MiB/s rd, 5.5 MiB/s wr, 55 op/s 2023-10-14T00:04:17.294 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:17 smithi082 ceph-mon[116307]: Upgrade: Updating mon.c 2023-10-14T00:04:17.294 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:17 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:17.294 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:17 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-14T00:04:17.294 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:17 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-14T00:04:17.295 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:17 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:17.295 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:17 smithi082 ceph-mon[116307]: Deploying daemon mon.c on smithi055 2023-10-14T00:04:17.302 INFO:tasks.rados.rados.0.smithi055.stdout:837: done (2 left) 2023-10-14T00:04:17.302 INFO:tasks.rados.rados.0.smithi055.stdout:838: read oid 47 snap -1 2023-10-14T00:04:17.302 INFO:tasks.rados.rados.0.smithi055.stdout:838: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:04:17.302 INFO:tasks.rados.rados.0.smithi055.stdout:839: read oid 42 snap -1 2023-10-14T00:04:17.303 INFO:tasks.rados.rados.0.smithi055.stdout:839: expect (ObjNum 269 snap 68 seq_num 269) 2023-10-14T00:04:17.303 INFO:tasks.rados.rados.0.smithi055.stdout:840: read oid 26 snap -1 2023-10-14T00:04:17.303 INFO:tasks.rados.rados.0.smithi055.stdout:840: expect (ObjNum 254 snap 59 seq_num 254) 2023-10-14T00:04:17.304 INFO:tasks.rados.rados.0.smithi055.stdout:841: copy_from oid 19 from oid 11 current snap is 68 2023-10-14T00:04:17.304 INFO:tasks.rados.rados.0.smithi055.stdout:842: rollback oid 27 current snap is 68 2023-10-14T00:04:17.304 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 27 to 64 2023-10-14T00:04:17.304 INFO:tasks.rados.rados.0.smithi055.stdout:843: snap_remove snap 65 2023-10-14T00:04:17.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:17 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-c[124245]: 2023-10-14T00:04:17.292+0000 7fd04e32c700 -1 mon.c@2(peon).osd e207 update_from_paxos full map CRC mismatch, resetting to canonical 2023-10-14T00:04:17.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:17 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-b[116298]: 2023-10-14T00:04:17.292+0000 7fafca6c6700 -1 mon.b@1(peon).osd e207 update_from_paxos full map CRC mismatch, resetting to canonical 2023-10-14T00:04:18.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:17 smithi055 systemd[1]: Stopping Ceph mon.c for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:04:18.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:18 smithi082 ceph-mon[116307]: failed to encode map e206 with expected crc 2023-10-14T00:04:18.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:18 smithi082 ceph-mon[116307]: failed to encode map e207 with expected crc 2023-10-14T00:04:18.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:18 smithi082 ceph-mon[116307]: osdmap e207: 8 total, 8 up, 8 in 2023-10-14T00:04:18.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:18 smithi082 ceph-mon[116307]: failed to encode map e207 with expected crc 2023-10-14T00:04:18.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:18 smithi055 ceph-mon[124249]: failed to encode map e206 with expected crc 2023-10-14T00:04:18.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:18 smithi055 ceph-mon[124249]: failed to encode map e207 with expected crc 2023-10-14T00:04:18.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:18 smithi055 ceph-mon[124249]: osdmap e207: 8 total, 8 up, 8 in 2023-10-14T00:04:18.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:18 smithi055 ceph-mon[124249]: failed to encode map e207 with expected crc 2023-10-14T00:04:18.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:18 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-c[124245]: 2023-10-14T00:04:18.192+0000 7fd053b37700 -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-10-14T00:04:18.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:18 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-c[124245]: 2023-10-14T00:04:18.192+0000 7fd053b37700 -1 mon.c@2(peon) e3 *** Got Signal Terminated *** 2023-10-14T00:04:18.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:18 smithi055 ceph-mon[183057]: failed to encode map e206 with expected crc 2023-10-14T00:04:18.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:18 smithi055 ceph-mon[183057]: failed to encode map e207 with expected crc 2023-10-14T00:04:18.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:18 smithi055 ceph-mon[183057]: osdmap e207: 8 total, 8 up, 8 in 2023-10-14T00:04:18.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:18 smithi055 ceph-mon[183057]: failed to encode map e207 with expected crc 2023-10-14T00:04:18.883 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:18 smithi055 bash[185452]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-c 2023-10-14T00:04:19.125 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:04:18 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:04: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-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi082.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi055:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-10-14T00:04:19.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:18 smithi055 systemd[1]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@mon.c.service: Succeeded. 2023-10-14T00:04:19.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:18 smithi055 systemd[1]: Stopped Ceph mon.c for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:04:19.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 systemd[1]: Starting Ceph mon.c for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:04:19.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: set uid:gid to 167:167 (ceph:ceph) 2023-10-14T00:04:19.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: ceph version 18.0.0-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev), process ceph-mon, pid 2 2023-10-14T00:04:19.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 bash[185594]: bec446d3c9a5c848709aaa10d80c21d075f1f1afc16af36d70afe765694ff31b 2023-10-14T00:04:19.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: pidfile_write: ignore empty --pid-file 2023-10-14T00:04:19.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 systemd[1]: Started Ceph mon.c for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:04:19.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: load: jerasure load: lrc 2023-10-14T00:04:19.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: RocksDB version: 7.9.2 2023-10-14T00:04:19.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Git sha 0 2023-10-14T00:04:19.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Compile date 2023-10-13 09:15:16 2023-10-14T00:04:19.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: DB SUMMARY 2023-10-14T00:04:19.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: DB Session ID: S6MICLG4DJDLRHNU42M5 2023-10-14T00:04:19.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: CURRENT file: CURRENT 2023-10-14T00:04:19.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: IDENTITY file: IDENTITY 2023-10-14T00:04:19.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: MANIFEST file: MANIFEST-000009 size: 905 Bytes 2023-10-14T00:04:19.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 1, files: 000024.sst 2023-10-14T00:04:19.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000022.log size: 3780429 ; 2023-10-14T00:04:19.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.error_if_exists: 0 2023-10-14T00:04:19.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.create_if_missing: 0 2023-10-14T00:04:19.772 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.paranoid_checks: 1 2023-10-14T00:04:19.772 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.flush_verify_memtable_count: 1 2023-10-14T00:04:19.772 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-10-14T00:04:19.772 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-10-14T00:04:19.773 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.env: 0x56089c064da0 2023-10-14T00:04:19.773 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.fs: PosixFileSystem 2023-10-14T00:04:19.773 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.info_log: 0x56089e3055e0 2023-10-14T00:04:19.773 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.max_file_opening_threads: 16 2023-10-14T00:04:19.773 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.statistics: (nil) 2023-10-14T00:04:19.774 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.use_fsync: 0 2023-10-14T00:04:19.774 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.max_log_file_size: 0 2023-10-14T00:04:19.774 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-10-14T00:04:19.774 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.log_file_time_to_roll: 0 2023-10-14T00:04:19.774 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.keep_log_file_num: 1000 2023-10-14T00:04:19.775 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.recycle_log_file_num: 0 2023-10-14T00:04:19.775 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.allow_fallocate: 1 2023-10-14T00:04:19.775 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.allow_mmap_reads: 0 2023-10-14T00:04:19.775 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.allow_mmap_writes: 0 2023-10-14T00:04:19.775 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.use_direct_reads: 0 2023-10-14T00:04:19.776 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-10-14T00:04:19.776 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.create_missing_column_families: 0 2023-10-14T00:04:19.776 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.db_log_dir: 2023-10-14T00:04:19.776 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.wal_dir: 2023-10-14T00:04:19.777 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.table_cache_numshardbits: 6 2023-10-14T00:04:19.777 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.WAL_ttl_seconds: 0 2023-10-14T00:04:19.777 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.WAL_size_limit_MB: 0 2023-10-14T00:04:19.778 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-10-14T00:04:19.778 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-10-14T00:04:19.778 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.is_fd_close_on_exec: 1 2023-10-14T00:04:19.778 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.advise_random_on_open: 1 2023-10-14T00:04:19.779 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.db_write_buffer_size: 0 2023-10-14T00:04:19.779 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.write_buffer_manager: 0x56089e2bd360 2023-10-14T00:04:19.779 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-10-14T00:04:19.779 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-10-14T00:04:19.779 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.use_adaptive_mutex: 0 2023-10-14T00:04:19.780 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.rate_limiter: (nil) 2023-10-14T00:04:19.780 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-10-14T00:04:19.780 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.wal_recovery_mode: 2 2023-10-14T00:04:19.780 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.enable_thread_tracking: 0 2023-10-14T00:04:19.780 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.enable_pipelined_write: 0 2023-10-14T00:04:19.781 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.unordered_write: 0 2023-10-14T00:04:19.781 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-10-14T00:04:19.781 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-10-14T00:04:19.781 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-10-14T00:04:19.781 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-10-14T00:04:19.782 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.row_cache: None 2023-10-14T00:04:19.782 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.wal_filter: None 2023-10-14T00:04:19.782 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-10-14T00:04:19.782 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.allow_ingest_behind: 0 2023-10-14T00:04:19.783 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.two_write_queues: 0 2023-10-14T00:04:19.783 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.manual_wal_flush: 0 2023-10-14T00:04:19.783 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.wal_compression: 0 2023-10-14T00:04:19.783 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.atomic_flush: 0 2023-10-14T00:04:19.784 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-10-14T00:04:19.784 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.persist_stats_to_disk: 0 2023-10-14T00:04:19.784 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.write_dbid_to_manifest: 0 2023-10-14T00:04:19.784 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.log_readahead_size: 0 2023-10-14T00:04:19.785 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-10-14T00:04:19.785 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.best_efforts_recovery: 0 2023-10-14T00:04:19.785 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-10-14T00:04:19.785 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-10-14T00:04:19.785 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.allow_data_in_errors: 0 2023-10-14T00:04:19.786 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.db_host_id: __hostname__ 2023-10-14T00:04:19.786 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.enforce_single_del_contracts: true 2023-10-14T00:04:19.786 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.max_background_jobs: 2 2023-10-14T00:04:19.786 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.max_background_compactions: -1 2023-10-14T00:04:19.787 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.max_subcompactions: 1 2023-10-14T00:04:19.787 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-10-14T00:04:19.787 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-10-14T00:04:19.787 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.delayed_write_rate : 16777216 2023-10-14T00:04:19.788 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.max_total_wal_size: 0 2023-10-14T00:04:19.788 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-10-14T00:04:19.788 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.stats_dump_period_sec: 600 2023-10-14T00:04:19.788 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.stats_persist_period_sec: 600 2023-10-14T00:04:19.788 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-10-14T00:04:19.789 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.max_open_files: -1 2023-10-14T00:04:19.789 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.bytes_per_sync: 0 2023-10-14T00:04:19.789 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.wal_bytes_per_sync: 0 2023-10-14T00:04:19.790 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.strict_bytes_per_sync: 0 2023-10-14T00:04:19.790 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.compaction_readahead_size: 0 2023-10-14T00:04:19.790 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.max_background_flushes: -1 2023-10-14T00:04:19.790 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Compression algorithms supported: 2023-10-14T00:04:19.791 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-10-14T00:04:19.791 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: kZSTD supported: 0 2023-10-14T00:04:19.791 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: kXpressCompression supported: 0 2023-10-14T00:04:19.791 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: kLZ4HCCompression supported: 1 2023-10-14T00:04:19.791 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: kZlibCompression supported: 1 2023-10-14T00:04:19.792 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: kSnappyCompression supported: 1 2023-10-14T00:04:19.792 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: kLZ4Compression supported: 1 2023-10-14T00:04:19.792 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: kBZip2Compression supported: 0 2023-10-14T00:04:19.792 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Fast CRC32 supported: Supported on x86 2023-10-14T00:04:19.792 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: DMutex implementation: pthread_mutex_t 2023-10-14T00:04:19.793 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000009 2023-10-14T00:04:19.793 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-10-14T00:04:19.793 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-10-14T00:04:19.793 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.merge_operator: 2023-10-14T00:04:19.793 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.compaction_filter: None 2023-10-14T00:04:19.794 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.compaction_filter_factory: None 2023-10-14T00:04:19.794 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.sst_partitioner_factory: None 2023-10-14T00:04:19.794 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.memtable_factory: SkipListFactory 2023-10-14T00:04:19.795 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.table_factory: BlockBasedTable 2023-10-14T00:04:19.795 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56089e3056e0) 2023-10-14T00:04:19.795 INFO:journalctl@ceph.mon.c.smithi055.stdout: cache_index_and_filter_blocks: 1 2023-10-14T00:04:19.795 INFO:journalctl@ceph.mon.c.smithi055.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-10-14T00:04:19.795 INFO:journalctl@ceph.mon.c.smithi055.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-10-14T00:04:19.796 INFO:journalctl@ceph.mon.c.smithi055.stdout: pin_top_level_index_and_filter: 1 2023-10-14T00:04:19.796 INFO:journalctl@ceph.mon.c.smithi055.stdout: index_type: 0 2023-10-14T00:04:19.796 INFO:journalctl@ceph.mon.c.smithi055.stdout: data_block_index_type: 0 2023-10-14T00:04:19.796 INFO:journalctl@ceph.mon.c.smithi055.stdout: index_shortening: 1 2023-10-14T00:04:19.797 INFO:journalctl@ceph.mon.c.smithi055.stdout: data_block_hash_table_util_ratio: 0.750000 2023-10-14T00:04:19.797 INFO:journalctl@ceph.mon.c.smithi055.stdout: checksum: 4 2023-10-14T00:04:19.797 INFO:journalctl@ceph.mon.c.smithi055.stdout: no_block_cache: 0 2023-10-14T00:04:19.797 INFO:journalctl@ceph.mon.c.smithi055.stdout: block_cache: 0x56089e35b1f0 2023-10-14T00:04:19.797 INFO:journalctl@ceph.mon.c.smithi055.stdout: block_cache_name: BinnedLRUCache 2023-10-14T00:04:19.798 INFO:journalctl@ceph.mon.c.smithi055.stdout: block_cache_options: 2023-10-14T00:04:19.798 INFO:journalctl@ceph.mon.c.smithi055.stdout: capacity : 536870912 2023-10-14T00:04:19.798 INFO:journalctl@ceph.mon.c.smithi055.stdout: num_shard_bits : 4 2023-10-14T00:04:19.798 INFO:journalctl@ceph.mon.c.smithi055.stdout: strict_capacity_limit : 0 2023-10-14T00:04:19.799 INFO:journalctl@ceph.mon.c.smithi055.stdout: high_pri_pool_ratio: 0.000 2023-10-14T00:04:19.799 INFO:journalctl@ceph.mon.c.smithi055.stdout: block_cache_compressed: (nil) 2023-10-14T00:04:19.799 INFO:journalctl@ceph.mon.c.smithi055.stdout: persistent_cache: (nil) 2023-10-14T00:04:19.799 INFO:journalctl@ceph.mon.c.smithi055.stdout: block_size: 4096 2023-10-14T00:04:19.799 INFO:journalctl@ceph.mon.c.smithi055.stdout: block_size_deviation: 10 2023-10-14T00:04:19.800 INFO:journalctl@ceph.mon.c.smithi055.stdout: block_restart_interval: 16 2023-10-14T00:04:19.800 INFO:journalctl@ceph.mon.c.smithi055.stdout: index_block_restart_interval: 1 2023-10-14T00:04:19.800 INFO:journalctl@ceph.mon.c.smithi055.stdout: metadata_block_size: 4096 2023-10-14T00:04:19.800 INFO:journalctl@ceph.mon.c.smithi055.stdout: partition_filters: 0 2023-10-14T00:04:19.800 INFO:journalctl@ceph.mon.c.smithi055.stdout: use_delta_encoding: 1 2023-10-14T00:04:19.801 INFO:journalctl@ceph.mon.c.smithi055.stdout: filter_policy: bloomfilter 2023-10-14T00:04:19.801 INFO:journalctl@ceph.mon.c.smithi055.stdout: whole_key_filtering: 1 2023-10-14T00:04:19.801 INFO:journalctl@ceph.mon.c.smithi055.stdout: verify_compression: 0 2023-10-14T00:04:19.801 INFO:journalctl@ceph.mon.c.smithi055.stdout: read_amp_bytes_per_bit: 0 2023-10-14T00:04:19.801 INFO:journalctl@ceph.mon.c.smithi055.stdout: format_version: 5 2023-10-14T00:04:19.802 INFO:journalctl@ceph.mon.c.smithi055.stdout: enable_index_compression: 1 2023-10-14T00:04:19.802 INFO:journalctl@ceph.mon.c.smithi055.stdout: block_align: 0 2023-10-14T00:04:19.802 INFO:journalctl@ceph.mon.c.smithi055.stdout: max_auto_readahead_size: 262144 2023-10-14T00:04:19.802 INFO:journalctl@ceph.mon.c.smithi055.stdout: prepopulate_block_cache: 0 2023-10-14T00:04:19.802 INFO:journalctl@ceph.mon.c.smithi055.stdout: initial_auto_readahead_size: 8192 2023-10-14T00:04:19.803 INFO:journalctl@ceph.mon.c.smithi055.stdout: num_file_reads_for_auto_readahead: 2 2023-10-14T00:04:19.803 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.write_buffer_size: 33554432 2023-10-14T00:04:19.803 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.max_write_buffer_number: 2 2023-10-14T00:04:19.803 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.compression: NoCompression 2023-10-14T00:04:19.804 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.bottommost_compression: Disabled 2023-10-14T00:04:19.804 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.prefix_extractor: nullptr 2023-10-14T00:04:19.804 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-10-14T00:04:19.804 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.num_levels: 7 2023-10-14T00:04:19.804 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-10-14T00:04:19.805 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-10-14T00:04:19.805 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-10-14T00:04:19.805 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-10-14T00:04:19.805 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-10-14T00:04:19.806 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-10-14T00:04:19.806 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-10-14T00:04:19.806 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-10-14T00:04:19.806 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-10-14T00:04:19.806 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-10-14T00:04:19.807 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-10-14T00:04:19.807 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-10-14T00:04:19.807 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.compression_opts.window_bits: -14 2023-10-14T00:04:19.807 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.compression_opts.level: 32767 2023-10-14T00:04:19.807 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.compression_opts.strategy: 0 2023-10-14T00:04:19.808 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-10-14T00:04:19.808 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-10-14T00:04:19.808 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-10-14T00:04:19.808 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-10-14T00:04:19.808 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.compression_opts.enabled: false 2023-10-14T00:04:19.809 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-10-14T00:04:19.809 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-10-14T00:04:19.809 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-10-14T00:04:19.809 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-10-14T00:04:19.809 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.target_file_size_base: 67108864 2023-10-14T00:04:19.810 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.target_file_size_multiplier: 1 2023-10-14T00:04:19.810 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-10-14T00:04:19.810 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-10-14T00:04:19.810 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-10-14T00:04:19.810 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-10-14T00:04:19.811 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-10-14T00:04:19.811 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-10-14T00:04:19.811 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-10-14T00:04:19.811 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-10-14T00:04:19.811 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-10-14T00:04:19.812 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-10-14T00:04:19.812 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-10-14T00:04:19.812 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-10-14T00:04:19.812 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-10-14T00:04:19.812 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.arena_block_size: 1048576 2023-10-14T00:04:19.813 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-10-14T00:04:19.813 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-10-14T00:04:19.813 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.disable_auto_compactions: 0 2023-10-14T00:04:19.815 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-10-14T00:04:19.815 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-10-14T00:04:19.815 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-10-14T00:04:19.815 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-10-14T00:04:19.815 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-10-14T00:04:19.816 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-10-14T00:04:19.816 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-10-14T00:04:19.816 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-10-14T00:04:19.816 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-10-14T00:04:19.816 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-10-14T00:04:19.817 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.table_properties_collectors: 2023-10-14T00:04:19.817 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.inplace_update_support: 0 2023-10-14T00:04:19.817 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.inplace_update_num_locks: 10000 2023-10-14T00:04:19.817 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-10-14T00:04:19.817 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-10-14T00:04:19.818 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.memtable_huge_page_size: 0 2023-10-14T00:04:19.818 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.bloom_locality: 0 2023-10-14T00:04:19.818 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.max_successive_merges: 0 2023-10-14T00:04:19.818 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.optimize_filters_for_hits: 0 2023-10-14T00:04:19.819 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.paranoid_file_checks: 0 2023-10-14T00:04:19.819 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.force_consistency_checks: 1 2023-10-14T00:04:19.819 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.report_bg_io_stats: 0 2023-10-14T00:04:19.819 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.ttl: 2592000 2023-10-14T00:04:19.819 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.periodic_compaction_seconds: 0 2023-10-14T00:04:19.820 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-10-14T00:04:19.820 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-10-14T00:04:19.820 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.enable_blob_files: false 2023-10-14T00:04:19.820 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.min_blob_size: 0 2023-10-14T00:04:19.820 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.blob_file_size: 268435456 2023-10-14T00:04:19.821 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.blob_compression_type: NoCompression 2023-10-14T00:04:19.821 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.enable_blob_garbage_collection: false 2023-10-14T00:04:19.821 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-10-14T00:04:19.821 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-10-14T00:04:19.821 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-10-14T00:04:19.822 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.blob_file_starting_level: 0 2023-10-14T00:04:19.822 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-10-14T00:04:19.822 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 24.sst 2023-10-14T00:04:19.822 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2023-10-14T00:04:19.822 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: 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 13634, log_number is 22,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-10-14T00:04:19.823 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 22 2023-10-14T00:04:19.823 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: ed24c814-53c5-4bb5-b85f-67da32565b51 2023-10-14T00:04:19.823 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697241859390240, "job": 1, "event": "recovery_started", "wal_files": [22]} 2023-10-14T00:04:19.823 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #22 mode 2 2023-10-14T00:04:19.823 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697241859402656, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 27, "file_size": 2444406, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 13617, "largest_seqno": 14544, "table_properties": {"data_size": 2439321, "index_size": 2915, "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": 11628, "raw_average_key_size": 25, "raw_value_size": 2429495, "raw_average_value_size": 5363, "num_data_blocks": 127, "num_entries": 453, "num_filter_entries": 453, "num_deletions": 12, "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": 1697241859, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "ed24c814-53c5-4bb5-b85f-67da32565b51", "db_session_id": "S6MICLG4DJDLRHNU42M5", "orig_file_number": 27, "seqno_to_time_mapping": "N/A"}} 2023-10-14T00:04:19.824 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697241859402767, "job": 1, "event": "recovery_finished"} 2023-10-14T00:04:19.824 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: [db/version_set.cc:5047] Creating manifest 29 2023-10-14T00:04:19.824 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2023-10-14T00:04:19.824 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: 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-10-14T00:04:19.825 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x56089e3f8000 2023-10-14T00:04:19.825 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: DB pointer 0x56089e3e4000 2023-10-14T00:04:19.825 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-10-14T00:04:19.825 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-10-14T00:04:19.826 INFO:journalctl@ceph.mon.c.smithi055.stdout: ** DB Stats ** 2023-10-14T00:04:19.826 INFO:journalctl@ceph.mon.c.smithi055.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-14T00:04:19.826 INFO:journalctl@ceph.mon.c.smithi055.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-10-14T00:04:19.826 INFO:journalctl@ceph.mon.c.smithi055.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-14T00:04:19.827 INFO:journalctl@ceph.mon.c.smithi055.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-14T00:04:19.827 INFO:journalctl@ceph.mon.c.smithi055.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-10-14T00:04:19.827 INFO:journalctl@ceph.mon.c.smithi055.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-14T00:04:19.827 INFO:journalctl@ceph.mon.c.smithi055.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-14T00:04:19.827 INFO:journalctl@ceph.mon.c.smithi055.stdout: 2023-10-14T00:04:19.828 INFO:journalctl@ceph.mon.c.smithi055.stdout: ** Compaction Stats [default] ** 2023-10-14T00:04:19.828 INFO:journalctl@ceph.mon.c.smithi055.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-10-14T00:04:19.828 INFO:journalctl@ceph.mon.c.smithi055.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-10-14T00:04:19.828 INFO:journalctl@ceph.mon.c.smithi055.stdout: L0 1/0 2.33 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 399.5 0.01 0.00 1 0.006 0 0 0.0 0.0 2023-10-14T00:04:19.829 INFO:journalctl@ceph.mon.c.smithi055.stdout: L6 1/0 9.26 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-10-14T00:04:19.829 INFO:journalctl@ceph.mon.c.smithi055.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 399.5 0.01 0.00 1 0.006 0 0 0.0 0.0 2023-10-14T00:04:19.829 INFO:journalctl@ceph.mon.c.smithi055.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 399.5 0.01 0.00 1 0.006 0 0 0.0 0.0 2023-10-14T00:04:19.829 INFO:journalctl@ceph.mon.c.smithi055.stdout: 2023-10-14T00:04:19.829 INFO:journalctl@ceph.mon.c.smithi055.stdout: ** Compaction Stats [default] ** 2023-10-14T00:04:19.830 INFO:journalctl@ceph.mon.c.smithi055.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-10-14T00:04:19.830 INFO:journalctl@ceph.mon.c.smithi055.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-14T00:04:19.830 INFO:journalctl@ceph.mon.c.smithi055.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 399.5 0.01 0.00 1 0.006 0 0 0.0 0.0 2023-10-14T00:04:19.830 INFO:journalctl@ceph.mon.c.smithi055.stdout: 2023-10-14T00:04:19.831 INFO:journalctl@ceph.mon.c.smithi055.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-10-14T00:04:19.831 INFO:journalctl@ceph.mon.c.smithi055.stdout: 2023-10-14T00:04:19.831 INFO:journalctl@ceph.mon.c.smithi055.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-14T00:04:19.831 INFO:journalctl@ceph.mon.c.smithi055.stdout: Flush(GB): cumulative 0.002, interval 0.002 2023-10-14T00:04:19.831 INFO:journalctl@ceph.mon.c.smithi055.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-14T00:04:19.832 INFO:journalctl@ceph.mon.c.smithi055.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-10-14T00:04:19.832 INFO:journalctl@ceph.mon.c.smithi055.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-10-14T00:04:19.832 INFO:journalctl@ceph.mon.c.smithi055.stdout: AddFile(Keys): cumulative 0, interval 0 2023-10-14T00:04:19.833 INFO:journalctl@ceph.mon.c.smithi055.stdout: Cumulative compaction: 0.00 GB write, 111.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-14T00:04:19.833 INFO:journalctl@ceph.mon.c.smithi055.stdout: Interval compaction: 0.00 GB write, 111.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-14T00:04:19.833 INFO:journalctl@ceph.mon.c.smithi055.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-10-14T00:04:19.834 INFO:journalctl@ceph.mon.c.smithi055.stdout: Block cache BinnedLRUCache@0x56089e35b1f0#2 capacity: 512.00 MB usage: 4.36 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.5e-05 secs_since: 0 2023-10-14T00:04:19.834 INFO:journalctl@ceph.mon.c.smithi055.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-10-14T00:04:19.835 INFO:journalctl@ceph.mon.c.smithi055.stdout: 2023-10-14T00:04:19.835 INFO:journalctl@ceph.mon.c.smithi055.stdout: ** File Read Latency Histogram By Level [default] ** 2023-10-14T00:04:19.836 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: starting mon.c rank 2 at public addrs [v2:172.21.15.55:3301/0,v1:172.21.15.55:6790/0] at bind addrs [v2:172.21.15.55:3301/0,v1:172.21.15.55:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid db84ebe0-6a23-11ee-8db6-212e2dc638e7 2023-10-14T00:04:19.836 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: mon.c@-1(???) e3 preinit fsid db84ebe0-6a23-11ee-8db6-212e2dc638e7 2023-10-14T00:04:19.836 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: mon.c@-1(???).mds e8 new map 2023-10-14T00:04:19.836 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: mon.c@-1(???).mds e8 print_map 2023-10-14T00:04:19.836 INFO:journalctl@ceph.mon.c.smithi055.stdout: e8 2023-10-14T00:04:19.837 INFO:journalctl@ceph.mon.c.smithi055.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-10-14T00:04:19.837 INFO:journalctl@ceph.mon.c.smithi055.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-10-14T00:04:19.837 INFO:journalctl@ceph.mon.c.smithi055.stdout: legacy client fscid: 1 2023-10-14T00:04:19.838 INFO:journalctl@ceph.mon.c.smithi055.stdout: 2023-10-14T00:04:19.838 INFO:journalctl@ceph.mon.c.smithi055.stdout: Filesystem 'cephfs' (1) 2023-10-14T00:04:19.838 INFO:journalctl@ceph.mon.c.smithi055.stdout: fs_name cephfs 2023-10-14T00:04:19.839 INFO:journalctl@ceph.mon.c.smithi055.stdout: epoch 8 2023-10-14T00:04:19.839 INFO:journalctl@ceph.mon.c.smithi055.stdout: flags 12 joinable allow_snaps allow_multimds_snaps 2023-10-14T00:04:19.839 INFO:journalctl@ceph.mon.c.smithi055.stdout: created 2023-10-13T23:59:34.127848+0000 2023-10-14T00:04:19.839 INFO:journalctl@ceph.mon.c.smithi055.stdout: modified 2023-10-13T23:59:37.737671+0000 2023-10-14T00:04:19.840 INFO:journalctl@ceph.mon.c.smithi055.stdout: tableserver 0 2023-10-14T00:04:19.840 INFO:journalctl@ceph.mon.c.smithi055.stdout: root 0 2023-10-14T00:04:19.841 INFO:journalctl@ceph.mon.c.smithi055.stdout: session_timeout 60 2023-10-14T00:04:19.841 INFO:journalctl@ceph.mon.c.smithi055.stdout: session_autoclose 300 2023-10-14T00:04:19.841 INFO:journalctl@ceph.mon.c.smithi055.stdout: max_file_size 1099511627776 2023-10-14T00:04:19.842 INFO:journalctl@ceph.mon.c.smithi055.stdout: max_xattr_size 65536 2023-10-14T00:04:19.842 INFO:journalctl@ceph.mon.c.smithi055.stdout: required_client_features {} 2023-10-14T00:04:19.842 INFO:journalctl@ceph.mon.c.smithi055.stdout: last_failure 0 2023-10-14T00:04:19.843 INFO:journalctl@ceph.mon.c.smithi055.stdout: last_failure_osd_epoch 0 2023-10-14T00:04:19.843 INFO:journalctl@ceph.mon.c.smithi055.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-10-14T00:04:19.844 INFO:journalctl@ceph.mon.c.smithi055.stdout: max_mds 1 2023-10-14T00:04:19.844 INFO:journalctl@ceph.mon.c.smithi055.stdout: in 0 2023-10-14T00:04:19.844 INFO:journalctl@ceph.mon.c.smithi055.stdout: up {0=24376} 2023-10-14T00:04:19.845 INFO:journalctl@ceph.mon.c.smithi055.stdout: failed 2023-10-14T00:04:19.845 INFO:journalctl@ceph.mon.c.smithi055.stdout: damaged 2023-10-14T00:04:19.845 INFO:journalctl@ceph.mon.c.smithi055.stdout: stopped 2023-10-14T00:04:19.846 INFO:journalctl@ceph.mon.c.smithi055.stdout: data_pools [3] 2023-10-14T00:04:19.846 INFO:journalctl@ceph.mon.c.smithi055.stdout: metadata_pool 2 2023-10-14T00:04:19.846 INFO:journalctl@ceph.mon.c.smithi055.stdout: inline_data disabled 2023-10-14T00:04:19.846 INFO:journalctl@ceph.mon.c.smithi055.stdout: balancer 2023-10-14T00:04:19.847 INFO:journalctl@ceph.mon.c.smithi055.stdout: bal_rank_mask -1 2023-10-14T00:04:19.847 INFO:journalctl@ceph.mon.c.smithi055.stdout: standby_count_wanted 0 2023-10-14T00:04:19.847 INFO:journalctl@ceph.mon.c.smithi055.stdout: [mds.b{0:24376} state up:active seq 3 addr [v2:172.21.15.82:6832/2924660589,v1:172.21.15.82:6833/2924660589] compat {c=[1],r=[1],i=[7ff]}] 2023-10-14T00:04:19.848 INFO:journalctl@ceph.mon.c.smithi055.stdout: 2023-10-14T00:04:19.848 INFO:journalctl@ceph.mon.c.smithi055.stdout: 2023-10-14T00:04:19.848 INFO:journalctl@ceph.mon.c.smithi055.stdout: Standby daemons: 2023-10-14T00:04:19.849 INFO:journalctl@ceph.mon.c.smithi055.stdout: 2023-10-14T00:04:19.849 INFO:journalctl@ceph.mon.c.smithi055.stdout: [mds.a{-1:14472} state up:standby seq 1 addr [v2:172.21.15.55:6834/488392878,v1:172.21.15.55:6835/488392878] compat {c=[1],r=[1],i=[7ff]}] 2023-10-14T00:04:19.849 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: mon.c@-1(???).osd e207 crush map has features 3314933069573799936, adjusting msgr requires 2023-10-14T00:04:19.850 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: mon.c@-1(???).osd e207 crush map has features 432629308056666112, adjusting msgr requires 2023-10-14T00:04:19.850 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: mon.c@-1(???).osd e207 crush map has features 432629308056666112, adjusting msgr requires 2023-10-14T00:04:19.850 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: mon.c@-1(???).osd e207 crush map has features 432629308056666112, adjusting msgr requires 2023-10-14T00:04:19.851 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:19 smithi055 ceph-mon[185614]: mon.c@-1(???).paxosservice(auth 1..19) refresh upgraded, format 0 -> 3 2023-10-14T00:04:24.667 INFO:tasks.rados.rados.0.smithi055.stdout:843: done (7 left) 2023-10-14T00:04:24.668 INFO:tasks.rados.rados.0.smithi055.stdout:844: snap_remove snap 66 2023-10-14T00:04:25.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-b[116298]: 2023-10-14T00:04:24.646+0000 7fafca6c6700 -1 mon.b@1(peon).osd e208 update_from_paxos full map CRC mismatch, resetting to canonical 2023-10-14T00:04:25.379 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:04:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:04:25] "GET /metrics HTTP/1.1" 200 36008 "" "Prometheus/2.43.0" 2023-10-14T00:04:26.280 INFO:tasks.rados.rados.0.smithi055.stdout:844: done (7 left) 2023-10-14T00:04:26.281 INFO:tasks.rados.rados.0.smithi055.stdout:845: read oid 34 snap -1 2023-10-14T00:04:26.281 INFO:tasks.rados.rados.0.smithi055.stdout:845: expect deleted 2023-10-14T00:04:26.281 INFO:tasks.rados.rados.0.smithi055.stdout:846: rollback oid 50 current snap is 68 2023-10-14T00:04:26.282 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 50 to 64 2023-10-14T00:04:26.282 INFO:tasks.rados.rados.0.smithi055.stdout:833: finishing write tid 2 to smithi055169533-29 2023-10-14T00:04:26.282 INFO:tasks.rados.rados.0.smithi055.stdout:833: finishing write tid 3 to smithi055169533-29 2023-10-14T00:04:26.282 INFO:tasks.rados.rados.0.smithi055.stdout:833: finishing write tid 4 to smithi055169533-29 2023-10-14T00:04:26.282 INFO:tasks.rados.rados.0.smithi055.stdout:833: finishing write tid 5 to smithi055169533-29 2023-10-14T00:04:26.283 INFO:tasks.rados.rados.0.smithi055.stdout:833: finishing write tid 6 to smithi055169533-29 2023-10-14T00:04:26.283 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 29 v 154 (ObjNum 276 snap 68 seq_num 276) dirty exists 2023-10-14T00:04:26.283 INFO:tasks.rados.rados.0.smithi055.stdout:833: left oid 29 (ObjNum 276 snap 68 seq_num 276) 2023-10-14T00:04:26.283 INFO:tasks.rados.rados.0.smithi055.stdout:838: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:04:26.284 INFO:tasks.rados.rados.0.smithi055.stdout:842: finishing rollback tid 1 to smithi055169533-27 2023-10-14T00:04:26.284 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 27 v 0 (ObjNum 289 snap 0 seq_num 0) dirty dne 2023-10-14T00:04:26.284 INFO:tasks.rados.rados.0.smithi055.stdout:840: expect (ObjNum 254 snap 59 seq_num 254) 2023-10-14T00:04:26.354 INFO:tasks.rados.rados.0.smithi055.stdout:841: finishing copy_from to smithi055169533-19 2023-10-14T00:04:26.354 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 19 v 129 (ObjNum 268 snap 68 seq_num 268) dirty exists 2023-10-14T00:04:26.355 INFO:tasks.rados.rados.0.smithi055.stdout:841: finishing copy_from racing read to smithi055169533-19 2023-10-14T00:04:26.355 INFO:tasks.rados.rados.0.smithi055.stdout:839: expect (ObjNum 269 snap 68 seq_num 269) 2023-10-14T00:04:26.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:26 smithi055 ceph-mon[183057]: mon.c calling monitor election 2023-10-14T00:04:26.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:26 smithi055 ceph-mon[183057]: mon.b calling monitor election 2023-10-14T00:04:26.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:26 smithi055 ceph-mon[183057]: mon.a calling monitor election 2023-10-14T00:04:26.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:26 smithi055 ceph-mon[183057]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2023-10-14T00:04:26.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:26 smithi055 ceph-mon[183057]: monmap e3: 3 mons at {a=[v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0],b=[v2:172.21.15.82:3300/0,v1:172.21.15.82:6789/0],c=[v2:172.21.15.55:3301/0,v1:172.21.15.55:6790/0]} removed_ranks: {} 2023-10-14T00:04:26.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:26 smithi055 ceph-mon[183057]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2023-10-14T00:04:26.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:26 smithi055 ceph-mon[183057]: osdmap e208: 8 total, 8 up, 8 in 2023-10-14T00:04:26.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:26 smithi055 ceph-mon[183057]: mgrmap e40: y(active, since 16s), standbys: x 2023-10-14T00:04:26.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:26 smithi055 ceph-mon[183057]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,b) 2023-10-14T00:04:26.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:26 smithi055 ceph-mon[183057]: Cluster is now healthy 2023-10-14T00:04:26.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:26 smithi055 ceph-mon[183057]: overall HEALTH_OK 2023-10-14T00:04:26.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:26 smithi055 ceph-mon[185614]: mon.c calling monitor election 2023-10-14T00:04:26.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:26 smithi055 ceph-mon[185614]: mon.b calling monitor election 2023-10-14T00:04:26.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:26 smithi055 ceph-mon[185614]: mon.a calling monitor election 2023-10-14T00:04:26.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:26 smithi055 ceph-mon[185614]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2023-10-14T00:04:26.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:26 smithi055 ceph-mon[185614]: monmap e3: 3 mons at {a=[v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0],b=[v2:172.21.15.82:3300/0,v1:172.21.15.82:6789/0],c=[v2:172.21.15.55:3301/0,v1:172.21.15.55:6790/0]} removed_ranks: {} 2023-10-14T00:04:26.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:26 smithi055 ceph-mon[185614]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2023-10-14T00:04:26.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:26 smithi055 ceph-mon[185614]: osdmap e208: 8 total, 8 up, 8 in 2023-10-14T00:04:26.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:26 smithi055 ceph-mon[185614]: mgrmap e40: y(active, since 16s), standbys: x 2023-10-14T00:04:26.521 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:26 smithi055 ceph-mon[185614]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,b) 2023-10-14T00:04:26.521 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:26 smithi055 ceph-mon[185614]: Cluster is now healthy 2023-10-14T00:04:26.521 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:26 smithi055 ceph-mon[185614]: overall HEALTH_OK 2023-10-14T00:04:26.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:26 smithi082 ceph-mon[116307]: mon.c calling monitor election 2023-10-14T00:04:26.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:26 smithi082 ceph-mon[116307]: mon.b calling monitor election 2023-10-14T00:04:26.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:26 smithi082 ceph-mon[116307]: mon.a calling monitor election 2023-10-14T00:04:26.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:26 smithi082 ceph-mon[116307]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2023-10-14T00:04:26.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:26 smithi082 ceph-mon[116307]: monmap e3: 3 mons at {a=[v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0],b=[v2:172.21.15.82:3300/0,v1:172.21.15.82:6789/0],c=[v2:172.21.15.55:3301/0,v1:172.21.15.55:6790/0]} removed_ranks: {} 2023-10-14T00:04:26.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:26 smithi082 ceph-mon[116307]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2023-10-14T00:04:26.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:26 smithi082 ceph-mon[116307]: osdmap e208: 8 total, 8 up, 8 in 2023-10-14T00:04:26.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:26 smithi082 ceph-mon[116307]: mgrmap e40: y(active, since 16s), standbys: x 2023-10-14T00:04:26.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:26 smithi082 ceph-mon[116307]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,b) 2023-10-14T00:04:26.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:26 smithi082 ceph-mon[116307]: Cluster is now healthy 2023-10-14T00:04:26.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:26 smithi082 ceph-mon[116307]: overall HEALTH_OK 2023-10-14T00:04:26.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-b[116298]: 2023-10-14T00:04:26.275+0000 7fafca6c6700 -1 mon.b@1(peon).osd e209 update_from_paxos full map CRC mismatch, resetting to canonical 2023-10-14T00:04:26.643 INFO:tasks.rados.rados.0.smithi055.stdout:846: finishing rollback tid 1 to smithi055169533-50 2023-10-14T00:04:26.643 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 50 v 0 (ObjNum 289 snap 0 seq_num 43770100) dirty dne 2023-10-14T00:04:26.643 INFO:tasks.rados.rados.0.smithi055.stdout:833: done (8 left) 2023-10-14T00:04:26.643 INFO:tasks.rados.rados.0.smithi055.stdout:836: done (7 left) 2023-10-14T00:04:26.644 INFO:tasks.rados.rados.0.smithi055.stdout:838: done (6 left) 2023-10-14T00:04:26.644 INFO:tasks.rados.rados.0.smithi055.stdout:839: done (5 left) 2023-10-14T00:04:26.644 INFO:tasks.rados.rados.0.smithi055.stdout:840: done (4 left) 2023-10-14T00:04:26.645 INFO:tasks.rados.rados.0.smithi055.stdout:841: done (3 left) 2023-10-14T00:04:26.645 INFO:tasks.rados.rados.0.smithi055.stdout:842: done (2 left) 2023-10-14T00:04:26.645 INFO:tasks.rados.rados.0.smithi055.stdout:845: done (1 left) 2023-10-14T00:04:26.645 INFO:tasks.rados.rados.0.smithi055.stdout:846: done (0 left) 2023-10-14T00:04:26.646 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 29 current snap is 68 2023-10-14T00:04:26.646 INFO:tasks.rados.rados.0.smithi055.stdout:847: seq_num 278 ranges {4628480=663552,5292032=442368,5734400=720896,6455296=442368} 2023-10-14T00:04:26.673 INFO:tasks.rados.rados.0.smithi055.stdout:847: writing smithi055169533-29 from 4628480 to 5292032 tid 1 2023-10-14T00:04:26.676 INFO:tasks.rados.rados.0.smithi055.stdout:847: writing smithi055169533-29 from 5292032 to 5734400 tid 2 2023-10-14T00:04:26.680 INFO:tasks.rados.rados.0.smithi055.stdout:847: writing smithi055169533-29 from 5734400 to 6455296 tid 3 2023-10-14T00:04:26.683 INFO:tasks.rados.rados.0.smithi055.stdout:847: writing smithi055169533-29 from 6455296 to 6897664 tid 4 2023-10-14T00:04:26.683 INFO:tasks.rados.rados.0.smithi055.stdout:848: delete oid 45 current snap is 68 2023-10-14T00:04:26.683 INFO:tasks.rados.rados.0.smithi055.stdout:847: finishing write tid 1 to smithi055169533-29 2023-10-14T00:04:26.684 INFO:tasks.rados.rados.0.smithi055.stdout:847: finishing write tid 2 to smithi055169533-29 2023-10-14T00:04:26.684 INFO:tasks.rados.rados.0.smithi055.stdout:847: finishing write tid 3 to smithi055169533-29 2023-10-14T00:04:26.685 INFO:tasks.rados.rados.0.smithi055.stdout:848: done (1 left) 2023-10-14T00:04:26.685 INFO:tasks.rados.rados.0.smithi055.stdout:849: delete oid 22 current snap is 68 2023-10-14T00:04:26.686 INFO:tasks.rados.rados.0.smithi055.stdout:847: finishing write tid 4 to smithi055169533-29 2023-10-14T00:04:26.686 INFO:tasks.rados.rados.0.smithi055.stdout:847: finishing write tid 5 to smithi055169533-29 2023-10-14T00:04:26.687 INFO:tasks.rados.rados.0.smithi055.stdout:847: finishing write tid 6 to smithi055169533-29 2023-10-14T00:04:26.687 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 29 v 171 (ObjNum 278 snap 68 seq_num 278) dirty exists 2023-10-14T00:04:26.687 INFO:tasks.rados.rados.0.smithi055.stdout:847: left oid 29 (ObjNum 278 snap 68 seq_num 278) 2023-10-14T00:04:26.687 INFO:tasks.rados.rados.0.smithi055.stdout:847: done (1 left) 2023-10-14T00:04:26.687 INFO:tasks.rados.rados.0.smithi055.stdout:849: done (0 left) 2023-10-14T00:04:26.688 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 28 current snap is 68 2023-10-14T00:04:26.688 INFO:tasks.rados.rados.0.smithi055.stdout:850: seq_num 281 ranges {7831552=712704,8544256=491520,9035776=491520,9527296=622592} 2023-10-14T00:04:26.735 INFO:tasks.rados.rados.0.smithi055.stdout:850: writing smithi055169533-28 from 7831552 to 8544256 tid 1 2023-10-14T00:04:26.738 INFO:tasks.rados.rados.0.smithi055.stdout:850: writing smithi055169533-28 from 8544256 to 9035776 tid 2 2023-10-14T00:04:26.741 INFO:tasks.rados.rados.0.smithi055.stdout:850: writing smithi055169533-28 from 9035776 to 9527296 tid 3 2023-10-14T00:04:26.745 INFO:tasks.rados.rados.0.smithi055.stdout:850: writing smithi055169533-28 from 9527296 to 10149888 tid 4 2023-10-14T00:04:26.746 INFO:tasks.rados.rados.0.smithi055.stdout:851: rmattr oid 34 current snap is 68 2023-10-14T00:04:26.746 INFO:tasks.rados.rados.0.smithi055.stdout:851: done (1 left) 2023-10-14T00:04:26.746 INFO:tasks.rados.rados.0.smithi055.stdout:852: snap_create 2023-10-14T00:04:26.746 INFO:tasks.rados.rados.0.smithi055.stdout:850: finishing write tid 1 to smithi055169533-28 2023-10-14T00:04:26.746 INFO:tasks.rados.rados.0.smithi055.stdout:850: finishing write tid 2 to smithi055169533-28 2023-10-14T00:04:26.747 INFO:tasks.rados.rados.0.smithi055.stdout:850: finishing write tid 3 to smithi055169533-28 2023-10-14T00:04:26.747 INFO:tasks.rados.rados.0.smithi055.stdout:850: finishing write tid 4 to smithi055169533-28 2023-10-14T00:04:26.747 INFO:tasks.rados.rados.0.smithi055.stdout:850: finishing write tid 5 to smithi055169533-28 2023-10-14T00:04:26.748 INFO:tasks.rados.rados.0.smithi055.stdout:850: finishing write tid 6 to smithi055169533-28 2023-10-14T00:04:26.748 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 28 v 389 (ObjNum 281 snap 68 seq_num 281) dirty exists 2023-10-14T00:04:26.748 INFO:tasks.rados.rados.0.smithi055.stdout:850: left oid 28 (ObjNum 281 snap 68 seq_num 281) 2023-10-14T00:04:27.292 INFO:tasks.rados.rados.0.smithi055.stdout:850: done (1 left) 2023-10-14T00:04:27.293 INFO:tasks.rados.rados.0.smithi055.stdout:852: done (0 left) 2023-10-14T00:04:27.293 INFO:tasks.rados.rados.0.smithi055.stdout:853: rmattr oid 35 current snap is 69 2023-10-14T00:04:27.293 INFO:tasks.rados.rados.0.smithi055.stdout:854: read oid 16 snap -1 2023-10-14T00:04:27.293 INFO:tasks.rados.rados.0.smithi055.stdout:854: expect deleted 2023-10-14T00:04:27.294 INFO:tasks.rados.rados.0.smithi055.stdout:855: setattr oid 12 current snap is 69 2023-10-14T00:04:27.294 INFO:tasks.rados.rados.0.smithi055.stdout:856: rollback oid 43 current snap is 69 2023-10-14T00:04:27.295 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 43 to 64 2023-10-14T00:04:27.295 INFO:tasks.rados.rados.0.smithi055.stdout:857: snap_remove snap 68 2023-10-14T00:04:27.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:27 smithi055 ceph-mon[185614]: failed to encode map e209 with expected crc 2023-10-14T00:04:27.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:27 smithi055 ceph-mon[185614]: osdmap e209: 8 total, 8 up, 8 in 2023-10-14T00:04:27.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:27 smithi055 ceph-mon[185614]: failed to encode map e209 with expected crc 2023-10-14T00:04:27.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:27 smithi055 ceph-mon[185614]: failed to encode map e209 with expected crc 2023-10-14T00:04:27.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:27 smithi055 ceph-mon[185614]: pgmap v23: 121 pgs: 121 active+clean; 129 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 3.0 MiB/s rd, 529 KiB/s wr, 2 op/s 2023-10-14T00:04:27.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:27 smithi055 ceph-mon[183057]: failed to encode map e209 with expected crc 2023-10-14T00:04:27.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:27 smithi055 ceph-mon[183057]: osdmap e209: 8 total, 8 up, 8 in 2023-10-14T00:04:27.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:27 smithi055 ceph-mon[183057]: failed to encode map e209 with expected crc 2023-10-14T00:04:27.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:27 smithi055 ceph-mon[183057]: failed to encode map e209 with expected crc 2023-10-14T00:04:27.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:27 smithi055 ceph-mon[183057]: pgmap v23: 121 pgs: 121 active+clean; 129 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 3.0 MiB/s rd, 529 KiB/s wr, 2 op/s 2023-10-14T00:04:27.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-b[116298]: 2023-10-14T00:04:27.285+0000 7fafca6c6700 -1 mon.b@1(peon).osd e210 update_from_paxos full map CRC mismatch, resetting to canonical 2023-10-14T00:04:27.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:27 smithi082 ceph-mon[116307]: failed to encode map e209 with expected crc 2023-10-14T00:04:27.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:27 smithi082 ceph-mon[116307]: osdmap e209: 8 total, 8 up, 8 in 2023-10-14T00:04:27.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:27 smithi082 ceph-mon[116307]: failed to encode map e209 with expected crc 2023-10-14T00:04:27.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:27 smithi082 ceph-mon[116307]: failed to encode map e209 with expected crc 2023-10-14T00:04:27.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:27 smithi082 ceph-mon[116307]: pgmap v23: 121 pgs: 121 active+clean; 129 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 3.0 MiB/s rd, 529 KiB/s wr, 2 op/s 2023-10-14T00:04:28.304 INFO:tasks.rados.rados.0.smithi055.stdout:857: done (4 left) 2023-10-14T00:04:28.305 INFO:tasks.rados.rados.0.smithi055.stdout:858: copy_from oid 33 from oid 9 current snap is 69 2023-10-14T00:04:28.305 INFO:tasks.rados.rados.0.smithi055.stdout:856: finishing rollback tid 0 to smithi055169533-43 2023-10-14T00:04:28.305 INFO:tasks.rados.rados.0.smithi055.stdout:856: finishing rollback tid 1 to smithi055169533-43 2023-10-14T00:04:28.306 INFO:tasks.rados.rados.0.smithi055.stdout:856: finishing rollback tid 2 to smithi055169533-43 2023-10-14T00:04:28.306 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 43 v 311 (ObjNum 243 snap 56 seq_num 243) dirty exists 2023-10-14T00:04:28.306 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 35 v 395 (ObjNum 160 snap 36 seq_num 160) dirty exists 2023-10-14T00:04:28.306 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 12 v 214 (ObjNum 188 snap 42 seq_num 188) dirty exists 2023-10-14T00:04:28.306 INFO:tasks.rados.rados.0.smithi055.stdout:853: done (4 left) 2023-10-14T00:04:28.307 INFO:tasks.rados.rados.0.smithi055.stdout:854: done (3 left) 2023-10-14T00:04:28.307 INFO:tasks.rados.rados.0.smithi055.stdout:855: done (2 left) 2023-10-14T00:04:28.307 INFO:tasks.rados.rados.0.smithi055.stdout:856: done (1 left) 2023-10-14T00:04:28.307 INFO:tasks.rados.rados.0.smithi055.stdout:859: read oid 27 snap -1 2023-10-14T00:04:28.307 INFO:tasks.rados.rados.0.smithi055.stdout:859: expect deleted 2023-10-14T00:04:28.308 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 23 current snap is 69 2023-10-14T00:04:28.308 INFO:tasks.rados.rados.0.smithi055.stdout:860: seq_num 282 ranges {2064384=729088,2793472=425984,3219456=704512,3923968=475136} 2023-10-14T00:04:28.321 INFO:tasks.rados.rados.0.smithi055.stdout:860: writing smithi055169533-23 from 2064384 to 2793472 tid 1 2023-10-14T00:04:28.325 INFO:tasks.rados.rados.0.smithi055.stdout:860: writing smithi055169533-23 from 2793472 to 3219456 tid 2 2023-10-14T00:04:28.329 INFO:tasks.rados.rados.0.smithi055.stdout:860: writing smithi055169533-23 from 3219456 to 3923968 tid 3 2023-10-14T00:04:28.333 INFO:tasks.rados.rados.0.smithi055.stdout:860: writing smithi055169533-23 from 3923968 to 4399104 tid 4 2023-10-14T00:04:28.333 INFO:tasks.rados.rados.0.smithi055.stdout:861: copy_from oid 31 from oid 6 current snap is 69 2023-10-14T00:04:28.334 INFO:tasks.rados.rados.0.smithi055.stdout:858: finishing copy_from to smithi055169533-33 2023-10-14T00:04:28.334 INFO:tasks.rados.rados.0.smithi055.stdout:858: got expected ENOENT (src dne) 2023-10-14T00:04:28.334 INFO:tasks.rados.rados.0.smithi055.stdout:858: finishing copy_from racing read to smithi055169533-33 2023-10-14T00:04:28.334 INFO:tasks.rados.rados.0.smithi055.stdout:860: finishing write tid 1 to smithi055169533-23 2023-10-14T00:04:28.334 INFO:tasks.rados.rados.0.smithi055.stdout:860: finishing write tid 2 to smithi055169533-23 2023-10-14T00:04:28.335 INFO:tasks.rados.rados.0.smithi055.stdout:860: finishing write tid 3 to smithi055169533-23 2023-10-14T00:04:28.335 INFO:tasks.rados.rados.0.smithi055.stdout:858: done (3 left) 2023-10-14T00:04:28.335 INFO:tasks.rados.rados.0.smithi055.stdout:859: done (2 left) 2023-10-14T00:04:28.335 INFO:tasks.rados.rados.0.smithi055.stdout:862: read oid 21 snap -1 2023-10-14T00:04:28.335 INFO:tasks.rados.rados.0.smithi055.stdout:862: expect (ObjNum 232 snap 55 seq_num 232) 2023-10-14T00:04:28.336 INFO:tasks.rados.rados.0.smithi055.stdout:863: delete oid 9 current snap is 69 2023-10-14T00:04:28.336 INFO:tasks.rados.rados.0.smithi055.stdout:863: done (3 left) 2023-10-14T00:04:28.336 INFO:tasks.rados.rados.0.smithi055.stdout:864: snap_remove snap 64 2023-10-14T00:04:28.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:28 smithi082 ceph-mon[116307]: failed to encode map e210 with expected crc 2023-10-14T00:04:28.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:28 smithi082 ceph-mon[116307]: failed to encode map e210 with expected crc 2023-10-14T00:04:28.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:28 smithi082 ceph-mon[116307]: osdmap e210: 8 total, 8 up, 8 in 2023-10-14T00:04:28.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:28 smithi082 ceph-mon[116307]: failed to encode map e210 with expected crc 2023-10-14T00:04:28.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:28 smithi082 ceph-mon[116307]: failed to encode map e210 with expected crc 2023-10-14T00:04:28.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:28 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:28.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:28 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:28.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:28 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:28.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:28 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:28.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:28 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-b[116298]: 2023-10-14T00:04:28.297+0000 7fafca6c6700 -1 mon.b@1(peon).osd e211 update_from_paxos full map CRC mismatch, resetting to canonical 2023-10-14T00:04:28.658 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:28 smithi055 ceph-mon[185614]: failed to encode map e210 with expected crc 2023-10-14T00:04:28.659 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:28 smithi055 ceph-mon[185614]: failed to encode map e210 with expected crc 2023-10-14T00:04:28.659 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:28 smithi055 ceph-mon[185614]: osdmap e210: 8 total, 8 up, 8 in 2023-10-14T00:04:28.659 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:28 smithi055 ceph-mon[185614]: failed to encode map e210 with expected crc 2023-10-14T00:04:28.659 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:28 smithi055 ceph-mon[185614]: failed to encode map e210 with expected crc 2023-10-14T00:04:28.659 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:28 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:28.660 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:28 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:28.660 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:28 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:28.660 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:28 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:28.661 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:28 smithi055 ceph-mon[183057]: failed to encode map e210 with expected crc 2023-10-14T00:04:28.661 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:28 smithi055 ceph-mon[183057]: failed to encode map e210 with expected crc 2023-10-14T00:04:28.661 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:28 smithi055 ceph-mon[183057]: osdmap e210: 8 total, 8 up, 8 in 2023-10-14T00:04:28.661 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:28 smithi055 ceph-mon[183057]: failed to encode map e210 with expected crc 2023-10-14T00:04:28.662 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:28 smithi055 ceph-mon[183057]: failed to encode map e210 with expected crc 2023-10-14T00:04:28.662 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:28 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:28.662 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:28 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:28.662 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:28 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:28.662 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:28 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:29.125 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:04:28 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:04: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-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi082.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi055:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-10-14T00:04:29.314 INFO:tasks.rados.rados.0.smithi055.stdout:864: done (3 left) 2023-10-14T00:04:29.315 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 16 current snap is 69 2023-10-14T00:04:29.315 INFO:tasks.rados.rados.0.smithi055.stdout:860: finishing write tid 4 to smithi055169533-23 2023-10-14T00:04:29.315 INFO:tasks.rados.rados.0.smithi055.stdout:865: seq_num 284 ranges {0=761856,761856=598016,1359872=671744,2031616=335872} 2023-10-14T00:04:29.319 INFO:tasks.rados.rados.0.smithi055.stdout:865: writing smithi055169533-16 from 0 to 761856 tid 1 2023-10-14T00:04:29.323 INFO:tasks.rados.rados.0.smithi055.stdout:865: writing smithi055169533-16 from 761856 to 1359872 tid 2 2023-10-14T00:04:29.332 INFO:tasks.rados.rados.0.smithi055.stdout:865: writing smithi055169533-16 from 1359872 to 2031616 tid 3 2023-10-14T00:04:29.334 INFO:tasks.rados.rados.0.smithi055.stdout:865: writing smithi055169533-16 from 2031616 to 2367488 tid 4 2023-10-14T00:04:29.335 INFO:tasks.rados.rados.0.smithi055.stdout:866: delete oid 29 current snap is 69 2023-10-14T00:04:29.335 INFO:tasks.rados.rados.0.smithi055.stdout:860: finishing write tid 5 to smithi055169533-23 2023-10-14T00:04:29.335 INFO:tasks.rados.rados.0.smithi055.stdout:860: finishing write tid 6 to smithi055169533-23 2023-10-14T00:04:29.335 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 23 v 312 (ObjNum 282 snap 69 seq_num 282) dirty exists 2023-10-14T00:04:29.335 INFO:tasks.rados.rados.0.smithi055.stdout:860: left oid 23 (ObjNum 282 snap 69 seq_num 282) 2023-10-14T00:04:29.336 INFO:tasks.rados.rados.0.smithi055.stdout:862: expect (ObjNum 232 snap 55 seq_num 232) 2023-10-14T00:04:29.375 INFO:tasks.rados.rados.0.smithi055.stdout:861: finishing copy_from to smithi055169533-31 2023-10-14T00:04:29.375 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 31 v 233 (ObjNum 255 snap 59 seq_num 255) dirty exists 2023-10-14T00:04:29.375 INFO:tasks.rados.rados.0.smithi055.stdout:861: finishing copy_from racing read to smithi055169533-31 2023-10-14T00:04:29.375 INFO:tasks.rados.rados.0.smithi055.stdout:860: done (4 left) 2023-10-14T00:04:29.376 INFO:tasks.rados.rados.0.smithi055.stdout:861: done (3 left) 2023-10-14T00:04:29.376 INFO:tasks.rados.rados.0.smithi055.stdout:862: done (2 left) 2023-10-14T00:04:29.376 INFO:tasks.rados.rados.0.smithi055.stdout:866: done (1 left) 2023-10-14T00:04:29.376 INFO:tasks.rados.rados.0.smithi055.stdout:867: copy_from oid 8 from oid 31 current snap is 69 2023-10-14T00:04:29.376 INFO:tasks.rados.rados.0.smithi055.stdout:865: finishing write tid 1 to smithi055169533-16 2023-10-14T00:04:29.377 INFO:tasks.rados.rados.0.smithi055.stdout:865: finishing write tid 2 to smithi055169533-16 2023-10-14T00:04:29.377 INFO:tasks.rados.rados.0.smithi055.stdout:865: finishing write tid 3 to smithi055169533-16 2023-10-14T00:04:29.377 INFO:tasks.rados.rados.0.smithi055.stdout:865: finishing write tid 4 to smithi055169533-16 2023-10-14T00:04:29.377 INFO:tasks.rados.rados.0.smithi055.stdout:865: finishing write tid 5 to smithi055169533-16 2023-10-14T00:04:29.377 INFO:tasks.rados.rados.0.smithi055.stdout:865: finishing write tid 6 to smithi055169533-16 2023-10-14T00:04:29.378 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 16 v 317 (ObjNum 284 snap 69 seq_num 284) dirty exists 2023-10-14T00:04:29.378 INFO:tasks.rados.rados.0.smithi055.stdout:865: left oid 16 (ObjNum 284 snap 69 seq_num 284) 2023-10-14T00:04:29.378 INFO:tasks.rados.rados.0.smithi055.stdout:865: done (1 left) 2023-10-14T00:04:29.378 INFO:tasks.rados.rados.0.smithi055.stdout:868: read oid 13 snap -1 2023-10-14T00:04:29.378 INFO:tasks.rados.rados.0.smithi055.stdout:868: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:04:29.379 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 41 current snap is 69 2023-10-14T00:04:29.379 INFO:tasks.rados.rados.0.smithi055.stdout:869: seq_num 286 ranges {6512640=794624,7307264=761856,8069120=679936,8749056=163840} 2023-10-14T00:04:29.416 INFO:tasks.rados.rados.0.smithi055.stdout:869: writing smithi055169533-41 from 6512640 to 7307264 tid 1 2023-10-14T00:04:29.420 INFO:tasks.rados.rados.0.smithi055.stdout:869: writing smithi055169533-41 from 7307264 to 8069120 tid 2 2023-10-14T00:04:29.421 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:29 smithi055 ceph-mon[185614]: failed to encode map e211 with expected crc 2023-10-14T00:04:29.423 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:29 smithi055 ceph-mon[185614]: failed to encode map e211 with expected crc 2023-10-14T00:04:29.425 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:29 smithi055 ceph-mon[185614]: osdmap e211: 8 total, 8 up, 8 in 2023-10-14T00:04:29.425 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:29 smithi055 ceph-mon[185614]: failed to encode map e211 with expected crc 2023-10-14T00:04:29.425 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:29 smithi055 ceph-mon[185614]: pgmap v26: 121 pgs: 121 active+clean; 129 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:04:29.426 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:29 smithi055 ceph-mon[183057]: failed to encode map e211 with expected crc 2023-10-14T00:04:29.426 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:29 smithi055 ceph-mon[183057]: failed to encode map e211 with expected crc 2023-10-14T00:04:29.426 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:29 smithi055 ceph-mon[183057]: osdmap e211: 8 total, 8 up, 8 in 2023-10-14T00:04:29.426 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:29 smithi055 ceph-mon[183057]: failed to encode map e211 with expected crc 2023-10-14T00:04:29.427 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:29 smithi055 ceph-mon[183057]: pgmap v26: 121 pgs: 121 active+clean; 129 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:04:29.427 INFO:tasks.rados.rados.0.smithi055.stdout:869: writing smithi055169533-41 from 8069120 to 8749056 tid 3 2023-10-14T00:04:29.427 INFO:tasks.rados.rados.0.smithi055.stdout:869: writing smithi055169533-41 from 8749056 to 8912896 tid 4 2023-10-14T00:04:29.428 INFO:tasks.rados.rados.0.smithi055.stdout:870: snap_create 2023-10-14T00:04:29.428 INFO:tasks.rados.rados.0.smithi055.stdout:868: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:04:29.430 INFO:tasks.rados.rados.0.smithi055.stdout:867: finishing copy_from to smithi055169533-8 2023-10-14T00:04:29.430 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 8 v 233 (ObjNum 255 snap 59 seq_num 255) dirty exists 2023-10-14T00:04:29.430 INFO:tasks.rados.rados.0.smithi055.stdout:867: finishing copy_from racing read to smithi055169533-8 2023-10-14T00:04:29.430 INFO:tasks.rados.rados.0.smithi055.stdout:869: finishing write tid 1 to smithi055169533-41 2023-10-14T00:04:29.430 INFO:tasks.rados.rados.0.smithi055.stdout:869: finishing write tid 2 to smithi055169533-41 2023-10-14T00:04:29.431 INFO:tasks.rados.rados.0.smithi055.stdout:869: finishing write tid 3 to smithi055169533-41 2023-10-14T00:04:29.432 INFO:tasks.rados.rados.0.smithi055.stdout:869: finishing write tid 4 to smithi055169533-41 2023-10-14T00:04:29.432 INFO:tasks.rados.rados.0.smithi055.stdout:869: finishing write tid 5 to smithi055169533-41 2023-10-14T00:04:29.433 INFO:tasks.rados.rados.0.smithi055.stdout:869: finishing write tid 6 to smithi055169533-41 2023-10-14T00:04:29.433 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 41 v 324 (ObjNum 286 snap 69 seq_num 286) dirty exists 2023-10-14T00:04:29.433 INFO:tasks.rados.rados.0.smithi055.stdout:869: left oid 41 (ObjNum 286 snap 69 seq_num 286) 2023-10-14T00:04:29.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:29 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-b[116298]: 2023-10-14T00:04:29.305+0000 7fafca6c6700 -1 mon.b@1(peon).osd e212 update_from_paxos full map CRC mismatch, resetting to canonical 2023-10-14T00:04:29.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:29 smithi082 ceph-mon[116307]: failed to encode map e211 with expected crc 2023-10-14T00:04:29.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:29 smithi082 ceph-mon[116307]: failed to encode map e211 with expected crc 2023-10-14T00:04:29.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:29 smithi082 ceph-mon[116307]: osdmap e211: 8 total, 8 up, 8 in 2023-10-14T00:04:29.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:29 smithi082 ceph-mon[116307]: failed to encode map e211 with expected crc 2023-10-14T00:04:29.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:29 smithi082 ceph-mon[116307]: pgmap v26: 121 pgs: 121 active+clean; 129 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:04:29.767 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:04:29 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:04:29.419+0000 7fd8bf982700 -1 mgr.server handle_report got status from non-daemon mon.c 2023-10-14T00:04:30.281 INFO:tasks.rados.rados.0.smithi055.stdout:867: done (3 left) 2023-10-14T00:04:30.282 INFO:tasks.rados.rados.0.smithi055.stdout:868: done (2 left) 2023-10-14T00:04:30.282 INFO:tasks.rados.rados.0.smithi055.stdout:869: done (1 left) 2023-10-14T00:04:30.282 INFO:tasks.rados.rados.0.smithi055.stdout:870: done (0 left) 2023-10-14T00:04:30.283 INFO:tasks.rados.rados.0.smithi055.stdout:871: delete oid 14 current snap is 70 2023-10-14T00:04:30.292 INFO:tasks.rados.rados.0.smithi055.stdout:871: done (0 left) 2023-10-14T00:04:30.293 INFO:tasks.rados.rados.0.smithi055.stdout:872: snap_create 2023-10-14T00:04:30.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:30 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-b[116298]: 2023-10-14T00:04:30.270+0000 7fafca6c6700 -1 mon.b@1(peon).osd e213 update_from_paxos full map CRC mismatch, resetting to canonical 2023-10-14T00:04:30.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:30 smithi082 ceph-mon[116307]: failed to encode map e212 with expected crc 2023-10-14T00:04:30.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:30 smithi082 ceph-mon[116307]: failed to encode map e212 with expected crc 2023-10-14T00:04:30.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:30 smithi082 ceph-mon[116307]: osdmap e212: 8 total, 8 up, 8 in 2023-10-14T00:04:30.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:30 smithi082 ceph-mon[116307]: osdmap e213: 8 total, 8 up, 8 in 2023-10-14T00:04:30.674 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:30 smithi055 ceph-mon[185614]: failed to encode map e212 with expected crc 2023-10-14T00:04:30.674 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:30 smithi055 ceph-mon[185614]: failed to encode map e212 with expected crc 2023-10-14T00:04:30.675 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:30 smithi055 ceph-mon[185614]: osdmap e212: 8 total, 8 up, 8 in 2023-10-14T00:04:30.675 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:30 smithi055 ceph-mon[185614]: osdmap e213: 8 total, 8 up, 8 in 2023-10-14T00:04:30.675 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:30 smithi055 ceph-mon[183057]: failed to encode map e212 with expected crc 2023-10-14T00:04:30.676 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:30 smithi055 ceph-mon[183057]: failed to encode map e212 with expected crc 2023-10-14T00:04:30.676 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:30 smithi055 ceph-mon[183057]: osdmap e212: 8 total, 8 up, 8 in 2023-10-14T00:04:30.676 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:30 smithi055 ceph-mon[183057]: osdmap e213: 8 total, 8 up, 8 in 2023-10-14T00:04:31.297 INFO:tasks.rados.rados.0.smithi055.stdout:872: done (0 left) 2023-10-14T00:04:31.297 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 27 current snap is 71 2023-10-14T00:04:31.297 INFO:tasks.rados.rados.0.smithi055.stdout:873: seq_num 288 ranges {0=24576} 2023-10-14T00:04:31.298 INFO:tasks.rados.rados.0.smithi055.stdout:873: writing smithi055169533-27 from 0 to 24576 tid 1 2023-10-14T00:04:31.298 INFO:tasks.rados.rados.0.smithi055.stdout:874: read oid 26 snap -1 2023-10-14T00:04:31.298 INFO:tasks.rados.rados.0.smithi055.stdout:874: expect (ObjNum 254 snap 59 seq_num 254) 2023-10-14T00:04:31.299 INFO:tasks.rados.rados.0.smithi055.stdout:875: read oid 13 snap -1 2023-10-14T00:04:31.299 INFO:tasks.rados.rados.0.smithi055.stdout:875: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:04:31.299 INFO:tasks.rados.rados.0.smithi055.stdout:876: read oid 22 snap 69 2023-10-14T00:04:31.299 INFO:tasks.rados.rados.0.smithi055.stdout:876: expect deleted 2023-10-14T00:04:31.299 INFO:tasks.rados.rados.0.smithi055.stdout:877: rmattr oid 20 current snap is 71 2023-10-14T00:04:31.299 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 46 current snap is 71 2023-10-14T00:04:31.300 INFO:tasks.rados.rados.0.smithi055.stdout:878: seq_num 289 ranges {0=40960} 2023-10-14T00:04:31.300 INFO:tasks.rados.rados.0.smithi055.stdout:878: writing smithi055169533-46 from 0 to 40960 tid 1 2023-10-14T00:04:31.300 INFO:tasks.rados.rados.0.smithi055.stdout:879: rmattr oid 43 current snap is 71 2023-10-14T00:04:31.300 INFO:tasks.rados.rados.0.smithi055.stdout:879: done (6 left) 2023-10-14T00:04:31.300 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 16 current snap is 71 2023-10-14T00:04:31.301 INFO:tasks.rados.rados.0.smithi055.stdout:880: seq_num 290 ranges {2367488=57344} 2023-10-14T00:04:31.312 INFO:tasks.rados.rados.0.smithi055.stdout:880: writing smithi055169533-16 from 2367488 to 2424832 tid 1 2023-10-14T00:04:31.312 INFO:tasks.rados.rados.0.smithi055.stdout:881: read oid 14 snap 70 2023-10-14T00:04:31.312 INFO:tasks.rados.rados.0.smithi055.stdout:881: expect deleted 2023-10-14T00:04:31.313 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 17 current snap is 71 2023-10-14T00:04:31.313 INFO:tasks.rados.rados.0.smithi055.stdout:882: seq_num 291 ranges {2129920=81920} 2023-10-14T00:04:31.325 INFO:tasks.rados.rados.0.smithi055.stdout:882: writing smithi055169533-17 from 2129920 to 2211840 tid 1 2023-10-14T00:04:31.325 INFO:tasks.rados.rados.0.smithi055.stdout:883: read oid 21 snap 70 2023-10-14T00:04:31.325 INFO:tasks.rados.rados.0.smithi055.stdout:883: expect (ObjNum 232 snap 55 seq_num 232) 2023-10-14T00:04:31.326 INFO:tasks.rados.rados.0.smithi055.stdout:884: setattr oid 11 current snap is 71 2023-10-14T00:04:31.326 INFO:tasks.rados.rados.0.smithi055.stdout:878: finishing write tid 1 to smithi055169533-46 2023-10-14T00:04:31.326 INFO:tasks.rados.rados.0.smithi055.stdout:875: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:04:31.330 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 20 v 151 (ObjNum 38 snap 0 seq_num 38) dirty exists 2023-10-14T00:04:31.330 INFO:tasks.rados.rados.0.smithi055.stdout:878: finishing write tid 2 to smithi055169533-46 2023-10-14T00:04:31.330 INFO:tasks.rados.rados.0.smithi055.stdout:873: finishing write tid 1 to smithi055169533-27 2023-10-14T00:04:31.331 INFO:tasks.rados.rados.0.smithi055.stdout:873: finishing write tid 2 to smithi055169533-27 2023-10-14T00:04:31.331 INFO:tasks.rados.rados.0.smithi055.stdout:878: finishing write tid 3 to smithi055169533-46 2023-10-14T00:04:31.331 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 46 v 314 (ObjNum 289 snap 71 seq_num 289) dirty exists 2023-10-14T00:04:31.331 INFO:tasks.rados.rados.0.smithi055.stdout:878: left oid 46 (ObjNum 289 snap 71 seq_num 289) 2023-10-14T00:04:31.332 INFO:tasks.rados.rados.0.smithi055.stdout:873: finishing write tid 3 to smithi055169533-27 2023-10-14T00:04:31.332 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 27 v 403 (ObjNum 288 snap 71 seq_num 288) dirty exists 2023-10-14T00:04:31.332 INFO:tasks.rados.rados.0.smithi055.stdout:873: left oid 27 (ObjNum 288 snap 71 seq_num 288) 2023-10-14T00:04:31.332 INFO:tasks.rados.rados.0.smithi055.stdout:874: expect (ObjNum 254 snap 59 seq_num 254) 2023-10-14T00:04:31.392 INFO:tasks.rados.rados.0.smithi055.stdout:880: finishing write tid 1 to smithi055169533-16 2023-10-14T00:04:31.392 INFO:tasks.rados.rados.0.smithi055.stdout:880: finishing write tid 2 to smithi055169533-16 2023-10-14T00:04:31.392 INFO:tasks.rados.rados.0.smithi055.stdout:880: finishing write tid 3 to smithi055169533-16 2023-10-14T00:04:31.392 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 16 v 319 (ObjNum 290 snap 71 seq_num 290) dirty exists 2023-10-14T00:04:31.393 INFO:tasks.rados.rados.0.smithi055.stdout:880: left oid 16 (ObjNum 290 snap 71 seq_num 290) 2023-10-14T00:04:31.393 INFO:tasks.rados.rados.0.smithi055.stdout:882: finishing write tid 1 to smithi055169533-17 2023-10-14T00:04:31.393 INFO:tasks.rados.rados.0.smithi055.stdout:882: finishing write tid 2 to smithi055169533-17 2023-10-14T00:04:31.393 INFO:tasks.rados.rados.0.smithi055.stdout:882: finishing write tid 3 to smithi055169533-17 2023-10-14T00:04:31.393 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 17 v 406 (ObjNum 291 snap 71 seq_num 291) dirty exists 2023-10-14T00:04:31.394 INFO:tasks.rados.rados.0.smithi055.stdout:882: left oid 17 (ObjNum 291 snap 71 seq_num 291) 2023-10-14T00:04:31.394 INFO:tasks.rados.rados.0.smithi055.stdout:883: expect (ObjNum 232 snap 55 seq_num 232) 2023-10-14T00:04:31.431 INFO:tasks.rados.rados.0.smithi055.stdout:873: done (10 left) 2023-10-14T00:04:31.432 INFO:tasks.rados.rados.0.smithi055.stdout:874: done (9 left) 2023-10-14T00:04:31.432 INFO:tasks.rados.rados.0.smithi055.stdout:875: done (8 left) 2023-10-14T00:04:31.432 INFO:tasks.rados.rados.0.smithi055.stdout:876: done (7 left) 2023-10-14T00:04:31.433 INFO:tasks.rados.rados.0.smithi055.stdout:877: done (6 left) 2023-10-14T00:04:31.433 INFO:tasks.rados.rados.0.smithi055.stdout:878: done (5 left) 2023-10-14T00:04:31.433 INFO:tasks.rados.rados.0.smithi055.stdout:880: done (4 left) 2023-10-14T00:04:31.433 INFO:tasks.rados.rados.0.smithi055.stdout:881: done (3 left) 2023-10-14T00:04:31.434 INFO:tasks.rados.rados.0.smithi055.stdout:882: done (2 left) 2023-10-14T00:04:31.434 INFO:tasks.rados.rados.0.smithi055.stdout:883: done (1 left) 2023-10-14T00:04:31.434 INFO:tasks.rados.rados.0.smithi055.stdout:885: read oid 41 snap 70 2023-10-14T00:04:31.434 INFO:tasks.rados.rados.0.smithi055.stdout:885: expect (ObjNum 286 snap 69 seq_num 286) 2023-10-14T00:04:31.434 INFO:tasks.rados.rados.0.smithi055.stdout:886: rmattr oid 30 current snap is 71 2023-10-14T00:04:31.435 INFO:tasks.rados.rados.0.smithi055.stdout:887: snap_remove snap 69 2023-10-14T00:04:31.558 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:31 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-b[116298]: 2023-10-14T00:04:31.290+0000 7fafca6c6700 -1 mon.b@1(peon).osd e214 update_from_paxos full map CRC mismatch, resetting to canonical 2023-10-14T00:04:31.559 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:31 smithi082 ceph-mon[116307]: failed to encode map e213 with expected crc 2023-10-14T00:04:31.559 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:31 smithi082 ceph-mon[116307]: failed to encode map e213 with expected crc 2023-10-14T00:04:31.559 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:31 smithi082 ceph-mon[116307]: failed to encode map e213 with expected crc 2023-10-14T00:04:31.559 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:31 smithi082 ceph-mon[116307]: pgmap v29: 121 pgs: 121 active+clean; 114 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 1.1 MiB/s rd, 5.6 MiB/s wr, 19 op/s 2023-10-14T00:04:31.560 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:31 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:31.560 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:31 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:31.560 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:31 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:31.560 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:31 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:04:31.560 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:31 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:31.561 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:31 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:04:31.561 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:31 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:04:31.561 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:31 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-10-14T00:04:31.561 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:31 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2023-10-14T00:04:31.561 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:31 smithi082 ceph-mon[116307]: osdmap e214: 8 total, 8 up, 8 in 2023-10-14T00:04:31.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:31 smithi055 ceph-mon[183057]: failed to encode map e213 with expected crc 2023-10-14T00:04:31.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:31 smithi055 ceph-mon[183057]: failed to encode map e213 with expected crc 2023-10-14T00:04:31.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:31 smithi055 ceph-mon[183057]: failed to encode map e213 with expected crc 2023-10-14T00:04:31.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:31 smithi055 ceph-mon[183057]: pgmap v29: 121 pgs: 121 active+clean; 114 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 1.1 MiB/s rd, 5.6 MiB/s wr, 19 op/s 2023-10-14T00:04:31.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:31 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:31.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:31 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:31.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:31 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:31.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:31 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:04:31.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:31 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:31.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:31 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:04:31.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:31 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:04:31.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:31 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-10-14T00:04:31.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:31 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2023-10-14T00:04:31.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:31 smithi055 ceph-mon[183057]: osdmap e214: 8 total, 8 up, 8 in 2023-10-14T00:04:31.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:31 smithi055 ceph-mon[185614]: failed to encode map e213 with expected crc 2023-10-14T00:04:31.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:31 smithi055 ceph-mon[185614]: failed to encode map e213 with expected crc 2023-10-14T00:04:31.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:31 smithi055 ceph-mon[185614]: failed to encode map e213 with expected crc 2023-10-14T00:04:31.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:31 smithi055 ceph-mon[185614]: pgmap v29: 121 pgs: 121 active+clean; 114 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 1.1 MiB/s rd, 5.6 MiB/s wr, 19 op/s 2023-10-14T00:04:31.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:31 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:31.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:31 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:31.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:31 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:31.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:31 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:04:31.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:31 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:31.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:31 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:04:31.772 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:31 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:04:31.772 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:31 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-10-14T00:04:31.772 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:31 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2023-10-14T00:04:31.772 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:31 smithi055 ceph-mon[185614]: osdmap e214: 8 total, 8 up, 8 in 2023-10-14T00:04:32.329 INFO:tasks.rados.rados.0.smithi055.stdout:887: done (3 left) 2023-10-14T00:04:32.330 INFO:tasks.rados.rados.0.smithi055.stdout:888: read oid 36 snap -1 2023-10-14T00:04:32.330 INFO:tasks.rados.rados.0.smithi055.stdout:888: expect (ObjNum 189 snap 42 seq_num 189) 2023-10-14T00:04:32.330 INFO:tasks.rados.rados.0.smithi055.stdout:889: rmattr oid 35 current snap is 71 2023-10-14T00:04:32.330 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 30 v 235 (ObjNum 260 snap 61 seq_num 260) dirty exists 2023-10-14T00:04:32.330 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 11 v 153 (ObjNum 268 snap 68 seq_num 268) dirty exists 2023-10-14T00:04:32.331 INFO:tasks.rados.rados.0.smithi055.stdout:885: expect (ObjNum 286 snap 69 seq_num 286) 2023-10-14T00:04:32.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:32 smithi082 ceph-mon[116307]: Upgrade: It appears safe to stop mon.b 2023-10-14T00:04:32.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:32 smithi082 ceph-mon[116307]: failed to encode map e214 with expected crc 2023-10-14T00:04:32.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:32 smithi082 ceph-mon[116307]: failed to encode map e214 with expected crc 2023-10-14T00:04:32.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:32 smithi082 ceph-mon[116307]: failed to encode map e214 with expected crc 2023-10-14T00:04:32.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:32 smithi082 ceph-mon[116307]: failed to encode map e214 with expected crc 2023-10-14T00:04:32.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:32 smithi082 ceph-mon[116307]: Upgrade: Updating mon.b 2023-10-14T00:04:32.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:32 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:32.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:32 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-14T00:04:32.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:32 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-14T00:04:32.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:32 smithi082 ceph-mon[116307]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:32.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:32 smithi082 ceph-mon[116307]: Deploying daemon mon.b on smithi082 2023-10-14T00:04:32.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:32 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-b[116298]: 2023-10-14T00:04:32.325+0000 7fafca6c6700 -1 mon.b@1(peon).osd e215 update_from_paxos full map CRC mismatch, resetting to canonical 2023-10-14T00:04:32.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:32 smithi055 ceph-mon[183057]: Upgrade: It appears safe to stop mon.b 2023-10-14T00:04:32.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:32 smithi055 ceph-mon[183057]: failed to encode map e214 with expected crc 2023-10-14T00:04:32.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:32 smithi055 ceph-mon[183057]: failed to encode map e214 with expected crc 2023-10-14T00:04:32.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:32 smithi055 ceph-mon[183057]: failed to encode map e214 with expected crc 2023-10-14T00:04:32.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:32 smithi055 ceph-mon[183057]: failed to encode map e214 with expected crc 2023-10-14T00:04:32.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:32 smithi055 ceph-mon[183057]: Upgrade: Updating mon.b 2023-10-14T00:04:32.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:32.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-14T00:04:32.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-14T00:04:32.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:32.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:32 smithi055 ceph-mon[183057]: Deploying daemon mon.b on smithi082 2023-10-14T00:04:32.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:32 smithi055 ceph-mon[185614]: Upgrade: It appears safe to stop mon.b 2023-10-14T00:04:32.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:32 smithi055 ceph-mon[185614]: failed to encode map e214 with expected crc 2023-10-14T00:04:32.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:32 smithi055 ceph-mon[185614]: failed to encode map e214 with expected crc 2023-10-14T00:04:32.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:32 smithi055 ceph-mon[185614]: failed to encode map e214 with expected crc 2023-10-14T00:04:32.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:32 smithi055 ceph-mon[185614]: failed to encode map e214 with expected crc 2023-10-14T00:04:32.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:32 smithi055 ceph-mon[185614]: Upgrade: Updating mon.b 2023-10-14T00:04:32.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:32.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-14T00:04:32.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-14T00:04:32.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:32.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:32 smithi055 ceph-mon[185614]: Deploying daemon mon.b on smithi082 2023-10-14T00:04:32.874 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 35 v 408 (ObjNum 160 snap 36 seq_num 160) dirty exists 2023-10-14T00:04:32.874 INFO:tasks.rados.rados.0.smithi055.stdout:888: expect (ObjNum 189 snap 42 seq_num 189) 2023-10-14T00:04:32.923 INFO:tasks.rados.rados.0.smithi055.stdout:884: done (4 left) 2023-10-14T00:04:32.924 INFO:tasks.rados.rados.0.smithi055.stdout:885: done (3 left) 2023-10-14T00:04:32.924 INFO:tasks.rados.rados.0.smithi055.stdout:886: done (2 left) 2023-10-14T00:04:32.924 INFO:tasks.rados.rados.0.smithi055.stdout:888: done (1 left) 2023-10-14T00:04:32.924 INFO:tasks.rados.rados.0.smithi055.stdout:889: done (0 left) 2023-10-14T00:04:32.925 INFO:tasks.rados.rados.0.smithi055.stdout:890: snap_remove snap 70 2023-10-14T00:04:33.062 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:32 smithi082 systemd[1]: Stopping Ceph mon.b for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:04:33.062 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:33 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-b[116298]: 2023-10-14T00:04:33.060+0000 7fafcfed1700 -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-10-14T00:04:33.063 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:33 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-b[116298]: 2023-10-14T00:04:33.060+0000 7fafcfed1700 -1 mon.b@1(peon) e3 *** Got Signal Terminated *** 2023-10-14T00:04:33.716 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:33 smithi082 bash[180614]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-b 2023-10-14T00:04:34.073 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:33 smithi082 systemd[1]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@mon.b.service: Succeeded. 2023-10-14T00:04:34.073 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:33 smithi082 systemd[1]: Stopped Ceph mon.b for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:04:34.074 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:33 smithi082 systemd[1]: Starting Ceph mon.b for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:04:34.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: set uid:gid to 167:167 (ceph:ceph) 2023-10-14T00:04:34.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: ceph version 18.0.0-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev), process ceph-mon, pid 2 2023-10-14T00:04:34.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: pidfile_write: ignore empty --pid-file 2023-10-14T00:04:34.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: load: jerasure load: lrc 2023-10-14T00:04:34.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: RocksDB version: 7.9.2 2023-10-14T00:04:34.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Git sha 0 2023-10-14T00:04:34.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Compile date 2023-10-13 09:15:16 2023-10-14T00:04:34.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: DB SUMMARY 2023-10-14T00:04:34.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: DB Session ID: HI42785IXQXNWISJZ7EX 2023-10-14T00:04:34.628 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: CURRENT file: CURRENT 2023-10-14T00:04:34.628 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: IDENTITY file: IDENTITY 2023-10-14T00:04:34.628 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: MANIFEST file: MANIFEST-000009 size: 905 Bytes 2023-10-14T00:04:34.628 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 1, files: 000024.sst 2023-10-14T00:04:34.628 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000022.log size: 4486450 ; 2023-10-14T00:04:34.629 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.error_if_exists: 0 2023-10-14T00:04:34.629 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.create_if_missing: 0 2023-10-14T00:04:34.629 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.paranoid_checks: 1 2023-10-14T00:04:34.629 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.flush_verify_memtable_count: 1 2023-10-14T00:04:34.629 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-10-14T00:04:34.629 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-10-14T00:04:34.630 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.env: 0x55b5bcfaada0 2023-10-14T00:04:34.630 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.fs: PosixFileSystem 2023-10-14T00:04:34.630 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.info_log: 0x55b5bf48f5e0 2023-10-14T00:04:34.630 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.max_file_opening_threads: 16 2023-10-14T00:04:34.631 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.statistics: (nil) 2023-10-14T00:04:34.631 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.use_fsync: 0 2023-10-14T00:04:34.631 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.max_log_file_size: 0 2023-10-14T00:04:34.631 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-10-14T00:04:34.631 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.log_file_time_to_roll: 0 2023-10-14T00:04:34.631 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.keep_log_file_num: 1000 2023-10-14T00:04:34.632 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.recycle_log_file_num: 0 2023-10-14T00:04:34.632 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.allow_fallocate: 1 2023-10-14T00:04:34.632 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.allow_mmap_reads: 0 2023-10-14T00:04:34.632 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.allow_mmap_writes: 0 2023-10-14T00:04:34.632 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.use_direct_reads: 0 2023-10-14T00:04:34.633 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-10-14T00:04:34.633 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.create_missing_column_families: 0 2023-10-14T00:04:34.633 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.db_log_dir: 2023-10-14T00:04:34.633 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.wal_dir: 2023-10-14T00:04:34.633 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.table_cache_numshardbits: 6 2023-10-14T00:04:34.634 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 bash[180753]: 5214e5618df6437506c546b49ad3aa6fdf41ebf2e57a1d3ecea540cee9db6c23 2023-10-14T00:04:34.634 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.WAL_ttl_seconds: 0 2023-10-14T00:04:34.634 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.WAL_size_limit_MB: 0 2023-10-14T00:04:34.634 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-10-14T00:04:34.634 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-10-14T00:04:34.635 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.is_fd_close_on_exec: 1 2023-10-14T00:04:34.635 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.advise_random_on_open: 1 2023-10-14T00:04:34.635 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.db_write_buffer_size: 0 2023-10-14T00:04:34.635 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.write_buffer_manager: 0x55b5bf447360 2023-10-14T00:04:34.635 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-10-14T00:04:34.636 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-10-14T00:04:34.636 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.use_adaptive_mutex: 0 2023-10-14T00:04:34.636 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.rate_limiter: (nil) 2023-10-14T00:04:34.636 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-10-14T00:04:34.636 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.wal_recovery_mode: 2 2023-10-14T00:04:34.636 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.enable_thread_tracking: 0 2023-10-14T00:04:34.637 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.enable_pipelined_write: 0 2023-10-14T00:04:34.637 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.unordered_write: 0 2023-10-14T00:04:34.637 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-10-14T00:04:34.637 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-10-14T00:04:34.637 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-10-14T00:04:34.638 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-10-14T00:04:34.638 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.row_cache: None 2023-10-14T00:04:34.638 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.wal_filter: None 2023-10-14T00:04:34.638 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-10-14T00:04:34.638 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.allow_ingest_behind: 0 2023-10-14T00:04:34.639 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.two_write_queues: 0 2023-10-14T00:04:34.639 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.manual_wal_flush: 0 2023-10-14T00:04:34.639 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.wal_compression: 0 2023-10-14T00:04:34.639 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.atomic_flush: 0 2023-10-14T00:04:34.640 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-10-14T00:04:34.640 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.persist_stats_to_disk: 0 2023-10-14T00:04:34.640 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.write_dbid_to_manifest: 0 2023-10-14T00:04:34.640 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.log_readahead_size: 0 2023-10-14T00:04:34.640 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-10-14T00:04:34.641 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.best_efforts_recovery: 0 2023-10-14T00:04:34.641 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-10-14T00:04:34.641 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-10-14T00:04:34.641 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.allow_data_in_errors: 0 2023-10-14T00:04:34.641 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.db_host_id: __hostname__ 2023-10-14T00:04:34.642 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.enforce_single_del_contracts: true 2023-10-14T00:04:34.642 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.max_background_jobs: 2 2023-10-14T00:04:34.642 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.max_background_compactions: -1 2023-10-14T00:04:34.642 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.max_subcompactions: 1 2023-10-14T00:04:34.642 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-10-14T00:04:34.643 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-10-14T00:04:34.643 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.delayed_write_rate : 16777216 2023-10-14T00:04:34.643 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.max_total_wal_size: 0 2023-10-14T00:04:34.643 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-10-14T00:04:34.643 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.stats_dump_period_sec: 600 2023-10-14T00:04:34.644 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.stats_persist_period_sec: 600 2023-10-14T00:04:34.644 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-10-14T00:04:34.644 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.max_open_files: -1 2023-10-14T00:04:34.644 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.bytes_per_sync: 0 2023-10-14T00:04:34.644 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.wal_bytes_per_sync: 0 2023-10-14T00:04:34.645 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.strict_bytes_per_sync: 0 2023-10-14T00:04:34.645 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.compaction_readahead_size: 0 2023-10-14T00:04:34.645 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.max_background_flushes: -1 2023-10-14T00:04:34.645 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Compression algorithms supported: 2023-10-14T00:04:34.645 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-10-14T00:04:34.646 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: kZSTD supported: 0 2023-10-14T00:04:34.646 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: kXpressCompression supported: 0 2023-10-14T00:04:34.646 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: kLZ4HCCompression supported: 1 2023-10-14T00:04:34.646 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: kZlibCompression supported: 1 2023-10-14T00:04:34.646 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: kSnappyCompression supported: 1 2023-10-14T00:04:34.647 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: kLZ4Compression supported: 1 2023-10-14T00:04:34.647 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: kBZip2Compression supported: 0 2023-10-14T00:04:34.647 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Fast CRC32 supported: Supported on x86 2023-10-14T00:04:34.647 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: DMutex implementation: pthread_mutex_t 2023-10-14T00:04:34.647 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000009 2023-10-14T00:04:34.647 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-10-14T00:04:34.648 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-10-14T00:04:34.648 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.merge_operator: 2023-10-14T00:04:34.648 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.compaction_filter: None 2023-10-14T00:04:34.648 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.compaction_filter_factory: None 2023-10-14T00:04:34.649 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.sst_partitioner_factory: None 2023-10-14T00:04:34.649 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.memtable_factory: SkipListFactory 2023-10-14T00:04:34.649 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.table_factory: BlockBasedTable 2023-10-14T00:04:34.649 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55b5bf48f6e0) 2023-10-14T00:04:34.649 INFO:journalctl@ceph.mon.b.smithi082.stdout: cache_index_and_filter_blocks: 1 2023-10-14T00:04:34.650 INFO:journalctl@ceph.mon.b.smithi082.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-10-14T00:04:34.650 INFO:journalctl@ceph.mon.b.smithi082.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-10-14T00:04:34.650 INFO:journalctl@ceph.mon.b.smithi082.stdout: pin_top_level_index_and_filter: 1 2023-10-14T00:04:34.650 INFO:journalctl@ceph.mon.b.smithi082.stdout: index_type: 0 2023-10-14T00:04:34.650 INFO:journalctl@ceph.mon.b.smithi082.stdout: data_block_index_type: 0 2023-10-14T00:04:34.651 INFO:journalctl@ceph.mon.b.smithi082.stdout: index_shortening: 1 2023-10-14T00:04:34.651 INFO:journalctl@ceph.mon.b.smithi082.stdout: data_block_hash_table_util_ratio: 0.750000 2023-10-14T00:04:34.651 INFO:journalctl@ceph.mon.b.smithi082.stdout: checksum: 4 2023-10-14T00:04:34.651 INFO:journalctl@ceph.mon.b.smithi082.stdout: no_block_cache: 0 2023-10-14T00:04:34.651 INFO:journalctl@ceph.mon.b.smithi082.stdout: block_cache: 0x55b5bf4e51f0 2023-10-14T00:04:34.651 INFO:journalctl@ceph.mon.b.smithi082.stdout: block_cache_name: BinnedLRUCache 2023-10-14T00:04:34.652 INFO:journalctl@ceph.mon.b.smithi082.stdout: block_cache_options: 2023-10-14T00:04:34.652 INFO:journalctl@ceph.mon.b.smithi082.stdout: capacity : 536870912 2023-10-14T00:04:34.652 INFO:journalctl@ceph.mon.b.smithi082.stdout: num_shard_bits : 4 2023-10-14T00:04:34.652 INFO:journalctl@ceph.mon.b.smithi082.stdout: strict_capacity_limit : 0 2023-10-14T00:04:34.652 INFO:journalctl@ceph.mon.b.smithi082.stdout: high_pri_pool_ratio: 0.000 2023-10-14T00:04:34.653 INFO:journalctl@ceph.mon.b.smithi082.stdout: block_cache_compressed: (nil) 2023-10-14T00:04:34.653 INFO:journalctl@ceph.mon.b.smithi082.stdout: persistent_cache: (nil) 2023-10-14T00:04:34.653 INFO:journalctl@ceph.mon.b.smithi082.stdout: block_size: 4096 2023-10-14T00:04:34.653 INFO:journalctl@ceph.mon.b.smithi082.stdout: block_size_deviation: 10 2023-10-14T00:04:34.653 INFO:journalctl@ceph.mon.b.smithi082.stdout: block_restart_interval: 16 2023-10-14T00:04:34.654 INFO:journalctl@ceph.mon.b.smithi082.stdout: index_block_restart_interval: 1 2023-10-14T00:04:34.654 INFO:journalctl@ceph.mon.b.smithi082.stdout: metadata_block_size: 4096 2023-10-14T00:04:34.654 INFO:journalctl@ceph.mon.b.smithi082.stdout: partition_filters: 0 2023-10-14T00:04:34.654 INFO:journalctl@ceph.mon.b.smithi082.stdout: use_delta_encoding: 1 2023-10-14T00:04:34.654 INFO:journalctl@ceph.mon.b.smithi082.stdout: filter_policy: bloomfilter 2023-10-14T00:04:34.655 INFO:journalctl@ceph.mon.b.smithi082.stdout: whole_key_filtering: 1 2023-10-14T00:04:34.655 INFO:journalctl@ceph.mon.b.smithi082.stdout: verify_compression: 0 2023-10-14T00:04:34.655 INFO:journalctl@ceph.mon.b.smithi082.stdout: read_amp_bytes_per_bit: 0 2023-10-14T00:04:34.655 INFO:journalctl@ceph.mon.b.smithi082.stdout: format_version: 5 2023-10-14T00:04:34.655 INFO:journalctl@ceph.mon.b.smithi082.stdout: enable_index_compression: 1 2023-10-14T00:04:34.655 INFO:journalctl@ceph.mon.b.smithi082.stdout: block_align: 0 2023-10-14T00:04:34.656 INFO:journalctl@ceph.mon.b.smithi082.stdout: max_auto_readahead_size: 262144 2023-10-14T00:04:34.656 INFO:journalctl@ceph.mon.b.smithi082.stdout: prepopulate_block_cache: 0 2023-10-14T00:04:34.656 INFO:journalctl@ceph.mon.b.smithi082.stdout: initial_auto_readahead_size: 8192 2023-10-14T00:04:34.656 INFO:journalctl@ceph.mon.b.smithi082.stdout: num_file_reads_for_auto_readahead: 2 2023-10-14T00:04:34.657 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.write_buffer_size: 33554432 2023-10-14T00:04:34.657 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.max_write_buffer_number: 2 2023-10-14T00:04:34.657 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.compression: NoCompression 2023-10-14T00:04:34.657 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.bottommost_compression: Disabled 2023-10-14T00:04:34.657 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.prefix_extractor: nullptr 2023-10-14T00:04:34.658 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-10-14T00:04:34.658 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.num_levels: 7 2023-10-14T00:04:34.658 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-10-14T00:04:34.658 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-10-14T00:04:34.658 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-10-14T00:04:34.659 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-10-14T00:04:34.659 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-10-14T00:04:34.659 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-10-14T00:04:34.660 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-10-14T00:04:34.660 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-10-14T00:04:34.661 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-10-14T00:04:34.661 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-10-14T00:04:34.661 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-10-14T00:04:34.661 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-10-14T00:04:34.661 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.compression_opts.window_bits: -14 2023-10-14T00:04:34.662 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.compression_opts.level: 32767 2023-10-14T00:04:34.662 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.compression_opts.strategy: 0 2023-10-14T00:04:34.662 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-10-14T00:04:34.662 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-10-14T00:04:34.662 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-10-14T00:04:34.663 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-10-14T00:04:34.663 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.compression_opts.enabled: false 2023-10-14T00:04:34.663 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-10-14T00:04:34.663 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-10-14T00:04:34.663 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-10-14T00:04:34.664 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-10-14T00:04:34.664 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.target_file_size_base: 67108864 2023-10-14T00:04:34.664 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.target_file_size_multiplier: 1 2023-10-14T00:04:34.664 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-10-14T00:04:34.664 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-10-14T00:04:34.664 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-10-14T00:04:34.665 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-10-14T00:04:34.665 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-10-14T00:04:34.665 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-10-14T00:04:34.665 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-10-14T00:04:34.665 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-10-14T00:04:34.666 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-10-14T00:04:34.666 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-10-14T00:04:34.666 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-10-14T00:04:34.666 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-10-14T00:04:34.666 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-10-14T00:04:34.667 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.arena_block_size: 1048576 2023-10-14T00:04:34.667 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-10-14T00:04:34.667 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-10-14T00:04:34.667 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.disable_auto_compactions: 0 2023-10-14T00:04:34.667 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-10-14T00:04:34.667 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-10-14T00:04:34.668 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-10-14T00:04:34.668 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-10-14T00:04:34.668 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-10-14T00:04:34.668 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-10-14T00:04:34.668 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-10-14T00:04:34.669 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-10-14T00:04:34.669 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-10-14T00:04:34.669 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-10-14T00:04:34.669 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.table_properties_collectors: 2023-10-14T00:04:34.669 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.inplace_update_support: 0 2023-10-14T00:04:34.670 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.inplace_update_num_locks: 10000 2023-10-14T00:04:34.670 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-10-14T00:04:34.670 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-10-14T00:04:34.670 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.memtable_huge_page_size: 0 2023-10-14T00:04:34.670 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.bloom_locality: 0 2023-10-14T00:04:34.670 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.max_successive_merges: 0 2023-10-14T00:04:34.671 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.optimize_filters_for_hits: 0 2023-10-14T00:04:34.671 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.paranoid_file_checks: 0 2023-10-14T00:04:34.671 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.force_consistency_checks: 1 2023-10-14T00:04:34.671 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.report_bg_io_stats: 0 2023-10-14T00:04:34.671 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.ttl: 2592000 2023-10-14T00:04:34.672 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.periodic_compaction_seconds: 0 2023-10-14T00:04:34.672 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-10-14T00:04:34.672 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-10-14T00:04:34.672 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.enable_blob_files: false 2023-10-14T00:04:34.672 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.min_blob_size: 0 2023-10-14T00:04:34.673 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.blob_file_size: 268435456 2023-10-14T00:04:34.673 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.blob_compression_type: NoCompression 2023-10-14T00:04:34.673 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.enable_blob_garbage_collection: false 2023-10-14T00:04:34.673 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-10-14T00:04:34.673 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-10-14T00:04:34.673 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-10-14T00:04:34.674 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.blob_file_starting_level: 0 2023-10-14T00:04:34.674 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-10-14T00:04:34.674 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 24.sst 2023-10-14T00:04:34.674 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2023-10-14T00:04:34.674 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: 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 13703, log_number is 22,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-10-14T00:04:34.675 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 22 2023-10-14T00:04:34.675 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: b4876d74-385a-4256-b26b-6c4739e0bf97 2023-10-14T00:04:34.675 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697241874135532, "job": 1, "event": "recovery_started", "wal_files": [22]} 2023-10-14T00:04:34.675 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #22 mode 2 2023-10-14T00:04:34.675 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 systemd[1]: Started Ceph mon.b for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:04:34.676 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697241874147011, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 27, "file_size": 2846017, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 13686, "largest_seqno": 14995, "table_properties": {"data_size": 2839528, "index_size": 3934, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 1541, "raw_key_size": 15037, "raw_average_key_size": 25, "raw_value_size": 2826751, "raw_average_value_size": 4782, "num_data_blocks": 173, "num_entries": 591, "num_filter_entries": 591, "num_deletions": 17, "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": 1697241874, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "b4876d74-385a-4256-b26b-6c4739e0bf97", "db_session_id": "HI42785IXQXNWISJZ7EX", "orig_file_number": 27, "seqno_to_time_mapping": "N/A"}} 2023-10-14T00:04:34.676 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697241874147116, "job": 1, "event": "recovery_finished"} 2023-10-14T00:04:34.676 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: [db/version_set.cc:5047] Creating manifest 29 2023-10-14T00:04:34.676 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2023-10-14T00:04:34.676 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: 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-10-14T00:04:34.677 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55b5bf582000 2023-10-14T00:04:34.677 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: DB pointer 0x55b5bf56e000 2023-10-14T00:04:34.677 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-10-14T00:04:34.677 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-10-14T00:04:34.677 INFO:journalctl@ceph.mon.b.smithi082.stdout: ** DB Stats ** 2023-10-14T00:04:34.678 INFO:journalctl@ceph.mon.b.smithi082.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-14T00:04:34.678 INFO:journalctl@ceph.mon.b.smithi082.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-10-14T00:04:34.678 INFO:journalctl@ceph.mon.b.smithi082.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-14T00:04:34.678 INFO:journalctl@ceph.mon.b.smithi082.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-14T00:04:34.678 INFO:journalctl@ceph.mon.b.smithi082.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-10-14T00:04:34.679 INFO:journalctl@ceph.mon.b.smithi082.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-14T00:04:34.679 INFO:journalctl@ceph.mon.b.smithi082.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-14T00:04:34.679 INFO:journalctl@ceph.mon.b.smithi082.stdout: 2023-10-14T00:04:34.679 INFO:journalctl@ceph.mon.b.smithi082.stdout: ** Compaction Stats [default] ** 2023-10-14T00:04:34.679 INFO:journalctl@ceph.mon.b.smithi082.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-10-14T00:04:34.680 INFO:journalctl@ceph.mon.b.smithi082.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-10-14T00:04:34.680 INFO:journalctl@ceph.mon.b.smithi082.stdout: L0 1/0 2.71 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 668.2 0.00 0.00 1 0.004 0 0 0.0 0.0 2023-10-14T00:04:34.680 INFO:journalctl@ceph.mon.b.smithi082.stdout: L6 1/0 9.26 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-10-14T00:04:34.680 INFO:journalctl@ceph.mon.b.smithi082.stdout: Sum 2/0 11.97 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 668.2 0.00 0.00 1 0.004 0 0 0.0 0.0 2023-10-14T00:04:34.680 INFO:journalctl@ceph.mon.b.smithi082.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 668.2 0.00 0.00 1 0.004 0 0 0.0 0.0 2023-10-14T00:04:34.681 INFO:journalctl@ceph.mon.b.smithi082.stdout: 2023-10-14T00:04:34.681 INFO:journalctl@ceph.mon.b.smithi082.stdout: ** Compaction Stats [default] ** 2023-10-14T00:04:34.681 INFO:journalctl@ceph.mon.b.smithi082.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-10-14T00:04:34.681 INFO:journalctl@ceph.mon.b.smithi082.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-14T00:04:34.681 INFO:journalctl@ceph.mon.b.smithi082.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 668.2 0.00 0.00 1 0.004 0 0 0.0 0.0 2023-10-14T00:04:34.682 INFO:journalctl@ceph.mon.b.smithi082.stdout: 2023-10-14T00:04:34.682 INFO:journalctl@ceph.mon.b.smithi082.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-10-14T00:04:34.682 INFO:journalctl@ceph.mon.b.smithi082.stdout: 2023-10-14T00:04:34.682 INFO:journalctl@ceph.mon.b.smithi082.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-14T00:04:34.682 INFO:journalctl@ceph.mon.b.smithi082.stdout: Flush(GB): cumulative 0.003, interval 0.003 2023-10-14T00:04:34.683 INFO:journalctl@ceph.mon.b.smithi082.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-14T00:04:34.683 INFO:journalctl@ceph.mon.b.smithi082.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-10-14T00:04:34.683 INFO:journalctl@ceph.mon.b.smithi082.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-10-14T00:04:34.683 INFO:journalctl@ceph.mon.b.smithi082.stdout: AddFile(Keys): cumulative 0, interval 0 2023-10-14T00:04:34.683 INFO:journalctl@ceph.mon.b.smithi082.stdout: Cumulative compaction: 0.00 GB write, 192.78 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-14T00:04:34.683 INFO:journalctl@ceph.mon.b.smithi082.stdout: Interval compaction: 0.00 GB write, 192.78 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-14T00:04:34.684 INFO:journalctl@ceph.mon.b.smithi082.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-10-14T00:04:34.684 INFO:journalctl@ceph.mon.b.smithi082.stdout: Block cache BinnedLRUCache@0x55b5bf4e51f0#2 capacity: 512.00 MB usage: 5.86 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2023-10-14T00:04:34.684 INFO:journalctl@ceph.mon.b.smithi082.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,1.78 KB,0.000339746%) IndexBlock(1,4.08 KB,0.000777841%) Misc(1,0.00 KB,0%) 2023-10-14T00:04:34.684 INFO:journalctl@ceph.mon.b.smithi082.stdout: 2023-10-14T00:04:34.684 INFO:journalctl@ceph.mon.b.smithi082.stdout: ** File Read Latency Histogram By Level [default] ** 2023-10-14T00:04:34.685 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: starting mon.b rank 1 at public addrs [v2:172.21.15.82:3300/0,v1:172.21.15.82:6789/0] at bind addrs [v2:172.21.15.82:3300/0,v1:172.21.15.82:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid db84ebe0-6a23-11ee-8db6-212e2dc638e7 2023-10-14T00:04:34.685 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: mon.b@-1(???) e3 preinit fsid db84ebe0-6a23-11ee-8db6-212e2dc638e7 2023-10-14T00:04:34.685 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: mon.b@-1(???).mds e8 new map 2023-10-14T00:04:34.685 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: mon.b@-1(???).mds e8 print_map 2023-10-14T00:04:34.685 INFO:journalctl@ceph.mon.b.smithi082.stdout: e8 2023-10-14T00:04:34.686 INFO:journalctl@ceph.mon.b.smithi082.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-10-14T00:04:34.686 INFO:journalctl@ceph.mon.b.smithi082.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-10-14T00:04:34.686 INFO:journalctl@ceph.mon.b.smithi082.stdout: legacy client fscid: 1 2023-10-14T00:04:34.686 INFO:journalctl@ceph.mon.b.smithi082.stdout: 2023-10-14T00:04:34.686 INFO:journalctl@ceph.mon.b.smithi082.stdout: Filesystem 'cephfs' (1) 2023-10-14T00:04:34.687 INFO:journalctl@ceph.mon.b.smithi082.stdout: fs_name cephfs 2023-10-14T00:04:34.687 INFO:journalctl@ceph.mon.b.smithi082.stdout: epoch 8 2023-10-14T00:04:34.687 INFO:journalctl@ceph.mon.b.smithi082.stdout: flags 12 joinable allow_snaps allow_multimds_snaps 2023-10-14T00:04:34.687 INFO:journalctl@ceph.mon.b.smithi082.stdout: created 2023-10-13T23:59:34.127848+0000 2023-10-14T00:04:34.687 INFO:journalctl@ceph.mon.b.smithi082.stdout: modified 2023-10-13T23:59:37.737671+0000 2023-10-14T00:04:34.688 INFO:journalctl@ceph.mon.b.smithi082.stdout: tableserver 0 2023-10-14T00:04:34.688 INFO:journalctl@ceph.mon.b.smithi082.stdout: root 0 2023-10-14T00:04:34.688 INFO:journalctl@ceph.mon.b.smithi082.stdout: session_timeout 60 2023-10-14T00:04:34.688 INFO:journalctl@ceph.mon.b.smithi082.stdout: session_autoclose 300 2023-10-14T00:04:34.688 INFO:journalctl@ceph.mon.b.smithi082.stdout: max_file_size 1099511627776 2023-10-14T00:04:34.688 INFO:journalctl@ceph.mon.b.smithi082.stdout: max_xattr_size 65536 2023-10-14T00:04:34.689 INFO:journalctl@ceph.mon.b.smithi082.stdout: required_client_features {} 2023-10-14T00:04:34.689 INFO:journalctl@ceph.mon.b.smithi082.stdout: last_failure 0 2023-10-14T00:04:34.689 INFO:journalctl@ceph.mon.b.smithi082.stdout: last_failure_osd_epoch 0 2023-10-14T00:04:34.689 INFO:journalctl@ceph.mon.b.smithi082.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-10-14T00:04:34.689 INFO:journalctl@ceph.mon.b.smithi082.stdout: max_mds 1 2023-10-14T00:04:34.690 INFO:journalctl@ceph.mon.b.smithi082.stdout: in 0 2023-10-14T00:04:34.690 INFO:journalctl@ceph.mon.b.smithi082.stdout: up {0=24376} 2023-10-14T00:04:34.690 INFO:journalctl@ceph.mon.b.smithi082.stdout: failed 2023-10-14T00:04:34.690 INFO:journalctl@ceph.mon.b.smithi082.stdout: damaged 2023-10-14T00:04:34.690 INFO:journalctl@ceph.mon.b.smithi082.stdout: stopped 2023-10-14T00:04:34.691 INFO:journalctl@ceph.mon.b.smithi082.stdout: data_pools [3] 2023-10-14T00:04:34.691 INFO:journalctl@ceph.mon.b.smithi082.stdout: metadata_pool 2 2023-10-14T00:04:34.691 INFO:journalctl@ceph.mon.b.smithi082.stdout: inline_data disabled 2023-10-14T00:04:34.691 INFO:journalctl@ceph.mon.b.smithi082.stdout: balancer 2023-10-14T00:04:34.691 INFO:journalctl@ceph.mon.b.smithi082.stdout: bal_rank_mask -1 2023-10-14T00:04:34.692 INFO:journalctl@ceph.mon.b.smithi082.stdout: standby_count_wanted 0 2023-10-14T00:04:34.692 INFO:journalctl@ceph.mon.b.smithi082.stdout: [mds.b{0:24376} state up:active seq 3 addr [v2:172.21.15.82:6832/2924660589,v1:172.21.15.82:6833/2924660589] compat {c=[1],r=[1],i=[7ff]}] 2023-10-14T00:04:34.692 INFO:journalctl@ceph.mon.b.smithi082.stdout: 2023-10-14T00:04:34.692 INFO:journalctl@ceph.mon.b.smithi082.stdout: 2023-10-14T00:04:34.692 INFO:journalctl@ceph.mon.b.smithi082.stdout: Standby daemons: 2023-10-14T00:04:34.692 INFO:journalctl@ceph.mon.b.smithi082.stdout: 2023-10-14T00:04:34.693 INFO:journalctl@ceph.mon.b.smithi082.stdout: [mds.a{-1:14472} state up:standby seq 1 addr [v2:172.21.15.55:6834/488392878,v1:172.21.15.55:6835/488392878] compat {c=[1],r=[1],i=[7ff]}] 2023-10-14T00:04:34.693 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: mon.b@-1(???).osd e215 crush map has features 3314933069573799936, adjusting msgr requires 2023-10-14T00:04:34.693 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: mon.b@-1(???).osd e215 crush map has features 432629308056666112, adjusting msgr requires 2023-10-14T00:04:34.693 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: mon.b@-1(???).osd e215 crush map has features 432629308056666112, adjusting msgr requires 2023-10-14T00:04:34.693 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: mon.b@-1(???).osd e215 crush map has features 432629308056666112, adjusting msgr requires 2023-10-14T00:04:34.694 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:34 smithi082 ceph-mon[180771]: mon.b@-1(???).paxosservice(auth 1..20) refresh upgraded, format 0 -> 3 2023-10-14T00:04:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:04:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:04:35] "GET /metrics HTTP/1.1" 200 36008 "" "Prometheus/2.43.0" 2023-10-14T00:04:35.797 INFO:tasks.rados.rados.0.smithi055.stdout:890: done (0 left) 2023-10-14T00:04:35.798 INFO:tasks.rados.rados.0.smithi055.stdout:891: copy_from oid 13 from oid 20 current snap is 71 2023-10-14T00:04:35.798 INFO:tasks.rados.rados.0.smithi055.stdout:892: read oid 1 snap -1 2023-10-14T00:04:35.798 INFO:tasks.rados.rados.0.smithi055.stdout:892: expect (ObjNum 244 snap 56 seq_num 244) 2023-10-14T00:04:35.798 INFO:tasks.rados.rados.0.smithi055.stdout:893: copy_from oid 26 from oid 17 current snap is 71 2023-10-14T00:04:35.798 INFO:tasks.rados.rados.0.smithi055.stdout:894: delete oid 14 current snap is 71 2023-10-14T00:04:35.808 INFO:tasks.rados.rados.0.smithi055.stdout:894: done (3 left) 2023-10-14T00:04:35.808 INFO:tasks.rados.rados.0.smithi055.stdout:895: rollback oid 43 current snap is 71 2023-10-14T00:04:35.808 INFO:tasks.rados.rados.0.smithi055.stdout:895: done (3 left) 2023-10-14T00:04:35.808 INFO:tasks.rados.rados.0.smithi055.stdout:896: snap_create 2023-10-14T00:04:35.809 INFO:tasks.rados.rados.0.smithi055.stdout:892: expect (ObjNum 244 snap 56 seq_num 244) 2023-10-14T00:04:35.857 INFO:tasks.rados.rados.0.smithi055.stdout:891: finishing copy_from to smithi055169533-13 2023-10-14T00:04:35.857 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 13 v 151 (ObjNum 38 snap 0 seq_num 38) dirty exists 2023-10-14T00:04:35.858 INFO:tasks.rados.rados.0.smithi055.stdout:891: finishing copy_from racing read to smithi055169533-13 2023-10-14T00:04:35.858 INFO:tasks.rados.rados.0.smithi055.stdout:893: finishing copy_from to smithi055169533-26 2023-10-14T00:04:35.858 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 26 v 406 (ObjNum 291 snap 71 seq_num 291) dirty exists 2023-10-14T00:04:35.858 INFO:tasks.rados.rados.0.smithi055.stdout:893: finishing copy_from racing read to smithi055169533-26 2023-10-14T00:04:36.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:35 smithi082 ceph-mon[180771]: pgmap v33: 121 pgs: 121 active+clean; 114 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 817 KiB/s rd, 4.1 MiB/s wr, 14 op/s 2023-10-14T00:04:36.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:35 smithi082 ceph-mon[180771]: overall HEALTH_OK 2023-10-14T00:04:36.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:35 smithi082 ceph-mon[180771]: mon.c calling monitor election 2023-10-14T00:04:36.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:35 smithi082 ceph-mon[180771]: mon.b calling monitor election 2023-10-14T00:04:36.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:35 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:04:36.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:35 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:04:36.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:35 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:04:36.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:35 smithi082 ceph-mon[180771]: mon.a calling monitor election 2023-10-14T00:04:36.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:35 smithi082 ceph-mon[180771]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2023-10-14T00:04:36.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:35 smithi082 ceph-mon[180771]: monmap e4: 3 mons at {a=[v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0],b=[v2:172.21.15.82:3300/0,v1:172.21.15.82:6789/0],c=[v2:172.21.15.55:3301/0,v1:172.21.15.55:6790/0]} removed_ranks: {} 2023-10-14T00:04:36.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:35 smithi082 ceph-mon[180771]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2023-10-14T00:04:36.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:35 smithi082 ceph-mon[180771]: osdmap e215: 8 total, 8 up, 8 in 2023-10-14T00:04:36.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:35 smithi082 ceph-mon[180771]: mgrmap e40: y(active, since 26s), standbys: x 2023-10-14T00:04:36.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:35 smithi082 ceph-mon[180771]: overall HEALTH_OK 2023-10-14T00:04:36.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:35 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:36.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:35 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:36.129 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:35 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:04:36.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:35 smithi055 ceph-mon[183057]: pgmap v33: 121 pgs: 121 active+clean; 114 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 817 KiB/s rd, 4.1 MiB/s wr, 14 op/s 2023-10-14T00:04:36.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:35 smithi055 ceph-mon[183057]: overall HEALTH_OK 2023-10-14T00:04:36.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:35 smithi055 ceph-mon[183057]: mon.c calling monitor election 2023-10-14T00:04:36.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:35 smithi055 ceph-mon[183057]: mon.b calling monitor election 2023-10-14T00:04:36.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:35 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:04:36.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:35 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:04:36.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:35 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:04:36.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:35 smithi055 ceph-mon[183057]: mon.a calling monitor election 2023-10-14T00:04:36.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:35 smithi055 ceph-mon[183057]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2023-10-14T00:04:36.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:35 smithi055 ceph-mon[183057]: monmap e4: 3 mons at {a=[v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0],b=[v2:172.21.15.82:3300/0,v1:172.21.15.82:6789/0],c=[v2:172.21.15.55:3301/0,v1:172.21.15.55:6790/0]} removed_ranks: {} 2023-10-14T00:04:36.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:35 smithi055 ceph-mon[183057]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2023-10-14T00:04:36.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:35 smithi055 ceph-mon[183057]: osdmap e215: 8 total, 8 up, 8 in 2023-10-14T00:04:36.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:35 smithi055 ceph-mon[183057]: mgrmap e40: y(active, since 26s), standbys: x 2023-10-14T00:04:36.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:35 smithi055 ceph-mon[183057]: overall HEALTH_OK 2023-10-14T00:04:36.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:35 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:36.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:35 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:36.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:35 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:04:36.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:35 smithi055 ceph-mon[185614]: pgmap v33: 121 pgs: 121 active+clean; 114 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 817 KiB/s rd, 4.1 MiB/s wr, 14 op/s 2023-10-14T00:04:36.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:35 smithi055 ceph-mon[185614]: overall HEALTH_OK 2023-10-14T00:04:36.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:35 smithi055 ceph-mon[185614]: mon.c calling monitor election 2023-10-14T00:04:36.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:35 smithi055 ceph-mon[185614]: mon.b calling monitor election 2023-10-14T00:04:36.272 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:35 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-14T00:04:36.272 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:35 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-14T00:04:36.272 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:35 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-10-14T00:04:36.272 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:35 smithi055 ceph-mon[185614]: mon.a calling monitor election 2023-10-14T00:04:36.273 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:35 smithi055 ceph-mon[185614]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2023-10-14T00:04:36.273 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:35 smithi055 ceph-mon[185614]: monmap e4: 3 mons at {a=[v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0],b=[v2:172.21.15.82:3300/0,v1:172.21.15.82:6789/0],c=[v2:172.21.15.55:3301/0,v1:172.21.15.55:6790/0]} removed_ranks: {} 2023-10-14T00:04:36.273 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:35 smithi055 ceph-mon[185614]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2023-10-14T00:04:36.273 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:35 smithi055 ceph-mon[185614]: osdmap e215: 8 total, 8 up, 8 in 2023-10-14T00:04:36.273 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:35 smithi055 ceph-mon[185614]: mgrmap e40: y(active, since 26s), standbys: x 2023-10-14T00:04:36.274 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:35 smithi055 ceph-mon[185614]: overall HEALTH_OK 2023-10-14T00:04:36.274 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:35 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:36.274 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:35 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:36.274 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:35 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:04:36.820 INFO:tasks.rados.rados.0.smithi055.stdout:891: done (3 left) 2023-10-14T00:04:36.820 INFO:tasks.rados.rados.0.smithi055.stdout:892: done (2 left) 2023-10-14T00:04:36.820 INFO:tasks.rados.rados.0.smithi055.stdout:893: done (1 left) 2023-10-14T00:04:36.821 INFO:tasks.rados.rados.0.smithi055.stdout:896: done (0 left) 2023-10-14T00:04:36.821 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 18 current snap is 72 2023-10-14T00:04:36.821 INFO:tasks.rados.rados.0.smithi055.stdout:897: seq_num 293 ranges {2670592=114688} 2023-10-14T00:04:36.836 INFO:tasks.rados.rados.0.smithi055.stdout:897: writing smithi055169533-18 from 2670592 to 2785280 tid 1 2023-10-14T00:04:36.836 INFO:tasks.rados.rados.0.smithi055.stdout:898: copy_from oid 5 from oid 33 current snap is 72 2023-10-14T00:04:36.836 INFO:tasks.rados.rados.0.smithi055.stdout:899: snap_remove snap 71 2023-10-14T00:04:37.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:36 smithi082 ceph-mon[180771]: failed to encode map e216 with expected crc 2023-10-14T00:04:37.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:36 smithi082 ceph-mon[180771]: failed to encode map e216 with expected crc 2023-10-14T00:04:37.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:36 smithi082 ceph-mon[180771]: osdmap e216: 8 total, 8 up, 8 in 2023-10-14T00:04:37.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:36 smithi082 ceph-mon[180771]: failed to encode map e216 with expected crc 2023-10-14T00:04:37.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:36 smithi055 ceph-mon[185614]: failed to encode map e216 with expected crc 2023-10-14T00:04:37.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:36 smithi055 ceph-mon[185614]: failed to encode map e216 with expected crc 2023-10-14T00:04:37.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:36 smithi055 ceph-mon[185614]: osdmap e216: 8 total, 8 up, 8 in 2023-10-14T00:04:37.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:36 smithi055 ceph-mon[185614]: failed to encode map e216 with expected crc 2023-10-14T00:04:37.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:36 smithi055 ceph-mon[183057]: failed to encode map e216 with expected crc 2023-10-14T00:04:37.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:36 smithi055 ceph-mon[183057]: failed to encode map e216 with expected crc 2023-10-14T00:04:37.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:36 smithi055 ceph-mon[183057]: osdmap e216: 8 total, 8 up, 8 in 2023-10-14T00:04:37.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:36 smithi055 ceph-mon[183057]: failed to encode map e216 with expected crc 2023-10-14T00:04:37.816 INFO:tasks.rados.rados.0.smithi055.stdout:899: done (2 left) 2023-10-14T00:04:37.816 INFO:tasks.rados.rados.0.smithi055.stdout:900: rollback oid 46 current snap is 72 2023-10-14T00:04:37.817 INFO:tasks.rados.rados.0.smithi055.stdout:900: done (2 left) 2023-10-14T00:04:37.817 INFO:tasks.rados.rados.0.smithi055.stdout:901: snap_create 2023-10-14T00:04:37.817 INFO:tasks.rados.rados.0.smithi055.stdout:897: finishing write tid 1 to smithi055169533-18 2023-10-14T00:04:37.817 INFO:tasks.rados.rados.0.smithi055.stdout:897: finishing write tid 2 to smithi055169533-18 2023-10-14T00:04:37.818 INFO:tasks.rados.rados.0.smithi055.stdout:897: finishing write tid 3 to smithi055169533-18 2023-10-14T00:04:37.818 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 18 v 396 (ObjNum 293 snap 72 seq_num 293) dirty exists 2023-10-14T00:04:37.818 INFO:tasks.rados.rados.0.smithi055.stdout:897: left oid 18 (ObjNum 293 snap 72 seq_num 293) 2023-10-14T00:04:37.818 INFO:tasks.rados.rados.0.smithi055.stdout:898: finishing copy_from to smithi055169533-5 2023-10-14T00:04:37.819 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 5 v 316 (ObjNum 272 snap 68 seq_num 272) dirty exists 2023-10-14T00:04:37.821 INFO:tasks.rados.rados.0.smithi055.stdout:898: finishing copy_from racing read to smithi055169533-5 2023-10-14T00:04:38.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:37 smithi082 ceph-mon[180771]: pgmap v35: 121 pgs: 121 active+clean; 108 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 6.7 MiB/s rd, 33 KiB/s wr, 12 op/s 2023-10-14T00:04:38.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:37 smithi082 ceph-mon[180771]: failed to encode map e217 with expected crc 2023-10-14T00:04:38.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:37 smithi082 ceph-mon[180771]: failed to encode map e217 with expected crc 2023-10-14T00:04:38.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:37 smithi082 ceph-mon[180771]: osdmap e217: 8 total, 8 up, 8 in 2023-10-14T00:04:38.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:37 smithi082 ceph-mon[180771]: failed to encode map e217 with expected crc 2023-10-14T00:04:38.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:37 smithi082 ceph-mon[180771]: failed to encode map e217 with expected crc 2023-10-14T00:04:38.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:37 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:38.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:37 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:38.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:37 smithi055 ceph-mon[183057]: pgmap v35: 121 pgs: 121 active+clean; 108 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 6.7 MiB/s rd, 33 KiB/s wr, 12 op/s 2023-10-14T00:04:38.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:37 smithi055 ceph-mon[183057]: failed to encode map e217 with expected crc 2023-10-14T00:04:38.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:37 smithi055 ceph-mon[183057]: failed to encode map e217 with expected crc 2023-10-14T00:04:38.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:37 smithi055 ceph-mon[183057]: osdmap e217: 8 total, 8 up, 8 in 2023-10-14T00:04:38.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:37 smithi055 ceph-mon[183057]: failed to encode map e217 with expected crc 2023-10-14T00:04:38.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:37 smithi055 ceph-mon[183057]: failed to encode map e217 with expected crc 2023-10-14T00:04:38.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:37 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:38.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:37 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:38.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:37 smithi055 ceph-mon[185614]: pgmap v35: 121 pgs: 121 active+clean; 108 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 6.7 MiB/s rd, 33 KiB/s wr, 12 op/s 2023-10-14T00:04:38.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:37 smithi055 ceph-mon[185614]: failed to encode map e217 with expected crc 2023-10-14T00:04:38.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:37 smithi055 ceph-mon[185614]: failed to encode map e217 with expected crc 2023-10-14T00:04:38.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:37 smithi055 ceph-mon[185614]: osdmap e217: 8 total, 8 up, 8 in 2023-10-14T00:04:38.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:37 smithi055 ceph-mon[185614]: failed to encode map e217 with expected crc 2023-10-14T00:04:38.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:37 smithi055 ceph-mon[185614]: failed to encode map e217 with expected crc 2023-10-14T00:04:38.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:37 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:38.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:37 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:38.817 INFO:tasks.rados.rados.0.smithi055.stdout:897: done (2 left) 2023-10-14T00:04:38.818 INFO:tasks.rados.rados.0.smithi055.stdout:898: done (1 left) 2023-10-14T00:04:38.818 INFO:tasks.rados.rados.0.smithi055.stdout:901: done (0 left) 2023-10-14T00:04:38.818 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 16 current snap is 73 2023-10-14T00:04:38.818 INFO:tasks.rados.rados.0.smithi055.stdout:902: seq_num 294 ranges {2424832=131072} 2023-10-14T00:04:38.827 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:04:38 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:04: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-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi082.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi055:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-10-14T00:04:38.832 INFO:tasks.rados.rados.0.smithi055.stdout:902: writing smithi055169533-16 from 2424832 to 2555904 tid 1 2023-10-14T00:04:38.832 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 30 current snap is 73 2023-10-14T00:04:38.832 INFO:tasks.rados.rados.0.smithi055.stdout:903: seq_num 295 ranges {5955584=147456} 2023-10-14T00:04:38.867 INFO:tasks.rados.rados.0.smithi055.stdout:903: writing smithi055169533-30 from 5955584 to 6103040 tid 1 2023-10-14T00:04:38.867 INFO:tasks.rados.rados.0.smithi055.stdout:904: snap_create 2023-10-14T00:04:38.867 INFO:tasks.rados.rados.0.smithi055.stdout:902: finishing write tid 1 to smithi055169533-16 2023-10-14T00:04:38.867 INFO:tasks.rados.rados.0.smithi055.stdout:902: finishing write tid 2 to smithi055169533-16 2023-10-14T00:04:38.868 INFO:tasks.rados.rados.0.smithi055.stdout:902: finishing write tid 3 to smithi055169533-16 2023-10-14T00:04:38.868 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 16 v 321 (ObjNum 294 snap 73 seq_num 294) dirty exists 2023-10-14T00:04:38.868 INFO:tasks.rados.rados.0.smithi055.stdout:902: left oid 16 (ObjNum 294 snap 73 seq_num 294) 2023-10-14T00:04:38.871 INFO:tasks.rados.rados.0.smithi055.stdout:903: finishing write tid 1 to smithi055169533-30 2023-10-14T00:04:38.871 INFO:tasks.rados.rados.0.smithi055.stdout:903: finishing write tid 2 to smithi055169533-30 2023-10-14T00:04:38.871 INFO:tasks.rados.rados.0.smithi055.stdout:903: finishing write tid 3 to smithi055169533-30 2023-10-14T00:04:38.872 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 30 v 237 (ObjNum 295 snap 73 seq_num 295) dirty exists 2023-10-14T00:04:38.872 INFO:tasks.rados.rados.0.smithi055.stdout:903: left oid 30 (ObjNum 295 snap 73 seq_num 295) 2023-10-14T00:04:39.079 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:38 smithi082 ceph-mon[180771]: failed to encode map e218 with expected crc 2023-10-14T00:04:39.080 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:38 smithi082 ceph-mon[180771]: failed to encode map e218 with expected crc 2023-10-14T00:04:39.080 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:38 smithi082 ceph-mon[180771]: osdmap e218: 8 total, 8 up, 8 in 2023-10-14T00:04:39.080 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:38 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:39.080 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:38 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:39.081 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:38 smithi082 ceph-mon[180771]: osdmap e219: 8 total, 8 up, 8 in 2023-10-14T00:04:39.157 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:38 smithi055 ceph-mon[185614]: failed to encode map e218 with expected crc 2023-10-14T00:04:39.158 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:38 smithi055 ceph-mon[185614]: failed to encode map e218 with expected crc 2023-10-14T00:04:39.158 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:38 smithi055 ceph-mon[185614]: osdmap e218: 8 total, 8 up, 8 in 2023-10-14T00:04:39.158 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:38 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:39.158 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:38 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:39.159 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:38 smithi055 ceph-mon[185614]: osdmap e219: 8 total, 8 up, 8 in 2023-10-14T00:04:39.159 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:38 smithi055 ceph-mon[183057]: failed to encode map e218 with expected crc 2023-10-14T00:04:39.159 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:38 smithi055 ceph-mon[183057]: failed to encode map e218 with expected crc 2023-10-14T00:04:39.159 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:38 smithi055 ceph-mon[183057]: osdmap e218: 8 total, 8 up, 8 in 2023-10-14T00:04:39.160 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:38 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:39.160 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:38 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:39.160 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:38 smithi055 ceph-mon[183057]: osdmap e219: 8 total, 8 up, 8 in 2023-10-14T00:04:39.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:04:39 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:04:39.156+0000 7fd8bf982700 -1 mgr.server handle_report got status from non-daemon mon.b 2023-10-14T00:04:39.836 INFO:tasks.rados.rados.0.smithi055.stdout:902: done (2 left) 2023-10-14T00:04:39.837 INFO:tasks.rados.rados.0.smithi055.stdout:903: done (1 left) 2023-10-14T00:04:39.837 INFO:tasks.rados.rados.0.smithi055.stdout:904: done (0 left) 2023-10-14T00:04:39.837 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 45 current snap is 74 2023-10-14T00:04:39.837 INFO:tasks.rados.rados.0.smithi055.stdout:905: seq_num 296 ranges {0=163840} 2023-10-14T00:04:39.838 INFO:tasks.rados.rados.0.smithi055.stdout:905: writing smithi055169533-45 from 0 to 163840 tid 1 2023-10-14T00:04:39.838 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 10 current snap is 74 2023-10-14T00:04:39.838 INFO:tasks.rados.rados.0.smithi055.stdout:906: seq_num 297 ranges {0=180224} 2023-10-14T00:04:39.839 INFO:tasks.rados.rados.0.smithi055.stdout:906: writing smithi055169533-10 from 0 to 180224 tid 1 2023-10-14T00:04:39.839 INFO:tasks.rados.rados.0.smithi055.stdout:907: delete oid 7 current snap is 74 2023-10-14T00:04:39.845 INFO:tasks.rados.rados.0.smithi055.stdout:905: finishing write tid 1 to smithi055169533-45 2023-10-14T00:04:39.845 INFO:tasks.rados.rados.0.smithi055.stdout:906: finishing write tid 1 to smithi055169533-10 2023-10-14T00:04:39.846 INFO:tasks.rados.rados.0.smithi055.stdout:905: finishing write tid 2 to smithi055169533-45 2023-10-14T00:04:39.846 INFO:tasks.rados.rados.0.smithi055.stdout:906: finishing write tid 2 to smithi055169533-10 2023-10-14T00:04:39.847 INFO:tasks.rados.rados.0.smithi055.stdout:907: done (2 left) 2023-10-14T00:04:39.848 INFO:tasks.rados.rados.0.smithi055.stdout:908: rmattr oid 6 current snap is 74 2023-10-14T00:04:39.848 INFO:tasks.rados.rados.0.smithi055.stdout:908: done (2 left) 2023-10-14T00:04:39.848 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 47 current snap is 74 2023-10-14T00:04:39.848 INFO:tasks.rados.rados.0.smithi055.stdout:909: seq_num 299 ranges {0=212992} 2023-10-14T00:04:39.849 INFO:tasks.rados.rados.0.smithi055.stdout:909: writing smithi055169533-47 from 0 to 212992 tid 1 2023-10-14T00:04:39.849 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 48 current snap is 74 2023-10-14T00:04:39.849 INFO:tasks.rados.rados.0.smithi055.stdout:910: seq_num 300 ranges {0=229376} 2023-10-14T00:04:39.850 INFO:tasks.rados.rados.0.smithi055.stdout:910: writing smithi055169533-48 from 0 to 229376 tid 1 2023-10-14T00:04:39.850 INFO:tasks.rados.rados.0.smithi055.stdout:911: delete oid 6 current snap is 74 2023-10-14T00:04:39.851 INFO:tasks.rados.rados.0.smithi055.stdout:906: finishing write tid 3 to smithi055169533-10 2023-10-14T00:04:39.851 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 10 v 416 (ObjNum 297 snap 74 seq_num 297) dirty exists 2023-10-14T00:04:39.851 INFO:tasks.rados.rados.0.smithi055.stdout:906: left oid 10 (ObjNum 297 snap 74 seq_num 297) 2023-10-14T00:04:39.851 INFO:tasks.rados.rados.0.smithi055.stdout:905: finishing write tid 3 to smithi055169533-45 2023-10-14T00:04:39.851 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 45 v 313 (ObjNum 296 snap 74 seq_num 296) dirty exists 2023-10-14T00:04:39.852 INFO:tasks.rados.rados.0.smithi055.stdout:905: left oid 45 (ObjNum 296 snap 74 seq_num 296) 2023-10-14T00:04:39.852 INFO:tasks.rados.rados.0.smithi055.stdout:905: done (4 left) 2023-10-14T00:04:39.852 INFO:tasks.rados.rados.0.smithi055.stdout:906: done (3 left) 2023-10-14T00:04:39.853 INFO:tasks.rados.rados.0.smithi055.stdout:911: done (2 left) 2023-10-14T00:04:39.853 INFO:tasks.rados.rados.0.smithi055.stdout:912: snap_create 2023-10-14T00:04:39.856 INFO:tasks.rados.rados.0.smithi055.stdout:909: finishing write tid 1 to smithi055169533-47 2023-10-14T00:04:39.857 INFO:tasks.rados.rados.0.smithi055.stdout:909: finishing write tid 2 to smithi055169533-47 2023-10-14T00:04:39.862 INFO:tasks.rados.rados.0.smithi055.stdout:910: finishing write tid 1 to smithi055169533-48 2023-10-14T00:04:39.862 INFO:tasks.rados.rados.0.smithi055.stdout:910: finishing write tid 2 to smithi055169533-48 2023-10-14T00:04:39.862 INFO:tasks.rados.rados.0.smithi055.stdout:909: finishing write tid 3 to smithi055169533-47 2023-10-14T00:04:39.862 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 47 v 216 (ObjNum 299 snap 74 seq_num 299) dirty exists 2023-10-14T00:04:39.863 INFO:tasks.rados.rados.0.smithi055.stdout:909: left oid 47 (ObjNum 299 snap 74 seq_num 299) 2023-10-14T00:04:39.863 INFO:tasks.rados.rados.0.smithi055.stdout:910: finishing write tid 3 to smithi055169533-48 2023-10-14T00:04:39.863 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 48 v 218 (ObjNum 300 snap 74 seq_num 300) dirty exists 2023-10-14T00:04:39.863 INFO:tasks.rados.rados.0.smithi055.stdout:910: left oid 48 (ObjNum 300 snap 74 seq_num 300) 2023-10-14T00:04:40.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:39 smithi082 ceph-mon[180771]: pgmap v38: 121 pgs: 121 active+clean; 108 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 6.7 MiB/s rd, 33 KiB/s wr, 12 op/s 2023-10-14T00:04:40.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:39 smithi082 ceph-mon[180771]: failed to encode map e219 with expected crc 2023-10-14T00:04:40.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:39 smithi082 ceph-mon[180771]: failed to encode map e219 with expected crc 2023-10-14T00:04:40.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:39 smithi082 ceph-mon[180771]: failed to encode map e219 with expected crc 2023-10-14T00:04:40.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:04:40.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:39 smithi055 ceph-mon[185614]: pgmap v38: 121 pgs: 121 active+clean; 108 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 6.7 MiB/s rd, 33 KiB/s wr, 12 op/s 2023-10-14T00:04:40.340 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:39 smithi055 ceph-mon[185614]: failed to encode map e219 with expected crc 2023-10-14T00:04:40.341 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:39 smithi055 ceph-mon[185614]: failed to encode map e219 with expected crc 2023-10-14T00:04:40.341 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:39 smithi055 ceph-mon[185614]: failed to encode map e219 with expected crc 2023-10-14T00:04:40.341 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:04:40.342 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:39 smithi055 ceph-mon[183057]: pgmap v38: 121 pgs: 121 active+clean; 108 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 6.7 MiB/s rd, 33 KiB/s wr, 12 op/s 2023-10-14T00:04:40.342 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:39 smithi055 ceph-mon[183057]: failed to encode map e219 with expected crc 2023-10-14T00:04:40.342 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:39 smithi055 ceph-mon[183057]: failed to encode map e219 with expected crc 2023-10-14T00:04:40.342 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:39 smithi055 ceph-mon[183057]: failed to encode map e219 with expected crc 2023-10-14T00:04:40.342 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:04:40.343 INFO:tasks.rados.rados.0.smithi055.stdout:909: done (2 left) 2023-10-14T00:04:40.343 INFO:tasks.rados.rados.0.smithi055.stdout:910: done (1 left) 2023-10-14T00:04:40.344 INFO:tasks.rados.rados.0.smithi055.stdout:912: done (0 left) 2023-10-14T00:04:40.344 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 13 current snap is 75 2023-10-14T00:04:40.344 INFO:tasks.rados.rados.0.smithi055.stdout:913: seq_num 302 ranges {638976=262144} 2023-10-14T00:04:40.344 INFO:tasks.rados.rados.0.smithi055.stdout:913: writing smithi055169533-13 from 638976 to 901120 tid 1 2023-10-14T00:04:40.344 INFO:tasks.rados.rados.0.smithi055.stdout:914: delete oid 50 current snap is 75 2023-10-14T00:04:40.345 INFO:tasks.rados.rados.0.smithi055.stdout:914: done (1 left) 2023-10-14T00:04:40.345 INFO:tasks.rados.rados.0.smithi055.stdout:915: rollback oid 21 current snap is 75 2023-10-14T00:04:40.345 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 21 to 72 2023-10-14T00:04:40.345 INFO:tasks.rados.rados.0.smithi055.stdout:916: snap_remove snap 73 2023-10-14T00:04:41.022 INFO:teuthology.orchestra.run.smithi055.stdout:true 2023-10-14T00:04:41.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:40 smithi082 ceph-mon[180771]: failed to encode map e220 with expected crc 2023-10-14T00:04:41.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:40 smithi082 ceph-mon[180771]: failed to encode map e220 with expected crc 2023-10-14T00:04:41.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:40 smithi082 ceph-mon[180771]: osdmap e220: 8 total, 8 up, 8 in 2023-10-14T00:04:41.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:40 smithi082 ceph-mon[180771]: failed to encode map e220 with expected crc 2023-10-14T00:04:41.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:40 smithi082 ceph-mon[180771]: failed to encode map e220 with expected crc 2023-10-14T00:04:41.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:40 smithi082 ceph-mon[180771]: osdmap e221: 8 total, 8 up, 8 in 2023-10-14T00:04:41.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:40 smithi082 ceph-mon[180771]: failed to encode map e221 with expected crc 2023-10-14T00:04:41.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:40 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:41.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:40 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:41.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:40 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:41.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:40 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:04:41.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:40 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:41.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:40 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-14T00:04:41.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:40 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-14T00:04:41.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:40 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:41.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:40 smithi055 ceph-mon[185614]: failed to encode map e220 with expected crc 2023-10-14T00:04:41.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:40 smithi055 ceph-mon[185614]: failed to encode map e220 with expected crc 2023-10-14T00:04:41.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:40 smithi055 ceph-mon[185614]: osdmap e220: 8 total, 8 up, 8 in 2023-10-14T00:04:41.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:40 smithi055 ceph-mon[185614]: failed to encode map e220 with expected crc 2023-10-14T00:04:41.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:40 smithi055 ceph-mon[185614]: failed to encode map e220 with expected crc 2023-10-14T00:04:41.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:40 smithi055 ceph-mon[185614]: osdmap e221: 8 total, 8 up, 8 in 2023-10-14T00:04:41.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:40 smithi055 ceph-mon[185614]: failed to encode map e221 with expected crc 2023-10-14T00:04:41.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:40 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:41.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:40 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:41.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:40 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:41.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:40 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:04:41.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:40 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:41.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:40 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-14T00:04:41.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:40 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-14T00:04:41.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:40 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:41.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:40 smithi055 ceph-mon[183057]: failed to encode map e220 with expected crc 2023-10-14T00:04:41.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:40 smithi055 ceph-mon[183057]: failed to encode map e220 with expected crc 2023-10-14T00:04:41.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:40 smithi055 ceph-mon[183057]: osdmap e220: 8 total, 8 up, 8 in 2023-10-14T00:04:41.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:40 smithi055 ceph-mon[183057]: failed to encode map e220 with expected crc 2023-10-14T00:04:41.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:40 smithi055 ceph-mon[183057]: failed to encode map e220 with expected crc 2023-10-14T00:04:41.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:40 smithi055 ceph-mon[183057]: osdmap e221: 8 total, 8 up, 8 in 2023-10-14T00:04:41.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:40 smithi055 ceph-mon[183057]: failed to encode map e221 with expected crc 2023-10-14T00:04:41.272 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:40 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:41.272 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:40 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:41.272 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:40 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:41.272 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:40 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:04:41.272 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:40 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:41.272 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:40 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-14T00:04:41.273 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:40 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-14T00:04:41.273 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:40 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:41.310 INFO:tasks.rados.rados.0.smithi055.stdout:916: done (2 left) 2023-10-14T00:04:41.310 INFO:tasks.rados.rados.0.smithi055.stdout:917: snap_create 2023-10-14T00:04:41.310 INFO:tasks.rados.rados.0.smithi055.stdout:913: finishing write tid 1 to smithi055169533-13 2023-10-14T00:04:41.310 INFO:tasks.rados.rados.0.smithi055.stdout:913: finishing write tid 2 to smithi055169533-13 2023-10-14T00:04:41.311 INFO:tasks.rados.rados.0.smithi055.stdout:913: finishing write tid 3 to smithi055169533-13 2023-10-14T00:04:41.311 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 13 v 153 (ObjNum 302 snap 75 seq_num 302) dirty exists 2023-10-14T00:04:41.311 INFO:tasks.rados.rados.0.smithi055.stdout:913: left oid 13 (ObjNum 302 snap 75 seq_num 302) 2023-10-14T00:04:41.311 INFO:tasks.rados.rados.0.smithi055.stdout:915: finishing rollback tid 0 to smithi055169533-21 2023-10-14T00:04:41.312 INFO:tasks.rados.rados.0.smithi055.stdout:915: finishing rollback tid 1 to smithi055169533-21 2023-10-14T00:04:41.312 INFO:tasks.rados.rados.0.smithi055.stdout:915: finishing rollback tid 2 to smithi055169533-21 2023-10-14T00:04:41.312 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 21 v 327 (ObjNum 232 snap 55 seq_num 232) dirty exists 2023-10-14T00:04:41.376 INFO:teuthology.orchestra.run.smithi055.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-14T00:04:41.376 INFO:teuthology.orchestra.run.smithi055.stdout:alertmanager.a smithi055 *:9093,9094 running (88s) 13s ago 4m 19.8M - 0.25.0 c8568f914cd2 a43b396ec072 2023-10-14T00:04:41.376 INFO:teuthology.orchestra.run.smithi055.stdout:grafana.a smithi082 *:3000 running (78s) 3s ago 4m 83.6M - 9.4.7 2c41d148cca3 59d4f501e341 2023-10-14T00:04:41.376 INFO:teuthology.orchestra.run.smithi055.stdout:mds.a smithi055 running (5m) 13s ago 5m 15.5M - 17.2.6-1409-gc4ba9722 8659eb916c3b a64e2d68f55a 2023-10-14T00:04:41.377 INFO:teuthology.orchestra.run.smithi055.stdout:mds.b smithi082 running (5m) 3s ago 5m 20.5M - 17.2.6-1409-gc4ba9722 8659eb916c3b c8f059701aff 2023-10-14T00:04:41.377 INFO:teuthology.orchestra.run.smithi055.stdout:mgr.x smithi082 *:8443,9283,8765 running (52s) 3s ago 7m 447M - 18.0.0-6751-g3b7b697c 0b2b3aa58da0 a79a494adccf 2023-10-14T00:04:41.377 INFO:teuthology.orchestra.run.smithi055.stdout:mgr.y smithi055 *:8443,9283,8765 running (73s) 13s ago 9m 499M - 18.0.0-6751-g3b7b697c 0b2b3aa58da0 b7faf0747550 2023-10-14T00:04:41.377 INFO:teuthology.orchestra.run.smithi055.stdout:mon.a smithi055 running (41s) 13s ago 9m 45.2M 2048M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 354be3129c3e 2023-10-14T00:04:41.377 INFO:teuthology.orchestra.run.smithi055.stdout:mon.b smithi082 running (7s) 3s ago 8m 26.3M 2048M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 5214e5618df6 2023-10-14T00:04:41.378 INFO:teuthology.orchestra.run.smithi055.stdout:mon.c smithi055 running (22s) 13s ago 7m 23.5M 2048M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 bec446d3c9a5 2023-10-14T00:04:41.378 INFO:teuthology.orchestra.run.smithi055.stdout:node-exporter.a smithi055 *:9100 running (87s) 13s ago 4m 9773k - 1.5.0 0da6a335fe13 31fbb1d63b0a 2023-10-14T00:04:41.378 INFO:teuthology.orchestra.run.smithi055.stdout:node-exporter.b smithi082 *:9100 running (77s) 3s ago 4m 8564k - 1.5.0 0da6a335fe13 16c130d1487c 2023-10-14T00:04:41.378 INFO:teuthology.orchestra.run.smithi055.stdout:osd.0 smithi055 running (7m) 13s ago 7m 260M 2487M 17.2.6-1409-gc4ba9722 8659eb916c3b 66d9116b2b46 2023-10-14T00:04:41.378 INFO:teuthology.orchestra.run.smithi055.stdout:osd.1 smithi055 running (7m) 13s ago 7m 213M 2487M 17.2.6-1409-gc4ba9722 8659eb916c3b b25945c260a3 2023-10-14T00:04:41.379 INFO:teuthology.orchestra.run.smithi055.stdout:osd.2 smithi055 running (6m) 13s ago 6m 275M 2487M 17.2.6-1409-gc4ba9722 8659eb916c3b 20662f684e60 2023-10-14T00:04:41.379 INFO:teuthology.orchestra.run.smithi055.stdout:osd.3 smithi055 running (6m) 13s ago 6m 164M 2487M 17.2.6-1409-gc4ba9722 8659eb916c3b 7b50ece3fc6a 2023-10-14T00:04:41.379 INFO:teuthology.orchestra.run.smithi055.stdout:osd.4 smithi082 running (6m) 3s ago 6m 231M 2486M 17.2.6-1409-gc4ba9722 8659eb916c3b 0c6a875b6536 2023-10-14T00:04:41.379 INFO:teuthology.orchestra.run.smithi055.stdout:osd.5 smithi082 running (6m) 3s ago 6m 253M 2486M 17.2.6-1409-gc4ba9722 8659eb916c3b 4bc4f3a1610c 2023-10-14T00:04:41.379 INFO:teuthology.orchestra.run.smithi055.stdout:osd.6 smithi082 running (5m) 3s ago 5m 146M 2486M 17.2.6-1409-gc4ba9722 8659eb916c3b 534f869fa9c0 2023-10-14T00:04:41.380 INFO:teuthology.orchestra.run.smithi055.stdout:osd.7 smithi082 running (5m) 3s ago 5m 227M 2486M 17.2.6-1409-gc4ba9722 8659eb916c3b 8ed5f8f55810 2023-10-14T00:04:41.380 INFO:teuthology.orchestra.run.smithi055.stdout:prometheus.a smithi082 *:9095 running (55s) 3s ago 4m 50.0M - 2.43.0 a07b618ecd1d 2e6373651cd7 2023-10-14T00:04:41.823 INFO:teuthology.orchestra.run.smithi055.stdout:{ 2023-10-14T00:04:41.823 INFO:teuthology.orchestra.run.smithi055.stdout: "mon": { 2023-10-14T00:04:41.823 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 18.0.0-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)": 3 2023-10-14T00:04:41.824 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:04:41.824 INFO:teuthology.orchestra.run.smithi055.stdout: "mgr": { 2023-10-14T00:04:41.824 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 18.0.0-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)": 2 2023-10-14T00:04:41.824 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:04:41.824 INFO:teuthology.orchestra.run.smithi055.stdout: "osd": { 2023-10-14T00:04:41.824 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)": 8 2023-10-14T00:04:41.825 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:04:41.825 INFO:teuthology.orchestra.run.smithi055.stdout: "mds": { 2023-10-14T00:04:41.825 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)": 2 2023-10-14T00:04:41.825 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:04:41.825 INFO:teuthology.orchestra.run.smithi055.stdout: "overall": { 2023-10-14T00:04:41.826 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)": 10, 2023-10-14T00:04:41.826 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 18.0.0-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)": 5 2023-10-14T00:04:41.826 INFO:teuthology.orchestra.run.smithi055.stdout: } 2023-10-14T00:04:41.826 INFO:teuthology.orchestra.run.smithi055.stdout:} 2023-10-14T00:04:42.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:41 smithi082 ceph-mon[180771]: failed to encode map e221 with expected crc 2023-10-14T00:04:42.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:41 smithi082 ceph-mon[180771]: failed to encode map e221 with expected crc 2023-10-14T00:04:42.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:41 smithi082 ceph-mon[180771]: failed to encode map e221 with expected crc 2023-10-14T00:04:42.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:41 smithi082 ceph-mon[180771]: Reconfiguring mon.a (monmap changed)... 2023-10-14T00:04:42.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:41 smithi082 ceph-mon[180771]: Reconfiguring daemon mon.a on smithi055 2023-10-14T00:04:42.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:41 smithi082 ceph-mon[180771]: pgmap v42: 121 pgs: 121 active+clean; 111 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 1.2 MiB/s rd, 1.3 MiB/s wr, 4 op/s 2023-10-14T00:04:42.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:41 smithi082 ceph-mon[180771]: osdmap e222: 8 total, 8 up, 8 in 2023-10-14T00:04:42.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:41 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:42.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:41 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:42.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:41 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-14T00:04:42.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:41 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-14T00:04:42.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:41 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:42.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:41 smithi082 ceph-mon[180771]: from='client.? 172.21.15.55:0/3329723956' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:04:42.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:41 smithi055 ceph-mon[185614]: failed to encode map e221 with expected crc 2023-10-14T00:04:42.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:41 smithi055 ceph-mon[185614]: failed to encode map e221 with expected crc 2023-10-14T00:04:42.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:41 smithi055 ceph-mon[185614]: failed to encode map e221 with expected crc 2023-10-14T00:04:42.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:41 smithi055 ceph-mon[185614]: Reconfiguring mon.a (monmap changed)... 2023-10-14T00:04:42.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:41 smithi055 ceph-mon[185614]: Reconfiguring daemon mon.a on smithi055 2023-10-14T00:04:42.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:41 smithi055 ceph-mon[185614]: pgmap v42: 121 pgs: 121 active+clean; 111 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 1.2 MiB/s rd, 1.3 MiB/s wr, 4 op/s 2023-10-14T00:04:42.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:41 smithi055 ceph-mon[185614]: osdmap e222: 8 total, 8 up, 8 in 2023-10-14T00:04:42.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:41 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:42.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:41 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:42.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:41 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-14T00:04:42.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:41 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-14T00:04:42.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:41 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:42.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:41 smithi055 ceph-mon[185614]: from='client.? 172.21.15.55:0/3329723956' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:04:42.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:41 smithi055 ceph-mon[183057]: failed to encode map e221 with expected crc 2023-10-14T00:04:42.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:41 smithi055 ceph-mon[183057]: failed to encode map e221 with expected crc 2023-10-14T00:04:42.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:41 smithi055 ceph-mon[183057]: failed to encode map e221 with expected crc 2023-10-14T00:04:42.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:41 smithi055 ceph-mon[183057]: Reconfiguring mon.a (monmap changed)... 2023-10-14T00:04:42.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:41 smithi055 ceph-mon[183057]: Reconfiguring daemon mon.a on smithi055 2023-10-14T00:04:42.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:41 smithi055 ceph-mon[183057]: pgmap v42: 121 pgs: 121 active+clean; 111 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 1.2 MiB/s rd, 1.3 MiB/s wr, 4 op/s 2023-10-14T00:04:42.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:41 smithi055 ceph-mon[183057]: osdmap e222: 8 total, 8 up, 8 in 2023-10-14T00:04:42.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:41 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:42.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:41 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:42.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:41 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-14T00:04:42.272 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:41 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-14T00:04:42.272 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:41 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:42.272 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:41 smithi055 ceph-mon[183057]: from='client.? 172.21.15.55:0/3329723956' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:04:42.306 INFO:tasks.rados.rados.0.smithi055.stdout:913: done (2 left) 2023-10-14T00:04:42.306 INFO:tasks.rados.rados.0.smithi055.stdout:915: done (1 left) 2023-10-14T00:04:42.307 INFO:tasks.rados.rados.0.smithi055.stdout:917: done (0 left) 2023-10-14T00:04:42.307 INFO:tasks.rados.rados.0.smithi055.stdout:918: read oid 46 snap -1 2023-10-14T00:04:42.307 INFO:tasks.rados.rados.0.smithi055.stdout:918: expect (ObjNum 289 snap 71 seq_num 289) 2023-10-14T00:04:42.307 INFO:tasks.rados.rados.0.smithi055.stdout:919: read oid 12 snap -1 2023-10-14T00:04:42.307 INFO:tasks.rados.rados.0.smithi055.stdout:919: expect (ObjNum 188 snap 42 seq_num 188) 2023-10-14T00:04:42.308 INFO:tasks.rados.rados.0.smithi055.stdout:920: setattr oid 32 current snap is 76 2023-10-14T00:04:42.310 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 3 current snap is 76 2023-10-14T00:04:42.310 INFO:tasks.rados.rados.0.smithi055.stdout:921: seq_num 304 ranges {0=294912} 2023-10-14T00:04:42.312 INFO:tasks.rados.rados.0.smithi055.stdout:921: writing smithi055169533-3 from 0 to 294912 tid 1 2023-10-14T00:04:42.312 INFO:tasks.rados.rados.0.smithi055.stdout:922: read oid 40 snap -1 2023-10-14T00:04:42.313 INFO:tasks.rados.rados.0.smithi055.stdout:922: expect (ObjNum 245 snap 56 seq_num 245) 2023-10-14T00:04:42.313 INFO:tasks.rados.rados.0.smithi055.stdout:923: copy_from oid 22 from oid 42 current snap is 76 2023-10-14T00:04:42.313 INFO:tasks.rados.rados.0.smithi055.stdout:924: snap_remove snap 72 2023-10-14T00:04:43.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:42 smithi082 ceph-mon[180771]: from='client.34161 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:04:43.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:42 smithi082 ceph-mon[180771]: failed to encode map e222 with expected crc 2023-10-14T00:04:43.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:42 smithi082 ceph-mon[180771]: failed to encode map e222 with expected crc 2023-10-14T00:04:43.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:42 smithi082 ceph-mon[180771]: from='client.34167 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:04:43.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:42 smithi082 ceph-mon[180771]: Reconfiguring mgr.y (monmap changed)... 2023-10-14T00:04:43.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:42 smithi082 ceph-mon[180771]: Reconfiguring daemon mgr.y on smithi055 2023-10-14T00:04:43.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:42 smithi082 ceph-mon[180771]: failed to encode map e222 with expected crc 2023-10-14T00:04:43.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:42 smithi082 ceph-mon[180771]: osdmap e223: 8 total, 8 up, 8 in 2023-10-14T00:04:43.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:42 smithi082 ceph-mon[180771]: failed to encode map e223 with expected crc 2023-10-14T00:04:43.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:42 smithi082 ceph-mon[180771]: failed to encode map e223 with expected crc 2023-10-14T00:04:43.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:42 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:43.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:42 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:43.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:42 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-14T00:04:43.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:42 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-14T00:04:43.129 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:42 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:43.180 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:42 smithi055 ceph-mon[185614]: from='client.34161 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:04:43.181 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:42 smithi055 ceph-mon[185614]: failed to encode map e222 with expected crc 2023-10-14T00:04:43.181 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:42 smithi055 ceph-mon[185614]: failed to encode map e222 with expected crc 2023-10-14T00:04:43.181 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:42 smithi055 ceph-mon[185614]: from='client.34167 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:04:43.181 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:42 smithi055 ceph-mon[185614]: Reconfiguring mgr.y (monmap changed)... 2023-10-14T00:04:43.182 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:42 smithi055 ceph-mon[185614]: Reconfiguring daemon mgr.y on smithi055 2023-10-14T00:04:43.182 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:42 smithi055 ceph-mon[185614]: failed to encode map e222 with expected crc 2023-10-14T00:04:43.182 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:42 smithi055 ceph-mon[185614]: osdmap e223: 8 total, 8 up, 8 in 2023-10-14T00:04:43.182 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:42 smithi055 ceph-mon[185614]: failed to encode map e223 with expected crc 2023-10-14T00:04:43.182 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:42 smithi055 ceph-mon[185614]: failed to encode map e223 with expected crc 2023-10-14T00:04:43.183 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:42 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:43.183 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:42 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:43.183 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:42 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-14T00:04:43.183 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:42 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-14T00:04:43.183 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:42 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:43.184 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:42 smithi055 ceph-mon[183057]: from='client.34161 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:04:43.184 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:42 smithi055 ceph-mon[183057]: failed to encode map e222 with expected crc 2023-10-14T00:04:43.184 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:42 smithi055 ceph-mon[183057]: failed to encode map e222 with expected crc 2023-10-14T00:04:43.184 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:42 smithi055 ceph-mon[183057]: from='client.34167 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:04:43.184 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:42 smithi055 ceph-mon[183057]: Reconfiguring mgr.y (monmap changed)... 2023-10-14T00:04:43.185 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:42 smithi055 ceph-mon[183057]: Reconfiguring daemon mgr.y on smithi055 2023-10-14T00:04:43.185 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:42 smithi055 ceph-mon[183057]: failed to encode map e222 with expected crc 2023-10-14T00:04:43.185 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:42 smithi055 ceph-mon[183057]: osdmap e223: 8 total, 8 up, 8 in 2023-10-14T00:04:43.185 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:42 smithi055 ceph-mon[183057]: failed to encode map e223 with expected crc 2023-10-14T00:04:43.185 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:42 smithi055 ceph-mon[183057]: failed to encode map e223 with expected crc 2023-10-14T00:04:43.186 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:42 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:43.186 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:42 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:43.186 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:42 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-14T00:04:43.186 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:42 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-14T00:04:43.186 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:42 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:43.309 INFO:tasks.rados.rados.0.smithi055.stdout:924: done (6 left) 2023-10-14T00:04:43.309 INFO:tasks.rados.rados.0.smithi055.stdout:925: setattr oid 25 current snap is 76 2023-10-14T00:04:43.310 INFO:tasks.rados.rados.0.smithi055.stdout:918: expect (ObjNum 289 snap 71 seq_num 289) 2023-10-14T00:04:43.311 INFO:tasks.rados.rados.0.smithi055.stdout:919: expect (ObjNum 188 snap 42 seq_num 188) 2023-10-14T00:04:43.340 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 32 v 177 (ObjNum 214 snap 52 seq_num 214) dirty exists 2023-10-14T00:04:43.341 INFO:tasks.rados.rados.0.smithi055.stdout:921: finishing write tid 1 to smithi055169533-3 2023-10-14T00:04:43.341 INFO:tasks.rados.rados.0.smithi055.stdout:921: finishing write tid 2 to smithi055169533-3 2023-10-14T00:04:43.341 INFO:tasks.rados.rados.0.smithi055.stdout:921: finishing write tid 3 to smithi055169533-3 2023-10-14T00:04:43.341 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 3 v 401 (ObjNum 304 snap 76 seq_num 304) dirty exists 2023-10-14T00:04:43.342 INFO:tasks.rados.rados.0.smithi055.stdout:921: left oid 3 (ObjNum 304 snap 76 seq_num 304) 2023-10-14T00:04:43.342 INFO:tasks.rados.rados.0.smithi055.stdout:922: expect (ObjNum 245 snap 56 seq_num 245) 2023-10-14T00:04:43.399 INFO:tasks.rados.rados.0.smithi055.stdout:923: finishing copy_from to smithi055169533-22 2023-10-14T00:04:43.400 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 22 v 135 (ObjNum 269 snap 68 seq_num 269) dirty exists 2023-10-14T00:04:43.400 INFO:tasks.rados.rados.0.smithi055.stdout:923: finishing copy_from racing read to smithi055169533-22 2023-10-14T00:04:43.400 INFO:tasks.rados.rados.0.smithi055.stdout:918: done (6 left) 2023-10-14T00:04:43.400 INFO:tasks.rados.rados.0.smithi055.stdout:919: done (5 left) 2023-10-14T00:04:43.400 INFO:tasks.rados.rados.0.smithi055.stdout:920: done (4 left) 2023-10-14T00:04:43.401 INFO:tasks.rados.rados.0.smithi055.stdout:921: done (3 left) 2023-10-14T00:04:43.401 INFO:tasks.rados.rados.0.smithi055.stdout:922: done (2 left) 2023-10-14T00:04:43.401 INFO:tasks.rados.rados.0.smithi055.stdout:923: done (1 left) 2023-10-14T00:04:43.401 INFO:tasks.rados.rados.0.smithi055.stdout:926: snap_create 2023-10-14T00:04:43.405 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 25 v 313 (ObjNum 249 snap 56 seq_num 249) dirty exists 2023-10-14T00:04:44.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:43 smithi082 ceph-mon[180771]: failed to encode map e223 with expected crc 2023-10-14T00:04:44.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:43 smithi082 ceph-mon[180771]: failed to encode map e222 with expected crc 2023-10-14T00:04:44.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:43 smithi082 ceph-mon[180771]: Reconfiguring mon.c (monmap changed)... 2023-10-14T00:04:44.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:43 smithi082 ceph-mon[180771]: Reconfiguring daemon mon.c on smithi055 2023-10-14T00:04:44.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:43 smithi082 ceph-mon[180771]: pgmap v45: 121 pgs: 121 active+clean; 111 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 1.2 MiB/s rd, 1.3 MiB/s wr, 4 op/s 2023-10-14T00:04:44.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:43 smithi082 ceph-mon[180771]: osdmap e224: 8 total, 8 up, 8 in 2023-10-14T00:04:44.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:43 smithi082 ceph-mon[180771]: failed to encode map e224 with expected crc 2023-10-14T00:04:44.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:43 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:44.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:43 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:44.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:43 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-10-14T00:04:44.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:43 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:44.176 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:43 smithi055 ceph-mon[185614]: failed to encode map e223 with expected crc 2023-10-14T00:04:44.177 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:43 smithi055 ceph-mon[185614]: failed to encode map e222 with expected crc 2023-10-14T00:04:44.177 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:43 smithi055 ceph-mon[185614]: Reconfiguring mon.c (monmap changed)... 2023-10-14T00:04:44.177 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:43 smithi055 ceph-mon[185614]: Reconfiguring daemon mon.c on smithi055 2023-10-14T00:04:44.177 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:43 smithi055 ceph-mon[185614]: pgmap v45: 121 pgs: 121 active+clean; 111 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 1.2 MiB/s rd, 1.3 MiB/s wr, 4 op/s 2023-10-14T00:04:44.177 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:43 smithi055 ceph-mon[185614]: osdmap e224: 8 total, 8 up, 8 in 2023-10-14T00:04:44.178 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:43 smithi055 ceph-mon[185614]: failed to encode map e224 with expected crc 2023-10-14T00:04:44.178 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:43 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:44.178 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:43 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:44.178 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:43 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-10-14T00:04:44.178 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:43 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:44.179 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:43 smithi055 ceph-mon[183057]: failed to encode map e223 with expected crc 2023-10-14T00:04:44.179 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:43 smithi055 ceph-mon[183057]: failed to encode map e222 with expected crc 2023-10-14T00:04:44.179 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:43 smithi055 ceph-mon[183057]: Reconfiguring mon.c (monmap changed)... 2023-10-14T00:04:44.179 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:43 smithi055 ceph-mon[183057]: Reconfiguring daemon mon.c on smithi055 2023-10-14T00:04:44.180 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:43 smithi055 ceph-mon[183057]: pgmap v45: 121 pgs: 121 active+clean; 111 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 1.2 MiB/s rd, 1.3 MiB/s wr, 4 op/s 2023-10-14T00:04:44.180 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:43 smithi055 ceph-mon[183057]: osdmap e224: 8 total, 8 up, 8 in 2023-10-14T00:04:44.180 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:43 smithi055 ceph-mon[183057]: failed to encode map e224 with expected crc 2023-10-14T00:04:44.180 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:43 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:44.180 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:43 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:44.181 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:43 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-10-14T00:04:44.181 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:43 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:44.314 INFO:tasks.rados.rados.0.smithi055.stdout:925: done (1 left) 2023-10-14T00:04:44.314 INFO:tasks.rados.rados.0.smithi055.stdout:926: done (0 left) 2023-10-14T00:04:44.317 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 37 current snap is 77 2023-10-14T00:04:44.317 INFO:tasks.rados.rados.0.smithi055.stdout:927: seq_num 305 ranges {753664=311296} 2023-10-14T00:04:44.320 INFO:tasks.rados.rados.0.smithi055.stdout:927: writing smithi055169533-37 from 753664 to 1064960 tid 1 2023-10-14T00:04:44.320 INFO:tasks.rados.rados.0.smithi055.stdout:928: snap_create 2023-10-14T00:04:44.327 INFO:tasks.rados.rados.0.smithi055.stdout:927: finishing write tid 1 to smithi055169533-37 2023-10-14T00:04:44.328 INFO:tasks.rados.rados.0.smithi055.stdout:927: finishing write tid 2 to smithi055169533-37 2023-10-14T00:04:44.330 INFO:tasks.rados.rados.0.smithi055.stdout:927: finishing write tid 3 to smithi055169533-37 2023-10-14T00:04:44.330 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 37 v 318 (ObjNum 305 snap 77 seq_num 305) dirty exists 2023-10-14T00:04:44.330 INFO:tasks.rados.rados.0.smithi055.stdout:927: left oid 37 (ObjNum 305 snap 77 seq_num 305) 2023-10-14T00:04:45.055 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:44 smithi055 ceph-mon[185614]: failed to encode map e224 with expected crc 2023-10-14T00:04:45.055 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:44 smithi055 ceph-mon[185614]: failed to encode map e224 with expected crc 2023-10-14T00:04:45.056 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:44 smithi055 ceph-mon[185614]: failed to encode map e224 with expected crc 2023-10-14T00:04:45.056 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:44 smithi055 ceph-mon[185614]: Reconfiguring osd.0 (monmap changed)... 2023-10-14T00:04:45.056 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:44 smithi055 ceph-mon[185614]: Reconfiguring daemon osd.0 on smithi055 2023-10-14T00:04:45.056 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:44 smithi055 ceph-mon[185614]: osdmap e225: 8 total, 8 up, 8 in 2023-10-14T00:04:45.056 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:44 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:45.057 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:44 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:45.057 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:44 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-10-14T00:04:45.057 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:44 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:45.057 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:44 smithi055 ceph-mon[183057]: failed to encode map e224 with expected crc 2023-10-14T00:04:45.058 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:44 smithi055 ceph-mon[183057]: failed to encode map e224 with expected crc 2023-10-14T00:04:45.058 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:44 smithi055 ceph-mon[183057]: failed to encode map e224 with expected crc 2023-10-14T00:04:45.058 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:44 smithi055 ceph-mon[183057]: Reconfiguring osd.0 (monmap changed)... 2023-10-14T00:04:45.058 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:44 smithi055 ceph-mon[183057]: Reconfiguring daemon osd.0 on smithi055 2023-10-14T00:04:45.058 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:44 smithi055 ceph-mon[183057]: osdmap e225: 8 total, 8 up, 8 in 2023-10-14T00:04:45.059 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:44 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:45.059 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:44 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:45.059 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:44 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-10-14T00:04:45.059 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:44 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:45.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:44 smithi082 ceph-mon[180771]: failed to encode map e224 with expected crc 2023-10-14T00:04:45.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:44 smithi082 ceph-mon[180771]: failed to encode map e224 with expected crc 2023-10-14T00:04:45.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:44 smithi082 ceph-mon[180771]: failed to encode map e224 with expected crc 2023-10-14T00:04:45.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:44 smithi082 ceph-mon[180771]: Reconfiguring osd.0 (monmap changed)... 2023-10-14T00:04:45.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:44 smithi082 ceph-mon[180771]: Reconfiguring daemon osd.0 on smithi055 2023-10-14T00:04:45.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:44 smithi082 ceph-mon[180771]: osdmap e225: 8 total, 8 up, 8 in 2023-10-14T00:04:45.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:44 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:45.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:44 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:45.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:44 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-10-14T00:04:45.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:44 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:45.321 INFO:tasks.rados.rados.0.smithi055.stdout:927: done (1 left) 2023-10-14T00:04:45.322 INFO:tasks.rados.rados.0.smithi055.stdout:928: done (0 left) 2023-10-14T00:04:45.322 INFO:tasks.rados.rados.0.smithi055.stdout:929: read oid 11 snap 75 2023-10-14T00:04:45.322 INFO:tasks.rados.rados.0.smithi055.stdout:929: expect (ObjNum 268 snap 68 seq_num 268) 2023-10-14T00:04:45.323 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 21 current snap is 78 2023-10-14T00:04:45.323 INFO:tasks.rados.rados.0.smithi055.stdout:930: seq_num 306 ranges {1490944=327680} 2023-10-14T00:04:45.331 INFO:tasks.rados.rados.0.smithi055.stdout:930: writing smithi055169533-21 from 1490944 to 1818624 tid 1 2023-10-14T00:04:45.332 INFO:tasks.rados.rados.0.smithi055.stdout:931: delete oid 47 current snap is 78 2023-10-14T00:04:45.337 INFO:tasks.rados.rados.0.smithi055.stdout:929: expect (ObjNum 268 snap 68 seq_num 268) 2023-10-14T00:04:45.399 INFO:tasks.rados.rados.0.smithi055.stdout:930: finishing write tid 1 to smithi055169533-21 2023-10-14T00:04:45.400 INFO:tasks.rados.rados.0.smithi055.stdout:930: finishing write tid 2 to smithi055169533-21 2023-10-14T00:04:45.400 INFO:tasks.rados.rados.0.smithi055.stdout:930: finishing write tid 3 to smithi055169533-21 2023-10-14T00:04:45.400 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 21 v 329 (ObjNum 306 snap 78 seq_num 306) dirty exists 2023-10-14T00:04:45.400 INFO:tasks.rados.rados.0.smithi055.stdout:930: left oid 21 (ObjNum 306 snap 78 seq_num 306) 2023-10-14T00:04:45.400 INFO:tasks.rados.rados.0.smithi055.stdout:929: done (2 left) 2023-10-14T00:04:45.401 INFO:tasks.rados.rados.0.smithi055.stdout:930: done (1 left) 2023-10-14T00:04:45.401 INFO:tasks.rados.rados.0.smithi055.stdout:931: done (0 left) 2023-10-14T00:04:45.401 INFO:tasks.rados.rados.0.smithi055.stdout:932: snap_create 2023-10-14T00:04:45.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:04:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:04:45] "GET /metrics HTTP/1.1" 200 35929 "" "Prometheus/2.43.0" 2023-10-14T00:04:46.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:45 smithi055 ceph-mon[183057]: failed to encode map e225 with expected crc 2023-10-14T00:04:46.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:45 smithi055 ceph-mon[183057]: failed to encode map e225 with expected crc 2023-10-14T00:04:46.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:45 smithi055 ceph-mon[183057]: failed to encode map e225 with expected crc 2023-10-14T00:04:46.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:45 smithi055 ceph-mon[183057]: Reconfiguring osd.1 (monmap changed)... 2023-10-14T00:04:46.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:45 smithi055 ceph-mon[183057]: Reconfiguring daemon osd.1 on smithi055 2023-10-14T00:04:46.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:45 smithi055 ceph-mon[183057]: pgmap v48: 121 pgs: 121 active+clean; 111 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:04:46.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:45 smithi055 ceph-mon[183057]: osdmap e226: 8 total, 8 up, 8 in 2023-10-14T00:04:46.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:45 smithi055 ceph-mon[183057]: failed to encode map e226 with expected crc 2023-10-14T00:04:46.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:45 smithi055 ceph-mon[183057]: failed to encode map e226 with expected crc 2023-10-14T00:04:46.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:45 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:46.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:45 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:46.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:45 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-10-14T00:04:46.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:45 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:46.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:45 smithi055 ceph-mon[185614]: failed to encode map e225 with expected crc 2023-10-14T00:04:46.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:45 smithi055 ceph-mon[185614]: failed to encode map e225 with expected crc 2023-10-14T00:04:46.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:45 smithi055 ceph-mon[185614]: failed to encode map e225 with expected crc 2023-10-14T00:04:46.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:45 smithi055 ceph-mon[185614]: Reconfiguring osd.1 (monmap changed)... 2023-10-14T00:04:46.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:45 smithi055 ceph-mon[185614]: Reconfiguring daemon osd.1 on smithi055 2023-10-14T00:04:46.021 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:45 smithi055 ceph-mon[185614]: pgmap v48: 121 pgs: 121 active+clean; 111 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:04:46.021 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:45 smithi055 ceph-mon[185614]: osdmap e226: 8 total, 8 up, 8 in 2023-10-14T00:04:46.021 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:45 smithi055 ceph-mon[185614]: failed to encode map e226 with expected crc 2023-10-14T00:04:46.021 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:45 smithi055 ceph-mon[185614]: failed to encode map e226 with expected crc 2023-10-14T00:04:46.021 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:45 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:46.021 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:45 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:46.022 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:45 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-10-14T00:04:46.022 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:45 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:46.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:45 smithi082 ceph-mon[180771]: failed to encode map e225 with expected crc 2023-10-14T00:04:46.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:45 smithi082 ceph-mon[180771]: failed to encode map e225 with expected crc 2023-10-14T00:04:46.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:45 smithi082 ceph-mon[180771]: failed to encode map e225 with expected crc 2023-10-14T00:04:46.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:45 smithi082 ceph-mon[180771]: Reconfiguring osd.1 (monmap changed)... 2023-10-14T00:04:46.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:45 smithi082 ceph-mon[180771]: Reconfiguring daemon osd.1 on smithi055 2023-10-14T00:04:46.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:45 smithi082 ceph-mon[180771]: pgmap v48: 121 pgs: 121 active+clean; 111 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:04:46.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:45 smithi082 ceph-mon[180771]: osdmap e226: 8 total, 8 up, 8 in 2023-10-14T00:04:46.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:45 smithi082 ceph-mon[180771]: failed to encode map e226 with expected crc 2023-10-14T00:04:46.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:45 smithi082 ceph-mon[180771]: failed to encode map e226 with expected crc 2023-10-14T00:04:46.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:45 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:46.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:45 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:46.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:45 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-10-14T00:04:46.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:45 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:46.364 INFO:tasks.rados.rados.0.smithi055.stdout:932: done (0 left) 2023-10-14T00:04:46.364 INFO:tasks.rados.rados.0.smithi055.stdout:933: setattr oid 39 current snap is 79 2023-10-14T00:04:46.367 INFO:tasks.rados.rados.0.smithi055.stdout:934: read oid 37 snap -1 2023-10-14T00:04:46.367 INFO:tasks.rados.rados.0.smithi055.stdout:934: expect (ObjNum 305 snap 77 seq_num 305) 2023-10-14T00:04:46.368 INFO:tasks.rados.rados.0.smithi055.stdout:935: rmattr oid 29 current snap is 79 2023-10-14T00:04:46.368 INFO:tasks.rados.rados.0.smithi055.stdout:935: done (2 left) 2023-10-14T00:04:46.368 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 38 current snap is 79 2023-10-14T00:04:46.368 INFO:tasks.rados.rados.0.smithi055.stdout:936: seq_num 308 ranges {638976=360448} 2023-10-14T00:04:46.373 INFO:tasks.rados.rados.0.smithi055.stdout:936: writing smithi055169533-38 from 638976 to 999424 tid 1 2023-10-14T00:04:46.373 INFO:tasks.rados.rados.0.smithi055.stdout:937: delete oid 16 current snap is 79 2023-10-14T00:04:46.376 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 39 v 420 (ObjNum 213 snap 50 seq_num 213) dirty exists 2023-10-14T00:04:46.378 INFO:tasks.rados.rados.0.smithi055.stdout:934: expect (ObjNum 305 snap 77 seq_num 305) 2023-10-14T00:04:46.425 INFO:tasks.rados.rados.0.smithi055.stdout:936: finishing write tid 1 to smithi055169533-38 2023-10-14T00:04:46.425 INFO:tasks.rados.rados.0.smithi055.stdout:936: finishing write tid 2 to smithi055169533-38 2023-10-14T00:04:46.426 INFO:tasks.rados.rados.0.smithi055.stdout:933: done (3 left) 2023-10-14T00:04:46.426 INFO:tasks.rados.rados.0.smithi055.stdout:934: done (2 left) 2023-10-14T00:04:46.426 INFO:tasks.rados.rados.0.smithi055.stdout:937: done (1 left) 2023-10-14T00:04:46.426 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 18 current snap is 79 2023-10-14T00:04:46.426 INFO:tasks.rados.rados.0.smithi055.stdout:936: finishing write tid 3 to smithi055169533-38 2023-10-14T00:04:46.427 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 38 v 155 (ObjNum 308 snap 79 seq_num 308) dirty exists 2023-10-14T00:04:46.427 INFO:tasks.rados.rados.0.smithi055.stdout:936: left oid 38 (ObjNum 308 snap 79 seq_num 308) 2023-10-14T00:04:46.427 INFO:tasks.rados.rados.0.smithi055.stdout:938: seq_num 310 ranges {2785280=401408} 2023-10-14T00:04:46.443 INFO:tasks.rados.rados.0.smithi055.stdout:938: writing smithi055169533-18 from 2785280 to 3186688 tid 1 2023-10-14T00:04:46.443 INFO:tasks.rados.rados.0.smithi055.stdout:936: done (1 left) 2023-10-14T00:04:46.444 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 10 current snap is 79 2023-10-14T00:04:46.444 INFO:tasks.rados.rados.0.smithi055.stdout:939: seq_num 311 ranges {180224=417792} 2023-10-14T00:04:46.447 INFO:tasks.rados.rados.0.smithi055.stdout:939: writing smithi055169533-10 from 180224 to 598016 tid 1 2023-10-14T00:04:46.447 INFO:tasks.rados.rados.0.smithi055.stdout:940: snap_create 2023-10-14T00:04:46.447 INFO:tasks.rados.rados.0.smithi055.stdout:938: finishing write tid 1 to smithi055169533-18 2023-10-14T00:04:46.448 INFO:tasks.rados.rados.0.smithi055.stdout:938: finishing write tid 2 to smithi055169533-18 2023-10-14T00:04:46.448 INFO:tasks.rados.rados.0.smithi055.stdout:938: finishing write tid 3 to smithi055169533-18 2023-10-14T00:04:46.448 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 18 v 406 (ObjNum 310 snap 79 seq_num 310) dirty exists 2023-10-14T00:04:46.449 INFO:tasks.rados.rados.0.smithi055.stdout:938: left oid 18 (ObjNum 310 snap 79 seq_num 310) 2023-10-14T00:04:46.450 INFO:tasks.rados.rados.0.smithi055.stdout:939: finishing write tid 1 to smithi055169533-10 2023-10-14T00:04:46.450 INFO:tasks.rados.rados.0.smithi055.stdout:939: finishing write tid 2 to smithi055169533-10 2023-10-14T00:04:46.451 INFO:tasks.rados.rados.0.smithi055.stdout:939: finishing write tid 3 to smithi055169533-10 2023-10-14T00:04:46.451 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 10 v 423 (ObjNum 311 snap 79 seq_num 311) dirty exists 2023-10-14T00:04:46.451 INFO:tasks.rados.rados.0.smithi055.stdout:939: left oid 10 (ObjNum 311 snap 79 seq_num 311) 2023-10-14T00:04:46.997 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:46 smithi055 ceph-mon[185614]: failed to encode map e226 with expected crc 2023-10-14T00:04:46.997 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:46 smithi055 ceph-mon[185614]: failed to encode map e226 with expected crc 2023-10-14T00:04:46.997 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:46 smithi055 ceph-mon[185614]: failed to encode map e226 with expected crc 2023-10-14T00:04:46.997 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:46 smithi055 ceph-mon[185614]: Reconfiguring osd.2 (monmap changed)... 2023-10-14T00:04:46.997 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:46 smithi055 ceph-mon[185614]: Reconfiguring daemon osd.2 on smithi055 2023-10-14T00:04:46.998 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:46 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:46.998 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:46 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:46.998 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:46 smithi055 ceph-mon[185614]: failed to encode map e227 with expected crc 2023-10-14T00:04:46.998 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:46 smithi055 ceph-mon[185614]: osdmap e227: 8 total, 8 up, 8 in 2023-10-14T00:04:46.998 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:46 smithi055 ceph-mon[185614]: failed to encode map e227 with expected crc 2023-10-14T00:04:46.999 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:46 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-10-14T00:04:46.999 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:46 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:46.999 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:46 smithi055 ceph-mon[183057]: failed to encode map e226 with expected crc 2023-10-14T00:04:46.999 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:46 smithi055 ceph-mon[183057]: failed to encode map e226 with expected crc 2023-10-14T00:04:47.000 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:46 smithi055 ceph-mon[183057]: failed to encode map e226 with expected crc 2023-10-14T00:04:47.000 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:46 smithi055 ceph-mon[183057]: Reconfiguring osd.2 (monmap changed)... 2023-10-14T00:04:47.000 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:46 smithi055 ceph-mon[183057]: Reconfiguring daemon osd.2 on smithi055 2023-10-14T00:04:47.000 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:46 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:47.000 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:46 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:47.001 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:46 smithi055 ceph-mon[183057]: failed to encode map e227 with expected crc 2023-10-14T00:04:47.001 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:46 smithi055 ceph-mon[183057]: osdmap e227: 8 total, 8 up, 8 in 2023-10-14T00:04:47.001 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:46 smithi055 ceph-mon[183057]: failed to encode map e227 with expected crc 2023-10-14T00:04:47.001 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:46 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-10-14T00:04:47.001 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:46 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:47.369 INFO:tasks.rados.rados.0.smithi055.stdout:938: done (2 left) 2023-10-14T00:04:47.370 INFO:tasks.rados.rados.0.smithi055.stdout:939: done (1 left) 2023-10-14T00:04:47.370 INFO:tasks.rados.rados.0.smithi055.stdout:940: done (0 left) 2023-10-14T00:04:47.370 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 15 current snap is 80 2023-10-14T00:04:47.371 INFO:tasks.rados.rados.0.smithi055.stdout:941: seq_num 312 ranges {3473408=434176} 2023-10-14T00:04:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:46 smithi082 ceph-mon[180771]: failed to encode map e226 with expected crc 2023-10-14T00:04:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:46 smithi082 ceph-mon[180771]: failed to encode map e226 with expected crc 2023-10-14T00:04:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:46 smithi082 ceph-mon[180771]: failed to encode map e226 with expected crc 2023-10-14T00:04:47.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:46 smithi082 ceph-mon[180771]: Reconfiguring osd.2 (monmap changed)... 2023-10-14T00:04:47.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:46 smithi082 ceph-mon[180771]: Reconfiguring daemon osd.2 on smithi055 2023-10-14T00:04:47.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:46 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:47.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:46 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:47.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:46 smithi082 ceph-mon[180771]: failed to encode map e227 with expected crc 2023-10-14T00:04:47.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:46 smithi082 ceph-mon[180771]: osdmap e227: 8 total, 8 up, 8 in 2023-10-14T00:04:47.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:46 smithi082 ceph-mon[180771]: failed to encode map e227 with expected crc 2023-10-14T00:04:47.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:46 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-10-14T00:04:47.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:46 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:47.391 INFO:tasks.rados.rados.0.smithi055.stdout:941: writing smithi055169533-15 from 3473408 to 3907584 tid 1 2023-10-14T00:04:47.392 INFO:tasks.rados.rados.0.smithi055.stdout:942: delete oid 31 current snap is 80 2023-10-14T00:04:47.399 INFO:tasks.rados.rados.0.smithi055.stdout:941: finishing write tid 1 to smithi055169533-15 2023-10-14T00:04:47.400 INFO:tasks.rados.rados.0.smithi055.stdout:942: done (1 left) 2023-10-14T00:04:47.400 INFO:tasks.rados.rados.0.smithi055.stdout:943: snap_create 2023-10-14T00:04:47.400 INFO:tasks.rados.rados.0.smithi055.stdout:941: finishing write tid 2 to smithi055169533-15 2023-10-14T00:04:47.401 INFO:tasks.rados.rados.0.smithi055.stdout:941: finishing write tid 3 to smithi055169533-15 2023-10-14T00:04:47.402 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 15 v 409 (ObjNum 312 snap 80 seq_num 312) dirty exists 2023-10-14T00:04:47.402 INFO:tasks.rados.rados.0.smithi055.stdout:941: left oid 15 (ObjNum 312 snap 80 seq_num 312) 2023-10-14T00:04:47.946 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:47 smithi055 ceph-mon[185614]: failed to encode map e227 with expected crc 2023-10-14T00:04:47.946 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:47 smithi055 ceph-mon[185614]: failed to encode map e227 with expected crc 2023-10-14T00:04:47.947 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:47 smithi055 ceph-mon[185614]: Reconfiguring osd.3 (monmap changed)... 2023-10-14T00:04:47.947 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:47 smithi055 ceph-mon[185614]: Reconfiguring daemon osd.3 on smithi055 2023-10-14T00:04:47.947 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:47 smithi055 ceph-mon[185614]: failed to encode map e227 with expected crc 2023-10-14T00:04:47.947 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:47 smithi055 ceph-mon[185614]: pgmap v51: 121 pgs: 121 active+clean; 112 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 1.8 MiB/s rd, 1.9 MiB/s wr, 20 op/s 2023-10-14T00:04:47.948 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:47 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:47.948 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:47 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:47.948 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:47 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' 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-10-14T00:04:47.948 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:47 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:47.949 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:47 smithi055 ceph-mon[185614]: osdmap e228: 8 total, 8 up, 8 in 2023-10-14T00:04:47.949 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:47 smithi055 ceph-mon[183057]: failed to encode map e227 with expected crc 2023-10-14T00:04:47.949 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:47 smithi055 ceph-mon[183057]: failed to encode map e227 with expected crc 2023-10-14T00:04:47.949 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:47 smithi055 ceph-mon[183057]: Reconfiguring osd.3 (monmap changed)... 2023-10-14T00:04:47.950 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:47 smithi055 ceph-mon[183057]: Reconfiguring daemon osd.3 on smithi055 2023-10-14T00:04:47.950 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:47 smithi055 ceph-mon[183057]: failed to encode map e227 with expected crc 2023-10-14T00:04:47.950 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:47 smithi055 ceph-mon[183057]: pgmap v51: 121 pgs: 121 active+clean; 112 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 1.8 MiB/s rd, 1.9 MiB/s wr, 20 op/s 2023-10-14T00:04:47.950 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:47 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:47.950 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:47 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:47.951 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:47 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' 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-10-14T00:04:47.951 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:47 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:47.951 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:47 smithi055 ceph-mon[183057]: osdmap e228: 8 total, 8 up, 8 in 2023-10-14T00:04:48.371 INFO:tasks.rados.rados.0.smithi055.stdout:941: done (1 left) 2023-10-14T00:04:48.371 INFO:tasks.rados.rados.0.smithi055.stdout:943: done (0 left) 2023-10-14T00:04:48.371 INFO:tasks.rados.rados.0.smithi055.stdout:944: copy_from oid 33 from oid 44 current snap is 81 2023-10-14T00:04:48.371 INFO:tasks.rados.rados.0.smithi055.stdout:945: delete oid 3 current snap is 81 2023-10-14T00:04:48.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:47 smithi082 ceph-mon[180771]: failed to encode map e227 with expected crc 2023-10-14T00:04:48.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:47 smithi082 ceph-mon[180771]: failed to encode map e227 with expected crc 2023-10-14T00:04:48.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:47 smithi082 ceph-mon[180771]: Reconfiguring osd.3 (monmap changed)... 2023-10-14T00:04:48.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:47 smithi082 ceph-mon[180771]: Reconfiguring daemon osd.3 on smithi055 2023-10-14T00:04:48.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:47 smithi082 ceph-mon[180771]: failed to encode map e227 with expected crc 2023-10-14T00:04:48.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:47 smithi082 ceph-mon[180771]: pgmap v51: 121 pgs: 121 active+clean; 112 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 1.8 MiB/s rd, 1.9 MiB/s wr, 20 op/s 2023-10-14T00:04:48.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:47 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:48.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:47 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:48.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:47 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' 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-10-14T00:04:48.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:47 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:48.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:47 smithi082 ceph-mon[180771]: osdmap e228: 8 total, 8 up, 8 in 2023-10-14T00:04:48.377 INFO:tasks.rados.rados.0.smithi055.stdout:945: done (1 left) 2023-10-14T00:04:48.378 INFO:tasks.rados.rados.0.smithi055.stdout:946: snap_remove snap 78 2023-10-14T00:04:48.875 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:04:48 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:04: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 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi082.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi055:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-10-14T00:04:49.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:48 smithi055 ceph-mon[185614]: Reconfiguring mds.a (monmap changed)... 2023-10-14T00:04:49.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:48 smithi055 ceph-mon[185614]: Reconfiguring daemon mds.a on smithi055 2023-10-14T00:04:49.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:48 smithi055 ceph-mon[185614]: failed to encode map e228 with expected crc 2023-10-14T00:04:49.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:48 smithi055 ceph-mon[185614]: failed to encode map e228 with expected crc 2023-10-14T00:04:49.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:48 smithi055 ceph-mon[185614]: failed to encode map e228 with expected crc 2023-10-14T00:04:49.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:48 smithi055 ceph-mon[185614]: failed to encode map e228 with expected crc 2023-10-14T00:04:49.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:48 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:49.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:48 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:49.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:48 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-14T00:04:49.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:48 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-14T00:04:49.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:48 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:49.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:48 smithi055 ceph-mon[185614]: failed to encode map e229 with expected crc 2023-10-14T00:04:49.272 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:48 smithi055 ceph-mon[185614]: osdmap e229: 8 total, 8 up, 8 in 2023-10-14T00:04:49.272 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:48 smithi055 ceph-mon[185614]: failed to encode map e229 with expected crc 2023-10-14T00:04:49.272 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:48 smithi055 ceph-mon[183057]: Reconfiguring mds.a (monmap changed)... 2023-10-14T00:04:49.272 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:48 smithi055 ceph-mon[183057]: Reconfiguring daemon mds.a on smithi055 2023-10-14T00:04:49.273 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:48 smithi055 ceph-mon[183057]: failed to encode map e228 with expected crc 2023-10-14T00:04:49.273 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:48 smithi055 ceph-mon[183057]: failed to encode map e228 with expected crc 2023-10-14T00:04:49.273 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:48 smithi055 ceph-mon[183057]: failed to encode map e228 with expected crc 2023-10-14T00:04:49.273 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:48 smithi055 ceph-mon[183057]: failed to encode map e228 with expected crc 2023-10-14T00:04:49.273 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:48 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:49.273 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:48 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:49.274 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:48 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-14T00:04:49.274 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:48 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-14T00:04:49.274 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:48 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:49.274 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:48 smithi055 ceph-mon[183057]: failed to encode map e229 with expected crc 2023-10-14T00:04:49.274 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:48 smithi055 ceph-mon[183057]: osdmap e229: 8 total, 8 up, 8 in 2023-10-14T00:04:49.275 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:48 smithi055 ceph-mon[183057]: failed to encode map e229 with expected crc 2023-10-14T00:04:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:48 smithi082 ceph-mon[180771]: Reconfiguring mds.a (monmap changed)... 2023-10-14T00:04:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:48 smithi082 ceph-mon[180771]: Reconfiguring daemon mds.a on smithi055 2023-10-14T00:04:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:48 smithi082 ceph-mon[180771]: failed to encode map e228 with expected crc 2023-10-14T00:04:49.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:48 smithi082 ceph-mon[180771]: failed to encode map e228 with expected crc 2023-10-14T00:04:49.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:48 smithi082 ceph-mon[180771]: failed to encode map e228 with expected crc 2023-10-14T00:04:49.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:48 smithi082 ceph-mon[180771]: failed to encode map e228 with expected crc 2023-10-14T00:04:49.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:48 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:49.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:48 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:49.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:48 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-14T00:04:49.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:48 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-14T00:04:49.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:48 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:49.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:48 smithi082 ceph-mon[180771]: failed to encode map e229 with expected crc 2023-10-14T00:04:49.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:48 smithi082 ceph-mon[180771]: osdmap e229: 8 total, 8 up, 8 in 2023-10-14T00:04:49.378 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:48 smithi082 ceph-mon[180771]: failed to encode map e229 with expected crc 2023-10-14T00:04:49.380 INFO:tasks.rados.rados.0.smithi055.stdout:946: done (1 left) 2023-10-14T00:04:49.381 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 21 current snap is 81 2023-10-14T00:04:49.381 INFO:tasks.rados.rados.0.smithi055.stdout:944: finishing copy_from to smithi055169533-33 2023-10-14T00:04:49.381 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 33 v 201 (ObjNum 49 snap 0 seq_num 1528620928) dirty exists 2023-10-14T00:04:49.381 INFO:tasks.rados.rados.0.smithi055.stdout:947: seq_num 315 ranges {1818624=483328} 2023-10-14T00:04:49.395 INFO:tasks.rados.rados.0.smithi055.stdout:947: writing smithi055169533-21 from 1818624 to 2301952 tid 1 2023-10-14T00:04:49.395 INFO:tasks.rados.rados.0.smithi055.stdout:948: read oid 3 snap -1 2023-10-14T00:04:49.395 INFO:tasks.rados.rados.0.smithi055.stdout:948: expect deleted 2023-10-14T00:04:49.395 INFO:tasks.rados.rados.0.smithi055.stdout:949: read oid 23 snap -1 2023-10-14T00:04:49.395 INFO:tasks.rados.rados.0.smithi055.stdout:949: expect (ObjNum 282 snap 69 seq_num 282) 2023-10-14T00:04:49.396 INFO:tasks.rados.rados.0.smithi055.stdout:950: delete oid 19 current snap is 81 2023-10-14T00:04:49.396 INFO:tasks.rados.rados.0.smithi055.stdout:944: finishing copy_from racing read to smithi055169533-33 2023-10-14T00:04:49.399 INFO:tasks.rados.rados.0.smithi055.stdout:944: done (4 left) 2023-10-14T00:04:49.399 INFO:tasks.rados.rados.0.smithi055.stdout:948: done (3 left) 2023-10-14T00:04:49.400 INFO:tasks.rados.rados.0.smithi055.stdout:950: done (2 left) 2023-10-14T00:04:49.400 INFO:tasks.rados.rados.0.smithi055.stdout:951: rollback oid 41 current snap is 81 2023-10-14T00:04:49.400 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 41 to 80 2023-10-14T00:04:49.400 INFO:tasks.rados.rados.0.smithi055.stdout:952: rollback oid 22 current snap is 81 2023-10-14T00:04:49.400 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 22 to 79 2023-10-14T00:04:49.401 INFO:tasks.rados.rados.0.smithi055.stdout:953: rmattr oid 32 current snap is 81 2023-10-14T00:04:49.402 INFO:tasks.rados.rados.0.smithi055.stdout:954: read oid 17 snap -1 2023-10-14T00:04:49.402 INFO:tasks.rados.rados.0.smithi055.stdout:954: expect (ObjNum 291 snap 71 seq_num 291) 2023-10-14T00:04:49.403 INFO:tasks.rados.rados.0.smithi055.stdout:955: snap_create 2023-10-14T00:04:49.407 INFO:tasks.rados.rados.0.smithi055.stdout:947: finishing write tid 1 to smithi055169533-21 2023-10-14T00:04:49.407 INFO:tasks.rados.rados.0.smithi055.stdout:947: finishing write tid 2 to smithi055169533-21 2023-10-14T00:04:49.408 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 32 v 181 (ObjNum 214 snap 52 seq_num 214) dirty exists 2023-10-14T00:04:49.408 INFO:tasks.rados.rados.0.smithi055.stdout:951: finishing rollback tid 0 to smithi055169533-41 2023-10-14T00:04:49.409 INFO:tasks.rados.rados.0.smithi055.stdout:951: finishing rollback tid 1 to smithi055169533-41 2023-10-14T00:04:49.409 INFO:tasks.rados.rados.0.smithi055.stdout:951: finishing rollback tid 2 to smithi055169533-41 2023-10-14T00:04:49.410 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 41 v 334 (ObjNum 286 snap 69 seq_num 286) dirty exists 2023-10-14T00:04:49.410 INFO:tasks.rados.rados.0.smithi055.stdout:947: finishing write tid 3 to smithi055169533-21 2023-10-14T00:04:49.410 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 21 v 331 (ObjNum 315 snap 81 seq_num 315) dirty exists 2023-10-14T00:04:49.411 INFO:tasks.rados.rados.0.smithi055.stdout:947: left oid 21 (ObjNum 315 snap 81 seq_num 315) 2023-10-14T00:04:49.412 INFO:tasks.rados.rados.0.smithi055.stdout:952: finishing rollback tid 0 to smithi055169533-22 2023-10-14T00:04:49.412 INFO:tasks.rados.rados.0.smithi055.stdout:952: finishing rollback tid 1 to smithi055169533-22 2023-10-14T00:04:49.412 INFO:tasks.rados.rados.0.smithi055.stdout:952: finishing rollback tid 2 to smithi055169533-22 2023-10-14T00:04:49.413 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 22 v 431 (ObjNum 269 snap 68 seq_num 269) dirty exists 2023-10-14T00:04:49.413 INFO:tasks.rados.rados.0.smithi055.stdout:954: expect (ObjNum 291 snap 71 seq_num 291) 2023-10-14T00:04:49.509 INFO:tasks.rados.rados.0.smithi055.stdout:949: expect (ObjNum 282 snap 69 seq_num 282) 2023-10-14T00:04:50.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:49 smithi082 ceph-mon[180771]: Reconfiguring mon.b (monmap changed)... 2023-10-14T00:04:50.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:49 smithi082 ceph-mon[180771]: Reconfiguring daemon mon.b on smithi082 2023-10-14T00:04:50.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:49 smithi082 ceph-mon[180771]: failed to encode map e229 with expected crc 2023-10-14T00:04:50.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:49 smithi082 ceph-mon[180771]: failed to encode map e229 with expected crc 2023-10-14T00:04:50.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:49 smithi082 ceph-mon[180771]: pgmap v54: 121 pgs: 121 active+clean; 112 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 1.8 MiB/s rd, 1.9 MiB/s wr, 20 op/s 2023-10-14T00:04:50.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:49 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:50.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:49 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:50.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:49 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-14T00:04:50.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:49 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-14T00:04:50.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:49 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:50.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:49 smithi082 ceph-mon[180771]: failed to encode map e230 with expected crc 2023-10-14T00:04:50.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:49 smithi082 ceph-mon[180771]: failed to encode map e230 with expected crc 2023-10-14T00:04:50.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:49 smithi082 ceph-mon[180771]: osdmap e230: 8 total, 8 up, 8 in 2023-10-14T00:04:50.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:49 smithi055 ceph-mon[183057]: Reconfiguring mon.b (monmap changed)... 2023-10-14T00:04:50.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:49 smithi055 ceph-mon[183057]: Reconfiguring daemon mon.b on smithi082 2023-10-14T00:04:50.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:49 smithi055 ceph-mon[183057]: failed to encode map e229 with expected crc 2023-10-14T00:04:50.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:49 smithi055 ceph-mon[183057]: failed to encode map e229 with expected crc 2023-10-14T00:04:50.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:49 smithi055 ceph-mon[183057]: pgmap v54: 121 pgs: 121 active+clean; 112 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 1.8 MiB/s rd, 1.9 MiB/s wr, 20 op/s 2023-10-14T00:04:50.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:49 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:50.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:49 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:50.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:49 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-14T00:04:50.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:49 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-14T00:04:50.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:49 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:50.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:49 smithi055 ceph-mon[183057]: failed to encode map e230 with expected crc 2023-10-14T00:04:50.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:49 smithi055 ceph-mon[183057]: failed to encode map e230 with expected crc 2023-10-14T00:04:50.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:49 smithi055 ceph-mon[183057]: osdmap e230: 8 total, 8 up, 8 in 2023-10-14T00:04:50.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:49 smithi055 ceph-mon[185614]: Reconfiguring mon.b (monmap changed)... 2023-10-14T00:04:50.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:49 smithi055 ceph-mon[185614]: Reconfiguring daemon mon.b on smithi082 2023-10-14T00:04:50.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:49 smithi055 ceph-mon[185614]: failed to encode map e229 with expected crc 2023-10-14T00:04:50.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:49 smithi055 ceph-mon[185614]: failed to encode map e229 with expected crc 2023-10-14T00:04:50.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:49 smithi055 ceph-mon[185614]: pgmap v54: 121 pgs: 121 active+clean; 112 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 1.8 MiB/s rd, 1.9 MiB/s wr, 20 op/s 2023-10-14T00:04:50.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:49 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:50.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:49 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:50.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:49 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-14T00:04:50.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:49 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-14T00:04:50.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:49 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:50.272 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:49 smithi055 ceph-mon[185614]: failed to encode map e230 with expected crc 2023-10-14T00:04:50.272 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:49 smithi055 ceph-mon[185614]: failed to encode map e230 with expected crc 2023-10-14T00:04:50.272 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:49 smithi055 ceph-mon[185614]: osdmap e230: 8 total, 8 up, 8 in 2023-10-14T00:04:50.283 INFO:tasks.rados.rados.0.smithi055.stdout:947: done (6 left) 2023-10-14T00:04:50.283 INFO:tasks.rados.rados.0.smithi055.stdout:949: done (5 left) 2023-10-14T00:04:50.283 INFO:tasks.rados.rados.0.smithi055.stdout:951: done (4 left) 2023-10-14T00:04:50.284 INFO:tasks.rados.rados.0.smithi055.stdout:952: done (3 left) 2023-10-14T00:04:50.284 INFO:tasks.rados.rados.0.smithi055.stdout:953: done (2 left) 2023-10-14T00:04:50.284 INFO:tasks.rados.rados.0.smithi055.stdout:954: done (1 left) 2023-10-14T00:04:50.284 INFO:tasks.rados.rados.0.smithi055.stdout:955: done (0 left) 2023-10-14T00:04:50.284 INFO:tasks.rados.rados.0.smithi055.stdout:956: snap_remove snap 77 2023-10-14T00:04:51.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:50 smithi082 ceph-mon[180771]: Reconfiguring mgr.x (monmap changed)... 2023-10-14T00:04:51.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:50 smithi082 ceph-mon[180771]: Reconfiguring daemon mgr.x on smithi082 2023-10-14T00:04:51.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:50 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:51.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:50 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:51.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:50 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-10-14T00:04:51.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:50 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:51.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:50 smithi082 ceph-mon[180771]: failed to encode map e231 with expected crc 2023-10-14T00:04:51.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:50 smithi082 ceph-mon[180771]: osdmap e231: 8 total, 8 up, 8 in 2023-10-14T00:04:51.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:50 smithi055 ceph-mon[185614]: Reconfiguring mgr.x (monmap changed)... 2023-10-14T00:04:51.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:50 smithi055 ceph-mon[185614]: Reconfiguring daemon mgr.x on smithi082 2023-10-14T00:04:51.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:50 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:51.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:50 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:51.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:50 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-10-14T00:04:51.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:50 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:51.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:50 smithi055 ceph-mon[185614]: failed to encode map e231 with expected crc 2023-10-14T00:04:51.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:50 smithi055 ceph-mon[185614]: osdmap e231: 8 total, 8 up, 8 in 2023-10-14T00:04:51.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:50 smithi055 ceph-mon[183057]: Reconfiguring mgr.x (monmap changed)... 2023-10-14T00:04:51.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:50 smithi055 ceph-mon[183057]: Reconfiguring daemon mgr.x on smithi082 2023-10-14T00:04:51.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:50 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:51.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:50 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:51.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:50 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-10-14T00:04:51.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:50 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:51.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:50 smithi055 ceph-mon[183057]: failed to encode map e231 with expected crc 2023-10-14T00:04:51.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:50 smithi055 ceph-mon[183057]: osdmap e231: 8 total, 8 up, 8 in 2023-10-14T00:04:51.283 INFO:tasks.rados.rados.0.smithi055.stdout:956: done (0 left) 2023-10-14T00:04:51.283 INFO:tasks.rados.rados.0.smithi055.stdout:957: read oid 47 snap -1 2023-10-14T00:04:51.283 INFO:tasks.rados.rados.0.smithi055.stdout:957: expect deleted 2023-10-14T00:04:51.284 INFO:tasks.rados.rados.0.smithi055.stdout:958: read oid 35 snap -1 2023-10-14T00:04:51.284 INFO:tasks.rados.rados.0.smithi055.stdout:958: expect (ObjNum 160 snap 36 seq_num 160) 2023-10-14T00:04:51.284 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 44 current snap is 82 2023-10-14T00:04:51.284 INFO:tasks.rados.rados.0.smithi055.stdout:959: seq_num 317 ranges {0=516096} 2023-10-14T00:04:51.286 INFO:tasks.rados.rados.0.smithi055.stdout:959: writing smithi055169533-44 from 0 to 516096 tid 1 2023-10-14T00:04:51.286 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 1 current snap is 82 2023-10-14T00:04:51.286 INFO:tasks.rados.rados.0.smithi055.stdout:960: seq_num 318 ranges {1695744=532480} 2023-10-14T00:04:51.300 INFO:tasks.rados.rados.0.smithi055.stdout:960: writing smithi055169533-1 from 1695744 to 2228224 tid 1 2023-10-14T00:04:51.300 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 11 current snap is 82 2023-10-14T00:04:51.301 INFO:tasks.rados.rados.0.smithi055.stdout:961: seq_num 319 ranges {2097152=548864} 2023-10-14T00:04:51.316 INFO:tasks.rados.rados.0.smithi055.stdout:961: writing smithi055169533-11 from 2097152 to 2646016 tid 1 2023-10-14T00:04:51.316 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 20 current snap is 82 2023-10-14T00:04:51.317 INFO:tasks.rados.rados.0.smithi055.stdout:962: seq_num 320 ranges {638976=565248} 2023-10-14T00:04:51.323 INFO:tasks.rados.rados.0.smithi055.stdout:962: writing smithi055169533-20 from 638976 to 1204224 tid 1 2023-10-14T00:04:51.323 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 31 current snap is 82 2023-10-14T00:04:51.323 INFO:tasks.rados.rados.0.smithi055.stdout:963: seq_num 321 ranges {0=581632} 2023-10-14T00:04:51.326 INFO:tasks.rados.rados.0.smithi055.stdout:963: writing smithi055169533-31 from 0 to 581632 tid 1 2023-10-14T00:04:51.327 INFO:tasks.rados.rados.0.smithi055.stdout:964: rmattr oid 17 current snap is 82 2023-10-14T00:04:51.327 INFO:tasks.rados.rados.0.smithi055.stdout:958: expect (ObjNum 160 snap 36 seq_num 160) 2023-10-14T00:04:51.336 INFO:tasks.rados.rados.0.smithi055.stdout:959: finishing write tid 1 to smithi055169533-44 2023-10-14T00:04:51.336 INFO:tasks.rados.rados.0.smithi055.stdout:959: finishing write tid 2 to smithi055169533-44 2023-10-14T00:04:51.336 INFO:tasks.rados.rados.0.smithi055.stdout:959: finishing write tid 3 to smithi055169533-44 2023-10-14T00:04:51.336 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 44 v 316 (ObjNum 317 snap 82 seq_num 317) dirty exists 2023-10-14T00:04:51.336 INFO:tasks.rados.rados.0.smithi055.stdout:959: left oid 44 (ObjNum 317 snap 82 seq_num 317) 2023-10-14T00:04:51.337 INFO:tasks.rados.rados.0.smithi055.stdout:960: finishing write tid 1 to smithi055169533-1 2023-10-14T00:04:51.337 INFO:tasks.rados.rados.0.smithi055.stdout:960: finishing write tid 2 to smithi055169533-1 2023-10-14T00:04:51.337 INFO:tasks.rados.rados.0.smithi055.stdout:960: finishing write tid 3 to smithi055169533-1 2023-10-14T00:04:51.337 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 1 v 155 (ObjNum 318 snap 82 seq_num 318) dirty exists 2023-10-14T00:04:51.338 INFO:tasks.rados.rados.0.smithi055.stdout:960: left oid 1 (ObjNum 318 snap 82 seq_num 318) 2023-10-14T00:04:51.338 INFO:tasks.rados.rados.0.smithi055.stdout:961: finishing write tid 1 to smithi055169533-11 2023-10-14T00:04:51.338 INFO:tasks.rados.rados.0.smithi055.stdout:957: done (7 left) 2023-10-14T00:04:51.338 INFO:tasks.rados.rados.0.smithi055.stdout:958: done (6 left) 2023-10-14T00:04:51.338 INFO:tasks.rados.rados.0.smithi055.stdout:959: done (5 left) 2023-10-14T00:04:51.339 INFO:tasks.rados.rados.0.smithi055.stdout:960: done (4 left) 2023-10-14T00:04:51.339 INFO:tasks.rados.rados.0.smithi055.stdout:965: delete oid 7 current snap is 82 2023-10-14T00:04:51.339 INFO:tasks.rados.rados.0.smithi055.stdout:961: finishing write tid 2 to smithi055169533-11 2023-10-14T00:04:51.339 INFO:tasks.rados.rados.0.smithi055.stdout:961: finishing write tid 3 to smithi055169533-11 2023-10-14T00:04:51.339 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 11 v 164 (ObjNum 319 snap 82 seq_num 319) dirty exists 2023-10-14T00:04:51.340 INFO:tasks.rados.rados.0.smithi055.stdout:961: left oid 11 (ObjNum 319 snap 82 seq_num 319) 2023-10-14T00:04:51.340 INFO:tasks.rados.rados.0.smithi055.stdout:962: finishing write tid 1 to smithi055169533-20 2023-10-14T00:04:51.340 INFO:tasks.rados.rados.0.smithi055.stdout:962: finishing write tid 2 to smithi055169533-20 2023-10-14T00:04:51.340 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 17 v 0 (ObjNum 291 snap 71 seq_num 291) dirty exists 2023-10-14T00:04:51.341 INFO:tasks.rados.rados.0.smithi055.stdout:962: finishing write tid 3 to smithi055169533-20 2023-10-14T00:04:51.341 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 20 v 167 (ObjNum 320 snap 82 seq_num 320) dirty exists 2023-10-14T00:04:51.341 INFO:tasks.rados.rados.0.smithi055.stdout:962: left oid 20 (ObjNum 320 snap 82 seq_num 320) 2023-10-14T00:04:51.341 INFO:tasks.rados.rados.0.smithi055.stdout:963: finishing write tid 1 to smithi055169533-31 2023-10-14T00:04:51.341 INFO:tasks.rados.rados.0.smithi055.stdout:963: finishing write tid 2 to smithi055169533-31 2023-10-14T00:04:51.342 INFO:tasks.rados.rados.0.smithi055.stdout:963: finishing write tid 3 to smithi055169533-31 2023-10-14T00:04:51.342 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 31 v 321 (ObjNum 321 snap 82 seq_num 321) dirty exists 2023-10-14T00:04:51.342 INFO:tasks.rados.rados.0.smithi055.stdout:963: left oid 31 (ObjNum 321 snap 82 seq_num 321) 2023-10-14T00:04:51.343 INFO:tasks.rados.rados.0.smithi055.stdout:961: done (4 left) 2023-10-14T00:04:51.343 INFO:tasks.rados.rados.0.smithi055.stdout:962: done (3 left) 2023-10-14T00:04:51.343 INFO:tasks.rados.rados.0.smithi055.stdout:963: done (2 left) 2023-10-14T00:04:51.343 INFO:tasks.rados.rados.0.smithi055.stdout:964: done (1 left) 2023-10-14T00:04:51.343 INFO:tasks.rados.rados.0.smithi055.stdout:965: done (0 left) 2023-10-14T00:04:51.344 INFO:tasks.rados.rados.0.smithi055.stdout:966: copy_from oid 7 from oid 43 current snap is 82 2023-10-14T00:04:51.344 INFO:tasks.rados.rados.0.smithi055.stdout:967: snap_create 2023-10-14T00:04:51.344 INFO:tasks.rados.rados.0.smithi055.stdout:966: finishing copy_from to smithi055169533-7 2023-10-14T00:04:51.345 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 7 v 311 (ObjNum 243 snap 56 seq_num 243) dirty exists 2023-10-14T00:04:51.345 INFO:tasks.rados.rados.0.smithi055.stdout:966: finishing copy_from racing read to smithi055169533-7 2023-10-14T00:04:52.248 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:51 smithi082 ceph-mon[180771]: Reconfiguring osd.4 (monmap changed)... 2023-10-14T00:04:52.248 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:51 smithi082 ceph-mon[180771]: Reconfiguring daemon osd.4 on smithi082 2023-10-14T00:04:52.248 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:51 smithi082 ceph-mon[180771]: failed to encode map e231 with expected crc 2023-10-14T00:04:52.249 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:51 smithi082 ceph-mon[180771]: pgmap v57: 121 pgs: 121 active+clean; 114 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.1 MiB/s rd, 592 KiB/s wr, 17 op/s 2023-10-14T00:04:52.249 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:51 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:52.249 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:51 smithi082 ceph-mon[180771]: failed to encode map e231 with expected crc 2023-10-14T00:04:52.249 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:51 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:52.249 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:51 smithi082 ceph-mon[180771]: Reconfiguring osd.5 (monmap changed)... 2023-10-14T00:04:52.250 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:51 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-10-14T00:04:52.250 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:51 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:52.250 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:51 smithi082 ceph-mon[180771]: failed to encode map e231 with expected crc 2023-10-14T00:04:52.250 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:51 smithi082 ceph-mon[180771]: failed to encode map e232 with expected crc 2023-10-14T00:04:52.251 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:51 smithi082 ceph-mon[180771]: osdmap e232: 8 total, 8 up, 8 in 2023-10-14T00:04:52.251 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:51 smithi082 ceph-mon[180771]: failed to encode map e232 with expected crc 2023-10-14T00:04:52.251 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:51 smithi082 ceph-mon[180771]: failed to encode map e232 with expected crc 2023-10-14T00:04:52.251 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:51 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:52.251 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:51 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:52.252 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:51 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-10-14T00:04:52.252 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:51 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:52.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:51 smithi055 ceph-mon[183057]: Reconfiguring osd.4 (monmap changed)... 2023-10-14T00:04:52.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:51 smithi055 ceph-mon[183057]: Reconfiguring daemon osd.4 on smithi082 2023-10-14T00:04:52.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:51 smithi055 ceph-mon[183057]: failed to encode map e231 with expected crc 2023-10-14T00:04:52.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:51 smithi055 ceph-mon[183057]: pgmap v57: 121 pgs: 121 active+clean; 114 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.1 MiB/s rd, 592 KiB/s wr, 17 op/s 2023-10-14T00:04:52.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:51 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:52.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:51 smithi055 ceph-mon[183057]: failed to encode map e231 with expected crc 2023-10-14T00:04:52.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:51 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:52.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:51 smithi055 ceph-mon[183057]: Reconfiguring osd.5 (monmap changed)... 2023-10-14T00:04:52.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:51 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-10-14T00:04:52.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:51 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:52.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:51 smithi055 ceph-mon[183057]: failed to encode map e231 with expected crc 2023-10-14T00:04:52.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:51 smithi055 ceph-mon[183057]: failed to encode map e232 with expected crc 2023-10-14T00:04:52.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:51 smithi055 ceph-mon[183057]: osdmap e232: 8 total, 8 up, 8 in 2023-10-14T00:04:52.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:51 smithi055 ceph-mon[183057]: failed to encode map e232 with expected crc 2023-10-14T00:04:52.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:51 smithi055 ceph-mon[183057]: failed to encode map e232 with expected crc 2023-10-14T00:04:52.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:51 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:52.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:51 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:52.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:51 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-10-14T00:04:52.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:51 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:52.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:51 smithi055 ceph-mon[185614]: Reconfiguring osd.4 (monmap changed)... 2023-10-14T00:04:52.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:51 smithi055 ceph-mon[185614]: Reconfiguring daemon osd.4 on smithi082 2023-10-14T00:04:52.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:51 smithi055 ceph-mon[185614]: failed to encode map e231 with expected crc 2023-10-14T00:04:52.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:51 smithi055 ceph-mon[185614]: pgmap v57: 121 pgs: 121 active+clean; 114 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.1 MiB/s rd, 592 KiB/s wr, 17 op/s 2023-10-14T00:04:52.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:51 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:52.272 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:51 smithi055 ceph-mon[185614]: failed to encode map e231 with expected crc 2023-10-14T00:04:52.272 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:51 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:52.272 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:51 smithi055 ceph-mon[185614]: Reconfiguring osd.5 (monmap changed)... 2023-10-14T00:04:52.272 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:51 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-10-14T00:04:52.272 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:51 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:52.273 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:51 smithi055 ceph-mon[185614]: failed to encode map e231 with expected crc 2023-10-14T00:04:52.273 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:51 smithi055 ceph-mon[185614]: failed to encode map e232 with expected crc 2023-10-14T00:04:52.273 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:51 smithi055 ceph-mon[185614]: osdmap e232: 8 total, 8 up, 8 in 2023-10-14T00:04:52.273 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:51 smithi055 ceph-mon[185614]: failed to encode map e232 with expected crc 2023-10-14T00:04:52.273 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:51 smithi055 ceph-mon[185614]: failed to encode map e232 with expected crc 2023-10-14T00:04:52.274 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:51 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:52.274 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:51 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:52.274 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:51 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-10-14T00:04:52.274 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:51 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:52.306 INFO:tasks.rados.rados.0.smithi055.stdout:966: done (1 left) 2023-10-14T00:04:52.306 INFO:tasks.rados.rados.0.smithi055.stdout:967: done (0 left) 2023-10-14T00:04:52.306 INFO:tasks.rados.rados.0.smithi055.stdout:968: rollback oid 44 current snap is 83 2023-10-14T00:04:52.306 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 44 to 75 2023-10-14T00:04:52.307 INFO:tasks.rados.rados.0.smithi055.stdout:969: copy_from oid 18 from oid 38 current snap is 83 2023-10-14T00:04:52.307 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 3 current snap is 83 2023-10-14T00:04:52.307 INFO:tasks.rados.rados.0.smithi055.stdout:970: seq_num 323 ranges {0=614400} 2023-10-14T00:04:52.309 INFO:tasks.rados.rados.0.smithi055.stdout:970: writing smithi055169533-3 from 0 to 614400 tid 1 2023-10-14T00:04:52.309 INFO:tasks.rados.rados.0.smithi055.stdout:971: snap_remove snap 74 2023-10-14T00:04:53.189 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:52 smithi082 ceph-mon[180771]: Reconfiguring daemon osd.5 on smithi082 2023-10-14T00:04:53.190 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:52 smithi082 ceph-mon[180771]: Reconfiguring osd.6 (monmap changed)... 2023-10-14T00:04:53.190 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:52 smithi082 ceph-mon[180771]: Reconfiguring daemon osd.6 on smithi082 2023-10-14T00:04:53.190 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:52 smithi082 ceph-mon[180771]: osdmap e233: 8 total, 8 up, 8 in 2023-10-14T00:04:53.190 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:52 smithi082 ceph-mon[180771]: failed to encode map e233 with expected crc 2023-10-14T00:04:53.191 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:52 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:53.191 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:52 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:53.191 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:52 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-10-14T00:04:53.191 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:52 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:53.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:52 smithi055 ceph-mon[185614]: Reconfiguring daemon osd.5 on smithi082 2023-10-14T00:04:53.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:52 smithi055 ceph-mon[185614]: Reconfiguring osd.6 (monmap changed)... 2023-10-14T00:04:53.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:52 smithi055 ceph-mon[185614]: Reconfiguring daemon osd.6 on smithi082 2023-10-14T00:04:53.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:52 smithi055 ceph-mon[185614]: osdmap e233: 8 total, 8 up, 8 in 2023-10-14T00:04:53.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:52 smithi055 ceph-mon[185614]: failed to encode map e233 with expected crc 2023-10-14T00:04:53.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:52 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:53.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:52 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:53.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:52 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-10-14T00:04:53.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:52 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:53.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:52 smithi055 ceph-mon[183057]: Reconfiguring daemon osd.5 on smithi082 2023-10-14T00:04:53.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:52 smithi055 ceph-mon[183057]: Reconfiguring osd.6 (monmap changed)... 2023-10-14T00:04:53.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:52 smithi055 ceph-mon[183057]: Reconfiguring daemon osd.6 on smithi082 2023-10-14T00:04:53.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:52 smithi055 ceph-mon[183057]: osdmap e233: 8 total, 8 up, 8 in 2023-10-14T00:04:53.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:52 smithi055 ceph-mon[183057]: failed to encode map e233 with expected crc 2023-10-14T00:04:53.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:52 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:53.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:52 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:53.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:52 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-10-14T00:04:53.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:52 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:53.314 INFO:tasks.rados.rados.0.smithi055.stdout:971: done (3 left) 2023-10-14T00:04:53.315 INFO:tasks.rados.rados.0.smithi055.stdout:972: snap_create 2023-10-14T00:04:53.315 INFO:tasks.rados.rados.0.smithi055.stdout:968: finishing rollback tid 0 to smithi055169533-44 2023-10-14T00:04:53.315 INFO:tasks.rados.rados.0.smithi055.stdout:968: finishing rollback tid 1 to smithi055169533-44 2023-10-14T00:04:53.315 INFO:tasks.rados.rados.0.smithi055.stdout:970: finishing write tid 1 to smithi055169533-3 2023-10-14T00:04:53.315 INFO:tasks.rados.rados.0.smithi055.stdout:968: finishing rollback tid 2 to smithi055169533-44 2023-10-14T00:04:53.316 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 44 v 319 (ObjNum 959852853 snap 758330165 seq_num 304) dirty exists 2023-10-14T00:04:53.316 INFO:tasks.rados.rados.0.smithi055.stdout:970: finishing write tid 2 to smithi055169533-3 2023-10-14T00:04:53.316 INFO:tasks.rados.rados.0.smithi055.stdout:969: finishing copy_from to smithi055169533-18 2023-10-14T00:04:53.316 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 18 v 155 (ObjNum 308 snap 79 seq_num 308) dirty exists 2023-10-14T00:04:53.316 INFO:tasks.rados.rados.0.smithi055.stdout:969: finishing copy_from racing read to smithi055169533-18 2023-10-14T00:04:53.317 INFO:tasks.rados.rados.0.smithi055.stdout:970: finishing write tid 3 to smithi055169533-3 2023-10-14T00:04:53.317 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 3 v 425 (ObjNum 323 snap 83 seq_num 323) dirty exists 2023-10-14T00:04:53.317 INFO:tasks.rados.rados.0.smithi055.stdout:970: left oid 3 (ObjNum 323 snap 83 seq_num 323) 2023-10-14T00:04:54.205 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:53 smithi082 ceph-mon[180771]: failed to encode map e233 with expected crc 2023-10-14T00:04:54.205 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:53 smithi082 ceph-mon[180771]: failed to encode map e233 with expected crc 2023-10-14T00:04:54.205 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:53 smithi082 ceph-mon[180771]: pgmap v60: 121 pgs: 121 active+clean; 114 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.1 MiB/s rd, 592 KiB/s wr, 17 op/s 2023-10-14T00:04:54.206 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:53 smithi082 ceph-mon[180771]: Reconfiguring osd.7 (monmap changed)... 2023-10-14T00:04:54.206 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:53 smithi082 ceph-mon[180771]: Reconfiguring daemon osd.7 on smithi082 2023-10-14T00:04:54.206 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:53 smithi082 ceph-mon[180771]: failed to encode map e234 with expected crc 2023-10-14T00:04:54.206 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:53 smithi082 ceph-mon[180771]: failed to encode map e234 with expected crc 2023-10-14T00:04:54.207 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:53 smithi082 ceph-mon[180771]: osdmap e234: 8 total, 8 up, 8 in 2023-10-14T00:04:54.207 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:53 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:54.207 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:53 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:54.207 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:53 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' 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-10-14T00:04:54.208 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:53 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:54.208 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:53 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:04:54.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:53 smithi055 ceph-mon[183057]: failed to encode map e233 with expected crc 2023-10-14T00:04:54.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:53 smithi055 ceph-mon[183057]: failed to encode map e233 with expected crc 2023-10-14T00:04:54.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:53 smithi055 ceph-mon[183057]: pgmap v60: 121 pgs: 121 active+clean; 114 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.1 MiB/s rd, 592 KiB/s wr, 17 op/s 2023-10-14T00:04:54.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:53 smithi055 ceph-mon[183057]: Reconfiguring osd.7 (monmap changed)... 2023-10-14T00:04:54.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:53 smithi055 ceph-mon[183057]: Reconfiguring daemon osd.7 on smithi082 2023-10-14T00:04:54.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:53 smithi055 ceph-mon[183057]: failed to encode map e234 with expected crc 2023-10-14T00:04:54.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:53 smithi055 ceph-mon[183057]: failed to encode map e234 with expected crc 2023-10-14T00:04:54.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:53 smithi055 ceph-mon[183057]: osdmap e234: 8 total, 8 up, 8 in 2023-10-14T00:04:54.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:53 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:54.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:53 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:54.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:53 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' 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-10-14T00:04:54.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:53 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:54.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:53 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:04:54.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:53 smithi055 ceph-mon[185614]: failed to encode map e233 with expected crc 2023-10-14T00:04:54.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:53 smithi055 ceph-mon[185614]: failed to encode map e233 with expected crc 2023-10-14T00:04:54.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:53 smithi055 ceph-mon[185614]: pgmap v60: 121 pgs: 121 active+clean; 114 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.1 MiB/s rd, 592 KiB/s wr, 17 op/s 2023-10-14T00:04:54.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:53 smithi055 ceph-mon[185614]: Reconfiguring osd.7 (monmap changed)... 2023-10-14T00:04:54.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:53 smithi055 ceph-mon[185614]: Reconfiguring daemon osd.7 on smithi082 2023-10-14T00:04:54.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:53 smithi055 ceph-mon[185614]: failed to encode map e234 with expected crc 2023-10-14T00:04:54.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:53 smithi055 ceph-mon[185614]: failed to encode map e234 with expected crc 2023-10-14T00:04:54.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:53 smithi055 ceph-mon[185614]: osdmap e234: 8 total, 8 up, 8 in 2023-10-14T00:04:54.272 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:53 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:54.272 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:53 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:54.272 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:53 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' 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-10-14T00:04:54.272 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:53 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:54.272 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:53 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:04:54.324 INFO:tasks.rados.rados.0.smithi055.stdout:968: done (3 left) 2023-10-14T00:04:54.325 INFO:tasks.rados.rados.0.smithi055.stdout:969: done (2 left) 2023-10-14T00:04:54.325 INFO:tasks.rados.rados.0.smithi055.stdout:970: done (1 left) 2023-10-14T00:04:54.325 INFO:tasks.rados.rados.0.smithi055.stdout:972: done (0 left) 2023-10-14T00:04:54.325 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 1 current snap is 84 2023-10-14T00:04:54.325 INFO:tasks.rados.rados.0.smithi055.stdout:973: seq_num 324 ranges {2228224=630784} 2023-10-14T00:04:54.341 INFO:tasks.rados.rados.0.smithi055.stdout:973: writing smithi055169533-1 from 2228224 to 2859008 tid 1 2023-10-14T00:04:54.341 INFO:tasks.rados.rados.0.smithi055.stdout:974: read oid 35 snap -1 2023-10-14T00:04:54.341 INFO:tasks.rados.rados.0.smithi055.stdout:974: expect (ObjNum 160 snap 36 seq_num 160) 2023-10-14T00:04:54.341 INFO:tasks.rados.rados.0.smithi055.stdout:975: rollback oid 13 current snap is 84 2023-10-14T00:04:54.342 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 13 to 76 2023-10-14T00:04:54.342 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 43 current snap is 84 2023-10-14T00:04:54.342 INFO:tasks.rados.rados.0.smithi055.stdout:976: seq_num 325 ranges {1679360=647168} 2023-10-14T00:04:54.356 INFO:tasks.rados.rados.0.smithi055.stdout:976: writing smithi055169533-43 from 1679360 to 2326528 tid 1 2023-10-14T00:04:54.356 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 31 current snap is 84 2023-10-14T00:04:54.356 INFO:tasks.rados.rados.0.smithi055.stdout:977: seq_num 326 ranges {581632=663552} 2023-10-14T00:04:54.362 INFO:tasks.rados.rados.0.smithi055.stdout:977: writing smithi055169533-31 from 581632 to 1245184 tid 1 2023-10-14T00:04:54.362 INFO:tasks.rados.rados.0.smithi055.stdout:978: snap_remove snap 79 2023-10-14T00:04:55.197 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:04:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:04:55] "GET /metrics HTTP/1.1" 200 36003 "" "Prometheus/2.43.0" 2023-10-14T00:04:55.198 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:54 smithi055 ceph-mon[185614]: Reconfiguring mds.b (monmap changed)... 2023-10-14T00:04:55.198 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:54 smithi055 ceph-mon[185614]: Reconfiguring daemon mds.b on smithi082 2023-10-14T00:04:55.198 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:54 smithi055 ceph-mon[185614]: failed to encode map e235 with expected crc 2023-10-14T00:04:55.199 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:54 smithi055 ceph-mon[185614]: osdmap e235: 8 total, 8 up, 8 in 2023-10-14T00:04:55.199 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:54 smithi055 ceph-mon[185614]: failed to encode map e235 with expected crc 2023-10-14T00:04:55.199 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:55.199 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:55.199 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:04:55.200 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:04:55.200 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:04:55.200 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:55.200 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2023-10-14T00:04:55.201 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2023-10-14T00:04:55.201 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2023-10-14T00:04:55.201 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2023-10-14T00:04:55.201 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2023-10-14T00:04:55.201 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2023-10-14T00:04:55.202 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:04:55.202 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:55.202 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-10-14T00:04:55.203 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:54 smithi055 ceph-mon[183057]: Reconfiguring mds.b (monmap changed)... 2023-10-14T00:04:55.203 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:54 smithi055 ceph-mon[183057]: Reconfiguring daemon mds.b on smithi082 2023-10-14T00:04:55.203 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:54 smithi055 ceph-mon[183057]: failed to encode map e235 with expected crc 2023-10-14T00:04:55.203 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:54 smithi055 ceph-mon[183057]: osdmap e235: 8 total, 8 up, 8 in 2023-10-14T00:04:55.204 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:54 smithi055 ceph-mon[183057]: failed to encode map e235 with expected crc 2023-10-14T00:04:55.204 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:55.204 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:55.204 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:04:55.205 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:04:55.205 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:04:55.205 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:55.205 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2023-10-14T00:04:55.205 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2023-10-14T00:04:55.206 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2023-10-14T00:04:55.206 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2023-10-14T00:04:55.206 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2023-10-14T00:04:55.206 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2023-10-14T00:04:55.206 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:04:55.207 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:55.207 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-10-14T00:04:55.322 INFO:tasks.rados.rados.0.smithi055.stdout:978: done (5 left) 2023-10-14T00:04:55.322 INFO:tasks.rados.rados.0.smithi055.stdout:979: rmattr oid 22 current snap is 84 2023-10-14T00:04:55.322 INFO:tasks.rados.rados.0.smithi055.stdout:979: done (5 left) 2023-10-14T00:04:55.323 INFO:tasks.rados.rados.0.smithi055.stdout:980: setattr oid 45 current snap is 84 2023-10-14T00:04:55.323 INFO:tasks.rados.rados.0.smithi055.stdout:974: expect (ObjNum 160 snap 36 seq_num 160) 2023-10-14T00:04:55.331 INFO:tasks.rados.rados.0.smithi055.stdout:973: finishing write tid 1 to smithi055169533-1 2023-10-14T00:04:55.332 INFO:tasks.rados.rados.0.smithi055.stdout:973: finishing write tid 2 to smithi055169533-1 2023-10-14T00:04:55.332 INFO:tasks.rados.rados.0.smithi055.stdout:975: finishing rollback tid 0 to smithi055169533-13 2023-10-14T00:04:55.332 INFO:tasks.rados.rados.0.smithi055.stdout:975: finishing rollback tid 1 to smithi055169533-13 2023-10-14T00:04:55.332 INFO:tasks.rados.rados.0.smithi055.stdout:975: finishing rollback tid 2 to smithi055169533-13 2023-10-14T00:04:55.333 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 13 v 160 (ObjNum 302 snap 75 seq_num 302) dirty exists 2023-10-14T00:04:55.333 INFO:tasks.rados.rados.0.smithi055.stdout:973: finishing write tid 3 to smithi055169533-1 2023-10-14T00:04:55.333 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 1 v 157 (ObjNum 324 snap 84 seq_num 324) dirty exists 2023-10-14T00:04:55.333 INFO:tasks.rados.rados.0.smithi055.stdout:973: left oid 1 (ObjNum 324 snap 84 seq_num 324) 2023-10-14T00:04:55.333 INFO:tasks.rados.rados.0.smithi055.stdout:976: finishing write tid 1 to smithi055169533-43 2023-10-14T00:04:55.334 INFO:tasks.rados.rados.0.smithi055.stdout:976: finishing write tid 2 to smithi055169533-43 2023-10-14T00:04:55.334 INFO:tasks.rados.rados.0.smithi055.stdout:976: finishing write tid 3 to smithi055169533-43 2023-10-14T00:04:55.334 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 43 v 321 (ObjNum 325 snap 84 seq_num 325) dirty exists 2023-10-14T00:04:55.334 INFO:tasks.rados.rados.0.smithi055.stdout:976: left oid 43 (ObjNum 325 snap 84 seq_num 325) 2023-10-14T00:04:55.334 INFO:tasks.rados.rados.0.smithi055.stdout:977: finishing write tid 1 to smithi055169533-31 2023-10-14T00:04:55.335 INFO:tasks.rados.rados.0.smithi055.stdout:977: finishing write tid 2 to smithi055169533-31 2023-10-14T00:04:55.335 INFO:tasks.rados.rados.0.smithi055.stdout:977: finishing write tid 3 to smithi055169533-31 2023-10-14T00:04:55.335 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 31 v 323 (ObjNum 326 snap 84 seq_num 326) dirty exists 2023-10-14T00:04:55.335 INFO:tasks.rados.rados.0.smithi055.stdout:977: left oid 31 (ObjNum 326 snap 84 seq_num 326) 2023-10-14T00:04:55.335 INFO:tasks.rados.rados.0.smithi055.stdout:973: done (5 left) 2023-10-14T00:04:55.336 INFO:tasks.rados.rados.0.smithi055.stdout:974: done (4 left) 2023-10-14T00:04:55.336 INFO:tasks.rados.rados.0.smithi055.stdout:975: done (3 left) 2023-10-14T00:04:55.336 INFO:tasks.rados.rados.0.smithi055.stdout:976: done (2 left) 2023-10-14T00:04:55.336 INFO:tasks.rados.rados.0.smithi055.stdout:977: done (1 left) 2023-10-14T00:04:55.336 INFO:tasks.rados.rados.0.smithi055.stdout:981: snap_remove snap 82 2023-10-14T00:04:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:54 smithi082 ceph-mon[180771]: Reconfiguring mds.b (monmap changed)... 2023-10-14T00:04:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:54 smithi082 ceph-mon[180771]: Reconfiguring daemon mds.b on smithi082 2023-10-14T00:04:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:54 smithi082 ceph-mon[180771]: failed to encode map e235 with expected crc 2023-10-14T00:04:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:54 smithi082 ceph-mon[180771]: osdmap e235: 8 total, 8 up, 8 in 2023-10-14T00:04:55.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:54 smithi082 ceph-mon[180771]: failed to encode map e235 with expected crc 2023-10-14T00:04:55.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:55.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:55.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:04:55.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:04:55.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:04:55.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:55.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2023-10-14T00:04:55.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2023-10-14T00:04:55.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2023-10-14T00:04:55.378 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2023-10-14T00:04:55.378 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2023-10-14T00:04:55.378 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2023-10-14T00:04:55.378 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:04:55.378 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:55.379 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-10-14T00:04:56.155 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:55 smithi055 ceph-mon[185614]: failed to encode map e235 with expected crc 2023-10-14T00:04:56.156 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:55 smithi055 ceph-mon[185614]: failed to encode map e235 with expected crc 2023-10-14T00:04:56.156 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:55 smithi055 ceph-mon[185614]: failed to encode map e235 with expected crc 2023-10-14T00:04:56.156 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:55 smithi055 ceph-mon[185614]: Upgrade: Setting container_image for all mon 2023-10-14T00:04:56.156 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:55 smithi055 ceph-mon[185614]: pgmap v63: 121 pgs: 121 active+clean; 114 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:04:56.156 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:55 smithi055 ceph-mon[185614]: Upgrade: Setting container_image for all crash 2023-10-14T00:04:56.157 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:55 smithi055 ceph-mon[185614]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-10-14T00:04:56.157 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:55 smithi055 ceph-mon[185614]: Upgrade: osd.0 is safe to restart 2023-10-14T00:04:56.157 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:55 smithi055 ceph-mon[185614]: failed to encode map e236 with expected crc 2023-10-14T00:04:56.157 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:55 smithi055 ceph-mon[185614]: osdmap e236: 8 total, 8 up, 8 in 2023-10-14T00:04:56.157 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:55 smithi055 ceph-mon[185614]: failed to encode map e236 with expected crc 2023-10-14T00:04:56.158 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:55 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:56.158 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:55 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-10-14T00:04:56.158 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:55 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:56.158 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:55 smithi055 ceph-mon[183057]: failed to encode map e235 with expected crc 2023-10-14T00:04:56.159 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:55 smithi055 ceph-mon[183057]: failed to encode map e235 with expected crc 2023-10-14T00:04:56.159 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:55 smithi055 ceph-mon[183057]: failed to encode map e235 with expected crc 2023-10-14T00:04:56.159 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:55 smithi055 ceph-mon[183057]: Upgrade: Setting container_image for all mon 2023-10-14T00:04:56.159 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:55 smithi055 ceph-mon[183057]: pgmap v63: 121 pgs: 121 active+clean; 114 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:04:56.159 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:55 smithi055 ceph-mon[183057]: Upgrade: Setting container_image for all crash 2023-10-14T00:04:56.160 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:55 smithi055 ceph-mon[183057]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-10-14T00:04:56.160 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:55 smithi055 ceph-mon[183057]: Upgrade: osd.0 is safe to restart 2023-10-14T00:04:56.160 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:55 smithi055 ceph-mon[183057]: failed to encode map e236 with expected crc 2023-10-14T00:04:56.160 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:55 smithi055 ceph-mon[183057]: osdmap e236: 8 total, 8 up, 8 in 2023-10-14T00:04:56.160 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:55 smithi055 ceph-mon[183057]: failed to encode map e236 with expected crc 2023-10-14T00:04:56.161 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:55 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:56.161 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:55 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-10-14T00:04:56.161 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:55 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:56.329 INFO:tasks.rados.rados.0.smithi055.stdout:981: done (1 left) 2023-10-14T00:04:56.329 INFO:tasks.rados.rados.0.smithi055.stdout:982: rollback oid 16 current snap is 84 2023-10-14T00:04:56.330 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 16 to 83 2023-10-14T00:04:56.330 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 45 v 322 (ObjNum 296 snap 74 seq_num 296) dirty exists 2023-10-14T00:04:56.330 INFO:tasks.rados.rados.0.smithi055.stdout:980: done (1 left) 2023-10-14T00:04:56.330 INFO:tasks.rados.rados.0.smithi055.stdout:983: snap_remove snap 80 2023-10-14T00:04:56.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:55 smithi082 ceph-mon[180771]: failed to encode map e235 with expected crc 2023-10-14T00:04:56.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:55 smithi082 ceph-mon[180771]: failed to encode map e235 with expected crc 2023-10-14T00:04:56.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:55 smithi082 ceph-mon[180771]: failed to encode map e235 with expected crc 2023-10-14T00:04:56.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:55 smithi082 ceph-mon[180771]: Upgrade: Setting container_image for all mon 2023-10-14T00:04:56.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:55 smithi082 ceph-mon[180771]: pgmap v63: 121 pgs: 121 active+clean; 114 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:04:56.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:55 smithi082 ceph-mon[180771]: Upgrade: Setting container_image for all crash 2023-10-14T00:04:56.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:55 smithi082 ceph-mon[180771]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-10-14T00:04:56.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:55 smithi082 ceph-mon[180771]: Upgrade: osd.0 is safe to restart 2023-10-14T00:04:56.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:55 smithi082 ceph-mon[180771]: failed to encode map e236 with expected crc 2023-10-14T00:04:56.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:55 smithi082 ceph-mon[180771]: osdmap e236: 8 total, 8 up, 8 in 2023-10-14T00:04:56.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:55 smithi082 ceph-mon[180771]: failed to encode map e236 with expected crc 2023-10-14T00:04:56.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:55 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:04:56.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:55 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-10-14T00:04:56.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:55 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:04:56.971 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:56 smithi055 ceph-mon[183057]: failed to encode map e236 with expected crc 2023-10-14T00:04:56.971 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:56 smithi055 ceph-mon[183057]: Upgrade: Updating osd.0 2023-10-14T00:04:56.971 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:56 smithi055 ceph-mon[183057]: Deploying daemon osd.0 on smithi055 2023-10-14T00:04:56.971 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:56 smithi055 ceph-mon[183057]: failed to encode map e237 with expected crc 2023-10-14T00:04:56.971 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:56 smithi055 ceph-mon[183057]: osdmap e237: 8 total, 8 up, 8 in 2023-10-14T00:04:56.972 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:56 smithi055 ceph-mon[185614]: failed to encode map e236 with expected crc 2023-10-14T00:04:56.972 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:56 smithi055 ceph-mon[185614]: Upgrade: Updating osd.0 2023-10-14T00:04:56.972 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:56 smithi055 ceph-mon[185614]: Deploying daemon osd.0 on smithi055 2023-10-14T00:04:56.973 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:56 smithi055 ceph-mon[185614]: failed to encode map e237 with expected crc 2023-10-14T00:04:56.973 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:56 smithi055 ceph-mon[185614]: osdmap e237: 8 total, 8 up, 8 in 2023-10-14T00:04:57.339 INFO:tasks.rados.rados.0.smithi055.stdout:983: done (1 left) 2023-10-14T00:04:57.339 INFO:tasks.rados.rados.0.smithi055.stdout:984: read oid 46 snap -1 2023-10-14T00:04:57.339 INFO:tasks.rados.rados.0.smithi055.stdout:984: expect (ObjNum 289 snap 71 seq_num 289) 2023-10-14T00:04:57.340 INFO:tasks.rados.rados.0.smithi055.stdout:985: copy_from oid 21 from oid 11 current snap is 84 2023-10-14T00:04:57.340 INFO:tasks.rados.rados.0.smithi055.stdout:982: finishing rollback tid 1 to smithi055169533-16 2023-10-14T00:04:57.340 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 16 v 322 (ObjNum 273 snap 0 seq_num 43521461) dirty dne 2023-10-14T00:04:57.340 INFO:tasks.rados.rados.0.smithi055.stdout:982: done (2 left) 2023-10-14T00:04:57.340 INFO:tasks.rados.rados.0.smithi055.stdout:986: snap_remove snap 75 2023-10-14T00:04:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:56 smithi082 ceph-mon[180771]: failed to encode map e236 with expected crc 2023-10-14T00:04:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:56 smithi082 ceph-mon[180771]: Upgrade: Updating osd.0 2023-10-14T00:04:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:56 smithi082 ceph-mon[180771]: Deploying daemon osd.0 on smithi055 2023-10-14T00:04:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:56 smithi082 ceph-mon[180771]: failed to encode map e237 with expected crc 2023-10-14T00:04:57.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:56 smithi082 ceph-mon[180771]: osdmap e237: 8 total, 8 up, 8 in 2023-10-14T00:04:58.198 INFO:journalctl@ceph.osd.0.smithi055.stdout:Oct 14 00:04:57 smithi055 systemd[1]: Stopping Ceph osd.0 for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:04:58.199 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:57 smithi055 ceph-mon[183057]: failed to encode map e237 with expected crc 2023-10-14T00:04:58.199 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:57 smithi055 ceph-mon[183057]: failed to encode map e237 with expected crc 2023-10-14T00:04:58.199 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:57 smithi055 ceph-mon[183057]: pgmap v66: 121 pgs: 121 active+clean; 122 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 434 KiB/s rd, 1.9 MiB/s wr, 10 op/s 2023-10-14T00:04:58.200 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:57 smithi055 ceph-mon[183057]: osdmap e238: 8 total, 8 up, 8 in 2023-10-14T00:04:58.200 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:57 smithi055 ceph-mon[183057]: failed to encode map e238 with expected crc 2023-10-14T00:04:58.200 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:57 smithi055 ceph-mon[183057]: failed to encode map e238 with expected crc 2023-10-14T00:04:58.200 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:57 smithi055 ceph-mon[183057]: failed to encode map e238 with expected crc 2023-10-14T00:04:58.201 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:57 smithi055 ceph-mon[185614]: failed to encode map e237 with expected crc 2023-10-14T00:04:58.201 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:57 smithi055 ceph-mon[185614]: failed to encode map e237 with expected crc 2023-10-14T00:04:58.201 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:57 smithi055 ceph-mon[185614]: pgmap v66: 121 pgs: 121 active+clean; 122 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 434 KiB/s rd, 1.9 MiB/s wr, 10 op/s 2023-10-14T00:04:58.201 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:57 smithi055 ceph-mon[185614]: osdmap e238: 8 total, 8 up, 8 in 2023-10-14T00:04:58.201 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:57 smithi055 ceph-mon[185614]: failed to encode map e238 with expected crc 2023-10-14T00:04:58.201 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:57 smithi055 ceph-mon[185614]: failed to encode map e238 with expected crc 2023-10-14T00:04:58.202 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:57 smithi055 ceph-mon[185614]: failed to encode map e238 with expected crc 2023-10-14T00:04:58.347 INFO:tasks.rados.rados.0.smithi055.stdout:986: done (2 left) 2023-10-14T00:04:58.347 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 17 current snap is 84 2023-10-14T00:04:58.348 INFO:tasks.rados.rados.0.smithi055.stdout:987: seq_num 327 ranges {2211840=679936} 2023-10-14T00:04:58.367 INFO:tasks.rados.rados.0.smithi055.stdout:987: writing smithi055169533-17 from 2211840 to 2891776 tid 1 2023-10-14T00:04:58.367 INFO:tasks.rados.rados.0.smithi055.stdout:988: delete oid 29 current snap is 84 2023-10-14T00:04:58.367 INFO:tasks.rados.rados.0.smithi055.stdout:984: expect (ObjNum 289 snap 71 seq_num 289) 2023-10-14T00:04:58.367 INFO:tasks.rados.rados.0.smithi055.stdout:985: finishing copy_from to smithi055169533-21 2023-10-14T00:04:58.368 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 21 v 164 (ObjNum 319 snap 82 seq_num 319) dirty exists 2023-10-14T00:04:58.368 INFO:tasks.rados.rados.0.smithi055.stdout:985: finishing copy_from racing read to smithi055169533-21 2023-10-14T00:04:58.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:57 smithi082 ceph-mon[180771]: failed to encode map e237 with expected crc 2023-10-14T00:04:58.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:57 smithi082 ceph-mon[180771]: failed to encode map e237 with expected crc 2023-10-14T00:04:58.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:57 smithi082 ceph-mon[180771]: pgmap v66: 121 pgs: 121 active+clean; 122 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 434 KiB/s rd, 1.9 MiB/s wr, 10 op/s 2023-10-14T00:04:58.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:57 smithi082 ceph-mon[180771]: osdmap e238: 8 total, 8 up, 8 in 2023-10-14T00:04:58.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:57 smithi082 ceph-mon[180771]: failed to encode map e238 with expected crc 2023-10-14T00:04:58.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:57 smithi082 ceph-mon[180771]: failed to encode map e238 with expected crc 2023-10-14T00:04:58.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:57 smithi082 ceph-mon[180771]: failed to encode map e238 with expected crc 2023-10-14T00:04:58.379 INFO:tasks.rados.rados.0.smithi055.stdout:987: finishing write tid 1 to smithi055169533-17 2023-10-14T00:04:58.379 INFO:tasks.rados.rados.0.smithi055.stdout:987: finishing write tid 2 to smithi055169533-17 2023-10-14T00:04:58.381 INFO:tasks.rados.rados.0.smithi055.stdout:987: finishing write tid 3 to smithi055169533-17 2023-10-14T00:04:58.381 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 17 v 448 (ObjNum 327 snap 84 seq_num 327) dirty exists 2023-10-14T00:04:58.381 INFO:tasks.rados.rados.0.smithi055.stdout:987: left oid 17 (ObjNum 327 snap 84 seq_num 327) 2023-10-14T00:04:58.516 INFO:journalctl@ceph.osd.0.smithi055.stdout:Oct 14 00:04:58 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-0[128503]: 2023-10-14T00:04:58.196+0000 7fe9af777700 -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-10-14T00:04:58.517 INFO:journalctl@ceph.osd.0.smithi055.stdout:Oct 14 00:04:58 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-0[128503]: 2023-10-14T00:04:58.196+0000 7fe9af777700 -1 osd.0 238 *** Got signal Terminated *** 2023-10-14T00:04:58.517 INFO:journalctl@ceph.osd.0.smithi055.stdout:Oct 14 00:04:58 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-0[128503]: 2023-10-14T00:04:58.196+0000 7fe9af777700 -1 osd.0 238 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-10-14T00:04:58.948 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:04:58 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:04: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-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi082.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi055:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-10-14T00:04:59.269 INFO:journalctl@ceph.osd.0.smithi055.stdout:Oct 14 00:04:59 smithi055 bash[192163]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-0 2023-10-14T00:04:59.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:58 smithi055 ceph-mon[183057]: failed to encode map e238 with expected crc 2023-10-14T00:04:59.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:58 smithi055 ceph-mon[183057]: osd.0 marked itself down and dead 2023-10-14T00:04:59.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:58 smithi055 ceph-mon[183057]: Health check failed: 1 osds down (OSD_DOWN) 2023-10-14T00:04:59.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:58 smithi055 ceph-mon[183057]: osdmap e239: 8 total, 7 up, 8 in 2023-10-14T00:04:59.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:58 smithi055 ceph-mon[183057]: failed to encode map e239 with expected crc 2023-10-14T00:04:59.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:58 smithi055 ceph-mon[185614]: failed to encode map e238 with expected crc 2023-10-14T00:04:59.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:58 smithi055 ceph-mon[185614]: osd.0 marked itself down and dead 2023-10-14T00:04:59.272 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:58 smithi055 ceph-mon[185614]: Health check failed: 1 osds down (OSD_DOWN) 2023-10-14T00:04:59.272 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:58 smithi055 ceph-mon[185614]: osdmap e239: 8 total, 7 up, 8 in 2023-10-14T00:04:59.272 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:58 smithi055 ceph-mon[185614]: failed to encode map e239 with expected crc 2023-10-14T00:04:59.374 INFO:tasks.rados.rados.0.smithi055.stdout:984: done (3 left) 2023-10-14T00:04:59.375 INFO:tasks.rados.rados.0.smithi055.stdout:985: done (2 left) 2023-10-14T00:04:59.375 INFO:tasks.rados.rados.0.smithi055.stdout:987: done (1 left) 2023-10-14T00:04:59.375 INFO:tasks.rados.rados.0.smithi055.stdout:988: done (0 left) 2023-10-14T00:04:59.375 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 41 current snap is 84 2023-10-14T00:04:59.375 INFO:tasks.rados.rados.0.smithi055.stdout:989: seq_num 329 ranges {8912896=712704} 2023-10-14T00:04:59.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:58 smithi082 ceph-mon[180771]: failed to encode map e238 with expected crc 2023-10-14T00:04:59.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:58 smithi082 ceph-mon[180771]: osd.0 marked itself down and dead 2023-10-14T00:04:59.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:58 smithi082 ceph-mon[180771]: Health check failed: 1 osds down (OSD_DOWN) 2023-10-14T00:04:59.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:58 smithi082 ceph-mon[180771]: osdmap e239: 8 total, 7 up, 8 in 2023-10-14T00:04:59.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:58 smithi082 ceph-mon[180771]: failed to encode map e239 with expected crc 2023-10-14T00:04:59.429 INFO:tasks.rados.rados.0.smithi055.stdout:989: writing smithi055169533-41 from 8912896 to 9625600 tid 1 2023-10-14T00:04:59.429 INFO:tasks.rados.rados.0.smithi055.stdout:990: rollback oid 47 current snap is 84 2023-10-14T00:04:59.430 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 47 to 83 2023-10-14T00:04:59.430 INFO:tasks.rados.rados.0.smithi055.stdout:991: snap_create 2023-10-14T00:04:59.431 INFO:tasks.rados.rados.0.smithi055.stdout:990: finishing rollback tid 1 to smithi055169533-47 2023-10-14T00:04:59.432 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 47 v 219 (ObjNum 289 snap 0 seq_num 44955732) dirty dne 2023-10-14T00:04:59.433 INFO:tasks.rados.rados.0.smithi055.stdout:989: finishing write tid 1 to smithi055169533-41 2023-10-14T00:04:59.434 INFO:tasks.rados.rados.0.smithi055.stdout:989: finishing write tid 2 to smithi055169533-41 2023-10-14T00:04:59.436 INFO:tasks.rados.rados.0.smithi055.stdout:989: finishing write tid 3 to smithi055169533-41 2023-10-14T00:04:59.436 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 41 v 336 (ObjNum 329 snap 84 seq_num 329) dirty exists 2023-10-14T00:04:59.436 INFO:tasks.rados.rados.0.smithi055.stdout:989: left oid 41 (ObjNum 329 snap 84 seq_num 329) 2023-10-14T00:05:00.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:59 smithi055 ceph-mon[185614]: failed to encode map e239 with expected crc 2023-10-14T00:05:00.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:59 smithi055 ceph-mon[185614]: pgmap v69: 121 pgs: 16 stale+active+clean, 105 active+clean; 122 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 434 KiB/s rd, 1.9 MiB/s wr, 10 op/s 2023-10-14T00:05:00.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:59 smithi055 ceph-mon[185614]: failed to encode map e240 with expected crc 2023-10-14T00:05:00.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:59 smithi055 ceph-mon[185614]: osdmap e240: 8 total, 7 up, 8 in 2023-10-14T00:05:00.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:59 smithi055 ceph-mon[185614]: failed to encode map e240 with expected crc 2023-10-14T00:05:00.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:59 smithi055 ceph-mon[185614]: failed to encode map e240 with expected crc 2023-10-14T00:05:00.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:59 smithi055 ceph-mon[185614]: failed to encode map e240 with expected crc 2023-10-14T00:05:00.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:59 smithi055 ceph-mon[185614]: failed to encode map e240 with expected crc 2023-10-14T00:05:00.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:04:59 smithi055 ceph-mon[185614]: failed to encode map e240 with expected crc 2023-10-14T00:05:00.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:59 smithi055 ceph-mon[183057]: failed to encode map e239 with expected crc 2023-10-14T00:05:00.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:59 smithi055 ceph-mon[183057]: pgmap v69: 121 pgs: 16 stale+active+clean, 105 active+clean; 122 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 434 KiB/s rd, 1.9 MiB/s wr, 10 op/s 2023-10-14T00:05:00.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:59 smithi055 ceph-mon[183057]: failed to encode map e240 with expected crc 2023-10-14T00:05:00.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:59 smithi055 ceph-mon[183057]: osdmap e240: 8 total, 7 up, 8 in 2023-10-14T00:05:00.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:59 smithi055 ceph-mon[183057]: failed to encode map e240 with expected crc 2023-10-14T00:05:00.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:59 smithi055 ceph-mon[183057]: failed to encode map e240 with expected crc 2023-10-14T00:05:00.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:59 smithi055 ceph-mon[183057]: failed to encode map e240 with expected crc 2023-10-14T00:05:00.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:59 smithi055 ceph-mon[183057]: failed to encode map e240 with expected crc 2023-10-14T00:05:00.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:04:59 smithi055 ceph-mon[183057]: failed to encode map e240 with expected crc 2023-10-14T00:05:00.296 INFO:tasks.rados.rados.0.smithi055.stdout:989: done (2 left) 2023-10-14T00:05:00.296 INFO:tasks.rados.rados.0.smithi055.stdout:990: done (1 left) 2023-10-14T00:05:00.297 INFO:tasks.rados.rados.0.smithi055.stdout:991: done (0 left) 2023-10-14T00:05:00.297 INFO:tasks.rados.rados.0.smithi055.stdout:992: rmattr oid 32 current snap is 85 2023-10-14T00:05:00.297 INFO:tasks.rados.rados.0.smithi055.stdout:993: read oid 14 snap -1 2023-10-14T00:05:00.297 INFO:tasks.rados.rados.0.smithi055.stdout:993: expect deleted 2023-10-14T00:05:00.297 INFO:tasks.rados.rados.0.smithi055.stdout:994: rollback oid 42 current snap is 85 2023-10-14T00:05:00.298 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 42 to 81 2023-10-14T00:05:00.298 INFO:tasks.rados.rados.0.smithi055.stdout:995: delete oid 12 current snap is 85 2023-10-14T00:05:00.306 INFO:tasks.rados.rados.0.smithi055.stdout:994: finishing rollback tid 0 to smithi055169533-42 2023-10-14T00:05:00.307 INFO:tasks.rados.rados.0.smithi055.stdout:994: finishing rollback tid 1 to smithi055169533-42 2023-10-14T00:05:00.307 INFO:tasks.rados.rados.0.smithi055.stdout:994: finishing rollback tid 2 to smithi055169533-42 2023-10-14T00:05:00.307 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 42 v 187 (ObjNum 269 snap 68 seq_num 269) dirty exists 2023-10-14T00:05:00.307 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 32 v 192 (ObjNum 214 snap 52 seq_num 214) dirty exists 2023-10-14T00:05:00.308 INFO:tasks.rados.rados.0.smithi055.stdout:992: done (3 left) 2023-10-14T00:05:00.308 INFO:tasks.rados.rados.0.smithi055.stdout:993: done (2 left) 2023-10-14T00:05:00.308 INFO:tasks.rados.rados.0.smithi055.stdout:994: done (1 left) 2023-10-14T00:05:00.309 INFO:tasks.rados.rados.0.smithi055.stdout:995: done (0 left) 2023-10-14T00:05:00.309 INFO:tasks.rados.rados.0.smithi055.stdout:996: delete oid 45 current snap is 85 2023-10-14T00:05:00.314 INFO:tasks.rados.rados.0.smithi055.stdout:996: done (0 left) 2023-10-14T00:05:00.314 INFO:tasks.rados.rados.0.smithi055.stdout:997: copy_from oid 25 from oid 31 current snap is 85 2023-10-14T00:05:00.315 INFO:tasks.rados.rados.0.smithi055.stdout:998: read oid 49 snap 84 2023-10-14T00:05:00.315 INFO:tasks.rados.rados.0.smithi055.stdout:998: expect (ObjNum 270 snap 68 seq_num 270) 2023-10-14T00:05:00.315 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 23 current snap is 85 2023-10-14T00:05:00.315 INFO:tasks.rados.rados.0.smithi055.stdout:999: seq_num 332 ranges {4399104=770048} 2023-10-14T00:05:00.344 INFO:tasks.rados.rados.0.smithi055.stdout:999: writing smithi055169533-23 from 4399104 to 5169152 tid 1 2023-10-14T00:05:00.344 INFO:tasks.rados.rados.0.smithi055.stdout:1000: copy_from oid 32 from oid 42 current snap is 85 2023-10-14T00:05:00.344 INFO:tasks.rados.rados.0.smithi055.stdout:998: expect (ObjNum 270 snap 68 seq_num 270) 2023-10-14T00:05:00.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:59 smithi082 ceph-mon[180771]: failed to encode map e239 with expected crc 2023-10-14T00:05:00.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:59 smithi082 ceph-mon[180771]: pgmap v69: 121 pgs: 16 stale+active+clean, 105 active+clean; 122 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 434 KiB/s rd, 1.9 MiB/s wr, 10 op/s 2023-10-14T00:05:00.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:59 smithi082 ceph-mon[180771]: failed to encode map e240 with expected crc 2023-10-14T00:05:00.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:59 smithi082 ceph-mon[180771]: osdmap e240: 8 total, 7 up, 8 in 2023-10-14T00:05:00.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:59 smithi082 ceph-mon[180771]: failed to encode map e240 with expected crc 2023-10-14T00:05:00.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:59 smithi082 ceph-mon[180771]: failed to encode map e240 with expected crc 2023-10-14T00:05:00.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:59 smithi082 ceph-mon[180771]: failed to encode map e240 with expected crc 2023-10-14T00:05:00.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:59 smithi082 ceph-mon[180771]: failed to encode map e240 with expected crc 2023-10-14T00:05:00.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:04:59 smithi082 ceph-mon[180771]: failed to encode map e240 with expected crc 2023-10-14T00:05:00.415 INFO:tasks.rados.rados.0.smithi055.stdout:997: finishing copy_from to smithi055169533-25 2023-10-14T00:05:00.415 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 25 v 323 (ObjNum 326 snap 84 seq_num 326) dirty exists 2023-10-14T00:05:00.416 INFO:tasks.rados.rados.0.smithi055.stdout:997: finishing copy_from racing read to smithi055169533-25 2023-10-14T00:05:00.416 INFO:tasks.rados.rados.0.smithi055.stdout:997: done (3 left) 2023-10-14T00:05:00.416 INFO:tasks.rados.rados.0.smithi055.stdout:998: done (2 left) 2023-10-14T00:05:00.416 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 10 current snap is 85 2023-10-14T00:05:00.416 INFO:tasks.rados.rados.0.smithi055.stdout:999: finishing write tid 1 to smithi055169533-23 2023-10-14T00:05:00.417 INFO:tasks.rados.rados.0.smithi055.stdout:999: finishing write tid 2 to smithi055169533-23 2023-10-14T00:05:00.417 INFO:tasks.rados.rados.0.smithi055.stdout:1001: seq_num 333 ranges {598016=786432} 2023-10-14T00:05:00.423 INFO:tasks.rados.rados.0.smithi055.stdout:1001: writing smithi055169533-10 from 598016 to 1384448 tid 1 2023-10-14T00:05:00.423 INFO:tasks.rados.rados.0.smithi055.stdout:1002: read oid 13 snap 81 2023-10-14T00:05:00.423 INFO:tasks.rados.rados.0.smithi055.stdout:1002: expect (ObjNum 302 snap 75 seq_num 302) 2023-10-14T00:05:00.424 INFO:tasks.rados.rados.0.smithi055.stdout:1003: setattr oid 33 current snap is 85 2023-10-14T00:05:00.424 INFO:tasks.rados.rados.0.smithi055.stdout:999: finishing write tid 3 to smithi055169533-23 2023-10-14T00:05:00.424 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 23 v 316 (ObjNum 332 snap 85 seq_num 332) dirty exists 2023-10-14T00:05:00.424 INFO:tasks.rados.rados.0.smithi055.stdout:999: left oid 23 (ObjNum 332 snap 85 seq_num 332) 2023-10-14T00:05:00.424 INFO:tasks.rados.rados.0.smithi055.stdout:1000: finishing copy_from to smithi055169533-32 2023-10-14T00:05:00.425 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 32 v 187 (ObjNum 269 snap 68 seq_num 269) dirty exists 2023-10-14T00:05:00.425 INFO:tasks.rados.rados.0.smithi055.stdout:1000: finishing copy_from racing read to smithi055169533-32 2023-10-14T00:05:00.427 INFO:tasks.rados.rados.0.smithi055.stdout:999: done (4 left) 2023-10-14T00:05:00.427 INFO:tasks.rados.rados.0.smithi055.stdout:1000: done (3 left) 2023-10-14T00:05:00.427 INFO:tasks.rados.rados.0.smithi055.stdout:1004: read oid 19 snap -1 2023-10-14T00:05:00.427 INFO:tasks.rados.rados.0.smithi055.stdout:1004: expect deleted 2023-10-14T00:05:00.427 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 49 current snap is 85 2023-10-14T00:05:00.428 INFO:tasks.rados.rados.0.smithi055.stdout:1005: seq_num 334 ranges {2129920=802816} 2023-10-14T00:05:00.443 INFO:tasks.rados.rados.0.smithi055.stdout:1005: writing smithi055169533-49 from 2129920 to 2932736 tid 1 2023-10-14T00:05:00.445 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 2 current snap is 85 2023-10-14T00:05:00.445 INFO:tasks.rados.rados.0.smithi055.stdout:1006: seq_num 335 ranges {6512640=417792,6930432=401408} 2023-10-14T00:05:00.482 INFO:tasks.rados.rados.0.smithi055.stdout:1006: writing smithi055169533-2 from 6512640 to 6930432 tid 1 2023-10-14T00:05:00.485 INFO:tasks.rados.rados.0.smithi055.stdout:1006: writing smithi055169533-2 from 6930432 to 7331840 tid 2 2023-10-14T00:05:00.485 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 35 current snap is 85 2023-10-14T00:05:00.485 INFO:tasks.rados.rados.0.smithi055.stdout:1002: expect (ObjNum 302 snap 75 seq_num 302) 2023-10-14T00:05:00.524 INFO:tasks.rados.rados.0.smithi055.stdout:1001: finishing write tid 1 to smithi055169533-10 2023-10-14T00:05:00.524 INFO:tasks.rados.rados.0.smithi055.stdout:1001: finishing write tid 2 to smithi055169533-10 2023-10-14T00:05:00.524 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 33 v 337 (ObjNum 161 snap 0 seq_num 0) dirty exists 2023-10-14T00:05:00.524 INFO:tasks.rados.rados.0.smithi055.stdout:1001: finishing write tid 3 to smithi055169533-10 2023-10-14T00:05:00.525 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 10 v 455 (ObjNum 333 snap 85 seq_num 333) dirty exists 2023-10-14T00:05:00.525 INFO:tasks.rados.rados.0.smithi055.stdout:1001: left oid 10 (ObjNum 333 snap 85 seq_num 333) 2023-10-14T00:05:00.525 INFO:tasks.rados.rados.0.smithi055.stdout:1005: finishing write tid 1 to smithi055169533-49 2023-10-14T00:05:00.525 INFO:tasks.rados.rados.0.smithi055.stdout:1007: seq_num 336 ranges {286720=434176,720896=401408} 2023-10-14T00:05:00.527 INFO:tasks.rados.rados.0.smithi055.stdout:1007: writing smithi055169533-35 from 286720 to 720896 tid 1 2023-10-14T00:05:00.530 INFO:tasks.rados.rados.0.smithi055.stdout:1007: writing smithi055169533-35 from 720896 to 1122304 tid 2 2023-10-14T00:05:00.530 INFO:tasks.rados.rados.0.smithi055.stdout:1001: done (6 left) 2023-10-14T00:05:00.531 INFO:tasks.rados.rados.0.smithi055.stdout:1002: done (5 left) 2023-10-14T00:05:00.531 INFO:tasks.rados.rados.0.smithi055.stdout:1003: done (4 left) 2023-10-14T00:05:00.531 INFO:tasks.rados.rados.0.smithi055.stdout:1004: done (3 left) 2023-10-14T00:05:00.531 INFO:tasks.rados.rados.0.smithi055.stdout:1008: snap_remove snap 76 2023-10-14T00:05:00.749 INFO:journalctl@ceph.osd.0.smithi055.stdout:Oct 14 00:05:00 smithi055 systemd[1]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@osd.0.service: Succeeded. 2023-10-14T00:05:00.749 INFO:journalctl@ceph.osd.0.smithi055.stdout:Oct 14 00:05:00 smithi055 systemd[1]: Stopped Ceph osd.0 for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:05:00.749 INFO:journalctl@ceph.osd.0.smithi055.stdout:Oct 14 00:05:00 smithi055 systemd[1]: Starting Ceph osd.0 for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:05:01.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:00 smithi055 ceph-mon[183057]: failed to encode map e240 with expected crc 2023-10-14T00:05:01.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:00 smithi055 ceph-mon[183057]: failed to encode map e240 with expected crc 2023-10-14T00:05:01.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:00 smithi055 ceph-mon[183057]: failed to encode map e240 with expected crc 2023-10-14T00:05:01.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:00 smithi055 ceph-mon[183057]: osdmap e241: 8 total, 7 up, 8 in 2023-10-14T00:05:01.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:00 smithi055 ceph-mon[183057]: failed to encode map e241 with expected crc 2023-10-14T00:05:01.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:00 smithi055 ceph-mon[183057]: failed to encode map e241 with expected crc 2023-10-14T00:05:01.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:00 smithi055 ceph-mon[183057]: failed to encode map e241 with expected crc 2023-10-14T00:05:01.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:00 smithi055 ceph-mon[183057]: failed to encode map e241 with expected crc 2023-10-14T00:05:01.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:00 smithi055 ceph-mon[185614]: failed to encode map e240 with expected crc 2023-10-14T00:05:01.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:00 smithi055 ceph-mon[185614]: failed to encode map e240 with expected crc 2023-10-14T00:05:01.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:00 smithi055 ceph-mon[185614]: failed to encode map e240 with expected crc 2023-10-14T00:05:01.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:00 smithi055 ceph-mon[185614]: osdmap e241: 8 total, 7 up, 8 in 2023-10-14T00:05:01.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:00 smithi055 ceph-mon[185614]: failed to encode map e241 with expected crc 2023-10-14T00:05:01.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:00 smithi055 ceph-mon[185614]: failed to encode map e241 with expected crc 2023-10-14T00:05:01.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:00 smithi055 ceph-mon[185614]: failed to encode map e241 with expected crc 2023-10-14T00:05:01.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:00 smithi055 ceph-mon[185614]: failed to encode map e241 with expected crc 2023-10-14T00:05:01.313 INFO:tasks.rados.rados.0.smithi055.stdout:1008: done (3 left) 2023-10-14T00:05:01.313 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 24 current snap is 85 2023-10-14T00:05:01.314 INFO:tasks.rados.rados.0.smithi055.stdout:1005: finishing write tid 2 to smithi055169533-49 2023-10-14T00:05:01.314 INFO:tasks.rados.rados.0.smithi055.stdout:1005: finishing write tid 3 to smithi055169533-49 2023-10-14T00:05:01.314 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 49 v 448 (ObjNum 334 snap 85 seq_num 334) dirty exists 2023-10-14T00:05:01.314 INFO:tasks.rados.rados.0.smithi055.stdout:1005: left oid 49 (ObjNum 334 snap 85 seq_num 334) 2023-10-14T00:05:01.314 INFO:tasks.rados.rados.0.smithi055.stdout:1006: finishing write tid 1 to smithi055169533-2 2023-10-14T00:05:01.315 INFO:tasks.rados.rados.0.smithi055.stdout:1006: finishing write tid 2 to smithi055169533-2 2023-10-14T00:05:01.315 INFO:tasks.rados.rados.0.smithi055.stdout:1006: finishing write tid 3 to smithi055169533-2 2023-10-14T00:05:01.315 INFO:tasks.rados.rados.0.smithi055.stdout:1006: finishing write tid 4 to smithi055169533-2 2023-10-14T00:05:01.315 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 2 v 326 (ObjNum 335 snap 85 seq_num 335) dirty exists 2023-10-14T00:05:01.315 INFO:tasks.rados.rados.0.smithi055.stdout:1006: left oid 2 (ObjNum 335 snap 85 seq_num 335) 2023-10-14T00:05:01.316 INFO:tasks.rados.rados.0.smithi055.stdout:1007: finishing write tid 1 to smithi055169533-35 2023-10-14T00:05:01.316 INFO:tasks.rados.rados.0.smithi055.stdout:1007: finishing write tid 2 to smithi055169533-35 2023-10-14T00:05:01.316 INFO:tasks.rados.rados.0.smithi055.stdout:1007: finishing write tid 3 to smithi055169533-35 2023-10-14T00:05:01.316 INFO:tasks.rados.rados.0.smithi055.stdout:1007: finishing write tid 4 to smithi055169533-35 2023-10-14T00:05:01.316 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 35 v 459 (ObjNum 336 snap 85 seq_num 336) dirty exists 2023-10-14T00:05:01.317 INFO:tasks.rados.rados.0.smithi055.stdout:1007: left oid 35 (ObjNum 336 snap 85 seq_num 336) 2023-10-14T00:05:01.317 INFO:tasks.rados.rados.0.smithi055.stdout:1009: seq_num 337 ranges {2588672=450560,3039232=401408} 2023-10-14T00:05:01.330 INFO:tasks.rados.rados.0.smithi055.stdout:1009: writing smithi055169533-24 from 2588672 to 3039232 tid 1 2023-10-14T00:05:01.334 INFO:tasks.rados.rados.0.smithi055.stdout:1009: writing smithi055169533-24 from 3039232 to 3440640 tid 2 2023-10-14T00:05:01.334 INFO:tasks.rados.rados.0.smithi055.stdout:1005: done (3 left) 2023-10-14T00:05:01.334 INFO:tasks.rados.rados.0.smithi055.stdout:1006: done (2 left) 2023-10-14T00:05:01.335 INFO:tasks.rados.rados.0.smithi055.stdout:1007: done (1 left) 2023-10-14T00:05:01.335 INFO:tasks.rados.rados.0.smithi055.stdout:1010: copy_from oid 42 from oid 49 current snap is 85 2023-10-14T00:05:01.335 INFO:tasks.rados.rados.0.smithi055.stdout:1011: snap_remove snap 83 2023-10-14T00:05:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:00 smithi082 ceph-mon[180771]: failed to encode map e240 with expected crc 2023-10-14T00:05:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:00 smithi082 ceph-mon[180771]: failed to encode map e240 with expected crc 2023-10-14T00:05:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:00 smithi082 ceph-mon[180771]: failed to encode map e240 with expected crc 2023-10-14T00:05:01.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:00 smithi082 ceph-mon[180771]: osdmap e241: 8 total, 7 up, 8 in 2023-10-14T00:05:01.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:00 smithi082 ceph-mon[180771]: failed to encode map e241 with expected crc 2023-10-14T00:05:01.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:00 smithi082 ceph-mon[180771]: failed to encode map e241 with expected crc 2023-10-14T00:05:01.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:00 smithi082 ceph-mon[180771]: failed to encode map e241 with expected crc 2023-10-14T00:05:01.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:00 smithi082 ceph-mon[180771]: failed to encode map e241 with expected crc 2023-10-14T00:05:01.518 INFO:journalctl@ceph.osd.0.smithi055.stdout:Oct 14 00:05:01 smithi055 bash[192394]: --> Failed to activate via raw: did not find any matching OSD to activate 2023-10-14T00:05:01.518 INFO:journalctl@ceph.osd.0.smithi055.stdout:Oct 14 00:05:01 smithi055 bash[192394]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2023-10-14T00:05:01.519 INFO:journalctl@ceph.osd.0.smithi055.stdout:Oct 14 00:05:01 smithi055 bash[192394]: 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-10-14T00:05:01.519 INFO:journalctl@ceph.osd.0.smithi055.stdout:Oct 14 00:05:01 smithi055 bash[192394]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-0/block 2023-10-14T00:05:01.519 INFO:journalctl@ceph.osd.0.smithi055.stdout:Oct 14 00:05:01 smithi055 bash[192394]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-0/block 2023-10-14T00:05:01.519 INFO:journalctl@ceph.osd.0.smithi055.stdout:Oct 14 00:05:01 smithi055 bash[192394]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2023-10-14T00:05:01.520 INFO:journalctl@ceph.osd.0.smithi055.stdout:Oct 14 00:05:01 smithi055 bash[192394]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2023-10-14T00:05:01.520 INFO:journalctl@ceph.osd.0.smithi055.stdout:Oct 14 00:05:01 smithi055 bash[192394]: --> ceph-volume lvm activate successful for osd ID: 0 2023-10-14T00:05:02.266 INFO:journalctl@ceph.osd.0.smithi055.stdout:Oct 14 00:05:01 smithi055 ceph-osd[192624]: -- 172.21.15.55:0/3465799787 <== mon.0 v2:172.21.15.55:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55efdb9864e0 con 0x55efdb957000 2023-10-14T00:05:02.267 INFO:journalctl@ceph.osd.0.smithi055.stdout:Oct 14 00:05:01 smithi055 bash[192606]: b8c02bf61b6982eaa724d8e2112fc17d22184797662bead5067da92279b7e0d4 2023-10-14T00:05:02.267 INFO:journalctl@ceph.osd.0.smithi055.stdout:Oct 14 00:05:01 smithi055 systemd[1]: Started Ceph osd.0 for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:05:02.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:01 smithi055 ceph-mon[185614]: failed to encode map e241 with expected crc 2023-10-14T00:05:02.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:01 smithi055 ceph-mon[185614]: failed to encode map e241 with expected crc 2023-10-14T00:05:02.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:01 smithi055 ceph-mon[185614]: pgmap v72: 121 pgs: 14 active+undersized+degraded, 39 active+undersized, 68 active+clean; 125 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 986 KiB/s wr, 6 op/s; 41/297 objects degraded (13.805%) 2023-10-14T00:05:02.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:01 smithi055 ceph-mon[185614]: Health check failed: Degraded data redundancy: 41/297 objects degraded (13.805%), 14 pgs degraded (PG_DEGRADED) 2023-10-14T00:05:02.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:01 smithi055 ceph-mon[185614]: failed to encode map e242 with expected crc 2023-10-14T00:05:02.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:01 smithi055 ceph-mon[185614]: osdmap e242: 8 total, 7 up, 8 in 2023-10-14T00:05:02.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:01 smithi055 ceph-mon[185614]: failed to encode map e242 with expected crc 2023-10-14T00:05:02.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:01 smithi055 ceph-mon[183057]: failed to encode map e241 with expected crc 2023-10-14T00:05:02.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:01 smithi055 ceph-mon[183057]: failed to encode map e241 with expected crc 2023-10-14T00:05:02.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:01 smithi055 ceph-mon[183057]: pgmap v72: 121 pgs: 14 active+undersized+degraded, 39 active+undersized, 68 active+clean; 125 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 986 KiB/s wr, 6 op/s; 41/297 objects degraded (13.805%) 2023-10-14T00:05:02.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:01 smithi055 ceph-mon[183057]: Health check failed: Degraded data redundancy: 41/297 objects degraded (13.805%), 14 pgs degraded (PG_DEGRADED) 2023-10-14T00:05:02.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:01 smithi055 ceph-mon[183057]: failed to encode map e242 with expected crc 2023-10-14T00:05:02.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:01 smithi055 ceph-mon[183057]: osdmap e242: 8 total, 7 up, 8 in 2023-10-14T00:05:02.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:01 smithi055 ceph-mon[183057]: failed to encode map e242 with expected crc 2023-10-14T00:05:02.323 INFO:tasks.rados.rados.0.smithi055.stdout:1011: done (2 left) 2023-10-14T00:05:02.323 INFO:tasks.rados.rados.0.smithi055.stdout:1012: snap_remove snap 84 2023-10-14T00:05:02.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:01 smithi082 ceph-mon[180771]: failed to encode map e241 with expected crc 2023-10-14T00:05:02.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:01 smithi082 ceph-mon[180771]: failed to encode map e241 with expected crc 2023-10-14T00:05:02.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:01 smithi082 ceph-mon[180771]: pgmap v72: 121 pgs: 14 active+undersized+degraded, 39 active+undersized, 68 active+clean; 125 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 986 KiB/s wr, 6 op/s; 41/297 objects degraded (13.805%) 2023-10-14T00:05:02.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:01 smithi082 ceph-mon[180771]: Health check failed: Degraded data redundancy: 41/297 objects degraded (13.805%), 14 pgs degraded (PG_DEGRADED) 2023-10-14T00:05:02.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:01 smithi082 ceph-mon[180771]: failed to encode map e242 with expected crc 2023-10-14T00:05:02.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:01 smithi082 ceph-mon[180771]: osdmap e242: 8 total, 7 up, 8 in 2023-10-14T00:05:02.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:01 smithi082 ceph-mon[180771]: failed to encode map e242 with expected crc 2023-10-14T00:05:02.767 INFO:journalctl@ceph.osd.0.smithi055.stdout:Oct 14 00:05:02 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-0[192620]: 2023-10-14T00:05:02.445+0000 7ff0a8f27640 -1 Falling back to public interface 2023-10-14T00:05:03.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:02 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:03.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:02 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:03.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:02 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:05:03.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:02 smithi055 ceph-mon[185614]: failed to encode map e243 with expected crc 2023-10-14T00:05:03.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:02 smithi055 ceph-mon[185614]: osdmap e243: 8 total, 7 up, 8 in 2023-10-14T00:05:03.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:02 smithi055 ceph-mon[185614]: pgmap v75: 121 pgs: 14 active+undersized+degraded, 39 active+undersized, 68 active+clean; 125 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 986 KiB/s wr, 6 op/s; 41/297 objects degraded (13.805%) 2023-10-14T00:05:03.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:02 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:03.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:02 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:03.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:02 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:05:03.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:02 smithi055 ceph-mon[183057]: failed to encode map e243 with expected crc 2023-10-14T00:05:03.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:02 smithi055 ceph-mon[183057]: osdmap e243: 8 total, 7 up, 8 in 2023-10-14T00:05:03.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:02 smithi055 ceph-mon[183057]: pgmap v75: 121 pgs: 14 active+undersized+degraded, 39 active+undersized, 68 active+clean; 125 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 986 KiB/s wr, 6 op/s; 41/297 objects degraded (13.805%) 2023-10-14T00:05:03.347 INFO:tasks.rados.rados.0.smithi055.stdout:1012: done (2 left) 2023-10-14T00:05:03.347 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 5 current snap is 85 2023-10-14T00:05:03.347 INFO:tasks.rados.rados.0.smithi055.stdout:1009: finishing write tid 1 to smithi055169533-24 2023-10-14T00:05:03.348 INFO:tasks.rados.rados.0.smithi055.stdout:1013: seq_num 338 ranges {2170880=466944,2637824=401408} 2023-10-14T00:05:03.362 INFO:tasks.rados.rados.0.smithi055.stdout:1013: writing smithi055169533-5 from 2170880 to 2637824 tid 1 2023-10-14T00:05:03.365 INFO:tasks.rados.rados.0.smithi055.stdout:1013: writing smithi055169533-5 from 2637824 to 3039232 tid 2 2023-10-14T00:05:03.365 INFO:tasks.rados.rados.0.smithi055.stdout:1014: read oid 40 snap -1 2023-10-14T00:05:03.366 INFO:tasks.rados.rados.0.smithi055.stdout:1014: expect (ObjNum 245 snap 56 seq_num 245) 2023-10-14T00:05:03.366 INFO:tasks.rados.rados.0.smithi055.stdout:1015: setattr oid 6 current snap is 85 2023-10-14T00:05:03.366 INFO:tasks.rados.rados.0.smithi055.stdout:1009: finishing write tid 2 to smithi055169533-24 2023-10-14T00:05:03.366 INFO:tasks.rados.rados.0.smithi055.stdout:1009: finishing write tid 3 to smithi055169533-24 2023-10-14T00:05:03.367 INFO:tasks.rados.rados.0.smithi055.stdout:1009: finishing write tid 4 to smithi055169533-24 2023-10-14T00:05:03.367 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 24 v 246 (ObjNum 337 snap 85 seq_num 337) dirty exists 2023-10-14T00:05:03.367 INFO:tasks.rados.rados.0.smithi055.stdout:1009: left oid 24 (ObjNum 337 snap 85 seq_num 337) 2023-10-14T00:05:03.367 INFO:tasks.rados.rados.0.smithi055.stdout:1010: finishing copy_from to smithi055169533-42 2023-10-14T00:05:03.367 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 42 v 448 (ObjNum 334 snap 85 seq_num 334) dirty exists 2023-10-14T00:05:03.368 INFO:tasks.rados.rados.0.smithi055.stdout:1010: finishing copy_from racing read to smithi055169533-42 2023-10-14T00:05:03.368 INFO:tasks.rados.rados.0.smithi055.stdout:1013: finishing write tid 1 to smithi055169533-5 2023-10-14T00:05:03.369 INFO:tasks.rados.rados.0.smithi055.stdout:1013: finishing write tid 2 to smithi055169533-5 2023-10-14T00:05:03.369 INFO:tasks.rados.rados.0.smithi055.stdout:1013: finishing write tid 3 to smithi055169533-5 2023-10-14T00:05:03.369 INFO:tasks.rados.rados.0.smithi055.stdout:1009: done (4 left) 2023-10-14T00:05:03.369 INFO:tasks.rados.rados.0.smithi055.stdout:1010: done (3 left) 2023-10-14T00:05:03.369 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 13 current snap is 85 2023-10-14T00:05:03.370 INFO:tasks.rados.rados.0.smithi055.stdout:1016: seq_num 339 ranges {901120=483328,1384448=401408} 2023-10-14T00:05:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:02 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:02 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:02 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:05:03.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:02 smithi082 ceph-mon[180771]: failed to encode map e243 with expected crc 2023-10-14T00:05:03.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:02 smithi082 ceph-mon[180771]: osdmap e243: 8 total, 7 up, 8 in 2023-10-14T00:05:03.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:02 smithi082 ceph-mon[180771]: pgmap v75: 121 pgs: 14 active+undersized+degraded, 39 active+undersized, 68 active+clean; 125 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 986 KiB/s wr, 6 op/s; 41/297 objects degraded (13.805%) 2023-10-14T00:05:03.377 INFO:tasks.rados.rados.0.smithi055.stdout:1016: writing smithi055169533-13 from 901120 to 1384448 tid 1 2023-10-14T00:05:03.379 INFO:tasks.rados.rados.0.smithi055.stdout:1016: writing smithi055169533-13 from 1384448 to 1785856 tid 2 2023-10-14T00:05:03.379 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 38 current snap is 85 2023-10-14T00:05:03.380 INFO:tasks.rados.rados.0.smithi055.stdout:1013: finishing write tid 4 to smithi055169533-5 2023-10-14T00:05:03.380 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 5 v 329 (ObjNum 338 snap 85 seq_num 338) dirty exists 2023-10-14T00:05:03.380 INFO:tasks.rados.rados.0.smithi055.stdout:1013: left oid 5 (ObjNum 338 snap 85 seq_num 338) 2023-10-14T00:05:03.381 INFO:tasks.rados.rados.0.smithi055.stdout:1014: expect (ObjNum 245 snap 56 seq_num 245) 2023-10-14T00:05:03.424 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 6 v 247 (ObjNum 273 snap 0 seq_num 0) dirty exists 2023-10-14T00:05:03.425 INFO:tasks.rados.rados.0.smithi055.stdout:1016: finishing write tid 1 to smithi055169533-13 2023-10-14T00:05:03.425 INFO:tasks.rados.rados.0.smithi055.stdout:1017: seq_num 340 ranges {999424=499712,1499136=401408} 2023-10-14T00:05:03.434 INFO:tasks.rados.rados.0.smithi055.stdout:1017: writing smithi055169533-38 from 999424 to 1499136 tid 1 2023-10-14T00:05:03.437 INFO:tasks.rados.rados.0.smithi055.stdout:1017: writing smithi055169533-38 from 1499136 to 1900544 tid 2 2023-10-14T00:05:03.437 INFO:tasks.rados.rados.0.smithi055.stdout:1013: done (4 left) 2023-10-14T00:05:03.438 INFO:tasks.rados.rados.0.smithi055.stdout:1014: done (3 left) 2023-10-14T00:05:03.438 INFO:tasks.rados.rados.0.smithi055.stdout:1015: done (2 left) 2023-10-14T00:05:03.438 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 44 current snap is 85 2023-10-14T00:05:03.438 INFO:tasks.rados.rados.0.smithi055.stdout:1016: finishing write tid 2 to smithi055169533-13 2023-10-14T00:05:03.438 INFO:tasks.rados.rados.0.smithi055.stdout:1016: finishing write tid 3 to smithi055169533-13 2023-10-14T00:05:03.439 INFO:tasks.rados.rados.0.smithi055.stdout:1016: finishing write tid 4 to smithi055169533-13 2023-10-14T00:05:03.439 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 13 v 163 (ObjNum 339 snap 85 seq_num 339) dirty exists 2023-10-14T00:05:03.439 INFO:tasks.rados.rados.0.smithi055.stdout:1016: left oid 13 (ObjNum 339 snap 85 seq_num 339) 2023-10-14T00:05:03.439 INFO:tasks.rados.rados.0.smithi055.stdout:1018: seq_num 341 ranges {0=516096,516096=401408} 2023-10-14T00:05:03.440 INFO:tasks.rados.rados.0.smithi055.stdout:1018: writing smithi055169533-44 from 0 to 516096 tid 1 2023-10-14T00:05:03.443 INFO:tasks.rados.rados.0.smithi055.stdout:1018: writing smithi055169533-44 from 516096 to 917504 tid 2 2023-10-14T00:05:03.443 INFO:tasks.rados.rados.0.smithi055.stdout:1016: done (2 left) 2023-10-14T00:05:03.443 INFO:tasks.rados.rados.0.smithi055.stdout:1019: snap_remove snap 81 2023-10-14T00:05:04.362 INFO:tasks.rados.rados.0.smithi055.stdout:1019: done (2 left) 2023-10-14T00:05:04.362 INFO:tasks.rados.rados.0.smithi055.stdout:1020: setattr oid 37 current snap is 85 2023-10-14T00:05:04.366 INFO:tasks.rados.rados.0.smithi055.stdout:1021: rollback oid 30 current snap is 85 2023-10-14T00:05:04.366 INFO:tasks.rados.rados.0.smithi055.stdout:1021: done (3 left) 2023-10-14T00:05:04.366 INFO:tasks.rados.rados.0.smithi055.stdout:1022: read oid 18 snap -1 2023-10-14T00:05:04.366 INFO:tasks.rados.rados.0.smithi055.stdout:1022: expect (ObjNum 308 snap 79 seq_num 308) 2023-10-14T00:05:04.367 INFO:tasks.rados.rados.0.smithi055.stdout:1023: read oid 27 snap -1 2023-10-14T00:05:04.367 INFO:tasks.rados.rados.0.smithi055.stdout:1023: expect (ObjNum 288 snap 71 seq_num 288) 2023-10-14T00:05:04.367 INFO:tasks.rados.rados.0.smithi055.stdout:1024: read oid 45 snap -1 2023-10-14T00:05:04.367 INFO:tasks.rados.rados.0.smithi055.stdout:1024: expect deleted 2023-10-14T00:05:04.368 INFO:tasks.rados.rados.0.smithi055.stdout:1025: copy_from oid 33 from oid 16 current snap is 85 2023-10-14T00:05:04.368 INFO:tasks.rados.rados.0.smithi055.stdout:1026: snap_create 2023-10-14T00:05:04.368 INFO:tasks.rados.rados.0.smithi055.stdout:1017: finishing write tid 1 to smithi055169533-38 2023-10-14T00:05:04.368 INFO:tasks.rados.rados.0.smithi055.stdout:1017: finishing write tid 2 to smithi055169533-38 2023-10-14T00:05:04.368 INFO:tasks.rados.rados.0.smithi055.stdout:1017: finishing write tid 3 to smithi055169533-38 2023-10-14T00:05:04.369 INFO:tasks.rados.rados.0.smithi055.stdout:1017: finishing write tid 4 to smithi055169533-38 2023-10-14T00:05:04.369 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 38 v 169 (ObjNum 340 snap 85 seq_num 340) dirty exists 2023-10-14T00:05:04.369 INFO:tasks.rados.rados.0.smithi055.stdout:1017: left oid 38 (ObjNum 340 snap 85 seq_num 340) 2023-10-14T00:05:04.369 INFO:tasks.rados.rados.0.smithi055.stdout:1018: finishing write tid 1 to smithi055169533-44 2023-10-14T00:05:04.369 INFO:tasks.rados.rados.0.smithi055.stdout:1018: finishing write tid 2 to smithi055169533-44 2023-10-14T00:05:04.370 INFO:tasks.rados.rados.0.smithi055.stdout:1018: finishing write tid 3 to smithi055169533-44 2023-10-14T00:05:04.370 INFO:tasks.rados.rados.0.smithi055.stdout:1018: finishing write tid 4 to smithi055169533-44 2023-10-14T00:05:04.370 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 44 v 326 (ObjNum 341 snap 85 seq_num 341) dirty exists 2023-10-14T00:05:04.370 INFO:tasks.rados.rados.0.smithi055.stdout:1018: left oid 44 (ObjNum 341 snap 85 seq_num 341) 2023-10-14T00:05:04.377 INFO:tasks.rados.rados.0.smithi055.stdout:1022: expect (ObjNum 308 snap 79 seq_num 308) 2023-10-14T00:05:04.416 INFO:tasks.rados.rados.0.smithi055.stdout:1025: finishing copy_from to smithi055169533-33 2023-10-14T00:05:04.416 INFO:tasks.rados.rados.0.smithi055.stdout:1025: got expected ENOENT (src dne) 2023-10-14T00:05:04.417 INFO:tasks.rados.rados.0.smithi055.stdout:1025: finishing copy_from racing read to smithi055169533-33 2023-10-14T00:05:04.417 INFO:tasks.rados.rados.0.smithi055.stdout:1023: expect (ObjNum 288 snap 71 seq_num 288) 2023-10-14T00:05:04.417 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 37 v 330 (ObjNum 305 snap 77 seq_num 305) dirty exists 2023-10-14T00:05:04.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:04 smithi055 ceph-mon[185614]: failed to encode map e244 with expected crc 2023-10-14T00:05:04.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:04 smithi055 ceph-mon[185614]: failed to encode map e244 with expected crc 2023-10-14T00:05:04.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:04 smithi055 ceph-mon[185614]: osdmap e244: 8 total, 7 up, 8 in 2023-10-14T00:05:04.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:04 smithi055 ceph-mon[183057]: failed to encode map e244 with expected crc 2023-10-14T00:05:04.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:04 smithi055 ceph-mon[183057]: failed to encode map e244 with expected crc 2023-10-14T00:05:04.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:04 smithi055 ceph-mon[183057]: osdmap e244: 8 total, 7 up, 8 in 2023-10-14T00:05:04.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:04 smithi082 ceph-mon[180771]: failed to encode map e244 with expected crc 2023-10-14T00:05:04.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:04 smithi082 ceph-mon[180771]: failed to encode map e244 with expected crc 2023-10-14T00:05:04.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:04 smithi082 ceph-mon[180771]: osdmap e244: 8 total, 7 up, 8 in 2023-10-14T00:05:05.363 INFO:journalctl@ceph.osd.0.smithi055.stdout:Oct 14 00:05:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-0[192620]: 2023-10-14T00:05:05.268+0000 7ff0a8f27640 -1 osd.0 0 read_superblock omap replica is missing. 2023-10-14T00:05:05.363 INFO:journalctl@ceph.osd.0.smithi055.stdout:Oct 14 00:05:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-0[192620]: 2023-10-14T00:05:05.320+0000 7ff0a8f27640 -1 osd.0 238 log_to_monitors true 2023-10-14T00:05:05.364 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:05:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:05:05] "GET /metrics HTTP/1.1" 200 36003 "" "Prometheus/2.43.0" 2023-10-14T00:05:05.364 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:05 smithi055 ceph-mon[183057]: failed to encode map e245 with expected crc 2023-10-14T00:05:05.364 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:05 smithi055 ceph-mon[183057]: failed to encode map e245 with expected crc 2023-10-14T00:05:05.364 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:05 smithi055 ceph-mon[183057]: osdmap e245: 8 total, 7 up, 8 in 2023-10-14T00:05:05.365 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:05 smithi055 ceph-mon[183057]: failed to encode map e245 with expected crc 2023-10-14T00:05:05.365 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:05 smithi055 ceph-mon[183057]: failed to encode map e245 with expected crc 2023-10-14T00:05:05.365 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:05 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:05.365 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:05 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:05.365 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:05 smithi055 ceph-mon[183057]: pgmap v78: 121 pgs: 14 active+undersized+degraded, 39 active+undersized, 68 active+clean; 125 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 41/297 objects degraded (13.805%) 2023-10-14T00:05:05.366 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:05 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:05.366 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:05 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:05.366 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:05 smithi055 ceph-mon[183057]: from='osd.0 [v2:172.21.15.55:6802/3071707524,v1:172.21.15.55:6803/3071707524]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-14T00:05:05.366 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:05 smithi055 ceph-mon[183057]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-14T00:05:05.367 INFO:tasks.rados.rados.0.smithi055.stdout:1017: done (7 left) 2023-10-14T00:05:05.368 INFO:tasks.rados.rados.0.smithi055.stdout:1018: done (6 left) 2023-10-14T00:05:05.368 INFO:tasks.rados.rados.0.smithi055.stdout:1020: done (5 left) 2023-10-14T00:05:05.368 INFO:tasks.rados.rados.0.smithi055.stdout:1022: done (4 left) 2023-10-14T00:05:05.368 INFO:tasks.rados.rados.0.smithi055.stdout:1023: done (3 left) 2023-10-14T00:05:05.368 INFO:tasks.rados.rados.0.smithi055.stdout:1024: done (2 left) 2023-10-14T00:05:05.369 INFO:tasks.rados.rados.0.smithi055.stdout:1025: done (1 left) 2023-10-14T00:05:05.369 INFO:tasks.rados.rados.0.smithi055.stdout:1026: done (0 left) 2023-10-14T00:05:05.369 INFO:tasks.rados.rados.0.smithi055.stdout:1027: setattr oid 14 current snap is 86 2023-10-14T00:05:05.369 INFO:tasks.rados.rados.0.smithi055.stdout:1028: rollback oid 9 current snap is 86 2023-10-14T00:05:05.370 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 9 to 85 2023-10-14T00:05:05.370 INFO:tasks.rados.rados.0.smithi055.stdout:1029: rollback oid 29 current snap is 86 2023-10-14T00:05:05.370 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 29 to 85 2023-10-14T00:05:05.370 INFO:tasks.rados.rados.0.smithi055.stdout:1030: read oid 17 snap -1 2023-10-14T00:05:05.370 INFO:tasks.rados.rados.0.smithi055.stdout:1030: expect (ObjNum 327 snap 84 seq_num 327) 2023-10-14T00:05:05.371 INFO:tasks.rados.rados.0.smithi055.stdout:1031: snap_create 2023-10-14T00:05:05.376 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 14 v 248 (ObjNum 4113 snap 0 seq_num 1528750784) dirty exists 2023-10-14T00:05:05.377 INFO:tasks.rados.rados.0.smithi055.stdout:1028: finishing rollback tid 1 to smithi055169533-9 2023-10-14T00:05:05.377 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 9 v 0 (ObjNum 289 snap 0 seq_num 1) dirty dne 2023-10-14T00:05:05.377 INFO:tasks.rados.rados.0.smithi055.stdout:1029: finishing rollback tid 1 to smithi055169533-29 2023-10-14T00:05:05.378 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 29 v 0 (ObjNum 289 snap 0 seq_num 43707909) dirty dne 2023-10-14T00:05:05.389 INFO:tasks.rados.rados.0.smithi055.stdout:1030: expect (ObjNum 327 snap 84 seq_num 327) 2023-10-14T00:05:05.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:05 smithi082 ceph-mon[180771]: failed to encode map e245 with expected crc 2023-10-14T00:05:05.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:05 smithi082 ceph-mon[180771]: failed to encode map e245 with expected crc 2023-10-14T00:05:05.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:05 smithi082 ceph-mon[180771]: osdmap e245: 8 total, 7 up, 8 in 2023-10-14T00:05:05.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:05 smithi082 ceph-mon[180771]: failed to encode map e245 with expected crc 2023-10-14T00:05:05.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:05 smithi082 ceph-mon[180771]: failed to encode map e245 with expected crc 2023-10-14T00:05:05.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:05 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:05.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:05 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:05.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:05 smithi082 ceph-mon[180771]: pgmap v78: 121 pgs: 14 active+undersized+degraded, 39 active+undersized, 68 active+clean; 125 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 41/297 objects degraded (13.805%) 2023-10-14T00:05:05.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:05 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:05.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:05 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:05.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:05 smithi082 ceph-mon[180771]: from='osd.0 [v2:172.21.15.55:6802/3071707524,v1:172.21.15.55:6803/3071707524]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-14T00:05:05.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:05 smithi082 ceph-mon[180771]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-14T00:05:05.644 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:05 smithi055 ceph-mon[185614]: failed to encode map e245 with expected crc 2023-10-14T00:05:05.645 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:05 smithi055 ceph-mon[185614]: failed to encode map e245 with expected crc 2023-10-14T00:05:05.645 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:05 smithi055 ceph-mon[185614]: osdmap e245: 8 total, 7 up, 8 in 2023-10-14T00:05:05.645 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:05 smithi055 ceph-mon[185614]: failed to encode map e245 with expected crc 2023-10-14T00:05:05.645 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:05 smithi055 ceph-mon[185614]: failed to encode map e245 with expected crc 2023-10-14T00:05:05.646 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:05 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:05.646 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:05 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:05.646 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:05 smithi055 ceph-mon[185614]: pgmap v78: 121 pgs: 14 active+undersized+degraded, 39 active+undersized, 68 active+clean; 125 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 41/297 objects degraded (13.805%) 2023-10-14T00:05:05.646 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:05 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:05.646 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:05 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:05.647 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:05 smithi055 ceph-mon[185614]: from='osd.0 [v2:172.21.15.55:6802/3071707524,v1:172.21.15.55:6803/3071707524]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-14T00:05:05.647 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:05 smithi055 ceph-mon[185614]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-14T00:05:05.647 INFO:journalctl@ceph.osd.0.smithi055.stdout:Oct 14 00:05:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-0[192620]: 2023-10-14T00:05:05.406+0000 7ff098390700 -1 osd.0 238 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-10-14T00:05:06.379 INFO:tasks.rados.rados.0.smithi055.stdout:1027: done (4 left) 2023-10-14T00:05:06.379 INFO:tasks.rados.rados.0.smithi055.stdout:1028: done (3 left) 2023-10-14T00:05:06.380 INFO:tasks.rados.rados.0.smithi055.stdout:1029: done (2 left) 2023-10-14T00:05:06.380 INFO:tasks.rados.rados.0.smithi055.stdout:1030: done (1 left) 2023-10-14T00:05:06.380 INFO:tasks.rados.rados.0.smithi055.stdout:1031: done (0 left) 2023-10-14T00:05:06.380 INFO:tasks.rados.rados.0.smithi055.stdout:1032: copy_from oid 2 from oid 18 current snap is 87 2023-10-14T00:05:06.380 INFO:tasks.rados.rados.0.smithi055.stdout:1033: snap_create 2023-10-14T00:05:06.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:06 smithi082 ceph-mon[180771]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-10-14T00:05:06.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:06 smithi082 ceph-mon[180771]: failed to encode map e246 with expected crc 2023-10-14T00:05:06.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:06 smithi082 ceph-mon[180771]: failed to encode map e246 with expected crc 2023-10-14T00:05:06.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:06 smithi082 ceph-mon[180771]: osdmap e246: 8 total, 7 up, 8 in 2023-10-14T00:05:06.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:06 smithi082 ceph-mon[180771]: from='osd.0 [v2:172.21.15.55:6802/3071707524,v1:172.21.15.55:6803/3071707524]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2023-10-14T00:05:06.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:06 smithi082 ceph-mon[180771]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2023-10-14T00:05:06.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:06 smithi082 ceph-mon[180771]: failed to encode map e246 with expected crc 2023-10-14T00:05:06.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:06 smithi082 ceph-mon[180771]: failed to encode map e246 with expected crc 2023-10-14T00:05:06.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:06 smithi082 ceph-mon[180771]: failed to encode map e246 with expected crc 2023-10-14T00:05:06.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:06 smithi055 ceph-mon[183057]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-10-14T00:05:06.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:06 smithi055 ceph-mon[183057]: failed to encode map e246 with expected crc 2023-10-14T00:05:06.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:06 smithi055 ceph-mon[183057]: failed to encode map e246 with expected crc 2023-10-14T00:05:06.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:06 smithi055 ceph-mon[183057]: osdmap e246: 8 total, 7 up, 8 in 2023-10-14T00:05:06.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:06 smithi055 ceph-mon[183057]: from='osd.0 [v2:172.21.15.55:6802/3071707524,v1:172.21.15.55:6803/3071707524]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2023-10-14T00:05:06.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:06 smithi055 ceph-mon[183057]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2023-10-14T00:05:06.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:06 smithi055 ceph-mon[183057]: failed to encode map e246 with expected crc 2023-10-14T00:05:06.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:06 smithi055 ceph-mon[183057]: failed to encode map e246 with expected crc 2023-10-14T00:05:06.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:06 smithi055 ceph-mon[183057]: failed to encode map e246 with expected crc 2023-10-14T00:05:06.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:06 smithi055 ceph-mon[185614]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-10-14T00:05:06.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:06 smithi055 ceph-mon[185614]: failed to encode map e246 with expected crc 2023-10-14T00:05:06.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:06 smithi055 ceph-mon[185614]: failed to encode map e246 with expected crc 2023-10-14T00:05:06.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:06 smithi055 ceph-mon[185614]: osdmap e246: 8 total, 7 up, 8 in 2023-10-14T00:05:06.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:06 smithi055 ceph-mon[185614]: from='osd.0 [v2:172.21.15.55:6802/3071707524,v1:172.21.15.55:6803/3071707524]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2023-10-14T00:05:06.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:06 smithi055 ceph-mon[185614]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2023-10-14T00:05:06.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:06 smithi055 ceph-mon[185614]: failed to encode map e246 with expected crc 2023-10-14T00:05:06.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:06 smithi055 ceph-mon[185614]: failed to encode map e246 with expected crc 2023-10-14T00:05:06.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:06 smithi055 ceph-mon[185614]: failed to encode map e246 with expected crc 2023-10-14T00:05:07.397 INFO:tasks.rados.rados.0.smithi055.stdout:1033: done (1 left) 2023-10-14T00:05:07.397 INFO:tasks.rados.rados.0.smithi055.stdout:1034: read oid 24 snap -1 2023-10-14T00:05:07.397 INFO:tasks.rados.rados.0.smithi055.stdout:1034: expect (ObjNum 337 snap 85 seq_num 337) 2023-10-14T00:05:07.397 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 8 current snap is 88 2023-10-14T00:05:07.398 INFO:tasks.rados.rados.0.smithi055.stdout:1035: seq_num 342 ranges {5849088=532480,6381568=401408} 2023-10-14T00:05:07.436 INFO:tasks.rados.rados.0.smithi055.stdout:1035: writing smithi055169533-8 from 5849088 to 6381568 tid 1 2023-10-14T00:05:07.439 INFO:tasks.rados.rados.0.smithi055.stdout:1035: writing smithi055169533-8 from 6381568 to 6782976 tid 2 2023-10-14T00:05:07.439 INFO:tasks.rados.rados.0.smithi055.stdout:1036: snap_create 2023-10-14T00:05:07.444 INFO:tasks.rados.rados.0.smithi055.stdout:1035: finishing write tid 1 to smithi055169533-8 2023-10-14T00:05:07.446 INFO:tasks.rados.rados.0.smithi055.stdout:1035: finishing write tid 2 to smithi055169533-8 2023-10-14T00:05:07.455 INFO:tasks.rados.rados.0.smithi055.stdout:1034: expect (ObjNum 337 snap 85 seq_num 337) 2023-10-14T00:05:07.607 INFO:tasks.rados.rados.0.smithi055.stdout:1035: finishing write tid 3 to smithi055169533-8 2023-10-14T00:05:07.608 INFO:tasks.rados.rados.0.smithi055.stdout:1035: finishing write tid 4 to smithi055169533-8 2023-10-14T00:05:07.608 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 8 v 340 (ObjNum 342 snap 88 seq_num 342) dirty exists 2023-10-14T00:05:07.608 INFO:tasks.rados.rados.0.smithi055.stdout:1035: left oid 8 (ObjNum 342 snap 88 seq_num 342) 2023-10-14T00:05:07.608 INFO:tasks.rados.rados.0.smithi055.stdout:1032: finishing copy_from to smithi055169533-2 2023-10-14T00:05:07.609 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 2 v 155 (ObjNum 308 snap 79 seq_num 308) dirty exists 2023-10-14T00:05:07.609 INFO:tasks.rados.rados.0.smithi055.stdout:1032: finishing copy_from racing read to smithi055169533-2 2023-10-14T00:05:07.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:07 smithi082 ceph-mon[180771]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-10-14T00:05:07.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:07 smithi082 ceph-mon[180771]: failed to encode map e247 with expected crc 2023-10-14T00:05:07.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:07 smithi082 ceph-mon[180771]: osd.0 [v2:172.21.15.55:6802/3071707524,v1:172.21.15.55:6803/3071707524] boot 2023-10-14T00:05:07.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:07 smithi082 ceph-mon[180771]: osdmap e247: 8 total, 8 up, 8 in 2023-10-14T00:05:07.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:07 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-14T00:05:07.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:07 smithi082 ceph-mon[180771]: failed to encode map e247 with expected crc 2023-10-14T00:05:07.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:07 smithi082 ceph-mon[180771]: pgmap v81: 121 pgs: 14 active+undersized+degraded, 39 active+undersized, 68 active+clean; 123 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 MiB/s rd, 4.5 MiB/s wr, 32 op/s; 47/249 objects degraded (18.876%) 2023-10-14T00:05:07.698 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:07 smithi055 ceph-mon[185614]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-10-14T00:05:07.698 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:07 smithi055 ceph-mon[185614]: failed to encode map e247 with expected crc 2023-10-14T00:05:07.699 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:07 smithi055 ceph-mon[185614]: osd.0 [v2:172.21.15.55:6802/3071707524,v1:172.21.15.55:6803/3071707524] boot 2023-10-14T00:05:07.699 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:07 smithi055 ceph-mon[185614]: osdmap e247: 8 total, 8 up, 8 in 2023-10-14T00:05:07.699 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:07 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-14T00:05:07.699 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:07 smithi055 ceph-mon[185614]: failed to encode map e247 with expected crc 2023-10-14T00:05:07.699 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:07 smithi055 ceph-mon[185614]: pgmap v81: 121 pgs: 14 active+undersized+degraded, 39 active+undersized, 68 active+clean; 123 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 MiB/s rd, 4.5 MiB/s wr, 32 op/s; 47/249 objects degraded (18.876%) 2023-10-14T00:05:07.700 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:07 smithi055 ceph-mon[183057]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-10-14T00:05:07.700 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:07 smithi055 ceph-mon[183057]: failed to encode map e247 with expected crc 2023-10-14T00:05:07.700 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:07 smithi055 ceph-mon[183057]: osd.0 [v2:172.21.15.55:6802/3071707524,v1:172.21.15.55:6803/3071707524] boot 2023-10-14T00:05:07.700 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:07 smithi055 ceph-mon[183057]: osdmap e247: 8 total, 8 up, 8 in 2023-10-14T00:05:07.701 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:07 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-14T00:05:07.701 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:07 smithi055 ceph-mon[183057]: failed to encode map e247 with expected crc 2023-10-14T00:05:07.701 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:07 smithi055 ceph-mon[183057]: pgmap v81: 121 pgs: 14 active+undersized+degraded, 39 active+undersized, 68 active+clean; 123 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 MiB/s rd, 4.5 MiB/s wr, 32 op/s; 47/249 objects degraded (18.876%) 2023-10-14T00:05:08.016 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:05:07 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:05:07.922+0000 7fd8bf982700 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (18 PGs are or would become offline) 2023-10-14T00:05:08.403 INFO:tasks.rados.rados.0.smithi055.stdout:1032: done (3 left) 2023-10-14T00:05:08.403 INFO:tasks.rados.rados.0.smithi055.stdout:1034: done (2 left) 2023-10-14T00:05:08.403 INFO:tasks.rados.rados.0.smithi055.stdout:1035: done (1 left) 2023-10-14T00:05:08.403 INFO:tasks.rados.rados.0.smithi055.stdout:1036: done (0 left) 2023-10-14T00:05:08.404 INFO:tasks.rados.rados.0.smithi055.stdout:1037: copy_from oid 44 from oid 47 current snap is 89 2023-10-14T00:05:08.404 INFO:tasks.rados.rados.0.smithi055.stdout:1038: copy_from oid 18 from oid 21 current snap is 89 2023-10-14T00:05:08.404 INFO:tasks.rados.rados.0.smithi055.stdout:1039: snap_create 2023-10-14T00:05:08.415 INFO:tasks.rados.rados.0.smithi055.stdout:1037: finishing copy_from to smithi055169533-44 2023-10-14T00:05:08.415 INFO:tasks.rados.rados.0.smithi055.stdout:1037: got expected ENOENT (src dne) 2023-10-14T00:05:08.415 INFO:tasks.rados.rados.0.smithi055.stdout:1037: finishing copy_from racing read to smithi055169533-44 2023-10-14T00:05:08.421 INFO:tasks.rados.rados.0.smithi055.stdout:1038: finishing copy_from to smithi055169533-18 2023-10-14T00:05:08.422 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 18 v 164 (ObjNum 319 snap 82 seq_num 319) dirty exists 2023-10-14T00:05:08.422 INFO:tasks.rados.rados.0.smithi055.stdout:1038: finishing copy_from racing read to smithi055169533-18 2023-10-14T00:05:08.661 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:08 smithi082 ceph-mon[180771]: Health check update: Degraded data redundancy: 47/249 objects degraded (18.876%), 14 pgs degraded (PG_DEGRADED) 2023-10-14T00:05:08.662 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:08 smithi082 ceph-mon[180771]: failed to encode map e248 with expected crc 2023-10-14T00:05:08.662 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:08 smithi082 ceph-mon[180771]: failed to encode map e248 with expected crc 2023-10-14T00:05:08.662 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:08 smithi082 ceph-mon[180771]: osdmap e248: 8 total, 8 up, 8 in 2023-10-14T00:05:08.662 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:08 smithi082 ceph-mon[180771]: failed to encode map e248 with expected crc 2023-10-14T00:05:08.663 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:08 smithi082 ceph-mon[180771]: failed to encode map e248 with expected crc 2023-10-14T00:05:08.663 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:08 smithi082 ceph-mon[180771]: failed to encode map e248 with expected crc 2023-10-14T00:05:08.663 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:08 smithi082 ceph-mon[180771]: failed to encode map e248 with expected crc 2023-10-14T00:05:08.663 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:08 smithi082 ceph-mon[180771]: failed to encode map e248 with expected crc 2023-10-14T00:05:08.663 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:08 smithi082 ceph-mon[180771]: failed to encode map e248 with expected crc 2023-10-14T00:05:08.664 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:08 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:08.664 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:08 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:08.664 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:08 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:05:08.664 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:08 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:05:08.664 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:08 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:08.664 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:08 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:05:08.665 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:08 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:05:08.665 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:08 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:05:08.665 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:08 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:05:08.665 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:08 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-10-14T00:05:08.665 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:08 smithi082 ceph-mon[180771]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-10-14T00:05:08.666 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:08 smithi082 ceph-mon[180771]: Upgrade: unsafe to stop osd(s) at this time (18 PGs are or would become offline) 2023-10-14T00:05:08.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:08 smithi055 ceph-mon[183057]: Health check update: Degraded data redundancy: 47/249 objects degraded (18.876%), 14 pgs degraded (PG_DEGRADED) 2023-10-14T00:05:08.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:08 smithi055 ceph-mon[183057]: failed to encode map e248 with expected crc 2023-10-14T00:05:08.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:08 smithi055 ceph-mon[183057]: failed to encode map e248 with expected crc 2023-10-14T00:05:08.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:08 smithi055 ceph-mon[183057]: osdmap e248: 8 total, 8 up, 8 in 2023-10-14T00:05:08.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:08 smithi055 ceph-mon[183057]: failed to encode map e248 with expected crc 2023-10-14T00:05:08.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:08 smithi055 ceph-mon[183057]: failed to encode map e248 with expected crc 2023-10-14T00:05:08.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:08 smithi055 ceph-mon[183057]: failed to encode map e248 with expected crc 2023-10-14T00:05:08.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:08 smithi055 ceph-mon[183057]: failed to encode map e248 with expected crc 2023-10-14T00:05:08.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:08 smithi055 ceph-mon[183057]: failed to encode map e248 with expected crc 2023-10-14T00:05:08.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:08 smithi055 ceph-mon[183057]: failed to encode map e248 with expected crc 2023-10-14T00:05:08.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:08 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:08.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:08 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:08.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:08 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:05:08.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:08 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:05:08.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:08 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:08.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:08 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:05:08.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:08 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:05:08.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:08 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:05:08.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:08 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:05:08.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:08 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-10-14T00:05:08.771 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:08 smithi055 ceph-mon[183057]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-10-14T00:05:08.771 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:08 smithi055 ceph-mon[183057]: Upgrade: unsafe to stop osd(s) at this time (18 PGs are or would become offline) 2023-10-14T00:05:08.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:08 smithi055 ceph-mon[185614]: Health check update: Degraded data redundancy: 47/249 objects degraded (18.876%), 14 pgs degraded (PG_DEGRADED) 2023-10-14T00:05:08.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:08 smithi055 ceph-mon[185614]: failed to encode map e248 with expected crc 2023-10-14T00:05:08.772 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:08 smithi055 ceph-mon[185614]: failed to encode map e248 with expected crc 2023-10-14T00:05:08.772 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:08 smithi055 ceph-mon[185614]: osdmap e248: 8 total, 8 up, 8 in 2023-10-14T00:05:08.772 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:08 smithi055 ceph-mon[185614]: failed to encode map e248 with expected crc 2023-10-14T00:05:08.772 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:08 smithi055 ceph-mon[185614]: failed to encode map e248 with expected crc 2023-10-14T00:05:08.772 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:08 smithi055 ceph-mon[185614]: failed to encode map e248 with expected crc 2023-10-14T00:05:08.773 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:08 smithi055 ceph-mon[185614]: failed to encode map e248 with expected crc 2023-10-14T00:05:08.773 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:08 smithi055 ceph-mon[185614]: failed to encode map e248 with expected crc 2023-10-14T00:05:08.773 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:08 smithi055 ceph-mon[185614]: failed to encode map e248 with expected crc 2023-10-14T00:05:08.773 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:08 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:08.773 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:08 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:08.773 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:08 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:05:08.774 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:08 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:05:08.774 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:08 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:08.774 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:08 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:05:08.774 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:08 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:05:08.774 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:08 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:05:08.775 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:08 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:05:08.775 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:08 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-10-14T00:05:08.775 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:08 smithi055 ceph-mon[185614]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-10-14T00:05:08.775 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:08 smithi055 ceph-mon[185614]: Upgrade: unsafe to stop osd(s) at this time (18 PGs are or would become offline) 2023-10-14T00:05:09.125 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:05:08 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:05: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 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi082.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi055:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-10-14T00:05:09.430 INFO:tasks.rados.rados.0.smithi055.stdout:1037: done (2 left) 2023-10-14T00:05:09.431 INFO:tasks.rados.rados.0.smithi055.stdout:1038: done (1 left) 2023-10-14T00:05:09.431 INFO:tasks.rados.rados.0.smithi055.stdout:1039: done (0 left) 2023-10-14T00:05:09.431 INFO:tasks.rados.rados.0.smithi055.stdout:1040: read oid 16 snap 85 2023-10-14T00:05:09.431 INFO:tasks.rados.rados.0.smithi055.stdout:1040: expect deleted 2023-10-14T00:05:09.432 INFO:tasks.rados.rados.0.smithi055.stdout:1041: setattr oid 20 current snap is 90 2023-10-14T00:05:09.432 INFO:tasks.rados.rados.0.smithi055.stdout:1042: copy_from oid 23 from oid 36 current snap is 90 2023-10-14T00:05:09.432 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 17 current snap is 90 2023-10-14T00:05:09.433 INFO:tasks.rados.rados.0.smithi055.stdout:1043: seq_num 343 ranges {2891776=548864,3440640=401408} 2023-10-14T00:05:09.455 INFO:tasks.rados.rados.0.smithi055.stdout:1043: writing smithi055169533-17 from 2891776 to 3440640 tid 1 2023-10-14T00:05:09.455 INFO:tasks.rados.rados.0.smithi055.stdout:1043: writing smithi055169533-17 from 3440640 to 3842048 tid 2 2023-10-14T00:05:09.456 INFO:tasks.rados.rados.0.smithi055.stdout:1044: setattr oid 13 current snap is 90 2023-10-14T00:05:09.456 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 20 v 449 (ObjNum 320 snap 82 seq_num 320) dirty exists 2023-10-14T00:05:09.456 INFO:tasks.rados.rados.0.smithi055.stdout:1042: finishing copy_from racing read to smithi055169533-23 2023-10-14T00:05:09.456 INFO:tasks.rados.rados.0.smithi055.stdout:1042: finishing copy_from to smithi055169533-23 2023-10-14T00:05:09.456 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 23 v 98 (ObjNum 189 snap 42 seq_num 189) dirty exists 2023-10-14T00:05:09.457 INFO:tasks.rados.rados.0.smithi055.stdout:1040: done (4 left) 2023-10-14T00:05:09.457 INFO:tasks.rados.rados.0.smithi055.stdout:1041: done (3 left) 2023-10-14T00:05:09.457 INFO:tasks.rados.rados.0.smithi055.stdout:1042: done (2 left) 2023-10-14T00:05:09.457 INFO:tasks.rados.rados.0.smithi055.stdout:1045: snap_create 2023-10-14T00:05:09.458 INFO:tasks.rados.rados.0.smithi055.stdout:1043: finishing write tid 1 to smithi055169533-17 2023-10-14T00:05:09.458 INFO:tasks.rados.rados.0.smithi055.stdout:1043: finishing write tid 2 to smithi055169533-17 2023-10-14T00:05:09.459 INFO:tasks.rados.rados.0.smithi055.stdout:1043: finishing write tid 3 to smithi055169533-17 2023-10-14T00:05:09.460 INFO:tasks.rados.rados.0.smithi055.stdout:1043: finishing write tid 4 to smithi055169533-17 2023-10-14T00:05:09.460 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 17 v 489 (ObjNum 343 snap 90 seq_num 343) dirty exists 2023-10-14T00:05:09.460 INFO:tasks.rados.rados.0.smithi055.stdout:1043: left oid 17 (ObjNum 343 snap 90 seq_num 343) 2023-10-14T00:05:09.461 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 13 v 164 (ObjNum 339 snap 85 seq_num 339) dirty exists 2023-10-14T00:05:09.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:09 smithi055 ceph-mon[185614]: failed to encode map e249 with expected crc 2023-10-14T00:05:09.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:09 smithi055 ceph-mon[185614]: failed to encode map e249 with expected crc 2023-10-14T00:05:09.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:09 smithi055 ceph-mon[185614]: osdmap e249: 8 total, 8 up, 8 in 2023-10-14T00:05:09.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:09 smithi055 ceph-mon[185614]: failed to encode map e249 with expected crc 2023-10-14T00:05:09.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:09 smithi055 ceph-mon[185614]: failed to encode map e249 with expected crc 2023-10-14T00:05:09.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:09 smithi055 ceph-mon[185614]: pgmap v84: 121 pgs: 14 active+undersized+degraded, 39 active+undersized, 68 active+clean; 123 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 MiB/s rd, 4.5 MiB/s wr, 32 op/s; 47/249 objects degraded (18.876%) 2023-10-14T00:05:09.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:09.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:05:09.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:09 smithi055 ceph-mon[183057]: failed to encode map e249 with expected crc 2023-10-14T00:05:09.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:09 smithi055 ceph-mon[183057]: failed to encode map e249 with expected crc 2023-10-14T00:05:09.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:09 smithi055 ceph-mon[183057]: osdmap e249: 8 total, 8 up, 8 in 2023-10-14T00:05:09.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:09 smithi055 ceph-mon[183057]: failed to encode map e249 with expected crc 2023-10-14T00:05:09.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:09 smithi055 ceph-mon[183057]: failed to encode map e249 with expected crc 2023-10-14T00:05:09.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:09 smithi055 ceph-mon[183057]: pgmap v84: 121 pgs: 14 active+undersized+degraded, 39 active+undersized, 68 active+clean; 123 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 MiB/s rd, 4.5 MiB/s wr, 32 op/s; 47/249 objects degraded (18.876%) 2023-10-14T00:05:09.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:09.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:05:09.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:09 smithi082 ceph-mon[180771]: failed to encode map e249 with expected crc 2023-10-14T00:05:09.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:09 smithi082 ceph-mon[180771]: failed to encode map e249 with expected crc 2023-10-14T00:05:09.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:09 smithi082 ceph-mon[180771]: osdmap e249: 8 total, 8 up, 8 in 2023-10-14T00:05:09.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:09 smithi082 ceph-mon[180771]: failed to encode map e249 with expected crc 2023-10-14T00:05:09.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:09 smithi082 ceph-mon[180771]: failed to encode map e249 with expected crc 2023-10-14T00:05:09.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:09 smithi082 ceph-mon[180771]: pgmap v84: 121 pgs: 14 active+undersized+degraded, 39 active+undersized, 68 active+clean; 123 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 MiB/s rd, 4.5 MiB/s wr, 32 op/s; 47/249 objects degraded (18.876%) 2023-10-14T00:05:09.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:09.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:05:10.294 INFO:tasks.rados.rados.0.smithi055.stdout:1043: done (2 left) 2023-10-14T00:05:10.294 INFO:tasks.rados.rados.0.smithi055.stdout:1044: done (1 left) 2023-10-14T00:05:10.294 INFO:tasks.rados.rados.0.smithi055.stdout:1045: done (0 left) 2023-10-14T00:05:10.294 INFO:tasks.rados.rados.0.smithi055.stdout:1046: snap_create 2023-10-14T00:05:10.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:10 smithi055 ceph-mon[185614]: failed to encode map e250 with expected crc 2023-10-14T00:05:10.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:10 smithi055 ceph-mon[185614]: osdmap e250: 8 total, 8 up, 8 in 2023-10-14T00:05:10.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:10 smithi055 ceph-mon[185614]: failed to encode map e250 with expected crc 2023-10-14T00:05:10.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:10 smithi055 ceph-mon[185614]: failed to encode map e250 with expected crc 2023-10-14T00:05:10.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:10 smithi055 ceph-mon[185614]: failed to encode map e250 with expected crc 2023-10-14T00:05:10.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:10 smithi055 ceph-mon[185614]: failed to encode map e250 with expected crc 2023-10-14T00:05:10.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:10 smithi055 ceph-mon[185614]: osdmap e251: 8 total, 8 up, 8 in 2023-10-14T00:05:10.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:10 smithi055 ceph-mon[183057]: failed to encode map e250 with expected crc 2023-10-14T00:05:10.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:10 smithi055 ceph-mon[183057]: osdmap e250: 8 total, 8 up, 8 in 2023-10-14T00:05:10.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:10 smithi055 ceph-mon[183057]: failed to encode map e250 with expected crc 2023-10-14T00:05:10.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:10 smithi055 ceph-mon[183057]: failed to encode map e250 with expected crc 2023-10-14T00:05:10.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:10 smithi055 ceph-mon[183057]: failed to encode map e250 with expected crc 2023-10-14T00:05:10.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:10 smithi055 ceph-mon[183057]: failed to encode map e250 with expected crc 2023-10-14T00:05:10.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:10 smithi055 ceph-mon[183057]: osdmap e251: 8 total, 8 up, 8 in 2023-10-14T00:05:10.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:10 smithi082 ceph-mon[180771]: failed to encode map e250 with expected crc 2023-10-14T00:05:10.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:10 smithi082 ceph-mon[180771]: osdmap e250: 8 total, 8 up, 8 in 2023-10-14T00:05:10.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:10 smithi082 ceph-mon[180771]: failed to encode map e250 with expected crc 2023-10-14T00:05:10.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:10 smithi082 ceph-mon[180771]: failed to encode map e250 with expected crc 2023-10-14T00:05:10.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:10 smithi082 ceph-mon[180771]: failed to encode map e250 with expected crc 2023-10-14T00:05:10.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:10 smithi082 ceph-mon[180771]: failed to encode map e250 with expected crc 2023-10-14T00:05:10.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:10 smithi082 ceph-mon[180771]: osdmap e251: 8 total, 8 up, 8 in 2023-10-14T00:05:11.297 INFO:tasks.rados.rados.0.smithi055.stdout:1046: done (0 left) 2023-10-14T00:05:11.303 INFO:tasks.rados.rados.0.smithi055.stdout:1047: copy_from oid 10 from oid 16 current snap is 92 2023-10-14T00:05:11.303 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 5 current snap is 92 2023-10-14T00:05:11.304 INFO:tasks.rados.rados.0.smithi055.stdout:1048: seq_num 344 ranges {3039232=565248,3604480=401408} 2023-10-14T00:05:11.315 INFO:tasks.rados.rados.0.smithi055.stdout:1048: writing smithi055169533-5 from 3039232 to 3604480 tid 1 2023-10-14T00:05:11.321 INFO:tasks.rados.rados.0.smithi055.stdout:1048: writing smithi055169533-5 from 3604480 to 4005888 tid 2 2023-10-14T00:05:11.322 INFO:tasks.rados.rados.0.smithi055.stdout:1049: read oid 23 snap 87 2023-10-14T00:05:11.322 INFO:tasks.rados.rados.0.smithi055.stdout:1049: expect (ObjNum 332 snap 85 seq_num 332) 2023-10-14T00:05:11.322 INFO:tasks.rados.rados.0.smithi055.stdout:1050: read oid 35 snap 85 2023-10-14T00:05:11.322 INFO:tasks.rados.rados.0.smithi055.stdout:1050: expect (ObjNum 336 snap 85 seq_num 336) 2023-10-14T00:05:11.323 INFO:tasks.rados.rados.0.smithi055.stdout:1051: snap_create 2023-10-14T00:05:11.323 INFO:tasks.rados.rados.0.smithi055.stdout:1047: finishing copy_from to smithi055169533-10 2023-10-14T00:05:11.323 INFO:tasks.rados.rados.0.smithi055.stdout:1047: got expected ENOENT (src dne) 2023-10-14T00:05:11.323 INFO:tasks.rados.rados.0.smithi055.stdout:1047: finishing copy_from racing read to smithi055169533-10 2023-10-14T00:05:11.324 INFO:tasks.rados.rados.0.smithi055.stdout:1048: finishing write tid 1 to smithi055169533-5 2023-10-14T00:05:11.325 INFO:tasks.rados.rados.0.smithi055.stdout:1048: finishing write tid 2 to smithi055169533-5 2023-10-14T00:05:11.325 INFO:tasks.rados.rados.0.smithi055.stdout:1048: finishing write tid 3 to smithi055169533-5 2023-10-14T00:05:11.326 INFO:tasks.rados.rados.0.smithi055.stdout:1048: finishing write tid 4 to smithi055169533-5 2023-10-14T00:05:11.326 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 5 v 333 (ObjNum 344 snap 92 seq_num 344) dirty exists 2023-10-14T00:05:11.326 INFO:tasks.rados.rados.0.smithi055.stdout:1048: left oid 5 (ObjNum 344 snap 92 seq_num 344) 2023-10-14T00:05:11.330 INFO:tasks.rados.rados.0.smithi055.stdout:1050: expect (ObjNum 336 snap 85 seq_num 336) 2023-10-14T00:05:11.361 INFO:tasks.rados.rados.0.smithi055.stdout:1049: expect (ObjNum 332 snap 85 seq_num 332) 2023-10-14T00:05:11.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:11 smithi055 ceph-mon[185614]: failed to encode map e251 with expected crc 2023-10-14T00:05:11.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:11 smithi055 ceph-mon[185614]: failed to encode map e251 with expected crc 2023-10-14T00:05:11.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:11 smithi055 ceph-mon[185614]: failed to encode map e251 with expected crc 2023-10-14T00:05:11.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:11 smithi055 ceph-mon[185614]: failed to encode map e251 with expected crc 2023-10-14T00:05:11.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:11 smithi055 ceph-mon[185614]: pgmap v87: 121 pgs: 121 active+clean; 119 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.5 MiB/s rd, 1.7 MiB/s wr, 20 op/s; 7.1 MiB/s, 2 objects/s recovering 2023-10-14T00:05:11.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:11 smithi055 ceph-mon[185614]: failed to encode map e251 with expected crc 2023-10-14T00:05:11.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:11 smithi055 ceph-mon[185614]: osdmap e252: 8 total, 8 up, 8 in 2023-10-14T00:05:11.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:11 smithi055 ceph-mon[183057]: failed to encode map e251 with expected crc 2023-10-14T00:05:11.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:11 smithi055 ceph-mon[183057]: failed to encode map e251 with expected crc 2023-10-14T00:05:11.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:11 smithi055 ceph-mon[183057]: failed to encode map e251 with expected crc 2023-10-14T00:05:11.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:11 smithi055 ceph-mon[183057]: failed to encode map e251 with expected crc 2023-10-14T00:05:11.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:11 smithi055 ceph-mon[183057]: pgmap v87: 121 pgs: 121 active+clean; 119 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.5 MiB/s rd, 1.7 MiB/s wr, 20 op/s; 7.1 MiB/s, 2 objects/s recovering 2023-10-14T00:05:11.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:11 smithi055 ceph-mon[183057]: failed to encode map e251 with expected crc 2023-10-14T00:05:11.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:11 smithi055 ceph-mon[183057]: osdmap e252: 8 total, 8 up, 8 in 2023-10-14T00:05:11.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:11 smithi082 ceph-mon[180771]: failed to encode map e251 with expected crc 2023-10-14T00:05:11.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:11 smithi082 ceph-mon[180771]: failed to encode map e251 with expected crc 2023-10-14T00:05:11.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:11 smithi082 ceph-mon[180771]: failed to encode map e251 with expected crc 2023-10-14T00:05:11.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:11 smithi082 ceph-mon[180771]: failed to encode map e251 with expected crc 2023-10-14T00:05:11.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:11 smithi082 ceph-mon[180771]: pgmap v87: 121 pgs: 121 active+clean; 119 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.5 MiB/s rd, 1.7 MiB/s wr, 20 op/s; 7.1 MiB/s, 2 objects/s recovering 2023-10-14T00:05:11.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:11 smithi082 ceph-mon[180771]: failed to encode map e251 with expected crc 2023-10-14T00:05:11.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:11 smithi082 ceph-mon[180771]: osdmap e252: 8 total, 8 up, 8 in 2023-10-14T00:05:12.207 INFO:teuthology.orchestra.run.smithi055.stdout:true 2023-10-14T00:05:12.307 INFO:tasks.rados.rados.0.smithi055.stdout:1047: done (4 left) 2023-10-14T00:05:12.308 INFO:tasks.rados.rados.0.smithi055.stdout:1048: done (3 left) 2023-10-14T00:05:12.308 INFO:tasks.rados.rados.0.smithi055.stdout:1049: done (2 left) 2023-10-14T00:05:12.308 INFO:tasks.rados.rados.0.smithi055.stdout:1050: done (1 left) 2023-10-14T00:05:12.309 INFO:tasks.rados.rados.0.smithi055.stdout:1051: done (0 left) 2023-10-14T00:05:12.309 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 36 current snap is 93 2023-10-14T00:05:12.309 INFO:tasks.rados.rados.0.smithi055.stdout:1052: seq_num 345 ranges {1458176=581632,2039808=401408} 2023-10-14T00:05:12.319 INFO:tasks.rados.rados.0.smithi055.stdout:1052: writing smithi055169533-36 from 1458176 to 2039808 tid 1 2023-10-14T00:05:12.321 INFO:tasks.rados.rados.0.smithi055.stdout:1052: writing smithi055169533-36 from 2039808 to 2441216 tid 2 2023-10-14T00:05:12.322 INFO:tasks.rados.rados.0.smithi055.stdout:1053: read oid 24 snap -1 2023-10-14T00:05:12.322 INFO:tasks.rados.rados.0.smithi055.stdout:1053: expect (ObjNum 337 snap 85 seq_num 337) 2023-10-14T00:05:12.322 INFO:tasks.rados.rados.0.smithi055.stdout:1054: snap_remove snap 92 2023-10-14T00:05:12.554 INFO:teuthology.orchestra.run.smithi055.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-14T00:05:12.554 INFO:teuthology.orchestra.run.smithi055.stdout:alertmanager.a smithi055 *:9093,9094 running (119s) 8s ago 4m 19.8M - 0.25.0 c8568f914cd2 a43b396ec072 2023-10-14T00:05:12.554 INFO:teuthology.orchestra.run.smithi055.stdout:grafana.a smithi082 *:3000 running (109s) 35s ago 4m 83.6M - 9.4.7 2c41d148cca3 59d4f501e341 2023-10-14T00:05:12.554 INFO:teuthology.orchestra.run.smithi055.stdout:mds.a smithi055 running (5m) 8s ago 5m 15.7M - 17.2.6-1409-gc4ba9722 8659eb916c3b a64e2d68f55a 2023-10-14T00:05:12.555 INFO:teuthology.orchestra.run.smithi055.stdout:mds.b smithi082 running (5m) 35s ago 5m 20.5M - 17.2.6-1409-gc4ba9722 8659eb916c3b c8f059701aff 2023-10-14T00:05:12.555 INFO:teuthology.orchestra.run.smithi055.stdout:mgr.x smithi082 *:8443,9283,8765 running (83s) 35s ago 8m 447M - 18.0.0-6751-g3b7b697c 0b2b3aa58da0 a79a494adccf 2023-10-14T00:05:12.555 INFO:teuthology.orchestra.run.smithi055.stdout:mgr.y smithi055 *:8443,9283,8765 running (105s) 8s ago 9m 505M - 18.0.0-6751-g3b7b697c 0b2b3aa58da0 b7faf0747550 2023-10-14T00:05:12.555 INFO:teuthology.orchestra.run.smithi055.stdout:mon.a smithi055 running (72s) 8s ago 9m 59.2M 2048M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 354be3129c3e 2023-10-14T00:05:12.555 INFO:teuthology.orchestra.run.smithi055.stdout:mon.b smithi082 running (38s) 35s ago 8m 26.3M 2048M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 5214e5618df6 2023-10-14T00:05:12.556 INFO:teuthology.orchestra.run.smithi055.stdout:mon.c smithi055 running (53s) 8s ago 8m 44.2M 2048M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 bec446d3c9a5 2023-10-14T00:05:12.556 INFO:teuthology.orchestra.run.smithi055.stdout:node-exporter.a smithi055 *:9100 running (118s) 8s ago 4m 10.0M - 1.5.0 0da6a335fe13 31fbb1d63b0a 2023-10-14T00:05:12.556 INFO:teuthology.orchestra.run.smithi055.stdout:node-exporter.b smithi082 *:9100 running (108s) 35s ago 4m 8564k - 1.5.0 0da6a335fe13 16c130d1487c 2023-10-14T00:05:12.556 INFO:teuthology.orchestra.run.smithi055.stdout:osd.0 smithi055 running (10s) 8s ago 7m 12.5M 2487M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 b8c02bf61b69 2023-10-14T00:05:12.556 INFO:teuthology.orchestra.run.smithi055.stdout:osd.1 smithi055 running (7m) 8s ago 7m 254M 2487M 17.2.6-1409-gc4ba9722 8659eb916c3b b25945c260a3 2023-10-14T00:05:12.557 INFO:teuthology.orchestra.run.smithi055.stdout:osd.2 smithi055 running (7m) 8s ago 7m 323M 2487M 17.2.6-1409-gc4ba9722 8659eb916c3b 20662f684e60 2023-10-14T00:05:12.557 INFO:teuthology.orchestra.run.smithi055.stdout:osd.3 smithi055 running (7m) 8s ago 7m 187M 2487M 17.2.6-1409-gc4ba9722 8659eb916c3b 7b50ece3fc6a 2023-10-14T00:05:12.557 INFO:teuthology.orchestra.run.smithi055.stdout:osd.4 smithi082 running (6m) 35s ago 6m 231M 2486M 17.2.6-1409-gc4ba9722 8659eb916c3b 0c6a875b6536 2023-10-14T00:05:12.557 INFO:teuthology.orchestra.run.smithi055.stdout:osd.5 smithi082 running (6m) 35s ago 6m 253M 2486M 17.2.6-1409-gc4ba9722 8659eb916c3b 4bc4f3a1610c 2023-10-14T00:05:12.557 INFO:teuthology.orchestra.run.smithi055.stdout:osd.6 smithi082 running (6m) 35s ago 6m 146M 2486M 17.2.6-1409-gc4ba9722 8659eb916c3b 534f869fa9c0 2023-10-14T00:05:12.558 INFO:teuthology.orchestra.run.smithi055.stdout:osd.7 smithi082 running (5m) 35s ago 5m 227M 2486M 17.2.6-1409-gc4ba9722 8659eb916c3b 8ed5f8f55810 2023-10-14T00:05:12.558 INFO:teuthology.orchestra.run.smithi055.stdout:prometheus.a smithi082 *:9095 running (86s) 35s ago 5m 50.0M - 2.43.0 a07b618ecd1d 2e6373651cd7 2023-10-14T00:05:12.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:12 smithi055 ceph-mon[185614]: failed to encode map e252 with expected crc 2023-10-14T00:05:12.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:12 smithi055 ceph-mon[185614]: failed to encode map e252 with expected crc 2023-10-14T00:05:12.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:12 smithi055 ceph-mon[185614]: failed to encode map e252 with expected crc 2023-10-14T00:05:12.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:12 smithi055 ceph-mon[185614]: failed to encode map e252 with expected crc 2023-10-14T00:05:12.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:12 smithi055 ceph-mon[185614]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 47/249 objects degraded (18.876%), 14 pgs degraded) 2023-10-14T00:05:12.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:12 smithi055 ceph-mon[185614]: Cluster is now healthy 2023-10-14T00:05:12.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:12 smithi055 ceph-mon[185614]: failed to encode map e252 with expected crc 2023-10-14T00:05:12.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:12 smithi055 ceph-mon[185614]: osdmap e253: 8 total, 8 up, 8 in 2023-10-14T00:05:12.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:12 smithi055 ceph-mon[183057]: failed to encode map e252 with expected crc 2023-10-14T00:05:12.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:12 smithi055 ceph-mon[183057]: failed to encode map e252 with expected crc 2023-10-14T00:05:12.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:12 smithi055 ceph-mon[183057]: failed to encode map e252 with expected crc 2023-10-14T00:05:12.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:12 smithi055 ceph-mon[183057]: failed to encode map e252 with expected crc 2023-10-14T00:05:12.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:12 smithi055 ceph-mon[183057]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 47/249 objects degraded (18.876%), 14 pgs degraded) 2023-10-14T00:05:12.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:12 smithi055 ceph-mon[183057]: Cluster is now healthy 2023-10-14T00:05:12.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:12 smithi055 ceph-mon[183057]: failed to encode map e252 with expected crc 2023-10-14T00:05:12.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:12 smithi055 ceph-mon[183057]: osdmap e253: 8 total, 8 up, 8 in 2023-10-14T00:05:12.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:12 smithi082 ceph-mon[180771]: failed to encode map e252 with expected crc 2023-10-14T00:05:12.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:12 smithi082 ceph-mon[180771]: failed to encode map e252 with expected crc 2023-10-14T00:05:12.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:12 smithi082 ceph-mon[180771]: failed to encode map e252 with expected crc 2023-10-14T00:05:12.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:12 smithi082 ceph-mon[180771]: failed to encode map e252 with expected crc 2023-10-14T00:05:12.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:12 smithi082 ceph-mon[180771]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 47/249 objects degraded (18.876%), 14 pgs degraded) 2023-10-14T00:05:12.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:12 smithi082 ceph-mon[180771]: Cluster is now healthy 2023-10-14T00:05:12.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:12 smithi082 ceph-mon[180771]: failed to encode map e252 with expected crc 2023-10-14T00:05:12.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:12 smithi082 ceph-mon[180771]: osdmap e253: 8 total, 8 up, 8 in 2023-10-14T00:05:12.978 INFO:teuthology.orchestra.run.smithi055.stdout:{ 2023-10-14T00:05:12.979 INFO:teuthology.orchestra.run.smithi055.stdout: "mon": { 2023-10-14T00:05:12.979 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 18.0.0-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)": 3 2023-10-14T00:05:12.979 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:05:12.979 INFO:teuthology.orchestra.run.smithi055.stdout: "mgr": { 2023-10-14T00:05:12.979 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 18.0.0-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)": 2 2023-10-14T00:05:12.980 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:05:12.980 INFO:teuthology.orchestra.run.smithi055.stdout: "osd": { 2023-10-14T00:05:12.980 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)": 7, 2023-10-14T00:05:12.980 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 18.0.0-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)": 1 2023-10-14T00:05:12.980 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:05:12.981 INFO:teuthology.orchestra.run.smithi055.stdout: "mds": { 2023-10-14T00:05:12.981 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)": 2 2023-10-14T00:05:12.981 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:05:12.981 INFO:teuthology.orchestra.run.smithi055.stdout: "overall": { 2023-10-14T00:05:12.981 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)": 9, 2023-10-14T00:05:12.982 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 18.0.0-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)": 6 2023-10-14T00:05:12.982 INFO:teuthology.orchestra.run.smithi055.stdout: } 2023-10-14T00:05:12.982 INFO:teuthology.orchestra.run.smithi055.stdout:} 2023-10-14T00:05:13.313 INFO:tasks.rados.rados.0.smithi055.stdout:1054: done (2 left) 2023-10-14T00:05:13.314 INFO:tasks.rados.rados.0.smithi055.stdout:1055: read oid 22 snap -1 2023-10-14T00:05:13.314 INFO:tasks.rados.rados.0.smithi055.stdout:1055: expect (ObjNum 269 snap 68 seq_num 269) 2023-10-14T00:05:13.314 INFO:tasks.rados.rados.0.smithi055.stdout:1056: read oid 46 snap -1 2023-10-14T00:05:13.315 INFO:tasks.rados.rados.0.smithi055.stdout:1056: expect (ObjNum 289 snap 71 seq_num 289) 2023-10-14T00:05:13.315 INFO:tasks.rados.rados.0.smithi055.stdout:1057: snap_remove snap 86 2023-10-14T00:05:13.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:13 smithi055 ceph-mon[185614]: from='client.34185 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:05:13.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:13 smithi055 ceph-mon[185614]: failed to encode map e253 with expected crc 2023-10-14T00:05:13.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:13 smithi055 ceph-mon[185614]: from='client.34191 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:05:13.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:13 smithi055 ceph-mon[185614]: failed to encode map e253 with expected crc 2023-10-14T00:05:13.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:13 smithi055 ceph-mon[185614]: pgmap v90: 121 pgs: 121 active+clean; 119 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.5 MiB/s rd, 1.7 MiB/s wr, 20 op/s; 7.1 MiB/s, 2 objects/s recovering 2023-10-14T00:05:13.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:13 smithi055 ceph-mon[185614]: from='client.? 172.21.15.55:0/2145672500' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:05:13.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:13 smithi055 ceph-mon[185614]: osdmap e254: 8 total, 8 up, 8 in 2023-10-14T00:05:13.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:13 smithi055 ceph-mon[183057]: from='client.34185 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:05:13.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:13 smithi055 ceph-mon[183057]: failed to encode map e253 with expected crc 2023-10-14T00:05:13.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:13 smithi055 ceph-mon[183057]: from='client.34191 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:05:13.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:13 smithi055 ceph-mon[183057]: failed to encode map e253 with expected crc 2023-10-14T00:05:13.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:13 smithi055 ceph-mon[183057]: pgmap v90: 121 pgs: 121 active+clean; 119 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.5 MiB/s rd, 1.7 MiB/s wr, 20 op/s; 7.1 MiB/s, 2 objects/s recovering 2023-10-14T00:05:13.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:13 smithi055 ceph-mon[183057]: from='client.? 172.21.15.55:0/2145672500' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:05:13.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:13 smithi055 ceph-mon[183057]: osdmap e254: 8 total, 8 up, 8 in 2023-10-14T00:05:13.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:13 smithi082 ceph-mon[180771]: from='client.34185 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:05:13.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:13 smithi082 ceph-mon[180771]: failed to encode map e253 with expected crc 2023-10-14T00:05:13.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:13 smithi082 ceph-mon[180771]: from='client.34191 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:05:13.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:13 smithi082 ceph-mon[180771]: failed to encode map e253 with expected crc 2023-10-14T00:05:13.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:13 smithi082 ceph-mon[180771]: pgmap v90: 121 pgs: 121 active+clean; 119 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.5 MiB/s rd, 1.7 MiB/s wr, 20 op/s; 7.1 MiB/s, 2 objects/s recovering 2023-10-14T00:05:13.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:13 smithi082 ceph-mon[180771]: from='client.? 172.21.15.55:0/2145672500' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:05:13.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:13 smithi082 ceph-mon[180771]: osdmap e254: 8 total, 8 up, 8 in 2023-10-14T00:05:14.323 INFO:tasks.rados.rados.0.smithi055.stdout:1057: done (4 left) 2023-10-14T00:05:14.324 INFO:tasks.rados.rados.0.smithi055.stdout:1058: read oid 40 snap 88 2023-10-14T00:05:14.324 INFO:tasks.rados.rados.0.smithi055.stdout:1058: expect (ObjNum 245 snap 56 seq_num 245) 2023-10-14T00:05:14.324 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 18 current snap is 93 2023-10-14T00:05:14.324 INFO:tasks.rados.rados.0.smithi055.stdout:1052: finishing write tid 1 to smithi055169533-36 2023-10-14T00:05:14.325 INFO:tasks.rados.rados.0.smithi055.stdout:1059: seq_num 346 ranges {2646016=598016,3244032=401408} 2023-10-14T00:05:14.343 INFO:tasks.rados.rados.0.smithi055.stdout:1059: writing smithi055169533-18 from 2646016 to 3244032 tid 1 2023-10-14T00:05:14.346 INFO:tasks.rados.rados.0.smithi055.stdout:1059: writing smithi055169533-18 from 3244032 to 3645440 tid 2 2023-10-14T00:05:14.346 INFO:tasks.rados.rados.0.smithi055.stdout:1060: read oid 25 snap -1 2023-10-14T00:05:14.347 INFO:tasks.rados.rados.0.smithi055.stdout:1060: expect (ObjNum 326 snap 84 seq_num 326) 2023-10-14T00:05:14.347 INFO:tasks.rados.rados.0.smithi055.stdout:1061: read oid 17 snap -1 2023-10-14T00:05:14.347 INFO:tasks.rados.rados.0.smithi055.stdout:1061: expect (ObjNum 343 snap 90 seq_num 343) 2023-10-14T00:05:14.348 INFO:tasks.rados.rados.0.smithi055.stdout:1062: copy_from oid 43 from oid 41 current snap is 93 2023-10-14T00:05:14.348 INFO:tasks.rados.rados.0.smithi055.stdout:1052: finishing write tid 2 to smithi055169533-36 2023-10-14T00:05:14.348 INFO:tasks.rados.rados.0.smithi055.stdout:1052: finishing write tid 3 to smithi055169533-36 2023-10-14T00:05:14.348 INFO:tasks.rados.rados.0.smithi055.stdout:1052: finishing write tid 4 to smithi055169533-36 2023-10-14T00:05:14.349 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 36 v 175 (ObjNum 345 snap 93 seq_num 345) dirty exists 2023-10-14T00:05:14.349 INFO:tasks.rados.rados.0.smithi055.stdout:1052: left oid 36 (ObjNum 345 snap 93 seq_num 345) 2023-10-14T00:05:14.349 INFO:tasks.rados.rados.0.smithi055.stdout:1053: expect (ObjNum 337 snap 85 seq_num 337) 2023-10-14T00:05:14.497 INFO:tasks.rados.rados.0.smithi055.stdout:1056: expect (ObjNum 289 snap 71 seq_num 289) 2023-10-14T00:05:14.498 INFO:tasks.rados.rados.0.smithi055.stdout:1055: expect (ObjNum 269 snap 68 seq_num 269) 2023-10-14T00:05:14.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:14 smithi055 ceph-mon[185614]: failed to encode map e254 with expected crc 2023-10-14T00:05:14.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:14 smithi055 ceph-mon[185614]: failed to encode map e254 with expected crc 2023-10-14T00:05:14.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:14 smithi055 ceph-mon[185614]: failed to encode map e254 with expected crc 2023-10-14T00:05:14.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:14 smithi055 ceph-mon[185614]: failed to encode map e254 with expected crc 2023-10-14T00:05:14.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:14 smithi055 ceph-mon[185614]: osdmap e255: 8 total, 8 up, 8 in 2023-10-14T00:05:14.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:14 smithi055 ceph-mon[183057]: failed to encode map e254 with expected crc 2023-10-14T00:05:14.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:14 smithi055 ceph-mon[183057]: failed to encode map e254 with expected crc 2023-10-14T00:05:14.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:14 smithi055 ceph-mon[183057]: failed to encode map e254 with expected crc 2023-10-14T00:05:14.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:14 smithi055 ceph-mon[183057]: failed to encode map e254 with expected crc 2023-10-14T00:05:14.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:14 smithi055 ceph-mon[183057]: osdmap e255: 8 total, 8 up, 8 in 2023-10-14T00:05:14.769 INFO:tasks.rados.rados.0.smithi055.stdout:1058: expect (ObjNum 245 snap 56 seq_num 245) 2023-10-14T00:05:14.810 INFO:tasks.rados.rados.0.smithi055.stdout:1059: finishing write tid 1 to smithi055169533-18 2023-10-14T00:05:14.811 INFO:tasks.rados.rados.0.smithi055.stdout:1059: finishing write tid 2 to smithi055169533-18 2023-10-14T00:05:14.811 INFO:tasks.rados.rados.0.smithi055.stdout:1059: finishing write tid 3 to smithi055169533-18 2023-10-14T00:05:14.811 INFO:tasks.rados.rados.0.smithi055.stdout:1059: finishing write tid 4 to smithi055169533-18 2023-10-14T00:05:14.811 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 18 v 468 (ObjNum 346 snap 93 seq_num 346) dirty exists 2023-10-14T00:05:14.812 INFO:tasks.rados.rados.0.smithi055.stdout:1059: left oid 18 (ObjNum 346 snap 93 seq_num 346) 2023-10-14T00:05:14.812 INFO:tasks.rados.rados.0.smithi055.stdout:1060: expect (ObjNum 326 snap 84 seq_num 326) 2023-10-14T00:05:14.852 INFO:tasks.rados.rados.0.smithi055.stdout:1061: expect (ObjNum 343 snap 90 seq_num 343) 2023-10-14T00:05:14.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:14 smithi082 ceph-mon[180771]: failed to encode map e254 with expected crc 2023-10-14T00:05:14.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:14 smithi082 ceph-mon[180771]: failed to encode map e254 with expected crc 2023-10-14T00:05:14.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:14 smithi082 ceph-mon[180771]: failed to encode map e254 with expected crc 2023-10-14T00:05:14.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:14 smithi082 ceph-mon[180771]: failed to encode map e254 with expected crc 2023-10-14T00:05:14.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:14 smithi082 ceph-mon[180771]: osdmap e255: 8 total, 8 up, 8 in 2023-10-14T00:05:15.072 INFO:tasks.rados.rados.0.smithi055.stdout:1062: finishing copy_from to smithi055169533-43 2023-10-14T00:05:15.072 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 43 v 336 (ObjNum 329 snap 84 seq_num 329) dirty exists 2023-10-14T00:05:15.073 INFO:tasks.rados.rados.0.smithi055.stdout:1062: finishing copy_from racing read to smithi055169533-43 2023-10-14T00:05:15.073 INFO:tasks.rados.rados.0.smithi055.stdout:1052: done (8 left) 2023-10-14T00:05:15.073 INFO:tasks.rados.rados.0.smithi055.stdout:1053: done (7 left) 2023-10-14T00:05:15.073 INFO:tasks.rados.rados.0.smithi055.stdout:1055: done (6 left) 2023-10-14T00:05:15.073 INFO:tasks.rados.rados.0.smithi055.stdout:1056: done (5 left) 2023-10-14T00:05:15.074 INFO:tasks.rados.rados.0.smithi055.stdout:1058: done (4 left) 2023-10-14T00:05:15.074 INFO:tasks.rados.rados.0.smithi055.stdout:1059: done (3 left) 2023-10-14T00:05:15.074 INFO:tasks.rados.rados.0.smithi055.stdout:1060: done (2 left) 2023-10-14T00:05:15.074 INFO:tasks.rados.rados.0.smithi055.stdout:1061: done (1 left) 2023-10-14T00:05:15.074 INFO:tasks.rados.rados.0.smithi055.stdout:1062: done (0 left) 2023-10-14T00:05:15.075 INFO:tasks.rados.rados.0.smithi055.stdout:1063: copy_from oid 13 from oid 18 current snap is 93 2023-10-14T00:05:15.075 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 23 current snap is 93 2023-10-14T00:05:15.075 INFO:tasks.rados.rados.0.smithi055.stdout:1064: seq_num 347 ranges {1458176=614400,2072576=401408} 2023-10-14T00:05:15.083 INFO:tasks.rados.rados.0.smithi055.stdout:1064: writing smithi055169533-23 from 1458176 to 2072576 tid 1 2023-10-14T00:05:15.086 INFO:tasks.rados.rados.0.smithi055.stdout:1064: writing smithi055169533-23 from 2072576 to 2473984 tid 2 2023-10-14T00:05:15.086 INFO:tasks.rados.rados.0.smithi055.stdout:1065: snap_remove snap 89 2023-10-14T00:05:15.289 INFO:tasks.rados.rados.0.smithi055.stdout:1065: done (2 left) 2023-10-14T00:05:15.289 INFO:tasks.rados.rados.0.smithi055.stdout:1066: rmattr oid 9 current snap is 93 2023-10-14T00:05:15.289 INFO:tasks.rados.rados.0.smithi055.stdout:1066: done (2 left) 2023-10-14T00:05:15.290 INFO:tasks.rados.rados.0.smithi055.stdout:1067: rollback oid 39 current snap is 93 2023-10-14T00:05:15.290 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 39 to 90 2023-10-14T00:05:15.290 INFO:tasks.rados.rados.0.smithi055.stdout:1063: finishing copy_from to smithi055169533-13 2023-10-14T00:05:15.290 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 13 v 468 (ObjNum 346 snap 93 seq_num 346) dirty exists 2023-10-14T00:05:15.291 INFO:tasks.rados.rados.0.smithi055.stdout:1063: finishing copy_from racing read to smithi055169533-13 2023-10-14T00:05:15.291 INFO:tasks.rados.rados.0.smithi055.stdout:1064: finishing write tid 1 to smithi055169533-23 2023-10-14T00:05:15.291 INFO:tasks.rados.rados.0.smithi055.stdout:1064: finishing write tid 2 to smithi055169533-23 2023-10-14T00:05:15.291 INFO:tasks.rados.rados.0.smithi055.stdout:1064: finishing write tid 3 to smithi055169533-23 2023-10-14T00:05:15.291 INFO:tasks.rados.rados.0.smithi055.stdout:1064: finishing write tid 4 to smithi055169533-23 2023-10-14T00:05:15.291 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 23 v 319 (ObjNum 347 snap 93 seq_num 347) dirty exists 2023-10-14T00:05:15.292 INFO:tasks.rados.rados.0.smithi055.stdout:1064: left oid 23 (ObjNum 347 snap 93 seq_num 347) 2023-10-14T00:05:15.292 INFO:tasks.rados.rados.0.smithi055.stdout:1063: done (2 left) 2023-10-14T00:05:15.292 INFO:tasks.rados.rados.0.smithi055.stdout:1064: done (1 left) 2023-10-14T00:05:15.292 INFO:tasks.rados.rados.0.smithi055.stdout:1068: delete oid 14 current snap is 93 2023-10-14T00:05:15.306 INFO:tasks.rados.rados.0.smithi055.stdout:1068: done (1 left) 2023-10-14T00:05:15.306 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 43 current snap is 93 2023-10-14T00:05:15.306 INFO:tasks.rados.rados.0.smithi055.stdout:1069: seq_num 349 ranges {9625600=655360,10280960=401408} 2023-10-14T00:05:15.364 INFO:tasks.rados.rados.0.smithi055.stdout:1069: writing smithi055169533-43 from 9625600 to 10280960 tid 1 2023-10-14T00:05:15.366 INFO:tasks.rados.rados.0.smithi055.stdout:1069: writing smithi055169533-43 from 10280960 to 10682368 tid 2 2023-10-14T00:05:15.367 INFO:tasks.rados.rados.0.smithi055.stdout:1070: read oid 14 snap -1 2023-10-14T00:05:15.367 INFO:tasks.rados.rados.0.smithi055.stdout:1070: expect deleted 2023-10-14T00:05:15.367 INFO:tasks.rados.rados.0.smithi055.stdout:1071: snap_remove snap 91 2023-10-14T00:05:15.475 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:05:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:05:15] "GET /metrics HTTP/1.1" 200 35910 "" "Prometheus/2.43.0" 2023-10-14T00:05:15.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:15 smithi055 ceph-mon[185614]: failed to encode map e255 with expected crc 2023-10-14T00:05:15.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:15 smithi055 ceph-mon[185614]: failed to encode map e255 with expected crc 2023-10-14T00:05:15.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:15 smithi055 ceph-mon[185614]: failed to encode map e255 with expected crc 2023-10-14T00:05:15.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:15 smithi055 ceph-mon[185614]: pgmap v93: 121 pgs: 121 active+clean; 119 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:05:15.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:15 smithi055 ceph-mon[185614]: osdmap e256: 8 total, 8 up, 8 in 2023-10-14T00:05:15.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:15 smithi055 ceph-mon[183057]: failed to encode map e255 with expected crc 2023-10-14T00:05:15.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:15 smithi055 ceph-mon[183057]: failed to encode map e255 with expected crc 2023-10-14T00:05:15.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:15 smithi055 ceph-mon[183057]: failed to encode map e255 with expected crc 2023-10-14T00:05:15.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:15 smithi055 ceph-mon[183057]: pgmap v93: 121 pgs: 121 active+clean; 119 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:05:15.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:15 smithi055 ceph-mon[183057]: osdmap e256: 8 total, 8 up, 8 in 2023-10-14T00:05:15.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:15 smithi082 ceph-mon[180771]: failed to encode map e255 with expected crc 2023-10-14T00:05:15.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:15 smithi082 ceph-mon[180771]: failed to encode map e255 with expected crc 2023-10-14T00:05:15.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:15 smithi082 ceph-mon[180771]: failed to encode map e255 with expected crc 2023-10-14T00:05:15.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:15 smithi082 ceph-mon[180771]: pgmap v93: 121 pgs: 121 active+clean; 119 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:05:15.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:15 smithi082 ceph-mon[180771]: osdmap e256: 8 total, 8 up, 8 in 2023-10-14T00:05:16.306 INFO:tasks.rados.rados.0.smithi055.stdout:1071: done (3 left) 2023-10-14T00:05:16.306 INFO:tasks.rados.rados.0.smithi055.stdout:1072: read oid 36 snap -1 2023-10-14T00:05:16.306 INFO:tasks.rados.rados.0.smithi055.stdout:1072: expect (ObjNum 345 snap 93 seq_num 345) 2023-10-14T00:05:16.307 INFO:tasks.rados.rados.0.smithi055.stdout:1073: rollback oid 26 current snap is 93 2023-10-14T00:05:16.307 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 26 to 87 2023-10-14T00:05:16.307 INFO:tasks.rados.rados.0.smithi055.stdout:1067: finishing rollback tid 0 to smithi055169533-39 2023-10-14T00:05:16.308 INFO:tasks.rados.rados.0.smithi055.stdout:1067: finishing rollback tid 1 to smithi055169533-39 2023-10-14T00:05:16.308 INFO:tasks.rados.rados.0.smithi055.stdout:1067: finishing rollback tid 2 to smithi055169533-39 2023-10-14T00:05:16.308 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 39 v 495 (ObjNum 213 snap 50 seq_num 213) dirty exists 2023-10-14T00:05:16.309 INFO:tasks.rados.rados.0.smithi055.stdout:1069: finishing write tid 1 to smithi055169533-43 2023-10-14T00:05:16.309 INFO:tasks.rados.rados.0.smithi055.stdout:1069: finishing write tid 2 to smithi055169533-43 2023-10-14T00:05:16.309 INFO:tasks.rados.rados.0.smithi055.stdout:1067: done (4 left) 2023-10-14T00:05:16.309 INFO:tasks.rados.rados.0.smithi055.stdout:1070: done (3 left) 2023-10-14T00:05:16.310 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 13 current snap is 93 2023-10-14T00:05:16.310 INFO:tasks.rados.rados.0.smithi055.stdout:1069: finishing write tid 3 to smithi055169533-43 2023-10-14T00:05:16.310 INFO:tasks.rados.rados.0.smithi055.stdout:1074: seq_num 350 ranges {3645440=671744,4317184=401408} 2023-10-14T00:05:16.332 INFO:tasks.rados.rados.0.smithi055.stdout:1074: writing smithi055169533-13 from 3645440 to 4317184 tid 1 2023-10-14T00:05:16.335 INFO:tasks.rados.rados.0.smithi055.stdout:1074: writing smithi055169533-13 from 4317184 to 4718592 tid 2 2023-10-14T00:05:16.335 INFO:tasks.rados.rados.0.smithi055.stdout:1075: setattr oid 15 current snap is 93 2023-10-14T00:05:16.335 INFO:tasks.rados.rados.0.smithi055.stdout:1069: finishing write tid 4 to smithi055169533-43 2023-10-14T00:05:16.336 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 43 v 339 (ObjNum 349 snap 93 seq_num 349) dirty exists 2023-10-14T00:05:16.336 INFO:tasks.rados.rados.0.smithi055.stdout:1069: left oid 43 (ObjNum 349 snap 93 seq_num 349) 2023-10-14T00:05:16.336 INFO:tasks.rados.rados.0.smithi055.stdout:1073: finishing rollback tid 0 to smithi055169533-26 2023-10-14T00:05:16.336 INFO:tasks.rados.rados.0.smithi055.stdout:1073: finishing rollback tid 1 to smithi055169533-26 2023-10-14T00:05:16.336 INFO:tasks.rados.rados.0.smithi055.stdout:1073: finishing rollback tid 2 to smithi055169533-26 2023-10-14T00:05:16.337 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 26 v 410 (ObjNum 291 snap 71 seq_num 291) dirty exists 2023-10-14T00:05:16.337 INFO:tasks.rados.rados.0.smithi055.stdout:1072: expect (ObjNum 345 snap 93 seq_num 345) 2023-10-14T00:05:16.435 INFO:tasks.rados.rados.0.smithi055.stdout:1074: finishing write tid 1 to smithi055169533-13 2023-10-14T00:05:16.435 INFO:tasks.rados.rados.0.smithi055.stdout:1074: finishing write tid 2 to smithi055169533-13 2023-10-14T00:05:16.435 INFO:tasks.rados.rados.0.smithi055.stdout:1074: finishing write tid 3 to smithi055169533-13 2023-10-14T00:05:16.435 INFO:tasks.rados.rados.0.smithi055.stdout:1074: finishing write tid 4 to smithi055169533-13 2023-10-14T00:05:16.436 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 13 v 471 (ObjNum 350 snap 93 seq_num 350) dirty exists 2023-10-14T00:05:16.436 INFO:tasks.rados.rados.0.smithi055.stdout:1074: left oid 13 (ObjNum 350 snap 93 seq_num 350) 2023-10-14T00:05:16.436 INFO:tasks.rados.rados.0.smithi055.stdout:1069: done (4 left) 2023-10-14T00:05:16.436 INFO:tasks.rados.rados.0.smithi055.stdout:1072: done (3 left) 2023-10-14T00:05:16.437 INFO:tasks.rados.rados.0.smithi055.stdout:1073: done (2 left) 2023-10-14T00:05:16.437 INFO:tasks.rados.rados.0.smithi055.stdout:1074: done (1 left) 2023-10-14T00:05:16.437 INFO:tasks.rados.rados.0.smithi055.stdout:1076: setattr oid 9 current snap is 93 2023-10-14T00:05:16.438 INFO:tasks.rados.rados.0.smithi055.stdout:1077: rmattr oid 11 current snap is 93 2023-10-14T00:05:16.438 INFO:tasks.rados.rados.0.smithi055.stdout:1078: read oid 43 snap -1 2023-10-14T00:05:16.438 INFO:tasks.rados.rados.0.smithi055.stdout:1078: expect (ObjNum 349 snap 93 seq_num 349) 2023-10-14T00:05:16.438 INFO:tasks.rados.rados.0.smithi055.stdout:1079: rmattr oid 17 current snap is 93 2023-10-14T00:05:16.439 INFO:tasks.rados.rados.0.smithi055.stdout:1079: done (4 left) 2023-10-14T00:05:16.439 INFO:tasks.rados.rados.0.smithi055.stdout:1080: setattr oid 24 current snap is 93 2023-10-14T00:05:16.439 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 32 current snap is 93 2023-10-14T00:05:16.439 INFO:tasks.rados.rados.0.smithi055.stdout:1081: seq_num 351 ranges {6217728=688128,6905856=401408} 2023-10-14T00:05:16.475 INFO:tasks.rados.rados.0.smithi055.stdout:1081: writing smithi055169533-32 from 6217728 to 6905856 tid 1 2023-10-14T00:05:16.478 INFO:tasks.rados.rados.0.smithi055.stdout:1081: writing smithi055169533-32 from 6905856 to 7307264 tid 2 2023-10-14T00:05:16.478 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 16 current snap is 93 2023-10-14T00:05:16.479 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 15 v 474 (ObjNum 312 snap 80 seq_num 312) dirty exists 2023-10-14T00:05:16.479 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 9 v 202 (ObjNum 33 snap 0 seq_num 1528966416) dirty exists 2023-10-14T00:05:16.479 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 11 v 450 (ObjNum 319 snap 82 seq_num 319) dirty exists 2023-10-14T00:05:16.479 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 24 v 256 (ObjNum 337 snap 85 seq_num 337) dirty exists 2023-10-14T00:05:16.479 INFO:tasks.rados.rados.0.smithi055.stdout:1082: seq_num 352 ranges {0=704512,704512=401408} 2023-10-14T00:05:16.482 INFO:tasks.rados.rados.0.smithi055.stdout:1082: writing smithi055169533-16 from 0 to 704512 tid 1 2023-10-14T00:05:16.486 INFO:tasks.rados.rados.0.smithi055.stdout:1082: writing smithi055169533-16 from 704512 to 1105920 tid 2 2023-10-14T00:05:16.486 INFO:tasks.rados.rados.0.smithi055.stdout:1075: done (6 left) 2023-10-14T00:05:16.486 INFO:tasks.rados.rados.0.smithi055.stdout:1076: done (5 left) 2023-10-14T00:05:16.486 INFO:tasks.rados.rados.0.smithi055.stdout:1077: done (4 left) 2023-10-14T00:05:16.487 INFO:tasks.rados.rados.0.smithi055.stdout:1080: done (3 left) 2023-10-14T00:05:16.487 INFO:tasks.rados.rados.0.smithi055.stdout:1083: setattr oid 11 current snap is 93 2023-10-14T00:05:16.487 INFO:tasks.rados.rados.0.smithi055.stdout:1081: finishing write tid 1 to smithi055169533-32 2023-10-14T00:05:16.487 INFO:tasks.rados.rados.0.smithi055.stdout:1081: finishing write tid 2 to smithi055169533-32 2023-10-14T00:05:16.487 INFO:tasks.rados.rados.0.smithi055.stdout:1081: finishing write tid 3 to smithi055169533-32 2023-10-14T00:05:16.488 INFO:tasks.rados.rados.0.smithi055.stdout:1081: finishing write tid 4 to smithi055169533-32 2023-10-14T00:05:16.488 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 32 v 206 (ObjNum 351 snap 93 seq_num 351) dirty exists 2023-10-14T00:05:16.488 INFO:tasks.rados.rados.0.smithi055.stdout:1081: left oid 32 (ObjNum 351 snap 93 seq_num 351) 2023-10-14T00:05:16.489 INFO:tasks.rados.rados.0.smithi055.stdout:1081: done (3 left) 2023-10-14T00:05:16.489 INFO:tasks.rados.rados.0.smithi055.stdout:1084: read oid 27 snap -1 2023-10-14T00:05:16.489 INFO:tasks.rados.rados.0.smithi055.stdout:1084: expect (ObjNum 288 snap 71 seq_num 288) 2023-10-14T00:05:16.489 INFO:tasks.rados.rados.0.smithi055.stdout:1085: snap_remove snap 88 2023-10-14T00:05:16.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:16 smithi055 ceph-mon[183057]: failed to encode map e256 with expected crc 2023-10-14T00:05:16.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:16 smithi055 ceph-mon[183057]: failed to encode map e256 with expected crc 2023-10-14T00:05:16.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:16 smithi055 ceph-mon[183057]: failed to encode map e256 with expected crc 2023-10-14T00:05:16.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:16 smithi055 ceph-mon[183057]: failed to encode map e256 with expected crc 2023-10-14T00:05:16.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:16 smithi055 ceph-mon[183057]: osdmap e257: 8 total, 8 up, 8 in 2023-10-14T00:05:16.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:16 smithi055 ceph-mon[185614]: failed to encode map e256 with expected crc 2023-10-14T00:05:16.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:16 smithi055 ceph-mon[185614]: failed to encode map e256 with expected crc 2023-10-14T00:05:16.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:16 smithi055 ceph-mon[185614]: failed to encode map e256 with expected crc 2023-10-14T00:05:16.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:16 smithi055 ceph-mon[185614]: failed to encode map e256 with expected crc 2023-10-14T00:05:16.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:16 smithi055 ceph-mon[185614]: osdmap e257: 8 total, 8 up, 8 in 2023-10-14T00:05:16.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:16 smithi082 ceph-mon[180771]: failed to encode map e256 with expected crc 2023-10-14T00:05:16.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:16 smithi082 ceph-mon[180771]: failed to encode map e256 with expected crc 2023-10-14T00:05:16.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:16 smithi082 ceph-mon[180771]: failed to encode map e256 with expected crc 2023-10-14T00:05:16.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:16 smithi082 ceph-mon[180771]: failed to encode map e256 with expected crc 2023-10-14T00:05:16.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:16 smithi082 ceph-mon[180771]: osdmap e257: 8 total, 8 up, 8 in 2023-10-14T00:05:17.503 INFO:tasks.rados.rados.0.smithi055.stdout:1085: done (4 left) 2023-10-14T00:05:17.503 INFO:tasks.rados.rados.0.smithi055.stdout:1086: read oid 28 snap -1 2023-10-14T00:05:17.503 INFO:tasks.rados.rados.0.smithi055.stdout:1086: expect (ObjNum 281 snap 68 seq_num 281) 2023-10-14T00:05:17.503 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 10 current snap is 93 2023-10-14T00:05:17.504 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 11 v 451 (ObjNum 319 snap 82 seq_num 319) dirty exists 2023-10-14T00:05:17.504 INFO:tasks.rados.rados.0.smithi055.stdout:1078: expect (ObjNum 349 snap 93 seq_num 349) 2023-10-14T00:05:17.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:17 smithi055 ceph-mon[185614]: failed to encode map e257 with expected crc 2023-10-14T00:05:17.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:17 smithi055 ceph-mon[185614]: failed to encode map e257 with expected crc 2023-10-14T00:05:17.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:17 smithi055 ceph-mon[185614]: pgmap v96: 121 pgs: 121 active+clean; 132 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 MiB/s rd, 3.2 MiB/s wr, 12 op/s 2023-10-14T00:05:17.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:17 smithi055 ceph-mon[183057]: failed to encode map e257 with expected crc 2023-10-14T00:05:17.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:17 smithi055 ceph-mon[183057]: failed to encode map e257 with expected crc 2023-10-14T00:05:17.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:17 smithi055 ceph-mon[183057]: pgmap v96: 121 pgs: 121 active+clean; 132 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 MiB/s rd, 3.2 MiB/s wr, 12 op/s 2023-10-14T00:05:17.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:17 smithi082 ceph-mon[180771]: failed to encode map e257 with expected crc 2023-10-14T00:05:17.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:17 smithi082 ceph-mon[180771]: failed to encode map e257 with expected crc 2023-10-14T00:05:17.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:17 smithi082 ceph-mon[180771]: pgmap v96: 121 pgs: 121 active+clean; 132 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 MiB/s rd, 3.2 MiB/s wr, 12 op/s 2023-10-14T00:05:18.409 INFO:tasks.rados.rados.0.smithi055.stdout:1084: expect (ObjNum 288 snap 71 seq_num 288) 2023-10-14T00:05:18.410 INFO:tasks.rados.rados.0.smithi055.stdout:1082: finishing write tid 1 to smithi055169533-16 2023-10-14T00:05:18.410 INFO:tasks.rados.rados.0.smithi055.stdout:1082: finishing write tid 2 to smithi055169533-16 2023-10-14T00:05:18.410 INFO:tasks.rados.rados.0.smithi055.stdout:1082: finishing write tid 3 to smithi055169533-16 2023-10-14T00:05:18.410 INFO:tasks.rados.rados.0.smithi055.stdout:1082: finishing write tid 4 to smithi055169533-16 2023-10-14T00:05:18.411 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 16 v 325 (ObjNum 352 snap 93 seq_num 352) dirty exists 2023-10-14T00:05:18.411 INFO:tasks.rados.rados.0.smithi055.stdout:1082: left oid 16 (ObjNum 352 snap 93 seq_num 352) 2023-10-14T00:05:18.411 INFO:tasks.rados.rados.0.smithi055.stdout:1087: seq_num 353 ranges {1384448=720896,2105344=401408} 2023-10-14T00:05:18.421 INFO:tasks.rados.rados.0.smithi055.stdout:1087: writing smithi055169533-10 from 1384448 to 2105344 tid 1 2023-10-14T00:05:18.424 INFO:tasks.rados.rados.0.smithi055.stdout:1087: writing smithi055169533-10 from 2105344 to 2506752 tid 2 2023-10-14T00:05:18.424 INFO:tasks.rados.rados.0.smithi055.stdout:1078: done (5 left) 2023-10-14T00:05:18.424 INFO:tasks.rados.rados.0.smithi055.stdout:1082: done (4 left) 2023-10-14T00:05:18.424 INFO:tasks.rados.rados.0.smithi055.stdout:1083: done (3 left) 2023-10-14T00:05:18.425 INFO:tasks.rados.rados.0.smithi055.stdout:1084: done (2 left) 2023-10-14T00:05:18.425 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 45 current snap is 93 2023-10-14T00:05:18.425 INFO:tasks.rados.rados.0.smithi055.stdout:1088: seq_num 354 ranges {0=737280,737280=401408} 2023-10-14T00:05:18.428 INFO:tasks.rados.rados.0.smithi055.stdout:1088: writing smithi055169533-45 from 0 to 737280 tid 1 2023-10-14T00:05:18.430 INFO:tasks.rados.rados.0.smithi055.stdout:1088: writing smithi055169533-45 from 737280 to 1138688 tid 2 2023-10-14T00:05:18.431 INFO:tasks.rados.rados.0.smithi055.stdout:1089: copy_from oid 4 from oid 16 current snap is 93 2023-10-14T00:05:18.431 INFO:tasks.rados.rados.0.smithi055.stdout:1086: expect (ObjNum 281 snap 68 seq_num 281) 2023-10-14T00:05:18.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:18 smithi055 ceph-mon[185614]: failed to encode map e258 with expected crc 2023-10-14T00:05:18.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:18 smithi055 ceph-mon[185614]: failed to encode map e258 with expected crc 2023-10-14T00:05:18.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:18 smithi055 ceph-mon[185614]: osdmap e258: 8 total, 8 up, 8 in 2023-10-14T00:05:18.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:18 smithi055 ceph-mon[185614]: failed to encode map e258 with expected crc 2023-10-14T00:05:18.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:18 smithi055 ceph-mon[183057]: failed to encode map e258 with expected crc 2023-10-14T00:05:18.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:18 smithi055 ceph-mon[183057]: failed to encode map e258 with expected crc 2023-10-14T00:05:18.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:18 smithi055 ceph-mon[183057]: osdmap e258: 8 total, 8 up, 8 in 2023-10-14T00:05:18.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:18 smithi055 ceph-mon[183057]: failed to encode map e258 with expected crc 2023-10-14T00:05:18.875 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:05:18 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:05: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-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi055:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi082.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-10-14T00:05:18.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:18 smithi082 ceph-mon[180771]: failed to encode map e258 with expected crc 2023-10-14T00:05:18.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:18 smithi082 ceph-mon[180771]: failed to encode map e258 with expected crc 2023-10-14T00:05:18.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:18 smithi082 ceph-mon[180771]: osdmap e258: 8 total, 8 up, 8 in 2023-10-14T00:05:18.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:18 smithi082 ceph-mon[180771]: failed to encode map e258 with expected crc 2023-10-14T00:05:19.081 INFO:tasks.rados.rados.0.smithi055.stdout:1087: finishing write tid 1 to smithi055169533-10 2023-10-14T00:05:19.081 INFO:tasks.rados.rados.0.smithi055.stdout:1087: finishing write tid 2 to smithi055169533-10 2023-10-14T00:05:19.081 INFO:tasks.rados.rados.0.smithi055.stdout:1087: finishing write tid 3 to smithi055169533-10 2023-10-14T00:05:19.082 INFO:tasks.rados.rados.0.smithi055.stdout:1087: finishing write tid 4 to smithi055169533-10 2023-10-14T00:05:19.082 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 10 v 507 (ObjNum 353 snap 93 seq_num 353) dirty exists 2023-10-14T00:05:19.082 INFO:tasks.rados.rados.0.smithi055.stdout:1087: left oid 10 (ObjNum 353 snap 93 seq_num 353) 2023-10-14T00:05:19.082 INFO:tasks.rados.rados.0.smithi055.stdout:1088: finishing write tid 1 to smithi055169533-45 2023-10-14T00:05:19.082 INFO:tasks.rados.rados.0.smithi055.stdout:1086: done (3 left) 2023-10-14T00:05:19.084 INFO:tasks.rados.rados.0.smithi055.stdout:1087: done (2 left) 2023-10-14T00:05:19.084 INFO:tasks.rados.rados.0.smithi055.stdout:1090: rollback oid 42 current snap is 93 2023-10-14T00:05:19.084 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 42 to 85 2023-10-14T00:05:19.084 INFO:tasks.rados.rados.0.smithi055.stdout:1088: finishing write tid 2 to smithi055169533-45 2023-10-14T00:05:19.084 INFO:tasks.rados.rados.0.smithi055.stdout:1088: finishing write tid 3 to smithi055169533-45 2023-10-14T00:05:19.085 INFO:tasks.rados.rados.0.smithi055.stdout:1088: finishing write tid 4 to smithi055169533-45 2023-10-14T00:05:19.085 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 45 v 342 (ObjNum 354 snap 93 seq_num 354) dirty exists 2023-10-14T00:05:19.085 INFO:tasks.rados.rados.0.smithi055.stdout:1088: left oid 45 (ObjNum 354 snap 93 seq_num 354) 2023-10-14T00:05:19.085 INFO:tasks.rados.rados.0.smithi055.stdout:1089: finishing copy_from to smithi055169533-4 2023-10-14T00:05:19.085 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 4 v 325 (ObjNum 352 snap 93 seq_num 352) dirty exists 2023-10-14T00:05:19.085 INFO:tasks.rados.rados.0.smithi055.stdout:1089: finishing copy_from racing read to smithi055169533-4 2023-10-14T00:05:19.086 INFO:tasks.rados.rados.0.smithi055.stdout:1088: done (2 left) 2023-10-14T00:05:19.086 INFO:tasks.rados.rados.0.smithi055.stdout:1089: done (1 left) 2023-10-14T00:05:19.086 INFO:tasks.rados.rados.0.smithi055.stdout:1091: copy_from oid 8 from oid 46 current snap is 93 2023-10-14T00:05:19.086 INFO:tasks.rados.rados.0.smithi055.stdout:1092: read oid 27 snap 90 2023-10-14T00:05:19.086 INFO:tasks.rados.rados.0.smithi055.stdout:1092: expect (ObjNum 288 snap 71 seq_num 288) 2023-10-14T00:05:19.087 INFO:tasks.rados.rados.0.smithi055.stdout:1093: copy_from oid 7 from oid 33 current snap is 93 2023-10-14T00:05:19.087 INFO:tasks.rados.rados.0.smithi055.stdout:1094: snap_create 2023-10-14T00:05:19.088 INFO:tasks.rados.rados.0.smithi055.stdout:1092: expect (ObjNum 288 snap 71 seq_num 288) 2023-10-14T00:05:19.088 INFO:tasks.rados.rados.0.smithi055.stdout:1091: finishing copy_from to smithi055169533-8 2023-10-14T00:05:19.088 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 8 v 314 (ObjNum 289 snap 71 seq_num 289) dirty exists 2023-10-14T00:05:19.088 INFO:tasks.rados.rados.0.smithi055.stdout:1090: finishing rollback tid 0 to smithi055169533-42 2023-10-14T00:05:19.089 INFO:tasks.rados.rados.0.smithi055.stdout:1090: finishing rollback tid 1 to smithi055169533-42 2023-10-14T00:05:19.089 INFO:tasks.rados.rados.0.smithi055.stdout:1090: finishing rollback tid 2 to smithi055169533-42 2023-10-14T00:05:19.089 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 42 v 454 (ObjNum 334 snap 85 seq_num 334) dirty exists 2023-10-14T00:05:19.089 INFO:tasks.rados.rados.0.smithi055.stdout:1091: finishing copy_from racing read to smithi055169533-8 2023-10-14T00:05:19.089 INFO:tasks.rados.rados.0.smithi055.stdout:1093: finishing copy_from to smithi055169533-7 2023-10-14T00:05:19.090 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 7 v 337 (ObjNum -1075705836 snap -1361264844 seq_num 304) dirty exists 2023-10-14T00:05:19.090 INFO:tasks.rados.rados.0.smithi055.stdout:1093: finishing copy_from racing read to smithi055169533-7 2023-10-14T00:05:19.862 INFO:tasks.rados.rados.0.smithi055.stdout:1090: done (4 left) 2023-10-14T00:05:19.862 INFO:tasks.rados.rados.0.smithi055.stdout:1091: done (3 left) 2023-10-14T00:05:19.862 INFO:tasks.rados.rados.0.smithi055.stdout:1092: done (2 left) 2023-10-14T00:05:19.862 INFO:tasks.rados.rados.0.smithi055.stdout:1093: done (1 left) 2023-10-14T00:05:19.863 INFO:tasks.rados.rados.0.smithi055.stdout:1094: done (0 left) 2023-10-14T00:05:19.863 INFO:tasks.rados.rados.0.smithi055.stdout:1095: read oid 48 snap -1 2023-10-14T00:05:19.863 INFO:tasks.rados.rados.0.smithi055.stdout:1095: expect (ObjNum 300 snap 74 seq_num 300) 2023-10-14T00:05:19.863 INFO:tasks.rados.rados.0.smithi055.stdout:1096: copy_from oid 16 from oid 38 current snap is 94 2023-10-14T00:05:19.863 INFO:tasks.rados.rados.0.smithi055.stdout:1097: setattr oid 13 current snap is 94 2023-10-14T00:05:19.864 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 12 current snap is 94 2023-10-14T00:05:19.864 INFO:tasks.rados.rados.0.smithi055.stdout:1098: seq_num 355 ranges {0=753664,753664=401408} 2023-10-14T00:05:19.868 INFO:tasks.rados.rados.0.smithi055.stdout:1098: writing smithi055169533-12 from 0 to 753664 tid 1 2023-10-14T00:05:19.872 INFO:tasks.rados.rados.0.smithi055.stdout:1098: writing smithi055169533-12 from 753664 to 1155072 tid 2 2023-10-14T00:05:19.872 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 4 current snap is 94 2023-10-14T00:05:19.872 INFO:tasks.rados.rados.0.smithi055.stdout:1099: seq_num 356 ranges {1105920=770048,1875968=401408} 2023-10-14T00:05:19.882 INFO:tasks.rados.rados.0.smithi055.stdout:1099: writing smithi055169533-4 from 1105920 to 1875968 tid 1 2023-10-14T00:05:19.884 INFO:tasks.rados.rados.0.smithi055.stdout:1099: writing smithi055169533-4 from 1875968 to 2277376 tid 2 2023-10-14T00:05:19.884 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 5 current snap is 94 2023-10-14T00:05:19.885 INFO:tasks.rados.rados.0.smithi055.stdout:1100: seq_num 357 ranges {4005888=786432,4792320=401408} 2023-10-14T00:05:19.911 INFO:tasks.rados.rados.0.smithi055.stdout:1100: writing smithi055169533-5 from 4005888 to 4792320 tid 1 2023-10-14T00:05:19.914 INFO:tasks.rados.rados.0.smithi055.stdout:1100: writing smithi055169533-5 from 4792320 to 5193728 tid 2 2023-10-14T00:05:19.914 INFO:tasks.rados.rados.0.smithi055.stdout:1101: setattr oid 30 current snap is 94 2023-10-14T00:05:19.914 INFO:tasks.rados.rados.0.smithi055.stdout:1095: expect (ObjNum 300 snap 74 seq_num 300) 2023-10-14T00:05:19.923 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 13 v 472 (ObjNum 350 snap 93 seq_num 350) dirty exists 2023-10-14T00:05:19.924 INFO:tasks.rados.rados.0.smithi055.stdout:1098: finishing write tid 1 to smithi055169533-12 2023-10-14T00:05:19.924 INFO:tasks.rados.rados.0.smithi055.stdout:1098: finishing write tid 2 to smithi055169533-12 2023-10-14T00:05:19.924 INFO:tasks.rados.rados.0.smithi055.stdout:1098: finishing write tid 3 to smithi055169533-12 2023-10-14T00:05:19.924 INFO:tasks.rados.rados.0.smithi055.stdout:1098: finishing write tid 4 to smithi055169533-12 2023-10-14T00:05:19.924 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 12 v 223 (ObjNum 355 snap 94 seq_num 355) dirty exists 2023-10-14T00:05:19.925 INFO:tasks.rados.rados.0.smithi055.stdout:1098: left oid 12 (ObjNum 355 snap 94 seq_num 355) 2023-10-14T00:05:19.925 INFO:tasks.rados.rados.0.smithi055.stdout:1096: finishing copy_from to smithi055169533-16 2023-10-14T00:05:19.925 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 16 v 169 (ObjNum 340 snap 85 seq_num 340) dirty exists 2023-10-14T00:05:19.925 INFO:tasks.rados.rados.0.smithi055.stdout:1096: finishing copy_from racing read to smithi055169533-16 2023-10-14T00:05:19.925 INFO:tasks.rados.rados.0.smithi055.stdout:1099: finishing write tid 1 to smithi055169533-4 2023-10-14T00:05:19.926 INFO:tasks.rados.rados.0.smithi055.stdout:1099: finishing write tid 2 to smithi055169533-4 2023-10-14T00:05:19.926 INFO:tasks.rados.rados.0.smithi055.stdout:1099: finishing write tid 3 to smithi055169533-4 2023-10-14T00:05:19.926 INFO:tasks.rados.rados.0.smithi055.stdout:1099: finishing write tid 4 to smithi055169533-4 2023-10-14T00:05:19.926 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 4 v 484 (ObjNum 356 snap 94 seq_num 356) dirty exists 2023-10-14T00:05:19.926 INFO:tasks.rados.rados.0.smithi055.stdout:1099: left oid 4 (ObjNum 356 snap 94 seq_num 356) 2023-10-14T00:05:19.927 INFO:tasks.rados.rados.0.smithi055.stdout:1100: finishing write tid 1 to smithi055169533-5 2023-10-14T00:05:19.927 INFO:tasks.rados.rados.0.smithi055.stdout:1100: finishing write tid 2 to smithi055169533-5 2023-10-14T00:05:19.927 INFO:tasks.rados.rados.0.smithi055.stdout:1100: finishing write tid 3 to smithi055169533-5 2023-10-14T00:05:19.927 INFO:tasks.rados.rados.0.smithi055.stdout:1100: finishing write tid 4 to smithi055169533-5 2023-10-14T00:05:19.927 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 5 v 340 (ObjNum 357 snap 94 seq_num 357) dirty exists 2023-10-14T00:05:19.928 INFO:tasks.rados.rados.0.smithi055.stdout:1100: left oid 5 (ObjNum 357 snap 94 seq_num 357) 2023-10-14T00:05:19.928 INFO:tasks.rados.rados.0.smithi055.stdout:1095: done (6 left) 2023-10-14T00:05:19.928 INFO:tasks.rados.rados.0.smithi055.stdout:1096: done (5 left) 2023-10-14T00:05:19.928 INFO:tasks.rados.rados.0.smithi055.stdout:1097: done (4 left) 2023-10-14T00:05:19.928 INFO:tasks.rados.rados.0.smithi055.stdout:1098: done (3 left) 2023-10-14T00:05:19.929 INFO:tasks.rados.rados.0.smithi055.stdout:1099: done (2 left) 2023-10-14T00:05:19.929 INFO:tasks.rados.rados.0.smithi055.stdout:1100: done (1 left) 2023-10-14T00:05:19.929 INFO:tasks.rados.rados.0.smithi055.stdout:1102: snap_remove snap 85 2023-10-14T00:05:20.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:19 smithi082 ceph-mon[180771]: pgmap v98: 121 pgs: 121 active+clean; 132 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 15 MiB/s rd, 2.9 MiB/s wr, 11 op/s 2023-10-14T00:05:20.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:19 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:20.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:19 smithi055 ceph-mon[185614]: pgmap v98: 121 pgs: 121 active+clean; 132 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 15 MiB/s rd, 2.9 MiB/s wr, 11 op/s 2023-10-14T00:05:20.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:19 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:20.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:19 smithi055 ceph-mon[183057]: pgmap v98: 121 pgs: 121 active+clean; 132 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 15 MiB/s rd, 2.9 MiB/s wr, 11 op/s 2023-10-14T00:05:20.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:19 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:20.290 INFO:tasks.rados.rados.0.smithi055.stdout:1102: done (1 left) 2023-10-14T00:05:20.291 INFO:tasks.rados.rados.0.smithi055.stdout:1103: copy_from oid 1 from oid 49 current snap is 94 2023-10-14T00:05:20.291 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 30 v 262 (ObjNum 295 snap 73 seq_num 295) dirty exists 2023-10-14T00:05:20.291 INFO:tasks.rados.rados.0.smithi055.stdout:1101: done (1 left) 2023-10-14T00:05:20.291 INFO:tasks.rados.rados.0.smithi055.stdout:1104: delete oid 46 current snap is 94 2023-10-14T00:05:20.304 INFO:tasks.rados.rados.0.smithi055.stdout:1104: done (1 left) 2023-10-14T00:05:20.304 INFO:tasks.rados.rados.0.smithi055.stdout:1105: snap_remove snap 90 2023-10-14T00:05:21.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:20 smithi082 ceph-mon[180771]: failed to encode map e259 with expected crc 2023-10-14T00:05:21.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:20 smithi082 ceph-mon[180771]: osdmap e259: 8 total, 8 up, 8 in 2023-10-14T00:05:21.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:20 smithi082 ceph-mon[180771]: failed to encode map e259 with expected crc 2023-10-14T00:05:21.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:20 smithi082 ceph-mon[180771]: failed to encode map e259 with expected crc 2023-10-14T00:05:21.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:20 smithi082 ceph-mon[180771]: failed to encode map e259 with expected crc 2023-10-14T00:05:21.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:20 smithi082 ceph-mon[180771]: osdmap e260: 8 total, 8 up, 8 in 2023-10-14T00:05:21.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:20 smithi055 ceph-mon[185614]: failed to encode map e259 with expected crc 2023-10-14T00:05:21.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:20 smithi055 ceph-mon[185614]: osdmap e259: 8 total, 8 up, 8 in 2023-10-14T00:05:21.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:20 smithi055 ceph-mon[185614]: failed to encode map e259 with expected crc 2023-10-14T00:05:21.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:20 smithi055 ceph-mon[185614]: failed to encode map e259 with expected crc 2023-10-14T00:05:21.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:20 smithi055 ceph-mon[185614]: failed to encode map e259 with expected crc 2023-10-14T00:05:21.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:20 smithi055 ceph-mon[185614]: osdmap e260: 8 total, 8 up, 8 in 2023-10-14T00:05:21.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:20 smithi055 ceph-mon[183057]: failed to encode map e259 with expected crc 2023-10-14T00:05:21.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:20 smithi055 ceph-mon[183057]: osdmap e259: 8 total, 8 up, 8 in 2023-10-14T00:05:21.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:20 smithi055 ceph-mon[183057]: failed to encode map e259 with expected crc 2023-10-14T00:05:21.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:20 smithi055 ceph-mon[183057]: failed to encode map e259 with expected crc 2023-10-14T00:05:21.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:20 smithi055 ceph-mon[183057]: failed to encode map e259 with expected crc 2023-10-14T00:05:21.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:20 smithi055 ceph-mon[183057]: osdmap e260: 8 total, 8 up, 8 in 2023-10-14T00:05:21.311 INFO:tasks.rados.rados.0.smithi055.stdout:1105: done (1 left) 2023-10-14T00:05:21.311 INFO:tasks.rados.rados.0.smithi055.stdout:1106: snap_create 2023-10-14T00:05:21.311 INFO:tasks.rados.rados.0.smithi055.stdout:1103: finishing copy_from to smithi055169533-1 2023-10-14T00:05:21.312 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 1 v 448 (ObjNum 334 snap 85 seq_num 334) dirty exists 2023-10-14T00:05:21.312 INFO:tasks.rados.rados.0.smithi055.stdout:1103: finishing copy_from racing read to smithi055169533-1 2023-10-14T00:05:22.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:21 smithi082 ceph-mon[180771]: failed to encode map e260 with expected crc 2023-10-14T00:05:22.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:21 smithi082 ceph-mon[180771]: failed to encode map e259 with expected crc 2023-10-14T00:05:22.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:21 smithi082 ceph-mon[180771]: failed to encode map e260 with expected crc 2023-10-14T00:05:22.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:21 smithi082 ceph-mon[180771]: failed to encode map e259 with expected crc 2023-10-14T00:05:22.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:21 smithi082 ceph-mon[180771]: pgmap v101: 121 pgs: 121 active+clean; 144 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 15 MiB/s rd, 2.7 MiB/s wr, 34 op/s 2023-10-14T00:05:22.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:21 smithi082 ceph-mon[180771]: osdmap e261: 8 total, 8 up, 8 in 2023-10-14T00:05:22.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:21 smithi055 ceph-mon[183057]: failed to encode map e260 with expected crc 2023-10-14T00:05:22.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:21 smithi055 ceph-mon[183057]: failed to encode map e259 with expected crc 2023-10-14T00:05:22.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:21 smithi055 ceph-mon[183057]: failed to encode map e260 with expected crc 2023-10-14T00:05:22.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:21 smithi055 ceph-mon[183057]: failed to encode map e259 with expected crc 2023-10-14T00:05:22.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:21 smithi055 ceph-mon[183057]: pgmap v101: 121 pgs: 121 active+clean; 144 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 15 MiB/s rd, 2.7 MiB/s wr, 34 op/s 2023-10-14T00:05:22.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:21 smithi055 ceph-mon[183057]: osdmap e261: 8 total, 8 up, 8 in 2023-10-14T00:05:22.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:21 smithi055 ceph-mon[185614]: failed to encode map e260 with expected crc 2023-10-14T00:05:22.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:21 smithi055 ceph-mon[185614]: failed to encode map e259 with expected crc 2023-10-14T00:05:22.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:21 smithi055 ceph-mon[185614]: failed to encode map e260 with expected crc 2023-10-14T00:05:22.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:21 smithi055 ceph-mon[185614]: failed to encode map e259 with expected crc 2023-10-14T00:05:22.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:21 smithi055 ceph-mon[185614]: pgmap v101: 121 pgs: 121 active+clean; 144 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 15 MiB/s rd, 2.7 MiB/s wr, 34 op/s 2023-10-14T00:05:22.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:21 smithi055 ceph-mon[185614]: osdmap e261: 8 total, 8 up, 8 in 2023-10-14T00:05:22.325 INFO:tasks.rados.rados.0.smithi055.stdout:1103: done (1 left) 2023-10-14T00:05:22.325 INFO:tasks.rados.rados.0.smithi055.stdout:1106: done (0 left) 2023-10-14T00:05:22.326 INFO:tasks.rados.rados.0.smithi055.stdout:1107: copy_from oid 20 from oid 32 current snap is 95 2023-10-14T00:05:22.326 INFO:tasks.rados.rados.0.smithi055.stdout:1108: delete oid 3 current snap is 95 2023-10-14T00:05:22.331 INFO:tasks.rados.rados.0.smithi055.stdout:1108: done (1 left) 2023-10-14T00:05:22.331 INFO:tasks.rados.rados.0.smithi055.stdout:1109: copy_from oid 45 from oid 37 current snap is 95 2023-10-14T00:05:22.332 INFO:tasks.rados.rados.0.smithi055.stdout:1110: snap_remove snap 93 2023-10-14T00:05:23.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:22 smithi082 ceph-mon[180771]: failed to encode map e261 with expected crc 2023-10-14T00:05:23.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:22 smithi082 ceph-mon[180771]: failed to encode map e261 with expected crc 2023-10-14T00:05:23.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:22 smithi082 ceph-mon[180771]: osdmap e262: 8 total, 8 up, 8 in 2023-10-14T00:05:23.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:22 smithi082 ceph-mon[180771]: failed to encode map e262 with expected crc 2023-10-14T00:05:23.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:22 smithi082 ceph-mon[180771]: failed to encode map e262 with expected crc 2023-10-14T00:05:23.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:22 smithi055 ceph-mon[185614]: failed to encode map e261 with expected crc 2023-10-14T00:05:23.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:22 smithi055 ceph-mon[185614]: failed to encode map e261 with expected crc 2023-10-14T00:05:23.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:22 smithi055 ceph-mon[185614]: osdmap e262: 8 total, 8 up, 8 in 2023-10-14T00:05:23.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:22 smithi055 ceph-mon[185614]: failed to encode map e262 with expected crc 2023-10-14T00:05:23.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:22 smithi055 ceph-mon[185614]: failed to encode map e262 with expected crc 2023-10-14T00:05:23.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:22 smithi055 ceph-mon[183057]: failed to encode map e261 with expected crc 2023-10-14T00:05:23.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:22 smithi055 ceph-mon[183057]: failed to encode map e261 with expected crc 2023-10-14T00:05:23.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:22 smithi055 ceph-mon[183057]: osdmap e262: 8 total, 8 up, 8 in 2023-10-14T00:05:23.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:22 smithi055 ceph-mon[183057]: failed to encode map e262 with expected crc 2023-10-14T00:05:23.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:22 smithi055 ceph-mon[183057]: failed to encode map e262 with expected crc 2023-10-14T00:05:23.334 INFO:tasks.rados.rados.0.smithi055.stdout:1110: done (2 left) 2023-10-14T00:05:23.335 INFO:tasks.rados.rados.0.smithi055.stdout:1111: snap_create 2023-10-14T00:05:23.335 INFO:tasks.rados.rados.0.smithi055.stdout:1109: finishing copy_from to smithi055169533-45 2023-10-14T00:05:23.335 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 45 v 330 (ObjNum 305 snap 77 seq_num 305) dirty exists 2023-10-14T00:05:23.335 INFO:tasks.rados.rados.0.smithi055.stdout:1109: finishing copy_from racing read to smithi055169533-45 2023-10-14T00:05:23.336 INFO:tasks.rados.rados.0.smithi055.stdout:1107: finishing copy_from to smithi055169533-20 2023-10-14T00:05:23.336 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 20 v 206 (ObjNum 351 snap 93 seq_num 351) dirty exists 2023-10-14T00:05:23.336 INFO:tasks.rados.rados.0.smithi055.stdout:1107: finishing copy_from racing read to smithi055169533-20 2023-10-14T00:05:24.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:23 smithi082 ceph-mon[180771]: failed to encode map e262 with expected crc 2023-10-14T00:05:24.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:23 smithi082 ceph-mon[180771]: failed to encode map e262 with expected crc 2023-10-14T00:05:24.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:23 smithi082 ceph-mon[180771]: failed to encode map e262 with expected crc 2023-10-14T00:05:24.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:23 smithi082 ceph-mon[180771]: failed to encode map e262 with expected crc 2023-10-14T00:05:24.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:23 smithi082 ceph-mon[180771]: pgmap v104: 121 pgs: 121 active+clean; 144 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 MiB/s rd, 3.0 MiB/s wr, 39 op/s 2023-10-14T00:05:24.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:23 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-10-14T00:05:24.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:23 smithi082 ceph-mon[180771]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-10-14T00:05:24.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:23 smithi082 ceph-mon[180771]: Upgrade: osd.1 is safe to restart 2023-10-14T00:05:24.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:23 smithi082 ceph-mon[180771]: osdmap e263: 8 total, 8 up, 8 in 2023-10-14T00:05:24.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:23 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:24.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:23 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:05:24.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:23 smithi055 ceph-mon[185614]: failed to encode map e262 with expected crc 2023-10-14T00:05:24.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:23 smithi055 ceph-mon[185614]: failed to encode map e262 with expected crc 2023-10-14T00:05:24.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:23 smithi055 ceph-mon[185614]: failed to encode map e262 with expected crc 2023-10-14T00:05:24.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:23 smithi055 ceph-mon[185614]: failed to encode map e262 with expected crc 2023-10-14T00:05:24.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:23 smithi055 ceph-mon[185614]: pgmap v104: 121 pgs: 121 active+clean; 144 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 MiB/s rd, 3.0 MiB/s wr, 39 op/s 2023-10-14T00:05:24.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:23 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-10-14T00:05:24.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:23 smithi055 ceph-mon[185614]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-10-14T00:05:24.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:23 smithi055 ceph-mon[185614]: Upgrade: osd.1 is safe to restart 2023-10-14T00:05:24.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:23 smithi055 ceph-mon[185614]: osdmap e263: 8 total, 8 up, 8 in 2023-10-14T00:05:24.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:23 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:24.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:23 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:05:24.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:23 smithi055 ceph-mon[183057]: failed to encode map e262 with expected crc 2023-10-14T00:05:24.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:23 smithi055 ceph-mon[183057]: failed to encode map e262 with expected crc 2023-10-14T00:05:24.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:23 smithi055 ceph-mon[183057]: failed to encode map e262 with expected crc 2023-10-14T00:05:24.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:23 smithi055 ceph-mon[183057]: failed to encode map e262 with expected crc 2023-10-14T00:05:24.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:23 smithi055 ceph-mon[183057]: pgmap v104: 121 pgs: 121 active+clean; 144 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 MiB/s rd, 3.0 MiB/s wr, 39 op/s 2023-10-14T00:05:24.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:23 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-10-14T00:05:24.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:23 smithi055 ceph-mon[183057]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-10-14T00:05:24.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:23 smithi055 ceph-mon[183057]: Upgrade: osd.1 is safe to restart 2023-10-14T00:05:24.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:23 smithi055 ceph-mon[183057]: osdmap e263: 8 total, 8 up, 8 in 2023-10-14T00:05:24.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:23 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:24.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:23 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:05:24.342 INFO:tasks.rados.rados.0.smithi055.stdout:1107: done (2 left) 2023-10-14T00:05:24.342 INFO:tasks.rados.rados.0.smithi055.stdout:1109: done (1 left) 2023-10-14T00:05:24.343 INFO:tasks.rados.rados.0.smithi055.stdout:1111: done (0 left) 2023-10-14T00:05:24.343 INFO:tasks.rados.rados.0.smithi055.stdout:1112: snap_remove snap 95 2023-10-14T00:05:25.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:24 smithi082 ceph-mon[180771]: failed to encode map e263 with expected crc 2023-10-14T00:05:25.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:24 smithi082 ceph-mon[180771]: failed to encode map e263 with expected crc 2023-10-14T00:05:25.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:25.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-10-14T00:05:25.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:05:25.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:24 smithi082 ceph-mon[180771]: failed to encode map e264 with expected crc 2023-10-14T00:05:25.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:24 smithi082 ceph-mon[180771]: osdmap e264: 8 total, 8 up, 8 in 2023-10-14T00:05:25.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:05:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:05:25] "GET /metrics HTTP/1.1" 200 36058 "" "Prometheus/2.43.0" 2023-10-14T00:05:25.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:24 smithi055 ceph-mon[183057]: failed to encode map e263 with expected crc 2023-10-14T00:05:25.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:24 smithi055 ceph-mon[183057]: failed to encode map e263 with expected crc 2023-10-14T00:05:25.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:25.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-10-14T00:05:25.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:05:25.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:24 smithi055 ceph-mon[183057]: failed to encode map e264 with expected crc 2023-10-14T00:05:25.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:24 smithi055 ceph-mon[183057]: osdmap e264: 8 total, 8 up, 8 in 2023-10-14T00:05:25.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:24 smithi055 ceph-mon[185614]: failed to encode map e263 with expected crc 2023-10-14T00:05:25.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:24 smithi055 ceph-mon[185614]: failed to encode map e263 with expected crc 2023-10-14T00:05:25.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:25.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-10-14T00:05:25.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:05:25.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:24 smithi055 ceph-mon[185614]: failed to encode map e264 with expected crc 2023-10-14T00:05:25.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:24 smithi055 ceph-mon[185614]: osdmap e264: 8 total, 8 up, 8 in 2023-10-14T00:05:25.307 INFO:tasks.rados.rados.0.smithi055.stdout:1112: done (0 left) 2023-10-14T00:05:25.307 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 25 current snap is 96 2023-10-14T00:05:25.307 INFO:tasks.rados.rados.0.smithi055.stdout:1113: seq_num 360 ranges {1245184=434176,1679360=704512,2383872=98304} 2023-10-14T00:05:25.313 INFO:tasks.rados.rados.0.smithi055.stdout:1113: writing smithi055169533-25 from 1245184 to 1679360 tid 1 2023-10-14T00:05:25.317 INFO:tasks.rados.rados.0.smithi055.stdout:1113: writing smithi055169533-25 from 1679360 to 2383872 tid 2 2023-10-14T00:05:25.318 INFO:tasks.rados.rados.0.smithi055.stdout:1113: writing smithi055169533-25 from 2383872 to 2482176 tid 3 2023-10-14T00:05:25.318 INFO:tasks.rados.rados.0.smithi055.stdout:1114: copy_from oid 1 from oid 10 current snap is 96 2023-10-14T00:05:25.326 INFO:tasks.rados.rados.0.smithi055.stdout:1115: read oid 46 snap -1 2023-10-14T00:05:25.326 INFO:tasks.rados.rados.0.smithi055.stdout:1115: expect deleted 2023-10-14T00:05:25.326 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 24 current snap is 96 2023-10-14T00:05:25.326 INFO:tasks.rados.rados.0.smithi055.stdout:1116: seq_num 361 ranges {3440640=450560,3891200=581632,4472832=221184} 2023-10-14T00:05:25.341 INFO:tasks.rados.rados.0.smithi055.stdout:1116: writing smithi055169533-24 from 3440640 to 3891200 tid 1 2023-10-14T00:05:25.345 INFO:tasks.rados.rados.0.smithi055.stdout:1116: writing smithi055169533-24 from 3891200 to 4472832 tid 2 2023-10-14T00:05:25.347 INFO:tasks.rados.rados.0.smithi055.stdout:1116: writing smithi055169533-24 from 4472832 to 4694016 tid 3 2023-10-14T00:05:25.348 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 5 current snap is 96 2023-10-14T00:05:25.348 INFO:tasks.rados.rados.0.smithi055.stdout:1113: finishing write tid 1 to smithi055169533-25 2023-10-14T00:05:25.348 INFO:tasks.rados.rados.0.smithi055.stdout:1113: finishing write tid 2 to smithi055169533-25 2023-10-14T00:05:25.348 INFO:tasks.rados.rados.0.smithi055.stdout:1113: finishing write tid 3 to smithi055169533-25 2023-10-14T00:05:25.348 INFO:tasks.rados.rados.0.smithi055.stdout:1113: finishing write tid 4 to smithi055169533-25 2023-10-14T00:05:25.349 INFO:tasks.rados.rados.0.smithi055.stdout:1113: finishing write tid 5 to smithi055169533-25 2023-10-14T00:05:25.349 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 25 v 327 (ObjNum 360 snap 96 seq_num 360) dirty exists 2023-10-14T00:05:25.349 INFO:tasks.rados.rados.0.smithi055.stdout:1113: left oid 25 (ObjNum 360 snap 96 seq_num 360) 2023-10-14T00:05:25.349 INFO:tasks.rados.rados.0.smithi055.stdout:1114: finishing copy_from to smithi055169533-1 2023-10-14T00:05:25.349 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 1 v 507 (ObjNum 353 snap 93 seq_num 353) dirty exists 2023-10-14T00:05:25.349 INFO:tasks.rados.rados.0.smithi055.stdout:1114: finishing copy_from racing read to smithi055169533-1 2023-10-14T00:05:25.350 INFO:tasks.rados.rados.0.smithi055.stdout:1116: finishing write tid 1 to smithi055169533-24 2023-10-14T00:05:25.350 INFO:tasks.rados.rados.0.smithi055.stdout:1117: seq_num 362 ranges {5193728=466944,5660672=466944,6127616=335872} 2023-10-14T00:05:25.379 INFO:tasks.rados.rados.0.smithi055.stdout:1117: writing smithi055169533-5 from 5193728 to 5660672 tid 1 2023-10-14T00:05:25.381 INFO:tasks.rados.rados.0.smithi055.stdout:1117: writing smithi055169533-5 from 5660672 to 6127616 tid 2 2023-10-14T00:05:25.384 INFO:tasks.rados.rados.0.smithi055.stdout:1117: writing smithi055169533-5 from 6127616 to 6463488 tid 3 2023-10-14T00:05:25.384 INFO:tasks.rados.rados.0.smithi055.stdout:1113: done (4 left) 2023-10-14T00:05:25.384 INFO:tasks.rados.rados.0.smithi055.stdout:1114: done (3 left) 2023-10-14T00:05:25.384 INFO:tasks.rados.rados.0.smithi055.stdout:1115: done (2 left) 2023-10-14T00:05:25.384 INFO:tasks.rados.rados.0.smithi055.stdout:1118: rollback oid 15 current snap is 96 2023-10-14T00:05:25.385 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 15 to 87 2023-10-14T00:05:25.385 INFO:tasks.rados.rados.0.smithi055.stdout:1116: finishing write tid 2 to smithi055169533-24 2023-10-14T00:05:25.385 INFO:tasks.rados.rados.0.smithi055.stdout:1116: finishing write tid 3 to smithi055169533-24 2023-10-14T00:05:25.385 INFO:tasks.rados.rados.0.smithi055.stdout:1116: finishing write tid 4 to smithi055169533-24 2023-10-14T00:05:25.385 INFO:tasks.rados.rados.0.smithi055.stdout:1116: finishing write tid 5 to smithi055169533-24 2023-10-14T00:05:25.386 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 24 v 279 (ObjNum 361 snap 96 seq_num 361) dirty exists 2023-10-14T00:05:25.386 INFO:tasks.rados.rados.0.smithi055.stdout:1116: left oid 24 (ObjNum 361 snap 96 seq_num 361) 2023-10-14T00:05:25.386 INFO:tasks.rados.rados.0.smithi055.stdout:1117: finishing write tid 1 to smithi055169533-5 2023-10-14T00:05:25.386 INFO:tasks.rados.rados.0.smithi055.stdout:1116: done (2 left) 2023-10-14T00:05:25.386 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 35 current snap is 96 2023-10-14T00:05:25.387 INFO:tasks.rados.rados.0.smithi055.stdout:1119: seq_num 363 ranges {1122304=483328,1605632=753664,2359296=49152} 2023-10-14T00:05:25.393 INFO:tasks.rados.rados.0.smithi055.stdout:1119: writing smithi055169533-35 from 1122304 to 1605632 tid 1 2023-10-14T00:05:25.398 INFO:tasks.rados.rados.0.smithi055.stdout:1119: writing smithi055169533-35 from 1605632 to 2359296 tid 2 2023-10-14T00:05:25.399 INFO:tasks.rados.rados.0.smithi055.stdout:1119: writing smithi055169533-35 from 2359296 to 2408448 tid 3 2023-10-14T00:05:25.400 INFO:tasks.rados.rados.0.smithi055.stdout:1120: copy_from oid 50 from oid 30 current snap is 96 2023-10-14T00:05:25.400 INFO:tasks.rados.rados.0.smithi055.stdout:1117: finishing write tid 2 to smithi055169533-5 2023-10-14T00:05:25.400 INFO:tasks.rados.rados.0.smithi055.stdout:1117: finishing write tid 3 to smithi055169533-5 2023-10-14T00:05:25.400 INFO:tasks.rados.rados.0.smithi055.stdout:1117: finishing write tid 4 to smithi055169533-5 2023-10-14T00:05:25.400 INFO:tasks.rados.rados.0.smithi055.stdout:1121: copy_from oid 27 from oid 43 current snap is 96 2023-10-14T00:05:25.401 INFO:tasks.rados.rados.0.smithi055.stdout:1118: finishing rollback tid 0 to smithi055169533-15 2023-10-14T00:05:25.401 INFO:tasks.rados.rados.0.smithi055.stdout:1118: finishing rollback tid 1 to smithi055169533-15 2023-10-14T00:05:25.401 INFO:tasks.rados.rados.0.smithi055.stdout:1118: finishing rollback tid 2 to smithi055169533-15 2023-10-14T00:05:25.401 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 15 v 506 (ObjNum 312 snap 80 seq_num 312) dirty exists 2023-10-14T00:05:25.401 INFO:tasks.rados.rados.0.smithi055.stdout:1117: finishing write tid 5 to smithi055169533-5 2023-10-14T00:05:25.402 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 5 v 353 (ObjNum 362 snap 96 seq_num 362) dirty exists 2023-10-14T00:05:25.402 INFO:tasks.rados.rados.0.smithi055.stdout:1117: left oid 5 (ObjNum 362 snap 96 seq_num 362) 2023-10-14T00:05:25.402 INFO:tasks.rados.rados.0.smithi055.stdout:1119: finishing write tid 1 to smithi055169533-35 2023-10-14T00:05:25.402 INFO:tasks.rados.rados.0.smithi055.stdout:1117: done (4 left) 2023-10-14T00:05:25.403 INFO:tasks.rados.rados.0.smithi055.stdout:1118: done (3 left) 2023-10-14T00:05:25.403 INFO:tasks.rados.rados.0.smithi055.stdout:1122: read oid 41 snap -1 2023-10-14T00:05:25.403 INFO:tasks.rados.rados.0.smithi055.stdout:1122: expect (ObjNum 329 snap 84 seq_num 329) 2023-10-14T00:05:25.403 INFO:tasks.rados.rados.0.smithi055.stdout:1123: setattr oid 15 current snap is 96 2023-10-14T00:05:25.404 INFO:tasks.rados.rados.0.smithi055.stdout:1124: rollback oid 23 current snap is 96 2023-10-14T00:05:25.405 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 23 to 87 2023-10-14T00:05:25.405 INFO:tasks.rados.rados.0.smithi055.stdout:1125: rollback oid 46 current snap is 96 2023-10-14T00:05:25.405 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 46 to 94 2023-10-14T00:05:25.405 INFO:tasks.rados.rados.0.smithi055.stdout:1126: read oid 40 snap -1 2023-10-14T00:05:25.405 INFO:tasks.rados.rados.0.smithi055.stdout:1126: expect (ObjNum 245 snap 56 seq_num 245) 2023-10-14T00:05:25.406 INFO:tasks.rados.rados.0.smithi055.stdout:1127: rollback oid 7 current snap is 96 2023-10-14T00:05:25.406 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 7 to 94 2023-10-14T00:05:25.406 INFO:tasks.rados.rados.0.smithi055.stdout:1128: delete oid 38 current snap is 96 2023-10-14T00:05:25.406 INFO:tasks.rados.rados.0.smithi055.stdout:1119: finishing write tid 2 to smithi055169533-35 2023-10-14T00:05:25.406 INFO:tasks.rados.rados.0.smithi055.stdout:1119: finishing write tid 3 to smithi055169533-35 2023-10-14T00:05:25.407 INFO:tasks.rados.rados.0.smithi055.stdout:1119: finishing write tid 4 to smithi055169533-35 2023-10-14T00:05:25.409 INFO:tasks.rados.rados.0.smithi055.stdout:1119: finishing write tid 5 to smithi055169533-35 2023-10-14T00:05:25.409 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 35 v 522 (ObjNum 363 snap 96 seq_num 363) dirty exists 2023-10-14T00:05:25.410 INFO:tasks.rados.rados.0.smithi055.stdout:1119: left oid 35 (ObjNum 363 snap 96 seq_num 363) 2023-10-14T00:05:25.411 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 15 v 507 (ObjNum 312 snap 80 seq_num 312) dirty exists 2023-10-14T00:05:25.415 INFO:tasks.rados.rados.0.smithi055.stdout:1126: expect (ObjNum 245 snap 56 seq_num 245) 2023-10-14T00:05:25.463 INFO:tasks.rados.rados.0.smithi055.stdout:1124: finishing rollback tid 0 to smithi055169533-23 2023-10-14T00:05:25.464 INFO:tasks.rados.rados.0.smithi055.stdout:1124: finishing rollback tid 1 to smithi055169533-23 2023-10-14T00:05:25.464 INFO:tasks.rados.rados.0.smithi055.stdout:1124: finishing rollback tid 2 to smithi055169533-23 2023-10-14T00:05:25.464 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 23 v 323 (ObjNum 332 snap 85 seq_num 332) dirty exists 2023-10-14T00:05:25.464 INFO:tasks.rados.rados.0.smithi055.stdout:1127: finishing rollback tid 0 to smithi055169533-7 2023-10-14T00:05:25.465 INFO:tasks.rados.rados.0.smithi055.stdout:1125: finishing rollback tid 1 to smithi055169533-46 2023-10-14T00:05:25.465 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 46 v 320 (ObjNum 33 snap 0 seq_num 1521787192) dirty dne 2023-10-14T00:05:25.465 INFO:tasks.rados.rados.0.smithi055.stdout:1127: finishing rollback tid 1 to smithi055169533-7 2023-10-14T00:05:25.465 INFO:tasks.rados.rados.0.smithi055.stdout:1127: finishing rollback tid 2 to smithi055169533-7 2023-10-14T00:05:25.466 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 7 v 345 (ObjNum 161 snap 0 seq_num 1) dirty exists 2023-10-14T00:05:25.466 INFO:tasks.rados.rados.0.smithi055.stdout:1122: expect (ObjNum 329 snap 84 seq_num 329) 2023-10-14T00:05:26.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:25 smithi055 ceph-mon[185614]: Upgrade: Updating osd.1 2023-10-14T00:05:26.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:25 smithi055 ceph-mon[185614]: Deploying daemon osd.1 on smithi055 2023-10-14T00:05:26.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:25 smithi055 ceph-mon[185614]: failed to encode map e264 with expected crc 2023-10-14T00:05:26.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:25 smithi055 ceph-mon[185614]: pgmap v107: 121 pgs: 121 active+clean; 144 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:05:26.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:25 smithi055 ceph-mon[185614]: osdmap e265: 8 total, 8 up, 8 in 2023-10-14T00:05:26.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:25 smithi055 ceph-mon[185614]: failed to encode map e265 with expected crc 2023-10-14T00:05:26.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:25 smithi055 ceph-mon[183057]: Upgrade: Updating osd.1 2023-10-14T00:05:26.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:25 smithi055 ceph-mon[183057]: Deploying daemon osd.1 on smithi055 2023-10-14T00:05:26.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:25 smithi055 ceph-mon[183057]: failed to encode map e264 with expected crc 2023-10-14T00:05:26.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:25 smithi055 ceph-mon[183057]: pgmap v107: 121 pgs: 121 active+clean; 144 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:05:26.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:25 smithi055 ceph-mon[183057]: osdmap e265: 8 total, 8 up, 8 in 2023-10-14T00:05:26.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:25 smithi055 ceph-mon[183057]: failed to encode map e265 with expected crc 2023-10-14T00:05:26.184 INFO:tasks.rados.rados.0.smithi055.stdout:1120: finishing copy_from to smithi055169533-50 2023-10-14T00:05:26.185 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 50 v 262 (ObjNum 295 snap 73 seq_num 295) dirty exists 2023-10-14T00:05:26.185 INFO:tasks.rados.rados.0.smithi055.stdout:1120: finishing copy_from racing read to smithi055169533-50 2023-10-14T00:05:26.185 INFO:tasks.rados.rados.0.smithi055.stdout:1121: finishing copy_from to smithi055169533-27 2023-10-14T00:05:26.185 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 27 v 339 (ObjNum 349 snap 93 seq_num 349) dirty exists 2023-10-14T00:05:26.186 INFO:tasks.rados.rados.0.smithi055.stdout:1121: finishing copy_from racing read to smithi055169533-27 2023-10-14T00:05:26.186 INFO:tasks.rados.rados.0.smithi055.stdout:1119: done (9 left) 2023-10-14T00:05:26.186 INFO:tasks.rados.rados.0.smithi055.stdout:1120: done (8 left) 2023-10-14T00:05:26.186 INFO:tasks.rados.rados.0.smithi055.stdout:1121: done (7 left) 2023-10-14T00:05:26.186 INFO:tasks.rados.rados.0.smithi055.stdout:1122: done (6 left) 2023-10-14T00:05:26.187 INFO:tasks.rados.rados.0.smithi055.stdout:1123: done (5 left) 2023-10-14T00:05:26.187 INFO:tasks.rados.rados.0.smithi055.stdout:1124: done (4 left) 2023-10-14T00:05:26.187 INFO:tasks.rados.rados.0.smithi055.stdout:1125: done (3 left) 2023-10-14T00:05:26.187 INFO:tasks.rados.rados.0.smithi055.stdout:1126: done (2 left) 2023-10-14T00:05:26.187 INFO:tasks.rados.rados.0.smithi055.stdout:1127: done (1 left) 2023-10-14T00:05:26.188 INFO:tasks.rados.rados.0.smithi055.stdout:1128: done (0 left) 2023-10-14T00:05:26.188 INFO:tasks.rados.rados.0.smithi055.stdout:1129: copy_from oid 17 from oid 28 current snap is 96 2023-10-14T00:05:26.188 INFO:tasks.rados.rados.0.smithi055.stdout:1130: setattr oid 30 current snap is 96 2023-10-14T00:05:26.188 INFO:tasks.rados.rados.0.smithi055.stdout:1131: snap_create 2023-10-14T00:05:26.190 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 30 v 281 (ObjNum 295 snap 73 seq_num 295) dirty exists 2023-10-14T00:05:26.221 INFO:tasks.rados.rados.0.smithi055.stdout:1129: finishing copy_from to smithi055169533-17 2023-10-14T00:05:26.221 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 17 v 389 (ObjNum 281 snap 68 seq_num 281) dirty exists 2023-10-14T00:05:26.222 INFO:tasks.rados.rados.0.smithi055.stdout:1129: finishing copy_from racing read to smithi055169533-17 2023-10-14T00:05:26.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:25 smithi082 ceph-mon[180771]: Upgrade: Updating osd.1 2023-10-14T00:05:26.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:25 smithi082 ceph-mon[180771]: Deploying daemon osd.1 on smithi055 2023-10-14T00:05:26.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:25 smithi082 ceph-mon[180771]: failed to encode map e264 with expected crc 2023-10-14T00:05:26.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:25 smithi082 ceph-mon[180771]: pgmap v107: 121 pgs: 121 active+clean; 144 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:05:26.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:25 smithi082 ceph-mon[180771]: osdmap e265: 8 total, 8 up, 8 in 2023-10-14T00:05:26.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:25 smithi082 ceph-mon[180771]: failed to encode map e265 with expected crc 2023-10-14T00:05:26.767 INFO:journalctl@ceph.osd.1.smithi055.stdout:Oct 14 00:05:26 smithi055 systemd[1]: Stopping Ceph osd.1 for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:05:26.767 INFO:journalctl@ceph.osd.1.smithi055.stdout:Oct 14 00:05:26 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-1[135889]: 2023-10-14T00:05:26.592+0000 7f1b20b58700 -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-10-14T00:05:26.768 INFO:journalctl@ceph.osd.1.smithi055.stdout:Oct 14 00:05:26 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-1[135889]: 2023-10-14T00:05:26.592+0000 7f1b20b58700 -1 osd.1 265 *** Got signal Terminated *** 2023-10-14T00:05:26.768 INFO:journalctl@ceph.osd.1.smithi055.stdout:Oct 14 00:05:26 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-1[135889]: 2023-10-14T00:05:26.592+0000 7f1b20b58700 -1 osd.1 265 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-10-14T00:05:26.892 INFO:tasks.rados.rados.0.smithi055.stdout:1129: done (2 left) 2023-10-14T00:05:26.893 INFO:tasks.rados.rados.0.smithi055.stdout:1130: done (1 left) 2023-10-14T00:05:26.893 INFO:tasks.rados.rados.0.smithi055.stdout:1131: done (0 left) 2023-10-14T00:05:26.893 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 6 current snap is 97 2023-10-14T00:05:26.893 INFO:tasks.rados.rados.0.smithi055.stdout:1132: seq_num 365 ranges {0=516096,516096=573440,1089536=229376} 2023-10-14T00:05:26.903 INFO:tasks.rados.rados.0.smithi055.stdout:1132: writing smithi055169533-6 from 0 to 516096 tid 1 2023-10-14T00:05:26.903 INFO:tasks.rados.rados.0.smithi055.stdout:1132: writing smithi055169533-6 from 516096 to 1089536 tid 2 2023-10-14T00:05:26.904 INFO:tasks.rados.rados.0.smithi055.stdout:1132: writing smithi055169533-6 from 1089536 to 1318912 tid 3 2023-10-14T00:05:26.904 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 44 current snap is 97 2023-10-14T00:05:26.904 INFO:tasks.rados.rados.0.smithi055.stdout:1133: seq_num 366 ranges {917504=532480,1449984=458752,1908736=344064} 2023-10-14T00:05:26.911 INFO:tasks.rados.rados.0.smithi055.stdout:1133: writing smithi055169533-44 from 917504 to 1449984 tid 1 2023-10-14T00:05:26.914 INFO:tasks.rados.rados.0.smithi055.stdout:1133: writing smithi055169533-44 from 1449984 to 1908736 tid 2 2023-10-14T00:05:26.916 INFO:tasks.rados.rados.0.smithi055.stdout:1133: writing smithi055169533-44 from 1908736 to 2252800 tid 3 2023-10-14T00:05:26.916 INFO:tasks.rados.rados.0.smithi055.stdout:1134: read oid 50 snap -1 2023-10-14T00:05:26.917 INFO:tasks.rados.rados.0.smithi055.stdout:1134: expect (ObjNum 295 snap 73 seq_num 295) 2023-10-14T00:05:26.917 INFO:tasks.rados.rados.0.smithi055.stdout:1135: read oid 16 snap -1 2023-10-14T00:05:26.917 INFO:tasks.rados.rados.0.smithi055.stdout:1135: expect (ObjNum 340 snap 85 seq_num 340) 2023-10-14T00:05:26.917 INFO:tasks.rados.rados.0.smithi055.stdout:1136: snap_remove snap 87 2023-10-14T00:05:27.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:26 smithi055 ceph-mon[185614]: failed to encode map e264 with expected crc 2023-10-14T00:05:27.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:26 smithi055 ceph-mon[185614]: failed to encode map e265 with expected crc 2023-10-14T00:05:27.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:26 smithi055 ceph-mon[185614]: failed to encode map e264 with expected crc 2023-10-14T00:05:27.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:26 smithi055 ceph-mon[185614]: osd.1 marked itself down and dead 2023-10-14T00:05:27.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:26 smithi055 ceph-mon[183057]: failed to encode map e264 with expected crc 2023-10-14T00:05:27.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:26 smithi055 ceph-mon[183057]: failed to encode map e265 with expected crc 2023-10-14T00:05:27.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:26 smithi055 ceph-mon[183057]: failed to encode map e264 with expected crc 2023-10-14T00:05:27.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:26 smithi055 ceph-mon[183057]: osd.1 marked itself down and dead 2023-10-14T00:05:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:26 smithi082 ceph-mon[180771]: failed to encode map e264 with expected crc 2023-10-14T00:05:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:26 smithi082 ceph-mon[180771]: failed to encode map e265 with expected crc 2023-10-14T00:05:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:26 smithi082 ceph-mon[180771]: failed to encode map e264 with expected crc 2023-10-14T00:05:27.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:26 smithi082 ceph-mon[180771]: osd.1 marked itself down and dead 2023-10-14T00:05:27.892 INFO:journalctl@ceph.osd.1.smithi055.stdout:Oct 14 00:05:27 smithi055 bash[197672]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-1 2023-10-14T00:05:27.910 INFO:tasks.rados.rados.0.smithi055.stdout:1136: done (4 left) 2023-10-14T00:05:27.911 INFO:tasks.rados.rados.0.smithi055.stdout:1137: read oid 12 snap 94 2023-10-14T00:05:27.911 INFO:tasks.rados.rados.0.smithi055.stdout:1137: expect (ObjNum 355 snap 94 seq_num 355) 2023-10-14T00:05:27.911 INFO:tasks.rados.rados.0.smithi055.stdout:1138: read oid 48 snap 94 2023-10-14T00:05:27.911 INFO:tasks.rados.rados.0.smithi055.stdout:1138: expect (ObjNum 300 snap 74 seq_num 300) 2023-10-14T00:05:27.911 INFO:tasks.rados.rados.0.smithi055.stdout:1139: read oid 8 snap -1 2023-10-14T00:05:27.912 INFO:tasks.rados.rados.0.smithi055.stdout:1139: expect (ObjNum 289 snap 71 seq_num 289) 2023-10-14T00:05:27.912 INFO:tasks.rados.rados.0.smithi055.stdout:1140: snap_remove snap 96 2023-10-14T00:05:28.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:27 smithi055 ceph-mon[185614]: pgmap v109: 121 pgs: 121 active+clean; 150 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 458 B/s rd, 3.3 MiB/s wr, 12 op/s 2023-10-14T00:05:28.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:27 smithi055 ceph-mon[185614]: Health check failed: 1 osds down (OSD_DOWN) 2023-10-14T00:05:28.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:27 smithi055 ceph-mon[185614]: failed to encode map e266 with expected crc 2023-10-14T00:05:28.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:27 smithi055 ceph-mon[185614]: failed to encode map e266 with expected crc 2023-10-14T00:05:28.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:27 smithi055 ceph-mon[185614]: osdmap e266: 8 total, 7 up, 8 in 2023-10-14T00:05:28.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:27 smithi055 ceph-mon[183057]: pgmap v109: 121 pgs: 121 active+clean; 150 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 458 B/s rd, 3.3 MiB/s wr, 12 op/s 2023-10-14T00:05:28.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:27 smithi055 ceph-mon[183057]: Health check failed: 1 osds down (OSD_DOWN) 2023-10-14T00:05:28.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:27 smithi055 ceph-mon[183057]: failed to encode map e266 with expected crc 2023-10-14T00:05:28.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:27 smithi055 ceph-mon[183057]: failed to encode map e266 with expected crc 2023-10-14T00:05:28.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:27 smithi055 ceph-mon[183057]: osdmap e266: 8 total, 7 up, 8 in 2023-10-14T00:05:28.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:27 smithi082 ceph-mon[180771]: pgmap v109: 121 pgs: 121 active+clean; 150 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 458 B/s rd, 3.3 MiB/s wr, 12 op/s 2023-10-14T00:05:28.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:27 smithi082 ceph-mon[180771]: Health check failed: 1 osds down (OSD_DOWN) 2023-10-14T00:05:28.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:27 smithi082 ceph-mon[180771]: failed to encode map e266 with expected crc 2023-10-14T00:05:28.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:27 smithi082 ceph-mon[180771]: failed to encode map e266 with expected crc 2023-10-14T00:05:28.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:27 smithi082 ceph-mon[180771]: osdmap e266: 8 total, 7 up, 8 in 2023-10-14T00:05:28.914 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:05:28 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:05: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-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi055:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi082.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-10-14T00:05:28.922 INFO:tasks.rados.rados.0.smithi055.stdout:1140: done (7 left) 2023-10-14T00:05:28.922 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 33 current snap is 97 2023-10-14T00:05:28.922 INFO:tasks.rados.rados.0.smithi055.stdout:1141: seq_num 367 ranges {0=548864,548864=737280,1286144=65536} 2023-10-14T00:05:28.925 INFO:tasks.rados.rados.0.smithi055.stdout:1141: writing smithi055169533-33 from 0 to 548864 tid 1 2023-10-14T00:05:28.930 INFO:tasks.rados.rados.0.smithi055.stdout:1141: writing smithi055169533-33 from 548864 to 1286144 tid 2 2023-10-14T00:05:28.932 INFO:tasks.rados.rados.0.smithi055.stdout:1141: writing smithi055169533-33 from 1286144 to 1351680 tid 3 2023-10-14T00:05:28.933 INFO:tasks.rados.rados.0.smithi055.stdout:1142: copy_from oid 30 from oid 49 current snap is 97 2023-10-14T00:05:28.933 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 21 current snap is 97 2023-10-14T00:05:28.933 INFO:tasks.rados.rados.0.smithi055.stdout:1143: seq_num 368 ranges {2646016=573440,3219456=622592,3842048=180224} 2023-10-14T00:05:28.949 INFO:tasks.rados.rados.0.smithi055.stdout:1143: writing smithi055169533-21 from 2646016 to 3219456 tid 1 2023-10-14T00:05:28.953 INFO:tasks.rados.rados.0.smithi055.stdout:1143: writing smithi055169533-21 from 3219456 to 3842048 tid 2 2023-10-14T00:05:28.954 INFO:tasks.rados.rados.0.smithi055.stdout:1143: writing smithi055169533-21 from 3842048 to 4022272 tid 3 2023-10-14T00:05:28.955 INFO:tasks.rados.rados.0.smithi055.stdout:1144: snap_create 2023-10-14T00:05:28.955 INFO:tasks.rados.rados.0.smithi055.stdout:1135: expect (ObjNum 340 snap 85 seq_num 340) 2023-10-14T00:05:29.037 INFO:tasks.rados.rados.0.smithi055.stdout:1134: expect (ObjNum 295 snap 73 seq_num 295) 2023-10-14T00:05:29.241 INFO:journalctl@ceph.osd.1.smithi055.stdout:Oct 14 00:05:28 smithi055 systemd[1]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@osd.1.service: Succeeded. 2023-10-14T00:05:29.242 INFO:journalctl@ceph.osd.1.smithi055.stdout:Oct 14 00:05:28 smithi055 systemd[1]: Stopped Ceph osd.1 for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:05:29.242 INFO:journalctl@ceph.osd.1.smithi055.stdout:Oct 14 00:05:28 smithi055 systemd[1]: Starting Ceph osd.1 for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:05:29.242 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:28 smithi055 ceph-mon[183057]: failed to encode map e267 with expected crc 2023-10-14T00:05:29.243 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:28 smithi055 ceph-mon[183057]: failed to encode map e267 with expected crc 2023-10-14T00:05:29.243 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:28 smithi055 ceph-mon[183057]: osdmap e267: 8 total, 7 up, 8 in 2023-10-14T00:05:29.243 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:28 smithi055 ceph-mon[183057]: failed to encode map e267 with expected crc 2023-10-14T00:05:29.243 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:28 smithi055 ceph-mon[183057]: failed to encode map e267 with expected crc 2023-10-14T00:05:29.244 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:28 smithi055 ceph-mon[183057]: failed to encode map e267 with expected crc 2023-10-14T00:05:29.244 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:28 smithi055 ceph-mon[183057]: failed to encode map e267 with expected crc 2023-10-14T00:05:29.244 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:28 smithi055 ceph-mon[183057]: failed to encode map e267 with expected crc 2023-10-14T00:05:29.244 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:28 smithi055 ceph-mon[183057]: failed to encode map e267 with expected crc 2023-10-14T00:05:29.244 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:28 smithi055 ceph-mon[183057]: failed to encode map e267 with expected crc 2023-10-14T00:05:29.245 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:28 smithi055 ceph-mon[185614]: failed to encode map e267 with expected crc 2023-10-14T00:05:29.245 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:28 smithi055 ceph-mon[185614]: failed to encode map e267 with expected crc 2023-10-14T00:05:29.245 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:28 smithi055 ceph-mon[185614]: osdmap e267: 8 total, 7 up, 8 in 2023-10-14T00:05:29.245 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:28 smithi055 ceph-mon[185614]: failed to encode map e267 with expected crc 2023-10-14T00:05:29.245 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:28 smithi055 ceph-mon[185614]: failed to encode map e267 with expected crc 2023-10-14T00:05:29.246 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:28 smithi055 ceph-mon[185614]: failed to encode map e267 with expected crc 2023-10-14T00:05:29.246 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:28 smithi055 ceph-mon[185614]: failed to encode map e267 with expected crc 2023-10-14T00:05:29.246 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:28 smithi055 ceph-mon[185614]: failed to encode map e267 with expected crc 2023-10-14T00:05:29.246 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:28 smithi055 ceph-mon[185614]: failed to encode map e267 with expected crc 2023-10-14T00:05:29.246 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:28 smithi055 ceph-mon[185614]: failed to encode map e267 with expected crc 2023-10-14T00:05:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:28 smithi082 ceph-mon[180771]: failed to encode map e267 with expected crc 2023-10-14T00:05:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:28 smithi082 ceph-mon[180771]: failed to encode map e267 with expected crc 2023-10-14T00:05:29.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:28 smithi082 ceph-mon[180771]: osdmap e267: 8 total, 7 up, 8 in 2023-10-14T00:05:29.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:28 smithi082 ceph-mon[180771]: failed to encode map e267 with expected crc 2023-10-14T00:05:29.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:28 smithi082 ceph-mon[180771]: failed to encode map e267 with expected crc 2023-10-14T00:05:29.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:28 smithi082 ceph-mon[180771]: failed to encode map e267 with expected crc 2023-10-14T00:05:29.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:28 smithi082 ceph-mon[180771]: failed to encode map e267 with expected crc 2023-10-14T00:05:29.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:28 smithi082 ceph-mon[180771]: failed to encode map e267 with expected crc 2023-10-14T00:05:29.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:28 smithi082 ceph-mon[180771]: failed to encode map e267 with expected crc 2023-10-14T00:05:29.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:28 smithi082 ceph-mon[180771]: failed to encode map e267 with expected crc 2023-10-14T00:05:29.425 INFO:tasks.rados.rados.0.smithi055.stdout:1139: expect (ObjNum 289 snap 71 seq_num 289) 2023-10-14T00:05:29.426 INFO:tasks.rados.rados.0.smithi055.stdout:1137: expect (ObjNum 355 snap 94 seq_num 355) 2023-10-14T00:05:29.455 INFO:tasks.rados.rados.0.smithi055.stdout:1138: expect (ObjNum 300 snap 74 seq_num 300) 2023-10-14T00:05:29.463 INFO:tasks.rados.rados.0.smithi055.stdout:1132: finishing write tid 1 to smithi055169533-6 2023-10-14T00:05:29.464 INFO:tasks.rados.rados.0.smithi055.stdout:1133: finishing write tid 1 to smithi055169533-44 2023-10-14T00:05:29.464 INFO:tasks.rados.rados.0.smithi055.stdout:1133: finishing write tid 2 to smithi055169533-44 2023-10-14T00:05:29.464 INFO:tasks.rados.rados.0.smithi055.stdout:1133: finishing write tid 3 to smithi055169533-44 2023-10-14T00:05:29.464 INFO:tasks.rados.rados.0.smithi055.stdout:1132: finishing write tid 2 to smithi055169533-6 2023-10-14T00:05:29.464 INFO:tasks.rados.rados.0.smithi055.stdout:1133: finishing write tid 4 to smithi055169533-44 2023-10-14T00:05:29.465 INFO:tasks.rados.rados.0.smithi055.stdout:1132: finishing write tid 3 to smithi055169533-6 2023-10-14T00:05:29.465 INFO:tasks.rados.rados.0.smithi055.stdout:1132: finishing write tid 4 to smithi055169533-6 2023-10-14T00:05:29.465 INFO:tasks.rados.rados.0.smithi055.stdout:1133: finishing write tid 5 to smithi055169533-44 2023-10-14T00:05:29.465 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 44 v 349 (ObjNum 366 snap 97 seq_num 366) dirty exists 2023-10-14T00:05:29.466 INFO:tasks.rados.rados.0.smithi055.stdout:1133: left oid 44 (ObjNum 366 snap 97 seq_num 366) 2023-10-14T00:05:29.466 INFO:tasks.rados.rados.0.smithi055.stdout:1132: finishing write tid 5 to smithi055169533-6 2023-10-14T00:05:29.466 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 6 v 286 (ObjNum 365 snap 97 seq_num 365) dirty exists 2023-10-14T00:05:29.466 INFO:tasks.rados.rados.0.smithi055.stdout:1132: left oid 6 (ObjNum 365 snap 97 seq_num 365) 2023-10-14T00:05:29.466 INFO:tasks.rados.rados.0.smithi055.stdout:1141: finishing write tid 1 to smithi055169533-33 2023-10-14T00:05:29.466 INFO:tasks.rados.rados.0.smithi055.stdout:1141: finishing write tid 2 to smithi055169533-33 2023-10-14T00:05:29.467 INFO:tasks.rados.rados.0.smithi055.stdout:1141: finishing write tid 3 to smithi055169533-33 2023-10-14T00:05:29.467 INFO:tasks.rados.rados.0.smithi055.stdout:1141: finishing write tid 4 to smithi055169533-33 2023-10-14T00:05:29.467 INFO:tasks.rados.rados.0.smithi055.stdout:1141: finishing write tid 5 to smithi055169533-33 2023-10-14T00:05:29.467 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 33 v 351 (ObjNum 367 snap 97 seq_num 367) dirty exists 2023-10-14T00:05:29.467 INFO:tasks.rados.rados.0.smithi055.stdout:1141: left oid 33 (ObjNum 367 snap 97 seq_num 367) 2023-10-14T00:05:29.468 INFO:tasks.rados.rados.0.smithi055.stdout:1142: finishing copy_from to smithi055169533-30 2023-10-14T00:05:29.468 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 30 v 448 (ObjNum 334 snap 85 seq_num 334) dirty exists 2023-10-14T00:05:29.468 INFO:tasks.rados.rados.0.smithi055.stdout:1142: finishing copy_from racing read to smithi055169533-30 2023-10-14T00:05:29.468 INFO:tasks.rados.rados.0.smithi055.stdout:1143: finishing write tid 1 to smithi055169533-21 2023-10-14T00:05:29.468 INFO:tasks.rados.rados.0.smithi055.stdout:1143: finishing write tid 2 to smithi055169533-21 2023-10-14T00:05:29.468 INFO:tasks.rados.rados.0.smithi055.stdout:1143: finishing write tid 3 to smithi055169533-21 2023-10-14T00:05:29.469 INFO:tasks.rados.rados.0.smithi055.stdout:1143: finishing write tid 4 to smithi055169533-21 2023-10-14T00:05:29.469 INFO:tasks.rados.rados.0.smithi055.stdout:1143: finishing write tid 5 to smithi055169533-21 2023-10-14T00:05:29.469 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 21 v 356 (ObjNum 368 snap 97 seq_num 368) dirty exists 2023-10-14T00:05:29.469 INFO:tasks.rados.rados.0.smithi055.stdout:1143: left oid 21 (ObjNum 368 snap 97 seq_num 368) 2023-10-14T00:05:29.942 INFO:tasks.rados.rados.0.smithi055.stdout:1132: done (10 left) 2023-10-14T00:05:29.942 INFO:tasks.rados.rados.0.smithi055.stdout:1133: done (9 left) 2023-10-14T00:05:29.942 INFO:tasks.rados.rados.0.smithi055.stdout:1134: done (8 left) 2023-10-14T00:05:29.942 INFO:tasks.rados.rados.0.smithi055.stdout:1135: done (7 left) 2023-10-14T00:05:29.943 INFO:tasks.rados.rados.0.smithi055.stdout:1137: done (6 left) 2023-10-14T00:05:29.943 INFO:tasks.rados.rados.0.smithi055.stdout:1138: done (5 left) 2023-10-14T00:05:29.943 INFO:tasks.rados.rados.0.smithi055.stdout:1139: done (4 left) 2023-10-14T00:05:29.943 INFO:tasks.rados.rados.0.smithi055.stdout:1141: done (3 left) 2023-10-14T00:05:29.943 INFO:tasks.rados.rados.0.smithi055.stdout:1142: done (2 left) 2023-10-14T00:05:29.944 INFO:tasks.rados.rados.0.smithi055.stdout:1143: done (1 left) 2023-10-14T00:05:29.944 INFO:tasks.rados.rados.0.smithi055.stdout:1144: done (0 left) 2023-10-14T00:05:29.944 INFO:tasks.rados.rados.0.smithi055.stdout:1145: delete oid 38 current snap is 98 2023-10-14T00:05:29.947 INFO:tasks.rados.rados.0.smithi055.stdout:1145: done (0 left) 2023-10-14T00:05:29.947 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 46 current snap is 98 2023-10-14T00:05:29.947 INFO:tasks.rados.rados.0.smithi055.stdout:1146: seq_num 370 ranges {0=606208,606208=794624,1400832=8192} 2023-10-14T00:05:29.950 INFO:tasks.rados.rados.0.smithi055.stdout:1146: writing smithi055169533-46 from 0 to 606208 tid 1 2023-10-14T00:05:29.955 INFO:tasks.rados.rados.0.smithi055.stdout:1146: writing smithi055169533-46 from 606208 to 1400832 tid 2 2023-10-14T00:05:29.956 INFO:tasks.rados.rados.0.smithi055.stdout:1146: writing smithi055169533-46 from 1400832 to 1409024 tid 3 2023-10-14T00:05:29.956 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 15 current snap is 98 2023-10-14T00:05:29.956 INFO:tasks.rados.rados.0.smithi055.stdout:1147: seq_num 371 ranges {3907584=622592,4530176=679936,5210112=122880} 2023-10-14T00:05:29.981 INFO:tasks.rados.rados.0.smithi055.stdout:1147: writing smithi055169533-15 from 3907584 to 4530176 tid 1 2023-10-14T00:05:29.985 INFO:tasks.rados.rados.0.smithi055.stdout:1147: writing smithi055169533-15 from 4530176 to 5210112 tid 2 2023-10-14T00:05:29.986 INFO:tasks.rados.rados.0.smithi055.stdout:1147: writing smithi055169533-15 from 5210112 to 5332992 tid 3 2023-10-14T00:05:29.986 INFO:tasks.rados.rados.0.smithi055.stdout:1148: read oid 31 snap -1 2023-10-14T00:05:29.986 INFO:tasks.rados.rados.0.smithi055.stdout:1148: expect (ObjNum 326 snap 84 seq_num 326) 2023-10-14T00:05:29.987 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 23 current snap is 98 2023-10-14T00:05:29.987 INFO:tasks.rados.rados.0.smithi055.stdout:1146: finishing write tid 1 to smithi055169533-46 2023-10-14T00:05:29.987 INFO:tasks.rados.rados.0.smithi055.stdout:1146: finishing write tid 2 to smithi055169533-46 2023-10-14T00:05:29.987 INFO:tasks.rados.rados.0.smithi055.stdout:1146: finishing write tid 3 to smithi055169533-46 2023-10-14T00:05:29.987 INFO:tasks.rados.rados.0.smithi055.stdout:1146: finishing write tid 4 to smithi055169533-46 2023-10-14T00:05:29.987 INFO:tasks.rados.rados.0.smithi055.stdout:1149: seq_num 372 ranges {5169152=638976,5808128=565248,6373376=237568} 2023-10-14T00:05:30.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:29 smithi055 ceph-mon[185614]: pgmap v112: 121 pgs: 16 stale+active+clean, 105 active+clean; 150 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 459 B/s rd, 3.3 MiB/s wr, 12 op/s 2023-10-14T00:05:30.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:29 smithi055 ceph-mon[185614]: failed to encode map e268 with expected crc 2023-10-14T00:05:30.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:29 smithi055 ceph-mon[185614]: osdmap e268: 8 total, 7 up, 8 in 2023-10-14T00:05:30.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:29 smithi055 ceph-mon[185614]: failed to encode map e268 with expected crc 2023-10-14T00:05:30.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:29 smithi055 ceph-mon[185614]: failed to encode map e268 with expected crc 2023-10-14T00:05:30.018 INFO:journalctl@ceph.osd.1.smithi055.stdout:Oct 14 00:05:29 smithi055 bash[197903]: --> Failed to activate via raw: did not find any matching OSD to activate 2023-10-14T00:05:30.018 INFO:journalctl@ceph.osd.1.smithi055.stdout:Oct 14 00:05:29 smithi055 bash[197903]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2023-10-14T00:05:30.018 INFO:journalctl@ceph.osd.1.smithi055.stdout:Oct 14 00:05:29 smithi055 bash[197903]: 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-10-14T00:05:30.019 INFO:journalctl@ceph.osd.1.smithi055.stdout:Oct 14 00:05:29 smithi055 bash[197903]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-1/block 2023-10-14T00:05:30.019 INFO:journalctl@ceph.osd.1.smithi055.stdout:Oct 14 00:05:29 smithi055 bash[197903]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-1/block 2023-10-14T00:05:30.019 INFO:journalctl@ceph.osd.1.smithi055.stdout:Oct 14 00:05:29 smithi055 bash[197903]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2023-10-14T00:05:30.019 INFO:journalctl@ceph.osd.1.smithi055.stdout:Oct 14 00:05:29 smithi055 bash[197903]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2023-10-14T00:05:30.019 INFO:journalctl@ceph.osd.1.smithi055.stdout:Oct 14 00:05:29 smithi055 bash[197903]: --> ceph-volume lvm activate successful for osd ID: 1 2023-10-14T00:05:30.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:29 smithi055 ceph-mon[183057]: pgmap v112: 121 pgs: 16 stale+active+clean, 105 active+clean; 150 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 459 B/s rd, 3.3 MiB/s wr, 12 op/s 2023-10-14T00:05:30.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:29 smithi055 ceph-mon[183057]: failed to encode map e268 with expected crc 2023-10-14T00:05:30.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:29 smithi055 ceph-mon[183057]: osdmap e268: 8 total, 7 up, 8 in 2023-10-14T00:05:30.021 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:29 smithi055 ceph-mon[183057]: failed to encode map e268 with expected crc 2023-10-14T00:05:30.021 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:29 smithi055 ceph-mon[183057]: failed to encode map e268 with expected crc 2023-10-14T00:05:30.021 INFO:tasks.rados.rados.0.smithi055.stdout:1149: writing smithi055169533-23 from 5169152 to 5808128 tid 1 2023-10-14T00:05:30.022 INFO:tasks.rados.rados.0.smithi055.stdout:1149: writing smithi055169533-23 from 5808128 to 6373376 tid 2 2023-10-14T00:05:30.024 INFO:tasks.rados.rados.0.smithi055.stdout:1149: writing smithi055169533-23 from 6373376 to 6610944 tid 3 2023-10-14T00:05:30.024 INFO:tasks.rados.rados.0.smithi055.stdout:1150: snap_remove snap 94 2023-10-14T00:05:30.291 INFO:tasks.rados.rados.0.smithi055.stdout:1150: done (4 left) 2023-10-14T00:05:30.292 INFO:tasks.rados.rados.0.smithi055.stdout:1151: rmattr oid 47 current snap is 98 2023-10-14T00:05:30.292 INFO:tasks.rados.rados.0.smithi055.stdout:1151: done (4 left) 2023-10-14T00:05:30.292 INFO:tasks.rados.rados.0.smithi055.stdout:1152: snap_remove snap 97 2023-10-14T00:05:30.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:29 smithi082 ceph-mon[180771]: pgmap v112: 121 pgs: 16 stale+active+clean, 105 active+clean; 150 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 459 B/s rd, 3.3 MiB/s wr, 12 op/s 2023-10-14T00:05:30.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:29 smithi082 ceph-mon[180771]: failed to encode map e268 with expected crc 2023-10-14T00:05:30.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:29 smithi082 ceph-mon[180771]: osdmap e268: 8 total, 7 up, 8 in 2023-10-14T00:05:30.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:29 smithi082 ceph-mon[180771]: failed to encode map e268 with expected crc 2023-10-14T00:05:30.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:29 smithi082 ceph-mon[180771]: failed to encode map e268 with expected crc 2023-10-14T00:05:30.767 INFO:journalctl@ceph.osd.1.smithi055.stdout:Oct 14 00:05:30 smithi055 ceph-osd[198133]: -- 172.21.15.55:0/4216040621 <== mon.2 v2:172.21.15.55:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5631473fc4e0 con 0x5631473ccc00 2023-10-14T00:05:30.767 INFO:journalctl@ceph.osd.1.smithi055.stdout:Oct 14 00:05:30 smithi055 bash[198114]: 91471615c1e61442b6b732fedd6f10497548688b1ba91bfbfec353ce75738bde 2023-10-14T00:05:30.767 INFO:journalctl@ceph.osd.1.smithi055.stdout:Oct 14 00:05:30 smithi055 systemd[1]: Started Ceph osd.1 for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:05:31.266 INFO:journalctl@ceph.osd.1.smithi055.stdout:Oct 14 00:05:30 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-1[198129]: 2023-10-14T00:05:30.927+0000 7f37cc14d640 -1 Falling back to public interface 2023-10-14T00:05:31.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:30 smithi055 ceph-mon[185614]: failed to encode map e269 with expected crc 2023-10-14T00:05:31.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:30 smithi055 ceph-mon[185614]: osdmap e269: 8 total, 7 up, 8 in 2023-10-14T00:05:31.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:30 smithi055 ceph-mon[185614]: failed to encode map e269 with expected crc 2023-10-14T00:05:31.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:30 smithi055 ceph-mon[185614]: failed to encode map e269 with expected crc 2023-10-14T00:05:31.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:30 smithi055 ceph-mon[185614]: failed to encode map e269 with expected crc 2023-10-14T00:05:31.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:30 smithi055 ceph-mon[185614]: failed to encode map e269 with expected crc 2023-10-14T00:05:31.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:30 smithi055 ceph-mon[185614]: osdmap e270: 8 total, 7 up, 8 in 2023-10-14T00:05:31.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:30 smithi055 ceph-mon[185614]: failed to encode map e270 with expected crc 2023-10-14T00:05:31.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:30 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:31.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:30 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:31.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:30 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:05:31.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:30 smithi055 ceph-mon[183057]: failed to encode map e269 with expected crc 2023-10-14T00:05:31.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:30 smithi055 ceph-mon[183057]: osdmap e269: 8 total, 7 up, 8 in 2023-10-14T00:05:31.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:30 smithi055 ceph-mon[183057]: failed to encode map e269 with expected crc 2023-10-14T00:05:31.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:30 smithi055 ceph-mon[183057]: failed to encode map e269 with expected crc 2023-10-14T00:05:31.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:30 smithi055 ceph-mon[183057]: failed to encode map e269 with expected crc 2023-10-14T00:05:31.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:30 smithi055 ceph-mon[183057]: failed to encode map e269 with expected crc 2023-10-14T00:05:31.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:30 smithi055 ceph-mon[183057]: osdmap e270: 8 total, 7 up, 8 in 2023-10-14T00:05:31.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:30 smithi055 ceph-mon[183057]: failed to encode map e270 with expected crc 2023-10-14T00:05:31.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:30 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:31.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:30 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:31.272 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:30 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:05:31.297 INFO:tasks.rados.rados.0.smithi055.stdout:1152: done (4 left) 2023-10-14T00:05:31.297 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 45 current snap is 98 2023-10-14T00:05:31.297 INFO:tasks.rados.rados.0.smithi055.stdout:1146: finishing write tid 5 to smithi055169533-46 2023-10-14T00:05:31.297 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 46 v 327 (ObjNum 370 snap 98 seq_num 370) dirty exists 2023-10-14T00:05:31.298 INFO:tasks.rados.rados.0.smithi055.stdout:1146: left oid 46 (ObjNum 370 snap 98 seq_num 370) 2023-10-14T00:05:31.298 INFO:tasks.rados.rados.0.smithi055.stdout:1147: finishing write tid 1 to smithi055169533-15 2023-10-14T00:05:31.298 INFO:tasks.rados.rados.0.smithi055.stdout:1147: finishing write tid 2 to smithi055169533-15 2023-10-14T00:05:31.298 INFO:tasks.rados.rados.0.smithi055.stdout:1147: finishing write tid 3 to smithi055169533-15 2023-10-14T00:05:31.298 INFO:tasks.rados.rados.0.smithi055.stdout:1147: finishing write tid 4 to smithi055169533-15 2023-10-14T00:05:31.299 INFO:tasks.rados.rados.0.smithi055.stdout:1153: seq_num 373 ranges {1064960=655360,1720320=499712,2220032=303104} 2023-10-14T00:05:31.306 INFO:tasks.rados.rados.0.smithi055.stdout:1153: writing smithi055169533-45 from 1064960 to 1720320 tid 1 2023-10-14T00:05:31.309 INFO:tasks.rados.rados.0.smithi055.stdout:1153: writing smithi055169533-45 from 1720320 to 2220032 tid 2 2023-10-14T00:05:31.311 INFO:tasks.rados.rados.0.smithi055.stdout:1153: writing smithi055169533-45 from 2220032 to 2523136 tid 3 2023-10-14T00:05:31.312 INFO:tasks.rados.rados.0.smithi055.stdout:1146: done (4 left) 2023-10-14T00:05:31.312 INFO:tasks.rados.rados.0.smithi055.stdout:1154: read oid 11 snap -1 2023-10-14T00:05:31.312 INFO:tasks.rados.rados.0.smithi055.stdout:1154: expect (ObjNum 319 snap 82 seq_num 319) 2023-10-14T00:05:31.312 INFO:tasks.rados.rados.0.smithi055.stdout:1155: rmattr oid 32 current snap is 98 2023-10-14T00:05:31.312 INFO:tasks.rados.rados.0.smithi055.stdout:1155: done (5 left) 2023-10-14T00:05:31.313 INFO:tasks.rados.rados.0.smithi055.stdout:1156: copy_from oid 37 from oid 16 current snap is 98 2023-10-14T00:05:31.313 INFO:tasks.rados.rados.0.smithi055.stdout:1147: finishing write tid 5 to smithi055169533-15 2023-10-14T00:05:31.313 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 15 v 520 (ObjNum 371 snap 98 seq_num 371) dirty exists 2023-10-14T00:05:31.313 INFO:tasks.rados.rados.0.smithi055.stdout:1147: left oid 15 (ObjNum 371 snap 98 seq_num 371) 2023-10-14T00:05:31.313 INFO:tasks.rados.rados.0.smithi055.stdout:1148: expect (ObjNum 326 snap 84 seq_num 326) 2023-10-14T00:05:31.366 INFO:tasks.rados.rados.0.smithi055.stdout:1149: finishing write tid 1 to smithi055169533-23 2023-10-14T00:05:31.366 INFO:tasks.rados.rados.0.smithi055.stdout:1149: finishing write tid 2 to smithi055169533-23 2023-10-14T00:05:31.367 INFO:tasks.rados.rados.0.smithi055.stdout:1149: finishing write tid 3 to smithi055169533-23 2023-10-14T00:05:31.367 INFO:tasks.rados.rados.0.smithi055.stdout:1147: done (5 left) 2023-10-14T00:05:31.367 INFO:tasks.rados.rados.0.smithi055.stdout:1148: done (4 left) 2023-10-14T00:05:31.367 INFO:tasks.rados.rados.0.smithi055.stdout:1157: delete oid 48 current snap is 98 2023-10-14T00:05:31.367 INFO:tasks.rados.rados.0.smithi055.stdout:1149: finishing write tid 4 to smithi055169533-23 2023-10-14T00:05:31.368 INFO:tasks.rados.rados.0.smithi055.stdout:1149: finishing write tid 5 to smithi055169533-23 2023-10-14T00:05:31.368 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 23 v 331 (ObjNum 372 snap 98 seq_num 372) dirty exists 2023-10-14T00:05:31.368 INFO:tasks.rados.rados.0.smithi055.stdout:1149: left oid 23 (ObjNum 372 snap 98 seq_num 372) 2023-10-14T00:05:31.368 INFO:tasks.rados.rados.0.smithi055.stdout:1153: finishing write tid 1 to smithi055169533-45 2023-10-14T00:05:31.368 INFO:tasks.rados.rados.0.smithi055.stdout:1153: finishing write tid 2 to smithi055169533-45 2023-10-14T00:05:31.368 INFO:tasks.rados.rados.0.smithi055.stdout:1153: finishing write tid 3 to smithi055169533-45 2023-10-14T00:05:31.369 INFO:tasks.rados.rados.0.smithi055.stdout:1153: finishing write tid 4 to smithi055169533-45 2023-10-14T00:05:31.369 INFO:tasks.rados.rados.0.smithi055.stdout:1153: finishing write tid 5 to smithi055169533-45 2023-10-14T00:05:31.369 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 45 v 353 (ObjNum 373 snap 98 seq_num 373) dirty exists 2023-10-14T00:05:31.369 INFO:tasks.rados.rados.0.smithi055.stdout:1153: left oid 45 (ObjNum 373 snap 98 seq_num 373) 2023-10-14T00:05:31.369 INFO:tasks.rados.rados.0.smithi055.stdout:1154: expect (ObjNum 319 snap 82 seq_num 319) 2023-10-14T00:05:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:30 smithi082 ceph-mon[180771]: failed to encode map e269 with expected crc 2023-10-14T00:05:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:30 smithi082 ceph-mon[180771]: osdmap e269: 8 total, 7 up, 8 in 2023-10-14T00:05:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:30 smithi082 ceph-mon[180771]: failed to encode map e269 with expected crc 2023-10-14T00:05:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:30 smithi082 ceph-mon[180771]: failed to encode map e269 with expected crc 2023-10-14T00:05:31.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:30 smithi082 ceph-mon[180771]: failed to encode map e269 with expected crc 2023-10-14T00:05:31.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:30 smithi082 ceph-mon[180771]: failed to encode map e269 with expected crc 2023-10-14T00:05:31.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:30 smithi082 ceph-mon[180771]: osdmap e270: 8 total, 7 up, 8 in 2023-10-14T00:05:31.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:30 smithi082 ceph-mon[180771]: failed to encode map e270 with expected crc 2023-10-14T00:05:31.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:30 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:31.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:30 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:31.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:30 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:05:31.487 INFO:tasks.rados.rados.0.smithi055.stdout:1156: finishing copy_from to smithi055169533-37 2023-10-14T00:05:31.488 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 37 v 169 (ObjNum 340 snap 85 seq_num 340) dirty exists 2023-10-14T00:05:31.488 INFO:tasks.rados.rados.0.smithi055.stdout:1156: finishing copy_from racing read to smithi055169533-37 2023-10-14T00:05:31.488 INFO:tasks.rados.rados.0.smithi055.stdout:1149: done (4 left) 2023-10-14T00:05:31.488 INFO:tasks.rados.rados.0.smithi055.stdout:1153: done (3 left) 2023-10-14T00:05:31.488 INFO:tasks.rados.rados.0.smithi055.stdout:1154: done (2 left) 2023-10-14T00:05:31.488 INFO:tasks.rados.rados.0.smithi055.stdout:1156: done (1 left) 2023-10-14T00:05:31.489 INFO:tasks.rados.rados.0.smithi055.stdout:1157: done (0 left) 2023-10-14T00:05:31.489 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 32 current snap is 98 2023-10-14T00:05:31.489 INFO:tasks.rados.rados.0.smithi055.stdout:1158: seq_num 375 ranges {7307264=688128,7995392=663552,8658944=139264} 2023-10-14T00:05:31.532 INFO:tasks.rados.rados.0.smithi055.stdout:1158: writing smithi055169533-32 from 7307264 to 7995392 tid 1 2023-10-14T00:05:31.536 INFO:tasks.rados.rados.0.smithi055.stdout:1158: writing smithi055169533-32 from 7995392 to 8658944 tid 2 2023-10-14T00:05:31.537 INFO:tasks.rados.rados.0.smithi055.stdout:1158: writing smithi055169533-32 from 8658944 to 8798208 tid 3 2023-10-14T00:05:31.537 INFO:tasks.rados.rados.0.smithi055.stdout:1159: delete oid 22 current snap is 98 2023-10-14T00:05:31.537 INFO:tasks.rados.rados.0.smithi055.stdout:1158: finishing write tid 1 to smithi055169533-32 2023-10-14T00:05:31.539 INFO:tasks.rados.rados.0.smithi055.stdout:1159: done (1 left) 2023-10-14T00:05:31.539 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 14 current snap is 98 2023-10-14T00:05:31.539 INFO:tasks.rados.rados.0.smithi055.stdout:1160: seq_num 377 ranges {0=720896,720896=434176,1155072=368640} 2023-10-14T00:05:31.543 INFO:tasks.rados.rados.0.smithi055.stdout:1160: writing smithi055169533-14 from 0 to 720896 tid 1 2023-10-14T00:05:31.545 INFO:tasks.rados.rados.0.smithi055.stdout:1160: writing smithi055169533-14 from 720896 to 1155072 tid 2 2023-10-14T00:05:31.548 INFO:tasks.rados.rados.0.smithi055.stdout:1160: writing smithi055169533-14 from 1155072 to 1523712 tid 3 2023-10-14T00:05:31.548 INFO:tasks.rados.rados.0.smithi055.stdout:1161: delete oid 37 current snap is 98 2023-10-14T00:05:31.549 INFO:tasks.rados.rados.0.smithi055.stdout:1158: finishing write tid 2 to smithi055169533-32 2023-10-14T00:05:31.549 INFO:tasks.rados.rados.0.smithi055.stdout:1158: finishing write tid 3 to smithi055169533-32 2023-10-14T00:05:31.549 INFO:tasks.rados.rados.0.smithi055.stdout:1158: finishing write tid 4 to smithi055169533-32 2023-10-14T00:05:31.549 INFO:tasks.rados.rados.0.smithi055.stdout:1158: finishing write tid 5 to smithi055169533-32 2023-10-14T00:05:31.549 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 32 v 216 (ObjNum 375 snap 98 seq_num 375) dirty exists 2023-10-14T00:05:31.550 INFO:tasks.rados.rados.0.smithi055.stdout:1158: left oid 32 (ObjNum 375 snap 98 seq_num 375) 2023-10-14T00:05:31.550 INFO:tasks.rados.rados.0.smithi055.stdout:1160: finishing write tid 1 to smithi055169533-14 2023-10-14T00:05:31.550 INFO:tasks.rados.rados.0.smithi055.stdout:1160: finishing write tid 2 to smithi055169533-14 2023-10-14T00:05:31.551 INFO:tasks.rados.rados.0.smithi055.stdout:1158: done (2 left) 2023-10-14T00:05:31.551 INFO:tasks.rados.rados.0.smithi055.stdout:1161: done (1 left) 2023-10-14T00:05:31.551 INFO:tasks.rados.rados.0.smithi055.stdout:1162: read oid 30 snap -1 2023-10-14T00:05:31.552 INFO:tasks.rados.rados.0.smithi055.stdout:1162: expect (ObjNum 334 snap 85 seq_num 334) 2023-10-14T00:05:31.552 INFO:tasks.rados.rados.0.smithi055.stdout:1163: copy_from oid 44 from oid 43 current snap is 98 2023-10-14T00:05:31.552 INFO:tasks.rados.rados.0.smithi055.stdout:1164: read oid 2 snap -1 2023-10-14T00:05:31.552 INFO:tasks.rados.rados.0.smithi055.stdout:1164: expect (ObjNum 308 snap 79 seq_num 308) 2023-10-14T00:05:31.552 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 28 current snap is 98 2023-10-14T00:05:31.553 INFO:tasks.rados.rados.0.smithi055.stdout:1165: seq_num 379 ranges {10149888=753664,10903552=606208,11509760=196608} 2023-10-14T00:05:31.612 INFO:tasks.rados.rados.0.smithi055.stdout:1165: writing smithi055169533-28 from 10149888 to 10903552 tid 1 2023-10-14T00:05:31.616 INFO:tasks.rados.rados.0.smithi055.stdout:1165: writing smithi055169533-28 from 10903552 to 11509760 tid 2 2023-10-14T00:05:31.617 INFO:tasks.rados.rados.0.smithi055.stdout:1165: writing smithi055169533-28 from 11509760 to 11706368 tid 3 2023-10-14T00:05:31.618 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 50 current snap is 98 2023-10-14T00:05:31.618 INFO:tasks.rados.rados.0.smithi055.stdout:1166: seq_num 380 ranges {6103040=770048,6873088=483328,7356416=319488} 2023-10-14T00:05:31.656 INFO:tasks.rados.rados.0.smithi055.stdout:1166: writing smithi055169533-50 from 6103040 to 6873088 tid 1 2023-10-14T00:05:31.659 INFO:tasks.rados.rados.0.smithi055.stdout:1166: writing smithi055169533-50 from 6873088 to 7356416 tid 2 2023-10-14T00:05:31.661 INFO:tasks.rados.rados.0.smithi055.stdout:1166: writing smithi055169533-50 from 7356416 to 7675904 tid 3 2023-10-14T00:05:31.661 INFO:tasks.rados.rados.0.smithi055.stdout:1167: copy_from oid 1 from oid 45 current snap is 98 2023-10-14T00:05:31.661 INFO:tasks.rados.rados.0.smithi055.stdout:1160: finishing write tid 3 to smithi055169533-14 2023-10-14T00:05:31.662 INFO:tasks.rados.rados.0.smithi055.stdout:1160: finishing write tid 4 to smithi055169533-14 2023-10-14T00:05:31.662 INFO:tasks.rados.rados.0.smithi055.stdout:1164: expect (ObjNum 308 snap 79 seq_num 308) 2023-10-14T00:05:31.720 INFO:tasks.rados.rados.0.smithi055.stdout:1160: finishing write tid 5 to smithi055169533-14 2023-10-14T00:05:31.720 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 14 v 452 (ObjNum 377 snap 98 seq_num 377) dirty exists 2023-10-14T00:05:31.720 INFO:tasks.rados.rados.0.smithi055.stdout:1160: left oid 14 (ObjNum 377 snap 98 seq_num 377) 2023-10-14T00:05:31.720 INFO:tasks.rados.rados.0.smithi055.stdout:1162: expect (ObjNum 334 snap 85 seq_num 334) 2023-10-14T00:05:31.839 INFO:tasks.rados.rados.0.smithi055.stdout:1163: finishing copy_from to smithi055169533-44 2023-10-14T00:05:31.840 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 44 v 339 (ObjNum 349 snap 93 seq_num 349) dirty exists 2023-10-14T00:05:31.840 INFO:tasks.rados.rados.0.smithi055.stdout:1163: finishing copy_from racing read to smithi055169533-44 2023-10-14T00:05:31.840 INFO:tasks.rados.rados.0.smithi055.stdout:1165: finishing write tid 1 to smithi055169533-28 2023-10-14T00:05:31.840 INFO:tasks.rados.rados.0.smithi055.stdout:1165: finishing write tid 2 to smithi055169533-28 2023-10-14T00:05:31.841 INFO:tasks.rados.rados.0.smithi055.stdout:1160: done (6 left) 2023-10-14T00:05:31.841 INFO:tasks.rados.rados.0.smithi055.stdout:1162: done (5 left) 2023-10-14T00:05:31.841 INFO:tasks.rados.rados.0.smithi055.stdout:1163: done (4 left) 2023-10-14T00:05:31.841 INFO:tasks.rados.rados.0.smithi055.stdout:1164: done (3 left) 2023-10-14T00:05:31.841 INFO:tasks.rados.rados.0.smithi055.stdout:1168: rollback oid 3 current snap is 98 2023-10-14T00:05:31.842 INFO:tasks.rados.rados.0.smithi055.stdout:1168: done (3 left) 2023-10-14T00:05:31.842 INFO:tasks.rados.rados.0.smithi055.stdout:1169: snap_create 2023-10-14T00:05:31.842 INFO:tasks.rados.rados.0.smithi055.stdout:1165: finishing write tid 3 to smithi055169533-28 2023-10-14T00:05:31.842 INFO:tasks.rados.rados.0.smithi055.stdout:1165: finishing write tid 4 to smithi055169533-28 2023-10-14T00:05:31.842 INFO:tasks.rados.rados.0.smithi055.stdout:1165: finishing write tid 5 to smithi055169533-28 2023-10-14T00:05:31.843 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 28 v 530 (ObjNum 379 snap 98 seq_num 379) dirty exists 2023-10-14T00:05:31.843 INFO:tasks.rados.rados.0.smithi055.stdout:1165: left oid 28 (ObjNum 379 snap 98 seq_num 379) 2023-10-14T00:05:31.843 INFO:tasks.rados.rados.0.smithi055.stdout:1166: finishing write tid 1 to smithi055169533-50 2023-10-14T00:05:31.843 INFO:tasks.rados.rados.0.smithi055.stdout:1166: finishing write tid 2 to smithi055169533-50 2023-10-14T00:05:31.843 INFO:tasks.rados.rados.0.smithi055.stdout:1166: finishing write tid 3 to smithi055169533-50 2023-10-14T00:05:31.843 INFO:tasks.rados.rados.0.smithi055.stdout:1166: finishing write tid 4 to smithi055169533-50 2023-10-14T00:05:31.844 INFO:tasks.rados.rados.0.smithi055.stdout:1166: finishing write tid 5 to smithi055169533-50 2023-10-14T00:05:31.844 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 50 v 548 (ObjNum 380 snap 98 seq_num 380) dirty exists 2023-10-14T00:05:31.844 INFO:tasks.rados.rados.0.smithi055.stdout:1166: left oid 50 (ObjNum 380 snap 98 seq_num 380) 2023-10-14T00:05:31.844 INFO:tasks.rados.rados.0.smithi055.stdout:1167: finishing copy_from to smithi055169533-1 2023-10-14T00:05:31.844 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 1 v 353 (ObjNum 373 snap 98 seq_num 373) dirty exists 2023-10-14T00:05:31.845 INFO:tasks.rados.rados.0.smithi055.stdout:1167: finishing copy_from racing read to smithi055169533-1 2023-10-14T00:05:32.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:31 smithi055 ceph-mon[185614]: failed to encode map e270 with expected crc 2023-10-14T00:05:32.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:31 smithi055 ceph-mon[185614]: pgmap v116: 121 pgs: 11 active+undersized+degraded, 35 active+undersized, 75 active+clean; 181 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 15 MiB/s rd, 11 MiB/s wr, 34 op/s; 41/294 objects degraded (13.946%) 2023-10-14T00:05:32.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:31 smithi055 ceph-mon[185614]: failed to encode map e271 with expected crc 2023-10-14T00:05:32.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:31 smithi055 ceph-mon[185614]: failed to encode map e271 with expected crc 2023-10-14T00:05:32.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:31 smithi055 ceph-mon[185614]: osdmap e271: 8 total, 7 up, 8 in 2023-10-14T00:05:32.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:31 smithi055 ceph-mon[185614]: failed to encode map e271 with expected crc 2023-10-14T00:05:32.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:31 smithi055 ceph-mon[185614]: Health check failed: Degraded data redundancy: 41/294 objects degraded (13.946%), 11 pgs degraded (PG_DEGRADED) 2023-10-14T00:05:32.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:31 smithi055 ceph-mon[183057]: failed to encode map e270 with expected crc 2023-10-14T00:05:32.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:31 smithi055 ceph-mon[183057]: pgmap v116: 121 pgs: 11 active+undersized+degraded, 35 active+undersized, 75 active+clean; 181 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 15 MiB/s rd, 11 MiB/s wr, 34 op/s; 41/294 objects degraded (13.946%) 2023-10-14T00:05:32.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:31 smithi055 ceph-mon[183057]: failed to encode map e271 with expected crc 2023-10-14T00:05:32.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:31 smithi055 ceph-mon[183057]: failed to encode map e271 with expected crc 2023-10-14T00:05:32.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:31 smithi055 ceph-mon[183057]: osdmap e271: 8 total, 7 up, 8 in 2023-10-14T00:05:32.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:31 smithi055 ceph-mon[183057]: failed to encode map e271 with expected crc 2023-10-14T00:05:32.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:31 smithi055 ceph-mon[183057]: Health check failed: Degraded data redundancy: 41/294 objects degraded (13.946%), 11 pgs degraded (PG_DEGRADED) 2023-10-14T00:05:32.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:31 smithi082 ceph-mon[180771]: failed to encode map e270 with expected crc 2023-10-14T00:05:32.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:31 smithi082 ceph-mon[180771]: pgmap v116: 121 pgs: 11 active+undersized+degraded, 35 active+undersized, 75 active+clean; 181 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 15 MiB/s rd, 11 MiB/s wr, 34 op/s; 41/294 objects degraded (13.946%) 2023-10-14T00:05:32.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:31 smithi082 ceph-mon[180771]: failed to encode map e271 with expected crc 2023-10-14T00:05:32.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:31 smithi082 ceph-mon[180771]: failed to encode map e271 with expected crc 2023-10-14T00:05:32.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:31 smithi082 ceph-mon[180771]: osdmap e271: 8 total, 7 up, 8 in 2023-10-14T00:05:32.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:31 smithi082 ceph-mon[180771]: failed to encode map e271 with expected crc 2023-10-14T00:05:32.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:31 smithi082 ceph-mon[180771]: Health check failed: Degraded data redundancy: 41/294 objects degraded (13.946%), 11 pgs degraded (PG_DEGRADED) 2023-10-14T00:05:32.476 INFO:tasks.rados.rados.0.smithi055.stdout:1165: done (3 left) 2023-10-14T00:05:32.476 INFO:tasks.rados.rados.0.smithi055.stdout:1166: done (2 left) 2023-10-14T00:05:32.476 INFO:tasks.rados.rados.0.smithi055.stdout:1167: done (1 left) 2023-10-14T00:05:32.476 INFO:tasks.rados.rados.0.smithi055.stdout:1169: done (0 left) 2023-10-14T00:05:32.477 INFO:tasks.rados.rados.0.smithi055.stdout:1170: read oid 23 snap -1 2023-10-14T00:05:32.477 INFO:tasks.rados.rados.0.smithi055.stdout:1170: expect (ObjNum 372 snap 98 seq_num 372) 2023-10-14T00:05:32.477 INFO:tasks.rados.rados.0.smithi055.stdout:1171: snap_create 2023-10-14T00:05:32.502 INFO:tasks.rados.rados.0.smithi055.stdout:1170: expect (ObjNum 372 snap 98 seq_num 372) 2023-10-14T00:05:33.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:32 smithi055 ceph-mon[185614]: failed to encode map e271 with expected crc 2023-10-14T00:05:33.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:32 smithi055 ceph-mon[185614]: failed to encode map e272 with expected crc 2023-10-14T00:05:33.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:32 smithi055 ceph-mon[185614]: osdmap e272: 8 total, 7 up, 8 in 2023-10-14T00:05:33.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:32 smithi055 ceph-mon[183057]: failed to encode map e271 with expected crc 2023-10-14T00:05:33.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:32 smithi055 ceph-mon[183057]: failed to encode map e272 with expected crc 2023-10-14T00:05:33.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:32 smithi055 ceph-mon[183057]: osdmap e272: 8 total, 7 up, 8 in 2023-10-14T00:05:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:32 smithi082 ceph-mon[180771]: failed to encode map e271 with expected crc 2023-10-14T00:05:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:32 smithi082 ceph-mon[180771]: failed to encode map e272 with expected crc 2023-10-14T00:05:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:32 smithi082 ceph-mon[180771]: osdmap e272: 8 total, 7 up, 8 in 2023-10-14T00:05:33.493 INFO:tasks.rados.rados.0.smithi055.stdout:1170: done (1 left) 2023-10-14T00:05:33.494 INFO:tasks.rados.rados.0.smithi055.stdout:1171: done (0 left) 2023-10-14T00:05:33.494 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 13 current snap is 100 2023-10-14T00:05:33.494 INFO:tasks.rados.rados.0.smithi055.stdout:1172: seq_num 381 ranges {4718592=786432,5505024=417792,5922816=385024} 2023-10-14T00:05:33.527 INFO:tasks.rados.rados.0.smithi055.stdout:1172: writing smithi055169533-13 from 4718592 to 5505024 tid 1 2023-10-14T00:05:33.530 INFO:tasks.rados.rados.0.smithi055.stdout:1172: writing smithi055169533-13 from 5505024 to 5922816 tid 2 2023-10-14T00:05:33.533 INFO:tasks.rados.rados.0.smithi055.stdout:1172: writing smithi055169533-13 from 5922816 to 6307840 tid 3 2023-10-14T00:05:33.533 INFO:tasks.rados.rados.0.smithi055.stdout:1173: snap_create 2023-10-14T00:05:33.533 INFO:tasks.rados.rados.0.smithi055.stdout:1172: finishing write tid 1 to smithi055169533-13 2023-10-14T00:05:33.533 INFO:tasks.rados.rados.0.smithi055.stdout:1172: finishing write tid 2 to smithi055169533-13 2023-10-14T00:05:33.536 INFO:tasks.rados.rados.0.smithi055.stdout:1172: finishing write tid 3 to smithi055169533-13 2023-10-14T00:05:33.536 INFO:tasks.rados.rados.0.smithi055.stdout:1172: finishing write tid 4 to smithi055169533-13 2023-10-14T00:05:33.537 INFO:tasks.rados.rados.0.smithi055.stdout:1172: finishing write tid 5 to smithi055169533-13 2023-10-14T00:05:33.538 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 13 v 511 (ObjNum 381 snap 100 seq_num 381) dirty exists 2023-10-14T00:05:33.538 INFO:tasks.rados.rados.0.smithi055.stdout:1172: left oid 13 (ObjNum 381 snap 100 seq_num 381) 2023-10-14T00:05:33.766 INFO:journalctl@ceph.osd.1.smithi055.stdout:Oct 14 00:05:33 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-1[198129]: 2023-10-14T00:05:33.481+0000 7f37cc14d640 -1 osd.1 0 read_superblock omap replica is missing. 2023-10-14T00:05:33.767 INFO:journalctl@ceph.osd.1.smithi055.stdout:Oct 14 00:05:33 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-1[198129]: 2023-10-14T00:05:33.539+0000 7f37cc14d640 -1 osd.1 265 log_to_monitors true 2023-10-14T00:05:34.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:33 smithi055 ceph-mon[185614]: failed to encode map e272 with expected crc 2023-10-14T00:05:34.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:33 smithi055 ceph-mon[185614]: failed to encode map e272 with expected crc 2023-10-14T00:05:34.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:33 smithi055 ceph-mon[185614]: pgmap v119: 121 pgs: 11 active+undersized+degraded, 35 active+undersized, 75 active+clean; 181 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 15 MiB/s rd, 11 MiB/s wr, 34 op/s; 41/294 objects degraded (13.946%) 2023-10-14T00:05:34.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:33 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:34.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:33 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:34.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:33 smithi055 ceph-mon[185614]: failed to encode map e273 with expected crc 2023-10-14T00:05:34.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:33 smithi055 ceph-mon[185614]: osdmap e273: 8 total, 7 up, 8 in 2023-10-14T00:05:34.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:33 smithi055 ceph-mon[185614]: from='osd.1 [v2:172.21.15.55:6810/2025894321,v1:172.21.15.55:6811/2025894321]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-10-14T00:05:34.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:33 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:34.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:33 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:34.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:33 smithi055 ceph-mon[183057]: failed to encode map e272 with expected crc 2023-10-14T00:05:34.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:33 smithi055 ceph-mon[183057]: failed to encode map e272 with expected crc 2023-10-14T00:05:34.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:33 smithi055 ceph-mon[183057]: pgmap v119: 121 pgs: 11 active+undersized+degraded, 35 active+undersized, 75 active+clean; 181 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 15 MiB/s rd, 11 MiB/s wr, 34 op/s; 41/294 objects degraded (13.946%) 2023-10-14T00:05:34.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:33 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:34.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:33 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:34.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:33 smithi055 ceph-mon[183057]: failed to encode map e273 with expected crc 2023-10-14T00:05:34.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:33 smithi055 ceph-mon[183057]: osdmap e273: 8 total, 7 up, 8 in 2023-10-14T00:05:34.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:33 smithi055 ceph-mon[183057]: from='osd.1 [v2:172.21.15.55:6810/2025894321,v1:172.21.15.55:6811/2025894321]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-10-14T00:05:34.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:33 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:34.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:33 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:34.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:33 smithi082 ceph-mon[180771]: failed to encode map e272 with expected crc 2023-10-14T00:05:34.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:33 smithi082 ceph-mon[180771]: failed to encode map e272 with expected crc 2023-10-14T00:05:34.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:33 smithi082 ceph-mon[180771]: pgmap v119: 121 pgs: 11 active+undersized+degraded, 35 active+undersized, 75 active+clean; 181 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 15 MiB/s rd, 11 MiB/s wr, 34 op/s; 41/294 objects degraded (13.946%) 2023-10-14T00:05:34.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:33 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:34.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:33 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:34.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:33 smithi082 ceph-mon[180771]: failed to encode map e273 with expected crc 2023-10-14T00:05:34.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:33 smithi082 ceph-mon[180771]: osdmap e273: 8 total, 7 up, 8 in 2023-10-14T00:05:34.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:33 smithi082 ceph-mon[180771]: from='osd.1 [v2:172.21.15.55:6810/2025894321,v1:172.21.15.55:6811/2025894321]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-10-14T00:05:34.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:33 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:34.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:33 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:34.500 INFO:tasks.rados.rados.0.smithi055.stdout:1172: done (1 left) 2023-10-14T00:05:34.501 INFO:tasks.rados.rados.0.smithi055.stdout:1173: done (0 left) 2023-10-14T00:05:34.501 INFO:tasks.rados.rados.0.smithi055.stdout:1174: rollback oid 26 current snap is 101 2023-10-14T00:05:34.501 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 26 to 98 2023-10-14T00:05:34.501 INFO:tasks.rados.rados.0.smithi055.stdout:1175: copy_from oid 48 from oid 14 current snap is 101 2023-10-14T00:05:34.502 INFO:tasks.rados.rados.0.smithi055.stdout:1176: snap_create 2023-10-14T00:05:34.512 INFO:tasks.rados.rados.0.smithi055.stdout:1174: finishing rollback tid 0 to smithi055169533-26 2023-10-14T00:05:34.513 INFO:tasks.rados.rados.0.smithi055.stdout:1174: finishing rollback tid 1 to smithi055169533-26 2023-10-14T00:05:34.513 INFO:tasks.rados.rados.0.smithi055.stdout:1174: finishing rollback tid 2 to smithi055169533-26 2023-10-14T00:05:34.513 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 26 v 413 (ObjNum 291 snap 71 seq_num 291) dirty exists 2023-10-14T00:05:34.521 INFO:tasks.rados.rados.0.smithi055.stdout:1175: finishing copy_from racing read to smithi055169533-48 2023-10-14T00:05:34.521 INFO:tasks.rados.rados.0.smithi055.stdout:1175: finishing copy_from to smithi055169533-48 2023-10-14T00:05:34.522 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 48 v 452 (ObjNum 377 snap 98 seq_num 377) dirty exists 2023-10-14T00:05:34.766 INFO:journalctl@ceph.osd.1.smithi055.stdout:Oct 14 00:05:34 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-1[198129]: 2023-10-14T00:05:34.535+0000 7f37bb5b6700 -1 osd.1 265 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-10-14T00:05:35.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:05:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:05:35] "GET /metrics HTTP/1.1" 200 36058 "" "Prometheus/2.43.0" 2023-10-14T00:05:35.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:34 smithi055 ceph-mon[183057]: failed to encode map e273 with expected crc 2023-10-14T00:05:35.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:34 smithi055 ceph-mon[183057]: failed to encode map e273 with expected crc 2023-10-14T00:05:35.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:34 smithi055 ceph-mon[183057]: failed to encode map e273 with expected crc 2023-10-14T00:05:35.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:34 smithi055 ceph-mon[183057]: from='osd.1 [v2:172.21.15.55:6810/2025894321,v1:172.21.15.55:6811/2025894321]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-10-14T00:05:35.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:34 smithi055 ceph-mon[183057]: failed to encode map e274 with expected crc 2023-10-14T00:05:35.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:34 smithi055 ceph-mon[183057]: failed to encode map e274 with expected crc 2023-10-14T00:05:35.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:34 smithi055 ceph-mon[183057]: osdmap e274: 8 total, 7 up, 8 in 2023-10-14T00:05:35.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:34 smithi055 ceph-mon[183057]: from='osd.1 [v2:172.21.15.55:6810/2025894321,v1:172.21.15.55:6811/2025894321]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2023-10-14T00:05:35.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:34 smithi055 ceph-mon[183057]: failed to encode map e274 with expected crc 2023-10-14T00:05:35.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:34 smithi055 ceph-mon[185614]: failed to encode map e273 with expected crc 2023-10-14T00:05:35.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:34 smithi055 ceph-mon[185614]: failed to encode map e273 with expected crc 2023-10-14T00:05:35.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:34 smithi055 ceph-mon[185614]: failed to encode map e273 with expected crc 2023-10-14T00:05:35.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:34 smithi055 ceph-mon[185614]: from='osd.1 [v2:172.21.15.55:6810/2025894321,v1:172.21.15.55:6811/2025894321]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-10-14T00:05:35.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:34 smithi055 ceph-mon[185614]: failed to encode map e274 with expected crc 2023-10-14T00:05:35.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:34 smithi055 ceph-mon[185614]: failed to encode map e274 with expected crc 2023-10-14T00:05:35.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:34 smithi055 ceph-mon[185614]: osdmap e274: 8 total, 7 up, 8 in 2023-10-14T00:05:35.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:34 smithi055 ceph-mon[185614]: from='osd.1 [v2:172.21.15.55:6810/2025894321,v1:172.21.15.55:6811/2025894321]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2023-10-14T00:05:35.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:34 smithi055 ceph-mon[185614]: failed to encode map e274 with expected crc 2023-10-14T00:05:35.301 INFO:tasks.rados.rados.0.smithi055.stdout:1174: done (2 left) 2023-10-14T00:05:35.302 INFO:tasks.rados.rados.0.smithi055.stdout:1175: done (1 left) 2023-10-14T00:05:35.302 INFO:tasks.rados.rados.0.smithi055.stdout:1176: done (0 left) 2023-10-14T00:05:35.302 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 23 current snap is 102 2023-10-14T00:05:35.302 INFO:tasks.rados.rados.0.smithi055.stdout:1177: seq_num 382 ranges {6610944=802816,7413760=704512,8118272=98304} 2023-10-14T00:05:35.345 INFO:tasks.rados.rados.0.smithi055.stdout:1177: writing smithi055169533-23 from 6610944 to 7413760 tid 1 2023-10-14T00:05:35.349 INFO:tasks.rados.rados.0.smithi055.stdout:1177: writing smithi055169533-23 from 7413760 to 8118272 tid 2 2023-10-14T00:05:35.350 INFO:tasks.rados.rados.0.smithi055.stdout:1177: writing smithi055169533-23 from 8118272 to 8216576 tid 3 2023-10-14T00:05:35.350 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 36 current snap is 102 2023-10-14T00:05:35.350 INFO:tasks.rados.rados.0.smithi055.stdout:1177: finishing write tid 1 to smithi055169533-23 2023-10-14T00:05:35.351 INFO:tasks.rados.rados.0.smithi055.stdout:1178: seq_num 383 ranges {2441216=417792,2859008=589824,3448832=417792,3866624=196608} 2023-10-14T00:05:35.366 INFO:tasks.rados.rados.0.smithi055.stdout:1178: writing smithi055169533-36 from 2441216 to 2859008 tid 1 2023-10-14T00:05:35.370 INFO:tasks.rados.rados.0.smithi055.stdout:1178: writing smithi055169533-36 from 2859008 to 3448832 tid 2 2023-10-14T00:05:35.373 INFO:tasks.rados.rados.0.smithi055.stdout:1178: writing smithi055169533-36 from 3448832 to 3866624 tid 3 2023-10-14T00:05:35.374 INFO:tasks.rados.rados.0.smithi055.stdout:1178: writing smithi055169533-36 from 3866624 to 4063232 tid 4 2023-10-14T00:05:35.375 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 12 current snap is 102 2023-10-14T00:05:35.375 INFO:tasks.rados.rados.0.smithi055.stdout:1177: finishing write tid 2 to smithi055169533-23 2023-10-14T00:05:35.375 INFO:tasks.rados.rados.0.smithi055.stdout:1177: finishing write tid 3 to smithi055169533-23 2023-10-14T00:05:35.375 INFO:tasks.rados.rados.0.smithi055.stdout:1177: finishing write tid 4 to smithi055169533-23 2023-10-14T00:05:35.375 INFO:tasks.rados.rados.0.smithi055.stdout:1179: seq_num 384 ranges {1155072=434176,1589248=475136,2064384=630784,2695168=98304} 2023-10-14T00:05:35.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:34 smithi082 ceph-mon[180771]: failed to encode map e273 with expected crc 2023-10-14T00:05:35.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:34 smithi082 ceph-mon[180771]: failed to encode map e273 with expected crc 2023-10-14T00:05:35.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:34 smithi082 ceph-mon[180771]: failed to encode map e273 with expected crc 2023-10-14T00:05:35.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:34 smithi082 ceph-mon[180771]: from='osd.1 [v2:172.21.15.55:6810/2025894321,v1:172.21.15.55:6811/2025894321]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-10-14T00:05:35.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:34 smithi082 ceph-mon[180771]: failed to encode map e274 with expected crc 2023-10-14T00:05:35.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:34 smithi082 ceph-mon[180771]: failed to encode map e274 with expected crc 2023-10-14T00:05:35.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:34 smithi082 ceph-mon[180771]: osdmap e274: 8 total, 7 up, 8 in 2023-10-14T00:05:35.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:34 smithi082 ceph-mon[180771]: from='osd.1 [v2:172.21.15.55:6810/2025894321,v1:172.21.15.55:6811/2025894321]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2023-10-14T00:05:35.378 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:34 smithi082 ceph-mon[180771]: failed to encode map e274 with expected crc 2023-10-14T00:05:35.383 INFO:tasks.rados.rados.0.smithi055.stdout:1179: writing smithi055169533-12 from 1155072 to 1589248 tid 1 2023-10-14T00:05:35.386 INFO:tasks.rados.rados.0.smithi055.stdout:1179: writing smithi055169533-12 from 1589248 to 2064384 tid 2 2023-10-14T00:05:35.389 INFO:tasks.rados.rados.0.smithi055.stdout:1179: writing smithi055169533-12 from 2064384 to 2695168 tid 3 2023-10-14T00:05:35.390 INFO:tasks.rados.rados.0.smithi055.stdout:1179: writing smithi055169533-12 from 2695168 to 2793472 tid 4 2023-10-14T00:05:35.391 INFO:tasks.rados.rados.0.smithi055.stdout:1180: snap_create 2023-10-14T00:05:35.391 INFO:tasks.rados.rados.0.smithi055.stdout:1177: finishing write tid 5 to smithi055169533-23 2023-10-14T00:05:35.391 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 23 v 335 (ObjNum 382 snap 102 seq_num 382) dirty exists 2023-10-14T00:05:35.391 INFO:tasks.rados.rados.0.smithi055.stdout:1177: left oid 23 (ObjNum 382 snap 102 seq_num 382) 2023-10-14T00:05:35.391 INFO:tasks.rados.rados.0.smithi055.stdout:1178: finishing write tid 1 to smithi055169533-36 2023-10-14T00:05:35.392 INFO:tasks.rados.rados.0.smithi055.stdout:1178: finishing write tid 2 to smithi055169533-36 2023-10-14T00:05:35.392 INFO:tasks.rados.rados.0.smithi055.stdout:1178: finishing write tid 3 to smithi055169533-36 2023-10-14T00:05:35.392 INFO:tasks.rados.rados.0.smithi055.stdout:1178: finishing write tid 4 to smithi055169533-36 2023-10-14T00:05:35.392 INFO:tasks.rados.rados.0.smithi055.stdout:1178: finishing write tid 5 to smithi055169533-36 2023-10-14T00:05:35.392 INFO:tasks.rados.rados.0.smithi055.stdout:1178: finishing write tid 6 to smithi055169533-36 2023-10-14T00:05:35.393 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 36 v 204 (ObjNum 383 snap 102 seq_num 383) dirty exists 2023-10-14T00:05:35.393 INFO:tasks.rados.rados.0.smithi055.stdout:1178: left oid 36 (ObjNum 383 snap 102 seq_num 383) 2023-10-14T00:05:36.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:35 smithi055 ceph-mon[185614]: failed to encode map e274 with expected crc 2023-10-14T00:05:36.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:35 smithi055 ceph-mon[185614]: failed to encode map e274 with expected crc 2023-10-14T00:05:36.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:35 smithi055 ceph-mon[185614]: pgmap v122: 121 pgs: 11 active+undersized+degraded, 35 active+undersized, 75 active+clean; 181 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 41/294 objects degraded (13.946%) 2023-10-14T00:05:36.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:35 smithi055 ceph-mon[185614]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-10-14T00:05:36.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:35 smithi055 ceph-mon[185614]: failed to encode map e275 with expected crc 2023-10-14T00:05:36.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:35 smithi055 ceph-mon[185614]: osd.1 [v2:172.21.15.55:6810/2025894321,v1:172.21.15.55:6811/2025894321] boot 2023-10-14T00:05:36.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:35 smithi055 ceph-mon[185614]: osdmap e275: 8 total, 8 up, 8 in 2023-10-14T00:05:36.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:35 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-14T00:05:36.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:35 smithi055 ceph-mon[183057]: failed to encode map e274 with expected crc 2023-10-14T00:05:36.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:35 smithi055 ceph-mon[183057]: failed to encode map e274 with expected crc 2023-10-14T00:05:36.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:35 smithi055 ceph-mon[183057]: pgmap v122: 121 pgs: 11 active+undersized+degraded, 35 active+undersized, 75 active+clean; 181 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 41/294 objects degraded (13.946%) 2023-10-14T00:05:36.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:35 smithi055 ceph-mon[183057]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-10-14T00:05:36.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:35 smithi055 ceph-mon[183057]: failed to encode map e275 with expected crc 2023-10-14T00:05:36.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:35 smithi055 ceph-mon[183057]: osd.1 [v2:172.21.15.55:6810/2025894321,v1:172.21.15.55:6811/2025894321] boot 2023-10-14T00:05:36.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:35 smithi055 ceph-mon[183057]: osdmap e275: 8 total, 8 up, 8 in 2023-10-14T00:05:36.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:35 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-14T00:05:36.303 INFO:tasks.rados.rados.0.smithi055.stdout:1177: done (3 left) 2023-10-14T00:05:36.303 INFO:tasks.rados.rados.0.smithi055.stdout:1178: done (2 left) 2023-10-14T00:05:36.303 INFO:tasks.rados.rados.0.smithi055.stdout:1180: done (1 left) 2023-10-14T00:05:36.305 INFO:tasks.rados.rados.0.smithi055.stdout:1181: read oid 30 snap -1 2023-10-14T00:05:36.305 INFO:tasks.rados.rados.0.smithi055.stdout:1181: expect (ObjNum 334 snap 85 seq_num 334) 2023-10-14T00:05:36.305 INFO:tasks.rados.rados.0.smithi055.stdout:1182: read oid 26 snap -1 2023-10-14T00:05:36.305 INFO:tasks.rados.rados.0.smithi055.stdout:1182: expect (ObjNum 291 snap 71 seq_num 291) 2023-10-14T00:05:36.306 INFO:tasks.rados.rados.0.smithi055.stdout:1183: read oid 32 snap -1 2023-10-14T00:05:36.306 INFO:tasks.rados.rados.0.smithi055.stdout:1183: expect (ObjNum 375 snap 98 seq_num 375) 2023-10-14T00:05:36.306 INFO:tasks.rados.rados.0.smithi055.stdout:1184: rollback oid 15 current snap is 103 2023-10-14T00:05:36.306 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 15 to 101 2023-10-14T00:05:36.306 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 46 current snap is 103 2023-10-14T00:05:36.307 INFO:tasks.rados.rados.0.smithi055.stdout:1185: seq_num 385 ranges {1409024=450560,1859584=761856,2621440=442368} 2023-10-14T00:05:36.314 INFO:tasks.rados.rados.0.smithi055.stdout:1185: writing smithi055169533-46 from 1409024 to 1859584 tid 1 2023-10-14T00:05:36.320 INFO:tasks.rados.rados.0.smithi055.stdout:1185: writing smithi055169533-46 from 1859584 to 2621440 tid 2 2023-10-14T00:05:36.324 INFO:tasks.rados.rados.0.smithi055.stdout:1185: writing smithi055169533-46 from 2621440 to 3063808 tid 3 2023-10-14T00:05:36.324 INFO:tasks.rados.rados.0.smithi055.stdout:1186: read oid 4 snap -1 2023-10-14T00:05:36.324 INFO:tasks.rados.rados.0.smithi055.stdout:1186: expect (ObjNum 356 snap 94 seq_num 356) 2023-10-14T00:05:36.324 INFO:tasks.rados.rados.0.smithi055.stdout:1187: snap_create 2023-10-14T00:05:36.336 INFO:tasks.rados.rados.0.smithi055.stdout:1184: finishing rollback tid 0 to smithi055169533-15 2023-10-14T00:05:36.338 INFO:tasks.rados.rados.0.smithi055.stdout:1184: finishing rollback tid 1 to smithi055169533-15 2023-10-14T00:05:36.344 INFO:tasks.rados.rados.0.smithi055.stdout:1184: finishing rollback tid 2 to smithi055169533-15 2023-10-14T00:05:36.344 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 15 v 534 (ObjNum 371 snap 98 seq_num 371) dirty exists 2023-10-14T00:05:36.349 INFO:tasks.rados.rados.0.smithi055.stdout:1186: expect (ObjNum 356 snap 94 seq_num 356) 2023-10-14T00:05:36.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:35 smithi082 ceph-mon[180771]: failed to encode map e274 with expected crc 2023-10-14T00:05:36.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:35 smithi082 ceph-mon[180771]: failed to encode map e274 with expected crc 2023-10-14T00:05:36.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:35 smithi082 ceph-mon[180771]: pgmap v122: 121 pgs: 11 active+undersized+degraded, 35 active+undersized, 75 active+clean; 181 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 41/294 objects degraded (13.946%) 2023-10-14T00:05:36.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:35 smithi082 ceph-mon[180771]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-10-14T00:05:36.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:35 smithi082 ceph-mon[180771]: failed to encode map e275 with expected crc 2023-10-14T00:05:36.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:35 smithi082 ceph-mon[180771]: osd.1 [v2:172.21.15.55:6810/2025894321,v1:172.21.15.55:6811/2025894321] boot 2023-10-14T00:05:36.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:35 smithi082 ceph-mon[180771]: osdmap e275: 8 total, 8 up, 8 in 2023-10-14T00:05:36.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:35 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-14T00:05:36.447 INFO:tasks.rados.rados.0.smithi055.stdout:1185: finishing write tid 1 to smithi055169533-46 2023-10-14T00:05:36.448 INFO:tasks.rados.rados.0.smithi055.stdout:1185: finishing write tid 2 to smithi055169533-46 2023-10-14T00:05:36.448 INFO:tasks.rados.rados.0.smithi055.stdout:1185: finishing write tid 3 to smithi055169533-46 2023-10-14T00:05:36.448 INFO:tasks.rados.rados.0.smithi055.stdout:1185: finishing write tid 4 to smithi055169533-46 2023-10-14T00:05:36.448 INFO:tasks.rados.rados.0.smithi055.stdout:1185: finishing write tid 5 to smithi055169533-46 2023-10-14T00:05:36.449 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 46 v 339 (ObjNum 385 snap 103 seq_num 385) dirty exists 2023-10-14T00:05:36.449 INFO:tasks.rados.rados.0.smithi055.stdout:1185: left oid 46 (ObjNum 385 snap 103 seq_num 385) 2023-10-14T00:05:36.449 INFO:tasks.rados.rados.0.smithi055.stdout:1179: finishing write tid 1 to smithi055169533-12 2023-10-14T00:05:36.449 INFO:tasks.rados.rados.0.smithi055.stdout:1179: finishing write tid 2 to smithi055169533-12 2023-10-14T00:05:36.449 INFO:tasks.rados.rados.0.smithi055.stdout:1179: finishing write tid 3 to smithi055169533-12 2023-10-14T00:05:36.450 INFO:tasks.rados.rados.0.smithi055.stdout:1182: expect (ObjNum 291 snap 71 seq_num 291) 2023-10-14T00:05:36.548 INFO:tasks.rados.rados.0.smithi055.stdout:1181: expect (ObjNum 334 snap 85 seq_num 334) 2023-10-14T00:05:36.660 INFO:tasks.rados.rados.0.smithi055.stdout:1179: finishing write tid 4 to smithi055169533-12 2023-10-14T00:05:36.660 INFO:tasks.rados.rados.0.smithi055.stdout:1179: finishing write tid 5 to smithi055169533-12 2023-10-14T00:05:36.660 INFO:tasks.rados.rados.0.smithi055.stdout:1179: finishing write tid 6 to smithi055169533-12 2023-10-14T00:05:36.660 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 12 v 457 (ObjNum 384 snap 102 seq_num 384) dirty exists 2023-10-14T00:05:36.660 INFO:tasks.rados.rados.0.smithi055.stdout:1179: left oid 12 (ObjNum 384 snap 102 seq_num 384) 2023-10-14T00:05:36.661 INFO:tasks.rados.rados.0.smithi055.stdout:1183: expect (ObjNum 375 snap 98 seq_num 375) 2023-10-14T00:05:37.016 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:05:36 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:05:36.896+0000 7fd8bf982700 -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-10-14T00:05:37.305 INFO:tasks.rados.rados.0.smithi055.stdout:1179: done (7 left) 2023-10-14T00:05:37.305 INFO:tasks.rados.rados.0.smithi055.stdout:1181: done (6 left) 2023-10-14T00:05:37.305 INFO:tasks.rados.rados.0.smithi055.stdout:1182: done (5 left) 2023-10-14T00:05:37.306 INFO:tasks.rados.rados.0.smithi055.stdout:1183: done (4 left) 2023-10-14T00:05:37.306 INFO:tasks.rados.rados.0.smithi055.stdout:1184: done (3 left) 2023-10-14T00:05:37.306 INFO:tasks.rados.rados.0.smithi055.stdout:1185: done (2 left) 2023-10-14T00:05:37.306 INFO:tasks.rados.rados.0.smithi055.stdout:1186: done (1 left) 2023-10-14T00:05:37.306 INFO:tasks.rados.rados.0.smithi055.stdout:1187: done (0 left) 2023-10-14T00:05:37.307 INFO:tasks.rados.rados.0.smithi055.stdout:1188: rmattr oid 40 current snap is 104 2023-10-14T00:05:37.307 INFO:tasks.rados.rados.0.smithi055.stdout:1188: done (0 left) 2023-10-14T00:05:37.307 INFO:tasks.rados.rados.0.smithi055.stdout:1189: snap_remove snap 98 2023-10-14T00:05:37.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:37 smithi082 ceph-mon[180771]: osdmap e276: 8 total, 8 up, 8 in 2023-10-14T00:05:37.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:37 smithi082 ceph-mon[180771]: failed to encode map e276 with expected crc 2023-10-14T00:05:37.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:37 smithi082 ceph-mon[180771]: failed to encode map e276 with expected crc 2023-10-14T00:05:37.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:37 smithi082 ceph-mon[180771]: failed to encode map e276 with expected crc 2023-10-14T00:05:37.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:37 smithi082 ceph-mon[180771]: failed to encode map e276 with expected crc 2023-10-14T00:05:37.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:37 smithi082 ceph-mon[180771]: failed to encode map e276 with expected crc 2023-10-14T00:05:37.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:37 smithi082 ceph-mon[180771]: failed to encode map e276 with expected crc 2023-10-14T00:05:37.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:37 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:37.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:37 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:37.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:37 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:05:37.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:37 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:05:37.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:37 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:37.628 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:37 smithi082 ceph-mon[180771]: pgmap v125: 121 pgs: 6 peering, 10 active+undersized+degraded, 30 active+undersized, 75 active+clean; 189 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 10 MiB/s rd, 6.9 MiB/s wr, 18 op/s; 41/258 objects degraded (15.891%) 2023-10-14T00:05:37.628 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:37 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:05:37.628 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:37 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:05:37.628 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:37 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:05:37.628 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:37 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:05:37.629 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:37 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-10-14T00:05:37.629 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:37 smithi082 ceph-mon[180771]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-10-14T00:05:37.629 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:37 smithi082 ceph-mon[180771]: Upgrade: unsafe to stop osd(s) at this time (13 PGs are or would become offline) 2023-10-14T00:05:37.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:37 smithi055 ceph-mon[183057]: osdmap e276: 8 total, 8 up, 8 in 2023-10-14T00:05:37.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:37 smithi055 ceph-mon[183057]: failed to encode map e276 with expected crc 2023-10-14T00:05:37.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:37 smithi055 ceph-mon[183057]: failed to encode map e276 with expected crc 2023-10-14T00:05:37.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:37 smithi055 ceph-mon[183057]: failed to encode map e276 with expected crc 2023-10-14T00:05:37.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:37 smithi055 ceph-mon[183057]: failed to encode map e276 with expected crc 2023-10-14T00:05:37.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:37 smithi055 ceph-mon[183057]: failed to encode map e276 with expected crc 2023-10-14T00:05:37.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:37 smithi055 ceph-mon[183057]: failed to encode map e276 with expected crc 2023-10-14T00:05:37.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:37 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:37.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:37 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:37.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:37 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:05:37.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:37 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:05:37.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:37 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:37.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:37 smithi055 ceph-mon[183057]: pgmap v125: 121 pgs: 6 peering, 10 active+undersized+degraded, 30 active+undersized, 75 active+clean; 189 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 10 MiB/s rd, 6.9 MiB/s wr, 18 op/s; 41/258 objects degraded (15.891%) 2023-10-14T00:05:37.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:37 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:05:37.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:37 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:05:37.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:37 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:05:37.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:37 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:05:37.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:37 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-10-14T00:05:37.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:37 smithi055 ceph-mon[183057]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-10-14T00:05:37.771 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:37 smithi055 ceph-mon[183057]: Upgrade: unsafe to stop osd(s) at this time (13 PGs are or would become offline) 2023-10-14T00:05:37.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:37 smithi055 ceph-mon[185614]: osdmap e276: 8 total, 8 up, 8 in 2023-10-14T00:05:37.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:37 smithi055 ceph-mon[185614]: failed to encode map e276 with expected crc 2023-10-14T00:05:37.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:37 smithi055 ceph-mon[185614]: failed to encode map e276 with expected crc 2023-10-14T00:05:37.772 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:37 smithi055 ceph-mon[185614]: failed to encode map e276 with expected crc 2023-10-14T00:05:37.772 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:37 smithi055 ceph-mon[185614]: failed to encode map e276 with expected crc 2023-10-14T00:05:37.772 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:37 smithi055 ceph-mon[185614]: failed to encode map e276 with expected crc 2023-10-14T00:05:37.772 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:37 smithi055 ceph-mon[185614]: failed to encode map e276 with expected crc 2023-10-14T00:05:37.772 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:37 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:37.772 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:37 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:37.773 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:37 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:05:37.773 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:37 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:05:37.773 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:37 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:37.773 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:37 smithi055 ceph-mon[185614]: pgmap v125: 121 pgs: 6 peering, 10 active+undersized+degraded, 30 active+undersized, 75 active+clean; 189 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 10 MiB/s rd, 6.9 MiB/s wr, 18 op/s; 41/258 objects degraded (15.891%) 2023-10-14T00:05:37.773 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:37 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:05:37.774 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:37 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:05:37.774 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:37 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:05:37.774 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:37 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:05:37.774 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:37 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-10-14T00:05:37.774 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:37 smithi055 ceph-mon[185614]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-10-14T00:05:37.775 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:37 smithi055 ceph-mon[185614]: Upgrade: unsafe to stop osd(s) at this time (13 PGs are or would become offline) 2023-10-14T00:05:38.316 INFO:tasks.rados.rados.0.smithi055.stdout:1189: done (0 left) 2023-10-14T00:05:38.317 INFO:tasks.rados.rados.0.smithi055.stdout:1190: snap_remove snap 99 2023-10-14T00:05:38.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:38 smithi082 ceph-mon[180771]: failed to encode map e277 with expected crc 2023-10-14T00:05:38.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:38 smithi082 ceph-mon[180771]: osdmap e277: 8 total, 8 up, 8 in 2023-10-14T00:05:38.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:38 smithi082 ceph-mon[180771]: Health check update: Degraded data redundancy: 41/258 objects degraded (15.891%), 10 pgs degraded (PG_DEGRADED) 2023-10-14T00:05:38.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:38 smithi055 ceph-mon[183057]: failed to encode map e277 with expected crc 2023-10-14T00:05:38.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:38 smithi055 ceph-mon[183057]: osdmap e277: 8 total, 8 up, 8 in 2023-10-14T00:05:38.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:38 smithi055 ceph-mon[183057]: Health check update: Degraded data redundancy: 41/258 objects degraded (15.891%), 10 pgs degraded (PG_DEGRADED) 2023-10-14T00:05:38.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:38 smithi055 ceph-mon[185614]: failed to encode map e277 with expected crc 2023-10-14T00:05:38.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:38 smithi055 ceph-mon[185614]: osdmap e277: 8 total, 8 up, 8 in 2023-10-14T00:05:38.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:38 smithi055 ceph-mon[185614]: Health check update: Degraded data redundancy: 41/258 objects degraded (15.891%), 10 pgs degraded (PG_DEGRADED) 2023-10-14T00:05:39.125 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:05:38 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:05: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-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi055:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi082.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-10-14T00:05:39.342 INFO:tasks.rados.rados.0.smithi055.stdout:1190: done (0 left) 2023-10-14T00:05:39.343 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 14 current snap is 104 2023-10-14T00:05:39.343 INFO:tasks.rados.rados.0.smithi055.stdout:1191: seq_num 386 ranges {1523712=466944,1990656=638976,2629632=565248} 2023-10-14T00:05:39.354 INFO:tasks.rados.rados.0.smithi055.stdout:1191: writing smithi055169533-14 from 1523712 to 1990656 tid 1 2023-10-14T00:05:39.357 INFO:tasks.rados.rados.0.smithi055.stdout:1191: writing smithi055169533-14 from 1990656 to 2629632 tid 2 2023-10-14T00:05:39.361 INFO:tasks.rados.rados.0.smithi055.stdout:1191: writing smithi055169533-14 from 2629632 to 3194880 tid 3 2023-10-14T00:05:39.362 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 39 current snap is 104 2023-10-14T00:05:39.362 INFO:tasks.rados.rados.0.smithi055.stdout:1192: seq_num 387 ranges {6512640=483328,6995968=524288,7520256=679936} 2023-10-14T00:05:39.401 INFO:tasks.rados.rados.0.smithi055.stdout:1192: writing smithi055169533-39 from 6512640 to 6995968 tid 1 2023-10-14T00:05:39.404 INFO:tasks.rados.rados.0.smithi055.stdout:1192: writing smithi055169533-39 from 6995968 to 7520256 tid 2 2023-10-14T00:05:39.408 INFO:tasks.rados.rados.0.smithi055.stdout:1192: writing smithi055169533-39 from 7520256 to 8200192 tid 3 2023-10-14T00:05:39.409 INFO:tasks.rados.rados.0.smithi055.stdout:1193: read oid 9 snap -1 2023-10-14T00:05:39.409 INFO:tasks.rados.rados.0.smithi055.stdout:1193: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:05:39.410 INFO:tasks.rados.rados.0.smithi055.stdout:1194: delete oid 50 current snap is 104 2023-10-14T00:05:39.410 INFO:tasks.rados.rados.0.smithi055.stdout:1191: finishing write tid 1 to smithi055169533-14 2023-10-14T00:05:39.410 INFO:tasks.rados.rados.0.smithi055.stdout:1191: finishing write tid 2 to smithi055169533-14 2023-10-14T00:05:39.410 INFO:tasks.rados.rados.0.smithi055.stdout:1191: finishing write tid 3 to smithi055169533-14 2023-10-14T00:05:39.411 INFO:tasks.rados.rados.0.smithi055.stdout:1191: finishing write tid 4 to smithi055169533-14 2023-10-14T00:05:39.411 INFO:tasks.rados.rados.0.smithi055.stdout:1191: finishing write tid 5 to smithi055169533-14 2023-10-14T00:05:39.411 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 14 v 456 (ObjNum 386 snap 104 seq_num 386) dirty exists 2023-10-14T00:05:39.411 INFO:tasks.rados.rados.0.smithi055.stdout:1191: left oid 14 (ObjNum 386 snap 104 seq_num 386) 2023-10-14T00:05:39.411 INFO:tasks.rados.rados.0.smithi055.stdout:1192: finishing write tid 1 to smithi055169533-39 2023-10-14T00:05:39.411 INFO:tasks.rados.rados.0.smithi055.stdout:1192: finishing write tid 2 to smithi055169533-39 2023-10-14T00:05:39.412 INFO:tasks.rados.rados.0.smithi055.stdout:1193: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:05:39.414 INFO:tasks.rados.rados.0.smithi055.stdout:1192: finishing write tid 3 to smithi055169533-39 2023-10-14T00:05:39.415 INFO:tasks.rados.rados.0.smithi055.stdout:1192: finishing write tid 4 to smithi055169533-39 2023-10-14T00:05:39.416 INFO:tasks.rados.rados.0.smithi055.stdout:1191: done (3 left) 2023-10-14T00:05:39.416 INFO:tasks.rados.rados.0.smithi055.stdout:1193: done (2 left) 2023-10-14T00:05:39.416 INFO:tasks.rados.rados.0.smithi055.stdout:1194: done (1 left) 2023-10-14T00:05:39.416 INFO:tasks.rados.rados.0.smithi055.stdout:1195: rollback oid 2 current snap is 104 2023-10-14T00:05:39.416 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 2 to 101 2023-10-14T00:05:39.417 INFO:tasks.rados.rados.0.smithi055.stdout:1196: setattr oid 35 current snap is 104 2023-10-14T00:05:39.417 INFO:tasks.rados.rados.0.smithi055.stdout:1192: finishing write tid 5 to smithi055169533-39 2023-10-14T00:05:39.418 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 39 v 553 (ObjNum 387 snap 104 seq_num 387) dirty exists 2023-10-14T00:05:39.418 INFO:tasks.rados.rados.0.smithi055.stdout:1192: left oid 39 (ObjNum 387 snap 104 seq_num 387) 2023-10-14T00:05:39.418 INFO:tasks.rados.rados.0.smithi055.stdout:1192: done (2 left) 2023-10-14T00:05:39.418 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 18 current snap is 104 2023-10-14T00:05:39.418 INFO:tasks.rados.rados.0.smithi055.stdout:1197: seq_num 389 ranges {3645440=524288,4169728=745472,4915200=458752} 2023-10-14T00:05:39.441 INFO:tasks.rados.rados.0.smithi055.stdout:1197: writing smithi055169533-18 from 3645440 to 4169728 tid 1 2023-10-14T00:05:39.445 INFO:tasks.rados.rados.0.smithi055.stdout:1197: writing smithi055169533-18 from 4169728 to 4915200 tid 2 2023-10-14T00:05:39.448 INFO:tasks.rados.rados.0.smithi055.stdout:1197: writing smithi055169533-18 from 4915200 to 5373952 tid 3 2023-10-14T00:05:39.449 INFO:tasks.rados.rados.0.smithi055.stdout:1198: snap_create 2023-10-14T00:05:39.449 INFO:tasks.rados.rados.0.smithi055.stdout:1195: finishing rollback tid 0 to smithi055169533-2 2023-10-14T00:05:39.449 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 35 v 557 (ObjNum 363 snap 96 seq_num 363) dirty exists 2023-10-14T00:05:39.449 INFO:tasks.rados.rados.0.smithi055.stdout:1195: finishing rollback tid 1 to smithi055169533-2 2023-10-14T00:05:39.450 INFO:tasks.rados.rados.0.smithi055.stdout:1195: finishing rollback tid 2 to smithi055169533-2 2023-10-14T00:05:39.450 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 2 v 363 (ObjNum 308 snap 79 seq_num 308) dirty exists 2023-10-14T00:05:39.450 INFO:tasks.rados.rados.0.smithi055.stdout:1197: finishing write tid 1 to smithi055169533-18 2023-10-14T00:05:39.450 INFO:tasks.rados.rados.0.smithi055.stdout:1197: finishing write tid 2 to smithi055169533-18 2023-10-14T00:05:39.451 INFO:tasks.rados.rados.0.smithi055.stdout:1197: finishing write tid 3 to smithi055169533-18 2023-10-14T00:05:39.451 INFO:tasks.rados.rados.0.smithi055.stdout:1197: finishing write tid 4 to smithi055169533-18 2023-10-14T00:05:39.452 INFO:tasks.rados.rados.0.smithi055.stdout:1197: finishing write tid 5 to smithi055169533-18 2023-10-14T00:05:39.452 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 18 v 543 (ObjNum 389 snap 104 seq_num 389) dirty exists 2023-10-14T00:05:39.453 INFO:tasks.rados.rados.0.smithi055.stdout:1197: left oid 18 (ObjNum 389 snap 104 seq_num 389) 2023-10-14T00:05:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:39 smithi082 ceph-mon[180771]: failed to encode map e278 with expected crc 2023-10-14T00:05:39.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:39 smithi082 ceph-mon[180771]: osdmap e278: 8 total, 8 up, 8 in 2023-10-14T00:05:39.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:39 smithi082 ceph-mon[180771]: failed to encode map e278 with expected crc 2023-10-14T00:05:39.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:39 smithi082 ceph-mon[180771]: failed to encode map e277 with expected crc 2023-10-14T00:05:39.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:39 smithi082 ceph-mon[180771]: failed to encode map e277 with expected crc 2023-10-14T00:05:39.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:39 smithi082 ceph-mon[180771]: pgmap v128: 121 pgs: 6 peering, 10 active+undersized+degraded, 30 active+undersized, 75 active+clean; 189 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 10 MiB/s rd, 6.9 MiB/s wr, 18 op/s; 41/258 objects degraded (15.891%) 2023-10-14T00:05:39.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:39 smithi082 ceph-mon[180771]: failed to encode map e277 with expected crc 2023-10-14T00:05:39.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:39 smithi082 ceph-mon[180771]: failed to encode map e277 with expected crc 2023-10-14T00:05:39.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:39.628 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:05:39.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:39 smithi055 ceph-mon[185614]: failed to encode map e278 with expected crc 2023-10-14T00:05:39.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:39 smithi055 ceph-mon[185614]: osdmap e278: 8 total, 8 up, 8 in 2023-10-14T00:05:39.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:39 smithi055 ceph-mon[185614]: failed to encode map e278 with expected crc 2023-10-14T00:05:39.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:39 smithi055 ceph-mon[185614]: failed to encode map e277 with expected crc 2023-10-14T00:05:39.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:39 smithi055 ceph-mon[185614]: failed to encode map e277 with expected crc 2023-10-14T00:05:39.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:39 smithi055 ceph-mon[185614]: pgmap v128: 121 pgs: 6 peering, 10 active+undersized+degraded, 30 active+undersized, 75 active+clean; 189 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 10 MiB/s rd, 6.9 MiB/s wr, 18 op/s; 41/258 objects degraded (15.891%) 2023-10-14T00:05:39.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:39 smithi055 ceph-mon[185614]: failed to encode map e277 with expected crc 2023-10-14T00:05:39.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:39 smithi055 ceph-mon[185614]: failed to encode map e277 with expected crc 2023-10-14T00:05:39.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:39.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:05:39.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:39 smithi055 ceph-mon[183057]: failed to encode map e278 with expected crc 2023-10-14T00:05:39.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:39 smithi055 ceph-mon[183057]: osdmap e278: 8 total, 8 up, 8 in 2023-10-14T00:05:39.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:39 smithi055 ceph-mon[183057]: failed to encode map e278 with expected crc 2023-10-14T00:05:39.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:39 smithi055 ceph-mon[183057]: failed to encode map e277 with expected crc 2023-10-14T00:05:39.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:39 smithi055 ceph-mon[183057]: failed to encode map e277 with expected crc 2023-10-14T00:05:39.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:39 smithi055 ceph-mon[183057]: pgmap v128: 121 pgs: 6 peering, 10 active+undersized+degraded, 30 active+undersized, 75 active+clean; 189 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 10 MiB/s rd, 6.9 MiB/s wr, 18 op/s; 41/258 objects degraded (15.891%) 2023-10-14T00:05:39.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:39 smithi055 ceph-mon[183057]: failed to encode map e277 with expected crc 2023-10-14T00:05:39.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:39 smithi055 ceph-mon[183057]: failed to encode map e277 with expected crc 2023-10-14T00:05:39.771 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:39.771 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:05:40.342 INFO:tasks.rados.rados.0.smithi055.stdout:1195: done (3 left) 2023-10-14T00:05:40.343 INFO:tasks.rados.rados.0.smithi055.stdout:1196: done (2 left) 2023-10-14T00:05:40.343 INFO:tasks.rados.rados.0.smithi055.stdout:1197: done (1 left) 2023-10-14T00:05:40.343 INFO:tasks.rados.rados.0.smithi055.stdout:1198: done (0 left) 2023-10-14T00:05:40.343 INFO:tasks.rados.rados.0.smithi055.stdout:1199: read oid 7 snap 100 2023-10-14T00:05:40.344 INFO:tasks.rados.rados.0.smithi055.stdout:1199: expect (ObjNum 1529554432 snap 21912 seq_num 1528974928) 2023-10-14T00:05:40.344 INFO:tasks.rados.rados.0.smithi055.stdout:1200: delete oid 1 current snap is 105 2023-10-14T00:05:40.346 INFO:tasks.rados.rados.0.smithi055.stdout:1199: expect (ObjNum 1529554432 snap 21912 seq_num 1528974928) 2023-10-14T00:05:40.354 INFO:tasks.rados.rados.0.smithi055.stdout:1199: done (1 left) 2023-10-14T00:05:40.355 INFO:tasks.rados.rados.0.smithi055.stdout:1200: done (0 left) 2023-10-14T00:05:40.355 INFO:tasks.rados.rados.0.smithi055.stdout:1201: rollback oid 33 current snap is 105 2023-10-14T00:05:40.355 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 33 to 102 2023-10-14T00:05:40.355 INFO:tasks.rados.rados.0.smithi055.stdout:1202: snap_remove snap 103 2023-10-14T00:05:40.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:40 smithi082 ceph-mon[180771]: failed to encode map e279 with expected crc 2023-10-14T00:05:40.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:40 smithi082 ceph-mon[180771]: failed to encode map e279 with expected crc 2023-10-14T00:05:40.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:40 smithi082 ceph-mon[180771]: osdmap e279: 8 total, 8 up, 8 in 2023-10-14T00:05:40.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:40 smithi082 ceph-mon[180771]: failed to encode map e279 with expected crc 2023-10-14T00:05:40.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:40 smithi082 ceph-mon[180771]: mgrmap e41: y(active, since 91s), standbys: x 2023-10-14T00:05:40.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:40 smithi055 ceph-mon[185614]: failed to encode map e279 with expected crc 2023-10-14T00:05:40.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:40 smithi055 ceph-mon[185614]: failed to encode map e279 with expected crc 2023-10-14T00:05:40.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:40 smithi055 ceph-mon[185614]: osdmap e279: 8 total, 8 up, 8 in 2023-10-14T00:05:40.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:40 smithi055 ceph-mon[185614]: failed to encode map e279 with expected crc 2023-10-14T00:05:40.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:40 smithi055 ceph-mon[185614]: mgrmap e41: y(active, since 91s), standbys: x 2023-10-14T00:05:40.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:40 smithi055 ceph-mon[183057]: failed to encode map e279 with expected crc 2023-10-14T00:05:40.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:40 smithi055 ceph-mon[183057]: failed to encode map e279 with expected crc 2023-10-14T00:05:40.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:40 smithi055 ceph-mon[183057]: osdmap e279: 8 total, 8 up, 8 in 2023-10-14T00:05:40.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:40 smithi055 ceph-mon[183057]: failed to encode map e279 with expected crc 2023-10-14T00:05:40.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:40 smithi055 ceph-mon[183057]: mgrmap e41: y(active, since 91s), standbys: x 2023-10-14T00:05:41.359 INFO:tasks.rados.rados.0.smithi055.stdout:1202: done (1 left) 2023-10-14T00:05:41.359 INFO:tasks.rados.rados.0.smithi055.stdout:1203: read oid 13 snap -1 2023-10-14T00:05:41.360 INFO:tasks.rados.rados.0.smithi055.stdout:1203: expect (ObjNum 381 snap 100 seq_num 381) 2023-10-14T00:05:41.360 INFO:tasks.rados.rados.0.smithi055.stdout:1204: read oid 4 snap -1 2023-10-14T00:05:41.360 INFO:tasks.rados.rados.0.smithi055.stdout:1204: expect (ObjNum 356 snap 94 seq_num 356) 2023-10-14T00:05:41.361 INFO:tasks.rados.rados.0.smithi055.stdout:1205: setattr oid 18 current snap is 105 2023-10-14T00:05:41.361 INFO:tasks.rados.rados.0.smithi055.stdout:1201: finishing rollback tid 0 to smithi055169533-33 2023-10-14T00:05:41.361 INFO:tasks.rados.rados.0.smithi055.stdout:1201: finishing rollback tid 1 to smithi055169533-33 2023-10-14T00:05:41.362 INFO:tasks.rados.rados.0.smithi055.stdout:1201: finishing rollback tid 2 to smithi055169533-33 2023-10-14T00:05:41.362 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 33 v 364 (ObjNum 367 snap 97 seq_num 367) dirty exists 2023-10-14T00:05:41.362 INFO:tasks.rados.rados.0.smithi055.stdout:1201: done (3 left) 2023-10-14T00:05:41.363 INFO:tasks.rados.rados.0.smithi055.stdout:1206: snap_create 2023-10-14T00:05:41.378 INFO:tasks.rados.rados.0.smithi055.stdout:1204: expect (ObjNum 356 snap 94 seq_num 356) 2023-10-14T00:05:41.456 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 18 v 545 (ObjNum 389 snap 104 seq_num 389) dirty exists 2023-10-14T00:05:41.456 INFO:tasks.rados.rados.0.smithi055.stdout:1203: expect (ObjNum 381 snap 100 seq_num 381) 2023-10-14T00:05:41.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:41 smithi082 ceph-mon[180771]: failed to encode map e280 with expected crc 2023-10-14T00:05:41.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:41 smithi082 ceph-mon[180771]: failed to encode map e280 with expected crc 2023-10-14T00:05:41.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:41 smithi082 ceph-mon[180771]: osdmap e280: 8 total, 8 up, 8 in 2023-10-14T00:05:41.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:41 smithi082 ceph-mon[180771]: failed to encode map e280 with expected crc 2023-10-14T00:05:41.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:41 smithi082 ceph-mon[180771]: pgmap v131: 121 pgs: 121 active+clean; 179 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 12 MiB/s rd, 2.4 MiB/s wr, 19 op/s; 11 MiB/s, 3 objects/s recovering 2023-10-14T00:05:41.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:41 smithi055 ceph-mon[185614]: failed to encode map e280 with expected crc 2023-10-14T00:05:41.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:41 smithi055 ceph-mon[185614]: failed to encode map e280 with expected crc 2023-10-14T00:05:41.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:41 smithi055 ceph-mon[185614]: osdmap e280: 8 total, 8 up, 8 in 2023-10-14T00:05:41.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:41 smithi055 ceph-mon[185614]: failed to encode map e280 with expected crc 2023-10-14T00:05:41.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:41 smithi055 ceph-mon[185614]: pgmap v131: 121 pgs: 121 active+clean; 179 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 12 MiB/s rd, 2.4 MiB/s wr, 19 op/s; 11 MiB/s, 3 objects/s recovering 2023-10-14T00:05:41.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:41 smithi055 ceph-mon[183057]: failed to encode map e280 with expected crc 2023-10-14T00:05:41.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:41 smithi055 ceph-mon[183057]: failed to encode map e280 with expected crc 2023-10-14T00:05:41.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:41 smithi055 ceph-mon[183057]: osdmap e280: 8 total, 8 up, 8 in 2023-10-14T00:05:41.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:41 smithi055 ceph-mon[183057]: failed to encode map e280 with expected crc 2023-10-14T00:05:41.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:41 smithi055 ceph-mon[183057]: pgmap v131: 121 pgs: 121 active+clean; 179 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 12 MiB/s rd, 2.4 MiB/s wr, 19 op/s; 11 MiB/s, 3 objects/s recovering 2023-10-14T00:05:42.374 INFO:tasks.rados.rados.0.smithi055.stdout:1203: done (3 left) 2023-10-14T00:05:42.375 INFO:tasks.rados.rados.0.smithi055.stdout:1204: done (2 left) 2023-10-14T00:05:42.375 INFO:tasks.rados.rados.0.smithi055.stdout:1205: done (1 left) 2023-10-14T00:05:42.375 INFO:tasks.rados.rados.0.smithi055.stdout:1206: done (0 left) 2023-10-14T00:05:42.375 INFO:tasks.rados.rados.0.smithi055.stdout:1207: setattr oid 40 current snap is 106 2023-10-14T00:05:42.376 INFO:tasks.rados.rados.0.smithi055.stdout:1208: read oid 8 snap -1 2023-10-14T00:05:42.376 INFO:tasks.rados.rados.0.smithi055.stdout:1208: expect (ObjNum 289 snap 71 seq_num 289) 2023-10-14T00:05:42.376 INFO:tasks.rados.rados.0.smithi055.stdout:1209: snap_remove snap 105 2023-10-14T00:05:42.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:42 smithi082 ceph-mon[180771]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 41/258 objects degraded (15.891%), 10 pgs degraded) 2023-10-14T00:05:42.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:42 smithi082 ceph-mon[180771]: Cluster is now healthy 2023-10-14T00:05:42.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:42 smithi082 ceph-mon[180771]: failed to encode map e281 with expected crc 2023-10-14T00:05:42.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:42 smithi082 ceph-mon[180771]: osdmap e281: 8 total, 8 up, 8 in 2023-10-14T00:05:42.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:42 smithi082 ceph-mon[180771]: failed to encode map e281 with expected crc 2023-10-14T00:05:42.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:42 smithi055 ceph-mon[185614]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 41/258 objects degraded (15.891%), 10 pgs degraded) 2023-10-14T00:05:42.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:42 smithi055 ceph-mon[185614]: Cluster is now healthy 2023-10-14T00:05:42.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:42 smithi055 ceph-mon[185614]: failed to encode map e281 with expected crc 2023-10-14T00:05:42.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:42 smithi055 ceph-mon[185614]: osdmap e281: 8 total, 8 up, 8 in 2023-10-14T00:05:42.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:42 smithi055 ceph-mon[185614]: failed to encode map e281 with expected crc 2023-10-14T00:05:42.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:42 smithi055 ceph-mon[183057]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 41/258 objects degraded (15.891%), 10 pgs degraded) 2023-10-14T00:05:42.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:42 smithi055 ceph-mon[183057]: Cluster is now healthy 2023-10-14T00:05:42.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:42 smithi055 ceph-mon[183057]: failed to encode map e281 with expected crc 2023-10-14T00:05:42.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:42 smithi055 ceph-mon[183057]: osdmap e281: 8 total, 8 up, 8 in 2023-10-14T00:05:42.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:42 smithi055 ceph-mon[183057]: failed to encode map e281 with expected crc 2023-10-14T00:05:43.359 INFO:teuthology.orchestra.run.smithi055.stdout:true 2023-10-14T00:05:43.394 INFO:tasks.rados.rados.0.smithi055.stdout:1209: done (2 left) 2023-10-14T00:05:43.394 INFO:tasks.rados.rados.0.smithi055.stdout:1210: read oid 6 snap -1 2023-10-14T00:05:43.394 INFO:tasks.rados.rados.0.smithi055.stdout:1210: expect (ObjNum 365 snap 97 seq_num 365) 2023-10-14T00:05:43.395 INFO:tasks.rados.rados.0.smithi055.stdout:1211: rmattr oid 34 current snap is 106 2023-10-14T00:05:43.395 INFO:tasks.rados.rados.0.smithi055.stdout:1211: done (3 left) 2023-10-14T00:05:43.395 INFO:tasks.rados.rados.0.smithi055.stdout:1212: snap_create 2023-10-14T00:05:43.395 INFO:tasks.rados.rados.0.smithi055.stdout:1208: expect (ObjNum 289 snap 71 seq_num 289) 2023-10-14T00:05:43.396 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 40 v 210 (ObjNum 245 snap 56 seq_num 245) dirty exists 2023-10-14T00:05:43.407 INFO:tasks.rados.rados.0.smithi055.stdout:1210: expect (ObjNum 365 snap 97 seq_num 365) 2023-10-14T00:05:43.709 INFO:teuthology.orchestra.run.smithi055.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-14T00:05:43.709 INFO:teuthology.orchestra.run.smithi055.stdout:alertmanager.a smithi055 *:9093,9094 running (2m) 10s ago 5m 19.8M - 0.25.0 c8568f914cd2 a43b396ec072 2023-10-14T00:05:43.710 INFO:teuthology.orchestra.run.smithi055.stdout:grafana.a smithi082 *:3000 running (2m) 66s ago 5m 83.6M - 9.4.7 2c41d148cca3 59d4f501e341 2023-10-14T00:05:43.710 INFO:teuthology.orchestra.run.smithi055.stdout:mds.a smithi055 running (6m) 10s ago 6m 15.7M - 17.2.6-1409-gc4ba9722 8659eb916c3b a64e2d68f55a 2023-10-14T00:05:43.710 INFO:teuthology.orchestra.run.smithi055.stdout:mds.b smithi082 running (6m) 66s ago 6m 20.5M - 17.2.6-1409-gc4ba9722 8659eb916c3b c8f059701aff 2023-10-14T00:05:43.710 INFO:teuthology.orchestra.run.smithi055.stdout:mgr.x smithi082 *:8443,9283,8765 running (114s) 66s ago 8m 447M - 18.0.0-6751-g3b7b697c 0b2b3aa58da0 a79a494adccf 2023-10-14T00:05:43.710 INFO:teuthology.orchestra.run.smithi055.stdout:mgr.y smithi055 *:8443,9283,8765 running (2m) 10s ago 10m 508M - 18.0.0-6751-g3b7b697c 0b2b3aa58da0 b7faf0747550 2023-10-14T00:05:43.711 INFO:teuthology.orchestra.run.smithi055.stdout:mon.a smithi055 running (103s) 10s ago 10m 66.8M 2048M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 354be3129c3e 2023-10-14T00:05:43.711 INFO:teuthology.orchestra.run.smithi055.stdout:mon.b smithi082 running (69s) 66s ago 9m 26.3M 2048M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 5214e5618df6 2023-10-14T00:05:43.711 INFO:teuthology.orchestra.run.smithi055.stdout:mon.c smithi055 running (84s) 10s ago 8m 49.9M 2048M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 bec446d3c9a5 2023-10-14T00:05:43.711 INFO:teuthology.orchestra.run.smithi055.stdout:node-exporter.a smithi055 *:9100 running (2m) 10s ago 5m 9.99M - 1.5.0 0da6a335fe13 31fbb1d63b0a 2023-10-14T00:05:43.711 INFO:teuthology.orchestra.run.smithi055.stdout:node-exporter.b smithi082 *:9100 running (2m) 66s ago 5m 8564k - 1.5.0 0da6a335fe13 16c130d1487c 2023-10-14T00:05:43.711 INFO:teuthology.orchestra.run.smithi055.stdout:osd.0 smithi055 running (41s) 10s ago 8m 144M 2487M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 b8c02bf61b69 2023-10-14T00:05:43.712 INFO:teuthology.orchestra.run.smithi055.stdout:osd.1 smithi055 running (13s) 10s ago 8m 14.9M 2487M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 91471615c1e6 2023-10-14T00:05:43.712 INFO:teuthology.orchestra.run.smithi055.stdout:osd.2 smithi055 running (7m) 10s ago 7m 376M 2487M 17.2.6-1409-gc4ba9722 8659eb916c3b 20662f684e60 2023-10-14T00:05:43.712 INFO:teuthology.orchestra.run.smithi055.stdout:osd.3 smithi055 running (7m) 10s ago 7m 219M 2487M 17.2.6-1409-gc4ba9722 8659eb916c3b 7b50ece3fc6a 2023-10-14T00:05:43.712 INFO:teuthology.orchestra.run.smithi055.stdout:osd.4 smithi082 running (7m) 66s ago 7m 231M 2486M 17.2.6-1409-gc4ba9722 8659eb916c3b 0c6a875b6536 2023-10-14T00:05:43.712 INFO:teuthology.orchestra.run.smithi055.stdout:osd.5 smithi082 running (7m) 66s ago 7m 253M 2486M 17.2.6-1409-gc4ba9722 8659eb916c3b 4bc4f3a1610c 2023-10-14T00:05:43.713 INFO:teuthology.orchestra.run.smithi055.stdout:osd.6 smithi082 running (6m) 66s ago 6m 146M 2486M 17.2.6-1409-gc4ba9722 8659eb916c3b 534f869fa9c0 2023-10-14T00:05:43.713 INFO:teuthology.orchestra.run.smithi055.stdout:osd.7 smithi082 running (6m) 66s ago 6m 227M 2486M 17.2.6-1409-gc4ba9722 8659eb916c3b 8ed5f8f55810 2023-10-14T00:05:43.713 INFO:teuthology.orchestra.run.smithi055.stdout:prometheus.a smithi082 *:9095 running (117s) 66s ago 5m 50.0M - 2.43.0 a07b618ecd1d 2e6373651cd7 2023-10-14T00:05:43.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:43 smithi055 ceph-mon[185614]: failed to encode map e282 with expected crc 2023-10-14T00:05:43.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:43 smithi055 ceph-mon[185614]: failed to encode map e282 with expected crc 2023-10-14T00:05:43.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:43 smithi055 ceph-mon[185614]: osdmap e282: 8 total, 8 up, 8 in 2023-10-14T00:05:43.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:43 smithi055 ceph-mon[185614]: failed to encode map e282 with expected crc 2023-10-14T00:05:43.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:43 smithi055 ceph-mon[185614]: pgmap v134: 121 pgs: 121 active+clean; 179 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 12 MiB/s rd, 2.4 MiB/s wr, 19 op/s; 11 MiB/s, 3 objects/s recovering 2023-10-14T00:05:43.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:43 smithi055 ceph-mon[183057]: failed to encode map e282 with expected crc 2023-10-14T00:05:43.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:43 smithi055 ceph-mon[183057]: failed to encode map e282 with expected crc 2023-10-14T00:05:43.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:43 smithi055 ceph-mon[183057]: osdmap e282: 8 total, 8 up, 8 in 2023-10-14T00:05:43.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:43 smithi055 ceph-mon[183057]: failed to encode map e282 with expected crc 2023-10-14T00:05:43.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:43 smithi055 ceph-mon[183057]: pgmap v134: 121 pgs: 121 active+clean; 179 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 12 MiB/s rd, 2.4 MiB/s wr, 19 op/s; 11 MiB/s, 3 objects/s recovering 2023-10-14T00:05:43.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:43 smithi082 ceph-mon[180771]: failed to encode map e282 with expected crc 2023-10-14T00:05:43.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:43 smithi082 ceph-mon[180771]: failed to encode map e282 with expected crc 2023-10-14T00:05:43.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:43 smithi082 ceph-mon[180771]: osdmap e282: 8 total, 8 up, 8 in 2023-10-14T00:05:43.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:43 smithi082 ceph-mon[180771]: failed to encode map e282 with expected crc 2023-10-14T00:05:43.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:43 smithi082 ceph-mon[180771]: pgmap v134: 121 pgs: 121 active+clean; 179 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 12 MiB/s rd, 2.4 MiB/s wr, 19 op/s; 11 MiB/s, 3 objects/s recovering 2023-10-14T00:05:44.134 INFO:teuthology.orchestra.run.smithi055.stdout:{ 2023-10-14T00:05:44.134 INFO:teuthology.orchestra.run.smithi055.stdout: "mon": { 2023-10-14T00:05:44.134 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 18.0.0-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)": 3 2023-10-14T00:05:44.135 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:05:44.135 INFO:teuthology.orchestra.run.smithi055.stdout: "mgr": { 2023-10-14T00:05:44.135 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 18.0.0-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)": 2 2023-10-14T00:05:44.135 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:05:44.135 INFO:teuthology.orchestra.run.smithi055.stdout: "osd": { 2023-10-14T00:05:44.136 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)": 6, 2023-10-14T00:05:44.136 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 18.0.0-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)": 2 2023-10-14T00:05:44.136 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:05:44.136 INFO:teuthology.orchestra.run.smithi055.stdout: "mds": { 2023-10-14T00:05:44.136 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)": 2 2023-10-14T00:05:44.137 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:05:44.137 INFO:teuthology.orchestra.run.smithi055.stdout: "overall": { 2023-10-14T00:05:44.137 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)": 8, 2023-10-14T00:05:44.137 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 18.0.0-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)": 7 2023-10-14T00:05:44.137 INFO:teuthology.orchestra.run.smithi055.stdout: } 2023-10-14T00:05:44.138 INFO:teuthology.orchestra.run.smithi055.stdout:} 2023-10-14T00:05:44.397 INFO:tasks.rados.rados.0.smithi055.stdout:1207: done (3 left) 2023-10-14T00:05:44.398 INFO:tasks.rados.rados.0.smithi055.stdout:1208: done (2 left) 2023-10-14T00:05:44.398 INFO:tasks.rados.rados.0.smithi055.stdout:1210: done (1 left) 2023-10-14T00:05:44.398 INFO:tasks.rados.rados.0.smithi055.stdout:1212: done (0 left) 2023-10-14T00:05:44.398 INFO:tasks.rados.rados.0.smithi055.stdout:1213: copy_from oid 29 from oid 50 current snap is 107 2023-10-14T00:05:44.399 INFO:tasks.rados.rados.0.smithi055.stdout:1214: snap_create 2023-10-14T00:05:44.410 INFO:tasks.rados.rados.0.smithi055.stdout:1213: finishing copy_from to smithi055169533-29 2023-10-14T00:05:44.410 INFO:tasks.rados.rados.0.smithi055.stdout:1213: got expected ENOENT (src dne) 2023-10-14T00:05:44.410 INFO:tasks.rados.rados.0.smithi055.stdout:1213: finishing copy_from racing read to smithi055169533-29 2023-10-14T00:05:44.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:44 smithi055 ceph-mon[185614]: from='client.34209 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:05:44.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:44 smithi055 ceph-mon[185614]: failed to encode map e283 with expected crc 2023-10-14T00:05:44.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:44 smithi055 ceph-mon[185614]: failed to encode map e283 with expected crc 2023-10-14T00:05:44.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:44 smithi055 ceph-mon[185614]: osdmap e283: 8 total, 8 up, 8 in 2023-10-14T00:05:44.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:44 smithi055 ceph-mon[185614]: failed to encode map e283 with expected crc 2023-10-14T00:05:44.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:44 smithi055 ceph-mon[185614]: from='client.44156 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:05:44.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:44 smithi055 ceph-mon[185614]: from='client.? 172.21.15.55:0/3979302451' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:05:44.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:44 smithi055 ceph-mon[183057]: from='client.34209 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:05:44.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:44 smithi055 ceph-mon[183057]: failed to encode map e283 with expected crc 2023-10-14T00:05:44.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:44 smithi055 ceph-mon[183057]: failed to encode map e283 with expected crc 2023-10-14T00:05:44.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:44 smithi055 ceph-mon[183057]: osdmap e283: 8 total, 8 up, 8 in 2023-10-14T00:05:44.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:44 smithi055 ceph-mon[183057]: failed to encode map e283 with expected crc 2023-10-14T00:05:44.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:44 smithi055 ceph-mon[183057]: from='client.44156 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:05:44.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:44 smithi055 ceph-mon[183057]: from='client.? 172.21.15.55:0/3979302451' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:05:44.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:44 smithi082 ceph-mon[180771]: from='client.34209 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:05:44.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:44 smithi082 ceph-mon[180771]: failed to encode map e283 with expected crc 2023-10-14T00:05:44.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:44 smithi082 ceph-mon[180771]: failed to encode map e283 with expected crc 2023-10-14T00:05:44.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:44 smithi082 ceph-mon[180771]: osdmap e283: 8 total, 8 up, 8 in 2023-10-14T00:05:44.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:44 smithi082 ceph-mon[180771]: failed to encode map e283 with expected crc 2023-10-14T00:05:44.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:44 smithi082 ceph-mon[180771]: from='client.44156 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:05:44.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:44 smithi082 ceph-mon[180771]: from='client.? 172.21.15.55:0/3979302451' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:05:45.310 INFO:tasks.rados.rados.0.smithi055.stdout:1213: done (1 left) 2023-10-14T00:05:45.311 INFO:tasks.rados.rados.0.smithi055.stdout:1214: done (0 left) 2023-10-14T00:05:45.311 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 28 current snap is 108 2023-10-14T00:05:45.311 INFO:tasks.rados.rados.0.smithi055.stdout:1215: seq_num 391 ranges {11706368=557056,12263424=516096,12779520=688128} 2023-10-14T00:05:45.379 INFO:tasks.rados.rados.0.smithi055.stdout:1215: writing smithi055169533-28 from 11706368 to 12263424 tid 1 2023-10-14T00:05:45.382 INFO:tasks.rados.rados.0.smithi055.stdout:1215: writing smithi055169533-28 from 12263424 to 12779520 tid 2 2023-10-14T00:05:45.387 INFO:tasks.rados.rados.0.smithi055.stdout:1215: writing smithi055169533-28 from 12779520 to 13467648 tid 3 2023-10-14T00:05:45.388 INFO:tasks.rados.rados.0.smithi055.stdout:1216: rmattr oid 39 current snap is 108 2023-10-14T00:05:45.388 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 4 current snap is 108 2023-10-14T00:05:45.388 INFO:tasks.rados.rados.0.smithi055.stdout:1217: seq_num 392 ranges {2277376=573440,2850816=802816,3653632=401408} 2023-10-14T00:05:45.403 INFO:tasks.rados.rados.0.smithi055.stdout:1217: writing smithi055169533-4 from 2277376 to 2850816 tid 1 2023-10-14T00:05:45.404 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:05:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:05:45] "GET /metrics HTTP/1.1" 200 35905 "" "Prometheus/2.43.0" 2023-10-14T00:05:45.408 INFO:tasks.rados.rados.0.smithi055.stdout:1217: writing smithi055169533-4 from 2850816 to 3653632 tid 2 2023-10-14T00:05:45.412 INFO:tasks.rados.rados.0.smithi055.stdout:1217: writing smithi055169533-4 from 3653632 to 4055040 tid 3 2023-10-14T00:05:45.412 INFO:tasks.rados.rados.0.smithi055.stdout:1218: copy_from oid 37 from oid 50 current snap is 108 2023-10-14T00:05:45.412 INFO:tasks.rados.rados.0.smithi055.stdout:1215: finishing write tid 1 to smithi055169533-28 2023-10-14T00:05:45.412 INFO:tasks.rados.rados.0.smithi055.stdout:1215: finishing write tid 2 to smithi055169533-28 2023-10-14T00:05:45.413 INFO:tasks.rados.rados.0.smithi055.stdout:1215: finishing write tid 3 to smithi055169533-28 2023-10-14T00:05:45.413 INFO:tasks.rados.rados.0.smithi055.stdout:1215: finishing write tid 4 to smithi055169533-28 2023-10-14T00:05:45.413 INFO:tasks.rados.rados.0.smithi055.stdout:1215: finishing write tid 5 to smithi055169533-28 2023-10-14T00:05:45.413 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 28 v 552 (ObjNum 391 snap 108 seq_num 391) dirty exists 2023-10-14T00:05:45.413 INFO:tasks.rados.rados.0.smithi055.stdout:1215: left oid 28 (ObjNum 391 snap 108 seq_num 391) 2023-10-14T00:05:45.414 INFO:tasks.rados.rados.0.smithi055.stdout:1215: done (3 left) 2023-10-14T00:05:45.414 INFO:tasks.rados.rados.0.smithi055.stdout:1219: copy_from oid 3 from oid 12 current snap is 108 2023-10-14T00:05:45.414 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 39 v 565 (ObjNum 387 snap 104 seq_num 387) dirty exists 2023-10-14T00:05:45.414 INFO:tasks.rados.rados.0.smithi055.stdout:1217: finishing write tid 1 to smithi055169533-4 2023-10-14T00:05:45.414 INFO:tasks.rados.rados.0.smithi055.stdout:1216: done (3 left) 2023-10-14T00:05:45.415 INFO:tasks.rados.rados.0.smithi055.stdout:1220: snap_create 2023-10-14T00:05:45.415 INFO:tasks.rados.rados.0.smithi055.stdout:1217: finishing write tid 2 to smithi055169533-4 2023-10-14T00:05:45.415 INFO:tasks.rados.rados.0.smithi055.stdout:1218: finishing copy_from to smithi055169533-37 2023-10-14T00:05:45.415 INFO:tasks.rados.rados.0.smithi055.stdout:1218: got expected ENOENT (src dne) 2023-10-14T00:05:45.415 INFO:tasks.rados.rados.0.smithi055.stdout:1218: finishing copy_from racing read to smithi055169533-37 2023-10-14T00:05:45.416 INFO:tasks.rados.rados.0.smithi055.stdout:1217: finishing write tid 3 to smithi055169533-4 2023-10-14T00:05:45.416 INFO:tasks.rados.rados.0.smithi055.stdout:1217: finishing write tid 4 to smithi055169533-4 2023-10-14T00:05:45.417 INFO:tasks.rados.rados.0.smithi055.stdout:1217: finishing write tid 5 to smithi055169533-4 2023-10-14T00:05:45.417 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 4 v 557 (ObjNum 392 snap 108 seq_num 392) dirty exists 2023-10-14T00:05:45.417 INFO:tasks.rados.rados.0.smithi055.stdout:1217: left oid 4 (ObjNum 392 snap 108 seq_num 392) 2023-10-14T00:05:45.426 INFO:tasks.rados.rados.0.smithi055.stdout:1219: finishing copy_from to smithi055169533-3 2023-10-14T00:05:45.426 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 3 v 457 (ObjNum 384 snap 102 seq_num 384) dirty exists 2023-10-14T00:05:45.427 INFO:tasks.rados.rados.0.smithi055.stdout:1219: finishing copy_from racing read to smithi055169533-3 2023-10-14T00:05:45.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:45 smithi055 ceph-mon[185614]: failed to encode map e284 with expected crc 2023-10-14T00:05:45.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:45 smithi055 ceph-mon[185614]: failed to encode map e284 with expected crc 2023-10-14T00:05:45.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:45 smithi055 ceph-mon[185614]: osdmap e284: 8 total, 8 up, 8 in 2023-10-14T00:05:45.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:45 smithi055 ceph-mon[185614]: failed to encode map e284 with expected crc 2023-10-14T00:05:45.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:45 smithi055 ceph-mon[185614]: failed to encode map e284 with expected crc 2023-10-14T00:05:45.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:45 smithi055 ceph-mon[185614]: pgmap v137: 121 pgs: 121 active+clean; 179 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:05:45.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:45 smithi055 ceph-mon[185614]: osdmap e285: 8 total, 8 up, 8 in 2023-10-14T00:05:45.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:45 smithi055 ceph-mon[183057]: failed to encode map e284 with expected crc 2023-10-14T00:05:45.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:45 smithi055 ceph-mon[183057]: failed to encode map e284 with expected crc 2023-10-14T00:05:45.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:45 smithi055 ceph-mon[183057]: osdmap e284: 8 total, 8 up, 8 in 2023-10-14T00:05:45.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:45 smithi055 ceph-mon[183057]: failed to encode map e284 with expected crc 2023-10-14T00:05:45.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:45 smithi055 ceph-mon[183057]: failed to encode map e284 with expected crc 2023-10-14T00:05:45.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:45 smithi055 ceph-mon[183057]: pgmap v137: 121 pgs: 121 active+clean; 179 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:05:45.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:45 smithi055 ceph-mon[183057]: osdmap e285: 8 total, 8 up, 8 in 2023-10-14T00:05:45.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:45 smithi082 ceph-mon[180771]: failed to encode map e284 with expected crc 2023-10-14T00:05:45.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:45 smithi082 ceph-mon[180771]: failed to encode map e284 with expected crc 2023-10-14T00:05:45.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:45 smithi082 ceph-mon[180771]: osdmap e284: 8 total, 8 up, 8 in 2023-10-14T00:05:45.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:45 smithi082 ceph-mon[180771]: failed to encode map e284 with expected crc 2023-10-14T00:05:45.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:45 smithi082 ceph-mon[180771]: failed to encode map e284 with expected crc 2023-10-14T00:05:45.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:45 smithi082 ceph-mon[180771]: pgmap v137: 121 pgs: 121 active+clean; 179 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail 2023-10-14T00:05:45.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:45 smithi082 ceph-mon[180771]: osdmap e285: 8 total, 8 up, 8 in 2023-10-14T00:05:46.425 INFO:tasks.rados.rados.0.smithi055.stdout:1217: done (3 left) 2023-10-14T00:05:46.425 INFO:tasks.rados.rados.0.smithi055.stdout:1218: done (2 left) 2023-10-14T00:05:46.426 INFO:tasks.rados.rados.0.smithi055.stdout:1219: done (1 left) 2023-10-14T00:05:46.426 INFO:tasks.rados.rados.0.smithi055.stdout:1220: done (0 left) 2023-10-14T00:05:46.426 INFO:tasks.rados.rados.0.smithi055.stdout:1221: snap_create 2023-10-14T00:05:46.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:46 smithi055 ceph-mon[183057]: failed to encode map e285 with expected crc 2023-10-14T00:05:46.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:46 smithi055 ceph-mon[183057]: failed to encode map e285 with expected crc 2023-10-14T00:05:46.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:46 smithi055 ceph-mon[183057]: failed to encode map e285 with expected crc 2023-10-14T00:05:46.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:46 smithi055 ceph-mon[185614]: failed to encode map e285 with expected crc 2023-10-14T00:05:46.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:46 smithi055 ceph-mon[185614]: failed to encode map e285 with expected crc 2023-10-14T00:05:46.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:46 smithi055 ceph-mon[185614]: failed to encode map e285 with expected crc 2023-10-14T00:05:46.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:46 smithi082 ceph-mon[180771]: failed to encode map e285 with expected crc 2023-10-14T00:05:46.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:46 smithi082 ceph-mon[180771]: failed to encode map e285 with expected crc 2023-10-14T00:05:46.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:46 smithi082 ceph-mon[180771]: failed to encode map e285 with expected crc 2023-10-14T00:05:47.425 INFO:tasks.rados.rados.0.smithi055.stdout:1221: done (0 left) 2023-10-14T00:05:47.425 INFO:tasks.rados.rados.0.smithi055.stdout:1222: snap_remove snap 102 2023-10-14T00:05:47.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:47 smithi055 ceph-mon[185614]: failed to encode map e286 with expected crc 2023-10-14T00:05:47.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:47 smithi055 ceph-mon[185614]: osdmap e286: 8 total, 8 up, 8 in 2023-10-14T00:05:47.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:47 smithi055 ceph-mon[185614]: failed to encode map e286 with expected crc 2023-10-14T00:05:47.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:47 smithi055 ceph-mon[185614]: pgmap v140: 121 pgs: 121 active+clean; 179 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 7.2 MiB/s rd, 0 B/s wr, 15 op/s 2023-10-14T00:05:47.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:47 smithi055 ceph-mon[185614]: failed to encode map e286 with expected crc 2023-10-14T00:05:47.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:47 smithi055 ceph-mon[185614]: osdmap e287: 8 total, 8 up, 8 in 2023-10-14T00:05:47.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:47 smithi055 ceph-mon[183057]: failed to encode map e286 with expected crc 2023-10-14T00:05:47.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:47 smithi055 ceph-mon[183057]: osdmap e286: 8 total, 8 up, 8 in 2023-10-14T00:05:47.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:47 smithi055 ceph-mon[183057]: failed to encode map e286 with expected crc 2023-10-14T00:05:47.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:47 smithi055 ceph-mon[183057]: pgmap v140: 121 pgs: 121 active+clean; 179 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 7.2 MiB/s rd, 0 B/s wr, 15 op/s 2023-10-14T00:05:47.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:47 smithi055 ceph-mon[183057]: failed to encode map e286 with expected crc 2023-10-14T00:05:47.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:47 smithi055 ceph-mon[183057]: osdmap e287: 8 total, 8 up, 8 in 2023-10-14T00:05:47.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:47 smithi082 ceph-mon[180771]: failed to encode map e286 with expected crc 2023-10-14T00:05:47.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:47 smithi082 ceph-mon[180771]: osdmap e286: 8 total, 8 up, 8 in 2023-10-14T00:05:47.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:47 smithi082 ceph-mon[180771]: failed to encode map e286 with expected crc 2023-10-14T00:05:47.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:47 smithi082 ceph-mon[180771]: pgmap v140: 121 pgs: 121 active+clean; 179 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 7.2 MiB/s rd, 0 B/s wr, 15 op/s 2023-10-14T00:05:47.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:47 smithi082 ceph-mon[180771]: failed to encode map e286 with expected crc 2023-10-14T00:05:47.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:47 smithi082 ceph-mon[180771]: osdmap e287: 8 total, 8 up, 8 in 2023-10-14T00:05:48.425 INFO:tasks.rados.rados.0.smithi055.stdout:1222: done (0 left) 2023-10-14T00:05:48.425 INFO:tasks.rados.rados.0.smithi055.stdout:1223: rollback oid 5 current snap is 110 2023-10-14T00:05:48.425 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 5 to 109 2023-10-14T00:05:48.426 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 29 current snap is 110 2023-10-14T00:05:48.426 INFO:tasks.rados.rados.0.smithi055.stdout:1224: seq_num 393 ranges {0=589824,589824=679936,1269760=524288} 2023-10-14T00:05:48.428 INFO:tasks.rados.rados.0.smithi055.stdout:1224: writing smithi055169533-29 from 0 to 589824 tid 1 2023-10-14T00:05:48.436 INFO:tasks.rados.rados.0.smithi055.stdout:1224: writing smithi055169533-29 from 589824 to 1269760 tid 2 2023-10-14T00:05:48.441 INFO:tasks.rados.rados.0.smithi055.stdout:1224: writing smithi055169533-29 from 1269760 to 1794048 tid 3 2023-10-14T00:05:48.441 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 10 current snap is 110 2023-10-14T00:05:48.441 INFO:tasks.rados.rados.0.smithi055.stdout:1225: seq_num 394 ranges {2506752=606208,3112960=565248,3678208=557056,4235264=81920} 2023-10-14T00:05:48.455 INFO:tasks.rados.rados.0.smithi055.stdout:1225: writing smithi055169533-10 from 2506752 to 3112960 tid 1 2023-10-14T00:05:48.458 INFO:tasks.rados.rados.0.smithi055.stdout:1225: writing smithi055169533-10 from 3112960 to 3678208 tid 2 2023-10-14T00:05:48.461 INFO:tasks.rados.rados.0.smithi055.stdout:1225: writing smithi055169533-10 from 3678208 to 4235264 tid 3 2023-10-14T00:05:48.462 INFO:tasks.rados.rados.0.smithi055.stdout:1225: writing smithi055169533-10 from 4235264 to 4317184 tid 4 2023-10-14T00:05:48.463 INFO:tasks.rados.rados.0.smithi055.stdout:1226: delete oid 26 current snap is 110 2023-10-14T00:05:48.463 INFO:tasks.rados.rados.0.smithi055.stdout:1223: finishing rollback tid 0 to smithi055169533-5 2023-10-14T00:05:48.463 INFO:tasks.rados.rados.0.smithi055.stdout:1223: finishing rollback tid 1 to smithi055169533-5 2023-10-14T00:05:48.463 INFO:tasks.rados.rados.0.smithi055.stdout:1223: finishing rollback tid 2 to smithi055169533-5 2023-10-14T00:05:48.464 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 5 v 369 (ObjNum 362 snap 96 seq_num 362) dirty exists 2023-10-14T00:05:48.464 INFO:tasks.rados.rados.0.smithi055.stdout:1224: finishing write tid 1 to smithi055169533-29 2023-10-14T00:05:48.464 INFO:tasks.rados.rados.0.smithi055.stdout:1224: finishing write tid 2 to smithi055169533-29 2023-10-14T00:05:48.464 INFO:tasks.rados.rados.0.smithi055.stdout:1224: finishing write tid 3 to smithi055169533-29 2023-10-14T00:05:48.464 INFO:tasks.rados.rados.0.smithi055.stdout:1224: finishing write tid 4 to smithi055169533-29 2023-10-14T00:05:48.465 INFO:tasks.rados.rados.0.smithi055.stdout:1224: finishing write tid 5 to smithi055169533-29 2023-10-14T00:05:48.465 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 29 v 222 (ObjNum 393 snap 110 seq_num 393) dirty exists 2023-10-14T00:05:48.465 INFO:tasks.rados.rados.0.smithi055.stdout:1224: left oid 29 (ObjNum 393 snap 110 seq_num 393) 2023-10-14T00:05:48.465 INFO:tasks.rados.rados.0.smithi055.stdout:1225: finishing write tid 1 to smithi055169533-10 2023-10-14T00:05:48.465 INFO:tasks.rados.rados.0.smithi055.stdout:1225: finishing write tid 2 to smithi055169533-10 2023-10-14T00:05:48.466 INFO:tasks.rados.rados.0.smithi055.stdout:1223: done (3 left) 2023-10-14T00:05:48.466 INFO:tasks.rados.rados.0.smithi055.stdout:1224: done (2 left) 2023-10-14T00:05:48.467 INFO:tasks.rados.rados.0.smithi055.stdout:1226: done (1 left) 2023-10-14T00:05:48.467 INFO:tasks.rados.rados.0.smithi055.stdout:1227: read oid 39 snap -1 2023-10-14T00:05:48.467 INFO:tasks.rados.rados.0.smithi055.stdout:1227: expect (ObjNum 387 snap 104 seq_num 387) 2023-10-14T00:05:48.467 INFO:tasks.rados.rados.0.smithi055.stdout:1228: snap_remove snap 106 2023-10-14T00:05:48.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:48 smithi055 ceph-mon[183057]: failed to encode map e287 with expected crc 2023-10-14T00:05:48.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:48 smithi055 ceph-mon[183057]: failed to encode map e287 with expected crc 2023-10-14T00:05:48.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:48 smithi055 ceph-mon[183057]: failed to encode map e287 with expected crc 2023-10-14T00:05:48.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:48 smithi055 ceph-mon[183057]: osdmap e288: 8 total, 8 up, 8 in 2023-10-14T00:05:48.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:48 smithi055 ceph-mon[185614]: failed to encode map e287 with expected crc 2023-10-14T00:05:48.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:48 smithi055 ceph-mon[185614]: failed to encode map e287 with expected crc 2023-10-14T00:05:48.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:48 smithi055 ceph-mon[185614]: failed to encode map e287 with expected crc 2023-10-14T00:05:48.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:48 smithi055 ceph-mon[185614]: osdmap e288: 8 total, 8 up, 8 in 2023-10-14T00:05:48.875 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:05:48 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:05: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-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi055:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi082.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-10-14T00:05:48.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:48 smithi082 ceph-mon[180771]: failed to encode map e287 with expected crc 2023-10-14T00:05:48.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:48 smithi082 ceph-mon[180771]: failed to encode map e287 with expected crc 2023-10-14T00:05:48.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:48 smithi082 ceph-mon[180771]: failed to encode map e287 with expected crc 2023-10-14T00:05:48.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:48 smithi082 ceph-mon[180771]: osdmap e288: 8 total, 8 up, 8 in 2023-10-14T00:05:49.466 INFO:tasks.rados.rados.0.smithi055.stdout:1228: done (2 left) 2023-10-14T00:05:49.466 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 36 current snap is 110 2023-10-14T00:05:49.466 INFO:tasks.rados.rados.0.smithi055.stdout:1225: finishing write tid 3 to smithi055169533-10 2023-10-14T00:05:49.466 INFO:tasks.rados.rados.0.smithi055.stdout:1229: seq_num 396 ranges {4063232=638976,4702208=786432,5488640=417792} 2023-10-14T00:05:49.492 INFO:tasks.rados.rados.0.smithi055.stdout:1229: writing smithi055169533-36 from 4063232 to 4702208 tid 1 2023-10-14T00:05:49.497 INFO:tasks.rados.rados.0.smithi055.stdout:1229: writing smithi055169533-36 from 4702208 to 5488640 tid 2 2023-10-14T00:05:49.502 INFO:tasks.rados.rados.0.smithi055.stdout:1229: writing smithi055169533-36 from 5488640 to 5906432 tid 3 2023-10-14T00:05:49.503 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 25 current snap is 110 2023-10-14T00:05:49.503 INFO:tasks.rados.rados.0.smithi055.stdout:1230: seq_num 397 ranges {2482176=655360,3137536=671744,3809280=532480} 2023-10-14T00:05:49.519 INFO:tasks.rados.rados.0.smithi055.stdout:1230: writing smithi055169533-25 from 2482176 to 3137536 tid 1 2023-10-14T00:05:49.523 INFO:tasks.rados.rados.0.smithi055.stdout:1230: writing smithi055169533-25 from 3137536 to 3809280 tid 2 2023-10-14T00:05:49.526 INFO:tasks.rados.rados.0.smithi055.stdout:1230: writing smithi055169533-25 from 3809280 to 4341760 tid 3 2023-10-14T00:05:49.527 INFO:tasks.rados.rados.0.smithi055.stdout:1231: snap_remove snap 100 2023-10-14T00:05:49.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:49 smithi055 ceph-mon[183057]: failed to encode map e288 with expected crc 2023-10-14T00:05:49.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:49 smithi055 ceph-mon[183057]: failed to encode map e288 with expected crc 2023-10-14T00:05:49.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:49 smithi055 ceph-mon[183057]: failed to encode map e287 with expected crc 2023-10-14T00:05:49.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:49 smithi055 ceph-mon[183057]: pgmap v143: 121 pgs: 121 active+clean; 179 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 7.2 MiB/s rd, 0 B/s wr, 15 op/s 2023-10-14T00:05:49.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:49 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:49.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:49 smithi055 ceph-mon[185614]: failed to encode map e288 with expected crc 2023-10-14T00:05:49.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:49 smithi055 ceph-mon[185614]: failed to encode map e288 with expected crc 2023-10-14T00:05:49.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:49 smithi055 ceph-mon[185614]: failed to encode map e287 with expected crc 2023-10-14T00:05:49.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:49 smithi055 ceph-mon[185614]: pgmap v143: 121 pgs: 121 active+clean; 179 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 7.2 MiB/s rd, 0 B/s wr, 15 op/s 2023-10-14T00:05:49.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:49 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:49.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:49 smithi082 ceph-mon[180771]: failed to encode map e288 with expected crc 2023-10-14T00:05:49.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:49 smithi082 ceph-mon[180771]: failed to encode map e288 with expected crc 2023-10-14T00:05:49.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:49 smithi082 ceph-mon[180771]: failed to encode map e287 with expected crc 2023-10-14T00:05:49.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:49 smithi082 ceph-mon[180771]: pgmap v143: 121 pgs: 121 active+clean; 179 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 7.2 MiB/s rd, 0 B/s wr, 15 op/s 2023-10-14T00:05:49.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:49 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:50.315 INFO:tasks.rados.rados.0.smithi055.stdout:1231: done (4 left) 2023-10-14T00:05:50.315 INFO:tasks.rados.rados.0.smithi055.stdout:1232: rollback oid 11 current snap is 110 2023-10-14T00:05:50.315 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 11 to 108 2023-10-14T00:05:50.316 INFO:tasks.rados.rados.0.smithi055.stdout:1225: finishing write tid 4 to smithi055169533-10 2023-10-14T00:05:50.316 INFO:tasks.rados.rados.0.smithi055.stdout:1225: finishing write tid 5 to smithi055169533-10 2023-10-14T00:05:50.316 INFO:tasks.rados.rados.0.smithi055.stdout:1227: expect (ObjNum 387 snap 104 seq_num 387) 2023-10-14T00:05:50.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:50 smithi055 ceph-mon[183057]: failed to encode map e289 with expected crc 2023-10-14T00:05:50.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:50 smithi055 ceph-mon[183057]: osdmap e289: 8 total, 8 up, 8 in 2023-10-14T00:05:50.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:50 smithi055 ceph-mon[183057]: failed to encode map e289 with expected crc 2023-10-14T00:05:50.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:50 smithi055 ceph-mon[183057]: failed to encode map e289 with expected crc 2023-10-14T00:05:50.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:50 smithi055 ceph-mon[183057]: osdmap e290: 8 total, 8 up, 8 in 2023-10-14T00:05:50.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:50 smithi055 ceph-mon[185614]: failed to encode map e289 with expected crc 2023-10-14T00:05:50.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:50 smithi055 ceph-mon[185614]: osdmap e289: 8 total, 8 up, 8 in 2023-10-14T00:05:50.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:50 smithi055 ceph-mon[185614]: failed to encode map e289 with expected crc 2023-10-14T00:05:50.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:50 smithi055 ceph-mon[185614]: failed to encode map e289 with expected crc 2023-10-14T00:05:50.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:50 smithi055 ceph-mon[185614]: osdmap e290: 8 total, 8 up, 8 in 2023-10-14T00:05:50.846 INFO:tasks.rados.rados.0.smithi055.stdout:1225: finishing write tid 6 to smithi055169533-10 2023-10-14T00:05:50.846 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 10 v 577 (ObjNum 394 snap 110 seq_num 394) dirty exists 2023-10-14T00:05:50.846 INFO:tasks.rados.rados.0.smithi055.stdout:1225: left oid 10 (ObjNum 394 snap 110 seq_num 394) 2023-10-14T00:05:50.847 INFO:tasks.rados.rados.0.smithi055.stdout:1229: finishing write tid 1 to smithi055169533-36 2023-10-14T00:05:50.847 INFO:tasks.rados.rados.0.smithi055.stdout:1229: finishing write tid 2 to smithi055169533-36 2023-10-14T00:05:50.847 INFO:tasks.rados.rados.0.smithi055.stdout:1225: done (4 left) 2023-10-14T00:05:50.847 INFO:tasks.rados.rados.0.smithi055.stdout:1227: done (3 left) 2023-10-14T00:05:50.847 INFO:tasks.rados.rados.0.smithi055.stdout:1233: read oid 24 snap -1 2023-10-14T00:05:50.848 INFO:tasks.rados.rados.0.smithi055.stdout:1233: expect (ObjNum 361 snap 96 seq_num 361) 2023-10-14T00:05:50.848 INFO:tasks.rados.rados.0.smithi055.stdout:1234: read oid 3 snap -1 2023-10-14T00:05:50.848 INFO:tasks.rados.rados.0.smithi055.stdout:1234: expect (ObjNum 384 snap 102 seq_num 384) 2023-10-14T00:05:50.848 INFO:tasks.rados.rados.0.smithi055.stdout:1235: snap_remove snap 109 2023-10-14T00:05:50.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:50 smithi082 ceph-mon[180771]: failed to encode map e289 with expected crc 2023-10-14T00:05:50.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:50 smithi082 ceph-mon[180771]: osdmap e289: 8 total, 8 up, 8 in 2023-10-14T00:05:50.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:50 smithi082 ceph-mon[180771]: failed to encode map e289 with expected crc 2023-10-14T00:05:50.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:50 smithi082 ceph-mon[180771]: failed to encode map e289 with expected crc 2023-10-14T00:05:50.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:50 smithi082 ceph-mon[180771]: osdmap e290: 8 total, 8 up, 8 in 2023-10-14T00:05:51.478 INFO:tasks.rados.rados.0.smithi055.stdout:1235: done (5 left) 2023-10-14T00:05:51.478 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 37 current snap is 110 2023-10-14T00:05:51.479 INFO:tasks.rados.rados.0.smithi055.stdout:1229: finishing write tid 3 to smithi055169533-36 2023-10-14T00:05:51.479 INFO:tasks.rados.rados.0.smithi055.stdout:1229: finishing write tid 4 to smithi055169533-36 2023-10-14T00:05:51.479 INFO:tasks.rados.rados.0.smithi055.stdout:1229: finishing write tid 5 to smithi055169533-36 2023-10-14T00:05:51.479 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 36 v 219 (ObjNum 396 snap 110 seq_num 396) dirty exists 2023-10-14T00:05:51.479 INFO:tasks.rados.rados.0.smithi055.stdout:1229: left oid 36 (ObjNum 396 snap 110 seq_num 396) 2023-10-14T00:05:51.480 INFO:tasks.rados.rados.0.smithi055.stdout:1230: finishing write tid 1 to smithi055169533-25 2023-10-14T00:05:51.480 INFO:tasks.rados.rados.0.smithi055.stdout:1236: seq_num 398 ranges {0=671744,671744=557056,1228800=532480,1761280=114688} 2023-10-14T00:05:51.482 INFO:tasks.rados.rados.0.smithi055.stdout:1236: writing smithi055169533-37 from 0 to 671744 tid 1 2023-10-14T00:05:51.487 INFO:tasks.rados.rados.0.smithi055.stdout:1236: writing smithi055169533-37 from 671744 to 1228800 tid 2 2023-10-14T00:05:51.489 INFO:tasks.rados.rados.0.smithi055.stdout:1236: writing smithi055169533-37 from 1228800 to 1761280 tid 3 2023-10-14T00:05:51.490 INFO:tasks.rados.rados.0.smithi055.stdout:1236: writing smithi055169533-37 from 1761280 to 1875968 tid 4 2023-10-14T00:05:51.490 INFO:tasks.rados.rados.0.smithi055.stdout:1229: done (5 left) 2023-10-14T00:05:51.490 INFO:tasks.rados.rados.0.smithi055.stdout:1237: setattr oid 28 current snap is 110 2023-10-14T00:05:51.491 INFO:tasks.rados.rados.0.smithi055.stdout:1230: finishing write tid 2 to smithi055169533-25 2023-10-14T00:05:51.491 INFO:tasks.rados.rados.0.smithi055.stdout:1230: finishing write tid 3 to smithi055169533-25 2023-10-14T00:05:51.491 INFO:tasks.rados.rados.0.smithi055.stdout:1230: finishing write tid 4 to smithi055169533-25 2023-10-14T00:05:51.491 INFO:tasks.rados.rados.0.smithi055.stdout:1230: finishing write tid 5 to smithi055169533-25 2023-10-14T00:05:51.491 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 25 v 331 (ObjNum 397 snap 110 seq_num 397) dirty exists 2023-10-14T00:05:51.492 INFO:tasks.rados.rados.0.smithi055.stdout:1230: left oid 25 (ObjNum 397 snap 110 seq_num 397) 2023-10-14T00:05:51.492 INFO:tasks.rados.rados.0.smithi055.stdout:1232: finishing rollback tid 0 to smithi055169533-11 2023-10-14T00:05:51.492 INFO:tasks.rados.rados.0.smithi055.stdout:1232: finishing rollback tid 1 to smithi055169533-11 2023-10-14T00:05:51.492 INFO:tasks.rados.rados.0.smithi055.stdout:1232: finishing rollback tid 2 to smithi055169533-11 2023-10-14T00:05:51.492 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 11 v 457 (ObjNum 319 snap 82 seq_num 319) dirty exists 2023-10-14T00:05:51.493 INFO:tasks.rados.rados.0.smithi055.stdout:1234: expect (ObjNum 384 snap 102 seq_num 384) 2023-10-14T00:05:51.583 INFO:tasks.rados.rados.0.smithi055.stdout:1233: expect (ObjNum 361 snap 96 seq_num 361) 2023-10-14T00:05:51.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:51 smithi055 ceph-mon[183057]: failed to encode map e290 with expected crc 2023-10-14T00:05:51.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:51 smithi055 ceph-mon[183057]: failed to encode map e290 with expected crc 2023-10-14T00:05:51.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:51 smithi055 ceph-mon[183057]: failed to encode map e290 with expected crc 2023-10-14T00:05:51.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:51 smithi055 ceph-mon[183057]: pgmap v146: 121 pgs: 121 active+clean; 192 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.9 MiB/s rd, 3.3 MiB/s wr, 11 op/s 2023-10-14T00:05:51.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:51 smithi055 ceph-mon[185614]: failed to encode map e290 with expected crc 2023-10-14T00:05:51.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:51 smithi055 ceph-mon[185614]: failed to encode map e290 with expected crc 2023-10-14T00:05:51.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:51 smithi055 ceph-mon[185614]: failed to encode map e290 with expected crc 2023-10-14T00:05:51.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:51 smithi055 ceph-mon[185614]: pgmap v146: 121 pgs: 121 active+clean; 192 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.9 MiB/s rd, 3.3 MiB/s wr, 11 op/s 2023-10-14T00:05:51.817 INFO:tasks.rados.rados.0.smithi055.stdout:1236: finishing write tid 1 to smithi055169533-37 2023-10-14T00:05:51.817 INFO:tasks.rados.rados.0.smithi055.stdout:1236: finishing write tid 2 to smithi055169533-37 2023-10-14T00:05:51.817 INFO:tasks.rados.rados.0.smithi055.stdout:1236: finishing write tid 3 to smithi055169533-37 2023-10-14T00:05:51.817 INFO:tasks.rados.rados.0.smithi055.stdout:1236: finishing write tid 4 to smithi055169533-37 2023-10-14T00:05:51.818 INFO:tasks.rados.rados.0.smithi055.stdout:1236: finishing write tid 5 to smithi055169533-37 2023-10-14T00:05:51.818 INFO:tasks.rados.rados.0.smithi055.stdout:1236: finishing write tid 6 to smithi055169533-37 2023-10-14T00:05:51.818 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 37 v 382 (ObjNum 398 snap 110 seq_num 398) dirty exists 2023-10-14T00:05:51.818 INFO:tasks.rados.rados.0.smithi055.stdout:1236: left oid 37 (ObjNum 398 snap 110 seq_num 398) 2023-10-14T00:05:51.818 INFO:tasks.rados.rados.0.smithi055.stdout:1230: done (5 left) 2023-10-14T00:05:51.819 INFO:tasks.rados.rados.0.smithi055.stdout:1232: done (4 left) 2023-10-14T00:05:51.819 INFO:tasks.rados.rados.0.smithi055.stdout:1233: done (3 left) 2023-10-14T00:05:51.819 INFO:tasks.rados.rados.0.smithi055.stdout:1234: done (2 left) 2023-10-14T00:05:51.819 INFO:tasks.rados.rados.0.smithi055.stdout:1236: done (1 left) 2023-10-14T00:05:51.819 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 33 current snap is 110 2023-10-14T00:05:51.820 INFO:tasks.rados.rados.0.smithi055.stdout:1238: seq_num 399 ranges {1351680=688128,2039808=434176,2473984=745472,3219456=24576} 2023-10-14T00:05:51.828 INFO:tasks.rados.rados.0.smithi055.stdout:1238: writing smithi055169533-33 from 1351680 to 2039808 tid 1 2023-10-14T00:05:51.831 INFO:tasks.rados.rados.0.smithi055.stdout:1238: writing smithi055169533-33 from 2039808 to 2473984 tid 2 2023-10-14T00:05:51.836 INFO:tasks.rados.rados.0.smithi055.stdout:1238: writing smithi055169533-33 from 2473984 to 3219456 tid 3 2023-10-14T00:05:51.836 INFO:tasks.rados.rados.0.smithi055.stdout:1238: writing smithi055169533-33 from 3219456 to 3244032 tid 4 2023-10-14T00:05:51.836 INFO:tasks.rados.rados.0.smithi055.stdout:1239: snap_create 2023-10-14T00:05:51.837 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 28 v 580 (ObjNum 391 snap 108 seq_num 391) dirty exists 2023-10-14T00:05:51.837 INFO:tasks.rados.rados.0.smithi055.stdout:1238: finishing write tid 1 to smithi055169533-33 2023-10-14T00:05:51.837 INFO:tasks.rados.rados.0.smithi055.stdout:1238: finishing write tid 2 to smithi055169533-33 2023-10-14T00:05:51.840 INFO:tasks.rados.rados.0.smithi055.stdout:1238: finishing write tid 3 to smithi055169533-33 2023-10-14T00:05:51.840 INFO:tasks.rados.rados.0.smithi055.stdout:1238: finishing write tid 4 to smithi055169533-33 2023-10-14T00:05:51.840 INFO:tasks.rados.rados.0.smithi055.stdout:1238: finishing write tid 5 to smithi055169533-33 2023-10-14T00:05:51.841 INFO:tasks.rados.rados.0.smithi055.stdout:1238: finishing write tid 6 to smithi055169533-33 2023-10-14T00:05:51.841 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 33 v 376 (ObjNum 399 snap 110 seq_num 399) dirty exists 2023-10-14T00:05:51.841 INFO:tasks.rados.rados.0.smithi055.stdout:1238: left oid 33 (ObjNum 399 snap 110 seq_num 399) 2023-10-14T00:05:51.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:51 smithi082 ceph-mon[180771]: failed to encode map e290 with expected crc 2023-10-14T00:05:51.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:51 smithi082 ceph-mon[180771]: failed to encode map e290 with expected crc 2023-10-14T00:05:51.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:51 smithi082 ceph-mon[180771]: failed to encode map e290 with expected crc 2023-10-14T00:05:51.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:51 smithi082 ceph-mon[180771]: pgmap v146: 121 pgs: 121 active+clean; 192 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.9 MiB/s rd, 3.3 MiB/s wr, 11 op/s 2023-10-14T00:05:52.492 INFO:tasks.rados.rados.0.smithi055.stdout:1237: done (2 left) 2023-10-14T00:05:52.493 INFO:tasks.rados.rados.0.smithi055.stdout:1238: done (1 left) 2023-10-14T00:05:52.493 INFO:tasks.rados.rados.0.smithi055.stdout:1239: done (0 left) 2023-10-14T00:05:52.493 INFO:tasks.rados.rados.0.smithi055.stdout:1240: copy_from oid 6 from oid 49 current snap is 111 2023-10-14T00:05:52.493 INFO:tasks.rados.rados.0.smithi055.stdout:1241: rollback oid 33 current snap is 111 2023-10-14T00:05:52.493 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 33 to 108 2023-10-14T00:05:52.494 INFO:tasks.rados.rados.0.smithi055.stdout:1242: copy_from oid 38 from oid 1 current snap is 111 2023-10-14T00:05:52.494 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 16 current snap is 111 2023-10-14T00:05:52.494 INFO:tasks.rados.rados.0.smithi055.stdout:1243: seq_num 400 ranges {1900544=704512,2605056=720896,3325952=483328} 2023-10-14T00:05:52.508 INFO:tasks.rados.rados.0.smithi055.stdout:1243: writing smithi055169533-16 from 1900544 to 2605056 tid 1 2023-10-14T00:05:52.512 INFO:tasks.rados.rados.0.smithi055.stdout:1243: writing smithi055169533-16 from 2605056 to 3325952 tid 2 2023-10-14T00:05:52.516 INFO:tasks.rados.rados.0.smithi055.stdout:1243: writing smithi055169533-16 from 3325952 to 3809280 tid 3 2023-10-14T00:05:52.517 INFO:tasks.rados.rados.0.smithi055.stdout:1244: snap_create 2023-10-14T00:05:52.517 INFO:tasks.rados.rados.0.smithi055.stdout:1242: finishing copy_from to smithi055169533-38 2023-10-14T00:05:52.517 INFO:tasks.rados.rados.0.smithi055.stdout:1242: got expected ENOENT (src dne) 2023-10-14T00:05:52.517 INFO:tasks.rados.rados.0.smithi055.stdout:1242: finishing copy_from racing read to smithi055169533-38 2023-10-14T00:05:52.517 INFO:tasks.rados.rados.0.smithi055.stdout:1241: finishing rollback tid 0 to smithi055169533-33 2023-10-14T00:05:52.518 INFO:tasks.rados.rados.0.smithi055.stdout:1241: finishing rollback tid 1 to smithi055169533-33 2023-10-14T00:05:52.518 INFO:tasks.rados.rados.0.smithi055.stdout:1241: finishing rollback tid 2 to smithi055169533-33 2023-10-14T00:05:52.518 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 33 v 380 (ObjNum 367 snap 97 seq_num 367) dirty exists 2023-10-14T00:05:52.518 INFO:tasks.rados.rados.0.smithi055.stdout:1243: finishing write tid 1 to smithi055169533-16 2023-10-14T00:05:52.518 INFO:tasks.rados.rados.0.smithi055.stdout:1243: finishing write tid 2 to smithi055169533-16 2023-10-14T00:05:52.519 INFO:tasks.rados.rados.0.smithi055.stdout:1240: finishing copy_from to smithi055169533-6 2023-10-14T00:05:52.519 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 6 v 448 (ObjNum 334 snap 85 seq_num 334) dirty exists 2023-10-14T00:05:52.520 INFO:tasks.rados.rados.0.smithi055.stdout:1240: finishing copy_from racing read to smithi055169533-6 2023-10-14T00:05:52.520 INFO:tasks.rados.rados.0.smithi055.stdout:1243: finishing write tid 3 to smithi055169533-16 2023-10-14T00:05:52.520 INFO:tasks.rados.rados.0.smithi055.stdout:1243: finishing write tid 4 to smithi055169533-16 2023-10-14T00:05:52.520 INFO:tasks.rados.rados.0.smithi055.stdout:1243: finishing write tid 5 to smithi055169533-16 2023-10-14T00:05:52.521 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 16 v 329 (ObjNum 400 snap 111 seq_num 400) dirty exists 2023-10-14T00:05:52.521 INFO:tasks.rados.rados.0.smithi055.stdout:1243: left oid 16 (ObjNum 400 snap 111 seq_num 400) 2023-10-14T00:05:52.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:52 smithi055 ceph-mon[185614]: failed to encode map e291 with expected crc 2023-10-14T00:05:52.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:52 smithi055 ceph-mon[185614]: failed to encode map e291 with expected crc 2023-10-14T00:05:52.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:52 smithi055 ceph-mon[185614]: osdmap e291: 8 total, 8 up, 8 in 2023-10-14T00:05:52.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:52 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-10-14T00:05:52.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:52 smithi055 ceph-mon[185614]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-10-14T00:05:52.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:52 smithi055 ceph-mon[185614]: Upgrade: osd.2 is safe to restart 2023-10-14T00:05:52.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:52 smithi055 ceph-mon[183057]: failed to encode map e291 with expected crc 2023-10-14T00:05:52.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:52 smithi055 ceph-mon[183057]: failed to encode map e291 with expected crc 2023-10-14T00:05:52.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:52 smithi055 ceph-mon[183057]: osdmap e291: 8 total, 8 up, 8 in 2023-10-14T00:05:52.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:52 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-10-14T00:05:52.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:52 smithi055 ceph-mon[183057]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-10-14T00:05:52.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:52 smithi055 ceph-mon[183057]: Upgrade: osd.2 is safe to restart 2023-10-14T00:05:52.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:52 smithi082 ceph-mon[180771]: failed to encode map e291 with expected crc 2023-10-14T00:05:52.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:52 smithi082 ceph-mon[180771]: failed to encode map e291 with expected crc 2023-10-14T00:05:52.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:52 smithi082 ceph-mon[180771]: osdmap e291: 8 total, 8 up, 8 in 2023-10-14T00:05:52.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:52 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-10-14T00:05:52.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:52 smithi082 ceph-mon[180771]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-10-14T00:05:52.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:52 smithi082 ceph-mon[180771]: Upgrade: osd.2 is safe to restart 2023-10-14T00:05:53.508 INFO:tasks.rados.rados.0.smithi055.stdout:1240: done (4 left) 2023-10-14T00:05:53.509 INFO:tasks.rados.rados.0.smithi055.stdout:1241: done (3 left) 2023-10-14T00:05:53.509 INFO:tasks.rados.rados.0.smithi055.stdout:1242: done (2 left) 2023-10-14T00:05:53.509 INFO:tasks.rados.rados.0.smithi055.stdout:1243: done (1 left) 2023-10-14T00:05:53.509 INFO:tasks.rados.rados.0.smithi055.stdout:1244: done (0 left) 2023-10-14T00:05:53.509 INFO:tasks.rados.rados.0.smithi055.stdout:1245: copy_from oid 31 from oid 47 current snap is 112 2023-10-14T00:05:53.510 INFO:tasks.rados.rados.0.smithi055.stdout:1246: read oid 12 snap 108 2023-10-14T00:05:53.510 INFO:tasks.rados.rados.0.smithi055.stdout:1246: expect (ObjNum 384 snap 102 seq_num 384) 2023-10-14T00:05:53.510 INFO:tasks.rados.rados.0.smithi055.stdout:1247: delete oid 32 current snap is 112 2023-10-14T00:05:53.513 INFO:tasks.rados.rados.0.smithi055.stdout:1247: done (2 left) 2023-10-14T00:05:53.513 INFO:tasks.rados.rados.0.smithi055.stdout:1248: snap_create 2023-10-14T00:05:53.515 INFO:tasks.rados.rados.0.smithi055.stdout:1245: finishing copy_from to smithi055169533-31 2023-10-14T00:05:53.516 INFO:tasks.rados.rados.0.smithi055.stdout:1245: got expected ENOENT (src dne) 2023-10-14T00:05:53.516 INFO:tasks.rados.rados.0.smithi055.stdout:1245: finishing copy_from racing read to smithi055169533-31 2023-10-14T00:05:53.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:53 smithi055 ceph-mon[185614]: failed to encode map e292 with expected crc 2023-10-14T00:05:53.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:53 smithi055 ceph-mon[185614]: failed to encode map e292 with expected crc 2023-10-14T00:05:53.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:53 smithi055 ceph-mon[185614]: osdmap e292: 8 total, 8 up, 8 in 2023-10-14T00:05:53.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:53 smithi055 ceph-mon[185614]: failed to encode map e292 with expected crc 2023-10-14T00:05:53.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:53 smithi055 ceph-mon[185614]: failed to encode map e292 with expected crc 2023-10-14T00:05:53.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:53 smithi055 ceph-mon[185614]: pgmap v149: 121 pgs: 121 active+clean; 192 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.9 MiB/s rd, 3.3 MiB/s wr, 11 op/s 2023-10-14T00:05:53.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:53 smithi055 ceph-mon[185614]: Upgrade: Updating osd.2 2023-10-14T00:05:53.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:53 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:53.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:53 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-10-14T00:05:53.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:53 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:05:53.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:53 smithi055 ceph-mon[185614]: Deploying daemon osd.2 on smithi055 2023-10-14T00:05:53.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:53 smithi055 ceph-mon[183057]: failed to encode map e292 with expected crc 2023-10-14T00:05:53.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:53 smithi055 ceph-mon[183057]: failed to encode map e292 with expected crc 2023-10-14T00:05:53.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:53 smithi055 ceph-mon[183057]: osdmap e292: 8 total, 8 up, 8 in 2023-10-14T00:05:53.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:53 smithi055 ceph-mon[183057]: failed to encode map e292 with expected crc 2023-10-14T00:05:53.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:53 smithi055 ceph-mon[183057]: failed to encode map e292 with expected crc 2023-10-14T00:05:53.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:53 smithi055 ceph-mon[183057]: pgmap v149: 121 pgs: 121 active+clean; 192 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.9 MiB/s rd, 3.3 MiB/s wr, 11 op/s 2023-10-14T00:05:53.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:53 smithi055 ceph-mon[183057]: Upgrade: Updating osd.2 2023-10-14T00:05:53.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:53 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:53.522 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:53 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-10-14T00:05:53.522 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:53 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:05:53.522 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:53 smithi055 ceph-mon[183057]: Deploying daemon osd.2 on smithi055 2023-10-14T00:05:53.523 INFO:tasks.rados.rados.0.smithi055.stdout:1246: expect (ObjNum 384 snap 102 seq_num 384) 2023-10-14T00:05:53.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:53 smithi082 ceph-mon[180771]: failed to encode map e292 with expected crc 2023-10-14T00:05:53.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:53 smithi082 ceph-mon[180771]: failed to encode map e292 with expected crc 2023-10-14T00:05:53.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:53 smithi082 ceph-mon[180771]: osdmap e292: 8 total, 8 up, 8 in 2023-10-14T00:05:53.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:53 smithi082 ceph-mon[180771]: failed to encode map e292 with expected crc 2023-10-14T00:05:53.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:53 smithi082 ceph-mon[180771]: failed to encode map e292 with expected crc 2023-10-14T00:05:53.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:53 smithi082 ceph-mon[180771]: pgmap v149: 121 pgs: 121 active+clean; 192 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.9 MiB/s rd, 3.3 MiB/s wr, 11 op/s 2023-10-14T00:05:53.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:53 smithi082 ceph-mon[180771]: Upgrade: Updating osd.2 2023-10-14T00:05:53.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:53 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:53.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:53 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-10-14T00:05:53.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:53 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:05:53.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:53 smithi082 ceph-mon[180771]: Deploying daemon osd.2 on smithi055 2023-10-14T00:05:54.501 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:54 smithi055 ceph-mon[183057]: osdmap e293: 8 total, 8 up, 8 in 2023-10-14T00:05:54.501 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:54 smithi055 ceph-mon[183057]: failed to encode map e293 with expected crc 2023-10-14T00:05:54.502 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:54.502 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:05:54.502 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:54 smithi055 ceph-mon[183057]: failed to encode map e293 with expected crc 2023-10-14T00:05:54.502 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:54 smithi055 ceph-mon[183057]: failed to encode map e293 with expected crc 2023-10-14T00:05:54.514 INFO:tasks.rados.rados.0.smithi055.stdout:1245: done (2 left) 2023-10-14T00:05:54.514 INFO:tasks.rados.rados.0.smithi055.stdout:1246: done (1 left) 2023-10-14T00:05:54.514 INFO:tasks.rados.rados.0.smithi055.stdout:1248: done (0 left) 2023-10-14T00:05:54.515 INFO:tasks.rados.rados.0.smithi055.stdout:1249: copy_from oid 38 from oid 8 current snap is 113 2023-10-14T00:05:54.515 INFO:tasks.rados.rados.0.smithi055.stdout:1250: delete oid 42 current snap is 113 2023-10-14T00:05:54.524 INFO:tasks.rados.rados.0.smithi055.stdout:1250: done (1 left) 2023-10-14T00:05:54.524 INFO:tasks.rados.rados.0.smithi055.stdout:1251: delete oid 29 current snap is 113 2023-10-14T00:05:54.525 INFO:tasks.rados.rados.0.smithi055.stdout:1249: finishing copy_from to smithi055169533-38 2023-10-14T00:05:54.526 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 38 v 314 (ObjNum 289 snap 71 seq_num 289) dirty exists 2023-10-14T00:05:54.526 INFO:tasks.rados.rados.0.smithi055.stdout:1249: finishing copy_from racing read to smithi055169533-38 2023-10-14T00:05:54.529 INFO:tasks.rados.rados.0.smithi055.stdout:1249: done (1 left) 2023-10-14T00:05:54.529 INFO:tasks.rados.rados.0.smithi055.stdout:1251: done (0 left) 2023-10-14T00:05:54.530 INFO:tasks.rados.rados.0.smithi055.stdout:1252: rollback oid 34 current snap is 113 2023-10-14T00:05:54.530 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 34 to 101 2023-10-14T00:05:54.530 INFO:tasks.rados.rados.0.smithi055.stdout:1253: snap_remove snap 112 2023-10-14T00:05:54.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:54 smithi055 ceph-mon[185614]: osdmap e293: 8 total, 8 up, 8 in 2023-10-14T00:05:54.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:54 smithi055 ceph-mon[185614]: failed to encode map e293 with expected crc 2023-10-14T00:05:54.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:54.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:05:54.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:54 smithi055 ceph-mon[185614]: failed to encode map e293 with expected crc 2023-10-14T00:05:54.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:54 smithi055 ceph-mon[185614]: failed to encode map e293 with expected crc 2023-10-14T00:05:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:54 smithi082 ceph-mon[180771]: osdmap e293: 8 total, 8 up, 8 in 2023-10-14T00:05:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:54 smithi082 ceph-mon[180771]: failed to encode map e293 with expected crc 2023-10-14T00:05:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:05:54.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:05:54.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:54 smithi082 ceph-mon[180771]: failed to encode map e293 with expected crc 2023-10-14T00:05:54.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:54 smithi082 ceph-mon[180771]: failed to encode map e293 with expected crc 2023-10-14T00:05:55.251 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:05:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:05:55] "GET /metrics HTTP/1.1" 200 36050 "" "Prometheus/2.43.0" 2023-10-14T00:05:55.312 INFO:tasks.rados.rados.0.smithi055.stdout:1253: done (1 left) 2023-10-14T00:05:55.313 INFO:tasks.rados.rados.0.smithi055.stdout:1254: snap_remove snap 110 2023-10-14T00:05:55.516 INFO:journalctl@ceph.osd.2.smithi055.stdout:Oct 14 00:05:55 smithi055 systemd[1]: Stopping Ceph osd.2 for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:05:55.517 INFO:journalctl@ceph.osd.2.smithi055.stdout:Oct 14 00:05:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-2[143456]: 2023-10-14T00:05:55.449+0000 7fc73b3f6700 -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-10-14T00:05:55.517 INFO:journalctl@ceph.osd.2.smithi055.stdout:Oct 14 00:05:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-2[143456]: 2023-10-14T00:05:55.449+0000 7fc73b3f6700 -1 osd.2 294 *** Got signal Terminated *** 2023-10-14T00:05:55.517 INFO:journalctl@ceph.osd.2.smithi055.stdout:Oct 14 00:05:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-2[143456]: 2023-10-14T00:05:55.449+0000 7fc73b3f6700 -1 osd.2 294 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-10-14T00:05:55.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:55 smithi082 ceph-mon[180771]: failed to encode map e294 with expected crc 2023-10-14T00:05:55.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:55 smithi082 ceph-mon[180771]: osdmap e294: 8 total, 8 up, 8 in 2023-10-14T00:05:55.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:55 smithi082 ceph-mon[180771]: failed to encode map e293 with expected crc 2023-10-14T00:05:55.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:55 smithi082 ceph-mon[180771]: failed to encode map e293 with expected crc 2023-10-14T00:05:55.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:55 smithi082 ceph-mon[180771]: pgmap v152: 121 pgs: 121 active+clean; 192 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 0 B/s rd, 0 B/s wr, 0 op/s 2023-10-14T00:05:55.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:55 smithi082 ceph-mon[180771]: osdmap e295: 8 total, 8 up, 8 in 2023-10-14T00:05:55.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:55 smithi082 ceph-mon[180771]: osd.2 marked itself down and dead 2023-10-14T00:05:56.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:55 smithi055 ceph-mon[183057]: failed to encode map e294 with expected crc 2023-10-14T00:05:56.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:55 smithi055 ceph-mon[183057]: osdmap e294: 8 total, 8 up, 8 in 2023-10-14T00:05:56.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:55 smithi055 ceph-mon[183057]: failed to encode map e293 with expected crc 2023-10-14T00:05:56.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:55 smithi055 ceph-mon[183057]: failed to encode map e293 with expected crc 2023-10-14T00:05:56.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:55 smithi055 ceph-mon[183057]: pgmap v152: 121 pgs: 121 active+clean; 192 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 0 B/s rd, 0 B/s wr, 0 op/s 2023-10-14T00:05:56.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:55 smithi055 ceph-mon[183057]: osdmap e295: 8 total, 8 up, 8 in 2023-10-14T00:05:56.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:55 smithi055 ceph-mon[183057]: osd.2 marked itself down and dead 2023-10-14T00:05:56.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:55 smithi055 ceph-mon[185614]: failed to encode map e294 with expected crc 2023-10-14T00:05:56.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:55 smithi055 ceph-mon[185614]: osdmap e294: 8 total, 8 up, 8 in 2023-10-14T00:05:56.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:55 smithi055 ceph-mon[185614]: failed to encode map e293 with expected crc 2023-10-14T00:05:56.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:55 smithi055 ceph-mon[185614]: failed to encode map e293 with expected crc 2023-10-14T00:05:56.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:55 smithi055 ceph-mon[185614]: pgmap v152: 121 pgs: 121 active+clean; 192 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 0 B/s rd, 0 B/s wr, 0 op/s 2023-10-14T00:05:56.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:55 smithi055 ceph-mon[185614]: osdmap e295: 8 total, 8 up, 8 in 2023-10-14T00:05:56.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:55 smithi055 ceph-mon[185614]: osd.2 marked itself down and dead 2023-10-14T00:05:56.314 INFO:tasks.rados.rados.0.smithi055.stdout:1254: done (1 left) 2023-10-14T00:05:56.314 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 4 current snap is 113 2023-10-14T00:05:56.314 INFO:tasks.rados.rados.0.smithi055.stdout:1255: seq_num 404 ranges {4055040=770048,4825088=712704,5537792=491520} 2023-10-14T00:05:56.340 INFO:tasks.rados.rados.0.smithi055.stdout:1255: writing smithi055169533-4 from 4055040 to 4825088 tid 1 2023-10-14T00:05:56.344 INFO:tasks.rados.rados.0.smithi055.stdout:1255: writing smithi055169533-4 from 4825088 to 5537792 tid 2 2023-10-14T00:05:56.347 INFO:tasks.rados.rados.0.smithi055.stdout:1255: writing smithi055169533-4 from 5537792 to 6029312 tid 3 2023-10-14T00:05:56.347 INFO:tasks.rados.rados.0.smithi055.stdout:1256: rollback oid 44 current snap is 113 2023-10-14T00:05:56.347 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 44 to 104 2023-10-14T00:05:56.348 INFO:tasks.rados.rados.0.smithi055.stdout:1252: finishing rollback tid 1 to smithi055169533-34 2023-10-14T00:05:56.348 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 34 v 0 (ObjNum 161 snap 0 seq_num 1) dirty dne 2023-10-14T00:05:56.348 INFO:tasks.rados.rados.0.smithi055.stdout:1252: done (2 left) 2023-10-14T00:05:56.348 INFO:tasks.rados.rados.0.smithi055.stdout:1257: snap_remove snap 101 2023-10-14T00:05:56.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:56 smithi082 ceph-mon[180771]: failed to encode map e295 with expected crc 2023-10-14T00:05:56.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:56 smithi082 ceph-mon[180771]: failed to encode map e295 with expected crc 2023-10-14T00:05:56.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:56 smithi082 ceph-mon[180771]: failed to encode map e295 with expected crc 2023-10-14T00:05:56.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:56 smithi082 ceph-mon[180771]: failed to encode map e295 with expected crc 2023-10-14T00:05:56.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:56 smithi082 ceph-mon[180771]: Health check failed: 1 osds down (OSD_DOWN) 2023-10-14T00:05:56.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:56 smithi082 ceph-mon[180771]: osdmap e296: 8 total, 7 up, 8 in 2023-10-14T00:05:56.996 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:56 smithi055 ceph-mon[185614]: failed to encode map e295 with expected crc 2023-10-14T00:05:56.997 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:56 smithi055 ceph-mon[185614]: failed to encode map e295 with expected crc 2023-10-14T00:05:56.997 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:56 smithi055 ceph-mon[185614]: failed to encode map e295 with expected crc 2023-10-14T00:05:56.997 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:56 smithi055 ceph-mon[185614]: failed to encode map e295 with expected crc 2023-10-14T00:05:56.997 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:56 smithi055 ceph-mon[185614]: Health check failed: 1 osds down (OSD_DOWN) 2023-10-14T00:05:56.997 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:56 smithi055 ceph-mon[185614]: osdmap e296: 8 total, 7 up, 8 in 2023-10-14T00:05:56.998 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:56 smithi055 ceph-mon[183057]: failed to encode map e295 with expected crc 2023-10-14T00:05:56.998 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:56 smithi055 ceph-mon[183057]: failed to encode map e295 with expected crc 2023-10-14T00:05:56.998 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:56 smithi055 ceph-mon[183057]: failed to encode map e295 with expected crc 2023-10-14T00:05:56.999 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:56 smithi055 ceph-mon[183057]: failed to encode map e295 with expected crc 2023-10-14T00:05:56.999 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:56 smithi055 ceph-mon[183057]: Health check failed: 1 osds down (OSD_DOWN) 2023-10-14T00:05:56.999 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:56 smithi055 ceph-mon[183057]: osdmap e296: 8 total, 7 up, 8 in 2023-10-14T00:05:57.266 INFO:journalctl@ceph.osd.2.smithi055.stdout:Oct 14 00:05:57 smithi055 bash[203977]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-2 2023-10-14T00:05:57.315 INFO:tasks.rados.rados.0.smithi055.stdout:1257: done (2 left) 2023-10-14T00:05:57.315 INFO:tasks.rados.rados.0.smithi055.stdout:1258: copy_from oid 39 from oid 8 current snap is 113 2023-10-14T00:05:57.315 INFO:tasks.rados.rados.0.smithi055.stdout:1256: finishing rollback tid 0 to smithi055169533-44 2023-10-14T00:05:57.315 INFO:tasks.rados.rados.0.smithi055.stdout:1256: finishing rollback tid 1 to smithi055169533-44 2023-10-14T00:05:57.316 INFO:tasks.rados.rados.0.smithi055.stdout:1256: finishing rollback tid 2 to smithi055169533-44 2023-10-14T00:05:57.316 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 44 v 356 (ObjNum 349 snap 93 seq_num 349) dirty exists 2023-10-14T00:05:57.316 INFO:tasks.rados.rados.0.smithi055.stdout:1256: done (2 left) 2023-10-14T00:05:57.316 INFO:tasks.rados.rados.0.smithi055.stdout:1259: snap_create 2023-10-14T00:05:57.340 INFO:tasks.rados.rados.0.smithi055.stdout:1255: finishing write tid 1 to smithi055169533-4 2023-10-14T00:05:57.341 INFO:tasks.rados.rados.0.smithi055.stdout:1258: finishing copy_from to smithi055169533-39 2023-10-14T00:05:57.341 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 39 v 314 (ObjNum 289 snap 71 seq_num 289) dirty exists 2023-10-14T00:05:57.342 INFO:tasks.rados.rados.0.smithi055.stdout:1258: finishing copy_from racing read to smithi055169533-39 2023-10-14T00:05:57.342 INFO:tasks.rados.rados.0.smithi055.stdout:1255: finishing write tid 2 to smithi055169533-4 2023-10-14T00:05:57.342 INFO:tasks.rados.rados.0.smithi055.stdout:1255: finishing write tid 3 to smithi055169533-4 2023-10-14T00:05:57.343 INFO:tasks.rados.rados.0.smithi055.stdout:1255: finishing write tid 4 to smithi055169533-4 2023-10-14T00:05:57.343 INFO:tasks.rados.rados.0.smithi055.stdout:1255: finishing write tid 5 to smithi055169533-4 2023-10-14T00:05:57.344 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 4 v 585 (ObjNum 404 snap 113 seq_num 404) dirty exists 2023-10-14T00:05:57.344 INFO:tasks.rados.rados.0.smithi055.stdout:1255: left oid 4 (ObjNum 404 snap 113 seq_num 404) 2023-10-14T00:05:57.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:57 smithi055 ceph-mon[183057]: failed to encode map e295 with expected crc 2023-10-14T00:05:57.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:57 smithi055 ceph-mon[183057]: failed to encode map e296 with expected crc 2023-10-14T00:05:57.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:57 smithi055 ceph-mon[183057]: failed to encode map e296 with expected crc 2023-10-14T00:05:57.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:57 smithi055 ceph-mon[183057]: failed to encode map e296 with expected crc 2023-10-14T00:05:57.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:57 smithi055 ceph-mon[183057]: failed to encode map e296 with expected crc 2023-10-14T00:05:57.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:57 smithi055 ceph-mon[183057]: failed to encode map e296 with expected crc 2023-10-14T00:05:57.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:57 smithi055 ceph-mon[183057]: pgmap v155: 121 pgs: 13 stale+active+clean, 108 active+clean; 201 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 7.4 MiB/s rd, 2.1 MiB/s wr, 15 op/s 2023-10-14T00:05:57.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:57 smithi055 ceph-mon[183057]: osdmap e297: 8 total, 7 up, 8 in 2023-10-14T00:05:57.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:57 smithi055 ceph-mon[185614]: failed to encode map e295 with expected crc 2023-10-14T00:05:57.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:57 smithi055 ceph-mon[185614]: failed to encode map e296 with expected crc 2023-10-14T00:05:57.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:57 smithi055 ceph-mon[185614]: failed to encode map e296 with expected crc 2023-10-14T00:05:57.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:57 smithi055 ceph-mon[185614]: failed to encode map e296 with expected crc 2023-10-14T00:05:57.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:57 smithi055 ceph-mon[185614]: failed to encode map e296 with expected crc 2023-10-14T00:05:57.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:57 smithi055 ceph-mon[185614]: failed to encode map e296 with expected crc 2023-10-14T00:05:57.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:57 smithi055 ceph-mon[185614]: pgmap v155: 121 pgs: 13 stale+active+clean, 108 active+clean; 201 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 7.4 MiB/s rd, 2.1 MiB/s wr, 15 op/s 2023-10-14T00:05:57.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:57 smithi055 ceph-mon[185614]: osdmap e297: 8 total, 7 up, 8 in 2023-10-14T00:05:57.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:57 smithi082 ceph-mon[180771]: failed to encode map e295 with expected crc 2023-10-14T00:05:57.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:57 smithi082 ceph-mon[180771]: failed to encode map e296 with expected crc 2023-10-14T00:05:57.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:57 smithi082 ceph-mon[180771]: failed to encode map e296 with expected crc 2023-10-14T00:05:57.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:57 smithi082 ceph-mon[180771]: failed to encode map e296 with expected crc 2023-10-14T00:05:57.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:57 smithi082 ceph-mon[180771]: failed to encode map e296 with expected crc 2023-10-14T00:05:57.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:57 smithi082 ceph-mon[180771]: failed to encode map e296 with expected crc 2023-10-14T00:05:57.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:57 smithi082 ceph-mon[180771]: pgmap v155: 121 pgs: 13 stale+active+clean, 108 active+clean; 201 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 7.4 MiB/s rd, 2.1 MiB/s wr, 15 op/s 2023-10-14T00:05:57.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:57 smithi082 ceph-mon[180771]: osdmap e297: 8 total, 7 up, 8 in 2023-10-14T00:05:58.321 INFO:tasks.rados.rados.0.smithi055.stdout:1255: done (2 left) 2023-10-14T00:05:58.322 INFO:tasks.rados.rados.0.smithi055.stdout:1258: done (1 left) 2023-10-14T00:05:58.322 INFO:tasks.rados.rados.0.smithi055.stdout:1259: done (0 left) 2023-10-14T00:05:58.322 INFO:tasks.rados.rados.0.smithi055.stdout:1260: copy_from oid 35 from oid 22 current snap is 114 2023-10-14T00:05:58.322 INFO:tasks.rados.rados.0.smithi055.stdout:1261: rollback oid 20 current snap is 114 2023-10-14T00:05:58.323 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 20 to 113 2023-10-14T00:05:58.323 INFO:tasks.rados.rados.0.smithi055.stdout:1262: delete oid 27 current snap is 114 2023-10-14T00:05:58.329 INFO:tasks.rados.rados.0.smithi055.stdout:1260: finishing copy_from to smithi055169533-35 2023-10-14T00:05:58.329 INFO:tasks.rados.rados.0.smithi055.stdout:1260: got expected ENOENT (src dne) 2023-10-14T00:05:58.329 INFO:tasks.rados.rados.0.smithi055.stdout:1260: finishing copy_from racing read to smithi055169533-35 2023-10-14T00:05:58.330 INFO:tasks.rados.rados.0.smithi055.stdout:1260: done (2 left) 2023-10-14T00:05:58.330 INFO:tasks.rados.rados.0.smithi055.stdout:1262: done (1 left) 2023-10-14T00:05:58.330 INFO:tasks.rados.rados.0.smithi055.stdout:1263: rollback oid 24 current snap is 114 2023-10-14T00:05:58.330 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 24 to 107 2023-10-14T00:05:58.331 INFO:tasks.rados.rados.0.smithi055.stdout:1264: delete oid 25 current snap is 114 2023-10-14T00:05:58.331 INFO:tasks.rados.rados.0.smithi055.stdout:1261: finishing rollback tid 0 to smithi055169533-20 2023-10-14T00:05:58.331 INFO:tasks.rados.rados.0.smithi055.stdout:1261: finishing rollback tid 1 to smithi055169533-20 2023-10-14T00:05:58.336 INFO:tasks.rados.rados.0.smithi055.stdout:1261: finishing rollback tid 2 to smithi055169533-20 2023-10-14T00:05:58.336 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 20 v 461 (ObjNum 351 snap 93 seq_num 351) dirty exists 2023-10-14T00:05:58.337 INFO:tasks.rados.rados.0.smithi055.stdout:1263: finishing rollback tid 0 to smithi055169533-24 2023-10-14T00:05:58.337 INFO:tasks.rados.rados.0.smithi055.stdout:1261: done (2 left) 2023-10-14T00:05:58.338 INFO:tasks.rados.rados.0.smithi055.stdout:1264: done (1 left) 2023-10-14T00:05:58.338 INFO:tasks.rados.rados.0.smithi055.stdout:1265: copy_from oid 1 from oid 48 current snap is 114 2023-10-14T00:05:58.338 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 5 current snap is 114 2023-10-14T00:05:58.339 INFO:tasks.rados.rados.0.smithi055.stdout:1266: seq_num 407 ranges {6463488=425984,6889472=761856,7651328=704512,8355840=139264} 2023-10-14T00:05:58.376 INFO:tasks.rados.rados.0.smithi055.stdout:1266: writing smithi055169533-5 from 6463488 to 6889472 tid 1 2023-10-14T00:05:58.381 INFO:tasks.rados.rados.0.smithi055.stdout:1266: writing smithi055169533-5 from 6889472 to 7651328 tid 2 2023-10-14T00:05:58.385 INFO:tasks.rados.rados.0.smithi055.stdout:1266: writing smithi055169533-5 from 7651328 to 8355840 tid 3 2023-10-14T00:05:58.386 INFO:tasks.rados.rados.0.smithi055.stdout:1266: writing smithi055169533-5 from 8355840 to 8495104 tid 4 2023-10-14T00:05:58.386 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 3 current snap is 114 2023-10-14T00:05:58.386 INFO:tasks.rados.rados.0.smithi055.stdout:1263: finishing rollback tid 1 to smithi055169533-24 2023-10-14T00:05:58.387 INFO:tasks.rados.rados.0.smithi055.stdout:1267: seq_num 408 ranges {2793472=442368,3235840=647168,3883008=507904,4390912=450560} 2023-10-14T00:05:58.404 INFO:tasks.rados.rados.0.smithi055.stdout:1267: writing smithi055169533-3 from 2793472 to 3235840 tid 1 2023-10-14T00:05:58.408 INFO:tasks.rados.rados.0.smithi055.stdout:1267: writing smithi055169533-3 from 3235840 to 3883008 tid 2 2023-10-14T00:05:58.411 INFO:tasks.rados.rados.0.smithi055.stdout:1267: writing smithi055169533-3 from 3883008 to 4390912 tid 3 2023-10-14T00:05:58.414 INFO:tasks.rados.rados.0.smithi055.stdout:1267: writing smithi055169533-3 from 4390912 to 4841472 tid 4 2023-10-14T00:05:58.415 INFO:tasks.rados.rados.0.smithi055.stdout:1268: rollback oid 13 current snap is 114 2023-10-14T00:05:58.415 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 13 to 108 2023-10-14T00:05:58.415 INFO:tasks.rados.rados.0.smithi055.stdout:1263: finishing rollback tid 2 to smithi055169533-24 2023-10-14T00:05:58.415 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 24 v 459 (ObjNum 361 snap 96 seq_num 361) dirty exists 2023-10-14T00:05:58.416 INFO:tasks.rados.rados.0.smithi055.stdout:1265: finishing copy_from to smithi055169533-1 2023-10-14T00:05:58.416 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 1 v 452 (ObjNum 377 snap 98 seq_num 377) dirty exists 2023-10-14T00:05:58.416 INFO:tasks.rados.rados.0.smithi055.stdout:1265: finishing copy_from racing read to smithi055169533-1 2023-10-14T00:05:58.416 INFO:tasks.rados.rados.0.smithi055.stdout:1266: finishing write tid 1 to smithi055169533-5 2023-10-14T00:05:58.416 INFO:tasks.rados.rados.0.smithi055.stdout:1266: finishing write tid 2 to smithi055169533-5 2023-10-14T00:05:58.417 INFO:tasks.rados.rados.0.smithi055.stdout:1266: finishing write tid 3 to smithi055169533-5 2023-10-14T00:05:58.417 INFO:tasks.rados.rados.0.smithi055.stdout:1266: finishing write tid 4 to smithi055169533-5 2023-10-14T00:05:58.417 INFO:tasks.rados.rados.0.smithi055.stdout:1266: finishing write tid 5 to smithi055169533-5 2023-10-14T00:05:58.417 INFO:tasks.rados.rados.0.smithi055.stdout:1266: finishing write tid 6 to smithi055169533-5 2023-10-14T00:05:58.417 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 5 v 394 (ObjNum 407 snap 114 seq_num 407) dirty exists 2023-10-14T00:05:58.418 INFO:tasks.rados.rados.0.smithi055.stdout:1266: left oid 5 (ObjNum 407 snap 114 seq_num 407) 2023-10-14T00:05:58.418 INFO:tasks.rados.rados.0.smithi055.stdout:1267: finishing write tid 1 to smithi055169533-3 2023-10-14T00:05:58.418 INFO:tasks.rados.rados.0.smithi055.stdout:1267: finishing write tid 2 to smithi055169533-3 2023-10-14T00:05:58.418 INFO:tasks.rados.rados.0.smithi055.stdout:1263: done (4 left) 2023-10-14T00:05:58.419 INFO:tasks.rados.rados.0.smithi055.stdout:1265: done (3 left) 2023-10-14T00:05:58.419 INFO:tasks.rados.rados.0.smithi055.stdout:1266: done (2 left) 2023-10-14T00:05:58.419 INFO:tasks.rados.rados.0.smithi055.stdout:1269: read oid 10 snap -1 2023-10-14T00:05:58.419 INFO:tasks.rados.rados.0.smithi055.stdout:1269: expect (ObjNum 394 snap 110 seq_num 394) 2023-10-14T00:05:58.419 INFO:tasks.rados.rados.0.smithi055.stdout:1270: snap_remove snap 111 2023-10-14T00:05:58.516 INFO:journalctl@ceph.osd.2.smithi055.stdout:Oct 14 00:05:58 smithi055 systemd[1]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@osd.2.service: Succeeded. 2023-10-14T00:05:58.517 INFO:journalctl@ceph.osd.2.smithi055.stdout:Oct 14 00:05:58 smithi055 systemd[1]: Stopped Ceph osd.2 for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:05:58.517 INFO:journalctl@ceph.osd.2.smithi055.stdout:Oct 14 00:05:58 smithi055 systemd[1]: Starting Ceph osd.2 for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:05:58.875 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:05:58 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:05: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-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi055:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi082.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-10-14T00:05:58.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:58 smithi082 ceph-mon[180771]: failed to encode map e297 with expected crc 2023-10-14T00:05:58.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:58 smithi082 ceph-mon[180771]: failed to encode map e297 with expected crc 2023-10-14T00:05:58.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:58 smithi082 ceph-mon[180771]: failed to encode map e297 with expected crc 2023-10-14T00:05:58.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:58 smithi082 ceph-mon[180771]: failed to encode map e297 with expected crc 2023-10-14T00:05:58.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:58 smithi082 ceph-mon[180771]: failed to encode map e297 with expected crc 2023-10-14T00:05:58.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:58 smithi082 ceph-mon[180771]: failed to encode map e297 with expected crc 2023-10-14T00:05:58.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:58 smithi082 ceph-mon[180771]: osdmap e298: 8 total, 7 up, 8 in 2023-10-14T00:05:59.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:58 smithi055 ceph-mon[183057]: failed to encode map e297 with expected crc 2023-10-14T00:05:59.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:58 smithi055 ceph-mon[183057]: failed to encode map e297 with expected crc 2023-10-14T00:05:59.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:58 smithi055 ceph-mon[183057]: failed to encode map e297 with expected crc 2023-10-14T00:05:59.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:58 smithi055 ceph-mon[183057]: failed to encode map e297 with expected crc 2023-10-14T00:05:59.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:58 smithi055 ceph-mon[183057]: failed to encode map e297 with expected crc 2023-10-14T00:05:59.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:58 smithi055 ceph-mon[183057]: failed to encode map e297 with expected crc 2023-10-14T00:05:59.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:58 smithi055 ceph-mon[183057]: osdmap e298: 8 total, 7 up, 8 in 2023-10-14T00:05:59.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:58 smithi055 ceph-mon[185614]: failed to encode map e297 with expected crc 2023-10-14T00:05:59.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:58 smithi055 ceph-mon[185614]: failed to encode map e297 with expected crc 2023-10-14T00:05:59.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:58 smithi055 ceph-mon[185614]: failed to encode map e297 with expected crc 2023-10-14T00:05:59.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:58 smithi055 ceph-mon[185614]: failed to encode map e297 with expected crc 2023-10-14T00:05:59.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:58 smithi055 ceph-mon[185614]: failed to encode map e297 with expected crc 2023-10-14T00:05:59.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:58 smithi055 ceph-mon[185614]: failed to encode map e297 with expected crc 2023-10-14T00:05:59.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:58 smithi055 ceph-mon[185614]: osdmap e298: 8 total, 7 up, 8 in 2023-10-14T00:05:59.324 INFO:tasks.rados.rados.0.smithi055.stdout:1270: done (3 left) 2023-10-14T00:05:59.325 INFO:tasks.rados.rados.0.smithi055.stdout:1271: delete oid 31 current snap is 114 2023-10-14T00:05:59.325 INFO:tasks.rados.rados.0.smithi055.stdout:1267: finishing write tid 3 to smithi055169533-3 2023-10-14T00:05:59.325 INFO:tasks.rados.rados.0.smithi055.stdout:1268: finishing rollback tid 0 to smithi055169533-13 2023-10-14T00:05:59.325 INFO:tasks.rados.rados.0.smithi055.stdout:1268: finishing rollback tid 1 to smithi055169533-13 2023-10-14T00:05:59.326 INFO:tasks.rados.rados.0.smithi055.stdout:1268: finishing rollback tid 2 to smithi055169533-13 2023-10-14T00:05:59.326 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 13 v 515 (ObjNum 381 snap 100 seq_num 381) dirty exists 2023-10-14T00:05:59.326 INFO:tasks.rados.rados.0.smithi055.stdout:1267: finishing write tid 4 to smithi055169533-3 2023-10-14T00:05:59.326 INFO:tasks.rados.rados.0.smithi055.stdout:1267: finishing write tid 5 to smithi055169533-3 2023-10-14T00:05:59.326 INFO:tasks.rados.rados.0.smithi055.stdout:1267: finishing write tid 6 to smithi055169533-3 2023-10-14T00:05:59.327 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 3 v 591 (ObjNum 408 snap 114 seq_num 408) dirty exists 2023-10-14T00:05:59.327 INFO:tasks.rados.rados.0.smithi055.stdout:1267: left oid 3 (ObjNum 408 snap 114 seq_num 408) 2023-10-14T00:05:59.327 INFO:tasks.rados.rados.0.smithi055.stdout:1269: expect (ObjNum 394 snap 110 seq_num 394) 2023-10-14T00:05:59.517 INFO:journalctl@ceph.osd.2.smithi055.stdout:Oct 14 00:05:59 smithi055 bash[204209]: --> Failed to activate via raw: did not find any matching OSD to activate 2023-10-14T00:05:59.517 INFO:journalctl@ceph.osd.2.smithi055.stdout:Oct 14 00:05:59 smithi055 bash[204209]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2023-10-14T00:05:59.517 INFO:journalctl@ceph.osd.2.smithi055.stdout:Oct 14 00:05:59 smithi055 bash[204209]: 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-10-14T00:05:59.517 INFO:journalctl@ceph.osd.2.smithi055.stdout:Oct 14 00:05:59 smithi055 bash[204209]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-2/block 2023-10-14T00:05:59.518 INFO:journalctl@ceph.osd.2.smithi055.stdout:Oct 14 00:05:59 smithi055 bash[204209]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-2/block 2023-10-14T00:05:59.518 INFO:journalctl@ceph.osd.2.smithi055.stdout:Oct 14 00:05:59 smithi055 bash[204209]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2023-10-14T00:05:59.518 INFO:journalctl@ceph.osd.2.smithi055.stdout:Oct 14 00:05:59 smithi055 bash[204209]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2023-10-14T00:05:59.518 INFO:journalctl@ceph.osd.2.smithi055.stdout:Oct 14 00:05:59 smithi055 bash[204209]: --> ceph-volume lvm activate successful for osd ID: 2 2023-10-14T00:05:59.519 INFO:tasks.rados.rados.0.smithi055.stdout:1267: done (3 left) 2023-10-14T00:05:59.519 INFO:tasks.rados.rados.0.smithi055.stdout:1268: done (2 left) 2023-10-14T00:05:59.519 INFO:tasks.rados.rados.0.smithi055.stdout:1269: done (1 left) 2023-10-14T00:05:59.520 INFO:tasks.rados.rados.0.smithi055.stdout:1271: done (0 left) 2023-10-14T00:05:59.520 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 19 current snap is 114 2023-10-14T00:05:59.520 INFO:tasks.rados.rados.0.smithi055.stdout:1272: seq_num 410 ranges {0=475136,475136=417792,892928=475136,1368064=425984,1794048=286720} 2023-10-14T00:05:59.521 INFO:tasks.rados.rados.0.smithi055.stdout:1272: writing smithi055169533-19 from 0 to 475136 tid 1 2023-10-14T00:05:59.523 INFO:tasks.rados.rados.0.smithi055.stdout:1272: writing smithi055169533-19 from 475136 to 892928 tid 2 2023-10-14T00:05:59.526 INFO:tasks.rados.rados.0.smithi055.stdout:1272: writing smithi055169533-19 from 892928 to 1368064 tid 3 2023-10-14T00:05:59.529 INFO:tasks.rados.rados.0.smithi055.stdout:1272: writing smithi055169533-19 from 1368064 to 1794048 tid 4 2023-10-14T00:05:59.530 INFO:tasks.rados.rados.0.smithi055.stdout:1272: writing smithi055169533-19 from 1794048 to 2080768 tid 5 2023-10-14T00:05:59.531 INFO:tasks.rados.rados.0.smithi055.stdout:1273: snap_create 2023-10-14T00:05:59.531 INFO:tasks.rados.rados.0.smithi055.stdout:1272: finishing write tid 1 to smithi055169533-19 2023-10-14T00:05:59.531 INFO:tasks.rados.rados.0.smithi055.stdout:1272: finishing write tid 2 to smithi055169533-19 2023-10-14T00:05:59.531 INFO:tasks.rados.rados.0.smithi055.stdout:1272: finishing write tid 3 to smithi055169533-19 2023-10-14T00:05:59.533 INFO:tasks.rados.rados.0.smithi055.stdout:1272: finishing write tid 4 to smithi055169533-19 2023-10-14T00:05:59.533 INFO:tasks.rados.rados.0.smithi055.stdout:1272: finishing write tid 5 to smithi055169533-19 2023-10-14T00:05:59.533 INFO:tasks.rados.rados.0.smithi055.stdout:1272: finishing write tid 6 to smithi055169533-19 2023-10-14T00:05:59.535 INFO:tasks.rados.rados.0.smithi055.stdout:1272: finishing write tid 7 to smithi055169533-19 2023-10-14T00:05:59.535 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 19 v 420 (ObjNum 410 snap 114 seq_num 410) dirty exists 2023-10-14T00:05:59.535 INFO:tasks.rados.rados.0.smithi055.stdout:1272: left oid 19 (ObjNum 410 snap 114 seq_num 410) 2023-10-14T00:05:59.830 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:59 smithi055 ceph-mon[183057]: failed to encode map e298 with expected crc 2023-10-14T00:05:59.831 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:59 smithi055 ceph-mon[183057]: failed to encode map e298 with expected crc 2023-10-14T00:05:59.831 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:59 smithi055 ceph-mon[183057]: failed to encode map e298 with expected crc 2023-10-14T00:05:59.831 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:59 smithi055 ceph-mon[183057]: failed to encode map e298 with expected crc 2023-10-14T00:05:59.831 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:59 smithi055 ceph-mon[183057]: failed to encode map e298 with expected crc 2023-10-14T00:05:59.831 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:59 smithi055 ceph-mon[183057]: pgmap v158: 121 pgs: 13 stale+active+clean, 108 active+clean; 201 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 7.4 MiB/s rd, 2.1 MiB/s wr, 14 op/s 2023-10-14T00:05:59.832 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:05:59 smithi055 ceph-mon[183057]: osdmap e299: 8 total, 7 up, 8 in 2023-10-14T00:05:59.832 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:59 smithi055 ceph-mon[185614]: failed to encode map e298 with expected crc 2023-10-14T00:05:59.832 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:59 smithi055 ceph-mon[185614]: failed to encode map e298 with expected crc 2023-10-14T00:05:59.832 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:59 smithi055 ceph-mon[185614]: failed to encode map e298 with expected crc 2023-10-14T00:05:59.832 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:59 smithi055 ceph-mon[185614]: failed to encode map e298 with expected crc 2023-10-14T00:05:59.833 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:59 smithi055 ceph-mon[185614]: failed to encode map e298 with expected crc 2023-10-14T00:05:59.833 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:59 smithi055 ceph-mon[185614]: pgmap v158: 121 pgs: 13 stale+active+clean, 108 active+clean; 201 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 7.4 MiB/s rd, 2.1 MiB/s wr, 14 op/s 2023-10-14T00:05:59.833 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:05:59 smithi055 ceph-mon[185614]: osdmap e299: 8 total, 7 up, 8 in 2023-10-14T00:05:59.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:59 smithi082 ceph-mon[180771]: failed to encode map e298 with expected crc 2023-10-14T00:05:59.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:59 smithi082 ceph-mon[180771]: failed to encode map e298 with expected crc 2023-10-14T00:05:59.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:59 smithi082 ceph-mon[180771]: failed to encode map e298 with expected crc 2023-10-14T00:05:59.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:59 smithi082 ceph-mon[180771]: failed to encode map e298 with expected crc 2023-10-14T00:05:59.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:59 smithi082 ceph-mon[180771]: failed to encode map e298 with expected crc 2023-10-14T00:05:59.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:59 smithi082 ceph-mon[180771]: pgmap v158: 121 pgs: 13 stale+active+clean, 108 active+clean; 201 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 7.4 MiB/s rd, 2.1 MiB/s wr, 14 op/s 2023-10-14T00:05:59.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:05:59 smithi082 ceph-mon[180771]: osdmap e299: 8 total, 7 up, 8 in 2023-10-14T00:06:00.266 INFO:journalctl@ceph.osd.2.smithi055.stdout:Oct 14 00:05:59 smithi055 ceph-osd[204447]: -- 172.21.15.55:0/1644538405 <== mon.0 v2:172.21.15.55:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5649902244e0 con 0x5649901f5000 2023-10-14T00:06:00.267 INFO:journalctl@ceph.osd.2.smithi055.stdout:Oct 14 00:05:59 smithi055 bash[204428]: 01785e79dbd3b7cd5255ea5554ad125f5229d8d3bff918c106452bc6278a2f77 2023-10-14T00:06:00.267 INFO:journalctl@ceph.osd.2.smithi055.stdout:Oct 14 00:05:59 smithi055 systemd[1]: Started Ceph osd.2 for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:06:00.313 INFO:tasks.rados.rados.0.smithi055.stdout:1272: done (1 left) 2023-10-14T00:06:00.314 INFO:tasks.rados.rados.0.smithi055.stdout:1273: done (0 left) 2023-10-14T00:06:00.314 INFO:tasks.rados.rados.0.smithi055.stdout:1274: snap_create 2023-10-14T00:06:00.767 INFO:journalctl@ceph.osd.2.smithi055.stdout:Oct 14 00:06:00 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-2[204443]: 2023-10-14T00:06:00.412+0000 7fc9b125f640 -1 Falling back to public interface 2023-10-14T00:06:00.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:00 smithi055 ceph-mon[185614]: failed to encode map e299 with expected crc 2023-10-14T00:06:00.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:00 smithi055 ceph-mon[185614]: failed to encode map e299 with expected crc 2023-10-14T00:06:00.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:00 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:00.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:00 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:00.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:00 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:06:00.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:00 smithi055 ceph-mon[185614]: osdmap e300: 8 total, 7 up, 8 in 2023-10-14T00:06:00.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:00 smithi055 ceph-mon[183057]: failed to encode map e299 with expected crc 2023-10-14T00:06:00.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:00 smithi055 ceph-mon[183057]: failed to encode map e299 with expected crc 2023-10-14T00:06:00.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:00 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:00.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:00 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:00.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:00 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:06:00.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:00 smithi055 ceph-mon[183057]: osdmap e300: 8 total, 7 up, 8 in 2023-10-14T00:06:00.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:00 smithi082 ceph-mon[180771]: failed to encode map e299 with expected crc 2023-10-14T00:06:00.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:00 smithi082 ceph-mon[180771]: failed to encode map e299 with expected crc 2023-10-14T00:06:00.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:00 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:00.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:00 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:00.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:00 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:06:00.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:00 smithi082 ceph-mon[180771]: osdmap e300: 8 total, 7 up, 8 in 2023-10-14T00:06:01.317 INFO:tasks.rados.rados.0.smithi055.stdout:1274: done (0 left) 2023-10-14T00:06:01.317 INFO:tasks.rados.rados.0.smithi055.stdout:1275: rollback oid 44 current snap is 116 2023-10-14T00:06:01.317 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 44 to 113 2023-10-14T00:06:01.318 INFO:tasks.rados.rados.0.smithi055.stdout:1276: read oid 36 snap -1 2023-10-14T00:06:01.318 INFO:tasks.rados.rados.0.smithi055.stdout:1276: expect (ObjNum 396 snap 110 seq_num 396) 2023-10-14T00:06:01.318 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 1 current snap is 116 2023-10-14T00:06:01.318 INFO:tasks.rados.rados.0.smithi055.stdout:1277: seq_num 411 ranges {1523712=491520,2015232=753664,2768896=688128,3457024=163840} 2023-10-14T00:06:01.328 INFO:tasks.rados.rados.0.smithi055.stdout:1277: writing smithi055169533-1 from 1523712 to 2015232 tid 1 2023-10-14T00:06:01.332 INFO:tasks.rados.rados.0.smithi055.stdout:1277: writing smithi055169533-1 from 2015232 to 2768896 tid 2 2023-10-14T00:06:01.337 INFO:tasks.rados.rados.0.smithi055.stdout:1277: writing smithi055169533-1 from 2768896 to 3457024 tid 3 2023-10-14T00:06:01.338 INFO:tasks.rados.rados.0.smithi055.stdout:1277: writing smithi055169533-1 from 3457024 to 3620864 tid 4 2023-10-14T00:06:01.338 INFO:tasks.rados.rados.0.smithi055.stdout:1278: delete oid 50 current snap is 116 2023-10-14T00:06:01.339 INFO:tasks.rados.rados.0.smithi055.stdout:1275: finishing rollback tid 0 to smithi055169533-44 2023-10-14T00:06:01.339 INFO:tasks.rados.rados.0.smithi055.stdout:1275: finishing rollback tid 1 to smithi055169533-44 2023-10-14T00:06:01.339 INFO:tasks.rados.rados.0.smithi055.stdout:1275: finishing rollback tid 2 to smithi055169533-44 2023-10-14T00:06:01.339 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 44 v 359 (ObjNum 349 snap 93 seq_num 349) dirty exists 2023-10-14T00:06:01.339 INFO:tasks.rados.rados.0.smithi055.stdout:1277: finishing write tid 1 to smithi055169533-1 2023-10-14T00:06:01.340 INFO:tasks.rados.rados.0.smithi055.stdout:1277: finishing write tid 2 to smithi055169533-1 2023-10-14T00:06:01.343 INFO:tasks.rados.rados.0.smithi055.stdout:1277: finishing write tid 3 to smithi055169533-1 2023-10-14T00:06:01.343 INFO:tasks.rados.rados.0.smithi055.stdout:1277: finishing write tid 4 to smithi055169533-1 2023-10-14T00:06:01.343 INFO:tasks.rados.rados.0.smithi055.stdout:1277: finishing write tid 5 to smithi055169533-1 2023-10-14T00:06:01.344 INFO:tasks.rados.rados.0.smithi055.stdout:1277: finishing write tid 6 to smithi055169533-1 2023-10-14T00:06:01.344 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 1 v 520 (ObjNum 411 snap 116 seq_num 411) dirty exists 2023-10-14T00:06:01.344 INFO:tasks.rados.rados.0.smithi055.stdout:1277: left oid 1 (ObjNum 411 snap 116 seq_num 411) 2023-10-14T00:06:01.346 INFO:tasks.rados.rados.0.smithi055.stdout:1275: done (3 left) 2023-10-14T00:06:01.346 INFO:tasks.rados.rados.0.smithi055.stdout:1277: done (2 left) 2023-10-14T00:06:01.346 INFO:tasks.rados.rados.0.smithi055.stdout:1278: done (1 left) 2023-10-14T00:06:01.347 INFO:tasks.rados.rados.0.smithi055.stdout:1279: read oid 48 snap -1 2023-10-14T00:06:01.347 INFO:tasks.rados.rados.0.smithi055.stdout:1279: expect (ObjNum 377 snap 98 seq_num 377) 2023-10-14T00:06:01.347 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 6 current snap is 116 2023-10-14T00:06:01.347 INFO:tasks.rados.rados.0.smithi055.stdout:1280: seq_num 413 ranges {2932736=524288,3457024=516096,3973120=696320,4669440=393216} 2023-10-14T00:06:01.365 INFO:tasks.rados.rados.0.smithi055.stdout:1280: writing smithi055169533-6 from 2932736 to 3457024 tid 1 2023-10-14T00:06:01.369 INFO:tasks.rados.rados.0.smithi055.stdout:1280: writing smithi055169533-6 from 3457024 to 3973120 tid 2 2023-10-14T00:06:01.373 INFO:tasks.rados.rados.0.smithi055.stdout:1280: writing smithi055169533-6 from 3973120 to 4669440 tid 3 2023-10-14T00:06:01.375 INFO:tasks.rados.rados.0.smithi055.stdout:1280: writing smithi055169533-6 from 4669440 to 5062656 tid 4 2023-10-14T00:06:01.376 INFO:tasks.rados.rados.0.smithi055.stdout:1281: snap_create 2023-10-14T00:06:01.376 INFO:tasks.rados.rados.0.smithi055.stdout:1276: expect (ObjNum 396 snap 110 seq_num 396) 2023-10-14T00:06:01.691 INFO:tasks.rados.rados.0.smithi055.stdout:1279: expect (ObjNum 377 snap 98 seq_num 377) 2023-10-14T00:06:01.733 INFO:tasks.rados.rados.0.smithi055.stdout:1280: finishing write tid 1 to smithi055169533-6 2023-10-14T00:06:01.733 INFO:tasks.rados.rados.0.smithi055.stdout:1280: finishing write tid 2 to smithi055169533-6 2023-10-14T00:06:01.733 INFO:tasks.rados.rados.0.smithi055.stdout:1280: finishing write tid 3 to smithi055169533-6 2023-10-14T00:06:01.734 INFO:tasks.rados.rados.0.smithi055.stdout:1280: finishing write tid 4 to smithi055169533-6 2023-10-14T00:06:01.734 INFO:tasks.rados.rados.0.smithi055.stdout:1280: finishing write tid 5 to smithi055169533-6 2023-10-14T00:06:01.734 INFO:tasks.rados.rados.0.smithi055.stdout:1280: finishing write tid 6 to smithi055169533-6 2023-10-14T00:06:01.734 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 6 v 464 (ObjNum 413 snap 116 seq_num 413) dirty exists 2023-10-14T00:06:01.734 INFO:tasks.rados.rados.0.smithi055.stdout:1280: left oid 6 (ObjNum 413 snap 116 seq_num 413) 2023-10-14T00:06:01.736 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:01 smithi055 ceph-mon[185614]: failed to encode map e300 with expected crc 2023-10-14T00:06:01.736 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:01 smithi055 ceph-mon[185614]: failed to encode map e300 with expected crc 2023-10-14T00:06:01.736 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:01 smithi055 ceph-mon[185614]: failed to encode map e300 with expected crc 2023-10-14T00:06:01.737 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:01 smithi055 ceph-mon[185614]: failed to encode map e300 with expected crc 2023-10-14T00:06:01.737 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:01 smithi055 ceph-mon[185614]: failed to encode map e300 with expected crc 2023-10-14T00:06:01.737 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:01 smithi055 ceph-mon[185614]: pgmap v161: 121 pgs: 10 active+undersized+degraded, 27 active+undersized, 84 active+clean; 208 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.3 MiB/s wr, 11 op/s; 54/321 objects degraded (16.822%) 2023-10-14T00:06:01.737 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:01 smithi055 ceph-mon[185614]: osdmap e301: 8 total, 7 up, 8 in 2023-10-14T00:06:01.737 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:01 smithi055 ceph-mon[183057]: failed to encode map e300 with expected crc 2023-10-14T00:06:01.738 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:01 smithi055 ceph-mon[183057]: failed to encode map e300 with expected crc 2023-10-14T00:06:01.738 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:01 smithi055 ceph-mon[183057]: failed to encode map e300 with expected crc 2023-10-14T00:06:01.738 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:01 smithi055 ceph-mon[183057]: failed to encode map e300 with expected crc 2023-10-14T00:06:01.738 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:01 smithi055 ceph-mon[183057]: failed to encode map e300 with expected crc 2023-10-14T00:06:01.738 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:01 smithi055 ceph-mon[183057]: pgmap v161: 121 pgs: 10 active+undersized+degraded, 27 active+undersized, 84 active+clean; 208 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.3 MiB/s wr, 11 op/s; 54/321 objects degraded (16.822%) 2023-10-14T00:06:01.739 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:01 smithi055 ceph-mon[183057]: osdmap e301: 8 total, 7 up, 8 in 2023-10-14T00:06:01.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:01 smithi082 ceph-mon[180771]: failed to encode map e300 with expected crc 2023-10-14T00:06:01.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:01 smithi082 ceph-mon[180771]: failed to encode map e300 with expected crc 2023-10-14T00:06:01.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:01 smithi082 ceph-mon[180771]: failed to encode map e300 with expected crc 2023-10-14T00:06:01.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:01 smithi082 ceph-mon[180771]: failed to encode map e300 with expected crc 2023-10-14T00:06:01.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:01 smithi082 ceph-mon[180771]: failed to encode map e300 with expected crc 2023-10-14T00:06:01.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:01 smithi082 ceph-mon[180771]: pgmap v161: 121 pgs: 10 active+undersized+degraded, 27 active+undersized, 84 active+clean; 208 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.3 MiB/s wr, 11 op/s; 54/321 objects degraded (16.822%) 2023-10-14T00:06:01.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:01 smithi082 ceph-mon[180771]: osdmap e301: 8 total, 7 up, 8 in 2023-10-14T00:06:02.318 INFO:tasks.rados.rados.0.smithi055.stdout:1276: done (3 left) 2023-10-14T00:06:02.318 INFO:tasks.rados.rados.0.smithi055.stdout:1279: done (2 left) 2023-10-14T00:06:02.319 INFO:tasks.rados.rados.0.smithi055.stdout:1280: done (1 left) 2023-10-14T00:06:02.319 INFO:tasks.rados.rados.0.smithi055.stdout:1281: done (0 left) 2023-10-14T00:06:02.319 INFO:tasks.rados.rados.0.smithi055.stdout:1282: read oid 49 snap -1 2023-10-14T00:06:02.319 INFO:tasks.rados.rados.0.smithi055.stdout:1282: expect (ObjNum 334 snap 85 seq_num 334) 2023-10-14T00:06:02.319 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 45 current snap is 117 2023-10-14T00:06:02.320 INFO:tasks.rados.rados.0.smithi055.stdout:1283: seq_num 414 ranges {2523136=540672,3063808=802816,3866624=458752,4325376=344064} 2023-10-14T00:06:02.335 INFO:tasks.rados.rados.0.smithi055.stdout:1283: writing smithi055169533-45 from 2523136 to 3063808 tid 1 2023-10-14T00:06:02.340 INFO:tasks.rados.rados.0.smithi055.stdout:1283: writing smithi055169533-45 from 3063808 to 3866624 tid 2 2023-10-14T00:06:02.343 INFO:tasks.rados.rados.0.smithi055.stdout:1283: writing smithi055169533-45 from 3866624 to 4325376 tid 3 2023-10-14T00:06:02.345 INFO:tasks.rados.rados.0.smithi055.stdout:1283: writing smithi055169533-45 from 4325376 to 4669440 tid 4 2023-10-14T00:06:02.345 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 18 current snap is 117 2023-10-14T00:06:02.345 INFO:tasks.rados.rados.0.smithi055.stdout:1284: seq_num 415 ranges {5373952=557056,5931008=688128,6619136=663552,7282688=253952} 2023-10-14T00:06:02.378 INFO:tasks.rados.rados.0.smithi055.stdout:1284: writing smithi055169533-18 from 5373952 to 5931008 tid 1 2023-10-14T00:06:02.383 INFO:tasks.rados.rados.0.smithi055.stdout:1284: writing smithi055169533-18 from 5931008 to 6619136 tid 2 2023-10-14T00:06:02.387 INFO:tasks.rados.rados.0.smithi055.stdout:1284: writing smithi055169533-18 from 6619136 to 7282688 tid 3 2023-10-14T00:06:02.388 INFO:tasks.rados.rados.0.smithi055.stdout:1284: writing smithi055169533-18 from 7282688 to 7536640 tid 4 2023-10-14T00:06:02.389 INFO:tasks.rados.rados.0.smithi055.stdout:1285: rollback oid 27 current snap is 117 2023-10-14T00:06:02.389 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 27 to 115 2023-10-14T00:06:02.389 INFO:tasks.rados.rados.0.smithi055.stdout:1282: expect (ObjNum 334 snap 85 seq_num 334) 2023-10-14T00:06:02.507 INFO:tasks.rados.rados.0.smithi055.stdout:1283: finishing write tid 1 to smithi055169533-45 2023-10-14T00:06:02.508 INFO:tasks.rados.rados.0.smithi055.stdout:1283: finishing write tid 2 to smithi055169533-45 2023-10-14T00:06:02.508 INFO:tasks.rados.rados.0.smithi055.stdout:1283: finishing write tid 3 to smithi055169533-45 2023-10-14T00:06:02.508 INFO:tasks.rados.rados.0.smithi055.stdout:1283: finishing write tid 4 to smithi055169533-45 2023-10-14T00:06:02.508 INFO:tasks.rados.rados.0.smithi055.stdout:1283: finishing write tid 5 to smithi055169533-45 2023-10-14T00:06:02.509 INFO:tasks.rados.rados.0.smithi055.stdout:1283: finishing write tid 6 to smithi055169533-45 2023-10-14T00:06:02.509 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 45 v 364 (ObjNum 414 snap 117 seq_num 414) dirty exists 2023-10-14T00:06:02.509 INFO:tasks.rados.rados.0.smithi055.stdout:1283: left oid 45 (ObjNum 414 snap 117 seq_num 414) 2023-10-14T00:06:02.509 INFO:tasks.rados.rados.0.smithi055.stdout:1284: finishing write tid 1 to smithi055169533-18 2023-10-14T00:06:02.509 INFO:tasks.rados.rados.0.smithi055.stdout:1284: finishing write tid 2 to smithi055169533-18 2023-10-14T00:06:02.510 INFO:tasks.rados.rados.0.smithi055.stdout:1285: finishing rollback tid 1 to smithi055169533-27 2023-10-14T00:06:02.510 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 27 v 595 (ObjNum 65 snap 0 seq_num 1718642014) dirty dne 2023-10-14T00:06:02.510 INFO:tasks.rados.rados.0.smithi055.stdout:1284: finishing write tid 3 to smithi055169533-18 2023-10-14T00:06:02.510 INFO:tasks.rados.rados.0.smithi055.stdout:1282: done (3 left) 2023-10-14T00:06:02.510 INFO:tasks.rados.rados.0.smithi055.stdout:1283: done (2 left) 2023-10-14T00:06:02.510 INFO:tasks.rados.rados.0.smithi055.stdout:1285: done (1 left) 2023-10-14T00:06:02.511 INFO:tasks.rados.rados.0.smithi055.stdout:1286: read oid 50 snap -1 2023-10-14T00:06:02.511 INFO:tasks.rados.rados.0.smithi055.stdout:1286: expect deleted 2023-10-14T00:06:02.511 INFO:tasks.rados.rados.0.smithi055.stdout:1284: finishing write tid 4 to smithi055169533-18 2023-10-14T00:06:02.511 INFO:tasks.rados.rados.0.smithi055.stdout:1284: finishing write tid 5 to smithi055169533-18 2023-10-14T00:06:02.511 INFO:tasks.rados.rados.0.smithi055.stdout:1284: finishing write tid 6 to smithi055169533-18 2023-10-14T00:06:02.512 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 18 v 597 (ObjNum 415 snap 117 seq_num 415) dirty exists 2023-10-14T00:06:02.512 INFO:tasks.rados.rados.0.smithi055.stdout:1284: left oid 18 (ObjNum 415 snap 117 seq_num 415) 2023-10-14T00:06:02.512 INFO:tasks.rados.rados.0.smithi055.stdout:1287: read oid 22 snap -1 2023-10-14T00:06:02.512 INFO:tasks.rados.rados.0.smithi055.stdout:1287: expect deleted 2023-10-14T00:06:02.512 INFO:tasks.rados.rados.0.smithi055.stdout:1284: done (2 left) 2023-10-14T00:06:02.513 INFO:tasks.rados.rados.0.smithi055.stdout:1288: read oid 29 snap 108 2023-10-14T00:06:02.513 INFO:tasks.rados.rados.0.smithi055.stdout:1288: expect deleted 2023-10-14T00:06:02.513 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 4 current snap is 117 2023-10-14T00:06:02.513 INFO:tasks.rados.rados.0.smithi055.stdout:1289: seq_num 416 ranges {6029312=573440,6602752=573440,7176192=475136,7651328=557056} 2023-10-14T00:06:02.544 INFO:tasks.rados.rados.0.smithi055.stdout:1289: writing smithi055169533-4 from 6029312 to 6602752 tid 1 2023-10-14T00:06:02.547 INFO:tasks.rados.rados.0.smithi055.stdout:1289: writing smithi055169533-4 from 6602752 to 7176192 tid 2 2023-10-14T00:06:02.550 INFO:tasks.rados.rados.0.smithi055.stdout:1289: writing smithi055169533-4 from 7176192 to 7651328 tid 3 2023-10-14T00:06:02.554 INFO:tasks.rados.rados.0.smithi055.stdout:1289: writing smithi055169533-4 from 7651328 to 8208384 tid 4 2023-10-14T00:06:02.554 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 25 current snap is 117 2023-10-14T00:06:02.554 INFO:tasks.rados.rados.0.smithi055.stdout:1289: finishing write tid 1 to smithi055169533-4 2023-10-14T00:06:02.555 INFO:tasks.rados.rados.0.smithi055.stdout:1289: finishing write tid 2 to smithi055169533-4 2023-10-14T00:06:02.555 INFO:tasks.rados.rados.0.smithi055.stdout:1289: finishing write tid 3 to smithi055169533-4 2023-10-14T00:06:02.555 INFO:tasks.rados.rados.0.smithi055.stdout:1290: seq_num 417 ranges {0=589824,589824=458752,1048576=679936,1728512=466944} 2023-10-14T00:06:02.558 INFO:tasks.rados.rados.0.smithi055.stdout:1290: writing smithi055169533-25 from 0 to 589824 tid 1 2023-10-14T00:06:02.561 INFO:tasks.rados.rados.0.smithi055.stdout:1290: writing smithi055169533-25 from 589824 to 1048576 tid 2 2023-10-14T00:06:02.565 INFO:tasks.rados.rados.0.smithi055.stdout:1290: writing smithi055169533-25 from 1048576 to 1728512 tid 3 2023-10-14T00:06:02.568 INFO:tasks.rados.rados.0.smithi055.stdout:1290: writing smithi055169533-25 from 1728512 to 2195456 tid 4 2023-10-14T00:06:02.569 INFO:tasks.rados.rados.0.smithi055.stdout:1286: done (4 left) 2023-10-14T00:06:02.569 INFO:tasks.rados.rados.0.smithi055.stdout:1287: done (3 left) 2023-10-14T00:06:02.569 INFO:tasks.rados.rados.0.smithi055.stdout:1288: done (2 left) 2023-10-14T00:06:02.569 INFO:tasks.rados.rados.0.smithi055.stdout:1289: finishing write tid 4 to smithi055169533-4 2023-10-14T00:06:02.570 INFO:tasks.rados.rados.0.smithi055.stdout:1289: finishing write tid 5 to smithi055169533-4 2023-10-14T00:06:02.570 INFO:tasks.rados.rados.0.smithi055.stdout:1289: finishing write tid 6 to smithi055169533-4 2023-10-14T00:06:02.570 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 4 v 603 (ObjNum 416 snap 117 seq_num 416) dirty exists 2023-10-14T00:06:02.570 INFO:tasks.rados.rados.0.smithi055.stdout:1289: left oid 4 (ObjNum 416 snap 117 seq_num 416) 2023-10-14T00:06:02.570 INFO:tasks.rados.rados.0.smithi055.stdout:1290: finishing write tid 1 to smithi055169533-25 2023-10-14T00:06:02.571 INFO:tasks.rados.rados.0.smithi055.stdout:1290: finishing write tid 2 to smithi055169533-25 2023-10-14T00:06:02.571 INFO:tasks.rados.rados.0.smithi055.stdout:1290: finishing write tid 3 to smithi055169533-25 2023-10-14T00:06:02.571 INFO:tasks.rados.rados.0.smithi055.stdout:1291: read oid 3 snap -1 2023-10-14T00:06:02.571 INFO:tasks.rados.rados.0.smithi055.stdout:1291: expect (ObjNum 408 snap 114 seq_num 408) 2023-10-14T00:06:02.571 INFO:tasks.rados.rados.0.smithi055.stdout:1289: done (2 left) 2023-10-14T00:06:02.572 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 14 current snap is 117 2023-10-14T00:06:02.572 INFO:tasks.rados.rados.0.smithi055.stdout:1292: seq_num 418 ranges {3194880=606208,3801088=737280,4538368=434176,4972544=434176} 2023-10-14T00:06:02.591 INFO:tasks.rados.rados.0.smithi055.stdout:1292: writing smithi055169533-14 from 3194880 to 3801088 tid 1 2023-10-14T00:06:02.595 INFO:tasks.rados.rados.0.smithi055.stdout:1292: writing smithi055169533-14 from 3801088 to 4538368 tid 2 2023-10-14T00:06:02.598 INFO:tasks.rados.rados.0.smithi055.stdout:1292: writing smithi055169533-14 from 4538368 to 4972544 tid 3 2023-10-14T00:06:02.601 INFO:tasks.rados.rados.0.smithi055.stdout:1292: writing smithi055169533-14 from 4972544 to 5406720 tid 4 2023-10-14T00:06:02.601 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 12 current snap is 117 2023-10-14T00:06:02.601 INFO:tasks.rados.rados.0.smithi055.stdout:1290: finishing write tid 4 to smithi055169533-25 2023-10-14T00:06:02.602 INFO:tasks.rados.rados.0.smithi055.stdout:1290: finishing write tid 5 to smithi055169533-25 2023-10-14T00:06:02.602 INFO:tasks.rados.rados.0.smithi055.stdout:1290: finishing write tid 6 to smithi055169533-25 2023-10-14T00:06:02.602 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 25 v 337 (ObjNum 417 snap 117 seq_num 417) dirty exists 2023-10-14T00:06:02.602 INFO:tasks.rados.rados.0.smithi055.stdout:1290: left oid 25 (ObjNum 417 snap 117 seq_num 417) 2023-10-14T00:06:02.602 INFO:tasks.rados.rados.0.smithi055.stdout:1291: expect (ObjNum 408 snap 114 seq_num 408) 2023-10-14T00:06:02.794 INFO:tasks.rados.rados.0.smithi055.stdout:1292: finishing write tid 1 to smithi055169533-14 2023-10-14T00:06:02.794 INFO:tasks.rados.rados.0.smithi055.stdout:1292: finishing write tid 2 to smithi055169533-14 2023-10-14T00:06:02.794 INFO:tasks.rados.rados.0.smithi055.stdout:1292: finishing write tid 3 to smithi055169533-14 2023-10-14T00:06:02.795 INFO:tasks.rados.rados.0.smithi055.stdout:1292: finishing write tid 4 to smithi055169533-14 2023-10-14T00:06:02.795 INFO:tasks.rados.rados.0.smithi055.stdout:1292: finishing write tid 5 to smithi055169533-14 2023-10-14T00:06:02.795 INFO:tasks.rados.rados.0.smithi055.stdout:1292: finishing write tid 6 to smithi055169533-14 2023-10-14T00:06:02.795 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 14 v 469 (ObjNum 418 snap 117 seq_num 418) dirty exists 2023-10-14T00:06:02.795 INFO:tasks.rados.rados.0.smithi055.stdout:1292: left oid 14 (ObjNum 418 snap 117 seq_num 418) 2023-10-14T00:06:02.796 INFO:tasks.rados.rados.0.smithi055.stdout:1293: seq_num 419 ranges {2793472=622592,3416064=671744,4087808=647168,4734976=286720} 2023-10-14T00:06:02.813 INFO:tasks.rados.rados.0.smithi055.stdout:1293: writing smithi055169533-12 from 2793472 to 3416064 tid 1 2023-10-14T00:06:02.817 INFO:tasks.rados.rados.0.smithi055.stdout:1293: writing smithi055169533-12 from 3416064 to 4087808 tid 2 2023-10-14T00:06:02.821 INFO:tasks.rados.rados.0.smithi055.stdout:1293: writing smithi055169533-12 from 4087808 to 4734976 tid 3 2023-10-14T00:06:02.823 INFO:tasks.rados.rados.0.smithi055.stdout:1293: writing smithi055169533-12 from 4734976 to 5021696 tid 4 2023-10-14T00:06:02.824 INFO:tasks.rados.rados.0.smithi055.stdout:1290: done (3 left) 2023-10-14T00:06:02.824 INFO:tasks.rados.rados.0.smithi055.stdout:1291: done (2 left) 2023-10-14T00:06:02.824 INFO:tasks.rados.rados.0.smithi055.stdout:1292: done (1 left) 2023-10-14T00:06:02.824 INFO:tasks.rados.rados.0.smithi055.stdout:1294: rmattr oid 49 current snap is 117 2023-10-14T00:06:02.824 INFO:tasks.rados.rados.0.smithi055.stdout:1294: done (1 left) 2023-10-14T00:06:02.825 INFO:tasks.rados.rados.0.smithi055.stdout:1295: delete oid 4 current snap is 117 2023-10-14T00:06:02.825 INFO:tasks.rados.rados.0.smithi055.stdout:1293: finishing write tid 1 to smithi055169533-12 2023-10-14T00:06:02.825 INFO:tasks.rados.rados.0.smithi055.stdout:1293: finishing write tid 2 to smithi055169533-12 2023-10-14T00:06:02.826 INFO:tasks.rados.rados.0.smithi055.stdout:1295: done (1 left) 2023-10-14T00:06:02.826 INFO:tasks.rados.rados.0.smithi055.stdout:1296: snap_create 2023-10-14T00:06:02.826 INFO:tasks.rados.rados.0.smithi055.stdout:1293: finishing write tid 3 to smithi055169533-12 2023-10-14T00:06:02.826 INFO:tasks.rados.rados.0.smithi055.stdout:1293: finishing write tid 4 to smithi055169533-12 2023-10-14T00:06:02.826 INFO:tasks.rados.rados.0.smithi055.stdout:1293: finishing write tid 5 to smithi055169533-12 2023-10-14T00:06:02.827 INFO:tasks.rados.rados.0.smithi055.stdout:1293: finishing write tid 6 to smithi055169533-12 2023-10-14T00:06:02.827 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 12 v 462 (ObjNum 419 snap 117 seq_num 419) dirty exists 2023-10-14T00:06:02.827 INFO:tasks.rados.rados.0.smithi055.stdout:1293: left oid 12 (ObjNum 419 snap 117 seq_num 419) 2023-10-14T00:06:02.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:02 smithi082 ceph-mon[180771]: failed to encode map e301 with expected crc 2023-10-14T00:06:02.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:02 smithi082 ceph-mon[180771]: failed to encode map e301 with expected crc 2023-10-14T00:06:02.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:02 smithi082 ceph-mon[180771]: Health check failed: Degraded data redundancy: 54/321 objects degraded (16.822%), 10 pgs degraded (PG_DEGRADED) 2023-10-14T00:06:02.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:02 smithi082 ceph-mon[180771]: osdmap e302: 8 total, 7 up, 8 in 2023-10-14T00:06:02.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:02 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:02.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:02 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:03.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:02 smithi055 ceph-mon[185614]: failed to encode map e301 with expected crc 2023-10-14T00:06:03.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:02 smithi055 ceph-mon[185614]: failed to encode map e301 with expected crc 2023-10-14T00:06:03.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:02 smithi055 ceph-mon[185614]: Health check failed: Degraded data redundancy: 54/321 objects degraded (16.822%), 10 pgs degraded (PG_DEGRADED) 2023-10-14T00:06:03.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:02 smithi055 ceph-mon[185614]: osdmap e302: 8 total, 7 up, 8 in 2023-10-14T00:06:03.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:02 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:03.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:02 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:03.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:02 smithi055 ceph-mon[183057]: failed to encode map e301 with expected crc 2023-10-14T00:06:03.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:02 smithi055 ceph-mon[183057]: failed to encode map e301 with expected crc 2023-10-14T00:06:03.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:02 smithi055 ceph-mon[183057]: Health check failed: Degraded data redundancy: 54/321 objects degraded (16.822%), 10 pgs degraded (PG_DEGRADED) 2023-10-14T00:06:03.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:02 smithi055 ceph-mon[183057]: osdmap e302: 8 total, 7 up, 8 in 2023-10-14T00:06:03.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:02 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:03.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:02 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:03.516 INFO:journalctl@ceph.osd.2.smithi055.stdout:Oct 14 00:06:03 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-2[204443]: 2023-10-14T00:06:03.254+0000 7fc9b125f640 -1 osd.2 0 read_superblock omap replica is missing. 2023-10-14T00:06:03.517 INFO:journalctl@ceph.osd.2.smithi055.stdout:Oct 14 00:06:03 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-2[204443]: 2023-10-14T00:06:03.307+0000 7fc9b125f640 -1 osd.2 295 log_to_monitors true 2023-10-14T00:06:03.586 INFO:tasks.rados.rados.0.smithi055.stdout:1293: done (1 left) 2023-10-14T00:06:03.587 INFO:tasks.rados.rados.0.smithi055.stdout:1296: done (0 left) 2023-10-14T00:06:03.587 INFO:tasks.rados.rados.0.smithi055.stdout:1297: read oid 10 snap -1 2023-10-14T00:06:03.587 INFO:tasks.rados.rados.0.smithi055.stdout:1297: expect (ObjNum 394 snap 110 seq_num 394) 2023-10-14T00:06:03.588 INFO:tasks.rados.rados.0.smithi055.stdout:1298: delete oid 19 current snap is 118 2023-10-14T00:06:03.591 INFO:tasks.rados.rados.0.smithi055.stdout:1298: done (1 left) 2023-10-14T00:06:03.591 INFO:tasks.rados.rados.0.smithi055.stdout:1299: delete oid 5 current snap is 118 2023-10-14T00:06:03.599 INFO:tasks.rados.rados.0.smithi055.stdout:1299: done (1 left) 2023-10-14T00:06:03.599 INFO:tasks.rados.rados.0.smithi055.stdout:1300: read oid 9 snap -1 2023-10-14T00:06:03.599 INFO:tasks.rados.rados.0.smithi055.stdout:1300: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:06:03.600 INFO:tasks.rados.rados.0.smithi055.stdout:1301: rollback oid 46 current snap is 118 2023-10-14T00:06:03.601 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 46 to 107 2023-10-14T00:06:03.601 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 29 current snap is 118 2023-10-14T00:06:03.601 INFO:tasks.rados.rados.0.smithi055.stdout:1302: seq_num 423 ranges {0=688128,688128=614400,1302528=622592,1925120=368640} 2023-10-14T00:06:03.610 INFO:tasks.rados.rados.0.smithi055.stdout:1302: writing smithi055169533-29 from 0 to 688128 tid 1 2023-10-14T00:06:03.610 INFO:tasks.rados.rados.0.smithi055.stdout:1302: writing smithi055169533-29 from 688128 to 1302528 tid 2 2023-10-14T00:06:03.613 INFO:tasks.rados.rados.0.smithi055.stdout:1302: writing smithi055169533-29 from 1302528 to 1925120 tid 3 2023-10-14T00:06:03.616 INFO:tasks.rados.rados.0.smithi055.stdout:1302: writing smithi055169533-29 from 1925120 to 2293760 tid 4 2023-10-14T00:06:03.616 INFO:tasks.rados.rados.0.smithi055.stdout:1303: read oid 31 snap -1 2023-10-14T00:06:03.617 INFO:tasks.rados.rados.0.smithi055.stdout:1303: expect deleted 2023-10-14T00:06:03.617 INFO:tasks.rados.rados.0.smithi055.stdout:1304: read oid 16 snap 117 2023-10-14T00:06:03.617 INFO:tasks.rados.rados.0.smithi055.stdout:1304: expect (ObjNum 400 snap 111 seq_num 400) 2023-10-14T00:06:03.617 INFO:tasks.rados.rados.0.smithi055.stdout:1305: rmattr oid 8 current snap is 118 2023-10-14T00:06:03.618 INFO:tasks.rados.rados.0.smithi055.stdout:1305: done (6 left) 2023-10-14T00:06:03.618 INFO:tasks.rados.rados.0.smithi055.stdout:1306: snap_remove snap 113 2023-10-14T00:06:03.863 INFO:journalctl@ceph.osd.2.smithi055.stdout:Oct 14 00:06:03 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-2[204443]: 2023-10-14T00:06:03.615+0000 7fc9a26cc700 -1 osd.2 295 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-10-14T00:06:03.864 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:03 smithi055 ceph-mon[185614]: failed to encode map e301 with expected crc 2023-10-14T00:06:03.864 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:03 smithi055 ceph-mon[185614]: failed to encode map e302 with expected crc 2023-10-14T00:06:03.864 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:03 smithi055 ceph-mon[185614]: failed to encode map e302 with expected crc 2023-10-14T00:06:03.865 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:03 smithi055 ceph-mon[185614]: pgmap v164: 121 pgs: 10 active+undersized+degraded, 27 active+undersized, 84 active+clean; 208 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.3 MiB/s wr, 11 op/s; 54/321 objects degraded (16.822%) 2023-10-14T00:06:03.865 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:03 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:03.865 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:03 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:03.865 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:03 smithi055 ceph-mon[185614]: from='osd.2 [v2:172.21.15.55:6818/3899997429,v1:172.21.15.55:6819/3899997429]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-14T00:06:03.866 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:03 smithi055 ceph-mon[183057]: failed to encode map e301 with expected crc 2023-10-14T00:06:03.866 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:03 smithi055 ceph-mon[183057]: failed to encode map e302 with expected crc 2023-10-14T00:06:03.866 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:03 smithi055 ceph-mon[183057]: failed to encode map e302 with expected crc 2023-10-14T00:06:03.866 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:03 smithi055 ceph-mon[183057]: pgmap v164: 121 pgs: 10 active+undersized+degraded, 27 active+undersized, 84 active+clean; 208 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.3 MiB/s wr, 11 op/s; 54/321 objects degraded (16.822%) 2023-10-14T00:06:03.866 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:03 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:03.867 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:03 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:03.867 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:03 smithi055 ceph-mon[183057]: from='osd.2 [v2:172.21.15.55:6818/3899997429,v1:172.21.15.55:6819/3899997429]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-14T00:06:03.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:03 smithi082 ceph-mon[180771]: failed to encode map e301 with expected crc 2023-10-14T00:06:03.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:03 smithi082 ceph-mon[180771]: failed to encode map e302 with expected crc 2023-10-14T00:06:03.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:03 smithi082 ceph-mon[180771]: failed to encode map e302 with expected crc 2023-10-14T00:06:03.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:03 smithi082 ceph-mon[180771]: pgmap v164: 121 pgs: 10 active+undersized+degraded, 27 active+undersized, 84 active+clean; 208 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 3.1 MiB/s rd, 2.3 MiB/s wr, 11 op/s; 54/321 objects degraded (16.822%) 2023-10-14T00:06:03.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:03 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:03.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:03 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:03.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:03 smithi082 ceph-mon[180771]: from='osd.2 [v2:172.21.15.55:6818/3899997429,v1:172.21.15.55:6819/3899997429]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-14T00:06:04.609 INFO:tasks.rados.rados.0.smithi055.stdout:1306: done (6 left) 2023-10-14T00:06:04.610 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 49 current snap is 118 2023-10-14T00:06:04.610 INFO:tasks.rados.rados.0.smithi055.stdout:1307: seq_num 424 ranges {2932736=704512,3637248=491520,4128768=434176,4562944=679936} 2023-10-14T00:06:04.632 INFO:tasks.rados.rados.0.smithi055.stdout:1307: writing smithi055169533-49 from 2932736 to 3637248 tid 1 2023-10-14T00:06:04.637 INFO:tasks.rados.rados.0.smithi055.stdout:1307: writing smithi055169533-49 from 3637248 to 4128768 tid 2 2023-10-14T00:06:04.639 INFO:tasks.rados.rados.0.smithi055.stdout:1307: writing smithi055169533-49 from 4128768 to 4562944 tid 3 2023-10-14T00:06:04.644 INFO:tasks.rados.rados.0.smithi055.stdout:1307: writing smithi055169533-49 from 4562944 to 5242880 tid 4 2023-10-14T00:06:04.648 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 47 current snap is 118 2023-10-14T00:06:04.648 INFO:tasks.rados.rados.0.smithi055.stdout:1308: seq_num 425 ranges {0=720896,720896=778240,1499136=638976,2138112=188416} 2023-10-14T00:06:04.649 INFO:tasks.rados.rados.0.smithi055.stdout:1308: writing smithi055169533-47 from 0 to 720896 tid 1 2023-10-14T00:06:04.654 INFO:tasks.rados.rados.0.smithi055.stdout:1308: writing smithi055169533-47 from 720896 to 1499136 tid 2 2023-10-14T00:06:04.658 INFO:tasks.rados.rados.0.smithi055.stdout:1308: writing smithi055169533-47 from 1499136 to 2138112 tid 3 2023-10-14T00:06:04.659 INFO:tasks.rados.rados.0.smithi055.stdout:1308: writing smithi055169533-47 from 2138112 to 2326528 tid 4 2023-10-14T00:06:04.660 INFO:tasks.rados.rados.0.smithi055.stdout:1309: rollback oid 2 current snap is 118 2023-10-14T00:06:04.660 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 2 to 116 2023-10-14T00:06:04.660 INFO:tasks.rados.rados.0.smithi055.stdout:1300: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:06:04.661 INFO:tasks.rados.rados.0.smithi055.stdout:1301: finishing rollback tid 0 to smithi055169533-46 2023-10-14T00:06:04.661 INFO:tasks.rados.rados.0.smithi055.stdout:1301: finishing rollback tid 1 to smithi055169533-46 2023-10-14T00:06:04.662 INFO:tasks.rados.rados.0.smithi055.stdout:1301: finishing rollback tid 2 to smithi055169533-46 2023-10-14T00:06:04.662 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 46 v 342 (ObjNum 385 snap 103 seq_num 385) dirty exists 2023-10-14T00:06:04.662 INFO:tasks.rados.rados.0.smithi055.stdout:1302: finishing write tid 1 to smithi055169533-29 2023-10-14T00:06:04.663 INFO:tasks.rados.rados.0.smithi055.stdout:1302: finishing write tid 2 to smithi055169533-29 2023-10-14T00:06:04.663 INFO:tasks.rados.rados.0.smithi055.stdout:1302: finishing write tid 3 to smithi055169533-29 2023-10-14T00:06:04.663 INFO:tasks.rados.rados.0.smithi055.stdout:1302: finishing write tid 4 to smithi055169533-29 2023-10-14T00:06:04.663 INFO:tasks.rados.rados.0.smithi055.stdout:1302: finishing write tid 5 to smithi055169533-29 2023-10-14T00:06:04.663 INFO:tasks.rados.rados.0.smithi055.stdout:1297: expect (ObjNum 394 snap 110 seq_num 394) 2023-10-14T00:06:04.857 INFO:tasks.rados.rados.0.smithi055.stdout:1302: finishing write tid 6 to smithi055169533-29 2023-10-14T00:06:04.857 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 29 v 243 (ObjNum 423 snap 118 seq_num 423) dirty exists 2023-10-14T00:06:04.857 INFO:tasks.rados.rados.0.smithi055.stdout:1302: left oid 29 (ObjNum 423 snap 118 seq_num 423) 2023-10-14T00:06:04.858 INFO:tasks.rados.rados.0.smithi055.stdout:1304: expect (ObjNum 400 snap 111 seq_num 400) 2023-10-14T00:06:04.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:04 smithi082 ceph-mon[180771]: from='osd.2 [v2:172.21.15.55:6818/3899997429,v1:172.21.15.55:6819/3899997429]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-10-14T00:06:04.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:04 smithi082 ceph-mon[180771]: failed to encode map e303 with expected crc 2023-10-14T00:06:04.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:04 smithi082 ceph-mon[180771]: failed to encode map e303 with expected crc 2023-10-14T00:06:04.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:04 smithi082 ceph-mon[180771]: osdmap e303: 8 total, 7 up, 8 in 2023-10-14T00:06:04.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:04 smithi082 ceph-mon[180771]: from='osd.2 [v2:172.21.15.55:6818/3899997429,v1:172.21.15.55:6819/3899997429]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2023-10-14T00:06:04.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:04 smithi082 ceph-mon[180771]: failed to encode map e303 with expected crc 2023-10-14T00:06:05.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:04 smithi055 ceph-mon[185614]: from='osd.2 [v2:172.21.15.55:6818/3899997429,v1:172.21.15.55:6819/3899997429]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-10-14T00:06:05.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:04 smithi055 ceph-mon[185614]: failed to encode map e303 with expected crc 2023-10-14T00:06:05.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:04 smithi055 ceph-mon[185614]: failed to encode map e303 with expected crc 2023-10-14T00:06:05.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:04 smithi055 ceph-mon[185614]: osdmap e303: 8 total, 7 up, 8 in 2023-10-14T00:06:05.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:04 smithi055 ceph-mon[185614]: from='osd.2 [v2:172.21.15.55:6818/3899997429,v1:172.21.15.55:6819/3899997429]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2023-10-14T00:06:05.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:04 smithi055 ceph-mon[185614]: failed to encode map e303 with expected crc 2023-10-14T00:06:05.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:04 smithi055 ceph-mon[183057]: from='osd.2 [v2:172.21.15.55:6818/3899997429,v1:172.21.15.55:6819/3899997429]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-10-14T00:06:05.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:04 smithi055 ceph-mon[183057]: failed to encode map e303 with expected crc 2023-10-14T00:06:05.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:04 smithi055 ceph-mon[183057]: failed to encode map e303 with expected crc 2023-10-14T00:06:05.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:04 smithi055 ceph-mon[183057]: osdmap e303: 8 total, 7 up, 8 in 2023-10-14T00:06:05.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:04 smithi055 ceph-mon[183057]: from='osd.2 [v2:172.21.15.55:6818/3899997429,v1:172.21.15.55:6819/3899997429]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2023-10-14T00:06:05.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:04 smithi055 ceph-mon[183057]: failed to encode map e303 with expected crc 2023-10-14T00:06:05.021 INFO:tasks.rados.rados.0.smithi055.stdout:1297: done (8 left) 2023-10-14T00:06:05.021 INFO:tasks.rados.rados.0.smithi055.stdout:1300: done (7 left) 2023-10-14T00:06:05.021 INFO:tasks.rados.rados.0.smithi055.stdout:1301: done (6 left) 2023-10-14T00:06:05.021 INFO:tasks.rados.rados.0.smithi055.stdout:1302: done (5 left) 2023-10-14T00:06:05.022 INFO:tasks.rados.rados.0.smithi055.stdout:1303: done (4 left) 2023-10-14T00:06:05.022 INFO:tasks.rados.rados.0.smithi055.stdout:1304: done (3 left) 2023-10-14T00:06:05.022 INFO:tasks.rados.rados.0.smithi055.stdout:1310: rollback oid 8 current snap is 118 2023-10-14T00:06:05.022 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 8 to 108 2023-10-14T00:06:05.022 INFO:tasks.rados.rados.0.smithi055.stdout:1308: finishing write tid 1 to smithi055169533-47 2023-10-14T00:06:05.023 INFO:tasks.rados.rados.0.smithi055.stdout:1308: finishing write tid 2 to smithi055169533-47 2023-10-14T00:06:05.023 INFO:tasks.rados.rados.0.smithi055.stdout:1308: finishing write tid 3 to smithi055169533-47 2023-10-14T00:06:05.023 INFO:tasks.rados.rados.0.smithi055.stdout:1308: finishing write tid 4 to smithi055169533-47 2023-10-14T00:06:05.023 INFO:tasks.rados.rados.0.smithi055.stdout:1308: finishing write tid 5 to smithi055169533-47 2023-10-14T00:06:05.023 INFO:tasks.rados.rados.0.smithi055.stdout:1309: finishing rollback tid 0 to smithi055169533-2 2023-10-14T00:06:05.024 INFO:tasks.rados.rados.0.smithi055.stdout:1308: finishing write tid 6 to smithi055169533-47 2023-10-14T00:06:05.024 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 47 v 467 (ObjNum 425 snap 118 seq_num 425) dirty exists 2023-10-14T00:06:05.024 INFO:tasks.rados.rados.0.smithi055.stdout:1308: left oid 47 (ObjNum 425 snap 118 seq_num 425) 2023-10-14T00:06:05.024 INFO:tasks.rados.rados.0.smithi055.stdout:1309: finishing rollback tid 1 to smithi055169533-2 2023-10-14T00:06:05.024 INFO:tasks.rados.rados.0.smithi055.stdout:1309: finishing rollback tid 2 to smithi055169533-2 2023-10-14T00:06:05.025 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 2 v 408 (ObjNum 308 snap 79 seq_num 308) dirty exists 2023-10-14T00:06:05.025 INFO:tasks.rados.rados.0.smithi055.stdout:1308: done (3 left) 2023-10-14T00:06:05.025 INFO:tasks.rados.rados.0.smithi055.stdout:1309: done (2 left) 2023-10-14T00:06:05.025 INFO:tasks.rados.rados.0.smithi055.stdout:1311: rmattr oid 34 current snap is 118 2023-10-14T00:06:05.025 INFO:tasks.rados.rados.0.smithi055.stdout:1312: rmattr oid 15 current snap is 118 2023-10-14T00:06:05.026 INFO:tasks.rados.rados.0.smithi055.stdout:1313: delete oid 12 current snap is 118 2023-10-14T00:06:05.026 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 34 v 0 (ObjNum 33 snap 0 seq_num 1529840528) dirty dne 2023-10-14T00:06:05.026 INFO:tasks.rados.rados.0.smithi055.stdout:1311: done (4 left) 2023-10-14T00:06:05.027 INFO:tasks.rados.rados.0.smithi055.stdout:1313: done (3 left) 2023-10-14T00:06:05.027 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 31 current snap is 118 2023-10-14T00:06:05.027 INFO:tasks.rados.rados.0.smithi055.stdout:1314: seq_num 427 ranges {0=761856,761856=598016,1359872=606208,1966080=401408} 2023-10-14T00:06:05.028 INFO:tasks.rados.rados.0.smithi055.stdout:1314: writing smithi055169533-31 from 0 to 761856 tid 1 2023-10-14T00:06:05.030 INFO:tasks.rados.rados.0.smithi055.stdout:1314: writing smithi055169533-31 from 761856 to 1359872 tid 2 2023-10-14T00:06:05.034 INFO:tasks.rados.rados.0.smithi055.stdout:1314: writing smithi055169533-31 from 1359872 to 1966080 tid 3 2023-10-14T00:06:05.037 INFO:tasks.rados.rados.0.smithi055.stdout:1314: writing smithi055169533-31 from 1966080 to 2367488 tid 4 2023-10-14T00:06:05.037 INFO:tasks.rados.rados.0.smithi055.stdout:1315: snap_remove snap 115 2023-10-14T00:06:05.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:06:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:06:05] "GET /metrics HTTP/1.1" 200 36050 "" "Prometheus/2.43.0" 2023-10-14T00:06:05.613 INFO:tasks.rados.rados.0.smithi055.stdout:1315: done (4 left) 2023-10-14T00:06:05.613 INFO:tasks.rados.rados.0.smithi055.stdout:1316: read oid 3 snap -1 2023-10-14T00:06:05.614 INFO:tasks.rados.rados.0.smithi055.stdout:1316: expect (ObjNum 408 snap 114 seq_num 408) 2023-10-14T00:06:05.614 INFO:tasks.rados.rados.0.smithi055.stdout:1317: copy_from oid 48 from oid 11 current snap is 118 2023-10-14T00:06:05.614 INFO:tasks.rados.rados.0.smithi055.stdout:1318: delete oid 1 current snap is 118 2023-10-14T00:06:05.614 INFO:tasks.rados.rados.0.smithi055.stdout:1314: finishing write tid 1 to smithi055169533-31 2023-10-14T00:06:05.614 INFO:tasks.rados.rados.0.smithi055.stdout:1314: finishing write tid 2 to smithi055169533-31 2023-10-14T00:06:05.615 INFO:tasks.rados.rados.0.smithi055.stdout:1314: finishing write tid 3 to smithi055169533-31 2023-10-14T00:06:05.615 INFO:tasks.rados.rados.0.smithi055.stdout:1314: finishing write tid 4 to smithi055169533-31 2023-10-14T00:06:05.615 INFO:tasks.rados.rados.0.smithi055.stdout:1314: finishing write tid 5 to smithi055169533-31 2023-10-14T00:06:05.615 INFO:tasks.rados.rados.0.smithi055.stdout:1314: finishing write tid 6 to smithi055169533-31 2023-10-14T00:06:05.615 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 31 v 413 (ObjNum 427 snap 118 seq_num 427) dirty exists 2023-10-14T00:06:05.616 INFO:tasks.rados.rados.0.smithi055.stdout:1314: left oid 31 (ObjNum 427 snap 118 seq_num 427) 2023-10-14T00:06:05.643 INFO:tasks.rados.rados.0.smithi055.stdout:1317: finishing copy_from racing read to smithi055169533-48 2023-10-14T00:06:05.647 INFO:tasks.rados.rados.0.smithi055.stdout:1317: finishing copy_from to smithi055169533-48 2023-10-14T00:06:05.648 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 48 v 457 (ObjNum 319 snap 82 seq_num 319) dirty exists 2023-10-14T00:06:05.651 INFO:tasks.rados.rados.0.smithi055.stdout:1307: finishing write tid 1 to smithi055169533-49 2023-10-14T00:06:05.651 INFO:tasks.rados.rados.0.smithi055.stdout:1307: finishing write tid 2 to smithi055169533-49 2023-10-14T00:06:05.654 INFO:tasks.rados.rados.0.smithi055.stdout:1307: finishing write tid 3 to smithi055169533-49 2023-10-14T00:06:05.654 INFO:tasks.rados.rados.0.smithi055.stdout:1307: finishing write tid 4 to smithi055169533-49 2023-10-14T00:06:05.654 INFO:tasks.rados.rados.0.smithi055.stdout:1307: finishing write tid 5 to smithi055169533-49 2023-10-14T00:06:05.655 INFO:tasks.rados.rados.0.smithi055.stdout:1310: finishing rollback tid 0 to smithi055169533-8 2023-10-14T00:06:05.655 INFO:tasks.rados.rados.0.smithi055.stdout:1310: finishing rollback tid 1 to smithi055169533-8 2023-10-14T00:06:05.655 INFO:tasks.rados.rados.0.smithi055.stdout:1310: finishing rollback tid 2 to smithi055169533-8 2023-10-14T00:06:05.656 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 8 v 384 (ObjNum 289 snap 71 seq_num 289) dirty exists 2023-10-14T00:06:05.656 INFO:tasks.rados.rados.0.smithi055.stdout:1307: finishing write tid 6 to smithi055169533-49 2023-10-14T00:06:05.656 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 49 v 610 (ObjNum 424 snap 118 seq_num 424) dirty exists 2023-10-14T00:06:05.656 INFO:tasks.rados.rados.0.smithi055.stdout:1307: left oid 49 (ObjNum 424 snap 118 seq_num 424) 2023-10-14T00:06:05.657 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 15 v 612 (ObjNum 371 snap 98 seq_num 371) dirty exists 2023-10-14T00:06:05.671 INFO:tasks.rados.rados.0.smithi055.stdout:1307: done (6 left) 2023-10-14T00:06:05.671 INFO:tasks.rados.rados.0.smithi055.stdout:1310: done (5 left) 2023-10-14T00:06:05.671 INFO:tasks.rados.rados.0.smithi055.stdout:1312: done (4 left) 2023-10-14T00:06:05.671 INFO:tasks.rados.rados.0.smithi055.stdout:1314: done (3 left) 2023-10-14T00:06:05.672 INFO:tasks.rados.rados.0.smithi055.stdout:1317: done (2 left) 2023-10-14T00:06:05.672 INFO:tasks.rados.rados.0.smithi055.stdout:1318: done (1 left) 2023-10-14T00:06:05.672 INFO:tasks.rados.rados.0.smithi055.stdout:1319: copy_from oid 11 from oid 17 current snap is 118 2023-10-14T00:06:05.674 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 29 current snap is 118 2023-10-14T00:06:05.675 INFO:tasks.rados.rados.0.smithi055.stdout:1320: seq_num 429 ranges {2293760=794624,3088384=770048,3858432=622592,4481024=212992} 2023-10-14T00:06:05.689 INFO:tasks.rados.rados.0.smithi055.stdout:1320: writing smithi055169533-29 from 2293760 to 3088384 tid 1 2023-10-14T00:06:05.694 INFO:tasks.rados.rados.0.smithi055.stdout:1320: writing smithi055169533-29 from 3088384 to 3858432 tid 2 2023-10-14T00:06:05.698 INFO:tasks.rados.rados.0.smithi055.stdout:1320: writing smithi055169533-29 from 3858432 to 4481024 tid 3 2023-10-14T00:06:05.699 INFO:tasks.rados.rados.0.smithi055.stdout:1320: writing smithi055169533-29 from 4481024 to 4694016 tid 4 2023-10-14T00:06:05.699 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 44 current snap is 118 2023-10-14T00:06:05.700 INFO:tasks.rados.rados.0.smithi055.stdout:1316: expect (ObjNum 408 snap 114 seq_num 408) 2023-10-14T00:06:05.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:05 smithi082 ceph-mon[180771]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-10-14T00:06:05.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:05 smithi082 ceph-mon[180771]: osd.2 [v2:172.21.15.55:6818/3899997429,v1:172.21.15.55:6819/3899997429] boot 2023-10-14T00:06:05.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:05 smithi082 ceph-mon[180771]: osdmap e304: 8 total, 8 up, 8 in 2023-10-14T00:06:05.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:05 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-14T00:06:05.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:05 smithi082 ceph-mon[180771]: failed to encode map e304 with expected crc 2023-10-14T00:06:05.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:05 smithi082 ceph-mon[180771]: pgmap v167: 121 pgs: 10 active+undersized+degraded, 27 active+undersized, 84 active+clean; 210 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 560 KiB/s wr, 2 op/s; 54/324 objects degraded (16.667%) 2023-10-14T00:06:05.919 INFO:tasks.rados.rados.0.smithi055.stdout:1320: finishing write tid 1 to smithi055169533-29 2023-10-14T00:06:05.919 INFO:tasks.rados.rados.0.smithi055.stdout:1320: finishing write tid 2 to smithi055169533-29 2023-10-14T00:06:05.919 INFO:tasks.rados.rados.0.smithi055.stdout:1320: finishing write tid 3 to smithi055169533-29 2023-10-14T00:06:05.919 INFO:tasks.rados.rados.0.smithi055.stdout:1320: finishing write tid 4 to smithi055169533-29 2023-10-14T00:06:05.920 INFO:tasks.rados.rados.0.smithi055.stdout:1320: finishing write tid 5 to smithi055169533-29 2023-10-14T00:06:05.920 INFO:tasks.rados.rados.0.smithi055.stdout:1320: finishing write tid 6 to smithi055169533-29 2023-10-14T00:06:05.920 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 29 v 248 (ObjNum 429 snap 118 seq_num 429) dirty exists 2023-10-14T00:06:05.920 INFO:tasks.rados.rados.0.smithi055.stdout:1320: left oid 29 (ObjNum 429 snap 118 seq_num 429) 2023-10-14T00:06:05.920 INFO:tasks.rados.rados.0.smithi055.stdout:1319: finishing copy_from to smithi055169533-11 2023-10-14T00:06:05.921 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 11 v 389 (ObjNum 281 snap 68 seq_num 281) dirty exists 2023-10-14T00:06:05.921 INFO:tasks.rados.rados.0.smithi055.stdout:1319: finishing copy_from racing read to smithi055169533-11 2023-10-14T00:06:05.921 INFO:tasks.rados.rados.0.smithi055.stdout:1321: seq_num 430 ranges {10682368=8192} 2023-10-14T00:06:05.940 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:05 smithi055 ceph-mon[185614]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-10-14T00:06:05.940 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:05 smithi055 ceph-mon[185614]: osd.2 [v2:172.21.15.55:6818/3899997429,v1:172.21.15.55:6819/3899997429] boot 2023-10-14T00:06:05.940 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:05 smithi055 ceph-mon[185614]: osdmap e304: 8 total, 8 up, 8 in 2023-10-14T00:06:05.940 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:05 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-14T00:06:05.940 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:05 smithi055 ceph-mon[185614]: failed to encode map e304 with expected crc 2023-10-14T00:06:05.941 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:05 smithi055 ceph-mon[185614]: pgmap v167: 121 pgs: 10 active+undersized+degraded, 27 active+undersized, 84 active+clean; 210 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 560 KiB/s wr, 2 op/s; 54/324 objects degraded (16.667%) 2023-10-14T00:06:05.941 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:05 smithi055 ceph-mon[183057]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-10-14T00:06:05.941 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:05 smithi055 ceph-mon[183057]: osd.2 [v2:172.21.15.55:6818/3899997429,v1:172.21.15.55:6819/3899997429] boot 2023-10-14T00:06:05.941 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:05 smithi055 ceph-mon[183057]: osdmap e304: 8 total, 8 up, 8 in 2023-10-14T00:06:05.942 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:05 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-14T00:06:05.942 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:05 smithi055 ceph-mon[183057]: failed to encode map e304 with expected crc 2023-10-14T00:06:05.942 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:05 smithi055 ceph-mon[183057]: pgmap v167: 121 pgs: 10 active+undersized+degraded, 27 active+undersized, 84 active+clean; 210 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 560 KiB/s wr, 2 op/s; 54/324 objects degraded (16.667%) 2023-10-14T00:06:05.979 INFO:tasks.rados.rados.0.smithi055.stdout:1321: writing smithi055169533-44 from 10682368 to 10690560 tid 1 2023-10-14T00:06:05.979 INFO:tasks.rados.rados.0.smithi055.stdout:1316: done (3 left) 2023-10-14T00:06:05.979 INFO:tasks.rados.rados.0.smithi055.stdout:1319: done (2 left) 2023-10-14T00:06:05.980 INFO:tasks.rados.rados.0.smithi055.stdout:1320: done (1 left) 2023-10-14T00:06:05.980 INFO:tasks.rados.rados.0.smithi055.stdout:1322: read oid 27 snap -1 2023-10-14T00:06:05.980 INFO:tasks.rados.rados.0.smithi055.stdout:1322: expect deleted 2023-10-14T00:06:05.980 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 47 current snap is 118 2023-10-14T00:06:05.980 INFO:tasks.rados.rados.0.smithi055.stdout:1323: seq_num 431 ranges {2326528=24576} 2023-10-14T00:06:05.992 INFO:tasks.rados.rados.0.smithi055.stdout:1323: writing smithi055169533-47 from 2326528 to 2351104 tid 1 2023-10-14T00:06:05.993 INFO:tasks.rados.rados.0.smithi055.stdout:1324: rollback oid 26 current snap is 118 2023-10-14T00:06:05.993 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 26 to 116 2023-10-14T00:06:05.993 INFO:tasks.rados.rados.0.smithi055.stdout:1325: copy_from oid 24 from oid 38 current snap is 118 2023-10-14T00:06:05.993 INFO:tasks.rados.rados.0.smithi055.stdout:1321: finishing write tid 1 to smithi055169533-44 2023-10-14T00:06:05.993 INFO:tasks.rados.rados.0.smithi055.stdout:1321: finishing write tid 2 to smithi055169533-44 2023-10-14T00:06:05.993 INFO:tasks.rados.rados.0.smithi055.stdout:1321: finishing write tid 3 to smithi055169533-44 2023-10-14T00:06:05.994 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 44 v 366 (ObjNum 430 snap 118 seq_num 430) dirty exists 2023-10-14T00:06:05.994 INFO:tasks.rados.rados.0.smithi055.stdout:1321: left oid 44 (ObjNum 430 snap 118 seq_num 430) 2023-10-14T00:06:05.994 INFO:tasks.rados.rados.0.smithi055.stdout:1321: done (4 left) 2023-10-14T00:06:05.994 INFO:tasks.rados.rados.0.smithi055.stdout:1322: done (3 left) 2023-10-14T00:06:05.994 INFO:tasks.rados.rados.0.smithi055.stdout:1326: snap_remove snap 108 2023-10-14T00:06:06.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:06:06 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:06:06.204+0000 7fd8bf982700 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (11 PGs are or would become offline) 2023-10-14T00:06:06.619 INFO:tasks.rados.rados.0.smithi055.stdout:1326: done (3 left) 2023-10-14T00:06:06.619 INFO:tasks.rados.rados.0.smithi055.stdout:1327: copy_from oid 22 from oid 33 current snap is 118 2023-10-14T00:06:06.620 INFO:tasks.rados.rados.0.smithi055.stdout:1324: finishing rollback tid 1 to smithi055169533-26 2023-10-14T00:06:06.620 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 26 v 414 (ObjNum 161 snap 0 seq_num 1) dirty dne 2023-10-14T00:06:06.620 INFO:tasks.rados.rados.0.smithi055.stdout:1323: finishing write tid 1 to smithi055169533-47 2023-10-14T00:06:06.620 INFO:tasks.rados.rados.0.smithi055.stdout:1323: finishing write tid 2 to smithi055169533-47 2023-10-14T00:06:06.620 INFO:tasks.rados.rados.0.smithi055.stdout:1323: finishing write tid 3 to smithi055169533-47 2023-10-14T00:06:06.621 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 47 v 470 (ObjNum 431 snap 118 seq_num 431) dirty exists 2023-10-14T00:06:06.621 INFO:tasks.rados.rados.0.smithi055.stdout:1323: left oid 47 (ObjNum 431 snap 118 seq_num 431) 2023-10-14T00:06:06.621 INFO:tasks.rados.rados.0.smithi055.stdout:1325: finishing copy_from to smithi055169533-24 2023-10-14T00:06:06.621 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 24 v 314 (ObjNum 289 snap 71 seq_num 289) dirty exists 2023-10-14T00:06:06.621 INFO:tasks.rados.rados.0.smithi055.stdout:1325: finishing copy_from racing read to smithi055169533-24 2023-10-14T00:06:06.622 INFO:tasks.rados.rados.0.smithi055.stdout:1323: done (3 left) 2023-10-14T00:06:06.622 INFO:tasks.rados.rados.0.smithi055.stdout:1324: done (2 left) 2023-10-14T00:06:06.622 INFO:tasks.rados.rados.0.smithi055.stdout:1325: done (1 left) 2023-10-14T00:06:06.622 INFO:tasks.rados.rados.0.smithi055.stdout:1328: snap_create 2023-10-14T00:06:06.641 INFO:tasks.rados.rados.0.smithi055.stdout:1327: finishing copy_from to smithi055169533-22 2023-10-14T00:06:06.641 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 22 v 380 (ObjNum 367 snap 97 seq_num 367) dirty exists 2023-10-14T00:06:06.642 INFO:tasks.rados.rados.0.smithi055.stdout:1327: finishing copy_from racing read to smithi055169533-22 2023-10-14T00:06:06.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:06 smithi082 ceph-mon[180771]: failed to encode map e305 with expected crc 2023-10-14T00:06:06.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:06 smithi082 ceph-mon[180771]: failed to encode map e305 with expected crc 2023-10-14T00:06:06.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:06 smithi082 ceph-mon[180771]: failed to encode map e305 with expected crc 2023-10-14T00:06:06.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:06 smithi082 ceph-mon[180771]: osdmap e305: 8 total, 8 up, 8 in 2023-10-14T00:06:06.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:06 smithi082 ceph-mon[180771]: failed to encode map e305 with expected crc 2023-10-14T00:06:06.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:06 smithi082 ceph-mon[180771]: failed to encode map e305 with expected crc 2023-10-14T00:06:06.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:06 smithi082 ceph-mon[180771]: failed to encode map e305 with expected crc 2023-10-14T00:06:06.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:06 smithi082 ceph-mon[180771]: failed to encode map e305 with expected crc 2023-10-14T00:06:06.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:06 smithi082 ceph-mon[180771]: failed to encode map e305 with expected crc 2023-10-14T00:06:06.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:06 smithi082 ceph-mon[180771]: failed to encode map e305 with expected crc 2023-10-14T00:06:06.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:06 smithi082 ceph-mon[180771]: failed to encode map e305 with expected crc 2023-10-14T00:06:06.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:06 smithi082 ceph-mon[180771]: failed to encode map e305 with expected crc 2023-10-14T00:06:06.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:06 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:06.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:06 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:06.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:06 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:06:06.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:06 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:06:06.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:06 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:06.879 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:06 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:06:06.879 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:06 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:06:06.879 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:06 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:06:06.879 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:06 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:06:06.879 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:06 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-10-14T00:06:07.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:06 smithi055 ceph-mon[183057]: failed to encode map e305 with expected crc 2023-10-14T00:06:07.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:06 smithi055 ceph-mon[183057]: failed to encode map e305 with expected crc 2023-10-14T00:06:07.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:06 smithi055 ceph-mon[183057]: failed to encode map e305 with expected crc 2023-10-14T00:06:07.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:06 smithi055 ceph-mon[183057]: osdmap e305: 8 total, 8 up, 8 in 2023-10-14T00:06:07.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:06 smithi055 ceph-mon[183057]: failed to encode map e305 with expected crc 2023-10-14T00:06:07.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:06 smithi055 ceph-mon[183057]: failed to encode map e305 with expected crc 2023-10-14T00:06:07.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:06 smithi055 ceph-mon[183057]: failed to encode map e305 with expected crc 2023-10-14T00:06:07.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:06 smithi055 ceph-mon[183057]: failed to encode map e305 with expected crc 2023-10-14T00:06:07.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:06 smithi055 ceph-mon[183057]: failed to encode map e305 with expected crc 2023-10-14T00:06:07.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:06 smithi055 ceph-mon[183057]: failed to encode map e305 with expected crc 2023-10-14T00:06:07.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:06 smithi055 ceph-mon[183057]: failed to encode map e305 with expected crc 2023-10-14T00:06:07.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:06 smithi055 ceph-mon[183057]: failed to encode map e305 with expected crc 2023-10-14T00:06:07.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:06 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:07.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:06 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:07.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:06 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:06:07.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:06 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:06:07.021 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:06 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:07.021 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:06 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:06:07.021 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:06 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:06:07.021 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:06 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:06:07.021 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:06 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:06:07.022 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:06 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-10-14T00:06:07.022 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:06 smithi055 ceph-mon[185614]: failed to encode map e305 with expected crc 2023-10-14T00:06:07.023 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:06 smithi055 ceph-mon[185614]: failed to encode map e305 with expected crc 2023-10-14T00:06:07.023 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:06 smithi055 ceph-mon[185614]: failed to encode map e305 with expected crc 2023-10-14T00:06:07.023 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:06 smithi055 ceph-mon[185614]: osdmap e305: 8 total, 8 up, 8 in 2023-10-14T00:06:07.024 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:06 smithi055 ceph-mon[185614]: failed to encode map e305 with expected crc 2023-10-14T00:06:07.024 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:06 smithi055 ceph-mon[185614]: failed to encode map e305 with expected crc 2023-10-14T00:06:07.024 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:06 smithi055 ceph-mon[185614]: failed to encode map e305 with expected crc 2023-10-14T00:06:07.024 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:06 smithi055 ceph-mon[185614]: failed to encode map e305 with expected crc 2023-10-14T00:06:07.024 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:06 smithi055 ceph-mon[185614]: failed to encode map e305 with expected crc 2023-10-14T00:06:07.025 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:06 smithi055 ceph-mon[185614]: failed to encode map e305 with expected crc 2023-10-14T00:06:07.025 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:06 smithi055 ceph-mon[185614]: failed to encode map e305 with expected crc 2023-10-14T00:06:07.025 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:06 smithi055 ceph-mon[185614]: failed to encode map e305 with expected crc 2023-10-14T00:06:07.025 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:06 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:07.025 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:06 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:07.026 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:06 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:06:07.026 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:06 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:06:07.026 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:06 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:07.026 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:06 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:06:07.026 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:06 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:06:07.027 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:06 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:06:07.027 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:06 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:06:07.027 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:06 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-10-14T00:06:07.633 INFO:tasks.rados.rados.0.smithi055.stdout:1327: done (1 left) 2023-10-14T00:06:07.633 INFO:tasks.rados.rados.0.smithi055.stdout:1328: done (0 left) 2023-10-14T00:06:07.634 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 11 current snap is 119 2023-10-14T00:06:07.634 INFO:tasks.rados.rados.0.smithi055.stdout:1329: seq_num 432 ranges {10149888=40960} 2023-10-14T00:06:07.690 INFO:tasks.rados.rados.0.smithi055.stdout:1329: writing smithi055169533-11 from 10149888 to 10190848 tid 1 2023-10-14T00:06:07.691 INFO:tasks.rados.rados.0.smithi055.stdout:1330: rmattr oid 30 current snap is 119 2023-10-14T00:06:07.691 INFO:tasks.rados.rados.0.smithi055.stdout:1330: done (1 left) 2023-10-14T00:06:07.691 INFO:tasks.rados.rados.0.smithi055.stdout:1331: delete oid 19 current snap is 119 2023-10-14T00:06:07.695 INFO:tasks.rados.rados.0.smithi055.stdout:1331: done (1 left) 2023-10-14T00:06:07.695 INFO:tasks.rados.rados.0.smithi055.stdout:1332: rollback oid 30 current snap is 119 2023-10-14T00:06:07.696 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 30 to 117 2023-10-14T00:06:07.696 INFO:tasks.rados.rados.0.smithi055.stdout:1333: copy_from oid 23 from oid 17 current snap is 119 2023-10-14T00:06:07.696 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 24 current snap is 119 2023-10-14T00:06:07.696 INFO:tasks.rados.rados.0.smithi055.stdout:1334: seq_num 434 ranges {40960=73728} 2023-10-14T00:06:07.696 INFO:tasks.rados.rados.0.smithi055.stdout:1334: writing smithi055169533-24 from 40960 to 114688 tid 1 2023-10-14T00:06:07.697 INFO:tasks.rados.rados.0.smithi055.stdout:1335: read oid 34 snap 118 2023-10-14T00:06:07.697 INFO:tasks.rados.rados.0.smithi055.stdout:1335: expect deleted 2023-10-14T00:06:07.697 INFO:tasks.rados.rados.0.smithi055.stdout:1336: snap_create 2023-10-14T00:06:07.700 INFO:tasks.rados.rados.0.smithi055.stdout:1329: finishing write tid 1 to smithi055169533-11 2023-10-14T00:06:07.700 INFO:tasks.rados.rados.0.smithi055.stdout:1332: finishing rollback tid 0 to smithi055169533-30 2023-10-14T00:06:07.700 INFO:tasks.rados.rados.0.smithi055.stdout:1332: finishing rollback tid 1 to smithi055169533-30 2023-10-14T00:06:07.701 INFO:tasks.rados.rados.0.smithi055.stdout:1329: finishing write tid 2 to smithi055169533-11 2023-10-14T00:06:07.702 INFO:tasks.rados.rados.0.smithi055.stdout:1332: finishing rollback tid 2 to smithi055169533-30 2023-10-14T00:06:07.702 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 30 v 472 (ObjNum 334 snap 85 seq_num 334) dirty exists 2023-10-14T00:06:07.704 INFO:tasks.rados.rados.0.smithi055.stdout:1329: finishing write tid 3 to smithi055169533-11 2023-10-14T00:06:07.704 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 11 v 463 (ObjNum 432 snap 119 seq_num 432) dirty exists 2023-10-14T00:06:07.704 INFO:tasks.rados.rados.0.smithi055.stdout:1329: left oid 11 (ObjNum 432 snap 119 seq_num 432) 2023-10-14T00:06:07.704 INFO:tasks.rados.rados.0.smithi055.stdout:1334: finishing write tid 1 to smithi055169533-24 2023-10-14T00:06:07.705 INFO:tasks.rados.rados.0.smithi055.stdout:1334: finishing write tid 2 to smithi055169533-24 2023-10-14T00:06:07.705 INFO:tasks.rados.rados.0.smithi055.stdout:1334: finishing write tid 3 to smithi055169533-24 2023-10-14T00:06:07.705 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 24 v 474 (ObjNum 434 snap 119 seq_num 434) dirty exists 2023-10-14T00:06:07.706 INFO:tasks.rados.rados.0.smithi055.stdout:1334: left oid 24 (ObjNum 434 snap 119 seq_num 434) 2023-10-14T00:06:07.742 INFO:tasks.rados.rados.0.smithi055.stdout:1333: finishing copy_from racing read to smithi055169533-23 2023-10-14T00:06:07.743 INFO:tasks.rados.rados.0.smithi055.stdout:1333: finishing copy_from to smithi055169533-23 2023-10-14T00:06:07.743 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 23 v 389 (ObjNum 281 snap 68 seq_num 281) dirty exists 2023-10-14T00:06:08.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:07 smithi055 ceph-mon[185614]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-10-14T00:06:08.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:07 smithi055 ceph-mon[185614]: Upgrade: unsafe to stop osd(s) at this time (11 PGs are or would become offline) 2023-10-14T00:06:08.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:07 smithi055 ceph-mon[185614]: failed to encode map e306 with expected crc 2023-10-14T00:06:08.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:07 smithi055 ceph-mon[185614]: failed to encode map e306 with expected crc 2023-10-14T00:06:08.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:07 smithi055 ceph-mon[185614]: osdmap e306: 8 total, 8 up, 8 in 2023-10-14T00:06:08.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:07 smithi055 ceph-mon[185614]: pgmap v170: 121 pgs: 19 peering, 7 active+undersized+degraded, 11 active+undersized, 84 active+clean; 221 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 3.8 MiB/s rd, 3.7 MiB/s wr, 15 op/s; 39/348 objects degraded (11.207%) 2023-10-14T00:06:08.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:07 smithi055 ceph-mon[183057]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-10-14T00:06:08.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:07 smithi055 ceph-mon[183057]: Upgrade: unsafe to stop osd(s) at this time (11 PGs are or would become offline) 2023-10-14T00:06:08.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:07 smithi055 ceph-mon[183057]: failed to encode map e306 with expected crc 2023-10-14T00:06:08.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:07 smithi055 ceph-mon[183057]: failed to encode map e306 with expected crc 2023-10-14T00:06:08.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:07 smithi055 ceph-mon[183057]: osdmap e306: 8 total, 8 up, 8 in 2023-10-14T00:06:08.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:07 smithi055 ceph-mon[183057]: pgmap v170: 121 pgs: 19 peering, 7 active+undersized+degraded, 11 active+undersized, 84 active+clean; 221 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 3.8 MiB/s rd, 3.7 MiB/s wr, 15 op/s; 39/348 objects degraded (11.207%) 2023-10-14T00:06:08.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:07 smithi082 ceph-mon[180771]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-10-14T00:06:08.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:07 smithi082 ceph-mon[180771]: Upgrade: unsafe to stop osd(s) at this time (11 PGs are or would become offline) 2023-10-14T00:06:08.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:07 smithi082 ceph-mon[180771]: failed to encode map e306 with expected crc 2023-10-14T00:06:08.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:07 smithi082 ceph-mon[180771]: failed to encode map e306 with expected crc 2023-10-14T00:06:08.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:07 smithi082 ceph-mon[180771]: osdmap e306: 8 total, 8 up, 8 in 2023-10-14T00:06:08.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:07 smithi082 ceph-mon[180771]: pgmap v170: 121 pgs: 19 peering, 7 active+undersized+degraded, 11 active+undersized, 84 active+clean; 221 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 3.8 MiB/s rd, 3.7 MiB/s wr, 15 op/s; 39/348 objects degraded (11.207%) 2023-10-14T00:06:08.647 INFO:tasks.rados.rados.0.smithi055.stdout:1329: done (5 left) 2023-10-14T00:06:08.647 INFO:tasks.rados.rados.0.smithi055.stdout:1332: done (4 left) 2023-10-14T00:06:08.648 INFO:tasks.rados.rados.0.smithi055.stdout:1333: done (3 left) 2023-10-14T00:06:08.648 INFO:tasks.rados.rados.0.smithi055.stdout:1334: done (2 left) 2023-10-14T00:06:08.648 INFO:tasks.rados.rados.0.smithi055.stdout:1335: done (1 left) 2023-10-14T00:06:08.648 INFO:tasks.rados.rados.0.smithi055.stdout:1336: done (0 left) 2023-10-14T00:06:08.648 INFO:tasks.rados.rados.0.smithi055.stdout:1337: delete oid 26 current snap is 120 2023-10-14T00:06:08.651 INFO:tasks.rados.rados.0.smithi055.stdout:1337: done (0 left) 2023-10-14T00:06:08.651 INFO:tasks.rados.rados.0.smithi055.stdout:1338: delete oid 5 current snap is 120 2023-10-14T00:06:08.657 INFO:tasks.rados.rados.0.smithi055.stdout:1338: done (0 left) 2023-10-14T00:06:08.657 INFO:tasks.rados.rados.0.smithi055.stdout:1339: copy_from oid 21 from oid 29 current snap is 120 2023-10-14T00:06:08.657 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 3 current snap is 120 2023-10-14T00:06:08.658 INFO:tasks.rados.rados.0.smithi055.stdout:1340: seq_num 437 ranges {4841472=122880} 2023-10-14T00:06:08.686 INFO:tasks.rados.rados.0.smithi055.stdout:1340: writing smithi055169533-3 from 4841472 to 4964352 tid 1 2023-10-14T00:06:08.686 INFO:tasks.rados.rados.0.smithi055.stdout:1341: copy_from oid 35 from oid 34 current snap is 120 2023-10-14T00:06:08.687 INFO:tasks.rados.rados.0.smithi055.stdout:1339: finishing copy_from racing read to smithi055169533-21 2023-10-14T00:06:08.687 INFO:tasks.rados.rados.0.smithi055.stdout:1339: finishing copy_from to smithi055169533-21 2023-10-14T00:06:08.687 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 21 v 248 (ObjNum 429 snap 118 seq_num 429) dirty exists 2023-10-14T00:06:08.687 INFO:tasks.rados.rados.0.smithi055.stdout:1339: done (2 left) 2023-10-14T00:06:08.687 INFO:tasks.rados.rados.0.smithi055.stdout:1342: read oid 38 snap -1 2023-10-14T00:06:08.688 INFO:tasks.rados.rados.0.smithi055.stdout:1342: expect (ObjNum 289 snap 71 seq_num 289) 2023-10-14T00:06:08.688 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 26 current snap is 120 2023-10-14T00:06:08.688 INFO:tasks.rados.rados.0.smithi055.stdout:1343: seq_num 438 ranges {0=139264} 2023-10-14T00:06:08.689 INFO:tasks.rados.rados.0.smithi055.stdout:1343: writing smithi055169533-26 from 0 to 139264 tid 1 2023-10-14T00:06:08.689 INFO:tasks.rados.rados.0.smithi055.stdout:1344: copy_from oid 30 from oid 31 current snap is 120 2023-10-14T00:06:08.689 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 23 current snap is 120 2023-10-14T00:06:08.690 INFO:tasks.rados.rados.0.smithi055.stdout:1345: seq_num 439 ranges {10149888=155648} 2023-10-14T00:06:08.745 INFO:tasks.rados.rados.0.smithi055.stdout:1345: writing smithi055169533-23 from 10149888 to 10305536 tid 1 2023-10-14T00:06:08.745 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 49 current snap is 120 2023-10-14T00:06:08.745 INFO:tasks.rados.rados.0.smithi055.stdout:1346: seq_num 440 ranges {5242880=172032} 2023-10-14T00:06:08.776 INFO:tasks.rados.rados.0.smithi055.stdout:1346: writing smithi055169533-49 from 5242880 to 5414912 tid 1 2023-10-14T00:06:08.776 INFO:tasks.rados.rados.0.smithi055.stdout:1347: read oid 42 snap -1 2023-10-14T00:06:08.776 INFO:tasks.rados.rados.0.smithi055.stdout:1347: expect deleted 2023-10-14T00:06:08.776 INFO:tasks.rados.rados.0.smithi055.stdout:1348: snap_create 2023-10-14T00:06:08.777 INFO:tasks.rados.rados.0.smithi055.stdout:1341: finishing copy_from to smithi055169533-35 2023-10-14T00:06:08.777 INFO:tasks.rados.rados.0.smithi055.stdout:1341: got expected ENOENT (src dne) 2023-10-14T00:06:08.777 INFO:tasks.rados.rados.0.smithi055.stdout:1341: finishing copy_from racing read to smithi055169533-35 2023-10-14T00:06:08.777 INFO:tasks.rados.rados.0.smithi055.stdout:1342: expect (ObjNum 289 snap 71 seq_num 289) 2023-10-14T00:06:08.778 INFO:tasks.rados.rados.0.smithi055.stdout:1340: finishing write tid 1 to smithi055169533-3 2023-10-14T00:06:08.779 INFO:tasks.rados.rados.0.smithi055.stdout:1340: finishing write tid 2 to smithi055169533-3 2023-10-14T00:06:08.779 INFO:tasks.rados.rados.0.smithi055.stdout:1343: finishing write tid 1 to smithi055169533-26 2023-10-14T00:06:08.779 INFO:tasks.rados.rados.0.smithi055.stdout:1343: finishing write tid 2 to smithi055169533-26 2023-10-14T00:06:08.779 INFO:tasks.rados.rados.0.smithi055.stdout:1340: finishing write tid 3 to smithi055169533-3 2023-10-14T00:06:08.779 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 3 v 643 (ObjNum 437 snap 120 seq_num 437) dirty exists 2023-10-14T00:06:08.780 INFO:tasks.rados.rados.0.smithi055.stdout:1340: left oid 3 (ObjNum 437 snap 120 seq_num 437) 2023-10-14T00:06:08.780 INFO:tasks.rados.rados.0.smithi055.stdout:1343: finishing write tid 3 to smithi055169533-26 2023-10-14T00:06:08.780 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 26 v 423 (ObjNum 438 snap 120 seq_num 438) dirty exists 2023-10-14T00:06:08.780 INFO:tasks.rados.rados.0.smithi055.stdout:1343: left oid 26 (ObjNum 438 snap 120 seq_num 438) 2023-10-14T00:06:08.780 INFO:tasks.rados.rados.0.smithi055.stdout:1344: finishing copy_from to smithi055169533-30 2023-10-14T00:06:08.781 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 30 v 413 (ObjNum 427 snap 118 seq_num 427) dirty exists 2023-10-14T00:06:08.781 INFO:tasks.rados.rados.0.smithi055.stdout:1344: finishing copy_from racing read to smithi055169533-30 2023-10-14T00:06:08.781 INFO:tasks.rados.rados.0.smithi055.stdout:1345: finishing write tid 1 to smithi055169533-23 2023-10-14T00:06:08.781 INFO:tasks.rados.rados.0.smithi055.stdout:1345: finishing write tid 2 to smithi055169533-23 2023-10-14T00:06:08.781 INFO:tasks.rados.rados.0.smithi055.stdout:1345: finishing write tid 3 to smithi055169533-23 2023-10-14T00:06:08.782 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 23 v 391 (ObjNum 439 snap 120 seq_num 439) dirty exists 2023-10-14T00:06:08.782 INFO:tasks.rados.rados.0.smithi055.stdout:1345: left oid 23 (ObjNum 439 snap 120 seq_num 439) 2023-10-14T00:06:08.782 INFO:tasks.rados.rados.0.smithi055.stdout:1346: finishing write tid 1 to smithi055169533-49 2023-10-14T00:06:08.783 INFO:tasks.rados.rados.0.smithi055.stdout:1346: finishing write tid 2 to smithi055169533-49 2023-10-14T00:06:08.783 INFO:tasks.rados.rados.0.smithi055.stdout:1346: finishing write tid 3 to smithi055169533-49 2023-10-14T00:06:08.783 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 49 v 646 (ObjNum 440 snap 120 seq_num 440) dirty exists 2023-10-14T00:06:08.783 INFO:tasks.rados.rados.0.smithi055.stdout:1346: left oid 49 (ObjNum 440 snap 120 seq_num 440) 2023-10-14T00:06:09.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:08 smithi055 ceph-mon[185614]: Health check update: Degraded data redundancy: 39/348 objects degraded (11.207%), 7 pgs degraded (PG_DEGRADED) 2023-10-14T00:06:09.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:08 smithi055 ceph-mon[185614]: failed to encode map e307 with expected crc 2023-10-14T00:06:09.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:08 smithi055 ceph-mon[185614]: failed to encode map e307 with expected crc 2023-10-14T00:06:09.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:08 smithi055 ceph-mon[185614]: osdmap e307: 8 total, 8 up, 8 in 2023-10-14T00:06:09.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:08 smithi055 ceph-mon[183057]: Health check update: Degraded data redundancy: 39/348 objects degraded (11.207%), 7 pgs degraded (PG_DEGRADED) 2023-10-14T00:06:09.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:08 smithi055 ceph-mon[183057]: failed to encode map e307 with expected crc 2023-10-14T00:06:09.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:08 smithi055 ceph-mon[183057]: failed to encode map e307 with expected crc 2023-10-14T00:06:09.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:08 smithi055 ceph-mon[183057]: osdmap e307: 8 total, 8 up, 8 in 2023-10-14T00:06:09.125 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:06:08 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:06: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-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi055:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi082.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-10-14T00:06:09.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:08 smithi082 ceph-mon[180771]: Health check update: Degraded data redundancy: 39/348 objects degraded (11.207%), 7 pgs degraded (PG_DEGRADED) 2023-10-14T00:06:09.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:08 smithi082 ceph-mon[180771]: failed to encode map e307 with expected crc 2023-10-14T00:06:09.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:08 smithi082 ceph-mon[180771]: failed to encode map e307 with expected crc 2023-10-14T00:06:09.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:08 smithi082 ceph-mon[180771]: osdmap e307: 8 total, 8 up, 8 in 2023-10-14T00:06:09.661 INFO:tasks.rados.rados.0.smithi055.stdout:1340: done (8 left) 2023-10-14T00:06:09.662 INFO:tasks.rados.rados.0.smithi055.stdout:1341: done (7 left) 2023-10-14T00:06:09.662 INFO:tasks.rados.rados.0.smithi055.stdout:1342: done (6 left) 2023-10-14T00:06:09.662 INFO:tasks.rados.rados.0.smithi055.stdout:1343: done (5 left) 2023-10-14T00:06:09.662 INFO:tasks.rados.rados.0.smithi055.stdout:1344: done (4 left) 2023-10-14T00:06:09.662 INFO:tasks.rados.rados.0.smithi055.stdout:1345: done (3 left) 2023-10-14T00:06:09.663 INFO:tasks.rados.rados.0.smithi055.stdout:1346: done (2 left) 2023-10-14T00:06:09.663 INFO:tasks.rados.rados.0.smithi055.stdout:1347: done (1 left) 2023-10-14T00:06:09.663 INFO:tasks.rados.rados.0.smithi055.stdout:1348: done (0 left) 2023-10-14T00:06:09.663 INFO:tasks.rados.rados.0.smithi055.stdout:1349: setattr oid 23 current snap is 121 2023-10-14T00:06:09.664 INFO:tasks.rados.rados.0.smithi055.stdout:1350: snap_remove snap 117 2023-10-14T00:06:10.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:09 smithi055 ceph-mon[183057]: failed to encode map e307 with expected crc 2023-10-14T00:06:10.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:09 smithi055 ceph-mon[183057]: failed to encode map e307 with expected crc 2023-10-14T00:06:10.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:09 smithi055 ceph-mon[183057]: failed to encode map e308 with expected crc 2023-10-14T00:06:10.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:09 smithi055 ceph-mon[183057]: failed to encode map e308 with expected crc 2023-10-14T00:06:10.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:09 smithi055 ceph-mon[183057]: osdmap e308: 8 total, 8 up, 8 in 2023-10-14T00:06:10.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:09 smithi055 ceph-mon[183057]: failed to encode map e308 with expected crc 2023-10-14T00:06:10.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:09 smithi055 ceph-mon[183057]: pgmap v173: 121 pgs: 19 peering, 5 active+undersized, 97 active+clean; 226 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 13 MiB/s rd, 5.2 MiB/s wr, 25 op/s; 12 MiB/s, 3 objects/s recovering 2023-10-14T00:06:10.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:10.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:06:10.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:09 smithi055 ceph-mon[185614]: failed to encode map e307 with expected crc 2023-10-14T00:06:10.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:09 smithi055 ceph-mon[185614]: failed to encode map e307 with expected crc 2023-10-14T00:06:10.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:09 smithi055 ceph-mon[185614]: failed to encode map e308 with expected crc 2023-10-14T00:06:10.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:09 smithi055 ceph-mon[185614]: failed to encode map e308 with expected crc 2023-10-14T00:06:10.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:09 smithi055 ceph-mon[185614]: osdmap e308: 8 total, 8 up, 8 in 2023-10-14T00:06:10.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:09 smithi055 ceph-mon[185614]: failed to encode map e308 with expected crc 2023-10-14T00:06:10.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:09 smithi055 ceph-mon[185614]: pgmap v173: 121 pgs: 19 peering, 5 active+undersized, 97 active+clean; 226 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 13 MiB/s rd, 5.2 MiB/s wr, 25 op/s; 12 MiB/s, 3 objects/s recovering 2023-10-14T00:06:10.021 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:10.021 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:06:10.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:09 smithi082 ceph-mon[180771]: failed to encode map e307 with expected crc 2023-10-14T00:06:10.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:09 smithi082 ceph-mon[180771]: failed to encode map e307 with expected crc 2023-10-14T00:06:10.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:09 smithi082 ceph-mon[180771]: failed to encode map e308 with expected crc 2023-10-14T00:06:10.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:09 smithi082 ceph-mon[180771]: failed to encode map e308 with expected crc 2023-10-14T00:06:10.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:09 smithi082 ceph-mon[180771]: osdmap e308: 8 total, 8 up, 8 in 2023-10-14T00:06:10.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:09 smithi082 ceph-mon[180771]: failed to encode map e308 with expected crc 2023-10-14T00:06:10.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:09 smithi082 ceph-mon[180771]: pgmap v173: 121 pgs: 19 peering, 5 active+undersized, 97 active+clean; 226 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 13 MiB/s rd, 5.2 MiB/s wr, 25 op/s; 12 MiB/s, 3 objects/s recovering 2023-10-14T00:06:10.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:10.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:06:10.315 INFO:tasks.rados.rados.0.smithi055.stdout:1350: done (1 left) 2023-10-14T00:06:10.316 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 45 current snap is 121 2023-10-14T00:06:10.316 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 23 v 392 (ObjNum 439 snap 120 seq_num 439) dirty exists 2023-10-14T00:06:10.316 INFO:tasks.rados.rados.0.smithi055.stdout:1351: seq_num 441 ranges {4669440=188416} 2023-10-14T00:06:10.344 INFO:tasks.rados.rados.0.smithi055.stdout:1351: writing smithi055169533-45 from 4669440 to 4857856 tid 1 2023-10-14T00:06:10.345 INFO:tasks.rados.rados.0.smithi055.stdout:1349: done (1 left) 2023-10-14T00:06:10.345 INFO:tasks.rados.rados.0.smithi055.stdout:1352: snap_remove snap 107 2023-10-14T00:06:11.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:10 smithi055 ceph-mon[183057]: failed to encode map e308 with expected crc 2023-10-14T00:06:11.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:10 smithi055 ceph-mon[183057]: failed to encode map e308 with expected crc 2023-10-14T00:06:11.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:10 smithi055 ceph-mon[183057]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 39/348 objects degraded (11.207%), 7 pgs degraded) 2023-10-14T00:06:11.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:10 smithi055 ceph-mon[183057]: Cluster is now healthy 2023-10-14T00:06:11.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:10 smithi055 ceph-mon[183057]: osdmap e309: 8 total, 8 up, 8 in 2023-10-14T00:06:11.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:10 smithi055 ceph-mon[183057]: failed to encode map e309 with expected crc 2023-10-14T00:06:11.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:10 smithi055 ceph-mon[183057]: failed to encode map e309 with expected crc 2023-10-14T00:06:11.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:10 smithi055 ceph-mon[183057]: osdmap e310: 8 total, 8 up, 8 in 2023-10-14T00:06:11.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:10 smithi055 ceph-mon[183057]: failed to encode map e309 with expected crc 2023-10-14T00:06:11.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:10 smithi055 ceph-mon[185614]: failed to encode map e308 with expected crc 2023-10-14T00:06:11.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:10 smithi055 ceph-mon[185614]: failed to encode map e308 with expected crc 2023-10-14T00:06:11.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:10 smithi055 ceph-mon[185614]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 39/348 objects degraded (11.207%), 7 pgs degraded) 2023-10-14T00:06:11.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:10 smithi055 ceph-mon[185614]: Cluster is now healthy 2023-10-14T00:06:11.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:10 smithi055 ceph-mon[185614]: osdmap e309: 8 total, 8 up, 8 in 2023-10-14T00:06:11.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:10 smithi055 ceph-mon[185614]: failed to encode map e309 with expected crc 2023-10-14T00:06:11.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:10 smithi055 ceph-mon[185614]: failed to encode map e309 with expected crc 2023-10-14T00:06:11.021 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:10 smithi055 ceph-mon[185614]: osdmap e310: 8 total, 8 up, 8 in 2023-10-14T00:06:11.021 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:10 smithi055 ceph-mon[185614]: failed to encode map e309 with expected crc 2023-10-14T00:06:11.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:10 smithi082 ceph-mon[180771]: failed to encode map e308 with expected crc 2023-10-14T00:06:11.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:10 smithi082 ceph-mon[180771]: failed to encode map e308 with expected crc 2023-10-14T00:06:11.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:10 smithi082 ceph-mon[180771]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 39/348 objects degraded (11.207%), 7 pgs degraded) 2023-10-14T00:06:11.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:10 smithi082 ceph-mon[180771]: Cluster is now healthy 2023-10-14T00:06:11.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:10 smithi082 ceph-mon[180771]: osdmap e309: 8 total, 8 up, 8 in 2023-10-14T00:06:11.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:10 smithi082 ceph-mon[180771]: failed to encode map e309 with expected crc 2023-10-14T00:06:11.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:10 smithi082 ceph-mon[180771]: failed to encode map e309 with expected crc 2023-10-14T00:06:11.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:10 smithi082 ceph-mon[180771]: osdmap e310: 8 total, 8 up, 8 in 2023-10-14T00:06:11.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:10 smithi082 ceph-mon[180771]: failed to encode map e309 with expected crc 2023-10-14T00:06:11.336 INFO:tasks.rados.rados.0.smithi055.stdout:1352: done (1 left) 2023-10-14T00:06:11.336 INFO:tasks.rados.rados.0.smithi055.stdout:1353: delete oid 14 current snap is 121 2023-10-14T00:06:11.336 INFO:tasks.rados.rados.0.smithi055.stdout:1351: finishing write tid 1 to smithi055169533-45 2023-10-14T00:06:11.336 INFO:tasks.rados.rados.0.smithi055.stdout:1351: finishing write tid 2 to smithi055169533-45 2023-10-14T00:06:11.337 INFO:tasks.rados.rados.0.smithi055.stdout:1351: finishing write tid 3 to smithi055169533-45 2023-10-14T00:06:11.337 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 45 v 368 (ObjNum 441 snap 121 seq_num 441) dirty exists 2023-10-14T00:06:11.337 INFO:tasks.rados.rados.0.smithi055.stdout:1351: left oid 45 (ObjNum 441 snap 121 seq_num 441) 2023-10-14T00:06:11.353 INFO:tasks.rados.rados.0.smithi055.stdout:1351: done (1 left) 2023-10-14T00:06:11.353 INFO:tasks.rados.rados.0.smithi055.stdout:1353: done (0 left) 2023-10-14T00:06:11.354 INFO:tasks.rados.rados.0.smithi055.stdout:1354: rollback oid 50 current snap is 121 2023-10-14T00:06:11.354 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 50 to 120 2023-10-14T00:06:11.359 INFO:tasks.rados.rados.0.smithi055.stdout:1355: copy_from oid 39 from oid 10 current snap is 121 2023-10-14T00:06:11.359 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 2 current snap is 121 2023-10-14T00:06:11.359 INFO:tasks.rados.rados.0.smithi055.stdout:1356: seq_num 443 ranges {999424=221184} 2023-10-14T00:06:11.361 INFO:tasks.rados.rados.0.smithi055.stdout:1356: writing smithi055169533-2 from 999424 to 1220608 tid 1 2023-10-14T00:06:11.361 INFO:tasks.rados.rados.0.smithi055.stdout:1357: read oid 36 snap -1 2023-10-14T00:06:11.361 INFO:tasks.rados.rados.0.smithi055.stdout:1357: expect (ObjNum 396 snap 110 seq_num 396) 2023-10-14T00:06:11.362 INFO:tasks.rados.rados.0.smithi055.stdout:1358: rollback oid 32 current snap is 121 2023-10-14T00:06:11.362 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 32 to 120 2023-10-14T00:06:11.362 INFO:tasks.rados.rados.0.smithi055.stdout:1359: rollback oid 40 current snap is 121 2023-10-14T00:06:11.363 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 40 to 120 2023-10-14T00:06:11.363 INFO:tasks.rados.rados.0.smithi055.stdout:1360: copy_from oid 45 from oid 17 current snap is 121 2023-10-14T00:06:11.363 INFO:tasks.rados.rados.0.smithi055.stdout:1354: finishing rollback tid 1 to smithi055169533-50 2023-10-14T00:06:11.363 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 50 v 0 (ObjNum 161 snap 0 seq_num 1) dirty dne 2023-10-14T00:06:11.364 INFO:tasks.rados.rados.0.smithi055.stdout:1354: done (6 left) 2023-10-14T00:06:11.364 INFO:tasks.rados.rados.0.smithi055.stdout:1361: snap_create 2023-10-14T00:06:11.364 INFO:tasks.rados.rados.0.smithi055.stdout:1358: finishing rollback tid 1 to smithi055169533-32 2023-10-14T00:06:11.365 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 32 v 224 (ObjNum 65 snap 0 seq_num 1718642014) dirty dne 2023-10-14T00:06:11.366 INFO:tasks.rados.rados.0.smithi055.stdout:1356: finishing write tid 1 to smithi055169533-2 2023-10-14T00:06:11.367 INFO:tasks.rados.rados.0.smithi055.stdout:1356: finishing write tid 2 to smithi055169533-2 2023-10-14T00:06:11.368 INFO:tasks.rados.rados.0.smithi055.stdout:1356: finishing write tid 3 to smithi055169533-2 2023-10-14T00:06:11.368 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 2 v 437 (ObjNum 443 snap 121 seq_num 443) dirty exists 2023-10-14T00:06:11.368 INFO:tasks.rados.rados.0.smithi055.stdout:1356: left oid 2 (ObjNum 443 snap 121 seq_num 443) 2023-10-14T00:06:11.378 INFO:tasks.rados.rados.0.smithi055.stdout:1359: finishing rollback tid 0 to smithi055169533-40 2023-10-14T00:06:11.378 INFO:tasks.rados.rados.0.smithi055.stdout:1359: finishing rollback tid 1 to smithi055169533-40 2023-10-14T00:06:11.384 INFO:tasks.rados.rados.0.smithi055.stdout:1355: finishing copy_from to smithi055169533-39 2023-10-14T00:06:11.384 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 39 v 577 (ObjNum 394 snap 110 seq_num 394) dirty exists 2023-10-14T00:06:11.385 INFO:tasks.rados.rados.0.smithi055.stdout:1355: finishing copy_from racing read to smithi055169533-39 2023-10-14T00:06:11.387 INFO:tasks.rados.rados.0.smithi055.stdout:1357: expect (ObjNum 396 snap 110 seq_num 396) 2023-10-14T00:06:11.687 INFO:tasks.rados.rados.0.smithi055.stdout:1359: finishing rollback tid 2 to smithi055169533-40 2023-10-14T00:06:11.687 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 40 v 317 (ObjNum 245 snap 56 seq_num 245) dirty exists 2023-10-14T00:06:11.687 INFO:tasks.rados.rados.0.smithi055.stdout:1360: finishing copy_from to smithi055169533-45 2023-10-14T00:06:11.687 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 45 v 389 (ObjNum 281 snap 68 seq_num 281) dirty exists 2023-10-14T00:06:11.688 INFO:tasks.rados.rados.0.smithi055.stdout:1360: finishing copy_from racing read to smithi055169533-45 2023-10-14T00:06:12.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:11 smithi055 ceph-mon[183057]: failed to encode map e309 with expected crc 2023-10-14T00:06:12.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:11 smithi055 ceph-mon[183057]: failed to encode map e309 with expected crc 2023-10-14T00:06:12.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:11 smithi055 ceph-mon[183057]: failed to encode map e310 with expected crc 2023-10-14T00:06:12.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:11 smithi055 ceph-mon[183057]: failed to encode map e310 with expected crc 2023-10-14T00:06:12.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:11 smithi055 ceph-mon[183057]: pgmap v176: 121 pgs: 121 active+clean; 247 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.0 MiB/s rd, 9.7 MiB/s wr, 27 op/s; 17 MiB/s, 4 objects/s recovering 2023-10-14T00:06:12.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:11 smithi055 ceph-mon[183057]: osdmap e311: 8 total, 8 up, 8 in 2023-10-14T00:06:12.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:11 smithi055 ceph-mon[183057]: failed to encode map e311 with expected crc 2023-10-14T00:06:12.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:11 smithi055 ceph-mon[183057]: failed to encode map e311 with expected crc 2023-10-14T00:06:12.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:11 smithi055 ceph-mon[185614]: failed to encode map e309 with expected crc 2023-10-14T00:06:12.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:11 smithi055 ceph-mon[185614]: failed to encode map e309 with expected crc 2023-10-14T00:06:12.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:11 smithi055 ceph-mon[185614]: failed to encode map e310 with expected crc 2023-10-14T00:06:12.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:11 smithi055 ceph-mon[185614]: failed to encode map e310 with expected crc 2023-10-14T00:06:12.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:11 smithi055 ceph-mon[185614]: pgmap v176: 121 pgs: 121 active+clean; 247 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.0 MiB/s rd, 9.7 MiB/s wr, 27 op/s; 17 MiB/s, 4 objects/s recovering 2023-10-14T00:06:12.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:11 smithi055 ceph-mon[185614]: osdmap e311: 8 total, 8 up, 8 in 2023-10-14T00:06:12.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:11 smithi055 ceph-mon[185614]: failed to encode map e311 with expected crc 2023-10-14T00:06:12.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:11 smithi055 ceph-mon[185614]: failed to encode map e311 with expected crc 2023-10-14T00:06:12.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:11 smithi082 ceph-mon[180771]: failed to encode map e309 with expected crc 2023-10-14T00:06:12.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:11 smithi082 ceph-mon[180771]: failed to encode map e309 with expected crc 2023-10-14T00:06:12.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:11 smithi082 ceph-mon[180771]: failed to encode map e310 with expected crc 2023-10-14T00:06:12.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:11 smithi082 ceph-mon[180771]: failed to encode map e310 with expected crc 2023-10-14T00:06:12.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:11 smithi082 ceph-mon[180771]: pgmap v176: 121 pgs: 121 active+clean; 247 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.0 MiB/s rd, 9.7 MiB/s wr, 27 op/s; 17 MiB/s, 4 objects/s recovering 2023-10-14T00:06:12.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:11 smithi082 ceph-mon[180771]: osdmap e311: 8 total, 8 up, 8 in 2023-10-14T00:06:12.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:11 smithi082 ceph-mon[180771]: failed to encode map e311 with expected crc 2023-10-14T00:06:12.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:11 smithi082 ceph-mon[180771]: failed to encode map e311 with expected crc 2023-10-14T00:06:12.339 INFO:tasks.rados.rados.0.smithi055.stdout:1355: done (6 left) 2023-10-14T00:06:12.339 INFO:tasks.rados.rados.0.smithi055.stdout:1356: done (5 left) 2023-10-14T00:06:12.339 INFO:tasks.rados.rados.0.smithi055.stdout:1357: done (4 left) 2023-10-14T00:06:12.339 INFO:tasks.rados.rados.0.smithi055.stdout:1358: done (3 left) 2023-10-14T00:06:12.340 INFO:tasks.rados.rados.0.smithi055.stdout:1359: done (2 left) 2023-10-14T00:06:12.340 INFO:tasks.rados.rados.0.smithi055.stdout:1360: done (1 left) 2023-10-14T00:06:12.340 INFO:tasks.rados.rados.0.smithi055.stdout:1361: done (0 left) 2023-10-14T00:06:12.340 INFO:tasks.rados.rados.0.smithi055.stdout:1362: read oid 31 snap 116 2023-10-14T00:06:12.340 INFO:tasks.rados.rados.0.smithi055.stdout:1362: expect deleted 2023-10-14T00:06:12.341 INFO:tasks.rados.rados.0.smithi055.stdout:1363: delete oid 4 current snap is 122 2023-10-14T00:06:12.344 INFO:tasks.rados.rados.0.smithi055.stdout:1362: done (1 left) 2023-10-14T00:06:12.344 INFO:tasks.rados.rados.0.smithi055.stdout:1363: done (0 left) 2023-10-14T00:06:12.344 INFO:tasks.rados.rados.0.smithi055.stdout:1364: snap_remove snap 118 2023-10-14T00:06:13.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:12 smithi055 ceph-mon[185614]: failed to encode map e311 with expected crc 2023-10-14T00:06:13.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:12 smithi055 ceph-mon[185614]: failed to encode map e311 with expected crc 2023-10-14T00:06:13.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:12 smithi055 ceph-mon[185614]: failed to encode map e311 with expected crc 2023-10-14T00:06:13.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:12 smithi055 ceph-mon[185614]: failed to encode map e311 with expected crc 2023-10-14T00:06:13.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:12 smithi055 ceph-mon[185614]: failed to encode map e311 with expected crc 2023-10-14T00:06:13.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:12 smithi055 ceph-mon[185614]: failed to encode map e311 with expected crc 2023-10-14T00:06:13.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:12 smithi055 ceph-mon[185614]: failed to encode map e311 with expected crc 2023-10-14T00:06:13.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:12 smithi055 ceph-mon[185614]: osdmap e312: 8 total, 8 up, 8 in 2023-10-14T00:06:13.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:12 smithi055 ceph-mon[185614]: failed to encode map e312 with expected crc 2023-10-14T00:06:13.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:12 smithi055 ceph-mon[183057]: failed to encode map e311 with expected crc 2023-10-14T00:06:13.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:12 smithi055 ceph-mon[183057]: failed to encode map e311 with expected crc 2023-10-14T00:06:13.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:12 smithi055 ceph-mon[183057]: failed to encode map e311 with expected crc 2023-10-14T00:06:13.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:12 smithi055 ceph-mon[183057]: failed to encode map e311 with expected crc 2023-10-14T00:06:13.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:12 smithi055 ceph-mon[183057]: failed to encode map e311 with expected crc 2023-10-14T00:06:13.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:12 smithi055 ceph-mon[183057]: failed to encode map e311 with expected crc 2023-10-14T00:06:13.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:12 smithi055 ceph-mon[183057]: failed to encode map e311 with expected crc 2023-10-14T00:06:13.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:12 smithi055 ceph-mon[183057]: osdmap e312: 8 total, 8 up, 8 in 2023-10-14T00:06:13.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:12 smithi055 ceph-mon[183057]: failed to encode map e312 with expected crc 2023-10-14T00:06:13.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:12 smithi082 ceph-mon[180771]: failed to encode map e311 with expected crc 2023-10-14T00:06:13.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:12 smithi082 ceph-mon[180771]: failed to encode map e311 with expected crc 2023-10-14T00:06:13.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:12 smithi082 ceph-mon[180771]: failed to encode map e311 with expected crc 2023-10-14T00:06:13.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:12 smithi082 ceph-mon[180771]: failed to encode map e311 with expected crc 2023-10-14T00:06:13.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:12 smithi082 ceph-mon[180771]: failed to encode map e311 with expected crc 2023-10-14T00:06:13.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:12 smithi082 ceph-mon[180771]: failed to encode map e311 with expected crc 2023-10-14T00:06:13.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:12 smithi082 ceph-mon[180771]: failed to encode map e311 with expected crc 2023-10-14T00:06:13.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:12 smithi082 ceph-mon[180771]: osdmap e312: 8 total, 8 up, 8 in 2023-10-14T00:06:13.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:12 smithi082 ceph-mon[180771]: failed to encode map e312 with expected crc 2023-10-14T00:06:13.342 INFO:tasks.rados.rados.0.smithi055.stdout:1364: done (0 left) 2023-10-14T00:06:13.343 INFO:tasks.rados.rados.0.smithi055.stdout:1365: read oid 34 snap -1 2023-10-14T00:06:13.343 INFO:tasks.rados.rados.0.smithi055.stdout:1365: expect deleted 2023-10-14T00:06:13.343 INFO:tasks.rados.rados.0.smithi055.stdout:1366: delete oid 33 current snap is 122 2023-10-14T00:06:13.352 INFO:tasks.rados.rados.0.smithi055.stdout:1366: done (1 left) 2023-10-14T00:06:13.353 INFO:tasks.rados.rados.0.smithi055.stdout:1367: snap_remove snap 119 2023-10-14T00:06:14.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:13 smithi055 ceph-mon[185614]: failed to encode map e312 with expected crc 2023-10-14T00:06:14.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:13 smithi055 ceph-mon[185614]: failed to encode map e312 with expected crc 2023-10-14T00:06:14.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:13 smithi055 ceph-mon[185614]: failed to encode map e312 with expected crc 2023-10-14T00:06:14.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:13 smithi055 ceph-mon[185614]: failed to encode map e312 with expected crc 2023-10-14T00:06:14.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:13 smithi055 ceph-mon[185614]: pgmap v179: 121 pgs: 121 active+clean; 247 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 7.6 MiB/s wr, 15 op/s; 4.5 MiB/s, 0 objects/s recovering 2023-10-14T00:06:14.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:13 smithi055 ceph-mon[185614]: osdmap e313: 8 total, 8 up, 8 in 2023-10-14T00:06:14.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:13 smithi055 ceph-mon[185614]: failed to encode map e313 with expected crc 2023-10-14T00:06:14.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:13 smithi055 ceph-mon[183057]: failed to encode map e312 with expected crc 2023-10-14T00:06:14.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:13 smithi055 ceph-mon[183057]: failed to encode map e312 with expected crc 2023-10-14T00:06:14.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:13 smithi055 ceph-mon[183057]: failed to encode map e312 with expected crc 2023-10-14T00:06:14.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:13 smithi055 ceph-mon[183057]: failed to encode map e312 with expected crc 2023-10-14T00:06:14.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:13 smithi055 ceph-mon[183057]: pgmap v179: 121 pgs: 121 active+clean; 247 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 7.6 MiB/s wr, 15 op/s; 4.5 MiB/s, 0 objects/s recovering 2023-10-14T00:06:14.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:13 smithi055 ceph-mon[183057]: osdmap e313: 8 total, 8 up, 8 in 2023-10-14T00:06:14.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:13 smithi055 ceph-mon[183057]: failed to encode map e313 with expected crc 2023-10-14T00:06:14.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:13 smithi082 ceph-mon[180771]: failed to encode map e312 with expected crc 2023-10-14T00:06:14.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:13 smithi082 ceph-mon[180771]: failed to encode map e312 with expected crc 2023-10-14T00:06:14.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:13 smithi082 ceph-mon[180771]: failed to encode map e312 with expected crc 2023-10-14T00:06:14.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:13 smithi082 ceph-mon[180771]: failed to encode map e312 with expected crc 2023-10-14T00:06:14.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:13 smithi082 ceph-mon[180771]: pgmap v179: 121 pgs: 121 active+clean; 247 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 7.6 MiB/s wr, 15 op/s; 4.5 MiB/s, 0 objects/s recovering 2023-10-14T00:06:14.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:13 smithi082 ceph-mon[180771]: osdmap e313: 8 total, 8 up, 8 in 2023-10-14T00:06:14.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:13 smithi082 ceph-mon[180771]: failed to encode map e313 with expected crc 2023-10-14T00:06:14.345 INFO:tasks.rados.rados.0.smithi055.stdout:1367: done (1 left) 2023-10-14T00:06:14.346 INFO:tasks.rados.rados.0.smithi055.stdout:1368: read oid 4 snap 121 2023-10-14T00:06:14.346 INFO:tasks.rados.rados.0.smithi055.stdout:1368: expect deleted 2023-10-14T00:06:14.346 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 35 current snap is 122 2023-10-14T00:06:14.346 INFO:tasks.rados.rados.0.smithi055.stdout:1369: seq_num 446 ranges {2408448=278528} 2023-10-14T00:06:14.361 INFO:tasks.rados.rados.0.smithi055.stdout:1369: writing smithi055169533-35 from 2408448 to 2686976 tid 1 2023-10-14T00:06:14.362 INFO:tasks.rados.rados.0.smithi055.stdout:1365: done (2 left) 2023-10-14T00:06:14.362 INFO:tasks.rados.rados.0.smithi055.stdout:1370: snap_create 2023-10-14T00:06:14.370 INFO:tasks.rados.rados.0.smithi055.stdout:1369: finishing write tid 1 to smithi055169533-35 2023-10-14T00:06:14.370 INFO:tasks.rados.rados.0.smithi055.stdout:1369: finishing write tid 2 to smithi055169533-35 2023-10-14T00:06:14.370 INFO:tasks.rados.rados.0.smithi055.stdout:1369: finishing write tid 3 to smithi055169533-35 2023-10-14T00:06:14.370 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 35 v 629 (ObjNum 446 snap 122 seq_num 446) dirty exists 2023-10-14T00:06:14.371 INFO:tasks.rados.rados.0.smithi055.stdout:1369: left oid 35 (ObjNum 446 snap 122 seq_num 446) 2023-10-14T00:06:14.527 INFO:teuthology.orchestra.run.smithi055.stdout:true 2023-10-14T00:06:14.872 INFO:teuthology.orchestra.run.smithi055.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-14T00:06:14.872 INFO:teuthology.orchestra.run.smithi055.stdout:alertmanager.a smithi055 *:9093,9094 running (3m) 12s ago 6m 19.8M - 0.25.0 c8568f914cd2 a43b396ec072 2023-10-14T00:06:14.873 INFO:teuthology.orchestra.run.smithi055.stdout:grafana.a smithi082 *:3000 running (2m) 97s ago 5m 83.6M - 9.4.7 2c41d148cca3 59d4f501e341 2023-10-14T00:06:14.873 INFO:teuthology.orchestra.run.smithi055.stdout:mds.a smithi055 running (6m) 12s ago 6m 15.8M - 17.2.6-1409-gc4ba9722 8659eb916c3b a64e2d68f55a 2023-10-14T00:06:14.873 INFO:teuthology.orchestra.run.smithi055.stdout:mds.b smithi082 running (6m) 97s ago 6m 20.5M - 17.2.6-1409-gc4ba9722 8659eb916c3b c8f059701aff 2023-10-14T00:06:14.873 INFO:teuthology.orchestra.run.smithi055.stdout:mgr.x smithi082 *:8443,9283,8765 running (2m) 97s ago 9m 447M - 18.0.0-6751-g3b7b697c 0b2b3aa58da0 a79a494adccf 2023-10-14T00:06:14.873 INFO:teuthology.orchestra.run.smithi055.stdout:mgr.y smithi055 *:8443,9283,8765 running (2m) 12s ago 10m 509M - 18.0.0-6751-g3b7b697c 0b2b3aa58da0 b7faf0747550 2023-10-14T00:06:14.874 INFO:teuthology.orchestra.run.smithi055.stdout:mon.a smithi055 running (2m) 12s ago 10m 76.9M 2048M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 354be3129c3e 2023-10-14T00:06:14.874 INFO:teuthology.orchestra.run.smithi055.stdout:mon.b smithi082 running (100s) 97s ago 9m 26.3M 2048M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 5214e5618df6 2023-10-14T00:06:14.874 INFO:teuthology.orchestra.run.smithi055.stdout:mon.c smithi055 running (115s) 12s ago 9m 56.3M 2048M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 bec446d3c9a5 2023-10-14T00:06:14.874 INFO:teuthology.orchestra.run.smithi055.stdout:node-exporter.a smithi055 *:9100 running (3m) 12s ago 5m 9.93M - 1.5.0 0da6a335fe13 31fbb1d63b0a 2023-10-14T00:06:14.875 INFO:teuthology.orchestra.run.smithi055.stdout:node-exporter.b smithi082 *:9100 running (2m) 97s ago 5m 8564k - 1.5.0 0da6a335fe13 16c130d1487c 2023-10-14T00:06:14.875 INFO:teuthology.orchestra.run.smithi055.stdout:osd.0 smithi055 running (73s) 12s ago 9m 172M 2487M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 b8c02bf61b69 2023-10-14T00:06:14.875 INFO:teuthology.orchestra.run.smithi055.stdout:osd.1 smithi055 running (44s) 12s ago 8m 123M 2487M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 91471615c1e6 2023-10-14T00:06:14.875 INFO:teuthology.orchestra.run.smithi055.stdout:osd.2 smithi055 running (15s) 12s ago 8m 15.0M 2487M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 01785e79dbd3 2023-10-14T00:06:14.875 INFO:teuthology.orchestra.run.smithi055.stdout:osd.3 smithi055 running (8m) 12s ago 8m 250M 2487M 17.2.6-1409-gc4ba9722 8659eb916c3b 7b50ece3fc6a 2023-10-14T00:06:14.876 INFO:teuthology.orchestra.run.smithi055.stdout:osd.4 smithi082 running (7m) 97s ago 7m 231M 2486M 17.2.6-1409-gc4ba9722 8659eb916c3b 0c6a875b6536 2023-10-14T00:06:14.876 INFO:teuthology.orchestra.run.smithi055.stdout:osd.5 smithi082 running (7m) 97s ago 7m 253M 2486M 17.2.6-1409-gc4ba9722 8659eb916c3b 4bc4f3a1610c 2023-10-14T00:06:14.876 INFO:teuthology.orchestra.run.smithi055.stdout:osd.6 smithi082 running (7m) 97s ago 7m 146M 2486M 17.2.6-1409-gc4ba9722 8659eb916c3b 534f869fa9c0 2023-10-14T00:06:14.876 INFO:teuthology.orchestra.run.smithi055.stdout:osd.7 smithi082 running (7m) 97s ago 7m 227M 2486M 17.2.6-1409-gc4ba9722 8659eb916c3b 8ed5f8f55810 2023-10-14T00:06:14.876 INFO:teuthology.orchestra.run.smithi055.stdout:prometheus.a smithi082 *:9095 running (2m) 97s ago 6m 50.0M - 2.43.0 a07b618ecd1d 2e6373651cd7 2023-10-14T00:06:15.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:14 smithi055 ceph-mon[183057]: failed to encode map e313 with expected crc 2023-10-14T00:06:15.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:14 smithi055 ceph-mon[183057]: failed to encode map e313 with expected crc 2023-10-14T00:06:15.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:14 smithi055 ceph-mon[183057]: failed to encode map e313 with expected crc 2023-10-14T00:06:15.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:14 smithi055 ceph-mon[183057]: failed to encode map e313 with expected crc 2023-10-14T00:06:15.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:14 smithi055 ceph-mon[183057]: failed to encode map e313 with expected crc 2023-10-14T00:06:15.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:14 smithi055 ceph-mon[183057]: osdmap e314: 8 total, 8 up, 8 in 2023-10-14T00:06:15.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:14 smithi055 ceph-mon[183057]: failed to encode map e314 with expected crc 2023-10-14T00:06:15.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:14 smithi055 ceph-mon[185614]: failed to encode map e313 with expected crc 2023-10-14T00:06:15.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:14 smithi055 ceph-mon[185614]: failed to encode map e313 with expected crc 2023-10-14T00:06:15.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:14 smithi055 ceph-mon[185614]: failed to encode map e313 with expected crc 2023-10-14T00:06:15.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:14 smithi055 ceph-mon[185614]: failed to encode map e313 with expected crc 2023-10-14T00:06:15.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:14 smithi055 ceph-mon[185614]: failed to encode map e313 with expected crc 2023-10-14T00:06:15.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:14 smithi055 ceph-mon[185614]: osdmap e314: 8 total, 8 up, 8 in 2023-10-14T00:06:15.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:14 smithi055 ceph-mon[185614]: failed to encode map e314 with expected crc 2023-10-14T00:06:15.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:14 smithi082 ceph-mon[180771]: failed to encode map e313 with expected crc 2023-10-14T00:06:15.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:14 smithi082 ceph-mon[180771]: failed to encode map e313 with expected crc 2023-10-14T00:06:15.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:14 smithi082 ceph-mon[180771]: failed to encode map e313 with expected crc 2023-10-14T00:06:15.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:14 smithi082 ceph-mon[180771]: failed to encode map e313 with expected crc 2023-10-14T00:06:15.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:14 smithi082 ceph-mon[180771]: failed to encode map e313 with expected crc 2023-10-14T00:06:15.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:14 smithi082 ceph-mon[180771]: osdmap e314: 8 total, 8 up, 8 in 2023-10-14T00:06:15.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:14 smithi082 ceph-mon[180771]: failed to encode map e314 with expected crc 2023-10-14T00:06:15.299 INFO:teuthology.orchestra.run.smithi055.stdout:{ 2023-10-14T00:06:15.299 INFO:teuthology.orchestra.run.smithi055.stdout: "mon": { 2023-10-14T00:06:15.299 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 18.0.0-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)": 3 2023-10-14T00:06:15.300 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:06:15.300 INFO:teuthology.orchestra.run.smithi055.stdout: "mgr": { 2023-10-14T00:06:15.300 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 18.0.0-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)": 2 2023-10-14T00:06:15.300 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:06:15.300 INFO:teuthology.orchestra.run.smithi055.stdout: "osd": { 2023-10-14T00:06:15.301 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)": 5, 2023-10-14T00:06:15.301 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 18.0.0-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)": 3 2023-10-14T00:06:15.301 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:06:15.301 INFO:teuthology.orchestra.run.smithi055.stdout: "mds": { 2023-10-14T00:06:15.301 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)": 2 2023-10-14T00:06:15.302 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:06:15.302 INFO:teuthology.orchestra.run.smithi055.stdout: "overall": { 2023-10-14T00:06:15.302 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)": 7, 2023-10-14T00:06:15.302 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 18.0.0-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)": 8 2023-10-14T00:06:15.302 INFO:teuthology.orchestra.run.smithi055.stdout: } 2023-10-14T00:06:15.303 INFO:teuthology.orchestra.run.smithi055.stdout:} 2023-10-14T00:06:15.317 INFO:tasks.rados.rados.0.smithi055.stdout:1368: done (2 left) 2023-10-14T00:06:15.317 INFO:tasks.rados.rados.0.smithi055.stdout:1369: done (1 left) 2023-10-14T00:06:15.318 INFO:tasks.rados.rados.0.smithi055.stdout:1370: done (0 left) 2023-10-14T00:06:15.318 INFO:tasks.rados.rados.0.smithi055.stdout:1371: read oid 39 snap -1 2023-10-14T00:06:15.318 INFO:tasks.rados.rados.0.smithi055.stdout:1371: expect (ObjNum 394 snap 110 seq_num 394) 2023-10-14T00:06:15.318 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 31 current snap is 123 2023-10-14T00:06:15.318 INFO:tasks.rados.rados.0.smithi055.stdout:1372: seq_num 447 ranges {2367488=294912} 2023-10-14T00:06:15.332 INFO:tasks.rados.rados.0.smithi055.stdout:1372: writing smithi055169533-31 from 2367488 to 2662400 tid 1 2023-10-14T00:06:15.333 INFO:tasks.rados.rados.0.smithi055.stdout:1373: read oid 20 snap -1 2023-10-14T00:06:15.333 INFO:tasks.rados.rados.0.smithi055.stdout:1373: expect (ObjNum 351 snap 93 seq_num 351) 2023-10-14T00:06:15.333 INFO:tasks.rados.rados.0.smithi055.stdout:1374: setattr oid 1 current snap is 123 2023-10-14T00:06:15.333 INFO:tasks.rados.rados.0.smithi055.stdout:1375: setattr oid 13 current snap is 123 2023-10-14T00:06:15.334 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 49 current snap is 123 2023-10-14T00:06:15.334 INFO:tasks.rados.rados.0.smithi055.stdout:1376: seq_num 448 ranges {5414912=311296} 2023-10-14T00:06:15.369 INFO:tasks.rados.rados.0.smithi055.stdout:1376: writing smithi055169533-49 from 5414912 to 5726208 tid 1 2023-10-14T00:06:15.369 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 27 current snap is 123 2023-10-14T00:06:15.369 INFO:tasks.rados.rados.0.smithi055.stdout:1377: seq_num 449 ranges {0=327680} 2023-10-14T00:06:15.371 INFO:tasks.rados.rados.0.smithi055.stdout:1377: writing smithi055169533-27 from 0 to 327680 tid 1 2023-10-14T00:06:15.371 INFO:tasks.rados.rados.0.smithi055.stdout:1378: rollback oid 33 current snap is 123 2023-10-14T00:06:15.371 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 33 to 122 2023-10-14T00:06:15.371 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 1 v 522 (ObjNum 161 snap 0 seq_num 0) dirty exists 2023-10-14T00:06:15.372 INFO:tasks.rados.rados.0.smithi055.stdout:1371: expect (ObjNum 394 snap 110 seq_num 394) 2023-10-14T00:06:15.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:06:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:06:15] "GET /metrics HTTP/1.1" 200 36063 "" "Prometheus/2.43.0" 2023-10-14T00:06:15.562 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 13 v 523 (ObjNum 381 snap 100 seq_num 381) dirty exists 2023-10-14T00:06:15.562 INFO:tasks.rados.rados.0.smithi055.stdout:1372: finishing write tid 1 to smithi055169533-31 2023-10-14T00:06:15.562 INFO:tasks.rados.rados.0.smithi055.stdout:1372: finishing write tid 2 to smithi055169533-31 2023-10-14T00:06:15.562 INFO:tasks.rados.rados.0.smithi055.stdout:1372: finishing write tid 3 to smithi055169533-31 2023-10-14T00:06:15.563 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 31 v 444 (ObjNum 447 snap 123 seq_num 447) dirty exists 2023-10-14T00:06:15.563 INFO:tasks.rados.rados.0.smithi055.stdout:1372: left oid 31 (ObjNum 447 snap 123 seq_num 447) 2023-10-14T00:06:15.563 INFO:tasks.rados.rados.0.smithi055.stdout:1371: done (7 left) 2023-10-14T00:06:15.563 INFO:tasks.rados.rados.0.smithi055.stdout:1372: done (6 left) 2023-10-14T00:06:15.564 INFO:tasks.rados.rados.0.smithi055.stdout:1374: done (5 left) 2023-10-14T00:06:15.564 INFO:tasks.rados.rados.0.smithi055.stdout:1375: done (4 left) 2023-10-14T00:06:15.564 INFO:tasks.rados.rados.0.smithi055.stdout:1379: snap_remove snap 120 2023-10-14T00:06:16.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:15 smithi055 ceph-mon[183057]: failed to encode map e314 with expected crc 2023-10-14T00:06:16.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:15 smithi055 ceph-mon[183057]: failed to encode map e314 with expected crc 2023-10-14T00:06:16.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:15 smithi055 ceph-mon[183057]: failed to encode map e314 with expected crc 2023-10-14T00:06:16.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:15 smithi055 ceph-mon[183057]: from='client.44174 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:06:16.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:15 smithi055 ceph-mon[183057]: pgmap v182: 121 pgs: 121 active+clean; 251 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 4.3 MiB/s rd, 1.2 MiB/s wr, 5 op/s 2023-10-14T00:06:16.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:15 smithi055 ceph-mon[183057]: from='client.34239 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:06:16.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:15 smithi055 ceph-mon[183057]: from='client.? 172.21.15.55:0/466869108' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:06:16.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:15 smithi055 ceph-mon[183057]: failed to encode map e315 with expected crc 2023-10-14T00:06:16.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:15 smithi055 ceph-mon[183057]: osdmap e315: 8 total, 8 up, 8 in 2023-10-14T00:06:16.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:15 smithi055 ceph-mon[183057]: failed to encode map e315 with expected crc 2023-10-14T00:06:16.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:15 smithi055 ceph-mon[185614]: failed to encode map e314 with expected crc 2023-10-14T00:06:16.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:15 smithi055 ceph-mon[185614]: failed to encode map e314 with expected crc 2023-10-14T00:06:16.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:15 smithi055 ceph-mon[185614]: failed to encode map e314 with expected crc 2023-10-14T00:06:16.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:15 smithi055 ceph-mon[185614]: from='client.44174 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:06:16.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:15 smithi055 ceph-mon[185614]: pgmap v182: 121 pgs: 121 active+clean; 251 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 4.3 MiB/s rd, 1.2 MiB/s wr, 5 op/s 2023-10-14T00:06:16.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:15 smithi055 ceph-mon[185614]: from='client.34239 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:06:16.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:15 smithi055 ceph-mon[185614]: from='client.? 172.21.15.55:0/466869108' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:06:16.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:15 smithi055 ceph-mon[185614]: failed to encode map e315 with expected crc 2023-10-14T00:06:16.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:15 smithi055 ceph-mon[185614]: osdmap e315: 8 total, 8 up, 8 in 2023-10-14T00:06:16.021 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:15 smithi055 ceph-mon[185614]: failed to encode map e315 with expected crc 2023-10-14T00:06:16.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:15 smithi082 ceph-mon[180771]: failed to encode map e314 with expected crc 2023-10-14T00:06:16.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:15 smithi082 ceph-mon[180771]: failed to encode map e314 with expected crc 2023-10-14T00:06:16.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:15 smithi082 ceph-mon[180771]: failed to encode map e314 with expected crc 2023-10-14T00:06:16.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:15 smithi082 ceph-mon[180771]: from='client.44174 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:06:16.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:15 smithi082 ceph-mon[180771]: pgmap v182: 121 pgs: 121 active+clean; 251 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 4.3 MiB/s rd, 1.2 MiB/s wr, 5 op/s 2023-10-14T00:06:16.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:15 smithi082 ceph-mon[180771]: from='client.34239 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:06:16.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:15 smithi082 ceph-mon[180771]: from='client.? 172.21.15.55:0/466869108' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:06:16.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:15 smithi082 ceph-mon[180771]: failed to encode map e315 with expected crc 2023-10-14T00:06:16.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:15 smithi082 ceph-mon[180771]: osdmap e315: 8 total, 8 up, 8 in 2023-10-14T00:06:16.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:15 smithi082 ceph-mon[180771]: failed to encode map e315 with expected crc 2023-10-14T00:06:16.328 INFO:tasks.rados.rados.0.smithi055.stdout:1379: done (4 left) 2023-10-14T00:06:16.329 INFO:tasks.rados.rados.0.smithi055.stdout:1380: delete oid 10 current snap is 123 2023-10-14T00:06:16.329 INFO:tasks.rados.rados.0.smithi055.stdout:1373: expect (ObjNum 351 snap 93 seq_num 351) 2023-10-14T00:06:16.738 INFO:tasks.rados.rados.0.smithi055.stdout:1376: finishing write tid 1 to smithi055169533-49 2023-10-14T00:06:16.738 INFO:tasks.rados.rados.0.smithi055.stdout:1378: finishing rollback tid 1 to smithi055169533-33 2023-10-14T00:06:16.738 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 33 v 406 (ObjNum 161 snap 0 seq_num 44966085) dirty dne 2023-10-14T00:06:16.739 INFO:tasks.rados.rados.0.smithi055.stdout:1376: finishing write tid 2 to smithi055169533-49 2023-10-14T00:06:16.739 INFO:tasks.rados.rados.0.smithi055.stdout:1373: done (4 left) 2023-10-14T00:06:16.739 INFO:tasks.rados.rados.0.smithi055.stdout:1378: done (3 left) 2023-10-14T00:06:16.739 INFO:tasks.rados.rados.0.smithi055.stdout:1380: done (2 left) 2023-10-14T00:06:16.739 INFO:tasks.rados.rados.0.smithi055.stdout:1381: snap_create 2023-10-14T00:06:16.740 INFO:tasks.rados.rados.0.smithi055.stdout:1377: finishing write tid 1 to smithi055169533-27 2023-10-14T00:06:16.740 INFO:tasks.rados.rados.0.smithi055.stdout:1377: finishing write tid 2 to smithi055169533-27 2023-10-14T00:06:16.740 INFO:tasks.rados.rados.0.smithi055.stdout:1376: finishing write tid 3 to smithi055169533-49 2023-10-14T00:06:16.740 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 49 v 674 (ObjNum 448 snap 123 seq_num 448) dirty exists 2023-10-14T00:06:16.740 INFO:tasks.rados.rados.0.smithi055.stdout:1376: left oid 49 (ObjNum 448 snap 123 seq_num 448) 2023-10-14T00:06:16.741 INFO:tasks.rados.rados.0.smithi055.stdout:1377: finishing write tid 3 to smithi055169533-27 2023-10-14T00:06:16.741 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 27 v 633 (ObjNum 449 snap 123 seq_num 449) dirty exists 2023-10-14T00:06:16.741 INFO:tasks.rados.rados.0.smithi055.stdout:1377: left oid 27 (ObjNum 449 snap 123 seq_num 449) 2023-10-14T00:06:17.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:16 smithi055 ceph-mon[185614]: failed to encode map e315 with expected crc 2023-10-14T00:06:17.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:16 smithi055 ceph-mon[185614]: failed to encode map e316 with expected crc 2023-10-14T00:06:17.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:16 smithi055 ceph-mon[185614]: osdmap e316: 8 total, 8 up, 8 in 2023-10-14T00:06:17.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:16 smithi055 ceph-mon[185614]: failed to encode map e316 with expected crc 2023-10-14T00:06:17.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:16 smithi055 ceph-mon[183057]: failed to encode map e315 with expected crc 2023-10-14T00:06:17.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:16 smithi055 ceph-mon[183057]: failed to encode map e316 with expected crc 2023-10-14T00:06:17.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:16 smithi055 ceph-mon[183057]: osdmap e316: 8 total, 8 up, 8 in 2023-10-14T00:06:17.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:16 smithi055 ceph-mon[183057]: failed to encode map e316 with expected crc 2023-10-14T00:06:17.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:16 smithi082 ceph-mon[180771]: failed to encode map e315 with expected crc 2023-10-14T00:06:17.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:16 smithi082 ceph-mon[180771]: failed to encode map e316 with expected crc 2023-10-14T00:06:17.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:16 smithi082 ceph-mon[180771]: osdmap e316: 8 total, 8 up, 8 in 2023-10-14T00:06:17.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:16 smithi082 ceph-mon[180771]: failed to encode map e316 with expected crc 2023-10-14T00:06:17.706 INFO:tasks.rados.rados.0.smithi055.stdout:1376: done (2 left) 2023-10-14T00:06:17.707 INFO:tasks.rados.rados.0.smithi055.stdout:1377: done (1 left) 2023-10-14T00:06:17.707 INFO:tasks.rados.rados.0.smithi055.stdout:1381: done (0 left) 2023-10-14T00:06:17.707 INFO:tasks.rados.rados.0.smithi055.stdout:1382: snap_create 2023-10-14T00:06:18.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:17 smithi055 ceph-mon[185614]: failed to encode map e316 with expected crc 2023-10-14T00:06:18.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:17 smithi055 ceph-mon[185614]: pgmap v185: 121 pgs: 121 active+clean; 266 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 4.3 MiB/s rd, 4.8 MiB/s wr, 8 op/s 2023-10-14T00:06:18.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:17 smithi055 ceph-mon[183057]: failed to encode map e316 with expected crc 2023-10-14T00:06:18.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:17 smithi055 ceph-mon[183057]: pgmap v185: 121 pgs: 121 active+clean; 266 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 4.3 MiB/s rd, 4.8 MiB/s wr, 8 op/s 2023-10-14T00:06:18.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:17 smithi082 ceph-mon[180771]: failed to encode map e316 with expected crc 2023-10-14T00:06:18.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:17 smithi082 ceph-mon[180771]: pgmap v185: 121 pgs: 121 active+clean; 266 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 4.3 MiB/s rd, 4.8 MiB/s wr, 8 op/s 2023-10-14T00:06:18.707 INFO:tasks.rados.rados.0.smithi055.stdout:1382: done (0 left) 2023-10-14T00:06:18.707 INFO:tasks.rados.rados.0.smithi055.stdout:1383: rollback oid 2 current snap is 125 2023-10-14T00:06:18.708 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 2 to 123 2023-10-14T00:06:18.708 INFO:tasks.rados.rados.0.smithi055.stdout:1384: read oid 21 snap -1 2023-10-14T00:06:18.708 INFO:tasks.rados.rados.0.smithi055.stdout:1384: expect (ObjNum 429 snap 118 seq_num 429) 2023-10-14T00:06:18.708 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 44 current snap is 125 2023-10-14T00:06:18.709 INFO:tasks.rados.rados.0.smithi055.stdout:1385: seq_num 451 ranges {10690560=360448} 2023-10-14T00:06:18.770 INFO:tasks.rados.rados.0.smithi055.stdout:1385: writing smithi055169533-44 from 10690560 to 11051008 tid 1 2023-10-14T00:06:18.771 INFO:tasks.rados.rados.0.smithi055.stdout:1386: delete oid 1 current snap is 125 2023-10-14T00:06:18.771 INFO:tasks.rados.rados.0.smithi055.stdout:1383: finishing rollback tid 0 to smithi055169533-2 2023-10-14T00:06:18.771 INFO:tasks.rados.rados.0.smithi055.stdout:1383: finishing rollback tid 1 to smithi055169533-2 2023-10-14T00:06:18.771 INFO:tasks.rados.rados.0.smithi055.stdout:1383: finishing rollback tid 2 to smithi055169533-2 2023-10-14T00:06:18.771 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 2 v 452 (ObjNum 443 snap 121 seq_num 443) dirty exists 2023-10-14T00:06:18.772 INFO:tasks.rados.rados.0.smithi055.stdout:1384: expect (ObjNum 429 snap 118 seq_num 429) 2023-10-14T00:06:18.932 INFO:tasks.rados.rados.0.smithi055.stdout:1385: finishing write tid 1 to smithi055169533-44 2023-10-14T00:06:18.932 INFO:tasks.rados.rados.0.smithi055.stdout:1385: finishing write tid 2 to smithi055169533-44 2023-10-14T00:06:18.932 INFO:tasks.rados.rados.0.smithi055.stdout:1385: finishing write tid 3 to smithi055169533-44 2023-10-14T00:06:18.933 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 44 v 391 (ObjNum 451 snap 125 seq_num 451) dirty exists 2023-10-14T00:06:18.933 INFO:tasks.rados.rados.0.smithi055.stdout:1385: left oid 44 (ObjNum 451 snap 125 seq_num 451) 2023-10-14T00:06:18.933 INFO:tasks.rados.rados.0.smithi055.stdout:1383: done (3 left) 2023-10-14T00:06:18.933 INFO:tasks.rados.rados.0.smithi055.stdout:1384: done (2 left) 2023-10-14T00:06:18.934 INFO:tasks.rados.rados.0.smithi055.stdout:1385: done (1 left) 2023-10-14T00:06:18.934 INFO:tasks.rados.rados.0.smithi055.stdout:1386: done (0 left) 2023-10-14T00:06:18.934 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 49 current snap is 125 2023-10-14T00:06:18.934 INFO:tasks.rados.rados.0.smithi055.stdout:1387: seq_num 453 ranges {5726208=393216} 2023-10-14T00:06:18.966 INFO:tasks.rados.rados.0.smithi055.stdout:1387: writing smithi055169533-49 from 5726208 to 6119424 tid 1 2023-10-14T00:06:18.966 INFO:tasks.rados.rados.0.smithi055.stdout:1388: snap_remove snap 114 2023-10-14T00:06:19.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:18 smithi055 ceph-mon[183057]: failed to encode map e317 with expected crc 2023-10-14T00:06:19.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:18 smithi055 ceph-mon[183057]: osdmap e317: 8 total, 8 up, 8 in 2023-10-14T00:06:19.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:18 smithi055 ceph-mon[183057]: failed to encode map e317 with expected crc 2023-10-14T00:06:19.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:18 smithi055 ceph-mon[183057]: failed to encode map e317 with expected crc 2023-10-14T00:06:19.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:18 smithi055 ceph-mon[185614]: failed to encode map e317 with expected crc 2023-10-14T00:06:19.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:18 smithi055 ceph-mon[185614]: osdmap e317: 8 total, 8 up, 8 in 2023-10-14T00:06:19.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:18 smithi055 ceph-mon[185614]: failed to encode map e317 with expected crc 2023-10-14T00:06:19.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:18 smithi055 ceph-mon[185614]: failed to encode map e317 with expected crc 2023-10-14T00:06:19.125 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:06:18 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:06: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-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi055:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi082.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-10-14T00:06:19.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:18 smithi082 ceph-mon[180771]: failed to encode map e317 with expected crc 2023-10-14T00:06:19.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:18 smithi082 ceph-mon[180771]: osdmap e317: 8 total, 8 up, 8 in 2023-10-14T00:06:19.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:18 smithi082 ceph-mon[180771]: failed to encode map e317 with expected crc 2023-10-14T00:06:19.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:18 smithi082 ceph-mon[180771]: failed to encode map e317 with expected crc 2023-10-14T00:06:19.733 INFO:tasks.rados.rados.0.smithi055.stdout:1388: done (1 left) 2023-10-14T00:06:19.733 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 39 current snap is 125 2023-10-14T00:06:19.734 INFO:tasks.rados.rados.0.smithi055.stdout:1387: finishing write tid 1 to smithi055169533-49 2023-10-14T00:06:19.734 INFO:tasks.rados.rados.0.smithi055.stdout:1389: seq_num 454 ranges {4317184=409600} 2023-10-14T00:06:19.761 INFO:tasks.rados.rados.0.smithi055.stdout:1389: writing smithi055169533-39 from 4317184 to 4726784 tid 1 2023-10-14T00:06:19.761 INFO:tasks.rados.rados.0.smithi055.stdout:1390: setattr oid 30 current snap is 125 2023-10-14T00:06:19.761 INFO:tasks.rados.rados.0.smithi055.stdout:1387: finishing write tid 2 to smithi055169533-49 2023-10-14T00:06:19.762 INFO:tasks.rados.rados.0.smithi055.stdout:1387: finishing write tid 3 to smithi055169533-49 2023-10-14T00:06:19.762 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 49 v 679 (ObjNum 453 snap 125 seq_num 453) dirty exists 2023-10-14T00:06:19.762 INFO:tasks.rados.rados.0.smithi055.stdout:1387: left oid 49 (ObjNum 453 snap 125 seq_num 453) 2023-10-14T00:06:19.763 INFO:tasks.rados.rados.0.smithi055.stdout:1387: done (2 left) 2023-10-14T00:06:19.763 INFO:tasks.rados.rados.0.smithi055.stdout:1391: copy_from oid 47 from oid 9 current snap is 125 2023-10-14T00:06:19.764 INFO:tasks.rados.rados.0.smithi055.stdout:1392: snap_create 2023-10-14T00:06:19.764 INFO:tasks.rados.rados.0.smithi055.stdout:1389: finishing write tid 1 to smithi055169533-39 2023-10-14T00:06:19.765 INFO:tasks.rados.rados.0.smithi055.stdout:1389: finishing write tid 2 to smithi055169533-39 2023-10-14T00:06:19.766 INFO:tasks.rados.rados.0.smithi055.stdout:1389: finishing write tid 3 to smithi055169533-39 2023-10-14T00:06:19.766 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 39 v 648 (ObjNum 454 snap 125 seq_num 454) dirty exists 2023-10-14T00:06:19.766 INFO:tasks.rados.rados.0.smithi055.stdout:1389: left oid 39 (ObjNum 454 snap 125 seq_num 454) 2023-10-14T00:06:19.766 INFO:tasks.rados.rados.0.smithi055.stdout:1391: finishing copy_from racing read to smithi055169533-47 2023-10-14T00:06:19.767 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 30 v 476 (ObjNum 427 snap 118 seq_num 427) dirty exists 2023-10-14T00:06:19.767 INFO:tasks.rados.rados.0.smithi055.stdout:1391: finishing copy_from to smithi055169533-47 2023-10-14T00:06:19.767 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 47 v 202 (ObjNum 161 snap 0 seq_num 1) dirty exists 2023-10-14T00:06:20.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:19 smithi055 ceph-mon[185614]: failed to encode map e317 with expected crc 2023-10-14T00:06:20.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:19 smithi055 ceph-mon[185614]: failed to encode map e318 with expected crc 2023-10-14T00:06:20.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:19 smithi055 ceph-mon[185614]: failed to encode map e318 with expected crc 2023-10-14T00:06:20.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:19 smithi055 ceph-mon[185614]: osdmap e318: 8 total, 8 up, 8 in 2023-10-14T00:06:20.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:19 smithi055 ceph-mon[185614]: failed to encode map e318 with expected crc 2023-10-14T00:06:20.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:19 smithi055 ceph-mon[185614]: pgmap v188: 121 pgs: 121 active+clean; 266 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 3.7 MiB/s wr, 14 op/s 2023-10-14T00:06:20.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:19 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:20.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:19 smithi055 ceph-mon[183057]: failed to encode map e317 with expected crc 2023-10-14T00:06:20.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:19 smithi055 ceph-mon[183057]: failed to encode map e318 with expected crc 2023-10-14T00:06:20.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:19 smithi055 ceph-mon[183057]: failed to encode map e318 with expected crc 2023-10-14T00:06:20.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:19 smithi055 ceph-mon[183057]: osdmap e318: 8 total, 8 up, 8 in 2023-10-14T00:06:20.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:19 smithi055 ceph-mon[183057]: failed to encode map e318 with expected crc 2023-10-14T00:06:20.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:19 smithi055 ceph-mon[183057]: pgmap v188: 121 pgs: 121 active+clean; 266 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 3.7 MiB/s wr, 14 op/s 2023-10-14T00:06:20.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:19 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:20.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:19 smithi082 ceph-mon[180771]: failed to encode map e317 with expected crc 2023-10-14T00:06:20.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:19 smithi082 ceph-mon[180771]: failed to encode map e318 with expected crc 2023-10-14T00:06:20.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:19 smithi082 ceph-mon[180771]: failed to encode map e318 with expected crc 2023-10-14T00:06:20.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:19 smithi082 ceph-mon[180771]: osdmap e318: 8 total, 8 up, 8 in 2023-10-14T00:06:20.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:19 smithi082 ceph-mon[180771]: failed to encode map e318 with expected crc 2023-10-14T00:06:20.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:19 smithi082 ceph-mon[180771]: pgmap v188: 121 pgs: 121 active+clean; 266 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 3.7 MiB/s wr, 14 op/s 2023-10-14T00:06:20.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:19 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:20.318 INFO:tasks.rados.rados.0.smithi055.stdout:1389: done (3 left) 2023-10-14T00:06:20.318 INFO:tasks.rados.rados.0.smithi055.stdout:1390: done (2 left) 2023-10-14T00:06:20.318 INFO:tasks.rados.rados.0.smithi055.stdout:1391: done (1 left) 2023-10-14T00:06:20.319 INFO:tasks.rados.rados.0.smithi055.stdout:1392: done (0 left) 2023-10-14T00:06:20.319 INFO:tasks.rados.rados.0.smithi055.stdout:1393: snap_remove snap 123 2023-10-14T00:06:21.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:20 smithi055 ceph-mon[183057]: failed to encode map e319 with expected crc 2023-10-14T00:06:21.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:20 smithi055 ceph-mon[183057]: osdmap e319: 8 total, 8 up, 8 in 2023-10-14T00:06:21.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:20 smithi055 ceph-mon[183057]: failed to encode map e319 with expected crc 2023-10-14T00:06:21.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:20 smithi055 ceph-mon[183057]: failed to encode map e319 with expected crc 2023-10-14T00:06:21.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:20 smithi055 ceph-mon[183057]: failed to encode map e320 with expected crc 2023-10-14T00:06:21.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:20 smithi055 ceph-mon[183057]: osdmap e320: 8 total, 8 up, 8 in 2023-10-14T00:06:21.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:20 smithi055 ceph-mon[185614]: failed to encode map e319 with expected crc 2023-10-14T00:06:21.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:20 smithi055 ceph-mon[185614]: osdmap e319: 8 total, 8 up, 8 in 2023-10-14T00:06:21.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:20 smithi055 ceph-mon[185614]: failed to encode map e319 with expected crc 2023-10-14T00:06:21.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:20 smithi055 ceph-mon[185614]: failed to encode map e319 with expected crc 2023-10-14T00:06:21.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:20 smithi055 ceph-mon[185614]: failed to encode map e320 with expected crc 2023-10-14T00:06:21.021 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:20 smithi055 ceph-mon[185614]: osdmap e320: 8 total, 8 up, 8 in 2023-10-14T00:06:21.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:20 smithi082 ceph-mon[180771]: failed to encode map e319 with expected crc 2023-10-14T00:06:21.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:20 smithi082 ceph-mon[180771]: osdmap e319: 8 total, 8 up, 8 in 2023-10-14T00:06:21.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:20 smithi082 ceph-mon[180771]: failed to encode map e319 with expected crc 2023-10-14T00:06:21.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:20 smithi082 ceph-mon[180771]: failed to encode map e319 with expected crc 2023-10-14T00:06:21.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:20 smithi082 ceph-mon[180771]: failed to encode map e320 with expected crc 2023-10-14T00:06:21.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:20 smithi082 ceph-mon[180771]: osdmap e320: 8 total, 8 up, 8 in 2023-10-14T00:06:21.323 INFO:tasks.rados.rados.0.smithi055.stdout:1393: done (0 left) 2023-10-14T00:06:21.323 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 8 current snap is 126 2023-10-14T00:06:21.324 INFO:tasks.rados.rados.0.smithi055.stdout:1394: seq_num 455 ranges {40960=425984} 2023-10-14T00:06:21.329 INFO:tasks.rados.rados.0.smithi055.stdout:1394: writing smithi055169533-8 from 40960 to 466944 tid 1 2023-10-14T00:06:21.330 INFO:tasks.rados.rados.0.smithi055.stdout:1395: rollback oid 31 current snap is 126 2023-10-14T00:06:21.330 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 31 to 116 2023-10-14T00:06:21.330 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 20 current snap is 126 2023-10-14T00:06:21.331 INFO:tasks.rados.rados.0.smithi055.stdout:1396: seq_num 456 ranges {7307264=442368} 2023-10-14T00:06:21.371 INFO:tasks.rados.rados.0.smithi055.stdout:1396: writing smithi055169533-20 from 7307264 to 7749632 tid 1 2023-10-14T00:06:21.371 INFO:tasks.rados.rados.0.smithi055.stdout:1397: read oid 41 snap -1 2023-10-14T00:06:21.372 INFO:tasks.rados.rados.0.smithi055.stdout:1397: expect (ObjNum 329 snap 84 seq_num 329) 2023-10-14T00:06:21.372 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 50 current snap is 126 2023-10-14T00:06:21.372 INFO:tasks.rados.rados.0.smithi055.stdout:1395: finishing rollback tid 0 to smithi055169533-31 2023-10-14T00:06:21.372 INFO:tasks.rados.rados.0.smithi055.stdout:1395: finishing rollback tid 1 to smithi055169533-31 2023-10-14T00:06:21.373 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 31 v 459 (ObjNum 161 snap 0 seq_num 0) dirty dne 2023-10-14T00:06:21.373 INFO:tasks.rados.rados.0.smithi055.stdout:1394: finishing write tid 1 to smithi055169533-8 2023-10-14T00:06:21.374 INFO:tasks.rados.rados.0.smithi055.stdout:1394: finishing write tid 2 to smithi055169533-8 2023-10-14T00:06:21.374 INFO:tasks.rados.rados.0.smithi055.stdout:1394: finishing write tid 3 to smithi055169533-8 2023-10-14T00:06:21.374 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 8 v 424 (ObjNum 455 snap 126 seq_num 455) dirty exists 2023-10-14T00:06:21.375 INFO:tasks.rados.rados.0.smithi055.stdout:1394: left oid 8 (ObjNum 455 snap 126 seq_num 455) 2023-10-14T00:06:21.375 INFO:tasks.rados.rados.0.smithi055.stdout:1398: seq_num 457 ranges {0=458752} 2023-10-14T00:06:21.376 INFO:tasks.rados.rados.0.smithi055.stdout:1398: writing smithi055169533-50 from 0 to 458752 tid 1 2023-10-14T00:06:21.377 INFO:tasks.rados.rados.0.smithi055.stdout:1394: done (4 left) 2023-10-14T00:06:21.377 INFO:tasks.rados.rados.0.smithi055.stdout:1395: done (3 left) 2023-10-14T00:06:21.377 INFO:tasks.rados.rados.0.smithi055.stdout:1399: rollback oid 47 current snap is 126 2023-10-14T00:06:21.378 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 47 to 104 2023-10-14T00:06:21.378 INFO:tasks.rados.rados.0.smithi055.stdout:1400: read oid 43 snap -1 2023-10-14T00:06:21.378 INFO:tasks.rados.rados.0.smithi055.stdout:1400: expect (ObjNum 349 snap 93 seq_num 349) 2023-10-14T00:06:21.378 INFO:tasks.rados.rados.0.smithi055.stdout:1401: rollback oid 42 current snap is 126 2023-10-14T00:06:21.379 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 42 to 124 2023-10-14T00:06:21.379 INFO:tasks.rados.rados.0.smithi055.stdout:1402: read oid 49 snap -1 2023-10-14T00:06:21.379 INFO:tasks.rados.rados.0.smithi055.stdout:1402: expect (ObjNum 453 snap 125 seq_num 453) 2023-10-14T00:06:21.379 INFO:tasks.rados.rados.0.smithi055.stdout:1403: delete oid 22 current snap is 126 2023-10-14T00:06:21.380 INFO:tasks.rados.rados.0.smithi055.stdout:1396: finishing write tid 1 to smithi055169533-20 2023-10-14T00:06:21.380 INFO:tasks.rados.rados.0.smithi055.stdout:1396: finishing write tid 2 to smithi055169533-20 2023-10-14T00:06:21.381 INFO:tasks.rados.rados.0.smithi055.stdout:1396: finishing write tid 3 to smithi055169533-20 2023-10-14T00:06:21.381 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 20 v 465 (ObjNum 456 snap 126 seq_num 456) dirty exists 2023-10-14T00:06:21.381 INFO:tasks.rados.rados.0.smithi055.stdout:1396: left oid 20 (ObjNum 456 snap 126 seq_num 456) 2023-10-14T00:06:21.381 INFO:tasks.rados.rados.0.smithi055.stdout:1401: finishing rollback tid 1 to smithi055169533-42 2023-10-14T00:06:21.382 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 42 v 458 (ObjNum 161 snap 0 seq_num 1) dirty dne 2023-10-14T00:06:21.382 INFO:tasks.rados.rados.0.smithi055.stdout:1398: finishing write tid 1 to smithi055169533-50 2023-10-14T00:06:21.383 INFO:tasks.rados.rados.0.smithi055.stdout:1398: finishing write tid 2 to smithi055169533-50 2023-10-14T00:06:21.384 INFO:tasks.rados.rados.0.smithi055.stdout:1398: finishing write tid 3 to smithi055169533-50 2023-10-14T00:06:21.384 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 50 v 652 (ObjNum 457 snap 126 seq_num 457) dirty exists 2023-10-14T00:06:21.384 INFO:tasks.rados.rados.0.smithi055.stdout:1398: left oid 50 (ObjNum 457 snap 126 seq_num 457) 2023-10-14T00:06:21.385 INFO:tasks.rados.rados.0.smithi055.stdout:1396: done (7 left) 2023-10-14T00:06:21.385 INFO:tasks.rados.rados.0.smithi055.stdout:1398: done (6 left) 2023-10-14T00:06:21.385 INFO:tasks.rados.rados.0.smithi055.stdout:1401: done (5 left) 2023-10-14T00:06:21.385 INFO:tasks.rados.rados.0.smithi055.stdout:1403: done (4 left) 2023-10-14T00:06:21.386 INFO:tasks.rados.rados.0.smithi055.stdout:1404: rollback oid 19 current snap is 126 2023-10-14T00:06:21.386 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 19 to 104 2023-10-14T00:06:21.386 INFO:tasks.rados.rados.0.smithi055.stdout:1405: read oid 17 snap 124 2023-10-14T00:06:21.386 INFO:tasks.rados.rados.0.smithi055.stdout:1405: expect (ObjNum 281 snap 68 seq_num 281) 2023-10-14T00:06:21.389 INFO:tasks.rados.rados.0.smithi055.stdout:1406: read oid 25 snap -1 2023-10-14T00:06:21.389 INFO:tasks.rados.rados.0.smithi055.stdout:1406: expect (ObjNum 417 snap 117 seq_num 417) 2023-10-14T00:06:21.396 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 48 current snap is 126 2023-10-14T00:06:21.396 INFO:tasks.rados.rados.0.smithi055.stdout:1399: finishing rollback tid 0 to smithi055169533-47 2023-10-14T00:06:21.396 INFO:tasks.rados.rados.0.smithi055.stdout:1399: finishing rollback tid 1 to smithi055169533-47 2023-10-14T00:06:21.396 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 47 v 472 (ObjNum 289 snap 0 seq_num 1) dirty dne 2023-10-14T00:06:21.397 INFO:tasks.rados.rados.0.smithi055.stdout:1407: seq_num 459 ranges {2646016=491520} 2023-10-14T00:06:21.416 INFO:tasks.rados.rados.0.smithi055.stdout:1407: writing smithi055169533-48 from 2646016 to 3137536 tid 1 2023-10-14T00:06:21.416 INFO:tasks.rados.rados.0.smithi055.stdout:1399: done (7 left) 2023-10-14T00:06:21.416 INFO:tasks.rados.rados.0.smithi055.stdout:1408: rmattr oid 15 current snap is 126 2023-10-14T00:06:21.416 INFO:tasks.rados.rados.0.smithi055.stdout:1404: finishing rollback tid 1 to smithi055169533-19 2023-10-14T00:06:21.416 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 19 v 421 (ObjNum 161 snap 0 seq_num 1) dirty dne 2023-10-14T00:06:21.417 INFO:tasks.rados.rados.0.smithi055.stdout:1402: expect (ObjNum 453 snap 125 seq_num 453) 2023-10-14T00:06:21.950 INFO:tasks.rados.rados.0.smithi055.stdout:1406: expect (ObjNum 417 snap 117 seq_num 417) 2023-10-14T00:06:22.007 INFO:tasks.rados.rados.0.smithi055.stdout:1397: expect (ObjNum 329 snap 84 seq_num 329) 2023-10-14T00:06:22.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:21 smithi055 ceph-mon[185614]: failed to encode map e320 with expected crc 2023-10-14T00:06:22.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:21 smithi055 ceph-mon[185614]: pgmap v191: 121 pgs: 121 active+clean; 263 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 8.3 MiB/s rd, 416 KiB/s wr, 21 op/s 2023-10-14T00:06:22.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:21 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-10-14T00:06:22.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:21 smithi055 ceph-mon[185614]: osdmap e321: 8 total, 8 up, 8 in 2023-10-14T00:06:22.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:21 smithi055 ceph-mon[185614]: failed to encode map e321 with expected crc 2023-10-14T00:06:22.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:21 smithi055 ceph-mon[183057]: failed to encode map e320 with expected crc 2023-10-14T00:06:22.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:21 smithi055 ceph-mon[183057]: pgmap v191: 121 pgs: 121 active+clean; 263 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 8.3 MiB/s rd, 416 KiB/s wr, 21 op/s 2023-10-14T00:06:22.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:21 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-10-14T00:06:22.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:21 smithi055 ceph-mon[183057]: osdmap e321: 8 total, 8 up, 8 in 2023-10-14T00:06:22.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:21 smithi055 ceph-mon[183057]: failed to encode map e321 with expected crc 2023-10-14T00:06:22.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:21 smithi082 ceph-mon[180771]: failed to encode map e320 with expected crc 2023-10-14T00:06:22.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:21 smithi082 ceph-mon[180771]: pgmap v191: 121 pgs: 121 active+clean; 263 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 8.3 MiB/s rd, 416 KiB/s wr, 21 op/s 2023-10-14T00:06:22.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:21 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-10-14T00:06:22.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:21 smithi082 ceph-mon[180771]: osdmap e321: 8 total, 8 up, 8 in 2023-10-14T00:06:22.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:21 smithi082 ceph-mon[180771]: failed to encode map e321 with expected crc 2023-10-14T00:06:22.726 INFO:tasks.rados.rados.0.smithi055.stdout:1407: finishing write tid 1 to smithi055169533-48 2023-10-14T00:06:22.726 INFO:tasks.rados.rados.0.smithi055.stdout:1407: finishing write tid 2 to smithi055169533-48 2023-10-14T00:06:22.727 INFO:tasks.rados.rados.0.smithi055.stdout:1397: done (7 left) 2023-10-14T00:06:22.727 INFO:tasks.rados.rados.0.smithi055.stdout:1402: done (6 left) 2023-10-14T00:06:22.727 INFO:tasks.rados.rados.0.smithi055.stdout:1404: done (5 left) 2023-10-14T00:06:22.727 INFO:tasks.rados.rados.0.smithi055.stdout:1406: done (4 left) 2023-10-14T00:06:22.727 INFO:tasks.rados.rados.0.smithi055.stdout:1409: rmattr oid 32 current snap is 126 2023-10-14T00:06:22.728 INFO:tasks.rados.rados.0.smithi055.stdout:1409: done (4 left) 2023-10-14T00:06:22.728 INFO:tasks.rados.rados.0.smithi055.stdout:1410: snap_create 2023-10-14T00:06:22.728 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 15 v 693 (ObjNum 371 snap 98 seq_num 371) dirty exists 2023-10-14T00:06:22.728 INFO:tasks.rados.rados.0.smithi055.stdout:1407: finishing write tid 3 to smithi055169533-48 2023-10-14T00:06:22.728 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 48 v 474 (ObjNum 459 snap 126 seq_num 459) dirty exists 2023-10-14T00:06:22.729 INFO:tasks.rados.rados.0.smithi055.stdout:1407: left oid 48 (ObjNum 459 snap 126 seq_num 459) 2023-10-14T00:06:22.729 INFO:tasks.rados.rados.0.smithi055.stdout:1400: expect (ObjNum 349 snap 93 seq_num 349) 2023-10-14T00:06:23.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:22 smithi055 ceph-mon[183057]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-10-14T00:06:23.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:22 smithi055 ceph-mon[183057]: Upgrade: osd.3 is safe to restart 2023-10-14T00:06:23.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:22 smithi055 ceph-mon[183057]: failed to encode map e321 with expected crc 2023-10-14T00:06:23.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:22 smithi055 ceph-mon[183057]: failed to encode map e321 with expected crc 2023-10-14T00:06:23.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:22 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:23.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:22 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-10-14T00:06:23.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:22 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:06:23.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:22 smithi055 ceph-mon[185614]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-10-14T00:06:23.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:22 smithi055 ceph-mon[185614]: Upgrade: osd.3 is safe to restart 2023-10-14T00:06:23.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:22 smithi055 ceph-mon[185614]: failed to encode map e321 with expected crc 2023-10-14T00:06:23.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:22 smithi055 ceph-mon[185614]: failed to encode map e321 with expected crc 2023-10-14T00:06:23.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:22 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:23.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:22 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-10-14T00:06:23.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:22 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:06:23.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:22 smithi082 ceph-mon[180771]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-10-14T00:06:23.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:22 smithi082 ceph-mon[180771]: Upgrade: osd.3 is safe to restart 2023-10-14T00:06:23.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:22 smithi082 ceph-mon[180771]: failed to encode map e321 with expected crc 2023-10-14T00:06:23.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:22 smithi082 ceph-mon[180771]: failed to encode map e321 with expected crc 2023-10-14T00:06:23.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:22 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:23.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:22 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-10-14T00:06:23.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:22 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:06:23.630 INFO:tasks.rados.rados.0.smithi055.stdout:1405: expect (ObjNum 281 snap 68 seq_num 281) 2023-10-14T00:06:24.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:23 smithi055 ceph-mon[185614]: Upgrade: Updating osd.3 2023-10-14T00:06:24.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:23 smithi055 ceph-mon[185614]: Deploying daemon osd.3 on smithi055 2023-10-14T00:06:24.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:23 smithi055 ceph-mon[185614]: pgmap v193: 121 pgs: 121 active+clean; 263 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 8.1 MiB/s rd, 331 KiB/s wr, 10 op/s 2023-10-14T00:06:24.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:23 smithi055 ceph-mon[185614]: failed to encode map e322 with expected crc 2023-10-14T00:06:24.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:23 smithi055 ceph-mon[185614]: osdmap e322: 8 total, 8 up, 8 in 2023-10-14T00:06:24.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:23 smithi055 ceph-mon[183057]: Upgrade: Updating osd.3 2023-10-14T00:06:24.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:23 smithi055 ceph-mon[183057]: Deploying daemon osd.3 on smithi055 2023-10-14T00:06:24.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:23 smithi055 ceph-mon[183057]: pgmap v193: 121 pgs: 121 active+clean; 263 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 8.1 MiB/s rd, 331 KiB/s wr, 10 op/s 2023-10-14T00:06:24.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:23 smithi055 ceph-mon[183057]: failed to encode map e322 with expected crc 2023-10-14T00:06:24.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:23 smithi055 ceph-mon[183057]: osdmap e322: 8 total, 8 up, 8 in 2023-10-14T00:06:24.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:23 smithi082 ceph-mon[180771]: Upgrade: Updating osd.3 2023-10-14T00:06:24.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:23 smithi082 ceph-mon[180771]: Deploying daemon osd.3 on smithi055 2023-10-14T00:06:24.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:23 smithi082 ceph-mon[180771]: pgmap v193: 121 pgs: 121 active+clean; 263 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 8.1 MiB/s rd, 331 KiB/s wr, 10 op/s 2023-10-14T00:06:24.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:23 smithi082 ceph-mon[180771]: failed to encode map e322 with expected crc 2023-10-14T00:06:24.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:23 smithi082 ceph-mon[180771]: osdmap e322: 8 total, 8 up, 8 in 2023-10-14T00:06:24.289 INFO:tasks.rados.rados.0.smithi055.stdout:1400: done (4 left) 2023-10-14T00:06:24.290 INFO:tasks.rados.rados.0.smithi055.stdout:1405: done (3 left) 2023-10-14T00:06:24.290 INFO:tasks.rados.rados.0.smithi055.stdout:1407: done (2 left) 2023-10-14T00:06:24.290 INFO:tasks.rados.rados.0.smithi055.stdout:1408: done (1 left) 2023-10-14T00:06:24.290 INFO:tasks.rados.rados.0.smithi055.stdout:1410: done (0 left) 2023-10-14T00:06:24.290 INFO:tasks.rados.rados.0.smithi055.stdout:1411: rollback oid 39 current snap is 127 2023-10-14T00:06:24.291 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 39 to 116 2023-10-14T00:06:24.291 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 44 current snap is 127 2023-10-14T00:06:24.291 INFO:tasks.rados.rados.0.smithi055.stdout:1412: seq_num 460 ranges {11051008=507904} 2023-10-14T00:06:24.354 INFO:tasks.rados.rados.0.smithi055.stdout:1412: writing smithi055169533-44 from 11051008 to 11558912 tid 1 2023-10-14T00:06:24.355 INFO:tasks.rados.rados.0.smithi055.stdout:1413: read oid 16 snap 126 2023-10-14T00:06:24.355 INFO:tasks.rados.rados.0.smithi055.stdout:1413: expect (ObjNum 400 snap 111 seq_num 400) 2023-10-14T00:06:24.355 INFO:tasks.rados.rados.0.smithi055.stdout:1414: snap_remove snap 121 2023-10-14T00:06:24.763 INFO:journalctl@ceph.osd.3.smithi055.stdout:Oct 14 00:06:24 smithi055 systemd[1]: Stopping Ceph osd.3 for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:06:24.871 INFO:tasks.rados.rados.0.smithi055.stdout:1414: done (3 left) 2023-10-14T00:06:24.872 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 6 current snap is 127 2023-10-14T00:06:24.872 INFO:tasks.rados.rados.0.smithi055.stdout:1411: finishing rollback tid 0 to smithi055169533-39 2023-10-14T00:06:24.872 INFO:tasks.rados.rados.0.smithi055.stdout:1415: seq_num 461 ranges {5062656=524288} 2023-10-14T00:06:24.904 INFO:tasks.rados.rados.0.smithi055.stdout:1415: writing smithi055169533-6 from 5062656 to 5586944 tid 1 2023-10-14T00:06:24.904 INFO:tasks.rados.rados.0.smithi055.stdout:1416: read oid 33 snap 124 2023-10-14T00:06:24.905 INFO:tasks.rados.rados.0.smithi055.stdout:1416: expect deleted 2023-10-14T00:06:24.905 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 31 current snap is 127 2023-10-14T00:06:24.906 INFO:tasks.rados.rados.0.smithi055.stdout:1411: finishing rollback tid 1 to smithi055169533-39 2023-10-14T00:06:24.906 INFO:tasks.rados.rados.0.smithi055.stdout:1417: seq_num 462 ranges {0=540672} 2023-10-14T00:06:24.907 INFO:tasks.rados.rados.0.smithi055.stdout:1417: writing smithi055169533-31 from 0 to 540672 tid 1 2023-10-14T00:06:24.907 INFO:tasks.rados.rados.0.smithi055.stdout:1418: copy_from oid 30 from oid 35 current snap is 127 2023-10-14T00:06:24.908 INFO:tasks.rados.rados.0.smithi055.stdout:1411: finishing rollback tid 2 to smithi055169533-39 2023-10-14T00:06:24.908 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 39 v 658 (ObjNum 289 snap 71 seq_num 289) dirty exists 2023-10-14T00:06:24.909 INFO:tasks.rados.rados.0.smithi055.stdout:1412: finishing write tid 1 to smithi055169533-44 2023-10-14T00:06:24.909 INFO:tasks.rados.rados.0.smithi055.stdout:1411: done (6 left) 2023-10-14T00:06:24.909 INFO:tasks.rados.rados.0.smithi055.stdout:1419: snap_remove snap 116 2023-10-14T00:06:25.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:24 smithi055 ceph-mon[183057]: failed to encode map e322 with expected crc 2023-10-14T00:06:25.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:25.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:06:25.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:24 smithi055 ceph-mon[183057]: failed to encode map e322 with expected crc 2023-10-14T00:06:25.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:24 smithi055 ceph-mon[183057]: failed to encode map e322 with expected crc 2023-10-14T00:06:25.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:24 smithi055 ceph-mon[183057]: osd.3 marked itself down and dead 2023-10-14T00:06:25.018 INFO:journalctl@ceph.osd.3.smithi055.stdout:Oct 14 00:06:24 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-3[150229]: 2023-10-14T00:06:24.760+0000 7f48341a8700 -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-10-14T00:06:25.018 INFO:journalctl@ceph.osd.3.smithi055.stdout:Oct 14 00:06:24 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-3[150229]: 2023-10-14T00:06:24.760+0000 7f48341a8700 -1 osd.3 322 *** Got signal Terminated *** 2023-10-14T00:06:25.019 INFO:journalctl@ceph.osd.3.smithi055.stdout:Oct 14 00:06:24 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-3[150229]: 2023-10-14T00:06:24.760+0000 7f48341a8700 -1 osd.3 322 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-10-14T00:06:25.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:24 smithi055 ceph-mon[185614]: failed to encode map e322 with expected crc 2023-10-14T00:06:25.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:25.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:06:25.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:24 smithi055 ceph-mon[185614]: failed to encode map e322 with expected crc 2023-10-14T00:06:25.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:24 smithi055 ceph-mon[185614]: failed to encode map e322 with expected crc 2023-10-14T00:06:25.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:24 smithi055 ceph-mon[185614]: osd.3 marked itself down and dead 2023-10-14T00:06:25.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:24 smithi082 ceph-mon[180771]: failed to encode map e322 with expected crc 2023-10-14T00:06:25.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:25.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:06:25.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:24 smithi082 ceph-mon[180771]: failed to encode map e322 with expected crc 2023-10-14T00:06:25.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:24 smithi082 ceph-mon[180771]: failed to encode map e322 with expected crc 2023-10-14T00:06:25.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:24 smithi082 ceph-mon[180771]: osd.3 marked itself down and dead 2023-10-14T00:06:25.321 INFO:tasks.rados.rados.0.smithi055.stdout:1419: done (6 left) 2023-10-14T00:06:25.321 INFO:tasks.rados.rados.0.smithi055.stdout:1420: snap_create 2023-10-14T00:06:25.322 INFO:tasks.rados.rados.0.smithi055.stdout:1412: finishing write tid 2 to smithi055169533-44 2023-10-14T00:06:25.322 INFO:tasks.rados.rados.0.smithi055.stdout:1412: finishing write tid 3 to smithi055169533-44 2023-10-14T00:06:25.322 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 44 v 393 (ObjNum 460 snap 127 seq_num 460) dirty exists 2023-10-14T00:06:25.322 INFO:tasks.rados.rados.0.smithi055.stdout:1412: left oid 44 (ObjNum 460 snap 127 seq_num 460) 2023-10-14T00:06:25.322 INFO:tasks.rados.rados.0.smithi055.stdout:1413: expect (ObjNum 400 snap 111 seq_num 400) 2023-10-14T00:06:25.434 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:06:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:06:25] "GET /metrics HTTP/1.1" 200 36058 "" "Prometheus/2.43.0" 2023-10-14T00:06:25.493 INFO:tasks.rados.rados.0.smithi055.stdout:1415: finishing write tid 1 to smithi055169533-6 2023-10-14T00:06:25.494 INFO:tasks.rados.rados.0.smithi055.stdout:1415: finishing write tid 2 to smithi055169533-6 2023-10-14T00:06:25.494 INFO:tasks.rados.rados.0.smithi055.stdout:1415: finishing write tid 3 to smithi055169533-6 2023-10-14T00:06:25.494 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 6 v 478 (ObjNum 461 snap 127 seq_num 461) dirty exists 2023-10-14T00:06:25.495 INFO:tasks.rados.rados.0.smithi055.stdout:1415: left oid 6 (ObjNum 461 snap 127 seq_num 461) 2023-10-14T00:06:25.495 INFO:tasks.rados.rados.0.smithi055.stdout:1418: finishing copy_from to smithi055169533-30 2023-10-14T00:06:25.495 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 30 v 629 (ObjNum 446 snap 122 seq_num 446) dirty exists 2023-10-14T00:06:25.495 INFO:tasks.rados.rados.0.smithi055.stdout:1418: finishing copy_from racing read to smithi055169533-30 2023-10-14T00:06:25.496 INFO:tasks.rados.rados.0.smithi055.stdout:1417: finishing write tid 1 to smithi055169533-31 2023-10-14T00:06:25.496 INFO:tasks.rados.rados.0.smithi055.stdout:1417: finishing write tid 2 to smithi055169533-31 2023-10-14T00:06:25.496 INFO:tasks.rados.rados.0.smithi055.stdout:1417: finishing write tid 3 to smithi055169533-31 2023-10-14T00:06:25.497 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 31 v 463 (ObjNum 462 snap 127 seq_num 462) dirty exists 2023-10-14T00:06:25.497 INFO:tasks.rados.rados.0.smithi055.stdout:1417: left oid 31 (ObjNum 462 snap 127 seq_num 462) 2023-10-14T00:06:25.766 INFO:journalctl@ceph.osd.3.smithi055.stdout:Oct 14 00:06:25 smithi055 bash[210245]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-3 2023-10-14T00:06:26.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:25 smithi082 ceph-mon[180771]: failed to encode map e322 with expected crc 2023-10-14T00:06:26.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:25 smithi082 ceph-mon[180771]: pgmap v195: 121 pgs: 121 active+clean; 264 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 18 MiB/s rd, 425 KiB/s wr, 13 op/s 2023-10-14T00:06:26.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:25 smithi082 ceph-mon[180771]: Health check failed: 1 osds down (OSD_DOWN) 2023-10-14T00:06:26.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:25 smithi082 ceph-mon[180771]: failed to encode map e323 with expected crc 2023-10-14T00:06:26.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:25 smithi082 ceph-mon[180771]: failed to encode map e323 with expected crc 2023-10-14T00:06:26.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:25 smithi082 ceph-mon[180771]: failed to encode map e323 with expected crc 2023-10-14T00:06:26.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:25 smithi082 ceph-mon[180771]: failed to encode map e323 with expected crc 2023-10-14T00:06:26.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:25 smithi082 ceph-mon[180771]: osdmap e323: 8 total, 7 up, 8 in 2023-10-14T00:06:26.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:25 smithi082 ceph-mon[180771]: osdmap e324: 8 total, 7 up, 8 in 2023-10-14T00:06:26.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:25 smithi082 ceph-mon[180771]: failed to encode map e324 with expected crc 2023-10-14T00:06:26.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:25 smithi082 ceph-mon[180771]: failed to encode map e324 with expected crc 2023-10-14T00:06:26.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:25 smithi082 ceph-mon[180771]: failed to encode map e324 with expected crc 2023-10-14T00:06:26.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:25 smithi055 ceph-mon[183057]: failed to encode map e322 with expected crc 2023-10-14T00:06:26.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:25 smithi055 ceph-mon[183057]: pgmap v195: 121 pgs: 121 active+clean; 264 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 18 MiB/s rd, 425 KiB/s wr, 13 op/s 2023-10-14T00:06:26.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:25 smithi055 ceph-mon[183057]: Health check failed: 1 osds down (OSD_DOWN) 2023-10-14T00:06:26.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:25 smithi055 ceph-mon[183057]: failed to encode map e323 with expected crc 2023-10-14T00:06:26.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:25 smithi055 ceph-mon[183057]: failed to encode map e323 with expected crc 2023-10-14T00:06:26.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:25 smithi055 ceph-mon[183057]: failed to encode map e323 with expected crc 2023-10-14T00:06:26.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:25 smithi055 ceph-mon[183057]: failed to encode map e323 with expected crc 2023-10-14T00:06:26.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:25 smithi055 ceph-mon[183057]: osdmap e323: 8 total, 7 up, 8 in 2023-10-14T00:06:26.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:25 smithi055 ceph-mon[183057]: osdmap e324: 8 total, 7 up, 8 in 2023-10-14T00:06:26.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:25 smithi055 ceph-mon[183057]: failed to encode map e324 with expected crc 2023-10-14T00:06:26.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:25 smithi055 ceph-mon[183057]: failed to encode map e324 with expected crc 2023-10-14T00:06:26.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:25 smithi055 ceph-mon[183057]: failed to encode map e324 with expected crc 2023-10-14T00:06:26.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:25 smithi055 ceph-mon[185614]: failed to encode map e322 with expected crc 2023-10-14T00:06:26.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:25 smithi055 ceph-mon[185614]: pgmap v195: 121 pgs: 121 active+clean; 264 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 18 MiB/s rd, 425 KiB/s wr, 13 op/s 2023-10-14T00:06:26.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:25 smithi055 ceph-mon[185614]: Health check failed: 1 osds down (OSD_DOWN) 2023-10-14T00:06:26.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:25 smithi055 ceph-mon[185614]: failed to encode map e323 with expected crc 2023-10-14T00:06:26.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:25 smithi055 ceph-mon[185614]: failed to encode map e323 with expected crc 2023-10-14T00:06:26.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:25 smithi055 ceph-mon[185614]: failed to encode map e323 with expected crc 2023-10-14T00:06:26.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:25 smithi055 ceph-mon[185614]: failed to encode map e323 with expected crc 2023-10-14T00:06:26.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:25 smithi055 ceph-mon[185614]: osdmap e323: 8 total, 7 up, 8 in 2023-10-14T00:06:26.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:25 smithi055 ceph-mon[185614]: osdmap e324: 8 total, 7 up, 8 in 2023-10-14T00:06:26.272 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:25 smithi055 ceph-mon[185614]: failed to encode map e324 with expected crc 2023-10-14T00:06:26.272 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:25 smithi055 ceph-mon[185614]: failed to encode map e324 with expected crc 2023-10-14T00:06:26.272 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:25 smithi055 ceph-mon[185614]: failed to encode map e324 with expected crc 2023-10-14T00:06:26.331 INFO:tasks.rados.rados.0.smithi055.stdout:1412: done (6 left) 2023-10-14T00:06:26.331 INFO:tasks.rados.rados.0.smithi055.stdout:1413: done (5 left) 2023-10-14T00:06:26.331 INFO:tasks.rados.rados.0.smithi055.stdout:1415: done (4 left) 2023-10-14T00:06:26.331 INFO:tasks.rados.rados.0.smithi055.stdout:1416: done (3 left) 2023-10-14T00:06:26.331 INFO:tasks.rados.rados.0.smithi055.stdout:1417: done (2 left) 2023-10-14T00:06:26.332 INFO:tasks.rados.rados.0.smithi055.stdout:1418: done (1 left) 2023-10-14T00:06:26.332 INFO:tasks.rados.rados.0.smithi055.stdout:1420: done (0 left) 2023-10-14T00:06:26.332 INFO:tasks.rados.rados.0.smithi055.stdout:1421: read oid 47 snap -1 2023-10-14T00:06:26.332 INFO:tasks.rados.rados.0.smithi055.stdout:1421: expect deleted 2023-10-14T00:06:26.332 INFO:tasks.rados.rados.0.smithi055.stdout:1422: read oid 50 snap -1 2023-10-14T00:06:26.333 INFO:tasks.rados.rados.0.smithi055.stdout:1422: expect (ObjNum 457 snap 126 seq_num 457) 2023-10-14T00:06:26.333 INFO:tasks.rados.rados.0.smithi055.stdout:1423: snap_create 2023-10-14T00:06:26.339 INFO:tasks.rados.rados.0.smithi055.stdout:1422: expect (ObjNum 457 snap 126 seq_num 457) 2023-10-14T00:06:27.011 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:26 smithi055 ceph-mon[183057]: failed to encode map e324 with expected crc 2023-10-14T00:06:27.012 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:26 smithi055 ceph-mon[183057]: failed to encode map e324 with expected crc 2023-10-14T00:06:27.012 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:26 smithi055 ceph-mon[183057]: failed to encode map e324 with expected crc 2023-10-14T00:06:27.012 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:26 smithi055 ceph-mon[183057]: failed to encode map e324 with expected crc 2023-10-14T00:06:27.012 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:26 smithi055 ceph-mon[183057]: failed to encode map e324 with expected crc 2023-10-14T00:06:27.013 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:26 smithi055 ceph-mon[183057]: osdmap e325: 8 total, 7 up, 8 in 2023-10-14T00:06:27.013 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:26 smithi055 ceph-mon[183057]: failed to encode map e325 with expected crc 2023-10-14T00:06:27.013 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:26 smithi055 ceph-mon[185614]: failed to encode map e324 with expected crc 2023-10-14T00:06:27.013 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:26 smithi055 ceph-mon[185614]: failed to encode map e324 with expected crc 2023-10-14T00:06:27.014 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:26 smithi055 ceph-mon[185614]: failed to encode map e324 with expected crc 2023-10-14T00:06:27.014 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:26 smithi055 ceph-mon[185614]: failed to encode map e324 with expected crc 2023-10-14T00:06:27.014 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:26 smithi055 ceph-mon[185614]: failed to encode map e324 with expected crc 2023-10-14T00:06:27.014 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:26 smithi055 ceph-mon[185614]: osdmap e325: 8 total, 7 up, 8 in 2023-10-14T00:06:27.014 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:26 smithi055 ceph-mon[185614]: failed to encode map e325 with expected crc 2023-10-14T00:06:27.015 INFO:journalctl@ceph.osd.3.smithi055.stdout:Oct 14 00:06:26 smithi055 systemd[1]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@osd.3.service: Succeeded. 2023-10-14T00:06:27.015 INFO:journalctl@ceph.osd.3.smithi055.stdout:Oct 14 00:06:26 smithi055 systemd[1]: Stopped Ceph osd.3 for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:06:27.015 INFO:journalctl@ceph.osd.3.smithi055.stdout:Oct 14 00:06:26 smithi055 systemd[1]: Starting Ceph osd.3 for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:06:27.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:26 smithi082 ceph-mon[180771]: failed to encode map e324 with expected crc 2023-10-14T00:06:27.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:26 smithi082 ceph-mon[180771]: failed to encode map e324 with expected crc 2023-10-14T00:06:27.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:26 smithi082 ceph-mon[180771]: failed to encode map e324 with expected crc 2023-10-14T00:06:27.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:26 smithi082 ceph-mon[180771]: failed to encode map e324 with expected crc 2023-10-14T00:06:27.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:26 smithi082 ceph-mon[180771]: failed to encode map e324 with expected crc 2023-10-14T00:06:27.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:26 smithi082 ceph-mon[180771]: osdmap e325: 8 total, 7 up, 8 in 2023-10-14T00:06:27.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:26 smithi082 ceph-mon[180771]: failed to encode map e325 with expected crc 2023-10-14T00:06:27.335 INFO:tasks.rados.rados.0.smithi055.stdout:1421: done (2 left) 2023-10-14T00:06:27.336 INFO:tasks.rados.rados.0.smithi055.stdout:1422: done (1 left) 2023-10-14T00:06:27.336 INFO:tasks.rados.rados.0.smithi055.stdout:1423: done (0 left) 2023-10-14T00:06:27.336 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 17 current snap is 129 2023-10-14T00:06:27.336 INFO:tasks.rados.rados.0.smithi055.stdout:1424: seq_num 463 ranges {10149888=557056} 2023-10-14T00:06:27.396 INFO:tasks.rados.rados.0.smithi055.stdout:1424: writing smithi055169533-17 from 10149888 to 10706944 tid 1 2023-10-14T00:06:27.396 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 35 current snap is 129 2023-10-14T00:06:27.397 INFO:tasks.rados.rados.0.smithi055.stdout:1425: seq_num 464 ranges {2686976=573440} 2023-10-14T00:06:27.415 INFO:tasks.rados.rados.0.smithi055.stdout:1425: writing smithi055169533-35 from 2686976 to 3260416 tid 1 2023-10-14T00:06:27.415 INFO:tasks.rados.rados.0.smithi055.stdout:1426: snap_create 2023-10-14T00:06:27.416 INFO:tasks.rados.rados.0.smithi055.stdout:1424: finishing write tid 1 to smithi055169533-17 2023-10-14T00:06:27.416 INFO:tasks.rados.rados.0.smithi055.stdout:1424: finishing write tid 2 to smithi055169533-17 2023-10-14T00:06:27.416 INFO:tasks.rados.rados.0.smithi055.stdout:1424: finishing write tid 3 to smithi055169533-17 2023-10-14T00:06:27.416 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 17 v 675 (ObjNum 463 snap 129 seq_num 463) dirty exists 2023-10-14T00:06:27.416 INFO:tasks.rados.rados.0.smithi055.stdout:1424: left oid 17 (ObjNum 463 snap 129 seq_num 463) 2023-10-14T00:06:27.420 INFO:tasks.rados.rados.0.smithi055.stdout:1425: finishing write tid 1 to smithi055169533-35 2023-10-14T00:06:27.420 INFO:tasks.rados.rados.0.smithi055.stdout:1425: finishing write tid 2 to smithi055169533-35 2023-10-14T00:06:27.421 INFO:tasks.rados.rados.0.smithi055.stdout:1425: finishing write tid 3 to smithi055169533-35 2023-10-14T00:06:27.421 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 35 v 678 (ObjNum 464 snap 129 seq_num 464) dirty exists 2023-10-14T00:06:27.422 INFO:tasks.rados.rados.0.smithi055.stdout:1425: left oid 35 (ObjNum 464 snap 129 seq_num 464) 2023-10-14T00:06:27.767 INFO:journalctl@ceph.osd.3.smithi055.stdout:Oct 14 00:06:27 smithi055 bash[210477]: --> Failed to activate via raw: did not find any matching OSD to activate 2023-10-14T00:06:27.768 INFO:journalctl@ceph.osd.3.smithi055.stdout:Oct 14 00:06:27 smithi055 bash[210477]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2023-10-14T00:06:27.768 INFO:journalctl@ceph.osd.3.smithi055.stdout:Oct 14 00:06:27 smithi055 bash[210477]: 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-10-14T00:06:27.768 INFO:journalctl@ceph.osd.3.smithi055.stdout:Oct 14 00:06:27 smithi055 bash[210477]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-3/block 2023-10-14T00:06:27.769 INFO:journalctl@ceph.osd.3.smithi055.stdout:Oct 14 00:06:27 smithi055 bash[210477]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-3/block 2023-10-14T00:06:27.769 INFO:journalctl@ceph.osd.3.smithi055.stdout:Oct 14 00:06:27 smithi055 bash[210477]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2023-10-14T00:06:27.769 INFO:journalctl@ceph.osd.3.smithi055.stdout:Oct 14 00:06:27 smithi055 bash[210477]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2023-10-14T00:06:27.769 INFO:journalctl@ceph.osd.3.smithi055.stdout:Oct 14 00:06:27 smithi055 bash[210477]: --> ceph-volume lvm activate successful for osd ID: 3 2023-10-14T00:06:28.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:27 smithi082 ceph-mon[180771]: pgmap v199: 121 pgs: 2 active+undersized+degraded, 13 stale+active+clean, 7 active+undersized, 99 active+clean; 266 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 34 MiB/s rd, 664 KiB/s wr, 15 op/s; 6/423 objects degraded (1.418%) 2023-10-14T00:06:28.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:27 smithi082 ceph-mon[180771]: Health check failed: Degraded data redundancy: 6/423 objects degraded (1.418%), 2 pgs degraded (PG_DEGRADED) 2023-10-14T00:06:28.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:27 smithi082 ceph-mon[180771]: osdmap e326: 8 total, 7 up, 8 in 2023-10-14T00:06:28.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:27 smithi082 ceph-mon[180771]: failed to encode map e326 with expected crc 2023-10-14T00:06:28.202 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:27 smithi055 ceph-mon[185614]: pgmap v199: 121 pgs: 2 active+undersized+degraded, 13 stale+active+clean, 7 active+undersized, 99 active+clean; 266 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 34 MiB/s rd, 664 KiB/s wr, 15 op/s; 6/423 objects degraded (1.418%) 2023-10-14T00:06:28.202 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:27 smithi055 ceph-mon[185614]: Health check failed: Degraded data redundancy: 6/423 objects degraded (1.418%), 2 pgs degraded (PG_DEGRADED) 2023-10-14T00:06:28.202 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:27 smithi055 ceph-mon[185614]: osdmap e326: 8 total, 7 up, 8 in 2023-10-14T00:06:28.203 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:27 smithi055 ceph-mon[185614]: failed to encode map e326 with expected crc 2023-10-14T00:06:28.203 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:27 smithi055 ceph-mon[183057]: pgmap v199: 121 pgs: 2 active+undersized+degraded, 13 stale+active+clean, 7 active+undersized, 99 active+clean; 266 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 34 MiB/s rd, 664 KiB/s wr, 15 op/s; 6/423 objects degraded (1.418%) 2023-10-14T00:06:28.203 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:27 smithi055 ceph-mon[183057]: Health check failed: Degraded data redundancy: 6/423 objects degraded (1.418%), 2 pgs degraded (PG_DEGRADED) 2023-10-14T00:06:28.203 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:27 smithi055 ceph-mon[183057]: osdmap e326: 8 total, 7 up, 8 in 2023-10-14T00:06:28.204 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:27 smithi055 ceph-mon[183057]: failed to encode map e326 with expected crc 2023-10-14T00:06:28.338 INFO:tasks.rados.rados.0.smithi055.stdout:1424: done (2 left) 2023-10-14T00:06:28.338 INFO:tasks.rados.rados.0.smithi055.stdout:1425: done (1 left) 2023-10-14T00:06:28.338 INFO:tasks.rados.rados.0.smithi055.stdout:1426: done (0 left) 2023-10-14T00:06:28.339 INFO:tasks.rados.rados.0.smithi055.stdout:1427: delete oid 44 current snap is 130 2023-10-14T00:06:28.346 INFO:tasks.rados.rados.0.smithi055.stdout:1427: done (0 left) 2023-10-14T00:06:28.346 INFO:tasks.rados.rados.0.smithi055.stdout:1428: rmattr oid 21 current snap is 130 2023-10-14T00:06:28.346 INFO:tasks.rados.rados.0.smithi055.stdout:1428: done (0 left) 2023-10-14T00:06:28.346 INFO:tasks.rados.rados.0.smithi055.stdout:1429: read oid 50 snap -1 2023-10-14T00:06:28.346 INFO:tasks.rados.rados.0.smithi055.stdout:1429: expect (ObjNum 457 snap 126 seq_num 457) 2023-10-14T00:06:28.347 INFO:tasks.rados.rados.0.smithi055.stdout:1430: read oid 4 snap -1 2023-10-14T00:06:28.347 INFO:tasks.rados.rados.0.smithi055.stdout:1430: expect deleted 2023-10-14T00:06:28.347 INFO:tasks.rados.rados.0.smithi055.stdout:1431: snap_create 2023-10-14T00:06:28.349 INFO:tasks.rados.rados.0.smithi055.stdout:1429: expect (ObjNum 457 snap 126 seq_num 457) 2023-10-14T00:06:28.516 INFO:journalctl@ceph.osd.3.smithi055.stdout:Oct 14 00:06:28 smithi055 ceph-osd[210705]: -- 172.21.15.55:0/3036074249 <== mon.2 v2:172.21.15.55:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x56508c2f04e0 con 0x56508c2c0c00 2023-10-14T00:06:28.517 INFO:journalctl@ceph.osd.3.smithi055.stdout:Oct 14 00:06:28 smithi055 bash[210687]: 9b329f63ee57cd9e4f23d45f1a189de177f112db88163cd9b1953bcda90adef2 2023-10-14T00:06:28.517 INFO:journalctl@ceph.osd.3.smithi055.stdout:Oct 14 00:06:28 smithi055 systemd[1]: Started Ceph osd.3 for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:06:29.016 INFO:journalctl@ceph.osd.3.smithi055.stdout:Oct 14 00:06:28 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-3[210701]: 2023-10-14T00:06:28.733+0000 7fcf0ebc0640 -1 Falling back to public interface 2023-10-14T00:06:29.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:28 smithi055 ceph-mon[183057]: failed to encode map e326 with expected crc 2023-10-14T00:06:29.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:28 smithi055 ceph-mon[183057]: failed to encode map e326 with expected crc 2023-10-14T00:06:29.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:28 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:29.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:28 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:29.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:28 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:06:29.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:28 smithi055 ceph-mon[183057]: osdmap e327: 8 total, 7 up, 8 in 2023-10-14T00:06:29.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:28 smithi055 ceph-mon[183057]: failed to encode map e327 with expected crc 2023-10-14T00:06:29.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:28 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:29.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:28 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:29.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:28 smithi055 ceph-mon[185614]: failed to encode map e326 with expected crc 2023-10-14T00:06:29.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:28 smithi055 ceph-mon[185614]: failed to encode map e326 with expected crc 2023-10-14T00:06:29.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:28 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:29.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:28 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:29.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:28 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:06:29.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:28 smithi055 ceph-mon[185614]: osdmap e327: 8 total, 7 up, 8 in 2023-10-14T00:06:29.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:28 smithi055 ceph-mon[185614]: failed to encode map e327 with expected crc 2023-10-14T00:06:29.021 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:28 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:29.021 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:28 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:29.125 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:06:28 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:06: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-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi055:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi082.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-10-14T00:06:29.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:28 smithi082 ceph-mon[180771]: failed to encode map e326 with expected crc 2023-10-14T00:06:29.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:28 smithi082 ceph-mon[180771]: failed to encode map e326 with expected crc 2023-10-14T00:06:29.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:28 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:29.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:28 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:29.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:28 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:06:29.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:28 smithi082 ceph-mon[180771]: osdmap e327: 8 total, 7 up, 8 in 2023-10-14T00:06:29.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:28 smithi082 ceph-mon[180771]: failed to encode map e327 with expected crc 2023-10-14T00:06:29.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:28 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:29.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:28 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:29.352 INFO:tasks.rados.rados.0.smithi055.stdout:1429: done (2 left) 2023-10-14T00:06:29.352 INFO:tasks.rados.rados.0.smithi055.stdout:1430: done (1 left) 2023-10-14T00:06:29.352 INFO:tasks.rados.rados.0.smithi055.stdout:1431: done (0 left) 2023-10-14T00:06:29.353 INFO:tasks.rados.rados.0.smithi055.stdout:1432: read oid 40 snap 130 2023-10-14T00:06:29.353 INFO:tasks.rados.rados.0.smithi055.stdout:1432: expect (ObjNum 245 snap 56 seq_num 245) 2023-10-14T00:06:29.353 INFO:tasks.rados.rados.0.smithi055.stdout:1433: snap_create 2023-10-14T00:06:29.362 INFO:tasks.rados.rados.0.smithi055.stdout:1432: expect (ObjNum 245 snap 56 seq_num 245) 2023-10-14T00:06:30.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:29 smithi055 ceph-mon[183057]: failed to encode map e327 with expected crc 2023-10-14T00:06:30.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:29 smithi055 ceph-mon[183057]: failed to encode map e327 with expected crc 2023-10-14T00:06:30.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:29 smithi055 ceph-mon[183057]: pgmap v202: 121 pgs: 4 active+undersized+degraded, 12 stale+active+clean, 9 active+undersized, 96 active+clean; 257 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 259 B/s rd, 122 KiB/s wr, 1 op/s; 16/402 objects degraded (3.980%) 2023-10-14T00:06:30.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:29 smithi055 ceph-mon[183057]: osdmap e328: 8 total, 7 up, 8 in 2023-10-14T00:06:30.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:29 smithi055 ceph-mon[183057]: failed to encode map e328 with expected crc 2023-10-14T00:06:30.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:29 smithi055 ceph-mon[185614]: failed to encode map e327 with expected crc 2023-10-14T00:06:30.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:29 smithi055 ceph-mon[185614]: failed to encode map e327 with expected crc 2023-10-14T00:06:30.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:29 smithi055 ceph-mon[185614]: pgmap v202: 121 pgs: 4 active+undersized+degraded, 12 stale+active+clean, 9 active+undersized, 96 active+clean; 257 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 259 B/s rd, 122 KiB/s wr, 1 op/s; 16/402 objects degraded (3.980%) 2023-10-14T00:06:30.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:29 smithi055 ceph-mon[185614]: osdmap e328: 8 total, 7 up, 8 in 2023-10-14T00:06:30.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:29 smithi055 ceph-mon[185614]: failed to encode map e328 with expected crc 2023-10-14T00:06:30.322 INFO:tasks.rados.rados.0.smithi055.stdout:1432: done (1 left) 2023-10-14T00:06:30.322 INFO:tasks.rados.rados.0.smithi055.stdout:1433: done (0 left) 2023-10-14T00:06:30.322 INFO:tasks.rados.rados.0.smithi055.stdout:1434: copy_from oid 34 from oid 38 current snap is 132 2023-10-14T00:06:30.322 INFO:tasks.rados.rados.0.smithi055.stdout:1435: rollback oid 46 current snap is 132 2023-10-14T00:06:30.323 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 46 to 104 2023-10-14T00:06:30.323 INFO:tasks.rados.rados.0.smithi055.stdout:1436: rollback oid 23 current snap is 132 2023-10-14T00:06:30.323 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 23 to 127 2023-10-14T00:06:30.323 INFO:tasks.rados.rados.0.smithi055.stdout:1437: delete oid 22 current snap is 132 2023-10-14T00:06:30.332 INFO:tasks.rados.rados.0.smithi055.stdout:1437: done (3 left) 2023-10-14T00:06:30.332 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 12 current snap is 132 2023-10-14T00:06:30.332 INFO:tasks.rados.rados.0.smithi055.stdout:1438: seq_num 467 ranges {0=630784} 2023-10-14T00:06:30.333 INFO:tasks.rados.rados.0.smithi055.stdout:1438: writing smithi055169533-12 from 0 to 630784 tid 1 2023-10-14T00:06:30.333 INFO:tasks.rados.rados.0.smithi055.stdout:1439: copy_from oid 28 from oid 42 current snap is 132 2023-10-14T00:06:30.334 INFO:tasks.rados.rados.0.smithi055.stdout:1440: snap_remove snap 130 2023-10-14T00:06:30.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:29 smithi082 ceph-mon[180771]: failed to encode map e327 with expected crc 2023-10-14T00:06:30.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:29 smithi082 ceph-mon[180771]: failed to encode map e327 with expected crc 2023-10-14T00:06:30.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:29 smithi082 ceph-mon[180771]: pgmap v202: 121 pgs: 4 active+undersized+degraded, 12 stale+active+clean, 9 active+undersized, 96 active+clean; 257 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 259 B/s rd, 122 KiB/s wr, 1 op/s; 16/402 objects degraded (3.980%) 2023-10-14T00:06:30.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:29 smithi082 ceph-mon[180771]: osdmap e328: 8 total, 7 up, 8 in 2023-10-14T00:06:30.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:29 smithi082 ceph-mon[180771]: failed to encode map e328 with expected crc 2023-10-14T00:06:31.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:30 smithi055 ceph-mon[183057]: failed to encode map e328 with expected crc 2023-10-14T00:06:31.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:30 smithi055 ceph-mon[183057]: osdmap e329: 8 total, 7 up, 8 in 2023-10-14T00:06:31.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:30 smithi055 ceph-mon[183057]: failed to encode map e329 with expected crc 2023-10-14T00:06:31.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:30 smithi055 ceph-mon[185614]: failed to encode map e328 with expected crc 2023-10-14T00:06:31.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:30 smithi055 ceph-mon[185614]: osdmap e329: 8 total, 7 up, 8 in 2023-10-14T00:06:31.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:30 smithi055 ceph-mon[185614]: failed to encode map e329 with expected crc 2023-10-14T00:06:31.344 INFO:tasks.rados.rados.0.smithi055.stdout:1440: done (5 left) 2023-10-14T00:06:31.344 INFO:tasks.rados.rados.0.smithi055.stdout:1441: copy_from oid 10 from oid 24 current snap is 132 2023-10-14T00:06:31.345 INFO:tasks.rados.rados.0.smithi055.stdout:1439: finishing copy_from to smithi055169533-28 2023-10-14T00:06:31.345 INFO:tasks.rados.rados.0.smithi055.stdout:1439: got expected ENOENT (src dne) 2023-10-14T00:06:31.345 INFO:tasks.rados.rados.0.smithi055.stdout:1439: finishing copy_from racing read to smithi055169533-28 2023-10-14T00:06:31.345 INFO:tasks.rados.rados.0.smithi055.stdout:1434: finishing copy_from racing read to smithi055169533-34 2023-10-14T00:06:31.345 INFO:tasks.rados.rados.0.smithi055.stdout:1435: finishing rollback tid 0 to smithi055169533-46 2023-10-14T00:06:31.346 INFO:tasks.rados.rados.0.smithi055.stdout:1435: finishing rollback tid 1 to smithi055169533-46 2023-10-14T00:06:31.346 INFO:tasks.rados.rados.0.smithi055.stdout:1435: finishing rollback tid 2 to smithi055169533-46 2023-10-14T00:06:31.346 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 46 v 395 (ObjNum 385 snap 103 seq_num 385) dirty exists 2023-10-14T00:06:31.346 INFO:tasks.rados.rados.0.smithi055.stdout:1436: finishing rollback tid 0 to smithi055169533-23 2023-10-14T00:06:31.346 INFO:tasks.rados.rados.0.smithi055.stdout:1436: finishing rollback tid 1 to smithi055169533-23 2023-10-14T00:06:31.347 INFO:tasks.rados.rados.0.smithi055.stdout:1436: finishing rollback tid 2 to smithi055169533-23 2023-10-14T00:06:31.347 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 23 v 398 (ObjNum 439 snap 120 seq_num 439) dirty exists 2023-10-14T00:06:31.347 INFO:tasks.rados.rados.0.smithi055.stdout:1438: finishing write tid 1 to smithi055169533-12 2023-10-14T00:06:31.347 INFO:tasks.rados.rados.0.smithi055.stdout:1434: finishing copy_from to smithi055169533-34 2023-10-14T00:06:31.347 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 34 v 314 (ObjNum 289 snap 71 seq_num 289) dirty exists 2023-10-14T00:06:31.348 INFO:tasks.rados.rados.0.smithi055.stdout:1438: finishing write tid 2 to smithi055169533-12 2023-10-14T00:06:31.348 INFO:tasks.rados.rados.0.smithi055.stdout:1438: finishing write tid 3 to smithi055169533-12 2023-10-14T00:06:31.348 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 12 v 476 (ObjNum 467 snap 132 seq_num 467) dirty exists 2023-10-14T00:06:31.348 INFO:tasks.rados.rados.0.smithi055.stdout:1438: left oid 12 (ObjNum 467 snap 132 seq_num 467) 2023-10-14T00:06:31.348 INFO:tasks.rados.rados.0.smithi055.stdout:1434: done (5 left) 2023-10-14T00:06:31.349 INFO:tasks.rados.rados.0.smithi055.stdout:1435: done (4 left) 2023-10-14T00:06:31.349 INFO:tasks.rados.rados.0.smithi055.stdout:1436: done (3 left) 2023-10-14T00:06:31.349 INFO:tasks.rados.rados.0.smithi055.stdout:1438: done (2 left) 2023-10-14T00:06:31.349 INFO:tasks.rados.rados.0.smithi055.stdout:1439: done (1 left) 2023-10-14T00:06:31.350 INFO:tasks.rados.rados.0.smithi055.stdout:1442: copy_from oid 7 from oid 48 current snap is 132 2023-10-14T00:06:31.350 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 29 current snap is 132 2023-10-14T00:06:31.350 INFO:tasks.rados.rados.0.smithi055.stdout:1443: seq_num 468 ranges {4694016=647168} 2023-10-14T00:06:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:30 smithi082 ceph-mon[180771]: failed to encode map e328 with expected crc 2023-10-14T00:06:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:30 smithi082 ceph-mon[180771]: osdmap e329: 8 total, 7 up, 8 in 2023-10-14T00:06:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:30 smithi082 ceph-mon[180771]: failed to encode map e329 with expected crc 2023-10-14T00:06:31.376 INFO:tasks.rados.rados.0.smithi055.stdout:1443: writing smithi055169533-29 from 4694016 to 5341184 tid 1 2023-10-14T00:06:31.376 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 33 current snap is 132 2023-10-14T00:06:31.376 INFO:tasks.rados.rados.0.smithi055.stdout:1444: seq_num 469 ranges {0=663552} 2023-10-14T00:06:31.380 INFO:tasks.rados.rados.0.smithi055.stdout:1444: writing smithi055169533-33 from 0 to 663552 tid 1 2023-10-14T00:06:31.380 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 32 current snap is 132 2023-10-14T00:06:31.380 INFO:tasks.rados.rados.0.smithi055.stdout:1441: finishing copy_from to smithi055169533-10 2023-10-14T00:06:31.380 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 10 v 474 (ObjNum 434 snap 119 seq_num 434) dirty exists 2023-10-14T00:06:31.381 INFO:tasks.rados.rados.0.smithi055.stdout:1445: seq_num 470 ranges {0=679936} 2023-10-14T00:06:31.384 INFO:tasks.rados.rados.0.smithi055.stdout:1445: writing smithi055169533-32 from 0 to 679936 tid 1 2023-10-14T00:06:31.384 INFO:tasks.rados.rados.0.smithi055.stdout:1446: rmattr oid 3 current snap is 132 2023-10-14T00:06:31.385 INFO:tasks.rados.rados.0.smithi055.stdout:1446: done (5 left) 2023-10-14T00:06:31.385 INFO:tasks.rados.rados.0.smithi055.stdout:1447: delete oid 18 current snap is 132 2023-10-14T00:06:31.385 INFO:tasks.rados.rados.0.smithi055.stdout:1441: finishing copy_from racing read to smithi055169533-10 2023-10-14T00:06:31.385 INFO:tasks.rados.rados.0.smithi055.stdout:1442: finishing copy_from to smithi055169533-7 2023-10-14T00:06:31.386 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 7 v 474 (ObjNum 459 snap 126 seq_num 459) dirty exists 2023-10-14T00:06:31.386 INFO:tasks.rados.rados.0.smithi055.stdout:1442: finishing copy_from racing read to smithi055169533-7 2023-10-14T00:06:31.386 INFO:tasks.rados.rados.0.smithi055.stdout:1443: finishing write tid 1 to smithi055169533-29 2023-10-14T00:06:31.386 INFO:tasks.rados.rados.0.smithi055.stdout:1443: finishing write tid 2 to smithi055169533-29 2023-10-14T00:06:31.386 INFO:tasks.rados.rados.0.smithi055.stdout:1444: finishing write tid 1 to smithi055169533-33 2023-10-14T00:06:31.387 INFO:tasks.rados.rados.0.smithi055.stdout:1444: finishing write tid 2 to smithi055169533-33 2023-10-14T00:06:31.387 INFO:tasks.rados.rados.0.smithi055.stdout:1443: finishing write tid 3 to smithi055169533-29 2023-10-14T00:06:31.387 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 29 v 256 (ObjNum 468 snap 132 seq_num 468) dirty exists 2023-10-14T00:06:31.387 INFO:tasks.rados.rados.0.smithi055.stdout:1443: left oid 29 (ObjNum 468 snap 132 seq_num 468) 2023-10-14T00:06:31.388 INFO:tasks.rados.rados.0.smithi055.stdout:1444: finishing write tid 3 to smithi055169533-33 2023-10-14T00:06:31.388 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 33 v 426 (ObjNum 469 snap 132 seq_num 469) dirty exists 2023-10-14T00:06:31.389 INFO:tasks.rados.rados.0.smithi055.stdout:1444: left oid 33 (ObjNum 469 snap 132 seq_num 469) 2023-10-14T00:06:31.389 INFO:tasks.rados.rados.0.smithi055.stdout:1445: finishing write tid 1 to smithi055169533-32 2023-10-14T00:06:31.389 INFO:tasks.rados.rados.0.smithi055.stdout:1441: done (5 left) 2023-10-14T00:06:31.389 INFO:tasks.rados.rados.0.smithi055.stdout:1442: done (4 left) 2023-10-14T00:06:31.389 INFO:tasks.rados.rados.0.smithi055.stdout:1443: done (3 left) 2023-10-14T00:06:31.390 INFO:tasks.rados.rados.0.smithi055.stdout:1444: done (2 left) 2023-10-14T00:06:31.390 INFO:tasks.rados.rados.0.smithi055.stdout:1447: done (1 left) 2023-10-14T00:06:31.390 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 5 current snap is 132 2023-10-14T00:06:31.390 INFO:tasks.rados.rados.0.smithi055.stdout:1448: seq_num 472 ranges {0=712704} 2023-10-14T00:06:31.393 INFO:tasks.rados.rados.0.smithi055.stdout:1448: writing smithi055169533-5 from 0 to 712704 tid 1 2023-10-14T00:06:31.393 INFO:tasks.rados.rados.0.smithi055.stdout:1449: delete oid 38 current snap is 132 2023-10-14T00:06:31.393 INFO:tasks.rados.rados.0.smithi055.stdout:1445: finishing write tid 2 to smithi055169533-32 2023-10-14T00:06:31.393 INFO:tasks.rados.rados.0.smithi055.stdout:1445: finishing write tid 3 to smithi055169533-32 2023-10-14T00:06:31.394 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 32 v 258 (ObjNum 470 snap 132 seq_num 470) dirty exists 2023-10-14T00:06:31.394 INFO:tasks.rados.rados.0.smithi055.stdout:1445: left oid 32 (ObjNum 470 snap 132 seq_num 470) 2023-10-14T00:06:31.394 INFO:tasks.rados.rados.0.smithi055.stdout:1445: done (2 left) 2023-10-14T00:06:31.395 INFO:tasks.rados.rados.0.smithi055.stdout:1449: done (1 left) 2023-10-14T00:06:31.395 INFO:tasks.rados.rados.0.smithi055.stdout:1450: setattr oid 17 current snap is 132 2023-10-14T00:06:31.396 INFO:tasks.rados.rados.0.smithi055.stdout:1448: finishing write tid 1 to smithi055169533-5 2023-10-14T00:06:31.397 INFO:tasks.rados.rados.0.smithi055.stdout:1448: finishing write tid 2 to smithi055169533-5 2023-10-14T00:06:31.397 INFO:tasks.rados.rados.0.smithi055.stdout:1451: read oid 21 snap -1 2023-10-14T00:06:31.398 INFO:tasks.rados.rados.0.smithi055.stdout:1451: expect (ObjNum 429 snap 118 seq_num 429) 2023-10-14T00:06:31.398 INFO:tasks.rados.rados.0.smithi055.stdout:1452: snap_remove snap 122 2023-10-14T00:06:31.896 INFO:journalctl@ceph.osd.3.smithi055.stdout:Oct 14 00:06:31 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-3[210701]: 2023-10-14T00:06:31.544+0000 7fcf0ebc0640 -1 osd.3 0 read_superblock omap replica is missing. 2023-10-14T00:06:31.897 INFO:journalctl@ceph.osd.3.smithi055.stdout:Oct 14 00:06:31 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-3[210701]: 2023-10-14T00:06:31.587+0000 7fcf0ebc0640 -1 osd.3 322 log_to_monitors true 2023-10-14T00:06:32.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:31 smithi055 ceph-mon[183057]: failed to encode map e329 with expected crc 2023-10-14T00:06:32.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:31 smithi055 ceph-mon[183057]: failed to encode map e329 with expected crc 2023-10-14T00:06:32.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:31 smithi055 ceph-mon[183057]: pgmap v205: 121 pgs: 8 active+undersized+degraded, 32 active+undersized, 81 active+clean; 262 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 0 B/s rd, 1.3 MiB/s wr, 7 op/s; 37/414 objects degraded (8.937%) 2023-10-14T00:06:32.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:31 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:32.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:31 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:32.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:31 smithi055 ceph-mon[183057]: failed to encode map e330 with expected crc 2023-10-14T00:06:32.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:31 smithi055 ceph-mon[183057]: osdmap e330: 8 total, 7 up, 8 in 2023-10-14T00:06:32.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:31 smithi055 ceph-mon[183057]: failed to encode map e330 with expected crc 2023-10-14T00:06:32.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:31 smithi055 ceph-mon[183057]: from='osd.3 [v2:172.21.15.55:6826/3987603482,v1:172.21.15.55:6827/3987603482]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-10-14T00:06:32.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:31 smithi055 ceph-mon[183057]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-10-14T00:06:32.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:31 smithi055 ceph-mon[185614]: failed to encode map e329 with expected crc 2023-10-14T00:06:32.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:31 smithi055 ceph-mon[185614]: failed to encode map e329 with expected crc 2023-10-14T00:06:32.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:31 smithi055 ceph-mon[185614]: pgmap v205: 121 pgs: 8 active+undersized+degraded, 32 active+undersized, 81 active+clean; 262 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 0 B/s rd, 1.3 MiB/s wr, 7 op/s; 37/414 objects degraded (8.937%) 2023-10-14T00:06:32.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:31 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:32.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:31 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:32.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:31 smithi055 ceph-mon[185614]: failed to encode map e330 with expected crc 2023-10-14T00:06:32.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:31 smithi055 ceph-mon[185614]: osdmap e330: 8 total, 7 up, 8 in 2023-10-14T00:06:32.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:31 smithi055 ceph-mon[185614]: failed to encode map e330 with expected crc 2023-10-14T00:06:32.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:31 smithi055 ceph-mon[185614]: from='osd.3 [v2:172.21.15.55:6826/3987603482,v1:172.21.15.55:6827/3987603482]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-10-14T00:06:32.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:31 smithi055 ceph-mon[185614]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-10-14T00:06:32.355 INFO:tasks.rados.rados.0.smithi055.stdout:1452: done (3 left) 2023-10-14T00:06:32.356 INFO:tasks.rados.rados.0.smithi055.stdout:1453: snap_remove snap 125 2023-10-14T00:06:32.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:31 smithi082 ceph-mon[180771]: failed to encode map e329 with expected crc 2023-10-14T00:06:32.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:31 smithi082 ceph-mon[180771]: failed to encode map e329 with expected crc 2023-10-14T00:06:32.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:31 smithi082 ceph-mon[180771]: pgmap v205: 121 pgs: 8 active+undersized+degraded, 32 active+undersized, 81 active+clean; 262 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 0 B/s rd, 1.3 MiB/s wr, 7 op/s; 37/414 objects degraded (8.937%) 2023-10-14T00:06:32.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:31 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:32.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:31 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:32.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:31 smithi082 ceph-mon[180771]: failed to encode map e330 with expected crc 2023-10-14T00:06:32.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:31 smithi082 ceph-mon[180771]: osdmap e330: 8 total, 7 up, 8 in 2023-10-14T00:06:32.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:31 smithi082 ceph-mon[180771]: failed to encode map e330 with expected crc 2023-10-14T00:06:32.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:31 smithi082 ceph-mon[180771]: from='osd.3 [v2:172.21.15.55:6826/3987603482,v1:172.21.15.55:6827/3987603482]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-10-14T00:06:32.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:31 smithi082 ceph-mon[180771]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-10-14T00:06:32.766 INFO:journalctl@ceph.osd.3.smithi055.stdout:Oct 14 00:06:32 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-3[210701]: 2023-10-14T00:06:32.388+0000 7fcefe82a700 -1 osd.3 322 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-10-14T00:06:33.071 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:32 smithi055 ceph-mon[185614]: failed to encode map e330 with expected crc 2023-10-14T00:06:33.072 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:32 smithi055 ceph-mon[185614]: failed to encode map e330 with expected crc 2023-10-14T00:06:33.072 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:33.072 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:33.072 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:32 smithi055 ceph-mon[185614]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-10-14T00:06:33.073 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:32 smithi055 ceph-mon[185614]: failed to encode map e331 with expected crc 2023-10-14T00:06:33.073 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:32 smithi055 ceph-mon[185614]: osdmap e331: 8 total, 7 up, 8 in 2023-10-14T00:06:33.073 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:32 smithi055 ceph-mon[185614]: from='osd.3 [v2:172.21.15.55:6826/3987603482,v1:172.21.15.55:6827/3987603482]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2023-10-14T00:06:33.073 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:32 smithi055 ceph-mon[185614]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2023-10-14T00:06:33.073 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:32 smithi055 ceph-mon[183057]: failed to encode map e330 with expected crc 2023-10-14T00:06:33.074 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:32 smithi055 ceph-mon[183057]: failed to encode map e330 with expected crc 2023-10-14T00:06:33.074 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:33.074 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:33.074 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:32 smithi055 ceph-mon[183057]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-10-14T00:06:33.074 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:32 smithi055 ceph-mon[183057]: failed to encode map e331 with expected crc 2023-10-14T00:06:33.075 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:32 smithi055 ceph-mon[183057]: osdmap e331: 8 total, 7 up, 8 in 2023-10-14T00:06:33.075 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:32 smithi055 ceph-mon[183057]: from='osd.3 [v2:172.21.15.55:6826/3987603482,v1:172.21.15.55:6827/3987603482]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2023-10-14T00:06:33.075 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:32 smithi055 ceph-mon[183057]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2023-10-14T00:06:33.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:32 smithi082 ceph-mon[180771]: failed to encode map e330 with expected crc 2023-10-14T00:06:33.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:32 smithi082 ceph-mon[180771]: failed to encode map e330 with expected crc 2023-10-14T00:06:33.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:33.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:33.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:32 smithi082 ceph-mon[180771]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-10-14T00:06:33.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:32 smithi082 ceph-mon[180771]: failed to encode map e331 with expected crc 2023-10-14T00:06:33.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:32 smithi082 ceph-mon[180771]: osdmap e331: 8 total, 7 up, 8 in 2023-10-14T00:06:33.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:32 smithi082 ceph-mon[180771]: from='osd.3 [v2:172.21.15.55:6826/3987603482,v1:172.21.15.55:6827/3987603482]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2023-10-14T00:06:33.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:32 smithi082 ceph-mon[180771]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi055", "root=default"]}]: dispatch 2023-10-14T00:06:33.383 INFO:tasks.rados.rados.0.smithi055.stdout:1453: done (3 left) 2023-10-14T00:06:33.383 INFO:tasks.rados.rados.0.smithi055.stdout:1454: snap_create 2023-10-14T00:06:33.384 INFO:tasks.rados.rados.0.smithi055.stdout:1448: finishing write tid 3 to smithi055169533-5 2023-10-14T00:06:33.384 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 5 v 465 (ObjNum 472 snap 132 seq_num 472) dirty exists 2023-10-14T00:06:33.384 INFO:tasks.rados.rados.0.smithi055.stdout:1448: left oid 5 (ObjNum 472 snap 132 seq_num 472) 2023-10-14T00:06:33.384 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 17 v 682 (ObjNum 463 snap 129 seq_num 463) dirty exists 2023-10-14T00:06:33.384 INFO:tasks.rados.rados.0.smithi055.stdout:1451: expect (ObjNum 429 snap 118 seq_num 429) 2023-10-14T00:06:34.247 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:33 smithi055 ceph-mon[185614]: failed to encode map e331 with expected crc 2023-10-14T00:06:34.247 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:33 smithi055 ceph-mon[185614]: pgmap v208: 121 pgs: 8 active+undersized+degraded, 32 active+undersized, 81 active+clean; 262 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 0 B/s rd, 1.3 MiB/s wr, 7 op/s; 37/414 objects degraded (8.937%) 2023-10-14T00:06:34.247 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:33 smithi055 ceph-mon[185614]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-10-14T00:06:34.248 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:33 smithi055 ceph-mon[185614]: osd.3 [v2:172.21.15.55:6826/3987603482,v1:172.21.15.55:6827/3987603482] boot 2023-10-14T00:06:34.248 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:33 smithi055 ceph-mon[185614]: osdmap e332: 8 total, 8 up, 8 in 2023-10-14T00:06:34.248 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:33 smithi055 ceph-mon[185614]: failed to encode map e332 with expected crc 2023-10-14T00:06:34.248 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:33 smithi055 ceph-mon[185614]: failed to encode map e332 with expected crc 2023-10-14T00:06:34.248 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:33 smithi055 ceph-mon[185614]: failed to encode map e332 with expected crc 2023-10-14T00:06:34.249 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:33 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-14T00:06:34.249 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:33 smithi055 ceph-mon[183057]: failed to encode map e331 with expected crc 2023-10-14T00:06:34.249 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:33 smithi055 ceph-mon[183057]: pgmap v208: 121 pgs: 8 active+undersized+degraded, 32 active+undersized, 81 active+clean; 262 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 0 B/s rd, 1.3 MiB/s wr, 7 op/s; 37/414 objects degraded (8.937%) 2023-10-14T00:06:34.249 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:33 smithi055 ceph-mon[183057]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-10-14T00:06:34.250 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:33 smithi055 ceph-mon[183057]: osd.3 [v2:172.21.15.55:6826/3987603482,v1:172.21.15.55:6827/3987603482] boot 2023-10-14T00:06:34.250 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:33 smithi055 ceph-mon[183057]: osdmap e332: 8 total, 8 up, 8 in 2023-10-14T00:06:34.250 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:33 smithi055 ceph-mon[183057]: failed to encode map e332 with expected crc 2023-10-14T00:06:34.250 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:33 smithi055 ceph-mon[183057]: failed to encode map e332 with expected crc 2023-10-14T00:06:34.250 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:33 smithi055 ceph-mon[183057]: failed to encode map e332 with expected crc 2023-10-14T00:06:34.251 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:33 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-14T00:06:34.373 INFO:tasks.rados.rados.0.smithi055.stdout:1448: done (3 left) 2023-10-14T00:06:34.373 INFO:tasks.rados.rados.0.smithi055.stdout:1450: done (2 left) 2023-10-14T00:06:34.373 INFO:tasks.rados.rados.0.smithi055.stdout:1451: done (1 left) 2023-10-14T00:06:34.373 INFO:tasks.rados.rados.0.smithi055.stdout:1454: done (0 left) 2023-10-14T00:06:34.374 INFO:tasks.rados.rados.0.smithi055.stdout:1455: rollback oid 14 current snap is 133 2023-10-14T00:06:34.374 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 14 to 128 2023-10-14T00:06:34.374 INFO:tasks.rados.rados.0.smithi055.stdout:1456: snap_remove snap 127 2023-10-14T00:06:34.379 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:33 smithi082 ceph-mon[180771]: failed to encode map e331 with expected crc 2023-10-14T00:06:34.379 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:33 smithi082 ceph-mon[180771]: pgmap v208: 121 pgs: 8 active+undersized+degraded, 32 active+undersized, 81 active+clean; 262 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 0 B/s rd, 1.3 MiB/s wr, 7 op/s; 37/414 objects degraded (8.937%) 2023-10-14T00:06:34.379 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:33 smithi082 ceph-mon[180771]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-10-14T00:06:34.379 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:33 smithi082 ceph-mon[180771]: osd.3 [v2:172.21.15.55:6826/3987603482,v1:172.21.15.55:6827/3987603482] boot 2023-10-14T00:06:34.380 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:33 smithi082 ceph-mon[180771]: osdmap e332: 8 total, 8 up, 8 in 2023-10-14T00:06:34.380 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:33 smithi082 ceph-mon[180771]: failed to encode map e332 with expected crc 2023-10-14T00:06:34.380 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:33 smithi082 ceph-mon[180771]: failed to encode map e332 with expected crc 2023-10-14T00:06:34.380 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:33 smithi082 ceph-mon[180771]: failed to encode map e332 with expected crc 2023-10-14T00:06:34.380 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:33 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-14T00:06:35.079 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:06:34 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:06:34.819+0000 7fd8bf982700 -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-10-14T00:06:35.080 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:34 smithi055 ceph-mon[185614]: failed to encode map e332 with expected crc 2023-10-14T00:06:35.080 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:34 smithi055 ceph-mon[185614]: osdmap e333: 8 total, 8 up, 8 in 2023-10-14T00:06:35.080 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:34 smithi055 ceph-mon[185614]: failed to encode map e333 with expected crc 2023-10-14T00:06:35.080 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:34 smithi055 ceph-mon[185614]: failed to encode map e333 with expected crc 2023-10-14T00:06:35.081 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:34 smithi055 ceph-mon[185614]: failed to encode map e333 with expected crc 2023-10-14T00:06:35.081 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:34 smithi055 ceph-mon[185614]: failed to encode map e333 with expected crc 2023-10-14T00:06:35.081 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:34 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:35.081 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:34 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:35.081 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:34 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:06:35.082 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:34 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:06:35.082 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:34 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:35.082 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:34 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:06:35.083 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:34 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:06:35.083 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:34 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:06:35.083 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:34 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:06:35.083 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:34 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-10-14T00:06:35.084 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:34 smithi055 ceph-mon[183057]: failed to encode map e332 with expected crc 2023-10-14T00:06:35.084 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:34 smithi055 ceph-mon[183057]: osdmap e333: 8 total, 8 up, 8 in 2023-10-14T00:06:35.084 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:34 smithi055 ceph-mon[183057]: failed to encode map e333 with expected crc 2023-10-14T00:06:35.085 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:34 smithi055 ceph-mon[183057]: failed to encode map e333 with expected crc 2023-10-14T00:06:35.085 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:34 smithi055 ceph-mon[183057]: failed to encode map e333 with expected crc 2023-10-14T00:06:35.085 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:34 smithi055 ceph-mon[183057]: failed to encode map e333 with expected crc 2023-10-14T00:06:35.085 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:34 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:35.086 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:34 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:35.086 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:34 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:06:35.086 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:34 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:06:35.087 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:34 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:35.087 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:34 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:06:35.087 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:34 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:06:35.087 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:34 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:06:35.088 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:34 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:06:35.088 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:34 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-10-14T00:06:35.370 INFO:tasks.rados.rados.0.smithi055.stdout:1456: done (1 left) 2023-10-14T00:06:35.370 INFO:tasks.rados.rados.0.smithi055.stdout:1457: snap_remove snap 131 2023-10-14T00:06:35.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:34 smithi082 ceph-mon[180771]: failed to encode map e332 with expected crc 2023-10-14T00:06:35.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:34 smithi082 ceph-mon[180771]: osdmap e333: 8 total, 8 up, 8 in 2023-10-14T00:06:35.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:34 smithi082 ceph-mon[180771]: failed to encode map e333 with expected crc 2023-10-14T00:06:35.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:34 smithi082 ceph-mon[180771]: failed to encode map e333 with expected crc 2023-10-14T00:06:35.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:34 smithi082 ceph-mon[180771]: failed to encode map e333 with expected crc 2023-10-14T00:06:35.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:34 smithi082 ceph-mon[180771]: failed to encode map e333 with expected crc 2023-10-14T00:06:35.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:34 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:35.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:34 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:35.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:34 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:06:35.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:34 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:06:35.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:34 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:35.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:34 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:06:35.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:34 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:06:35.378 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:34 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:06:35.378 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:34 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:06:35.378 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:34 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-10-14T00:06:35.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:06:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:06:35] "GET /metrics HTTP/1.1" 200 36058 "" "Prometheus/2.43.0" 2023-10-14T00:06:36.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:35 smithi055 ceph-mon[185614]: failed to encode map e333 with expected crc 2023-10-14T00:06:36.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:35 smithi055 ceph-mon[185614]: failed to encode map e333 with expected crc 2023-10-14T00:06:36.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:35 smithi055 ceph-mon[185614]: pgmap v211: 121 pgs: 3 peering, 5 active+undersized+degraded, 26 active+undersized, 87 active+clean; 264 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 4.6 MiB/s rd, 486 KiB/s wr, 4 op/s; 26/417 objects degraded (6.235%) 2023-10-14T00:06:36.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:35 smithi055 ceph-mon[185614]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-10-14T00:06:36.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:35 smithi055 ceph-mon[185614]: Upgrade: unsafe to stop osd(s) at this time (9 PGs are or would become offline) 2023-10-14T00:06:36.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:35 smithi055 ceph-mon[185614]: Health check update: Degraded data redundancy: 37/414 objects degraded (8.937%), 8 pgs degraded (PG_DEGRADED) 2023-10-14T00:06:36.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:35 smithi055 ceph-mon[185614]: failed to encode map e334 with expected crc 2023-10-14T00:06:36.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:35 smithi055 ceph-mon[185614]: osdmap e334: 8 total, 8 up, 8 in 2023-10-14T00:06:36.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:35 smithi055 ceph-mon[185614]: failed to encode map e334 with expected crc 2023-10-14T00:06:36.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:35 smithi055 ceph-mon[183057]: failed to encode map e333 with expected crc 2023-10-14T00:06:36.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:35 smithi055 ceph-mon[183057]: failed to encode map e333 with expected crc 2023-10-14T00:06:36.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:35 smithi055 ceph-mon[183057]: pgmap v211: 121 pgs: 3 peering, 5 active+undersized+degraded, 26 active+undersized, 87 active+clean; 264 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 4.6 MiB/s rd, 486 KiB/s wr, 4 op/s; 26/417 objects degraded (6.235%) 2023-10-14T00:06:36.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:35 smithi055 ceph-mon[183057]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-10-14T00:06:36.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:35 smithi055 ceph-mon[183057]: Upgrade: unsafe to stop osd(s) at this time (9 PGs are or would become offline) 2023-10-14T00:06:36.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:35 smithi055 ceph-mon[183057]: Health check update: Degraded data redundancy: 37/414 objects degraded (8.937%), 8 pgs degraded (PG_DEGRADED) 2023-10-14T00:06:36.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:35 smithi055 ceph-mon[183057]: failed to encode map e334 with expected crc 2023-10-14T00:06:36.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:35 smithi055 ceph-mon[183057]: osdmap e334: 8 total, 8 up, 8 in 2023-10-14T00:06:36.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:35 smithi055 ceph-mon[183057]: failed to encode map e334 with expected crc 2023-10-14T00:06:36.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:35 smithi082 ceph-mon[180771]: failed to encode map e333 with expected crc 2023-10-14T00:06:36.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:35 smithi082 ceph-mon[180771]: failed to encode map e333 with expected crc 2023-10-14T00:06:36.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:35 smithi082 ceph-mon[180771]: pgmap v211: 121 pgs: 3 peering, 5 active+undersized+degraded, 26 active+undersized, 87 active+clean; 264 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 4.6 MiB/s rd, 486 KiB/s wr, 4 op/s; 26/417 objects degraded (6.235%) 2023-10-14T00:06:36.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:35 smithi082 ceph-mon[180771]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-10-14T00:06:36.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:35 smithi082 ceph-mon[180771]: Upgrade: unsafe to stop osd(s) at this time (9 PGs are or would become offline) 2023-10-14T00:06:36.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:35 smithi082 ceph-mon[180771]: Health check update: Degraded data redundancy: 37/414 objects degraded (8.937%), 8 pgs degraded (PG_DEGRADED) 2023-10-14T00:06:36.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:35 smithi082 ceph-mon[180771]: failed to encode map e334 with expected crc 2023-10-14T00:06:36.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:35 smithi082 ceph-mon[180771]: osdmap e334: 8 total, 8 up, 8 in 2023-10-14T00:06:36.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:35 smithi082 ceph-mon[180771]: failed to encode map e334 with expected crc 2023-10-14T00:06:36.380 INFO:tasks.rados.rados.0.smithi055.stdout:1457: done (1 left) 2023-10-14T00:06:36.380 INFO:tasks.rados.rados.0.smithi055.stdout:1458: rollback oid 38 current snap is 133 2023-10-14T00:06:36.381 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 38 to 132 2023-10-14T00:06:36.381 INFO:tasks.rados.rados.0.smithi055.stdout:1455: finishing rollback tid 1 to smithi055169533-14 2023-10-14T00:06:36.381 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 14 v 475 (ObjNum 273 snap 0 seq_num 0) dirty dne 2023-10-14T00:06:36.381 INFO:tasks.rados.rados.0.smithi055.stdout:1455: done (1 left) 2023-10-14T00:06:36.381 INFO:tasks.rados.rados.0.smithi055.stdout:1459: read oid 30 snap -1 2023-10-14T00:06:36.381 INFO:tasks.rados.rados.0.smithi055.stdout:1459: expect (ObjNum 446 snap 122 seq_num 446) 2023-10-14T00:06:36.382 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 12 current snap is 133 2023-10-14T00:06:36.382 INFO:tasks.rados.rados.0.smithi055.stdout:1460: seq_num 474 ranges {630784=745472} 2023-10-14T00:06:36.391 INFO:tasks.rados.rados.0.smithi055.stdout:1460: writing smithi055169533-12 from 630784 to 1376256 tid 1 2023-10-14T00:06:36.391 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 44 current snap is 133 2023-10-14T00:06:36.391 INFO:tasks.rados.rados.0.smithi055.stdout:1461: seq_num 475 ranges {0=761856} 2023-10-14T00:06:36.395 INFO:tasks.rados.rados.0.smithi055.stdout:1461: writing smithi055169533-44 from 0 to 761856 tid 1 2023-10-14T00:06:36.395 INFO:tasks.rados.rados.0.smithi055.stdout:1462: setattr oid 21 current snap is 133 2023-10-14T00:06:36.395 INFO:tasks.rados.rados.0.smithi055.stdout:1458: finishing rollback tid 1 to smithi055169533-38 2023-10-14T00:06:36.395 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 38 v 318 (ObjNum 33 snap 0 seq_num 7) dirty dne 2023-10-14T00:06:36.396 INFO:tasks.rados.rados.0.smithi055.stdout:1458: done (4 left) 2023-10-14T00:06:36.396 INFO:tasks.rados.rados.0.smithi055.stdout:1463: copy_from oid 35 from oid 14 current snap is 133 2023-10-14T00:06:36.397 INFO:tasks.rados.rados.0.smithi055.stdout:1464: rollback oid 26 current snap is 133 2023-10-14T00:06:36.397 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 26 to 126 2023-10-14T00:06:36.397 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 8 current snap is 133 2023-10-14T00:06:36.397 INFO:tasks.rados.rados.0.smithi055.stdout:1465: seq_num 476 ranges {466944=778240} 2023-10-14T00:06:36.404 INFO:tasks.rados.rados.0.smithi055.stdout:1465: writing smithi055169533-8 from 466944 to 1245184 tid 1 2023-10-14T00:06:36.405 INFO:tasks.rados.rados.0.smithi055.stdout:1466: rollback oid 36 current snap is 133 2023-10-14T00:06:36.405 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 36 to 104 2023-10-14T00:06:36.405 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 34 current snap is 133 2023-10-14T00:06:36.406 INFO:tasks.rados.rados.0.smithi055.stdout:1467: seq_num 477 ranges {40960=794624} 2023-10-14T00:06:36.410 INFO:tasks.rados.rados.0.smithi055.stdout:1467: writing smithi055169533-34 from 40960 to 835584 tid 1 2023-10-14T00:06:36.411 INFO:tasks.rados.rados.0.smithi055.stdout:1468: read oid 18 snap -1 2023-10-14T00:06:36.411 INFO:tasks.rados.rados.0.smithi055.stdout:1468: expect deleted 2023-10-14T00:06:36.411 INFO:tasks.rados.rados.0.smithi055.stdout:1469: snap_remove snap 129 2023-10-14T00:06:37.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:36 smithi055 ceph-mon[185614]: failed to encode map e334 with expected crc 2023-10-14T00:06:37.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:36 smithi055 ceph-mon[185614]: osdmap e335: 8 total, 8 up, 8 in 2023-10-14T00:06:37.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:36 smithi055 ceph-mon[185614]: failed to encode map e335 with expected crc 2023-10-14T00:06:37.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:36 smithi055 ceph-mon[185614]: failed to encode map e335 with expected crc 2023-10-14T00:06:37.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:36 smithi055 ceph-mon[183057]: failed to encode map e334 with expected crc 2023-10-14T00:06:37.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:36 smithi055 ceph-mon[183057]: osdmap e335: 8 total, 8 up, 8 in 2023-10-14T00:06:37.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:36 smithi055 ceph-mon[183057]: failed to encode map e335 with expected crc 2023-10-14T00:06:37.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:36 smithi055 ceph-mon[183057]: failed to encode map e335 with expected crc 2023-10-14T00:06:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:36 smithi082 ceph-mon[180771]: failed to encode map e334 with expected crc 2023-10-14T00:06:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:36 smithi082 ceph-mon[180771]: osdmap e335: 8 total, 8 up, 8 in 2023-10-14T00:06:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:36 smithi082 ceph-mon[180771]: failed to encode map e335 with expected crc 2023-10-14T00:06:37.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:36 smithi082 ceph-mon[180771]: failed to encode map e335 with expected crc 2023-10-14T00:06:37.387 INFO:tasks.rados.rados.0.smithi055.stdout:1469: done (10 left) 2023-10-14T00:06:37.387 INFO:tasks.rados.rados.0.smithi055.stdout:1470: copy_from oid 42 from oid 10 current snap is 133 2023-10-14T00:06:37.387 INFO:tasks.rados.rados.0.smithi055.stdout:1463: finishing copy_from to smithi055169533-35 2023-10-14T00:06:37.387 INFO:tasks.rados.rados.0.smithi055.stdout:1463: got expected ENOENT (src dne) 2023-10-14T00:06:37.388 INFO:tasks.rados.rados.0.smithi055.stdout:1463: finishing copy_from racing read to smithi055169533-35 2023-10-14T00:06:37.388 INFO:tasks.rados.rados.0.smithi055.stdout:1464: finishing rollback tid 0 to smithi055169533-26 2023-10-14T00:06:37.388 INFO:tasks.rados.rados.0.smithi055.stdout:1464: finishing rollback tid 1 to smithi055169533-26 2023-10-14T00:06:37.388 INFO:tasks.rados.rados.0.smithi055.stdout:1459: expect (ObjNum 446 snap 122 seq_num 446) 2023-10-14T00:06:37.529 INFO:tasks.rados.rados.0.smithi055.stdout:1460: finishing write tid 1 to smithi055169533-12 2023-10-14T00:06:37.530 INFO:tasks.rados.rados.0.smithi055.stdout:1460: finishing write tid 2 to smithi055169533-12 2023-10-14T00:06:37.530 INFO:tasks.rados.rados.0.smithi055.stdout:1461: finishing write tid 1 to smithi055169533-44 2023-10-14T00:06:37.530 INFO:tasks.rados.rados.0.smithi055.stdout:1461: finishing write tid 2 to smithi055169533-44 2023-10-14T00:06:37.531 INFO:tasks.rados.rados.0.smithi055.stdout:1464: finishing rollback tid 2 to smithi055169533-26 2023-10-14T00:06:37.531 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 26 v 426 (ObjNum 438 snap 120 seq_num 438) dirty exists 2023-10-14T00:06:37.531 INFO:tasks.rados.rados.0.smithi055.stdout:1461: finishing write tid 3 to smithi055169533-44 2023-10-14T00:06:37.531 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 44 v 476 (ObjNum 475 snap 133 seq_num 475) dirty exists 2023-10-14T00:06:37.531 INFO:tasks.rados.rados.0.smithi055.stdout:1461: left oid 44 (ObjNum 475 snap 133 seq_num 475) 2023-10-14T00:06:37.532 INFO:tasks.rados.rados.0.smithi055.stdout:1460: finishing write tid 3 to smithi055169533-12 2023-10-14T00:06:37.532 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 12 v 478 (ObjNum 474 snap 133 seq_num 474) dirty exists 2023-10-14T00:06:37.532 INFO:tasks.rados.rados.0.smithi055.stdout:1460: left oid 12 (ObjNum 474 snap 133 seq_num 474) 2023-10-14T00:06:37.532 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 21 v 436 (ObjNum 429 snap 118 seq_num 429) dirty exists 2023-10-14T00:06:37.532 INFO:tasks.rados.rados.0.smithi055.stdout:1465: finishing write tid 1 to smithi055169533-8 2023-10-14T00:06:37.533 INFO:tasks.rados.rados.0.smithi055.stdout:1459: done (10 left) 2023-10-14T00:06:37.533 INFO:tasks.rados.rados.0.smithi055.stdout:1460: done (9 left) 2023-10-14T00:06:37.533 INFO:tasks.rados.rados.0.smithi055.stdout:1461: done (8 left) 2023-10-14T00:06:37.533 INFO:tasks.rados.rados.0.smithi055.stdout:1462: done (7 left) 2023-10-14T00:06:37.533 INFO:tasks.rados.rados.0.smithi055.stdout:1463: done (6 left) 2023-10-14T00:06:37.533 INFO:tasks.rados.rados.0.smithi055.stdout:1464: done (5 left) 2023-10-14T00:06:37.534 INFO:tasks.rados.rados.0.smithi055.stdout:1471: read oid 22 snap 126 2023-10-14T00:06:37.534 INFO:tasks.rados.rados.0.smithi055.stdout:1471: expect deleted 2023-10-14T00:06:37.534 INFO:tasks.rados.rados.0.smithi055.stdout:1472: rollback oid 23 current snap is 133 2023-10-14T00:06:37.534 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 23 to 104 2023-10-14T00:06:37.534 INFO:tasks.rados.rados.0.smithi055.stdout:1465: finishing write tid 2 to smithi055169533-8 2023-10-14T00:06:37.535 INFO:tasks.rados.rados.0.smithi055.stdout:1466: finishing rollback tid 0 to smithi055169533-36 2023-10-14T00:06:37.535 INFO:tasks.rados.rados.0.smithi055.stdout:1466: finishing rollback tid 1 to smithi055169533-36 2023-10-14T00:06:37.535 INFO:tasks.rados.rados.0.smithi055.stdout:1466: finishing rollback tid 2 to smithi055169533-36 2023-10-14T00:06:37.535 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 36 v 321 (ObjNum 383 snap 102 seq_num 383) dirty exists 2023-10-14T00:06:37.535 INFO:tasks.rados.rados.0.smithi055.stdout:1465: finishing write tid 3 to smithi055169533-8 2023-10-14T00:06:37.536 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 8 v 439 (ObjNum 476 snap 133 seq_num 476) dirty exists 2023-10-14T00:06:37.536 INFO:tasks.rados.rados.0.smithi055.stdout:1465: left oid 8 (ObjNum 476 snap 133 seq_num 476) 2023-10-14T00:06:37.536 INFO:tasks.rados.rados.0.smithi055.stdout:1467: finishing write tid 1 to smithi055169533-34 2023-10-14T00:06:37.536 INFO:tasks.rados.rados.0.smithi055.stdout:1467: finishing write tid 2 to smithi055169533-34 2023-10-14T00:06:37.536 INFO:tasks.rados.rados.0.smithi055.stdout:1467: finishing write tid 3 to smithi055169533-34 2023-10-14T00:06:37.537 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 34 v 400 (ObjNum 477 snap 133 seq_num 477) dirty exists 2023-10-14T00:06:37.537 INFO:tasks.rados.rados.0.smithi055.stdout:1467: left oid 34 (ObjNum 477 snap 133 seq_num 477) 2023-10-14T00:06:37.537 INFO:tasks.rados.rados.0.smithi055.stdout:1465: done (6 left) 2023-10-14T00:06:37.537 INFO:tasks.rados.rados.0.smithi055.stdout:1466: done (5 left) 2023-10-14T00:06:37.537 INFO:tasks.rados.rados.0.smithi055.stdout:1467: done (4 left) 2023-10-14T00:06:37.538 INFO:tasks.rados.rados.0.smithi055.stdout:1468: done (3 left) 2023-10-14T00:06:37.538 INFO:tasks.rados.rados.0.smithi055.stdout:1473: read oid 31 snap -1 2023-10-14T00:06:37.538 INFO:tasks.rados.rados.0.smithi055.stdout:1473: expect (ObjNum 462 snap 127 seq_num 462) 2023-10-14T00:06:37.538 INFO:tasks.rados.rados.0.smithi055.stdout:1474: copy_from oid 48 from oid 21 current snap is 133 2023-10-14T00:06:37.538 INFO:tasks.rados.rados.0.smithi055.stdout:1470: finishing copy_from to smithi055169533-42 2023-10-14T00:06:37.539 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 42 v 474 (ObjNum 434 snap 119 seq_num 434) dirty exists 2023-10-14T00:06:37.539 INFO:tasks.rados.rados.0.smithi055.stdout:1470: finishing copy_from racing read to smithi055169533-42 2023-10-14T00:06:37.539 INFO:tasks.rados.rados.0.smithi055.stdout:1470: done (4 left) 2023-10-14T00:06:37.539 INFO:tasks.rados.rados.0.smithi055.stdout:1475: snap_create 2023-10-14T00:06:37.540 INFO:tasks.rados.rados.0.smithi055.stdout:1472: finishing rollback tid 0 to smithi055169533-23 2023-10-14T00:06:37.540 INFO:tasks.rados.rados.0.smithi055.stdout:1472: finishing rollback tid 1 to smithi055169533-23 2023-10-14T00:06:37.540 INFO:tasks.rados.rados.0.smithi055.stdout:1472: finishing rollback tid 2 to smithi055169533-23 2023-10-14T00:06:37.541 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 23 v 403 (ObjNum 382 snap 102 seq_num 382) dirty exists 2023-10-14T00:06:37.541 INFO:tasks.rados.rados.0.smithi055.stdout:1473: expect (ObjNum 462 snap 127 seq_num 462) 2023-10-14T00:06:37.548 INFO:tasks.rados.rados.0.smithi055.stdout:1474: finishing copy_from racing read to smithi055169533-48 2023-10-14T00:06:37.548 INFO:tasks.rados.rados.0.smithi055.stdout:1474: finishing copy_from to smithi055169533-48 2023-10-14T00:06:37.548 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 48 v 436 (ObjNum 429 snap 118 seq_num 429) dirty exists 2023-10-14T00:06:38.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:37 smithi055 ceph-mon[185614]: failed to encode map e335 with expected crc 2023-10-14T00:06:38.289 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:37 smithi055 ceph-mon[185614]: pgmap v214: 121 pgs: 3 peering, 1 active+undersized+degraded, 15 active+undersized, 102 active+clean; 264 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 4.6 MiB/s rd, 1.4 MiB/s wr, 11 op/s; 2/411 objects degraded (0.487%); 6.7 MiB/s, 1 objects/s recovering 2023-10-14T00:06:38.289 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:37 smithi055 ceph-mon[185614]: failed to encode map e336 with expected crc 2023-10-14T00:06:38.289 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:37 smithi055 ceph-mon[185614]: failed to encode map e336 with expected crc 2023-10-14T00:06:38.289 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:37 smithi055 ceph-mon[185614]: osdmap e336: 8 total, 8 up, 8 in 2023-10-14T00:06:38.290 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:37 smithi055 ceph-mon[185614]: failed to encode map e336 with expected crc 2023-10-14T00:06:38.290 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:37 smithi055 ceph-mon[183057]: failed to encode map e335 with expected crc 2023-10-14T00:06:38.290 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:37 smithi055 ceph-mon[183057]: pgmap v214: 121 pgs: 3 peering, 1 active+undersized+degraded, 15 active+undersized, 102 active+clean; 264 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 4.6 MiB/s rd, 1.4 MiB/s wr, 11 op/s; 2/411 objects degraded (0.487%); 6.7 MiB/s, 1 objects/s recovering 2023-10-14T00:06:38.290 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:37 smithi055 ceph-mon[183057]: failed to encode map e336 with expected crc 2023-10-14T00:06:38.291 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:37 smithi055 ceph-mon[183057]: failed to encode map e336 with expected crc 2023-10-14T00:06:38.291 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:37 smithi055 ceph-mon[183057]: osdmap e336: 8 total, 8 up, 8 in 2023-10-14T00:06:38.291 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:37 smithi055 ceph-mon[183057]: failed to encode map e336 with expected crc 2023-10-14T00:06:38.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:37 smithi082 ceph-mon[180771]: failed to encode map e335 with expected crc 2023-10-14T00:06:38.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:37 smithi082 ceph-mon[180771]: pgmap v214: 121 pgs: 3 peering, 1 active+undersized+degraded, 15 active+undersized, 102 active+clean; 264 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 4.6 MiB/s rd, 1.4 MiB/s wr, 11 op/s; 2/411 objects degraded (0.487%); 6.7 MiB/s, 1 objects/s recovering 2023-10-14T00:06:38.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:37 smithi082 ceph-mon[180771]: failed to encode map e336 with expected crc 2023-10-14T00:06:38.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:37 smithi082 ceph-mon[180771]: failed to encode map e336 with expected crc 2023-10-14T00:06:38.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:37 smithi082 ceph-mon[180771]: osdmap e336: 8 total, 8 up, 8 in 2023-10-14T00:06:38.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:37 smithi082 ceph-mon[180771]: failed to encode map e336 with expected crc 2023-10-14T00:06:38.392 INFO:tasks.rados.rados.0.smithi055.stdout:1471: done (4 left) 2023-10-14T00:06:38.392 INFO:tasks.rados.rados.0.smithi055.stdout:1472: done (3 left) 2023-10-14T00:06:38.393 INFO:tasks.rados.rados.0.smithi055.stdout:1473: done (2 left) 2023-10-14T00:06:38.393 INFO:tasks.rados.rados.0.smithi055.stdout:1474: done (1 left) 2023-10-14T00:06:38.394 INFO:tasks.rados.rados.0.smithi055.stdout:1475: done (0 left) 2023-10-14T00:06:38.394 INFO:tasks.rados.rados.0.smithi055.stdout:1476: setattr oid 12 current snap is 134 2023-10-14T00:06:38.395 INFO:tasks.rados.rados.0.smithi055.stdout:1477: delete oid 11 current snap is 134 2023-10-14T00:06:38.401 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 12 v 479 (ObjNum 474 snap 133 seq_num 474) dirty exists 2023-10-14T00:06:38.402 INFO:tasks.rados.rados.0.smithi055.stdout:1476: done (1 left) 2023-10-14T00:06:38.402 INFO:tasks.rados.rados.0.smithi055.stdout:1477: done (0 left) 2023-10-14T00:06:38.402 INFO:tasks.rados.rados.0.smithi055.stdout:1478: snap_remove snap 124 2023-10-14T00:06:39.126 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:06:38 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:06: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-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi055:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi082.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-10-14T00:06:39.415 INFO:tasks.rados.rados.0.smithi055.stdout:1478: done (0 left) 2023-10-14T00:06:39.415 INFO:tasks.rados.rados.0.smithi055.stdout:1479: rmattr oid 47 current snap is 134 2023-10-14T00:06:39.416 INFO:tasks.rados.rados.0.smithi055.stdout:1479: done (0 left) 2023-10-14T00:06:39.416 INFO:tasks.rados.rados.0.smithi055.stdout:1480: read oid 24 snap 104 2023-10-14T00:06:39.416 INFO:tasks.rados.rados.0.smithi055.stdout:1480: expect (ObjNum 361 snap 96 seq_num 361) 2023-10-14T00:06:39.416 INFO:tasks.rados.rados.0.smithi055.stdout:1481: read oid 10 snap -1 2023-10-14T00:06:39.417 INFO:tasks.rados.rados.0.smithi055.stdout:1481: expect (ObjNum 434 snap 119 seq_num 434) 2023-10-14T00:06:39.417 INFO:tasks.rados.rados.0.smithi055.stdout:1482: read oid 1 snap -1 2023-10-14T00:06:39.417 INFO:tasks.rados.rados.0.smithi055.stdout:1482: expect deleted 2023-10-14T00:06:39.418 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 19 current snap is 134 2023-10-14T00:06:39.418 INFO:tasks.rados.rados.0.smithi055.stdout:1483: seq_num 479 ranges {0=425984,425984=401408} 2023-10-14T00:06:39.418 INFO:tasks.rados.rados.0.smithi055.stdout:1483: writing smithi055169533-19 from 0 to 425984 tid 1 2023-10-14T00:06:39.421 INFO:tasks.rados.rados.0.smithi055.stdout:1483: writing smithi055169533-19 from 425984 to 827392 tid 2 2023-10-14T00:06:39.422 INFO:tasks.rados.rados.0.smithi055.stdout:1484: copy_from oid 17 from oid 18 current snap is 134 2023-10-14T00:06:39.422 INFO:tasks.rados.rados.0.smithi055.stdout:1485: snap_create 2023-10-14T00:06:39.423 INFO:tasks.rados.rados.0.smithi055.stdout:1481: expect (ObjNum 434 snap 119 seq_num 434) 2023-10-14T00:06:39.434 INFO:tasks.rados.rados.0.smithi055.stdout:1483: finishing write tid 1 to smithi055169533-19 2023-10-14T00:06:39.435 INFO:tasks.rados.rados.0.smithi055.stdout:1484: finishing copy_from to smithi055169533-17 2023-10-14T00:06:39.435 INFO:tasks.rados.rados.0.smithi055.stdout:1484: got expected ENOENT (src dne) 2023-10-14T00:06:39.436 INFO:tasks.rados.rados.0.smithi055.stdout:1483: finishing write tid 2 to smithi055169533-19 2023-10-14T00:06:39.436 INFO:tasks.rados.rados.0.smithi055.stdout:1483: finishing write tid 3 to smithi055169533-19 2023-10-14T00:06:39.438 INFO:tasks.rados.rados.0.smithi055.stdout:1484: finishing copy_from racing read to smithi055169533-17 2023-10-14T00:06:39.439 INFO:tasks.rados.rados.0.smithi055.stdout:1483: finishing write tid 4 to smithi055169533-19 2023-10-14T00:06:39.439 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 19 v 429 (ObjNum 479 snap 134 seq_num 479) dirty exists 2023-10-14T00:06:39.439 INFO:tasks.rados.rados.0.smithi055.stdout:1483: left oid 19 (ObjNum 479 snap 134 seq_num 479) 2023-10-14T00:06:39.451 INFO:tasks.rados.rados.0.smithi055.stdout:1480: expect (ObjNum 361 snap 96 seq_num 361) 2023-10-14T00:06:39.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:39 smithi055 ceph-mon[183057]: failed to encode map e337 with expected crc 2023-10-14T00:06:39.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:39 smithi055 ceph-mon[183057]: osdmap e337: 8 total, 8 up, 8 in 2023-10-14T00:06:39.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:39 smithi055 ceph-mon[183057]: failed to encode map e337 with expected crc 2023-10-14T00:06:39.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:39 smithi055 ceph-mon[183057]: failed to encode map e337 with expected crc 2023-10-14T00:06:39.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:39 smithi055 ceph-mon[183057]: pgmap v217: 121 pgs: 121 active+clean; 265 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 1.1 MiB/s wr, 13 op/s; 6.8 MiB/s, 1 objects/s recovering 2023-10-14T00:06:39.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:39.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:06:39.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:39 smithi055 ceph-mon[185614]: failed to encode map e337 with expected crc 2023-10-14T00:06:39.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:39 smithi055 ceph-mon[185614]: osdmap e337: 8 total, 8 up, 8 in 2023-10-14T00:06:39.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:39 smithi055 ceph-mon[185614]: failed to encode map e337 with expected crc 2023-10-14T00:06:39.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:39 smithi055 ceph-mon[185614]: failed to encode map e337 with expected crc 2023-10-14T00:06:39.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:39 smithi055 ceph-mon[185614]: pgmap v217: 121 pgs: 121 active+clean; 265 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 1.1 MiB/s wr, 13 op/s; 6.8 MiB/s, 1 objects/s recovering 2023-10-14T00:06:39.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:39.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:06:39.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:39 smithi082 ceph-mon[180771]: failed to encode map e337 with expected crc 2023-10-14T00:06:39.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:39 smithi082 ceph-mon[180771]: osdmap e337: 8 total, 8 up, 8 in 2023-10-14T00:06:39.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:39 smithi082 ceph-mon[180771]: failed to encode map e337 with expected crc 2023-10-14T00:06:39.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:39 smithi082 ceph-mon[180771]: failed to encode map e337 with expected crc 2023-10-14T00:06:39.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:39 smithi082 ceph-mon[180771]: pgmap v217: 121 pgs: 121 active+clean; 265 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 1.1 MiB/s wr, 13 op/s; 6.8 MiB/s, 1 objects/s recovering 2023-10-14T00:06:39.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:39.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:06:40.319 INFO:tasks.rados.rados.0.smithi055.stdout:1480: done (5 left) 2023-10-14T00:06:40.319 INFO:tasks.rados.rados.0.smithi055.stdout:1481: done (4 left) 2023-10-14T00:06:40.319 INFO:tasks.rados.rados.0.smithi055.stdout:1482: done (3 left) 2023-10-14T00:06:40.320 INFO:tasks.rados.rados.0.smithi055.stdout:1483: done (2 left) 2023-10-14T00:06:40.320 INFO:tasks.rados.rados.0.smithi055.stdout:1484: done (1 left) 2023-10-14T00:06:40.320 INFO:tasks.rados.rados.0.smithi055.stdout:1485: done (0 left) 2023-10-14T00:06:40.320 INFO:tasks.rados.rados.0.smithi055.stdout:1486: snap_create 2023-10-14T00:06:40.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:40 smithi055 ceph-mon[185614]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 2/411 objects degraded (0.487%), 1 pg degraded) 2023-10-14T00:06:40.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:40 smithi055 ceph-mon[185614]: Cluster is now healthy 2023-10-14T00:06:40.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:40 smithi055 ceph-mon[185614]: failed to encode map e338 with expected crc 2023-10-14T00:06:40.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:40 smithi055 ceph-mon[185614]: osdmap e338: 8 total, 8 up, 8 in 2023-10-14T00:06:40.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:40 smithi055 ceph-mon[185614]: failed to encode map e338 with expected crc 2023-10-14T00:06:40.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:40 smithi055 ceph-mon[185614]: failed to encode map e338 with expected crc 2023-10-14T00:06:40.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:40 smithi055 ceph-mon[185614]: osdmap e339: 8 total, 8 up, 8 in 2023-10-14T00:06:40.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:40 smithi055 ceph-mon[183057]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 2/411 objects degraded (0.487%), 1 pg degraded) 2023-10-14T00:06:40.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:40 smithi055 ceph-mon[183057]: Cluster is now healthy 2023-10-14T00:06:40.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:40 smithi055 ceph-mon[183057]: failed to encode map e338 with expected crc 2023-10-14T00:06:40.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:40 smithi055 ceph-mon[183057]: osdmap e338: 8 total, 8 up, 8 in 2023-10-14T00:06:40.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:40 smithi055 ceph-mon[183057]: failed to encode map e338 with expected crc 2023-10-14T00:06:40.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:40 smithi055 ceph-mon[183057]: failed to encode map e338 with expected crc 2023-10-14T00:06:40.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:40 smithi055 ceph-mon[183057]: osdmap e339: 8 total, 8 up, 8 in 2023-10-14T00:06:40.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:40 smithi082 ceph-mon[180771]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 2/411 objects degraded (0.487%), 1 pg degraded) 2023-10-14T00:06:40.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:40 smithi082 ceph-mon[180771]: Cluster is now healthy 2023-10-14T00:06:40.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:40 smithi082 ceph-mon[180771]: failed to encode map e338 with expected crc 2023-10-14T00:06:40.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:40 smithi082 ceph-mon[180771]: osdmap e338: 8 total, 8 up, 8 in 2023-10-14T00:06:40.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:40 smithi082 ceph-mon[180771]: failed to encode map e338 with expected crc 2023-10-14T00:06:40.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:40 smithi082 ceph-mon[180771]: failed to encode map e338 with expected crc 2023-10-14T00:06:40.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:40 smithi082 ceph-mon[180771]: osdmap e339: 8 total, 8 up, 8 in 2023-10-14T00:06:41.321 INFO:tasks.rados.rados.0.smithi055.stdout:1486: done (0 left) 2023-10-14T00:06:41.322 INFO:tasks.rados.rados.0.smithi055.stdout:1487: snap_remove snap 134 2023-10-14T00:06:41.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:41 smithi055 ceph-mon[185614]: failed to encode map e339 with expected crc 2023-10-14T00:06:41.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:41 smithi055 ceph-mon[185614]: failed to encode map e339 with expected crc 2023-10-14T00:06:41.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:41 smithi055 ceph-mon[185614]: pgmap v220: 121 pgs: 121 active+clean; 273 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.8 MiB/s rd, 1.9 MiB/s wr, 20 op/s; 162 KiB/s, 0 objects/s recovering 2023-10-14T00:06:41.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:41 smithi055 ceph-mon[185614]: osdmap e340: 8 total, 8 up, 8 in 2023-10-14T00:06:41.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:41 smithi055 ceph-mon[183057]: failed to encode map e339 with expected crc 2023-10-14T00:06:41.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:41 smithi055 ceph-mon[183057]: failed to encode map e339 with expected crc 2023-10-14T00:06:41.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:41 smithi055 ceph-mon[183057]: pgmap v220: 121 pgs: 121 active+clean; 273 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.8 MiB/s rd, 1.9 MiB/s wr, 20 op/s; 162 KiB/s, 0 objects/s recovering 2023-10-14T00:06:41.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:41 smithi055 ceph-mon[183057]: osdmap e340: 8 total, 8 up, 8 in 2023-10-14T00:06:41.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:41 smithi082 ceph-mon[180771]: failed to encode map e339 with expected crc 2023-10-14T00:06:41.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:41 smithi082 ceph-mon[180771]: failed to encode map e339 with expected crc 2023-10-14T00:06:41.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:41 smithi082 ceph-mon[180771]: pgmap v220: 121 pgs: 121 active+clean; 273 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.8 MiB/s rd, 1.9 MiB/s wr, 20 op/s; 162 KiB/s, 0 objects/s recovering 2023-10-14T00:06:41.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:41 smithi082 ceph-mon[180771]: osdmap e340: 8 total, 8 up, 8 in 2023-10-14T00:06:42.327 INFO:tasks.rados.rados.0.smithi055.stdout:1487: done (0 left) 2023-10-14T00:06:42.327 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 33 current snap is 136 2023-10-14T00:06:42.327 INFO:tasks.rados.rados.0.smithi055.stdout:1488: seq_num 480 ranges {663552=442368,1105920=401408} 2023-10-14T00:06:42.333 INFO:tasks.rados.rados.0.smithi055.stdout:1488: writing smithi055169533-33 from 663552 to 1105920 tid 1 2023-10-14T00:06:42.336 INFO:tasks.rados.rados.0.smithi055.stdout:1488: writing smithi055169533-33 from 1105920 to 1507328 tid 2 2023-10-14T00:06:42.336 INFO:tasks.rados.rados.0.smithi055.stdout:1489: copy_from oid 22 from oid 50 current snap is 136 2023-10-14T00:06:42.336 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 38 current snap is 136 2023-10-14T00:06:42.336 INFO:tasks.rados.rados.0.smithi055.stdout:1490: seq_num 481 ranges {0=458752,458752=401408} 2023-10-14T00:06:42.338 INFO:tasks.rados.rados.0.smithi055.stdout:1490: writing smithi055169533-38 from 0 to 458752 tid 1 2023-10-14T00:06:42.342 INFO:tasks.rados.rados.0.smithi055.stdout:1490: writing smithi055169533-38 from 458752 to 860160 tid 2 2023-10-14T00:06:42.342 INFO:tasks.rados.rados.0.smithi055.stdout:1491: read oid 17 snap -1 2023-10-14T00:06:42.342 INFO:tasks.rados.rados.0.smithi055.stdout:1491: expect (ObjNum 463 snap 129 seq_num 463) 2023-10-14T00:06:42.342 INFO:tasks.rados.rados.0.smithi055.stdout:1492: read oid 27 snap 104 2023-10-14T00:06:42.343 INFO:tasks.rados.rados.0.smithi055.stdout:1492: expect (ObjNum 349 snap 93 seq_num 349) 2023-10-14T00:06:42.343 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 40 current snap is 136 2023-10-14T00:06:42.343 INFO:tasks.rados.rados.0.smithi055.stdout:1488: finishing write tid 1 to smithi055169533-33 2023-10-14T00:06:42.343 INFO:tasks.rados.rados.0.smithi055.stdout:1493: seq_num 482 ranges {1712128=475136,2187264=401408} 2023-10-14T00:06:42.354 INFO:tasks.rados.rados.0.smithi055.stdout:1493: writing smithi055169533-40 from 1712128 to 2187264 tid 1 2023-10-14T00:06:42.357 INFO:tasks.rados.rados.0.smithi055.stdout:1493: writing smithi055169533-40 from 2187264 to 2588672 tid 2 2023-10-14T00:06:42.357 INFO:tasks.rados.rados.0.smithi055.stdout:1494: delete oid 15 current snap is 136 2023-10-14T00:06:42.357 INFO:tasks.rados.rados.0.smithi055.stdout:1488: finishing write tid 2 to smithi055169533-33 2023-10-14T00:06:42.358 INFO:tasks.rados.rados.0.smithi055.stdout:1488: finishing write tid 3 to smithi055169533-33 2023-10-14T00:06:42.358 INFO:tasks.rados.rados.0.smithi055.stdout:1488: finishing write tid 4 to smithi055169533-33 2023-10-14T00:06:42.358 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 33 v 451 (ObjNum 480 snap 136 seq_num 480) dirty exists 2023-10-14T00:06:42.358 INFO:tasks.rados.rados.0.smithi055.stdout:1488: left oid 33 (ObjNum 480 snap 136 seq_num 480) 2023-10-14T00:06:42.358 INFO:tasks.rados.rados.0.smithi055.stdout:1490: finishing write tid 1 to smithi055169533-38 2023-10-14T00:06:42.359 INFO:tasks.rados.rados.0.smithi055.stdout:1490: finishing write tid 2 to smithi055169533-38 2023-10-14T00:06:42.359 INFO:tasks.rados.rados.0.smithi055.stdout:1490: finishing write tid 3 to smithi055169533-38 2023-10-14T00:06:42.359 INFO:tasks.rados.rados.0.smithi055.stdout:1490: finishing write tid 4 to smithi055169533-38 2023-10-14T00:06:42.359 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 38 v 324 (ObjNum 481 snap 136 seq_num 481) dirty exists 2023-10-14T00:06:42.360 INFO:tasks.rados.rados.0.smithi055.stdout:1490: left oid 38 (ObjNum 481 snap 136 seq_num 481) 2023-10-14T00:06:42.362 INFO:tasks.rados.rados.0.smithi055.stdout:1488: done (6 left) 2023-10-14T00:06:42.362 INFO:tasks.rados.rados.0.smithi055.stdout:1490: done (5 left) 2023-10-14T00:06:42.363 INFO:tasks.rados.rados.0.smithi055.stdout:1494: done (4 left) 2023-10-14T00:06:42.363 INFO:tasks.rados.rados.0.smithi055.stdout:1495: copy_from oid 38 from oid 26 current snap is 136 2023-10-14T00:06:42.363 INFO:tasks.rados.rados.0.smithi055.stdout:1496: snap_create 2023-10-14T00:06:42.368 INFO:tasks.rados.rados.0.smithi055.stdout:1495: finishing copy_from racing read to smithi055169533-38 2023-10-14T00:06:42.383 INFO:tasks.rados.rados.0.smithi055.stdout:1493: finishing write tid 1 to smithi055169533-40 2023-10-14T00:06:42.383 INFO:tasks.rados.rados.0.smithi055.stdout:1493: finishing write tid 2 to smithi055169533-40 2023-10-14T00:06:42.384 INFO:tasks.rados.rados.0.smithi055.stdout:1493: finishing write tid 3 to smithi055169533-40 2023-10-14T00:06:42.385 INFO:tasks.rados.rados.0.smithi055.stdout:1495: finishing copy_from to smithi055169533-38 2023-10-14T00:06:42.385 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 38 v 426 (ObjNum 438 snap 120 seq_num 438) dirty exists 2023-10-14T00:06:42.395 INFO:tasks.rados.rados.0.smithi055.stdout:1491: expect (ObjNum 463 snap 129 seq_num 463) 2023-10-14T00:06:43.236 INFO:tasks.rados.rados.0.smithi055.stdout:1493: finishing write tid 4 to smithi055169533-40 2023-10-14T00:06:43.237 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 40 v 327 (ObjNum 482 snap 136 seq_num 482) dirty exists 2023-10-14T00:06:43.237 INFO:tasks.rados.rados.0.smithi055.stdout:1493: left oid 40 (ObjNum 482 snap 136 seq_num 482) 2023-10-14T00:06:43.237 INFO:tasks.rados.rados.0.smithi055.stdout:1492: expect (ObjNum 349 snap 93 seq_num 349) 2023-10-14T00:06:43.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:43 smithi082 ceph-mon[180771]: failed to encode map e340 with expected crc 2023-10-14T00:06:43.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:43 smithi082 ceph-mon[180771]: failed to encode map e340 with expected crc 2023-10-14T00:06:43.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:43 smithi082 ceph-mon[180771]: failed to encode map e340 with expected crc 2023-10-14T00:06:43.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:43 smithi082 ceph-mon[180771]: osdmap e341: 8 total, 8 up, 8 in 2023-10-14T00:06:43.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:43 smithi082 ceph-mon[180771]: failed to encode map e340 with expected crc 2023-10-14T00:06:43.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:43 smithi082 ceph-mon[180771]: failed to encode map e341 with expected crc 2023-10-14T00:06:43.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:43 smithi082 ceph-mon[180771]: failed to encode map e341 with expected crc 2023-10-14T00:06:43.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:43 smithi082 ceph-mon[180771]: pgmap v223: 121 pgs: 121 active+clean; 273 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.8 MiB/s rd, 1.7 MiB/s wr, 13 op/s 2023-10-14T00:06:43.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:43 smithi055 ceph-mon[183057]: failed to encode map e340 with expected crc 2023-10-14T00:06:43.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:43 smithi055 ceph-mon[183057]: failed to encode map e340 with expected crc 2023-10-14T00:06:43.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:43 smithi055 ceph-mon[183057]: failed to encode map e340 with expected crc 2023-10-14T00:06:43.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:43 smithi055 ceph-mon[183057]: osdmap e341: 8 total, 8 up, 8 in 2023-10-14T00:06:43.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:43 smithi055 ceph-mon[183057]: failed to encode map e340 with expected crc 2023-10-14T00:06:43.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:43 smithi055 ceph-mon[183057]: failed to encode map e341 with expected crc 2023-10-14T00:06:43.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:43 smithi055 ceph-mon[183057]: failed to encode map e341 with expected crc 2023-10-14T00:06:43.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:43 smithi055 ceph-mon[183057]: pgmap v223: 121 pgs: 121 active+clean; 273 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.8 MiB/s rd, 1.7 MiB/s wr, 13 op/s 2023-10-14T00:06:43.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:43 smithi055 ceph-mon[185614]: failed to encode map e340 with expected crc 2023-10-14T00:06:43.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:43 smithi055 ceph-mon[185614]: failed to encode map e340 with expected crc 2023-10-14T00:06:43.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:43 smithi055 ceph-mon[185614]: failed to encode map e340 with expected crc 2023-10-14T00:06:43.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:43 smithi055 ceph-mon[185614]: osdmap e341: 8 total, 8 up, 8 in 2023-10-14T00:06:43.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:43 smithi055 ceph-mon[185614]: failed to encode map e340 with expected crc 2023-10-14T00:06:43.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:43 smithi055 ceph-mon[185614]: failed to encode map e341 with expected crc 2023-10-14T00:06:43.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:43 smithi055 ceph-mon[185614]: failed to encode map e341 with expected crc 2023-10-14T00:06:43.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:43 smithi055 ceph-mon[185614]: pgmap v223: 121 pgs: 121 active+clean; 273 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.8 MiB/s rd, 1.7 MiB/s wr, 13 op/s 2023-10-14T00:06:44.131 INFO:tasks.rados.rados.0.smithi055.stdout:1489: finishing copy_from to smithi055169533-22 2023-10-14T00:06:44.131 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 22 v 652 (ObjNum 457 snap 126 seq_num 457) dirty exists 2023-10-14T00:06:44.132 INFO:tasks.rados.rados.0.smithi055.stdout:1489: finishing copy_from racing read to smithi055169533-22 2023-10-14T00:06:44.132 INFO:tasks.rados.rados.0.smithi055.stdout:1489: done (5 left) 2023-10-14T00:06:44.132 INFO:tasks.rados.rados.0.smithi055.stdout:1491: done (4 left) 2023-10-14T00:06:44.132 INFO:tasks.rados.rados.0.smithi055.stdout:1492: done (3 left) 2023-10-14T00:06:44.132 INFO:tasks.rados.rados.0.smithi055.stdout:1493: done (2 left) 2023-10-14T00:06:44.133 INFO:tasks.rados.rados.0.smithi055.stdout:1495: done (1 left) 2023-10-14T00:06:44.133 INFO:tasks.rados.rados.0.smithi055.stdout:1496: done (0 left) 2023-10-14T00:06:44.133 INFO:tasks.rados.rados.0.smithi055.stdout:1497: setattr oid 25 current snap is 137 2023-10-14T00:06:44.134 INFO:tasks.rados.rados.0.smithi055.stdout:1498: setattr oid 47 current snap is 137 2023-10-14T00:06:44.137 INFO:tasks.rados.rados.0.smithi055.stdout:1499: snap_create 2023-10-14T00:06:44.139 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 25 v 338 (ObjNum 417 snap 117 seq_num 417) dirty exists 2023-10-14T00:06:44.140 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 47 v 480 (ObjNum 33 snap 0 seq_num 1529246608) dirty exists 2023-10-14T00:06:44.360 INFO:tasks.rados.rados.0.smithi055.stdout:1497: done (2 left) 2023-10-14T00:06:44.360 INFO:tasks.rados.rados.0.smithi055.stdout:1498: done (1 left) 2023-10-14T00:06:44.361 INFO:tasks.rados.rados.0.smithi055.stdout:1499: done (0 left) 2023-10-14T00:06:44.361 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 7 current snap is 138 2023-10-14T00:06:44.361 INFO:tasks.rados.rados.0.smithi055.stdout:1500: seq_num 484 ranges {3137536=507904,3645440=401408} 2023-10-14T00:06:44.380 INFO:tasks.rados.rados.0.smithi055.stdout:1500: writing smithi055169533-7 from 3137536 to 3645440 tid 1 2023-10-14T00:06:44.383 INFO:tasks.rados.rados.0.smithi055.stdout:1500: writing smithi055169533-7 from 3645440 to 4046848 tid 2 2023-10-14T00:06:44.383 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 32 current snap is 138 2023-10-14T00:06:44.383 INFO:tasks.rados.rados.0.smithi055.stdout:1501: seq_num 485 ranges {679936=532480,1212416=401408} 2023-10-14T00:06:44.390 INFO:tasks.rados.rados.0.smithi055.stdout:1501: writing smithi055169533-32 from 679936 to 1212416 tid 1 2023-10-14T00:06:44.393 INFO:tasks.rados.rados.0.smithi055.stdout:1501: writing smithi055169533-32 from 1212416 to 1613824 tid 2 2023-10-14T00:06:44.393 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 34 current snap is 138 2023-10-14T00:06:44.393 INFO:tasks.rados.rados.0.smithi055.stdout:1500: finishing write tid 1 to smithi055169533-7 2023-10-14T00:06:44.394 INFO:tasks.rados.rados.0.smithi055.stdout:1500: finishing write tid 2 to smithi055169533-7 2023-10-14T00:06:44.394 INFO:tasks.rados.rados.0.smithi055.stdout:1502: seq_num 486 ranges {835584=548864,1384448=401408} 2023-10-14T00:06:44.401 INFO:tasks.rados.rados.0.smithi055.stdout:1502: writing smithi055169533-34 from 835584 to 1384448 tid 1 2023-10-14T00:06:44.403 INFO:tasks.rados.rados.0.smithi055.stdout:1502: writing smithi055169533-34 from 1384448 to 1785856 tid 2 2023-10-14T00:06:44.404 INFO:tasks.rados.rados.0.smithi055.stdout:1503: snap_create 2023-10-14T00:06:44.404 INFO:tasks.rados.rados.0.smithi055.stdout:1500: finishing write tid 3 to smithi055169533-7 2023-10-14T00:06:44.404 INFO:tasks.rados.rados.0.smithi055.stdout:1500: finishing write tid 4 to smithi055169533-7 2023-10-14T00:06:44.404 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 7 v 479 (ObjNum 484 snap 138 seq_num 484) dirty exists 2023-10-14T00:06:44.404 INFO:tasks.rados.rados.0.smithi055.stdout:1500: left oid 7 (ObjNum 484 snap 138 seq_num 484) 2023-10-14T00:06:44.405 INFO:tasks.rados.rados.0.smithi055.stdout:1501: finishing write tid 1 to smithi055169533-32 2023-10-14T00:06:44.405 INFO:tasks.rados.rados.0.smithi055.stdout:1501: finishing write tid 2 to smithi055169533-32 2023-10-14T00:06:44.405 INFO:tasks.rados.rados.0.smithi055.stdout:1501: finishing write tid 3 to smithi055169533-32 2023-10-14T00:06:44.405 INFO:tasks.rados.rados.0.smithi055.stdout:1501: finishing write tid 4 to smithi055169533-32 2023-10-14T00:06:44.406 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 32 v 274 (ObjNum 485 snap 138 seq_num 485) dirty exists 2023-10-14T00:06:44.406 INFO:tasks.rados.rados.0.smithi055.stdout:1501: left oid 32 (ObjNum 485 snap 138 seq_num 485) 2023-10-14T00:06:44.406 INFO:tasks.rados.rados.0.smithi055.stdout:1502: finishing write tid 1 to smithi055169533-34 2023-10-14T00:06:44.407 INFO:tasks.rados.rados.0.smithi055.stdout:1502: finishing write tid 2 to smithi055169533-34 2023-10-14T00:06:44.407 INFO:tasks.rados.rados.0.smithi055.stdout:1502: finishing write tid 3 to smithi055169533-34 2023-10-14T00:06:44.408 INFO:tasks.rados.rados.0.smithi055.stdout:1502: finishing write tid 4 to smithi055169533-34 2023-10-14T00:06:44.408 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 34 v 411 (ObjNum 486 snap 138 seq_num 486) dirty exists 2023-10-14T00:06:44.408 INFO:tasks.rados.rados.0.smithi055.stdout:1502: left oid 34 (ObjNum 486 snap 138 seq_num 486) 2023-10-14T00:06:44.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:44 smithi082 ceph-mon[180771]: osdmap e342: 8 total, 8 up, 8 in 2023-10-14T00:06:44.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:44 smithi082 ceph-mon[180771]: failed to encode map e342 with expected crc 2023-10-14T00:06:44.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:44 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:44.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:44 smithi055 ceph-mon[185614]: osdmap e342: 8 total, 8 up, 8 in 2023-10-14T00:06:44.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:44 smithi055 ceph-mon[185614]: failed to encode map e342 with expected crc 2023-10-14T00:06:44.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:44 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:44.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:44 smithi055 ceph-mon[183057]: osdmap e342: 8 total, 8 up, 8 in 2023-10-14T00:06:44.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:44 smithi055 ceph-mon[183057]: failed to encode map e342 with expected crc 2023-10-14T00:06:44.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:44 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:45.321 INFO:tasks.rados.rados.0.smithi055.stdout:1500: done (3 left) 2023-10-14T00:06:45.321 INFO:tasks.rados.rados.0.smithi055.stdout:1501: done (2 left) 2023-10-14T00:06:45.322 INFO:tasks.rados.rados.0.smithi055.stdout:1502: done (1 left) 2023-10-14T00:06:45.322 INFO:tasks.rados.rados.0.smithi055.stdout:1503: done (0 left) 2023-10-14T00:06:45.322 INFO:tasks.rados.rados.0.smithi055.stdout:1504: delete oid 40 current snap is 139 2023-10-14T00:06:45.325 INFO:tasks.rados.rados.0.smithi055.stdout:1504: done (0 left) 2023-10-14T00:06:45.325 INFO:tasks.rados.rados.0.smithi055.stdout:1505: snap_remove snap 136 2023-10-14T00:06:45.364 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:06:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:06:45] "GET /metrics HTTP/1.1" 200 36065 "" "Prometheus/2.43.0" 2023-10-14T00:06:45.364 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:45 smithi055 ceph-mon[183057]: failed to encode map e342 with expected crc 2023-10-14T00:06:45.364 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:45 smithi055 ceph-mon[183057]: failed to encode map e342 with expected crc 2023-10-14T00:06:45.365 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:45 smithi055 ceph-mon[183057]: failed to encode map e342 with expected crc 2023-10-14T00:06:45.365 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:45 smithi055 ceph-mon[183057]: failed to encode map e342 with expected crc 2023-10-14T00:06:45.365 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:45 smithi055 ceph-mon[183057]: failed to encode map e342 with expected crc 2023-10-14T00:06:45.365 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:45 smithi055 ceph-mon[183057]: failed to encode map e343 with expected crc 2023-10-14T00:06:45.365 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:45 smithi055 ceph-mon[183057]: osdmap e343: 8 total, 8 up, 8 in 2023-10-14T00:06:45.366 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:45 smithi055 ceph-mon[183057]: failed to encode map e343 with expected crc 2023-10-14T00:06:45.366 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:45 smithi055 ceph-mon[183057]: failed to encode map e343 with expected crc 2023-10-14T00:06:45.366 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:45 smithi055 ceph-mon[183057]: pgmap v226: 121 pgs: 121 active+clean; 277 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.1 MiB/s wr, 5 op/s 2023-10-14T00:06:45.366 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:45 smithi055 ceph-mon[183057]: osdmap e344: 8 total, 8 up, 8 in 2023-10-14T00:06:45.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:45 smithi082 ceph-mon[180771]: failed to encode map e342 with expected crc 2023-10-14T00:06:45.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:45 smithi082 ceph-mon[180771]: failed to encode map e342 with expected crc 2023-10-14T00:06:45.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:45 smithi082 ceph-mon[180771]: failed to encode map e342 with expected crc 2023-10-14T00:06:45.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:45 smithi082 ceph-mon[180771]: failed to encode map e342 with expected crc 2023-10-14T00:06:45.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:45 smithi082 ceph-mon[180771]: failed to encode map e342 with expected crc 2023-10-14T00:06:45.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:45 smithi082 ceph-mon[180771]: failed to encode map e343 with expected crc 2023-10-14T00:06:45.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:45 smithi082 ceph-mon[180771]: osdmap e343: 8 total, 8 up, 8 in 2023-10-14T00:06:45.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:45 smithi082 ceph-mon[180771]: failed to encode map e343 with expected crc 2023-10-14T00:06:45.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:45 smithi082 ceph-mon[180771]: failed to encode map e343 with expected crc 2023-10-14T00:06:45.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:45 smithi082 ceph-mon[180771]: pgmap v226: 121 pgs: 121 active+clean; 277 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.1 MiB/s wr, 5 op/s 2023-10-14T00:06:45.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:45 smithi082 ceph-mon[180771]: osdmap e344: 8 total, 8 up, 8 in 2023-10-14T00:06:45.697 INFO:teuthology.orchestra.run.smithi055.stdout:true 2023-10-14T00:06:45.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:45 smithi055 ceph-mon[185614]: failed to encode map e342 with expected crc 2023-10-14T00:06:45.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:45 smithi055 ceph-mon[185614]: failed to encode map e342 with expected crc 2023-10-14T00:06:45.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:45 smithi055 ceph-mon[185614]: failed to encode map e342 with expected crc 2023-10-14T00:06:45.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:45 smithi055 ceph-mon[185614]: failed to encode map e342 with expected crc 2023-10-14T00:06:45.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:45 smithi055 ceph-mon[185614]: failed to encode map e342 with expected crc 2023-10-14T00:06:45.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:45 smithi055 ceph-mon[185614]: failed to encode map e343 with expected crc 2023-10-14T00:06:45.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:45 smithi055 ceph-mon[185614]: osdmap e343: 8 total, 8 up, 8 in 2023-10-14T00:06:45.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:45 smithi055 ceph-mon[185614]: failed to encode map e343 with expected crc 2023-10-14T00:06:45.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:45 smithi055 ceph-mon[185614]: failed to encode map e343 with expected crc 2023-10-14T00:06:45.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:45 smithi055 ceph-mon[185614]: pgmap v226: 121 pgs: 121 active+clean; 277 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.1 MiB/s wr, 5 op/s 2023-10-14T00:06:45.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:45 smithi055 ceph-mon[185614]: osdmap e344: 8 total, 8 up, 8 in 2023-10-14T00:06:46.041 INFO:teuthology.orchestra.run.smithi055.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-14T00:06:46.042 INFO:teuthology.orchestra.run.smithi055.stdout:alertmanager.a smithi055 *:9093,9094 running (3m) 14s ago 6m 19.9M - 0.25.0 c8568f914cd2 a43b396ec072 2023-10-14T00:06:46.042 INFO:teuthology.orchestra.run.smithi055.stdout:grafana.a smithi082 *:3000 running (3m) 2m ago 6m 83.6M - 9.4.7 2c41d148cca3 59d4f501e341 2023-10-14T00:06:46.042 INFO:teuthology.orchestra.run.smithi055.stdout:mds.a smithi055 running (7m) 14s ago 7m 15.9M - 17.2.6-1409-gc4ba9722 8659eb916c3b a64e2d68f55a 2023-10-14T00:06:46.043 INFO:teuthology.orchestra.run.smithi055.stdout:mds.b smithi082 running (7m) 2m ago 7m 20.5M - 17.2.6-1409-gc4ba9722 8659eb916c3b c8f059701aff 2023-10-14T00:06:46.043 INFO:teuthology.orchestra.run.smithi055.stdout:mgr.x smithi082 *:8443,9283,8765 running (2m) 2m ago 9m 447M - 18.0.0-6751-g3b7b697c 0b2b3aa58da0 a79a494adccf 2023-10-14T00:06:46.043 INFO:teuthology.orchestra.run.smithi055.stdout:mgr.y smithi055 *:8443,9283,8765 running (3m) 14s ago 11m 511M - 18.0.0-6751-g3b7b697c 0b2b3aa58da0 b7faf0747550 2023-10-14T00:06:46.043 INFO:teuthology.orchestra.run.smithi055.stdout:mon.a smithi055 running (2m) 14s ago 11m 84.1M 2048M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 354be3129c3e 2023-10-14T00:06:46.043 INFO:teuthology.orchestra.run.smithi055.stdout:mon.b smithi082 running (2m) 2m ago 10m 26.3M 2048M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 5214e5618df6 2023-10-14T00:06:46.044 INFO:teuthology.orchestra.run.smithi055.stdout:mon.c smithi055 running (2m) 14s ago 9m 62.1M 2048M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 bec446d3c9a5 2023-10-14T00:06:46.044 INFO:teuthology.orchestra.run.smithi055.stdout:node-exporter.a smithi055 *:9100 running (3m) 14s ago 6m 10.5M - 1.5.0 0da6a335fe13 31fbb1d63b0a 2023-10-14T00:06:46.044 INFO:teuthology.orchestra.run.smithi055.stdout:node-exporter.b smithi082 *:9100 running (3m) 2m ago 6m 8564k - 1.5.0 0da6a335fe13 16c130d1487c 2023-10-14T00:06:46.044 INFO:teuthology.orchestra.run.smithi055.stdout:osd.0 smithi055 running (104s) 14s ago 9m 214M 2487M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 b8c02bf61b69 2023-10-14T00:06:46.044 INFO:teuthology.orchestra.run.smithi055.stdout:osd.1 smithi055 running (75s) 14s ago 9m 149M 2487M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 91471615c1e6 2023-10-14T00:06:46.045 INFO:teuthology.orchestra.run.smithi055.stdout:osd.2 smithi055 running (46s) 14s ago 8m 189M 2487M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 01785e79dbd3 2023-10-14T00:06:46.045 INFO:teuthology.orchestra.run.smithi055.stdout:osd.3 smithi055 running (18s) 14s ago 8m 14.7M 2487M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 9b329f63ee57 2023-10-14T00:06:46.045 INFO:teuthology.orchestra.run.smithi055.stdout:osd.4 smithi082 running (8m) 2m ago 8m 231M 2486M 17.2.6-1409-gc4ba9722 8659eb916c3b 0c6a875b6536 2023-10-14T00:06:46.045 INFO:teuthology.orchestra.run.smithi055.stdout:osd.5 smithi082 running (8m) 2m ago 8m 253M 2486M 17.2.6-1409-gc4ba9722 8659eb916c3b 4bc4f3a1610c 2023-10-14T00:06:46.045 INFO:teuthology.orchestra.run.smithi055.stdout:osd.6 smithi082 running (7m) 2m ago 7m 146M 2486M 17.2.6-1409-gc4ba9722 8659eb916c3b 534f869fa9c0 2023-10-14T00:06:46.046 INFO:teuthology.orchestra.run.smithi055.stdout:osd.7 smithi082 running (7m) 2m ago 7m 227M 2486M 17.2.6-1409-gc4ba9722 8659eb916c3b 8ed5f8f55810 2023-10-14T00:06:46.046 INFO:teuthology.orchestra.run.smithi055.stdout:prometheus.a smithi082 *:9095 running (3m) 2m ago 6m 50.0M - 2.43.0 a07b618ecd1d 2e6373651cd7 2023-10-14T00:06:46.336 INFO:tasks.rados.rados.0.smithi055.stdout:1505: done (0 left) 2023-10-14T00:06:46.337 INFO:tasks.rados.rados.0.smithi055.stdout:1506: snap_remove snap 135 2023-10-14T00:06:46.473 INFO:teuthology.orchestra.run.smithi055.stdout:{ 2023-10-14T00:06:46.473 INFO:teuthology.orchestra.run.smithi055.stdout: "mon": { 2023-10-14T00:06:46.473 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 18.0.0-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)": 3 2023-10-14T00:06:46.473 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:06:46.474 INFO:teuthology.orchestra.run.smithi055.stdout: "mgr": { 2023-10-14T00:06:46.474 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 18.0.0-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)": 2 2023-10-14T00:06:46.474 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:06:46.474 INFO:teuthology.orchestra.run.smithi055.stdout: "osd": { 2023-10-14T00:06:46.474 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)": 4, 2023-10-14T00:06:46.475 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 18.0.0-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)": 4 2023-10-14T00:06:46.475 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:06:46.475 INFO:teuthology.orchestra.run.smithi055.stdout: "mds": { 2023-10-14T00:06:46.475 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)": 2 2023-10-14T00:06:46.475 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:06:46.475 INFO:teuthology.orchestra.run.smithi055.stdout: "overall": { 2023-10-14T00:06:46.476 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)": 6, 2023-10-14T00:06:46.476 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 18.0.0-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)": 9 2023-10-14T00:06:46.476 INFO:teuthology.orchestra.run.smithi055.stdout: } 2023-10-14T00:06:46.476 INFO:teuthology.orchestra.run.smithi055.stdout:} 2023-10-14T00:06:46.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:46 smithi082 ceph-mon[180771]: failed to encode map e344 with expected crc 2023-10-14T00:06:46.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:46 smithi082 ceph-mon[180771]: failed to encode map e344 with expected crc 2023-10-14T00:06:46.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:46 smithi082 ceph-mon[180771]: failed to encode map e344 with expected crc 2023-10-14T00:06:46.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:46 smithi082 ceph-mon[180771]: from='client.34257 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:06:46.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:46 smithi082 ceph-mon[180771]: osdmap e345: 8 total, 8 up, 8 in 2023-10-14T00:06:46.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:46 smithi055 ceph-mon[183057]: failed to encode map e344 with expected crc 2023-10-14T00:06:46.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:46 smithi055 ceph-mon[183057]: failed to encode map e344 with expected crc 2023-10-14T00:06:46.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:46 smithi055 ceph-mon[183057]: failed to encode map e344 with expected crc 2023-10-14T00:06:46.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:46 smithi055 ceph-mon[183057]: from='client.34257 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:06:46.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:46 smithi055 ceph-mon[183057]: osdmap e345: 8 total, 8 up, 8 in 2023-10-14T00:06:46.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:46 smithi055 ceph-mon[185614]: failed to encode map e344 with expected crc 2023-10-14T00:06:46.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:46 smithi055 ceph-mon[185614]: failed to encode map e344 with expected crc 2023-10-14T00:06:46.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:46 smithi055 ceph-mon[185614]: failed to encode map e344 with expected crc 2023-10-14T00:06:46.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:46 smithi055 ceph-mon[185614]: from='client.34257 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:06:46.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:46 smithi055 ceph-mon[185614]: osdmap e345: 8 total, 8 up, 8 in 2023-10-14T00:06:47.333 INFO:tasks.rados.rados.0.smithi055.stdout:1506: done (0 left) 2023-10-14T00:06:47.333 INFO:tasks.rados.rados.0.smithi055.stdout:1507: snap_remove snap 104 2023-10-14T00:06:47.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:47 smithi082 ceph-mon[180771]: from='client.44204 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:06:47.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:47 smithi082 ceph-mon[180771]: failed to encode map e345 with expected crc 2023-10-14T00:06:47.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:47 smithi082 ceph-mon[180771]: failed to encode map e345 with expected crc 2023-10-14T00:06:47.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:47 smithi082 ceph-mon[180771]: failed to encode map e345 with expected crc 2023-10-14T00:06:47.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:47 smithi082 ceph-mon[180771]: from='client.? 172.21.15.55:0/2211016676' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:06:47.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:47 smithi082 ceph-mon[180771]: failed to encode map e345 with expected crc 2023-10-14T00:06:47.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:47 smithi082 ceph-mon[180771]: pgmap v229: 121 pgs: 121 active+clean; 279 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 15 MiB/s rd, 1.6 MiB/s wr, 15 op/s 2023-10-14T00:06:47.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:47 smithi082 ceph-mon[180771]: osdmap e346: 8 total, 8 up, 8 in 2023-10-14T00:06:47.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:47 smithi055 ceph-mon[183057]: from='client.44204 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:06:47.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:47 smithi055 ceph-mon[183057]: failed to encode map e345 with expected crc 2023-10-14T00:06:47.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:47 smithi055 ceph-mon[183057]: failed to encode map e345 with expected crc 2023-10-14T00:06:47.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:47 smithi055 ceph-mon[183057]: failed to encode map e345 with expected crc 2023-10-14T00:06:47.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:47 smithi055 ceph-mon[183057]: from='client.? 172.21.15.55:0/2211016676' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:06:47.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:47 smithi055 ceph-mon[183057]: failed to encode map e345 with expected crc 2023-10-14T00:06:47.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:47 smithi055 ceph-mon[183057]: pgmap v229: 121 pgs: 121 active+clean; 279 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 15 MiB/s rd, 1.6 MiB/s wr, 15 op/s 2023-10-14T00:06:47.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:47 smithi055 ceph-mon[183057]: osdmap e346: 8 total, 8 up, 8 in 2023-10-14T00:06:47.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:47 smithi055 ceph-mon[185614]: from='client.44204 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:06:47.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:47 smithi055 ceph-mon[185614]: failed to encode map e345 with expected crc 2023-10-14T00:06:47.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:47 smithi055 ceph-mon[185614]: failed to encode map e345 with expected crc 2023-10-14T00:06:47.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:47 smithi055 ceph-mon[185614]: failed to encode map e345 with expected crc 2023-10-14T00:06:47.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:47 smithi055 ceph-mon[185614]: from='client.? 172.21.15.55:0/2211016676' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:06:47.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:47 smithi055 ceph-mon[185614]: failed to encode map e345 with expected crc 2023-10-14T00:06:47.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:47 smithi055 ceph-mon[185614]: pgmap v229: 121 pgs: 121 active+clean; 279 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 15 MiB/s rd, 1.6 MiB/s wr, 15 op/s 2023-10-14T00:06:47.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:47 smithi055 ceph-mon[185614]: osdmap e346: 8 total, 8 up, 8 in 2023-10-14T00:06:48.338 INFO:tasks.rados.rados.0.smithi055.stdout:1507: done (0 left) 2023-10-14T00:06:48.339 INFO:tasks.rados.rados.0.smithi055.stdout:1508: delete oid 34 current snap is 139 2023-10-14T00:06:48.348 INFO:tasks.rados.rados.0.smithi055.stdout:1508: done (0 left) 2023-10-14T00:06:48.348 INFO:tasks.rados.rados.0.smithi055.stdout:1509: read oid 33 snap -1 2023-10-14T00:06:48.348 INFO:tasks.rados.rados.0.smithi055.stdout:1509: expect (ObjNum 480 snap 136 seq_num 480) 2023-10-14T00:06:48.349 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 48 current snap is 139 2023-10-14T00:06:48.349 INFO:tasks.rados.rados.0.smithi055.stdout:1510: seq_num 489 ranges {4694016=598016,5292032=401408} 2023-10-14T00:06:48.380 INFO:tasks.rados.rados.0.smithi055.stdout:1510: writing smithi055169533-48 from 4694016 to 5292032 tid 1 2023-10-14T00:06:48.382 INFO:tasks.rados.rados.0.smithi055.stdout:1510: writing smithi055169533-48 from 5292032 to 5693440 tid 2 2023-10-14T00:06:48.382 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 5 current snap is 139 2023-10-14T00:06:48.383 INFO:tasks.rados.rados.0.smithi055.stdout:1511: seq_num 490 ranges {712704=614400,1327104=401408} 2023-10-14T00:06:48.390 INFO:tasks.rados.rados.0.smithi055.stdout:1511: writing smithi055169533-5 from 712704 to 1327104 tid 1 2023-10-14T00:06:48.392 INFO:tasks.rados.rados.0.smithi055.stdout:1511: writing smithi055169533-5 from 1327104 to 1728512 tid 2 2023-10-14T00:06:48.393 INFO:tasks.rados.rados.0.smithi055.stdout:1512: read oid 42 snap -1 2023-10-14T00:06:48.393 INFO:tasks.rados.rados.0.smithi055.stdout:1512: expect (ObjNum 434 snap 119 seq_num 434) 2023-10-14T00:06:48.393 INFO:tasks.rados.rados.0.smithi055.stdout:1513: delete oid 15 current snap is 139 2023-10-14T00:06:48.394 INFO:tasks.rados.rados.0.smithi055.stdout:1509: expect (ObjNum 480 snap 136 seq_num 480) 2023-10-14T00:06:48.443 INFO:tasks.rados.rados.0.smithi055.stdout:1510: finishing write tid 1 to smithi055169533-48 2023-10-14T00:06:48.444 INFO:tasks.rados.rados.0.smithi055.stdout:1510: finishing write tid 2 to smithi055169533-48 2023-10-14T00:06:48.444 INFO:tasks.rados.rados.0.smithi055.stdout:1510: finishing write tid 3 to smithi055169533-48 2023-10-14T00:06:48.444 INFO:tasks.rados.rados.0.smithi055.stdout:1510: finishing write tid 4 to smithi055169533-48 2023-10-14T00:06:48.445 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 48 v 483 (ObjNum 489 snap 139 seq_num 489) dirty exists 2023-10-14T00:06:48.445 INFO:tasks.rados.rados.0.smithi055.stdout:1510: left oid 48 (ObjNum 489 snap 139 seq_num 489) 2023-10-14T00:06:48.445 INFO:tasks.rados.rados.0.smithi055.stdout:1511: finishing write tid 1 to smithi055169533-5 2023-10-14T00:06:48.446 INFO:tasks.rados.rados.0.smithi055.stdout:1509: done (4 left) 2023-10-14T00:06:48.446 INFO:tasks.rados.rados.0.smithi055.stdout:1510: done (3 left) 2023-10-14T00:06:48.446 INFO:tasks.rados.rados.0.smithi055.stdout:1513: done (2 left) 2023-10-14T00:06:48.447 INFO:tasks.rados.rados.0.smithi055.stdout:1514: rollback oid 47 current snap is 139 2023-10-14T00:06:48.447 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 47 to 133 2023-10-14T00:06:48.447 INFO:tasks.rados.rados.0.smithi055.stdout:1511: finishing write tid 2 to smithi055169533-5 2023-10-14T00:06:48.447 INFO:tasks.rados.rados.0.smithi055.stdout:1511: finishing write tid 3 to smithi055169533-5 2023-10-14T00:06:48.448 INFO:tasks.rados.rados.0.smithi055.stdout:1512: expect (ObjNum 434 snap 119 seq_num 434) 2023-10-14T00:06:48.450 INFO:tasks.rados.rados.0.smithi055.stdout:1511: finishing write tid 4 to smithi055169533-5 2023-10-14T00:06:48.450 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 5 v 489 (ObjNum 490 snap 139 seq_num 490) dirty exists 2023-10-14T00:06:48.450 INFO:tasks.rados.rados.0.smithi055.stdout:1511: left oid 5 (ObjNum 490 snap 139 seq_num 490) 2023-10-14T00:06:48.451 INFO:tasks.rados.rados.0.smithi055.stdout:1511: done (2 left) 2023-10-14T00:06:48.451 INFO:tasks.rados.rados.0.smithi055.stdout:1512: done (1 left) 2023-10-14T00:06:48.451 INFO:tasks.rados.rados.0.smithi055.stdout:1515: read oid 30 snap 132 2023-10-14T00:06:48.451 INFO:tasks.rados.rados.0.smithi055.stdout:1515: expect (ObjNum 446 snap 122 seq_num 446) 2023-10-14T00:06:48.452 INFO:tasks.rados.rados.0.smithi055.stdout:1516: copy_from oid 38 from oid 48 current snap is 139 2023-10-14T00:06:48.452 INFO:tasks.rados.rados.0.smithi055.stdout:1514: finishing rollback tid 0 to smithi055169533-47 2023-10-14T00:06:48.452 INFO:tasks.rados.rados.0.smithi055.stdout:1514: finishing rollback tid 1 to smithi055169533-47 2023-10-14T00:06:48.452 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 47 v 485 (ObjNum 129 snap 0 seq_num 1528889616) dirty dne 2023-10-14T00:06:48.453 INFO:tasks.rados.rados.0.smithi055.stdout:1514: done (2 left) 2023-10-14T00:06:48.453 INFO:tasks.rados.rados.0.smithi055.stdout:1517: read oid 4 snap -1 2023-10-14T00:06:48.453 INFO:tasks.rados.rados.0.smithi055.stdout:1517: expect deleted 2023-10-14T00:06:48.453 INFO:tasks.rados.rados.0.smithi055.stdout:1518: read oid 12 snap -1 2023-10-14T00:06:48.454 INFO:tasks.rados.rados.0.smithi055.stdout:1518: expect (ObjNum 474 snap 133 seq_num 474) 2023-10-14T00:06:48.454 INFO:tasks.rados.rados.0.smithi055.stdout:1519: read oid 49 snap -1 2023-10-14T00:06:48.454 INFO:tasks.rados.rados.0.smithi055.stdout:1519: expect (ObjNum 453 snap 125 seq_num 453) 2023-10-14T00:06:48.455 INFO:tasks.rados.rados.0.smithi055.stdout:1520: setattr oid 28 current snap is 139 2023-10-14T00:06:48.455 INFO:tasks.rados.rados.0.smithi055.stdout:1517: done (5 left) 2023-10-14T00:06:48.455 INFO:tasks.rados.rados.0.smithi055.stdout:1521: snap_remove snap 126 2023-10-14T00:06:48.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:48 smithi082 ceph-mon[180771]: failed to encode map e346 with expected crc 2023-10-14T00:06:48.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:48 smithi082 ceph-mon[180771]: failed to encode map e346 with expected crc 2023-10-14T00:06:48.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:48 smithi082 ceph-mon[180771]: failed to encode map e346 with expected crc 2023-10-14T00:06:48.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:48 smithi082 ceph-mon[180771]: failed to encode map e346 with expected crc 2023-10-14T00:06:48.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:48 smithi082 ceph-mon[180771]: osdmap e347: 8 total, 8 up, 8 in 2023-10-14T00:06:48.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:48 smithi055 ceph-mon[185614]: failed to encode map e346 with expected crc 2023-10-14T00:06:48.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:48 smithi055 ceph-mon[185614]: failed to encode map e346 with expected crc 2023-10-14T00:06:48.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:48 smithi055 ceph-mon[185614]: failed to encode map e346 with expected crc 2023-10-14T00:06:48.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:48 smithi055 ceph-mon[185614]: failed to encode map e346 with expected crc 2023-10-14T00:06:48.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:48 smithi055 ceph-mon[185614]: osdmap e347: 8 total, 8 up, 8 in 2023-10-14T00:06:48.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:48 smithi055 ceph-mon[183057]: failed to encode map e346 with expected crc 2023-10-14T00:06:48.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:48 smithi055 ceph-mon[183057]: failed to encode map e346 with expected crc 2023-10-14T00:06:48.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:48 smithi055 ceph-mon[183057]: failed to encode map e346 with expected crc 2023-10-14T00:06:48.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:48 smithi055 ceph-mon[183057]: failed to encode map e346 with expected crc 2023-10-14T00:06:48.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:48 smithi055 ceph-mon[183057]: osdmap e347: 8 total, 8 up, 8 in 2023-10-14T00:06:49.125 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:06:48 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:06:48.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-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi055:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi082.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-10-14T00:06:49.393 INFO:tasks.rados.rados.0.smithi055.stdout:1521: done (5 left) 2023-10-14T00:06:49.394 INFO:tasks.rados.rados.0.smithi055.stdout:1522: snap_remove snap 137 2023-10-14T00:06:49.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:49 smithi055 ceph-mon[183057]: failed to encode map e347 with expected crc 2023-10-14T00:06:49.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:49 smithi055 ceph-mon[183057]: failed to encode map e347 with expected crc 2023-10-14T00:06:49.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:49 smithi055 ceph-mon[183057]: failed to encode map e347 with expected crc 2023-10-14T00:06:49.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:49 smithi055 ceph-mon[183057]: pgmap v232: 121 pgs: 121 active+clean; 273 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 21 MiB/s rd, 1.9 MiB/s wr, 22 op/s 2023-10-14T00:06:49.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:49 smithi055 ceph-mon[185614]: failed to encode map e347 with expected crc 2023-10-14T00:06:49.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:49 smithi055 ceph-mon[185614]: failed to encode map e347 with expected crc 2023-10-14T00:06:49.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:49 smithi055 ceph-mon[185614]: failed to encode map e347 with expected crc 2023-10-14T00:06:49.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:49 smithi055 ceph-mon[185614]: pgmap v232: 121 pgs: 121 active+clean; 273 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 21 MiB/s rd, 1.9 MiB/s wr, 22 op/s 2023-10-14T00:06:49.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:49 smithi082 ceph-mon[180771]: failed to encode map e347 with expected crc 2023-10-14T00:06:49.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:49 smithi082 ceph-mon[180771]: failed to encode map e347 with expected crc 2023-10-14T00:06:49.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:49 smithi082 ceph-mon[180771]: failed to encode map e347 with expected crc 2023-10-14T00:06:49.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:49 smithi082 ceph-mon[180771]: pgmap v232: 121 pgs: 121 active+clean; 273 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 21 MiB/s rd, 1.9 MiB/s wr, 22 op/s 2023-10-14T00:06:50.334 INFO:tasks.rados.rados.0.smithi055.stdout:1522: done (5 left) 2023-10-14T00:06:50.334 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 24 current snap is 139 2023-10-14T00:06:50.334 INFO:tasks.rados.rados.0.smithi055.stdout:1523: seq_num 492 ranges {114688=647168,761856=401408} 2023-10-14T00:06:50.342 INFO:tasks.rados.rados.0.smithi055.stdout:1523: writing smithi055169533-24 from 114688 to 761856 tid 1 2023-10-14T00:06:50.342 INFO:tasks.rados.rados.0.smithi055.stdout:1523: writing smithi055169533-24 from 761856 to 1163264 tid 2 2023-10-14T00:06:50.342 INFO:tasks.rados.rados.0.smithi055.stdout:1524: rmattr oid 7 current snap is 139 2023-10-14T00:06:50.343 INFO:tasks.rados.rados.0.smithi055.stdout:1518: expect (ObjNum 474 snap 133 seq_num 474) 2023-10-14T00:06:50.393 INFO:tasks.rados.rados.0.smithi055.stdout:1515: expect (ObjNum 446 snap 122 seq_num 446) 2023-10-14T00:06:50.530 INFO:tasks.rados.rados.0.smithi055.stdout:1519: expect (ObjNum 453 snap 125 seq_num 453) 2023-10-14T00:06:50.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:50 smithi082 ceph-mon[180771]: failed to encode map e348 with expected crc 2023-10-14T00:06:50.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:50 smithi082 ceph-mon[180771]: failed to encode map e348 with expected crc 2023-10-14T00:06:50.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:50 smithi082 ceph-mon[180771]: osdmap e348: 8 total, 8 up, 8 in 2023-10-14T00:06:50.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:50 smithi082 ceph-mon[180771]: failed to encode map e348 with expected crc 2023-10-14T00:06:50.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:50 smithi082 ceph-mon[180771]: failed to encode map e348 with expected crc 2023-10-14T00:06:50.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:50 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-10-14T00:06:50.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:50 smithi082 ceph-mon[180771]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-10-14T00:06:50.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:50 smithi082 ceph-mon[180771]: Upgrade: osd.4 is safe to restart 2023-10-14T00:06:50.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:50 smithi082 ceph-mon[180771]: osdmap e349: 8 total, 8 up, 8 in 2023-10-14T00:06:50.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:50 smithi055 ceph-mon[183057]: failed to encode map e348 with expected crc 2023-10-14T00:06:50.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:50 smithi055 ceph-mon[183057]: failed to encode map e348 with expected crc 2023-10-14T00:06:50.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:50 smithi055 ceph-mon[183057]: osdmap e348: 8 total, 8 up, 8 in 2023-10-14T00:06:50.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:50 smithi055 ceph-mon[183057]: failed to encode map e348 with expected crc 2023-10-14T00:06:50.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:50 smithi055 ceph-mon[183057]: failed to encode map e348 with expected crc 2023-10-14T00:06:50.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:50 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-10-14T00:06:50.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:50 smithi055 ceph-mon[183057]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-10-14T00:06:50.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:50 smithi055 ceph-mon[183057]: Upgrade: osd.4 is safe to restart 2023-10-14T00:06:50.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:50 smithi055 ceph-mon[183057]: osdmap e349: 8 total, 8 up, 8 in 2023-10-14T00:06:50.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:50 smithi055 ceph-mon[185614]: failed to encode map e348 with expected crc 2023-10-14T00:06:50.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:50 smithi055 ceph-mon[185614]: failed to encode map e348 with expected crc 2023-10-14T00:06:50.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:50 smithi055 ceph-mon[185614]: osdmap e348: 8 total, 8 up, 8 in 2023-10-14T00:06:50.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:50 smithi055 ceph-mon[185614]: failed to encode map e348 with expected crc 2023-10-14T00:06:50.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:50 smithi055 ceph-mon[185614]: failed to encode map e348 with expected crc 2023-10-14T00:06:50.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:50 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-10-14T00:06:50.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:50 smithi055 ceph-mon[185614]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-10-14T00:06:50.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:50 smithi055 ceph-mon[185614]: Upgrade: osd.4 is safe to restart 2023-10-14T00:06:50.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:50 smithi055 ceph-mon[185614]: osdmap e349: 8 total, 8 up, 8 in 2023-10-14T00:06:51.051 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 28 v 748 (ObjNum 391 snap 108 seq_num 391) dirty exists 2023-10-14T00:06:51.051 INFO:tasks.rados.rados.0.smithi055.stdout:1516: finishing copy_from racing read to smithi055169533-38 2023-10-14T00:06:51.051 INFO:tasks.rados.rados.0.smithi055.stdout:1516: finishing copy_from to smithi055169533-38 2023-10-14T00:06:51.052 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 38 v 483 (ObjNum 489 snap 139 seq_num 489) dirty exists 2023-10-14T00:06:51.052 INFO:tasks.rados.rados.0.smithi055.stdout:1515: done (6 left) 2023-10-14T00:06:51.052 INFO:tasks.rados.rados.0.smithi055.stdout:1516: done (5 left) 2023-10-14T00:06:51.052 INFO:tasks.rados.rados.0.smithi055.stdout:1518: done (4 left) 2023-10-14T00:06:51.053 INFO:tasks.rados.rados.0.smithi055.stdout:1519: done (3 left) 2023-10-14T00:06:51.053 INFO:tasks.rados.rados.0.smithi055.stdout:1520: done (2 left) 2023-10-14T00:06:51.053 INFO:tasks.rados.rados.0.smithi055.stdout:1525: read oid 33 snap 133 2023-10-14T00:06:51.053 INFO:tasks.rados.rados.0.smithi055.stdout:1525: expect (ObjNum 469 snap 132 seq_num 469) 2023-10-14T00:06:51.053 INFO:tasks.rados.rados.0.smithi055.stdout:1526: snap_remove snap 138 2023-10-14T00:06:51.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:51 smithi082 ceph-mon[180771]: failed to encode map e349 with expected crc 2023-10-14T00:06:51.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:51 smithi082 ceph-mon[180771]: failed to encode map e349 with expected crc 2023-10-14T00:06:51.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:51 smithi082 ceph-mon[180771]: failed to encode map e349 with expected crc 2023-10-14T00:06:51.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:51 smithi082 ceph-mon[180771]: pgmap v235: 121 pgs: 121 active+clean; 200 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 8.5 MiB/s rd, 1.8 MiB/s wr, 18 op/s 2023-10-14T00:06:51.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:51 smithi082 ceph-mon[180771]: Upgrade: Updating osd.4 2023-10-14T00:06:51.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:51 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:51.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:51 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-10-14T00:06:51.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:51 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:06:51.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:51 smithi082 ceph-mon[180771]: Deploying daemon osd.4 on smithi082 2023-10-14T00:06:51.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:51 smithi055 ceph-mon[185614]: failed to encode map e349 with expected crc 2023-10-14T00:06:51.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:51 smithi055 ceph-mon[185614]: failed to encode map e349 with expected crc 2023-10-14T00:06:51.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:51 smithi055 ceph-mon[185614]: failed to encode map e349 with expected crc 2023-10-14T00:06:51.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:51 smithi055 ceph-mon[185614]: pgmap v235: 121 pgs: 121 active+clean; 200 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 8.5 MiB/s rd, 1.8 MiB/s wr, 18 op/s 2023-10-14T00:06:51.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:51 smithi055 ceph-mon[185614]: Upgrade: Updating osd.4 2023-10-14T00:06:51.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:51 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:51.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:51 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-10-14T00:06:51.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:51 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:06:51.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:51 smithi055 ceph-mon[185614]: Deploying daemon osd.4 on smithi082 2023-10-14T00:06:51.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:51 smithi055 ceph-mon[183057]: failed to encode map e349 with expected crc 2023-10-14T00:06:51.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:51 smithi055 ceph-mon[183057]: failed to encode map e349 with expected crc 2023-10-14T00:06:51.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:51 smithi055 ceph-mon[183057]: failed to encode map e349 with expected crc 2023-10-14T00:06:51.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:51 smithi055 ceph-mon[183057]: pgmap v235: 121 pgs: 121 active+clean; 200 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 8.5 MiB/s rd, 1.8 MiB/s wr, 18 op/s 2023-10-14T00:06:51.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:51 smithi055 ceph-mon[183057]: Upgrade: Updating osd.4 2023-10-14T00:06:51.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:51 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:51.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:51 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-10-14T00:06:51.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:51 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:06:51.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:51 smithi055 ceph-mon[183057]: Deploying daemon osd.4 on smithi082 2023-10-14T00:06:51.873 INFO:tasks.rados.rados.0.smithi055.stdout:1526: done (3 left) 2023-10-14T00:06:51.874 INFO:tasks.rados.rados.0.smithi055.stdout:1527: snap_create 2023-10-14T00:06:51.874 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 7 v 480 (ObjNum 484 snap 138 seq_num 484) dirty exists 2023-10-14T00:06:51.874 INFO:tasks.rados.rados.0.smithi055.stdout:1523: finishing write tid 1 to smithi055169533-24 2023-10-14T00:06:51.874 INFO:tasks.rados.rados.0.smithi055.stdout:1523: finishing write tid 2 to smithi055169533-24 2023-10-14T00:06:51.875 INFO:tasks.rados.rados.0.smithi055.stdout:1523: finishing write tid 3 to smithi055169533-24 2023-10-14T00:06:51.875 INFO:tasks.rados.rados.0.smithi055.stdout:1523: finishing write tid 4 to smithi055169533-24 2023-10-14T00:06:51.875 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 24 v 632 (ObjNum 492 snap 139 seq_num 492) dirty exists 2023-10-14T00:06:51.875 INFO:tasks.rados.rados.0.smithi055.stdout:1523: left oid 24 (ObjNum 492 snap 139 seq_num 492) 2023-10-14T00:06:51.875 INFO:tasks.rados.rados.0.smithi055.stdout:1525: expect (ObjNum 469 snap 132 seq_num 469) 2023-10-14T00:06:52.886 INFO:tasks.rados.rados.0.smithi055.stdout:1523: done (3 left) 2023-10-14T00:06:52.886 INFO:tasks.rados.rados.0.smithi055.stdout:1524: done (2 left) 2023-10-14T00:06:52.886 INFO:tasks.rados.rados.0.smithi055.stdout:1525: done (1 left) 2023-10-14T00:06:52.886 INFO:tasks.rados.rados.0.smithi055.stdout:1527: done (0 left) 2023-10-14T00:06:52.887 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 25 current snap is 140 2023-10-14T00:06:52.887 INFO:tasks.rados.rados.0.smithi055.stdout:1528: seq_num 493 ranges {2195456=663552,2859008=401408} 2023-10-14T00:06:52.902 INFO:tasks.rados.rados.0.smithi055.stdout:1528: writing smithi055169533-25 from 2195456 to 2859008 tid 1 2023-10-14T00:06:52.904 INFO:tasks.rados.rados.0.smithi055.stdout:1528: writing smithi055169533-25 from 2859008 to 3260416 tid 2 2023-10-14T00:06:52.905 INFO:tasks.rados.rados.0.smithi055.stdout:1529: read oid 13 snap 128 2023-10-14T00:06:52.905 INFO:tasks.rados.rados.0.smithi055.stdout:1529: expect (ObjNum 381 snap 100 seq_num 381) 2023-10-14T00:06:52.905 INFO:tasks.rados.rados.0.smithi055.stdout:1530: rollback oid 26 current snap is 140 2023-10-14T00:06:52.905 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 26 to 132 2023-10-14T00:06:52.905 INFO:tasks.rados.rados.0.smithi055.stdout:1531: snap_create 2023-10-14T00:06:52.914 INFO:tasks.rados.rados.0.smithi055.stdout:1530: finishing rollback tid 0 to smithi055169533-26 2023-10-14T00:06:52.915 INFO:tasks.rados.rados.0.smithi055.stdout:1530: finishing rollback tid 1 to smithi055169533-26 2023-10-14T00:06:52.915 INFO:tasks.rados.rados.0.smithi055.stdout:1530: finishing rollback tid 2 to smithi055169533-26 2023-10-14T00:06:52.915 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 26 v 432 (ObjNum 438 snap 120 seq_num 438) dirty exists 2023-10-14T00:06:52.916 INFO:tasks.rados.rados.0.smithi055.stdout:1528: finishing write tid 1 to smithi055169533-25 2023-10-14T00:06:52.916 INFO:tasks.rados.rados.0.smithi055.stdout:1528: finishing write tid 2 to smithi055169533-25 2023-10-14T00:06:52.916 INFO:tasks.rados.rados.0.smithi055.stdout:1528: finishing write tid 3 to smithi055169533-25 2023-10-14T00:06:52.917 INFO:tasks.rados.rados.0.smithi055.stdout:1528: finishing write tid 4 to smithi055169533-25 2023-10-14T00:06:52.917 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 25 v 341 (ObjNum 493 snap 140 seq_num 493) dirty exists 2023-10-14T00:06:52.918 INFO:tasks.rados.rados.0.smithi055.stdout:1528: left oid 25 (ObjNum 493 snap 140 seq_num 493) 2023-10-14T00:06:52.929 INFO:tasks.rados.rados.0.smithi055.stdout:1529: expect (ObjNum 381 snap 100 seq_num 381) 2023-10-14T00:06:52.981 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:52 smithi082 ceph-mon[180771]: failed to encode map e350 with expected crc 2023-10-14T00:06:52.981 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:52 smithi082 ceph-mon[180771]: osdmap e350: 8 total, 8 up, 8 in 2023-10-14T00:06:52.981 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:52 smithi082 ceph-mon[180771]: failed to encode map e350 with expected crc 2023-10-14T00:06:53.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:52 smithi055 ceph-mon[185614]: failed to encode map e350 with expected crc 2023-10-14T00:06:53.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:52 smithi055 ceph-mon[185614]: osdmap e350: 8 total, 8 up, 8 in 2023-10-14T00:06:53.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:52 smithi055 ceph-mon[185614]: failed to encode map e350 with expected crc 2023-10-14T00:06:53.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:52 smithi055 ceph-mon[183057]: failed to encode map e350 with expected crc 2023-10-14T00:06:53.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:52 smithi055 ceph-mon[183057]: osdmap e350: 8 total, 8 up, 8 in 2023-10-14T00:06:53.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:52 smithi055 ceph-mon[183057]: failed to encode map e350 with expected crc 2023-10-14T00:06:53.375 INFO:journalctl@ceph.osd.4.smithi082.stdout:Oct 14 00:06:52 smithi082 systemd[1]: Stopping Ceph osd.4 for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:06:53.375 INFO:journalctl@ceph.osd.4.smithi082.stdout:Oct 14 00:06:53 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-4[121605]: 2023-10-14T00:06:53.220+0000 7f2cbe708700 -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-10-14T00:06:53.376 INFO:journalctl@ceph.osd.4.smithi082.stdout:Oct 14 00:06:53 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-4[121605]: 2023-10-14T00:06:53.220+0000 7f2cbe708700 -1 osd.4 351 *** Got signal Terminated *** 2023-10-14T00:06:53.376 INFO:journalctl@ceph.osd.4.smithi082.stdout:Oct 14 00:06:53 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-4[121605]: 2023-10-14T00:06:53.220+0000 7f2cbe708700 -1 osd.4 351 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-10-14T00:06:53.887 INFO:tasks.rados.rados.0.smithi055.stdout:1528: done (3 left) 2023-10-14T00:06:53.887 INFO:tasks.rados.rados.0.smithi055.stdout:1529: done (2 left) 2023-10-14T00:06:53.887 INFO:tasks.rados.rados.0.smithi055.stdout:1530: done (1 left) 2023-10-14T00:06:53.888 INFO:tasks.rados.rados.0.smithi055.stdout:1531: done (0 left) 2023-10-14T00:06:53.888 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 20 current snap is 141 2023-10-14T00:06:53.888 INFO:tasks.rados.rados.0.smithi055.stdout:1532: seq_num 494 ranges {7749632=679936,8429568=401408} 2023-10-14T00:06:53.935 INFO:tasks.rados.rados.0.smithi055.stdout:1532: writing smithi055169533-20 from 7749632 to 8429568 tid 1 2023-10-14T00:06:53.937 INFO:tasks.rados.rados.0.smithi055.stdout:1532: writing smithi055169533-20 from 8429568 to 8830976 tid 2 2023-10-14T00:06:53.938 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 23 current snap is 141 2023-10-14T00:06:53.938 INFO:tasks.rados.rados.0.smithi055.stdout:1533: seq_num 495 ranges {8216576=696320,8912896=401408} 2023-10-14T00:06:53.987 INFO:tasks.rados.rados.0.smithi055.stdout:1533: writing smithi055169533-23 from 8216576 to 8912896 tid 1 2023-10-14T00:06:53.990 INFO:tasks.rados.rados.0.smithi055.stdout:1533: writing smithi055169533-23 from 8912896 to 9314304 tid 2 2023-10-14T00:06:53.990 INFO:tasks.rados.rados.0.smithi055.stdout:1534: copy_from oid 35 from oid 5 current snap is 141 2023-10-14T00:06:53.991 INFO:tasks.rados.rados.0.smithi055.stdout:1535: read oid 45 snap -1 2023-10-14T00:06:53.991 INFO:tasks.rados.rados.0.smithi055.stdout:1535: expect (ObjNum 281 snap 68 seq_num 281) 2023-10-14T00:06:53.991 INFO:tasks.rados.rados.0.smithi055.stdout:1536: snap_remove snap 128 2023-10-14T00:06:54.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:53 smithi055 ceph-mon[185614]: pgmap v237: 121 pgs: 121 active+clean; 198 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 7.6 MiB/s rd, 1.6 MiB/s wr, 12 op/s 2023-10-14T00:06:54.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:53 smithi055 ceph-mon[185614]: failed to encode map e351 with expected crc 2023-10-14T00:06:54.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:53 smithi055 ceph-mon[185614]: osdmap e351: 8 total, 8 up, 8 in 2023-10-14T00:06:54.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:53 smithi055 ceph-mon[185614]: failed to encode map e351 with expected crc 2023-10-14T00:06:54.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:53 smithi055 ceph-mon[185614]: osd.4 marked itself down and dead 2023-10-14T00:06:54.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:53 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:54.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:53 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:06:54.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:53 smithi055 ceph-mon[183057]: pgmap v237: 121 pgs: 121 active+clean; 198 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 7.6 MiB/s rd, 1.6 MiB/s wr, 12 op/s 2023-10-14T00:06:54.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:53 smithi055 ceph-mon[183057]: failed to encode map e351 with expected crc 2023-10-14T00:06:54.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:53 smithi055 ceph-mon[183057]: osdmap e351: 8 total, 8 up, 8 in 2023-10-14T00:06:54.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:53 smithi055 ceph-mon[183057]: failed to encode map e351 with expected crc 2023-10-14T00:06:54.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:53 smithi055 ceph-mon[183057]: osd.4 marked itself down and dead 2023-10-14T00:06:54.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:53 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:54.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:53 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:06:54.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:53 smithi082 ceph-mon[180771]: pgmap v237: 121 pgs: 121 active+clean; 198 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 7.6 MiB/s rd, 1.6 MiB/s wr, 12 op/s 2023-10-14T00:06:54.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:53 smithi082 ceph-mon[180771]: failed to encode map e351 with expected crc 2023-10-14T00:06:54.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:53 smithi082 ceph-mon[180771]: osdmap e351: 8 total, 8 up, 8 in 2023-10-14T00:06:54.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:53 smithi082 ceph-mon[180771]: failed to encode map e351 with expected crc 2023-10-14T00:06:54.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:53 smithi082 ceph-mon[180771]: osd.4 marked itself down and dead 2023-10-14T00:06:54.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:53 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:54.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:53 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:06:54.875 INFO:journalctl@ceph.osd.4.smithi082.stdout:Oct 14 00:06:54 smithi082 bash[187398]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-4 2023-10-14T00:06:54.896 INFO:tasks.rados.rados.0.smithi055.stdout:1536: done (4 left) 2023-10-14T00:06:54.896 INFO:tasks.rados.rados.0.smithi055.stdout:1537: snap_remove snap 132 2023-10-14T00:06:55.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:06:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:06:55] "GET /metrics HTTP/1.1" 200 36047 "" "Prometheus/2.43.0" 2023-10-14T00:06:55.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:54 smithi055 ceph-mon[185614]: failed to encode map e351 with expected crc 2023-10-14T00:06:55.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:54 smithi055 ceph-mon[185614]: failed to encode map e351 with expected crc 2023-10-14T00:06:55.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:54 smithi055 ceph-mon[185614]: Health check failed: 1 osds down (OSD_DOWN) 2023-10-14T00:06:55.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:54 smithi055 ceph-mon[185614]: failed to encode map e352 with expected crc 2023-10-14T00:06:55.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:54 smithi055 ceph-mon[185614]: osdmap e352: 8 total, 7 up, 8 in 2023-10-14T00:06:55.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:54 smithi055 ceph-mon[185614]: failed to encode map e352 with expected crc 2023-10-14T00:06:55.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:54 smithi055 ceph-mon[183057]: failed to encode map e351 with expected crc 2023-10-14T00:06:55.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:54 smithi055 ceph-mon[183057]: failed to encode map e351 with expected crc 2023-10-14T00:06:55.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:54 smithi055 ceph-mon[183057]: Health check failed: 1 osds down (OSD_DOWN) 2023-10-14T00:06:55.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:54 smithi055 ceph-mon[183057]: failed to encode map e352 with expected crc 2023-10-14T00:06:55.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:54 smithi055 ceph-mon[183057]: osdmap e352: 8 total, 7 up, 8 in 2023-10-14T00:06:55.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:54 smithi055 ceph-mon[183057]: failed to encode map e352 with expected crc 2023-10-14T00:06:55.324 INFO:tasks.rados.rados.0.smithi055.stdout:1537: done (4 left) 2023-10-14T00:06:55.324 INFO:tasks.rados.rados.0.smithi055.stdout:1538: delete oid 33 current snap is 141 2023-10-14T00:06:55.324 INFO:tasks.rados.rados.0.smithi055.stdout:1533: finishing write tid 1 to smithi055169533-23 2023-10-14T00:06:55.324 INFO:tasks.rados.rados.0.smithi055.stdout:1533: finishing write tid 2 to smithi055169533-23 2023-10-14T00:06:55.325 INFO:tasks.rados.rados.0.smithi055.stdout:1533: finishing write tid 3 to smithi055169533-23 2023-10-14T00:06:55.325 INFO:tasks.rados.rados.0.smithi055.stdout:1533: finishing write tid 4 to smithi055169533-23 2023-10-14T00:06:55.325 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 23 v 433 (ObjNum 495 snap 141 seq_num 495) dirty exists 2023-10-14T00:06:55.325 INFO:tasks.rados.rados.0.smithi055.stdout:1533: left oid 23 (ObjNum 495 snap 141 seq_num 495) 2023-10-14T00:06:55.326 INFO:tasks.rados.rados.0.smithi055.stdout:1535: expect (ObjNum 281 snap 68 seq_num 281) 2023-10-14T00:06:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:54 smithi082 ceph-mon[180771]: failed to encode map e351 with expected crc 2023-10-14T00:06:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:54 smithi082 ceph-mon[180771]: failed to encode map e351 with expected crc 2023-10-14T00:06:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:54 smithi082 ceph-mon[180771]: Health check failed: 1 osds down (OSD_DOWN) 2023-10-14T00:06:55.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:54 smithi082 ceph-mon[180771]: failed to encode map e352 with expected crc 2023-10-14T00:06:55.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:54 smithi082 ceph-mon[180771]: osdmap e352: 8 total, 7 up, 8 in 2023-10-14T00:06:55.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:54 smithi082 ceph-mon[180771]: failed to encode map e352 with expected crc 2023-10-14T00:06:55.982 INFO:tasks.rados.rados.0.smithi055.stdout:1532: finishing write tid 1 to smithi055169533-20 2023-10-14T00:06:55.982 INFO:tasks.rados.rados.0.smithi055.stdout:1532: finishing write tid 2 to smithi055169533-20 2023-10-14T00:06:55.982 INFO:tasks.rados.rados.0.smithi055.stdout:1532: finishing write tid 3 to smithi055169533-20 2023-10-14T00:06:55.982 INFO:tasks.rados.rados.0.smithi055.stdout:1532: finishing write tid 4 to smithi055169533-20 2023-10-14T00:06:55.983 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 20 v 478 (ObjNum 494 snap 141 seq_num 494) dirty exists 2023-10-14T00:06:55.983 INFO:tasks.rados.rados.0.smithi055.stdout:1532: left oid 20 (ObjNum 494 snap 141 seq_num 494) 2023-10-14T00:06:55.983 INFO:tasks.rados.rados.0.smithi055.stdout:1534: finishing copy_from to smithi055169533-35 2023-10-14T00:06:55.983 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 35 v 489 (ObjNum 490 snap 139 seq_num 490) dirty exists 2023-10-14T00:06:55.983 INFO:tasks.rados.rados.0.smithi055.stdout:1534: finishing copy_from racing read to smithi055169533-35 2023-10-14T00:06:55.984 INFO:tasks.rados.rados.0.smithi055.stdout:1532: done (4 left) 2023-10-14T00:06:55.984 INFO:tasks.rados.rados.0.smithi055.stdout:1533: done (3 left) 2023-10-14T00:06:55.984 INFO:tasks.rados.rados.0.smithi055.stdout:1534: done (2 left) 2023-10-14T00:06:55.984 INFO:tasks.rados.rados.0.smithi055.stdout:1535: done (1 left) 2023-10-14T00:06:55.984 INFO:tasks.rados.rados.0.smithi055.stdout:1538: done (0 left) 2023-10-14T00:06:55.985 INFO:tasks.rados.rados.0.smithi055.stdout:1539: snap_remove snap 140 2023-10-14T00:06:56.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:55 smithi082 ceph-mon[180771]: pgmap v240: 121 pgs: 13 peering, 7 stale+active+clean, 101 active+clean; 197 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 5.4 MiB/s rd, 218 KiB/s wr, 4 op/s 2023-10-14T00:06:56.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:55 smithi082 ceph-mon[180771]: Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2023-10-14T00:06:56.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:55 smithi082 ceph-mon[180771]: failed to encode map e353 with expected crc 2023-10-14T00:06:56.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:55 smithi082 ceph-mon[180771]: failed to encode map e353 with expected crc 2023-10-14T00:06:56.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:55 smithi082 ceph-mon[180771]: osdmap e353: 8 total, 7 up, 8 in 2023-10-14T00:06:56.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:55 smithi082 ceph-mon[180771]: failed to encode map e353 with expected crc 2023-10-14T00:06:56.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:55 smithi082 ceph-mon[180771]: failed to encode map e353 with expected crc 2023-10-14T00:06:56.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:55 smithi082 ceph-mon[180771]: failed to encode map e353 with expected crc 2023-10-14T00:06:56.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:55 smithi082 ceph-mon[180771]: failed to encode map e354 with expected crc 2023-10-14T00:06:56.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:55 smithi082 ceph-mon[180771]: osdmap e354: 8 total, 7 up, 8 in 2023-10-14T00:06:56.128 INFO:journalctl@ceph.osd.4.smithi082.stdout:Oct 14 00:06:55 smithi082 systemd[1]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@osd.4.service: Succeeded. 2023-10-14T00:06:56.128 INFO:journalctl@ceph.osd.4.smithi082.stdout:Oct 14 00:06:55 smithi082 systemd[1]: Stopped Ceph osd.4 for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:06:56.128 INFO:journalctl@ceph.osd.4.smithi082.stdout:Oct 14 00:06:55 smithi082 systemd[1]: Starting Ceph osd.4 for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:06:56.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:55 smithi055 ceph-mon[185614]: pgmap v240: 121 pgs: 13 peering, 7 stale+active+clean, 101 active+clean; 197 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 5.4 MiB/s rd, 218 KiB/s wr, 4 op/s 2023-10-14T00:06:56.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:55 smithi055 ceph-mon[185614]: Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2023-10-14T00:06:56.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:55 smithi055 ceph-mon[185614]: failed to encode map e353 with expected crc 2023-10-14T00:06:56.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:55 smithi055 ceph-mon[185614]: failed to encode map e353 with expected crc 2023-10-14T00:06:56.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:55 smithi055 ceph-mon[185614]: osdmap e353: 8 total, 7 up, 8 in 2023-10-14T00:06:56.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:55 smithi055 ceph-mon[185614]: failed to encode map e353 with expected crc 2023-10-14T00:06:56.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:55 smithi055 ceph-mon[185614]: failed to encode map e353 with expected crc 2023-10-14T00:06:56.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:55 smithi055 ceph-mon[185614]: failed to encode map e353 with expected crc 2023-10-14T00:06:56.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:55 smithi055 ceph-mon[185614]: failed to encode map e354 with expected crc 2023-10-14T00:06:56.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:55 smithi055 ceph-mon[185614]: osdmap e354: 8 total, 7 up, 8 in 2023-10-14T00:06:56.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:55 smithi055 ceph-mon[183057]: pgmap v240: 121 pgs: 13 peering, 7 stale+active+clean, 101 active+clean; 197 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 5.4 MiB/s rd, 218 KiB/s wr, 4 op/s 2023-10-14T00:06:56.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:55 smithi055 ceph-mon[183057]: Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2023-10-14T00:06:56.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:55 smithi055 ceph-mon[183057]: failed to encode map e353 with expected crc 2023-10-14T00:06:56.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:55 smithi055 ceph-mon[183057]: failed to encode map e353 with expected crc 2023-10-14T00:06:56.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:55 smithi055 ceph-mon[183057]: osdmap e353: 8 total, 7 up, 8 in 2023-10-14T00:06:56.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:55 smithi055 ceph-mon[183057]: failed to encode map e353 with expected crc 2023-10-14T00:06:56.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:55 smithi055 ceph-mon[183057]: failed to encode map e353 with expected crc 2023-10-14T00:06:56.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:55 smithi055 ceph-mon[183057]: failed to encode map e353 with expected crc 2023-10-14T00:06:56.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:55 smithi055 ceph-mon[183057]: failed to encode map e354 with expected crc 2023-10-14T00:06:56.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:55 smithi055 ceph-mon[183057]: osdmap e354: 8 total, 7 up, 8 in 2023-10-14T00:06:56.906 INFO:journalctl@ceph.osd.4.smithi082.stdout:Oct 14 00:06:56 smithi082 bash[187630]: --> Failed to activate via raw: did not find any matching OSD to activate 2023-10-14T00:06:56.907 INFO:journalctl@ceph.osd.4.smithi082.stdout:Oct 14 00:06:56 smithi082 bash[187630]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2023-10-14T00:06:56.907 INFO:journalctl@ceph.osd.4.smithi082.stdout:Oct 14 00:06:56 smithi082 bash[187630]: 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-10-14T00:06:56.907 INFO:journalctl@ceph.osd.4.smithi082.stdout:Oct 14 00:06:56 smithi082 bash[187630]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-4/block 2023-10-14T00:06:56.907 INFO:journalctl@ceph.osd.4.smithi082.stdout:Oct 14 00:06:56 smithi082 bash[187630]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-4/block 2023-10-14T00:06:56.908 INFO:journalctl@ceph.osd.4.smithi082.stdout:Oct 14 00:06:56 smithi082 bash[187630]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2023-10-14T00:06:56.908 INFO:journalctl@ceph.osd.4.smithi082.stdout:Oct 14 00:06:56 smithi082 bash[187630]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2023-10-14T00:06:56.908 INFO:journalctl@ceph.osd.4.smithi082.stdout:Oct 14 00:06:56 smithi082 bash[187630]: --> ceph-volume lvm activate successful for osd ID: 4 2023-10-14T00:06:56.914 INFO:tasks.rados.rados.0.smithi055.stdout:1539: done (0 left) 2023-10-14T00:06:56.914 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 16 current snap is 141 2023-10-14T00:06:56.915 INFO:tasks.rados.rados.0.smithi055.stdout:1540: seq_num 497 ranges {3809280=729088,4538368=401408} 2023-10-14T00:06:56.940 INFO:tasks.rados.rados.0.smithi055.stdout:1540: writing smithi055169533-16 from 3809280 to 4538368 tid 1 2023-10-14T00:06:56.942 INFO:tasks.rados.rados.0.smithi055.stdout:1540: writing smithi055169533-16 from 4538368 to 4939776 tid 2 2023-10-14T00:06:56.942 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 15 current snap is 141 2023-10-14T00:06:56.942 INFO:tasks.rados.rados.0.smithi055.stdout:1541: seq_num 498 ranges {0=745472,745472=401408} 2023-10-14T00:06:56.946 INFO:tasks.rados.rados.0.smithi055.stdout:1541: writing smithi055169533-15 from 0 to 745472 tid 1 2023-10-14T00:06:56.949 INFO:tasks.rados.rados.0.smithi055.stdout:1541: writing smithi055169533-15 from 745472 to 1146880 tid 2 2023-10-14T00:06:56.950 INFO:tasks.rados.rados.0.smithi055.stdout:1542: snap_remove snap 139 2023-10-14T00:06:57.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:56 smithi055 ceph-mon[185614]: failed to encode map e354 with expected crc 2023-10-14T00:06:57.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:56 smithi055 ceph-mon[183057]: failed to encode map e354 with expected crc 2023-10-14T00:06:57.290 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:56 smithi082 ceph-mon[180771]: failed to encode map e354 with expected crc 2023-10-14T00:06:57.625 INFO:journalctl@ceph.osd.4.smithi082.stdout:Oct 14 00:06:57 smithi082 ceph-osd[187887]: -- 172.21.15.82:0/4051537732 <== mon.1 v2:172.21.15.82:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5640c45344e0 con 0x5640c4504c00 2023-10-14T00:06:57.625 INFO:journalctl@ceph.osd.4.smithi082.stdout:Oct 14 00:06:57 smithi082 bash[187869]: 03fa92aec155595b3a5d5c9441da1a8dbd1cd27268c915ecd023c3a35a5cf802 2023-10-14T00:06:57.625 INFO:journalctl@ceph.osd.4.smithi082.stdout:Oct 14 00:06:57 smithi082 systemd[1]: Started Ceph osd.4 for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:06:57.924 INFO:tasks.rados.rados.0.smithi055.stdout:1542: done (2 left) 2023-10-14T00:06:57.924 INFO:tasks.rados.rados.0.smithi055.stdout:1543: read oid 20 snap -1 2023-10-14T00:06:57.924 INFO:tasks.rados.rados.0.smithi055.stdout:1543: expect (ObjNum 494 snap 141 seq_num 494) 2023-10-14T00:06:57.925 INFO:tasks.rados.rados.0.smithi055.stdout:1544: read oid 33 snap 133 2023-10-14T00:06:57.925 INFO:tasks.rados.rados.0.smithi055.stdout:1544: expect (ObjNum 469 snap 132 seq_num 469) 2023-10-14T00:06:57.925 INFO:tasks.rados.rados.0.smithi055.stdout:1545: snap_create 2023-10-14T00:06:57.925 INFO:tasks.rados.rados.0.smithi055.stdout:1540: finishing write tid 1 to smithi055169533-16 2023-10-14T00:06:57.925 INFO:tasks.rados.rados.0.smithi055.stdout:1540: finishing write tid 2 to smithi055169533-16 2023-10-14T00:06:57.926 INFO:tasks.rados.rados.0.smithi055.stdout:1540: finishing write tid 3 to smithi055169533-16 2023-10-14T00:06:57.926 INFO:tasks.rados.rados.0.smithi055.stdout:1540: finishing write tid 4 to smithi055169533-16 2023-10-14T00:06:57.926 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 16 v 332 (ObjNum 497 snap 141 seq_num 497) dirty exists 2023-10-14T00:06:57.926 INFO:tasks.rados.rados.0.smithi055.stdout:1540: left oid 16 (ObjNum 497 snap 141 seq_num 497) 2023-10-14T00:06:57.926 INFO:tasks.rados.rados.0.smithi055.stdout:1541: finishing write tid 1 to smithi055169533-15 2023-10-14T00:06:57.927 INFO:tasks.rados.rados.0.smithi055.stdout:1541: finishing write tid 2 to smithi055169533-15 2023-10-14T00:06:57.927 INFO:tasks.rados.rados.0.smithi055.stdout:1541: finishing write tid 3 to smithi055169533-15 2023-10-14T00:06:57.927 INFO:tasks.rados.rados.0.smithi055.stdout:1541: finishing write tid 4 to smithi055169533-15 2023-10-14T00:06:57.927 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 15 v 771 (ObjNum 498 snap 141 seq_num 498) dirty exists 2023-10-14T00:06:57.927 INFO:tasks.rados.rados.0.smithi055.stdout:1541: left oid 15 (ObjNum 498 snap 141 seq_num 498) 2023-10-14T00:06:57.935 INFO:tasks.rados.rados.0.smithi055.stdout:1544: expect (ObjNum 469 snap 132 seq_num 469) 2023-10-14T00:06:57.968 INFO:tasks.rados.rados.0.smithi055.stdout:1543: expect (ObjNum 494 snap 141 seq_num 494) 2023-10-14T00:06:58.125 INFO:journalctl@ceph.osd.4.smithi082.stdout:Oct 14 00:06:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-4[187883]: 2023-10-14T00:06:57.873+0000 7f987ad21640 -1 Falling back to public interface 2023-10-14T00:06:58.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:57 smithi082 ceph-mon[180771]: pgmap v243: 121 pgs: 4 active+undersized+degraded, 29 peering, 2 stale+active+clean, 5 active+undersized, 81 active+clean; 188 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 524 KiB/s wr, 8 op/s; 11/294 objects degraded (3.741%) 2023-10-14T00:06:58.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:57 smithi082 ceph-mon[180771]: Health check failed: Degraded data redundancy: 11/294 objects degraded (3.741%), 4 pgs degraded (PG_DEGRADED) 2023-10-14T00:06:58.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:57 smithi082 ceph-mon[180771]: failed to encode map e355 with expected crc 2023-10-14T00:06:58.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:57 smithi082 ceph-mon[180771]: osdmap e355: 8 total, 7 up, 8 in 2023-10-14T00:06:58.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:57 smithi082 ceph-mon[180771]: failed to encode map e355 with expected crc 2023-10-14T00:06:58.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:57 smithi082 ceph-mon[180771]: failed to encode map e355 with expected crc 2023-10-14T00:06:58.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:57 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:58.129 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:57 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:58.129 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:57 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:06:58.129 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:57 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:58.130 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:57 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:58.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:57 smithi055 ceph-mon[185614]: pgmap v243: 121 pgs: 4 active+undersized+degraded, 29 peering, 2 stale+active+clean, 5 active+undersized, 81 active+clean; 188 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 524 KiB/s wr, 8 op/s; 11/294 objects degraded (3.741%) 2023-10-14T00:06:58.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:57 smithi055 ceph-mon[185614]: Health check failed: Degraded data redundancy: 11/294 objects degraded (3.741%), 4 pgs degraded (PG_DEGRADED) 2023-10-14T00:06:58.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:57 smithi055 ceph-mon[185614]: failed to encode map e355 with expected crc 2023-10-14T00:06:58.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:57 smithi055 ceph-mon[185614]: osdmap e355: 8 total, 7 up, 8 in 2023-10-14T00:06:58.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:57 smithi055 ceph-mon[185614]: failed to encode map e355 with expected crc 2023-10-14T00:06:58.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:57 smithi055 ceph-mon[185614]: failed to encode map e355 with expected crc 2023-10-14T00:06:58.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:57 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:58.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:57 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:58.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:57 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:06:58.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:57 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:58.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:57 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:58.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:57 smithi055 ceph-mon[183057]: pgmap v243: 121 pgs: 4 active+undersized+degraded, 29 peering, 2 stale+active+clean, 5 active+undersized, 81 active+clean; 188 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 524 KiB/s wr, 8 op/s; 11/294 objects degraded (3.741%) 2023-10-14T00:06:58.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:57 smithi055 ceph-mon[183057]: Health check failed: Degraded data redundancy: 11/294 objects degraded (3.741%), 4 pgs degraded (PG_DEGRADED) 2023-10-14T00:06:58.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:57 smithi055 ceph-mon[183057]: failed to encode map e355 with expected crc 2023-10-14T00:06:58.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:57 smithi055 ceph-mon[183057]: osdmap e355: 8 total, 7 up, 8 in 2023-10-14T00:06:58.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:57 smithi055 ceph-mon[183057]: failed to encode map e355 with expected crc 2023-10-14T00:06:58.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:57 smithi055 ceph-mon[183057]: failed to encode map e355 with expected crc 2023-10-14T00:06:58.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:57 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:58.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:57 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:58.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:57 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:06:58.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:57 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:58.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:57 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:06:58.938 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:06:58 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:06: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-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi055:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi082.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-10-14T00:06:58.956 INFO:tasks.rados.rados.0.smithi055.stdout:1540: done (4 left) 2023-10-14T00:06:58.956 INFO:tasks.rados.rados.0.smithi055.stdout:1541: done (3 left) 2023-10-14T00:06:58.957 INFO:tasks.rados.rados.0.smithi055.stdout:1543: done (2 left) 2023-10-14T00:06:58.957 INFO:tasks.rados.rados.0.smithi055.stdout:1544: done (1 left) 2023-10-14T00:06:58.957 INFO:tasks.rados.rados.0.smithi055.stdout:1545: done (0 left) 2023-10-14T00:06:58.958 INFO:tasks.rados.rados.0.smithi055.stdout:1546: rollback oid 49 current snap is 142 2023-10-14T00:06:58.958 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 49 to 133 2023-10-14T00:06:58.958 INFO:tasks.rados.rados.0.smithi055.stdout:1547: rmattr oid 46 current snap is 142 2023-10-14T00:06:58.958 INFO:tasks.rados.rados.0.smithi055.stdout:1547: done (1 left) 2023-10-14T00:06:58.959 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 16 current snap is 142 2023-10-14T00:06:58.959 INFO:tasks.rados.rados.0.smithi055.stdout:1548: seq_num 499 ranges {4939776=761856,5701632=401408} 2023-10-14T00:06:58.988 INFO:tasks.rados.rados.0.smithi055.stdout:1548: writing smithi055169533-16 from 4939776 to 5701632 tid 1 2023-10-14T00:06:58.991 INFO:tasks.rados.rados.0.smithi055.stdout:1548: writing smithi055169533-16 from 5701632 to 6103040 tid 2 2023-10-14T00:06:58.991 INFO:tasks.rados.rados.0.smithi055.stdout:1549: snap_create 2023-10-14T00:06:58.991 INFO:tasks.rados.rados.0.smithi055.stdout:1546: finishing rollback tid 0 to smithi055169533-49 2023-10-14T00:06:58.991 INFO:tasks.rados.rados.0.smithi055.stdout:1546: finishing rollback tid 1 to smithi055169533-49 2023-10-14T00:06:58.992 INFO:tasks.rados.rados.0.smithi055.stdout:1546: finishing rollback tid 2 to smithi055169533-49 2023-10-14T00:06:58.992 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 49 v 775 (ObjNum 453 snap 125 seq_num 453) dirty exists 2023-10-14T00:06:58.992 INFO:tasks.rados.rados.0.smithi055.stdout:1548: finishing write tid 1 to smithi055169533-16 2023-10-14T00:06:58.993 INFO:tasks.rados.rados.0.smithi055.stdout:1548: finishing write tid 2 to smithi055169533-16 2023-10-14T00:06:58.993 INFO:tasks.rados.rados.0.smithi055.stdout:1548: finishing write tid 3 to smithi055169533-16 2023-10-14T00:06:58.994 INFO:tasks.rados.rados.0.smithi055.stdout:1548: finishing write tid 4 to smithi055169533-16 2023-10-14T00:06:58.994 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 16 v 335 (ObjNum 499 snap 142 seq_num 499) dirty exists 2023-10-14T00:06:58.994 INFO:tasks.rados.rados.0.smithi055.stdout:1548: left oid 16 (ObjNum 499 snap 142 seq_num 499) 2023-10-14T00:06:59.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:58 smithi055 ceph-mon[185614]: failed to encode map e356 with expected crc 2023-10-14T00:06:59.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:58 smithi055 ceph-mon[185614]: osdmap e356: 8 total, 7 up, 8 in 2023-10-14T00:06:59.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:58 smithi055 ceph-mon[185614]: failed to encode map e356 with expected crc 2023-10-14T00:06:59.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:58 smithi055 ceph-mon[183057]: failed to encode map e356 with expected crc 2023-10-14T00:06:59.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:58 smithi055 ceph-mon[183057]: osdmap e356: 8 total, 7 up, 8 in 2023-10-14T00:06:59.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:58 smithi055 ceph-mon[183057]: failed to encode map e356 with expected crc 2023-10-14T00:06:59.269 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:58 smithi082 ceph-mon[180771]: failed to encode map e356 with expected crc 2023-10-14T00:06:59.270 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:58 smithi082 ceph-mon[180771]: osdmap e356: 8 total, 7 up, 8 in 2023-10-14T00:06:59.270 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:58 smithi082 ceph-mon[180771]: failed to encode map e356 with expected crc 2023-10-14T00:06:59.963 INFO:tasks.rados.rados.0.smithi055.stdout:1546: done (2 left) 2023-10-14T00:06:59.963 INFO:tasks.rados.rados.0.smithi055.stdout:1548: done (1 left) 2023-10-14T00:06:59.963 INFO:tasks.rados.rados.0.smithi055.stdout:1549: done (0 left) 2023-10-14T00:06:59.964 INFO:tasks.rados.rados.0.smithi055.stdout:1550: delete oid 24 current snap is 143 2023-10-14T00:06:59.969 INFO:tasks.rados.rados.0.smithi055.stdout:1550: done (0 left) 2023-10-14T00:06:59.969 INFO:tasks.rados.rados.0.smithi055.stdout:1551: snap_remove snap 133 2023-10-14T00:07:00.053 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:59 smithi082 ceph-mon[180771]: pgmap v246: 121 pgs: 7 active+undersized+degraded, 29 peering, 10 active+undersized, 75 active+clean; 181 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 7.7 MiB/s rd, 1.0 MiB/s wr, 9 op/s; 27/285 objects degraded (9.474%) 2023-10-14T00:07:00.053 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:59 smithi082 ceph-mon[180771]: failed to encode map e357 with expected crc 2023-10-14T00:07:00.053 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:59 smithi082 ceph-mon[180771]: osdmap e357: 8 total, 7 up, 8 in 2023-10-14T00:07:00.053 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:06:59 smithi082 ceph-mon[180771]: failed to encode map e357 with expected crc 2023-10-14T00:07:00.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:59 smithi055 ceph-mon[183057]: pgmap v246: 121 pgs: 7 active+undersized+degraded, 29 peering, 10 active+undersized, 75 active+clean; 181 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 7.7 MiB/s rd, 1.0 MiB/s wr, 9 op/s; 27/285 objects degraded (9.474%) 2023-10-14T00:07:00.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:59 smithi055 ceph-mon[183057]: failed to encode map e357 with expected crc 2023-10-14T00:07:00.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:59 smithi055 ceph-mon[183057]: osdmap e357: 8 total, 7 up, 8 in 2023-10-14T00:07:00.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:06:59 smithi055 ceph-mon[183057]: failed to encode map e357 with expected crc 2023-10-14T00:07:00.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:59 smithi055 ceph-mon[185614]: pgmap v246: 121 pgs: 7 active+undersized+degraded, 29 peering, 10 active+undersized, 75 active+clean; 181 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 7.7 MiB/s rd, 1.0 MiB/s wr, 9 op/s; 27/285 objects degraded (9.474%) 2023-10-14T00:07:00.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:59 smithi055 ceph-mon[185614]: failed to encode map e357 with expected crc 2023-10-14T00:07:00.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:59 smithi055 ceph-mon[185614]: osdmap e357: 8 total, 7 up, 8 in 2023-10-14T00:07:00.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:06:59 smithi055 ceph-mon[185614]: failed to encode map e357 with expected crc 2023-10-14T00:07:00.333 INFO:tasks.rados.rados.0.smithi055.stdout:1551: done (0 left) 2023-10-14T00:07:00.333 INFO:tasks.rados.rados.0.smithi055.stdout:1552: delete oid 24 current snap is 143 2023-10-14T00:07:00.339 INFO:tasks.rados.rados.0.smithi055.stdout:1552: done (0 left) 2023-10-14T00:07:00.339 INFO:tasks.rados.rados.0.smithi055.stdout:1553: read oid 30 snap -1 2023-10-14T00:07:00.339 INFO:tasks.rados.rados.0.smithi055.stdout:1553: expect (ObjNum 446 snap 122 seq_num 446) 2023-10-14T00:07:00.339 INFO:tasks.rados.rados.0.smithi055.stdout:1554: delete oid 41 current snap is 143 2023-10-14T00:07:00.354 INFO:tasks.rados.rados.0.smithi055.stdout:1554: done (1 left) 2023-10-14T00:07:00.355 INFO:tasks.rados.rados.0.smithi055.stdout:1555: read oid 26 snap 141 2023-10-14T00:07:00.355 INFO:tasks.rados.rados.0.smithi055.stdout:1555: expect (ObjNum 438 snap 120 seq_num 438) 2023-10-14T00:07:00.355 INFO:tasks.rados.rados.0.smithi055.stdout:1556: snap_create 2023-10-14T00:07:00.358 INFO:tasks.rados.rados.0.smithi055.stdout:1555: expect (ObjNum 438 snap 120 seq_num 438) 2023-10-14T00:07:00.363 INFO:tasks.rados.rados.0.smithi055.stdout:1553: expect (ObjNum 446 snap 122 seq_num 446) 2023-10-14T00:07:01.125 INFO:journalctl@ceph.osd.4.smithi082.stdout:Oct 14 00:07:00 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-4[187883]: 2023-10-14T00:07:00.720+0000 7f987ad21640 -1 osd.4 0 read_superblock omap replica is missing. 2023-10-14T00:07:01.125 INFO:journalctl@ceph.osd.4.smithi082.stdout:Oct 14 00:07:00 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-4[187883]: 2023-10-14T00:07:00.773+0000 7f987ad21640 -1 osd.4 351 log_to_monitors true 2023-10-14T00:07:01.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:00 smithi082 ceph-mon[180771]: failed to encode map e358 with expected crc 2023-10-14T00:07:01.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:00 smithi082 ceph-mon[180771]: failed to encode map e358 with expected crc 2023-10-14T00:07:01.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:00 smithi082 ceph-mon[180771]: osdmap e358: 8 total, 7 up, 8 in 2023-10-14T00:07:01.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:00 smithi082 ceph-mon[180771]: Health check update: Reduced data availability: 3 pgs inactive, 3 pgs peering (PG_AVAILABILITY) 2023-10-14T00:07:01.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:00 smithi082 ceph-mon[180771]: failed to encode map e359 with expected crc 2023-10-14T00:07:01.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:00 smithi082 ceph-mon[180771]: osdmap e359: 8 total, 7 up, 8 in 2023-10-14T00:07:01.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:00 smithi082 ceph-mon[180771]: failed to encode map e359 with expected crc 2023-10-14T00:07:01.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:00 smithi082 ceph-mon[180771]: failed to encode map e358 with expected crc 2023-10-14T00:07:01.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:00 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:01.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:00 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:01.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:00 smithi082 ceph-mon[180771]: from='osd.4 [v2:172.21.15.82:6800/1907751506,v1:172.21.15.82:6801/1907751506]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-14T00:07:01.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:00 smithi082 ceph-mon[180771]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-14T00:07:01.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:00 smithi055 ceph-mon[183057]: failed to encode map e358 with expected crc 2023-10-14T00:07:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:00 smithi055 ceph-mon[183057]: failed to encode map e358 with expected crc 2023-10-14T00:07:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:00 smithi055 ceph-mon[183057]: osdmap e358: 8 total, 7 up, 8 in 2023-10-14T00:07:01.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:00 smithi055 ceph-mon[183057]: Health check update: Reduced data availability: 3 pgs inactive, 3 pgs peering (PG_AVAILABILITY) 2023-10-14T00:07:01.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:00 smithi055 ceph-mon[183057]: failed to encode map e359 with expected crc 2023-10-14T00:07:01.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:00 smithi055 ceph-mon[183057]: osdmap e359: 8 total, 7 up, 8 in 2023-10-14T00:07:01.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:00 smithi055 ceph-mon[183057]: failed to encode map e359 with expected crc 2023-10-14T00:07:01.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:00 smithi055 ceph-mon[183057]: failed to encode map e358 with expected crc 2023-10-14T00:07:01.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:00 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:01.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:00 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:01.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:00 smithi055 ceph-mon[183057]: from='osd.4 [v2:172.21.15.82:6800/1907751506,v1:172.21.15.82:6801/1907751506]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-14T00:07:01.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:00 smithi055 ceph-mon[183057]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-14T00:07:01.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:00 smithi055 ceph-mon[185614]: failed to encode map e358 with expected crc 2023-10-14T00:07:01.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:00 smithi055 ceph-mon[185614]: failed to encode map e358 with expected crc 2023-10-14T00:07:01.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:00 smithi055 ceph-mon[185614]: osdmap e358: 8 total, 7 up, 8 in 2023-10-14T00:07:01.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:00 smithi055 ceph-mon[185614]: Health check update: Reduced data availability: 3 pgs inactive, 3 pgs peering (PG_AVAILABILITY) 2023-10-14T00:07:01.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:00 smithi055 ceph-mon[185614]: failed to encode map e359 with expected crc 2023-10-14T00:07:01.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:00 smithi055 ceph-mon[185614]: osdmap e359: 8 total, 7 up, 8 in 2023-10-14T00:07:01.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:00 smithi055 ceph-mon[185614]: failed to encode map e359 with expected crc 2023-10-14T00:07:01.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:00 smithi055 ceph-mon[185614]: failed to encode map e358 with expected crc 2023-10-14T00:07:01.272 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:00 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:01.272 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:00 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:01.272 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:00 smithi055 ceph-mon[185614]: from='osd.4 [v2:172.21.15.82:6800/1907751506,v1:172.21.15.82:6801/1907751506]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-14T00:07:01.272 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:00 smithi055 ceph-mon[185614]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-14T00:07:01.341 INFO:tasks.rados.rados.0.smithi055.stdout:1553: done (2 left) 2023-10-14T00:07:01.341 INFO:tasks.rados.rados.0.smithi055.stdout:1555: done (1 left) 2023-10-14T00:07:01.342 INFO:tasks.rados.rados.0.smithi055.stdout:1556: done (0 left) 2023-10-14T00:07:01.342 INFO:tasks.rados.rados.0.smithi055.stdout:1557: rollback oid 30 current snap is 144 2023-10-14T00:07:01.342 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 30 to 143 2023-10-14T00:07:01.343 INFO:tasks.rados.rados.0.smithi055.stdout:1558: snap_remove snap 141 2023-10-14T00:07:01.625 INFO:journalctl@ceph.osd.4.smithi082.stdout:Oct 14 00:07:01 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-4[187883]: 2023-10-14T00:07:01.357+0000 7f9869989700 -1 osd.4 351 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-10-14T00:07:02.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:01 smithi055 ceph-mon[183057]: pgmap v250: 121 pgs: 13 active+undersized+degraded, 33 active+undersized, 75 active+clean; 175 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.9 MiB/s rd, 1.8 MiB/s wr, 7 op/s; 43/276 objects degraded (15.580%) 2023-10-14T00:07:02.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:01 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:02.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:01 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:02.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:01 smithi055 ceph-mon[183057]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-10-14T00:07:02.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:01 smithi055 ceph-mon[183057]: failed to encode map e360 with expected crc 2023-10-14T00:07:02.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:01 smithi055 ceph-mon[183057]: from='osd.4 [v2:172.21.15.82:6800/1907751506,v1:172.21.15.82:6801/1907751506]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]: dispatch 2023-10-14T00:07:02.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:01 smithi055 ceph-mon[183057]: osdmap e360: 8 total, 7 up, 8 in 2023-10-14T00:07:02.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:01 smithi055 ceph-mon[183057]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]: dispatch 2023-10-14T00:07:02.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:01 smithi055 ceph-mon[183057]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs inactive, 3 pgs peering) 2023-10-14T00:07:02.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:01 smithi055 ceph-mon[183057]: failed to encode map e360 with expected crc 2023-10-14T00:07:02.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:01 smithi055 ceph-mon[185614]: pgmap v250: 121 pgs: 13 active+undersized+degraded, 33 active+undersized, 75 active+clean; 175 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.9 MiB/s rd, 1.8 MiB/s wr, 7 op/s; 43/276 objects degraded (15.580%) 2023-10-14T00:07:02.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:01 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:02.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:01 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:02.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:01 smithi055 ceph-mon[185614]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-10-14T00:07:02.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:01 smithi055 ceph-mon[185614]: failed to encode map e360 with expected crc 2023-10-14T00:07:02.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:01 smithi055 ceph-mon[185614]: from='osd.4 [v2:172.21.15.82:6800/1907751506,v1:172.21.15.82:6801/1907751506]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]: dispatch 2023-10-14T00:07:02.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:01 smithi055 ceph-mon[185614]: osdmap e360: 8 total, 7 up, 8 in 2023-10-14T00:07:02.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:01 smithi055 ceph-mon[185614]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]: dispatch 2023-10-14T00:07:02.272 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:01 smithi055 ceph-mon[185614]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs inactive, 3 pgs peering) 2023-10-14T00:07:02.272 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:01 smithi055 ceph-mon[185614]: failed to encode map e360 with expected crc 2023-10-14T00:07:02.345 INFO:tasks.rados.rados.0.smithi055.stdout:1558: done (1 left) 2023-10-14T00:07:02.345 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 20 current snap is 144 2023-10-14T00:07:02.346 INFO:tasks.rados.rados.0.smithi055.stdout:1557: finishing rollback tid 0 to smithi055169533-30 2023-10-14T00:07:02.346 INFO:tasks.rados.rados.0.smithi055.stdout:1559: seq_num 503 ranges {8830976=425984,9256960=704512,9961472=98304} 2023-10-14T00:07:02.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:01 smithi082 ceph-mon[180771]: pgmap v250: 121 pgs: 13 active+undersized+degraded, 33 active+undersized, 75 active+clean; 175 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.9 MiB/s rd, 1.8 MiB/s wr, 7 op/s; 43/276 objects degraded (15.580%) 2023-10-14T00:07:02.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:01 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:02.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:01 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:02.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:01 smithi082 ceph-mon[180771]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-10-14T00:07:02.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:01 smithi082 ceph-mon[180771]: failed to encode map e360 with expected crc 2023-10-14T00:07:02.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:01 smithi082 ceph-mon[180771]: from='osd.4 [v2:172.21.15.82:6800/1907751506,v1:172.21.15.82:6801/1907751506]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]: dispatch 2023-10-14T00:07:02.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:01 smithi082 ceph-mon[180771]: osdmap e360: 8 total, 7 up, 8 in 2023-10-14T00:07:02.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:01 smithi082 ceph-mon[180771]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]: dispatch 2023-10-14T00:07:02.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:01 smithi082 ceph-mon[180771]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs inactive, 3 pgs peering) 2023-10-14T00:07:02.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:01 smithi082 ceph-mon[180771]: failed to encode map e360 with expected crc 2023-10-14T00:07:02.399 INFO:tasks.rados.rados.0.smithi055.stdout:1559: writing smithi055169533-20 from 8830976 to 9256960 tid 1 2023-10-14T00:07:02.403 INFO:tasks.rados.rados.0.smithi055.stdout:1559: writing smithi055169533-20 from 9256960 to 9961472 tid 2 2023-10-14T00:07:02.404 INFO:tasks.rados.rados.0.smithi055.stdout:1559: writing smithi055169533-20 from 9961472 to 10059776 tid 3 2023-10-14T00:07:02.404 INFO:tasks.rados.rados.0.smithi055.stdout:1560: delete oid 45 current snap is 144 2023-10-14T00:07:02.404 INFO:tasks.rados.rados.0.smithi055.stdout:1557: finishing rollback tid 1 to smithi055169533-30 2023-10-14T00:07:02.404 INFO:tasks.rados.rados.0.smithi055.stdout:1557: finishing rollback tid 2 to smithi055169533-30 2023-10-14T00:07:02.405 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 30 v 636 (ObjNum 446 snap 122 seq_num 446) dirty exists 2023-10-14T00:07:02.406 INFO:tasks.rados.rados.0.smithi055.stdout:1557: done (2 left) 2023-10-14T00:07:02.406 INFO:tasks.rados.rados.0.smithi055.stdout:1560: done (1 left) 2023-10-14T00:07:02.407 INFO:tasks.rados.rados.0.smithi055.stdout:1561: snap_remove snap 142 2023-10-14T00:07:03.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:02 smithi055 ceph-mon[185614]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-10-14T00:07:03.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:02 smithi055 ceph-mon[185614]: failed to encode map e361 with expected crc 2023-10-14T00:07:03.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:02 smithi055 ceph-mon[185614]: osd.4 [v2:172.21.15.82:6800/1907751506,v1:172.21.15.82:6801/1907751506] boot 2023-10-14T00:07:03.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:02 smithi055 ceph-mon[185614]: osdmap e361: 8 total, 8 up, 8 in 2023-10-14T00:07:03.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:02 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-14T00:07:03.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:02 smithi055 ceph-mon[185614]: failed to encode map e361 with expected crc 2023-10-14T00:07:03.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:02 smithi055 ceph-mon[183057]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-10-14T00:07:03.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:02 smithi055 ceph-mon[183057]: failed to encode map e361 with expected crc 2023-10-14T00:07:03.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:02 smithi055 ceph-mon[183057]: osd.4 [v2:172.21.15.82:6800/1907751506,v1:172.21.15.82:6801/1907751506] boot 2023-10-14T00:07:03.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:02 smithi055 ceph-mon[183057]: osdmap e361: 8 total, 8 up, 8 in 2023-10-14T00:07:03.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:02 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-14T00:07:03.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:02 smithi055 ceph-mon[183057]: failed to encode map e361 with expected crc 2023-10-14T00:07:03.291 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:02 smithi082 ceph-mon[180771]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-10-14T00:07:03.291 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:02 smithi082 ceph-mon[180771]: failed to encode map e361 with expected crc 2023-10-14T00:07:03.292 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:02 smithi082 ceph-mon[180771]: osd.4 [v2:172.21.15.82:6800/1907751506,v1:172.21.15.82:6801/1907751506] boot 2023-10-14T00:07:03.292 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:02 smithi082 ceph-mon[180771]: osdmap e361: 8 total, 8 up, 8 in 2023-10-14T00:07:03.292 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:02 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-14T00:07:03.292 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:02 smithi082 ceph-mon[180771]: failed to encode map e361 with expected crc 2023-10-14T00:07:03.362 INFO:tasks.rados.rados.0.smithi055.stdout:1561: done (1 left) 2023-10-14T00:07:03.362 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 25 current snap is 144 2023-10-14T00:07:03.362 INFO:tasks.rados.rados.0.smithi055.stdout:1562: seq_num 505 ranges {3260416=466944,3727360=475136,4202496=327680} 2023-10-14T00:07:03.393 INFO:tasks.rados.rados.0.smithi055.stdout:1562: writing smithi055169533-25 from 3260416 to 3727360 tid 1 2023-10-14T00:07:03.393 INFO:tasks.rados.rados.0.smithi055.stdout:1562: writing smithi055169533-25 from 3727360 to 4202496 tid 2 2023-10-14T00:07:03.393 INFO:tasks.rados.rados.0.smithi055.stdout:1562: writing smithi055169533-25 from 4202496 to 4530176 tid 3 2023-10-14T00:07:03.393 INFO:tasks.rados.rados.0.smithi055.stdout:1563: read oid 22 snap -1 2023-10-14T00:07:03.394 INFO:tasks.rados.rados.0.smithi055.stdout:1563: expect (ObjNum 457 snap 126 seq_num 457) 2023-10-14T00:07:03.394 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 17 current snap is 144 2023-10-14T00:07:03.394 INFO:tasks.rados.rados.0.smithi055.stdout:1564: seq_num 506 ranges {10706944=483328,11190272=761856,11952128=40960} 2023-10-14T00:07:03.458 INFO:tasks.rados.rados.0.smithi055.stdout:1564: writing smithi055169533-17 from 10706944 to 11190272 tid 1 2023-10-14T00:07:03.462 INFO:tasks.rados.rados.0.smithi055.stdout:1564: writing smithi055169533-17 from 11190272 to 11952128 tid 2 2023-10-14T00:07:03.463 INFO:tasks.rados.rados.0.smithi055.stdout:1564: writing smithi055169533-17 from 11952128 to 11993088 tid 3 2023-10-14T00:07:03.463 INFO:tasks.rados.rados.0.smithi055.stdout:1565: read oid 13 snap -1 2023-10-14T00:07:03.464 INFO:tasks.rados.rados.0.smithi055.stdout:1565: expect (ObjNum 381 snap 100 seq_num 381) 2023-10-14T00:07:03.464 INFO:tasks.rados.rados.0.smithi055.stdout:1566: copy_from oid 50 from oid 46 current snap is 144 2023-10-14T00:07:03.464 INFO:tasks.rados.rados.0.smithi055.stdout:1562: finishing write tid 1 to smithi055169533-25 2023-10-14T00:07:03.464 INFO:tasks.rados.rados.0.smithi055.stdout:1563: expect (ObjNum 457 snap 126 seq_num 457) 2023-10-14T00:07:03.482 INFO:tasks.rados.rados.0.smithi055.stdout:1562: finishing write tid 2 to smithi055169533-25 2023-10-14T00:07:03.482 INFO:tasks.rados.rados.0.smithi055.stdout:1562: finishing write tid 3 to smithi055169533-25 2023-10-14T00:07:03.483 INFO:tasks.rados.rados.0.smithi055.stdout:1562: finishing write tid 4 to smithi055169533-25 2023-10-14T00:07:03.483 INFO:tasks.rados.rados.0.smithi055.stdout:1562: finishing write tid 5 to smithi055169533-25 2023-10-14T00:07:03.483 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 25 v 345 (ObjNum 505 snap 144 seq_num 505) dirty exists 2023-10-14T00:07:03.483 INFO:tasks.rados.rados.0.smithi055.stdout:1562: left oid 25 (ObjNum 505 snap 144 seq_num 505) 2023-10-14T00:07:03.484 INFO:tasks.rados.rados.0.smithi055.stdout:1559: finishing write tid 1 to smithi055169533-20 2023-10-14T00:07:03.484 INFO:tasks.rados.rados.0.smithi055.stdout:1559: finishing write tid 2 to smithi055169533-20 2023-10-14T00:07:03.484 INFO:tasks.rados.rados.0.smithi055.stdout:1562: done (5 left) 2023-10-14T00:07:03.484 INFO:tasks.rados.rados.0.smithi055.stdout:1563: done (4 left) 2023-10-14T00:07:03.484 INFO:tasks.rados.rados.0.smithi055.stdout:1567: rmattr oid 31 current snap is 144 2023-10-14T00:07:03.485 INFO:tasks.rados.rados.0.smithi055.stdout:1567: done (4 left) 2023-10-14T00:07:03.485 INFO:tasks.rados.rados.0.smithi055.stdout:1568: setattr oid 19 current snap is 144 2023-10-14T00:07:03.485 INFO:tasks.rados.rados.0.smithi055.stdout:1559: finishing write tid 3 to smithi055169533-20 2023-10-14T00:07:03.485 INFO:tasks.rados.rados.0.smithi055.stdout:1559: finishing write tid 4 to smithi055169533-20 2023-10-14T00:07:03.485 INFO:tasks.rados.rados.0.smithi055.stdout:1559: finishing write tid 5 to smithi055169533-20 2023-10-14T00:07:03.485 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 20 v 482 (ObjNum 503 snap 144 seq_num 503) dirty exists 2023-10-14T00:07:03.486 INFO:tasks.rados.rados.0.smithi055.stdout:1559: left oid 20 (ObjNum 503 snap 144 seq_num 503) 2023-10-14T00:07:03.486 INFO:tasks.rados.rados.0.smithi055.stdout:1564: finishing write tid 1 to smithi055169533-17 2023-10-14T00:07:03.486 INFO:tasks.rados.rados.0.smithi055.stdout:1564: finishing write tid 2 to smithi055169533-17 2023-10-14T00:07:03.486 INFO:tasks.rados.rados.0.smithi055.stdout:1564: finishing write tid 3 to smithi055169533-17 2023-10-14T00:07:03.486 INFO:tasks.rados.rados.0.smithi055.stdout:1564: finishing write tid 4 to smithi055169533-17 2023-10-14T00:07:03.487 INFO:tasks.rados.rados.0.smithi055.stdout:1564: finishing write tid 5 to smithi055169533-17 2023-10-14T00:07:03.487 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 17 v 752 (ObjNum 506 snap 144 seq_num 506) dirty exists 2023-10-14T00:07:03.487 INFO:tasks.rados.rados.0.smithi055.stdout:1564: left oid 17 (ObjNum 506 snap 144 seq_num 506) 2023-10-14T00:07:03.487 INFO:tasks.rados.rados.0.smithi055.stdout:1565: expect (ObjNum 381 snap 100 seq_num 381) 2023-10-14T00:07:03.870 INFO:tasks.rados.rados.0.smithi055.stdout:1566: finishing copy_from to smithi055169533-50 2023-10-14T00:07:03.871 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 50 v 395 (ObjNum 385 snap 103 seq_num 385) dirty exists 2023-10-14T00:07:03.871 INFO:tasks.rados.rados.0.smithi055.stdout:1566: finishing copy_from racing read to smithi055169533-50 2023-10-14T00:07:03.871 INFO:tasks.rados.rados.0.smithi055.stdout:1559: done (4 left) 2023-10-14T00:07:03.872 INFO:tasks.rados.rados.0.smithi055.stdout:1564: done (3 left) 2023-10-14T00:07:03.872 INFO:tasks.rados.rados.0.smithi055.stdout:1565: done (2 left) 2023-10-14T00:07:03.872 INFO:tasks.rados.rados.0.smithi055.stdout:1566: done (1 left) 2023-10-14T00:07:03.872 INFO:tasks.rados.rados.0.smithi055.stdout:1569: rollback oid 49 current snap is 144 2023-10-14T00:07:03.872 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 49 to 143 2023-10-14T00:07:03.873 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 36 current snap is 144 2023-10-14T00:07:03.873 INFO:tasks.rados.rados.0.smithi055.stdout:1570: seq_num 507 ranges {4063232=499712,4562944=638976,5201920=163840} 2023-10-14T00:07:03.896 INFO:tasks.rados.rados.0.smithi055.stdout:1570: writing smithi055169533-36 from 4063232 to 4562944 tid 1 2023-10-14T00:07:03.899 INFO:tasks.rados.rados.0.smithi055.stdout:1570: writing smithi055169533-36 from 4562944 to 5201920 tid 2 2023-10-14T00:07:03.901 INFO:tasks.rados.rados.0.smithi055.stdout:1570: writing smithi055169533-36 from 5201920 to 5365760 tid 3 2023-10-14T00:07:03.901 INFO:tasks.rados.rados.0.smithi055.stdout:1571: read oid 37 snap 143 2023-10-14T00:07:03.901 INFO:tasks.rados.rados.0.smithi055.stdout:1571: expect (ObjNum 398 snap 110 seq_num 398) 2023-10-14T00:07:03.901 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 7 current snap is 144 2023-10-14T00:07:03.902 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 19 v 433 (ObjNum 479 snap 134 seq_num 479) dirty exists 2023-10-14T00:07:03.902 INFO:tasks.rados.rados.0.smithi055.stdout:1569: finishing rollback tid 0 to smithi055169533-49 2023-10-14T00:07:03.902 INFO:tasks.rados.rados.0.smithi055.stdout:1569: finishing rollback tid 1 to smithi055169533-49 2023-10-14T00:07:03.902 INFO:tasks.rados.rados.0.smithi055.stdout:1572: seq_num 508 ranges {4046848=516096,4562944=524288,5087232=278528} 2023-10-14T00:07:03.926 INFO:tasks.rados.rados.0.smithi055.stdout:1572: writing smithi055169533-7 from 4046848 to 4562944 tid 1 2023-10-14T00:07:03.929 INFO:tasks.rados.rados.0.smithi055.stdout:1572: writing smithi055169533-7 from 4562944 to 5087232 tid 2 2023-10-14T00:07:03.932 INFO:tasks.rados.rados.0.smithi055.stdout:1572: writing smithi055169533-7 from 5087232 to 5365760 tid 3 2023-10-14T00:07:03.932 INFO:tasks.rados.rados.0.smithi055.stdout:1568: done (4 left) 2023-10-14T00:07:03.932 INFO:tasks.rados.rados.0.smithi055.stdout:1573: setattr oid 32 current snap is 144 2023-10-14T00:07:03.932 INFO:tasks.rados.rados.0.smithi055.stdout:1569: finishing rollback tid 2 to smithi055169533-49 2023-10-14T00:07:03.932 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 49 v 787 (ObjNum 453 snap 125 seq_num 453) dirty exists 2023-10-14T00:07:03.933 INFO:tasks.rados.rados.0.smithi055.stdout:1570: finishing write tid 1 to smithi055169533-36 2023-10-14T00:07:03.933 INFO:tasks.rados.rados.0.smithi055.stdout:1570: finishing write tid 2 to smithi055169533-36 2023-10-14T00:07:03.933 INFO:tasks.rados.rados.0.smithi055.stdout:1570: finishing write tid 3 to smithi055169533-36 2023-10-14T00:07:03.933 INFO:tasks.rados.rados.0.smithi055.stdout:1570: finishing write tid 4 to smithi055169533-36 2023-10-14T00:07:03.933 INFO:tasks.rados.rados.0.smithi055.stdout:1570: finishing write tid 5 to smithi055169533-36 2023-10-14T00:07:03.934 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 36 v 487 (ObjNum 507 snap 144 seq_num 507) dirty exists 2023-10-14T00:07:03.934 INFO:tasks.rados.rados.0.smithi055.stdout:1570: left oid 36 (ObjNum 507 snap 144 seq_num 507) 2023-10-14T00:07:03.934 INFO:tasks.rados.rados.0.smithi055.stdout:1571: expect (ObjNum 398 snap 110 seq_num 398) 2023-10-14T00:07:03.966 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:07:03 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:07:03.551+0000 7fd8bf982700 -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-10-14T00:07:03.982 INFO:tasks.rados.rados.0.smithi055.stdout:1572: finishing write tid 1 to smithi055169533-7 2023-10-14T00:07:03.982 INFO:tasks.rados.rados.0.smithi055.stdout:1572: finishing write tid 2 to smithi055169533-7 2023-10-14T00:07:03.983 INFO:tasks.rados.rados.0.smithi055.stdout:1572: finishing write tid 3 to smithi055169533-7 2023-10-14T00:07:03.983 INFO:tasks.rados.rados.0.smithi055.stdout:1572: finishing write tid 4 to smithi055169533-7 2023-10-14T00:07:03.983 INFO:tasks.rados.rados.0.smithi055.stdout:1572: finishing write tid 5 to smithi055169533-7 2023-10-14T00:07:03.983 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 7 v 485 (ObjNum 508 snap 144 seq_num 508) dirty exists 2023-10-14T00:07:03.983 INFO:tasks.rados.rados.0.smithi055.stdout:1572: left oid 7 (ObjNum 508 snap 144 seq_num 508) 2023-10-14T00:07:03.984 INFO:tasks.rados.rados.0.smithi055.stdout:1569: done (4 left) 2023-10-14T00:07:03.984 INFO:tasks.rados.rados.0.smithi055.stdout:1570: done (3 left) 2023-10-14T00:07:03.984 INFO:tasks.rados.rados.0.smithi055.stdout:1571: done (2 left) 2023-10-14T00:07:03.984 INFO:tasks.rados.rados.0.smithi055.stdout:1572: done (1 left) 2023-10-14T00:07:03.985 INFO:tasks.rados.rados.0.smithi055.stdout:1574: delete oid 21 current snap is 144 2023-10-14T00:07:03.986 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 32 v 290 (ObjNum 485 snap 138 seq_num 485) dirty exists 2023-10-14T00:07:03.986 INFO:tasks.rados.rados.0.smithi055.stdout:1573: done (1 left) 2023-10-14T00:07:03.986 INFO:tasks.rados.rados.0.smithi055.stdout:1574: done (0 left) 2023-10-14T00:07:03.986 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 29 current snap is 144 2023-10-14T00:07:03.987 INFO:tasks.rados.rados.0.smithi055.stdout:1575: seq_num 510 ranges {5341184=548864,5890048=745472,6635520=57344} 2023-10-14T00:07:04.018 INFO:tasks.rados.rados.0.smithi055.stdout:1575: writing smithi055169533-29 from 5341184 to 5890048 tid 1 2023-10-14T00:07:04.022 INFO:tasks.rados.rados.0.smithi055.stdout:1575: writing smithi055169533-29 from 5890048 to 6635520 tid 2 2023-10-14T00:07:04.023 INFO:tasks.rados.rados.0.smithi055.stdout:1575: writing smithi055169533-29 from 6635520 to 6692864 tid 3 2023-10-14T00:07:04.023 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 36 current snap is 144 2023-10-14T00:07:04.024 INFO:tasks.rados.rados.0.smithi055.stdout:1575: finishing write tid 1 to smithi055169533-29 2023-10-14T00:07:04.024 INFO:tasks.rados.rados.0.smithi055.stdout:1576: seq_num 511 ranges {5365760=565248,5931008=630784,6561792=172032} 2023-10-14T00:07:04.056 INFO:tasks.rados.rados.0.smithi055.stdout:1576: writing smithi055169533-36 from 5365760 to 5931008 tid 1 2023-10-14T00:07:04.060 INFO:tasks.rados.rados.0.smithi055.stdout:1576: writing smithi055169533-36 from 5931008 to 6561792 tid 2 2023-10-14T00:07:04.062 INFO:tasks.rados.rados.0.smithi055.stdout:1576: writing smithi055169533-36 from 6561792 to 6733824 tid 3 2023-10-14T00:07:04.062 INFO:tasks.rados.rados.0.smithi055.stdout:1577: snap_remove snap 143 2023-10-14T00:07:04.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:03 smithi055 ceph-mon[183057]: pgmap v253: 121 pgs: 3 peering, 12 active+undersized+degraded, 31 active+undersized, 75 active+clean; 175 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.5 MiB/s rd, 1.3 MiB/s wr, 4 op/s; 40/276 objects degraded (14.493%) 2023-10-14T00:07:04.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:03 smithi055 ceph-mon[183057]: Health check update: Degraded data redundancy: 40/276 objects degraded (14.493%), 12 pgs degraded (PG_DEGRADED) 2023-10-14T00:07:04.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:03 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:04.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:03 smithi055 ceph-mon[183057]: failed to encode map e362 with expected crc 2023-10-14T00:07:04.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:03 smithi055 ceph-mon[183057]: failed to encode map e362 with expected crc 2023-10-14T00:07:04.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:03 smithi055 ceph-mon[183057]: failed to encode map e362 with expected crc 2023-10-14T00:07:04.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:03 smithi055 ceph-mon[183057]: failed to encode map e362 with expected crc 2023-10-14T00:07:04.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:03 smithi055 ceph-mon[183057]: failed to encode map e362 with expected crc 2023-10-14T00:07:04.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:03 smithi055 ceph-mon[183057]: failed to encode map e362 with expected crc 2023-10-14T00:07:04.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:03 smithi055 ceph-mon[183057]: failed to encode map e362 with expected crc 2023-10-14T00:07:04.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:03 smithi055 ceph-mon[183057]: failed to encode map e362 with expected crc 2023-10-14T00:07:04.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:03 smithi055 ceph-mon[183057]: failed to encode map e362 with expected crc 2023-10-14T00:07:04.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:03 smithi055 ceph-mon[183057]: osdmap e362: 8 total, 8 up, 8 in 2023-10-14T00:07:04.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:03 smithi055 ceph-mon[183057]: failed to encode map e362 with expected crc 2023-10-14T00:07:04.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:03 smithi055 ceph-mon[183057]: failed to encode map e362 with expected crc 2023-10-14T00:07:04.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:03 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:04.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:03 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:07:04.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:03 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:07:04.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:03 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:04.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:03 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:07:04.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:03 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:07:04.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:03 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:07:04.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:03 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:07:04.272 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:03 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-10-14T00:07:04.272 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:03 smithi055 ceph-mon[185614]: pgmap v253: 121 pgs: 3 peering, 12 active+undersized+degraded, 31 active+undersized, 75 active+clean; 175 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.5 MiB/s rd, 1.3 MiB/s wr, 4 op/s; 40/276 objects degraded (14.493%) 2023-10-14T00:07:04.272 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:03 smithi055 ceph-mon[185614]: Health check update: Degraded data redundancy: 40/276 objects degraded (14.493%), 12 pgs degraded (PG_DEGRADED) 2023-10-14T00:07:04.272 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:03 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:04.273 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:03 smithi055 ceph-mon[185614]: failed to encode map e362 with expected crc 2023-10-14T00:07:04.273 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:03 smithi055 ceph-mon[185614]: failed to encode map e362 with expected crc 2023-10-14T00:07:04.273 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:03 smithi055 ceph-mon[185614]: failed to encode map e362 with expected crc 2023-10-14T00:07:04.273 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:03 smithi055 ceph-mon[185614]: failed to encode map e362 with expected crc 2023-10-14T00:07:04.274 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:03 smithi055 ceph-mon[185614]: failed to encode map e362 with expected crc 2023-10-14T00:07:04.274 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:03 smithi055 ceph-mon[185614]: failed to encode map e362 with expected crc 2023-10-14T00:07:04.274 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:03 smithi055 ceph-mon[185614]: failed to encode map e362 with expected crc 2023-10-14T00:07:04.274 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:03 smithi055 ceph-mon[185614]: failed to encode map e362 with expected crc 2023-10-14T00:07:04.274 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:03 smithi055 ceph-mon[185614]: failed to encode map e362 with expected crc 2023-10-14T00:07:04.275 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:03 smithi055 ceph-mon[185614]: osdmap e362: 8 total, 8 up, 8 in 2023-10-14T00:07:04.275 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:03 smithi055 ceph-mon[185614]: failed to encode map e362 with expected crc 2023-10-14T00:07:04.275 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:03 smithi055 ceph-mon[185614]: failed to encode map e362 with expected crc 2023-10-14T00:07:04.275 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:03 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:04.276 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:03 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:07:04.276 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:03 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:07:04.276 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:03 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:04.276 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:03 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:07:04.276 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:03 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:07:04.277 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:03 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:07:04.277 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:03 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:07:04.277 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:03 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-10-14T00:07:04.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:03 smithi082 ceph-mon[180771]: pgmap v253: 121 pgs: 3 peering, 12 active+undersized+degraded, 31 active+undersized, 75 active+clean; 175 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.5 MiB/s rd, 1.3 MiB/s wr, 4 op/s; 40/276 objects degraded (14.493%) 2023-10-14T00:07:04.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:03 smithi082 ceph-mon[180771]: Health check update: Degraded data redundancy: 40/276 objects degraded (14.493%), 12 pgs degraded (PG_DEGRADED) 2023-10-14T00:07:04.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:03 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:04.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:03 smithi082 ceph-mon[180771]: failed to encode map e362 with expected crc 2023-10-14T00:07:04.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:03 smithi082 ceph-mon[180771]: failed to encode map e362 with expected crc 2023-10-14T00:07:04.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:03 smithi082 ceph-mon[180771]: failed to encode map e362 with expected crc 2023-10-14T00:07:04.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:03 smithi082 ceph-mon[180771]: failed to encode map e362 with expected crc 2023-10-14T00:07:04.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:03 smithi082 ceph-mon[180771]: failed to encode map e362 with expected crc 2023-10-14T00:07:04.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:03 smithi082 ceph-mon[180771]: failed to encode map e362 with expected crc 2023-10-14T00:07:04.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:03 smithi082 ceph-mon[180771]: failed to encode map e362 with expected crc 2023-10-14T00:07:04.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:03 smithi082 ceph-mon[180771]: failed to encode map e362 with expected crc 2023-10-14T00:07:04.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:03 smithi082 ceph-mon[180771]: failed to encode map e362 with expected crc 2023-10-14T00:07:04.378 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:03 smithi082 ceph-mon[180771]: osdmap e362: 8 total, 8 up, 8 in 2023-10-14T00:07:04.378 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:03 smithi082 ceph-mon[180771]: failed to encode map e362 with expected crc 2023-10-14T00:07:04.378 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:03 smithi082 ceph-mon[180771]: failed to encode map e362 with expected crc 2023-10-14T00:07:04.378 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:03 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:04.378 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:03 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:07:04.379 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:03 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:07:04.379 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:03 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:04.379 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:03 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:07:04.379 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:03 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:07:04.379 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:03 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:07:04.380 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:03 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:07:04.380 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:03 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-10-14T00:07:05.003 INFO:tasks.rados.rados.0.smithi055.stdout:1577: done (2 left) 2023-10-14T00:07:05.003 INFO:tasks.rados.rados.0.smithi055.stdout:1578: delete oid 34 current snap is 144 2023-10-14T00:07:05.004 INFO:tasks.rados.rados.0.smithi055.stdout:1575: finishing write tid 2 to smithi055169533-29 2023-10-14T00:07:05.004 INFO:tasks.rados.rados.0.smithi055.stdout:1575: finishing write tid 3 to smithi055169533-29 2023-10-14T00:07:05.004 INFO:tasks.rados.rados.0.smithi055.stdout:1575: finishing write tid 4 to smithi055169533-29 2023-10-14T00:07:05.004 INFO:tasks.rados.rados.0.smithi055.stdout:1575: finishing write tid 5 to smithi055169533-29 2023-10-14T00:07:05.005 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 29 v 295 (ObjNum 510 snap 144 seq_num 510) dirty exists 2023-10-14T00:07:05.005 INFO:tasks.rados.rados.0.smithi055.stdout:1575: left oid 29 (ObjNum 510 snap 144 seq_num 510) 2023-10-14T00:07:05.005 INFO:tasks.rados.rados.0.smithi055.stdout:1576: finishing write tid 1 to smithi055169533-36 2023-10-14T00:07:05.005 INFO:tasks.rados.rados.0.smithi055.stdout:1576: finishing write tid 2 to smithi055169533-36 2023-10-14T00:07:05.005 INFO:tasks.rados.rados.0.smithi055.stdout:1576: finishing write tid 3 to smithi055169533-36 2023-10-14T00:07:05.006 INFO:tasks.rados.rados.0.smithi055.stdout:1576: finishing write tid 4 to smithi055169533-36 2023-10-14T00:07:05.006 INFO:tasks.rados.rados.0.smithi055.stdout:1576: finishing write tid 5 to smithi055169533-36 2023-10-14T00:07:05.006 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 36 v 491 (ObjNum 511 snap 144 seq_num 511) dirty exists 2023-10-14T00:07:05.006 INFO:tasks.rados.rados.0.smithi055.stdout:1576: left oid 36 (ObjNum 511 snap 144 seq_num 511) 2023-10-14T00:07:05.008 INFO:tasks.rados.rados.0.smithi055.stdout:1575: done (2 left) 2023-10-14T00:07:05.008 INFO:tasks.rados.rados.0.smithi055.stdout:1576: done (1 left) 2023-10-14T00:07:05.009 INFO:tasks.rados.rados.0.smithi055.stdout:1578: done (0 left) 2023-10-14T00:07:05.009 INFO:tasks.rados.rados.0.smithi055.stdout:1579: delete oid 25 current snap is 144 2023-10-14T00:07:05.010 INFO:tasks.rados.rados.0.smithi055.stdout:1579: done (0 left) 2023-10-14T00:07:05.010 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 8 current snap is 144 2023-10-14T00:07:05.011 INFO:tasks.rados.rados.0.smithi055.stdout:1580: seq_num 514 ranges {1245184=614400,1859584=679936,2539520=122880} 2023-10-14T00:07:05.021 INFO:tasks.rados.rados.0.smithi055.stdout:1580: writing smithi055169533-8 from 1245184 to 1859584 tid 1 2023-10-14T00:07:05.025 INFO:tasks.rados.rados.0.smithi055.stdout:1580: writing smithi055169533-8 from 1859584 to 2539520 tid 2 2023-10-14T00:07:05.026 INFO:tasks.rados.rados.0.smithi055.stdout:1580: writing smithi055169533-8 from 2539520 to 2662400 tid 3 2023-10-14T00:07:05.026 INFO:tasks.rados.rados.0.smithi055.stdout:1581: delete oid 16 current snap is 144 2023-10-14T00:07:05.027 INFO:tasks.rados.rados.0.smithi055.stdout:1580: finishing write tid 1 to smithi055169533-8 2023-10-14T00:07:05.028 INFO:tasks.rados.rados.0.smithi055.stdout:1581: done (1 left) 2023-10-14T00:07:05.029 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 7 current snap is 144 2023-10-14T00:07:05.029 INFO:tasks.rados.rados.0.smithi055.stdout:1582: seq_num 516 ranges {5365760=647168,6012928=450560,6463488=352256} 2023-10-14T00:07:05.062 INFO:tasks.rados.rados.0.smithi055.stdout:1582: writing smithi055169533-7 from 5365760 to 6012928 tid 1 2023-10-14T00:07:05.065 INFO:tasks.rados.rados.0.smithi055.stdout:1582: writing smithi055169533-7 from 6012928 to 6463488 tid 2 2023-10-14T00:07:05.068 INFO:tasks.rados.rados.0.smithi055.stdout:1582: writing smithi055169533-7 from 6463488 to 6815744 tid 3 2023-10-14T00:07:05.068 INFO:tasks.rados.rados.0.smithi055.stdout:1583: rollback oid 47 current snap is 144 2023-10-14T00:07:05.068 INFO:tasks.rados.rados.0.smithi055.stdout:1583: done (2 left) 2023-10-14T00:07:05.068 INFO:tasks.rados.rados.0.smithi055.stdout:1584: rollback oid 3 current snap is 144 2023-10-14T00:07:05.068 INFO:tasks.rados.rados.0.smithi055.stdout:1584: done (2 left) 2023-10-14T00:07:05.069 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 11 current snap is 144 2023-10-14T00:07:05.069 INFO:tasks.rados.rados.0.smithi055.stdout:1580: finishing write tid 2 to smithi055169533-8 2023-10-14T00:07:05.069 INFO:tasks.rados.rados.0.smithi055.stdout:1580: finishing write tid 3 to smithi055169533-8 2023-10-14T00:07:05.069 INFO:tasks.rados.rados.0.smithi055.stdout:1580: finishing write tid 4 to smithi055169533-8 2023-10-14T00:07:05.069 INFO:tasks.rados.rados.0.smithi055.stdout:1580: finishing write tid 5 to smithi055169533-8 2023-10-14T00:07:05.070 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 8 v 485 (ObjNum 514 snap 144 seq_num 514) dirty exists 2023-10-14T00:07:05.070 INFO:tasks.rados.rados.0.smithi055.stdout:1580: left oid 8 (ObjNum 514 snap 144 seq_num 514) 2023-10-14T00:07:05.070 INFO:tasks.rados.rados.0.smithi055.stdout:1582: finishing write tid 1 to smithi055169533-7 2023-10-14T00:07:05.070 INFO:tasks.rados.rados.0.smithi055.stdout:1585: seq_num 517 ranges {0=663552,663552=786432,1449984=16384} 2023-10-14T00:07:05.071 INFO:tasks.rados.rados.0.smithi055.stdout:1585: writing smithi055169533-11 from 0 to 663552 tid 1 2023-10-14T00:07:05.077 INFO:tasks.rados.rados.0.smithi055.stdout:1585: writing smithi055169533-11 from 663552 to 1449984 tid 2 2023-10-14T00:07:05.077 INFO:tasks.rados.rados.0.smithi055.stdout:1585: writing smithi055169533-11 from 1449984 to 1466368 tid 3 2023-10-14T00:07:05.077 INFO:tasks.rados.rados.0.smithi055.stdout:1580: done (2 left) 2023-10-14T00:07:05.078 INFO:tasks.rados.rados.0.smithi055.stdout:1582: finishing write tid 2 to smithi055169533-7 2023-10-14T00:07:05.078 INFO:tasks.rados.rados.0.smithi055.stdout:1582: finishing write tid 3 to smithi055169533-7 2023-10-14T00:07:05.078 INFO:tasks.rados.rados.0.smithi055.stdout:1582: finishing write tid 4 to smithi055169533-7 2023-10-14T00:07:05.078 INFO:tasks.rados.rados.0.smithi055.stdout:1586: read oid 25 snap -1 2023-10-14T00:07:05.078 INFO:tasks.rados.rados.0.smithi055.stdout:1586: expect deleted 2023-10-14T00:07:05.079 INFO:tasks.rados.rados.0.smithi055.stdout:1587: rmattr oid 48 current snap is 144 2023-10-14T00:07:05.079 INFO:tasks.rados.rados.0.smithi055.stdout:1582: finishing write tid 5 to smithi055169533-7 2023-10-14T00:07:05.079 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 7 v 489 (ObjNum 516 snap 144 seq_num 516) dirty exists 2023-10-14T00:07:05.079 INFO:tasks.rados.rados.0.smithi055.stdout:1582: left oid 7 (ObjNum 516 snap 144 seq_num 516) 2023-10-14T00:07:05.080 INFO:tasks.rados.rados.0.smithi055.stdout:1585: finishing write tid 1 to smithi055169533-11 2023-10-14T00:07:05.080 INFO:tasks.rados.rados.0.smithi055.stdout:1582: done (3 left) 2023-10-14T00:07:05.080 INFO:tasks.rados.rados.0.smithi055.stdout:1588: read oid 12 snap -1 2023-10-14T00:07:05.080 INFO:tasks.rados.rados.0.smithi055.stdout:1588: expect (ObjNum 474 snap 133 seq_num 474) 2023-10-14T00:07:05.081 INFO:tasks.rados.rados.0.smithi055.stdout:1589: rmattr oid 16 current snap is 144 2023-10-14T00:07:05.081 INFO:tasks.rados.rados.0.smithi055.stdout:1589: done (4 left) 2023-10-14T00:07:05.081 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 46 current snap is 144 2023-10-14T00:07:05.081 INFO:tasks.rados.rados.0.smithi055.stdout:1590: seq_num 518 ranges {3063808=679936,3743744=671744,4415488=131072} 2023-10-14T00:07:05.097 INFO:tasks.rados.rados.0.smithi055.stdout:1590: writing smithi055169533-46 from 3063808 to 3743744 tid 1 2023-10-14T00:07:05.101 INFO:tasks.rados.rados.0.smithi055.stdout:1590: writing smithi055169533-46 from 3743744 to 4415488 tid 2 2023-10-14T00:07:05.102 INFO:tasks.rados.rados.0.smithi055.stdout:1590: writing smithi055169533-46 from 4415488 to 4546560 tid 3 2023-10-14T00:07:05.103 INFO:tasks.rados.rados.0.smithi055.stdout:1591: read oid 43 snap -1 2023-10-14T00:07:05.103 INFO:tasks.rados.rados.0.smithi055.stdout:1591: expect (ObjNum 349 snap 93 seq_num 349) 2023-10-14T00:07:05.103 INFO:tasks.rados.rados.0.smithi055.stdout:1592: rollback oid 3 current snap is 144 2023-10-14T00:07:05.103 INFO:tasks.rados.rados.0.smithi055.stdout:1592: done (6 left) 2023-10-14T00:07:05.103 INFO:tasks.rados.rados.0.smithi055.stdout:1593: copy_from oid 32 from oid 14 current snap is 144 2023-10-14T00:07:05.104 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 48 v 486 (ObjNum 489 snap 139 seq_num 489) dirty exists 2023-10-14T00:07:05.104 INFO:tasks.rados.rados.0.smithi055.stdout:1585: finishing write tid 2 to smithi055169533-11 2023-10-14T00:07:05.104 INFO:tasks.rados.rados.0.smithi055.stdout:1585: finishing write tid 3 to smithi055169533-11 2023-10-14T00:07:05.104 INFO:tasks.rados.rados.0.smithi055.stdout:1585: finishing write tid 4 to smithi055169533-11 2023-10-14T00:07:05.104 INFO:tasks.rados.rados.0.smithi055.stdout:1585: finishing write tid 5 to smithi055169533-11 2023-10-14T00:07:05.104 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 11 v 486 (ObjNum 517 snap 144 seq_num 517) dirty exists 2023-10-14T00:07:05.105 INFO:tasks.rados.rados.0.smithi055.stdout:1585: left oid 11 (ObjNum 517 snap 144 seq_num 517) 2023-10-14T00:07:05.105 INFO:tasks.rados.rados.0.smithi055.stdout:1588: expect (ObjNum 474 snap 133 seq_num 474) 2023-10-14T00:07:05.154 INFO:tasks.rados.rados.0.smithi055.stdout:1590: finishing write tid 1 to smithi055169533-46 2023-10-14T00:07:05.155 INFO:tasks.rados.rados.0.smithi055.stdout:1593: finishing copy_from to smithi055169533-32 2023-10-14T00:07:05.155 INFO:tasks.rados.rados.0.smithi055.stdout:1593: got expected ENOENT (src dne) 2023-10-14T00:07:05.155 INFO:tasks.rados.rados.0.smithi055.stdout:1593: finishing copy_from racing read to smithi055169533-32 2023-10-14T00:07:05.155 INFO:tasks.rados.rados.0.smithi055.stdout:1590: finishing write tid 2 to smithi055169533-46 2023-10-14T00:07:05.155 INFO:tasks.rados.rados.0.smithi055.stdout:1585: done (6 left) 2023-10-14T00:07:05.156 INFO:tasks.rados.rados.0.smithi055.stdout:1586: done (5 left) 2023-10-14T00:07:05.156 INFO:tasks.rados.rados.0.smithi055.stdout:1587: done (4 left) 2023-10-14T00:07:05.156 INFO:tasks.rados.rados.0.smithi055.stdout:1588: done (3 left) 2023-10-14T00:07:05.156 INFO:tasks.rados.rados.0.smithi055.stdout:1593: done (2 left) 2023-10-14T00:07:05.156 INFO:tasks.rados.rados.0.smithi055.stdout:1594: read oid 22 snap -1 2023-10-14T00:07:05.157 INFO:tasks.rados.rados.0.smithi055.stdout:1594: expect (ObjNum 457 snap 126 seq_num 457) 2023-10-14T00:07:05.157 INFO:tasks.rados.rados.0.smithi055.stdout:1595: delete oid 48 current snap is 144 2023-10-14T00:07:05.157 INFO:tasks.rados.rados.0.smithi055.stdout:1590: finishing write tid 3 to smithi055169533-46 2023-10-14T00:07:05.157 INFO:tasks.rados.rados.0.smithi055.stdout:1590: finishing write tid 4 to smithi055169533-46 2023-10-14T00:07:05.157 INFO:tasks.rados.rados.0.smithi055.stdout:1590: finishing write tid 5 to smithi055169533-46 2023-10-14T00:07:05.158 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 46 v 454 (ObjNum 518 snap 144 seq_num 518) dirty exists 2023-10-14T00:07:05.158 INFO:tasks.rados.rados.0.smithi055.stdout:1590: left oid 46 (ObjNum 518 snap 144 seq_num 518) 2023-10-14T00:07:05.158 INFO:tasks.rados.rados.0.smithi055.stdout:1591: expect (ObjNum 349 snap 93 seq_num 349) 2023-10-14T00:07:05.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:04 smithi055 ceph-mon[185614]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-10-14T00:07:05.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:04 smithi055 ceph-mon[185614]: Upgrade: unsafe to stop osd(s) at this time (9 PGs are or would become offline) 2023-10-14T00:07:05.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:04 smithi055 ceph-mon[183057]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-10-14T00:07:05.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:04 smithi055 ceph-mon[183057]: Upgrade: unsafe to stop osd(s) at this time (9 PGs are or would become offline) 2023-10-14T00:07:05.268 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:07:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:07:05] "GET /metrics HTTP/1.1" 200 36047 "" "Prometheus/2.43.0" 2023-10-14T00:07:05.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:04 smithi082 ceph-mon[180771]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-10-14T00:07:05.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:04 smithi082 ceph-mon[180771]: Upgrade: unsafe to stop osd(s) at this time (9 PGs are or would become offline) 2023-10-14T00:07:06.055 INFO:tasks.rados.rados.0.smithi055.stdout:1594: expect (ObjNum 457 snap 126 seq_num 457) 2023-10-14T00:07:06.066 INFO:tasks.rados.rados.0.smithi055.stdout:1590: done (3 left) 2023-10-14T00:07:06.067 INFO:tasks.rados.rados.0.smithi055.stdout:1591: done (2 left) 2023-10-14T00:07:06.067 INFO:tasks.rados.rados.0.smithi055.stdout:1594: done (1 left) 2023-10-14T00:07:06.067 INFO:tasks.rados.rados.0.smithi055.stdout:1595: done (0 left) 2023-10-14T00:07:06.067 INFO:tasks.rados.rados.0.smithi055.stdout:1596: snap_create 2023-10-14T00:07:06.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:05 smithi055 ceph-mon[185614]: pgmap v255: 121 pgs: 3 peering, 7 active+undersized+degraded, 13 active+undersized, 98 active+clean; 161 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 4.4 MiB/s rd, 1.5 MiB/s wr, 12 op/s; 24/249 objects degraded (9.639%); 2.4 MiB/s, 0 objects/s recovering 2023-10-14T00:07:06.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:05 smithi055 ceph-mon[185614]: failed to encode map e363 with expected crc 2023-10-14T00:07:06.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:05 smithi055 ceph-mon[185614]: osdmap e363: 8 total, 8 up, 8 in 2023-10-14T00:07:06.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:05 smithi055 ceph-mon[185614]: failed to encode map e363 with expected crc 2023-10-14T00:07:06.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:05 smithi055 ceph-mon[183057]: pgmap v255: 121 pgs: 3 peering, 7 active+undersized+degraded, 13 active+undersized, 98 active+clean; 161 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 4.4 MiB/s rd, 1.5 MiB/s wr, 12 op/s; 24/249 objects degraded (9.639%); 2.4 MiB/s, 0 objects/s recovering 2023-10-14T00:07:06.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:05 smithi055 ceph-mon[183057]: failed to encode map e363 with expected crc 2023-10-14T00:07:06.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:05 smithi055 ceph-mon[183057]: osdmap e363: 8 total, 8 up, 8 in 2023-10-14T00:07:06.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:05 smithi055 ceph-mon[183057]: failed to encode map e363 with expected crc 2023-10-14T00:07:06.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:05 smithi082 ceph-mon[180771]: pgmap v255: 121 pgs: 3 peering, 7 active+undersized+degraded, 13 active+undersized, 98 active+clean; 161 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 4.4 MiB/s rd, 1.5 MiB/s wr, 12 op/s; 24/249 objects degraded (9.639%); 2.4 MiB/s, 0 objects/s recovering 2023-10-14T00:07:06.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:05 smithi082 ceph-mon[180771]: failed to encode map e363 with expected crc 2023-10-14T00:07:06.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:05 smithi082 ceph-mon[180771]: osdmap e363: 8 total, 8 up, 8 in 2023-10-14T00:07:06.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:05 smithi082 ceph-mon[180771]: failed to encode map e363 with expected crc 2023-10-14T00:07:07.006 INFO:tasks.rados.rados.0.smithi055.stdout:1596: done (0 left) 2023-10-14T00:07:07.006 INFO:tasks.rados.rados.0.smithi055.stdout:1597: read oid 13 snap -1 2023-10-14T00:07:07.006 INFO:tasks.rados.rados.0.smithi055.stdout:1597: expect (ObjNum 381 snap 100 seq_num 381) 2023-10-14T00:07:07.006 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 10 current snap is 145 2023-10-14T00:07:07.007 INFO:tasks.rados.rados.0.smithi055.stdout:1598: seq_num 520 ranges {114688=712704,827392=434176,1261568=368640} 2023-10-14T00:07:07.010 INFO:tasks.rados.rados.0.smithi055.stdout:1598: writing smithi055169533-10 from 114688 to 827392 tid 1 2023-10-14T00:07:07.013 INFO:tasks.rados.rados.0.smithi055.stdout:1598: writing smithi055169533-10 from 827392 to 1261568 tid 2 2023-10-14T00:07:07.015 INFO:tasks.rados.rados.0.smithi055.stdout:1598: writing smithi055169533-10 from 1261568 to 1630208 tid 3 2023-10-14T00:07:07.015 INFO:tasks.rados.rados.0.smithi055.stdout:1599: snap_create 2023-10-14T00:07:07.019 INFO:tasks.rados.rados.0.smithi055.stdout:1598: finishing write tid 1 to smithi055169533-10 2023-10-14T00:07:07.019 INFO:tasks.rados.rados.0.smithi055.stdout:1598: finishing write tid 2 to smithi055169533-10 2023-10-14T00:07:07.022 INFO:tasks.rados.rados.0.smithi055.stdout:1598: finishing write tid 3 to smithi055169533-10 2023-10-14T00:07:07.023 INFO:tasks.rados.rados.0.smithi055.stdout:1598: finishing write tid 4 to smithi055169533-10 2023-10-14T00:07:07.026 INFO:tasks.rados.rados.0.smithi055.stdout:1598: finishing write tid 5 to smithi055169533-10 2023-10-14T00:07:07.027 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 10 v 763 (ObjNum 520 snap 145 seq_num 520) dirty exists 2023-10-14T00:07:07.027 INFO:tasks.rados.rados.0.smithi055.stdout:1598: left oid 10 (ObjNum 520 snap 145 seq_num 520) 2023-10-14T00:07:07.030 INFO:tasks.rados.rados.0.smithi055.stdout:1597: expect (ObjNum 381 snap 100 seq_num 381) 2023-10-14T00:07:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:07 smithi082 ceph-mon[180771]: pgmap v257: 121 pgs: 3 peering, 118 active+clean; 138 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.7 MiB/s rd, 1.7 MiB/s wr, 16 op/s; 7.4 MiB/s, 1 objects/s recovering 2023-10-14T00:07:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:07 smithi082 ceph-mon[180771]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 24/249 objects degraded (9.639%), 7 pgs degraded) 2023-10-14T00:07:07.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:07 smithi082 ceph-mon[180771]: Cluster is now healthy 2023-10-14T00:07:07.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:07 smithi082 ceph-mon[180771]: osdmap e364: 8 total, 8 up, 8 in 2023-10-14T00:07:07.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:07 smithi055 ceph-mon[183057]: pgmap v257: 121 pgs: 3 peering, 118 active+clean; 138 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.7 MiB/s rd, 1.7 MiB/s wr, 16 op/s; 7.4 MiB/s, 1 objects/s recovering 2023-10-14T00:07:07.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:07 smithi055 ceph-mon[183057]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 24/249 objects degraded (9.639%), 7 pgs degraded) 2023-10-14T00:07:07.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:07 smithi055 ceph-mon[183057]: Cluster is now healthy 2023-10-14T00:07:07.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:07 smithi055 ceph-mon[183057]: osdmap e364: 8 total, 8 up, 8 in 2023-10-14T00:07:07.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:07 smithi055 ceph-mon[185614]: pgmap v257: 121 pgs: 3 peering, 118 active+clean; 138 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.7 MiB/s rd, 1.7 MiB/s wr, 16 op/s; 7.4 MiB/s, 1 objects/s recovering 2023-10-14T00:07:07.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:07 smithi055 ceph-mon[185614]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 24/249 objects degraded (9.639%), 7 pgs degraded) 2023-10-14T00:07:07.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:07 smithi055 ceph-mon[185614]: Cluster is now healthy 2023-10-14T00:07:07.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:07 smithi055 ceph-mon[185614]: osdmap e364: 8 total, 8 up, 8 in 2023-10-14T00:07:08.010 INFO:tasks.rados.rados.0.smithi055.stdout:1597: done (2 left) 2023-10-14T00:07:08.011 INFO:tasks.rados.rados.0.smithi055.stdout:1598: done (1 left) 2023-10-14T00:07:08.011 INFO:tasks.rados.rados.0.smithi055.stdout:1599: done (0 left) 2023-10-14T00:07:08.011 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 25 current snap is 146 2023-10-14T00:07:08.011 INFO:tasks.rados.rados.0.smithi055.stdout:1600: seq_num 521 ranges {0=729088,729088=720896,1449984=81920} 2023-10-14T00:07:08.013 INFO:tasks.rados.rados.0.smithi055.stdout:1600: writing smithi055169533-25 from 0 to 729088 tid 1 2023-10-14T00:07:08.019 INFO:tasks.rados.rados.0.smithi055.stdout:1600: writing smithi055169533-25 from 729088 to 1449984 tid 2 2023-10-14T00:07:08.019 INFO:tasks.rados.rados.0.smithi055.stdout:1600: writing smithi055169533-25 from 1449984 to 1531904 tid 3 2023-10-14T00:07:08.019 INFO:tasks.rados.rados.0.smithi055.stdout:1601: copy_from oid 31 from oid 13 current snap is 146 2023-10-14T00:07:08.020 INFO:tasks.rados.rados.0.smithi055.stdout:1602: snap_remove snap 145 2023-10-14T00:07:08.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:08 smithi082 ceph-mon[180771]: failed to encode map e364 with expected crc 2023-10-14T00:07:08.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:08 smithi082 ceph-mon[180771]: failed to encode map e364 with expected crc 2023-10-14T00:07:08.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:08 smithi082 ceph-mon[180771]: failed to encode map e364 with expected crc 2023-10-14T00:07:08.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:08 smithi082 ceph-mon[180771]: osdmap e365: 8 total, 8 up, 8 in 2023-10-14T00:07:08.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:08 smithi055 ceph-mon[185614]: failed to encode map e364 with expected crc 2023-10-14T00:07:08.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:08 smithi055 ceph-mon[185614]: failed to encode map e364 with expected crc 2023-10-14T00:07:08.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:08 smithi055 ceph-mon[185614]: failed to encode map e364 with expected crc 2023-10-14T00:07:08.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:08 smithi055 ceph-mon[185614]: osdmap e365: 8 total, 8 up, 8 in 2023-10-14T00:07:08.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:08 smithi055 ceph-mon[183057]: failed to encode map e364 with expected crc 2023-10-14T00:07:08.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:08 smithi055 ceph-mon[183057]: failed to encode map e364 with expected crc 2023-10-14T00:07:08.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:08 smithi055 ceph-mon[183057]: failed to encode map e364 with expected crc 2023-10-14T00:07:08.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:08 smithi055 ceph-mon[183057]: osdmap e365: 8 total, 8 up, 8 in 2023-10-14T00:07:09.014 INFO:tasks.rados.rados.0.smithi055.stdout:1602: done (2 left) 2023-10-14T00:07:09.086 INFO:tasks.rados.rados.0.smithi055.stdout:1603: read oid 28 snap -1 2023-10-14T00:07:09.087 INFO:tasks.rados.rados.0.smithi055.stdout:1603: expect (ObjNum 391 snap 108 seq_num 391) 2023-10-14T00:07:09.088 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:07:08 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:07: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-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi055:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi082.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-10-14T00:07:09.088 INFO:tasks.rados.rados.0.smithi055.stdout:1604: copy_from oid 23 from oid 29 current snap is 146 2023-10-14T00:07:09.089 INFO:tasks.rados.rados.0.smithi055.stdout:1605: read oid 1 snap -1 2023-10-14T00:07:09.089 INFO:tasks.rados.rados.0.smithi055.stdout:1605: expect deleted 2023-10-14T00:07:09.089 INFO:tasks.rados.rados.0.smithi055.stdout:1606: copy_from oid 14 from oid 10 current snap is 146 2023-10-14T00:07:09.089 INFO:tasks.rados.rados.0.smithi055.stdout:1607: snap_remove snap 144 2023-10-14T00:07:09.090 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:09 smithi082 ceph-mon[180771]: failed to encode map e365 with expected crc 2023-10-14T00:07:09.090 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:09 smithi082 ceph-mon[180771]: failed to encode map e365 with expected crc 2023-10-14T00:07:09.090 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:09 smithi082 ceph-mon[180771]: failed to encode map e365 with expected crc 2023-10-14T00:07:09.090 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:09 smithi082 ceph-mon[180771]: pgmap v260: 121 pgs: 121 active+clean; 135 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 2.6 MiB/s wr, 25 op/s; 7.4 MiB/s, 1 objects/s recovering 2023-10-14T00:07:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:07:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:09 smithi082 ceph-mon[180771]: osdmap e366: 8 total, 8 up, 8 in 2023-10-14T00:07:09.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:09 smithi055 ceph-mon[185614]: failed to encode map e365 with expected crc 2023-10-14T00:07:09.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:09 smithi055 ceph-mon[185614]: failed to encode map e365 with expected crc 2023-10-14T00:07:09.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:09 smithi055 ceph-mon[185614]: failed to encode map e365 with expected crc 2023-10-14T00:07:09.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:09 smithi055 ceph-mon[185614]: pgmap v260: 121 pgs: 121 active+clean; 135 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 2.6 MiB/s wr, 25 op/s; 7.4 MiB/s, 1 objects/s recovering 2023-10-14T00:07:09.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:07:09.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:09 smithi055 ceph-mon[185614]: osdmap e366: 8 total, 8 up, 8 in 2023-10-14T00:07:09.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:09 smithi055 ceph-mon[183057]: failed to encode map e365 with expected crc 2023-10-14T00:07:09.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:09 smithi055 ceph-mon[183057]: failed to encode map e365 with expected crc 2023-10-14T00:07:09.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:09 smithi055 ceph-mon[183057]: failed to encode map e365 with expected crc 2023-10-14T00:07:09.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:09 smithi055 ceph-mon[183057]: pgmap v260: 121 pgs: 121 active+clean; 135 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 2.6 MiB/s wr, 25 op/s; 7.4 MiB/s, 1 objects/s recovering 2023-10-14T00:07:09.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:07:09.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:09 smithi055 ceph-mon[183057]: osdmap e366: 8 total, 8 up, 8 in 2023-10-14T00:07:10.018 INFO:tasks.rados.rados.0.smithi055.stdout:1607: done (6 left) 2023-10-14T00:07:10.019 INFO:tasks.rados.rados.0.smithi055.stdout:1608: snap_create 2023-10-14T00:07:10.019 INFO:tasks.rados.rados.0.smithi055.stdout:1600: finishing write tid 1 to smithi055169533-25 2023-10-14T00:07:10.019 INFO:tasks.rados.rados.0.smithi055.stdout:1600: finishing write tid 2 to smithi055169533-25 2023-10-14T00:07:10.019 INFO:tasks.rados.rados.0.smithi055.stdout:1600: finishing write tid 3 to smithi055169533-25 2023-10-14T00:07:10.019 INFO:tasks.rados.rados.0.smithi055.stdout:1600: finishing write tid 4 to smithi055169533-25 2023-10-14T00:07:10.020 INFO:tasks.rados.rados.0.smithi055.stdout:1600: finishing write tid 5 to smithi055169533-25 2023-10-14T00:07:10.020 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 25 v 350 (ObjNum 521 snap 146 seq_num 521) dirty exists 2023-10-14T00:07:10.020 INFO:tasks.rados.rados.0.smithi055.stdout:1600: left oid 25 (ObjNum 521 snap 146 seq_num 521) 2023-10-14T00:07:10.020 INFO:tasks.rados.rados.0.smithi055.stdout:1601: finishing copy_from racing read to smithi055169533-31 2023-10-14T00:07:10.021 INFO:tasks.rados.rados.0.smithi055.stdout:1601: finishing copy_from to smithi055169533-31 2023-10-14T00:07:10.021 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 31 v 523 (ObjNum 381 snap 100 seq_num 381) dirty exists 2023-10-14T00:07:10.021 INFO:tasks.rados.rados.0.smithi055.stdout:1606: finishing copy_from to smithi055169533-14 2023-10-14T00:07:10.021 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 14 v 763 (ObjNum 520 snap 145 seq_num 520) dirty exists 2023-10-14T00:07:10.022 INFO:tasks.rados.rados.0.smithi055.stdout:1606: finishing copy_from racing read to smithi055169533-14 2023-10-14T00:07:10.022 INFO:tasks.rados.rados.0.smithi055.stdout:1604: finishing copy_from racing read to smithi055169533-23 2023-10-14T00:07:10.022 INFO:tasks.rados.rados.0.smithi055.stdout:1604: finishing copy_from to smithi055169533-23 2023-10-14T00:07:10.022 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 23 v 295 (ObjNum 510 snap 144 seq_num 510) dirty exists 2023-10-14T00:07:10.023 INFO:tasks.rados.rados.0.smithi055.stdout:1603: expect (ObjNum 391 snap 108 seq_num 391) 2023-10-14T00:07:10.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:10 smithi082 ceph-mon[180771]: failed to encode map e366 with expected crc 2023-10-14T00:07:10.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:10 smithi082 ceph-mon[180771]: failed to encode map e366 with expected crc 2023-10-14T00:07:10.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:10 smithi082 ceph-mon[180771]: failed to encode map e366 with expected crc 2023-10-14T00:07:10.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:10 smithi082 ceph-mon[180771]: osdmap e367: 8 total, 8 up, 8 in 2023-10-14T00:07:10.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:10 smithi055 ceph-mon[183057]: failed to encode map e366 with expected crc 2023-10-14T00:07:10.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:10 smithi055 ceph-mon[183057]: failed to encode map e366 with expected crc 2023-10-14T00:07:10.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:10 smithi055 ceph-mon[183057]: failed to encode map e366 with expected crc 2023-10-14T00:07:10.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:10 smithi055 ceph-mon[183057]: osdmap e367: 8 total, 8 up, 8 in 2023-10-14T00:07:10.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:10 smithi055 ceph-mon[185614]: failed to encode map e366 with expected crc 2023-10-14T00:07:10.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:10 smithi055 ceph-mon[185614]: failed to encode map e366 with expected crc 2023-10-14T00:07:10.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:10 smithi055 ceph-mon[185614]: failed to encode map e366 with expected crc 2023-10-14T00:07:10.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:10 smithi055 ceph-mon[185614]: osdmap e367: 8 total, 8 up, 8 in 2023-10-14T00:07:11.132 INFO:tasks.rados.rados.0.smithi055.stdout:1600: done (6 left) 2023-10-14T00:07:11.132 INFO:tasks.rados.rados.0.smithi055.stdout:1601: done (5 left) 2023-10-14T00:07:11.133 INFO:tasks.rados.rados.0.smithi055.stdout:1603: done (4 left) 2023-10-14T00:07:11.133 INFO:tasks.rados.rados.0.smithi055.stdout:1604: done (3 left) 2023-10-14T00:07:11.133 INFO:tasks.rados.rados.0.smithi055.stdout:1605: done (2 left) 2023-10-14T00:07:11.133 INFO:tasks.rados.rados.0.smithi055.stdout:1606: done (1 left) 2023-10-14T00:07:11.134 INFO:tasks.rados.rados.0.smithi055.stdout:1608: done (0 left) 2023-10-14T00:07:11.134 INFO:tasks.rados.rados.0.smithi055.stdout:1609: delete oid 39 current snap is 147 2023-10-14T00:07:11.134 INFO:tasks.rados.rados.0.smithi055.stdout:1609: done (0 left) 2023-10-14T00:07:11.135 INFO:tasks.rados.rados.0.smithi055.stdout:1610: snap_remove snap 146 2023-10-14T00:07:11.343 INFO:tasks.rados.rados.0.smithi055.stdout:1610: done (0 left) 2023-10-14T00:07:11.343 INFO:tasks.rados.rados.0.smithi055.stdout:1611: read oid 30 snap -1 2023-10-14T00:07:11.343 INFO:tasks.rados.rados.0.smithi055.stdout:1611: expect (ObjNum 446 snap 122 seq_num 446) 2023-10-14T00:07:11.344 INFO:tasks.rados.rados.0.smithi055.stdout:1612: read oid 15 snap -1 2023-10-14T00:07:11.345 INFO:tasks.rados.rados.0.smithi055.stdout:1612: expect (ObjNum 498 snap 141 seq_num 498) 2023-10-14T00:07:11.345 INFO:tasks.rados.rados.0.smithi055.stdout:1613: rollback oid 46 current snap is 147 2023-10-14T00:07:11.345 INFO:tasks.rados.rados.0.smithi055.stdout:1613: done (2 left) 2023-10-14T00:07:11.345 INFO:tasks.rados.rados.0.smithi055.stdout:1614: read oid 46 snap -1 2023-10-14T00:07:11.346 INFO:tasks.rados.rados.0.smithi055.stdout:1614: expect (ObjNum 518 snap 144 seq_num 518) 2023-10-14T00:07:11.346 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 9 current snap is 147 2023-10-14T00:07:11.346 INFO:tasks.rados.rados.0.smithi055.stdout:1615: seq_num 523 ranges {0=770048,770048=491520,1261568=311296} 2023-10-14T00:07:11.354 INFO:tasks.rados.rados.0.smithi055.stdout:1615: writing smithi055169533-9 from 0 to 770048 tid 1 2023-10-14T00:07:11.354 INFO:tasks.rados.rados.0.smithi055.stdout:1615: writing smithi055169533-9 from 770048 to 1261568 tid 2 2023-10-14T00:07:11.354 INFO:tasks.rados.rados.0.smithi055.stdout:1615: writing smithi055169533-9 from 1261568 to 1572864 tid 3 2023-10-14T00:07:11.355 INFO:tasks.rados.rados.0.smithi055.stdout:1616: delete oid 31 current snap is 147 2023-10-14T00:07:11.355 INFO:tasks.rados.rados.0.smithi055.stdout:1615: finishing write tid 1 to smithi055169533-9 2023-10-14T00:07:11.360 INFO:tasks.rados.rados.0.smithi055.stdout:1616: done (4 left) 2023-10-14T00:07:11.361 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 12 current snap is 147 2023-10-14T00:07:11.361 INFO:tasks.rados.rados.0.smithi055.stdout:1617: seq_num 525 ranges {1376256=802816,2179072=712704,2891776=90112} 2023-10-14T00:07:11.371 INFO:tasks.rados.rados.0.smithi055.stdout:1617: writing smithi055169533-12 from 1376256 to 2179072 tid 1 2023-10-14T00:07:11.375 INFO:tasks.rados.rados.0.smithi055.stdout:1617: writing smithi055169533-12 from 2179072 to 2891776 tid 2 2023-10-14T00:07:11.376 INFO:tasks.rados.rados.0.smithi055.stdout:1617: writing smithi055169533-12 from 2891776 to 2981888 tid 3 2023-10-14T00:07:11.376 INFO:tasks.rados.rados.0.smithi055.stdout:1618: copy_from oid 2 from oid 37 current snap is 147 2023-10-14T00:07:11.377 INFO:tasks.rados.rados.0.smithi055.stdout:1615: finishing write tid 2 to smithi055169533-9 2023-10-14T00:07:11.377 INFO:tasks.rados.rados.0.smithi055.stdout:1615: finishing write tid 3 to smithi055169533-9 2023-10-14T00:07:11.377 INFO:tasks.rados.rados.0.smithi055.stdout:1615: finishing write tid 4 to smithi055169533-9 2023-10-14T00:07:11.377 INFO:tasks.rados.rados.0.smithi055.stdout:1615: finishing write tid 5 to smithi055169533-9 2023-10-14T00:07:11.377 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 9 v 303 (ObjNum 523 snap 147 seq_num 523) dirty exists 2023-10-14T00:07:11.378 INFO:tasks.rados.rados.0.smithi055.stdout:1615: left oid 9 (ObjNum 523 snap 147 seq_num 523) 2023-10-14T00:07:11.378 INFO:tasks.rados.rados.0.smithi055.stdout:1612: expect (ObjNum 498 snap 141 seq_num 498) 2023-10-14T00:07:11.408 INFO:tasks.rados.rados.0.smithi055.stdout:1614: expect (ObjNum 518 snap 144 seq_num 518) 2023-10-14T00:07:11.609 INFO:tasks.rados.rados.0.smithi055.stdout:1617: finishing write tid 1 to smithi055169533-12 2023-10-14T00:07:11.610 INFO:tasks.rados.rados.0.smithi055.stdout:1617: finishing write tid 2 to smithi055169533-12 2023-10-14T00:07:11.610 INFO:tasks.rados.rados.0.smithi055.stdout:1617: finishing write tid 3 to smithi055169533-12 2023-10-14T00:07:11.610 INFO:tasks.rados.rados.0.smithi055.stdout:1617: finishing write tid 4 to smithi055169533-12 2023-10-14T00:07:11.610 INFO:tasks.rados.rados.0.smithi055.stdout:1617: finishing write tid 5 to smithi055169533-12 2023-10-14T00:07:11.610 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 12 v 491 (ObjNum 525 snap 147 seq_num 525) dirty exists 2023-10-14T00:07:11.611 INFO:tasks.rados.rados.0.smithi055.stdout:1617: left oid 12 (ObjNum 525 snap 147 seq_num 525) 2023-10-14T00:07:11.611 INFO:tasks.rados.rados.0.smithi055.stdout:1611: expect (ObjNum 446 snap 122 seq_num 446) 2023-10-14T00:07:11.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:11 smithi082 ceph-mon[180771]: failed to encode map e367 with expected crc 2023-10-14T00:07:11.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:11 smithi082 ceph-mon[180771]: failed to encode map e367 with expected crc 2023-10-14T00:07:11.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:11 smithi082 ceph-mon[180771]: failed to encode map e368 with expected crc 2023-10-14T00:07:11.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:11 smithi082 ceph-mon[180771]: osdmap e368: 8 total, 8 up, 8 in 2023-10-14T00:07:11.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:11 smithi082 ceph-mon[180771]: failed to encode map e367 with expected crc 2023-10-14T00:07:11.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:11 smithi082 ceph-mon[180771]: pgmap v264: 121 pgs: 121 active+clean; 137 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 4.5 MiB/s wr, 20 op/s 2023-10-14T00:07:11.745 INFO:tasks.rados.rados.0.smithi055.stdout:1618: finishing copy_from racing read to smithi055169533-2 2023-10-14T00:07:11.745 INFO:tasks.rados.rados.0.smithi055.stdout:1618: finishing copy_from to smithi055169533-2 2023-10-14T00:07:11.745 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 2 v 382 (ObjNum 398 snap 110 seq_num 398) dirty exists 2023-10-14T00:07:11.746 INFO:tasks.rados.rados.0.smithi055.stdout:1611: done (5 left) 2023-10-14T00:07:11.746 INFO:tasks.rados.rados.0.smithi055.stdout:1612: done (4 left) 2023-10-14T00:07:11.746 INFO:tasks.rados.rados.0.smithi055.stdout:1614: done (3 left) 2023-10-14T00:07:11.746 INFO:tasks.rados.rados.0.smithi055.stdout:1615: done (2 left) 2023-10-14T00:07:11.746 INFO:tasks.rados.rados.0.smithi055.stdout:1617: done (1 left) 2023-10-14T00:07:11.747 INFO:tasks.rados.rados.0.smithi055.stdout:1618: done (0 left) 2023-10-14T00:07:11.747 INFO:tasks.rados.rados.0.smithi055.stdout:1619: copy_from oid 29 from oid 16 current snap is 147 2023-10-14T00:07:11.747 INFO:tasks.rados.rados.0.smithi055.stdout:1620: read oid 42 snap -1 2023-10-14T00:07:11.747 INFO:tasks.rados.rados.0.smithi055.stdout:1620: expect (ObjNum 434 snap 119 seq_num 434) 2023-10-14T00:07:11.747 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 24 current snap is 147 2023-10-14T00:07:11.748 INFO:tasks.rados.rados.0.smithi055.stdout:1621: seq_num 526 ranges {0=417792,417792=589824,1007616=614400} 2023-10-14T00:07:11.748 INFO:tasks.rados.rados.0.smithi055.stdout:1621: writing smithi055169533-24 from 0 to 417792 tid 1 2023-10-14T00:07:11.751 INFO:tasks.rados.rados.0.smithi055.stdout:1621: writing smithi055169533-24 from 417792 to 1007616 tid 2 2023-10-14T00:07:11.755 INFO:tasks.rados.rados.0.smithi055.stdout:1621: writing smithi055169533-24 from 1007616 to 1622016 tid 3 2023-10-14T00:07:11.755 INFO:tasks.rados.rados.0.smithi055.stdout:1622: read oid 26 snap -1 2023-10-14T00:07:11.755 INFO:tasks.rados.rados.0.smithi055.stdout:1622: expect (ObjNum 438 snap 120 seq_num 438) 2023-10-14T00:07:11.756 INFO:tasks.rados.rados.0.smithi055.stdout:1623: rollback oid 7 current snap is 147 2023-10-14T00:07:11.756 INFO:tasks.rados.rados.0.smithi055.stdout:1623: done (4 left) 2023-10-14T00:07:11.756 INFO:tasks.rados.rados.0.smithi055.stdout:1624: copy_from oid 4 from oid 36 current snap is 147 2023-10-14T00:07:11.756 INFO:tasks.rados.rados.0.smithi055.stdout:1619: finishing copy_from to smithi055169533-29 2023-10-14T00:07:11.756 INFO:tasks.rados.rados.0.smithi055.stdout:1619: got expected ENOENT (src dne) 2023-10-14T00:07:11.757 INFO:tasks.rados.rados.0.smithi055.stdout:1619: finishing copy_from racing read to smithi055169533-29 2023-10-14T00:07:11.757 INFO:tasks.rados.rados.0.smithi055.stdout:1620: expect (ObjNum 434 snap 119 seq_num 434) 2023-10-14T00:07:11.760 INFO:tasks.rados.rados.0.smithi055.stdout:1621: finishing write tid 1 to smithi055169533-24 2023-10-14T00:07:11.760 INFO:tasks.rados.rados.0.smithi055.stdout:1621: finishing write tid 2 to smithi055169533-24 2023-10-14T00:07:11.760 INFO:tasks.rados.rados.0.smithi055.stdout:1619: done (4 left) 2023-10-14T00:07:11.761 INFO:tasks.rados.rados.0.smithi055.stdout:1620: done (3 left) 2023-10-14T00:07:11.761 INFO:tasks.rados.rados.0.smithi055.stdout:1625: read oid 9 snap -1 2023-10-14T00:07:11.761 INFO:tasks.rados.rados.0.smithi055.stdout:1625: expect (ObjNum 523 snap 147 seq_num 523) 2023-10-14T00:07:11.761 INFO:tasks.rados.rados.0.smithi055.stdout:1626: read oid 38 snap -1 2023-10-14T00:07:11.761 INFO:tasks.rados.rados.0.smithi055.stdout:1626: expect (ObjNum 489 snap 139 seq_num 489) 2023-10-14T00:07:11.762 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 49 current snap is 147 2023-10-14T00:07:11.763 INFO:tasks.rados.rados.0.smithi055.stdout:1627: seq_num 527 ranges {6119424=434176,6553600=475136,7028736=565248,7593984=163840} 2023-10-14T00:07:11.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:11 smithi055 ceph-mon[185614]: failed to encode map e367 with expected crc 2023-10-14T00:07:11.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:11 smithi055 ceph-mon[185614]: failed to encode map e367 with expected crc 2023-10-14T00:07:11.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:11 smithi055 ceph-mon[185614]: failed to encode map e368 with expected crc 2023-10-14T00:07:11.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:11 smithi055 ceph-mon[185614]: osdmap e368: 8 total, 8 up, 8 in 2023-10-14T00:07:11.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:11 smithi055 ceph-mon[185614]: failed to encode map e367 with expected crc 2023-10-14T00:07:11.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:11 smithi055 ceph-mon[185614]: pgmap v264: 121 pgs: 121 active+clean; 137 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 4.5 MiB/s wr, 20 op/s 2023-10-14T00:07:11.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:11 smithi055 ceph-mon[183057]: failed to encode map e367 with expected crc 2023-10-14T00:07:11.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:11 smithi055 ceph-mon[183057]: failed to encode map e367 with expected crc 2023-10-14T00:07:11.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:11 smithi055 ceph-mon[183057]: failed to encode map e368 with expected crc 2023-10-14T00:07:11.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:11 smithi055 ceph-mon[183057]: osdmap e368: 8 total, 8 up, 8 in 2023-10-14T00:07:11.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:11 smithi055 ceph-mon[183057]: failed to encode map e367 with expected crc 2023-10-14T00:07:11.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:11 smithi055 ceph-mon[183057]: pgmap v264: 121 pgs: 121 active+clean; 137 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 4.5 MiB/s wr, 20 op/s 2023-10-14T00:07:11.798 INFO:tasks.rados.rados.0.smithi055.stdout:1627: writing smithi055169533-49 from 6119424 to 6553600 tid 1 2023-10-14T00:07:11.801 INFO:tasks.rados.rados.0.smithi055.stdout:1627: writing smithi055169533-49 from 6553600 to 7028736 tid 2 2023-10-14T00:07:11.804 INFO:tasks.rados.rados.0.smithi055.stdout:1627: writing smithi055169533-49 from 7028736 to 7593984 tid 3 2023-10-14T00:07:11.805 INFO:tasks.rados.rados.0.smithi055.stdout:1627: writing smithi055169533-49 from 7593984 to 7757824 tid 4 2023-10-14T00:07:11.805 INFO:tasks.rados.rados.0.smithi055.stdout:1628: copy_from oid 37 from oid 46 current snap is 147 2023-10-14T00:07:11.806 INFO:tasks.rados.rados.0.smithi055.stdout:1622: expect (ObjNum 438 snap 120 seq_num 438) 2023-10-14T00:07:11.810 INFO:tasks.rados.rados.0.smithi055.stdout:1621: finishing write tid 3 to smithi055169533-24 2023-10-14T00:07:11.811 INFO:tasks.rados.rados.0.smithi055.stdout:1621: finishing write tid 4 to smithi055169533-24 2023-10-14T00:07:11.811 INFO:tasks.rados.rados.0.smithi055.stdout:1622: done (6 left) 2023-10-14T00:07:11.811 INFO:tasks.rados.rados.0.smithi055.stdout:1629: rollback oid 32 current snap is 147 2023-10-14T00:07:11.812 INFO:tasks.rados.rados.0.smithi055.stdout:1629: done (6 left) 2023-10-14T00:07:11.812 INFO:tasks.rados.rados.0.smithi055.stdout:1630: snap_create 2023-10-14T00:07:11.812 INFO:tasks.rados.rados.0.smithi055.stdout:1621: finishing write tid 5 to smithi055169533-24 2023-10-14T00:07:11.813 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 24 v 767 (ObjNum 526 snap 147 seq_num 526) dirty exists 2023-10-14T00:07:11.813 INFO:tasks.rados.rados.0.smithi055.stdout:1621: left oid 24 (ObjNum 526 snap 147 seq_num 526) 2023-10-14T00:07:11.813 INFO:tasks.rados.rados.0.smithi055.stdout:1625: expect (ObjNum 523 snap 147 seq_num 523) 2023-10-14T00:07:11.853 INFO:tasks.rados.rados.0.smithi055.stdout:1626: expect (ObjNum 489 snap 139 seq_num 489) 2023-10-14T00:07:12.118 INFO:tasks.rados.rados.0.smithi055.stdout:1624: finishing copy_from racing read to smithi055169533-4 2023-10-14T00:07:12.118 INFO:tasks.rados.rados.0.smithi055.stdout:1624: finishing copy_from to smithi055169533-4 2023-10-14T00:07:12.118 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 4 v 491 (ObjNum 511 snap 144 seq_num 511) dirty exists 2023-10-14T00:07:12.119 INFO:tasks.rados.rados.0.smithi055.stdout:1627: finishing write tid 1 to smithi055169533-49 2023-10-14T00:07:12.119 INFO:tasks.rados.rados.0.smithi055.stdout:1627: finishing write tid 2 to smithi055169533-49 2023-10-14T00:07:12.119 INFO:tasks.rados.rados.0.smithi055.stdout:1627: finishing write tid 3 to smithi055169533-49 2023-10-14T00:07:12.119 INFO:tasks.rados.rados.0.smithi055.stdout:1627: finishing write tid 4 to smithi055169533-49 2023-10-14T00:07:12.119 INFO:tasks.rados.rados.0.smithi055.stdout:1627: finishing write tid 5 to smithi055169533-49 2023-10-14T00:07:12.120 INFO:tasks.rados.rados.0.smithi055.stdout:1627: finishing write tid 6 to smithi055169533-49 2023-10-14T00:07:12.120 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 49 v 795 (ObjNum 527 snap 147 seq_num 527) dirty exists 2023-10-14T00:07:12.120 INFO:tasks.rados.rados.0.smithi055.stdout:1627: left oid 49 (ObjNum 527 snap 147 seq_num 527) 2023-10-14T00:07:12.120 INFO:tasks.rados.rados.0.smithi055.stdout:1628: finishing copy_from racing read to smithi055169533-37 2023-10-14T00:07:12.121 INFO:tasks.rados.rados.0.smithi055.stdout:1628: finishing copy_from to smithi055169533-37 2023-10-14T00:07:12.121 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 37 v 454 (ObjNum 518 snap 144 seq_num 518) dirty exists 2023-10-14T00:07:12.357 INFO:tasks.rados.rados.0.smithi055.stdout:1621: done (6 left) 2023-10-14T00:07:12.357 INFO:tasks.rados.rados.0.smithi055.stdout:1624: done (5 left) 2023-10-14T00:07:12.357 INFO:tasks.rados.rados.0.smithi055.stdout:1625: done (4 left) 2023-10-14T00:07:12.358 INFO:tasks.rados.rados.0.smithi055.stdout:1626: done (3 left) 2023-10-14T00:07:12.358 INFO:tasks.rados.rados.0.smithi055.stdout:1627: done (2 left) 2023-10-14T00:07:12.358 INFO:tasks.rados.rados.0.smithi055.stdout:1628: done (1 left) 2023-10-14T00:07:12.358 INFO:tasks.rados.rados.0.smithi055.stdout:1630: done (0 left) 2023-10-14T00:07:12.358 INFO:tasks.rados.rados.0.smithi055.stdout:1631: rollback oid 45 current snap is 148 2023-10-14T00:07:12.359 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 45 to 147 2023-10-14T00:07:12.359 INFO:tasks.rados.rados.0.smithi055.stdout:1632: delete oid 41 current snap is 148 2023-10-14T00:07:12.362 INFO:tasks.rados.rados.0.smithi055.stdout:1631: finishing rollback tid 1 to smithi055169533-45 2023-10-14T00:07:12.362 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 45 v 0 (ObjNum 353 snap 0 seq_num 1528748304) dirty dne 2023-10-14T00:07:12.363 INFO:tasks.rados.rados.0.smithi055.stdout:1631: done (1 left) 2023-10-14T00:07:12.363 INFO:tasks.rados.rados.0.smithi055.stdout:1632: done (0 left) 2023-10-14T00:07:12.363 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 24 current snap is 148 2023-10-14T00:07:12.363 INFO:tasks.rados.rados.0.smithi055.stdout:1633: seq_num 529 ranges {1622016=466944,2088960=647168,2736128=532480,3268608=24576} 2023-10-14T00:07:12.374 INFO:tasks.rados.rados.0.smithi055.stdout:1633: writing smithi055169533-24 from 1622016 to 2088960 tid 1 2023-10-14T00:07:12.378 INFO:tasks.rados.rados.0.smithi055.stdout:1633: writing smithi055169533-24 from 2088960 to 2736128 tid 2 2023-10-14T00:07:12.383 INFO:tasks.rados.rados.0.smithi055.stdout:1633: writing smithi055169533-24 from 2736128 to 3268608 tid 3 2023-10-14T00:07:12.383 INFO:tasks.rados.rados.0.smithi055.stdout:1633: writing smithi055169533-24 from 3268608 to 3293184 tid 4 2023-10-14T00:07:12.383 INFO:tasks.rados.rados.0.smithi055.stdout:1634: read oid 5 snap -1 2023-10-14T00:07:12.384 INFO:tasks.rados.rados.0.smithi055.stdout:1634: expect (ObjNum 490 snap 139 seq_num 490) 2023-10-14T00:07:12.384 INFO:tasks.rados.rados.0.smithi055.stdout:1635: read oid 33 snap 147 2023-10-14T00:07:12.384 INFO:tasks.rados.rados.0.smithi055.stdout:1635: expect deleted 2023-10-14T00:07:12.384 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 49 current snap is 148 2023-10-14T00:07:12.384 INFO:tasks.rados.rados.0.smithi055.stdout:1633: finishing write tid 1 to smithi055169533-24 2023-10-14T00:07:12.385 INFO:tasks.rados.rados.0.smithi055.stdout:1633: finishing write tid 2 to smithi055169533-24 2023-10-14T00:07:12.385 INFO:tasks.rados.rados.0.smithi055.stdout:1636: seq_num 530 ranges {7757824=483328,8241152=532480,8773632=671744} 2023-10-14T00:07:12.429 INFO:tasks.rados.rados.0.smithi055.stdout:1636: writing smithi055169533-49 from 7757824 to 8241152 tid 1 2023-10-14T00:07:12.432 INFO:tasks.rados.rados.0.smithi055.stdout:1636: writing smithi055169533-49 from 8241152 to 8773632 tid 2 2023-10-14T00:07:12.436 INFO:tasks.rados.rados.0.smithi055.stdout:1636: writing smithi055169533-49 from 8773632 to 9445376 tid 3 2023-10-14T00:07:12.437 INFO:tasks.rados.rados.0.smithi055.stdout:1637: delete oid 19 current snap is 148 2023-10-14T00:07:12.437 INFO:tasks.rados.rados.0.smithi055.stdout:1633: finishing write tid 3 to smithi055169533-24 2023-10-14T00:07:12.437 INFO:tasks.rados.rados.0.smithi055.stdout:1633: finishing write tid 4 to smithi055169533-24 2023-10-14T00:07:12.437 INFO:tasks.rados.rados.0.smithi055.stdout:1633: finishing write tid 5 to smithi055169533-24 2023-10-14T00:07:12.438 INFO:tasks.rados.rados.0.smithi055.stdout:1633: finishing write tid 6 to smithi055169533-24 2023-10-14T00:07:12.438 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 24 v 772 (ObjNum 529 snap 148 seq_num 529) dirty exists 2023-10-14T00:07:12.438 INFO:tasks.rados.rados.0.smithi055.stdout:1633: left oid 24 (ObjNum 529 snap 148 seq_num 529) 2023-10-14T00:07:12.438 INFO:tasks.rados.rados.0.smithi055.stdout:1634: expect (ObjNum 490 snap 139 seq_num 490) 2023-10-14T00:07:12.495 INFO:tasks.rados.rados.0.smithi055.stdout:1636: finishing write tid 1 to smithi055169533-49 2023-10-14T00:07:12.495 INFO:tasks.rados.rados.0.smithi055.stdout:1636: finishing write tid 2 to smithi055169533-49 2023-10-14T00:07:12.495 INFO:tasks.rados.rados.0.smithi055.stdout:1636: finishing write tid 3 to smithi055169533-49 2023-10-14T00:07:12.496 INFO:tasks.rados.rados.0.smithi055.stdout:1636: finishing write tid 4 to smithi055169533-49 2023-10-14T00:07:12.496 INFO:tasks.rados.rados.0.smithi055.stdout:1636: finishing write tid 5 to smithi055169533-49 2023-10-14T00:07:12.496 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 49 v 800 (ObjNum 530 snap 148 seq_num 530) dirty exists 2023-10-14T00:07:12.496 INFO:tasks.rados.rados.0.smithi055.stdout:1636: left oid 49 (ObjNum 530 snap 148 seq_num 530) 2023-10-14T00:07:12.496 INFO:tasks.rados.rados.0.smithi055.stdout:1633: done (4 left) 2023-10-14T00:07:12.497 INFO:tasks.rados.rados.0.smithi055.stdout:1634: done (3 left) 2023-10-14T00:07:12.497 INFO:tasks.rados.rados.0.smithi055.stdout:1635: done (2 left) 2023-10-14T00:07:12.497 INFO:tasks.rados.rados.0.smithi055.stdout:1636: done (1 left) 2023-10-14T00:07:12.497 INFO:tasks.rados.rados.0.smithi055.stdout:1637: done (0 left) 2023-10-14T00:07:12.497 INFO:tasks.rados.rados.0.smithi055.stdout:1638: snap_remove snap 147 2023-10-14T00:07:12.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:12 smithi082 ceph-mon[180771]: failed to encode map e369 with expected crc 2023-10-14T00:07:12.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:12 smithi082 ceph-mon[180771]: osdmap e369: 8 total, 8 up, 8 in 2023-10-14T00:07:12.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:12 smithi082 ceph-mon[180771]: failed to encode map e369 with expected crc 2023-10-14T00:07:12.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:12 smithi082 ceph-mon[180771]: failed to encode map e369 with expected crc 2023-10-14T00:07:12.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:12 smithi055 ceph-mon[183057]: failed to encode map e369 with expected crc 2023-10-14T00:07:12.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:12 smithi055 ceph-mon[183057]: osdmap e369: 8 total, 8 up, 8 in 2023-10-14T00:07:12.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:12 smithi055 ceph-mon[183057]: failed to encode map e369 with expected crc 2023-10-14T00:07:12.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:12 smithi055 ceph-mon[183057]: failed to encode map e369 with expected crc 2023-10-14T00:07:12.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:12 smithi055 ceph-mon[185614]: failed to encode map e369 with expected crc 2023-10-14T00:07:12.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:12 smithi055 ceph-mon[185614]: osdmap e369: 8 total, 8 up, 8 in 2023-10-14T00:07:12.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:12 smithi055 ceph-mon[185614]: failed to encode map e369 with expected crc 2023-10-14T00:07:12.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:12 smithi055 ceph-mon[185614]: failed to encode map e369 with expected crc 2023-10-14T00:07:13.372 INFO:tasks.rados.rados.0.smithi055.stdout:1638: done (0 left) 2023-10-14T00:07:13.372 INFO:tasks.rados.rados.0.smithi055.stdout:1639: read oid 18 snap -1 2023-10-14T00:07:13.373 INFO:tasks.rados.rados.0.smithi055.stdout:1639: expect deleted 2023-10-14T00:07:13.373 INFO:tasks.rados.rados.0.smithi055.stdout:1640: setattr oid 31 current snap is 148 2023-10-14T00:07:13.373 INFO:tasks.rados.rados.0.smithi055.stdout:1641: snap_create 2023-10-14T00:07:13.380 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 31 v 525 (ObjNum 129 snap 0 seq_num 1529042360) dirty exists 2023-10-14T00:07:13.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:13 smithi082 ceph-mon[180771]: failed to encode map e370 with expected crc 2023-10-14T00:07:13.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:13 smithi082 ceph-mon[180771]: failed to encode map e370 with expected crc 2023-10-14T00:07:13.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:13 smithi082 ceph-mon[180771]: osdmap e370: 8 total, 8 up, 8 in 2023-10-14T00:07:13.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:13 smithi082 ceph-mon[180771]: failed to encode map e370 with expected crc 2023-10-14T00:07:13.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:13 smithi082 ceph-mon[180771]: pgmap v267: 121 pgs: 121 active+clean; 138 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 8.4 MiB/s rd, 5.2 MiB/s wr, 9 op/s 2023-10-14T00:07:13.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:13 smithi055 ceph-mon[185614]: failed to encode map e370 with expected crc 2023-10-14T00:07:13.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:13 smithi055 ceph-mon[185614]: failed to encode map e370 with expected crc 2023-10-14T00:07:13.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:13 smithi055 ceph-mon[185614]: osdmap e370: 8 total, 8 up, 8 in 2023-10-14T00:07:13.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:13 smithi055 ceph-mon[185614]: failed to encode map e370 with expected crc 2023-10-14T00:07:13.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:13 smithi055 ceph-mon[185614]: pgmap v267: 121 pgs: 121 active+clean; 138 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 8.4 MiB/s rd, 5.2 MiB/s wr, 9 op/s 2023-10-14T00:07:13.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:13 smithi055 ceph-mon[183057]: failed to encode map e370 with expected crc 2023-10-14T00:07:13.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:13 smithi055 ceph-mon[183057]: failed to encode map e370 with expected crc 2023-10-14T00:07:13.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:13 smithi055 ceph-mon[183057]: osdmap e370: 8 total, 8 up, 8 in 2023-10-14T00:07:13.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:13 smithi055 ceph-mon[183057]: failed to encode map e370 with expected crc 2023-10-14T00:07:13.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:13 smithi055 ceph-mon[183057]: pgmap v267: 121 pgs: 121 active+clean; 138 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 8.4 MiB/s rd, 5.2 MiB/s wr, 9 op/s 2023-10-14T00:07:14.375 INFO:tasks.rados.rados.0.smithi055.stdout:1639: done (2 left) 2023-10-14T00:07:14.375 INFO:tasks.rados.rados.0.smithi055.stdout:1640: done (1 left) 2023-10-14T00:07:14.376 INFO:tasks.rados.rados.0.smithi055.stdout:1641: done (0 left) 2023-10-14T00:07:14.376 INFO:tasks.rados.rados.0.smithi055.stdout:1642: snap_remove snap 148 2023-10-14T00:07:14.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:14 smithi055 ceph-mon[185614]: failed to encode map e371 with expected crc 2023-10-14T00:07:14.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:14 smithi055 ceph-mon[185614]: failed to encode map e371 with expected crc 2023-10-14T00:07:14.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:14 smithi055 ceph-mon[185614]: osdmap e371: 8 total, 8 up, 8 in 2023-10-14T00:07:14.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:14 smithi055 ceph-mon[185614]: failed to encode map e371 with expected crc 2023-10-14T00:07:14.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:14 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:14.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:14 smithi055 ceph-mon[183057]: failed to encode map e371 with expected crc 2023-10-14T00:07:14.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:14 smithi055 ceph-mon[183057]: failed to encode map e371 with expected crc 2023-10-14T00:07:14.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:14 smithi055 ceph-mon[183057]: osdmap e371: 8 total, 8 up, 8 in 2023-10-14T00:07:14.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:14 smithi055 ceph-mon[183057]: failed to encode map e371 with expected crc 2023-10-14T00:07:14.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:14 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:14.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:14 smithi082 ceph-mon[180771]: failed to encode map e371 with expected crc 2023-10-14T00:07:14.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:14 smithi082 ceph-mon[180771]: failed to encode map e371 with expected crc 2023-10-14T00:07:14.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:14 smithi082 ceph-mon[180771]: osdmap e371: 8 total, 8 up, 8 in 2023-10-14T00:07:14.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:14 smithi082 ceph-mon[180771]: failed to encode map e371 with expected crc 2023-10-14T00:07:14.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:14 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:15.330 INFO:tasks.rados.rados.0.smithi055.stdout:1642: done (0 left) 2023-10-14T00:07:15.330 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 23 current snap is 149 2023-10-14T00:07:15.330 INFO:tasks.rados.rados.0.smithi055.stdout:1643: seq_num 532 ranges {6692864=516096,7208960=696320,7905280=507904} 2023-10-14T00:07:15.373 INFO:tasks.rados.rados.0.smithi055.stdout:1643: writing smithi055169533-23 from 6692864 to 7208960 tid 1 2023-10-14T00:07:15.374 INFO:tasks.rados.rados.0.smithi055.stdout:1643: writing smithi055169533-23 from 7208960 to 7905280 tid 2 2023-10-14T00:07:15.378 INFO:tasks.rados.rados.0.smithi055.stdout:1643: writing smithi055169533-23 from 7905280 to 8413184 tid 3 2023-10-14T00:07:15.378 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 1 current snap is 149 2023-10-14T00:07:15.379 INFO:tasks.rados.rados.0.smithi055.stdout:1644: seq_num 533 ranges {0=532480,532480=630784,1163264=516096,1679360=57344} 2023-10-14T00:07:15.382 INFO:tasks.rados.rados.0.smithi055.stdout:1644: writing smithi055169533-1 from 0 to 532480 tid 1 2023-10-14T00:07:15.386 INFO:tasks.rados.rados.0.smithi055.stdout:1644: writing smithi055169533-1 from 532480 to 1163264 tid 2 2023-10-14T00:07:15.386 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:07:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:07:15] "GET /metrics HTTP/1.1" 200 36059 "" "Prometheus/2.43.0" 2023-10-14T00:07:15.388 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:15 smithi055 ceph-mon[185614]: osdmap e372: 8 total, 8 up, 8 in 2023-10-14T00:07:15.388 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:15 smithi055 ceph-mon[185614]: failed to encode map e372 with expected crc 2023-10-14T00:07:15.388 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:15 smithi055 ceph-mon[185614]: pgmap v270: 121 pgs: 121 active+clean; 151 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 18 MiB/s rd, 5.4 MiB/s wr, 16 op/s 2023-10-14T00:07:15.388 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:15 smithi055 ceph-mon[185614]: osdmap e373: 8 total, 8 up, 8 in 2023-10-14T00:07:15.389 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:15 smithi055 ceph-mon[183057]: osdmap e372: 8 total, 8 up, 8 in 2023-10-14T00:07:15.389 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:15 smithi055 ceph-mon[183057]: failed to encode map e372 with expected crc 2023-10-14T00:07:15.389 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:15 smithi055 ceph-mon[183057]: pgmap v270: 121 pgs: 121 active+clean; 151 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 18 MiB/s rd, 5.4 MiB/s wr, 16 op/s 2023-10-14T00:07:15.390 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:15 smithi055 ceph-mon[183057]: osdmap e373: 8 total, 8 up, 8 in 2023-10-14T00:07:15.390 INFO:tasks.rados.rados.0.smithi055.stdout:1644: writing smithi055169533-1 from 1163264 to 1679360 tid 3 2023-10-14T00:07:15.391 INFO:tasks.rados.rados.0.smithi055.stdout:1644: writing smithi055169533-1 from 1679360 to 1736704 tid 4 2023-10-14T00:07:15.391 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 32 current snap is 149 2023-10-14T00:07:15.391 INFO:tasks.rados.rados.0.smithi055.stdout:1645: seq_num 534 ranges {1613824=548864,2162688=516096,2678784=688128} 2023-10-14T00:07:15.403 INFO:tasks.rados.rados.0.smithi055.stdout:1645: writing smithi055169533-32 from 1613824 to 2162688 tid 1 2023-10-14T00:07:15.406 INFO:tasks.rados.rados.0.smithi055.stdout:1645: writing smithi055169533-32 from 2162688 to 2678784 tid 2 2023-10-14T00:07:15.411 INFO:tasks.rados.rados.0.smithi055.stdout:1645: writing smithi055169533-32 from 2678784 to 3366912 tid 3 2023-10-14T00:07:15.411 INFO:tasks.rados.rados.0.smithi055.stdout:1646: rollback oid 41 current snap is 149 2023-10-14T00:07:15.411 INFO:tasks.rados.rados.0.smithi055.stdout:1646: done (3 left) 2023-10-14T00:07:15.412 INFO:tasks.rados.rados.0.smithi055.stdout:1647: copy_from oid 28 from oid 44 current snap is 149 2023-10-14T00:07:15.412 INFO:tasks.rados.rados.0.smithi055.stdout:1643: finishing write tid 1 to smithi055169533-23 2023-10-14T00:07:15.412 INFO:tasks.rados.rados.0.smithi055.stdout:1643: finishing write tid 2 to smithi055169533-23 2023-10-14T00:07:15.412 INFO:tasks.rados.rados.0.smithi055.stdout:1643: finishing write tid 3 to smithi055169533-23 2023-10-14T00:07:15.412 INFO:tasks.rados.rados.0.smithi055.stdout:1643: finishing write tid 4 to smithi055169533-23 2023-10-14T00:07:15.413 INFO:tasks.rados.rados.0.smithi055.stdout:1643: finishing write tid 5 to smithi055169533-23 2023-10-14T00:07:15.413 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 23 v 462 (ObjNum 532 snap 149 seq_num 532) dirty exists 2023-10-14T00:07:15.413 INFO:tasks.rados.rados.0.smithi055.stdout:1643: left oid 23 (ObjNum 532 snap 149 seq_num 532) 2023-10-14T00:07:15.413 INFO:tasks.rados.rados.0.smithi055.stdout:1644: finishing write tid 1 to smithi055169533-1 2023-10-14T00:07:15.413 INFO:tasks.rados.rados.0.smithi055.stdout:1644: finishing write tid 2 to smithi055169533-1 2023-10-14T00:07:15.414 INFO:tasks.rados.rados.0.smithi055.stdout:1644: finishing write tid 3 to smithi055169533-1 2023-10-14T00:07:15.414 INFO:tasks.rados.rados.0.smithi055.stdout:1644: finishing write tid 4 to smithi055169533-1 2023-10-14T00:07:15.414 INFO:tasks.rados.rados.0.smithi055.stdout:1644: finishing write tid 5 to smithi055169533-1 2023-10-14T00:07:15.414 INFO:tasks.rados.rados.0.smithi055.stdout:1644: finishing write tid 6 to smithi055169533-1 2023-10-14T00:07:15.414 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 1 v 529 (ObjNum 533 snap 149 seq_num 533) dirty exists 2023-10-14T00:07:15.415 INFO:tasks.rados.rados.0.smithi055.stdout:1644: left oid 1 (ObjNum 533 snap 149 seq_num 533) 2023-10-14T00:07:15.415 INFO:tasks.rados.rados.0.smithi055.stdout:1645: finishing write tid 1 to smithi055169533-32 2023-10-14T00:07:15.415 INFO:tasks.rados.rados.0.smithi055.stdout:1645: finishing write tid 2 to smithi055169533-32 2023-10-14T00:07:15.415 INFO:tasks.rados.rados.0.smithi055.stdout:1643: done (3 left) 2023-10-14T00:07:15.415 INFO:tasks.rados.rados.0.smithi055.stdout:1644: done (2 left) 2023-10-14T00:07:15.416 INFO:tasks.rados.rados.0.smithi055.stdout:1648: rollback oid 20 current snap is 149 2023-10-14T00:07:15.416 INFO:tasks.rados.rados.0.smithi055.stdout:1648: done (2 left) 2023-10-14T00:07:15.416 INFO:tasks.rados.rados.0.smithi055.stdout:1649: read oid 2 snap -1 2023-10-14T00:07:15.416 INFO:tasks.rados.rados.0.smithi055.stdout:1649: expect (ObjNum 398 snap 110 seq_num 398) 2023-10-14T00:07:15.416 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 36 current snap is 149 2023-10-14T00:07:15.417 INFO:tasks.rados.rados.0.smithi055.stdout:1650: seq_num 535 ranges {6733824=565248,7299072=802816,8101888=401408} 2023-10-14T00:07:15.452 INFO:tasks.rados.rados.0.smithi055.stdout:1650: writing smithi055169533-36 from 6733824 to 7299072 tid 1 2023-10-14T00:07:15.457 INFO:tasks.rados.rados.0.smithi055.stdout:1650: writing smithi055169533-36 from 7299072 to 8101888 tid 2 2023-10-14T00:07:15.459 INFO:tasks.rados.rados.0.smithi055.stdout:1650: writing smithi055169533-36 from 8101888 to 8503296 tid 3 2023-10-14T00:07:15.460 INFO:tasks.rados.rados.0.smithi055.stdout:1651: read oid 34 snap -1 2023-10-14T00:07:15.460 INFO:tasks.rados.rados.0.smithi055.stdout:1651: expect deleted 2023-10-14T00:07:15.460 INFO:tasks.rados.rados.0.smithi055.stdout:1652: read oid 40 snap -1 2023-10-14T00:07:15.460 INFO:tasks.rados.rados.0.smithi055.stdout:1652: expect deleted 2023-10-14T00:07:15.461 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 21 current snap is 149 2023-10-14T00:07:15.461 INFO:tasks.rados.rados.0.smithi055.stdout:1645: finishing write tid 3 to smithi055169533-32 2023-10-14T00:07:15.461 INFO:tasks.rados.rados.0.smithi055.stdout:1645: finishing write tid 4 to smithi055169533-32 2023-10-14T00:07:15.461 INFO:tasks.rados.rados.0.smithi055.stdout:1645: finishing write tid 5 to smithi055169533-32 2023-10-14T00:07:15.461 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 32 v 307 (ObjNum 534 snap 149 seq_num 534) dirty exists 2023-10-14T00:07:15.462 INFO:tasks.rados.rados.0.smithi055.stdout:1645: left oid 32 (ObjNum 534 snap 149 seq_num 534) 2023-10-14T00:07:15.462 INFO:tasks.rados.rados.0.smithi055.stdout:1647: finishing copy_from racing read to smithi055169533-28 2023-10-14T00:07:15.462 INFO:tasks.rados.rados.0.smithi055.stdout:1647: finishing copy_from to smithi055169533-28 2023-10-14T00:07:15.462 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 28 v 476 (ObjNum 475 snap 133 seq_num 475) dirty exists 2023-10-14T00:07:15.462 INFO:tasks.rados.rados.0.smithi055.stdout:1649: expect (ObjNum 398 snap 110 seq_num 398) 2023-10-14T00:07:15.508 INFO:tasks.rados.rados.0.smithi055.stdout:1650: finishing write tid 1 to smithi055169533-36 2023-10-14T00:07:15.509 INFO:tasks.rados.rados.0.smithi055.stdout:1650: finishing write tid 2 to smithi055169533-36 2023-10-14T00:07:15.509 INFO:tasks.rados.rados.0.smithi055.stdout:1650: finishing write tid 3 to smithi055169533-36 2023-10-14T00:07:15.509 INFO:tasks.rados.rados.0.smithi055.stdout:1650: finishing write tid 4 to smithi055169533-36 2023-10-14T00:07:15.509 INFO:tasks.rados.rados.0.smithi055.stdout:1653: seq_num 536 ranges {0=581632,581632=688128,1269760=516096} 2023-10-14T00:07:15.511 INFO:tasks.rados.rados.0.smithi055.stdout:1653: writing smithi055169533-21 from 0 to 581632 tid 1 2023-10-14T00:07:15.515 INFO:tasks.rados.rados.0.smithi055.stdout:1653: writing smithi055169533-21 from 581632 to 1269760 tid 2 2023-10-14T00:07:15.519 INFO:tasks.rados.rados.0.smithi055.stdout:1653: writing smithi055169533-21 from 1269760 to 1785856 tid 3 2023-10-14T00:07:15.519 INFO:tasks.rados.rados.0.smithi055.stdout:1645: done (6 left) 2023-10-14T00:07:15.519 INFO:tasks.rados.rados.0.smithi055.stdout:1647: done (5 left) 2023-10-14T00:07:15.520 INFO:tasks.rados.rados.0.smithi055.stdout:1649: done (4 left) 2023-10-14T00:07:15.520 INFO:tasks.rados.rados.0.smithi055.stdout:1651: done (3 left) 2023-10-14T00:07:15.520 INFO:tasks.rados.rados.0.smithi055.stdout:1654: read oid 3 snap -1 2023-10-14T00:07:15.520 INFO:tasks.rados.rados.0.smithi055.stdout:1654: expect (ObjNum 437 snap 120 seq_num 437) 2023-10-14T00:07:15.520 INFO:tasks.rados.rados.0.smithi055.stdout:1655: read oid 14 snap -1 2023-10-14T00:07:15.521 INFO:tasks.rados.rados.0.smithi055.stdout:1655: expect (ObjNum 520 snap 145 seq_num 520) 2023-10-14T00:07:15.521 INFO:tasks.rados.rados.0.smithi055.stdout:1656: rollback oid 42 current snap is 149 2023-10-14T00:07:15.521 INFO:tasks.rados.rados.0.smithi055.stdout:1656: done (5 left) 2023-10-14T00:07:15.521 INFO:tasks.rados.rados.0.smithi055.stdout:1657: delete oid 26 current snap is 149 2023-10-14T00:07:15.521 INFO:tasks.rados.rados.0.smithi055.stdout:1650: finishing write tid 5 to smithi055169533-36 2023-10-14T00:07:15.522 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 36 v 495 (ObjNum 535 snap 149 seq_num 535) dirty exists 2023-10-14T00:07:15.522 INFO:tasks.rados.rados.0.smithi055.stdout:1650: left oid 36 (ObjNum 535 snap 149 seq_num 535) 2023-10-14T00:07:15.522 INFO:tasks.rados.rados.0.smithi055.stdout:1653: finishing write tid 1 to smithi055169533-21 2023-10-14T00:07:15.522 INFO:tasks.rados.rados.0.smithi055.stdout:1653: finishing write tid 2 to smithi055169533-21 2023-10-14T00:07:15.523 INFO:tasks.rados.rados.0.smithi055.stdout:1650: done (5 left) 2023-10-14T00:07:15.523 INFO:tasks.rados.rados.0.smithi055.stdout:1652: done (4 left) 2023-10-14T00:07:15.524 INFO:tasks.rados.rados.0.smithi055.stdout:1657: done (3 left) 2023-10-14T00:07:15.524 INFO:tasks.rados.rados.0.smithi055.stdout:1658: copy_from oid 7 from oid 22 current snap is 149 2023-10-14T00:07:15.524 INFO:tasks.rados.rados.0.smithi055.stdout:1659: read oid 34 snap -1 2023-10-14T00:07:15.525 INFO:tasks.rados.rados.0.smithi055.stdout:1659: expect deleted 2023-10-14T00:07:15.525 INFO:tasks.rados.rados.0.smithi055.stdout:1660: rmattr oid 36 current snap is 149 2023-10-14T00:07:15.525 INFO:tasks.rados.rados.0.smithi055.stdout:1660: done (5 left) 2023-10-14T00:07:15.525 INFO:tasks.rados.rados.0.smithi055.stdout:1661: delete oid 24 current snap is 149 2023-10-14T00:07:15.526 INFO:tasks.rados.rados.0.smithi055.stdout:1653: finishing write tid 3 to smithi055169533-21 2023-10-14T00:07:15.526 INFO:tasks.rados.rados.0.smithi055.stdout:1653: finishing write tid 4 to smithi055169533-21 2023-10-14T00:07:15.526 INFO:tasks.rados.rados.0.smithi055.stdout:1653: finishing write tid 5 to smithi055169533-21 2023-10-14T00:07:15.527 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 21 v 490 (ObjNum 536 snap 149 seq_num 536) dirty exists 2023-10-14T00:07:15.527 INFO:tasks.rados.rados.0.smithi055.stdout:1653: left oid 21 (ObjNum 536 snap 149 seq_num 536) 2023-10-14T00:07:15.528 INFO:tasks.rados.rados.0.smithi055.stdout:1655: expect (ObjNum 520 snap 145 seq_num 520) 2023-10-14T00:07:15.575 INFO:tasks.rados.rados.0.smithi055.stdout:1658: finishing copy_from to smithi055169533-7 2023-10-14T00:07:15.575 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 7 v 652 (ObjNum 457 snap 126 seq_num 457) dirty exists 2023-10-14T00:07:15.575 INFO:tasks.rados.rados.0.smithi055.stdout:1658: finishing copy_from racing read to smithi055169533-7 2023-10-14T00:07:15.575 INFO:tasks.rados.rados.0.smithi055.stdout:1654: expect (ObjNum 437 snap 120 seq_num 437) 2023-10-14T00:07:15.850 INFO:tasks.rados.rados.0.smithi055.stdout:1653: done (5 left) 2023-10-14T00:07:15.850 INFO:tasks.rados.rados.0.smithi055.stdout:1654: done (4 left) 2023-10-14T00:07:15.851 INFO:tasks.rados.rados.0.smithi055.stdout:1655: done (3 left) 2023-10-14T00:07:15.851 INFO:tasks.rados.rados.0.smithi055.stdout:1658: done (2 left) 2023-10-14T00:07:15.851 INFO:tasks.rados.rados.0.smithi055.stdout:1659: done (1 left) 2023-10-14T00:07:15.851 INFO:tasks.rados.rados.0.smithi055.stdout:1661: done (0 left) 2023-10-14T00:07:15.851 INFO:tasks.rados.rados.0.smithi055.stdout:1662: read oid 10 snap -1 2023-10-14T00:07:15.852 INFO:tasks.rados.rados.0.smithi055.stdout:1662: expect (ObjNum 520 snap 145 seq_num 520) 2023-10-14T00:07:15.852 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 24 current snap is 149 2023-10-14T00:07:15.852 INFO:tasks.rados.rados.0.smithi055.stdout:1663: seq_num 539 ranges {0=630784,630784=737280,1368064=466944} 2023-10-14T00:07:15.853 INFO:tasks.rados.rados.0.smithi055.stdout:1663: writing smithi055169533-24 from 0 to 630784 tid 1 2023-10-14T00:07:15.858 INFO:tasks.rados.rados.0.smithi055.stdout:1663: writing smithi055169533-24 from 630784 to 1368064 tid 2 2023-10-14T00:07:15.860 INFO:tasks.rados.rados.0.smithi055.stdout:1663: writing smithi055169533-24 from 1368064 to 1835008 tid 3 2023-10-14T00:07:15.861 INFO:tasks.rados.rados.0.smithi055.stdout:1664: copy_from oid 50 from oid 18 current snap is 149 2023-10-14T00:07:15.861 INFO:tasks.rados.rados.0.smithi055.stdout:1662: expect (ObjNum 520 snap 145 seq_num 520) 2023-10-14T00:07:15.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:15 smithi082 ceph-mon[180771]: osdmap e372: 8 total, 8 up, 8 in 2023-10-14T00:07:15.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:15 smithi082 ceph-mon[180771]: failed to encode map e372 with expected crc 2023-10-14T00:07:15.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:15 smithi082 ceph-mon[180771]: pgmap v270: 121 pgs: 121 active+clean; 151 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 18 MiB/s rd, 5.4 MiB/s wr, 16 op/s 2023-10-14T00:07:15.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:15 smithi082 ceph-mon[180771]: osdmap e373: 8 total, 8 up, 8 in 2023-10-14T00:07:15.906 INFO:tasks.rados.rados.0.smithi055.stdout:1663: finishing write tid 1 to smithi055169533-24 2023-10-14T00:07:15.906 INFO:tasks.rados.rados.0.smithi055.stdout:1662: done (2 left) 2023-10-14T00:07:15.906 INFO:tasks.rados.rados.0.smithi055.stdout:1665: rollback oid 48 current snap is 149 2023-10-14T00:07:15.907 INFO:tasks.rados.rados.0.smithi055.stdout:1665: done (2 left) 2023-10-14T00:07:15.907 INFO:tasks.rados.rados.0.smithi055.stdout:1666: snap_create 2023-10-14T00:07:15.907 INFO:tasks.rados.rados.0.smithi055.stdout:1664: finishing copy_from to smithi055169533-50 2023-10-14T00:07:15.907 INFO:tasks.rados.rados.0.smithi055.stdout:1664: got expected ENOENT (src dne) 2023-10-14T00:07:15.907 INFO:tasks.rados.rados.0.smithi055.stdout:1664: finishing copy_from racing read to smithi055169533-50 2023-10-14T00:07:15.908 INFO:tasks.rados.rados.0.smithi055.stdout:1663: finishing write tid 2 to smithi055169533-24 2023-10-14T00:07:15.908 INFO:tasks.rados.rados.0.smithi055.stdout:1663: finishing write tid 3 to smithi055169533-24 2023-10-14T00:07:15.908 INFO:tasks.rados.rados.0.smithi055.stdout:1663: finishing write tid 4 to smithi055169533-24 2023-10-14T00:07:15.908 INFO:tasks.rados.rados.0.smithi055.stdout:1663: finishing write tid 5 to smithi055169533-24 2023-10-14T00:07:15.908 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 24 v 777 (ObjNum 539 snap 149 seq_num 539) dirty exists 2023-10-14T00:07:15.909 INFO:tasks.rados.rados.0.smithi055.stdout:1663: left oid 24 (ObjNum 539 snap 149 seq_num 539) 2023-10-14T00:07:16.401 INFO:tasks.rados.rados.0.smithi055.stdout:1663: done (2 left) 2023-10-14T00:07:16.401 INFO:tasks.rados.rados.0.smithi055.stdout:1664: done (1 left) 2023-10-14T00:07:16.401 INFO:tasks.rados.rados.0.smithi055.stdout:1666: done (0 left) 2023-10-14T00:07:16.402 INFO:tasks.rados.rados.0.smithi055.stdout:1667: rollback oid 1 current snap is 150 2023-10-14T00:07:16.402 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 1 to 149 2023-10-14T00:07:16.402 INFO:tasks.rados.rados.0.smithi055.stdout:1668: read oid 32 snap -1 2023-10-14T00:07:16.402 INFO:tasks.rados.rados.0.smithi055.stdout:1668: expect (ObjNum 534 snap 149 seq_num 534) 2023-10-14T00:07:16.402 INFO:tasks.rados.rados.0.smithi055.stdout:1669: setattr oid 12 current snap is 150 2023-10-14T00:07:16.406 INFO:tasks.rados.rados.0.smithi055.stdout:1670: read oid 38 snap 149 2023-10-14T00:07:16.406 INFO:tasks.rados.rados.0.smithi055.stdout:1670: expect (ObjNum 489 snap 139 seq_num 489) 2023-10-14T00:07:16.406 INFO:tasks.rados.rados.0.smithi055.stdout:1671: read oid 29 snap 149 2023-10-14T00:07:16.406 INFO:tasks.rados.rados.0.smithi055.stdout:1671: expect (ObjNum 510 snap 144 seq_num 510) 2023-10-14T00:07:16.407 INFO:tasks.rados.rados.0.smithi055.stdout:1672: snap_create 2023-10-14T00:07:16.409 INFO:tasks.rados.rados.0.smithi055.stdout:1667: finishing rollback tid 0 to smithi055169533-1 2023-10-14T00:07:16.414 INFO:tasks.rados.rados.0.smithi055.stdout:1667: finishing rollback tid 1 to smithi055169533-1 2023-10-14T00:07:16.414 INFO:tasks.rados.rados.0.smithi055.stdout:1667: finishing rollback tid 2 to smithi055169533-1 2023-10-14T00:07:16.415 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 1 v 532 (ObjNum 533 snap 149 seq_num 533) dirty exists 2023-10-14T00:07:16.415 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 12 v 492 (ObjNum 525 snap 147 seq_num 525) dirty exists 2023-10-14T00:07:16.423 INFO:tasks.rados.rados.0.smithi055.stdout:1668: expect (ObjNum 534 snap 149 seq_num 534) 2023-10-14T00:07:16.554 INFO:tasks.rados.rados.0.smithi055.stdout:1670: expect (ObjNum 489 snap 139 seq_num 489) 2023-10-14T00:07:16.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:16 smithi055 ceph-mon[183057]: failed to encode map e372 with expected crc 2023-10-14T00:07:16.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:16 smithi055 ceph-mon[183057]: failed to encode map e372 with expected crc 2023-10-14T00:07:16.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:16 smithi055 ceph-mon[183057]: failed to encode map e373 with expected crc 2023-10-14T00:07:16.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:16 smithi055 ceph-mon[183057]: failed to encode map e373 with expected crc 2023-10-14T00:07:16.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:16 smithi055 ceph-mon[183057]: failed to encode map e373 with expected crc 2023-10-14T00:07:16.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:16 smithi055 ceph-mon[185614]: failed to encode map e372 with expected crc 2023-10-14T00:07:16.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:16 smithi055 ceph-mon[185614]: failed to encode map e372 with expected crc 2023-10-14T00:07:16.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:16 smithi055 ceph-mon[185614]: failed to encode map e373 with expected crc 2023-10-14T00:07:16.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:16 smithi055 ceph-mon[185614]: failed to encode map e373 with expected crc 2023-10-14T00:07:16.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:16 smithi055 ceph-mon[185614]: failed to encode map e373 with expected crc 2023-10-14T00:07:16.821 INFO:tasks.rados.rados.0.smithi055.stdout:1671: expect (ObjNum 510 snap 144 seq_num 510) 2023-10-14T00:07:16.849 INFO:teuthology.orchestra.run.smithi055.stdout:true 2023-10-14T00:07:16.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:16 smithi082 ceph-mon[180771]: failed to encode map e372 with expected crc 2023-10-14T00:07:16.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:16 smithi082 ceph-mon[180771]: failed to encode map e372 with expected crc 2023-10-14T00:07:16.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:16 smithi082 ceph-mon[180771]: failed to encode map e373 with expected crc 2023-10-14T00:07:16.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:16 smithi082 ceph-mon[180771]: failed to encode map e373 with expected crc 2023-10-14T00:07:16.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:16 smithi082 ceph-mon[180771]: failed to encode map e373 with expected crc 2023-10-14T00:07:17.193 INFO:teuthology.orchestra.run.smithi055.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-14T00:07:17.193 INFO:teuthology.orchestra.run.smithi055.stdout:alertmanager.a smithi055 *:9093,9094 running (4m) 46s ago 7m 19.9M - 0.25.0 c8568f914cd2 a43b396ec072 2023-10-14T00:07:17.194 INFO:teuthology.orchestra.run.smithi055.stdout:grafana.a smithi082 *:3000 running (3m) 16s ago 6m 87.8M - 9.4.7 2c41d148cca3 59d4f501e341 2023-10-14T00:07:17.194 INFO:teuthology.orchestra.run.smithi055.stdout:mds.a smithi055 running (7m) 46s ago 7m 15.9M - 17.2.6-1409-gc4ba9722 8659eb916c3b a64e2d68f55a 2023-10-14T00:07:17.194 INFO:teuthology.orchestra.run.smithi055.stdout:mds.b smithi082 running (7m) 16s ago 7m 21.6M - 17.2.6-1409-gc4ba9722 8659eb916c3b c8f059701aff 2023-10-14T00:07:17.194 INFO:teuthology.orchestra.run.smithi055.stdout:mgr.x smithi082 *:8443,9283,8765 running (3m) 16s ago 10m 449M - 18.0.0-6751-g3b7b697c 0b2b3aa58da0 a79a494adccf 2023-10-14T00:07:17.194 INFO:teuthology.orchestra.run.smithi055.stdout:mgr.y smithi055 *:8443,9283,8765 running (3m) 46s ago 11m 511M - 18.0.0-6751-g3b7b697c 0b2b3aa58da0 b7faf0747550 2023-10-14T00:07:17.195 INFO:teuthology.orchestra.run.smithi055.stdout:mon.a smithi055 running (3m) 46s ago 11m 84.1M 2048M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 354be3129c3e 2023-10-14T00:07:17.195 INFO:teuthology.orchestra.run.smithi055.stdout:mon.b smithi082 running (2m) 16s ago 10m 60.9M 2048M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 5214e5618df6 2023-10-14T00:07:17.195 INFO:teuthology.orchestra.run.smithi055.stdout:mon.c smithi055 running (2m) 46s ago 10m 62.1M 2048M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 bec446d3c9a5 2023-10-14T00:07:17.195 INFO:teuthology.orchestra.run.smithi055.stdout:node-exporter.a smithi055 *:9100 running (4m) 46s ago 6m 10.5M - 1.5.0 0da6a335fe13 31fbb1d63b0a 2023-10-14T00:07:17.195 INFO:teuthology.orchestra.run.smithi055.stdout:node-exporter.b smithi082 *:9100 running (3m) 16s ago 6m 16.2M - 1.5.0 0da6a335fe13 16c130d1487c 2023-10-14T00:07:17.196 INFO:teuthology.orchestra.run.smithi055.stdout:osd.0 smithi055 running (2m) 46s ago 10m 214M 2487M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 b8c02bf61b69 2023-10-14T00:07:17.196 INFO:teuthology.orchestra.run.smithi055.stdout:osd.1 smithi055 running (107s) 46s ago 9m 149M 2487M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 91471615c1e6 2023-10-14T00:07:17.196 INFO:teuthology.orchestra.run.smithi055.stdout:osd.2 smithi055 running (77s) 46s ago 9m 189M 2487M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 01785e79dbd3 2023-10-14T00:07:17.196 INFO:teuthology.orchestra.run.smithi055.stdout:osd.3 smithi055 running (49s) 46s ago 9m 14.7M 2487M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 9b329f63ee57 2023-10-14T00:07:17.197 INFO:teuthology.orchestra.run.smithi055.stdout:osd.4 smithi082 running (20s) 16s ago 8m 13.8M 2486M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 03fa92aec155 2023-10-14T00:07:17.197 INFO:teuthology.orchestra.run.smithi055.stdout:osd.5 smithi082 running (8m) 16s ago 8m 506M 2486M 17.2.6-1409-gc4ba9722 8659eb916c3b 4bc4f3a1610c 2023-10-14T00:07:17.197 INFO:teuthology.orchestra.run.smithi055.stdout:osd.6 smithi082 running (8m) 16s ago 8m 293M 2486M 17.2.6-1409-gc4ba9722 8659eb916c3b 534f869fa9c0 2023-10-14T00:07:17.197 INFO:teuthology.orchestra.run.smithi055.stdout:osd.7 smithi082 running (8m) 16s ago 8m 423M 2486M 17.2.6-1409-gc4ba9722 8659eb916c3b 8ed5f8f55810 2023-10-14T00:07:17.197 INFO:teuthology.orchestra.run.smithi055.stdout:prometheus.a smithi082 *:9095 running (3m) 16s ago 7m 58.6M - 2.43.0 a07b618ecd1d 2e6373651cd7 2023-10-14T00:07:17.417 INFO:tasks.rados.rados.0.smithi055.stdout:1667: done (5 left) 2023-10-14T00:07:17.417 INFO:tasks.rados.rados.0.smithi055.stdout:1668: done (4 left) 2023-10-14T00:07:17.417 INFO:tasks.rados.rados.0.smithi055.stdout:1669: done (3 left) 2023-10-14T00:07:17.417 INFO:tasks.rados.rados.0.smithi055.stdout:1670: done (2 left) 2023-10-14T00:07:17.417 INFO:tasks.rados.rados.0.smithi055.stdout:1671: done (1 left) 2023-10-14T00:07:17.418 INFO:tasks.rados.rados.0.smithi055.stdout:1672: done (0 left) 2023-10-14T00:07:17.418 INFO:tasks.rados.rados.0.smithi055.stdout:1673: setattr oid 18 current snap is 151 2023-10-14T00:07:17.419 INFO:tasks.rados.rados.0.smithi055.stdout:1674: setattr oid 47 current snap is 151 2023-10-14T00:07:17.424 INFO:tasks.rados.rados.0.smithi055.stdout:1675: delete oid 41 current snap is 151 2023-10-14T00:07:17.425 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 18 v 804 (ObjNum 401 snap 0 seq_num 1529176352) dirty exists 2023-10-14T00:07:17.426 INFO:tasks.rados.rados.0.smithi055.stdout:1673: done (2 left) 2023-10-14T00:07:17.426 INFO:tasks.rados.rados.0.smithi055.stdout:1675: done (1 left) 2023-10-14T00:07:17.426 INFO:tasks.rados.rados.0.smithi055.stdout:1676: snap_create 2023-10-14T00:07:17.429 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 47 v 493 (ObjNum 65 snap 0 seq_num 1528786016) dirty exists 2023-10-14T00:07:17.624 INFO:teuthology.orchestra.run.smithi055.stdout:{ 2023-10-14T00:07:17.625 INFO:teuthology.orchestra.run.smithi055.stdout: "mon": { 2023-10-14T00:07:17.625 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 18.0.0-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)": 3 2023-10-14T00:07:17.625 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:07:17.625 INFO:teuthology.orchestra.run.smithi055.stdout: "mgr": { 2023-10-14T00:07:17.625 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 18.0.0-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)": 2 2023-10-14T00:07:17.626 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:07:17.626 INFO:teuthology.orchestra.run.smithi055.stdout: "osd": { 2023-10-14T00:07:17.626 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)": 3, 2023-10-14T00:07:17.626 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 18.0.0-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)": 5 2023-10-14T00:07:17.626 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:07:17.627 INFO:teuthology.orchestra.run.smithi055.stdout: "mds": { 2023-10-14T00:07:17.627 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)": 2 2023-10-14T00:07:17.627 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:07:17.627 INFO:teuthology.orchestra.run.smithi055.stdout: "overall": { 2023-10-14T00:07:17.627 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)": 5, 2023-10-14T00:07:17.628 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 18.0.0-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)": 10 2023-10-14T00:07:17.628 INFO:teuthology.orchestra.run.smithi055.stdout: } 2023-10-14T00:07:17.628 INFO:teuthology.orchestra.run.smithi055.stdout:} 2023-10-14T00:07:17.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:17 smithi055 ceph-mon[185614]: osdmap e374: 8 total, 8 up, 8 in 2023-10-14T00:07:17.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:17 smithi055 ceph-mon[185614]: failed to encode map e374 with expected crc 2023-10-14T00:07:17.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:17 smithi055 ceph-mon[185614]: failed to encode map e374 with expected crc 2023-10-14T00:07:17.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:17 smithi055 ceph-mon[185614]: failed to encode map e374 with expected crc 2023-10-14T00:07:17.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:17 smithi055 ceph-mon[185614]: pgmap v273: 121 pgs: 121 active+clean; 148 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 24 MiB/s rd, 5.9 MiB/s wr, 26 op/s 2023-10-14T00:07:17.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:17 smithi055 ceph-mon[185614]: from='client.44222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:07:17.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:17 smithi055 ceph-mon[183057]: osdmap e374: 8 total, 8 up, 8 in 2023-10-14T00:07:17.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:17 smithi055 ceph-mon[183057]: failed to encode map e374 with expected crc 2023-10-14T00:07:17.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:17 smithi055 ceph-mon[183057]: failed to encode map e374 with expected crc 2023-10-14T00:07:17.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:17 smithi055 ceph-mon[183057]: failed to encode map e374 with expected crc 2023-10-14T00:07:17.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:17 smithi055 ceph-mon[183057]: pgmap v273: 121 pgs: 121 active+clean; 148 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 24 MiB/s rd, 5.9 MiB/s wr, 26 op/s 2023-10-14T00:07:17.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:17 smithi055 ceph-mon[183057]: from='client.44222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:07:17.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:17 smithi082 ceph-mon[180771]: osdmap e374: 8 total, 8 up, 8 in 2023-10-14T00:07:17.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:17 smithi082 ceph-mon[180771]: failed to encode map e374 with expected crc 2023-10-14T00:07:17.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:17 smithi082 ceph-mon[180771]: failed to encode map e374 with expected crc 2023-10-14T00:07:17.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:17 smithi082 ceph-mon[180771]: failed to encode map e374 with expected crc 2023-10-14T00:07:17.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:17 smithi082 ceph-mon[180771]: pgmap v273: 121 pgs: 121 active+clean; 148 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 24 MiB/s rd, 5.9 MiB/s wr, 26 op/s 2023-10-14T00:07:17.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:17 smithi082 ceph-mon[180771]: from='client.44222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:07:18.427 INFO:tasks.rados.rados.0.smithi055.stdout:1674: done (1 left) 2023-10-14T00:07:18.427 INFO:tasks.rados.rados.0.smithi055.stdout:1676: done (0 left) 2023-10-14T00:07:18.427 INFO:tasks.rados.rados.0.smithi055.stdout:1677: copy_from oid 49 from oid 48 current snap is 152 2023-10-14T00:07:18.427 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 15 current snap is 152 2023-10-14T00:07:18.428 INFO:tasks.rados.rados.0.smithi055.stdout:1678: seq_num 541 ranges {1146880=663552,1810432=557056,2367488=475136,2842624=172032} 2023-10-14T00:07:18.438 INFO:tasks.rados.rados.0.smithi055.stdout:1678: writing smithi055169533-15 from 1146880 to 1810432 tid 1 2023-10-14T00:07:18.440 INFO:tasks.rados.rados.0.smithi055.stdout:1678: writing smithi055169533-15 from 1810432 to 2367488 tid 2 2023-10-14T00:07:18.443 INFO:tasks.rados.rados.0.smithi055.stdout:1678: writing smithi055169533-15 from 2367488 to 2842624 tid 3 2023-10-14T00:07:18.445 INFO:tasks.rados.rados.0.smithi055.stdout:1678: writing smithi055169533-15 from 2842624 to 3014656 tid 4 2023-10-14T00:07:18.445 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 17 current snap is 152 2023-10-14T00:07:18.445 INFO:tasks.rados.rados.0.smithi055.stdout:1677: finishing copy_from to smithi055169533-49 2023-10-14T00:07:18.445 INFO:tasks.rados.rados.0.smithi055.stdout:1677: got expected ENOENT (src dne) 2023-10-14T00:07:18.445 INFO:tasks.rados.rados.0.smithi055.stdout:1677: finishing copy_from racing read to smithi055169533-49 2023-10-14T00:07:18.446 INFO:tasks.rados.rados.0.smithi055.stdout:1678: finishing write tid 1 to smithi055169533-15 2023-10-14T00:07:18.446 INFO:tasks.rados.rados.0.smithi055.stdout:1678: finishing write tid 2 to smithi055169533-15 2023-10-14T00:07:18.446 INFO:tasks.rados.rados.0.smithi055.stdout:1679: seq_num 542 ranges {11993088=679936,12673024=442368,13115392=679936,13795328=81920} 2023-10-14T00:07:18.516 INFO:tasks.rados.rados.0.smithi055.stdout:1679: writing smithi055169533-17 from 11993088 to 12673024 tid 1 2023-10-14T00:07:18.519 INFO:tasks.rados.rados.0.smithi055.stdout:1679: writing smithi055169533-17 from 12673024 to 13115392 tid 2 2023-10-14T00:07:18.523 INFO:tasks.rados.rados.0.smithi055.stdout:1679: writing smithi055169533-17 from 13115392 to 13795328 tid 3 2023-10-14T00:07:18.524 INFO:tasks.rados.rados.0.smithi055.stdout:1679: writing smithi055169533-17 from 13795328 to 13877248 tid 4 2023-10-14T00:07:18.524 INFO:tasks.rados.rados.0.smithi055.stdout:1677: done (2 left) 2023-10-14T00:07:18.524 INFO:tasks.rados.rados.0.smithi055.stdout:1680: rollback oid 33 current snap is 152 2023-10-14T00:07:18.524 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 33 to 150 2023-10-14T00:07:18.524 INFO:tasks.rados.rados.0.smithi055.stdout:1678: finishing write tid 3 to smithi055169533-15 2023-10-14T00:07:18.525 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 48 current snap is 152 2023-10-14T00:07:18.525 INFO:tasks.rados.rados.0.smithi055.stdout:1678: finishing write tid 4 to smithi055169533-15 2023-10-14T00:07:18.525 INFO:tasks.rados.rados.0.smithi055.stdout:1681: seq_num 543 ranges {0=704512,704512=729088,1433600=475136} 2023-10-14T00:07:18.527 INFO:tasks.rados.rados.0.smithi055.stdout:1681: writing smithi055169533-48 from 0 to 704512 tid 1 2023-10-14T00:07:18.532 INFO:tasks.rados.rados.0.smithi055.stdout:1681: writing smithi055169533-48 from 704512 to 1433600 tid 2 2023-10-14T00:07:18.536 INFO:tasks.rados.rados.0.smithi055.stdout:1681: writing smithi055169533-48 from 1433600 to 1908736 tid 3 2023-10-14T00:07:18.536 INFO:tasks.rados.rados.0.smithi055.stdout:1682: delete oid 44 current snap is 152 2023-10-14T00:07:18.536 INFO:tasks.rados.rados.0.smithi055.stdout:1678: finishing write tid 5 to smithi055169533-15 2023-10-14T00:07:18.536 INFO:tasks.rados.rados.0.smithi055.stdout:1678: finishing write tid 6 to smithi055169533-15 2023-10-14T00:07:18.537 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 15 v 810 (ObjNum 541 snap 152 seq_num 541) dirty exists 2023-10-14T00:07:18.537 INFO:tasks.rados.rados.0.smithi055.stdout:1678: left oid 15 (ObjNum 541 snap 152 seq_num 541) 2023-10-14T00:07:18.537 INFO:tasks.rados.rados.0.smithi055.stdout:1680: finishing rollback tid 1 to smithi055169533-33 2023-10-14T00:07:18.537 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 33 v 0 (ObjNum 49 snap 0 seq_num 7) dirty dne 2023-10-14T00:07:18.537 INFO:tasks.rados.rados.0.smithi055.stdout:1679: finishing write tid 1 to smithi055169533-17 2023-10-14T00:07:18.538 INFO:tasks.rados.rados.0.smithi055.stdout:1679: finishing write tid 2 to smithi055169533-17 2023-10-14T00:07:18.538 INFO:tasks.rados.rados.0.smithi055.stdout:1679: finishing write tid 3 to smithi055169533-17 2023-10-14T00:07:18.538 INFO:tasks.rados.rados.0.smithi055.stdout:1679: finishing write tid 4 to smithi055169533-17 2023-10-14T00:07:18.538 INFO:tasks.rados.rados.0.smithi055.stdout:1679: finishing write tid 5 to smithi055169533-17 2023-10-14T00:07:18.538 INFO:tasks.rados.rados.0.smithi055.stdout:1681: finishing write tid 1 to smithi055169533-48 2023-10-14T00:07:18.539 INFO:tasks.rados.rados.0.smithi055.stdout:1679: finishing write tid 6 to smithi055169533-17 2023-10-14T00:07:18.539 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 17 v 775 (ObjNum 542 snap 152 seq_num 542) dirty exists 2023-10-14T00:07:18.539 INFO:tasks.rados.rados.0.smithi055.stdout:1679: left oid 17 (ObjNum 542 snap 152 seq_num 542) 2023-10-14T00:07:18.539 INFO:tasks.rados.rados.0.smithi055.stdout:1681: finishing write tid 2 to smithi055169533-48 2023-10-14T00:07:18.540 INFO:tasks.rados.rados.0.smithi055.stdout:1678: done (4 left) 2023-10-14T00:07:18.540 INFO:tasks.rados.rados.0.smithi055.stdout:1679: done (3 left) 2023-10-14T00:07:18.540 INFO:tasks.rados.rados.0.smithi055.stdout:1680: done (2 left) 2023-10-14T00:07:18.540 INFO:tasks.rados.rados.0.smithi055.stdout:1682: done (1 left) 2023-10-14T00:07:18.541 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 43 current snap is 152 2023-10-14T00:07:18.541 INFO:tasks.rados.rados.0.smithi055.stdout:1683: seq_num 545 ranges {10682368=737280,11419648=491520,11911168=450560,12361728=262144} 2023-10-14T00:07:18.602 INFO:tasks.rados.rados.0.smithi055.stdout:1683: writing smithi055169533-43 from 10682368 to 11419648 tid 1 2023-10-14T00:07:18.605 INFO:tasks.rados.rados.0.smithi055.stdout:1683: writing smithi055169533-43 from 11419648 to 11911168 tid 2 2023-10-14T00:07:18.607 INFO:tasks.rados.rados.0.smithi055.stdout:1683: writing smithi055169533-43 from 11911168 to 12361728 tid 3 2023-10-14T00:07:18.609 INFO:tasks.rados.rados.0.smithi055.stdout:1683: writing smithi055169533-43 from 12361728 to 12623872 tid 4 2023-10-14T00:07:18.610 INFO:tasks.rados.rados.0.smithi055.stdout:1684: read oid 2 snap -1 2023-10-14T00:07:18.610 INFO:tasks.rados.rados.0.smithi055.stdout:1684: expect (ObjNum 398 snap 110 seq_num 398) 2023-10-14T00:07:18.610 INFO:tasks.rados.rados.0.smithi055.stdout:1685: snap_create 2023-10-14T00:07:18.610 INFO:tasks.rados.rados.0.smithi055.stdout:1681: finishing write tid 3 to smithi055169533-48 2023-10-14T00:07:18.610 INFO:tasks.rados.rados.0.smithi055.stdout:1681: finishing write tid 4 to smithi055169533-48 2023-10-14T00:07:18.611 INFO:tasks.rados.rados.0.smithi055.stdout:1681: finishing write tid 5 to smithi055169533-48 2023-10-14T00:07:18.611 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 48 v 497 (ObjNum 543 snap 152 seq_num 543) dirty exists 2023-10-14T00:07:18.611 INFO:tasks.rados.rados.0.smithi055.stdout:1681: left oid 48 (ObjNum 543 snap 152 seq_num 543) 2023-10-14T00:07:18.611 INFO:tasks.rados.rados.0.smithi055.stdout:1683: finishing write tid 1 to smithi055169533-43 2023-10-14T00:07:18.611 INFO:tasks.rados.rados.0.smithi055.stdout:1683: finishing write tid 2 to smithi055169533-43 2023-10-14T00:07:18.612 INFO:tasks.rados.rados.0.smithi055.stdout:1683: finishing write tid 3 to smithi055169533-43 2023-10-14T00:07:18.612 INFO:tasks.rados.rados.0.smithi055.stdout:1683: finishing write tid 4 to smithi055169533-43 2023-10-14T00:07:18.613 INFO:tasks.rados.rados.0.smithi055.stdout:1683: finishing write tid 5 to smithi055169533-43 2023-10-14T00:07:18.614 INFO:tasks.rados.rados.0.smithi055.stdout:1683: finishing write tid 6 to smithi055169533-43 2023-10-14T00:07:18.614 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 43 v 658 (ObjNum 545 snap 152 seq_num 545) dirty exists 2023-10-14T00:07:18.614 INFO:tasks.rados.rados.0.smithi055.stdout:1683: left oid 43 (ObjNum 545 snap 152 seq_num 545) 2023-10-14T00:07:18.619 INFO:tasks.rados.rados.0.smithi055.stdout:1684: expect (ObjNum 398 snap 110 seq_num 398) 2023-10-14T00:07:18.660 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:18 smithi082 ceph-mon[180771]: from='client.34287 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:07:18.660 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:18 smithi082 ceph-mon[180771]: failed to encode map e375 with expected crc 2023-10-14T00:07:18.661 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:18 smithi082 ceph-mon[180771]: osdmap e375: 8 total, 8 up, 8 in 2023-10-14T00:07:18.661 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:18 smithi082 ceph-mon[180771]: failed to encode map e375 with expected crc 2023-10-14T00:07:18.661 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:18 smithi082 ceph-mon[180771]: failed to encode map e375 with expected crc 2023-10-14T00:07:18.661 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:18 smithi082 ceph-mon[180771]: from='client.? 172.21.15.55:0/1577103802' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:07:18.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:18 smithi055 ceph-mon[185614]: from='client.34287 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:07:18.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:18 smithi055 ceph-mon[185614]: failed to encode map e375 with expected crc 2023-10-14T00:07:18.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:18 smithi055 ceph-mon[185614]: osdmap e375: 8 total, 8 up, 8 in 2023-10-14T00:07:18.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:18 smithi055 ceph-mon[185614]: failed to encode map e375 with expected crc 2023-10-14T00:07:18.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:18 smithi055 ceph-mon[185614]: failed to encode map e375 with expected crc 2023-10-14T00:07:18.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:18 smithi055 ceph-mon[185614]: from='client.? 172.21.15.55:0/1577103802' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:07:18.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:18 smithi055 ceph-mon[183057]: from='client.34287 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:07:18.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:18 smithi055 ceph-mon[183057]: failed to encode map e375 with expected crc 2023-10-14T00:07:18.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:18 smithi055 ceph-mon[183057]: osdmap e375: 8 total, 8 up, 8 in 2023-10-14T00:07:18.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:18 smithi055 ceph-mon[183057]: failed to encode map e375 with expected crc 2023-10-14T00:07:18.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:18 smithi055 ceph-mon[183057]: failed to encode map e375 with expected crc 2023-10-14T00:07:18.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:18 smithi055 ceph-mon[183057]: from='client.? 172.21.15.55:0/1577103802' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:07:18.940 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:07:18 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:07: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-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi055:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi082.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-10-14T00:07:19.431 INFO:tasks.rados.rados.0.smithi055.stdout:1681: done (3 left) 2023-10-14T00:07:19.432 INFO:tasks.rados.rados.0.smithi055.stdout:1683: done (2 left) 2023-10-14T00:07:19.432 INFO:tasks.rados.rados.0.smithi055.stdout:1684: done (1 left) 2023-10-14T00:07:19.432 INFO:tasks.rados.rados.0.smithi055.stdout:1685: done (0 left) 2023-10-14T00:07:19.432 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 27 current snap is 153 2023-10-14T00:07:19.433 INFO:tasks.rados.rados.0.smithi055.stdout:1686: seq_num 546 ranges {327680=753664,1081344=778240,1859584=425984} 2023-10-14T00:07:19.437 INFO:tasks.rados.rados.0.smithi055.stdout:1686: writing smithi055169533-27 from 327680 to 1081344 tid 1 2023-10-14T00:07:19.442 INFO:tasks.rados.rados.0.smithi055.stdout:1686: writing smithi055169533-27 from 1081344 to 1859584 tid 2 2023-10-14T00:07:19.444 INFO:tasks.rados.rados.0.smithi055.stdout:1686: writing smithi055169533-27 from 1859584 to 2285568 tid 3 2023-10-14T00:07:19.445 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 15 current snap is 153 2023-10-14T00:07:19.445 INFO:tasks.rados.rados.0.smithi055.stdout:1687: seq_num 547 ranges {3014656=770048,3784704=663552,4448256=466944,4915200=73728} 2023-10-14T00:07:19.466 INFO:tasks.rados.rados.0.smithi055.stdout:1687: writing smithi055169533-15 from 3014656 to 3784704 tid 1 2023-10-14T00:07:19.470 INFO:tasks.rados.rados.0.smithi055.stdout:1687: writing smithi055169533-15 from 3784704 to 4448256 tid 2 2023-10-14T00:07:19.473 INFO:tasks.rados.rados.0.smithi055.stdout:1687: writing smithi055169533-15 from 4448256 to 4915200 tid 3 2023-10-14T00:07:19.473 INFO:tasks.rados.rados.0.smithi055.stdout:1687: writing smithi055169533-15 from 4915200 to 4988928 tid 4 2023-10-14T00:07:19.474 INFO:tasks.rados.rados.0.smithi055.stdout:1688: read oid 29 snap -1 2023-10-14T00:07:19.474 INFO:tasks.rados.rados.0.smithi055.stdout:1688: expect (ObjNum 510 snap 144 seq_num 510) 2023-10-14T00:07:19.474 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 31 current snap is 153 2023-10-14T00:07:19.474 INFO:tasks.rados.rados.0.smithi055.stdout:1686: finishing write tid 1 to smithi055169533-27 2023-10-14T00:07:19.474 INFO:tasks.rados.rados.0.smithi055.stdout:1689: seq_num 548 ranges {0=786432,786432=598016,1384448=606208} 2023-10-14T00:07:19.479 INFO:tasks.rados.rados.0.smithi055.stdout:1689: writing smithi055169533-31 from 0 to 786432 tid 1 2023-10-14T00:07:19.484 INFO:tasks.rados.rados.0.smithi055.stdout:1689: writing smithi055169533-31 from 786432 to 1384448 tid 2 2023-10-14T00:07:19.489 INFO:tasks.rados.rados.0.smithi055.stdout:1689: writing smithi055169533-31 from 1384448 to 1990656 tid 3 2023-10-14T00:07:19.490 INFO:tasks.rados.rados.0.smithi055.stdout:1690: read oid 35 snap -1 2023-10-14T00:07:19.490 INFO:tasks.rados.rados.0.smithi055.stdout:1690: expect (ObjNum 490 snap 139 seq_num 490) 2023-10-14T00:07:19.490 INFO:tasks.rados.rados.0.smithi055.stdout:1691: delete oid 23 current snap is 153 2023-10-14T00:07:19.490 INFO:tasks.rados.rados.0.smithi055.stdout:1686: finishing write tid 2 to smithi055169533-27 2023-10-14T00:07:19.491 INFO:tasks.rados.rados.0.smithi055.stdout:1686: finishing write tid 3 to smithi055169533-27 2023-10-14T00:07:19.491 INFO:tasks.rados.rados.0.smithi055.stdout:1686: finishing write tid 4 to smithi055169533-27 2023-10-14T00:07:19.491 INFO:tasks.rados.rados.0.smithi055.stdout:1686: finishing write tid 5 to smithi055169533-27 2023-10-14T00:07:19.491 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 27 v 780 (ObjNum 546 snap 153 seq_num 546) dirty exists 2023-10-14T00:07:19.491 INFO:tasks.rados.rados.0.smithi055.stdout:1686: left oid 27 (ObjNum 546 snap 153 seq_num 546) 2023-10-14T00:07:19.492 INFO:tasks.rados.rados.0.smithi055.stdout:1687: finishing write tid 1 to smithi055169533-15 2023-10-14T00:07:19.492 INFO:tasks.rados.rados.0.smithi055.stdout:1687: finishing write tid 2 to smithi055169533-15 2023-10-14T00:07:19.492 INFO:tasks.rados.rados.0.smithi055.stdout:1687: finishing write tid 3 to smithi055169533-15 2023-10-14T00:07:19.492 INFO:tasks.rados.rados.0.smithi055.stdout:1687: finishing write tid 4 to smithi055169533-15 2023-10-14T00:07:19.492 INFO:tasks.rados.rados.0.smithi055.stdout:1687: finishing write tid 5 to smithi055169533-15 2023-10-14T00:07:19.493 INFO:tasks.rados.rados.0.smithi055.stdout:1687: finishing write tid 6 to smithi055169533-15 2023-10-14T00:07:19.493 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 15 v 816 (ObjNum 547 snap 153 seq_num 547) dirty exists 2023-10-14T00:07:19.493 INFO:tasks.rados.rados.0.smithi055.stdout:1687: left oid 15 (ObjNum 547 snap 153 seq_num 547) 2023-10-14T00:07:19.493 INFO:tasks.rados.rados.0.smithi055.stdout:1689: finishing write tid 1 to smithi055169533-31 2023-10-14T00:07:19.493 INFO:tasks.rados.rados.0.smithi055.stdout:1689: finishing write tid 2 to smithi055169533-31 2023-10-14T00:07:19.494 INFO:tasks.rados.rados.0.smithi055.stdout:1689: finishing write tid 3 to smithi055169533-31 2023-10-14T00:07:19.494 INFO:tasks.rados.rados.0.smithi055.stdout:1689: finishing write tid 4 to smithi055169533-31 2023-10-14T00:07:19.495 INFO:tasks.rados.rados.0.smithi055.stdout:1689: finishing write tid 5 to smithi055169533-31 2023-10-14T00:07:19.495 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 31 v 529 (ObjNum 548 snap 153 seq_num 548) dirty exists 2023-10-14T00:07:19.496 INFO:tasks.rados.rados.0.smithi055.stdout:1689: left oid 31 (ObjNum 548 snap 153 seq_num 548) 2023-10-14T00:07:19.496 INFO:tasks.rados.rados.0.smithi055.stdout:1686: done (5 left) 2023-10-14T00:07:19.496 INFO:tasks.rados.rados.0.smithi055.stdout:1687: done (4 left) 2023-10-14T00:07:19.497 INFO:tasks.rados.rados.0.smithi055.stdout:1689: done (3 left) 2023-10-14T00:07:19.497 INFO:tasks.rados.rados.0.smithi055.stdout:1691: done (2 left) 2023-10-14T00:07:19.497 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 21 current snap is 153 2023-10-14T00:07:19.497 INFO:tasks.rados.rados.0.smithi055.stdout:1692: seq_num 550 ranges {1785856=417792,2203648=770048,2973696=638976,3612672=196608} 2023-10-14T00:07:19.509 INFO:tasks.rados.rados.0.smithi055.stdout:1692: writing smithi055169533-21 from 1785856 to 2203648 tid 1 2023-10-14T00:07:19.514 INFO:tasks.rados.rados.0.smithi055.stdout:1692: writing smithi055169533-21 from 2203648 to 2973696 tid 2 2023-10-14T00:07:19.518 INFO:tasks.rados.rados.0.smithi055.stdout:1692: writing smithi055169533-21 from 2973696 to 3612672 tid 3 2023-10-14T00:07:19.519 INFO:tasks.rados.rados.0.smithi055.stdout:1692: writing smithi055169533-21 from 3612672 to 3809280 tid 4 2023-10-14T00:07:19.519 INFO:tasks.rados.rados.0.smithi055.stdout:1693: snap_remove snap 152 2023-10-14T00:07:19.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:19 smithi055 ceph-mon[185614]: osdmap e376: 8 total, 8 up, 8 in 2023-10-14T00:07:19.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:19 smithi055 ceph-mon[185614]: failed to encode map e376 with expected crc 2023-10-14T00:07:19.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:19 smithi055 ceph-mon[185614]: failed to encode map e376 with expected crc 2023-10-14T00:07:19.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:19 smithi055 ceph-mon[185614]: failed to encode map e376 with expected crc 2023-10-14T00:07:19.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:19 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-10-14T00:07:19.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:19 smithi055 ceph-mon[185614]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-10-14T00:07:19.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:19 smithi055 ceph-mon[185614]: Upgrade: osd.5 is safe to restart 2023-10-14T00:07:19.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:19 smithi055 ceph-mon[185614]: pgmap v276: 121 pgs: 121 active+clean; 143 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 4.2 MiB/s wr, 25 op/s 2023-10-14T00:07:19.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:19 smithi055 ceph-mon[183057]: osdmap e376: 8 total, 8 up, 8 in 2023-10-14T00:07:19.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:19 smithi055 ceph-mon[183057]: failed to encode map e376 with expected crc 2023-10-14T00:07:19.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:19 smithi055 ceph-mon[183057]: failed to encode map e376 with expected crc 2023-10-14T00:07:19.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:19 smithi055 ceph-mon[183057]: failed to encode map e376 with expected crc 2023-10-14T00:07:19.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:19 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-10-14T00:07:19.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:19 smithi055 ceph-mon[183057]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-10-14T00:07:19.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:19 smithi055 ceph-mon[183057]: Upgrade: osd.5 is safe to restart 2023-10-14T00:07:19.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:19 smithi055 ceph-mon[183057]: pgmap v276: 121 pgs: 121 active+clean; 143 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 4.2 MiB/s wr, 25 op/s 2023-10-14T00:07:19.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:19 smithi082 ceph-mon[180771]: osdmap e376: 8 total, 8 up, 8 in 2023-10-14T00:07:19.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:19 smithi082 ceph-mon[180771]: failed to encode map e376 with expected crc 2023-10-14T00:07:19.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:19 smithi082 ceph-mon[180771]: failed to encode map e376 with expected crc 2023-10-14T00:07:19.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:19 smithi082 ceph-mon[180771]: failed to encode map e376 with expected crc 2023-10-14T00:07:19.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:19 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-10-14T00:07:19.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:19 smithi082 ceph-mon[180771]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-10-14T00:07:19.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:19 smithi082 ceph-mon[180771]: Upgrade: osd.5 is safe to restart 2023-10-14T00:07:19.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:19 smithi082 ceph-mon[180771]: pgmap v276: 121 pgs: 121 active+clean; 143 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 4.2 MiB/s wr, 25 op/s 2023-10-14T00:07:20.335 INFO:tasks.rados.rados.0.smithi055.stdout:1693: done (3 left) 2023-10-14T00:07:20.336 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 9 current snap is 153 2023-10-14T00:07:20.336 INFO:tasks.rados.rados.0.smithi055.stdout:1690: expect (ObjNum 490 snap 139 seq_num 490) 2023-10-14T00:07:20.395 INFO:tasks.rados.rados.0.smithi055.stdout:1688: expect (ObjNum 510 snap 144 seq_num 510) 2023-10-14T00:07:20.575 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:20 smithi082 ceph-mon[180771]: failed to encode map e377 with expected crc 2023-10-14T00:07:20.576 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:20 smithi082 ceph-mon[180771]: osdmap e377: 8 total, 8 up, 8 in 2023-10-14T00:07:20.576 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:20 smithi082 ceph-mon[180771]: failed to encode map e377 with expected crc 2023-10-14T00:07:20.576 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:20 smithi082 ceph-mon[180771]: Upgrade: Updating osd.5 2023-10-14T00:07:20.576 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:20 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:20.577 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:20 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-10-14T00:07:20.577 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:20 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:07:20.577 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:20 smithi082 ceph-mon[180771]: Deploying daemon osd.5 on smithi082 2023-10-14T00:07:20.577 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:20 smithi082 ceph-mon[180771]: osdmap e378: 8 total, 8 up, 8 in 2023-10-14T00:07:20.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:20 smithi055 ceph-mon[185614]: failed to encode map e377 with expected crc 2023-10-14T00:07:20.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:20 smithi055 ceph-mon[185614]: osdmap e377: 8 total, 8 up, 8 in 2023-10-14T00:07:20.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:20 smithi055 ceph-mon[185614]: failed to encode map e377 with expected crc 2023-10-14T00:07:20.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:20 smithi055 ceph-mon[185614]: Upgrade: Updating osd.5 2023-10-14T00:07:20.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:20 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:20.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:20 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-10-14T00:07:20.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:20 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:07:20.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:20 smithi055 ceph-mon[185614]: Deploying daemon osd.5 on smithi082 2023-10-14T00:07:20.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:20 smithi055 ceph-mon[185614]: osdmap e378: 8 total, 8 up, 8 in 2023-10-14T00:07:20.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:20 smithi055 ceph-mon[183057]: failed to encode map e377 with expected crc 2023-10-14T00:07:20.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:20 smithi055 ceph-mon[183057]: osdmap e377: 8 total, 8 up, 8 in 2023-10-14T00:07:20.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:20 smithi055 ceph-mon[183057]: failed to encode map e377 with expected crc 2023-10-14T00:07:20.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:20 smithi055 ceph-mon[183057]: Upgrade: Updating osd.5 2023-10-14T00:07:20.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:20 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:20.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:20 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-10-14T00:07:20.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:20 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:07:20.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:20 smithi055 ceph-mon[183057]: Deploying daemon osd.5 on smithi082 2023-10-14T00:07:20.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:20 smithi055 ceph-mon[183057]: osdmap e378: 8 total, 8 up, 8 in 2023-10-14T00:07:20.775 INFO:tasks.rados.rados.0.smithi055.stdout:1692: finishing write tid 1 to smithi055169533-21 2023-10-14T00:07:20.776 INFO:tasks.rados.rados.0.smithi055.stdout:1692: finishing write tid 2 to smithi055169533-21 2023-10-14T00:07:20.776 INFO:tasks.rados.rados.0.smithi055.stdout:1692: finishing write tid 3 to smithi055169533-21 2023-10-14T00:07:20.776 INFO:tasks.rados.rados.0.smithi055.stdout:1692: finishing write tid 4 to smithi055169533-21 2023-10-14T00:07:20.776 INFO:tasks.rados.rados.0.smithi055.stdout:1692: finishing write tid 5 to smithi055169533-21 2023-10-14T00:07:20.777 INFO:tasks.rados.rados.0.smithi055.stdout:1692: finishing write tid 6 to smithi055169533-21 2023-10-14T00:07:20.777 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 21 v 497 (ObjNum 550 snap 153 seq_num 550) dirty exists 2023-10-14T00:07:20.777 INFO:tasks.rados.rados.0.smithi055.stdout:1692: left oid 21 (ObjNum 550 snap 153 seq_num 550) 2023-10-14T00:07:20.777 INFO:tasks.rados.rados.0.smithi055.stdout:1694: seq_num 551 ranges {1572864=434176,2007040=647168,2654208=450560,3104768=507904} 2023-10-14T00:07:20.787 INFO:tasks.rados.rados.0.smithi055.stdout:1694: writing smithi055169533-9 from 1572864 to 2007040 tid 1 2023-10-14T00:07:20.791 INFO:tasks.rados.rados.0.smithi055.stdout:1694: writing smithi055169533-9 from 2007040 to 2654208 tid 2 2023-10-14T00:07:20.794 INFO:tasks.rados.rados.0.smithi055.stdout:1694: writing smithi055169533-9 from 2654208 to 3104768 tid 3 2023-10-14T00:07:20.797 INFO:tasks.rados.rados.0.smithi055.stdout:1694: writing smithi055169533-9 from 3104768 to 3612672 tid 4 2023-10-14T00:07:20.797 INFO:tasks.rados.rados.0.smithi055.stdout:1688: done (3 left) 2023-10-14T00:07:20.798 INFO:tasks.rados.rados.0.smithi055.stdout:1690: done (2 left) 2023-10-14T00:07:20.798 INFO:tasks.rados.rados.0.smithi055.stdout:1692: done (1 left) 2023-10-14T00:07:20.798 INFO:tasks.rados.rados.0.smithi055.stdout:1695: snap_create 2023-10-14T00:07:20.798 INFO:tasks.rados.rados.0.smithi055.stdout:1694: finishing write tid 1 to smithi055169533-9 2023-10-14T00:07:20.799 INFO:tasks.rados.rados.0.smithi055.stdout:1694: finishing write tid 2 to smithi055169533-9 2023-10-14T00:07:20.799 INFO:tasks.rados.rados.0.smithi055.stdout:1694: finishing write tid 3 to smithi055169533-9 2023-10-14T00:07:20.799 INFO:tasks.rados.rados.0.smithi055.stdout:1694: finishing write tid 4 to smithi055169533-9 2023-10-14T00:07:20.800 INFO:tasks.rados.rados.0.smithi055.stdout:1694: finishing write tid 5 to smithi055169533-9 2023-10-14T00:07:20.801 INFO:tasks.rados.rados.0.smithi055.stdout:1694: finishing write tid 6 to smithi055169533-9 2023-10-14T00:07:20.801 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 9 v 313 (ObjNum 551 snap 153 seq_num 551) dirty exists 2023-10-14T00:07:20.801 INFO:tasks.rados.rados.0.smithi055.stdout:1694: left oid 9 (ObjNum 551 snap 153 seq_num 551) 2023-10-14T00:07:21.467 INFO:tasks.rados.rados.0.smithi055.stdout:1694: done (1 left) 2023-10-14T00:07:21.468 INFO:tasks.rados.rados.0.smithi055.stdout:1695: done (0 left) 2023-10-14T00:07:21.468 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 3 current snap is 154 2023-10-14T00:07:21.468 INFO:tasks.rados.rados.0.smithi055.stdout:1696: seq_num 552 ranges {4964352=450560,5414912=532480,5947392=655360,6602752=417792} 2023-10-14T00:07:21.497 INFO:tasks.rados.rados.0.smithi055.stdout:1696: writing smithi055169533-3 from 4964352 to 5414912 tid 1 2023-10-14T00:07:21.501 INFO:tasks.rados.rados.0.smithi055.stdout:1696: writing smithi055169533-3 from 5414912 to 5947392 tid 2 2023-10-14T00:07:21.505 INFO:tasks.rados.rados.0.smithi055.stdout:1696: writing smithi055169533-3 from 5947392 to 6602752 tid 3 2023-10-14T00:07:21.508 INFO:tasks.rados.rados.0.smithi055.stdout:1696: writing smithi055169533-3 from 6602752 to 7020544 tid 4 2023-10-14T00:07:21.508 INFO:tasks.rados.rados.0.smithi055.stdout:1697: read oid 23 snap -1 2023-10-14T00:07:21.508 INFO:tasks.rados.rados.0.smithi055.stdout:1697: expect deleted 2023-10-14T00:07:21.508 INFO:tasks.rados.rados.0.smithi055.stdout:1698: read oid 30 snap 150 2023-10-14T00:07:21.509 INFO:tasks.rados.rados.0.smithi055.stdout:1698: expect (ObjNum 446 snap 122 seq_num 446) 2023-10-14T00:07:21.509 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 43 current snap is 154 2023-10-14T00:07:21.509 INFO:tasks.rados.rados.0.smithi055.stdout:1696: finishing write tid 1 to smithi055169533-3 2023-10-14T00:07:21.509 INFO:tasks.rados.rados.0.smithi055.stdout:1696: finishing write tid 2 to smithi055169533-3 2023-10-14T00:07:21.509 INFO:tasks.rados.rados.0.smithi055.stdout:1699: seq_num 553 ranges {12623872=466944,13090816=417792,13508608=417792,13926400=516096,14442496=253952} 2023-10-14T00:07:21.581 INFO:tasks.rados.rados.0.smithi055.stdout:1699: writing smithi055169533-43 from 12623872 to 13090816 tid 1 2023-10-14T00:07:21.584 INFO:tasks.rados.rados.0.smithi055.stdout:1699: writing smithi055169533-43 from 13090816 to 13508608 tid 2 2023-10-14T00:07:21.586 INFO:tasks.rados.rados.0.smithi055.stdout:1699: writing smithi055169533-43 from 13508608 to 13926400 tid 3 2023-10-14T00:07:21.589 INFO:tasks.rados.rados.0.smithi055.stdout:1699: writing smithi055169533-43 from 13926400 to 14442496 tid 4 2023-10-14T00:07:21.591 INFO:tasks.rados.rados.0.smithi055.stdout:1699: writing smithi055169533-43 from 14442496 to 14696448 tid 5 2023-10-14T00:07:21.591 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 22 current snap is 154 2023-10-14T00:07:21.592 INFO:tasks.rados.rados.0.smithi055.stdout:1696: finishing write tid 3 to smithi055169533-3 2023-10-14T00:07:21.592 INFO:tasks.rados.rados.0.smithi055.stdout:1700: seq_num 554 ranges {458752=483328,942080=704512,1646592=622592,2269184=278528} 2023-10-14T00:07:21.596 INFO:tasks.rados.rados.0.smithi055.stdout:1700: writing smithi055169533-22 from 458752 to 942080 tid 1 2023-10-14T00:07:21.601 INFO:tasks.rados.rados.0.smithi055.stdout:1700: writing smithi055169533-22 from 942080 to 1646592 tid 2 2023-10-14T00:07:21.604 INFO:tasks.rados.rados.0.smithi055.stdout:1700: writing smithi055169533-22 from 1646592 to 2269184 tid 3 2023-10-14T00:07:21.606 INFO:tasks.rados.rados.0.smithi055.stdout:1700: writing smithi055169533-22 from 2269184 to 2547712 tid 4 2023-10-14T00:07:21.606 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 16 current snap is 154 2023-10-14T00:07:21.607 INFO:tasks.rados.rados.0.smithi055.stdout:1701: seq_num 555 ranges {0=499712,499712=638976,1138688=425984,1564672=540672} 2023-10-14T00:07:21.609 INFO:tasks.rados.rados.0.smithi055.stdout:1701: writing smithi055169533-16 from 0 to 499712 tid 1 2023-10-14T00:07:21.613 INFO:tasks.rados.rados.0.smithi055.stdout:1701: writing smithi055169533-16 from 499712 to 1138688 tid 2 2023-10-14T00:07:21.615 INFO:tasks.rados.rados.0.smithi055.stdout:1701: writing smithi055169533-16 from 1138688 to 1564672 tid 3 2023-10-14T00:07:21.618 INFO:tasks.rados.rados.0.smithi055.stdout:1701: writing smithi055169533-16 from 1564672 to 2105344 tid 4 2023-10-14T00:07:21.618 INFO:tasks.rados.rados.0.smithi055.stdout:1702: snap_remove snap 151 2023-10-14T00:07:21.729 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 00:07:21 smithi082 systemd[1]: Stopping Ceph osd.5 for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:07:21.729 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:21 smithi082 ceph-mon[180771]: failed to encode map e378 with expected crc 2023-10-14T00:07:21.730 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:21 smithi082 ceph-mon[180771]: failed to encode map e378 with expected crc 2023-10-14T00:07:21.730 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:21 smithi082 ceph-mon[180771]: pgmap v279: 121 pgs: 121 active+clean; 145 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 23 MiB/s rd, 4.7 MiB/s wr, 40 op/s 2023-10-14T00:07:21.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:21 smithi055 ceph-mon[185614]: failed to encode map e378 with expected crc 2023-10-14T00:07:21.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:21 smithi055 ceph-mon[185614]: failed to encode map e378 with expected crc 2023-10-14T00:07:21.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:21 smithi055 ceph-mon[185614]: pgmap v279: 121 pgs: 121 active+clean; 145 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 23 MiB/s rd, 4.7 MiB/s wr, 40 op/s 2023-10-14T00:07:21.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:21 smithi055 ceph-mon[183057]: failed to encode map e378 with expected crc 2023-10-14T00:07:21.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:21 smithi055 ceph-mon[183057]: failed to encode map e378 with expected crc 2023-10-14T00:07:21.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:21 smithi055 ceph-mon[183057]: pgmap v279: 121 pgs: 121 active+clean; 145 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 23 MiB/s rd, 4.7 MiB/s wr, 40 op/s 2023-10-14T00:07:22.125 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 00:07:21 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-5[128808]: 2023-10-14T00:07:21.726+0000 7fba087b4700 -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-10-14T00:07:22.125 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 00:07:21 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-5[128808]: 2023-10-14T00:07:21.726+0000 7fba087b4700 -1 osd.5 379 *** Got signal Terminated *** 2023-10-14T00:07:22.126 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 00:07:21 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-5[128808]: 2023-10-14T00:07:21.726+0000 7fba087b4700 -1 osd.5 379 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-10-14T00:07:22.468 INFO:tasks.rados.rados.0.smithi055.stdout:1702: done (6 left) 2023-10-14T00:07:22.469 INFO:tasks.rados.rados.0.smithi055.stdout:1703: snap_create 2023-10-14T00:07:22.469 INFO:tasks.rados.rados.0.smithi055.stdout:1696: finishing write tid 4 to smithi055169533-3 2023-10-14T00:07:22.469 INFO:tasks.rados.rados.0.smithi055.stdout:1696: finishing write tid 5 to smithi055169533-3 2023-10-14T00:07:22.469 INFO:tasks.rados.rados.0.smithi055.stdout:1696: finishing write tid 6 to smithi055169533-3 2023-10-14T00:07:22.470 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 3 v 824 (ObjNum 552 snap 154 seq_num 552) dirty exists 2023-10-14T00:07:22.470 INFO:tasks.rados.rados.0.smithi055.stdout:1696: left oid 3 (ObjNum 552 snap 154 seq_num 552) 2023-10-14T00:07:22.470 INFO:tasks.rados.rados.0.smithi055.stdout:1698: expect (ObjNum 446 snap 122 seq_num 446) 2023-10-14T00:07:22.610 INFO:tasks.rados.rados.0.smithi055.stdout:1699: finishing write tid 1 to smithi055169533-43 2023-10-14T00:07:22.610 INFO:tasks.rados.rados.0.smithi055.stdout:1699: finishing write tid 2 to smithi055169533-43 2023-10-14T00:07:22.610 INFO:tasks.rados.rados.0.smithi055.stdout:1699: finishing write tid 3 to smithi055169533-43 2023-10-14T00:07:22.611 INFO:tasks.rados.rados.0.smithi055.stdout:1699: finishing write tid 4 to smithi055169533-43 2023-10-14T00:07:22.611 INFO:tasks.rados.rados.0.smithi055.stdout:1699: finishing write tid 5 to smithi055169533-43 2023-10-14T00:07:22.611 INFO:tasks.rados.rados.0.smithi055.stdout:1699: finishing write tid 6 to smithi055169533-43 2023-10-14T00:07:22.611 INFO:tasks.rados.rados.0.smithi055.stdout:1699: finishing write tid 7 to smithi055169533-43 2023-10-14T00:07:22.612 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 43 v 664 (ObjNum 553 snap 154 seq_num 553) dirty exists 2023-10-14T00:07:22.612 INFO:tasks.rados.rados.0.smithi055.stdout:1699: left oid 43 (ObjNum 553 snap 154 seq_num 553) 2023-10-14T00:07:22.612 INFO:tasks.rados.rados.0.smithi055.stdout:1700: finishing write tid 1 to smithi055169533-22 2023-10-14T00:07:22.612 INFO:tasks.rados.rados.0.smithi055.stdout:1700: finishing write tid 2 to smithi055169533-22 2023-10-14T00:07:22.612 INFO:tasks.rados.rados.0.smithi055.stdout:1700: finishing write tid 3 to smithi055169533-22 2023-10-14T00:07:22.613 INFO:tasks.rados.rados.0.smithi055.stdout:1700: finishing write tid 4 to smithi055169533-22 2023-10-14T00:07:22.613 INFO:tasks.rados.rados.0.smithi055.stdout:1700: finishing write tid 5 to smithi055169533-22 2023-10-14T00:07:22.613 INFO:tasks.rados.rados.0.smithi055.stdout:1701: finishing write tid 1 to smithi055169533-16 2023-10-14T00:07:22.613 INFO:tasks.rados.rados.0.smithi055.stdout:1701: finishing write tid 2 to smithi055169533-16 2023-10-14T00:07:22.613 INFO:tasks.rados.rados.0.smithi055.stdout:1700: finishing write tid 6 to smithi055169533-22 2023-10-14T00:07:22.614 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 22 v 788 (ObjNum 554 snap 154 seq_num 554) dirty exists 2023-10-14T00:07:22.614 INFO:tasks.rados.rados.0.smithi055.stdout:1700: left oid 22 (ObjNum 554 snap 154 seq_num 554) 2023-10-14T00:07:22.614 INFO:tasks.rados.rados.0.smithi055.stdout:1701: finishing write tid 3 to smithi055169533-16 2023-10-14T00:07:22.614 INFO:tasks.rados.rados.0.smithi055.stdout:1701: finishing write tid 4 to smithi055169533-16 2023-10-14T00:07:22.614 INFO:tasks.rados.rados.0.smithi055.stdout:1701: finishing write tid 5 to smithi055169533-16 2023-10-14T00:07:22.615 INFO:tasks.rados.rados.0.smithi055.stdout:1701: finishing write tid 6 to smithi055169533-16 2023-10-14T00:07:22.615 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 16 v 341 (ObjNum 555 snap 154 seq_num 555) dirty exists 2023-10-14T00:07:22.615 INFO:tasks.rados.rados.0.smithi055.stdout:1701: left oid 16 (ObjNum 555 snap 154 seq_num 555) 2023-10-14T00:07:22.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:22 smithi055 ceph-mon[185614]: osdmap e379: 8 total, 8 up, 8 in 2023-10-14T00:07:22.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:22 smithi055 ceph-mon[185614]: failed to encode map e379 with expected crc 2023-10-14T00:07:22.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:22 smithi055 ceph-mon[185614]: osd.5 marked itself down and dead 2023-10-14T00:07:22.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:22 smithi055 ceph-mon[183057]: osdmap e379: 8 total, 8 up, 8 in 2023-10-14T00:07:22.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:22 smithi055 ceph-mon[183057]: failed to encode map e379 with expected crc 2023-10-14T00:07:22.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:22 smithi055 ceph-mon[183057]: osd.5 marked itself down and dead 2023-10-14T00:07:22.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:22 smithi082 ceph-mon[180771]: osdmap e379: 8 total, 8 up, 8 in 2023-10-14T00:07:22.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:22 smithi082 ceph-mon[180771]: failed to encode map e379 with expected crc 2023-10-14T00:07:22.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:22 smithi082 ceph-mon[180771]: osd.5 marked itself down and dead 2023-10-14T00:07:23.457 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 00:07:23 smithi082 bash[193164]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-5 2023-10-14T00:07:23.494 INFO:tasks.rados.rados.0.smithi055.stdout:1696: done (6 left) 2023-10-14T00:07:23.495 INFO:tasks.rados.rados.0.smithi055.stdout:1697: done (5 left) 2023-10-14T00:07:23.495 INFO:tasks.rados.rados.0.smithi055.stdout:1698: done (4 left) 2023-10-14T00:07:23.495 INFO:tasks.rados.rados.0.smithi055.stdout:1699: done (3 left) 2023-10-14T00:07:23.495 INFO:tasks.rados.rados.0.smithi055.stdout:1700: done (2 left) 2023-10-14T00:07:23.495 INFO:tasks.rados.rados.0.smithi055.stdout:1701: done (1 left) 2023-10-14T00:07:23.496 INFO:tasks.rados.rados.0.smithi055.stdout:1703: done (0 left) 2023-10-14T00:07:23.496 INFO:tasks.rados.rados.0.smithi055.stdout:1704: read oid 34 snap -1 2023-10-14T00:07:23.496 INFO:tasks.rados.rados.0.smithi055.stdout:1704: expect deleted 2023-10-14T00:07:23.497 INFO:tasks.rados.rados.0.smithi055.stdout:1705: setattr oid 5 current snap is 155 2023-10-14T00:07:23.497 INFO:tasks.rados.rados.0.smithi055.stdout:1706: snap_create 2023-10-14T00:07:23.505 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 5 v 530 (ObjNum 490 snap 139 seq_num 490) dirty exists 2023-10-14T00:07:23.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:23 smithi055 ceph-mon[185614]: Health check failed: 1 osds down (OSD_DOWN) 2023-10-14T00:07:23.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:23 smithi055 ceph-mon[185614]: failed to encode map e380 with expected crc 2023-10-14T00:07:23.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:23 smithi055 ceph-mon[185614]: osdmap e380: 8 total, 7 up, 8 in 2023-10-14T00:07:23.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:23 smithi055 ceph-mon[185614]: failed to encode map e380 with expected crc 2023-10-14T00:07:23.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:23 smithi055 ceph-mon[185614]: failed to encode map e380 with expected crc 2023-10-14T00:07:23.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:23 smithi055 ceph-mon[185614]: failed to encode map e380 with expected crc 2023-10-14T00:07:23.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:23 smithi055 ceph-mon[185614]: failed to encode map e380 with expected crc 2023-10-14T00:07:23.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:23 smithi055 ceph-mon[185614]: failed to encode map e380 with expected crc 2023-10-14T00:07:23.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:23 smithi055 ceph-mon[185614]: pgmap v282: 121 pgs: 18 stale+active+clean, 103 active+clean; 147 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 3.3 MiB/s wr, 28 op/s 2023-10-14T00:07:23.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:23 smithi055 ceph-mon[183057]: Health check failed: 1 osds down (OSD_DOWN) 2023-10-14T00:07:23.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:23 smithi055 ceph-mon[183057]: failed to encode map e380 with expected crc 2023-10-14T00:07:23.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:23 smithi055 ceph-mon[183057]: osdmap e380: 8 total, 7 up, 8 in 2023-10-14T00:07:23.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:23 smithi055 ceph-mon[183057]: failed to encode map e380 with expected crc 2023-10-14T00:07:23.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:23 smithi055 ceph-mon[183057]: failed to encode map e380 with expected crc 2023-10-14T00:07:23.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:23 smithi055 ceph-mon[183057]: failed to encode map e380 with expected crc 2023-10-14T00:07:23.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:23 smithi055 ceph-mon[183057]: failed to encode map e380 with expected crc 2023-10-14T00:07:23.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:23 smithi055 ceph-mon[183057]: failed to encode map e380 with expected crc 2023-10-14T00:07:23.771 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:23 smithi055 ceph-mon[183057]: pgmap v282: 121 pgs: 18 stale+active+clean, 103 active+clean; 147 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 3.3 MiB/s wr, 28 op/s 2023-10-14T00:07:23.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:23 smithi082 ceph-mon[180771]: Health check failed: 1 osds down (OSD_DOWN) 2023-10-14T00:07:23.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:23 smithi082 ceph-mon[180771]: failed to encode map e380 with expected crc 2023-10-14T00:07:23.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:23 smithi082 ceph-mon[180771]: osdmap e380: 8 total, 7 up, 8 in 2023-10-14T00:07:23.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:23 smithi082 ceph-mon[180771]: failed to encode map e380 with expected crc 2023-10-14T00:07:23.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:23 smithi082 ceph-mon[180771]: failed to encode map e380 with expected crc 2023-10-14T00:07:23.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:23 smithi082 ceph-mon[180771]: failed to encode map e380 with expected crc 2023-10-14T00:07:23.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:23 smithi082 ceph-mon[180771]: failed to encode map e380 with expected crc 2023-10-14T00:07:23.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:23 smithi082 ceph-mon[180771]: failed to encode map e380 with expected crc 2023-10-14T00:07:23.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:23 smithi082 ceph-mon[180771]: pgmap v282: 121 pgs: 18 stale+active+clean, 103 active+clean; 147 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 3.3 MiB/s wr, 28 op/s 2023-10-14T00:07:24.498 INFO:tasks.rados.rados.0.smithi055.stdout:1704: done (2 left) 2023-10-14T00:07:24.499 INFO:tasks.rados.rados.0.smithi055.stdout:1705: done (1 left) 2023-10-14T00:07:24.499 INFO:tasks.rados.rados.0.smithi055.stdout:1706: done (0 left) 2023-10-14T00:07:24.499 INFO:tasks.rados.rados.0.smithi055.stdout:1707: delete oid 6 current snap is 156 2023-10-14T00:07:24.503 INFO:tasks.rados.rados.0.smithi055.stdout:1707: done (0 left) 2023-10-14T00:07:24.503 INFO:tasks.rados.rados.0.smithi055.stdout:1708: snap_create 2023-10-14T00:07:24.625 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 00:07:24 smithi082 systemd[1]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@osd.5.service: Succeeded. 2023-10-14T00:07:24.626 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 00:07:24 smithi082 systemd[1]: Stopped Ceph osd.5 for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:07:24.626 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 00:07:24 smithi082 systemd[1]: Starting Ceph osd.5 for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:07:24.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:24 smithi082 ceph-mon[180771]: failed to encode map e381 with expected crc 2023-10-14T00:07:24.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:24 smithi082 ceph-mon[180771]: failed to encode map e381 with expected crc 2023-10-14T00:07:24.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:24 smithi082 ceph-mon[180771]: osdmap e381: 8 total, 7 up, 8 in 2023-10-14T00:07:24.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:24 smithi082 ceph-mon[180771]: failed to encode map e381 with expected crc 2023-10-14T00:07:24.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:24 smithi082 ceph-mon[180771]: failed to encode map e381 with expected crc 2023-10-14T00:07:24.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:24 smithi082 ceph-mon[180771]: failed to encode map e381 with expected crc 2023-10-14T00:07:24.628 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:24 smithi082 ceph-mon[180771]: failed to encode map e381 with expected crc 2023-10-14T00:07:24.628 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:24 smithi082 ceph-mon[180771]: failed to encode map e381 with expected crc 2023-10-14T00:07:24.628 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:24 smithi082 ceph-mon[180771]: failed to encode map e381 with expected crc 2023-10-14T00:07:24.628 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:24.628 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:07:24.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:24 smithi055 ceph-mon[185614]: failed to encode map e381 with expected crc 2023-10-14T00:07:24.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:24 smithi055 ceph-mon[185614]: failed to encode map e381 with expected crc 2023-10-14T00:07:24.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:24 smithi055 ceph-mon[185614]: osdmap e381: 8 total, 7 up, 8 in 2023-10-14T00:07:24.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:24 smithi055 ceph-mon[185614]: failed to encode map e381 with expected crc 2023-10-14T00:07:24.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:24 smithi055 ceph-mon[185614]: failed to encode map e381 with expected crc 2023-10-14T00:07:24.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:24 smithi055 ceph-mon[185614]: failed to encode map e381 with expected crc 2023-10-14T00:07:24.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:24 smithi055 ceph-mon[185614]: failed to encode map e381 with expected crc 2023-10-14T00:07:24.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:24 smithi055 ceph-mon[185614]: failed to encode map e381 with expected crc 2023-10-14T00:07:24.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:24 smithi055 ceph-mon[185614]: failed to encode map e381 with expected crc 2023-10-14T00:07:24.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:24.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:07:24.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:24 smithi055 ceph-mon[183057]: failed to encode map e381 with expected crc 2023-10-14T00:07:24.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:24 smithi055 ceph-mon[183057]: failed to encode map e381 with expected crc 2023-10-14T00:07:24.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:24 smithi055 ceph-mon[183057]: osdmap e381: 8 total, 7 up, 8 in 2023-10-14T00:07:24.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:24 smithi055 ceph-mon[183057]: failed to encode map e381 with expected crc 2023-10-14T00:07:24.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:24 smithi055 ceph-mon[183057]: failed to encode map e381 with expected crc 2023-10-14T00:07:24.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:24 smithi055 ceph-mon[183057]: failed to encode map e381 with expected crc 2023-10-14T00:07:24.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:24 smithi055 ceph-mon[183057]: failed to encode map e381 with expected crc 2023-10-14T00:07:24.771 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:24 smithi055 ceph-mon[183057]: failed to encode map e381 with expected crc 2023-10-14T00:07:24.771 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:24 smithi055 ceph-mon[183057]: failed to encode map e381 with expected crc 2023-10-14T00:07:24.771 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:24.771 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:07:25.333 INFO:tasks.rados.rados.0.smithi055.stdout:1708: done (0 left) 2023-10-14T00:07:25.333 INFO:tasks.rados.rados.0.smithi055.stdout:1709: snap_remove snap 153 2023-10-14T00:07:25.502 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:07:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:07:25] "GET /metrics HTTP/1.1" 200 36113 "" "Prometheus/2.43.0" 2023-10-14T00:07:25.503 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 00:07:25 smithi082 bash[193395]: --> Failed to activate via raw: did not find any matching OSD to activate 2023-10-14T00:07:25.503 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 00:07:25 smithi082 bash[193395]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2023-10-14T00:07:25.503 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 00:07:25 smithi082 bash[193395]: 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-10-14T00:07:25.504 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 00:07:25 smithi082 bash[193395]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-5/block 2023-10-14T00:07:25.504 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 00:07:25 smithi082 bash[193395]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-5/block 2023-10-14T00:07:25.504 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 00:07:25 smithi082 bash[193395]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2023-10-14T00:07:25.504 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 00:07:25 smithi082 bash[193395]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2023-10-14T00:07:25.504 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 00:07:25 smithi082 bash[193395]: --> ceph-volume lvm activate successful for osd ID: 5 2023-10-14T00:07:25.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:25 smithi055 ceph-mon[183057]: failed to encode map e382 with expected crc 2023-10-14T00:07:25.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:25 smithi055 ceph-mon[183057]: osdmap e382: 8 total, 7 up, 8 in 2023-10-14T00:07:25.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:25 smithi055 ceph-mon[183057]: pgmap v285: 121 pgs: 9 active+undersized+degraded, 10 stale+active+clean, 21 active+undersized, 81 active+clean; 158 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 1.3 MiB/s rd, 3.4 MiB/s wr, 10 op/s; 35/240 objects degraded (14.583%) 2023-10-14T00:07:25.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:25 smithi055 ceph-mon[183057]: osdmap e383: 8 total, 7 up, 8 in 2023-10-14T00:07:25.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:25 smithi055 ceph-mon[185614]: failed to encode map e382 with expected crc 2023-10-14T00:07:25.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:25 smithi055 ceph-mon[185614]: osdmap e382: 8 total, 7 up, 8 in 2023-10-14T00:07:25.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:25 smithi055 ceph-mon[185614]: pgmap v285: 121 pgs: 9 active+undersized+degraded, 10 stale+active+clean, 21 active+undersized, 81 active+clean; 158 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 1.3 MiB/s rd, 3.4 MiB/s wr, 10 op/s; 35/240 objects degraded (14.583%) 2023-10-14T00:07:25.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:25 smithi055 ceph-mon[185614]: osdmap e383: 8 total, 7 up, 8 in 2023-10-14T00:07:25.779 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:25 smithi082 ceph-mon[180771]: failed to encode map e382 with expected crc 2023-10-14T00:07:25.780 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:25 smithi082 ceph-mon[180771]: osdmap e382: 8 total, 7 up, 8 in 2023-10-14T00:07:25.780 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:25 smithi082 ceph-mon[180771]: pgmap v285: 121 pgs: 9 active+undersized+degraded, 10 stale+active+clean, 21 active+undersized, 81 active+clean; 158 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 1.3 MiB/s rd, 3.4 MiB/s wr, 10 op/s; 35/240 objects degraded (14.583%) 2023-10-14T00:07:25.780 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:25 smithi082 ceph-mon[180771]: osdmap e383: 8 total, 7 up, 8 in 2023-10-14T00:07:26.125 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 00:07:25 smithi082 ceph-osd[193632]: -- 172.21.15.82:0/1535431260 <== mon.1 v2:172.21.15.82:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5643c17e44e0 con 0x5643c17b5400 2023-10-14T00:07:26.125 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 00:07:25 smithi082 bash[193614]: e5c1d4845dd0e130b0973a1aa27349420ee8f9244b593bba218855d22d3eda20 2023-10-14T00:07:26.125 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 00:07:25 smithi082 systemd[1]: Started Ceph osd.5 for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:07:26.334 INFO:tasks.rados.rados.0.smithi055.stdout:1709: done (0 left) 2023-10-14T00:07:26.334 INFO:tasks.rados.rados.0.smithi055.stdout:1710: delete oid 32 current snap is 157 2023-10-14T00:07:26.342 INFO:tasks.rados.rados.0.smithi055.stdout:1710: done (0 left) 2023-10-14T00:07:26.342 INFO:tasks.rados.rados.0.smithi055.stdout:1711: delete oid 21 current snap is 157 2023-10-14T00:07:26.346 INFO:tasks.rados.rados.0.smithi055.stdout:1711: done (0 left) 2023-10-14T00:07:26.346 INFO:tasks.rados.rados.0.smithi055.stdout:1712: snap_remove snap 156 2023-10-14T00:07:26.625 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 00:07:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-5[193628]: 2023-10-14T00:07:26.301+0000 7f5ec5251640 -1 Falling back to public interface 2023-10-14T00:07:26.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:26 smithi082 ceph-mon[180771]: failed to encode map e383 with expected crc 2023-10-14T00:07:26.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:26 smithi082 ceph-mon[180771]: failed to encode map e382 with expected crc 2023-10-14T00:07:26.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:26 smithi082 ceph-mon[180771]: Health check failed: Degraded data redundancy: 35/240 objects degraded (14.583%), 9 pgs degraded (PG_DEGRADED) 2023-10-14T00:07:26.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:26 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:26.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:26 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:26.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:26 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:07:26.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:26 smithi082 ceph-mon[180771]: osdmap e384: 8 total, 7 up, 8 in 2023-10-14T00:07:26.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:26 smithi055 ceph-mon[183057]: failed to encode map e383 with expected crc 2023-10-14T00:07:26.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:26 smithi055 ceph-mon[183057]: failed to encode map e382 with expected crc 2023-10-14T00:07:26.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:26 smithi055 ceph-mon[183057]: Health check failed: Degraded data redundancy: 35/240 objects degraded (14.583%), 9 pgs degraded (PG_DEGRADED) 2023-10-14T00:07:26.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:26 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:26.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:26 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:26.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:26 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:07:26.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:26 smithi055 ceph-mon[183057]: osdmap e384: 8 total, 7 up, 8 in 2023-10-14T00:07:26.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:26 smithi055 ceph-mon[185614]: failed to encode map e383 with expected crc 2023-10-14T00:07:26.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:26 smithi055 ceph-mon[185614]: failed to encode map e382 with expected crc 2023-10-14T00:07:26.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:26 smithi055 ceph-mon[185614]: Health check failed: Degraded data redundancy: 35/240 objects degraded (14.583%), 9 pgs degraded (PG_DEGRADED) 2023-10-14T00:07:26.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:26 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:26.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:26 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:26.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:26 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:07:26.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:26 smithi055 ceph-mon[185614]: osdmap e384: 8 total, 7 up, 8 in 2023-10-14T00:07:27.341 INFO:tasks.rados.rados.0.smithi055.stdout:1712: done (0 left) 2023-10-14T00:07:27.342 INFO:tasks.rados.rados.0.smithi055.stdout:1713: snap_remove snap 150 2023-10-14T00:07:27.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:27 smithi082 ceph-mon[180771]: failed to encode map e384 with expected crc 2023-10-14T00:07:27.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:27 smithi082 ceph-mon[180771]: failed to encode map e384 with expected crc 2023-10-14T00:07:27.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:27 smithi082 ceph-mon[180771]: pgmap v288: 121 pgs: 11 active+undersized+degraded, 6 stale+active+clean, 29 active+undersized, 75 active+clean; 160 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 3.4 MiB/s wr, 14 op/s; 39/246 objects degraded (15.854%) 2023-10-14T00:07:27.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:27 smithi082 ceph-mon[180771]: osdmap e385: 8 total, 7 up, 8 in 2023-10-14T00:07:28.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:27 smithi055 ceph-mon[185614]: failed to encode map e384 with expected crc 2023-10-14T00:07:28.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:27 smithi055 ceph-mon[185614]: failed to encode map e384 with expected crc 2023-10-14T00:07:28.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:27 smithi055 ceph-mon[185614]: pgmap v288: 121 pgs: 11 active+undersized+degraded, 6 stale+active+clean, 29 active+undersized, 75 active+clean; 160 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 3.4 MiB/s wr, 14 op/s; 39/246 objects degraded (15.854%) 2023-10-14T00:07:28.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:27 smithi055 ceph-mon[185614]: osdmap e385: 8 total, 7 up, 8 in 2023-10-14T00:07:28.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:27 smithi055 ceph-mon[183057]: failed to encode map e384 with expected crc 2023-10-14T00:07:28.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:27 smithi055 ceph-mon[183057]: failed to encode map e384 with expected crc 2023-10-14T00:07:28.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:27 smithi055 ceph-mon[183057]: pgmap v288: 121 pgs: 11 active+undersized+degraded, 6 stale+active+clean, 29 active+undersized, 75 active+clean; 160 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 3.4 MiB/s wr, 14 op/s; 39/246 objects degraded (15.854%) 2023-10-14T00:07:28.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:27 smithi055 ceph-mon[183057]: osdmap e385: 8 total, 7 up, 8 in 2023-10-14T00:07:28.346 INFO:tasks.rados.rados.0.smithi055.stdout:1713: done (0 left) 2023-10-14T00:07:28.346 INFO:tasks.rados.rados.0.smithi055.stdout:1714: copy_from oid 11 from oid 16 current snap is 157 2023-10-14T00:07:28.346 INFO:tasks.rados.rados.0.smithi055.stdout:1715: rollback oid 40 current snap is 157 2023-10-14T00:07:28.347 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 40 to 154 2023-10-14T00:07:28.347 INFO:tasks.rados.rados.0.smithi055.stdout:1716: read oid 17 snap -1 2023-10-14T00:07:28.347 INFO:tasks.rados.rados.0.smithi055.stdout:1716: expect (ObjNum 542 snap 152 seq_num 542) 2023-10-14T00:07:28.347 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 43 current snap is 157 2023-10-14T00:07:28.348 INFO:tasks.rados.rados.0.smithi055.stdout:1717: seq_num 559 ranges {14696448=565248,15261696=573440,15835136=409600,16244736=622592} 2023-10-14T00:07:28.434 INFO:tasks.rados.rados.0.smithi055.stdout:1717: writing smithi055169533-43 from 14696448 to 15261696 tid 1 2023-10-14T00:07:28.437 INFO:tasks.rados.rados.0.smithi055.stdout:1717: writing smithi055169533-43 from 15261696 to 15835136 tid 2 2023-10-14T00:07:28.439 INFO:tasks.rados.rados.0.smithi055.stdout:1717: writing smithi055169533-43 from 15835136 to 16244736 tid 3 2023-10-14T00:07:28.443 INFO:tasks.rados.rados.0.smithi055.stdout:1717: writing smithi055169533-43 from 16244736 to 16867328 tid 4 2023-10-14T00:07:28.443 INFO:tasks.rados.rados.0.smithi055.stdout:1718: setattr oid 9 current snap is 157 2023-10-14T00:07:28.443 INFO:tasks.rados.rados.0.smithi055.stdout:1715: finishing rollback tid 1 to smithi055169533-40 2023-10-14T00:07:28.444 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 40 v 0 (ObjNum 161 snap 0 seq_num 1) dirty dne 2023-10-14T00:07:28.444 INFO:tasks.rados.rados.0.smithi055.stdout:1714: finishing copy_from racing read to smithi055169533-11 2023-10-14T00:07:28.444 INFO:tasks.rados.rados.0.smithi055.stdout:1714: finishing copy_from to smithi055169533-11 2023-10-14T00:07:28.444 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 11 v 341 (ObjNum 555 snap 154 seq_num 555) dirty exists 2023-10-14T00:07:28.444 INFO:tasks.rados.rados.0.smithi055.stdout:1716: expect (ObjNum 542 snap 152 seq_num 542) 2023-10-14T00:07:28.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:28 smithi082 ceph-mon[180771]: failed to encode map e385 with expected crc 2023-10-14T00:07:28.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:28 smithi082 ceph-mon[180771]: failed to encode map e385 with expected crc 2023-10-14T00:07:28.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:28 smithi082 ceph-mon[180771]: osdmap e386: 8 total, 7 up, 8 in 2023-10-14T00:07:28.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:28 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:28.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:28 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:29.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:28 smithi055 ceph-mon[183057]: failed to encode map e385 with expected crc 2023-10-14T00:07:29.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:28 smithi055 ceph-mon[183057]: failed to encode map e385 with expected crc 2023-10-14T00:07:29.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:28 smithi055 ceph-mon[183057]: osdmap e386: 8 total, 7 up, 8 in 2023-10-14T00:07:29.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:28 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:29.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:28 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:29.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:28 smithi055 ceph-mon[185614]: failed to encode map e385 with expected crc 2023-10-14T00:07:29.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:28 smithi055 ceph-mon[185614]: failed to encode map e385 with expected crc 2023-10-14T00:07:29.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:28 smithi055 ceph-mon[185614]: osdmap e386: 8 total, 7 up, 8 in 2023-10-14T00:07:29.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:28 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:29.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:28 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:29.125 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:07:28 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:07: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-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi055:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi082.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}];many-to-many matching not allowed: matching labels must be unique on one side" data="unsupported value type" 2023-10-14T00:07:29.125 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:07:28 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:07:28.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-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi055:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi082.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-10-14T00:07:29.652 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 00:07:29 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-5[193628]: 2023-10-14T00:07:29.397+0000 7f5ec5251640 -1 osd.5 0 read_superblock omap replica is missing. 2023-10-14T00:07:29.652 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 00:07:29 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-5[193628]: 2023-10-14T00:07:29.471+0000 7f5ec5251640 -1 osd.5 379 log_to_monitors true 2023-10-14T00:07:29.653 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:29 smithi082 ceph-mon[180771]: failed to encode map e386 with expected crc 2023-10-14T00:07:29.653 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:29 smithi082 ceph-mon[180771]: pgmap v291: 121 pgs: 11 active+undersized+degraded, 38 active+undersized, 72 active+clean; 160 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 514 KiB/s wr, 6 op/s; 39/249 objects degraded (15.663%) 2023-10-14T00:07:29.653 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:29 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:29.653 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:29 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:29.654 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:29 smithi082 ceph-mon[180771]: from='osd.5 [v2:172.21.15.82:6808/1204634511,v1:172.21.15.82:6809/1204634511]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-10-14T00:07:29.654 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:29 smithi082 ceph-mon[180771]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-10-14T00:07:29.743 INFO:tasks.rados.rados.0.smithi055.stdout:1717: finishing write tid 1 to smithi055169533-43 2023-10-14T00:07:29.744 INFO:tasks.rados.rados.0.smithi055.stdout:1717: finishing write tid 2 to smithi055169533-43 2023-10-14T00:07:29.744 INFO:tasks.rados.rados.0.smithi055.stdout:1717: finishing write tid 3 to smithi055169533-43 2023-10-14T00:07:29.744 INFO:tasks.rados.rados.0.smithi055.stdout:1717: finishing write tid 4 to smithi055169533-43 2023-10-14T00:07:29.744 INFO:tasks.rados.rados.0.smithi055.stdout:1717: finishing write tid 5 to smithi055169533-43 2023-10-14T00:07:29.744 INFO:tasks.rados.rados.0.smithi055.stdout:1717: finishing write tid 6 to smithi055169533-43 2023-10-14T00:07:29.745 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 43 v 669 (ObjNum 559 snap 157 seq_num 559) dirty exists 2023-10-14T00:07:29.745 INFO:tasks.rados.rados.0.smithi055.stdout:1717: left oid 43 (ObjNum 559 snap 157 seq_num 559) 2023-10-14T00:07:29.745 INFO:tasks.rados.rados.0.smithi055.stdout:1714: done (4 left) 2023-10-14T00:07:29.745 INFO:tasks.rados.rados.0.smithi055.stdout:1715: done (3 left) 2023-10-14T00:07:29.745 INFO:tasks.rados.rados.0.smithi055.stdout:1716: done (2 left) 2023-10-14T00:07:29.745 INFO:tasks.rados.rados.0.smithi055.stdout:1717: done (1 left) 2023-10-14T00:07:29.746 INFO:tasks.rados.rados.0.smithi055.stdout:1719: snap_remove snap 155 2023-10-14T00:07:30.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:29 smithi055 ceph-mon[185614]: failed to encode map e386 with expected crc 2023-10-14T00:07:30.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:29 smithi055 ceph-mon[185614]: pgmap v291: 121 pgs: 11 active+undersized+degraded, 38 active+undersized, 72 active+clean; 160 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 514 KiB/s wr, 6 op/s; 39/249 objects degraded (15.663%) 2023-10-14T00:07:30.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:29 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:30.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:29 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:30.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:29 smithi055 ceph-mon[185614]: from='osd.5 [v2:172.21.15.82:6808/1204634511,v1:172.21.15.82:6809/1204634511]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-10-14T00:07:30.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:29 smithi055 ceph-mon[185614]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-10-14T00:07:30.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:29 smithi055 ceph-mon[183057]: failed to encode map e386 with expected crc 2023-10-14T00:07:30.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:29 smithi055 ceph-mon[183057]: pgmap v291: 121 pgs: 11 active+undersized+degraded, 38 active+undersized, 72 active+clean; 160 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 514 KiB/s wr, 6 op/s; 39/249 objects degraded (15.663%) 2023-10-14T00:07:30.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:29 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:30.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:29 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:30.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:29 smithi055 ceph-mon[183057]: from='osd.5 [v2:172.21.15.82:6808/1204634511,v1:172.21.15.82:6809/1204634511]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-10-14T00:07:30.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:29 smithi055 ceph-mon[183057]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-10-14T00:07:30.221 INFO:tasks.rados.rados.0.smithi055.stdout:1719: done (1 left) 2023-10-14T00:07:30.221 INFO:tasks.rados.rados.0.smithi055.stdout:1720: rmattr oid 23 current snap is 157 2023-10-14T00:07:30.222 INFO:tasks.rados.rados.0.smithi055.stdout:1720: done (1 left) 2023-10-14T00:07:30.222 INFO:tasks.rados.rados.0.smithi055.stdout:1721: read oid 39 snap 149 2023-10-14T00:07:30.222 INFO:tasks.rados.rados.0.smithi055.stdout:1721: expect deleted 2023-10-14T00:07:30.222 INFO:tasks.rados.rados.0.smithi055.stdout:1722: read oid 21 snap 149 2023-10-14T00:07:30.222 INFO:tasks.rados.rados.0.smithi055.stdout:1722: expect (ObjNum 536 snap 149 seq_num 536) 2023-10-14T00:07:30.223 INFO:tasks.rados.rados.0.smithi055.stdout:1723: delete oid 37 current snap is 157 2023-10-14T00:07:30.223 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 9 v 325 (ObjNum 551 snap 153 seq_num 551) dirty exists 2023-10-14T00:07:30.224 INFO:tasks.rados.rados.0.smithi055.stdout:1718: done (3 left) 2023-10-14T00:07:30.224 INFO:tasks.rados.rados.0.smithi055.stdout:1723: done (2 left) 2023-10-14T00:07:30.224 INFO:tasks.rados.rados.0.smithi055.stdout:1724: read oid 36 snap 149 2023-10-14T00:07:30.224 INFO:tasks.rados.rados.0.smithi055.stdout:1724: expect (ObjNum 535 snap 149 seq_num 535) 2023-10-14T00:07:30.224 INFO:tasks.rados.rados.0.smithi055.stdout:1725: delete oid 11 current snap is 157 2023-10-14T00:07:30.225 INFO:tasks.rados.rados.0.smithi055.stdout:1725: done (3 left) 2023-10-14T00:07:30.226 INFO:tasks.rados.rados.0.smithi055.stdout:1726: delete oid 37 current snap is 157 2023-10-14T00:07:30.230 INFO:tasks.rados.rados.0.smithi055.stdout:1721: done (3 left) 2023-10-14T00:07:30.230 INFO:tasks.rados.rados.0.smithi055.stdout:1726: done (2 left) 2023-10-14T00:07:30.230 INFO:tasks.rados.rados.0.smithi055.stdout:1727: snap_create 2023-10-14T00:07:30.236 INFO:tasks.rados.rados.0.smithi055.stdout:1722: expect (ObjNum 536 snap 149 seq_num 536) 2023-10-14T00:07:30.282 INFO:tasks.rados.rados.0.smithi055.stdout:1724: expect (ObjNum 535 snap 149 seq_num 535) 2023-10-14T00:07:30.626 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 00:07:30 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-5[193628]: 2023-10-14T00:07:30.257+0000 7f5eb5ebd700 -1 osd.5 379 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-10-14T00:07:30.856 INFO:tasks.rados.rados.0.smithi055.stdout:1722: done (2 left) 2023-10-14T00:07:30.857 INFO:tasks.rados.rados.0.smithi055.stdout:1724: done (1 left) 2023-10-14T00:07:30.857 INFO:tasks.rados.rados.0.smithi055.stdout:1727: done (0 left) 2023-10-14T00:07:30.857 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 49 current snap is 158 2023-10-14T00:07:30.858 INFO:tasks.rados.rados.0.smithi055.stdout:1728: seq_num 563 ranges {9445376=638976,10084352=565248,10649600=794624,11444224=245760} 2023-10-14T00:07:30.913 INFO:tasks.rados.rados.0.smithi055.stdout:1728: writing smithi055169533-49 from 9445376 to 10084352 tid 1 2023-10-14T00:07:30.917 INFO:tasks.rados.rados.0.smithi055.stdout:1728: writing smithi055169533-49 from 10084352 to 10649600 tid 2 2023-10-14T00:07:30.920 INFO:tasks.rados.rados.0.smithi055.stdout:1728: writing smithi055169533-49 from 10649600 to 11444224 tid 3 2023-10-14T00:07:30.921 INFO:tasks.rados.rados.0.smithi055.stdout:1728: writing smithi055169533-49 from 11444224 to 11689984 tid 4 2023-10-14T00:07:30.922 INFO:tasks.rados.rados.0.smithi055.stdout:1729: setattr oid 31 current snap is 158 2023-10-14T00:07:30.923 INFO:tasks.rados.rados.0.smithi055.stdout:1730: read oid 35 snap -1 2023-10-14T00:07:30.924 INFO:tasks.rados.rados.0.smithi055.stdout:1730: expect (ObjNum 490 snap 139 seq_num 490) 2023-10-14T00:07:30.924 INFO:tasks.rados.rados.0.smithi055.stdout:1731: snap_remove snap 154 2023-10-14T00:07:31.341 INFO:tasks.rados.rados.0.smithi055.stdout:1731: done (3 left) 2023-10-14T00:07:31.341 INFO:tasks.rados.rados.0.smithi055.stdout:1732: setattr oid 18 current snap is 158 2023-10-14T00:07:31.341 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 31 v 532 (ObjNum 548 snap 153 seq_num 548) dirty exists 2023-10-14T00:07:31.341 INFO:tasks.rados.rados.0.smithi055.stdout:1729: done (3 left) 2023-10-14T00:07:31.342 INFO:tasks.rados.rados.0.smithi055.stdout:1733: snap_create 2023-10-14T00:07:31.372 INFO:tasks.rados.rados.0.smithi055.stdout:1728: finishing write tid 1 to smithi055169533-49 2023-10-14T00:07:31.372 INFO:tasks.rados.rados.0.smithi055.stdout:1728: finishing write tid 2 to smithi055169533-49 2023-10-14T00:07:31.373 INFO:tasks.rados.rados.0.smithi055.stdout:1730: expect (ObjNum 490 snap 139 seq_num 490) 2023-10-14T00:07:31.432 INFO:tasks.rados.rados.0.smithi055.stdout:1728: finishing write tid 3 to smithi055169533-49 2023-10-14T00:07:31.432 INFO:tasks.rados.rados.0.smithi055.stdout:1728: finishing write tid 4 to smithi055169533-49 2023-10-14T00:07:31.433 INFO:tasks.rados.rados.0.smithi055.stdout:1728: finishing write tid 5 to smithi055169533-49 2023-10-14T00:07:31.433 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 18 v 832 (ObjNum 65 snap 0 seq_num 1616342877) dirty exists 2023-10-14T00:07:31.433 INFO:tasks.rados.rados.0.smithi055.stdout:1728: finishing write tid 6 to smithi055169533-49 2023-10-14T00:07:31.433 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 49 v 830 (ObjNum 563 snap 158 seq_num 563) dirty exists 2023-10-14T00:07:31.433 INFO:tasks.rados.rados.0.smithi055.stdout:1728: left oid 49 (ObjNum 563 snap 158 seq_num 563) 2023-10-14T00:07:31.483 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:31 smithi082 ceph-mon[180771]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-10-14T00:07:31.484 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:31 smithi082 ceph-mon[180771]: osdmap e387: 8 total, 7 up, 8 in 2023-10-14T00:07:31.484 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:31 smithi082 ceph-mon[180771]: from='osd.5 [v2:172.21.15.82:6808/1204634511,v1:172.21.15.82:6809/1204634511]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]: dispatch 2023-10-14T00:07:31.484 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:31 smithi082 ceph-mon[180771]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]: dispatch 2023-10-14T00:07:31.484 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:31 smithi082 ceph-mon[180771]: failed to encode map e387 with expected crc 2023-10-14T00:07:31.484 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:31 smithi082 ceph-mon[180771]: failed to encode map e387 with expected crc 2023-10-14T00:07:31.485 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:31 smithi082 ceph-mon[180771]: failed to encode map e387 with expected crc 2023-10-14T00:07:31.485 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:31 smithi082 ceph-mon[180771]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-10-14T00:07:31.485 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:31 smithi082 ceph-mon[180771]: failed to encode map e388 with expected crc 2023-10-14T00:07:31.485 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:31 smithi082 ceph-mon[180771]: failed to encode map e388 with expected crc 2023-10-14T00:07:31.485 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:31 smithi082 ceph-mon[180771]: osd.5 [v2:172.21.15.82:6808/1204634511,v1:172.21.15.82:6809/1204634511] boot 2023-10-14T00:07:31.486 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:31 smithi082 ceph-mon[180771]: osdmap e388: 8 total, 8 up, 8 in 2023-10-14T00:07:31.486 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:31 smithi082 ceph-mon[180771]: failed to encode map e388 with expected crc 2023-10-14T00:07:31.486 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:31 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-14T00:07:31.486 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:31 smithi082 ceph-mon[180771]: failed to encode map e388 with expected crc 2023-10-14T00:07:31.486 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:31 smithi082 ceph-mon[180771]: failed to encode map e388 with expected crc 2023-10-14T00:07:31.487 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:31 smithi082 ceph-mon[180771]: pgmap v294: 121 pgs: 4 peering, 11 active+undersized+degraded, 34 active+undersized, 72 active+clean; 162 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.9 MiB/s rd, 530 KiB/s wr, 3 op/s; 39/252 objects degraded (15.476%) 2023-10-14T00:07:31.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:31 smithi055 ceph-mon[185614]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-10-14T00:07:31.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:31 smithi055 ceph-mon[185614]: osdmap e387: 8 total, 7 up, 8 in 2023-10-14T00:07:31.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:31 smithi055 ceph-mon[185614]: from='osd.5 [v2:172.21.15.82:6808/1204634511,v1:172.21.15.82:6809/1204634511]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]: dispatch 2023-10-14T00:07:31.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:31 smithi055 ceph-mon[185614]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]: dispatch 2023-10-14T00:07:31.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:31 smithi055 ceph-mon[185614]: failed to encode map e387 with expected crc 2023-10-14T00:07:31.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:31 smithi055 ceph-mon[185614]: failed to encode map e387 with expected crc 2023-10-14T00:07:31.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:31 smithi055 ceph-mon[185614]: failed to encode map e387 with expected crc 2023-10-14T00:07:31.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:31 smithi055 ceph-mon[185614]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-10-14T00:07:31.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:31 smithi055 ceph-mon[185614]: failed to encode map e388 with expected crc 2023-10-14T00:07:31.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:31 smithi055 ceph-mon[185614]: failed to encode map e388 with expected crc 2023-10-14T00:07:31.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:31 smithi055 ceph-mon[185614]: osd.5 [v2:172.21.15.82:6808/1204634511,v1:172.21.15.82:6809/1204634511] boot 2023-10-14T00:07:31.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:31 smithi055 ceph-mon[185614]: osdmap e388: 8 total, 8 up, 8 in 2023-10-14T00:07:31.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:31 smithi055 ceph-mon[185614]: failed to encode map e388 with expected crc 2023-10-14T00:07:31.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:31 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-14T00:07:31.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:31 smithi055 ceph-mon[185614]: failed to encode map e388 with expected crc 2023-10-14T00:07:31.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:31 smithi055 ceph-mon[185614]: failed to encode map e388 with expected crc 2023-10-14T00:07:31.521 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:31 smithi055 ceph-mon[185614]: pgmap v294: 121 pgs: 4 peering, 11 active+undersized+degraded, 34 active+undersized, 72 active+clean; 162 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.9 MiB/s rd, 530 KiB/s wr, 3 op/s; 39/252 objects degraded (15.476%) 2023-10-14T00:07:31.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:31 smithi055 ceph-mon[183057]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-10-14T00:07:31.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:31 smithi055 ceph-mon[183057]: osdmap e387: 8 total, 7 up, 8 in 2023-10-14T00:07:31.522 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:31 smithi055 ceph-mon[183057]: from='osd.5 [v2:172.21.15.82:6808/1204634511,v1:172.21.15.82:6809/1204634511]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]: dispatch 2023-10-14T00:07:31.522 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:31 smithi055 ceph-mon[183057]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]: dispatch 2023-10-14T00:07:31.522 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:31 smithi055 ceph-mon[183057]: failed to encode map e387 with expected crc 2023-10-14T00:07:31.522 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:31 smithi055 ceph-mon[183057]: failed to encode map e387 with expected crc 2023-10-14T00:07:31.522 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:31 smithi055 ceph-mon[183057]: failed to encode map e387 with expected crc 2023-10-14T00:07:31.523 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:31 smithi055 ceph-mon[183057]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-10-14T00:07:31.523 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:31 smithi055 ceph-mon[183057]: failed to encode map e388 with expected crc 2023-10-14T00:07:31.523 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:31 smithi055 ceph-mon[183057]: failed to encode map e388 with expected crc 2023-10-14T00:07:31.523 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:31 smithi055 ceph-mon[183057]: osd.5 [v2:172.21.15.82:6808/1204634511,v1:172.21.15.82:6809/1204634511] boot 2023-10-14T00:07:31.523 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:31 smithi055 ceph-mon[183057]: osdmap e388: 8 total, 8 up, 8 in 2023-10-14T00:07:31.524 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:31 smithi055 ceph-mon[183057]: failed to encode map e388 with expected crc 2023-10-14T00:07:31.524 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:31 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-14T00:07:31.524 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:31 smithi055 ceph-mon[183057]: failed to encode map e388 with expected crc 2023-10-14T00:07:31.524 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:31 smithi055 ceph-mon[183057]: failed to encode map e388 with expected crc 2023-10-14T00:07:31.525 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:31 smithi055 ceph-mon[183057]: pgmap v294: 121 pgs: 4 peering, 11 active+undersized+degraded, 34 active+undersized, 72 active+clean; 162 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.9 MiB/s rd, 530 KiB/s wr, 3 op/s; 39/252 objects degraded (15.476%) 2023-10-14T00:07:32.016 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:07:31 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:07:31.746+0000 7fd8bf982700 -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-10-14T00:07:32.354 INFO:tasks.rados.rados.0.smithi055.stdout:1728: done (3 left) 2023-10-14T00:07:32.354 INFO:tasks.rados.rados.0.smithi055.stdout:1730: done (2 left) 2023-10-14T00:07:32.354 INFO:tasks.rados.rados.0.smithi055.stdout:1732: done (1 left) 2023-10-14T00:07:32.355 INFO:tasks.rados.rados.0.smithi055.stdout:1733: done (0 left) 2023-10-14T00:07:32.355 INFO:tasks.rados.rados.0.smithi055.stdout:1734: snap_create 2023-10-14T00:07:32.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:32 smithi082 ceph-mon[180771]: failed to encode map e389 with expected crc 2023-10-14T00:07:32.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:32 smithi082 ceph-mon[180771]: failed to encode map e389 with expected crc 2023-10-14T00:07:32.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:32 smithi082 ceph-mon[180771]: osdmap e389: 8 total, 8 up, 8 in 2023-10-14T00:07:32.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:32 smithi082 ceph-mon[180771]: failed to encode map e389 with expected crc 2023-10-14T00:07:32.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:32 smithi082 ceph-mon[180771]: failed to encode map e389 with expected crc 2023-10-14T00:07:32.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:32 smithi082 ceph-mon[180771]: failed to encode map e389 with expected crc 2023-10-14T00:07:32.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:32 smithi082 ceph-mon[180771]: failed to encode map e389 with expected crc 2023-10-14T00:07:32.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:32 smithi082 ceph-mon[180771]: Health check update: Degraded data redundancy: 39/252 objects degraded (15.476%), 11 pgs degraded (PG_DEGRADED) 2023-10-14T00:07:32.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:32.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:32.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:07:32.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:07:32.628 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:32.628 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:07:32.628 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:07:32.628 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:07:32.628 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:07:32.629 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-10-14T00:07:32.629 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:32 smithi082 ceph-mon[180771]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-10-14T00:07:32.629 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:32 smithi082 ceph-mon[180771]: Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2023-10-14T00:07:32.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:32 smithi055 ceph-mon[185614]: failed to encode map e389 with expected crc 2023-10-14T00:07:32.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:32 smithi055 ceph-mon[185614]: failed to encode map e389 with expected crc 2023-10-14T00:07:32.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:32 smithi055 ceph-mon[185614]: osdmap e389: 8 total, 8 up, 8 in 2023-10-14T00:07:32.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:32 smithi055 ceph-mon[185614]: failed to encode map e389 with expected crc 2023-10-14T00:07:32.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:32 smithi055 ceph-mon[185614]: failed to encode map e389 with expected crc 2023-10-14T00:07:32.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:32 smithi055 ceph-mon[185614]: failed to encode map e389 with expected crc 2023-10-14T00:07:32.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:32 smithi055 ceph-mon[185614]: failed to encode map e389 with expected crc 2023-10-14T00:07:32.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:32 smithi055 ceph-mon[185614]: Health check update: Degraded data redundancy: 39/252 objects degraded (15.476%), 11 pgs degraded (PG_DEGRADED) 2023-10-14T00:07:32.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:32.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:32.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:07:32.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:07:32.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:32.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:07:32.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:07:32.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:07:32.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:07:32.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-10-14T00:07:32.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:32 smithi055 ceph-mon[185614]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-10-14T00:07:32.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:32 smithi055 ceph-mon[185614]: Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2023-10-14T00:07:32.771 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:32 smithi055 ceph-mon[183057]: failed to encode map e389 with expected crc 2023-10-14T00:07:32.771 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:32 smithi055 ceph-mon[183057]: failed to encode map e389 with expected crc 2023-10-14T00:07:32.771 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:32 smithi055 ceph-mon[183057]: osdmap e389: 8 total, 8 up, 8 in 2023-10-14T00:07:32.771 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:32 smithi055 ceph-mon[183057]: failed to encode map e389 with expected crc 2023-10-14T00:07:32.772 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:32 smithi055 ceph-mon[183057]: failed to encode map e389 with expected crc 2023-10-14T00:07:32.772 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:32 smithi055 ceph-mon[183057]: failed to encode map e389 with expected crc 2023-10-14T00:07:32.772 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:32 smithi055 ceph-mon[183057]: failed to encode map e389 with expected crc 2023-10-14T00:07:32.772 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:32 smithi055 ceph-mon[183057]: Health check update: Degraded data redundancy: 39/252 objects degraded (15.476%), 11 pgs degraded (PG_DEGRADED) 2023-10-14T00:07:32.773 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:32.773 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:32.773 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:07:32.773 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:07:32.773 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:32.774 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:07:32.774 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:07:32.774 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:07:32.774 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:07:32.774 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-10-14T00:07:32.775 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:32 smithi055 ceph-mon[183057]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-10-14T00:07:32.775 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:32 smithi055 ceph-mon[183057]: Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2023-10-14T00:07:33.368 INFO:tasks.rados.rados.0.smithi055.stdout:1734: done (0 left) 2023-10-14T00:07:33.368 INFO:tasks.rados.rados.0.smithi055.stdout:1735: snap_remove snap 157 2023-10-14T00:07:33.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:33 smithi082 ceph-mon[180771]: failed to encode map e390 with expected crc 2023-10-14T00:07:33.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:33 smithi082 ceph-mon[180771]: osdmap e390: 8 total, 8 up, 8 in 2023-10-14T00:07:33.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:33 smithi082 ceph-mon[180771]: pgmap v297: 121 pgs: 1 active+clean+snaptrim, 4 peering, 10 active+undersized+degraded, 30 active+undersized, 76 active+clean; 162 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.9 MiB/s rd, 530 KiB/s wr, 8 op/s; 38/258 objects degraded (14.729%) 2023-10-14T00:07:33.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:33 smithi055 ceph-mon[185614]: failed to encode map e390 with expected crc 2023-10-14T00:07:33.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:33 smithi055 ceph-mon[185614]: osdmap e390: 8 total, 8 up, 8 in 2023-10-14T00:07:33.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:33 smithi055 ceph-mon[185614]: pgmap v297: 121 pgs: 1 active+clean+snaptrim, 4 peering, 10 active+undersized+degraded, 30 active+undersized, 76 active+clean; 162 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.9 MiB/s rd, 530 KiB/s wr, 8 op/s; 38/258 objects degraded (14.729%) 2023-10-14T00:07:33.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:33 smithi055 ceph-mon[183057]: failed to encode map e390 with expected crc 2023-10-14T00:07:33.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:33 smithi055 ceph-mon[183057]: osdmap e390: 8 total, 8 up, 8 in 2023-10-14T00:07:33.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:33 smithi055 ceph-mon[183057]: pgmap v297: 121 pgs: 1 active+clean+snaptrim, 4 peering, 10 active+undersized+degraded, 30 active+undersized, 76 active+clean; 162 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.9 MiB/s rd, 530 KiB/s wr, 8 op/s; 38/258 objects degraded (14.729%) 2023-10-14T00:07:34.370 INFO:tasks.rados.rados.0.smithi055.stdout:1735: done (0 left) 2023-10-14T00:07:34.370 INFO:tasks.rados.rados.0.smithi055.stdout:1736: rollback oid 7 current snap is 160 2023-10-14T00:07:34.371 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 7 to 159 2023-10-14T00:07:34.371 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 31 current snap is 160 2023-10-14T00:07:34.371 INFO:tasks.rados.rados.0.smithi055.stdout:1737: seq_num 564 ranges {1990656=655360,2646016=442368,3088384=598016,3686400=565248} 2023-10-14T00:07:34.385 INFO:tasks.rados.rados.0.smithi055.stdout:1737: writing smithi055169533-31 from 1990656 to 2646016 tid 1 2023-10-14T00:07:34.388 INFO:tasks.rados.rados.0.smithi055.stdout:1737: writing smithi055169533-31 from 2646016 to 3088384 tid 2 2023-10-14T00:07:34.393 INFO:tasks.rados.rados.0.smithi055.stdout:1737: writing smithi055169533-31 from 3088384 to 3686400 tid 3 2023-10-14T00:07:34.396 INFO:tasks.rados.rados.0.smithi055.stdout:1737: writing smithi055169533-31 from 3686400 to 4251648 tid 4 2023-10-14T00:07:34.396 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 50 current snap is 160 2023-10-14T00:07:34.396 INFO:tasks.rados.rados.0.smithi055.stdout:1736: finishing rollback tid 0 to smithi055169533-7 2023-10-14T00:07:34.397 INFO:tasks.rados.rados.0.smithi055.stdout:1736: finishing rollback tid 1 to smithi055169533-7 2023-10-14T00:07:34.397 INFO:tasks.rados.rados.0.smithi055.stdout:1736: finishing rollback tid 2 to smithi055169533-7 2023-10-14T00:07:34.397 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 7 v 672 (ObjNum 457 snap 126 seq_num 457) dirty exists 2023-10-14T00:07:34.397 INFO:tasks.rados.rados.0.smithi055.stdout:1737: finishing write tid 1 to smithi055169533-31 2023-10-14T00:07:34.397 INFO:tasks.rados.rados.0.smithi055.stdout:1738: seq_num 565 ranges {3063808=671744,3735552=729088,4464640=753664,5218304=122880} 2023-10-14T00:07:34.417 INFO:tasks.rados.rados.0.smithi055.stdout:1738: writing smithi055169533-50 from 3063808 to 3735552 tid 1 2023-10-14T00:07:34.421 INFO:tasks.rados.rados.0.smithi055.stdout:1738: writing smithi055169533-50 from 3735552 to 4464640 tid 2 2023-10-14T00:07:34.425 INFO:tasks.rados.rados.0.smithi055.stdout:1738: writing smithi055169533-50 from 4464640 to 5218304 tid 3 2023-10-14T00:07:34.426 INFO:tasks.rados.rados.0.smithi055.stdout:1738: writing smithi055169533-50 from 5218304 to 5341184 tid 4 2023-10-14T00:07:34.426 INFO:tasks.rados.rados.0.smithi055.stdout:1736: done (2 left) 2023-10-14T00:07:34.427 INFO:tasks.rados.rados.0.smithi055.stdout:1739: read oid 2 snap -1 2023-10-14T00:07:34.427 INFO:tasks.rados.rados.0.smithi055.stdout:1739: expect (ObjNum 398 snap 110 seq_num 398) 2023-10-14T00:07:34.427 INFO:tasks.rados.rados.0.smithi055.stdout:1740: snap_remove snap 158 2023-10-14T00:07:34.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:34 smithi082 ceph-mon[180771]: failed to encode map e391 with expected crc 2023-10-14T00:07:34.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:34 smithi082 ceph-mon[180771]: osdmap e391: 8 total, 8 up, 8 in 2023-10-14T00:07:34.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:34 smithi055 ceph-mon[185614]: failed to encode map e391 with expected crc 2023-10-14T00:07:34.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:34 smithi055 ceph-mon[185614]: osdmap e391: 8 total, 8 up, 8 in 2023-10-14T00:07:34.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:34 smithi055 ceph-mon[183057]: failed to encode map e391 with expected crc 2023-10-14T00:07:34.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:34 smithi055 ceph-mon[183057]: osdmap e391: 8 total, 8 up, 8 in 2023-10-14T00:07:35.377 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:07:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:07:35] "GET /metrics HTTP/1.1" 200 36113 "" "Prometheus/2.43.0" 2023-10-14T00:07:35.383 INFO:tasks.rados.rados.0.smithi055.stdout:1740: done (3 left) 2023-10-14T00:07:35.383 INFO:tasks.rados.rados.0.smithi055.stdout:1741: copy_from oid 36 from oid 30 current snap is 160 2023-10-14T00:07:35.383 INFO:tasks.rados.rados.0.smithi055.stdout:1737: finishing write tid 2 to smithi055169533-31 2023-10-14T00:07:35.384 INFO:tasks.rados.rados.0.smithi055.stdout:1737: finishing write tid 3 to smithi055169533-31 2023-10-14T00:07:35.384 INFO:tasks.rados.rados.0.smithi055.stdout:1737: finishing write tid 4 to smithi055169533-31 2023-10-14T00:07:35.384 INFO:tasks.rados.rados.0.smithi055.stdout:1737: finishing write tid 5 to smithi055169533-31 2023-10-14T00:07:35.384 INFO:tasks.rados.rados.0.smithi055.stdout:1737: finishing write tid 6 to smithi055169533-31 2023-10-14T00:07:35.385 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 31 v 541 (ObjNum 564 snap 160 seq_num 564) dirty exists 2023-10-14T00:07:35.385 INFO:tasks.rados.rados.0.smithi055.stdout:1737: left oid 31 (ObjNum 564 snap 160 seq_num 564) 2023-10-14T00:07:35.385 INFO:tasks.rados.rados.0.smithi055.stdout:1737: done (3 left) 2023-10-14T00:07:35.385 INFO:tasks.rados.rados.0.smithi055.stdout:1742: read oid 12 snap -1 2023-10-14T00:07:35.385 INFO:tasks.rados.rados.0.smithi055.stdout:1742: expect (ObjNum 525 snap 147 seq_num 525) 2023-10-14T00:07:35.386 INFO:tasks.rados.rados.0.smithi055.stdout:1743: copy_from oid 3 from oid 18 current snap is 160 2023-10-14T00:07:35.386 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 21 current snap is 160 2023-10-14T00:07:35.386 INFO:tasks.rados.rados.0.smithi055.stdout:1744: seq_num 566 ranges {0=688128,688128=614400,1302528=565248,1867776=425984} 2023-10-14T00:07:35.392 INFO:tasks.rados.rados.0.smithi055.stdout:1744: writing smithi055169533-21 from 0 to 688128 tid 1 2023-10-14T00:07:35.393 INFO:tasks.rados.rados.0.smithi055.stdout:1744: writing smithi055169533-21 from 688128 to 1302528 tid 2 2023-10-14T00:07:35.395 INFO:tasks.rados.rados.0.smithi055.stdout:1744: writing smithi055169533-21 from 1302528 to 1867776 tid 3 2023-10-14T00:07:35.398 INFO:tasks.rados.rados.0.smithi055.stdout:1744: writing smithi055169533-21 from 1867776 to 2293760 tid 4 2023-10-14T00:07:35.398 INFO:tasks.rados.rados.0.smithi055.stdout:1745: snap_remove snap 159 2023-10-14T00:07:35.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:35 smithi055 ceph-mon[185614]: failed to encode map e392 with expected crc 2023-10-14T00:07:35.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:35 smithi055 ceph-mon[185614]: failed to encode map e392 with expected crc 2023-10-14T00:07:35.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:35 smithi055 ceph-mon[185614]: osdmap e392: 8 total, 8 up, 8 in 2023-10-14T00:07:35.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:35 smithi055 ceph-mon[185614]: pgmap v300: 121 pgs: 1 active+clean+snaptrim, 4 peering, 2 active+undersized+degraded, 16 active+undersized, 98 active+clean; 165 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 2.5 MiB/s rd, 1.1 MiB/s wr, 20 op/s; 8/264 objects degraded (3.030%) 2023-10-14T00:07:35.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:35 smithi055 ceph-mon[183057]: failed to encode map e392 with expected crc 2023-10-14T00:07:35.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:35 smithi055 ceph-mon[183057]: failed to encode map e392 with expected crc 2023-10-14T00:07:35.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:35 smithi055 ceph-mon[183057]: osdmap e392: 8 total, 8 up, 8 in 2023-10-14T00:07:35.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:35 smithi055 ceph-mon[183057]: pgmap v300: 121 pgs: 1 active+clean+snaptrim, 4 peering, 2 active+undersized+degraded, 16 active+undersized, 98 active+clean; 165 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 2.5 MiB/s rd, 1.1 MiB/s wr, 20 op/s; 8/264 objects degraded (3.030%) 2023-10-14T00:07:35.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:35 smithi082 ceph-mon[180771]: failed to encode map e392 with expected crc 2023-10-14T00:07:35.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:35 smithi082 ceph-mon[180771]: failed to encode map e392 with expected crc 2023-10-14T00:07:35.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:35 smithi082 ceph-mon[180771]: osdmap e392: 8 total, 8 up, 8 in 2023-10-14T00:07:35.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:35 smithi082 ceph-mon[180771]: pgmap v300: 121 pgs: 1 active+clean+snaptrim, 4 peering, 2 active+undersized+degraded, 16 active+undersized, 98 active+clean; 165 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 2.5 MiB/s rd, 1.1 MiB/s wr, 20 op/s; 8/264 objects degraded (3.030%) 2023-10-14T00:07:36.407 INFO:tasks.rados.rados.0.smithi055.stdout:1745: done (6 left) 2023-10-14T00:07:36.407 INFO:tasks.rados.rados.0.smithi055.stdout:1746: copy_from oid 47 from oid 16 current snap is 160 2023-10-14T00:07:36.407 INFO:tasks.rados.rados.0.smithi055.stdout:1738: finishing write tid 1 to smithi055169533-50 2023-10-14T00:07:36.407 INFO:tasks.rados.rados.0.smithi055.stdout:1738: finishing write tid 2 to smithi055169533-50 2023-10-14T00:07:36.408 INFO:tasks.rados.rados.0.smithi055.stdout:1738: finishing write tid 3 to smithi055169533-50 2023-10-14T00:07:36.408 INFO:tasks.rados.rados.0.smithi055.stdout:1738: finishing write tid 4 to smithi055169533-50 2023-10-14T00:07:36.408 INFO:tasks.rados.rados.0.smithi055.stdout:1738: finishing write tid 5 to smithi055169533-50 2023-10-14T00:07:36.408 INFO:tasks.rados.rados.0.smithi055.stdout:1738: finishing write tid 6 to smithi055169533-50 2023-10-14T00:07:36.409 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 50 v 800 (ObjNum 565 snap 160 seq_num 565) dirty exists 2023-10-14T00:07:36.409 INFO:tasks.rados.rados.0.smithi055.stdout:1738: left oid 50 (ObjNum 565 snap 160 seq_num 565) 2023-10-14T00:07:36.409 INFO:tasks.rados.rados.0.smithi055.stdout:1739: expect (ObjNum 398 snap 110 seq_num 398) 2023-10-14T00:07:36.463 INFO:tasks.rados.rados.0.smithi055.stdout:1743: finishing copy_from racing read to smithi055169533-3 2023-10-14T00:07:36.463 INFO:tasks.rados.rados.0.smithi055.stdout:1743: finishing copy_from to smithi055169533-3 2023-10-14T00:07:36.463 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 3 v 832 (ObjNum 129 snap 0 seq_num 1528576688) dirty exists 2023-10-14T00:07:36.463 INFO:tasks.rados.rados.0.smithi055.stdout:1744: finishing write tid 1 to smithi055169533-21 2023-10-14T00:07:36.464 INFO:tasks.rados.rados.0.smithi055.stdout:1744: finishing write tid 2 to smithi055169533-21 2023-10-14T00:07:36.464 INFO:tasks.rados.rados.0.smithi055.stdout:1738: done (6 left) 2023-10-14T00:07:36.464 INFO:tasks.rados.rados.0.smithi055.stdout:1739: done (5 left) 2023-10-14T00:07:36.464 INFO:tasks.rados.rados.0.smithi055.stdout:1743: done (4 left) 2023-10-14T00:07:36.464 INFO:tasks.rados.rados.0.smithi055.stdout:1747: snap_create 2023-10-14T00:07:36.465 INFO:tasks.rados.rados.0.smithi055.stdout:1744: finishing write tid 3 to smithi055169533-21 2023-10-14T00:07:36.465 INFO:tasks.rados.rados.0.smithi055.stdout:1744: finishing write tid 4 to smithi055169533-21 2023-10-14T00:07:36.465 INFO:tasks.rados.rados.0.smithi055.stdout:1744: finishing write tid 5 to smithi055169533-21 2023-10-14T00:07:36.465 INFO:tasks.rados.rados.0.smithi055.stdout:1744: finishing write tid 6 to smithi055169533-21 2023-10-14T00:07:36.465 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 21 v 516 (ObjNum 566 snap 160 seq_num 566) dirty exists 2023-10-14T00:07:36.466 INFO:tasks.rados.rados.0.smithi055.stdout:1744: left oid 21 (ObjNum 566 snap 160 seq_num 566) 2023-10-14T00:07:36.466 INFO:tasks.rados.rados.0.smithi055.stdout:1741: finishing copy_from racing read to smithi055169533-36 2023-10-14T00:07:36.466 INFO:tasks.rados.rados.0.smithi055.stdout:1742: expect (ObjNum 525 snap 147 seq_num 525) 2023-10-14T00:07:36.579 INFO:tasks.rados.rados.0.smithi055.stdout:1741: finishing copy_from to smithi055169533-36 2023-10-14T00:07:36.579 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 36 v 636 (ObjNum 446 snap 122 seq_num 446) dirty exists 2023-10-14T00:07:36.580 INFO:tasks.rados.rados.0.smithi055.stdout:1746: finishing copy_from racing read to smithi055169533-47 2023-10-14T00:07:36.580 INFO:tasks.rados.rados.0.smithi055.stdout:1746: finishing copy_from to smithi055169533-47 2023-10-14T00:07:36.580 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 47 v 341 (ObjNum 555 snap 154 seq_num 555) dirty exists 2023-10-14T00:07:36.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:36 smithi055 ceph-mon[185614]: failed to encode map e393 with expected crc 2023-10-14T00:07:36.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:36 smithi055 ceph-mon[185614]: osdmap e393: 8 total, 8 up, 8 in 2023-10-14T00:07:36.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:36 smithi055 ceph-mon[185614]: failed to encode map e393 with expected crc 2023-10-14T00:07:36.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:36 smithi055 ceph-mon[183057]: failed to encode map e393 with expected crc 2023-10-14T00:07:36.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:36 smithi055 ceph-mon[183057]: osdmap e393: 8 total, 8 up, 8 in 2023-10-14T00:07:36.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:36 smithi055 ceph-mon[183057]: failed to encode map e393 with expected crc 2023-10-14T00:07:36.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:36 smithi082 ceph-mon[180771]: failed to encode map e393 with expected crc 2023-10-14T00:07:36.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:36 smithi082 ceph-mon[180771]: osdmap e393: 8 total, 8 up, 8 in 2023-10-14T00:07:36.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:36 smithi082 ceph-mon[180771]: failed to encode map e393 with expected crc 2023-10-14T00:07:37.423 INFO:tasks.rados.rados.0.smithi055.stdout:1741: done (4 left) 2023-10-14T00:07:37.424 INFO:tasks.rados.rados.0.smithi055.stdout:1742: done (3 left) 2023-10-14T00:07:37.424 INFO:tasks.rados.rados.0.smithi055.stdout:1744: done (2 left) 2023-10-14T00:07:37.424 INFO:tasks.rados.rados.0.smithi055.stdout:1746: done (1 left) 2023-10-14T00:07:37.424 INFO:tasks.rados.rados.0.smithi055.stdout:1747: done (0 left) 2023-10-14T00:07:37.424 INFO:tasks.rados.rados.0.smithi055.stdout:1748: delete oid 30 current snap is 161 2023-10-14T00:07:37.430 INFO:tasks.rados.rados.0.smithi055.stdout:1748: done (0 left) 2023-10-14T00:07:37.430 INFO:tasks.rados.rados.0.smithi055.stdout:1749: rollback oid 41 current snap is 161 2023-10-14T00:07:37.430 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 41 to 160 2023-10-14T00:07:37.430 INFO:tasks.rados.rados.0.smithi055.stdout:1750: read oid 42 snap -1 2023-10-14T00:07:37.431 INFO:tasks.rados.rados.0.smithi055.stdout:1750: expect (ObjNum 434 snap 119 seq_num 434) 2023-10-14T00:07:37.431 INFO:tasks.rados.rados.0.smithi055.stdout:1751: copy_from oid 31 from oid 50 current snap is 161 2023-10-14T00:07:37.431 INFO:tasks.rados.rados.0.smithi055.stdout:1752: snap_create 2023-10-14T00:07:37.433 INFO:tasks.rados.rados.0.smithi055.stdout:1749: finishing rollback tid 1 to smithi055169533-41 2023-10-14T00:07:37.433 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 41 v 0 (ObjNum 177 snap 0 seq_num 1528695424) dirty dne 2023-10-14T00:07:37.433 INFO:tasks.rados.rados.0.smithi055.stdout:1750: expect (ObjNum 434 snap 119 seq_num 434) 2023-10-14T00:07:37.457 INFO:tasks.rados.rados.0.smithi055.stdout:1751: finishing copy_from racing read to smithi055169533-31 2023-10-14T00:07:37.460 INFO:tasks.rados.rados.0.smithi055.stdout:1751: finishing copy_from to smithi055169533-31 2023-10-14T00:07:37.460 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 31 v 800 (ObjNum 565 snap 160 seq_num 565) dirty exists 2023-10-14T00:07:37.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:37 smithi055 ceph-mon[183057]: osdmap e394: 8 total, 8 up, 8 in 2023-10-14T00:07:37.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:37 smithi055 ceph-mon[183057]: failed to encode map e394 with expected crc 2023-10-14T00:07:37.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:37 smithi055 ceph-mon[183057]: pgmap v303: 121 pgs: 121 active+clean; 167 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.0 MiB/s rd, 2.1 MiB/s wr, 19 op/s; 1.7 MiB/s, 0 objects/s recovering 2023-10-14T00:07:37.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:37 smithi055 ceph-mon[185614]: osdmap e394: 8 total, 8 up, 8 in 2023-10-14T00:07:37.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:37 smithi055 ceph-mon[185614]: failed to encode map e394 with expected crc 2023-10-14T00:07:37.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:37 smithi055 ceph-mon[185614]: pgmap v303: 121 pgs: 121 active+clean; 167 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.0 MiB/s rd, 2.1 MiB/s wr, 19 op/s; 1.7 MiB/s, 0 objects/s recovering 2023-10-14T00:07:37.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:37 smithi082 ceph-mon[180771]: osdmap e394: 8 total, 8 up, 8 in 2023-10-14T00:07:37.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:37 smithi082 ceph-mon[180771]: failed to encode map e394 with expected crc 2023-10-14T00:07:37.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:37 smithi082 ceph-mon[180771]: pgmap v303: 121 pgs: 121 active+clean; 167 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.0 MiB/s rd, 2.1 MiB/s wr, 19 op/s; 1.7 MiB/s, 0 objects/s recovering 2023-10-14T00:07:38.432 INFO:tasks.rados.rados.0.smithi055.stdout:1749: done (3 left) 2023-10-14T00:07:38.432 INFO:tasks.rados.rados.0.smithi055.stdout:1750: done (2 left) 2023-10-14T00:07:38.432 INFO:tasks.rados.rados.0.smithi055.stdout:1751: done (1 left) 2023-10-14T00:07:38.432 INFO:tasks.rados.rados.0.smithi055.stdout:1752: done (0 left) 2023-10-14T00:07:38.433 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 47 current snap is 162 2023-10-14T00:07:38.433 INFO:tasks.rados.rados.0.smithi055.stdout:1753: seq_num 568 ranges {2105344=720896,2826240=786432,3612672=581632,4194304=237568} 2023-10-14T00:07:38.447 INFO:tasks.rados.rados.0.smithi055.stdout:1753: writing smithi055169533-47 from 2105344 to 2826240 tid 1 2023-10-14T00:07:38.452 INFO:tasks.rados.rados.0.smithi055.stdout:1753: writing smithi055169533-47 from 2826240 to 3612672 tid 2 2023-10-14T00:07:38.456 INFO:tasks.rados.rados.0.smithi055.stdout:1753: writing smithi055169533-47 from 3612672 to 4194304 tid 3 2023-10-14T00:07:38.458 INFO:tasks.rados.rados.0.smithi055.stdout:1753: writing smithi055169533-47 from 4194304 to 4431872 tid 4 2023-10-14T00:07:38.458 INFO:tasks.rados.rados.0.smithi055.stdout:1754: read oid 37 snap -1 2023-10-14T00:07:38.458 INFO:tasks.rados.rados.0.smithi055.stdout:1754: expect deleted 2023-10-14T00:07:38.459 INFO:tasks.rados.rados.0.smithi055.stdout:1755: snap_create 2023-10-14T00:07:38.459 INFO:tasks.rados.rados.0.smithi055.stdout:1753: finishing write tid 1 to smithi055169533-47 2023-10-14T00:07:38.459 INFO:tasks.rados.rados.0.smithi055.stdout:1753: finishing write tid 2 to smithi055169533-47 2023-10-14T00:07:38.461 INFO:tasks.rados.rados.0.smithi055.stdout:1753: finishing write tid 3 to smithi055169533-47 2023-10-14T00:07:38.461 INFO:tasks.rados.rados.0.smithi055.stdout:1753: finishing write tid 4 to smithi055169533-47 2023-10-14T00:07:38.461 INFO:tasks.rados.rados.0.smithi055.stdout:1753: finishing write tid 5 to smithi055169533-47 2023-10-14T00:07:38.463 INFO:tasks.rados.rados.0.smithi055.stdout:1753: finishing write tid 6 to smithi055169533-47 2023-10-14T00:07:38.463 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 47 v 502 (ObjNum 568 snap 162 seq_num 568) dirty exists 2023-10-14T00:07:38.463 INFO:tasks.rados.rados.0.smithi055.stdout:1753: left oid 47 (ObjNum 568 snap 162 seq_num 568) 2023-10-14T00:07:38.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:38 smithi055 ceph-mon[185614]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 8/264 objects degraded (3.030%), 2 pgs degraded) 2023-10-14T00:07:38.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:38 smithi055 ceph-mon[185614]: Cluster is now healthy 2023-10-14T00:07:38.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:38 smithi055 ceph-mon[185614]: osdmap e395: 8 total, 8 up, 8 in 2023-10-14T00:07:38.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:38 smithi055 ceph-mon[185614]: failed to encode map e395 with expected crc 2023-10-14T00:07:38.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:38 smithi055 ceph-mon[185614]: failed to encode map e395 with expected crc 2023-10-14T00:07:38.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:38 smithi055 ceph-mon[183057]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 8/264 objects degraded (3.030%), 2 pgs degraded) 2023-10-14T00:07:38.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:38 smithi055 ceph-mon[183057]: Cluster is now healthy 2023-10-14T00:07:38.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:38 smithi055 ceph-mon[183057]: osdmap e395: 8 total, 8 up, 8 in 2023-10-14T00:07:38.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:38 smithi055 ceph-mon[183057]: failed to encode map e395 with expected crc 2023-10-14T00:07:38.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:38 smithi055 ceph-mon[183057]: failed to encode map e395 with expected crc 2023-10-14T00:07:38.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:38 smithi082 ceph-mon[180771]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 8/264 objects degraded (3.030%), 2 pgs degraded) 2023-10-14T00:07:38.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:38 smithi082 ceph-mon[180771]: Cluster is now healthy 2023-10-14T00:07:38.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:38 smithi082 ceph-mon[180771]: osdmap e395: 8 total, 8 up, 8 in 2023-10-14T00:07:38.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:38 smithi082 ceph-mon[180771]: failed to encode map e395 with expected crc 2023-10-14T00:07:38.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:38 smithi082 ceph-mon[180771]: failed to encode map e395 with expected crc 2023-10-14T00:07:38.877 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:07:38 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:07:38.660Z 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-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi055:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi082.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}];many-to-many matching not allowed: matching labels must be unique on one side" data="unsupported value type" 2023-10-14T00:07:38.878 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:07:38 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:07:38.662Z 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-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi055:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi082.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-10-14T00:07:39.471 INFO:tasks.rados.rados.0.smithi055.stdout:1753: done (2 left) 2023-10-14T00:07:39.472 INFO:tasks.rados.rados.0.smithi055.stdout:1754: done (1 left) 2023-10-14T00:07:39.472 INFO:tasks.rados.rados.0.smithi055.stdout:1755: done (0 left) 2023-10-14T00:07:39.472 INFO:tasks.rados.rados.0.smithi055.stdout:1756: snap_create 2023-10-14T00:07:39.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:39 smithi055 ceph-mon[183057]: osdmap e396: 8 total, 8 up, 8 in 2023-10-14T00:07:39.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:39 smithi055 ceph-mon[183057]: pgmap v306: 121 pgs: 121 active+clean; 170 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 3.5 MiB/s rd, 2.2 MiB/s wr, 6 op/s; 1.7 MiB/s, 0 objects/s recovering 2023-10-14T00:07:39.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:39 smithi055 ceph-mon[183057]: failed to encode map e396 with expected crc 2023-10-14T00:07:39.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:39.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:07:39.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:39 smithi055 ceph-mon[185614]: osdmap e396: 8 total, 8 up, 8 in 2023-10-14T00:07:39.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:39 smithi055 ceph-mon[185614]: pgmap v306: 121 pgs: 121 active+clean; 170 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 3.5 MiB/s rd, 2.2 MiB/s wr, 6 op/s; 1.7 MiB/s, 0 objects/s recovering 2023-10-14T00:07:39.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:39 smithi055 ceph-mon[185614]: failed to encode map e396 with expected crc 2023-10-14T00:07:39.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:39.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:07:39.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:39 smithi082 ceph-mon[180771]: osdmap e396: 8 total, 8 up, 8 in 2023-10-14T00:07:39.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:39 smithi082 ceph-mon[180771]: pgmap v306: 121 pgs: 121 active+clean; 170 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 3.5 MiB/s rd, 2.2 MiB/s wr, 6 op/s; 1.7 MiB/s, 0 objects/s recovering 2023-10-14T00:07:39.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:39 smithi082 ceph-mon[180771]: failed to encode map e396 with expected crc 2023-10-14T00:07:39.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:39.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:07:40.355 INFO:tasks.rados.rados.0.smithi055.stdout:1756: done (0 left) 2023-10-14T00:07:40.355 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 27 current snap is 164 2023-10-14T00:07:40.356 INFO:tasks.rados.rados.0.smithi055.stdout:1757: seq_num 569 ranges {2285568=737280,3022848=671744,3694592=737280,4431872=196608} 2023-10-14T00:07:40.372 INFO:tasks.rados.rados.0.smithi055.stdout:1757: writing smithi055169533-27 from 2285568 to 3022848 tid 1 2023-10-14T00:07:40.376 INFO:tasks.rados.rados.0.smithi055.stdout:1757: writing smithi055169533-27 from 3022848 to 3694592 tid 2 2023-10-14T00:07:40.380 INFO:tasks.rados.rados.0.smithi055.stdout:1757: writing smithi055169533-27 from 3694592 to 4431872 tid 3 2023-10-14T00:07:40.382 INFO:tasks.rados.rados.0.smithi055.stdout:1757: writing smithi055169533-27 from 4431872 to 4628480 tid 4 2023-10-14T00:07:40.382 INFO:tasks.rados.rados.0.smithi055.stdout:1758: setattr oid 26 current snap is 164 2023-10-14T00:07:40.382 INFO:tasks.rados.rados.0.smithi055.stdout:1757: finishing write tid 1 to smithi055169533-27 2023-10-14T00:07:40.383 INFO:tasks.rados.rados.0.smithi055.stdout:1757: finishing write tid 2 to smithi055169533-27 2023-10-14T00:07:40.383 INFO:tasks.rados.rados.0.smithi055.stdout:1759: read oid 1 snap -1 2023-10-14T00:07:40.383 INFO:tasks.rados.rados.0.smithi055.stdout:1759: expect (ObjNum 533 snap 149 seq_num 533) 2023-10-14T00:07:40.384 INFO:tasks.rados.rados.0.smithi055.stdout:1760: rollback oid 7 current snap is 164 2023-10-14T00:07:40.384 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 7 to 162 2023-10-14T00:07:40.384 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 22 current snap is 164 2023-10-14T00:07:40.384 INFO:tasks.rados.rados.0.smithi055.stdout:1761: seq_num 570 ranges {2547712=753664,3301376=548864,3850240=540672,4390912=516096} 2023-10-14T00:07:40.402 INFO:tasks.rados.rados.0.smithi055.stdout:1761: writing smithi055169533-22 from 2547712 to 3301376 tid 1 2023-10-14T00:07:40.405 INFO:tasks.rados.rados.0.smithi055.stdout:1761: writing smithi055169533-22 from 3301376 to 3850240 tid 2 2023-10-14T00:07:40.409 INFO:tasks.rados.rados.0.smithi055.stdout:1761: writing smithi055169533-22 from 3850240 to 4390912 tid 3 2023-10-14T00:07:40.412 INFO:tasks.rados.rados.0.smithi055.stdout:1761: writing smithi055169533-22 from 4390912 to 4907008 tid 4 2023-10-14T00:07:40.412 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 17 current snap is 164 2023-10-14T00:07:40.412 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 26 v 436 (ObjNum 161 snap 0 seq_num 1529080768) dirty exists 2023-10-14T00:07:40.412 INFO:tasks.rados.rados.0.smithi055.stdout:1762: seq_num 571 ranges {13877248=770048,14647296=483328,15130624=753664,15884288=368640} 2023-10-14T00:07:40.494 INFO:tasks.rados.rados.0.smithi055.stdout:1762: writing smithi055169533-17 from 13877248 to 14647296 tid 1 2023-10-14T00:07:40.497 INFO:tasks.rados.rados.0.smithi055.stdout:1762: writing smithi055169533-17 from 14647296 to 15130624 tid 2 2023-10-14T00:07:40.501 INFO:tasks.rados.rados.0.smithi055.stdout:1762: writing smithi055169533-17 from 15130624 to 15884288 tid 3 2023-10-14T00:07:40.504 INFO:tasks.rados.rados.0.smithi055.stdout:1762: writing smithi055169533-17 from 15884288 to 16252928 tid 4 2023-10-14T00:07:40.504 INFO:tasks.rados.rados.0.smithi055.stdout:1758: done (5 left) 2023-10-14T00:07:40.504 INFO:tasks.rados.rados.0.smithi055.stdout:1763: delete oid 43 current snap is 164 2023-10-14T00:07:40.504 INFO:tasks.rados.rados.0.smithi055.stdout:1757: finishing write tid 3 to smithi055169533-27 2023-10-14T00:07:40.505 INFO:tasks.rados.rados.0.smithi055.stdout:1757: finishing write tid 4 to smithi055169533-27 2023-10-14T00:07:40.505 INFO:tasks.rados.rados.0.smithi055.stdout:1757: finishing write tid 5 to smithi055169533-27 2023-10-14T00:07:40.505 INFO:tasks.rados.rados.0.smithi055.stdout:1760: finishing rollback tid 0 to smithi055169533-7 2023-10-14T00:07:40.505 INFO:tasks.rados.rados.0.smithi055.stdout:1760: finishing rollback tid 1 to smithi055169533-7 2023-10-14T00:07:40.505 INFO:tasks.rados.rados.0.smithi055.stdout:1760: finishing rollback tid 2 to smithi055169533-7 2023-10-14T00:07:40.506 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 7 v 675 (ObjNum 457 snap 126 seq_num 457) dirty exists 2023-10-14T00:07:40.506 INFO:tasks.rados.rados.0.smithi055.stdout:1757: finishing write tid 6 to smithi055169533-27 2023-10-14T00:07:40.506 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 27 v 810 (ObjNum 569 snap 164 seq_num 569) dirty exists 2023-10-14T00:07:40.506 INFO:tasks.rados.rados.0.smithi055.stdout:1757: left oid 27 (ObjNum 569 snap 164 seq_num 569) 2023-10-14T00:07:40.506 INFO:tasks.rados.rados.0.smithi055.stdout:1759: expect (ObjNum 533 snap 149 seq_num 533) 2023-10-14T00:07:40.550 INFO:tasks.rados.rados.0.smithi055.stdout:1761: finishing write tid 1 to smithi055169533-22 2023-10-14T00:07:40.550 INFO:tasks.rados.rados.0.smithi055.stdout:1761: finishing write tid 2 to smithi055169533-22 2023-10-14T00:07:40.550 INFO:tasks.rados.rados.0.smithi055.stdout:1761: finishing write tid 3 to smithi055169533-22 2023-10-14T00:07:40.550 INFO:tasks.rados.rados.0.smithi055.stdout:1757: done (5 left) 2023-10-14T00:07:40.551 INFO:tasks.rados.rados.0.smithi055.stdout:1759: done (4 left) 2023-10-14T00:07:40.551 INFO:tasks.rados.rados.0.smithi055.stdout:1760: done (3 left) 2023-10-14T00:07:40.551 INFO:tasks.rados.rados.0.smithi055.stdout:1763: done (2 left) 2023-10-14T00:07:40.551 INFO:tasks.rados.rados.0.smithi055.stdout:1764: delete oid 4 current snap is 164 2023-10-14T00:07:40.551 INFO:tasks.rados.rados.0.smithi055.stdout:1761: finishing write tid 4 to smithi055169533-22 2023-10-14T00:07:40.551 INFO:tasks.rados.rados.0.smithi055.stdout:1761: finishing write tid 5 to smithi055169533-22 2023-10-14T00:07:40.552 INFO:tasks.rados.rados.0.smithi055.stdout:1761: finishing write tid 6 to smithi055169533-22 2023-10-14T00:07:40.552 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 22 v 816 (ObjNum 570 snap 164 seq_num 570) dirty exists 2023-10-14T00:07:40.552 INFO:tasks.rados.rados.0.smithi055.stdout:1761: left oid 22 (ObjNum 570 snap 164 seq_num 570) 2023-10-14T00:07:40.552 INFO:tasks.rados.rados.0.smithi055.stdout:1762: finishing write tid 1 to smithi055169533-17 2023-10-14T00:07:40.552 INFO:tasks.rados.rados.0.smithi055.stdout:1762: finishing write tid 2 to smithi055169533-17 2023-10-14T00:07:40.553 INFO:tasks.rados.rados.0.smithi055.stdout:1762: finishing write tid 3 to smithi055169533-17 2023-10-14T00:07:40.553 INFO:tasks.rados.rados.0.smithi055.stdout:1762: finishing write tid 4 to smithi055169533-17 2023-10-14T00:07:40.553 INFO:tasks.rados.rados.0.smithi055.stdout:1762: finishing write tid 5 to smithi055169533-17 2023-10-14T00:07:40.553 INFO:tasks.rados.rados.0.smithi055.stdout:1762: finishing write tid 6 to smithi055169533-17 2023-10-14T00:07:40.553 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 17 v 822 (ObjNum 571 snap 164 seq_num 571) dirty exists 2023-10-14T00:07:40.554 INFO:tasks.rados.rados.0.smithi055.stdout:1762: left oid 17 (ObjNum 571 snap 164 seq_num 571) 2023-10-14T00:07:40.554 INFO:tasks.rados.rados.0.smithi055.stdout:1761: done (2 left) 2023-10-14T00:07:40.554 INFO:tasks.rados.rados.0.smithi055.stdout:1762: done (1 left) 2023-10-14T00:07:40.555 INFO:tasks.rados.rados.0.smithi055.stdout:1764: done (0 left) 2023-10-14T00:07:40.555 INFO:tasks.rados.rados.0.smithi055.stdout:1765: copy_from oid 27 from oid 15 current snap is 164 2023-10-14T00:07:40.555 INFO:tasks.rados.rados.0.smithi055.stdout:1766: read oid 30 snap 161 2023-10-14T00:07:40.555 INFO:tasks.rados.rados.0.smithi055.stdout:1766: expect deleted 2023-10-14T00:07:40.555 INFO:tasks.rados.rados.0.smithi055.stdout:1767: snap_remove snap 149 2023-10-14T00:07:40.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:40 smithi055 ceph-mon[185614]: failed to encode map e396 with expected crc 2023-10-14T00:07:40.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:40 smithi055 ceph-mon[185614]: failed to encode map e397 with expected crc 2023-10-14T00:07:40.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:40 smithi055 ceph-mon[185614]: failed to encode map e397 with expected crc 2023-10-14T00:07:40.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:40 smithi055 ceph-mon[185614]: osdmap e397: 8 total, 8 up, 8 in 2023-10-14T00:07:40.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:40 smithi055 ceph-mon[185614]: osdmap e398: 8 total, 8 up, 8 in 2023-10-14T00:07:40.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:40 smithi055 ceph-mon[183057]: failed to encode map e396 with expected crc 2023-10-14T00:07:40.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:40 smithi055 ceph-mon[183057]: failed to encode map e397 with expected crc 2023-10-14T00:07:40.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:40 smithi055 ceph-mon[183057]: failed to encode map e397 with expected crc 2023-10-14T00:07:40.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:40 smithi055 ceph-mon[183057]: osdmap e397: 8 total, 8 up, 8 in 2023-10-14T00:07:40.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:40 smithi055 ceph-mon[183057]: osdmap e398: 8 total, 8 up, 8 in 2023-10-14T00:07:40.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:40 smithi082 ceph-mon[180771]: failed to encode map e396 with expected crc 2023-10-14T00:07:40.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:40 smithi082 ceph-mon[180771]: failed to encode map e397 with expected crc 2023-10-14T00:07:40.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:40 smithi082 ceph-mon[180771]: failed to encode map e397 with expected crc 2023-10-14T00:07:40.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:40 smithi082 ceph-mon[180771]: osdmap e397: 8 total, 8 up, 8 in 2023-10-14T00:07:40.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:40 smithi082 ceph-mon[180771]: osdmap e398: 8 total, 8 up, 8 in 2023-10-14T00:07:41.476 INFO:tasks.rados.rados.0.smithi055.stdout:1767: done (2 left) 2023-10-14T00:07:41.477 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 7 current snap is 164 2023-10-14T00:07:41.477 INFO:tasks.rados.rados.0.smithi055.stdout:1768: seq_num 574 ranges {458752=16384} 2023-10-14T00:07:41.479 INFO:tasks.rados.rados.0.smithi055.stdout:1768: writing smithi055169533-7 from 458752 to 475136 tid 1 2023-10-14T00:07:41.479 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 40 current snap is 164 2023-10-14T00:07:41.480 INFO:tasks.rados.rados.0.smithi055.stdout:1769: seq_num 575 ranges {0=32768} 2023-10-14T00:07:41.480 INFO:tasks.rados.rados.0.smithi055.stdout:1769: writing smithi055169533-40 from 0 to 32768 tid 1 2023-10-14T00:07:41.480 INFO:tasks.rados.rados.0.smithi055.stdout:1770: read oid 47 snap -1 2023-10-14T00:07:41.480 INFO:tasks.rados.rados.0.smithi055.stdout:1770: expect (ObjNum 568 snap 162 seq_num 568) 2023-10-14T00:07:41.480 INFO:tasks.rados.rados.0.smithi055.stdout:1771: delete oid 37 current snap is 164 2023-10-14T00:07:41.481 INFO:tasks.rados.rados.0.smithi055.stdout:1765: finishing copy_from to smithi055169533-27 2023-10-14T00:07:41.481 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 27 v 816 (ObjNum 547 snap 153 seq_num 547) dirty exists 2023-10-14T00:07:41.481 INFO:tasks.rados.rados.0.smithi055.stdout:1765: finishing copy_from racing read to smithi055169533-27 2023-10-14T00:07:41.492 INFO:tasks.rados.rados.0.smithi055.stdout:1765: done (5 left) 2023-10-14T00:07:41.492 INFO:tasks.rados.rados.0.smithi055.stdout:1766: done (4 left) 2023-10-14T00:07:41.493 INFO:tasks.rados.rados.0.smithi055.stdout:1771: done (3 left) 2023-10-14T00:07:41.493 INFO:tasks.rados.rados.0.smithi055.stdout:1772: rmattr oid 42 current snap is 164 2023-10-14T00:07:41.493 INFO:tasks.rados.rados.0.smithi055.stdout:1772: done (3 left) 2023-10-14T00:07:41.493 INFO:tasks.rados.rados.0.smithi055.stdout:1773: snap_create 2023-10-14T00:07:41.494 INFO:tasks.rados.rados.0.smithi055.stdout:1768: finishing write tid 1 to smithi055169533-7 2023-10-14T00:07:41.494 INFO:tasks.rados.rados.0.smithi055.stdout:1768: finishing write tid 2 to smithi055169533-7 2023-10-14T00:07:41.495 INFO:tasks.rados.rados.0.smithi055.stdout:1769: finishing write tid 1 to smithi055169533-40 2023-10-14T00:07:41.495 INFO:tasks.rados.rados.0.smithi055.stdout:1769: finishing write tid 2 to smithi055169533-40 2023-10-14T00:07:41.496 INFO:tasks.rados.rados.0.smithi055.stdout:1768: finishing write tid 3 to smithi055169533-7 2023-10-14T00:07:41.496 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 7 v 678 (ObjNum 574 snap 164 seq_num 574) dirty exists 2023-10-14T00:07:41.496 INFO:tasks.rados.rados.0.smithi055.stdout:1768: left oid 7 (ObjNum 574 snap 164 seq_num 574) 2023-10-14T00:07:41.501 INFO:tasks.rados.rados.0.smithi055.stdout:1769: finishing write tid 3 to smithi055169533-40 2023-10-14T00:07:41.501 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 40 v 638 (ObjNum 575 snap 164 seq_num 575) dirty exists 2023-10-14T00:07:41.501 INFO:tasks.rados.rados.0.smithi055.stdout:1769: left oid 40 (ObjNum 575 snap 164 seq_num 575) 2023-10-14T00:07:41.509 INFO:tasks.rados.rados.0.smithi055.stdout:1770: expect (ObjNum 568 snap 162 seq_num 568) 2023-10-14T00:07:41.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:41 smithi055 ceph-mon[185614]: failed to encode map e398 with expected crc 2023-10-14T00:07:41.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:41 smithi055 ceph-mon[185614]: pgmap v309: 121 pgs: 121 active+clean; 174 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 85 KiB/s rd, 2.2 MiB/s wr, 5 op/s 2023-10-14T00:07:41.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:41 smithi055 ceph-mon[183057]: failed to encode map e398 with expected crc 2023-10-14T00:07:41.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:41 smithi055 ceph-mon[183057]: pgmap v309: 121 pgs: 121 active+clean; 174 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 85 KiB/s rd, 2.2 MiB/s wr, 5 op/s 2023-10-14T00:07:41.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:41 smithi082 ceph-mon[180771]: failed to encode map e398 with expected crc 2023-10-14T00:07:41.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:41 smithi082 ceph-mon[180771]: pgmap v309: 121 pgs: 121 active+clean; 174 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 85 KiB/s rd, 2.2 MiB/s wr, 5 op/s 2023-10-14T00:07:42.486 INFO:tasks.rados.rados.0.smithi055.stdout:1768: done (3 left) 2023-10-14T00:07:42.486 INFO:tasks.rados.rados.0.smithi055.stdout:1769: done (2 left) 2023-10-14T00:07:42.487 INFO:tasks.rados.rados.0.smithi055.stdout:1770: done (1 left) 2023-10-14T00:07:42.487 INFO:tasks.rados.rados.0.smithi055.stdout:1773: done (0 left) 2023-10-14T00:07:42.487 INFO:tasks.rados.rados.0.smithi055.stdout:1774: snap_remove snap 163 2023-10-14T00:07:42.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:42 smithi055 ceph-mon[185614]: failed to encode map e399 with expected crc 2023-10-14T00:07:42.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:42 smithi055 ceph-mon[185614]: failed to encode map e399 with expected crc 2023-10-14T00:07:42.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:42 smithi055 ceph-mon[185614]: osdmap e399: 8 total, 8 up, 8 in 2023-10-14T00:07:42.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:42 smithi055 ceph-mon[185614]: failed to encode map e399 with expected crc 2023-10-14T00:07:42.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:42 smithi055 ceph-mon[183057]: failed to encode map e399 with expected crc 2023-10-14T00:07:42.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:42 smithi055 ceph-mon[183057]: failed to encode map e399 with expected crc 2023-10-14T00:07:42.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:42 smithi055 ceph-mon[183057]: osdmap e399: 8 total, 8 up, 8 in 2023-10-14T00:07:42.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:42 smithi055 ceph-mon[183057]: failed to encode map e399 with expected crc 2023-10-14T00:07:42.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:42 smithi082 ceph-mon[180771]: failed to encode map e399 with expected crc 2023-10-14T00:07:42.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:42 smithi082 ceph-mon[180771]: failed to encode map e399 with expected crc 2023-10-14T00:07:42.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:42 smithi082 ceph-mon[180771]: osdmap e399: 8 total, 8 up, 8 in 2023-10-14T00:07:42.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:42 smithi082 ceph-mon[180771]: failed to encode map e399 with expected crc 2023-10-14T00:07:43.502 INFO:tasks.rados.rados.0.smithi055.stdout:1774: done (0 left) 2023-10-14T00:07:43.502 INFO:tasks.rados.rados.0.smithi055.stdout:1775: delete oid 49 current snap is 165 2023-10-14T00:07:43.509 INFO:tasks.rados.rados.0.smithi055.stdout:1775: done (0 left) 2023-10-14T00:07:43.509 INFO:tasks.rados.rados.0.smithi055.stdout:1776: delete oid 40 current snap is 165 2023-10-14T00:07:43.512 INFO:tasks.rados.rados.0.smithi055.stdout:1776: done (0 left) 2023-10-14T00:07:43.512 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 15 current snap is 165 2023-10-14T00:07:43.512 INFO:tasks.rados.rados.0.smithi055.stdout:1777: seq_num 579 ranges {4988928=98304} 2023-10-14T00:07:43.541 INFO:tasks.rados.rados.0.smithi055.stdout:1777: writing smithi055169533-15 from 4988928 to 5087232 tid 1 2023-10-14T00:07:43.541 INFO:tasks.rados.rados.0.smithi055.stdout:1778: delete oid 41 current snap is 165 2023-10-14T00:07:43.543 INFO:tasks.rados.rados.0.smithi055.stdout:1778: done (1 left) 2023-10-14T00:07:43.543 INFO:tasks.rados.rados.0.smithi055.stdout:1779: read oid 43 snap -1 2023-10-14T00:07:43.544 INFO:tasks.rados.rados.0.smithi055.stdout:1779: expect deleted 2023-10-14T00:07:43.544 INFO:tasks.rados.rados.0.smithi055.stdout:1780: read oid 50 snap -1 2023-10-14T00:07:43.544 INFO:tasks.rados.rados.0.smithi055.stdout:1780: expect (ObjNum 565 snap 160 seq_num 565) 2023-10-14T00:07:43.544 INFO:tasks.rados.rados.0.smithi055.stdout:1781: rollback oid 41 current snap is 165 2023-10-14T00:07:43.544 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 41 to 162 2023-10-14T00:07:43.545 INFO:tasks.rados.rados.0.smithi055.stdout:1782: rollback oid 29 current snap is 165 2023-10-14T00:07:43.545 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 29 to 160 2023-10-14T00:07:43.545 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 25 current snap is 165 2023-10-14T00:07:43.545 INFO:tasks.rados.rados.0.smithi055.stdout:1783: seq_num 581 ranges {1531904=139264} 2023-10-14T00:07:43.553 INFO:tasks.rados.rados.0.smithi055.stdout:1783: writing smithi055169533-25 from 1531904 to 1671168 tid 1 2023-10-14T00:07:43.553 INFO:tasks.rados.rados.0.smithi055.stdout:1784: snap_create 2023-10-14T00:07:43.554 INFO:tasks.rados.rados.0.smithi055.stdout:1777: finishing write tid 1 to smithi055169533-15 2023-10-14T00:07:43.554 INFO:tasks.rados.rados.0.smithi055.stdout:1777: finishing write tid 2 to smithi055169533-15 2023-10-14T00:07:43.554 INFO:tasks.rados.rados.0.smithi055.stdout:1781: finishing rollback tid 1 to smithi055169533-41 2023-10-14T00:07:43.554 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 41 v 0 (ObjNum 449 snap 0 seq_num 1529059984) dirty dne 2023-10-14T00:07:43.555 INFO:tasks.rados.rados.0.smithi055.stdout:1782: finishing rollback tid 0 to smithi055169533-29 2023-10-14T00:07:43.555 INFO:tasks.rados.rados.0.smithi055.stdout:1782: finishing rollback tid 1 to smithi055169533-29 2023-10-14T00:07:43.555 INFO:tasks.rados.rados.0.smithi055.stdout:1777: finishing write tid 3 to smithi055169533-15 2023-10-14T00:07:43.555 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 15 v 861 (ObjNum 579 snap 165 seq_num 579) dirty exists 2023-10-14T00:07:43.555 INFO:tasks.rados.rados.0.smithi055.stdout:1777: left oid 15 (ObjNum 579 snap 165 seq_num 579) 2023-10-14T00:07:43.555 INFO:tasks.rados.rados.0.smithi055.stdout:1782: finishing rollback tid 2 to smithi055169533-29 2023-10-14T00:07:43.556 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 29 v 341 (ObjNum 510 snap 144 seq_num 510) dirty exists 2023-10-14T00:07:43.556 INFO:tasks.rados.rados.0.smithi055.stdout:1783: finishing write tid 1 to smithi055169533-25 2023-10-14T00:07:43.556 INFO:tasks.rados.rados.0.smithi055.stdout:1783: finishing write tid 2 to smithi055169533-25 2023-10-14T00:07:43.563 INFO:tasks.rados.rados.0.smithi055.stdout:1783: finishing write tid 3 to smithi055169533-25 2023-10-14T00:07:43.563 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 25 v 352 (ObjNum 581 snap 165 seq_num 581) dirty exists 2023-10-14T00:07:43.564 INFO:tasks.rados.rados.0.smithi055.stdout:1783: left oid 25 (ObjNum 581 snap 165 seq_num 581) 2023-10-14T00:07:43.566 INFO:tasks.rados.rados.0.smithi055.stdout:1780: expect (ObjNum 565 snap 160 seq_num 565) 2023-10-14T00:07:43.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:43 smithi055 ceph-mon[183057]: failed to encode map e400 with expected crc 2023-10-14T00:07:43.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:43 smithi055 ceph-mon[183057]: osdmap e400: 8 total, 8 up, 8 in 2023-10-14T00:07:43.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:43 smithi055 ceph-mon[183057]: pgmap v312: 121 pgs: 121 active+clean; 179 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 84 KiB/s rd, 2.3 MiB/s wr, 3 op/s 2023-10-14T00:07:43.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:43 smithi055 ceph-mon[185614]: failed to encode map e400 with expected crc 2023-10-14T00:07:43.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:43 smithi055 ceph-mon[185614]: osdmap e400: 8 total, 8 up, 8 in 2023-10-14T00:07:43.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:43 smithi055 ceph-mon[185614]: pgmap v312: 121 pgs: 121 active+clean; 179 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 84 KiB/s rd, 2.3 MiB/s wr, 3 op/s 2023-10-14T00:07:43.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:43 smithi082 ceph-mon[180771]: failed to encode map e400 with expected crc 2023-10-14T00:07:43.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:43 smithi082 ceph-mon[180771]: osdmap e400: 8 total, 8 up, 8 in 2023-10-14T00:07:43.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:43 smithi082 ceph-mon[180771]: pgmap v312: 121 pgs: 121 active+clean; 179 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 84 KiB/s rd, 2.3 MiB/s wr, 3 op/s 2023-10-14T00:07:44.508 INFO:tasks.rados.rados.0.smithi055.stdout:1777: done (6 left) 2023-10-14T00:07:44.509 INFO:tasks.rados.rados.0.smithi055.stdout:1779: done (5 left) 2023-10-14T00:07:44.509 INFO:tasks.rados.rados.0.smithi055.stdout:1780: done (4 left) 2023-10-14T00:07:44.509 INFO:tasks.rados.rados.0.smithi055.stdout:1781: done (3 left) 2023-10-14T00:07:44.509 INFO:tasks.rados.rados.0.smithi055.stdout:1782: done (2 left) 2023-10-14T00:07:44.509 INFO:tasks.rados.rados.0.smithi055.stdout:1783: done (1 left) 2023-10-14T00:07:44.510 INFO:tasks.rados.rados.0.smithi055.stdout:1784: done (0 left) 2023-10-14T00:07:44.510 INFO:tasks.rados.rados.0.smithi055.stdout:1785: rollback oid 13 current snap is 166 2023-10-14T00:07:44.510 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 13 to 164 2023-10-14T00:07:44.510 INFO:tasks.rados.rados.0.smithi055.stdout:1786: read oid 46 snap -1 2023-10-14T00:07:44.510 INFO:tasks.rados.rados.0.smithi055.stdout:1786: expect (ObjNum 518 snap 144 seq_num 518) 2023-10-14T00:07:44.511 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 21 current snap is 166 2023-10-14T00:07:44.511 INFO:tasks.rados.rados.0.smithi055.stdout:1787: seq_num 582 ranges {2293760=155648} 2023-10-14T00:07:44.523 INFO:tasks.rados.rados.0.smithi055.stdout:1787: writing smithi055169533-21 from 2293760 to 2449408 tid 1 2023-10-14T00:07:44.523 INFO:tasks.rados.rados.0.smithi055.stdout:1788: copy_from oid 42 from oid 44 current snap is 166 2023-10-14T00:07:44.524 INFO:tasks.rados.rados.0.smithi055.stdout:1785: finishing rollback tid 0 to smithi055169533-13 2023-10-14T00:07:44.524 INFO:tasks.rados.rados.0.smithi055.stdout:1785: finishing rollback tid 1 to smithi055169533-13 2023-10-14T00:07:44.524 INFO:tasks.rados.rados.0.smithi055.stdout:1785: finishing rollback tid 2 to smithi055169533-13 2023-10-14T00:07:44.525 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 13 v 535 (ObjNum 381 snap 100 seq_num 381) dirty exists 2023-10-14T00:07:44.525 INFO:tasks.rados.rados.0.smithi055.stdout:1785: done (3 left) 2023-10-14T00:07:44.525 INFO:tasks.rados.rados.0.smithi055.stdout:1789: copy_from oid 43 from oid 5 current snap is 166 2023-10-14T00:07:44.525 INFO:tasks.rados.rados.0.smithi055.stdout:1790: snap_create 2023-10-14T00:07:44.526 INFO:tasks.rados.rados.0.smithi055.stdout:1787: finishing write tid 1 to smithi055169533-21 2023-10-14T00:07:44.526 INFO:tasks.rados.rados.0.smithi055.stdout:1787: finishing write tid 2 to smithi055169533-21 2023-10-14T00:07:44.527 INFO:tasks.rados.rados.0.smithi055.stdout:1788: finishing copy_from to smithi055169533-42 2023-10-14T00:07:44.528 INFO:tasks.rados.rados.0.smithi055.stdout:1788: got expected ENOENT (src dne) 2023-10-14T00:07:44.528 INFO:tasks.rados.rados.0.smithi055.stdout:1788: finishing copy_from racing read to smithi055169533-42 2023-10-14T00:07:44.528 INFO:tasks.rados.rados.0.smithi055.stdout:1787: finishing write tid 3 to smithi055169533-21 2023-10-14T00:07:44.529 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 21 v 523 (ObjNum 582 snap 166 seq_num 582) dirty exists 2023-10-14T00:07:44.529 INFO:tasks.rados.rados.0.smithi055.stdout:1787: left oid 21 (ObjNum 582 snap 166 seq_num 582) 2023-10-14T00:07:44.530 INFO:tasks.rados.rados.0.smithi055.stdout:1786: expect (ObjNum 518 snap 144 seq_num 518) 2023-10-14T00:07:44.723 INFO:tasks.rados.rados.0.smithi055.stdout:1789: finishing copy_from to smithi055169533-43 2023-10-14T00:07:44.723 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 43 v 530 (ObjNum 490 snap 139 seq_num 490) dirty exists 2023-10-14T00:07:44.723 INFO:tasks.rados.rados.0.smithi055.stdout:1789: finishing copy_from racing read to smithi055169533-43 2023-10-14T00:07:44.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:44 smithi055 ceph-mon[185614]: failed to encode map e400 with expected crc 2023-10-14T00:07:44.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:44 smithi055 ceph-mon[185614]: failed to encode map e400 with expected crc 2023-10-14T00:07:44.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:44 smithi055 ceph-mon[185614]: osdmap e401: 8 total, 8 up, 8 in 2023-10-14T00:07:44.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:44 smithi055 ceph-mon[185614]: failed to encode map e401 with expected crc 2023-10-14T00:07:44.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:44 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:44.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:44 smithi055 ceph-mon[183057]: failed to encode map e400 with expected crc 2023-10-14T00:07:44.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:44 smithi055 ceph-mon[183057]: failed to encode map e400 with expected crc 2023-10-14T00:07:44.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:44 smithi055 ceph-mon[183057]: osdmap e401: 8 total, 8 up, 8 in 2023-10-14T00:07:44.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:44 smithi055 ceph-mon[183057]: failed to encode map e401 with expected crc 2023-10-14T00:07:44.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:44 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:44.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:44 smithi082 ceph-mon[180771]: failed to encode map e400 with expected crc 2023-10-14T00:07:44.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:44 smithi082 ceph-mon[180771]: failed to encode map e400 with expected crc 2023-10-14T00:07:44.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:44 smithi082 ceph-mon[180771]: osdmap e401: 8 total, 8 up, 8 in 2023-10-14T00:07:44.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:44 smithi082 ceph-mon[180771]: failed to encode map e401 with expected crc 2023-10-14T00:07:44.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:44 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:45.342 INFO:tasks.rados.rados.0.smithi055.stdout:1786: done (4 left) 2023-10-14T00:07:45.342 INFO:tasks.rados.rados.0.smithi055.stdout:1787: done (3 left) 2023-10-14T00:07:45.343 INFO:tasks.rados.rados.0.smithi055.stdout:1788: done (2 left) 2023-10-14T00:07:45.343 INFO:tasks.rados.rados.0.smithi055.stdout:1789: done (1 left) 2023-10-14T00:07:45.343 INFO:tasks.rados.rados.0.smithi055.stdout:1790: done (0 left) 2023-10-14T00:07:45.343 INFO:tasks.rados.rados.0.smithi055.stdout:1791: delete oid 20 current snap is 167 2023-10-14T00:07:45.346 INFO:tasks.rados.rados.0.smithi055.stdout:1791: done (0 left) 2023-10-14T00:07:45.346 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 29 current snap is 167 2023-10-14T00:07:45.347 INFO:tasks.rados.rados.0.smithi055.stdout:1792: seq_num 584 ranges {6692864=188416} 2023-10-14T00:07:45.385 INFO:tasks.rados.rados.0.smithi055.stdout:1792: writing smithi055169533-29 from 6692864 to 6881280 tid 1 2023-10-14T00:07:45.386 INFO:tasks.rados.rados.0.smithi055.stdout:1793: rmattr oid 24 current snap is 167 2023-10-14T00:07:45.386 INFO:tasks.rados.rados.0.smithi055.stdout:1793: done (1 left) 2023-10-14T00:07:45.386 INFO:tasks.rados.rados.0.smithi055.stdout:1794: snap_remove snap 162 2023-10-14T00:07:45.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:07:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:07:45] "GET /metrics HTTP/1.1" 200 36116 "" "Prometheus/2.43.0" 2023-10-14T00:07:45.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:45 smithi082 ceph-mon[180771]: failed to encode map e402 with expected crc 2023-10-14T00:07:45.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:45 smithi082 ceph-mon[180771]: osdmap e402: 8 total, 8 up, 8 in 2023-10-14T00:07:45.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:45 smithi082 ceph-mon[180771]: failed to encode map e402 with expected crc 2023-10-14T00:07:45.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:45 smithi082 ceph-mon[180771]: pgmap v315: 121 pgs: 121 active+clean; 172 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 5.1 MiB/s rd, 4.6 MiB/s wr, 17 op/s 2023-10-14T00:07:45.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:45 smithi082 ceph-mon[180771]: osdmap e403: 8 total, 8 up, 8 in 2023-10-14T00:07:46.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:45 smithi055 ceph-mon[183057]: failed to encode map e402 with expected crc 2023-10-14T00:07:46.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:45 smithi055 ceph-mon[183057]: osdmap e402: 8 total, 8 up, 8 in 2023-10-14T00:07:46.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:45 smithi055 ceph-mon[183057]: failed to encode map e402 with expected crc 2023-10-14T00:07:46.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:45 smithi055 ceph-mon[183057]: pgmap v315: 121 pgs: 121 active+clean; 172 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 5.1 MiB/s rd, 4.6 MiB/s wr, 17 op/s 2023-10-14T00:07:46.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:45 smithi055 ceph-mon[183057]: osdmap e403: 8 total, 8 up, 8 in 2023-10-14T00:07:46.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:45 smithi055 ceph-mon[185614]: failed to encode map e402 with expected crc 2023-10-14T00:07:46.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:45 smithi055 ceph-mon[185614]: osdmap e402: 8 total, 8 up, 8 in 2023-10-14T00:07:46.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:45 smithi055 ceph-mon[185614]: failed to encode map e402 with expected crc 2023-10-14T00:07:46.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:45 smithi055 ceph-mon[185614]: pgmap v315: 121 pgs: 121 active+clean; 172 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 5.1 MiB/s rd, 4.6 MiB/s wr, 17 op/s 2023-10-14T00:07:46.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:45 smithi055 ceph-mon[185614]: osdmap e403: 8 total, 8 up, 8 in 2023-10-14T00:07:46.359 INFO:tasks.rados.rados.0.smithi055.stdout:1794: done (1 left) 2023-10-14T00:07:46.360 INFO:tasks.rados.rados.0.smithi055.stdout:1795: delete oid 8 current snap is 167 2023-10-14T00:07:46.360 INFO:tasks.rados.rados.0.smithi055.stdout:1792: finishing write tid 1 to smithi055169533-29 2023-10-14T00:07:46.360 INFO:tasks.rados.rados.0.smithi055.stdout:1792: finishing write tid 2 to smithi055169533-29 2023-10-14T00:07:46.361 INFO:tasks.rados.rados.0.smithi055.stdout:1792: finishing write tid 3 to smithi055169533-29 2023-10-14T00:07:46.361 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 29 v 344 (ObjNum 584 snap 167 seq_num 584) dirty exists 2023-10-14T00:07:46.361 INFO:tasks.rados.rados.0.smithi055.stdout:1792: left oid 29 (ObjNum 584 snap 167 seq_num 584) 2023-10-14T00:07:46.369 INFO:tasks.rados.rados.0.smithi055.stdout:1792: done (1 left) 2023-10-14T00:07:46.370 INFO:tasks.rados.rados.0.smithi055.stdout:1795: done (0 left) 2023-10-14T00:07:46.370 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 50 current snap is 167 2023-10-14T00:07:46.370 INFO:tasks.rados.rados.0.smithi055.stdout:1796: seq_num 586 ranges {5341184=221184} 2023-10-14T00:07:46.400 INFO:tasks.rados.rados.0.smithi055.stdout:1796: writing smithi055169533-50 from 5341184 to 5562368 tid 1 2023-10-14T00:07:46.400 INFO:tasks.rados.rados.0.smithi055.stdout:1797: snap_remove snap 165 2023-10-14T00:07:46.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:46 smithi082 ceph-mon[180771]: failed to encode map e403 with expected crc 2023-10-14T00:07:46.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:46 smithi082 ceph-mon[180771]: failed to encode map e403 with expected crc 2023-10-14T00:07:46.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:46 smithi082 ceph-mon[180771]: osdmap e404: 8 total, 8 up, 8 in 2023-10-14T00:07:47.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:46 smithi055 ceph-mon[185614]: failed to encode map e403 with expected crc 2023-10-14T00:07:47.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:46 smithi055 ceph-mon[185614]: failed to encode map e403 with expected crc 2023-10-14T00:07:47.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:46 smithi055 ceph-mon[185614]: osdmap e404: 8 total, 8 up, 8 in 2023-10-14T00:07:47.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:46 smithi055 ceph-mon[183057]: failed to encode map e403 with expected crc 2023-10-14T00:07:47.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:46 smithi055 ceph-mon[183057]: failed to encode map e403 with expected crc 2023-10-14T00:07:47.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:46 smithi055 ceph-mon[183057]: osdmap e404: 8 total, 8 up, 8 in 2023-10-14T00:07:47.361 INFO:tasks.rados.rados.0.smithi055.stdout:1797: done (1 left) 2023-10-14T00:07:47.362 INFO:tasks.rados.rados.0.smithi055.stdout:1798: read oid 37 snap -1 2023-10-14T00:07:47.362 INFO:tasks.rados.rados.0.smithi055.stdout:1798: expect deleted 2023-10-14T00:07:47.362 INFO:tasks.rados.rados.0.smithi055.stdout:1799: delete oid 26 current snap is 167 2023-10-14T00:07:47.363 INFO:tasks.rados.rados.0.smithi055.stdout:1796: finishing write tid 1 to smithi055169533-50 2023-10-14T00:07:47.363 INFO:tasks.rados.rados.0.smithi055.stdout:1796: finishing write tid 2 to smithi055169533-50 2023-10-14T00:07:47.363 INFO:tasks.rados.rados.0.smithi055.stdout:1796: finishing write tid 3 to smithi055169533-50 2023-10-14T00:07:47.363 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 50 v 846 (ObjNum 586 snap 167 seq_num 586) dirty exists 2023-10-14T00:07:47.363 INFO:tasks.rados.rados.0.smithi055.stdout:1796: left oid 50 (ObjNum 586 snap 167 seq_num 586) 2023-10-14T00:07:47.378 INFO:tasks.rados.rados.0.smithi055.stdout:1796: done (2 left) 2023-10-14T00:07:47.378 INFO:tasks.rados.rados.0.smithi055.stdout:1798: done (1 left) 2023-10-14T00:07:47.378 INFO:tasks.rados.rados.0.smithi055.stdout:1799: done (0 left) 2023-10-14T00:07:47.378 INFO:tasks.rados.rados.0.smithi055.stdout:1800: read oid 39 snap 164 2023-10-14T00:07:47.378 INFO:tasks.rados.rados.0.smithi055.stdout:1800: expect deleted 2023-10-14T00:07:47.379 INFO:tasks.rados.rados.0.smithi055.stdout:1801: read oid 27 snap 166 2023-10-14T00:07:47.379 INFO:tasks.rados.rados.0.smithi055.stdout:1801: expect (ObjNum 547 snap 153 seq_num 547) 2023-10-14T00:07:47.379 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 5 current snap is 167 2023-10-14T00:07:47.379 INFO:tasks.rados.rados.0.smithi055.stdout:1802: seq_num 588 ranges {1728512=253952} 2023-10-14T00:07:47.388 INFO:tasks.rados.rados.0.smithi055.stdout:1802: writing smithi055169533-5 from 1728512 to 1982464 tid 1 2023-10-14T00:07:47.388 INFO:tasks.rados.rados.0.smithi055.stdout:1803: rollback oid 38 current snap is 167 2023-10-14T00:07:47.388 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 38 to 161 2023-10-14T00:07:47.389 INFO:tasks.rados.rados.0.smithi055.stdout:1800: done (3 left) 2023-10-14T00:07:47.389 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 17 current snap is 167 2023-10-14T00:07:47.389 INFO:tasks.rados.rados.0.smithi055.stdout:1804: seq_num 589 ranges {16252928=270336} 2023-10-14T00:07:47.482 INFO:tasks.rados.rados.0.smithi055.stdout:1804: writing smithi055169533-17 from 16252928 to 16523264 tid 1 2023-10-14T00:07:47.483 INFO:tasks.rados.rados.0.smithi055.stdout:1805: setattr oid 23 current snap is 167 2023-10-14T00:07:47.484 INFO:tasks.rados.rados.0.smithi055.stdout:1802: finishing write tid 1 to smithi055169533-5 2023-10-14T00:07:47.484 INFO:tasks.rados.rados.0.smithi055.stdout:1802: finishing write tid 2 to smithi055169533-5 2023-10-14T00:07:47.484 INFO:tasks.rados.rados.0.smithi055.stdout:1802: finishing write tid 3 to smithi055169533-5 2023-10-14T00:07:47.485 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 5 v 802 (ObjNum 588 snap 167 seq_num 588) dirty exists 2023-10-14T00:07:47.485 INFO:tasks.rados.rados.0.smithi055.stdout:1802: left oid 5 (ObjNum 588 snap 167 seq_num 588) 2023-10-14T00:07:47.485 INFO:tasks.rados.rados.0.smithi055.stdout:1803: finishing rollback tid 0 to smithi055169533-38 2023-10-14T00:07:47.486 INFO:tasks.rados.rados.0.smithi055.stdout:1803: finishing rollback tid 1 to smithi055169533-38 2023-10-14T00:07:47.486 INFO:tasks.rados.rados.0.smithi055.stdout:1803: finishing rollback tid 2 to smithi055169533-38 2023-10-14T00:07:47.486 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 38 v 642 (ObjNum 489 snap 139 seq_num 489) dirty exists 2023-10-14T00:07:47.486 INFO:tasks.rados.rados.0.smithi055.stdout:1801: expect (ObjNum 547 snap 153 seq_num 547) 2023-10-14T00:07:47.682 INFO:tasks.rados.rados.0.smithi055.stdout:1804: finishing write tid 1 to smithi055169533-17 2023-10-14T00:07:47.683 INFO:tasks.rados.rados.0.smithi055.stdout:1804: finishing write tid 2 to smithi055169533-17 2023-10-14T00:07:47.683 INFO:tasks.rados.rados.0.smithi055.stdout:1804: finishing write tid 3 to smithi055169533-17 2023-10-14T00:07:47.683 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 17 v 851 (ObjNum 589 snap 167 seq_num 589) dirty exists 2023-10-14T00:07:47.683 INFO:tasks.rados.rados.0.smithi055.stdout:1804: left oid 17 (ObjNum 589 snap 167 seq_num 589) 2023-10-14T00:07:47.683 INFO:tasks.rados.rados.0.smithi055.stdout:1801: done (4 left) 2023-10-14T00:07:47.684 INFO:tasks.rados.rados.0.smithi055.stdout:1802: done (3 left) 2023-10-14T00:07:47.684 INFO:tasks.rados.rados.0.smithi055.stdout:1803: done (2 left) 2023-10-14T00:07:47.684 INFO:tasks.rados.rados.0.smithi055.stdout:1804: done (1 left) 2023-10-14T00:07:47.684 INFO:tasks.rados.rados.0.smithi055.stdout:1806: copy_from oid 36 from oid 44 current snap is 167 2023-10-14T00:07:47.684 INFO:tasks.rados.rados.0.smithi055.stdout:1807: snap_create 2023-10-14T00:07:47.685 INFO:tasks.rados.rados.0.smithi055.stdout:1806: finishing copy_from to smithi055169533-36 2023-10-14T00:07:47.685 INFO:tasks.rados.rados.0.smithi055.stdout:1806: got expected ENOENT (src dne) 2023-10-14T00:07:47.685 INFO:tasks.rados.rados.0.smithi055.stdout:1806: finishing copy_from racing read to smithi055169533-36 2023-10-14T00:07:47.686 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 23 v 473 (ObjNum 609 snap 0 seq_num 1529469648) dirty exists 2023-10-14T00:07:47.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:47 smithi082 ceph-mon[180771]: failed to encode map e404 with expected crc 2023-10-14T00:07:47.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:47 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-10-14T00:07:47.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:47 smithi082 ceph-mon[180771]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-10-14T00:07:47.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:47 smithi082 ceph-mon[180771]: Upgrade: osd.6 is safe to restart 2023-10-14T00:07:47.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:47 smithi082 ceph-mon[180771]: pgmap v318: 121 pgs: 121 active+clean; 152 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 3.3 MiB/s wr, 19 op/s 2023-10-14T00:07:47.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:47 smithi082 ceph-mon[180771]: osdmap e405: 8 total, 8 up, 8 in 2023-10-14T00:07:48.002 INFO:teuthology.orchestra.run.smithi055.stdout:true 2023-10-14T00:07:48.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:47 smithi055 ceph-mon[183057]: failed to encode map e404 with expected crc 2023-10-14T00:07:48.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:47 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-10-14T00:07:48.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:47 smithi055 ceph-mon[183057]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-10-14T00:07:48.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:47 smithi055 ceph-mon[183057]: Upgrade: osd.6 is safe to restart 2023-10-14T00:07:48.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:47 smithi055 ceph-mon[183057]: pgmap v318: 121 pgs: 121 active+clean; 152 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 3.3 MiB/s wr, 19 op/s 2023-10-14T00:07:48.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:47 smithi055 ceph-mon[183057]: osdmap e405: 8 total, 8 up, 8 in 2023-10-14T00:07:48.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:47 smithi055 ceph-mon[185614]: failed to encode map e404 with expected crc 2023-10-14T00:07:48.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:47 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-10-14T00:07:48.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:47 smithi055 ceph-mon[185614]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-10-14T00:07:48.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:47 smithi055 ceph-mon[185614]: Upgrade: osd.6 is safe to restart 2023-10-14T00:07:48.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:47 smithi055 ceph-mon[185614]: pgmap v318: 121 pgs: 121 active+clean; 152 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 3.3 MiB/s wr, 19 op/s 2023-10-14T00:07:48.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:47 smithi055 ceph-mon[185614]: osdmap e405: 8 total, 8 up, 8 in 2023-10-14T00:07:48.342 INFO:teuthology.orchestra.run.smithi055.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-14T00:07:48.342 INFO:teuthology.orchestra.run.smithi055.stdout:alertmanager.a smithi055 *:9093,9094 running (4m) 77s ago 7m 19.9M - 0.25.0 c8568f914cd2 a43b396ec072 2023-10-14T00:07:48.342 INFO:teuthology.orchestra.run.smithi055.stdout:grafana.a smithi082 *:3000 running (4m) 19s ago 7m 89.2M - 9.4.7 2c41d148cca3 59d4f501e341 2023-10-14T00:07:48.342 INFO:teuthology.orchestra.run.smithi055.stdout:mds.a smithi055 running (8m) 77s ago 8m 15.9M - 17.2.6-1409-gc4ba9722 8659eb916c3b a64e2d68f55a 2023-10-14T00:07:48.343 INFO:teuthology.orchestra.run.smithi055.stdout:mds.b smithi082 running (8m) 19s ago 8m 21.8M - 17.2.6-1409-gc4ba9722 8659eb916c3b c8f059701aff 2023-10-14T00:07:48.343 INFO:teuthology.orchestra.run.smithi055.stdout:mgr.x smithi082 *:8443,9283,8765 running (3m) 19s ago 10m 449M - 18.0.0-6751-g3b7b697c 0b2b3aa58da0 a79a494adccf 2023-10-14T00:07:48.343 INFO:teuthology.orchestra.run.smithi055.stdout:mgr.y smithi055 *:8443,9283,8765 running (4m) 77s ago 12m 511M - 18.0.0-6751-g3b7b697c 0b2b3aa58da0 b7faf0747550 2023-10-14T00:07:48.343 INFO:teuthology.orchestra.run.smithi055.stdout:mon.a smithi055 running (3m) 77s ago 12m 84.1M 2048M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 354be3129c3e 2023-10-14T00:07:48.343 INFO:teuthology.orchestra.run.smithi055.stdout:mon.b smithi082 running (3m) 19s ago 11m 66.1M 2048M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 5214e5618df6 2023-10-14T00:07:48.344 INFO:teuthology.orchestra.run.smithi055.stdout:mon.c smithi055 running (3m) 77s ago 11m 62.1M 2048M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 bec446d3c9a5 2023-10-14T00:07:48.344 INFO:teuthology.orchestra.run.smithi055.stdout:node-exporter.a smithi055 *:9100 running (4m) 77s ago 7m 10.5M - 1.5.0 0da6a335fe13 31fbb1d63b0a 2023-10-14T00:07:48.344 INFO:teuthology.orchestra.run.smithi055.stdout:node-exporter.b smithi082 *:9100 running (4m) 19s ago 7m 16.6M - 1.5.0 0da6a335fe13 16c130d1487c 2023-10-14T00:07:48.344 INFO:teuthology.orchestra.run.smithi055.stdout:osd.0 smithi055 running (2m) 77s ago 10m 214M 2487M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 b8c02bf61b69 2023-10-14T00:07:48.344 INFO:teuthology.orchestra.run.smithi055.stdout:osd.1 smithi055 running (2m) 77s ago 10m 149M 2487M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 91471615c1e6 2023-10-14T00:07:48.345 INFO:teuthology.orchestra.run.smithi055.stdout:osd.2 smithi055 running (108s) 77s ago 9m 189M 2487M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 01785e79dbd3 2023-10-14T00:07:48.345 INFO:teuthology.orchestra.run.smithi055.stdout:osd.3 smithi055 running (80s) 77s ago 9m 14.7M 2487M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 9b329f63ee57 2023-10-14T00:07:48.345 INFO:teuthology.orchestra.run.smithi055.stdout:osd.4 smithi082 running (51s) 19s ago 9m 151M 2486M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 03fa92aec155 2023-10-14T00:07:48.345 INFO:teuthology.orchestra.run.smithi055.stdout:osd.5 smithi082 running (22s) 19s ago 9m 14.8M 2486M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 e5c1d4845dd0 2023-10-14T00:07:48.345 INFO:teuthology.orchestra.run.smithi055.stdout:osd.6 smithi082 running (8m) 19s ago 8m 311M 2486M 17.2.6-1409-gc4ba9722 8659eb916c3b 534f869fa9c0 2023-10-14T00:07:48.346 INFO:teuthology.orchestra.run.smithi055.stdout:osd.7 smithi082 running (8m) 19s ago 8m 454M 2486M 17.2.6-1409-gc4ba9722 8659eb916c3b 8ed5f8f55810 2023-10-14T00:07:48.346 INFO:teuthology.orchestra.run.smithi055.stdout:prometheus.a smithi082 *:9095 running (4m) 19s ago 7m 62.9M - 2.43.0 a07b618ecd1d 2e6373651cd7 2023-10-14T00:07:48.673 INFO:tasks.rados.rados.0.smithi055.stdout:1805: done (2 left) 2023-10-14T00:07:48.673 INFO:tasks.rados.rados.0.smithi055.stdout:1806: done (1 left) 2023-10-14T00:07:48.673 INFO:tasks.rados.rados.0.smithi055.stdout:1807: done (0 left) 2023-10-14T00:07:48.673 INFO:tasks.rados.rados.0.smithi055.stdout:1808: read oid 38 snap 167 2023-10-14T00:07:48.674 INFO:tasks.rados.rados.0.smithi055.stdout:1808: expect (ObjNum 489 snap 139 seq_num 489) 2023-10-14T00:07:48.674 INFO:tasks.rados.rados.0.smithi055.stdout:1809: read oid 19 snap -1 2023-10-14T00:07:48.674 INFO:tasks.rados.rados.0.smithi055.stdout:1809: expect deleted 2023-10-14T00:07:48.674 INFO:tasks.rados.rados.0.smithi055.stdout:1810: snap_create 2023-10-14T00:07:48.693 INFO:tasks.rados.rados.0.smithi055.stdout:1808: expect (ObjNum 489 snap 139 seq_num 489) 2023-10-14T00:07:48.789 INFO:teuthology.orchestra.run.smithi055.stdout:{ 2023-10-14T00:07:48.789 INFO:teuthology.orchestra.run.smithi055.stdout: "mon": { 2023-10-14T00:07:48.790 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 18.0.0-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)": 3 2023-10-14T00:07:48.790 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:07:48.790 INFO:teuthology.orchestra.run.smithi055.stdout: "mgr": { 2023-10-14T00:07:48.790 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 18.0.0-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)": 2 2023-10-14T00:07:48.791 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:07:48.791 INFO:teuthology.orchestra.run.smithi055.stdout: "osd": { 2023-10-14T00:07:48.791 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)": 2, 2023-10-14T00:07:48.791 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 18.0.0-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)": 6 2023-10-14T00:07:48.791 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:07:48.792 INFO:teuthology.orchestra.run.smithi055.stdout: "mds": { 2023-10-14T00:07:48.792 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)": 2 2023-10-14T00:07:48.792 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:07:48.792 INFO:teuthology.orchestra.run.smithi055.stdout: "overall": { 2023-10-14T00:07:48.792 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)": 4, 2023-10-14T00:07:48.793 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 18.0.0-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)": 11 2023-10-14T00:07:48.793 INFO:teuthology.orchestra.run.smithi055.stdout: } 2023-10-14T00:07:48.793 INFO:teuthology.orchestra.run.smithi055.stdout:} 2023-10-14T00:07:48.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:48 smithi082 ceph-mon[180771]: failed to encode map e405 with expected crc 2023-10-14T00:07:48.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:48 smithi082 ceph-mon[180771]: Upgrade: Updating osd.6 2023-10-14T00:07:48.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:48 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:48.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:48 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-10-14T00:07:48.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:48 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:07:48.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:48 smithi082 ceph-mon[180771]: Deploying daemon osd.6 on smithi082 2023-10-14T00:07:48.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:48 smithi082 ceph-mon[180771]: from='client.44243 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:07:48.878 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:07:48 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:07: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-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi055:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi082.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-10-14T00:07:49.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:48 smithi055 ceph-mon[185614]: failed to encode map e405 with expected crc 2023-10-14T00:07:49.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:48 smithi055 ceph-mon[185614]: Upgrade: Updating osd.6 2023-10-14T00:07:49.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:48 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:49.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:48 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-10-14T00:07:49.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:48 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:07:49.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:48 smithi055 ceph-mon[185614]: Deploying daemon osd.6 on smithi082 2023-10-14T00:07:49.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:48 smithi055 ceph-mon[185614]: from='client.44243 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:07:49.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:48 smithi055 ceph-mon[183057]: failed to encode map e405 with expected crc 2023-10-14T00:07:49.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:48 smithi055 ceph-mon[183057]: Upgrade: Updating osd.6 2023-10-14T00:07:49.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:48 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:49.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:48 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-10-14T00:07:49.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:48 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:07:49.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:48 smithi055 ceph-mon[183057]: Deploying daemon osd.6 on smithi082 2023-10-14T00:07:49.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:48 smithi055 ceph-mon[183057]: from='client.44243 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:07:49.695 INFO:tasks.rados.rados.0.smithi055.stdout:1808: done (2 left) 2023-10-14T00:07:49.695 INFO:tasks.rados.rados.0.smithi055.stdout:1809: done (1 left) 2023-10-14T00:07:49.695 INFO:tasks.rados.rados.0.smithi055.stdout:1810: done (0 left) 2023-10-14T00:07:49.695 INFO:tasks.rados.rados.0.smithi055.stdout:1811: setattr oid 36 current snap is 169 2023-10-14T00:07:49.696 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 2 current snap is 169 2023-10-14T00:07:49.696 INFO:tasks.rados.rados.0.smithi055.stdout:1812: seq_num 590 ranges {1875968=286720} 2023-10-14T00:07:49.709 INFO:tasks.rados.rados.0.smithi055.stdout:1812: writing smithi055169533-2 from 1875968 to 2162688 tid 1 2023-10-14T00:07:49.709 INFO:tasks.rados.rados.0.smithi055.stdout:1813: read oid 25 snap -1 2023-10-14T00:07:49.709 INFO:tasks.rados.rados.0.smithi055.stdout:1813: expect (ObjNum 581 snap 165 seq_num 581) 2023-10-14T00:07:49.709 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 17 current snap is 169 2023-10-14T00:07:49.709 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 36 v 643 (ObjNum 446 snap 122 seq_num 446) dirty exists 2023-10-14T00:07:49.710 INFO:tasks.rados.rados.0.smithi055.stdout:1814: seq_num 591 ranges {16523264=303104} 2023-10-14T00:07:49.804 INFO:tasks.rados.rados.0.smithi055.stdout:1814: writing smithi055169533-17 from 16523264 to 16826368 tid 1 2023-10-14T00:07:49.804 INFO:tasks.rados.rados.0.smithi055.stdout:1811: done (3 left) 2023-10-14T00:07:49.804 INFO:tasks.rados.rados.0.smithi055.stdout:1815: read oid 18 snap -1 2023-10-14T00:07:49.804 INFO:tasks.rados.rados.0.smithi055.stdout:1815: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:07:49.805 INFO:tasks.rados.rados.0.smithi055.stdout:1816: delete oid 21 current snap is 169 2023-10-14T00:07:49.805 INFO:tasks.rados.rados.0.smithi055.stdout:1812: finishing write tid 1 to smithi055169533-2 2023-10-14T00:07:49.805 INFO:tasks.rados.rados.0.smithi055.stdout:1812: finishing write tid 2 to smithi055169533-2 2023-10-14T00:07:49.805 INFO:tasks.rados.rados.0.smithi055.stdout:1812: finishing write tid 3 to smithi055169533-2 2023-10-14T00:07:49.806 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 2 v 804 (ObjNum 590 snap 169 seq_num 590) dirty exists 2023-10-14T00:07:49.806 INFO:tasks.rados.rados.0.smithi055.stdout:1812: left oid 2 (ObjNum 590 snap 169 seq_num 590) 2023-10-14T00:07:49.806 INFO:tasks.rados.rados.0.smithi055.stdout:1813: expect (ObjNum 581 snap 165 seq_num 581) 2023-10-14T00:07:49.873 INFO:tasks.rados.rados.0.smithi055.stdout:1815: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:07:49.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:49 smithi082 ceph-mon[180771]: from='client.44249 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:07:49.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:49 smithi082 ceph-mon[180771]: osdmap e406: 8 total, 8 up, 8 in 2023-10-14T00:07:49.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:49 smithi082 ceph-mon[180771]: failed to encode map e406 with expected crc 2023-10-14T00:07:49.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:49 smithi082 ceph-mon[180771]: failed to encode map e406 with expected crc 2023-10-14T00:07:49.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:49 smithi082 ceph-mon[180771]: from='client.? 172.21.15.55:0/1923600802' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:07:49.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:49 smithi082 ceph-mon[180771]: pgmap v321: 121 pgs: 121 active+clean; 153 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.4 MiB/s rd, 72 KiB/s wr, 5 op/s 2023-10-14T00:07:49.877 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 00:07:49 smithi082 systemd[1]: Stopping Ceph osd.6 for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:07:49.877 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 00:07:49 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-6[136288]: 2023-10-14T00:07:49.684+0000 7f19c679b700 -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-10-14T00:07:49.877 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 00:07:49 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-6[136288]: 2023-10-14T00:07:49.684+0000 7f19c679b700 -1 osd.6 406 *** Got signal Terminated *** 2023-10-14T00:07:49.878 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 00:07:49 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-6[136288]: 2023-10-14T00:07:49.684+0000 7f19c679b700 -1 osd.6 406 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-10-14T00:07:49.882 INFO:tasks.rados.rados.0.smithi055.stdout:1814: finishing write tid 1 to smithi055169533-17 2023-10-14T00:07:49.882 INFO:tasks.rados.rados.0.smithi055.stdout:1814: finishing write tid 2 to smithi055169533-17 2023-10-14T00:07:49.883 INFO:tasks.rados.rados.0.smithi055.stdout:1814: finishing write tid 3 to smithi055169533-17 2023-10-14T00:07:49.883 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 17 v 854 (ObjNum 591 snap 169 seq_num 591) dirty exists 2023-10-14T00:07:49.883 INFO:tasks.rados.rados.0.smithi055.stdout:1814: left oid 17 (ObjNum 591 snap 169 seq_num 591) 2023-10-14T00:07:49.884 INFO:tasks.rados.rados.0.smithi055.stdout:1812: done (4 left) 2023-10-14T00:07:49.884 INFO:tasks.rados.rados.0.smithi055.stdout:1813: done (3 left) 2023-10-14T00:07:49.885 INFO:tasks.rados.rados.0.smithi055.stdout:1814: done (2 left) 2023-10-14T00:07:49.885 INFO:tasks.rados.rados.0.smithi055.stdout:1815: done (1 left) 2023-10-14T00:07:49.885 INFO:tasks.rados.rados.0.smithi055.stdout:1816: done (0 left) 2023-10-14T00:07:49.885 INFO:tasks.rados.rados.0.smithi055.stdout:1817: delete oid 4 current snap is 169 2023-10-14T00:07:49.887 INFO:tasks.rados.rados.0.smithi055.stdout:1817: done (0 left) 2023-10-14T00:07:49.887 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 19 current snap is 169 2023-10-14T00:07:49.888 INFO:tasks.rados.rados.0.smithi055.stdout:1818: seq_num 594 ranges {0=352256} 2023-10-14T00:07:49.888 INFO:tasks.rados.rados.0.smithi055.stdout:1818: writing smithi055169533-19 from 0 to 352256 tid 1 2023-10-14T00:07:49.888 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 20 current snap is 169 2023-10-14T00:07:49.889 INFO:tasks.rados.rados.0.smithi055.stdout:1819: seq_num 595 ranges {0=368640} 2023-10-14T00:07:49.890 INFO:tasks.rados.rados.0.smithi055.stdout:1819: writing smithi055169533-20 from 0 to 368640 tid 1 2023-10-14T00:07:49.890 INFO:tasks.rados.rados.0.smithi055.stdout:1820: read oid 10 snap -1 2023-10-14T00:07:49.891 INFO:tasks.rados.rados.0.smithi055.stdout:1820: expect (ObjNum 520 snap 145 seq_num 520) 2023-10-14T00:07:49.891 INFO:tasks.rados.rados.0.smithi055.stdout:1821: snap_create 2023-10-14T00:07:49.891 INFO:tasks.rados.rados.0.smithi055.stdout:1818: finishing write tid 1 to smithi055169533-19 2023-10-14T00:07:49.891 INFO:tasks.rados.rados.0.smithi055.stdout:1818: finishing write tid 2 to smithi055169533-19 2023-10-14T00:07:49.892 INFO:tasks.rados.rados.0.smithi055.stdout:1819: finishing write tid 1 to smithi055169533-20 2023-10-14T00:07:49.892 INFO:tasks.rados.rados.0.smithi055.stdout:1819: finishing write tid 2 to smithi055169533-20 2023-10-14T00:07:49.894 INFO:tasks.rados.rados.0.smithi055.stdout:1819: finishing write tid 3 to smithi055169533-20 2023-10-14T00:07:49.894 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 20 v 490 (ObjNum 595 snap 169 seq_num 595) dirty exists 2023-10-14T00:07:49.894 INFO:tasks.rados.rados.0.smithi055.stdout:1819: left oid 20 (ObjNum 595 snap 169 seq_num 595) 2023-10-14T00:07:49.895 INFO:tasks.rados.rados.0.smithi055.stdout:1818: finishing write tid 3 to smithi055169533-19 2023-10-14T00:07:49.895 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 19 v 439 (ObjNum 594 snap 169 seq_num 594) dirty exists 2023-10-14T00:07:49.895 INFO:tasks.rados.rados.0.smithi055.stdout:1818: left oid 19 (ObjNum 594 snap 169 seq_num 594) 2023-10-14T00:07:49.898 INFO:tasks.rados.rados.0.smithi055.stdout:1820: expect (ObjNum 520 snap 145 seq_num 520) 2023-10-14T00:07:50.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:49 smithi055 ceph-mon[183057]: from='client.44249 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:07:50.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:49 smithi055 ceph-mon[183057]: osdmap e406: 8 total, 8 up, 8 in 2023-10-14T00:07:50.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:49 smithi055 ceph-mon[183057]: failed to encode map e406 with expected crc 2023-10-14T00:07:50.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:49 smithi055 ceph-mon[183057]: failed to encode map e406 with expected crc 2023-10-14T00:07:50.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:49 smithi055 ceph-mon[183057]: from='client.? 172.21.15.55:0/1923600802' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:07:50.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:49 smithi055 ceph-mon[183057]: pgmap v321: 121 pgs: 121 active+clean; 153 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.4 MiB/s rd, 72 KiB/s wr, 5 op/s 2023-10-14T00:07:50.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:49 smithi055 ceph-mon[185614]: from='client.44249 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:07:50.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:49 smithi055 ceph-mon[185614]: osdmap e406: 8 total, 8 up, 8 in 2023-10-14T00:07:50.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:49 smithi055 ceph-mon[185614]: failed to encode map e406 with expected crc 2023-10-14T00:07:50.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:49 smithi055 ceph-mon[185614]: failed to encode map e406 with expected crc 2023-10-14T00:07:50.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:49 smithi055 ceph-mon[185614]: from='client.? 172.21.15.55:0/1923600802' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:07:50.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:49 smithi055 ceph-mon[185614]: pgmap v321: 121 pgs: 121 active+clean; 153 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.4 MiB/s rd, 72 KiB/s wr, 5 op/s 2023-10-14T00:07:50.360 INFO:tasks.rados.rados.0.smithi055.stdout:1818: done (3 left) 2023-10-14T00:07:50.360 INFO:tasks.rados.rados.0.smithi055.stdout:1819: done (2 left) 2023-10-14T00:07:50.360 INFO:tasks.rados.rados.0.smithi055.stdout:1820: done (1 left) 2023-10-14T00:07:50.361 INFO:tasks.rados.rados.0.smithi055.stdout:1821: done (0 left) 2023-10-14T00:07:50.361 INFO:tasks.rados.rados.0.smithi055.stdout:1822: delete oid 3 current snap is 170 2023-10-14T00:07:50.364 INFO:tasks.rados.rados.0.smithi055.stdout:1822: done (0 left) 2023-10-14T00:07:50.365 INFO:tasks.rados.rados.0.smithi055.stdout:1823: read oid 39 snap 164 2023-10-14T00:07:50.365 INFO:tasks.rados.rados.0.smithi055.stdout:1823: expect deleted 2023-10-14T00:07:50.365 INFO:tasks.rados.rados.0.smithi055.stdout:1824: delete oid 50 current snap is 170 2023-10-14T00:07:50.367 INFO:tasks.rados.rados.0.smithi055.stdout:1823: done (1 left) 2023-10-14T00:07:50.367 INFO:tasks.rados.rados.0.smithi055.stdout:1824: done (0 left) 2023-10-14T00:07:50.367 INFO:tasks.rados.rados.0.smithi055.stdout:1825: rollback oid 6 current snap is 170 2023-10-14T00:07:50.368 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 6 to 161 2023-10-14T00:07:50.368 INFO:tasks.rados.rados.0.smithi055.stdout:1826: read oid 17 snap -1 2023-10-14T00:07:50.368 INFO:tasks.rados.rados.0.smithi055.stdout:1826: expect (ObjNum 591 snap 169 seq_num 591) 2023-10-14T00:07:50.368 INFO:tasks.rados.rados.0.smithi055.stdout:1827: setattr oid 1 current snap is 170 2023-10-14T00:07:50.369 INFO:tasks.rados.rados.0.smithi055.stdout:1825: finishing rollback tid 1 to smithi055169533-6 2023-10-14T00:07:50.369 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 6 v 0 (ObjNum 145 snap 0 seq_num 1529378896) dirty dne 2023-10-14T00:07:50.369 INFO:tasks.rados.rados.0.smithi055.stdout:1825: done (2 left) 2023-10-14T00:07:50.369 INFO:tasks.rados.rados.0.smithi055.stdout:1828: snap_create 2023-10-14T00:07:50.372 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 1 v 536 (ObjNum 533 snap 149 seq_num 533) dirty exists 2023-10-14T00:07:50.444 INFO:tasks.rados.rados.0.smithi055.stdout:1826: expect (ObjNum 591 snap 169 seq_num 591) 2023-10-14T00:07:50.954 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:50 smithi082 ceph-mon[180771]: failed to encode map e407 with expected crc 2023-10-14T00:07:50.955 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:50 smithi082 ceph-mon[180771]: osdmap e407: 8 total, 8 up, 8 in 2023-10-14T00:07:50.955 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:50 smithi082 ceph-mon[180771]: osd.6 marked itself down and dead 2023-10-14T00:07:50.955 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:50 smithi082 ceph-mon[180771]: failed to encode map e407 with expected crc 2023-10-14T00:07:50.955 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:50 smithi082 ceph-mon[180771]: Health check failed: 1 osds down (OSD_DOWN) 2023-10-14T00:07:50.956 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:50 smithi082 ceph-mon[180771]: failed to encode map e408 with expected crc 2023-10-14T00:07:50.956 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:50 smithi082 ceph-mon[180771]: failed to encode map e408 with expected crc 2023-10-14T00:07:50.956 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:50 smithi082 ceph-mon[180771]: osdmap e408: 8 total, 7 up, 8 in 2023-10-14T00:07:50.956 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:50 smithi082 ceph-mon[180771]: failed to encode map e408 with expected crc 2023-10-14T00:07:50.956 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:50 smithi082 ceph-mon[180771]: failed to encode map e408 with expected crc 2023-10-14T00:07:50.957 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:50 smithi082 ceph-mon[180771]: failed to encode map e408 with expected crc 2023-10-14T00:07:51.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:50 smithi055 ceph-mon[185614]: failed to encode map e407 with expected crc 2023-10-14T00:07:51.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:50 smithi055 ceph-mon[185614]: osdmap e407: 8 total, 8 up, 8 in 2023-10-14T00:07:51.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:50 smithi055 ceph-mon[185614]: osd.6 marked itself down and dead 2023-10-14T00:07:51.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:50 smithi055 ceph-mon[185614]: failed to encode map e407 with expected crc 2023-10-14T00:07:51.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:50 smithi055 ceph-mon[185614]: Health check failed: 1 osds down (OSD_DOWN) 2023-10-14T00:07:51.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:50 smithi055 ceph-mon[185614]: failed to encode map e408 with expected crc 2023-10-14T00:07:51.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:50 smithi055 ceph-mon[185614]: failed to encode map e408 with expected crc 2023-10-14T00:07:51.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:50 smithi055 ceph-mon[185614]: osdmap e408: 8 total, 7 up, 8 in 2023-10-14T00:07:51.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:50 smithi055 ceph-mon[185614]: failed to encode map e408 with expected crc 2023-10-14T00:07:51.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:50 smithi055 ceph-mon[185614]: failed to encode map e408 with expected crc 2023-10-14T00:07:51.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:50 smithi055 ceph-mon[185614]: failed to encode map e408 with expected crc 2023-10-14T00:07:51.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:50 smithi055 ceph-mon[183057]: failed to encode map e407 with expected crc 2023-10-14T00:07:51.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:50 smithi055 ceph-mon[183057]: osdmap e407: 8 total, 8 up, 8 in 2023-10-14T00:07:51.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:50 smithi055 ceph-mon[183057]: osd.6 marked itself down and dead 2023-10-14T00:07:51.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:50 smithi055 ceph-mon[183057]: failed to encode map e407 with expected crc 2023-10-14T00:07:51.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:50 smithi055 ceph-mon[183057]: Health check failed: 1 osds down (OSD_DOWN) 2023-10-14T00:07:51.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:50 smithi055 ceph-mon[183057]: failed to encode map e408 with expected crc 2023-10-14T00:07:51.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:50 smithi055 ceph-mon[183057]: failed to encode map e408 with expected crc 2023-10-14T00:07:51.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:50 smithi055 ceph-mon[183057]: osdmap e408: 8 total, 7 up, 8 in 2023-10-14T00:07:51.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:50 smithi055 ceph-mon[183057]: failed to encode map e408 with expected crc 2023-10-14T00:07:51.021 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:50 smithi055 ceph-mon[183057]: failed to encode map e408 with expected crc 2023-10-14T00:07:51.021 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:50 smithi055 ceph-mon[183057]: failed to encode map e408 with expected crc 2023-10-14T00:07:51.375 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 00:07:51 smithi082 bash[199420]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-6 2023-10-14T00:07:51.808 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:51 smithi082 ceph-mon[180771]: pgmap v324: 121 pgs: 4 peering, 10 stale+active+clean, 107 active+clean; 154 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 3.6 MiB/s rd, 402 KiB/s wr, 13 op/s 2023-10-14T00:07:51.809 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:51 smithi082 ceph-mon[180771]: failed to encode map e409 with expected crc 2023-10-14T00:07:51.809 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:51 smithi082 ceph-mon[180771]: failed to encode map e409 with expected crc 2023-10-14T00:07:51.809 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:51 smithi082 ceph-mon[180771]: osdmap e409: 8 total, 7 up, 8 in 2023-10-14T00:07:51.810 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:51 smithi082 ceph-mon[180771]: failed to encode map e409 with expected crc 2023-10-14T00:07:51.810 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:51 smithi082 ceph-mon[180771]: failed to encode map e409 with expected crc 2023-10-14T00:07:51.810 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:51 smithi082 ceph-mon[180771]: failed to encode map e409 with expected crc 2023-10-14T00:07:51.810 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:51 smithi082 ceph-mon[180771]: failed to encode map e409 with expected crc 2023-10-14T00:07:51.810 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:51 smithi082 ceph-mon[180771]: failed to encode map e409 with expected crc 2023-10-14T00:07:52.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:51 smithi055 ceph-mon[185614]: pgmap v324: 121 pgs: 4 peering, 10 stale+active+clean, 107 active+clean; 154 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 3.6 MiB/s rd, 402 KiB/s wr, 13 op/s 2023-10-14T00:07:52.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:51 smithi055 ceph-mon[185614]: failed to encode map e409 with expected crc 2023-10-14T00:07:52.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:51 smithi055 ceph-mon[185614]: failed to encode map e409 with expected crc 2023-10-14T00:07:52.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:51 smithi055 ceph-mon[185614]: osdmap e409: 8 total, 7 up, 8 in 2023-10-14T00:07:52.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:51 smithi055 ceph-mon[185614]: failed to encode map e409 with expected crc 2023-10-14T00:07:52.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:51 smithi055 ceph-mon[185614]: failed to encode map e409 with expected crc 2023-10-14T00:07:52.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:51 smithi055 ceph-mon[185614]: failed to encode map e409 with expected crc 2023-10-14T00:07:52.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:51 smithi055 ceph-mon[185614]: failed to encode map e409 with expected crc 2023-10-14T00:07:52.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:51 smithi055 ceph-mon[185614]: failed to encode map e409 with expected crc 2023-10-14T00:07:52.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:51 smithi055 ceph-mon[183057]: pgmap v324: 121 pgs: 4 peering, 10 stale+active+clean, 107 active+clean; 154 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 3.6 MiB/s rd, 402 KiB/s wr, 13 op/s 2023-10-14T00:07:52.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:51 smithi055 ceph-mon[183057]: failed to encode map e409 with expected crc 2023-10-14T00:07:52.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:51 smithi055 ceph-mon[183057]: failed to encode map e409 with expected crc 2023-10-14T00:07:52.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:51 smithi055 ceph-mon[183057]: osdmap e409: 8 total, 7 up, 8 in 2023-10-14T00:07:52.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:51 smithi055 ceph-mon[183057]: failed to encode map e409 with expected crc 2023-10-14T00:07:52.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:51 smithi055 ceph-mon[183057]: failed to encode map e409 with expected crc 2023-10-14T00:07:52.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:51 smithi055 ceph-mon[183057]: failed to encode map e409 with expected crc 2023-10-14T00:07:52.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:51 smithi055 ceph-mon[183057]: failed to encode map e409 with expected crc 2023-10-14T00:07:52.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:51 smithi055 ceph-mon[183057]: failed to encode map e409 with expected crc 2023-10-14T00:07:52.477 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 00:07:52 smithi082 systemd[1]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@osd.6.service: Succeeded. 2023-10-14T00:07:52.477 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 00:07:52 smithi082 systemd[1]: Stopped Ceph osd.6 for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:07:52.478 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 00:07:52 smithi082 systemd[1]: Starting Ceph osd.6 for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:07:52.607 INFO:tasks.rados.rados.0.smithi055.stdout:1826: done (2 left) 2023-10-14T00:07:52.607 INFO:tasks.rados.rados.0.smithi055.stdout:1827: done (1 left) 2023-10-14T00:07:52.607 INFO:tasks.rados.rados.0.smithi055.stdout:1828: done (0 left) 2023-10-14T00:07:52.607 INFO:tasks.rados.rados.0.smithi055.stdout:1829: delete oid 31 current snap is 171 2023-10-14T00:07:52.608 INFO:tasks.rados.rados.0.smithi055.stdout:1829: done (0 left) 2023-10-14T00:07:52.609 INFO:tasks.rados.rados.0.smithi055.stdout:1830: delete oid 33 current snap is 171 2023-10-14T00:07:52.611 INFO:tasks.rados.rados.0.smithi055.stdout:1830: done (0 left) 2023-10-14T00:07:52.611 INFO:tasks.rados.rados.0.smithi055.stdout:1831: read oid 29 snap -1 2023-10-14T00:07:52.611 INFO:tasks.rados.rados.0.smithi055.stdout:1831: expect (ObjNum 584 snap 167 seq_num 584) 2023-10-14T00:07:52.611 INFO:tasks.rados.rados.0.smithi055.stdout:1832: rollback oid 6 current snap is 171 2023-10-14T00:07:52.612 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 6 to 160 2023-10-14T00:07:52.612 INFO:tasks.rados.rados.0.smithi055.stdout:1833: read oid 9 snap -1 2023-10-14T00:07:52.612 INFO:tasks.rados.rados.0.smithi055.stdout:1833: expect (ObjNum 551 snap 153 seq_num 551) 2023-10-14T00:07:52.612 INFO:tasks.rados.rados.0.smithi055.stdout:1834: copy_from oid 38 from oid 35 current snap is 171 2023-10-14T00:07:52.612 INFO:tasks.rados.rados.0.smithi055.stdout:1835: rollback oid 11 current snap is 171 2023-10-14T00:07:52.612 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 11 to 167 2023-10-14T00:07:52.613 INFO:tasks.rados.rados.0.smithi055.stdout:1836: copy_from oid 50 from oid 13 current snap is 171 2023-10-14T00:07:52.613 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 7 current snap is 171 2023-10-14T00:07:52.613 INFO:tasks.rados.rados.0.smithi055.stdout:1837: seq_num 600 ranges {475136=450560} 2023-10-14T00:07:52.616 INFO:tasks.rados.rados.0.smithi055.stdout:1837: writing smithi055169533-7 from 475136 to 925696 tid 1 2023-10-14T00:07:52.617 INFO:tasks.rados.rados.0.smithi055.stdout:1838: delete oid 20 current snap is 171 2023-10-14T00:07:52.617 INFO:tasks.rados.rados.0.smithi055.stdout:1835: finishing rollback tid 1 to smithi055169533-11 2023-10-14T00:07:52.617 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 11 v 0 (ObjNum 161 snap 0 seq_num 1) dirty dne 2023-10-14T00:07:52.617 INFO:tasks.rados.rados.0.smithi055.stdout:1832: finishing rollback tid 1 to smithi055169533-6 2023-10-14T00:07:52.617 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 6 v 0 (ObjNum 33 snap 0 seq_num 1814935528) dirty dne 2023-10-14T00:07:52.618 INFO:tasks.rados.rados.0.smithi055.stdout:1832: done (7 left) 2023-10-14T00:07:52.618 INFO:tasks.rados.rados.0.smithi055.stdout:1835: done (6 left) 2023-10-14T00:07:52.619 INFO:tasks.rados.rados.0.smithi055.stdout:1838: done (5 left) 2023-10-14T00:07:52.619 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 8 current snap is 171 2023-10-14T00:07:52.619 INFO:tasks.rados.rados.0.smithi055.stdout:1839: seq_num 602 ranges {0=491520} 2023-10-14T00:07:52.622 INFO:tasks.rados.rados.0.smithi055.stdout:1839: writing smithi055169533-8 from 0 to 491520 tid 1 2023-10-14T00:07:52.622 INFO:tasks.rados.rados.0.smithi055.stdout:1840: rollback oid 20 current snap is 171 2023-10-14T00:07:52.623 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 20 to 170 2023-10-14T00:07:52.623 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 34 current snap is 171 2023-10-14T00:07:52.623 INFO:tasks.rados.rados.0.smithi055.stdout:1841: seq_num 603 ranges {0=507904} 2023-10-14T00:07:52.625 INFO:tasks.rados.rados.0.smithi055.stdout:1841: writing smithi055169533-34 from 0 to 507904 tid 1 2023-10-14T00:07:52.628 INFO:tasks.rados.rados.0.smithi055.stdout:1842: setattr oid 17 current snap is 171 2023-10-14T00:07:52.628 INFO:tasks.rados.rados.0.smithi055.stdout:1840: finishing rollback tid 1 to smithi055169533-20 2023-10-14T00:07:52.628 INFO:tasks.rados.rados.0.smithi055.stdout:1840: finishing rollback tid 2 to smithi055169533-20 2023-10-14T00:07:52.629 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 20 v 493 (ObjNum 595 snap 169 seq_num 595) dirty exists 2023-10-14T00:07:52.629 INFO:tasks.rados.rados.0.smithi055.stdout:1834: finishing copy_from racing read to smithi055169533-38 2023-10-14T00:07:52.629 INFO:tasks.rados.rados.0.smithi055.stdout:1837: finishing write tid 1 to smithi055169533-7 2023-10-14T00:07:52.629 INFO:tasks.rados.rados.0.smithi055.stdout:1837: finishing write tid 2 to smithi055169533-7 2023-10-14T00:07:52.629 INFO:tasks.rados.rados.0.smithi055.stdout:1837: finishing write tid 3 to smithi055169533-7 2023-10-14T00:07:52.630 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 7 v 680 (ObjNum 600 snap 171 seq_num 600) dirty exists 2023-10-14T00:07:52.630 INFO:tasks.rados.rados.0.smithi055.stdout:1837: left oid 7 (ObjNum 600 snap 171 seq_num 600) 2023-10-14T00:07:52.630 INFO:tasks.rados.rados.0.smithi055.stdout:1837: done (8 left) 2023-10-14T00:07:52.630 INFO:tasks.rados.rados.0.smithi055.stdout:1840: done (7 left) 2023-10-14T00:07:52.630 INFO:tasks.rados.rados.0.smithi055.stdout:1843: setattr oid 7 current snap is 171 2023-10-14T00:07:52.631 INFO:tasks.rados.rados.0.smithi055.stdout:1834: finishing copy_from to smithi055169533-38 2023-10-14T00:07:52.631 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 38 v 489 (ObjNum 490 snap 139 seq_num 490) dirty exists 2023-10-14T00:07:52.632 INFO:tasks.rados.rados.0.smithi055.stdout:1839: finishing write tid 1 to smithi055169533-8 2023-10-14T00:07:52.632 INFO:tasks.rados.rados.0.smithi055.stdout:1839: finishing write tid 2 to smithi055169533-8 2023-10-14T00:07:52.632 INFO:tasks.rados.rados.0.smithi055.stdout:1834: done (7 left) 2023-10-14T00:07:52.632 INFO:tasks.rados.rados.0.smithi055.stdout:1844: copy_from oid 19 from oid 48 current snap is 171 2023-10-14T00:07:52.633 INFO:tasks.rados.rados.0.smithi055.stdout:1845: read oid 20 snap -1 2023-10-14T00:07:52.633 INFO:tasks.rados.rados.0.smithi055.stdout:1845: expect (ObjNum 595 snap 169 seq_num 595) 2023-10-14T00:07:52.633 INFO:tasks.rados.rados.0.smithi055.stdout:1846: rollback oid 30 current snap is 171 2023-10-14T00:07:52.633 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 30 to 164 2023-10-14T00:07:52.633 INFO:tasks.rados.rados.0.smithi055.stdout:1847: copy_from oid 10 from oid 26 current snap is 171 2023-10-14T00:07:52.634 INFO:tasks.rados.rados.0.smithi055.stdout:1848: rollback oid 4 current snap is 171 2023-10-14T00:07:52.634 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 4 to 164 2023-10-14T00:07:52.634 INFO:tasks.rados.rados.0.smithi055.stdout:1849: snap_create 2023-10-14T00:07:52.635 INFO:tasks.rados.rados.0.smithi055.stdout:1839: finishing write tid 3 to smithi055169533-8 2023-10-14T00:07:52.635 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 8 v 536 (ObjNum 602 snap 171 seq_num 602) dirty exists 2023-10-14T00:07:52.635 INFO:tasks.rados.rados.0.smithi055.stdout:1839: left oid 8 (ObjNum 602 snap 171 seq_num 602) 2023-10-14T00:07:52.636 INFO:tasks.rados.rados.0.smithi055.stdout:1841: finishing write tid 1 to smithi055169533-34 2023-10-14T00:07:52.636 INFO:tasks.rados.rados.0.smithi055.stdout:1841: finishing write tid 2 to smithi055169533-34 2023-10-14T00:07:52.637 INFO:tasks.rados.rados.0.smithi055.stdout:1846: finishing rollback tid 1 to smithi055169533-30 2023-10-14T00:07:52.637 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 30 v 779 (ObjNum 33 snap 0 seq_num 1521787192) dirty dne 2023-10-14T00:07:52.639 INFO:tasks.rados.rados.0.smithi055.stdout:1841: finishing write tid 3 to smithi055169533-34 2023-10-14T00:07:52.639 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 34 v 475 (ObjNum 603 snap 171 seq_num 603) dirty exists 2023-10-14T00:07:52.639 INFO:tasks.rados.rados.0.smithi055.stdout:1841: left oid 34 (ObjNum 603 snap 171 seq_num 603) 2023-10-14T00:07:52.640 INFO:tasks.rados.rados.0.smithi055.stdout:1845: expect (ObjNum 595 snap 169 seq_num 595) 2023-10-14T00:07:52.655 INFO:tasks.rados.rados.0.smithi055.stdout:1848: finishing rollback tid 1 to smithi055169533-4 2023-10-14T00:07:52.655 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 4 v 846 (ObjNum 33 snap 0 seq_num 1521787192) dirty dne 2023-10-14T00:07:52.655 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 7 v 681 (ObjNum 600 snap 171 seq_num 600) dirty exists 2023-10-14T00:07:52.655 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 17 v 858 (ObjNum 591 snap 169 seq_num 591) dirty exists 2023-10-14T00:07:52.656 INFO:tasks.rados.rados.0.smithi055.stdout:1847: finishing copy_from to smithi055169533-10 2023-10-14T00:07:52.656 INFO:tasks.rados.rados.0.smithi055.stdout:1847: got expected ENOENT (src dne) 2023-10-14T00:07:52.656 INFO:tasks.rados.rados.0.smithi055.stdout:1847: finishing copy_from racing read to smithi055169533-10 2023-10-14T00:07:52.656 INFO:tasks.rados.rados.0.smithi055.stdout:1844: finishing copy_from racing read to smithi055169533-19 2023-10-14T00:07:52.656 INFO:tasks.rados.rados.0.smithi055.stdout:1831: expect (ObjNum 584 snap 167 seq_num 584) 2023-10-14T00:07:53.153 INFO:tasks.rados.rados.0.smithi055.stdout:1836: finishing copy_from to smithi055169533-50 2023-10-14T00:07:53.154 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 50 v 535 (ObjNum 381 snap 100 seq_num 381) dirty exists 2023-10-14T00:07:53.154 INFO:tasks.rados.rados.0.smithi055.stdout:1836: finishing copy_from racing read to smithi055169533-50 2023-10-14T00:07:53.154 INFO:tasks.rados.rados.0.smithi055.stdout:1831: done (12 left) 2023-10-14T00:07:53.154 INFO:tasks.rados.rados.0.smithi055.stdout:1836: done (11 left) 2023-10-14T00:07:53.154 INFO:tasks.rados.rados.0.smithi055.stdout:1839: done (10 left) 2023-10-14T00:07:53.155 INFO:tasks.rados.rados.0.smithi055.stdout:1841: done (9 left) 2023-10-14T00:07:53.155 INFO:tasks.rados.rados.0.smithi055.stdout:1842: done (8 left) 2023-10-14T00:07:53.155 INFO:tasks.rados.rados.0.smithi055.stdout:1843: done (7 left) 2023-10-14T00:07:53.155 INFO:tasks.rados.rados.0.smithi055.stdout:1845: done (6 left) 2023-10-14T00:07:53.156 INFO:tasks.rados.rados.0.smithi055.stdout:1846: done (5 left) 2023-10-14T00:07:53.156 INFO:tasks.rados.rados.0.smithi055.stdout:1847: done (4 left) 2023-10-14T00:07:53.156 INFO:tasks.rados.rados.0.smithi055.stdout:1848: done (3 left) 2023-10-14T00:07:53.156 INFO:tasks.rados.rados.0.smithi055.stdout:1849: done (2 left) 2023-10-14T00:07:53.156 INFO:tasks.rados.rados.0.smithi055.stdout:1850: snap_create 2023-10-14T00:07:53.157 INFO:tasks.rados.rados.0.smithi055.stdout:1844: finishing copy_from to smithi055169533-19 2023-10-14T00:07:53.157 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 19 v 497 (ObjNum 543 snap 152 seq_num 543) dirty exists 2023-10-14T00:07:53.157 INFO:tasks.rados.rados.0.smithi055.stdout:1833: expect (ObjNum 551 snap 153 seq_num 551) 2023-10-14T00:07:53.375 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 00:07:52 smithi082 bash[199653]: --> Failed to activate via raw: did not find any matching OSD to activate 2023-10-14T00:07:53.376 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 00:07:52 smithi082 bash[199653]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2023-10-14T00:07:53.376 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 00:07:52 smithi082 bash[199653]: 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-10-14T00:07:53.376 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 00:07:52 smithi082 bash[199653]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-6/block 2023-10-14T00:07:53.376 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 00:07:52 smithi082 bash[199653]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-6/block 2023-10-14T00:07:53.377 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 00:07:52 smithi082 bash[199653]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2023-10-14T00:07:53.377 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 00:07:52 smithi082 bash[199653]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2023-10-14T00:07:53.377 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 00:07:52 smithi082 bash[199653]: --> ceph-volume lvm activate successful for osd ID: 6 2023-10-14T00:07:53.735 INFO:tasks.rados.rados.0.smithi055.stdout:1833: done (2 left) 2023-10-14T00:07:53.736 INFO:tasks.rados.rados.0.smithi055.stdout:1844: done (1 left) 2023-10-14T00:07:53.736 INFO:tasks.rados.rados.0.smithi055.stdout:1850: done (0 left) 2023-10-14T00:07:53.736 INFO:tasks.rados.rados.0.smithi055.stdout:1851: read oid 37 snap -1 2023-10-14T00:07:53.736 INFO:tasks.rados.rados.0.smithi055.stdout:1851: expect deleted 2023-10-14T00:07:53.737 INFO:tasks.rados.rados.0.smithi055.stdout:1852: read oid 17 snap -1 2023-10-14T00:07:53.737 INFO:tasks.rados.rados.0.smithi055.stdout:1852: expect (ObjNum 591 snap 169 seq_num 591) 2023-10-14T00:07:53.737 INFO:tasks.rados.rados.0.smithi055.stdout:1853: setattr oid 9 current snap is 173 2023-10-14T00:07:53.738 INFO:tasks.rados.rados.0.smithi055.stdout:1851: done (2 left) 2023-10-14T00:07:53.738 INFO:tasks.rados.rados.0.smithi055.stdout:1854: read oid 40 snap 164 2023-10-14T00:07:53.738 INFO:tasks.rados.rados.0.smithi055.stdout:1854: expect (ObjNum 575 snap 164 seq_num 575) 2023-10-14T00:07:53.738 INFO:tasks.rados.rados.0.smithi055.stdout:1855: delete oid 1 current snap is 173 2023-10-14T00:07:53.745 INFO:tasks.rados.rados.0.smithi055.stdout:1854: expect (ObjNum 575 snap 164 seq_num 575) 2023-10-14T00:07:53.747 INFO:tasks.rados.rados.0.smithi055.stdout:1854: done (3 left) 2023-10-14T00:07:53.747 INFO:tasks.rados.rados.0.smithi055.stdout:1855: done (2 left) 2023-10-14T00:07:53.747 INFO:tasks.rados.rados.0.smithi055.stdout:1856: read oid 6 snap -1 2023-10-14T00:07:53.748 INFO:tasks.rados.rados.0.smithi055.stdout:1856: expect deleted 2023-10-14T00:07:53.748 INFO:tasks.rados.rados.0.smithi055.stdout:1857: read oid 41 snap -1 2023-10-14T00:07:53.748 INFO:tasks.rados.rados.0.smithi055.stdout:1857: expect deleted 2023-10-14T00:07:53.748 INFO:tasks.rados.rados.0.smithi055.stdout:1858: copy_from oid 45 from oid 48 current snap is 173 2023-10-14T00:07:53.748 INFO:tasks.rados.rados.0.smithi055.stdout:1859: snap_remove snap 160 2023-10-14T00:07:54.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:53 smithi055 ceph-mon[185614]: failed to encode map e410 with expected crc 2023-10-14T00:07:54.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:53 smithi055 ceph-mon[185614]: osdmap e410: 8 total, 7 up, 8 in 2023-10-14T00:07:54.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:53 smithi055 ceph-mon[185614]: pgmap v327: 121 pgs: 1 active+undersized+degraded, 4 peering, 4 stale+active+clean, 15 active+undersized, 97 active+clean; 155 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 4.8 MiB/s rd, 462 KiB/s wr, 12 op/s; 4/267 objects degraded (1.498%) 2023-10-14T00:07:54.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:53 smithi055 ceph-mon[183057]: failed to encode map e410 with expected crc 2023-10-14T00:07:54.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:53 smithi055 ceph-mon[183057]: osdmap e410: 8 total, 7 up, 8 in 2023-10-14T00:07:54.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:53 smithi055 ceph-mon[183057]: pgmap v327: 121 pgs: 1 active+undersized+degraded, 4 peering, 4 stale+active+clean, 15 active+undersized, 97 active+clean; 155 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 4.8 MiB/s rd, 462 KiB/s wr, 12 op/s; 4/267 objects degraded (1.498%) 2023-10-14T00:07:54.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:53 smithi082 ceph-mon[180771]: failed to encode map e410 with expected crc 2023-10-14T00:07:54.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:53 smithi082 ceph-mon[180771]: osdmap e410: 8 total, 7 up, 8 in 2023-10-14T00:07:54.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:53 smithi082 ceph-mon[180771]: pgmap v327: 121 pgs: 1 active+undersized+degraded, 4 peering, 4 stale+active+clean, 15 active+undersized, 97 active+clean; 155 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 4.8 MiB/s rd, 462 KiB/s wr, 12 op/s; 4/267 objects degraded (1.498%) 2023-10-14T00:07:54.126 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 00:07:53 smithi082 ceph-osd[199912]: -- 172.21.15.82:0/3522164021 <== mon.1 v2:172.21.15.82:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5638a6dac4e0 con 0x5638a6d7cc00 2023-10-14T00:07:54.126 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 00:07:53 smithi082 bash[199893]: b1501034a06868aa8721a428aa71fca08d2f75711890c027c7fd5dd5a2938369 2023-10-14T00:07:54.126 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 00:07:53 smithi082 systemd[1]: Started Ceph osd.6 for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:07:54.625 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 00:07:54 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-6[199908]: 2023-10-14T00:07:54.332+0000 7f22bdf87640 -1 Falling back to public interface 2023-10-14T00:07:54.739 INFO:tasks.rados.rados.0.smithi055.stdout:1859: done (5 left) 2023-10-14T00:07:54.739 INFO:tasks.rados.rados.0.smithi055.stdout:1860: read oid 38 snap -1 2023-10-14T00:07:54.739 INFO:tasks.rados.rados.0.smithi055.stdout:1860: expect (ObjNum 490 snap 139 seq_num 490) 2023-10-14T00:07:54.740 INFO:tasks.rados.rados.0.smithi055.stdout:1861: delete oid 20 current snap is 173 2023-10-14T00:07:54.740 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 9 v 350 (ObjNum 551 snap 153 seq_num 551) dirty exists 2023-10-14T00:07:54.740 INFO:tasks.rados.rados.0.smithi055.stdout:1858: finishing copy_from to smithi055169533-45 2023-10-14T00:07:54.740 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 45 v 497 (ObjNum 543 snap 152 seq_num 543) dirty exists 2023-10-14T00:07:54.741 INFO:tasks.rados.rados.0.smithi055.stdout:1858: finishing copy_from racing read to smithi055169533-45 2023-10-14T00:07:54.741 INFO:tasks.rados.rados.0.smithi055.stdout:1852: expect (ObjNum 591 snap 169 seq_num 591) 2023-10-14T00:07:54.980 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:54 smithi082 ceph-mon[180771]: Health check failed: Degraded data redundancy: 4/267 objects degraded (1.498%), 1 pg degraded (PG_DEGRADED) 2023-10-14T00:07:54.980 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:54 smithi082 ceph-mon[180771]: failed to encode map e411 with expected crc 2023-10-14T00:07:54.980 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:54 smithi082 ceph-mon[180771]: osdmap e411: 8 total, 7 up, 8 in 2023-10-14T00:07:54.981 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:54.981 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:54.981 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:07:54.981 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:54.981 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:07:55.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:54 smithi055 ceph-mon[185614]: Health check failed: Degraded data redundancy: 4/267 objects degraded (1.498%), 1 pg degraded (PG_DEGRADED) 2023-10-14T00:07:55.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:54 smithi055 ceph-mon[185614]: failed to encode map e411 with expected crc 2023-10-14T00:07:55.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:54 smithi055 ceph-mon[185614]: osdmap e411: 8 total, 7 up, 8 in 2023-10-14T00:07:55.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:55.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:55.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:07:55.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:55.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:07:55.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:54 smithi055 ceph-mon[183057]: Health check failed: Degraded data redundancy: 4/267 objects degraded (1.498%), 1 pg degraded (PG_DEGRADED) 2023-10-14T00:07:55.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:54 smithi055 ceph-mon[183057]: failed to encode map e411 with expected crc 2023-10-14T00:07:55.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:54 smithi055 ceph-mon[183057]: osdmap e411: 8 total, 7 up, 8 in 2023-10-14T00:07:55.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:55.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:55.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:07:55.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:55.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:07:55.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:07:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:07:55] "GET /metrics HTTP/1.1" 200 36107 "" "Prometheus/2.43.0" 2023-10-14T00:07:56.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:55 smithi055 ceph-mon[183057]: failed to encode map e412 with expected crc 2023-10-14T00:07:56.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:55 smithi055 ceph-mon[183057]: failed to encode map e412 with expected crc 2023-10-14T00:07:56.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:55 smithi055 ceph-mon[183057]: osdmap e412: 8 total, 7 up, 8 in 2023-10-14T00:07:56.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:55 smithi055 ceph-mon[183057]: pgmap v330: 121 pgs: 6 active+undersized+degraded, 4 peering, 3 stale+active+clean, 24 active+undersized, 84 active+clean; 167 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 38 MiB/s rd, 3.3 MiB/s wr, 40 op/s; 15/303 objects degraded (4.950%) 2023-10-14T00:07:56.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:55 smithi055 ceph-mon[183057]: osdmap e413: 8 total, 7 up, 8 in 2023-10-14T00:07:56.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:55 smithi055 ceph-mon[183057]: failed to encode map e413 with expected crc 2023-10-14T00:07:56.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:55 smithi055 ceph-mon[183057]: failed to encode map e413 with expected crc 2023-10-14T00:07:56.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:55 smithi055 ceph-mon[183057]: failed to encode map e413 with expected crc 2023-10-14T00:07:56.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:55 smithi055 ceph-mon[183057]: failed to encode map e413 with expected crc 2023-10-14T00:07:56.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:55 smithi055 ceph-mon[183057]: failed to encode map e413 with expected crc 2023-10-14T00:07:56.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:55 smithi055 ceph-mon[185614]: failed to encode map e412 with expected crc 2023-10-14T00:07:56.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:55 smithi055 ceph-mon[185614]: failed to encode map e412 with expected crc 2023-10-14T00:07:56.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:55 smithi055 ceph-mon[185614]: osdmap e412: 8 total, 7 up, 8 in 2023-10-14T00:07:56.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:55 smithi055 ceph-mon[185614]: pgmap v330: 121 pgs: 6 active+undersized+degraded, 4 peering, 3 stale+active+clean, 24 active+undersized, 84 active+clean; 167 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 38 MiB/s rd, 3.3 MiB/s wr, 40 op/s; 15/303 objects degraded (4.950%) 2023-10-14T00:07:56.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:55 smithi055 ceph-mon[185614]: osdmap e413: 8 total, 7 up, 8 in 2023-10-14T00:07:56.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:55 smithi055 ceph-mon[185614]: failed to encode map e413 with expected crc 2023-10-14T00:07:56.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:55 smithi055 ceph-mon[185614]: failed to encode map e413 with expected crc 2023-10-14T00:07:56.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:55 smithi055 ceph-mon[185614]: failed to encode map e413 with expected crc 2023-10-14T00:07:56.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:55 smithi055 ceph-mon[185614]: failed to encode map e413 with expected crc 2023-10-14T00:07:56.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:55 smithi055 ceph-mon[185614]: failed to encode map e413 with expected crc 2023-10-14T00:07:56.040 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:55 smithi082 ceph-mon[180771]: failed to encode map e412 with expected crc 2023-10-14T00:07:56.040 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:55 smithi082 ceph-mon[180771]: failed to encode map e412 with expected crc 2023-10-14T00:07:56.041 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:55 smithi082 ceph-mon[180771]: osdmap e412: 8 total, 7 up, 8 in 2023-10-14T00:07:56.041 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:55 smithi082 ceph-mon[180771]: pgmap v330: 121 pgs: 6 active+undersized+degraded, 4 peering, 3 stale+active+clean, 24 active+undersized, 84 active+clean; 167 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 38 MiB/s rd, 3.3 MiB/s wr, 40 op/s; 15/303 objects degraded (4.950%) 2023-10-14T00:07:56.041 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:55 smithi082 ceph-mon[180771]: osdmap e413: 8 total, 7 up, 8 in 2023-10-14T00:07:56.041 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:55 smithi082 ceph-mon[180771]: failed to encode map e413 with expected crc 2023-10-14T00:07:56.041 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:55 smithi082 ceph-mon[180771]: failed to encode map e413 with expected crc 2023-10-14T00:07:56.042 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:55 smithi082 ceph-mon[180771]: failed to encode map e413 with expected crc 2023-10-14T00:07:56.042 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:55 smithi082 ceph-mon[180771]: failed to encode map e413 with expected crc 2023-10-14T00:07:56.042 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:55 smithi082 ceph-mon[180771]: failed to encode map e413 with expected crc 2023-10-14T00:07:56.915 INFO:tasks.rados.rados.0.smithi055.stdout:1860: expect (ObjNum 490 snap 139 seq_num 490) 2023-10-14T00:07:56.971 INFO:tasks.rados.rados.0.smithi055.stdout:1852: done (6 left) 2023-10-14T00:07:56.971 INFO:tasks.rados.rados.0.smithi055.stdout:1853: done (5 left) 2023-10-14T00:07:56.972 INFO:tasks.rados.rados.0.smithi055.stdout:1856: done (4 left) 2023-10-14T00:07:56.972 INFO:tasks.rados.rados.0.smithi055.stdout:1857: done (3 left) 2023-10-14T00:07:56.972 INFO:tasks.rados.rados.0.smithi055.stdout:1858: done (2 left) 2023-10-14T00:07:56.972 INFO:tasks.rados.rados.0.smithi055.stdout:1860: done (1 left) 2023-10-14T00:07:56.973 INFO:tasks.rados.rados.0.smithi055.stdout:1861: done (0 left) 2023-10-14T00:07:56.973 INFO:tasks.rados.rados.0.smithi055.stdout:1862: read oid 32 snap -1 2023-10-14T00:07:56.973 INFO:tasks.rados.rados.0.smithi055.stdout:1862: expect deleted 2023-10-14T00:07:56.973 INFO:tasks.rados.rados.0.smithi055.stdout:1863: snap_remove snap 161 2023-10-14T00:07:57.463 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 00:07:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-6[199908]: 2023-10-14T00:07:57.174+0000 7f22bdf87640 -1 osd.6 0 read_superblock omap replica is missing. 2023-10-14T00:07:57.463 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 00:07:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-6[199908]: 2023-10-14T00:07:57.216+0000 7f22bdf87640 -1 osd.6 407 log_to_monitors true 2023-10-14T00:07:57.464 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:57 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:57.464 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:57 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:57.464 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:57 smithi082 ceph-mon[180771]: pgmap v332: 121 pgs: 8 active+undersized+degraded, 34 active+undersized, 79 active+clean; 161 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 36 MiB/s rd, 3.2 MiB/s wr, 39 op/s; 23/306 objects degraded (7.516%) 2023-10-14T00:07:57.464 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:57 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:57.465 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:57 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:57.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:57 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:57.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:57 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:57.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:57 smithi055 ceph-mon[183057]: pgmap v332: 121 pgs: 8 active+undersized+degraded, 34 active+undersized, 79 active+clean; 161 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 36 MiB/s rd, 3.2 MiB/s wr, 39 op/s; 23/306 objects degraded (7.516%) 2023-10-14T00:07:57.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:57 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:57.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:57 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:57.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:57 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:57.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:57 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:57.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:57 smithi055 ceph-mon[185614]: pgmap v332: 121 pgs: 8 active+undersized+degraded, 34 active+undersized, 79 active+clean; 161 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 36 MiB/s rd, 3.2 MiB/s wr, 39 op/s; 23/306 objects degraded (7.516%) 2023-10-14T00:07:57.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:57 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:57.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:57 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:57.861 INFO:tasks.rados.rados.0.smithi055.stdout:1863: done (1 left) 2023-10-14T00:07:57.861 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 6 current snap is 173 2023-10-14T00:07:57.861 INFO:tasks.rados.rados.0.smithi055.stdout:1864: seq_num 606 ranges {0=557056} 2023-10-14T00:07:57.864 INFO:tasks.rados.rados.0.smithi055.stdout:1864: writing smithi055169533-6 from 0 to 557056 tid 1 2023-10-14T00:07:57.870 INFO:tasks.rados.rados.0.smithi055.stdout:1862: done (1 left) 2023-10-14T00:07:57.871 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 14 current snap is 173 2023-10-14T00:07:57.871 INFO:tasks.rados.rados.0.smithi055.stdout:1865: seq_num 607 ranges {1630208=573440} 2023-10-14T00:07:57.880 INFO:tasks.rados.rados.0.smithi055.stdout:1865: writing smithi055169533-14 from 1630208 to 2203648 tid 1 2023-10-14T00:07:57.880 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 4 current snap is 173 2023-10-14T00:07:57.880 INFO:tasks.rados.rados.0.smithi055.stdout:1866: seq_num 608 ranges {0=589824} 2023-10-14T00:07:57.883 INFO:tasks.rados.rados.0.smithi055.stdout:1866: writing smithi055169533-4 from 0 to 589824 tid 1 2023-10-14T00:07:57.883 INFO:tasks.rados.rados.0.smithi055.stdout:1867: snap_create 2023-10-14T00:07:57.884 INFO:tasks.rados.rados.0.smithi055.stdout:1864: finishing write tid 1 to smithi055169533-6 2023-10-14T00:07:57.884 INFO:tasks.rados.rados.0.smithi055.stdout:1864: finishing write tid 2 to smithi055169533-6 2023-10-14T00:07:57.888 INFO:tasks.rados.rados.0.smithi055.stdout:1866: finishing write tid 1 to smithi055169533-4 2023-10-14T00:07:57.889 INFO:tasks.rados.rados.0.smithi055.stdout:1864: finishing write tid 3 to smithi055169533-6 2023-10-14T00:07:57.889 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 6 v 781 (ObjNum 606 snap 173 seq_num 606) dirty exists 2023-10-14T00:07:57.889 INFO:tasks.rados.rados.0.smithi055.stdout:1864: left oid 6 (ObjNum 606 snap 173 seq_num 606) 2023-10-14T00:07:57.890 INFO:tasks.rados.rados.0.smithi055.stdout:1866: finishing write tid 2 to smithi055169533-4 2023-10-14T00:07:57.890 INFO:tasks.rados.rados.0.smithi055.stdout:1865: finishing write tid 1 to smithi055169533-14 2023-10-14T00:07:57.890 INFO:tasks.rados.rados.0.smithi055.stdout:1865: finishing write tid 2 to smithi055169533-14 2023-10-14T00:07:57.891 INFO:tasks.rados.rados.0.smithi055.stdout:1865: finishing write tid 3 to smithi055169533-14 2023-10-14T00:07:57.891 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 14 v 783 (ObjNum 607 snap 173 seq_num 607) dirty exists 2023-10-14T00:07:57.891 INFO:tasks.rados.rados.0.smithi055.stdout:1865: left oid 14 (ObjNum 607 snap 173 seq_num 607) 2023-10-14T00:07:57.891 INFO:tasks.rados.rados.0.smithi055.stdout:1866: finishing write tid 3 to smithi055169533-4 2023-10-14T00:07:57.892 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 4 v 889 (ObjNum 608 snap 173 seq_num 608) dirty exists 2023-10-14T00:07:57.892 INFO:tasks.rados.rados.0.smithi055.stdout:1866: left oid 4 (ObjNum 608 snap 173 seq_num 608) 2023-10-14T00:07:58.125 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 00:07:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-6[199908]: 2023-10-14T00:07:57.892+0000 7f22acbef700 -1 osd.6 407 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-10-14T00:07:58.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:58 smithi055 ceph-mon[185614]: from='osd.6 [v2:172.21.15.82:6816/3435544843,v1:172.21.15.82:6817/3435544843]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-14T00:07:58.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:58 smithi055 ceph-mon[185614]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-14T00:07:58.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:58 smithi055 ceph-mon[185614]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-10-14T00:07:58.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:58 smithi055 ceph-mon[185614]: osdmap e414: 8 total, 7 up, 8 in 2023-10-14T00:07:58.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:58 smithi055 ceph-mon[185614]: from='osd.6 [v2:172.21.15.82:6816/3435544843,v1:172.21.15.82:6817/3435544843]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]: dispatch 2023-10-14T00:07:58.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:58 smithi055 ceph-mon[185614]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]: dispatch 2023-10-14T00:07:58.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:58 smithi055 ceph-mon[183057]: from='osd.6 [v2:172.21.15.82:6816/3435544843,v1:172.21.15.82:6817/3435544843]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-14T00:07:58.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:58 smithi055 ceph-mon[183057]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-14T00:07:58.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:58 smithi055 ceph-mon[183057]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-10-14T00:07:58.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:58 smithi055 ceph-mon[183057]: osdmap e414: 8 total, 7 up, 8 in 2023-10-14T00:07:58.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:58 smithi055 ceph-mon[183057]: from='osd.6 [v2:172.21.15.82:6816/3435544843,v1:172.21.15.82:6817/3435544843]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]: dispatch 2023-10-14T00:07:58.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:58 smithi055 ceph-mon[183057]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]: dispatch 2023-10-14T00:07:58.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:58 smithi082 ceph-mon[180771]: from='osd.6 [v2:172.21.15.82:6816/3435544843,v1:172.21.15.82:6817/3435544843]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-14T00:07:58.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:58 smithi082 ceph-mon[180771]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-14T00:07:58.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:58 smithi082 ceph-mon[180771]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-10-14T00:07:58.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:58 smithi082 ceph-mon[180771]: osdmap e414: 8 total, 7 up, 8 in 2023-10-14T00:07:58.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:58 smithi082 ceph-mon[180771]: from='osd.6 [v2:172.21.15.82:6816/3435544843,v1:172.21.15.82:6817/3435544843]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]: dispatch 2023-10-14T00:07:58.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:58 smithi082 ceph-mon[180771]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]: dispatch 2023-10-14T00:07:58.875 INFO:tasks.rados.rados.0.smithi055.stdout:1864: done (3 left) 2023-10-14T00:07:58.876 INFO:tasks.rados.rados.0.smithi055.stdout:1865: done (2 left) 2023-10-14T00:07:58.876 INFO:tasks.rados.rados.0.smithi055.stdout:1866: done (1 left) 2023-10-14T00:07:58.876 INFO:tasks.rados.rados.0.smithi055.stdout:1867: done (0 left) 2023-10-14T00:07:58.876 INFO:tasks.rados.rados.0.smithi055.stdout:1868: rmattr oid 13 current snap is 174 2023-10-14T00:07:58.879 INFO:tasks.rados.rados.0.smithi055.stdout:1869: read oid 26 snap 169 2023-10-14T00:07:58.879 INFO:tasks.rados.rados.0.smithi055.stdout:1869: expect deleted 2023-10-14T00:07:58.879 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 6 current snap is 174 2023-10-14T00:07:58.880 INFO:tasks.rados.rados.0.smithi055.stdout:1870: seq_num 609 ranges {557056=606208} 2023-10-14T00:07:58.883 INFO:tasks.rados.rados.0.smithi055.stdout:1870: writing smithi055169533-6 from 557056 to 1163264 tid 1 2023-10-14T00:07:58.883 INFO:tasks.rados.rados.0.smithi055.stdout:1871: rollback oid 24 current snap is 174 2023-10-14T00:07:58.884 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 24 to 169 2023-10-14T00:07:58.884 INFO:tasks.rados.rados.0.smithi055.stdout:1869: done (3 left) 2023-10-14T00:07:58.884 INFO:tasks.rados.rados.0.smithi055.stdout:1872: read oid 20 snap -1 2023-10-14T00:07:58.884 INFO:tasks.rados.rados.0.smithi055.stdout:1872: expect deleted 2023-10-14T00:07:58.885 INFO:tasks.rados.rados.0.smithi055.stdout:1873: read oid 15 snap -1 2023-10-14T00:07:58.886 INFO:tasks.rados.rados.0.smithi055.stdout:1873: expect (ObjNum 579 snap 165 seq_num 579) 2023-10-14T00:07:58.886 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 7 current snap is 174 2023-10-14T00:07:58.886 INFO:tasks.rados.rados.0.smithi055.stdout:1874: seq_num 610 ranges {925696=622592} 2023-10-14T00:07:58.894 INFO:tasks.rados.rados.0.smithi055.stdout:1874: writing smithi055169533-7 from 925696 to 1548288 tid 1 2023-10-14T00:07:58.894 INFO:tasks.rados.rados.0.smithi055.stdout:1875: copy_from oid 26 from oid 21 current snap is 174 2023-10-14T00:07:58.894 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 13 v 538 (ObjNum 381 snap 100 seq_num 381) dirty exists 2023-10-14T00:07:58.894 INFO:tasks.rados.rados.0.smithi055.stdout:1870: finishing write tid 1 to smithi055169533-6 2023-10-14T00:07:58.894 INFO:tasks.rados.rados.0.smithi055.stdout:1870: finishing write tid 2 to smithi055169533-6 2023-10-14T00:07:58.895 INFO:tasks.rados.rados.0.smithi055.stdout:1868: done (6 left) 2023-10-14T00:07:58.895 INFO:tasks.rados.rados.0.smithi055.stdout:1876: rollback oid 10 current snap is 174 2023-10-14T00:07:58.895 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 10 to 168 2023-10-14T00:07:58.895 INFO:tasks.rados.rados.0.smithi055.stdout:1877: rollback oid 2 current snap is 174 2023-10-14T00:07:58.895 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 2 to 169 2023-10-14T00:07:58.896 INFO:tasks.rados.rados.0.smithi055.stdout:1878: read oid 29 snap -1 2023-10-14T00:07:58.896 INFO:tasks.rados.rados.0.smithi055.stdout:1878: expect (ObjNum 584 snap 167 seq_num 584) 2023-10-14T00:07:58.896 INFO:tasks.rados.rados.0.smithi055.stdout:1879: delete oid 33 current snap is 174 2023-10-14T00:07:58.896 INFO:tasks.rados.rados.0.smithi055.stdout:1870: finishing write tid 3 to smithi055169533-6 2023-10-14T00:07:58.897 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 6 v 785 (ObjNum 609 snap 174 seq_num 609) dirty exists 2023-10-14T00:07:58.897 INFO:tasks.rados.rados.0.smithi055.stdout:1870: left oid 6 (ObjNum 609 snap 174 seq_num 609) 2023-10-14T00:07:58.897 INFO:tasks.rados.rados.0.smithi055.stdout:1871: finishing rollback tid 0 to smithi055169533-24 2023-10-14T00:07:58.900 INFO:tasks.rados.rados.0.smithi055.stdout:1870: done (9 left) 2023-10-14T00:07:58.900 INFO:tasks.rados.rados.0.smithi055.stdout:1879: done (8 left) 2023-10-14T00:07:58.900 INFO:tasks.rados.rados.0.smithi055.stdout:1880: snap_remove snap 172 2023-10-14T00:07:59.053 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:07:58 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:07:58.658Z 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-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi055:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi082.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}];many-to-many matching not allowed: matching labels must be unique on one side" data="unsupported value type" 2023-10-14T00:07:59.053 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:07:58 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:07: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-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi055:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi082.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-10-14T00:07:59.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:59 smithi082 ceph-mon[180771]: failed to encode map e414 with expected crc 2023-10-14T00:07:59.378 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:59 smithi082 ceph-mon[180771]: failed to encode map e414 with expected crc 2023-10-14T00:07:59.378 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:59 smithi082 ceph-mon[180771]: pgmap v334: 121 pgs: 8 active+undersized+degraded, 34 active+undersized, 79 active+clean; 155 MiB data, 943 MiB used, 714 GiB / 715 GiB avail; 27 MiB/s rd, 1.8 MiB/s wr, 22 op/s; 23/306 objects degraded (7.516%) 2023-10-14T00:07:59.378 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:59 smithi082 ceph-mon[180771]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-10-14T00:07:59.378 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:59 smithi082 ceph-mon[180771]: osd.6 [v2:172.21.15.82:6816/3435544843,v1:172.21.15.82:6817/3435544843] boot 2023-10-14T00:07:59.378 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:59 smithi082 ceph-mon[180771]: osdmap e415: 8 total, 8 up, 8 in 2023-10-14T00:07:59.379 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:59 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-14T00:07:59.379 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:59 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:59.379 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:59 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:59.379 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:59 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:07:59.379 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:59 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:07:59.380 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:07:59 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:59.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:07:59 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T00:07:59.293+0000 7fd8bf982700 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (14 PGs are or would become offline) 2023-10-14T00:07:59.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:59 smithi055 ceph-mon[185614]: failed to encode map e414 with expected crc 2023-10-14T00:07:59.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:59 smithi055 ceph-mon[185614]: failed to encode map e414 with expected crc 2023-10-14T00:07:59.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:59 smithi055 ceph-mon[185614]: pgmap v334: 121 pgs: 8 active+undersized+degraded, 34 active+undersized, 79 active+clean; 155 MiB data, 943 MiB used, 714 GiB / 715 GiB avail; 27 MiB/s rd, 1.8 MiB/s wr, 22 op/s; 23/306 objects degraded (7.516%) 2023-10-14T00:07:59.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:59 smithi055 ceph-mon[185614]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-10-14T00:07:59.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:59 smithi055 ceph-mon[185614]: osd.6 [v2:172.21.15.82:6816/3435544843,v1:172.21.15.82:6817/3435544843] boot 2023-10-14T00:07:59.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:59 smithi055 ceph-mon[185614]: osdmap e415: 8 total, 8 up, 8 in 2023-10-14T00:07:59.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:59 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-14T00:07:59.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:59 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:59.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:59 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:59.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:59 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:07:59.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:59 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:07:59.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:07:59 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:59.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:59 smithi055 ceph-mon[183057]: failed to encode map e414 with expected crc 2023-10-14T00:07:59.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:59 smithi055 ceph-mon[183057]: failed to encode map e414 with expected crc 2023-10-14T00:07:59.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:59 smithi055 ceph-mon[183057]: pgmap v334: 121 pgs: 8 active+undersized+degraded, 34 active+undersized, 79 active+clean; 155 MiB data, 943 MiB used, 714 GiB / 715 GiB avail; 27 MiB/s rd, 1.8 MiB/s wr, 22 op/s; 23/306 objects degraded (7.516%) 2023-10-14T00:07:59.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:59 smithi055 ceph-mon[183057]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-10-14T00:07:59.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:59 smithi055 ceph-mon[183057]: osd.6 [v2:172.21.15.82:6816/3435544843,v1:172.21.15.82:6817/3435544843] boot 2023-10-14T00:07:59.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:59 smithi055 ceph-mon[183057]: osdmap e415: 8 total, 8 up, 8 in 2023-10-14T00:07:59.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:59 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-14T00:07:59.522 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:59 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:59.522 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:59 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:59.522 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:59 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:07:59.522 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:59 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:07:59.523 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:07:59 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:07:59.876 INFO:tasks.rados.rados.0.smithi055.stdout:1880: done (8 left) 2023-10-14T00:07:59.876 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 9 current snap is 174 2023-10-14T00:07:59.876 INFO:tasks.rados.rados.0.smithi055.stdout:1881: seq_num 612 ranges {3612672=655360} 2023-10-14T00:07:59.894 INFO:tasks.rados.rados.0.smithi055.stdout:1881: writing smithi055169533-9 from 3612672 to 4268032 tid 1 2023-10-14T00:07:59.895 INFO:tasks.rados.rados.0.smithi055.stdout:1882: rollback oid 39 current snap is 174 2023-10-14T00:07:59.895 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 39 to 171 2023-10-14T00:07:59.895 INFO:tasks.rados.rados.0.smithi055.stdout:1871: finishing rollback tid 1 to smithi055169533-24 2023-10-14T00:07:59.895 INFO:tasks.rados.rados.0.smithi055.stdout:1871: finishing rollback tid 2 to smithi055169533-24 2023-10-14T00:07:59.895 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 24 v 788 (ObjNum 539 snap 149 seq_num 539) dirty exists 2023-10-14T00:07:59.896 INFO:tasks.rados.rados.0.smithi055.stdout:1877: finishing rollback tid 0 to smithi055169533-2 2023-10-14T00:07:59.896 INFO:tasks.rados.rados.0.smithi055.stdout:1877: finishing rollback tid 1 to smithi055169533-2 2023-10-14T00:07:59.896 INFO:tasks.rados.rados.0.smithi055.stdout:1875: finishing copy_from to smithi055169533-26 2023-10-14T00:07:59.896 INFO:tasks.rados.rados.0.smithi055.stdout:1875: got expected ENOENT (src dne) 2023-10-14T00:07:59.896 INFO:tasks.rados.rados.0.smithi055.stdout:1875: finishing copy_from racing read to smithi055169533-26 2023-10-14T00:07:59.897 INFO:tasks.rados.rados.0.smithi055.stdout:1876: finishing rollback tid 0 to smithi055169533-10 2023-10-14T00:07:59.897 INFO:tasks.rados.rados.0.smithi055.stdout:1877: finishing rollback tid 2 to smithi055169533-2 2023-10-14T00:07:59.897 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 2 v 808 (ObjNum 590 snap 169 seq_num 590) dirty exists 2023-10-14T00:07:59.897 INFO:tasks.rados.rados.0.smithi055.stdout:1876: finishing rollback tid 1 to smithi055169533-10 2023-10-14T00:07:59.897 INFO:tasks.rados.rados.0.smithi055.stdout:1876: finishing rollback tid 2 to smithi055169533-10 2023-10-14T00:07:59.898 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 10 v 879 (ObjNum 520 snap 145 seq_num 520) dirty exists 2023-10-14T00:07:59.898 INFO:tasks.rados.rados.0.smithi055.stdout:1873: expect (ObjNum 579 snap 165 seq_num 579) 2023-10-14T00:08:00.182 INFO:tasks.rados.rados.0.smithi055.stdout:1878: expect (ObjNum 584 snap 167 seq_num 584) 2023-10-14T00:08:00.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:00 smithi055 ceph-mon[185614]: failed to encode map e415 with expected crc 2023-10-14T00:08:00.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:00 smithi055 ceph-mon[185614]: failed to encode map e415 with expected crc 2023-10-14T00:08:00.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:00 smithi055 ceph-mon[185614]: failed to encode map e415 with expected crc 2023-10-14T00:08:00.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:00 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:08:00.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:00 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:00.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:00 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:00.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:00 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:00.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:00 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-10-14T00:08:00.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:00 smithi055 ceph-mon[185614]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-10-14T00:08:00.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:00 smithi055 ceph-mon[185614]: Upgrade: unsafe to stop osd(s) at this time (14 PGs are or would become offline) 2023-10-14T00:08:00.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:00 smithi055 ceph-mon[185614]: osdmap e416: 8 total, 8 up, 8 in 2023-10-14T00:08:00.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:00 smithi055 ceph-mon[183057]: failed to encode map e415 with expected crc 2023-10-14T00:08:00.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:00 smithi055 ceph-mon[183057]: failed to encode map e415 with expected crc 2023-10-14T00:08:00.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:00 smithi055 ceph-mon[183057]: failed to encode map e415 with expected crc 2023-10-14T00:08:00.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:00 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:08:00.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:00 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:00.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:00 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:00.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:00 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:00.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:00 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-10-14T00:08:00.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:00 smithi055 ceph-mon[183057]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-10-14T00:08:00.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:00 smithi055 ceph-mon[183057]: Upgrade: unsafe to stop osd(s) at this time (14 PGs are or would become offline) 2023-10-14T00:08:00.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:00 smithi055 ceph-mon[183057]: osdmap e416: 8 total, 8 up, 8 in 2023-10-14T00:08:00.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:00 smithi082 ceph-mon[180771]: failed to encode map e415 with expected crc 2023-10-14T00:08:00.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:00 smithi082 ceph-mon[180771]: failed to encode map e415 with expected crc 2023-10-14T00:08:00.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:00 smithi082 ceph-mon[180771]: failed to encode map e415 with expected crc 2023-10-14T00:08:00.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:00 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:08:00.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:00 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:00.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:00 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:00.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:00 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:00.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:00 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-10-14T00:08:00.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:00 smithi082 ceph-mon[180771]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-10-14T00:08:00.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:00 smithi082 ceph-mon[180771]: Upgrade: unsafe to stop osd(s) at this time (14 PGs are or would become offline) 2023-10-14T00:08:00.628 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:00 smithi082 ceph-mon[180771]: osdmap e416: 8 total, 8 up, 8 in 2023-10-14T00:08:00.686 INFO:tasks.rados.rados.0.smithi055.stdout:1882: finishing rollback tid 1 to smithi055169533-39 2023-10-14T00:08:00.686 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 39 v 0 (ObjNum 78 snap 1 seq_num 304) dirty dne 2023-10-14T00:08:00.687 INFO:tasks.rados.rados.0.smithi055.stdout:1881: finishing write tid 1 to smithi055169533-9 2023-10-14T00:08:00.687 INFO:tasks.rados.rados.0.smithi055.stdout:1871: done (9 left) 2023-10-14T00:08:00.687 INFO:tasks.rados.rados.0.smithi055.stdout:1872: done (8 left) 2023-10-14T00:08:00.687 INFO:tasks.rados.rados.0.smithi055.stdout:1873: done (7 left) 2023-10-14T00:08:00.687 INFO:tasks.rados.rados.0.smithi055.stdout:1875: done (6 left) 2023-10-14T00:08:00.688 INFO:tasks.rados.rados.0.smithi055.stdout:1876: done (5 left) 2023-10-14T00:08:00.688 INFO:tasks.rados.rados.0.smithi055.stdout:1877: done (4 left) 2023-10-14T00:08:00.688 INFO:tasks.rados.rados.0.smithi055.stdout:1878: done (3 left) 2023-10-14T00:08:00.688 INFO:tasks.rados.rados.0.smithi055.stdout:1882: done (2 left) 2023-10-14T00:08:00.688 INFO:tasks.rados.rados.0.smithi055.stdout:1883: rmattr oid 8 current snap is 174 2023-10-14T00:08:00.688 INFO:tasks.rados.rados.0.smithi055.stdout:1883: done (2 left) 2023-10-14T00:08:00.689 INFO:tasks.rados.rados.0.smithi055.stdout:1884: rollback oid 24 current snap is 174 2023-10-14T00:08:00.689 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 24 to 170 2023-10-14T00:08:00.689 INFO:tasks.rados.rados.0.smithi055.stdout:1881: finishing write tid 2 to smithi055169533-9 2023-10-14T00:08:00.689 INFO:tasks.rados.rados.0.smithi055.stdout:1881: finishing write tid 3 to smithi055169533-9 2023-10-14T00:08:00.689 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 9 v 363 (ObjNum 612 snap 174 seq_num 612) dirty exists 2023-10-14T00:08:00.690 INFO:tasks.rados.rados.0.smithi055.stdout:1881: left oid 9 (ObjNum 612 snap 174 seq_num 612) 2023-10-14T00:08:00.690 INFO:tasks.rados.rados.0.smithi055.stdout:1874: finishing write tid 1 to smithi055169533-7 2023-10-14T00:08:00.690 INFO:tasks.rados.rados.0.smithi055.stdout:1874: finishing write tid 2 to smithi055169533-7 2023-10-14T00:08:00.690 INFO:tasks.rados.rados.0.smithi055.stdout:1874: finishing write tid 3 to smithi055169533-7 2023-10-14T00:08:00.690 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 7 v 683 (ObjNum 610 snap 174 seq_num 610) dirty exists 2023-10-14T00:08:00.691 INFO:tasks.rados.rados.0.smithi055.stdout:1874: left oid 7 (ObjNum 610 snap 174 seq_num 610) 2023-10-14T00:08:00.691 INFO:tasks.rados.rados.0.smithi055.stdout:1874: done (2 left) 2023-10-14T00:08:00.691 INFO:tasks.rados.rados.0.smithi055.stdout:1881: done (1 left) 2023-10-14T00:08:00.691 INFO:tasks.rados.rados.0.smithi055.stdout:1885: setattr oid 37 current snap is 174 2023-10-14T00:08:00.693 INFO:tasks.rados.rados.0.smithi055.stdout:1886: read oid 32 snap -1 2023-10-14T00:08:00.693 INFO:tasks.rados.rados.0.smithi055.stdout:1886: expect deleted 2023-10-14T00:08:00.693 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 3 current snap is 174 2023-10-14T00:08:00.693 INFO:tasks.rados.rados.0.smithi055.stdout:1887: seq_num 613 ranges {0=671744} 2023-10-14T00:08:00.693 INFO:tasks.rados.rados.0.smithi055.stdout:1887: writing smithi055169533-3 from 0 to 671744 tid 1 2023-10-14T00:08:00.694 INFO:tasks.rados.rados.0.smithi055.stdout:1888: copy_from oid 1 from oid 12 current snap is 174 2023-10-14T00:08:00.694 INFO:tasks.rados.rados.0.smithi055.stdout:1884: finishing rollback tid 0 to smithi055169533-24 2023-10-14T00:08:00.694 INFO:tasks.rados.rados.0.smithi055.stdout:1884: finishing rollback tid 1 to smithi055169533-24 2023-10-14T00:08:00.694 INFO:tasks.rados.rados.0.smithi055.stdout:1884: finishing rollback tid 2 to smithi055169533-24 2023-10-14T00:08:00.694 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 24 v 791 (ObjNum 539 snap 149 seq_num 539) dirty exists 2023-10-14T00:08:00.695 INFO:tasks.rados.rados.0.smithi055.stdout:1884: done (4 left) 2023-10-14T00:08:00.695 INFO:tasks.rados.rados.0.smithi055.stdout:1886: done (3 left) 2023-10-14T00:08:00.695 INFO:tasks.rados.rados.0.smithi055.stdout:1889: rollback oid 2 current snap is 174 2023-10-14T00:08:00.695 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 2 to 167 2023-10-14T00:08:00.695 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 37 v 809 (ObjNum 129 snap 0 seq_num 1528907888) dirty exists 2023-10-14T00:08:00.696 INFO:tasks.rados.rados.0.smithi055.stdout:1885: done (3 left) 2023-10-14T00:08:00.696 INFO:tasks.rados.rados.0.smithi055.stdout:1890: copy_from oid 4 from oid 39 current snap is 174 2023-10-14T00:08:00.696 INFO:tasks.rados.rados.0.smithi055.stdout:1891: read oid 18 snap 171 2023-10-14T00:08:00.696 INFO:tasks.rados.rados.0.smithi055.stdout:1891: expect (ObjNum 1529204464 snap 21912 seq_num 1529453504) 2023-10-14T00:08:00.696 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 8 current snap is 174 2023-10-14T00:08:00.696 INFO:tasks.rados.rados.0.smithi055.stdout:1892: seq_num 614 ranges {491520=688128} 2023-10-14T00:08:00.699 INFO:tasks.rados.rados.0.smithi055.stdout:1892: writing smithi055169533-8 from 491520 to 1179648 tid 1 2023-10-14T00:08:00.700 INFO:tasks.rados.rados.0.smithi055.stdout:1893: read oid 34 snap -1 2023-10-14T00:08:00.700 INFO:tasks.rados.rados.0.smithi055.stdout:1893: expect (ObjNum 603 snap 171 seq_num 603) 2023-10-14T00:08:00.700 INFO:tasks.rados.rados.0.smithi055.stdout:1894: read oid 50 snap -1 2023-10-14T00:08:00.700 INFO:tasks.rados.rados.0.smithi055.stdout:1894: expect (ObjNum 381 snap 100 seq_num 381) 2023-10-14T00:08:00.700 INFO:tasks.rados.rados.0.smithi055.stdout:1895: rmattr oid 14 current snap is 174 2023-10-14T00:08:00.701 INFO:tasks.rados.rados.0.smithi055.stdout:1895: done (8 left) 2023-10-14T00:08:00.701 INFO:tasks.rados.rados.0.smithi055.stdout:1896: rmattr oid 27 current snap is 174 2023-10-14T00:08:00.701 INFO:tasks.rados.rados.0.smithi055.stdout:1896: done (8 left) 2023-10-14T00:08:00.701 INFO:tasks.rados.rados.0.smithi055.stdout:1897: copy_from oid 19 from oid 31 current snap is 174 2023-10-14T00:08:00.701 INFO:tasks.rados.rados.0.smithi055.stdout:1898: copy_from oid 33 from oid 24 current snap is 174 2023-10-14T00:08:00.702 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 17 current snap is 174 2023-10-14T00:08:00.702 INFO:tasks.rados.rados.0.smithi055.stdout:1899: seq_num 615 ranges {16826368=704512} 2023-10-14T00:08:00.798 INFO:tasks.rados.rados.0.smithi055.stdout:1899: writing smithi055169533-17 from 16826368 to 17530880 tid 1 2023-10-14T00:08:00.799 INFO:tasks.rados.rados.0.smithi055.stdout:1900: delete oid 22 current snap is 174 2023-10-14T00:08:00.799 INFO:tasks.rados.rados.0.smithi055.stdout:1889: finishing rollback tid 0 to smithi055169533-2 2023-10-14T00:08:00.799 INFO:tasks.rados.rados.0.smithi055.stdout:1889: finishing rollback tid 1 to smithi055169533-2 2023-10-14T00:08:00.799 INFO:tasks.rados.rados.0.smithi055.stdout:1889: finishing rollback tid 2 to smithi055169533-2 2023-10-14T00:08:00.800 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 2 v 812 (ObjNum 398 snap 110 seq_num 398) dirty exists 2023-10-14T00:08:00.800 INFO:tasks.rados.rados.0.smithi055.stdout:1887: finishing write tid 1 to smithi055169533-3 2023-10-14T00:08:00.800 INFO:tasks.rados.rados.0.smithi055.stdout:1887: finishing write tid 2 to smithi055169533-3 2023-10-14T00:08:00.800 INFO:tasks.rados.rados.0.smithi055.stdout:1890: finishing copy_from to smithi055169533-4 2023-10-14T00:08:00.800 INFO:tasks.rados.rados.0.smithi055.stdout:1890: got expected ENOENT (src dne) 2023-10-14T00:08:00.801 INFO:tasks.rados.rados.0.smithi055.stdout:1890: finishing copy_from racing read to smithi055169533-4 2023-10-14T00:08:00.801 INFO:tasks.rados.rados.0.smithi055.stdout:1891: expect (ObjNum 1529204464 snap 21912 seq_num 1529453504) 2023-10-14T00:08:00.807 INFO:tasks.rados.rados.0.smithi055.stdout:1887: finishing write tid 3 to smithi055169533-3 2023-10-14T00:08:00.808 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 3 v 891 (ObjNum 613 snap 174 seq_num 613) dirty exists 2023-10-14T00:08:00.808 INFO:tasks.rados.rados.0.smithi055.stdout:1887: left oid 3 (ObjNum 613 snap 174 seq_num 613) 2023-10-14T00:08:00.808 INFO:tasks.rados.rados.0.smithi055.stdout:1893: expect (ObjNum 603 snap 171 seq_num 603) 2023-10-14T00:08:00.821 INFO:tasks.rados.rados.0.smithi055.stdout:1892: finishing write tid 1 to smithi055169533-8 2023-10-14T00:08:00.821 INFO:tasks.rados.rados.0.smithi055.stdout:1892: finishing write tid 2 to smithi055169533-8 2023-10-14T00:08:00.821 INFO:tasks.rados.rados.0.smithi055.stdout:1887: done (11 left) 2023-10-14T00:08:00.822 INFO:tasks.rados.rados.0.smithi055.stdout:1889: done (10 left) 2023-10-14T00:08:00.822 INFO:tasks.rados.rados.0.smithi055.stdout:1890: done (9 left) 2023-10-14T00:08:00.822 INFO:tasks.rados.rados.0.smithi055.stdout:1891: done (8 left) 2023-10-14T00:08:00.822 INFO:tasks.rados.rados.0.smithi055.stdout:1893: done (7 left) 2023-10-14T00:08:00.822 INFO:tasks.rados.rados.0.smithi055.stdout:1900: done (6 left) 2023-10-14T00:08:00.823 INFO:tasks.rados.rados.0.smithi055.stdout:1901: read oid 13 snap -1 2023-10-14T00:08:00.823 INFO:tasks.rados.rados.0.smithi055.stdout:1901: expect (ObjNum 381 snap 100 seq_num 381) 2023-10-14T00:08:00.823 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 23 current snap is 174 2023-10-14T00:08:00.823 INFO:tasks.rados.rados.0.smithi055.stdout:1897: finishing copy_from to smithi055169533-19 2023-10-14T00:08:00.823 INFO:tasks.rados.rados.0.smithi055.stdout:1897: got expected ENOENT (src dne) 2023-10-14T00:08:00.824 INFO:tasks.rados.rados.0.smithi055.stdout:1897: finishing copy_from racing read to smithi055169533-19 2023-10-14T00:08:00.824 INFO:tasks.rados.rados.0.smithi055.stdout:1888: finishing copy_from racing read to smithi055169533-1 2023-10-14T00:08:00.824 INFO:tasks.rados.rados.0.smithi055.stdout:1892: finishing write tid 3 to smithi055169533-8 2023-10-14T00:08:00.824 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 8 v 548 (ObjNum 614 snap 174 seq_num 614) dirty exists 2023-10-14T00:08:00.824 INFO:tasks.rados.rados.0.smithi055.stdout:1892: left oid 8 (ObjNum 614 snap 174 seq_num 614) 2023-10-14T00:08:00.825 INFO:tasks.rados.rados.0.smithi055.stdout:1888: finishing copy_from to smithi055169533-1 2023-10-14T00:08:00.825 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 1 v 492 (ObjNum 525 snap 147 seq_num 525) dirty exists 2023-10-14T00:08:00.825 INFO:tasks.rados.rados.0.smithi055.stdout:1898: finishing copy_from racing read to smithi055169533-33 2023-10-14T00:08:00.825 INFO:tasks.rados.rados.0.smithi055.stdout:1902: seq_num 617 ranges {0=737280} 2023-10-14T00:08:00.826 INFO:tasks.rados.rados.0.smithi055.stdout:1902: writing smithi055169533-23 from 0 to 737280 tid 1 2023-10-14T00:08:00.826 INFO:tasks.rados.rados.0.smithi055.stdout:1888: done (7 left) 2023-10-14T00:08:00.827 INFO:tasks.rados.rados.0.smithi055.stdout:1892: done (6 left) 2023-10-14T00:08:00.827 INFO:tasks.rados.rados.0.smithi055.stdout:1897: done (5 left) 2023-10-14T00:08:00.827 INFO:tasks.rados.rados.0.smithi055.stdout:1903: copy_from oid 15 from oid 39 current snap is 174 2023-10-14T00:08:00.827 INFO:tasks.rados.rados.0.smithi055.stdout:1898: finishing copy_from to smithi055169533-33 2023-10-14T00:08:00.827 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 33 v 791 (ObjNum 539 snap 149 seq_num 539) dirty exists 2023-10-14T00:08:00.828 INFO:tasks.rados.rados.0.smithi055.stdout:1894: expect (ObjNum 381 snap 100 seq_num 381) 2023-10-14T00:08:01.218 INFO:tasks.rados.rados.0.smithi055.stdout:1899: finishing write tid 1 to smithi055169533-17 2023-10-14T00:08:01.218 INFO:tasks.rados.rados.0.smithi055.stdout:1899: finishing write tid 2 to smithi055169533-17 2023-10-14T00:08:01.218 INFO:tasks.rados.rados.0.smithi055.stdout:1899: finishing write tid 3 to smithi055169533-17 2023-10-14T00:08:01.218 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 17 v 885 (ObjNum 615 snap 174 seq_num 615) dirty exists 2023-10-14T00:08:01.219 INFO:tasks.rados.rados.0.smithi055.stdout:1899: left oid 17 (ObjNum 615 snap 174 seq_num 615) 2023-10-14T00:08:01.219 INFO:tasks.rados.rados.0.smithi055.stdout:1902: finishing write tid 1 to smithi055169533-23 2023-10-14T00:08:01.219 INFO:tasks.rados.rados.0.smithi055.stdout:1902: finishing write tid 2 to smithi055169533-23 2023-10-14T00:08:01.219 INFO:tasks.rados.rados.0.smithi055.stdout:1902: finishing write tid 3 to smithi055169533-23 2023-10-14T00:08:01.219 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 23 v 478 (ObjNum 617 snap 174 seq_num 617) dirty exists 2023-10-14T00:08:01.220 INFO:tasks.rados.rados.0.smithi055.stdout:1902: left oid 23 (ObjNum 617 snap 174 seq_num 617) 2023-10-14T00:08:01.220 INFO:tasks.rados.rados.0.smithi055.stdout:1901: expect (ObjNum 381 snap 100 seq_num 381) 2023-10-14T00:08:01.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:01 smithi055 ceph-mon[185614]: failed to encode map e416 with expected crc 2023-10-14T00:08:01.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:01 smithi055 ceph-mon[185614]: failed to encode map e416 with expected crc 2023-10-14T00:08:01.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:01 smithi055 ceph-mon[185614]: failed to encode map e416 with expected crc 2023-10-14T00:08:01.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:01 smithi055 ceph-mon[185614]: Health check update: Degraded data redundancy: 23/306 objects degraded (7.516%), 8 pgs degraded (PG_DEGRADED) 2023-10-14T00:08:01.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:01 smithi055 ceph-mon[185614]: pgmap v337: 121 pgs: 10 peering, 2 active+undersized+degraded, 24 active+undersized, 85 active+clean; 155 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 4.5 MiB/s rd, 504 KiB/s wr, 6 op/s; 5/309 objects degraded (1.618%); 221 KiB/s, 0 objects/s recovering 2023-10-14T00:08:01.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:01 smithi055 ceph-mon[183057]: failed to encode map e416 with expected crc 2023-10-14T00:08:01.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:01 smithi055 ceph-mon[183057]: failed to encode map e416 with expected crc 2023-10-14T00:08:01.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:01 smithi055 ceph-mon[183057]: failed to encode map e416 with expected crc 2023-10-14T00:08:01.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:01 smithi055 ceph-mon[183057]: Health check update: Degraded data redundancy: 23/306 objects degraded (7.516%), 8 pgs degraded (PG_DEGRADED) 2023-10-14T00:08:01.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:01 smithi055 ceph-mon[183057]: pgmap v337: 121 pgs: 10 peering, 2 active+undersized+degraded, 24 active+undersized, 85 active+clean; 155 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 4.5 MiB/s rd, 504 KiB/s wr, 6 op/s; 5/309 objects degraded (1.618%); 221 KiB/s, 0 objects/s recovering 2023-10-14T00:08:01.605 INFO:tasks.rados.rados.0.smithi055.stdout:1903: finishing copy_from to smithi055169533-15 2023-10-14T00:08:01.606 INFO:tasks.rados.rados.0.smithi055.stdout:1903: got expected ENOENT (src dne) 2023-10-14T00:08:01.606 INFO:tasks.rados.rados.0.smithi055.stdout:1903: finishing copy_from racing read to smithi055169533-15 2023-10-14T00:08:01.606 INFO:tasks.rados.rados.0.smithi055.stdout:1894: done (5 left) 2023-10-14T00:08:01.606 INFO:tasks.rados.rados.0.smithi055.stdout:1898: done (4 left) 2023-10-14T00:08:01.607 INFO:tasks.rados.rados.0.smithi055.stdout:1899: done (3 left) 2023-10-14T00:08:01.607 INFO:tasks.rados.rados.0.smithi055.stdout:1901: done (2 left) 2023-10-14T00:08:01.607 INFO:tasks.rados.rados.0.smithi055.stdout:1902: done (1 left) 2023-10-14T00:08:01.607 INFO:tasks.rados.rados.0.smithi055.stdout:1903: done (0 left) 2023-10-14T00:08:01.607 INFO:tasks.rados.rados.0.smithi055.stdout:1904: rollback oid 21 current snap is 174 2023-10-14T00:08:01.608 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 21 to 173 2023-10-14T00:08:01.608 INFO:tasks.rados.rados.0.smithi055.stdout:1905: snap_create 2023-10-14T00:08:01.608 INFO:tasks.rados.rados.0.smithi055.stdout:1904: finishing rollback tid 1 to smithi055169533-21 2023-10-14T00:08:01.608 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 21 v 533 (ObjNum 1813157347 snap 32760 seq_num 304) dirty dne 2023-10-14T00:08:01.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:01 smithi082 ceph-mon[180771]: failed to encode map e416 with expected crc 2023-10-14T00:08:01.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:01 smithi082 ceph-mon[180771]: failed to encode map e416 with expected crc 2023-10-14T00:08:01.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:01 smithi082 ceph-mon[180771]: failed to encode map e416 with expected crc 2023-10-14T00:08:01.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:01 smithi082 ceph-mon[180771]: Health check update: Degraded data redundancy: 23/306 objects degraded (7.516%), 8 pgs degraded (PG_DEGRADED) 2023-10-14T00:08:01.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:01 smithi082 ceph-mon[180771]: pgmap v337: 121 pgs: 10 peering, 2 active+undersized+degraded, 24 active+undersized, 85 active+clean; 155 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 4.5 MiB/s rd, 504 KiB/s wr, 6 op/s; 5/309 objects degraded (1.618%); 221 KiB/s, 0 objects/s recovering 2023-10-14T00:08:02.350 INFO:tasks.rados.rados.0.smithi055.stdout:1904: done (1 left) 2023-10-14T00:08:02.350 INFO:tasks.rados.rados.0.smithi055.stdout:1905: done (0 left) 2023-10-14T00:08:02.350 INFO:tasks.rados.rados.0.smithi055.stdout:1906: rmattr oid 9 current snap is 175 2023-10-14T00:08:02.350 INFO:tasks.rados.rados.0.smithi055.stdout:1907: copy_from oid 11 from oid 13 current snap is 175 2023-10-14T00:08:02.351 INFO:tasks.rados.rados.0.smithi055.stdout:1908: delete oid 35 current snap is 175 2023-10-14T00:08:02.356 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 9 v 365 (ObjNum 612 snap 174 seq_num 612) dirty exists 2023-10-14T00:08:02.357 INFO:tasks.rados.rados.0.smithi055.stdout:1906: done (2 left) 2023-10-14T00:08:02.357 INFO:tasks.rados.rados.0.smithi055.stdout:1908: done (1 left) 2023-10-14T00:08:02.357 INFO:tasks.rados.rados.0.smithi055.stdout:1909: rollback oid 27 current snap is 175 2023-10-14T00:08:02.358 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 27 to 171 2023-10-14T00:08:02.358 INFO:tasks.rados.rados.0.smithi055.stdout:1910: snap_create 2023-10-14T00:08:02.360 INFO:tasks.rados.rados.0.smithi055.stdout:1909: finishing rollback tid 0 to smithi055169533-27 2023-10-14T00:08:02.361 INFO:tasks.rados.rados.0.smithi055.stdout:1909: finishing rollback tid 1 to smithi055169533-27 2023-10-14T00:08:02.361 INFO:tasks.rados.rados.0.smithi055.stdout:1909: finishing rollback tid 2 to smithi055169533-27 2023-10-14T00:08:02.361 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 27 v 893 (ObjNum 547 snap 153 seq_num 547) dirty exists 2023-10-14T00:08:02.385 INFO:tasks.rados.rados.0.smithi055.stdout:1907: finishing copy_from racing read to smithi055169533-11 2023-10-14T00:08:02.392 INFO:tasks.rados.rados.0.smithi055.stdout:1907: finishing copy_from to smithi055169533-11 2023-10-14T00:08:02.392 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 11 v 538 (ObjNum 381 snap 100 seq_num 381) dirty exists 2023-10-14T00:08:03.372 INFO:tasks.rados.rados.0.smithi055.stdout:1907: done (2 left) 2023-10-14T00:08:03.372 INFO:tasks.rados.rados.0.smithi055.stdout:1909: done (1 left) 2023-10-14T00:08:03.372 INFO:tasks.rados.rados.0.smithi055.stdout:1910: done (0 left) 2023-10-14T00:08:03.372 INFO:tasks.rados.rados.0.smithi055.stdout:1911: read oid 30 snap 173 2023-10-14T00:08:03.373 INFO:tasks.rados.rados.0.smithi055.stdout:1911: expect deleted 2023-10-14T00:08:03.373 INFO:tasks.rados.rados.0.smithi055.stdout:1912: rollback oid 17 current snap is 176 2023-10-14T00:08:03.373 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 17 to 167 2023-10-14T00:08:03.373 INFO:tasks.rados.rados.0.smithi055.stdout:1913: read oid 14 snap 169 2023-10-14T00:08:03.373 INFO:tasks.rados.rados.0.smithi055.stdout:1913: expect (ObjNum 520 snap 145 seq_num 520) 2023-10-14T00:08:03.373 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 13 current snap is 176 2023-10-14T00:08:03.374 INFO:tasks.rados.rados.0.smithi055.stdout:1914: seq_num 619 ranges {6307840=770048} 2023-10-14T00:08:03.412 INFO:tasks.rados.rados.0.smithi055.stdout:1914: writing smithi055169533-13 from 6307840 to 7077888 tid 1 2023-10-14T00:08:03.412 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 23 current snap is 176 2023-10-14T00:08:03.412 INFO:tasks.rados.rados.0.smithi055.stdout:1915: seq_num 620 ranges {737280=794624} 2023-10-14T00:08:03.421 INFO:tasks.rados.rados.0.smithi055.stdout:1915: writing smithi055169533-23 from 737280 to 1531904 tid 1 2023-10-14T00:08:03.421 INFO:tasks.rados.rados.0.smithi055.stdout:1916: rollback oid 32 current snap is 176 2023-10-14T00:08:03.421 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 32 to 164 2023-10-14T00:08:03.421 INFO:tasks.rados.rados.0.smithi055.stdout:1912: finishing rollback tid 0 to smithi055169533-17 2023-10-14T00:08:03.422 INFO:tasks.rados.rados.0.smithi055.stdout:1912: finishing rollback tid 1 to smithi055169533-17 2023-10-14T00:08:03.422 INFO:tasks.rados.rados.0.smithi055.stdout:1911: done (5 left) 2023-10-14T00:08:03.422 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 6 current snap is 176 2023-10-14T00:08:03.422 INFO:tasks.rados.rados.0.smithi055.stdout:1912: finishing rollback tid 2 to smithi055169533-17 2023-10-14T00:08:03.423 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 17 v 897 (ObjNum 589 snap 167 seq_num 589) dirty exists 2023-10-14T00:08:03.423 INFO:tasks.rados.rados.0.smithi055.stdout:1913: expect (ObjNum 520 snap 145 seq_num 520) 2023-10-14T00:08:03.467 INFO:tasks.rados.rados.0.smithi055.stdout:1914: finishing write tid 1 to smithi055169533-13 2023-10-14T00:08:03.468 INFO:tasks.rados.rados.0.smithi055.stdout:1914: finishing write tid 2 to smithi055169533-13 2023-10-14T00:08:03.468 INFO:tasks.rados.rados.0.smithi055.stdout:1914: finishing write tid 3 to smithi055169533-13 2023-10-14T00:08:03.468 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 13 v 540 (ObjNum 619 snap 176 seq_num 619) dirty exists 2023-10-14T00:08:03.468 INFO:tasks.rados.rados.0.smithi055.stdout:1914: left oid 13 (ObjNum 619 snap 176 seq_num 619) 2023-10-14T00:08:03.469 INFO:tasks.rados.rados.0.smithi055.stdout:1916: finishing rollback tid 1 to smithi055169533-32 2023-10-14T00:08:03.469 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 32 v 0 (ObjNum 273 snap 0 seq_num 0) dirty dne 2023-10-14T00:08:03.469 INFO:tasks.rados.rados.0.smithi055.stdout:1915: finishing write tid 1 to smithi055169533-23 2023-10-14T00:08:03.469 INFO:tasks.rados.rados.0.smithi055.stdout:1917: seq_num 621 ranges {1163264=409600,1572864=401408} 2023-10-14T00:08:03.476 INFO:tasks.rados.rados.0.smithi055.stdout:1917: writing smithi055169533-6 from 1163264 to 1572864 tid 1 2023-10-14T00:08:03.479 INFO:tasks.rados.rados.0.smithi055.stdout:1917: writing smithi055169533-6 from 1572864 to 1974272 tid 2 2023-10-14T00:08:03.479 INFO:tasks.rados.rados.0.smithi055.stdout:1912: done (5 left) 2023-10-14T00:08:03.479 INFO:tasks.rados.rados.0.smithi055.stdout:1913: done (4 left) 2023-10-14T00:08:03.479 INFO:tasks.rados.rados.0.smithi055.stdout:1914: done (3 left) 2023-10-14T00:08:03.479 INFO:tasks.rados.rados.0.smithi055.stdout:1916: done (2 left) 2023-10-14T00:08:03.480 INFO:tasks.rados.rados.0.smithi055.stdout:1918: read oid 15 snap -1 2023-10-14T00:08:03.480 INFO:tasks.rados.rados.0.smithi055.stdout:1918: expect (ObjNum 579 snap 165 seq_num 579) 2023-10-14T00:08:03.480 INFO:tasks.rados.rados.0.smithi055.stdout:1919: snap_remove snap 169 2023-10-14T00:08:03.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:03 smithi082 ceph-mon[180771]: osdmap e417: 8 total, 8 up, 8 in 2023-10-14T00:08:03.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:03 smithi082 ceph-mon[180771]: failed to encode map e417 with expected crc 2023-10-14T00:08:03.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:03 smithi082 ceph-mon[180771]: pgmap v339: 121 pgs: 10 peering, 2 active+undersized+degraded, 14 active+undersized, 95 active+clean; 155 MiB data, 953 MiB used, 714 GiB / 715 GiB avail; 5.0 MiB/s rd, 456 KiB/s wr, 10 op/s; 5/315 objects degraded (1.587%); 244 KiB/s, 0 objects/s recovering 2023-10-14T00:08:03.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:03 smithi055 ceph-mon[185614]: osdmap e417: 8 total, 8 up, 8 in 2023-10-14T00:08:03.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:03 smithi055 ceph-mon[185614]: failed to encode map e417 with expected crc 2023-10-14T00:08:03.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:03 smithi055 ceph-mon[185614]: pgmap v339: 121 pgs: 10 peering, 2 active+undersized+degraded, 14 active+undersized, 95 active+clean; 155 MiB data, 953 MiB used, 714 GiB / 715 GiB avail; 5.0 MiB/s rd, 456 KiB/s wr, 10 op/s; 5/315 objects degraded (1.587%); 244 KiB/s, 0 objects/s recovering 2023-10-14T00:08:03.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:03 smithi055 ceph-mon[183057]: osdmap e417: 8 total, 8 up, 8 in 2023-10-14T00:08:03.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:03 smithi055 ceph-mon[183057]: failed to encode map e417 with expected crc 2023-10-14T00:08:03.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:03 smithi055 ceph-mon[183057]: pgmap v339: 121 pgs: 10 peering, 2 active+undersized+degraded, 14 active+undersized, 95 active+clean; 155 MiB data, 953 MiB used, 714 GiB / 715 GiB avail; 5.0 MiB/s rd, 456 KiB/s wr, 10 op/s; 5/315 objects degraded (1.587%); 244 KiB/s, 0 objects/s recovering 2023-10-14T00:08:04.369 INFO:tasks.rados.rados.0.smithi055.stdout:1919: done (3 left) 2023-10-14T00:08:04.369 INFO:tasks.rados.rados.0.smithi055.stdout:1920: rollback oid 11 current snap is 176 2023-10-14T00:08:04.369 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 11 to 171 2023-10-14T00:08:04.369 INFO:tasks.rados.rados.0.smithi055.stdout:1921: read oid 36 snap 170 2023-10-14T00:08:04.370 INFO:tasks.rados.rados.0.smithi055.stdout:1921: expect (ObjNum 446 snap 122 seq_num 446) 2023-10-14T00:08:04.376 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 41 current snap is 176 2023-10-14T00:08:04.376 INFO:tasks.rados.rados.0.smithi055.stdout:1922: seq_num 622 ranges {0=425984,425984=401408} 2023-10-14T00:08:04.377 INFO:tasks.rados.rados.0.smithi055.stdout:1922: writing smithi055169533-41 from 0 to 425984 tid 1 2023-10-14T00:08:04.377 INFO:tasks.rados.rados.0.smithi055.stdout:1922: writing smithi055169533-41 from 425984 to 827392 tid 2 2023-10-14T00:08:04.377 INFO:tasks.rados.rados.0.smithi055.stdout:1923: setattr oid 42 current snap is 176 2023-10-14T00:08:04.377 INFO:tasks.rados.rados.0.smithi055.stdout:1915: finishing write tid 2 to smithi055169533-23 2023-10-14T00:08:04.377 INFO:tasks.rados.rados.0.smithi055.stdout:1915: finishing write tid 3 to smithi055169533-23 2023-10-14T00:08:04.378 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 23 v 481 (ObjNum 620 snap 176 seq_num 620) dirty exists 2023-10-14T00:08:04.378 INFO:tasks.rados.rados.0.smithi055.stdout:1915: left oid 23 (ObjNum 620 snap 176 seq_num 620) 2023-10-14T00:08:04.378 INFO:tasks.rados.rados.0.smithi055.stdout:1917: finishing write tid 1 to smithi055169533-6 2023-10-14T00:08:04.378 INFO:tasks.rados.rados.0.smithi055.stdout:1917: finishing write tid 2 to smithi055169533-6 2023-10-14T00:08:04.378 INFO:tasks.rados.rados.0.smithi055.stdout:1917: finishing write tid 3 to smithi055169533-6 2023-10-14T00:08:04.379 INFO:tasks.rados.rados.0.smithi055.stdout:1917: finishing write tid 4 to smithi055169533-6 2023-10-14T00:08:04.379 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 6 v 794 (ObjNum 621 snap 176 seq_num 621) dirty exists 2023-10-14T00:08:04.379 INFO:tasks.rados.rados.0.smithi055.stdout:1917: left oid 6 (ObjNum 621 snap 176 seq_num 621) 2023-10-14T00:08:04.379 INFO:tasks.rados.rados.0.smithi055.stdout:1918: expect (ObjNum 579 snap 165 seq_num 579) 2023-10-14T00:08:04.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:04 smithi082 ceph-mon[180771]: osdmap e418: 8 total, 8 up, 8 in 2023-10-14T00:08:04.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:04 smithi082 ceph-mon[180771]: failed to encode map e418 with expected crc 2023-10-14T00:08:04.666 INFO:tasks.rados.rados.0.smithi055.stdout:1920: finishing rollback tid 0 to smithi055169533-11 2023-10-14T00:08:04.666 INFO:tasks.rados.rados.0.smithi055.stdout:1920: finishing rollback tid 1 to smithi055169533-11 2023-10-14T00:08:04.666 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 11 v 540 (ObjNum 289 snap 0 seq_num 0) dirty dne 2023-10-14T00:08:04.667 INFO:tasks.rados.rados.0.smithi055.stdout:1922: finishing write tid 1 to smithi055169533-41 2023-10-14T00:08:04.667 INFO:tasks.rados.rados.0.smithi055.stdout:1922: finishing write tid 2 to smithi055169533-41 2023-10-14T00:08:04.667 INFO:tasks.rados.rados.0.smithi055.stdout:1922: finishing write tid 3 to smithi055169533-41 2023-10-14T00:08:04.667 INFO:tasks.rados.rados.0.smithi055.stdout:1922: finishing write tid 4 to smithi055169533-41 2023-10-14T00:08:04.667 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 41 v 794 (ObjNum 622 snap 176 seq_num 622) dirty exists 2023-10-14T00:08:04.668 INFO:tasks.rados.rados.0.smithi055.stdout:1922: left oid 41 (ObjNum 622 snap 176 seq_num 622) 2023-10-14T00:08:04.668 INFO:tasks.rados.rados.0.smithi055.stdout:1921: expect (ObjNum 446 snap 122 seq_num 446) 2023-10-14T00:08:04.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:04 smithi055 ceph-mon[185614]: osdmap e418: 8 total, 8 up, 8 in 2023-10-14T00:08:04.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:04 smithi055 ceph-mon[185614]: failed to encode map e418 with expected crc 2023-10-14T00:08:04.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:04 smithi055 ceph-mon[183057]: osdmap e418: 8 total, 8 up, 8 in 2023-10-14T00:08:04.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:04 smithi055 ceph-mon[183057]: failed to encode map e418 with expected crc 2023-10-14T00:08:04.810 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 42 v 541 (ObjNum 434 snap 119 seq_num 434) dirty exists 2023-10-14T00:08:04.810 INFO:tasks.rados.rados.0.smithi055.stdout:1915: done (6 left) 2023-10-14T00:08:04.810 INFO:tasks.rados.rados.0.smithi055.stdout:1917: done (5 left) 2023-10-14T00:08:04.810 INFO:tasks.rados.rados.0.smithi055.stdout:1918: done (4 left) 2023-10-14T00:08:04.811 INFO:tasks.rados.rados.0.smithi055.stdout:1920: done (3 left) 2023-10-14T00:08:04.811 INFO:tasks.rados.rados.0.smithi055.stdout:1921: done (2 left) 2023-10-14T00:08:04.811 INFO:tasks.rados.rados.0.smithi055.stdout:1922: done (1 left) 2023-10-14T00:08:04.811 INFO:tasks.rados.rados.0.smithi055.stdout:1923: done (0 left) 2023-10-14T00:08:04.811 INFO:tasks.rados.rados.0.smithi055.stdout:1924: rollback oid 47 current snap is 176 2023-10-14T00:08:04.812 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 47 to 167 2023-10-14T00:08:04.812 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 2 current snap is 176 2023-10-14T00:08:04.812 INFO:tasks.rados.rados.0.smithi055.stdout:1925: seq_num 623 ranges {1875968=442368,2318336=401408} 2023-10-14T00:08:04.822 INFO:tasks.rados.rados.0.smithi055.stdout:1925: writing smithi055169533-2 from 1875968 to 2318336 tid 1 2023-10-14T00:08:04.825 INFO:tasks.rados.rados.0.smithi055.stdout:1925: writing smithi055169533-2 from 2318336 to 2719744 tid 2 2023-10-14T00:08:04.825 INFO:tasks.rados.rados.0.smithi055.stdout:1926: rollback oid 10 current snap is 176 2023-10-14T00:08:04.826 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 10 to 175 2023-10-14T00:08:04.826 INFO:tasks.rados.rados.0.smithi055.stdout:1924: finishing rollback tid 0 to smithi055169533-47 2023-10-14T00:08:04.826 INFO:tasks.rados.rados.0.smithi055.stdout:1924: finishing rollback tid 1 to smithi055169533-47 2023-10-14T00:08:04.826 INFO:tasks.rados.rados.0.smithi055.stdout:1924: finishing rollback tid 2 to smithi055169533-47 2023-10-14T00:08:04.827 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 47 v 505 (ObjNum 568 snap 162 seq_num 568) dirty exists 2023-10-14T00:08:04.827 INFO:tasks.rados.rados.0.smithi055.stdout:1924: done (2 left) 2023-10-14T00:08:04.827 INFO:tasks.rados.rados.0.smithi055.stdout:1927: copy_from oid 36 from oid 6 current snap is 176 2023-10-14T00:08:04.827 INFO:tasks.rados.rados.0.smithi055.stdout:1928: delete oid 23 current snap is 176 2023-10-14T00:08:04.828 INFO:tasks.rados.rados.0.smithi055.stdout:1928: done (3 left) 2023-10-14T00:08:04.828 INFO:tasks.rados.rados.0.smithi055.stdout:1929: rmattr oid 28 current snap is 176 2023-10-14T00:08:04.828 INFO:tasks.rados.rados.0.smithi055.stdout:1929: done (3 left) 2023-10-14T00:08:04.829 INFO:tasks.rados.rados.0.smithi055.stdout:1930: copy_from oid 48 from oid 47 current snap is 176 2023-10-14T00:08:04.829 INFO:tasks.rados.rados.0.smithi055.stdout:1931: setattr oid 25 current snap is 176 2023-10-14T00:08:04.830 INFO:tasks.rados.rados.0.smithi055.stdout:1925: finishing write tid 1 to smithi055169533-2 2023-10-14T00:08:04.830 INFO:tasks.rados.rados.0.smithi055.stdout:1925: finishing write tid 2 to smithi055169533-2 2023-10-14T00:08:04.830 INFO:tasks.rados.rados.0.smithi055.stdout:1932: snap_create 2023-10-14T00:08:04.830 INFO:tasks.rados.rados.0.smithi055.stdout:1926: finishing rollback tid 0 to smithi055169533-10 2023-10-14T00:08:04.831 INFO:tasks.rados.rados.0.smithi055.stdout:1926: finishing rollback tid 1 to smithi055169533-10 2023-10-14T00:08:04.831 INFO:tasks.rados.rados.0.smithi055.stdout:1926: finishing rollback tid 2 to smithi055169533-10 2023-10-14T00:08:04.832 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 10 v 913 (ObjNum 520 snap 145 seq_num 520) dirty exists 2023-10-14T00:08:04.832 INFO:tasks.rados.rados.0.smithi055.stdout:1925: finishing write tid 3 to smithi055169533-2 2023-10-14T00:08:04.833 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 25 v 353 (ObjNum 581 snap 165 seq_num 581) dirty exists 2023-10-14T00:08:04.834 INFO:tasks.rados.rados.0.smithi055.stdout:1925: finishing write tid 4 to smithi055169533-2 2023-10-14T00:08:04.834 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 2 v 815 (ObjNum 623 snap 176 seq_num 623) dirty exists 2023-10-14T00:08:04.834 INFO:tasks.rados.rados.0.smithi055.stdout:1925: left oid 2 (ObjNum 623 snap 176 seq_num 623) 2023-10-14T00:08:04.838 INFO:tasks.rados.rados.0.smithi055.stdout:1927: finishing copy_from racing read to smithi055169533-36 2023-10-14T00:08:04.839 INFO:tasks.rados.rados.0.smithi055.stdout:1927: finishing copy_from to smithi055169533-36 2023-10-14T00:08:04.840 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 36 v 794 (ObjNum 621 snap 176 seq_num 621) dirty exists 2023-10-14T00:08:04.846 INFO:tasks.rados.rados.0.smithi055.stdout:1930: finishing copy_from racing read to smithi055169533-48 2023-10-14T00:08:04.847 INFO:tasks.rados.rados.0.smithi055.stdout:1930: finishing copy_from to smithi055169533-48 2023-10-14T00:08:04.847 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 48 v 505 (ObjNum 568 snap 162 seq_num 568) dirty exists 2023-10-14T00:08:05.375 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:08:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:08:05] "GET /metrics HTTP/1.1" 200 36107 "" "Prometheus/2.43.0" 2023-10-14T00:08:05.379 INFO:tasks.rados.rados.0.smithi055.stdout:1925: done (5 left) 2023-10-14T00:08:05.380 INFO:tasks.rados.rados.0.smithi055.stdout:1926: done (4 left) 2023-10-14T00:08:05.380 INFO:tasks.rados.rados.0.smithi055.stdout:1927: done (3 left) 2023-10-14T00:08:05.380 INFO:tasks.rados.rados.0.smithi055.stdout:1930: done (2 left) 2023-10-14T00:08:05.380 INFO:tasks.rados.rados.0.smithi055.stdout:1931: done (1 left) 2023-10-14T00:08:05.381 INFO:tasks.rados.rados.0.smithi055.stdout:1932: done (0 left) 2023-10-14T00:08:05.381 INFO:tasks.rados.rados.0.smithi055.stdout:1933: delete oid 24 current snap is 177 2023-10-14T00:08:05.385 INFO:tasks.rados.rados.0.smithi055.stdout:1933: done (0 left) 2023-10-14T00:08:05.385 INFO:tasks.rados.rados.0.smithi055.stdout:1934: rmattr oid 14 current snap is 177 2023-10-14T00:08:05.385 INFO:tasks.rados.rados.0.smithi055.stdout:1934: done (0 left) 2023-10-14T00:08:05.386 INFO:tasks.rados.rados.0.smithi055.stdout:1935: delete oid 15 current snap is 177 2023-10-14T00:08:05.389 INFO:tasks.rados.rados.0.smithi055.stdout:1935: done (0 left) 2023-10-14T00:08:05.390 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 4 current snap is 177 2023-10-14T00:08:05.390 INFO:tasks.rados.rados.0.smithi055.stdout:1936: seq_num 627 ranges {589824=507904,1097728=401408} 2023-10-14T00:08:05.395 INFO:tasks.rados.rados.0.smithi055.stdout:1936: writing smithi055169533-4 from 589824 to 1097728 tid 1 2023-10-14T00:08:05.398 INFO:tasks.rados.rados.0.smithi055.stdout:1936: writing smithi055169533-4 from 1097728 to 1499136 tid 2 2023-10-14T00:08:05.398 INFO:tasks.rados.rados.0.smithi055.stdout:1937: snap_create 2023-10-14T00:08:05.400 INFO:tasks.rados.rados.0.smithi055.stdout:1936: finishing write tid 1 to smithi055169533-4 2023-10-14T00:08:05.401 INFO:tasks.rados.rados.0.smithi055.stdout:1936: finishing write tid 2 to smithi055169533-4 2023-10-14T00:08:05.401 INFO:tasks.rados.rados.0.smithi055.stdout:1936: finishing write tid 3 to smithi055169533-4 2023-10-14T00:08:05.402 INFO:tasks.rados.rados.0.smithi055.stdout:1936: finishing write tid 4 to smithi055169533-4 2023-10-14T00:08:05.402 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 4 v 899 (ObjNum 627 snap 177 seq_num 627) dirty exists 2023-10-14T00:08:05.403 INFO:tasks.rados.rados.0.smithi055.stdout:1936: left oid 4 (ObjNum 627 snap 177 seq_num 627) 2023-10-14T00:08:05.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:05 smithi055 ceph-mon[185614]: osdmap e419: 8 total, 8 up, 8 in 2023-10-14T00:08:05.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:05 smithi055 ceph-mon[185614]: failed to encode map e419 with expected crc 2023-10-14T00:08:05.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:05 smithi055 ceph-mon[185614]: pgmap v342: 121 pgs: 121 active+clean; 147 MiB data, 922 MiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 2.0 MiB/s wr, 27 op/s; 894 KiB/s, 1 objects/s recovering 2023-10-14T00:08:05.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:05 smithi055 ceph-mon[185614]: Health check update: Degraded data redundancy: 5/315 objects degraded (1.587%), 2 pgs degraded (PG_DEGRADED) 2023-10-14T00:08:05.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:05 smithi055 ceph-mon[183057]: osdmap e419: 8 total, 8 up, 8 in 2023-10-14T00:08:05.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:05 smithi055 ceph-mon[183057]: failed to encode map e419 with expected crc 2023-10-14T00:08:05.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:05 smithi055 ceph-mon[183057]: pgmap v342: 121 pgs: 121 active+clean; 147 MiB data, 922 MiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 2.0 MiB/s wr, 27 op/s; 894 KiB/s, 1 objects/s recovering 2023-10-14T00:08:05.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:05 smithi055 ceph-mon[183057]: Health check update: Degraded data redundancy: 5/315 objects degraded (1.587%), 2 pgs degraded (PG_DEGRADED) 2023-10-14T00:08:05.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:05 smithi082 ceph-mon[180771]: osdmap e419: 8 total, 8 up, 8 in 2023-10-14T00:08:05.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:05 smithi082 ceph-mon[180771]: failed to encode map e419 with expected crc 2023-10-14T00:08:05.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:05 smithi082 ceph-mon[180771]: pgmap v342: 121 pgs: 121 active+clean; 147 MiB data, 922 MiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 2.0 MiB/s wr, 27 op/s; 894 KiB/s, 1 objects/s recovering 2023-10-14T00:08:05.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:05 smithi082 ceph-mon[180771]: Health check update: Degraded data redundancy: 5/315 objects degraded (1.587%), 2 pgs degraded (PG_DEGRADED) 2023-10-14T00:08:06.403 INFO:tasks.rados.rados.0.smithi055.stdout:1936: done (1 left) 2023-10-14T00:08:06.403 INFO:tasks.rados.rados.0.smithi055.stdout:1937: done (0 left) 2023-10-14T00:08:06.404 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 45 current snap is 178 2023-10-14T00:08:06.404 INFO:tasks.rados.rados.0.smithi055.stdout:1938: seq_num 628 ranges {1908736=524288,2433024=401408} 2023-10-14T00:08:06.416 INFO:tasks.rados.rados.0.smithi055.stdout:1938: writing smithi055169533-45 from 1908736 to 2433024 tid 1 2023-10-14T00:08:06.419 INFO:tasks.rados.rados.0.smithi055.stdout:1938: writing smithi055169533-45 from 2433024 to 2834432 tid 2 2023-10-14T00:08:06.419 INFO:tasks.rados.rados.0.smithi055.stdout:1939: snap_remove snap 166 2023-10-14T00:08:06.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:06 smithi055 ceph-mon[185614]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 5/315 objects degraded (1.587%), 2 pgs degraded) 2023-10-14T00:08:06.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:06 smithi055 ceph-mon[185614]: Cluster is now healthy 2023-10-14T00:08:06.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:06 smithi055 ceph-mon[185614]: osdmap e420: 8 total, 8 up, 8 in 2023-10-14T00:08:06.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:06 smithi055 ceph-mon[183057]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 5/315 objects degraded (1.587%), 2 pgs degraded) 2023-10-14T00:08:06.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:06 smithi055 ceph-mon[183057]: Cluster is now healthy 2023-10-14T00:08:06.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:06 smithi055 ceph-mon[183057]: osdmap e420: 8 total, 8 up, 8 in 2023-10-14T00:08:06.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:06 smithi082 ceph-mon[180771]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 5/315 objects degraded (1.587%), 2 pgs degraded) 2023-10-14T00:08:06.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:06 smithi082 ceph-mon[180771]: Cluster is now healthy 2023-10-14T00:08:06.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:06 smithi082 ceph-mon[180771]: osdmap e420: 8 total, 8 up, 8 in 2023-10-14T00:08:07.431 INFO:tasks.rados.rados.0.smithi055.stdout:1939: done (1 left) 2023-10-14T00:08:07.431 INFO:tasks.rados.rados.0.smithi055.stdout:1940: copy_from oid 25 from oid 40 current snap is 178 2023-10-14T00:08:07.431 INFO:tasks.rados.rados.0.smithi055.stdout:1938: finishing write tid 1 to smithi055169533-45 2023-10-14T00:08:07.432 INFO:tasks.rados.rados.0.smithi055.stdout:1938: finishing write tid 2 to smithi055169533-45 2023-10-14T00:08:07.432 INFO:tasks.rados.rados.0.smithi055.stdout:1938: finishing write tid 3 to smithi055169533-45 2023-10-14T00:08:07.432 INFO:tasks.rados.rados.0.smithi055.stdout:1938: finishing write tid 4 to smithi055169533-45 2023-10-14T00:08:07.432 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 45 v 686 (ObjNum 628 snap 178 seq_num 628) dirty exists 2023-10-14T00:08:07.432 INFO:tasks.rados.rados.0.smithi055.stdout:1938: left oid 45 (ObjNum 628 snap 178 seq_num 628) 2023-10-14T00:08:07.433 INFO:tasks.rados.rados.0.smithi055.stdout:1938: done (1 left) 2023-10-14T00:08:07.433 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 32 current snap is 178 2023-10-14T00:08:07.433 INFO:tasks.rados.rados.0.smithi055.stdout:1941: seq_num 629 ranges {0=540672,540672=401408} 2023-10-14T00:08:07.434 INFO:tasks.rados.rados.0.smithi055.stdout:1941: writing smithi055169533-32 from 0 to 540672 tid 1 2023-10-14T00:08:07.437 INFO:tasks.rados.rados.0.smithi055.stdout:1941: writing smithi055169533-32 from 540672 to 942080 tid 2 2023-10-14T00:08:07.437 INFO:tasks.rados.rados.0.smithi055.stdout:1942: snap_remove snap 175 2023-10-14T00:08:07.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:07 smithi055 ceph-mon[185614]: failed to encode map e420 with expected crc 2023-10-14T00:08:07.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:07 smithi055 ceph-mon[185614]: failed to encode map e421 with expected crc 2023-10-14T00:08:07.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:07 smithi055 ceph-mon[185614]: osdmap e421: 8 total, 8 up, 8 in 2023-10-14T00:08:07.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:07 smithi055 ceph-mon[185614]: pgmap v345: 121 pgs: 121 active+clean; 160 MiB data, 939 MiB used, 714 GiB / 715 GiB avail; 18 MiB/s rd, 5.4 MiB/s wr, 38 op/s; 808 KiB/s, 0 objects/s recovering 2023-10-14T00:08:07.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:07 smithi055 ceph-mon[183057]: failed to encode map e420 with expected crc 2023-10-14T00:08:07.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:07 smithi055 ceph-mon[183057]: failed to encode map e421 with expected crc 2023-10-14T00:08:07.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:07 smithi055 ceph-mon[183057]: osdmap e421: 8 total, 8 up, 8 in 2023-10-14T00:08:07.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:07 smithi055 ceph-mon[183057]: pgmap v345: 121 pgs: 121 active+clean; 160 MiB data, 939 MiB used, 714 GiB / 715 GiB avail; 18 MiB/s rd, 5.4 MiB/s wr, 38 op/s; 808 KiB/s, 0 objects/s recovering 2023-10-14T00:08:07.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:07 smithi082 ceph-mon[180771]: failed to encode map e420 with expected crc 2023-10-14T00:08:07.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:07 smithi082 ceph-mon[180771]: failed to encode map e421 with expected crc 2023-10-14T00:08:07.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:07 smithi082 ceph-mon[180771]: osdmap e421: 8 total, 8 up, 8 in 2023-10-14T00:08:07.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:07 smithi082 ceph-mon[180771]: pgmap v345: 121 pgs: 121 active+clean; 160 MiB data, 939 MiB used, 714 GiB / 715 GiB avail; 18 MiB/s rd, 5.4 MiB/s wr, 38 op/s; 808 KiB/s, 0 objects/s recovering 2023-10-14T00:08:08.436 INFO:tasks.rados.rados.0.smithi055.stdout:1942: done (2 left) 2023-10-14T00:08:08.436 INFO:tasks.rados.rados.0.smithi055.stdout:1943: delete oid 19 current snap is 178 2023-10-14T00:08:08.436 INFO:tasks.rados.rados.0.smithi055.stdout:1940: finishing copy_from to smithi055169533-25 2023-10-14T00:08:08.436 INFO:tasks.rados.rados.0.smithi055.stdout:1940: got expected ENOENT (src dne) 2023-10-14T00:08:08.437 INFO:tasks.rados.rados.0.smithi055.stdout:1940: finishing copy_from racing read to smithi055169533-25 2023-10-14T00:08:08.437 INFO:tasks.rados.rados.0.smithi055.stdout:1941: finishing write tid 1 to smithi055169533-32 2023-10-14T00:08:08.437 INFO:tasks.rados.rados.0.smithi055.stdout:1941: finishing write tid 2 to smithi055169533-32 2023-10-14T00:08:08.437 INFO:tasks.rados.rados.0.smithi055.stdout:1941: finishing write tid 3 to smithi055169533-32 2023-10-14T00:08:08.437 INFO:tasks.rados.rados.0.smithi055.stdout:1941: finishing write tid 4 to smithi055169533-32 2023-10-14T00:08:08.437 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 32 v 374 (ObjNum 629 snap 178 seq_num 629) dirty exists 2023-10-14T00:08:08.438 INFO:tasks.rados.rados.0.smithi055.stdout:1941: left oid 32 (ObjNum 629 snap 178 seq_num 629) 2023-10-14T00:08:08.450 INFO:tasks.rados.rados.0.smithi055.stdout:1940: done (2 left) 2023-10-14T00:08:08.450 INFO:tasks.rados.rados.0.smithi055.stdout:1941: done (1 left) 2023-10-14T00:08:08.450 INFO:tasks.rados.rados.0.smithi055.stdout:1943: done (0 left) 2023-10-14T00:08:08.450 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 23 current snap is 178 2023-10-14T00:08:08.450 INFO:tasks.rados.rados.0.smithi055.stdout:1944: seq_num 631 ranges {0=573440,573440=401408} 2023-10-14T00:08:08.451 INFO:tasks.rados.rados.0.smithi055.stdout:1944: writing smithi055169533-23 from 0 to 573440 tid 1 2023-10-14T00:08:08.453 INFO:tasks.rados.rados.0.smithi055.stdout:1944: writing smithi055169533-23 from 573440 to 974848 tid 2 2023-10-14T00:08:08.453 INFO:tasks.rados.rados.0.smithi055.stdout:1945: snap_create 2023-10-14T00:08:08.453 INFO:tasks.rados.rados.0.smithi055.stdout:1944: finishing write tid 1 to smithi055169533-23 2023-10-14T00:08:08.456 INFO:tasks.rados.rados.0.smithi055.stdout:1944: finishing write tid 2 to smithi055169533-23 2023-10-14T00:08:08.456 INFO:tasks.rados.rados.0.smithi055.stdout:1944: finishing write tid 3 to smithi055169533-23 2023-10-14T00:08:08.457 INFO:tasks.rados.rados.0.smithi055.stdout:1944: finishing write tid 4 to smithi055169533-23 2023-10-14T00:08:08.457 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 23 v 489 (ObjNum 631 snap 178 seq_num 631) dirty exists 2023-10-14T00:08:08.458 INFO:tasks.rados.rados.0.smithi055.stdout:1944: left oid 23 (ObjNum 631 snap 178 seq_num 631) 2023-10-14T00:08:08.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:08 smithi055 ceph-mon[185614]: failed to encode map e422 with expected crc 2023-10-14T00:08:08.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:08 smithi055 ceph-mon[185614]: failed to encode map e422 with expected crc 2023-10-14T00:08:08.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:08 smithi055 ceph-mon[185614]: osdmap e422: 8 total, 8 up, 8 in 2023-10-14T00:08:08.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:08 smithi055 ceph-mon[183057]: failed to encode map e422 with expected crc 2023-10-14T00:08:08.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:08 smithi055 ceph-mon[183057]: failed to encode map e422 with expected crc 2023-10-14T00:08:08.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:08 smithi055 ceph-mon[183057]: osdmap e422: 8 total, 8 up, 8 in 2023-10-14T00:08:08.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:08 smithi082 ceph-mon[180771]: failed to encode map e422 with expected crc 2023-10-14T00:08:08.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:08 smithi082 ceph-mon[180771]: failed to encode map e422 with expected crc 2023-10-14T00:08:08.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:08 smithi082 ceph-mon[180771]: osdmap e422: 8 total, 8 up, 8 in 2023-10-14T00:08:08.876 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:08:08 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:08:08.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-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi055:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi082.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}];many-to-many matching not allowed: matching labels must be unique on one side" data="unsupported value type" 2023-10-14T00:08:08.876 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:08:08 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:08:08.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-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi055:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)\", cluster_addr=\"172.21.15.55\", device_class=\"ssd\", hostname=\"smithi055\", instance=\"smithi082.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.55\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-10-14T00:08:09.447 INFO:tasks.rados.rados.0.smithi055.stdout:1944: done (1 left) 2023-10-14T00:08:09.448 INFO:tasks.rados.rados.0.smithi055.stdout:1945: done (0 left) 2023-10-14T00:08:09.448 INFO:tasks.rados.rados.0.smithi055.stdout:1946: read oid 33 snap -1 2023-10-14T00:08:09.448 INFO:tasks.rados.rados.0.smithi055.stdout:1946: expect (ObjNum 539 snap 149 seq_num 539) 2023-10-14T00:08:09.448 INFO:tasks.rados.rados.0.smithi055.stdout:1947: read oid 6 snap -1 2023-10-14T00:08:09.449 INFO:tasks.rados.rados.0.smithi055.stdout:1947: expect (ObjNum 621 snap 176 seq_num 621) 2023-10-14T00:08:09.449 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 2 current snap is 179 2023-10-14T00:08:09.449 INFO:tasks.rados.rados.0.smithi055.stdout:1948: seq_num 632 ranges {2719744=589824,3309568=401408} 2023-10-14T00:08:09.466 INFO:tasks.rados.rados.0.smithi055.stdout:1948: writing smithi055169533-2 from 2719744 to 3309568 tid 1 2023-10-14T00:08:09.469 INFO:tasks.rados.rados.0.smithi055.stdout:1948: writing smithi055169533-2 from 3309568 to 3710976 tid 2 2023-10-14T00:08:09.469 INFO:tasks.rados.rados.0.smithi055.stdout:1949: delete oid 8 current snap is 179 2023-10-14T00:08:09.470 INFO:tasks.rados.rados.0.smithi055.stdout:1946: expect (ObjNum 539 snap 149 seq_num 539) 2023-10-14T00:08:09.518 INFO:tasks.rados.rados.0.smithi055.stdout:1947: expect (ObjNum 621 snap 176 seq_num 621) 2023-10-14T00:08:09.598 INFO:tasks.rados.rados.0.smithi055.stdout:1948: finishing write tid 1 to smithi055169533-2 2023-10-14T00:08:09.598 INFO:tasks.rados.rados.0.smithi055.stdout:1948: finishing write tid 2 to smithi055169533-2 2023-10-14T00:08:09.598 INFO:tasks.rados.rados.0.smithi055.stdout:1948: finishing write tid 3 to smithi055169533-2 2023-10-14T00:08:09.599 INFO:tasks.rados.rados.0.smithi055.stdout:1948: finishing write tid 4 to smithi055169533-2 2023-10-14T00:08:09.599 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 2 v 818 (ObjNum 632 snap 179 seq_num 632) dirty exists 2023-10-14T00:08:09.599 INFO:tasks.rados.rados.0.smithi055.stdout:1948: left oid 2 (ObjNum 632 snap 179 seq_num 632) 2023-10-14T00:08:09.599 INFO:tasks.rados.rados.0.smithi055.stdout:1946: done (3 left) 2023-10-14T00:08:09.599 INFO:tasks.rados.rados.0.smithi055.stdout:1947: done (2 left) 2023-10-14T00:08:09.600 INFO:tasks.rados.rados.0.smithi055.stdout:1948: done (1 left) 2023-10-14T00:08:09.600 INFO:tasks.rados.rados.0.smithi055.stdout:1949: done (0 left) 2023-10-14T00:08:09.600 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 42 current snap is 179 2023-10-14T00:08:09.600 INFO:tasks.rados.rados.0.smithi055.stdout:1950: seq_num 634 ranges {114688=622592,737280=401408} 2023-10-14T00:08:09.601 INFO:tasks.rados.rados.0.smithi055.stdout:1950: writing smithi055169533-42 from 114688 to 737280 tid 1 2023-10-14T00:08:09.604 INFO:tasks.rados.rados.0.smithi055.stdout:1950: writing smithi055169533-42 from 737280 to 1138688 tid 2 2023-10-14T00:08:09.604 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 39 current snap is 179 2023-10-14T00:08:09.604 INFO:tasks.rados.rados.0.smithi055.stdout:1951: seq_num 635 ranges {0=638976,638976=401408} 2023-10-14T00:08:09.607 INFO:tasks.rados.rados.0.smithi055.stdout:1951: writing smithi055169533-39 from 0 to 638976 tid 1 2023-10-14T00:08:09.610 INFO:tasks.rados.rados.0.smithi055.stdout:1951: writing smithi055169533-39 from 638976 to 1040384 tid 2 2023-10-14T00:08:09.610 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 23 current snap is 179 2023-10-14T00:08:09.610 INFO:tasks.rados.rados.0.smithi055.stdout:1950: finishing write tid 1 to smithi055169533-42 2023-10-14T00:08:09.610 INFO:tasks.rados.rados.0.smithi055.stdout:1950: finishing write tid 2 to smithi055169533-42 2023-10-14T00:08:09.611 INFO:tasks.rados.rados.0.smithi055.stdout:1952: seq_num 636 ranges {974848=655360,1630208=401408} 2023-10-14T00:08:09.619 INFO:tasks.rados.rados.0.smithi055.stdout:1952: writing smithi055169533-23 from 974848 to 1630208 tid 1 2023-10-14T00:08:09.622 INFO:tasks.rados.rados.0.smithi055.stdout:1952: writing smithi055169533-23 from 1630208 to 2031616 tid 2 2023-10-14T00:08:09.622 INFO:tasks.rados.rados.0.smithi055.stdout:1953: delete oid 13 current snap is 179 2023-10-14T00:08:09.622 INFO:tasks.rados.rados.0.smithi055.stdout:1950: finishing write tid 3 to smithi055169533-42 2023-10-14T00:08:09.623 INFO:tasks.rados.rados.0.smithi055.stdout:1950: finishing write tid 4 to smithi055169533-42 2023-10-14T00:08:09.623 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 42 v 544 (ObjNum 634 snap 179 seq_num 634) dirty exists 2023-10-14T00:08:09.623 INFO:tasks.rados.rados.0.smithi055.stdout:1950: left oid 42 (ObjNum 634 snap 179 seq_num 634) 2023-10-14T00:08:09.623 INFO:tasks.rados.rados.0.smithi055.stdout:1951: finishing write tid 1 to smithi055169533-39 2023-10-14T00:08:09.623 INFO:tasks.rados.rados.0.smithi055.stdout:1951: finishing write tid 2 to smithi055169533-39 2023-10-14T00:08:09.624 INFO:tasks.rados.rados.0.smithi055.stdout:1951: finishing write tid 3 to smithi055169533-39 2023-10-14T00:08:09.624 INFO:tasks.rados.rados.0.smithi055.stdout:1951: finishing write tid 4 to smithi055169533-39 2023-10-14T00:08:09.624 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 39 v 932 (ObjNum 635 snap 179 seq_num 635) dirty exists 2023-10-14T00:08:09.624 INFO:tasks.rados.rados.0.smithi055.stdout:1951: left oid 39 (ObjNum 635 snap 179 seq_num 635) 2023-10-14T00:08:09.625 INFO:tasks.rados.rados.0.smithi055.stdout:1952: finishing write tid 1 to smithi055169533-23 2023-10-14T00:08:09.625 INFO:tasks.rados.rados.0.smithi055.stdout:1952: finishing write tid 2 to smithi055169533-23 2023-10-14T00:08:09.626 INFO:tasks.rados.rados.0.smithi055.stdout:1950: done (3 left) 2023-10-14T00:08:09.626 INFO:tasks.rados.rados.0.smithi055.stdout:1951: done (2 left) 2023-10-14T00:08:09.626 INFO:tasks.rados.rados.0.smithi055.stdout:1953: done (1 left) 2023-10-14T00:08:09.626 INFO:tasks.rados.rados.0.smithi055.stdout:1954: rmattr oid 7 current snap is 179 2023-10-14T00:08:09.626 INFO:tasks.rados.rados.0.smithi055.stdout:1955: read oid 30 snap -1 2023-10-14T00:08:09.627 INFO:tasks.rados.rados.0.smithi055.stdout:1955: expect deleted 2023-10-14T00:08:09.627 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 33 current snap is 179 2023-10-14T00:08:09.627 INFO:tasks.rados.rados.0.smithi055.stdout:1956: seq_num 638 ranges {1835008=688128,2523136=401408} 2023-10-14T00:08:09.639 INFO:tasks.rados.rados.0.smithi055.stdout:1956: writing smithi055169533-33 from 1835008 to 2523136 tid 1 2023-10-14T00:08:09.642 INFO:tasks.rados.rados.0.smithi055.stdout:1956: writing smithi055169533-33 from 2523136 to 2924544 tid 2 2023-10-14T00:08:09.642 INFO:tasks.rados.rados.0.smithi055.stdout:1957: read oid 8 snap -1 2023-10-14T00:08:09.643 INFO:tasks.rados.rados.0.smithi055.stdout:1957: expect deleted 2023-10-14T00:08:09.643 INFO:tasks.rados.rados.0.smithi055.stdout:1958: read oid 42 snap 176 2023-10-14T00:08:09.643 INFO:tasks.rados.rados.0.smithi055.stdout:1958: expect (ObjNum 434 snap 119 seq_num 434) 2023-10-14T00:08:09.643 INFO:tasks.rados.rados.0.smithi055.stdout:1959: rmattr oid 5 current snap is 179 2023-10-14T00:08:09.643 INFO:tasks.rados.rados.0.smithi055.stdout:1952: finishing write tid 3 to smithi055169533-23 2023-10-14T00:08:09.644 INFO:tasks.rados.rados.0.smithi055.stdout:1960: delete oid 28 current snap is 179 2023-10-14T00:08:09.644 INFO:tasks.rados.rados.0.smithi055.stdout:1952: finishing write tid 4 to smithi055169533-23 2023-10-14T00:08:09.644 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 23 v 493 (ObjNum 636 snap 179 seq_num 636) dirty exists 2023-10-14T00:08:09.644 INFO:tasks.rados.rados.0.smithi055.stdout:1952: left oid 23 (ObjNum 636 snap 179 seq_num 636) 2023-10-14T00:08:09.644 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 7 v 687 (ObjNum 610 snap 174 seq_num 610) dirty exists 2023-10-14T00:08:09.645 INFO:tasks.rados.rados.0.smithi055.stdout:1952: done (7 left) 2023-10-14T00:08:09.645 INFO:tasks.rados.rados.0.smithi055.stdout:1954: done (6 left) 2023-10-14T00:08:09.645 INFO:tasks.rados.rados.0.smithi055.stdout:1955: done (5 left) 2023-10-14T00:08:09.646 INFO:tasks.rados.rados.0.smithi055.stdout:1960: done (4 left) 2023-10-14T00:08:09.646 INFO:tasks.rados.rados.0.smithi055.stdout:1961: snap_remove snap 177 2023-10-14T00:08:09.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:09 smithi055 ceph-mon[185614]: failed to encode map e423 with expected crc 2023-10-14T00:08:09.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:09 smithi055 ceph-mon[185614]: osdmap e423: 8 total, 8 up, 8 in 2023-10-14T00:08:09.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:09 smithi055 ceph-mon[185614]: pgmap v348: 121 pgs: 121 active+clean; 163 MiB data, 945 MiB used, 714 GiB / 715 GiB avail; 3.5 MiB/s rd, 4.2 MiB/s wr, 22 op/s 2023-10-14T00:08:09.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:09.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:08:09.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:09 smithi055 ceph-mon[183057]: failed to encode map e423 with expected crc 2023-10-14T00:08:09.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:09 smithi055 ceph-mon[183057]: osdmap e423: 8 total, 8 up, 8 in 2023-10-14T00:08:09.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:09 smithi055 ceph-mon[183057]: pgmap v348: 121 pgs: 121 active+clean; 163 MiB data, 945 MiB used, 714 GiB / 715 GiB avail; 3.5 MiB/s rd, 4.2 MiB/s wr, 22 op/s 2023-10-14T00:08:09.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:09.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:08:09.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:09 smithi082 ceph-mon[180771]: failed to encode map e423 with expected crc 2023-10-14T00:08:09.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:09 smithi082 ceph-mon[180771]: osdmap e423: 8 total, 8 up, 8 in 2023-10-14T00:08:09.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:09 smithi082 ceph-mon[180771]: pgmap v348: 121 pgs: 121 active+clean; 163 MiB data, 945 MiB used, 714 GiB / 715 GiB avail; 3.5 MiB/s rd, 4.2 MiB/s wr, 22 op/s 2023-10-14T00:08:09.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:09.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:08:10.347 INFO:tasks.rados.rados.0.smithi055.stdout:1961: done (4 left) 2023-10-14T00:08:10.348 INFO:tasks.rados.rados.0.smithi055.stdout:1962: read oid 6 snap -1 2023-10-14T00:08:10.348 INFO:tasks.rados.rados.0.smithi055.stdout:1962: expect (ObjNum 621 snap 176 seq_num 621) 2023-10-14T00:08:10.348 INFO:tasks.rados.rados.0.smithi055.stdout:1963: read oid 45 snap 170 2023-10-14T00:08:10.348 INFO:tasks.rados.rados.0.smithi055.stdout:1963: expect deleted 2023-10-14T00:08:10.348 INFO:tasks.rados.rados.0.smithi055.stdout:1964: snap_remove snap 164 2023-10-14T00:08:10.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:10 smithi055 ceph-mon[183057]: failed to encode map e424 with expected crc 2023-10-14T00:08:10.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:10 smithi055 ceph-mon[183057]: osdmap e424: 8 total, 8 up, 8 in 2023-10-14T00:08:10.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:10 smithi055 ceph-mon[183057]: osdmap e425: 8 total, 8 up, 8 in 2023-10-14T00:08:10.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:10 smithi055 ceph-mon[185614]: failed to encode map e424 with expected crc 2023-10-14T00:08:10.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:10 smithi055 ceph-mon[185614]: osdmap e424: 8 total, 8 up, 8 in 2023-10-14T00:08:10.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:10 smithi055 ceph-mon[185614]: osdmap e425: 8 total, 8 up, 8 in 2023-10-14T00:08:10.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:10 smithi082 ceph-mon[180771]: failed to encode map e424 with expected crc 2023-10-14T00:08:10.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:10 smithi082 ceph-mon[180771]: osdmap e424: 8 total, 8 up, 8 in 2023-10-14T00:08:10.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:10 smithi082 ceph-mon[180771]: osdmap e425: 8 total, 8 up, 8 in 2023-10-14T00:08:11.361 INFO:tasks.rados.rados.0.smithi055.stdout:1964: done (6 left) 2023-10-14T00:08:11.362 INFO:tasks.rados.rados.0.smithi055.stdout:1965: copy_from oid 39 from oid 32 current snap is 179 2023-10-14T00:08:11.362 INFO:tasks.rados.rados.0.smithi055.stdout:1966: snap_create 2023-10-14T00:08:11.365 INFO:tasks.rados.rados.0.smithi055.stdout:1956: finishing write tid 1 to smithi055169533-33 2023-10-14T00:08:11.365 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 5 v 819 (ObjNum 588 snap 167 seq_num 588) dirty exists 2023-10-14T00:08:11.365 INFO:tasks.rados.rados.0.smithi055.stdout:1956: finishing write tid 2 to smithi055169533-33 2023-10-14T00:08:11.365 INFO:tasks.rados.rados.0.smithi055.stdout:1956: finishing write tid 3 to smithi055169533-33 2023-10-14T00:08:11.365 INFO:tasks.rados.rados.0.smithi055.stdout:1958: expect (ObjNum 434 snap 119 seq_num 434) 2023-10-14T00:08:11.375 INFO:tasks.rados.rados.0.smithi055.stdout:1956: finishing write tid 4 to smithi055169533-33 2023-10-14T00:08:11.375 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 33 v 798 (ObjNum 638 snap 179 seq_num 638) dirty exists 2023-10-14T00:08:11.375 INFO:tasks.rados.rados.0.smithi055.stdout:1956: left oid 33 (ObjNum 638 snap 179 seq_num 638) 2023-10-14T00:08:11.375 INFO:tasks.rados.rados.0.smithi055.stdout:1962: expect (ObjNum 621 snap 176 seq_num 621) 2023-10-14T00:08:11.456 INFO:tasks.rados.rados.0.smithi055.stdout:1965: finishing copy_from to smithi055169533-39 2023-10-14T00:08:11.457 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 39 v 374 (ObjNum 629 snap 178 seq_num 629) dirty exists 2023-10-14T00:08:11.457 INFO:tasks.rados.rados.0.smithi055.stdout:1965: finishing copy_from racing read to smithi055169533-39 2023-10-14T00:08:11.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:11 smithi055 ceph-mon[185614]: failed to encode map e425 with expected crc 2023-10-14T00:08:11.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:11 smithi055 ceph-mon[185614]: pgmap v351: 121 pgs: 121 active+clean; 163 MiB data, 955 MiB used, 714 GiB / 715 GiB avail; 3.5 MiB/s rd, 2.3 MiB/s wr, 20 op/s 2023-10-14T00:08:11.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:11 smithi055 ceph-mon[185614]: osdmap e426: 8 total, 8 up, 8 in 2023-10-14T00:08:11.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:11 smithi055 ceph-mon[183057]: failed to encode map e425 with expected crc 2023-10-14T00:08:11.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:11 smithi055 ceph-mon[183057]: pgmap v351: 121 pgs: 121 active+clean; 163 MiB data, 955 MiB used, 714 GiB / 715 GiB avail; 3.5 MiB/s rd, 2.3 MiB/s wr, 20 op/s 2023-10-14T00:08:11.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:11 smithi055 ceph-mon[183057]: osdmap e426: 8 total, 8 up, 8 in 2023-10-14T00:08:11.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:11 smithi082 ceph-mon[180771]: failed to encode map e425 with expected crc 2023-10-14T00:08:11.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:11 smithi082 ceph-mon[180771]: pgmap v351: 121 pgs: 121 active+clean; 163 MiB data, 955 MiB used, 714 GiB / 715 GiB avail; 3.5 MiB/s rd, 2.3 MiB/s wr, 20 op/s 2023-10-14T00:08:11.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:11 smithi082 ceph-mon[180771]: osdmap e426: 8 total, 8 up, 8 in 2023-10-14T00:08:12.358 INFO:tasks.rados.rados.0.smithi055.stdout:1956: done (7 left) 2023-10-14T00:08:12.358 INFO:tasks.rados.rados.0.smithi055.stdout:1957: done (6 left) 2023-10-14T00:08:12.358 INFO:tasks.rados.rados.0.smithi055.stdout:1958: done (5 left) 2023-10-14T00:08:12.358 INFO:tasks.rados.rados.0.smithi055.stdout:1959: done (4 left) 2023-10-14T00:08:12.359 INFO:tasks.rados.rados.0.smithi055.stdout:1962: done (3 left) 2023-10-14T00:08:12.359 INFO:tasks.rados.rados.0.smithi055.stdout:1963: done (2 left) 2023-10-14T00:08:12.359 INFO:tasks.rados.rados.0.smithi055.stdout:1965: done (1 left) 2023-10-14T00:08:12.359 INFO:tasks.rados.rados.0.smithi055.stdout:1966: done (0 left) 2023-10-14T00:08:12.359 INFO:tasks.rados.rados.0.smithi055.stdout:1967: copy_from oid 5 from oid 13 current snap is 180 2023-10-14T00:08:12.360 INFO:tasks.rados.rados.0.smithi055.stdout:1968: rollback oid 8 current snap is 180 2023-10-14T00:08:12.360 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 8 to 168 2023-10-14T00:08:12.360 INFO:tasks.rados.rados.0.smithi055.stdout:1969: snap_create 2023-10-14T00:08:12.361 INFO:tasks.rados.rados.0.smithi055.stdout:1967: finishing copy_from to smithi055169533-5 2023-10-14T00:08:12.361 INFO:tasks.rados.rados.0.smithi055.stdout:1967: got expected ENOENT (src dne) 2023-10-14T00:08:12.361 INFO:tasks.rados.rados.0.smithi055.stdout:1967: finishing copy_from racing read to smithi055169533-5 2023-10-14T00:08:12.362 INFO:tasks.rados.rados.0.smithi055.stdout:1968: finishing rollback tid 1 to smithi055169533-8 2023-10-14T00:08:12.362 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 8 v 795 (ObjNum 305 snap 0 seq_num 1529464064) dirty dne 2023-10-14T00:08:12.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:12 smithi055 ceph-mon[185614]: failed to encode map e426 with expected crc 2023-10-14T00:08:12.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:12 smithi055 ceph-mon[185614]: failed to encode map e426 with expected crc 2023-10-14T00:08:12.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:12 smithi055 ceph-mon[185614]: osdmap e427: 8 total, 8 up, 8 in 2023-10-14T00:08:12.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:12 smithi055 ceph-mon[183057]: failed to encode map e426 with expected crc 2023-10-14T00:08:12.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:12 smithi055 ceph-mon[183057]: failed to encode map e426 with expected crc 2023-10-14T00:08:12.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:12 smithi055 ceph-mon[183057]: osdmap e427: 8 total, 8 up, 8 in 2023-10-14T00:08:12.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:12 smithi082 ceph-mon[180771]: failed to encode map e426 with expected crc 2023-10-14T00:08:12.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:12 smithi082 ceph-mon[180771]: failed to encode map e426 with expected crc 2023-10-14T00:08:12.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:12 smithi082 ceph-mon[180771]: osdmap e427: 8 total, 8 up, 8 in 2023-10-14T00:08:13.363 INFO:tasks.rados.rados.0.smithi055.stdout:1967: done (2 left) 2023-10-14T00:08:13.364 INFO:tasks.rados.rados.0.smithi055.stdout:1968: done (1 left) 2023-10-14T00:08:13.364 INFO:tasks.rados.rados.0.smithi055.stdout:1969: done (0 left) 2023-10-14T00:08:13.365 INFO:tasks.rados.rados.0.smithi055.stdout:1970: snap_remove snap 174 2023-10-14T00:08:13.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:13 smithi055 ceph-mon[185614]: failed to encode map e427 with expected crc 2023-10-14T00:08:13.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:13 smithi055 ceph-mon[185614]: pgmap v354: 121 pgs: 121 active+clean; 164 MiB data, 972 MiB used, 714 GiB / 715 GiB avail; 1.5 MiB/s rd, 1.7 MiB/s wr, 13 op/s 2023-10-14T00:08:13.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:13 smithi055 ceph-mon[185614]: osdmap e428: 8 total, 8 up, 8 in 2023-10-14T00:08:13.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:13 smithi055 ceph-mon[183057]: failed to encode map e427 with expected crc 2023-10-14T00:08:13.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:13 smithi055 ceph-mon[183057]: pgmap v354: 121 pgs: 121 active+clean; 164 MiB data, 972 MiB used, 714 GiB / 715 GiB avail; 1.5 MiB/s rd, 1.7 MiB/s wr, 13 op/s 2023-10-14T00:08:13.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:13 smithi055 ceph-mon[183057]: osdmap e428: 8 total, 8 up, 8 in 2023-10-14T00:08:13.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:13 smithi082 ceph-mon[180771]: failed to encode map e427 with expected crc 2023-10-14T00:08:13.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:13 smithi082 ceph-mon[180771]: pgmap v354: 121 pgs: 121 active+clean; 164 MiB data, 972 MiB used, 714 GiB / 715 GiB avail; 1.5 MiB/s rd, 1.7 MiB/s wr, 13 op/s 2023-10-14T00:08:13.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:13 smithi082 ceph-mon[180771]: osdmap e428: 8 total, 8 up, 8 in 2023-10-14T00:08:14.367 INFO:tasks.rados.rados.0.smithi055.stdout:1970: done (0 left) 2023-10-14T00:08:14.367 INFO:tasks.rados.rados.0.smithi055.stdout:1971: rmattr oid 33 current snap is 181 2023-10-14T00:08:14.368 INFO:tasks.rados.rados.0.smithi055.stdout:1971: done (0 left) 2023-10-14T00:08:14.368 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 28 current snap is 181 2023-10-14T00:08:14.368 INFO:tasks.rados.rados.0.smithi055.stdout:1972: seq_num 640 ranges {0=729088,729088=401408} 2023-10-14T00:08:14.375 INFO:tasks.rados.rados.0.smithi055.stdout:1972: writing smithi055169533-28 from 0 to 729088 tid 1 2023-10-14T00:08:14.375 INFO:tasks.rados.rados.0.smithi055.stdout:1972: writing smithi055169533-28 from 729088 to 1130496 tid 2 2023-10-14T00:08:14.375 INFO:tasks.rados.rados.0.smithi055.stdout:1973: snap_remove snap 170 2023-10-14T00:08:15.366 INFO:tasks.rados.rados.0.smithi055.stdout:1973: done (1 left) 2023-10-14T00:08:15.366 INFO:tasks.rados.rados.0.smithi055.stdout:1974: delete oid 41 current snap is 181 2023-10-14T00:08:15.366 INFO:tasks.rados.rados.0.smithi055.stdout:1972: finishing write tid 1 to smithi055169533-28 2023-10-14T00:08:15.366 INFO:tasks.rados.rados.0.smithi055.stdout:1972: finishing write tid 2 to smithi055169533-28 2023-10-14T00:08:15.367 INFO:tasks.rados.rados.0.smithi055.stdout:1972: finishing write tid 3 to smithi055169533-28 2023-10-14T00:08:15.367 INFO:tasks.rados.rados.0.smithi055.stdout:1972: finishing write tid 4 to smithi055169533-28 2023-10-14T00:08:15.367 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 28 v 922 (ObjNum 640 snap 181 seq_num 640) dirty exists 2023-10-14T00:08:15.367 INFO:tasks.rados.rados.0.smithi055.stdout:1972: left oid 28 (ObjNum 640 snap 181 seq_num 640) 2023-10-14T00:08:15.382 INFO:tasks.rados.rados.0.smithi055.stdout:1972: done (1 left) 2023-10-14T00:08:15.382 INFO:tasks.rados.rados.0.smithi055.stdout:1974: done (0 left) 2023-10-14T00:08:15.383 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 6 current snap is 181 2023-10-14T00:08:15.383 INFO:tasks.rados.rados.0.smithi055.stdout:1975: seq_num 642 ranges {1974272=761856,2736128=401408} 2023-10-14T00:08:15.398 INFO:tasks.rados.rados.0.smithi055.stdout:1975: writing smithi055169533-6 from 1974272 to 2736128 tid 1 2023-10-14T00:08:15.400 INFO:tasks.rados.rados.0.smithi055.stdout:1975: writing smithi055169533-6 from 2736128 to 3137536 tid 2 2023-10-14T00:08:15.401 INFO:tasks.rados.rados.0.smithi055.stdout:1976: snap_create 2023-10-14T00:08:15.403 INFO:tasks.rados.rados.0.smithi055.stdout:1975: finishing write tid 1 to smithi055169533-6 2023-10-14T00:08:15.403 INFO:tasks.rados.rados.0.smithi055.stdout:1975: finishing write tid 2 to smithi055169533-6 2023-10-14T00:08:15.403 INFO:tasks.rados.rados.0.smithi055.stdout:1975: finishing write tid 3 to smithi055169533-6 2023-10-14T00:08:15.404 INFO:tasks.rados.rados.0.smithi055.stdout:1975: finishing write tid 4 to smithi055169533-6 2023-10-14T00:08:15.404 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 6 v 798 (ObjNum 642 snap 181 seq_num 642) dirty exists 2023-10-14T00:08:15.404 INFO:tasks.rados.rados.0.smithi055.stdout:1975: left oid 6 (ObjNum 642 snap 181 seq_num 642) 2023-10-14T00:08:15.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:08:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:08:15] "GET /metrics HTTP/1.1" 200 36098 "" "Prometheus/2.43.0" 2023-10-14T00:08:15.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:15 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:15.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:15 smithi055 ceph-mon[185614]: failed to encode map e428 with expected crc 2023-10-14T00:08:15.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:15 smithi055 ceph-mon[185614]: failed to encode map e428 with expected crc 2023-10-14T00:08:15.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:15 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-10-14T00:08:15.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:15 smithi055 ceph-mon[185614]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-10-14T00:08:15.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:15 smithi055 ceph-mon[185614]: Upgrade: osd.7 is safe to restart 2023-10-14T00:08:15.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:15 smithi055 ceph-mon[185614]: failed to encode map e429 with expected crc 2023-10-14T00:08:15.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:15 smithi055 ceph-mon[185614]: osdmap e429: 8 total, 8 up, 8 in 2023-10-14T00:08:15.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:15 smithi055 ceph-mon[185614]: pgmap v357: 121 pgs: 121 active+clean; 151 MiB data, 983 MiB used, 714 GiB / 715 GiB avail; 1.3 MiB/s rd, 738 KiB/s wr, 6 op/s 2023-10-14T00:08:15.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:15 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:15.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:15 smithi055 ceph-mon[183057]: failed to encode map e428 with expected crc 2023-10-14T00:08:15.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:15 smithi055 ceph-mon[183057]: failed to encode map e428 with expected crc 2023-10-14T00:08:15.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:15 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-10-14T00:08:15.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:15 smithi055 ceph-mon[183057]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-10-14T00:08:15.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:15 smithi055 ceph-mon[183057]: Upgrade: osd.7 is safe to restart 2023-10-14T00:08:15.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:15 smithi055 ceph-mon[183057]: failed to encode map e429 with expected crc 2023-10-14T00:08:15.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:15 smithi055 ceph-mon[183057]: osdmap e429: 8 total, 8 up, 8 in 2023-10-14T00:08:15.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:15 smithi055 ceph-mon[183057]: pgmap v357: 121 pgs: 121 active+clean; 151 MiB data, 983 MiB used, 714 GiB / 715 GiB avail; 1.3 MiB/s rd, 738 KiB/s wr, 6 op/s 2023-10-14T00:08:15.620 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:15 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:15.620 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:15 smithi082 ceph-mon[180771]: failed to encode map e428 with expected crc 2023-10-14T00:08:15.620 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:15 smithi082 ceph-mon[180771]: failed to encode map e428 with expected crc 2023-10-14T00:08:15.621 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:15 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-10-14T00:08:15.621 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:15 smithi082 ceph-mon[180771]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-10-14T00:08:15.621 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:15 smithi082 ceph-mon[180771]: Upgrade: osd.7 is safe to restart 2023-10-14T00:08:15.622 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:15 smithi082 ceph-mon[180771]: failed to encode map e429 with expected crc 2023-10-14T00:08:15.622 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:15 smithi082 ceph-mon[180771]: osdmap e429: 8 total, 8 up, 8 in 2023-10-14T00:08:15.622 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:15 smithi082 ceph-mon[180771]: pgmap v357: 121 pgs: 121 active+clean; 151 MiB data, 983 MiB used, 714 GiB / 715 GiB avail; 1.3 MiB/s rd, 738 KiB/s wr, 6 op/s 2023-10-14T00:08:16.277 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:16 smithi082 ceph-mon[180771]: Upgrade: Updating osd.7 2023-10-14T00:08:16.277 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:16 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:16.277 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:16 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-10-14T00:08:16.277 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:16 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:08:16.278 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:16 smithi082 ceph-mon[180771]: Deploying daemon osd.7 on smithi082 2023-10-14T00:08:16.278 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:16 smithi082 ceph-mon[180771]: failed to encode map e430 with expected crc 2023-10-14T00:08:16.278 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:16 smithi082 ceph-mon[180771]: osdmap e430: 8 total, 8 up, 8 in 2023-10-14T00:08:16.278 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:16 smithi082 ceph-mon[180771]: failed to encode map e430 with expected crc 2023-10-14T00:08:16.389 INFO:tasks.rados.rados.0.smithi055.stdout:1975: done (1 left) 2023-10-14T00:08:16.389 INFO:tasks.rados.rados.0.smithi055.stdout:1976: done (0 left) 2023-10-14T00:08:16.389 INFO:tasks.rados.rados.0.smithi055.stdout:1977: rmattr oid 25 current snap is 182 2023-10-14T00:08:16.389 INFO:tasks.rados.rados.0.smithi055.stdout:1978: copy_from oid 11 from oid 23 current snap is 182 2023-10-14T00:08:16.390 INFO:tasks.rados.rados.0.smithi055.stdout:1979: rollback oid 39 current snap is 182 2023-10-14T00:08:16.390 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 39 to 181 2023-10-14T00:08:16.390 INFO:tasks.rados.rados.0.smithi055.stdout:1980: read oid 18 snap -1 2023-10-14T00:08:16.390 INFO:tasks.rados.rados.0.smithi055.stdout:1980: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:08:16.391 INFO:tasks.rados.rados.0.smithi055.stdout:1981: rollback oid 10 current snap is 182 2023-10-14T00:08:16.391 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 10 to 178 2023-10-14T00:08:16.391 INFO:tasks.rados.rados.0.smithi055.stdout:1982: rollback oid 6 current snap is 182 2023-10-14T00:08:16.391 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 6 to 173 2023-10-14T00:08:16.391 INFO:tasks.rados.rados.0.smithi055.stdout:1983: read oid 8 snap -1 2023-10-14T00:08:16.392 INFO:tasks.rados.rados.0.smithi055.stdout:1983: expect deleted 2023-10-14T00:08:16.392 INFO:tasks.rados.rados.0.smithi055.stdout:1984: rollback oid 44 current snap is 182 2023-10-14T00:08:16.392 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 44 to 181 2023-10-14T00:08:16.392 INFO:tasks.rados.rados.0.smithi055.stdout:1985: rollback oid 32 current snap is 182 2023-10-14T00:08:16.393 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 32 to 173 2023-10-14T00:08:16.393 INFO:tasks.rados.rados.0.smithi055.stdout:1986: snap_remove snap 167 2023-10-14T00:08:16.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:16 smithi055 ceph-mon[185614]: Upgrade: Updating osd.7 2023-10-14T00:08:16.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:16 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:16.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:16 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-10-14T00:08:16.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:16 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:08:16.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:16 smithi055 ceph-mon[185614]: Deploying daemon osd.7 on smithi082 2023-10-14T00:08:16.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:16 smithi055 ceph-mon[185614]: failed to encode map e430 with expected crc 2023-10-14T00:08:16.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:16 smithi055 ceph-mon[185614]: osdmap e430: 8 total, 8 up, 8 in 2023-10-14T00:08:16.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:16 smithi055 ceph-mon[185614]: failed to encode map e430 with expected crc 2023-10-14T00:08:16.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:16 smithi055 ceph-mon[183057]: Upgrade: Updating osd.7 2023-10-14T00:08:16.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:16 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:16.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:16 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-10-14T00:08:16.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:16 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:08:16.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:16 smithi055 ceph-mon[183057]: Deploying daemon osd.7 on smithi082 2023-10-14T00:08:16.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:16 smithi055 ceph-mon[183057]: failed to encode map e430 with expected crc 2023-10-14T00:08:16.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:16 smithi055 ceph-mon[183057]: osdmap e430: 8 total, 8 up, 8 in 2023-10-14T00:08:16.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:16 smithi055 ceph-mon[183057]: failed to encode map e430 with expected crc 2023-10-14T00:08:17.414 INFO:tasks.rados.rados.0.smithi055.stdout:1986: done (9 left) 2023-10-14T00:08:17.415 INFO:tasks.rados.rados.0.smithi055.stdout:1987: rollback oid 24 current snap is 182 2023-10-14T00:08:17.415 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 24 to 179 2023-10-14T00:08:17.415 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 38 current snap is 182 2023-10-14T00:08:17.416 INFO:tasks.rados.rados.0.smithi055.stdout:1988: seq_num 643 ranges {1728512=778240,2506752=401408} 2023-10-14T00:08:17.428 INFO:tasks.rados.rados.0.smithi055.stdout:1988: writing smithi055169533-38 from 1728512 to 2506752 tid 1 2023-10-14T00:08:17.428 INFO:tasks.rados.rados.0.smithi055.stdout:1988: writing smithi055169533-38 from 2506752 to 2908160 tid 2 2023-10-14T00:08:17.429 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 1 current snap is 182 2023-10-14T00:08:17.429 INFO:tasks.rados.rados.0.smithi055.stdout:1989: seq_num 644 ranges {2981888=794624,3776512=401408} 2023-10-14T00:08:17.450 INFO:tasks.rados.rados.0.smithi055.stdout:1989: writing smithi055169533-1 from 2981888 to 3776512 tid 1 2023-10-14T00:08:17.452 INFO:tasks.rados.rados.0.smithi055.stdout:1989: writing smithi055169533-1 from 3776512 to 4177920 tid 2 2023-10-14T00:08:17.452 INFO:tasks.rados.rados.0.smithi055.stdout:1990: snap_create 2023-10-14T00:08:17.453 INFO:tasks.rados.rados.0.smithi055.stdout:1980: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:08:17.462 INFO:tasks.rados.rados.0.smithi055.stdout:1984: finishing rollback tid 1 to smithi055169533-44 2023-10-14T00:08:17.462 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 44 v 0 (ObjNum 33 snap 0 seq_num 1528563024) dirty dne 2023-10-14T00:08:17.462 INFO:tasks.rados.rados.0.smithi055.stdout:1985: finishing rollback tid 0 to smithi055169533-32 2023-10-14T00:08:17.463 INFO:tasks.rados.rados.0.smithi055.stdout:1985: finishing rollback tid 1 to smithi055169533-32 2023-10-14T00:08:17.463 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 32 v 385 (ObjNum 161 snap 0 seq_num 0) dirty dne 2023-10-14T00:08:17.463 INFO:tasks.rados.rados.0.smithi055.stdout:1979: finishing rollback tid 0 to smithi055169533-39 2023-10-14T00:08:17.463 INFO:tasks.rados.rados.0.smithi055.stdout:1979: finishing rollback tid 1 to smithi055169533-39 2023-10-14T00:08:17.463 INFO:tasks.rados.rados.0.smithi055.stdout:1979: finishing rollback tid 2 to smithi055169533-39 2023-10-14T00:08:17.464 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 39 v 967 (ObjNum 629 snap 178 seq_num 629) dirty exists 2023-10-14T00:08:17.464 INFO:tasks.rados.rados.0.smithi055.stdout:1981: finishing rollback tid 0 to smithi055169533-10 2023-10-14T00:08:17.464 INFO:tasks.rados.rados.0.smithi055.stdout:1981: finishing rollback tid 1 to smithi055169533-10 2023-10-14T00:08:17.464 INFO:tasks.rados.rados.0.smithi055.stdout:1981: finishing rollback tid 2 to smithi055169533-10 2023-10-14T00:08:17.464 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 10 v 971 (ObjNum 520 snap 145 seq_num 520) dirty exists 2023-10-14T00:08:17.465 INFO:tasks.rados.rados.0.smithi055.stdout:1982: finishing rollback tid 0 to smithi055169533-6 2023-10-14T00:08:17.465 INFO:tasks.rados.rados.0.smithi055.stdout:1982: finishing rollback tid 1 to smithi055169533-6 2023-10-14T00:08:17.465 INFO:tasks.rados.rados.0.smithi055.stdout:1982: finishing rollback tid 2 to smithi055169533-6 2023-10-14T00:08:17.465 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 6 v 801 (ObjNum 606 snap 173 seq_num 606) dirty exists 2023-10-14T00:08:17.466 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 25 v 354 (ObjNum 581 snap 165 seq_num 581) dirty exists 2023-10-14T00:08:17.466 INFO:tasks.rados.rados.0.smithi055.stdout:1978: finishing copy_from racing read to smithi055169533-11 2023-10-14T00:08:17.466 INFO:tasks.rados.rados.0.smithi055.stdout:1978: finishing copy_from to smithi055169533-11 2023-10-14T00:08:17.466 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 11 v 493 (ObjNum 636 snap 179 seq_num 636) dirty exists 2023-10-14T00:08:17.466 INFO:tasks.rados.rados.0.smithi055.stdout:1987: finishing rollback tid 1 to smithi055169533-24 2023-10-14T00:08:17.467 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 24 v 795 (ObjNum 2049 snap 0 seq_num 1765515536) dirty dne 2023-10-14T00:08:17.467 INFO:tasks.rados.rados.0.smithi055.stdout:1989: finishing write tid 1 to smithi055169533-1 2023-10-14T00:08:17.467 INFO:tasks.rados.rados.0.smithi055.stdout:1989: finishing write tid 2 to smithi055169533-1 2023-10-14T00:08:17.467 INFO:tasks.rados.rados.0.smithi055.stdout:1989: finishing write tid 3 to smithi055169533-1 2023-10-14T00:08:17.467 INFO:tasks.rados.rados.0.smithi055.stdout:1989: finishing write tid 4 to smithi055169533-1 2023-10-14T00:08:17.468 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 1 v 544 (ObjNum 644 snap 182 seq_num 644) dirty exists 2023-10-14T00:08:17.468 INFO:tasks.rados.rados.0.smithi055.stdout:1989: left oid 1 (ObjNum 644 snap 182 seq_num 644) 2023-10-14T00:08:17.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:17 smithi082 ceph-mon[180771]: failed to encode map e431 with expected crc 2023-10-14T00:08:17.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:17 smithi082 ceph-mon[180771]: osdmap e431: 8 total, 8 up, 8 in 2023-10-14T00:08:17.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:17 smithi082 ceph-mon[180771]: pgmap v360: 121 pgs: 121 active+clean; 140 MiB data, 980 MiB used, 714 GiB / 715 GiB avail; 2.7 MiB/s rd, 496 KiB/s wr, 4 op/s 2023-10-14T00:08:17.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:17 smithi082 ceph-mon[180771]: osd.7 marked itself down and dead 2023-10-14T00:08:17.626 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 00:08:17 smithi082 systemd[1]: Stopping Ceph osd.7 for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:08:17.627 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 00:08:17 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[143775]: 2023-10-14T00:08:17.378+0000 7f6eb17c0700 -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-10-14T00:08:17.627 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 00:08:17 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[143775]: 2023-10-14T00:08:17.378+0000 7f6eb17c0700 -1 osd.7 431 *** Got signal Terminated *** 2023-10-14T00:08:17.627 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 00:08:17 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[143775]: 2023-10-14T00:08:17.378+0000 7f6eb17c0700 -1 osd.7 431 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-10-14T00:08:17.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:17 smithi055 ceph-mon[185614]: failed to encode map e431 with expected crc 2023-10-14T00:08:17.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:17 smithi055 ceph-mon[185614]: osdmap e431: 8 total, 8 up, 8 in 2023-10-14T00:08:17.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:17 smithi055 ceph-mon[185614]: pgmap v360: 121 pgs: 121 active+clean; 140 MiB data, 980 MiB used, 714 GiB / 715 GiB avail; 2.7 MiB/s rd, 496 KiB/s wr, 4 op/s 2023-10-14T00:08:17.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:17 smithi055 ceph-mon[185614]: osd.7 marked itself down and dead 2023-10-14T00:08:17.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:17 smithi055 ceph-mon[183057]: failed to encode map e431 with expected crc 2023-10-14T00:08:17.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:17 smithi055 ceph-mon[183057]: osdmap e431: 8 total, 8 up, 8 in 2023-10-14T00:08:17.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:17 smithi055 ceph-mon[183057]: pgmap v360: 121 pgs: 121 active+clean; 140 MiB data, 980 MiB used, 714 GiB / 715 GiB avail; 2.7 MiB/s rd, 496 KiB/s wr, 4 op/s 2023-10-14T00:08:17.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:17 smithi055 ceph-mon[183057]: osd.7 marked itself down and dead 2023-10-14T00:08:18.375 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 00:08:18 smithi082 bash[205109]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7 2023-10-14T00:08:18.420 INFO:tasks.rados.rados.0.smithi055.stdout:1977: done (12 left) 2023-10-14T00:08:18.420 INFO:tasks.rados.rados.0.smithi055.stdout:1978: done (11 left) 2023-10-14T00:08:18.421 INFO:tasks.rados.rados.0.smithi055.stdout:1979: done (10 left) 2023-10-14T00:08:18.421 INFO:tasks.rados.rados.0.smithi055.stdout:1980: done (9 left) 2023-10-14T00:08:18.421 INFO:tasks.rados.rados.0.smithi055.stdout:1981: done (8 left) 2023-10-14T00:08:18.421 INFO:tasks.rados.rados.0.smithi055.stdout:1982: done (7 left) 2023-10-14T00:08:18.421 INFO:tasks.rados.rados.0.smithi055.stdout:1983: done (6 left) 2023-10-14T00:08:18.422 INFO:tasks.rados.rados.0.smithi055.stdout:1984: done (5 left) 2023-10-14T00:08:18.422 INFO:tasks.rados.rados.0.smithi055.stdout:1985: done (4 left) 2023-10-14T00:08:18.422 INFO:tasks.rados.rados.0.smithi055.stdout:1987: done (3 left) 2023-10-14T00:08:18.422 INFO:tasks.rados.rados.0.smithi055.stdout:1989: done (2 left) 2023-10-14T00:08:18.422 INFO:tasks.rados.rados.0.smithi055.stdout:1990: done (1 left) 2023-10-14T00:08:18.423 INFO:tasks.rados.rados.0.smithi055.stdout:1991: delete oid 23 current snap is 183 2023-10-14T00:08:18.427 INFO:tasks.rados.rados.0.smithi055.stdout:1988: finishing write tid 1 to smithi055169533-38 2023-10-14T00:08:18.427 INFO:tasks.rados.rados.0.smithi055.stdout:1991: done (1 left) 2023-10-14T00:08:18.428 INFO:tasks.rados.rados.0.smithi055.stdout:1992: rmattr oid 5 current snap is 183 2023-10-14T00:08:18.428 INFO:tasks.rados.rados.0.smithi055.stdout:1988: finishing write tid 2 to smithi055169533-38 2023-10-14T00:08:18.428 INFO:tasks.rados.rados.0.smithi055.stdout:1993: delete oid 12 current snap is 183 2023-10-14T00:08:18.428 INFO:tasks.rados.rados.0.smithi055.stdout:1988: finishing write tid 3 to smithi055169533-38 2023-10-14T00:08:18.429 INFO:tasks.rados.rados.0.smithi055.stdout:1988: finishing write tid 4 to smithi055169533-38 2023-10-14T00:08:18.429 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 38 v 797 (ObjNum 643 snap 182 seq_num 643) dirty exists 2023-10-14T00:08:18.429 INFO:tasks.rados.rados.0.smithi055.stdout:1988: left oid 38 (ObjNum 643 snap 182 seq_num 643) 2023-10-14T00:08:18.430 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 5 v 820 (ObjNum 588 snap 167 seq_num 588) dirty exists 2023-10-14T00:08:18.431 INFO:tasks.rados.rados.0.smithi055.stdout:1988: done (2 left) 2023-10-14T00:08:18.431 INFO:tasks.rados.rados.0.smithi055.stdout:1992: done (1 left) 2023-10-14T00:08:18.431 INFO:tasks.rados.rados.0.smithi055.stdout:1993: done (0 left) 2023-10-14T00:08:18.431 INFO:tasks.rados.rados.0.smithi055.stdout:1994: snap_remove snap 168 2023-10-14T00:08:18.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:18 smithi055 ceph-mon[185614]: Health check failed: 1 osds down (OSD_DOWN) 2023-10-14T00:08:18.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:18 smithi055 ceph-mon[185614]: osdmap e432: 8 total, 7 up, 8 in 2023-10-14T00:08:18.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:18 smithi055 ceph-mon[183057]: Health check failed: 1 osds down (OSD_DOWN) 2023-10-14T00:08:18.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:18 smithi055 ceph-mon[183057]: osdmap e432: 8 total, 7 up, 8 in 2023-10-14T00:08:18.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:18 smithi082 ceph-mon[180771]: Health check failed: 1 osds down (OSD_DOWN) 2023-10-14T00:08:18.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:18 smithi082 ceph-mon[180771]: osdmap e432: 8 total, 7 up, 8 in 2023-10-14T00:08:19.170 INFO:teuthology.orchestra.run.smithi055.stdout:true 2023-10-14T00:08:19.439 INFO:tasks.rados.rados.0.smithi055.stdout:1994: done (0 left) 2023-10-14T00:08:19.439 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 23 current snap is 183 2023-10-14T00:08:19.440 INFO:tasks.rados.rados.0.smithi055.stdout:1995: seq_num 647 ranges {0=442368,442368=589824,1032192=212992} 2023-10-14T00:08:19.450 INFO:tasks.rados.rados.0.smithi055.stdout:1995: writing smithi055169533-23 from 0 to 442368 tid 1 2023-10-14T00:08:19.450 INFO:tasks.rados.rados.0.smithi055.stdout:1995: writing smithi055169533-23 from 442368 to 1032192 tid 2 2023-10-14T00:08:19.451 INFO:tasks.rados.rados.0.smithi055.stdout:1995: writing smithi055169533-23 from 1032192 to 1245184 tid 3 2023-10-14T00:08:19.451 INFO:tasks.rados.rados.0.smithi055.stdout:1996: read oid 15 snap -1 2023-10-14T00:08:19.452 INFO:tasks.rados.rados.0.smithi055.stdout:1996: expect deleted 2023-10-14T00:08:19.452 INFO:tasks.rados.rados.0.smithi055.stdout:1997: setattr oid 36 current snap is 183 2023-10-14T00:08:19.452 INFO:tasks.rados.rados.0.smithi055.stdout:1996: done (2 left) 2023-10-14T00:08:19.453 INFO:tasks.rados.rados.0.smithi055.stdout:1998: snap_create 2023-10-14T00:08:19.456 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 36 v 798 (ObjNum 621 snap 176 seq_num 621) dirty exists 2023-10-14T00:08:19.457 INFO:tasks.rados.rados.0.smithi055.stdout:1995: finishing write tid 1 to smithi055169533-23 2023-10-14T00:08:19.457 INFO:tasks.rados.rados.0.smithi055.stdout:1995: finishing write tid 2 to smithi055169533-23 2023-10-14T00:08:19.458 INFO:tasks.rados.rados.0.smithi055.stdout:1995: finishing write tid 3 to smithi055169533-23 2023-10-14T00:08:19.459 INFO:tasks.rados.rados.0.smithi055.stdout:1995: finishing write tid 4 to smithi055169533-23 2023-10-14T00:08:19.460 INFO:tasks.rados.rados.0.smithi055.stdout:1995: finishing write tid 5 to smithi055169533-23 2023-10-14T00:08:19.461 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 23 v 507 (ObjNum 647 snap 183 seq_num 647) dirty exists 2023-10-14T00:08:19.461 INFO:tasks.rados.rados.0.smithi055.stdout:1995: left oid 23 (ObjNum 647 snap 183 seq_num 647) 2023-10-14T00:08:19.526 INFO:teuthology.orchestra.run.smithi055.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-14T00:08:19.526 INFO:teuthology.orchestra.run.smithi055.stdout:alertmanager.a smithi055 *:9093,9094 running (5m) 108s ago 8m 19.9M - 0.25.0 c8568f914cd2 a43b396ec072 2023-10-14T00:08:19.526 INFO:teuthology.orchestra.run.smithi055.stdout:grafana.a smithi082 *:3000 running (4m) 23s ago 7m 89.6M - 9.4.7 2c41d148cca3 59d4f501e341 2023-10-14T00:08:19.527 INFO:teuthology.orchestra.run.smithi055.stdout:mds.a smithi055 running (8m) 108s ago 8m 15.9M - 17.2.6-1409-gc4ba9722 8659eb916c3b a64e2d68f55a 2023-10-14T00:08:19.527 INFO:teuthology.orchestra.run.smithi055.stdout:mds.b smithi082 running (8m) 23s ago 8m 22.0M - 17.2.6-1409-gc4ba9722 8659eb916c3b c8f059701aff 2023-10-14T00:08:19.527 INFO:teuthology.orchestra.run.smithi055.stdout:mgr.x smithi082 *:8443,9283,8765 running (4m) 23s ago 11m 450M - 18.0.0-6751-g3b7b697c 0b2b3aa58da0 a79a494adccf 2023-10-14T00:08:19.527 INFO:teuthology.orchestra.run.smithi055.stdout:mgr.y smithi055 *:8443,9283,8765 running (4m) 108s ago 12m 511M - 18.0.0-6751-g3b7b697c 0b2b3aa58da0 b7faf0747550 2023-10-14T00:08:19.527 INFO:teuthology.orchestra.run.smithi055.stdout:mon.a smithi055 running (4m) 108s ago 12m 84.1M 2048M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 354be3129c3e 2023-10-14T00:08:19.528 INFO:teuthology.orchestra.run.smithi055.stdout:mon.b smithi082 running (3m) 23s ago 11m 71.2M 2048M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 5214e5618df6 2023-10-14T00:08:19.528 INFO:teuthology.orchestra.run.smithi055.stdout:mon.c smithi055 running (4m) 108s ago 11m 62.1M 2048M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 bec446d3c9a5 2023-10-14T00:08:19.528 INFO:teuthology.orchestra.run.smithi055.stdout:node-exporter.a smithi055 *:9100 running (5m) 108s ago 7m 10.5M - 1.5.0 0da6a335fe13 31fbb1d63b0a 2023-10-14T00:08:19.528 INFO:teuthology.orchestra.run.smithi055.stdout:node-exporter.b smithi082 *:9100 running (4m) 23s ago 7m 16.3M - 1.5.0 0da6a335fe13 16c130d1487c 2023-10-14T00:08:19.528 INFO:teuthology.orchestra.run.smithi055.stdout:osd.0 smithi055 running (3m) 108s ago 11m 214M 2487M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 b8c02bf61b69 2023-10-14T00:08:19.529 INFO:teuthology.orchestra.run.smithi055.stdout:osd.1 smithi055 running (2m) 108s ago 10m 149M 2487M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 91471615c1e6 2023-10-14T00:08:19.529 INFO:teuthology.orchestra.run.smithi055.stdout:osd.2 smithi055 running (2m) 108s ago 10m 189M 2487M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 01785e79dbd3 2023-10-14T00:08:19.529 INFO:teuthology.orchestra.run.smithi055.stdout:osd.3 smithi055 running (111s) 108s ago 10m 14.7M 2487M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 9b329f63ee57 2023-10-14T00:08:19.529 INFO:teuthology.orchestra.run.smithi055.stdout:osd.4 smithi082 running (82s) 23s ago 9m 173M 2486M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 03fa92aec155 2023-10-14T00:08:19.530 INFO:teuthology.orchestra.run.smithi055.stdout:osd.5 smithi082 running (53s) 23s ago 9m 200M 2486M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 e5c1d4845dd0 2023-10-14T00:08:19.530 INFO:teuthology.orchestra.run.smithi055.stdout:osd.6 smithi082 running (25s) 23s ago 9m 12.5M 2486M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 b1501034a068 2023-10-14T00:08:19.530 INFO:teuthology.orchestra.run.smithi055.stdout:osd.7 smithi082 running (9m) 23s ago 9m 490M 2486M 17.2.6-1409-gc4ba9722 8659eb916c3b 8ed5f8f55810 2023-10-14T00:08:19.531 INFO:teuthology.orchestra.run.smithi055.stdout:prometheus.a smithi082 *:9095 running (4m) 23s ago 8m 63.0M - 2.43.0 a07b618ecd1d 2e6373651cd7 2023-10-14T00:08:19.582 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 00:08:19 smithi082 systemd[1]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@osd.7.service: Succeeded. 2023-10-14T00:08:19.582 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 00:08:19 smithi082 systemd[1]: Stopped Ceph osd.7 for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:08:19.582 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 00:08:19 smithi082 systemd[1]: Starting Ceph osd.7 for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:08:19.583 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:19 smithi082 ceph-mon[180771]: osdmap e433: 8 total, 7 up, 8 in 2023-10-14T00:08:19.583 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:19 smithi082 ceph-mon[180771]: pgmap v363: 121 pgs: 3 active+undersized+degraded, 6 peering, 14 stale+active+clean, 4 active+undersized, 94 active+clean; 143 MiB data, 998 MiB used, 714 GiB / 715 GiB avail; 1.5 MiB/s rd, 856 KiB/s wr, 8 op/s; 23/363 objects degraded (6.336%) 2023-10-14T00:08:19.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:19 smithi055 ceph-mon[183057]: osdmap e433: 8 total, 7 up, 8 in 2023-10-14T00:08:19.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:19 smithi055 ceph-mon[183057]: pgmap v363: 121 pgs: 3 active+undersized+degraded, 6 peering, 14 stale+active+clean, 4 active+undersized, 94 active+clean; 143 MiB data, 998 MiB used, 714 GiB / 715 GiB avail; 1.5 MiB/s rd, 856 KiB/s wr, 8 op/s; 23/363 objects degraded (6.336%) 2023-10-14T00:08:19.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:19 smithi055 ceph-mon[185614]: osdmap e433: 8 total, 7 up, 8 in 2023-10-14T00:08:19.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:19 smithi055 ceph-mon[185614]: pgmap v363: 121 pgs: 3 active+undersized+degraded, 6 peering, 14 stale+active+clean, 4 active+undersized, 94 active+clean; 143 MiB data, 998 MiB used, 714 GiB / 715 GiB avail; 1.5 MiB/s rd, 856 KiB/s wr, 8 op/s; 23/363 objects degraded (6.336%) 2023-10-14T00:08:19.951 INFO:teuthology.orchestra.run.smithi055.stdout:{ 2023-10-14T00:08:19.951 INFO:teuthology.orchestra.run.smithi055.stdout: "mon": { 2023-10-14T00:08:19.951 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 18.0.0-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)": 3 2023-10-14T00:08:19.952 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:08:19.952 INFO:teuthology.orchestra.run.smithi055.stdout: "mgr": { 2023-10-14T00:08:19.952 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 18.0.0-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)": 2 2023-10-14T00:08:19.952 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:08:19.952 INFO:teuthology.orchestra.run.smithi055.stdout: "osd": { 2023-10-14T00:08:19.953 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 18.0.0-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)": 7 2023-10-14T00:08:19.953 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:08:19.953 INFO:teuthology.orchestra.run.smithi055.stdout: "mds": { 2023-10-14T00:08:19.953 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)": 2 2023-10-14T00:08:19.953 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:08:19.954 INFO:teuthology.orchestra.run.smithi055.stdout: "overall": { 2023-10-14T00:08:19.954 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 17.2.6-1409-gc4ba9722 (c4ba97229d6f2d259891e8e76c4a7a9bf1ad24aa) quincy (stable)": 2, 2023-10-14T00:08:19.954 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 18.0.0-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)": 12 2023-10-14T00:08:19.954 INFO:teuthology.orchestra.run.smithi055.stdout: } 2023-10-14T00:08:19.954 INFO:teuthology.orchestra.run.smithi055.stdout:} 2023-10-14T00:08:20.353 INFO:tasks.rados.rados.0.smithi055.stdout:1995: done (2 left) 2023-10-14T00:08:20.354 INFO:tasks.rados.rados.0.smithi055.stdout:1997: done (1 left) 2023-10-14T00:08:20.354 INFO:tasks.rados.rados.0.smithi055.stdout:1998: done (0 left) 2023-10-14T00:08:20.354 INFO:tasks.rados.rados.0.smithi055.stdout:1999: delete oid 2 current snap is 184 2023-10-14T00:08:20.356 INFO:tasks.rados.rados.0.smithi055.stdout:1999: done (0 left) 2023-10-14T00:08:20.357 INFO:tasks.rados.rados.0.smithi055.stdout:2000: copy_from oid 29 from oid 30 current snap is 184 2023-10-14T00:08:20.357 INFO:tasks.rados.rados.0.smithi055.stdout:2001: read oid 1 snap 179 2023-10-14T00:08:20.357 INFO:tasks.rados.rados.0.smithi055.stdout:2001: expect (ObjNum 525 snap 147 seq_num 525) 2023-10-14T00:08:20.357 INFO:tasks.rados.rados.0.smithi055.stdout:2002: read oid 11 snap 178 2023-10-14T00:08:20.357 INFO:tasks.rados.rados.0.smithi055.stdout:2002: expect deleted 2023-10-14T00:08:20.358 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 36 current snap is 184 2023-10-14T00:08:20.358 INFO:tasks.rados.rados.0.smithi055.stdout:2003: seq_num 649 ranges {1974272=475136,2449408=761856,3211264=40960} 2023-10-14T00:08:20.371 INFO:tasks.rados.rados.0.smithi055.stdout:2003: writing smithi055169533-36 from 1974272 to 2449408 tid 1 2023-10-14T00:08:20.375 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 00:08:20 smithi082 bash[205341]: --> Failed to activate via raw: did not find any matching OSD to activate 2023-10-14T00:08:20.375 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 00:08:20 smithi082 bash[205341]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2023-10-14T00:08:20.375 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 00:08:20 smithi082 bash[205341]: 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-10-14T00:08:20.376 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 00:08:20 smithi082 bash[205341]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-7/block 2023-10-14T00:08:20.376 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 00:08:20 smithi082 bash[205341]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-7/block 2023-10-14T00:08:20.376 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 00:08:20 smithi082 bash[205341]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2023-10-14T00:08:20.376 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 00:08:20 smithi082 bash[205341]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2023-10-14T00:08:20.376 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 00:08:20 smithi082 bash[205341]: --> ceph-volume lvm activate successful for osd ID: 7 2023-10-14T00:08:20.377 INFO:tasks.rados.rados.0.smithi055.stdout:2003: writing smithi055169533-36 from 2449408 to 3211264 tid 2 2023-10-14T00:08:20.378 INFO:tasks.rados.rados.0.smithi055.stdout:2003: writing smithi055169533-36 from 3211264 to 3252224 tid 3 2023-10-14T00:08:20.378 INFO:tasks.rados.rados.0.smithi055.stdout:2004: snap_create 2023-10-14T00:08:20.378 INFO:tasks.rados.rados.0.smithi055.stdout:2000: finishing copy_from to smithi055169533-29 2023-10-14T00:08:20.378 INFO:tasks.rados.rados.0.smithi055.stdout:2000: got expected ENOENT (src dne) 2023-10-14T00:08:20.378 INFO:tasks.rados.rados.0.smithi055.stdout:2000: finishing copy_from racing read to smithi055169533-29 2023-10-14T00:08:20.379 INFO:tasks.rados.rados.0.smithi055.stdout:2001: expect (ObjNum 525 snap 147 seq_num 525) 2023-10-14T00:08:20.494 INFO:tasks.rados.rados.0.smithi055.stdout:2003: finishing write tid 1 to smithi055169533-36 2023-10-14T00:08:20.495 INFO:tasks.rados.rados.0.smithi055.stdout:2003: finishing write tid 2 to smithi055169533-36 2023-10-14T00:08:20.495 INFO:tasks.rados.rados.0.smithi055.stdout:2003: finishing write tid 3 to smithi055169533-36 2023-10-14T00:08:20.495 INFO:tasks.rados.rados.0.smithi055.stdout:2003: finishing write tid 4 to smithi055169533-36 2023-10-14T00:08:20.495 INFO:tasks.rados.rados.0.smithi055.stdout:2003: finishing write tid 5 to smithi055169533-36 2023-10-14T00:08:20.496 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 36 v 802 (ObjNum 649 snap 184 seq_num 649) dirty exists 2023-10-14T00:08:20.496 INFO:tasks.rados.rados.0.smithi055.stdout:2003: left oid 36 (ObjNum 649 snap 184 seq_num 649) 2023-10-14T00:08:20.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:20 smithi055 ceph-mon[185614]: from='client.44264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:08:20.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:20 smithi055 ceph-mon[185614]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2023-10-14T00:08:20.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:20 smithi055 ceph-mon[185614]: Health check failed: Degraded data redundancy: 23/363 objects degraded (6.336%), 3 pgs degraded (PG_DEGRADED) 2023-10-14T00:08:20.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:20 smithi055 ceph-mon[185614]: osdmap e434: 8 total, 7 up, 8 in 2023-10-14T00:08:20.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:20 smithi055 ceph-mon[185614]: from='client.34329 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:08:20.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:20 smithi055 ceph-mon[185614]: from='client.? 172.21.15.55:0/3977991933' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:20.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:20 smithi055 ceph-mon[185614]: osdmap e435: 8 total, 7 up, 8 in 2023-10-14T00:08:20.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:20 smithi055 ceph-mon[183057]: from='client.44264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:08:20.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:20 smithi055 ceph-mon[183057]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2023-10-14T00:08:20.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:20 smithi055 ceph-mon[183057]: Health check failed: Degraded data redundancy: 23/363 objects degraded (6.336%), 3 pgs degraded (PG_DEGRADED) 2023-10-14T00:08:20.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:20 smithi055 ceph-mon[183057]: osdmap e434: 8 total, 7 up, 8 in 2023-10-14T00:08:20.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:20 smithi055 ceph-mon[183057]: from='client.34329 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:08:20.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:20 smithi055 ceph-mon[183057]: from='client.? 172.21.15.55:0/3977991933' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:20.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:20 smithi055 ceph-mon[183057]: osdmap e435: 8 total, 7 up, 8 in 2023-10-14T00:08:20.875 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 00:08:20 smithi082 ceph-osd[205594]: -- 172.21.15.82:0/2568727588 <== mon.1 v2:172.21.15.82:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55822e9ea4e0 con 0x55822e9bb000 2023-10-14T00:08:20.875 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 00:08:20 smithi082 bash[205576]: 3a3ae7e12457af27347edd0b572e582a9d8eb942c132bd34533aba1a64304632 2023-10-14T00:08:20.875 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 00:08:20 smithi082 systemd[1]: Started Ceph osd.7 for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:08:20.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:20 smithi082 ceph-mon[180771]: from='client.44264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:08:20.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:20 smithi082 ceph-mon[180771]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2023-10-14T00:08:20.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:20 smithi082 ceph-mon[180771]: Health check failed: Degraded data redundancy: 23/363 objects degraded (6.336%), 3 pgs degraded (PG_DEGRADED) 2023-10-14T00:08:20.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:20 smithi082 ceph-mon[180771]: osdmap e434: 8 total, 7 up, 8 in 2023-10-14T00:08:20.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:20 smithi082 ceph-mon[180771]: from='client.34329 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:08:20.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:20 smithi082 ceph-mon[180771]: from='client.? 172.21.15.55:0/3977991933' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:20.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:20 smithi082 ceph-mon[180771]: osdmap e435: 8 total, 7 up, 8 in 2023-10-14T00:08:21.366 INFO:tasks.rados.rados.0.smithi055.stdout:2000: done (4 left) 2023-10-14T00:08:21.367 INFO:tasks.rados.rados.0.smithi055.stdout:2001: done (3 left) 2023-10-14T00:08:21.367 INFO:tasks.rados.rados.0.smithi055.stdout:2002: done (2 left) 2023-10-14T00:08:21.367 INFO:tasks.rados.rados.0.smithi055.stdout:2003: done (1 left) 2023-10-14T00:08:21.367 INFO:tasks.rados.rados.0.smithi055.stdout:2004: done (0 left) 2023-10-14T00:08:21.367 INFO:tasks.rados.rados.0.smithi055.stdout:2005: delete oid 43 current snap is 185 2023-10-14T00:08:21.371 INFO:tasks.rados.rados.0.smithi055.stdout:2005: done (0 left) 2023-10-14T00:08:21.372 INFO:tasks.rados.rados.0.smithi055.stdout:2006: read oid 30 snap -1 2023-10-14T00:08:21.372 INFO:tasks.rados.rados.0.smithi055.stdout:2006: expect deleted 2023-10-14T00:08:21.376 INFO:tasks.rados.rados.0.smithi055.stdout:2007: rollback oid 41 current snap is 185 2023-10-14T00:08:21.376 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 41 to 181 2023-10-14T00:08:21.376 INFO:tasks.rados.rados.0.smithi055.stdout:2008: read oid 12 snap -1 2023-10-14T00:08:21.376 INFO:tasks.rados.rados.0.smithi055.stdout:2008: expect deleted 2023-10-14T00:08:21.376 INFO:tasks.rados.rados.0.smithi055.stdout:2009: rollback oid 7 current snap is 185 2023-10-14T00:08:21.377 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 7 to 184 2023-10-14T00:08:21.377 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 23 current snap is 185 2023-10-14T00:08:21.377 INFO:tasks.rados.rados.0.smithi055.stdout:2010: seq_num 651 ranges {1245184=507904,1753088=532480,2285568=270336} 2023-10-14T00:08:21.382 INFO:tasks.rados.rados.0.smithi055.stdout:2010: writing smithi055169533-23 from 1245184 to 1753088 tid 1 2023-10-14T00:08:21.385 INFO:tasks.rados.rados.0.smithi055.stdout:2010: writing smithi055169533-23 from 1753088 to 2285568 tid 2 2023-10-14T00:08:21.387 INFO:tasks.rados.rados.0.smithi055.stdout:2010: writing smithi055169533-23 from 2285568 to 2555904 tid 3 2023-10-14T00:08:21.387 INFO:tasks.rados.rados.0.smithi055.stdout:2011: delete oid 6 current snap is 185 2023-10-14T00:08:21.387 INFO:tasks.rados.rados.0.smithi055.stdout:2009: finishing rollback tid 0 to smithi055169533-7 2023-10-14T00:08:21.387 INFO:tasks.rados.rados.0.smithi055.stdout:2009: finishing rollback tid 1 to smithi055169533-7 2023-10-14T00:08:21.387 INFO:tasks.rados.rados.0.smithi055.stdout:2009: finishing rollback tid 2 to smithi055169533-7 2023-10-14T00:08:21.388 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 7 v 691 (ObjNum 610 snap 174 seq_num 610) dirty exists 2023-10-14T00:08:21.388 INFO:tasks.rados.rados.0.smithi055.stdout:2007: finishing rollback tid 1 to smithi055169533-41 2023-10-14T00:08:21.388 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 41 v 799 (ObjNum 289 snap 0 seq_num 1) dirty dne 2023-10-14T00:08:21.388 INFO:tasks.rados.rados.0.smithi055.stdout:2010: finishing write tid 1 to smithi055169533-23 2023-10-14T00:08:21.389 INFO:tasks.rados.rados.0.smithi055.stdout:2006: done (5 left) 2023-10-14T00:08:21.389 INFO:tasks.rados.rados.0.smithi055.stdout:2007: done (4 left) 2023-10-14T00:08:21.389 INFO:tasks.rados.rados.0.smithi055.stdout:2008: done (3 left) 2023-10-14T00:08:21.389 INFO:tasks.rados.rados.0.smithi055.stdout:2009: done (2 left) 2023-10-14T00:08:21.390 INFO:tasks.rados.rados.0.smithi055.stdout:2011: done (1 left) 2023-10-14T00:08:21.390 INFO:tasks.rados.rados.0.smithi055.stdout:2012: rollback oid 41 current snap is 185 2023-10-14T00:08:21.390 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 41 to 179 2023-10-14T00:08:21.393 INFO:tasks.rados.rados.0.smithi055.stdout:2013: read oid 4 snap 178 2023-10-14T00:08:21.394 INFO:tasks.rados.rados.0.smithi055.stdout:2013: expect (ObjNum 627 snap 177 seq_num 627) 2023-10-14T00:08:21.394 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 19 current snap is 185 2023-10-14T00:08:21.394 INFO:tasks.rados.rados.0.smithi055.stdout:2014: seq_num 653 ranges {0=540672,540672=696320,1236992=106496} 2023-10-14T00:08:21.394 INFO:tasks.rados.rados.0.smithi055.stdout:2014: writing smithi055169533-19 from 0 to 540672 tid 1 2023-10-14T00:08:21.398 INFO:tasks.rados.rados.0.smithi055.stdout:2014: writing smithi055169533-19 from 540672 to 1236992 tid 2 2023-10-14T00:08:21.398 INFO:tasks.rados.rados.0.smithi055.stdout:2014: writing smithi055169533-19 from 1236992 to 1343488 tid 3 2023-10-14T00:08:21.398 INFO:tasks.rados.rados.0.smithi055.stdout:2015: snap_remove snap 173 2023-10-14T00:08:21.625 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 00:08:21 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T00:08:21.151+0000 7f807e08d640 -1 Falling back to public interface 2023-10-14T00:08:21.972 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:21 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:21.972 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:21 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:21.972 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:21 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:08:21.972 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:21 smithi082 ceph-mon[180771]: pgmap v366: 121 pgs: 6 active+undersized+degraded, 6 peering, 6 stale+active+clean, 24 active+undersized, 79 active+clean; 147 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 1.9 MiB/s wr, 8 op/s; 28/378 objects degraded (7.407%) 2023-10-14T00:08:21.973 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:21 smithi082 ceph-mon[180771]: osdmap e436: 8 total, 7 up, 8 in 2023-10-14T00:08:22.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:21 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:22.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:21 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:22.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:21 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:08:22.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:21 smithi055 ceph-mon[183057]: pgmap v366: 121 pgs: 6 active+undersized+degraded, 6 peering, 6 stale+active+clean, 24 active+undersized, 79 active+clean; 147 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 1.9 MiB/s wr, 8 op/s; 28/378 objects degraded (7.407%) 2023-10-14T00:08:22.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:21 smithi055 ceph-mon[183057]: osdmap e436: 8 total, 7 up, 8 in 2023-10-14T00:08:22.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:21 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:22.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:21 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:22.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:21 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:08:22.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:21 smithi055 ceph-mon[185614]: pgmap v366: 121 pgs: 6 active+undersized+degraded, 6 peering, 6 stale+active+clean, 24 active+undersized, 79 active+clean; 147 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 1.9 MiB/s wr, 8 op/s; 28/378 objects degraded (7.407%) 2023-10-14T00:08:22.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:21 smithi055 ceph-mon[185614]: osdmap e436: 8 total, 7 up, 8 in 2023-10-14T00:08:22.380 INFO:tasks.rados.rados.0.smithi055.stdout:2015: done (4 left) 2023-10-14T00:08:22.381 INFO:tasks.rados.rados.0.smithi055.stdout:2016: snap_remove snap 171 2023-10-14T00:08:23.387 INFO:tasks.rados.rados.0.smithi055.stdout:2016: done (4 left) 2023-10-14T00:08:23.387 INFO:tasks.rados.rados.0.smithi055.stdout:2017: copy_from oid 17 from oid 42 current snap is 185 2023-10-14T00:08:23.387 INFO:tasks.rados.rados.0.smithi055.stdout:2010: finishing write tid 2 to smithi055169533-23 2023-10-14T00:08:23.388 INFO:tasks.rados.rados.0.smithi055.stdout:2010: finishing write tid 3 to smithi055169533-23 2023-10-14T00:08:23.388 INFO:tasks.rados.rados.0.smithi055.stdout:2010: finishing write tid 4 to smithi055169533-23 2023-10-14T00:08:23.388 INFO:tasks.rados.rados.0.smithi055.stdout:2010: finishing write tid 5 to smithi055169533-23 2023-10-14T00:08:23.388 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 23 v 512 (ObjNum 651 snap 185 seq_num 651) dirty exists 2023-10-14T00:08:23.388 INFO:tasks.rados.rados.0.smithi055.stdout:2010: left oid 23 (ObjNum 651 snap 185 seq_num 651) 2023-10-14T00:08:23.389 INFO:tasks.rados.rados.0.smithi055.stdout:2012: finishing rollback tid 1 to smithi055169533-41 2023-10-14T00:08:23.389 INFO:tasks.rados.rados.0.smithi055.stdout:2013: expect (ObjNum 627 snap 177 seq_num 627) 2023-10-14T00:08:23.443 INFO:tasks.rados.rados.0.smithi055.stdout:2012: finishing rollback tid 2 to smithi055169533-41 2023-10-14T00:08:23.444 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 41 v 801 (ObjNum 622 snap 176 seq_num 622) dirty exists 2023-10-14T00:08:23.444 INFO:tasks.rados.rados.0.smithi055.stdout:2014: finishing write tid 1 to smithi055169533-19 2023-10-14T00:08:23.444 INFO:tasks.rados.rados.0.smithi055.stdout:2014: finishing write tid 2 to smithi055169533-19 2023-10-14T00:08:23.444 INFO:tasks.rados.rados.0.smithi055.stdout:2014: finishing write tid 3 to smithi055169533-19 2023-10-14T00:08:23.445 INFO:tasks.rados.rados.0.smithi055.stdout:2014: finishing write tid 4 to smithi055169533-19 2023-10-14T00:08:23.445 INFO:tasks.rados.rados.0.smithi055.stdout:2010: done (4 left) 2023-10-14T00:08:23.445 INFO:tasks.rados.rados.0.smithi055.stdout:2012: done (3 left) 2023-10-14T00:08:23.445 INFO:tasks.rados.rados.0.smithi055.stdout:2013: done (2 left) 2023-10-14T00:08:23.445 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 38 current snap is 185 2023-10-14T00:08:23.446 INFO:tasks.rados.rados.0.smithi055.stdout:2014: finishing write tid 5 to smithi055169533-19 2023-10-14T00:08:23.446 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 19 v 502 (ObjNum 653 snap 185 seq_num 653) dirty exists 2023-10-14T00:08:23.446 INFO:tasks.rados.rados.0.smithi055.stdout:2014: left oid 19 (ObjNum 653 snap 185 seq_num 653) 2023-10-14T00:08:23.446 INFO:tasks.rados.rados.0.smithi055.stdout:2017: finishing copy_from racing read to smithi055169533-17 2023-10-14T00:08:23.446 INFO:tasks.rados.rados.0.smithi055.stdout:2017: finishing copy_from to smithi055169533-17 2023-10-14T00:08:23.447 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 17 v 544 (ObjNum 634 snap 179 seq_num 634) dirty exists 2023-10-14T00:08:23.447 INFO:tasks.rados.rados.0.smithi055.stdout:2018: seq_num 654 ranges {2908160=557056,3465216=630784,4096000=172032} 2023-10-14T00:08:23.462 INFO:tasks.rados.rados.0.smithi055.stdout:2018: writing smithi055169533-38 from 2908160 to 3465216 tid 1 2023-10-14T00:08:23.466 INFO:tasks.rados.rados.0.smithi055.stdout:2018: writing smithi055169533-38 from 3465216 to 4096000 tid 2 2023-10-14T00:08:23.467 INFO:tasks.rados.rados.0.smithi055.stdout:2018: writing smithi055169533-38 from 4096000 to 4268032 tid 3 2023-10-14T00:08:23.468 INFO:tasks.rados.rados.0.smithi055.stdout:2014: done (2 left) 2023-10-14T00:08:23.468 INFO:tasks.rados.rados.0.smithi055.stdout:2017: done (1 left) 2023-10-14T00:08:23.468 INFO:tasks.rados.rados.0.smithi055.stdout:2019: read oid 27 snap -1 2023-10-14T00:08:23.468 INFO:tasks.rados.rados.0.smithi055.stdout:2019: expect (ObjNum 547 snap 153 seq_num 547) 2023-10-14T00:08:23.468 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 34 current snap is 185 2023-10-14T00:08:23.469 INFO:tasks.rados.rados.0.smithi055.stdout:2018: finishing write tid 1 to smithi055169533-38 2023-10-14T00:08:23.469 INFO:tasks.rados.rados.0.smithi055.stdout:2020: seq_num 655 ranges {507904=573440,1081344=516096,1597440=286720} 2023-10-14T00:08:23.474 INFO:tasks.rados.rados.0.smithi055.stdout:2020: writing smithi055169533-34 from 507904 to 1081344 tid 1 2023-10-14T00:08:23.478 INFO:tasks.rados.rados.0.smithi055.stdout:2020: writing smithi055169533-34 from 1081344 to 1597440 tid 2 2023-10-14T00:08:23.480 INFO:tasks.rados.rados.0.smithi055.stdout:2020: writing smithi055169533-34 from 1597440 to 1884160 tid 3 2023-10-14T00:08:23.481 INFO:tasks.rados.rados.0.smithi055.stdout:2021: rollback oid 4 current snap is 185 2023-10-14T00:08:23.481 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 4 to 183 2023-10-14T00:08:23.481 INFO:tasks.rados.rados.0.smithi055.stdout:2018: finishing write tid 2 to smithi055169533-38 2023-10-14T00:08:23.481 INFO:tasks.rados.rados.0.smithi055.stdout:2018: finishing write tid 3 to smithi055169533-38 2023-10-14T00:08:23.482 INFO:tasks.rados.rados.0.smithi055.stdout:2018: finishing write tid 4 to smithi055169533-38 2023-10-14T00:08:23.482 INFO:tasks.rados.rados.0.smithi055.stdout:2018: finishing write tid 5 to smithi055169533-38 2023-10-14T00:08:23.482 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 38 v 806 (ObjNum 654 snap 185 seq_num 654) dirty exists 2023-10-14T00:08:23.482 INFO:tasks.rados.rados.0.smithi055.stdout:2018: left oid 38 (ObjNum 654 snap 185 seq_num 654) 2023-10-14T00:08:23.482 INFO:tasks.rados.rados.0.smithi055.stdout:2020: finishing write tid 1 to smithi055169533-34 2023-10-14T00:08:23.483 INFO:tasks.rados.rados.0.smithi055.stdout:2018: done (3 left) 2023-10-14T00:08:23.483 INFO:tasks.rados.rados.0.smithi055.stdout:2022: read oid 39 snap -1 2023-10-14T00:08:23.483 INFO:tasks.rados.rados.0.smithi055.stdout:2022: expect (ObjNum 629 snap 178 seq_num 629) 2023-10-14T00:08:23.484 INFO:tasks.rados.rados.0.smithi055.stdout:2023: rollback oid 31 current snap is 185 2023-10-14T00:08:23.484 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 31 to 184 2023-10-14T00:08:23.484 INFO:tasks.rados.rados.0.smithi055.stdout:2024: copy_from oid 45 from oid 11 current snap is 185 2023-10-14T00:08:23.484 INFO:tasks.rados.rados.0.smithi055.stdout:2025: read oid 42 snap -1 2023-10-14T00:08:23.485 INFO:tasks.rados.rados.0.smithi055.stdout:2025: expect (ObjNum 634 snap 179 seq_num 634) 2023-10-14T00:08:23.485 INFO:tasks.rados.rados.0.smithi055.stdout:2026: rollback oid 50 current snap is 185 2023-10-14T00:08:23.485 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 50 to 181 2023-10-14T00:08:23.485 INFO:tasks.rados.rados.0.smithi055.stdout:2027: copy_from oid 48 from oid 7 current snap is 185 2023-10-14T00:08:23.485 INFO:tasks.rados.rados.0.smithi055.stdout:2028: snap_remove snap 182 2023-10-14T00:08:23.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:23 smithi082 ceph-mon[180771]: osdmap e437: 8 total, 7 up, 8 in 2023-10-14T00:08:23.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:23 smithi082 ceph-mon[180771]: pgmap v369: 121 pgs: 9 active+undersized+degraded, 6 peering, 35 active+undersized, 71 active+clean; 147 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 1.1 MiB/s wr, 4 op/s; 41/384 objects degraded (10.677%) 2023-10-14T00:08:23.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:23 smithi055 ceph-mon[185614]: osdmap e437: 8 total, 7 up, 8 in 2023-10-14T00:08:23.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:23 smithi055 ceph-mon[185614]: pgmap v369: 121 pgs: 9 active+undersized+degraded, 6 peering, 35 active+undersized, 71 active+clean; 147 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 1.1 MiB/s wr, 4 op/s; 41/384 objects degraded (10.677%) 2023-10-14T00:08:23.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:23 smithi055 ceph-mon[183057]: osdmap e437: 8 total, 7 up, 8 in 2023-10-14T00:08:23.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:23 smithi055 ceph-mon[183057]: pgmap v369: 121 pgs: 9 active+undersized+degraded, 6 peering, 35 active+undersized, 71 active+clean; 147 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 1.1 MiB/s wr, 4 op/s; 41/384 objects degraded (10.677%) 2023-10-14T00:08:24.375 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 00:08:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T00:08:24.030+0000 7f807e08d640 -1 osd.7 0 read_superblock omap replica is missing. 2023-10-14T00:08:24.375 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 00:08:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T00:08:24.082+0000 7f807e08d640 -1 osd.7 431 log_to_monitors true 2023-10-14T00:08:24.398 INFO:tasks.rados.rados.0.smithi055.stdout:2028: done (9 left) 2023-10-14T00:08:24.398 INFO:tasks.rados.rados.0.smithi055.stdout:2029: read oid 26 snap 183 2023-10-14T00:08:24.399 INFO:tasks.rados.rados.0.smithi055.stdout:2029: expect deleted 2023-10-14T00:08:24.399 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 19 current snap is 185 2023-10-14T00:08:24.399 INFO:tasks.rados.rados.0.smithi055.stdout:2023: finishing rollback tid 1 to smithi055169533-31 2023-10-14T00:08:24.399 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 31 v 805 (ObjNum 129 snap 0 seq_num 1529055616) dirty dne 2023-10-14T00:08:24.399 INFO:tasks.rados.rados.0.smithi055.stdout:2020: finishing write tid 2 to smithi055169533-34 2023-10-14T00:08:24.400 INFO:tasks.rados.rados.0.smithi055.stdout:2020: finishing write tid 3 to smithi055169533-34 2023-10-14T00:08:24.400 INFO:tasks.rados.rados.0.smithi055.stdout:2030: seq_num 656 ranges {1343488=589824,1933312=802816} 2023-10-14T00:08:24.411 INFO:tasks.rados.rados.0.smithi055.stdout:2030: writing smithi055169533-19 from 1343488 to 1933312 tid 1 2023-10-14T00:08:24.415 INFO:tasks.rados.rados.0.smithi055.stdout:2030: writing smithi055169533-19 from 1933312 to 2736128 tid 2 2023-10-14T00:08:24.415 INFO:tasks.rados.rados.0.smithi055.stdout:2023: done (10 left) 2023-10-14T00:08:24.415 INFO:tasks.rados.rados.0.smithi055.stdout:2031: rollback oid 15 current snap is 185 2023-10-14T00:08:24.416 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 15 to 179 2023-10-14T00:08:24.416 INFO:tasks.rados.rados.0.smithi055.stdout:2020: finishing write tid 4 to smithi055169533-34 2023-10-14T00:08:24.416 INFO:tasks.rados.rados.0.smithi055.stdout:2025: expect (ObjNum 634 snap 179 seq_num 634) 2023-10-14T00:08:24.451 INFO:tasks.rados.rados.0.smithi055.stdout:2020: finishing write tid 5 to smithi055169533-34 2023-10-14T00:08:24.451 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 34 v 521 (ObjNum 655 snap 185 seq_num 655) dirty exists 2023-10-14T00:08:24.452 INFO:tasks.rados.rados.0.smithi055.stdout:2020: left oid 34 (ObjNum 655 snap 185 seq_num 655) 2023-10-14T00:08:24.452 INFO:tasks.rados.rados.0.smithi055.stdout:2021: finishing rollback tid 0 to smithi055169533-4 2023-10-14T00:08:24.452 INFO:tasks.rados.rados.0.smithi055.stdout:2021: finishing rollback tid 1 to smithi055169533-4 2023-10-14T00:08:24.452 INFO:tasks.rados.rados.0.smithi055.stdout:2021: finishing rollback tid 2 to smithi055169533-4 2023-10-14T00:08:24.452 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 4 v 958 (ObjNum 627 snap 177 seq_num 627) dirty exists 2023-10-14T00:08:24.453 INFO:tasks.rados.rados.0.smithi055.stdout:2024: finishing copy_from racing read to smithi055169533-45 2023-10-14T00:08:24.453 INFO:tasks.rados.rados.0.smithi055.stdout:2019: expect (ObjNum 547 snap 153 seq_num 547) 2023-10-14T00:08:24.649 INFO:tasks.rados.rados.0.smithi055.stdout:2024: finishing copy_from to smithi055169533-45 2023-10-14T00:08:24.650 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 45 v 493 (ObjNum 636 snap 179 seq_num 636) dirty exists 2023-10-14T00:08:24.650 INFO:tasks.rados.rados.0.smithi055.stdout:2026: finishing rollback tid 0 to smithi055169533-50 2023-10-14T00:08:24.650 INFO:tasks.rados.rados.0.smithi055.stdout:2026: finishing rollback tid 1 to smithi055169533-50 2023-10-14T00:08:24.650 INFO:tasks.rados.rados.0.smithi055.stdout:2026: finishing rollback tid 2 to smithi055169533-50 2023-10-14T00:08:24.651 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 50 v 977 (ObjNum 381 snap 100 seq_num 381) dirty exists 2023-10-14T00:08:24.651 INFO:tasks.rados.rados.0.smithi055.stdout:2027: finishing copy_from racing read to smithi055169533-48 2023-10-14T00:08:24.651 INFO:tasks.rados.rados.0.smithi055.stdout:2027: finishing copy_from to smithi055169533-48 2023-10-14T00:08:24.651 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 48 v 691 (ObjNum 610 snap 174 seq_num 610) dirty exists 2023-10-14T00:08:24.652 INFO:tasks.rados.rados.0.smithi055.stdout:2022: expect (ObjNum 629 snap 178 seq_num 629) 2023-10-14T00:08:24.652 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 00:08:24 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T00:08:24.433+0000 7f806b4f2700 -1 osd.7 431 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-10-14T00:08:24.653 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:24 smithi082 ceph-mon[180771]: osdmap e438: 8 total, 7 up, 8 in 2023-10-14T00:08:24.653 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:24.653 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:24.654 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:24.654 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:08:24.654 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:24 smithi082 ceph-mon[180771]: from='osd.7 [v2:172.21.15.82:6824/1852731194,v1:172.21.15.82:6825/1852731194]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-10-14T00:08:24.655 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:24 smithi082 ceph-mon[180771]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-10-14T00:08:24.655 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:24.655 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:24.676 INFO:tasks.rados.rados.0.smithi055.stdout:2030: finishing write tid 1 to smithi055169533-19 2023-10-14T00:08:24.676 INFO:tasks.rados.rados.0.smithi055.stdout:2031: finishing rollback tid 1 to smithi055169533-15 2023-10-14T00:08:24.676 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 15 v 895 (ObjNum 2049 snap 0 seq_num 1765515536) dirty dne 2023-10-14T00:08:24.677 INFO:tasks.rados.rados.0.smithi055.stdout:2030: finishing write tid 2 to smithi055169533-19 2023-10-14T00:08:24.677 INFO:tasks.rados.rados.0.smithi055.stdout:2019: done (10 left) 2023-10-14T00:08:24.677 INFO:tasks.rados.rados.0.smithi055.stdout:2020: done (9 left) 2023-10-14T00:08:24.677 INFO:tasks.rados.rados.0.smithi055.stdout:2021: done (8 left) 2023-10-14T00:08:24.678 INFO:tasks.rados.rados.0.smithi055.stdout:2022: done (7 left) 2023-10-14T00:08:24.678 INFO:tasks.rados.rados.0.smithi055.stdout:2024: done (6 left) 2023-10-14T00:08:24.678 INFO:tasks.rados.rados.0.smithi055.stdout:2025: done (5 left) 2023-10-14T00:08:24.678 INFO:tasks.rados.rados.0.smithi055.stdout:2026: done (4 left) 2023-10-14T00:08:24.679 INFO:tasks.rados.rados.0.smithi055.stdout:2027: done (3 left) 2023-10-14T00:08:24.679 INFO:tasks.rados.rados.0.smithi055.stdout:2029: done (2 left) 2023-10-14T00:08:24.679 INFO:tasks.rados.rados.0.smithi055.stdout:2031: done (1 left) 2023-10-14T00:08:24.679 INFO:tasks.rados.rados.0.smithi055.stdout:2032: delete oid 3 current snap is 185 2023-10-14T00:08:24.679 INFO:tasks.rados.rados.0.smithi055.stdout:2030: finishing write tid 3 to smithi055169533-19 2023-10-14T00:08:24.680 INFO:tasks.rados.rados.0.smithi055.stdout:2030: finishing write tid 4 to smithi055169533-19 2023-10-14T00:08:24.680 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 19 v 505 (ObjNum 656 snap 185 seq_num 656) dirty exists 2023-10-14T00:08:24.681 INFO:tasks.rados.rados.0.smithi055.stdout:2030: left oid 19 (ObjNum 656 snap 185 seq_num 656) 2023-10-14T00:08:24.681 INFO:tasks.rados.rados.0.smithi055.stdout:2030: done (1 left) 2023-10-14T00:08:24.682 INFO:tasks.rados.rados.0.smithi055.stdout:2032: done (0 left) 2023-10-14T00:08:24.682 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 43 current snap is 185 2023-10-14T00:08:24.682 INFO:tasks.rados.rados.0.smithi055.stdout:2033: seq_num 658 ranges {0=622592,622592=565248,1187840=237568} 2023-10-14T00:08:24.682 INFO:tasks.rados.rados.0.smithi055.stdout:2033: writing smithi055169533-43 from 0 to 622592 tid 1 2023-10-14T00:08:24.683 INFO:tasks.rados.rados.0.smithi055.stdout:2033: writing smithi055169533-43 from 622592 to 1187840 tid 2 2023-10-14T00:08:24.685 INFO:tasks.rados.rados.0.smithi055.stdout:2033: writing smithi055169533-43 from 1187840 to 1425408 tid 3 2023-10-14T00:08:24.685 INFO:tasks.rados.rados.0.smithi055.stdout:2034: snap_create 2023-10-14T00:08:24.686 INFO:tasks.rados.rados.0.smithi055.stdout:2033: finishing write tid 1 to smithi055169533-43 2023-10-14T00:08:24.686 INFO:tasks.rados.rados.0.smithi055.stdout:2033: finishing write tid 2 to smithi055169533-43 2023-10-14T00:08:24.687 INFO:tasks.rados.rados.0.smithi055.stdout:2033: finishing write tid 3 to smithi055169533-43 2023-10-14T00:08:24.687 INFO:tasks.rados.rados.0.smithi055.stdout:2033: finishing write tid 4 to smithi055169533-43 2023-10-14T00:08:24.688 INFO:tasks.rados.rados.0.smithi055.stdout:2033: finishing write tid 5 to smithi055169533-43 2023-10-14T00:08:24.688 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 43 v 695 (ObjNum 658 snap 185 seq_num 658) dirty exists 2023-10-14T00:08:24.688 INFO:tasks.rados.rados.0.smithi055.stdout:2033: left oid 43 (ObjNum 658 snap 185 seq_num 658) 2023-10-14T00:08:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:24 smithi055 ceph-mon[183057]: osdmap e438: 8 total, 7 up, 8 in 2023-10-14T00:08:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:24.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:24.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:08:24.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:24 smithi055 ceph-mon[183057]: from='osd.7 [v2:172.21.15.82:6824/1852731194,v1:172.21.15.82:6825/1852731194]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-10-14T00:08:24.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:24 smithi055 ceph-mon[183057]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-10-14T00:08:24.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:24.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:24.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:24 smithi055 ceph-mon[185614]: osdmap e438: 8 total, 7 up, 8 in 2023-10-14T00:08:24.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:24.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:24.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:24.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:08:24.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:24 smithi055 ceph-mon[185614]: from='osd.7 [v2:172.21.15.82:6824/1852731194,v1:172.21.15.82:6825/1852731194]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-10-14T00:08:24.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:24 smithi055 ceph-mon[185614]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-10-14T00:08:24.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:24.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:25.366 INFO:tasks.rados.rados.0.smithi055.stdout:2033: done (1 left) 2023-10-14T00:08:25.366 INFO:tasks.rados.rados.0.smithi055.stdout:2034: done (0 left) 2023-10-14T00:08:25.366 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 42 current snap is 186 2023-10-14T00:08:25.366 INFO:tasks.rados.rados.0.smithi055.stdout:2035: seq_num 659 ranges {1138688=647168,1785856=450560,2236416=352256} 2023-10-14T00:08:25.374 INFO:tasks.rados.rados.0.smithi055.stdout:2035: writing smithi055169533-42 from 1138688 to 1785856 tid 1 2023-10-14T00:08:25.375 INFO:tasks.rados.rados.0.smithi055.stdout:2035: writing smithi055169533-42 from 1785856 to 2236416 tid 2 2023-10-14T00:08:25.376 INFO:tasks.rados.rados.0.smithi055.stdout:2035: writing smithi055169533-42 from 2236416 to 2588672 tid 3 2023-10-14T00:08:25.377 INFO:tasks.rados.rados.0.smithi055.stdout:2036: snap_create 2023-10-14T00:08:25.379 INFO:tasks.rados.rados.0.smithi055.stdout:2035: finishing write tid 1 to smithi055169533-42 2023-10-14T00:08:25.381 INFO:tasks.rados.rados.0.smithi055.stdout:2035: finishing write tid 2 to smithi055169533-42 2023-10-14T00:08:25.382 INFO:tasks.rados.rados.0.smithi055.stdout:2035: finishing write tid 3 to smithi055169533-42 2023-10-14T00:08:25.382 INFO:tasks.rados.rados.0.smithi055.stdout:2035: finishing write tid 4 to smithi055169533-42 2023-10-14T00:08:25.383 INFO:tasks.rados.rados.0.smithi055.stdout:2035: finishing write tid 5 to smithi055169533-42 2023-10-14T00:08:25.383 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 42 v 548 (ObjNum 659 snap 186 seq_num 659) dirty exists 2023-10-14T00:08:25.383 INFO:tasks.rados.rados.0.smithi055.stdout:2035: left oid 42 (ObjNum 659 snap 186 seq_num 659) 2023-10-14T00:08:25.397 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:08:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:08:25] "GET /metrics HTTP/1.1" 200 36171 "" "Prometheus/2.43.0" 2023-10-14T00:08:25.398 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:25 smithi055 ceph-mon[183057]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-10-14T00:08:25.399 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:25 smithi055 ceph-mon[183057]: osdmap e439: 8 total, 7 up, 8 in 2023-10-14T00:08:25.399 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:25 smithi055 ceph-mon[183057]: from='osd.7 [v2:172.21.15.82:6824/1852731194,v1:172.21.15.82:6825/1852731194]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]: dispatch 2023-10-14T00:08:25.399 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:25 smithi055 ceph-mon[183057]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]: dispatch 2023-10-14T00:08:25.399 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:25 smithi055 ceph-mon[183057]: pgmap v372: 121 pgs: 12 active+undersized+degraded, 38 active+undersized, 71 active+clean; 149 MiB data, 785 MiB used, 714 GiB / 715 GiB avail; 7.5 MiB/s rd, 1.2 MiB/s wr, 17 op/s; 57/381 objects degraded (14.961%) 2023-10-14T00:08:25.399 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:25 smithi055 ceph-mon[183057]: Health check update: Degraded data redundancy: 41/384 objects degraded (10.677%), 9 pgs degraded (PG_DEGRADED) 2023-10-14T00:08:25.400 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:25 smithi055 ceph-mon[183057]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-10-14T00:08:25.400 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:25 smithi055 ceph-mon[183057]: osd.7 [v2:172.21.15.82:6824/1852731194,v1:172.21.15.82:6825/1852731194] boot 2023-10-14T00:08:25.400 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:25 smithi055 ceph-mon[183057]: osdmap e440: 8 total, 8 up, 8 in 2023-10-14T00:08:25.400 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:25 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-14T00:08:25.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:25 smithi055 ceph-mon[185614]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-10-14T00:08:25.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:25 smithi055 ceph-mon[185614]: osdmap e439: 8 total, 7 up, 8 in 2023-10-14T00:08:25.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:25 smithi055 ceph-mon[185614]: from='osd.7 [v2:172.21.15.82:6824/1852731194,v1:172.21.15.82:6825/1852731194]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]: dispatch 2023-10-14T00:08:25.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:25 smithi055 ceph-mon[185614]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]: dispatch 2023-10-14T00:08:25.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:25 smithi055 ceph-mon[185614]: pgmap v372: 121 pgs: 12 active+undersized+degraded, 38 active+undersized, 71 active+clean; 149 MiB data, 785 MiB used, 714 GiB / 715 GiB avail; 7.5 MiB/s rd, 1.2 MiB/s wr, 17 op/s; 57/381 objects degraded (14.961%) 2023-10-14T00:08:25.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:25 smithi055 ceph-mon[185614]: Health check update: Degraded data redundancy: 41/384 objects degraded (10.677%), 9 pgs degraded (PG_DEGRADED) 2023-10-14T00:08:25.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:25 smithi055 ceph-mon[185614]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-10-14T00:08:25.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:25 smithi055 ceph-mon[185614]: osd.7 [v2:172.21.15.82:6824/1852731194,v1:172.21.15.82:6825/1852731194] boot 2023-10-14T00:08:25.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:25 smithi055 ceph-mon[185614]: osdmap e440: 8 total, 8 up, 8 in 2023-10-14T00:08:25.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:25 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-14T00:08:25.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:25 smithi082 ceph-mon[180771]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-10-14T00:08:25.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:25 smithi082 ceph-mon[180771]: osdmap e439: 8 total, 7 up, 8 in 2023-10-14T00:08:25.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:25 smithi082 ceph-mon[180771]: from='osd.7 [v2:172.21.15.82:6824/1852731194,v1:172.21.15.82:6825/1852731194]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]: dispatch 2023-10-14T00:08:25.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:25 smithi082 ceph-mon[180771]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]: dispatch 2023-10-14T00:08:25.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:25 smithi082 ceph-mon[180771]: pgmap v372: 121 pgs: 12 active+undersized+degraded, 38 active+undersized, 71 active+clean; 149 MiB data, 785 MiB used, 714 GiB / 715 GiB avail; 7.5 MiB/s rd, 1.2 MiB/s wr, 17 op/s; 57/381 objects degraded (14.961%) 2023-10-14T00:08:25.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:25 smithi082 ceph-mon[180771]: Health check update: Degraded data redundancy: 41/384 objects degraded (10.677%), 9 pgs degraded (PG_DEGRADED) 2023-10-14T00:08:25.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:25 smithi082 ceph-mon[180771]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-10-14T00:08:25.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:25 smithi082 ceph-mon[180771]: osd.7 [v2:172.21.15.82:6824/1852731194,v1:172.21.15.82:6825/1852731194] boot 2023-10-14T00:08:25.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:25 smithi082 ceph-mon[180771]: osdmap e440: 8 total, 8 up, 8 in 2023-10-14T00:08:25.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:25 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-14T00:08:26.359 INFO:tasks.rados.rados.0.smithi055.stdout:2035: done (1 left) 2023-10-14T00:08:26.359 INFO:tasks.rados.rados.0.smithi055.stdout:2036: done (0 left) 2023-10-14T00:08:26.360 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 18 current snap is 187 2023-10-14T00:08:26.360 INFO:tasks.rados.rados.0.smithi055.stdout:2037: seq_num 660 ranges {0=663552,663552=737280,1400832=65536} 2023-10-14T00:08:26.363 INFO:tasks.rados.rados.0.smithi055.stdout:2037: writing smithi055169533-18 from 0 to 663552 tid 1 2023-10-14T00:08:26.369 INFO:tasks.rados.rados.0.smithi055.stdout:2037: writing smithi055169533-18 from 663552 to 1400832 tid 2 2023-10-14T00:08:26.369 INFO:tasks.rados.rados.0.smithi055.stdout:2037: writing smithi055169533-18 from 1400832 to 1466368 tid 3 2023-10-14T00:08:26.370 INFO:tasks.rados.rados.0.smithi055.stdout:2038: snap_create 2023-10-14T00:08:26.377 INFO:tasks.rados.rados.0.smithi055.stdout:2037: finishing write tid 1 to smithi055169533-18 2023-10-14T00:08:26.379 INFO:tasks.rados.rados.0.smithi055.stdout:2037: finishing write tid 2 to smithi055169533-18 2023-10-14T00:08:26.381 INFO:tasks.rados.rados.0.smithi055.stdout:2037: finishing write tid 3 to smithi055169533-18 2023-10-14T00:08:26.382 INFO:tasks.rados.rados.0.smithi055.stdout:2037: finishing write tid 4 to smithi055169533-18 2023-10-14T00:08:26.383 INFO:tasks.rados.rados.0.smithi055.stdout:2037: finishing write tid 5 to smithi055169533-18 2023-10-14T00:08:26.384 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 18 v 968 (ObjNum 660 snap 187 seq_num 660) dirty exists 2023-10-14T00:08:26.384 INFO:tasks.rados.rados.0.smithi055.stdout:2037: left oid 18 (ObjNum 660 snap 187 seq_num 660) 2023-10-14T00:08:26.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:26 smithi055 ceph-mon[185614]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2023-10-14T00:08:26.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:26 smithi055 ceph-mon[185614]: osdmap e441: 8 total, 8 up, 8 in 2023-10-14T00:08:26.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:26 smithi055 ceph-mon[183057]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2023-10-14T00:08:26.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:26 smithi055 ceph-mon[183057]: osdmap e441: 8 total, 8 up, 8 in 2023-10-14T00:08:26.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:26 smithi082 ceph-mon[180771]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2023-10-14T00:08:26.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:26 smithi082 ceph-mon[180771]: osdmap e441: 8 total, 8 up, 8 in 2023-10-14T00:08:27.363 INFO:tasks.rados.rados.0.smithi055.stdout:2037: done (1 left) 2023-10-14T00:08:27.363 INFO:tasks.rados.rados.0.smithi055.stdout:2038: done (0 left) 2023-10-14T00:08:27.364 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 17 current snap is 188 2023-10-14T00:08:27.364 INFO:tasks.rados.rados.0.smithi055.stdout:2039: seq_num 661 ranges {1138688=679936,1818624=622592,2441216=180224} 2023-10-14T00:08:27.375 INFO:tasks.rados.rados.0.smithi055.stdout:2039: writing smithi055169533-17 from 1138688 to 1818624 tid 1 2023-10-14T00:08:27.379 INFO:tasks.rados.rados.0.smithi055.stdout:2039: writing smithi055169533-17 from 1818624 to 2441216 tid 2 2023-10-14T00:08:27.380 INFO:tasks.rados.rados.0.smithi055.stdout:2039: writing smithi055169533-17 from 2441216 to 2621440 tid 3 2023-10-14T00:08:27.380 INFO:tasks.rados.rados.0.smithi055.stdout:2040: rollback oid 22 current snap is 188 2023-10-14T00:08:27.381 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 22 to 180 2023-10-14T00:08:27.381 INFO:tasks.rados.rados.0.smithi055.stdout:2041: delete oid 39 current snap is 188 2023-10-14T00:08:27.384 INFO:tasks.rados.rados.0.smithi055.stdout:2039: finishing write tid 1 to smithi055169533-17 2023-10-14T00:08:27.385 INFO:tasks.rados.rados.0.smithi055.stdout:2040: finishing rollback tid 1 to smithi055169533-22 2023-10-14T00:08:27.385 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 22 v 0 (ObjNum 33 snap 0 seq_num 1528563024) dirty dne 2023-10-14T00:08:27.386 INFO:tasks.rados.rados.0.smithi055.stdout:2039: finishing write tid 2 to smithi055169533-17 2023-10-14T00:08:27.386 INFO:tasks.rados.rados.0.smithi055.stdout:2039: finishing write tid 3 to smithi055169533-17 2023-10-14T00:08:27.387 INFO:tasks.rados.rados.0.smithi055.stdout:2039: finishing write tid 4 to smithi055169533-17 2023-10-14T00:08:27.387 INFO:tasks.rados.rados.0.smithi055.stdout:2040: done (2 left) 2023-10-14T00:08:27.387 INFO:tasks.rados.rados.0.smithi055.stdout:2041: done (1 left) 2023-10-14T00:08:27.388 INFO:tasks.rados.rados.0.smithi055.stdout:2042: snap_remove snap 178 2023-10-14T00:08:27.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:27 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:27.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:27 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:27.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:27 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:08:27.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:27 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:08:27.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:27 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:27.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:27 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:08:27.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:27 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:27.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:27 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:27.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:27 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:27.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:27 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:27.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:27 smithi082 ceph-mon[180771]: Upgrade: Setting container_image for all osd 2023-10-14T00:08:27.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:27 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:27.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:27 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2023-10-14T00:08:27.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:27 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2023-10-14T00:08:27.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:27 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2023-10-14T00:08:27.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:27 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2023-10-14T00:08:27.879 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:27 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2023-10-14T00:08:27.879 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:27 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2023-10-14T00:08:27.879 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:27 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2023-10-14T00:08:27.879 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:27 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2023-10-14T00:08:27.879 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:27 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2023-10-14T00:08:27.880 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:27 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2023-10-14T00:08:27.880 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:27 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2023-10-14T00:08:27.880 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:27 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2023-10-14T00:08:27.880 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:27 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2023-10-14T00:08:27.880 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:27 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2023-10-14T00:08:27.881 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:27 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2023-10-14T00:08:27.881 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:27 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2023-10-14T00:08:27.881 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:27 smithi082 ceph-mon[180771]: Upgrade: Setting require_osd_release to 18 reef 2023-10-14T00:08:27.881 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:27 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "reef"}]: dispatch 2023-10-14T00:08:27.881 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:27 smithi082 ceph-mon[180771]: pgmap v375: 121 pgs: 1 activating+degraded, 1 activating, 5 peering, 9 active+undersized+degraded, 32 active+undersized, 73 active+clean; 151 MiB data, 806 MiB used, 714 GiB / 715 GiB avail; 8.3 MiB/s rd, 2.2 MiB/s wr, 19 op/s; 47/366 objects degraded (12.842%) 2023-10-14T00:08:27.882 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:27 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "osd require-osd-release", "release": "reef"}]': finished 2023-10-14T00:08:27.882 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:27 smithi082 ceph-mon[180771]: osdmap e442: 8 total, 8 up, 8 in 2023-10-14T00:08:27.882 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:27 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mds ok-to-stop", "ids": ["a"]}]: dispatch 2023-10-14T00:08:27.945 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:27.946 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:27.946 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:08:27.946 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:08:27.947 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:27.947 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:08:27.947 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:27.948 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:27.948 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:27.948 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:27.948 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[183057]: Upgrade: Setting container_image for all osd 2023-10-14T00:08:27.949 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:27.949 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2023-10-14T00:08:27.949 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2023-10-14T00:08:27.950 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2023-10-14T00:08:27.950 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2023-10-14T00:08:27.950 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2023-10-14T00:08:27.950 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2023-10-14T00:08:27.951 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2023-10-14T00:08:27.951 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2023-10-14T00:08:27.951 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2023-10-14T00:08:27.952 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2023-10-14T00:08:27.952 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2023-10-14T00:08:27.952 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2023-10-14T00:08:27.952 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2023-10-14T00:08:27.953 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:27.953 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:27.954 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:08:27.954 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:08:27.954 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:27.954 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:08:27.955 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:27.955 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:27.955 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:27.956 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:27.956 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[185614]: Upgrade: Setting container_image for all osd 2023-10-14T00:08:27.956 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:27.956 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2023-10-14T00:08:27.957 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2023-10-14T00:08:27.957 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2023-10-14T00:08:27.957 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2023-10-14T00:08:27.958 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2023-10-14T00:08:27.958 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2023-10-14T00:08:27.958 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2023-10-14T00:08:27.958 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2023-10-14T00:08:27.959 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2023-10-14T00:08:27.959 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2023-10-14T00:08:27.959 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2023-10-14T00:08:27.960 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2023-10-14T00:08:27.960 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2023-10-14T00:08:27.961 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2023-10-14T00:08:27.961 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2023-10-14T00:08:27.962 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2023-10-14T00:08:27.962 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[183057]: Upgrade: Setting require_osd_release to 18 reef 2023-10-14T00:08:27.962 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "reef"}]: dispatch 2023-10-14T00:08:27.963 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[183057]: pgmap v375: 121 pgs: 1 activating+degraded, 1 activating, 5 peering, 9 active+undersized+degraded, 32 active+undersized, 73 active+clean; 151 MiB data, 806 MiB used, 714 GiB / 715 GiB avail; 8.3 MiB/s rd, 2.2 MiB/s wr, 19 op/s; 47/366 objects degraded (12.842%) 2023-10-14T00:08:27.963 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "osd require-osd-release", "release": "reef"}]': finished 2023-10-14T00:08:27.963 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[183057]: osdmap e442: 8 total, 8 up, 8 in 2023-10-14T00:08:27.963 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mds ok-to-stop", "ids": ["a"]}]: dispatch 2023-10-14T00:08:27.964 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2023-10-14T00:08:27.964 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2023-10-14T00:08:27.964 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2023-10-14T00:08:27.965 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[185614]: Upgrade: Setting require_osd_release to 18 reef 2023-10-14T00:08:27.965 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "reef"}]: dispatch 2023-10-14T00:08:27.965 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[185614]: pgmap v375: 121 pgs: 1 activating+degraded, 1 activating, 5 peering, 9 active+undersized+degraded, 32 active+undersized, 73 active+clean; 151 MiB data, 806 MiB used, 714 GiB / 715 GiB avail; 8.3 MiB/s rd, 2.2 MiB/s wr, 19 op/s; 47/366 objects degraded (12.842%) 2023-10-14T00:08:27.966 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "osd require-osd-release", "release": "reef"}]': finished 2023-10-14T00:08:27.966 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[185614]: osdmap e442: 8 total, 8 up, 8 in 2023-10-14T00:08:27.966 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:27 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mds ok-to-stop", "ids": ["a"]}]: dispatch 2023-10-14T00:08:28.369 INFO:tasks.rados.rados.0.smithi055.stdout:2042: done (1 left) 2023-10-14T00:08:28.369 INFO:tasks.rados.rados.0.smithi055.stdout:2043: snap_create 2023-10-14T00:08:28.369 INFO:tasks.rados.rados.0.smithi055.stdout:2039: finishing write tid 5 to smithi055169533-17 2023-10-14T00:08:28.369 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 17 v 1000 (ObjNum 661 snap 188 seq_num 661) dirty exists 2023-10-14T00:08:28.370 INFO:tasks.rados.rados.0.smithi055.stdout:2039: left oid 17 (ObjNum 661 snap 188 seq_num 661) 2023-10-14T00:08:29.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:28 smithi055 ceph-mon[185614]: Upgrade: It appears safe to stop mds.a 2023-10-14T00:08:29.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:28 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:29.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:28 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' 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-10-14T00:08:29.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:28 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:08:29.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:28 smithi055 ceph-mon[185614]: osdmap e443: 8 total, 8 up, 8 in 2023-10-14T00:08:29.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:28 smithi055 ceph-mon[183057]: Upgrade: It appears safe to stop mds.a 2023-10-14T00:08:29.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:28 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:29.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:28 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' 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-10-14T00:08:29.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:28 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:08:29.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:28 smithi055 ceph-mon[183057]: osdmap e443: 8 total, 8 up, 8 in 2023-10-14T00:08:29.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:28 smithi082 ceph-mon[180771]: Upgrade: It appears safe to stop mds.a 2023-10-14T00:08:29.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:28 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:29.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:28 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' 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-10-14T00:08:29.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:28 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:08:29.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:28 smithi082 ceph-mon[180771]: osdmap e443: 8 total, 8 up, 8 in 2023-10-14T00:08:29.369 INFO:tasks.rados.rados.0.smithi055.stdout:2039: done (1 left) 2023-10-14T00:08:29.370 INFO:tasks.rados.rados.0.smithi055.stdout:2043: done (0 left) 2023-10-14T00:08:29.370 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 10 current snap is 189 2023-10-14T00:08:29.370 INFO:tasks.rados.rados.0.smithi055.stdout:2044: seq_num 663 ranges {1630208=712704,2342912=442368,2785280=360448} 2023-10-14T00:08:29.383 INFO:tasks.rados.rados.0.smithi055.stdout:2044: writing smithi055169533-10 from 1630208 to 2342912 tid 1 2023-10-14T00:08:29.386 INFO:tasks.rados.rados.0.smithi055.stdout:2044: writing smithi055169533-10 from 2342912 to 2785280 tid 2 2023-10-14T00:08:29.388 INFO:tasks.rados.rados.0.smithi055.stdout:2044: writing smithi055169533-10 from 2785280 to 3145728 tid 3 2023-10-14T00:08:29.389 INFO:tasks.rados.rados.0.smithi055.stdout:2045: snap_create 2023-10-14T00:08:29.407 INFO:tasks.rados.rados.0.smithi055.stdout:2044: finishing write tid 1 to smithi055169533-10 2023-10-14T00:08:29.407 INFO:tasks.rados.rados.0.smithi055.stdout:2044: finishing write tid 2 to smithi055169533-10 2023-10-14T00:08:29.408 INFO:tasks.rados.rados.0.smithi055.stdout:2044: finishing write tid 3 to smithi055169533-10 2023-10-14T00:08:29.408 INFO:tasks.rados.rados.0.smithi055.stdout:2044: finishing write tid 4 to smithi055169533-10 2023-10-14T00:08:29.409 INFO:tasks.rados.rados.0.smithi055.stdout:2044: finishing write tid 5 to smithi055169533-10 2023-10-14T00:08:29.409 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 10 v 1013 (ObjNum 663 snap 189 seq_num 663) dirty exists 2023-10-14T00:08:29.409 INFO:tasks.rados.rados.0.smithi055.stdout:2044: left oid 10 (ObjNum 663 snap 189 seq_num 663) 2023-10-14T00:08:29.767 INFO:journalctl@ceph.mds.a.smithi055.stdout:Oct 14 00:08:29 smithi055 systemd[1]: Stopping Ceph mds.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:08:29.767 INFO:journalctl@ceph.mds.a.smithi055.stdout:Oct 14 00:08:29 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mds-a[156298]: 2023-10-14T00:08:29.702+0000 7fda4516e700 -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-10-14T00:08:29.767 INFO:journalctl@ceph.mds.a.smithi055.stdout:Oct 14 00:08:29 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mds-a[156298]: 2023-10-14T00:08:29.702+0000 7fda4516e700 -1 mds.a *** got signal Terminated *** 2023-10-14T00:08:29.776 INFO:tasks.rados.rados.0.smithi055.stdout:2044: done (1 left) 2023-10-14T00:08:29.776 INFO:tasks.rados.rados.0.smithi055.stdout:2045: done (0 left) 2023-10-14T00:08:29.776 INFO:tasks.rados.rados.0.smithi055.stdout:2046: rollback oid 27 current snap is 190 2023-10-14T00:08:29.777 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 27 to 187 2023-10-14T00:08:29.777 INFO:tasks.rados.rados.0.smithi055.stdout:2047: delete oid 39 current snap is 190 2023-10-14T00:08:29.787 INFO:tasks.rados.rados.0.smithi055.stdout:2046: finishing rollback tid 0 to smithi055169533-27 2023-10-14T00:08:29.788 INFO:tasks.rados.rados.0.smithi055.stdout:2046: finishing rollback tid 1 to smithi055169533-27 2023-10-14T00:08:29.788 INFO:tasks.rados.rados.0.smithi055.stdout:2046: finishing rollback tid 2 to smithi055169533-27 2023-10-14T00:08:29.789 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 27 v 1017 (ObjNum 547 snap 153 seq_num 547) dirty exists 2023-10-14T00:08:29.789 INFO:tasks.rados.rados.0.smithi055.stdout:2046: done (1 left) 2023-10-14T00:08:29.790 INFO:tasks.rados.rados.0.smithi055.stdout:2047: done (0 left) 2023-10-14T00:08:29.790 INFO:tasks.rados.rados.0.smithi055.stdout:2048: rollback oid 50 current snap is 190 2023-10-14T00:08:29.790 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 50 to 180 2023-10-14T00:08:29.790 INFO:tasks.rados.rados.0.smithi055.stdout:2049: copy_from oid 26 from oid 41 current snap is 190 2023-10-14T00:08:29.791 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 20 current snap is 190 2023-10-14T00:08:29.791 INFO:tasks.rados.rados.0.smithi055.stdout:2050: seq_num 665 ranges {0=745472,745472=606208,1351680=196608} 2023-10-14T00:08:29.794 INFO:tasks.rados.rados.0.smithi055.stdout:2050: writing smithi055169533-20 from 0 to 745472 tid 1 2023-10-14T00:08:29.798 INFO:tasks.rados.rados.0.smithi055.stdout:2050: writing smithi055169533-20 from 745472 to 1351680 tid 2 2023-10-14T00:08:29.799 INFO:tasks.rados.rados.0.smithi055.stdout:2050: writing smithi055169533-20 from 1351680 to 1548288 tid 3 2023-10-14T00:08:29.800 INFO:tasks.rados.rados.0.smithi055.stdout:2051: snap_create 2023-10-14T00:08:29.800 INFO:tasks.rados.rados.0.smithi055.stdout:2048: finishing rollback tid 0 to smithi055169533-50 2023-10-14T00:08:29.800 INFO:tasks.rados.rados.0.smithi055.stdout:2048: finishing rollback tid 1 to smithi055169533-50 2023-10-14T00:08:29.800 INFO:tasks.rados.rados.0.smithi055.stdout:2048: finishing rollback tid 2 to smithi055169533-50 2023-10-14T00:08:29.801 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 50 v 1022 (ObjNum 381 snap 100 seq_num 381) dirty exists 2023-10-14T00:08:29.801 INFO:tasks.rados.rados.0.smithi055.stdout:2049: finishing copy_from racing read to smithi055169533-26 2023-10-14T00:08:29.801 INFO:tasks.rados.rados.0.smithi055.stdout:2049: finishing copy_from to smithi055169533-26 2023-10-14T00:08:29.801 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 26 v 801 (ObjNum 622 snap 176 seq_num 622) dirty exists 2023-10-14T00:08:29.801 INFO:tasks.rados.rados.0.smithi055.stdout:2050: finishing write tid 1 to smithi055169533-20 2023-10-14T00:08:29.802 INFO:tasks.rados.rados.0.smithi055.stdout:2050: finishing write tid 2 to smithi055169533-20 2023-10-14T00:08:29.803 INFO:tasks.rados.rados.0.smithi055.stdout:2050: finishing write tid 3 to smithi055169533-20 2023-10-14T00:08:29.803 INFO:tasks.rados.rados.0.smithi055.stdout:2050: finishing write tid 4 to smithi055169533-20 2023-10-14T00:08:29.804 INFO:tasks.rados.rados.0.smithi055.stdout:2050: finishing write tid 5 to smithi055169533-20 2023-10-14T00:08:29.804 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 20 v 552 (ObjNum 665 snap 190 seq_num 665) dirty exists 2023-10-14T00:08:29.804 INFO:tasks.rados.rados.0.smithi055.stdout:2050: left oid 20 (ObjNum 665 snap 190 seq_num 665) 2023-10-14T00:08:30.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:29 smithi082 ceph-mon[180771]: Upgrade: Updating mds.a 2023-10-14T00:08:30.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:29 smithi082 ceph-mon[180771]: Deploying daemon mds.a on smithi055 2023-10-14T00:08:30.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:29 smithi082 ceph-mon[180771]: pgmap v378: 121 pgs: 1 activating+degraded, 1 activating, 5 peering, 6 active+undersized+degraded, 24 active+undersized, 84 active+clean; 145 MiB data, 799 MiB used, 714 GiB / 715 GiB avail; 849 KiB/s rd, 1.7 MiB/s wr, 6 op/s; 36/360 objects degraded (10.000%); 3.8 MiB/s, 1 objects/s recovering 2023-10-14T00:08:30.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:29 smithi082 ceph-mon[180771]: osdmap e444: 8 total, 8 up, 8 in 2023-10-14T00:08:30.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:29 smithi055 ceph-mon[185614]: Upgrade: Updating mds.a 2023-10-14T00:08:30.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:29 smithi055 ceph-mon[185614]: Deploying daemon mds.a on smithi055 2023-10-14T00:08:30.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:29 smithi055 ceph-mon[185614]: pgmap v378: 121 pgs: 1 activating+degraded, 1 activating, 5 peering, 6 active+undersized+degraded, 24 active+undersized, 84 active+clean; 145 MiB data, 799 MiB used, 714 GiB / 715 GiB avail; 849 KiB/s rd, 1.7 MiB/s wr, 6 op/s; 36/360 objects degraded (10.000%); 3.8 MiB/s, 1 objects/s recovering 2023-10-14T00:08:30.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:29 smithi055 ceph-mon[185614]: osdmap e444: 8 total, 8 up, 8 in 2023-10-14T00:08:30.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:29 smithi055 ceph-mon[183057]: Upgrade: Updating mds.a 2023-10-14T00:08:30.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:29 smithi055 ceph-mon[183057]: Deploying daemon mds.a on smithi055 2023-10-14T00:08:30.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:29 smithi055 ceph-mon[183057]: pgmap v378: 121 pgs: 1 activating+degraded, 1 activating, 5 peering, 6 active+undersized+degraded, 24 active+undersized, 84 active+clean; 145 MiB data, 799 MiB used, 714 GiB / 715 GiB avail; 849 KiB/s rd, 1.7 MiB/s wr, 6 op/s; 36/360 objects degraded (10.000%); 3.8 MiB/s, 1 objects/s recovering 2023-10-14T00:08:30.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:29 smithi055 ceph-mon[183057]: osdmap e444: 8 total, 8 up, 8 in 2023-10-14T00:08:30.800 INFO:tasks.rados.rados.0.smithi055.stdout:2048: done (3 left) 2023-10-14T00:08:30.801 INFO:tasks.rados.rados.0.smithi055.stdout:2049: done (2 left) 2023-10-14T00:08:30.801 INFO:tasks.rados.rados.0.smithi055.stdout:2050: done (1 left) 2023-10-14T00:08:30.801 INFO:tasks.rados.rados.0.smithi055.stdout:2051: done (0 left) 2023-10-14T00:08:30.801 INFO:tasks.rados.rados.0.smithi055.stdout:2052: snap_remove snap 179 2023-10-14T00:08:31.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:30 smithi082 ceph-mon[180771]: osdmap e445: 8 total, 8 up, 8 in 2023-10-14T00:08:31.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:30 smithi082 ceph-mon[180771]: Health check update: Degraded data redundancy: 36/360 objects degraded (10.000%), 7 pgs degraded (PG_DEGRADED) 2023-10-14T00:08:31.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:30 smithi082 ceph-mon[180771]: fsmap cephfs:1 {0=b=up:active} 2023-10-14T00:08:31.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:30 smithi055 ceph-mon[185614]: osdmap e445: 8 total, 8 up, 8 in 2023-10-14T00:08:31.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:30 smithi055 ceph-mon[185614]: Health check update: Degraded data redundancy: 36/360 objects degraded (10.000%), 7 pgs degraded (PG_DEGRADED) 2023-10-14T00:08:31.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:30 smithi055 ceph-mon[185614]: fsmap cephfs:1 {0=b=up:active} 2023-10-14T00:08:31.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:30 smithi055 ceph-mon[183057]: osdmap e445: 8 total, 8 up, 8 in 2023-10-14T00:08:31.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:30 smithi055 ceph-mon[183057]: Health check update: Degraded data redundancy: 36/360 objects degraded (10.000%), 7 pgs degraded (PG_DEGRADED) 2023-10-14T00:08:31.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:30 smithi055 ceph-mon[183057]: fsmap cephfs:1 {0=b=up:active} 2023-10-14T00:08:31.819 INFO:tasks.rados.rados.0.smithi055.stdout:2052: done (0 left) 2023-10-14T00:08:31.820 INFO:tasks.rados.rados.0.smithi055.stdout:2053: read oid 42 snap 188 2023-10-14T00:08:31.820 INFO:tasks.rados.rados.0.smithi055.stdout:2053: expect (ObjNum 659 snap 186 seq_num 659) 2023-10-14T00:08:31.820 INFO:tasks.rados.rados.0.smithi055.stdout:2054: snap_remove snap 190 2023-10-14T00:08:32.068 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:31 smithi055 ceph-mon[185614]: osdmap e446: 8 total, 8 up, 8 in 2023-10-14T00:08:32.068 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:31 smithi055 ceph-mon[185614]: pgmap v382: 121 pgs: 1 activating+degraded, 1 activating, 119 active+clean; 143 MiB data, 818 MiB used, 714 GiB / 715 GiB avail; 1.7 KiB/s rd, 3.4 MiB/s wr, 10 op/s; 4/342 objects degraded (1.170%); 16 MiB/s, 4 objects/s recovering 2023-10-14T00:08:32.069 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:31 smithi055 ceph-mon[183057]: osdmap e446: 8 total, 8 up, 8 in 2023-10-14T00:08:32.069 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:31 smithi055 ceph-mon[183057]: pgmap v382: 121 pgs: 1 activating+degraded, 1 activating, 119 active+clean; 143 MiB data, 818 MiB used, 714 GiB / 715 GiB avail; 1.7 KiB/s rd, 3.4 MiB/s wr, 10 op/s; 4/342 objects degraded (1.170%); 16 MiB/s, 4 objects/s recovering 2023-10-14T00:08:32.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:31 smithi082 ceph-mon[180771]: osdmap e446: 8 total, 8 up, 8 in 2023-10-14T00:08:32.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:31 smithi082 ceph-mon[180771]: pgmap v382: 121 pgs: 1 activating+degraded, 1 activating, 119 active+clean; 143 MiB data, 818 MiB used, 714 GiB / 715 GiB avail; 1.7 KiB/s rd, 3.4 MiB/s wr, 10 op/s; 4/342 objects degraded (1.170%); 16 MiB/s, 4 objects/s recovering 2023-10-14T00:08:32.409 INFO:journalctl@ceph.mds.a.smithi055.stdout:Oct 14 00:08:32 smithi055 bash[216902]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mds-a 2023-10-14T00:08:32.767 INFO:journalctl@ceph.mds.a.smithi055.stdout:Oct 14 00:08:32 smithi055 systemd[1]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@mds.a.service: Succeeded. 2023-10-14T00:08:32.767 INFO:journalctl@ceph.mds.a.smithi055.stdout:Oct 14 00:08:32 smithi055 systemd[1]: Stopped Ceph mds.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:08:32.768 INFO:journalctl@ceph.mds.a.smithi055.stdout:Oct 14 00:08:32 smithi055 systemd[1]: Starting Ceph mds.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:08:32.831 INFO:tasks.rados.rados.0.smithi055.stdout:2054: done (1 left) 2023-10-14T00:08:32.831 INFO:tasks.rados.rados.0.smithi055.stdout:2055: snap_create 2023-10-14T00:08:32.832 INFO:tasks.rados.rados.0.smithi055.stdout:2053: expect (ObjNum 659 snap 186 seq_num 659) 2023-10-14T00:08:33.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:32 smithi082 ceph-mon[180771]: osdmap e447: 8 total, 8 up, 8 in 2023-10-14T00:08:33.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:32 smithi055 ceph-mon[185614]: osdmap e447: 8 total, 8 up, 8 in 2023-10-14T00:08:33.267 INFO:journalctl@ceph.mds.a.smithi055.stdout:Oct 14 00:08:32 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mds-a[217057]: starting mds.a at 2023-10-14T00:08:33.267 INFO:journalctl@ceph.mds.a.smithi055.stdout:Oct 14 00:08:32 smithi055 bash[217043]: e6e9b1bce44d1c6b2c2095ba91e3488e89dcc81ddfe0ce5b42bc036ad76100ae 2023-10-14T00:08:33.267 INFO:journalctl@ceph.mds.a.smithi055.stdout:Oct 14 00:08:32 smithi055 systemd[1]: Started Ceph mds.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:08:33.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:32 smithi055 ceph-mon[183057]: osdmap e447: 8 total, 8 up, 8 in 2023-10-14T00:08:33.845 INFO:tasks.rados.rados.0.smithi055.stdout:2053: done (1 left) 2023-10-14T00:08:33.845 INFO:tasks.rados.rados.0.smithi055.stdout:2055: done (0 left) 2023-10-14T00:08:33.845 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 23 current snap is 192 2023-10-14T00:08:33.845 INFO:tasks.rados.rados.0.smithi055.stdout:2056: seq_num 666 ranges {2555904=761856,3317760=491520,3809280=311296} 2023-10-14T00:08:33.863 INFO:tasks.rados.rados.0.smithi055.stdout:2056: writing smithi055169533-23 from 2555904 to 3317760 tid 1 2023-10-14T00:08:33.866 INFO:tasks.rados.rados.0.smithi055.stdout:2056: writing smithi055169533-23 from 3317760 to 3809280 tid 2 2023-10-14T00:08:33.868 INFO:tasks.rados.rados.0.smithi055.stdout:2056: writing smithi055169533-23 from 3809280 to 4120576 tid 3 2023-10-14T00:08:33.869 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 35 current snap is 192 2023-10-14T00:08:33.869 INFO:tasks.rados.rados.0.smithi055.stdout:2057: seq_num 667 ranges {0=778240,778240=778240,1556480=24576} 2023-10-14T00:08:33.874 INFO:tasks.rados.rados.0.smithi055.stdout:2057: writing smithi055169533-35 from 0 to 778240 tid 1 2023-10-14T00:08:33.880 INFO:tasks.rados.rados.0.smithi055.stdout:2057: writing smithi055169533-35 from 778240 to 1556480 tid 2 2023-10-14T00:08:33.880 INFO:tasks.rados.rados.0.smithi055.stdout:2057: writing smithi055169533-35 from 1556480 to 1581056 tid 3 2023-10-14T00:08:33.880 INFO:tasks.rados.rados.0.smithi055.stdout:2058: rollback oid 37 current snap is 192 2023-10-14T00:08:33.880 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 37 to 184 2023-10-14T00:08:33.880 INFO:tasks.rados.rados.0.smithi055.stdout:2056: finishing write tid 1 to smithi055169533-23 2023-10-14T00:08:33.881 INFO:tasks.rados.rados.0.smithi055.stdout:2056: finishing write tid 2 to smithi055169533-23 2023-10-14T00:08:33.881 INFO:tasks.rados.rados.0.smithi055.stdout:2056: finishing write tid 3 to smithi055169533-23 2023-10-14T00:08:33.881 INFO:tasks.rados.rados.0.smithi055.stdout:2056: finishing write tid 4 to smithi055169533-23 2023-10-14T00:08:33.881 INFO:tasks.rados.rados.0.smithi055.stdout:2056: finishing write tid 5 to smithi055169533-23 2023-10-14T00:08:33.881 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 23 v 538 (ObjNum 666 snap 192 seq_num 666) dirty exists 2023-10-14T00:08:33.882 INFO:tasks.rados.rados.0.smithi055.stdout:2056: left oid 23 (ObjNum 666 snap 192 seq_num 666) 2023-10-14T00:08:33.882 INFO:tasks.rados.rados.0.smithi055.stdout:2057: finishing write tid 1 to smithi055169533-35 2023-10-14T00:08:33.882 INFO:tasks.rados.rados.0.smithi055.stdout:2056: done (2 left) 2023-10-14T00:08:33.882 INFO:tasks.rados.rados.0.smithi055.stdout:2059: setattr oid 26 current snap is 192 2023-10-14T00:08:33.883 INFO:tasks.rados.rados.0.smithi055.stdout:2060: read oid 24 snap -1 2023-10-14T00:08:33.883 INFO:tasks.rados.rados.0.smithi055.stdout:2060: expect deleted 2023-10-14T00:08:33.883 INFO:tasks.rados.rados.0.smithi055.stdout:2061: snap_remove snap 186 2023-10-14T00:08:34.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:33 smithi055 ceph-mon[185614]: osdmap e448: 8 total, 8 up, 8 in 2023-10-14T00:08:34.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:33 smithi055 ceph-mon[185614]: pgmap v385: 121 pgs: 121 active+clean; 137 MiB data, 816 MiB used, 714 GiB / 715 GiB avail; 1.1 KiB/s rd, 2.6 MiB/s wr, 8 op/s; 13 MiB/s, 4 objects/s recovering 2023-10-14T00:08:34.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:33 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:34.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:33 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:34.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:33 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:08:34.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:33 smithi055 ceph-mon[183057]: osdmap e448: 8 total, 8 up, 8 in 2023-10-14T00:08:34.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:33 smithi055 ceph-mon[183057]: pgmap v385: 121 pgs: 121 active+clean; 137 MiB data, 816 MiB used, 714 GiB / 715 GiB avail; 1.1 KiB/s rd, 2.6 MiB/s wr, 8 op/s; 13 MiB/s, 4 objects/s recovering 2023-10-14T00:08:34.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:33 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:34.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:33 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:34.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:33 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:08:34.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:33 smithi082 ceph-mon[180771]: osdmap e448: 8 total, 8 up, 8 in 2023-10-14T00:08:34.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:33 smithi082 ceph-mon[180771]: pgmap v385: 121 pgs: 121 active+clean; 137 MiB data, 816 MiB used, 714 GiB / 715 GiB avail; 1.1 KiB/s rd, 2.6 MiB/s wr, 8 op/s; 13 MiB/s, 4 objects/s recovering 2023-10-14T00:08:34.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:33 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:34.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:33 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:34.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:33 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:08:34.866 INFO:tasks.rados.rados.0.smithi055.stdout:2061: done (4 left) 2023-10-14T00:08:34.866 INFO:tasks.rados.rados.0.smithi055.stdout:2062: delete oid 38 current snap is 192 2023-10-14T00:08:34.867 INFO:tasks.rados.rados.0.smithi055.stdout:2057: finishing write tid 2 to smithi055169533-35 2023-10-14T00:08:34.867 INFO:tasks.rados.rados.0.smithi055.stdout:2057: finishing write tid 3 to smithi055169533-35 2023-10-14T00:08:34.867 INFO:tasks.rados.rados.0.smithi055.stdout:2057: finishing write tid 4 to smithi055169533-35 2023-10-14T00:08:34.867 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 26 v 802 (ObjNum 622 snap 176 seq_num 622) dirty exists 2023-10-14T00:08:34.867 INFO:tasks.rados.rados.0.smithi055.stdout:2058: finishing rollback tid 0 to smithi055169533-37 2023-10-14T00:08:34.868 INFO:tasks.rados.rados.0.smithi055.stdout:2058: finishing rollback tid 1 to smithi055169533-37 2023-10-14T00:08:34.868 INFO:tasks.rados.rados.0.smithi055.stdout:2058: finishing rollback tid 2 to smithi055169533-37 2023-10-14T00:08:34.868 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 37 v 824 (ObjNum 65 snap 0 seq_num 1634627178) dirty exists 2023-10-14T00:08:34.868 INFO:tasks.rados.rados.0.smithi055.stdout:2057: finishing write tid 5 to smithi055169533-35 2023-10-14T00:08:34.868 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 35 v 1036 (ObjNum 667 snap 192 seq_num 667) dirty exists 2023-10-14T00:08:34.869 INFO:tasks.rados.rados.0.smithi055.stdout:2057: left oid 35 (ObjNum 667 snap 192 seq_num 667) 2023-10-14T00:08:34.870 INFO:tasks.rados.rados.0.smithi055.stdout:2057: done (4 left) 2023-10-14T00:08:34.870 INFO:tasks.rados.rados.0.smithi055.stdout:2058: done (3 left) 2023-10-14T00:08:34.871 INFO:tasks.rados.rados.0.smithi055.stdout:2059: done (2 left) 2023-10-14T00:08:34.871 INFO:tasks.rados.rados.0.smithi055.stdout:2060: done (1 left) 2023-10-14T00:08:34.871 INFO:tasks.rados.rados.0.smithi055.stdout:2062: done (0 left) 2023-10-14T00:08:34.871 INFO:tasks.rados.rados.0.smithi055.stdout:2063: snap_create 2023-10-14T00:08:35.081 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:34 smithi055 ceph-mon[183057]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 4/342 objects degraded (1.170%), 1 pg degraded) 2023-10-14T00:08:35.081 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:34 smithi055 ceph-mon[183057]: Cluster is now healthy 2023-10-14T00:08:35.082 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:34 smithi055 ceph-mon[183057]: osdmap e449: 8 total, 8 up, 8 in 2023-10-14T00:08:35.082 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:34 smithi055 ceph-mon[183057]: mds.? [v2:172.21.15.55:6834/4105028077,v1:172.21.15.55:6835/4105028077] up:boot 2023-10-14T00:08:35.082 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:34 smithi055 ceph-mon[183057]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2023-10-14T00:08:35.082 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:34 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2023-10-14T00:08:35.083 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:34 smithi055 ceph-mon[185614]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 4/342 objects degraded (1.170%), 1 pg degraded) 2023-10-14T00:08:35.083 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:34 smithi055 ceph-mon[185614]: Cluster is now healthy 2023-10-14T00:08:35.083 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:34 smithi055 ceph-mon[185614]: osdmap e449: 8 total, 8 up, 8 in 2023-10-14T00:08:35.083 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:34 smithi055 ceph-mon[185614]: mds.? [v2:172.21.15.55:6834/4105028077,v1:172.21.15.55:6835/4105028077] up:boot 2023-10-14T00:08:35.083 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:34 smithi055 ceph-mon[185614]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2023-10-14T00:08:35.084 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:34 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2023-10-14T00:08:35.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:34 smithi082 ceph-mon[180771]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 4/342 objects degraded (1.170%), 1 pg degraded) 2023-10-14T00:08:35.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:34 smithi082 ceph-mon[180771]: Cluster is now healthy 2023-10-14T00:08:35.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:34 smithi082 ceph-mon[180771]: osdmap e449: 8 total, 8 up, 8 in 2023-10-14T00:08:35.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:34 smithi082 ceph-mon[180771]: mds.? [v2:172.21.15.55:6834/4105028077,v1:172.21.15.55:6835/4105028077] up:boot 2023-10-14T00:08:35.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:34 smithi082 ceph-mon[180771]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2023-10-14T00:08:35.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:34 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2023-10-14T00:08:35.361 INFO:tasks.rados.rados.0.smithi055.stdout:2063: done (0 left) 2023-10-14T00:08:35.361 INFO:tasks.rados.rados.0.smithi055.stdout:2064: read oid 15 snap 192 2023-10-14T00:08:35.361 INFO:tasks.rados.rados.0.smithi055.stdout:2064: expect deleted 2023-10-14T00:08:35.361 INFO:tasks.rados.rados.0.smithi055.stdout:2065: setattr oid 3 current snap is 193 2023-10-14T00:08:35.362 INFO:tasks.rados.rados.0.smithi055.stdout:2066: snap_remove snap 189 2023-10-14T00:08:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:08:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:08:35] "GET /metrics HTTP/1.1" 200 36171 "" "Prometheus/2.43.0" 2023-10-14T00:08:36.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:35 smithi082 ceph-mon[180771]: pgmap v387: 121 pgs: 121 active+clean; 139 MiB data, 820 MiB used, 714 GiB / 715 GiB avail; 252 B/s rd, 581 KiB/s wr, 2 op/s; 1.8 MiB/s, 0 objects/s recovering 2023-10-14T00:08:36.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:35 smithi082 ceph-mon[180771]: osdmap e450: 8 total, 8 up, 8 in 2023-10-14T00:08:36.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:35 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:36.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:35 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:36.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:35 smithi082 ceph-mon[180771]: osdmap e451: 8 total, 8 up, 8 in 2023-10-14T00:08:36.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:35 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:36.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:35 smithi055 ceph-mon[185614]: pgmap v387: 121 pgs: 121 active+clean; 139 MiB data, 820 MiB used, 714 GiB / 715 GiB avail; 252 B/s rd, 581 KiB/s wr, 2 op/s; 1.8 MiB/s, 0 objects/s recovering 2023-10-14T00:08:36.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:35 smithi055 ceph-mon[185614]: osdmap e450: 8 total, 8 up, 8 in 2023-10-14T00:08:36.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:35 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:36.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:35 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:36.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:35 smithi055 ceph-mon[185614]: osdmap e451: 8 total, 8 up, 8 in 2023-10-14T00:08:36.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:35 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:36.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:35 smithi055 ceph-mon[183057]: pgmap v387: 121 pgs: 121 active+clean; 139 MiB data, 820 MiB used, 714 GiB / 715 GiB avail; 252 B/s rd, 581 KiB/s wr, 2 op/s; 1.8 MiB/s, 0 objects/s recovering 2023-10-14T00:08:36.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:35 smithi055 ceph-mon[183057]: osdmap e450: 8 total, 8 up, 8 in 2023-10-14T00:08:36.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:35 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:36.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:35 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:36.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:35 smithi055 ceph-mon[183057]: osdmap e451: 8 total, 8 up, 8 in 2023-10-14T00:08:36.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:35 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:36.369 INFO:tasks.rados.rados.0.smithi055.stdout:2066: done (2 left) 2023-10-14T00:08:36.369 INFO:tasks.rados.rados.0.smithi055.stdout:2067: read oid 42 snap 192 2023-10-14T00:08:36.369 INFO:tasks.rados.rados.0.smithi055.stdout:2067: expect (ObjNum 659 snap 186 seq_num 659) 2023-10-14T00:08:36.370 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 34 current snap is 193 2023-10-14T00:08:36.370 INFO:tasks.rados.rados.0.smithi055.stdout:2068: seq_num 669 ranges {1884160=409600,2293760=548864,2842624=655360} 2023-10-14T00:08:36.381 INFO:tasks.rados.rados.0.smithi055.stdout:2068: writing smithi055169533-34 from 1884160 to 2293760 tid 1 2023-10-14T00:08:36.384 INFO:tasks.rados.rados.0.smithi055.stdout:2068: writing smithi055169533-34 from 2293760 to 2842624 tid 2 2023-10-14T00:08:36.389 INFO:tasks.rados.rados.0.smithi055.stdout:2068: writing smithi055169533-34 from 2842624 to 3497984 tid 3 2023-10-14T00:08:36.389 INFO:tasks.rados.rados.0.smithi055.stdout:2069: read oid 13 snap -1 2023-10-14T00:08:36.389 INFO:tasks.rados.rados.0.smithi055.stdout:2069: expect deleted 2023-10-14T00:08:36.390 INFO:tasks.rados.rados.0.smithi055.stdout:2070: copy_from oid 48 from oid 36 current snap is 193 2023-10-14T00:08:36.390 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 3 v 985 (ObjNum 273 snap 0 seq_num 0) dirty exists 2023-10-14T00:08:36.390 INFO:tasks.rados.rados.0.smithi055.stdout:2067: expect (ObjNum 659 snap 186 seq_num 659) 2023-10-14T00:08:36.485 INFO:tasks.rados.rados.0.smithi055.stdout:2068: finishing write tid 1 to smithi055169533-34 2023-10-14T00:08:36.486 INFO:tasks.rados.rados.0.smithi055.stdout:2068: finishing write tid 2 to smithi055169533-34 2023-10-14T00:08:36.486 INFO:tasks.rados.rados.0.smithi055.stdout:2068: finishing write tid 3 to smithi055169533-34 2023-10-14T00:08:36.486 INFO:tasks.rados.rados.0.smithi055.stdout:2068: finishing write tid 4 to smithi055169533-34 2023-10-14T00:08:36.486 INFO:tasks.rados.rados.0.smithi055.stdout:2068: finishing write tid 5 to smithi055169533-34 2023-10-14T00:08:36.486 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 34 v 547 (ObjNum 669 snap 193 seq_num 669) dirty exists 2023-10-14T00:08:36.487 INFO:tasks.rados.rados.0.smithi055.stdout:2068: left oid 34 (ObjNum 669 snap 193 seq_num 669) 2023-10-14T00:08:36.487 INFO:tasks.rados.rados.0.smithi055.stdout:2070: finishing copy_from racing read to smithi055169533-48 2023-10-14T00:08:36.487 INFO:tasks.rados.rados.0.smithi055.stdout:2070: finishing copy_from to smithi055169533-48 2023-10-14T00:08:36.487 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 48 v 802 (ObjNum 649 snap 184 seq_num 649) dirty exists 2023-10-14T00:08:36.487 INFO:tasks.rados.rados.0.smithi055.stdout:2064: done (5 left) 2023-10-14T00:08:36.488 INFO:tasks.rados.rados.0.smithi055.stdout:2065: done (4 left) 2023-10-14T00:08:36.488 INFO:tasks.rados.rados.0.smithi055.stdout:2067: done (3 left) 2023-10-14T00:08:36.488 INFO:tasks.rados.rados.0.smithi055.stdout:2068: done (2 left) 2023-10-14T00:08:36.488 INFO:tasks.rados.rados.0.smithi055.stdout:2069: done (1 left) 2023-10-14T00:08:36.488 INFO:tasks.rados.rados.0.smithi055.stdout:2070: done (0 left) 2023-10-14T00:08:36.489 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 46 current snap is 193 2023-10-14T00:08:36.489 INFO:tasks.rados.rados.0.smithi055.stdout:2071: seq_num 670 ranges {4546560=425984,4972544=483328,5455872=507904,5963776=212992} 2023-10-14T00:08:36.513 INFO:tasks.rados.rados.0.smithi055.stdout:2071: writing smithi055169533-46 from 4546560 to 4972544 tid 1 2023-10-14T00:08:36.515 INFO:tasks.rados.rados.0.smithi055.stdout:2071: writing smithi055169533-46 from 4972544 to 5455872 tid 2 2023-10-14T00:08:36.519 INFO:tasks.rados.rados.0.smithi055.stdout:2071: writing smithi055169533-46 from 5455872 to 5963776 tid 3 2023-10-14T00:08:36.521 INFO:tasks.rados.rados.0.smithi055.stdout:2071: writing smithi055169533-46 from 5963776 to 6176768 tid 4 2023-10-14T00:08:36.521 INFO:tasks.rados.rados.0.smithi055.stdout:2072: read oid 47 snap -1 2023-10-14T00:08:36.521 INFO:tasks.rados.rados.0.smithi055.stdout:2072: expect (ObjNum 568 snap 162 seq_num 568) 2023-10-14T00:08:36.521 INFO:tasks.rados.rados.0.smithi055.stdout:2073: read oid 24 snap -1 2023-10-14T00:08:36.521 INFO:tasks.rados.rados.0.smithi055.stdout:2073: expect deleted 2023-10-14T00:08:36.522 INFO:tasks.rados.rados.0.smithi055.stdout:2074: snap_remove snap 191 2023-10-14T00:08:37.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:36 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:37.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:36 smithi082 ceph-mon[180771]: osdmap e452: 8 total, 8 up, 8 in 2023-10-14T00:08:37.169 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:36 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:37.170 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:36 smithi055 ceph-mon[183057]: osdmap e452: 8 total, 8 up, 8 in 2023-10-14T00:08:37.170 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:36 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:37.170 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:36 smithi055 ceph-mon[185614]: osdmap e452: 8 total, 8 up, 8 in 2023-10-14T00:08:37.382 INFO:tasks.rados.rados.0.smithi055.stdout:2074: done (3 left) 2023-10-14T00:08:37.382 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 26 current snap is 193 2023-10-14T00:08:37.382 INFO:tasks.rados.rados.0.smithi055.stdout:2075: seq_num 671 ranges {827392=442368,1269760=761856,2031616=442368} 2023-10-14T00:08:37.383 INFO:tasks.rados.rados.0.smithi055.stdout:2075: writing smithi055169533-26 from 827392 to 1269760 tid 1 2023-10-14T00:08:37.387 INFO:tasks.rados.rados.0.smithi055.stdout:2075: writing smithi055169533-26 from 1269760 to 2031616 tid 2 2023-10-14T00:08:37.391 INFO:tasks.rados.rados.0.smithi055.stdout:2075: writing smithi055169533-26 from 2031616 to 2473984 tid 3 2023-10-14T00:08:37.391 INFO:tasks.rados.rados.0.smithi055.stdout:2076: read oid 15 snap -1 2023-10-14T00:08:37.391 INFO:tasks.rados.rados.0.smithi055.stdout:2076: expect deleted 2023-10-14T00:08:37.392 INFO:tasks.rados.rados.0.smithi055.stdout:2077: snap_remove snap 184 2023-10-14T00:08:38.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:37 smithi055 ceph-mon[185614]: pgmap v391: 121 pgs: 121 active+clean; 141 MiB data, 822 MiB used, 714 GiB / 715 GiB avail; 1.9 MiB/s rd, 970 KiB/s wr, 5 op/s 2023-10-14T00:08:38.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:37 smithi055 ceph-mon[185614]: osdmap e453: 8 total, 8 up, 8 in 2023-10-14T00:08:38.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:37 smithi055 ceph-mon[183057]: pgmap v391: 121 pgs: 121 active+clean; 141 MiB data, 822 MiB used, 714 GiB / 715 GiB avail; 1.9 MiB/s rd, 970 KiB/s wr, 5 op/s 2023-10-14T00:08:38.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:37 smithi055 ceph-mon[183057]: osdmap e453: 8 total, 8 up, 8 in 2023-10-14T00:08:38.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:37 smithi082 ceph-mon[180771]: pgmap v391: 121 pgs: 121 active+clean; 141 MiB data, 822 MiB used, 714 GiB / 715 GiB avail; 1.9 MiB/s rd, 970 KiB/s wr, 5 op/s 2023-10-14T00:08:38.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:37 smithi082 ceph-mon[180771]: osdmap e453: 8 total, 8 up, 8 in 2023-10-14T00:08:38.383 INFO:tasks.rados.rados.0.smithi055.stdout:2077: done (5 left) 2023-10-14T00:08:38.384 INFO:tasks.rados.rados.0.smithi055.stdout:2078: snap_create 2023-10-14T00:08:38.384 INFO:tasks.rados.rados.0.smithi055.stdout:2071: finishing write tid 1 to smithi055169533-46 2023-10-14T00:08:38.384 INFO:tasks.rados.rados.0.smithi055.stdout:2071: finishing write tid 2 to smithi055169533-46 2023-10-14T00:08:38.384 INFO:tasks.rados.rados.0.smithi055.stdout:2071: finishing write tid 3 to smithi055169533-46 2023-10-14T00:08:38.385 INFO:tasks.rados.rados.0.smithi055.stdout:2071: finishing write tid 4 to smithi055169533-46 2023-10-14T00:08:38.385 INFO:tasks.rados.rados.0.smithi055.stdout:2071: finishing write tid 5 to smithi055169533-46 2023-10-14T00:08:38.385 INFO:tasks.rados.rados.0.smithi055.stdout:2071: finishing write tid 6 to smithi055169533-46 2023-10-14T00:08:38.385 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 46 v 553 (ObjNum 670 snap 193 seq_num 670) dirty exists 2023-10-14T00:08:38.385 INFO:tasks.rados.rados.0.smithi055.stdout:2071: left oid 46 (ObjNum 670 snap 193 seq_num 670) 2023-10-14T00:08:38.386 INFO:tasks.rados.rados.0.smithi055.stdout:2072: expect (ObjNum 568 snap 162 seq_num 568) 2023-10-14T00:08:38.540 INFO:tasks.rados.rados.0.smithi055.stdout:2075: finishing write tid 1 to smithi055169533-26 2023-10-14T00:08:38.541 INFO:tasks.rados.rados.0.smithi055.stdout:2075: finishing write tid 2 to smithi055169533-26 2023-10-14T00:08:38.541 INFO:tasks.rados.rados.0.smithi055.stdout:2075: finishing write tid 3 to smithi055169533-26 2023-10-14T00:08:38.541 INFO:tasks.rados.rados.0.smithi055.stdout:2075: finishing write tid 4 to smithi055169533-26 2023-10-14T00:08:38.541 INFO:tasks.rados.rados.0.smithi055.stdout:2075: finishing write tid 5 to smithi055169533-26 2023-10-14T00:08:38.542 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 26 v 806 (ObjNum 671 snap 193 seq_num 671) dirty exists 2023-10-14T00:08:38.542 INFO:tasks.rados.rados.0.smithi055.stdout:2075: left oid 26 (ObjNum 671 snap 193 seq_num 671) 2023-10-14T00:08:39.392 INFO:tasks.rados.rados.0.smithi055.stdout:2071: done (5 left) 2023-10-14T00:08:39.393 INFO:tasks.rados.rados.0.smithi055.stdout:2072: done (4 left) 2023-10-14T00:08:39.393 INFO:tasks.rados.rados.0.smithi055.stdout:2073: done (3 left) 2023-10-14T00:08:39.393 INFO:tasks.rados.rados.0.smithi055.stdout:2075: done (2 left) 2023-10-14T00:08:39.393 INFO:tasks.rados.rados.0.smithi055.stdout:2076: done (1 left) 2023-10-14T00:08:39.393 INFO:tasks.rados.rados.0.smithi055.stdout:2078: done (0 left) 2023-10-14T00:08:39.394 INFO:tasks.rados.rados.0.smithi055.stdout:2079: rollback oid 39 current snap is 194 2023-10-14T00:08:39.394 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 39 to 180 2023-10-14T00:08:39.394 INFO:tasks.rados.rados.0.smithi055.stdout:2080: snap_create 2023-10-14T00:08:39.397 INFO:tasks.rados.rados.0.smithi055.stdout:2079: finishing rollback tid 1 to smithi055169533-39 2023-10-14T00:08:39.401 INFO:tasks.rados.rados.0.smithi055.stdout:2079: finishing rollback tid 2 to smithi055169533-39 2023-10-14T00:08:39.402 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 39 v 1062 (ObjNum 629 snap 178 seq_num 629) dirty exists 2023-10-14T00:08:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:39 smithi082 ceph-mon[180771]: osdmap e454: 8 total, 8 up, 8 in 2023-10-14T00:08:39.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:39 smithi082 ceph-mon[180771]: Detected new or changed devices on smithi055 2023-10-14T00:08:39.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:39.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:39.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:08:39.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:08:39.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:39.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:39 smithi082 ceph-mon[180771]: pgmap v394: 121 pgs: 121 active+clean; 143 MiB data, 829 MiB used, 714 GiB / 715 GiB avail; 1.9 MiB/s rd, 787 KiB/s wr, 14 op/s 2023-10-14T00:08:39.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:39.628 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:08:39.628 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:08:39.628 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:39.628 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:39.629 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:39.629 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:39.629 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mds ok-to-stop", "ids": ["b"]}]: dispatch 2023-10-14T00:08:39.629 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:39 smithi082 ceph-mon[180771]: Upgrade: It appears safe to stop mds.b 2023-10-14T00:08:39.630 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:39.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:39 smithi055 ceph-mon[185614]: osdmap e454: 8 total, 8 up, 8 in 2023-10-14T00:08:39.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:39 smithi055 ceph-mon[185614]: Detected new or changed devices on smithi055 2023-10-14T00:08:39.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:39.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:39.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:08:39.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:08:39.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:39.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:39 smithi055 ceph-mon[185614]: pgmap v394: 121 pgs: 121 active+clean; 143 MiB data, 829 MiB used, 714 GiB / 715 GiB avail; 1.9 MiB/s rd, 787 KiB/s wr, 14 op/s 2023-10-14T00:08:39.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:39.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:08:39.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:08:39.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:39.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:39.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:39.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:39.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mds ok-to-stop", "ids": ["b"]}]: dispatch 2023-10-14T00:08:39.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:39 smithi055 ceph-mon[185614]: Upgrade: It appears safe to stop mds.b 2023-10-14T00:08:39.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:39.771 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:39 smithi055 ceph-mon[183057]: osdmap e454: 8 total, 8 up, 8 in 2023-10-14T00:08:39.771 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:39 smithi055 ceph-mon[183057]: Detected new or changed devices on smithi055 2023-10-14T00:08:39.771 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:39.772 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:39.772 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:08:39.772 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:08:39.772 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:39.773 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:39 smithi055 ceph-mon[183057]: pgmap v394: 121 pgs: 121 active+clean; 143 MiB data, 829 MiB used, 714 GiB / 715 GiB avail; 1.9 MiB/s rd, 787 KiB/s wr, 14 op/s 2023-10-14T00:08:39.773 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:39.773 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:08:39.773 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:08:39.773 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:39.774 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:39.774 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:39.774 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:39.774 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mds ok-to-stop", "ids": ["b"]}]: dispatch 2023-10-14T00:08:39.774 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:39 smithi055 ceph-mon[183057]: Upgrade: It appears safe to stop mds.b 2023-10-14T00:08:39.775 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:40.361 INFO:tasks.rados.rados.0.smithi055.stdout:2079: done (1 left) 2023-10-14T00:08:40.362 INFO:tasks.rados.rados.0.smithi055.stdout:2080: done (0 left) 2023-10-14T00:08:40.362 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 28 current snap is 195 2023-10-14T00:08:40.362 INFO:tasks.rados.rados.0.smithi055.stdout:2081: seq_num 672 ranges {1130496=458752,1589248=647168,2236416=466944,2703360=90112} 2023-10-14T00:08:40.370 INFO:tasks.rados.rados.0.smithi055.stdout:2081: writing smithi055169533-28 from 1130496 to 1589248 tid 1 2023-10-14T00:08:40.374 INFO:tasks.rados.rados.0.smithi055.stdout:2081: writing smithi055169533-28 from 1589248 to 2236416 tid 2 2023-10-14T00:08:40.377 INFO:tasks.rados.rados.0.smithi055.stdout:2081: writing smithi055169533-28 from 2236416 to 2703360 tid 3 2023-10-14T00:08:40.378 INFO:tasks.rados.rados.0.smithi055.stdout:2081: writing smithi055169533-28 from 2703360 to 2793472 tid 4 2023-10-14T00:08:40.378 INFO:tasks.rados.rados.0.smithi055.stdout:2082: snap_create 2023-10-14T00:08:40.379 INFO:tasks.rados.rados.0.smithi055.stdout:2081: finishing write tid 1 to smithi055169533-28 2023-10-14T00:08:40.380 INFO:tasks.rados.rados.0.smithi055.stdout:2081: finishing write tid 2 to smithi055169533-28 2023-10-14T00:08:40.382 INFO:tasks.rados.rados.0.smithi055.stdout:2081: finishing write tid 3 to smithi055169533-28 2023-10-14T00:08:40.382 INFO:tasks.rados.rados.0.smithi055.stdout:2081: finishing write tid 4 to smithi055169533-28 2023-10-14T00:08:40.382 INFO:tasks.rados.rados.0.smithi055.stdout:2081: finishing write tid 5 to smithi055169533-28 2023-10-14T00:08:40.383 INFO:tasks.rados.rados.0.smithi055.stdout:2081: finishing write tid 6 to smithi055169533-28 2023-10-14T00:08:40.384 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 28 v 997 (ObjNum 672 snap 195 seq_num 672) dirty exists 2023-10-14T00:08:40.384 INFO:tasks.rados.rados.0.smithi055.stdout:2081: left oid 28 (ObjNum 672 snap 195 seq_num 672) 2023-10-14T00:08:40.601 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:40 smithi082 ceph-mon[180771]: osdmap e455: 8 total, 8 up, 8 in 2023-10-14T00:08:40.601 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:40 smithi082 ceph-mon[180771]: Upgrade: Updating mds.b 2023-10-14T00:08:40.602 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:40 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:40.602 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:40 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' 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-10-14T00:08:40.602 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:40 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:08:40.602 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:40 smithi082 ceph-mon[180771]: Deploying daemon mds.b on smithi082 2023-10-14T00:08:40.602 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:40 smithi082 ceph-mon[180771]: osdmap e456: 8 total, 8 up, 8 in 2023-10-14T00:08:40.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:40 smithi055 ceph-mon[185614]: osdmap e455: 8 total, 8 up, 8 in 2023-10-14T00:08:40.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:40 smithi055 ceph-mon[185614]: Upgrade: Updating mds.b 2023-10-14T00:08:40.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:40 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:40.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:40 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' 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-10-14T00:08:40.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:40 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:08:40.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:40 smithi055 ceph-mon[185614]: Deploying daemon mds.b on smithi082 2023-10-14T00:08:40.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:40 smithi055 ceph-mon[185614]: osdmap e456: 8 total, 8 up, 8 in 2023-10-14T00:08:40.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:40 smithi055 ceph-mon[183057]: osdmap e455: 8 total, 8 up, 8 in 2023-10-14T00:08:40.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:40 smithi055 ceph-mon[183057]: Upgrade: Updating mds.b 2023-10-14T00:08:40.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:40 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:40.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:40 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' 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-10-14T00:08:40.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:40 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:08:40.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:40 smithi055 ceph-mon[183057]: Deploying daemon mds.b on smithi082 2023-10-14T00:08:40.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:40 smithi055 ceph-mon[183057]: osdmap e456: 8 total, 8 up, 8 in 2023-10-14T00:08:41.064 INFO:tasks.rados.rados.0.smithi055.stdout:2081: done (1 left) 2023-10-14T00:08:41.065 INFO:tasks.rados.rados.0.smithi055.stdout:2082: done (0 left) 2023-10-14T00:08:41.065 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 22 current snap is 196 2023-10-14T00:08:41.065 INFO:tasks.rados.rados.0.smithi055.stdout:2083: seq_num 673 ranges {0=475136,475136=532480,1007616=671744} 2023-10-14T00:08:41.067 INFO:tasks.rados.rados.0.smithi055.stdout:2083: writing smithi055169533-22 from 0 to 475136 tid 1 2023-10-14T00:08:41.071 INFO:tasks.rados.rados.0.smithi055.stdout:2083: writing smithi055169533-22 from 475136 to 1007616 tid 2 2023-10-14T00:08:41.075 INFO:tasks.rados.rados.0.smithi055.stdout:2083: writing smithi055169533-22 from 1007616 to 1679360 tid 3 2023-10-14T00:08:41.076 INFO:tasks.rados.rados.0.smithi055.stdout:2084: copy_from oid 50 from oid 15 current snap is 196 2023-10-14T00:08:41.076 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 8 current snap is 196 2023-10-14T00:08:41.076 INFO:tasks.rados.rados.0.smithi055.stdout:2085: seq_num 674 ranges {0=491520,491520=417792,909312=483328,1392640=303104} 2023-10-14T00:08:41.078 INFO:tasks.rados.rados.0.smithi055.stdout:2085: writing smithi055169533-8 from 0 to 491520 tid 1 2023-10-14T00:08:41.081 INFO:tasks.rados.rados.0.smithi055.stdout:2085: writing smithi055169533-8 from 491520 to 909312 tid 2 2023-10-14T00:08:41.084 INFO:tasks.rados.rados.0.smithi055.stdout:2085: writing smithi055169533-8 from 909312 to 1392640 tid 3 2023-10-14T00:08:41.087 INFO:tasks.rados.rados.0.smithi055.stdout:2085: writing smithi055169533-8 from 1392640 to 1695744 tid 4 2023-10-14T00:08:41.087 INFO:tasks.rados.rados.0.smithi055.stdout:2086: copy_from oid 31 from oid 27 current snap is 196 2023-10-14T00:08:41.087 INFO:tasks.rados.rados.0.smithi055.stdout:2083: finishing write tid 1 to smithi055169533-22 2023-10-14T00:08:41.088 INFO:tasks.rados.rados.0.smithi055.stdout:2083: finishing write tid 2 to smithi055169533-22 2023-10-14T00:08:41.088 INFO:tasks.rados.rados.0.smithi055.stdout:2083: finishing write tid 3 to smithi055169533-22 2023-10-14T00:08:41.088 INFO:tasks.rados.rados.0.smithi055.stdout:2083: finishing write tid 4 to smithi055169533-22 2023-10-14T00:08:41.088 INFO:tasks.rados.rados.0.smithi055.stdout:2084: finishing copy_from to smithi055169533-50 2023-10-14T00:08:41.088 INFO:tasks.rados.rados.0.smithi055.stdout:2084: got expected ENOENT (src dne) 2023-10-14T00:08:41.089 INFO:tasks.rados.rados.0.smithi055.stdout:2084: finishing copy_from racing read to smithi055169533-50 2023-10-14T00:08:41.089 INFO:tasks.rados.rados.0.smithi055.stdout:2083: finishing write tid 5 to smithi055169533-22 2023-10-14T00:08:41.089 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 22 v 1066 (ObjNum 673 snap 196 seq_num 673) dirty exists 2023-10-14T00:08:41.089 INFO:tasks.rados.rados.0.smithi055.stdout:2083: left oid 22 (ObjNum 673 snap 196 seq_num 673) 2023-10-14T00:08:41.089 INFO:tasks.rados.rados.0.smithi055.stdout:2085: finishing write tid 1 to smithi055169533-8 2023-10-14T00:08:41.090 INFO:tasks.rados.rados.0.smithi055.stdout:2083: done (3 left) 2023-10-14T00:08:41.090 INFO:tasks.rados.rados.0.smithi055.stdout:2084: done (2 left) 2023-10-14T00:08:41.090 INFO:tasks.rados.rados.0.smithi055.stdout:2087: snap_create 2023-10-14T00:08:41.090 INFO:tasks.rados.rados.0.smithi055.stdout:2085: finishing write tid 2 to smithi055169533-8 2023-10-14T00:08:41.091 INFO:tasks.rados.rados.0.smithi055.stdout:2085: finishing write tid 3 to smithi055169533-8 2023-10-14T00:08:41.091 INFO:tasks.rados.rados.0.smithi055.stdout:2085: finishing write tid 4 to smithi055169533-8 2023-10-14T00:08:41.091 INFO:tasks.rados.rados.0.smithi055.stdout:2085: finishing write tid 5 to smithi055169533-8 2023-10-14T00:08:41.092 INFO:tasks.rados.rados.0.smithi055.stdout:2085: finishing write tid 6 to smithi055169533-8 2023-10-14T00:08:41.092 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 8 v 806 (ObjNum 674 snap 196 seq_num 674) dirty exists 2023-10-14T00:08:41.092 INFO:tasks.rados.rados.0.smithi055.stdout:2085: left oid 8 (ObjNum 674 snap 196 seq_num 674) 2023-10-14T00:08:41.104 INFO:tasks.rados.rados.0.smithi055.stdout:2086: finishing copy_from racing read to smithi055169533-31 2023-10-14T00:08:41.107 INFO:tasks.rados.rados.0.smithi055.stdout:2086: finishing copy_from to smithi055169533-31 2023-10-14T00:08:41.107 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 31 v 1017 (ObjNum 547 snap 153 seq_num 547) dirty exists 2023-10-14T00:08:41.125 INFO:journalctl@ceph.mds.b.smithi082.stdout:Oct 14 00:08:40 smithi082 systemd[1]: Stopping Ceph mds.b for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:08:41.125 INFO:journalctl@ceph.mds.b.smithi082.stdout:Oct 14 00:08:41 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mds-b[148719]: 2023-10-14T00:08:41.050+0000 7f838528f700 -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-10-14T00:08:41.126 INFO:journalctl@ceph.mds.b.smithi082.stdout:Oct 14 00:08:41 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mds-b[148719]: 2023-10-14T00:08:41.050+0000 7f838528f700 -1 mds.b *** got signal Terminated *** 2023-10-14T00:08:41.422 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:41 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-a[183053]: 2023-10-14T00:08:41.050+0000 7f2908253700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-10-14T00:08:41.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:41 smithi082 ceph-mon[180771]: pgmap v397: 121 pgs: 121 active+clean; 150 MiB data, 835 MiB used, 714 GiB / 715 GiB avail; 5.0 MiB/s rd, 1.9 MiB/s wr, 17 op/s 2023-10-14T00:08:41.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:41 smithi082 ceph-mon[180771]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2023-10-14T00:08:41.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:41 smithi082 ceph-mon[180771]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-10-14T00:08:41.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:41 smithi082 ceph-mon[180771]: osdmap e457: 8 total, 8 up, 8 in 2023-10-14T00:08:41.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:41 smithi082 ceph-mon[180771]: Standby daemon mds.a assigned to filesystem cephfs as rank 0 2023-10-14T00:08:41.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:41 smithi082 ceph-mon[180771]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-10-14T00:08:41.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:41 smithi082 ceph-mon[180771]: fsmap cephfs:0/1 1 up:standby, 1 failed 2023-10-14T00:08:41.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:41 smithi082 ceph-mon[180771]: fsmap cephfs:1/1 {0=a=up:replay} 2023-10-14T00:08:41.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:41 smithi055 ceph-mon[185614]: pgmap v397: 121 pgs: 121 active+clean; 150 MiB data, 835 MiB used, 714 GiB / 715 GiB avail; 5.0 MiB/s rd, 1.9 MiB/s wr, 17 op/s 2023-10-14T00:08:41.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:41 smithi055 ceph-mon[185614]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2023-10-14T00:08:41.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:41 smithi055 ceph-mon[185614]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-10-14T00:08:41.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:41 smithi055 ceph-mon[185614]: osdmap e457: 8 total, 8 up, 8 in 2023-10-14T00:08:41.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:41 smithi055 ceph-mon[185614]: Standby daemon mds.a assigned to filesystem cephfs as rank 0 2023-10-14T00:08:41.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:41 smithi055 ceph-mon[185614]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-10-14T00:08:41.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:41 smithi055 ceph-mon[185614]: fsmap cephfs:0/1 1 up:standby, 1 failed 2023-10-14T00:08:41.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:41 smithi055 ceph-mon[185614]: fsmap cephfs:1/1 {0=a=up:replay} 2023-10-14T00:08:41.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:41 smithi055 ceph-mon[183057]: pgmap v397: 121 pgs: 121 active+clean; 150 MiB data, 835 MiB used, 714 GiB / 715 GiB avail; 5.0 MiB/s rd, 1.9 MiB/s wr, 17 op/s 2023-10-14T00:08:41.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:41 smithi055 ceph-mon[183057]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2023-10-14T00:08:41.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:41 smithi055 ceph-mon[183057]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-10-14T00:08:41.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:41 smithi055 ceph-mon[183057]: osdmap e457: 8 total, 8 up, 8 in 2023-10-14T00:08:41.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:41 smithi055 ceph-mon[183057]: Standby daemon mds.a assigned to filesystem cephfs as rank 0 2023-10-14T00:08:41.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:41 smithi055 ceph-mon[183057]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-10-14T00:08:41.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:41 smithi055 ceph-mon[183057]: fsmap cephfs:0/1 1 up:standby, 1 failed 2023-10-14T00:08:41.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:41 smithi055 ceph-mon[183057]: fsmap cephfs:1/1 {0=a=up:replay} 2023-10-14T00:08:42.082 INFO:tasks.rados.rados.0.smithi055.stdout:2085: done (2 left) 2023-10-14T00:08:42.082 INFO:tasks.rados.rados.0.smithi055.stdout:2086: done (1 left) 2023-10-14T00:08:42.083 INFO:tasks.rados.rados.0.smithi055.stdout:2087: done (0 left) 2023-10-14T00:08:42.083 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 43 current snap is 197 2023-10-14T00:08:42.083 INFO:tasks.rados.rados.0.smithi055.stdout:2088: seq_num 675 ranges {1425408=507904,1933312=704512,2637824=499712} 2023-10-14T00:08:42.093 INFO:tasks.rados.rados.0.smithi055.stdout:2088: writing smithi055169533-43 from 1425408 to 1933312 tid 1 2023-10-14T00:08:42.097 INFO:tasks.rados.rados.0.smithi055.stdout:2088: writing smithi055169533-43 from 1933312 to 2637824 tid 2 2023-10-14T00:08:42.100 INFO:tasks.rados.rados.0.smithi055.stdout:2088: writing smithi055169533-43 from 2637824 to 3137536 tid 3 2023-10-14T00:08:42.100 INFO:tasks.rados.rados.0.smithi055.stdout:2089: delete oid 18 current snap is 197 2023-10-14T00:08:42.100 INFO:tasks.rados.rados.0.smithi055.stdout:2088: finishing write tid 1 to smithi055169533-43 2023-10-14T00:08:42.101 INFO:tasks.rados.rados.0.smithi055.stdout:2088: finishing write tid 2 to smithi055169533-43 2023-10-14T00:08:42.103 INFO:tasks.rados.rados.0.smithi055.stdout:2088: finishing write tid 3 to smithi055169533-43 2023-10-14T00:08:42.104 INFO:tasks.rados.rados.0.smithi055.stdout:2088: finishing write tid 4 to smithi055169533-43 2023-10-14T00:08:42.105 INFO:tasks.rados.rados.0.smithi055.stdout:2088: finishing write tid 5 to smithi055169533-43 2023-10-14T00:08:42.106 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 43 v 699 (ObjNum 675 snap 197 seq_num 675) dirty exists 2023-10-14T00:08:42.106 INFO:tasks.rados.rados.0.smithi055.stdout:2088: left oid 43 (ObjNum 675 snap 197 seq_num 675) 2023-10-14T00:08:42.107 INFO:tasks.rados.rados.0.smithi055.stdout:2088: done (1 left) 2023-10-14T00:08:42.107 INFO:tasks.rados.rados.0.smithi055.stdout:2089: done (0 left) 2023-10-14T00:08:42.107 INFO:tasks.rados.rados.0.smithi055.stdout:2090: read oid 36 snap -1 2023-10-14T00:08:42.107 INFO:tasks.rados.rados.0.smithi055.stdout:2090: expect (ObjNum 649 snap 184 seq_num 649) 2023-10-14T00:08:42.108 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 18 current snap is 197 2023-10-14T00:08:42.108 INFO:tasks.rados.rados.0.smithi055.stdout:2091: seq_num 677 ranges {0=540672,540672=516096,1056768=655360,1712128=32768} 2023-10-14T00:08:42.110 INFO:tasks.rados.rados.0.smithi055.stdout:2091: writing smithi055169533-18 from 0 to 540672 tid 1 2023-10-14T00:08:42.113 INFO:tasks.rados.rados.0.smithi055.stdout:2091: writing smithi055169533-18 from 540672 to 1056768 tid 2 2023-10-14T00:08:42.118 INFO:tasks.rados.rados.0.smithi055.stdout:2091: writing smithi055169533-18 from 1056768 to 1712128 tid 3 2023-10-14T00:08:42.119 INFO:tasks.rados.rados.0.smithi055.stdout:2091: writing smithi055169533-18 from 1712128 to 1744896 tid 4 2023-10-14T00:08:42.119 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 44 current snap is 197 2023-10-14T00:08:42.119 INFO:tasks.rados.rados.0.smithi055.stdout:2092: seq_num 678 ranges {0=565248,565248=802816,1368064=401408} 2023-10-14T00:08:42.122 INFO:tasks.rados.rados.0.smithi055.stdout:2092: writing smithi055169533-44 from 0 to 565248 tid 1 2023-10-14T00:08:42.127 INFO:tasks.rados.rados.0.smithi055.stdout:2092: writing smithi055169533-44 from 565248 to 1368064 tid 2 2023-10-14T00:08:42.129 INFO:tasks.rados.rados.0.smithi055.stdout:2092: writing smithi055169533-44 from 1368064 to 1769472 tid 3 2023-10-14T00:08:42.130 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 9 current snap is 197 2023-10-14T00:08:42.130 INFO:tasks.rados.rados.0.smithi055.stdout:2093: seq_num 679 ranges {4268032=581632,4849664=688128,5537792=516096} 2023-10-14T00:08:42.156 INFO:tasks.rados.rados.0.smithi055.stdout:2093: writing smithi055169533-9 from 4268032 to 4849664 tid 1 2023-10-14T00:08:42.160 INFO:tasks.rados.rados.0.smithi055.stdout:2093: writing smithi055169533-9 from 4849664 to 5537792 tid 2 2023-10-14T00:08:42.164 INFO:tasks.rados.rados.0.smithi055.stdout:2093: writing smithi055169533-9 from 5537792 to 6053888 tid 3 2023-10-14T00:08:42.164 INFO:tasks.rados.rados.0.smithi055.stdout:2091: finishing write tid 1 to smithi055169533-18 2023-10-14T00:08:42.164 INFO:tasks.rados.rados.0.smithi055.stdout:2090: expect (ObjNum 649 snap 184 seq_num 649) 2023-10-14T00:08:42.313 INFO:tasks.rados.rados.0.smithi055.stdout:2091: finishing write tid 2 to smithi055169533-18 2023-10-14T00:08:42.314 INFO:tasks.rados.rados.0.smithi055.stdout:2091: finishing write tid 3 to smithi055169533-18 2023-10-14T00:08:42.314 INFO:tasks.rados.rados.0.smithi055.stdout:2091: finishing write tid 4 to smithi055169533-18 2023-10-14T00:08:42.314 INFO:tasks.rados.rados.0.smithi055.stdout:2091: finishing write tid 5 to smithi055169533-18 2023-10-14T00:08:42.314 INFO:tasks.rados.rados.0.smithi055.stdout:2091: finishing write tid 6 to smithi055169533-18 2023-10-14T00:08:42.314 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 18 v 1004 (ObjNum 677 snap 197 seq_num 677) dirty exists 2023-10-14T00:08:42.315 INFO:tasks.rados.rados.0.smithi055.stdout:2091: left oid 18 (ObjNum 677 snap 197 seq_num 677) 2023-10-14T00:08:42.315 INFO:tasks.rados.rados.0.smithi055.stdout:2092: finishing write tid 1 to smithi055169533-44 2023-10-14T00:08:42.315 INFO:tasks.rados.rados.0.smithi055.stdout:2094: read oid 10 snap -1 2023-10-14T00:08:42.315 INFO:tasks.rados.rados.0.smithi055.stdout:2094: expect (ObjNum 663 snap 189 seq_num 663) 2023-10-14T00:08:42.315 INFO:tasks.rados.rados.0.smithi055.stdout:2090: done (4 left) 2023-10-14T00:08:42.316 INFO:tasks.rados.rados.0.smithi055.stdout:2091: done (3 left) 2023-10-14T00:08:42.316 INFO:tasks.rados.rados.0.smithi055.stdout:2095: snap_remove snap 187 2023-10-14T00:08:43.102 INFO:tasks.rados.rados.0.smithi055.stdout:2095: done (3 left) 2023-10-14T00:08:43.102 INFO:tasks.rados.rados.0.smithi055.stdout:2096: rollback oid 33 current snap is 197 2023-10-14T00:08:43.102 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 33 to 183 2023-10-14T00:08:43.102 INFO:tasks.rados.rados.0.smithi055.stdout:2097: read oid 5 snap -1 2023-10-14T00:08:43.103 INFO:tasks.rados.rados.0.smithi055.stdout:2097: expect (ObjNum 588 snap 167 seq_num 588) 2023-10-14T00:08:43.103 INFO:tasks.rados.rados.0.smithi055.stdout:2098: rollback oid 7 current snap is 197 2023-10-14T00:08:43.103 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 7 to 183 2023-10-14T00:08:43.103 INFO:tasks.rados.rados.0.smithi055.stdout:2099: read oid 17 snap 195 2023-10-14T00:08:43.103 INFO:tasks.rados.rados.0.smithi055.stdout:2099: expect (ObjNum 661 snap 188 seq_num 661) 2023-10-14T00:08:43.104 INFO:tasks.rados.rados.0.smithi055.stdout:2100: snap_create 2023-10-14T00:08:43.104 INFO:tasks.rados.rados.0.smithi055.stdout:2092: finishing write tid 2 to smithi055169533-44 2023-10-14T00:08:43.104 INFO:tasks.rados.rados.0.smithi055.stdout:2092: finishing write tid 3 to smithi055169533-44 2023-10-14T00:08:43.104 INFO:tasks.rados.rados.0.smithi055.stdout:2092: finishing write tid 4 to smithi055169533-44 2023-10-14T00:08:43.104 INFO:tasks.rados.rados.0.smithi055.stdout:2092: finishing write tid 5 to smithi055169533-44 2023-10-14T00:08:43.105 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 44 v 703 (ObjNum 678 snap 197 seq_num 678) dirty exists 2023-10-14T00:08:43.105 INFO:tasks.rados.rados.0.smithi055.stdout:2092: left oid 44 (ObjNum 678 snap 197 seq_num 678) 2023-10-14T00:08:43.105 INFO:tasks.rados.rados.0.smithi055.stdout:2093: finishing write tid 1 to smithi055169533-9 2023-10-14T00:08:43.105 INFO:tasks.rados.rados.0.smithi055.stdout:2093: finishing write tid 2 to smithi055169533-9 2023-10-14T00:08:43.105 INFO:tasks.rados.rados.0.smithi055.stdout:2093: finishing write tid 3 to smithi055169533-9 2023-10-14T00:08:43.106 INFO:tasks.rados.rados.0.smithi055.stdout:2093: finishing write tid 4 to smithi055169533-9 2023-10-14T00:08:43.106 INFO:tasks.rados.rados.0.smithi055.stdout:2093: finishing write tid 5 to smithi055169533-9 2023-10-14T00:08:43.106 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 9 v 402 (ObjNum 679 snap 197 seq_num 679) dirty exists 2023-10-14T00:08:43.106 INFO:tasks.rados.rados.0.smithi055.stdout:2093: left oid 9 (ObjNum 679 snap 197 seq_num 679) 2023-10-14T00:08:43.106 INFO:tasks.rados.rados.0.smithi055.stdout:2094: expect (ObjNum 663 snap 189 seq_num 663) 2023-10-14T00:08:43.221 INFO:tasks.rados.rados.0.smithi055.stdout:2096: finishing rollback tid 0 to smithi055169533-33 2023-10-14T00:08:43.221 INFO:tasks.rados.rados.0.smithi055.stdout:2096: finishing rollback tid 1 to smithi055169533-33 2023-10-14T00:08:43.221 INFO:tasks.rados.rados.0.smithi055.stdout:2096: finishing rollback tid 2 to smithi055169533-33 2023-10-14T00:08:43.222 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 33 v 809 (ObjNum 638 snap 179 seq_num 638) dirty exists 2023-10-14T00:08:43.222 INFO:tasks.rados.rados.0.smithi055.stdout:2098: finishing rollback tid 0 to smithi055169533-7 2023-10-14T00:08:43.222 INFO:tasks.rados.rados.0.smithi055.stdout:2098: finishing rollback tid 1 to smithi055169533-7 2023-10-14T00:08:43.222 INFO:tasks.rados.rados.0.smithi055.stdout:2098: finishing rollback tid 2 to smithi055169533-7 2023-10-14T00:08:43.222 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 7 v 706 (ObjNum 610 snap 174 seq_num 610) dirty exists 2023-10-14T00:08:43.223 INFO:tasks.rados.rados.0.smithi055.stdout:2097: expect (ObjNum 588 snap 167 seq_num 588) 2023-10-14T00:08:43.313 INFO:tasks.rados.rados.0.smithi055.stdout:2099: expect (ObjNum 661 snap 188 seq_num 661) 2023-10-14T00:08:43.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:43 smithi082 ceph-mon[180771]: osdmap e458: 8 total, 8 up, 8 in 2023-10-14T00:08:43.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:43 smithi082 ceph-mon[180771]: mds.? [v2:172.21.15.55:6834/4105028077,v1:172.21.15.55:6835/4105028077] up:reconnect 2023-10-14T00:08:43.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:43 smithi082 ceph-mon[180771]: fsmap cephfs:1/1 {0=a=up:reconnect} 2023-10-14T00:08:43.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:43 smithi082 ceph-mon[180771]: pgmap v400: 121 pgs: 121 active+clean; 154 MiB data, 840 MiB used, 714 GiB / 715 GiB avail; 5.0 MiB/s rd, 2.7 MiB/s wr, 6 op/s 2023-10-14T00:08:43.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:43 smithi055 ceph-mon[183057]: osdmap e458: 8 total, 8 up, 8 in 2023-10-14T00:08:43.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:43 smithi055 ceph-mon[183057]: mds.? [v2:172.21.15.55:6834/4105028077,v1:172.21.15.55:6835/4105028077] up:reconnect 2023-10-14T00:08:43.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:43 smithi055 ceph-mon[183057]: fsmap cephfs:1/1 {0=a=up:reconnect} 2023-10-14T00:08:43.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:43 smithi055 ceph-mon[183057]: pgmap v400: 121 pgs: 121 active+clean; 154 MiB data, 840 MiB used, 714 GiB / 715 GiB avail; 5.0 MiB/s rd, 2.7 MiB/s wr, 6 op/s 2023-10-14T00:08:43.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:43 smithi055 ceph-mon[185614]: osdmap e458: 8 total, 8 up, 8 in 2023-10-14T00:08:43.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:43 smithi055 ceph-mon[185614]: mds.? [v2:172.21.15.55:6834/4105028077,v1:172.21.15.55:6835/4105028077] up:reconnect 2023-10-14T00:08:43.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:43 smithi055 ceph-mon[185614]: fsmap cephfs:1/1 {0=a=up:reconnect} 2023-10-14T00:08:43.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:43 smithi055 ceph-mon[185614]: pgmap v400: 121 pgs: 121 active+clean; 154 MiB data, 840 MiB used, 714 GiB / 715 GiB avail; 5.0 MiB/s rd, 2.7 MiB/s wr, 6 op/s 2023-10-14T00:08:44.122 INFO:tasks.rados.rados.0.smithi055.stdout:2092: done (7 left) 2023-10-14T00:08:44.122 INFO:tasks.rados.rados.0.smithi055.stdout:2093: done (6 left) 2023-10-14T00:08:44.123 INFO:tasks.rados.rados.0.smithi055.stdout:2094: done (5 left) 2023-10-14T00:08:44.123 INFO:tasks.rados.rados.0.smithi055.stdout:2096: done (4 left) 2023-10-14T00:08:44.123 INFO:tasks.rados.rados.0.smithi055.stdout:2097: done (3 left) 2023-10-14T00:08:44.123 INFO:tasks.rados.rados.0.smithi055.stdout:2098: done (2 left) 2023-10-14T00:08:44.123 INFO:tasks.rados.rados.0.smithi055.stdout:2099: done (1 left) 2023-10-14T00:08:44.124 INFO:tasks.rados.rados.0.smithi055.stdout:2100: done (0 left) 2023-10-14T00:08:44.124 INFO:tasks.rados.rados.0.smithi055.stdout:2101: rmattr oid 29 current snap is 198 2023-10-14T00:08:44.124 INFO:tasks.rados.rados.0.smithi055.stdout:2101: done (0 left) 2023-10-14T00:08:44.124 INFO:tasks.rados.rados.0.smithi055.stdout:2102: delete oid 39 current snap is 198 2023-10-14T00:08:44.126 INFO:tasks.rados.rados.0.smithi055.stdout:2102: done (0 left) 2023-10-14T00:08:44.126 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 49 current snap is 198 2023-10-14T00:08:44.127 INFO:tasks.rados.rados.0.smithi055.stdout:2103: seq_num 681 ranges {0=614400,614400=458752,1073152=638976,1712128=106496} 2023-10-14T00:08:44.129 INFO:tasks.rados.rados.0.smithi055.stdout:2103: writing smithi055169533-49 from 0 to 614400 tid 1 2023-10-14T00:08:44.133 INFO:tasks.rados.rados.0.smithi055.stdout:2103: writing smithi055169533-49 from 614400 to 1073152 tid 2 2023-10-14T00:08:44.137 INFO:tasks.rados.rados.0.smithi055.stdout:2103: writing smithi055169533-49 from 1073152 to 1712128 tid 3 2023-10-14T00:08:44.138 INFO:tasks.rados.rados.0.smithi055.stdout:2103: writing smithi055169533-49 from 1712128 to 1818624 tid 4 2023-10-14T00:08:44.138 INFO:tasks.rados.rados.0.smithi055.stdout:2104: read oid 38 snap -1 2023-10-14T00:08:44.138 INFO:tasks.rados.rados.0.smithi055.stdout:2104: expect deleted 2023-10-14T00:08:44.139 INFO:tasks.rados.rados.0.smithi055.stdout:2105: delete oid 33 current snap is 198 2023-10-14T00:08:44.139 INFO:tasks.rados.rados.0.smithi055.stdout:2103: finishing write tid 1 to smithi055169533-49 2023-10-14T00:08:44.139 INFO:tasks.rados.rados.0.smithi055.stdout:2103: finishing write tid 2 to smithi055169533-49 2023-10-14T00:08:44.140 INFO:tasks.rados.rados.0.smithi055.stdout:2104: done (2 left) 2023-10-14T00:08:44.140 INFO:tasks.rados.rados.0.smithi055.stdout:2105: done (1 left) 2023-10-14T00:08:44.141 INFO:tasks.rados.rados.0.smithi055.stdout:2106: snap_create 2023-10-14T00:08:44.142 INFO:tasks.rados.rados.0.smithi055.stdout:2103: finishing write tid 3 to smithi055169533-49 2023-10-14T00:08:44.142 INFO:tasks.rados.rados.0.smithi055.stdout:2103: finishing write tid 4 to smithi055169533-49 2023-10-14T00:08:44.143 INFO:tasks.rados.rados.0.smithi055.stdout:2103: finishing write tid 5 to smithi055169533-49 2023-10-14T00:08:44.144 INFO:tasks.rados.rados.0.smithi055.stdout:2103: finishing write tid 6 to smithi055169533-49 2023-10-14T00:08:44.144 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 49 v 1013 (ObjNum 681 snap 198 seq_num 681) dirty exists 2023-10-14T00:08:44.144 INFO:tasks.rados.rados.0.smithi055.stdout:2103: left oid 49 (ObjNum 681 snap 198 seq_num 681) 2023-10-14T00:08:44.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:44 smithi082 ceph-mon[180771]: mds.? [v2:172.21.15.55:6834/4105028077,v1:172.21.15.55:6835/4105028077] up:rejoin 2023-10-14T00:08:44.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:44 smithi082 ceph-mon[180771]: fsmap cephfs:1/1 {0=a=up:rejoin} 2023-10-14T00:08:44.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:44 smithi082 ceph-mon[180771]: osdmap e459: 8 total, 8 up, 8 in 2023-10-14T00:08:44.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:44 smithi082 ceph-mon[180771]: daemon mds.a is now active in filesystem cephfs as rank 0 2023-10-14T00:08:44.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:44 smithi055 ceph-mon[185614]: mds.? [v2:172.21.15.55:6834/4105028077,v1:172.21.15.55:6835/4105028077] up:rejoin 2023-10-14T00:08:44.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:44 smithi055 ceph-mon[185614]: fsmap cephfs:1/1 {0=a=up:rejoin} 2023-10-14T00:08:44.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:44 smithi055 ceph-mon[185614]: osdmap e459: 8 total, 8 up, 8 in 2023-10-14T00:08:44.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:44 smithi055 ceph-mon[185614]: daemon mds.a is now active in filesystem cephfs as rank 0 2023-10-14T00:08:44.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:44 smithi055 ceph-mon[183057]: mds.? [v2:172.21.15.55:6834/4105028077,v1:172.21.15.55:6835/4105028077] up:rejoin 2023-10-14T00:08:44.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:44 smithi055 ceph-mon[183057]: fsmap cephfs:1/1 {0=a=up:rejoin} 2023-10-14T00:08:44.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:44 smithi055 ceph-mon[183057]: osdmap e459: 8 total, 8 up, 8 in 2023-10-14T00:08:44.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:44 smithi055 ceph-mon[183057]: daemon mds.a is now active in filesystem cephfs as rank 0 2023-10-14T00:08:45.127 INFO:tasks.rados.rados.0.smithi055.stdout:2103: done (1 left) 2023-10-14T00:08:45.128 INFO:tasks.rados.rados.0.smithi055.stdout:2106: done (0 left) 2023-10-14T00:08:45.128 INFO:tasks.rados.rados.0.smithi055.stdout:2107: snap_create 2023-10-14T00:08:45.373 INFO:tasks.rados.rados.0.smithi055.stdout:2107: done (0 left) 2023-10-14T00:08:45.374 INFO:tasks.rados.rados.0.smithi055.stdout:2108: read oid 37 snap 199 2023-10-14T00:08:45.374 INFO:tasks.rados.rados.0.smithi055.stdout:2108: expect (ObjNum 1529251520 snap 21912 seq_num 1528624416) 2023-10-14T00:08:45.374 INFO:tasks.rados.rados.0.smithi055.stdout:2109: snap_create 2023-10-14T00:08:45.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:45 smithi082 ceph-mon[180771]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2023-10-14T00:08:45.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:45 smithi082 ceph-mon[180771]: Cluster is now healthy 2023-10-14T00:08:45.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:45 smithi082 ceph-mon[180771]: osdmap e460: 8 total, 8 up, 8 in 2023-10-14T00:08:45.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:45 smithi082 ceph-mon[180771]: mds.? [v2:172.21.15.55:6834/4105028077,v1:172.21.15.55:6835/4105028077] up:active 2023-10-14T00:08:45.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:45 smithi082 ceph-mon[180771]: fsmap cephfs:1 {0=a=up:active} 2023-10-14T00:08:45.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:45 smithi082 ceph-mon[180771]: pgmap v403: 121 pgs: 121 active+clean; 166 MiB data, 853 MiB used, 714 GiB / 715 GiB avail; 6.5 MiB/s rd, 4.1 MiB/s wr, 22 op/s 2023-10-14T00:08:45.376 INFO:tasks.rados.rados.0.smithi055.stdout:2108: expect (ObjNum 1529251520 snap 21912 seq_num 1528624416) 2023-10-14T00:08:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:08:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:08:45] "GET /metrics HTTP/1.1" 200 36153 "" "Prometheus/2.43.0" 2023-10-14T00:08:45.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:45 smithi055 ceph-mon[185614]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2023-10-14T00:08:45.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:45 smithi055 ceph-mon[185614]: Cluster is now healthy 2023-10-14T00:08:45.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:45 smithi055 ceph-mon[185614]: osdmap e460: 8 total, 8 up, 8 in 2023-10-14T00:08:45.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:45 smithi055 ceph-mon[185614]: mds.? [v2:172.21.15.55:6834/4105028077,v1:172.21.15.55:6835/4105028077] up:active 2023-10-14T00:08:45.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:45 smithi055 ceph-mon[185614]: fsmap cephfs:1 {0=a=up:active} 2023-10-14T00:08:45.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:45 smithi055 ceph-mon[185614]: pgmap v403: 121 pgs: 121 active+clean; 166 MiB data, 853 MiB used, 714 GiB / 715 GiB avail; 6.5 MiB/s rd, 4.1 MiB/s wr, 22 op/s 2023-10-14T00:08:45.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:45 smithi055 ceph-mon[183057]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2023-10-14T00:08:45.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:45 smithi055 ceph-mon[183057]: Cluster is now healthy 2023-10-14T00:08:45.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:45 smithi055 ceph-mon[183057]: osdmap e460: 8 total, 8 up, 8 in 2023-10-14T00:08:45.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:45 smithi055 ceph-mon[183057]: mds.? [v2:172.21.15.55:6834/4105028077,v1:172.21.15.55:6835/4105028077] up:active 2023-10-14T00:08:45.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:45 smithi055 ceph-mon[183057]: fsmap cephfs:1 {0=a=up:active} 2023-10-14T00:08:45.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:45 smithi055 ceph-mon[183057]: pgmap v403: 121 pgs: 121 active+clean; 166 MiB data, 853 MiB used, 714 GiB / 715 GiB avail; 6.5 MiB/s rd, 4.1 MiB/s wr, 22 op/s 2023-10-14T00:08:46.125 INFO:journalctl@ceph.mds.b.smithi082.stdout:Oct 14 00:08:45 smithi082 bash[210617]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mds-b 2023-10-14T00:08:46.378 INFO:tasks.rados.rados.0.smithi055.stdout:2108: done (1 left) 2023-10-14T00:08:46.379 INFO:tasks.rados.rados.0.smithi055.stdout:2109: done (0 left) 2023-10-14T00:08:46.379 INFO:tasks.rados.rados.0.smithi055.stdout:2110: snap_remove snap 188 2023-10-14T00:08:46.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:46 smithi055 ceph-mon[185614]: osdmap e461: 8 total, 8 up, 8 in 2023-10-14T00:08:46.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:46 smithi055 ceph-mon[185614]: osdmap e462: 8 total, 8 up, 8 in 2023-10-14T00:08:46.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:46 smithi055 ceph-mon[183057]: osdmap e461: 8 total, 8 up, 8 in 2023-10-14T00:08:46.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:46 smithi055 ceph-mon[183057]: osdmap e462: 8 total, 8 up, 8 in 2023-10-14T00:08:46.573 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:46 smithi082 ceph-mon[180771]: osdmap e461: 8 total, 8 up, 8 in 2023-10-14T00:08:46.573 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:46 smithi082 ceph-mon[180771]: osdmap e462: 8 total, 8 up, 8 in 2023-10-14T00:08:46.574 INFO:journalctl@ceph.mds.b.smithi082.stdout:Oct 14 00:08:46 smithi082 systemd[1]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@mds.b.service: Succeeded. 2023-10-14T00:08:46.574 INFO:journalctl@ceph.mds.b.smithi082.stdout:Oct 14 00:08:46 smithi082 systemd[1]: Stopped Ceph mds.b for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:08:46.574 INFO:journalctl@ceph.mds.b.smithi082.stdout:Oct 14 00:08:46 smithi082 systemd[1]: Starting Ceph mds.b for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:08:47.125 INFO:journalctl@ceph.mds.b.smithi082.stdout:Oct 14 00:08:46 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mds-b[210774]: starting mds.b at 2023-10-14T00:08:47.125 INFO:journalctl@ceph.mds.b.smithi082.stdout:Oct 14 00:08:46 smithi082 bash[210760]: e18c7082399890f73857b71ca00b73fe43bdb96ea37d04131dd08fa806e965cd 2023-10-14T00:08:47.125 INFO:journalctl@ceph.mds.b.smithi082.stdout:Oct 14 00:08:46 smithi082 systemd[1]: Started Ceph mds.b for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:08:47.389 INFO:tasks.rados.rados.0.smithi055.stdout:2110: done (0 left) 2023-10-14T00:08:47.390 INFO:tasks.rados.rados.0.smithi055.stdout:2111: copy_from oid 10 from oid 48 current snap is 201 2023-10-14T00:08:47.390 INFO:tasks.rados.rados.0.smithi055.stdout:2112: snap_create 2023-10-14T00:08:47.415 INFO:tasks.rados.rados.0.smithi055.stdout:2111: finishing copy_from racing read to smithi055169533-10 2023-10-14T00:08:47.417 INFO:tasks.rados.rados.0.smithi055.stdout:2111: finishing copy_from to smithi055169533-10 2023-10-14T00:08:47.417 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 10 v 802 (ObjNum 649 snap 184 seq_num 649) dirty exists 2023-10-14T00:08:47.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:47 smithi082 ceph-mon[180771]: osdmap e463: 8 total, 8 up, 8 in 2023-10-14T00:08:47.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:47 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:47.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:47 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:47.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:47 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:08:47.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:47 smithi082 ceph-mon[180771]: pgmap v407: 121 pgs: 121 active+clean; 166 MiB data, 864 MiB used, 714 GiB / 715 GiB avail; 8.5 MiB/s rd, 3.1 MiB/s wr, 26 op/s 2023-10-14T00:08:47.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:47 smithi055 ceph-mon[183057]: osdmap e463: 8 total, 8 up, 8 in 2023-10-14T00:08:47.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:47 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:47.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:47 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:47.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:47 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:08:47.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:47 smithi055 ceph-mon[183057]: pgmap v407: 121 pgs: 121 active+clean; 166 MiB data, 864 MiB used, 714 GiB / 715 GiB avail; 8.5 MiB/s rd, 3.1 MiB/s wr, 26 op/s 2023-10-14T00:08:47.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:47 smithi055 ceph-mon[185614]: osdmap e463: 8 total, 8 up, 8 in 2023-10-14T00:08:47.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:47 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:47.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:47 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:47.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:47 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:08:47.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:47 smithi055 ceph-mon[185614]: pgmap v407: 121 pgs: 121 active+clean; 166 MiB data, 864 MiB used, 714 GiB / 715 GiB avail; 8.5 MiB/s rd, 3.1 MiB/s wr, 26 op/s 2023-10-14T00:08:48.391 INFO:tasks.rados.rados.0.smithi055.stdout:2111: done (1 left) 2023-10-14T00:08:48.391 INFO:tasks.rados.rados.0.smithi055.stdout:2112: done (0 left) 2023-10-14T00:08:48.391 INFO:tasks.rados.rados.0.smithi055.stdout:2113: read oid 11 snap -1 2023-10-14T00:08:48.392 INFO:tasks.rados.rados.0.smithi055.stdout:2113: expect (ObjNum 636 snap 179 seq_num 636) 2023-10-14T00:08:48.392 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 34 current snap is 202 2023-10-14T00:08:48.392 INFO:tasks.rados.rados.0.smithi055.stdout:2114: seq_num 683 ranges {3497984=647168,4145152=630784,4775936=573440} 2023-10-14T00:08:48.415 INFO:tasks.rados.rados.0.smithi055.stdout:2114: writing smithi055169533-34 from 3497984 to 4145152 tid 1 2023-10-14T00:08:48.419 INFO:tasks.rados.rados.0.smithi055.stdout:2114: writing smithi055169533-34 from 4145152 to 4775936 tid 2 2023-10-14T00:08:48.422 INFO:tasks.rados.rados.0.smithi055.stdout:2114: writing smithi055169533-34 from 4775936 to 5349376 tid 3 2023-10-14T00:08:48.423 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 45 current snap is 202 2023-10-14T00:08:48.423 INFO:tasks.rados.rados.0.smithi055.stdout:2115: seq_num 684 ranges {2031616=663552,2695168=507904,3203072=409600,3612672=286720} 2023-10-14T00:08:48.438 INFO:tasks.rados.rados.0.smithi055.stdout:2115: writing smithi055169533-45 from 2031616 to 2695168 tid 1 2023-10-14T00:08:48.440 INFO:tasks.rados.rados.0.smithi055.stdout:2115: writing smithi055169533-45 from 2695168 to 3203072 tid 2 2023-10-14T00:08:48.443 INFO:tasks.rados.rados.0.smithi055.stdout:2115: writing smithi055169533-45 from 3203072 to 3612672 tid 3 2023-10-14T00:08:48.445 INFO:tasks.rados.rados.0.smithi055.stdout:2115: writing smithi055169533-45 from 3612672 to 3899392 tid 4 2023-10-14T00:08:48.445 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 25 current snap is 202 2023-10-14T00:08:48.445 INFO:tasks.rados.rados.0.smithi055.stdout:2116: seq_num 685 ranges {1671168=679936,2351104=442368,2793472=622592,3416064=139264} 2023-10-14T00:08:48.458 INFO:tasks.rados.rados.0.smithi055.stdout:2116: writing smithi055169533-25 from 1671168 to 2351104 tid 1 2023-10-14T00:08:48.461 INFO:tasks.rados.rados.0.smithi055.stdout:2116: writing smithi055169533-25 from 2351104 to 2793472 tid 2 2023-10-14T00:08:48.465 INFO:tasks.rados.rados.0.smithi055.stdout:2116: writing smithi055169533-25 from 2793472 to 3416064 tid 3 2023-10-14T00:08:48.466 INFO:tasks.rados.rados.0.smithi055.stdout:2116: writing smithi055169533-25 from 3416064 to 3555328 tid 4 2023-10-14T00:08:48.466 INFO:tasks.rados.rados.0.smithi055.stdout:2117: rollback oid 6 current snap is 202 2023-10-14T00:08:48.466 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 6 to 185 2023-10-14T00:08:48.467 INFO:tasks.rados.rados.0.smithi055.stdout:2113: expect (ObjNum 636 snap 179 seq_num 636) 2023-10-14T00:08:48.536 INFO:tasks.rados.rados.0.smithi055.stdout:2114: finishing write tid 1 to smithi055169533-34 2023-10-14T00:08:48.536 INFO:tasks.rados.rados.0.smithi055.stdout:2114: finishing write tid 2 to smithi055169533-34 2023-10-14T00:08:48.537 INFO:tasks.rados.rados.0.smithi055.stdout:2114: finishing write tid 3 to smithi055169533-34 2023-10-14T00:08:48.537 INFO:tasks.rados.rados.0.smithi055.stdout:2114: finishing write tid 4 to smithi055169533-34 2023-10-14T00:08:48.537 INFO:tasks.rados.rados.0.smithi055.stdout:2114: finishing write tid 5 to smithi055169533-34 2023-10-14T00:08:48.537 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 34 v 582 (ObjNum 683 snap 202 seq_num 683) dirty exists 2023-10-14T00:08:48.537 INFO:tasks.rados.rados.0.smithi055.stdout:2114: left oid 34 (ObjNum 683 snap 202 seq_num 683) 2023-10-14T00:08:48.538 INFO:tasks.rados.rados.0.smithi055.stdout:2115: finishing write tid 1 to smithi055169533-45 2023-10-14T00:08:48.538 INFO:tasks.rados.rados.0.smithi055.stdout:2115: finishing write tid 2 to smithi055169533-45 2023-10-14T00:08:48.538 INFO:tasks.rados.rados.0.smithi055.stdout:2115: finishing write tid 3 to smithi055169533-45 2023-10-14T00:08:48.538 INFO:tasks.rados.rados.0.smithi055.stdout:2115: finishing write tid 4 to smithi055169533-45 2023-10-14T00:08:48.539 INFO:tasks.rados.rados.0.smithi055.stdout:2115: finishing write tid 5 to smithi055169533-45 2023-10-14T00:08:48.539 INFO:tasks.rados.rados.0.smithi055.stdout:2115: finishing write tid 6 to smithi055169533-45 2023-10-14T00:08:48.539 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 45 v 711 (ObjNum 684 snap 202 seq_num 684) dirty exists 2023-10-14T00:08:48.539 INFO:tasks.rados.rados.0.smithi055.stdout:2115: left oid 45 (ObjNum 684 snap 202 seq_num 684) 2023-10-14T00:08:48.539 INFO:tasks.rados.rados.0.smithi055.stdout:2116: finishing write tid 1 to smithi055169533-25 2023-10-14T00:08:48.540 INFO:tasks.rados.rados.0.smithi055.stdout:2116: finishing write tid 2 to smithi055169533-25 2023-10-14T00:08:48.540 INFO:tasks.rados.rados.0.smithi055.stdout:2116: finishing write tid 3 to smithi055169533-25 2023-10-14T00:08:48.540 INFO:tasks.rados.rados.0.smithi055.stdout:2113: done (4 left) 2023-10-14T00:08:48.540 INFO:tasks.rados.rados.0.smithi055.stdout:2114: done (3 left) 2023-10-14T00:08:48.540 INFO:tasks.rados.rados.0.smithi055.stdout:2115: done (2 left) 2023-10-14T00:08:48.540 INFO:tasks.rados.rados.0.smithi055.stdout:2118: setattr oid 20 current snap is 202 2023-10-14T00:08:48.541 INFO:tasks.rados.rados.0.smithi055.stdout:2116: finishing write tid 4 to smithi055169533-25 2023-10-14T00:08:48.541 INFO:tasks.rados.rados.0.smithi055.stdout:2116: finishing write tid 5 to smithi055169533-25 2023-10-14T00:08:48.541 INFO:tasks.rados.rados.0.smithi055.stdout:2117: finishing rollback tid 1 to smithi055169533-6 2023-10-14T00:08:48.541 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 6 v 802 (ObjNum 161 snap 0 seq_num 1) dirty dne 2023-10-14T00:08:48.541 INFO:tasks.rados.rados.0.smithi055.stdout:2116: finishing write tid 6 to smithi055169533-25 2023-10-14T00:08:48.542 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 25 v 359 (ObjNum 685 snap 202 seq_num 685) dirty exists 2023-10-14T00:08:48.542 INFO:tasks.rados.rados.0.smithi055.stdout:2116: left oid 25 (ObjNum 685 snap 202 seq_num 685) 2023-10-14T00:08:48.543 INFO:tasks.rados.rados.0.smithi055.stdout:2116: done (2 left) 2023-10-14T00:08:48.543 INFO:tasks.rados.rados.0.smithi055.stdout:2117: done (1 left) 2023-10-14T00:08:48.543 INFO:tasks.rados.rados.0.smithi055.stdout:2119: read oid 26 snap 198 2023-10-14T00:08:48.543 INFO:tasks.rados.rados.0.smithi055.stdout:2119: expect (ObjNum 671 snap 193 seq_num 671) 2023-10-14T00:08:48.543 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 11 current snap is 202 2023-10-14T00:08:48.544 INFO:tasks.rados.rados.0.smithi055.stdout:2120: seq_num 686 ranges {2031616=696320,2727936=729088,3457024=425984,3883008=49152} 2023-10-14T00:08:48.553 INFO:tasks.rados.rados.0.smithi055.stdout:2120: writing smithi055169533-11 from 2031616 to 2727936 tid 1 2023-10-14T00:08:48.557 INFO:tasks.rados.rados.0.smithi055.stdout:2120: writing smithi055169533-11 from 2727936 to 3457024 tid 2 2023-10-14T00:08:48.559 INFO:tasks.rados.rados.0.smithi055.stdout:2120: writing smithi055169533-11 from 3457024 to 3883008 tid 3 2023-10-14T00:08:48.560 INFO:tasks.rados.rados.0.smithi055.stdout:2120: writing smithi055169533-11 from 3883008 to 3932160 tid 4 2023-10-14T00:08:48.560 INFO:tasks.rados.rados.0.smithi055.stdout:2121: read oid 50 snap -1 2023-10-14T00:08:48.561 INFO:tasks.rados.rados.0.smithi055.stdout:2121: expect (ObjNum 381 snap 100 seq_num 381) 2023-10-14T00:08:48.561 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 20 v 553 (ObjNum 665 snap 190 seq_num 665) dirty exists 2023-10-14T00:08:48.561 INFO:tasks.rados.rados.0.smithi055.stdout:2119: expect (ObjNum 671 snap 193 seq_num 671) 2023-10-14T00:08:48.642 INFO:tasks.rados.rados.0.smithi055.stdout:2120: finishing write tid 1 to smithi055169533-11 2023-10-14T00:08:48.643 INFO:tasks.rados.rados.0.smithi055.stdout:2118: done (3 left) 2023-10-14T00:08:48.643 INFO:tasks.rados.rados.0.smithi055.stdout:2119: done (2 left) 2023-10-14T00:08:48.643 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 49 current snap is 202 2023-10-14T00:08:48.643 INFO:tasks.rados.rados.0.smithi055.stdout:2120: finishing write tid 2 to smithi055169533-11 2023-10-14T00:08:48.644 INFO:tasks.rados.rados.0.smithi055.stdout:2122: seq_num 687 ranges {1818624=712704,2531328=614400,3145728=589824} 2023-10-14T00:08:48.656 INFO:tasks.rados.rados.0.smithi055.stdout:2122: writing smithi055169533-49 from 1818624 to 2531328 tid 1 2023-10-14T00:08:48.659 INFO:tasks.rados.rados.0.smithi055.stdout:2122: writing smithi055169533-49 from 2531328 to 3145728 tid 2 2023-10-14T00:08:48.664 INFO:tasks.rados.rados.0.smithi055.stdout:2122: writing smithi055169533-49 from 3145728 to 3735552 tid 3 2023-10-14T00:08:48.664 INFO:tasks.rados.rados.0.smithi055.stdout:2123: read oid 16 snap -1 2023-10-14T00:08:48.664 INFO:tasks.rados.rados.0.smithi055.stdout:2123: expect (ObjNum 555 snap 154 seq_num 555) 2023-10-14T00:08:48.665 INFO:tasks.rados.rados.0.smithi055.stdout:2124: copy_from oid 6 from oid 46 current snap is 202 2023-10-14T00:08:48.665 INFO:tasks.rados.rados.0.smithi055.stdout:2120: finishing write tid 3 to smithi055169533-11 2023-10-14T00:08:48.665 INFO:tasks.rados.rados.0.smithi055.stdout:2120: finishing write tid 4 to smithi055169533-11 2023-10-14T00:08:48.665 INFO:tasks.rados.rados.0.smithi055.stdout:2120: finishing write tid 5 to smithi055169533-11 2023-10-14T00:08:48.665 INFO:tasks.rados.rados.0.smithi055.stdout:2120: finishing write tid 6 to smithi055169533-11 2023-10-14T00:08:48.666 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 11 v 558 (ObjNum 686 snap 202 seq_num 686) dirty exists 2023-10-14T00:08:48.666 INFO:tasks.rados.rados.0.smithi055.stdout:2120: left oid 11 (ObjNum 686 snap 202 seq_num 686) 2023-10-14T00:08:48.666 INFO:tasks.rados.rados.0.smithi055.stdout:2121: expect (ObjNum 381 snap 100 seq_num 381) 2023-10-14T00:08:48.690 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:48 smithi082 ceph-mon[180771]: osdmap e464: 8 total, 8 up, 8 in 2023-10-14T00:08:48.691 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:48 smithi082 ceph-mon[180771]: mds.? [v2:172.21.15.82:6832/1006822794,v1:172.21.15.82:6833/1006822794] up:boot 2023-10-14T00:08:48.691 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:48 smithi082 ceph-mon[180771]: fsmap cephfs:1 {0=a=up:active} 1 up:standby 2023-10-14T00:08:48.691 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:48 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2023-10-14T00:08:48.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:48 smithi055 ceph-mon[185614]: osdmap e464: 8 total, 8 up, 8 in 2023-10-14T00:08:48.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:48 smithi055 ceph-mon[185614]: mds.? [v2:172.21.15.82:6832/1006822794,v1:172.21.15.82:6833/1006822794] up:boot 2023-10-14T00:08:48.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:48 smithi055 ceph-mon[185614]: fsmap cephfs:1 {0=a=up:active} 1 up:standby 2023-10-14T00:08:48.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:48 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2023-10-14T00:08:48.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:48 smithi055 ceph-mon[183057]: osdmap e464: 8 total, 8 up, 8 in 2023-10-14T00:08:48.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:48 smithi055 ceph-mon[183057]: mds.? [v2:172.21.15.82:6832/1006822794,v1:172.21.15.82:6833/1006822794] up:boot 2023-10-14T00:08:48.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:48 smithi055 ceph-mon[183057]: fsmap cephfs:1 {0=a=up:active} 1 up:standby 2023-10-14T00:08:48.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:48 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2023-10-14T00:08:49.054 INFO:tasks.rados.rados.0.smithi055.stdout:2122: finishing write tid 1 to smithi055169533-49 2023-10-14T00:08:49.055 INFO:tasks.rados.rados.0.smithi055.stdout:2122: finishing write tid 2 to smithi055169533-49 2023-10-14T00:08:49.055 INFO:tasks.rados.rados.0.smithi055.stdout:2122: finishing write tid 3 to smithi055169533-49 2023-10-14T00:08:49.055 INFO:tasks.rados.rados.0.smithi055.stdout:2122: finishing write tid 4 to smithi055169533-49 2023-10-14T00:08:49.056 INFO:tasks.rados.rados.0.smithi055.stdout:2122: finishing write tid 5 to smithi055169533-49 2023-10-14T00:08:49.056 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 49 v 1022 (ObjNum 687 snap 202 seq_num 687) dirty exists 2023-10-14T00:08:49.056 INFO:tasks.rados.rados.0.smithi055.stdout:2122: left oid 49 (ObjNum 687 snap 202 seq_num 687) 2023-10-14T00:08:49.056 INFO:tasks.rados.rados.0.smithi055.stdout:2123: expect (ObjNum 555 snap 154 seq_num 555) 2023-10-14T00:08:49.108 INFO:tasks.rados.rados.0.smithi055.stdout:2124: finishing copy_from racing read to smithi055169533-6 2023-10-14T00:08:49.109 INFO:tasks.rados.rados.0.smithi055.stdout:2124: finishing copy_from to smithi055169533-6 2023-10-14T00:08:49.109 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 6 v 553 (ObjNum 670 snap 193 seq_num 670) dirty exists 2023-10-14T00:08:49.109 INFO:tasks.rados.rados.0.smithi055.stdout:2120: done (4 left) 2023-10-14T00:08:49.110 INFO:tasks.rados.rados.0.smithi055.stdout:2121: done (3 left) 2023-10-14T00:08:49.110 INFO:tasks.rados.rados.0.smithi055.stdout:2122: done (2 left) 2023-10-14T00:08:49.110 INFO:tasks.rados.rados.0.smithi055.stdout:2123: done (1 left) 2023-10-14T00:08:49.110 INFO:tasks.rados.rados.0.smithi055.stdout:2124: done (0 left) 2023-10-14T00:08:49.110 INFO:tasks.rados.rados.0.smithi055.stdout:2125: copy_from oid 30 from oid 22 current snap is 202 2023-10-14T00:08:49.111 INFO:tasks.rados.rados.0.smithi055.stdout:2126: snap_remove snap 183 2023-10-14T00:08:49.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:49 smithi055 ceph-mon[185614]: osdmap e465: 8 total, 8 up, 8 in 2023-10-14T00:08:49.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:49 smithi055 ceph-mon[185614]: pgmap v410: 121 pgs: 121 active+clean; 168 MiB data, 866 MiB used, 714 GiB / 715 GiB avail; 3.5 MiB/s rd, 477 KiB/s wr, 18 op/s 2023-10-14T00:08:49.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:49 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:49.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:49 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:49.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:49 smithi055 ceph-mon[183057]: osdmap e465: 8 total, 8 up, 8 in 2023-10-14T00:08:49.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:49 smithi055 ceph-mon[183057]: pgmap v410: 121 pgs: 121 active+clean; 168 MiB data, 866 MiB used, 714 GiB / 715 GiB avail; 3.5 MiB/s rd, 477 KiB/s wr, 18 op/s 2023-10-14T00:08:49.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:49 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:49.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:49 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:49.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:49 smithi082 ceph-mon[180771]: osdmap e465: 8 total, 8 up, 8 in 2023-10-14T00:08:49.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:49 smithi082 ceph-mon[180771]: pgmap v410: 121 pgs: 121 active+clean; 168 MiB data, 866 MiB used, 714 GiB / 715 GiB avail; 3.5 MiB/s rd, 477 KiB/s wr, 18 op/s 2023-10-14T00:08:49.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:49 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:49.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:49 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:49.901 INFO:tasks.rados.rados.0.smithi055.stdout:2126: done (1 left) 2023-10-14T00:08:49.901 INFO:tasks.rados.rados.0.smithi055.stdout:2127: copy_from oid 19 from oid 25 current snap is 202 2023-10-14T00:08:49.902 INFO:tasks.rados.rados.0.smithi055.stdout:2128: read oid 6 snap 195 2023-10-14T00:08:49.902 INFO:tasks.rados.rados.0.smithi055.stdout:2128: expect deleted 2023-10-14T00:08:49.902 INFO:tasks.rados.rados.0.smithi055.stdout:2129: snap_remove snap 181 2023-10-14T00:08:50.328 INFO:teuthology.orchestra.run.smithi055.stdout:true 2023-10-14T00:08:50.364 INFO:tasks.rados.rados.0.smithi055.stdout:2129: done (3 left) 2023-10-14T00:08:50.364 INFO:tasks.rados.rados.0.smithi055.stdout:2130: snap_create 2023-10-14T00:08:50.364 INFO:tasks.rados.rados.0.smithi055.stdout:2125: finishing copy_from racing read to smithi055169533-30 2023-10-14T00:08:50.364 INFO:tasks.rados.rados.0.smithi055.stdout:2125: finishing copy_from to smithi055169533-30 2023-10-14T00:08:50.365 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 30 v 1066 (ObjNum 673 snap 196 seq_num 673) dirty exists 2023-10-14T00:08:50.365 INFO:tasks.rados.rados.0.smithi055.stdout:2127: finishing copy_from racing read to smithi055169533-19 2023-10-14T00:08:50.365 INFO:tasks.rados.rados.0.smithi055.stdout:2127: finishing copy_from to smithi055169533-19 2023-10-14T00:08:50.365 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 19 v 359 (ObjNum 685 snap 202 seq_num 685) dirty exists 2023-10-14T00:08:50.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:50 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:50.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:50 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:50.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:50 smithi082 ceph-mon[180771]: osdmap e466: 8 total, 8 up, 8 in 2023-10-14T00:08:50.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:50 smithi082 ceph-mon[180771]: osdmap e467: 8 total, 8 up, 8 in 2023-10-14T00:08:50.687 INFO:teuthology.orchestra.run.smithi055.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-14T00:08:50.688 INFO:teuthology.orchestra.run.smithi055.stdout:alertmanager.a smithi055 *:9093,9094 running (5m) 15s ago 8m 29.3M - 0.25.0 c8568f914cd2 a43b396ec072 2023-10-14T00:08:50.688 INFO:teuthology.orchestra.run.smithi055.stdout:grafana.a smithi082 *:3000 running (5m) 1s ago 8m 89.6M - 9.4.7 2c41d148cca3 59d4f501e341 2023-10-14T00:08:50.688 INFO:teuthology.orchestra.run.smithi055.stdout:mds.a smithi055 running (17s) 15s ago 9m 14.2M - 18.0.0-6751-g3b7b697c 0b2b3aa58da0 e6e9b1bce44d 2023-10-14T00:08:50.689 INFO:teuthology.orchestra.run.smithi055.stdout:mds.b smithi082 running (4s) 1s ago 9m 12.1M - 18.0.0-6751-g3b7b697c 0b2b3aa58da0 e18c70823998 2023-10-14T00:08:50.689 INFO:teuthology.orchestra.run.smithi055.stdout:mgr.x smithi082 *:8443,9283,8765 running (5m) 1s ago 11m 450M - 18.0.0-6751-g3b7b697c 0b2b3aa58da0 a79a494adccf 2023-10-14T00:08:50.689 INFO:teuthology.orchestra.run.smithi055.stdout:mgr.y smithi055 *:8443,9283,8765 running (5m) 15s ago 13m 518M - 18.0.0-6751-g3b7b697c 0b2b3aa58da0 b7faf0747550 2023-10-14T00:08:50.689 INFO:teuthology.orchestra.run.smithi055.stdout:mon.a smithi055 running (4m) 15s ago 13m 109M 2048M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 354be3129c3e 2023-10-14T00:08:50.689 INFO:teuthology.orchestra.run.smithi055.stdout:mon.b smithi082 running (4m) 1s ago 12m 72.5M 2048M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 5214e5618df6 2023-10-14T00:08:50.690 INFO:teuthology.orchestra.run.smithi055.stdout:mon.c smithi055 running (4m) 15s ago 12m 77.2M 2048M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 bec446d3c9a5 2023-10-14T00:08:50.690 INFO:teuthology.orchestra.run.smithi055.stdout:node-exporter.a smithi055 *:9100 running (5m) 15s ago 8m 18.5M - 1.5.0 0da6a335fe13 31fbb1d63b0a 2023-10-14T00:08:50.690 INFO:teuthology.orchestra.run.smithi055.stdout:node-exporter.b smithi082 *:9100 running (5m) 1s ago 8m 16.4M - 1.5.0 0da6a335fe13 16c130d1487c 2023-10-14T00:08:50.690 INFO:teuthology.orchestra.run.smithi055.stdout:osd.0 smithi055 running (3m) 15s ago 11m 377M 2487M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 b8c02bf61b69 2023-10-14T00:08:50.691 INFO:teuthology.orchestra.run.smithi055.stdout:osd.1 smithi055 running (3m) 15s ago 11m 307M 2487M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 91471615c1e6 2023-10-14T00:08:50.691 INFO:teuthology.orchestra.run.smithi055.stdout:osd.2 smithi055 running (2m) 15s ago 11m 360M 2487M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 01785e79dbd3 2023-10-14T00:08:50.691 INFO:teuthology.orchestra.run.smithi055.stdout:osd.3 smithi055 running (2m) 15s ago 10m 172M 2487M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 9b329f63ee57 2023-10-14T00:08:50.691 INFO:teuthology.orchestra.run.smithi055.stdout:osd.4 smithi082 running (113s) 1s ago 10m 217M 2486M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 03fa92aec155 2023-10-14T00:08:50.691 INFO:teuthology.orchestra.run.smithi055.stdout:osd.5 smithi082 running (85s) 1s ago 10m 264M 2486M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 e5c1d4845dd0 2023-10-14T00:08:50.692 INFO:teuthology.orchestra.run.smithi055.stdout:osd.6 smithi082 running (57s) 1s ago 9m 142M 2486M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 b1501034a068 2023-10-14T00:08:50.692 INFO:teuthology.orchestra.run.smithi055.stdout:osd.7 smithi082 running (30s) 1s ago 9m 168M 2486M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 3a3ae7e12457 2023-10-14T00:08:50.692 INFO:teuthology.orchestra.run.smithi055.stdout:prometheus.a smithi082 *:9095 running (5m) 1s ago 8m 63.2M - 2.43.0 a07b618ecd1d 2e6373651cd7 2023-10-14T00:08:51.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:50 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:51.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:50 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:51.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:50 smithi055 ceph-mon[185614]: osdmap e466: 8 total, 8 up, 8 in 2023-10-14T00:08:51.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:50 smithi055 ceph-mon[185614]: osdmap e467: 8 total, 8 up, 8 in 2023-10-14T00:08:51.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:50 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:51.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:50 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:51.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:50 smithi055 ceph-mon[183057]: osdmap e466: 8 total, 8 up, 8 in 2023-10-14T00:08:51.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:50 smithi055 ceph-mon[183057]: osdmap e467: 8 total, 8 up, 8 in 2023-10-14T00:08:51.105 INFO:teuthology.orchestra.run.smithi055.stdout:{ 2023-10-14T00:08:51.106 INFO:teuthology.orchestra.run.smithi055.stdout: "mon": { 2023-10-14T00:08:51.106 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 18.0.0-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)": 3 2023-10-14T00:08:51.106 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:08:51.106 INFO:teuthology.orchestra.run.smithi055.stdout: "mgr": { 2023-10-14T00:08:51.107 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 18.0.0-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)": 2 2023-10-14T00:08:51.107 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:08:51.107 INFO:teuthology.orchestra.run.smithi055.stdout: "osd": { 2023-10-14T00:08:51.107 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 18.0.0-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)": 8 2023-10-14T00:08:51.107 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:08:51.108 INFO:teuthology.orchestra.run.smithi055.stdout: "mds": { 2023-10-14T00:08:51.108 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 18.0.0-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)": 2 2023-10-14T00:08:51.108 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:08:51.108 INFO:teuthology.orchestra.run.smithi055.stdout: "overall": { 2023-10-14T00:08:51.109 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 18.0.0-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)": 15 2023-10-14T00:08:51.109 INFO:teuthology.orchestra.run.smithi055.stdout: } 2023-10-14T00:08:51.109 INFO:teuthology.orchestra.run.smithi055.stdout:} 2023-10-14T00:08:51.369 INFO:tasks.rados.rados.0.smithi055.stdout:2125: done (3 left) 2023-10-14T00:08:51.369 INFO:tasks.rados.rados.0.smithi055.stdout:2127: done (2 left) 2023-10-14T00:08:51.370 INFO:tasks.rados.rados.0.smithi055.stdout:2128: done (1 left) 2023-10-14T00:08:51.370 INFO:tasks.rados.rados.0.smithi055.stdout:2130: done (0 left) 2023-10-14T00:08:51.370 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 48 current snap is 203 2023-10-14T00:08:51.371 INFO:tasks.rados.rados.0.smithi055.stdout:2131: seq_num 688 ranges {3252224=729088,3981312=499712,4481024=704512} 2023-10-14T00:08:51.392 INFO:tasks.rados.rados.0.smithi055.stdout:2131: writing smithi055169533-48 from 3252224 to 3981312 tid 1 2023-10-14T00:08:51.394 INFO:tasks.rados.rados.0.smithi055.stdout:2131: writing smithi055169533-48 from 3981312 to 4481024 tid 2 2023-10-14T00:08:51.402 INFO:tasks.rados.rados.0.smithi055.stdout:2131: writing smithi055169533-48 from 4481024 to 5185536 tid 3 2023-10-14T00:08:51.403 INFO:tasks.rados.rados.0.smithi055.stdout:2132: setattr oid 21 current snap is 203 2023-10-14T00:08:51.403 INFO:tasks.rados.rados.0.smithi055.stdout:2131: finishing write tid 1 to smithi055169533-48 2023-10-14T00:08:51.403 INFO:tasks.rados.rados.0.smithi055.stdout:2131: finishing write tid 2 to smithi055169533-48 2023-10-14T00:08:51.404 INFO:tasks.rados.rados.0.smithi055.stdout:2133: snap_create 2023-10-14T00:08:51.404 INFO:tasks.rados.rados.0.smithi055.stdout:2131: finishing write tid 3 to smithi055169533-48 2023-10-14T00:08:51.406 INFO:tasks.rados.rados.0.smithi055.stdout:2131: finishing write tid 4 to smithi055169533-48 2023-10-14T00:08:51.407 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 21 v 811 (ObjNum 161 snap 0 seq_num 0) dirty exists 2023-10-14T00:08:51.408 INFO:tasks.rados.rados.0.smithi055.stdout:2131: finishing write tid 5 to smithi055169533-48 2023-10-14T00:08:51.408 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 48 v 806 (ObjNum 688 snap 203 seq_num 688) dirty exists 2023-10-14T00:08:51.408 INFO:tasks.rados.rados.0.smithi055.stdout:2131: left oid 48 (ObjNum 688 snap 203 seq_num 688) 2023-10-14T00:08:51.732 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:51 smithi082 ceph-mon[180771]: from='client.44300 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:08:51.733 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:51 smithi082 ceph-mon[180771]: from='client.34365 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:08:51.734 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:51 smithi082 ceph-mon[180771]: pgmap v413: 121 pgs: 121 active+clean; 184 MiB data, 907 MiB used, 714 GiB / 715 GiB avail; 7.8 MiB/s rd, 4.4 MiB/s wr, 26 op/s 2023-10-14T00:08:51.735 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:51 smithi082 ceph-mon[180771]: from='client.? 172.21.15.55:0/2973236951' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:51.735 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:51 smithi082 ceph-mon[180771]: osdmap e468: 8 total, 8 up, 8 in 2023-10-14T00:08:52.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:51 smithi055 ceph-mon[183057]: from='client.44300 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:08:52.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:51 smithi055 ceph-mon[183057]: from='client.34365 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:08:52.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:51 smithi055 ceph-mon[183057]: pgmap v413: 121 pgs: 121 active+clean; 184 MiB data, 907 MiB used, 714 GiB / 715 GiB avail; 7.8 MiB/s rd, 4.4 MiB/s wr, 26 op/s 2023-10-14T00:08:52.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:51 smithi055 ceph-mon[183057]: from='client.? 172.21.15.55:0/2973236951' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:52.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:51 smithi055 ceph-mon[183057]: osdmap e468: 8 total, 8 up, 8 in 2023-10-14T00:08:52.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:51 smithi055 ceph-mon[185614]: from='client.44300 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:08:52.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:51 smithi055 ceph-mon[185614]: from='client.34365 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:08:52.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:51 smithi055 ceph-mon[185614]: pgmap v413: 121 pgs: 121 active+clean; 184 MiB data, 907 MiB used, 714 GiB / 715 GiB avail; 7.8 MiB/s rd, 4.4 MiB/s wr, 26 op/s 2023-10-14T00:08:52.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:51 smithi055 ceph-mon[185614]: from='client.? 172.21.15.55:0/2973236951' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:52.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:51 smithi055 ceph-mon[185614]: osdmap e468: 8 total, 8 up, 8 in 2023-10-14T00:08:52.377 INFO:tasks.rados.rados.0.smithi055.stdout:2131: done (2 left) 2023-10-14T00:08:52.377 INFO:tasks.rados.rados.0.smithi055.stdout:2132: done (1 left) 2023-10-14T00:08:52.377 INFO:tasks.rados.rados.0.smithi055.stdout:2133: done (0 left) 2023-10-14T00:08:52.377 INFO:tasks.rados.rados.0.smithi055.stdout:2134: setattr oid 1 current snap is 204 2023-10-14T00:08:52.378 INFO:tasks.rados.rados.0.smithi055.stdout:2135: rmattr oid 4 current snap is 204 2023-10-14T00:08:52.378 INFO:tasks.rados.rados.0.smithi055.stdout:2135: done (1 left) 2023-10-14T00:08:52.378 INFO:tasks.rados.rados.0.smithi055.stdout:2136: copy_from oid 15 from oid 24 current snap is 204 2023-10-14T00:08:52.378 INFO:tasks.rados.rados.0.smithi055.stdout:2137: snap_remove snap 198 2023-10-14T00:08:53.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:52 smithi082 ceph-mon[180771]: Detected new or changed devices on smithi082 2023-10-14T00:08:53.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:52 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:53.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:52 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:53.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:52 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:08:53.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:52 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:08:53.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:52 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:53.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:52 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:08:53.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:52 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:53.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:52 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:53.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:52 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:53.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:52 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:53.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:52 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:53.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:52 smithi082 ceph-mon[180771]: Upgrade: Setting container_image for all mds 2023-10-14T00:08:53.129 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:52 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:53.129 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:52 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.a"}]: dispatch 2023-10-14T00:08:53.129 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:52 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.a"}]': finished 2023-10-14T00:08:53.129 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:52 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.b"}]: dispatch 2023-10-14T00:08:53.130 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:52 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.b"}]': finished 2023-10-14T00:08:53.130 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:52 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:53.130 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:52 smithi082 ceph-mon[180771]: Upgrade: Setting container_image for all rgw 2023-10-14T00:08:53.130 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:52 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:53.130 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:52 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:53.131 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:52 smithi082 ceph-mon[180771]: Upgrade: Setting container_image for all rbd-mirror 2023-10-14T00:08:53.131 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:52 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:53.131 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:52 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:53.131 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:52 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:53.132 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:52 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:53.132 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:52 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:53.132 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:52 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:53.132 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:52 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:53.132 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:52 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:53.133 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:52 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:53.133 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:52 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:53.133 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:52 smithi082 ceph-mon[180771]: osdmap e469: 8 total, 8 up, 8 in 2023-10-14T00:08:53.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[185614]: Detected new or changed devices on smithi082 2023-10-14T00:08:53.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:53.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:53.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:08:53.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:08:53.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:53.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:08:53.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:53.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:53.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:53.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:53.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:53.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[185614]: Upgrade: Setting container_image for all mds 2023-10-14T00:08:53.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:53.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.a"}]: dispatch 2023-10-14T00:08:53.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.a"}]': finished 2023-10-14T00:08:53.271 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.b"}]: dispatch 2023-10-14T00:08:53.272 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.b"}]': finished 2023-10-14T00:08:53.272 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:53.272 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[185614]: Upgrade: Setting container_image for all rgw 2023-10-14T00:08:53.272 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:53.272 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:53.273 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[185614]: Upgrade: Setting container_image for all rbd-mirror 2023-10-14T00:08:53.273 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:53.273 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:53.273 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:53.274 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:53.274 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:53.274 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:53.274 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:53.274 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:53.275 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[183057]: Detected new or changed devices on smithi082 2023-10-14T00:08:53.275 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:53.275 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:53.276 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:08:53.276 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:08:53.276 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:53.276 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:08:53.276 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:53.277 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:53.277 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:53.277 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:53.277 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:53.278 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[183057]: Upgrade: Setting container_image for all mds 2023-10-14T00:08:53.278 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:53.278 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.a"}]: dispatch 2023-10-14T00:08:53.278 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.a"}]': finished 2023-10-14T00:08:53.279 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.b"}]: dispatch 2023-10-14T00:08:53.280 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.b"}]': finished 2023-10-14T00:08:53.280 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:53.280 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[183057]: Upgrade: Setting container_image for all rgw 2023-10-14T00:08:53.280 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:53.281 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:53.281 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[183057]: Upgrade: Setting container_image for all rbd-mirror 2023-10-14T00:08:53.281 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:53.281 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:53.282 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:53.282 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:53.282 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:53.282 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:53.283 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:53.283 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:53.283 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:53.284 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:53.284 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[185614]: osdmap e469: 8 total, 8 up, 8 in 2023-10-14T00:08:53.284 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:08:53.284 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:53.285 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:52 smithi055 ceph-mon[183057]: osdmap e469: 8 total, 8 up, 8 in 2023-10-14T00:08:53.385 INFO:tasks.rados.rados.0.smithi055.stdout:2137: done (2 left) 2023-10-14T00:08:53.385 INFO:tasks.rados.rados.0.smithi055.stdout:2138: setattr oid 39 current snap is 204 2023-10-14T00:08:53.386 INFO:tasks.rados.rados.0.smithi055.stdout:2136: finishing copy_from to smithi055169533-15 2023-10-14T00:08:53.386 INFO:tasks.rados.rados.0.smithi055.stdout:2136: got expected ENOENT (src dne) 2023-10-14T00:08:53.386 INFO:tasks.rados.rados.0.smithi055.stdout:2136: finishing copy_from racing read to smithi055169533-15 2023-10-14T00:08:53.386 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 1 v 545 (ObjNum 644 snap 182 seq_num 644) dirty exists 2023-10-14T00:08:53.389 INFO:tasks.rados.rados.0.smithi055.stdout:2134: done (2 left) 2023-10-14T00:08:53.389 INFO:tasks.rados.rados.0.smithi055.stdout:2136: done (1 left) 2023-10-14T00:08:53.389 INFO:tasks.rados.rados.0.smithi055.stdout:2139: read oid 46 snap 201 2023-10-14T00:08:53.390 INFO:tasks.rados.rados.0.smithi055.stdout:2139: expect (ObjNum 670 snap 193 seq_num 670) 2023-10-14T00:08:53.390 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 22 current snap is 204 2023-10-14T00:08:53.390 INFO:tasks.rados.rados.0.smithi055.stdout:2140: seq_num 689 ranges {1679360=745472,2424832=786432,3211264=417792} 2023-10-14T00:08:53.401 INFO:tasks.rados.rados.0.smithi055.stdout:2140: writing smithi055169533-22 from 1679360 to 2424832 tid 1 2023-10-14T00:08:53.406 INFO:tasks.rados.rados.0.smithi055.stdout:2140: writing smithi055169533-22 from 2424832 to 3211264 tid 2 2023-10-14T00:08:53.409 INFO:tasks.rados.rados.0.smithi055.stdout:2140: writing smithi055169533-22 from 3211264 to 3629056 tid 3 2023-10-14T00:08:53.409 INFO:tasks.rados.rados.0.smithi055.stdout:2141: copy_from oid 27 from oid 33 current snap is 204 2023-10-14T00:08:53.410 INFO:tasks.rados.rados.0.smithi055.stdout:2142: rollback oid 34 current snap is 204 2023-10-14T00:08:53.410 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 34 to 185 2023-10-14T00:08:53.410 INFO:tasks.rados.rados.0.smithi055.stdout:2143: read oid 9 snap -1 2023-10-14T00:08:53.410 INFO:tasks.rados.rados.0.smithi055.stdout:2143: expect (ObjNum 679 snap 197 seq_num 679) 2023-10-14T00:08:53.411 INFO:tasks.rados.rados.0.smithi055.stdout:2144: read oid 20 snap -1 2023-10-14T00:08:53.411 INFO:tasks.rados.rados.0.smithi055.stdout:2144: expect (ObjNum 665 snap 190 seq_num 665) 2023-10-14T00:08:53.411 INFO:tasks.rados.rados.0.smithi055.stdout:2145: read oid 3 snap -1 2023-10-14T00:08:53.411 INFO:tasks.rados.rados.0.smithi055.stdout:2145: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:08:53.411 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 8 current snap is 204 2023-10-14T00:08:53.412 INFO:tasks.rados.rados.0.smithi055.stdout:2146: seq_num 690 ranges {1695744=761856,2457600=663552,3121152=409600,3530752=131072} 2023-10-14T00:08:53.424 INFO:tasks.rados.rados.0.smithi055.stdout:2146: writing smithi055169533-8 from 1695744 to 2457600 tid 1 2023-10-14T00:08:53.428 INFO:tasks.rados.rados.0.smithi055.stdout:2146: writing smithi055169533-8 from 2457600 to 3121152 tid 2 2023-10-14T00:08:53.431 INFO:tasks.rados.rados.0.smithi055.stdout:2146: writing smithi055169533-8 from 3121152 to 3530752 tid 3 2023-10-14T00:08:53.432 INFO:tasks.rados.rados.0.smithi055.stdout:2146: writing smithi055169533-8 from 3530752 to 3661824 tid 4 2023-10-14T00:08:53.433 INFO:tasks.rados.rados.0.smithi055.stdout:2147: rmattr oid 24 current snap is 204 2023-10-14T00:08:53.433 INFO:tasks.rados.rados.0.smithi055.stdout:2147: done (9 left) 2023-10-14T00:08:53.433 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 29 current snap is 204 2023-10-14T00:08:53.433 INFO:tasks.rados.rados.0.smithi055.stdout:2148: seq_num 691 ranges {6881280=778240,7659520=548864,8208384=614400,8822784=40960} 2023-10-14T00:08:53.476 INFO:tasks.rados.rados.0.smithi055.stdout:2148: writing smithi055169533-29 from 6881280 to 7659520 tid 1 2023-10-14T00:08:53.479 INFO:tasks.rados.rados.0.smithi055.stdout:2148: writing smithi055169533-29 from 7659520 to 8208384 tid 2 2023-10-14T00:08:53.483 INFO:tasks.rados.rados.0.smithi055.stdout:2148: writing smithi055169533-29 from 8208384 to 8822784 tid 3 2023-10-14T00:08:53.484 INFO:tasks.rados.rados.0.smithi055.stdout:2148: writing smithi055169533-29 from 8822784 to 8863744 tid 4 2023-10-14T00:08:53.484 INFO:tasks.rados.rados.0.smithi055.stdout:2149: rollback oid 38 current snap is 204 2023-10-14T00:08:53.485 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 38 to 202 2023-10-14T00:08:53.485 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 39 v 1107 (ObjNum 273 snap 0 seq_num 0) dirty exists 2023-10-14T00:08:53.485 INFO:tasks.rados.rados.0.smithi055.stdout:2140: finishing write tid 1 to smithi055169533-22 2023-10-14T00:08:53.485 INFO:tasks.rados.rados.0.smithi055.stdout:2138: done (10 left) 2023-10-14T00:08:53.486 INFO:tasks.rados.rados.0.smithi055.stdout:2150: copy_from oid 48 from oid 11 current snap is 204 2023-10-14T00:08:53.486 INFO:tasks.rados.rados.0.smithi055.stdout:2145: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:08:53.487 INFO:tasks.rados.rados.0.smithi055.stdout:2139: expect (ObjNum 670 snap 193 seq_num 670) 2023-10-14T00:08:53.767 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:53 smithi055 systemd[1]: Stopping Ceph node-exporter.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:08:53.836 INFO:tasks.rados.rados.0.smithi055.stdout:2140: finishing write tid 2 to smithi055169533-22 2023-10-14T00:08:53.836 INFO:tasks.rados.rados.0.smithi055.stdout:2141: finishing copy_from to smithi055169533-27 2023-10-14T00:08:53.837 INFO:tasks.rados.rados.0.smithi055.stdout:2141: got expected ENOENT (src dne) 2023-10-14T00:08:53.837 INFO:tasks.rados.rados.0.smithi055.stdout:2141: finishing copy_from racing read to smithi055169533-27 2023-10-14T00:08:53.837 INFO:tasks.rados.rados.0.smithi055.stdout:2140: finishing write tid 3 to smithi055169533-22 2023-10-14T00:08:53.837 INFO:tasks.rados.rados.0.smithi055.stdout:2140: finishing write tid 4 to smithi055169533-22 2023-10-14T00:08:53.838 INFO:tasks.rados.rados.0.smithi055.stdout:2139: done (10 left) 2023-10-14T00:08:53.838 INFO:tasks.rados.rados.0.smithi055.stdout:2141: done (9 left) 2023-10-14T00:08:53.838 INFO:tasks.rados.rados.0.smithi055.stdout:2145: done (8 left) 2023-10-14T00:08:53.838 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 19 current snap is 204 2023-10-14T00:08:53.838 INFO:tasks.rados.rados.0.smithi055.stdout:2142: finishing rollback tid 0 to smithi055169533-34 2023-10-14T00:08:53.839 INFO:tasks.rados.rados.0.smithi055.stdout:2142: finishing rollback tid 1 to smithi055169533-34 2023-10-14T00:08:53.839 INFO:tasks.rados.rados.0.smithi055.stdout:2140: finishing write tid 5 to smithi055169533-22 2023-10-14T00:08:53.839 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 22 v 1114 (ObjNum 689 snap 204 seq_num 689) dirty exists 2023-10-14T00:08:53.839 INFO:tasks.rados.rados.0.smithi055.stdout:2140: left oid 22 (ObjNum 689 snap 204 seq_num 689) 2023-10-14T00:08:53.839 INFO:tasks.rados.rados.0.smithi055.stdout:2142: finishing rollback tid 2 to smithi055169533-34 2023-10-14T00:08:53.840 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 34 v 600 (ObjNum 655 snap 185 seq_num 655) dirty exists 2023-10-14T00:08:53.840 INFO:tasks.rados.rados.0.smithi055.stdout:2144: expect (ObjNum 665 snap 190 seq_num 665) 2023-10-14T00:08:53.879 INFO:tasks.rados.rados.0.smithi055.stdout:2146: finishing write tid 1 to smithi055169533-8 2023-10-14T00:08:53.880 INFO:tasks.rados.rados.0.smithi055.stdout:2146: finishing write tid 2 to smithi055169533-8 2023-10-14T00:08:53.880 INFO:tasks.rados.rados.0.smithi055.stdout:2146: finishing write tid 3 to smithi055169533-8 2023-10-14T00:08:53.880 INFO:tasks.rados.rados.0.smithi055.stdout:2146: finishing write tid 4 to smithi055169533-8 2023-10-14T00:08:53.880 INFO:tasks.rados.rados.0.smithi055.stdout:2146: finishing write tid 5 to smithi055169533-8 2023-10-14T00:08:53.881 INFO:tasks.rados.rados.0.smithi055.stdout:2143: expect (ObjNum 679 snap 197 seq_num 679) 2023-10-14T00:08:54.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:53 smithi082 ceph-mon[180771]: Upgrade: Setting container_image for all ceph-exporter 2023-10-14T00:08:54.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:53 smithi082 ceph-mon[180771]: Upgrade: Setting container_image for all iscsi 2023-10-14T00:08:54.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:53 smithi082 ceph-mon[180771]: Upgrade: Setting container_image for all nfs 2023-10-14T00:08:54.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:53 smithi082 ceph-mon[180771]: Upgrade: Setting container_image for all nvmeof 2023-10-14T00:08:54.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:53 smithi082 ceph-mon[180771]: pgmap v416: 121 pgs: 121 active+clean; 185 MiB data, 910 MiB used, 714 GiB / 715 GiB avail; 7.5 MiB/s rd, 4.4 MiB/s wr, 15 op/s 2023-10-14T00:08:54.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:53 smithi082 ceph-mon[180771]: osdmap e470: 8 total, 8 up, 8 in 2023-10-14T00:08:54.165 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 bash[221698]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a 2023-10-14T00:08:54.166 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:53 smithi055 ceph-mon[185614]: Upgrade: Setting container_image for all ceph-exporter 2023-10-14T00:08:54.166 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:53 smithi055 ceph-mon[185614]: Upgrade: Setting container_image for all iscsi 2023-10-14T00:08:54.167 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:53 smithi055 ceph-mon[185614]: Upgrade: Setting container_image for all nfs 2023-10-14T00:08:54.167 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:53 smithi055 ceph-mon[185614]: Upgrade: Setting container_image for all nvmeof 2023-10-14T00:08:54.167 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:53 smithi055 ceph-mon[185614]: pgmap v416: 121 pgs: 121 active+clean; 185 MiB data, 910 MiB used, 714 GiB / 715 GiB avail; 7.5 MiB/s rd, 4.4 MiB/s wr, 15 op/s 2023-10-14T00:08:54.167 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:53 smithi055 ceph-mon[185614]: osdmap e470: 8 total, 8 up, 8 in 2023-10-14T00:08:54.168 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:53 smithi055 ceph-mon[183057]: Upgrade: Setting container_image for all ceph-exporter 2023-10-14T00:08:54.168 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:53 smithi055 ceph-mon[183057]: Upgrade: Setting container_image for all iscsi 2023-10-14T00:08:54.168 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:53 smithi055 ceph-mon[183057]: Upgrade: Setting container_image for all nfs 2023-10-14T00:08:54.168 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:53 smithi055 ceph-mon[183057]: Upgrade: Setting container_image for all nvmeof 2023-10-14T00:08:54.168 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:53 smithi055 ceph-mon[183057]: pgmap v416: 121 pgs: 121 active+clean; 185 MiB data, 910 MiB used, 714 GiB / 715 GiB avail; 7.5 MiB/s rd, 4.4 MiB/s wr, 15 op/s 2023-10-14T00:08:54.169 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:53 smithi055 ceph-mon[183057]: osdmap e470: 8 total, 8 up, 8 in 2023-10-14T00:08:54.201 INFO:tasks.rados.rados.0.smithi055.stdout:2146: finishing write tid 6 to smithi055169533-8 2023-10-14T00:08:54.202 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 8 v 816 (ObjNum 690 snap 204 seq_num 690) dirty exists 2023-10-14T00:08:54.202 INFO:tasks.rados.rados.0.smithi055.stdout:2146: left oid 8 (ObjNum 690 snap 204 seq_num 690) 2023-10-14T00:08:54.202 INFO:tasks.rados.rados.0.smithi055.stdout:2148: finishing write tid 1 to smithi055169533-29 2023-10-14T00:08:54.203 INFO:tasks.rados.rados.0.smithi055.stdout:2148: finishing write tid 2 to smithi055169533-29 2023-10-14T00:08:54.203 INFO:tasks.rados.rados.0.smithi055.stdout:2148: finishing write tid 3 to smithi055169533-29 2023-10-14T00:08:54.203 INFO:tasks.rados.rados.0.smithi055.stdout:2148: finishing write tid 4 to smithi055169533-29 2023-10-14T00:08:54.203 INFO:tasks.rados.rados.0.smithi055.stdout:2151: seq_num 692 ranges {3555328=794624,4349952=483328,4833280=720896} 2023-10-14T00:08:54.225 INFO:tasks.rados.rados.0.smithi055.stdout:2151: writing smithi055169533-19 from 3555328 to 4349952 tid 1 2023-10-14T00:08:54.228 INFO:tasks.rados.rados.0.smithi055.stdout:2151: writing smithi055169533-19 from 4349952 to 4833280 tid 2 2023-10-14T00:08:54.233 INFO:tasks.rados.rados.0.smithi055.stdout:2151: writing smithi055169533-19 from 4833280 to 5554176 tid 3 2023-10-14T00:08:54.234 INFO:tasks.rados.rados.0.smithi055.stdout:2140: done (8 left) 2023-10-14T00:08:54.234 INFO:tasks.rados.rados.0.smithi055.stdout:2142: done (7 left) 2023-10-14T00:08:54.234 INFO:tasks.rados.rados.0.smithi055.stdout:2143: done (6 left) 2023-10-14T00:08:54.235 INFO:tasks.rados.rados.0.smithi055.stdout:2144: done (5 left) 2023-10-14T00:08:54.235 INFO:tasks.rados.rados.0.smithi055.stdout:2146: done (4 left) 2023-10-14T00:08:54.235 INFO:tasks.rados.rados.0.smithi055.stdout:2152: read oid 22 snap -1 2023-10-14T00:08:54.235 INFO:tasks.rados.rados.0.smithi055.stdout:2152: expect (ObjNum 689 snap 204 seq_num 689) 2023-10-14T00:08:54.236 INFO:tasks.rados.rados.0.smithi055.stdout:2153: rollback oid 20 current snap is 204 2023-10-14T00:08:54.236 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 20 to 195 2023-10-14T00:08:54.236 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 9 current snap is 204 2023-10-14T00:08:54.236 INFO:tasks.rados.rados.0.smithi055.stdout:2154: seq_num 693 ranges {6053888=409600,6463488=770048,7233536=581632,7815168=253952} 2023-10-14T00:08:54.270 INFO:tasks.rados.rados.0.smithi055.stdout:2154: writing smithi055169533-9 from 6053888 to 6463488 tid 1 2023-10-14T00:08:54.276 INFO:tasks.rados.rados.0.smithi055.stdout:2154: writing smithi055169533-9 from 6463488 to 7233536 tid 2 2023-10-14T00:08:54.280 INFO:tasks.rados.rados.0.smithi055.stdout:2154: writing smithi055169533-9 from 7233536 to 7815168 tid 3 2023-10-14T00:08:54.281 INFO:tasks.rados.rados.0.smithi055.stdout:2154: writing smithi055169533-9 from 7815168 to 8069120 tid 4 2023-10-14T00:08:54.281 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 21 current snap is 204 2023-10-14T00:08:54.284 INFO:tasks.rados.rados.0.smithi055.stdout:2155: seq_num 694 ranges {0=425984,425984=655360,1081344=786432,1867776=163840} 2023-10-14T00:08:54.285 INFO:tasks.rados.rados.0.smithi055.stdout:2155: writing smithi055169533-21 from 0 to 425984 tid 1 2023-10-14T00:08:54.288 INFO:tasks.rados.rados.0.smithi055.stdout:2155: writing smithi055169533-21 from 425984 to 1081344 tid 2 2023-10-14T00:08:54.293 INFO:tasks.rados.rados.0.smithi055.stdout:2155: writing smithi055169533-21 from 1081344 to 1867776 tid 3 2023-10-14T00:08:54.295 INFO:tasks.rados.rados.0.smithi055.stdout:2155: writing smithi055169533-21 from 1867776 to 2031616 tid 4 2023-10-14T00:08:54.295 INFO:tasks.rados.rados.0.smithi055.stdout:2156: snap_create 2023-10-14T00:08:54.295 INFO:tasks.rados.rados.0.smithi055.stdout:2148: finishing write tid 5 to smithi055169533-29 2023-10-14T00:08:54.295 INFO:tasks.rados.rados.0.smithi055.stdout:2149: finishing rollback tid 1 to smithi055169533-38 2023-10-14T00:08:54.296 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 38 v 807 (ObjNum 1529135104 snap 21912 seq_num 304) dirty dne 2023-10-14T00:08:54.296 INFO:tasks.rados.rados.0.smithi055.stdout:2148: finishing write tid 6 to smithi055169533-29 2023-10-14T00:08:54.296 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 29 v 418 (ObjNum 691 snap 204 seq_num 691) dirty exists 2023-10-14T00:08:54.296 INFO:tasks.rados.rados.0.smithi055.stdout:2148: left oid 29 (ObjNum 691 snap 204 seq_num 691) 2023-10-14T00:08:54.297 INFO:tasks.rados.rados.0.smithi055.stdout:2150: finishing copy_from racing read to smithi055169533-48 2023-10-14T00:08:54.297 INFO:tasks.rados.rados.0.smithi055.stdout:2150: finishing copy_from to smithi055169533-48 2023-10-14T00:08:54.297 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 48 v 558 (ObjNum 686 snap 202 seq_num 686) dirty exists 2023-10-14T00:08:54.297 INFO:tasks.rados.rados.0.smithi055.stdout:2151: finishing write tid 1 to smithi055169533-19 2023-10-14T00:08:54.298 INFO:tasks.rados.rados.0.smithi055.stdout:2151: finishing write tid 2 to smithi055169533-19 2023-10-14T00:08:54.298 INFO:tasks.rados.rados.0.smithi055.stdout:2151: finishing write tid 3 to smithi055169533-19 2023-10-14T00:08:54.298 INFO:tasks.rados.rados.0.smithi055.stdout:2151: finishing write tid 4 to smithi055169533-19 2023-10-14T00:08:54.298 INFO:tasks.rados.rados.0.smithi055.stdout:2153: finishing rollback tid 0 to smithi055169533-20 2023-10-14T00:08:54.299 INFO:tasks.rados.rados.0.smithi055.stdout:2153: finishing rollback tid 1 to smithi055169533-20 2023-10-14T00:08:54.299 INFO:tasks.rados.rados.0.smithi055.stdout:2153: finishing rollback tid 2 to smithi055169533-20 2023-10-14T00:08:54.302 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 20 v 561 (ObjNum 665 snap 190 seq_num 665) dirty exists 2023-10-14T00:08:54.302 INFO:tasks.rados.rados.0.smithi055.stdout:2151: finishing write tid 5 to smithi055169533-19 2023-10-14T00:08:54.303 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 19 v 810 (ObjNum 692 snap 204 seq_num 692) dirty exists 2023-10-14T00:08:54.303 INFO:tasks.rados.rados.0.smithi055.stdout:2151: left oid 19 (ObjNum 692 snap 204 seq_num 692) 2023-10-14T00:08:54.303 INFO:tasks.rados.rados.0.smithi055.stdout:2152: expect (ObjNum 689 snap 204 seq_num 689) 2023-10-14T00:08:54.443 INFO:tasks.rados.rados.0.smithi055.stdout:2154: finishing write tid 1 to smithi055169533-9 2023-10-14T00:08:54.443 INFO:tasks.rados.rados.0.smithi055.stdout:2154: finishing write tid 2 to smithi055169533-9 2023-10-14T00:08:54.444 INFO:tasks.rados.rados.0.smithi055.stdout:2154: finishing write tid 3 to smithi055169533-9 2023-10-14T00:08:54.444 INFO:tasks.rados.rados.0.smithi055.stdout:2154: finishing write tid 4 to smithi055169533-9 2023-10-14T00:08:54.444 INFO:tasks.rados.rados.0.smithi055.stdout:2154: finishing write tid 5 to smithi055169533-9 2023-10-14T00:08:54.444 INFO:tasks.rados.rados.0.smithi055.stdout:2154: finishing write tid 6 to smithi055169533-9 2023-10-14T00:08:54.444 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 9 v 424 (ObjNum 693 snap 204 seq_num 693) dirty exists 2023-10-14T00:08:54.445 INFO:tasks.rados.rados.0.smithi055.stdout:2154: left oid 9 (ObjNum 693 snap 204 seq_num 693) 2023-10-14T00:08:54.445 INFO:tasks.rados.rados.0.smithi055.stdout:2155: finishing write tid 1 to smithi055169533-21 2023-10-14T00:08:54.445 INFO:tasks.rados.rados.0.smithi055.stdout:2155: finishing write tid 2 to smithi055169533-21 2023-10-14T00:08:54.445 INFO:tasks.rados.rados.0.smithi055.stdout:2155: finishing write tid 3 to smithi055169533-21 2023-10-14T00:08:54.445 INFO:tasks.rados.rados.0.smithi055.stdout:2155: finishing write tid 4 to smithi055169533-21 2023-10-14T00:08:54.446 INFO:tasks.rados.rados.0.smithi055.stdout:2155: finishing write tid 5 to smithi055169533-21 2023-10-14T00:08:54.446 INFO:tasks.rados.rados.0.smithi055.stdout:2155: finishing write tid 6 to smithi055169533-21 2023-10-14T00:08:54.446 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 21 v 821 (ObjNum 694 snap 204 seq_num 694) dirty exists 2023-10-14T00:08:54.446 INFO:tasks.rados.rados.0.smithi055.stdout:2155: left oid 21 (ObjNum 694 snap 204 seq_num 694) 2023-10-14T00:08:54.500 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 systemd[1]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2023-10-14T00:08:54.500 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 systemd[1]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@node-exporter.a.service: Failed with result 'exit-code'. 2023-10-14T00:08:54.500 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 systemd[1]: Stopped Ceph node-exporter.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:08:54.766 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 systemd[1]: Starting Ceph node-exporter.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:08:54.845 INFO:tasks.rados.rados.0.smithi055.stdout:2148: done (8 left) 2023-10-14T00:08:54.845 INFO:tasks.rados.rados.0.smithi055.stdout:2149: done (7 left) 2023-10-14T00:08:54.846 INFO:tasks.rados.rados.0.smithi055.stdout:2150: done (6 left) 2023-10-14T00:08:54.846 INFO:tasks.rados.rados.0.smithi055.stdout:2151: done (5 left) 2023-10-14T00:08:54.846 INFO:tasks.rados.rados.0.smithi055.stdout:2152: done (4 left) 2023-10-14T00:08:54.846 INFO:tasks.rados.rados.0.smithi055.stdout:2153: done (3 left) 2023-10-14T00:08:54.846 INFO:tasks.rados.rados.0.smithi055.stdout:2154: done (2 left) 2023-10-14T00:08:54.847 INFO:tasks.rados.rados.0.smithi055.stdout:2155: done (1 left) 2023-10-14T00:08:54.847 INFO:tasks.rados.rados.0.smithi055.stdout:2156: done (0 left) 2023-10-14T00:08:54.847 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 49 current snap is 205 2023-10-14T00:08:54.847 INFO:tasks.rados.rados.0.smithi055.stdout:2157: seq_num 695 ranges {3735552=442368,4177920=540672,4718592=598016,5316608=466944} 2023-10-14T00:08:54.869 INFO:tasks.rados.rados.0.smithi055.stdout:2157: writing smithi055169533-49 from 3735552 to 4177920 tid 1 2023-10-14T00:08:54.872 INFO:tasks.rados.rados.0.smithi055.stdout:2157: writing smithi055169533-49 from 4177920 to 4718592 tid 2 2023-10-14T00:08:54.878 INFO:tasks.rados.rados.0.smithi055.stdout:2157: writing smithi055169533-49 from 4718592 to 5316608 tid 3 2023-10-14T00:08:54.879 INFO:tasks.rados.rados.0.smithi055.stdout:2157: writing smithi055169533-49 from 5316608 to 5783552 tid 4 2023-10-14T00:08:54.880 INFO:tasks.rados.rados.0.smithi055.stdout:2158: delete oid 40 current snap is 205 2023-10-14T00:08:54.880 INFO:tasks.rados.rados.0.smithi055.stdout:2157: finishing write tid 1 to smithi055169533-49 2023-10-14T00:08:54.880 INFO:tasks.rados.rados.0.smithi055.stdout:2157: finishing write tid 2 to smithi055169533-49 2023-10-14T00:08:54.882 INFO:tasks.rados.rados.0.smithi055.stdout:2158: done (1 left) 2023-10-14T00:08:54.882 INFO:tasks.rados.rados.0.smithi055.stdout:2159: read oid 6 snap 195 2023-10-14T00:08:54.882 INFO:tasks.rados.rados.0.smithi055.stdout:2159: expect deleted 2023-10-14T00:08:54.882 INFO:tasks.rados.rados.0.smithi055.stdout:2160: rollback oid 3 current snap is 205 2023-10-14T00:08:54.883 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 3 to 176 2023-10-14T00:08:54.883 INFO:tasks.rados.rados.0.smithi055.stdout:2161: read oid 42 snap -1 2023-10-14T00:08:54.883 INFO:tasks.rados.rados.0.smithi055.stdout:2161: expect (ObjNum 659 snap 186 seq_num 659) 2023-10-14T00:08:54.883 INFO:tasks.rados.rados.0.smithi055.stdout:2162: copy_from oid 35 from oid 27 current snap is 205 2023-10-14T00:08:54.884 INFO:tasks.rados.rados.0.smithi055.stdout:2163: snap_remove snap 185 2023-10-14T00:08:55.079 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:54 smithi055 ceph-mon[185614]: Upgrade: Updating node-exporter.a (1/2) 2023-10-14T00:08:55.079 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:54 smithi055 ceph-mon[185614]: Deploying daemon node-exporter.a on smithi055 2023-10-14T00:08:55.080 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:08:55.080 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:54 smithi055 ceph-mon[183057]: Upgrade: Updating node-exporter.a (1/2) 2023-10-14T00:08:55.080 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:54 smithi055 ceph-mon[183057]: Deploying daemon node-exporter.a on smithi055 2023-10-14T00:08:55.080 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:08:55.081 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[221852]: ts=2023-10-14T00:08:54.817Z caller=node_exporter.go:180 level=info msg="Starting node_exporter" version="(version=1.5.0, branch=HEAD, revision=1b48970ffcf5630534fb00bb0687d73c66d1c959)" 2023-10-14T00:08:55.081 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[221852]: ts=2023-10-14T00:08:54.817Z 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-10-14T00:08:55.082 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[221852]: ts=2023-10-14T00:08:54.818Z 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-10-14T00:08:55.082 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[221852]: ts=2023-10-14T00:08:54.818Z 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-10-14T00:08:55.082 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[221852]: ts=2023-10-14T00:08:54.818Z 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-10-14T00:08:55.082 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[221852]: ts=2023-10-14T00:08:54.818Z caller=diskstats_linux.go:264 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2023-10-14T00:08:55.082 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[221852]: ts=2023-10-14T00:08:54.819Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2023-10-14T00:08:55.083 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[221852]: ts=2023-10-14T00:08:54.819Z caller=node_exporter.go:117 level=info collector=arp 2023-10-14T00:08:55.083 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[221852]: ts=2023-10-14T00:08:54.819Z caller=node_exporter.go:117 level=info collector=bcache 2023-10-14T00:08:55.083 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[221852]: ts=2023-10-14T00:08:54.819Z caller=node_exporter.go:117 level=info collector=bonding 2023-10-14T00:08:55.083 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[221852]: ts=2023-10-14T00:08:54.819Z caller=node_exporter.go:117 level=info collector=btrfs 2023-10-14T00:08:55.083 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[221852]: ts=2023-10-14T00:08:54.819Z caller=node_exporter.go:117 level=info collector=conntrack 2023-10-14T00:08:55.084 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[221852]: ts=2023-10-14T00:08:54.819Z caller=node_exporter.go:117 level=info collector=cpu 2023-10-14T00:08:55.084 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[221852]: ts=2023-10-14T00:08:54.819Z caller=node_exporter.go:117 level=info collector=cpufreq 2023-10-14T00:08:55.084 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[221852]: ts=2023-10-14T00:08:54.819Z caller=node_exporter.go:117 level=info collector=diskstats 2023-10-14T00:08:55.084 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[221852]: ts=2023-10-14T00:08:54.819Z caller=node_exporter.go:117 level=info collector=dmi 2023-10-14T00:08:55.084 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[221852]: ts=2023-10-14T00:08:54.819Z caller=node_exporter.go:117 level=info collector=edac 2023-10-14T00:08:55.084 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[221852]: ts=2023-10-14T00:08:54.819Z caller=node_exporter.go:117 level=info collector=entropy 2023-10-14T00:08:55.085 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[221852]: ts=2023-10-14T00:08:54.819Z caller=node_exporter.go:117 level=info collector=fibrechannel 2023-10-14T00:08:55.085 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[221852]: ts=2023-10-14T00:08:54.819Z caller=node_exporter.go:117 level=info collector=filefd 2023-10-14T00:08:55.085 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[221852]: ts=2023-10-14T00:08:54.819Z caller=node_exporter.go:117 level=info collector=filesystem 2023-10-14T00:08:55.085 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[221852]: ts=2023-10-14T00:08:54.819Z caller=node_exporter.go:117 level=info collector=hwmon 2023-10-14T00:08:55.085 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[221852]: ts=2023-10-14T00:08:54.819Z caller=node_exporter.go:117 level=info collector=infiniband 2023-10-14T00:08:55.086 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[221852]: ts=2023-10-14T00:08:54.819Z caller=node_exporter.go:117 level=info collector=ipvs 2023-10-14T00:08:55.086 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[221852]: ts=2023-10-14T00:08:54.819Z caller=node_exporter.go:117 level=info collector=loadavg 2023-10-14T00:08:55.086 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[221852]: ts=2023-10-14T00:08:54.819Z caller=node_exporter.go:117 level=info collector=mdadm 2023-10-14T00:08:55.086 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[221852]: ts=2023-10-14T00:08:54.819Z caller=node_exporter.go:117 level=info collector=meminfo 2023-10-14T00:08:55.086 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[221852]: ts=2023-10-14T00:08:54.819Z caller=node_exporter.go:117 level=info collector=netclass 2023-10-14T00:08:55.087 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[221852]: ts=2023-10-14T00:08:54.819Z caller=node_exporter.go:117 level=info collector=netdev 2023-10-14T00:08:55.087 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[221852]: ts=2023-10-14T00:08:54.819Z caller=node_exporter.go:117 level=info collector=netstat 2023-10-14T00:08:55.087 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[221852]: ts=2023-10-14T00:08:54.819Z caller=node_exporter.go:117 level=info collector=nfs 2023-10-14T00:08:55.087 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[221852]: ts=2023-10-14T00:08:54.819Z caller=node_exporter.go:117 level=info collector=nfsd 2023-10-14T00:08:55.087 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[221852]: ts=2023-10-14T00:08:54.819Z caller=node_exporter.go:117 level=info collector=nvme 2023-10-14T00:08:55.088 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[221852]: ts=2023-10-14T00:08:54.819Z caller=node_exporter.go:117 level=info collector=os 2023-10-14T00:08:55.088 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[221852]: ts=2023-10-14T00:08:54.819Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2023-10-14T00:08:55.088 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[221852]: ts=2023-10-14T00:08:54.819Z caller=node_exporter.go:117 level=info collector=pressure 2023-10-14T00:08:55.088 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[221852]: ts=2023-10-14T00:08:54.819Z caller=node_exporter.go:117 level=info collector=rapl 2023-10-14T00:08:55.088 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[221852]: ts=2023-10-14T00:08:54.819Z caller=node_exporter.go:117 level=info collector=schedstat 2023-10-14T00:08:55.088 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[221852]: ts=2023-10-14T00:08:54.819Z caller=node_exporter.go:117 level=info collector=selinux 2023-10-14T00:08:55.089 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[221852]: ts=2023-10-14T00:08:54.819Z caller=node_exporter.go:117 level=info collector=sockstat 2023-10-14T00:08:55.089 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[221852]: ts=2023-10-14T00:08:54.819Z caller=node_exporter.go:117 level=info collector=softnet 2023-10-14T00:08:55.089 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[221852]: ts=2023-10-14T00:08:54.819Z caller=node_exporter.go:117 level=info collector=stat 2023-10-14T00:08:55.089 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[221852]: ts=2023-10-14T00:08:54.819Z caller=node_exporter.go:117 level=info collector=tapestats 2023-10-14T00:08:55.089 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[221852]: ts=2023-10-14T00:08:54.819Z caller=node_exporter.go:117 level=info collector=textfile 2023-10-14T00:08:55.090 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[221852]: ts=2023-10-14T00:08:54.819Z caller=node_exporter.go:117 level=info collector=thermal_zone 2023-10-14T00:08:55.090 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[221852]: ts=2023-10-14T00:08:54.819Z caller=node_exporter.go:117 level=info collector=time 2023-10-14T00:08:55.090 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[221852]: ts=2023-10-14T00:08:54.819Z caller=node_exporter.go:117 level=info collector=udp_queues 2023-10-14T00:08:55.090 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[221852]: ts=2023-10-14T00:08:54.819Z caller=node_exporter.go:117 level=info collector=uname 2023-10-14T00:08:55.090 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[221852]: ts=2023-10-14T00:08:54.819Z caller=node_exporter.go:117 level=info collector=vmstat 2023-10-14T00:08:55.091 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[221852]: ts=2023-10-14T00:08:54.819Z caller=node_exporter.go:117 level=info collector=xfs 2023-10-14T00:08:55.091 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[221852]: ts=2023-10-14T00:08:54.819Z caller=node_exporter.go:117 level=info collector=zfs 2023-10-14T00:08:55.091 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[221852]: ts=2023-10-14T00:08:54.820Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9100 2023-10-14T00:08:55.091 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a[221852]: ts=2023-10-14T00:08:54.820Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9100 2023-10-14T00:08:55.091 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 bash[221837]: e89b3070515fd9956746015a2d75b878688e70b2c60c03d4be5be33bf3eaad86 2023-10-14T00:08:55.092 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 00:08:54 smithi055 systemd[1]: Started Ceph node-exporter.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:08:55.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:54 smithi082 ceph-mon[180771]: Upgrade: Updating node-exporter.a (1/2) 2023-10-14T00:08:55.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:54 smithi082 ceph-mon[180771]: Deploying daemon node-exporter.a on smithi055 2023-10-14T00:08:55.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:08:55.377 INFO:tasks.rados.rados.0.smithi055.stdout:2163: done (5 left) 2023-10-14T00:08:55.377 INFO:tasks.rados.rados.0.smithi055.stdout:2164: read oid 28 snap -1 2023-10-14T00:08:55.377 INFO:tasks.rados.rados.0.smithi055.stdout:2164: expect (ObjNum 672 snap 195 seq_num 672) 2023-10-14T00:08:55.378 INFO:tasks.rados.rados.0.smithi055.stdout:2165: snap_create 2023-10-14T00:08:55.388 INFO:tasks.rados.rados.0.smithi055.stdout:2157: finishing write tid 3 to smithi055169533-49 2023-10-14T00:08:55.388 INFO:tasks.rados.rados.0.smithi055.stdout:2157: finishing write tid 4 to smithi055169533-49 2023-10-14T00:08:55.388 INFO:tasks.rados.rados.0.smithi055.stdout:2157: finishing write tid 5 to smithi055169533-49 2023-10-14T00:08:55.388 INFO:tasks.rados.rados.0.smithi055.stdout:2160: finishing rollback tid 0 to smithi055169533-3 2023-10-14T00:08:55.389 INFO:tasks.rados.rados.0.smithi055.stdout:2160: finishing rollback tid 1 to smithi055169533-3 2023-10-14T00:08:55.389 INFO:tasks.rados.rados.0.smithi055.stdout:2157: finishing write tid 6 to smithi055169533-49 2023-10-14T00:08:55.389 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 49 v 1046 (ObjNum 695 snap 205 seq_num 695) dirty exists 2023-10-14T00:08:55.389 INFO:tasks.rados.rados.0.smithi055.stdout:2157: left oid 49 (ObjNum 695 snap 205 seq_num 695) 2023-10-14T00:08:55.389 INFO:tasks.rados.rados.0.smithi055.stdout:2160: finishing rollback tid 2 to smithi055169533-3 2023-10-14T00:08:55.390 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 3 v 1050 (ObjNum 613 snap 174 seq_num 613) dirty exists 2023-10-14T00:08:55.390 INFO:tasks.rados.rados.0.smithi055.stdout:2161: expect (ObjNum 659 snap 186 seq_num 659) 2023-10-14T00:08:55.475 INFO:tasks.rados.rados.0.smithi055.stdout:2162: finishing copy_from racing read to smithi055169533-35 2023-10-14T00:08:55.476 INFO:tasks.rados.rados.0.smithi055.stdout:2162: finishing copy_from to smithi055169533-35 2023-10-14T00:08:55.476 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 35 v 1017 (ObjNum 547 snap 153 seq_num 547) dirty exists 2023-10-14T00:08:55.476 INFO:tasks.rados.rados.0.smithi055.stdout:2164: expect (ObjNum 672 snap 195 seq_num 672) 2023-10-14T00:08:55.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:08:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:08:55] "GET /metrics HTTP/1.1" 200 36154 "" "Prometheus/2.43.0" 2023-10-14T00:08:56.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:55 smithi082 ceph-mon[180771]: osdmap e471: 8 total, 8 up, 8 in 2023-10-14T00:08:56.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:55 smithi082 ceph-mon[180771]: pgmap v419: 121 pgs: 121 active+clean; 198 MiB data, 939 MiB used, 714 GiB / 715 GiB avail; 8.5 MiB/s rd, 3.6 MiB/s wr, 28 op/s 2023-10-14T00:08:56.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:55 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:56.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:55 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:56.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:55 smithi082 ceph-mon[180771]: osdmap e472: 8 total, 8 up, 8 in 2023-10-14T00:08:56.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:55 smithi055 ceph-mon[183057]: osdmap e471: 8 total, 8 up, 8 in 2023-10-14T00:08:56.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:55 smithi055 ceph-mon[183057]: pgmap v419: 121 pgs: 121 active+clean; 198 MiB data, 939 MiB used, 714 GiB / 715 GiB avail; 8.5 MiB/s rd, 3.6 MiB/s wr, 28 op/s 2023-10-14T00:08:56.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:55 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:56.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:55 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:56.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:55 smithi055 ceph-mon[183057]: osdmap e472: 8 total, 8 up, 8 in 2023-10-14T00:08:56.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:55 smithi055 ceph-mon[185614]: osdmap e471: 8 total, 8 up, 8 in 2023-10-14T00:08:56.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:55 smithi055 ceph-mon[185614]: pgmap v419: 121 pgs: 121 active+clean; 198 MiB data, 939 MiB used, 714 GiB / 715 GiB avail; 8.5 MiB/s rd, 3.6 MiB/s wr, 28 op/s 2023-10-14T00:08:56.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:55 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:56.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:55 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:56.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:55 smithi055 ceph-mon[185614]: osdmap e472: 8 total, 8 up, 8 in 2023-10-14T00:08:56.372 INFO:tasks.rados.rados.0.smithi055.stdout:2157: done (6 left) 2023-10-14T00:08:56.372 INFO:tasks.rados.rados.0.smithi055.stdout:2159: done (5 left) 2023-10-14T00:08:56.372 INFO:tasks.rados.rados.0.smithi055.stdout:2160: done (4 left) 2023-10-14T00:08:56.373 INFO:tasks.rados.rados.0.smithi055.stdout:2161: done (3 left) 2023-10-14T00:08:56.373 INFO:tasks.rados.rados.0.smithi055.stdout:2162: done (2 left) 2023-10-14T00:08:56.373 INFO:tasks.rados.rados.0.smithi055.stdout:2164: done (1 left) 2023-10-14T00:08:56.373 INFO:tasks.rados.rados.0.smithi055.stdout:2165: done (0 left) 2023-10-14T00:08:56.373 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 12 current snap is 206 2023-10-14T00:08:56.374 INFO:tasks.rados.rados.0.smithi055.stdout:2166: seq_num 697 ranges {0=475136,475136=704512,1179648=557056,1736704=344064} 2023-10-14T00:08:56.374 INFO:tasks.rados.rados.0.smithi055.stdout:2166: writing smithi055169533-12 from 0 to 475136 tid 1 2023-10-14T00:08:56.379 INFO:tasks.rados.rados.0.smithi055.stdout:2166: writing smithi055169533-12 from 475136 to 1179648 tid 2 2023-10-14T00:08:56.382 INFO:tasks.rados.rados.0.smithi055.stdout:2166: writing smithi055169533-12 from 1179648 to 1736704 tid 3 2023-10-14T00:08:56.385 INFO:tasks.rados.rados.0.smithi055.stdout:2166: writing smithi055169533-12 from 1736704 to 2080768 tid 4 2023-10-14T00:08:56.385 INFO:tasks.rados.rados.0.smithi055.stdout:2167: rollback oid 24 current snap is 206 2023-10-14T00:08:56.385 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 24 to 197 2023-10-14T00:08:56.385 INFO:tasks.rados.rados.0.smithi055.stdout:2166: finishing write tid 1 to smithi055169533-12 2023-10-14T00:08:56.385 INFO:tasks.rados.rados.0.smithi055.stdout:2166: finishing write tid 2 to smithi055169533-12 2023-10-14T00:08:56.386 INFO:tasks.rados.rados.0.smithi055.stdout:2168: delete oid 38 current snap is 206 2023-10-14T00:08:56.386 INFO:tasks.rados.rados.0.smithi055.stdout:2168: done (2 left) 2023-10-14T00:08:56.386 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 9 current snap is 206 2023-10-14T00:08:56.387 INFO:tasks.rados.rados.0.smithi055.stdout:2169: seq_num 699 ranges {8069120=516096,8585216=475136,9060352=573440,9633792=557056} 2023-10-14T00:08:56.434 INFO:tasks.rados.rados.0.smithi055.stdout:2169: writing smithi055169533-9 from 8069120 to 8585216 tid 1 2023-10-14T00:08:56.437 INFO:tasks.rados.rados.0.smithi055.stdout:2169: writing smithi055169533-9 from 8585216 to 9060352 tid 2 2023-10-14T00:08:56.440 INFO:tasks.rados.rados.0.smithi055.stdout:2169: writing smithi055169533-9 from 9060352 to 9633792 tid 3 2023-10-14T00:08:56.445 INFO:tasks.rados.rados.0.smithi055.stdout:2169: writing smithi055169533-9 from 9633792 to 10190848 tid 4 2023-10-14T00:08:56.445 INFO:tasks.rados.rados.0.smithi055.stdout:2170: rollback oid 25 current snap is 206 2023-10-14T00:08:56.445 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 25 to 196 2023-10-14T00:08:56.445 INFO:tasks.rados.rados.0.smithi055.stdout:2166: finishing write tid 3 to smithi055169533-12 2023-10-14T00:08:56.446 INFO:tasks.rados.rados.0.smithi055.stdout:2166: finishing write tid 4 to smithi055169533-12 2023-10-14T00:08:56.446 INFO:tasks.rados.rados.0.smithi055.stdout:2166: finishing write tid 5 to smithi055169533-12 2023-10-14T00:08:56.446 INFO:tasks.rados.rados.0.smithi055.stdout:2166: finishing write tid 6 to smithi055169533-12 2023-10-14T00:08:56.446 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 12 v 811 (ObjNum 697 snap 206 seq_num 697) dirty exists 2023-10-14T00:08:56.446 INFO:tasks.rados.rados.0.smithi055.stdout:2166: left oid 12 (ObjNum 697 snap 206 seq_num 697) 2023-10-14T00:08:56.447 INFO:tasks.rados.rados.0.smithi055.stdout:2167: finishing rollback tid 1 to smithi055169533-24 2023-10-14T00:08:56.447 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 24 v 795 (ObjNum 33 snap 0 seq_num 2) dirty dne 2023-10-14T00:08:56.447 INFO:tasks.rados.rados.0.smithi055.stdout:2169: finishing write tid 1 to smithi055169533-9 2023-10-14T00:08:56.447 INFO:tasks.rados.rados.0.smithi055.stdout:2169: finishing write tid 2 to smithi055169533-9 2023-10-14T00:08:56.447 INFO:tasks.rados.rados.0.smithi055.stdout:2166: done (3 left) 2023-10-14T00:08:56.448 INFO:tasks.rados.rados.0.smithi055.stdout:2167: done (2 left) 2023-10-14T00:08:56.448 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 11 current snap is 206 2023-10-14T00:08:56.448 INFO:tasks.rados.rados.0.smithi055.stdout:2169: finishing write tid 3 to smithi055169533-9 2023-10-14T00:08:56.448 INFO:tasks.rados.rados.0.smithi055.stdout:2171: seq_num 700 ranges {3932160=532480,4464640=409600,4874240=737280,5611520=458752} 2023-10-14T00:08:56.469 INFO:tasks.rados.rados.0.smithi055.stdout:2171: writing smithi055169533-11 from 3932160 to 4464640 tid 1 2023-10-14T00:08:56.472 INFO:tasks.rados.rados.0.smithi055.stdout:2171: writing smithi055169533-11 from 4464640 to 4874240 tid 2 2023-10-14T00:08:56.476 INFO:tasks.rados.rados.0.smithi055.stdout:2171: writing smithi055169533-11 from 4874240 to 5611520 tid 3 2023-10-14T00:08:56.479 INFO:tasks.rados.rados.0.smithi055.stdout:2171: writing smithi055169533-11 from 5611520 to 6070272 tid 4 2023-10-14T00:08:56.480 INFO:tasks.rados.rados.0.smithi055.stdout:2172: rollback oid 44 current snap is 206 2023-10-14T00:08:56.480 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 44 to 195 2023-10-14T00:08:56.480 INFO:tasks.rados.rados.0.smithi055.stdout:2169: finishing write tid 4 to smithi055169533-9 2023-10-14T00:08:56.480 INFO:tasks.rados.rados.0.smithi055.stdout:2169: finishing write tid 5 to smithi055169533-9 2023-10-14T00:08:56.481 INFO:tasks.rados.rados.0.smithi055.stdout:2170: finishing rollback tid 0 to smithi055169533-25 2023-10-14T00:08:56.481 INFO:tasks.rados.rados.0.smithi055.stdout:2169: finishing write tid 6 to smithi055169533-9 2023-10-14T00:08:56.481 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 9 v 434 (ObjNum 699 snap 206 seq_num 699) dirty exists 2023-10-14T00:08:56.481 INFO:tasks.rados.rados.0.smithi055.stdout:2169: left oid 9 (ObjNum 699 snap 206 seq_num 699) 2023-10-14T00:08:56.481 INFO:tasks.rados.rados.0.smithi055.stdout:2170: finishing rollback tid 1 to smithi055169533-25 2023-10-14T00:08:56.482 INFO:tasks.rados.rados.0.smithi055.stdout:2170: finishing rollback tid 2 to smithi055169533-25 2023-10-14T00:08:56.482 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 25 v 362 (ObjNum 581 snap 165 seq_num 581) dirty exists 2023-10-14T00:08:56.482 INFO:tasks.rados.rados.0.smithi055.stdout:2171: finishing write tid 1 to smithi055169533-11 2023-10-14T00:08:56.482 INFO:tasks.rados.rados.0.smithi055.stdout:2171: finishing write tid 2 to smithi055169533-11 2023-10-14T00:08:56.482 INFO:tasks.rados.rados.0.smithi055.stdout:2169: done (3 left) 2023-10-14T00:08:56.483 INFO:tasks.rados.rados.0.smithi055.stdout:2170: done (2 left) 2023-10-14T00:08:56.483 INFO:tasks.rados.rados.0.smithi055.stdout:2173: snap_create 2023-10-14T00:08:56.483 INFO:tasks.rados.rados.0.smithi055.stdout:2171: finishing write tid 3 to smithi055169533-11 2023-10-14T00:08:56.484 INFO:tasks.rados.rados.0.smithi055.stdout:2171: finishing write tid 4 to smithi055169533-11 2023-10-14T00:08:56.484 INFO:tasks.rados.rados.0.smithi055.stdout:2172: finishing rollback tid 0 to smithi055169533-44 2023-10-14T00:08:56.485 INFO:tasks.rados.rados.0.smithi055.stdout:2171: finishing write tid 5 to smithi055169533-11 2023-10-14T00:08:56.485 INFO:tasks.rados.rados.0.smithi055.stdout:2172: finishing rollback tid 1 to smithi055169533-44 2023-10-14T00:08:56.485 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 44 v 713 (ObjNum 273 snap 0 seq_num 0) dirty dne 2023-10-14T00:08:56.485 INFO:tasks.rados.rados.0.smithi055.stdout:2171: finishing write tid 6 to smithi055169533-11 2023-10-14T00:08:56.486 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 11 v 566 (ObjNum 700 snap 206 seq_num 700) dirty exists 2023-10-14T00:08:56.486 INFO:tasks.rados.rados.0.smithi055.stdout:2171: left oid 11 (ObjNum 700 snap 206 seq_num 700) 2023-10-14T00:08:56.615 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:56 smithi082 systemd[1]: Stopping Ceph node-exporter.b for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:08:56.875 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:56 smithi082 bash[215183]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b 2023-10-14T00:08:56.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:56 smithi082 ceph-mon[180771]: Upgrade: Updating node-exporter.b (2/2) 2023-10-14T00:08:56.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:56 smithi082 ceph-mon[180771]: Deploying daemon node-exporter.b on smithi082 2023-10-14T00:08:56.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:56 smithi082 ceph-mon[180771]: osdmap e473: 8 total, 8 up, 8 in 2023-10-14T00:08:57.233 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:56 smithi082 systemd[1]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2023-10-14T00:08:57.233 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:57 smithi082 systemd[1]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@node-exporter.b.service: Failed with result 'exit-code'. 2023-10-14T00:08:57.234 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:57 smithi082 systemd[1]: Stopped Ceph node-exporter.b for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:08:57.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:56 smithi055 ceph-mon[185614]: Upgrade: Updating node-exporter.b (2/2) 2023-10-14T00:08:57.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:56 smithi055 ceph-mon[185614]: Deploying daemon node-exporter.b on smithi082 2023-10-14T00:08:57.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:56 smithi055 ceph-mon[185614]: osdmap e473: 8 total, 8 up, 8 in 2023-10-14T00:08:57.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:56 smithi055 ceph-mon[183057]: Upgrade: Updating node-exporter.b (2/2) 2023-10-14T00:08:57.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:56 smithi055 ceph-mon[183057]: Deploying daemon node-exporter.b on smithi082 2023-10-14T00:08:57.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:56 smithi055 ceph-mon[183057]: osdmap e473: 8 total, 8 up, 8 in 2023-10-14T00:08:57.387 INFO:tasks.rados.rados.0.smithi055.stdout:2171: done (2 left) 2023-10-14T00:08:57.388 INFO:tasks.rados.rados.0.smithi055.stdout:2172: done (1 left) 2023-10-14T00:08:57.388 INFO:tasks.rados.rados.0.smithi055.stdout:2173: done (0 left) 2023-10-14T00:08:57.388 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 50 current snap is 207 2023-10-14T00:08:57.389 INFO:tasks.rados.rados.0.smithi055.stdout:2174: seq_num 701 ranges {6307840=548864,6856704=696320,7553024=540672,8093696=368640} 2023-10-14T00:08:57.426 INFO:tasks.rados.rados.0.smithi055.stdout:2174: writing smithi055169533-50 from 6307840 to 6856704 tid 1 2023-10-14T00:08:57.430 INFO:tasks.rados.rados.0.smithi055.stdout:2174: writing smithi055169533-50 from 6856704 to 7553024 tid 2 2023-10-14T00:08:57.433 INFO:tasks.rados.rados.0.smithi055.stdout:2174: writing smithi055169533-50 from 7553024 to 8093696 tid 3 2023-10-14T00:08:57.435 INFO:tasks.rados.rados.0.smithi055.stdout:2174: writing smithi055169533-50 from 8093696 to 8462336 tid 4 2023-10-14T00:08:57.435 INFO:tasks.rados.rados.0.smithi055.stdout:2175: read oid 28 snap 202 2023-10-14T00:08:57.435 INFO:tasks.rados.rados.0.smithi055.stdout:2175: expect (ObjNum 672 snap 195 seq_num 672) 2023-10-14T00:08:57.436 INFO:tasks.rados.rados.0.smithi055.stdout:2176: snap_remove snap 193 2023-10-14T00:08:57.501 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:57 smithi082 systemd[1]: Starting Ceph node-exporter.b for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:08:57.860 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[215339]: ts=2023-10-14T00:08:57.500Z caller=node_exporter.go:180 level=info msg="Starting node_exporter" version="(version=1.5.0, branch=HEAD, revision=1b48970ffcf5630534fb00bb0687d73c66d1c959)" 2023-10-14T00:08:57.860 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[215339]: ts=2023-10-14T00:08:57.500Z 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-10-14T00:08:57.860 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[215339]: ts=2023-10-14T00:08:57.501Z 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-10-14T00:08:57.861 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[215339]: ts=2023-10-14T00:08:57.501Z caller=diskstats_linux.go:264 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2023-10-14T00:08:57.861 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[215339]: ts=2023-10-14T00:08:57.502Z 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-10-14T00:08:57.861 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[215339]: ts=2023-10-14T00:08:57.502Z 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-10-14T00:08:57.861 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[215339]: ts=2023-10-14T00:08:57.502Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2023-10-14T00:08:57.861 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[215339]: ts=2023-10-14T00:08:57.502Z caller=node_exporter.go:117 level=info collector=arp 2023-10-14T00:08:57.862 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[215339]: ts=2023-10-14T00:08:57.502Z caller=node_exporter.go:117 level=info collector=bcache 2023-10-14T00:08:57.862 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[215339]: ts=2023-10-14T00:08:57.502Z caller=node_exporter.go:117 level=info collector=bonding 2023-10-14T00:08:57.862 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[215339]: ts=2023-10-14T00:08:57.502Z caller=node_exporter.go:117 level=info collector=btrfs 2023-10-14T00:08:57.862 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[215339]: ts=2023-10-14T00:08:57.502Z caller=node_exporter.go:117 level=info collector=conntrack 2023-10-14T00:08:57.863 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[215339]: ts=2023-10-14T00:08:57.502Z caller=node_exporter.go:117 level=info collector=cpu 2023-10-14T00:08:57.863 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[215339]: ts=2023-10-14T00:08:57.502Z caller=node_exporter.go:117 level=info collector=cpufreq 2023-10-14T00:08:57.863 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[215339]: ts=2023-10-14T00:08:57.502Z caller=node_exporter.go:117 level=info collector=diskstats 2023-10-14T00:08:57.863 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[215339]: ts=2023-10-14T00:08:57.502Z caller=node_exporter.go:117 level=info collector=dmi 2023-10-14T00:08:57.863 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[215339]: ts=2023-10-14T00:08:57.502Z caller=node_exporter.go:117 level=info collector=edac 2023-10-14T00:08:57.863 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[215339]: ts=2023-10-14T00:08:57.502Z caller=node_exporter.go:117 level=info collector=entropy 2023-10-14T00:08:57.864 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[215339]: ts=2023-10-14T00:08:57.502Z caller=node_exporter.go:117 level=info collector=fibrechannel 2023-10-14T00:08:57.864 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[215339]: ts=2023-10-14T00:08:57.502Z caller=node_exporter.go:117 level=info collector=filefd 2023-10-14T00:08:57.864 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[215339]: ts=2023-10-14T00:08:57.502Z caller=node_exporter.go:117 level=info collector=filesystem 2023-10-14T00:08:57.864 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[215339]: ts=2023-10-14T00:08:57.502Z caller=node_exporter.go:117 level=info collector=hwmon 2023-10-14T00:08:57.864 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[215339]: ts=2023-10-14T00:08:57.502Z caller=node_exporter.go:117 level=info collector=infiniband 2023-10-14T00:08:57.865 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[215339]: ts=2023-10-14T00:08:57.502Z caller=node_exporter.go:117 level=info collector=ipvs 2023-10-14T00:08:57.865 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[215339]: ts=2023-10-14T00:08:57.502Z caller=node_exporter.go:117 level=info collector=loadavg 2023-10-14T00:08:57.865 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[215339]: ts=2023-10-14T00:08:57.502Z caller=node_exporter.go:117 level=info collector=mdadm 2023-10-14T00:08:57.865 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[215339]: ts=2023-10-14T00:08:57.502Z caller=node_exporter.go:117 level=info collector=meminfo 2023-10-14T00:08:57.865 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[215339]: ts=2023-10-14T00:08:57.502Z caller=node_exporter.go:117 level=info collector=netclass 2023-10-14T00:08:57.866 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[215339]: ts=2023-10-14T00:08:57.502Z caller=node_exporter.go:117 level=info collector=netdev 2023-10-14T00:08:57.866 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[215339]: ts=2023-10-14T00:08:57.502Z caller=node_exporter.go:117 level=info collector=netstat 2023-10-14T00:08:57.866 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[215339]: ts=2023-10-14T00:08:57.502Z caller=node_exporter.go:117 level=info collector=nfs 2023-10-14T00:08:57.866 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[215339]: ts=2023-10-14T00:08:57.502Z caller=node_exporter.go:117 level=info collector=nfsd 2023-10-14T00:08:57.866 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[215339]: ts=2023-10-14T00:08:57.502Z caller=node_exporter.go:117 level=info collector=nvme 2023-10-14T00:08:57.867 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[215339]: ts=2023-10-14T00:08:57.502Z caller=node_exporter.go:117 level=info collector=os 2023-10-14T00:08:57.867 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[215339]: ts=2023-10-14T00:08:57.502Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2023-10-14T00:08:57.867 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[215339]: ts=2023-10-14T00:08:57.502Z caller=node_exporter.go:117 level=info collector=pressure 2023-10-14T00:08:57.867 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[215339]: ts=2023-10-14T00:08:57.502Z caller=node_exporter.go:117 level=info collector=rapl 2023-10-14T00:08:57.867 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[215339]: ts=2023-10-14T00:08:57.502Z caller=node_exporter.go:117 level=info collector=schedstat 2023-10-14T00:08:57.868 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[215339]: ts=2023-10-14T00:08:57.502Z caller=node_exporter.go:117 level=info collector=selinux 2023-10-14T00:08:57.868 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[215339]: ts=2023-10-14T00:08:57.502Z caller=node_exporter.go:117 level=info collector=sockstat 2023-10-14T00:08:57.868 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[215339]: ts=2023-10-14T00:08:57.502Z caller=node_exporter.go:117 level=info collector=softnet 2023-10-14T00:08:57.868 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[215339]: ts=2023-10-14T00:08:57.502Z caller=node_exporter.go:117 level=info collector=stat 2023-10-14T00:08:57.868 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[215339]: ts=2023-10-14T00:08:57.502Z caller=node_exporter.go:117 level=info collector=tapestats 2023-10-14T00:08:57.869 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[215339]: ts=2023-10-14T00:08:57.502Z caller=node_exporter.go:117 level=info collector=textfile 2023-10-14T00:08:57.869 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[215339]: ts=2023-10-14T00:08:57.502Z caller=node_exporter.go:117 level=info collector=thermal_zone 2023-10-14T00:08:57.869 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[215339]: ts=2023-10-14T00:08:57.502Z caller=node_exporter.go:117 level=info collector=time 2023-10-14T00:08:57.869 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[215339]: ts=2023-10-14T00:08:57.502Z caller=node_exporter.go:117 level=info collector=udp_queues 2023-10-14T00:08:57.869 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[215339]: ts=2023-10-14T00:08:57.502Z caller=node_exporter.go:117 level=info collector=uname 2023-10-14T00:08:57.869 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[215339]: ts=2023-10-14T00:08:57.502Z caller=node_exporter.go:117 level=info collector=vmstat 2023-10-14T00:08:57.870 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[215339]: ts=2023-10-14T00:08:57.502Z caller=node_exporter.go:117 level=info collector=xfs 2023-10-14T00:08:57.870 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[215339]: ts=2023-10-14T00:08:57.502Z caller=node_exporter.go:117 level=info collector=zfs 2023-10-14T00:08:57.870 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[215339]: ts=2023-10-14T00:08:57.503Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9100 2023-10-14T00:08:57.870 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b[215339]: ts=2023-10-14T00:08:57.503Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9100 2023-10-14T00:08:57.871 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:57 smithi082 bash[215323]: 8ccba243b355e3219cd57eebf152fa69425d5737c3dd60dd3df78ed72515d503 2023-10-14T00:08:57.871 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 00:08:57 smithi082 systemd[1]: Started Ceph node-exporter.b for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:08:58.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:57 smithi082 ceph-mon[180771]: pgmap v422: 121 pgs: 121 active+clean; 203 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 14 MiB/s rd, 4.6 MiB/s wr, 31 op/s 2023-10-14T00:08:58.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:57 smithi082 ceph-mon[180771]: osdmap e474: 8 total, 8 up, 8 in 2023-10-14T00:08:58.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:57 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:58.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:57 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:58.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:57 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:08:58.238 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:57 smithi055 ceph-mon[185614]: pgmap v422: 121 pgs: 121 active+clean; 203 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 14 MiB/s rd, 4.6 MiB/s wr, 31 op/s 2023-10-14T00:08:58.238 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:57 smithi055 ceph-mon[185614]: osdmap e474: 8 total, 8 up, 8 in 2023-10-14T00:08:58.239 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:57 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:58.239 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:57 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:58.239 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:57 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:08:58.239 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:57 smithi055 ceph-mon[183057]: pgmap v422: 121 pgs: 121 active+clean; 203 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 14 MiB/s rd, 4.6 MiB/s wr, 31 op/s 2023-10-14T00:08:58.240 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:57 smithi055 ceph-mon[183057]: osdmap e474: 8 total, 8 up, 8 in 2023-10-14T00:08:58.240 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:57 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:58.240 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:57 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:08:58.240 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:57 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:08:58.401 INFO:tasks.rados.rados.0.smithi055.stdout:2176: done (2 left) 2023-10-14T00:08:58.401 INFO:tasks.rados.rados.0.smithi055.stdout:2177: read oid 36 snap -1 2023-10-14T00:08:58.401 INFO:tasks.rados.rados.0.smithi055.stdout:2177: expect (ObjNum 649 snap 184 seq_num 649) 2023-10-14T00:08:58.401 INFO:tasks.rados.rados.0.smithi055.stdout:2178: read oid 15 snap 195 2023-10-14T00:08:58.402 INFO:tasks.rados.rados.0.smithi055.stdout:2178: expect deleted 2023-10-14T00:08:58.402 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 30 current snap is 207 2023-10-14T00:08:58.402 INFO:tasks.rados.rados.0.smithi055.stdout:2179: seq_num 702 ranges {1679360=565248,2244608=581632,2826240=745472,3571712=278528} 2023-10-14T00:08:58.407 INFO:tasks.rados.rados.0.smithi055.stdout:2179: writing smithi055169533-30 from 1679360 to 2244608 tid 1 2023-10-14T00:08:58.411 INFO:tasks.rados.rados.0.smithi055.stdout:2179: writing smithi055169533-30 from 2244608 to 2826240 tid 2 2023-10-14T00:08:58.417 INFO:tasks.rados.rados.0.smithi055.stdout:2179: writing smithi055169533-30 from 2826240 to 3571712 tid 3 2023-10-14T00:08:58.419 INFO:tasks.rados.rados.0.smithi055.stdout:2179: writing smithi055169533-30 from 3571712 to 3850240 tid 4 2023-10-14T00:08:58.419 INFO:tasks.rados.rados.0.smithi055.stdout:2180: snap_remove snap 176 2023-10-14T00:08:59.411 INFO:tasks.rados.rados.0.smithi055.stdout:2180: done (5 left) 2023-10-14T00:08:59.411 INFO:tasks.rados.rados.0.smithi055.stdout:2181: snap_remove snap 203 2023-10-14T00:08:59.493 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:59 smithi082 ceph-mon[180771]: osdmap e475: 8 total, 8 up, 8 in 2023-10-14T00:08:59.494 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:08:59 smithi082 ceph-mon[180771]: pgmap v425: 121 pgs: 121 active+clean; 207 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 14 MiB/s rd, 2.8 MiB/s wr, 13 op/s 2023-10-14T00:08:59.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:59 smithi055 ceph-mon[185614]: osdmap e475: 8 total, 8 up, 8 in 2023-10-14T00:08:59.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:08:59 smithi055 ceph-mon[185614]: pgmap v425: 121 pgs: 121 active+clean; 207 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 14 MiB/s rd, 2.8 MiB/s wr, 13 op/s 2023-10-14T00:08:59.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:59 smithi055 ceph-mon[183057]: osdmap e475: 8 total, 8 up, 8 in 2023-10-14T00:08:59.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:08:59 smithi055 ceph-mon[183057]: pgmap v425: 121 pgs: 121 active+clean; 207 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 14 MiB/s rd, 2.8 MiB/s wr, 13 op/s 2023-10-14T00:09:00.371 INFO:tasks.rados.rados.0.smithi055.stdout:2181: done (5 left) 2023-10-14T00:09:00.371 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 19 current snap is 207 2023-10-14T00:09:00.371 INFO:tasks.rados.rados.0.smithi055.stdout:2182: seq_num 703 ranges {5554176=581632,6135808=458752,6594560=557056,7151616=417792,7569408=172032} 2023-10-14T00:09:00.405 INFO:tasks.rados.rados.0.smithi055.stdout:2182: writing smithi055169533-19 from 5554176 to 6135808 tid 1 2023-10-14T00:09:00.408 INFO:tasks.rados.rados.0.smithi055.stdout:2182: writing smithi055169533-19 from 6135808 to 6594560 tid 2 2023-10-14T00:09:00.411 INFO:tasks.rados.rados.0.smithi055.stdout:2182: writing smithi055169533-19 from 6594560 to 7151616 tid 3 2023-10-14T00:09:00.414 INFO:tasks.rados.rados.0.smithi055.stdout:2182: writing smithi055169533-19 from 7151616 to 7569408 tid 4 2023-10-14T00:09:00.415 INFO:tasks.rados.rados.0.smithi055.stdout:2182: writing smithi055169533-19 from 7569408 to 7741440 tid 5 2023-10-14T00:09:00.417 INFO:tasks.rados.rados.0.smithi055.stdout:2183: setattr oid 34 current snap is 207 2023-10-14T00:09:00.417 INFO:tasks.rados.rados.0.smithi055.stdout:2174: finishing write tid 1 to smithi055169533-50 2023-10-14T00:09:00.417 INFO:tasks.rados.rados.0.smithi055.stdout:2174: finishing write tid 2 to smithi055169533-50 2023-10-14T00:09:00.417 INFO:tasks.rados.rados.0.smithi055.stdout:2174: finishing write tid 3 to smithi055169533-50 2023-10-14T00:09:00.417 INFO:tasks.rados.rados.0.smithi055.stdout:2174: finishing write tid 4 to smithi055169533-50 2023-10-14T00:09:00.418 INFO:tasks.rados.rados.0.smithi055.stdout:2174: finishing write tid 5 to smithi055169533-50 2023-10-14T00:09:00.418 INFO:tasks.rados.rados.0.smithi055.stdout:2174: finishing write tid 6 to smithi055169533-50 2023-10-14T00:09:00.418 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 50 v 1132 (ObjNum 701 snap 207 seq_num 701) dirty exists 2023-10-14T00:09:00.418 INFO:tasks.rados.rados.0.smithi055.stdout:2174: left oid 50 (ObjNum 701 snap 207 seq_num 701) 2023-10-14T00:09:00.418 INFO:tasks.rados.rados.0.smithi055.stdout:2175: expect (ObjNum 672 snap 195 seq_num 672) 2023-10-14T00:09:00.510 INFO:tasks.rados.rados.0.smithi055.stdout:2177: expect (ObjNum 649 snap 184 seq_num 649) 2023-10-14T00:09:00.679 INFO:tasks.rados.rados.0.smithi055.stdout:2179: finishing write tid 1 to smithi055169533-30 2023-10-14T00:09:00.679 INFO:tasks.rados.rados.0.smithi055.stdout:2179: finishing write tid 2 to smithi055169533-30 2023-10-14T00:09:00.680 INFO:tasks.rados.rados.0.smithi055.stdout:2179: finishing write tid 3 to smithi055169533-30 2023-10-14T00:09:00.680 INFO:tasks.rados.rados.0.smithi055.stdout:2179: finishing write tid 4 to smithi055169533-30 2023-10-14T00:09:00.680 INFO:tasks.rados.rados.0.smithi055.stdout:2179: finishing write tid 5 to smithi055169533-30 2023-10-14T00:09:00.681 INFO:tasks.rados.rados.0.smithi055.stdout:2179: finishing write tid 6 to smithi055169533-30 2023-10-14T00:09:00.681 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 30 v 1071 (ObjNum 702 snap 207 seq_num 702) dirty exists 2023-10-14T00:09:00.681 INFO:tasks.rados.rados.0.smithi055.stdout:2179: left oid 30 (ObjNum 702 snap 207 seq_num 702) 2023-10-14T00:09:00.682 INFO:tasks.rados.rados.0.smithi055.stdout:2182: finishing write tid 1 to smithi055169533-19 2023-10-14T00:09:00.682 INFO:tasks.rados.rados.0.smithi055.stdout:2182: finishing write tid 2 to smithi055169533-19 2023-10-14T00:09:00.682 INFO:tasks.rados.rados.0.smithi055.stdout:2182: finishing write tid 3 to smithi055169533-19 2023-10-14T00:09:00.682 INFO:tasks.rados.rados.0.smithi055.stdout:2182: finishing write tid 4 to smithi055169533-19 2023-10-14T00:09:00.683 INFO:tasks.rados.rados.0.smithi055.stdout:2182: finishing write tid 5 to smithi055169533-19 2023-10-14T00:09:00.683 INFO:tasks.rados.rados.0.smithi055.stdout:2182: finishing write tid 6 to smithi055169533-19 2023-10-14T00:09:00.683 INFO:tasks.rados.rados.0.smithi055.stdout:2182: finishing write tid 7 to smithi055169533-19 2023-10-14T00:09:00.683 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 19 v 816 (ObjNum 703 snap 207 seq_num 703) dirty exists 2023-10-14T00:09:00.684 INFO:tasks.rados.rados.0.smithi055.stdout:2182: left oid 19 (ObjNum 703 snap 207 seq_num 703) 2023-10-14T00:09:00.684 INFO:tasks.rados.rados.0.smithi055.stdout:2174: done (6 left) 2023-10-14T00:09:00.684 INFO:tasks.rados.rados.0.smithi055.stdout:2175: done (5 left) 2023-10-14T00:09:00.684 INFO:tasks.rados.rados.0.smithi055.stdout:2177: done (4 left) 2023-10-14T00:09:00.685 INFO:tasks.rados.rados.0.smithi055.stdout:2178: done (3 left) 2023-10-14T00:09:00.685 INFO:tasks.rados.rados.0.smithi055.stdout:2179: done (2 left) 2023-10-14T00:09:00.685 INFO:tasks.rados.rados.0.smithi055.stdout:2182: done (1 left) 2023-10-14T00:09:00.685 INFO:tasks.rados.rados.0.smithi055.stdout:2184: rollback oid 14 current snap is 207 2023-10-14T00:09:00.686 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 14 to 200 2023-10-14T00:09:00.686 INFO:tasks.rados.rados.0.smithi055.stdout:2185: read oid 37 snap -1 2023-10-14T00:09:00.686 INFO:tasks.rados.rados.0.smithi055.stdout:2185: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:09:00.686 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 48 current snap is 207 2023-10-14T00:09:00.687 INFO:tasks.rados.rados.0.smithi055.stdout:2186: seq_num 704 ranges {3932160=598016,4530176=745472,5275648=712704,5988352=147456} 2023-10-14T00:09:00.702 INFO:tasks.rados.rados.0.smithi055.stdout:2186: writing smithi055169533-48 from 3932160 to 4530176 tid 1 2023-10-14T00:09:00.706 INFO:tasks.rados.rados.0.smithi055.stdout:2186: writing smithi055169533-48 from 4530176 to 5275648 tid 2 2023-10-14T00:09:00.710 INFO:tasks.rados.rados.0.smithi055.stdout:2186: writing smithi055169533-48 from 5275648 to 5988352 tid 3 2023-10-14T00:09:00.712 INFO:tasks.rados.rados.0.smithi055.stdout:2186: writing smithi055169533-48 from 5988352 to 6135808 tid 4 2023-10-14T00:09:00.712 INFO:tasks.rados.rados.0.smithi055.stdout:2187: read oid 25 snap -1 2023-10-14T00:09:00.713 INFO:tasks.rados.rados.0.smithi055.stdout:2187: expect (ObjNum 581 snap 165 seq_num 581) 2023-10-14T00:09:00.713 INFO:tasks.rados.rados.0.smithi055.stdout:2188: delete oid 26 current snap is 207 2023-10-14T00:09:00.713 INFO:tasks.rados.rados.0.smithi055.stdout:2185: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:09:00.715 INFO:tasks.rados.rados.0.smithi055.stdout:2184: finishing rollback tid 0 to smithi055169533-14 2023-10-14T00:09:00.715 INFO:tasks.rados.rados.0.smithi055.stdout:2184: finishing rollback tid 1 to smithi055169533-14 2023-10-14T00:09:00.716 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 34 v 616 (ObjNum 655 snap 185 seq_num 655) dirty exists 2023-10-14T00:09:00.716 INFO:tasks.rados.rados.0.smithi055.stdout:2184: finishing rollback tid 2 to smithi055169533-14 2023-10-14T00:09:00.716 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 14 v 1074 (ObjNum 607 snap 173 seq_num 607) dirty exists 2023-10-14T00:09:00.717 INFO:tasks.rados.rados.0.smithi055.stdout:2186: finishing write tid 1 to smithi055169533-48 2023-10-14T00:09:00.717 INFO:tasks.rados.rados.0.smithi055.stdout:2186: finishing write tid 2 to smithi055169533-48 2023-10-14T00:09:00.717 INFO:tasks.rados.rados.0.smithi055.stdout:2186: finishing write tid 3 to smithi055169533-48 2023-10-14T00:09:00.718 INFO:tasks.rados.rados.0.smithi055.stdout:2186: finishing write tid 4 to smithi055169533-48 2023-10-14T00:09:00.718 INFO:tasks.rados.rados.0.smithi055.stdout:2186: finishing write tid 5 to smithi055169533-48 2023-10-14T00:09:00.720 INFO:tasks.rados.rados.0.smithi055.stdout:2183: done (5 left) 2023-10-14T00:09:00.720 INFO:tasks.rados.rados.0.smithi055.stdout:2184: done (4 left) 2023-10-14T00:09:00.721 INFO:tasks.rados.rados.0.smithi055.stdout:2185: done (3 left) 2023-10-14T00:09:00.721 INFO:tasks.rados.rados.0.smithi055.stdout:2188: done (2 left) 2023-10-14T00:09:00.721 INFO:tasks.rados.rados.0.smithi055.stdout:2189: rmattr oid 41 current snap is 207 2023-10-14T00:09:00.722 INFO:tasks.rados.rados.0.smithi055.stdout:2189: done (2 left) 2023-10-14T00:09:00.722 INFO:tasks.rados.rados.0.smithi055.stdout:2190: rollback oid 24 current snap is 207 2023-10-14T00:09:00.722 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 24 to 195 2023-10-14T00:09:00.723 INFO:tasks.rados.rados.0.smithi055.stdout:2191: rmattr oid 23 current snap is 207 2023-10-14T00:09:00.723 INFO:tasks.rados.rados.0.smithi055.stdout:2191: done (3 left) 2023-10-14T00:09:00.723 INFO:tasks.rados.rados.0.smithi055.stdout:2192: rollback oid 15 current snap is 207 2023-10-14T00:09:00.724 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 15 to 205 2023-10-14T00:09:00.724 INFO:tasks.rados.rados.0.smithi055.stdout:2193: read oid 47 snap -1 2023-10-14T00:09:00.724 INFO:tasks.rados.rados.0.smithi055.stdout:2193: expect (ObjNum 568 snap 162 seq_num 568) 2023-10-14T00:09:00.724 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 29 current snap is 207 2023-10-14T00:09:00.725 INFO:tasks.rados.rados.0.smithi055.stdout:2194: seq_num 706 ranges {8863744=630784,9494528=516096,10010624=729088,10739712=360448} 2023-10-14T00:09:00.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:00 smithi055 ceph-mon[183057]: osdmap e476: 8 total, 8 up, 8 in 2023-10-14T00:09:00.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:00 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:00.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:00 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:00.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:00 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:00.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:00 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:00.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:00 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:00.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:00 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:00.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:00 smithi055 ceph-mon[183057]: osdmap e477: 8 total, 8 up, 8 in 2023-10-14T00:09:00.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:00 smithi055 ceph-mon[185614]: osdmap e476: 8 total, 8 up, 8 in 2023-10-14T00:09:00.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:00 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:00.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:00 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:00.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:00 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:00.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:00 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:00.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:00 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:00.772 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:00 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:00.772 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:00 smithi055 ceph-mon[185614]: osdmap e477: 8 total, 8 up, 8 in 2023-10-14T00:09:00.773 INFO:tasks.rados.rados.0.smithi055.stdout:2194: writing smithi055169533-29 from 8863744 to 9494528 tid 1 2023-10-14T00:09:00.775 INFO:tasks.rados.rados.0.smithi055.stdout:2194: writing smithi055169533-29 from 9494528 to 10010624 tid 2 2023-10-14T00:09:00.781 INFO:tasks.rados.rados.0.smithi055.stdout:2194: writing smithi055169533-29 from 10010624 to 10739712 tid 3 2023-10-14T00:09:00.783 INFO:tasks.rados.rados.0.smithi055.stdout:2194: writing smithi055169533-29 from 10739712 to 11100160 tid 4 2023-10-14T00:09:00.784 INFO:tasks.rados.rados.0.smithi055.stdout:2195: snap_create 2023-10-14T00:09:00.784 INFO:tasks.rados.rados.0.smithi055.stdout:2186: finishing write tid 6 to smithi055169533-48 2023-10-14T00:09:00.784 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 48 v 816 (ObjNum 704 snap 207 seq_num 704) dirty exists 2023-10-14T00:09:00.784 INFO:tasks.rados.rados.0.smithi055.stdout:2186: left oid 48 (ObjNum 704 snap 207 seq_num 704) 2023-10-14T00:09:00.784 INFO:tasks.rados.rados.0.smithi055.stdout:2187: expect (ObjNum 581 snap 165 seq_num 581) 2023-10-14T00:09:00.834 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:00 smithi082 ceph-mon[180771]: osdmap e476: 8 total, 8 up, 8 in 2023-10-14T00:09:00.834 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:00 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:00.834 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:00 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:00.834 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:00 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:00.835 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:00 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:00.835 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:00 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:00.835 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:00 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:00.835 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:00 smithi082 ceph-mon[180771]: osdmap e477: 8 total, 8 up, 8 in 2023-10-14T00:09:00.856 INFO:tasks.rados.rados.0.smithi055.stdout:2192: finishing rollback tid 1 to smithi055169533-15 2023-10-14T00:09:00.856 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 15 v 0 (ObjNum 97 snap 0 seq_num 1529401568) dirty dne 2023-10-14T00:09:00.856 INFO:tasks.rados.rados.0.smithi055.stdout:2190: finishing rollback tid 1 to smithi055169533-24 2023-10-14T00:09:00.857 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 24 v 0 (ObjNum 97 snap 0 seq_num 1) dirty dne 2023-10-14T00:09:00.857 INFO:tasks.rados.rados.0.smithi055.stdout:2193: expect (ObjNum 568 snap 162 seq_num 568) 2023-10-14T00:09:01.009 INFO:tasks.rados.rados.0.smithi055.stdout:2194: finishing write tid 1 to smithi055169533-29 2023-10-14T00:09:01.009 INFO:tasks.rados.rados.0.smithi055.stdout:2194: finishing write tid 2 to smithi055169533-29 2023-10-14T00:09:01.009 INFO:tasks.rados.rados.0.smithi055.stdout:2194: finishing write tid 3 to smithi055169533-29 2023-10-14T00:09:01.009 INFO:tasks.rados.rados.0.smithi055.stdout:2194: finishing write tid 4 to smithi055169533-29 2023-10-14T00:09:01.010 INFO:tasks.rados.rados.0.smithi055.stdout:2194: finishing write tid 5 to smithi055169533-29 2023-10-14T00:09:01.010 INFO:tasks.rados.rados.0.smithi055.stdout:2194: finishing write tid 6 to smithi055169533-29 2023-10-14T00:09:01.010 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 29 v 452 (ObjNum 706 snap 207 seq_num 706) dirty exists 2023-10-14T00:09:01.010 INFO:tasks.rados.rados.0.smithi055.stdout:2194: left oid 29 (ObjNum 706 snap 207 seq_num 706) 2023-10-14T00:09:01.463 INFO:tasks.rados.rados.0.smithi055.stdout:2186: done (6 left) 2023-10-14T00:09:01.463 INFO:tasks.rados.rados.0.smithi055.stdout:2187: done (5 left) 2023-10-14T00:09:01.463 INFO:tasks.rados.rados.0.smithi055.stdout:2190: done (4 left) 2023-10-14T00:09:01.464 INFO:tasks.rados.rados.0.smithi055.stdout:2192: done (3 left) 2023-10-14T00:09:01.464 INFO:tasks.rados.rados.0.smithi055.stdout:2193: done (2 left) 2023-10-14T00:09:01.464 INFO:tasks.rados.rados.0.smithi055.stdout:2194: done (1 left) 2023-10-14T00:09:01.464 INFO:tasks.rados.rados.0.smithi055.stdout:2195: done (0 left) 2023-10-14T00:09:01.465 INFO:tasks.rados.rados.0.smithi055.stdout:2196: snap_create 2023-10-14T00:09:01.467 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:01 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:01.467 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:01 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:01.467 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:01 smithi082 ceph-mon[180771]: pgmap v428: 121 pgs: 121 active+clean; 218 MiB data, 978 MiB used, 714 GiB / 715 GiB avail; 6.3 MiB/s rd, 5.2 MiB/s wr, 16 op/s 2023-10-14T00:09:01.737 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:01 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:01.738 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:01 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:01.738 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:01 smithi055 ceph-mon[183057]: pgmap v428: 121 pgs: 121 active+clean; 218 MiB data, 978 MiB used, 714 GiB / 715 GiB avail; 6.3 MiB/s rd, 5.2 MiB/s wr, 16 op/s 2023-10-14T00:09:01.738 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:01 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:01.739 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:01 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:01.739 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:01 smithi055 ceph-mon[185614]: pgmap v428: 121 pgs: 121 active+clean; 218 MiB data, 978 MiB used, 714 GiB / 715 GiB avail; 6.3 MiB/s rd, 5.2 MiB/s wr, 16 op/s 2023-10-14T00:09:02.470 INFO:tasks.rados.rados.0.smithi055.stdout:2196: done (0 left) 2023-10-14T00:09:02.471 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 11 current snap is 209 2023-10-14T00:09:02.471 INFO:tasks.rados.rados.0.smithi055.stdout:2197: seq_num 707 ranges {6070272=647168,6717440=802816,7520256=532480,8052736=270336} 2023-10-14T00:09:02.509 INFO:tasks.rados.rados.0.smithi055.stdout:2197: writing smithi055169533-11 from 6070272 to 6717440 tid 1 2023-10-14T00:09:02.514 INFO:tasks.rados.rados.0.smithi055.stdout:2197: writing smithi055169533-11 from 6717440 to 7520256 tid 2 2023-10-14T00:09:02.518 INFO:tasks.rados.rados.0.smithi055.stdout:2197: writing smithi055169533-11 from 7520256 to 8052736 tid 3 2023-10-14T00:09:02.519 INFO:tasks.rados.rados.0.smithi055.stdout:2197: writing smithi055169533-11 from 8052736 to 8323072 tid 4 2023-10-14T00:09:02.519 INFO:tasks.rados.rados.0.smithi055.stdout:2198: delete oid 48 current snap is 209 2023-10-14T00:09:02.519 INFO:tasks.rados.rados.0.smithi055.stdout:2197: finishing write tid 1 to smithi055169533-11 2023-10-14T00:09:02.519 INFO:tasks.rados.rados.0.smithi055.stdout:2197: finishing write tid 2 to smithi055169533-11 2023-10-14T00:09:02.521 INFO:tasks.rados.rados.0.smithi055.stdout:2197: finishing write tid 3 to smithi055169533-11 2023-10-14T00:09:02.521 INFO:tasks.rados.rados.0.smithi055.stdout:2198: done (1 left) 2023-10-14T00:09:02.521 INFO:tasks.rados.rados.0.smithi055.stdout:2199: snap_create 2023-10-14T00:09:02.521 INFO:tasks.rados.rados.0.smithi055.stdout:2197: finishing write tid 4 to smithi055169533-11 2023-10-14T00:09:02.522 INFO:tasks.rados.rados.0.smithi055.stdout:2197: finishing write tid 5 to smithi055169533-11 2023-10-14T00:09:02.522 INFO:tasks.rados.rados.0.smithi055.stdout:2197: finishing write tid 6 to smithi055169533-11 2023-10-14T00:09:02.522 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 11 v 571 (ObjNum 707 snap 209 seq_num 707) dirty exists 2023-10-14T00:09:02.522 INFO:tasks.rados.rados.0.smithi055.stdout:2197: left oid 11 (ObjNum 707 snap 209 seq_num 707) 2023-10-14T00:09:02.672 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:02 smithi082 ceph-mon[180771]: osdmap e478: 8 total, 8 up, 8 in 2023-10-14T00:09:02.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:02 smithi055 ceph-mon[185614]: osdmap e478: 8 total, 8 up, 8 in 2023-10-14T00:09:02.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:02 smithi055 ceph-mon[183057]: osdmap e478: 8 total, 8 up, 8 in 2023-10-14T00:09:03.513 INFO:tasks.rados.rados.0.smithi055.stdout:2197: done (1 left) 2023-10-14T00:09:03.514 INFO:tasks.rados.rados.0.smithi055.stdout:2199: done (0 left) 2023-10-14T00:09:03.514 INFO:tasks.rados.rados.0.smithi055.stdout:2200: read oid 1 snap -1 2023-10-14T00:09:03.514 INFO:tasks.rados.rados.0.smithi055.stdout:2200: expect (ObjNum 644 snap 182 seq_num 644) 2023-10-14T00:09:03.514 INFO:tasks.rados.rados.0.smithi055.stdout:2201: copy_from oid 30 from oid 14 current snap is 210 2023-10-14T00:09:03.514 INFO:tasks.rados.rados.0.smithi055.stdout:2202: rollback oid 19 current snap is 210 2023-10-14T00:09:03.515 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 19 to 194 2023-10-14T00:09:03.515 INFO:tasks.rados.rados.0.smithi055.stdout:2203: delete oid 2 current snap is 210 2023-10-14T00:09:03.516 INFO:tasks.rados.rados.0.smithi055.stdout:2203: done (3 left) 2023-10-14T00:09:03.516 INFO:tasks.rados.rados.0.smithi055.stdout:2204: read oid 39 snap -1 2023-10-14T00:09:03.516 INFO:tasks.rados.rados.0.smithi055.stdout:2204: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:09:03.516 INFO:tasks.rados.rados.0.smithi055.stdout:2205: delete oid 16 current snap is 210 2023-10-14T00:09:03.518 INFO:tasks.rados.rados.0.smithi055.stdout:2204: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:09:03.522 INFO:tasks.rados.rados.0.smithi055.stdout:2204: done (4 left) 2023-10-14T00:09:03.522 INFO:tasks.rados.rados.0.smithi055.stdout:2205: done (3 left) 2023-10-14T00:09:03.522 INFO:tasks.rados.rados.0.smithi055.stdout:2206: rollback oid 39 current snap is 210 2023-10-14T00:09:03.522 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 39 to 201 2023-10-14T00:09:03.522 INFO:tasks.rados.rados.0.smithi055.stdout:2202: finishing rollback tid 0 to smithi055169533-19 2023-10-14T00:09:03.523 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 49 current snap is 210 2023-10-14T00:09:03.523 INFO:tasks.rados.rados.0.smithi055.stdout:2207: seq_num 711 ranges {5783552=712704,6496256=786432,7282688=516096,7798784=303104} 2023-10-14T00:09:03.557 INFO:tasks.rados.rados.0.smithi055.stdout:2207: writing smithi055169533-49 from 5783552 to 6496256 tid 1 2023-10-14T00:09:03.562 INFO:tasks.rados.rados.0.smithi055.stdout:2207: writing smithi055169533-49 from 6496256 to 7282688 tid 2 2023-10-14T00:09:03.565 INFO:tasks.rados.rados.0.smithi055.stdout:2207: writing smithi055169533-49 from 7282688 to 7798784 tid 3 2023-10-14T00:09:03.568 INFO:tasks.rados.rados.0.smithi055.stdout:2207: writing smithi055169533-49 from 7798784 to 8101888 tid 4 2023-10-14T00:09:03.568 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 32 current snap is 210 2023-10-14T00:09:03.568 INFO:tasks.rados.rados.0.smithi055.stdout:2202: finishing rollback tid 1 to smithi055169533-19 2023-10-14T00:09:03.568 INFO:tasks.rados.rados.0.smithi055.stdout:2202: finishing rollback tid 2 to smithi055169533-19 2023-10-14T00:09:03.569 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 19 v 820 (ObjNum 656 snap 185 seq_num 656) dirty exists 2023-10-14T00:09:03.569 INFO:tasks.rados.rados.0.smithi055.stdout:2206: finishing rollback tid 0 to smithi055169533-39 2023-10-14T00:09:03.569 INFO:tasks.rados.rados.0.smithi055.stdout:2206: finishing rollback tid 1 to smithi055169533-39 2023-10-14T00:09:03.569 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 39 v 1155 (ObjNum 33 snap 0 seq_num 1528919632) dirty dne 2023-10-14T00:09:03.569 INFO:tasks.rados.rados.0.smithi055.stdout:2201: finishing copy_from racing read to smithi055169533-30 2023-10-14T00:09:03.570 INFO:tasks.rados.rados.0.smithi055.stdout:2201: finishing copy_from to smithi055169533-30 2023-10-14T00:09:03.570 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 30 v 1074 (ObjNum 607 snap 173 seq_num 607) dirty exists 2023-10-14T00:09:03.570 INFO:tasks.rados.rados.0.smithi055.stdout:2200: expect (ObjNum 644 snap 182 seq_num 644) 2023-10-14T00:09:03.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:03 smithi055 ceph-mon[185614]: osdmap e479: 8 total, 8 up, 8 in 2023-10-14T00:09:03.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:03 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:03.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:03 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:03.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:03 smithi055 ceph-mon[185614]: pgmap v431: 121 pgs: 121 active+clean; 218 MiB data, 984 MiB used, 714 GiB / 715 GiB avail; 1.2 MiB/s rd, 3.7 MiB/s wr, 10 op/s 2023-10-14T00:09:03.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:03 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:03.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:03 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:03.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:03 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:09:03.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:03 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:09:03.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:03 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:03.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:03 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:09:03.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:03 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:03.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:03 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:03.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:03 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:03.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:03 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:03.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:03 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:03.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:03 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:03.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:03 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:03.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:03 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:03.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:03 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:03.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:03 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:03.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:03 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:03.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:03 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:03.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:03 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:03.772 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:03 smithi055 ceph-mon[183057]: osdmap e479: 8 total, 8 up, 8 in 2023-10-14T00:09:03.772 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:03 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:03.772 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:03 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:03.772 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:03 smithi055 ceph-mon[183057]: pgmap v431: 121 pgs: 121 active+clean; 218 MiB data, 984 MiB used, 714 GiB / 715 GiB avail; 1.2 MiB/s rd, 3.7 MiB/s wr, 10 op/s 2023-10-14T00:09:03.773 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:03 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:03.773 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:03 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:03.773 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:03 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:09:03.773 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:03 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:09:03.773 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:03 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:03.774 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:03 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:09:03.774 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:03 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:03.774 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:03 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:03.774 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:03 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:03.775 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:03 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:03.775 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:03 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:03.775 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:03 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:03.775 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:03 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:03.776 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:03 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:03.776 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:03 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:03.776 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:03 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:03.776 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:03 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:03.776 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:03 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:03.777 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:03 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:03.777 INFO:tasks.rados.rados.0.smithi055.stdout:2207: finishing write tid 1 to smithi055169533-49 2023-10-14T00:09:03.777 INFO:tasks.rados.rados.0.smithi055.stdout:2207: finishing write tid 2 to smithi055169533-49 2023-10-14T00:09:03.778 INFO:tasks.rados.rados.0.smithi055.stdout:2207: finishing write tid 3 to smithi055169533-49 2023-10-14T00:09:03.778 INFO:tasks.rados.rados.0.smithi055.stdout:2207: finishing write tid 4 to smithi055169533-49 2023-10-14T00:09:03.778 INFO:tasks.rados.rados.0.smithi055.stdout:2208: seq_num 712 ranges {0=729088,729088=671744,1400832=671744,2072576=262144} 2023-10-14T00:09:03.778 INFO:tasks.rados.rados.0.smithi055.stdout:2208: writing smithi055169533-32 from 0 to 729088 tid 1 2023-10-14T00:09:03.779 INFO:tasks.rados.rados.0.smithi055.stdout:2208: writing smithi055169533-32 from 729088 to 1400832 tid 2 2023-10-14T00:09:03.781 INFO:tasks.rados.rados.0.smithi055.stdout:2208: writing smithi055169533-32 from 1400832 to 2072576 tid 3 2023-10-14T00:09:03.783 INFO:tasks.rados.rados.0.smithi055.stdout:2208: writing smithi055169533-32 from 2072576 to 2334720 tid 4 2023-10-14T00:09:03.784 INFO:tasks.rados.rados.0.smithi055.stdout:2200: done (5 left) 2023-10-14T00:09:03.784 INFO:tasks.rados.rados.0.smithi055.stdout:2201: done (4 left) 2023-10-14T00:09:03.784 INFO:tasks.rados.rados.0.smithi055.stdout:2202: done (3 left) 2023-10-14T00:09:03.784 INFO:tasks.rados.rados.0.smithi055.stdout:2206: done (2 left) 2023-10-14T00:09:03.785 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 24 current snap is 210 2023-10-14T00:09:03.785 INFO:tasks.rados.rados.0.smithi055.stdout:2207: finishing write tid 5 to smithi055169533-49 2023-10-14T00:09:03.785 INFO:tasks.rados.rados.0.smithi055.stdout:2207: finishing write tid 6 to smithi055169533-49 2023-10-14T00:09:03.785 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 49 v 1080 (ObjNum 711 snap 210 seq_num 711) dirty exists 2023-10-14T00:09:03.785 INFO:tasks.rados.rados.0.smithi055.stdout:2207: left oid 49 (ObjNum 711 snap 210 seq_num 711) 2023-10-14T00:09:03.786 INFO:tasks.rados.rados.0.smithi055.stdout:2208: finishing write tid 1 to smithi055169533-32 2023-10-14T00:09:03.786 INFO:tasks.rados.rados.0.smithi055.stdout:2209: seq_num 713 ranges {0=745472,745472=557056,1302528=483328,1785856=565248} 2023-10-14T00:09:03.788 INFO:tasks.rados.rados.0.smithi055.stdout:2209: writing smithi055169533-24 from 0 to 745472 tid 1 2023-10-14T00:09:03.791 INFO:tasks.rados.rados.0.smithi055.stdout:2209: writing smithi055169533-24 from 745472 to 1302528 tid 2 2023-10-14T00:09:03.794 INFO:tasks.rados.rados.0.smithi055.stdout:2209: writing smithi055169533-24 from 1302528 to 1785856 tid 3 2023-10-14T00:09:03.798 INFO:tasks.rados.rados.0.smithi055.stdout:2209: writing smithi055169533-24 from 1785856 to 2351104 tid 4 2023-10-14T00:09:03.798 INFO:tasks.rados.rados.0.smithi055.stdout:2207: done (2 left) 2023-10-14T00:09:03.799 INFO:tasks.rados.rados.0.smithi055.stdout:2210: read oid 4 snap -1 2023-10-14T00:09:03.799 INFO:tasks.rados.rados.0.smithi055.stdout:2210: expect (ObjNum 627 snap 177 seq_num 627) 2023-10-14T00:09:03.799 INFO:tasks.rados.rados.0.smithi055.stdout:2211: snap_create 2023-10-14T00:09:03.799 INFO:tasks.rados.rados.0.smithi055.stdout:2208: finishing write tid 2 to smithi055169533-32 2023-10-14T00:09:03.800 INFO:tasks.rados.rados.0.smithi055.stdout:2208: finishing write tid 3 to smithi055169533-32 2023-10-14T00:09:03.800 INFO:tasks.rados.rados.0.smithi055.stdout:2208: finishing write tid 4 to smithi055169533-32 2023-10-14T00:09:03.800 INFO:tasks.rados.rados.0.smithi055.stdout:2208: finishing write tid 5 to smithi055169533-32 2023-10-14T00:09:03.800 INFO:tasks.rados.rados.0.smithi055.stdout:2208: finishing write tid 6 to smithi055169533-32 2023-10-14T00:09:03.801 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 32 v 457 (ObjNum 712 snap 210 seq_num 712) dirty exists 2023-10-14T00:09:03.801 INFO:tasks.rados.rados.0.smithi055.stdout:2208: left oid 32 (ObjNum 712 snap 210 seq_num 712) 2023-10-14T00:09:03.801 INFO:tasks.rados.rados.0.smithi055.stdout:2209: finishing write tid 1 to smithi055169533-24 2023-10-14T00:09:03.801 INFO:tasks.rados.rados.0.smithi055.stdout:2209: finishing write tid 2 to smithi055169533-24 2023-10-14T00:09:03.801 INFO:tasks.rados.rados.0.smithi055.stdout:2209: finishing write tid 3 to smithi055169533-24 2023-10-14T00:09:03.802 INFO:tasks.rados.rados.0.smithi055.stdout:2209: finishing write tid 4 to smithi055169533-24 2023-10-14T00:09:03.802 INFO:tasks.rados.rados.0.smithi055.stdout:2209: finishing write tid 5 to smithi055169533-24 2023-10-14T00:09:03.803 INFO:tasks.rados.rados.0.smithi055.stdout:2209: finishing write tid 6 to smithi055169533-24 2023-10-14T00:09:03.804 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 24 v 1079 (ObjNum 713 snap 210 seq_num 713) dirty exists 2023-10-14T00:09:03.804 INFO:tasks.rados.rados.0.smithi055.stdout:2209: left oid 24 (ObjNum 713 snap 210 seq_num 713) 2023-10-14T00:09:03.804 INFO:tasks.rados.rados.0.smithi055.stdout:2210: expect (ObjNum 627 snap 177 seq_num 627) 2023-10-14T00:09:03.818 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:03 smithi082 ceph-mon[180771]: osdmap e479: 8 total, 8 up, 8 in 2023-10-14T00:09:03.818 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:03 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:03.818 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:03 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:03.819 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:03 smithi082 ceph-mon[180771]: pgmap v431: 121 pgs: 121 active+clean; 218 MiB data, 984 MiB used, 714 GiB / 715 GiB avail; 1.2 MiB/s rd, 3.7 MiB/s wr, 10 op/s 2023-10-14T00:09:03.819 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:03 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:03.819 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:03 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:03.820 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:03 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:09:03.820 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:03 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:09:03.820 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:03 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:03.820 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:03 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:09:03.821 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:03 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:03.821 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:03 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:03.821 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:03 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:03.821 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:03 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:03.822 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:03 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:03.822 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:03 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:03.822 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:03 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:03.823 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:03 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:03.823 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:03 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:03.823 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:03 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:03.823 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:03 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:03.824 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:03 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:03.824 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:03 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:04.749 INFO:tasks.rados.rados.0.smithi055.stdout:2208: done (3 left) 2023-10-14T00:09:04.750 INFO:tasks.rados.rados.0.smithi055.stdout:2209: done (2 left) 2023-10-14T00:09:04.750 INFO:tasks.rados.rados.0.smithi055.stdout:2210: done (1 left) 2023-10-14T00:09:04.750 INFO:tasks.rados.rados.0.smithi055.stdout:2211: done (0 left) 2023-10-14T00:09:04.750 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 39 current snap is 211 2023-10-14T00:09:04.751 INFO:tasks.rados.rados.0.smithi055.stdout:2212: seq_num 714 ranges {0=761856,761856=442368,1204224=688128,1892352=475136} 2023-10-14T00:09:04.753 INFO:tasks.rados.rados.0.smithi055.stdout:2212: writing smithi055169533-39 from 0 to 761856 tid 1 2023-10-14T00:09:04.756 INFO:tasks.rados.rados.0.smithi055.stdout:2212: writing smithi055169533-39 from 761856 to 1204224 tid 2 2023-10-14T00:09:04.760 INFO:tasks.rados.rados.0.smithi055.stdout:2212: writing smithi055169533-39 from 1204224 to 1892352 tid 3 2023-10-14T00:09:04.763 INFO:tasks.rados.rados.0.smithi055.stdout:2212: writing smithi055169533-39 from 1892352 to 2367488 tid 4 2023-10-14T00:09:04.763 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 38 current snap is 211 2023-10-14T00:09:04.763 INFO:tasks.rados.rados.0.smithi055.stdout:2212: finishing write tid 1 to smithi055169533-39 2023-10-14T00:09:04.763 INFO:tasks.rados.rados.0.smithi055.stdout:2213: seq_num 715 ranges {0=778240,778240=770048,1548288=499712,2048000=335872} 2023-10-14T00:09:04.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:04 smithi055 ceph-mon[185614]: osdmap e480: 8 total, 8 up, 8 in 2023-10-14T00:09:04.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:04 smithi055 ceph-mon[183057]: osdmap e480: 8 total, 8 up, 8 in 2023-10-14T00:09:04.770 INFO:tasks.rados.rados.0.smithi055.stdout:2213: writing smithi055169533-38 from 0 to 778240 tid 1 2023-10-14T00:09:04.772 INFO:tasks.rados.rados.0.smithi055.stdout:2213: writing smithi055169533-38 from 778240 to 1548288 tid 2 2023-10-14T00:09:04.774 INFO:tasks.rados.rados.0.smithi055.stdout:2213: writing smithi055169533-38 from 1548288 to 2048000 tid 3 2023-10-14T00:09:04.777 INFO:tasks.rados.rados.0.smithi055.stdout:2213: writing smithi055169533-38 from 2048000 to 2383872 tid 4 2023-10-14T00:09:04.778 INFO:tasks.rados.rados.0.smithi055.stdout:2214: read oid 35 snap -1 2023-10-14T00:09:04.778 INFO:tasks.rados.rados.0.smithi055.stdout:2214: expect (ObjNum 547 snap 153 seq_num 547) 2023-10-14T00:09:04.779 INFO:tasks.rados.rados.0.smithi055.stdout:2215: copy_from oid 28 from oid 26 current snap is 211 2023-10-14T00:09:04.779 INFO:tasks.rados.rados.0.smithi055.stdout:2212: finishing write tid 2 to smithi055169533-39 2023-10-14T00:09:04.779 INFO:tasks.rados.rados.0.smithi055.stdout:2212: finishing write tid 3 to smithi055169533-39 2023-10-14T00:09:04.780 INFO:tasks.rados.rados.0.smithi055.stdout:2212: finishing write tid 4 to smithi055169533-39 2023-10-14T00:09:04.780 INFO:tasks.rados.rados.0.smithi055.stdout:2212: finishing write tid 5 to smithi055169533-39 2023-10-14T00:09:04.780 INFO:tasks.rados.rados.0.smithi055.stdout:2212: finishing write tid 6 to smithi055169533-39 2023-10-14T00:09:04.780 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 39 v 1160 (ObjNum 714 snap 211 seq_num 714) dirty exists 2023-10-14T00:09:04.781 INFO:tasks.rados.rados.0.smithi055.stdout:2212: left oid 39 (ObjNum 714 snap 211 seq_num 714) 2023-10-14T00:09:04.781 INFO:tasks.rados.rados.0.smithi055.stdout:2213: finishing write tid 1 to smithi055169533-38 2023-10-14T00:09:04.781 INFO:tasks.rados.rados.0.smithi055.stdout:2212: done (3 left) 2023-10-14T00:09:04.782 INFO:tasks.rados.rados.0.smithi055.stdout:2216: snap_remove snap 204 2023-10-14T00:09:04.836 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:04 smithi082 ceph-mon[180771]: osdmap e480: 8 total, 8 up, 8 in 2023-10-14T00:09:05.367 INFO:tasks.rados.rados.0.smithi055.stdout:2216: done (3 left) 2023-10-14T00:09:05.367 INFO:tasks.rados.rados.0.smithi055.stdout:2217: read oid 39 snap -1 2023-10-14T00:09:05.367 INFO:tasks.rados.rados.0.smithi055.stdout:2217: expect (ObjNum 714 snap 211 seq_num 714) 2023-10-14T00:09:05.368 INFO:tasks.rados.rados.0.smithi055.stdout:2218: delete oid 27 current snap is 211 2023-10-14T00:09:05.368 INFO:tasks.rados.rados.0.smithi055.stdout:2213: finishing write tid 2 to smithi055169533-38 2023-10-14T00:09:05.368 INFO:tasks.rados.rados.0.smithi055.stdout:2215: finishing copy_from to smithi055169533-28 2023-10-14T00:09:05.368 INFO:tasks.rados.rados.0.smithi055.stdout:2215: got expected ENOENT (src dne) 2023-10-14T00:09:05.368 INFO:tasks.rados.rados.0.smithi055.stdout:2215: finishing copy_from racing read to smithi055169533-28 2023-10-14T00:09:05.369 INFO:tasks.rados.rados.0.smithi055.stdout:2213: finishing write tid 3 to smithi055169533-38 2023-10-14T00:09:05.369 INFO:tasks.rados.rados.0.smithi055.stdout:2213: finishing write tid 4 to smithi055169533-38 2023-10-14T00:09:05.369 INFO:tasks.rados.rados.0.smithi055.stdout:2213: finishing write tid 5 to smithi055169533-38 2023-10-14T00:09:05.369 INFO:tasks.rados.rados.0.smithi055.stdout:2213: finishing write tid 6 to smithi055169533-38 2023-10-14T00:09:05.369 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 38 v 812 (ObjNum 715 snap 211 seq_num 715) dirty exists 2023-10-14T00:09:05.370 INFO:tasks.rados.rados.0.smithi055.stdout:2213: left oid 38 (ObjNum 715 snap 211 seq_num 715) 2023-10-14T00:09:05.370 INFO:tasks.rados.rados.0.smithi055.stdout:2214: expect (ObjNum 547 snap 153 seq_num 547) 2023-10-14T00:09:05.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:09:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:09:05] "GET /metrics HTTP/1.1" 200 36154 "" "Prometheus/2.43.0" 2023-10-14T00:09:05.573 INFO:tasks.rados.rados.0.smithi055.stdout:2217: expect (ObjNum 714 snap 211 seq_num 714) 2023-10-14T00:09:05.634 INFO:tasks.rados.rados.0.smithi055.stdout:2213: done (4 left) 2023-10-14T00:09:05.635 INFO:tasks.rados.rados.0.smithi055.stdout:2214: done (3 left) 2023-10-14T00:09:05.635 INFO:tasks.rados.rados.0.smithi055.stdout:2215: done (2 left) 2023-10-14T00:09:05.635 INFO:tasks.rados.rados.0.smithi055.stdout:2217: done (1 left) 2023-10-14T00:09:05.635 INFO:tasks.rados.rados.0.smithi055.stdout:2218: done (0 left) 2023-10-14T00:09:05.636 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 26 current snap is 211 2023-10-14T00:09:05.636 INFO:tasks.rados.rados.0.smithi055.stdout:2219: seq_num 717 ranges {0=16384} 2023-10-14T00:09:05.636 INFO:tasks.rados.rados.0.smithi055.stdout:2219: writing smithi055169533-26 from 0 to 16384 tid 1 2023-10-14T00:09:05.636 INFO:tasks.rados.rados.0.smithi055.stdout:2220: read oid 21 snap 201 2023-10-14T00:09:05.636 INFO:tasks.rados.rados.0.smithi055.stdout:2220: expect deleted 2023-10-14T00:09:05.636 INFO:tasks.rados.rados.0.smithi055.stdout:2221: read oid 25 snap 201 2023-10-14T00:09:05.637 INFO:tasks.rados.rados.0.smithi055.stdout:2221: expect (ObjNum 581 snap 165 seq_num 581) 2023-10-14T00:09:05.637 INFO:tasks.rados.rados.0.smithi055.stdout:2222: read oid 43 snap 207 2023-10-14T00:09:05.637 INFO:tasks.rados.rados.0.smithi055.stdout:2222: expect (ObjNum 675 snap 197 seq_num 675) 2023-10-14T00:09:05.637 INFO:tasks.rados.rados.0.smithi055.stdout:2223: delete oid 8 current snap is 211 2023-10-14T00:09:05.638 INFO:tasks.rados.rados.0.smithi055.stdout:2220: done (4 left) 2023-10-14T00:09:05.638 INFO:tasks.rados.rados.0.smithi055.stdout:2223: done (3 left) 2023-10-14T00:09:05.638 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 11 current snap is 211 2023-10-14T00:09:05.638 INFO:tasks.rados.rados.0.smithi055.stdout:2224: seq_num 719 ranges {8323072=49152} 2023-10-14T00:09:05.685 INFO:tasks.rados.rados.0.smithi055.stdout:2224: writing smithi055169533-11 from 8323072 to 8372224 tid 1 2023-10-14T00:09:05.685 INFO:tasks.rados.rados.0.smithi055.stdout:2225: delete oid 48 current snap is 211 2023-10-14T00:09:05.685 INFO:tasks.rados.rados.0.smithi055.stdout:2219: finishing write tid 1 to smithi055169533-26 2023-10-14T00:09:05.685 INFO:tasks.rados.rados.0.smithi055.stdout:2219: finishing write tid 2 to smithi055169533-26 2023-10-14T00:09:05.686 INFO:tasks.rados.rados.0.smithi055.stdout:2221: expect (ObjNum 581 snap 165 seq_num 581) 2023-10-14T00:09:05.755 INFO:tasks.rados.rados.0.smithi055.stdout:2219: finishing write tid 3 to smithi055169533-26 2023-10-14T00:09:05.756 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 26 v 822 (ObjNum 717 snap 211 seq_num 717) dirty exists 2023-10-14T00:09:05.756 INFO:tasks.rados.rados.0.smithi055.stdout:2219: left oid 26 (ObjNum 717 snap 211 seq_num 717) 2023-10-14T00:09:05.756 INFO:tasks.rados.rados.0.smithi055.stdout:2219: done (4 left) 2023-10-14T00:09:05.756 INFO:tasks.rados.rados.0.smithi055.stdout:2221: done (3 left) 2023-10-14T00:09:05.757 INFO:tasks.rados.rados.0.smithi055.stdout:2225: done (2 left) 2023-10-14T00:09:05.757 INFO:tasks.rados.rados.0.smithi055.stdout:2226: snap_remove snap 199 2023-10-14T00:09:05.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:05 smithi082 ceph-mon[180771]: Upgrade: Updating prometheus.a 2023-10-14T00:09:05.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:05 smithi082 ceph-mon[180771]: Deploying daemon prometheus.a on smithi082 2023-10-14T00:09:05.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:05 smithi082 ceph-mon[180771]: osdmap e481: 8 total, 8 up, 8 in 2023-10-14T00:09:05.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:05 smithi082 ceph-mon[180771]: pgmap v434: 121 pgs: 121 active+clean; 214 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 4.3 MiB/s rd, 2.2 MiB/s wr, 11 op/s 2023-10-14T00:09:05.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:05 smithi082 ceph-mon[180771]: osdmap e482: 8 total, 8 up, 8 in 2023-10-14T00:09:06.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:05 smithi055 ceph-mon[183057]: Upgrade: Updating prometheus.a 2023-10-14T00:09:06.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:05 smithi055 ceph-mon[183057]: Deploying daemon prometheus.a on smithi082 2023-10-14T00:09:06.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:05 smithi055 ceph-mon[183057]: osdmap e481: 8 total, 8 up, 8 in 2023-10-14T00:09:06.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:05 smithi055 ceph-mon[183057]: pgmap v434: 121 pgs: 121 active+clean; 214 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 4.3 MiB/s rd, 2.2 MiB/s wr, 11 op/s 2023-10-14T00:09:06.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:05 smithi055 ceph-mon[183057]: osdmap e482: 8 total, 8 up, 8 in 2023-10-14T00:09:06.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:05 smithi055 ceph-mon[185614]: Upgrade: Updating prometheus.a 2023-10-14T00:09:06.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:05 smithi055 ceph-mon[185614]: Deploying daemon prometheus.a on smithi082 2023-10-14T00:09:06.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:05 smithi055 ceph-mon[185614]: osdmap e481: 8 total, 8 up, 8 in 2023-10-14T00:09:06.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:05 smithi055 ceph-mon[185614]: pgmap v434: 121 pgs: 121 active+clean; 214 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 4.3 MiB/s rd, 2.2 MiB/s wr, 11 op/s 2023-10-14T00:09:06.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:05 smithi055 ceph-mon[185614]: osdmap e482: 8 total, 8 up, 8 in 2023-10-14T00:09:06.345 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:09:06 smithi082 systemd[1]: Stopping Ceph prometheus.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:09:06.625 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:09:06 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:09:06.344Z caller=main.go:840 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-10-14T00:09:06.625 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:09:06 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:09:06.344Z caller=main.go:864 level=info msg="Stopping scrape discovery manager..." 2023-10-14T00:09:06.625 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:09:06 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:09:06.344Z caller=main.go:860 level=info msg="Scrape discovery manager stopped" 2023-10-14T00:09:06.626 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:09:06 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:09:06.344Z caller=main.go:878 level=info msg="Stopping notify discovery manager..." 2023-10-14T00:09:06.626 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:09:06 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:09:06.344Z caller=manager.go:988 level=info component="rule manager" msg="Stopping rule manager..." 2023-10-14T00:09:06.626 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:09:06 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:09:06.344Z caller=main.go:874 level=info msg="Notify discovery manager stopped" 2023-10-14T00:09:06.626 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:09:06 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:09:06.344Z caller=manager.go:998 level=info component="rule manager" msg="Rule manager stopped" 2023-10-14T00:09:06.627 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:09:06 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:09:06.344Z caller=main.go:915 level=info msg="Stopping scrape manager..." 2023-10-14T00:09:06.627 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:09:06 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:09:06.345Z caller=main.go:907 level=info msg="Scrape manager stopped" 2023-10-14T00:09:06.627 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:09:06 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:09:06.345Z caller=notifier.go:606 level=info component=notifier msg="Stopping notification manager..." 2023-10-14T00:09:06.627 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:09:06 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:09:06.345Z caller=main.go:1135 level=info msg="Notifier manager stopped" 2023-10-14T00:09:06.627 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:09:06 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[170293]: ts=2023-10-14T00:09:06.345Z caller=main.go:1147 level=info msg="See you next time!" 2023-10-14T00:09:06.628 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:09:06 smithi082 bash[220606]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a 2023-10-14T00:09:06.758 INFO:tasks.rados.rados.0.smithi055.stdout:2226: done (2 left) 2023-10-14T00:09:06.759 INFO:tasks.rados.rados.0.smithi055.stdout:2227: snap_remove snap 195 2023-10-14T00:09:07.086 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:09:06 smithi082 systemd[1]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@prometheus.a.service: Succeeded. 2023-10-14T00:09:07.086 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:09:06 smithi082 systemd[1]: Stopped Ceph prometheus.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:09:07.086 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:09:06 smithi082 systemd[1]: Starting Ceph prometheus.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:09:07.375 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:09:07 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[220760]: ts=2023-10-14T00:09:07.171Z caller=main.go:564 level=info msg="Starting Prometheus Server" mode=server version="(version=2.43.0, branch=HEAD, revision=edfc3bcd025dd6fe296c167a14a216cab1e552ee)" 2023-10-14T00:09:07.376 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:09:07 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[220760]: ts=2023-10-14T00:09:07.171Z 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-10-14T00:09:07.376 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:09:07 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[220760]: ts=2023-10-14T00:09:07.171Z caller=main.go:570 level=info host_details="(Linux 4.18.0-516.el8.x86_64 #1 SMP Mon Oct 2 13:45:04 UTC 2023 x86_64 smithi082 (none))" 2023-10-14T00:09:07.377 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:09:07 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[220760]: ts=2023-10-14T00:09:07.171Z caller=main.go:571 level=info fd_limits="(soft=1048576, hard=1048576)" 2023-10-14T00:09:07.377 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:09:07 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[220760]: ts=2023-10-14T00:09:07.171Z caller=main.go:572 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2023-10-14T00:09:07.378 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:09:07 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[220760]: ts=2023-10-14T00:09:07.173Z caller=web.go:561 level=info component=web msg="Start listening for connections" address=:9095 2023-10-14T00:09:07.378 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:09:07 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[220760]: ts=2023-10-14T00:09:07.173Z caller=main.go:1005 level=info msg="Starting TSDB ..." 2023-10-14T00:09:07.378 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:09:07 smithi082 bash[220746]: 37362e1699c25758b667044ae20ad20e6598db54f111d313ea4e5efea3325f15 2023-10-14T00:09:07.379 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:09:07 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[220760]: ts=2023-10-14T00:09:07.175Z caller=tls_config.go:232 level=info component=web msg="Listening on" address=[::]:9095 2023-10-14T00:09:07.379 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:09:07 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[220760]: ts=2023-10-14T00:09:07.175Z caller=tls_config.go:235 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2023-10-14T00:09:07.379 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:09:07 smithi082 systemd[1]: Started Ceph prometheus.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:09:07.380 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:09:07 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[220760]: ts=2023-10-14T00:09:07.177Z caller=head.go:587 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2023-10-14T00:09:07.380 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:09:07 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[220760]: ts=2023-10-14T00:09:07.177Z caller=head.go:658 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=2.396µs 2023-10-14T00:09:07.380 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:09:07 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[220760]: ts=2023-10-14T00:09:07.177Z caller=head.go:664 level=info component=tsdb msg="Replaying WAL, this may take a while" 2023-10-14T00:09:07.381 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:09:07 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[220760]: ts=2023-10-14T00:09:07.177Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=4 2023-10-14T00:09:07.381 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:09:07 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[220760]: ts=2023-10-14T00:09:07.194Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=4 2023-10-14T00:09:07.381 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:09:07 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[220760]: ts=2023-10-14T00:09:07.196Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=4 2023-10-14T00:09:07.382 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:09:07 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[220760]: ts=2023-10-14T00:09:07.205Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=3 maxSegment=4 2023-10-14T00:09:07.382 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:09:07 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[220760]: ts=2023-10-14T00:09:07.205Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=4 maxSegment=4 2023-10-14T00:09:07.383 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:09:07 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[220760]: ts=2023-10-14T00:09:07.205Z caller=head.go:772 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=40.096µs wal_replay_duration=28.79382ms wbl_replay_duration=143ns total_replay_duration=28.863493ms 2023-10-14T00:09:07.383 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:09:07 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[220760]: ts=2023-10-14T00:09:07.208Z caller=main.go:1026 level=info fs_type=XFS_SUPER_MAGIC 2023-10-14T00:09:07.383 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:09:07 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[220760]: ts=2023-10-14T00:09:07.209Z caller=main.go:1029 level=info msg="TSDB started" 2023-10-14T00:09:07.384 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:09:07 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[220760]: ts=2023-10-14T00:09:07.209Z caller=main.go:1209 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2023-10-14T00:09:07.384 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:09:07 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[220760]: ts=2023-10-14T00:09:07.223Z caller=main.go:1246 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=14.942478ms db_storage=910ns remote_storage=1.318µs web_handler=366ns query_engine=1.07µs scrape=538.48µs scrape_sd=78.864µs notify=13.968µs notify_sd=16.959µs rules=14.053298ms tracing=6.033µs 2023-10-14T00:09:07.384 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:09:07 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[220760]: ts=2023-10-14T00:09:07.224Z caller=main.go:990 level=info msg="Server is ready to receive web requests." 2023-10-14T00:09:07.384 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 00:09:07 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[220760]: ts=2023-10-14T00:09:07.224Z caller=manager.go:974 level=info component="rule manager" msg="Starting rule manager..." 2023-10-14T00:09:07.777 INFO:tasks.rados.rados.0.smithi055.stdout:2227: done (2 left) 2023-10-14T00:09:07.777 INFO:tasks.rados.rados.0.smithi055.stdout:2228: rollback oid 3 current snap is 211 2023-10-14T00:09:07.778 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 3 to 210 2023-10-14T00:09:07.778 INFO:tasks.rados.rados.0.smithi055.stdout:2222: expect (ObjNum 675 snap 197 seq_num 675) 2023-10-14T00:09:07.887 INFO:tasks.rados.rados.0.smithi055.stdout:2224: finishing write tid 1 to smithi055169533-11 2023-10-14T00:09:07.887 INFO:tasks.rados.rados.0.smithi055.stdout:2224: finishing write tid 2 to smithi055169533-11 2023-10-14T00:09:07.887 INFO:tasks.rados.rados.0.smithi055.stdout:2224: finishing write tid 3 to smithi055169533-11 2023-10-14T00:09:07.888 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 11 v 573 (ObjNum 719 snap 211 seq_num 719) dirty exists 2023-10-14T00:09:07.888 INFO:tasks.rados.rados.0.smithi055.stdout:2224: left oid 11 (ObjNum 719 snap 211 seq_num 719) 2023-10-14T00:09:07.888 INFO:tasks.rados.rados.0.smithi055.stdout:2228: finishing rollback tid 0 to smithi055169533-3 2023-10-14T00:09:07.888 INFO:tasks.rados.rados.0.smithi055.stdout:2228: finishing rollback tid 1 to smithi055169533-3 2023-10-14T00:09:07.888 INFO:tasks.rados.rados.0.smithi055.stdout:2222: done (2 left) 2023-10-14T00:09:07.889 INFO:tasks.rados.rados.0.smithi055.stdout:2224: done (1 left) 2023-10-14T00:09:07.889 INFO:tasks.rados.rados.0.smithi055.stdout:2229: snap_remove snap 200 2023-10-14T00:09:08.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:07 smithi082 ceph-mon[180771]: osdmap e483: 8 total, 8 up, 8 in 2023-10-14T00:09:08.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:07 smithi082 ceph-mon[180771]: pgmap v437: 121 pgs: 121 active+clean; 223 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 6.2 MiB/s rd, 4.3 MiB/s wr, 22 op/s 2023-10-14T00:09:08.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:07 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:08.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:07 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:08.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:07 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:09:08.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:07 smithi055 ceph-mon[185614]: osdmap e483: 8 total, 8 up, 8 in 2023-10-14T00:09:08.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:07 smithi055 ceph-mon[185614]: pgmap v437: 121 pgs: 121 active+clean; 223 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 6.2 MiB/s rd, 4.3 MiB/s wr, 22 op/s 2023-10-14T00:09:08.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:07 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:08.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:07 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:08.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:07 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:09:08.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:07 smithi055 ceph-mon[183057]: osdmap e483: 8 total, 8 up, 8 in 2023-10-14T00:09:08.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:07 smithi055 ceph-mon[183057]: pgmap v437: 121 pgs: 121 active+clean; 223 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 6.2 MiB/s rd, 4.3 MiB/s wr, 22 op/s 2023-10-14T00:09:08.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:07 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:08.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:07 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:08.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:07 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:09:08.778 INFO:tasks.rados.rados.0.smithi055.stdout:2229: done (1 left) 2023-10-14T00:09:08.778 INFO:tasks.rados.rados.0.smithi055.stdout:2230: copy_from oid 27 from oid 37 current snap is 211 2023-10-14T00:09:08.778 INFO:tasks.rados.rados.0.smithi055.stdout:2228: finishing rollback tid 2 to smithi055169533-3 2023-10-14T00:09:08.778 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 3 v 1092 (ObjNum 613 snap 174 seq_num 613) dirty exists 2023-10-14T00:09:08.779 INFO:tasks.rados.rados.0.smithi055.stdout:2228: done (1 left) 2023-10-14T00:09:08.779 INFO:tasks.rados.rados.0.smithi055.stdout:2231: snap_remove snap 206 2023-10-14T00:09:09.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:08 smithi055 ceph-mon[185614]: osdmap e484: 8 total, 8 up, 8 in 2023-10-14T00:09:09.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:08 smithi055 ceph-mon[183057]: osdmap e484: 8 total, 8 up, 8 in 2023-10-14T00:09:09.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:08 smithi082 ceph-mon[180771]: osdmap e484: 8 total, 8 up, 8 in 2023-10-14T00:09:09.810 INFO:tasks.rados.rados.0.smithi055.stdout:2231: done (1 left) 2023-10-14T00:09:09.811 INFO:tasks.rados.rados.0.smithi055.stdout:2232: delete oid 11 current snap is 211 2023-10-14T00:09:09.811 INFO:tasks.rados.rados.0.smithi055.stdout:2230: finishing copy_from racing read to smithi055169533-27 2023-10-14T00:09:09.811 INFO:tasks.rados.rados.0.smithi055.stdout:2230: finishing copy_from to smithi055169533-27 2023-10-14T00:09:09.812 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 27 v 824 (ObjNum 177 snap 0 seq_num 1) dirty exists 2023-10-14T00:09:09.812 INFO:tasks.rados.rados.0.smithi055.stdout:2230: done (1 left) 2023-10-14T00:09:09.813 INFO:tasks.rados.rados.0.smithi055.stdout:2232: done (0 left) 2023-10-14T00:09:09.813 INFO:tasks.rados.rados.0.smithi055.stdout:2233: read oid 47 snap -1 2023-10-14T00:09:09.813 INFO:tasks.rados.rados.0.smithi055.stdout:2233: expect (ObjNum 568 snap 162 seq_num 568) 2023-10-14T00:09:09.813 INFO:tasks.rados.rados.0.smithi055.stdout:2234: read oid 2 snap -1 2023-10-14T00:09:09.813 INFO:tasks.rados.rados.0.smithi055.stdout:2234: expect deleted 2023-10-14T00:09:09.814 INFO:tasks.rados.rados.0.smithi055.stdout:2235: read oid 42 snap -1 2023-10-14T00:09:09.814 INFO:tasks.rados.rados.0.smithi055.stdout:2235: expect (ObjNum 659 snap 186 seq_num 659) 2023-10-14T00:09:09.814 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 3 current snap is 211 2023-10-14T00:09:09.814 INFO:tasks.rados.rados.0.smithi055.stdout:2236: seq_num 722 ranges {671744=98304} 2023-10-14T00:09:09.817 INFO:tasks.rados.rados.0.smithi055.stdout:2236: writing smithi055169533-3 from 671744 to 770048 tid 1 2023-10-14T00:09:09.817 INFO:tasks.rados.rados.0.smithi055.stdout:2237: snap_remove snap 205 2023-10-14T00:09:10.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:09 smithi082 ceph-mon[180771]: osdmap e485: 8 total, 8 up, 8 in 2023-10-14T00:09:10.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:09:10.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:09 smithi082 ceph-mon[180771]: pgmap v440: 121 pgs: 121 active+clean; 225 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 5.4 MiB/s rd, 2.7 MiB/s wr, 17 op/s 2023-10-14T00:09:10.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:10.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:10.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:09 smithi055 ceph-mon[185614]: osdmap e485: 8 total, 8 up, 8 in 2023-10-14T00:09:10.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:09:10.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:09 smithi055 ceph-mon[185614]: pgmap v440: 121 pgs: 121 active+clean; 225 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 5.4 MiB/s rd, 2.7 MiB/s wr, 17 op/s 2023-10-14T00:09:10.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:10.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:10.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:09 smithi055 ceph-mon[183057]: osdmap e485: 8 total, 8 up, 8 in 2023-10-14T00:09:10.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:09:10.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:09 smithi055 ceph-mon[183057]: pgmap v440: 121 pgs: 121 active+clean; 225 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 5.4 MiB/s rd, 2.7 MiB/s wr, 17 op/s 2023-10-14T00:09:10.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:10.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:10.370 INFO:tasks.rados.rados.0.smithi055.stdout:2237: done (4 left) 2023-10-14T00:09:10.371 INFO:tasks.rados.rados.0.smithi055.stdout:2238: rollback oid 23 current snap is 211 2023-10-14T00:09:10.371 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 23 to 197 2023-10-14T00:09:10.371 INFO:tasks.rados.rados.0.smithi055.stdout:2236: finishing write tid 1 to smithi055169533-3 2023-10-14T00:09:10.371 INFO:tasks.rados.rados.0.smithi055.stdout:2235: expect (ObjNum 659 snap 186 seq_num 659) 2023-10-14T00:09:10.469 INFO:tasks.rados.rados.0.smithi055.stdout:2236: finishing write tid 2 to smithi055169533-3 2023-10-14T00:09:10.469 INFO:tasks.rados.rados.0.smithi055.stdout:2236: finishing write tid 3 to smithi055169533-3 2023-10-14T00:09:10.470 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 3 v 1102 (ObjNum 722 snap 211 seq_num 722) dirty exists 2023-10-14T00:09:10.470 INFO:tasks.rados.rados.0.smithi055.stdout:2236: left oid 3 (ObjNum 722 snap 211 seq_num 722) 2023-10-14T00:09:10.470 INFO:tasks.rados.rados.0.smithi055.stdout:2233: expect (ObjNum 568 snap 162 seq_num 568) 2023-10-14T00:09:10.620 INFO:tasks.rados.rados.0.smithi055.stdout:2238: finishing rollback tid 0 to smithi055169533-23 2023-10-14T00:09:10.620 INFO:tasks.rados.rados.0.smithi055.stdout:2238: finishing rollback tid 1 to smithi055169533-23 2023-10-14T00:09:10.620 INFO:tasks.rados.rados.0.smithi055.stdout:2233: done (4 left) 2023-10-14T00:09:10.620 INFO:tasks.rados.rados.0.smithi055.stdout:2234: done (3 left) 2023-10-14T00:09:10.621 INFO:tasks.rados.rados.0.smithi055.stdout:2235: done (2 left) 2023-10-14T00:09:10.621 INFO:tasks.rados.rados.0.smithi055.stdout:2236: done (1 left) 2023-10-14T00:09:10.621 INFO:tasks.rados.rados.0.smithi055.stdout:2239: read oid 11 snap -1 2023-10-14T00:09:10.621 INFO:tasks.rados.rados.0.smithi055.stdout:2239: expect deleted 2023-10-14T00:09:10.621 INFO:tasks.rados.rados.0.smithi055.stdout:2240: snap_create 2023-10-14T00:09:10.622 INFO:tasks.rados.rados.0.smithi055.stdout:2238: finishing rollback tid 2 to smithi055169533-23 2023-10-14T00:09:10.622 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 23 v 630 (ObjNum 666 snap 192 seq_num 666) dirty exists 2023-10-14T00:09:11.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:10 smithi082 ceph-mon[180771]: osdmap e486: 8 total, 8 up, 8 in 2023-10-14T00:09:11.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:10 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:11.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:10 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:11.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:10 smithi082 ceph-mon[180771]: osdmap e487: 8 total, 8 up, 8 in 2023-10-14T00:09:11.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:10 smithi055 ceph-mon[185614]: osdmap e486: 8 total, 8 up, 8 in 2023-10-14T00:09:11.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:10 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:11.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:10 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:11.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:10 smithi055 ceph-mon[185614]: osdmap e487: 8 total, 8 up, 8 in 2023-10-14T00:09:11.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:10 smithi055 ceph-mon[183057]: osdmap e486: 8 total, 8 up, 8 in 2023-10-14T00:09:11.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:10 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:11.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:10 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:11.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:10 smithi055 ceph-mon[183057]: osdmap e487: 8 total, 8 up, 8 in 2023-10-14T00:09:11.385 INFO:tasks.rados.rados.0.smithi055.stdout:2238: done (2 left) 2023-10-14T00:09:11.385 INFO:tasks.rados.rados.0.smithi055.stdout:2239: done (1 left) 2023-10-14T00:09:11.386 INFO:tasks.rados.rados.0.smithi055.stdout:2240: done (0 left) 2023-10-14T00:09:11.386 INFO:tasks.rados.rados.0.smithi055.stdout:2241: copy_from oid 21 from oid 50 current snap is 212 2023-10-14T00:09:11.386 INFO:tasks.rados.rados.0.smithi055.stdout:2242: read oid 7 snap -1 2023-10-14T00:09:11.386 INFO:tasks.rados.rados.0.smithi055.stdout:2242: expect (ObjNum 610 snap 174 seq_num 610) 2023-10-14T00:09:11.387 INFO:tasks.rados.rados.0.smithi055.stdout:2243: copy_from oid 30 from oid 44 current snap is 212 2023-10-14T00:09:11.387 INFO:tasks.rados.rados.0.smithi055.stdout:2244: snap_create 2023-10-14T00:09:11.392 INFO:tasks.rados.rados.0.smithi055.stdout:2243: finishing copy_from to smithi055169533-30 2023-10-14T00:09:11.392 INFO:tasks.rados.rados.0.smithi055.stdout:2243: got expected ENOENT (src dne) 2023-10-14T00:09:11.393 INFO:tasks.rados.rados.0.smithi055.stdout:2243: finishing copy_from racing read to smithi055169533-30 2023-10-14T00:09:11.394 INFO:tasks.rados.rados.0.smithi055.stdout:2242: expect (ObjNum 610 snap 174 seq_num 610) 2023-10-14T00:09:11.470 INFO:tasks.rados.rados.0.smithi055.stdout:2241: finishing copy_from racing read to smithi055169533-21 2023-10-14T00:09:11.470 INFO:tasks.rados.rados.0.smithi055.stdout:2241: finishing copy_from to smithi055169533-21 2023-10-14T00:09:11.470 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 21 v 1132 (ObjNum 701 snap 207 seq_num 701) dirty exists 2023-10-14T00:09:12.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:11 smithi082 ceph-mon[180771]: pgmap v443: 121 pgs: 121 active+clean; 227 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 1.1 MiB/s wr, 14 op/s 2023-10-14T00:09:12.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:11 smithi082 ceph-mon[180771]: osdmap e488: 8 total, 8 up, 8 in 2023-10-14T00:09:12.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:11 smithi055 ceph-mon[185614]: pgmap v443: 121 pgs: 121 active+clean; 227 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 1.1 MiB/s wr, 14 op/s 2023-10-14T00:09:12.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:11 smithi055 ceph-mon[185614]: osdmap e488: 8 total, 8 up, 8 in 2023-10-14T00:09:12.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:11 smithi055 ceph-mon[183057]: pgmap v443: 121 pgs: 121 active+clean; 227 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 1.1 MiB/s wr, 14 op/s 2023-10-14T00:09:12.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:11 smithi055 ceph-mon[183057]: osdmap e488: 8 total, 8 up, 8 in 2023-10-14T00:09:12.392 INFO:tasks.rados.rados.0.smithi055.stdout:2241: done (3 left) 2023-10-14T00:09:12.392 INFO:tasks.rados.rados.0.smithi055.stdout:2242: done (2 left) 2023-10-14T00:09:12.392 INFO:tasks.rados.rados.0.smithi055.stdout:2243: done (1 left) 2023-10-14T00:09:12.393 INFO:tasks.rados.rados.0.smithi055.stdout:2244: done (0 left) 2023-10-14T00:09:12.393 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 21 current snap is 213 2023-10-14T00:09:12.393 INFO:tasks.rados.rados.0.smithi055.stdout:2245: seq_num 723 ranges {8462336=114688} 2023-10-14T00:09:12.441 INFO:tasks.rados.rados.0.smithi055.stdout:2245: writing smithi055169533-21 from 8462336 to 8577024 tid 1 2023-10-14T00:09:12.441 INFO:tasks.rados.rados.0.smithi055.stdout:2246: snap_remove snap 196 2023-10-14T00:09:13.421 INFO:tasks.rados.rados.0.smithi055.stdout:2246: done (1 left) 2023-10-14T00:09:13.421 INFO:tasks.rados.rados.0.smithi055.stdout:2247: read oid 46 snap -1 2023-10-14T00:09:13.422 INFO:tasks.rados.rados.0.smithi055.stdout:2247: expect (ObjNum 670 snap 193 seq_num 670) 2023-10-14T00:09:13.422 INFO:tasks.rados.rados.0.smithi055.stdout:2248: snap_create 2023-10-14T00:09:13.422 INFO:tasks.rados.rados.0.smithi055.stdout:2245: finishing write tid 1 to smithi055169533-21 2023-10-14T00:09:13.422 INFO:tasks.rados.rados.0.smithi055.stdout:2245: finishing write tid 2 to smithi055169533-21 2023-10-14T00:09:13.422 INFO:tasks.rados.rados.0.smithi055.stdout:2245: finishing write tid 3 to smithi055169533-21 2023-10-14T00:09:13.423 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 21 v 1134 (ObjNum 723 snap 213 seq_num 723) dirty exists 2023-10-14T00:09:13.423 INFO:tasks.rados.rados.0.smithi055.stdout:2245: left oid 21 (ObjNum 723 snap 213 seq_num 723) 2023-10-14T00:09:13.451 INFO:tasks.rados.rados.0.smithi055.stdout:2247: expect (ObjNum 670 snap 193 seq_num 670) 2023-10-14T00:09:13.641 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:13 smithi055 ceph-mon[185614]: osdmap e489: 8 total, 8 up, 8 in 2023-10-14T00:09:13.642 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:13 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:13.642 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:13 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:13.642 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:13 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:09:13.643 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:13 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:09:13.643 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:13 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:13.643 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:13 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-14T00:09:13.643 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:13 smithi055 ceph-mon[185614]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-14T00:09:13.644 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:13 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:09:13.644 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:13 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:13.644 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:13 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:13.644 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:13 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:13.644 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:13 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:13.645 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:13 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:13.645 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:13 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:13.645 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:13 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:13.645 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:13 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:13.646 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:13 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:13.646 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:13 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:13.646 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:13 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:13.646 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:13 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:13.647 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:13 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:13.647 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:13 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:13.647 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:13 smithi055 ceph-mon[185614]: pgmap v446: 121 pgs: 121 active+clean; 227 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 590 KiB/s wr, 8 op/s 2023-10-14T00:09:13.647 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:13 smithi055 ceph-mon[183057]: osdmap e489: 8 total, 8 up, 8 in 2023-10-14T00:09:13.648 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:13 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:13.648 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:13 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:13.648 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:13 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:09:13.648 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:13 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:09:13.648 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:13 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:13.649 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:13 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-14T00:09:13.649 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:13 smithi055 ceph-mon[183057]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-14T00:09:13.649 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:13 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:09:13.649 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:13 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:13.649 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:13 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:13.650 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:13 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:13.650 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:13 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:13.650 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:13 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:13.650 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:13 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:13.650 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:13 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:13.650 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:13 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:13.651 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:13 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:13.651 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:13 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:13.651 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:13 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:13.651 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:13 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:13.651 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:13 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:13.652 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:13 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:13.652 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:13 smithi055 ceph-mon[183057]: pgmap v446: 121 pgs: 121 active+clean; 227 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 590 KiB/s wr, 8 op/s 2023-10-14T00:09:13.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:13 smithi082 ceph-mon[180771]: osdmap e489: 8 total, 8 up, 8 in 2023-10-14T00:09:13.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:13 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:13.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:13 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:13.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:13 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:09:13.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:13 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:09:13.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:13 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:13.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:13 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-14T00:09:13.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:13 smithi082 ceph-mon[180771]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-14T00:09:13.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:13 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:09:13.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:13 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:13.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:13 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:13.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:13 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:13.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:13 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:13.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:13 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:13.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:13 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:13.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:13 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:13.879 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:13 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:13.879 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:13 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:13.879 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:13 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:13.879 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:13 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:13.879 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:13 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:13.880 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:13 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:13.880 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:13 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:13.880 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:13 smithi082 ceph-mon[180771]: pgmap v446: 121 pgs: 121 active+clean; 227 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 590 KiB/s wr, 8 op/s 2023-10-14T00:09:14.434 INFO:tasks.rados.rados.0.smithi055.stdout:2245: done (2 left) 2023-10-14T00:09:14.434 INFO:tasks.rados.rados.0.smithi055.stdout:2247: done (1 left) 2023-10-14T00:09:14.434 INFO:tasks.rados.rados.0.smithi055.stdout:2248: done (0 left) 2023-10-14T00:09:14.435 INFO:tasks.rados.rados.0.smithi055.stdout:2249: rollback oid 23 current snap is 214 2023-10-14T00:09:14.435 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 23 to 202 2023-10-14T00:09:14.435 INFO:tasks.rados.rados.0.smithi055.stdout:2250: copy_from oid 7 from oid 25 current snap is 214 2023-10-14T00:09:14.435 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 8 current snap is 214 2023-10-14T00:09:14.436 INFO:tasks.rados.rados.0.smithi055.stdout:2251: seq_num 724 ranges {0=131072} 2023-10-14T00:09:14.436 INFO:tasks.rados.rados.0.smithi055.stdout:2251: writing smithi055169533-8 from 0 to 131072 tid 1 2023-10-14T00:09:14.436 INFO:tasks.rados.rados.0.smithi055.stdout:2252: snap_remove snap 197 2023-10-14T00:09:14.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:14 smithi055 ceph-mon[185614]: osdmap e490: 8 total, 8 up, 8 in 2023-10-14T00:09:14.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:14 smithi055 ceph-mon[185614]: Upgrade: Updating alertmanager.a 2023-10-14T00:09:14.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:14 smithi055 ceph-mon[185614]: Deploying daemon alertmanager.a on smithi055 2023-10-14T00:09:14.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:14 smithi055 ceph-mon[183057]: osdmap e490: 8 total, 8 up, 8 in 2023-10-14T00:09:14.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:14 smithi055 ceph-mon[183057]: Upgrade: Updating alertmanager.a 2023-10-14T00:09:14.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:14 smithi055 ceph-mon[183057]: Deploying daemon alertmanager.a on smithi055 2023-10-14T00:09:14.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:14 smithi082 ceph-mon[180771]: osdmap e490: 8 total, 8 up, 8 in 2023-10-14T00:09:14.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:14 smithi082 ceph-mon[180771]: Upgrade: Updating alertmanager.a 2023-10-14T00:09:14.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:14 smithi082 ceph-mon[180771]: Deploying daemon alertmanager.a on smithi055 2023-10-14T00:09:15.157 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:09:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:09:15] "GET /metrics HTTP/1.1" 200 36160 "" "Prometheus/2.43.0" 2023-10-14T00:09:15.383 INFO:tasks.rados.rados.0.smithi055.stdout:2252: done (3 left) 2023-10-14T00:09:15.383 INFO:tasks.rados.rados.0.smithi055.stdout:2253: read oid 31 snap -1 2023-10-14T00:09:15.383 INFO:tasks.rados.rados.0.smithi055.stdout:2253: expect (ObjNum 547 snap 153 seq_num 547) 2023-10-14T00:09:15.383 INFO:tasks.rados.rados.0.smithi055.stdout:2254: read oid 29 snap -1 2023-10-14T00:09:15.384 INFO:tasks.rados.rados.0.smithi055.stdout:2254: expect (ObjNum 706 snap 207 seq_num 706) 2023-10-14T00:09:15.384 INFO:tasks.rados.rados.0.smithi055.stdout:2255: delete oid 48 current snap is 214 2023-10-14T00:09:15.384 INFO:tasks.rados.rados.0.smithi055.stdout:2251: finishing write tid 1 to smithi055169533-8 2023-10-14T00:09:15.384 INFO:tasks.rados.rados.0.smithi055.stdout:2249: finishing rollback tid 0 to smithi055169533-23 2023-10-14T00:09:15.384 INFO:tasks.rados.rados.0.smithi055.stdout:2251: finishing write tid 2 to smithi055169533-8 2023-10-14T00:09:15.385 INFO:tasks.rados.rados.0.smithi055.stdout:2249: finishing rollback tid 1 to smithi055169533-23 2023-10-14T00:09:15.385 INFO:tasks.rados.rados.0.smithi055.stdout:2249: finishing rollback tid 2 to smithi055169533-23 2023-10-14T00:09:15.385 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 23 v 640 (ObjNum 666 snap 192 seq_num 666) dirty exists 2023-10-14T00:09:15.385 INFO:tasks.rados.rados.0.smithi055.stdout:2251: finishing write tid 3 to smithi055169533-8 2023-10-14T00:09:15.385 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 8 v 1136 (ObjNum 724 snap 214 seq_num 724) dirty exists 2023-10-14T00:09:15.386 INFO:tasks.rados.rados.0.smithi055.stdout:2251: left oid 8 (ObjNum 724 snap 214 seq_num 724) 2023-10-14T00:09:15.386 INFO:tasks.rados.rados.0.smithi055.stdout:2250: finishing copy_from racing read to smithi055169533-7 2023-10-14T00:09:15.386 INFO:tasks.rados.rados.0.smithi055.stdout:2250: finishing copy_from to smithi055169533-7 2023-10-14T00:09:15.386 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 7 v 362 (ObjNum 581 snap 165 seq_num 581) dirty exists 2023-10-14T00:09:15.393 INFO:tasks.rados.rados.0.smithi055.stdout:2249: done (5 left) 2023-10-14T00:09:15.393 INFO:tasks.rados.rados.0.smithi055.stdout:2250: done (4 left) 2023-10-14T00:09:15.393 INFO:tasks.rados.rados.0.smithi055.stdout:2251: done (3 left) 2023-10-14T00:09:15.394 INFO:tasks.rados.rados.0.smithi055.stdout:2255: done (2 left) 2023-10-14T00:09:15.394 INFO:tasks.rados.rados.0.smithi055.stdout:2256: copy_from oid 27 from oid 12 current snap is 214 2023-10-14T00:09:15.396 INFO:tasks.rados.rados.0.smithi055.stdout:2257: read oid 50 snap -1 2023-10-14T00:09:15.396 INFO:tasks.rados.rados.0.smithi055.stdout:2257: expect (ObjNum 701 snap 207 seq_num 701) 2023-10-14T00:09:15.396 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 4 current snap is 214 2023-10-14T00:09:15.396 INFO:tasks.rados.rados.0.smithi055.stdout:2258: seq_num 726 ranges {1499136=163840} 2023-10-14T00:09:15.404 INFO:tasks.rados.rados.0.smithi055.stdout:2258: writing smithi055169533-4 from 1499136 to 1662976 tid 1 2023-10-14T00:09:15.404 INFO:tasks.rados.rados.0.smithi055.stdout:2259: read oid 45 snap 202 2023-10-14T00:09:15.404 INFO:tasks.rados.rados.0.smithi055.stdout:2259: expect (ObjNum 684 snap 202 seq_num 684) 2023-10-14T00:09:15.405 INFO:tasks.rados.rados.0.smithi055.stdout:2260: read oid 9 snap -1 2023-10-14T00:09:15.405 INFO:tasks.rados.rados.0.smithi055.stdout:2260: expect (ObjNum 699 snap 206 seq_num 699) 2023-10-14T00:09:15.426 INFO:tasks.rados.rados.0.smithi055.stdout:2261: snap_create 2023-10-14T00:09:15.426 INFO:tasks.rados.rados.0.smithi055.stdout:2258: finishing write tid 1 to smithi055169533-4 2023-10-14T00:09:15.427 INFO:tasks.rados.rados.0.smithi055.stdout:2258: finishing write tid 2 to smithi055169533-4 2023-10-14T00:09:15.427 INFO:tasks.rados.rados.0.smithi055.stdout:2258: finishing write tid 3 to smithi055169533-4 2023-10-14T00:09:15.427 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 4 v 1117 (ObjNum 726 snap 214 seq_num 726) dirty exists 2023-10-14T00:09:15.427 INFO:tasks.rados.rados.0.smithi055.stdout:2258: left oid 4 (ObjNum 726 snap 214 seq_num 726) 2023-10-14T00:09:15.428 INFO:tasks.rados.rados.0.smithi055.stdout:2253: expect (ObjNum 547 snap 153 seq_num 547) 2023-10-14T00:09:15.644 INFO:tasks.rados.rados.0.smithi055.stdout:2254: expect (ObjNum 706 snap 207 seq_num 706) 2023-10-14T00:09:15.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:15 smithi055 ceph-mon[185614]: osdmap e491: 8 total, 8 up, 8 in 2023-10-14T00:09:15.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:15 smithi055 ceph-mon[185614]: pgmap v449: 121 pgs: 121 active+clean; 235 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 1.1 MiB/s rd, 2.1 MiB/s wr, 2 op/s 2023-10-14T00:09:15.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:15 smithi055 ceph-mon[185614]: osdmap e492: 8 total, 8 up, 8 in 2023-10-14T00:09:15.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:15 smithi055 ceph-mon[183057]: osdmap e491: 8 total, 8 up, 8 in 2023-10-14T00:09:15.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:15 smithi055 ceph-mon[183057]: pgmap v449: 121 pgs: 121 active+clean; 235 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 1.1 MiB/s rd, 2.1 MiB/s wr, 2 op/s 2023-10-14T00:09:15.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:15 smithi055 ceph-mon[183057]: osdmap e492: 8 total, 8 up, 8 in 2023-10-14T00:09:15.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:15 smithi082 ceph-mon[180771]: osdmap e491: 8 total, 8 up, 8 in 2023-10-14T00:09:15.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:15 smithi082 ceph-mon[180771]: pgmap v449: 121 pgs: 121 active+clean; 235 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 1.1 MiB/s rd, 2.1 MiB/s wr, 2 op/s 2023-10-14T00:09:15.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:15 smithi082 ceph-mon[180771]: osdmap e492: 8 total, 8 up, 8 in 2023-10-14T00:09:16.219 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:09:15 smithi055 systemd[1]: Stopping Ceph alertmanager.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:09:16.220 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:09:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-alertmanager-a[172218]: ts=2023-10-14T00:09:15.980Z caller=main.go:583 level=info msg="Received SIGTERM, exiting gracefully..." 2023-10-14T00:09:16.517 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:09:16 smithi055 bash[227079]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-alertmanager-a 2023-10-14T00:09:16.545 INFO:tasks.rados.rados.0.smithi055.stdout:2259: expect (ObjNum 684 snap 202 seq_num 684) 2023-10-14T00:09:16.707 INFO:tasks.rados.rados.0.smithi055.stdout:2256: finishing copy_from racing read to smithi055169533-27 2023-10-14T00:09:16.708 INFO:tasks.rados.rados.0.smithi055.stdout:2260: expect (ObjNum 699 snap 206 seq_num 699) 2023-10-14T00:09:16.941 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:09:16 smithi055 systemd[1]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@alertmanager.a.service: Succeeded. 2023-10-14T00:09:16.942 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:09:16 smithi055 systemd[1]: Stopped Ceph alertmanager.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:09:16.942 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:09:16 smithi055 systemd[1]: Starting Ceph alertmanager.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:09:17.266 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:09:17 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-alertmanager-a[227230]: ts=2023-10-14T00:09:17.019Z caller=main.go:240 level=info msg="Starting Alertmanager" version="(version=0.25.0, branch=HEAD, revision=258fab7cdd551f2cf251ed0348f0ad7289aee789)" 2023-10-14T00:09:17.267 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:09:17 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-alertmanager-a[227230]: ts=2023-10-14T00:09:17.019Z caller=main.go:241 level=info build_context="(go=go1.19.4, user=root@abe866dd5717, date=20221222-14:51:36)" 2023-10-14T00:09:17.267 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:09:17 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-alertmanager-a[227230]: ts=2023-10-14T00:09:17.020Z caller=cluster.go:185 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.55 port=9094 2023-10-14T00:09:17.267 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:09:17 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-alertmanager-a[227230]: ts=2023-10-14T00:09:17.022Z caller=cluster.go:681 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2023-10-14T00:09:17.267 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:09:17 smithi055 bash[227216]: a487500012a97f87bb5a0899dd4193d31a475e4cd6f195382480cf6e9b28e6cf 2023-10-14T00:09:17.268 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:09:17 smithi055 systemd[1]: Started Ceph alertmanager.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:09:17.268 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:09:17 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-alertmanager-a[227230]: ts=2023-10-14T00:09:17.049Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2023-10-14T00:09:17.268 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:09:17 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-alertmanager-a[227230]: ts=2023-10-14T00:09:17.049Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2023-10-14T00:09:17.268 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:09:17 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-alertmanager-a[227230]: ts=2023-10-14T00:09:17.053Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9093 2023-10-14T00:09:17.268 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:09:17 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-alertmanager-a[227230]: ts=2023-10-14T00:09:17.053Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9093 2023-10-14T00:09:17.390 INFO:tasks.rados.rados.0.smithi055.stdout:2257: expect (ObjNum 701 snap 207 seq_num 701) 2023-10-14T00:09:17.761 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:17 smithi055 ceph-mon[185614]: osdmap e493: 8 total, 8 up, 8 in 2023-10-14T00:09:17.762 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:17 smithi055 ceph-mon[185614]: pgmap v452: 121 pgs: 121 active+clean; 235 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.1 MiB/s rd, 2.1 MiB/s wr, 5 op/s 2023-10-14T00:09:17.762 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:17 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:17.762 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:17 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:17.762 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:17 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:09:17.763 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:17 smithi055 ceph-mon[183057]: osdmap e493: 8 total, 8 up, 8 in 2023-10-14T00:09:17.763 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:17 smithi055 ceph-mon[183057]: pgmap v452: 121 pgs: 121 active+clean; 235 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.1 MiB/s rd, 2.1 MiB/s wr, 5 op/s 2023-10-14T00:09:17.763 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:17 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:17.763 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:17 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:17.764 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:17 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:09:17.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:17 smithi082 ceph-mon[180771]: osdmap e493: 8 total, 8 up, 8 in 2023-10-14T00:09:17.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:17 smithi082 ceph-mon[180771]: pgmap v452: 121 pgs: 121 active+clean; 235 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.1 MiB/s rd, 2.1 MiB/s wr, 5 op/s 2023-10-14T00:09:17.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:17 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:17.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:17 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:17.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:17 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:09:17.954 INFO:tasks.rados.rados.0.smithi055.stdout:2256: finishing copy_from to smithi055169533-27 2023-10-14T00:09:17.954 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 27 v 811 (ObjNum 697 snap 206 seq_num 697) dirty exists 2023-10-14T00:09:17.954 INFO:tasks.rados.rados.0.smithi055.stdout:2253: done (7 left) 2023-10-14T00:09:17.955 INFO:tasks.rados.rados.0.smithi055.stdout:2254: done (6 left) 2023-10-14T00:09:17.955 INFO:tasks.rados.rados.0.smithi055.stdout:2256: done (5 left) 2023-10-14T00:09:17.955 INFO:tasks.rados.rados.0.smithi055.stdout:2257: done (4 left) 2023-10-14T00:09:17.955 INFO:tasks.rados.rados.0.smithi055.stdout:2258: done (3 left) 2023-10-14T00:09:17.955 INFO:tasks.rados.rados.0.smithi055.stdout:2259: done (2 left) 2023-10-14T00:09:17.956 INFO:tasks.rados.rados.0.smithi055.stdout:2260: done (1 left) 2023-10-14T00:09:17.956 INFO:tasks.rados.rados.0.smithi055.stdout:2261: done (0 left) 2023-10-14T00:09:17.956 INFO:tasks.rados.rados.0.smithi055.stdout:2262: read oid 42 snap 180 2023-10-14T00:09:17.956 INFO:tasks.rados.rados.0.smithi055.stdout:2262: expect (ObjNum 634 snap 179 seq_num 634) 2023-10-14T00:09:17.957 INFO:tasks.rados.rados.0.smithi055.stdout:2263: delete oid 36 current snap is 215 2023-10-14T00:09:17.958 INFO:tasks.rados.rados.0.smithi055.stdout:2263: done (1 left) 2023-10-14T00:09:17.958 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 5 current snap is 215 2023-10-14T00:09:17.958 INFO:tasks.rados.rados.0.smithi055.stdout:2264: seq_num 728 ranges {1982464=196608} 2023-10-14T00:09:17.970 INFO:tasks.rados.rados.0.smithi055.stdout:2264: writing smithi055169533-5 from 1982464 to 2179072 tid 1 2023-10-14T00:09:17.970 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 13 current snap is 215 2023-10-14T00:09:17.971 INFO:tasks.rados.rados.0.smithi055.stdout:2265: seq_num 729 ranges {0=212992} 2023-10-14T00:09:17.972 INFO:tasks.rados.rados.0.smithi055.stdout:2265: writing smithi055169533-13 from 0 to 212992 tid 1 2023-10-14T00:09:17.972 INFO:tasks.rados.rados.0.smithi055.stdout:2266: snap_remove snap 213 2023-10-14T00:09:18.424 INFO:tasks.rados.rados.0.smithi055.stdout:2266: done (3 left) 2023-10-14T00:09:18.424 INFO:tasks.rados.rados.0.smithi055.stdout:2267: setattr oid 25 current snap is 215 2023-10-14T00:09:18.425 INFO:tasks.rados.rados.0.smithi055.stdout:2262: expect (ObjNum 634 snap 179 seq_num 634) 2023-10-14T00:09:18.462 INFO:tasks.rados.rados.0.smithi055.stdout:2264: finishing write tid 1 to smithi055169533-5 2023-10-14T00:09:18.462 INFO:tasks.rados.rados.0.smithi055.stdout:2264: finishing write tid 2 to smithi055169533-5 2023-10-14T00:09:18.462 INFO:tasks.rados.rados.0.smithi055.stdout:2265: finishing write tid 1 to smithi055169533-13 2023-10-14T00:09:18.462 INFO:tasks.rados.rados.0.smithi055.stdout:2265: finishing write tid 2 to smithi055169533-13 2023-10-14T00:09:18.463 INFO:tasks.rados.rados.0.smithi055.stdout:2264: finishing write tid 3 to smithi055169533-5 2023-10-14T00:09:18.463 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 5 v 1019 (ObjNum 728 snap 215 seq_num 728) dirty exists 2023-10-14T00:09:18.463 INFO:tasks.rados.rados.0.smithi055.stdout:2264: left oid 5 (ObjNum 728 snap 215 seq_num 728) 2023-10-14T00:09:18.463 INFO:tasks.rados.rados.0.smithi055.stdout:2265: finishing write tid 3 to smithi055169533-13 2023-10-14T00:09:18.463 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 13 v 547 (ObjNum 729 snap 215 seq_num 729) dirty exists 2023-10-14T00:09:18.464 INFO:tasks.rados.rados.0.smithi055.stdout:2265: left oid 13 (ObjNum 729 snap 215 seq_num 729) 2023-10-14T00:09:18.464 INFO:tasks.rados.rados.0.smithi055.stdout:2262: done (3 left) 2023-10-14T00:09:18.464 INFO:tasks.rados.rados.0.smithi055.stdout:2264: done (2 left) 2023-10-14T00:09:18.464 INFO:tasks.rados.rados.0.smithi055.stdout:2265: done (1 left) 2023-10-14T00:09:18.464 INFO:tasks.rados.rados.0.smithi055.stdout:2268: snap_create 2023-10-14T00:09:18.465 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 25 v 363 (ObjNum 581 snap 165 seq_num 581) dirty exists 2023-10-14T00:09:19.417 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:09:19 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-alertmanager-a[227230]: ts=2023-10-14T00:09:19.022Z caller=cluster.go:706 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000220872s 2023-10-14T00:09:19.432 INFO:tasks.rados.rados.0.smithi055.stdout:2267: done (1 left) 2023-10-14T00:09:19.432 INFO:tasks.rados.rados.0.smithi055.stdout:2268: done (0 left) 2023-10-14T00:09:19.433 INFO:tasks.rados.rados.0.smithi055.stdout:2269: snap_remove snap 180 2023-10-14T00:09:19.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:19 smithi055 ceph-mon[185614]: osdmap e494: 8 total, 8 up, 8 in 2023-10-14T00:09:19.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:19 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:19.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:19 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:19.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:19 smithi055 ceph-mon[185614]: pgmap v454: 121 pgs: 121 active+clean; 236 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 7.2 MiB/s rd, 112 KiB/s wr, 4 op/s 2023-10-14T00:09:19.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:19 smithi055 ceph-mon[183057]: osdmap e494: 8 total, 8 up, 8 in 2023-10-14T00:09:19.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:19 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:19.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:19 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:19.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:19 smithi055 ceph-mon[183057]: pgmap v454: 121 pgs: 121 active+clean; 236 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 7.2 MiB/s rd, 112 KiB/s wr, 4 op/s 2023-10-14T00:09:19.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:19 smithi082 ceph-mon[180771]: osdmap e494: 8 total, 8 up, 8 in 2023-10-14T00:09:19.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:19 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:19.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:19 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:19.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:19 smithi082 ceph-mon[180771]: pgmap v454: 121 pgs: 121 active+clean; 236 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 7.2 MiB/s rd, 112 KiB/s wr, 4 op/s 2023-10-14T00:09:20.376 INFO:tasks.rados.rados.0.smithi055.stdout:2269: done (0 left) 2023-10-14T00:09:20.376 INFO:tasks.rados.rados.0.smithi055.stdout:2270: read oid 8 snap -1 2023-10-14T00:09:20.376 INFO:tasks.rados.rados.0.smithi055.stdout:2270: expect (ObjNum 724 snap 214 seq_num 724) 2023-10-14T00:09:20.377 INFO:tasks.rados.rados.0.smithi055.stdout:2271: read oid 35 snap -1 2023-10-14T00:09:20.377 INFO:tasks.rados.rados.0.smithi055.stdout:2271: expect (ObjNum 547 snap 153 seq_num 547) 2023-10-14T00:09:20.377 INFO:tasks.rados.rados.0.smithi055.stdout:2272: read oid 6 snap -1 2023-10-14T00:09:20.377 INFO:tasks.rados.rados.0.smithi055.stdout:2272: expect (ObjNum 670 snap 193 seq_num 670) 2023-10-14T00:09:20.378 INFO:tasks.rados.rados.0.smithi055.stdout:2273: snap_remove snap 209 2023-10-14T00:09:20.690 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:20 smithi055 ceph-mon[183057]: osdmap e495: 8 total, 8 up, 8 in 2023-10-14T00:09:20.691 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:20 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:20.691 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:20 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:20.691 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:20 smithi055 ceph-mon[183057]: osdmap e496: 8 total, 8 up, 8 in 2023-10-14T00:09:20.692 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:20 smithi055 ceph-mon[185614]: osdmap e495: 8 total, 8 up, 8 in 2023-10-14T00:09:20.692 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:20 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:20.692 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:20 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:20.693 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:20 smithi055 ceph-mon[185614]: osdmap e496: 8 total, 8 up, 8 in 2023-10-14T00:09:20.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:20 smithi082 ceph-mon[180771]: osdmap e495: 8 total, 8 up, 8 in 2023-10-14T00:09:20.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:20 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:20.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:20 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:20.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:20 smithi082 ceph-mon[180771]: osdmap e496: 8 total, 8 up, 8 in 2023-10-14T00:09:21.384 INFO:tasks.rados.rados.0.smithi055.stdout:2273: done (3 left) 2023-10-14T00:09:21.385 INFO:tasks.rados.rados.0.smithi055.stdout:2274: snap_create 2023-10-14T00:09:21.385 INFO:tasks.rados.rados.0.smithi055.stdout:2270: expect (ObjNum 724 snap 214 seq_num 724) 2023-10-14T00:09:21.386 INFO:tasks.rados.rados.0.smithi055.stdout:2271: expect (ObjNum 547 snap 153 seq_num 547) 2023-10-14T00:09:21.526 INFO:teuthology.orchestra.run.smithi055.stdout:true 2023-10-14T00:09:21.605 INFO:tasks.rados.rados.0.smithi055.stdout:2272: expect (ObjNum 670 snap 193 seq_num 670) 2023-10-14T00:09:21.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:21 smithi055 ceph-mon[185614]: pgmap v457: 121 pgs: 121 active+clean; 230 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 22 MiB/s rd, 934 KiB/s wr, 7 op/s 2023-10-14T00:09:21.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:21 smithi055 ceph-mon[185614]: osdmap e497: 8 total, 8 up, 8 in 2023-10-14T00:09:21.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:21 smithi055 ceph-mon[183057]: pgmap v457: 121 pgs: 121 active+clean; 230 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 22 MiB/s rd, 934 KiB/s wr, 7 op/s 2023-10-14T00:09:21.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:21 smithi055 ceph-mon[183057]: osdmap e497: 8 total, 8 up, 8 in 2023-10-14T00:09:21.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:21 smithi082 ceph-mon[180771]: pgmap v457: 121 pgs: 121 active+clean; 230 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 22 MiB/s rd, 934 KiB/s wr, 7 op/s 2023-10-14T00:09:21.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:21 smithi082 ceph-mon[180771]: osdmap e497: 8 total, 8 up, 8 in 2023-10-14T00:09:21.927 INFO:teuthology.orchestra.run.smithi055.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-14T00:09:21.928 INFO:teuthology.orchestra.run.smithi055.stdout:alertmanager.a smithi055 *:9093,9094 running (5s) 3s ago 9m 17.6M - 0.25.0 c8568f914cd2 a487500012a9 2023-10-14T00:09:21.928 INFO:teuthology.orchestra.run.smithi055.stdout:grafana.a smithi082 *:3000 running (5m) 12s ago 8m 89.6M - 9.4.7 2c41d148cca3 59d4f501e341 2023-10-14T00:09:21.928 INFO:teuthology.orchestra.run.smithi055.stdout:mds.a smithi055 running (49s) 3s ago 9m 16.7M - 18.0.0-6751-g3b7b697c 0b2b3aa58da0 e6e9b1bce44d 2023-10-14T00:09:21.928 INFO:teuthology.orchestra.run.smithi055.stdout:mds.b smithi082 running (35s) 12s ago 9m 13.4M - 18.0.0-6751-g3b7b697c 0b2b3aa58da0 e18c70823998 2023-10-14T00:09:21.929 INFO:teuthology.orchestra.run.smithi055.stdout:mgr.x smithi082 *:8443,9283,8765 running (5m) 12s ago 12m 450M - 18.0.0-6751-g3b7b697c 0b2b3aa58da0 a79a494adccf 2023-10-14T00:09:21.929 INFO:teuthology.orchestra.run.smithi055.stdout:mgr.y smithi055 *:8443,9283,8765 running (5m) 3s ago 13m 523M - 18.0.0-6751-g3b7b697c 0b2b3aa58da0 b7faf0747550 2023-10-14T00:09:21.929 INFO:teuthology.orchestra.run.smithi055.stdout:mon.a smithi055 running (5m) 3s ago 13m 117M 2048M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 354be3129c3e 2023-10-14T00:09:21.929 INFO:teuthology.orchestra.run.smithi055.stdout:mon.b smithi082 running (4m) 12s ago 12m 78.1M 2048M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 5214e5618df6 2023-10-14T00:09:21.929 INFO:teuthology.orchestra.run.smithi055.stdout:mon.c smithi055 running (5m) 3s ago 12m 79.7M 2048M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 bec446d3c9a5 2023-10-14T00:09:21.930 INFO:teuthology.orchestra.run.smithi055.stdout:node-exporter.a smithi055 *:9100 running (27s) 3s ago 8m 9294k - 1.5.0 0da6a335fe13 e89b3070515f 2023-10-14T00:09:21.930 INFO:teuthology.orchestra.run.smithi055.stdout:node-exporter.b smithi082 *:9100 running (24s) 12s ago 8m 8702k - 1.5.0 0da6a335fe13 8ccba243b355 2023-10-14T00:09:21.930 INFO:teuthology.orchestra.run.smithi055.stdout:osd.0 smithi055 running (4m) 3s ago 12m 442M 2487M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 b8c02bf61b69 2023-10-14T00:09:21.930 INFO:teuthology.orchestra.run.smithi055.stdout:osd.1 smithi055 running (3m) 3s ago 11m 374M 2487M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 91471615c1e6 2023-10-14T00:09:21.930 INFO:teuthology.orchestra.run.smithi055.stdout:osd.2 smithi055 running (3m) 3s ago 11m 453M 2487M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 01785e79dbd3 2023-10-14T00:09:21.931 INFO:teuthology.orchestra.run.smithi055.stdout:osd.3 smithi055 running (2m) 3s ago 11m 208M 2487M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 9b329f63ee57 2023-10-14T00:09:21.931 INFO:teuthology.orchestra.run.smithi055.stdout:osd.4 smithi082 running (2m) 12s ago 10m 241M 2486M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 03fa92aec155 2023-10-14T00:09:21.931 INFO:teuthology.orchestra.run.smithi055.stdout:osd.5 smithi082 running (116s) 12s ago 10m 289M 2486M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 e5c1d4845dd0 2023-10-14T00:09:21.931 INFO:teuthology.orchestra.run.smithi055.stdout:osd.6 smithi082 running (88s) 12s ago 10m 146M 2486M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 b1501034a068 2023-10-14T00:09:21.931 INFO:teuthology.orchestra.run.smithi055.stdout:osd.7 smithi082 running (61s) 12s ago 10m 191M 2486M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 3a3ae7e12457 2023-10-14T00:09:21.931 INFO:teuthology.orchestra.run.smithi055.stdout:prometheus.a smithi082 *:9095 running (14s) 12s ago 9m 39.3M - 2.43.0 a07b618ecd1d 37362e1699c2 2023-10-14T00:09:22.386 INFO:tasks.rados.rados.0.smithi055.stdout:2270: done (3 left) 2023-10-14T00:09:22.387 INFO:tasks.rados.rados.0.smithi055.stdout:2271: done (2 left) 2023-10-14T00:09:22.387 INFO:tasks.rados.rados.0.smithi055.stdout:2272: done (1 left) 2023-10-14T00:09:22.387 INFO:tasks.rados.rados.0.smithi055.stdout:2274: done (0 left) 2023-10-14T00:09:22.387 INFO:tasks.rados.rados.0.smithi055.stdout:2275: snap_remove snap 211 2023-10-14T00:09:22.388 INFO:teuthology.orchestra.run.smithi055.stdout:{ 2023-10-14T00:09:22.388 INFO:teuthology.orchestra.run.smithi055.stdout: "mon": { 2023-10-14T00:09:22.389 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 18.0.0-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)": 3 2023-10-14T00:09:22.389 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:09:22.389 INFO:teuthology.orchestra.run.smithi055.stdout: "mgr": { 2023-10-14T00:09:22.389 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 18.0.0-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)": 2 2023-10-14T00:09:22.389 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:09:22.390 INFO:teuthology.orchestra.run.smithi055.stdout: "osd": { 2023-10-14T00:09:22.390 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 18.0.0-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)": 8 2023-10-14T00:09:22.390 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:09:22.390 INFO:teuthology.orchestra.run.smithi055.stdout: "mds": { 2023-10-14T00:09:22.390 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 18.0.0-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)": 2 2023-10-14T00:09:22.391 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:09:22.391 INFO:teuthology.orchestra.run.smithi055.stdout: "overall": { 2023-10-14T00:09:22.391 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 18.0.0-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)": 15 2023-10-14T00:09:22.391 INFO:teuthology.orchestra.run.smithi055.stdout: } 2023-10-14T00:09:22.393 INFO:teuthology.orchestra.run.smithi055.stdout:} 2023-10-14T00:09:22.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:22 smithi055 ceph-mon[185614]: from='client.34377 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:09:22.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:22 smithi055 ceph-mon[185614]: from='client.44324 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:09:22.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:22 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:22.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:22 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:22.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:22 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:09:22.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:22 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:09:22.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:22 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:22.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:22 smithi055 ceph-mon[185614]: osdmap e498: 8 total, 8 up, 8 in 2023-10-14T00:09:22.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:22 smithi055 ceph-mon[185614]: from='client.? 172.21.15.55:0/2262736155' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:22.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:22 smithi055 ceph-mon[183057]: from='client.34377 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:09:22.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:22 smithi055 ceph-mon[183057]: from='client.44324 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:09:22.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:22 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:22.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:22 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:22.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:22 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:09:22.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:22 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:09:22.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:22 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:22.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:22 smithi055 ceph-mon[183057]: osdmap e498: 8 total, 8 up, 8 in 2023-10-14T00:09:22.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:22 smithi055 ceph-mon[183057]: from='client.? 172.21.15.55:0/2262736155' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:22.874 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:22 smithi082 ceph-mon[180771]: from='client.34377 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:09:22.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:22 smithi082 ceph-mon[180771]: from='client.44324 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:09:22.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:22 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:22.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:22 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:22.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:22 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:09:22.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:22 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:09:22.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:22 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:22.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:22 smithi082 ceph-mon[180771]: osdmap e498: 8 total, 8 up, 8 in 2023-10-14T00:09:22.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:22 smithi082 ceph-mon[180771]: from='client.? 172.21.15.55:0/2262736155' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:23.391 INFO:tasks.rados.rados.0.smithi055.stdout:2275: done (0 left) 2023-10-14T00:09:23.392 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 6 current snap is 217 2023-10-14T00:09:23.392 INFO:tasks.rados.rados.0.smithi055.stdout:2276: seq_num 730 ranges {6176768=229376} 2023-10-14T00:09:23.432 INFO:tasks.rados.rados.0.smithi055.stdout:2276: writing smithi055169533-6 from 6176768 to 6406144 tid 1 2023-10-14T00:09:23.432 INFO:tasks.rados.rados.0.smithi055.stdout:2277: copy_from oid 20 from oid 45 current snap is 217 2023-10-14T00:09:23.432 INFO:tasks.rados.rados.0.smithi055.stdout:2278: rollback oid 39 current snap is 217 2023-10-14T00:09:23.432 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 39 to 215 2023-10-14T00:09:23.433 INFO:tasks.rados.rados.0.smithi055.stdout:2279: read oid 30 snap 208 2023-10-14T00:09:23.433 INFO:tasks.rados.rados.0.smithi055.stdout:2279: expect (ObjNum 702 snap 207 seq_num 702) 2023-10-14T00:09:23.433 INFO:tasks.rados.rados.0.smithi055.stdout:2280: read oid 26 snap 202 2023-10-14T00:09:23.433 INFO:tasks.rados.rados.0.smithi055.stdout:2280: expect (ObjNum 671 snap 193 seq_num 671) 2023-10-14T00:09:23.433 INFO:tasks.rados.rados.0.smithi055.stdout:2281: read oid 11 snap -1 2023-10-14T00:09:23.434 INFO:tasks.rados.rados.0.smithi055.stdout:2281: expect deleted 2023-10-14T00:09:23.434 INFO:tasks.rados.rados.0.smithi055.stdout:2282: snap_create 2023-10-14T00:09:23.436 INFO:tasks.rados.rados.0.smithi055.stdout:2276: finishing write tid 1 to smithi055169533-6 2023-10-14T00:09:23.436 INFO:tasks.rados.rados.0.smithi055.stdout:2276: finishing write tid 2 to smithi055169533-6 2023-10-14T00:09:23.438 INFO:tasks.rados.rados.0.smithi055.stdout:2278: finishing rollback tid 0 to smithi055169533-39 2023-10-14T00:09:23.438 INFO:tasks.rados.rados.0.smithi055.stdout:2278: finishing rollback tid 1 to smithi055169533-39 2023-10-14T00:09:23.439 INFO:tasks.rados.rados.0.smithi055.stdout:2278: finishing rollback tid 2 to smithi055169533-39 2023-10-14T00:09:23.439 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 39 v 1259 (ObjNum 714 snap 211 seq_num 714) dirty exists 2023-10-14T00:09:23.439 INFO:tasks.rados.rados.0.smithi055.stdout:2280: expect (ObjNum 671 snap 193 seq_num 671) 2023-10-14T00:09:23.531 INFO:tasks.rados.rados.0.smithi055.stdout:2276: finishing write tid 3 to smithi055169533-6 2023-10-14T00:09:23.531 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 6 v 1081 (ObjNum 730 snap 217 seq_num 730) dirty exists 2023-10-14T00:09:23.531 INFO:tasks.rados.rados.0.smithi055.stdout:2276: left oid 6 (ObjNum 730 snap 217 seq_num 730) 2023-10-14T00:09:23.531 INFO:tasks.rados.rados.0.smithi055.stdout:2277: finishing copy_from racing read to smithi055169533-20 2023-10-14T00:09:23.531 INFO:tasks.rados.rados.0.smithi055.stdout:2277: finishing copy_from to smithi055169533-20 2023-10-14T00:09:23.532 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 20 v 711 (ObjNum 684 snap 202 seq_num 684) dirty exists 2023-10-14T00:09:23.532 INFO:tasks.rados.rados.0.smithi055.stdout:2279: expect (ObjNum 702 snap 207 seq_num 702) 2023-10-14T00:09:23.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:23 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-14T00:09:23.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:23 smithi055 ceph-mon[185614]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-14T00:09:23.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:23 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:09:23.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:23 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:23.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:23 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:23.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:23 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:23.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:23 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:23.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:23 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:23.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:23 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:23.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:23 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:23.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:23 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:23.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:23 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:23.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:23 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:23.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:23 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:23.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:23 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:23.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:23 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:23.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:23 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:23.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:23 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:23.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:23 smithi055 ceph-mon[185614]: pgmap v460: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 227 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 25 MiB/s rd, 964 KiB/s wr, 11 op/s 2023-10-14T00:09:23.771 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:23 smithi055 ceph-mon[185614]: osdmap e499: 8 total, 8 up, 8 in 2023-10-14T00:09:23.772 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:23 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-14T00:09:23.772 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:23 smithi055 ceph-mon[183057]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-14T00:09:23.772 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:23 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:09:23.772 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:23 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:23.773 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:23 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:23.773 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:23 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:23.773 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:23 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:23.773 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:23 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:23.773 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:23 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:23.774 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:23 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:23.774 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:23 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:23.774 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:23 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:23.774 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:23 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:23.775 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:23 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:23.775 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:23 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:23.776 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:23 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:23.776 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:23 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:23.776 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:23 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:23.776 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:23 smithi055 ceph-mon[183057]: pgmap v460: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 227 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 25 MiB/s rd, 964 KiB/s wr, 11 op/s 2023-10-14T00:09:23.776 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:23 smithi055 ceph-mon[183057]: osdmap e499: 8 total, 8 up, 8 in 2023-10-14T00:09:23.834 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:23 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-14T00:09:23.834 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:23 smithi082 ceph-mon[180771]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-14T00:09:23.834 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:23 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:09:23.835 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:23 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:23.835 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:23 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:23.835 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:23 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:23.835 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:23 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:23.836 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:23 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:23.836 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:23 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:23.836 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:23 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:23.836 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:23 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:23.837 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:23 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:23.837 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:23 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:23.837 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:23 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:23.838 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:23 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:23.838 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:23 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:23.838 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:23 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:23.839 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:23 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:23.839 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:23 smithi082 ceph-mon[180771]: pgmap v460: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 227 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 25 MiB/s rd, 964 KiB/s wr, 11 op/s 2023-10-14T00:09:23.839 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:23 smithi082 ceph-mon[180771]: osdmap e499: 8 total, 8 up, 8 in 2023-10-14T00:09:24.388 INFO:tasks.rados.rados.0.smithi055.stdout:2276: done (6 left) 2023-10-14T00:09:24.388 INFO:tasks.rados.rados.0.smithi055.stdout:2277: done (5 left) 2023-10-14T00:09:24.388 INFO:tasks.rados.rados.0.smithi055.stdout:2278: done (4 left) 2023-10-14T00:09:24.388 INFO:tasks.rados.rados.0.smithi055.stdout:2279: done (3 left) 2023-10-14T00:09:24.389 INFO:tasks.rados.rados.0.smithi055.stdout:2280: done (2 left) 2023-10-14T00:09:24.389 INFO:tasks.rados.rados.0.smithi055.stdout:2281: done (1 left) 2023-10-14T00:09:24.389 INFO:tasks.rados.rados.0.smithi055.stdout:2282: done (0 left) 2023-10-14T00:09:24.389 INFO:tasks.rados.rados.0.smithi055.stdout:2283: read oid 15 snap 201 2023-10-14T00:09:24.389 INFO:tasks.rados.rados.0.smithi055.stdout:2283: expect deleted 2023-10-14T00:09:24.390 INFO:tasks.rados.rados.0.smithi055.stdout:2284: rmattr oid 42 current snap is 218 2023-10-14T00:09:24.390 INFO:tasks.rados.rados.0.smithi055.stdout:2285: delete oid 37 current snap is 218 2023-10-14T00:09:24.394 INFO:tasks.rados.rados.0.smithi055.stdout:2283: done (2 left) 2023-10-14T00:09:24.394 INFO:tasks.rados.rados.0.smithi055.stdout:2285: done (1 left) 2023-10-14T00:09:24.394 INFO:tasks.rados.rados.0.smithi055.stdout:2286: copy_from oid 27 from oid 4 current snap is 218 2023-10-14T00:09:24.394 INFO:tasks.rados.rados.0.smithi055.stdout:2287: rollback oid 45 current snap is 218 2023-10-14T00:09:24.395 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 45 to 208 2023-10-14T00:09:24.395 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 42 v 712 (ObjNum 659 snap 186 seq_num 659) dirty exists 2023-10-14T00:09:24.395 INFO:tasks.rados.rados.0.smithi055.stdout:2284: done (2 left) 2023-10-14T00:09:24.395 INFO:tasks.rados.rados.0.smithi055.stdout:2288: copy_from oid 6 from oid 19 current snap is 218 2023-10-14T00:09:24.395 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 20 current snap is 218 2023-10-14T00:09:24.395 INFO:tasks.rados.rados.0.smithi055.stdout:2289: seq_num 732 ranges {3899392=262144} 2023-10-14T00:09:24.418 INFO:tasks.rados.rados.0.smithi055.stdout:2289: writing smithi055169533-20 from 3899392 to 4161536 tid 1 2023-10-14T00:09:24.418 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 31 current snap is 218 2023-10-14T00:09:24.418 INFO:tasks.rados.rados.0.smithi055.stdout:2287: finishing rollback tid 0 to smithi055169533-45 2023-10-14T00:09:24.419 INFO:tasks.rados.rados.0.smithi055.stdout:2290: seq_num 733 ranges {4988928=278528} 2023-10-14T00:09:24.448 INFO:tasks.rados.rados.0.smithi055.stdout:2290: writing smithi055169533-31 from 4988928 to 5267456 tid 1 2023-10-14T00:09:24.448 INFO:tasks.rados.rados.0.smithi055.stdout:2291: read oid 36 snap -1 2023-10-14T00:09:24.448 INFO:tasks.rados.rados.0.smithi055.stdout:2291: expect deleted 2023-10-14T00:09:24.449 INFO:tasks.rados.rados.0.smithi055.stdout:2292: rmattr oid 33 current snap is 218 2023-10-14T00:09:24.449 INFO:tasks.rados.rados.0.smithi055.stdout:2292: done (6 left) 2023-10-14T00:09:24.449 INFO:tasks.rados.rados.0.smithi055.stdout:2293: snap_create 2023-10-14T00:09:24.449 INFO:tasks.rados.rados.0.smithi055.stdout:2287: finishing rollback tid 1 to smithi055169533-45 2023-10-14T00:09:24.449 INFO:tasks.rados.rados.0.smithi055.stdout:2287: finishing rollback tid 2 to smithi055169533-45 2023-10-14T00:09:24.450 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 45 v 727 (ObjNum 684 snap 202 seq_num 684) dirty exists 2023-10-14T00:09:24.450 INFO:tasks.rados.rados.0.smithi055.stdout:2286: finishing copy_from to smithi055169533-27 2023-10-14T00:09:24.450 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 27 v 1117 (ObjNum 726 snap 214 seq_num 726) dirty exists 2023-10-14T00:09:24.450 INFO:tasks.rados.rados.0.smithi055.stdout:2286: finishing copy_from racing read to smithi055169533-27 2023-10-14T00:09:24.450 INFO:tasks.rados.rados.0.smithi055.stdout:2288: finishing copy_from racing read to smithi055169533-6 2023-10-14T00:09:24.450 INFO:tasks.rados.rados.0.smithi055.stdout:2288: finishing copy_from to smithi055169533-6 2023-10-14T00:09:24.451 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 6 v 820 (ObjNum 656 snap 185 seq_num 656) dirty exists 2023-10-14T00:09:24.451 INFO:tasks.rados.rados.0.smithi055.stdout:2289: finishing write tid 1 to smithi055169533-20 2023-10-14T00:09:24.451 INFO:tasks.rados.rados.0.smithi055.stdout:2289: finishing write tid 2 to smithi055169533-20 2023-10-14T00:09:24.451 INFO:tasks.rados.rados.0.smithi055.stdout:2289: finishing write tid 3 to smithi055169533-20 2023-10-14T00:09:24.451 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 20 v 714 (ObjNum 732 snap 218 seq_num 732) dirty exists 2023-10-14T00:09:24.452 INFO:tasks.rados.rados.0.smithi055.stdout:2289: left oid 20 (ObjNum 732 snap 218 seq_num 732) 2023-10-14T00:09:24.452 INFO:tasks.rados.rados.0.smithi055.stdout:2290: finishing write tid 1 to smithi055169533-31 2023-10-14T00:09:24.453 INFO:tasks.rados.rados.0.smithi055.stdout:2290: finishing write tid 2 to smithi055169533-31 2023-10-14T00:09:24.453 INFO:tasks.rados.rados.0.smithi055.stdout:2290: finishing write tid 3 to smithi055169533-31 2023-10-14T00:09:24.453 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 31 v 1022 (ObjNum 733 snap 218 seq_num 733) dirty exists 2023-10-14T00:09:24.453 INFO:tasks.rados.rados.0.smithi055.stdout:2290: left oid 31 (ObjNum 733 snap 218 seq_num 733) 2023-10-14T00:09:24.473 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:24 smithi082 ceph-mon[180771]: Upgrade: Updating grafana.a 2023-10-14T00:09:24.473 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:24 smithi082 ceph-mon[180771]: Deploying daemon grafana.a on smithi082 2023-10-14T00:09:24.473 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:09:24.473 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:24 smithi082 ceph-mon[180771]: osdmap e500: 8 total, 8 up, 8 in 2023-10-14T00:09:24.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:24 smithi055 ceph-mon[183057]: Upgrade: Updating grafana.a 2023-10-14T00:09:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:24 smithi055 ceph-mon[183057]: Deploying daemon grafana.a on smithi082 2023-10-14T00:09:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:09:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:24 smithi055 ceph-mon[183057]: osdmap e500: 8 total, 8 up, 8 in 2023-10-14T00:09:24.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:24 smithi055 ceph-mon[185614]: Upgrade: Updating grafana.a 2023-10-14T00:09:24.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:24 smithi055 ceph-mon[185614]: Deploying daemon grafana.a on smithi082 2023-10-14T00:09:24.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:09:24.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:24 smithi055 ceph-mon[185614]: osdmap e500: 8 total, 8 up, 8 in 2023-10-14T00:09:25.333 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:09:25 smithi082 systemd[1]: Stopping Ceph grafana.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:09:25.380 INFO:tasks.rados.rados.0.smithi055.stdout:2286: done (6 left) 2023-10-14T00:09:25.380 INFO:tasks.rados.rados.0.smithi055.stdout:2287: done (5 left) 2023-10-14T00:09:25.381 INFO:tasks.rados.rados.0.smithi055.stdout:2288: done (4 left) 2023-10-14T00:09:25.381 INFO:tasks.rados.rados.0.smithi055.stdout:2289: done (3 left) 2023-10-14T00:09:25.381 INFO:tasks.rados.rados.0.smithi055.stdout:2290: done (2 left) 2023-10-14T00:09:25.381 INFO:tasks.rados.rados.0.smithi055.stdout:2291: done (1 left) 2023-10-14T00:09:25.381 INFO:tasks.rados.rados.0.smithi055.stdout:2293: done (0 left) 2023-10-14T00:09:25.382 INFO:tasks.rados.rados.0.smithi055.stdout:2294: read oid 44 snap 218 2023-10-14T00:09:25.382 INFO:tasks.rados.rados.0.smithi055.stdout:2294: expect deleted 2023-10-14T00:09:25.382 INFO:tasks.rados.rados.0.smithi055.stdout:2295: delete oid 39 current snap is 219 2023-10-14T00:09:25.384 INFO:tasks.rados.rados.0.smithi055.stdout:2294: done (1 left) 2023-10-14T00:09:25.385 INFO:tasks.rados.rados.0.smithi055.stdout:2295: done (0 left) 2023-10-14T00:09:25.385 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 7 current snap is 219 2023-10-14T00:09:25.385 INFO:tasks.rados.rados.0.smithi055.stdout:2296: seq_num 735 ranges {1671168=311296} 2023-10-14T00:09:25.396 INFO:tasks.rados.rados.0.smithi055.stdout:2296: writing smithi055169533-7 from 1671168 to 1982464 tid 1 2023-10-14T00:09:25.396 INFO:tasks.rados.rados.0.smithi055.stdout:2297: snap_remove snap 217 2023-10-14T00:09:25.448 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:09:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:09:25] "GET /metrics HTTP/1.1" 200 36160 "" "Prometheus/2.43.0" 2023-10-14T00:09:25.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:25 smithi082 ceph-mon[180771]: pgmap v463: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 204 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 5.5 MiB/s rd, 454 KiB/s wr, 10 op/s 2023-10-14T00:09:25.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:25 smithi082 ceph-mon[180771]: osdmap e501: 8 total, 8 up, 8 in 2023-10-14T00:09:25.626 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:09:25 smithi082 bash[225270]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a 2023-10-14T00:09:25.626 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:09:25 smithi082 systemd[1]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@grafana.a.service: Main process exited, code=exited, status=143/n/a 2023-10-14T00:09:25.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:25 smithi055 ceph-mon[185614]: pgmap v463: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 204 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 5.5 MiB/s rd, 454 KiB/s wr, 10 op/s 2023-10-14T00:09:25.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:25 smithi055 ceph-mon[185614]: osdmap e501: 8 total, 8 up, 8 in 2023-10-14T00:09:25.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:25 smithi055 ceph-mon[183057]: pgmap v463: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 204 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 5.5 MiB/s rd, 454 KiB/s wr, 10 op/s 2023-10-14T00:09:25.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:25 smithi055 ceph-mon[183057]: osdmap e501: 8 total, 8 up, 8 in 2023-10-14T00:09:26.125 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:09:25 smithi082 systemd[1]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@grafana.a.service: Failed with result 'exit-code'. 2023-10-14T00:09:26.126 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:09:25 smithi082 systemd[1]: Stopped Ceph grafana.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:09:26.126 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:09:25 smithi082 systemd[1]: Starting Ceph grafana.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T00:09:26.388 INFO:tasks.rados.rados.0.smithi055.stdout:2297: done (1 left) 2023-10-14T00:09:26.389 INFO:tasks.rados.rados.0.smithi055.stdout:2298: read oid 48 snap -1 2023-10-14T00:09:26.389 INFO:tasks.rados.rados.0.smithi055.stdout:2298: expect deleted 2023-10-14T00:09:26.389 INFO:tasks.rados.rados.0.smithi055.stdout:2299: delete oid 43 current snap is 219 2023-10-14T00:09:26.389 INFO:tasks.rados.rados.0.smithi055.stdout:2296: finishing write tid 1 to smithi055169533-7 2023-10-14T00:09:26.390 INFO:tasks.rados.rados.0.smithi055.stdout:2296: finishing write tid 2 to smithi055169533-7 2023-10-14T00:09:26.390 INFO:tasks.rados.rados.0.smithi055.stdout:2296: finishing write tid 3 to smithi055169533-7 2023-10-14T00:09:26.390 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 7 v 730 (ObjNum 735 snap 219 seq_num 735) dirty exists 2023-10-14T00:09:26.390 INFO:tasks.rados.rados.0.smithi055.stdout:2296: left oid 7 (ObjNum 735 snap 219 seq_num 735) 2023-10-14T00:09:26.395 INFO:tasks.rados.rados.0.smithi055.stdout:2296: done (2 left) 2023-10-14T00:09:26.395 INFO:tasks.rados.rados.0.smithi055.stdout:2298: done (1 left) 2023-10-14T00:09:26.395 INFO:tasks.rados.rados.0.smithi055.stdout:2299: done (0 left) 2023-10-14T00:09:26.396 INFO:tasks.rados.rados.0.smithi055.stdout:2300: read oid 6 snap 207 2023-10-14T00:09:26.396 INFO:tasks.rados.rados.0.smithi055.stdout:2300: expect (ObjNum 670 snap 193 seq_num 670) 2023-10-14T00:09:26.396 INFO:tasks.rados.rados.0.smithi055.stdout:2301: rollback oid 46 current snap is 219 2023-10-14T00:09:26.396 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 46 to 215 2023-10-14T00:09:26.397 INFO:tasks.rados.rados.0.smithi055.stdout:2302: setattr oid 32 current snap is 219 2023-10-14T00:09:26.397 INFO:tasks.rados.rados.0.smithi055.stdout:2303: read oid 42 snap -1 2023-10-14T00:09:26.397 INFO:tasks.rados.rados.0.smithi055.stdout:2303: expect (ObjNum 659 snap 186 seq_num 659) 2023-10-14T00:09:26.398 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 22 current snap is 219 2023-10-14T00:09:26.398 INFO:tasks.rados.rados.0.smithi055.stdout:2304: seq_num 737 ranges {3629056=352256} 2023-10-14T00:09:26.420 INFO:tasks.rados.rados.0.smithi055.stdout:2304: writing smithi055169533-22 from 3629056 to 3981312 tid 1 2023-10-14T00:09:26.420 INFO:tasks.rados.rados.0.smithi055.stdout:2305: snap_remove snap 210 2023-10-14T00:09:26.625 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:09:26 smithi082 bash[225409]: 588cccca5b7f8b52b23efcc65fd2550900ff12cef12267bcdda97dabd65f2f22 2023-10-14T00:09:26.625 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:09:26 smithi082 systemd[1]: Started Ceph grafana.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T00:09:26.626 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:09:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[225424]: logger=settings t=2023-10-14T00:09:26.390650299Z level=info msg="Starting Grafana" version=9.4.7 commit=4add91f03d branch=HEAD compiled=2023-03-16T23:56:52Z 2023-10-14T00:09:26.626 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:09:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[225424]: logger=settings t=2023-10-14T00:09:26.390934347Z level=warn msg="\"sentry\" frontend logging provider is deprecated and will be removed in the next major version. Use \"grafana\" provider instead." 2023-10-14T00:09:26.626 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:09:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[225424]: logger=settings t=2023-10-14T00:09:26.390962375Z level=info msg="Config loaded from" file=/usr/share/grafana/conf/defaults.ini 2023-10-14T00:09:26.626 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:09:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[225424]: logger=settings t=2023-10-14T00:09:26.390975798Z level=info msg="Config loaded from" file=/etc/grafana/grafana.ini 2023-10-14T00:09:26.627 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:09:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[225424]: logger=settings t=2023-10-14T00:09:26.390987557Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_DATA=/var/lib/grafana" 2023-10-14T00:09:26.627 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:09:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[225424]: logger=settings t=2023-10-14T00:09:26.390999116Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_LOGS=/var/log/grafana" 2023-10-14T00:09:26.627 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:09:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[225424]: logger=settings t=2023-10-14T00:09:26.391010032Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2023-10-14T00:09:26.627 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:09:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[225424]: logger=settings t=2023-10-14T00:09:26.391021252Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2023-10-14T00:09:26.627 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:09:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[225424]: logger=settings t=2023-10-14T00:09:26.391032515Z level=info msg="Path Home" path=/usr/share/grafana 2023-10-14T00:09:26.628 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:09:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[225424]: logger=settings t=2023-10-14T00:09:26.391044673Z level=info msg="Path Data" path=/var/lib/grafana 2023-10-14T00:09:26.628 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:09:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[225424]: logger=settings t=2023-10-14T00:09:26.391055502Z level=info msg="Path Logs" path=/var/log/grafana 2023-10-14T00:09:26.628 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:09:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[225424]: logger=settings t=2023-10-14T00:09:26.391066473Z level=info msg="Path Plugins" path=/var/lib/grafana/plugins 2023-10-14T00:09:26.628 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:09:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[225424]: logger=settings t=2023-10-14T00:09:26.391076802Z level=info msg="Path Provisioning" path=/etc/grafana/provisioning 2023-10-14T00:09:26.628 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:09:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[225424]: logger=settings t=2023-10-14T00:09:26.391087955Z level=info msg="App mode production" 2023-10-14T00:09:26.629 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:09:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[225424]: logger=sqlstore t=2023-10-14T00:09:26.391164712Z level=info msg="Connecting to DB" dbtype=sqlite3 2023-10-14T00:09:26.629 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:09:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[225424]: logger=sqlstore t=2023-10-14T00:09:26.391190082Z 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-10-14T00:09:26.629 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:09:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[225424]: logger=migrator t=2023-10-14T00:09:26.415881519Z level=info msg="Starting DB migrations" 2023-10-14T00:09:26.629 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:09:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[225424]: logger=migrator t=2023-10-14T00:09:26.421680222Z level=info msg="migrations completed" performed=0 skipped=481 duration=823.941µs 2023-10-14T00:09:26.629 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:09:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[225424]: logger=sqlstore t=2023-10-14T00:09:26.42228073Z level=info msg="Created default organization" 2023-10-14T00:09:26.630 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:09:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[225424]: logger=plugin.loader t=2023-10-14T00:09:26.484716202Z level=info msg="Plugin registered" pluginID=input 2023-10-14T00:09:26.630 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:09:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[225424]: logger=plugin.loader t=2023-10-14T00:09:26.512640815Z level=info msg="Plugin registered" pluginID=grafana-piechart-panel 2023-10-14T00:09:26.630 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:09:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[225424]: logger=plugin.loader t=2023-10-14T00:09:26.512671445Z level=info msg="Plugin registered" pluginID=vonage-status-panel 2023-10-14T00:09:26.630 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:09:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[225424]: logger=secrets t=2023-10-14T00:09:26.512709367Z level=info msg="Envelope encryption state" enabled=true currentprovider=secretKey.v1 2023-10-14T00:09:26.630 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:09:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[225424]: logger=query_data t=2023-10-14T00:09:26.514399498Z level=info msg="Query Service initialization" 2023-10-14T00:09:26.631 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:09:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[225424]: logger=live.push_http t=2023-10-14T00:09:26.518429054Z level=info msg="Live Push Gateway initialization" 2023-10-14T00:09:27.324 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 00:09:27 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-alertmanager-a[227230]: ts=2023-10-14T00:09:27.026Z caller=cluster.go:698 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.003790212s 2023-10-14T00:09:27.396 INFO:tasks.rados.rados.0.smithi055.stdout:2305: done (5 left) 2023-10-14T00:09:27.397 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 30 current snap is 219 2023-10-14T00:09:27.397 INFO:tasks.rados.rados.0.smithi055.stdout:2306: seq_num 738 ranges {2203648=368640} 2023-10-14T00:09:27.412 INFO:tasks.rados.rados.0.smithi055.stdout:2306: writing smithi055169533-30 from 2203648 to 2572288 tid 1 2023-10-14T00:09:27.412 INFO:tasks.rados.rados.0.smithi055.stdout:2307: delete oid 14 current snap is 219 2023-10-14T00:09:27.412 INFO:tasks.rados.rados.0.smithi055.stdout:2301: finishing rollback tid 0 to smithi055169533-46 2023-10-14T00:09:27.412 INFO:tasks.rados.rados.0.smithi055.stdout:2301: finishing rollback tid 1 to smithi055169533-46 2023-10-14T00:09:27.413 INFO:tasks.rados.rados.0.smithi055.stdout:2301: finishing rollback tid 2 to smithi055169533-46 2023-10-14T00:09:27.413 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 46 v 660 (ObjNum 670 snap 193 seq_num 670) dirty exists 2023-10-14T00:09:27.413 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 32 v 495 (ObjNum 712 snap 210 seq_num 712) dirty exists 2023-10-14T00:09:27.413 INFO:tasks.rados.rados.0.smithi055.stdout:2303: expect (ObjNum 659 snap 186 seq_num 659) 2023-10-14T00:09:27.503 INFO:tasks.rados.rados.0.smithi055.stdout:2304: finishing write tid 1 to smithi055169533-22 2023-10-14T00:09:27.504 INFO:tasks.rados.rados.0.smithi055.stdout:2304: finishing write tid 2 to smithi055169533-22 2023-10-14T00:09:27.504 INFO:tasks.rados.rados.0.smithi055.stdout:2304: finishing write tid 3 to smithi055169533-22 2023-10-14T00:09:27.504 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 22 v 1270 (ObjNum 737 snap 219 seq_num 737) dirty exists 2023-10-14T00:09:27.504 INFO:tasks.rados.rados.0.smithi055.stdout:2304: left oid 22 (ObjNum 737 snap 219 seq_num 737) 2023-10-14T00:09:27.505 INFO:tasks.rados.rados.0.smithi055.stdout:2300: expect (ObjNum 670 snap 193 seq_num 670) 2023-10-14T00:09:27.557 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:27 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:27.558 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:27 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:27.558 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:27 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:09:27.558 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:27 smithi082 ceph-mon[180771]: osdmap e502: 8 total, 8 up, 8 in 2023-10-14T00:09:27.558 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:27 smithi082 ceph-mon[180771]: pgmap v466: 121 pgs: 121 active+clean; 209 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 2.2 MiB/s wr, 11 op/s 2023-10-14T00:09:27.559 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:09:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[225424]: logger=infra.usagestats.collector t=2023-10-14T00:09:27.275144912Z level=info msg="registering usage stat providers" usageStatsProvidersLen=2 2023-10-14T00:09:27.559 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:09:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[225424]: logger=provisioning.datasources t=2023-10-14T00:09:27.363791404Z level=info msg="deleted correlations based on configuration" ds_name=Dashboard1 2023-10-14T00:09:27.559 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:09:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[225424]: logger=provisioning.datasources t=2023-10-14T00:09:27.363828181Z level=info msg="deleted datasource based on configuration" name=Dashboard1 2023-10-14T00:09:27.559 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:09:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[225424]: logger=provisioning.datasources t=2023-10-14T00:09:27.375113502Z level=info msg="inserting datasource from configuration " name=Dashboard1 uid=P43CA22E17D0F9596 2023-10-14T00:09:27.560 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:09:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[225424]: logger=provisioning.alerting t=2023-10-14T00:09:27.46241099Z level=info msg="starting to provision alerting" 2023-10-14T00:09:27.560 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:09:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[225424]: logger=provisioning.alerting t=2023-10-14T00:09:27.462435975Z level=info msg="finished to provision alerting" 2023-10-14T00:09:27.560 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:09:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[225424]: logger=grafanaStorageLogger t=2023-10-14T00:09:27.462592104Z level=info msg="storage starting" 2023-10-14T00:09:27.560 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:09:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[225424]: logger=ngalert.state.manager t=2023-10-14T00:09:27.462614988Z level=info msg="Warming state cache for startup" 2023-10-14T00:09:27.560 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:09:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[225424]: logger=http.server t=2023-10-14T00:09:27.464377894Z level=info msg="HTTP Server Listen" address=[::]:3000 protocol=https subUrl= socket= 2023-10-14T00:09:27.561 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:09:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[225424]: logger=ngalert.state.manager t=2023-10-14T00:09:27.473603771Z level=info msg="State cache has been initialized" states=0 duration=10.987556ms 2023-10-14T00:09:27.561 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:09:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[225424]: logger=ticker t=2023-10-14T00:09:27.473655834Z level=info msg=starting first_tick=2023-10-14T00:09:30Z 2023-10-14T00:09:27.561 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:09:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[225424]: logger=ngalert.multiorg.alertmanager t=2023-10-14T00:09:27.473674406Z level=info msg="starting MultiOrg Alertmanager" 2023-10-14T00:09:27.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:27 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:27.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:27 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:27.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:27 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:09:27.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:27 smithi055 ceph-mon[183057]: osdmap e502: 8 total, 8 up, 8 in 2023-10-14T00:09:27.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:27 smithi055 ceph-mon[183057]: pgmap v466: 121 pgs: 121 active+clean; 209 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 2.2 MiB/s wr, 11 op/s 2023-10-14T00:09:27.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:27 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:27.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:27 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:27.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:27 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:09:27.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:27 smithi055 ceph-mon[185614]: osdmap e502: 8 total, 8 up, 8 in 2023-10-14T00:09:27.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:27 smithi055 ceph-mon[185614]: pgmap v466: 121 pgs: 121 active+clean; 209 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 2.2 MiB/s wr, 11 op/s 2023-10-14T00:09:27.817 INFO:tasks.rados.rados.0.smithi055.stdout:2306: finishing write tid 1 to smithi055169533-30 2023-10-14T00:09:27.817 INFO:tasks.rados.rados.0.smithi055.stdout:2306: finishing write tid 2 to smithi055169533-30 2023-10-14T00:09:27.817 INFO:tasks.rados.rados.0.smithi055.stdout:2306: finishing write tid 3 to smithi055169533-30 2023-10-14T00:09:27.818 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 30 v 1083 (ObjNum 738 snap 219 seq_num 738) dirty exists 2023-10-14T00:09:27.818 INFO:tasks.rados.rados.0.smithi055.stdout:2306: left oid 30 (ObjNum 738 snap 219 seq_num 738) 2023-10-14T00:09:27.818 INFO:tasks.rados.rados.0.smithi055.stdout:2300: done (6 left) 2023-10-14T00:09:27.818 INFO:tasks.rados.rados.0.smithi055.stdout:2301: done (5 left) 2023-10-14T00:09:27.818 INFO:tasks.rados.rados.0.smithi055.stdout:2302: done (4 left) 2023-10-14T00:09:27.819 INFO:tasks.rados.rados.0.smithi055.stdout:2303: done (3 left) 2023-10-14T00:09:27.819 INFO:tasks.rados.rados.0.smithi055.stdout:2304: done (2 left) 2023-10-14T00:09:27.819 INFO:tasks.rados.rados.0.smithi055.stdout:2306: done (1 left) 2023-10-14T00:09:27.819 INFO:tasks.rados.rados.0.smithi055.stdout:2307: done (0 left) 2023-10-14T00:09:27.819 INFO:tasks.rados.rados.0.smithi055.stdout:2308: setattr oid 40 current snap is 219 2023-10-14T00:09:27.820 INFO:tasks.rados.rados.0.smithi055.stdout:2309: read oid 50 snap -1 2023-10-14T00:09:27.820 INFO:tasks.rados.rados.0.smithi055.stdout:2309: expect (ObjNum 701 snap 207 seq_num 701) 2023-10-14T00:09:27.821 INFO:tasks.rados.rados.0.smithi055.stdout:2310: read oid 5 snap 208 2023-10-14T00:09:27.821 INFO:tasks.rados.rados.0.smithi055.stdout:2310: expect (ObjNum 588 snap 167 seq_num 588) 2023-10-14T00:09:27.821 INFO:tasks.rados.rados.0.smithi055.stdout:2311: snap_remove snap 216 2023-10-14T00:09:28.409 INFO:tasks.rados.rados.0.smithi055.stdout:2311: done (3 left) 2023-10-14T00:09:28.409 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 7 current snap is 219 2023-10-14T00:09:28.409 INFO:tasks.rados.rados.0.smithi055.stdout:2312: seq_num 740 ranges {1982464=401408} 2023-10-14T00:09:28.421 INFO:tasks.rados.rados.0.smithi055.stdout:2312: writing smithi055169533-7 from 1982464 to 2383872 tid 1 2023-10-14T00:09:28.421 INFO:tasks.rados.rados.0.smithi055.stdout:2313: snap_create 2023-10-14T00:09:28.421 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 40 v 814 (ObjNum 289 snap 0 seq_num 0) dirty exists 2023-10-14T00:09:28.421 INFO:tasks.rados.rados.0.smithi055.stdout:2310: expect (ObjNum 588 snap 167 seq_num 588) 2023-10-14T00:09:28.514 INFO:tasks.rados.rados.0.smithi055.stdout:2309: expect (ObjNum 701 snap 207 seq_num 701) 2023-10-14T00:09:28.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:28 smithi082 ceph-mon[180771]: osdmap e503: 8 total, 8 up, 8 in 2023-10-14T00:09:28.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:28 smithi055 ceph-mon[185614]: osdmap e503: 8 total, 8 up, 8 in 2023-10-14T00:09:28.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:28 smithi055 ceph-mon[183057]: osdmap e503: 8 total, 8 up, 8 in 2023-10-14T00:09:29.063 INFO:tasks.rados.rados.0.smithi055.stdout:2312: finishing write tid 1 to smithi055169533-7 2023-10-14T00:09:29.063 INFO:tasks.rados.rados.0.smithi055.stdout:2312: finishing write tid 2 to smithi055169533-7 2023-10-14T00:09:29.063 INFO:tasks.rados.rados.0.smithi055.stdout:2312: finishing write tid 3 to smithi055169533-7 2023-10-14T00:09:29.064 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 7 v 750 (ObjNum 740 snap 219 seq_num 740) dirty exists 2023-10-14T00:09:29.064 INFO:tasks.rados.rados.0.smithi055.stdout:2312: left oid 7 (ObjNum 740 snap 219 seq_num 740) 2023-10-14T00:09:29.432 INFO:tasks.rados.rados.0.smithi055.stdout:2308: done (4 left) 2023-10-14T00:09:29.432 INFO:tasks.rados.rados.0.smithi055.stdout:2309: done (3 left) 2023-10-14T00:09:29.432 INFO:tasks.rados.rados.0.smithi055.stdout:2310: done (2 left) 2023-10-14T00:09:29.432 INFO:tasks.rados.rados.0.smithi055.stdout:2312: done (1 left) 2023-10-14T00:09:29.433 INFO:tasks.rados.rados.0.smithi055.stdout:2313: done (0 left) 2023-10-14T00:09:29.433 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 6 current snap is 220 2023-10-14T00:09:29.433 INFO:tasks.rados.rados.0.smithi055.stdout:2314: seq_num 741 ranges {2736128=417792} 2023-10-14T00:09:29.448 INFO:tasks.rados.rados.0.smithi055.stdout:2314: writing smithi055169533-6 from 2736128 to 3153920 tid 1 2023-10-14T00:09:29.448 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 36 current snap is 220 2023-10-14T00:09:29.449 INFO:tasks.rados.rados.0.smithi055.stdout:2315: seq_num 742 ranges {0=434176} 2023-10-14T00:09:29.450 INFO:tasks.rados.rados.0.smithi055.stdout:2315: writing smithi055169533-36 from 0 to 434176 tid 1 2023-10-14T00:09:29.451 INFO:tasks.rados.rados.0.smithi055.stdout:2316: snap_create 2023-10-14T00:09:29.455 INFO:tasks.rados.rados.0.smithi055.stdout:2314: finishing write tid 1 to smithi055169533-6 2023-10-14T00:09:29.455 INFO:tasks.rados.rados.0.smithi055.stdout:2314: finishing write tid 2 to smithi055169533-6 2023-10-14T00:09:29.455 INFO:tasks.rados.rados.0.smithi055.stdout:2315: finishing write tid 1 to smithi055169533-36 2023-10-14T00:09:29.456 INFO:tasks.rados.rados.0.smithi055.stdout:2315: finishing write tid 2 to smithi055169533-36 2023-10-14T00:09:29.457 INFO:tasks.rados.rados.0.smithi055.stdout:2314: finishing write tid 3 to smithi055169533-6 2023-10-14T00:09:29.457 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 6 v 1086 (ObjNum 741 snap 220 seq_num 741) dirty exists 2023-10-14T00:09:29.457 INFO:tasks.rados.rados.0.smithi055.stdout:2314: left oid 6 (ObjNum 741 snap 220 seq_num 741) 2023-10-14T00:09:29.458 INFO:tasks.rados.rados.0.smithi055.stdout:2315: finishing write tid 3 to smithi055169533-36 2023-10-14T00:09:29.459 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 36 v 816 (ObjNum 742 snap 220 seq_num 742) dirty exists 2023-10-14T00:09:29.459 INFO:tasks.rados.rados.0.smithi055.stdout:2315: left oid 36 (ObjNum 742 snap 220 seq_num 742) 2023-10-14T00:09:29.705 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:29 smithi082 ceph-mon[180771]: osdmap e504: 8 total, 8 up, 8 in 2023-10-14T00:09:29.706 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:29 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:29.706 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:29 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:29.706 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:29 smithi082 ceph-mon[180771]: pgmap v469: 121 pgs: 121 active+clean; 209 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 7.2 MiB/s rd, 1.8 MiB/s wr, 12 op/s 2023-10-14T00:09:29.706 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:29 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:29.707 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:29 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:29.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:29 smithi055 ceph-mon[185614]: osdmap e504: 8 total, 8 up, 8 in 2023-10-14T00:09:29.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:29 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:29.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:29 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:29.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:29 smithi055 ceph-mon[185614]: pgmap v469: 121 pgs: 121 active+clean; 209 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 7.2 MiB/s rd, 1.8 MiB/s wr, 12 op/s 2023-10-14T00:09:29.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:29 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:29.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:29 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:29.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:29 smithi055 ceph-mon[183057]: osdmap e504: 8 total, 8 up, 8 in 2023-10-14T00:09:29.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:29 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:29.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:29 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:29.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:29 smithi055 ceph-mon[183057]: pgmap v469: 121 pgs: 121 active+clean; 209 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 7.2 MiB/s rd, 1.8 MiB/s wr, 12 op/s 2023-10-14T00:09:29.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:29 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:29.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:29 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:30.386 INFO:tasks.rados.rados.0.smithi055.stdout:2314: done (2 left) 2023-10-14T00:09:30.386 INFO:tasks.rados.rados.0.smithi055.stdout:2315: done (1 left) 2023-10-14T00:09:30.387 INFO:tasks.rados.rados.0.smithi055.stdout:2316: done (0 left) 2023-10-14T00:09:30.387 INFO:tasks.rados.rados.0.smithi055.stdout:2317: rmattr oid 11 current snap is 221 2023-10-14T00:09:30.387 INFO:tasks.rados.rados.0.smithi055.stdout:2317: done (0 left) 2023-10-14T00:09:30.387 INFO:tasks.rados.rados.0.smithi055.stdout:2318: read oid 45 snap -1 2023-10-14T00:09:30.387 INFO:tasks.rados.rados.0.smithi055.stdout:2318: expect (ObjNum 684 snap 202 seq_num 684) 2023-10-14T00:09:30.387 INFO:tasks.rados.rados.0.smithi055.stdout:2319: copy_from oid 30 from oid 9 current snap is 221 2023-10-14T00:09:30.388 INFO:tasks.rados.rados.0.smithi055.stdout:2320: snap_create 2023-10-14T00:09:30.411 INFO:tasks.rados.rados.0.smithi055.stdout:2318: expect (ObjNum 684 snap 202 seq_num 684) 2023-10-14T00:09:30.567 INFO:tasks.rados.rados.0.smithi055.stdout:2319: finishing copy_from racing read to smithi055169533-30 2023-10-14T00:09:30.568 INFO:tasks.rados.rados.0.smithi055.stdout:2319: finishing copy_from to smithi055169533-30 2023-10-14T00:09:30.568 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 30 v 434 (ObjNum 699 snap 206 seq_num 699) dirty exists 2023-10-14T00:09:30.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:30 smithi055 ceph-mon[185614]: osdmap e505: 8 total, 8 up, 8 in 2023-10-14T00:09:30.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:30 smithi055 ceph-mon[185614]: osdmap e506: 8 total, 8 up, 8 in 2023-10-14T00:09:30.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:30 smithi055 ceph-mon[183057]: osdmap e505: 8 total, 8 up, 8 in 2023-10-14T00:09:30.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:30 smithi055 ceph-mon[183057]: osdmap e506: 8 total, 8 up, 8 in 2023-10-14T00:09:30.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:30 smithi082 ceph-mon[180771]: osdmap e505: 8 total, 8 up, 8 in 2023-10-14T00:09:30.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:30 smithi082 ceph-mon[180771]: osdmap e506: 8 total, 8 up, 8 in 2023-10-14T00:09:31.384 INFO:tasks.rados.rados.0.smithi055.stdout:2318: done (2 left) 2023-10-14T00:09:31.385 INFO:tasks.rados.rados.0.smithi055.stdout:2319: done (1 left) 2023-10-14T00:09:31.385 INFO:tasks.rados.rados.0.smithi055.stdout:2320: done (0 left) 2023-10-14T00:09:31.385 INFO:tasks.rados.rados.0.smithi055.stdout:2321: rollback oid 30 current snap is 222 2023-10-14T00:09:31.385 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 30 to 212 2023-10-14T00:09:31.385 INFO:tasks.rados.rados.0.smithi055.stdout:2322: rollback oid 36 current snap is 222 2023-10-14T00:09:31.386 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 36 to 194 2023-10-14T00:09:31.386 INFO:tasks.rados.rados.0.smithi055.stdout:2323: read oid 1 snap -1 2023-10-14T00:09:31.386 INFO:tasks.rados.rados.0.smithi055.stdout:2323: expect (ObjNum 644 snap 182 seq_num 644) 2023-10-14T00:09:31.386 INFO:tasks.rados.rados.0.smithi055.stdout:2324: rmattr oid 35 current snap is 222 2023-10-14T00:09:31.386 INFO:tasks.rados.rados.0.smithi055.stdout:2324: done (3 left) 2023-10-14T00:09:31.387 INFO:tasks.rados.rados.0.smithi055.stdout:2325: copy_from oid 33 from oid 16 current snap is 222 2023-10-14T00:09:31.387 INFO:tasks.rados.rados.0.smithi055.stdout:2326: copy_from oid 13 from oid 35 current snap is 222 2023-10-14T00:09:31.387 INFO:tasks.rados.rados.0.smithi055.stdout:2327: snap_remove snap 207 2023-10-14T00:09:31.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:31 smithi055 ceph-mon[183057]: pgmap v472: 121 pgs: 121 active+clean; 208 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 452 KiB/s wr, 18 op/s 2023-10-14T00:09:31.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:31 smithi055 ceph-mon[183057]: osdmap e507: 8 total, 8 up, 8 in 2023-10-14T00:09:31.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:31 smithi055 ceph-mon[185614]: pgmap v472: 121 pgs: 121 active+clean; 208 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 452 KiB/s wr, 18 op/s 2023-10-14T00:09:31.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:31 smithi055 ceph-mon[185614]: osdmap e507: 8 total, 8 up, 8 in 2023-10-14T00:09:31.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:31 smithi082 ceph-mon[180771]: pgmap v472: 121 pgs: 121 active+clean; 208 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 452 KiB/s wr, 18 op/s 2023-10-14T00:09:31.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:31 smithi082 ceph-mon[180771]: osdmap e507: 8 total, 8 up, 8 in 2023-10-14T00:09:32.396 INFO:tasks.rados.rados.0.smithi055.stdout:2327: done (5 left) 2023-10-14T00:09:32.396 INFO:tasks.rados.rados.0.smithi055.stdout:2328: rollback oid 43 current snap is 222 2023-10-14T00:09:32.397 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 43 to 218 2023-10-14T00:09:32.400 INFO:tasks.rados.rados.0.smithi055.stdout:2325: finishing copy_from to smithi055169533-33 2023-10-14T00:09:32.400 INFO:tasks.rados.rados.0.smithi055.stdout:2325: got expected ENOENT (src dne) 2023-10-14T00:09:32.400 INFO:tasks.rados.rados.0.smithi055.stdout:2325: finishing copy_from racing read to smithi055169533-33 2023-10-14T00:09:32.400 INFO:tasks.rados.rados.0.smithi055.stdout:2321: finishing rollback tid 0 to smithi055169533-30 2023-10-14T00:09:32.400 INFO:tasks.rados.rados.0.smithi055.stdout:2322: finishing rollback tid 0 to smithi055169533-36 2023-10-14T00:09:32.401 INFO:tasks.rados.rados.0.smithi055.stdout:2321: finishing rollback tid 1 to smithi055169533-30 2023-10-14T00:09:32.401 INFO:tasks.rados.rados.0.smithi055.stdout:2321: finishing rollback tid 2 to smithi055169533-30 2023-10-14T00:09:32.401 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 30 v 1089 (ObjNum 607 snap 173 seq_num 607) dirty exists 2023-10-14T00:09:32.401 INFO:tasks.rados.rados.0.smithi055.stdout:2322: finishing rollback tid 1 to smithi055169533-36 2023-10-14T00:09:32.401 INFO:tasks.rados.rados.0.smithi055.stdout:2322: finishing rollback tid 2 to smithi055169533-36 2023-10-14T00:09:32.402 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 36 v 819 (ObjNum 649 snap 184 seq_num 649) dirty exists 2023-10-14T00:09:32.402 INFO:tasks.rados.rados.0.smithi055.stdout:2323: expect (ObjNum 644 snap 182 seq_num 644) 2023-10-14T00:09:32.602 INFO:tasks.rados.rados.0.smithi055.stdout:2326: finishing copy_from racing read to smithi055169533-13 2023-10-14T00:09:32.602 INFO:tasks.rados.rados.0.smithi055.stdout:2326: finishing copy_from to smithi055169533-13 2023-10-14T00:09:32.603 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 13 v 1017 (ObjNum 547 snap 153 seq_num 547) dirty exists 2023-10-14T00:09:32.603 INFO:tasks.rados.rados.0.smithi055.stdout:2321: done (5 left) 2023-10-14T00:09:32.603 INFO:tasks.rados.rados.0.smithi055.stdout:2322: done (4 left) 2023-10-14T00:09:32.603 INFO:tasks.rados.rados.0.smithi055.stdout:2323: done (3 left) 2023-10-14T00:09:32.603 INFO:tasks.rados.rados.0.smithi055.stdout:2325: done (2 left) 2023-10-14T00:09:32.604 INFO:tasks.rados.rados.0.smithi055.stdout:2326: done (1 left) 2023-10-14T00:09:32.605 INFO:tasks.rados.rados.0.smithi055.stdout:2329: rollback oid 9 current snap is 222 2023-10-14T00:09:32.605 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 9 to 220 2023-10-14T00:09:32.606 INFO:tasks.rados.rados.0.smithi055.stdout:2328: finishing rollback tid 1 to smithi055169533-43 2023-10-14T00:09:32.607 INFO:tasks.rados.rados.0.smithi055.stdout:2328: finishing rollback tid 2 to smithi055169533-43 2023-10-14T00:09:32.607 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 43 v 758 (ObjNum 675 snap 197 seq_num 675) dirty exists 2023-10-14T00:09:32.607 INFO:tasks.rados.rados.0.smithi055.stdout:2328: done (1 left) 2023-10-14T00:09:32.608 INFO:tasks.rados.rados.0.smithi055.stdout:2330: read oid 16 snap -1 2023-10-14T00:09:32.608 INFO:tasks.rados.rados.0.smithi055.stdout:2330: expect deleted 2023-10-14T00:09:32.608 INFO:tasks.rados.rados.0.smithi055.stdout:2331: rollback oid 45 current snap is 222 2023-10-14T00:09:32.609 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 45 to 212 2023-10-14T00:09:32.609 INFO:tasks.rados.rados.0.smithi055.stdout:2332: snap_remove snap 194 2023-10-14T00:09:32.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:32.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:32.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:09:32.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:09:32.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:32.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-14T00:09:32.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-14T00:09:32.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:09:32.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:32.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:32.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:32.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:32.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:32.879 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:32.879 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:32.879 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:32.879 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:32.879 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:32.880 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:32.880 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:32.880 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:32.880 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:32.880 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:32.881 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:32.881 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:32.881 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:32.882 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: Upgrade: Finalizing container_image settings 2023-10-14T00:09:32.882 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:32.882 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2023-10-14T00:09:32.882 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2023-10-14T00:09:32.883 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-10-14T00:09:32.883 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2023-10-14T00:09:32.883 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2023-10-14T00:09:32.883 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2023-10-14T00:09:32.883 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2023-10-14T00:09:32.884 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2023-10-14T00:09:32.884 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2023-10-14T00:09:32.884 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2023-10-14T00:09:32.884 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2023-10-14T00:09:32.884 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2023-10-14T00:09:32.885 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2023-10-14T00:09:32.885 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2023-10-14T00:09:32.885 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-10-14T00:09:32.885 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2023-10-14T00:09:32.886 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2023-10-14T00:09:32.886 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2023-10-14T00:09:32.886 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2023-10-14T00:09:32.886 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2023-10-14T00:09:32.886 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2023-10-14T00:09:32.887 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2023-10-14T00:09:32.887 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2023-10-14T00:09:32.887 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-10-14T00:09:32.887 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-10-14T00:09:32.887 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-10-14T00:09:32.888 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-10-14T00:09:32.888 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-10-14T00:09:32.888 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-10-14T00:09:32.888 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: Upgrade: Complete! 2023-10-14T00:09:32.888 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2023-10-14T00:09:32.889 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2023-10-14T00:09:32.889 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:09:32.889 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:09:32.889 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:09:32.890 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:32.890 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:09:32.890 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:09:32.890 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:09:32.890 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:32.891 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:32 smithi082 ceph-mon[180771]: osdmap e508: 8 total, 8 up, 8 in 2023-10-14T00:09:33.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:33.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:33.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:09:33.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:09:33.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:33.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-14T00:09:33.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-14T00:09:33.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:09:33.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:33.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:33.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:33.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:33.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:33.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:33.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:33.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:33.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:33.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:33.021 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:33.021 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:33.021 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:33.021 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:33.021 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:33.022 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:33.022 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:33.022 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:33.022 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: Upgrade: Finalizing container_image settings 2023-10-14T00:09:33.022 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:33.023 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2023-10-14T00:09:33.023 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:33.023 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:33.023 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:09:33.023 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:09:33.024 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:33.024 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-14T00:09:33.024 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-14T00:09:33.024 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:09:33.024 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:33.025 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:33.025 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:33.025 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:33.025 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:33.025 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:33.026 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:33.026 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:33.026 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:33.026 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:33.026 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:33.027 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:33.027 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:33.027 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:33.027 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:33.027 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:33.028 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:33.028 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:33.028 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: Upgrade: Finalizing container_image settings 2023-10-14T00:09:33.028 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:33.028 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2023-10-14T00:09:33.029 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2023-10-14T00:09:33.029 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-10-14T00:09:33.029 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2023-10-14T00:09:33.030 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2023-10-14T00:09:33.030 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2023-10-14T00:09:33.030 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2023-10-14T00:09:33.030 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2023-10-14T00:09:33.030 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2023-10-14T00:09:33.031 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2023-10-14T00:09:33.031 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2023-10-14T00:09:33.031 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2023-10-14T00:09:33.031 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2023-10-14T00:09:33.031 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2023-10-14T00:09:33.032 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-10-14T00:09:33.032 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2023-10-14T00:09:33.032 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2023-10-14T00:09:33.032 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2023-10-14T00:09:33.032 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2023-10-14T00:09:33.032 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2023-10-14T00:09:33.033 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2023-10-14T00:09:33.033 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2023-10-14T00:09:33.033 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2023-10-14T00:09:33.033 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-10-14T00:09:33.034 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2023-10-14T00:09:33.034 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2023-10-14T00:09:33.034 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2023-10-14T00:09:33.034 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2023-10-14T00:09:33.035 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2023-10-14T00:09:33.035 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2023-10-14T00:09:33.035 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2023-10-14T00:09:33.035 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2023-10-14T00:09:33.035 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2023-10-14T00:09:33.035 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2023-10-14T00:09:33.036 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2023-10-14T00:09:33.036 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-10-14T00:09:33.036 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2023-10-14T00:09:33.036 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2023-10-14T00:09:33.037 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2023-10-14T00:09:33.037 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2023-10-14T00:09:33.037 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2023-10-14T00:09:33.037 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2023-10-14T00:09:33.037 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2023-10-14T00:09:33.038 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2023-10-14T00:09:33.038 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-10-14T00:09:33.038 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-10-14T00:09:33.038 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-10-14T00:09:33.038 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-10-14T00:09:33.039 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-10-14T00:09:33.039 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-10-14T00:09:33.039 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: Upgrade: Complete! 2023-10-14T00:09:33.039 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2023-10-14T00:09:33.039 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2023-10-14T00:09:33.040 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:09:33.040 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:09:33.040 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:09:33.040 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:33.040 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:09:33.041 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:09:33.041 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:09:33.041 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:33.041 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[183057]: osdmap e508: 8 total, 8 up, 8 in 2023-10-14T00:09:33.041 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2023-10-14T00:09:33.042 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-10-14T00:09:33.042 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-10-14T00:09:33.042 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-10-14T00:09:33.042 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-10-14T00:09:33.042 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-10-14T00:09:33.043 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-10-14T00:09:33.043 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: Upgrade: Complete! 2023-10-14T00:09:33.043 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2023-10-14T00:09:33.043 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2023-10-14T00:09:33.043 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:09:33.044 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:09:33.044 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:09:33.044 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:33.044 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:09:33.044 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:09:33.045 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:09:33.045 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:33.045 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:32 smithi055 ceph-mon[185614]: osdmap e508: 8 total, 8 up, 8 in 2023-10-14T00:09:33.401 INFO:tasks.rados.rados.0.smithi055.stdout:2332: done (3 left) 2023-10-14T00:09:33.401 INFO:tasks.rados.rados.0.smithi055.stdout:2333: rollback oid 1 current snap is 222 2023-10-14T00:09:33.401 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 1 to 192 2023-10-14T00:09:33.401 INFO:tasks.rados.rados.0.smithi055.stdout:2329: finishing rollback tid 0 to smithi055169533-9 2023-10-14T00:09:33.402 INFO:tasks.rados.rados.0.smithi055.stdout:2329: finishing rollback tid 1 to smithi055169533-9 2023-10-14T00:09:33.402 INFO:tasks.rados.rados.0.smithi055.stdout:2331: finishing rollback tid 0 to smithi055169533-45 2023-10-14T00:09:33.402 INFO:tasks.rados.rados.0.smithi055.stdout:2331: finishing rollback tid 1 to smithi055169533-45 2023-10-14T00:09:33.402 INFO:tasks.rados.rados.0.smithi055.stdout:2331: finishing rollback tid 2 to smithi055169533-45 2023-10-14T00:09:33.403 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 45 v 762 (ObjNum 684 snap 202 seq_num 684) dirty exists 2023-10-14T00:09:33.403 INFO:tasks.rados.rados.0.smithi055.stdout:2329: finishing rollback tid 2 to smithi055169533-9 2023-10-14T00:09:33.403 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 9 v 503 (ObjNum 699 snap 206 seq_num 699) dirty exists 2023-10-14T00:09:33.403 INFO:tasks.rados.rados.0.smithi055.stdout:2329: done (3 left) 2023-10-14T00:09:33.403 INFO:tasks.rados.rados.0.smithi055.stdout:2330: done (2 left) 2023-10-14T00:09:33.403 INFO:tasks.rados.rados.0.smithi055.stdout:2331: done (1 left) 2023-10-14T00:09:33.404 INFO:tasks.rados.rados.0.smithi055.stdout:2334: delete oid 37 current snap is 222 2023-10-14T00:09:33.410 INFO:tasks.rados.rados.0.smithi055.stdout:2334: done (1 left) 2023-10-14T00:09:33.410 INFO:tasks.rados.rados.0.smithi055.stdout:2335: rollback oid 35 current snap is 222 2023-10-14T00:09:33.410 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 35 to 202 2023-10-14T00:09:33.411 INFO:tasks.rados.rados.0.smithi055.stdout:2336: snap_create 2023-10-14T00:09:33.417 INFO:tasks.rados.rados.0.smithi055.stdout:2333: finishing rollback tid 0 to smithi055169533-1 2023-10-14T00:09:33.418 INFO:tasks.rados.rados.0.smithi055.stdout:2333: finishing rollback tid 1 to smithi055169533-1 2023-10-14T00:09:33.418 INFO:tasks.rados.rados.0.smithi055.stdout:2333: finishing rollback tid 2 to smithi055169533-1 2023-10-14T00:09:33.419 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 1 v 1020 (ObjNum 644 snap 182 seq_num 644) dirty exists 2023-10-14T00:09:33.420 INFO:tasks.rados.rados.0.smithi055.stdout:2335: finishing rollback tid 0 to smithi055169533-35 2023-10-14T00:09:33.420 INFO:tasks.rados.rados.0.smithi055.stdout:2335: finishing rollback tid 1 to smithi055169533-35 2023-10-14T00:09:33.423 INFO:tasks.rados.rados.0.smithi055.stdout:2335: finishing rollback tid 2 to smithi055169533-35 2023-10-14T00:09:33.423 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 35 v 1294 (ObjNum 667 snap 192 seq_num 667) dirty exists 2023-10-14T00:09:33.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:33 smithi082 ceph-mon[180771]: pgmap v475: 121 pgs: 121 active+clean; 208 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 14 MiB/s rd, 452 KiB/s wr, 14 op/s 2023-10-14T00:09:33.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:33 smithi082 ceph-mon[180771]: osdmap e509: 8 total, 8 up, 8 in 2023-10-14T00:09:34.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:33 smithi055 ceph-mon[185614]: pgmap v475: 121 pgs: 121 active+clean; 208 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 14 MiB/s rd, 452 KiB/s wr, 14 op/s 2023-10-14T00:09:34.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:33 smithi055 ceph-mon[185614]: osdmap e509: 8 total, 8 up, 8 in 2023-10-14T00:09:34.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:33 smithi055 ceph-mon[183057]: pgmap v475: 121 pgs: 121 active+clean; 208 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 14 MiB/s rd, 452 KiB/s wr, 14 op/s 2023-10-14T00:09:34.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:33 smithi055 ceph-mon[183057]: osdmap e509: 8 total, 8 up, 8 in 2023-10-14T00:09:34.401 INFO:tasks.rados.rados.0.smithi055.stdout:2333: done (2 left) 2023-10-14T00:09:34.402 INFO:tasks.rados.rados.0.smithi055.stdout:2335: done (1 left) 2023-10-14T00:09:34.402 INFO:tasks.rados.rados.0.smithi055.stdout:2336: done (0 left) 2023-10-14T00:09:34.402 INFO:tasks.rados.rados.0.smithi055.stdout:2337: snap_create 2023-10-14T00:09:35.381 INFO:tasks.rados.rados.0.smithi055.stdout:2337: done (0 left) 2023-10-14T00:09:35.382 INFO:tasks.rados.rados.0.smithi055.stdout:2338: snap_create 2023-10-14T00:09:35.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:09:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:09:35] "GET /metrics HTTP/1.1" 200 36160 "" "Prometheus/2.43.0" 2023-10-14T00:09:35.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:35 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:35.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:35 smithi055 ceph-mon[183057]: osdmap e510: 8 total, 8 up, 8 in 2023-10-14T00:09:35.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:35 smithi055 ceph-mon[183057]: pgmap v478: 121 pgs: 121 active+clean; 220 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 7.3 MiB/s rd, 1.3 MiB/s wr, 6 op/s 2023-10-14T00:09:35.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:35 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:35.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:35 smithi055 ceph-mon[185614]: osdmap e510: 8 total, 8 up, 8 in 2023-10-14T00:09:35.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:35 smithi055 ceph-mon[185614]: pgmap v478: 121 pgs: 121 active+clean; 220 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 7.3 MiB/s rd, 1.3 MiB/s wr, 6 op/s 2023-10-14T00:09:35.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:35 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:09:35.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:35 smithi082 ceph-mon[180771]: osdmap e510: 8 total, 8 up, 8 in 2023-10-14T00:09:35.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:35 smithi082 ceph-mon[180771]: pgmap v478: 121 pgs: 121 active+clean; 220 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 7.3 MiB/s rd, 1.3 MiB/s wr, 6 op/s 2023-10-14T00:09:36.408 INFO:tasks.rados.rados.0.smithi055.stdout:2338: done (0 left) 2023-10-14T00:09:36.408 INFO:tasks.rados.rados.0.smithi055.stdout:2339: read oid 21 snap -1 2023-10-14T00:09:36.409 INFO:tasks.rados.rados.0.smithi055.stdout:2339: expect (ObjNum 723 snap 213 seq_num 723) 2023-10-14T00:09:36.409 INFO:tasks.rados.rados.0.smithi055.stdout:2340: read oid 49 snap 214 2023-10-14T00:09:36.409 INFO:tasks.rados.rados.0.smithi055.stdout:2340: expect (ObjNum 711 snap 210 seq_num 711) 2023-10-14T00:09:36.409 INFO:tasks.rados.rados.0.smithi055.stdout:2341: snap_create 2023-10-14T00:09:36.448 INFO:tasks.rados.rados.0.smithi055.stdout:2340: expect (ObjNum 711 snap 210 seq_num 711) 2023-10-14T00:09:36.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:36 smithi055 ceph-mon[185614]: osdmap e511: 8 total, 8 up, 8 in 2023-10-14T00:09:36.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:36 smithi055 ceph-mon[183057]: osdmap e511: 8 total, 8 up, 8 in 2023-10-14T00:09:36.846 INFO:tasks.rados.rados.0.smithi055.stdout:2339: expect (ObjNum 723 snap 213 seq_num 723) 2023-10-14T00:09:36.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:36 smithi082 ceph-mon[180771]: osdmap e511: 8 total, 8 up, 8 in 2023-10-14T00:09:37.539 INFO:tasks.rados.rados.0.smithi055.stdout:2339: done (2 left) 2023-10-14T00:09:37.540 INFO:tasks.rados.rados.0.smithi055.stdout:2340: done (1 left) 2023-10-14T00:09:37.540 INFO:tasks.rados.rados.0.smithi055.stdout:2341: done (0 left) 2023-10-14T00:09:37.540 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 27 current snap is 226 2023-10-14T00:09:37.540 INFO:tasks.rados.rados.0.smithi055.stdout:2342: seq_num 744 ranges {1662976=466944} 2023-10-14T00:09:37.551 INFO:tasks.rados.rados.0.smithi055.stdout:2342: writing smithi055169533-27 from 1662976 to 2129920 tid 1 2023-10-14T00:09:37.551 INFO:tasks.rados.rados.0.smithi055.stdout:2343: setattr oid 31 current snap is 226 2023-10-14T00:09:37.552 INFO:tasks.rados.rados.0.smithi055.stdout:2344: read oid 26 snap -1 2023-10-14T00:09:37.553 INFO:tasks.rados.rados.0.smithi055.stdout:2344: expect (ObjNum 717 snap 211 seq_num 717) 2023-10-14T00:09:37.553 INFO:tasks.rados.rados.0.smithi055.stdout:2345: rollback oid 36 current snap is 226 2023-10-14T00:09:37.553 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 36 to 220 2023-10-14T00:09:37.553 INFO:tasks.rados.rados.0.smithi055.stdout:2346: rmattr oid 2 current snap is 226 2023-10-14T00:09:37.554 INFO:tasks.rados.rados.0.smithi055.stdout:2346: done (4 left) 2023-10-14T00:09:37.554 INFO:tasks.rados.rados.0.smithi055.stdout:2347: delete oid 34 current snap is 226 2023-10-14T00:09:37.558 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 31 v 1023 (ObjNum 733 snap 218 seq_num 733) dirty exists 2023-10-14T00:09:37.559 INFO:tasks.rados.rados.0.smithi055.stdout:2344: expect (ObjNum 717 snap 211 seq_num 717) 2023-10-14T00:09:37.559 INFO:tasks.rados.rados.0.smithi055.stdout:2345: finishing rollback tid 0 to smithi055169533-36 2023-10-14T00:09:37.560 INFO:tasks.rados.rados.0.smithi055.stdout:2345: finishing rollback tid 1 to smithi055169533-36 2023-10-14T00:09:37.560 INFO:tasks.rados.rados.0.smithi055.stdout:2342: finishing write tid 1 to smithi055169533-27 2023-10-14T00:09:37.561 INFO:tasks.rados.rados.0.smithi055.stdout:2345: finishing rollback tid 2 to smithi055169533-36 2023-10-14T00:09:37.561 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 36 v 822 (ObjNum 742 snap 220 seq_num 742) dirty exists 2023-10-14T00:09:37.562 INFO:tasks.rados.rados.0.smithi055.stdout:2343: done (4 left) 2023-10-14T00:09:37.562 INFO:tasks.rados.rados.0.smithi055.stdout:2344: done (3 left) 2023-10-14T00:09:37.562 INFO:tasks.rados.rados.0.smithi055.stdout:2345: done (2 left) 2023-10-14T00:09:37.562 INFO:tasks.rados.rados.0.smithi055.stdout:2347: done (1 left) 2023-10-14T00:09:37.563 INFO:tasks.rados.rados.0.smithi055.stdout:2348: delete oid 48 current snap is 226 2023-10-14T00:09:37.563 INFO:tasks.rados.rados.0.smithi055.stdout:2342: finishing write tid 2 to smithi055169533-27 2023-10-14T00:09:37.563 INFO:tasks.rados.rados.0.smithi055.stdout:2342: finishing write tid 3 to smithi055169533-27 2023-10-14T00:09:37.564 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 27 v 1303 (ObjNum 744 snap 226 seq_num 744) dirty exists 2023-10-14T00:09:37.564 INFO:tasks.rados.rados.0.smithi055.stdout:2342: left oid 27 (ObjNum 744 snap 226 seq_num 744) 2023-10-14T00:09:37.564 INFO:tasks.rados.rados.0.smithi055.stdout:2342: done (1 left) 2023-10-14T00:09:37.564 INFO:tasks.rados.rados.0.smithi055.stdout:2348: done (0 left) 2023-10-14T00:09:37.565 INFO:tasks.rados.rados.0.smithi055.stdout:2349: snap_create 2023-10-14T00:09:37.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:37 smithi055 ceph-mon[185614]: osdmap e512: 8 total, 8 up, 8 in 2023-10-14T00:09:37.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:37 smithi055 ceph-mon[185614]: pgmap v481: 121 pgs: 121 active+clean; 232 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 5.8 MiB/s rd, 3.7 MiB/s wr, 6 op/s 2023-10-14T00:09:37.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:37 smithi055 ceph-mon[183057]: osdmap e512: 8 total, 8 up, 8 in 2023-10-14T00:09:37.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:37 smithi055 ceph-mon[183057]: pgmap v481: 121 pgs: 121 active+clean; 232 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 5.8 MiB/s rd, 3.7 MiB/s wr, 6 op/s 2023-10-14T00:09:37.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:37 smithi082 ceph-mon[180771]: osdmap e512: 8 total, 8 up, 8 in 2023-10-14T00:09:37.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:37 smithi082 ceph-mon[180771]: pgmap v481: 121 pgs: 121 active+clean; 232 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 5.8 MiB/s rd, 3.7 MiB/s wr, 6 op/s 2023-10-14T00:09:38.459 INFO:tasks.rados.rados.0.smithi055.stdout:2349: done (0 left) 2023-10-14T00:09:38.459 INFO:tasks.rados.rados.0.smithi055.stdout:2350: rmattr oid 43 current snap is 227 2023-10-14T00:09:38.459 INFO:tasks.rados.rados.0.smithi055.stdout:2350: done (0 left) 2023-10-14T00:09:38.459 INFO:tasks.rados.rados.0.smithi055.stdout:2351: read oid 11 snap -1 2023-10-14T00:09:38.460 INFO:tasks.rados.rados.0.smithi055.stdout:2351: expect deleted 2023-10-14T00:09:38.460 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 23 current snap is 227 2023-10-14T00:09:38.460 INFO:tasks.rados.rados.0.smithi055.stdout:2352: seq_num 747 ranges {4120576=516096} 2023-10-14T00:09:38.484 INFO:tasks.rados.rados.0.smithi055.stdout:2352: writing smithi055169533-23 from 4120576 to 4636672 tid 1 2023-10-14T00:09:38.485 INFO:tasks.rados.rados.0.smithi055.stdout:2353: read oid 2 snap -1 2023-10-14T00:09:38.485 INFO:tasks.rados.rados.0.smithi055.stdout:2353: expect deleted 2023-10-14T00:09:38.485 INFO:tasks.rados.rados.0.smithi055.stdout:2354: setattr oid 5 current snap is 227 2023-10-14T00:09:38.488 INFO:tasks.rados.rados.0.smithi055.stdout:2351: done (3 left) 2023-10-14T00:09:38.488 INFO:tasks.rados.rados.0.smithi055.stdout:2353: done (2 left) 2023-10-14T00:09:38.489 INFO:tasks.rados.rados.0.smithi055.stdout:2355: read oid 17 snap 225 2023-10-14T00:09:38.489 INFO:tasks.rados.rados.0.smithi055.stdout:2355: expect (ObjNum 661 snap 188 seq_num 661) 2023-10-14T00:09:38.489 INFO:tasks.rados.rados.0.smithi055.stdout:2356: snap_create 2023-10-14T00:09:38.490 INFO:tasks.rados.rados.0.smithi055.stdout:2352: finishing write tid 1 to smithi055169533-23 2023-10-14T00:09:38.490 INFO:tasks.rados.rados.0.smithi055.stdout:2352: finishing write tid 2 to smithi055169533-23 2023-10-14T00:09:38.491 INFO:tasks.rados.rados.0.smithi055.stdout:2352: finishing write tid 3 to smithi055169533-23 2023-10-14T00:09:38.491 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 23 v 681 (ObjNum 747 snap 227 seq_num 747) dirty exists 2023-10-14T00:09:38.491 INFO:tasks.rados.rados.0.smithi055.stdout:2352: left oid 23 (ObjNum 747 snap 227 seq_num 747) 2023-10-14T00:09:38.493 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 5 v 1024 (ObjNum 728 snap 215 seq_num 728) dirty exists 2023-10-14T00:09:38.503 INFO:tasks.rados.rados.0.smithi055.stdout:2355: expect (ObjNum 661 snap 188 seq_num 661) 2023-10-14T00:09:38.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:38 smithi055 ceph-mon[185614]: osdmap e513: 8 total, 8 up, 8 in 2023-10-14T00:09:38.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:38 smithi055 ceph-mon[183057]: osdmap e513: 8 total, 8 up, 8 in 2023-10-14T00:09:38.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:38 smithi082 ceph-mon[180771]: osdmap e513: 8 total, 8 up, 8 in 2023-10-14T00:09:39.482 INFO:tasks.rados.rados.0.smithi055.stdout:2352: done (3 left) 2023-10-14T00:09:39.482 INFO:tasks.rados.rados.0.smithi055.stdout:2354: done (2 left) 2023-10-14T00:09:39.482 INFO:tasks.rados.rados.0.smithi055.stdout:2355: done (1 left) 2023-10-14T00:09:39.482 INFO:tasks.rados.rados.0.smithi055.stdout:2356: done (0 left) 2023-10-14T00:09:39.483 INFO:tasks.rados.rados.0.smithi055.stdout:2357: setattr oid 39 current snap is 228 2023-10-14T00:09:39.485 INFO:tasks.rados.rados.0.smithi055.stdout:2358: rmattr oid 7 current snap is 228 2023-10-14T00:09:39.485 INFO:tasks.rados.rados.0.smithi055.stdout:2359: read oid 26 snap -1 2023-10-14T00:09:39.485 INFO:tasks.rados.rados.0.smithi055.stdout:2359: expect (ObjNum 717 snap 211 seq_num 717) 2023-10-14T00:09:39.485 INFO:tasks.rados.rados.0.smithi055.stdout:2360: read oid 25 snap -1 2023-10-14T00:09:39.486 INFO:tasks.rados.rados.0.smithi055.stdout:2360: expect (ObjNum 581 snap 165 seq_num 581) 2023-10-14T00:09:39.486 INFO:tasks.rados.rados.0.smithi055.stdout:2361: snap_create 2023-10-14T00:09:39.489 INFO:tasks.rados.rados.0.smithi055.stdout:2359: expect (ObjNum 717 snap 211 seq_num 717) 2023-10-14T00:09:39.490 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 7 v 770 (ObjNum 740 snap 219 seq_num 740) dirty exists 2023-10-14T00:09:39.491 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 39 v 1304 (ObjNum 289 snap 0 seq_num 1) dirty exists 2023-10-14T00:09:39.496 INFO:tasks.rados.rados.0.smithi055.stdout:2360: expect (ObjNum 581 snap 165 seq_num 581) 2023-10-14T00:09:39.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:39 smithi055 ceph-mon[185614]: osdmap e514: 8 total, 8 up, 8 in 2023-10-14T00:09:39.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:09:39.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:39 smithi055 ceph-mon[185614]: pgmap v484: 121 pgs: 121 active+clean; 232 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2023-10-14T00:09:39.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:39 smithi055 ceph-mon[183057]: osdmap e514: 8 total, 8 up, 8 in 2023-10-14T00:09:39.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:09:39.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:39 smithi055 ceph-mon[183057]: pgmap v484: 121 pgs: 121 active+clean; 232 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2023-10-14T00:09:39.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:39 smithi082 ceph-mon[180771]: osdmap e514: 8 total, 8 up, 8 in 2023-10-14T00:09:39.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:09:39.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:39 smithi082 ceph-mon[180771]: pgmap v484: 121 pgs: 121 active+clean; 232 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 2.4 MiB/s wr, 4 op/s 2023-10-14T00:09:40.382 INFO:tasks.rados.rados.0.smithi055.stdout:2357: done (4 left) 2023-10-14T00:09:40.383 INFO:tasks.rados.rados.0.smithi055.stdout:2358: done (3 left) 2023-10-14T00:09:40.383 INFO:tasks.rados.rados.0.smithi055.stdout:2359: done (2 left) 2023-10-14T00:09:40.383 INFO:tasks.rados.rados.0.smithi055.stdout:2360: done (1 left) 2023-10-14T00:09:40.383 INFO:tasks.rados.rados.0.smithi055.stdout:2361: done (0 left) 2023-10-14T00:09:40.384 INFO:tasks.rados.rados.0.smithi055.stdout:2362: setattr oid 33 current snap is 229 2023-10-14T00:09:40.386 INFO:tasks.rados.rados.0.smithi055.stdout:2363: delete oid 35 current snap is 229 2023-10-14T00:09:40.394 INFO:tasks.rados.rados.0.smithi055.stdout:2363: done (1 left) 2023-10-14T00:09:40.394 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 49 current snap is 229 2023-10-14T00:09:40.394 INFO:tasks.rados.rados.0.smithi055.stdout:2364: seq_num 749 ranges {8101888=548864} 2023-10-14T00:09:40.441 INFO:tasks.rados.rados.0.smithi055.stdout:2364: writing smithi055169533-49 from 8101888 to 8650752 tid 1 2023-10-14T00:09:40.441 INFO:tasks.rados.rados.0.smithi055.stdout:2365: snap_create 2023-10-14T00:09:40.441 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 33 v 1137 (ObjNum 1765514272 snap 32760 seq_num 304) dirty exists 2023-10-14T00:09:40.445 INFO:tasks.rados.rados.0.smithi055.stdout:2364: finishing write tid 1 to smithi055169533-49 2023-10-14T00:09:40.445 INFO:tasks.rados.rados.0.smithi055.stdout:2364: finishing write tid 2 to smithi055169533-49 2023-10-14T00:09:40.446 INFO:tasks.rados.rados.0.smithi055.stdout:2364: finishing write tid 3 to smithi055169533-49 2023-10-14T00:09:40.446 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 49 v 1156 (ObjNum 749 snap 229 seq_num 749) dirty exists 2023-10-14T00:09:40.447 INFO:tasks.rados.rados.0.smithi055.stdout:2364: left oid 49 (ObjNum 749 snap 229 seq_num 749) 2023-10-14T00:09:40.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:40 smithi055 ceph-mon[185614]: osdmap e515: 8 total, 8 up, 8 in 2023-10-14T00:09:40.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:40 smithi055 ceph-mon[185614]: osdmap e516: 8 total, 8 up, 8 in 2023-10-14T00:09:40.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:40 smithi055 ceph-mon[183057]: osdmap e515: 8 total, 8 up, 8 in 2023-10-14T00:09:40.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:40 smithi055 ceph-mon[183057]: osdmap e516: 8 total, 8 up, 8 in 2023-10-14T00:09:40.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:40 smithi082 ceph-mon[180771]: osdmap e515: 8 total, 8 up, 8 in 2023-10-14T00:09:40.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:40 smithi082 ceph-mon[180771]: osdmap e516: 8 total, 8 up, 8 in 2023-10-14T00:09:41.396 INFO:tasks.rados.rados.0.smithi055.stdout:2362: done (2 left) 2023-10-14T00:09:41.397 INFO:tasks.rados.rados.0.smithi055.stdout:2364: done (1 left) 2023-10-14T00:09:41.397 INFO:tasks.rados.rados.0.smithi055.stdout:2365: done (0 left) 2023-10-14T00:09:41.397 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 32 current snap is 230 2023-10-14T00:09:41.397 INFO:tasks.rados.rados.0.smithi055.stdout:2366: seq_num 750 ranges {2334720=565248} 2023-10-14T00:09:41.413 INFO:tasks.rados.rados.0.smithi055.stdout:2366: writing smithi055169533-32 from 2334720 to 2899968 tid 1 2023-10-14T00:09:41.413 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 12 current snap is 230 2023-10-14T00:09:41.413 INFO:tasks.rados.rados.0.smithi055.stdout:2367: seq_num 751 ranges {2080768=581632} 2023-10-14T00:09:41.429 INFO:tasks.rados.rados.0.smithi055.stdout:2367: writing smithi055169533-12 from 2080768 to 2662400 tid 1 2023-10-14T00:09:41.429 INFO:tasks.rados.rados.0.smithi055.stdout:2368: rmattr oid 2 current snap is 230 2023-10-14T00:09:41.430 INFO:tasks.rados.rados.0.smithi055.stdout:2368: done (2 left) 2023-10-14T00:09:41.430 INFO:tasks.rados.rados.0.smithi055.stdout:2369: rollback oid 46 current snap is 230 2023-10-14T00:09:41.430 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 46 to 214 2023-10-14T00:09:41.430 INFO:tasks.rados.rados.0.smithi055.stdout:2366: finishing write tid 1 to smithi055169533-32 2023-10-14T00:09:41.431 INFO:tasks.rados.rados.0.smithi055.stdout:2366: finishing write tid 2 to smithi055169533-32 2023-10-14T00:09:41.431 INFO:tasks.rados.rados.0.smithi055.stdout:2366: finishing write tid 3 to smithi055169533-32 2023-10-14T00:09:41.431 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 32 v 510 (ObjNum 750 snap 230 seq_num 750) dirty exists 2023-10-14T00:09:41.431 INFO:tasks.rados.rados.0.smithi055.stdout:2366: left oid 32 (ObjNum 750 snap 230 seq_num 750) 2023-10-14T00:09:41.432 INFO:tasks.rados.rados.0.smithi055.stdout:2366: done (2 left) 2023-10-14T00:09:41.432 INFO:tasks.rados.rados.0.smithi055.stdout:2370: delete oid 14 current snap is 230 2023-10-14T00:09:41.434 INFO:tasks.rados.rados.0.smithi055.stdout:2369: finishing rollback tid 0 to smithi055169533-46 2023-10-14T00:09:41.434 INFO:tasks.rados.rados.0.smithi055.stdout:2367: finishing write tid 1 to smithi055169533-12 2023-10-14T00:09:41.434 INFO:tasks.rados.rados.0.smithi055.stdout:2367: finishing write tid 2 to smithi055169533-12 2023-10-14T00:09:41.434 INFO:tasks.rados.rados.0.smithi055.stdout:2369: finishing rollback tid 1 to smithi055169533-46 2023-10-14T00:09:41.435 INFO:tasks.rados.rados.0.smithi055.stdout:2369: finishing rollback tid 2 to smithi055169533-46 2023-10-14T00:09:41.435 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 46 v 685 (ObjNum 670 snap 193 seq_num 670) dirty exists 2023-10-14T00:09:41.436 INFO:tasks.rados.rados.0.smithi055.stdout:2367: finishing write tid 3 to smithi055169533-12 2023-10-14T00:09:41.436 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 12 v 819 (ObjNum 751 snap 230 seq_num 751) dirty exists 2023-10-14T00:09:41.437 INFO:tasks.rados.rados.0.smithi055.stdout:2367: left oid 12 (ObjNum 751 snap 230 seq_num 751) 2023-10-14T00:09:41.437 INFO:tasks.rados.rados.0.smithi055.stdout:2367: done (2 left) 2023-10-14T00:09:41.437 INFO:tasks.rados.rados.0.smithi055.stdout:2369: done (1 left) 2023-10-14T00:09:41.437 INFO:tasks.rados.rados.0.smithi055.stdout:2370: done (0 left) 2023-10-14T00:09:41.437 INFO:tasks.rados.rados.0.smithi055.stdout:2371: setattr oid 7 current snap is 230 2023-10-14T00:09:41.438 INFO:tasks.rados.rados.0.smithi055.stdout:2372: rmattr oid 5 current snap is 230 2023-10-14T00:09:41.438 INFO:tasks.rados.rados.0.smithi055.stdout:2373: read oid 13 snap -1 2023-10-14T00:09:41.438 INFO:tasks.rados.rados.0.smithi055.stdout:2373: expect (ObjNum 547 snap 153 seq_num 547) 2023-10-14T00:09:41.438 INFO:tasks.rados.rados.0.smithi055.stdout:2374: copy_from oid 20 from oid 36 current snap is 230 2023-10-14T00:09:41.439 INFO:tasks.rados.rados.0.smithi055.stdout:2375: setattr oid 8 current snap is 230 2023-10-14T00:09:41.440 INFO:tasks.rados.rados.0.smithi055.stdout:2376: rollback oid 16 current snap is 230 2023-10-14T00:09:41.440 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 16 to 201 2023-10-14T00:09:41.440 INFO:tasks.rados.rados.0.smithi055.stdout:2377: rollback oid 37 current snap is 230 2023-10-14T00:09:41.440 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 37 to 229 2023-10-14T00:09:41.441 INFO:tasks.rados.rados.0.smithi055.stdout:2378: copy_from oid 29 from oid 15 current snap is 230 2023-10-14T00:09:41.441 INFO:tasks.rados.rados.0.smithi055.stdout:2379: read oid 33 snap 214 2023-10-14T00:09:41.441 INFO:tasks.rados.rados.0.smithi055.stdout:2379: expect deleted 2023-10-14T00:09:41.441 INFO:tasks.rados.rados.0.smithi055.stdout:2380: delete oid 45 current snap is 230 2023-10-14T00:09:41.442 INFO:tasks.rados.rados.0.smithi055.stdout:2378: finishing copy_from to smithi055169533-29 2023-10-14T00:09:41.442 INFO:tasks.rados.rados.0.smithi055.stdout:2378: got expected ENOENT (src dne) 2023-10-14T00:09:41.442 INFO:tasks.rados.rados.0.smithi055.stdout:2378: finishing copy_from racing read to smithi055169533-29 2023-10-14T00:09:41.443 INFO:tasks.rados.rados.0.smithi055.stdout:2376: finishing rollback tid 1 to smithi055169533-16 2023-10-14T00:09:41.443 INFO:tasks.rados.rados.0.smithi055.stdout:2376: finishing rollback tid 2 to smithi055169533-16 2023-10-14T00:09:41.444 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 16 v 344 (ObjNum 555 snap 154 seq_num 555) dirty exists 2023-10-14T00:09:41.444 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 8 v 1138 (ObjNum 724 snap 214 seq_num 724) dirty exists 2023-10-14T00:09:41.444 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 5 v 1025 (ObjNum 728 snap 215 seq_num 728) dirty exists 2023-10-14T00:09:41.444 INFO:tasks.rados.rados.0.smithi055.stdout:2377: finishing rollback tid 1 to smithi055169533-37 2023-10-14T00:09:41.445 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 37 v 1020 (ObjNum 273 snap 0 seq_num 0) dirty dne 2023-10-14T00:09:41.445 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 7 v 772 (ObjNum 740 snap 219 seq_num 740) dirty exists 2023-10-14T00:09:41.446 INFO:tasks.rados.rados.0.smithi055.stdout:2371: done (9 left) 2023-10-14T00:09:41.446 INFO:tasks.rados.rados.0.smithi055.stdout:2372: done (8 left) 2023-10-14T00:09:41.446 INFO:tasks.rados.rados.0.smithi055.stdout:2375: done (7 left) 2023-10-14T00:09:41.446 INFO:tasks.rados.rados.0.smithi055.stdout:2376: done (6 left) 2023-10-14T00:09:41.447 INFO:tasks.rados.rados.0.smithi055.stdout:2377: done (5 left) 2023-10-14T00:09:41.447 INFO:tasks.rados.rados.0.smithi055.stdout:2378: done (4 left) 2023-10-14T00:09:41.447 INFO:tasks.rados.rados.0.smithi055.stdout:2379: done (3 left) 2023-10-14T00:09:41.447 INFO:tasks.rados.rados.0.smithi055.stdout:2380: done (2 left) 2023-10-14T00:09:41.448 INFO:tasks.rados.rados.0.smithi055.stdout:2381: rmattr oid 25 current snap is 230 2023-10-14T00:09:41.448 INFO:tasks.rados.rados.0.smithi055.stdout:2382: delete oid 8 current snap is 230 2023-10-14T00:09:41.449 INFO:tasks.rados.rados.0.smithi055.stdout:2374: finishing copy_from racing read to smithi055169533-20 2023-10-14T00:09:41.449 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 25 v 364 (ObjNum 581 snap 165 seq_num 581) dirty exists 2023-10-14T00:09:41.449 INFO:tasks.rados.rados.0.smithi055.stdout:2374: finishing copy_from to smithi055169533-20 2023-10-14T00:09:41.449 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 20 v 822 (ObjNum 742 snap 220 seq_num 742) dirty exists 2023-10-14T00:09:41.450 INFO:tasks.rados.rados.0.smithi055.stdout:2374: done (3 left) 2023-10-14T00:09:41.450 INFO:tasks.rados.rados.0.smithi055.stdout:2381: done (2 left) 2023-10-14T00:09:41.450 INFO:tasks.rados.rados.0.smithi055.stdout:2382: done (1 left) 2023-10-14T00:09:41.451 INFO:tasks.rados.rados.0.smithi055.stdout:2383: copy_from oid 10 from oid 22 current snap is 230 2023-10-14T00:09:41.451 INFO:tasks.rados.rados.0.smithi055.stdout:2384: read oid 15 snap 229 2023-10-14T00:09:41.451 INFO:tasks.rados.rados.0.smithi055.stdout:2384: expect deleted 2023-10-14T00:09:41.451 INFO:tasks.rados.rados.0.smithi055.stdout:2385: read oid 23 snap -1 2023-10-14T00:09:41.452 INFO:tasks.rados.rados.0.smithi055.stdout:2385: expect (ObjNum 747 snap 227 seq_num 747) 2023-10-14T00:09:41.452 INFO:tasks.rados.rados.0.smithi055.stdout:2386: snap_create 2023-10-14T00:09:41.465 INFO:tasks.rados.rados.0.smithi055.stdout:2373: expect (ObjNum 547 snap 153 seq_num 547) 2023-10-14T00:09:41.668 INFO:tasks.rados.rados.0.smithi055.stdout:2383: finishing copy_from racing read to smithi055169533-10 2023-10-14T00:09:41.669 INFO:tasks.rados.rados.0.smithi055.stdout:2385: expect (ObjNum 747 snap 227 seq_num 747) 2023-10-14T00:09:41.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:41 smithi055 ceph-mon[183057]: pgmap v487: 121 pgs: 121 active+clean; 233 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 14 MiB/s rd, 240 KiB/s wr, 6 op/s 2023-10-14T00:09:41.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:41 smithi055 ceph-mon[183057]: osdmap e517: 8 total, 8 up, 8 in 2023-10-14T00:09:41.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:41 smithi055 ceph-mon[185614]: pgmap v487: 121 pgs: 121 active+clean; 233 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 14 MiB/s rd, 240 KiB/s wr, 6 op/s 2023-10-14T00:09:41.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:41 smithi055 ceph-mon[185614]: osdmap e517: 8 total, 8 up, 8 in 2023-10-14T00:09:41.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:41 smithi082 ceph-mon[180771]: pgmap v487: 121 pgs: 121 active+clean; 233 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 14 MiB/s rd, 240 KiB/s wr, 6 op/s 2023-10-14T00:09:41.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:41 smithi082 ceph-mon[180771]: osdmap e517: 8 total, 8 up, 8 in 2023-10-14T00:09:41.922 INFO:tasks.rados.rados.0.smithi055.stdout:2383: finishing copy_from to smithi055169533-10 2023-10-14T00:09:41.922 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 10 v 1270 (ObjNum 737 snap 219 seq_num 737) dirty exists 2023-10-14T00:09:42.396 INFO:tasks.rados.rados.0.smithi055.stdout:2373: done (4 left) 2023-10-14T00:09:42.396 INFO:tasks.rados.rados.0.smithi055.stdout:2383: done (3 left) 2023-10-14T00:09:42.396 INFO:tasks.rados.rados.0.smithi055.stdout:2384: done (2 left) 2023-10-14T00:09:42.397 INFO:tasks.rados.rados.0.smithi055.stdout:2385: done (1 left) 2023-10-14T00:09:42.397 INFO:tasks.rados.rados.0.smithi055.stdout:2386: done (0 left) 2023-10-14T00:09:42.397 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 24 current snap is 231 2023-10-14T00:09:42.397 INFO:tasks.rados.rados.0.smithi055.stdout:2387: seq_num 755 ranges {2351104=647168} 2023-10-14T00:09:42.412 INFO:tasks.rados.rados.0.smithi055.stdout:2387: writing smithi055169533-24 from 2351104 to 2998272 tid 1 2023-10-14T00:09:42.413 INFO:tasks.rados.rados.0.smithi055.stdout:2388: delete oid 9 current snap is 231 2023-10-14T00:09:42.418 INFO:tasks.rados.rados.0.smithi055.stdout:2388: done (1 left) 2023-10-14T00:09:42.418 INFO:tasks.rados.rados.0.smithi055.stdout:2389: read oid 27 snap -1 2023-10-14T00:09:42.419 INFO:tasks.rados.rados.0.smithi055.stdout:2389: expect (ObjNum 744 snap 226 seq_num 744) 2023-10-14T00:09:42.419 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 12 current snap is 231 2023-10-14T00:09:42.419 INFO:tasks.rados.rados.0.smithi055.stdout:2390: seq_num 757 ranges {2662400=688128} 2023-10-14T00:09:42.438 INFO:tasks.rados.rados.0.smithi055.stdout:2390: writing smithi055169533-12 from 2662400 to 3350528 tid 1 2023-10-14T00:09:42.438 INFO:tasks.rados.rados.0.smithi055.stdout:2391: rollback oid 30 current snap is 231 2023-10-14T00:09:42.438 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 30 to 230 2023-10-14T00:09:42.438 INFO:tasks.rados.rados.0.smithi055.stdout:2387: finishing write tid 1 to smithi055169533-24 2023-10-14T00:09:42.439 INFO:tasks.rados.rados.0.smithi055.stdout:2387: finishing write tid 2 to smithi055169533-24 2023-10-14T00:09:42.439 INFO:tasks.rados.rados.0.smithi055.stdout:2387: finishing write tid 3 to smithi055169533-24 2023-10-14T00:09:42.439 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 24 v 1091 (ObjNum 755 snap 231 seq_num 755) dirty exists 2023-10-14T00:09:42.439 INFO:tasks.rados.rados.0.smithi055.stdout:2387: left oid 24 (ObjNum 755 snap 231 seq_num 755) 2023-10-14T00:09:42.439 INFO:tasks.rados.rados.0.smithi055.stdout:2389: expect (ObjNum 744 snap 226 seq_num 744) 2023-10-14T00:09:42.557 INFO:tasks.rados.rados.0.smithi055.stdout:2391: finishing rollback tid 0 to smithi055169533-30 2023-10-14T00:09:42.558 INFO:tasks.rados.rados.0.smithi055.stdout:2391: finishing rollback tid 1 to smithi055169533-30 2023-10-14T00:09:42.558 INFO:tasks.rados.rados.0.smithi055.stdout:2387: done (3 left) 2023-10-14T00:09:42.558 INFO:tasks.rados.rados.0.smithi055.stdout:2389: done (2 left) 2023-10-14T00:09:42.558 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 38 current snap is 231 2023-10-14T00:09:42.559 INFO:tasks.rados.rados.0.smithi055.stdout:2391: finishing rollback tid 2 to smithi055169533-30 2023-10-14T00:09:42.559 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 30 v 1094 (ObjNum 607 snap 173 seq_num 607) dirty exists 2023-10-14T00:09:42.559 INFO:tasks.rados.rados.0.smithi055.stdout:2390: finishing write tid 1 to smithi055169533-12 2023-10-14T00:09:42.559 INFO:tasks.rados.rados.0.smithi055.stdout:2390: finishing write tid 2 to smithi055169533-12 2023-10-14T00:09:42.559 INFO:tasks.rados.rados.0.smithi055.stdout:2392: seq_num 758 ranges {2383872=704512} 2023-10-14T00:09:42.575 INFO:tasks.rados.rados.0.smithi055.stdout:2392: writing smithi055169533-38 from 2383872 to 3088384 tid 1 2023-10-14T00:09:42.575 INFO:tasks.rados.rados.0.smithi055.stdout:2391: done (2 left) 2023-10-14T00:09:42.576 INFO:tasks.rados.rados.0.smithi055.stdout:2393: copy_from oid 49 from oid 47 current snap is 231 2023-10-14T00:09:42.576 INFO:tasks.rados.rados.0.smithi055.stdout:2390: finishing write tid 3 to smithi055169533-12 2023-10-14T00:09:42.576 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 12 v 821 (ObjNum 757 snap 231 seq_num 757) dirty exists 2023-10-14T00:09:42.576 INFO:tasks.rados.rados.0.smithi055.stdout:2390: left oid 12 (ObjNum 757 snap 231 seq_num 757) 2023-10-14T00:09:42.576 INFO:tasks.rados.rados.0.smithi055.stdout:2390: done (2 left) 2023-10-14T00:09:42.577 INFO:tasks.rados.rados.0.smithi055.stdout:2394: rollback oid 12 current snap is 231 2023-10-14T00:09:42.577 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 12 to 228 2023-10-14T00:09:42.577 INFO:tasks.rados.rados.0.smithi055.stdout:2395: delete oid 36 current snap is 231 2023-10-14T00:09:42.578 INFO:tasks.rados.rados.0.smithi055.stdout:2394: finishing rollback tid 0 to smithi055169533-12 2023-10-14T00:09:42.579 INFO:tasks.rados.rados.0.smithi055.stdout:2394: finishing rollback tid 1 to smithi055169533-12 2023-10-14T00:09:42.580 INFO:tasks.rados.rados.0.smithi055.stdout:2392: finishing write tid 1 to smithi055169533-38 2023-10-14T00:09:42.580 INFO:tasks.rados.rados.0.smithi055.stdout:2394: finishing rollback tid 2 to smithi055169533-12 2023-10-14T00:09:42.581 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 12 v 824 (ObjNum 697 snap 206 seq_num 697) dirty exists 2023-10-14T00:09:42.581 INFO:tasks.rados.rados.0.smithi055.stdout:2392: finishing write tid 2 to smithi055169533-38 2023-10-14T00:09:42.582 INFO:tasks.rados.rados.0.smithi055.stdout:2394: done (3 left) 2023-10-14T00:09:42.582 INFO:tasks.rados.rados.0.smithi055.stdout:2395: done (2 left) 2023-10-14T00:09:42.582 INFO:tasks.rados.rados.0.smithi055.stdout:2396: read oid 28 snap 226 2023-10-14T00:09:42.582 INFO:tasks.rados.rados.0.smithi055.stdout:2396: expect (ObjNum 672 snap 195 seq_num 672) 2023-10-14T00:09:42.583 INFO:tasks.rados.rados.0.smithi055.stdout:2397: snap_create 2023-10-14T00:09:42.583 INFO:tasks.rados.rados.0.smithi055.stdout:2392: finishing write tid 3 to smithi055169533-38 2023-10-14T00:09:42.583 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 38 v 824 (ObjNum 758 snap 231 seq_num 758) dirty exists 2023-10-14T00:09:42.583 INFO:tasks.rados.rados.0.smithi055.stdout:2392: left oid 38 (ObjNum 758 snap 231 seq_num 758) 2023-10-14T00:09:42.593 INFO:tasks.rados.rados.0.smithi055.stdout:2393: finishing copy_from racing read to smithi055169533-49 2023-10-14T00:09:42.596 INFO:tasks.rados.rados.0.smithi055.stdout:2393: finishing copy_from to smithi055169533-49 2023-10-14T00:09:42.596 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 49 v 505 (ObjNum 568 snap 162 seq_num 568) dirty exists 2023-10-14T00:09:42.599 INFO:tasks.rados.rados.0.smithi055.stdout:2396: expect (ObjNum 672 snap 195 seq_num 672) 2023-10-14T00:09:43.414 INFO:tasks.rados.rados.0.smithi055.stdout:2392: done (3 left) 2023-10-14T00:09:43.414 INFO:tasks.rados.rados.0.smithi055.stdout:2393: done (2 left) 2023-10-14T00:09:43.414 INFO:tasks.rados.rados.0.smithi055.stdout:2396: done (1 left) 2023-10-14T00:09:43.415 INFO:tasks.rados.rados.0.smithi055.stdout:2397: done (0 left) 2023-10-14T00:09:43.415 INFO:tasks.rados.rados.0.smithi055.stdout:2398: read oid 21 snap -1 2023-10-14T00:09:43.415 INFO:tasks.rados.rados.0.smithi055.stdout:2398: expect (ObjNum 723 snap 213 seq_num 723) 2023-10-14T00:09:43.415 INFO:tasks.rados.rados.0.smithi055.stdout:2399: snap_create 2023-10-14T00:09:43.443 INFO:tasks.rados.rados.0.smithi055.stdout:2398: expect (ObjNum 723 snap 213 seq_num 723) 2023-10-14T00:09:43.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:43 smithi055 ceph-mon[185614]: osdmap e518: 8 total, 8 up, 8 in 2023-10-14T00:09:43.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:43 smithi055 ceph-mon[185614]: pgmap v490: 121 pgs: 121 active+clean; 233 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 3.1 MiB/s rd, 240 KiB/s wr, 16 op/s 2023-10-14T00:09:43.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:43 smithi055 ceph-mon[183057]: osdmap e518: 8 total, 8 up, 8 in 2023-10-14T00:09:43.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:43 smithi055 ceph-mon[183057]: pgmap v490: 121 pgs: 121 active+clean; 233 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 3.1 MiB/s rd, 240 KiB/s wr, 16 op/s 2023-10-14T00:09:43.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:43 smithi082 ceph-mon[180771]: osdmap e518: 8 total, 8 up, 8 in 2023-10-14T00:09:43.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:43 smithi082 ceph-mon[180771]: pgmap v490: 121 pgs: 121 active+clean; 233 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 3.1 MiB/s rd, 240 KiB/s wr, 16 op/s 2023-10-14T00:09:44.424 INFO:tasks.rados.rados.0.smithi055.stdout:2398: done (1 left) 2023-10-14T00:09:44.425 INFO:tasks.rados.rados.0.smithi055.stdout:2399: done (0 left) 2023-10-14T00:09:44.425 INFO:tasks.rados.rados.0.smithi055.stdout:2400: rmattr oid 38 current snap is 233 2023-10-14T00:09:44.425 INFO:tasks.rados.rados.0.smithi055.stdout:2400: done (0 left) 2023-10-14T00:09:44.425 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 22 current snap is 233 2023-10-14T00:09:44.425 INFO:tasks.rados.rados.0.smithi055.stdout:2401: seq_num 760 ranges {3981312=737280} 2023-10-14T00:09:44.451 INFO:tasks.rados.rados.0.smithi055.stdout:2401: writing smithi055169533-22 from 3981312 to 4718592 tid 1 2023-10-14T00:09:44.451 INFO:tasks.rados.rados.0.smithi055.stdout:2402: snap_create 2023-10-14T00:09:44.460 INFO:tasks.rados.rados.0.smithi055.stdout:2401: finishing write tid 1 to smithi055169533-22 2023-10-14T00:09:44.460 INFO:tasks.rados.rados.0.smithi055.stdout:2401: finishing write tid 2 to smithi055169533-22 2023-10-14T00:09:44.461 INFO:tasks.rados.rados.0.smithi055.stdout:2401: finishing write tid 3 to smithi055169533-22 2023-10-14T00:09:44.462 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 22 v 1311 (ObjNum 760 snap 233 seq_num 760) dirty exists 2023-10-14T00:09:44.462 INFO:tasks.rados.rados.0.smithi055.stdout:2401: left oid 22 (ObjNum 760 snap 233 seq_num 760) 2023-10-14T00:09:44.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:44 smithi055 ceph-mon[185614]: osdmap e519: 8 total, 8 up, 8 in 2023-10-14T00:09:44.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:44 smithi055 ceph-mon[183057]: osdmap e519: 8 total, 8 up, 8 in 2023-10-14T00:09:44.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:44 smithi082 ceph-mon[180771]: osdmap e519: 8 total, 8 up, 8 in 2023-10-14T00:09:45.434 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:09:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:09:45] "GET /metrics HTTP/1.1" 200 36157 "" "Prometheus/2.43.0" 2023-10-14T00:09:45.438 INFO:tasks.rados.rados.0.smithi055.stdout:2401: done (1 left) 2023-10-14T00:09:45.438 INFO:tasks.rados.rados.0.smithi055.stdout:2402: done (0 left) 2023-10-14T00:09:45.439 INFO:tasks.rados.rados.0.smithi055.stdout:2403: read oid 13 snap 192 2023-10-14T00:09:45.439 INFO:tasks.rados.rados.0.smithi055.stdout:2403: expect deleted 2023-10-14T00:09:45.439 INFO:tasks.rados.rados.0.smithi055.stdout:2404: read oid 44 snap 224 2023-10-14T00:09:45.439 INFO:tasks.rados.rados.0.smithi055.stdout:2404: expect deleted 2023-10-14T00:09:45.439 INFO:tasks.rados.rados.0.smithi055.stdout:2405: rmattr oid 35 current snap is 234 2023-10-14T00:09:45.440 INFO:tasks.rados.rados.0.smithi055.stdout:2405: done (2 left) 2023-10-14T00:09:45.440 INFO:tasks.rados.rados.0.smithi055.stdout:2406: read oid 31 snap -1 2023-10-14T00:09:45.440 INFO:tasks.rados.rados.0.smithi055.stdout:2406: expect (ObjNum 733 snap 218 seq_num 733) 2023-10-14T00:09:45.440 INFO:tasks.rados.rados.0.smithi055.stdout:2407: read oid 42 snap -1 2023-10-14T00:09:45.440 INFO:tasks.rados.rados.0.smithi055.stdout:2407: expect (ObjNum 659 snap 186 seq_num 659) 2023-10-14T00:09:45.441 INFO:tasks.rados.rados.0.smithi055.stdout:2408: read oid 47 snap -1 2023-10-14T00:09:45.441 INFO:tasks.rados.rados.0.smithi055.stdout:2408: expect (ObjNum 568 snap 162 seq_num 568) 2023-10-14T00:09:45.441 INFO:tasks.rados.rados.0.smithi055.stdout:2409: snap_remove snap 228 2023-10-14T00:09:45.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:45 smithi055 ceph-mon[185614]: osdmap e520: 8 total, 8 up, 8 in 2023-10-14T00:09:45.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:45 smithi055 ceph-mon[185614]: pgmap v493: 121 pgs: 121 active+clean; 243 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 14 MiB/s rd, 2.4 MiB/s wr, 45 op/s 2023-10-14T00:09:45.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:45 smithi055 ceph-mon[183057]: osdmap e520: 8 total, 8 up, 8 in 2023-10-14T00:09:45.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:45 smithi055 ceph-mon[183057]: pgmap v493: 121 pgs: 121 active+clean; 243 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 14 MiB/s rd, 2.4 MiB/s wr, 45 op/s 2023-10-14T00:09:45.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:45 smithi082 ceph-mon[180771]: osdmap e520: 8 total, 8 up, 8 in 2023-10-14T00:09:45.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:45 smithi082 ceph-mon[180771]: pgmap v493: 121 pgs: 121 active+clean; 243 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 14 MiB/s rd, 2.4 MiB/s wr, 45 op/s 2023-10-14T00:09:46.451 INFO:tasks.rados.rados.0.smithi055.stdout:2409: done (5 left) 2023-10-14T00:09:46.452 INFO:tasks.rados.rados.0.smithi055.stdout:2410: delete oid 22 current snap is 234 2023-10-14T00:09:46.455 INFO:tasks.rados.rados.0.smithi055.stdout:2408: expect (ObjNum 568 snap 162 seq_num 568) 2023-10-14T00:09:46.607 INFO:tasks.rados.rados.0.smithi055.stdout:2407: expect (ObjNum 659 snap 186 seq_num 659) 2023-10-14T00:09:46.697 INFO:tasks.rados.rados.0.smithi055.stdout:2406: expect (ObjNum 733 snap 218 seq_num 733) 2023-10-14T00:09:46.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:46 smithi055 ceph-mon[183057]: osdmap e521: 8 total, 8 up, 8 in 2023-10-14T00:09:46.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:46 smithi055 ceph-mon[185614]: osdmap e521: 8 total, 8 up, 8 in 2023-10-14T00:09:46.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:46 smithi082 ceph-mon[180771]: osdmap e521: 8 total, 8 up, 8 in 2023-10-14T00:09:46.987 INFO:tasks.rados.rados.0.smithi055.stdout:2403: done (5 left) 2023-10-14T00:09:46.988 INFO:tasks.rados.rados.0.smithi055.stdout:2404: done (4 left) 2023-10-14T00:09:46.988 INFO:tasks.rados.rados.0.smithi055.stdout:2406: done (3 left) 2023-10-14T00:09:46.988 INFO:tasks.rados.rados.0.smithi055.stdout:2407: done (2 left) 2023-10-14T00:09:46.988 INFO:tasks.rados.rados.0.smithi055.stdout:2408: done (1 left) 2023-10-14T00:09:46.989 INFO:tasks.rados.rados.0.smithi055.stdout:2410: done (0 left) 2023-10-14T00:09:46.989 INFO:tasks.rados.rados.0.smithi055.stdout:2411: snap_create 2023-10-14T00:09:47.463 INFO:tasks.rados.rados.0.smithi055.stdout:2411: done (0 left) 2023-10-14T00:09:47.464 INFO:tasks.rados.rados.0.smithi055.stdout:2412: delete oid 28 current snap is 235 2023-10-14T00:09:47.469 INFO:tasks.rados.rados.0.smithi055.stdout:2412: done (0 left) 2023-10-14T00:09:47.469 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 39 current snap is 235 2023-10-14T00:09:47.470 INFO:tasks.rados.rados.0.smithi055.stdout:2413: seq_num 763 ranges {0=786432} 2023-10-14T00:09:47.473 INFO:tasks.rados.rados.0.smithi055.stdout:2413: writing smithi055169533-39 from 0 to 786432 tid 1 2023-10-14T00:09:47.474 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 13 current snap is 235 2023-10-14T00:09:47.474 INFO:tasks.rados.rados.0.smithi055.stdout:2414: seq_num 764 ranges {4988928=802816} 2023-10-14T00:09:47.506 INFO:tasks.rados.rados.0.smithi055.stdout:2414: writing smithi055169533-13 from 4988928 to 5791744 tid 1 2023-10-14T00:09:47.506 INFO:tasks.rados.rados.0.smithi055.stdout:2415: snap_remove snap 201 2023-10-14T00:09:47.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:47 smithi055 ceph-mon[185614]: osdmap e522: 8 total, 8 up, 8 in 2023-10-14T00:09:47.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:47 smithi055 ceph-mon[185614]: pgmap v496: 121 pgs: 121 active+clean; 247 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 3.0 MiB/s wr, 40 op/s 2023-10-14T00:09:47.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:47 smithi055 ceph-mon[183057]: osdmap e522: 8 total, 8 up, 8 in 2023-10-14T00:09:47.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:47 smithi055 ceph-mon[183057]: pgmap v496: 121 pgs: 121 active+clean; 247 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 3.0 MiB/s wr, 40 op/s 2023-10-14T00:09:47.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:47 smithi082 ceph-mon[180771]: osdmap e522: 8 total, 8 up, 8 in 2023-10-14T00:09:47.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:47 smithi082 ceph-mon[180771]: pgmap v496: 121 pgs: 121 active+clean; 247 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 3.0 MiB/s wr, 40 op/s 2023-10-14T00:09:48.485 INFO:tasks.rados.rados.0.smithi055.stdout:2415: done (2 left) 2023-10-14T00:09:48.486 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 28 current snap is 235 2023-10-14T00:09:48.486 INFO:tasks.rados.rados.0.smithi055.stdout:2413: finishing write tid 1 to smithi055169533-39 2023-10-14T00:09:48.486 INFO:tasks.rados.rados.0.smithi055.stdout:2413: finishing write tid 2 to smithi055169533-39 2023-10-14T00:09:48.486 INFO:tasks.rados.rados.0.smithi055.stdout:2413: finishing write tid 3 to smithi055169533-39 2023-10-14T00:09:48.487 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 39 v 1322 (ObjNum 763 snap 235 seq_num 763) dirty exists 2023-10-14T00:09:48.487 INFO:tasks.rados.rados.0.smithi055.stdout:2413: left oid 39 (ObjNum 763 snap 235 seq_num 763) 2023-10-14T00:09:48.487 INFO:tasks.rados.rados.0.smithi055.stdout:2414: finishing write tid 1 to smithi055169533-13 2023-10-14T00:09:48.487 INFO:tasks.rados.rados.0.smithi055.stdout:2414: finishing write tid 2 to smithi055169533-13 2023-10-14T00:09:48.487 INFO:tasks.rados.rados.0.smithi055.stdout:2414: finishing write tid 3 to smithi055169533-13 2023-10-14T00:09:48.488 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 13 v 1022 (ObjNum 764 snap 235 seq_num 764) dirty exists 2023-10-14T00:09:48.488 INFO:tasks.rados.rados.0.smithi055.stdout:2414: left oid 13 (ObjNum 764 snap 235 seq_num 764) 2023-10-14T00:09:48.488 INFO:tasks.rados.rados.0.smithi055.stdout:2416: seq_num 765 ranges {0=417792,417792=401408} 2023-10-14T00:09:48.488 INFO:tasks.rados.rados.0.smithi055.stdout:2416: writing smithi055169533-28 from 0 to 417792 tid 1 2023-10-14T00:09:48.491 INFO:tasks.rados.rados.0.smithi055.stdout:2416: writing smithi055169533-28 from 417792 to 819200 tid 2 2023-10-14T00:09:48.491 INFO:tasks.rados.rados.0.smithi055.stdout:2413: done (2 left) 2023-10-14T00:09:48.492 INFO:tasks.rados.rados.0.smithi055.stdout:2414: done (1 left) 2023-10-14T00:09:48.492 INFO:tasks.rados.rados.0.smithi055.stdout:2417: read oid 36 snap 192 2023-10-14T00:09:48.492 INFO:tasks.rados.rados.0.smithi055.stdout:2417: expect (ObjNum 649 snap 184 seq_num 649) 2023-10-14T00:09:48.492 INFO:tasks.rados.rados.0.smithi055.stdout:2418: copy_from oid 33 from oid 39 current snap is 235 2023-10-14T00:09:48.492 INFO:tasks.rados.rados.0.smithi055.stdout:2419: delete oid 29 current snap is 235 2023-10-14T00:09:48.498 INFO:tasks.rados.rados.0.smithi055.stdout:2416: finishing write tid 1 to smithi055169533-28 2023-10-14T00:09:48.498 INFO:tasks.rados.rados.0.smithi055.stdout:2416: finishing write tid 2 to smithi055169533-28 2023-10-14T00:09:48.503 INFO:tasks.rados.rados.0.smithi055.stdout:2416: finishing write tid 3 to smithi055169533-28 2023-10-14T00:09:48.506 INFO:tasks.rados.rados.0.smithi055.stdout:2419: done (3 left) 2023-10-14T00:09:48.506 INFO:tasks.rados.rados.0.smithi055.stdout:2420: read oid 6 snap -1 2023-10-14T00:09:48.506 INFO:tasks.rados.rados.0.smithi055.stdout:2420: expect (ObjNum 741 snap 220 seq_num 741) 2023-10-14T00:09:48.506 INFO:tasks.rados.rados.0.smithi055.stdout:2421: snap_remove snap 221 2023-10-14T00:09:48.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:48 smithi055 ceph-mon[185614]: osdmap e523: 8 total, 8 up, 8 in 2023-10-14T00:09:48.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:48 smithi055 ceph-mon[183057]: osdmap e523: 8 total, 8 up, 8 in 2023-10-14T00:09:48.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:48 smithi082 ceph-mon[180771]: osdmap e523: 8 total, 8 up, 8 in 2023-10-14T00:09:49.497 INFO:tasks.rados.rados.0.smithi055.stdout:2421: done (4 left) 2023-10-14T00:09:49.497 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 22 current snap is 235 2023-10-14T00:09:49.498 INFO:tasks.rados.rados.0.smithi055.stdout:2422: seq_num 767 ranges {0=450560,450560=401408} 2023-10-14T00:09:49.499 INFO:tasks.rados.rados.0.smithi055.stdout:2422: writing smithi055169533-22 from 0 to 450560 tid 1 2023-10-14T00:09:49.502 INFO:tasks.rados.rados.0.smithi055.stdout:2422: writing smithi055169533-22 from 450560 to 851968 tid 2 2023-10-14T00:09:49.503 INFO:tasks.rados.rados.0.smithi055.stdout:2423: rmattr oid 5 current snap is 235 2023-10-14T00:09:49.503 INFO:tasks.rados.rados.0.smithi055.stdout:2424: read oid 8 snap 212 2023-10-14T00:09:49.503 INFO:tasks.rados.rados.0.smithi055.stdout:2424: expect deleted 2023-10-14T00:09:49.503 INFO:tasks.rados.rados.0.smithi055.stdout:2425: read oid 18 snap 220 2023-10-14T00:09:49.503 INFO:tasks.rados.rados.0.smithi055.stdout:2425: expect (ObjNum 677 snap 197 seq_num 677) 2023-10-14T00:09:49.504 INFO:tasks.rados.rados.0.smithi055.stdout:2426: delete oid 29 current snap is 235 2023-10-14T00:09:49.504 INFO:tasks.rados.rados.0.smithi055.stdout:2418: finishing copy_from racing read to smithi055169533-33 2023-10-14T00:09:49.504 INFO:tasks.rados.rados.0.smithi055.stdout:2416: finishing write tid 4 to smithi055169533-28 2023-10-14T00:09:49.504 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 28 v 1165 (ObjNum 765 snap 235 seq_num 765) dirty exists 2023-10-14T00:09:49.504 INFO:tasks.rados.rados.0.smithi055.stdout:2416: left oid 28 (ObjNum 765 snap 235 seq_num 765) 2023-10-14T00:09:49.505 INFO:tasks.rados.rados.0.smithi055.stdout:2417: expect (ObjNum 649 snap 184 seq_num 649) 2023-10-14T00:09:49.660 INFO:tasks.rados.rados.0.smithi055.stdout:2418: finishing copy_from to smithi055169533-33 2023-10-14T00:09:49.660 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 33 v 1322 (ObjNum 763 snap 235 seq_num 763) dirty exists 2023-10-14T00:09:49.660 INFO:tasks.rados.rados.0.smithi055.stdout:2420: expect (ObjNum 741 snap 220 seq_num 741) 2023-10-14T00:09:49.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:49 smithi055 ceph-mon[185614]: osdmap e524: 8 total, 8 up, 8 in 2023-10-14T00:09:49.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:49 smithi055 ceph-mon[185614]: pgmap v499: 121 pgs: 121 active+clean; 249 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 9.4 MiB/s rd, 1.1 MiB/s wr, 12 op/s 2023-10-14T00:09:49.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:49 smithi055 ceph-mon[183057]: osdmap e524: 8 total, 8 up, 8 in 2023-10-14T00:09:49.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:49 smithi055 ceph-mon[183057]: pgmap v499: 121 pgs: 121 active+clean; 249 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 9.4 MiB/s rd, 1.1 MiB/s wr, 12 op/s 2023-10-14T00:09:49.811 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 5 v 1026 (ObjNum 728 snap 215 seq_num 728) dirty exists 2023-10-14T00:09:49.811 INFO:tasks.rados.rados.0.smithi055.stdout:2422: finishing write tid 1 to smithi055169533-22 2023-10-14T00:09:49.811 INFO:tasks.rados.rados.0.smithi055.stdout:2422: finishing write tid 2 to smithi055169533-22 2023-10-14T00:09:49.811 INFO:tasks.rados.rados.0.smithi055.stdout:2422: finishing write tid 3 to smithi055169533-22 2023-10-14T00:09:49.812 INFO:tasks.rados.rados.0.smithi055.stdout:2425: expect (ObjNum 677 snap 197 seq_num 677) 2023-10-14T00:09:49.858 INFO:tasks.rados.rados.0.smithi055.stdout:2422: finishing write tid 4 to smithi055169533-22 2023-10-14T00:09:49.858 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 22 v 1335 (ObjNum 767 snap 235 seq_num 767) dirty exists 2023-10-14T00:09:49.858 INFO:tasks.rados.rados.0.smithi055.stdout:2422: left oid 22 (ObjNum 767 snap 235 seq_num 767) 2023-10-14T00:09:49.859 INFO:tasks.rados.rados.0.smithi055.stdout:2416: done (8 left) 2023-10-14T00:09:49.859 INFO:tasks.rados.rados.0.smithi055.stdout:2417: done (7 left) 2023-10-14T00:09:49.859 INFO:tasks.rados.rados.0.smithi055.stdout:2418: done (6 left) 2023-10-14T00:09:49.859 INFO:tasks.rados.rados.0.smithi055.stdout:2420: done (5 left) 2023-10-14T00:09:49.859 INFO:tasks.rados.rados.0.smithi055.stdout:2422: done (4 left) 2023-10-14T00:09:49.860 INFO:tasks.rados.rados.0.smithi055.stdout:2423: done (3 left) 2023-10-14T00:09:49.860 INFO:tasks.rados.rados.0.smithi055.stdout:2424: done (2 left) 2023-10-14T00:09:49.860 INFO:tasks.rados.rados.0.smithi055.stdout:2425: done (1 left) 2023-10-14T00:09:49.860 INFO:tasks.rados.rados.0.smithi055.stdout:2426: done (0 left) 2023-10-14T00:09:49.860 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 24 current snap is 235 2023-10-14T00:09:49.861 INFO:tasks.rados.rados.0.smithi055.stdout:2427: seq_num 769 ranges {2998272=483328,3481600=401408} 2023-10-14T00:09:49.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:49 smithi082 ceph-mon[180771]: osdmap e524: 8 total, 8 up, 8 in 2023-10-14T00:09:49.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:49 smithi082 ceph-mon[180771]: pgmap v499: 121 pgs: 121 active+clean; 249 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 9.4 MiB/s rd, 1.1 MiB/s wr, 12 op/s 2023-10-14T00:09:49.876 INFO:tasks.rados.rados.0.smithi055.stdout:2427: writing smithi055169533-24 from 2998272 to 3481600 tid 1 2023-10-14T00:09:49.879 INFO:tasks.rados.rados.0.smithi055.stdout:2427: writing smithi055169533-24 from 3481600 to 3883008 tid 2 2023-10-14T00:09:49.879 INFO:tasks.rados.rados.0.smithi055.stdout:2428: delete oid 29 current snap is 235 2023-10-14T00:09:49.881 INFO:tasks.rados.rados.0.smithi055.stdout:2428: done (1 left) 2023-10-14T00:09:49.881 INFO:tasks.rados.rados.0.smithi055.stdout:2429: snap_create 2023-10-14T00:09:49.882 INFO:tasks.rados.rados.0.smithi055.stdout:2427: finishing write tid 1 to smithi055169533-24 2023-10-14T00:09:49.882 INFO:tasks.rados.rados.0.smithi055.stdout:2427: finishing write tid 2 to smithi055169533-24 2023-10-14T00:09:49.883 INFO:tasks.rados.rados.0.smithi055.stdout:2427: finishing write tid 3 to smithi055169533-24 2023-10-14T00:09:49.883 INFO:tasks.rados.rados.0.smithi055.stdout:2427: finishing write tid 4 to smithi055169533-24 2023-10-14T00:09:49.884 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 24 v 1097 (ObjNum 769 snap 235 seq_num 769) dirty exists 2023-10-14T00:09:49.884 INFO:tasks.rados.rados.0.smithi055.stdout:2427: left oid 24 (ObjNum 769 snap 235 seq_num 769) 2023-10-14T00:09:50.497 INFO:tasks.rados.rados.0.smithi055.stdout:2427: done (1 left) 2023-10-14T00:09:50.497 INFO:tasks.rados.rados.0.smithi055.stdout:2429: done (0 left) 2023-10-14T00:09:50.497 INFO:tasks.rados.rados.0.smithi055.stdout:2430: snap_remove snap 234 2023-10-14T00:09:50.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:50 smithi055 ceph-mon[185614]: osdmap e525: 8 total, 8 up, 8 in 2023-10-14T00:09:50.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:50 smithi055 ceph-mon[183057]: osdmap e525: 8 total, 8 up, 8 in 2023-10-14T00:09:50.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:50 smithi082 ceph-mon[180771]: osdmap e525: 8 total, 8 up, 8 in 2023-10-14T00:09:51.503 INFO:tasks.rados.rados.0.smithi055.stdout:2430: done (0 left) 2023-10-14T00:09:51.503 INFO:tasks.rados.rados.0.smithi055.stdout:2431: copy_from oid 33 from oid 14 current snap is 236 2023-10-14T00:09:51.503 INFO:tasks.rados.rados.0.smithi055.stdout:2432: rmattr oid 20 current snap is 236 2023-10-14T00:09:51.503 INFO:tasks.rados.rados.0.smithi055.stdout:2432: done (1 left) 2023-10-14T00:09:51.504 INFO:tasks.rados.rados.0.smithi055.stdout:2433: snap_remove snap 222 2023-10-14T00:09:51.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:51 smithi055 ceph-mon[185614]: osdmap e526: 8 total, 8 up, 8 in 2023-10-14T00:09:51.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:51 smithi055 ceph-mon[185614]: pgmap v502: 121 pgs: 121 active+clean; 241 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 9.6 MiB/s rd, 1.1 MiB/s wr, 9 op/s 2023-10-14T00:09:51.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:51 smithi055 ceph-mon[185614]: osdmap e527: 8 total, 8 up, 8 in 2023-10-14T00:09:51.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:51 smithi055 ceph-mon[183057]: osdmap e526: 8 total, 8 up, 8 in 2023-10-14T00:09:51.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:51 smithi055 ceph-mon[183057]: pgmap v502: 121 pgs: 121 active+clean; 241 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 9.6 MiB/s rd, 1.1 MiB/s wr, 9 op/s 2023-10-14T00:09:51.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:51 smithi055 ceph-mon[183057]: osdmap e527: 8 total, 8 up, 8 in 2023-10-14T00:09:51.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:51 smithi082 ceph-mon[180771]: osdmap e526: 8 total, 8 up, 8 in 2023-10-14T00:09:51.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:51 smithi082 ceph-mon[180771]: pgmap v502: 121 pgs: 121 active+clean; 241 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 9.6 MiB/s rd, 1.1 MiB/s wr, 9 op/s 2023-10-14T00:09:51.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:51 smithi082 ceph-mon[180771]: osdmap e527: 8 total, 8 up, 8 in 2023-10-14T00:09:52.508 INFO:tasks.rados.rados.0.smithi055.stdout:2433: done (1 left) 2023-10-14T00:09:52.508 INFO:tasks.rados.rados.0.smithi055.stdout:2434: snap_create 2023-10-14T00:09:52.508 INFO:tasks.rados.rados.0.smithi055.stdout:2431: finishing copy_from to smithi055169533-33 2023-10-14T00:09:52.509 INFO:tasks.rados.rados.0.smithi055.stdout:2431: got expected ENOENT (src dne) 2023-10-14T00:09:52.509 INFO:tasks.rados.rados.0.smithi055.stdout:2431: finishing copy_from racing read to smithi055169533-33 2023-10-14T00:09:53.152 DEBUG:teuthology.orchestra.run.smithi055:> 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 db84ebe0-6a23-11ee-8db6-212e2dc638e7 -e sha1=3b7b697cbf6ffcf4008fdd8ebe8798db50497941 -- bash -c 'ceph orch ps' 2023-10-14T00:09:53.499 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-14T00:09:53.527 INFO:tasks.rados.rados.0.smithi055.stdout:2431: done (1 left) 2023-10-14T00:09:53.528 INFO:tasks.rados.rados.0.smithi055.stdout:2434: done (0 left) 2023-10-14T00:09:53.528 INFO:tasks.rados.rados.0.smithi055.stdout:2435: read oid 47 snap -1 2023-10-14T00:09:53.528 INFO:tasks.rados.rados.0.smithi055.stdout:2435: expect (ObjNum 568 snap 162 seq_num 568) 2023-10-14T00:09:53.529 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 12 current snap is 237 2023-10-14T00:09:53.529 INFO:tasks.rados.rados.0.smithi055.stdout:2436: seq_num 771 ranges {2080768=516096,2596864=401408} 2023-10-14T00:09:53.543 INFO:tasks.rados.rados.0.smithi055.stdout:2436: writing smithi055169533-12 from 2080768 to 2596864 tid 1 2023-10-14T00:09:53.544 INFO:tasks.rados.rados.0.smithi055.stdout:2436: writing smithi055169533-12 from 2596864 to 2998272 tid 2 2023-10-14T00:09:53.545 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 8 current snap is 237 2023-10-14T00:09:53.545 INFO:tasks.rados.rados.0.smithi055.stdout:2437: seq_num 772 ranges {0=532480,532480=401408} 2023-10-14T00:09:53.550 INFO:tasks.rados.rados.0.smithi055.stdout:2437: writing smithi055169533-8 from 0 to 532480 tid 1 2023-10-14T00:09:53.553 INFO:tasks.rados.rados.0.smithi055.stdout:2437: writing smithi055169533-8 from 532480 to 933888 tid 2 2023-10-14T00:09:53.554 INFO:tasks.rados.rados.0.smithi055.stdout:2438: delete oid 31 current snap is 237 2023-10-14T00:09:53.554 INFO:tasks.rados.rados.0.smithi055.stdout:2435: expect (ObjNum 568 snap 162 seq_num 568) 2023-10-14T00:09:53.703 INFO:tasks.rados.rados.0.smithi055.stdout:2436: finishing write tid 1 to smithi055169533-12 2023-10-14T00:09:53.704 INFO:tasks.rados.rados.0.smithi055.stdout:2436: finishing write tid 2 to smithi055169533-12 2023-10-14T00:09:53.704 INFO:tasks.rados.rados.0.smithi055.stdout:2435: done (3 left) 2023-10-14T00:09:53.704 INFO:tasks.rados.rados.0.smithi055.stdout:2438: done (2 left) 2023-10-14T00:09:53.704 INFO:tasks.rados.rados.0.smithi055.stdout:2439: delete oid 10 current snap is 237 2023-10-14T00:09:53.705 INFO:tasks.rados.rados.0.smithi055.stdout:2436: finishing write tid 3 to smithi055169533-12 2023-10-14T00:09:53.705 INFO:tasks.rados.rados.0.smithi055.stdout:2436: finishing write tid 4 to smithi055169533-12 2023-10-14T00:09:53.705 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 12 v 827 (ObjNum 771 snap 237 seq_num 771) dirty exists 2023-10-14T00:09:53.705 INFO:tasks.rados.rados.0.smithi055.stdout:2436: left oid 12 (ObjNum 771 snap 237 seq_num 771) 2023-10-14T00:09:53.705 INFO:tasks.rados.rados.0.smithi055.stdout:2437: finishing write tid 1 to smithi055169533-8 2023-10-14T00:09:53.705 INFO:tasks.rados.rados.0.smithi055.stdout:2437: finishing write tid 2 to smithi055169533-8 2023-10-14T00:09:53.706 INFO:tasks.rados.rados.0.smithi055.stdout:2437: finishing write tid 3 to smithi055169533-8 2023-10-14T00:09:53.706 INFO:tasks.rados.rados.0.smithi055.stdout:2437: finishing write tid 4 to smithi055169533-8 2023-10-14T00:09:53.706 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 8 v 1325 (ObjNum 772 snap 237 seq_num 772) dirty exists 2023-10-14T00:09:53.706 INFO:tasks.rados.rados.0.smithi055.stdout:2437: left oid 8 (ObjNum 772 snap 237 seq_num 772) 2023-10-14T00:09:53.707 INFO:tasks.rados.rados.0.smithi055.stdout:2436: done (2 left) 2023-10-14T00:09:53.708 INFO:tasks.rados.rados.0.smithi055.stdout:2437: done (1 left) 2023-10-14T00:09:53.708 INFO:tasks.rados.rados.0.smithi055.stdout:2439: done (0 left) 2023-10-14T00:09:53.708 INFO:tasks.rados.rados.0.smithi055.stdout:2440: read oid 13 snap -1 2023-10-14T00:09:53.708 INFO:tasks.rados.rados.0.smithi055.stdout:2440: expect (ObjNum 764 snap 235 seq_num 764) 2023-10-14T00:09:53.709 INFO:tasks.rados.rados.0.smithi055.stdout:2441: read oid 25 snap -1 2023-10-14T00:09:53.709 INFO:tasks.rados.rados.0.smithi055.stdout:2441: expect (ObjNum 581 snap 165 seq_num 581) 2023-10-14T00:09:53.709 INFO:tasks.rados.rados.0.smithi055.stdout:2442: snap_create 2023-10-14T00:09:53.713 INFO:tasks.rados.rados.0.smithi055.stdout:2441: expect (ObjNum 581 snap 165 seq_num 581) 2023-10-14T00:09:53.789 INFO:tasks.rados.rados.0.smithi055.stdout:2440: expect (ObjNum 764 snap 235 seq_num 764) 2023-10-14T00:09:53.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:53 smithi082 ceph-mon[180771]: osdmap e528: 8 total, 8 up, 8 in 2023-10-14T00:09:53.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:53 smithi082 ceph-mon[180771]: from='client.44336 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:09:53.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:53 smithi082 ceph-mon[180771]: pgmap v505: 121 pgs: 121 active+clean; 241 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 7.3 MiB/s rd, 588 KiB/s wr, 8 op/s 2023-10-14T00:09:53.940 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:53 smithi055 ceph-mon[185614]: osdmap e528: 8 total, 8 up, 8 in 2023-10-14T00:09:53.941 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:53 smithi055 ceph-mon[185614]: from='client.44336 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:09:53.941 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:53 smithi055 ceph-mon[185614]: pgmap v505: 121 pgs: 121 active+clean; 241 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 7.3 MiB/s rd, 588 KiB/s wr, 8 op/s 2023-10-14T00:09:53.941 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:53 smithi055 ceph-mon[183057]: osdmap e528: 8 total, 8 up, 8 in 2023-10-14T00:09:53.941 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:53 smithi055 ceph-mon[183057]: from='client.44336 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:09:53.942 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:53 smithi055 ceph-mon[183057]: pgmap v505: 121 pgs: 121 active+clean; 241 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 7.3 MiB/s rd, 588 KiB/s wr, 8 op/s 2023-10-14T00:09:54.539 INFO:tasks.rados.rados.0.smithi055.stdout:2440: done (2 left) 2023-10-14T00:09:54.540 INFO:tasks.rados.rados.0.smithi055.stdout:2441: done (1 left) 2023-10-14T00:09:54.540 INFO:tasks.rados.rados.0.smithi055.stdout:2442: done (0 left) 2023-10-14T00:09:54.540 INFO:tasks.rados.rados.0.smithi055.stdout:2443: delete oid 46 current snap is 238 2023-10-14T00:09:54.548 INFO:tasks.rados.rados.0.smithi055.stdout:2443: done (0 left) 2023-10-14T00:09:54.548 INFO:tasks.rados.rados.0.smithi055.stdout:2444: delete oid 40 current snap is 238 2023-10-14T00:09:54.552 INFO:tasks.rados.rados.0.smithi055.stdout:2444: done (0 left) 2023-10-14T00:09:54.552 INFO:tasks.rados.rados.0.smithi055.stdout:2445: snap_create 2023-10-14T00:09:54.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:54 smithi055 ceph-mon[185614]: osdmap e529: 8 total, 8 up, 8 in 2023-10-14T00:09:54.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:09:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:54 smithi055 ceph-mon[183057]: osdmap e529: 8 total, 8 up, 8 in 2023-10-14T00:09:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:09:54.777 INFO:teuthology.orchestra.run.smithi055.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-14T00:09:54.777 INFO:teuthology.orchestra.run.smithi055.stdout:alertmanager.a smithi055 *:9093,9094 running (37s) 35s ago 9m 17.6M - 0.25.0 c8568f914cd2 a487500012a9 2023-10-14T00:09:54.777 INFO:teuthology.orchestra.run.smithi055.stdout:grafana.a smithi082 *:3000 running (28s) 26s ago 9m 44.8M - 9.4.7 2c41d148cca3 588cccca5b7f 2023-10-14T00:09:54.777 INFO:teuthology.orchestra.run.smithi055.stdout:mds.a smithi055 running (82s) 35s ago 10m 16.7M - 18.0.0-6751-g3b7b697c 0b2b3aa58da0 e6e9b1bce44d 2023-10-14T00:09:54.778 INFO:teuthology.orchestra.run.smithi055.stdout:mds.b smithi082 running (68s) 26s ago 10m 13.5M - 18.0.0-6751-g3b7b697c 0b2b3aa58da0 e18c70823998 2023-10-14T00:09:54.778 INFO:teuthology.orchestra.run.smithi055.stdout:mgr.x smithi082 *:8443,9283,8765 running (6m) 26s ago 12m 450M - 18.0.0-6751-g3b7b697c 0b2b3aa58da0 a79a494adccf 2023-10-14T00:09:54.778 INFO:teuthology.orchestra.run.smithi055.stdout:mgr.y smithi055 *:8443,9283,8765 running (6m) 35s ago 14m 523M - 18.0.0-6751-g3b7b697c 0b2b3aa58da0 b7faf0747550 2023-10-14T00:09:54.778 INFO:teuthology.orchestra.run.smithi055.stdout:mon.a smithi055 running (5m) 35s ago 14m 117M 2048M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 354be3129c3e 2023-10-14T00:09:54.779 INFO:teuthology.orchestra.run.smithi055.stdout:mon.b smithi082 running (5m) 26s ago 13m 77.9M 2048M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 5214e5618df6 2023-10-14T00:09:54.779 INFO:teuthology.orchestra.run.smithi055.stdout:mon.c smithi055 running (5m) 35s ago 13m 79.7M 2048M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 bec446d3c9a5 2023-10-14T00:09:54.779 INFO:teuthology.orchestra.run.smithi055.stdout:node-exporter.a smithi055 *:9100 running (60s) 35s ago 9m 9294k - 1.5.0 0da6a335fe13 e89b3070515f 2023-10-14T00:09:54.779 INFO:teuthology.orchestra.run.smithi055.stdout:node-exporter.b smithi082 *:9100 running (57s) 26s ago 9m 9244k - 1.5.0 0da6a335fe13 8ccba243b355 2023-10-14T00:09:54.779 INFO:teuthology.orchestra.run.smithi055.stdout:osd.0 smithi055 running (4m) 35s ago 12m 442M 2487M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 b8c02bf61b69 2023-10-14T00:09:54.780 INFO:teuthology.orchestra.run.smithi055.stdout:osd.1 smithi055 running (4m) 35s ago 12m 374M 2487M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 91471615c1e6 2023-10-14T00:09:54.780 INFO:teuthology.orchestra.run.smithi055.stdout:osd.2 smithi055 running (3m) 35s ago 12m 453M 2487M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 01785e79dbd3 2023-10-14T00:09:54.780 INFO:teuthology.orchestra.run.smithi055.stdout:osd.3 smithi055 running (3m) 35s ago 11m 208M 2487M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 9b329f63ee57 2023-10-14T00:09:54.780 INFO:teuthology.orchestra.run.smithi055.stdout:osd.4 smithi082 running (2m) 26s ago 11m 261M 2486M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 03fa92aec155 2023-10-14T00:09:54.780 INFO:teuthology.orchestra.run.smithi055.stdout:osd.5 smithi082 running (2m) 26s ago 11m 325M 2486M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 e5c1d4845dd0 2023-10-14T00:09:54.781 INFO:teuthology.orchestra.run.smithi055.stdout:osd.6 smithi082 running (2m) 26s ago 10m 152M 2486M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 b1501034a068 2023-10-14T00:09:54.781 INFO:teuthology.orchestra.run.smithi055.stdout:osd.7 smithi082 running (94s) 26s ago 10m 206M 2486M 18.0.0-6751-g3b7b697c 0b2b3aa58da0 3a3ae7e12457 2023-10-14T00:09:54.781 INFO:teuthology.orchestra.run.smithi055.stdout:prometheus.a smithi082 *:9095 running (47s) 26s ago 10m 49.4M - 2.43.0 a07b618ecd1d 37362e1699c2 2023-10-14T00:09:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:54 smithi082 ceph-mon[180771]: osdmap e529: 8 total, 8 up, 8 in 2023-10-14T00:09:54.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:09:55.213 DEBUG:teuthology.orchestra.run.smithi055:> 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 db84ebe0-6a23-11ee-8db6-212e2dc638e7 -e sha1=3b7b697cbf6ffcf4008fdd8ebe8798db50497941 -- bash -c 'ceph versions' 2023-10-14T00:09:55.386 INFO:tasks.rados.rados.0.smithi055.stdout:2445: done (0 left) 2023-10-14T00:09:55.387 INFO:tasks.rados.rados.0.smithi055.stdout:2446: read oid 50 snap -1 2023-10-14T00:09:55.387 INFO:tasks.rados.rados.0.smithi055.stdout:2446: expect (ObjNum 701 snap 207 seq_num 701) 2023-10-14T00:09:55.387 INFO:tasks.rados.rados.0.smithi055.stdout:2447: rmattr oid 8 current snap is 239 2023-10-14T00:09:55.388 INFO:tasks.rados.rados.0.smithi055.stdout:2447: done (1 left) 2023-10-14T00:09:55.388 INFO:tasks.rados.rados.0.smithi055.stdout:2448: delete oid 30 current snap is 239 2023-10-14T00:09:55.398 INFO:tasks.rados.rados.0.smithi055.stdout:2448: done (1 left) 2023-10-14T00:09:55.398 INFO:tasks.rados.rados.0.smithi055.stdout:2449: copy_from oid 48 from oid 23 current snap is 239 2023-10-14T00:09:55.399 INFO:tasks.rados.rados.0.smithi055.stdout:2450: rmattr oid 35 current snap is 239 2023-10-14T00:09:55.399 INFO:tasks.rados.rados.0.smithi055.stdout:2450: done (2 left) 2023-10-14T00:09:55.399 INFO:tasks.rados.rados.0.smithi055.stdout:2451: copy_from oid 46 from oid 31 current snap is 239 2023-10-14T00:09:55.399 INFO:tasks.rados.rados.0.smithi055.stdout:2452: read oid 43 snap -1 2023-10-14T00:09:55.399 INFO:tasks.rados.rados.0.smithi055.stdout:2452: expect (ObjNum 675 snap 197 seq_num 675) 2023-10-14T00:09:55.400 INFO:tasks.rados.rados.0.smithi055.stdout:2453: snap_remove snap 226 2023-10-14T00:09:55.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:09:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:09:55] "GET /metrics HTTP/1.1" 200 36162 "" "Prometheus/2.43.0" 2023-10-14T00:09:55.539 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-14T00:09:55.788 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:55 smithi055 ceph-mon[185614]: osdmap e530: 8 total, 8 up, 8 in 2023-10-14T00:09:55.789 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:55 smithi055 ceph-mon[185614]: from='client.44342 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:09:55.789 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:55 smithi055 ceph-mon[185614]: pgmap v508: 121 pgs: 121 active+clean; 243 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 1.2 MiB/s rd, 436 KiB/s wr, 5 op/s 2023-10-14T00:09:55.789 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:55 smithi055 ceph-mon[185614]: osdmap e531: 8 total, 8 up, 8 in 2023-10-14T00:09:55.789 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:55 smithi055 ceph-mon[183057]: osdmap e530: 8 total, 8 up, 8 in 2023-10-14T00:09:55.790 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:55 smithi055 ceph-mon[183057]: from='client.44342 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:09:55.790 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:55 smithi055 ceph-mon[183057]: pgmap v508: 121 pgs: 121 active+clean; 243 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 1.2 MiB/s rd, 436 KiB/s wr, 5 op/s 2023-10-14T00:09:55.790 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:55 smithi055 ceph-mon[183057]: osdmap e531: 8 total, 8 up, 8 in 2023-10-14T00:09:55.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:55 smithi082 ceph-mon[180771]: osdmap e530: 8 total, 8 up, 8 in 2023-10-14T00:09:55.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:55 smithi082 ceph-mon[180771]: from='client.44342 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-14T00:09:55.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:55 smithi082 ceph-mon[180771]: pgmap v508: 121 pgs: 121 active+clean; 243 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 1.2 MiB/s rd, 436 KiB/s wr, 5 op/s 2023-10-14T00:09:55.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:55 smithi082 ceph-mon[180771]: osdmap e531: 8 total, 8 up, 8 in 2023-10-14T00:09:56.401 INFO:tasks.rados.rados.0.smithi055.stdout:2453: done (4 left) 2023-10-14T00:09:56.402 INFO:tasks.rados.rados.0.smithi055.stdout:2454: rmattr oid 9 current snap is 239 2023-10-14T00:09:56.402 INFO:tasks.rados.rados.0.smithi055.stdout:2454: done (4 left) 2023-10-14T00:09:56.402 INFO:tasks.rados.rados.0.smithi055.stdout:2455: delete oid 1 current snap is 239 2023-10-14T00:09:56.402 INFO:tasks.rados.rados.0.smithi055.stdout:2451: finishing copy_from to smithi055169533-46 2023-10-14T00:09:56.403 INFO:tasks.rados.rados.0.smithi055.stdout:2451: got expected ENOENT (src dne) 2023-10-14T00:09:56.403 INFO:tasks.rados.rados.0.smithi055.stdout:2451: finishing copy_from racing read to smithi055169533-46 2023-10-14T00:09:56.403 INFO:tasks.rados.rados.0.smithi055.stdout:2449: finishing copy_from racing read to smithi055169533-48 2023-10-14T00:09:56.403 INFO:tasks.rados.rados.0.smithi055.stdout:2449: finishing copy_from to smithi055169533-48 2023-10-14T00:09:56.403 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 48 v 681 (ObjNum 747 snap 227 seq_num 747) dirty exists 2023-10-14T00:09:56.404 INFO:tasks.rados.rados.0.smithi055.stdout:2452: expect (ObjNum 675 snap 197 seq_num 675) 2023-10-14T00:09:56.513 INFO:tasks.rados.rados.0.smithi055.stdout:2446: expect (ObjNum 701 snap 207 seq_num 701) 2023-10-14T00:09:56.842 INFO:teuthology.orchestra.run.smithi055.stdout:{ 2023-10-14T00:09:56.842 INFO:teuthology.orchestra.run.smithi055.stdout: "mon": { 2023-10-14T00:09:56.842 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 18.0.0-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)": 3 2023-10-14T00:09:56.843 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:09:56.843 INFO:teuthology.orchestra.run.smithi055.stdout: "mgr": { 2023-10-14T00:09:56.843 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 18.0.0-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)": 2 2023-10-14T00:09:56.843 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:09:56.843 INFO:teuthology.orchestra.run.smithi055.stdout: "osd": { 2023-10-14T00:09:56.844 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 18.0.0-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)": 8 2023-10-14T00:09:56.844 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:09:56.844 INFO:teuthology.orchestra.run.smithi055.stdout: "mds": { 2023-10-14T00:09:56.844 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 18.0.0-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)": 2 2023-10-14T00:09:56.844 INFO:teuthology.orchestra.run.smithi055.stdout: }, 2023-10-14T00:09:56.844 INFO:teuthology.orchestra.run.smithi055.stdout: "overall": { 2023-10-14T00:09:56.845 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 18.0.0-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)": 15 2023-10-14T00:09:56.845 INFO:teuthology.orchestra.run.smithi055.stdout: } 2023-10-14T00:09:56.845 INFO:teuthology.orchestra.run.smithi055.stdout:} 2023-10-14T00:09:57.065 INFO:tasks.rados.rados.0.smithi055.stdout:2446: done (4 left) 2023-10-14T00:09:57.065 INFO:tasks.rados.rados.0.smithi055.stdout:2449: done (3 left) 2023-10-14T00:09:57.066 INFO:tasks.rados.rados.0.smithi055.stdout:2451: done (2 left) 2023-10-14T00:09:57.066 INFO:tasks.rados.rados.0.smithi055.stdout:2452: done (1 left) 2023-10-14T00:09:57.066 INFO:tasks.rados.rados.0.smithi055.stdout:2455: done (0 left) 2023-10-14T00:09:57.066 INFO:tasks.rados.rados.0.smithi055.stdout:2456: rollback oid 38 current snap is 239 2023-10-14T00:09:57.067 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 38 to 237 2023-10-14T00:09:57.067 INFO:tasks.rados.rados.0.smithi055.stdout:2457: rollback oid 39 current snap is 239 2023-10-14T00:09:57.067 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 39 to 237 2023-10-14T00:09:57.067 INFO:tasks.rados.rados.0.smithi055.stdout:2458: read oid 2 snap 233 2023-10-14T00:09:57.067 INFO:tasks.rados.rados.0.smithi055.stdout:2458: expect deleted 2023-10-14T00:09:57.068 INFO:tasks.rados.rados.0.smithi055.stdout:2459: read oid 37 snap 212 2023-10-14T00:09:57.068 INFO:tasks.rados.rados.0.smithi055.stdout:2459: expect (ObjNum 1528852960 snap 21912 seq_num 1528894080) 2023-10-14T00:09:57.068 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 6 current snap is 239 2023-10-14T00:09:57.068 INFO:tasks.rados.rados.0.smithi055.stdout:2460: seq_num 779 ranges {3153920=655360,3809280=401408} 2023-10-14T00:09:57.086 INFO:tasks.rados.rados.0.smithi055.stdout:2460: writing smithi055169533-6 from 3153920 to 3809280 tid 1 2023-10-14T00:09:57.089 INFO:tasks.rados.rados.0.smithi055.stdout:2460: writing smithi055169533-6 from 3809280 to 4210688 tid 2 2023-10-14T00:09:57.089 INFO:tasks.rados.rados.0.smithi055.stdout:2461: snap_create 2023-10-14T00:09:57.089 INFO:tasks.rados.rados.0.smithi055.stdout:2459: expect (ObjNum 1528852960 snap 21912 seq_num 1528894080) 2023-10-14T00:09:57.091 INFO:tasks.rados.rados.0.smithi055.stdout:2456: finishing rollback tid 0 to smithi055169533-38 2023-10-14T00:09:57.091 INFO:tasks.rados.rados.0.smithi055.stdout:2456: finishing rollback tid 1 to smithi055169533-38 2023-10-14T00:09:57.091 INFO:tasks.rados.rados.0.smithi055.stdout:2456: finishing rollback tid 2 to smithi055169533-38 2023-10-14T00:09:57.092 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 38 v 829 (ObjNum 758 snap 231 seq_num 758) dirty exists 2023-10-14T00:09:57.092 INFO:tasks.rados.rados.0.smithi055.stdout:2457: finishing rollback tid 0 to smithi055169533-39 2023-10-14T00:09:57.092 INFO:tasks.rados.rados.0.smithi055.stdout:2457: finishing rollback tid 1 to smithi055169533-39 2023-10-14T00:09:57.092 INFO:tasks.rados.rados.0.smithi055.stdout:2457: finishing rollback tid 2 to smithi055169533-39 2023-10-14T00:09:57.092 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 39 v 1365 (ObjNum 763 snap 235 seq_num 763) dirty exists 2023-10-14T00:09:57.093 INFO:tasks.rados.rados.0.smithi055.stdout:2460: finishing write tid 1 to smithi055169533-6 2023-10-14T00:09:57.094 INFO:tasks.rados.rados.0.smithi055.stdout:2460: finishing write tid 2 to smithi055169533-6 2023-10-14T00:09:57.094 INFO:tasks.rados.rados.0.smithi055.stdout:2460: finishing write tid 3 to smithi055169533-6 2023-10-14T00:09:57.094 INFO:tasks.rados.rados.0.smithi055.stdout:2460: finishing write tid 4 to smithi055169533-6 2023-10-14T00:09:57.094 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 6 v 1101 (ObjNum 779 snap 239 seq_num 779) dirty exists 2023-10-14T00:09:57.094 INFO:tasks.rados.rados.0.smithi055.stdout:2460: left oid 6 (ObjNum 779 snap 239 seq_num 779) 2023-10-14T00:09:57.239 DEBUG:teuthology.orchestra.run.smithi055:> 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 db84ebe0-6a23-11ee-8db6-212e2dc638e7 -e sha1=3b7b697cbf6ffcf4008fdd8ebe8798db50497941 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2023-10-14T00:09:57.416 INFO:tasks.rados.rados.0.smithi055.stdout:2456: done (5 left) 2023-10-14T00:09:57.417 INFO:tasks.rados.rados.0.smithi055.stdout:2457: done (4 left) 2023-10-14T00:09:57.417 INFO:tasks.rados.rados.0.smithi055.stdout:2458: done (3 left) 2023-10-14T00:09:57.417 INFO:tasks.rados.rados.0.smithi055.stdout:2459: done (2 left) 2023-10-14T00:09:57.417 INFO:tasks.rados.rados.0.smithi055.stdout:2460: done (1 left) 2023-10-14T00:09:57.417 INFO:tasks.rados.rados.0.smithi055.stdout:2461: done (0 left) 2023-10-14T00:09:57.418 INFO:tasks.rados.rados.0.smithi055.stdout:2462: copy_from oid 2 from oid 45 current snap is 240 2023-10-14T00:09:57.418 INFO:tasks.rados.rados.0.smithi055.stdout:2463: rmattr oid 23 current snap is 240 2023-10-14T00:09:57.418 INFO:tasks.rados.rados.0.smithi055.stdout:2463: done (1 left) 2023-10-14T00:09:57.418 INFO:tasks.rados.rados.0.smithi055.stdout:2464: rmattr oid 14 current snap is 240 2023-10-14T00:09:57.418 INFO:tasks.rados.rados.0.smithi055.stdout:2464: done (1 left) 2023-10-14T00:09:57.419 INFO:tasks.rados.rados.0.smithi055.stdout:2465: delete oid 18 current snap is 240 2023-10-14T00:09:57.419 INFO:tasks.rados.rados.0.smithi055.stdout:2462: finishing copy_from to smithi055169533-2 2023-10-14T00:09:57.419 INFO:tasks.rados.rados.0.smithi055.stdout:2462: got expected ENOENT (src dne) 2023-10-14T00:09:57.420 INFO:tasks.rados.rados.0.smithi055.stdout:2462: finishing copy_from racing read to smithi055169533-2 2023-10-14T00:09:57.421 INFO:tasks.rados.rados.0.smithi055.stdout:2462: done (1 left) 2023-10-14T00:09:57.422 INFO:tasks.rados.rados.0.smithi055.stdout:2465: done (0 left) 2023-10-14T00:09:57.422 INFO:tasks.rados.rados.0.smithi055.stdout:2466: snap_remove snap 219 2023-10-14T00:09:57.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:57 smithi055 ceph-mon[185614]: osdmap e532: 8 total, 8 up, 8 in 2023-10-14T00:09:57.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:57 smithi055 ceph-mon[185614]: from='client.? 172.21.15.55:0/1798260994' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:57.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:57 smithi055 ceph-mon[185614]: pgmap v511: 121 pgs: 121 active+clean; 248 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 4.4 MiB/s rd, 1.7 MiB/s wr, 6 op/s 2023-10-14T00:09:57.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:57 smithi055 ceph-mon[183057]: osdmap e532: 8 total, 8 up, 8 in 2023-10-14T00:09:57.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:57 smithi055 ceph-mon[183057]: from='client.? 172.21.15.55:0/1798260994' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:57.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:57 smithi055 ceph-mon[183057]: pgmap v511: 121 pgs: 121 active+clean; 248 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 4.4 MiB/s rd, 1.7 MiB/s wr, 6 op/s 2023-10-14T00:09:57.546 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-14T00:09:57.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:57 smithi082 ceph-mon[180771]: osdmap e532: 8 total, 8 up, 8 in 2023-10-14T00:09:57.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:57 smithi082 ceph-mon[180771]: from='client.? 172.21.15.55:0/1798260994' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:57.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:57 smithi082 ceph-mon[180771]: pgmap v511: 121 pgs: 121 active+clean; 248 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 4.4 MiB/s rd, 1.7 MiB/s wr, 6 op/s 2023-10-14T00:09:58.441 INFO:tasks.rados.rados.0.smithi055.stdout:2466: done (0 left) 2023-10-14T00:09:58.442 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 4 current snap is 240 2023-10-14T00:09:58.442 INFO:tasks.rados.rados.0.smithi055.stdout:2467: seq_num 781 ranges {1662976=688128,2351104=401408} 2023-10-14T00:09:58.454 INFO:tasks.rados.rados.0.smithi055.stdout:2467: writing smithi055169533-4 from 1662976 to 2351104 tid 1 2023-10-14T00:09:58.457 INFO:tasks.rados.rados.0.smithi055.stdout:2467: writing smithi055169533-4 from 2351104 to 2752512 tid 2 2023-10-14T00:09:58.457 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 13 current snap is 240 2023-10-14T00:09:58.458 INFO:tasks.rados.rados.0.smithi055.stdout:2468: seq_num 782 ranges {5791744=704512,6496256=401408} 2023-10-14T00:09:58.495 INFO:tasks.rados.rados.0.smithi055.stdout:2468: writing smithi055169533-13 from 5791744 to 6496256 tid 1 2023-10-14T00:09:58.498 INFO:tasks.rados.rados.0.smithi055.stdout:2468: writing smithi055169533-13 from 6496256 to 6897664 tid 2 2023-10-14T00:09:58.498 INFO:tasks.rados.rados.0.smithi055.stdout:2469: snap_remove snap 225 2023-10-14T00:09:58.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:58 smithi055 ceph-mon[185614]: osdmap e533: 8 total, 8 up, 8 in 2023-10-14T00:09:58.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:58 smithi055 ceph-mon[183057]: osdmap e533: 8 total, 8 up, 8 in 2023-10-14T00:09:58.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:58 smithi082 ceph-mon[180771]: osdmap e533: 8 total, 8 up, 8 in 2023-10-14T00:09:58.935 INFO:teuthology.orchestra.run.smithi055.stdout:true 2023-10-14T00:09:59.357 DEBUG:teuthology.orchestra.run.smithi055:> 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 db84ebe0-6a23-11ee-8db6-212e2dc638e7 -e sha1=3b7b697cbf6ffcf4008fdd8ebe8798db50497941 -- bash -c 'ceph versions | jq -e '"'"'.overall | keys'"'"' | grep $sha1' 2023-10-14T00:09:59.443 INFO:tasks.rados.rados.0.smithi055.stdout:2469: done (2 left) 2023-10-14T00:09:59.443 INFO:tasks.rados.rados.0.smithi055.stdout:2470: setattr oid 10 current snap is 240 2023-10-14T00:09:59.443 INFO:tasks.rados.rados.0.smithi055.stdout:2471: rmattr oid 17 current snap is 240 2023-10-14T00:09:59.443 INFO:tasks.rados.rados.0.smithi055.stdout:2472: rollback oid 19 current snap is 240 2023-10-14T00:09:59.444 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 19 to 235 2023-10-14T00:09:59.444 INFO:tasks.rados.rados.0.smithi055.stdout:2473: snap_remove snap 202 2023-10-14T00:09:59.673 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-14T00:09:59.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:59 smithi055 ceph-mon[185614]: osdmap e534: 8 total, 8 up, 8 in 2023-10-14T00:09:59.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:59 smithi055 ceph-mon[185614]: pgmap v514: 121 pgs: 121 active+clean; 251 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 8.5 MiB/s rd, 1.8 MiB/s wr, 8 op/s 2023-10-14T00:09:59.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:09:59 smithi055 ceph-mon[185614]: from='client.? 172.21.15.55:0/3885602045' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:59.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:59 smithi055 ceph-mon[183057]: osdmap e534: 8 total, 8 up, 8 in 2023-10-14T00:09:59.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:59 smithi055 ceph-mon[183057]: pgmap v514: 121 pgs: 121 active+clean; 251 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 8.5 MiB/s rd, 1.8 MiB/s wr, 8 op/s 2023-10-14T00:09:59.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:09:59 smithi055 ceph-mon[183057]: from='client.? 172.21.15.55:0/3885602045' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:09:59.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:59 smithi082 ceph-mon[180771]: osdmap e534: 8 total, 8 up, 8 in 2023-10-14T00:09:59.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:59 smithi082 ceph-mon[180771]: pgmap v514: 121 pgs: 121 active+clean; 251 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 8.5 MiB/s rd, 1.8 MiB/s wr, 8 op/s 2023-10-14T00:09:59.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:09:59 smithi082 ceph-mon[180771]: from='client.? 172.21.15.55:0/3885602045' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:10:00.396 INFO:tasks.rados.rados.0.smithi055.stdout:2473: done (5 left) 2023-10-14T00:10:00.397 INFO:tasks.rados.rados.0.smithi055.stdout:2474: delete oid 41 current snap is 240 2023-10-14T00:10:00.397 INFO:tasks.rados.rados.0.smithi055.stdout:2467: finishing write tid 1 to smithi055169533-4 2023-10-14T00:10:00.397 INFO:tasks.rados.rados.0.smithi055.stdout:2467: finishing write tid 2 to smithi055169533-4 2023-10-14T00:10:00.397 INFO:tasks.rados.rados.0.smithi055.stdout:2467: finishing write tid 3 to smithi055169533-4 2023-10-14T00:10:00.398 INFO:tasks.rados.rados.0.smithi055.stdout:2467: finishing write tid 4 to smithi055169533-4 2023-10-14T00:10:00.398 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 4 v 1199 (ObjNum 781 snap 240 seq_num 781) dirty exists 2023-10-14T00:10:00.398 INFO:tasks.rados.rados.0.smithi055.stdout:2467: left oid 4 (ObjNum 781 snap 240 seq_num 781) 2023-10-14T00:10:00.398 INFO:tasks.rados.rados.0.smithi055.stdout:2468: finishing write tid 1 to smithi055169533-13 2023-10-14T00:10:00.398 INFO:tasks.rados.rados.0.smithi055.stdout:2468: finishing write tid 2 to smithi055169533-13 2023-10-14T00:10:00.399 INFO:tasks.rados.rados.0.smithi055.stdout:2468: finishing write tid 3 to smithi055169533-13 2023-10-14T00:10:00.399 INFO:tasks.rados.rados.0.smithi055.stdout:2468: finishing write tid 4 to smithi055169533-13 2023-10-14T00:10:00.399 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 13 v 1026 (ObjNum 782 snap 240 seq_num 782) dirty exists 2023-10-14T00:10:00.399 INFO:tasks.rados.rados.0.smithi055.stdout:2468: left oid 13 (ObjNum 782 snap 240 seq_num 782) 2023-10-14T00:10:00.399 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 10 v 1378 (ObjNum 161 snap 0 seq_num 0) dirty exists 2023-10-14T00:10:00.400 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 17 v 1380 (ObjNum 661 snap 188 seq_num 661) dirty exists 2023-10-14T00:10:00.400 INFO:tasks.rados.rados.0.smithi055.stdout:2472: finishing rollback tid 0 to smithi055169533-19 2023-10-14T00:10:00.400 INFO:tasks.rados.rados.0.smithi055.stdout:2472: finishing rollback tid 1 to smithi055169533-19 2023-10-14T00:10:00.400 INFO:tasks.rados.rados.0.smithi055.stdout:2472: finishing rollback tid 2 to smithi055169533-19 2023-10-14T00:10:00.400 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 19 v 825 (ObjNum 656 snap 185 seq_num 656) dirty exists 2023-10-14T00:10:00.408 INFO:tasks.rados.rados.0.smithi055.stdout:2467: done (5 left) 2023-10-14T00:10:00.409 INFO:tasks.rados.rados.0.smithi055.stdout:2468: done (4 left) 2023-10-14T00:10:00.409 INFO:tasks.rados.rados.0.smithi055.stdout:2470: done (3 left) 2023-10-14T00:10:00.409 INFO:tasks.rados.rados.0.smithi055.stdout:2471: done (2 left) 2023-10-14T00:10:00.409 INFO:tasks.rados.rados.0.smithi055.stdout:2472: done (1 left) 2023-10-14T00:10:00.410 INFO:tasks.rados.rados.0.smithi055.stdout:2474: done (0 left) 2023-10-14T00:10:00.410 INFO:tasks.rados.rados.0.smithi055.stdout:2475: read oid 50 snap -1 2023-10-14T00:10:00.410 INFO:tasks.rados.rados.0.smithi055.stdout:2475: expect (ObjNum 701 snap 207 seq_num 701) 2023-10-14T00:10:00.410 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 2 current snap is 240 2023-10-14T00:10:00.410 INFO:tasks.rados.rados.0.smithi055.stdout:2476: seq_num 784 ranges {0=737280,737280=401408} 2023-10-14T00:10:00.413 INFO:tasks.rados.rados.0.smithi055.stdout:2476: writing smithi055169533-2 from 0 to 737280 tid 1 2023-10-14T00:10:00.417 INFO:tasks.rados.rados.0.smithi055.stdout:2476: writing smithi055169533-2 from 737280 to 1138688 tid 2 2023-10-14T00:10:00.417 INFO:tasks.rados.rados.0.smithi055.stdout:2477: read oid 49 snap -1 2023-10-14T00:10:00.417 INFO:tasks.rados.rados.0.smithi055.stdout:2477: expect (ObjNum 568 snap 162 seq_num 568) 2023-10-14T00:10:00.417 INFO:tasks.rados.rados.0.smithi055.stdout:2478: snap_create 2023-10-14T00:10:00.420 INFO:tasks.rados.rados.0.smithi055.stdout:2476: finishing write tid 1 to smithi055169533-2 2023-10-14T00:10:00.421 INFO:tasks.rados.rados.0.smithi055.stdout:2476: finishing write tid 2 to smithi055169533-2 2023-10-14T00:10:00.421 INFO:tasks.rados.rados.0.smithi055.stdout:2476: finishing write tid 3 to smithi055169533-2 2023-10-14T00:10:00.425 INFO:tasks.rados.rados.0.smithi055.stdout:2476: finishing write tid 4 to smithi055169533-2 2023-10-14T00:10:00.425 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 2 v 1030 (ObjNum 784 snap 240 seq_num 784) dirty exists 2023-10-14T00:10:00.425 INFO:tasks.rados.rados.0.smithi055.stdout:2476: left oid 2 (ObjNum 784 snap 240 seq_num 784) 2023-10-14T00:10:00.443 INFO:tasks.rados.rados.0.smithi055.stdout:2477: expect (ObjNum 568 snap 162 seq_num 568) 2023-10-14T00:10:00.598 INFO:tasks.rados.rados.0.smithi055.stdout:2475: expect (ObjNum 701 snap 207 seq_num 701) 2023-10-14T00:10:00.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:00 smithi055 ceph-mon[185614]: osdmap e535: 8 total, 8 up, 8 in 2023-10-14T00:10:00.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:00 smithi055 ceph-mon[185614]: overall HEALTH_OK 2023-10-14T00:10:00.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:00 smithi055 ceph-mon[185614]: osdmap e536: 8 total, 8 up, 8 in 2023-10-14T00:10:00.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:00 smithi055 ceph-mon[183057]: osdmap e535: 8 total, 8 up, 8 in 2023-10-14T00:10:00.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:00 smithi055 ceph-mon[183057]: overall HEALTH_OK 2023-10-14T00:10:00.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:00 smithi055 ceph-mon[183057]: osdmap e536: 8 total, 8 up, 8 in 2023-10-14T00:10:00.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:00 smithi082 ceph-mon[180771]: osdmap e535: 8 total, 8 up, 8 in 2023-10-14T00:10:00.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:00 smithi082 ceph-mon[180771]: overall HEALTH_OK 2023-10-14T00:10:00.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:00 smithi082 ceph-mon[180771]: osdmap e536: 8 total, 8 up, 8 in 2023-10-14T00:10:01.080 INFO:teuthology.orchestra.run.smithi055.stdout: "ceph version 18.0.0-6751-g3b7b697c (3b7b697cbf6ffcf4008fdd8ebe8798db50497941) reef (dev)" 2023-10-14T00:10:01.410 INFO:tasks.rados.rados.0.smithi055.stdout:2475: done (3 left) 2023-10-14T00:10:01.410 INFO:tasks.rados.rados.0.smithi055.stdout:2476: done (2 left) 2023-10-14T00:10:01.410 INFO:tasks.rados.rados.0.smithi055.stdout:2477: done (1 left) 2023-10-14T00:10:01.410 INFO:tasks.rados.rados.0.smithi055.stdout:2478: done (0 left) 2023-10-14T00:10:01.411 INFO:tasks.rados.rados.0.smithi055.stdout:2479: read oid 40 snap 238 2023-10-14T00:10:01.411 INFO:tasks.rados.rados.0.smithi055.stdout:2479: expect deleted 2023-10-14T00:10:01.411 INFO:tasks.rados.rados.0.smithi055.stdout:2480: read oid 23 snap 230 2023-10-14T00:10:01.411 INFO:tasks.rados.rados.0.smithi055.stdout:2480: expect (ObjNum 747 snap 227 seq_num 747) 2023-10-14T00:10:01.411 INFO:tasks.rados.rados.0.smithi055.stdout:2481: setattr oid 46 current snap is 241 2023-10-14T00:10:01.412 INFO:tasks.rados.rados.0.smithi055.stdout:2479: done (2 left) 2023-10-14T00:10:01.412 INFO:tasks.rados.rados.0.smithi055.stdout:2482: read oid 25 snap 223 2023-10-14T00:10:01.413 INFO:tasks.rados.rados.0.smithi055.stdout:2482: expect (ObjNum 581 snap 165 seq_num 581) 2023-10-14T00:10:01.413 INFO:tasks.rados.rados.0.smithi055.stdout:2483: delete oid 17 current snap is 241 2023-10-14T00:10:01.419 INFO:tasks.rados.rados.0.smithi055.stdout:2483: done (3 left) 2023-10-14T00:10:01.419 INFO:tasks.rados.rados.0.smithi055.stdout:2484: setattr oid 28 current snap is 241 2023-10-14T00:10:01.420 INFO:tasks.rados.rados.0.smithi055.stdout:2482: expect (ObjNum 581 snap 165 seq_num 581) 2023-10-14T00:10:01.440 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:01 smithi055 ceph-mon[183057]: pgmap v517: 121 pgs: 121 active+clean; 245 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 14 MiB/s rd, 794 KiB/s wr, 9 op/s 2023-10-14T00:10:01.441 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:01 smithi055 ceph-mon[183057]: from='client.? 172.21.15.55:0/81982545' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:10:01.441 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:01 smithi055 ceph-mon[183057]: osdmap e537: 8 total, 8 up, 8 in 2023-10-14T00:10:01.491 INFO:teuthology.task.sequential:In sequential, running task print... 2023-10-14T00:10:01.492 INFO:teuthology.task.print:**** done end upgrade, wait... 2023-10-14T00:10:01.492 DEBUG:teuthology.parallel:result is None 2023-10-14T00:10:01.499 INFO:tasks.rados.rados.0.smithi055.stdout:2480: expect (ObjNum 747 snap 227 seq_num 747) 2023-10-14T00:10:01.755 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 46 v 730 (ObjNum 161 snap 0 seq_num 1) dirty exists 2023-10-14T00:10:01.756 INFO:tasks.rados.rados.0.smithi055.stdout:2480: done (3 left) 2023-10-14T00:10:01.756 INFO:tasks.rados.rados.0.smithi055.stdout:2481: done (2 left) 2023-10-14T00:10:01.756 INFO:tasks.rados.rados.0.smithi055.stdout:2482: done (1 left) 2023-10-14T00:10:01.757 INFO:tasks.rados.rados.0.smithi055.stdout:2485: read oid 1 snap -1 2023-10-14T00:10:01.757 INFO:tasks.rados.rados.0.smithi055.stdout:2485: expect deleted 2023-10-14T00:10:01.757 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 18 current snap is 241 2023-10-14T00:10:01.757 INFO:tasks.rados.rados.0.smithi055.stdout:2486: seq_num 786 ranges {0=770048,770048=401408} 2023-10-14T00:10:01.759 INFO:tasks.rados.rados.0.smithi055.stdout:2486: writing smithi055169533-18 from 0 to 770048 tid 1 2023-10-14T00:10:01.761 INFO:tasks.rados.rados.0.smithi055.stdout:2486: writing smithi055169533-18 from 770048 to 1171456 tid 2 2023-10-14T00:10:01.762 INFO:tasks.rados.rados.0.smithi055.stdout:2487: delete oid 20 current snap is 241 2023-10-14T00:10:01.762 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 28 v 1219 (ObjNum 765 snap 235 seq_num 765) dirty exists 2023-10-14T00:10:01.764 INFO:tasks.rados.rados.0.smithi055.stdout:2484: done (3 left) 2023-10-14T00:10:01.764 INFO:tasks.rados.rados.0.smithi055.stdout:2485: done (2 left) 2023-10-14T00:10:01.764 INFO:tasks.rados.rados.0.smithi055.stdout:2487: done (1 left) 2023-10-14T00:10:01.765 INFO:tasks.rados.rados.0.smithi055.stdout:2488: read oid 28 snap -1 2023-10-14T00:10:01.765 INFO:tasks.rados.rados.0.smithi055.stdout:2488: expect (ObjNum 765 snap 235 seq_num 765) 2023-10-14T00:10:01.765 INFO:tasks.rados.rados.0.smithi055.stdout:2489: snap_remove snap 236 2023-10-14T00:10:01.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:01 smithi055 ceph-mon[185614]: pgmap v517: 121 pgs: 121 active+clean; 245 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 14 MiB/s rd, 794 KiB/s wr, 9 op/s 2023-10-14T00:10:01.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:01 smithi055 ceph-mon[185614]: from='client.? 172.21.15.55:0/81982545' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:10:01.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:01 smithi055 ceph-mon[185614]: osdmap e537: 8 total, 8 up, 8 in 2023-10-14T00:10:01.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:01 smithi082 ceph-mon[180771]: pgmap v517: 121 pgs: 121 active+clean; 245 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 14 MiB/s rd, 794 KiB/s wr, 9 op/s 2023-10-14T00:10:01.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:01 smithi082 ceph-mon[180771]: from='client.? 172.21.15.55:0/81982545' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-14T00:10:01.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:01 smithi082 ceph-mon[180771]: osdmap e537: 8 total, 8 up, 8 in 2023-10-14T00:10:02.450 INFO:tasks.rados.rados.0.smithi055.stdout:2489: done (2 left) 2023-10-14T00:10:02.450 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 7 current snap is 241 2023-10-14T00:10:02.450 INFO:tasks.rados.rados.0.smithi055.stdout:2490: seq_num 788 ranges {2383872=802816,3186688=401408} 2023-10-14T00:10:02.468 INFO:tasks.rados.rados.0.smithi055.stdout:2490: writing smithi055169533-7 from 2383872 to 3186688 tid 1 2023-10-14T00:10:02.470 INFO:tasks.rados.rados.0.smithi055.stdout:2490: writing smithi055169533-7 from 3186688 to 3588096 tid 2 2023-10-14T00:10:02.471 INFO:tasks.rados.rados.0.smithi055.stdout:2491: snap_remove snap 224 2023-10-14T00:10:03.474 INFO:tasks.rados.rados.0.smithi055.stdout:2491: done (3 left) 2023-10-14T00:10:03.474 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 26 current snap is 241 2023-10-14T00:10:03.474 INFO:tasks.rados.rados.0.smithi055.stdout:2492: seq_num 789 ranges {16384=417792,434176=663552,1097728=139264} 2023-10-14T00:10:03.475 INFO:tasks.rados.rados.0.smithi055.stdout:2492: writing smithi055169533-26 from 16384 to 434176 tid 1 2023-10-14T00:10:03.475 INFO:tasks.rados.rados.0.smithi055.stdout:2492: writing smithi055169533-26 from 434176 to 1097728 tid 2 2023-10-14T00:10:03.476 INFO:tasks.rados.rados.0.smithi055.stdout:2492: writing smithi055169533-26 from 1097728 to 1236992 tid 3 2023-10-14T00:10:03.477 INFO:tasks.rados.rados.0.smithi055.stdout:2493: copy_from oid 36 from oid 31 current snap is 241 2023-10-14T00:10:03.477 INFO:tasks.rados.rados.0.smithi055.stdout:2486: finishing write tid 1 to smithi055169533-18 2023-10-14T00:10:03.477 INFO:tasks.rados.rados.0.smithi055.stdout:2486: finishing write tid 2 to smithi055169533-18 2023-10-14T00:10:03.477 INFO:tasks.rados.rados.0.smithi055.stdout:2486: finishing write tid 3 to smithi055169533-18 2023-10-14T00:10:03.477 INFO:tasks.rados.rados.0.smithi055.stdout:2486: finishing write tid 4 to smithi055169533-18 2023-10-14T00:10:03.479 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 18 v 1222 (ObjNum 786 snap 241 seq_num 786) dirty exists 2023-10-14T00:10:03.480 INFO:tasks.rados.rados.0.smithi055.stdout:2486: left oid 18 (ObjNum 786 snap 241 seq_num 786) 2023-10-14T00:10:03.480 INFO:tasks.rados.rados.0.smithi055.stdout:2488: expect (ObjNum 765 snap 235 seq_num 765) 2023-10-14T00:10:03.507 INFO:tasks.rados.rados.0.smithi055.stdout:2490: finishing write tid 1 to smithi055169533-7 2023-10-14T00:10:03.507 INFO:tasks.rados.rados.0.smithi055.stdout:2490: finishing write tid 2 to smithi055169533-7 2023-10-14T00:10:03.507 INFO:tasks.rados.rados.0.smithi055.stdout:2490: finishing write tid 3 to smithi055169533-7 2023-10-14T00:10:03.508 INFO:tasks.rados.rados.0.smithi055.stdout:2490: finishing write tid 4 to smithi055169533-7 2023-10-14T00:10:03.508 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 7 v 818 (ObjNum 788 snap 241 seq_num 788) dirty exists 2023-10-14T00:10:03.508 INFO:tasks.rados.rados.0.smithi055.stdout:2490: left oid 7 (ObjNum 788 snap 241 seq_num 788) 2023-10-14T00:10:03.508 INFO:tasks.rados.rados.0.smithi055.stdout:2486: done (4 left) 2023-10-14T00:10:03.508 INFO:tasks.rados.rados.0.smithi055.stdout:2488: done (3 left) 2023-10-14T00:10:03.509 INFO:tasks.rados.rados.0.smithi055.stdout:2490: done (2 left) 2023-10-14T00:10:03.509 INFO:tasks.rados.rados.0.smithi055.stdout:2494: rollback oid 48 current snap is 241 2023-10-14T00:10:03.509 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 48 to 208 2023-10-14T00:10:03.509 INFO:tasks.rados.rados.0.smithi055.stdout:2493: finishing copy_from to smithi055169533-36 2023-10-14T00:10:03.509 INFO:tasks.rados.rados.0.smithi055.stdout:2493: got expected ENOENT (src dne) 2023-10-14T00:10:03.510 INFO:tasks.rados.rados.0.smithi055.stdout:2493: finishing copy_from racing read to smithi055169533-36 2023-10-14T00:10:03.510 INFO:tasks.rados.rados.0.smithi055.stdout:2492: finishing write tid 1 to smithi055169533-26 2023-10-14T00:10:03.510 INFO:tasks.rados.rados.0.smithi055.stdout:2492: finishing write tid 2 to smithi055169533-26 2023-10-14T00:10:03.510 INFO:tasks.rados.rados.0.smithi055.stdout:2492: finishing write tid 3 to smithi055169533-26 2023-10-14T00:10:03.510 INFO:tasks.rados.rados.0.smithi055.stdout:2492: finishing write tid 4 to smithi055169533-26 2023-10-14T00:10:03.511 INFO:tasks.rados.rados.0.smithi055.stdout:2492: finishing write tid 5 to smithi055169533-26 2023-10-14T00:10:03.511 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 26 v 829 (ObjNum 789 snap 241 seq_num 789) dirty exists 2023-10-14T00:10:03.511 INFO:tasks.rados.rados.0.smithi055.stdout:2492: left oid 26 (ObjNum 789 snap 241 seq_num 789) 2023-10-14T00:10:03.511 INFO:tasks.rados.rados.0.smithi055.stdout:2492: done (2 left) 2023-10-14T00:10:03.511 INFO:tasks.rados.rados.0.smithi055.stdout:2493: done (1 left) 2023-10-14T00:10:03.512 INFO:tasks.rados.rados.0.smithi055.stdout:2495: delete oid 13 current snap is 241 2023-10-14T00:10:03.512 INFO:tasks.rados.rados.0.smithi055.stdout:2495: done (1 left) 2023-10-14T00:10:03.512 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 3 current snap is 241 2023-10-14T00:10:03.513 INFO:tasks.rados.rados.0.smithi055.stdout:2496: seq_num 791 ranges {770048=450560,1220608=475136,1695744=327680} 2023-10-14T00:10:03.515 INFO:tasks.rados.rados.0.smithi055.stdout:2496: writing smithi055169533-3 from 770048 to 1220608 tid 1 2023-10-14T00:10:03.518 INFO:tasks.rados.rados.0.smithi055.stdout:2496: writing smithi055169533-3 from 1220608 to 1695744 tid 2 2023-10-14T00:10:03.520 INFO:tasks.rados.rados.0.smithi055.stdout:2496: writing smithi055169533-3 from 1695744 to 2023424 tid 3 2023-10-14T00:10:03.521 INFO:tasks.rados.rados.0.smithi055.stdout:2497: copy_from oid 14 from oid 2 current snap is 241 2023-10-14T00:10:03.521 INFO:tasks.rados.rados.0.smithi055.stdout:2494: finishing rollback tid 0 to smithi055169533-48 2023-10-14T00:10:03.521 INFO:tasks.rados.rados.0.smithi055.stdout:2494: finishing rollback tid 1 to smithi055169533-48 2023-10-14T00:10:03.521 INFO:tasks.rados.rados.0.smithi055.stdout:2494: finishing rollback tid 2 to smithi055169533-48 2023-10-14T00:10:03.521 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 48 v 830 (ObjNum 704 snap 207 seq_num 704) dirty exists 2023-10-14T00:10:03.522 INFO:tasks.rados.rados.0.smithi055.stdout:2496: finishing write tid 1 to smithi055169533-3 2023-10-14T00:10:03.522 INFO:tasks.rados.rados.0.smithi055.stdout:2494: done (2 left) 2023-10-14T00:10:03.522 INFO:tasks.rados.rados.0.smithi055.stdout:2498: snap_remove snap 240 2023-10-14T00:10:03.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:03 smithi055 ceph-mon[185614]: osdmap e538: 8 total, 8 up, 8 in 2023-10-14T00:10:03.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:03 smithi055 ceph-mon[185614]: pgmap v520: 121 pgs: 121 active+clean; 244 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 9.6 MiB/s rd, 536 KiB/s wr, 6 op/s 2023-10-14T00:10:03.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:03 smithi055 ceph-mon[183057]: osdmap e538: 8 total, 8 up, 8 in 2023-10-14T00:10:03.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:03 smithi055 ceph-mon[183057]: pgmap v520: 121 pgs: 121 active+clean; 244 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 9.6 MiB/s rd, 536 KiB/s wr, 6 op/s 2023-10-14T00:10:03.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:03 smithi082 ceph-mon[180771]: osdmap e538: 8 total, 8 up, 8 in 2023-10-14T00:10:03.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:03 smithi082 ceph-mon[180771]: pgmap v520: 121 pgs: 121 active+clean; 244 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 9.6 MiB/s rd, 536 KiB/s wr, 6 op/s 2023-10-14T00:10:04.470 INFO:tasks.rados.rados.0.smithi055.stdout:2498: done (2 left) 2023-10-14T00:10:04.470 INFO:tasks.rados.rados.0.smithi055.stdout:2499: read oid 34 snap -1 2023-10-14T00:10:04.471 INFO:tasks.rados.rados.0.smithi055.stdout:2499: expect deleted 2023-10-14T00:10:04.471 INFO:tasks.rados.rados.0.smithi055.stdout:2500: snap_remove snap 238 2023-10-14T00:10:04.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:04 smithi055 ceph-mon[185614]: osdmap e539: 8 total, 8 up, 8 in 2023-10-14T00:10:04.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:04 smithi055 ceph-mon[183057]: osdmap e539: 8 total, 8 up, 8 in 2023-10-14T00:10:04.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:04 smithi082 ceph-mon[180771]: osdmap e539: 8 total, 8 up, 8 in 2023-10-14T00:10:05.394 INFO:tasks.rados.rados.0.smithi055.stdout:2500: done (3 left) 2023-10-14T00:10:05.394 INFO:tasks.rados.rados.0.smithi055.stdout:2501: read oid 38 snap -1 2023-10-14T00:10:05.394 INFO:tasks.rados.rados.0.smithi055.stdout:2501: expect (ObjNum 758 snap 231 seq_num 758) 2023-10-14T00:10:05.394 INFO:tasks.rados.rados.0.smithi055.stdout:2502: rollback oid 26 current snap is 241 2023-10-14T00:10:05.395 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 26 to 235 2023-10-14T00:10:05.395 INFO:tasks.rados.rados.0.smithi055.stdout:2503: copy_from oid 21 from oid 12 current snap is 241 2023-10-14T00:10:05.395 INFO:tasks.rados.rados.0.smithi055.stdout:2504: snap_remove snap 233 2023-10-14T00:10:05.467 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:10:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:10:05] "GET /metrics HTTP/1.1" 200 36162 "" "Prometheus/2.43.0" 2023-10-14T00:10:05.468 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:05 smithi055 ceph-mon[183057]: osdmap e540: 8 total, 8 up, 8 in 2023-10-14T00:10:05.468 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:05 smithi055 ceph-mon[183057]: pgmap v523: 121 pgs: 121 active+clean; 246 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 1.4 MiB/s wr, 24 op/s 2023-10-14T00:10:05.469 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:05 smithi055 ceph-mon[183057]: osdmap e541: 8 total, 8 up, 8 in 2023-10-14T00:10:05.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:05 smithi055 ceph-mon[185614]: osdmap e540: 8 total, 8 up, 8 in 2023-10-14T00:10:05.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:05 smithi055 ceph-mon[185614]: pgmap v523: 121 pgs: 121 active+clean; 246 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 1.4 MiB/s wr, 24 op/s 2023-10-14T00:10:05.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:05 smithi055 ceph-mon[185614]: osdmap e541: 8 total, 8 up, 8 in 2023-10-14T00:10:05.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:05 smithi082 ceph-mon[180771]: osdmap e540: 8 total, 8 up, 8 in 2023-10-14T00:10:05.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:05 smithi082 ceph-mon[180771]: pgmap v523: 121 pgs: 121 active+clean; 246 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 1.4 MiB/s wr, 24 op/s 2023-10-14T00:10:05.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:05 smithi082 ceph-mon[180771]: osdmap e541: 8 total, 8 up, 8 in 2023-10-14T00:10:06.409 INFO:tasks.rados.rados.0.smithi055.stdout:2504: done (6 left) 2023-10-14T00:10:06.409 INFO:tasks.rados.rados.0.smithi055.stdout:2505: rollback oid 40 current snap is 241 2023-10-14T00:10:06.409 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 40 to 214 2023-10-14T00:10:06.409 INFO:tasks.rados.rados.0.smithi055.stdout:2496: finishing write tid 2 to smithi055169533-3 2023-10-14T00:10:06.410 INFO:tasks.rados.rados.0.smithi055.stdout:2496: finishing write tid 3 to smithi055169533-3 2023-10-14T00:10:06.410 INFO:tasks.rados.rados.0.smithi055.stdout:2496: finishing write tid 4 to smithi055169533-3 2023-10-14T00:10:06.410 INFO:tasks.rados.rados.0.smithi055.stdout:2496: finishing write tid 5 to smithi055169533-3 2023-10-14T00:10:06.410 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 3 v 1241 (ObjNum 791 snap 241 seq_num 791) dirty exists 2023-10-14T00:10:06.411 INFO:tasks.rados.rados.0.smithi055.stdout:2496: left oid 3 (ObjNum 791 snap 241 seq_num 791) 2023-10-14T00:10:06.411 INFO:tasks.rados.rados.0.smithi055.stdout:2497: finishing copy_from racing read to smithi055169533-14 2023-10-14T00:10:06.411 INFO:tasks.rados.rados.0.smithi055.stdout:2497: finishing copy_from to smithi055169533-14 2023-10-14T00:10:06.411 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 14 v 1030 (ObjNum 784 snap 240 seq_num 784) dirty exists 2023-10-14T00:10:06.411 INFO:tasks.rados.rados.0.smithi055.stdout:2496: done (6 left) 2023-10-14T00:10:06.412 INFO:tasks.rados.rados.0.smithi055.stdout:2497: done (5 left) 2023-10-14T00:10:06.412 INFO:tasks.rados.rados.0.smithi055.stdout:2499: done (4 left) 2023-10-14T00:10:06.412 INFO:tasks.rados.rados.0.smithi055.stdout:2506: read oid 10 snap 223 2023-10-14T00:10:06.412 INFO:tasks.rados.rados.0.smithi055.stdout:2506: expect (ObjNum 649 snap 184 seq_num 649) 2023-10-14T00:10:06.412 INFO:tasks.rados.rados.0.smithi055.stdout:2507: read oid 39 snap 218 2023-10-14T00:10:06.413 INFO:tasks.rados.rados.0.smithi055.stdout:2507: expect (ObjNum 714 snap 211 seq_num 714) 2023-10-14T00:10:06.413 INFO:tasks.rados.rados.0.smithi055.stdout:2502: finishing rollback tid 0 to smithi055169533-26 2023-10-14T00:10:06.413 INFO:tasks.rados.rados.0.smithi055.stdout:2502: finishing rollback tid 1 to smithi055169533-26 2023-10-14T00:10:06.413 INFO:tasks.rados.rados.0.smithi055.stdout:2508: read oid 18 snap -1 2023-10-14T00:10:06.414 INFO:tasks.rados.rados.0.smithi055.stdout:2508: expect (ObjNum 786 snap 241 seq_num 786) 2023-10-14T00:10:06.414 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 5 current snap is 241 2023-10-14T00:10:06.414 INFO:tasks.rados.rados.0.smithi055.stdout:2502: finishing rollback tid 2 to smithi055169533-26 2023-10-14T00:10:06.414 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 26 v 832 (ObjNum 717 snap 211 seq_num 717) dirty exists 2023-10-14T00:10:06.415 INFO:tasks.rados.rados.0.smithi055.stdout:2501: expect (ObjNum 758 snap 231 seq_num 758) 2023-10-14T00:10:06.541 INFO:tasks.rados.rados.0.smithi055.stdout:2503: finishing copy_from racing read to smithi055169533-21 2023-10-14T00:10:06.542 INFO:tasks.rados.rados.0.smithi055.stdout:2503: finishing copy_from to smithi055169533-21 2023-10-14T00:10:06.542 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 21 v 827 (ObjNum 771 snap 237 seq_num 771) dirty exists 2023-10-14T00:10:06.542 INFO:tasks.rados.rados.0.smithi055.stdout:2509: seq_num 792 ranges {2179072=466944,2646016=761856,3407872=40960} 2023-10-14T00:10:06.556 INFO:tasks.rados.rados.0.smithi055.stdout:2509: writing smithi055169533-5 from 2179072 to 2646016 tid 1 2023-10-14T00:10:06.560 INFO:tasks.rados.rados.0.smithi055.stdout:2509: writing smithi055169533-5 from 2646016 to 3407872 tid 2 2023-10-14T00:10:06.561 INFO:tasks.rados.rados.0.smithi055.stdout:2509: writing smithi055169533-5 from 3407872 to 3448832 tid 3 2023-10-14T00:10:06.561 INFO:tasks.rados.rados.0.smithi055.stdout:2501: done (7 left) 2023-10-14T00:10:06.562 INFO:tasks.rados.rados.0.smithi055.stdout:2502: done (6 left) 2023-10-14T00:10:06.562 INFO:tasks.rados.rados.0.smithi055.stdout:2503: done (5 left) 2023-10-14T00:10:06.562 INFO:tasks.rados.rados.0.smithi055.stdout:2510: snap_remove snap 239 2023-10-14T00:10:07.416 INFO:tasks.rados.rados.0.smithi055.stdout:2510: done (5 left) 2023-10-14T00:10:07.416 INFO:tasks.rados.rados.0.smithi055.stdout:2511: read oid 3 snap -1 2023-10-14T00:10:07.416 INFO:tasks.rados.rados.0.smithi055.stdout:2511: expect (ObjNum 791 snap 241 seq_num 791) 2023-10-14T00:10:07.416 INFO:tasks.rados.rados.0.smithi055.stdout:2512: read oid 42 snap -1 2023-10-14T00:10:07.417 INFO:tasks.rados.rados.0.smithi055.stdout:2512: expect (ObjNum 659 snap 186 seq_num 659) 2023-10-14T00:10:07.417 INFO:tasks.rados.rados.0.smithi055.stdout:2513: read oid 21 snap -1 2023-10-14T00:10:07.417 INFO:tasks.rados.rados.0.smithi055.stdout:2513: expect (ObjNum 771 snap 237 seq_num 771) 2023-10-14T00:10:07.417 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 22 current snap is 241 2023-10-14T00:10:07.417 INFO:tasks.rados.rados.0.smithi055.stdout:2514: seq_num 793 ranges {851968=483328,1335296=647168,1982464=155648} 2023-10-14T00:10:07.426 INFO:tasks.rados.rados.0.smithi055.stdout:2514: writing smithi055169533-22 from 851968 to 1335296 tid 1 2023-10-14T00:10:07.429 INFO:tasks.rados.rados.0.smithi055.stdout:2514: writing smithi055169533-22 from 1335296 to 1982464 tid 2 2023-10-14T00:10:07.430 INFO:tasks.rados.rados.0.smithi055.stdout:2514: writing smithi055169533-22 from 1982464 to 2138112 tid 3 2023-10-14T00:10:07.431 INFO:tasks.rados.rados.0.smithi055.stdout:2515: rollback oid 8 current snap is 241 2023-10-14T00:10:07.431 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 8 to 192 2023-10-14T00:10:07.431 INFO:tasks.rados.rados.0.smithi055.stdout:2505: finishing rollback tid 1 to smithi055169533-40 2023-10-14T00:10:07.431 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 40 v 826 (ObjNum 113 snap 0 seq_num 1) dirty dne 2023-10-14T00:10:07.432 INFO:tasks.rados.rados.0.smithi055.stdout:2505: done (9 left) 2023-10-14T00:10:07.432 INFO:tasks.rados.rados.0.smithi055.stdout:2516: snap_remove snap 215 2023-10-14T00:10:07.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:07 smithi055 ceph-mon[185614]: osdmap e542: 8 total, 8 up, 8 in 2023-10-14T00:10:07.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:07 smithi055 ceph-mon[185614]: pgmap v526: 121 pgs: 121 active+clean; 253 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 1.4 MiB/s wr, 29 op/s 2023-10-14T00:10:07.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:07 smithi055 ceph-mon[183057]: osdmap e542: 8 total, 8 up, 8 in 2023-10-14T00:10:07.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:07 smithi055 ceph-mon[183057]: pgmap v526: 121 pgs: 121 active+clean; 253 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 1.4 MiB/s wr, 29 op/s 2023-10-14T00:10:07.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:07 smithi082 ceph-mon[180771]: osdmap e542: 8 total, 8 up, 8 in 2023-10-14T00:10:07.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:07 smithi082 ceph-mon[180771]: pgmap v526: 121 pgs: 121 active+clean; 253 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 1.4 MiB/s wr, 29 op/s 2023-10-14T00:10:08.439 INFO:tasks.rados.rados.0.smithi055.stdout:2516: done (9 left) 2023-10-14T00:10:08.439 INFO:tasks.rados.rados.0.smithi055.stdout:2517: snap_create 2023-10-14T00:10:08.440 INFO:tasks.rados.rados.0.smithi055.stdout:2508: expect (ObjNum 786 snap 241 seq_num 786) 2023-10-14T00:10:08.482 INFO:tasks.rados.rados.0.smithi055.stdout:2506: expect (ObjNum 649 snap 184 seq_num 649) 2023-10-14T00:10:08.632 INFO:tasks.rados.rados.0.smithi055.stdout:2507: expect (ObjNum 714 snap 211 seq_num 714) 2023-10-14T00:10:08.693 INFO:tasks.rados.rados.0.smithi055.stdout:2509: finishing write tid 1 to smithi055169533-5 2023-10-14T00:10:08.693 INFO:tasks.rados.rados.0.smithi055.stdout:2509: finishing write tid 2 to smithi055169533-5 2023-10-14T00:10:08.693 INFO:tasks.rados.rados.0.smithi055.stdout:2509: finishing write tid 3 to smithi055169533-5 2023-10-14T00:10:08.694 INFO:tasks.rados.rados.0.smithi055.stdout:2509: finishing write tid 4 to smithi055169533-5 2023-10-14T00:10:08.694 INFO:tasks.rados.rados.0.smithi055.stdout:2509: finishing write tid 5 to smithi055169533-5 2023-10-14T00:10:08.694 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 5 v 1034 (ObjNum 792 snap 241 seq_num 792) dirty exists 2023-10-14T00:10:08.694 INFO:tasks.rados.rados.0.smithi055.stdout:2509: left oid 5 (ObjNum 792 snap 241 seq_num 792) 2023-10-14T00:10:08.694 INFO:tasks.rados.rados.0.smithi055.stdout:2511: expect (ObjNum 791 snap 241 seq_num 791) 2023-10-14T00:10:08.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:08 smithi055 ceph-mon[185614]: osdmap e543: 8 total, 8 up, 8 in 2023-10-14T00:10:08.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:08 smithi055 ceph-mon[183057]: osdmap e543: 8 total, 8 up, 8 in 2023-10-14T00:10:08.770 INFO:tasks.rados.rados.0.smithi055.stdout:2514: finishing write tid 1 to smithi055169533-22 2023-10-14T00:10:08.771 INFO:tasks.rados.rados.0.smithi055.stdout:2514: finishing write tid 2 to smithi055169533-22 2023-10-14T00:10:08.771 INFO:tasks.rados.rados.0.smithi055.stdout:2514: finishing write tid 3 to smithi055169533-22 2023-10-14T00:10:08.771 INFO:tasks.rados.rados.0.smithi055.stdout:2514: finishing write tid 4 to smithi055169533-22 2023-10-14T00:10:08.771 INFO:tasks.rados.rados.0.smithi055.stdout:2512: expect (ObjNum 659 snap 186 seq_num 659) 2023-10-14T00:10:08.862 INFO:tasks.rados.rados.0.smithi055.stdout:2514: finishing write tid 5 to smithi055169533-22 2023-10-14T00:10:08.862 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 22 v 1435 (ObjNum 793 snap 241 seq_num 793) dirty exists 2023-10-14T00:10:08.862 INFO:tasks.rados.rados.0.smithi055.stdout:2514: left oid 22 (ObjNum 793 snap 241 seq_num 793) 2023-10-14T00:10:08.863 INFO:tasks.rados.rados.0.smithi055.stdout:2513: expect (ObjNum 771 snap 237 seq_num 771) 2023-10-14T00:10:08.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:08 smithi082 ceph-mon[180771]: osdmap e543: 8 total, 8 up, 8 in 2023-10-14T00:10:08.976 INFO:tasks.rados.rados.0.smithi055.stdout:2515: finishing rollback tid 0 to smithi055169533-8 2023-10-14T00:10:08.977 INFO:tasks.rados.rados.0.smithi055.stdout:2515: finishing rollback tid 1 to smithi055169533-8 2023-10-14T00:10:08.977 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 8 v 1328 (ObjNum 65 snap 0 seq_num 1632657514) dirty dne 2023-10-14T00:10:09.452 INFO:tasks.rados.rados.0.smithi055.stdout:2506: done (9 left) 2023-10-14T00:10:09.452 INFO:tasks.rados.rados.0.smithi055.stdout:2507: done (8 left) 2023-10-14T00:10:09.452 INFO:tasks.rados.rados.0.smithi055.stdout:2508: done (7 left) 2023-10-14T00:10:09.452 INFO:tasks.rados.rados.0.smithi055.stdout:2509: done (6 left) 2023-10-14T00:10:09.453 INFO:tasks.rados.rados.0.smithi055.stdout:2511: done (5 left) 2023-10-14T00:10:09.453 INFO:tasks.rados.rados.0.smithi055.stdout:2512: done (4 left) 2023-10-14T00:10:09.453 INFO:tasks.rados.rados.0.smithi055.stdout:2513: done (3 left) 2023-10-14T00:10:09.453 INFO:tasks.rados.rados.0.smithi055.stdout:2514: done (2 left) 2023-10-14T00:10:09.453 INFO:tasks.rados.rados.0.smithi055.stdout:2515: done (1 left) 2023-10-14T00:10:09.453 INFO:tasks.rados.rados.0.smithi055.stdout:2517: done (0 left) 2023-10-14T00:10:09.454 INFO:tasks.rados.rados.0.smithi055.stdout:2518: copy_from oid 22 from oid 29 current snap is 242 2023-10-14T00:10:09.454 INFO:tasks.rados.rados.0.smithi055.stdout:2519: read oid 10 snap -1 2023-10-14T00:10:09.454 INFO:tasks.rados.rados.0.smithi055.stdout:2519: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:10:09.454 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 47 current snap is 242 2023-10-14T00:10:09.454 INFO:tasks.rados.rados.0.smithi055.stdout:2520: seq_num 794 ranges {4431872=499712,4931584=532480,5464064=270336} 2023-10-14T00:10:09.479 INFO:tasks.rados.rados.0.smithi055.stdout:2520: writing smithi055169533-47 from 4431872 to 4931584 tid 1 2023-10-14T00:10:09.482 INFO:tasks.rados.rados.0.smithi055.stdout:2520: writing smithi055169533-47 from 4931584 to 5464064 tid 2 2023-10-14T00:10:09.484 INFO:tasks.rados.rados.0.smithi055.stdout:2520: writing smithi055169533-47 from 5464064 to 5734400 tid 3 2023-10-14T00:10:09.484 INFO:tasks.rados.rados.0.smithi055.stdout:2521: rollback oid 21 current snap is 242 2023-10-14T00:10:09.484 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 21 to 214 2023-10-14T00:10:09.484 INFO:tasks.rados.rados.0.smithi055.stdout:2519: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:10:09.486 INFO:tasks.rados.rados.0.smithi055.stdout:2518: finishing copy_from to smithi055169533-22 2023-10-14T00:10:09.486 INFO:tasks.rados.rados.0.smithi055.stdout:2518: got expected ENOENT (src dne) 2023-10-14T00:10:09.486 INFO:tasks.rados.rados.0.smithi055.stdout:2518: finishing copy_from racing read to smithi055169533-22 2023-10-14T00:10:09.486 INFO:tasks.rados.rados.0.smithi055.stdout:2520: finishing write tid 1 to smithi055169533-47 2023-10-14T00:10:09.487 INFO:tasks.rados.rados.0.smithi055.stdout:2518: done (3 left) 2023-10-14T00:10:09.487 INFO:tasks.rados.rados.0.smithi055.stdout:2519: done (2 left) 2023-10-14T00:10:09.487 INFO:tasks.rados.rados.0.smithi055.stdout:2522: setattr oid 11 current snap is 242 2023-10-14T00:10:09.488 INFO:tasks.rados.rados.0.smithi055.stdout:2520: finishing write tid 2 to smithi055169533-47 2023-10-14T00:10:09.492 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 33 current snap is 242 2023-10-14T00:10:09.492 INFO:tasks.rados.rados.0.smithi055.stdout:2523: seq_num 795 ranges {786432=524288,1310720=417792,1728512=385024} 2023-10-14T00:10:09.496 INFO:tasks.rados.rados.0.smithi055.stdout:2523: writing smithi055169533-33 from 786432 to 1310720 tid 1 2023-10-14T00:10:09.499 INFO:tasks.rados.rados.0.smithi055.stdout:2523: writing smithi055169533-33 from 1310720 to 1728512 tid 2 2023-10-14T00:10:09.502 INFO:tasks.rados.rados.0.smithi055.stdout:2523: writing smithi055169533-33 from 1728512 to 2113536 tid 3 2023-10-14T00:10:09.502 INFO:tasks.rados.rados.0.smithi055.stdout:2524: delete oid 16 current snap is 242 2023-10-14T00:10:09.502 INFO:tasks.rados.rados.0.smithi055.stdout:2520: finishing write tid 3 to smithi055169533-47 2023-10-14T00:10:09.502 INFO:tasks.rados.rados.0.smithi055.stdout:2521: finishing rollback tid 0 to smithi055169533-21 2023-10-14T00:10:09.502 INFO:tasks.rados.rados.0.smithi055.stdout:2520: finishing write tid 4 to smithi055169533-47 2023-10-14T00:10:09.503 INFO:tasks.rados.rados.0.smithi055.stdout:2521: finishing rollback tid 1 to smithi055169533-21 2023-10-14T00:10:09.503 INFO:tasks.rados.rados.0.smithi055.stdout:2521: finishing rollback tid 2 to smithi055169533-21 2023-10-14T00:10:09.503 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 21 v 1331 (ObjNum 723 snap 213 seq_num 723) dirty exists 2023-10-14T00:10:09.503 INFO:tasks.rados.rados.0.smithi055.stdout:2520: finishing write tid 5 to smithi055169533-47 2023-10-14T00:10:09.503 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 47 v 834 (ObjNum 794 snap 242 seq_num 794) dirty exists 2023-10-14T00:10:09.504 INFO:tasks.rados.rados.0.smithi055.stdout:2520: left oid 47 (ObjNum 794 snap 242 seq_num 794) 2023-10-14T00:10:09.504 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 11 v 824 (ObjNum 129 snap 0 seq_num 1528916624) dirty exists 2023-10-14T00:10:09.504 INFO:tasks.rados.rados.0.smithi055.stdout:2523: finishing write tid 1 to smithi055169533-33 2023-10-14T00:10:09.505 INFO:tasks.rados.rados.0.smithi055.stdout:2520: done (4 left) 2023-10-14T00:10:09.505 INFO:tasks.rados.rados.0.smithi055.stdout:2521: done (3 left) 2023-10-14T00:10:09.505 INFO:tasks.rados.rados.0.smithi055.stdout:2522: done (2 left) 2023-10-14T00:10:09.505 INFO:tasks.rados.rados.0.smithi055.stdout:2524: done (1 left) 2023-10-14T00:10:09.505 INFO:tasks.rados.rados.0.smithi055.stdout:2525: setattr oid 23 current snap is 242 2023-10-14T00:10:09.506 INFO:tasks.rados.rados.0.smithi055.stdout:2523: finishing write tid 2 to smithi055169533-33 2023-10-14T00:10:09.506 INFO:tasks.rados.rados.0.smithi055.stdout:2523: finishing write tid 3 to smithi055169533-33 2023-10-14T00:10:09.507 INFO:tasks.rados.rados.0.smithi055.stdout:2523: finishing write tid 4 to smithi055169533-33 2023-10-14T00:10:09.507 INFO:tasks.rados.rados.0.smithi055.stdout:2526: copy_from oid 3 from oid 8 current snap is 242 2023-10-14T00:10:09.507 INFO:tasks.rados.rados.0.smithi055.stdout:2527: read oid 39 snap -1 2023-10-14T00:10:09.507 INFO:tasks.rados.rados.0.smithi055.stdout:2527: expect (ObjNum 763 snap 235 seq_num 763) 2023-10-14T00:10:09.507 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 17 current snap is 242 2023-10-14T00:10:09.508 INFO:tasks.rados.rados.0.smithi055.stdout:2528: seq_num 797 ranges {0=557056,557056=589824,1146880=212992} 2023-10-14T00:10:09.509 INFO:tasks.rados.rados.0.smithi055.stdout:2528: writing smithi055169533-17 from 0 to 557056 tid 1 2023-10-14T00:10:09.513 INFO:tasks.rados.rados.0.smithi055.stdout:2528: writing smithi055169533-17 from 557056 to 1146880 tid 2 2023-10-14T00:10:09.515 INFO:tasks.rados.rados.0.smithi055.stdout:2528: writing smithi055169533-17 from 1146880 to 1359872 tid 3 2023-10-14T00:10:09.515 INFO:tasks.rados.rados.0.smithi055.stdout:2529: delete oid 22 current snap is 242 2023-10-14T00:10:09.515 INFO:tasks.rados.rados.0.smithi055.stdout:2526: finishing copy_from to smithi055169533-3 2023-10-14T00:10:09.515 INFO:tasks.rados.rados.0.smithi055.stdout:2526: got expected ENOENT (src dne) 2023-10-14T00:10:09.515 INFO:tasks.rados.rados.0.smithi055.stdout:2523: finishing write tid 5 to smithi055169533-33 2023-10-14T00:10:09.516 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 33 v 1335 (ObjNum 795 snap 242 seq_num 795) dirty exists 2023-10-14T00:10:09.516 INFO:tasks.rados.rados.0.smithi055.stdout:2523: left oid 33 (ObjNum 795 snap 242 seq_num 795) 2023-10-14T00:10:09.516 INFO:tasks.rados.rados.0.smithi055.stdout:2526: finishing copy_from racing read to smithi055169533-3 2023-10-14T00:10:09.516 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 23 v 748 (ObjNum 747 snap 227 seq_num 747) dirty exists 2023-10-14T00:10:09.516 INFO:tasks.rados.rados.0.smithi055.stdout:2527: expect (ObjNum 763 snap 235 seq_num 763) 2023-10-14T00:10:09.540 INFO:tasks.rados.rados.0.smithi055.stdout:2528: finishing write tid 1 to smithi055169533-17 2023-10-14T00:10:09.540 INFO:tasks.rados.rados.0.smithi055.stdout:2528: finishing write tid 2 to smithi055169533-17 2023-10-14T00:10:09.540 INFO:tasks.rados.rados.0.smithi055.stdout:2528: finishing write tid 3 to smithi055169533-17 2023-10-14T00:10:09.540 INFO:tasks.rados.rados.0.smithi055.stdout:2528: finishing write tid 4 to smithi055169533-17 2023-10-14T00:10:09.541 INFO:tasks.rados.rados.0.smithi055.stdout:2528: finishing write tid 5 to smithi055169533-17 2023-10-14T00:10:09.541 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 17 v 1451 (ObjNum 797 snap 242 seq_num 797) dirty exists 2023-10-14T00:10:09.541 INFO:tasks.rados.rados.0.smithi055.stdout:2528: left oid 17 (ObjNum 797 snap 242 seq_num 797) 2023-10-14T00:10:09.541 INFO:tasks.rados.rados.0.smithi055.stdout:2523: done (5 left) 2023-10-14T00:10:09.541 INFO:tasks.rados.rados.0.smithi055.stdout:2525: done (4 left) 2023-10-14T00:10:09.542 INFO:tasks.rados.rados.0.smithi055.stdout:2526: done (3 left) 2023-10-14T00:10:09.542 INFO:tasks.rados.rados.0.smithi055.stdout:2527: done (2 left) 2023-10-14T00:10:09.542 INFO:tasks.rados.rados.0.smithi055.stdout:2528: done (1 left) 2023-10-14T00:10:09.542 INFO:tasks.rados.rados.0.smithi055.stdout:2529: done (0 left) 2023-10-14T00:10:09.542 INFO:tasks.rados.rados.0.smithi055.stdout:2530: delete oid 41 current snap is 242 2023-10-14T00:10:09.543 INFO:tasks.rados.rados.0.smithi055.stdout:2530: done (0 left) 2023-10-14T00:10:09.543 INFO:tasks.rados.rados.0.smithi055.stdout:2531: read oid 40 snap -1 2023-10-14T00:10:09.543 INFO:tasks.rados.rados.0.smithi055.stdout:2531: expect deleted 2023-10-14T00:10:09.543 INFO:tasks.rados.rados.0.smithi055.stdout:2532: snap_create 2023-10-14T00:10:09.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:09 smithi055 ceph-mon[185614]: osdmap e544: 8 total, 8 up, 8 in 2023-10-14T00:10:09.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:10:09.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:09 smithi055 ceph-mon[185614]: pgmap v529: 121 pgs: 121 active+clean; 253 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 1010 KiB/s wr, 12 op/s 2023-10-14T00:10:09.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:09 smithi055 ceph-mon[183057]: osdmap e544: 8 total, 8 up, 8 in 2023-10-14T00:10:09.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:10:09.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:09 smithi055 ceph-mon[183057]: pgmap v529: 121 pgs: 121 active+clean; 253 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 1010 KiB/s wr, 12 op/s 2023-10-14T00:10:09.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:09 smithi082 ceph-mon[180771]: osdmap e544: 8 total, 8 up, 8 in 2023-10-14T00:10:09.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:10:09.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:09 smithi082 ceph-mon[180771]: pgmap v529: 121 pgs: 121 active+clean; 253 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 1010 KiB/s wr, 12 op/s 2023-10-14T00:10:10.391 INFO:tasks.rados.rados.0.smithi055.stdout:2531: done (1 left) 2023-10-14T00:10:10.391 INFO:tasks.rados.rados.0.smithi055.stdout:2532: done (0 left) 2023-10-14T00:10:10.392 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 35 current snap is 243 2023-10-14T00:10:10.392 INFO:tasks.rados.rados.0.smithi055.stdout:2533: seq_num 800 ranges {0=606208,606208=688128,1294336=114688} 2023-10-14T00:10:10.394 INFO:tasks.rados.rados.0.smithi055.stdout:2533: writing smithi055169533-35 from 0 to 606208 tid 1 2023-10-14T00:10:10.398 INFO:tasks.rados.rados.0.smithi055.stdout:2533: writing smithi055169533-35 from 606208 to 1294336 tid 2 2023-10-14T00:10:10.399 INFO:tasks.rados.rados.0.smithi055.stdout:2533: writing smithi055169533-35 from 1294336 to 1409024 tid 3 2023-10-14T00:10:10.399 INFO:tasks.rados.rados.0.smithi055.stdout:2534: snap_create 2023-10-14T00:10:10.404 INFO:tasks.rados.rados.0.smithi055.stdout:2533: finishing write tid 1 to smithi055169533-35 2023-10-14T00:10:10.405 INFO:tasks.rados.rados.0.smithi055.stdout:2533: finishing write tid 2 to smithi055169533-35 2023-10-14T00:10:10.405 INFO:tasks.rados.rados.0.smithi055.stdout:2533: finishing write tid 3 to smithi055169533-35 2023-10-14T00:10:10.406 INFO:tasks.rados.rados.0.smithi055.stdout:2533: finishing write tid 4 to smithi055169533-35 2023-10-14T00:10:10.406 INFO:tasks.rados.rados.0.smithi055.stdout:2533: finishing write tid 5 to smithi055169533-35 2023-10-14T00:10:10.407 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 35 v 1457 (ObjNum 800 snap 243 seq_num 800) dirty exists 2023-10-14T00:10:10.407 INFO:tasks.rados.rados.0.smithi055.stdout:2533: left oid 35 (ObjNum 800 snap 243 seq_num 800) 2023-10-14T00:10:10.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:10 smithi055 ceph-mon[185614]: osdmap e545: 8 total, 8 up, 8 in 2023-10-14T00:10:10.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:10 smithi055 ceph-mon[185614]: osdmap e546: 8 total, 8 up, 8 in 2023-10-14T00:10:10.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:10 smithi055 ceph-mon[183057]: osdmap e545: 8 total, 8 up, 8 in 2023-10-14T00:10:10.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:10 smithi055 ceph-mon[183057]: osdmap e546: 8 total, 8 up, 8 in 2023-10-14T00:10:10.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:10 smithi082 ceph-mon[180771]: osdmap e545: 8 total, 8 up, 8 in 2023-10-14T00:10:10.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:10 smithi082 ceph-mon[180771]: osdmap e546: 8 total, 8 up, 8 in 2023-10-14T00:10:11.413 INFO:tasks.rados.rados.0.smithi055.stdout:2533: done (1 left) 2023-10-14T00:10:11.413 INFO:tasks.rados.rados.0.smithi055.stdout:2534: done (0 left) 2023-10-14T00:10:11.413 INFO:tasks.rados.rados.0.smithi055.stdout:2535: read oid 2 snap -1 2023-10-14T00:10:11.413 INFO:tasks.rados.rados.0.smithi055.stdout:2535: expect (ObjNum 784 snap 240 seq_num 784) 2023-10-14T00:10:11.414 INFO:tasks.rados.rados.0.smithi055.stdout:2536: snap_create 2023-10-14T00:10:11.419 INFO:tasks.rados.rados.0.smithi055.stdout:2535: expect (ObjNum 784 snap 240 seq_num 784) 2023-10-14T00:10:11.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:11 smithi055 ceph-mon[185614]: pgmap v532: 121 pgs: 121 active+clean; 251 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 1.3 MiB/s wr, 20 op/s 2023-10-14T00:10:11.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:11 smithi055 ceph-mon[185614]: osdmap e547: 8 total, 8 up, 8 in 2023-10-14T00:10:11.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:11 smithi055 ceph-mon[183057]: pgmap v532: 121 pgs: 121 active+clean; 251 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 1.3 MiB/s wr, 20 op/s 2023-10-14T00:10:11.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:11 smithi055 ceph-mon[183057]: osdmap e547: 8 total, 8 up, 8 in 2023-10-14T00:10:11.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:11 smithi082 ceph-mon[180771]: pgmap v532: 121 pgs: 121 active+clean; 251 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 1.3 MiB/s wr, 20 op/s 2023-10-14T00:10:11.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:11 smithi082 ceph-mon[180771]: osdmap e547: 8 total, 8 up, 8 in 2023-10-14T00:10:12.414 INFO:tasks.rados.rados.0.smithi055.stdout:2535: done (1 left) 2023-10-14T00:10:12.415 INFO:tasks.rados.rados.0.smithi055.stdout:2536: done (0 left) 2023-10-14T00:10:12.415 INFO:tasks.rados.rados.0.smithi055.stdout:2537: snap_create 2023-10-14T00:10:13.423 INFO:tasks.rados.rados.0.smithi055.stdout:2537: done (0 left) 2023-10-14T00:10:13.423 INFO:tasks.rados.rados.0.smithi055.stdout:2538: copy_from oid 41 from oid 34 current snap is 246 2023-10-14T00:10:13.423 INFO:tasks.rados.rados.0.smithi055.stdout:2539: read oid 14 snap 223 2023-10-14T00:10:13.423 INFO:tasks.rados.rados.0.smithi055.stdout:2539: expect deleted 2023-10-14T00:10:13.424 INFO:tasks.rados.rados.0.smithi055.stdout:2540: delete oid 13 current snap is 246 2023-10-14T00:10:13.426 INFO:tasks.rados.rados.0.smithi055.stdout:2539: done (2 left) 2023-10-14T00:10:13.426 INFO:tasks.rados.rados.0.smithi055.stdout:2540: done (1 left) 2023-10-14T00:10:13.426 INFO:tasks.rados.rados.0.smithi055.stdout:2541: rmattr oid 40 current snap is 246 2023-10-14T00:10:13.426 INFO:tasks.rados.rados.0.smithi055.stdout:2541: done (1 left) 2023-10-14T00:10:13.427 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 5 current snap is 246 2023-10-14T00:10:13.427 INFO:tasks.rados.rados.0.smithi055.stdout:2542: seq_num 802 ranges {3448832=638976,4087808=458752,4546560=344064} 2023-10-14T00:10:13.449 INFO:tasks.rados.rados.0.smithi055.stdout:2542: writing smithi055169533-5 from 3448832 to 4087808 tid 1 2023-10-14T00:10:13.452 INFO:tasks.rados.rados.0.smithi055.stdout:2542: writing smithi055169533-5 from 4087808 to 4546560 tid 2 2023-10-14T00:10:13.454 INFO:tasks.rados.rados.0.smithi055.stdout:2542: writing smithi055169533-5 from 4546560 to 4890624 tid 3 2023-10-14T00:10:13.454 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 37 current snap is 246 2023-10-14T00:10:13.454 INFO:tasks.rados.rados.0.smithi055.stdout:2543: seq_num 803 ranges {0=655360,655360=745472,1400832=57344} 2023-10-14T00:10:13.458 INFO:tasks.rados.rados.0.smithi055.stdout:2543: writing smithi055169533-37 from 0 to 655360 tid 1 2023-10-14T00:10:13.462 INFO:tasks.rados.rados.0.smithi055.stdout:2543: writing smithi055169533-37 from 655360 to 1400832 tid 2 2023-10-14T00:10:13.463 INFO:tasks.rados.rados.0.smithi055.stdout:2543: writing smithi055169533-37 from 1400832 to 1458176 tid 3 2023-10-14T00:10:13.463 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 10 current snap is 246 2023-10-14T00:10:13.463 INFO:tasks.rados.rados.0.smithi055.stdout:2538: finishing copy_from to smithi055169533-41 2023-10-14T00:10:13.464 INFO:tasks.rados.rados.0.smithi055.stdout:2538: got expected ENOENT (src dne) 2023-10-14T00:10:13.464 INFO:tasks.rados.rados.0.smithi055.stdout:2538: finishing copy_from racing read to smithi055169533-41 2023-10-14T00:10:13.464 INFO:tasks.rados.rados.0.smithi055.stdout:2542: finishing write tid 1 to smithi055169533-5 2023-10-14T00:10:13.464 INFO:tasks.rados.rados.0.smithi055.stdout:2542: finishing write tid 2 to smithi055169533-5 2023-10-14T00:10:13.464 INFO:tasks.rados.rados.0.smithi055.stdout:2542: finishing write tid 3 to smithi055169533-5 2023-10-14T00:10:13.465 INFO:tasks.rados.rados.0.smithi055.stdout:2542: finishing write tid 4 to smithi055169533-5 2023-10-14T00:10:13.465 INFO:tasks.rados.rados.0.smithi055.stdout:2542: finishing write tid 5 to smithi055169533-5 2023-10-14T00:10:13.465 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 5 v 1038 (ObjNum 802 snap 246 seq_num 802) dirty exists 2023-10-14T00:10:13.465 INFO:tasks.rados.rados.0.smithi055.stdout:2542: left oid 5 (ObjNum 802 snap 246 seq_num 802) 2023-10-14T00:10:13.466 INFO:tasks.rados.rados.0.smithi055.stdout:2543: finishing write tid 1 to smithi055169533-37 2023-10-14T00:10:13.466 INFO:tasks.rados.rados.0.smithi055.stdout:2544: seq_num 804 ranges {0=671744,671744=622592,1294336=180224} 2023-10-14T00:10:13.466 INFO:tasks.rados.rados.0.smithi055.stdout:2544: writing smithi055169533-10 from 0 to 671744 tid 1 2023-10-14T00:10:13.470 INFO:tasks.rados.rados.0.smithi055.stdout:2544: writing smithi055169533-10 from 671744 to 1294336 tid 2 2023-10-14T00:10:13.471 INFO:tasks.rados.rados.0.smithi055.stdout:2544: writing smithi055169533-10 from 1294336 to 1474560 tid 3 2023-10-14T00:10:13.471 INFO:tasks.rados.rados.0.smithi055.stdout:2538: done (3 left) 2023-10-14T00:10:13.472 INFO:tasks.rados.rados.0.smithi055.stdout:2542: done (2 left) 2023-10-14T00:10:13.472 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 5 current snap is 246 2023-10-14T00:10:13.472 INFO:tasks.rados.rados.0.smithi055.stdout:2543: finishing write tid 2 to smithi055169533-37 2023-10-14T00:10:13.472 INFO:tasks.rados.rados.0.smithi055.stdout:2543: finishing write tid 3 to smithi055169533-37 2023-10-14T00:10:13.473 INFO:tasks.rados.rados.0.smithi055.stdout:2543: finishing write tid 4 to smithi055169533-37 2023-10-14T00:10:13.473 INFO:tasks.rados.rados.0.smithi055.stdout:2543: finishing write tid 5 to smithi055169533-37 2023-10-14T00:10:13.473 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 37 v 1042 (ObjNum 803 snap 246 seq_num 803) dirty exists 2023-10-14T00:10:13.473 INFO:tasks.rados.rados.0.smithi055.stdout:2543: left oid 37 (ObjNum 803 snap 246 seq_num 803) 2023-10-14T00:10:13.473 INFO:tasks.rados.rados.0.smithi055.stdout:2545: seq_num 805 ranges {4890624=688128,5578752=507904,6086656=294912} 2023-10-14T00:10:13.502 INFO:tasks.rados.rados.0.smithi055.stdout:2545: writing smithi055169533-5 from 4890624 to 5578752 tid 1 2023-10-14T00:10:13.505 INFO:tasks.rados.rados.0.smithi055.stdout:2545: writing smithi055169533-5 from 5578752 to 6086656 tid 2 2023-10-14T00:10:13.507 INFO:tasks.rados.rados.0.smithi055.stdout:2545: writing smithi055169533-5 from 6086656 to 6381568 tid 3 2023-10-14T00:10:13.507 INFO:tasks.rados.rados.0.smithi055.stdout:2543: done (2 left) 2023-10-14T00:10:13.508 INFO:tasks.rados.rados.0.smithi055.stdout:2546: read oid 11 snap 218 2023-10-14T00:10:13.508 INFO:tasks.rados.rados.0.smithi055.stdout:2546: expect deleted 2023-10-14T00:10:13.508 INFO:tasks.rados.rados.0.smithi055.stdout:2547: snap_remove snap 232 2023-10-14T00:10:13.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:13 smithi055 ceph-mon[185614]: osdmap e548: 8 total, 8 up, 8 in 2023-10-14T00:10:13.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:13 smithi055 ceph-mon[185614]: pgmap v535: 121 pgs: 121 active+clean; 252 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.9 MiB/s rd, 942 KiB/s wr, 16 op/s 2023-10-14T00:10:13.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:13 smithi055 ceph-mon[183057]: osdmap e548: 8 total, 8 up, 8 in 2023-10-14T00:10:13.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:13 smithi055 ceph-mon[183057]: pgmap v535: 121 pgs: 121 active+clean; 252 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.9 MiB/s rd, 942 KiB/s wr, 16 op/s 2023-10-14T00:10:13.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:13 smithi082 ceph-mon[180771]: osdmap e548: 8 total, 8 up, 8 in 2023-10-14T00:10:13.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:13 smithi082 ceph-mon[180771]: pgmap v535: 121 pgs: 121 active+clean; 252 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.9 MiB/s rd, 942 KiB/s wr, 16 op/s 2023-10-14T00:10:14.427 INFO:tasks.rados.rados.0.smithi055.stdout:2547: done (3 left) 2023-10-14T00:10:14.427 INFO:tasks.rados.rados.0.smithi055.stdout:2548: snap_create 2023-10-14T00:10:14.427 INFO:tasks.rados.rados.0.smithi055.stdout:2544: finishing write tid 1 to smithi055169533-10 2023-10-14T00:10:14.428 INFO:tasks.rados.rados.0.smithi055.stdout:2544: finishing write tid 2 to smithi055169533-10 2023-10-14T00:10:14.428 INFO:tasks.rados.rados.0.smithi055.stdout:2544: finishing write tid 3 to smithi055169533-10 2023-10-14T00:10:14.428 INFO:tasks.rados.rados.0.smithi055.stdout:2544: finishing write tid 4 to smithi055169533-10 2023-10-14T00:10:14.428 INFO:tasks.rados.rados.0.smithi055.stdout:2544: finishing write tid 5 to smithi055169533-10 2023-10-14T00:10:14.428 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 10 v 1462 (ObjNum 804 snap 246 seq_num 804) dirty exists 2023-10-14T00:10:14.429 INFO:tasks.rados.rados.0.smithi055.stdout:2544: left oid 10 (ObjNum 804 snap 246 seq_num 804) 2023-10-14T00:10:14.429 INFO:tasks.rados.rados.0.smithi055.stdout:2545: finishing write tid 1 to smithi055169533-5 2023-10-14T00:10:14.429 INFO:tasks.rados.rados.0.smithi055.stdout:2545: finishing write tid 2 to smithi055169533-5 2023-10-14T00:10:14.429 INFO:tasks.rados.rados.0.smithi055.stdout:2545: finishing write tid 3 to smithi055169533-5 2023-10-14T00:10:14.429 INFO:tasks.rados.rados.0.smithi055.stdout:2545: finishing write tid 4 to smithi055169533-5 2023-10-14T00:10:14.429 INFO:tasks.rados.rados.0.smithi055.stdout:2545: finishing write tid 5 to smithi055169533-5 2023-10-14T00:10:14.430 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 5 v 1046 (ObjNum 805 snap 246 seq_num 805) dirty exists 2023-10-14T00:10:14.430 INFO:tasks.rados.rados.0.smithi055.stdout:2545: left oid 5 (ObjNum 805 snap 246 seq_num 805) 2023-10-14T00:10:14.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:14 smithi055 ceph-mon[183057]: osdmap e549: 8 total, 8 up, 8 in 2023-10-14T00:10:14.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:14 smithi055 ceph-mon[185614]: osdmap e549: 8 total, 8 up, 8 in 2023-10-14T00:10:14.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:14 smithi082 ceph-mon[180771]: osdmap e549: 8 total, 8 up, 8 in 2023-10-14T00:10:15.394 INFO:tasks.rados.rados.0.smithi055.stdout:2544: done (3 left) 2023-10-14T00:10:15.395 INFO:tasks.rados.rados.0.smithi055.stdout:2545: done (2 left) 2023-10-14T00:10:15.395 INFO:tasks.rados.rados.0.smithi055.stdout:2546: done (1 left) 2023-10-14T00:10:15.395 INFO:tasks.rados.rados.0.smithi055.stdout:2548: done (0 left) 2023-10-14T00:10:15.395 INFO:tasks.rados.rados.0.smithi055.stdout:2549: snap_create 2023-10-14T00:10:15.433 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:10:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:10:15] "GET /metrics HTTP/1.1" 200 36161 "" "Prometheus/2.43.0" 2023-10-14T00:10:15.434 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:15 smithi055 ceph-mon[183057]: osdmap e550: 8 total, 8 up, 8 in 2023-10-14T00:10:15.434 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:15 smithi055 ceph-mon[183057]: pgmap v538: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 265 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 615 KiB/s rd, 1.6 MiB/s wr, 9 op/s 2023-10-14T00:10:15.435 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:15 smithi055 ceph-mon[183057]: osdmap e551: 8 total, 8 up, 8 in 2023-10-14T00:10:15.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:15 smithi055 ceph-mon[185614]: osdmap e550: 8 total, 8 up, 8 in 2023-10-14T00:10:15.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:15 smithi055 ceph-mon[185614]: pgmap v538: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 265 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 615 KiB/s rd, 1.6 MiB/s wr, 9 op/s 2023-10-14T00:10:15.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:15 smithi055 ceph-mon[185614]: osdmap e551: 8 total, 8 up, 8 in 2023-10-14T00:10:15.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:15 smithi082 ceph-mon[180771]: osdmap e550: 8 total, 8 up, 8 in 2023-10-14T00:10:15.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:15 smithi082 ceph-mon[180771]: pgmap v538: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 265 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 615 KiB/s rd, 1.6 MiB/s wr, 9 op/s 2023-10-14T00:10:15.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:15 smithi082 ceph-mon[180771]: osdmap e551: 8 total, 8 up, 8 in 2023-10-14T00:10:16.395 INFO:tasks.rados.rados.0.smithi055.stdout:2549: done (0 left) 2023-10-14T00:10:16.396 INFO:tasks.rados.rados.0.smithi055.stdout:2550: delete oid 40 current snap is 248 2023-10-14T00:10:16.397 INFO:tasks.rados.rados.0.smithi055.stdout:2550: done (0 left) 2023-10-14T00:10:16.398 INFO:tasks.rados.rados.0.smithi055.stdout:2551: snap_remove snap 235 2023-10-14T00:10:17.414 INFO:tasks.rados.rados.0.smithi055.stdout:2551: done (0 left) 2023-10-14T00:10:17.414 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 5 current snap is 248 2023-10-14T00:10:17.414 INFO:tasks.rados.rados.0.smithi055.stdout:2552: seq_num 807 ranges {6381568=720896,7102464=729088,7831552=73728} 2023-10-14T00:10:17.454 INFO:tasks.rados.rados.0.smithi055.stdout:2552: writing smithi055169533-5 from 6381568 to 7102464 tid 1 2023-10-14T00:10:17.458 INFO:tasks.rados.rados.0.smithi055.stdout:2552: writing smithi055169533-5 from 7102464 to 7831552 tid 2 2023-10-14T00:10:17.459 INFO:tasks.rados.rados.0.smithi055.stdout:2552: writing smithi055169533-5 from 7831552 to 7905280 tid 3 2023-10-14T00:10:17.459 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 24 current snap is 248 2023-10-14T00:10:17.459 INFO:tasks.rados.rados.0.smithi055.stdout:2553: seq_num 808 ranges {3883008=737280,4620288=614400,5234688=188416} 2023-10-14T00:10:17.485 INFO:tasks.rados.rados.0.smithi055.stdout:2553: writing smithi055169533-24 from 3883008 to 4620288 tid 1 2023-10-14T00:10:17.489 INFO:tasks.rados.rados.0.smithi055.stdout:2553: writing smithi055169533-24 from 4620288 to 5234688 tid 2 2023-10-14T00:10:17.490 INFO:tasks.rados.rados.0.smithi055.stdout:2553: writing smithi055169533-24 from 5234688 to 5423104 tid 3 2023-10-14T00:10:17.491 INFO:tasks.rados.rados.0.smithi055.stdout:2554: rollback oid 13 current snap is 248 2023-10-14T00:10:17.491 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 13 to 212 2023-10-14T00:10:17.491 INFO:tasks.rados.rados.0.smithi055.stdout:2552: finishing write tid 1 to smithi055169533-5 2023-10-14T00:10:17.491 INFO:tasks.rados.rados.0.smithi055.stdout:2552: finishing write tid 2 to smithi055169533-5 2023-10-14T00:10:17.492 INFO:tasks.rados.rados.0.smithi055.stdout:2552: finishing write tid 3 to smithi055169533-5 2023-10-14T00:10:17.492 INFO:tasks.rados.rados.0.smithi055.stdout:2552: finishing write tid 4 to smithi055169533-5 2023-10-14T00:10:17.492 INFO:tasks.rados.rados.0.smithi055.stdout:2552: finishing write tid 5 to smithi055169533-5 2023-10-14T00:10:17.492 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 5 v 1050 (ObjNum 807 snap 248 seq_num 807) dirty exists 2023-10-14T00:10:17.492 INFO:tasks.rados.rados.0.smithi055.stdout:2552: left oid 5 (ObjNum 807 snap 248 seq_num 807) 2023-10-14T00:10:17.493 INFO:tasks.rados.rados.0.smithi055.stdout:2552: done (2 left) 2023-10-14T00:10:17.493 INFO:tasks.rados.rados.0.smithi055.stdout:2555: delete oid 45 current snap is 248 2023-10-14T00:10:17.493 INFO:tasks.rados.rados.0.smithi055.stdout:2553: finishing write tid 1 to smithi055169533-24 2023-10-14T00:10:17.494 INFO:tasks.rados.rados.0.smithi055.stdout:2554: finishing rollback tid 1 to smithi055169533-13 2023-10-14T00:10:17.494 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 13 v 1027 (ObjNum 289 snap 0 seq_num 0) dirty dne 2023-10-14T00:10:17.494 INFO:tasks.rados.rados.0.smithi055.stdout:2554: done (2 left) 2023-10-14T00:10:17.494 INFO:tasks.rados.rados.0.smithi055.stdout:2555: done (1 left) 2023-10-14T00:10:17.495 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 31 current snap is 248 2023-10-14T00:10:17.495 INFO:tasks.rados.rados.0.smithi055.stdout:2556: seq_num 810 ranges {0=770048,770048=778240,1548288=24576} 2023-10-14T00:10:17.496 INFO:tasks.rados.rados.0.smithi055.stdout:2556: writing smithi055169533-31 from 0 to 770048 tid 1 2023-10-14T00:10:17.501 INFO:tasks.rados.rados.0.smithi055.stdout:2556: writing smithi055169533-31 from 770048 to 1548288 tid 2 2023-10-14T00:10:17.501 INFO:tasks.rados.rados.0.smithi055.stdout:2556: writing smithi055169533-31 from 1548288 to 1572864 tid 3 2023-10-14T00:10:17.502 INFO:tasks.rados.rados.0.smithi055.stdout:2557: delete oid 44 current snap is 248 2023-10-14T00:10:17.502 INFO:tasks.rados.rados.0.smithi055.stdout:2553: finishing write tid 2 to smithi055169533-24 2023-10-14T00:10:17.502 INFO:tasks.rados.rados.0.smithi055.stdout:2553: finishing write tid 3 to smithi055169533-24 2023-10-14T00:10:17.502 INFO:tasks.rados.rados.0.smithi055.stdout:2553: finishing write tid 4 to smithi055169533-24 2023-10-14T00:10:17.502 INFO:tasks.rados.rados.0.smithi055.stdout:2553: finishing write tid 5 to smithi055169533-24 2023-10-14T00:10:17.503 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 24 v 1105 (ObjNum 808 snap 248 seq_num 808) dirty exists 2023-10-14T00:10:17.503 INFO:tasks.rados.rados.0.smithi055.stdout:2553: left oid 24 (ObjNum 808 snap 248 seq_num 808) 2023-10-14T00:10:17.503 INFO:tasks.rados.rados.0.smithi055.stdout:2556: finishing write tid 1 to smithi055169533-31 2023-10-14T00:10:17.503 INFO:tasks.rados.rados.0.smithi055.stdout:2553: done (2 left) 2023-10-14T00:10:17.504 INFO:tasks.rados.rados.0.smithi055.stdout:2557: done (1 left) 2023-10-14T00:10:17.504 INFO:tasks.rados.rados.0.smithi055.stdout:2558: snap_remove snap 218 2023-10-14T00:10:17.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:17 smithi055 ceph-mon[185614]: osdmap e552: 8 total, 8 up, 8 in 2023-10-14T00:10:17.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:17 smithi055 ceph-mon[185614]: pgmap v541: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 270 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.4 MiB/s rd, 2.4 MiB/s wr, 12 op/s 2023-10-14T00:10:17.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:17 smithi055 ceph-mon[183057]: osdmap e552: 8 total, 8 up, 8 in 2023-10-14T00:10:17.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:17 smithi055 ceph-mon[183057]: pgmap v541: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 270 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.4 MiB/s rd, 2.4 MiB/s wr, 12 op/s 2023-10-14T00:10:17.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:17 smithi082 ceph-mon[180771]: osdmap e552: 8 total, 8 up, 8 in 2023-10-14T00:10:17.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:17 smithi082 ceph-mon[180771]: pgmap v541: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 270 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.4 MiB/s rd, 2.4 MiB/s wr, 12 op/s 2023-10-14T00:10:18.423 INFO:tasks.rados.rados.0.smithi055.stdout:2558: done (1 left) 2023-10-14T00:10:18.423 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 39 current snap is 248 2023-10-14T00:10:18.423 INFO:tasks.rados.rados.0.smithi055.stdout:2556: finishing write tid 2 to smithi055169533-31 2023-10-14T00:10:18.423 INFO:tasks.rados.rados.0.smithi055.stdout:2559: seq_num 812 ranges {786432=802816,1589248=548864,2138112=253952} 2023-10-14T00:10:18.433 INFO:tasks.rados.rados.0.smithi055.stdout:2559: writing smithi055169533-39 from 786432 to 1589248 tid 1 2023-10-14T00:10:18.436 INFO:tasks.rados.rados.0.smithi055.stdout:2559: writing smithi055169533-39 from 1589248 to 2138112 tid 2 2023-10-14T00:10:18.438 INFO:tasks.rados.rados.0.smithi055.stdout:2559: writing smithi055169533-39 from 2138112 to 2392064 tid 3 2023-10-14T00:10:18.438 INFO:tasks.rados.rados.0.smithi055.stdout:2560: snap_remove snap 208 2023-10-14T00:10:18.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:18 smithi055 ceph-mon[185614]: osdmap e553: 8 total, 8 up, 8 in 2023-10-14T00:10:18.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:18 smithi055 ceph-mon[183057]: osdmap e553: 8 total, 8 up, 8 in 2023-10-14T00:10:18.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:18 smithi082 ceph-mon[180771]: osdmap e553: 8 total, 8 up, 8 in 2023-10-14T00:10:19.442 INFO:tasks.rados.rados.0.smithi055.stdout:2560: done (2 left) 2023-10-14T00:10:19.442 INFO:tasks.rados.rados.0.smithi055.stdout:2561: copy_from oid 29 from oid 2 current snap is 248 2023-10-14T00:10:19.442 INFO:tasks.rados.rados.0.smithi055.stdout:2562: read oid 13 snap 243 2023-10-14T00:10:19.443 INFO:tasks.rados.rados.0.smithi055.stdout:2562: expect deleted 2023-10-14T00:10:19.443 INFO:tasks.rados.rados.0.smithi055.stdout:2563: copy_from oid 50 from oid 48 current snap is 248 2023-10-14T00:10:19.443 INFO:tasks.rados.rados.0.smithi055.stdout:2564: rmattr oid 32 current snap is 248 2023-10-14T00:10:19.443 INFO:tasks.rados.rados.0.smithi055.stdout:2565: rmattr oid 6 current snap is 248 2023-10-14T00:10:19.443 INFO:tasks.rados.rados.0.smithi055.stdout:2565: done (6 left) 2023-10-14T00:10:19.444 INFO:tasks.rados.rados.0.smithi055.stdout:2566: snap_create 2023-10-14T00:10:19.444 INFO:tasks.rados.rados.0.smithi055.stdout:2556: finishing write tid 3 to smithi055169533-31 2023-10-14T00:10:19.444 INFO:tasks.rados.rados.0.smithi055.stdout:2556: finishing write tid 4 to smithi055169533-31 2023-10-14T00:10:19.444 INFO:tasks.rados.rados.0.smithi055.stdout:2556: finishing write tid 5 to smithi055169533-31 2023-10-14T00:10:19.444 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 31 v 1054 (ObjNum 810 snap 248 seq_num 810) dirty exists 2023-10-14T00:10:19.445 INFO:tasks.rados.rados.0.smithi055.stdout:2556: left oid 31 (ObjNum 810 snap 248 seq_num 810) 2023-10-14T00:10:19.445 INFO:tasks.rados.rados.0.smithi055.stdout:2559: finishing write tid 1 to smithi055169533-39 2023-10-14T00:10:19.445 INFO:tasks.rados.rados.0.smithi055.stdout:2559: finishing write tid 2 to smithi055169533-39 2023-10-14T00:10:19.445 INFO:tasks.rados.rados.0.smithi055.stdout:2559: finishing write tid 3 to smithi055169533-39 2023-10-14T00:10:19.445 INFO:tasks.rados.rados.0.smithi055.stdout:2559: finishing write tid 4 to smithi055169533-39 2023-10-14T00:10:19.446 INFO:tasks.rados.rados.0.smithi055.stdout:2559: finishing write tid 5 to smithi055169533-39 2023-10-14T00:10:19.446 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 39 v 1491 (ObjNum 812 snap 248 seq_num 812) dirty exists 2023-10-14T00:10:19.446 INFO:tasks.rados.rados.0.smithi055.stdout:2559: left oid 39 (ObjNum 812 snap 248 seq_num 812) 2023-10-14T00:10:19.450 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 32 v 584 (ObjNum 750 snap 230 seq_num 750) dirty exists 2023-10-14T00:10:19.457 INFO:tasks.rados.rados.0.smithi055.stdout:2561: finishing copy_from racing read to smithi055169533-29 2023-10-14T00:10:19.458 INFO:tasks.rados.rados.0.smithi055.stdout:2561: finishing copy_from to smithi055169533-29 2023-10-14T00:10:19.458 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 29 v 1030 (ObjNum 784 snap 240 seq_num 784) dirty exists 2023-10-14T00:10:19.479 INFO:tasks.rados.rados.0.smithi055.stdout:2563: finishing copy_from racing read to smithi055169533-50 2023-10-14T00:10:19.482 INFO:tasks.rados.rados.0.smithi055.stdout:2563: finishing copy_from to smithi055169533-50 2023-10-14T00:10:19.482 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 50 v 830 (ObjNum 704 snap 207 seq_num 704) dirty exists 2023-10-14T00:10:19.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:19 smithi055 ceph-mon[185614]: osdmap e554: 8 total, 8 up, 8 in 2023-10-14T00:10:19.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:19 smithi055 ceph-mon[185614]: pgmap v544: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 270 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 835 KiB/s rd, 1.0 MiB/s wr, 4 op/s 2023-10-14T00:10:19.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:19 smithi055 ceph-mon[183057]: osdmap e554: 8 total, 8 up, 8 in 2023-10-14T00:10:19.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:19 smithi055 ceph-mon[183057]: pgmap v544: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 270 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 835 KiB/s rd, 1.0 MiB/s wr, 4 op/s 2023-10-14T00:10:19.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:19 smithi082 ceph-mon[180771]: osdmap e554: 8 total, 8 up, 8 in 2023-10-14T00:10:19.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:19 smithi082 ceph-mon[180771]: pgmap v544: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 270 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 835 KiB/s rd, 1.0 MiB/s wr, 4 op/s 2023-10-14T00:10:20.405 INFO:tasks.rados.rados.0.smithi055.stdout:2556: done (6 left) 2023-10-14T00:10:20.406 INFO:tasks.rados.rados.0.smithi055.stdout:2559: done (5 left) 2023-10-14T00:10:20.406 INFO:tasks.rados.rados.0.smithi055.stdout:2561: done (4 left) 2023-10-14T00:10:20.406 INFO:tasks.rados.rados.0.smithi055.stdout:2562: done (3 left) 2023-10-14T00:10:20.406 INFO:tasks.rados.rados.0.smithi055.stdout:2563: done (2 left) 2023-10-14T00:10:20.407 INFO:tasks.rados.rados.0.smithi055.stdout:2564: done (1 left) 2023-10-14T00:10:20.407 INFO:tasks.rados.rados.0.smithi055.stdout:2566: done (0 left) 2023-10-14T00:10:20.407 INFO:tasks.rados.rados.0.smithi055.stdout:2567: read oid 19 snap -1 2023-10-14T00:10:20.407 INFO:tasks.rados.rados.0.smithi055.stdout:2567: expect (ObjNum 656 snap 185 seq_num 656) 2023-10-14T00:10:20.407 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 41 current snap is 249 2023-10-14T00:10:20.408 INFO:tasks.rados.rados.0.smithi055.stdout:2568: seq_num 813 ranges {0=417792,417792=434176,851968=442368,1294336=327680} 2023-10-14T00:10:20.408 INFO:tasks.rados.rados.0.smithi055.stdout:2568: writing smithi055169533-41 from 0 to 417792 tid 1 2023-10-14T00:10:20.411 INFO:tasks.rados.rados.0.smithi055.stdout:2568: writing smithi055169533-41 from 417792 to 851968 tid 2 2023-10-14T00:10:20.415 INFO:tasks.rados.rados.0.smithi055.stdout:2568: writing smithi055169533-41 from 851968 to 1294336 tid 3 2023-10-14T00:10:20.425 INFO:tasks.rados.rados.0.smithi055.stdout:2568: writing smithi055169533-41 from 1294336 to 1622016 tid 4 2023-10-14T00:10:20.425 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 7 current snap is 249 2023-10-14T00:10:20.425 INFO:tasks.rados.rados.0.smithi055.stdout:2569: seq_num 814 ranges {3588096=442368,4030464=770048,4800512=434176} 2023-10-14T00:10:20.440 INFO:tasks.rados.rados.0.smithi055.stdout:2569: writing smithi055169533-7 from 3588096 to 4030464 tid 1 2023-10-14T00:10:20.444 INFO:tasks.rados.rados.0.smithi055.stdout:2569: writing smithi055169533-7 from 4030464 to 4800512 tid 2 2023-10-14T00:10:20.447 INFO:tasks.rados.rados.0.smithi055.stdout:2569: writing smithi055169533-7 from 4800512 to 5234688 tid 3 2023-10-14T00:10:20.447 INFO:tasks.rados.rados.0.smithi055.stdout:2568: finishing write tid 1 to smithi055169533-41 2023-10-14T00:10:20.447 INFO:tasks.rados.rados.0.smithi055.stdout:2568: finishing write tid 2 to smithi055169533-41 2023-10-14T00:10:20.448 INFO:tasks.rados.rados.0.smithi055.stdout:2570: snap_create 2023-10-14T00:10:20.448 INFO:tasks.rados.rados.0.smithi055.stdout:2567: expect (ObjNum 656 snap 185 seq_num 656) 2023-10-14T00:10:20.541 INFO:tasks.rados.rados.0.smithi055.stdout:2568: finishing write tid 3 to smithi055169533-41 2023-10-14T00:10:20.541 INFO:tasks.rados.rados.0.smithi055.stdout:2568: finishing write tid 4 to smithi055169533-41 2023-10-14T00:10:20.541 INFO:tasks.rados.rados.0.smithi055.stdout:2568: finishing write tid 5 to smithi055169533-41 2023-10-14T00:10:20.541 INFO:tasks.rados.rados.0.smithi055.stdout:2568: finishing write tid 6 to smithi055169533-41 2023-10-14T00:10:20.542 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 41 v 1340 (ObjNum 813 snap 249 seq_num 813) dirty exists 2023-10-14T00:10:20.542 INFO:tasks.rados.rados.0.smithi055.stdout:2568: left oid 41 (ObjNum 813 snap 249 seq_num 813) 2023-10-14T00:10:20.542 INFO:tasks.rados.rados.0.smithi055.stdout:2569: finishing write tid 1 to smithi055169533-7 2023-10-14T00:10:20.542 INFO:tasks.rados.rados.0.smithi055.stdout:2569: finishing write tid 2 to smithi055169533-7 2023-10-14T00:10:20.542 INFO:tasks.rados.rados.0.smithi055.stdout:2569: finishing write tid 3 to smithi055169533-7 2023-10-14T00:10:20.543 INFO:tasks.rados.rados.0.smithi055.stdout:2569: finishing write tid 4 to smithi055169533-7 2023-10-14T00:10:20.543 INFO:tasks.rados.rados.0.smithi055.stdout:2569: finishing write tid 5 to smithi055169533-7 2023-10-14T00:10:20.543 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 7 v 859 (ObjNum 814 snap 249 seq_num 814) dirty exists 2023-10-14T00:10:20.543 INFO:tasks.rados.rados.0.smithi055.stdout:2569: left oid 7 (ObjNum 814 snap 249 seq_num 814) 2023-10-14T00:10:20.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:20 smithi055 ceph-mon[185614]: osdmap e555: 8 total, 8 up, 8 in 2023-10-14T00:10:20.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:20 smithi055 ceph-mon[185614]: osdmap e556: 8 total, 8 up, 8 in 2023-10-14T00:10:20.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:20 smithi055 ceph-mon[183057]: osdmap e555: 8 total, 8 up, 8 in 2023-10-14T00:10:20.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:20 smithi055 ceph-mon[183057]: osdmap e556: 8 total, 8 up, 8 in 2023-10-14T00:10:20.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:20 smithi082 ceph-mon[180771]: osdmap e555: 8 total, 8 up, 8 in 2023-10-14T00:10:20.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:20 smithi082 ceph-mon[180771]: osdmap e556: 8 total, 8 up, 8 in 2023-10-14T00:10:21.475 INFO:tasks.rados.rados.0.smithi055.stdout:2567: done (3 left) 2023-10-14T00:10:21.475 INFO:tasks.rados.rados.0.smithi055.stdout:2568: done (2 left) 2023-10-14T00:10:21.476 INFO:tasks.rados.rados.0.smithi055.stdout:2569: done (1 left) 2023-10-14T00:10:21.476 INFO:tasks.rados.rados.0.smithi055.stdout:2570: done (0 left) 2023-10-14T00:10:21.476 INFO:tasks.rados.rados.0.smithi055.stdout:2571: read oid 29 snap -1 2023-10-14T00:10:21.476 INFO:tasks.rados.rados.0.smithi055.stdout:2571: expect (ObjNum 784 snap 240 seq_num 784) 2023-10-14T00:10:21.476 INFO:tasks.rados.rados.0.smithi055.stdout:2572: snap_create 2023-10-14T00:10:21.482 INFO:tasks.rados.rados.0.smithi055.stdout:2571: expect (ObjNum 784 snap 240 seq_num 784) 2023-10-14T00:10:21.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:21 smithi055 ceph-mon[185614]: pgmap v547: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 260 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 1.0 MiB/s wr, 5 op/s 2023-10-14T00:10:21.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:21 smithi055 ceph-mon[183057]: pgmap v547: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 260 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 1.0 MiB/s wr, 5 op/s 2023-10-14T00:10:21.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:21 smithi082 ceph-mon[180771]: pgmap v547: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 260 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 1.0 MiB/s wr, 5 op/s 2023-10-14T00:10:22.485 INFO:tasks.rados.rados.0.smithi055.stdout:2571: done (1 left) 2023-10-14T00:10:22.485 INFO:tasks.rados.rados.0.smithi055.stdout:2572: done (0 left) 2023-10-14T00:10:22.486 INFO:tasks.rados.rados.0.smithi055.stdout:2573: delete oid 3 current snap is 251 2023-10-14T00:10:22.493 INFO:tasks.rados.rados.0.smithi055.stdout:2573: done (0 left) 2023-10-14T00:10:22.493 INFO:tasks.rados.rados.0.smithi055.stdout:2574: read oid 38 snap -1 2023-10-14T00:10:22.494 INFO:tasks.rados.rados.0.smithi055.stdout:2574: expect (ObjNum 758 snap 231 seq_num 758) 2023-10-14T00:10:22.494 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 16 current snap is 251 2023-10-14T00:10:22.494 INFO:tasks.rados.rados.0.smithi055.stdout:2575: seq_num 816 ranges {0=475136,475136=540672,1015808=614400,1630208=49152} 2023-10-14T00:10:22.497 INFO:tasks.rados.rados.0.smithi055.stdout:2575: writing smithi055169533-16 from 0 to 475136 tid 1 2023-10-14T00:10:22.500 INFO:tasks.rados.rados.0.smithi055.stdout:2575: writing smithi055169533-16 from 475136 to 1015808 tid 2 2023-10-14T00:10:22.504 INFO:tasks.rados.rados.0.smithi055.stdout:2575: writing smithi055169533-16 from 1015808 to 1630208 tid 3 2023-10-14T00:10:22.505 INFO:tasks.rados.rados.0.smithi055.stdout:2575: writing smithi055169533-16 from 1630208 to 1679360 tid 4 2023-10-14T00:10:22.505 INFO:tasks.rados.rados.0.smithi055.stdout:2576: delete oid 12 current snap is 251 2023-10-14T00:10:22.505 INFO:tasks.rados.rados.0.smithi055.stdout:2575: finishing write tid 1 to smithi055169533-16 2023-10-14T00:10:22.506 INFO:tasks.rados.rados.0.smithi055.stdout:2575: finishing write tid 2 to smithi055169533-16 2023-10-14T00:10:22.506 INFO:tasks.rados.rados.0.smithi055.stdout:2574: expect (ObjNum 758 snap 231 seq_num 758) 2023-10-14T00:10:22.625 INFO:tasks.rados.rados.0.smithi055.stdout:2575: finishing write tid 3 to smithi055169533-16 2023-10-14T00:10:22.625 INFO:tasks.rados.rados.0.smithi055.stdout:2575: finishing write tid 4 to smithi055169533-16 2023-10-14T00:10:22.625 INFO:tasks.rados.rados.0.smithi055.stdout:2575: finishing write tid 5 to smithi055169533-16 2023-10-14T00:10:22.626 INFO:tasks.rados.rados.0.smithi055.stdout:2575: finishing write tid 6 to smithi055169533-16 2023-10-14T00:10:22.626 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 16 v 350 (ObjNum 816 snap 251 seq_num 816) dirty exists 2023-10-14T00:10:22.626 INFO:tasks.rados.rados.0.smithi055.stdout:2575: left oid 16 (ObjNum 816 snap 251 seq_num 816) 2023-10-14T00:10:22.626 INFO:tasks.rados.rados.0.smithi055.stdout:2574: done (2 left) 2023-10-14T00:10:22.626 INFO:tasks.rados.rados.0.smithi055.stdout:2575: done (1 left) 2023-10-14T00:10:22.627 INFO:tasks.rados.rados.0.smithi055.stdout:2576: done (0 left) 2023-10-14T00:10:22.627 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 45 current snap is 251 2023-10-14T00:10:22.627 INFO:tasks.rados.rados.0.smithi055.stdout:2577: seq_num 818 ranges {0=507904,507904=704512,1212416=499712} 2023-10-14T00:10:22.627 INFO:tasks.rados.rados.0.smithi055.stdout:2577: writing smithi055169533-45 from 0 to 507904 tid 1 2023-10-14T00:10:22.631 INFO:tasks.rados.rados.0.smithi055.stdout:2577: writing smithi055169533-45 from 507904 to 1212416 tid 2 2023-10-14T00:10:22.635 INFO:tasks.rados.rados.0.smithi055.stdout:2577: writing smithi055169533-45 from 1212416 to 1712128 tid 3 2023-10-14T00:10:22.635 INFO:tasks.rados.rados.0.smithi055.stdout:2578: rmattr oid 4 current snap is 251 2023-10-14T00:10:22.635 INFO:tasks.rados.rados.0.smithi055.stdout:2578: done (1 left) 2023-10-14T00:10:22.635 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 25 current snap is 251 2023-10-14T00:10:22.636 INFO:tasks.rados.rados.0.smithi055.stdout:2577: finishing write tid 1 to smithi055169533-45 2023-10-14T00:10:22.636 INFO:tasks.rados.rados.0.smithi055.stdout:2579: seq_num 819 ranges {1671168=524288,2195456=589824,2785280=614400} 2023-10-14T00:10:22.647 INFO:tasks.rados.rados.0.smithi055.stdout:2579: writing smithi055169533-25 from 1671168 to 2195456 tid 1 2023-10-14T00:10:22.650 INFO:tasks.rados.rados.0.smithi055.stdout:2579: writing smithi055169533-25 from 2195456 to 2785280 tid 2 2023-10-14T00:10:22.655 INFO:tasks.rados.rados.0.smithi055.stdout:2579: writing smithi055169533-25 from 2785280 to 3399680 tid 3 2023-10-14T00:10:22.655 INFO:tasks.rados.rados.0.smithi055.stdout:2580: rmattr oid 5 current snap is 251 2023-10-14T00:10:22.655 INFO:tasks.rados.rados.0.smithi055.stdout:2577: finishing write tid 2 to smithi055169533-45 2023-10-14T00:10:22.655 INFO:tasks.rados.rados.0.smithi055.stdout:2577: finishing write tid 3 to smithi055169533-45 2023-10-14T00:10:22.655 INFO:tasks.rados.rados.0.smithi055.stdout:2577: finishing write tid 4 to smithi055169533-45 2023-10-14T00:10:22.656 INFO:tasks.rados.rados.0.smithi055.stdout:2577: finishing write tid 5 to smithi055169533-45 2023-10-14T00:10:22.656 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 45 v 863 (ObjNum 818 snap 251 seq_num 818) dirty exists 2023-10-14T00:10:22.656 INFO:tasks.rados.rados.0.smithi055.stdout:2577: left oid 45 (ObjNum 818 snap 251 seq_num 818) 2023-10-14T00:10:22.656 INFO:tasks.rados.rados.0.smithi055.stdout:2579: finishing write tid 1 to smithi055169533-25 2023-10-14T00:10:22.656 INFO:tasks.rados.rados.0.smithi055.stdout:2579: finishing write tid 2 to smithi055169533-25 2023-10-14T00:10:22.657 INFO:tasks.rados.rados.0.smithi055.stdout:2577: done (2 left) 2023-10-14T00:10:22.657 INFO:tasks.rados.rados.0.smithi055.stdout:2581: snap_remove snap 246 2023-10-14T00:10:22.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:22 smithi055 ceph-mon[185614]: osdmap e557: 8 total, 8 up, 8 in 2023-10-14T00:10:22.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:22 smithi055 ceph-mon[183057]: osdmap e557: 8 total, 8 up, 8 in 2023-10-14T00:10:22.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:22 smithi082 ceph-mon[180771]: osdmap e557: 8 total, 8 up, 8 in 2023-10-14T00:10:23.502 INFO:tasks.rados.rados.0.smithi055.stdout:2581: done (2 left) 2023-10-14T00:10:23.502 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 44 current snap is 251 2023-10-14T00:10:23.502 INFO:tasks.rados.rados.0.smithi055.stdout:2579: finishing write tid 3 to smithi055169533-25 2023-10-14T00:10:23.502 INFO:tasks.rados.rados.0.smithi055.stdout:2582: seq_num 820 ranges {0=540672,540672=475136,1015808=598016,1613824=131072} 2023-10-14T00:10:23.508 INFO:tasks.rados.rados.0.smithi055.stdout:2582: writing smithi055169533-44 from 0 to 540672 tid 1 2023-10-14T00:10:23.510 INFO:tasks.rados.rados.0.smithi055.stdout:2582: writing smithi055169533-44 from 540672 to 1015808 tid 2 2023-10-14T00:10:23.512 INFO:tasks.rados.rados.0.smithi055.stdout:2582: writing smithi055169533-44 from 1015808 to 1613824 tid 3 2023-10-14T00:10:23.513 INFO:tasks.rados.rados.0.smithi055.stdout:2582: writing smithi055169533-44 from 1613824 to 1744896 tid 4 2023-10-14T00:10:23.513 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 46 current snap is 251 2023-10-14T00:10:23.514 INFO:tasks.rados.rados.0.smithi055.stdout:2579: finishing write tid 4 to smithi055169533-25 2023-10-14T00:10:23.514 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 5 v 1055 (ObjNum 807 snap 248 seq_num 807) dirty exists 2023-10-14T00:10:23.514 INFO:tasks.rados.rados.0.smithi055.stdout:2579: finishing write tid 5 to smithi055169533-25 2023-10-14T00:10:23.514 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 25 v 368 (ObjNum 819 snap 251 seq_num 819) dirty exists 2023-10-14T00:10:23.515 INFO:tasks.rados.rados.0.smithi055.stdout:2579: left oid 25 (ObjNum 819 snap 251 seq_num 819) 2023-10-14T00:10:23.515 INFO:tasks.rados.rados.0.smithi055.stdout:2582: finishing write tid 1 to smithi055169533-44 2023-10-14T00:10:23.515 INFO:tasks.rados.rados.0.smithi055.stdout:2583: seq_num 821 ranges {0=557056,557056=761856,1318912=442368} 2023-10-14T00:10:23.516 INFO:tasks.rados.rados.0.smithi055.stdout:2583: writing smithi055169533-46 from 0 to 557056 tid 1 2023-10-14T00:10:23.521 INFO:tasks.rados.rados.0.smithi055.stdout:2583: writing smithi055169533-46 from 557056 to 1318912 tid 2 2023-10-14T00:10:23.524 INFO:tasks.rados.rados.0.smithi055.stdout:2583: writing smithi055169533-46 from 1318912 to 1761280 tid 3 2023-10-14T00:10:23.524 INFO:tasks.rados.rados.0.smithi055.stdout:2579: done (3 left) 2023-10-14T00:10:23.525 INFO:tasks.rados.rados.0.smithi055.stdout:2580: done (2 left) 2023-10-14T00:10:23.525 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 24 current snap is 251 2023-10-14T00:10:23.525 INFO:tasks.rados.rados.0.smithi055.stdout:2582: finishing write tid 2 to smithi055169533-44 2023-10-14T00:10:23.525 INFO:tasks.rados.rados.0.smithi055.stdout:2584: seq_num 822 ranges {5423104=573440,5996544=696320,6692864=507904} 2023-10-14T00:10:23.558 INFO:tasks.rados.rados.0.smithi055.stdout:2584: writing smithi055169533-24 from 5423104 to 5996544 tid 1 2023-10-14T00:10:23.562 INFO:tasks.rados.rados.0.smithi055.stdout:2584: writing smithi055169533-24 from 5996544 to 6692864 tid 2 2023-10-14T00:10:23.565 INFO:tasks.rados.rados.0.smithi055.stdout:2584: writing smithi055169533-24 from 6692864 to 7200768 tid 3 2023-10-14T00:10:23.566 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 48 current snap is 251 2023-10-14T00:10:23.566 INFO:tasks.rados.rados.0.smithi055.stdout:2582: finishing write tid 3 to smithi055169533-44 2023-10-14T00:10:23.566 INFO:tasks.rados.rados.0.smithi055.stdout:2582: finishing write tid 4 to smithi055169533-44 2023-10-14T00:10:23.566 INFO:tasks.rados.rados.0.smithi055.stdout:2582: finishing write tid 5 to smithi055169533-44 2023-10-14T00:10:23.566 INFO:tasks.rados.rados.0.smithi055.stdout:2585: seq_num 823 ranges {6135808=589824,6725632=573440,7299072=630784} 2023-10-14T00:10:23.603 INFO:tasks.rados.rados.0.smithi055.stdout:2585: writing smithi055169533-48 from 6135808 to 6725632 tid 1 2023-10-14T00:10:23.607 INFO:tasks.rados.rados.0.smithi055.stdout:2585: writing smithi055169533-48 from 6725632 to 7299072 tid 2 2023-10-14T00:10:23.611 INFO:tasks.rados.rados.0.smithi055.stdout:2585: writing smithi055169533-48 from 7299072 to 7929856 tid 3 2023-10-14T00:10:23.612 INFO:tasks.rados.rados.0.smithi055.stdout:2586: rollback oid 3 current snap is 251 2023-10-14T00:10:23.612 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 3 to 241 2023-10-14T00:10:23.612 INFO:tasks.rados.rados.0.smithi055.stdout:2582: finishing write tid 6 to smithi055169533-44 2023-10-14T00:10:23.612 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 44 v 870 (ObjNum 820 snap 251 seq_num 820) dirty exists 2023-10-14T00:10:23.613 INFO:tasks.rados.rados.0.smithi055.stdout:2582: left oid 44 (ObjNum 820 snap 251 seq_num 820) 2023-10-14T00:10:23.613 INFO:tasks.rados.rados.0.smithi055.stdout:2583: finishing write tid 1 to smithi055169533-46 2023-10-14T00:10:23.613 INFO:tasks.rados.rados.0.smithi055.stdout:2583: finishing write tid 2 to smithi055169533-46 2023-10-14T00:10:23.613 INFO:tasks.rados.rados.0.smithi055.stdout:2583: finishing write tid 3 to smithi055169533-46 2023-10-14T00:10:23.613 INFO:tasks.rados.rados.0.smithi055.stdout:2583: finishing write tid 4 to smithi055169533-46 2023-10-14T00:10:23.613 INFO:tasks.rados.rados.0.smithi055.stdout:2583: finishing write tid 5 to smithi055169533-46 2023-10-14T00:10:23.614 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 46 v 773 (ObjNum 821 snap 251 seq_num 821) dirty exists 2023-10-14T00:10:23.614 INFO:tasks.rados.rados.0.smithi055.stdout:2583: left oid 46 (ObjNum 821 snap 251 seq_num 821) 2023-10-14T00:10:23.614 INFO:tasks.rados.rados.0.smithi055.stdout:2584: finishing write tid 1 to smithi055169533-24 2023-10-14T00:10:23.614 INFO:tasks.rados.rados.0.smithi055.stdout:2582: done (4 left) 2023-10-14T00:10:23.614 INFO:tasks.rados.rados.0.smithi055.stdout:2583: done (3 left) 2023-10-14T00:10:23.615 INFO:tasks.rados.rados.0.smithi055.stdout:2587: snap_create 2023-10-14T00:10:23.615 INFO:tasks.rados.rados.0.smithi055.stdout:2584: finishing write tid 2 to smithi055169533-24 2023-10-14T00:10:23.615 INFO:tasks.rados.rados.0.smithi055.stdout:2584: finishing write tid 3 to smithi055169533-24 2023-10-14T00:10:23.615 INFO:tasks.rados.rados.0.smithi055.stdout:2584: finishing write tid 4 to smithi055169533-24 2023-10-14T00:10:23.615 INFO:tasks.rados.rados.0.smithi055.stdout:2584: finishing write tid 5 to smithi055169533-24 2023-10-14T00:10:23.616 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 24 v 1109 (ObjNum 822 snap 251 seq_num 822) dirty exists 2023-10-14T00:10:23.616 INFO:tasks.rados.rados.0.smithi055.stdout:2584: left oid 24 (ObjNum 822 snap 251 seq_num 822) 2023-10-14T00:10:23.616 INFO:tasks.rados.rados.0.smithi055.stdout:2585: finishing write tid 1 to smithi055169533-48 2023-10-14T00:10:23.616 INFO:tasks.rados.rados.0.smithi055.stdout:2585: finishing write tid 2 to smithi055169533-48 2023-10-14T00:10:23.617 INFO:tasks.rados.rados.0.smithi055.stdout:2586: finishing rollback tid 1 to smithi055169533-3 2023-10-14T00:10:23.617 INFO:tasks.rados.rados.0.smithi055.stdout:2585: finishing write tid 3 to smithi055169533-48 2023-10-14T00:10:23.617 INFO:tasks.rados.rados.0.smithi055.stdout:2586: finishing rollback tid 2 to smithi055169533-3 2023-10-14T00:10:23.617 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 3 v 1321 (ObjNum 791 snap 241 seq_num 791) dirty exists 2023-10-14T00:10:23.618 INFO:tasks.rados.rados.0.smithi055.stdout:2585: finishing write tid 4 to smithi055169533-48 2023-10-14T00:10:23.618 INFO:tasks.rados.rados.0.smithi055.stdout:2585: finishing write tid 5 to smithi055169533-48 2023-10-14T00:10:23.618 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 48 v 839 (ObjNum 823 snap 251 seq_num 823) dirty exists 2023-10-14T00:10:23.618 INFO:tasks.rados.rados.0.smithi055.stdout:2585: left oid 48 (ObjNum 823 snap 251 seq_num 823) 2023-10-14T00:10:23.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:23 smithi055 ceph-mon[185614]: osdmap e558: 8 total, 8 up, 8 in 2023-10-14T00:10:23.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:23 smithi055 ceph-mon[185614]: pgmap v550: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 263 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1023 B/s rd, 1.8 MiB/s wr, 8 op/s 2023-10-14T00:10:23.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:23 smithi055 ceph-mon[183057]: osdmap e558: 8 total, 8 up, 8 in 2023-10-14T00:10:23.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:23 smithi055 ceph-mon[183057]: pgmap v550: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 263 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1023 B/s rd, 1.8 MiB/s wr, 8 op/s 2023-10-14T00:10:23.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:23 smithi082 ceph-mon[180771]: osdmap e558: 8 total, 8 up, 8 in 2023-10-14T00:10:23.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:23 smithi082 ceph-mon[180771]: pgmap v550: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 263 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1023 B/s rd, 1.8 MiB/s wr, 8 op/s 2023-10-14T00:10:24.516 INFO:tasks.rados.rados.0.smithi055.stdout:2584: done (3 left) 2023-10-14T00:10:24.516 INFO:tasks.rados.rados.0.smithi055.stdout:2585: done (2 left) 2023-10-14T00:10:24.516 INFO:tasks.rados.rados.0.smithi055.stdout:2586: done (1 left) 2023-10-14T00:10:24.517 INFO:tasks.rados.rados.0.smithi055.stdout:2587: done (0 left) 2023-10-14T00:10:24.517 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 10 current snap is 252 2023-10-14T00:10:24.517 INFO:tasks.rados.rados.0.smithi055.stdout:2588: seq_num 824 ranges {1474560=606208,2080768=458752,2539520=573440,3112960=172032} 2023-10-14T00:10:24.527 INFO:tasks.rados.rados.0.smithi055.stdout:2588: writing smithi055169533-10 from 1474560 to 2080768 tid 1 2023-10-14T00:10:24.530 INFO:tasks.rados.rados.0.smithi055.stdout:2588: writing smithi055169533-10 from 2080768 to 2539520 tid 2 2023-10-14T00:10:24.533 INFO:tasks.rados.rados.0.smithi055.stdout:2588: writing smithi055169533-10 from 2539520 to 3112960 tid 3 2023-10-14T00:10:24.535 INFO:tasks.rados.rados.0.smithi055.stdout:2588: writing smithi055169533-10 from 3112960 to 3284992 tid 4 2023-10-14T00:10:24.535 INFO:tasks.rados.rados.0.smithi055.stdout:2589: read oid 21 snap -1 2023-10-14T00:10:24.535 INFO:tasks.rados.rados.0.smithi055.stdout:2589: expect (ObjNum 723 snap 213 seq_num 723) 2023-10-14T00:10:24.535 INFO:tasks.rados.rados.0.smithi055.stdout:2590: read oid 29 snap -1 2023-10-14T00:10:24.536 INFO:tasks.rados.rados.0.smithi055.stdout:2590: expect (ObjNum 784 snap 240 seq_num 784) 2023-10-14T00:10:24.536 INFO:tasks.rados.rados.0.smithi055.stdout:2591: read oid 42 snap -1 2023-10-14T00:10:24.536 INFO:tasks.rados.rados.0.smithi055.stdout:2591: expect (ObjNum 659 snap 186 seq_num 659) 2023-10-14T00:10:24.536 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 8 current snap is 252 2023-10-14T00:10:24.536 INFO:tasks.rados.rados.0.smithi055.stdout:2592: seq_num 825 ranges {0=622592,622592=745472,1368064=458752} 2023-10-14T00:10:24.539 INFO:tasks.rados.rados.0.smithi055.stdout:2592: writing smithi055169533-8 from 0 to 622592 tid 1 2023-10-14T00:10:24.544 INFO:tasks.rados.rados.0.smithi055.stdout:2592: writing smithi055169533-8 from 622592 to 1368064 tid 2 2023-10-14T00:10:24.548 INFO:tasks.rados.rados.0.smithi055.stdout:2592: writing smithi055169533-8 from 1368064 to 1826816 tid 3 2023-10-14T00:10:24.548 INFO:tasks.rados.rados.0.smithi055.stdout:2593: delete oid 15 current snap is 252 2023-10-14T00:10:24.548 INFO:tasks.rados.rados.0.smithi055.stdout:2588: finishing write tid 1 to smithi055169533-10 2023-10-14T00:10:24.548 INFO:tasks.rados.rados.0.smithi055.stdout:2588: finishing write tid 2 to smithi055169533-10 2023-10-14T00:10:24.549 INFO:tasks.rados.rados.0.smithi055.stdout:2590: expect (ObjNum 784 snap 240 seq_num 784) 2023-10-14T00:10:24.582 INFO:tasks.rados.rados.0.smithi055.stdout:2588: finishing write tid 3 to smithi055169533-10 2023-10-14T00:10:24.582 INFO:tasks.rados.rados.0.smithi055.stdout:2588: finishing write tid 4 to smithi055169533-10 2023-10-14T00:10:24.582 INFO:tasks.rados.rados.0.smithi055.stdout:2588: finishing write tid 5 to smithi055169533-10 2023-10-14T00:10:24.583 INFO:tasks.rados.rados.0.smithi055.stdout:2588: finishing write tid 6 to smithi055169533-10 2023-10-14T00:10:24.583 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 10 v 1519 (ObjNum 824 snap 252 seq_num 824) dirty exists 2023-10-14T00:10:24.583 INFO:tasks.rados.rados.0.smithi055.stdout:2588: left oid 10 (ObjNum 824 snap 252 seq_num 824) 2023-10-14T00:10:24.583 INFO:tasks.rados.rados.0.smithi055.stdout:2591: expect (ObjNum 659 snap 186 seq_num 659) 2023-10-14T00:10:24.673 INFO:tasks.rados.rados.0.smithi055.stdout:2592: finishing write tid 1 to smithi055169533-8 2023-10-14T00:10:24.673 INFO:tasks.rados.rados.0.smithi055.stdout:2592: finishing write tid 2 to smithi055169533-8 2023-10-14T00:10:24.673 INFO:tasks.rados.rados.0.smithi055.stdout:2589: expect (ObjNum 723 snap 213 seq_num 723) 2023-10-14T00:10:24.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:24 smithi055 ceph-mon[185614]: osdmap e559: 8 total, 8 up, 8 in 2023-10-14T00:10:24.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:10:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:24 smithi055 ceph-mon[183057]: osdmap e559: 8 total, 8 up, 8 in 2023-10-14T00:10:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:10:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:24 smithi082 ceph-mon[180771]: osdmap e559: 8 total, 8 up, 8 in 2023-10-14T00:10:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:10:25.367 INFO:tasks.rados.rados.0.smithi055.stdout:2592: finishing write tid 3 to smithi055169533-8 2023-10-14T00:10:25.367 INFO:tasks.rados.rados.0.smithi055.stdout:2592: finishing write tid 4 to smithi055169533-8 2023-10-14T00:10:25.368 INFO:tasks.rados.rados.0.smithi055.stdout:2592: finishing write tid 5 to smithi055169533-8 2023-10-14T00:10:25.368 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 8 v 1344 (ObjNum 825 snap 252 seq_num 825) dirty exists 2023-10-14T00:10:25.368 INFO:tasks.rados.rados.0.smithi055.stdout:2592: left oid 8 (ObjNum 825 snap 252 seq_num 825) 2023-10-14T00:10:25.368 INFO:tasks.rados.rados.0.smithi055.stdout:2588: done (5 left) 2023-10-14T00:10:25.368 INFO:tasks.rados.rados.0.smithi055.stdout:2589: done (4 left) 2023-10-14T00:10:25.369 INFO:tasks.rados.rados.0.smithi055.stdout:2590: done (3 left) 2023-10-14T00:10:25.369 INFO:tasks.rados.rados.0.smithi055.stdout:2591: done (2 left) 2023-10-14T00:10:25.369 INFO:tasks.rados.rados.0.smithi055.stdout:2592: done (1 left) 2023-10-14T00:10:25.369 INFO:tasks.rados.rados.0.smithi055.stdout:2593: done (0 left) 2023-10-14T00:10:25.370 INFO:tasks.rados.rados.0.smithi055.stdout:2594: snap_create 2023-10-14T00:10:25.394 INFO:tasks.rados.rados.0.smithi055.stdout:2594: done (0 left) 2023-10-14T00:10:25.395 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 48 current snap is 253 2023-10-14T00:10:25.395 INFO:tasks.rados.rados.0.smithi055.stdout:2595: seq_num 827 ranges {7929856=655360,8585216=516096,9101312=688128} 2023-10-14T00:10:25.443 INFO:tasks.rados.rados.0.smithi055.stdout:2595: writing smithi055169533-48 from 7929856 to 8585216 tid 1 2023-10-14T00:10:25.446 INFO:tasks.rados.rados.0.smithi055.stdout:2595: writing smithi055169533-48 from 8585216 to 9101312 tid 2 2023-10-14T00:10:25.450 INFO:tasks.rados.rados.0.smithi055.stdout:2595: writing smithi055169533-48 from 9101312 to 9789440 tid 3 2023-10-14T00:10:25.451 INFO:tasks.rados.rados.0.smithi055.stdout:2596: delete oid 9 current snap is 253 2023-10-14T00:10:25.451 INFO:tasks.rados.rados.0.smithi055.stdout:2595: finishing write tid 1 to smithi055169533-48 2023-10-14T00:10:25.451 INFO:tasks.rados.rados.0.smithi055.stdout:2595: finishing write tid 2 to smithi055169533-48 2023-10-14T00:10:25.452 INFO:tasks.rados.rados.0.smithi055.stdout:2596: done (1 left) 2023-10-14T00:10:25.452 INFO:tasks.rados.rados.0.smithi055.stdout:2597: read oid 25 snap -1 2023-10-14T00:10:25.453 INFO:tasks.rados.rados.0.smithi055.stdout:2597: expect (ObjNum 819 snap 251 seq_num 819) 2023-10-14T00:10:25.453 INFO:tasks.rados.rados.0.smithi055.stdout:2598: snap_remove snap 212 2023-10-14T00:10:25.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:10:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:10:25] "GET /metrics HTTP/1.1" 200 36160 "" "Prometheus/2.43.0" 2023-10-14T00:10:25.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:25 smithi055 ceph-mon[185614]: osdmap e560: 8 total, 8 up, 8 in 2023-10-14T00:10:25.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:25 smithi055 ceph-mon[185614]: pgmap v553: 121 pgs: 121 active+clean; 265 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.8 MiB/s rd, 3.8 MiB/s wr, 13 op/s 2023-10-14T00:10:25.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:25 smithi055 ceph-mon[185614]: osdmap e561: 8 total, 8 up, 8 in 2023-10-14T00:10:25.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:25 smithi055 ceph-mon[183057]: osdmap e560: 8 total, 8 up, 8 in 2023-10-14T00:10:25.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:25 smithi055 ceph-mon[183057]: pgmap v553: 121 pgs: 121 active+clean; 265 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.8 MiB/s rd, 3.8 MiB/s wr, 13 op/s 2023-10-14T00:10:25.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:25 smithi055 ceph-mon[183057]: osdmap e561: 8 total, 8 up, 8 in 2023-10-14T00:10:25.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:25 smithi082 ceph-mon[180771]: osdmap e560: 8 total, 8 up, 8 in 2023-10-14T00:10:25.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:25 smithi082 ceph-mon[180771]: pgmap v553: 121 pgs: 121 active+clean; 265 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.8 MiB/s rd, 3.8 MiB/s wr, 13 op/s 2023-10-14T00:10:25.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:25 smithi082 ceph-mon[180771]: osdmap e561: 8 total, 8 up, 8 in 2023-10-14T00:10:26.408 INFO:tasks.rados.rados.0.smithi055.stdout:2598: done (2 left) 2023-10-14T00:10:26.409 INFO:tasks.rados.rados.0.smithi055.stdout:2599: snap_remove snap 245 2023-10-14T00:10:27.426 INFO:tasks.rados.rados.0.smithi055.stdout:2599: done (2 left) 2023-10-14T00:10:27.426 INFO:tasks.rados.rados.0.smithi055.stdout:2600: copy_from oid 2 from oid 40 current snap is 253 2023-10-14T00:10:27.426 INFO:tasks.rados.rados.0.smithi055.stdout:2601: rollback oid 8 current snap is 253 2023-10-14T00:10:27.427 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 8 to 252 2023-10-14T00:10:27.427 INFO:tasks.rados.rados.0.smithi055.stdout:2602: delete oid 31 current snap is 253 2023-10-14T00:10:27.427 INFO:tasks.rados.rados.0.smithi055.stdout:2595: finishing write tid 3 to smithi055169533-48 2023-10-14T00:10:27.427 INFO:tasks.rados.rados.0.smithi055.stdout:2595: finishing write tid 4 to smithi055169533-48 2023-10-14T00:10:27.427 INFO:tasks.rados.rados.0.smithi055.stdout:2595: finishing write tid 5 to smithi055169533-48 2023-10-14T00:10:27.428 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 48 v 843 (ObjNum 827 snap 253 seq_num 827) dirty exists 2023-10-14T00:10:27.428 INFO:tasks.rados.rados.0.smithi055.stdout:2595: left oid 48 (ObjNum 827 snap 253 seq_num 827) 2023-10-14T00:10:27.428 INFO:tasks.rados.rados.0.smithi055.stdout:2597: expect (ObjNum 819 snap 251 seq_num 819) 2023-10-14T00:10:27.578 INFO:tasks.rados.rados.0.smithi055.stdout:2600: finishing copy_from to smithi055169533-2 2023-10-14T00:10:27.578 INFO:tasks.rados.rados.0.smithi055.stdout:2600: got expected ENOENT (src dne) 2023-10-14T00:10:27.578 INFO:tasks.rados.rados.0.smithi055.stdout:2600: finishing copy_from racing read to smithi055169533-2 2023-10-14T00:10:27.579 INFO:tasks.rados.rados.0.smithi055.stdout:2601: finishing rollback tid 0 to smithi055169533-8 2023-10-14T00:10:27.579 INFO:tasks.rados.rados.0.smithi055.stdout:2601: finishing rollback tid 1 to smithi055169533-8 2023-10-14T00:10:27.579 INFO:tasks.rados.rados.0.smithi055.stdout:2601: finishing rollback tid 2 to smithi055169533-8 2023-10-14T00:10:27.579 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 8 v 1347 (ObjNum 825 snap 252 seq_num 825) dirty exists 2023-10-14T00:10:27.579 INFO:tasks.rados.rados.0.smithi055.stdout:2595: done (4 left) 2023-10-14T00:10:27.580 INFO:tasks.rados.rados.0.smithi055.stdout:2597: done (3 left) 2023-10-14T00:10:27.580 INFO:tasks.rados.rados.0.smithi055.stdout:2600: done (2 left) 2023-10-14T00:10:27.580 INFO:tasks.rados.rados.0.smithi055.stdout:2601: done (1 left) 2023-10-14T00:10:27.580 INFO:tasks.rados.rados.0.smithi055.stdout:2602: done (0 left) 2023-10-14T00:10:27.580 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 46 current snap is 253 2023-10-14T00:10:27.580 INFO:tasks.rados.rados.0.smithi055.stdout:2603: seq_num 830 ranges {1761280=704512,2465792=614400,3080192=573440,3653632=16384} 2023-10-14T00:10:27.591 INFO:tasks.rados.rados.0.smithi055.stdout:2603: writing smithi055169533-46 from 1761280 to 2465792 tid 1 2023-10-14T00:10:27.594 INFO:tasks.rados.rados.0.smithi055.stdout:2603: writing smithi055169533-46 from 2465792 to 3080192 tid 2 2023-10-14T00:10:27.598 INFO:tasks.rados.rados.0.smithi055.stdout:2603: writing smithi055169533-46 from 3080192 to 3653632 tid 3 2023-10-14T00:10:27.598 INFO:tasks.rados.rados.0.smithi055.stdout:2603: writing smithi055169533-46 from 3653632 to 3670016 tid 4 2023-10-14T00:10:27.598 INFO:tasks.rados.rados.0.smithi055.stdout:2604: setattr oid 11 current snap is 253 2023-10-14T00:10:27.599 INFO:tasks.rados.rados.0.smithi055.stdout:2603: finishing write tid 1 to smithi055169533-46 2023-10-14T00:10:27.599 INFO:tasks.rados.rados.0.smithi055.stdout:2603: finishing write tid 2 to smithi055169533-46 2023-10-14T00:10:27.599 INFO:tasks.rados.rados.0.smithi055.stdout:2605: read oid 33 snap -1 2023-10-14T00:10:27.600 INFO:tasks.rados.rados.0.smithi055.stdout:2605: expect (ObjNum 795 snap 242 seq_num 795) 2023-10-14T00:10:27.600 INFO:tasks.rados.rados.0.smithi055.stdout:2606: copy_from oid 21 from oid 39 current snap is 253 2023-10-14T00:10:27.600 INFO:tasks.rados.rados.0.smithi055.stdout:2607: delete oid 25 current snap is 253 2023-10-14T00:10:27.602 INFO:tasks.rados.rados.0.smithi055.stdout:2603: finishing write tid 3 to smithi055169533-46 2023-10-14T00:10:27.602 INFO:tasks.rados.rados.0.smithi055.stdout:2603: finishing write tid 4 to smithi055169533-46 2023-10-14T00:10:27.603 INFO:tasks.rados.rados.0.smithi055.stdout:2607: done (4 left) 2023-10-14T00:10:27.603 INFO:tasks.rados.rados.0.smithi055.stdout:2608: snap_remove snap 237 2023-10-14T00:10:27.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:27 smithi055 ceph-mon[185614]: osdmap e562: 8 total, 8 up, 8 in 2023-10-14T00:10:27.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:27 smithi055 ceph-mon[185614]: pgmap v556: 121 pgs: 121 active+clean; 271 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 7.7 MiB/s rd, 4.7 MiB/s wr, 18 op/s 2023-10-14T00:10:27.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:27 smithi055 ceph-mon[183057]: osdmap e562: 8 total, 8 up, 8 in 2023-10-14T00:10:27.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:27 smithi055 ceph-mon[183057]: pgmap v556: 121 pgs: 121 active+clean; 271 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 7.7 MiB/s rd, 4.7 MiB/s wr, 18 op/s 2023-10-14T00:10:27.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:27 smithi082 ceph-mon[180771]: osdmap e562: 8 total, 8 up, 8 in 2023-10-14T00:10:27.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:27 smithi082 ceph-mon[180771]: pgmap v556: 121 pgs: 121 active+clean; 271 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 7.7 MiB/s rd, 4.7 MiB/s wr, 18 op/s 2023-10-14T00:10:28.423 INFO:tasks.rados.rados.0.smithi055.stdout:2608: done (4 left) 2023-10-14T00:10:28.424 INFO:tasks.rados.rados.0.smithi055.stdout:2609: rollback oid 32 current snap is 253 2023-10-14T00:10:28.424 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 32 to 220 2023-10-14T00:10:28.424 INFO:tasks.rados.rados.0.smithi055.stdout:2610: snap_create 2023-10-14T00:10:28.424 INFO:tasks.rados.rados.0.smithi055.stdout:2603: finishing write tid 5 to smithi055169533-46 2023-10-14T00:10:28.424 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 11 v 825 (ObjNum 2241 snap 0 seq_num 1765515584) dirty exists 2023-10-14T00:10:28.425 INFO:tasks.rados.rados.0.smithi055.stdout:2603: finishing write tid 6 to smithi055169533-46 2023-10-14T00:10:28.425 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 46 v 787 (ObjNum 830 snap 253 seq_num 830) dirty exists 2023-10-14T00:10:28.425 INFO:tasks.rados.rados.0.smithi055.stdout:2603: left oid 46 (ObjNum 830 snap 253 seq_num 830) 2023-10-14T00:10:28.425 INFO:tasks.rados.rados.0.smithi055.stdout:2605: expect (ObjNum 795 snap 242 seq_num 795) 2023-10-14T00:10:28.507 INFO:tasks.rados.rados.0.smithi055.stdout:2606: finishing copy_from racing read to smithi055169533-21 2023-10-14T00:10:28.508 INFO:tasks.rados.rados.0.smithi055.stdout:2606: finishing copy_from to smithi055169533-21 2023-10-14T00:10:28.508 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 21 v 1491 (ObjNum 812 snap 248 seq_num 812) dirty exists 2023-10-14T00:10:28.508 INFO:tasks.rados.rados.0.smithi055.stdout:2609: finishing rollback tid 0 to smithi055169533-32 2023-10-14T00:10:28.509 INFO:tasks.rados.rados.0.smithi055.stdout:2609: finishing rollback tid 1 to smithi055169533-32 2023-10-14T00:10:28.509 INFO:tasks.rados.rados.0.smithi055.stdout:2609: finishing rollback tid 2 to smithi055169533-32 2023-10-14T00:10:28.509 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 32 v 1033 (ObjNum 712 snap 210 seq_num 712) dirty exists 2023-10-14T00:10:28.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:28 smithi055 ceph-mon[185614]: osdmap e563: 8 total, 8 up, 8 in 2023-10-14T00:10:28.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:28 smithi055 ceph-mon[183057]: osdmap e563: 8 total, 8 up, 8 in 2023-10-14T00:10:28.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:28 smithi082 ceph-mon[180771]: osdmap e563: 8 total, 8 up, 8 in 2023-10-14T00:10:29.439 INFO:tasks.rados.rados.0.smithi055.stdout:2603: done (5 left) 2023-10-14T00:10:29.440 INFO:tasks.rados.rados.0.smithi055.stdout:2604: done (4 left) 2023-10-14T00:10:29.440 INFO:tasks.rados.rados.0.smithi055.stdout:2605: done (3 left) 2023-10-14T00:10:29.440 INFO:tasks.rados.rados.0.smithi055.stdout:2606: done (2 left) 2023-10-14T00:10:29.440 INFO:tasks.rados.rados.0.smithi055.stdout:2609: done (1 left) 2023-10-14T00:10:29.440 INFO:tasks.rados.rados.0.smithi055.stdout:2610: done (0 left) 2023-10-14T00:10:29.441 INFO:tasks.rados.rados.0.smithi055.stdout:2611: snap_remove snap 247 2023-10-14T00:10:29.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:29 smithi055 ceph-mon[185614]: osdmap e564: 8 total, 8 up, 8 in 2023-10-14T00:10:29.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:29 smithi055 ceph-mon[185614]: pgmap v559: 121 pgs: 121 active+clean; 275 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 3.1 MiB/s wr, 13 op/s 2023-10-14T00:10:29.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:29 smithi055 ceph-mon[183057]: osdmap e564: 8 total, 8 up, 8 in 2023-10-14T00:10:29.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:29 smithi055 ceph-mon[183057]: pgmap v559: 121 pgs: 121 active+clean; 275 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 3.1 MiB/s wr, 13 op/s 2023-10-14T00:10:29.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:29 smithi082 ceph-mon[180771]: osdmap e564: 8 total, 8 up, 8 in 2023-10-14T00:10:29.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:29 smithi082 ceph-mon[180771]: pgmap v559: 121 pgs: 121 active+clean; 275 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 3.1 MiB/s wr, 13 op/s 2023-10-14T00:10:30.407 INFO:tasks.rados.rados.0.smithi055.stdout:2611: done (0 left) 2023-10-14T00:10:30.408 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 2 current snap is 254 2023-10-14T00:10:30.408 INFO:tasks.rados.rados.0.smithi055.stdout:2612: seq_num 832 ranges {1138688=737280,1875968=786432,2662400=417792} 2023-10-14T00:10:30.419 INFO:tasks.rados.rados.0.smithi055.stdout:2612: writing smithi055169533-2 from 1138688 to 1875968 tid 1 2023-10-14T00:10:30.424 INFO:tasks.rados.rados.0.smithi055.stdout:2612: writing smithi055169533-2 from 1875968 to 2662400 tid 2 2023-10-14T00:10:30.427 INFO:tasks.rados.rados.0.smithi055.stdout:2612: writing smithi055169533-2 from 2662400 to 3080192 tid 3 2023-10-14T00:10:30.427 INFO:tasks.rados.rados.0.smithi055.stdout:2613: read oid 25 snap -1 2023-10-14T00:10:30.428 INFO:tasks.rados.rados.0.smithi055.stdout:2613: expect deleted 2023-10-14T00:10:30.428 INFO:tasks.rados.rados.0.smithi055.stdout:2614: read oid 48 snap 231 2023-10-14T00:10:30.428 INFO:tasks.rados.rados.0.smithi055.stdout:2614: expect deleted 2023-10-14T00:10:30.428 INFO:tasks.rados.rados.0.smithi055.stdout:2615: delete oid 27 current snap is 254 2023-10-14T00:10:30.429 INFO:tasks.rados.rados.0.smithi055.stdout:2612: finishing write tid 1 to smithi055169533-2 2023-10-14T00:10:30.431 INFO:tasks.rados.rados.0.smithi055.stdout:2612: finishing write tid 2 to smithi055169533-2 2023-10-14T00:10:30.431 INFO:tasks.rados.rados.0.smithi055.stdout:2612: finishing write tid 3 to smithi055169533-2 2023-10-14T00:10:30.431 INFO:tasks.rados.rados.0.smithi055.stdout:2612: finishing write tid 4 to smithi055169533-2 2023-10-14T00:10:30.432 INFO:tasks.rados.rados.0.smithi055.stdout:2613: done (3 left) 2023-10-14T00:10:30.432 INFO:tasks.rados.rados.0.smithi055.stdout:2614: done (2 left) 2023-10-14T00:10:30.432 INFO:tasks.rados.rados.0.smithi055.stdout:2615: done (1 left) 2023-10-14T00:10:30.433 INFO:tasks.rados.rados.0.smithi055.stdout:2616: snap_create 2023-10-14T00:10:30.433 INFO:tasks.rados.rados.0.smithi055.stdout:2612: finishing write tid 5 to smithi055169533-2 2023-10-14T00:10:30.433 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 2 v 1060 (ObjNum 832 snap 254 seq_num 832) dirty exists 2023-10-14T00:10:30.434 INFO:tasks.rados.rados.0.smithi055.stdout:2612: left oid 2 (ObjNum 832 snap 254 seq_num 832) 2023-10-14T00:10:30.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:30 smithi055 ceph-mon[185614]: osdmap e565: 8 total, 8 up, 8 in 2023-10-14T00:10:30.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:30 smithi055 ceph-mon[185614]: osdmap e566: 8 total, 8 up, 8 in 2023-10-14T00:10:30.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:30 smithi055 ceph-mon[183057]: osdmap e565: 8 total, 8 up, 8 in 2023-10-14T00:10:30.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:30 smithi055 ceph-mon[183057]: osdmap e566: 8 total, 8 up, 8 in 2023-10-14T00:10:30.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:30 smithi082 ceph-mon[180771]: osdmap e565: 8 total, 8 up, 8 in 2023-10-14T00:10:30.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:30 smithi082 ceph-mon[180771]: osdmap e566: 8 total, 8 up, 8 in 2023-10-14T00:10:31.457 INFO:tasks.rados.rados.0.smithi055.stdout:2612: done (1 left) 2023-10-14T00:10:31.457 INFO:tasks.rados.rados.0.smithi055.stdout:2616: done (0 left) 2023-10-14T00:10:31.457 INFO:tasks.rados.rados.0.smithi055.stdout:2617: snap_remove snap 220 2023-10-14T00:10:31.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:31 smithi055 ceph-mon[185614]: pgmap v562: 121 pgs: 121 active+clean; 281 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 2.7 MiB/s wr, 16 op/s 2023-10-14T00:10:31.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:31 smithi055 ceph-mon[183057]: pgmap v562: 121 pgs: 121 active+clean; 281 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 2.7 MiB/s wr, 16 op/s 2023-10-14T00:10:31.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:31 smithi082 ceph-mon[180771]: pgmap v562: 121 pgs: 121 active+clean; 281 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 2.7 MiB/s wr, 16 op/s 2023-10-14T00:10:32.456 INFO:tasks.rados.rados.0.smithi055.stdout:2617: done (0 left) 2023-10-14T00:10:32.456 INFO:tasks.rados.rados.0.smithi055.stdout:2618: rmattr oid 26 current snap is 255 2023-10-14T00:10:32.456 INFO:tasks.rados.rados.0.smithi055.stdout:2618: done (0 left) 2023-10-14T00:10:32.457 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 1 current snap is 255 2023-10-14T00:10:32.457 INFO:tasks.rados.rados.0.smithi055.stdout:2619: seq_num 834 ranges {0=778240,778240=557056,1335296=548864,1884160=98304} 2023-10-14T00:10:32.464 INFO:tasks.rados.rados.0.smithi055.stdout:2619: writing smithi055169533-1 from 0 to 778240 tid 1 2023-10-14T00:10:32.464 INFO:tasks.rados.rados.0.smithi055.stdout:2619: writing smithi055169533-1 from 778240 to 1335296 tid 2 2023-10-14T00:10:32.468 INFO:tasks.rados.rados.0.smithi055.stdout:2619: writing smithi055169533-1 from 1335296 to 1884160 tid 3 2023-10-14T00:10:32.472 INFO:tasks.rados.rados.0.smithi055.stdout:2619: writing smithi055169533-1 from 1884160 to 1982464 tid 4 2023-10-14T00:10:32.472 INFO:tasks.rados.rados.0.smithi055.stdout:2620: copy_from oid 15 from oid 9 current snap is 255 2023-10-14T00:10:32.472 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 41 current snap is 255 2023-10-14T00:10:32.472 INFO:tasks.rados.rados.0.smithi055.stdout:2621: seq_num 835 ranges {1622016=794624,2416640=442368,2859008=712704,3571712=49152} 2023-10-14T00:10:32.484 INFO:tasks.rados.rados.0.smithi055.stdout:2621: writing smithi055169533-41 from 1622016 to 2416640 tid 1 2023-10-14T00:10:32.488 INFO:tasks.rados.rados.0.smithi055.stdout:2621: writing smithi055169533-41 from 2416640 to 2859008 tid 2 2023-10-14T00:10:32.492 INFO:tasks.rados.rados.0.smithi055.stdout:2621: writing smithi055169533-41 from 2859008 to 3571712 tid 3 2023-10-14T00:10:32.493 INFO:tasks.rados.rados.0.smithi055.stdout:2621: writing smithi055169533-41 from 3571712 to 3620864 tid 4 2023-10-14T00:10:32.494 INFO:tasks.rados.rados.0.smithi055.stdout:2622: delete oid 38 current snap is 255 2023-10-14T00:10:32.494 INFO:tasks.rados.rados.0.smithi055.stdout:2620: finishing copy_from to smithi055169533-15 2023-10-14T00:10:32.494 INFO:tasks.rados.rados.0.smithi055.stdout:2620: got expected ENOENT (src dne) 2023-10-14T00:10:32.494 INFO:tasks.rados.rados.0.smithi055.stdout:2620: finishing copy_from racing read to smithi055169533-15 2023-10-14T00:10:32.495 INFO:tasks.rados.rados.0.smithi055.stdout:2619: finishing write tid 1 to smithi055169533-1 2023-10-14T00:10:32.495 INFO:tasks.rados.rados.0.smithi055.stdout:2619: finishing write tid 2 to smithi055169533-1 2023-10-14T00:10:32.495 INFO:tasks.rados.rados.0.smithi055.stdout:2619: finishing write tid 3 to smithi055169533-1 2023-10-14T00:10:32.495 INFO:tasks.rados.rados.0.smithi055.stdout:2619: finishing write tid 4 to smithi055169533-1 2023-10-14T00:10:32.495 INFO:tasks.rados.rados.0.smithi055.stdout:2619: finishing write tid 5 to smithi055169533-1 2023-10-14T00:10:32.495 INFO:tasks.rados.rados.0.smithi055.stdout:2619: finishing write tid 6 to smithi055169533-1 2023-10-14T00:10:32.496 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 1 v 1032 (ObjNum 834 snap 255 seq_num 834) dirty exists 2023-10-14T00:10:32.496 INFO:tasks.rados.rados.0.smithi055.stdout:2619: left oid 1 (ObjNum 834 snap 255 seq_num 834) 2023-10-14T00:10:32.496 INFO:tasks.rados.rados.0.smithi055.stdout:2621: finishing write tid 1 to smithi055169533-41 2023-10-14T00:10:32.496 INFO:tasks.rados.rados.0.smithi055.stdout:2621: finishing write tid 2 to smithi055169533-41 2023-10-14T00:10:32.502 INFO:tasks.rados.rados.0.smithi055.stdout:2619: done (3 left) 2023-10-14T00:10:32.502 INFO:tasks.rados.rados.0.smithi055.stdout:2620: done (2 left) 2023-10-14T00:10:32.502 INFO:tasks.rados.rados.0.smithi055.stdout:2622: done (1 left) 2023-10-14T00:10:32.502 INFO:tasks.rados.rados.0.smithi055.stdout:2623: rollback oid 42 current snap is 255 2023-10-14T00:10:32.502 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 42 to 230 2023-10-14T00:10:32.503 INFO:tasks.rados.rados.0.smithi055.stdout:2624: rollback oid 35 current snap is 255 2023-10-14T00:10:32.503 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 35 to 249 2023-10-14T00:10:32.503 INFO:tasks.rados.rados.0.smithi055.stdout:2625: rollback oid 19 current snap is 255 2023-10-14T00:10:32.503 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 19 to 242 2023-10-14T00:10:32.503 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 4 current snap is 255 2023-10-14T00:10:32.504 INFO:tasks.rados.rados.0.smithi055.stdout:2626: seq_num 837 ranges {2752512=425984,3178496=655360,3833856=729088,4562944=221184} 2023-10-14T00:10:32.516 INFO:tasks.rados.rados.0.smithi055.stdout:2626: writing smithi055169533-4 from 2752512 to 3178496 tid 1 2023-10-14T00:10:32.520 INFO:tasks.rados.rados.0.smithi055.stdout:2626: writing smithi055169533-4 from 3178496 to 3833856 tid 2 2023-10-14T00:10:32.525 INFO:tasks.rados.rados.0.smithi055.stdout:2626: writing smithi055169533-4 from 3833856 to 4562944 tid 3 2023-10-14T00:10:32.527 INFO:tasks.rados.rados.0.smithi055.stdout:2626: writing smithi055169533-4 from 4562944 to 4784128 tid 4 2023-10-14T00:10:32.527 INFO:tasks.rados.rados.0.smithi055.stdout:2627: snap_create 2023-10-14T00:10:32.527 INFO:tasks.rados.rados.0.smithi055.stdout:2621: finishing write tid 3 to smithi055169533-41 2023-10-14T00:10:32.528 INFO:tasks.rados.rados.0.smithi055.stdout:2621: finishing write tid 4 to smithi055169533-41 2023-10-14T00:10:32.528 INFO:tasks.rados.rados.0.smithi055.stdout:2621: finishing write tid 5 to smithi055169533-41 2023-10-14T00:10:32.528 INFO:tasks.rados.rados.0.smithi055.stdout:2623: finishing rollback tid 0 to smithi055169533-42 2023-10-14T00:10:32.528 INFO:tasks.rados.rados.0.smithi055.stdout:2625: finishing rollback tid 0 to smithi055169533-19 2023-10-14T00:10:32.529 INFO:tasks.rados.rados.0.smithi055.stdout:2625: finishing rollback tid 1 to smithi055169533-19 2023-10-14T00:10:32.529 INFO:tasks.rados.rados.0.smithi055.stdout:2621: finishing write tid 6 to smithi055169533-41 2023-10-14T00:10:32.529 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 41 v 1496 (ObjNum 835 snap 255 seq_num 835) dirty exists 2023-10-14T00:10:32.529 INFO:tasks.rados.rados.0.smithi055.stdout:2621: left oid 41 (ObjNum 835 snap 255 seq_num 835) 2023-10-14T00:10:32.529 INFO:tasks.rados.rados.0.smithi055.stdout:2625: finishing rollback tid 2 to smithi055169533-19 2023-10-14T00:10:32.530 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 19 v 835 (ObjNum 656 snap 185 seq_num 656) dirty exists 2023-10-14T00:10:32.530 INFO:tasks.rados.rados.0.smithi055.stdout:2623: finishing rollback tid 1 to smithi055169533-42 2023-10-14T00:10:32.530 INFO:tasks.rados.rados.0.smithi055.stdout:2623: finishing rollback tid 2 to smithi055169533-42 2023-10-14T00:10:32.530 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 42 v 828 (ObjNum 659 snap 186 seq_num 659) dirty exists 2023-10-14T00:10:32.530 INFO:tasks.rados.rados.0.smithi055.stdout:2624: finishing rollback tid 0 to smithi055169533-35 2023-10-14T00:10:32.531 INFO:tasks.rados.rados.0.smithi055.stdout:2624: finishing rollback tid 1 to smithi055169533-35 2023-10-14T00:10:32.531 INFO:tasks.rados.rados.0.smithi055.stdout:2624: finishing rollback tid 2 to smithi055169533-35 2023-10-14T00:10:32.531 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 35 v 1571 (ObjNum 800 snap 243 seq_num 800) dirty exists 2023-10-14T00:10:32.531 INFO:tasks.rados.rados.0.smithi055.stdout:2626: finishing write tid 1 to smithi055169533-4 2023-10-14T00:10:32.531 INFO:tasks.rados.rados.0.smithi055.stdout:2626: finishing write tid 2 to smithi055169533-4 2023-10-14T00:10:32.532 INFO:tasks.rados.rados.0.smithi055.stdout:2626: finishing write tid 3 to smithi055169533-4 2023-10-14T00:10:32.532 INFO:tasks.rados.rados.0.smithi055.stdout:2626: finishing write tid 4 to smithi055169533-4 2023-10-14T00:10:32.533 INFO:tasks.rados.rados.0.smithi055.stdout:2626: finishing write tid 5 to smithi055169533-4 2023-10-14T00:10:32.533 INFO:tasks.rados.rados.0.smithi055.stdout:2626: finishing write tid 6 to smithi055169533-4 2023-10-14T00:10:32.533 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 4 v 1360 (ObjNum 837 snap 255 seq_num 837) dirty exists 2023-10-14T00:10:32.533 INFO:tasks.rados.rados.0.smithi055.stdout:2626: left oid 4 (ObjNum 837 snap 255 seq_num 837) 2023-10-14T00:10:32.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:32 smithi055 ceph-mon[185614]: osdmap e567: 8 total, 8 up, 8 in 2023-10-14T00:10:32.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:10:32.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:32 smithi055 ceph-mon[183057]: osdmap e567: 8 total, 8 up, 8 in 2023-10-14T00:10:32.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:10:32.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:32 smithi082 ceph-mon[180771]: osdmap e567: 8 total, 8 up, 8 in 2023-10-14T00:10:32.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:10:33.476 INFO:tasks.rados.rados.0.smithi055.stdout:2621: done (5 left) 2023-10-14T00:10:33.476 INFO:tasks.rados.rados.0.smithi055.stdout:2623: done (4 left) 2023-10-14T00:10:33.477 INFO:tasks.rados.rados.0.smithi055.stdout:2624: done (3 left) 2023-10-14T00:10:33.477 INFO:tasks.rados.rados.0.smithi055.stdout:2625: done (2 left) 2023-10-14T00:10:33.477 INFO:tasks.rados.rados.0.smithi055.stdout:2626: done (1 left) 2023-10-14T00:10:33.477 INFO:tasks.rados.rados.0.smithi055.stdout:2627: done (0 left) 2023-10-14T00:10:33.478 INFO:tasks.rados.rados.0.smithi055.stdout:2628: read oid 19 snap -1 2023-10-14T00:10:33.478 INFO:tasks.rados.rados.0.smithi055.stdout:2628: expect (ObjNum 656 snap 185 seq_num 656) 2023-10-14T00:10:33.478 INFO:tasks.rados.rados.0.smithi055.stdout:2629: snap_remove snap 227 2023-10-14T00:10:33.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:33 smithi055 ceph-mon[185614]: osdmap e568: 8 total, 8 up, 8 in 2023-10-14T00:10:33.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:33 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:10:33.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:33 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:10:33.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:33 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:10:33.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:33 smithi055 ceph-mon[185614]: pgmap v565: 121 pgs: 121 active+clean; 283 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1023 B/s rd, 1.8 MiB/s wr, 11 op/s 2023-10-14T00:10:33.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:33 smithi055 ceph-mon[183057]: osdmap e568: 8 total, 8 up, 8 in 2023-10-14T00:10:33.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:33 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:10:33.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:33 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:10:33.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:33 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:10:33.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:33 smithi055 ceph-mon[183057]: pgmap v565: 121 pgs: 121 active+clean; 283 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1023 B/s rd, 1.8 MiB/s wr, 11 op/s 2023-10-14T00:10:33.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:33 smithi082 ceph-mon[180771]: osdmap e568: 8 total, 8 up, 8 in 2023-10-14T00:10:33.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:33 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:10:33.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:33 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:10:33.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:33 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:10:33.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:33 smithi082 ceph-mon[180771]: pgmap v565: 121 pgs: 121 active+clean; 283 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1023 B/s rd, 1.8 MiB/s wr, 11 op/s 2023-10-14T00:10:34.491 INFO:tasks.rados.rados.0.smithi055.stdout:2629: done (1 left) 2023-10-14T00:10:34.492 INFO:tasks.rados.rados.0.smithi055.stdout:2630: snap_create 2023-10-14T00:10:34.492 INFO:tasks.rados.rados.0.smithi055.stdout:2628: expect (ObjNum 656 snap 185 seq_num 656) 2023-10-14T00:10:34.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:34 smithi055 ceph-mon[185614]: osdmap e569: 8 total, 8 up, 8 in 2023-10-14T00:10:34.960 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:34 smithi055 ceph-mon[183057]: osdmap e569: 8 total, 8 up, 8 in 2023-10-14T00:10:34.961 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:34 smithi082 ceph-mon[180771]: osdmap e569: 8 total, 8 up, 8 in 2023-10-14T00:10:35.399 INFO:tasks.rados.rados.0.smithi055.stdout:2628: done (1 left) 2023-10-14T00:10:35.399 INFO:tasks.rados.rados.0.smithi055.stdout:2630: done (0 left) 2023-10-14T00:10:35.399 INFO:tasks.rados.rados.0.smithi055.stdout:2631: copy_from oid 50 from oid 43 current snap is 257 2023-10-14T00:10:35.400 INFO:tasks.rados.rados.0.smithi055.stdout:2632: snap_create 2023-10-14T00:10:35.415 INFO:tasks.rados.rados.0.smithi055.stdout:2631: finishing copy_from racing read to smithi055169533-50 2023-10-14T00:10:35.417 INFO:tasks.rados.rados.0.smithi055.stdout:2631: finishing copy_from to smithi055169533-50 2023-10-14T00:10:35.417 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 50 v 758 (ObjNum 675 snap 197 seq_num 675) dirty exists 2023-10-14T00:10:35.507 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:10:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:10:35] "GET /metrics HTTP/1.1" 200 36160 "" "Prometheus/2.43.0" 2023-10-14T00:10:35.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:35 smithi055 ceph-mon[183057]: osdmap e570: 8 total, 8 up, 8 in 2023-10-14T00:10:35.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:35 smithi055 ceph-mon[183057]: pgmap v568: 121 pgs: 121 active+clean; 288 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 2.0 MiB/s rd, 1.9 MiB/s wr, 8 op/s 2023-10-14T00:10:35.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:35 smithi055 ceph-mon[183057]: osdmap e571: 8 total, 8 up, 8 in 2023-10-14T00:10:35.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:35 smithi055 ceph-mon[185614]: osdmap e570: 8 total, 8 up, 8 in 2023-10-14T00:10:35.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:35 smithi055 ceph-mon[185614]: pgmap v568: 121 pgs: 121 active+clean; 288 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 2.0 MiB/s rd, 1.9 MiB/s wr, 8 op/s 2023-10-14T00:10:35.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:35 smithi055 ceph-mon[185614]: osdmap e571: 8 total, 8 up, 8 in 2023-10-14T00:10:35.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:35 smithi082 ceph-mon[180771]: osdmap e570: 8 total, 8 up, 8 in 2023-10-14T00:10:35.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:35 smithi082 ceph-mon[180771]: pgmap v568: 121 pgs: 121 active+clean; 288 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 2.0 MiB/s rd, 1.9 MiB/s wr, 8 op/s 2023-10-14T00:10:35.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:35 smithi082 ceph-mon[180771]: osdmap e571: 8 total, 8 up, 8 in 2023-10-14T00:10:36.403 INFO:tasks.rados.rados.0.smithi055.stdout:2631: done (1 left) 2023-10-14T00:10:36.403 INFO:tasks.rados.rados.0.smithi055.stdout:2632: done (0 left) 2023-10-14T00:10:36.403 INFO:tasks.rados.rados.0.smithi055.stdout:2633: rollback oid 44 current snap is 258 2023-10-14T00:10:36.403 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 44 to 242 2023-10-14T00:10:36.404 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 42 current snap is 258 2023-10-14T00:10:36.404 INFO:tasks.rados.rados.0.smithi055.stdout:2634: seq_num 838 ranges {2588672=442368,3031040=540672,3571712=532480,4104192=442368,4546560=90112} 2023-10-14T00:10:36.420 INFO:tasks.rados.rados.0.smithi055.stdout:2634: writing smithi055169533-42 from 2588672 to 3031040 tid 1 2023-10-14T00:10:36.423 INFO:tasks.rados.rados.0.smithi055.stdout:2634: writing smithi055169533-42 from 3031040 to 3571712 tid 2 2023-10-14T00:10:36.426 INFO:tasks.rados.rados.0.smithi055.stdout:2634: writing smithi055169533-42 from 3571712 to 4104192 tid 3 2023-10-14T00:10:36.428 INFO:tasks.rados.rados.0.smithi055.stdout:2634: writing smithi055169533-42 from 4104192 to 4546560 tid 4 2023-10-14T00:10:36.429 INFO:tasks.rados.rados.0.smithi055.stdout:2634: writing smithi055169533-42 from 4546560 to 4636672 tid 5 2023-10-14T00:10:36.429 INFO:tasks.rados.rados.0.smithi055.stdout:2635: rollback oid 5 current snap is 258 2023-10-14T00:10:36.430 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 5 to 256 2023-10-14T00:10:36.430 INFO:tasks.rados.rados.0.smithi055.stdout:2633: finishing rollback tid 0 to smithi055169533-44 2023-10-14T00:10:36.430 INFO:tasks.rados.rados.0.smithi055.stdout:2633: finishing rollback tid 1 to smithi055169533-44 2023-10-14T00:10:36.430 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 44 v 893 (ObjNum 161 snap 0 seq_num 1) dirty dne 2023-10-14T00:10:36.430 INFO:tasks.rados.rados.0.smithi055.stdout:2634: finishing write tid 1 to smithi055169533-42 2023-10-14T00:10:36.431 INFO:tasks.rados.rados.0.smithi055.stdout:2634: finishing write tid 2 to smithi055169533-42 2023-10-14T00:10:36.431 INFO:tasks.rados.rados.0.smithi055.stdout:2633: done (2 left) 2023-10-14T00:10:36.431 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 37 current snap is 258 2023-10-14T00:10:36.431 INFO:tasks.rados.rados.0.smithi055.stdout:2636: seq_num 839 ranges {1458176=458752,1916928=425984,2342912=688128,3031040=491520} 2023-10-14T00:10:36.440 INFO:tasks.rados.rados.0.smithi055.stdout:2636: writing smithi055169533-37 from 1458176 to 1916928 tid 1 2023-10-14T00:10:36.442 INFO:tasks.rados.rados.0.smithi055.stdout:2636: writing smithi055169533-37 from 1916928 to 2342912 tid 2 2023-10-14T00:10:36.446 INFO:tasks.rados.rados.0.smithi055.stdout:2636: writing smithi055169533-37 from 2342912 to 3031040 tid 3 2023-10-14T00:10:36.449 INFO:tasks.rados.rados.0.smithi055.stdout:2636: writing smithi055169533-37 from 3031040 to 3522560 tid 4 2023-10-14T00:10:36.450 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 9 current snap is 258 2023-10-14T00:10:36.450 INFO:tasks.rados.rados.0.smithi055.stdout:2634: finishing write tid 3 to smithi055169533-42 2023-10-14T00:10:36.450 INFO:tasks.rados.rados.0.smithi055.stdout:2637: seq_num 840 ranges {0=475136,475136=712704,1187840=499712,1687552=393216} 2023-10-14T00:10:36.452 INFO:tasks.rados.rados.0.smithi055.stdout:2637: writing smithi055169533-9 from 0 to 475136 tid 1 2023-10-14T00:10:36.456 INFO:tasks.rados.rados.0.smithi055.stdout:2637: writing smithi055169533-9 from 475136 to 1187840 tid 2 2023-10-14T00:10:36.459 INFO:tasks.rados.rados.0.smithi055.stdout:2637: writing smithi055169533-9 from 1187840 to 1687552 tid 3 2023-10-14T00:10:36.462 INFO:tasks.rados.rados.0.smithi055.stdout:2637: writing smithi055169533-9 from 1687552 to 2080768 tid 4 2023-10-14T00:10:36.462 INFO:tasks.rados.rados.0.smithi055.stdout:2638: read oid 19 snap -1 2023-10-14T00:10:36.463 INFO:tasks.rados.rados.0.smithi055.stdout:2638: expect (ObjNum 656 snap 185 seq_num 656) 2023-10-14T00:10:36.463 INFO:tasks.rados.rados.0.smithi055.stdout:2639: delete oid 36 current snap is 258 2023-10-14T00:10:36.463 INFO:tasks.rados.rados.0.smithi055.stdout:2634: finishing write tid 4 to smithi055169533-42 2023-10-14T00:10:36.463 INFO:tasks.rados.rados.0.smithi055.stdout:2635: finishing rollback tid 0 to smithi055169533-5 2023-10-14T00:10:36.463 INFO:tasks.rados.rados.0.smithi055.stdout:2634: finishing write tid 5 to smithi055169533-42 2023-10-14T00:10:36.464 INFO:tasks.rados.rados.0.smithi055.stdout:2635: finishing rollback tid 1 to smithi055169533-5 2023-10-14T00:10:36.464 INFO:tasks.rados.rados.0.smithi055.stdout:2634: finishing write tid 6 to smithi055169533-42 2023-10-14T00:10:36.464 INFO:tasks.rados.rados.0.smithi055.stdout:2635: finishing rollback tid 2 to smithi055169533-5 2023-10-14T00:10:36.464 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 5 v 1063 (ObjNum 807 snap 248 seq_num 807) dirty exists 2023-10-14T00:10:36.464 INFO:tasks.rados.rados.0.smithi055.stdout:2634: finishing write tid 7 to smithi055169533-42 2023-10-14T00:10:36.464 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 42 v 834 (ObjNum 838 snap 258 seq_num 838) dirty exists 2023-10-14T00:10:36.465 INFO:tasks.rados.rados.0.smithi055.stdout:2634: left oid 42 (ObjNum 838 snap 258 seq_num 838) 2023-10-14T00:10:36.465 INFO:tasks.rados.rados.0.smithi055.stdout:2636: finishing write tid 1 to smithi055169533-37 2023-10-14T00:10:36.465 INFO:tasks.rados.rados.0.smithi055.stdout:2636: finishing write tid 2 to smithi055169533-37 2023-10-14T00:10:36.465 INFO:tasks.rados.rados.0.smithi055.stdout:2636: finishing write tid 3 to smithi055169533-37 2023-10-14T00:10:36.465 INFO:tasks.rados.rados.0.smithi055.stdout:2636: finishing write tid 4 to smithi055169533-37 2023-10-14T00:10:36.466 INFO:tasks.rados.rados.0.smithi055.stdout:2636: finishing write tid 5 to smithi055169533-37 2023-10-14T00:10:36.466 INFO:tasks.rados.rados.0.smithi055.stdout:2636: finishing write tid 6 to smithi055169533-37 2023-10-14T00:10:36.466 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 37 v 1068 (ObjNum 839 snap 258 seq_num 839) dirty exists 2023-10-14T00:10:36.466 INFO:tasks.rados.rados.0.smithi055.stdout:2636: left oid 37 (ObjNum 839 snap 258 seq_num 839) 2023-10-14T00:10:36.467 INFO:tasks.rados.rados.0.smithi055.stdout:2637: finishing write tid 1 to smithi055169533-9 2023-10-14T00:10:36.467 INFO:tasks.rados.rados.0.smithi055.stdout:2637: finishing write tid 2 to smithi055169533-9 2023-10-14T00:10:36.467 INFO:tasks.rados.rados.0.smithi055.stdout:2637: finishing write tid 3 to smithi055169533-9 2023-10-14T00:10:36.468 INFO:tasks.rados.rados.0.smithi055.stdout:2637: finishing write tid 4 to smithi055169533-9 2023-10-14T00:10:36.469 INFO:tasks.rados.rados.0.smithi055.stdout:2637: finishing write tid 5 to smithi055169533-9 2023-10-14T00:10:36.469 INFO:tasks.rados.rados.0.smithi055.stdout:2634: done (5 left) 2023-10-14T00:10:36.469 INFO:tasks.rados.rados.0.smithi055.stdout:2635: done (4 left) 2023-10-14T00:10:36.469 INFO:tasks.rados.rados.0.smithi055.stdout:2636: done (3 left) 2023-10-14T00:10:36.469 INFO:tasks.rados.rados.0.smithi055.stdout:2639: done (2 left) 2023-10-14T00:10:36.470 INFO:tasks.rados.rados.0.smithi055.stdout:2640: read oid 35 snap -1 2023-10-14T00:10:36.470 INFO:tasks.rados.rados.0.smithi055.stdout:2640: expect (ObjNum 800 snap 243 seq_num 800) 2023-10-14T00:10:36.470 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 4 current snap is 258 2023-10-14T00:10:36.470 INFO:tasks.rados.rados.0.smithi055.stdout:2641: seq_num 842 ranges {4784128=507904,5292032=475136,5767168=516096,6283264=499712,6782976=114688} 2023-10-14T00:10:36.497 INFO:tasks.rados.rados.0.smithi055.stdout:2641: writing smithi055169533-4 from 4784128 to 5292032 tid 1 2023-10-14T00:10:36.500 INFO:tasks.rados.rados.0.smithi055.stdout:2641: writing smithi055169533-4 from 5292032 to 5767168 tid 2 2023-10-14T00:10:36.503 INFO:tasks.rados.rados.0.smithi055.stdout:2641: writing smithi055169533-4 from 5767168 to 6283264 tid 3 2023-10-14T00:10:36.506 INFO:tasks.rados.rados.0.smithi055.stdout:2641: writing smithi055169533-4 from 6283264 to 6782976 tid 4 2023-10-14T00:10:36.507 INFO:tasks.rados.rados.0.smithi055.stdout:2641: writing smithi055169533-4 from 6782976 to 6897664 tid 5 2023-10-14T00:10:36.507 INFO:tasks.rados.rados.0.smithi055.stdout:2642: snap_remove snap 252 2023-10-14T00:10:37.414 INFO:tasks.rados.rados.0.smithi055.stdout:2642: done (4 left) 2023-10-14T00:10:37.414 INFO:tasks.rados.rados.0.smithi055.stdout:2643: copy_from oid 31 from oid 38 current snap is 258 2023-10-14T00:10:37.415 INFO:tasks.rados.rados.0.smithi055.stdout:2644: read oid 7 snap 242 2023-10-14T00:10:37.415 INFO:tasks.rados.rados.0.smithi055.stdout:2644: expect (ObjNum 788 snap 241 seq_num 788) 2023-10-14T00:10:37.416 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 11 current snap is 258 2023-10-14T00:10:37.417 INFO:tasks.rados.rados.0.smithi055.stdout:2645: seq_num 843 ranges {0=524288,524288=761856,1286144=671744,1957888=172032} 2023-10-14T00:10:37.418 INFO:tasks.rados.rados.0.smithi055.stdout:2645: writing smithi055169533-11 from 0 to 524288 tid 1 2023-10-14T00:10:37.423 INFO:tasks.rados.rados.0.smithi055.stdout:2645: writing smithi055169533-11 from 524288 to 1286144 tid 2 2023-10-14T00:10:37.428 INFO:tasks.rados.rados.0.smithi055.stdout:2645: writing smithi055169533-11 from 1286144 to 1957888 tid 3 2023-10-14T00:10:37.429 INFO:tasks.rados.rados.0.smithi055.stdout:2645: writing smithi055169533-11 from 1957888 to 2129920 tid 4 2023-10-14T00:10:37.429 INFO:tasks.rados.rados.0.smithi055.stdout:2646: delete oid 18 current snap is 258 2023-10-14T00:10:37.430 INFO:tasks.rados.rados.0.smithi055.stdout:2637: finishing write tid 6 to smithi055169533-9 2023-10-14T00:10:37.430 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 9 v 1038 (ObjNum 840 snap 258 seq_num 840) dirty exists 2023-10-14T00:10:37.430 INFO:tasks.rados.rados.0.smithi055.stdout:2637: left oid 9 (ObjNum 840 snap 258 seq_num 840) 2023-10-14T00:10:37.430 INFO:tasks.rados.rados.0.smithi055.stdout:2638: expect (ObjNum 656 snap 185 seq_num 656) 2023-10-14T00:10:37.526 INFO:tasks.rados.rados.0.smithi055.stdout:2640: expect (ObjNum 800 snap 243 seq_num 800) 2023-10-14T00:10:37.564 INFO:tasks.rados.rados.0.smithi055.stdout:2641: finishing write tid 1 to smithi055169533-4 2023-10-14T00:10:37.565 INFO:tasks.rados.rados.0.smithi055.stdout:2641: finishing write tid 2 to smithi055169533-4 2023-10-14T00:10:37.565 INFO:tasks.rados.rados.0.smithi055.stdout:2641: finishing write tid 3 to smithi055169533-4 2023-10-14T00:10:37.565 INFO:tasks.rados.rados.0.smithi055.stdout:2641: finishing write tid 4 to smithi055169533-4 2023-10-14T00:10:37.565 INFO:tasks.rados.rados.0.smithi055.stdout:2641: finishing write tid 5 to smithi055169533-4 2023-10-14T00:10:37.566 INFO:tasks.rados.rados.0.smithi055.stdout:2641: finishing write tid 6 to smithi055169533-4 2023-10-14T00:10:37.566 INFO:tasks.rados.rados.0.smithi055.stdout:2641: finishing write tid 7 to smithi055169533-4 2023-10-14T00:10:37.566 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 4 v 1377 (ObjNum 842 snap 258 seq_num 842) dirty exists 2023-10-14T00:10:37.566 INFO:tasks.rados.rados.0.smithi055.stdout:2641: left oid 4 (ObjNum 842 snap 258 seq_num 842) 2023-10-14T00:10:37.566 INFO:tasks.rados.rados.0.smithi055.stdout:2643: finishing copy_from to smithi055169533-31 2023-10-14T00:10:37.567 INFO:tasks.rados.rados.0.smithi055.stdout:2643: got expected ENOENT (src dne) 2023-10-14T00:10:37.567 INFO:tasks.rados.rados.0.smithi055.stdout:2643: finishing copy_from racing read to smithi055169533-31 2023-10-14T00:10:37.567 INFO:tasks.rados.rados.0.smithi055.stdout:2645: finishing write tid 1 to smithi055169533-11 2023-10-14T00:10:37.567 INFO:tasks.rados.rados.0.smithi055.stdout:2645: finishing write tid 2 to smithi055169533-11 2023-10-14T00:10:37.568 INFO:tasks.rados.rados.0.smithi055.stdout:2637: done (7 left) 2023-10-14T00:10:37.568 INFO:tasks.rados.rados.0.smithi055.stdout:2638: done (6 left) 2023-10-14T00:10:37.568 INFO:tasks.rados.rados.0.smithi055.stdout:2640: done (5 left) 2023-10-14T00:10:37.569 INFO:tasks.rados.rados.0.smithi055.stdout:2641: done (4 left) 2023-10-14T00:10:37.570 INFO:tasks.rados.rados.0.smithi055.stdout:2643: done (3 left) 2023-10-14T00:10:37.570 INFO:tasks.rados.rados.0.smithi055.stdout:2646: done (2 left) 2023-10-14T00:10:37.570 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 3 current snap is 258 2023-10-14T00:10:37.570 INFO:tasks.rados.rados.0.smithi055.stdout:2645: finishing write tid 3 to smithi055169533-11 2023-10-14T00:10:37.570 INFO:tasks.rados.rados.0.smithi055.stdout:2645: finishing write tid 4 to smithi055169533-11 2023-10-14T00:10:37.571 INFO:tasks.rados.rados.0.smithi055.stdout:2645: finishing write tid 5 to smithi055169533-11 2023-10-14T00:10:37.571 INFO:tasks.rados.rados.0.smithi055.stdout:2647: seq_num 845 ranges {2023424=557056,2580480=581632,3162112=688128,3850240=335872} 2023-10-14T00:10:37.578 INFO:tasks.rados.rados.0.smithi055.stdout:2647: writing smithi055169533-3 from 2023424 to 2580480 tid 1 2023-10-14T00:10:37.582 INFO:tasks.rados.rados.0.smithi055.stdout:2647: writing smithi055169533-3 from 2580480 to 3162112 tid 2 2023-10-14T00:10:37.586 INFO:tasks.rados.rados.0.smithi055.stdout:2647: writing smithi055169533-3 from 3162112 to 3850240 tid 3 2023-10-14T00:10:37.588 INFO:tasks.rados.rados.0.smithi055.stdout:2647: writing smithi055169533-3 from 3850240 to 4186112 tid 4 2023-10-14T00:10:37.589 INFO:tasks.rados.rados.0.smithi055.stdout:2648: delete oid 19 current snap is 258 2023-10-14T00:10:37.589 INFO:tasks.rados.rados.0.smithi055.stdout:2645: finishing write tid 6 to smithi055169533-11 2023-10-14T00:10:37.589 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 11 v 839 (ObjNum 843 snap 258 seq_num 843) dirty exists 2023-10-14T00:10:37.589 INFO:tasks.rados.rados.0.smithi055.stdout:2645: left oid 11 (ObjNum 843 snap 258 seq_num 843) 2023-10-14T00:10:37.590 INFO:tasks.rados.rados.0.smithi055.stdout:2644: expect (ObjNum 788 snap 241 seq_num 788) 2023-10-14T00:10:37.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:37 smithi055 ceph-mon[185614]: osdmap e572: 8 total, 8 up, 8 in 2023-10-14T00:10:37.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:37 smithi055 ceph-mon[185614]: pgmap v571: 121 pgs: 121 active+clean; 287 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 2.0 MiB/s rd, 1.4 MiB/s wr, 7 op/s 2023-10-14T00:10:37.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:37 smithi055 ceph-mon[183057]: osdmap e572: 8 total, 8 up, 8 in 2023-10-14T00:10:37.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:37 smithi055 ceph-mon[183057]: pgmap v571: 121 pgs: 121 active+clean; 287 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 2.0 MiB/s rd, 1.4 MiB/s wr, 7 op/s 2023-10-14T00:10:37.816 INFO:tasks.rados.rados.0.smithi055.stdout:2647: finishing write tid 1 to smithi055169533-3 2023-10-14T00:10:37.817 INFO:tasks.rados.rados.0.smithi055.stdout:2647: finishing write tid 2 to smithi055169533-3 2023-10-14T00:10:37.817 INFO:tasks.rados.rados.0.smithi055.stdout:2647: finishing write tid 3 to smithi055169533-3 2023-10-14T00:10:37.817 INFO:tasks.rados.rados.0.smithi055.stdout:2647: finishing write tid 4 to smithi055169533-3 2023-10-14T00:10:37.817 INFO:tasks.rados.rados.0.smithi055.stdout:2647: finishing write tid 5 to smithi055169533-3 2023-10-14T00:10:37.818 INFO:tasks.rados.rados.0.smithi055.stdout:2647: finishing write tid 6 to smithi055169533-3 2023-10-14T00:10:37.818 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 3 v 1387 (ObjNum 845 snap 258 seq_num 845) dirty exists 2023-10-14T00:10:37.818 INFO:tasks.rados.rados.0.smithi055.stdout:2647: left oid 3 (ObjNum 845 snap 258 seq_num 845) 2023-10-14T00:10:37.818 INFO:tasks.rados.rados.0.smithi055.stdout:2644: done (3 left) 2023-10-14T00:10:37.818 INFO:tasks.rados.rados.0.smithi055.stdout:2645: done (2 left) 2023-10-14T00:10:37.819 INFO:tasks.rados.rados.0.smithi055.stdout:2647: done (1 left) 2023-10-14T00:10:37.819 INFO:tasks.rados.rados.0.smithi055.stdout:2648: done (0 left) 2023-10-14T00:10:37.819 INFO:tasks.rados.rados.0.smithi055.stdout:2649: rollback oid 33 current snap is 258 2023-10-14T00:10:37.819 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 33 to 231 2023-10-14T00:10:37.819 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 47 current snap is 258 2023-10-14T00:10:37.820 INFO:tasks.rados.rados.0.smithi055.stdout:2650: seq_num 847 ranges {5734400=589824,6324224=753664,7077888=655360,7733248=196608} 2023-10-14T00:10:37.852 INFO:tasks.rados.rados.0.smithi055.stdout:2650: writing smithi055169533-47 from 5734400 to 6324224 tid 1 2023-10-14T00:10:37.856 INFO:tasks.rados.rados.0.smithi055.stdout:2650: writing smithi055169533-47 from 6324224 to 7077888 tid 2 2023-10-14T00:10:37.860 INFO:tasks.rados.rados.0.smithi055.stdout:2650: writing smithi055169533-47 from 7077888 to 7733248 tid 3 2023-10-14T00:10:37.862 INFO:tasks.rados.rados.0.smithi055.stdout:2650: writing smithi055169533-47 from 7733248 to 7929856 tid 4 2023-10-14T00:10:37.862 INFO:tasks.rados.rados.0.smithi055.stdout:2651: read oid 30 snap -1 2023-10-14T00:10:37.863 INFO:tasks.rados.rados.0.smithi055.stdout:2651: expect deleted 2023-10-14T00:10:37.863 INFO:tasks.rados.rados.0.smithi055.stdout:2652: read oid 46 snap -1 2023-10-14T00:10:37.863 INFO:tasks.rados.rados.0.smithi055.stdout:2652: expect (ObjNum 830 snap 253 seq_num 830) 2023-10-14T00:10:37.863 INFO:tasks.rados.rados.0.smithi055.stdout:2653: rollback oid 49 current snap is 258 2023-10-14T00:10:37.863 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 49 to 242 2023-10-14T00:10:37.864 INFO:tasks.rados.rados.0.smithi055.stdout:2649: finishing rollback tid 0 to smithi055169533-33 2023-10-14T00:10:37.864 INFO:tasks.rados.rados.0.smithi055.stdout:2649: finishing rollback tid 1 to smithi055169533-33 2023-10-14T00:10:37.864 INFO:tasks.rados.rados.0.smithi055.stdout:2649: finishing rollback tid 2 to smithi055169533-33 2023-10-14T00:10:37.864 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 33 v 1499 (ObjNum 0 snap 0 seq_num 304) dirty exists 2023-10-14T00:10:37.865 INFO:tasks.rados.rados.0.smithi055.stdout:2650: finishing write tid 1 to smithi055169533-47 2023-10-14T00:10:37.865 INFO:tasks.rados.rados.0.smithi055.stdout:2649: done (4 left) 2023-10-14T00:10:37.865 INFO:tasks.rados.rados.0.smithi055.stdout:2654: copy_from oid 44 from oid 38 current snap is 258 2023-10-14T00:10:37.865 INFO:tasks.rados.rados.0.smithi055.stdout:2650: finishing write tid 2 to smithi055169533-47 2023-10-14T00:10:37.865 INFO:tasks.rados.rados.0.smithi055.stdout:2655: delete oid 11 current snap is 258 2023-10-14T00:10:37.866 INFO:tasks.rados.rados.0.smithi055.stdout:2654: finishing copy_from to smithi055169533-44 2023-10-14T00:10:37.866 INFO:tasks.rados.rados.0.smithi055.stdout:2654: got expected ENOENT (src dne) 2023-10-14T00:10:37.867 INFO:tasks.rados.rados.0.smithi055.stdout:2654: finishing copy_from racing read to smithi055169533-44 2023-10-14T00:10:37.867 INFO:tasks.rados.rados.0.smithi055.stdout:2650: finishing write tid 3 to smithi055169533-47 2023-10-14T00:10:37.867 INFO:tasks.rados.rados.0.smithi055.stdout:2651: done (5 left) 2023-10-14T00:10:37.867 INFO:tasks.rados.rados.0.smithi055.stdout:2654: done (4 left) 2023-10-14T00:10:37.868 INFO:tasks.rados.rados.0.smithi055.stdout:2655: done (3 left) 2023-10-14T00:10:37.868 INFO:tasks.rados.rados.0.smithi055.stdout:2656: snap_remove snap 230 2023-10-14T00:10:37.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:37 smithi082 ceph-mon[180771]: osdmap e572: 8 total, 8 up, 8 in 2023-10-14T00:10:37.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:37 smithi082 ceph-mon[180771]: pgmap v571: 121 pgs: 121 active+clean; 287 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 2.0 MiB/s rd, 1.4 MiB/s wr, 7 op/s 2023-10-14T00:10:38.428 INFO:tasks.rados.rados.0.smithi055.stdout:2656: done (3 left) 2023-10-14T00:10:38.428 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 43 current snap is 258 2023-10-14T00:10:38.428 INFO:tasks.rados.rados.0.smithi055.stdout:2657: seq_num 849 ranges {3137536=622592,3760128=516096,4276224=663552,4939776=425984} 2023-10-14T00:10:38.451 INFO:tasks.rados.rados.0.smithi055.stdout:2657: writing smithi055169533-43 from 3137536 to 3760128 tid 1 2023-10-14T00:10:38.454 INFO:tasks.rados.rados.0.smithi055.stdout:2657: writing smithi055169533-43 from 3760128 to 4276224 tid 2 2023-10-14T00:10:38.459 INFO:tasks.rados.rados.0.smithi055.stdout:2657: writing smithi055169533-43 from 4276224 to 4939776 tid 3 2023-10-14T00:10:38.462 INFO:tasks.rados.rados.0.smithi055.stdout:2657: writing smithi055169533-43 from 4939776 to 5365760 tid 4 2023-10-14T00:10:38.462 INFO:tasks.rados.rados.0.smithi055.stdout:2658: read oid 18 snap -1 2023-10-14T00:10:38.462 INFO:tasks.rados.rados.0.smithi055.stdout:2658: expect deleted 2023-10-14T00:10:38.462 INFO:tasks.rados.rados.0.smithi055.stdout:2659: snap_create 2023-10-14T00:10:38.463 INFO:tasks.rados.rados.0.smithi055.stdout:2650: finishing write tid 4 to smithi055169533-47 2023-10-14T00:10:38.463 INFO:tasks.rados.rados.0.smithi055.stdout:2650: finishing write tid 5 to smithi055169533-47 2023-10-14T00:10:38.463 INFO:tasks.rados.rados.0.smithi055.stdout:2650: finishing write tid 6 to smithi055169533-47 2023-10-14T00:10:38.463 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 47 v 848 (ObjNum 847 snap 258 seq_num 847) dirty exists 2023-10-14T00:10:38.463 INFO:tasks.rados.rados.0.smithi055.stdout:2650: left oid 47 (ObjNum 847 snap 258 seq_num 847) 2023-10-14T00:10:38.464 INFO:tasks.rados.rados.0.smithi055.stdout:2653: finishing rollback tid 0 to smithi055169533-49 2023-10-14T00:10:38.464 INFO:tasks.rados.rados.0.smithi055.stdout:2653: finishing rollback tid 1 to smithi055169533-49 2023-10-14T00:10:38.464 INFO:tasks.rados.rados.0.smithi055.stdout:2653: finishing rollback tid 2 to smithi055169533-49 2023-10-14T00:10:38.464 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 49 v 1391 (ObjNum 568 snap 162 seq_num 568) dirty exists 2023-10-14T00:10:38.464 INFO:tasks.rados.rados.0.smithi055.stdout:2652: expect (ObjNum 830 snap 253 seq_num 830) 2023-10-14T00:10:38.588 INFO:tasks.rados.rados.0.smithi055.stdout:2657: finishing write tid 1 to smithi055169533-43 2023-10-14T00:10:38.588 INFO:tasks.rados.rados.0.smithi055.stdout:2657: finishing write tid 2 to smithi055169533-43 2023-10-14T00:10:38.588 INFO:tasks.rados.rados.0.smithi055.stdout:2657: finishing write tid 3 to smithi055169533-43 2023-10-14T00:10:38.589 INFO:tasks.rados.rados.0.smithi055.stdout:2657: finishing write tid 4 to smithi055169533-43 2023-10-14T00:10:38.589 INFO:tasks.rados.rados.0.smithi055.stdout:2657: finishing write tid 5 to smithi055169533-43 2023-10-14T00:10:38.589 INFO:tasks.rados.rados.0.smithi055.stdout:2657: finishing write tid 6 to smithi055169533-43 2023-10-14T00:10:38.589 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 43 v 903 (ObjNum 849 snap 258 seq_num 849) dirty exists 2023-10-14T00:10:38.589 INFO:tasks.rados.rados.0.smithi055.stdout:2657: left oid 43 (ObjNum 849 snap 258 seq_num 849) 2023-10-14T00:10:38.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:38 smithi055 ceph-mon[185614]: osdmap e573: 8 total, 8 up, 8 in 2023-10-14T00:10:38.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:38 smithi055 ceph-mon[183057]: osdmap e573: 8 total, 8 up, 8 in 2023-10-14T00:10:38.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:38 smithi082 ceph-mon[180771]: osdmap e573: 8 total, 8 up, 8 in 2023-10-14T00:10:39.445 INFO:tasks.rados.rados.0.smithi055.stdout:2650: done (5 left) 2023-10-14T00:10:39.445 INFO:tasks.rados.rados.0.smithi055.stdout:2652: done (4 left) 2023-10-14T00:10:39.446 INFO:tasks.rados.rados.0.smithi055.stdout:2653: done (3 left) 2023-10-14T00:10:39.446 INFO:tasks.rados.rados.0.smithi055.stdout:2657: done (2 left) 2023-10-14T00:10:39.446 INFO:tasks.rados.rados.0.smithi055.stdout:2658: done (1 left) 2023-10-14T00:10:39.446 INFO:tasks.rados.rados.0.smithi055.stdout:2659: done (0 left) 2023-10-14T00:10:39.446 INFO:tasks.rados.rados.0.smithi055.stdout:2660: copy_from oid 10 from oid 15 current snap is 259 2023-10-14T00:10:39.447 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 37 current snap is 259 2023-10-14T00:10:39.447 INFO:tasks.rados.rados.0.smithi055.stdout:2661: seq_num 850 ranges {3522560=638976,4161536=802816,4964352=475136,5439488=327680} 2023-10-14T00:10:39.468 INFO:tasks.rados.rados.0.smithi055.stdout:2661: writing smithi055169533-37 from 3522560 to 4161536 tid 1 2023-10-14T00:10:39.473 INFO:tasks.rados.rados.0.smithi055.stdout:2661: writing smithi055169533-37 from 4161536 to 4964352 tid 2 2023-10-14T00:10:39.475 INFO:tasks.rados.rados.0.smithi055.stdout:2661: writing smithi055169533-37 from 4964352 to 5439488 tid 3 2023-10-14T00:10:39.478 INFO:tasks.rados.rados.0.smithi055.stdout:2661: writing smithi055169533-37 from 5439488 to 5767168 tid 4 2023-10-14T00:10:39.478 INFO:tasks.rados.rados.0.smithi055.stdout:2662: copy_from oid 6 from oid 9 current snap is 259 2023-10-14T00:10:39.478 INFO:tasks.rados.rados.0.smithi055.stdout:2660: finishing copy_from to smithi055169533-10 2023-10-14T00:10:39.478 INFO:tasks.rados.rados.0.smithi055.stdout:2660: got expected ENOENT (src dne) 2023-10-14T00:10:39.479 INFO:tasks.rados.rados.0.smithi055.stdout:2660: finishing copy_from racing read to smithi055169533-10 2023-10-14T00:10:39.479 INFO:tasks.rados.rados.0.smithi055.stdout:2661: finishing write tid 1 to smithi055169533-37 2023-10-14T00:10:39.479 INFO:tasks.rados.rados.0.smithi055.stdout:2660: done (2 left) 2023-10-14T00:10:39.479 INFO:tasks.rados.rados.0.smithi055.stdout:2663: snap_remove snap 257 2023-10-14T00:10:39.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:39 smithi055 ceph-mon[185614]: osdmap e574: 8 total, 8 up, 8 in 2023-10-14T00:10:39.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:10:39.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:39 smithi055 ceph-mon[185614]: pgmap v574: 121 pgs: 121 active+clean; 291 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 2.0 MiB/s rd, 1.0 MiB/s wr, 6 op/s 2023-10-14T00:10:39.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:39 smithi055 ceph-mon[183057]: osdmap e574: 8 total, 8 up, 8 in 2023-10-14T00:10:39.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:10:39.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:39 smithi055 ceph-mon[183057]: pgmap v574: 121 pgs: 121 active+clean; 291 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 2.0 MiB/s rd, 1.0 MiB/s wr, 6 op/s 2023-10-14T00:10:39.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:39 smithi082 ceph-mon[180771]: osdmap e574: 8 total, 8 up, 8 in 2023-10-14T00:10:39.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:10:39.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:39 smithi082 ceph-mon[180771]: pgmap v574: 121 pgs: 121 active+clean; 291 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 2.0 MiB/s rd, 1.0 MiB/s wr, 6 op/s 2023-10-14T00:10:40.409 INFO:tasks.rados.rados.0.smithi055.stdout:2663: done (2 left) 2023-10-14T00:10:40.410 INFO:tasks.rados.rados.0.smithi055.stdout:2664: delete oid 33 current snap is 259 2023-10-14T00:10:40.410 INFO:tasks.rados.rados.0.smithi055.stdout:2661: finishing write tid 2 to smithi055169533-37 2023-10-14T00:10:40.410 INFO:tasks.rados.rados.0.smithi055.stdout:2661: finishing write tid 3 to smithi055169533-37 2023-10-14T00:10:40.410 INFO:tasks.rados.rados.0.smithi055.stdout:2661: finishing write tid 4 to smithi055169533-37 2023-10-14T00:10:40.411 INFO:tasks.rados.rados.0.smithi055.stdout:2661: finishing write tid 5 to smithi055169533-37 2023-10-14T00:10:40.411 INFO:tasks.rados.rados.0.smithi055.stdout:2661: finishing write tid 6 to smithi055169533-37 2023-10-14T00:10:40.411 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 37 v 1073 (ObjNum 850 snap 259 seq_num 850) dirty exists 2023-10-14T00:10:40.411 INFO:tasks.rados.rados.0.smithi055.stdout:2661: left oid 37 (ObjNum 850 snap 259 seq_num 850) 2023-10-14T00:10:40.411 INFO:tasks.rados.rados.0.smithi055.stdout:2662: finishing copy_from racing read to smithi055169533-6 2023-10-14T00:10:40.412 INFO:tasks.rados.rados.0.smithi055.stdout:2662: finishing copy_from to smithi055169533-6 2023-10-14T00:10:40.412 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 6 v 1038 (ObjNum 840 snap 258 seq_num 840) dirty exists 2023-10-14T00:10:40.428 INFO:tasks.rados.rados.0.smithi055.stdout:2661: done (2 left) 2023-10-14T00:10:40.429 INFO:tasks.rados.rados.0.smithi055.stdout:2662: done (1 left) 2023-10-14T00:10:40.429 INFO:tasks.rados.rados.0.smithi055.stdout:2664: done (0 left) 2023-10-14T00:10:40.429 INFO:tasks.rados.rados.0.smithi055.stdout:2665: rmattr oid 13 current snap is 259 2023-10-14T00:10:40.429 INFO:tasks.rados.rados.0.smithi055.stdout:2665: done (0 left) 2023-10-14T00:10:40.429 INFO:tasks.rados.rados.0.smithi055.stdout:2666: setattr oid 39 current snap is 259 2023-10-14T00:10:40.432 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 43 current snap is 259 2023-10-14T00:10:40.432 INFO:tasks.rados.rados.0.smithi055.stdout:2667: seq_num 852 ranges {5365760=671744,6037504=622592,6660096=442368,7102464=540672} 2023-10-14T00:10:40.465 INFO:tasks.rados.rados.0.smithi055.stdout:2667: writing smithi055169533-43 from 5365760 to 6037504 tid 1 2023-10-14T00:10:40.469 INFO:tasks.rados.rados.0.smithi055.stdout:2667: writing smithi055169533-43 from 6037504 to 6660096 tid 2 2023-10-14T00:10:40.471 INFO:tasks.rados.rados.0.smithi055.stdout:2667: writing smithi055169533-43 from 6660096 to 7102464 tid 3 2023-10-14T00:10:40.475 INFO:tasks.rados.rados.0.smithi055.stdout:2667: writing smithi055169533-43 from 7102464 to 7643136 tid 4 2023-10-14T00:10:40.475 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 47 current snap is 259 2023-10-14T00:10:40.475 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 39 v 1605 (ObjNum 812 snap 248 seq_num 812) dirty exists 2023-10-14T00:10:40.475 INFO:tasks.rados.rados.0.smithi055.stdout:2668: seq_num 853 ranges {7929856=696320,8626176=507904,9134080=647168,9781248=450560} 2023-10-14T00:10:40.523 INFO:tasks.rados.rados.0.smithi055.stdout:2668: writing smithi055169533-47 from 7929856 to 8626176 tid 1 2023-10-14T00:10:40.526 INFO:tasks.rados.rados.0.smithi055.stdout:2668: writing smithi055169533-47 from 8626176 to 9134080 tid 2 2023-10-14T00:10:40.530 INFO:tasks.rados.rados.0.smithi055.stdout:2668: writing smithi055169533-47 from 9134080 to 9781248 tid 3 2023-10-14T00:10:40.533 INFO:tasks.rados.rados.0.smithi055.stdout:2668: writing smithi055169533-47 from 9781248 to 10231808 tid 4 2023-10-14T00:10:40.533 INFO:tasks.rados.rados.0.smithi055.stdout:2666: done (2 left) 2023-10-14T00:10:40.533 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 25 current snap is 259 2023-10-14T00:10:40.533 INFO:tasks.rados.rados.0.smithi055.stdout:2667: finishing write tid 1 to smithi055169533-43 2023-10-14T00:10:40.534 INFO:tasks.rados.rados.0.smithi055.stdout:2667: finishing write tid 2 to smithi055169533-43 2023-10-14T00:10:40.534 INFO:tasks.rados.rados.0.smithi055.stdout:2667: finishing write tid 3 to smithi055169533-43 2023-10-14T00:10:40.534 INFO:tasks.rados.rados.0.smithi055.stdout:2669: seq_num 854 ranges {0=712704,712704=794624,1507328=450560,1957888=360448} 2023-10-14T00:10:40.537 INFO:tasks.rados.rados.0.smithi055.stdout:2669: writing smithi055169533-25 from 0 to 712704 tid 1 2023-10-14T00:10:40.542 INFO:tasks.rados.rados.0.smithi055.stdout:2669: writing smithi055169533-25 from 712704 to 1507328 tid 2 2023-10-14T00:10:40.545 INFO:tasks.rados.rados.0.smithi055.stdout:2669: writing smithi055169533-25 from 1507328 to 1957888 tid 3 2023-10-14T00:10:40.547 INFO:tasks.rados.rados.0.smithi055.stdout:2669: writing smithi055169533-25 from 1957888 to 2318336 tid 4 2023-10-14T00:10:40.548 INFO:tasks.rados.rados.0.smithi055.stdout:2670: rollback oid 50 current snap is 259 2023-10-14T00:10:40.548 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 50 to 244 2023-10-14T00:10:40.548 INFO:tasks.rados.rados.0.smithi055.stdout:2667: finishing write tid 4 to smithi055169533-43 2023-10-14T00:10:40.548 INFO:tasks.rados.rados.0.smithi055.stdout:2667: finishing write tid 5 to smithi055169533-43 2023-10-14T00:10:40.548 INFO:tasks.rados.rados.0.smithi055.stdout:2667: finishing write tid 6 to smithi055169533-43 2023-10-14T00:10:40.549 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 43 v 913 (ObjNum 852 snap 259 seq_num 852) dirty exists 2023-10-14T00:10:40.549 INFO:tasks.rados.rados.0.smithi055.stdout:2667: left oid 43 (ObjNum 852 snap 259 seq_num 852) 2023-10-14T00:10:40.549 INFO:tasks.rados.rados.0.smithi055.stdout:2668: finishing write tid 1 to smithi055169533-47 2023-10-14T00:10:40.549 INFO:tasks.rados.rados.0.smithi055.stdout:2668: finishing write tid 2 to smithi055169533-47 2023-10-14T00:10:40.549 INFO:tasks.rados.rados.0.smithi055.stdout:2668: finishing write tid 3 to smithi055169533-47 2023-10-14T00:10:40.550 INFO:tasks.rados.rados.0.smithi055.stdout:2668: finishing write tid 4 to smithi055169533-47 2023-10-14T00:10:40.550 INFO:tasks.rados.rados.0.smithi055.stdout:2668: finishing write tid 5 to smithi055169533-47 2023-10-14T00:10:40.550 INFO:tasks.rados.rados.0.smithi055.stdout:2668: finishing write tid 6 to smithi055169533-47 2023-10-14T00:10:40.550 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 47 v 853 (ObjNum 853 snap 259 seq_num 853) dirty exists 2023-10-14T00:10:40.550 INFO:tasks.rados.rados.0.smithi055.stdout:2668: left oid 47 (ObjNum 853 snap 259 seq_num 853) 2023-10-14T00:10:40.551 INFO:tasks.rados.rados.0.smithi055.stdout:2669: finishing write tid 1 to smithi055169533-25 2023-10-14T00:10:40.551 INFO:tasks.rados.rados.0.smithi055.stdout:2669: finishing write tid 2 to smithi055169533-25 2023-10-14T00:10:40.551 INFO:tasks.rados.rados.0.smithi055.stdout:2667: done (3 left) 2023-10-14T00:10:40.551 INFO:tasks.rados.rados.0.smithi055.stdout:2668: done (2 left) 2023-10-14T00:10:40.551 INFO:tasks.rados.rados.0.smithi055.stdout:2671: delete oid 13 current snap is 259 2023-10-14T00:10:40.553 INFO:tasks.rados.rados.0.smithi055.stdout:2671: done (2 left) 2023-10-14T00:10:40.553 INFO:tasks.rados.rados.0.smithi055.stdout:2672: snap_create 2023-10-14T00:10:40.553 INFO:tasks.rados.rados.0.smithi055.stdout:2669: finishing write tid 3 to smithi055169533-25 2023-10-14T00:10:40.553 INFO:tasks.rados.rados.0.smithi055.stdout:2669: finishing write tid 4 to smithi055169533-25 2023-10-14T00:10:40.553 INFO:tasks.rados.rados.0.smithi055.stdout:2669: finishing write tid 5 to smithi055169533-25 2023-10-14T00:10:40.554 INFO:tasks.rados.rados.0.smithi055.stdout:2670: finishing rollback tid 0 to smithi055169533-50 2023-10-14T00:10:40.554 INFO:tasks.rados.rados.0.smithi055.stdout:2670: finishing rollback tid 1 to smithi055169533-50 2023-10-14T00:10:40.554 INFO:tasks.rados.rados.0.smithi055.stdout:2670: finishing rollback tid 2 to smithi055169533-50 2023-10-14T00:10:40.554 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 50 v 1609 (ObjNum 701 snap 207 seq_num 701) dirty exists 2023-10-14T00:10:40.554 INFO:tasks.rados.rados.0.smithi055.stdout:2669: finishing write tid 6 to smithi055169533-25 2023-10-14T00:10:40.555 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 25 v 374 (ObjNum 854 snap 259 seq_num 854) dirty exists 2023-10-14T00:10:40.555 INFO:tasks.rados.rados.0.smithi055.stdout:2669: left oid 25 (ObjNum 854 snap 259 seq_num 854) 2023-10-14T00:10:40.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:40 smithi055 ceph-mon[185614]: osdmap e575: 8 total, 8 up, 8 in 2023-10-14T00:10:40.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:40 smithi055 ceph-mon[185614]: osdmap e576: 8 total, 8 up, 8 in 2023-10-14T00:10:40.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:40 smithi055 ceph-mon[183057]: osdmap e575: 8 total, 8 up, 8 in 2023-10-14T00:10:40.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:40 smithi055 ceph-mon[183057]: osdmap e576: 8 total, 8 up, 8 in 2023-10-14T00:10:40.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:40 smithi082 ceph-mon[180771]: osdmap e575: 8 total, 8 up, 8 in 2023-10-14T00:10:40.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:40 smithi082 ceph-mon[180771]: osdmap e576: 8 total, 8 up, 8 in 2023-10-14T00:10:41.458 INFO:tasks.rados.rados.0.smithi055.stdout:2669: done (2 left) 2023-10-14T00:10:41.459 INFO:tasks.rados.rados.0.smithi055.stdout:2670: done (1 left) 2023-10-14T00:10:41.459 INFO:tasks.rados.rados.0.smithi055.stdout:2672: done (0 left) 2023-10-14T00:10:41.459 INFO:tasks.rados.rados.0.smithi055.stdout:2673: copy_from oid 8 from oid 3 current snap is 260 2023-10-14T00:10:41.459 INFO:tasks.rados.rados.0.smithi055.stdout:2674: setattr oid 13 current snap is 260 2023-10-14T00:10:41.460 INFO:tasks.rados.rados.0.smithi055.stdout:2675: delete oid 23 current snap is 260 2023-10-14T00:10:41.465 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 13 v 1033 (ObjNum 0 snap 0 seq_num 304) dirty exists 2023-10-14T00:10:41.467 INFO:tasks.rados.rados.0.smithi055.stdout:2674: done (2 left) 2023-10-14T00:10:41.468 INFO:tasks.rados.rados.0.smithi055.stdout:2675: done (1 left) 2023-10-14T00:10:41.468 INFO:tasks.rados.rados.0.smithi055.stdout:2676: copy_from oid 37 from oid 48 current snap is 260 2023-10-14T00:10:41.468 INFO:tasks.rados.rados.0.smithi055.stdout:2677: snap_create 2023-10-14T00:10:41.482 INFO:tasks.rados.rados.0.smithi055.stdout:2673: finishing copy_from racing read to smithi055169533-8 2023-10-14T00:10:41.483 INFO:tasks.rados.rados.0.smithi055.stdout:2673: finishing copy_from to smithi055169533-8 2023-10-14T00:10:41.484 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 8 v 1387 (ObjNum 845 snap 258 seq_num 845) dirty exists 2023-10-14T00:10:41.508 INFO:tasks.rados.rados.0.smithi055.stdout:2676: finishing copy_from racing read to smithi055169533-37 2023-10-14T00:10:41.512 INFO:tasks.rados.rados.0.smithi055.stdout:2676: finishing copy_from to smithi055169533-37 2023-10-14T00:10:41.512 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 37 v 843 (ObjNum 827 snap 253 seq_num 827) dirty exists 2023-10-14T00:10:41.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:41 smithi055 ceph-mon[183057]: pgmap v577: 121 pgs: 121 active+clean; 304 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 8.2 MiB/s rd, 4.8 MiB/s wr, 18 op/s 2023-10-14T00:10:41.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:41 smithi055 ceph-mon[185614]: pgmap v577: 121 pgs: 121 active+clean; 304 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 8.2 MiB/s rd, 4.8 MiB/s wr, 18 op/s 2023-10-14T00:10:41.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:41 smithi082 ceph-mon[180771]: pgmap v577: 121 pgs: 121 active+clean; 304 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 8.2 MiB/s rd, 4.8 MiB/s wr, 18 op/s 2023-10-14T00:10:42.467 INFO:tasks.rados.rados.0.smithi055.stdout:2673: done (2 left) 2023-10-14T00:10:42.467 INFO:tasks.rados.rados.0.smithi055.stdout:2676: done (1 left) 2023-10-14T00:10:42.468 INFO:tasks.rados.rados.0.smithi055.stdout:2677: done (0 left) 2023-10-14T00:10:42.468 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 12 current snap is 261 2023-10-14T00:10:42.468 INFO:tasks.rados.rados.0.smithi055.stdout:2678: seq_num 857 ranges {0=761856,761856=442368,1204224=630784,1835008=532480} 2023-10-14T00:10:42.473 INFO:tasks.rados.rados.0.smithi055.stdout:2678: writing smithi055169533-12 from 0 to 761856 tid 1 2023-10-14T00:10:42.474 INFO:tasks.rados.rados.0.smithi055.stdout:2678: writing smithi055169533-12 from 761856 to 1204224 tid 2 2023-10-14T00:10:42.478 INFO:tasks.rados.rados.0.smithi055.stdout:2678: writing smithi055169533-12 from 1204224 to 1835008 tid 3 2023-10-14T00:10:42.482 INFO:tasks.rados.rados.0.smithi055.stdout:2678: writing smithi055169533-12 from 1835008 to 2367488 tid 4 2023-10-14T00:10:42.482 INFO:tasks.rados.rados.0.smithi055.stdout:2679: read oid 33 snap -1 2023-10-14T00:10:42.483 INFO:tasks.rados.rados.0.smithi055.stdout:2679: expect deleted 2023-10-14T00:10:42.483 INFO:tasks.rados.rados.0.smithi055.stdout:2680: rmattr oid 38 current snap is 261 2023-10-14T00:10:42.483 INFO:tasks.rados.rados.0.smithi055.stdout:2678: finishing write tid 1 to smithi055169533-12 2023-10-14T00:10:42.483 INFO:tasks.rados.rados.0.smithi055.stdout:2680: done (2 left) 2023-10-14T00:10:42.483 INFO:tasks.rados.rados.0.smithi055.stdout:2681: rollback oid 44 current snap is 261 2023-10-14T00:10:42.484 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 44 to 244 2023-10-14T00:10:42.484 INFO:tasks.rados.rados.0.smithi055.stdout:2678: finishing write tid 2 to smithi055169533-12 2023-10-14T00:10:42.484 INFO:tasks.rados.rados.0.smithi055.stdout:2678: finishing write tid 3 to smithi055169533-12 2023-10-14T00:10:42.484 INFO:tasks.rados.rados.0.smithi055.stdout:2682: rollback oid 4 current snap is 261 2023-10-14T00:10:42.484 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 4 to 243 2023-10-14T00:10:42.485 INFO:tasks.rados.rados.0.smithi055.stdout:2683: rollback oid 41 current snap is 261 2023-10-14T00:10:42.485 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 41 to 251 2023-10-14T00:10:42.485 INFO:tasks.rados.rados.0.smithi055.stdout:2684: read oid 29 snap -1 2023-10-14T00:10:42.485 INFO:tasks.rados.rados.0.smithi055.stdout:2684: expect (ObjNum 784 snap 240 seq_num 784) 2023-10-14T00:10:42.485 INFO:tasks.rados.rados.0.smithi055.stdout:2685: rollback oid 6 current snap is 261 2023-10-14T00:10:42.486 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 6 to 250 2023-10-14T00:10:42.486 INFO:tasks.rados.rados.0.smithi055.stdout:2686: snap_remove snap 223 2023-10-14T00:10:42.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:42 smithi055 ceph-mon[185614]: osdmap e577: 8 total, 8 up, 8 in 2023-10-14T00:10:42.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:42 smithi055 ceph-mon[183057]: osdmap e577: 8 total, 8 up, 8 in 2023-10-14T00:10:42.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:42 smithi082 ceph-mon[180771]: osdmap e577: 8 total, 8 up, 8 in 2023-10-14T00:10:43.484 INFO:tasks.rados.rados.0.smithi055.stdout:2686: done (7 left) 2023-10-14T00:10:43.484 INFO:tasks.rados.rados.0.smithi055.stdout:2687: delete oid 32 current snap is 261 2023-10-14T00:10:43.484 INFO:tasks.rados.rados.0.smithi055.stdout:2684: expect (ObjNum 784 snap 240 seq_num 784) 2023-10-14T00:10:43.526 INFO:tasks.rados.rados.0.smithi055.stdout:2681: finishing rollback tid 1 to smithi055169533-44 2023-10-14T00:10:43.526 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 44 v 893 (ObjNum 33 snap 0 seq_num 1530005840) dirty dne 2023-10-14T00:10:43.526 INFO:tasks.rados.rados.0.smithi055.stdout:2678: finishing write tid 4 to smithi055169533-12 2023-10-14T00:10:43.526 INFO:tasks.rados.rados.0.smithi055.stdout:2678: finishing write tid 5 to smithi055169533-12 2023-10-14T00:10:43.527 INFO:tasks.rados.rados.0.smithi055.stdout:2679: done (7 left) 2023-10-14T00:10:43.527 INFO:tasks.rados.rados.0.smithi055.stdout:2681: done (6 left) 2023-10-14T00:10:43.527 INFO:tasks.rados.rados.0.smithi055.stdout:2684: done (5 left) 2023-10-14T00:10:43.527 INFO:tasks.rados.rados.0.smithi055.stdout:2687: done (4 left) 2023-10-14T00:10:43.527 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 39 current snap is 261 2023-10-14T00:10:43.528 INFO:tasks.rados.rados.0.smithi055.stdout:2683: finishing rollback tid 0 to smithi055169533-41 2023-10-14T00:10:43.528 INFO:tasks.rados.rados.0.smithi055.stdout:2683: finishing rollback tid 1 to smithi055169533-41 2023-10-14T00:10:43.528 INFO:tasks.rados.rados.0.smithi055.stdout:2688: seq_num 859 ranges {2392064=794624,3186688=614400,3801088=638976,4440064=352256} 2023-10-14T00:10:43.544 INFO:tasks.rados.rados.0.smithi055.stdout:2688: writing smithi055169533-39 from 2392064 to 3186688 tid 1 2023-10-14T00:10:43.548 INFO:tasks.rados.rados.0.smithi055.stdout:2688: writing smithi055169533-39 from 3186688 to 3801088 tid 2 2023-10-14T00:10:43.553 INFO:tasks.rados.rados.0.smithi055.stdout:2688: writing smithi055169533-39 from 3801088 to 4440064 tid 3 2023-10-14T00:10:43.555 INFO:tasks.rados.rados.0.smithi055.stdout:2688: writing smithi055169533-39 from 4440064 to 4792320 tid 4 2023-10-14T00:10:43.555 INFO:tasks.rados.rados.0.smithi055.stdout:2689: snap_create 2023-10-14T00:10:43.555 INFO:tasks.rados.rados.0.smithi055.stdout:2683: finishing rollback tid 2 to smithi055169533-41 2023-10-14T00:10:43.556 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 41 v 1503 (ObjNum 813 snap 249 seq_num 813) dirty exists 2023-10-14T00:10:43.556 INFO:tasks.rados.rados.0.smithi055.stdout:2678: finishing write tid 6 to smithi055169533-12 2023-10-14T00:10:43.556 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 12 v 858 (ObjNum 857 snap 261 seq_num 857) dirty exists 2023-10-14T00:10:43.556 INFO:tasks.rados.rados.0.smithi055.stdout:2678: left oid 12 (ObjNum 857 snap 261 seq_num 857) 2023-10-14T00:10:43.556 INFO:tasks.rados.rados.0.smithi055.stdout:2682: finishing rollback tid 0 to smithi055169533-4 2023-10-14T00:10:43.557 INFO:tasks.rados.rados.0.smithi055.stdout:2682: finishing rollback tid 1 to smithi055169533-4 2023-10-14T00:10:43.557 INFO:tasks.rados.rados.0.smithi055.stdout:2685: finishing rollback tid 0 to smithi055169533-6 2023-10-14T00:10:43.557 INFO:tasks.rados.rados.0.smithi055.stdout:2685: finishing rollback tid 1 to smithi055169533-6 2023-10-14T00:10:43.557 INFO:tasks.rados.rados.0.smithi055.stdout:2685: finishing rollback tid 2 to smithi055169533-6 2023-10-14T00:10:43.557 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 6 v 1112 (ObjNum 779 snap 239 seq_num 779) dirty exists 2023-10-14T00:10:43.558 INFO:tasks.rados.rados.0.smithi055.stdout:2682: finishing rollback tid 2 to smithi055169533-4 2023-10-14T00:10:43.558 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 4 v 1413 (ObjNum 781 snap 240 seq_num 781) dirty exists 2023-10-14T00:10:43.558 INFO:tasks.rados.rados.0.smithi055.stdout:2688: finishing write tid 1 to smithi055169533-39 2023-10-14T00:10:43.558 INFO:tasks.rados.rados.0.smithi055.stdout:2688: finishing write tid 2 to smithi055169533-39 2023-10-14T00:10:43.559 INFO:tasks.rados.rados.0.smithi055.stdout:2688: finishing write tid 3 to smithi055169533-39 2023-10-14T00:10:43.559 INFO:tasks.rados.rados.0.smithi055.stdout:2688: finishing write tid 4 to smithi055169533-39 2023-10-14T00:10:43.559 INFO:tasks.rados.rados.0.smithi055.stdout:2688: finishing write tid 5 to smithi055169533-39 2023-10-14T00:10:43.560 INFO:tasks.rados.rados.0.smithi055.stdout:2688: finishing write tid 6 to smithi055169533-39 2023-10-14T00:10:43.560 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 39 v 1627 (ObjNum 859 snap 261 seq_num 859) dirty exists 2023-10-14T00:10:43.560 INFO:tasks.rados.rados.0.smithi055.stdout:2688: left oid 39 (ObjNum 859 snap 261 seq_num 859) 2023-10-14T00:10:43.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:43 smithi055 ceph-mon[185614]: osdmap e578: 8 total, 8 up, 8 in 2023-10-14T00:10:43.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:43 smithi055 ceph-mon[185614]: pgmap v580: 121 pgs: 121 active+clean; 310 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.2 MiB/s rd, 5.4 MiB/s wr, 17 op/s 2023-10-14T00:10:43.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:43 smithi055 ceph-mon[183057]: osdmap e578: 8 total, 8 up, 8 in 2023-10-14T00:10:43.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:43 smithi055 ceph-mon[183057]: pgmap v580: 121 pgs: 121 active+clean; 310 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.2 MiB/s rd, 5.4 MiB/s wr, 17 op/s 2023-10-14T00:10:43.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:43 smithi082 ceph-mon[180771]: osdmap e578: 8 total, 8 up, 8 in 2023-10-14T00:10:43.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:43 smithi082 ceph-mon[180771]: pgmap v580: 121 pgs: 121 active+clean; 310 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.2 MiB/s rd, 5.4 MiB/s wr, 17 op/s 2023-10-14T00:10:44.486 INFO:tasks.rados.rados.0.smithi055.stdout:2678: done (5 left) 2023-10-14T00:10:44.486 INFO:tasks.rados.rados.0.smithi055.stdout:2682: done (4 left) 2023-10-14T00:10:44.487 INFO:tasks.rados.rados.0.smithi055.stdout:2683: done (3 left) 2023-10-14T00:10:44.487 INFO:tasks.rados.rados.0.smithi055.stdout:2685: done (2 left) 2023-10-14T00:10:44.487 INFO:tasks.rados.rados.0.smithi055.stdout:2688: done (1 left) 2023-10-14T00:10:44.487 INFO:tasks.rados.rados.0.smithi055.stdout:2689: done (0 left) 2023-10-14T00:10:44.487 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 37 current snap is 262 2023-10-14T00:10:44.488 INFO:tasks.rados.rados.0.smithi055.stdout:2690: seq_num 860 ranges {9789440=8192} 2023-10-14T00:10:44.541 INFO:tasks.rados.rados.0.smithi055.stdout:2690: writing smithi055169533-37 from 9789440 to 9797632 tid 1 2023-10-14T00:10:44.542 INFO:tasks.rados.rados.0.smithi055.stdout:2691: rollback oid 2 current snap is 262 2023-10-14T00:10:44.542 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 2 to 253 2023-10-14T00:10:44.542 INFO:tasks.rados.rados.0.smithi055.stdout:2692: delete oid 36 current snap is 262 2023-10-14T00:10:44.543 INFO:tasks.rados.rados.0.smithi055.stdout:2692: done (2 left) 2023-10-14T00:10:44.543 INFO:tasks.rados.rados.0.smithi055.stdout:2693: snap_remove snap 192 2023-10-14T00:10:44.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:44 smithi055 ceph-mon[185614]: osdmap e579: 8 total, 8 up, 8 in 2023-10-14T00:10:44.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:44 smithi055 ceph-mon[183057]: osdmap e579: 8 total, 8 up, 8 in 2023-10-14T00:10:44.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:44 smithi082 ceph-mon[180771]: osdmap e579: 8 total, 8 up, 8 in 2023-10-14T00:10:45.412 INFO:tasks.rados.rados.0.smithi055.stdout:2693: done (2 left) 2023-10-14T00:10:45.412 INFO:tasks.rados.rados.0.smithi055.stdout:2694: rmattr oid 12 current snap is 262 2023-10-14T00:10:45.413 INFO:tasks.rados.rados.0.smithi055.stdout:2694: done (2 left) 2023-10-14T00:10:45.413 INFO:tasks.rados.rados.0.smithi055.stdout:2695: rollback oid 31 current snap is 262 2023-10-14T00:10:45.413 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 31 to 244 2023-10-14T00:10:45.413 INFO:tasks.rados.rados.0.smithi055.stdout:2696: snap_remove snap 251 2023-10-14T00:10:45.499 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:10:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:10:45] "GET /metrics HTTP/1.1" 200 36156 "" "Prometheus/2.43.0" 2023-10-14T00:10:45.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:45 smithi055 ceph-mon[185614]: osdmap e580: 8 total, 8 up, 8 in 2023-10-14T00:10:45.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:45 smithi055 ceph-mon[185614]: pgmap v583: 121 pgs: 121 active+clean; 322 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 835 KiB/s rd, 3.7 MiB/s wr, 21 op/s 2023-10-14T00:10:45.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:45 smithi055 ceph-mon[185614]: osdmap e581: 8 total, 8 up, 8 in 2023-10-14T00:10:45.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:45 smithi055 ceph-mon[183057]: osdmap e580: 8 total, 8 up, 8 in 2023-10-14T00:10:45.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:45 smithi055 ceph-mon[183057]: pgmap v583: 121 pgs: 121 active+clean; 322 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 835 KiB/s rd, 3.7 MiB/s wr, 21 op/s 2023-10-14T00:10:45.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:45 smithi055 ceph-mon[183057]: osdmap e581: 8 total, 8 up, 8 in 2023-10-14T00:10:45.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:45 smithi082 ceph-mon[180771]: osdmap e580: 8 total, 8 up, 8 in 2023-10-14T00:10:45.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:45 smithi082 ceph-mon[180771]: pgmap v583: 121 pgs: 121 active+clean; 322 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 835 KiB/s rd, 3.7 MiB/s wr, 21 op/s 2023-10-14T00:10:45.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:45 smithi082 ceph-mon[180771]: osdmap e581: 8 total, 8 up, 8 in 2023-10-14T00:10:46.405 INFO:tasks.rados.rados.0.smithi055.stdout:2696: done (3 left) 2023-10-14T00:10:46.405 INFO:tasks.rados.rados.0.smithi055.stdout:2697: read oid 39 snap -1 2023-10-14T00:10:46.405 INFO:tasks.rados.rados.0.smithi055.stdout:2697: expect (ObjNum 859 snap 261 seq_num 859) 2023-10-14T00:10:46.406 INFO:tasks.rados.rados.0.smithi055.stdout:2698: snap_remove snap 243 2023-10-14T00:10:47.448 INFO:tasks.rados.rados.0.smithi055.stdout:2698: done (4 left) 2023-10-14T00:10:47.448 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 19 current snap is 262 2023-10-14T00:10:47.449 INFO:tasks.rados.rados.0.smithi055.stdout:2699: seq_num 862 ranges {0=40960} 2023-10-14T00:10:47.449 INFO:tasks.rados.rados.0.smithi055.stdout:2699: writing smithi055169533-19 from 0 to 40960 tid 1 2023-10-14T00:10:47.449 INFO:tasks.rados.rados.0.smithi055.stdout:2700: read oid 45 snap -1 2023-10-14T00:10:47.449 INFO:tasks.rados.rados.0.smithi055.stdout:2700: expect (ObjNum 818 snap 251 seq_num 818) 2023-10-14T00:10:47.449 INFO:tasks.rados.rados.0.smithi055.stdout:2701: setattr oid 16 current snap is 262 2023-10-14T00:10:47.449 INFO:tasks.rados.rados.0.smithi055.stdout:2690: finishing write tid 1 to smithi055169533-37 2023-10-14T00:10:47.450 INFO:tasks.rados.rados.0.smithi055.stdout:2690: finishing write tid 2 to smithi055169533-37 2023-10-14T00:10:47.450 INFO:tasks.rados.rados.0.smithi055.stdout:2691: finishing rollback tid 0 to smithi055169533-2 2023-10-14T00:10:47.450 INFO:tasks.rados.rados.0.smithi055.stdout:2691: finishing rollback tid 1 to smithi055169533-2 2023-10-14T00:10:47.450 INFO:tasks.rados.rados.0.smithi055.stdout:2690: finishing write tid 3 to smithi055169533-37 2023-10-14T00:10:47.450 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 37 v 1075 (ObjNum 860 snap 262 seq_num 860) dirty exists 2023-10-14T00:10:47.451 INFO:tasks.rados.rados.0.smithi055.stdout:2690: left oid 37 (ObjNum 860 snap 262 seq_num 860) 2023-10-14T00:10:47.451 INFO:tasks.rados.rados.0.smithi055.stdout:2691: finishing rollback tid 2 to smithi055169533-2 2023-10-14T00:10:47.451 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 2 v 1078 (ObjNum 784 snap 240 seq_num 784) dirty exists 2023-10-14T00:10:47.451 INFO:tasks.rados.rados.0.smithi055.stdout:2695: finishing rollback tid 1 to smithi055169533-31 2023-10-14T00:10:47.451 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 31 v 1056 (ObjNum 161 snap 0 seq_num 1) dirty dne 2023-10-14T00:10:47.452 INFO:tasks.rados.rados.0.smithi055.stdout:2697: expect (ObjNum 859 snap 261 seq_num 859) 2023-10-14T00:10:47.625 INFO:tasks.rados.rados.0.smithi055.stdout:2699: finishing write tid 1 to smithi055169533-19 2023-10-14T00:10:47.626 INFO:tasks.rados.rados.0.smithi055.stdout:2699: finishing write tid 2 to smithi055169533-19 2023-10-14T00:10:47.626 INFO:tasks.rados.rados.0.smithi055.stdout:2699: finishing write tid 3 to smithi055169533-19 2023-10-14T00:10:47.626 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 19 v 838 (ObjNum 862 snap 262 seq_num 862) dirty exists 2023-10-14T00:10:47.626 INFO:tasks.rados.rados.0.smithi055.stdout:2699: left oid 19 (ObjNum 862 snap 262 seq_num 862) 2023-10-14T00:10:47.626 INFO:tasks.rados.rados.0.smithi055.stdout:2700: expect (ObjNum 818 snap 251 seq_num 818) 2023-10-14T00:10:47.669 INFO:tasks.rados.rados.0.smithi055.stdout:2690: done (6 left) 2023-10-14T00:10:47.670 INFO:tasks.rados.rados.0.smithi055.stdout:2691: done (5 left) 2023-10-14T00:10:47.670 INFO:tasks.rados.rados.0.smithi055.stdout:2695: done (4 left) 2023-10-14T00:10:47.670 INFO:tasks.rados.rados.0.smithi055.stdout:2697: done (3 left) 2023-10-14T00:10:47.670 INFO:tasks.rados.rados.0.smithi055.stdout:2699: done (2 left) 2023-10-14T00:10:47.670 INFO:tasks.rados.rados.0.smithi055.stdout:2700: done (1 left) 2023-10-14T00:10:47.671 INFO:tasks.rados.rados.0.smithi055.stdout:2702: snap_create 2023-10-14T00:10:47.673 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 16 v 351 (ObjNum 816 snap 251 seq_num 816) dirty exists 2023-10-14T00:10:47.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:47 smithi055 ceph-mon[185614]: osdmap e582: 8 total, 8 up, 8 in 2023-10-14T00:10:47.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:47 smithi055 ceph-mon[185614]: pgmap v586: 121 pgs: 121 active+clean; 337 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 835 KiB/s rd, 5.6 MiB/s wr, 22 op/s 2023-10-14T00:10:47.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:47 smithi055 ceph-mon[183057]: osdmap e582: 8 total, 8 up, 8 in 2023-10-14T00:10:47.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:47 smithi055 ceph-mon[183057]: pgmap v586: 121 pgs: 121 active+clean; 337 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 835 KiB/s rd, 5.6 MiB/s wr, 22 op/s 2023-10-14T00:10:47.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:47 smithi082 ceph-mon[180771]: osdmap e582: 8 total, 8 up, 8 in 2023-10-14T00:10:47.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:47 smithi082 ceph-mon[180771]: pgmap v586: 121 pgs: 121 active+clean; 337 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 835 KiB/s rd, 5.6 MiB/s wr, 22 op/s 2023-10-14T00:10:48.427 INFO:tasks.rados.rados.0.smithi055.stdout:2701: done (1 left) 2023-10-14T00:10:48.427 INFO:tasks.rados.rados.0.smithi055.stdout:2702: done (0 left) 2023-10-14T00:10:48.428 INFO:tasks.rados.rados.0.smithi055.stdout:2703: snap_remove snap 214 2023-10-14T00:10:48.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:48 smithi055 ceph-mon[185614]: osdmap e583: 8 total, 8 up, 8 in 2023-10-14T00:10:48.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:48 smithi055 ceph-mon[183057]: osdmap e583: 8 total, 8 up, 8 in 2023-10-14T00:10:48.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:48 smithi082 ceph-mon[180771]: osdmap e583: 8 total, 8 up, 8 in 2023-10-14T00:10:49.433 INFO:tasks.rados.rados.0.smithi055.stdout:2703: done (0 left) 2023-10-14T00:10:49.433 INFO:tasks.rados.rados.0.smithi055.stdout:2704: read oid 30 snap 260 2023-10-14T00:10:49.433 INFO:tasks.rados.rados.0.smithi055.stdout:2704: expect deleted 2023-10-14T00:10:49.434 INFO:tasks.rados.rados.0.smithi055.stdout:2705: rollback oid 27 current snap is 263 2023-10-14T00:10:49.434 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 27 to 244 2023-10-14T00:10:49.434 INFO:tasks.rados.rados.0.smithi055.stdout:2706: rollback oid 1 current snap is 263 2023-10-14T00:10:49.434 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 1 to 250 2023-10-14T00:10:49.434 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 7 current snap is 263 2023-10-14T00:10:49.435 INFO:tasks.rados.rados.0.smithi055.stdout:2707: seq_num 863 ranges {5234688=57344} 2023-10-14T00:10:49.464 INFO:tasks.rados.rados.0.smithi055.stdout:2707: writing smithi055169533-7 from 5234688 to 5292032 tid 1 2023-10-14T00:10:49.464 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 20 current snap is 263 2023-10-14T00:10:49.464 INFO:tasks.rados.rados.0.smithi055.stdout:2708: seq_num 864 ranges {0=73728} 2023-10-14T00:10:49.465 INFO:tasks.rados.rados.0.smithi055.stdout:2708: writing smithi055169533-20 from 0 to 73728 tid 1 2023-10-14T00:10:49.466 INFO:tasks.rados.rados.0.smithi055.stdout:2709: copy_from oid 38 from oid 24 current snap is 263 2023-10-14T00:10:49.466 INFO:tasks.rados.rados.0.smithi055.stdout:2705: finishing rollback tid 1 to smithi055169533-27 2023-10-14T00:10:49.466 INFO:tasks.rados.rados.0.smithi055.stdout:2705: finishing rollback tid 2 to smithi055169533-27 2023-10-14T00:10:49.466 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 27 v 1659 (ObjNum 744 snap 226 seq_num 744) dirty exists 2023-10-14T00:10:49.466 INFO:tasks.rados.rados.0.smithi055.stdout:2706: finishing rollback tid 0 to smithi055169533-1 2023-10-14T00:10:49.467 INFO:tasks.rados.rados.0.smithi055.stdout:2706: finishing rollback tid 1 to smithi055169533-1 2023-10-14T00:10:49.467 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 1 v 1035 (ObjNum 129 snap 0 seq_num 1529985520) dirty dne 2023-10-14T00:10:49.467 INFO:tasks.rados.rados.0.smithi055.stdout:2704: done (5 left) 2023-10-14T00:10:49.467 INFO:tasks.rados.rados.0.smithi055.stdout:2705: done (4 left) 2023-10-14T00:10:49.467 INFO:tasks.rados.rados.0.smithi055.stdout:2706: done (3 left) 2023-10-14T00:10:49.468 INFO:tasks.rados.rados.0.smithi055.stdout:2710: setattr oid 18 current snap is 263 2023-10-14T00:10:49.468 INFO:tasks.rados.rados.0.smithi055.stdout:2711: read oid 9 snap -1 2023-10-14T00:10:49.468 INFO:tasks.rados.rados.0.smithi055.stdout:2711: expect (ObjNum 840 snap 258 seq_num 840) 2023-10-14T00:10:49.469 INFO:tasks.rados.rados.0.smithi055.stdout:2712: read oid 46 snap -1 2023-10-14T00:10:49.469 INFO:tasks.rados.rados.0.smithi055.stdout:2712: expect (ObjNum 830 snap 253 seq_num 830) 2023-10-14T00:10:49.469 INFO:tasks.rados.rados.0.smithi055.stdout:2713: snap_create 2023-10-14T00:10:49.469 INFO:tasks.rados.rados.0.smithi055.stdout:2708: finishing write tid 1 to smithi055169533-20 2023-10-14T00:10:49.471 INFO:tasks.rados.rados.0.smithi055.stdout:2708: finishing write tid 2 to smithi055169533-20 2023-10-14T00:10:49.473 INFO:tasks.rados.rados.0.smithi055.stdout:2707: finishing write tid 1 to smithi055169533-7 2023-10-14T00:10:49.473 INFO:tasks.rados.rados.0.smithi055.stdout:2707: finishing write tid 2 to smithi055169533-7 2023-10-14T00:10:49.474 INFO:tasks.rados.rados.0.smithi055.stdout:2707: finishing write tid 3 to smithi055169533-7 2023-10-14T00:10:49.474 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 7 v 943 (ObjNum 863 snap 263 seq_num 863) dirty exists 2023-10-14T00:10:49.474 INFO:tasks.rados.rados.0.smithi055.stdout:2707: left oid 7 (ObjNum 863 snap 263 seq_num 863) 2023-10-14T00:10:49.476 INFO:tasks.rados.rados.0.smithi055.stdout:2708: finishing write tid 3 to smithi055169533-20 2023-10-14T00:10:49.476 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 20 v 842 (ObjNum 864 snap 263 seq_num 864) dirty exists 2023-10-14T00:10:49.476 INFO:tasks.rados.rados.0.smithi055.stdout:2708: left oid 20 (ObjNum 864 snap 263 seq_num 864) 2023-10-14T00:10:49.485 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 18 v 1456 (ObjNum 129 snap 0 seq_num 1528790720) dirty exists 2023-10-14T00:10:49.485 INFO:tasks.rados.rados.0.smithi055.stdout:2711: expect (ObjNum 840 snap 258 seq_num 840) 2023-10-14T00:10:49.541 INFO:tasks.rados.rados.0.smithi055.stdout:2712: expect (ObjNum 830 snap 253 seq_num 830) 2023-10-14T00:10:49.667 INFO:tasks.rados.rados.0.smithi055.stdout:2709: finishing copy_from racing read to smithi055169533-38 2023-10-14T00:10:49.668 INFO:tasks.rados.rados.0.smithi055.stdout:2709: finishing copy_from to smithi055169533-38 2023-10-14T00:10:49.668 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 38 v 1109 (ObjNum 822 snap 251 seq_num 822) dirty exists 2023-10-14T00:10:49.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:49 smithi055 ceph-mon[185614]: osdmap e584: 8 total, 8 up, 8 in 2023-10-14T00:10:49.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:49 smithi055 ceph-mon[185614]: pgmap v589: 121 pgs: 121 active+clean; 327 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 1023 B/s rd, 3.5 MiB/s wr, 6 op/s 2023-10-14T00:10:49.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:49 smithi055 ceph-mon[185614]: osdmap e585: 8 total, 8 up, 8 in 2023-10-14T00:10:49.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:49 smithi055 ceph-mon[183057]: osdmap e584: 8 total, 8 up, 8 in 2023-10-14T00:10:49.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:49 smithi055 ceph-mon[183057]: pgmap v589: 121 pgs: 121 active+clean; 327 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 1023 B/s rd, 3.5 MiB/s wr, 6 op/s 2023-10-14T00:10:49.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:49 smithi055 ceph-mon[183057]: osdmap e585: 8 total, 8 up, 8 in 2023-10-14T00:10:49.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:49 smithi082 ceph-mon[180771]: osdmap e584: 8 total, 8 up, 8 in 2023-10-14T00:10:49.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:49 smithi082 ceph-mon[180771]: pgmap v589: 121 pgs: 121 active+clean; 327 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 1023 B/s rd, 3.5 MiB/s wr, 6 op/s 2023-10-14T00:10:49.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:49 smithi082 ceph-mon[180771]: osdmap e585: 8 total, 8 up, 8 in 2023-10-14T00:10:50.418 INFO:tasks.rados.rados.0.smithi055.stdout:2707: done (6 left) 2023-10-14T00:10:50.418 INFO:tasks.rados.rados.0.smithi055.stdout:2708: done (5 left) 2023-10-14T00:10:50.418 INFO:tasks.rados.rados.0.smithi055.stdout:2709: done (4 left) 2023-10-14T00:10:50.418 INFO:tasks.rados.rados.0.smithi055.stdout:2710: done (3 left) 2023-10-14T00:10:50.419 INFO:tasks.rados.rados.0.smithi055.stdout:2711: done (2 left) 2023-10-14T00:10:50.419 INFO:tasks.rados.rados.0.smithi055.stdout:2712: done (1 left) 2023-10-14T00:10:50.419 INFO:tasks.rados.rados.0.smithi055.stdout:2713: done (0 left) 2023-10-14T00:10:50.419 INFO:tasks.rados.rados.0.smithi055.stdout:2714: setattr oid 42 current snap is 264 2023-10-14T00:10:50.419 INFO:tasks.rados.rados.0.smithi055.stdout:2715: rollback oid 35 current snap is 264 2023-10-14T00:10:50.420 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 35 to 258 2023-10-14T00:10:50.420 INFO:tasks.rados.rados.0.smithi055.stdout:2716: read oid 22 snap -1 2023-10-14T00:10:50.420 INFO:tasks.rados.rados.0.smithi055.stdout:2716: expect deleted 2023-10-14T00:10:50.420 INFO:tasks.rados.rados.0.smithi055.stdout:2717: read oid 31 snap -1 2023-10-14T00:10:50.420 INFO:tasks.rados.rados.0.smithi055.stdout:2717: expect deleted 2023-10-14T00:10:50.421 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 18 current snap is 264 2023-10-14T00:10:50.421 INFO:tasks.rados.rados.0.smithi055.stdout:2718: seq_num 865 ranges {0=90112} 2023-10-14T00:10:50.421 INFO:tasks.rados.rados.0.smithi055.stdout:2718: writing smithi055169533-18 from 0 to 90112 tid 1 2023-10-14T00:10:50.421 INFO:tasks.rados.rados.0.smithi055.stdout:2719: copy_from oid 45 from oid 44 current snap is 264 2023-10-14T00:10:50.421 INFO:tasks.rados.rados.0.smithi055.stdout:2720: snap_remove snap 244 2023-10-14T00:10:51.435 INFO:tasks.rados.rados.0.smithi055.stdout:2720: done (6 left) 2023-10-14T00:10:51.435 INFO:tasks.rados.rados.0.smithi055.stdout:2721: snap_remove snap 259 2023-10-14T00:10:51.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:51 smithi055 ceph-mon[185614]: osdmap e586: 8 total, 8 up, 8 in 2023-10-14T00:10:51.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:51 smithi055 ceph-mon[185614]: pgmap v592: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 301 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 8.8 MiB/s rd, 28 KiB/s wr, 5 op/s 2023-10-14T00:10:51.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:51 smithi055 ceph-mon[183057]: osdmap e586: 8 total, 8 up, 8 in 2023-10-14T00:10:51.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:51 smithi055 ceph-mon[183057]: pgmap v592: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 301 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 8.8 MiB/s rd, 28 KiB/s wr, 5 op/s 2023-10-14T00:10:51.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:51 smithi082 ceph-mon[180771]: osdmap e586: 8 total, 8 up, 8 in 2023-10-14T00:10:51.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:51 smithi082 ceph-mon[180771]: pgmap v592: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 301 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 8.8 MiB/s rd, 28 KiB/s wr, 5 op/s 2023-10-14T00:10:52.461 INFO:tasks.rados.rados.0.smithi055.stdout:2721: done (6 left) 2023-10-14T00:10:52.461 INFO:tasks.rados.rados.0.smithi055.stdout:2722: rollback oid 43 current snap is 264 2023-10-14T00:10:52.461 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 43 to 256 2023-10-14T00:10:52.461 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 34 current snap is 264 2023-10-14T00:10:52.462 INFO:tasks.rados.rados.0.smithi055.stdout:2723: seq_num 866 ranges {0=106496} 2023-10-14T00:10:52.462 INFO:tasks.rados.rados.0.smithi055.stdout:2723: writing smithi055169533-34 from 0 to 106496 tid 1 2023-10-14T00:10:52.462 INFO:tasks.rados.rados.0.smithi055.stdout:2724: rollback oid 3 current snap is 264 2023-10-14T00:10:52.462 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 3 to 250 2023-10-14T00:10:52.463 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 48 current snap is 264 2023-10-14T00:10:52.463 INFO:tasks.rados.rados.0.smithi055.stdout:2725: seq_num 867 ranges {9789440=122880} 2023-10-14T00:10:52.509 INFO:tasks.rados.rados.0.smithi055.stdout:2725: writing smithi055169533-48 from 9789440 to 9912320 tid 1 2023-10-14T00:10:52.510 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 11 current snap is 264 2023-10-14T00:10:52.510 INFO:tasks.rados.rados.0.smithi055.stdout:2726: seq_num 868 ranges {0=139264} 2023-10-14T00:10:52.511 INFO:tasks.rados.rados.0.smithi055.stdout:2726: writing smithi055169533-11 from 0 to 139264 tid 1 2023-10-14T00:10:52.511 INFO:tasks.rados.rados.0.smithi055.stdout:2727: read oid 36 snap -1 2023-10-14T00:10:52.511 INFO:tasks.rados.rados.0.smithi055.stdout:2727: expect deleted 2023-10-14T00:10:52.511 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 21 current snap is 264 2023-10-14T00:10:52.512 INFO:tasks.rados.rados.0.smithi055.stdout:2728: seq_num 869 ranges {2392064=155648} 2023-10-14T00:10:52.526 INFO:tasks.rados.rados.0.smithi055.stdout:2728: writing smithi055169533-21 from 2392064 to 2547712 tid 1 2023-10-14T00:10:52.527 INFO:tasks.rados.rados.0.smithi055.stdout:2729: copy_from oid 28 from oid 12 current snap is 264 2023-10-14T00:10:52.527 INFO:tasks.rados.rados.0.smithi055.stdout:2730: read oid 5 snap -1 2023-10-14T00:10:52.527 INFO:tasks.rados.rados.0.smithi055.stdout:2730: expect (ObjNum 807 snap 248 seq_num 807) 2023-10-14T00:10:52.527 INFO:tasks.rados.rados.0.smithi055.stdout:2731: copy_from oid 19 from oid 16 current snap is 264 2023-10-14T00:10:52.528 INFO:tasks.rados.rados.0.smithi055.stdout:2719: finishing copy_from to smithi055169533-45 2023-10-14T00:10:52.528 INFO:tasks.rados.rados.0.smithi055.stdout:2719: got expected ENOENT (src dne) 2023-10-14T00:10:52.528 INFO:tasks.rados.rados.0.smithi055.stdout:2719: finishing copy_from racing read to smithi055169533-45 2023-10-14T00:10:52.529 INFO:tasks.rados.rados.0.smithi055.stdout:2715: finishing rollback tid 0 to smithi055169533-35 2023-10-14T00:10:52.529 INFO:tasks.rados.rados.0.smithi055.stdout:2717: done (15 left) 2023-10-14T00:10:52.529 INFO:tasks.rados.rados.0.smithi055.stdout:2719: done (14 left) 2023-10-14T00:10:52.530 INFO:tasks.rados.rados.0.smithi055.stdout:2732: copy_from oid 14 from oid 31 current snap is 264 2023-10-14T00:10:52.530 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 42 v 843 (ObjNum 838 snap 258 seq_num 838) dirty exists 2023-10-14T00:10:52.530 INFO:tasks.rados.rados.0.smithi055.stdout:2715: finishing rollback tid 1 to smithi055169533-35 2023-10-14T00:10:52.531 INFO:tasks.rados.rados.0.smithi055.stdout:2718: finishing write tid 1 to smithi055169533-18 2023-10-14T00:10:52.531 INFO:tasks.rados.rados.0.smithi055.stdout:2718: finishing write tid 2 to smithi055169533-18 2023-10-14T00:10:52.532 INFO:tasks.rados.rados.0.smithi055.stdout:2715: finishing rollback tid 2 to smithi055169533-35 2023-10-14T00:10:52.532 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 35 v 1677 (ObjNum 800 snap 243 seq_num 800) dirty exists 2023-10-14T00:10:52.532 INFO:tasks.rados.rados.0.smithi055.stdout:2718: finishing write tid 3 to smithi055169533-18 2023-10-14T00:10:52.533 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 18 v 1459 (ObjNum 865 snap 264 seq_num 865) dirty exists 2023-10-14T00:10:52.533 INFO:tasks.rados.rados.0.smithi055.stdout:2718: left oid 18 (ObjNum 865 snap 264 seq_num 865) 2023-10-14T00:10:52.533 INFO:tasks.rados.rados.0.smithi055.stdout:2722: finishing rollback tid 0 to smithi055169533-43 2023-10-14T00:10:52.534 INFO:tasks.rados.rados.0.smithi055.stdout:2722: finishing rollback tid 1 to smithi055169533-43 2023-10-14T00:10:52.534 INFO:tasks.rados.rados.0.smithi055.stdout:2722: finishing rollback tid 2 to smithi055169533-43 2023-10-14T00:10:52.534 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 43 v 953 (ObjNum 675 snap 197 seq_num 675) dirty exists 2023-10-14T00:10:52.534 INFO:tasks.rados.rados.0.smithi055.stdout:2723: finishing write tid 1 to smithi055169533-34 2023-10-14T00:10:52.535 INFO:tasks.rados.rados.0.smithi055.stdout:2724: finishing rollback tid 0 to smithi055169533-3 2023-10-14T00:10:52.535 INFO:tasks.rados.rados.0.smithi055.stdout:2723: finishing write tid 2 to smithi055169533-34 2023-10-14T00:10:52.535 INFO:tasks.rados.rados.0.smithi055.stdout:2724: finishing rollback tid 1 to smithi055169533-3 2023-10-14T00:10:52.536 INFO:tasks.rados.rados.0.smithi055.stdout:2724: finishing rollback tid 2 to smithi055169533-3 2023-10-14T00:10:52.536 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 3 v 1471 (ObjNum 791 snap 241 seq_num 791) dirty exists 2023-10-14T00:10:52.536 INFO:tasks.rados.rados.0.smithi055.stdout:2723: finishing write tid 3 to smithi055169533-34 2023-10-14T00:10:52.536 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 34 v 843 (ObjNum 866 snap 264 seq_num 866) dirty exists 2023-10-14T00:10:52.537 INFO:tasks.rados.rados.0.smithi055.stdout:2723: left oid 34 (ObjNum 866 snap 264 seq_num 866) 2023-10-14T00:10:52.537 INFO:tasks.rados.rados.0.smithi055.stdout:2714: done (14 left) 2023-10-14T00:10:52.538 INFO:tasks.rados.rados.0.smithi055.stdout:2715: done (13 left) 2023-10-14T00:10:52.538 INFO:tasks.rados.rados.0.smithi055.stdout:2716: done (12 left) 2023-10-14T00:10:52.538 INFO:tasks.rados.rados.0.smithi055.stdout:2718: done (11 left) 2023-10-14T00:10:52.539 INFO:tasks.rados.rados.0.smithi055.stdout:2722: done (10 left) 2023-10-14T00:10:52.539 INFO:tasks.rados.rados.0.smithi055.stdout:2723: done (9 left) 2023-10-14T00:10:52.539 INFO:tasks.rados.rados.0.smithi055.stdout:2724: done (8 left) 2023-10-14T00:10:52.539 INFO:tasks.rados.rados.0.smithi055.stdout:2727: done (7 left) 2023-10-14T00:10:52.539 INFO:tasks.rados.rados.0.smithi055.stdout:2733: read oid 4 snap -1 2023-10-14T00:10:52.539 INFO:tasks.rados.rados.0.smithi055.stdout:2733: expect (ObjNum 781 snap 240 seq_num 781) 2023-10-14T00:10:52.540 INFO:tasks.rados.rados.0.smithi055.stdout:2734: snap_remove snap 260 2023-10-14T00:10:52.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:52 smithi055 ceph-mon[183057]: osdmap e587: 8 total, 8 up, 8 in 2023-10-14T00:10:52.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:52 smithi055 ceph-mon[185614]: osdmap e587: 8 total, 8 up, 8 in 2023-10-14T00:10:52.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:52 smithi082 ceph-mon[180771]: osdmap e587: 8 total, 8 up, 8 in 2023-10-14T00:10:53.483 INFO:tasks.rados.rados.0.smithi055.stdout:2734: done (8 left) 2023-10-14T00:10:53.483 INFO:tasks.rados.rados.0.smithi055.stdout:2735: read oid 45 snap 261 2023-10-14T00:10:53.484 INFO:tasks.rados.rados.0.smithi055.stdout:2735: expect (ObjNum 818 snap 251 seq_num 818) 2023-10-14T00:10:53.484 INFO:tasks.rados.rados.0.smithi055.stdout:2736: copy_from oid 41 from oid 8 current snap is 264 2023-10-14T00:10:53.484 INFO:tasks.rados.rados.0.smithi055.stdout:2725: finishing write tid 1 to smithi055169533-48 2023-10-14T00:10:53.484 INFO:tasks.rados.rados.0.smithi055.stdout:2725: finishing write tid 2 to smithi055169533-48 2023-10-14T00:10:53.484 INFO:tasks.rados.rados.0.smithi055.stdout:2726: finishing write tid 1 to smithi055169533-11 2023-10-14T00:10:53.485 INFO:tasks.rados.rados.0.smithi055.stdout:2726: finishing write tid 2 to smithi055169533-11 2023-10-14T00:10:53.485 INFO:tasks.rados.rados.0.smithi055.stdout:2725: finishing write tid 3 to smithi055169533-48 2023-10-14T00:10:53.485 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 48 v 860 (ObjNum 867 snap 264 seq_num 867) dirty exists 2023-10-14T00:10:53.485 INFO:tasks.rados.rados.0.smithi055.stdout:2725: left oid 48 (ObjNum 867 snap 264 seq_num 867) 2023-10-14T00:10:53.486 INFO:tasks.rados.rados.0.smithi055.stdout:2726: finishing write tid 3 to smithi055169533-11 2023-10-14T00:10:53.486 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 11 v 845 (ObjNum 868 snap 264 seq_num 868) dirty exists 2023-10-14T00:10:53.486 INFO:tasks.rados.rados.0.smithi055.stdout:2726: left oid 11 (ObjNum 868 snap 264 seq_num 868) 2023-10-14T00:10:53.486 INFO:tasks.rados.rados.0.smithi055.stdout:2728: finishing write tid 1 to smithi055169533-21 2023-10-14T00:10:53.486 INFO:tasks.rados.rados.0.smithi055.stdout:2728: finishing write tid 2 to smithi055169533-21 2023-10-14T00:10:53.487 INFO:tasks.rados.rados.0.smithi055.stdout:2732: finishing copy_from to smithi055169533-14 2023-10-14T00:10:53.487 INFO:tasks.rados.rados.0.smithi055.stdout:2732: got expected ENOENT (src dne) 2023-10-14T00:10:53.487 INFO:tasks.rados.rados.0.smithi055.stdout:2732: finishing copy_from racing read to smithi055169533-14 2023-10-14T00:10:53.487 INFO:tasks.rados.rados.0.smithi055.stdout:2728: finishing write tid 3 to smithi055169533-21 2023-10-14T00:10:53.487 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 21 v 1505 (ObjNum 869 snap 264 seq_num 869) dirty exists 2023-10-14T00:10:53.488 INFO:tasks.rados.rados.0.smithi055.stdout:2728: left oid 21 (ObjNum 869 snap 264 seq_num 869) 2023-10-14T00:10:53.488 INFO:tasks.rados.rados.0.smithi055.stdout:2731: finishing copy_from racing read to smithi055169533-19 2023-10-14T00:10:53.488 INFO:tasks.rados.rados.0.smithi055.stdout:2731: finishing copy_from to smithi055169533-19 2023-10-14T00:10:53.488 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 19 v 351 (ObjNum 816 snap 251 seq_num 816) dirty exists 2023-10-14T00:10:53.489 INFO:tasks.rados.rados.0.smithi055.stdout:2733: expect (ObjNum 781 snap 240 seq_num 781) 2023-10-14T00:10:53.621 INFO:tasks.rados.rados.0.smithi055.stdout:2729: finishing copy_from racing read to smithi055169533-28 2023-10-14T00:10:53.621 INFO:tasks.rados.rados.0.smithi055.stdout:2729: finishing copy_from to smithi055169533-28 2023-10-14T00:10:53.621 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 28 v 858 (ObjNum 857 snap 261 seq_num 857) dirty exists 2023-10-14T00:10:53.621 INFO:tasks.rados.rados.0.smithi055.stdout:2730: expect (ObjNum 807 snap 248 seq_num 807) 2023-10-14T00:10:53.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:53 smithi055 ceph-mon[185614]: osdmap e588: 8 total, 8 up, 8 in 2023-10-14T00:10:53.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:53 smithi055 ceph-mon[185614]: pgmap v595: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 301 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 8.8 MiB/s rd, 18 KiB/s wr, 9 op/s 2023-10-14T00:10:53.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:53 smithi055 ceph-mon[183057]: osdmap e588: 8 total, 8 up, 8 in 2023-10-14T00:10:53.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:53 smithi055 ceph-mon[183057]: pgmap v595: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 301 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 8.8 MiB/s rd, 18 KiB/s wr, 9 op/s 2023-10-14T00:10:53.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:53 smithi082 ceph-mon[180771]: osdmap e588: 8 total, 8 up, 8 in 2023-10-14T00:10:53.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:53 smithi082 ceph-mon[180771]: pgmap v595: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 301 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 8.8 MiB/s rd, 18 KiB/s wr, 9 op/s 2023-10-14T00:10:54.183 INFO:tasks.rados.rados.0.smithi055.stdout:2735: expect (ObjNum 818 snap 251 seq_num 818) 2023-10-14T00:10:54.227 INFO:tasks.rados.rados.0.smithi055.stdout:2736: finishing copy_from racing read to smithi055169533-41 2023-10-14T00:10:54.227 INFO:tasks.rados.rados.0.smithi055.stdout:2736: finishing copy_from to smithi055169533-41 2023-10-14T00:10:54.227 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 41 v 1387 (ObjNum 845 snap 258 seq_num 845) dirty exists 2023-10-14T00:10:54.227 INFO:tasks.rados.rados.0.smithi055.stdout:2725: done (9 left) 2023-10-14T00:10:54.228 INFO:tasks.rados.rados.0.smithi055.stdout:2726: done (8 left) 2023-10-14T00:10:54.228 INFO:tasks.rados.rados.0.smithi055.stdout:2728: done (7 left) 2023-10-14T00:10:54.228 INFO:tasks.rados.rados.0.smithi055.stdout:2729: done (6 left) 2023-10-14T00:10:54.228 INFO:tasks.rados.rados.0.smithi055.stdout:2730: done (5 left) 2023-10-14T00:10:54.228 INFO:tasks.rados.rados.0.smithi055.stdout:2731: done (4 left) 2023-10-14T00:10:54.229 INFO:tasks.rados.rados.0.smithi055.stdout:2732: done (3 left) 2023-10-14T00:10:54.229 INFO:tasks.rados.rados.0.smithi055.stdout:2733: done (2 left) 2023-10-14T00:10:54.229 INFO:tasks.rados.rados.0.smithi055.stdout:2735: done (1 left) 2023-10-14T00:10:54.229 INFO:tasks.rados.rados.0.smithi055.stdout:2736: done (0 left) 2023-10-14T00:10:54.229 INFO:tasks.rados.rados.0.smithi055.stdout:2737: setattr oid 25 current snap is 264 2023-10-14T00:10:54.230 INFO:tasks.rados.rados.0.smithi055.stdout:2738: snap_remove snap 253 2023-10-14T00:10:54.500 INFO:tasks.rados.rados.0.smithi055.stdout:2738: done (1 left) 2023-10-14T00:10:54.500 INFO:tasks.rados.rados.0.smithi055.stdout:2739: snap_create 2023-10-14T00:10:54.500 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 25 v 375 (ObjNum 854 snap 259 seq_num 854) dirty exists 2023-10-14T00:10:54.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:54 smithi055 ceph-mon[185614]: osdmap e589: 8 total, 8 up, 8 in 2023-10-14T00:10:54.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:10:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:54 smithi055 ceph-mon[183057]: osdmap e589: 8 total, 8 up, 8 in 2023-10-14T00:10:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:10:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:54 smithi082 ceph-mon[180771]: osdmap e589: 8 total, 8 up, 8 in 2023-10-14T00:10:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:10:55.407 INFO:tasks.rados.rados.0.smithi055.stdout:2737: done (1 left) 2023-10-14T00:10:55.408 INFO:tasks.rados.rados.0.smithi055.stdout:2739: done (0 left) 2023-10-14T00:10:55.408 INFO:tasks.rados.rados.0.smithi055.stdout:2740: rmattr oid 49 current snap is 265 2023-10-14T00:10:55.408 INFO:tasks.rados.rados.0.smithi055.stdout:2740: done (0 left) 2023-10-14T00:10:55.408 INFO:tasks.rados.rados.0.smithi055.stdout:2741: snap_remove snap 254 2023-10-14T00:10:55.500 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:10:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:10:55] "GET /metrics HTTP/1.1" 200 36162 "" "Prometheus/2.43.0" 2023-10-14T00:10:55.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:55 smithi055 ceph-mon[185614]: osdmap e590: 8 total, 8 up, 8 in 2023-10-14T00:10:55.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:55 smithi055 ceph-mon[185614]: pgmap v598: 121 pgs: 121 active+clean; 305 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 3.2 MiB/s rd, 3.8 MiB/s wr, 18 op/s 2023-10-14T00:10:55.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:55 smithi055 ceph-mon[185614]: osdmap e591: 8 total, 8 up, 8 in 2023-10-14T00:10:55.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:55 smithi055 ceph-mon[183057]: osdmap e590: 8 total, 8 up, 8 in 2023-10-14T00:10:55.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:55 smithi055 ceph-mon[183057]: pgmap v598: 121 pgs: 121 active+clean; 305 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 3.2 MiB/s rd, 3.8 MiB/s wr, 18 op/s 2023-10-14T00:10:55.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:55 smithi055 ceph-mon[183057]: osdmap e591: 8 total, 8 up, 8 in 2023-10-14T00:10:55.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:55 smithi082 ceph-mon[180771]: osdmap e590: 8 total, 8 up, 8 in 2023-10-14T00:10:55.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:55 smithi082 ceph-mon[180771]: pgmap v598: 121 pgs: 121 active+clean; 305 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 3.2 MiB/s rd, 3.8 MiB/s wr, 18 op/s 2023-10-14T00:10:55.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:55 smithi082 ceph-mon[180771]: osdmap e591: 8 total, 8 up, 8 in 2023-10-14T00:10:56.414 INFO:tasks.rados.rados.0.smithi055.stdout:2741: done (0 left) 2023-10-14T00:10:56.415 INFO:tasks.rados.rados.0.smithi055.stdout:2742: rollback oid 11 current snap is 265 2023-10-14T00:10:56.415 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 11 to 242 2023-10-14T00:10:56.415 INFO:tasks.rados.rados.0.smithi055.stdout:2743: delete oid 36 current snap is 265 2023-10-14T00:10:56.425 INFO:tasks.rados.rados.0.smithi055.stdout:2743: done (1 left) 2023-10-14T00:10:56.425 INFO:tasks.rados.rados.0.smithi055.stdout:2744: copy_from oid 1 from oid 9 current snap is 265 2023-10-14T00:10:56.425 INFO:tasks.rados.rados.0.smithi055.stdout:2745: snap_remove snap 264 2023-10-14T00:10:57.420 INFO:tasks.rados.rados.0.smithi055.stdout:2745: done (2 left) 2023-10-14T00:10:57.420 INFO:tasks.rados.rados.0.smithi055.stdout:2746: setattr oid 38 current snap is 265 2023-10-14T00:10:57.420 INFO:tasks.rados.rados.0.smithi055.stdout:2742: finishing rollback tid 0 to smithi055169533-11 2023-10-14T00:10:57.421 INFO:tasks.rados.rados.0.smithi055.stdout:2742: finishing rollback tid 1 to smithi055169533-11 2023-10-14T00:10:57.421 INFO:tasks.rados.rados.0.smithi055.stdout:2742: finishing rollback tid 2 to smithi055169533-11 2023-10-14T00:10:57.421 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 11 v 848 (ObjNum 273 snap 0 seq_num 0) dirty exists 2023-10-14T00:10:57.421 INFO:tasks.rados.rados.0.smithi055.stdout:2744: finishing copy_from racing read to smithi055169533-1 2023-10-14T00:10:57.421 INFO:tasks.rados.rados.0.smithi055.stdout:2744: finishing copy_from to smithi055169533-1 2023-10-14T00:10:57.422 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 1 v 1038 (ObjNum 840 snap 258 seq_num 840) dirty exists 2023-10-14T00:10:57.422 INFO:tasks.rados.rados.0.smithi055.stdout:2742: done (2 left) 2023-10-14T00:10:57.422 INFO:tasks.rados.rados.0.smithi055.stdout:2744: done (1 left) 2023-10-14T00:10:57.422 INFO:tasks.rados.rados.0.smithi055.stdout:2747: snap_create 2023-10-14T00:10:57.431 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 38 v 1110 (ObjNum 822 snap 251 seq_num 822) dirty exists 2023-10-14T00:10:57.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:57 smithi055 ceph-mon[185614]: osdmap e592: 8 total, 8 up, 8 in 2023-10-14T00:10:57.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:57 smithi055 ceph-mon[185614]: pgmap v601: 121 pgs: 121 active+clean; 301 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 8.9 MiB/s rd, 3.8 MiB/s wr, 21 op/s 2023-10-14T00:10:57.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:57 smithi055 ceph-mon[183057]: osdmap e592: 8 total, 8 up, 8 in 2023-10-14T00:10:57.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:57 smithi055 ceph-mon[183057]: pgmap v601: 121 pgs: 121 active+clean; 301 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 8.9 MiB/s rd, 3.8 MiB/s wr, 21 op/s 2023-10-14T00:10:57.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:57 smithi082 ceph-mon[180771]: osdmap e592: 8 total, 8 up, 8 in 2023-10-14T00:10:57.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:57 smithi082 ceph-mon[180771]: pgmap v601: 121 pgs: 121 active+clean; 301 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 8.9 MiB/s rd, 3.8 MiB/s wr, 21 op/s 2023-10-14T00:10:58.429 INFO:tasks.rados.rados.0.smithi055.stdout:2746: done (1 left) 2023-10-14T00:10:58.429 INFO:tasks.rados.rados.0.smithi055.stdout:2747: done (0 left) 2023-10-14T00:10:58.430 INFO:tasks.rados.rados.0.smithi055.stdout:2748: snap_remove snap 229 2023-10-14T00:10:58.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:58 smithi055 ceph-mon[185614]: osdmap e593: 8 total, 8 up, 8 in 2023-10-14T00:10:58.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:58 smithi055 ceph-mon[183057]: osdmap e593: 8 total, 8 up, 8 in 2023-10-14T00:10:58.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:58 smithi082 ceph-mon[180771]: osdmap e593: 8 total, 8 up, 8 in 2023-10-14T00:10:59.425 INFO:tasks.rados.rados.0.smithi055.stdout:2748: done (0 left) 2023-10-14T00:10:59.425 INFO:tasks.rados.rados.0.smithi055.stdout:2749: delete oid 29 current snap is 266 2023-10-14T00:10:59.443 INFO:tasks.rados.rados.0.smithi055.stdout:2749: done (0 left) 2023-10-14T00:10:59.443 INFO:tasks.rados.rados.0.smithi055.stdout:2750: copy_from oid 14 from oid 22 current snap is 266 2023-10-14T00:10:59.444 INFO:tasks.rados.rados.0.smithi055.stdout:2751: delete oid 40 current snap is 266 2023-10-14T00:10:59.444 INFO:tasks.rados.rados.0.smithi055.stdout:2750: finishing copy_from to smithi055169533-14 2023-10-14T00:10:59.445 INFO:tasks.rados.rados.0.smithi055.stdout:2750: got expected ENOENT (src dne) 2023-10-14T00:10:59.445 INFO:tasks.rados.rados.0.smithi055.stdout:2750: finishing copy_from racing read to smithi055169533-14 2023-10-14T00:10:59.449 INFO:tasks.rados.rados.0.smithi055.stdout:2750: done (1 left) 2023-10-14T00:10:59.449 INFO:tasks.rados.rados.0.smithi055.stdout:2751: done (0 left) 2023-10-14T00:10:59.450 INFO:tasks.rados.rados.0.smithi055.stdout:2752: delete oid 19 current snap is 266 2023-10-14T00:10:59.457 INFO:tasks.rados.rados.0.smithi055.stdout:2752: done (0 left) 2023-10-14T00:10:59.457 INFO:tasks.rados.rados.0.smithi055.stdout:2753: rmattr oid 35 current snap is 266 2023-10-14T00:10:59.457 INFO:tasks.rados.rados.0.smithi055.stdout:2753: done (0 left) 2023-10-14T00:10:59.457 INFO:tasks.rados.rados.0.smithi055.stdout:2754: read oid 38 snap 262 2023-10-14T00:10:59.457 INFO:tasks.rados.rados.0.smithi055.stdout:2754: expect deleted 2023-10-14T00:10:59.458 INFO:tasks.rados.rados.0.smithi055.stdout:2755: copy_from oid 36 from oid 40 current snap is 266 2023-10-14T00:10:59.458 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 4 current snap is 266 2023-10-14T00:10:59.458 INFO:tasks.rados.rados.0.smithi055.stdout:2756: seq_num 874 ranges {2752512=245760} 2023-10-14T00:10:59.472 INFO:tasks.rados.rados.0.smithi055.stdout:2756: writing smithi055169533-4 from 2752512 to 2998272 tid 1 2023-10-14T00:10:59.473 INFO:tasks.rados.rados.0.smithi055.stdout:2757: read oid 32 snap -1 2023-10-14T00:10:59.473 INFO:tasks.rados.rados.0.smithi055.stdout:2757: expect deleted 2023-10-14T00:10:59.473 INFO:tasks.rados.rados.0.smithi055.stdout:2758: snap_remove snap 261 2023-10-14T00:10:59.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:59 smithi055 ceph-mon[185614]: osdmap e594: 8 total, 8 up, 8 in 2023-10-14T00:10:59.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:59 smithi055 ceph-mon[185614]: pgmap v604: 121 pgs: 121 active+clean; 303 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 5.7 MiB/s rd, 598 KiB/s wr, 18 op/s 2023-10-14T00:10:59.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:10:59 smithi055 ceph-mon[185614]: osdmap e595: 8 total, 8 up, 8 in 2023-10-14T00:10:59.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:59 smithi055 ceph-mon[183057]: osdmap e594: 8 total, 8 up, 8 in 2023-10-14T00:10:59.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:59 smithi055 ceph-mon[183057]: pgmap v604: 121 pgs: 121 active+clean; 303 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 5.7 MiB/s rd, 598 KiB/s wr, 18 op/s 2023-10-14T00:10:59.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:10:59 smithi055 ceph-mon[183057]: osdmap e595: 8 total, 8 up, 8 in 2023-10-14T00:10:59.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:59 smithi082 ceph-mon[180771]: osdmap e594: 8 total, 8 up, 8 in 2023-10-14T00:10:59.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:59 smithi082 ceph-mon[180771]: pgmap v604: 121 pgs: 121 active+clean; 303 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 5.7 MiB/s rd, 598 KiB/s wr, 18 op/s 2023-10-14T00:10:59.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:10:59 smithi082 ceph-mon[180771]: osdmap e595: 8 total, 8 up, 8 in 2023-10-14T00:11:00.427 INFO:tasks.rados.rados.0.smithi055.stdout:2758: done (4 left) 2023-10-14T00:11:00.427 INFO:tasks.rados.rados.0.smithi055.stdout:2759: copy_from oid 41 from oid 9 current snap is 266 2023-10-14T00:11:00.428 INFO:tasks.rados.rados.0.smithi055.stdout:2755: finishing copy_from to smithi055169533-36 2023-10-14T00:11:00.428 INFO:tasks.rados.rados.0.smithi055.stdout:2755: got expected ENOENT (src dne) 2023-10-14T00:11:00.428 INFO:tasks.rados.rados.0.smithi055.stdout:2755: finishing copy_from racing read to smithi055169533-36 2023-10-14T00:11:00.428 INFO:tasks.rados.rados.0.smithi055.stdout:2756: finishing write tid 1 to smithi055169533-4 2023-10-14T00:11:00.429 INFO:tasks.rados.rados.0.smithi055.stdout:2756: finishing write tid 2 to smithi055169533-4 2023-10-14T00:11:00.429 INFO:tasks.rados.rados.0.smithi055.stdout:2756: finishing write tid 3 to smithi055169533-4 2023-10-14T00:11:00.429 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 4 v 1514 (ObjNum 874 snap 266 seq_num 874) dirty exists 2023-10-14T00:11:00.429 INFO:tasks.rados.rados.0.smithi055.stdout:2756: left oid 4 (ObjNum 874 snap 266 seq_num 874) 2023-10-14T00:11:00.430 INFO:tasks.rados.rados.0.smithi055.stdout:2754: done (4 left) 2023-10-14T00:11:00.430 INFO:tasks.rados.rados.0.smithi055.stdout:2755: done (3 left) 2023-10-14T00:11:00.430 INFO:tasks.rados.rados.0.smithi055.stdout:2756: done (2 left) 2023-10-14T00:11:00.430 INFO:tasks.rados.rados.0.smithi055.stdout:2757: done (1 left) 2023-10-14T00:11:00.431 INFO:tasks.rados.rados.0.smithi055.stdout:2760: read oid 39 snap 262 2023-10-14T00:11:00.431 INFO:tasks.rados.rados.0.smithi055.stdout:2760: expect (ObjNum 859 snap 261 seq_num 859) 2023-10-14T00:11:00.431 INFO:tasks.rados.rados.0.smithi055.stdout:2761: snap_create 2023-10-14T00:11:00.443 INFO:tasks.rados.rados.0.smithi055.stdout:2759: finishing copy_from racing read to smithi055169533-41 2023-10-14T00:11:00.444 INFO:tasks.rados.rados.0.smithi055.stdout:2759: finishing copy_from to smithi055169533-41 2023-10-14T00:11:00.445 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 41 v 1038 (ObjNum 840 snap 258 seq_num 840) dirty exists 2023-10-14T00:11:00.453 INFO:tasks.rados.rados.0.smithi055.stdout:2760: expect (ObjNum 859 snap 261 seq_num 859) 2023-10-14T00:11:01.425 INFO:tasks.rados.rados.0.smithi055.stdout:2759: done (2 left) 2023-10-14T00:11:01.425 INFO:tasks.rados.rados.0.smithi055.stdout:2760: done (1 left) 2023-10-14T00:11:01.425 INFO:tasks.rados.rados.0.smithi055.stdout:2761: done (0 left) 2023-10-14T00:11:01.426 INFO:tasks.rados.rados.0.smithi055.stdout:2762: rmattr oid 5 current snap is 267 2023-10-14T00:11:01.426 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 22 current snap is 267 2023-10-14T00:11:01.426 INFO:tasks.rados.rados.0.smithi055.stdout:2763: seq_num 875 ranges {0=262144} 2023-10-14T00:11:01.427 INFO:tasks.rados.rados.0.smithi055.stdout:2763: writing smithi055169533-22 from 0 to 262144 tid 1 2023-10-14T00:11:01.427 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 28 current snap is 267 2023-10-14T00:11:01.427 INFO:tasks.rados.rados.0.smithi055.stdout:2764: seq_num 876 ranges {2367488=278528} 2023-10-14T00:11:01.442 INFO:tasks.rados.rados.0.smithi055.stdout:2764: writing smithi055169533-28 from 2367488 to 2646016 tid 1 2023-10-14T00:11:01.442 INFO:tasks.rados.rados.0.smithi055.stdout:2765: read oid 27 snap -1 2023-10-14T00:11:01.442 INFO:tasks.rados.rados.0.smithi055.stdout:2765: expect (ObjNum 744 snap 226 seq_num 744) 2023-10-14T00:11:01.443 INFO:tasks.rados.rados.0.smithi055.stdout:2766: snap_remove snap 262 2023-10-14T00:11:01.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:01 smithi055 ceph-mon[185614]: osdmap e596: 8 total, 8 up, 8 in 2023-10-14T00:11:01.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:01 smithi055 ceph-mon[185614]: pgmap v607: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 283 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 0 B/s rd, 508 KiB/s wr, 11 op/s 2023-10-14T00:11:01.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:01 smithi055 ceph-mon[183057]: osdmap e596: 8 total, 8 up, 8 in 2023-10-14T00:11:01.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:01 smithi055 ceph-mon[183057]: pgmap v607: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 283 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 0 B/s rd, 508 KiB/s wr, 11 op/s 2023-10-14T00:11:01.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:01 smithi082 ceph-mon[180771]: osdmap e596: 8 total, 8 up, 8 in 2023-10-14T00:11:01.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:01 smithi082 ceph-mon[180771]: pgmap v607: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 283 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 0 B/s rd, 508 KiB/s wr, 11 op/s 2023-10-14T00:11:02.456 INFO:tasks.rados.rados.0.smithi055.stdout:2766: done (4 left) 2023-10-14T00:11:02.456 INFO:tasks.rados.rados.0.smithi055.stdout:2767: setattr oid 47 current snap is 267 2023-10-14T00:11:02.456 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 26 current snap is 267 2023-10-14T00:11:02.456 INFO:tasks.rados.rados.0.smithi055.stdout:2768: seq_num 877 ranges {16384=294912} 2023-10-14T00:11:02.457 INFO:tasks.rados.rados.0.smithi055.stdout:2768: writing smithi055169533-26 from 16384 to 311296 tid 1 2023-10-14T00:11:02.457 INFO:tasks.rados.rados.0.smithi055.stdout:2769: snap_remove snap 231 2023-10-14T00:11:02.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:02 smithi055 ceph-mon[185614]: osdmap e597: 8 total, 8 up, 8 in 2023-10-14T00:11:02.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:02 smithi055 ceph-mon[183057]: osdmap e597: 8 total, 8 up, 8 in 2023-10-14T00:11:02.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:02 smithi082 ceph-mon[180771]: osdmap e597: 8 total, 8 up, 8 in 2023-10-14T00:11:03.474 INFO:tasks.rados.rados.0.smithi055.stdout:2769: done (6 left) 2023-10-14T00:11:03.475 INFO:tasks.rados.rados.0.smithi055.stdout:2770: snap_remove snap 266 2023-10-14T00:11:03.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:03 smithi055 ceph-mon[185614]: osdmap e598: 8 total, 8 up, 8 in 2023-10-14T00:11:03.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:03 smithi055 ceph-mon[185614]: pgmap v610: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 283 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 0 B/s rd, 0 B/s wr, 0 op/s 2023-10-14T00:11:03.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:03 smithi055 ceph-mon[183057]: osdmap e598: 8 total, 8 up, 8 in 2023-10-14T00:11:03.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:03 smithi055 ceph-mon[183057]: pgmap v610: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 283 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 0 B/s rd, 0 B/s wr, 0 op/s 2023-10-14T00:11:03.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:03 smithi082 ceph-mon[180771]: osdmap e598: 8 total, 8 up, 8 in 2023-10-14T00:11:03.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:03 smithi082 ceph-mon[180771]: pgmap v610: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 283 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 0 B/s rd, 0 B/s wr, 0 op/s 2023-10-14T00:11:04.477 INFO:tasks.rados.rados.0.smithi055.stdout:2770: done (6 left) 2023-10-14T00:11:04.477 INFO:tasks.rados.rados.0.smithi055.stdout:2771: delete oid 20 current snap is 267 2023-10-14T00:11:04.477 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 5 v 1079 (ObjNum 807 snap 248 seq_num 807) dirty exists 2023-10-14T00:11:04.477 INFO:tasks.rados.rados.0.smithi055.stdout:2763: finishing write tid 1 to smithi055169533-22 2023-10-14T00:11:04.478 INFO:tasks.rados.rados.0.smithi055.stdout:2763: finishing write tid 2 to smithi055169533-22 2023-10-14T00:11:04.478 INFO:tasks.rados.rados.0.smithi055.stdout:2763: finishing write tid 3 to smithi055169533-22 2023-10-14T00:11:04.478 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 22 v 1725 (ObjNum 875 snap 267 seq_num 875) dirty exists 2023-10-14T00:11:04.478 INFO:tasks.rados.rados.0.smithi055.stdout:2763: left oid 22 (ObjNum 875 snap 267 seq_num 875) 2023-10-14T00:11:04.479 INFO:tasks.rados.rados.0.smithi055.stdout:2764: finishing write tid 1 to smithi055169533-28 2023-10-14T00:11:04.479 INFO:tasks.rados.rados.0.smithi055.stdout:2764: finishing write tid 2 to smithi055169533-28 2023-10-14T00:11:04.479 INFO:tasks.rados.rados.0.smithi055.stdout:2764: finishing write tid 3 to smithi055169533-28 2023-10-14T00:11:04.479 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 28 v 1523 (ObjNum 876 snap 267 seq_num 876) dirty exists 2023-10-14T00:11:04.479 INFO:tasks.rados.rados.0.smithi055.stdout:2764: left oid 28 (ObjNum 876 snap 267 seq_num 876) 2023-10-14T00:11:04.480 INFO:tasks.rados.rados.0.smithi055.stdout:2765: expect (ObjNum 744 snap 226 seq_num 744) 2023-10-14T00:11:04.596 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 47 v 861 (ObjNum 853 snap 259 seq_num 853) dirty exists 2023-10-14T00:11:04.597 INFO:tasks.rados.rados.0.smithi055.stdout:2768: finishing write tid 1 to smithi055169533-26 2023-10-14T00:11:04.597 INFO:tasks.rados.rados.0.smithi055.stdout:2768: finishing write tid 2 to smithi055169533-26 2023-10-14T00:11:04.597 INFO:tasks.rados.rados.0.smithi055.stdout:2762: done (6 left) 2023-10-14T00:11:04.597 INFO:tasks.rados.rados.0.smithi055.stdout:2763: done (5 left) 2023-10-14T00:11:04.597 INFO:tasks.rados.rados.0.smithi055.stdout:2764: done (4 left) 2023-10-14T00:11:04.598 INFO:tasks.rados.rados.0.smithi055.stdout:2765: done (3 left) 2023-10-14T00:11:04.598 INFO:tasks.rados.rados.0.smithi055.stdout:2767: done (2 left) 2023-10-14T00:11:04.598 INFO:tasks.rados.rados.0.smithi055.stdout:2771: done (1 left) 2023-10-14T00:11:04.598 INFO:tasks.rados.rados.0.smithi055.stdout:2772: delete oid 28 current snap is 267 2023-10-14T00:11:04.598 INFO:tasks.rados.rados.0.smithi055.stdout:2768: finishing write tid 3 to smithi055169533-26 2023-10-14T00:11:04.599 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 26 v 841 (ObjNum 877 snap 267 seq_num 877) dirty exists 2023-10-14T00:11:04.599 INFO:tasks.rados.rados.0.smithi055.stdout:2768: left oid 26 (ObjNum 877 snap 267 seq_num 877) 2023-10-14T00:11:04.601 INFO:tasks.rados.rados.0.smithi055.stdout:2768: done (1 left) 2023-10-14T00:11:04.601 INFO:tasks.rados.rados.0.smithi055.stdout:2772: done (0 left) 2023-10-14T00:11:04.602 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 18 current snap is 267 2023-10-14T00:11:04.602 INFO:tasks.rados.rados.0.smithi055.stdout:2773: seq_num 880 ranges {90112=344064} 2023-10-14T00:11:04.604 INFO:tasks.rados.rados.0.smithi055.stdout:2773: writing smithi055169533-18 from 90112 to 434176 tid 1 2023-10-14T00:11:04.604 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 14 current snap is 267 2023-10-14T00:11:04.605 INFO:tasks.rados.rados.0.smithi055.stdout:2774: seq_num 881 ranges {1138688=360448} 2023-10-14T00:11:04.613 INFO:tasks.rados.rados.0.smithi055.stdout:2774: writing smithi055169533-14 from 1138688 to 1499136 tid 1 2023-10-14T00:11:04.613 INFO:tasks.rados.rados.0.smithi055.stdout:2775: delete oid 35 current snap is 267 2023-10-14T00:11:04.613 INFO:tasks.rados.rados.0.smithi055.stdout:2773: finishing write tid 1 to smithi055169533-18 2023-10-14T00:11:04.614 INFO:tasks.rados.rados.0.smithi055.stdout:2773: finishing write tid 2 to smithi055169533-18 2023-10-14T00:11:04.614 INFO:tasks.rados.rados.0.smithi055.stdout:2773: finishing write tid 3 to smithi055169533-18 2023-10-14T00:11:04.614 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 18 v 1545 (ObjNum 880 snap 267 seq_num 880) dirty exists 2023-10-14T00:11:04.614 INFO:tasks.rados.rados.0.smithi055.stdout:2773: left oid 18 (ObjNum 880 snap 267 seq_num 880) 2023-10-14T00:11:04.616 INFO:tasks.rados.rados.0.smithi055.stdout:2773: done (2 left) 2023-10-14T00:11:04.616 INFO:tasks.rados.rados.0.smithi055.stdout:2775: done (1 left) 2023-10-14T00:11:04.616 INFO:tasks.rados.rados.0.smithi055.stdout:2776: setattr oid 35 current snap is 267 2023-10-14T00:11:04.617 INFO:tasks.rados.rados.0.smithi055.stdout:2774: finishing write tid 1 to smithi055169533-14 2023-10-14T00:11:04.618 INFO:tasks.rados.rados.0.smithi055.stdout:2774: finishing write tid 2 to smithi055169533-14 2023-10-14T00:11:04.618 INFO:tasks.rados.rados.0.smithi055.stdout:2777: copy_from oid 26 from oid 1 current snap is 267 2023-10-14T00:11:04.618 INFO:tasks.rados.rados.0.smithi055.stdout:2778: copy_from oid 17 from oid 29 current snap is 267 2023-10-14T00:11:04.618 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 27 current snap is 267 2023-10-14T00:11:04.619 INFO:tasks.rados.rados.0.smithi055.stdout:2779: seq_num 883 ranges {2129920=393216} 2023-10-14T00:11:04.632 INFO:tasks.rados.rados.0.smithi055.stdout:2779: writing smithi055169533-27 from 2129920 to 2523136 tid 1 2023-10-14T00:11:04.633 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 2 current snap is 267 2023-10-14T00:11:04.633 INFO:tasks.rados.rados.0.smithi055.stdout:2774: finishing write tid 3 to smithi055169533-14 2023-10-14T00:11:04.633 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 14 v 1114 (ObjNum 881 snap 267 seq_num 881) dirty exists 2023-10-14T00:11:04.633 INFO:tasks.rados.rados.0.smithi055.stdout:2774: left oid 14 (ObjNum 881 snap 267 seq_num 881) 2023-10-14T00:11:04.634 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 35 v 1742 (ObjNum 289 snap 0 seq_num 1) dirty exists 2023-10-14T00:11:04.634 INFO:tasks.rados.rados.0.smithi055.stdout:2778: finishing copy_from to smithi055169533-17 2023-10-14T00:11:04.634 INFO:tasks.rados.rados.0.smithi055.stdout:2778: got expected ENOENT (src dne) 2023-10-14T00:11:04.634 INFO:tasks.rados.rados.0.smithi055.stdout:2778: finishing copy_from racing read to smithi055169533-17 2023-10-14T00:11:04.634 INFO:tasks.rados.rados.0.smithi055.stdout:2780: seq_num 884 ranges {1138688=409600} 2023-10-14T00:11:04.642 INFO:tasks.rados.rados.0.smithi055.stdout:2780: writing smithi055169533-2 from 1138688 to 1548288 tid 1 2023-10-14T00:11:04.643 INFO:tasks.rados.rados.0.smithi055.stdout:2774: done (5 left) 2023-10-14T00:11:04.643 INFO:tasks.rados.rados.0.smithi055.stdout:2776: done (4 left) 2023-10-14T00:11:04.643 INFO:tasks.rados.rados.0.smithi055.stdout:2778: done (3 left) 2023-10-14T00:11:04.643 INFO:tasks.rados.rados.0.smithi055.stdout:2781: read oid 45 snap -1 2023-10-14T00:11:04.643 INFO:tasks.rados.rados.0.smithi055.stdout:2781: expect (ObjNum 818 snap 251 seq_num 818) 2023-10-14T00:11:04.644 INFO:tasks.rados.rados.0.smithi055.stdout:2782: rmattr oid 36 current snap is 267 2023-10-14T00:11:04.644 INFO:tasks.rados.rados.0.smithi055.stdout:2782: done (4 left) 2023-10-14T00:11:04.644 INFO:tasks.rados.rados.0.smithi055.stdout:2783: rollback oid 29 current snap is 267 2023-10-14T00:11:04.644 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 29 to 249 2023-10-14T00:11:04.644 INFO:tasks.rados.rados.0.smithi055.stdout:2777: finishing copy_from racing read to smithi055169533-26 2023-10-14T00:11:04.644 INFO:tasks.rados.rados.0.smithi055.stdout:2777: finishing copy_from to smithi055169533-26 2023-10-14T00:11:04.645 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 26 v 1038 (ObjNum 840 snap 258 seq_num 840) dirty exists 2023-10-14T00:11:04.645 INFO:tasks.rados.rados.0.smithi055.stdout:2779: finishing write tid 1 to smithi055169533-27 2023-10-14T00:11:04.645 INFO:tasks.rados.rados.0.smithi055.stdout:2779: finishing write tid 2 to smithi055169533-27 2023-10-14T00:11:04.645 INFO:tasks.rados.rados.0.smithi055.stdout:2779: finishing write tid 3 to smithi055169533-27 2023-10-14T00:11:04.645 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 27 v 1745 (ObjNum 883 snap 267 seq_num 883) dirty exists 2023-10-14T00:11:04.646 INFO:tasks.rados.rados.0.smithi055.stdout:2779: left oid 27 (ObjNum 883 snap 267 seq_num 883) 2023-10-14T00:11:04.646 INFO:tasks.rados.rados.0.smithi055.stdout:2777: done (4 left) 2023-10-14T00:11:04.646 INFO:tasks.rados.rados.0.smithi055.stdout:2779: done (3 left) 2023-10-14T00:11:04.646 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 24 current snap is 267 2023-10-14T00:11:04.646 INFO:tasks.rados.rados.0.smithi055.stdout:2784: seq_num 885 ranges {7200768=425984} 2023-10-14T00:11:04.685 INFO:tasks.rados.rados.0.smithi055.stdout:2784: writing smithi055169533-24 from 7200768 to 7626752 tid 1 2023-10-14T00:11:04.686 INFO:tasks.rados.rados.0.smithi055.stdout:2785: read oid 38 snap -1 2023-10-14T00:11:04.686 INFO:tasks.rados.rados.0.smithi055.stdout:2785: expect (ObjNum 822 snap 251 seq_num 822) 2023-10-14T00:11:04.686 INFO:tasks.rados.rados.0.smithi055.stdout:2786: rmattr oid 8 current snap is 267 2023-10-14T00:11:04.686 INFO:tasks.rados.rados.0.smithi055.stdout:2786: done (5 left) 2023-10-14T00:11:04.687 INFO:tasks.rados.rados.0.smithi055.stdout:2787: read oid 5 snap -1 2023-10-14T00:11:04.687 INFO:tasks.rados.rados.0.smithi055.stdout:2787: expect (ObjNum 807 snap 248 seq_num 807) 2023-10-14T00:11:04.687 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 17 current snap is 267 2023-10-14T00:11:04.687 INFO:tasks.rados.rados.0.smithi055.stdout:2783: finishing rollback tid 1 to smithi055169533-29 2023-10-14T00:11:04.687 INFO:tasks.rados.rados.0.smithi055.stdout:2783: finishing rollback tid 2 to smithi055169533-29 2023-10-14T00:11:04.687 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 29 v 1042 (ObjNum 784 snap 240 seq_num 784) dirty exists 2023-10-14T00:11:04.688 INFO:tasks.rados.rados.0.smithi055.stdout:2780: finishing write tid 1 to smithi055169533-2 2023-10-14T00:11:04.688 INFO:tasks.rados.rados.0.smithi055.stdout:2780: finishing write tid 2 to smithi055169533-2 2023-10-14T00:11:04.688 INFO:tasks.rados.rados.0.smithi055.stdout:2780: finishing write tid 3 to smithi055169533-2 2023-10-14T00:11:04.688 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 2 v 1081 (ObjNum 884 snap 267 seq_num 884) dirty exists 2023-10-14T00:11:04.688 INFO:tasks.rados.rados.0.smithi055.stdout:2780: left oid 2 (ObjNum 884 snap 267 seq_num 884) 2023-10-14T00:11:04.689 INFO:tasks.rados.rados.0.smithi055.stdout:2781: expect (ObjNum 818 snap 251 seq_num 818) 2023-10-14T00:11:04.735 INFO:tasks.rados.rados.0.smithi055.stdout:2784: finishing write tid 1 to smithi055169533-24 2023-10-14T00:11:04.735 INFO:tasks.rados.rados.0.smithi055.stdout:2784: finishing write tid 2 to smithi055169533-24 2023-10-14T00:11:04.736 INFO:tasks.rados.rados.0.smithi055.stdout:2784: finishing write tid 3 to smithi055169533-24 2023-10-14T00:11:04.736 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 24 v 1116 (ObjNum 885 snap 267 seq_num 885) dirty exists 2023-10-14T00:11:04.736 INFO:tasks.rados.rados.0.smithi055.stdout:2784: left oid 24 (ObjNum 885 snap 267 seq_num 885) 2023-10-14T00:11:04.736 INFO:tasks.rados.rados.0.smithi055.stdout:2785: expect (ObjNum 822 snap 251 seq_num 822) 2023-10-14T00:11:04.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:04 smithi055 ceph-mon[185614]: osdmap e599: 8 total, 8 up, 8 in 2023-10-14T00:11:04.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:04 smithi055 ceph-mon[183057]: osdmap e599: 8 total, 8 up, 8 in 2023-10-14T00:11:04.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:04 smithi082 ceph-mon[180771]: osdmap e599: 8 total, 8 up, 8 in 2023-10-14T00:11:05.171 INFO:tasks.rados.rados.0.smithi055.stdout:2787: expect (ObjNum 807 snap 248 seq_num 807) 2023-10-14T00:11:05.475 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:11:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:11:05] "GET /metrics HTTP/1.1" 200 36162 "" "Prometheus/2.43.0" 2023-10-14T00:11:05.476 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:05 smithi055 ceph-mon[183057]: osdmap e600: 8 total, 8 up, 8 in 2023-10-14T00:11:05.477 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:05 smithi055 ceph-mon[183057]: pgmap v613: 121 pgs: 121 active+clean; 234 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 5.0 MiB/s rd, 772 KiB/s wr, 5 op/s 2023-10-14T00:11:05.478 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:05 smithi055 ceph-mon[183057]: osdmap e601: 8 total, 8 up, 8 in 2023-10-14T00:11:05.738 INFO:tasks.rados.rados.0.smithi055.stdout:2788: seq_num 886 ranges {1359872=442368} 2023-10-14T00:11:05.751 INFO:tasks.rados.rados.0.smithi055.stdout:2788: writing smithi055169533-17 from 1359872 to 1802240 tid 1 2023-10-14T00:11:05.751 INFO:tasks.rados.rados.0.smithi055.stdout:2780: done (6 left) 2023-10-14T00:11:05.751 INFO:tasks.rados.rados.0.smithi055.stdout:2781: done (5 left) 2023-10-14T00:11:05.752 INFO:tasks.rados.rados.0.smithi055.stdout:2783: done (4 left) 2023-10-14T00:11:05.752 INFO:tasks.rados.rados.0.smithi055.stdout:2784: done (3 left) 2023-10-14T00:11:05.752 INFO:tasks.rados.rados.0.smithi055.stdout:2785: done (2 left) 2023-10-14T00:11:05.752 INFO:tasks.rados.rados.0.smithi055.stdout:2787: done (1 left) 2023-10-14T00:11:05.752 INFO:tasks.rados.rados.0.smithi055.stdout:2789: rmattr oid 11 current snap is 267 2023-10-14T00:11:05.753 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 28 current snap is 267 2023-10-14T00:11:05.753 INFO:tasks.rados.rados.0.smithi055.stdout:2790: seq_num 887 ranges {0=458752} 2023-10-14T00:11:05.753 INFO:tasks.rados.rados.0.smithi055.stdout:2790: writing smithi055169533-28 from 0 to 458752 tid 1 2023-10-14T00:11:05.753 INFO:tasks.rados.rados.0.smithi055.stdout:2791: rollback oid 8 current snap is 267 2023-10-14T00:11:05.753 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 8 to 258 2023-10-14T00:11:05.754 INFO:tasks.rados.rados.0.smithi055.stdout:2792: setattr oid 41 current snap is 267 2023-10-14T00:11:05.754 INFO:tasks.rados.rados.0.smithi055.stdout:2793: rollback oid 26 current snap is 267 2023-10-14T00:11:05.754 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 26 to 258 2023-10-14T00:11:05.755 INFO:tasks.rados.rados.0.smithi055.stdout:2794: snap_create 2023-10-14T00:11:05.755 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 11 v 850 (ObjNum 129 snap 0 seq_num 1529586704) dirty exists 2023-10-14T00:11:05.755 INFO:tasks.rados.rados.0.smithi055.stdout:2788: finishing write tid 1 to smithi055169533-17 2023-10-14T00:11:05.756 INFO:tasks.rados.rados.0.smithi055.stdout:2788: finishing write tid 2 to smithi055169533-17 2023-10-14T00:11:05.758 INFO:tasks.rados.rados.0.smithi055.stdout:2793: finishing rollback tid 0 to smithi055169533-26 2023-10-14T00:11:05.758 INFO:tasks.rados.rados.0.smithi055.stdout:2793: finishing rollback tid 1 to smithi055169533-26 2023-10-14T00:11:05.759 INFO:tasks.rados.rados.0.smithi055.stdout:2788: finishing write tid 3 to smithi055169533-17 2023-10-14T00:11:05.760 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 17 v 1748 (ObjNum 886 snap 267 seq_num 886) dirty exists 2023-10-14T00:11:05.760 INFO:tasks.rados.rados.0.smithi055.stdout:2788: left oid 17 (ObjNum 886 snap 267 seq_num 886) 2023-10-14T00:11:05.760 INFO:tasks.rados.rados.0.smithi055.stdout:2791: finishing rollback tid 0 to smithi055169533-8 2023-10-14T00:11:05.760 INFO:tasks.rados.rados.0.smithi055.stdout:2790: finishing write tid 1 to smithi055169533-28 2023-10-14T00:11:05.760 INFO:tasks.rados.rados.0.smithi055.stdout:2790: finishing write tid 2 to smithi055169533-28 2023-10-14T00:11:05.761 INFO:tasks.rados.rados.0.smithi055.stdout:2793: finishing rollback tid 2 to smithi055169533-26 2023-10-14T00:11:05.761 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 26 v 1041 (ObjNum 717 snap 211 seq_num 717) dirty exists 2023-10-14T00:11:05.761 INFO:tasks.rados.rados.0.smithi055.stdout:2791: finishing rollback tid 1 to smithi055169533-8 2023-10-14T00:11:05.762 INFO:tasks.rados.rados.0.smithi055.stdout:2791: finishing rollback tid 2 to smithi055169533-8 2023-10-14T00:11:05.762 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 8 v 1508 (ObjNum 825 snap 252 seq_num 825) dirty exists 2023-10-14T00:11:05.762 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 41 v 1509 (ObjNum 840 snap 258 seq_num 840) dirty exists 2023-10-14T00:11:05.762 INFO:tasks.rados.rados.0.smithi055.stdout:2790: finishing write tid 3 to smithi055169533-28 2023-10-14T00:11:05.763 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 28 v 1547 (ObjNum 887 snap 267 seq_num 887) dirty exists 2023-10-14T00:11:05.763 INFO:tasks.rados.rados.0.smithi055.stdout:2790: left oid 28 (ObjNum 887 snap 267 seq_num 887) 2023-10-14T00:11:05.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:05 smithi055 ceph-mon[185614]: osdmap e600: 8 total, 8 up, 8 in 2023-10-14T00:11:05.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:05 smithi055 ceph-mon[185614]: pgmap v613: 121 pgs: 121 active+clean; 234 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 5.0 MiB/s rd, 772 KiB/s wr, 5 op/s 2023-10-14T00:11:05.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:05 smithi055 ceph-mon[185614]: osdmap e601: 8 total, 8 up, 8 in 2023-10-14T00:11:05.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:05 smithi082 ceph-mon[180771]: osdmap e600: 8 total, 8 up, 8 in 2023-10-14T00:11:05.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:05 smithi082 ceph-mon[180771]: pgmap v613: 121 pgs: 121 active+clean; 234 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 5.0 MiB/s rd, 772 KiB/s wr, 5 op/s 2023-10-14T00:11:05.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:05 smithi082 ceph-mon[180771]: osdmap e601: 8 total, 8 up, 8 in 2023-10-14T00:11:06.485 INFO:tasks.rados.rados.0.smithi055.stdout:2788: done (6 left) 2023-10-14T00:11:06.485 INFO:tasks.rados.rados.0.smithi055.stdout:2789: done (5 left) 2023-10-14T00:11:06.485 INFO:tasks.rados.rados.0.smithi055.stdout:2790: done (4 left) 2023-10-14T00:11:06.485 INFO:tasks.rados.rados.0.smithi055.stdout:2791: done (3 left) 2023-10-14T00:11:06.485 INFO:tasks.rados.rados.0.smithi055.stdout:2792: done (2 left) 2023-10-14T00:11:06.486 INFO:tasks.rados.rados.0.smithi055.stdout:2793: done (1 left) 2023-10-14T00:11:06.486 INFO:tasks.rados.rados.0.smithi055.stdout:2794: done (0 left) 2023-10-14T00:11:06.486 INFO:tasks.rados.rados.0.smithi055.stdout:2795: rollback oid 14 current snap is 268 2023-10-14T00:11:06.487 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 14 to 256 2023-10-14T00:11:06.487 INFO:tasks.rados.rados.0.smithi055.stdout:2796: snap_create 2023-10-14T00:11:06.493 INFO:tasks.rados.rados.0.smithi055.stdout:2795: finishing rollback tid 0 to smithi055169533-14 2023-10-14T00:11:06.494 INFO:tasks.rados.rados.0.smithi055.stdout:2795: finishing rollback tid 1 to smithi055169533-14 2023-10-14T00:11:06.494 INFO:tasks.rados.rados.0.smithi055.stdout:2795: finishing rollback tid 2 to smithi055169533-14 2023-10-14T00:11:06.494 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 14 v 1119 (ObjNum 784 snap 240 seq_num 784) dirty exists 2023-10-14T00:11:07.511 INFO:tasks.rados.rados.0.smithi055.stdout:2795: done (1 left) 2023-10-14T00:11:07.511 INFO:tasks.rados.rados.0.smithi055.stdout:2796: done (0 left) 2023-10-14T00:11:07.511 INFO:tasks.rados.rados.0.smithi055.stdout:2797: read oid 49 snap -1 2023-10-14T00:11:07.512 INFO:tasks.rados.rados.0.smithi055.stdout:2797: expect (ObjNum 568 snap 162 seq_num 568) 2023-10-14T00:11:07.512 INFO:tasks.rados.rados.0.smithi055.stdout:2798: rmattr oid 6 current snap is 269 2023-10-14T00:11:07.512 INFO:tasks.rados.rados.0.smithi055.stdout:2798: done (1 left) 2023-10-14T00:11:07.512 INFO:tasks.rados.rados.0.smithi055.stdout:2799: rollback oid 28 current snap is 269 2023-10-14T00:11:07.512 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 28 to 249 2023-10-14T00:11:07.513 INFO:tasks.rados.rados.0.smithi055.stdout:2800: copy_from oid 34 from oid 35 current snap is 269 2023-10-14T00:11:07.513 INFO:tasks.rados.rados.0.smithi055.stdout:2801: delete oid 27 current snap is 269 2023-10-14T00:11:07.520 INFO:tasks.rados.rados.0.smithi055.stdout:2801: done (3 left) 2023-10-14T00:11:07.520 INFO:tasks.rados.rados.0.smithi055.stdout:2802: read oid 19 snap 258 2023-10-14T00:11:07.521 INFO:tasks.rados.rados.0.smithi055.stdout:2802: expect deleted 2023-10-14T00:11:07.521 INFO:tasks.rados.rados.0.smithi055.stdout:2803: snap_create 2023-10-14T00:11:07.521 INFO:tasks.rados.rados.0.smithi055.stdout:2800: finishing copy_from racing read to smithi055169533-34 2023-10-14T00:11:07.522 INFO:tasks.rados.rados.0.smithi055.stdout:2800: finishing copy_from to smithi055169533-34 2023-10-14T00:11:07.522 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 34 v 1742 (ObjNum 65 snap 0 seq_num 1366256479) dirty exists 2023-10-14T00:11:07.530 INFO:tasks.rados.rados.0.smithi055.stdout:2797: expect (ObjNum 568 snap 162 seq_num 568) 2023-10-14T00:11:07.679 INFO:tasks.rados.rados.0.smithi055.stdout:2799: finishing rollback tid 0 to smithi055169533-28 2023-10-14T00:11:07.680 INFO:tasks.rados.rados.0.smithi055.stdout:2799: finishing rollback tid 1 to smithi055169533-28 2023-10-14T00:11:07.680 INFO:tasks.rados.rados.0.smithi055.stdout:2799: finishing rollback tid 2 to smithi055169533-28 2023-10-14T00:11:07.680 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 28 v 1551 (ObjNum 765 snap 235 seq_num 765) dirty exists 2023-10-14T00:11:07.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:07 smithi055 ceph-mon[185614]: osdmap e602: 8 total, 8 up, 8 in 2023-10-14T00:11:07.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:07 smithi055 ceph-mon[185614]: pgmap v616: 121 pgs: 121 active+clean; 222 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 1.0 MiB/s wr, 15 op/s 2023-10-14T00:11:07.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:07 smithi055 ceph-mon[183057]: osdmap e602: 8 total, 8 up, 8 in 2023-10-14T00:11:07.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:07 smithi055 ceph-mon[183057]: pgmap v616: 121 pgs: 121 active+clean; 222 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 1.0 MiB/s wr, 15 op/s 2023-10-14T00:11:07.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:07 smithi082 ceph-mon[180771]: osdmap e602: 8 total, 8 up, 8 in 2023-10-14T00:11:07.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:07 smithi082 ceph-mon[180771]: pgmap v616: 121 pgs: 121 active+clean; 222 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 1.0 MiB/s wr, 15 op/s 2023-10-14T00:11:08.516 INFO:tasks.rados.rados.0.smithi055.stdout:2797: done (4 left) 2023-10-14T00:11:08.517 INFO:tasks.rados.rados.0.smithi055.stdout:2799: done (3 left) 2023-10-14T00:11:08.517 INFO:tasks.rados.rados.0.smithi055.stdout:2800: done (2 left) 2023-10-14T00:11:08.517 INFO:tasks.rados.rados.0.smithi055.stdout:2802: done (1 left) 2023-10-14T00:11:08.517 INFO:tasks.rados.rados.0.smithi055.stdout:2803: done (0 left) 2023-10-14T00:11:08.517 INFO:tasks.rados.rados.0.smithi055.stdout:2804: rollback oid 18 current snap is 270 2023-10-14T00:11:08.518 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 18 to 250 2023-10-14T00:11:08.518 INFO:tasks.rados.rados.0.smithi055.stdout:2805: copy_from oid 24 from oid 30 current snap is 270 2023-10-14T00:11:08.518 INFO:tasks.rados.rados.0.smithi055.stdout:2806: copy_from oid 10 from oid 22 current snap is 270 2023-10-14T00:11:08.518 INFO:tasks.rados.rados.0.smithi055.stdout:2807: snap_remove snap 241 2023-10-14T00:11:08.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:08 smithi055 ceph-mon[185614]: osdmap e603: 8 total, 8 up, 8 in 2023-10-14T00:11:08.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:08 smithi055 ceph-mon[183057]: osdmap e603: 8 total, 8 up, 8 in 2023-10-14T00:11:08.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:08 smithi082 ceph-mon[180771]: osdmap e603: 8 total, 8 up, 8 in 2023-10-14T00:11:09.534 INFO:tasks.rados.rados.0.smithi055.stdout:2807: done (3 left) 2023-10-14T00:11:09.534 INFO:tasks.rados.rados.0.smithi055.stdout:2808: read oid 16 snap -1 2023-10-14T00:11:09.535 INFO:tasks.rados.rados.0.smithi055.stdout:2808: expect (ObjNum 816 snap 251 seq_num 816) 2023-10-14T00:11:09.535 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 50 current snap is 270 2023-10-14T00:11:09.535 INFO:tasks.rados.rados.0.smithi055.stdout:2809: seq_num 889 ranges {8462336=491520} 2023-10-14T00:11:09.586 INFO:tasks.rados.rados.0.smithi055.stdout:2809: writing smithi055169533-50 from 8462336 to 8953856 tid 1 2023-10-14T00:11:09.586 INFO:tasks.rados.rados.0.smithi055.stdout:2810: snap_remove snap 267 2023-10-14T00:11:09.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:09 smithi082 ceph-mon[180771]: osdmap e604: 8 total, 8 up, 8 in 2023-10-14T00:11:09.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:11:09.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:09 smithi082 ceph-mon[180771]: pgmap v619: 121 pgs: 121 active+clean; 226 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 14 MiB/s rd, 996 KiB/s wr, 20 op/s 2023-10-14T00:11:10.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:09 smithi055 ceph-mon[185614]: osdmap e604: 8 total, 8 up, 8 in 2023-10-14T00:11:10.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:11:10.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:09 smithi055 ceph-mon[185614]: pgmap v619: 121 pgs: 121 active+clean; 226 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 14 MiB/s rd, 996 KiB/s wr, 20 op/s 2023-10-14T00:11:10.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:09 smithi055 ceph-mon[183057]: osdmap e604: 8 total, 8 up, 8 in 2023-10-14T00:11:10.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:11:10.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:09 smithi055 ceph-mon[183057]: pgmap v619: 121 pgs: 121 active+clean; 226 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 14 MiB/s rd, 996 KiB/s wr, 20 op/s 2023-10-14T00:11:10.424 INFO:tasks.rados.rados.0.smithi055.stdout:2810: done (5 left) 2023-10-14T00:11:10.425 INFO:tasks.rados.rados.0.smithi055.stdout:2811: rmattr oid 33 current snap is 270 2023-10-14T00:11:10.425 INFO:tasks.rados.rados.0.smithi055.stdout:2811: done (5 left) 2023-10-14T00:11:10.425 INFO:tasks.rados.rados.0.smithi055.stdout:2812: snap_remove snap 256 2023-10-14T00:11:10.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:10 smithi082 ceph-mon[180771]: osdmap e605: 8 total, 8 up, 8 in 2023-10-14T00:11:10.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:10 smithi082 ceph-mon[180771]: osdmap e606: 8 total, 8 up, 8 in 2023-10-14T00:11:11.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:10 smithi055 ceph-mon[185614]: osdmap e605: 8 total, 8 up, 8 in 2023-10-14T00:11:11.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:10 smithi055 ceph-mon[185614]: osdmap e606: 8 total, 8 up, 8 in 2023-10-14T00:11:11.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:10 smithi055 ceph-mon[183057]: osdmap e605: 8 total, 8 up, 8 in 2023-10-14T00:11:11.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:10 smithi055 ceph-mon[183057]: osdmap e606: 8 total, 8 up, 8 in 2023-10-14T00:11:11.426 INFO:tasks.rados.rados.0.smithi055.stdout:2812: done (5 left) 2023-10-14T00:11:11.426 INFO:tasks.rados.rados.0.smithi055.stdout:2813: setattr oid 31 current snap is 270 2023-10-14T00:11:11.427 INFO:tasks.rados.rados.0.smithi055.stdout:2805: finishing copy_from to smithi055169533-24 2023-10-14T00:11:11.427 INFO:tasks.rados.rados.0.smithi055.stdout:2805: got expected ENOENT (src dne) 2023-10-14T00:11:11.427 INFO:tasks.rados.rados.0.smithi055.stdout:2805: finishing copy_from racing read to smithi055169533-24 2023-10-14T00:11:11.427 INFO:tasks.rados.rados.0.smithi055.stdout:2804: finishing rollback tid 0 to smithi055169533-18 2023-10-14T00:11:11.427 INFO:tasks.rados.rados.0.smithi055.stdout:2804: finishing rollback tid 1 to smithi055169533-18 2023-10-14T00:11:11.428 INFO:tasks.rados.rados.0.smithi055.stdout:2804: finishing rollback tid 2 to smithi055169533-18 2023-10-14T00:11:11.428 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 18 v 1555 (ObjNum 786 snap 241 seq_num 786) dirty exists 2023-10-14T00:11:11.428 INFO:tasks.rados.rados.0.smithi055.stdout:2806: finishing copy_from racing read to smithi055169533-10 2023-10-14T00:11:11.428 INFO:tasks.rados.rados.0.smithi055.stdout:2806: finishing copy_from to smithi055169533-10 2023-10-14T00:11:11.428 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 10 v 1725 (ObjNum 875 snap 267 seq_num 875) dirty exists 2023-10-14T00:11:11.428 INFO:tasks.rados.rados.0.smithi055.stdout:2808: expect (ObjNum 816 snap 251 seq_num 816) 2023-10-14T00:11:11.484 INFO:tasks.rados.rados.0.smithi055.stdout:2809: finishing write tid 1 to smithi055169533-50 2023-10-14T00:11:11.485 INFO:tasks.rados.rados.0.smithi055.stdout:2809: finishing write tid 2 to smithi055169533-50 2023-10-14T00:11:11.485 INFO:tasks.rados.rados.0.smithi055.stdout:2809: finishing write tid 3 to smithi055169533-50 2023-10-14T00:11:11.485 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 50 v 1765 (ObjNum 889 snap 270 seq_num 889) dirty exists 2023-10-14T00:11:11.485 INFO:tasks.rados.rados.0.smithi055.stdout:2809: left oid 50 (ObjNum 889 snap 270 seq_num 889) 2023-10-14T00:11:11.485 INFO:tasks.rados.rados.0.smithi055.stdout:2804: done (5 left) 2023-10-14T00:11:11.486 INFO:tasks.rados.rados.0.smithi055.stdout:2805: done (4 left) 2023-10-14T00:11:11.486 INFO:tasks.rados.rados.0.smithi055.stdout:2806: done (3 left) 2023-10-14T00:11:11.486 INFO:tasks.rados.rados.0.smithi055.stdout:2808: done (2 left) 2023-10-14T00:11:11.486 INFO:tasks.rados.rados.0.smithi055.stdout:2809: done (1 left) 2023-10-14T00:11:11.486 INFO:tasks.rados.rados.0.smithi055.stdout:2814: read oid 19 snap -1 2023-10-14T00:11:11.487 INFO:tasks.rados.rados.0.smithi055.stdout:2814: expect deleted 2023-10-14T00:11:11.487 INFO:tasks.rados.rados.0.smithi055.stdout:2815: delete oid 36 current snap is 270 2023-10-14T00:11:11.487 INFO:tasks.rados.rados.0.smithi055.stdout:2814: done (2 left) 2023-10-14T00:11:11.488 INFO:tasks.rados.rados.0.smithi055.stdout:2815: done (1 left) 2023-10-14T00:11:11.488 INFO:tasks.rados.rados.0.smithi055.stdout:2816: setattr oid 20 current snap is 270 2023-10-14T00:11:11.488 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 31 v 1082 (ObjNum 289 snap 0 seq_num 1528936464) dirty exists 2023-10-14T00:11:11.488 INFO:tasks.rados.rados.0.smithi055.stdout:2813: done (1 left) 2023-10-14T00:11:11.488 INFO:tasks.rados.rados.0.smithi055.stdout:2817: snap_create 2023-10-14T00:11:11.489 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 20 v 851 (ObjNum 33 snap 0 seq_num 43641829) dirty exists 2023-10-14T00:11:11.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:11 smithi082 ceph-mon[180771]: pgmap v622: 121 pgs: 121 active+clean; 228 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.6 MiB/s rd, 972 KiB/s wr, 23 op/s 2023-10-14T00:11:11.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:11 smithi082 ceph-mon[180771]: osdmap e607: 8 total, 8 up, 8 in 2023-10-14T00:11:12.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:11 smithi055 ceph-mon[185614]: pgmap v622: 121 pgs: 121 active+clean; 228 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.6 MiB/s rd, 972 KiB/s wr, 23 op/s 2023-10-14T00:11:12.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:11 smithi055 ceph-mon[185614]: osdmap e607: 8 total, 8 up, 8 in 2023-10-14T00:11:12.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:11 smithi055 ceph-mon[183057]: pgmap v622: 121 pgs: 121 active+clean; 228 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.6 MiB/s rd, 972 KiB/s wr, 23 op/s 2023-10-14T00:11:12.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:11 smithi055 ceph-mon[183057]: osdmap e607: 8 total, 8 up, 8 in 2023-10-14T00:11:12.424 INFO:tasks.rados.rados.0.smithi055.stdout:2816: done (1 left) 2023-10-14T00:11:12.424 INFO:tasks.rados.rados.0.smithi055.stdout:2817: done (0 left) 2023-10-14T00:11:12.424 INFO:tasks.rados.rados.0.smithi055.stdout:2818: snap_remove snap 268 2023-10-14T00:11:13.453 INFO:tasks.rados.rados.0.smithi055.stdout:2818: done (0 left) 2023-10-14T00:11:13.454 INFO:tasks.rados.rados.0.smithi055.stdout:2819: snap_remove snap 242 2023-10-14T00:11:13.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:13 smithi055 ceph-mon[185614]: osdmap e608: 8 total, 8 up, 8 in 2023-10-14T00:11:13.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:13 smithi055 ceph-mon[185614]: pgmap v625: 121 pgs: 121 active+clean; 226 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 2.4 MiB/s rd, 268 KiB/s wr, 12 op/s 2023-10-14T00:11:13.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:13 smithi055 ceph-mon[183057]: osdmap e608: 8 total, 8 up, 8 in 2023-10-14T00:11:13.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:13 smithi055 ceph-mon[183057]: pgmap v625: 121 pgs: 121 active+clean; 226 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 2.4 MiB/s rd, 268 KiB/s wr, 12 op/s 2023-10-14T00:11:13.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:13 smithi082 ceph-mon[180771]: osdmap e608: 8 total, 8 up, 8 in 2023-10-14T00:11:13.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:13 smithi082 ceph-mon[180771]: pgmap v625: 121 pgs: 121 active+clean; 226 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 2.4 MiB/s rd, 268 KiB/s wr, 12 op/s 2023-10-14T00:11:14.465 INFO:tasks.rados.rados.0.smithi055.stdout:2819: done (0 left) 2023-10-14T00:11:14.466 INFO:tasks.rados.rados.0.smithi055.stdout:2820: rollback oid 18 current snap is 271 2023-10-14T00:11:14.466 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 18 to 248 2023-10-14T00:11:14.466 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 10 current snap is 271 2023-10-14T00:11:14.466 INFO:tasks.rados.rados.0.smithi055.stdout:2821: seq_num 891 ranges {262144=532480} 2023-10-14T00:11:14.467 INFO:tasks.rados.rados.0.smithi055.stdout:2821: writing smithi055169533-10 from 262144 to 794624 tid 1 2023-10-14T00:11:14.467 INFO:tasks.rados.rados.0.smithi055.stdout:2822: snap_create 2023-10-14T00:11:14.477 INFO:tasks.rados.rados.0.smithi055.stdout:2821: finishing write tid 1 to smithi055169533-10 2023-10-14T00:11:14.478 INFO:tasks.rados.rados.0.smithi055.stdout:2821: finishing write tid 2 to smithi055169533-10 2023-10-14T00:11:14.478 INFO:tasks.rados.rados.0.smithi055.stdout:2820: finishing rollback tid 0 to smithi055169533-18 2023-10-14T00:11:14.479 INFO:tasks.rados.rados.0.smithi055.stdout:2820: finishing rollback tid 1 to smithi055169533-18 2023-10-14T00:11:14.479 INFO:tasks.rados.rados.0.smithi055.stdout:2820: finishing rollback tid 2 to smithi055169533-18 2023-10-14T00:11:14.479 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 18 v 1587 (ObjNum 786 snap 241 seq_num 786) dirty exists 2023-10-14T00:11:14.480 INFO:tasks.rados.rados.0.smithi055.stdout:2821: finishing write tid 3 to smithi055169533-10 2023-10-14T00:11:14.481 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 10 v 1794 (ObjNum 891 snap 271 seq_num 891) dirty exists 2023-10-14T00:11:14.481 INFO:tasks.rados.rados.0.smithi055.stdout:2821: left oid 10 (ObjNum 891 snap 271 seq_num 891) 2023-10-14T00:11:14.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:14 smithi055 ceph-mon[185614]: osdmap e609: 8 total, 8 up, 8 in 2023-10-14T00:11:14.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:14 smithi055 ceph-mon[183057]: osdmap e609: 8 total, 8 up, 8 in 2023-10-14T00:11:14.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:14 smithi082 ceph-mon[180771]: osdmap e609: 8 total, 8 up, 8 in 2023-10-14T00:11:15.418 INFO:tasks.rados.rados.0.smithi055.stdout:2820: done (2 left) 2023-10-14T00:11:15.418 INFO:tasks.rados.rados.0.smithi055.stdout:2821: done (1 left) 2023-10-14T00:11:15.419 INFO:tasks.rados.rados.0.smithi055.stdout:2822: done (0 left) 2023-10-14T00:11:15.419 INFO:tasks.rados.rados.0.smithi055.stdout:2823: rollback oid 20 current snap is 272 2023-10-14T00:11:15.419 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 20 to 248 2023-10-14T00:11:15.419 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 35 current snap is 272 2023-10-14T00:11:15.419 INFO:tasks.rados.rados.0.smithi055.stdout:2824: seq_num 892 ranges {0=548864} 2023-10-14T00:11:15.421 INFO:tasks.rados.rados.0.smithi055.stdout:2824: writing smithi055169533-35 from 0 to 548864 tid 1 2023-10-14T00:11:15.421 INFO:tasks.rados.rados.0.smithi055.stdout:2825: delete oid 5 current snap is 272 2023-10-14T00:11:15.425 INFO:tasks.rados.rados.0.smithi055.stdout:2825: done (2 left) 2023-10-14T00:11:15.426 INFO:tasks.rados.rados.0.smithi055.stdout:2826: setattr oid 15 current snap is 272 2023-10-14T00:11:15.427 INFO:tasks.rados.rados.0.smithi055.stdout:2827: rmattr oid 43 current snap is 272 2023-10-14T00:11:15.427 INFO:tasks.rados.rados.0.smithi055.stdout:2827: done (3 left) 2023-10-14T00:11:15.427 INFO:tasks.rados.rados.0.smithi055.stdout:2828: rmattr oid 1 current snap is 272 2023-10-14T00:11:15.427 INFO:tasks.rados.rados.0.smithi055.stdout:2828: done (3 left) 2023-10-14T00:11:15.427 INFO:tasks.rados.rados.0.smithi055.stdout:2829: read oid 2 snap 271 2023-10-14T00:11:15.428 INFO:tasks.rados.rados.0.smithi055.stdout:2829: expect (ObjNum 884 snap 267 seq_num 884) 2023-10-14T00:11:15.428 INFO:tasks.rados.rados.0.smithi055.stdout:2830: read oid 46 snap -1 2023-10-14T00:11:15.428 INFO:tasks.rados.rados.0.smithi055.stdout:2830: expect (ObjNum 830 snap 253 seq_num 830) 2023-10-14T00:11:15.428 INFO:tasks.rados.rados.0.smithi055.stdout:2831: snap_create 2023-10-14T00:11:15.434 INFO:tasks.rados.rados.0.smithi055.stdout:2823: finishing rollback tid 0 to smithi055169533-20 2023-10-14T00:11:15.434 INFO:tasks.rados.rados.0.smithi055.stdout:2823: finishing rollback tid 1 to smithi055169533-20 2023-10-14T00:11:15.434 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 20 v 853 (ObjNum 129 snap 0 seq_num 1527214440) dirty dne 2023-10-14T00:11:15.436 INFO:tasks.rados.rados.0.smithi055.stdout:2824: finishing write tid 1 to smithi055169533-35 2023-10-14T00:11:15.437 INFO:tasks.rados.rados.0.smithi055.stdout:2824: finishing write tid 2 to smithi055169533-35 2023-10-14T00:11:15.438 INFO:tasks.rados.rados.0.smithi055.stdout:2829: expect (ObjNum 884 snap 267 seq_num 884) 2023-10-14T00:11:15.467 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:11:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:11:15] "GET /metrics HTTP/1.1" 200 36161 "" "Prometheus/2.43.0" 2023-10-14T00:11:15.499 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 15 v 1598 (ObjNum 289 snap 0 seq_num 1501934223) dirty exists 2023-10-14T00:11:15.500 INFO:tasks.rados.rados.0.smithi055.stdout:2824: finishing write tid 3 to smithi055169533-35 2023-10-14T00:11:15.500 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 35 v 1803 (ObjNum 892 snap 272 seq_num 892) dirty exists 2023-10-14T00:11:15.500 INFO:tasks.rados.rados.0.smithi055.stdout:2824: left oid 35 (ObjNum 892 snap 272 seq_num 892) 2023-10-14T00:11:15.500 INFO:tasks.rados.rados.0.smithi055.stdout:2830: expect (ObjNum 830 snap 253 seq_num 830) 2023-10-14T00:11:15.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:15 smithi055 ceph-mon[185614]: osdmap e610: 8 total, 8 up, 8 in 2023-10-14T00:11:15.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:15 smithi055 ceph-mon[185614]: pgmap v628: 121 pgs: 121 active+clean; 221 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 1.2 MiB/s rd, 120 KiB/s wr, 1 op/s 2023-10-14T00:11:15.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:15 smithi055 ceph-mon[185614]: osdmap e611: 8 total, 8 up, 8 in 2023-10-14T00:11:15.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:15 smithi055 ceph-mon[183057]: osdmap e610: 8 total, 8 up, 8 in 2023-10-14T00:11:15.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:15 smithi055 ceph-mon[183057]: pgmap v628: 121 pgs: 121 active+clean; 221 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 1.2 MiB/s rd, 120 KiB/s wr, 1 op/s 2023-10-14T00:11:15.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:15 smithi055 ceph-mon[183057]: osdmap e611: 8 total, 8 up, 8 in 2023-10-14T00:11:15.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:15 smithi082 ceph-mon[180771]: osdmap e610: 8 total, 8 up, 8 in 2023-10-14T00:11:15.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:15 smithi082 ceph-mon[180771]: pgmap v628: 121 pgs: 121 active+clean; 221 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 1.2 MiB/s rd, 120 KiB/s wr, 1 op/s 2023-10-14T00:11:15.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:15 smithi082 ceph-mon[180771]: osdmap e611: 8 total, 8 up, 8 in 2023-10-14T00:11:16.433 INFO:tasks.rados.rados.0.smithi055.stdout:2823: done (5 left) 2023-10-14T00:11:16.433 INFO:tasks.rados.rados.0.smithi055.stdout:2824: done (4 left) 2023-10-14T00:11:16.433 INFO:tasks.rados.rados.0.smithi055.stdout:2826: done (3 left) 2023-10-14T00:11:16.433 INFO:tasks.rados.rados.0.smithi055.stdout:2829: done (2 left) 2023-10-14T00:11:16.434 INFO:tasks.rados.rados.0.smithi055.stdout:2830: done (1 left) 2023-10-14T00:11:16.434 INFO:tasks.rados.rados.0.smithi055.stdout:2831: done (0 left) 2023-10-14T00:11:16.434 INFO:tasks.rados.rados.0.smithi055.stdout:2832: snap_create 2023-10-14T00:11:17.464 INFO:tasks.rados.rados.0.smithi055.stdout:2832: done (0 left) 2023-10-14T00:11:17.465 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 32 current snap is 274 2023-10-14T00:11:17.465 INFO:tasks.rados.rados.0.smithi055.stdout:2833: seq_num 894 ranges {0=581632} 2023-10-14T00:11:17.467 INFO:tasks.rados.rados.0.smithi055.stdout:2833: writing smithi055169533-32 from 0 to 581632 tid 1 2023-10-14T00:11:17.468 INFO:tasks.rados.rados.0.smithi055.stdout:2834: snap_remove snap 250 2023-10-14T00:11:17.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:17 smithi055 ceph-mon[185614]: osdmap e612: 8 total, 8 up, 8 in 2023-10-14T00:11:17.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:17 smithi055 ceph-mon[185614]: pgmap v631: 121 pgs: 121 active+clean; 220 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 3.8 MiB/s rd, 120 KiB/s wr, 12 op/s 2023-10-14T00:11:17.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:17 smithi055 ceph-mon[183057]: osdmap e612: 8 total, 8 up, 8 in 2023-10-14T00:11:17.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:17 smithi055 ceph-mon[183057]: pgmap v631: 121 pgs: 121 active+clean; 220 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 3.8 MiB/s rd, 120 KiB/s wr, 12 op/s 2023-10-14T00:11:17.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:17 smithi082 ceph-mon[180771]: osdmap e612: 8 total, 8 up, 8 in 2023-10-14T00:11:17.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:17 smithi082 ceph-mon[180771]: pgmap v631: 121 pgs: 121 active+clean; 220 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 3.8 MiB/s rd, 120 KiB/s wr, 12 op/s 2023-10-14T00:11:18.478 INFO:tasks.rados.rados.0.smithi055.stdout:2834: done (1 left) 2023-10-14T00:11:18.478 INFO:tasks.rados.rados.0.smithi055.stdout:2835: rollback oid 6 current snap is 274 2023-10-14T00:11:18.479 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 6 to 255 2023-10-14T00:11:18.479 INFO:tasks.rados.rados.0.smithi055.stdout:2833: finishing write tid 1 to smithi055169533-32 2023-10-14T00:11:18.479 INFO:tasks.rados.rados.0.smithi055.stdout:2833: finishing write tid 2 to smithi055169533-32 2023-10-14T00:11:18.479 INFO:tasks.rados.rados.0.smithi055.stdout:2833: finishing write tid 3 to smithi055169533-32 2023-10-14T00:11:18.479 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 32 v 1044 (ObjNum 894 snap 274 seq_num 894) dirty exists 2023-10-14T00:11:18.480 INFO:tasks.rados.rados.0.smithi055.stdout:2833: left oid 32 (ObjNum 894 snap 274 seq_num 894) 2023-10-14T00:11:18.480 INFO:tasks.rados.rados.0.smithi055.stdout:2833: done (1 left) 2023-10-14T00:11:18.480 INFO:tasks.rados.rados.0.smithi055.stdout:2836: delete oid 5 current snap is 274 2023-10-14T00:11:18.489 INFO:tasks.rados.rados.0.smithi055.stdout:2835: finishing rollback tid 0 to smithi055169533-6 2023-10-14T00:11:18.489 INFO:tasks.rados.rados.0.smithi055.stdout:2835: finishing rollback tid 1 to smithi055169533-6 2023-10-14T00:11:18.489 INFO:tasks.rados.rados.0.smithi055.stdout:2836: done (1 left) 2023-10-14T00:11:18.490 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 26 current snap is 274 2023-10-14T00:11:18.492 INFO:tasks.rados.rados.0.smithi055.stdout:2837: seq_num 896 ranges {16384=614400} 2023-10-14T00:11:18.494 INFO:tasks.rados.rados.0.smithi055.stdout:2837: writing smithi055169533-26 from 16384 to 630784 tid 1 2023-10-14T00:11:18.494 INFO:tasks.rados.rados.0.smithi055.stdout:2838: snap_remove snap 248 2023-10-14T00:11:18.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:18 smithi055 ceph-mon[185614]: osdmap e613: 8 total, 8 up, 8 in 2023-10-14T00:11:18.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:18 smithi055 ceph-mon[183057]: osdmap e613: 8 total, 8 up, 8 in 2023-10-14T00:11:18.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:18 smithi082 ceph-mon[180771]: osdmap e613: 8 total, 8 up, 8 in 2023-10-14T00:11:19.499 INFO:tasks.rados.rados.0.smithi055.stdout:2838: done (2 left) 2023-10-14T00:11:19.499 INFO:tasks.rados.rados.0.smithi055.stdout:2839: read oid 33 snap -1 2023-10-14T00:11:19.500 INFO:tasks.rados.rados.0.smithi055.stdout:2839: expect deleted 2023-10-14T00:11:19.500 INFO:tasks.rados.rados.0.smithi055.stdout:2840: rollback oid 39 current snap is 274 2023-10-14T00:11:19.500 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 39 to 265 2023-10-14T00:11:19.501 INFO:tasks.rados.rados.0.smithi055.stdout:2841: setattr oid 5 current snap is 274 2023-10-14T00:11:19.501 INFO:tasks.rados.rados.0.smithi055.stdout:2842: copy_from oid 44 from oid 1 current snap is 274 2023-10-14T00:11:19.501 INFO:tasks.rados.rados.0.smithi055.stdout:2843: rmattr oid 30 current snap is 274 2023-10-14T00:11:19.502 INFO:tasks.rados.rados.0.smithi055.stdout:2843: done (6 left) 2023-10-14T00:11:19.502 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 38 current snap is 274 2023-10-14T00:11:19.502 INFO:tasks.rados.rados.0.smithi055.stdout:2844: seq_num 897 ranges {7200768=630784} 2023-10-14T00:11:19.540 INFO:tasks.rados.rados.0.smithi055.stdout:2844: writing smithi055169533-38 from 7200768 to 7831552 tid 1 2023-10-14T00:11:19.541 INFO:tasks.rados.rados.0.smithi055.stdout:2845: delete oid 14 current snap is 274 2023-10-14T00:11:19.541 INFO:tasks.rados.rados.0.smithi055.stdout:2835: finishing rollback tid 2 to smithi055169533-6 2023-10-14T00:11:19.541 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 6 v 1122 (ObjNum 779 snap 239 seq_num 779) dirty exists 2023-10-14T00:11:19.542 INFO:tasks.rados.rados.0.smithi055.stdout:2837: finishing write tid 1 to smithi055169533-26 2023-10-14T00:11:19.542 INFO:tasks.rados.rados.0.smithi055.stdout:2837: finishing write tid 2 to smithi055169533-26 2023-10-14T00:11:19.542 INFO:tasks.rados.rados.0.smithi055.stdout:2837: finishing write tid 3 to smithi055169533-26 2023-10-14T00:11:19.542 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 26 v 1043 (ObjNum 896 snap 274 seq_num 896) dirty exists 2023-10-14T00:11:19.543 INFO:tasks.rados.rados.0.smithi055.stdout:2837: left oid 26 (ObjNum 896 snap 274 seq_num 896) 2023-10-14T00:11:19.543 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 5 v 1084 (ObjNum 273 snap 0 seq_num 0) dirty exists 2023-10-14T00:11:19.543 INFO:tasks.rados.rados.0.smithi055.stdout:2840: finishing rollback tid 0 to smithi055169533-39 2023-10-14T00:11:19.543 INFO:tasks.rados.rados.0.smithi055.stdout:2840: finishing rollback tid 1 to smithi055169533-39 2023-10-14T00:11:19.543 INFO:tasks.rados.rados.0.smithi055.stdout:2842: finishing copy_from racing read to smithi055169533-44 2023-10-14T00:11:19.544 INFO:tasks.rados.rados.0.smithi055.stdout:2840: finishing rollback tid 2 to smithi055169533-39 2023-10-14T00:11:19.544 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 39 v 1827 (ObjNum 859 snap 261 seq_num 859) dirty exists 2023-10-14T00:11:19.544 INFO:tasks.rados.rados.0.smithi055.stdout:2842: finishing copy_from to smithi055169533-44 2023-10-14T00:11:19.544 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 44 v 1038 (ObjNum 840 snap 258 seq_num 840) dirty exists 2023-10-14T00:11:19.545 INFO:tasks.rados.rados.0.smithi055.stdout:2835: done (7 left) 2023-10-14T00:11:19.545 INFO:tasks.rados.rados.0.smithi055.stdout:2837: done (6 left) 2023-10-14T00:11:19.545 INFO:tasks.rados.rados.0.smithi055.stdout:2839: done (5 left) 2023-10-14T00:11:19.545 INFO:tasks.rados.rados.0.smithi055.stdout:2840: done (4 left) 2023-10-14T00:11:19.546 INFO:tasks.rados.rados.0.smithi055.stdout:2841: done (3 left) 2023-10-14T00:11:19.546 INFO:tasks.rados.rados.0.smithi055.stdout:2842: done (2 left) 2023-10-14T00:11:19.546 INFO:tasks.rados.rados.0.smithi055.stdout:2845: done (1 left) 2023-10-14T00:11:19.546 INFO:tasks.rados.rados.0.smithi055.stdout:2846: snap_remove snap 270 2023-10-14T00:11:19.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:19 smithi055 ceph-mon[183057]: osdmap e614: 8 total, 8 up, 8 in 2023-10-14T00:11:19.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:19 smithi055 ceph-mon[183057]: pgmap v634: 121 pgs: 121 active+clean; 222 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 3.8 MiB/s rd, 150 KiB/s wr, 18 op/s 2023-10-14T00:11:19.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:19 smithi055 ceph-mon[185614]: osdmap e614: 8 total, 8 up, 8 in 2023-10-14T00:11:19.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:19 smithi055 ceph-mon[185614]: pgmap v634: 121 pgs: 121 active+clean; 222 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 3.8 MiB/s rd, 150 KiB/s wr, 18 op/s 2023-10-14T00:11:19.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:19 smithi082 ceph-mon[180771]: osdmap e614: 8 total, 8 up, 8 in 2023-10-14T00:11:19.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:19 smithi082 ceph-mon[180771]: pgmap v634: 121 pgs: 121 active+clean; 222 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 3.8 MiB/s rd, 150 KiB/s wr, 18 op/s 2023-10-14T00:11:20.430 INFO:tasks.rados.rados.0.smithi055.stdout:2846: done (1 left) 2023-10-14T00:11:20.433 INFO:tasks.rados.rados.0.smithi055.stdout:2847: read oid 4 snap -1 2023-10-14T00:11:20.433 INFO:tasks.rados.rados.0.smithi055.stdout:2847: expect (ObjNum 874 snap 266 seq_num 874) 2023-10-14T00:11:20.439 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 19 current snap is 274 2023-10-14T00:11:20.439 INFO:tasks.rados.rados.0.smithi055.stdout:2848: seq_num 899 ranges {0=663552} 2023-10-14T00:11:20.439 INFO:tasks.rados.rados.0.smithi055.stdout:2848: writing smithi055169533-19 from 0 to 663552 tid 1 2023-10-14T00:11:20.440 INFO:tasks.rados.rados.0.smithi055.stdout:2849: rollback oid 25 current snap is 274 2023-10-14T00:11:20.440 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 25 to 258 2023-10-14T00:11:20.440 INFO:tasks.rados.rados.0.smithi055.stdout:2850: rmattr oid 47 current snap is 274 2023-10-14T00:11:20.440 INFO:tasks.rados.rados.0.smithi055.stdout:2851: read oid 21 snap 272 2023-10-14T00:11:20.440 INFO:tasks.rados.rados.0.smithi055.stdout:2851: expect (ObjNum 869 snap 264 seq_num 869) 2023-10-14T00:11:20.441 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 29 current snap is 274 2023-10-14T00:11:20.441 INFO:tasks.rados.rados.0.smithi055.stdout:2852: seq_num 900 ranges {1138688=679936} 2023-10-14T00:11:20.448 INFO:tasks.rados.rados.0.smithi055.stdout:2852: writing smithi055169533-29 from 1138688 to 1818624 tid 1 2023-10-14T00:11:20.451 INFO:tasks.rados.rados.0.smithi055.stdout:2853: rollback oid 32 current snap is 274 2023-10-14T00:11:20.451 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 32 to 263 2023-10-14T00:11:20.451 INFO:tasks.rados.rados.0.smithi055.stdout:2844: finishing write tid 1 to smithi055169533-38 2023-10-14T00:11:20.452 INFO:tasks.rados.rados.0.smithi055.stdout:2854: rmattr oid 10 current snap is 274 2023-10-14T00:11:20.452 INFO:tasks.rados.rados.0.smithi055.stdout:2854: done (8 left) 2023-10-14T00:11:20.452 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 1 current snap is 274 2023-10-14T00:11:20.452 INFO:tasks.rados.rados.0.smithi055.stdout:2844: finishing write tid 2 to smithi055169533-38 2023-10-14T00:11:20.452 INFO:tasks.rados.rados.0.smithi055.stdout:2844: finishing write tid 3 to smithi055169533-38 2023-10-14T00:11:20.453 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 38 v 1112 (ObjNum 897 snap 274 seq_num 897) dirty exists 2023-10-14T00:11:20.453 INFO:tasks.rados.rados.0.smithi055.stdout:2844: left oid 38 (ObjNum 897 snap 274 seq_num 897) 2023-10-14T00:11:20.453 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 47 v 862 (ObjNum 853 snap 259 seq_num 853) dirty exists 2023-10-14T00:11:20.453 INFO:tasks.rados.rados.0.smithi055.stdout:2855: seq_num 901 ranges {2080768=696320} 2023-10-14T00:11:20.465 INFO:tasks.rados.rados.0.smithi055.stdout:2855: writing smithi055169533-1 from 2080768 to 2777088 tid 1 2023-10-14T00:11:20.465 INFO:tasks.rados.rados.0.smithi055.stdout:2844: done (8 left) 2023-10-14T00:11:20.466 INFO:tasks.rados.rados.0.smithi055.stdout:2850: done (7 left) 2023-10-14T00:11:20.466 INFO:tasks.rados.rados.0.smithi055.stdout:2856: copy_from oid 9 from oid 41 current snap is 274 2023-10-14T00:11:20.466 INFO:tasks.rados.rados.0.smithi055.stdout:2847: expect (ObjNum 874 snap 266 seq_num 874) 2023-10-14T00:11:20.655 INFO:tasks.rados.rados.0.smithi055.stdout:2849: finishing rollback tid 0 to smithi055169533-25 2023-10-14T00:11:20.655 INFO:tasks.rados.rados.0.smithi055.stdout:2849: finishing rollback tid 1 to smithi055169533-25 2023-10-14T00:11:20.656 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 25 v 377 (ObjNum 161 snap 0 seq_num 1) dirty dne 2023-10-14T00:11:20.656 INFO:tasks.rados.rados.0.smithi055.stdout:2847: done (7 left) 2023-10-14T00:11:20.656 INFO:tasks.rados.rados.0.smithi055.stdout:2849: done (6 left) 2023-10-14T00:11:20.656 INFO:tasks.rados.rados.0.smithi055.stdout:2857: read oid 17 snap -1 2023-10-14T00:11:20.656 INFO:tasks.rados.rados.0.smithi055.stdout:2857: expect (ObjNum 886 snap 267 seq_num 886) 2023-10-14T00:11:20.657 INFO:tasks.rados.rados.0.smithi055.stdout:2858: setattr oid 27 current snap is 274 2023-10-14T00:11:20.657 INFO:tasks.rados.rados.0.smithi055.stdout:2848: finishing write tid 1 to smithi055169533-19 2023-10-14T00:11:20.657 INFO:tasks.rados.rados.0.smithi055.stdout:2848: finishing write tid 2 to smithi055169533-19 2023-10-14T00:11:20.657 INFO:tasks.rados.rados.0.smithi055.stdout:2852: finishing write tid 1 to smithi055169533-29 2023-10-14T00:11:20.657 INFO:tasks.rados.rados.0.smithi055.stdout:2852: finishing write tid 2 to smithi055169533-29 2023-10-14T00:11:20.658 INFO:tasks.rados.rados.0.smithi055.stdout:2853: finishing rollback tid 0 to smithi055169533-32 2023-10-14T00:11:20.658 INFO:tasks.rados.rados.0.smithi055.stdout:2853: finishing rollback tid 1 to smithi055169533-32 2023-10-14T00:11:20.658 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 32 v 1048 (ObjNum 273 snap 0 seq_num 0) dirty dne 2023-10-14T00:11:20.658 INFO:tasks.rados.rados.0.smithi055.stdout:2848: finishing write tid 3 to smithi055169533-19 2023-10-14T00:11:20.659 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 19 v 1045 (ObjNum 899 snap 274 seq_num 899) dirty exists 2023-10-14T00:11:20.659 INFO:tasks.rados.rados.0.smithi055.stdout:2848: left oid 19 (ObjNum 899 snap 274 seq_num 899) 2023-10-14T00:11:20.659 INFO:tasks.rados.rados.0.smithi055.stdout:2852: finishing write tid 3 to smithi055169533-29 2023-10-14T00:11:20.659 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 29 v 1046 (ObjNum 900 snap 274 seq_num 900) dirty exists 2023-10-14T00:11:20.659 INFO:tasks.rados.rados.0.smithi055.stdout:2852: left oid 29 (ObjNum 900 snap 274 seq_num 900) 2023-10-14T00:11:20.660 INFO:tasks.rados.rados.0.smithi055.stdout:2851: expect (ObjNum 869 snap 264 seq_num 869) 2023-10-14T00:11:20.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:20 smithi055 ceph-mon[185614]: osdmap e615: 8 total, 8 up, 8 in 2023-10-14T00:11:20.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:20 smithi055 ceph-mon[185614]: osdmap e616: 8 total, 8 up, 8 in 2023-10-14T00:11:20.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:20 smithi055 ceph-mon[183057]: osdmap e615: 8 total, 8 up, 8 in 2023-10-14T00:11:20.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:20 smithi055 ceph-mon[183057]: osdmap e616: 8 total, 8 up, 8 in 2023-10-14T00:11:20.780 INFO:tasks.rados.rados.0.smithi055.stdout:2855: finishing write tid 1 to smithi055169533-1 2023-10-14T00:11:20.780 INFO:tasks.rados.rados.0.smithi055.stdout:2855: finishing write tid 2 to smithi055169533-1 2023-10-14T00:11:20.781 INFO:tasks.rados.rados.0.smithi055.stdout:2855: finishing write tid 3 to smithi055169533-1 2023-10-14T00:11:20.781 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 1 v 1040 (ObjNum 901 snap 274 seq_num 901) dirty exists 2023-10-14T00:11:20.781 INFO:tasks.rados.rados.0.smithi055.stdout:2855: left oid 1 (ObjNum 901 snap 274 seq_num 901) 2023-10-14T00:11:20.781 INFO:tasks.rados.rados.0.smithi055.stdout:2856: finishing copy_from racing read to smithi055169533-9 2023-10-14T00:11:20.781 INFO:tasks.rados.rados.0.smithi055.stdout:2856: finishing copy_from to smithi055169533-9 2023-10-14T00:11:20.782 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 9 v 1509 (ObjNum 840 snap 258 seq_num 840) dirty exists 2023-10-14T00:11:20.782 INFO:tasks.rados.rados.0.smithi055.stdout:2857: expect (ObjNum 886 snap 267 seq_num 886) 2023-10-14T00:11:20.852 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 27 v 1838 (ObjNum 273 snap 0 seq_num 0) dirty exists 2023-10-14T00:11:20.852 INFO:tasks.rados.rados.0.smithi055.stdout:2848: done (7 left) 2023-10-14T00:11:20.852 INFO:tasks.rados.rados.0.smithi055.stdout:2851: done (6 left) 2023-10-14T00:11:20.852 INFO:tasks.rados.rados.0.smithi055.stdout:2852: done (5 left) 2023-10-14T00:11:20.853 INFO:tasks.rados.rados.0.smithi055.stdout:2853: done (4 left) 2023-10-14T00:11:20.853 INFO:tasks.rados.rados.0.smithi055.stdout:2855: done (3 left) 2023-10-14T00:11:20.853 INFO:tasks.rados.rados.0.smithi055.stdout:2856: done (2 left) 2023-10-14T00:11:20.853 INFO:tasks.rados.rados.0.smithi055.stdout:2857: done (1 left) 2023-10-14T00:11:20.853 INFO:tasks.rados.rados.0.smithi055.stdout:2858: done (0 left) 2023-10-14T00:11:20.853 INFO:tasks.rados.rados.0.smithi055.stdout:2859: rmattr oid 38 current snap is 274 2023-10-14T00:11:20.854 INFO:tasks.rados.rados.0.smithi055.stdout:2860: read oid 29 snap 271 2023-10-14T00:11:20.854 INFO:tasks.rados.rados.0.smithi055.stdout:2860: expect (ObjNum 784 snap 240 seq_num 784) 2023-10-14T00:11:20.854 INFO:tasks.rados.rados.0.smithi055.stdout:2861: snap_create 2023-10-14T00:11:20.855 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 38 v 1113 (ObjNum 897 snap 274 seq_num 897) dirty exists 2023-10-14T00:11:20.856 INFO:tasks.rados.rados.0.smithi055.stdout:2860: expect (ObjNum 784 snap 240 seq_num 784) 2023-10-14T00:11:20.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:20 smithi082 ceph-mon[180771]: osdmap e615: 8 total, 8 up, 8 in 2023-10-14T00:11:20.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:20 smithi082 ceph-mon[180771]: osdmap e616: 8 total, 8 up, 8 in 2023-10-14T00:11:21.498 INFO:tasks.rados.rados.0.smithi055.stdout:2859: done (2 left) 2023-10-14T00:11:21.499 INFO:tasks.rados.rados.0.smithi055.stdout:2860: done (1 left) 2023-10-14T00:11:21.499 INFO:tasks.rados.rados.0.smithi055.stdout:2861: done (0 left) 2023-10-14T00:11:21.499 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 15 current snap is 275 2023-10-14T00:11:21.500 INFO:tasks.rados.rados.0.smithi055.stdout:2862: seq_num 902 ranges {0=712704} 2023-10-14T00:11:21.502 INFO:tasks.rados.rados.0.smithi055.stdout:2862: writing smithi055169533-15 from 0 to 712704 tid 1 2023-10-14T00:11:21.503 INFO:tasks.rados.rados.0.smithi055.stdout:2863: delete oid 23 current snap is 275 2023-10-14T00:11:21.509 INFO:tasks.rados.rados.0.smithi055.stdout:2863: done (1 left) 2023-10-14T00:11:21.509 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 28 current snap is 275 2023-10-14T00:11:21.510 INFO:tasks.rados.rados.0.smithi055.stdout:2864: seq_num 904 ranges {819200=745472} 2023-10-14T00:11:21.518 INFO:tasks.rados.rados.0.smithi055.stdout:2864: writing smithi055169533-28 from 819200 to 1564672 tid 1 2023-10-14T00:11:21.519 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 37 current snap is 275 2023-10-14T00:11:21.519 INFO:tasks.rados.rados.0.smithi055.stdout:2862: finishing write tid 1 to smithi055169533-15 2023-10-14T00:11:21.519 INFO:tasks.rados.rados.0.smithi055.stdout:2862: finishing write tid 2 to smithi055169533-15 2023-10-14T00:11:21.520 INFO:tasks.rados.rados.0.smithi055.stdout:2862: finishing write tid 3 to smithi055169533-15 2023-10-14T00:11:21.520 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 15 v 1623 (ObjNum 902 snap 275 seq_num 902) dirty exists 2023-10-14T00:11:21.520 INFO:tasks.rados.rados.0.smithi055.stdout:2862: left oid 15 (ObjNum 902 snap 275 seq_num 902) 2023-10-14T00:11:21.520 INFO:tasks.rados.rados.0.smithi055.stdout:2865: seq_num 905 ranges {9797632=761856} 2023-10-14T00:11:21.578 INFO:tasks.rados.rados.0.smithi055.stdout:2865: writing smithi055169533-37 from 9797632 to 10559488 tid 1 2023-10-14T00:11:21.579 INFO:tasks.rados.rados.0.smithi055.stdout:2862: done (2 left) 2023-10-14T00:11:21.579 INFO:tasks.rados.rados.0.smithi055.stdout:2866: read oid 36 snap -1 2023-10-14T00:11:21.579 INFO:tasks.rados.rados.0.smithi055.stdout:2866: expect deleted 2023-10-14T00:11:21.579 INFO:tasks.rados.rados.0.smithi055.stdout:2867: delete oid 19 current snap is 275 2023-10-14T00:11:21.579 INFO:tasks.rados.rados.0.smithi055.stdout:2864: finishing write tid 1 to smithi055169533-28 2023-10-14T00:11:21.580 INFO:tasks.rados.rados.0.smithi055.stdout:2864: finishing write tid 2 to smithi055169533-28 2023-10-14T00:11:21.580 INFO:tasks.rados.rados.0.smithi055.stdout:2864: finishing write tid 3 to smithi055169533-28 2023-10-14T00:11:21.580 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 28 v 1626 (ObjNum 904 snap 275 seq_num 904) dirty exists 2023-10-14T00:11:21.580 INFO:tasks.rados.rados.0.smithi055.stdout:2864: left oid 28 (ObjNum 904 snap 275 seq_num 904) 2023-10-14T00:11:21.581 INFO:tasks.rados.rados.0.smithi055.stdout:2864: done (3 left) 2023-10-14T00:11:21.582 INFO:tasks.rados.rados.0.smithi055.stdout:2866: done (2 left) 2023-10-14T00:11:21.582 INFO:tasks.rados.rados.0.smithi055.stdout:2867: done (1 left) 2023-10-14T00:11:21.582 INFO:tasks.rados.rados.0.smithi055.stdout:2868: copy_from oid 42 from oid 6 current snap is 275 2023-10-14T00:11:21.582 INFO:tasks.rados.rados.0.smithi055.stdout:2869: copy_from oid 36 from oid 41 current snap is 275 2023-10-14T00:11:21.583 INFO:tasks.rados.rados.0.smithi055.stdout:2870: snap_create 2023-10-14T00:11:21.584 INFO:tasks.rados.rados.0.smithi055.stdout:2865: finishing write tid 1 to smithi055169533-37 2023-10-14T00:11:21.584 INFO:tasks.rados.rados.0.smithi055.stdout:2865: finishing write tid 2 to smithi055169533-37 2023-10-14T00:11:21.585 INFO:tasks.rados.rados.0.smithi055.stdout:2865: finishing write tid 3 to smithi055169533-37 2023-10-14T00:11:21.585 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 37 v 1086 (ObjNum 905 snap 275 seq_num 905) dirty exists 2023-10-14T00:11:21.586 INFO:tasks.rados.rados.0.smithi055.stdout:2865: left oid 37 (ObjNum 905 snap 275 seq_num 905) 2023-10-14T00:11:21.590 INFO:tasks.rados.rados.0.smithi055.stdout:2869: finishing copy_from racing read to smithi055169533-36 2023-10-14T00:11:21.594 INFO:tasks.rados.rados.0.smithi055.stdout:2869: finishing copy_from to smithi055169533-36 2023-10-14T00:11:21.594 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 36 v 1509 (ObjNum 840 snap 258 seq_num 840) dirty exists 2023-10-14T00:11:21.600 INFO:tasks.rados.rados.0.smithi055.stdout:2868: finishing copy_from racing read to smithi055169533-42 2023-10-14T00:11:21.606 INFO:tasks.rados.rados.0.smithi055.stdout:2868: finishing copy_from to smithi055169533-42 2023-10-14T00:11:21.606 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 42 v 1122 (ObjNum 779 snap 239 seq_num 779) dirty exists 2023-10-14T00:11:21.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:21 smithi055 ceph-mon[185614]: pgmap v637: 121 pgs: 121 active+clean; 220 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 1023 B/s rd, 556 KiB/s wr, 11 op/s 2023-10-14T00:11:21.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:21 smithi055 ceph-mon[183057]: pgmap v637: 121 pgs: 121 active+clean; 220 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 1023 B/s rd, 556 KiB/s wr, 11 op/s 2023-10-14T00:11:21.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:21 smithi082 ceph-mon[180771]: pgmap v637: 121 pgs: 121 active+clean; 220 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 1023 B/s rd, 556 KiB/s wr, 11 op/s 2023-10-14T00:11:22.506 INFO:tasks.rados.rados.0.smithi055.stdout:2865: done (3 left) 2023-10-14T00:11:22.507 INFO:tasks.rados.rados.0.smithi055.stdout:2868: done (2 left) 2023-10-14T00:11:22.507 INFO:tasks.rados.rados.0.smithi055.stdout:2869: done (1 left) 2023-10-14T00:11:22.507 INFO:tasks.rados.rados.0.smithi055.stdout:2870: done (0 left) 2023-10-14T00:11:22.508 INFO:tasks.rados.rados.0.smithi055.stdout:2871: copy_from oid 4 from oid 16 current snap is 276 2023-10-14T00:11:22.508 INFO:tasks.rados.rados.0.smithi055.stdout:2872: snap_create 2023-10-14T00:11:22.520 INFO:tasks.rados.rados.0.smithi055.stdout:2871: finishing copy_from racing read to smithi055169533-4 2023-10-14T00:11:22.521 INFO:tasks.rados.rados.0.smithi055.stdout:2871: finishing copy_from to smithi055169533-4 2023-10-14T00:11:22.521 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 4 v 351 (ObjNum 816 snap 251 seq_num 816) dirty exists 2023-10-14T00:11:22.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:22 smithi055 ceph-mon[185614]: osdmap e617: 8 total, 8 up, 8 in 2023-10-14T00:11:22.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:22 smithi055 ceph-mon[183057]: osdmap e617: 8 total, 8 up, 8 in 2023-10-14T00:11:22.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:22 smithi082 ceph-mon[180771]: osdmap e617: 8 total, 8 up, 8 in 2023-10-14T00:11:23.518 INFO:tasks.rados.rados.0.smithi055.stdout:2871: done (1 left) 2023-10-14T00:11:23.519 INFO:tasks.rados.rados.0.smithi055.stdout:2872: done (0 left) 2023-10-14T00:11:23.519 INFO:tasks.rados.rados.0.smithi055.stdout:2873: read oid 49 snap -1 2023-10-14T00:11:23.519 INFO:tasks.rados.rados.0.smithi055.stdout:2873: expect (ObjNum 568 snap 162 seq_num 568) 2023-10-14T00:11:23.519 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 22 current snap is 277 2023-10-14T00:11:23.520 INFO:tasks.rados.rados.0.smithi055.stdout:2874: seq_num 907 ranges {262144=794624} 2023-10-14T00:11:23.524 INFO:tasks.rados.rados.0.smithi055.stdout:2874: writing smithi055169533-22 from 262144 to 1056768 tid 1 2023-10-14T00:11:23.525 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 26 current snap is 277 2023-10-14T00:11:23.525 INFO:tasks.rados.rados.0.smithi055.stdout:2875: seq_num 908 ranges {630784=409600,1040384=401408} 2023-10-14T00:11:23.530 INFO:tasks.rados.rados.0.smithi055.stdout:2875: writing smithi055169533-26 from 630784 to 1040384 tid 1 2023-10-14T00:11:23.534 INFO:tasks.rados.rados.0.smithi055.stdout:2875: writing smithi055169533-26 from 1040384 to 1441792 tid 2 2023-10-14T00:11:23.534 INFO:tasks.rados.rados.0.smithi055.stdout:2876: copy_from oid 45 from oid 28 current snap is 277 2023-10-14T00:11:23.534 INFO:tasks.rados.rados.0.smithi055.stdout:2874: finishing write tid 1 to smithi055169533-22 2023-10-14T00:11:23.534 INFO:tasks.rados.rados.0.smithi055.stdout:2877: snap_create 2023-10-14T00:11:23.534 INFO:tasks.rados.rados.0.smithi055.stdout:2874: finishing write tid 2 to smithi055169533-22 2023-10-14T00:11:23.535 INFO:tasks.rados.rados.0.smithi055.stdout:2874: finishing write tid 3 to smithi055169533-22 2023-10-14T00:11:23.535 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 22 v 1841 (ObjNum 907 snap 277 seq_num 907) dirty exists 2023-10-14T00:11:23.535 INFO:tasks.rados.rados.0.smithi055.stdout:2874: left oid 22 (ObjNum 907 snap 277 seq_num 907) 2023-10-14T00:11:23.536 INFO:tasks.rados.rados.0.smithi055.stdout:2873: expect (ObjNum 568 snap 162 seq_num 568) 2023-10-14T00:11:23.688 INFO:tasks.rados.rados.0.smithi055.stdout:2875: finishing write tid 1 to smithi055169533-26 2023-10-14T00:11:23.688 INFO:tasks.rados.rados.0.smithi055.stdout:2875: finishing write tid 2 to smithi055169533-26 2023-10-14T00:11:23.688 INFO:tasks.rados.rados.0.smithi055.stdout:2875: finishing write tid 3 to smithi055169533-26 2023-10-14T00:11:23.689 INFO:tasks.rados.rados.0.smithi055.stdout:2875: finishing write tid 4 to smithi055169533-26 2023-10-14T00:11:23.689 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 26 v 1049 (ObjNum 908 snap 277 seq_num 908) dirty exists 2023-10-14T00:11:23.689 INFO:tasks.rados.rados.0.smithi055.stdout:2875: left oid 26 (ObjNum 908 snap 277 seq_num 908) 2023-10-14T00:11:23.689 INFO:tasks.rados.rados.0.smithi055.stdout:2876: finishing copy_from racing read to smithi055169533-45 2023-10-14T00:11:23.689 INFO:tasks.rados.rados.0.smithi055.stdout:2876: finishing copy_from to smithi055169533-45 2023-10-14T00:11:23.690 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 45 v 1626 (ObjNum 904 snap 275 seq_num 904) dirty exists 2023-10-14T00:11:23.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:23 smithi055 ceph-mon[185614]: osdmap e618: 8 total, 8 up, 8 in 2023-10-14T00:11:23.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:23 smithi055 ceph-mon[185614]: pgmap v640: 121 pgs: 121 active+clean; 220 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 406 KiB/s wr, 10 op/s 2023-10-14T00:11:23.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:23 smithi055 ceph-mon[183057]: osdmap e618: 8 total, 8 up, 8 in 2023-10-14T00:11:23.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:23 smithi055 ceph-mon[183057]: pgmap v640: 121 pgs: 121 active+clean; 220 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 406 KiB/s wr, 10 op/s 2023-10-14T00:11:23.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:23 smithi082 ceph-mon[180771]: osdmap e618: 8 total, 8 up, 8 in 2023-10-14T00:11:23.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:23 smithi082 ceph-mon[180771]: pgmap v640: 121 pgs: 121 active+clean; 220 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 406 KiB/s wr, 10 op/s 2023-10-14T00:11:24.525 INFO:tasks.rados.rados.0.smithi055.stdout:2873: done (4 left) 2023-10-14T00:11:24.526 INFO:tasks.rados.rados.0.smithi055.stdout:2874: done (3 left) 2023-10-14T00:11:24.526 INFO:tasks.rados.rados.0.smithi055.stdout:2875: done (2 left) 2023-10-14T00:11:24.527 INFO:tasks.rados.rados.0.smithi055.stdout:2876: done (1 left) 2023-10-14T00:11:24.527 INFO:tasks.rados.rados.0.smithi055.stdout:2877: done (0 left) 2023-10-14T00:11:24.527 INFO:tasks.rados.rados.0.smithi055.stdout:2878: snap_remove snap 265 2023-10-14T00:11:24.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:24 smithi055 ceph-mon[185614]: osdmap e619: 8 total, 8 up, 8 in 2023-10-14T00:11:24.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:11:24.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:24 smithi055 ceph-mon[183057]: osdmap e619: 8 total, 8 up, 8 in 2023-10-14T00:11:24.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:11:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:24 smithi082 ceph-mon[180771]: osdmap e619: 8 total, 8 up, 8 in 2023-10-14T00:11:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:11:25.432 INFO:tasks.rados.rados.0.smithi055.stdout:2878: done (0 left) 2023-10-14T00:11:25.433 INFO:tasks.rados.rados.0.smithi055.stdout:2879: snap_remove snap 255 2023-10-14T00:11:25.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:11:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:11:25] "GET /metrics HTTP/1.1" 200 36160 "" "Prometheus/2.43.0" 2023-10-14T00:11:25.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:25 smithi082 ceph-mon[180771]: osdmap e620: 8 total, 8 up, 8 in 2023-10-14T00:11:25.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:25 smithi082 ceph-mon[180771]: pgmap v643: 121 pgs: 121 active+clean; 233 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.3 MiB/s rd, 3.6 MiB/s wr, 26 op/s 2023-10-14T00:11:25.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:25 smithi082 ceph-mon[180771]: osdmap e621: 8 total, 8 up, 8 in 2023-10-14T00:11:26.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:25 smithi055 ceph-mon[185614]: osdmap e620: 8 total, 8 up, 8 in 2023-10-14T00:11:26.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:25 smithi055 ceph-mon[185614]: pgmap v643: 121 pgs: 121 active+clean; 233 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.3 MiB/s rd, 3.6 MiB/s wr, 26 op/s 2023-10-14T00:11:26.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:25 smithi055 ceph-mon[185614]: osdmap e621: 8 total, 8 up, 8 in 2023-10-14T00:11:26.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:25 smithi055 ceph-mon[183057]: osdmap e620: 8 total, 8 up, 8 in 2023-10-14T00:11:26.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:25 smithi055 ceph-mon[183057]: pgmap v643: 121 pgs: 121 active+clean; 233 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.3 MiB/s rd, 3.6 MiB/s wr, 26 op/s 2023-10-14T00:11:26.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:25 smithi055 ceph-mon[183057]: osdmap e621: 8 total, 8 up, 8 in 2023-10-14T00:11:26.441 INFO:tasks.rados.rados.0.smithi055.stdout:2879: done (0 left) 2023-10-14T00:11:26.442 INFO:tasks.rados.rados.0.smithi055.stdout:2880: rollback oid 35 current snap is 278 2023-10-14T00:11:26.442 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 35 to 263 2023-10-14T00:11:26.442 INFO:tasks.rados.rados.0.smithi055.stdout:2881: snap_remove snap 275 2023-10-14T00:11:27.439 INFO:tasks.rados.rados.0.smithi055.stdout:2881: done (1 left) 2023-10-14T00:11:27.440 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 13 current snap is 278 2023-10-14T00:11:27.440 INFO:tasks.rados.rados.0.smithi055.stdout:2882: seq_num 909 ranges {0=425984,425984=401408} 2023-10-14T00:11:27.441 INFO:tasks.rados.rados.0.smithi055.stdout:2882: writing smithi055169533-13 from 0 to 425984 tid 1 2023-10-14T00:11:27.444 INFO:tasks.rados.rados.0.smithi055.stdout:2882: writing smithi055169533-13 from 425984 to 827392 tid 2 2023-10-14T00:11:27.445 INFO:tasks.rados.rados.0.smithi055.stdout:2883: setattr oid 41 current snap is 278 2023-10-14T00:11:27.446 INFO:tasks.rados.rados.0.smithi055.stdout:2880: finishing rollback tid 0 to smithi055169533-35 2023-10-14T00:11:27.446 INFO:tasks.rados.rados.0.smithi055.stdout:2880: finishing rollback tid 1 to smithi055169533-35 2023-10-14T00:11:27.446 INFO:tasks.rados.rados.0.smithi055.stdout:2880: finishing rollback tid 2 to smithi055169533-35 2023-10-14T00:11:27.446 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 35 v 1861 (ObjNum 800 snap 243 seq_num 800) dirty exists 2023-10-14T00:11:27.447 INFO:tasks.rados.rados.0.smithi055.stdout:2880: done (2 left) 2023-10-14T00:11:27.447 INFO:tasks.rados.rados.0.smithi055.stdout:2884: read oid 49 snap -1 2023-10-14T00:11:27.448 INFO:tasks.rados.rados.0.smithi055.stdout:2884: expect (ObjNum 568 snap 162 seq_num 568) 2023-10-14T00:11:27.448 INFO:tasks.rados.rados.0.smithi055.stdout:2885: rollback oid 24 current snap is 278 2023-10-14T00:11:27.448 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 24 to 274 2023-10-14T00:11:27.448 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 8 current snap is 278 2023-10-14T00:11:27.448 INFO:tasks.rados.rados.0.smithi055.stdout:2886: seq_num 910 ranges {1826816=442368,2269184=401408} 2023-10-14T00:11:27.461 INFO:tasks.rados.rados.0.smithi055.stdout:2886: writing smithi055169533-8 from 1826816 to 2269184 tid 1 2023-10-14T00:11:27.464 INFO:tasks.rados.rados.0.smithi055.stdout:2886: writing smithi055169533-8 from 2269184 to 2670592 tid 2 2023-10-14T00:11:27.464 INFO:tasks.rados.rados.0.smithi055.stdout:2887: read oid 50 snap -1 2023-10-14T00:11:27.464 INFO:tasks.rados.rados.0.smithi055.stdout:2887: expect (ObjNum 889 snap 270 seq_num 889) 2023-10-14T00:11:27.464 INFO:tasks.rados.rados.0.smithi055.stdout:2888: delete oid 32 current snap is 278 2023-10-14T00:11:27.465 INFO:tasks.rados.rados.0.smithi055.stdout:2882: finishing write tid 1 to smithi055169533-13 2023-10-14T00:11:27.465 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 41 v 1510 (ObjNum 840 snap 258 seq_num 840) dirty exists 2023-10-14T00:11:27.465 INFO:tasks.rados.rados.0.smithi055.stdout:2882: finishing write tid 2 to smithi055169533-13 2023-10-14T00:11:27.465 INFO:tasks.rados.rados.0.smithi055.stdout:2882: finishing write tid 3 to smithi055169533-13 2023-10-14T00:11:27.465 INFO:tasks.rados.rados.0.smithi055.stdout:2885: finishing rollback tid 0 to smithi055169533-24 2023-10-14T00:11:27.465 INFO:tasks.rados.rados.0.smithi055.stdout:2885: finishing rollback tid 1 to smithi055169533-24 2023-10-14T00:11:27.466 INFO:tasks.rados.rados.0.smithi055.stdout:2885: finishing rollback tid 2 to smithi055169533-24 2023-10-14T00:11:27.466 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 24 v 1126 (ObjNum 885 snap 267 seq_num 885) dirty exists 2023-10-14T00:11:27.466 INFO:tasks.rados.rados.0.smithi055.stdout:2882: finishing write tid 4 to smithi055169533-13 2023-10-14T00:11:27.466 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 13 v 1043 (ObjNum 909 snap 278 seq_num 909) dirty exists 2023-10-14T00:11:27.466 INFO:tasks.rados.rados.0.smithi055.stdout:2882: left oid 13 (ObjNum 909 snap 278 seq_num 909) 2023-10-14T00:11:27.468 INFO:tasks.rados.rados.0.smithi055.stdout:2882: done (6 left) 2023-10-14T00:11:27.469 INFO:tasks.rados.rados.0.smithi055.stdout:2883: done (5 left) 2023-10-14T00:11:27.469 INFO:tasks.rados.rados.0.smithi055.stdout:2885: done (4 left) 2023-10-14T00:11:27.469 INFO:tasks.rados.rados.0.smithi055.stdout:2888: done (3 left) 2023-10-14T00:11:27.469 INFO:tasks.rados.rados.0.smithi055.stdout:2889: rollback oid 32 current snap is 278 2023-10-14T00:11:27.469 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 32 to 271 2023-10-14T00:11:27.470 INFO:tasks.rados.rados.0.smithi055.stdout:2890: delete oid 29 current snap is 278 2023-10-14T00:11:27.470 INFO:tasks.rados.rados.0.smithi055.stdout:2886: finishing write tid 1 to smithi055169533-8 2023-10-14T00:11:27.470 INFO:tasks.rados.rados.0.smithi055.stdout:2886: finishing write tid 2 to smithi055169533-8 2023-10-14T00:11:27.472 INFO:tasks.rados.rados.0.smithi055.stdout:2889: finishing rollback tid 1 to smithi055169533-32 2023-10-14T00:11:27.472 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 32 v 1048 (ObjNum 33 snap 0 seq_num 1521792840) dirty dne 2023-10-14T00:11:27.473 INFO:tasks.rados.rados.0.smithi055.stdout:2889: done (4 left) 2023-10-14T00:11:27.474 INFO:tasks.rados.rados.0.smithi055.stdout:2890: done (3 left) 2023-10-14T00:11:27.474 INFO:tasks.rados.rados.0.smithi055.stdout:2891: snap_remove snap 273 2023-10-14T00:11:27.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:27 smithi055 ceph-mon[183057]: osdmap e622: 8 total, 8 up, 8 in 2023-10-14T00:11:27.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:27 smithi055 ceph-mon[183057]: pgmap v646: 121 pgs: 121 active+clean; 237 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.3 MiB/s rd, 4.8 MiB/s wr, 21 op/s 2023-10-14T00:11:27.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:27 smithi055 ceph-mon[185614]: osdmap e622: 8 total, 8 up, 8 in 2023-10-14T00:11:27.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:27 smithi055 ceph-mon[185614]: pgmap v646: 121 pgs: 121 active+clean; 237 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.3 MiB/s rd, 4.8 MiB/s wr, 21 op/s 2023-10-14T00:11:27.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:27 smithi082 ceph-mon[180771]: osdmap e622: 8 total, 8 up, 8 in 2023-10-14T00:11:27.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:27 smithi082 ceph-mon[180771]: pgmap v646: 121 pgs: 121 active+clean; 237 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.3 MiB/s rd, 4.8 MiB/s wr, 21 op/s 2023-10-14T00:11:28.445 INFO:tasks.rados.rados.0.smithi055.stdout:2891: done (3 left) 2023-10-14T00:11:28.445 INFO:tasks.rados.rados.0.smithi055.stdout:2892: read oid 29 snap -1 2023-10-14T00:11:28.446 INFO:tasks.rados.rados.0.smithi055.stdout:2892: expect deleted 2023-10-14T00:11:28.446 INFO:tasks.rados.rados.0.smithi055.stdout:2893: snap_remove snap 272 2023-10-14T00:11:28.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:28 smithi055 ceph-mon[185614]: osdmap e623: 8 total, 8 up, 8 in 2023-10-14T00:11:28.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:28 smithi055 ceph-mon[183057]: osdmap e623: 8 total, 8 up, 8 in 2023-10-14T00:11:28.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:28 smithi082 ceph-mon[180771]: osdmap e623: 8 total, 8 up, 8 in 2023-10-14T00:11:29.468 INFO:tasks.rados.rados.0.smithi055.stdout:2893: done (4 left) 2023-10-14T00:11:29.469 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 12 current snap is 278 2023-10-14T00:11:29.469 INFO:tasks.rados.rados.0.smithi055.stdout:2894: seq_num 913 ranges {2367488=499712,2867200=401408} 2023-10-14T00:11:29.485 INFO:tasks.rados.rados.0.smithi055.stdout:2894: writing smithi055169533-12 from 2367488 to 2867200 tid 1 2023-10-14T00:11:29.488 INFO:tasks.rados.rados.0.smithi055.stdout:2894: writing smithi055169533-12 from 2867200 to 3268608 tid 2 2023-10-14T00:11:29.488 INFO:tasks.rados.rados.0.smithi055.stdout:2895: snap_create 2023-10-14T00:11:29.488 INFO:tasks.rados.rados.0.smithi055.stdout:2884: expect (ObjNum 568 snap 162 seq_num 568) 2023-10-14T00:11:29.638 INFO:tasks.rados.rados.0.smithi055.stdout:2886: finishing write tid 3 to smithi055169533-8 2023-10-14T00:11:29.638 INFO:tasks.rados.rados.0.smithi055.stdout:2886: finishing write tid 4 to smithi055169533-8 2023-10-14T00:11:29.639 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 8 v 1513 (ObjNum 910 snap 278 seq_num 910) dirty exists 2023-10-14T00:11:29.639 INFO:tasks.rados.rados.0.smithi055.stdout:2886: left oid 8 (ObjNum 910 snap 278 seq_num 910) 2023-10-14T00:11:29.639 INFO:tasks.rados.rados.0.smithi055.stdout:2887: expect (ObjNum 889 snap 270 seq_num 889) 2023-10-14T00:11:29.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:29 smithi055 ceph-mon[185614]: osdmap e624: 8 total, 8 up, 8 in 2023-10-14T00:11:29.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:29 smithi055 ceph-mon[185614]: pgmap v649: 121 pgs: 121 active+clean; 231 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 3.2 MiB/s rd, 1.6 MiB/s wr, 9 op/s 2023-10-14T00:11:29.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:29 smithi055 ceph-mon[183057]: osdmap e624: 8 total, 8 up, 8 in 2023-10-14T00:11:29.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:29 smithi055 ceph-mon[183057]: pgmap v649: 121 pgs: 121 active+clean; 231 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 3.2 MiB/s rd, 1.6 MiB/s wr, 9 op/s 2023-10-14T00:11:29.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:29 smithi082 ceph-mon[180771]: osdmap e624: 8 total, 8 up, 8 in 2023-10-14T00:11:29.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:29 smithi082 ceph-mon[180771]: pgmap v649: 121 pgs: 121 active+clean; 231 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 3.2 MiB/s rd, 1.6 MiB/s wr, 9 op/s 2023-10-14T00:11:30.341 INFO:tasks.rados.rados.0.smithi055.stdout:2894: finishing write tid 1 to smithi055169533-12 2023-10-14T00:11:30.341 INFO:tasks.rados.rados.0.smithi055.stdout:2894: finishing write tid 2 to smithi055169533-12 2023-10-14T00:11:30.341 INFO:tasks.rados.rados.0.smithi055.stdout:2894: finishing write tid 3 to smithi055169533-12 2023-10-14T00:11:30.342 INFO:tasks.rados.rados.0.smithi055.stdout:2894: finishing write tid 4 to smithi055169533-12 2023-10-14T00:11:30.342 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 12 v 865 (ObjNum 913 snap 278 seq_num 913) dirty exists 2023-10-14T00:11:30.342 INFO:tasks.rados.rados.0.smithi055.stdout:2894: left oid 12 (ObjNum 913 snap 278 seq_num 913) 2023-10-14T00:11:30.419 INFO:tasks.rados.rados.0.smithi055.stdout:2884: done (5 left) 2023-10-14T00:11:30.420 INFO:tasks.rados.rados.0.smithi055.stdout:2886: done (4 left) 2023-10-14T00:11:30.420 INFO:tasks.rados.rados.0.smithi055.stdout:2887: done (3 left) 2023-10-14T00:11:30.420 INFO:tasks.rados.rados.0.smithi055.stdout:2892: done (2 left) 2023-10-14T00:11:30.420 INFO:tasks.rados.rados.0.smithi055.stdout:2894: done (1 left) 2023-10-14T00:11:30.421 INFO:tasks.rados.rados.0.smithi055.stdout:2895: done (0 left) 2023-10-14T00:11:30.421 INFO:tasks.rados.rados.0.smithi055.stdout:2896: delete oid 33 current snap is 279 2023-10-14T00:11:30.429 INFO:tasks.rados.rados.0.smithi055.stdout:2896: done (0 left) 2023-10-14T00:11:30.429 INFO:tasks.rados.rados.0.smithi055.stdout:2897: snap_remove snap 258 2023-10-14T00:11:30.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:30 smithi055 ceph-mon[185614]: osdmap e625: 8 total, 8 up, 8 in 2023-10-14T00:11:30.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:30 smithi055 ceph-mon[185614]: osdmap e626: 8 total, 8 up, 8 in 2023-10-14T00:11:30.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:30 smithi055 ceph-mon[183057]: osdmap e625: 8 total, 8 up, 8 in 2023-10-14T00:11:30.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:30 smithi055 ceph-mon[183057]: osdmap e626: 8 total, 8 up, 8 in 2023-10-14T00:11:30.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:30 smithi082 ceph-mon[180771]: osdmap e625: 8 total, 8 up, 8 in 2023-10-14T00:11:30.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:30 smithi082 ceph-mon[180771]: osdmap e626: 8 total, 8 up, 8 in 2023-10-14T00:11:31.440 INFO:tasks.rados.rados.0.smithi055.stdout:2897: done (0 left) 2023-10-14T00:11:31.440 INFO:tasks.rados.rados.0.smithi055.stdout:2898: snap_remove snap 274 2023-10-14T00:11:31.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:31 smithi055 ceph-mon[185614]: pgmap v652: 121 pgs: 121 active+clean; 231 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.6 MiB/s rd, 628 KiB/s wr, 11 op/s 2023-10-14T00:11:31.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:31 smithi055 ceph-mon[185614]: osdmap e627: 8 total, 8 up, 8 in 2023-10-14T00:11:31.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:31 smithi055 ceph-mon[183057]: pgmap v652: 121 pgs: 121 active+clean; 231 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.6 MiB/s rd, 628 KiB/s wr, 11 op/s 2023-10-14T00:11:31.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:31 smithi055 ceph-mon[183057]: osdmap e627: 8 total, 8 up, 8 in 2023-10-14T00:11:31.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:31 smithi082 ceph-mon[180771]: pgmap v652: 121 pgs: 121 active+clean; 231 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.6 MiB/s rd, 628 KiB/s wr, 11 op/s 2023-10-14T00:11:31.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:31 smithi082 ceph-mon[180771]: osdmap e627: 8 total, 8 up, 8 in 2023-10-14T00:11:32.445 INFO:tasks.rados.rados.0.smithi055.stdout:2898: done (0 left) 2023-10-14T00:11:32.445 INFO:tasks.rados.rados.0.smithi055.stdout:2899: read oid 40 snap -1 2023-10-14T00:11:32.445 INFO:tasks.rados.rados.0.smithi055.stdout:2899: expect deleted 2023-10-14T00:11:32.446 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 16 current snap is 279 2023-10-14T00:11:32.446 INFO:tasks.rados.rados.0.smithi055.stdout:2900: seq_num 915 ranges {1679360=532480,2211840=401408} 2023-10-14T00:11:32.460 INFO:tasks.rados.rados.0.smithi055.stdout:2900: writing smithi055169533-16 from 1679360 to 2211840 tid 1 2023-10-14T00:11:32.464 INFO:tasks.rados.rados.0.smithi055.stdout:2900: writing smithi055169533-16 from 2211840 to 2613248 tid 2 2023-10-14T00:11:32.464 INFO:tasks.rados.rados.0.smithi055.stdout:2901: delete oid 9 current snap is 279 2023-10-14T00:11:32.467 INFO:tasks.rados.rados.0.smithi055.stdout:2900: finishing write tid 1 to smithi055169533-16 2023-10-14T00:11:32.467 INFO:tasks.rados.rados.0.smithi055.stdout:2900: finishing write tid 2 to smithi055169533-16 2023-10-14T00:11:32.467 INFO:tasks.rados.rados.0.smithi055.stdout:2900: finishing write tid 3 to smithi055169533-16 2023-10-14T00:11:32.468 INFO:tasks.rados.rados.0.smithi055.stdout:2899: done (2 left) 2023-10-14T00:11:32.468 INFO:tasks.rados.rados.0.smithi055.stdout:2901: done (1 left) 2023-10-14T00:11:32.468 INFO:tasks.rados.rados.0.smithi055.stdout:2902: rollback oid 33 current snap is 279 2023-10-14T00:11:32.468 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 33 to 271 2023-10-14T00:11:32.469 INFO:tasks.rados.rados.0.smithi055.stdout:2903: rollback oid 3 current snap is 279 2023-10-14T00:11:32.469 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 3 to 276 2023-10-14T00:11:32.469 INFO:tasks.rados.rados.0.smithi055.stdout:2904: copy_from oid 47 from oid 34 current snap is 279 2023-10-14T00:11:32.469 INFO:tasks.rados.rados.0.smithi055.stdout:2905: copy_from oid 13 from oid 17 current snap is 279 2023-10-14T00:11:32.469 INFO:tasks.rados.rados.0.smithi055.stdout:2906: snap_remove snap 249 2023-10-14T00:11:33.455 INFO:tasks.rados.rados.0.smithi055.stdout:2906: done (5 left) 2023-10-14T00:11:33.456 INFO:tasks.rados.rados.0.smithi055.stdout:2907: snap_remove snap 269 2023-10-14T00:11:33.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:33 smithi055 ceph-mon[183057]: osdmap e628: 8 total, 8 up, 8 in 2023-10-14T00:11:33.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:33 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:11:33.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:33 smithi055 ceph-mon[183057]: pgmap v655: 121 pgs: 121 active+clean; 231 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.4 MiB/s rd, 220 KiB/s wr, 3 op/s 2023-10-14T00:11:33.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:33 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:11:33.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:33 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:11:33.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:33 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:11:33.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:33 smithi055 ceph-mon[185614]: osdmap e628: 8 total, 8 up, 8 in 2023-10-14T00:11:33.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:33 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:11:33.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:33 smithi055 ceph-mon[185614]: pgmap v655: 121 pgs: 121 active+clean; 231 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.4 MiB/s rd, 220 KiB/s wr, 3 op/s 2023-10-14T00:11:33.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:33 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:11:33.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:33 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:11:33.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:33 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:11:33.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:33 smithi082 ceph-mon[180771]: osdmap e628: 8 total, 8 up, 8 in 2023-10-14T00:11:33.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:33 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:11:33.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:33 smithi082 ceph-mon[180771]: pgmap v655: 121 pgs: 121 active+clean; 231 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.4 MiB/s rd, 220 KiB/s wr, 3 op/s 2023-10-14T00:11:33.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:33 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:11:33.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:33 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:11:33.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:33 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:11:34.470 INFO:tasks.rados.rados.0.smithi055.stdout:2907: done (5 left) 2023-10-14T00:11:34.470 INFO:tasks.rados.rados.0.smithi055.stdout:2908: read oid 12 snap 278 2023-10-14T00:11:34.470 INFO:tasks.rados.rados.0.smithi055.stdout:2908: expect (ObjNum 913 snap 278 seq_num 913) 2023-10-14T00:11:34.471 INFO:tasks.rados.rados.0.smithi055.stdout:2909: setattr oid 48 current snap is 279 2023-10-14T00:11:34.471 INFO:tasks.rados.rados.0.smithi055.stdout:2900: finishing write tid 4 to smithi055169533-16 2023-10-14T00:11:34.471 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 16 v 354 (ObjNum 915 snap 279 seq_num 915) dirty exists 2023-10-14T00:11:34.471 INFO:tasks.rados.rados.0.smithi055.stdout:2900: left oid 16 (ObjNum 915 snap 279 seq_num 915) 2023-10-14T00:11:34.472 INFO:tasks.rados.rados.0.smithi055.stdout:2902: finishing rollback tid 1 to smithi055169533-33 2023-10-14T00:11:34.472 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 33 v 1500 (ObjNum 177 snap 0 seq_num 1529473728) dirty dne 2023-10-14T00:11:34.472 INFO:tasks.rados.rados.0.smithi055.stdout:2904: finishing copy_from racing read to smithi055169533-47 2023-10-14T00:11:34.472 INFO:tasks.rados.rados.0.smithi055.stdout:2904: finishing copy_from to smithi055169533-47 2023-10-14T00:11:34.472 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 47 v 1742 (ObjNum 33 snap 0 seq_num 1528609248) dirty exists 2023-10-14T00:11:34.473 INFO:tasks.rados.rados.0.smithi055.stdout:2903: finishing rollback tid 0 to smithi055169533-3 2023-10-14T00:11:34.473 INFO:tasks.rados.rados.0.smithi055.stdout:2903: finishing rollback tid 1 to smithi055169533-3 2023-10-14T00:11:34.473 INFO:tasks.rados.rados.0.smithi055.stdout:2903: finishing rollback tid 2 to smithi055169533-3 2023-10-14T00:11:34.473 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 3 v 1674 (ObjNum 791 snap 241 seq_num 791) dirty exists 2023-10-14T00:11:34.473 INFO:tasks.rados.rados.0.smithi055.stdout:2905: finishing copy_from racing read to smithi055169533-13 2023-10-14T00:11:34.474 INFO:tasks.rados.rados.0.smithi055.stdout:2905: finishing copy_from to smithi055169533-13 2023-10-14T00:11:34.474 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 13 v 1748 (ObjNum 886 snap 267 seq_num 886) dirty exists 2023-10-14T00:11:34.474 INFO:tasks.rados.rados.0.smithi055.stdout:2900: done (6 left) 2023-10-14T00:11:34.474 INFO:tasks.rados.rados.0.smithi055.stdout:2902: done (5 left) 2023-10-14T00:11:34.475 INFO:tasks.rados.rados.0.smithi055.stdout:2903: done (4 left) 2023-10-14T00:11:34.475 INFO:tasks.rados.rados.0.smithi055.stdout:2904: done (3 left) 2023-10-14T00:11:34.475 INFO:tasks.rados.rados.0.smithi055.stdout:2905: done (2 left) 2023-10-14T00:11:34.475 INFO:tasks.rados.rados.0.smithi055.stdout:2910: delete oid 39 current snap is 279 2023-10-14T00:11:34.484 INFO:tasks.rados.rados.0.smithi055.stdout:2910: done (2 left) 2023-10-14T00:11:34.484 INFO:tasks.rados.rados.0.smithi055.stdout:2911: read oid 47 snap -1 2023-10-14T00:11:34.484 INFO:tasks.rados.rados.0.smithi055.stdout:2911: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:11:34.484 INFO:tasks.rados.rados.0.smithi055.stdout:2912: copy_from oid 22 from oid 7 current snap is 279 2023-10-14T00:11:34.485 INFO:tasks.rados.rados.0.smithi055.stdout:2913: delete oid 30 current snap is 279 2023-10-14T00:11:34.486 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 48 v 1743 (ObjNum 867 snap 264 seq_num 867) dirty exists 2023-10-14T00:11:34.488 INFO:tasks.rados.rados.0.smithi055.stdout:2909: done (4 left) 2023-10-14T00:11:34.488 INFO:tasks.rados.rados.0.smithi055.stdout:2913: done (3 left) 2023-10-14T00:11:34.488 INFO:tasks.rados.rados.0.smithi055.stdout:2914: copy_from oid 13 from oid 50 current snap is 279 2023-10-14T00:11:34.489 INFO:tasks.rados.rados.0.smithi055.stdout:2915: read oid 24 snap -1 2023-10-14T00:11:34.490 INFO:tasks.rados.rados.0.smithi055.stdout:2915: expect (ObjNum 885 snap 267 seq_num 885) 2023-10-14T00:11:34.490 INFO:tasks.rados.rados.0.smithi055.stdout:2916: snap_create 2023-10-14T00:11:34.492 INFO:tasks.rados.rados.0.smithi055.stdout:2908: expect (ObjNum 913 snap 278 seq_num 913) 2023-10-14T00:11:34.624 INFO:tasks.rados.rados.0.smithi055.stdout:2911: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:11:34.626 INFO:tasks.rados.rados.0.smithi055.stdout:2912: finishing copy_from racing read to smithi055169533-22 2023-10-14T00:11:34.626 INFO:tasks.rados.rados.0.smithi055.stdout:2912: finishing copy_from to smithi055169533-22 2023-10-14T00:11:34.626 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 22 v 943 (ObjNum 863 snap 263 seq_num 863) dirty exists 2023-10-14T00:11:34.626 INFO:tasks.rados.rados.0.smithi055.stdout:2915: expect (ObjNum 885 snap 267 seq_num 885) 2023-10-14T00:11:34.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:34 smithi055 ceph-mon[185614]: osdmap e629: 8 total, 8 up, 8 in 2023-10-14T00:11:34.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:34 smithi055 ceph-mon[183057]: osdmap e629: 8 total, 8 up, 8 in 2023-10-14T00:11:34.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:34 smithi082 ceph-mon[180771]: osdmap e629: 8 total, 8 up, 8 in 2023-10-14T00:11:35.193 INFO:tasks.rados.rados.0.smithi055.stdout:2914: finishing copy_from racing read to smithi055169533-13 2023-10-14T00:11:35.193 INFO:tasks.rados.rados.0.smithi055.stdout:2914: finishing copy_from to smithi055169533-13 2023-10-14T00:11:35.194 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 13 v 1765 (ObjNum 889 snap 270 seq_num 889) dirty exists 2023-10-14T00:11:35.422 INFO:tasks.rados.rados.0.smithi055.stdout:2908: done (5 left) 2023-10-14T00:11:35.423 INFO:tasks.rados.rados.0.smithi055.stdout:2911: done (4 left) 2023-10-14T00:11:35.423 INFO:tasks.rados.rados.0.smithi055.stdout:2912: done (3 left) 2023-10-14T00:11:35.423 INFO:tasks.rados.rados.0.smithi055.stdout:2914: done (2 left) 2023-10-14T00:11:35.423 INFO:tasks.rados.rados.0.smithi055.stdout:2915: done (1 left) 2023-10-14T00:11:35.423 INFO:tasks.rados.rados.0.smithi055.stdout:2916: done (0 left) 2023-10-14T00:11:35.424 INFO:tasks.rados.rados.0.smithi055.stdout:2917: snap_remove snap 271 2023-10-14T00:11:35.461 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:11:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:11:35] "GET /metrics HTTP/1.1" 200 36160 "" "Prometheus/2.43.0" 2023-10-14T00:11:35.461 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:35 smithi055 ceph-mon[183057]: osdmap e630: 8 total, 8 up, 8 in 2023-10-14T00:11:35.462 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:35 smithi055 ceph-mon[183057]: pgmap v658: 121 pgs: 121 active+clean; 191 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 0 B/s rd, 440 KiB/s wr, 1 op/s 2023-10-14T00:11:35.462 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:35 smithi055 ceph-mon[183057]: osdmap e631: 8 total, 8 up, 8 in 2023-10-14T00:11:35.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:35 smithi055 ceph-mon[185614]: osdmap e630: 8 total, 8 up, 8 in 2023-10-14T00:11:35.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:35 smithi055 ceph-mon[185614]: pgmap v658: 121 pgs: 121 active+clean; 191 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 0 B/s rd, 440 KiB/s wr, 1 op/s 2023-10-14T00:11:35.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:35 smithi055 ceph-mon[185614]: osdmap e631: 8 total, 8 up, 8 in 2023-10-14T00:11:35.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:35 smithi082 ceph-mon[180771]: osdmap e630: 8 total, 8 up, 8 in 2023-10-14T00:11:35.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:35 smithi082 ceph-mon[180771]: pgmap v658: 121 pgs: 121 active+clean; 191 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 0 B/s rd, 440 KiB/s wr, 1 op/s 2023-10-14T00:11:35.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:35 smithi082 ceph-mon[180771]: osdmap e631: 8 total, 8 up, 8 in 2023-10-14T00:11:36.430 INFO:tasks.rados.rados.0.smithi055.stdout:2917: done (0 left) 2023-10-14T00:11:36.430 INFO:tasks.rados.rados.0.smithi055.stdout:2918: read oid 1 snap -1 2023-10-14T00:11:36.430 INFO:tasks.rados.rados.0.smithi055.stdout:2918: expect (ObjNum 901 snap 274 seq_num 901) 2023-10-14T00:11:36.430 INFO:tasks.rados.rados.0.smithi055.stdout:2919: snap_remove snap 263 2023-10-14T00:11:37.446 INFO:tasks.rados.rados.0.smithi055.stdout:2919: done (1 left) 2023-10-14T00:11:37.447 INFO:tasks.rados.rados.0.smithi055.stdout:2920: delete oid 42 current snap is 280 2023-10-14T00:11:37.449 INFO:tasks.rados.rados.0.smithi055.stdout:2918: expect (ObjNum 901 snap 274 seq_num 901) 2023-10-14T00:11:37.564 INFO:tasks.rados.rados.0.smithi055.stdout:2918: done (1 left) 2023-10-14T00:11:37.564 INFO:tasks.rados.rados.0.smithi055.stdout:2920: done (0 left) 2023-10-14T00:11:37.564 INFO:tasks.rados.rados.0.smithi055.stdout:2921: rollback oid 18 current snap is 280 2023-10-14T00:11:37.564 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 18 to 278 2023-10-14T00:11:37.565 INFO:tasks.rados.rados.0.smithi055.stdout:2922: rollback oid 20 current snap is 280 2023-10-14T00:11:37.565 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 20 to 278 2023-10-14T00:11:37.565 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 17 current snap is 280 2023-10-14T00:11:37.565 INFO:tasks.rados.rados.0.smithi055.stdout:2923: seq_num 920 ranges {1802240=614400,2416640=401408} 2023-10-14T00:11:37.577 INFO:tasks.rados.rados.0.smithi055.stdout:2923: writing smithi055169533-17 from 1802240 to 2416640 tid 1 2023-10-14T00:11:37.580 INFO:tasks.rados.rados.0.smithi055.stdout:2923: writing smithi055169533-17 from 2416640 to 2818048 tid 2 2023-10-14T00:11:37.580 INFO:tasks.rados.rados.0.smithi055.stdout:2924: read oid 48 snap -1 2023-10-14T00:11:37.580 INFO:tasks.rados.rados.0.smithi055.stdout:2924: expect (ObjNum 867 snap 264 seq_num 867) 2023-10-14T00:11:37.581 INFO:tasks.rados.rados.0.smithi055.stdout:2925: snap_create 2023-10-14T00:11:37.581 INFO:tasks.rados.rados.0.smithi055.stdout:2922: finishing rollback tid 1 to smithi055169533-20 2023-10-14T00:11:37.581 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 20 v 0 (ObjNum 33 snap 0 seq_num 1528686176) dirty dne 2023-10-14T00:11:37.581 INFO:tasks.rados.rados.0.smithi055.stdout:2921: finishing rollback tid 0 to smithi055169533-18 2023-10-14T00:11:37.581 INFO:tasks.rados.rados.0.smithi055.stdout:2921: finishing rollback tid 1 to smithi055169533-18 2023-10-14T00:11:37.581 INFO:tasks.rados.rados.0.smithi055.stdout:2921: finishing rollback tid 2 to smithi055169533-18 2023-10-14T00:11:37.582 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 18 v 1710 (ObjNum 786 snap 241 seq_num 786) dirty exists 2023-10-14T00:11:37.584 INFO:tasks.rados.rados.0.smithi055.stdout:2923: finishing write tid 1 to smithi055169533-17 2023-10-14T00:11:37.584 INFO:tasks.rados.rados.0.smithi055.stdout:2923: finishing write tid 2 to smithi055169533-17 2023-10-14T00:11:37.585 INFO:tasks.rados.rados.0.smithi055.stdout:2923: finishing write tid 3 to smithi055169533-17 2023-10-14T00:11:37.585 INFO:tasks.rados.rados.0.smithi055.stdout:2923: finishing write tid 4 to smithi055169533-17 2023-10-14T00:11:37.586 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 17 v 1945 (ObjNum 920 snap 280 seq_num 920) dirty exists 2023-10-14T00:11:37.586 INFO:tasks.rados.rados.0.smithi055.stdout:2923: left oid 17 (ObjNum 920 snap 280 seq_num 920) 2023-10-14T00:11:37.611 INFO:tasks.rados.rados.0.smithi055.stdout:2924: expect (ObjNum 867 snap 264 seq_num 867) 2023-10-14T00:11:37.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:37 smithi055 ceph-mon[185614]: osdmap e632: 8 total, 8 up, 8 in 2023-10-14T00:11:37.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:37 smithi055 ceph-mon[185614]: pgmap v661: 121 pgs: 121 active+clean; 174 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 7.8 MiB/s rd, 668 KiB/s wr, 10 op/s 2023-10-14T00:11:37.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:37 smithi055 ceph-mon[183057]: osdmap e632: 8 total, 8 up, 8 in 2023-10-14T00:11:37.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:37 smithi055 ceph-mon[183057]: pgmap v661: 121 pgs: 121 active+clean; 174 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 7.8 MiB/s rd, 668 KiB/s wr, 10 op/s 2023-10-14T00:11:37.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:37 smithi082 ceph-mon[180771]: osdmap e632: 8 total, 8 up, 8 in 2023-10-14T00:11:37.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:37 smithi082 ceph-mon[180771]: pgmap v661: 121 pgs: 121 active+clean; 174 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 7.8 MiB/s rd, 668 KiB/s wr, 10 op/s 2023-10-14T00:11:38.454 INFO:tasks.rados.rados.0.smithi055.stdout:2921: done (4 left) 2023-10-14T00:11:38.455 INFO:tasks.rados.rados.0.smithi055.stdout:2922: done (3 left) 2023-10-14T00:11:38.455 INFO:tasks.rados.rados.0.smithi055.stdout:2923: done (2 left) 2023-10-14T00:11:38.455 INFO:tasks.rados.rados.0.smithi055.stdout:2924: done (1 left) 2023-10-14T00:11:38.455 INFO:tasks.rados.rados.0.smithi055.stdout:2925: done (0 left) 2023-10-14T00:11:38.456 INFO:tasks.rados.rados.0.smithi055.stdout:2926: snap_create 2023-10-14T00:11:38.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:38 smithi055 ceph-mon[185614]: osdmap e633: 8 total, 8 up, 8 in 2023-10-14T00:11:38.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:38 smithi055 ceph-mon[183057]: osdmap e633: 8 total, 8 up, 8 in 2023-10-14T00:11:38.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:38 smithi082 ceph-mon[180771]: osdmap e633: 8 total, 8 up, 8 in 2023-10-14T00:11:39.472 INFO:tasks.rados.rados.0.smithi055.stdout:2926: done (0 left) 2023-10-14T00:11:39.472 INFO:tasks.rados.rados.0.smithi055.stdout:2927: snap_remove snap 278 2023-10-14T00:11:39.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:39 smithi055 ceph-mon[185614]: osdmap e634: 8 total, 8 up, 8 in 2023-10-14T00:11:39.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:11:39.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:39 smithi055 ceph-mon[185614]: pgmap v664: 121 pgs: 121 active+clean; 165 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.8 MiB/s rd, 2.4 MiB/s wr, 11 op/s 2023-10-14T00:11:39.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:39 smithi055 ceph-mon[183057]: osdmap e634: 8 total, 8 up, 8 in 2023-10-14T00:11:39.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:11:39.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:39 smithi055 ceph-mon[183057]: pgmap v664: 121 pgs: 121 active+clean; 165 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.8 MiB/s rd, 2.4 MiB/s wr, 11 op/s 2023-10-14T00:11:39.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:39 smithi082 ceph-mon[180771]: osdmap e634: 8 total, 8 up, 8 in 2023-10-14T00:11:39.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:11:39.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:39 smithi082 ceph-mon[180771]: pgmap v664: 121 pgs: 121 active+clean; 165 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.8 MiB/s rd, 2.4 MiB/s wr, 11 op/s 2023-10-14T00:11:40.429 INFO:tasks.rados.rados.0.smithi055.stdout:2927: done (0 left) 2023-10-14T00:11:40.429 INFO:tasks.rados.rados.0.smithi055.stdout:2928: copy_from oid 14 from oid 19 current snap is 282 2023-10-14T00:11:40.429 INFO:tasks.rados.rados.0.smithi055.stdout:2929: rollback oid 13 current snap is 282 2023-10-14T00:11:40.430 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 13 to 280 2023-10-14T00:11:40.430 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 3 current snap is 282 2023-10-14T00:11:40.430 INFO:tasks.rados.rados.0.smithi055.stdout:2930: seq_num 921 ranges {2023424=630784,2654208=401408} 2023-10-14T00:11:40.441 INFO:tasks.rados.rados.0.smithi055.stdout:2930: writing smithi055169533-3 from 2023424 to 2654208 tid 1 2023-10-14T00:11:40.444 INFO:tasks.rados.rados.0.smithi055.stdout:2930: writing smithi055169533-3 from 2654208 to 3055616 tid 2 2023-10-14T00:11:40.445 INFO:tasks.rados.rados.0.smithi055.stdout:2931: delete oid 43 current snap is 282 2023-10-14T00:11:40.445 INFO:tasks.rados.rados.0.smithi055.stdout:2928: finishing copy_from to smithi055169533-14 2023-10-14T00:11:40.445 INFO:tasks.rados.rados.0.smithi055.stdout:2928: got expected ENOENT (src dne) 2023-10-14T00:11:40.445 INFO:tasks.rados.rados.0.smithi055.stdout:2928: finishing copy_from racing read to smithi055169533-14 2023-10-14T00:11:40.446 INFO:tasks.rados.rados.0.smithi055.stdout:2929: finishing rollback tid 0 to smithi055169533-13 2023-10-14T00:11:40.446 INFO:tasks.rados.rados.0.smithi055.stdout:2929: finishing rollback tid 1 to smithi055169533-13 2023-10-14T00:11:40.446 INFO:tasks.rados.rados.0.smithi055.stdout:2929: finishing rollback tid 2 to smithi055169533-13 2023-10-14T00:11:40.446 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 13 v 1768 (ObjNum 889 snap 270 seq_num 889) dirty exists 2023-10-14T00:11:40.450 INFO:tasks.rados.rados.0.smithi055.stdout:2930: finishing write tid 1 to smithi055169533-3 2023-10-14T00:11:40.450 INFO:tasks.rados.rados.0.smithi055.stdout:2930: finishing write tid 2 to smithi055169533-3 2023-10-14T00:11:40.451 INFO:tasks.rados.rados.0.smithi055.stdout:2930: finishing write tid 3 to smithi055169533-3 2023-10-14T00:11:40.451 INFO:tasks.rados.rados.0.smithi055.stdout:2928: done (3 left) 2023-10-14T00:11:40.451 INFO:tasks.rados.rados.0.smithi055.stdout:2929: done (2 left) 2023-10-14T00:11:40.451 INFO:tasks.rados.rados.0.smithi055.stdout:2931: done (1 left) 2023-10-14T00:11:40.451 INFO:tasks.rados.rados.0.smithi055.stdout:2932: snap_create 2023-10-14T00:11:40.452 INFO:tasks.rados.rados.0.smithi055.stdout:2930: finishing write tid 4 to smithi055169533-3 2023-10-14T00:11:40.452 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 3 v 1718 (ObjNum 921 snap 282 seq_num 921) dirty exists 2023-10-14T00:11:40.453 INFO:tasks.rados.rados.0.smithi055.stdout:2930: left oid 3 (ObjNum 921 snap 282 seq_num 921) 2023-10-14T00:11:40.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:40 smithi055 ceph-mon[185614]: osdmap e635: 8 total, 8 up, 8 in 2023-10-14T00:11:40.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:40 smithi055 ceph-mon[185614]: osdmap e636: 8 total, 8 up, 8 in 2023-10-14T00:11:40.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:40 smithi055 ceph-mon[183057]: osdmap e635: 8 total, 8 up, 8 in 2023-10-14T00:11:40.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:40 smithi055 ceph-mon[183057]: osdmap e636: 8 total, 8 up, 8 in 2023-10-14T00:11:40.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:40 smithi082 ceph-mon[180771]: osdmap e635: 8 total, 8 up, 8 in 2023-10-14T00:11:40.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:40 smithi082 ceph-mon[180771]: osdmap e636: 8 total, 8 up, 8 in 2023-10-14T00:11:41.446 INFO:tasks.rados.rados.0.smithi055.stdout:2930: done (1 left) 2023-10-14T00:11:41.447 INFO:tasks.rados.rados.0.smithi055.stdout:2932: done (0 left) 2023-10-14T00:11:41.447 INFO:tasks.rados.rados.0.smithi055.stdout:2933: read oid 11 snap -1 2023-10-14T00:11:41.447 INFO:tasks.rados.rados.0.smithi055.stdout:2933: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:11:41.447 INFO:tasks.rados.rados.0.smithi055.stdout:2934: snap_remove snap 281 2023-10-14T00:11:41.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:41 smithi055 ceph-mon[183057]: pgmap v667: 121 pgs: 121 active+clean; 148 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.1 MiB/s rd, 3.6 MiB/s wr, 4 op/s 2023-10-14T00:11:41.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:41 smithi055 ceph-mon[183057]: osdmap e637: 8 total, 8 up, 8 in 2023-10-14T00:11:41.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:41 smithi055 ceph-mon[185614]: pgmap v667: 121 pgs: 121 active+clean; 148 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.1 MiB/s rd, 3.6 MiB/s wr, 4 op/s 2023-10-14T00:11:41.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:41 smithi055 ceph-mon[185614]: osdmap e637: 8 total, 8 up, 8 in 2023-10-14T00:11:41.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:41 smithi082 ceph-mon[180771]: pgmap v667: 121 pgs: 121 active+clean; 148 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.1 MiB/s rd, 3.6 MiB/s wr, 4 op/s 2023-10-14T00:11:41.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:41 smithi082 ceph-mon[180771]: osdmap e637: 8 total, 8 up, 8 in 2023-10-14T00:11:42.452 INFO:tasks.rados.rados.0.smithi055.stdout:2934: done (1 left) 2023-10-14T00:11:42.453 INFO:tasks.rados.rados.0.smithi055.stdout:2935: read oid 22 snap -1 2023-10-14T00:11:42.453 INFO:tasks.rados.rados.0.smithi055.stdout:2935: expect (ObjNum 863 snap 263 seq_num 863) 2023-10-14T00:11:42.453 INFO:tasks.rados.rados.0.smithi055.stdout:2936: snap_remove snap 277 2023-10-14T00:11:43.484 INFO:tasks.rados.rados.0.smithi055.stdout:2936: done (2 left) 2023-10-14T00:11:43.485 INFO:tasks.rados.rados.0.smithi055.stdout:2937: snap_create 2023-10-14T00:11:43.485 INFO:tasks.rados.rados.0.smithi055.stdout:2933: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:11:43.488 INFO:tasks.rados.rados.0.smithi055.stdout:2935: expect (ObjNum 863 snap 263 seq_num 863) 2023-10-14T00:11:43.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:43 smithi055 ceph-mon[185614]: osdmap e638: 8 total, 8 up, 8 in 2023-10-14T00:11:43.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:43 smithi055 ceph-mon[185614]: pgmap v670: 121 pgs: 121 active+clean; 138 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 7.1 MiB/s rd, 1.5 MiB/s wr, 2 op/s 2023-10-14T00:11:43.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:43 smithi055 ceph-mon[183057]: osdmap e638: 8 total, 8 up, 8 in 2023-10-14T00:11:43.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:43 smithi055 ceph-mon[183057]: pgmap v670: 121 pgs: 121 active+clean; 138 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 7.1 MiB/s rd, 1.5 MiB/s wr, 2 op/s 2023-10-14T00:11:43.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:43 smithi082 ceph-mon[180771]: osdmap e638: 8 total, 8 up, 8 in 2023-10-14T00:11:43.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:43 smithi082 ceph-mon[180771]: pgmap v670: 121 pgs: 121 active+clean; 138 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 7.1 MiB/s rd, 1.5 MiB/s wr, 2 op/s 2023-10-14T00:11:44.468 INFO:tasks.rados.rados.0.smithi055.stdout:2933: done (2 left) 2023-10-14T00:11:44.469 INFO:tasks.rados.rados.0.smithi055.stdout:2935: done (1 left) 2023-10-14T00:11:44.469 INFO:tasks.rados.rados.0.smithi055.stdout:2937: done (0 left) 2023-10-14T00:11:44.469 INFO:tasks.rados.rados.0.smithi055.stdout:2938: delete oid 35 current snap is 284 2023-10-14T00:11:44.475 INFO:tasks.rados.rados.0.smithi055.stdout:2938: done (0 left) 2023-10-14T00:11:44.475 INFO:tasks.rados.rados.0.smithi055.stdout:2939: snap_create 2023-10-14T00:11:44.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:44 smithi055 ceph-mon[183057]: osdmap e639: 8 total, 8 up, 8 in 2023-10-14T00:11:44.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:44 smithi055 ceph-mon[185614]: osdmap e639: 8 total, 8 up, 8 in 2023-10-14T00:11:44.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:44 smithi082 ceph-mon[180771]: osdmap e639: 8 total, 8 up, 8 in 2023-10-14T00:11:45.429 INFO:tasks.rados.rados.0.smithi055.stdout:2939: done (0 left) 2023-10-14T00:11:45.429 INFO:tasks.rados.rados.0.smithi055.stdout:2940: read oid 43 snap 283 2023-10-14T00:11:45.430 INFO:tasks.rados.rados.0.smithi055.stdout:2940: expect deleted 2023-10-14T00:11:45.430 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 8 current snap is 285 2023-10-14T00:11:45.430 INFO:tasks.rados.rados.0.smithi055.stdout:2941: seq_num 924 ranges {2670592=679936,3350528=401408} 2023-10-14T00:11:45.447 INFO:tasks.rados.rados.0.smithi055.stdout:2941: writing smithi055169533-8 from 2670592 to 3350528 tid 1 2023-10-14T00:11:45.450 INFO:tasks.rados.rados.0.smithi055.stdout:2941: writing smithi055169533-8 from 3350528 to 3751936 tid 2 2023-10-14T00:11:45.451 INFO:tasks.rados.rados.0.smithi055.stdout:2942: rollback oid 29 current snap is 285 2023-10-14T00:11:45.451 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 29 to 279 2023-10-14T00:11:45.451 INFO:tasks.rados.rados.0.smithi055.stdout:2940: done (2 left) 2023-10-14T00:11:45.451 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 5 current snap is 285 2023-10-14T00:11:45.452 INFO:tasks.rados.rados.0.smithi055.stdout:2943: seq_num 925 ranges {0=696320,696320=401408} 2023-10-14T00:11:45.456 INFO:tasks.rados.rados.0.smithi055.stdout:2943: writing smithi055169533-5 from 0 to 696320 tid 1 2023-10-14T00:11:45.458 INFO:tasks.rados.rados.0.smithi055.stdout:2943: writing smithi055169533-5 from 696320 to 1097728 tid 2 2023-10-14T00:11:45.458 INFO:tasks.rados.rados.0.smithi055.stdout:2944: delete oid 17 current snap is 285 2023-10-14T00:11:45.458 INFO:tasks.rados.rados.0.smithi055.stdout:2942: finishing rollback tid 1 to smithi055169533-29 2023-10-14T00:11:45.458 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 29 v 1510 (ObjNum 65 snap 0 seq_num 1501934256) dirty dne 2023-10-14T00:11:45.459 INFO:tasks.rados.rados.0.smithi055.stdout:2941: finishing write tid 1 to smithi055169533-8 2023-10-14T00:11:45.459 INFO:tasks.rados.rados.0.smithi055.stdout:2941: finishing write tid 2 to smithi055169533-8 2023-10-14T00:11:45.459 INFO:tasks.rados.rados.0.smithi055.stdout:2941: finishing write tid 3 to smithi055169533-8 2023-10-14T00:11:45.460 INFO:tasks.rados.rados.0.smithi055.stdout:2941: finishing write tid 4 to smithi055169533-8 2023-10-14T00:11:45.460 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 8 v 1516 (ObjNum 924 snap 285 seq_num 924) dirty exists 2023-10-14T00:11:45.460 INFO:tasks.rados.rados.0.smithi055.stdout:2941: left oid 8 (ObjNum 924 snap 285 seq_num 924) 2023-10-14T00:11:45.463 INFO:tasks.rados.rados.0.smithi055.stdout:2943: finishing write tid 1 to smithi055169533-5 2023-10-14T00:11:45.464 INFO:tasks.rados.rados.0.smithi055.stdout:2943: finishing write tid 2 to smithi055169533-5 2023-10-14T00:11:45.464 INFO:tasks.rados.rados.0.smithi055.stdout:2941: done (3 left) 2023-10-14T00:11:45.464 INFO:tasks.rados.rados.0.smithi055.stdout:2942: done (2 left) 2023-10-14T00:11:45.464 INFO:tasks.rados.rados.0.smithi055.stdout:2944: done (1 left) 2023-10-14T00:11:45.464 INFO:tasks.rados.rados.0.smithi055.stdout:2945: setattr oid 30 current snap is 285 2023-10-14T00:11:45.465 INFO:tasks.rados.rados.0.smithi055.stdout:2943: finishing write tid 3 to smithi055169533-5 2023-10-14T00:11:45.465 INFO:tasks.rados.rados.0.smithi055.stdout:2946: read oid 40 snap -1 2023-10-14T00:11:45.466 INFO:tasks.rados.rados.0.smithi055.stdout:2946: expect deleted 2023-10-14T00:11:45.466 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 1 current snap is 285 2023-10-14T00:11:45.466 INFO:tasks.rados.rados.0.smithi055.stdout:2947: seq_num 927 ranges {2777088=729088,3506176=401408} 2023-10-14T00:11:45.475 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:11:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:11:45] "GET /metrics HTTP/1.1" 200 36161 "" "Prometheus/2.43.0" 2023-10-14T00:11:45.475 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:45 smithi055 ceph-mon[183057]: osdmap e640: 8 total, 8 up, 8 in 2023-10-14T00:11:45.475 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:45 smithi055 ceph-mon[183057]: pgmap v673: 121 pgs: 121 active+clean; 137 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 3.8 MiB/s rd, 252 KiB/s wr, 2 op/s 2023-10-14T00:11:45.476 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:45 smithi055 ceph-mon[183057]: osdmap e641: 8 total, 8 up, 8 in 2023-10-14T00:11:45.484 INFO:tasks.rados.rados.0.smithi055.stdout:2947: writing smithi055169533-1 from 2777088 to 3506176 tid 1 2023-10-14T00:11:45.487 INFO:tasks.rados.rados.0.smithi055.stdout:2947: writing smithi055169533-1 from 3506176 to 3907584 tid 2 2023-10-14T00:11:45.487 INFO:tasks.rados.rados.0.smithi055.stdout:2948: snap_create 2023-10-14T00:11:45.487 INFO:tasks.rados.rados.0.smithi055.stdout:2943: finishing write tid 4 to smithi055169533-5 2023-10-14T00:11:45.487 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 5 v 1089 (ObjNum 925 snap 285 seq_num 925) dirty exists 2023-10-14T00:11:45.488 INFO:tasks.rados.rados.0.smithi055.stdout:2943: left oid 5 (ObjNum 925 snap 285 seq_num 925) 2023-10-14T00:11:45.488 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 30 v 1127 (ObjNum 49 snap 0 seq_num 1953066355) dirty exists 2023-10-14T00:11:45.489 INFO:tasks.rados.rados.0.smithi055.stdout:2947: finishing write tid 1 to smithi055169533-1 2023-10-14T00:11:45.491 INFO:tasks.rados.rados.0.smithi055.stdout:2947: finishing write tid 2 to smithi055169533-1 2023-10-14T00:11:45.491 INFO:tasks.rados.rados.0.smithi055.stdout:2947: finishing write tid 3 to smithi055169533-1 2023-10-14T00:11:45.491 INFO:tasks.rados.rados.0.smithi055.stdout:2947: finishing write tid 4 to smithi055169533-1 2023-10-14T00:11:45.492 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 1 v 1771 (ObjNum 927 snap 285 seq_num 927) dirty exists 2023-10-14T00:11:45.492 INFO:tasks.rados.rados.0.smithi055.stdout:2947: left oid 1 (ObjNum 927 snap 285 seq_num 927) 2023-10-14T00:11:45.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:45 smithi055 ceph-mon[185614]: osdmap e640: 8 total, 8 up, 8 in 2023-10-14T00:11:45.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:45 smithi055 ceph-mon[185614]: pgmap v673: 121 pgs: 121 active+clean; 137 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 3.8 MiB/s rd, 252 KiB/s wr, 2 op/s 2023-10-14T00:11:45.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:45 smithi055 ceph-mon[185614]: osdmap e641: 8 total, 8 up, 8 in 2023-10-14T00:11:45.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:45 smithi082 ceph-mon[180771]: osdmap e640: 8 total, 8 up, 8 in 2023-10-14T00:11:45.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:45 smithi082 ceph-mon[180771]: pgmap v673: 121 pgs: 121 active+clean; 137 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 3.8 MiB/s rd, 252 KiB/s wr, 2 op/s 2023-10-14T00:11:45.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:45 smithi082 ceph-mon[180771]: osdmap e641: 8 total, 8 up, 8 in 2023-10-14T00:11:46.490 INFO:tasks.rados.rados.0.smithi055.stdout:2943: done (4 left) 2023-10-14T00:11:46.490 INFO:tasks.rados.rados.0.smithi055.stdout:2945: done (3 left) 2023-10-14T00:11:46.490 INFO:tasks.rados.rados.0.smithi055.stdout:2946: done (2 left) 2023-10-14T00:11:46.490 INFO:tasks.rados.rados.0.smithi055.stdout:2947: done (1 left) 2023-10-14T00:11:46.491 INFO:tasks.rados.rados.0.smithi055.stdout:2948: done (0 left) 2023-10-14T00:11:46.491 INFO:tasks.rados.rados.0.smithi055.stdout:2949: snap_create 2023-10-14T00:11:47.498 INFO:tasks.rados.rados.0.smithi055.stdout:2949: done (0 left) 2023-10-14T00:11:47.498 INFO:tasks.rados.rados.0.smithi055.stdout:2950: delete oid 14 current snap is 287 2023-10-14T00:11:47.504 INFO:tasks.rados.rados.0.smithi055.stdout:2950: done (0 left) 2023-10-14T00:11:47.504 INFO:tasks.rados.rados.0.smithi055.stdout:2951: snap_create 2023-10-14T00:11:47.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:47 smithi055 ceph-mon[185614]: osdmap e642: 8 total, 8 up, 8 in 2023-10-14T00:11:47.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:47 smithi055 ceph-mon[185614]: pgmap v676: 121 pgs: 121 active+clean; 138 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 3.8 MiB/s rd, 520 KiB/s wr, 4 op/s 2023-10-14T00:11:47.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:47 smithi055 ceph-mon[183057]: osdmap e642: 8 total, 8 up, 8 in 2023-10-14T00:11:47.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:47 smithi055 ceph-mon[183057]: pgmap v676: 121 pgs: 121 active+clean; 138 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 3.8 MiB/s rd, 520 KiB/s wr, 4 op/s 2023-10-14T00:11:47.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:47 smithi082 ceph-mon[180771]: osdmap e642: 8 total, 8 up, 8 in 2023-10-14T00:11:47.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:47 smithi082 ceph-mon[180771]: pgmap v676: 121 pgs: 121 active+clean; 138 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 3.8 MiB/s rd, 520 KiB/s wr, 4 op/s 2023-10-14T00:11:48.510 INFO:tasks.rados.rados.0.smithi055.stdout:2951: done (0 left) 2023-10-14T00:11:48.510 INFO:tasks.rados.rados.0.smithi055.stdout:2952: copy_from oid 50 from oid 8 current snap is 288 2023-10-14T00:11:48.511 INFO:tasks.rados.rados.0.smithi055.stdout:2953: copy_from oid 29 from oid 43 current snap is 288 2023-10-14T00:11:48.511 INFO:tasks.rados.rados.0.smithi055.stdout:2954: read oid 40 snap -1 2023-10-14T00:11:48.511 INFO:tasks.rados.rados.0.smithi055.stdout:2954: expect deleted 2023-10-14T00:11:48.511 INFO:tasks.rados.rados.0.smithi055.stdout:2955: read oid 20 snap -1 2023-10-14T00:11:48.511 INFO:tasks.rados.rados.0.smithi055.stdout:2955: expect deleted 2023-10-14T00:11:48.512 INFO:tasks.rados.rados.0.smithi055.stdout:2956: read oid 26 snap -1 2023-10-14T00:11:48.512 INFO:tasks.rados.rados.0.smithi055.stdout:2956: expect (ObjNum 908 snap 277 seq_num 908) 2023-10-14T00:11:48.512 INFO:tasks.rados.rados.0.smithi055.stdout:2957: snap_remove snap 282 2023-10-14T00:11:48.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:48 smithi055 ceph-mon[185614]: osdmap e643: 8 total, 8 up, 8 in 2023-10-14T00:11:48.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:48 smithi055 ceph-mon[183057]: osdmap e643: 8 total, 8 up, 8 in 2023-10-14T00:11:48.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:48 smithi082 ceph-mon[180771]: osdmap e643: 8 total, 8 up, 8 in 2023-10-14T00:11:49.516 INFO:tasks.rados.rados.0.smithi055.stdout:2957: done (5 left) 2023-10-14T00:11:49.516 INFO:tasks.rados.rados.0.smithi055.stdout:2958: delete oid 9 current snap is 288 2023-10-14T00:11:49.516 INFO:tasks.rados.rados.0.smithi055.stdout:2953: finishing copy_from to smithi055169533-29 2023-10-14T00:11:49.517 INFO:tasks.rados.rados.0.smithi055.stdout:2953: got expected ENOENT (src dne) 2023-10-14T00:11:49.517 INFO:tasks.rados.rados.0.smithi055.stdout:2953: finishing copy_from racing read to smithi055169533-29 2023-10-14T00:11:49.517 INFO:tasks.rados.rados.0.smithi055.stdout:2956: expect (ObjNum 908 snap 277 seq_num 908) 2023-10-14T00:11:49.569 INFO:tasks.rados.rados.0.smithi055.stdout:2952: finishing copy_from racing read to smithi055169533-50 2023-10-14T00:11:49.569 INFO:tasks.rados.rados.0.smithi055.stdout:2952: finishing copy_from to smithi055169533-50 2023-10-14T00:11:49.569 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 50 v 1516 (ObjNum 924 snap 285 seq_num 924) dirty exists 2023-10-14T00:11:49.569 INFO:tasks.rados.rados.0.smithi055.stdout:2952: done (5 left) 2023-10-14T00:11:49.570 INFO:tasks.rados.rados.0.smithi055.stdout:2953: done (4 left) 2023-10-14T00:11:49.570 INFO:tasks.rados.rados.0.smithi055.stdout:2954: done (3 left) 2023-10-14T00:11:49.570 INFO:tasks.rados.rados.0.smithi055.stdout:2955: done (2 left) 2023-10-14T00:11:49.570 INFO:tasks.rados.rados.0.smithi055.stdout:2956: done (1 left) 2023-10-14T00:11:49.571 INFO:tasks.rados.rados.0.smithi055.stdout:2958: done (0 left) 2023-10-14T00:11:49.571 INFO:tasks.rados.rados.0.smithi055.stdout:2959: snap_remove snap 284 2023-10-14T00:11:49.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:49 smithi082 ceph-mon[180771]: osdmap e644: 8 total, 8 up, 8 in 2023-10-14T00:11:49.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:49 smithi082 ceph-mon[180771]: pgmap v679: 121 pgs: 121 active+clean; 140 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 1.0 MiB/s rd, 808 KiB/s wr, 4 op/s 2023-10-14T00:11:49.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:49 smithi082 ceph-mon[180771]: osdmap e645: 8 total, 8 up, 8 in 2023-10-14T00:11:50.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:49 smithi055 ceph-mon[185614]: osdmap e644: 8 total, 8 up, 8 in 2023-10-14T00:11:50.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:49 smithi055 ceph-mon[185614]: pgmap v679: 121 pgs: 121 active+clean; 140 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 1.0 MiB/s rd, 808 KiB/s wr, 4 op/s 2023-10-14T00:11:50.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:49 smithi055 ceph-mon[185614]: osdmap e645: 8 total, 8 up, 8 in 2023-10-14T00:11:50.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:49 smithi055 ceph-mon[183057]: osdmap e644: 8 total, 8 up, 8 in 2023-10-14T00:11:50.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:49 smithi055 ceph-mon[183057]: pgmap v679: 121 pgs: 121 active+clean; 140 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 1.0 MiB/s rd, 808 KiB/s wr, 4 op/s 2023-10-14T00:11:50.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:49 smithi055 ceph-mon[183057]: osdmap e645: 8 total, 8 up, 8 in 2023-10-14T00:11:50.435 INFO:tasks.rados.rados.0.smithi055.stdout:2959: done (0 left) 2023-10-14T00:11:50.436 INFO:tasks.rados.rados.0.smithi055.stdout:2960: read oid 45 snap 280 2023-10-14T00:11:50.436 INFO:tasks.rados.rados.0.smithi055.stdout:2960: expect (ObjNum 904 snap 275 seq_num 904) 2023-10-14T00:11:50.436 INFO:tasks.rados.rados.0.smithi055.stdout:2961: setattr oid 8 current snap is 288 2023-10-14T00:11:50.445 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 49 current snap is 288 2023-10-14T00:11:50.446 INFO:tasks.rados.rados.0.smithi055.stdout:2962: seq_num 930 ranges {4431872=786432,5218304=401408} 2023-10-14T00:11:50.469 INFO:tasks.rados.rados.0.smithi055.stdout:2962: writing smithi055169533-49 from 4431872 to 5218304 tid 1 2023-10-14T00:11:50.472 INFO:tasks.rados.rados.0.smithi055.stdout:2962: writing smithi055169533-49 from 5218304 to 5619712 tid 2 2023-10-14T00:11:50.472 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 17 current snap is 288 2023-10-14T00:11:50.472 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 8 v 1517 (ObjNum 924 snap 285 seq_num 924) dirty exists 2023-10-14T00:11:50.472 INFO:tasks.rados.rados.0.smithi055.stdout:2963: seq_num 931 ranges {0=802816,802816=401408} 2023-10-14T00:11:50.477 INFO:tasks.rados.rados.0.smithi055.stdout:2963: writing smithi055169533-17 from 0 to 802816 tid 1 2023-10-14T00:11:50.479 INFO:tasks.rados.rados.0.smithi055.stdout:2963: writing smithi055169533-17 from 802816 to 1204224 tid 2 2023-10-14T00:11:50.480 INFO:tasks.rados.rados.0.smithi055.stdout:2961: done (3 left) 2023-10-14T00:11:50.480 INFO:tasks.rados.rados.0.smithi055.stdout:2964: snap_remove snap 279 2023-10-14T00:11:51.453 INFO:tasks.rados.rados.0.smithi055.stdout:2964: done (3 left) 2023-10-14T00:11:51.453 INFO:tasks.rados.rados.0.smithi055.stdout:2965: delete oid 29 current snap is 288 2023-10-14T00:11:51.453 INFO:tasks.rados.rados.0.smithi055.stdout:2960: expect (ObjNum 904 snap 275 seq_num 904) 2023-10-14T00:11:51.515 INFO:tasks.rados.rados.0.smithi055.stdout:2962: finishing write tid 1 to smithi055169533-49 2023-10-14T00:11:51.515 INFO:tasks.rados.rados.0.smithi055.stdout:2962: finishing write tid 2 to smithi055169533-49 2023-10-14T00:11:51.515 INFO:tasks.rados.rados.0.smithi055.stdout:2962: finishing write tid 3 to smithi055169533-49 2023-10-14T00:11:51.516 INFO:tasks.rados.rados.0.smithi055.stdout:2962: finishing write tid 4 to smithi055169533-49 2023-10-14T00:11:51.516 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 49 v 1728 (ObjNum 930 snap 288 seq_num 930) dirty exists 2023-10-14T00:11:51.516 INFO:tasks.rados.rados.0.smithi055.stdout:2962: left oid 49 (ObjNum 930 snap 288 seq_num 930) 2023-10-14T00:11:51.516 INFO:tasks.rados.rados.0.smithi055.stdout:2963: finishing write tid 1 to smithi055169533-17 2023-10-14T00:11:51.516 INFO:tasks.rados.rados.0.smithi055.stdout:2963: finishing write tid 2 to smithi055169533-17 2023-10-14T00:11:51.516 INFO:tasks.rados.rados.0.smithi055.stdout:2963: finishing write tid 3 to smithi055169533-17 2023-10-14T00:11:51.517 INFO:tasks.rados.rados.0.smithi055.stdout:2963: finishing write tid 4 to smithi055169533-17 2023-10-14T00:11:51.517 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 17 v 1978 (ObjNum 931 snap 288 seq_num 931) dirty exists 2023-10-14T00:11:51.517 INFO:tasks.rados.rados.0.smithi055.stdout:2963: left oid 17 (ObjNum 931 snap 288 seq_num 931) 2023-10-14T00:11:51.517 INFO:tasks.rados.rados.0.smithi055.stdout:2960: done (3 left) 2023-10-14T00:11:51.517 INFO:tasks.rados.rados.0.smithi055.stdout:2962: done (2 left) 2023-10-14T00:11:51.518 INFO:tasks.rados.rados.0.smithi055.stdout:2963: done (1 left) 2023-10-14T00:11:51.518 INFO:tasks.rados.rados.0.smithi055.stdout:2965: done (0 left) 2023-10-14T00:11:51.518 INFO:tasks.rados.rados.0.smithi055.stdout:2966: rollback oid 31 current snap is 288 2023-10-14T00:11:51.518 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 31 to 280 2023-10-14T00:11:51.518 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 29 current snap is 288 2023-10-14T00:11:51.519 INFO:tasks.rados.rados.0.smithi055.stdout:2967: seq_num 933 ranges {0=434176,434176=548864,983040=253952} 2023-10-14T00:11:51.519 INFO:tasks.rados.rados.0.smithi055.stdout:2967: writing smithi055169533-29 from 0 to 434176 tid 1 2023-10-14T00:11:51.520 INFO:tasks.rados.rados.0.smithi055.stdout:2967: writing smithi055169533-29 from 434176 to 983040 tid 2 2023-10-14T00:11:51.523 INFO:tasks.rados.rados.0.smithi055.stdout:2967: writing smithi055169533-29 from 983040 to 1236992 tid 3 2023-10-14T00:11:51.523 INFO:tasks.rados.rados.0.smithi055.stdout:2968: read oid 48 snap 287 2023-10-14T00:11:51.523 INFO:tasks.rados.rados.0.smithi055.stdout:2968: expect (ObjNum 867 snap 264 seq_num 867) 2023-10-14T00:11:51.523 INFO:tasks.rados.rados.0.smithi055.stdout:2969: rollback oid 42 current snap is 288 2023-10-14T00:11:51.524 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 42 to 283 2023-10-14T00:11:51.524 INFO:tasks.rados.rados.0.smithi055.stdout:2966: finishing rollback tid 0 to smithi055169533-31 2023-10-14T00:11:51.524 INFO:tasks.rados.rados.0.smithi055.stdout:2966: finishing rollback tid 1 to smithi055169533-31 2023-10-14T00:11:51.524 INFO:tasks.rados.rados.0.smithi055.stdout:2966: finishing rollback tid 2 to smithi055169533-31 2023-10-14T00:11:51.524 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 31 v 1092 (ObjNum 161 snap 0 seq_num 1) dirty exists 2023-10-14T00:11:51.525 INFO:tasks.rados.rados.0.smithi055.stdout:2967: finishing write tid 1 to smithi055169533-29 2023-10-14T00:11:51.525 INFO:tasks.rados.rados.0.smithi055.stdout:2966: done (3 left) 2023-10-14T00:11:51.525 INFO:tasks.rados.rados.0.smithi055.stdout:2970: read oid 24 snap -1 2023-10-14T00:11:51.525 INFO:tasks.rados.rados.0.smithi055.stdout:2970: expect (ObjNum 885 snap 267 seq_num 885) 2023-10-14T00:11:51.525 INFO:tasks.rados.rados.0.smithi055.stdout:2971: read oid 6 snap -1 2023-10-14T00:11:51.526 INFO:tasks.rados.rados.0.smithi055.stdout:2971: expect (ObjNum 779 snap 239 seq_num 779) 2023-10-14T00:11:51.526 INFO:tasks.rados.rados.0.smithi055.stdout:2972: read oid 40 snap -1 2023-10-14T00:11:51.526 INFO:tasks.rados.rados.0.smithi055.stdout:2972: expect deleted 2023-10-14T00:11:51.526 INFO:tasks.rados.rados.0.smithi055.stdout:2973: rollback oid 3 current snap is 288 2023-10-14T00:11:51.526 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 3 to 286 2023-10-14T00:11:51.527 INFO:tasks.rados.rados.0.smithi055.stdout:2974: delete oid 37 current snap is 288 2023-10-14T00:11:51.527 INFO:tasks.rados.rados.0.smithi055.stdout:2969: finishing rollback tid 1 to smithi055169533-42 2023-10-14T00:11:51.527 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 42 v 1123 (ObjNum 177 snap 0 seq_num 1) dirty dne 2023-10-14T00:11:51.527 INFO:tasks.rados.rados.0.smithi055.stdout:2967: finishing write tid 2 to smithi055169533-29 2023-10-14T00:11:51.528 INFO:tasks.rados.rados.0.smithi055.stdout:2967: finishing write tid 3 to smithi055169533-29 2023-10-14T00:11:51.528 INFO:tasks.rados.rados.0.smithi055.stdout:2967: finishing write tid 4 to smithi055169533-29 2023-10-14T00:11:51.532 INFO:tasks.rados.rados.0.smithi055.stdout:2969: done (7 left) 2023-10-14T00:11:51.532 INFO:tasks.rados.rados.0.smithi055.stdout:2972: done (6 left) 2023-10-14T00:11:51.532 INFO:tasks.rados.rados.0.smithi055.stdout:2974: done (5 left) 2023-10-14T00:11:51.532 INFO:tasks.rados.rados.0.smithi055.stdout:2975: read oid 10 snap -1 2023-10-14T00:11:51.532 INFO:tasks.rados.rados.0.smithi055.stdout:2975: expect (ObjNum 891 snap 271 seq_num 891) 2023-10-14T00:11:51.533 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 15 current snap is 288 2023-10-14T00:11:51.533 INFO:tasks.rados.rados.0.smithi055.stdout:2976: seq_num 935 ranges {712704=466944,1179648=720896,1900544=81920} 2023-10-14T00:11:51.535 INFO:tasks.rados.rados.0.smithi055.stdout:2976: writing smithi055169533-15 from 712704 to 1179648 tid 1 2023-10-14T00:11:51.540 INFO:tasks.rados.rados.0.smithi055.stdout:2976: writing smithi055169533-15 from 1179648 to 1900544 tid 2 2023-10-14T00:11:51.542 INFO:tasks.rados.rados.0.smithi055.stdout:2976: writing smithi055169533-15 from 1900544 to 1982464 tid 3 2023-10-14T00:11:51.542 INFO:tasks.rados.rados.0.smithi055.stdout:2977: read oid 33 snap -1 2023-10-14T00:11:51.542 INFO:tasks.rados.rados.0.smithi055.stdout:2977: expect deleted 2023-10-14T00:11:51.542 INFO:tasks.rados.rados.0.smithi055.stdout:2978: read oid 22 snap 283 2023-10-14T00:11:51.542 INFO:tasks.rados.rados.0.smithi055.stdout:2978: expect (ObjNum 863 snap 263 seq_num 863) 2023-10-14T00:11:51.543 INFO:tasks.rados.rados.0.smithi055.stdout:2979: rmattr oid 11 current snap is 288 2023-10-14T00:11:51.543 INFO:tasks.rados.rados.0.smithi055.stdout:2973: finishing rollback tid 0 to smithi055169533-3 2023-10-14T00:11:51.543 INFO:tasks.rados.rados.0.smithi055.stdout:2973: finishing rollback tid 1 to smithi055169533-3 2023-10-14T00:11:51.543 INFO:tasks.rados.rados.0.smithi055.stdout:2967: finishing write tid 5 to smithi055169533-29 2023-10-14T00:11:51.543 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 29 v 1515 (ObjNum 933 snap 288 seq_num 933) dirty exists 2023-10-14T00:11:51.544 INFO:tasks.rados.rados.0.smithi055.stdout:2967: left oid 29 (ObjNum 933 snap 288 seq_num 933) 2023-10-14T00:11:51.544 INFO:tasks.rados.rados.0.smithi055.stdout:2973: finishing rollback tid 2 to smithi055169533-3 2023-10-14T00:11:51.544 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 3 v 1738 (ObjNum 921 snap 282 seq_num 921) dirty exists 2023-10-14T00:11:51.544 INFO:tasks.rados.rados.0.smithi055.stdout:2967: done (9 left) 2023-10-14T00:11:51.544 INFO:tasks.rados.rados.0.smithi055.stdout:2973: done (8 left) 2023-10-14T00:11:51.545 INFO:tasks.rados.rados.0.smithi055.stdout:2980: delete oid 2 current snap is 288 2023-10-14T00:11:51.545 INFO:tasks.rados.rados.0.smithi055.stdout:2975: expect (ObjNum 891 snap 271 seq_num 891) 2023-10-14T00:11:51.575 INFO:tasks.rados.rados.0.smithi055.stdout:2975: done (8 left) 2023-10-14T00:11:51.575 INFO:tasks.rados.rados.0.smithi055.stdout:2980: done (7 left) 2023-10-14T00:11:51.576 INFO:tasks.rados.rados.0.smithi055.stdout:2981: read oid 34 snap -1 2023-10-14T00:11:51.576 INFO:tasks.rados.rados.0.smithi055.stdout:2981: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:11:51.576 INFO:tasks.rados.rados.0.smithi055.stdout:2982: read oid 42 snap -1 2023-10-14T00:11:51.577 INFO:tasks.rados.rados.0.smithi055.stdout:2982: expect deleted 2023-10-14T00:11:51.577 INFO:tasks.rados.rados.0.smithi055.stdout:2983: snap_remove snap 276 2023-10-14T00:11:51.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:51 smithi055 ceph-mon[185614]: osdmap e646: 8 total, 8 up, 8 in 2023-10-14T00:11:51.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:51 smithi055 ceph-mon[185614]: pgmap v682: 121 pgs: 121 active+clean; 144 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 1.0 MiB/s rd, 1.4 MiB/s wr, 9 op/s 2023-10-14T00:11:51.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:51 smithi055 ceph-mon[183057]: osdmap e646: 8 total, 8 up, 8 in 2023-10-14T00:11:51.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:51 smithi055 ceph-mon[183057]: pgmap v682: 121 pgs: 121 active+clean; 144 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 1.0 MiB/s rd, 1.4 MiB/s wr, 9 op/s 2023-10-14T00:11:51.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:51 smithi082 ceph-mon[180771]: osdmap e646: 8 total, 8 up, 8 in 2023-10-14T00:11:51.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:51 smithi082 ceph-mon[180771]: pgmap v682: 121 pgs: 121 active+clean; 144 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 1.0 MiB/s rd, 1.4 MiB/s wr, 9 op/s 2023-10-14T00:11:52.470 INFO:tasks.rados.rados.0.smithi055.stdout:2983: done (9 left) 2023-10-14T00:11:52.470 INFO:tasks.rados.rados.0.smithi055.stdout:2984: read oid 21 snap 287 2023-10-14T00:11:52.470 INFO:tasks.rados.rados.0.smithi055.stdout:2984: expect (ObjNum 869 snap 264 seq_num 869) 2023-10-14T00:11:52.471 INFO:tasks.rados.rados.0.smithi055.stdout:2985: read oid 26 snap -1 2023-10-14T00:11:52.471 INFO:tasks.rados.rados.0.smithi055.stdout:2985: expect (ObjNum 908 snap 277 seq_num 908) 2023-10-14T00:11:52.471 INFO:tasks.rados.rados.0.smithi055.stdout:2986: rmattr oid 47 current snap is 288 2023-10-14T00:11:52.471 INFO:tasks.rados.rados.0.smithi055.stdout:2976: finishing write tid 1 to smithi055169533-15 2023-10-14T00:11:52.471 INFO:tasks.rados.rados.0.smithi055.stdout:2976: finishing write tid 2 to smithi055169533-15 2023-10-14T00:11:52.472 INFO:tasks.rados.rados.0.smithi055.stdout:2976: finishing write tid 3 to smithi055169533-15 2023-10-14T00:11:52.472 INFO:tasks.rados.rados.0.smithi055.stdout:2976: finishing write tid 4 to smithi055169533-15 2023-10-14T00:11:52.472 INFO:tasks.rados.rados.0.smithi055.stdout:2976: finishing write tid 5 to smithi055169533-15 2023-10-14T00:11:52.472 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 15 v 1743 (ObjNum 935 snap 288 seq_num 935) dirty exists 2023-10-14T00:11:52.472 INFO:tasks.rados.rados.0.smithi055.stdout:2976: left oid 15 (ObjNum 935 snap 288 seq_num 935) 2023-10-14T00:11:52.473 INFO:tasks.rados.rados.0.smithi055.stdout:2968: expect (ObjNum 867 snap 264 seq_num 867) 2023-10-14T00:11:52.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:52 smithi055 ceph-mon[183057]: osdmap e647: 8 total, 8 up, 8 in 2023-10-14T00:11:52.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:52 smithi055 ceph-mon[185614]: osdmap e647: 8 total, 8 up, 8 in 2023-10-14T00:11:52.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:52 smithi082 ceph-mon[180771]: osdmap e647: 8 total, 8 up, 8 in 2023-10-14T00:11:53.254 INFO:tasks.rados.rados.0.smithi055.stdout:2981: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:11:53.256 INFO:tasks.rados.rados.0.smithi055.stdout:2978: expect (ObjNum 863 snap 263 seq_num 863) 2023-10-14T00:11:53.669 INFO:tasks.rados.rados.0.smithi055.stdout:2970: expect (ObjNum 885 snap 267 seq_num 885) 2023-10-14T00:11:53.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:53 smithi055 ceph-mon[183057]: osdmap e648: 8 total, 8 up, 8 in 2023-10-14T00:11:53.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:53 smithi055 ceph-mon[183057]: pgmap v685: 121 pgs: 121 active+clean; 144 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 0 B/s rd, 916 KiB/s wr, 6 op/s 2023-10-14T00:11:53.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:53 smithi055 ceph-mon[185614]: osdmap e648: 8 total, 8 up, 8 in 2023-10-14T00:11:53.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:53 smithi055 ceph-mon[185614]: pgmap v685: 121 pgs: 121 active+clean; 144 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 0 B/s rd, 916 KiB/s wr, 6 op/s 2023-10-14T00:11:53.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:53 smithi082 ceph-mon[180771]: osdmap e648: 8 total, 8 up, 8 in 2023-10-14T00:11:53.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:53 smithi082 ceph-mon[180771]: pgmap v685: 121 pgs: 121 active+clean; 144 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 0 B/s rd, 916 KiB/s wr, 6 op/s 2023-10-14T00:11:54.232 INFO:tasks.rados.rados.0.smithi055.stdout:2971: expect (ObjNum 779 snap 239 seq_num 779) 2023-10-14T00:11:54.465 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 11 v 1124 (ObjNum 161 snap 0 seq_num 0) dirty exists 2023-10-14T00:11:54.465 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 47 v 1744 (ObjNum 289 snap 0 seq_num 0) dirty exists 2023-10-14T00:11:54.465 INFO:tasks.rados.rados.0.smithi055.stdout:2985: expect (ObjNum 908 snap 277 seq_num 908) 2023-10-14T00:11:54.514 INFO:tasks.rados.rados.0.smithi055.stdout:2984: expect (ObjNum 869 snap 264 seq_num 869) 2023-10-14T00:11:54.639 INFO:tasks.rados.rados.0.smithi055.stdout:2968: done (11 left) 2023-10-14T00:11:54.639 INFO:tasks.rados.rados.0.smithi055.stdout:2970: done (10 left) 2023-10-14T00:11:54.639 INFO:tasks.rados.rados.0.smithi055.stdout:2971: done (9 left) 2023-10-14T00:11:54.639 INFO:tasks.rados.rados.0.smithi055.stdout:2976: done (8 left) 2023-10-14T00:11:54.639 INFO:tasks.rados.rados.0.smithi055.stdout:2977: done (7 left) 2023-10-14T00:11:54.640 INFO:tasks.rados.rados.0.smithi055.stdout:2978: done (6 left) 2023-10-14T00:11:54.640 INFO:tasks.rados.rados.0.smithi055.stdout:2979: done (5 left) 2023-10-14T00:11:54.640 INFO:tasks.rados.rados.0.smithi055.stdout:2981: done (4 left) 2023-10-14T00:11:54.640 INFO:tasks.rados.rados.0.smithi055.stdout:2982: done (3 left) 2023-10-14T00:11:54.640 INFO:tasks.rados.rados.0.smithi055.stdout:2984: done (2 left) 2023-10-14T00:11:54.641 INFO:tasks.rados.rados.0.smithi055.stdout:2985: done (1 left) 2023-10-14T00:11:54.641 INFO:tasks.rados.rados.0.smithi055.stdout:2986: done (0 left) 2023-10-14T00:11:54.641 INFO:tasks.rados.rados.0.smithi055.stdout:2987: rollback oid 13 current snap is 288 2023-10-14T00:11:54.641 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 13 to 285 2023-10-14T00:11:54.641 INFO:tasks.rados.rados.0.smithi055.stdout:2988: read oid 50 snap -1 2023-10-14T00:11:54.642 INFO:tasks.rados.rados.0.smithi055.stdout:2988: expect (ObjNum 924 snap 285 seq_num 924) 2023-10-14T00:11:54.642 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 33 current snap is 288 2023-10-14T00:11:54.642 INFO:tasks.rados.rados.0.smithi055.stdout:2989: seq_num 937 ranges {0=499712,499712=532480,1032192=270336} 2023-10-14T00:11:54.642 INFO:tasks.rados.rados.0.smithi055.stdout:2989: writing smithi055169533-33 from 0 to 499712 tid 1 2023-10-14T00:11:54.644 INFO:tasks.rados.rados.0.smithi055.stdout:2989: writing smithi055169533-33 from 499712 to 1032192 tid 2 2023-10-14T00:11:54.647 INFO:tasks.rados.rados.0.smithi055.stdout:2989: writing smithi055169533-33 from 1032192 to 1302528 tid 3 2023-10-14T00:11:54.647 INFO:tasks.rados.rados.0.smithi055.stdout:2990: snap_create 2023-10-14T00:11:54.647 INFO:tasks.rados.rados.0.smithi055.stdout:2987: finishing rollback tid 0 to smithi055169533-13 2023-10-14T00:11:54.647 INFO:tasks.rados.rados.0.smithi055.stdout:2987: finishing rollback tid 1 to smithi055169533-13 2023-10-14T00:11:54.648 INFO:tasks.rados.rados.0.smithi055.stdout:2987: finishing rollback tid 2 to smithi055169533-13 2023-10-14T00:11:54.648 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 13 v 1774 (ObjNum 889 snap 270 seq_num 889) dirty exists 2023-10-14T00:11:54.648 INFO:tasks.rados.rados.0.smithi055.stdout:2989: finishing write tid 1 to smithi055169533-33 2023-10-14T00:11:54.650 INFO:tasks.rados.rados.0.smithi055.stdout:2989: finishing write tid 2 to smithi055169533-33 2023-10-14T00:11:54.650 INFO:tasks.rados.rados.0.smithi055.stdout:2989: finishing write tid 3 to smithi055169533-33 2023-10-14T00:11:54.650 INFO:tasks.rados.rados.0.smithi055.stdout:2989: finishing write tid 4 to smithi055169533-33 2023-10-14T00:11:54.653 INFO:tasks.rados.rados.0.smithi055.stdout:2989: finishing write tid 5 to smithi055169533-33 2023-10-14T00:11:54.654 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 33 v 1521 (ObjNum 937 snap 288 seq_num 937) dirty exists 2023-10-14T00:11:54.654 INFO:tasks.rados.rados.0.smithi055.stdout:2989: left oid 33 (ObjNum 937 snap 288 seq_num 937) 2023-10-14T00:11:54.656 INFO:tasks.rados.rados.0.smithi055.stdout:2988: expect (ObjNum 924 snap 285 seq_num 924) 2023-10-14T00:11:54.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:11:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:11:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:11:55.505 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:11:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:11:55] "GET /metrics HTTP/1.1" 200 36161 "" "Prometheus/2.43.0" 2023-10-14T00:11:55.515 INFO:tasks.rados.rados.0.smithi055.stdout:2987: done (3 left) 2023-10-14T00:11:55.516 INFO:tasks.rados.rados.0.smithi055.stdout:2988: done (2 left) 2023-10-14T00:11:55.516 INFO:tasks.rados.rados.0.smithi055.stdout:2989: done (1 left) 2023-10-14T00:11:55.516 INFO:tasks.rados.rados.0.smithi055.stdout:2990: done (0 left) 2023-10-14T00:11:55.516 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 25 current snap is 289 2023-10-14T00:11:55.517 INFO:tasks.rados.rados.0.smithi055.stdout:2991: seq_num 938 ranges {0=516096,516096=417792,933888=385024} 2023-10-14T00:11:55.518 INFO:tasks.rados.rados.0.smithi055.stdout:2991: writing smithi055169533-25 from 0 to 516096 tid 1 2023-10-14T00:11:55.521 INFO:tasks.rados.rados.0.smithi055.stdout:2991: writing smithi055169533-25 from 516096 to 933888 tid 2 2023-10-14T00:11:55.524 INFO:tasks.rados.rados.0.smithi055.stdout:2991: writing smithi055169533-25 from 933888 to 1318912 tid 3 2023-10-14T00:11:55.524 INFO:tasks.rados.rados.0.smithi055.stdout:2992: rmattr oid 5 current snap is 289 2023-10-14T00:11:55.525 INFO:tasks.rados.rados.0.smithi055.stdout:2991: finishing write tid 1 to smithi055169533-25 2023-10-14T00:11:55.525 INFO:tasks.rados.rados.0.smithi055.stdout:2993: snap_create 2023-10-14T00:11:55.525 INFO:tasks.rados.rados.0.smithi055.stdout:2991: finishing write tid 2 to smithi055169533-25 2023-10-14T00:11:55.527 INFO:tasks.rados.rados.0.smithi055.stdout:2991: finishing write tid 3 to smithi055169533-25 2023-10-14T00:11:55.527 INFO:tasks.rados.rados.0.smithi055.stdout:2991: finishing write tid 4 to smithi055169533-25 2023-10-14T00:11:55.528 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 5 v 1103 (ObjNum 925 snap 285 seq_num 925) dirty exists 2023-10-14T00:11:55.533 INFO:tasks.rados.rados.0.smithi055.stdout:2991: finishing write tid 5 to smithi055169533-25 2023-10-14T00:11:55.533 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 25 v 381 (ObjNum 938 snap 289 seq_num 938) dirty exists 2023-10-14T00:11:55.533 INFO:tasks.rados.rados.0.smithi055.stdout:2991: left oid 25 (ObjNum 938 snap 289 seq_num 938) 2023-10-14T00:11:55.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:55 smithi055 ceph-mon[185614]: pgmap v686: 121 pgs: 121 active+clean; 138 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.2 MiB/s rd, 887 KiB/s wr, 14 op/s 2023-10-14T00:11:55.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:55 smithi055 ceph-mon[183057]: pgmap v686: 121 pgs: 121 active+clean; 138 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.2 MiB/s rd, 887 KiB/s wr, 14 op/s 2023-10-14T00:11:55.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:55 smithi082 ceph-mon[180771]: pgmap v686: 121 pgs: 121 active+clean; 138 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.2 MiB/s rd, 887 KiB/s wr, 14 op/s 2023-10-14T00:11:56.517 INFO:tasks.rados.rados.0.smithi055.stdout:2991: done (2 left) 2023-10-14T00:11:56.518 INFO:tasks.rados.rados.0.smithi055.stdout:2992: done (1 left) 2023-10-14T00:11:56.518 INFO:tasks.rados.rados.0.smithi055.stdout:2993: done (0 left) 2023-10-14T00:11:56.518 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 40 current snap is 290 2023-10-14T00:11:56.518 INFO:tasks.rados.rados.0.smithi055.stdout:2994: seq_num 939 ranges {0=532480,532480=704512,1236992=98304} 2023-10-14T00:11:56.520 INFO:tasks.rados.rados.0.smithi055.stdout:2994: writing smithi055169533-40 from 0 to 532480 tid 1 2023-10-14T00:11:56.524 INFO:tasks.rados.rados.0.smithi055.stdout:2994: writing smithi055169533-40 from 532480 to 1236992 tid 2 2023-10-14T00:11:56.525 INFO:tasks.rados.rados.0.smithi055.stdout:2994: writing smithi055169533-40 from 1236992 to 1335296 tid 3 2023-10-14T00:11:56.526 INFO:tasks.rados.rados.0.smithi055.stdout:2995: snap_create 2023-10-14T00:11:56.526 INFO:tasks.rados.rados.0.smithi055.stdout:2994: finishing write tid 1 to smithi055169533-40 2023-10-14T00:11:56.529 INFO:tasks.rados.rados.0.smithi055.stdout:2994: finishing write tid 2 to smithi055169533-40 2023-10-14T00:11:56.529 INFO:tasks.rados.rados.0.smithi055.stdout:2994: finishing write tid 3 to smithi055169533-40 2023-10-14T00:11:56.530 INFO:tasks.rados.rados.0.smithi055.stdout:2994: finishing write tid 4 to smithi055169533-40 2023-10-14T00:11:56.531 INFO:tasks.rados.rados.0.smithi055.stdout:2994: finishing write tid 5 to smithi055169533-40 2023-10-14T00:11:56.531 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 40 v 1513 (ObjNum 939 snap 290 seq_num 939) dirty exists 2023-10-14T00:11:56.531 INFO:tasks.rados.rados.0.smithi055.stdout:2994: left oid 40 (ObjNum 939 snap 290 seq_num 939) 2023-10-14T00:11:56.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:56 smithi055 ceph-mon[185614]: osdmap e649: 8 total, 8 up, 8 in 2023-10-14T00:11:56.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:56 smithi055 ceph-mon[183057]: osdmap e649: 8 total, 8 up, 8 in 2023-10-14T00:11:56.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:56 smithi082 ceph-mon[180771]: osdmap e649: 8 total, 8 up, 8 in 2023-10-14T00:11:57.528 INFO:tasks.rados.rados.0.smithi055.stdout:2994: done (1 left) 2023-10-14T00:11:57.528 INFO:tasks.rados.rados.0.smithi055.stdout:2995: done (0 left) 2023-10-14T00:11:57.529 INFO:tasks.rados.rados.0.smithi055.stdout:2996: snap_create 2023-10-14T00:11:57.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:57 smithi082 ceph-mon[180771]: osdmap e650: 8 total, 8 up, 8 in 2023-10-14T00:11:57.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:57 smithi082 ceph-mon[180771]: pgmap v689: 121 pgs: 121 active+clean; 124 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 18 MiB/s rd, 877 KiB/s wr, 18 op/s 2023-10-14T00:11:58.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:57 smithi055 ceph-mon[183057]: osdmap e650: 8 total, 8 up, 8 in 2023-10-14T00:11:58.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:57 smithi055 ceph-mon[183057]: pgmap v689: 121 pgs: 121 active+clean; 124 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 18 MiB/s rd, 877 KiB/s wr, 18 op/s 2023-10-14T00:11:58.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:57 smithi055 ceph-mon[185614]: osdmap e650: 8 total, 8 up, 8 in 2023-10-14T00:11:58.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:57 smithi055 ceph-mon[185614]: pgmap v689: 121 pgs: 121 active+clean; 124 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 18 MiB/s rd, 877 KiB/s wr, 18 op/s 2023-10-14T00:11:58.537 INFO:tasks.rados.rados.0.smithi055.stdout:2996: done (0 left) 2023-10-14T00:11:58.538 INFO:tasks.rados.rados.0.smithi055.stdout:2997: setattr oid 37 current snap is 292 2023-10-14T00:11:58.540 INFO:tasks.rados.rados.0.smithi055.stdout:2998: copy_from oid 13 from oid 1 current snap is 292 2023-10-14T00:11:58.541 INFO:tasks.rados.rados.0.smithi055.stdout:2999: delete oid 27 current snap is 292 2023-10-14T00:11:58.548 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 37 v 1104 (ObjNum 161 snap 0 seq_num 1) dirty exists 2023-10-14T00:11:58.549 INFO:tasks.rados.rados.0.smithi055.stdout:2997: done (2 left) 2023-10-14T00:11:58.549 INFO:tasks.rados.rados.0.smithi055.stdout:2999: done (1 left) 2023-10-14T00:11:58.549 INFO:tasks.rados.rados.0.smithi055.stdout:3000: copy_from oid 18 from oid 34 current snap is 292 2023-10-14T00:11:58.549 INFO:tasks.rados.rados.0.smithi055.stdout:3001: snap_remove snap 285 2023-10-14T00:11:58.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:58 smithi082 ceph-mon[180771]: osdmap e651: 8 total, 8 up, 8 in 2023-10-14T00:11:59.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:58 smithi055 ceph-mon[185614]: osdmap e651: 8 total, 8 up, 8 in 2023-10-14T00:11:59.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:58 smithi055 ceph-mon[183057]: osdmap e651: 8 total, 8 up, 8 in 2023-10-14T00:11:59.564 INFO:tasks.rados.rados.0.smithi055.stdout:3001: done (2 left) 2023-10-14T00:11:59.564 INFO:tasks.rados.rados.0.smithi055.stdout:3002: rmattr oid 15 current snap is 292 2023-10-14T00:11:59.564 INFO:tasks.rados.rados.0.smithi055.stdout:3003: setattr oid 3 current snap is 292 2023-10-14T00:11:59.565 INFO:tasks.rados.rados.0.smithi055.stdout:3000: finishing copy_from racing read to smithi055169533-18 2023-10-14T00:11:59.565 INFO:tasks.rados.rados.0.smithi055.stdout:3000: finishing copy_from to smithi055169533-18 2023-10-14T00:11:59.565 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 18 v 1742 (ObjNum 33 snap 0 seq_num 1521792840) dirty exists 2023-10-14T00:11:59.565 INFO:tasks.rados.rados.0.smithi055.stdout:2998: finishing copy_from racing read to smithi055169533-13 2023-10-14T00:11:59.565 INFO:tasks.rados.rados.0.smithi055.stdout:2998: finishing copy_from to smithi055169533-13 2023-10-14T00:11:59.566 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 13 v 1771 (ObjNum 927 snap 285 seq_num 927) dirty exists 2023-10-14T00:11:59.566 INFO:tasks.rados.rados.0.smithi055.stdout:2998: done (3 left) 2023-10-14T00:11:59.566 INFO:tasks.rados.rados.0.smithi055.stdout:3000: done (2 left) 2023-10-14T00:11:59.567 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 27 current snap is 292 2023-10-14T00:11:59.567 INFO:tasks.rados.rados.0.smithi055.stdout:3004: seq_num 941 ranges {0=565248,565248=475136,1040384=327680} 2023-10-14T00:11:59.568 INFO:tasks.rados.rados.0.smithi055.stdout:3004: writing smithi055169533-27 from 0 to 565248 tid 1 2023-10-14T00:11:59.571 INFO:tasks.rados.rados.0.smithi055.stdout:3004: writing smithi055169533-27 from 565248 to 1040384 tid 2 2023-10-14T00:11:59.574 INFO:tasks.rados.rados.0.smithi055.stdout:3004: writing smithi055169533-27 from 1040384 to 1368064 tid 3 2023-10-14T00:11:59.574 INFO:tasks.rados.rados.0.smithi055.stdout:3005: read oid 33 snap -1 2023-10-14T00:11:59.574 INFO:tasks.rados.rados.0.smithi055.stdout:3005: expect (ObjNum 937 snap 288 seq_num 937) 2023-10-14T00:11:59.575 INFO:tasks.rados.rados.0.smithi055.stdout:3006: snap_remove snap 287 2023-10-14T00:11:59.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:59 smithi082 ceph-mon[180771]: osdmap e652: 8 total, 8 up, 8 in 2023-10-14T00:11:59.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:11:59 smithi082 ceph-mon[180771]: pgmap v692: 121 pgs: 121 active+clean; 132 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 16 MiB/s rd, 1.9 MiB/s wr, 14 op/s 2023-10-14T00:12:00.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:59 smithi055 ceph-mon[185614]: osdmap e652: 8 total, 8 up, 8 in 2023-10-14T00:12:00.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:11:59 smithi055 ceph-mon[185614]: pgmap v692: 121 pgs: 121 active+clean; 132 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 16 MiB/s rd, 1.9 MiB/s wr, 14 op/s 2023-10-14T00:12:00.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:59 smithi055 ceph-mon[183057]: osdmap e652: 8 total, 8 up, 8 in 2023-10-14T00:12:00.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:11:59 smithi055 ceph-mon[183057]: pgmap v692: 121 pgs: 121 active+clean; 132 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 16 MiB/s rd, 1.9 MiB/s wr, 14 op/s 2023-10-14T00:12:00.439 INFO:tasks.rados.rados.0.smithi055.stdout:3006: done (4 left) 2023-10-14T00:12:00.439 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 20 current snap is 292 2023-10-14T00:12:00.439 INFO:tasks.rados.rados.0.smithi055.stdout:3007: seq_num 942 ranges {0=581632,581632=761856,1343488=40960} 2023-10-14T00:12:00.441 INFO:tasks.rados.rados.0.smithi055.stdout:3007: writing smithi055169533-20 from 0 to 581632 tid 1 2023-10-14T00:12:00.447 INFO:tasks.rados.rados.0.smithi055.stdout:3007: writing smithi055169533-20 from 581632 to 1343488 tid 2 2023-10-14T00:12:00.447 INFO:tasks.rados.rados.0.smithi055.stdout:3007: writing smithi055169533-20 from 1343488 to 1384448 tid 3 2023-10-14T00:12:00.447 INFO:tasks.rados.rados.0.smithi055.stdout:3008: snap_remove snap 286 2023-10-14T00:12:00.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:00 smithi082 ceph-mon[180771]: osdmap e653: 8 total, 8 up, 8 in 2023-10-14T00:12:00.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:00 smithi082 ceph-mon[180771]: osdmap e654: 8 total, 8 up, 8 in 2023-10-14T00:12:01.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:00 smithi055 ceph-mon[185614]: osdmap e653: 8 total, 8 up, 8 in 2023-10-14T00:12:01.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:00 smithi055 ceph-mon[185614]: osdmap e654: 8 total, 8 up, 8 in 2023-10-14T00:12:01.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:00 smithi055 ceph-mon[183057]: osdmap e653: 8 total, 8 up, 8 in 2023-10-14T00:12:01.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:00 smithi055 ceph-mon[183057]: osdmap e654: 8 total, 8 up, 8 in 2023-10-14T00:12:01.461 INFO:tasks.rados.rados.0.smithi055.stdout:3008: done (5 left) 2023-10-14T00:12:01.461 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 18 current snap is 292 2023-10-14T00:12:01.462 INFO:tasks.rados.rados.0.smithi055.stdout:3009: seq_num 943 ranges {0=598016,598016=688128,1286144=114688} 2023-10-14T00:12:01.462 INFO:tasks.rados.rados.0.smithi055.stdout:3009: writing smithi055169533-18 from 0 to 598016 tid 1 2023-10-14T00:12:01.465 INFO:tasks.rados.rados.0.smithi055.stdout:3009: writing smithi055169533-18 from 598016 to 1286144 tid 2 2023-10-14T00:12:01.466 INFO:tasks.rados.rados.0.smithi055.stdout:3009: writing smithi055169533-18 from 1286144 to 1400832 tid 3 2023-10-14T00:12:01.466 INFO:tasks.rados.rados.0.smithi055.stdout:3010: snap_create 2023-10-14T00:12:01.466 INFO:tasks.rados.rados.0.smithi055.stdout:3005: expect (ObjNum 937 snap 288 seq_num 937) 2023-10-14T00:12:01.505 INFO:tasks.rados.rados.0.smithi055.stdout:3004: finishing write tid 1 to smithi055169533-27 2023-10-14T00:12:01.506 INFO:tasks.rados.rados.0.smithi055.stdout:3004: finishing write tid 2 to smithi055169533-27 2023-10-14T00:12:01.506 INFO:tasks.rados.rados.0.smithi055.stdout:3004: finishing write tid 3 to smithi055169533-27 2023-10-14T00:12:01.506 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 15 v 1759 (ObjNum 935 snap 288 seq_num 935) dirty exists 2023-10-14T00:12:01.506 INFO:tasks.rados.rados.0.smithi055.stdout:3004: finishing write tid 4 to smithi055169533-27 2023-10-14T00:12:01.507 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 3 v 1761 (ObjNum 921 snap 282 seq_num 921) dirty exists 2023-10-14T00:12:01.507 INFO:tasks.rados.rados.0.smithi055.stdout:3004: finishing write tid 5 to smithi055169533-27 2023-10-14T00:12:01.507 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 27 v 2004 (ObjNum 941 snap 292 seq_num 941) dirty exists 2023-10-14T00:12:01.507 INFO:tasks.rados.rados.0.smithi055.stdout:3004: left oid 27 (ObjNum 941 snap 292 seq_num 941) 2023-10-14T00:12:01.507 INFO:tasks.rados.rados.0.smithi055.stdout:3007: finishing write tid 1 to smithi055169533-20 2023-10-14T00:12:01.508 INFO:tasks.rados.rados.0.smithi055.stdout:3007: finishing write tid 2 to smithi055169533-20 2023-10-14T00:12:01.508 INFO:tasks.rados.rados.0.smithi055.stdout:3007: finishing write tid 3 to smithi055169533-20 2023-10-14T00:12:01.508 INFO:tasks.rados.rados.0.smithi055.stdout:3007: finishing write tid 4 to smithi055169533-20 2023-10-14T00:12:01.508 INFO:tasks.rados.rados.0.smithi055.stdout:3007: finishing write tid 5 to smithi055169533-20 2023-10-14T00:12:01.508 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 20 v 1128 (ObjNum 942 snap 292 seq_num 942) dirty exists 2023-10-14T00:12:01.509 INFO:tasks.rados.rados.0.smithi055.stdout:3007: left oid 20 (ObjNum 942 snap 292 seq_num 942) 2023-10-14T00:12:01.509 INFO:tasks.rados.rados.0.smithi055.stdout:3009: finishing write tid 1 to smithi055169533-18 2023-10-14T00:12:01.509 INFO:tasks.rados.rados.0.smithi055.stdout:3009: finishing write tid 2 to smithi055169533-18 2023-10-14T00:12:01.509 INFO:tasks.rados.rados.0.smithi055.stdout:3009: finishing write tid 3 to smithi055169533-18 2023-10-14T00:12:01.509 INFO:tasks.rados.rados.0.smithi055.stdout:3009: finishing write tid 4 to smithi055169533-18 2023-10-14T00:12:01.509 INFO:tasks.rados.rados.0.smithi055.stdout:3009: finishing write tid 5 to smithi055169533-18 2023-10-14T00:12:01.510 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 18 v 1781 (ObjNum 943 snap 292 seq_num 943) dirty exists 2023-10-14T00:12:01.510 INFO:tasks.rados.rados.0.smithi055.stdout:3009: left oid 18 (ObjNum 943 snap 292 seq_num 943) 2023-10-14T00:12:01.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:01 smithi082 ceph-mon[180771]: pgmap v695: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 132 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 2.7 MiB/s rd, 1.9 MiB/s wr, 6 op/s 2023-10-14T00:12:01.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:01 smithi082 ceph-mon[180771]: osdmap e655: 8 total, 8 up, 8 in 2023-10-14T00:12:02.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:01 smithi055 ceph-mon[185614]: pgmap v695: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 132 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 2.7 MiB/s rd, 1.9 MiB/s wr, 6 op/s 2023-10-14T00:12:02.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:01 smithi055 ceph-mon[185614]: osdmap e655: 8 total, 8 up, 8 in 2023-10-14T00:12:02.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:01 smithi055 ceph-mon[183057]: pgmap v695: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 132 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 2.7 MiB/s rd, 1.9 MiB/s wr, 6 op/s 2023-10-14T00:12:02.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:01 smithi055 ceph-mon[183057]: osdmap e655: 8 total, 8 up, 8 in 2023-10-14T00:12:02.460 INFO:tasks.rados.rados.0.smithi055.stdout:3002: done (6 left) 2023-10-14T00:12:02.460 INFO:tasks.rados.rados.0.smithi055.stdout:3003: done (5 left) 2023-10-14T00:12:02.461 INFO:tasks.rados.rados.0.smithi055.stdout:3004: done (4 left) 2023-10-14T00:12:02.461 INFO:tasks.rados.rados.0.smithi055.stdout:3005: done (3 left) 2023-10-14T00:12:02.461 INFO:tasks.rados.rados.0.smithi055.stdout:3007: done (2 left) 2023-10-14T00:12:02.461 INFO:tasks.rados.rados.0.smithi055.stdout:3009: done (1 left) 2023-10-14T00:12:02.461 INFO:tasks.rados.rados.0.smithi055.stdout:3010: done (0 left) 2023-10-14T00:12:02.462 INFO:tasks.rados.rados.0.smithi055.stdout:3011: read oid 30 snap -1 2023-10-14T00:12:02.462 INFO:tasks.rados.rados.0.smithi055.stdout:3011: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:12:02.462 INFO:tasks.rados.rados.0.smithi055.stdout:3012: snap_remove snap 290 2023-10-14T00:12:03.475 INFO:tasks.rados.rados.0.smithi055.stdout:3012: done (1 left) 2023-10-14T00:12:03.475 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 33 current snap is 293 2023-10-14T00:12:03.476 INFO:tasks.rados.rados.0.smithi055.stdout:3013: seq_num 944 ranges {1302528=614400,1916928=573440,2490368=229376} 2023-10-14T00:12:03.486 INFO:tasks.rados.rados.0.smithi055.stdout:3013: writing smithi055169533-33 from 1302528 to 1916928 tid 1 2023-10-14T00:12:03.489 INFO:tasks.rados.rados.0.smithi055.stdout:3013: writing smithi055169533-33 from 1916928 to 2490368 tid 2 2023-10-14T00:12:03.491 INFO:tasks.rados.rados.0.smithi055.stdout:3013: writing smithi055169533-33 from 2490368 to 2719744 tid 3 2023-10-14T00:12:03.491 INFO:tasks.rados.rados.0.smithi055.stdout:3014: delete oid 16 current snap is 293 2023-10-14T00:12:03.491 INFO:tasks.rados.rados.0.smithi055.stdout:3011: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:12:03.492 INFO:tasks.rados.rados.0.smithi055.stdout:3013: finishing write tid 1 to smithi055169533-33 2023-10-14T00:12:03.494 INFO:tasks.rados.rados.0.smithi055.stdout:3011: done (2 left) 2023-10-14T00:12:03.494 INFO:tasks.rados.rados.0.smithi055.stdout:3014: done (1 left) 2023-10-14T00:12:03.494 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 31 current snap is 293 2023-10-14T00:12:03.495 INFO:tasks.rados.rados.0.smithi055.stdout:3015: seq_num 946 ranges {0=647168,647168=745472,1392640=57344} 2023-10-14T00:12:03.498 INFO:tasks.rados.rados.0.smithi055.stdout:3015: writing smithi055169533-31 from 0 to 647168 tid 1 2023-10-14T00:12:03.502 INFO:tasks.rados.rados.0.smithi055.stdout:3015: writing smithi055169533-31 from 647168 to 1392640 tid 2 2023-10-14T00:12:03.503 INFO:tasks.rados.rados.0.smithi055.stdout:3015: writing smithi055169533-31 from 1392640 to 1449984 tid 3 2023-10-14T00:12:03.503 INFO:tasks.rados.rados.0.smithi055.stdout:3016: snap_remove snap 283 2023-10-14T00:12:03.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:03 smithi055 ceph-mon[185614]: osdmap e656: 8 total, 8 up, 8 in 2023-10-14T00:12:03.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:03 smithi055 ceph-mon[185614]: pgmap v698: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 132 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 2.7 MiB/s rd, 0 B/s wr, 6 op/s 2023-10-14T00:12:03.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:03 smithi055 ceph-mon[183057]: osdmap e656: 8 total, 8 up, 8 in 2023-10-14T00:12:03.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:03 smithi055 ceph-mon[183057]: pgmap v698: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 132 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 2.7 MiB/s rd, 0 B/s wr, 6 op/s 2023-10-14T00:12:03.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:03 smithi082 ceph-mon[180771]: osdmap e656: 8 total, 8 up, 8 in 2023-10-14T00:12:03.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:03 smithi082 ceph-mon[180771]: pgmap v698: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 132 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 2.7 MiB/s rd, 0 B/s wr, 6 op/s 2023-10-14T00:12:04.479 INFO:tasks.rados.rados.0.smithi055.stdout:3016: done (2 left) 2023-10-14T00:12:04.479 INFO:tasks.rados.rados.0.smithi055.stdout:3017: rmattr oid 19 current snap is 293 2023-10-14T00:12:04.480 INFO:tasks.rados.rados.0.smithi055.stdout:3017: done (2 left) 2023-10-14T00:12:04.480 INFO:tasks.rados.rados.0.smithi055.stdout:3018: delete oid 17 current snap is 293 2023-10-14T00:12:04.480 INFO:tasks.rados.rados.0.smithi055.stdout:3013: finishing write tid 2 to smithi055169533-33 2023-10-14T00:12:04.480 INFO:tasks.rados.rados.0.smithi055.stdout:3013: finishing write tid 3 to smithi055169533-33 2023-10-14T00:12:04.480 INFO:tasks.rados.rados.0.smithi055.stdout:3013: finishing write tid 4 to smithi055169533-33 2023-10-14T00:12:04.480 INFO:tasks.rados.rados.0.smithi055.stdout:3013: finishing write tid 5 to smithi055169533-33 2023-10-14T00:12:04.481 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 33 v 1525 (ObjNum 944 snap 293 seq_num 944) dirty exists 2023-10-14T00:12:04.481 INFO:tasks.rados.rados.0.smithi055.stdout:3013: left oid 33 (ObjNum 944 snap 293 seq_num 944) 2023-10-14T00:12:04.481 INFO:tasks.rados.rados.0.smithi055.stdout:3015: finishing write tid 1 to smithi055169533-31 2023-10-14T00:12:04.481 INFO:tasks.rados.rados.0.smithi055.stdout:3015: finishing write tid 2 to smithi055169533-31 2023-10-14T00:12:04.481 INFO:tasks.rados.rados.0.smithi055.stdout:3015: finishing write tid 3 to smithi055169533-31 2023-10-14T00:12:04.482 INFO:tasks.rados.rados.0.smithi055.stdout:3015: finishing write tid 4 to smithi055169533-31 2023-10-14T00:12:04.482 INFO:tasks.rados.rados.0.smithi055.stdout:3015: finishing write tid 5 to smithi055169533-31 2023-10-14T00:12:04.482 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 31 v 1133 (ObjNum 946 snap 293 seq_num 946) dirty exists 2023-10-14T00:12:04.482 INFO:tasks.rados.rados.0.smithi055.stdout:3015: left oid 31 (ObjNum 946 snap 293 seq_num 946) 2023-10-14T00:12:04.488 INFO:tasks.rados.rados.0.smithi055.stdout:3013: done (2 left) 2023-10-14T00:12:04.488 INFO:tasks.rados.rados.0.smithi055.stdout:3015: done (1 left) 2023-10-14T00:12:04.489 INFO:tasks.rados.rados.0.smithi055.stdout:3018: done (0 left) 2023-10-14T00:12:04.489 INFO:tasks.rados.rados.0.smithi055.stdout:3019: rollback oid 41 current snap is 293 2023-10-14T00:12:04.489 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 41 to 292 2023-10-14T00:12:04.489 INFO:tasks.rados.rados.0.smithi055.stdout:3020: read oid 26 snap -1 2023-10-14T00:12:04.490 INFO:tasks.rados.rados.0.smithi055.stdout:3020: expect (ObjNum 908 snap 277 seq_num 908) 2023-10-14T00:12:04.490 INFO:tasks.rados.rados.0.smithi055.stdout:3021: read oid 2 snap 280 2023-10-14T00:12:04.490 INFO:tasks.rados.rados.0.smithi055.stdout:3021: expect (ObjNum 884 snap 267 seq_num 884) 2023-10-14T00:12:04.490 INFO:tasks.rados.rados.0.smithi055.stdout:3022: rollback oid 40 current snap is 293 2023-10-14T00:12:04.490 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 40 to 292 2023-10-14T00:12:04.491 INFO:tasks.rados.rados.0.smithi055.stdout:3023: read oid 13 snap -1 2023-10-14T00:12:04.491 INFO:tasks.rados.rados.0.smithi055.stdout:3023: expect (ObjNum 927 snap 285 seq_num 927) 2023-10-14T00:12:04.491 INFO:tasks.rados.rados.0.smithi055.stdout:3024: copy_from oid 15 from oid 10 current snap is 293 2023-10-14T00:12:04.492 INFO:tasks.rados.rados.0.smithi055.stdout:3025: read oid 23 snap 289 2023-10-14T00:12:04.492 INFO:tasks.rados.rados.0.smithi055.stdout:3025: expect deleted 2023-10-14T00:12:04.492 INFO:tasks.rados.rados.0.smithi055.stdout:3026: copy_from oid 47 from oid 21 current snap is 293 2023-10-14T00:12:04.492 INFO:tasks.rados.rados.0.smithi055.stdout:3027: snap_remove snap 291 2023-10-14T00:12:04.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:04 smithi055 ceph-mon[183057]: osdmap e657: 8 total, 8 up, 8 in 2023-10-14T00:12:04.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:04 smithi055 ceph-mon[185614]: osdmap e657: 8 total, 8 up, 8 in 2023-10-14T00:12:04.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:04 smithi082 ceph-mon[180771]: osdmap e657: 8 total, 8 up, 8 in 2023-10-14T00:12:05.486 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:12:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:12:05] "GET /metrics HTTP/1.1" 200 36161 "" "Prometheus/2.43.0" 2023-10-14T00:12:05.486 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:05 smithi055 ceph-mon[183057]: osdmap e658: 8 total, 8 up, 8 in 2023-10-14T00:12:05.493 INFO:tasks.rados.rados.0.smithi055.stdout:3027: done (8 left) 2023-10-14T00:12:05.493 INFO:tasks.rados.rados.0.smithi055.stdout:3028: setattr oid 50 current snap is 293 2023-10-14T00:12:05.494 INFO:tasks.rados.rados.0.smithi055.stdout:3020: expect (ObjNum 908 snap 277 seq_num 908) 2023-10-14T00:12:05.546 INFO:tasks.rados.rados.0.smithi055.stdout:3019: finishing rollback tid 0 to smithi055169533-41 2023-10-14T00:12:05.547 INFO:tasks.rados.rados.0.smithi055.stdout:3019: finishing rollback tid 1 to smithi055169533-41 2023-10-14T00:12:05.547 INFO:tasks.rados.rados.0.smithi055.stdout:3022: finishing rollback tid 0 to smithi055169533-40 2023-10-14T00:12:05.547 INFO:tasks.rados.rados.0.smithi055.stdout:3019: finishing rollback tid 2 to smithi055169533-41 2023-10-14T00:12:05.547 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 41 v 1528 (ObjNum 840 snap 258 seq_num 840) dirty exists 2023-10-14T00:12:05.547 INFO:tasks.rados.rados.0.smithi055.stdout:3021: expect (ObjNum 884 snap 267 seq_num 884) 2023-10-14T00:12:05.605 INFO:tasks.rados.rados.0.smithi055.stdout:3022: finishing rollback tid 1 to smithi055169533-40 2023-10-14T00:12:05.605 INFO:tasks.rados.rados.0.smithi055.stdout:3024: finishing copy_from racing read to smithi055169533-15 2023-10-14T00:12:05.606 INFO:tasks.rados.rados.0.smithi055.stdout:3026: finishing copy_from racing read to smithi055169533-47 2023-10-14T00:12:05.606 INFO:tasks.rados.rados.0.smithi055.stdout:3022: finishing rollback tid 2 to smithi055169533-40 2023-10-14T00:12:05.606 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 40 v 1516 (ObjNum 939 snap 290 seq_num 939) dirty exists 2023-10-14T00:12:05.606 INFO:tasks.rados.rados.0.smithi055.stdout:3024: finishing copy_from to smithi055169533-15 2023-10-14T00:12:05.606 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 15 v 1794 (ObjNum 891 snap 271 seq_num 891) dirty exists 2023-10-14T00:12:05.607 INFO:tasks.rados.rados.0.smithi055.stdout:3026: finishing copy_from to smithi055169533-47 2023-10-14T00:12:05.607 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 47 v 1505 (ObjNum 869 snap 264 seq_num 869) dirty exists 2023-10-14T00:12:05.607 INFO:tasks.rados.rados.0.smithi055.stdout:3023: expect (ObjNum 927 snap 285 seq_num 927) 2023-10-14T00:12:05.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:05 smithi055 ceph-mon[183057]: pgmap v701: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 136 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 955 KiB/s rd, 1022 KiB/s wr, 15 op/s 2023-10-14T00:12:05.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:05 smithi055 ceph-mon[185614]: osdmap e658: 8 total, 8 up, 8 in 2023-10-14T00:12:05.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:05 smithi055 ceph-mon[185614]: pgmap v701: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 136 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 955 KiB/s rd, 1022 KiB/s wr, 15 op/s 2023-10-14T00:12:05.791 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 50 v 2030 (ObjNum 924 snap 285 seq_num 924) dirty exists 2023-10-14T00:12:05.791 INFO:tasks.rados.rados.0.smithi055.stdout:3019: done (8 left) 2023-10-14T00:12:05.791 INFO:tasks.rados.rados.0.smithi055.stdout:3020: done (7 left) 2023-10-14T00:12:05.791 INFO:tasks.rados.rados.0.smithi055.stdout:3021: done (6 left) 2023-10-14T00:12:05.791 INFO:tasks.rados.rados.0.smithi055.stdout:3022: done (5 left) 2023-10-14T00:12:05.792 INFO:tasks.rados.rados.0.smithi055.stdout:3023: done (4 left) 2023-10-14T00:12:05.792 INFO:tasks.rados.rados.0.smithi055.stdout:3024: done (3 left) 2023-10-14T00:12:05.792 INFO:tasks.rados.rados.0.smithi055.stdout:3025: done (2 left) 2023-10-14T00:12:05.792 INFO:tasks.rados.rados.0.smithi055.stdout:3026: done (1 left) 2023-10-14T00:12:05.792 INFO:tasks.rados.rados.0.smithi055.stdout:3028: done (0 left) 2023-10-14T00:12:05.792 INFO:tasks.rados.rados.0.smithi055.stdout:3029: copy_from oid 14 from oid 21 current snap is 293 2023-10-14T00:12:05.793 INFO:tasks.rados.rados.0.smithi055.stdout:3030: read oid 20 snap 292 2023-10-14T00:12:05.793 INFO:tasks.rados.rados.0.smithi055.stdout:3030: expect (ObjNum 942 snap 292 seq_num 942) 2023-10-14T00:12:05.793 INFO:tasks.rados.rados.0.smithi055.stdout:3031: read oid 48 snap 292 2023-10-14T00:12:05.793 INFO:tasks.rados.rados.0.smithi055.stdout:3031: expect (ObjNum 867 snap 264 seq_num 867) 2023-10-14T00:12:05.793 INFO:tasks.rados.rados.0.smithi055.stdout:3032: read oid 11 snap -1 2023-10-14T00:12:05.794 INFO:tasks.rados.rados.0.smithi055.stdout:3032: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:12:05.794 INFO:tasks.rados.rados.0.smithi055.stdout:3033: snap_remove snap 280 2023-10-14T00:12:05.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:05 smithi082 ceph-mon[180771]: osdmap e658: 8 total, 8 up, 8 in 2023-10-14T00:12:05.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:05 smithi082 ceph-mon[180771]: pgmap v701: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 136 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 955 KiB/s rd, 1022 KiB/s wr, 15 op/s 2023-10-14T00:12:06.519 INFO:tasks.rados.rados.0.smithi055.stdout:3033: done (4 left) 2023-10-14T00:12:06.519 INFO:tasks.rados.rados.0.smithi055.stdout:3034: read oid 31 snap 288 2023-10-14T00:12:06.519 INFO:tasks.rados.rados.0.smithi055.stdout:3034: expect (ObjNum 1529457856 snap 21912 seq_num 1528714752) 2023-10-14T00:12:06.519 INFO:tasks.rados.rados.0.smithi055.stdout:3035: rmattr oid 45 current snap is 293 2023-10-14T00:12:06.519 INFO:tasks.rados.rados.0.smithi055.stdout:3036: rollback oid 16 current snap is 293 2023-10-14T00:12:06.520 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 16 to 288 2023-10-14T00:12:06.520 INFO:tasks.rados.rados.0.smithi055.stdout:3037: snap_remove snap 289 2023-10-14T00:12:06.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:06 smithi055 ceph-mon[185614]: osdmap e659: 8 total, 8 up, 8 in 2023-10-14T00:12:06.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:06 smithi055 ceph-mon[183057]: osdmap e659: 8 total, 8 up, 8 in 2023-10-14T00:12:06.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:06 smithi082 ceph-mon[180771]: osdmap e659: 8 total, 8 up, 8 in 2023-10-14T00:12:07.536 INFO:tasks.rados.rados.0.smithi055.stdout:3037: done (7 left) 2023-10-14T00:12:07.536 INFO:tasks.rados.rados.0.smithi055.stdout:3038: setattr oid 44 current snap is 293 2023-10-14T00:12:07.537 INFO:tasks.rados.rados.0.smithi055.stdout:3030: expect (ObjNum 942 snap 292 seq_num 942) 2023-10-14T00:12:07.582 INFO:tasks.rados.rados.0.smithi055.stdout:3032: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:12:07.582 INFO:tasks.rados.rados.0.smithi055.stdout:3029: finishing copy_from racing read to smithi055169533-14 2023-10-14T00:12:07.582 INFO:tasks.rados.rados.0.smithi055.stdout:3029: finishing copy_from to smithi055169533-14 2023-10-14T00:12:07.582 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 14 v 1505 (ObjNum 869 snap 264 seq_num 869) dirty exists 2023-10-14T00:12:07.583 INFO:tasks.rados.rados.0.smithi055.stdout:3031: expect (ObjNum 867 snap 264 seq_num 867) 2023-10-14T00:12:07.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:07 smithi082 ceph-mon[180771]: osdmap e660: 8 total, 8 up, 8 in 2023-10-14T00:12:07.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:07 smithi082 ceph-mon[180771]: pgmap v704: 121 pgs: 121 active+clean; 141 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.3 MiB/s wr, 16 op/s 2023-10-14T00:12:08.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:07 smithi055 ceph-mon[185614]: osdmap e660: 8 total, 8 up, 8 in 2023-10-14T00:12:08.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:07 smithi055 ceph-mon[185614]: pgmap v704: 121 pgs: 121 active+clean; 141 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.3 MiB/s wr, 16 op/s 2023-10-14T00:12:08.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:07 smithi055 ceph-mon[183057]: osdmap e660: 8 total, 8 up, 8 in 2023-10-14T00:12:08.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:07 smithi055 ceph-mon[183057]: pgmap v704: 121 pgs: 121 active+clean; 141 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.3 MiB/s wr, 16 op/s 2023-10-14T00:12:08.358 INFO:tasks.rados.rados.0.smithi055.stdout:3034: expect (ObjNum 1529457856 snap 21912 seq_num 1528714752) 2023-10-14T00:12:08.359 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 45 v 1628 (ObjNum 904 snap 275 seq_num 904) dirty exists 2023-10-14T00:12:08.360 INFO:tasks.rados.rados.0.smithi055.stdout:3036: finishing rollback tid 1 to smithi055169533-16 2023-10-14T00:12:08.360 INFO:tasks.rados.rados.0.smithi055.stdout:3036: finishing rollback tid 2 to smithi055169533-16 2023-10-14T00:12:08.360 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 16 v 357 (ObjNum 915 snap 279 seq_num 915) dirty exists 2023-10-14T00:12:08.360 INFO:tasks.rados.rados.0.smithi055.stdout:3029: done (7 left) 2023-10-14T00:12:08.361 INFO:tasks.rados.rados.0.smithi055.stdout:3030: done (6 left) 2023-10-14T00:12:08.361 INFO:tasks.rados.rados.0.smithi055.stdout:3031: done (5 left) 2023-10-14T00:12:08.361 INFO:tasks.rados.rados.0.smithi055.stdout:3032: done (4 left) 2023-10-14T00:12:08.361 INFO:tasks.rados.rados.0.smithi055.stdout:3034: done (3 left) 2023-10-14T00:12:08.361 INFO:tasks.rados.rados.0.smithi055.stdout:3035: done (2 left) 2023-10-14T00:12:08.362 INFO:tasks.rados.rados.0.smithi055.stdout:3036: done (1 left) 2023-10-14T00:12:08.362 INFO:tasks.rados.rados.0.smithi055.stdout:3039: setattr oid 20 current snap is 293 2023-10-14T00:12:08.362 INFO:tasks.rados.rados.0.smithi055.stdout:3040: delete oid 10 current snap is 293 2023-10-14T00:12:08.363 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 44 v 1629 (ObjNum 840 snap 258 seq_num 840) dirty exists 2023-10-14T00:12:08.366 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 20 v 1129 (ObjNum 942 snap 292 seq_num 942) dirty exists 2023-10-14T00:12:08.366 INFO:tasks.rados.rados.0.smithi055.stdout:3038: done (2 left) 2023-10-14T00:12:08.367 INFO:tasks.rados.rados.0.smithi055.stdout:3039: done (1 left) 2023-10-14T00:12:08.367 INFO:tasks.rados.rados.0.smithi055.stdout:3040: done (0 left) 2023-10-14T00:12:08.367 INFO:tasks.rados.rados.0.smithi055.stdout:3041: copy_from oid 8 from oid 46 current snap is 293 2023-10-14T00:12:08.367 INFO:tasks.rados.rados.0.smithi055.stdout:3042: snap_remove snap 288 2023-10-14T00:12:08.549 INFO:tasks.rados.rados.0.smithi055.stdout:3042: done (1 left) 2023-10-14T00:12:08.549 INFO:tasks.rados.rados.0.smithi055.stdout:3043: rmattr oid 36 current snap is 293 2023-10-14T00:12:08.550 INFO:tasks.rados.rados.0.smithi055.stdout:3041: finishing copy_from racing read to smithi055169533-8 2023-10-14T00:12:08.550 INFO:tasks.rados.rados.0.smithi055.stdout:3041: finishing copy_from to smithi055169533-8 2023-10-14T00:12:08.550 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 8 v 787 (ObjNum 830 snap 253 seq_num 830) dirty exists 2023-10-14T00:12:08.550 INFO:tasks.rados.rados.0.smithi055.stdout:3041: done (1 left) 2023-10-14T00:12:08.550 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 12 current snap is 293 2023-10-14T00:12:08.551 INFO:tasks.rados.rados.0.smithi055.stdout:3044: seq_num 949 ranges {3268608=704512,3973120=794624,4767744=8192} 2023-10-14T00:12:08.573 INFO:tasks.rados.rados.0.smithi055.stdout:3044: writing smithi055169533-12 from 3268608 to 3973120 tid 1 2023-10-14T00:12:08.578 INFO:tasks.rados.rados.0.smithi055.stdout:3044: writing smithi055169533-12 from 3973120 to 4767744 tid 2 2023-10-14T00:12:08.578 INFO:tasks.rados.rados.0.smithi055.stdout:3044: writing smithi055169533-12 from 4767744 to 4775936 tid 3 2023-10-14T00:12:08.578 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 34 current snap is 293 2023-10-14T00:12:08.578 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 36 v 1517 (ObjNum 840 snap 258 seq_num 840) dirty exists 2023-10-14T00:12:08.579 INFO:tasks.rados.rados.0.smithi055.stdout:3045: seq_num 950 ranges {0=720896,720896=679936,1400832=122880} 2023-10-14T00:12:08.582 INFO:tasks.rados.rados.0.smithi055.stdout:3045: writing smithi055169533-34 from 0 to 720896 tid 1 2023-10-14T00:12:08.586 INFO:tasks.rados.rados.0.smithi055.stdout:3045: writing smithi055169533-34 from 720896 to 1400832 tid 2 2023-10-14T00:12:08.587 INFO:tasks.rados.rados.0.smithi055.stdout:3045: writing smithi055169533-34 from 1400832 to 1523712 tid 3 2023-10-14T00:12:08.588 INFO:tasks.rados.rados.0.smithi055.stdout:3043: done (2 left) 2023-10-14T00:12:08.588 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 21 current snap is 293 2023-10-14T00:12:08.588 INFO:tasks.rados.rados.0.smithi055.stdout:3044: finishing write tid 1 to smithi055169533-12 2023-10-14T00:12:08.588 INFO:tasks.rados.rados.0.smithi055.stdout:3044: finishing write tid 2 to smithi055169533-12 2023-10-14T00:12:08.588 INFO:tasks.rados.rados.0.smithi055.stdout:3044: finishing write tid 3 to smithi055169533-12 2023-10-14T00:12:08.589 INFO:tasks.rados.rados.0.smithi055.stdout:3046: seq_num 951 ranges {2547712=737280,3284992=614400,3899392=188416} 2023-10-14T00:12:08.606 INFO:tasks.rados.rados.0.smithi055.stdout:3046: writing smithi055169533-21 from 2547712 to 3284992 tid 1 2023-10-14T00:12:08.609 INFO:tasks.rados.rados.0.smithi055.stdout:3046: writing smithi055169533-21 from 3284992 to 3899392 tid 2 2023-10-14T00:12:08.611 INFO:tasks.rados.rados.0.smithi055.stdout:3046: writing smithi055169533-21 from 3899392 to 4087808 tid 3 2023-10-14T00:12:08.611 INFO:tasks.rados.rados.0.smithi055.stdout:3047: copy_from oid 5 from oid 37 current snap is 293 2023-10-14T00:12:08.611 INFO:tasks.rados.rados.0.smithi055.stdout:3044: finishing write tid 4 to smithi055169533-12 2023-10-14T00:12:08.611 INFO:tasks.rados.rados.0.smithi055.stdout:3044: finishing write tid 5 to smithi055169533-12 2023-10-14T00:12:08.612 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 12 v 1748 (ObjNum 949 snap 293 seq_num 949) dirty exists 2023-10-14T00:12:08.612 INFO:tasks.rados.rados.0.smithi055.stdout:3044: left oid 12 (ObjNum 949 snap 293 seq_num 949) 2023-10-14T00:12:08.612 INFO:tasks.rados.rados.0.smithi055.stdout:3045: finishing write tid 1 to smithi055169533-34 2023-10-14T00:12:08.612 INFO:tasks.rados.rados.0.smithi055.stdout:3044: done (3 left) 2023-10-14T00:12:08.612 INFO:tasks.rados.rados.0.smithi055.stdout:3048: snap_create 2023-10-14T00:12:08.613 INFO:tasks.rados.rados.0.smithi055.stdout:3045: finishing write tid 2 to smithi055169533-34 2023-10-14T00:12:08.613 INFO:tasks.rados.rados.0.smithi055.stdout:3045: finishing write tid 3 to smithi055169533-34 2023-10-14T00:12:08.613 INFO:tasks.rados.rados.0.smithi055.stdout:3045: finishing write tid 4 to smithi055169533-34 2023-10-14T00:12:08.613 INFO:tasks.rados.rados.0.smithi055.stdout:3045: finishing write tid 5 to smithi055169533-34 2023-10-14T00:12:08.613 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 34 v 1746 (ObjNum 950 snap 293 seq_num 950) dirty exists 2023-10-14T00:12:08.614 INFO:tasks.rados.rados.0.smithi055.stdout:3045: left oid 34 (ObjNum 950 snap 293 seq_num 950) 2023-10-14T00:12:08.614 INFO:tasks.rados.rados.0.smithi055.stdout:3046: finishing write tid 1 to smithi055169533-21 2023-10-14T00:12:08.615 INFO:tasks.rados.rados.0.smithi055.stdout:3047: finishing copy_from racing read to smithi055169533-5 2023-10-14T00:12:08.615 INFO:tasks.rados.rados.0.smithi055.stdout:3046: finishing write tid 2 to smithi055169533-21 2023-10-14T00:12:08.615 INFO:tasks.rados.rados.0.smithi055.stdout:3047: finishing copy_from to smithi055169533-5 2023-10-14T00:12:08.616 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 5 v 1104 (ObjNum 1777 snap 0 seq_num 1765515456) dirty exists 2023-10-14T00:12:08.616 INFO:tasks.rados.rados.0.smithi055.stdout:3046: finishing write tid 3 to smithi055169533-21 2023-10-14T00:12:08.616 INFO:tasks.rados.rados.0.smithi055.stdout:3046: finishing write tid 4 to smithi055169533-21 2023-10-14T00:12:08.617 INFO:tasks.rados.rados.0.smithi055.stdout:3046: finishing write tid 5 to smithi055169533-21 2023-10-14T00:12:08.617 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 21 v 1532 (ObjNum 951 snap 293 seq_num 951) dirty exists 2023-10-14T00:12:08.617 INFO:tasks.rados.rados.0.smithi055.stdout:3046: left oid 21 (ObjNum 951 snap 293 seq_num 951) 2023-10-14T00:12:08.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:08 smithi082 ceph-mon[180771]: osdmap e661: 8 total, 8 up, 8 in 2023-10-14T00:12:09.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:08 smithi055 ceph-mon[185614]: osdmap e661: 8 total, 8 up, 8 in 2023-10-14T00:12:09.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:08 smithi055 ceph-mon[183057]: osdmap e661: 8 total, 8 up, 8 in 2023-10-14T00:12:09.560 INFO:tasks.rados.rados.0.smithi055.stdout:3045: done (3 left) 2023-10-14T00:12:09.561 INFO:tasks.rados.rados.0.smithi055.stdout:3046: done (2 left) 2023-10-14T00:12:09.561 INFO:tasks.rados.rados.0.smithi055.stdout:3047: done (1 left) 2023-10-14T00:12:09.561 INFO:tasks.rados.rados.0.smithi055.stdout:3048: done (0 left) 2023-10-14T00:12:09.561 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 13 current snap is 294 2023-10-14T00:12:09.562 INFO:tasks.rados.rados.0.smithi055.stdout:3049: seq_num 952 ranges {3907584=753664,4661248=499712,5160960=303104} 2023-10-14T00:12:09.586 INFO:tasks.rados.rados.0.smithi055.stdout:3049: writing smithi055169533-13 from 3907584 to 4661248 tid 1 2023-10-14T00:12:09.589 INFO:tasks.rados.rados.0.smithi055.stdout:3049: writing smithi055169533-13 from 4661248 to 5160960 tid 2 2023-10-14T00:12:09.591 INFO:tasks.rados.rados.0.smithi055.stdout:3049: writing smithi055169533-13 from 5160960 to 5464064 tid 3 2023-10-14T00:12:09.592 INFO:tasks.rados.rados.0.smithi055.stdout:3050: rollback oid 43 current snap is 294 2023-10-14T00:12:09.592 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 43 to 293 2023-10-14T00:12:09.592 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 30 current snap is 294 2023-10-14T00:12:09.592 INFO:tasks.rados.rados.0.smithi055.stdout:3051: seq_num 953 ranges {0=770048,770048=786432,1556480=16384} 2023-10-14T00:12:09.596 INFO:tasks.rados.rados.0.smithi055.stdout:3051: writing smithi055169533-30 from 0 to 770048 tid 1 2023-10-14T00:12:09.601 INFO:tasks.rados.rados.0.smithi055.stdout:3051: writing smithi055169533-30 from 770048 to 1556480 tid 2 2023-10-14T00:12:09.602 INFO:tasks.rados.rados.0.smithi055.stdout:3051: writing smithi055169533-30 from 1556480 to 1572864 tid 3 2023-10-14T00:12:09.602 INFO:tasks.rados.rados.0.smithi055.stdout:3052: snap_create 2023-10-14T00:12:09.602 INFO:tasks.rados.rados.0.smithi055.stdout:3050: finishing rollback tid 1 to smithi055169533-43 2023-10-14T00:12:09.602 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 43 v 0 (ObjNum 273 snap 0 seq_num 0) dirty dne 2023-10-14T00:12:09.603 INFO:tasks.rados.rados.0.smithi055.stdout:3049: finishing write tid 1 to smithi055169533-13 2023-10-14T00:12:09.603 INFO:tasks.rados.rados.0.smithi055.stdout:3049: finishing write tid 2 to smithi055169533-13 2023-10-14T00:12:09.603 INFO:tasks.rados.rados.0.smithi055.stdout:3049: finishing write tid 3 to smithi055169533-13 2023-10-14T00:12:09.603 INFO:tasks.rados.rados.0.smithi055.stdout:3049: finishing write tid 4 to smithi055169533-13 2023-10-14T00:12:09.603 INFO:tasks.rados.rados.0.smithi055.stdout:3049: finishing write tid 5 to smithi055169533-13 2023-10-14T00:12:09.604 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 13 v 1778 (ObjNum 952 snap 294 seq_num 952) dirty exists 2023-10-14T00:12:09.604 INFO:tasks.rados.rados.0.smithi055.stdout:3049: left oid 13 (ObjNum 952 snap 294 seq_num 952) 2023-10-14T00:12:09.605 INFO:tasks.rados.rados.0.smithi055.stdout:3051: finishing write tid 1 to smithi055169533-30 2023-10-14T00:12:09.606 INFO:tasks.rados.rados.0.smithi055.stdout:3051: finishing write tid 2 to smithi055169533-30 2023-10-14T00:12:09.607 INFO:tasks.rados.rados.0.smithi055.stdout:3051: finishing write tid 3 to smithi055169533-30 2023-10-14T00:12:09.607 INFO:tasks.rados.rados.0.smithi055.stdout:3051: finishing write tid 4 to smithi055169533-30 2023-10-14T00:12:09.608 INFO:tasks.rados.rados.0.smithi055.stdout:3051: finishing write tid 5 to smithi055169533-30 2023-10-14T00:12:09.609 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 30 v 1509 (ObjNum 953 snap 294 seq_num 953) dirty exists 2023-10-14T00:12:09.609 INFO:tasks.rados.rados.0.smithi055.stdout:3051: left oid 30 (ObjNum 953 snap 294 seq_num 953) 2023-10-14T00:12:09.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:09 smithi082 ceph-mon[180771]: osdmap e662: 8 total, 8 up, 8 in 2023-10-14T00:12:09.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:12:09.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:09 smithi082 ceph-mon[180771]: pgmap v707: 121 pgs: 121 active+clean; 137 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 4.9 MiB/s rd, 2.7 MiB/s wr, 11 op/s 2023-10-14T00:12:10.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:09 smithi055 ceph-mon[185614]: osdmap e662: 8 total, 8 up, 8 in 2023-10-14T00:12:10.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:12:10.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:09 smithi055 ceph-mon[185614]: pgmap v707: 121 pgs: 121 active+clean; 137 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 4.9 MiB/s rd, 2.7 MiB/s wr, 11 op/s 2023-10-14T00:12:10.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:09 smithi055 ceph-mon[183057]: osdmap e662: 8 total, 8 up, 8 in 2023-10-14T00:12:10.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:12:10.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:09 smithi055 ceph-mon[183057]: pgmap v707: 121 pgs: 121 active+clean; 137 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 4.9 MiB/s rd, 2.7 MiB/s wr, 11 op/s 2023-10-14T00:12:10.435 INFO:tasks.rados.rados.0.smithi055.stdout:3049: done (3 left) 2023-10-14T00:12:10.435 INFO:tasks.rados.rados.0.smithi055.stdout:3050: done (2 left) 2023-10-14T00:12:10.435 INFO:tasks.rados.rados.0.smithi055.stdout:3051: done (1 left) 2023-10-14T00:12:10.436 INFO:tasks.rados.rados.0.smithi055.stdout:3052: done (0 left) 2023-10-14T00:12:10.436 INFO:tasks.rados.rados.0.smithi055.stdout:3053: snap_remove snap 293 2023-10-14T00:12:10.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:10 smithi082 ceph-mon[180771]: osdmap e663: 8 total, 8 up, 8 in 2023-10-14T00:12:10.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:10 smithi082 ceph-mon[180771]: osdmap e664: 8 total, 8 up, 8 in 2023-10-14T00:12:11.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:10 smithi055 ceph-mon[185614]: osdmap e663: 8 total, 8 up, 8 in 2023-10-14T00:12:11.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:10 smithi055 ceph-mon[185614]: osdmap e664: 8 total, 8 up, 8 in 2023-10-14T00:12:11.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:10 smithi055 ceph-mon[183057]: osdmap e663: 8 total, 8 up, 8 in 2023-10-14T00:12:11.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:10 smithi055 ceph-mon[183057]: osdmap e664: 8 total, 8 up, 8 in 2023-10-14T00:12:11.440 INFO:tasks.rados.rados.0.smithi055.stdout:3053: done (0 left) 2023-10-14T00:12:11.440 INFO:tasks.rados.rados.0.smithi055.stdout:3054: setattr oid 40 current snap is 295 2023-10-14T00:12:11.442 INFO:tasks.rados.rados.0.smithi055.stdout:3055: read oid 41 snap 292 2023-10-14T00:12:11.442 INFO:tasks.rados.rados.0.smithi055.stdout:3055: expect (ObjNum 840 snap 258 seq_num 840) 2023-10-14T00:12:11.445 INFO:tasks.rados.rados.0.smithi055.stdout:3056: read oid 12 snap 294 2023-10-14T00:12:11.445 INFO:tasks.rados.rados.0.smithi055.stdout:3056: expect (ObjNum 949 snap 293 seq_num 949) 2023-10-14T00:12:11.445 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 39 current snap is 295 2023-10-14T00:12:11.445 INFO:tasks.rados.rados.0.smithi055.stdout:3057: seq_num 954 ranges {0=786432,786432=671744,1458176=131072} 2023-10-14T00:12:11.447 INFO:tasks.rados.rados.0.smithi055.stdout:3057: writing smithi055169533-39 from 0 to 786432 tid 1 2023-10-14T00:12:11.452 INFO:tasks.rados.rados.0.smithi055.stdout:3057: writing smithi055169533-39 from 786432 to 1458176 tid 2 2023-10-14T00:12:11.453 INFO:tasks.rados.rados.0.smithi055.stdout:3057: writing smithi055169533-39 from 1458176 to 1589248 tid 3 2023-10-14T00:12:11.453 INFO:tasks.rados.rados.0.smithi055.stdout:3058: read oid 8 snap -1 2023-10-14T00:12:11.453 INFO:tasks.rados.rados.0.smithi055.stdout:3058: expect (ObjNum 830 snap 253 seq_num 830) 2023-10-14T00:12:11.454 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 6 current snap is 295 2023-10-14T00:12:11.454 INFO:tasks.rados.rados.0.smithi055.stdout:3059: seq_num 955 ranges {4210688=802816,5013504=557056,5570560=245760} 2023-10-14T00:12:11.483 INFO:tasks.rados.rados.0.smithi055.stdout:3059: writing smithi055169533-6 from 4210688 to 5013504 tid 1 2023-10-14T00:12:11.486 INFO:tasks.rados.rados.0.smithi055.stdout:3059: writing smithi055169533-6 from 5013504 to 5570560 tid 2 2023-10-14T00:12:11.488 INFO:tasks.rados.rados.0.smithi055.stdout:3059: writing smithi055169533-6 from 5570560 to 5816320 tid 3 2023-10-14T00:12:11.488 INFO:tasks.rados.rados.0.smithi055.stdout:3060: read oid 29 snap -1 2023-10-14T00:12:11.488 INFO:tasks.rados.rados.0.smithi055.stdout:3060: expect (ObjNum 933 snap 288 seq_num 933) 2023-10-14T00:12:11.489 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 9 current snap is 295 2023-10-14T00:12:11.489 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 40 v 1518 (ObjNum 939 snap 290 seq_num 939) dirty exists 2023-10-14T00:12:11.489 INFO:tasks.rados.rados.0.smithi055.stdout:3061: seq_num 956 ranges {0=417792,417792=434176,851968=770048} 2023-10-14T00:12:11.491 INFO:tasks.rados.rados.0.smithi055.stdout:3061: writing smithi055169533-9 from 0 to 417792 tid 1 2023-10-14T00:12:11.493 INFO:tasks.rados.rados.0.smithi055.stdout:3061: writing smithi055169533-9 from 417792 to 851968 tid 2 2023-10-14T00:12:11.498 INFO:tasks.rados.rados.0.smithi055.stdout:3061: writing smithi055169533-9 from 851968 to 1622016 tid 3 2023-10-14T00:12:11.498 INFO:tasks.rados.rados.0.smithi055.stdout:3054: done (7 left) 2023-10-14T00:12:11.498 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 10 current snap is 295 2023-10-14T00:12:11.499 INFO:tasks.rados.rados.0.smithi055.stdout:3062: seq_num 957 ranges {0=434176,434176=720896,1155072=483328} 2023-10-14T00:12:11.501 INFO:tasks.rados.rados.0.smithi055.stdout:3062: writing smithi055169533-10 from 0 to 434176 tid 1 2023-10-14T00:12:11.505 INFO:tasks.rados.rados.0.smithi055.stdout:3062: writing smithi055169533-10 from 434176 to 1155072 tid 2 2023-10-14T00:12:11.508 INFO:tasks.rados.rados.0.smithi055.stdout:3062: writing smithi055169533-10 from 1155072 to 1638400 tid 3 2023-10-14T00:12:11.508 INFO:tasks.rados.rados.0.smithi055.stdout:3063: snap_create 2023-10-14T00:12:11.508 INFO:tasks.rados.rados.0.smithi055.stdout:3057: finishing write tid 1 to smithi055169533-39 2023-10-14T00:12:11.508 INFO:tasks.rados.rados.0.smithi055.stdout:3055: expect (ObjNum 840 snap 258 seq_num 840) 2023-10-14T00:12:11.567 INFO:tasks.rados.rados.0.smithi055.stdout:3057: finishing write tid 2 to smithi055169533-39 2023-10-14T00:12:11.567 INFO:tasks.rados.rados.0.smithi055.stdout:3057: finishing write tid 3 to smithi055169533-39 2023-10-14T00:12:11.568 INFO:tasks.rados.rados.0.smithi055.stdout:3057: finishing write tid 4 to smithi055169533-39 2023-10-14T00:12:11.568 INFO:tasks.rados.rados.0.smithi055.stdout:3057: finishing write tid 5 to smithi055169533-39 2023-10-14T00:12:11.568 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 39 v 2058 (ObjNum 954 snap 295 seq_num 954) dirty exists 2023-10-14T00:12:11.568 INFO:tasks.rados.rados.0.smithi055.stdout:3057: left oid 39 (ObjNum 954 snap 295 seq_num 954) 2023-10-14T00:12:11.569 INFO:tasks.rados.rados.0.smithi055.stdout:3056: expect (ObjNum 949 snap 293 seq_num 949) 2023-10-14T00:12:11.787 INFO:tasks.rados.rados.0.smithi055.stdout:3058: expect (ObjNum 830 snap 253 seq_num 830) 2023-10-14T00:12:11.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:11 smithi082 ceph-mon[180771]: pgmap v710: 121 pgs: 121 active+clean; 128 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 3.1 MiB/s wr, 31 op/s 2023-10-14T00:12:11.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:11 smithi082 ceph-mon[180771]: osdmap e665: 8 total, 8 up, 8 in 2023-10-14T00:12:11.916 INFO:tasks.rados.rados.0.smithi055.stdout:3059: finishing write tid 1 to smithi055169533-6 2023-10-14T00:12:11.917 INFO:tasks.rados.rados.0.smithi055.stdout:3059: finishing write tid 2 to smithi055169533-6 2023-10-14T00:12:11.917 INFO:tasks.rados.rados.0.smithi055.stdout:3059: finishing write tid 3 to smithi055169533-6 2023-10-14T00:12:11.917 INFO:tasks.rados.rados.0.smithi055.stdout:3059: finishing write tid 4 to smithi055169533-6 2023-10-14T00:12:11.917 INFO:tasks.rados.rados.0.smithi055.stdout:3059: finishing write tid 5 to smithi055169533-6 2023-10-14T00:12:11.918 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 6 v 1513 (ObjNum 955 snap 295 seq_num 955) dirty exists 2023-10-14T00:12:11.918 INFO:tasks.rados.rados.0.smithi055.stdout:3059: left oid 6 (ObjNum 955 snap 295 seq_num 955) 2023-10-14T00:12:11.918 INFO:tasks.rados.rados.0.smithi055.stdout:3060: expect (ObjNum 933 snap 288 seq_num 933) 2023-10-14T00:12:11.948 INFO:tasks.rados.rados.0.smithi055.stdout:3061: finishing write tid 1 to smithi055169533-9 2023-10-14T00:12:11.949 INFO:tasks.rados.rados.0.smithi055.stdout:3061: finishing write tid 2 to smithi055169533-9 2023-10-14T00:12:11.949 INFO:tasks.rados.rados.0.smithi055.stdout:3061: finishing write tid 3 to smithi055169533-9 2023-10-14T00:12:11.949 INFO:tasks.rados.rados.0.smithi055.stdout:3061: finishing write tid 4 to smithi055169533-9 2023-10-14T00:12:11.949 INFO:tasks.rados.rados.0.smithi055.stdout:3061: finishing write tid 5 to smithi055169533-9 2023-10-14T00:12:11.949 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 9 v 1519 (ObjNum 956 snap 295 seq_num 956) dirty exists 2023-10-14T00:12:11.950 INFO:tasks.rados.rados.0.smithi055.stdout:3061: left oid 9 (ObjNum 956 snap 295 seq_num 956) 2023-10-14T00:12:11.950 INFO:tasks.rados.rados.0.smithi055.stdout:3062: finishing write tid 1 to smithi055169533-10 2023-10-14T00:12:11.950 INFO:tasks.rados.rados.0.smithi055.stdout:3062: finishing write tid 2 to smithi055169533-10 2023-10-14T00:12:11.950 INFO:tasks.rados.rados.0.smithi055.stdout:3062: finishing write tid 3 to smithi055169533-10 2023-10-14T00:12:11.950 INFO:tasks.rados.rados.0.smithi055.stdout:3062: finishing write tid 4 to smithi055169533-10 2023-10-14T00:12:11.951 INFO:tasks.rados.rados.0.smithi055.stdout:3062: finishing write tid 5 to smithi055169533-10 2023-10-14T00:12:11.951 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 10 v 2062 (ObjNum 957 snap 295 seq_num 957) dirty exists 2023-10-14T00:12:11.951 INFO:tasks.rados.rados.0.smithi055.stdout:3062: left oid 10 (ObjNum 957 snap 295 seq_num 957) 2023-10-14T00:12:12.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:11 smithi055 ceph-mon[185614]: pgmap v710: 121 pgs: 121 active+clean; 128 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 3.1 MiB/s wr, 31 op/s 2023-10-14T00:12:12.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:11 smithi055 ceph-mon[185614]: osdmap e665: 8 total, 8 up, 8 in 2023-10-14T00:12:12.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:11 smithi055 ceph-mon[183057]: pgmap v710: 121 pgs: 121 active+clean; 128 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 3.1 MiB/s wr, 31 op/s 2023-10-14T00:12:12.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:11 smithi055 ceph-mon[183057]: osdmap e665: 8 total, 8 up, 8 in 2023-10-14T00:12:12.448 INFO:tasks.rados.rados.0.smithi055.stdout:3055: done (8 left) 2023-10-14T00:12:12.448 INFO:tasks.rados.rados.0.smithi055.stdout:3056: done (7 left) 2023-10-14T00:12:12.449 INFO:tasks.rados.rados.0.smithi055.stdout:3057: done (6 left) 2023-10-14T00:12:12.449 INFO:tasks.rados.rados.0.smithi055.stdout:3058: done (5 left) 2023-10-14T00:12:12.449 INFO:tasks.rados.rados.0.smithi055.stdout:3059: done (4 left) 2023-10-14T00:12:12.449 INFO:tasks.rados.rados.0.smithi055.stdout:3060: done (3 left) 2023-10-14T00:12:12.449 INFO:tasks.rados.rados.0.smithi055.stdout:3061: done (2 left) 2023-10-14T00:12:12.450 INFO:tasks.rados.rados.0.smithi055.stdout:3062: done (1 left) 2023-10-14T00:12:12.450 INFO:tasks.rados.rados.0.smithi055.stdout:3063: done (0 left) 2023-10-14T00:12:12.450 INFO:tasks.rados.rados.0.smithi055.stdout:3064: read oid 28 snap -1 2023-10-14T00:12:12.450 INFO:tasks.rados.rados.0.smithi055.stdout:3064: expect (ObjNum 904 snap 275 seq_num 904) 2023-10-14T00:12:12.450 INFO:tasks.rados.rados.0.smithi055.stdout:3065: read oid 20 snap -1 2023-10-14T00:12:12.451 INFO:tasks.rados.rados.0.smithi055.stdout:3065: expect (ObjNum 942 snap 292 seq_num 942) 2023-10-14T00:12:12.451 INFO:tasks.rados.rados.0.smithi055.stdout:3066: read oid 31 snap -1 2023-10-14T00:12:12.451 INFO:tasks.rados.rados.0.smithi055.stdout:3066: expect (ObjNum 946 snap 293 seq_num 946) 2023-10-14T00:12:12.451 INFO:tasks.rados.rados.0.smithi055.stdout:3067: read oid 11 snap 294 2023-10-14T00:12:12.451 INFO:tasks.rados.rados.0.smithi055.stdout:3067: expect (ObjNum 1529021728 snap 21912 seq_num 1529211536) 2023-10-14T00:12:12.452 INFO:tasks.rados.rados.0.smithi055.stdout:3068: copy_from oid 38 from oid 12 current snap is 296 2023-10-14T00:12:12.452 INFO:tasks.rados.rados.0.smithi055.stdout:3069: snap_create 2023-10-14T00:12:12.456 INFO:tasks.rados.rados.0.smithi055.stdout:3065: expect (ObjNum 942 snap 292 seq_num 942) 2023-10-14T00:12:12.498 INFO:tasks.rados.rados.0.smithi055.stdout:3067: expect (ObjNum 1529021728 snap 21912 seq_num 1529211536) 2023-10-14T00:12:12.499 INFO:tasks.rados.rados.0.smithi055.stdout:3064: expect (ObjNum 904 snap 275 seq_num 904) 2023-10-14T00:12:12.556 INFO:tasks.rados.rados.0.smithi055.stdout:3066: expect (ObjNum 946 snap 293 seq_num 946) 2023-10-14T00:12:12.594 INFO:tasks.rados.rados.0.smithi055.stdout:3068: finishing copy_from racing read to smithi055169533-38 2023-10-14T00:12:12.594 INFO:tasks.rados.rados.0.smithi055.stdout:3068: finishing copy_from to smithi055169533-38 2023-10-14T00:12:12.594 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 38 v 1748 (ObjNum 949 snap 293 seq_num 949) dirty exists 2023-10-14T00:12:13.471 INFO:tasks.rados.rados.0.smithi055.stdout:3064: done (5 left) 2023-10-14T00:12:13.471 INFO:tasks.rados.rados.0.smithi055.stdout:3065: done (4 left) 2023-10-14T00:12:13.472 INFO:tasks.rados.rados.0.smithi055.stdout:3066: done (3 left) 2023-10-14T00:12:13.472 INFO:tasks.rados.rados.0.smithi055.stdout:3067: done (2 left) 2023-10-14T00:12:13.472 INFO:tasks.rados.rados.0.smithi055.stdout:3068: done (1 left) 2023-10-14T00:12:13.472 INFO:tasks.rados.rados.0.smithi055.stdout:3069: done (0 left) 2023-10-14T00:12:13.473 INFO:tasks.rados.rados.0.smithi055.stdout:3070: copy_from oid 21 from oid 43 current snap is 297 2023-10-14T00:12:13.473 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 29 current snap is 297 2023-10-14T00:12:13.473 INFO:tasks.rados.rados.0.smithi055.stdout:3071: seq_num 958 ranges {1236992=450560,1687552=655360,2342912=548864} 2023-10-14T00:12:13.480 INFO:tasks.rados.rados.0.smithi055.stdout:3071: writing smithi055169533-29 from 1236992 to 1687552 tid 1 2023-10-14T00:12:13.485 INFO:tasks.rados.rados.0.smithi055.stdout:3071: writing smithi055169533-29 from 1687552 to 2342912 tid 2 2023-10-14T00:12:13.488 INFO:tasks.rados.rados.0.smithi055.stdout:3071: writing smithi055169533-29 from 2342912 to 2891776 tid 3 2023-10-14T00:12:13.489 INFO:tasks.rados.rados.0.smithi055.stdout:3072: copy_from oid 30 from oid 45 current snap is 297 2023-10-14T00:12:13.489 INFO:tasks.rados.rados.0.smithi055.stdout:3070: finishing copy_from to smithi055169533-21 2023-10-14T00:12:13.489 INFO:tasks.rados.rados.0.smithi055.stdout:3070: got expected ENOENT (src dne) 2023-10-14T00:12:13.489 INFO:tasks.rados.rados.0.smithi055.stdout:3070: finishing copy_from racing read to smithi055169533-21 2023-10-14T00:12:13.490 INFO:tasks.rados.rados.0.smithi055.stdout:3071: finishing write tid 1 to smithi055169533-29 2023-10-14T00:12:13.490 INFO:tasks.rados.rados.0.smithi055.stdout:3071: finishing write tid 2 to smithi055169533-29 2023-10-14T00:12:13.490 INFO:tasks.rados.rados.0.smithi055.stdout:3070: done (2 left) 2023-10-14T00:12:13.490 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 41 current snap is 297 2023-10-14T00:12:13.491 INFO:tasks.rados.rados.0.smithi055.stdout:3073: seq_num 959 ranges {2080768=466944,2547712=540672,3088384=557056,3645440=106496} 2023-10-14T00:12:13.503 INFO:tasks.rados.rados.0.smithi055.stdout:3073: writing smithi055169533-41 from 2080768 to 2547712 tid 1 2023-10-14T00:12:13.506 INFO:tasks.rados.rados.0.smithi055.stdout:3073: writing smithi055169533-41 from 2547712 to 3088384 tid 2 2023-10-14T00:12:13.510 INFO:tasks.rados.rados.0.smithi055.stdout:3073: writing smithi055169533-41 from 3088384 to 3645440 tid 3 2023-10-14T00:12:13.511 INFO:tasks.rados.rados.0.smithi055.stdout:3073: writing smithi055169533-41 from 3645440 to 3751936 tid 4 2023-10-14T00:12:13.511 INFO:tasks.rados.rados.0.smithi055.stdout:3074: rollback oid 48 current snap is 297 2023-10-14T00:12:13.511 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 48 to 292 2023-10-14T00:12:13.512 INFO:tasks.rados.rados.0.smithi055.stdout:3071: finishing write tid 3 to smithi055169533-29 2023-10-14T00:12:13.512 INFO:tasks.rados.rados.0.smithi055.stdout:3071: finishing write tid 4 to smithi055169533-29 2023-10-14T00:12:13.512 INFO:tasks.rados.rados.0.smithi055.stdout:3071: finishing write tid 5 to smithi055169533-29 2023-10-14T00:12:13.512 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 29 v 1523 (ObjNum 958 snap 297 seq_num 958) dirty exists 2023-10-14T00:12:13.512 INFO:tasks.rados.rados.0.smithi055.stdout:3071: left oid 29 (ObjNum 958 snap 297 seq_num 958) 2023-10-14T00:12:13.513 INFO:tasks.rados.rados.0.smithi055.stdout:3072: finishing copy_from racing read to smithi055169533-30 2023-10-14T00:12:13.513 INFO:tasks.rados.rados.0.smithi055.stdout:3072: finishing copy_from to smithi055169533-30 2023-10-14T00:12:13.513 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 30 v 1628 (ObjNum 904 snap 275 seq_num 904) dirty exists 2023-10-14T00:12:13.513 INFO:tasks.rados.rados.0.smithi055.stdout:3073: finishing write tid 1 to smithi055169533-41 2023-10-14T00:12:13.513 INFO:tasks.rados.rados.0.smithi055.stdout:3073: finishing write tid 2 to smithi055169533-41 2023-10-14T00:12:13.513 INFO:tasks.rados.rados.0.smithi055.stdout:3071: done (3 left) 2023-10-14T00:12:13.514 INFO:tasks.rados.rados.0.smithi055.stdout:3072: done (2 left) 2023-10-14T00:12:13.514 INFO:tasks.rados.rados.0.smithi055.stdout:3075: rollback oid 30 current snap is 297 2023-10-14T00:12:13.514 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 30 to 295 2023-10-14T00:12:13.514 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 28 current snap is 297 2023-10-14T00:12:13.514 INFO:tasks.rados.rados.0.smithi055.stdout:3076: seq_num 960 ranges {1564672=483328,2048000=425984,2473984=761856,3235840=16384} 2023-10-14T00:12:13.523 INFO:tasks.rados.rados.0.smithi055.stdout:3076: writing smithi055169533-28 from 1564672 to 2048000 tid 1 2023-10-14T00:12:13.525 INFO:tasks.rados.rados.0.smithi055.stdout:3076: writing smithi055169533-28 from 2048000 to 2473984 tid 2 2023-10-14T00:12:13.531 INFO:tasks.rados.rados.0.smithi055.stdout:3076: writing smithi055169533-28 from 2473984 to 3235840 tid 3 2023-10-14T00:12:13.531 INFO:tasks.rados.rados.0.smithi055.stdout:3076: writing smithi055169533-28 from 3235840 to 3252224 tid 4 2023-10-14T00:12:13.531 INFO:tasks.rados.rados.0.smithi055.stdout:3077: rmattr oid 19 current snap is 297 2023-10-14T00:12:13.531 INFO:tasks.rados.rados.0.smithi055.stdout:3077: done (4 left) 2023-10-14T00:12:13.531 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 32 current snap is 297 2023-10-14T00:12:13.532 INFO:tasks.rados.rados.0.smithi055.stdout:3073: finishing write tid 3 to smithi055169533-41 2023-10-14T00:12:13.532 INFO:tasks.rados.rados.0.smithi055.stdout:3078: seq_num 961 ranges {0=499712,499712=712704,1212416=491520} 2023-10-14T00:12:13.533 INFO:tasks.rados.rados.0.smithi055.stdout:3078: writing smithi055169533-32 from 0 to 499712 tid 1 2023-10-14T00:12:13.538 INFO:tasks.rados.rados.0.smithi055.stdout:3078: writing smithi055169533-32 from 499712 to 1212416 tid 2 2023-10-14T00:12:13.542 INFO:tasks.rados.rados.0.smithi055.stdout:3078: writing smithi055169533-32 from 1212416 to 1703936 tid 3 2023-10-14T00:12:13.543 INFO:tasks.rados.rados.0.smithi055.stdout:3079: setattr oid 50 current snap is 297 2023-10-14T00:12:13.543 INFO:tasks.rados.rados.0.smithi055.stdout:3073: finishing write tid 4 to smithi055169533-41 2023-10-14T00:12:13.543 INFO:tasks.rados.rados.0.smithi055.stdout:3073: finishing write tid 5 to smithi055169533-41 2023-10-14T00:12:13.543 INFO:tasks.rados.rados.0.smithi055.stdout:3074: finishing rollback tid 0 to smithi055169533-48 2023-10-14T00:12:13.543 INFO:tasks.rados.rados.0.smithi055.stdout:3073: finishing write tid 6 to smithi055169533-41 2023-10-14T00:12:13.544 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 41 v 1537 (ObjNum 959 snap 297 seq_num 959) dirty exists 2023-10-14T00:12:13.544 INFO:tasks.rados.rados.0.smithi055.stdout:3073: left oid 41 (ObjNum 959 snap 297 seq_num 959) 2023-10-14T00:12:13.544 INFO:tasks.rados.rados.0.smithi055.stdout:3074: finishing rollback tid 1 to smithi055169533-48 2023-10-14T00:12:13.544 INFO:tasks.rados.rados.0.smithi055.stdout:3074: finishing rollback tid 2 to smithi055169533-48 2023-10-14T00:12:13.544 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 48 v 1751 (ObjNum 867 snap 264 seq_num 867) dirty exists 2023-10-14T00:12:13.545 INFO:tasks.rados.rados.0.smithi055.stdout:3075: finishing rollback tid 0 to smithi055169533-30 2023-10-14T00:12:13.545 INFO:tasks.rados.rados.0.smithi055.stdout:3075: finishing rollback tid 1 to smithi055169533-30 2023-10-14T00:12:13.545 INFO:tasks.rados.rados.0.smithi055.stdout:3075: finishing rollback tid 2 to smithi055169533-30 2023-10-14T00:12:13.545 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 30 v 1631 (ObjNum 953 snap 294 seq_num 953) dirty exists 2023-10-14T00:12:13.545 INFO:tasks.rados.rados.0.smithi055.stdout:3076: finishing write tid 1 to smithi055169533-28 2023-10-14T00:12:13.546 INFO:tasks.rados.rados.0.smithi055.stdout:3076: finishing write tid 2 to smithi055169533-28 2023-10-14T00:12:13.546 INFO:tasks.rados.rados.0.smithi055.stdout:3076: finishing write tid 3 to smithi055169533-28 2023-10-14T00:12:13.546 INFO:tasks.rados.rados.0.smithi055.stdout:3076: finishing write tid 4 to smithi055169533-28 2023-10-14T00:12:13.546 INFO:tasks.rados.rados.0.smithi055.stdout:3076: finishing write tid 5 to smithi055169533-28 2023-10-14T00:12:13.546 INFO:tasks.rados.rados.0.smithi055.stdout:3078: finishing write tid 1 to smithi055169533-32 2023-10-14T00:12:13.547 INFO:tasks.rados.rados.0.smithi055.stdout:3076: finishing write tid 6 to smithi055169533-28 2023-10-14T00:12:13.547 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 28 v 1833 (ObjNum 960 snap 297 seq_num 960) dirty exists 2023-10-14T00:12:13.547 INFO:tasks.rados.rados.0.smithi055.stdout:3076: left oid 28 (ObjNum 960 snap 297 seq_num 960) 2023-10-14T00:12:13.547 INFO:tasks.rados.rados.0.smithi055.stdout:3078: finishing write tid 2 to smithi055169533-32 2023-10-14T00:12:13.548 INFO:tasks.rados.rados.0.smithi055.stdout:3073: done (5 left) 2023-10-14T00:12:13.548 INFO:tasks.rados.rados.0.smithi055.stdout:3074: done (4 left) 2023-10-14T00:12:13.548 INFO:tasks.rados.rados.0.smithi055.stdout:3075: done (3 left) 2023-10-14T00:12:13.548 INFO:tasks.rados.rados.0.smithi055.stdout:3076: done (2 left) 2023-10-14T00:12:13.549 INFO:tasks.rados.rados.0.smithi055.stdout:3080: snap_remove snap 292 2023-10-14T00:12:13.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:13 smithi055 ceph-mon[185614]: osdmap e666: 8 total, 8 up, 8 in 2023-10-14T00:12:13.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:13 smithi055 ceph-mon[185614]: pgmap v713: 121 pgs: 121 active+clean; 119 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 8.1 MiB/s rd, 1.7 MiB/s wr, 27 op/s 2023-10-14T00:12:13.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:13 smithi055 ceph-mon[183057]: osdmap e666: 8 total, 8 up, 8 in 2023-10-14T00:12:13.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:13 smithi055 ceph-mon[183057]: pgmap v713: 121 pgs: 121 active+clean; 119 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 8.1 MiB/s rd, 1.7 MiB/s wr, 27 op/s 2023-10-14T00:12:13.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:13 smithi082 ceph-mon[180771]: osdmap e666: 8 total, 8 up, 8 in 2023-10-14T00:12:13.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:13 smithi082 ceph-mon[180771]: pgmap v713: 121 pgs: 121 active+clean; 119 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 8.1 MiB/s rd, 1.7 MiB/s wr, 27 op/s 2023-10-14T00:12:14.482 INFO:tasks.rados.rados.0.smithi055.stdout:3080: done (2 left) 2023-10-14T00:12:14.483 INFO:tasks.rados.rados.0.smithi055.stdout:3081: snap_remove snap 296 2023-10-14T00:12:14.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:14 smithi055 ceph-mon[183057]: osdmap e667: 8 total, 8 up, 8 in 2023-10-14T00:12:14.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:14 smithi055 ceph-mon[185614]: osdmap e667: 8 total, 8 up, 8 in 2023-10-14T00:12:14.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:14 smithi082 ceph-mon[180771]: osdmap e667: 8 total, 8 up, 8 in 2023-10-14T00:12:15.449 INFO:tasks.rados.rados.0.smithi055.stdout:3081: done (2 left) 2023-10-14T00:12:15.449 INFO:tasks.rados.rados.0.smithi055.stdout:3082: copy_from oid 29 from oid 48 current snap is 297 2023-10-14T00:12:15.449 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 23 current snap is 297 2023-10-14T00:12:15.450 INFO:tasks.rados.rados.0.smithi055.stdout:3083: seq_num 962 ranges {0=516096,516096=589824,1105920=614400} 2023-10-14T00:12:15.459 INFO:tasks.rados.rados.0.smithi055.stdout:3083: writing smithi055169533-23 from 0 to 516096 tid 1 2023-10-14T00:12:15.459 INFO:tasks.rados.rados.0.smithi055.stdout:3083: writing smithi055169533-23 from 516096 to 1105920 tid 2 2023-10-14T00:12:15.461 INFO:tasks.rados.rados.0.smithi055.stdout:3083: writing smithi055169533-23 from 1105920 to 1720320 tid 3 2023-10-14T00:12:15.461 INFO:tasks.rados.rados.0.smithi055.stdout:3084: snap_create 2023-10-14T00:12:15.463 INFO:tasks.rados.rados.0.smithi055.stdout:3078: finishing write tid 3 to smithi055169533-32 2023-10-14T00:12:15.463 INFO:tasks.rados.rados.0.smithi055.stdout:3078: finishing write tid 4 to smithi055169533-32 2023-10-14T00:12:15.463 INFO:tasks.rados.rados.0.smithi055.stdout:3078: finishing write tid 5 to smithi055169533-32 2023-10-14T00:12:15.464 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 32 v 1527 (ObjNum 961 snap 297 seq_num 961) dirty exists 2023-10-14T00:12:15.464 INFO:tasks.rados.rados.0.smithi055.stdout:3078: left oid 32 (ObjNum 961 snap 297 seq_num 961) 2023-10-14T00:12:15.464 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 50 v 2064 (ObjNum 924 snap 285 seq_num 924) dirty exists 2023-10-14T00:12:15.465 INFO:tasks.rados.rados.0.smithi055.stdout:3083: finishing write tid 1 to smithi055169533-23 2023-10-14T00:12:15.465 INFO:tasks.rados.rados.0.smithi055.stdout:3083: finishing write tid 2 to smithi055169533-23 2023-10-14T00:12:15.469 INFO:tasks.rados.rados.0.smithi055.stdout:3083: finishing write tid 3 to smithi055169533-23 2023-10-14T00:12:15.469 INFO:tasks.rados.rados.0.smithi055.stdout:3083: finishing write tid 4 to smithi055169533-23 2023-10-14T00:12:15.471 INFO:tasks.rados.rados.0.smithi055.stdout:3083: finishing write tid 5 to smithi055169533-23 2023-10-14T00:12:15.471 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 23 v 1750 (ObjNum 962 snap 297 seq_num 962) dirty exists 2023-10-14T00:12:15.471 INFO:tasks.rados.rados.0.smithi055.stdout:3083: left oid 23 (ObjNum 962 snap 297 seq_num 962) 2023-10-14T00:12:15.480 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:12:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:12:15] "GET /metrics HTTP/1.1" 200 36160 "" "Prometheus/2.43.0" 2023-10-14T00:12:15.501 INFO:tasks.rados.rados.0.smithi055.stdout:3082: finishing copy_from racing read to smithi055169533-29 2023-10-14T00:12:15.502 INFO:tasks.rados.rados.0.smithi055.stdout:3082: finishing copy_from to smithi055169533-29 2023-10-14T00:12:15.502 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 29 v 1751 (ObjNum 867 snap 264 seq_num 867) dirty exists 2023-10-14T00:12:15.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:15 smithi055 ceph-mon[185614]: osdmap e668: 8 total, 8 up, 8 in 2023-10-14T00:12:15.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:15 smithi055 ceph-mon[185614]: pgmap v716: 121 pgs: 121 active+clean; 136 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.2 MiB/s rd, 4.3 MiB/s wr, 26 op/s 2023-10-14T00:12:15.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:15 smithi055 ceph-mon[185614]: osdmap e669: 8 total, 8 up, 8 in 2023-10-14T00:12:15.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:15 smithi055 ceph-mon[183057]: osdmap e668: 8 total, 8 up, 8 in 2023-10-14T00:12:15.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:15 smithi055 ceph-mon[183057]: pgmap v716: 121 pgs: 121 active+clean; 136 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.2 MiB/s rd, 4.3 MiB/s wr, 26 op/s 2023-10-14T00:12:15.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:15 smithi055 ceph-mon[183057]: osdmap e669: 8 total, 8 up, 8 in 2023-10-14T00:12:15.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:15 smithi082 ceph-mon[180771]: osdmap e668: 8 total, 8 up, 8 in 2023-10-14T00:12:15.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:15 smithi082 ceph-mon[180771]: pgmap v716: 121 pgs: 121 active+clean; 136 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.2 MiB/s rd, 4.3 MiB/s wr, 26 op/s 2023-10-14T00:12:15.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:15 smithi082 ceph-mon[180771]: osdmap e669: 8 total, 8 up, 8 in 2023-10-14T00:12:16.464 INFO:tasks.rados.rados.0.smithi055.stdout:3078: done (4 left) 2023-10-14T00:12:16.464 INFO:tasks.rados.rados.0.smithi055.stdout:3079: done (3 left) 2023-10-14T00:12:16.464 INFO:tasks.rados.rados.0.smithi055.stdout:3082: done (2 left) 2023-10-14T00:12:16.464 INFO:tasks.rados.rados.0.smithi055.stdout:3083: done (1 left) 2023-10-14T00:12:16.465 INFO:tasks.rados.rados.0.smithi055.stdout:3084: done (0 left) 2023-10-14T00:12:16.465 INFO:tasks.rados.rados.0.smithi055.stdout:3085: snap_remove snap 295 2023-10-14T00:12:17.475 INFO:tasks.rados.rados.0.smithi055.stdout:3085: done (0 left) 2023-10-14T00:12:17.476 INFO:tasks.rados.rados.0.smithi055.stdout:3086: copy_from oid 16 from oid 21 current snap is 298 2023-10-14T00:12:17.476 INFO:tasks.rados.rados.0.smithi055.stdout:3087: rmattr oid 13 current snap is 298 2023-10-14T00:12:17.476 INFO:tasks.rados.rados.0.smithi055.stdout:3087: done (1 left) 2023-10-14T00:12:17.476 INFO:tasks.rados.rados.0.smithi055.stdout:3088: delete oid 33 current snap is 298 2023-10-14T00:12:17.489 INFO:tasks.rados.rados.0.smithi055.stdout:3088: done (1 left) 2023-10-14T00:12:17.489 INFO:tasks.rados.rados.0.smithi055.stdout:3089: snap_remove snap 297 2023-10-14T00:12:17.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:17 smithi055 ceph-mon[183057]: osdmap e670: 8 total, 8 up, 8 in 2023-10-14T00:12:17.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:17 smithi055 ceph-mon[183057]: pgmap v719: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 137 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 5.3 MiB/s wr, 32 op/s 2023-10-14T00:12:17.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:17 smithi055 ceph-mon[185614]: osdmap e670: 8 total, 8 up, 8 in 2023-10-14T00:12:17.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:17 smithi055 ceph-mon[185614]: pgmap v719: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 137 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 5.3 MiB/s wr, 32 op/s 2023-10-14T00:12:17.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:17 smithi082 ceph-mon[180771]: osdmap e670: 8 total, 8 up, 8 in 2023-10-14T00:12:17.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:17 smithi082 ceph-mon[180771]: pgmap v719: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 137 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 5.3 MiB/s wr, 32 op/s 2023-10-14T00:12:18.504 INFO:tasks.rados.rados.0.smithi055.stdout:3089: done (1 left) 2023-10-14T00:12:18.504 INFO:tasks.rados.rados.0.smithi055.stdout:3090: rollback oid 50 current snap is 298 2023-10-14T00:12:18.505 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 50 to 294 2023-10-14T00:12:18.505 INFO:tasks.rados.rados.0.smithi055.stdout:3086: finishing copy_from racing read to smithi055169533-16 2023-10-14T00:12:18.505 INFO:tasks.rados.rados.0.smithi055.stdout:3086: finishing copy_from to smithi055169533-16 2023-10-14T00:12:18.505 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 16 v 1532 (ObjNum 951 snap 293 seq_num 951) dirty exists 2023-10-14T00:12:18.506 INFO:tasks.rados.rados.0.smithi055.stdout:3086: done (1 left) 2023-10-14T00:12:18.506 INFO:tasks.rados.rados.0.smithi055.stdout:3091: setattr oid 46 current snap is 298 2023-10-14T00:12:18.506 INFO:tasks.rados.rados.0.smithi055.stdout:3092: copy_from oid 15 from oid 33 current snap is 298 2023-10-14T00:12:18.507 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 35 current snap is 298 2023-10-14T00:12:18.507 INFO:tasks.rados.rados.0.smithi055.stdout:3093: seq_num 964 ranges {0=548864,548864=761856,1310720=442368} 2023-10-14T00:12:18.510 INFO:tasks.rados.rados.0.smithi055.stdout:3093: writing smithi055169533-35 from 0 to 548864 tid 1 2023-10-14T00:12:18.515 INFO:tasks.rados.rados.0.smithi055.stdout:3093: writing smithi055169533-35 from 548864 to 1310720 tid 2 2023-10-14T00:12:18.518 INFO:tasks.rados.rados.0.smithi055.stdout:3093: writing smithi055169533-35 from 1310720 to 1753088 tid 3 2023-10-14T00:12:18.518 INFO:tasks.rados.rados.0.smithi055.stdout:3094: copy_from oid 39 from oid 49 current snap is 298 2023-10-14T00:12:18.519 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 46 v 1751 (ObjNum 830 snap 253 seq_num 830) dirty exists 2023-10-14T00:12:18.519 INFO:tasks.rados.rados.0.smithi055.stdout:3091: done (4 left) 2023-10-14T00:12:18.519 INFO:tasks.rados.rados.0.smithi055.stdout:3095: delete oid 47 current snap is 298 2023-10-14T00:12:18.519 INFO:tasks.rados.rados.0.smithi055.stdout:3092: finishing copy_from to smithi055169533-15 2023-10-14T00:12:18.520 INFO:tasks.rados.rados.0.smithi055.stdout:3092: got expected ENOENT (src dne) 2023-10-14T00:12:18.520 INFO:tasks.rados.rados.0.smithi055.stdout:3092: finishing copy_from racing read to smithi055169533-15 2023-10-14T00:12:18.520 INFO:tasks.rados.rados.0.smithi055.stdout:3090: finishing rollback tid 0 to smithi055169533-50 2023-10-14T00:12:18.521 INFO:tasks.rados.rados.0.smithi055.stdout:3090: finishing rollback tid 1 to smithi055169533-50 2023-10-14T00:12:18.521 INFO:tasks.rados.rados.0.smithi055.stdout:3090: finishing rollback tid 2 to smithi055169533-50 2023-10-14T00:12:18.521 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 50 v 2077 (ObjNum 924 snap 285 seq_num 924) dirty exists 2023-10-14T00:12:18.521 INFO:tasks.rados.rados.0.smithi055.stdout:3093: finishing write tid 1 to smithi055169533-35 2023-10-14T00:12:18.522 INFO:tasks.rados.rados.0.smithi055.stdout:3090: done (4 left) 2023-10-14T00:12:18.522 INFO:tasks.rados.rados.0.smithi055.stdout:3092: done (3 left) 2023-10-14T00:12:18.523 INFO:tasks.rados.rados.0.smithi055.stdout:3095: done (2 left) 2023-10-14T00:12:18.523 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 46 current snap is 298 2023-10-14T00:12:18.523 INFO:tasks.rados.rados.0.smithi055.stdout:3096: seq_num 966 ranges {3670016=581632,4251648=581632,4833280=622592} 2023-10-14T00:12:18.546 INFO:tasks.rados.rados.0.smithi055.stdout:3096: writing smithi055169533-46 from 3670016 to 4251648 tid 1 2023-10-14T00:12:18.550 INFO:tasks.rados.rados.0.smithi055.stdout:3096: writing smithi055169533-46 from 4251648 to 4833280 tid 2 2023-10-14T00:12:18.554 INFO:tasks.rados.rados.0.smithi055.stdout:3096: writing smithi055169533-46 from 4833280 to 5455872 tid 3 2023-10-14T00:12:18.554 INFO:tasks.rados.rados.0.smithi055.stdout:3097: read oid 28 snap -1 2023-10-14T00:12:18.554 INFO:tasks.rados.rados.0.smithi055.stdout:3097: expect (ObjNum 960 snap 297 seq_num 960) 2023-10-14T00:12:18.555 INFO:tasks.rados.rados.0.smithi055.stdout:3098: rollback oid 8 current snap is 298 2023-10-14T00:12:18.555 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 8 to 294 2023-10-14T00:12:18.555 INFO:tasks.rados.rados.0.smithi055.stdout:3093: finishing write tid 2 to smithi055169533-35 2023-10-14T00:12:18.555 INFO:tasks.rados.rados.0.smithi055.stdout:3093: finishing write tid 3 to smithi055169533-35 2023-10-14T00:12:18.555 INFO:tasks.rados.rados.0.smithi055.stdout:3093: finishing write tid 4 to smithi055169533-35 2023-10-14T00:12:18.556 INFO:tasks.rados.rados.0.smithi055.stdout:3093: finishing write tid 5 to smithi055169533-35 2023-10-14T00:12:18.556 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 35 v 2081 (ObjNum 964 snap 298 seq_num 964) dirty exists 2023-10-14T00:12:18.556 INFO:tasks.rados.rados.0.smithi055.stdout:3093: left oid 35 (ObjNum 964 snap 298 seq_num 964) 2023-10-14T00:12:18.556 INFO:tasks.rados.rados.0.smithi055.stdout:3094: finishing copy_from racing read to smithi055169533-39 2023-10-14T00:12:18.556 INFO:tasks.rados.rados.0.smithi055.stdout:3094: finishing copy_from to smithi055169533-39 2023-10-14T00:12:18.557 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 39 v 1728 (ObjNum 930 snap 288 seq_num 930) dirty exists 2023-10-14T00:12:18.557 INFO:tasks.rados.rados.0.smithi055.stdout:3096: finishing write tid 1 to smithi055169533-46 2023-10-14T00:12:18.557 INFO:tasks.rados.rados.0.smithi055.stdout:3096: finishing write tid 2 to smithi055169533-46 2023-10-14T00:12:18.557 INFO:tasks.rados.rados.0.smithi055.stdout:3093: done (4 left) 2023-10-14T00:12:18.557 INFO:tasks.rados.rados.0.smithi055.stdout:3094: done (3 left) 2023-10-14T00:12:18.558 INFO:tasks.rados.rados.0.smithi055.stdout:3099: rmattr oid 31 current snap is 298 2023-10-14T00:12:18.558 INFO:tasks.rados.rados.0.smithi055.stdout:3100: snap_create 2023-10-14T00:12:18.558 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 31 v 1165 (ObjNum 946 snap 293 seq_num 946) dirty exists 2023-10-14T00:12:18.561 INFO:tasks.rados.rados.0.smithi055.stdout:3096: finishing write tid 3 to smithi055169533-46 2023-10-14T00:12:18.561 INFO:tasks.rados.rados.0.smithi055.stdout:3096: finishing write tid 4 to smithi055169533-46 2023-10-14T00:12:18.562 INFO:tasks.rados.rados.0.smithi055.stdout:3096: finishing write tid 5 to smithi055169533-46 2023-10-14T00:12:18.562 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 46 v 1755 (ObjNum 966 snap 298 seq_num 966) dirty exists 2023-10-14T00:12:18.562 INFO:tasks.rados.rados.0.smithi055.stdout:3096: left oid 46 (ObjNum 966 snap 298 seq_num 966) 2023-10-14T00:12:18.564 INFO:tasks.rados.rados.0.smithi055.stdout:3098: finishing rollback tid 0 to smithi055169533-8 2023-10-14T00:12:18.564 INFO:tasks.rados.rados.0.smithi055.stdout:3098: finishing rollback tid 1 to smithi055169533-8 2023-10-14T00:12:18.564 INFO:tasks.rados.rados.0.smithi055.stdout:3098: finishing rollback tid 2 to smithi055169533-8 2023-10-14T00:12:18.564 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 8 v 1541 (ObjNum 830 snap 253 seq_num 830) dirty exists 2023-10-14T00:12:18.567 INFO:tasks.rados.rados.0.smithi055.stdout:3097: expect (ObjNum 960 snap 297 seq_num 960) 2023-10-14T00:12:18.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:18 smithi055 ceph-mon[185614]: osdmap e671: 8 total, 8 up, 8 in 2023-10-14T00:12:18.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:18 smithi055 ceph-mon[183057]: osdmap e671: 8 total, 8 up, 8 in 2023-10-14T00:12:18.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:18 smithi082 ceph-mon[180771]: osdmap e671: 8 total, 8 up, 8 in 2023-10-14T00:12:19.516 INFO:tasks.rados.rados.0.smithi055.stdout:3096: done (4 left) 2023-10-14T00:12:19.516 INFO:tasks.rados.rados.0.smithi055.stdout:3097: done (3 left) 2023-10-14T00:12:19.516 INFO:tasks.rados.rados.0.smithi055.stdout:3098: done (2 left) 2023-10-14T00:12:19.516 INFO:tasks.rados.rados.0.smithi055.stdout:3099: done (1 left) 2023-10-14T00:12:19.517 INFO:tasks.rados.rados.0.smithi055.stdout:3100: done (0 left) 2023-10-14T00:12:19.517 INFO:tasks.rados.rados.0.smithi055.stdout:3101: snap_create 2023-10-14T00:12:19.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:19 smithi055 ceph-mon[183057]: osdmap e672: 8 total, 8 up, 8 in 2023-10-14T00:12:19.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:19 smithi055 ceph-mon[183057]: pgmap v722: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 131 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 7.8 MiB/s rd, 1.0 MiB/s wr, 9 op/s 2023-10-14T00:12:19.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:19 smithi055 ceph-mon[185614]: osdmap e672: 8 total, 8 up, 8 in 2023-10-14T00:12:19.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:19 smithi055 ceph-mon[185614]: pgmap v722: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 131 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 7.8 MiB/s rd, 1.0 MiB/s wr, 9 op/s 2023-10-14T00:12:19.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:19 smithi082 ceph-mon[180771]: osdmap e672: 8 total, 8 up, 8 in 2023-10-14T00:12:19.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:19 smithi082 ceph-mon[180771]: pgmap v722: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 131 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 7.8 MiB/s rd, 1.0 MiB/s wr, 9 op/s 2023-10-14T00:12:20.440 INFO:tasks.rados.rados.0.smithi055.stdout:3101: done (0 left) 2023-10-14T00:12:20.440 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 15 current snap is 300 2023-10-14T00:12:20.440 INFO:tasks.rados.rados.0.smithi055.stdout:3102: seq_num 967 ranges {794624=598016,1392640=466944,1859584=516096,2375680=221184} 2023-10-14T00:12:20.448 INFO:tasks.rados.rados.0.smithi055.stdout:3102: writing smithi055169533-15 from 794624 to 1392640 tid 1 2023-10-14T00:12:20.451 INFO:tasks.rados.rados.0.smithi055.stdout:3102: writing smithi055169533-15 from 1392640 to 1859584 tid 2 2023-10-14T00:12:20.454 INFO:tasks.rados.rados.0.smithi055.stdout:3102: writing smithi055169533-15 from 1859584 to 2375680 tid 3 2023-10-14T00:12:20.456 INFO:tasks.rados.rados.0.smithi055.stdout:3102: writing smithi055169533-15 from 2375680 to 2596864 tid 4 2023-10-14T00:12:20.456 INFO:tasks.rados.rados.0.smithi055.stdout:3103: rollback oid 3 current snap is 300 2023-10-14T00:12:20.456 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 3 to 298 2023-10-14T00:12:20.457 INFO:tasks.rados.rados.0.smithi055.stdout:3102: finishing write tid 1 to smithi055169533-15 2023-10-14T00:12:20.457 INFO:tasks.rados.rados.0.smithi055.stdout:3104: read oid 50 snap 294 2023-10-14T00:12:20.457 INFO:tasks.rados.rados.0.smithi055.stdout:3104: expect (ObjNum 924 snap 285 seq_num 924) 2023-10-14T00:12:20.457 INFO:tasks.rados.rados.0.smithi055.stdout:3105: read oid 24 snap 299 2023-10-14T00:12:20.458 INFO:tasks.rados.rados.0.smithi055.stdout:3105: expect (ObjNum 885 snap 267 seq_num 885) 2023-10-14T00:12:20.458 INFO:tasks.rados.rados.0.smithi055.stdout:3106: read oid 43 snap -1 2023-10-14T00:12:20.458 INFO:tasks.rados.rados.0.smithi055.stdout:3106: expect deleted 2023-10-14T00:12:20.458 INFO:tasks.rados.rados.0.smithi055.stdout:3107: read oid 33 snap 299 2023-10-14T00:12:20.458 INFO:tasks.rados.rados.0.smithi055.stdout:3107: expect deleted 2023-10-14T00:12:20.459 INFO:tasks.rados.rados.0.smithi055.stdout:3108: read oid 48 snap -1 2023-10-14T00:12:20.459 INFO:tasks.rados.rados.0.smithi055.stdout:3108: expect (ObjNum 867 snap 264 seq_num 867) 2023-10-14T00:12:20.459 INFO:tasks.rados.rados.0.smithi055.stdout:3109: snap_create 2023-10-14T00:12:20.459 INFO:tasks.rados.rados.0.smithi055.stdout:3102: finishing write tid 2 to smithi055169533-15 2023-10-14T00:12:20.469 INFO:tasks.rados.rados.0.smithi055.stdout:3102: finishing write tid 3 to smithi055169533-15 2023-10-14T00:12:20.469 INFO:tasks.rados.rados.0.smithi055.stdout:3102: finishing write tid 4 to smithi055169533-15 2023-10-14T00:12:20.469 INFO:tasks.rados.rados.0.smithi055.stdout:3102: finishing write tid 5 to smithi055169533-15 2023-10-14T00:12:20.469 INFO:tasks.rados.rados.0.smithi055.stdout:3103: finishing rollback tid 0 to smithi055169533-3 2023-10-14T00:12:20.470 INFO:tasks.rados.rados.0.smithi055.stdout:3103: finishing rollback tid 1 to smithi055169533-3 2023-10-14T00:12:20.473 INFO:tasks.rados.rados.0.smithi055.stdout:3102: finishing write tid 6 to smithi055169533-15 2023-10-14T00:12:20.473 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 15 v 1847 (ObjNum 967 snap 300 seq_num 967) dirty exists 2023-10-14T00:12:20.473 INFO:tasks.rados.rados.0.smithi055.stdout:3102: left oid 15 (ObjNum 967 snap 300 seq_num 967) 2023-10-14T00:12:20.474 INFO:tasks.rados.rados.0.smithi055.stdout:3103: finishing rollback tid 2 to smithi055169533-3 2023-10-14T00:12:20.474 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 3 v 1851 (ObjNum 921 snap 282 seq_num 921) dirty exists 2023-10-14T00:12:20.490 INFO:tasks.rados.rados.0.smithi055.stdout:3104: expect (ObjNum 924 snap 285 seq_num 924) 2023-10-14T00:12:20.666 INFO:tasks.rados.rados.0.smithi055.stdout:3108: expect (ObjNum 867 snap 264 seq_num 867) 2023-10-14T00:12:20.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:20 smithi055 ceph-mon[185614]: osdmap e673: 8 total, 8 up, 8 in 2023-10-14T00:12:20.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:20 smithi055 ceph-mon[185614]: osdmap e674: 8 total, 8 up, 8 in 2023-10-14T00:12:20.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:20 smithi055 ceph-mon[183057]: osdmap e673: 8 total, 8 up, 8 in 2023-10-14T00:12:20.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:20 smithi055 ceph-mon[183057]: osdmap e674: 8 total, 8 up, 8 in 2023-10-14T00:12:20.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:20 smithi082 ceph-mon[180771]: osdmap e673: 8 total, 8 up, 8 in 2023-10-14T00:12:20.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:20 smithi082 ceph-mon[180771]: osdmap e674: 8 total, 8 up, 8 in 2023-10-14T00:12:21.443 INFO:tasks.rados.rados.0.smithi055.stdout:3105: expect (ObjNum 885 snap 267 seq_num 885) 2023-10-14T00:12:21.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:21 smithi055 ceph-mon[185614]: pgmap v725: 121 pgs: 121 active+clean; 145 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 4.7 MiB/s rd, 4.7 MiB/s wr, 12 op/s 2023-10-14T00:12:21.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:21 smithi055 ceph-mon[185614]: osdmap e675: 8 total, 8 up, 8 in 2023-10-14T00:12:21.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:21 smithi055 ceph-mon[183057]: pgmap v725: 121 pgs: 121 active+clean; 145 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 4.7 MiB/s rd, 4.7 MiB/s wr, 12 op/s 2023-10-14T00:12:21.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:21 smithi055 ceph-mon[183057]: osdmap e675: 8 total, 8 up, 8 in 2023-10-14T00:12:21.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:21 smithi082 ceph-mon[180771]: pgmap v725: 121 pgs: 121 active+clean; 145 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 4.7 MiB/s rd, 4.7 MiB/s wr, 12 op/s 2023-10-14T00:12:21.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:21 smithi082 ceph-mon[180771]: osdmap e675: 8 total, 8 up, 8 in 2023-10-14T00:12:22.014 INFO:tasks.rados.rados.0.smithi055.stdout:3102: done (7 left) 2023-10-14T00:12:22.014 INFO:tasks.rados.rados.0.smithi055.stdout:3103: done (6 left) 2023-10-14T00:12:22.014 INFO:tasks.rados.rados.0.smithi055.stdout:3104: done (5 left) 2023-10-14T00:12:22.014 INFO:tasks.rados.rados.0.smithi055.stdout:3105: done (4 left) 2023-10-14T00:12:22.014 INFO:tasks.rados.rados.0.smithi055.stdout:3106: done (3 left) 2023-10-14T00:12:22.015 INFO:tasks.rados.rados.0.smithi055.stdout:3107: done (2 left) 2023-10-14T00:12:22.015 INFO:tasks.rados.rados.0.smithi055.stdout:3108: done (1 left) 2023-10-14T00:12:22.015 INFO:tasks.rados.rados.0.smithi055.stdout:3109: done (0 left) 2023-10-14T00:12:22.015 INFO:tasks.rados.rados.0.smithi055.stdout:3110: read oid 38 snap 298 2023-10-14T00:12:22.015 INFO:tasks.rados.rados.0.smithi055.stdout:3110: expect (ObjNum 949 snap 293 seq_num 949) 2023-10-14T00:12:22.016 INFO:tasks.rados.rados.0.smithi055.stdout:3111: copy_from oid 47 from oid 41 current snap is 301 2023-10-14T00:12:22.016 INFO:tasks.rados.rados.0.smithi055.stdout:3112: copy_from oid 23 from oid 14 current snap is 301 2023-10-14T00:12:22.016 INFO:tasks.rados.rados.0.smithi055.stdout:3113: read oid 42 snap -1 2023-10-14T00:12:22.016 INFO:tasks.rados.rados.0.smithi055.stdout:3113: expect deleted 2023-10-14T00:12:22.016 INFO:tasks.rados.rados.0.smithi055.stdout:3114: copy_from oid 31 from oid 4 current snap is 301 2023-10-14T00:12:22.017 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 13 current snap is 301 2023-10-14T00:12:22.017 INFO:tasks.rados.rados.0.smithi055.stdout:3115: seq_num 968 ranges {5464064=614400,6078464=745472,6823936=458752} 2023-10-14T00:12:22.049 INFO:tasks.rados.rados.0.smithi055.stdout:3115: writing smithi055169533-13 from 5464064 to 6078464 tid 1 2023-10-14T00:12:22.054 INFO:tasks.rados.rados.0.smithi055.stdout:3115: writing smithi055169533-13 from 6078464 to 6823936 tid 2 2023-10-14T00:12:22.057 INFO:tasks.rados.rados.0.smithi055.stdout:3115: writing smithi055169533-13 from 6823936 to 7282688 tid 3 2023-10-14T00:12:22.057 INFO:tasks.rados.rados.0.smithi055.stdout:3116: snap_create 2023-10-14T00:12:22.057 INFO:tasks.rados.rados.0.smithi055.stdout:3114: finishing copy_from racing read to smithi055169533-31 2023-10-14T00:12:22.057 INFO:tasks.rados.rados.0.smithi055.stdout:3114: finishing copy_from to smithi055169533-31 2023-10-14T00:12:22.057 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 31 v 351 (ObjNum 816 snap 251 seq_num 816) dirty exists 2023-10-14T00:12:22.058 INFO:tasks.rados.rados.0.smithi055.stdout:3112: finishing copy_from racing read to smithi055169533-23 2023-10-14T00:12:22.058 INFO:tasks.rados.rados.0.smithi055.stdout:3112: finishing copy_from to smithi055169533-23 2023-10-14T00:12:22.058 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 23 v 1505 (ObjNum 869 snap 264 seq_num 869) dirty exists 2023-10-14T00:12:22.058 INFO:tasks.rados.rados.0.smithi055.stdout:3110: expect (ObjNum 949 snap 293 seq_num 949) 2023-10-14T00:12:22.276 INFO:tasks.rados.rados.0.smithi055.stdout:3111: finishing copy_from racing read to smithi055169533-47 2023-10-14T00:12:22.276 INFO:tasks.rados.rados.0.smithi055.stdout:3111: finishing copy_from to smithi055169533-47 2023-10-14T00:12:22.276 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 47 v 1537 (ObjNum 959 snap 297 seq_num 959) dirty exists 2023-10-14T00:12:22.277 INFO:tasks.rados.rados.0.smithi055.stdout:3115: finishing write tid 1 to smithi055169533-13 2023-10-14T00:12:22.277 INFO:tasks.rados.rados.0.smithi055.stdout:3115: finishing write tid 2 to smithi055169533-13 2023-10-14T00:12:22.277 INFO:tasks.rados.rados.0.smithi055.stdout:3115: finishing write tid 3 to smithi055169533-13 2023-10-14T00:12:22.277 INFO:tasks.rados.rados.0.smithi055.stdout:3115: finishing write tid 4 to smithi055169533-13 2023-10-14T00:12:22.277 INFO:tasks.rados.rados.0.smithi055.stdout:3115: finishing write tid 5 to smithi055169533-13 2023-10-14T00:12:22.278 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 13 v 1782 (ObjNum 968 snap 301 seq_num 968) dirty exists 2023-10-14T00:12:22.278 INFO:tasks.rados.rados.0.smithi055.stdout:3115: left oid 13 (ObjNum 968 snap 301 seq_num 968) 2023-10-14T00:12:22.526 INFO:tasks.rados.rados.0.smithi055.stdout:3110: done (6 left) 2023-10-14T00:12:22.526 INFO:tasks.rados.rados.0.smithi055.stdout:3111: done (5 left) 2023-10-14T00:12:22.526 INFO:tasks.rados.rados.0.smithi055.stdout:3112: done (4 left) 2023-10-14T00:12:22.526 INFO:tasks.rados.rados.0.smithi055.stdout:3113: done (3 left) 2023-10-14T00:12:22.527 INFO:tasks.rados.rados.0.smithi055.stdout:3114: done (2 left) 2023-10-14T00:12:22.527 INFO:tasks.rados.rados.0.smithi055.stdout:3115: done (1 left) 2023-10-14T00:12:22.527 INFO:tasks.rados.rados.0.smithi055.stdout:3116: done (0 left) 2023-10-14T00:12:22.527 INFO:tasks.rados.rados.0.smithi055.stdout:3117: delete oid 35 current snap is 302 2023-10-14T00:12:22.531 INFO:tasks.rados.rados.0.smithi055.stdout:3117: done (0 left) 2023-10-14T00:12:22.532 INFO:tasks.rados.rados.0.smithi055.stdout:3118: delete oid 27 current snap is 302 2023-10-14T00:12:22.534 INFO:tasks.rados.rados.0.smithi055.stdout:3118: done (0 left) 2023-10-14T00:12:22.535 INFO:tasks.rados.rados.0.smithi055.stdout:3119: snap_remove snap 301 2023-10-14T00:12:23.530 INFO:tasks.rados.rados.0.smithi055.stdout:3119: done (0 left) 2023-10-14T00:12:23.530 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 17 current snap is 302 2023-10-14T00:12:23.531 INFO:tasks.rados.rados.0.smithi055.stdout:3120: seq_num 971 ranges {0=671744,671744=802816,1474560=401408} 2023-10-14T00:12:23.533 INFO:tasks.rados.rados.0.smithi055.stdout:3120: writing smithi055169533-17 from 0 to 671744 tid 1 2023-10-14T00:12:23.538 INFO:tasks.rados.rados.0.smithi055.stdout:3120: writing smithi055169533-17 from 671744 to 1474560 tid 2 2023-10-14T00:12:23.542 INFO:tasks.rados.rados.0.smithi055.stdout:3120: writing smithi055169533-17 from 1474560 to 1875968 tid 3 2023-10-14T00:12:23.542 INFO:tasks.rados.rados.0.smithi055.stdout:3121: snap_remove snap 298 2023-10-14T00:12:23.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:23 smithi082 ceph-mon[180771]: osdmap e676: 8 total, 8 up, 8 in 2023-10-14T00:12:23.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:23 smithi082 ceph-mon[180771]: pgmap v728: 121 pgs: 121 active+clean; 149 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 2.4 MiB/s rd, 5.7 MiB/s wr, 12 op/s 2023-10-14T00:12:24.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:23 smithi055 ceph-mon[185614]: osdmap e676: 8 total, 8 up, 8 in 2023-10-14T00:12:24.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:23 smithi055 ceph-mon[185614]: pgmap v728: 121 pgs: 121 active+clean; 149 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 2.4 MiB/s rd, 5.7 MiB/s wr, 12 op/s 2023-10-14T00:12:24.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:23 smithi055 ceph-mon[183057]: osdmap e676: 8 total, 8 up, 8 in 2023-10-14T00:12:24.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:23 smithi055 ceph-mon[183057]: pgmap v728: 121 pgs: 121 active+clean; 149 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 2.4 MiB/s rd, 5.7 MiB/s wr, 12 op/s 2023-10-14T00:12:24.545 INFO:tasks.rados.rados.0.smithi055.stdout:3121: done (1 left) 2023-10-14T00:12:24.545 INFO:tasks.rados.rados.0.smithi055.stdout:3122: snap_create 2023-10-14T00:12:24.546 INFO:tasks.rados.rados.0.smithi055.stdout:3120: finishing write tid 1 to smithi055169533-17 2023-10-14T00:12:24.546 INFO:tasks.rados.rados.0.smithi055.stdout:3120: finishing write tid 2 to smithi055169533-17 2023-10-14T00:12:24.546 INFO:tasks.rados.rados.0.smithi055.stdout:3120: finishing write tid 3 to smithi055169533-17 2023-10-14T00:12:24.546 INFO:tasks.rados.rados.0.smithi055.stdout:3120: finishing write tid 4 to smithi055169533-17 2023-10-14T00:12:24.546 INFO:tasks.rados.rados.0.smithi055.stdout:3120: finishing write tid 5 to smithi055169533-17 2023-10-14T00:12:24.547 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 17 v 2094 (ObjNum 971 snap 302 seq_num 971) dirty exists 2023-10-14T00:12:24.547 INFO:tasks.rados.rados.0.smithi055.stdout:3120: left oid 17 (ObjNum 971 snap 302 seq_num 971) 2023-10-14T00:12:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:24 smithi082 ceph-mon[180771]: osdmap e677: 8 total, 8 up, 8 in 2023-10-14T00:12:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:12:25.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:24 smithi055 ceph-mon[185614]: osdmap e677: 8 total, 8 up, 8 in 2023-10-14T00:12:25.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:12:25.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:24 smithi055 ceph-mon[183057]: osdmap e677: 8 total, 8 up, 8 in 2023-10-14T00:12:25.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:12:25.445 INFO:tasks.rados.rados.0.smithi055.stdout:3120: done (1 left) 2023-10-14T00:12:25.446 INFO:tasks.rados.rados.0.smithi055.stdout:3122: done (0 left) 2023-10-14T00:12:25.446 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 34 current snap is 303 2023-10-14T00:12:25.447 INFO:tasks.rados.rados.0.smithi055.stdout:3123: seq_num 972 ranges {1523712=688128,2211840=688128,2899968=516096} 2023-10-14T00:12:25.458 INFO:tasks.rados.rados.0.smithi055.stdout:3123: writing smithi055169533-34 from 1523712 to 2211840 tid 1 2023-10-14T00:12:25.462 INFO:tasks.rados.rados.0.smithi055.stdout:3123: writing smithi055169533-34 from 2211840 to 2899968 tid 2 2023-10-14T00:12:25.466 INFO:tasks.rados.rados.0.smithi055.stdout:3123: writing smithi055169533-34 from 2899968 to 3416064 tid 3 2023-10-14T00:12:25.466 INFO:tasks.rados.rados.0.smithi055.stdout:3124: setattr oid 41 current snap is 303 2023-10-14T00:12:25.467 INFO:tasks.rados.rados.0.smithi055.stdout:3123: finishing write tid 1 to smithi055169533-34 2023-10-14T00:12:25.468 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 40 current snap is 303 2023-10-14T00:12:25.468 INFO:tasks.rados.rados.0.smithi055.stdout:3125: seq_num 973 ranges {1335296=704512,2039808=573440,2613248=507904,3121152=122880} 2023-10-14T00:12:25.480 INFO:tasks.rados.rados.0.smithi055.stdout:3125: writing smithi055169533-40 from 1335296 to 2039808 tid 1 2023-10-14T00:12:25.483 INFO:tasks.rados.rados.0.smithi055.stdout:3125: writing smithi055169533-40 from 2039808 to 2613248 tid 2 2023-10-14T00:12:25.486 INFO:tasks.rados.rados.0.smithi055.stdout:3125: writing smithi055169533-40 from 2613248 to 3121152 tid 3 2023-10-14T00:12:25.489 INFO:tasks.rados.rados.0.smithi055.stdout:3125: writing smithi055169533-40 from 3121152 to 3244032 tid 4 2023-10-14T00:12:25.489 INFO:tasks.rados.rados.0.smithi055.stdout:3126: read oid 47 snap 302 2023-10-14T00:12:25.490 INFO:tasks.rados.rados.0.smithi055.stdout:3126: expect (ObjNum 959 snap 297 seq_num 959) 2023-10-14T00:12:25.490 INFO:tasks.rados.rados.0.smithi055.stdout:3127: copy_from oid 35 from oid 11 current snap is 303 2023-10-14T00:12:25.490 INFO:tasks.rados.rados.0.smithi055.stdout:3123: finishing write tid 2 to smithi055169533-34 2023-10-14T00:12:25.491 INFO:tasks.rados.rados.0.smithi055.stdout:3123: finishing write tid 3 to smithi055169533-34 2023-10-14T00:12:25.491 INFO:tasks.rados.rados.0.smithi055.stdout:3123: finishing write tid 4 to smithi055169533-34 2023-10-14T00:12:25.491 INFO:tasks.rados.rados.0.smithi055.stdout:3123: finishing write tid 5 to smithi055169533-34 2023-10-14T00:12:25.492 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 34 v 1759 (ObjNum 972 snap 303 seq_num 972) dirty exists 2023-10-14T00:12:25.492 INFO:tasks.rados.rados.0.smithi055.stdout:3123: left oid 34 (ObjNum 972 snap 303 seq_num 972) 2023-10-14T00:12:25.493 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 41 v 1542 (ObjNum 959 snap 297 seq_num 959) dirty exists 2023-10-14T00:12:25.493 INFO:tasks.rados.rados.0.smithi055.stdout:3123: done (4 left) 2023-10-14T00:12:25.493 INFO:tasks.rados.rados.0.smithi055.stdout:3124: done (3 left) 2023-10-14T00:12:25.494 INFO:tasks.rados.rados.0.smithi055.stdout:3128: read oid 16 snap -1 2023-10-14T00:12:25.494 INFO:tasks.rados.rados.0.smithi055.stdout:3128: expect (ObjNum 951 snap 293 seq_num 951) 2023-10-14T00:12:25.494 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 14 current snap is 303 2023-10-14T00:12:25.495 INFO:tasks.rados.rados.0.smithi055.stdout:3125: finishing write tid 1 to smithi055169533-40 2023-10-14T00:12:25.495 INFO:tasks.rados.rados.0.smithi055.stdout:3129: seq_num 974 ranges {2547712=720896,3268608=507904,3776512=671744,4448256=24576} 2023-10-14T00:12:25.506 INFO:tasks.rados.rados.0.smithi055.stdout:3129: writing smithi055169533-14 from 2547712 to 3268608 tid 1 2023-10-14T00:12:25.509 INFO:tasks.rados.rados.0.smithi055.stdout:3129: writing smithi055169533-14 from 3268608 to 3776512 tid 2 2023-10-14T00:12:25.514 INFO:tasks.rados.rados.0.smithi055.stdout:3129: writing smithi055169533-14 from 3776512 to 4448256 tid 3 2023-10-14T00:12:25.515 INFO:tasks.rados.rados.0.smithi055.stdout:3129: writing smithi055169533-14 from 4448256 to 4472832 tid 4 2023-10-14T00:12:25.515 INFO:tasks.rados.rados.0.smithi055.stdout:3130: rollback oid 19 current snap is 303 2023-10-14T00:12:25.516 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 19 to 300 2023-10-14T00:12:25.516 INFO:tasks.rados.rados.0.smithi055.stdout:3125: finishing write tid 2 to smithi055169533-40 2023-10-14T00:12:25.516 INFO:tasks.rados.rados.0.smithi055.stdout:3127: finishing copy_from racing read to smithi055169533-35 2023-10-14T00:12:25.517 INFO:tasks.rados.rados.0.smithi055.stdout:3125: finishing write tid 3 to smithi055169533-40 2023-10-14T00:12:25.517 INFO:tasks.rados.rados.0.smithi055.stdout:3127: finishing copy_from to smithi055169533-35 2023-10-14T00:12:25.517 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 35 v 1124 (ObjNum 161 snap 0 seq_num 1) dirty exists 2023-10-14T00:12:25.518 INFO:tasks.rados.rados.0.smithi055.stdout:3125: finishing write tid 4 to smithi055169533-40 2023-10-14T00:12:25.518 INFO:tasks.rados.rados.0.smithi055.stdout:3125: finishing write tid 5 to smithi055169533-40 2023-10-14T00:12:25.519 INFO:tasks.rados.rados.0.smithi055.stdout:3125: finishing write tid 6 to smithi055169533-40 2023-10-14T00:12:25.519 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 40 v 1753 (ObjNum 973 snap 303 seq_num 973) dirty exists 2023-10-14T00:12:25.519 INFO:tasks.rados.rados.0.smithi055.stdout:3125: left oid 40 (ObjNum 973 snap 303 seq_num 973) 2023-10-14T00:12:25.520 INFO:tasks.rados.rados.0.smithi055.stdout:3126: expect (ObjNum 959 snap 297 seq_num 959) 2023-10-14T00:12:25.520 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:12:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:12:25] "GET /metrics HTTP/1.1" 200 36158 "" "Prometheus/2.43.0" 2023-10-14T00:12:25.653 INFO:tasks.rados.rados.0.smithi055.stdout:3128: expect (ObjNum 951 snap 293 seq_num 951) 2023-10-14T00:12:25.869 INFO:tasks.rados.rados.0.smithi055.stdout:3129: finishing write tid 1 to smithi055169533-14 2023-10-14T00:12:25.870 INFO:tasks.rados.rados.0.smithi055.stdout:3129: finishing write tid 2 to smithi055169533-14 2023-10-14T00:12:25.870 INFO:tasks.rados.rados.0.smithi055.stdout:3130: finishing rollback tid 1 to smithi055169533-19 2023-10-14T00:12:25.870 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 19 v 0 (ObjNum 161 snap 0 seq_num 1) dirty dne 2023-10-14T00:12:25.871 INFO:tasks.rados.rados.0.smithi055.stdout:3129: finishing write tid 3 to smithi055169533-14 2023-10-14T00:12:25.871 INFO:tasks.rados.rados.0.smithi055.stdout:3129: finishing write tid 4 to smithi055169533-14 2023-10-14T00:12:25.872 INFO:tasks.rados.rados.0.smithi055.stdout:3125: done (5 left) 2023-10-14T00:12:25.872 INFO:tasks.rados.rados.0.smithi055.stdout:3126: done (4 left) 2023-10-14T00:12:25.872 INFO:tasks.rados.rados.0.smithi055.stdout:3127: done (3 left) 2023-10-14T00:12:25.873 INFO:tasks.rados.rados.0.smithi055.stdout:3128: done (2 left) 2023-10-14T00:12:25.873 INFO:tasks.rados.rados.0.smithi055.stdout:3130: done (1 left) 2023-10-14T00:12:25.874 INFO:tasks.rados.rados.0.smithi055.stdout:3131: read oid 8 snap -1 2023-10-14T00:12:25.874 INFO:tasks.rados.rados.0.smithi055.stdout:3131: expect (ObjNum 830 snap 253 seq_num 830) 2023-10-14T00:12:25.874 INFO:tasks.rados.rados.0.smithi055.stdout:3132: delete oid 44 current snap is 303 2023-10-14T00:12:25.875 INFO:tasks.rados.rados.0.smithi055.stdout:3129: finishing write tid 5 to smithi055169533-14 2023-10-14T00:12:25.875 INFO:tasks.rados.rados.0.smithi055.stdout:3129: finishing write tid 6 to smithi055169533-14 2023-10-14T00:12:25.875 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 14 v 1636 (ObjNum 974 snap 303 seq_num 974) dirty exists 2023-10-14T00:12:25.876 INFO:tasks.rados.rados.0.smithi055.stdout:3129: left oid 14 (ObjNum 974 snap 303 seq_num 974) 2023-10-14T00:12:25.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:25 smithi082 ceph-mon[180771]: osdmap e678: 8 total, 8 up, 8 in 2023-10-14T00:12:25.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:25 smithi082 ceph-mon[180771]: pgmap v731: 121 pgs: 121 active+clean; 154 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.1 MiB/s rd, 2.3 MiB/s wr, 9 op/s 2023-10-14T00:12:25.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:25 smithi082 ceph-mon[180771]: osdmap e679: 8 total, 8 up, 8 in 2023-10-14T00:12:25.878 INFO:tasks.rados.rados.0.smithi055.stdout:3129: done (2 left) 2023-10-14T00:12:25.879 INFO:tasks.rados.rados.0.smithi055.stdout:3132: done (1 left) 2023-10-14T00:12:25.879 INFO:tasks.rados.rados.0.smithi055.stdout:3133: read oid 9 snap -1 2023-10-14T00:12:25.879 INFO:tasks.rados.rados.0.smithi055.stdout:3133: expect (ObjNum 956 snap 295 seq_num 956) 2023-10-14T00:12:25.880 INFO:tasks.rados.rados.0.smithi055.stdout:3134: rmattr oid 46 current snap is 303 2023-10-14T00:12:25.880 INFO:tasks.rados.rados.0.smithi055.stdout:3135: snap_create 2023-10-14T00:12:25.881 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 46 v 1760 (ObjNum 966 snap 298 seq_num 966) dirty exists 2023-10-14T00:12:25.881 INFO:tasks.rados.rados.0.smithi055.stdout:3133: expect (ObjNum 956 snap 295 seq_num 956) 2023-10-14T00:12:25.924 INFO:tasks.rados.rados.0.smithi055.stdout:3131: expect (ObjNum 830 snap 253 seq_num 830) 2023-10-14T00:12:26.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:25 smithi055 ceph-mon[183057]: osdmap e678: 8 total, 8 up, 8 in 2023-10-14T00:12:26.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:25 smithi055 ceph-mon[183057]: pgmap v731: 121 pgs: 121 active+clean; 154 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.1 MiB/s rd, 2.3 MiB/s wr, 9 op/s 2023-10-14T00:12:26.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:25 smithi055 ceph-mon[183057]: osdmap e679: 8 total, 8 up, 8 in 2023-10-14T00:12:26.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:25 smithi055 ceph-mon[185614]: osdmap e678: 8 total, 8 up, 8 in 2023-10-14T00:12:26.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:25 smithi055 ceph-mon[185614]: pgmap v731: 121 pgs: 121 active+clean; 154 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.1 MiB/s rd, 2.3 MiB/s wr, 9 op/s 2023-10-14T00:12:26.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:25 smithi055 ceph-mon[185614]: osdmap e679: 8 total, 8 up, 8 in 2023-10-14T00:12:26.558 INFO:tasks.rados.rados.0.smithi055.stdout:3131: done (3 left) 2023-10-14T00:12:26.558 INFO:tasks.rados.rados.0.smithi055.stdout:3133: done (2 left) 2023-10-14T00:12:26.559 INFO:tasks.rados.rados.0.smithi055.stdout:3134: done (1 left) 2023-10-14T00:12:26.559 INFO:tasks.rados.rados.0.smithi055.stdout:3135: done (0 left) 2023-10-14T00:12:26.559 INFO:tasks.rados.rados.0.smithi055.stdout:3136: read oid 49 snap -1 2023-10-14T00:12:26.559 INFO:tasks.rados.rados.0.smithi055.stdout:3136: expect (ObjNum 930 snap 288 seq_num 930) 2023-10-14T00:12:26.559 INFO:tasks.rados.rados.0.smithi055.stdout:3137: delete oid 13 current snap is 304 2023-10-14T00:12:26.565 INFO:tasks.rados.rados.0.smithi055.stdout:3137: done (1 left) 2023-10-14T00:12:26.565 INFO:tasks.rados.rados.0.smithi055.stdout:3138: snap_create 2023-10-14T00:12:26.580 INFO:tasks.rados.rados.0.smithi055.stdout:3136: expect (ObjNum 930 snap 288 seq_num 930) 2023-10-14T00:12:27.565 INFO:tasks.rados.rados.0.smithi055.stdout:3136: done (1 left) 2023-10-14T00:12:27.565 INFO:tasks.rados.rados.0.smithi055.stdout:3138: done (0 left) 2023-10-14T00:12:27.565 INFO:tasks.rados.rados.0.smithi055.stdout:3139: rollback oid 15 current snap is 305 2023-10-14T00:12:27.565 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 15 to 300 2023-10-14T00:12:27.566 INFO:tasks.rados.rados.0.smithi055.stdout:3140: read oid 40 snap -1 2023-10-14T00:12:27.566 INFO:tasks.rados.rados.0.smithi055.stdout:3140: expect (ObjNum 973 snap 303 seq_num 973) 2023-10-14T00:12:27.566 INFO:tasks.rados.rados.0.smithi055.stdout:3141: snap_create 2023-10-14T00:12:27.570 INFO:tasks.rados.rados.0.smithi055.stdout:3139: finishing rollback tid 0 to smithi055169533-15 2023-10-14T00:12:27.571 INFO:tasks.rados.rados.0.smithi055.stdout:3139: finishing rollback tid 1 to smithi055169533-15 2023-10-14T00:12:27.572 INFO:tasks.rados.rados.0.smithi055.stdout:3139: finishing rollback tid 2 to smithi055169533-15 2023-10-14T00:12:27.572 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 15 v 1859 (ObjNum 967 snap 300 seq_num 967) dirty exists 2023-10-14T00:12:27.578 INFO:tasks.rados.rados.0.smithi055.stdout:3140: expect (ObjNum 973 snap 303 seq_num 973) 2023-10-14T00:12:27.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:27 smithi082 ceph-mon[180771]: osdmap e680: 8 total, 8 up, 8 in 2023-10-14T00:12:27.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:27 smithi082 ceph-mon[180771]: pgmap v734: 121 pgs: 121 active+clean; 164 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 19 MiB/s rd, 3.7 MiB/s wr, 12 op/s 2023-10-14T00:12:28.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:27 smithi055 ceph-mon[185614]: osdmap e680: 8 total, 8 up, 8 in 2023-10-14T00:12:28.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:27 smithi055 ceph-mon[185614]: pgmap v734: 121 pgs: 121 active+clean; 164 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 19 MiB/s rd, 3.7 MiB/s wr, 12 op/s 2023-10-14T00:12:28.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:27 smithi055 ceph-mon[183057]: osdmap e680: 8 total, 8 up, 8 in 2023-10-14T00:12:28.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:27 smithi055 ceph-mon[183057]: pgmap v734: 121 pgs: 121 active+clean; 164 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 19 MiB/s rd, 3.7 MiB/s wr, 12 op/s 2023-10-14T00:12:28.569 INFO:tasks.rados.rados.0.smithi055.stdout:3139: done (2 left) 2023-10-14T00:12:28.569 INFO:tasks.rados.rados.0.smithi055.stdout:3140: done (1 left) 2023-10-14T00:12:28.569 INFO:tasks.rados.rados.0.smithi055.stdout:3141: done (0 left) 2023-10-14T00:12:28.569 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 14 current snap is 306 2023-10-14T00:12:28.570 INFO:tasks.rados.rados.0.smithi055.stdout:3142: seq_num 977 ranges {4472832=770048,5242880=557056,5799936=491520,6291456=155648} 2023-10-14T00:12:28.598 INFO:tasks.rados.rados.0.smithi055.stdout:3142: writing smithi055169533-14 from 4472832 to 5242880 tid 1 2023-10-14T00:12:28.601 INFO:tasks.rados.rados.0.smithi055.stdout:3142: writing smithi055169533-14 from 5242880 to 5799936 tid 2 2023-10-14T00:12:28.604 INFO:tasks.rados.rados.0.smithi055.stdout:3142: writing smithi055169533-14 from 5799936 to 6291456 tid 3 2023-10-14T00:12:28.605 INFO:tasks.rados.rados.0.smithi055.stdout:3142: writing smithi055169533-14 from 6291456 to 6447104 tid 4 2023-10-14T00:12:28.605 INFO:tasks.rados.rados.0.smithi055.stdout:3143: rollback oid 15 current snap is 306 2023-10-14T00:12:28.605 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 15 to 303 2023-10-14T00:12:28.606 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 46 current snap is 306 2023-10-14T00:12:28.606 INFO:tasks.rados.rados.0.smithi055.stdout:3144: seq_num 978 ranges {5455872=786432,6242304=442368,6684672=647168,7331840=114688} 2023-10-14T00:12:28.640 INFO:tasks.rados.rados.0.smithi055.stdout:3144: writing smithi055169533-46 from 5455872 to 6242304 tid 1 2023-10-14T00:12:28.643 INFO:tasks.rados.rados.0.smithi055.stdout:3144: writing smithi055169533-46 from 6242304 to 6684672 tid 2 2023-10-14T00:12:28.647 INFO:tasks.rados.rados.0.smithi055.stdout:3144: writing smithi055169533-46 from 6684672 to 7331840 tid 3 2023-10-14T00:12:28.648 INFO:tasks.rados.rados.0.smithi055.stdout:3144: writing smithi055169533-46 from 7331840 to 7446528 tid 4 2023-10-14T00:12:28.648 INFO:tasks.rados.rados.0.smithi055.stdout:3145: read oid 49 snap 302 2023-10-14T00:12:28.649 INFO:tasks.rados.rados.0.smithi055.stdout:3145: expect (ObjNum 930 snap 288 seq_num 930) 2023-10-14T00:12:28.649 INFO:tasks.rados.rados.0.smithi055.stdout:3146: rmattr oid 8 current snap is 306 2023-10-14T00:12:28.649 INFO:tasks.rados.rados.0.smithi055.stdout:3142: finishing write tid 1 to smithi055169533-14 2023-10-14T00:12:28.649 INFO:tasks.rados.rados.0.smithi055.stdout:3142: finishing write tid 2 to smithi055169533-14 2023-10-14T00:12:28.649 INFO:tasks.rados.rados.0.smithi055.stdout:3142: finishing write tid 3 to smithi055169533-14 2023-10-14T00:12:28.650 INFO:tasks.rados.rados.0.smithi055.stdout:3142: finishing write tid 4 to smithi055169533-14 2023-10-14T00:12:28.650 INFO:tasks.rados.rados.0.smithi055.stdout:3142: finishing write tid 5 to smithi055169533-14 2023-10-14T00:12:28.650 INFO:tasks.rados.rados.0.smithi055.stdout:3143: finishing rollback tid 0 to smithi055169533-15 2023-10-14T00:12:28.650 INFO:tasks.rados.rados.0.smithi055.stdout:3147: snap_create 2023-10-14T00:12:28.650 INFO:tasks.rados.rados.0.smithi055.stdout:3142: finishing write tid 6 to smithi055169533-14 2023-10-14T00:12:28.650 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 14 v 1641 (ObjNum 977 snap 306 seq_num 977) dirty exists 2023-10-14T00:12:28.651 INFO:tasks.rados.rados.0.smithi055.stdout:3142: left oid 14 (ObjNum 977 snap 306 seq_num 977) 2023-10-14T00:12:28.651 INFO:tasks.rados.rados.0.smithi055.stdout:3143: finishing rollback tid 1 to smithi055169533-15 2023-10-14T00:12:28.651 INFO:tasks.rados.rados.0.smithi055.stdout:3143: finishing rollback tid 2 to smithi055169533-15 2023-10-14T00:12:28.651 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 15 v 1863 (ObjNum 967 snap 300 seq_num 967) dirty exists 2023-10-14T00:12:28.651 INFO:tasks.rados.rados.0.smithi055.stdout:3144: finishing write tid 1 to smithi055169533-46 2023-10-14T00:12:28.652 INFO:tasks.rados.rados.0.smithi055.stdout:3144: finishing write tid 2 to smithi055169533-46 2023-10-14T00:12:28.652 INFO:tasks.rados.rados.0.smithi055.stdout:3144: finishing write tid 3 to smithi055169533-46 2023-10-14T00:12:28.653 INFO:tasks.rados.rados.0.smithi055.stdout:3144: finishing write tid 4 to smithi055169533-46 2023-10-14T00:12:28.654 INFO:tasks.rados.rados.0.smithi055.stdout:3144: finishing write tid 5 to smithi055169533-46 2023-10-14T00:12:28.656 INFO:tasks.rados.rados.0.smithi055.stdout:3144: finishing write tid 6 to smithi055169533-46 2023-10-14T00:12:28.656 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 46 v 1765 (ObjNum 978 snap 306 seq_num 978) dirty exists 2023-10-14T00:12:28.656 INFO:tasks.rados.rados.0.smithi055.stdout:3144: left oid 46 (ObjNum 978 snap 306 seq_num 978) 2023-10-14T00:12:28.657 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 8 v 1543 (ObjNum 830 snap 253 seq_num 830) dirty exists 2023-10-14T00:12:28.667 INFO:tasks.rados.rados.0.smithi055.stdout:3145: expect (ObjNum 930 snap 288 seq_num 930) 2023-10-14T00:12:28.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:28 smithi082 ceph-mon[180771]: osdmap e681: 8 total, 8 up, 8 in 2023-10-14T00:12:29.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:28 smithi055 ceph-mon[185614]: osdmap e681: 8 total, 8 up, 8 in 2023-10-14T00:12:29.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:28 smithi055 ceph-mon[183057]: osdmap e681: 8 total, 8 up, 8 in 2023-10-14T00:12:29.590 INFO:tasks.rados.rados.0.smithi055.stdout:3142: done (5 left) 2023-10-14T00:12:29.590 INFO:tasks.rados.rados.0.smithi055.stdout:3143: done (4 left) 2023-10-14T00:12:29.590 INFO:tasks.rados.rados.0.smithi055.stdout:3144: done (3 left) 2023-10-14T00:12:29.591 INFO:tasks.rados.rados.0.smithi055.stdout:3145: done (2 left) 2023-10-14T00:12:29.591 INFO:tasks.rados.rados.0.smithi055.stdout:3146: done (1 left) 2023-10-14T00:12:29.591 INFO:tasks.rados.rados.0.smithi055.stdout:3147: done (0 left) 2023-10-14T00:12:29.591 INFO:tasks.rados.rados.0.smithi055.stdout:3148: read oid 5 snap -1 2023-10-14T00:12:29.591 INFO:tasks.rados.rados.0.smithi055.stdout:3148: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:12:29.592 INFO:tasks.rados.rados.0.smithi055.stdout:3149: snap_create 2023-10-14T00:12:29.592 INFO:tasks.rados.rados.0.smithi055.stdout:3148: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:12:29.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:29 smithi082 ceph-mon[180771]: osdmap e682: 8 total, 8 up, 8 in 2023-10-14T00:12:29.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:29 smithi082 ceph-mon[180771]: pgmap v737: 121 pgs: 121 active+clean; 165 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 26 MiB/s rd, 2.8 MiB/s wr, 17 op/s 2023-10-14T00:12:30.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:29 smithi055 ceph-mon[185614]: osdmap e682: 8 total, 8 up, 8 in 2023-10-14T00:12:30.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:29 smithi055 ceph-mon[185614]: pgmap v737: 121 pgs: 121 active+clean; 165 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 26 MiB/s rd, 2.8 MiB/s wr, 17 op/s 2023-10-14T00:12:30.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:29 smithi055 ceph-mon[183057]: osdmap e682: 8 total, 8 up, 8 in 2023-10-14T00:12:30.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:29 smithi055 ceph-mon[183057]: pgmap v737: 121 pgs: 121 active+clean; 165 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 26 MiB/s rd, 2.8 MiB/s wr, 17 op/s 2023-10-14T00:12:30.446 INFO:tasks.rados.rados.0.smithi055.stdout:3148: done (1 left) 2023-10-14T00:12:30.447 INFO:tasks.rados.rados.0.smithi055.stdout:3149: done (0 left) 2023-10-14T00:12:30.447 INFO:tasks.rados.rados.0.smithi055.stdout:3150: copy_from oid 46 from oid 15 current snap is 308 2023-10-14T00:12:30.449 INFO:tasks.rados.rados.0.smithi055.stdout:3151: read oid 25 snap -1 2023-10-14T00:12:30.450 INFO:tasks.rados.rados.0.smithi055.stdout:3151: expect (ObjNum 938 snap 289 seq_num 938) 2023-10-14T00:12:30.450 INFO:tasks.rados.rados.0.smithi055.stdout:3152: setattr oid 47 current snap is 308 2023-10-14T00:12:30.450 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 13 current snap is 308 2023-10-14T00:12:30.450 INFO:tasks.rados.rados.0.smithi055.stdout:3153: seq_num 979 ranges {0=802816,802816=729088,1531904=458752,1990656=16384} 2023-10-14T00:12:30.456 INFO:tasks.rados.rados.0.smithi055.stdout:3153: writing smithi055169533-13 from 0 to 802816 tid 1 2023-10-14T00:12:30.459 INFO:tasks.rados.rados.0.smithi055.stdout:3153: writing smithi055169533-13 from 802816 to 1531904 tid 2 2023-10-14T00:12:30.464 INFO:tasks.rados.rados.0.smithi055.stdout:3153: writing smithi055169533-13 from 1531904 to 1990656 tid 3 2023-10-14T00:12:30.464 INFO:tasks.rados.rados.0.smithi055.stdout:3153: writing smithi055169533-13 from 1990656 to 2007040 tid 4 2023-10-14T00:12:30.464 INFO:tasks.rados.rados.0.smithi055.stdout:3154: read oid 20 snap -1 2023-10-14T00:12:30.464 INFO:tasks.rados.rados.0.smithi055.stdout:3154: expect (ObjNum 942 snap 292 seq_num 942) 2023-10-14T00:12:30.464 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 9 current snap is 308 2023-10-14T00:12:30.465 INFO:tasks.rados.rados.0.smithi055.stdout:3155: seq_num 980 ranges {1622016=417792,2039808=614400,2654208=663552,3317760=327680} 2023-10-14T00:12:30.474 INFO:tasks.rados.rados.0.smithi055.stdout:3155: writing smithi055169533-9 from 1622016 to 2039808 tid 1 2023-10-14T00:12:30.478 INFO:tasks.rados.rados.0.smithi055.stdout:3155: writing smithi055169533-9 from 2039808 to 2654208 tid 2 2023-10-14T00:12:30.483 INFO:tasks.rados.rados.0.smithi055.stdout:3155: writing smithi055169533-9 from 2654208 to 3317760 tid 3 2023-10-14T00:12:30.486 INFO:tasks.rados.rados.0.smithi055.stdout:3155: writing smithi055169533-9 from 3317760 to 3645440 tid 4 2023-10-14T00:12:30.486 INFO:tasks.rados.rados.0.smithi055.stdout:3156: delete oid 38 current snap is 308 2023-10-14T00:12:30.486 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 47 v 1753 (ObjNum 959 snap 297 seq_num 959) dirty exists 2023-10-14T00:12:30.486 INFO:tasks.rados.rados.0.smithi055.stdout:3153: finishing write tid 1 to smithi055169533-13 2023-10-14T00:12:30.487 INFO:tasks.rados.rados.0.smithi055.stdout:3153: finishing write tid 2 to smithi055169533-13 2023-10-14T00:12:30.487 INFO:tasks.rados.rados.0.smithi055.stdout:3153: finishing write tid 3 to smithi055169533-13 2023-10-14T00:12:30.487 INFO:tasks.rados.rados.0.smithi055.stdout:3154: expect (ObjNum 942 snap 292 seq_num 942) 2023-10-14T00:12:30.526 INFO:tasks.rados.rados.0.smithi055.stdout:3151: expect (ObjNum 938 snap 289 seq_num 938) 2023-10-14T00:12:30.561 INFO:tasks.rados.rados.0.smithi055.stdout:3153: finishing write tid 4 to smithi055169533-13 2023-10-14T00:12:30.561 INFO:tasks.rados.rados.0.smithi055.stdout:3153: finishing write tid 5 to smithi055169533-13 2023-10-14T00:12:30.561 INFO:tasks.rados.rados.0.smithi055.stdout:3153: finishing write tid 6 to smithi055169533-13 2023-10-14T00:12:30.562 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 13 v 1788 (ObjNum 979 snap 308 seq_num 979) dirty exists 2023-10-14T00:12:30.562 INFO:tasks.rados.rados.0.smithi055.stdout:3153: left oid 13 (ObjNum 979 snap 308 seq_num 979) 2023-10-14T00:12:30.562 INFO:tasks.rados.rados.0.smithi055.stdout:3150: finishing copy_from racing read to smithi055169533-46 2023-10-14T00:12:30.563 INFO:tasks.rados.rados.0.smithi055.stdout:3150: finishing copy_from to smithi055169533-46 2023-10-14T00:12:30.563 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 46 v 1863 (ObjNum 967 snap 300 seq_num 967) dirty exists 2023-10-14T00:12:30.563 INFO:tasks.rados.rados.0.smithi055.stdout:3155: finishing write tid 1 to smithi055169533-9 2023-10-14T00:12:30.563 INFO:tasks.rados.rados.0.smithi055.stdout:3155: finishing write tid 2 to smithi055169533-9 2023-10-14T00:12:30.564 INFO:tasks.rados.rados.0.smithi055.stdout:3150: done (6 left) 2023-10-14T00:12:30.564 INFO:tasks.rados.rados.0.smithi055.stdout:3151: done (5 left) 2023-10-14T00:12:30.564 INFO:tasks.rados.rados.0.smithi055.stdout:3152: done (4 left) 2023-10-14T00:12:30.564 INFO:tasks.rados.rados.0.smithi055.stdout:3153: done (3 left) 2023-10-14T00:12:30.564 INFO:tasks.rados.rados.0.smithi055.stdout:3154: done (2 left) 2023-10-14T00:12:30.564 INFO:tasks.rados.rados.0.smithi055.stdout:3156: done (1 left) 2023-10-14T00:12:30.565 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 39 current snap is 308 2023-10-14T00:12:30.565 INFO:tasks.rados.rados.0.smithi055.stdout:3155: finishing write tid 3 to smithi055169533-9 2023-10-14T00:12:30.565 INFO:tasks.rados.rados.0.smithi055.stdout:3155: finishing write tid 4 to smithi055169533-9 2023-10-14T00:12:30.565 INFO:tasks.rados.rados.0.smithi055.stdout:3155: finishing write tid 5 to smithi055169533-9 2023-10-14T00:12:30.565 INFO:tasks.rados.rados.0.smithi055.stdout:3155: finishing write tid 6 to smithi055169533-9 2023-10-14T00:12:30.566 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 9 v 1756 (ObjNum 980 snap 308 seq_num 980) dirty exists 2023-10-14T00:12:30.566 INFO:tasks.rados.rados.0.smithi055.stdout:3155: left oid 9 (ObjNum 980 snap 308 seq_num 980) 2023-10-14T00:12:30.566 INFO:tasks.rados.rados.0.smithi055.stdout:3157: seq_num 982 ranges {5619712=450560,6070272=425984,6496256=679936,7176192=466944,7643136=32768} 2023-10-14T00:12:30.594 INFO:tasks.rados.rados.0.smithi055.stdout:3157: writing smithi055169533-39 from 5619712 to 6070272 tid 1 2023-10-14T00:12:30.596 INFO:tasks.rados.rados.0.smithi055.stdout:3157: writing smithi055169533-39 from 6070272 to 6496256 tid 2 2023-10-14T00:12:30.600 INFO:tasks.rados.rados.0.smithi055.stdout:3157: writing smithi055169533-39 from 6496256 to 7176192 tid 3 2023-10-14T00:12:30.603 INFO:tasks.rados.rados.0.smithi055.stdout:3157: writing smithi055169533-39 from 7176192 to 7643136 tid 4 2023-10-14T00:12:30.603 INFO:tasks.rados.rados.0.smithi055.stdout:3157: writing smithi055169533-39 from 7643136 to 7675904 tid 5 2023-10-14T00:12:30.603 INFO:tasks.rados.rados.0.smithi055.stdout:3155: done (1 left) 2023-10-14T00:12:30.604 INFO:tasks.rados.rados.0.smithi055.stdout:3158: read oid 41 snap 303 2023-10-14T00:12:30.604 INFO:tasks.rados.rados.0.smithi055.stdout:3158: expect (ObjNum 959 snap 297 seq_num 959) 2023-10-14T00:12:30.604 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 49 current snap is 308 2023-10-14T00:12:30.604 INFO:tasks.rados.rados.0.smithi055.stdout:3157: finishing write tid 1 to smithi055169533-39 2023-10-14T00:12:30.604 INFO:tasks.rados.rados.0.smithi055.stdout:3157: finishing write tid 2 to smithi055169533-39 2023-10-14T00:12:30.605 INFO:tasks.rados.rados.0.smithi055.stdout:3159: seq_num 983 ranges {5619712=466944,6086656=712704,6799360=434176,7233536=458752} 2023-10-14T00:12:30.639 INFO:tasks.rados.rados.0.smithi055.stdout:3159: writing smithi055169533-49 from 5619712 to 6086656 tid 1 2023-10-14T00:12:30.643 INFO:tasks.rados.rados.0.smithi055.stdout:3159: writing smithi055169533-49 from 6086656 to 6799360 tid 2 2023-10-14T00:12:30.645 INFO:tasks.rados.rados.0.smithi055.stdout:3159: writing smithi055169533-49 from 6799360 to 7233536 tid 3 2023-10-14T00:12:30.649 INFO:tasks.rados.rados.0.smithi055.stdout:3159: writing smithi055169533-49 from 7233536 to 7692288 tid 4 2023-10-14T00:12:30.649 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 6 current snap is 308 2023-10-14T00:12:30.649 INFO:tasks.rados.rados.0.smithi055.stdout:3157: finishing write tid 3 to smithi055169533-39 2023-10-14T00:12:30.649 INFO:tasks.rados.rados.0.smithi055.stdout:3157: finishing write tid 4 to smithi055169533-39 2023-10-14T00:12:30.650 INFO:tasks.rados.rados.0.smithi055.stdout:3157: finishing write tid 5 to smithi055169533-39 2023-10-14T00:12:30.650 INFO:tasks.rados.rados.0.smithi055.stdout:3157: finishing write tid 6 to smithi055169533-39 2023-10-14T00:12:30.650 INFO:tasks.rados.rados.0.smithi055.stdout:3157: finishing write tid 7 to smithi055169533-39 2023-10-14T00:12:30.650 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 39 v 2106 (ObjNum 982 snap 308 seq_num 982) dirty exists 2023-10-14T00:12:30.650 INFO:tasks.rados.rados.0.smithi055.stdout:3157: left oid 39 (ObjNum 982 snap 308 seq_num 982) 2023-10-14T00:12:30.651 INFO:tasks.rados.rados.0.smithi055.stdout:3160: seq_num 984 ranges {5816320=483328,6299648=598016,6897664=647168,7544832=360448} 2023-10-14T00:12:30.684 INFO:tasks.rados.rados.0.smithi055.stdout:3160: writing smithi055169533-6 from 5816320 to 6299648 tid 1 2023-10-14T00:12:30.687 INFO:tasks.rados.rados.0.smithi055.stdout:3160: writing smithi055169533-6 from 6299648 to 6897664 tid 2 2023-10-14T00:12:30.691 INFO:tasks.rados.rados.0.smithi055.stdout:3160: writing smithi055169533-6 from 6897664 to 7544832 tid 3 2023-10-14T00:12:30.693 INFO:tasks.rados.rados.0.smithi055.stdout:3160: writing smithi055169533-6 from 7544832 to 7905280 tid 4 2023-10-14T00:12:30.694 INFO:tasks.rados.rados.0.smithi055.stdout:3157: done (3 left) 2023-10-14T00:12:30.694 INFO:tasks.rados.rados.0.smithi055.stdout:3161: copy_from oid 19 from oid 48 current snap is 308 2023-10-14T00:12:30.694 INFO:tasks.rados.rados.0.smithi055.stdout:3158: expect (ObjNum 959 snap 297 seq_num 959) 2023-10-14T00:12:30.836 INFO:tasks.rados.rados.0.smithi055.stdout:3159: finishing write tid 1 to smithi055169533-49 2023-10-14T00:12:30.836 INFO:tasks.rados.rados.0.smithi055.stdout:3159: finishing write tid 2 to smithi055169533-49 2023-10-14T00:12:30.836 INFO:tasks.rados.rados.0.smithi055.stdout:3159: finishing write tid 3 to smithi055169533-49 2023-10-14T00:12:30.836 INFO:tasks.rados.rados.0.smithi055.stdout:3159: finishing write tid 4 to smithi055169533-49 2023-10-14T00:12:30.837 INFO:tasks.rados.rados.0.smithi055.stdout:3159: finishing write tid 5 to smithi055169533-49 2023-10-14T00:12:30.837 INFO:tasks.rados.rados.0.smithi055.stdout:3159: finishing write tid 6 to smithi055169533-49 2023-10-14T00:12:30.837 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 49 v 1869 (ObjNum 983 snap 308 seq_num 983) dirty exists 2023-10-14T00:12:30.837 INFO:tasks.rados.rados.0.smithi055.stdout:3159: left oid 49 (ObjNum 983 snap 308 seq_num 983) 2023-10-14T00:12:30.837 INFO:tasks.rados.rados.0.smithi055.stdout:3160: finishing write tid 1 to smithi055169533-6 2023-10-14T00:12:30.838 INFO:tasks.rados.rados.0.smithi055.stdout:3160: finishing write tid 2 to smithi055169533-6 2023-10-14T00:12:30.838 INFO:tasks.rados.rados.0.smithi055.stdout:3160: finishing write tid 3 to smithi055169533-6 2023-10-14T00:12:30.838 INFO:tasks.rados.rados.0.smithi055.stdout:3158: done (3 left) 2023-10-14T00:12:30.838 INFO:tasks.rados.rados.0.smithi055.stdout:3159: done (2 left) 2023-10-14T00:12:30.838 INFO:tasks.rados.rados.0.smithi055.stdout:3162: copy_from oid 7 from oid 2 current snap is 308 2023-10-14T00:12:30.839 INFO:tasks.rados.rados.0.smithi055.stdout:3160: finishing write tid 4 to smithi055169533-6 2023-10-14T00:12:30.839 INFO:tasks.rados.rados.0.smithi055.stdout:3160: finishing write tid 5 to smithi055169533-6 2023-10-14T00:12:30.839 INFO:tasks.rados.rados.0.smithi055.stdout:3160: finishing write tid 6 to smithi055169533-6 2023-10-14T00:12:30.839 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 6 v 1646 (ObjNum 984 snap 308 seq_num 984) dirty exists 2023-10-14T00:12:30.839 INFO:tasks.rados.rados.0.smithi055.stdout:3160: left oid 6 (ObjNum 984 snap 308 seq_num 984) 2023-10-14T00:12:30.840 INFO:tasks.rados.rados.0.smithi055.stdout:3161: finishing copy_from racing read to smithi055169533-19 2023-10-14T00:12:30.840 INFO:tasks.rados.rados.0.smithi055.stdout:3161: finishing copy_from to smithi055169533-19 2023-10-14T00:12:30.840 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 19 v 1751 (ObjNum 867 snap 264 seq_num 867) dirty exists 2023-10-14T00:12:30.840 INFO:tasks.rados.rados.0.smithi055.stdout:3160: done (2 left) 2023-10-14T00:12:30.840 INFO:tasks.rados.rados.0.smithi055.stdout:3161: done (1 left) 2023-10-14T00:12:30.841 INFO:tasks.rados.rados.0.smithi055.stdout:3163: copy_from oid 8 from oid 20 current snap is 308 2023-10-14T00:12:30.841 INFO:tasks.rados.rados.0.smithi055.stdout:3164: read oid 13 snap -1 2023-10-14T00:12:30.841 INFO:tasks.rados.rados.0.smithi055.stdout:3164: expect (ObjNum 979 snap 308 seq_num 979) 2023-10-14T00:12:30.841 INFO:tasks.rados.rados.0.smithi055.stdout:3165: rollback oid 22 current snap is 308 2023-10-14T00:12:30.841 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 22 to 306 2023-10-14T00:12:30.842 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 49 current snap is 308 2023-10-14T00:12:30.842 INFO:tasks.rados.rados.0.smithi055.stdout:3166: seq_num 985 ranges {7692288=499712,8192000=483328,8675328=450560,9125888=581632,9707520=90112} 2023-10-14T00:12:30.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:30 smithi082 ceph-mon[180771]: osdmap e683: 8 total, 8 up, 8 in 2023-10-14T00:12:30.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:30 smithi082 ceph-mon[180771]: osdmap e684: 8 total, 8 up, 8 in 2023-10-14T00:12:30.881 INFO:tasks.rados.rados.0.smithi055.stdout:3166: writing smithi055169533-49 from 7692288 to 8192000 tid 1 2023-10-14T00:12:30.884 INFO:tasks.rados.rados.0.smithi055.stdout:3166: writing smithi055169533-49 from 8192000 to 8675328 tid 2 2023-10-14T00:12:30.887 INFO:tasks.rados.rados.0.smithi055.stdout:3166: writing smithi055169533-49 from 8675328 to 9125888 tid 3 2023-10-14T00:12:30.890 INFO:tasks.rados.rados.0.smithi055.stdout:3166: writing smithi055169533-49 from 9125888 to 9707520 tid 4 2023-10-14T00:12:30.891 INFO:tasks.rados.rados.0.smithi055.stdout:3166: writing smithi055169533-49 from 9707520 to 9797632 tid 5 2023-10-14T00:12:30.892 INFO:tasks.rados.rados.0.smithi055.stdout:3167: read oid 21 snap -1 2023-10-14T00:12:30.892 INFO:tasks.rados.rados.0.smithi055.stdout:3167: expect (ObjNum 951 snap 293 seq_num 951) 2023-10-14T00:12:30.892 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 35 current snap is 308 2023-10-14T00:12:30.892 INFO:tasks.rados.rados.0.smithi055.stdout:3162: finishing copy_from to smithi055169533-7 2023-10-14T00:12:30.892 INFO:tasks.rados.rados.0.smithi055.stdout:3162: got expected ENOENT (src dne) 2023-10-14T00:12:30.893 INFO:tasks.rados.rados.0.smithi055.stdout:3162: finishing copy_from racing read to smithi055169533-7 2023-10-14T00:12:30.893 INFO:tasks.rados.rados.0.smithi055.stdout:3168: seq_num 986 ranges {0=516096,516096=770048,1286144=655360,1941504=180224} 2023-10-14T00:12:30.895 INFO:tasks.rados.rados.0.smithi055.stdout:3168: writing smithi055169533-35 from 0 to 516096 tid 1 2023-10-14T00:12:30.900 INFO:tasks.rados.rados.0.smithi055.stdout:3168: writing smithi055169533-35 from 516096 to 1286144 tid 2 2023-10-14T00:12:30.904 INFO:tasks.rados.rados.0.smithi055.stdout:3168: writing smithi055169533-35 from 1286144 to 1941504 tid 3 2023-10-14T00:12:30.905 INFO:tasks.rados.rados.0.smithi055.stdout:3168: writing smithi055169533-35 from 1941504 to 2121728 tid 4 2023-10-14T00:12:30.906 INFO:tasks.rados.rados.0.smithi055.stdout:3162: done (6 left) 2023-10-14T00:12:30.906 INFO:tasks.rados.rados.0.smithi055.stdout:3169: copy_from oid 10 from oid 34 current snap is 308 2023-10-14T00:12:30.906 INFO:tasks.rados.rados.0.smithi055.stdout:3165: finishing rollback tid 0 to smithi055169533-22 2023-10-14T00:12:30.906 INFO:tasks.rados.rados.0.smithi055.stdout:3165: finishing rollback tid 1 to smithi055169533-22 2023-10-14T00:12:30.907 INFO:tasks.rados.rados.0.smithi055.stdout:3165: finishing rollback tid 2 to smithi055169533-22 2023-10-14T00:12:30.907 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 22 v 2110 (ObjNum 863 snap 263 seq_num 863) dirty exists 2023-10-14T00:12:30.907 INFO:tasks.rados.rados.0.smithi055.stdout:3164: expect (ObjNum 979 snap 308 seq_num 979) 2023-10-14T00:12:30.959 INFO:tasks.rados.rados.0.smithi055.stdout:3163: finishing copy_from racing read to smithi055169533-8 2023-10-14T00:12:30.959 INFO:tasks.rados.rados.0.smithi055.stdout:3163: finishing copy_from to smithi055169533-8 2023-10-14T00:12:30.960 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 8 v 1129 (ObjNum 942 snap 292 seq_num 942) dirty exists 2023-10-14T00:12:30.960 INFO:tasks.rados.rados.0.smithi055.stdout:3166: finishing write tid 1 to smithi055169533-49 2023-10-14T00:12:30.960 INFO:tasks.rados.rados.0.smithi055.stdout:3166: finishing write tid 2 to smithi055169533-49 2023-10-14T00:12:30.960 INFO:tasks.rados.rados.0.smithi055.stdout:3163: done (6 left) 2023-10-14T00:12:30.960 INFO:tasks.rados.rados.0.smithi055.stdout:3164: done (5 left) 2023-10-14T00:12:30.961 INFO:tasks.rados.rados.0.smithi055.stdout:3165: done (4 left) 2023-10-14T00:12:30.961 INFO:tasks.rados.rados.0.smithi055.stdout:3170: rmattr oid 4 current snap is 308 2023-10-14T00:12:30.961 INFO:tasks.rados.rados.0.smithi055.stdout:3166: finishing write tid 3 to smithi055169533-49 2023-10-14T00:12:30.961 INFO:tasks.rados.rados.0.smithi055.stdout:3166: finishing write tid 4 to smithi055169533-49 2023-10-14T00:12:30.961 INFO:tasks.rados.rados.0.smithi055.stdout:3166: finishing write tid 5 to smithi055169533-49 2023-10-14T00:12:30.962 INFO:tasks.rados.rados.0.smithi055.stdout:3166: finishing write tid 6 to smithi055169533-49 2023-10-14T00:12:30.962 INFO:tasks.rados.rados.0.smithi055.stdout:3168: finishing write tid 1 to smithi055169533-35 2023-10-14T00:12:30.962 INFO:tasks.rados.rados.0.smithi055.stdout:3166: finishing write tid 7 to smithi055169533-49 2023-10-14T00:12:30.962 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 49 v 1875 (ObjNum 985 snap 308 seq_num 985) dirty exists 2023-10-14T00:12:30.962 INFO:tasks.rados.rados.0.smithi055.stdout:3166: left oid 49 (ObjNum 985 snap 308 seq_num 985) 2023-10-14T00:12:30.963 INFO:tasks.rados.rados.0.smithi055.stdout:3168: finishing write tid 2 to smithi055169533-35 2023-10-14T00:12:30.963 INFO:tasks.rados.rados.0.smithi055.stdout:3167: expect (ObjNum 951 snap 293 seq_num 951) 2023-10-14T00:12:31.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:30 smithi055 ceph-mon[183057]: osdmap e683: 8 total, 8 up, 8 in 2023-10-14T00:12:31.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:30 smithi055 ceph-mon[183057]: osdmap e684: 8 total, 8 up, 8 in 2023-10-14T00:12:31.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:30 smithi055 ceph-mon[185614]: osdmap e683: 8 total, 8 up, 8 in 2023-10-14T00:12:31.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:30 smithi055 ceph-mon[185614]: osdmap e684: 8 total, 8 up, 8 in 2023-10-14T00:12:31.167 INFO:tasks.rados.rados.0.smithi055.stdout:3168: finishing write tid 3 to smithi055169533-35 2023-10-14T00:12:31.168 INFO:tasks.rados.rados.0.smithi055.stdout:3168: finishing write tid 4 to smithi055169533-35 2023-10-14T00:12:31.168 INFO:tasks.rados.rados.0.smithi055.stdout:3168: finishing write tid 5 to smithi055169533-35 2023-10-14T00:12:31.168 INFO:tasks.rados.rados.0.smithi055.stdout:3168: finishing write tid 6 to smithi055169533-35 2023-10-14T00:12:31.169 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 35 v 2116 (ObjNum 986 snap 308 seq_num 986) dirty exists 2023-10-14T00:12:31.169 INFO:tasks.rados.rados.0.smithi055.stdout:3168: left oid 35 (ObjNum 986 snap 308 seq_num 986) 2023-10-14T00:12:31.169 INFO:tasks.rados.rados.0.smithi055.stdout:3169: finishing copy_from racing read to smithi055169533-10 2023-10-14T00:12:31.169 INFO:tasks.rados.rados.0.smithi055.stdout:3169: finishing copy_from to smithi055169533-10 2023-10-14T00:12:31.169 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 10 v 1759 (ObjNum 972 snap 303 seq_num 972) dirty exists 2023-10-14T00:12:31.170 INFO:tasks.rados.rados.0.smithi055.stdout:3166: done (4 left) 2023-10-14T00:12:31.170 INFO:tasks.rados.rados.0.smithi055.stdout:3167: done (3 left) 2023-10-14T00:12:31.170 INFO:tasks.rados.rados.0.smithi055.stdout:3168: done (2 left) 2023-10-14T00:12:31.170 INFO:tasks.rados.rados.0.smithi055.stdout:3169: done (1 left) 2023-10-14T00:12:31.170 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 37 current snap is 308 2023-10-14T00:12:31.171 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 4 v 1877 (ObjNum 816 snap 251 seq_num 816) dirty exists 2023-10-14T00:12:31.171 INFO:tasks.rados.rados.0.smithi055.stdout:3171: seq_num 987 ranges {0=532480,532480=647168,1179648=417792,1597440=409600,2007040=131072} 2023-10-14T00:12:31.171 INFO:tasks.rados.rados.0.smithi055.stdout:3171: writing smithi055169533-37 from 0 to 532480 tid 1 2023-10-14T00:12:31.173 INFO:tasks.rados.rados.0.smithi055.stdout:3171: writing smithi055169533-37 from 532480 to 1179648 tid 2 2023-10-14T00:12:31.176 INFO:tasks.rados.rados.0.smithi055.stdout:3171: writing smithi055169533-37 from 1179648 to 1597440 tid 3 2023-10-14T00:12:31.179 INFO:tasks.rados.rados.0.smithi055.stdout:3171: writing smithi055169533-37 from 1597440 to 2007040 tid 4 2023-10-14T00:12:31.180 INFO:tasks.rados.rados.0.smithi055.stdout:3171: writing smithi055169533-37 from 2007040 to 2138112 tid 5 2023-10-14T00:12:31.180 INFO:tasks.rados.rados.0.smithi055.stdout:3170: done (1 left) 2023-10-14T00:12:31.180 INFO:tasks.rados.rados.0.smithi055.stdout:3172: snap_create 2023-10-14T00:12:31.180 INFO:tasks.rados.rados.0.smithi055.stdout:3171: finishing write tid 1 to smithi055169533-37 2023-10-14T00:12:31.180 INFO:tasks.rados.rados.0.smithi055.stdout:3171: finishing write tid 2 to smithi055169533-37 2023-10-14T00:12:31.181 INFO:tasks.rados.rados.0.smithi055.stdout:3171: finishing write tid 3 to smithi055169533-37 2023-10-14T00:12:31.182 INFO:tasks.rados.rados.0.smithi055.stdout:3171: finishing write tid 4 to smithi055169533-37 2023-10-14T00:12:31.182 INFO:tasks.rados.rados.0.smithi055.stdout:3171: finishing write tid 5 to smithi055169533-37 2023-10-14T00:12:31.183 INFO:tasks.rados.rados.0.smithi055.stdout:3171: finishing write tid 6 to smithi055169533-37 2023-10-14T00:12:31.184 INFO:tasks.rados.rados.0.smithi055.stdout:3171: finishing write tid 7 to smithi055169533-37 2023-10-14T00:12:31.184 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 37 v 1176 (ObjNum 987 snap 308 seq_num 987) dirty exists 2023-10-14T00:12:31.185 INFO:tasks.rados.rados.0.smithi055.stdout:3171: left oid 37 (ObjNum 987 snap 308 seq_num 987) 2023-10-14T00:12:31.629 INFO:tasks.rados.rados.0.smithi055.stdout:3171: done (1 left) 2023-10-14T00:12:31.629 INFO:tasks.rados.rados.0.smithi055.stdout:3172: done (0 left) 2023-10-14T00:12:31.629 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 39 current snap is 309 2023-10-14T00:12:31.629 INFO:tasks.rados.rados.0.smithi055.stdout:3173: seq_num 988 ranges {7675904=557056,8232960=532480,8765440=622592,9388032=450560} 2023-10-14T00:12:31.675 INFO:tasks.rados.rados.0.smithi055.stdout:3173: writing smithi055169533-39 from 7675904 to 8232960 tid 1 2023-10-14T00:12:31.678 INFO:tasks.rados.rados.0.smithi055.stdout:3173: writing smithi055169533-39 from 8232960 to 8765440 tid 2 2023-10-14T00:12:31.681 INFO:tasks.rados.rados.0.smithi055.stdout:3173: writing smithi055169533-39 from 8765440 to 9388032 tid 3 2023-10-14T00:12:31.684 INFO:tasks.rados.rados.0.smithi055.stdout:3173: writing smithi055169533-39 from 9388032 to 9838592 tid 4 2023-10-14T00:12:31.684 INFO:tasks.rados.rados.0.smithi055.stdout:3174: read oid 17 snap -1 2023-10-14T00:12:31.685 INFO:tasks.rados.rados.0.smithi055.stdout:3174: expect (ObjNum 971 snap 302 seq_num 971) 2023-10-14T00:12:31.685 INFO:tasks.rados.rados.0.smithi055.stdout:3175: snap_create 2023-10-14T00:12:31.685 INFO:tasks.rados.rados.0.smithi055.stdout:3173: finishing write tid 1 to smithi055169533-39 2023-10-14T00:12:31.685 INFO:tasks.rados.rados.0.smithi055.stdout:3173: finishing write tid 2 to smithi055169533-39 2023-10-14T00:12:31.686 INFO:tasks.rados.rados.0.smithi055.stdout:3173: finishing write tid 3 to smithi055169533-39 2023-10-14T00:12:31.688 INFO:tasks.rados.rados.0.smithi055.stdout:3173: finishing write tid 4 to smithi055169533-39 2023-10-14T00:12:31.688 INFO:tasks.rados.rados.0.smithi055.stdout:3173: finishing write tid 5 to smithi055169533-39 2023-10-14T00:12:31.691 INFO:tasks.rados.rados.0.smithi055.stdout:3173: finishing write tid 6 to smithi055169533-39 2023-10-14T00:12:31.691 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 39 v 2124 (ObjNum 988 snap 309 seq_num 988) dirty exists 2023-10-14T00:12:31.691 INFO:tasks.rados.rados.0.smithi055.stdout:3173: left oid 39 (ObjNum 988 snap 309 seq_num 988) 2023-10-14T00:12:31.698 INFO:tasks.rados.rados.0.smithi055.stdout:3174: expect (ObjNum 971 snap 302 seq_num 971) 2023-10-14T00:12:31.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:31 smithi082 ceph-mon[180771]: pgmap v740: 121 pgs: 121 active+clean; 174 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 17 MiB/s rd, 2.5 MiB/s wr, 28 op/s 2023-10-14T00:12:32.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:31 smithi055 ceph-mon[185614]: pgmap v740: 121 pgs: 121 active+clean; 174 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 17 MiB/s rd, 2.5 MiB/s wr, 28 op/s 2023-10-14T00:12:32.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:31 smithi055 ceph-mon[183057]: pgmap v740: 121 pgs: 121 active+clean; 174 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 17 MiB/s rd, 2.5 MiB/s wr, 28 op/s 2023-10-14T00:12:32.637 INFO:tasks.rados.rados.0.smithi055.stdout:3173: done (2 left) 2023-10-14T00:12:32.638 INFO:tasks.rados.rados.0.smithi055.stdout:3174: done (1 left) 2023-10-14T00:12:32.638 INFO:tasks.rados.rados.0.smithi055.stdout:3175: done (0 left) 2023-10-14T00:12:32.638 INFO:tasks.rados.rados.0.smithi055.stdout:3176: snap_create 2023-10-14T00:12:32.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:32 smithi082 ceph-mon[180771]: osdmap e685: 8 total, 8 up, 8 in 2023-10-14T00:12:33.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:32 smithi055 ceph-mon[185614]: osdmap e685: 8 total, 8 up, 8 in 2023-10-14T00:12:33.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:32 smithi055 ceph-mon[183057]: osdmap e685: 8 total, 8 up, 8 in 2023-10-14T00:12:33.660 INFO:tasks.rados.rados.0.smithi055.stdout:3176: done (0 left) 2023-10-14T00:12:33.660 INFO:tasks.rados.rados.0.smithi055.stdout:3177: rollback oid 32 current snap is 311 2023-10-14T00:12:33.661 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 32 to 294 2023-10-14T00:12:33.661 INFO:tasks.rados.rados.0.smithi055.stdout:3178: copy_from oid 1 from oid 15 current snap is 311 2023-10-14T00:12:33.661 INFO:tasks.rados.rados.0.smithi055.stdout:3179: snap_remove snap 302 2023-10-14T00:12:34.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:33 smithi055 ceph-mon[185614]: osdmap e686: 8 total, 8 up, 8 in 2023-10-14T00:12:34.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:33 smithi055 ceph-mon[185614]: pgmap v743: 121 pgs: 121 active+clean; 176 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 4.8 MiB/s rd, 2.5 MiB/s wr, 19 op/s 2023-10-14T00:12:34.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:33 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:12:34.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:33 smithi055 ceph-mon[183057]: osdmap e686: 8 total, 8 up, 8 in 2023-10-14T00:12:34.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:33 smithi055 ceph-mon[183057]: pgmap v743: 121 pgs: 121 active+clean; 176 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 4.8 MiB/s rd, 2.5 MiB/s wr, 19 op/s 2023-10-14T00:12:34.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:33 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:12:34.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:33 smithi082 ceph-mon[180771]: osdmap e686: 8 total, 8 up, 8 in 2023-10-14T00:12:34.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:33 smithi082 ceph-mon[180771]: pgmap v743: 121 pgs: 121 active+clean; 176 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 4.8 MiB/s rd, 2.5 MiB/s wr, 19 op/s 2023-10-14T00:12:34.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:33 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:12:34.663 INFO:tasks.rados.rados.0.smithi055.stdout:3179: done (2 left) 2023-10-14T00:12:34.663 INFO:tasks.rados.rados.0.smithi055.stdout:3180: copy_from oid 40 from oid 30 current snap is 311 2023-10-14T00:12:34.664 INFO:tasks.rados.rados.0.smithi055.stdout:3181: read oid 29 snap -1 2023-10-14T00:12:34.664 INFO:tasks.rados.rados.0.smithi055.stdout:3181: expect (ObjNum 867 snap 264 seq_num 867) 2023-10-14T00:12:34.664 INFO:tasks.rados.rados.0.smithi055.stdout:3182: snap_remove snap 303 2023-10-14T00:12:35.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:34 smithi055 ceph-mon[183057]: osdmap e687: 8 total, 8 up, 8 in 2023-10-14T00:12:35.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:34 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:12:35.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:34 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:12:35.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:34 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:12:35.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:34 smithi055 ceph-mon[185614]: osdmap e687: 8 total, 8 up, 8 in 2023-10-14T00:12:35.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:34 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:12:35.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:34 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:12:35.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:34 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:12:35.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:34 smithi082 ceph-mon[180771]: osdmap e687: 8 total, 8 up, 8 in 2023-10-14T00:12:35.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:34 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:12:35.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:34 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:12:35.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:34 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:12:35.454 INFO:tasks.rados.rados.0.smithi055.stdout:3182: done (4 left) 2023-10-14T00:12:35.454 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 49 current snap is 311 2023-10-14T00:12:35.454 INFO:tasks.rados.rados.0.smithi055.stdout:3183: seq_num 989 ranges {9797632=573440,10371072=466944,10838016=434176,11272192=638976,11911168=65536} 2023-10-14T00:12:35.504 INFO:tasks.rados.rados.0.smithi055.stdout:3183: writing smithi055169533-49 from 9797632 to 10371072 tid 1 2023-10-14T00:12:35.507 INFO:tasks.rados.rados.0.smithi055.stdout:3183: writing smithi055169533-49 from 10371072 to 10838016 tid 2 2023-10-14T00:12:35.509 INFO:tasks.rados.rados.0.smithi055.stdout:3183: writing smithi055169533-49 from 10838016 to 11272192 tid 3 2023-10-14T00:12:35.513 INFO:tasks.rados.rados.0.smithi055.stdout:3183: writing smithi055169533-49 from 11272192 to 11911168 tid 4 2023-10-14T00:12:35.514 INFO:tasks.rados.rados.0.smithi055.stdout:3183: writing smithi055169533-49 from 11911168 to 11976704 tid 5 2023-10-14T00:12:35.515 INFO:tasks.rados.rados.0.smithi055.stdout:3184: read oid 7 snap -1 2023-10-14T00:12:35.515 INFO:tasks.rados.rados.0.smithi055.stdout:3184: expect (ObjNum 863 snap 263 seq_num 863) 2023-10-14T00:12:35.515 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 19 current snap is 311 2023-10-14T00:12:35.515 INFO:tasks.rados.rados.0.smithi055.stdout:3177: finishing rollback tid 0 to smithi055169533-32 2023-10-14T00:12:35.515 INFO:tasks.rados.rados.0.smithi055.stdout:3185: seq_num 990 ranges {9912320=589824,10502144=753664,11255808=638976,11894784=212992} 2023-10-14T00:12:35.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:12:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:12:35] "GET /metrics HTTP/1.1" 200 36158 "" "Prometheus/2.43.0" 2023-10-14T00:12:35.573 INFO:tasks.rados.rados.0.smithi055.stdout:3185: writing smithi055169533-19 from 9912320 to 10502144 tid 1 2023-10-14T00:12:35.578 INFO:tasks.rados.rados.0.smithi055.stdout:3185: writing smithi055169533-19 from 10502144 to 11255808 tid 2 2023-10-14T00:12:35.581 INFO:tasks.rados.rados.0.smithi055.stdout:3185: writing smithi055169533-19 from 11255808 to 11894784 tid 3 2023-10-14T00:12:35.583 INFO:tasks.rados.rados.0.smithi055.stdout:3185: writing smithi055169533-19 from 11894784 to 12107776 tid 4 2023-10-14T00:12:35.584 INFO:tasks.rados.rados.0.smithi055.stdout:3186: read oid 10 snap -1 2023-10-14T00:12:35.584 INFO:tasks.rados.rados.0.smithi055.stdout:3186: expect (ObjNum 972 snap 303 seq_num 972) 2023-10-14T00:12:35.584 INFO:tasks.rados.rados.0.smithi055.stdout:3187: read oid 26 snap -1 2023-10-14T00:12:35.584 INFO:tasks.rados.rados.0.smithi055.stdout:3187: expect (ObjNum 908 snap 277 seq_num 908) 2023-10-14T00:12:35.584 INFO:tasks.rados.rados.0.smithi055.stdout:3188: snap_create 2023-10-14T00:12:35.585 INFO:tasks.rados.rados.0.smithi055.stdout:3177: finishing rollback tid 1 to smithi055169533-32 2023-10-14T00:12:35.585 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 32 v 1758 (ObjNum 81 snap 0 seq_num 1583177821) dirty dne 2023-10-14T00:12:35.585 INFO:tasks.rados.rados.0.smithi055.stdout:3178: finishing copy_from racing read to smithi055169533-1 2023-10-14T00:12:35.585 INFO:tasks.rados.rados.0.smithi055.stdout:3178: finishing copy_from to smithi055169533-1 2023-10-14T00:12:35.585 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 1 v 1863 (ObjNum 967 snap 300 seq_num 967) dirty exists 2023-10-14T00:12:35.586 INFO:tasks.rados.rados.0.smithi055.stdout:3180: finishing copy_from racing read to smithi055169533-40 2023-10-14T00:12:35.586 INFO:tasks.rados.rados.0.smithi055.stdout:3180: finishing copy_from to smithi055169533-40 2023-10-14T00:12:35.586 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 40 v 1631 (ObjNum 953 snap 294 seq_num 953) dirty exists 2023-10-14T00:12:35.586 INFO:tasks.rados.rados.0.smithi055.stdout:3181: expect (ObjNum 867 snap 264 seq_num 867) 2023-10-14T00:12:36.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:35 smithi055 ceph-mon[185614]: osdmap e688: 8 total, 8 up, 8 in 2023-10-14T00:12:36.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:35 smithi055 ceph-mon[185614]: pgmap v746: 121 pgs: 121 active+clean; 204 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.4 MiB/s rd, 7.5 MiB/s wr, 23 op/s 2023-10-14T00:12:36.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:35 smithi055 ceph-mon[185614]: osdmap e689: 8 total, 8 up, 8 in 2023-10-14T00:12:36.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:35 smithi055 ceph-mon[183057]: osdmap e688: 8 total, 8 up, 8 in 2023-10-14T00:12:36.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:35 smithi055 ceph-mon[183057]: pgmap v746: 121 pgs: 121 active+clean; 204 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.4 MiB/s rd, 7.5 MiB/s wr, 23 op/s 2023-10-14T00:12:36.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:35 smithi055 ceph-mon[183057]: osdmap e689: 8 total, 8 up, 8 in 2023-10-14T00:12:36.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:35 smithi082 ceph-mon[180771]: osdmap e688: 8 total, 8 up, 8 in 2023-10-14T00:12:36.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:35 smithi082 ceph-mon[180771]: pgmap v746: 121 pgs: 121 active+clean; 204 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.4 MiB/s rd, 7.5 MiB/s wr, 23 op/s 2023-10-14T00:12:36.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:35 smithi082 ceph-mon[180771]: osdmap e689: 8 total, 8 up, 8 in 2023-10-14T00:12:36.362 INFO:tasks.rados.rados.0.smithi055.stdout:3183: finishing write tid 1 to smithi055169533-49 2023-10-14T00:12:36.362 INFO:tasks.rados.rados.0.smithi055.stdout:3183: finishing write tid 2 to smithi055169533-49 2023-10-14T00:12:36.363 INFO:tasks.rados.rados.0.smithi055.stdout:3183: finishing write tid 3 to smithi055169533-49 2023-10-14T00:12:36.363 INFO:tasks.rados.rados.0.smithi055.stdout:3183: finishing write tid 4 to smithi055169533-49 2023-10-14T00:12:36.363 INFO:tasks.rados.rados.0.smithi055.stdout:3183: finishing write tid 5 to smithi055169533-49 2023-10-14T00:12:36.363 INFO:tasks.rados.rados.0.smithi055.stdout:3183: finishing write tid 6 to smithi055169533-49 2023-10-14T00:12:36.364 INFO:tasks.rados.rados.0.smithi055.stdout:3183: finishing write tid 7 to smithi055169533-49 2023-10-14T00:12:36.364 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 49 v 1896 (ObjNum 989 snap 311 seq_num 989) dirty exists 2023-10-14T00:12:36.364 INFO:tasks.rados.rados.0.smithi055.stdout:3183: left oid 49 (ObjNum 989 snap 311 seq_num 989) 2023-10-14T00:12:36.364 INFO:tasks.rados.rados.0.smithi055.stdout:3184: expect (ObjNum 863 snap 263 seq_num 863) 2023-10-14T00:12:36.775 INFO:tasks.rados.rados.0.smithi055.stdout:3185: finishing write tid 1 to smithi055169533-19 2023-10-14T00:12:36.776 INFO:tasks.rados.rados.0.smithi055.stdout:3185: finishing write tid 2 to smithi055169533-19 2023-10-14T00:12:36.776 INFO:tasks.rados.rados.0.smithi055.stdout:3185: finishing write tid 3 to smithi055169533-19 2023-10-14T00:12:36.776 INFO:tasks.rados.rados.0.smithi055.stdout:3185: finishing write tid 4 to smithi055169533-19 2023-10-14T00:12:36.776 INFO:tasks.rados.rados.0.smithi055.stdout:3185: finishing write tid 5 to smithi055169533-19 2023-10-14T00:12:36.777 INFO:tasks.rados.rados.0.smithi055.stdout:3187: expect (ObjNum 908 snap 277 seq_num 908) 2023-10-14T00:12:36.823 INFO:tasks.rados.rados.0.smithi055.stdout:3185: finishing write tid 6 to smithi055169533-19 2023-10-14T00:12:36.824 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 19 v 1756 (ObjNum 990 snap 311 seq_num 990) dirty exists 2023-10-14T00:12:36.824 INFO:tasks.rados.rados.0.smithi055.stdout:3185: left oid 19 (ObjNum 990 snap 311 seq_num 990) 2023-10-14T00:12:36.824 INFO:tasks.rados.rados.0.smithi055.stdout:3186: expect (ObjNum 972 snap 303 seq_num 972) 2023-10-14T00:12:36.939 INFO:tasks.rados.rados.0.smithi055.stdout:3177: done (9 left) 2023-10-14T00:12:36.939 INFO:tasks.rados.rados.0.smithi055.stdout:3178: done (8 left) 2023-10-14T00:12:36.939 INFO:tasks.rados.rados.0.smithi055.stdout:3180: done (7 left) 2023-10-14T00:12:36.940 INFO:tasks.rados.rados.0.smithi055.stdout:3181: done (6 left) 2023-10-14T00:12:36.940 INFO:tasks.rados.rados.0.smithi055.stdout:3183: done (5 left) 2023-10-14T00:12:36.940 INFO:tasks.rados.rados.0.smithi055.stdout:3184: done (4 left) 2023-10-14T00:12:36.940 INFO:tasks.rados.rados.0.smithi055.stdout:3185: done (3 left) 2023-10-14T00:12:36.940 INFO:tasks.rados.rados.0.smithi055.stdout:3186: done (2 left) 2023-10-14T00:12:36.941 INFO:tasks.rados.rados.0.smithi055.stdout:3187: done (1 left) 2023-10-14T00:12:36.941 INFO:tasks.rados.rados.0.smithi055.stdout:3188: done (0 left) 2023-10-14T00:12:36.941 INFO:tasks.rados.rados.0.smithi055.stdout:3189: read oid 30 snap 306 2023-10-14T00:12:36.941 INFO:tasks.rados.rados.0.smithi055.stdout:3189: expect (ObjNum 953 snap 294 seq_num 953) 2023-10-14T00:12:36.941 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 3 current snap is 312 2023-10-14T00:12:36.942 INFO:tasks.rados.rados.0.smithi055.stdout:3190: seq_num 991 ranges {3055616=606208,3661824=638976,4300800=794624,5095424=172032} 2023-10-14T00:12:36.959 INFO:tasks.rados.rados.0.smithi055.stdout:3190: writing smithi055169533-3 from 3055616 to 3661824 tid 1 2023-10-14T00:12:36.963 INFO:tasks.rados.rados.0.smithi055.stdout:3190: writing smithi055169533-3 from 3661824 to 4300800 tid 2 2023-10-14T00:12:36.968 INFO:tasks.rados.rados.0.smithi055.stdout:3190: writing smithi055169533-3 from 4300800 to 5095424 tid 3 2023-10-14T00:12:36.969 INFO:tasks.rados.rados.0.smithi055.stdout:3190: writing smithi055169533-3 from 5095424 to 5267456 tid 4 2023-10-14T00:12:36.969 INFO:tasks.rados.rados.0.smithi055.stdout:3191: setattr oid 14 current snap is 312 2023-10-14T00:12:36.970 INFO:tasks.rados.rados.0.smithi055.stdout:3189: expect (ObjNum 953 snap 294 seq_num 953) 2023-10-14T00:12:37.012 INFO:tasks.rados.rados.0.smithi055.stdout:3190: finishing write tid 1 to smithi055169533-3 2023-10-14T00:12:37.013 INFO:tasks.rados.rados.0.smithi055.stdout:3190: finishing write tid 2 to smithi055169533-3 2023-10-14T00:12:37.013 INFO:tasks.rados.rados.0.smithi055.stdout:3190: finishing write tid 3 to smithi055169533-3 2023-10-14T00:12:37.013 INFO:tasks.rados.rados.0.smithi055.stdout:3190: finishing write tid 4 to smithi055169533-3 2023-10-14T00:12:37.013 INFO:tasks.rados.rados.0.smithi055.stdout:3190: finishing write tid 5 to smithi055169533-3 2023-10-14T00:12:37.014 INFO:tasks.rados.rados.0.smithi055.stdout:3190: finishing write tid 6 to smithi055169533-3 2023-10-14T00:12:37.014 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 3 v 1902 (ObjNum 991 snap 312 seq_num 991) dirty exists 2023-10-14T00:12:37.014 INFO:tasks.rados.rados.0.smithi055.stdout:3190: left oid 3 (ObjNum 991 snap 312 seq_num 991) 2023-10-14T00:12:37.014 INFO:tasks.rados.rados.0.smithi055.stdout:3189: done (2 left) 2023-10-14T00:12:37.014 INFO:tasks.rados.rados.0.smithi055.stdout:3190: done (1 left) 2023-10-14T00:12:37.015 INFO:tasks.rados.rados.0.smithi055.stdout:3192: rmattr oid 42 current snap is 312 2023-10-14T00:12:37.015 INFO:tasks.rados.rados.0.smithi055.stdout:3192: done (1 left) 2023-10-14T00:12:37.015 INFO:tasks.rados.rados.0.smithi055.stdout:3193: read oid 19 snap 308 2023-10-14T00:12:37.015 INFO:tasks.rados.rados.0.smithi055.stdout:3193: expect (ObjNum 867 snap 264 seq_num 867) 2023-10-14T00:12:37.015 INFO:tasks.rados.rados.0.smithi055.stdout:3194: rmattr oid 3 current snap is 312 2023-10-14T00:12:37.016 INFO:tasks.rados.rados.0.smithi055.stdout:3195: snap_remove snap 299 2023-10-14T00:12:37.511 INFO:tasks.rados.rados.0.smithi055.stdout:3195: done (3 left) 2023-10-14T00:12:37.512 INFO:tasks.rados.rados.0.smithi055.stdout:3196: copy_from oid 23 from oid 4 current snap is 312 2023-10-14T00:12:37.512 INFO:tasks.rados.rados.0.smithi055.stdout:3197: snap_create 2023-10-14T00:12:37.512 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 3 v 1903 (ObjNum 991 snap 312 seq_num 991) dirty exists 2023-10-14T00:12:37.512 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 14 v 1647 (ObjNum 977 snap 306 seq_num 977) dirty exists 2023-10-14T00:12:37.513 INFO:tasks.rados.rados.0.smithi055.stdout:3193: expect (ObjNum 867 snap 264 seq_num 867) 2023-10-14T00:12:37.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:37 smithi055 ceph-mon[185614]: osdmap e690: 8 total, 8 up, 8 in 2023-10-14T00:12:37.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:37 smithi055 ceph-mon[185614]: pgmap v749: 121 pgs: 121 active+clean; 205 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.5 MiB/s rd, 7.5 MiB/s wr, 22 op/s 2023-10-14T00:12:37.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:37 smithi055 ceph-mon[183057]: osdmap e690: 8 total, 8 up, 8 in 2023-10-14T00:12:37.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:37 smithi055 ceph-mon[183057]: pgmap v749: 121 pgs: 121 active+clean; 205 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.5 MiB/s rd, 7.5 MiB/s wr, 22 op/s 2023-10-14T00:12:37.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:37 smithi082 ceph-mon[180771]: osdmap e690: 8 total, 8 up, 8 in 2023-10-14T00:12:37.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:37 smithi082 ceph-mon[180771]: pgmap v749: 121 pgs: 121 active+clean; 205 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.5 MiB/s rd, 7.5 MiB/s wr, 22 op/s 2023-10-14T00:12:38.289 INFO:tasks.rados.rados.0.smithi055.stdout:3196: finishing copy_from racing read to smithi055169533-23 2023-10-14T00:12:38.289 INFO:tasks.rados.rados.0.smithi055.stdout:3196: finishing copy_from to smithi055169533-23 2023-10-14T00:12:38.289 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 23 v 1877 (ObjNum 816 snap 251 seq_num 816) dirty exists 2023-10-14T00:12:38.493 INFO:tasks.rados.rados.0.smithi055.stdout:3191: done (4 left) 2023-10-14T00:12:38.494 INFO:tasks.rados.rados.0.smithi055.stdout:3193: done (3 left) 2023-10-14T00:12:38.494 INFO:tasks.rados.rados.0.smithi055.stdout:3194: done (2 left) 2023-10-14T00:12:38.494 INFO:tasks.rados.rados.0.smithi055.stdout:3196: done (1 left) 2023-10-14T00:12:38.495 INFO:tasks.rados.rados.0.smithi055.stdout:3197: done (0 left) 2023-10-14T00:12:38.495 INFO:tasks.rados.rados.0.smithi055.stdout:3198: snap_create 2023-10-14T00:12:38.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:38 smithi055 ceph-mon[185614]: osdmap e691: 8 total, 8 up, 8 in 2023-10-14T00:12:38.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:38 smithi055 ceph-mon[183057]: osdmap e691: 8 total, 8 up, 8 in 2023-10-14T00:12:38.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:38 smithi082 ceph-mon[180771]: osdmap e691: 8 total, 8 up, 8 in 2023-10-14T00:12:39.493 INFO:tasks.rados.rados.0.smithi055.stdout:3198: done (0 left) 2023-10-14T00:12:39.494 INFO:tasks.rados.rados.0.smithi055.stdout:3199: snap_create 2023-10-14T00:12:39.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:39 smithi055 ceph-mon[185614]: osdmap e692: 8 total, 8 up, 8 in 2023-10-14T00:12:39.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:12:39.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:39 smithi055 ceph-mon[185614]: pgmap v752: 121 pgs: 121 active+clean; 214 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.1 MiB/s rd, 3.1 MiB/s wr, 11 op/s 2023-10-14T00:12:39.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:39 smithi055 ceph-mon[185614]: osdmap e693: 8 total, 8 up, 8 in 2023-10-14T00:12:39.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:39 smithi055 ceph-mon[183057]: osdmap e692: 8 total, 8 up, 8 in 2023-10-14T00:12:39.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:12:39.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:39 smithi055 ceph-mon[183057]: pgmap v752: 121 pgs: 121 active+clean; 214 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.1 MiB/s rd, 3.1 MiB/s wr, 11 op/s 2023-10-14T00:12:39.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:39 smithi055 ceph-mon[183057]: osdmap e693: 8 total, 8 up, 8 in 2023-10-14T00:12:39.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:39 smithi082 ceph-mon[180771]: osdmap e692: 8 total, 8 up, 8 in 2023-10-14T00:12:39.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:12:39.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:39 smithi082 ceph-mon[180771]: pgmap v752: 121 pgs: 121 active+clean; 214 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.1 MiB/s rd, 3.1 MiB/s wr, 11 op/s 2023-10-14T00:12:39.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:39 smithi082 ceph-mon[180771]: osdmap e693: 8 total, 8 up, 8 in 2023-10-14T00:12:40.495 INFO:tasks.rados.rados.0.smithi055.stdout:3199: done (0 left) 2023-10-14T00:12:40.495 INFO:tasks.rados.rados.0.smithi055.stdout:3200: rmattr oid 31 current snap is 315 2023-10-14T00:12:40.495 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 37 current snap is 315 2023-10-14T00:12:40.495 INFO:tasks.rados.rados.0.smithi055.stdout:3201: seq_num 992 ranges {2138112=622592,2760704=524288,3284992=606208,3891200=475136} 2023-10-14T00:12:40.510 INFO:tasks.rados.rados.0.smithi055.stdout:3201: writing smithi055169533-37 from 2138112 to 2760704 tid 1 2023-10-14T00:12:40.513 INFO:tasks.rados.rados.0.smithi055.stdout:3201: writing smithi055169533-37 from 2760704 to 3284992 tid 2 2023-10-14T00:12:40.517 INFO:tasks.rados.rados.0.smithi055.stdout:3201: writing smithi055169533-37 from 3284992 to 3891200 tid 3 2023-10-14T00:12:40.520 INFO:tasks.rados.rados.0.smithi055.stdout:3201: writing smithi055169533-37 from 3891200 to 4366336 tid 4 2023-10-14T00:12:40.520 INFO:tasks.rados.rados.0.smithi055.stdout:3202: copy_from oid 2 from oid 39 current snap is 315 2023-10-14T00:12:40.521 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 31 v 1186 (ObjNum 816 snap 251 seq_num 816) dirty exists 2023-10-14T00:12:40.521 INFO:tasks.rados.rados.0.smithi055.stdout:3201: finishing write tid 1 to smithi055169533-37 2023-10-14T00:12:40.521 INFO:tasks.rados.rados.0.smithi055.stdout:3201: finishing write tid 2 to smithi055169533-37 2023-10-14T00:12:40.521 INFO:tasks.rados.rados.0.smithi055.stdout:3200: done (2 left) 2023-10-14T00:12:40.521 INFO:tasks.rados.rados.0.smithi055.stdout:3203: rollback oid 14 current snap is 315 2023-10-14T00:12:40.522 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 14 to 313 2023-10-14T00:12:40.522 INFO:tasks.rados.rados.0.smithi055.stdout:3204: read oid 28 snap -1 2023-10-14T00:12:40.522 INFO:tasks.rados.rados.0.smithi055.stdout:3204: expect (ObjNum 960 snap 297 seq_num 960) 2023-10-14T00:12:40.522 INFO:tasks.rados.rados.0.smithi055.stdout:3205: delete oid 26 current snap is 315 2023-10-14T00:12:40.524 INFO:tasks.rados.rados.0.smithi055.stdout:3201: finishing write tid 3 to smithi055169533-37 2023-10-14T00:12:40.525 INFO:tasks.rados.rados.0.smithi055.stdout:3201: finishing write tid 4 to smithi055169533-37 2023-10-14T00:12:40.526 INFO:tasks.rados.rados.0.smithi055.stdout:3201: finishing write tid 5 to smithi055169533-37 2023-10-14T00:12:40.532 INFO:tasks.rados.rados.0.smithi055.stdout:3205: done (4 left) 2023-10-14T00:12:40.532 INFO:tasks.rados.rados.0.smithi055.stdout:3206: read oid 33 snap 308 2023-10-14T00:12:40.532 INFO:tasks.rados.rados.0.smithi055.stdout:3206: expect deleted 2023-10-14T00:12:40.532 INFO:tasks.rados.rados.0.smithi055.stdout:3207: copy_from oid 5 from oid 22 current snap is 315 2023-10-14T00:12:40.532 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 23 current snap is 315 2023-10-14T00:12:40.533 INFO:tasks.rados.rados.0.smithi055.stdout:3208: seq_num 994 ranges {1679360=655360,2334720=688128,3022848=622592,3645440=294912} 2023-10-14T00:12:40.541 INFO:tasks.rados.rados.0.smithi055.stdout:3208: writing smithi055169533-23 from 1679360 to 2334720 tid 1 2023-10-14T00:12:40.545 INFO:tasks.rados.rados.0.smithi055.stdout:3208: writing smithi055169533-23 from 2334720 to 3022848 tid 2 2023-10-14T00:12:40.549 INFO:tasks.rados.rados.0.smithi055.stdout:3208: writing smithi055169533-23 from 3022848 to 3645440 tid 3 2023-10-14T00:12:40.551 INFO:tasks.rados.rados.0.smithi055.stdout:3208: writing smithi055169533-23 from 3645440 to 3940352 tid 4 2023-10-14T00:12:40.551 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 30 current snap is 315 2023-10-14T00:12:40.552 INFO:tasks.rados.rados.0.smithi055.stdout:3203: finishing rollback tid 0 to smithi055169533-14 2023-10-14T00:12:40.552 INFO:tasks.rados.rados.0.smithi055.stdout:3203: finishing rollback tid 1 to smithi055169533-14 2023-10-14T00:12:40.552 INFO:tasks.rados.rados.0.smithi055.stdout:3203: finishing rollback tid 2 to smithi055169533-14 2023-10-14T00:12:40.552 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 14 v 1650 (ObjNum 977 snap 306 seq_num 977) dirty exists 2023-10-14T00:12:40.553 INFO:tasks.rados.rados.0.smithi055.stdout:3209: seq_num 995 ranges {1572864=671744,2244608=573440,2818048=778240,3596288=253952} 2023-10-14T00:12:40.564 INFO:tasks.rados.rados.0.smithi055.stdout:3209: writing smithi055169533-30 from 1572864 to 2244608 tid 1 2023-10-14T00:12:40.567 INFO:tasks.rados.rados.0.smithi055.stdout:3209: writing smithi055169533-30 from 2244608 to 2818048 tid 2 2023-10-14T00:12:40.572 INFO:tasks.rados.rados.0.smithi055.stdout:3209: writing smithi055169533-30 from 2818048 to 3596288 tid 3 2023-10-14T00:12:40.573 INFO:tasks.rados.rados.0.smithi055.stdout:3209: writing smithi055169533-30 from 3596288 to 3850240 tid 4 2023-10-14T00:12:40.574 INFO:tasks.rados.rados.0.smithi055.stdout:3203: done (7 left) 2023-10-14T00:12:40.574 INFO:tasks.rados.rados.0.smithi055.stdout:3210: copy_from oid 26 from oid 4 current snap is 315 2023-10-14T00:12:40.574 INFO:tasks.rados.rados.0.smithi055.stdout:3201: finishing write tid 6 to smithi055169533-37 2023-10-14T00:12:40.574 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 37 v 1192 (ObjNum 992 snap 315 seq_num 992) dirty exists 2023-10-14T00:12:40.574 INFO:tasks.rados.rados.0.smithi055.stdout:3201: left oid 37 (ObjNum 992 snap 315 seq_num 992) 2023-10-14T00:12:40.575 INFO:tasks.rados.rados.0.smithi055.stdout:3204: expect (ObjNum 960 snap 297 seq_num 960) 2023-10-14T00:12:40.702 INFO:tasks.rados.rados.0.smithi055.stdout:3208: finishing write tid 1 to smithi055169533-23 2023-10-14T00:12:40.702 INFO:tasks.rados.rados.0.smithi055.stdout:3208: finishing write tid 2 to smithi055169533-23 2023-10-14T00:12:40.702 INFO:tasks.rados.rados.0.smithi055.stdout:3208: finishing write tid 3 to smithi055169533-23 2023-10-14T00:12:40.703 INFO:tasks.rados.rados.0.smithi055.stdout:3208: finishing write tid 4 to smithi055169533-23 2023-10-14T00:12:40.703 INFO:tasks.rados.rados.0.smithi055.stdout:3208: finishing write tid 5 to smithi055169533-23 2023-10-14T00:12:40.703 INFO:tasks.rados.rados.0.smithi055.stdout:3208: finishing write tid 6 to smithi055169533-23 2023-10-14T00:12:40.703 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 23 v 1882 (ObjNum 994 snap 315 seq_num 994) dirty exists 2023-10-14T00:12:40.703 INFO:tasks.rados.rados.0.smithi055.stdout:3208: left oid 23 (ObjNum 994 snap 315 seq_num 994) 2023-10-14T00:12:40.704 INFO:tasks.rados.rados.0.smithi055.stdout:3209: finishing write tid 1 to smithi055169533-30 2023-10-14T00:12:40.704 INFO:tasks.rados.rados.0.smithi055.stdout:3209: finishing write tid 2 to smithi055169533-30 2023-10-14T00:12:40.704 INFO:tasks.rados.rados.0.smithi055.stdout:3202: finishing copy_from racing read to smithi055169533-2 2023-10-14T00:12:40.704 INFO:tasks.rados.rados.0.smithi055.stdout:3207: finishing copy_from racing read to smithi055169533-5 2023-10-14T00:12:40.704 INFO:tasks.rados.rados.0.smithi055.stdout:3201: done (7 left) 2023-10-14T00:12:40.704 INFO:tasks.rados.rados.0.smithi055.stdout:3204: done (6 left) 2023-10-14T00:12:40.705 INFO:tasks.rados.rados.0.smithi055.stdout:3206: done (5 left) 2023-10-14T00:12:40.705 INFO:tasks.rados.rados.0.smithi055.stdout:3208: done (4 left) 2023-10-14T00:12:40.705 INFO:tasks.rados.rados.0.smithi055.stdout:3211: snap_create 2023-10-14T00:12:40.705 INFO:tasks.rados.rados.0.smithi055.stdout:3209: finishing write tid 3 to smithi055169533-30 2023-10-14T00:12:40.705 INFO:tasks.rados.rados.0.smithi055.stdout:3207: finishing copy_from to smithi055169533-5 2023-10-14T00:12:40.706 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 5 v 2110 (ObjNum 863 snap 263 seq_num 863) dirty exists 2023-10-14T00:12:40.706 INFO:tasks.rados.rados.0.smithi055.stdout:3209: finishing write tid 4 to smithi055169533-30 2023-10-14T00:12:40.706 INFO:tasks.rados.rados.0.smithi055.stdout:3209: finishing write tid 5 to smithi055169533-30 2023-10-14T00:12:40.706 INFO:tasks.rados.rados.0.smithi055.stdout:3202: finishing copy_from to smithi055169533-2 2023-10-14T00:12:40.706 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 2 v 2124 (ObjNum 988 snap 309 seq_num 988) dirty exists 2023-10-14T00:12:40.707 INFO:tasks.rados.rados.0.smithi055.stdout:3209: finishing write tid 6 to smithi055169533-30 2023-10-14T00:12:40.707 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 30 v 1655 (ObjNum 995 snap 315 seq_num 995) dirty exists 2023-10-14T00:12:40.707 INFO:tasks.rados.rados.0.smithi055.stdout:3209: left oid 30 (ObjNum 995 snap 315 seq_num 995) 2023-10-14T00:12:40.707 INFO:tasks.rados.rados.0.smithi055.stdout:3210: finishing copy_from racing read to smithi055169533-26 2023-10-14T00:12:40.707 INFO:tasks.rados.rados.0.smithi055.stdout:3210: finishing copy_from to smithi055169533-26 2023-10-14T00:12:40.708 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 26 v 1877 (ObjNum 816 snap 251 seq_num 816) dirty exists 2023-10-14T00:12:41.507 INFO:tasks.rados.rados.0.smithi055.stdout:3202: done (4 left) 2023-10-14T00:12:41.508 INFO:tasks.rados.rados.0.smithi055.stdout:3207: done (3 left) 2023-10-14T00:12:41.508 INFO:tasks.rados.rados.0.smithi055.stdout:3209: done (2 left) 2023-10-14T00:12:41.508 INFO:tasks.rados.rados.0.smithi055.stdout:3210: done (1 left) 2023-10-14T00:12:41.508 INFO:tasks.rados.rados.0.smithi055.stdout:3211: done (0 left) 2023-10-14T00:12:41.509 INFO:tasks.rados.rados.0.smithi055.stdout:3212: read oid 38 snap 308 2023-10-14T00:12:41.509 INFO:tasks.rados.rados.0.smithi055.stdout:3212: expect deleted 2023-10-14T00:12:41.509 INFO:tasks.rados.rados.0.smithi055.stdout:3213: delete oid 20 current snap is 316 2023-10-14T00:12:41.514 INFO:tasks.rados.rados.0.smithi055.stdout:3212: done (1 left) 2023-10-14T00:12:41.514 INFO:tasks.rados.rados.0.smithi055.stdout:3213: done (0 left) 2023-10-14T00:12:41.514 INFO:tasks.rados.rados.0.smithi055.stdout:3214: snap_create 2023-10-14T00:12:41.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:41 smithi055 ceph-mon[183057]: osdmap e694: 8 total, 8 up, 8 in 2023-10-14T00:12:41.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:41 smithi055 ceph-mon[183057]: pgmap v755: 121 pgs: 121 active+clean; 216 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 23 MiB/s rd, 3.0 MiB/s wr, 18 op/s 2023-10-14T00:12:41.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:41 smithi055 ceph-mon[185614]: osdmap e694: 8 total, 8 up, 8 in 2023-10-14T00:12:41.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:41 smithi055 ceph-mon[185614]: pgmap v755: 121 pgs: 121 active+clean; 216 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 23 MiB/s rd, 3.0 MiB/s wr, 18 op/s 2023-10-14T00:12:41.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:41 smithi082 ceph-mon[180771]: osdmap e694: 8 total, 8 up, 8 in 2023-10-14T00:12:41.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:41 smithi082 ceph-mon[180771]: pgmap v755: 121 pgs: 121 active+clean; 216 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 23 MiB/s rd, 3.0 MiB/s wr, 18 op/s 2023-10-14T00:12:42.516 INFO:tasks.rados.rados.0.smithi055.stdout:3214: done (0 left) 2023-10-14T00:12:42.517 INFO:tasks.rados.rados.0.smithi055.stdout:3215: rollback oid 31 current snap is 317 2023-10-14T00:12:42.517 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 31 to 307 2023-10-14T00:12:42.517 INFO:tasks.rados.rados.0.smithi055.stdout:3216: read oid 45 snap -1 2023-10-14T00:12:42.517 INFO:tasks.rados.rados.0.smithi055.stdout:3216: expect (ObjNum 904 snap 275 seq_num 904) 2023-10-14T00:12:42.518 INFO:tasks.rados.rados.0.smithi055.stdout:3217: snap_remove snap 310 2023-10-14T00:12:42.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:42 smithi055 ceph-mon[185614]: osdmap e695: 8 total, 8 up, 8 in 2023-10-14T00:12:42.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:42 smithi055 ceph-mon[183057]: osdmap e695: 8 total, 8 up, 8 in 2023-10-14T00:12:42.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:42 smithi082 ceph-mon[180771]: osdmap e695: 8 total, 8 up, 8 in 2023-10-14T00:12:43.559 INFO:tasks.rados.rados.0.smithi055.stdout:3217: done (2 left) 2023-10-14T00:12:43.560 INFO:tasks.rados.rados.0.smithi055.stdout:3218: delete oid 28 current snap is 317 2023-10-14T00:12:43.563 INFO:tasks.rados.rados.0.smithi055.stdout:3215: finishing rollback tid 0 to smithi055169533-31 2023-10-14T00:12:43.563 INFO:tasks.rados.rados.0.smithi055.stdout:3215: finishing rollback tid 1 to smithi055169533-31 2023-10-14T00:12:43.563 INFO:tasks.rados.rados.0.smithi055.stdout:3215: finishing rollback tid 2 to smithi055169533-31 2023-10-14T00:12:43.563 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 31 v 2127 (ObjNum 816 snap 251 seq_num 816) dirty exists 2023-10-14T00:12:43.564 INFO:tasks.rados.rados.0.smithi055.stdout:3216: expect (ObjNum 904 snap 275 seq_num 904) 2023-10-14T00:12:43.619 INFO:tasks.rados.rados.0.smithi055.stdout:3215: done (2 left) 2023-10-14T00:12:43.620 INFO:tasks.rados.rados.0.smithi055.stdout:3216: done (1 left) 2023-10-14T00:12:43.620 INFO:tasks.rados.rados.0.smithi055.stdout:3218: done (0 left) 2023-10-14T00:12:43.620 INFO:tasks.rados.rados.0.smithi055.stdout:3219: copy_from oid 7 from oid 33 current snap is 317 2023-10-14T00:12:43.620 INFO:tasks.rados.rados.0.smithi055.stdout:3220: setattr oid 8 current snap is 317 2023-10-14T00:12:43.621 INFO:tasks.rados.rados.0.smithi055.stdout:3219: finishing copy_from to smithi055169533-7 2023-10-14T00:12:43.621 INFO:tasks.rados.rados.0.smithi055.stdout:3219: got expected ENOENT (src dne) 2023-10-14T00:12:43.621 INFO:tasks.rados.rados.0.smithi055.stdout:3219: finishing copy_from racing read to smithi055169533-7 2023-10-14T00:12:43.622 INFO:tasks.rados.rados.0.smithi055.stdout:3219: done (1 left) 2023-10-14T00:12:43.622 INFO:tasks.rados.rados.0.smithi055.stdout:3221: delete oid 16 current snap is 317 2023-10-14T00:12:43.624 INFO:tasks.rados.rados.0.smithi055.stdout:3221: done (1 left) 2023-10-14T00:12:43.624 INFO:tasks.rados.rados.0.smithi055.stdout:3222: snap_create 2023-10-14T00:12:43.624 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 8 v 1544 (ObjNum 942 snap 292 seq_num 942) dirty exists 2023-10-14T00:12:43.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:43 smithi082 ceph-mon[180771]: osdmap e696: 8 total, 8 up, 8 in 2023-10-14T00:12:43.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:43 smithi082 ceph-mon[180771]: pgmap v758: 121 pgs: 121 active+clean; 232 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 14 MiB/s rd, 4.5 MiB/s wr, 13 op/s 2023-10-14T00:12:44.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:43 smithi055 ceph-mon[183057]: osdmap e696: 8 total, 8 up, 8 in 2023-10-14T00:12:44.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:43 smithi055 ceph-mon[183057]: pgmap v758: 121 pgs: 121 active+clean; 232 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 14 MiB/s rd, 4.5 MiB/s wr, 13 op/s 2023-10-14T00:12:44.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:43 smithi055 ceph-mon[185614]: osdmap e696: 8 total, 8 up, 8 in 2023-10-14T00:12:44.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:43 smithi055 ceph-mon[185614]: pgmap v758: 121 pgs: 121 active+clean; 232 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 14 MiB/s rd, 4.5 MiB/s wr, 13 op/s 2023-10-14T00:12:44.555 INFO:tasks.rados.rados.0.smithi055.stdout:3220: done (1 left) 2023-10-14T00:12:44.555 INFO:tasks.rados.rados.0.smithi055.stdout:3222: done (0 left) 2023-10-14T00:12:44.556 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 45 current snap is 318 2023-10-14T00:12:44.556 INFO:tasks.rados.rados.0.smithi055.stdout:3223: seq_num 999 ranges {1564672=737280,2301952=565248,2867200=761856,3629056=278528} 2023-10-14T00:12:44.568 INFO:tasks.rados.rados.0.smithi055.stdout:3223: writing smithi055169533-45 from 1564672 to 2301952 tid 1 2023-10-14T00:12:44.571 INFO:tasks.rados.rados.0.smithi055.stdout:3223: writing smithi055169533-45 from 2301952 to 2867200 tid 2 2023-10-14T00:12:44.576 INFO:tasks.rados.rados.0.smithi055.stdout:3223: writing smithi055169533-45 from 2867200 to 3629056 tid 3 2023-10-14T00:12:44.578 INFO:tasks.rados.rados.0.smithi055.stdout:3223: writing smithi055169533-45 from 3629056 to 3907584 tid 4 2023-10-14T00:12:44.578 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 1 current snap is 318 2023-10-14T00:12:44.578 INFO:tasks.rados.rados.0.smithi055.stdout:3223: finishing write tid 1 to smithi055169533-45 2023-10-14T00:12:44.579 INFO:tasks.rados.rados.0.smithi055.stdout:3223: finishing write tid 2 to smithi055169533-45 2023-10-14T00:12:44.579 INFO:tasks.rados.rados.0.smithi055.stdout:3224: seq_num 1000 ranges {2596864=753664,3350528=442368,3792896=565248,4358144=458752,4816896=139264} 2023-10-14T00:12:44.597 INFO:tasks.rados.rados.0.smithi055.stdout:3224: writing smithi055169533-1 from 2596864 to 3350528 tid 1 2023-10-14T00:12:44.599 INFO:tasks.rados.rados.0.smithi055.stdout:3224: writing smithi055169533-1 from 3350528 to 3792896 tid 2 2023-10-14T00:12:44.603 INFO:tasks.rados.rados.0.smithi055.stdout:3224: writing smithi055169533-1 from 3792896 to 4358144 tid 3 2023-10-14T00:12:44.605 INFO:tasks.rados.rados.0.smithi055.stdout:3224: writing smithi055169533-1 from 4358144 to 4816896 tid 4 2023-10-14T00:12:44.607 INFO:tasks.rados.rados.0.smithi055.stdout:3224: writing smithi055169533-1 from 4816896 to 4956160 tid 5 2023-10-14T00:12:44.607 INFO:tasks.rados.rados.0.smithi055.stdout:3225: snap_remove snap 312 2023-10-14T00:12:44.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:44 smithi082 ceph-mon[180771]: osdmap e697: 8 total, 8 up, 8 in 2023-10-14T00:12:45.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:44 smithi055 ceph-mon[185614]: osdmap e697: 8 total, 8 up, 8 in 2023-10-14T00:12:45.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:44 smithi055 ceph-mon[183057]: osdmap e697: 8 total, 8 up, 8 in 2023-10-14T00:12:45.454 INFO:tasks.rados.rados.0.smithi055.stdout:3225: done (2 left) 2023-10-14T00:12:45.454 INFO:tasks.rados.rados.0.smithi055.stdout:3226: read oid 9 snap 317 2023-10-14T00:12:45.454 INFO:tasks.rados.rados.0.smithi055.stdout:3226: expect (ObjNum 980 snap 308 seq_num 980) 2023-10-14T00:12:45.455 INFO:tasks.rados.rados.0.smithi055.stdout:3227: rmattr oid 31 current snap is 318 2023-10-14T00:12:45.455 INFO:tasks.rados.rados.0.smithi055.stdout:3223: finishing write tid 3 to smithi055169533-45 2023-10-14T00:12:45.455 INFO:tasks.rados.rados.0.smithi055.stdout:3223: finishing write tid 4 to smithi055169533-45 2023-10-14T00:12:45.455 INFO:tasks.rados.rados.0.smithi055.stdout:3223: finishing write tid 5 to smithi055169533-45 2023-10-14T00:12:45.455 INFO:tasks.rados.rados.0.smithi055.stdout:3223: finishing write tid 6 to smithi055169533-45 2023-10-14T00:12:45.456 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 45 v 1635 (ObjNum 999 snap 318 seq_num 999) dirty exists 2023-10-14T00:12:45.456 INFO:tasks.rados.rados.0.smithi055.stdout:3223: left oid 45 (ObjNum 999 snap 318 seq_num 999) 2023-10-14T00:12:45.456 INFO:tasks.rados.rados.0.smithi055.stdout:3224: finishing write tid 1 to smithi055169533-1 2023-10-14T00:12:45.456 INFO:tasks.rados.rados.0.smithi055.stdout:3223: done (3 left) 2023-10-14T00:12:45.456 INFO:tasks.rados.rados.0.smithi055.stdout:3228: read oid 22 snap 315 2023-10-14T00:12:45.457 INFO:tasks.rados.rados.0.smithi055.stdout:3228: expect (ObjNum 863 snap 263 seq_num 863) 2023-10-14T00:12:45.457 INFO:tasks.rados.rados.0.smithi055.stdout:3229: delete oid 40 current snap is 318 2023-10-14T00:12:45.457 INFO:tasks.rados.rados.0.smithi055.stdout:3224: finishing write tid 2 to smithi055169533-1 2023-10-14T00:12:45.457 INFO:tasks.rados.rados.0.smithi055.stdout:3224: finishing write tid 3 to smithi055169533-1 2023-10-14T00:12:45.457 INFO:tasks.rados.rados.0.smithi055.stdout:3224: finishing write tid 4 to smithi055169533-1 2023-10-14T00:12:45.458 INFO:tasks.rados.rados.0.smithi055.stdout:3224: finishing write tid 5 to smithi055169533-1 2023-10-14T00:12:45.458 INFO:tasks.rados.rados.0.smithi055.stdout:3224: finishing write tid 6 to smithi055169533-1 2023-10-14T00:12:45.458 INFO:tasks.rados.rados.0.smithi055.stdout:3224: finishing write tid 7 to smithi055169533-1 2023-10-14T00:12:45.458 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 1 v 1869 (ObjNum 1000 snap 318 seq_num 1000) dirty exists 2023-10-14T00:12:45.458 INFO:tasks.rados.rados.0.smithi055.stdout:3224: left oid 1 (ObjNum 1000 snap 318 seq_num 1000) 2023-10-14T00:12:45.462 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 31 v 2128 (ObjNum 816 snap 251 seq_num 816) dirty exists 2023-10-14T00:12:45.469 INFO:tasks.rados.rados.0.smithi055.stdout:3224: done (4 left) 2023-10-14T00:12:45.469 INFO:tasks.rados.rados.0.smithi055.stdout:3227: done (3 left) 2023-10-14T00:12:45.470 INFO:tasks.rados.rados.0.smithi055.stdout:3229: done (2 left) 2023-10-14T00:12:45.470 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 38 current snap is 318 2023-10-14T00:12:45.470 INFO:tasks.rados.rados.0.smithi055.stdout:3230: seq_num 1002 ranges {0=786432,786432=614400,1400832=581632,1982464=409600} 2023-10-14T00:12:45.477 INFO:tasks.rados.rados.0.smithi055.stdout:3230: writing smithi055169533-38 from 0 to 786432 tid 1 2023-10-14T00:12:45.478 INFO:tasks.rados.rados.0.smithi055.stdout:3230: writing smithi055169533-38 from 786432 to 1400832 tid 2 2023-10-14T00:12:45.482 INFO:tasks.rados.rados.0.smithi055.stdout:3230: writing smithi055169533-38 from 1400832 to 1982464 tid 3 2023-10-14T00:12:45.485 INFO:tasks.rados.rados.0.smithi055.stdout:3230: writing smithi055169533-38 from 1982464 to 2392064 tid 4 2023-10-14T00:12:45.485 INFO:tasks.rados.rados.0.smithi055.stdout:3231: delete oid 49 current snap is 318 2023-10-14T00:12:45.485 INFO:tasks.rados.rados.0.smithi055.stdout:3226: expect (ObjNum 980 snap 308 seq_num 980) 2023-10-14T00:12:45.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:12:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:12:45] "GET /metrics HTTP/1.1" 200 36158 "" "Prometheus/2.43.0" 2023-10-14T00:12:45.609 INFO:tasks.rados.rados.0.smithi055.stdout:3230: finishing write tid 1 to smithi055169533-38 2023-10-14T00:12:45.609 INFO:tasks.rados.rados.0.smithi055.stdout:3230: finishing write tid 2 to smithi055169533-38 2023-10-14T00:12:45.610 INFO:tasks.rados.rados.0.smithi055.stdout:3230: finishing write tid 3 to smithi055169533-38 2023-10-14T00:12:45.610 INFO:tasks.rados.rados.0.smithi055.stdout:3230: finishing write tid 4 to smithi055169533-38 2023-10-14T00:12:45.610 INFO:tasks.rados.rados.0.smithi055.stdout:3230: finishing write tid 5 to smithi055169533-38 2023-10-14T00:12:45.610 INFO:tasks.rados.rados.0.smithi055.stdout:3230: finishing write tid 6 to smithi055169533-38 2023-10-14T00:12:45.610 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 38 v 1760 (ObjNum 1002 snap 318 seq_num 1002) dirty exists 2023-10-14T00:12:45.611 INFO:tasks.rados.rados.0.smithi055.stdout:3230: left oid 38 (ObjNum 1002 snap 318 seq_num 1002) 2023-10-14T00:12:45.611 INFO:tasks.rados.rados.0.smithi055.stdout:3228: expect (ObjNum 863 snap 263 seq_num 863) 2023-10-14T00:12:45.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:45 smithi082 ceph-mon[180771]: osdmap e698: 8 total, 8 up, 8 in 2023-10-14T00:12:45.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:45 smithi082 ceph-mon[180771]: pgmap v761: 121 pgs: 121 active+clean; 234 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 3.5 MiB/s rd, 4.5 MiB/s wr, 12 op/s 2023-10-14T00:12:45.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:45 smithi082 ceph-mon[180771]: osdmap e699: 8 total, 8 up, 8 in 2023-10-14T00:12:46.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:45 smithi055 ceph-mon[185614]: osdmap e698: 8 total, 8 up, 8 in 2023-10-14T00:12:46.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:45 smithi055 ceph-mon[185614]: pgmap v761: 121 pgs: 121 active+clean; 234 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 3.5 MiB/s rd, 4.5 MiB/s wr, 12 op/s 2023-10-14T00:12:46.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:45 smithi055 ceph-mon[185614]: osdmap e699: 8 total, 8 up, 8 in 2023-10-14T00:12:46.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:45 smithi055 ceph-mon[183057]: osdmap e698: 8 total, 8 up, 8 in 2023-10-14T00:12:46.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:45 smithi055 ceph-mon[183057]: pgmap v761: 121 pgs: 121 active+clean; 234 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 3.5 MiB/s rd, 4.5 MiB/s wr, 12 op/s 2023-10-14T00:12:46.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:45 smithi055 ceph-mon[183057]: osdmap e699: 8 total, 8 up, 8 in 2023-10-14T00:12:46.023 INFO:tasks.rados.rados.0.smithi055.stdout:3226: done (3 left) 2023-10-14T00:12:46.023 INFO:tasks.rados.rados.0.smithi055.stdout:3228: done (2 left) 2023-10-14T00:12:46.023 INFO:tasks.rados.rados.0.smithi055.stdout:3230: done (1 left) 2023-10-14T00:12:46.023 INFO:tasks.rados.rados.0.smithi055.stdout:3231: done (0 left) 2023-10-14T00:12:46.024 INFO:tasks.rados.rados.0.smithi055.stdout:3232: rmattr oid 30 current snap is 318 2023-10-14T00:12:46.024 INFO:tasks.rados.rados.0.smithi055.stdout:3233: read oid 47 snap 306 2023-10-14T00:12:46.024 INFO:tasks.rados.rados.0.smithi055.stdout:3233: expect (ObjNum 959 snap 297 seq_num 959) 2023-10-14T00:12:46.024 INFO:tasks.rados.rados.0.smithi055.stdout:3234: snap_remove snap 307 2023-10-14T00:12:46.567 INFO:tasks.rados.rados.0.smithi055.stdout:3234: done (2 left) 2023-10-14T00:12:46.568 INFO:tasks.rados.rados.0.smithi055.stdout:3235: snap_remove snap 311 2023-10-14T00:12:47.573 INFO:tasks.rados.rados.0.smithi055.stdout:3235: done (2 left) 2023-10-14T00:12:47.574 INFO:tasks.rados.rados.0.smithi055.stdout:3236: read oid 20 snap -1 2023-10-14T00:12:47.574 INFO:tasks.rados.rados.0.smithi055.stdout:3236: expect deleted 2023-10-14T00:12:47.575 INFO:tasks.rados.rados.0.smithi055.stdout:3237: delete oid 1 current snap is 318 2023-10-14T00:12:47.575 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 30 v 1656 (ObjNum 995 snap 315 seq_num 995) dirty exists 2023-10-14T00:12:47.575 INFO:tasks.rados.rados.0.smithi055.stdout:3233: expect (ObjNum 959 snap 297 seq_num 959) 2023-10-14T00:12:47.719 INFO:tasks.rados.rados.0.smithi055.stdout:3232: done (3 left) 2023-10-14T00:12:47.719 INFO:tasks.rados.rados.0.smithi055.stdout:3233: done (2 left) 2023-10-14T00:12:47.720 INFO:tasks.rados.rados.0.smithi055.stdout:3236: done (1 left) 2023-10-14T00:12:47.720 INFO:tasks.rados.rados.0.smithi055.stdout:3237: done (0 left) 2023-10-14T00:12:47.720 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 12 current snap is 318 2023-10-14T00:12:47.720 INFO:tasks.rados.rados.0.smithi055.stdout:3238: seq_num 1005 ranges {4775936=32768} 2023-10-14T00:12:47.746 INFO:tasks.rados.rados.0.smithi055.stdout:3238: writing smithi055169533-12 from 4775936 to 4808704 tid 1 2023-10-14T00:12:47.746 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 35 current snap is 318 2023-10-14T00:12:47.746 INFO:tasks.rados.rados.0.smithi055.stdout:3239: seq_num 1006 ranges {2121728=49152} 2023-10-14T00:12:47.758 INFO:tasks.rados.rados.0.smithi055.stdout:3239: writing smithi055169533-35 from 2121728 to 2170880 tid 1 2023-10-14T00:12:47.758 INFO:tasks.rados.rados.0.smithi055.stdout:3240: rmattr oid 33 current snap is 318 2023-10-14T00:12:47.758 INFO:tasks.rados.rados.0.smithi055.stdout:3240: done (2 left) 2023-10-14T00:12:47.759 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 27 current snap is 318 2023-10-14T00:12:47.759 INFO:tasks.rados.rados.0.smithi055.stdout:3241: seq_num 1007 ranges {0=65536} 2023-10-14T00:12:47.760 INFO:tasks.rados.rados.0.smithi055.stdout:3241: writing smithi055169533-27 from 0 to 65536 tid 1 2023-10-14T00:12:47.760 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 1 current snap is 318 2023-10-14T00:12:47.760 INFO:tasks.rados.rados.0.smithi055.stdout:3242: seq_num 1008 ranges {0=90112} 2023-10-14T00:12:47.761 INFO:tasks.rados.rados.0.smithi055.stdout:3242: writing smithi055169533-1 from 0 to 90112 tid 1 2023-10-14T00:12:47.761 INFO:tasks.rados.rados.0.smithi055.stdout:3243: read oid 5 snap 314 2023-10-14T00:12:47.761 INFO:tasks.rados.rados.0.smithi055.stdout:3243: expect (ObjNum 1529112240 snap 21912 seq_num 1528646080) 2023-10-14T00:12:47.761 INFO:tasks.rados.rados.0.smithi055.stdout:3244: copy_from oid 28 from oid 19 current snap is 318 2023-10-14T00:12:47.761 INFO:tasks.rados.rados.0.smithi055.stdout:3238: finishing write tid 1 to smithi055169533-12 2023-10-14T00:12:47.761 INFO:tasks.rados.rados.0.smithi055.stdout:3238: finishing write tid 2 to smithi055169533-12 2023-10-14T00:12:47.762 INFO:tasks.rados.rados.0.smithi055.stdout:3238: finishing write tid 3 to smithi055169533-12 2023-10-14T00:12:47.762 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 12 v 1755 (ObjNum 1005 snap 318 seq_num 1005) dirty exists 2023-10-14T00:12:47.762 INFO:tasks.rados.rados.0.smithi055.stdout:3238: left oid 12 (ObjNum 1005 snap 318 seq_num 1005) 2023-10-14T00:12:47.762 INFO:tasks.rados.rados.0.smithi055.stdout:3238: done (5 left) 2023-10-14T00:12:47.762 INFO:tasks.rados.rados.0.smithi055.stdout:3245: snap_remove snap 316 2023-10-14T00:12:47.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:47 smithi082 ceph-mon[180771]: osdmap e700: 8 total, 8 up, 8 in 2023-10-14T00:12:47.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:47 smithi082 ceph-mon[180771]: pgmap v764: 121 pgs: 121 active+clean; 238 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 3.5 MiB/s rd, 1.5 MiB/s wr, 13 op/s 2023-10-14T00:12:48.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:47 smithi055 ceph-mon[185614]: osdmap e700: 8 total, 8 up, 8 in 2023-10-14T00:12:48.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:47 smithi055 ceph-mon[185614]: pgmap v764: 121 pgs: 121 active+clean; 238 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 3.5 MiB/s rd, 1.5 MiB/s wr, 13 op/s 2023-10-14T00:12:48.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:47 smithi055 ceph-mon[183057]: osdmap e700: 8 total, 8 up, 8 in 2023-10-14T00:12:48.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:47 smithi055 ceph-mon[183057]: pgmap v764: 121 pgs: 121 active+clean; 238 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 3.5 MiB/s rd, 1.5 MiB/s wr, 13 op/s 2023-10-14T00:12:48.582 INFO:tasks.rados.rados.0.smithi055.stdout:3245: done (5 left) 2023-10-14T00:12:48.583 INFO:tasks.rados.rados.0.smithi055.stdout:3246: rmattr oid 21 current snap is 318 2023-10-14T00:12:48.583 INFO:tasks.rados.rados.0.smithi055.stdout:3243: expect (ObjNum 1529112240 snap 21912 seq_num 1528646080) 2023-10-14T00:12:48.588 INFO:tasks.rados.rados.0.smithi055.stdout:3242: finishing write tid 1 to smithi055169533-1 2023-10-14T00:12:48.588 INFO:tasks.rados.rados.0.smithi055.stdout:3242: finishing write tid 2 to smithi055169533-1 2023-10-14T00:12:48.588 INFO:tasks.rados.rados.0.smithi055.stdout:3239: finishing write tid 1 to smithi055169533-35 2023-10-14T00:12:48.589 INFO:tasks.rados.rados.0.smithi055.stdout:3242: finishing write tid 3 to smithi055169533-1 2023-10-14T00:12:48.589 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 1 v 1872 (ObjNum 1008 snap 318 seq_num 1008) dirty exists 2023-10-14T00:12:48.589 INFO:tasks.rados.rados.0.smithi055.stdout:3242: left oid 1 (ObjNum 1008 snap 318 seq_num 1008) 2023-10-14T00:12:48.589 INFO:tasks.rados.rados.0.smithi055.stdout:3239: finishing write tid 2 to smithi055169533-35 2023-10-14T00:12:48.589 INFO:tasks.rados.rados.0.smithi055.stdout:3241: finishing write tid 1 to smithi055169533-27 2023-10-14T00:12:48.590 INFO:tasks.rados.rados.0.smithi055.stdout:3239: finishing write tid 3 to smithi055169533-35 2023-10-14T00:12:48.590 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 35 v 2159 (ObjNum 1006 snap 318 seq_num 1006) dirty exists 2023-10-14T00:12:48.590 INFO:tasks.rados.rados.0.smithi055.stdout:3239: left oid 35 (ObjNum 1006 snap 318 seq_num 1006) 2023-10-14T00:12:48.590 INFO:tasks.rados.rados.0.smithi055.stdout:3241: finishing write tid 2 to smithi055169533-27 2023-10-14T00:12:48.590 INFO:tasks.rados.rados.0.smithi055.stdout:3241: finishing write tid 3 to smithi055169533-27 2023-10-14T00:12:48.591 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 27 v 2161 (ObjNum 1007 snap 318 seq_num 1007) dirty exists 2023-10-14T00:12:48.591 INFO:tasks.rados.rados.0.smithi055.stdout:3241: left oid 27 (ObjNum 1007 snap 318 seq_num 1007) 2023-10-14T00:12:48.591 INFO:tasks.rados.rados.0.smithi055.stdout:3244: finishing copy_from racing read to smithi055169533-28 2023-10-14T00:12:48.591 INFO:tasks.rados.rados.0.smithi055.stdout:3244: finishing copy_from to smithi055169533-28 2023-10-14T00:12:48.591 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 28 v 1756 (ObjNum 990 snap 311 seq_num 990) dirty exists 2023-10-14T00:12:48.592 INFO:tasks.rados.rados.0.smithi055.stdout:3239: done (5 left) 2023-10-14T00:12:48.593 INFO:tasks.rados.rados.0.smithi055.stdout:3241: done (4 left) 2023-10-14T00:12:48.593 INFO:tasks.rados.rados.0.smithi055.stdout:3242: done (3 left) 2023-10-14T00:12:48.593 INFO:tasks.rados.rados.0.smithi055.stdout:3243: done (2 left) 2023-10-14T00:12:48.593 INFO:tasks.rados.rados.0.smithi055.stdout:3244: done (1 left) 2023-10-14T00:12:48.593 INFO:tasks.rados.rados.0.smithi055.stdout:3247: setattr oid 28 current snap is 318 2023-10-14T00:12:48.594 INFO:tasks.rados.rados.0.smithi055.stdout:3248: read oid 36 snap -1 2023-10-14T00:12:48.594 INFO:tasks.rados.rados.0.smithi055.stdout:3248: expect (ObjNum 840 snap 258 seq_num 840) 2023-10-14T00:12:48.594 INFO:tasks.rados.rados.0.smithi055.stdout:3249: copy_from oid 23 from oid 24 current snap is 318 2023-10-14T00:12:48.594 INFO:tasks.rados.rados.0.smithi055.stdout:3250: copy_from oid 43 from oid 20 current snap is 318 2023-10-14T00:12:48.594 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 39 current snap is 318 2023-10-14T00:12:48.595 INFO:tasks.rados.rados.0.smithi055.stdout:3251: seq_num 1009 ranges {9838592=106496} 2023-10-14T00:12:48.649 INFO:tasks.rados.rados.0.smithi055.stdout:3251: writing smithi055169533-39 from 9838592 to 9945088 tid 1 2023-10-14T00:12:48.649 INFO:tasks.rados.rados.0.smithi055.stdout:3252: rollback oid 49 current snap is 318 2023-10-14T00:12:48.649 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 49 to 305 2023-10-14T00:12:48.649 INFO:tasks.rados.rados.0.smithi055.stdout:3250: finishing copy_from to smithi055169533-43 2023-10-14T00:12:48.649 INFO:tasks.rados.rados.0.smithi055.stdout:3250: got expected ENOENT (src dne) 2023-10-14T00:12:48.650 INFO:tasks.rados.rados.0.smithi055.stdout:3250: finishing copy_from racing read to smithi055169533-43 2023-10-14T00:12:48.650 INFO:tasks.rados.rados.0.smithi055.stdout:3248: expect (ObjNum 840 snap 258 seq_num 840) 2023-10-14T00:12:48.704 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 21 v 1545 (ObjNum 951 snap 293 seq_num 951) dirty exists 2023-10-14T00:12:48.705 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 28 v 1937 (ObjNum 990 snap 311 seq_num 990) dirty exists 2023-10-14T00:12:48.705 INFO:tasks.rados.rados.0.smithi055.stdout:3249: finishing copy_from racing read to smithi055169533-23 2023-10-14T00:12:48.705 INFO:tasks.rados.rados.0.smithi055.stdout:3249: finishing copy_from to smithi055169533-23 2023-10-14T00:12:48.705 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 23 v 1126 (ObjNum 885 snap 267 seq_num 885) dirty exists 2023-10-14T00:12:48.706 INFO:tasks.rados.rados.0.smithi055.stdout:3246: done (6 left) 2023-10-14T00:12:48.706 INFO:tasks.rados.rados.0.smithi055.stdout:3247: done (5 left) 2023-10-14T00:12:48.706 INFO:tasks.rados.rados.0.smithi055.stdout:3248: done (4 left) 2023-10-14T00:12:48.706 INFO:tasks.rados.rados.0.smithi055.stdout:3249: done (3 left) 2023-10-14T00:12:48.706 INFO:tasks.rados.rados.0.smithi055.stdout:3250: done (2 left) 2023-10-14T00:12:48.707 INFO:tasks.rados.rados.0.smithi055.stdout:3253: delete oid 42 current snap is 318 2023-10-14T00:12:48.707 INFO:tasks.rados.rados.0.smithi055.stdout:3252: finishing rollback tid 1 to smithi055169533-49 2023-10-14T00:12:48.707 INFO:tasks.rados.rados.0.smithi055.stdout:3252: finishing rollback tid 2 to smithi055169533-49 2023-10-14T00:12:48.707 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 49 v 1943 (ObjNum 930 snap 288 seq_num 930) dirty exists 2023-10-14T00:12:48.707 INFO:tasks.rados.rados.0.smithi055.stdout:3251: finishing write tid 1 to smithi055169533-39 2023-10-14T00:12:48.708 INFO:tasks.rados.rados.0.smithi055.stdout:3251: finishing write tid 2 to smithi055169533-39 2023-10-14T00:12:48.708 INFO:tasks.rados.rados.0.smithi055.stdout:3251: finishing write tid 3 to smithi055169533-39 2023-10-14T00:12:48.708 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 39 v 2166 (ObjNum 1009 snap 318 seq_num 1009) dirty exists 2023-10-14T00:12:48.708 INFO:tasks.rados.rados.0.smithi055.stdout:3251: left oid 39 (ObjNum 1009 snap 318 seq_num 1009) 2023-10-14T00:12:48.709 INFO:tasks.rados.rados.0.smithi055.stdout:3251: done (2 left) 2023-10-14T00:12:48.709 INFO:tasks.rados.rados.0.smithi055.stdout:3252: done (1 left) 2023-10-14T00:12:48.709 INFO:tasks.rados.rados.0.smithi055.stdout:3253: done (0 left) 2023-10-14T00:12:48.709 INFO:tasks.rados.rados.0.smithi055.stdout:3254: copy_from oid 35 from oid 17 current snap is 318 2023-10-14T00:12:48.710 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 49 current snap is 318 2023-10-14T00:12:48.710 INFO:tasks.rados.rados.0.smithi055.stdout:3255: seq_num 1011 ranges {5619712=139264} 2023-10-14T00:12:48.739 INFO:tasks.rados.rados.0.smithi055.stdout:3255: writing smithi055169533-49 from 5619712 to 5758976 tid 1 2023-10-14T00:12:48.739 INFO:tasks.rados.rados.0.smithi055.stdout:3256: rollback oid 36 current snap is 318 2023-10-14T00:12:48.740 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 36 to 305 2023-10-14T00:12:48.740 INFO:tasks.rados.rados.0.smithi055.stdout:3254: finishing copy_from racing read to smithi055169533-35 2023-10-14T00:12:48.740 INFO:tasks.rados.rados.0.smithi055.stdout:3254: finishing copy_from to smithi055169533-35 2023-10-14T00:12:48.740 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 35 v 2094 (ObjNum 971 snap 302 seq_num 971) dirty exists 2023-10-14T00:12:48.740 INFO:tasks.rados.rados.0.smithi055.stdout:3254: done (2 left) 2023-10-14T00:12:48.741 INFO:tasks.rados.rados.0.smithi055.stdout:3257: rollback oid 31 current snap is 318 2023-10-14T00:12:48.741 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 31 to 300 2023-10-14T00:12:48.741 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 47 current snap is 318 2023-10-14T00:12:48.741 INFO:tasks.rados.rados.0.smithi055.stdout:3258: seq_num 1012 ranges {3751936=155648} 2023-10-14T00:12:48.761 INFO:tasks.rados.rados.0.smithi055.stdout:3258: writing smithi055169533-47 from 3751936 to 3907584 tid 1 2023-10-14T00:12:48.762 INFO:tasks.rados.rados.0.smithi055.stdout:3259: delete oid 25 current snap is 318 2023-10-14T00:12:48.762 INFO:tasks.rados.rados.0.smithi055.stdout:3255: finishing write tid 1 to smithi055169533-49 2023-10-14T00:12:48.762 INFO:tasks.rados.rados.0.smithi055.stdout:3255: finishing write tid 2 to smithi055169533-49 2023-10-14T00:12:48.762 INFO:tasks.rados.rados.0.smithi055.stdout:3257: finishing rollback tid 0 to smithi055169533-31 2023-10-14T00:12:48.762 INFO:tasks.rados.rados.0.smithi055.stdout:3256: finishing rollback tid 0 to smithi055169533-36 2023-10-14T00:12:48.763 INFO:tasks.rados.rados.0.smithi055.stdout:3257: finishing rollback tid 1 to smithi055169533-31 2023-10-14T00:12:48.763 INFO:tasks.rados.rados.0.smithi055.stdout:3256: finishing rollback tid 1 to smithi055169533-36 2023-10-14T00:12:48.763 INFO:tasks.rados.rados.0.smithi055.stdout:3257: finishing rollback tid 2 to smithi055169533-31 2023-10-14T00:12:48.763 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 31 v 2131 (ObjNum 946 snap 293 seq_num 946) dirty exists 2023-10-14T00:12:48.763 INFO:tasks.rados.rados.0.smithi055.stdout:3256: finishing rollback tid 2 to smithi055169533-36 2023-10-14T00:12:48.763 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 36 v 1763 (ObjNum 840 snap 258 seq_num 840) dirty exists 2023-10-14T00:12:48.764 INFO:tasks.rados.rados.0.smithi055.stdout:3255: finishing write tid 3 to smithi055169533-49 2023-10-14T00:12:48.764 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 49 v 1945 (ObjNum 1011 snap 318 seq_num 1011) dirty exists 2023-10-14T00:12:48.764 INFO:tasks.rados.rados.0.smithi055.stdout:3255: left oid 49 (ObjNum 1011 snap 318 seq_num 1011) 2023-10-14T00:12:48.765 INFO:tasks.rados.rados.0.smithi055.stdout:3255: done (4 left) 2023-10-14T00:12:48.765 INFO:tasks.rados.rados.0.smithi055.stdout:3256: done (3 left) 2023-10-14T00:12:48.765 INFO:tasks.rados.rados.0.smithi055.stdout:3257: done (2 left) 2023-10-14T00:12:48.765 INFO:tasks.rados.rados.0.smithi055.stdout:3259: done (1 left) 2023-10-14T00:12:48.765 INFO:tasks.rados.rados.0.smithi055.stdout:3260: read oid 16 snap -1 2023-10-14T00:12:48.765 INFO:tasks.rados.rados.0.smithi055.stdout:3260: expect deleted 2023-10-14T00:12:48.766 INFO:tasks.rados.rados.0.smithi055.stdout:3261: delete oid 30 current snap is 318 2023-10-14T00:12:48.766 INFO:tasks.rados.rados.0.smithi055.stdout:3258: finishing write tid 1 to smithi055169533-47 2023-10-14T00:12:48.767 INFO:tasks.rados.rados.0.smithi055.stdout:3258: finishing write tid 2 to smithi055169533-47 2023-10-14T00:12:48.767 INFO:tasks.rados.rados.0.smithi055.stdout:3260: done (2 left) 2023-10-14T00:12:48.767 INFO:tasks.rados.rados.0.smithi055.stdout:3261: done (1 left) 2023-10-14T00:12:48.768 INFO:tasks.rados.rados.0.smithi055.stdout:3262: copy_from oid 46 from oid 36 current snap is 318 2023-10-14T00:12:48.768 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 1 current snap is 318 2023-10-14T00:12:48.768 INFO:tasks.rados.rados.0.smithi055.stdout:3263: seq_num 1015 ranges {90112=204800} 2023-10-14T00:12:48.769 INFO:tasks.rados.rados.0.smithi055.stdout:3263: writing smithi055169533-1 from 90112 to 294912 tid 1 2023-10-14T00:12:48.769 INFO:tasks.rados.rados.0.smithi055.stdout:3264: read oid 50 snap -1 2023-10-14T00:12:48.770 INFO:tasks.rados.rados.0.smithi055.stdout:3264: expect (ObjNum 924 snap 285 seq_num 924) 2023-10-14T00:12:48.770 INFO:tasks.rados.rados.0.smithi055.stdout:3265: read oid 2 snap 315 2023-10-14T00:12:48.770 INFO:tasks.rados.rados.0.smithi055.stdout:3265: expect (ObjNum 988 snap 309 seq_num 988) 2023-10-14T00:12:48.770 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 30 current snap is 318 2023-10-14T00:12:48.770 INFO:tasks.rados.rados.0.smithi055.stdout:3258: finishing write tid 3 to smithi055169533-47 2023-10-14T00:12:48.770 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 47 v 1757 (ObjNum 1012 snap 318 seq_num 1012) dirty exists 2023-10-14T00:12:48.771 INFO:tasks.rados.rados.0.smithi055.stdout:3258: left oid 47 (ObjNum 1012 snap 318 seq_num 1012) 2023-10-14T00:12:48.771 INFO:tasks.rados.rados.0.smithi055.stdout:3266: seq_num 1016 ranges {0=221184} 2023-10-14T00:12:48.772 INFO:tasks.rados.rados.0.smithi055.stdout:3266: writing smithi055169533-30 from 0 to 221184 tid 1 2023-10-14T00:12:48.772 INFO:tasks.rados.rados.0.smithi055.stdout:3258: done (5 left) 2023-10-14T00:12:48.772 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 28 current snap is 318 2023-10-14T00:12:48.772 INFO:tasks.rados.rados.0.smithi055.stdout:3267: seq_num 1017 ranges {12107776=237568} 2023-10-14T00:12:48.840 INFO:tasks.rados.rados.0.smithi055.stdout:3267: writing smithi055169533-28 from 12107776 to 12345344 tid 1 2023-10-14T00:12:48.840 INFO:tasks.rados.rados.0.smithi055.stdout:3268: read oid 3 snap -1 2023-10-14T00:12:48.840 INFO:tasks.rados.rados.0.smithi055.stdout:3268: expect (ObjNum 991 snap 312 seq_num 991) 2023-10-14T00:12:48.841 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 41 current snap is 318 2023-10-14T00:12:48.841 INFO:tasks.rados.rados.0.smithi055.stdout:3263: finishing write tid 1 to smithi055169533-1 2023-10-14T00:12:48.841 INFO:tasks.rados.rados.0.smithi055.stdout:3269: seq_num 1018 ranges {3751936=253952} 2023-10-14T00:12:48.863 INFO:tasks.rados.rados.0.smithi055.stdout:3269: writing smithi055169533-41 from 3751936 to 4005888 tid 1 2023-10-14T00:12:48.863 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 17 current snap is 318 2023-10-14T00:12:48.863 INFO:tasks.rados.rados.0.smithi055.stdout:3263: finishing write tid 2 to smithi055169533-1 2023-10-14T00:12:48.863 INFO:tasks.rados.rados.0.smithi055.stdout:3266: finishing write tid 1 to smithi055169533-30 2023-10-14T00:12:48.864 INFO:tasks.rados.rados.0.smithi055.stdout:3270: seq_num 1019 ranges {1875968=270336} 2023-10-14T00:12:48.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:48 smithi082 ceph-mon[180771]: osdmap e701: 8 total, 8 up, 8 in 2023-10-14T00:12:48.876 INFO:tasks.rados.rados.0.smithi055.stdout:3270: writing smithi055169533-17 from 1875968 to 2146304 tid 1 2023-10-14T00:12:48.876 INFO:tasks.rados.rados.0.smithi055.stdout:3271: rollback oid 20 current snap is 318 2023-10-14T00:12:48.876 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 20 to 315 2023-10-14T00:12:48.876 INFO:tasks.rados.rados.0.smithi055.stdout:3266: finishing write tid 2 to smithi055169533-30 2023-10-14T00:12:48.877 INFO:tasks.rados.rados.0.smithi055.stdout:3263: finishing write tid 3 to smithi055169533-1 2023-10-14T00:12:48.877 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 1 v 1874 (ObjNum 1015 snap 318 seq_num 1015) dirty exists 2023-10-14T00:12:48.877 INFO:tasks.rados.rados.0.smithi055.stdout:3263: left oid 1 (ObjNum 1015 snap 318 seq_num 1015) 2023-10-14T00:12:48.877 INFO:tasks.rados.rados.0.smithi055.stdout:3262: finishing copy_from racing read to smithi055169533-46 2023-10-14T00:12:48.877 INFO:tasks.rados.rados.0.smithi055.stdout:3266: finishing write tid 3 to smithi055169533-30 2023-10-14T00:12:48.878 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 30 v 1659 (ObjNum 1016 snap 318 seq_num 1016) dirty exists 2023-10-14T00:12:48.878 INFO:tasks.rados.rados.0.smithi055.stdout:3266: left oid 30 (ObjNum 1016 snap 318 seq_num 1016) 2023-10-14T00:12:48.878 INFO:tasks.rados.rados.0.smithi055.stdout:3262: finishing copy_from to smithi055169533-46 2023-10-14T00:12:48.878 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 46 v 1763 (ObjNum 840 snap 258 seq_num 840) dirty exists 2023-10-14T00:12:48.878 INFO:tasks.rados.rados.0.smithi055.stdout:3264: expect (ObjNum 924 snap 285 seq_num 924) 2023-10-14T00:12:49.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:48 smithi055 ceph-mon[185614]: osdmap e701: 8 total, 8 up, 8 in 2023-10-14T00:12:49.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:48 smithi055 ceph-mon[183057]: osdmap e701: 8 total, 8 up, 8 in 2023-10-14T00:12:49.051 INFO:tasks.rados.rados.0.smithi055.stdout:3265: expect (ObjNum 988 snap 309 seq_num 988) 2023-10-14T00:12:49.638 INFO:tasks.rados.rados.0.smithi055.stdout:3267: finishing write tid 1 to smithi055169533-28 2023-10-14T00:12:49.638 INFO:tasks.rados.rados.0.smithi055.stdout:3267: finishing write tid 2 to smithi055169533-28 2023-10-14T00:12:49.638 INFO:tasks.rados.rados.0.smithi055.stdout:3267: finishing write tid 3 to smithi055169533-28 2023-10-14T00:12:49.638 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 28 v 1947 (ObjNum 1017 snap 318 seq_num 1017) dirty exists 2023-10-14T00:12:49.639 INFO:tasks.rados.rados.0.smithi055.stdout:3267: left oid 28 (ObjNum 1017 snap 318 seq_num 1017) 2023-10-14T00:12:49.639 INFO:tasks.rados.rados.0.smithi055.stdout:3268: expect (ObjNum 991 snap 312 seq_num 991) 2023-10-14T00:12:49.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:49 smithi082 ceph-mon[180771]: osdmap e702: 8 total, 8 up, 8 in 2023-10-14T00:12:49.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:49 smithi082 ceph-mon[180771]: pgmap v767: 121 pgs: 121 active+clean; 257 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 1.5 MiB/s rd, 5.1 MiB/s wr, 18 op/s 2023-10-14T00:12:49.884 INFO:tasks.rados.rados.0.smithi055.stdout:3269: finishing write tid 1 to smithi055169533-41 2023-10-14T00:12:49.884 INFO:tasks.rados.rados.0.smithi055.stdout:3269: finishing write tid 2 to smithi055169533-41 2023-10-14T00:12:49.884 INFO:tasks.rados.rados.0.smithi055.stdout:3262: done (9 left) 2023-10-14T00:12:49.884 INFO:tasks.rados.rados.0.smithi055.stdout:3263: done (8 left) 2023-10-14T00:12:49.884 INFO:tasks.rados.rados.0.smithi055.stdout:3264: done (7 left) 2023-10-14T00:12:49.884 INFO:tasks.rados.rados.0.smithi055.stdout:3265: done (6 left) 2023-10-14T00:12:49.885 INFO:tasks.rados.rados.0.smithi055.stdout:3266: done (5 left) 2023-10-14T00:12:49.885 INFO:tasks.rados.rados.0.smithi055.stdout:3267: done (4 left) 2023-10-14T00:12:49.885 INFO:tasks.rados.rados.0.smithi055.stdout:3268: done (3 left) 2023-10-14T00:12:49.885 INFO:tasks.rados.rados.0.smithi055.stdout:3272: delete oid 38 current snap is 318 2023-10-14T00:12:49.885 INFO:tasks.rados.rados.0.smithi055.stdout:3269: finishing write tid 3 to smithi055169533-41 2023-10-14T00:12:49.886 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 41 v 1547 (ObjNum 1018 snap 318 seq_num 1018) dirty exists 2023-10-14T00:12:49.886 INFO:tasks.rados.rados.0.smithi055.stdout:3269: left oid 41 (ObjNum 1018 snap 318 seq_num 1018) 2023-10-14T00:12:49.886 INFO:tasks.rados.rados.0.smithi055.stdout:3271: finishing rollback tid 1 to smithi055169533-20 2023-10-14T00:12:49.886 INFO:tasks.rados.rados.0.smithi055.stdout:3271: finishing rollback tid 2 to smithi055169533-20 2023-10-14T00:12:49.887 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 20 v 1132 (ObjNum 942 snap 292 seq_num 942) dirty exists 2023-10-14T00:12:49.887 INFO:tasks.rados.rados.0.smithi055.stdout:3270: finishing write tid 1 to smithi055169533-17 2023-10-14T00:12:49.887 INFO:tasks.rados.rados.0.smithi055.stdout:3270: finishing write tid 2 to smithi055169533-17 2023-10-14T00:12:49.887 INFO:tasks.rados.rados.0.smithi055.stdout:3270: finishing write tid 3 to smithi055169533-17 2023-10-14T00:12:49.887 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 17 v 2170 (ObjNum 1019 snap 318 seq_num 1019) dirty exists 2023-10-14T00:12:49.887 INFO:tasks.rados.rados.0.smithi055.stdout:3270: left oid 17 (ObjNum 1019 snap 318 seq_num 1019) 2023-10-14T00:12:49.888 INFO:tasks.rados.rados.0.smithi055.stdout:3269: done (3 left) 2023-10-14T00:12:49.889 INFO:tasks.rados.rados.0.smithi055.stdout:3270: done (2 left) 2023-10-14T00:12:49.889 INFO:tasks.rados.rados.0.smithi055.stdout:3271: done (1 left) 2023-10-14T00:12:49.889 INFO:tasks.rados.rados.0.smithi055.stdout:3272: done (0 left) 2023-10-14T00:12:49.889 INFO:tasks.rados.rados.0.smithi055.stdout:3273: delete oid 9 current snap is 318 2023-10-14T00:12:49.889 INFO:tasks.rados.rados.0.smithi055.stdout:3273: done (0 left) 2023-10-14T00:12:49.889 INFO:tasks.rados.rados.0.smithi055.stdout:3274: read oid 36 snap 315 2023-10-14T00:12:49.890 INFO:tasks.rados.rados.0.smithi055.stdout:3274: expect (ObjNum 840 snap 258 seq_num 840) 2023-10-14T00:12:49.890 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 41 current snap is 318 2023-10-14T00:12:49.890 INFO:tasks.rados.rados.0.smithi055.stdout:3275: seq_num 1022 ranges {4005888=319488} 2023-10-14T00:12:49.913 INFO:tasks.rados.rados.0.smithi055.stdout:3275: writing smithi055169533-41 from 4005888 to 4325376 tid 1 2023-10-14T00:12:49.913 INFO:tasks.rados.rados.0.smithi055.stdout:3276: snap_remove snap 313 2023-10-14T00:12:50.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:49 smithi055 ceph-mon[185614]: osdmap e702: 8 total, 8 up, 8 in 2023-10-14T00:12:50.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:49 smithi055 ceph-mon[185614]: pgmap v767: 121 pgs: 121 active+clean; 257 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 1.5 MiB/s rd, 5.1 MiB/s wr, 18 op/s 2023-10-14T00:12:50.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:49 smithi055 ceph-mon[183057]: osdmap e702: 8 total, 8 up, 8 in 2023-10-14T00:12:50.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:49 smithi055 ceph-mon[183057]: pgmap v767: 121 pgs: 121 active+clean; 257 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 1.5 MiB/s rd, 5.1 MiB/s wr, 18 op/s 2023-10-14T00:12:50.455 INFO:tasks.rados.rados.0.smithi055.stdout:3276: done (2 left) 2023-10-14T00:12:50.455 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 17 current snap is 318 2023-10-14T00:12:50.455 INFO:tasks.rados.rados.0.smithi055.stdout:3277: seq_num 1023 ranges {2146304=335872} 2023-10-14T00:12:50.470 INFO:tasks.rados.rados.0.smithi055.stdout:3277: writing smithi055169533-17 from 2146304 to 2482176 tid 1 2023-10-14T00:12:50.470 INFO:tasks.rados.rados.0.smithi055.stdout:3278: rollback oid 39 current snap is 318 2023-10-14T00:12:50.470 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 39 to 315 2023-10-14T00:12:50.471 INFO:tasks.rados.rados.0.smithi055.stdout:3279: snap_remove snap 308 2023-10-14T00:12:51.477 INFO:tasks.rados.rados.0.smithi055.stdout:3279: done (4 left) 2023-10-14T00:12:51.477 INFO:tasks.rados.rados.0.smithi055.stdout:3280: rmattr oid 45 current snap is 318 2023-10-14T00:12:51.487 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 13 current snap is 318 2023-10-14T00:12:51.487 INFO:tasks.rados.rados.0.smithi055.stdout:3281: seq_num 1024 ranges {2007040=352256} 2023-10-14T00:12:51.491 INFO:tasks.rados.rados.0.smithi055.stdout:3281: writing smithi055169533-13 from 2007040 to 2359296 tid 1 2023-10-14T00:12:51.491 INFO:tasks.rados.rados.0.smithi055.stdout:3282: snap_remove snap 309 2023-10-14T00:12:51.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:51 smithi055 ceph-mon[185614]: osdmap e703: 8 total, 8 up, 8 in 2023-10-14T00:12:51.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:51 smithi055 ceph-mon[185614]: pgmap v769: 121 pgs: 121 active+clean; 273 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 12 MiB/s rd, 7.0 MiB/s wr, 25 op/s 2023-10-14T00:12:51.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:51 smithi055 ceph-mon[183057]: osdmap e703: 8 total, 8 up, 8 in 2023-10-14T00:12:51.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:51 smithi055 ceph-mon[183057]: pgmap v769: 121 pgs: 121 active+clean; 273 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 12 MiB/s rd, 7.0 MiB/s wr, 25 op/s 2023-10-14T00:12:51.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:51 smithi082 ceph-mon[180771]: osdmap e703: 8 total, 8 up, 8 in 2023-10-14T00:12:51.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:51 smithi082 ceph-mon[180771]: pgmap v769: 121 pgs: 121 active+clean; 273 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 12 MiB/s rd, 7.0 MiB/s wr, 25 op/s 2023-10-14T00:12:52.493 INFO:tasks.rados.rados.0.smithi055.stdout:3282: done (6 left) 2023-10-14T00:12:52.494 INFO:tasks.rados.rados.0.smithi055.stdout:3283: copy_from oid 50 from oid 8 current snap is 318 2023-10-14T00:12:52.494 INFO:tasks.rados.rados.0.smithi055.stdout:3284: copy_from oid 5 from oid 28 current snap is 318 2023-10-14T00:12:52.494 INFO:tasks.rados.rados.0.smithi055.stdout:3274: expect (ObjNum 840 snap 258 seq_num 840) 2023-10-14T00:12:52.565 INFO:tasks.rados.rados.0.smithi055.stdout:3275: finishing write tid 1 to smithi055169533-41 2023-10-14T00:12:52.565 INFO:tasks.rados.rados.0.smithi055.stdout:3275: finishing write tid 2 to smithi055169533-41 2023-10-14T00:12:52.565 INFO:tasks.rados.rados.0.smithi055.stdout:3275: finishing write tid 3 to smithi055169533-41 2023-10-14T00:12:52.565 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 41 v 1549 (ObjNum 1022 snap 318 seq_num 1022) dirty exists 2023-10-14T00:12:52.566 INFO:tasks.rados.rados.0.smithi055.stdout:3275: left oid 41 (ObjNum 1022 snap 318 seq_num 1022) 2023-10-14T00:12:52.566 INFO:tasks.rados.rados.0.smithi055.stdout:3277: finishing write tid 1 to smithi055169533-17 2023-10-14T00:12:52.566 INFO:tasks.rados.rados.0.smithi055.stdout:3277: finishing write tid 2 to smithi055169533-17 2023-10-14T00:12:52.566 INFO:tasks.rados.rados.0.smithi055.stdout:3278: finishing rollback tid 0 to smithi055169533-39 2023-10-14T00:12:52.566 INFO:tasks.rados.rados.0.smithi055.stdout:3278: finishing rollback tid 1 to smithi055169533-39 2023-10-14T00:12:52.567 INFO:tasks.rados.rados.0.smithi055.stdout:3278: finishing rollback tid 2 to smithi055169533-39 2023-10-14T00:12:52.567 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 39 v 2181 (ObjNum 988 snap 309 seq_num 988) dirty exists 2023-10-14T00:12:52.567 INFO:tasks.rados.rados.0.smithi055.stdout:3277: finishing write tid 3 to smithi055169533-17 2023-10-14T00:12:52.567 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 17 v 2178 (ObjNum 1023 snap 318 seq_num 1023) dirty exists 2023-10-14T00:12:52.567 INFO:tasks.rados.rados.0.smithi055.stdout:3277: left oid 17 (ObjNum 1023 snap 318 seq_num 1023) 2023-10-14T00:12:52.568 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 45 v 1636 (ObjNum 999 snap 318 seq_num 999) dirty exists 2023-10-14T00:12:52.568 INFO:tasks.rados.rados.0.smithi055.stdout:3281: finishing write tid 1 to smithi055169533-13 2023-10-14T00:12:52.568 INFO:tasks.rados.rados.0.smithi055.stdout:3281: finishing write tid 2 to smithi055169533-13 2023-10-14T00:12:52.568 INFO:tasks.rados.rados.0.smithi055.stdout:3281: finishing write tid 3 to smithi055169533-13 2023-10-14T00:12:52.568 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 13 v 1876 (ObjNum 1024 snap 318 seq_num 1024) dirty exists 2023-10-14T00:12:52.568 INFO:tasks.rados.rados.0.smithi055.stdout:3281: left oid 13 (ObjNum 1024 snap 318 seq_num 1024) 2023-10-14T00:12:52.569 INFO:tasks.rados.rados.0.smithi055.stdout:3274: done (7 left) 2023-10-14T00:12:52.569 INFO:tasks.rados.rados.0.smithi055.stdout:3275: done (6 left) 2023-10-14T00:12:52.569 INFO:tasks.rados.rados.0.smithi055.stdout:3277: done (5 left) 2023-10-14T00:12:52.569 INFO:tasks.rados.rados.0.smithi055.stdout:3278: done (4 left) 2023-10-14T00:12:52.569 INFO:tasks.rados.rados.0.smithi055.stdout:3280: done (3 left) 2023-10-14T00:12:52.569 INFO:tasks.rados.rados.0.smithi055.stdout:3281: done (2 left) 2023-10-14T00:12:52.570 INFO:tasks.rados.rados.0.smithi055.stdout:3285: setattr oid 12 current snap is 318 2023-10-14T00:12:52.570 INFO:tasks.rados.rados.0.smithi055.stdout:3283: finishing copy_from racing read to smithi055169533-50 2023-10-14T00:12:52.570 INFO:tasks.rados.rados.0.smithi055.stdout:3283: finishing copy_from to smithi055169533-50 2023-10-14T00:12:52.570 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 50 v 1544 (ObjNum 942 snap 292 seq_num 942) dirty exists 2023-10-14T00:12:52.570 INFO:tasks.rados.rados.0.smithi055.stdout:3284: finishing copy_from racing read to smithi055169533-5 2023-10-14T00:12:52.571 INFO:tasks.rados.rados.0.smithi055.stdout:3284: finishing copy_from to smithi055169533-5 2023-10-14T00:12:52.571 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 5 v 1947 (ObjNum 1017 snap 318 seq_num 1017) dirty exists 2023-10-14T00:12:52.571 INFO:tasks.rados.rados.0.smithi055.stdout:3283: done (2 left) 2023-10-14T00:12:52.571 INFO:tasks.rados.rados.0.smithi055.stdout:3284: done (1 left) 2023-10-14T00:12:52.572 INFO:tasks.rados.rados.0.smithi055.stdout:3286: delete oid 7 current snap is 318 2023-10-14T00:12:52.572 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 12 v 1758 (ObjNum 1005 snap 318 seq_num 1005) dirty exists 2023-10-14T00:12:52.573 INFO:tasks.rados.rados.0.smithi055.stdout:3285: done (1 left) 2023-10-14T00:12:52.573 INFO:tasks.rados.rados.0.smithi055.stdout:3286: done (0 left) 2023-10-14T00:12:52.573 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 30 current snap is 318 2023-10-14T00:12:52.573 INFO:tasks.rados.rados.0.smithi055.stdout:3287: seq_num 1026 ranges {221184=385024} 2023-10-14T00:12:52.574 INFO:tasks.rados.rados.0.smithi055.stdout:3287: writing smithi055169533-30 from 221184 to 606208 tid 1 2023-10-14T00:12:52.574 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 7 current snap is 318 2023-10-14T00:12:52.574 INFO:tasks.rados.rados.0.smithi055.stdout:3288: seq_num 1027 ranges {0=409600} 2023-10-14T00:12:52.575 INFO:tasks.rados.rados.0.smithi055.stdout:3288: writing smithi055169533-7 from 0 to 409600 tid 1 2023-10-14T00:12:52.575 INFO:tasks.rados.rados.0.smithi055.stdout:3289: setattr oid 36 current snap is 318 2023-10-14T00:12:52.577 INFO:tasks.rados.rados.0.smithi055.stdout:3288: finishing write tid 1 to smithi055169533-7 2023-10-14T00:12:52.577 INFO:tasks.rados.rados.0.smithi055.stdout:3287: finishing write tid 1 to smithi055169533-30 2023-10-14T00:12:52.578 INFO:tasks.rados.rados.0.smithi055.stdout:3288: finishing write tid 2 to smithi055169533-7 2023-10-14T00:12:52.578 INFO:tasks.rados.rados.0.smithi055.stdout:3287: finishing write tid 2 to smithi055169533-30 2023-10-14T00:12:52.579 INFO:tasks.rados.rados.0.smithi055.stdout:3288: finishing write tid 3 to smithi055169533-7 2023-10-14T00:12:52.579 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 7 v 1639 (ObjNum 1027 snap 318 seq_num 1027) dirty exists 2023-10-14T00:12:52.579 INFO:tasks.rados.rados.0.smithi055.stdout:3288: left oid 7 (ObjNum 1027 snap 318 seq_num 1027) 2023-10-14T00:12:52.579 INFO:tasks.rados.rados.0.smithi055.stdout:3287: finishing write tid 3 to smithi055169533-30 2023-10-14T00:12:52.580 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 30 v 1661 (ObjNum 1026 snap 318 seq_num 1026) dirty exists 2023-10-14T00:12:52.580 INFO:tasks.rados.rados.0.smithi055.stdout:3287: left oid 30 (ObjNum 1026 snap 318 seq_num 1026) 2023-10-14T00:12:52.580 INFO:tasks.rados.rados.0.smithi055.stdout:3287: done (2 left) 2023-10-14T00:12:52.581 INFO:tasks.rados.rados.0.smithi055.stdout:3288: done (1 left) 2023-10-14T00:12:52.581 INFO:tasks.rados.rados.0.smithi055.stdout:3290: rollback oid 12 current snap is 318 2023-10-14T00:12:52.581 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 12 to 315 2023-10-14T00:12:52.581 INFO:tasks.rados.rados.0.smithi055.stdout:3291: setattr oid 43 current snap is 318 2023-10-14T00:12:52.583 INFO:tasks.rados.rados.0.smithi055.stdout:3290: finishing rollback tid 0 to smithi055169533-12 2023-10-14T00:12:52.583 INFO:tasks.rados.rados.0.smithi055.stdout:3290: finishing rollback tid 1 to smithi055169533-12 2023-10-14T00:12:52.583 INFO:tasks.rados.rados.0.smithi055.stdout:3290: finishing rollback tid 2 to smithi055169533-12 2023-10-14T00:12:52.584 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 12 v 1761 (ObjNum 949 snap 293 seq_num 949) dirty exists 2023-10-14T00:12:52.584 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 36 v 1765 (ObjNum 840 snap 258 seq_num 840) dirty exists 2023-10-14T00:12:52.586 INFO:tasks.rados.rados.0.smithi055.stdout:3289: done (2 left) 2023-10-14T00:12:52.586 INFO:tasks.rados.rados.0.smithi055.stdout:3290: done (1 left) 2023-10-14T00:12:52.586 INFO:tasks.rados.rados.0.smithi055.stdout:3292: snap_create 2023-10-14T00:12:52.589 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 43 v 1640 (ObjNum 129 snap 0 seq_num 1529612576) dirty exists 2023-10-14T00:12:52.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:52 smithi055 ceph-mon[185614]: osdmap e704: 8 total, 8 up, 8 in 2023-10-14T00:12:52.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:52 smithi055 ceph-mon[183057]: osdmap e704: 8 total, 8 up, 8 in 2023-10-14T00:12:52.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:52 smithi082 ceph-mon[180771]: osdmap e704: 8 total, 8 up, 8 in 2023-10-14T00:12:53.502 INFO:tasks.rados.rados.0.smithi055.stdout:3291: done (1 left) 2023-10-14T00:12:53.503 INFO:tasks.rados.rados.0.smithi055.stdout:3292: done (0 left) 2023-10-14T00:12:53.503 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 45 current snap is 319 2023-10-14T00:12:53.503 INFO:tasks.rados.rados.0.smithi055.stdout:3293: seq_num 1028 ranges {3907584=425984} 2023-10-14T00:12:53.527 INFO:tasks.rados.rados.0.smithi055.stdout:3293: writing smithi055169533-45 from 3907584 to 4333568 tid 1 2023-10-14T00:12:53.527 INFO:tasks.rados.rados.0.smithi055.stdout:3294: read oid 41 snap 305 2023-10-14T00:12:53.527 INFO:tasks.rados.rados.0.smithi055.stdout:3294: expect (ObjNum 959 snap 297 seq_num 959) 2023-10-14T00:12:53.527 INFO:tasks.rados.rados.0.smithi055.stdout:3295: rmattr oid 44 current snap is 319 2023-10-14T00:12:53.528 INFO:tasks.rados.rados.0.smithi055.stdout:3295: done (2 left) 2023-10-14T00:12:53.528 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 28 current snap is 319 2023-10-14T00:12:53.528 INFO:tasks.rados.rados.0.smithi055.stdout:3296: seq_num 1029 ranges {12345344=442368} 2023-10-14T00:12:53.599 INFO:tasks.rados.rados.0.smithi055.stdout:3296: writing smithi055169533-28 from 12345344 to 12787712 tid 1 2023-10-14T00:12:53.600 INFO:tasks.rados.rados.0.smithi055.stdout:3297: snap_create 2023-10-14T00:12:53.600 INFO:tasks.rados.rados.0.smithi055.stdout:3293: finishing write tid 1 to smithi055169533-45 2023-10-14T00:12:53.600 INFO:tasks.rados.rados.0.smithi055.stdout:3293: finishing write tid 2 to smithi055169533-45 2023-10-14T00:12:53.600 INFO:tasks.rados.rados.0.smithi055.stdout:3293: finishing write tid 3 to smithi055169533-45 2023-10-14T00:12:53.601 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 45 v 1642 (ObjNum 1028 snap 319 seq_num 1028) dirty exists 2023-10-14T00:12:53.601 INFO:tasks.rados.rados.0.smithi055.stdout:3293: left oid 45 (ObjNum 1028 snap 319 seq_num 1028) 2023-10-14T00:12:53.601 INFO:tasks.rados.rados.0.smithi055.stdout:3294: expect (ObjNum 959 snap 297 seq_num 959) 2023-10-14T00:12:53.740 INFO:tasks.rados.rados.0.smithi055.stdout:3296: finishing write tid 1 to smithi055169533-28 2023-10-14T00:12:53.740 INFO:tasks.rados.rados.0.smithi055.stdout:3296: finishing write tid 2 to smithi055169533-28 2023-10-14T00:12:53.740 INFO:tasks.rados.rados.0.smithi055.stdout:3296: finishing write tid 3 to smithi055169533-28 2023-10-14T00:12:53.741 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 28 v 1966 (ObjNum 1029 snap 319 seq_num 1029) dirty exists 2023-10-14T00:12:53.741 INFO:tasks.rados.rados.0.smithi055.stdout:3296: left oid 28 (ObjNum 1029 snap 319 seq_num 1029) 2023-10-14T00:12:53.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:53 smithi055 ceph-mon[185614]: osdmap e705: 8 total, 8 up, 8 in 2023-10-14T00:12:53.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:53 smithi055 ceph-mon[185614]: pgmap v772: 121 pgs: 121 active+clean; 274 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 19 MiB/s rd, 7.0 MiB/s wr, 27 op/s 2023-10-14T00:12:53.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:53 smithi055 ceph-mon[183057]: osdmap e705: 8 total, 8 up, 8 in 2023-10-14T00:12:53.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:53 smithi055 ceph-mon[183057]: pgmap v772: 121 pgs: 121 active+clean; 274 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 19 MiB/s rd, 7.0 MiB/s wr, 27 op/s 2023-10-14T00:12:53.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:53 smithi082 ceph-mon[180771]: osdmap e705: 8 total, 8 up, 8 in 2023-10-14T00:12:53.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:53 smithi082 ceph-mon[180771]: pgmap v772: 121 pgs: 121 active+clean; 274 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 19 MiB/s rd, 7.0 MiB/s wr, 27 op/s 2023-10-14T00:12:54.533 INFO:tasks.rados.rados.0.smithi055.stdout:3293: done (3 left) 2023-10-14T00:12:54.534 INFO:tasks.rados.rados.0.smithi055.stdout:3294: done (2 left) 2023-10-14T00:12:54.534 INFO:tasks.rados.rados.0.smithi055.stdout:3296: done (1 left) 2023-10-14T00:12:54.534 INFO:tasks.rados.rados.0.smithi055.stdout:3297: done (0 left) 2023-10-14T00:12:54.534 INFO:tasks.rados.rados.0.smithi055.stdout:3298: delete oid 25 current snap is 320 2023-10-14T00:12:54.541 INFO:tasks.rados.rados.0.smithi055.stdout:3298: done (0 left) 2023-10-14T00:12:54.542 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 45 current snap is 320 2023-10-14T00:12:54.542 INFO:tasks.rados.rados.0.smithi055.stdout:3299: seq_num 1031 ranges {4333568=475136} 2023-10-14T00:12:54.569 INFO:tasks.rados.rados.0.smithi055.stdout:3299: writing smithi055169533-45 from 4333568 to 4808704 tid 1 2023-10-14T00:12:54.569 INFO:tasks.rados.rados.0.smithi055.stdout:3300: read oid 17 snap -1 2023-10-14T00:12:54.569 INFO:tasks.rados.rados.0.smithi055.stdout:3300: expect (ObjNum 1023 snap 318 seq_num 1023) 2023-10-14T00:12:54.569 INFO:tasks.rados.rados.0.smithi055.stdout:3301: delete oid 32 current snap is 320 2023-10-14T00:12:54.571 INFO:tasks.rados.rados.0.smithi055.stdout:3301: done (2 left) 2023-10-14T00:12:54.571 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 1 current snap is 320 2023-10-14T00:12:54.571 INFO:tasks.rados.rados.0.smithi055.stdout:3302: seq_num 1033 ranges {294912=507904} 2023-10-14T00:12:54.575 INFO:tasks.rados.rados.0.smithi055.stdout:3302: writing smithi055169533-1 from 294912 to 802816 tid 1 2023-10-14T00:12:54.576 INFO:tasks.rados.rados.0.smithi055.stdout:3303: snap_create 2023-10-14T00:12:54.576 INFO:tasks.rados.rados.0.smithi055.stdout:3299: finishing write tid 1 to smithi055169533-45 2023-10-14T00:12:54.578 INFO:tasks.rados.rados.0.smithi055.stdout:3299: finishing write tid 2 to smithi055169533-45 2023-10-14T00:12:54.580 INFO:tasks.rados.rados.0.smithi055.stdout:3302: finishing write tid 1 to smithi055169533-1 2023-10-14T00:12:54.581 INFO:tasks.rados.rados.0.smithi055.stdout:3302: finishing write tid 2 to smithi055169533-1 2023-10-14T00:12:54.581 INFO:tasks.rados.rados.0.smithi055.stdout:3299: finishing write tid 3 to smithi055169533-45 2023-10-14T00:12:54.581 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 45 v 1644 (ObjNum 1031 snap 320 seq_num 1031) dirty exists 2023-10-14T00:12:54.581 INFO:tasks.rados.rados.0.smithi055.stdout:3299: left oid 45 (ObjNum 1031 snap 320 seq_num 1031) 2023-10-14T00:12:54.582 INFO:tasks.rados.rados.0.smithi055.stdout:3302: finishing write tid 3 to smithi055169533-1 2023-10-14T00:12:54.582 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 1 v 1878 (ObjNum 1033 snap 320 seq_num 1033) dirty exists 2023-10-14T00:12:54.583 INFO:tasks.rados.rados.0.smithi055.stdout:3302: left oid 1 (ObjNum 1033 snap 320 seq_num 1033) 2023-10-14T00:12:54.585 INFO:tasks.rados.rados.0.smithi055.stdout:3300: expect (ObjNum 1023 snap 318 seq_num 1023) 2023-10-14T00:12:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:54 smithi055 ceph-mon[183057]: osdmap e706: 8 total, 8 up, 8 in 2023-10-14T00:12:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:12:54.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:54 smithi055 ceph-mon[185614]: osdmap e706: 8 total, 8 up, 8 in 2023-10-14T00:12:54.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:12:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:54 smithi082 ceph-mon[180771]: osdmap e706: 8 total, 8 up, 8 in 2023-10-14T00:12:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:12:55.455 INFO:tasks.rados.rados.0.smithi055.stdout:3299: done (3 left) 2023-10-14T00:12:55.455 INFO:tasks.rados.rados.0.smithi055.stdout:3300: done (2 left) 2023-10-14T00:12:55.456 INFO:tasks.rados.rados.0.smithi055.stdout:3302: done (1 left) 2023-10-14T00:12:55.456 INFO:tasks.rados.rados.0.smithi055.stdout:3303: done (0 left) 2023-10-14T00:12:55.456 INFO:tasks.rados.rados.0.smithi055.stdout:3304: delete oid 26 current snap is 321 2023-10-14T00:12:55.465 INFO:tasks.rados.rados.0.smithi055.stdout:3304: done (0 left) 2023-10-14T00:12:55.465 INFO:tasks.rados.rados.0.smithi055.stdout:3305: copy_from oid 40 from oid 42 current snap is 321 2023-10-14T00:12:55.466 INFO:tasks.rados.rados.0.smithi055.stdout:3306: rmattr oid 28 current snap is 321 2023-10-14T00:12:55.466 INFO:tasks.rados.rados.0.smithi055.stdout:3307: delete oid 50 current snap is 321 2023-10-14T00:12:55.471 INFO:tasks.rados.rados.0.smithi055.stdout:3305: finishing copy_from to smithi055169533-40 2023-10-14T00:12:55.471 INFO:tasks.rados.rados.0.smithi055.stdout:3305: got expected ENOENT (src dne) 2023-10-14T00:12:55.471 INFO:tasks.rados.rados.0.smithi055.stdout:3305: finishing copy_from racing read to smithi055169533-40 2023-10-14T00:12:55.471 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 28 v 1968 (ObjNum 1029 snap 319 seq_num 1029) dirty exists 2023-10-14T00:12:55.474 INFO:tasks.rados.rados.0.smithi055.stdout:3305: done (2 left) 2023-10-14T00:12:55.474 INFO:tasks.rados.rados.0.smithi055.stdout:3306: done (1 left) 2023-10-14T00:12:55.474 INFO:tasks.rados.rados.0.smithi055.stdout:3307: done (0 left) 2023-10-14T00:12:55.475 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 27 current snap is 321 2023-10-14T00:12:55.475 INFO:tasks.rados.rados.0.smithi055.stdout:3308: seq_num 1036 ranges {65536=557056} 2023-10-14T00:12:55.478 INFO:tasks.rados.rados.0.smithi055.stdout:3308: writing smithi055169533-27 from 65536 to 622592 tid 1 2023-10-14T00:12:55.478 INFO:tasks.rados.rados.0.smithi055.stdout:3309: read oid 46 snap -1 2023-10-14T00:12:55.479 INFO:tasks.rados.rados.0.smithi055.stdout:3309: expect (ObjNum 840 snap 258 seq_num 840) 2023-10-14T00:12:55.479 INFO:tasks.rados.rados.0.smithi055.stdout:3310: copy_from oid 6 from oid 31 current snap is 321 2023-10-14T00:12:55.479 INFO:tasks.rados.rados.0.smithi055.stdout:3311: read oid 50 snap -1 2023-10-14T00:12:55.480 INFO:tasks.rados.rados.0.smithi055.stdout:3311: expect deleted 2023-10-14T00:12:55.480 INFO:tasks.rados.rados.0.smithi055.stdout:3312: rollback oid 45 current snap is 321 2023-10-14T00:12:55.480 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 45 to 306 2023-10-14T00:12:55.480 INFO:tasks.rados.rados.0.smithi055.stdout:3313: setattr oid 20 current snap is 321 2023-10-14T00:12:55.481 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 24 current snap is 321 2023-10-14T00:12:55.481 INFO:tasks.rados.rados.0.smithi055.stdout:3314: seq_num 1037 ranges {7626752=573440} 2023-10-14T00:12:55.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:12:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:12:55] "GET /metrics HTTP/1.1" 200 36157 "" "Prometheus/2.43.0" 2023-10-14T00:12:55.528 INFO:tasks.rados.rados.0.smithi055.stdout:3314: writing smithi055169533-24 from 7626752 to 8200192 tid 1 2023-10-14T00:12:55.528 INFO:tasks.rados.rados.0.smithi055.stdout:3315: read oid 7 snap -1 2023-10-14T00:12:55.528 INFO:tasks.rados.rados.0.smithi055.stdout:3315: expect (ObjNum 1027 snap 318 seq_num 1027) 2023-10-14T00:12:55.528 INFO:tasks.rados.rados.0.smithi055.stdout:3316: copy_from oid 25 from oid 23 current snap is 321 2023-10-14T00:12:55.529 INFO:tasks.rados.rados.0.smithi055.stdout:3312: finishing rollback tid 0 to smithi055169533-45 2023-10-14T00:12:55.529 INFO:tasks.rados.rados.0.smithi055.stdout:3308: finishing write tid 1 to smithi055169533-27 2023-10-14T00:12:55.529 INFO:tasks.rados.rados.0.smithi055.stdout:3312: finishing rollback tid 1 to smithi055169533-45 2023-10-14T00:12:55.529 INFO:tasks.rados.rados.0.smithi055.stdout:3311: done (8 left) 2023-10-14T00:12:55.529 INFO:tasks.rados.rados.0.smithi055.stdout:3317: read oid 2 snap -1 2023-10-14T00:12:55.530 INFO:tasks.rados.rados.0.smithi055.stdout:3317: expect (ObjNum 988 snap 309 seq_num 988) 2023-10-14T00:12:55.530 INFO:tasks.rados.rados.0.smithi055.stdout:3318: read oid 38 snap 320 2023-10-14T00:12:55.530 INFO:tasks.rados.rados.0.smithi055.stdout:3318: expect deleted 2023-10-14T00:12:55.530 INFO:tasks.rados.rados.0.smithi055.stdout:3319: copy_from oid 40 from oid 41 current snap is 321 2023-10-14T00:12:55.530 INFO:tasks.rados.rados.0.smithi055.stdout:3320: rollback oid 15 current snap is 321 2023-10-14T00:12:55.531 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 15 to 305 2023-10-14T00:12:55.531 INFO:tasks.rados.rados.0.smithi055.stdout:3321: read oid 44 snap -1 2023-10-14T00:12:55.531 INFO:tasks.rados.rados.0.smithi055.stdout:3321: expect deleted 2023-10-14T00:12:55.531 INFO:tasks.rados.rados.0.smithi055.stdout:3322: read oid 32 snap -1 2023-10-14T00:12:55.531 INFO:tasks.rados.rados.0.smithi055.stdout:3322: expect deleted 2023-10-14T00:12:55.532 INFO:tasks.rados.rados.0.smithi055.stdout:3323: read oid 42 snap -1 2023-10-14T00:12:55.532 INFO:tasks.rados.rados.0.smithi055.stdout:3323: expect deleted 2023-10-14T00:12:55.532 INFO:tasks.rados.rados.0.smithi055.stdout:3324: read oid 29 snap -1 2023-10-14T00:12:55.532 INFO:tasks.rados.rados.0.smithi055.stdout:3324: expect (ObjNum 867 snap 264 seq_num 867) 2023-10-14T00:12:55.532 INFO:tasks.rados.rados.0.smithi055.stdout: waiting on 16 2023-10-14T00:12:55.533 INFO:tasks.rados.rados.0.smithi055.stdout:3312: finishing rollback tid 2 to smithi055169533-45 2023-10-14T00:12:55.533 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 45 v 1647 (ObjNum 904 snap 275 seq_num 904) dirty exists 2023-10-14T00:12:55.533 INFO:tasks.rados.rados.0.smithi055.stdout:3308: finishing write tid 2 to smithi055169533-27 2023-10-14T00:12:55.533 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 20 v 1133 (ObjNum 942 snap 292 seq_num 942) dirty exists 2023-10-14T00:12:55.533 INFO:tasks.rados.rados.0.smithi055.stdout:3309: expect (ObjNum 840 snap 258 seq_num 840) 2023-10-14T00:12:55.604 INFO:tasks.rados.rados.0.smithi055.stdout:3308: finishing write tid 3 to smithi055169533-27 2023-10-14T00:12:55.605 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 27 v 2200 (ObjNum 1036 snap 321 seq_num 1036) dirty exists 2023-10-14T00:12:55.605 INFO:tasks.rados.rados.0.smithi055.stdout:3308: left oid 27 (ObjNum 1036 snap 321 seq_num 1036) 2023-10-14T00:12:55.605 INFO:tasks.rados.rados.0.smithi055.stdout:3310: finishing copy_from racing read to smithi055169533-6 2023-10-14T00:12:55.606 INFO:tasks.rados.rados.0.smithi055.stdout:3310: finishing copy_from to smithi055169533-6 2023-10-14T00:12:55.606 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 6 v 2131 (ObjNum 946 snap 293 seq_num 946) dirty exists 2023-10-14T00:12:55.606 INFO:tasks.rados.rados.0.smithi055.stdout:3315: expect (ObjNum 1027 snap 318 seq_num 1027) 2023-10-14T00:12:55.616 INFO:tasks.rados.rados.0.smithi055.stdout:3320: finishing rollback tid 0 to smithi055169533-15 2023-10-14T00:12:55.616 INFO:tasks.rados.rados.0.smithi055.stdout:3314: finishing write tid 1 to smithi055169533-24 2023-10-14T00:12:55.616 INFO:tasks.rados.rados.0.smithi055.stdout:3314: finishing write tid 2 to smithi055169533-24 2023-10-14T00:12:55.616 INFO:tasks.rados.rados.0.smithi055.stdout:3314: finishing write tid 3 to smithi055169533-24 2023-10-14T00:12:55.617 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 24 v 2133 (ObjNum 1037 snap 321 seq_num 1037) dirty exists 2023-10-14T00:12:55.617 INFO:tasks.rados.rados.0.smithi055.stdout:3314: left oid 24 (ObjNum 1037 snap 321 seq_num 1037) 2023-10-14T00:12:55.617 INFO:tasks.rados.rados.0.smithi055.stdout:3320: finishing rollback tid 1 to smithi055169533-15 2023-10-14T00:12:55.617 INFO:tasks.rados.rados.0.smithi055.stdout:3320: finishing rollback tid 2 to smithi055169533-15 2023-10-14T00:12:55.617 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 15 v 1972 (ObjNum 967 snap 300 seq_num 967) dirty exists 2023-10-14T00:12:55.618 INFO:tasks.rados.rados.0.smithi055.stdout:3319: finishing copy_from racing read to smithi055169533-40 2023-10-14T00:12:55.618 INFO:tasks.rados.rados.0.smithi055.stdout:3308: done (15 left) 2023-10-14T00:12:55.618 INFO:tasks.rados.rados.0.smithi055.stdout:3309: done (14 left) 2023-10-14T00:12:55.618 INFO:tasks.rados.rados.0.smithi055.stdout:3310: done (13 left) 2023-10-14T00:12:55.618 INFO:tasks.rados.rados.0.smithi055.stdout:3312: done (12 left) 2023-10-14T00:12:55.619 INFO:tasks.rados.rados.0.smithi055.stdout:3313: done (11 left) 2023-10-14T00:12:55.619 INFO:tasks.rados.rados.0.smithi055.stdout:3314: done (10 left) 2023-10-14T00:12:55.619 INFO:tasks.rados.rados.0.smithi055.stdout:3315: done (9 left) 2023-10-14T00:12:55.619 INFO:tasks.rados.rados.0.smithi055.stdout:3318: done (8 left) 2023-10-14T00:12:55.619 INFO:tasks.rados.rados.0.smithi055.stdout:3320: done (7 left) 2023-10-14T00:12:55.620 INFO:tasks.rados.rados.0.smithi055.stdout:3321: done (6 left) 2023-10-14T00:12:55.620 INFO:tasks.rados.rados.0.smithi055.stdout:3322: done (5 left) 2023-10-14T00:12:55.620 INFO:tasks.rados.rados.0.smithi055.stdout:3323: done (4 left) 2023-10-14T00:12:55.620 INFO:tasks.rados.rados.0.smithi055.stdout:3325: rmattr oid 34 current snap is 321 2023-10-14T00:12:55.620 INFO:tasks.rados.rados.0.smithi055.stdout:3319: finishing copy_from to smithi055169533-40 2023-10-14T00:12:55.621 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 40 v 1549 (ObjNum 1022 snap 318 seq_num 1022) dirty exists 2023-10-14T00:12:55.621 INFO:tasks.rados.rados.0.smithi055.stdout:3316: finishing copy_from racing read to smithi055169533-25 2023-10-14T00:12:55.621 INFO:tasks.rados.rados.0.smithi055.stdout:3324: expect (ObjNum 867 snap 264 seq_num 867) 2023-10-14T00:12:55.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:55 smithi082 ceph-mon[180771]: osdmap e707: 8 total, 8 up, 8 in 2023-10-14T00:12:55.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:55 smithi082 ceph-mon[180771]: pgmap v775: 121 pgs: 121 active+clean; 276 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 15 MiB/s rd, 1.1 MiB/s wr, 27 op/s 2023-10-14T00:12:55.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:55 smithi082 ceph-mon[180771]: osdmap e708: 8 total, 8 up, 8 in 2023-10-14T00:12:56.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:55 smithi055 ceph-mon[185614]: osdmap e707: 8 total, 8 up, 8 in 2023-10-14T00:12:56.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:55 smithi055 ceph-mon[185614]: pgmap v775: 121 pgs: 121 active+clean; 276 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 15 MiB/s rd, 1.1 MiB/s wr, 27 op/s 2023-10-14T00:12:56.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:55 smithi055 ceph-mon[185614]: osdmap e708: 8 total, 8 up, 8 in 2023-10-14T00:12:56.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:55 smithi055 ceph-mon[183057]: osdmap e707: 8 total, 8 up, 8 in 2023-10-14T00:12:56.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:55 smithi055 ceph-mon[183057]: pgmap v775: 121 pgs: 121 active+clean; 276 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 15 MiB/s rd, 1.1 MiB/s wr, 27 op/s 2023-10-14T00:12:56.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:55 smithi055 ceph-mon[183057]: osdmap e708: 8 total, 8 up, 8 in 2023-10-14T00:12:56.389 INFO:tasks.rados.rados.0.smithi055.stdout:3316: finishing copy_from to smithi055169533-25 2023-10-14T00:12:56.390 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 25 v 1126 (ObjNum 885 snap 267 seq_num 885) dirty exists 2023-10-14T00:12:56.390 INFO:tasks.rados.rados.0.smithi055.stdout:3317: expect (ObjNum 988 snap 309 seq_num 988) 2023-10-14T00:12:56.974 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 34 v 1883 (ObjNum 972 snap 303 seq_num 972) dirty exists 2023-10-14T00:12:56.974 INFO:tasks.rados.rados.0.smithi055.stdout:3316: done (4 left) 2023-10-14T00:12:56.975 INFO:tasks.rados.rados.0.smithi055.stdout:3317: done (3 left) 2023-10-14T00:12:56.975 INFO:tasks.rados.rados.0.smithi055.stdout:3319: done (2 left) 2023-10-14T00:12:56.975 INFO:tasks.rados.rados.0.smithi055.stdout:3324: done (1 left) 2023-10-14T00:12:56.975 INFO:tasks.rados.rados.0.smithi055.stdout:3325: done (0 left) 2023-10-14T00:12:56.975 INFO:tasks.rados.rados.0.smithi055.stdout:3326: delete oid 11 current snap is 321 2023-10-14T00:12:56.976 INFO:tasks.rados.rados.0.smithi055.stdout:3326: done (0 left) 2023-10-14T00:12:56.977 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 11 current snap is 321 2023-10-14T00:12:56.977 INFO:tasks.rados.rados.0.smithi055.stdout:3327: seq_num 1039 ranges {0=606208} 2023-10-14T00:12:56.980 INFO:tasks.rados.rados.0.smithi055.stdout:3327: writing smithi055169533-11 from 0 to 606208 tid 1 2023-10-14T00:12:56.980 INFO:tasks.rados.rados.0.smithi055.stdout:3328: read oid 25 snap -1 2023-10-14T00:12:56.981 INFO:tasks.rados.rados.0.smithi055.stdout:3328: expect (ObjNum 885 snap 267 seq_num 885) 2023-10-14T00:12:56.981 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 24 current snap is 321 2023-10-14T00:12:56.981 INFO:tasks.rados.rados.0.smithi055.stdout:3329: seq_num 1040 ranges {8200192=622592} 2023-10-14T00:12:57.030 INFO:tasks.rados.rados.0.smithi055.stdout:3329: writing smithi055169533-24 from 8200192 to 8822784 tid 1 2023-10-14T00:12:57.031 INFO:tasks.rados.rados.0.smithi055.stdout:3330: delete oid 45 current snap is 321 2023-10-14T00:12:57.031 INFO:tasks.rados.rados.0.smithi055.stdout:3327: finishing write tid 1 to smithi055169533-11 2023-10-14T00:12:57.031 INFO:tasks.rados.rados.0.smithi055.stdout:3327: finishing write tid 2 to smithi055169533-11 2023-10-14T00:12:57.031 INFO:tasks.rados.rados.0.smithi055.stdout:3327: finishing write tid 3 to smithi055169533-11 2023-10-14T00:12:57.032 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 11 v 1136 (ObjNum 1039 snap 321 seq_num 1039) dirty exists 2023-10-14T00:12:57.032 INFO:tasks.rados.rados.0.smithi055.stdout:3327: left oid 11 (ObjNum 1039 snap 321 seq_num 1039) 2023-10-14T00:12:57.032 INFO:tasks.rados.rados.0.smithi055.stdout:3328: expect (ObjNum 885 snap 267 seq_num 885) 2023-10-14T00:12:57.595 INFO:tasks.rados.rados.0.smithi055.stdout:3329: finishing write tid 1 to smithi055169533-24 2023-10-14T00:12:57.595 INFO:tasks.rados.rados.0.smithi055.stdout:3329: finishing write tid 2 to smithi055169533-24 2023-10-14T00:12:57.596 INFO:tasks.rados.rados.0.smithi055.stdout:3329: finishing write tid 3 to smithi055169533-24 2023-10-14T00:12:57.596 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 24 v 2135 (ObjNum 1040 snap 321 seq_num 1040) dirty exists 2023-10-14T00:12:57.596 INFO:tasks.rados.rados.0.smithi055.stdout:3329: left oid 24 (ObjNum 1040 snap 321 seq_num 1040) 2023-10-14T00:12:57.596 INFO:tasks.rados.rados.0.smithi055.stdout:3327: done (3 left) 2023-10-14T00:12:57.596 INFO:tasks.rados.rados.0.smithi055.stdout:3328: done (2 left) 2023-10-14T00:12:57.597 INFO:tasks.rados.rados.0.smithi055.stdout:3329: done (1 left) 2023-10-14T00:12:57.597 INFO:tasks.rados.rados.0.smithi055.stdout:3330: done (0 left) 2023-10-14T00:12:57.597 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 41 current snap is 321 2023-10-14T00:12:57.597 INFO:tasks.rados.rados.0.smithi055.stdout:3331: seq_num 1042 ranges {4325376=655360} 2023-10-14T00:12:57.623 INFO:tasks.rados.rados.0.smithi055.stdout:3331: writing smithi055169533-41 from 4325376 to 4980736 tid 1 2023-10-14T00:12:57.623 INFO:tasks.rados.rados.0.smithi055.stdout:3332: setattr oid 16 current snap is 321 2023-10-14T00:12:57.625 INFO:tasks.rados.rados.0.smithi055.stdout:3333: rollback oid 45 current snap is 321 2023-10-14T00:12:57.625 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 45 to 320 2023-10-14T00:12:57.625 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 1 current snap is 321 2023-10-14T00:12:57.625 INFO:tasks.rados.rados.0.smithi055.stdout:3334: seq_num 1043 ranges {802816=671744} 2023-10-14T00:12:57.633 INFO:tasks.rados.rados.0.smithi055.stdout:3334: writing smithi055169533-1 from 802816 to 1474560 tid 1 2023-10-14T00:12:57.634 INFO:tasks.rados.rados.0.smithi055.stdout:3335: read oid 34 snap -1 2023-10-14T00:12:57.634 INFO:tasks.rados.rados.0.smithi055.stdout:3335: expect (ObjNum 972 snap 303 seq_num 972) 2023-10-14T00:12:57.634 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 24 current snap is 321 2023-10-14T00:12:57.635 INFO:tasks.rados.rados.0.smithi055.stdout:3333: finishing rollback tid 1 to smithi055169533-45 2023-10-14T00:12:57.635 INFO:tasks.rados.rados.0.smithi055.stdout:3336: seq_num 1044 ranges {8822784=688128} 2023-10-14T00:12:57.687 INFO:tasks.rados.rados.0.smithi055.stdout:3336: writing smithi055169533-24 from 8822784 to 9510912 tid 1 2023-10-14T00:12:57.687 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 11 current snap is 321 2023-10-14T00:12:57.688 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 16 v 1534 (ObjNum 1765514288 snap 32760 seq_num 304) dirty exists 2023-10-14T00:12:57.688 INFO:tasks.rados.rados.0.smithi055.stdout:3331: finishing write tid 1 to smithi055169533-41 2023-10-14T00:12:57.688 INFO:tasks.rados.rados.0.smithi055.stdout:3333: finishing rollback tid 2 to smithi055169533-45 2023-10-14T00:12:57.688 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 45 v 1650 (ObjNum 1031 snap 320 seq_num 1031) dirty exists 2023-10-14T00:12:57.688 INFO:tasks.rados.rados.0.smithi055.stdout:3331: finishing write tid 2 to smithi055169533-41 2023-10-14T00:12:57.689 INFO:tasks.rados.rados.0.smithi055.stdout:3337: seq_num 1045 ranges {606208=704512} 2023-10-14T00:12:57.695 INFO:tasks.rados.rados.0.smithi055.stdout:3337: writing smithi055169533-11 from 606208 to 1310720 tid 1 2023-10-14T00:12:57.695 INFO:tasks.rados.rados.0.smithi055.stdout:3332: done (6 left) 2023-10-14T00:12:57.695 INFO:tasks.rados.rados.0.smithi055.stdout:3333: done (5 left) 2023-10-14T00:12:57.696 INFO:tasks.rados.rados.0.smithi055.stdout:3338: delete oid 44 current snap is 321 2023-10-14T00:12:57.696 INFO:tasks.rados.rados.0.smithi055.stdout:3331: finishing write tid 3 to smithi055169533-41 2023-10-14T00:12:57.696 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 41 v 1551 (ObjNum 1042 snap 321 seq_num 1042) dirty exists 2023-10-14T00:12:57.696 INFO:tasks.rados.rados.0.smithi055.stdout:3331: left oid 41 (ObjNum 1042 snap 321 seq_num 1042) 2023-10-14T00:12:57.696 INFO:tasks.rados.rados.0.smithi055.stdout:3334: finishing write tid 1 to smithi055169533-1 2023-10-14T00:12:57.697 INFO:tasks.rados.rados.0.smithi055.stdout:3334: finishing write tid 2 to smithi055169533-1 2023-10-14T00:12:57.697 INFO:tasks.rados.rados.0.smithi055.stdout:3334: finishing write tid 3 to smithi055169533-1 2023-10-14T00:12:57.697 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 1 v 1880 (ObjNum 1043 snap 321 seq_num 1043) dirty exists 2023-10-14T00:12:57.697 INFO:tasks.rados.rados.0.smithi055.stdout:3334: left oid 1 (ObjNum 1043 snap 321 seq_num 1043) 2023-10-14T00:12:57.697 INFO:tasks.rados.rados.0.smithi055.stdout:3335: expect (ObjNum 972 snap 303 seq_num 972) 2023-10-14T00:12:57.809 INFO:tasks.rados.rados.0.smithi055.stdout:3336: finishing write tid 1 to smithi055169533-24 2023-10-14T00:12:57.810 INFO:tasks.rados.rados.0.smithi055.stdout:3336: finishing write tid 2 to smithi055169533-24 2023-10-14T00:12:57.810 INFO:tasks.rados.rados.0.smithi055.stdout:3336: finishing write tid 3 to smithi055169533-24 2023-10-14T00:12:57.810 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 24 v 2137 (ObjNum 1044 snap 321 seq_num 1044) dirty exists 2023-10-14T00:12:57.810 INFO:tasks.rados.rados.0.smithi055.stdout:3336: left oid 24 (ObjNum 1044 snap 321 seq_num 1044) 2023-10-14T00:12:57.811 INFO:tasks.rados.rados.0.smithi055.stdout:3331: done (5 left) 2023-10-14T00:12:57.811 INFO:tasks.rados.rados.0.smithi055.stdout:3334: done (4 left) 2023-10-14T00:12:57.811 INFO:tasks.rados.rados.0.smithi055.stdout:3335: done (3 left) 2023-10-14T00:12:57.811 INFO:tasks.rados.rados.0.smithi055.stdout:3336: done (2 left) 2023-10-14T00:12:57.811 INFO:tasks.rados.rados.0.smithi055.stdout:3338: done (1 left) 2023-10-14T00:12:57.811 INFO:tasks.rados.rados.0.smithi055.stdout:3339: delete oid 34 current snap is 321 2023-10-14T00:12:57.812 INFO:tasks.rados.rados.0.smithi055.stdout:3337: finishing write tid 1 to smithi055169533-11 2023-10-14T00:12:57.812 INFO:tasks.rados.rados.0.smithi055.stdout:3337: finishing write tid 2 to smithi055169533-11 2023-10-14T00:12:57.812 INFO:tasks.rados.rados.0.smithi055.stdout:3337: finishing write tid 3 to smithi055169533-11 2023-10-14T00:12:57.812 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 11 v 1138 (ObjNum 1045 snap 321 seq_num 1045) dirty exists 2023-10-14T00:12:57.812 INFO:tasks.rados.rados.0.smithi055.stdout:3337: left oid 11 (ObjNum 1045 snap 321 seq_num 1045) 2023-10-14T00:12:57.813 INFO:tasks.rados.rados.0.smithi055.stdout:3337: done (1 left) 2023-10-14T00:12:57.813 INFO:tasks.rados.rados.0.smithi055.stdout:3339: done (0 left) 2023-10-14T00:12:57.813 INFO:tasks.rados.rados.0.smithi055.stdout:3340: snap_create 2023-10-14T00:12:57.995 INFO:tasks.rados.rados.0.smithi055.stdout:3340: done (0 left) 2023-10-14T00:12:57.996 INFO:tasks.rados.rados.0.smithi055.stdout:3341: copy_from oid 23 from oid 22 current snap is 322 2023-10-14T00:12:57.996 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 33 current snap is 322 2023-10-14T00:12:57.996 INFO:tasks.rados.rados.0.smithi055.stdout:3342: seq_num 1048 ranges {0=761856} 2023-10-14T00:12:58.000 INFO:tasks.rados.rados.0.smithi055.stdout:3342: writing smithi055169533-33 from 0 to 761856 tid 1 2023-10-14T00:12:58.001 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 13 current snap is 322 2023-10-14T00:12:58.001 INFO:tasks.rados.rados.0.smithi055.stdout:3343: seq_num 1049 ranges {2359296=778240} 2023-10-14T00:12:58.019 INFO:tasks.rados.rados.0.smithi055.stdout:3343: writing smithi055169533-13 from 2359296 to 3137536 tid 1 2023-10-14T00:12:58.019 INFO:tasks.rados.rados.0.smithi055.stdout:3344: rmattr oid 16 current snap is 322 2023-10-14T00:12:58.020 INFO:tasks.rados.rados.0.smithi055.stdout:3342: finishing write tid 1 to smithi055169533-33 2023-10-14T00:12:58.020 INFO:tasks.rados.rados.0.smithi055.stdout:3342: finishing write tid 2 to smithi055169533-33 2023-10-14T00:12:58.020 INFO:tasks.rados.rados.0.smithi055.stdout:3342: finishing write tid 3 to smithi055169533-33 2023-10-14T00:12:58.020 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 33 v 1553 (ObjNum 1048 snap 322 seq_num 1048) dirty exists 2023-10-14T00:12:58.020 INFO:tasks.rados.rados.0.smithi055.stdout:3342: left oid 33 (ObjNum 1048 snap 322 seq_num 1048) 2023-10-14T00:12:58.021 INFO:tasks.rados.rados.0.smithi055.stdout:3342: done (3 left) 2023-10-14T00:12:58.021 INFO:tasks.rados.rados.0.smithi055.stdout:3345: snap_create 2023-10-14T00:12:58.024 INFO:tasks.rados.rados.0.smithi055.stdout:3343: finishing write tid 1 to smithi055169533-13 2023-10-14T00:12:58.024 INFO:tasks.rados.rados.0.smithi055.stdout:3343: finishing write tid 2 to smithi055169533-13 2023-10-14T00:12:58.025 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 16 v 1535 (ObjNum 161 snap 0 seq_num 1) dirty exists 2023-10-14T00:12:58.026 INFO:tasks.rados.rados.0.smithi055.stdout:3343: finishing write tid 3 to smithi055169533-13 2023-10-14T00:12:58.026 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 13 v 1882 (ObjNum 1049 snap 322 seq_num 1049) dirty exists 2023-10-14T00:12:58.026 INFO:tasks.rados.rados.0.smithi055.stdout:3343: left oid 13 (ObjNum 1049 snap 322 seq_num 1049) 2023-10-14T00:12:58.027 INFO:tasks.rados.rados.0.smithi055.stdout:3341: finishing copy_from racing read to smithi055169533-23 2023-10-14T00:12:58.030 INFO:tasks.rados.rados.0.smithi055.stdout:3341: finishing copy_from to smithi055169533-23 2023-10-14T00:12:58.030 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 23 v 2110 (ObjNum 863 snap 263 seq_num 863) dirty exists 2023-10-14T00:12:58.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:57 smithi055 ceph-mon[185614]: pgmap v777: 121 pgs: 121 active+clean; 288 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 14 MiB/s rd, 3.7 MiB/s wr, 29 op/s 2023-10-14T00:12:58.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:57 smithi055 ceph-mon[183057]: pgmap v777: 121 pgs: 121 active+clean; 288 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 14 MiB/s rd, 3.7 MiB/s wr, 29 op/s 2023-10-14T00:12:58.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:57 smithi082 ceph-mon[180771]: pgmap v777: 121 pgs: 121 active+clean; 288 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 14 MiB/s rd, 3.7 MiB/s wr, 29 op/s 2023-10-14T00:12:58.999 INFO:tasks.rados.rados.0.smithi055.stdout:3341: done (3 left) 2023-10-14T00:12:59.000 INFO:tasks.rados.rados.0.smithi055.stdout:3343: done (2 left) 2023-10-14T00:12:59.000 INFO:tasks.rados.rados.0.smithi055.stdout:3344: done (1 left) 2023-10-14T00:12:59.000 INFO:tasks.rados.rados.0.smithi055.stdout:3345: done (0 left) 2023-10-14T00:12:59.000 INFO:tasks.rados.rados.0.smithi055.stdout:3346: delete oid 7 current snap is 323 2023-10-14T00:12:59.003 INFO:tasks.rados.rados.0.smithi055.stdout:3346: done (0 left) 2023-10-14T00:12:59.004 INFO:tasks.rados.rados.0.smithi055.stdout:3347: snap_remove snap 314 2023-10-14T00:12:59.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:12:58 smithi055 ceph-mon[185614]: osdmap e709: 8 total, 8 up, 8 in 2023-10-14T00:12:59.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:12:58 smithi055 ceph-mon[183057]: osdmap e709: 8 total, 8 up, 8 in 2023-10-14T00:12:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:12:58 smithi082 ceph-mon[180771]: osdmap e709: 8 total, 8 up, 8 in 2023-10-14T00:13:00.007 INFO:tasks.rados.rados.0.smithi055.stdout:3347: done (0 left) 2023-10-14T00:13:00.008 INFO:tasks.rados.rados.0.smithi055.stdout:3348: read oid 20 snap -1 2023-10-14T00:13:00.008 INFO:tasks.rados.rados.0.smithi055.stdout:3348: expect (ObjNum 942 snap 292 seq_num 942) 2023-10-14T00:13:00.008 INFO:tasks.rados.rados.0.smithi055.stdout:3349: rollback oid 46 current snap is 323 2023-10-14T00:13:00.009 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 46 to 304 2023-10-14T00:13:00.009 INFO:tasks.rados.rados.0.smithi055.stdout:3350: read oid 21 snap -1 2023-10-14T00:13:00.010 INFO:tasks.rados.rados.0.smithi055.stdout:3350: expect (ObjNum 951 snap 293 seq_num 951) 2023-10-14T00:13:00.010 INFO:tasks.rados.rados.0.smithi055.stdout:3351: copy_from oid 32 from oid 47 current snap is 323 2023-10-14T00:13:00.010 INFO:tasks.rados.rados.0.smithi055.stdout:3352: read oid 5 snap 300 2023-10-14T00:13:00.010 INFO:tasks.rados.rados.0.smithi055.stdout:3352: expect (ObjNum 1530040160 snap 21912 seq_num 1530121504) 2023-10-14T00:13:00.011 INFO:tasks.rados.rados.0.smithi055.stdout:3353: snap_remove snap 318 2023-10-14T00:13:00.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:00 smithi055 ceph-mon[185614]: pgmap v779: 121 pgs: 121 active+clean; 303 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 15 MiB/s rd, 5.7 MiB/s wr, 36 op/s 2023-10-14T00:13:00.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:00 smithi055 ceph-mon[185614]: osdmap e710: 8 total, 8 up, 8 in 2023-10-14T00:13:00.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:00 smithi055 ceph-mon[183057]: pgmap v779: 121 pgs: 121 active+clean; 303 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 15 MiB/s rd, 5.7 MiB/s wr, 36 op/s 2023-10-14T00:13:00.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:00 smithi055 ceph-mon[183057]: osdmap e710: 8 total, 8 up, 8 in 2023-10-14T00:13:00.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:00 smithi082 ceph-mon[180771]: pgmap v779: 121 pgs: 121 active+clean; 303 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 15 MiB/s rd, 5.7 MiB/s wr, 36 op/s 2023-10-14T00:13:00.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:00 smithi082 ceph-mon[180771]: osdmap e710: 8 total, 8 up, 8 in 2023-10-14T00:13:00.461 INFO:tasks.rados.rados.0.smithi055.stdout:3353: done (5 left) 2023-10-14T00:13:00.461 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 14 current snap is 323 2023-10-14T00:13:00.462 INFO:tasks.rados.rados.0.smithi055.stdout:3354: seq_num 1051 ranges {6447104=409600,6856704=401408} 2023-10-14T00:13:00.499 INFO:tasks.rados.rados.0.smithi055.stdout:3354: writing smithi055169533-14 from 6447104 to 6856704 tid 1 2023-10-14T00:13:00.502 INFO:tasks.rados.rados.0.smithi055.stdout:3354: writing smithi055169533-14 from 6856704 to 7258112 tid 2 2023-10-14T00:13:00.502 INFO:tasks.rados.rados.0.smithi055.stdout:3355: setattr oid 48 current snap is 323 2023-10-14T00:13:00.502 INFO:tasks.rados.rados.0.smithi055.stdout:3352: expect (ObjNum 1530040160 snap 21912 seq_num 1530121504) 2023-10-14T00:13:00.506 INFO:tasks.rados.rados.0.smithi055.stdout:3349: finishing rollback tid 0 to smithi055169533-46 2023-10-14T00:13:00.507 INFO:tasks.rados.rados.0.smithi055.stdout:3349: finishing rollback tid 1 to smithi055169533-46 2023-10-14T00:13:00.507 INFO:tasks.rados.rados.0.smithi055.stdout:3349: finishing rollback tid 2 to smithi055169533-46 2023-10-14T00:13:00.507 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 46 v 2113 (ObjNum 966 snap 298 seq_num 966) dirty exists 2023-10-14T00:13:00.507 INFO:tasks.rados.rados.0.smithi055.stdout:3348: expect (ObjNum 942 snap 292 seq_num 942) 2023-10-14T00:13:00.552 INFO:tasks.rados.rados.0.smithi055.stdout:3350: expect (ObjNum 951 snap 293 seq_num 951) 2023-10-14T00:13:00.758 INFO:tasks.rados.rados.0.smithi055.stdout:3351: finishing copy_from racing read to smithi055169533-32 2023-10-14T00:13:00.758 INFO:tasks.rados.rados.0.smithi055.stdout:3351: finishing copy_from to smithi055169533-32 2023-10-14T00:13:00.758 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 32 v 1757 (ObjNum 1012 snap 318 seq_num 1012) dirty exists 2023-10-14T00:13:00.759 INFO:tasks.rados.rados.0.smithi055.stdout:3354: finishing write tid 1 to smithi055169533-14 2023-10-14T00:13:00.759 INFO:tasks.rados.rados.0.smithi055.stdout:3354: finishing write tid 2 to smithi055169533-14 2023-10-14T00:13:00.759 INFO:tasks.rados.rados.0.smithi055.stdout:3354: finishing write tid 3 to smithi055169533-14 2023-10-14T00:13:00.759 INFO:tasks.rados.rados.0.smithi055.stdout:3354: finishing write tid 4 to smithi055169533-14 2023-10-14T00:13:00.759 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 14 v 2140 (ObjNum 1051 snap 323 seq_num 1051) dirty exists 2023-10-14T00:13:00.760 INFO:tasks.rados.rados.0.smithi055.stdout:3354: left oid 14 (ObjNum 1051 snap 323 seq_num 1051) 2023-10-14T00:13:00.760 INFO:tasks.rados.rados.0.smithi055.stdout:3348: done (6 left) 2023-10-14T00:13:00.760 INFO:tasks.rados.rados.0.smithi055.stdout:3349: done (5 left) 2023-10-14T00:13:00.760 INFO:tasks.rados.rados.0.smithi055.stdout:3350: done (4 left) 2023-10-14T00:13:00.760 INFO:tasks.rados.rados.0.smithi055.stdout:3351: done (3 left) 2023-10-14T00:13:00.761 INFO:tasks.rados.rados.0.smithi055.stdout:3352: done (2 left) 2023-10-14T00:13:00.761 INFO:tasks.rados.rados.0.smithi055.stdout:3354: done (1 left) 2023-10-14T00:13:00.761 INFO:tasks.rados.rados.0.smithi055.stdout:3356: snap_remove snap 294 2023-10-14T00:13:01.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:01 smithi055 ceph-mon[185614]: osdmap e711: 8 total, 8 up, 8 in 2023-10-14T00:13:01.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:01 smithi055 ceph-mon[185614]: osdmap e712: 8 total, 8 up, 8 in 2023-10-14T00:13:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:01 smithi055 ceph-mon[183057]: osdmap e711: 8 total, 8 up, 8 in 2023-10-14T00:13:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:01 smithi055 ceph-mon[183057]: osdmap e712: 8 total, 8 up, 8 in 2023-10-14T00:13:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:01 smithi082 ceph-mon[180771]: osdmap e711: 8 total, 8 up, 8 in 2023-10-14T00:13:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:01 smithi082 ceph-mon[180771]: osdmap e712: 8 total, 8 up, 8 in 2023-10-14T00:13:01.483 INFO:tasks.rados.rados.0.smithi055.stdout:3356: done (1 left) 2023-10-14T00:13:01.483 INFO:tasks.rados.rados.0.smithi055.stdout:3357: snap_remove snap 305 2023-10-14T00:13:02.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:02 smithi082 ceph-mon[180771]: pgmap v783: 121 pgs: 121 active+clean; 323 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 20 MiB/s rd, 6.3 MiB/s wr, 39 op/s 2023-10-14T00:13:02.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:02 smithi082 ceph-mon[180771]: osdmap e713: 8 total, 8 up, 8 in 2023-10-14T00:13:02.490 INFO:tasks.rados.rados.0.smithi055.stdout:3357: done (1 left) 2023-10-14T00:13:02.491 INFO:tasks.rados.rados.0.smithi055.stdout:3358: snap_remove snap 315 2023-10-14T00:13:02.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:02 smithi055 ceph-mon[183057]: pgmap v783: 121 pgs: 121 active+clean; 323 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 20 MiB/s rd, 6.3 MiB/s wr, 39 op/s 2023-10-14T00:13:02.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:02 smithi055 ceph-mon[183057]: osdmap e713: 8 total, 8 up, 8 in 2023-10-14T00:13:02.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:02 smithi055 ceph-mon[185614]: pgmap v783: 121 pgs: 121 active+clean; 323 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 20 MiB/s rd, 6.3 MiB/s wr, 39 op/s 2023-10-14T00:13:02.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:02 smithi055 ceph-mon[185614]: osdmap e713: 8 total, 8 up, 8 in 2023-10-14T00:13:03.514 INFO:tasks.rados.rados.0.smithi055.stdout:3358: done (1 left) 2023-10-14T00:13:03.530 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 24 current snap is 323 2023-10-14T00:13:03.530 INFO:tasks.rados.rados.0.smithi055.stdout:3359: seq_num 1052 ranges {9510912=425984,9936896=401408} 2023-10-14T00:13:03.565 INFO:tasks.rados.rados.0.smithi055.stdout:3359: writing smithi055169533-24 from 9510912 to 9936896 tid 1 2023-10-14T00:13:03.567 INFO:tasks.rados.rados.0.smithi055.stdout:3359: writing smithi055169533-24 from 9936896 to 10338304 tid 2 2023-10-14T00:13:03.568 INFO:tasks.rados.rados.0.smithi055.stdout:3360: snap_create 2023-10-14T00:13:03.568 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 48 v 1762 (ObjNum 867 snap 264 seq_num 867) dirty exists 2023-10-14T00:13:03.570 INFO:tasks.rados.rados.0.smithi055.stdout:3359: finishing write tid 1 to smithi055169533-24 2023-10-14T00:13:03.570 INFO:tasks.rados.rados.0.smithi055.stdout:3359: finishing write tid 2 to smithi055169533-24 2023-10-14T00:13:03.571 INFO:tasks.rados.rados.0.smithi055.stdout:3359: finishing write tid 3 to smithi055169533-24 2023-10-14T00:13:03.571 INFO:tasks.rados.rados.0.smithi055.stdout:3359: finishing write tid 4 to smithi055169533-24 2023-10-14T00:13:03.572 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 24 v 2143 (ObjNum 1052 snap 323 seq_num 1052) dirty exists 2023-10-14T00:13:03.572 INFO:tasks.rados.rados.0.smithi055.stdout:3359: left oid 24 (ObjNum 1052 snap 323 seq_num 1052) 2023-10-14T00:13:03.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:03 smithi055 ceph-mon[185614]: osdmap e714: 8 total, 8 up, 8 in 2023-10-14T00:13:03.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:03 smithi055 ceph-mon[185614]: pgmap v786: 121 pgs: 121 active+clean; 323 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 14 MiB/s rd, 2.7 MiB/s wr, 31 op/s 2023-10-14T00:13:03.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:03 smithi055 ceph-mon[183057]: osdmap e714: 8 total, 8 up, 8 in 2023-10-14T00:13:03.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:03 smithi055 ceph-mon[183057]: pgmap v786: 121 pgs: 121 active+clean; 323 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 14 MiB/s rd, 2.7 MiB/s wr, 31 op/s 2023-10-14T00:13:03.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:03 smithi082 ceph-mon[180771]: osdmap e714: 8 total, 8 up, 8 in 2023-10-14T00:13:03.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:03 smithi082 ceph-mon[180771]: pgmap v786: 121 pgs: 121 active+clean; 323 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 14 MiB/s rd, 2.7 MiB/s wr, 31 op/s 2023-10-14T00:13:04.507 INFO:tasks.rados.rados.0.smithi055.stdout:3355: done (2 left) 2023-10-14T00:13:04.508 INFO:tasks.rados.rados.0.smithi055.stdout:3359: done (1 left) 2023-10-14T00:13:04.508 INFO:tasks.rados.rados.0.smithi055.stdout:3360: done (0 left) 2023-10-14T00:13:04.508 INFO:tasks.rados.rados.0.smithi055.stdout:3361: rmattr oid 43 current snap is 324 2023-10-14T00:13:04.508 INFO:tasks.rados.rados.0.smithi055.stdout:3362: read oid 38 snap 304 2023-10-14T00:13:04.509 INFO:tasks.rados.rados.0.smithi055.stdout:3362: expect (ObjNum 949 snap 293 seq_num 949) 2023-10-14T00:13:04.509 INFO:tasks.rados.rados.0.smithi055.stdout:3363: delete oid 13 current snap is 324 2023-10-14T00:13:04.515 INFO:tasks.rados.rados.0.smithi055.stdout:3363: done (2 left) 2023-10-14T00:13:04.515 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 35 current snap is 324 2023-10-14T00:13:04.515 INFO:tasks.rados.rados.0.smithi055.stdout:3364: seq_num 1054 ranges {1875968=458752,2334720=401408} 2023-10-14T00:13:04.528 INFO:tasks.rados.rados.0.smithi055.stdout:3364: writing smithi055169533-35 from 1875968 to 2334720 tid 1 2023-10-14T00:13:04.530 INFO:tasks.rados.rados.0.smithi055.stdout:3364: writing smithi055169533-35 from 2334720 to 2736128 tid 2 2023-10-14T00:13:04.531 INFO:tasks.rados.rados.0.smithi055.stdout:3365: copy_from oid 40 from oid 33 current snap is 324 2023-10-14T00:13:04.531 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 43 v 1652 (ObjNum 1057 snap 0 seq_num 1528825888) dirty exists 2023-10-14T00:13:04.531 INFO:tasks.rados.rados.0.smithi055.stdout:3361: done (3 left) 2023-10-14T00:13:04.531 INFO:tasks.rados.rados.0.smithi055.stdout:3366: delete oid 49 current snap is 324 2023-10-14T00:13:04.532 INFO:tasks.rados.rados.0.smithi055.stdout:3362: expect (ObjNum 949 snap 293 seq_num 949) 2023-10-14T00:13:04.753 INFO:tasks.rados.rados.0.smithi055.stdout:3364: finishing write tid 1 to smithi055169533-35 2023-10-14T00:13:04.753 INFO:tasks.rados.rados.0.smithi055.stdout:3364: finishing write tid 2 to smithi055169533-35 2023-10-14T00:13:04.753 INFO:tasks.rados.rados.0.smithi055.stdout:3364: finishing write tid 3 to smithi055169533-35 2023-10-14T00:13:04.753 INFO:tasks.rados.rados.0.smithi055.stdout:3362: done (3 left) 2023-10-14T00:13:04.754 INFO:tasks.rados.rados.0.smithi055.stdout:3366: done (2 left) 2023-10-14T00:13:04.754 INFO:tasks.rados.rados.0.smithi055.stdout:3367: read oid 17 snap 322 2023-10-14T00:13:04.754 INFO:tasks.rados.rados.0.smithi055.stdout:3367: expect (ObjNum 1023 snap 318 seq_num 1023) 2023-10-14T00:13:04.754 INFO:tasks.rados.rados.0.smithi055.stdout:3368: snap_remove snap 319 2023-10-14T00:13:04.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:04 smithi055 ceph-mon[185614]: osdmap e715: 8 total, 8 up, 8 in 2023-10-14T00:13:04.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:04 smithi055 ceph-mon[183057]: osdmap e715: 8 total, 8 up, 8 in 2023-10-14T00:13:04.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:04 smithi082 ceph-mon[180771]: osdmap e715: 8 total, 8 up, 8 in 2023-10-14T00:13:05.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:13:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:13:05] "GET /metrics HTTP/1.1" 200 36157 "" "Prometheus/2.43.0" 2023-10-14T00:13:05.555 INFO:tasks.rados.rados.0.smithi055.stdout:3368: done (3 left) 2023-10-14T00:13:05.556 INFO:tasks.rados.rados.0.smithi055.stdout:3369: snap_create 2023-10-14T00:13:05.556 INFO:tasks.rados.rados.0.smithi055.stdout:3364: finishing write tid 4 to smithi055169533-35 2023-10-14T00:13:05.556 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 35 v 2242 (ObjNum 1054 snap 324 seq_num 1054) dirty exists 2023-10-14T00:13:05.556 INFO:tasks.rados.rados.0.smithi055.stdout:3364: left oid 35 (ObjNum 1054 snap 324 seq_num 1054) 2023-10-14T00:13:05.557 INFO:tasks.rados.rados.0.smithi055.stdout:3365: finishing copy_from racing read to smithi055169533-40 2023-10-14T00:13:05.557 INFO:tasks.rados.rados.0.smithi055.stdout:3365: finishing copy_from to smithi055169533-40 2023-10-14T00:13:05.557 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 40 v 1553 (ObjNum 1048 snap 322 seq_num 1048) dirty exists 2023-10-14T00:13:05.557 INFO:tasks.rados.rados.0.smithi055.stdout:3367: expect (ObjNum 1023 snap 318 seq_num 1023) 2023-10-14T00:13:05.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:05 smithi082 ceph-mon[180771]: osdmap e716: 8 total, 8 up, 8 in 2023-10-14T00:13:05.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:05 smithi082 ceph-mon[180771]: pgmap v789: 121 pgs: 121 active+clean; 316 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 3.0 MiB/s rd, 954 KiB/s wr, 9 op/s 2023-10-14T00:13:06.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:05 smithi055 ceph-mon[183057]: osdmap e716: 8 total, 8 up, 8 in 2023-10-14T00:13:06.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:05 smithi055 ceph-mon[183057]: pgmap v789: 121 pgs: 121 active+clean; 316 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 3.0 MiB/s rd, 954 KiB/s wr, 9 op/s 2023-10-14T00:13:06.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:05 smithi055 ceph-mon[185614]: osdmap e716: 8 total, 8 up, 8 in 2023-10-14T00:13:06.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:05 smithi055 ceph-mon[185614]: pgmap v789: 121 pgs: 121 active+clean; 316 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 3.0 MiB/s rd, 954 KiB/s wr, 9 op/s 2023-10-14T00:13:06.548 INFO:tasks.rados.rados.0.smithi055.stdout:3364: done (3 left) 2023-10-14T00:13:06.548 INFO:tasks.rados.rados.0.smithi055.stdout:3365: done (2 left) 2023-10-14T00:13:06.548 INFO:tasks.rados.rados.0.smithi055.stdout:3367: done (1 left) 2023-10-14T00:13:06.548 INFO:tasks.rados.rados.0.smithi055.stdout:3369: done (0 left) 2023-10-14T00:13:06.548 INFO:tasks.rados.rados.0.smithi055.stdout:3370: read oid 37 snap -1 2023-10-14T00:13:06.549 INFO:tasks.rados.rados.0.smithi055.stdout:3370: expect (ObjNum 992 snap 315 seq_num 992) 2023-10-14T00:13:06.549 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 22 current snap is 325 2023-10-14T00:13:06.549 INFO:tasks.rados.rados.0.smithi055.stdout:3371: seq_num 1056 ranges {5292032=491520,5783552=401408} 2023-10-14T00:13:06.581 INFO:tasks.rados.rados.0.smithi055.stdout:3371: writing smithi055169533-22 from 5292032 to 5783552 tid 1 2023-10-14T00:13:06.583 INFO:tasks.rados.rados.0.smithi055.stdout:3371: writing smithi055169533-22 from 5783552 to 6184960 tid 2 2023-10-14T00:13:06.583 INFO:tasks.rados.rados.0.smithi055.stdout:3372: copy_from oid 47 from oid 50 current snap is 325 2023-10-14T00:13:06.583 INFO:tasks.rados.rados.0.smithi055.stdout:3370: expect (ObjNum 992 snap 315 seq_num 992) 2023-10-14T00:13:06.736 INFO:tasks.rados.rados.0.smithi055.stdout:3371: finishing write tid 1 to smithi055169533-22 2023-10-14T00:13:06.736 INFO:tasks.rados.rados.0.smithi055.stdout:3371: finishing write tid 2 to smithi055169533-22 2023-10-14T00:13:06.736 INFO:tasks.rados.rados.0.smithi055.stdout:3370: done (2 left) 2023-10-14T00:13:06.736 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 44 current snap is 325 2023-10-14T00:13:06.737 INFO:tasks.rados.rados.0.smithi055.stdout:3371: finishing write tid 3 to smithi055169533-22 2023-10-14T00:13:06.737 INFO:tasks.rados.rados.0.smithi055.stdout:3373: seq_num 1057 ranges {0=507904,507904=401408} 2023-10-14T00:13:06.738 INFO:tasks.rados.rados.0.smithi055.stdout:3373: writing smithi055169533-44 from 0 to 507904 tid 1 2023-10-14T00:13:06.741 INFO:tasks.rados.rados.0.smithi055.stdout:3373: writing smithi055169533-44 from 507904 to 909312 tid 2 2023-10-14T00:13:06.741 INFO:tasks.rados.rados.0.smithi055.stdout:3374: setattr oid 21 current snap is 325 2023-10-14T00:13:06.741 INFO:tasks.rados.rados.0.smithi055.stdout:3372: finishing copy_from to smithi055169533-47 2023-10-14T00:13:06.742 INFO:tasks.rados.rados.0.smithi055.stdout:3372: got expected ENOENT (src dne) 2023-10-14T00:13:06.742 INFO:tasks.rados.rados.0.smithi055.stdout:3372: finishing copy_from racing read to smithi055169533-47 2023-10-14T00:13:06.742 INFO:tasks.rados.rados.0.smithi055.stdout:3371: finishing write tid 4 to smithi055169533-22 2023-10-14T00:13:06.742 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 22 v 2252 (ObjNum 1056 snap 325 seq_num 1056) dirty exists 2023-10-14T00:13:06.743 INFO:tasks.rados.rados.0.smithi055.stdout:3371: left oid 22 (ObjNum 1056 snap 325 seq_num 1056) 2023-10-14T00:13:06.744 INFO:tasks.rados.rados.0.smithi055.stdout:3371: done (3 left) 2023-10-14T00:13:06.744 INFO:tasks.rados.rados.0.smithi055.stdout:3372: done (2 left) 2023-10-14T00:13:06.744 INFO:tasks.rados.rados.0.smithi055.stdout:3375: read oid 43 snap -1 2023-10-14T00:13:06.744 INFO:tasks.rados.rados.0.smithi055.stdout:3375: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:13:06.744 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 22 current snap is 325 2023-10-14T00:13:06.745 INFO:tasks.rados.rados.0.smithi055.stdout:3376: seq_num 1058 ranges {6184960=524288,6709248=401408} 2023-10-14T00:13:06.780 INFO:tasks.rados.rados.0.smithi055.stdout:3376: writing smithi055169533-22 from 6184960 to 6709248 tid 1 2023-10-14T00:13:06.784 INFO:tasks.rados.rados.0.smithi055.stdout:3376: writing smithi055169533-22 from 6709248 to 7110656 tid 2 2023-10-14T00:13:06.784 INFO:tasks.rados.rados.0.smithi055.stdout:3377: rollback oid 45 current snap is 325 2023-10-14T00:13:06.784 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 45 to 324 2023-10-14T00:13:06.785 INFO:tasks.rados.rados.0.smithi055.stdout:3373: finishing write tid 1 to smithi055169533-44 2023-10-14T00:13:06.785 INFO:tasks.rados.rados.0.smithi055.stdout:3373: finishing write tid 2 to smithi055169533-44 2023-10-14T00:13:06.786 INFO:tasks.rados.rados.0.smithi055.stdout:3373: finishing write tid 3 to smithi055169533-44 2023-10-14T00:13:06.786 INFO:tasks.rados.rados.0.smithi055.stdout:3378: read oid 23 snap -1 2023-10-14T00:13:06.786 INFO:tasks.rados.rados.0.smithi055.stdout:3378: expect (ObjNum 863 snap 263 seq_num 863) 2023-10-14T00:13:06.787 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 12 current snap is 325 2023-10-14T00:13:06.787 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 21 v 1554 (ObjNum 951 snap 293 seq_num 951) dirty exists 2023-10-14T00:13:06.787 INFO:tasks.rados.rados.0.smithi055.stdout:3373: finishing write tid 4 to smithi055169533-44 2023-10-14T00:13:06.789 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 44 v 1655 (ObjNum 1057 snap 325 seq_num 1057) dirty exists 2023-10-14T00:13:06.790 INFO:tasks.rados.rados.0.smithi055.stdout:3373: left oid 44 (ObjNum 1057 snap 325 seq_num 1057) 2023-10-14T00:13:06.790 INFO:tasks.rados.rados.0.smithi055.stdout:3375: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:13:06.791 INFO:tasks.rados.rados.0.smithi055.stdout:3376: finishing write tid 1 to smithi055169533-22 2023-10-14T00:13:06.792 INFO:tasks.rados.rados.0.smithi055.stdout:3377: finishing rollback tid 0 to smithi055169533-45 2023-10-14T00:13:06.792 INFO:tasks.rados.rados.0.smithi055.stdout:3376: finishing write tid 2 to smithi055169533-22 2023-10-14T00:13:06.792 INFO:tasks.rados.rados.0.smithi055.stdout:3376: finishing write tid 3 to smithi055169533-22 2023-10-14T00:13:06.793 INFO:tasks.rados.rados.0.smithi055.stdout:3377: finishing rollback tid 1 to smithi055169533-45 2023-10-14T00:13:06.793 INFO:tasks.rados.rados.0.smithi055.stdout:3377: finishing rollback tid 2 to smithi055169533-45 2023-10-14T00:13:06.794 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 45 v 1658 (ObjNum 1031 snap 320 seq_num 1031) dirty exists 2023-10-14T00:13:06.794 INFO:tasks.rados.rados.0.smithi055.stdout:3376: finishing write tid 4 to smithi055169533-22 2023-10-14T00:13:06.794 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 22 v 2255 (ObjNum 1058 snap 325 seq_num 1058) dirty exists 2023-10-14T00:13:06.795 INFO:tasks.rados.rados.0.smithi055.stdout:3376: left oid 22 (ObjNum 1058 snap 325 seq_num 1058) 2023-10-14T00:13:06.795 INFO:tasks.rados.rados.0.smithi055.stdout:3379: seq_num 1059 ranges {4775936=540672,5316608=401408} 2023-10-14T00:13:06.820 INFO:tasks.rados.rados.0.smithi055.stdout:3379: writing smithi055169533-12 from 4775936 to 5316608 tid 1 2023-10-14T00:13:06.823 INFO:tasks.rados.rados.0.smithi055.stdout:3379: writing smithi055169533-12 from 5316608 to 5718016 tid 2 2023-10-14T00:13:06.824 INFO:tasks.rados.rados.0.smithi055.stdout:3373: done (6 left) 2023-10-14T00:13:06.824 INFO:tasks.rados.rados.0.smithi055.stdout:3374: done (5 left) 2023-10-14T00:13:06.824 INFO:tasks.rados.rados.0.smithi055.stdout:3375: done (4 left) 2023-10-14T00:13:06.825 INFO:tasks.rados.rados.0.smithi055.stdout:3376: done (3 left) 2023-10-14T00:13:06.825 INFO:tasks.rados.rados.0.smithi055.stdout:3377: done (2 left) 2023-10-14T00:13:06.825 INFO:tasks.rados.rados.0.smithi055.stdout:3380: copy_from oid 32 from oid 15 current snap is 325 2023-10-14T00:13:06.826 INFO:tasks.rados.rados.0.smithi055.stdout:3378: expect (ObjNum 863 snap 263 seq_num 863) 2023-10-14T00:13:06.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:06 smithi082 ceph-mon[180771]: osdmap e717: 8 total, 8 up, 8 in 2023-10-14T00:13:07.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:06 smithi055 ceph-mon[185614]: osdmap e717: 8 total, 8 up, 8 in 2023-10-14T00:13:07.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:06 smithi055 ceph-mon[183057]: osdmap e717: 8 total, 8 up, 8 in 2023-10-14T00:13:07.240 INFO:tasks.rados.rados.0.smithi055.stdout:3379: finishing write tid 1 to smithi055169533-12 2023-10-14T00:13:07.241 INFO:tasks.rados.rados.0.smithi055.stdout:3379: finishing write tid 2 to smithi055169533-12 2023-10-14T00:13:07.241 INFO:tasks.rados.rados.0.smithi055.stdout:3379: finishing write tid 3 to smithi055169533-12 2023-10-14T00:13:07.241 INFO:tasks.rados.rados.0.smithi055.stdout:3379: finishing write tid 4 to smithi055169533-12 2023-10-14T00:13:07.241 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 12 v 1765 (ObjNum 1059 snap 325 seq_num 1059) dirty exists 2023-10-14T00:13:07.242 INFO:tasks.rados.rados.0.smithi055.stdout:3379: left oid 12 (ObjNum 1059 snap 325 seq_num 1059) 2023-10-14T00:13:07.242 INFO:tasks.rados.rados.0.smithi055.stdout:3380: finishing copy_from racing read to smithi055169533-32 2023-10-14T00:13:07.242 INFO:tasks.rados.rados.0.smithi055.stdout:3380: finishing copy_from to smithi055169533-32 2023-10-14T00:13:07.242 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 32 v 1972 (ObjNum 967 snap 300 seq_num 967) dirty exists 2023-10-14T00:13:07.242 INFO:tasks.rados.rados.0.smithi055.stdout:3378: done (2 left) 2023-10-14T00:13:07.243 INFO:tasks.rados.rados.0.smithi055.stdout:3379: done (1 left) 2023-10-14T00:13:07.243 INFO:tasks.rados.rados.0.smithi055.stdout:3380: done (0 left) 2023-10-14T00:13:07.243 INFO:tasks.rados.rados.0.smithi055.stdout:3381: delete oid 44 current snap is 325 2023-10-14T00:13:07.244 INFO:tasks.rados.rados.0.smithi055.stdout:3381: done (0 left) 2023-10-14T00:13:07.244 INFO:tasks.rados.rados.0.smithi055.stdout:3382: copy_from oid 39 from oid 37 current snap is 325 2023-10-14T00:13:07.244 INFO:tasks.rados.rados.0.smithi055.stdout:3383: read oid 17 snap -1 2023-10-14T00:13:07.244 INFO:tasks.rados.rados.0.smithi055.stdout:3383: expect (ObjNum 1023 snap 318 seq_num 1023) 2023-10-14T00:13:07.244 INFO:tasks.rados.rados.0.smithi055.stdout:3384: snap_remove snap 324 2023-10-14T00:13:07.583 INFO:tasks.rados.rados.0.smithi055.stdout:3384: done (2 left) 2023-10-14T00:13:07.584 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 44 current snap is 325 2023-10-14T00:13:07.584 INFO:tasks.rados.rados.0.smithi055.stdout:3385: seq_num 1061 ranges {0=573440,573440=401408} 2023-10-14T00:13:07.586 INFO:tasks.rados.rados.0.smithi055.stdout:3385: writing smithi055169533-44 from 0 to 573440 tid 1 2023-10-14T00:13:07.589 INFO:tasks.rados.rados.0.smithi055.stdout:3385: writing smithi055169533-44 from 573440 to 974848 tid 2 2023-10-14T00:13:07.589 INFO:tasks.rados.rados.0.smithi055.stdout:3386: copy_from oid 4 from oid 19 current snap is 325 2023-10-14T00:13:07.589 INFO:tasks.rados.rados.0.smithi055.stdout:3382: finishing copy_from racing read to smithi055169533-39 2023-10-14T00:13:07.590 INFO:tasks.rados.rados.0.smithi055.stdout:3383: expect (ObjNum 1023 snap 318 seq_num 1023) 2023-10-14T00:13:07.728 INFO:tasks.rados.rados.0.smithi055.stdout:3382: finishing copy_from to smithi055169533-39 2023-10-14T00:13:07.728 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 39 v 1192 (ObjNum 992 snap 315 seq_num 992) dirty exists 2023-10-14T00:13:07.728 INFO:tasks.rados.rados.0.smithi055.stdout:3385: finishing write tid 1 to smithi055169533-44 2023-10-14T00:13:07.729 INFO:tasks.rados.rados.0.smithi055.stdout:3385: finishing write tid 2 to smithi055169533-44 2023-10-14T00:13:07.729 INFO:tasks.rados.rados.0.smithi055.stdout:3382: done (3 left) 2023-10-14T00:13:07.729 INFO:tasks.rados.rados.0.smithi055.stdout:3383: done (2 left) 2023-10-14T00:13:07.729 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 48 current snap is 325 2023-10-14T00:13:07.729 INFO:tasks.rados.rados.0.smithi055.stdout:3385: finishing write tid 3 to smithi055169533-44 2023-10-14T00:13:07.730 INFO:tasks.rados.rados.0.smithi055.stdout:3387: seq_num 1062 ranges {9912320=589824,10502144=401408} 2023-10-14T00:13:07.786 INFO:tasks.rados.rados.0.smithi055.stdout:3387: writing smithi055169533-48 from 9912320 to 10502144 tid 1 2023-10-14T00:13:07.789 INFO:tasks.rados.rados.0.smithi055.stdout:3387: writing smithi055169533-48 from 10502144 to 10903552 tid 2 2023-10-14T00:13:07.789 INFO:tasks.rados.rados.0.smithi055.stdout:3388: snap_create 2023-10-14T00:13:07.789 INFO:tasks.rados.rados.0.smithi055.stdout:3385: finishing write tid 4 to smithi055169533-44 2023-10-14T00:13:07.790 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 44 v 1662 (ObjNum 1061 snap 325 seq_num 1061) dirty exists 2023-10-14T00:13:07.790 INFO:tasks.rados.rados.0.smithi055.stdout:3385: left oid 44 (ObjNum 1061 snap 325 seq_num 1061) 2023-10-14T00:13:07.790 INFO:tasks.rados.rados.0.smithi055.stdout:3386: finishing copy_from racing read to smithi055169533-4 2023-10-14T00:13:07.790 INFO:tasks.rados.rados.0.smithi055.stdout:3386: finishing copy_from to smithi055169533-4 2023-10-14T00:13:07.790 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 4 v 1756 (ObjNum 990 snap 311 seq_num 990) dirty exists 2023-10-14T00:13:07.792 INFO:tasks.rados.rados.0.smithi055.stdout:3387: finishing write tid 1 to smithi055169533-48 2023-10-14T00:13:07.792 INFO:tasks.rados.rados.0.smithi055.stdout:3387: finishing write tid 2 to smithi055169533-48 2023-10-14T00:13:07.792 INFO:tasks.rados.rados.0.smithi055.stdout:3387: finishing write tid 3 to smithi055169533-48 2023-10-14T00:13:07.794 INFO:tasks.rados.rados.0.smithi055.stdout:3387: finishing write tid 4 to smithi055169533-48 2023-10-14T00:13:07.794 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 48 v 1768 (ObjNum 1062 snap 325 seq_num 1062) dirty exists 2023-10-14T00:13:07.794 INFO:tasks.rados.rados.0.smithi055.stdout:3387: left oid 48 (ObjNum 1062 snap 325 seq_num 1062) 2023-10-14T00:13:07.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:07 smithi082 ceph-mon[180771]: osdmap e718: 8 total, 8 up, 8 in 2023-10-14T00:13:07.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:07 smithi082 ceph-mon[180771]: pgmap v792: 121 pgs: 121 active+clean; 311 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 2.9 MiB/s rd, 1.3 MiB/s wr, 8 op/s 2023-10-14T00:13:08.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:07 smithi055 ceph-mon[185614]: osdmap e718: 8 total, 8 up, 8 in 2023-10-14T00:13:08.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:07 smithi055 ceph-mon[185614]: pgmap v792: 121 pgs: 121 active+clean; 311 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 2.9 MiB/s rd, 1.3 MiB/s wr, 8 op/s 2023-10-14T00:13:08.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:07 smithi055 ceph-mon[183057]: osdmap e718: 8 total, 8 up, 8 in 2023-10-14T00:13:08.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:07 smithi055 ceph-mon[183057]: pgmap v792: 121 pgs: 121 active+clean; 311 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 2.9 MiB/s rd, 1.3 MiB/s wr, 8 op/s 2023-10-14T00:13:08.582 INFO:tasks.rados.rados.0.smithi055.stdout:3385: done (3 left) 2023-10-14T00:13:08.582 INFO:tasks.rados.rados.0.smithi055.stdout:3386: done (2 left) 2023-10-14T00:13:08.582 INFO:tasks.rados.rados.0.smithi055.stdout:3387: done (1 left) 2023-10-14T00:13:08.583 INFO:tasks.rados.rados.0.smithi055.stdout:3388: done (0 left) 2023-10-14T00:13:08.583 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 32 current snap is 326 2023-10-14T00:13:08.583 INFO:tasks.rados.rados.0.smithi055.stdout:3389: seq_num 1063 ranges {2596864=606208,3203072=401408} 2023-10-14T00:13:08.598 INFO:tasks.rados.rados.0.smithi055.stdout:3389: writing smithi055169533-32 from 2596864 to 3203072 tid 1 2023-10-14T00:13:08.601 INFO:tasks.rados.rados.0.smithi055.stdout:3389: writing smithi055169533-32 from 3203072 to 3604480 tid 2 2023-10-14T00:13:08.601 INFO:tasks.rados.rados.0.smithi055.stdout:3390: snap_create 2023-10-14T00:13:08.607 INFO:tasks.rados.rados.0.smithi055.stdout:3389: finishing write tid 1 to smithi055169533-32 2023-10-14T00:13:08.607 INFO:tasks.rados.rados.0.smithi055.stdout:3389: finishing write tid 2 to smithi055169533-32 2023-10-14T00:13:08.607 INFO:tasks.rados.rados.0.smithi055.stdout:3389: finishing write tid 3 to smithi055169533-32 2023-10-14T00:13:08.609 INFO:tasks.rados.rados.0.smithi055.stdout:3389: finishing write tid 4 to smithi055169533-32 2023-10-14T00:13:08.609 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 32 v 1975 (ObjNum 1063 snap 326 seq_num 1063) dirty exists 2023-10-14T00:13:08.609 INFO:tasks.rados.rados.0.smithi055.stdout:3389: left oid 32 (ObjNum 1063 snap 326 seq_num 1063) 2023-10-14T00:13:08.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:08 smithi082 ceph-mon[180771]: osdmap e719: 8 total, 8 up, 8 in 2023-10-14T00:13:09.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:08 smithi055 ceph-mon[185614]: osdmap e719: 8 total, 8 up, 8 in 2023-10-14T00:13:09.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:08 smithi055 ceph-mon[183057]: osdmap e719: 8 total, 8 up, 8 in 2023-10-14T00:13:09.594 INFO:tasks.rados.rados.0.smithi055.stdout:3389: done (1 left) 2023-10-14T00:13:09.594 INFO:tasks.rados.rados.0.smithi055.stdout:3390: done (0 left) 2023-10-14T00:13:09.594 INFO:tasks.rados.rados.0.smithi055.stdout:3391: read oid 10 snap -1 2023-10-14T00:13:09.594 INFO:tasks.rados.rados.0.smithi055.stdout:3391: expect (ObjNum 972 snap 303 seq_num 972) 2023-10-14T00:13:09.595 INFO:tasks.rados.rados.0.smithi055.stdout:3392: setattr oid 12 current snap is 327 2023-10-14T00:13:09.595 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 1 current snap is 327 2023-10-14T00:13:09.595 INFO:tasks.rados.rados.0.smithi055.stdout:3393: seq_num 1064 ranges {1474560=622592,2097152=401408} 2023-10-14T00:13:09.606 INFO:tasks.rados.rados.0.smithi055.stdout:3393: writing smithi055169533-1 from 1474560 to 2097152 tid 1 2023-10-14T00:13:09.609 INFO:tasks.rados.rados.0.smithi055.stdout:3393: writing smithi055169533-1 from 2097152 to 2498560 tid 2 2023-10-14T00:13:09.610 INFO:tasks.rados.rados.0.smithi055.stdout:3394: read oid 17 snap 321 2023-10-14T00:13:09.610 INFO:tasks.rados.rados.0.smithi055.stdout:3394: expect (ObjNum 1023 snap 318 seq_num 1023) 2023-10-14T00:13:09.610 INFO:tasks.rados.rados.0.smithi055.stdout:3395: delete oid 45 current snap is 327 2023-10-14T00:13:09.610 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 12 v 1769 (ObjNum 1059 snap 325 seq_num 1059) dirty exists 2023-10-14T00:13:09.614 INFO:tasks.rados.rados.0.smithi055.stdout:3393: finishing write tid 1 to smithi055169533-1 2023-10-14T00:13:09.614 INFO:tasks.rados.rados.0.smithi055.stdout:3393: finishing write tid 2 to smithi055169533-1 2023-10-14T00:13:09.615 INFO:tasks.rados.rados.0.smithi055.stdout:3393: finishing write tid 3 to smithi055169533-1 2023-10-14T00:13:09.616 INFO:tasks.rados.rados.0.smithi055.stdout:3393: finishing write tid 4 to smithi055169533-1 2023-10-14T00:13:09.616 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 1 v 1886 (ObjNum 1064 snap 327 seq_num 1064) dirty exists 2023-10-14T00:13:09.617 INFO:tasks.rados.rados.0.smithi055.stdout:3393: left oid 1 (ObjNum 1064 snap 327 seq_num 1064) 2023-10-14T00:13:09.617 INFO:tasks.rados.rados.0.smithi055.stdout:3391: expect (ObjNum 972 snap 303 seq_num 972) 2023-10-14T00:13:09.734 INFO:tasks.rados.rados.0.smithi055.stdout:3394: expect (ObjNum 1023 snap 318 seq_num 1023) 2023-10-14T00:13:09.866 INFO:tasks.rados.rados.0.smithi055.stdout:3391: done (4 left) 2023-10-14T00:13:09.866 INFO:tasks.rados.rados.0.smithi055.stdout:3392: done (3 left) 2023-10-14T00:13:09.866 INFO:tasks.rados.rados.0.smithi055.stdout:3393: done (2 left) 2023-10-14T00:13:09.867 INFO:tasks.rados.rados.0.smithi055.stdout:3394: done (1 left) 2023-10-14T00:13:09.867 INFO:tasks.rados.rados.0.smithi055.stdout:3395: done (0 left) 2023-10-14T00:13:09.867 INFO:tasks.rados.rados.0.smithi055.stdout:3396: read oid 27 snap -1 2023-10-14T00:13:09.867 INFO:tasks.rados.rados.0.smithi055.stdout:3396: expect (ObjNum 1036 snap 321 seq_num 1036) 2023-10-14T00:13:09.867 INFO:tasks.rados.rados.0.smithi055.stdout:3397: snap_remove snap 304 2023-10-14T00:13:09.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:09 smithi082 ceph-mon[180771]: osdmap e720: 8 total, 8 up, 8 in 2023-10-14T00:13:09.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:13:09.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:09 smithi082 ceph-mon[180771]: pgmap v795: 121 pgs: 121 active+clean; 323 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 3.4 MiB/s rd, 3.5 MiB/s wr, 14 op/s 2023-10-14T00:13:10.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:09 smithi055 ceph-mon[185614]: osdmap e720: 8 total, 8 up, 8 in 2023-10-14T00:13:10.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:13:10.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:09 smithi055 ceph-mon[185614]: pgmap v795: 121 pgs: 121 active+clean; 323 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 3.4 MiB/s rd, 3.5 MiB/s wr, 14 op/s 2023-10-14T00:13:10.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:09 smithi055 ceph-mon[183057]: osdmap e720: 8 total, 8 up, 8 in 2023-10-14T00:13:10.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:13:10.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:09 smithi055 ceph-mon[183057]: pgmap v795: 121 pgs: 121 active+clean; 323 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 3.4 MiB/s rd, 3.5 MiB/s wr, 14 op/s 2023-10-14T00:13:10.461 INFO:tasks.rados.rados.0.smithi055.stdout:3397: done (1 left) 2023-10-14T00:13:10.461 INFO:tasks.rados.rados.0.smithi055.stdout:3398: snap_remove snap 321 2023-10-14T00:13:10.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:10 smithi082 ceph-mon[180771]: osdmap e721: 8 total, 8 up, 8 in 2023-10-14T00:13:10.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:10 smithi082 ceph-mon[180771]: osdmap e722: 8 total, 8 up, 8 in 2023-10-14T00:13:11.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:10 smithi055 ceph-mon[185614]: osdmap e721: 8 total, 8 up, 8 in 2023-10-14T00:13:11.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:10 smithi055 ceph-mon[185614]: osdmap e722: 8 total, 8 up, 8 in 2023-10-14T00:13:11.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:10 smithi055 ceph-mon[183057]: osdmap e721: 8 total, 8 up, 8 in 2023-10-14T00:13:11.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:10 smithi055 ceph-mon[183057]: osdmap e722: 8 total, 8 up, 8 in 2023-10-14T00:13:11.460 INFO:tasks.rados.rados.0.smithi055.stdout:3398: done (1 left) 2023-10-14T00:13:11.460 INFO:tasks.rados.rados.0.smithi055.stdout:3399: snap_create 2023-10-14T00:13:11.461 INFO:tasks.rados.rados.0.smithi055.stdout:3396: expect (ObjNum 1036 snap 321 seq_num 1036) 2023-10-14T00:13:11.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:11 smithi082 ceph-mon[180771]: pgmap v798: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 336 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 MiB/s rd, 6.5 MiB/s wr, 28 op/s 2023-10-14T00:13:11.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:11 smithi082 ceph-mon[180771]: osdmap e723: 8 total, 8 up, 8 in 2023-10-14T00:13:12.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:11 smithi055 ceph-mon[185614]: pgmap v798: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 336 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 MiB/s rd, 6.5 MiB/s wr, 28 op/s 2023-10-14T00:13:12.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:11 smithi055 ceph-mon[185614]: osdmap e723: 8 total, 8 up, 8 in 2023-10-14T00:13:12.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:11 smithi055 ceph-mon[183057]: pgmap v798: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 336 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 MiB/s rd, 6.5 MiB/s wr, 28 op/s 2023-10-14T00:13:12.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:11 smithi055 ceph-mon[183057]: osdmap e723: 8 total, 8 up, 8 in 2023-10-14T00:13:12.462 INFO:tasks.rados.rados.0.smithi055.stdout:3396: done (1 left) 2023-10-14T00:13:12.462 INFO:tasks.rados.rados.0.smithi055.stdout:3399: done (0 left) 2023-10-14T00:13:12.462 INFO:tasks.rados.rados.0.smithi055.stdout:3400: delete oid 7 current snap is 328 2023-10-14T00:13:12.467 INFO:tasks.rados.rados.0.smithi055.stdout:3400: done (0 left) 2023-10-14T00:13:12.467 INFO:tasks.rados.rados.0.smithi055.stdout:3401: setattr oid 17 current snap is 328 2023-10-14T00:13:12.468 INFO:tasks.rados.rados.0.smithi055.stdout:3402: snap_remove snap 323 2023-10-14T00:13:13.489 INFO:tasks.rados.rados.0.smithi055.stdout:3402: done (1 left) 2023-10-14T00:13:13.490 INFO:tasks.rados.rados.0.smithi055.stdout:3403: snap_create 2023-10-14T00:13:13.490 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 17 v 2281 (ObjNum 1023 snap 318 seq_num 1023) dirty exists 2023-10-14T00:13:13.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:13 smithi055 ceph-mon[183057]: osdmap e724: 8 total, 8 up, 8 in 2023-10-14T00:13:13.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:13 smithi055 ceph-mon[183057]: pgmap v801: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 336 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 MiB/s rd, 3.4 MiB/s wr, 21 op/s 2023-10-14T00:13:13.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:13 smithi055 ceph-mon[185614]: osdmap e724: 8 total, 8 up, 8 in 2023-10-14T00:13:13.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:13 smithi055 ceph-mon[185614]: pgmap v801: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 336 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 MiB/s rd, 3.4 MiB/s wr, 21 op/s 2023-10-14T00:13:13.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:13 smithi082 ceph-mon[180771]: osdmap e724: 8 total, 8 up, 8 in 2023-10-14T00:13:13.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:13 smithi082 ceph-mon[180771]: pgmap v801: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 336 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 MiB/s rd, 3.4 MiB/s wr, 21 op/s 2023-10-14T00:13:14.491 INFO:tasks.rados.rados.0.smithi055.stdout:3401: done (1 left) 2023-10-14T00:13:14.492 INFO:tasks.rados.rados.0.smithi055.stdout:3403: done (0 left) 2023-10-14T00:13:14.492 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 46 current snap is 329 2023-10-14T00:13:14.492 INFO:tasks.rados.rados.0.smithi055.stdout:3404: seq_num 1067 ranges {5455872=679936,6135808=401408} 2023-10-14T00:13:14.526 INFO:tasks.rados.rados.0.smithi055.stdout:3404: writing smithi055169533-46 from 5455872 to 6135808 tid 1 2023-10-14T00:13:14.528 INFO:tasks.rados.rados.0.smithi055.stdout:3404: writing smithi055169533-46 from 6135808 to 6537216 tid 2 2023-10-14T00:13:14.528 INFO:tasks.rados.rados.0.smithi055.stdout:3405: read oid 11 snap -1 2023-10-14T00:13:14.529 INFO:tasks.rados.rados.0.smithi055.stdout:3405: expect (ObjNum 1045 snap 321 seq_num 1045) 2023-10-14T00:13:14.529 INFO:tasks.rados.rados.0.smithi055.stdout:3406: setattr oid 38 current snap is 329 2023-10-14T00:13:14.531 INFO:tasks.rados.rados.0.smithi055.stdout:3407: snap_remove snap 327 2023-10-14T00:13:14.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:14 smithi055 ceph-mon[185614]: osdmap e725: 8 total, 8 up, 8 in 2023-10-14T00:13:14.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:14 smithi055 ceph-mon[183057]: osdmap e725: 8 total, 8 up, 8 in 2023-10-14T00:13:14.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:14 smithi082 ceph-mon[180771]: osdmap e725: 8 total, 8 up, 8 in 2023-10-14T00:13:15.457 INFO:tasks.rados.rados.0.smithi055.stdout:3407: done (3 left) 2023-10-14T00:13:15.457 INFO:tasks.rados.rados.0.smithi055.stdout:3408: snap_remove snap 328 2023-10-14T00:13:15.501 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:13:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:13:15] "GET /metrics HTTP/1.1" 200 36157 "" "Prometheus/2.43.0" 2023-10-14T00:13:15.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:15 smithi055 ceph-mon[183057]: osdmap e726: 8 total, 8 up, 8 in 2023-10-14T00:13:15.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:15 smithi055 ceph-mon[183057]: pgmap v804: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 333 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.8 MiB/s rd, 250 KiB/s wr, 10 op/s 2023-10-14T00:13:15.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:15 smithi055 ceph-mon[183057]: osdmap e727: 8 total, 8 up, 8 in 2023-10-14T00:13:15.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:15 smithi055 ceph-mon[185614]: osdmap e726: 8 total, 8 up, 8 in 2023-10-14T00:13:15.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:15 smithi055 ceph-mon[185614]: pgmap v804: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 333 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.8 MiB/s rd, 250 KiB/s wr, 10 op/s 2023-10-14T00:13:15.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:15 smithi055 ceph-mon[185614]: osdmap e727: 8 total, 8 up, 8 in 2023-10-14T00:13:15.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:15 smithi082 ceph-mon[180771]: osdmap e726: 8 total, 8 up, 8 in 2023-10-14T00:13:15.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:15 smithi082 ceph-mon[180771]: pgmap v804: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 333 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.8 MiB/s rd, 250 KiB/s wr, 10 op/s 2023-10-14T00:13:15.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:15 smithi082 ceph-mon[180771]: osdmap e727: 8 total, 8 up, 8 in 2023-10-14T00:13:16.455 INFO:tasks.rados.rados.0.smithi055.stdout:3408: done (3 left) 2023-10-14T00:13:16.455 INFO:tasks.rados.rados.0.smithi055.stdout:3409: snap_create 2023-10-14T00:13:16.456 INFO:tasks.rados.rados.0.smithi055.stdout:3404: finishing write tid 1 to smithi055169533-46 2023-10-14T00:13:16.456 INFO:tasks.rados.rados.0.smithi055.stdout:3404: finishing write tid 2 to smithi055169533-46 2023-10-14T00:13:16.456 INFO:tasks.rados.rados.0.smithi055.stdout:3404: finishing write tid 3 to smithi055169533-46 2023-10-14T00:13:16.456 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 38 v 1766 (ObjNum 289 snap 0 seq_num 0) dirty exists 2023-10-14T00:13:16.457 INFO:tasks.rados.rados.0.smithi055.stdout:3404: finishing write tid 4 to smithi055169533-46 2023-10-14T00:13:16.457 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 46 v 2116 (ObjNum 1067 snap 329 seq_num 1067) dirty exists 2023-10-14T00:13:16.457 INFO:tasks.rados.rados.0.smithi055.stdout:3404: left oid 46 (ObjNum 1067 snap 329 seq_num 1067) 2023-10-14T00:13:16.457 INFO:tasks.rados.rados.0.smithi055.stdout:3405: expect (ObjNum 1045 snap 321 seq_num 1045) 2023-10-14T00:13:17.462 INFO:tasks.rados.rados.0.smithi055.stdout:3404: done (3 left) 2023-10-14T00:13:17.463 INFO:tasks.rados.rados.0.smithi055.stdout:3405: done (2 left) 2023-10-14T00:13:17.463 INFO:tasks.rados.rados.0.smithi055.stdout:3406: done (1 left) 2023-10-14T00:13:17.463 INFO:tasks.rados.rados.0.smithi055.stdout:3409: done (0 left) 2023-10-14T00:13:17.463 INFO:tasks.rados.rados.0.smithi055.stdout:3410: rmattr oid 20 current snap is 330 2023-10-14T00:13:17.464 INFO:tasks.rados.rados.0.smithi055.stdout:3411: rollback oid 4 current snap is 330 2023-10-14T00:13:17.464 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 4 to 300 2023-10-14T00:13:17.464 INFO:tasks.rados.rados.0.smithi055.stdout:3412: rmattr oid 41 current snap is 330 2023-10-14T00:13:17.464 INFO:tasks.rados.rados.0.smithi055.stdout:3413: read oid 27 snap 317 2023-10-14T00:13:17.464 INFO:tasks.rados.rados.0.smithi055.stdout:3413: expect deleted 2023-10-14T00:13:17.465 INFO:tasks.rados.rados.0.smithi055.stdout:3414: read oid 21 snap 300 2023-10-14T00:13:17.465 INFO:tasks.rados.rados.0.smithi055.stdout:3414: expect (ObjNum 951 snap 293 seq_num 951) 2023-10-14T00:13:17.465 INFO:tasks.rados.rados.0.smithi055.stdout:3415: copy_from oid 32 from oid 36 current snap is 330 2023-10-14T00:13:17.465 INFO:tasks.rados.rados.0.smithi055.stdout:3416: read oid 42 snap 322 2023-10-14T00:13:17.465 INFO:tasks.rados.rados.0.smithi055.stdout:3416: expect deleted 2023-10-14T00:13:17.465 INFO:tasks.rados.rados.0.smithi055.stdout:3417: snap_remove snap 326 2023-10-14T00:13:17.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:17 smithi055 ceph-mon[183057]: osdmap e728: 8 total, 8 up, 8 in 2023-10-14T00:13:17.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:17 smithi055 ceph-mon[183057]: pgmap v807: 121 pgs: 121 active+clean; 334 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.6 MiB/s rd, 514 KiB/s wr, 11 op/s 2023-10-14T00:13:17.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:17 smithi055 ceph-mon[185614]: osdmap e728: 8 total, 8 up, 8 in 2023-10-14T00:13:17.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:17 smithi055 ceph-mon[185614]: pgmap v807: 121 pgs: 121 active+clean; 334 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.6 MiB/s rd, 514 KiB/s wr, 11 op/s 2023-10-14T00:13:17.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:17 smithi082 ceph-mon[180771]: osdmap e728: 8 total, 8 up, 8 in 2023-10-14T00:13:17.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:17 smithi082 ceph-mon[180771]: pgmap v807: 121 pgs: 121 active+clean; 334 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.6 MiB/s rd, 514 KiB/s wr, 11 op/s 2023-10-14T00:13:18.468 INFO:tasks.rados.rados.0.smithi055.stdout:3417: done (7 left) 2023-10-14T00:13:18.468 INFO:tasks.rados.rados.0.smithi055.stdout:3418: snap_remove snap 329 2023-10-14T00:13:18.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:18 smithi055 ceph-mon[185614]: osdmap e729: 8 total, 8 up, 8 in 2023-10-14T00:13:18.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:18 smithi055 ceph-mon[183057]: osdmap e729: 8 total, 8 up, 8 in 2023-10-14T00:13:18.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:18 smithi082 ceph-mon[180771]: osdmap e729: 8 total, 8 up, 8 in 2023-10-14T00:13:19.477 INFO:tasks.rados.rados.0.smithi055.stdout:3418: done (7 left) 2023-10-14T00:13:19.478 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 8 current snap is 330 2023-10-14T00:13:19.478 INFO:tasks.rados.rados.0.smithi055.stdout:3419: seq_num 1068 ranges {1384448=696320,2080768=401408} 2023-10-14T00:13:19.490 INFO:tasks.rados.rados.0.smithi055.stdout:3419: writing smithi055169533-8 from 1384448 to 2080768 tid 1 2023-10-14T00:13:19.494 INFO:tasks.rados.rados.0.smithi055.stdout:3419: writing smithi055169533-8 from 2080768 to 2482176 tid 2 2023-10-14T00:13:19.494 INFO:tasks.rados.rados.0.smithi055.stdout:3420: copy_from oid 10 from oid 13 current snap is 330 2023-10-14T00:13:19.494 INFO:tasks.rados.rados.0.smithi055.stdout:3411: finishing rollback tid 0 to smithi055169533-4 2023-10-14T00:13:19.494 INFO:tasks.rados.rados.0.smithi055.stdout:3411: finishing rollback tid 1 to smithi055169533-4 2023-10-14T00:13:19.494 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 20 v 1139 (ObjNum 942 snap 292 seq_num 942) dirty exists 2023-10-14T00:13:19.495 INFO:tasks.rados.rados.0.smithi055.stdout:3411: finishing rollback tid 2 to smithi055169533-4 2023-10-14T00:13:19.495 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 4 v 2040 (ObjNum 816 snap 251 seq_num 816) dirty exists 2023-10-14T00:13:19.495 INFO:tasks.rados.rados.0.smithi055.stdout:3415: finishing copy_from racing read to smithi055169533-32 2023-10-14T00:13:19.495 INFO:tasks.rados.rados.0.smithi055.stdout:3415: finishing copy_from to smithi055169533-32 2023-10-14T00:13:19.496 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 32 v 1765 (ObjNum 840 snap 258 seq_num 840) dirty exists 2023-10-14T00:13:19.496 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 41 v 1555 (ObjNum 1042 snap 321 seq_num 1042) dirty exists 2023-10-14T00:13:19.496 INFO:tasks.rados.rados.0.smithi055.stdout:3414: expect (ObjNum 951 snap 293 seq_num 951) 2023-10-14T00:13:19.703 INFO:tasks.rados.rados.0.smithi055.stdout:3420: finishing copy_from to smithi055169533-10 2023-10-14T00:13:19.704 INFO:tasks.rados.rados.0.smithi055.stdout:3420: got expected ENOENT (src dne) 2023-10-14T00:13:19.704 INFO:tasks.rados.rados.0.smithi055.stdout:3420: finishing copy_from racing read to smithi055169533-10 2023-10-14T00:13:19.704 INFO:tasks.rados.rados.0.smithi055.stdout:3419: finishing write tid 1 to smithi055169533-8 2023-10-14T00:13:19.704 INFO:tasks.rados.rados.0.smithi055.stdout:3419: finishing write tid 2 to smithi055169533-8 2023-10-14T00:13:19.704 INFO:tasks.rados.rados.0.smithi055.stdout:3419: finishing write tid 3 to smithi055169533-8 2023-10-14T00:13:19.705 INFO:tasks.rados.rados.0.smithi055.stdout:3410: done (8 left) 2023-10-14T00:13:19.705 INFO:tasks.rados.rados.0.smithi055.stdout:3411: done (7 left) 2023-10-14T00:13:19.705 INFO:tasks.rados.rados.0.smithi055.stdout:3412: done (6 left) 2023-10-14T00:13:19.705 INFO:tasks.rados.rados.0.smithi055.stdout:3413: done (5 left) 2023-10-14T00:13:19.705 INFO:tasks.rados.rados.0.smithi055.stdout:3414: done (4 left) 2023-10-14T00:13:19.706 INFO:tasks.rados.rados.0.smithi055.stdout:3415: done (3 left) 2023-10-14T00:13:19.706 INFO:tasks.rados.rados.0.smithi055.stdout:3416: done (2 left) 2023-10-14T00:13:19.706 INFO:tasks.rados.rados.0.smithi055.stdout:3420: done (1 left) 2023-10-14T00:13:19.706 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 10 current snap is 330 2023-10-14T00:13:19.706 INFO:tasks.rados.rados.0.smithi055.stdout:3419: finishing write tid 4 to smithi055169533-8 2023-10-14T00:13:19.706 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 8 v 1558 (ObjNum 1068 snap 330 seq_num 1068) dirty exists 2023-10-14T00:13:19.707 INFO:tasks.rados.rados.0.smithi055.stdout:3419: left oid 8 (ObjNum 1068 snap 330 seq_num 1068) 2023-10-14T00:13:19.707 INFO:tasks.rados.rados.0.smithi055.stdout:3421: seq_num 1069 ranges {3416064=712704,4128768=401408} 2023-10-14T00:13:19.726 INFO:tasks.rados.rados.0.smithi055.stdout:3421: writing smithi055169533-10 from 3416064 to 4128768 tid 1 2023-10-14T00:13:19.729 INFO:tasks.rados.rados.0.smithi055.stdout:3421: writing smithi055169533-10 from 4128768 to 4530176 tid 2 2023-10-14T00:13:19.729 INFO:tasks.rados.rados.0.smithi055.stdout:3419: done (1 left) 2023-10-14T00:13:19.729 INFO:tasks.rados.rados.0.smithi055.stdout:3422: rollback oid 40 current snap is 330 2023-10-14T00:13:19.729 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 40 to 300 2023-10-14T00:13:19.730 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 4 current snap is 330 2023-10-14T00:13:19.730 INFO:tasks.rados.rados.0.smithi055.stdout:3423: seq_num 1070 ranges {1679360=729088,2408448=401408} 2023-10-14T00:13:19.742 INFO:tasks.rados.rados.0.smithi055.stdout:3423: writing smithi055169533-4 from 1679360 to 2408448 tid 1 2023-10-14T00:13:19.745 INFO:tasks.rados.rados.0.smithi055.stdout:3423: writing smithi055169533-4 from 2408448 to 2809856 tid 2 2023-10-14T00:13:19.745 INFO:tasks.rados.rados.0.smithi055.stdout:3424: snap_create 2023-10-14T00:13:19.746 INFO:tasks.rados.rados.0.smithi055.stdout:3422: finishing rollback tid 0 to smithi055169533-40 2023-10-14T00:13:19.746 INFO:tasks.rados.rados.0.smithi055.stdout:3422: finishing rollback tid 1 to smithi055169533-40 2023-10-14T00:13:19.746 INFO:tasks.rados.rados.0.smithi055.stdout:3422: finishing rollback tid 2 to smithi055169533-40 2023-10-14T00:13:19.746 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 40 v 1769 (ObjNum 939 snap 290 seq_num 939) dirty exists 2023-10-14T00:13:19.747 INFO:tasks.rados.rados.0.smithi055.stdout:3421: finishing write tid 1 to smithi055169533-10 2023-10-14T00:13:19.747 INFO:tasks.rados.rados.0.smithi055.stdout:3421: finishing write tid 2 to smithi055169533-10 2023-10-14T00:13:19.747 INFO:tasks.rados.rados.0.smithi055.stdout:3421: finishing write tid 3 to smithi055169533-10 2023-10-14T00:13:19.747 INFO:tasks.rados.rados.0.smithi055.stdout:3421: finishing write tid 4 to smithi055169533-10 2023-10-14T00:13:19.748 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 10 v 2297 (ObjNum 1069 snap 330 seq_num 1069) dirty exists 2023-10-14T00:13:19.748 INFO:tasks.rados.rados.0.smithi055.stdout:3421: left oid 10 (ObjNum 1069 snap 330 seq_num 1069) 2023-10-14T00:13:19.749 INFO:tasks.rados.rados.0.smithi055.stdout:3423: finishing write tid 1 to smithi055169533-4 2023-10-14T00:13:19.749 INFO:tasks.rados.rados.0.smithi055.stdout:3423: finishing write tid 2 to smithi055169533-4 2023-10-14T00:13:19.749 INFO:tasks.rados.rados.0.smithi055.stdout:3423: finishing write tid 3 to smithi055169533-4 2023-10-14T00:13:19.750 INFO:tasks.rados.rados.0.smithi055.stdout:3423: finishing write tid 4 to smithi055169533-4 2023-10-14T00:13:19.751 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 4 v 2047 (ObjNum 1070 snap 330 seq_num 1070) dirty exists 2023-10-14T00:13:19.751 INFO:tasks.rados.rados.0.smithi055.stdout:3423: left oid 4 (ObjNum 1070 snap 330 seq_num 1070) 2023-10-14T00:13:19.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:19 smithi055 ceph-mon[185614]: osdmap e730: 8 total, 8 up, 8 in 2023-10-14T00:13:19.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:19 smithi055 ceph-mon[185614]: pgmap v810: 121 pgs: 121 active+clean; 336 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.9 MiB/s rd, 264 KiB/s wr, 12 op/s 2023-10-14T00:13:19.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:19 smithi055 ceph-mon[183057]: osdmap e730: 8 total, 8 up, 8 in 2023-10-14T00:13:19.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:19 smithi055 ceph-mon[183057]: pgmap v810: 121 pgs: 121 active+clean; 336 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.9 MiB/s rd, 264 KiB/s wr, 12 op/s 2023-10-14T00:13:19.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:19 smithi082 ceph-mon[180771]: osdmap e730: 8 total, 8 up, 8 in 2023-10-14T00:13:19.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:19 smithi082 ceph-mon[180771]: pgmap v810: 121 pgs: 121 active+clean; 336 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.9 MiB/s rd, 264 KiB/s wr, 12 op/s 2023-10-14T00:13:20.462 INFO:tasks.rados.rados.0.smithi055.stdout:3421: done (3 left) 2023-10-14T00:13:20.462 INFO:tasks.rados.rados.0.smithi055.stdout:3422: done (2 left) 2023-10-14T00:13:20.462 INFO:tasks.rados.rados.0.smithi055.stdout:3423: done (1 left) 2023-10-14T00:13:20.463 INFO:tasks.rados.rados.0.smithi055.stdout:3424: done (0 left) 2023-10-14T00:13:20.463 INFO:tasks.rados.rados.0.smithi055.stdout:3425: rmattr oid 26 current snap is 331 2023-10-14T00:13:20.463 INFO:tasks.rados.rados.0.smithi055.stdout:3425: done (0 left) 2023-10-14T00:13:20.463 INFO:tasks.rados.rados.0.smithi055.stdout:3426: rollback oid 26 current snap is 331 2023-10-14T00:13:20.463 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 26 to 320 2023-10-14T00:13:20.464 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 9 current snap is 331 2023-10-14T00:13:20.464 INFO:tasks.rados.rados.0.smithi055.stdout:3427: seq_num 1071 ranges {0=745472,745472=401408} 2023-10-14T00:13:20.466 INFO:tasks.rados.rados.0.smithi055.stdout:3427: writing smithi055169533-9 from 0 to 745472 tid 1 2023-10-14T00:13:20.466 INFO:tasks.rados.rados.0.smithi055.stdout:3427: writing smithi055169533-9 from 745472 to 1146880 tid 2 2023-10-14T00:13:20.467 INFO:tasks.rados.rados.0.smithi055.stdout:3428: snap_remove snap 325 2023-10-14T00:13:20.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:20 smithi055 ceph-mon[185614]: osdmap e731: 8 total, 8 up, 8 in 2023-10-14T00:13:20.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:20 smithi055 ceph-mon[185614]: osdmap e732: 8 total, 8 up, 8 in 2023-10-14T00:13:20.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:20 smithi055 ceph-mon[183057]: osdmap e731: 8 total, 8 up, 8 in 2023-10-14T00:13:20.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:20 smithi055 ceph-mon[183057]: osdmap e732: 8 total, 8 up, 8 in 2023-10-14T00:13:20.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:20 smithi082 ceph-mon[180771]: osdmap e731: 8 total, 8 up, 8 in 2023-10-14T00:13:20.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:20 smithi082 ceph-mon[180771]: osdmap e732: 8 total, 8 up, 8 in 2023-10-14T00:13:21.475 INFO:tasks.rados.rados.0.smithi055.stdout:3428: done (2 left) 2023-10-14T00:13:21.476 INFO:tasks.rados.rados.0.smithi055.stdout:3429: setattr oid 5 current snap is 331 2023-10-14T00:13:21.476 INFO:tasks.rados.rados.0.smithi055.stdout:3426: finishing rollback tid 1 to smithi055169533-26 2023-10-14T00:13:21.476 INFO:tasks.rados.rados.0.smithi055.stdout:3426: finishing rollback tid 2 to smithi055169533-26 2023-10-14T00:13:21.476 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 26 v 1880 (ObjNum 816 snap 251 seq_num 816) dirty exists 2023-10-14T00:13:21.476 INFO:tasks.rados.rados.0.smithi055.stdout:3427: finishing write tid 1 to smithi055169533-9 2023-10-14T00:13:21.477 INFO:tasks.rados.rados.0.smithi055.stdout:3427: finishing write tid 2 to smithi055169533-9 2023-10-14T00:13:21.477 INFO:tasks.rados.rados.0.smithi055.stdout:3427: finishing write tid 3 to smithi055169533-9 2023-10-14T00:13:21.477 INFO:tasks.rados.rados.0.smithi055.stdout:3427: finishing write tid 4 to smithi055169533-9 2023-10-14T00:13:21.477 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 9 v 1978 (ObjNum 1071 snap 331 seq_num 1071) dirty exists 2023-10-14T00:13:21.477 INFO:tasks.rados.rados.0.smithi055.stdout:3427: left oid 9 (ObjNum 1071 snap 331 seq_num 1071) 2023-10-14T00:13:21.480 INFO:tasks.rados.rados.0.smithi055.stdout:3426: done (2 left) 2023-10-14T00:13:21.480 INFO:tasks.rados.rados.0.smithi055.stdout:3427: done (1 left) 2023-10-14T00:13:21.480 INFO:tasks.rados.rados.0.smithi055.stdout:3430: read oid 43 snap -1 2023-10-14T00:13:21.481 INFO:tasks.rados.rados.0.smithi055.stdout:3430: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:13:21.481 INFO:tasks.rados.rados.0.smithi055.stdout:3431: snap_create 2023-10-14T00:13:21.485 INFO:tasks.rados.rados.0.smithi055.stdout:3430: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:13:21.493 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 5 v 2132 (ObjNum 1017 snap 318 seq_num 1017) dirty exists 2023-10-14T00:13:21.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:21 smithi055 ceph-mon[183057]: pgmap v813: 121 pgs: 121 active+clean; 337 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.0 MiB/s rd, 508 KiB/s wr, 13 op/s 2023-10-14T00:13:21.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:21 smithi055 ceph-mon[183057]: osdmap e733: 8 total, 8 up, 8 in 2023-10-14T00:13:21.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:21 smithi055 ceph-mon[185614]: pgmap v813: 121 pgs: 121 active+clean; 337 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.0 MiB/s rd, 508 KiB/s wr, 13 op/s 2023-10-14T00:13:21.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:21 smithi055 ceph-mon[185614]: osdmap e733: 8 total, 8 up, 8 in 2023-10-14T00:13:21.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:21 smithi082 ceph-mon[180771]: pgmap v813: 121 pgs: 121 active+clean; 337 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.0 MiB/s rd, 508 KiB/s wr, 13 op/s 2023-10-14T00:13:21.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:21 smithi082 ceph-mon[180771]: osdmap e733: 8 total, 8 up, 8 in 2023-10-14T00:13:22.480 INFO:tasks.rados.rados.0.smithi055.stdout:3429: done (2 left) 2023-10-14T00:13:22.480 INFO:tasks.rados.rados.0.smithi055.stdout:3430: done (1 left) 2023-10-14T00:13:22.481 INFO:tasks.rados.rados.0.smithi055.stdout:3431: done (0 left) 2023-10-14T00:13:22.481 INFO:tasks.rados.rados.0.smithi055.stdout:3432: delete oid 30 current snap is 332 2023-10-14T00:13:22.487 INFO:tasks.rados.rados.0.smithi055.stdout:3432: done (0 left) 2023-10-14T00:13:22.487 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 4 current snap is 332 2023-10-14T00:13:22.487 INFO:tasks.rados.rados.0.smithi055.stdout:3433: seq_num 1073 ranges {2809856=778240,3588096=401408} 2023-10-14T00:13:22.506 INFO:tasks.rados.rados.0.smithi055.stdout:3433: writing smithi055169533-4 from 2809856 to 3588096 tid 1 2023-10-14T00:13:22.509 INFO:tasks.rados.rados.0.smithi055.stdout:3433: writing smithi055169533-4 from 3588096 to 3989504 tid 2 2023-10-14T00:13:22.509 INFO:tasks.rados.rados.0.smithi055.stdout:3434: rmattr oid 39 current snap is 332 2023-10-14T00:13:22.509 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 3 current snap is 332 2023-10-14T00:13:22.509 INFO:tasks.rados.rados.0.smithi055.stdout:3435: seq_num 1074 ranges {5267456=794624,6062080=401408} 2023-10-14T00:13:22.543 INFO:tasks.rados.rados.0.smithi055.stdout:3435: writing smithi055169533-3 from 5267456 to 6062080 tid 1 2023-10-14T00:13:22.546 INFO:tasks.rados.rados.0.smithi055.stdout:3435: writing smithi055169533-3 from 6062080 to 6463488 tid 2 2023-10-14T00:13:22.546 INFO:tasks.rados.rados.0.smithi055.stdout:3436: delete oid 34 current snap is 332 2023-10-14T00:13:22.546 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 39 v 2303 (ObjNum 992 snap 315 seq_num 992) dirty exists 2023-10-14T00:13:22.546 INFO:tasks.rados.rados.0.smithi055.stdout:3433: finishing write tid 1 to smithi055169533-4 2023-10-14T00:13:22.547 INFO:tasks.rados.rados.0.smithi055.stdout:3433: finishing write tid 2 to smithi055169533-4 2023-10-14T00:13:22.547 INFO:tasks.rados.rados.0.smithi055.stdout:3433: finishing write tid 3 to smithi055169533-4 2023-10-14T00:13:22.547 INFO:tasks.rados.rados.0.smithi055.stdout:3433: finishing write tid 4 to smithi055169533-4 2023-10-14T00:13:22.547 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 4 v 2053 (ObjNum 1073 snap 332 seq_num 1073) dirty exists 2023-10-14T00:13:22.547 INFO:tasks.rados.rados.0.smithi055.stdout:3433: left oid 4 (ObjNum 1073 snap 332 seq_num 1073) 2023-10-14T00:13:22.549 INFO:tasks.rados.rados.0.smithi055.stdout:3433: done (3 left) 2023-10-14T00:13:22.549 INFO:tasks.rados.rados.0.smithi055.stdout:3434: done (2 left) 2023-10-14T00:13:22.549 INFO:tasks.rados.rados.0.smithi055.stdout:3436: done (1 left) 2023-10-14T00:13:22.549 INFO:tasks.rados.rados.0.smithi055.stdout:3437: copy_from oid 35 from oid 7 current snap is 332 2023-10-14T00:13:22.549 INFO:tasks.rados.rados.0.smithi055.stdout:3438: rmattr oid 43 current snap is 332 2023-10-14T00:13:22.550 INFO:tasks.rados.rados.0.smithi055.stdout:3439: snap_remove snap 320 2023-10-14T00:13:23.501 INFO:tasks.rados.rados.0.smithi055.stdout:3439: done (3 left) 2023-10-14T00:13:23.502 INFO:tasks.rados.rados.0.smithi055.stdout:3440: setattr oid 34 current snap is 332 2023-10-14T00:13:23.502 INFO:tasks.rados.rados.0.smithi055.stdout:3435: finishing write tid 1 to smithi055169533-3 2023-10-14T00:13:23.502 INFO:tasks.rados.rados.0.smithi055.stdout:3435: finishing write tid 2 to smithi055169533-3 2023-10-14T00:13:23.503 INFO:tasks.rados.rados.0.smithi055.stdout:3435: finishing write tid 3 to smithi055169533-3 2023-10-14T00:13:23.503 INFO:tasks.rados.rados.0.smithi055.stdout:3437: finishing copy_from to smithi055169533-35 2023-10-14T00:13:23.503 INFO:tasks.rados.rados.0.smithi055.stdout:3437: got expected ENOENT (src dne) 2023-10-14T00:13:23.504 INFO:tasks.rados.rados.0.smithi055.stdout:3437: finishing copy_from racing read to smithi055169533-35 2023-10-14T00:13:23.504 INFO:tasks.rados.rados.0.smithi055.stdout:3435: finishing write tid 4 to smithi055169533-3 2023-10-14T00:13:23.504 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 3 v 2057 (ObjNum 1074 snap 332 seq_num 1074) dirty exists 2023-10-14T00:13:23.504 INFO:tasks.rados.rados.0.smithi055.stdout:3435: left oid 3 (ObjNum 1074 snap 332 seq_num 1074) 2023-10-14T00:13:23.505 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 43 v 1664 (ObjNum 161 snap 0 seq_num 1) dirty exists 2023-10-14T00:13:23.506 INFO:tasks.rados.rados.0.smithi055.stdout:3435: done (3 left) 2023-10-14T00:13:23.506 INFO:tasks.rados.rados.0.smithi055.stdout:3437: done (2 left) 2023-10-14T00:13:23.506 INFO:tasks.rados.rados.0.smithi055.stdout:3438: done (1 left) 2023-10-14T00:13:23.506 INFO:tasks.rados.rados.0.smithi055.stdout:3441: copy_from oid 3 from oid 9 current snap is 332 2023-10-14T00:13:23.507 INFO:tasks.rados.rados.0.smithi055.stdout:3442: read oid 44 snap -1 2023-10-14T00:13:23.507 INFO:tasks.rados.rados.0.smithi055.stdout:3442: expect (ObjNum 1061 snap 325 seq_num 1061) 2023-10-14T00:13:23.507 INFO:tasks.rados.rados.0.smithi055.stdout:3443: read oid 49 snap 306 2023-10-14T00:13:23.507 INFO:tasks.rados.rados.0.smithi055.stdout:3443: expect (ObjNum 930 snap 288 seq_num 930) 2023-10-14T00:13:23.507 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 29 current snap is 332 2023-10-14T00:13:23.508 INFO:tasks.rados.rados.0.smithi055.stdout:3444: seq_num 1076 ranges {9912320=425984,10338304=548864,10887168=253952} 2023-10-14T00:13:23.562 INFO:tasks.rados.rados.0.smithi055.stdout:3444: writing smithi055169533-29 from 9912320 to 10338304 tid 1 2023-10-14T00:13:23.565 INFO:tasks.rados.rados.0.smithi055.stdout:3444: writing smithi055169533-29 from 10338304 to 10887168 tid 2 2023-10-14T00:13:23.566 INFO:tasks.rados.rados.0.smithi055.stdout:3444: writing smithi055169533-29 from 10887168 to 11141120 tid 3 2023-10-14T00:13:23.567 INFO:tasks.rados.rados.0.smithi055.stdout:3445: snap_remove snap 317 2023-10-14T00:13:23.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:23 smithi055 ceph-mon[185614]: osdmap e734: 8 total, 8 up, 8 in 2023-10-14T00:13:23.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:23 smithi055 ceph-mon[185614]: pgmap v816: 121 pgs: 121 active+clean; 337 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 0 B/s rd, 508 KiB/s wr, 3 op/s 2023-10-14T00:13:23.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:23 smithi055 ceph-mon[183057]: osdmap e734: 8 total, 8 up, 8 in 2023-10-14T00:13:23.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:23 smithi055 ceph-mon[183057]: pgmap v816: 121 pgs: 121 active+clean; 337 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 0 B/s rd, 508 KiB/s wr, 3 op/s 2023-10-14T00:13:23.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:23 smithi082 ceph-mon[180771]: osdmap e734: 8 total, 8 up, 8 in 2023-10-14T00:13:23.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:23 smithi082 ceph-mon[180771]: pgmap v816: 121 pgs: 121 active+clean; 337 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 0 B/s rd, 508 KiB/s wr, 3 op/s 2023-10-14T00:13:24.522 INFO:tasks.rados.rados.0.smithi055.stdout:3445: done (5 left) 2023-10-14T00:13:24.522 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 33 current snap is 332 2023-10-14T00:13:24.522 INFO:tasks.rados.rados.0.smithi055.stdout:3446: seq_num 1077 ranges {761856=442368,1204224=434176,1638400=368640} 2023-10-14T00:13:24.530 INFO:tasks.rados.rados.0.smithi055.stdout:3446: writing smithi055169533-33 from 761856 to 1204224 tid 1 2023-10-14T00:13:24.531 INFO:tasks.rados.rados.0.smithi055.stdout:3446: writing smithi055169533-33 from 1204224 to 1638400 tid 2 2023-10-14T00:13:24.534 INFO:tasks.rados.rados.0.smithi055.stdout:3446: writing smithi055169533-33 from 1638400 to 2007040 tid 3 2023-10-14T00:13:24.534 INFO:tasks.rados.rados.0.smithi055.stdout:3447: snap_create 2023-10-14T00:13:24.537 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 34 v 2117 (ObjNum 289 snap 0 seq_num 1) dirty exists 2023-10-14T00:13:24.537 INFO:tasks.rados.rados.0.smithi055.stdout:3442: expect (ObjNum 1061 snap 325 seq_num 1061) 2023-10-14T00:13:24.569 INFO:tasks.rados.rados.0.smithi055.stdout:3441: finishing copy_from racing read to smithi055169533-3 2023-10-14T00:13:24.569 INFO:tasks.rados.rados.0.smithi055.stdout:3443: expect (ObjNum 930 snap 288 seq_num 930) 2023-10-14T00:13:24.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:24 smithi055 ceph-mon[185614]: osdmap e735: 8 total, 8 up, 8 in 2023-10-14T00:13:24.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:13:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:24 smithi055 ceph-mon[183057]: osdmap e735: 8 total, 8 up, 8 in 2023-10-14T00:13:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:13:24.825 INFO:tasks.rados.rados.0.smithi055.stdout:3441: finishing copy_from to smithi055169533-3 2023-10-14T00:13:24.826 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 3 v 1978 (ObjNum 1071 snap 331 seq_num 1071) dirty exists 2023-10-14T00:13:24.826 INFO:tasks.rados.rados.0.smithi055.stdout:3444: finishing write tid 1 to smithi055169533-29 2023-10-14T00:13:24.826 INFO:tasks.rados.rados.0.smithi055.stdout:3444: finishing write tid 2 to smithi055169533-29 2023-10-14T00:13:24.826 INFO:tasks.rados.rados.0.smithi055.stdout:3444: finishing write tid 3 to smithi055169533-29 2023-10-14T00:13:24.827 INFO:tasks.rados.rados.0.smithi055.stdout:3444: finishing write tid 4 to smithi055169533-29 2023-10-14T00:13:24.827 INFO:tasks.rados.rados.0.smithi055.stdout:3444: finishing write tid 5 to smithi055169533-29 2023-10-14T00:13:24.827 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 29 v 1982 (ObjNum 1076 snap 332 seq_num 1076) dirty exists 2023-10-14T00:13:24.827 INFO:tasks.rados.rados.0.smithi055.stdout:3444: left oid 29 (ObjNum 1076 snap 332 seq_num 1076) 2023-10-14T00:13:24.827 INFO:tasks.rados.rados.0.smithi055.stdout:3446: finishing write tid 1 to smithi055169533-33 2023-10-14T00:13:24.828 INFO:tasks.rados.rados.0.smithi055.stdout:3446: finishing write tid 2 to smithi055169533-33 2023-10-14T00:13:24.828 INFO:tasks.rados.rados.0.smithi055.stdout:3446: finishing write tid 3 to smithi055169533-33 2023-10-14T00:13:24.828 INFO:tasks.rados.rados.0.smithi055.stdout:3446: finishing write tid 4 to smithi055169533-33 2023-10-14T00:13:24.828 INFO:tasks.rados.rados.0.smithi055.stdout:3446: finishing write tid 5 to smithi055169533-33 2023-10-14T00:13:24.828 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 33 v 1562 (ObjNum 1077 snap 332 seq_num 1077) dirty exists 2023-10-14T00:13:24.829 INFO:tasks.rados.rados.0.smithi055.stdout:3446: left oid 33 (ObjNum 1077 snap 332 seq_num 1077) 2023-10-14T00:13:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:24 smithi082 ceph-mon[180771]: osdmap e735: 8 total, 8 up, 8 in 2023-10-14T00:13:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:13:25.460 INFO:tasks.rados.rados.0.smithi055.stdout:3440: done (6 left) 2023-10-14T00:13:25.461 INFO:tasks.rados.rados.0.smithi055.stdout:3441: done (5 left) 2023-10-14T00:13:25.461 INFO:tasks.rados.rados.0.smithi055.stdout:3442: done (4 left) 2023-10-14T00:13:25.461 INFO:tasks.rados.rados.0.smithi055.stdout:3443: done (3 left) 2023-10-14T00:13:25.462 INFO:tasks.rados.rados.0.smithi055.stdout:3444: done (2 left) 2023-10-14T00:13:25.462 INFO:tasks.rados.rados.0.smithi055.stdout:3446: done (1 left) 2023-10-14T00:13:25.462 INFO:tasks.rados.rados.0.smithi055.stdout:3447: done (0 left) 2023-10-14T00:13:25.462 INFO:tasks.rados.rados.0.smithi055.stdout:3448: read oid 3 snap -1 2023-10-14T00:13:25.463 INFO:tasks.rados.rados.0.smithi055.stdout:3448: expect (ObjNum 1071 snap 331 seq_num 1071) 2023-10-14T00:13:25.463 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 22 current snap is 333 2023-10-14T00:13:25.463 INFO:tasks.rados.rados.0.smithi055.stdout:3449: seq_num 1078 ranges {7110656=458752,7569408=720896,8290304=81920} 2023-10-14T00:13:25.503 INFO:tasks.rados.rados.0.smithi055.stdout:3449: writing smithi055169533-22 from 7110656 to 7569408 tid 1 2023-10-14T00:13:25.507 INFO:tasks.rados.rados.0.smithi055.stdout:3449: writing smithi055169533-22 from 7569408 to 8290304 tid 2 2023-10-14T00:13:25.508 INFO:tasks.rados.rados.0.smithi055.stdout:3449: writing smithi055169533-22 from 8290304 to 8372224 tid 3 2023-10-14T00:13:25.508 INFO:tasks.rados.rados.0.smithi055.stdout:3450: read oid 37 snap -1 2023-10-14T00:13:25.509 INFO:tasks.rados.rados.0.smithi055.stdout:3450: expect (ObjNum 992 snap 315 seq_num 992) 2023-10-14T00:13:25.509 INFO:tasks.rados.rados.0.smithi055.stdout:3451: delete oid 18 current snap is 333 2023-10-14T00:13:25.509 INFO:tasks.rados.rados.0.smithi055.stdout:3448: expect (ObjNum 1071 snap 331 seq_num 1071) 2023-10-14T00:13:25.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:13:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:13:25] "GET /metrics HTTP/1.1" 200 36159 "" "Prometheus/2.43.0" 2023-10-14T00:13:25.542 INFO:tasks.rados.rados.0.smithi055.stdout:3449: finishing write tid 1 to smithi055169533-22 2023-10-14T00:13:25.542 INFO:tasks.rados.rados.0.smithi055.stdout:3449: finishing write tid 2 to smithi055169533-22 2023-10-14T00:13:25.542 INFO:tasks.rados.rados.0.smithi055.stdout:3449: finishing write tid 3 to smithi055169533-22 2023-10-14T00:13:25.543 INFO:tasks.rados.rados.0.smithi055.stdout:3448: done (3 left) 2023-10-14T00:13:25.543 INFO:tasks.rados.rados.0.smithi055.stdout:3451: done (2 left) 2023-10-14T00:13:25.543 INFO:tasks.rados.rados.0.smithi055.stdout:3452: read oid 34 snap -1 2023-10-14T00:13:25.543 INFO:tasks.rados.rados.0.smithi055.stdout:3452: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:13:25.544 INFO:tasks.rados.rados.0.smithi055.stdout:3453: snap_create 2023-10-14T00:13:25.544 INFO:tasks.rados.rados.0.smithi055.stdout:3449: finishing write tid 4 to smithi055169533-22 2023-10-14T00:13:25.544 INFO:tasks.rados.rados.0.smithi055.stdout:3449: finishing write tid 5 to smithi055169533-22 2023-10-14T00:13:25.544 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 22 v 2334 (ObjNum 1078 snap 333 seq_num 1078) dirty exists 2023-10-14T00:13:25.544 INFO:tasks.rados.rados.0.smithi055.stdout:3449: left oid 22 (ObjNum 1078 snap 333 seq_num 1078) 2023-10-14T00:13:25.544 INFO:tasks.rados.rados.0.smithi055.stdout:3450: expect (ObjNum 992 snap 315 seq_num 992) 2023-10-14T00:13:25.695 INFO:tasks.rados.rados.0.smithi055.stdout:3452: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:13:25.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:25 smithi082 ceph-mon[180771]: osdmap e736: 8 total, 8 up, 8 in 2023-10-14T00:13:25.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:25 smithi082 ceph-mon[180771]: pgmap v819: 121 pgs: 121 active+clean; 326 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 4.8 MiB/s rd, 2.2 MiB/s wr, 15 op/s 2023-10-14T00:13:25.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:25 smithi082 ceph-mon[180771]: osdmap e737: 8 total, 8 up, 8 in 2023-10-14T00:13:26.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:25 smithi055 ceph-mon[185614]: osdmap e736: 8 total, 8 up, 8 in 2023-10-14T00:13:26.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:25 smithi055 ceph-mon[185614]: pgmap v819: 121 pgs: 121 active+clean; 326 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 4.8 MiB/s rd, 2.2 MiB/s wr, 15 op/s 2023-10-14T00:13:26.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:25 smithi055 ceph-mon[185614]: osdmap e737: 8 total, 8 up, 8 in 2023-10-14T00:13:26.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:25 smithi055 ceph-mon[183057]: osdmap e736: 8 total, 8 up, 8 in 2023-10-14T00:13:26.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:25 smithi055 ceph-mon[183057]: pgmap v819: 121 pgs: 121 active+clean; 326 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 4.8 MiB/s rd, 2.2 MiB/s wr, 15 op/s 2023-10-14T00:13:26.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:25 smithi055 ceph-mon[183057]: osdmap e737: 8 total, 8 up, 8 in 2023-10-14T00:13:26.527 INFO:tasks.rados.rados.0.smithi055.stdout:3449: done (3 left) 2023-10-14T00:13:26.528 INFO:tasks.rados.rados.0.smithi055.stdout:3450: done (2 left) 2023-10-14T00:13:26.528 INFO:tasks.rados.rados.0.smithi055.stdout:3452: done (1 left) 2023-10-14T00:13:26.528 INFO:tasks.rados.rados.0.smithi055.stdout:3453: done (0 left) 2023-10-14T00:13:26.528 INFO:tasks.rados.rados.0.smithi055.stdout:3454: read oid 9 snap -1 2023-10-14T00:13:26.528 INFO:tasks.rados.rados.0.smithi055.stdout:3454: expect (ObjNum 1071 snap 331 seq_num 1071) 2023-10-14T00:13:26.529 INFO:tasks.rados.rados.0.smithi055.stdout:3455: rollback oid 49 current snap is 334 2023-10-14T00:13:26.529 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 49 to 330 2023-10-14T00:13:26.529 INFO:tasks.rados.rados.0.smithi055.stdout:3456: rmattr oid 38 current snap is 334 2023-10-14T00:13:26.529 INFO:tasks.rados.rados.0.smithi055.stdout:3457: read oid 41 snap -1 2023-10-14T00:13:26.529 INFO:tasks.rados.rados.0.smithi055.stdout:3457: expect (ObjNum 1042 snap 321 seq_num 1042) 2023-10-14T00:13:26.530 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 20 current snap is 334 2023-10-14T00:13:26.530 INFO:tasks.rados.rados.0.smithi055.stdout:3458: seq_num 1080 ranges {1384448=491520,1875968=540672,2416640=262144} 2023-10-14T00:13:26.538 INFO:tasks.rados.rados.0.smithi055.stdout:3458: writing smithi055169533-20 from 1384448 to 1875968 tid 1 2023-10-14T00:13:26.541 INFO:tasks.rados.rados.0.smithi055.stdout:3458: writing smithi055169533-20 from 1875968 to 2416640 tid 2 2023-10-14T00:13:26.543 INFO:tasks.rados.rados.0.smithi055.stdout:3458: writing smithi055169533-20 from 2416640 to 2678784 tid 3 2023-10-14T00:13:26.543 INFO:tasks.rados.rados.0.smithi055.stdout:3459: snap_create 2023-10-14T00:13:26.543 INFO:tasks.rados.rados.0.smithi055.stdout:3454: expect (ObjNum 1071 snap 331 seq_num 1071) 2023-10-14T00:13:26.572 INFO:tasks.rados.rados.0.smithi055.stdout:3455: finishing rollback tid 1 to smithi055169533-49 2023-10-14T00:13:26.573 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 49 v 2010 (ObjNum 33 snap 0 seq_num 1521787192) dirty dne 2023-10-14T00:13:26.573 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 38 v 1770 (ObjNum 33 snap 0 seq_num 1521792840) dirty exists 2023-10-14T00:13:26.573 INFO:tasks.rados.rados.0.smithi055.stdout:3458: finishing write tid 1 to smithi055169533-20 2023-10-14T00:13:26.573 INFO:tasks.rados.rados.0.smithi055.stdout:3458: finishing write tid 2 to smithi055169533-20 2023-10-14T00:13:26.573 INFO:tasks.rados.rados.0.smithi055.stdout:3458: finishing write tid 3 to smithi055169533-20 2023-10-14T00:13:26.574 INFO:tasks.rados.rados.0.smithi055.stdout:3458: finishing write tid 4 to smithi055169533-20 2023-10-14T00:13:26.574 INFO:tasks.rados.rados.0.smithi055.stdout:3458: finishing write tid 5 to smithi055169533-20 2023-10-14T00:13:26.574 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 20 v 1143 (ObjNum 1080 snap 334 seq_num 1080) dirty exists 2023-10-14T00:13:26.574 INFO:tasks.rados.rados.0.smithi055.stdout:3458: left oid 20 (ObjNum 1080 snap 334 seq_num 1080) 2023-10-14T00:13:26.574 INFO:tasks.rados.rados.0.smithi055.stdout:3457: expect (ObjNum 1042 snap 321 seq_num 1042) 2023-10-14T00:13:27.536 INFO:tasks.rados.rados.0.smithi055.stdout:3454: done (5 left) 2023-10-14T00:13:27.536 INFO:tasks.rados.rados.0.smithi055.stdout:3455: done (4 left) 2023-10-14T00:13:27.536 INFO:tasks.rados.rados.0.smithi055.stdout:3456: done (3 left) 2023-10-14T00:13:27.536 INFO:tasks.rados.rados.0.smithi055.stdout:3457: done (2 left) 2023-10-14T00:13:27.537 INFO:tasks.rados.rados.0.smithi055.stdout:3458: done (1 left) 2023-10-14T00:13:27.537 INFO:tasks.rados.rados.0.smithi055.stdout:3459: done (0 left) 2023-10-14T00:13:27.537 INFO:tasks.rados.rados.0.smithi055.stdout:3460: read oid 29 snap -1 2023-10-14T00:13:27.537 INFO:tasks.rados.rados.0.smithi055.stdout:3460: expect (ObjNum 1076 snap 332 seq_num 1076) 2023-10-14T00:13:27.537 INFO:tasks.rados.rados.0.smithi055.stdout:3461: copy_from oid 27 from oid 9 current snap is 335 2023-10-14T00:13:27.537 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 41 current snap is 335 2023-10-14T00:13:27.538 INFO:tasks.rados.rados.0.smithi055.stdout:3462: seq_num 1081 ranges {4980736=507904,5488640=425984,5914624=376832} 2023-10-14T00:13:27.566 INFO:tasks.rados.rados.0.smithi055.stdout:3462: writing smithi055169533-41 from 4980736 to 5488640 tid 1 2023-10-14T00:13:27.570 INFO:tasks.rados.rados.0.smithi055.stdout:3462: writing smithi055169533-41 from 5488640 to 5914624 tid 2 2023-10-14T00:13:27.573 INFO:tasks.rados.rados.0.smithi055.stdout:3462: writing smithi055169533-41 from 5914624 to 6291456 tid 3 2023-10-14T00:13:27.573 INFO:tasks.rados.rados.0.smithi055.stdout:3463: read oid 18 snap 306 2023-10-14T00:13:27.573 INFO:tasks.rados.rados.0.smithi055.stdout:3463: expect (ObjNum 943 snap 292 seq_num 943) 2023-10-14T00:13:27.573 INFO:tasks.rados.rados.0.smithi055.stdout:3464: copy_from oid 20 from oid 10 current snap is 335 2023-10-14T00:13:27.574 INFO:tasks.rados.rados.0.smithi055.stdout:3460: expect (ObjNum 1076 snap 332 seq_num 1076) 2023-10-14T00:13:27.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:27 smithi082 ceph-mon[180771]: osdmap e738: 8 total, 8 up, 8 in 2023-10-14T00:13:27.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:27 smithi082 ceph-mon[180771]: pgmap v822: 121 pgs: 121 active+clean; 304 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 7.9 MiB/s rd, 2.2 MiB/s wr, 26 op/s 2023-10-14T00:13:28.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:27 smithi055 ceph-mon[185614]: osdmap e738: 8 total, 8 up, 8 in 2023-10-14T00:13:28.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:27 smithi055 ceph-mon[185614]: pgmap v822: 121 pgs: 121 active+clean; 304 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 7.9 MiB/s rd, 2.2 MiB/s wr, 26 op/s 2023-10-14T00:13:28.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:27 smithi055 ceph-mon[183057]: osdmap e738: 8 total, 8 up, 8 in 2023-10-14T00:13:28.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:27 smithi055 ceph-mon[183057]: pgmap v822: 121 pgs: 121 active+clean; 304 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 7.9 MiB/s rd, 2.2 MiB/s wr, 26 op/s 2023-10-14T00:13:28.549 INFO:tasks.rados.rados.0.smithi055.stdout:3461: finishing copy_from racing read to smithi055169533-27 2023-10-14T00:13:28.550 INFO:tasks.rados.rados.0.smithi055.stdout:3461: finishing copy_from to smithi055169533-27 2023-10-14T00:13:28.550 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 27 v 1978 (ObjNum 1071 snap 331 seq_num 1071) dirty exists 2023-10-14T00:13:28.550 INFO:tasks.rados.rados.0.smithi055.stdout:3462: finishing write tid 1 to smithi055169533-41 2023-10-14T00:13:28.550 INFO:tasks.rados.rados.0.smithi055.stdout:3462: finishing write tid 2 to smithi055169533-41 2023-10-14T00:13:28.550 INFO:tasks.rados.rados.0.smithi055.stdout:3460: done (4 left) 2023-10-14T00:13:28.551 INFO:tasks.rados.rados.0.smithi055.stdout:3461: done (3 left) 2023-10-14T00:13:28.551 INFO:tasks.rados.rados.0.smithi055.stdout:3465: copy_from oid 5 from oid 29 current snap is 335 2023-10-14T00:13:28.551 INFO:tasks.rados.rados.0.smithi055.stdout:3462: finishing write tid 3 to smithi055169533-41 2023-10-14T00:13:28.551 INFO:tasks.rados.rados.0.smithi055.stdout:3463: expect (ObjNum 943 snap 292 seq_num 943) 2023-10-14T00:13:28.590 INFO:tasks.rados.rados.0.smithi055.stdout:3462: finishing write tid 4 to smithi055169533-41 2023-10-14T00:13:28.591 INFO:tasks.rados.rados.0.smithi055.stdout:3463: done (3 left) 2023-10-14T00:13:28.591 INFO:tasks.rados.rados.0.smithi055.stdout:3466: copy_from oid 38 from oid 39 current snap is 335 2023-10-14T00:13:28.591 INFO:tasks.rados.rados.0.smithi055.stdout:3462: finishing write tid 5 to smithi055169533-41 2023-10-14T00:13:28.591 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 41 v 1566 (ObjNum 1081 snap 335 seq_num 1081) dirty exists 2023-10-14T00:13:28.591 INFO:tasks.rados.rados.0.smithi055.stdout:3462: left oid 41 (ObjNum 1081 snap 335 seq_num 1081) 2023-10-14T00:13:28.592 INFO:tasks.rados.rados.0.smithi055.stdout:3464: finishing copy_from racing read to smithi055169533-20 2023-10-14T00:13:28.592 INFO:tasks.rados.rados.0.smithi055.stdout:3464: finishing copy_from to smithi055169533-20 2023-10-14T00:13:28.592 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 20 v 2297 (ObjNum 1069 snap 330 seq_num 1069) dirty exists 2023-10-14T00:13:28.592 INFO:tasks.rados.rados.0.smithi055.stdout:3462: done (3 left) 2023-10-14T00:13:28.592 INFO:tasks.rados.rados.0.smithi055.stdout:3464: done (2 left) 2023-10-14T00:13:28.593 INFO:tasks.rados.rados.0.smithi055.stdout:3467: snap_remove snap 334 2023-10-14T00:13:28.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:28 smithi082 ceph-mon[180771]: osdmap e739: 8 total, 8 up, 8 in 2023-10-14T00:13:29.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:28 smithi055 ceph-mon[185614]: osdmap e739: 8 total, 8 up, 8 in 2023-10-14T00:13:29.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:28 smithi055 ceph-mon[183057]: osdmap e739: 8 total, 8 up, 8 in 2023-10-14T00:13:29.547 INFO:tasks.rados.rados.0.smithi055.stdout:3467: done (2 left) 2023-10-14T00:13:29.548 INFO:tasks.rados.rados.0.smithi055.stdout:3468: delete oid 37 current snap is 335 2023-10-14T00:13:29.548 INFO:tasks.rados.rados.0.smithi055.stdout:3465: finishing copy_from racing read to smithi055169533-5 2023-10-14T00:13:29.548 INFO:tasks.rados.rados.0.smithi055.stdout:3465: finishing copy_from to smithi055169533-5 2023-10-14T00:13:29.548 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 5 v 1982 (ObjNum 1076 snap 332 seq_num 1076) dirty exists 2023-10-14T00:13:29.548 INFO:tasks.rados.rados.0.smithi055.stdout:3466: finishing copy_from racing read to smithi055169533-38 2023-10-14T00:13:29.549 INFO:tasks.rados.rados.0.smithi055.stdout:3466: finishing copy_from to smithi055169533-38 2023-10-14T00:13:29.549 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 38 v 2303 (ObjNum 992 snap 315 seq_num 992) dirty exists 2023-10-14T00:13:29.553 INFO:tasks.rados.rados.0.smithi055.stdout:3465: done (2 left) 2023-10-14T00:13:29.553 INFO:tasks.rados.rados.0.smithi055.stdout:3466: done (1 left) 2023-10-14T00:13:29.553 INFO:tasks.rados.rados.0.smithi055.stdout:3468: done (0 left) 2023-10-14T00:13:29.553 INFO:tasks.rados.rados.0.smithi055.stdout:3469: snap_remove snap 322 2023-10-14T00:13:29.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:29 smithi082 ceph-mon[180771]: pgmap v824: 121 pgs: 121 active+clean; 298 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.8 MiB/s rd, 2.0 MiB/s wr, 20 op/s 2023-10-14T00:13:30.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:29 smithi055 ceph-mon[185614]: pgmap v824: 121 pgs: 121 active+clean; 298 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.8 MiB/s rd, 2.0 MiB/s wr, 20 op/s 2023-10-14T00:13:30.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:29 smithi055 ceph-mon[183057]: pgmap v824: 121 pgs: 121 active+clean; 298 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.8 MiB/s rd, 2.0 MiB/s wr, 20 op/s 2023-10-14T00:13:30.460 INFO:tasks.rados.rados.0.smithi055.stdout:3469: done (0 left) 2023-10-14T00:13:30.460 INFO:tasks.rados.rados.0.smithi055.stdout:3470: read oid 35 snap 330 2023-10-14T00:13:30.461 INFO:tasks.rados.rados.0.smithi055.stdout:3470: expect (ObjNum 1054 snap 324 seq_num 1054) 2023-10-14T00:13:30.461 INFO:tasks.rados.rados.0.smithi055.stdout:3471: copy_from oid 34 from oid 5 current snap is 335 2023-10-14T00:13:30.461 INFO:tasks.rados.rados.0.smithi055.stdout:3472: setattr oid 47 current snap is 335 2023-10-14T00:13:30.464 INFO:tasks.rados.rados.0.smithi055.stdout:3473: snap_create 2023-10-14T00:13:30.479 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 47 v 1770 (ObjNum 1012 snap 318 seq_num 1012) dirty exists 2023-10-14T00:13:30.497 INFO:tasks.rados.rados.0.smithi055.stdout:3470: expect (ObjNum 1054 snap 324 seq_num 1054) 2023-10-14T00:13:30.602 INFO:tasks.rados.rados.0.smithi055.stdout:3471: finishing copy_from racing read to smithi055169533-34 2023-10-14T00:13:30.602 INFO:tasks.rados.rados.0.smithi055.stdout:3471: finishing copy_from to smithi055169533-34 2023-10-14T00:13:30.603 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 34 v 1982 (ObjNum 1076 snap 332 seq_num 1076) dirty exists 2023-10-14T00:13:30.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:30 smithi082 ceph-mon[180771]: osdmap e740: 8 total, 8 up, 8 in 2023-10-14T00:13:30.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:30 smithi082 ceph-mon[180771]: osdmap e741: 8 total, 8 up, 8 in 2023-10-14T00:13:31.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:30 smithi055 ceph-mon[185614]: osdmap e740: 8 total, 8 up, 8 in 2023-10-14T00:13:31.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:30 smithi055 ceph-mon[185614]: osdmap e741: 8 total, 8 up, 8 in 2023-10-14T00:13:31.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:30 smithi055 ceph-mon[183057]: osdmap e740: 8 total, 8 up, 8 in 2023-10-14T00:13:31.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:30 smithi055 ceph-mon[183057]: osdmap e741: 8 total, 8 up, 8 in 2023-10-14T00:13:31.462 INFO:tasks.rados.rados.0.smithi055.stdout:3470: done (3 left) 2023-10-14T00:13:31.462 INFO:tasks.rados.rados.0.smithi055.stdout:3471: done (2 left) 2023-10-14T00:13:31.462 INFO:tasks.rados.rados.0.smithi055.stdout:3472: done (1 left) 2023-10-14T00:13:31.462 INFO:tasks.rados.rados.0.smithi055.stdout:3473: done (0 left) 2023-10-14T00:13:31.463 INFO:tasks.rados.rados.0.smithi055.stdout:3474: delete oid 34 current snap is 336 2023-10-14T00:13:31.469 INFO:tasks.rados.rados.0.smithi055.stdout:3474: done (0 left) 2023-10-14T00:13:31.469 INFO:tasks.rados.rados.0.smithi055.stdout:3475: rmattr oid 6 current snap is 336 2023-10-14T00:13:31.469 INFO:tasks.rados.rados.0.smithi055.stdout:3476: read oid 37 snap -1 2023-10-14T00:13:31.469 INFO:tasks.rados.rados.0.smithi055.stdout:3476: expect deleted 2023-10-14T00:13:31.470 INFO:tasks.rados.rados.0.smithi055.stdout:3477: delete oid 32 current snap is 336 2023-10-14T00:13:31.474 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 6 v 2145 (ObjNum 946 snap 293 seq_num 946) dirty exists 2023-10-14T00:13:31.476 INFO:tasks.rados.rados.0.smithi055.stdout:3475: done (2 left) 2023-10-14T00:13:31.476 INFO:tasks.rados.rados.0.smithi055.stdout:3476: done (1 left) 2023-10-14T00:13:31.476 INFO:tasks.rados.rados.0.smithi055.stdout:3477: done (0 left) 2023-10-14T00:13:31.476 INFO:tasks.rados.rados.0.smithi055.stdout:3478: rollback oid 23 current snap is 336 2023-10-14T00:13:31.476 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 23 to 306 2023-10-14T00:13:31.477 INFO:tasks.rados.rados.0.smithi055.stdout:3479: read oid 4 snap 331 2023-10-14T00:13:31.477 INFO:tasks.rados.rados.0.smithi055.stdout:3479: expect (ObjNum 1070 snap 330 seq_num 1070) 2023-10-14T00:13:31.477 INFO:tasks.rados.rados.0.smithi055.stdout:3480: snap_remove snap 333 2023-10-14T00:13:31.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:31 smithi082 ceph-mon[180771]: pgmap v827: 121 pgs: 121 active+clean; 301 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 13 MiB/s rd, 3.3 MiB/s wr, 18 op/s 2023-10-14T00:13:31.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:31 smithi082 ceph-mon[180771]: osdmap e742: 8 total, 8 up, 8 in 2023-10-14T00:13:32.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:31 smithi055 ceph-mon[185614]: pgmap v827: 121 pgs: 121 active+clean; 301 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 13 MiB/s rd, 3.3 MiB/s wr, 18 op/s 2023-10-14T00:13:32.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:31 smithi055 ceph-mon[185614]: osdmap e742: 8 total, 8 up, 8 in 2023-10-14T00:13:32.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:31 smithi055 ceph-mon[183057]: pgmap v827: 121 pgs: 121 active+clean; 301 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 13 MiB/s rd, 3.3 MiB/s wr, 18 op/s 2023-10-14T00:13:32.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:31 smithi055 ceph-mon[183057]: osdmap e742: 8 total, 8 up, 8 in 2023-10-14T00:13:32.466 INFO:tasks.rados.rados.0.smithi055.stdout:3480: done (2 left) 2023-10-14T00:13:32.466 INFO:tasks.rados.rados.0.smithi055.stdout:3481: rollback oid 42 current snap is 336 2023-10-14T00:13:32.467 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 42 to 335 2023-10-14T00:13:32.467 INFO:tasks.rados.rados.0.smithi055.stdout:3478: finishing rollback tid 0 to smithi055169533-23 2023-10-14T00:13:32.467 INFO:tasks.rados.rados.0.smithi055.stdout:3478: finishing rollback tid 1 to smithi055169533-23 2023-10-14T00:13:32.467 INFO:tasks.rados.rados.0.smithi055.stdout:3478: finishing rollback tid 2 to smithi055169533-23 2023-10-14T00:13:32.467 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 23 v 2121 (ObjNum 869 snap 264 seq_num 869) dirty exists 2023-10-14T00:13:32.467 INFO:tasks.rados.rados.0.smithi055.stdout:3479: expect (ObjNum 1070 snap 330 seq_num 1070) 2023-10-14T00:13:32.575 INFO:tasks.rados.rados.0.smithi055.stdout:3481: finishing rollback tid 1 to smithi055169533-42 2023-10-14T00:13:32.575 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 42 v 0 (ObjNum 273 snap 0 seq_num 0) dirty dne 2023-10-14T00:13:32.575 INFO:tasks.rados.rados.0.smithi055.stdout:3478: done (2 left) 2023-10-14T00:13:32.575 INFO:tasks.rados.rados.0.smithi055.stdout:3479: done (1 left) 2023-10-14T00:13:32.576 INFO:tasks.rados.rados.0.smithi055.stdout:3481: done (0 left) 2023-10-14T00:13:32.576 INFO:tasks.rados.rados.0.smithi055.stdout:3482: copy_from oid 26 from oid 32 current snap is 336 2023-10-14T00:13:32.576 INFO:tasks.rados.rados.0.smithi055.stdout:3483: setattr oid 48 current snap is 336 2023-10-14T00:13:32.577 INFO:tasks.rados.rados.0.smithi055.stdout:3482: finishing copy_from to smithi055169533-26 2023-10-14T00:13:32.577 INFO:tasks.rados.rados.0.smithi055.stdout:3482: got expected ENOENT (src dne) 2023-10-14T00:13:32.577 INFO:tasks.rados.rados.0.smithi055.stdout:3484: read oid 47 snap -1 2023-10-14T00:13:32.578 INFO:tasks.rados.rados.0.smithi055.stdout:3484: expect (ObjNum 1012 snap 318 seq_num 1012) 2023-10-14T00:13:32.578 INFO:tasks.rados.rados.0.smithi055.stdout:3485: read oid 13 snap -1 2023-10-14T00:13:32.578 INFO:tasks.rados.rados.0.smithi055.stdout:3485: expect deleted 2023-10-14T00:13:32.578 INFO:tasks.rados.rados.0.smithi055.stdout:3486: copy_from oid 7 from oid 39 current snap is 336 2023-10-14T00:13:32.578 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 37 current snap is 336 2023-10-14T00:13:32.579 INFO:tasks.rados.rados.0.smithi055.stdout:3487: seq_num 1085 ranges {0=581632,581632=761856,1343488=40960} 2023-10-14T00:13:32.580 INFO:tasks.rados.rados.0.smithi055.stdout:3487: writing smithi055169533-37 from 0 to 581632 tid 1 2023-10-14T00:13:32.584 INFO:tasks.rados.rados.0.smithi055.stdout:3487: writing smithi055169533-37 from 581632 to 1343488 tid 2 2023-10-14T00:13:32.585 INFO:tasks.rados.rados.0.smithi055.stdout:3487: writing smithi055169533-37 from 1343488 to 1384448 tid 3 2023-10-14T00:13:32.585 INFO:tasks.rados.rados.0.smithi055.stdout:3488: rollback oid 1 current snap is 336 2023-10-14T00:13:32.586 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 1 to 331 2023-10-14T00:13:32.586 INFO:tasks.rados.rados.0.smithi055.stdout:3482: finishing copy_from racing read to smithi055169533-26 2023-10-14T00:13:32.586 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 48 v 1771 (ObjNum 1062 snap 325 seq_num 1062) dirty exists 2023-10-14T00:13:32.586 INFO:tasks.rados.rados.0.smithi055.stdout:3482: done (6 left) 2023-10-14T00:13:32.586 INFO:tasks.rados.rados.0.smithi055.stdout:3483: done (5 left) 2023-10-14T00:13:32.587 INFO:tasks.rados.rados.0.smithi055.stdout:3485: done (4 left) 2023-10-14T00:13:32.587 INFO:tasks.rados.rados.0.smithi055.stdout:3489: read oid 30 snap -1 2023-10-14T00:13:32.587 INFO:tasks.rados.rados.0.smithi055.stdout:3489: expect deleted 2023-10-14T00:13:32.587 INFO:tasks.rados.rados.0.smithi055.stdout:3490: setattr oid 26 current snap is 336 2023-10-14T00:13:32.588 INFO:tasks.rados.rados.0.smithi055.stdout:3491: rmattr oid 40 current snap is 336 2023-10-14T00:13:32.588 INFO:tasks.rados.rados.0.smithi055.stdout:3489: done (6 left) 2023-10-14T00:13:32.588 INFO:tasks.rados.rados.0.smithi055.stdout:3492: read oid 21 snap -1 2023-10-14T00:13:32.588 INFO:tasks.rados.rados.0.smithi055.stdout:3492: expect (ObjNum 951 snap 293 seq_num 951) 2023-10-14T00:13:32.589 INFO:tasks.rados.rados.0.smithi055.stdout:3493: delete oid 34 current snap is 336 2023-10-14T00:13:32.589 INFO:tasks.rados.rados.0.smithi055.stdout:3487: finishing write tid 1 to smithi055169533-37 2023-10-14T00:13:32.590 INFO:tasks.rados.rados.0.smithi055.stdout:3488: finishing rollback tid 0 to smithi055169533-1 2023-10-14T00:13:32.592 INFO:tasks.rados.rados.0.smithi055.stdout:3487: finishing write tid 2 to smithi055169533-37 2023-10-14T00:13:32.592 INFO:tasks.rados.rados.0.smithi055.stdout:3487: finishing write tid 3 to smithi055169533-37 2023-10-14T00:13:32.593 INFO:tasks.rados.rados.0.smithi055.stdout:3487: finishing write tid 4 to smithi055169533-37 2023-10-14T00:13:32.593 INFO:tasks.rados.rados.0.smithi055.stdout:3488: finishing rollback tid 1 to smithi055169533-1 2023-10-14T00:13:32.594 INFO:tasks.rados.rados.0.smithi055.stdout:3488: finishing rollback tid 2 to smithi055169533-1 2023-10-14T00:13:32.594 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 1 v 1889 (ObjNum 1064 snap 327 seq_num 1064) dirty exists 2023-10-14T00:13:32.594 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 40 v 2304 (ObjNum 939 snap 290 seq_num 939) dirty exists 2023-10-14T00:13:32.595 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 26 v 1881 (ObjNum 816 snap 251 seq_num 816) dirty exists 2023-10-14T00:13:32.595 INFO:tasks.rados.rados.0.smithi055.stdout:3484: expect (ObjNum 1012 snap 318 seq_num 1012) 2023-10-14T00:13:32.807 INFO:tasks.rados.rados.0.smithi055.stdout:3486: finishing copy_from racing read to smithi055169533-7 2023-10-14T00:13:32.807 INFO:tasks.rados.rados.0.smithi055.stdout:3487: finishing write tid 5 to smithi055169533-37 2023-10-14T00:13:32.807 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 37 v 2137 (ObjNum 1085 snap 336 seq_num 1085) dirty exists 2023-10-14T00:13:32.808 INFO:tasks.rados.rados.0.smithi055.stdout:3487: left oid 37 (ObjNum 1085 snap 336 seq_num 1085) 2023-10-14T00:13:32.808 INFO:tasks.rados.rados.0.smithi055.stdout:3486: finishing copy_from to smithi055169533-7 2023-10-14T00:13:32.808 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 7 v 2303 (ObjNum 992 snap 315 seq_num 992) dirty exists 2023-10-14T00:13:32.808 INFO:tasks.rados.rados.0.smithi055.stdout:3492: expect (ObjNum 951 snap 293 seq_num 951) 2023-10-14T00:13:33.013 INFO:tasks.rados.rados.0.smithi055.stdout:3484: done (7 left) 2023-10-14T00:13:33.013 INFO:tasks.rados.rados.0.smithi055.stdout:3486: done (6 left) 2023-10-14T00:13:33.014 INFO:tasks.rados.rados.0.smithi055.stdout:3487: done (5 left) 2023-10-14T00:13:33.014 INFO:tasks.rados.rados.0.smithi055.stdout:3488: done (4 left) 2023-10-14T00:13:33.014 INFO:tasks.rados.rados.0.smithi055.stdout:3490: done (3 left) 2023-10-14T00:13:33.014 INFO:tasks.rados.rados.0.smithi055.stdout:3491: done (2 left) 2023-10-14T00:13:33.014 INFO:tasks.rados.rados.0.smithi055.stdout:3492: done (1 left) 2023-10-14T00:13:33.015 INFO:tasks.rados.rados.0.smithi055.stdout:3493: done (0 left) 2023-10-14T00:13:33.015 INFO:tasks.rados.rados.0.smithi055.stdout:3494: read oid 25 snap -1 2023-10-14T00:13:33.015 INFO:tasks.rados.rados.0.smithi055.stdout:3494: expect (ObjNum 885 snap 267 seq_num 885) 2023-10-14T00:13:33.015 INFO:tasks.rados.rados.0.smithi055.stdout:3495: rmattr oid 44 current snap is 336 2023-10-14T00:13:33.016 INFO:tasks.rados.rados.0.smithi055.stdout:3495: done (1 left) 2023-10-14T00:13:33.016 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 14 current snap is 336 2023-10-14T00:13:33.016 INFO:tasks.rados.rados.0.smithi055.stdout:3496: seq_num 1087 ranges {7258112=614400,7872512=532480,8404992=270336} 2023-10-14T00:13:33.057 INFO:tasks.rados.rados.0.smithi055.stdout:3496: writing smithi055169533-14 from 7258112 to 7872512 tid 1 2023-10-14T00:13:33.060 INFO:tasks.rados.rados.0.smithi055.stdout:3496: writing smithi055169533-14 from 7872512 to 8404992 tid 2 2023-10-14T00:13:33.062 INFO:tasks.rados.rados.0.smithi055.stdout:3496: writing smithi055169533-14 from 8404992 to 8675328 tid 3 2023-10-14T00:13:33.062 INFO:tasks.rados.rados.0.smithi055.stdout:3497: snap_create 2023-10-14T00:13:33.062 INFO:tasks.rados.rados.0.smithi055.stdout:3494: expect (ObjNum 885 snap 267 seq_num 885) 2023-10-14T00:13:33.628 INFO:tasks.rados.rados.0.smithi055.stdout:3496: finishing write tid 1 to smithi055169533-14 2023-10-14T00:13:33.628 INFO:tasks.rados.rados.0.smithi055.stdout:3496: finishing write tid 2 to smithi055169533-14 2023-10-14T00:13:33.628 INFO:tasks.rados.rados.0.smithi055.stdout:3496: finishing write tid 3 to smithi055169533-14 2023-10-14T00:13:33.629 INFO:tasks.rados.rados.0.smithi055.stdout:3496: finishing write tid 4 to smithi055169533-14 2023-10-14T00:13:33.629 INFO:tasks.rados.rados.0.smithi055.stdout:3496: finishing write tid 5 to smithi055169533-14 2023-10-14T00:13:33.629 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 14 v 2149 (ObjNum 1087 snap 336 seq_num 1087) dirty exists 2023-10-14T00:13:33.629 INFO:tasks.rados.rados.0.smithi055.stdout:3496: left oid 14 (ObjNum 1087 snap 336 seq_num 1087) 2023-10-14T00:13:33.629 INFO:tasks.rados.rados.0.smithi055.stdout:3494: done (2 left) 2023-10-14T00:13:33.630 INFO:tasks.rados.rados.0.smithi055.stdout:3496: done (1 left) 2023-10-14T00:13:33.630 INFO:tasks.rados.rados.0.smithi055.stdout:3497: done (0 left) 2023-10-14T00:13:33.630 INFO:tasks.rados.rados.0.smithi055.stdout:3498: snap_remove snap 300 2023-10-14T00:13:33.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:33 smithi055 ceph-mon[185614]: osdmap e743: 8 total, 8 up, 8 in 2023-10-14T00:13:33.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:33 smithi055 ceph-mon[185614]: pgmap v830: 121 pgs: 121 active+clean; 312 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.8 MiB/s rd, 4.6 MiB/s wr, 12 op/s 2023-10-14T00:13:33.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:33 smithi055 ceph-mon[183057]: osdmap e743: 8 total, 8 up, 8 in 2023-10-14T00:13:33.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:33 smithi055 ceph-mon[183057]: pgmap v830: 121 pgs: 121 active+clean; 312 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.8 MiB/s rd, 4.6 MiB/s wr, 12 op/s 2023-10-14T00:13:33.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:33 smithi082 ceph-mon[180771]: osdmap e743: 8 total, 8 up, 8 in 2023-10-14T00:13:33.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:33 smithi082 ceph-mon[180771]: pgmap v830: 121 pgs: 121 active+clean; 312 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.8 MiB/s rd, 4.6 MiB/s wr, 12 op/s 2023-10-14T00:13:34.496 INFO:tasks.rados.rados.0.smithi055.stdout:3498: done (0 left) 2023-10-14T00:13:34.496 INFO:tasks.rados.rados.0.smithi055.stdout:3499: read oid 8 snap -1 2023-10-14T00:13:34.496 INFO:tasks.rados.rados.0.smithi055.stdout:3499: expect (ObjNum 1068 snap 330 seq_num 1068) 2023-10-14T00:13:34.497 INFO:tasks.rados.rados.0.smithi055.stdout:3500: snap_create 2023-10-14T00:13:34.521 INFO:tasks.rados.rados.0.smithi055.stdout:3499: expect (ObjNum 1068 snap 330 seq_num 1068) 2023-10-14T00:13:34.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:34 smithi055 ceph-mon[185614]: osdmap e744: 8 total, 8 up, 8 in 2023-10-14T00:13:34.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:34 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:13:34.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:34 smithi055 ceph-mon[183057]: osdmap e744: 8 total, 8 up, 8 in 2023-10-14T00:13:34.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:34 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:13:34.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:34 smithi082 ceph-mon[180771]: osdmap e744: 8 total, 8 up, 8 in 2023-10-14T00:13:34.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:34 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:13:35.461 INFO:tasks.rados.rados.0.smithi055.stdout:3499: done (1 left) 2023-10-14T00:13:35.461 INFO:tasks.rados.rados.0.smithi055.stdout:3500: done (0 left) 2023-10-14T00:13:35.462 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 32 current snap is 338 2023-10-14T00:13:35.462 INFO:tasks.rados.rados.0.smithi055.stdout:3501: seq_num 1088 ranges {0=630784,630784=466944,1097728=335872} 2023-10-14T00:13:35.464 INFO:tasks.rados.rados.0.smithi055.stdout:3501: writing smithi055169533-32 from 0 to 630784 tid 1 2023-10-14T00:13:35.467 INFO:tasks.rados.rados.0.smithi055.stdout:3501: writing smithi055169533-32 from 630784 to 1097728 tid 2 2023-10-14T00:13:35.470 INFO:tasks.rados.rados.0.smithi055.stdout:3501: writing smithi055169533-32 from 1097728 to 1433600 tid 3 2023-10-14T00:13:35.470 INFO:tasks.rados.rados.0.smithi055.stdout:3502: read oid 50 snap 330 2023-10-14T00:13:35.471 INFO:tasks.rados.rados.0.smithi055.stdout:3502: expect deleted 2023-10-14T00:13:35.471 INFO:tasks.rados.rados.0.smithi055.stdout:3503: copy_from oid 45 from oid 16 current snap is 338 2023-10-14T00:13:35.471 INFO:tasks.rados.rados.0.smithi055.stdout:3504: snap_create 2023-10-14T00:13:35.474 INFO:tasks.rados.rados.0.smithi055.stdout:3501: finishing write tid 1 to smithi055169533-32 2023-10-14T00:13:35.474 INFO:tasks.rados.rados.0.smithi055.stdout:3501: finishing write tid 2 to smithi055169533-32 2023-10-14T00:13:35.475 INFO:tasks.rados.rados.0.smithi055.stdout:3503: finishing copy_from racing read to smithi055169533-45 2023-10-14T00:13:35.476 INFO:tasks.rados.rados.0.smithi055.stdout:3501: finishing write tid 3 to smithi055169533-32 2023-10-14T00:13:35.476 INFO:tasks.rados.rados.0.smithi055.stdout:3501: finishing write tid 4 to smithi055169533-32 2023-10-14T00:13:35.477 INFO:tasks.rados.rados.0.smithi055.stdout:3503: finishing copy_from to smithi055169533-45 2023-10-14T00:13:35.477 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 45 v 1535 (ObjNum 161 snap 0 seq_num 1529750880) dirty exists 2023-10-14T00:13:35.478 INFO:tasks.rados.rados.0.smithi055.stdout:3501: finishing write tid 5 to smithi055169533-32 2023-10-14T00:13:35.478 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 32 v 1987 (ObjNum 1088 snap 338 seq_num 1088) dirty exists 2023-10-14T00:13:35.478 INFO:tasks.rados.rados.0.smithi055.stdout:3501: left oid 32 (ObjNum 1088 snap 338 seq_num 1088) 2023-10-14T00:13:35.487 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:13:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:13:35] "GET /metrics HTTP/1.1" 200 36159 "" "Prometheus/2.43.0" 2023-10-14T00:13:35.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:35 smithi055 ceph-mon[185614]: osdmap e745: 8 total, 8 up, 8 in 2023-10-14T00:13:35.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:35 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:13:35.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:35 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:13:35.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:35 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:13:35.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:35 smithi055 ceph-mon[185614]: pgmap v833: 121 pgs: 121 active+clean; 294 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 6.9 MiB/s rd, 3.7 MiB/s wr, 12 op/s 2023-10-14T00:13:35.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:35 smithi055 ceph-mon[185614]: osdmap e746: 8 total, 8 up, 8 in 2023-10-14T00:13:35.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:35 smithi055 ceph-mon[183057]: osdmap e745: 8 total, 8 up, 8 in 2023-10-14T00:13:35.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:35 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:13:35.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:35 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:13:35.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:35 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:13:35.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:35 smithi055 ceph-mon[183057]: pgmap v833: 121 pgs: 121 active+clean; 294 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 6.9 MiB/s rd, 3.7 MiB/s wr, 12 op/s 2023-10-14T00:13:35.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:35 smithi055 ceph-mon[183057]: osdmap e746: 8 total, 8 up, 8 in 2023-10-14T00:13:35.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:35 smithi082 ceph-mon[180771]: osdmap e745: 8 total, 8 up, 8 in 2023-10-14T00:13:35.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:35 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:13:35.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:35 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:13:35.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:35 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:13:35.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:35 smithi082 ceph-mon[180771]: pgmap v833: 121 pgs: 121 active+clean; 294 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 6.9 MiB/s rd, 3.7 MiB/s wr, 12 op/s 2023-10-14T00:13:35.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:35 smithi082 ceph-mon[180771]: osdmap e746: 8 total, 8 up, 8 in 2023-10-14T00:13:36.482 INFO:tasks.rados.rados.0.smithi055.stdout:3501: done (3 left) 2023-10-14T00:13:36.482 INFO:tasks.rados.rados.0.smithi055.stdout:3502: done (2 left) 2023-10-14T00:13:36.482 INFO:tasks.rados.rados.0.smithi055.stdout:3503: done (1 left) 2023-10-14T00:13:36.482 INFO:tasks.rados.rados.0.smithi055.stdout:3504: done (0 left) 2023-10-14T00:13:36.483 INFO:tasks.rados.rados.0.smithi055.stdout:3505: read oid 34 snap -1 2023-10-14T00:13:36.483 INFO:tasks.rados.rados.0.smithi055.stdout:3505: expect deleted 2023-10-14T00:13:36.483 INFO:tasks.rados.rados.0.smithi055.stdout:3506: copy_from oid 11 from oid 38 current snap is 339 2023-10-14T00:13:36.483 INFO:tasks.rados.rados.0.smithi055.stdout:3507: snap_create 2023-10-14T00:13:36.507 INFO:tasks.rados.rados.0.smithi055.stdout:3506: finishing copy_from racing read to smithi055169533-11 2023-10-14T00:13:36.510 INFO:tasks.rados.rados.0.smithi055.stdout:3506: finishing copy_from to smithi055169533-11 2023-10-14T00:13:36.511 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 11 v 2303 (ObjNum 992 snap 315 seq_num 992) dirty exists 2023-10-14T00:13:37.489 INFO:tasks.rados.rados.0.smithi055.stdout:3505: done (2 left) 2023-10-14T00:13:37.490 INFO:tasks.rados.rados.0.smithi055.stdout:3506: done (1 left) 2023-10-14T00:13:37.490 INFO:tasks.rados.rados.0.smithi055.stdout:3507: done (0 left) 2023-10-14T00:13:37.490 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 26 current snap is 340 2023-10-14T00:13:37.490 INFO:tasks.rados.rados.0.smithi055.stdout:3508: seq_num 1089 ranges {1679360=647168,2326528=745472,3072000=57344} 2023-10-14T00:13:37.501 INFO:tasks.rados.rados.0.smithi055.stdout:3508: writing smithi055169533-26 from 1679360 to 2326528 tid 1 2023-10-14T00:13:37.505 INFO:tasks.rados.rados.0.smithi055.stdout:3508: writing smithi055169533-26 from 2326528 to 3072000 tid 2 2023-10-14T00:13:37.506 INFO:tasks.rados.rados.0.smithi055.stdout:3508: writing smithi055169533-26 from 3072000 to 3129344 tid 3 2023-10-14T00:13:37.506 INFO:tasks.rados.rados.0.smithi055.stdout:3509: rollback oid 10 current snap is 340 2023-10-14T00:13:37.506 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 10 to 306 2023-10-14T00:13:37.506 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 49 current snap is 340 2023-10-14T00:13:37.509 INFO:tasks.rados.rados.0.smithi055.stdout:3510: seq_num 1090 ranges {0=663552,663552=630784,1294336=172032} 2023-10-14T00:13:37.510 INFO:tasks.rados.rados.0.smithi055.stdout:3510: writing smithi055169533-49 from 0 to 663552 tid 1 2023-10-14T00:13:37.516 INFO:tasks.rados.rados.0.smithi055.stdout:3510: writing smithi055169533-49 from 663552 to 1294336 tid 2 2023-10-14T00:13:37.517 INFO:tasks.rados.rados.0.smithi055.stdout:3510: writing smithi055169533-49 from 1294336 to 1466368 tid 3 2023-10-14T00:13:37.517 INFO:tasks.rados.rados.0.smithi055.stdout:3511: read oid 25 snap -1 2023-10-14T00:13:37.517 INFO:tasks.rados.rados.0.smithi055.stdout:3511: expect (ObjNum 885 snap 267 seq_num 885) 2023-10-14T00:13:37.517 INFO:tasks.rados.rados.0.smithi055.stdout:3512: read oid 24 snap -1 2023-10-14T00:13:37.517 INFO:tasks.rados.rados.0.smithi055.stdout:3512: expect (ObjNum 1052 snap 323 seq_num 1052) 2023-10-14T00:13:37.518 INFO:tasks.rados.rados.0.smithi055.stdout:3513: snap_create 2023-10-14T00:13:37.518 INFO:tasks.rados.rados.0.smithi055.stdout:3508: finishing write tid 1 to smithi055169533-26 2023-10-14T00:13:37.518 INFO:tasks.rados.rados.0.smithi055.stdout:3508: finishing write tid 2 to smithi055169533-26 2023-10-14T00:13:37.518 INFO:tasks.rados.rados.0.smithi055.stdout:3508: finishing write tid 3 to smithi055169533-26 2023-10-14T00:13:37.519 INFO:tasks.rados.rados.0.smithi055.stdout:3508: finishing write tid 4 to smithi055169533-26 2023-10-14T00:13:37.519 INFO:tasks.rados.rados.0.smithi055.stdout:3508: finishing write tid 5 to smithi055169533-26 2023-10-14T00:13:37.519 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 26 v 1885 (ObjNum 1089 snap 340 seq_num 1089) dirty exists 2023-10-14T00:13:37.519 INFO:tasks.rados.rados.0.smithi055.stdout:3508: left oid 26 (ObjNum 1089 snap 340 seq_num 1089) 2023-10-14T00:13:37.520 INFO:tasks.rados.rados.0.smithi055.stdout:3509: finishing rollback tid 0 to smithi055169533-10 2023-10-14T00:13:37.520 INFO:tasks.rados.rados.0.smithi055.stdout:3510: finishing write tid 1 to smithi055169533-49 2023-10-14T00:13:37.521 INFO:tasks.rados.rados.0.smithi055.stdout:3509: finishing rollback tid 1 to smithi055169533-10 2023-10-14T00:13:37.521 INFO:tasks.rados.rados.0.smithi055.stdout:3509: finishing rollback tid 2 to smithi055169533-10 2023-10-14T00:13:37.521 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 10 v 2368 (ObjNum 957 snap 295 seq_num 957) dirty exists 2023-10-14T00:13:37.523 INFO:tasks.rados.rados.0.smithi055.stdout:3510: finishing write tid 2 to smithi055169533-49 2023-10-14T00:13:37.523 INFO:tasks.rados.rados.0.smithi055.stdout:3510: finishing write tid 3 to smithi055169533-49 2023-10-14T00:13:37.525 INFO:tasks.rados.rados.0.smithi055.stdout:3510: finishing write tid 4 to smithi055169533-49 2023-10-14T00:13:37.528 INFO:tasks.rados.rados.0.smithi055.stdout:3510: finishing write tid 5 to smithi055169533-49 2023-10-14T00:13:37.528 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 49 v 2103 (ObjNum 1090 snap 340 seq_num 1090) dirty exists 2023-10-14T00:13:37.528 INFO:tasks.rados.rados.0.smithi055.stdout:3510: left oid 49 (ObjNum 1090 snap 340 seq_num 1090) 2023-10-14T00:13:37.542 INFO:tasks.rados.rados.0.smithi055.stdout:3511: expect (ObjNum 885 snap 267 seq_num 885) 2023-10-14T00:13:37.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:37 smithi055 ceph-mon[185614]: osdmap e747: 8 total, 8 up, 8 in 2023-10-14T00:13:37.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:37 smithi055 ceph-mon[185614]: pgmap v836: 121 pgs: 121 active+clean; 307 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 9.8 MiB/s rd, 4.4 MiB/s wr, 22 op/s 2023-10-14T00:13:37.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:37 smithi055 ceph-mon[183057]: osdmap e747: 8 total, 8 up, 8 in 2023-10-14T00:13:37.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:37 smithi055 ceph-mon[183057]: pgmap v836: 121 pgs: 121 active+clean; 307 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 9.8 MiB/s rd, 4.4 MiB/s wr, 22 op/s 2023-10-14T00:13:37.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:37 smithi082 ceph-mon[180771]: osdmap e747: 8 total, 8 up, 8 in 2023-10-14T00:13:37.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:37 smithi082 ceph-mon[180771]: pgmap v836: 121 pgs: 121 active+clean; 307 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 9.8 MiB/s rd, 4.4 MiB/s wr, 22 op/s 2023-10-14T00:13:38.107 INFO:tasks.rados.rados.0.smithi055.stdout:3512: expect (ObjNum 1052 snap 323 seq_num 1052) 2023-10-14T00:13:38.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:38 smithi055 ceph-mon[185614]: osdmap e748: 8 total, 8 up, 8 in 2023-10-14T00:13:38.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:38 smithi055 ceph-mon[183057]: osdmap e748: 8 total, 8 up, 8 in 2023-10-14T00:13:38.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:38 smithi082 ceph-mon[180771]: osdmap e748: 8 total, 8 up, 8 in 2023-10-14T00:13:39.317 INFO:tasks.rados.rados.0.smithi055.stdout:3508: done (5 left) 2023-10-14T00:13:39.317 INFO:tasks.rados.rados.0.smithi055.stdout:3509: done (4 left) 2023-10-14T00:13:39.317 INFO:tasks.rados.rados.0.smithi055.stdout:3510: done (3 left) 2023-10-14T00:13:39.317 INFO:tasks.rados.rados.0.smithi055.stdout:3511: done (2 left) 2023-10-14T00:13:39.318 INFO:tasks.rados.rados.0.smithi055.stdout:3512: done (1 left) 2023-10-14T00:13:39.318 INFO:tasks.rados.rados.0.smithi055.stdout:3513: done (0 left) 2023-10-14T00:13:39.318 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 13 current snap is 341 2023-10-14T00:13:39.318 INFO:tasks.rados.rados.0.smithi055.stdout:3514: seq_num 1091 ranges {0=679936,679936=516096,1196032=286720} 2023-10-14T00:13:39.320 INFO:tasks.rados.rados.0.smithi055.stdout:3514: writing smithi055169533-13 from 0 to 679936 tid 1 2023-10-14T00:13:39.323 INFO:tasks.rados.rados.0.smithi055.stdout:3514: writing smithi055169533-13 from 679936 to 1196032 tid 2 2023-10-14T00:13:39.325 INFO:tasks.rados.rados.0.smithi055.stdout:3514: writing smithi055169533-13 from 1196032 to 1482752 tid 3 2023-10-14T00:13:39.325 INFO:tasks.rados.rados.0.smithi055.stdout:3515: read oid 26 snap -1 2023-10-14T00:13:39.325 INFO:tasks.rados.rados.0.smithi055.stdout:3515: expect (ObjNum 1089 snap 340 seq_num 1089) 2023-10-14T00:13:39.326 INFO:tasks.rados.rados.0.smithi055.stdout:3516: read oid 48 snap 336 2023-10-14T00:13:39.326 INFO:tasks.rados.rados.0.smithi055.stdout:3516: expect (ObjNum 1062 snap 325 seq_num 1062) 2023-10-14T00:13:39.326 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 31 current snap is 341 2023-10-14T00:13:39.327 INFO:tasks.rados.rados.0.smithi055.stdout:3517: seq_num 1092 ranges {1449984=696320,2146304=802816} 2023-10-14T00:13:39.338 INFO:tasks.rados.rados.0.smithi055.stdout:3517: writing smithi055169533-31 from 1449984 to 2146304 tid 1 2023-10-14T00:13:39.344 INFO:tasks.rados.rados.0.smithi055.stdout:3517: writing smithi055169533-31 from 2146304 to 2949120 tid 2 2023-10-14T00:13:39.344 INFO:tasks.rados.rados.0.smithi055.stdout:3518: copy_from oid 32 from oid 2 current snap is 341 2023-10-14T00:13:39.344 INFO:tasks.rados.rados.0.smithi055.stdout:3514: finishing write tid 1 to smithi055169533-13 2023-10-14T00:13:39.345 INFO:tasks.rados.rados.0.smithi055.stdout:3514: finishing write tid 2 to smithi055169533-13 2023-10-14T00:13:39.345 INFO:tasks.rados.rados.0.smithi055.stdout:3514: finishing write tid 3 to smithi055169533-13 2023-10-14T00:13:39.345 INFO:tasks.rados.rados.0.smithi055.stdout:3514: finishing write tid 4 to smithi055169533-13 2023-10-14T00:13:39.345 INFO:tasks.rados.rados.0.smithi055.stdout:3514: finishing write tid 5 to smithi055169533-13 2023-10-14T00:13:39.345 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 13 v 1893 (ObjNum 1091 snap 341 seq_num 1091) dirty exists 2023-10-14T00:13:39.346 INFO:tasks.rados.rados.0.smithi055.stdout:3514: left oid 13 (ObjNum 1091 snap 341 seq_num 1091) 2023-10-14T00:13:39.346 INFO:tasks.rados.rados.0.smithi055.stdout:3515: expect (ObjNum 1089 snap 340 seq_num 1089) 2023-10-14T00:13:39.465 INFO:tasks.rados.rados.0.smithi055.stdout:3517: finishing write tid 1 to smithi055169533-31 2023-10-14T00:13:39.466 INFO:tasks.rados.rados.0.smithi055.stdout:3514: done (4 left) 2023-10-14T00:13:39.466 INFO:tasks.rados.rados.0.smithi055.stdout:3515: done (3 left) 2023-10-14T00:13:39.466 INFO:tasks.rados.rados.0.smithi055.stdout:3519: read oid 39 snap 335 2023-10-14T00:13:39.467 INFO:tasks.rados.rados.0.smithi055.stdout:3519: expect (ObjNum 992 snap 315 seq_num 992) 2023-10-14T00:13:39.467 INFO:tasks.rados.rados.0.smithi055.stdout:3520: snap_remove snap 338 2023-10-14T00:13:39.524 INFO:tasks.rados.rados.0.smithi055.stdout:3520: done (4 left) 2023-10-14T00:13:39.525 INFO:tasks.rados.rados.0.smithi055.stdout:3521: rollback oid 42 current snap is 341 2023-10-14T00:13:39.525 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 42 to 335 2023-10-14T00:13:39.525 INFO:tasks.rados.rados.0.smithi055.stdout:3517: finishing write tid 2 to smithi055169533-31 2023-10-14T00:13:39.525 INFO:tasks.rados.rados.0.smithi055.stdout:3517: finishing write tid 3 to smithi055169533-31 2023-10-14T00:13:39.526 INFO:tasks.rados.rados.0.smithi055.stdout:3517: finishing write tid 4 to smithi055169533-31 2023-10-14T00:13:39.526 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 31 v 2140 (ObjNum 1092 snap 341 seq_num 1092) dirty exists 2023-10-14T00:13:39.526 INFO:tasks.rados.rados.0.smithi055.stdout:3517: left oid 31 (ObjNum 1092 snap 341 seq_num 1092) 2023-10-14T00:13:39.526 INFO:tasks.rados.rados.0.smithi055.stdout:3516: expect (ObjNum 1062 snap 325 seq_num 1062) 2023-10-14T00:13:39.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:39 smithi055 ceph-mon[185614]: osdmap e749: 8 total, 8 up, 8 in 2023-10-14T00:13:39.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:13:39.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:39 smithi055 ceph-mon[185614]: pgmap v839: 121 pgs: 121 active+clean; 305 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 10 MiB/s rd, 4.0 MiB/s wr, 15 op/s 2023-10-14T00:13:39.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:39 smithi055 ceph-mon[183057]: osdmap e749: 8 total, 8 up, 8 in 2023-10-14T00:13:39.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:13:39.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:39 smithi055 ceph-mon[183057]: pgmap v839: 121 pgs: 121 active+clean; 305 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 10 MiB/s rd, 4.0 MiB/s wr, 15 op/s 2023-10-14T00:13:39.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:39 smithi082 ceph-mon[180771]: osdmap e749: 8 total, 8 up, 8 in 2023-10-14T00:13:39.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:13:39.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:39 smithi082 ceph-mon[180771]: pgmap v839: 121 pgs: 121 active+clean; 305 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 10 MiB/s rd, 4.0 MiB/s wr, 15 op/s 2023-10-14T00:13:40.496 INFO:tasks.rados.rados.0.smithi055.stdout:3518: finishing copy_from racing read to smithi055169533-32 2023-10-14T00:13:40.497 INFO:tasks.rados.rados.0.smithi055.stdout:3518: finishing copy_from to smithi055169533-32 2023-10-14T00:13:40.497 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 32 v 2124 (ObjNum 988 snap 309 seq_num 988) dirty exists 2023-10-14T00:13:40.497 INFO:tasks.rados.rados.0.smithi055.stdout:3516: done (4 left) 2023-10-14T00:13:40.497 INFO:tasks.rados.rados.0.smithi055.stdout:3517: done (3 left) 2023-10-14T00:13:40.497 INFO:tasks.rados.rados.0.smithi055.stdout:3518: done (2 left) 2023-10-14T00:13:40.498 INFO:tasks.rados.rados.0.smithi055.stdout:3522: read oid 15 snap 332 2023-10-14T00:13:40.498 INFO:tasks.rados.rados.0.smithi055.stdout:3522: expect (ObjNum 967 snap 300 seq_num 967) 2023-10-14T00:13:40.498 INFO:tasks.rados.rados.0.smithi055.stdout:3523: delete oid 1 current snap is 341 2023-10-14T00:13:40.498 INFO:tasks.rados.rados.0.smithi055.stdout:3519: expect (ObjNum 992 snap 315 seq_num 992) 2023-10-14T00:13:40.650 INFO:tasks.rados.rados.0.smithi055.stdout:3521: finishing rollback tid 1 to smithi055169533-42 2023-10-14T00:13:40.650 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 42 v 0 (ObjNum 161 snap 0 seq_num 0) dirty dne 2023-10-14T00:13:40.650 INFO:tasks.rados.rados.0.smithi055.stdout:3519: done (3 left) 2023-10-14T00:13:40.651 INFO:tasks.rados.rados.0.smithi055.stdout:3521: done (2 left) 2023-10-14T00:13:40.651 INFO:tasks.rados.rados.0.smithi055.stdout:3523: done (1 left) 2023-10-14T00:13:40.651 INFO:tasks.rados.rados.0.smithi055.stdout:3524: copy_from oid 6 from oid 23 current snap is 341 2023-10-14T00:13:40.651 INFO:tasks.rados.rados.0.smithi055.stdout:3522: expect (ObjNum 967 snap 300 seq_num 967) 2023-10-14T00:13:40.735 INFO:tasks.rados.rados.0.smithi055.stdout:3524: finishing copy_from racing read to smithi055169533-6 2023-10-14T00:13:40.735 INFO:tasks.rados.rados.0.smithi055.stdout:3524: finishing copy_from to smithi055169533-6 2023-10-14T00:13:40.736 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 6 v 2121 (ObjNum 869 snap 264 seq_num 869) dirty exists 2023-10-14T00:13:40.736 INFO:tasks.rados.rados.0.smithi055.stdout:3522: done (1 left) 2023-10-14T00:13:40.736 INFO:tasks.rados.rados.0.smithi055.stdout:3524: done (0 left) 2023-10-14T00:13:40.736 INFO:tasks.rados.rados.0.smithi055.stdout:3525: setattr oid 5 current snap is 341 2023-10-14T00:13:40.737 INFO:tasks.rados.rados.0.smithi055.stdout:3526: copy_from oid 24 from oid 4 current snap is 341 2023-10-14T00:13:40.737 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 8 current snap is 341 2023-10-14T00:13:40.737 INFO:tasks.rados.rados.0.smithi055.stdout:3527: seq_num 1094 ranges {2482176=729088,3211264=573440,3784704=229376} 2023-10-14T00:13:40.755 INFO:tasks.rados.rados.0.smithi055.stdout:3527: writing smithi055169533-8 from 2482176 to 3211264 tid 1 2023-10-14T00:13:40.758 INFO:tasks.rados.rados.0.smithi055.stdout:3527: writing smithi055169533-8 from 3211264 to 3784704 tid 2 2023-10-14T00:13:40.761 INFO:tasks.rados.rados.0.smithi055.stdout:3527: writing smithi055169533-8 from 3784704 to 4014080 tid 3 2023-10-14T00:13:40.762 INFO:tasks.rados.rados.0.smithi055.stdout:3528: snap_create 2023-10-14T00:13:40.762 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 5 v 2141 (ObjNum 1076 snap 332 seq_num 1076) dirty exists 2023-10-14T00:13:40.762 INFO:tasks.rados.rados.0.smithi055.stdout:3526: finishing copy_from racing read to smithi055169533-24 2023-10-14T00:13:40.762 INFO:tasks.rados.rados.0.smithi055.stdout:3526: finishing copy_from to smithi055169533-24 2023-10-14T00:13:40.763 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 24 v 2053 (ObjNum 1073 snap 332 seq_num 1073) dirty exists 2023-10-14T00:13:40.764 INFO:tasks.rados.rados.0.smithi055.stdout:3527: finishing write tid 1 to smithi055169533-8 2023-10-14T00:13:40.764 INFO:tasks.rados.rados.0.smithi055.stdout:3527: finishing write tid 2 to smithi055169533-8 2023-10-14T00:13:40.765 INFO:tasks.rados.rados.0.smithi055.stdout:3527: finishing write tid 3 to smithi055169533-8 2023-10-14T00:13:40.765 INFO:tasks.rados.rados.0.smithi055.stdout:3527: finishing write tid 4 to smithi055169533-8 2023-10-14T00:13:40.766 INFO:tasks.rados.rados.0.smithi055.stdout:3527: finishing write tid 5 to smithi055169533-8 2023-10-14T00:13:40.766 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 8 v 1570 (ObjNum 1094 snap 341 seq_num 1094) dirty exists 2023-10-14T00:13:40.767 INFO:tasks.rados.rados.0.smithi055.stdout:3527: left oid 8 (ObjNum 1094 snap 341 seq_num 1094) 2023-10-14T00:13:40.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:40 smithi082 ceph-mon[180771]: osdmap e750: 8 total, 8 up, 8 in 2023-10-14T00:13:40.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:40 smithi082 ceph-mon[180771]: osdmap e751: 8 total, 8 up, 8 in 2023-10-14T00:13:41.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:40 smithi055 ceph-mon[185614]: osdmap e750: 8 total, 8 up, 8 in 2023-10-14T00:13:41.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:40 smithi055 ceph-mon[185614]: osdmap e751: 8 total, 8 up, 8 in 2023-10-14T00:13:41.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:40 smithi055 ceph-mon[183057]: osdmap e750: 8 total, 8 up, 8 in 2023-10-14T00:13:41.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:40 smithi055 ceph-mon[183057]: osdmap e751: 8 total, 8 up, 8 in 2023-10-14T00:13:41.541 INFO:tasks.rados.rados.0.smithi055.stdout:3525: done (3 left) 2023-10-14T00:13:41.542 INFO:tasks.rados.rados.0.smithi055.stdout:3526: done (2 left) 2023-10-14T00:13:41.542 INFO:tasks.rados.rados.0.smithi055.stdout:3527: done (1 left) 2023-10-14T00:13:41.542 INFO:tasks.rados.rados.0.smithi055.stdout:3528: done (0 left) 2023-10-14T00:13:41.542 INFO:tasks.rados.rados.0.smithi055.stdout:3529: read oid 10 snap -1 2023-10-14T00:13:41.543 INFO:tasks.rados.rados.0.smithi055.stdout:3529: expect (ObjNum 957 snap 295 seq_num 957) 2023-10-14T00:13:41.543 INFO:tasks.rados.rados.0.smithi055.stdout:3530: snap_create 2023-10-14T00:13:41.552 INFO:tasks.rados.rados.0.smithi055.stdout:3529: expect (ObjNum 957 snap 295 seq_num 957) 2023-10-14T00:13:41.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:41 smithi082 ceph-mon[180771]: pgmap v842: 121 pgs: 121 active+clean; 316 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 25 MiB/s rd, 4.4 MiB/s wr, 10 op/s 2023-10-14T00:13:42.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:41 smithi055 ceph-mon[185614]: pgmap v842: 121 pgs: 121 active+clean; 316 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 25 MiB/s rd, 4.4 MiB/s wr, 10 op/s 2023-10-14T00:13:42.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:41 smithi055 ceph-mon[183057]: pgmap v842: 121 pgs: 121 active+clean; 316 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 25 MiB/s rd, 4.4 MiB/s wr, 10 op/s 2023-10-14T00:13:42.543 INFO:tasks.rados.rados.0.smithi055.stdout:3529: done (1 left) 2023-10-14T00:13:42.543 INFO:tasks.rados.rados.0.smithi055.stdout:3530: done (0 left) 2023-10-14T00:13:42.544 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 42 current snap is 343 2023-10-14T00:13:42.544 INFO:tasks.rados.rados.0.smithi055.stdout:3531: seq_num 1095 ranges {0=745472,745472=499712,1245184=303104} 2023-10-14T00:13:42.547 INFO:tasks.rados.rados.0.smithi055.stdout:3531: writing smithi055169533-42 from 0 to 745472 tid 1 2023-10-14T00:13:42.550 INFO:tasks.rados.rados.0.smithi055.stdout:3531: writing smithi055169533-42 from 745472 to 1245184 tid 2 2023-10-14T00:13:42.551 INFO:tasks.rados.rados.0.smithi055.stdout:3531: writing smithi055169533-42 from 1245184 to 1548288 tid 3 2023-10-14T00:13:42.552 INFO:tasks.rados.rados.0.smithi055.stdout:3532: setattr oid 12 current snap is 343 2023-10-14T00:13:42.553 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 25 current snap is 343 2023-10-14T00:13:42.553 INFO:tasks.rados.rados.0.smithi055.stdout:3533: seq_num 1096 ranges {7626752=761856,8388608=786432,9175040=16384} 2023-10-14T00:13:42.600 INFO:tasks.rados.rados.0.smithi055.stdout:3533: writing smithi055169533-25 from 7626752 to 8388608 tid 1 2023-10-14T00:13:42.606 INFO:tasks.rados.rados.0.smithi055.stdout:3533: writing smithi055169533-25 from 8388608 to 9175040 tid 2 2023-10-14T00:13:42.606 INFO:tasks.rados.rados.0.smithi055.stdout:3533: writing smithi055169533-25 from 9175040 to 9191424 tid 3 2023-10-14T00:13:42.606 INFO:tasks.rados.rados.0.smithi055.stdout:3531: finishing write tid 1 to smithi055169533-42 2023-10-14T00:13:42.606 INFO:tasks.rados.rados.0.smithi055.stdout:3534: read oid 23 snap -1 2023-10-14T00:13:42.607 INFO:tasks.rados.rados.0.smithi055.stdout:3534: expect (ObjNum 869 snap 264 seq_num 869) 2023-10-14T00:13:42.607 INFO:tasks.rados.rados.0.smithi055.stdout:3535: read oid 16 snap -1 2023-10-14T00:13:42.607 INFO:tasks.rados.rados.0.smithi055.stdout:3535: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:13:42.607 INFO:tasks.rados.rados.0.smithi055.stdout:3536: read oid 28 snap -1 2023-10-14T00:13:42.607 INFO:tasks.rados.rados.0.smithi055.stdout:3536: expect (ObjNum 1029 snap 319 seq_num 1029) 2023-10-14T00:13:42.607 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 34 current snap is 343 2023-10-14T00:13:42.608 INFO:tasks.rados.rados.0.smithi055.stdout:3531: finishing write tid 2 to smithi055169533-42 2023-10-14T00:13:42.608 INFO:tasks.rados.rados.0.smithi055.stdout:3531: finishing write tid 3 to smithi055169533-42 2023-10-14T00:13:42.608 INFO:tasks.rados.rados.0.smithi055.stdout:3531: finishing write tid 4 to smithi055169533-42 2023-10-14T00:13:42.608 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 12 v 1772 (ObjNum 1059 snap 325 seq_num 1059) dirty exists 2023-10-14T00:13:42.608 INFO:tasks.rados.rados.0.smithi055.stdout:3531: finishing write tid 5 to smithi055169533-42 2023-10-14T00:13:42.609 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 42 v 2307 (ObjNum 1095 snap 343 seq_num 1095) dirty exists 2023-10-14T00:13:42.609 INFO:tasks.rados.rados.0.smithi055.stdout:3531: left oid 42 (ObjNum 1095 snap 343 seq_num 1095) 2023-10-14T00:13:42.609 INFO:tasks.rados.rados.0.smithi055.stdout:3537: seq_num 1097 ranges {0=778240,778240=671744,1449984=131072} 2023-10-14T00:13:42.616 INFO:tasks.rados.rados.0.smithi055.stdout:3537: writing smithi055169533-34 from 0 to 778240 tid 1 2023-10-14T00:13:42.616 INFO:tasks.rados.rados.0.smithi055.stdout:3537: writing smithi055169533-34 from 778240 to 1449984 tid 2 2023-10-14T00:13:42.617 INFO:tasks.rados.rados.0.smithi055.stdout:3537: writing smithi055169533-34 from 1449984 to 1581056 tid 3 2023-10-14T00:13:42.617 INFO:tasks.rados.rados.0.smithi055.stdout:3531: done (6 left) 2023-10-14T00:13:42.617 INFO:tasks.rados.rados.0.smithi055.stdout:3532: done (5 left) 2023-10-14T00:13:42.617 INFO:tasks.rados.rados.0.smithi055.stdout:3538: snap_remove snap 339 2023-10-14T00:13:42.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:42 smithi082 ceph-mon[180771]: osdmap e752: 8 total, 8 up, 8 in 2023-10-14T00:13:43.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:42 smithi055 ceph-mon[185614]: osdmap e752: 8 total, 8 up, 8 in 2023-10-14T00:13:43.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:42 smithi055 ceph-mon[183057]: osdmap e752: 8 total, 8 up, 8 in 2023-10-14T00:13:43.593 INFO:tasks.rados.rados.0.smithi055.stdout:3538: done (5 left) 2023-10-14T00:13:43.593 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 50 current snap is 343 2023-10-14T00:13:43.593 INFO:tasks.rados.rados.0.smithi055.stdout:3539: seq_num 1098 ranges {0=794624,794624=557056,1351680=245760} 2023-10-14T00:13:43.595 INFO:tasks.rados.rados.0.smithi055.stdout:3539: writing smithi055169533-50 from 0 to 794624 tid 1 2023-10-14T00:13:43.599 INFO:tasks.rados.rados.0.smithi055.stdout:3539: writing smithi055169533-50 from 794624 to 1351680 tid 2 2023-10-14T00:13:43.601 INFO:tasks.rados.rados.0.smithi055.stdout:3539: writing smithi055169533-50 from 1351680 to 1597440 tid 3 2023-10-14T00:13:43.601 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 17 current snap is 343 2023-10-14T00:13:43.601 INFO:tasks.rados.rados.0.smithi055.stdout:3540: seq_num 1099 ranges {2482176=409600,2891776=442368,3334144=720896,4055040=40960} 2023-10-14T00:13:43.617 INFO:tasks.rados.rados.0.smithi055.stdout:3540: writing smithi055169533-17 from 2482176 to 2891776 tid 1 2023-10-14T00:13:43.620 INFO:tasks.rados.rados.0.smithi055.stdout:3540: writing smithi055169533-17 from 2891776 to 3334144 tid 2 2023-10-14T00:13:43.626 INFO:tasks.rados.rados.0.smithi055.stdout:3540: writing smithi055169533-17 from 3334144 to 4055040 tid 3 2023-10-14T00:13:43.626 INFO:tasks.rados.rados.0.smithi055.stdout:3540: writing smithi055169533-17 from 4055040 to 4096000 tid 4 2023-10-14T00:13:43.626 INFO:tasks.rados.rados.0.smithi055.stdout:3541: read oid 5 snap -1 2023-10-14T00:13:43.626 INFO:tasks.rados.rados.0.smithi055.stdout:3541: expect (ObjNum 1076 snap 332 seq_num 1076) 2023-10-14T00:13:43.626 INFO:tasks.rados.rados.0.smithi055.stdout:3542: snap_remove snap 337 2023-10-14T00:13:43.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:43 smithi082 ceph-mon[180771]: osdmap e753: 8 total, 8 up, 8 in 2023-10-14T00:13:43.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:43 smithi082 ceph-mon[180771]: pgmap v845: 121 pgs: 121 active+clean; 318 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 23 MiB/s rd, 4.1 MiB/s wr, 12 op/s 2023-10-14T00:13:44.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:43 smithi055 ceph-mon[185614]: osdmap e753: 8 total, 8 up, 8 in 2023-10-14T00:13:44.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:43 smithi055 ceph-mon[185614]: pgmap v845: 121 pgs: 121 active+clean; 318 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 23 MiB/s rd, 4.1 MiB/s wr, 12 op/s 2023-10-14T00:13:44.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:43 smithi055 ceph-mon[183057]: osdmap e753: 8 total, 8 up, 8 in 2023-10-14T00:13:44.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:43 smithi055 ceph-mon[183057]: pgmap v845: 121 pgs: 121 active+clean; 318 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 23 MiB/s rd, 4.1 MiB/s wr, 12 op/s 2023-10-14T00:13:44.594 INFO:tasks.rados.rados.0.smithi055.stdout:3542: done (8 left) 2023-10-14T00:13:44.594 INFO:tasks.rados.rados.0.smithi055.stdout:3543: read oid 4 snap -1 2023-10-14T00:13:44.594 INFO:tasks.rados.rados.0.smithi055.stdout:3543: expect (ObjNum 1073 snap 332 seq_num 1073) 2023-10-14T00:13:44.594 INFO:tasks.rados.rados.0.smithi055.stdout:3544: delete oid 6 current snap is 343 2023-10-14T00:13:44.595 INFO:tasks.rados.rados.0.smithi055.stdout:3535: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:13:44.602 INFO:tasks.rados.rados.0.smithi055.stdout:3533: finishing write tid 1 to smithi055169533-25 2023-10-14T00:13:44.602 INFO:tasks.rados.rados.0.smithi055.stdout:3533: finishing write tid 2 to smithi055169533-25 2023-10-14T00:13:44.602 INFO:tasks.rados.rados.0.smithi055.stdout:3533: finishing write tid 3 to smithi055169533-25 2023-10-14T00:13:44.602 INFO:tasks.rados.rados.0.smithi055.stdout:3533: finishing write tid 4 to smithi055169533-25 2023-10-14T00:13:44.605 INFO:tasks.rados.rados.0.smithi055.stdout:3533: finishing write tid 5 to smithi055169533-25 2023-10-14T00:13:44.605 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 25 v 1130 (ObjNum 1096 snap 343 seq_num 1096) dirty exists 2023-10-14T00:13:44.605 INFO:tasks.rados.rados.0.smithi055.stdout:3533: left oid 25 (ObjNum 1096 snap 343 seq_num 1096) 2023-10-14T00:13:44.606 INFO:tasks.rados.rados.0.smithi055.stdout:3534: expect (ObjNum 869 snap 264 seq_num 869) 2023-10-14T00:13:44.728 INFO:tasks.rados.rados.0.smithi055.stdout:3537: finishing write tid 1 to smithi055169533-34 2023-10-14T00:13:44.728 INFO:tasks.rados.rados.0.smithi055.stdout:3537: finishing write tid 2 to smithi055169533-34 2023-10-14T00:13:44.728 INFO:tasks.rados.rados.0.smithi055.stdout:3537: finishing write tid 3 to smithi055169533-34 2023-10-14T00:13:44.728 INFO:tasks.rados.rados.0.smithi055.stdout:3537: finishing write tid 4 to smithi055169533-34 2023-10-14T00:13:44.729 INFO:tasks.rados.rados.0.smithi055.stdout:3537: finishing write tid 5 to smithi055169533-34 2023-10-14T00:13:44.729 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 34 v 2125 (ObjNum 1097 snap 343 seq_num 1097) dirty exists 2023-10-14T00:13:44.729 INFO:tasks.rados.rados.0.smithi055.stdout:3537: left oid 34 (ObjNum 1097 snap 343 seq_num 1097) 2023-10-14T00:13:44.729 INFO:tasks.rados.rados.0.smithi055.stdout:3533: done (9 left) 2023-10-14T00:13:44.729 INFO:tasks.rados.rados.0.smithi055.stdout:3534: done (8 left) 2023-10-14T00:13:44.730 INFO:tasks.rados.rados.0.smithi055.stdout:3535: done (7 left) 2023-10-14T00:13:44.730 INFO:tasks.rados.rados.0.smithi055.stdout:3537: done (6 left) 2023-10-14T00:13:44.730 INFO:tasks.rados.rados.0.smithi055.stdout:3544: done (5 left) 2023-10-14T00:13:44.730 INFO:tasks.rados.rados.0.smithi055.stdout:3545: read oid 42 snap 306 2023-10-14T00:13:44.730 INFO:tasks.rados.rados.0.smithi055.stdout:3545: expect deleted 2023-10-14T00:13:44.731 INFO:tasks.rados.rados.0.smithi055.stdout:3546: setattr oid 37 current snap is 343 2023-10-14T00:13:44.731 INFO:tasks.rados.rados.0.smithi055.stdout:3536: expect (ObjNum 1029 snap 319 seq_num 1029) 2023-10-14T00:13:44.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:44 smithi082 ceph-mon[180771]: osdmap e754: 8 total, 8 up, 8 in 2023-10-14T00:13:45.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:44 smithi055 ceph-mon[185614]: osdmap e754: 8 total, 8 up, 8 in 2023-10-14T00:13:45.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:44 smithi055 ceph-mon[183057]: osdmap e754: 8 total, 8 up, 8 in 2023-10-14T00:13:45.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:13:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:13:45] "GET /metrics HTTP/1.1" 200 36157 "" "Prometheus/2.43.0" 2023-10-14T00:13:45.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:45 smithi082 ceph-mon[180771]: osdmap e755: 8 total, 8 up, 8 in 2023-10-14T00:13:45.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:45 smithi082 ceph-mon[180771]: pgmap v848: 121 pgs: 121 active+clean; 323 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 21 MiB/s rd, 1.8 MiB/s wr, 16 op/s 2023-10-14T00:13:45.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:45 smithi082 ceph-mon[180771]: osdmap e756: 8 total, 8 up, 8 in 2023-10-14T00:13:46.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:45 smithi055 ceph-mon[185614]: osdmap e755: 8 total, 8 up, 8 in 2023-10-14T00:13:46.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:45 smithi055 ceph-mon[185614]: pgmap v848: 121 pgs: 121 active+clean; 323 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 21 MiB/s rd, 1.8 MiB/s wr, 16 op/s 2023-10-14T00:13:46.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:45 smithi055 ceph-mon[185614]: osdmap e756: 8 total, 8 up, 8 in 2023-10-14T00:13:46.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:45 smithi055 ceph-mon[183057]: osdmap e755: 8 total, 8 up, 8 in 2023-10-14T00:13:46.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:45 smithi055 ceph-mon[183057]: pgmap v848: 121 pgs: 121 active+clean; 323 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 21 MiB/s rd, 1.8 MiB/s wr, 16 op/s 2023-10-14T00:13:46.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:45 smithi055 ceph-mon[183057]: osdmap e756: 8 total, 8 up, 8 in 2023-10-14T00:13:46.152 INFO:tasks.rados.rados.0.smithi055.stdout:3539: finishing write tid 1 to smithi055169533-50 2023-10-14T00:13:46.152 INFO:tasks.rados.rados.0.smithi055.stdout:3539: finishing write tid 2 to smithi055169533-50 2023-10-14T00:13:46.152 INFO:tasks.rados.rados.0.smithi055.stdout:3539: finishing write tid 3 to smithi055169533-50 2023-10-14T00:13:46.153 INFO:tasks.rados.rados.0.smithi055.stdout:3539: finishing write tid 4 to smithi055169533-50 2023-10-14T00:13:46.153 INFO:tasks.rados.rados.0.smithi055.stdout:3539: finishing write tid 5 to smithi055169533-50 2023-10-14T00:13:46.153 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 50 v 2376 (ObjNum 1098 snap 343 seq_num 1098) dirty exists 2023-10-14T00:13:46.153 INFO:tasks.rados.rados.0.smithi055.stdout:3539: left oid 50 (ObjNum 1098 snap 343 seq_num 1098) 2023-10-14T00:13:46.153 INFO:tasks.rados.rados.0.smithi055.stdout:3540: finishing write tid 1 to smithi055169533-17 2023-10-14T00:13:46.153 INFO:tasks.rados.rados.0.smithi055.stdout:3540: finishing write tid 2 to smithi055169533-17 2023-10-14T00:13:46.154 INFO:tasks.rados.rados.0.smithi055.stdout:3540: finishing write tid 3 to smithi055169533-17 2023-10-14T00:13:46.154 INFO:tasks.rados.rados.0.smithi055.stdout:3540: finishing write tid 4 to smithi055169533-17 2023-10-14T00:13:46.154 INFO:tasks.rados.rados.0.smithi055.stdout:3540: finishing write tid 5 to smithi055169533-17 2023-10-14T00:13:46.154 INFO:tasks.rados.rados.0.smithi055.stdout:3540: finishing write tid 6 to smithi055169533-17 2023-10-14T00:13:46.154 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 17 v 2382 (ObjNum 1099 snap 343 seq_num 1099) dirty exists 2023-10-14T00:13:46.155 INFO:tasks.rados.rados.0.smithi055.stdout:3540: left oid 17 (ObjNum 1099 snap 343 seq_num 1099) 2023-10-14T00:13:46.155 INFO:tasks.rados.rados.0.smithi055.stdout:3541: expect (ObjNum 1076 snap 332 seq_num 1076) 2023-10-14T00:13:47.128 INFO:tasks.rados.rados.0.smithi055.stdout:3543: expect (ObjNum 1073 snap 332 seq_num 1073) 2023-10-14T00:13:47.308 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 37 v 2142 (ObjNum 1085 snap 336 seq_num 1085) dirty exists 2023-10-14T00:13:47.308 INFO:tasks.rados.rados.0.smithi055.stdout:3536: done (6 left) 2023-10-14T00:13:47.309 INFO:tasks.rados.rados.0.smithi055.stdout:3539: done (5 left) 2023-10-14T00:13:47.309 INFO:tasks.rados.rados.0.smithi055.stdout:3540: done (4 left) 2023-10-14T00:13:47.309 INFO:tasks.rados.rados.0.smithi055.stdout:3541: done (3 left) 2023-10-14T00:13:47.309 INFO:tasks.rados.rados.0.smithi055.stdout:3543: done (2 left) 2023-10-14T00:13:47.309 INFO:tasks.rados.rados.0.smithi055.stdout:3545: done (1 left) 2023-10-14T00:13:47.310 INFO:tasks.rados.rados.0.smithi055.stdout:3546: done (0 left) 2023-10-14T00:13:47.310 INFO:tasks.rados.rados.0.smithi055.stdout:3547: snap_create 2023-10-14T00:13:47.998 INFO:tasks.rados.rados.0.smithi055.stdout:3547: done (0 left) 2023-10-14T00:13:47.999 INFO:tasks.rados.rados.0.smithi055.stdout:3548: rollback oid 29 current snap is 344 2023-10-14T00:13:47.999 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 29 to 343 2023-10-14T00:13:47.999 INFO:tasks.rados.rados.0.smithi055.stdout:3549: snap_create 2023-10-14T00:13:48.004 INFO:tasks.rados.rados.0.smithi055.stdout:3548: finishing rollback tid 0 to smithi055169533-29 2023-10-14T00:13:48.005 INFO:tasks.rados.rados.0.smithi055.stdout:3548: finishing rollback tid 1 to smithi055169533-29 2023-10-14T00:13:48.005 INFO:tasks.rados.rados.0.smithi055.stdout:3548: finishing rollback tid 2 to smithi055169533-29 2023-10-14T00:13:48.005 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 29 v 2127 (ObjNum 1076 snap 332 seq_num 1076) dirty exists 2023-10-14T00:13:48.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:47 smithi055 ceph-mon[185614]: pgmap v850: 121 pgs: 121 active+clean; 333 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 23 MiB/s rd, 3.4 MiB/s wr, 24 op/s 2023-10-14T00:13:48.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:47 smithi055 ceph-mon[183057]: pgmap v850: 121 pgs: 121 active+clean; 333 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 23 MiB/s rd, 3.4 MiB/s wr, 24 op/s 2023-10-14T00:13:48.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:47 smithi082 ceph-mon[180771]: pgmap v850: 121 pgs: 121 active+clean; 333 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 23 MiB/s rd, 3.4 MiB/s wr, 24 op/s 2023-10-14T00:13:49.005 INFO:tasks.rados.rados.0.smithi055.stdout:3548: done (1 left) 2023-10-14T00:13:49.005 INFO:tasks.rados.rados.0.smithi055.stdout:3549: done (0 left) 2023-10-14T00:13:49.005 INFO:tasks.rados.rados.0.smithi055.stdout:3550: delete oid 19 current snap is 345 2023-10-14T00:13:49.009 INFO:tasks.rados.rados.0.smithi055.stdout:3550: done (0 left) 2023-10-14T00:13:49.009 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 44 current snap is 345 2023-10-14T00:13:49.009 INFO:tasks.rados.rados.0.smithi055.stdout:3551: seq_num 1102 ranges {974848=458752,1433600=491520,1925120=491520,2416640=221184} 2023-10-14T00:13:49.017 INFO:tasks.rados.rados.0.smithi055.stdout:3551: writing smithi055169533-44 from 974848 to 1433600 tid 1 2023-10-14T00:13:49.020 INFO:tasks.rados.rados.0.smithi055.stdout:3551: writing smithi055169533-44 from 1433600 to 1925120 tid 2 2023-10-14T00:13:49.023 INFO:tasks.rados.rados.0.smithi055.stdout:3551: writing smithi055169533-44 from 1925120 to 2416640 tid 3 2023-10-14T00:13:49.024 INFO:tasks.rados.rados.0.smithi055.stdout:3551: writing smithi055169533-44 from 2416640 to 2637824 tid 4 2023-10-14T00:13:49.024 INFO:tasks.rados.rados.0.smithi055.stdout:3552: snap_create 2023-10-14T00:13:49.026 INFO:tasks.rados.rados.0.smithi055.stdout:3551: finishing write tid 1 to smithi055169533-44 2023-10-14T00:13:49.026 INFO:tasks.rados.rados.0.smithi055.stdout:3551: finishing write tid 2 to smithi055169533-44 2023-10-14T00:13:49.028 INFO:tasks.rados.rados.0.smithi055.stdout:3551: finishing write tid 3 to smithi055169533-44 2023-10-14T00:13:49.029 INFO:tasks.rados.rados.0.smithi055.stdout:3551: finishing write tid 4 to smithi055169533-44 2023-10-14T00:13:49.029 INFO:tasks.rados.rados.0.smithi055.stdout:3551: finishing write tid 5 to smithi055169533-44 2023-10-14T00:13:49.031 INFO:tasks.rados.rados.0.smithi055.stdout:3551: finishing write tid 6 to smithi055169533-44 2023-10-14T00:13:49.031 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 44 v 2308 (ObjNum 1102 snap 345 seq_num 1102) dirty exists 2023-10-14T00:13:49.031 INFO:tasks.rados.rados.0.smithi055.stdout:3551: left oid 44 (ObjNum 1102 snap 345 seq_num 1102) 2023-10-14T00:13:49.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:49 smithi055 ceph-mon[185614]: osdmap e757: 8 total, 8 up, 8 in 2023-10-14T00:13:49.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:49 smithi055 ceph-mon[183057]: osdmap e757: 8 total, 8 up, 8 in 2023-10-14T00:13:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:49 smithi082 ceph-mon[180771]: osdmap e757: 8 total, 8 up, 8 in 2023-10-14T00:13:50.021 INFO:tasks.rados.rados.0.smithi055.stdout:3551: done (1 left) 2023-10-14T00:13:50.021 INFO:tasks.rados.rados.0.smithi055.stdout:3552: done (0 left) 2023-10-14T00:13:50.021 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 23 current snap is 346 2023-10-14T00:13:50.021 INFO:tasks.rados.rados.0.smithi055.stdout:3553: seq_num 1103 ranges {2547712=475136,3022848=425984,3448832=696320,4145152=81920} 2023-10-14T00:13:50.036 INFO:tasks.rados.rados.0.smithi055.stdout:3553: writing smithi055169533-23 from 2547712 to 3022848 tid 1 2023-10-14T00:13:50.039 INFO:tasks.rados.rados.0.smithi055.stdout:3553: writing smithi055169533-23 from 3022848 to 3448832 tid 2 2023-10-14T00:13:50.043 INFO:tasks.rados.rados.0.smithi055.stdout:3553: writing smithi055169533-23 from 3448832 to 4145152 tid 3 2023-10-14T00:13:50.044 INFO:tasks.rados.rados.0.smithi055.stdout:3553: writing smithi055169533-23 from 4145152 to 4227072 tid 4 2023-10-14T00:13:50.044 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 3 current snap is 346 2023-10-14T00:13:50.045 INFO:tasks.rados.rados.0.smithi055.stdout:3554: seq_num 1104 ranges {1146880=499712,1646592=712704,2359296=491520} 2023-10-14T00:13:50.054 INFO:tasks.rados.rados.0.smithi055.stdout:3554: writing smithi055169533-3 from 1146880 to 1646592 tid 1 2023-10-14T00:13:50.058 INFO:tasks.rados.rados.0.smithi055.stdout:3554: writing smithi055169533-3 from 1646592 to 2359296 tid 2 2023-10-14T00:13:50.062 INFO:tasks.rados.rados.0.smithi055.stdout:3554: writing smithi055169533-3 from 2359296 to 2850816 tid 3 2023-10-14T00:13:50.063 INFO:tasks.rados.rados.0.smithi055.stdout:3555: read oid 34 snap -1 2023-10-14T00:13:50.063 INFO:tasks.rados.rados.0.smithi055.stdout:3555: expect (ObjNum 1097 snap 343 seq_num 1097) 2023-10-14T00:13:50.063 INFO:tasks.rados.rados.0.smithi055.stdout:3556: rollback oid 19 current snap is 346 2023-10-14T00:13:50.063 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 19 to 306 2023-10-14T00:13:50.064 INFO:tasks.rados.rados.0.smithi055.stdout:3553: finishing write tid 1 to smithi055169533-23 2023-10-14T00:13:50.064 INFO:tasks.rados.rados.0.smithi055.stdout:3553: finishing write tid 2 to smithi055169533-23 2023-10-14T00:13:50.064 INFO:tasks.rados.rados.0.smithi055.stdout:3553: finishing write tid 3 to smithi055169533-23 2023-10-14T00:13:50.064 INFO:tasks.rados.rados.0.smithi055.stdout:3553: finishing write tid 4 to smithi055169533-23 2023-10-14T00:13:50.065 INFO:tasks.rados.rados.0.smithi055.stdout:3553: finishing write tid 5 to smithi055169533-23 2023-10-14T00:13:50.065 INFO:tasks.rados.rados.0.smithi055.stdout:3553: finishing write tid 6 to smithi055169533-23 2023-10-14T00:13:50.065 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 23 v 2130 (ObjNum 1103 snap 346 seq_num 1103) dirty exists 2023-10-14T00:13:50.065 INFO:tasks.rados.rados.0.smithi055.stdout:3553: left oid 23 (ObjNum 1103 snap 346 seq_num 1103) 2023-10-14T00:13:50.065 INFO:tasks.rados.rados.0.smithi055.stdout:3553: done (3 left) 2023-10-14T00:13:50.066 INFO:tasks.rados.rados.0.smithi055.stdout:3557: delete oid 5 current snap is 346 2023-10-14T00:13:50.066 INFO:tasks.rados.rados.0.smithi055.stdout:3556: finishing rollback tid 1 to smithi055169533-19 2023-10-14T00:13:50.067 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 19 v 1886 (ObjNum 161 snap 0 seq_num 0) dirty dne 2023-10-14T00:13:50.067 INFO:tasks.rados.rados.0.smithi055.stdout:3554: finishing write tid 1 to smithi055169533-3 2023-10-14T00:13:50.067 INFO:tasks.rados.rados.0.smithi055.stdout:3554: finishing write tid 2 to smithi055169533-3 2023-10-14T00:13:50.068 INFO:tasks.rados.rados.0.smithi055.stdout:3556: done (3 left) 2023-10-14T00:13:50.068 INFO:tasks.rados.rados.0.smithi055.stdout:3557: done (2 left) 2023-10-14T00:13:50.069 INFO:tasks.rados.rados.0.smithi055.stdout:3558: rollback oid 10 current snap is 346 2023-10-14T00:13:50.069 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 10 to 341 2023-10-14T00:13:50.069 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 21 current snap is 346 2023-10-14T00:13:50.069 INFO:tasks.rados.rados.0.smithi055.stdout:3559: seq_num 1106 ranges {4087808=532480,4620288=483328,5103616=475136,5578752=245760} 2023-10-14T00:13:50.094 INFO:tasks.rados.rados.0.smithi055.stdout:3559: writing smithi055169533-21 from 4087808 to 4620288 tid 1 2023-10-14T00:13:50.097 INFO:tasks.rados.rados.0.smithi055.stdout:3559: writing smithi055169533-21 from 4620288 to 5103616 tid 2 2023-10-14T00:13:50.100 INFO:tasks.rados.rados.0.smithi055.stdout:3559: writing smithi055169533-21 from 5103616 to 5578752 tid 3 2023-10-14T00:13:50.101 INFO:tasks.rados.rados.0.smithi055.stdout:3559: writing smithi055169533-21 from 5578752 to 5824512 tid 4 2023-10-14T00:13:50.102 INFO:tasks.rados.rados.0.smithi055.stdout:3560: rollback oid 41 current snap is 346 2023-10-14T00:13:50.102 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 41 to 344 2023-10-14T00:13:50.102 INFO:tasks.rados.rados.0.smithi055.stdout:3554: finishing write tid 3 to smithi055169533-3 2023-10-14T00:13:50.102 INFO:tasks.rados.rados.0.smithi055.stdout:3554: finishing write tid 4 to smithi055169533-3 2023-10-14T00:13:50.103 INFO:tasks.rados.rados.0.smithi055.stdout:3555: expect (ObjNum 1097 snap 343 seq_num 1097) 2023-10-14T00:13:50.147 INFO:tasks.rados.rados.0.smithi055.stdout:3554: finishing write tid 5 to smithi055169533-3 2023-10-14T00:13:50.147 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 3 v 2108 (ObjNum 1104 snap 346 seq_num 1104) dirty exists 2023-10-14T00:13:50.147 INFO:tasks.rados.rados.0.smithi055.stdout:3554: left oid 3 (ObjNum 1104 snap 346 seq_num 1104) 2023-10-14T00:13:50.147 INFO:tasks.rados.rados.0.smithi055.stdout:3558: finishing rollback tid 0 to smithi055169533-10 2023-10-14T00:13:50.148 INFO:tasks.rados.rados.0.smithi055.stdout:3558: finishing rollback tid 1 to smithi055169533-10 2023-10-14T00:13:50.148 INFO:tasks.rados.rados.0.smithi055.stdout:3554: done (4 left) 2023-10-14T00:13:50.148 INFO:tasks.rados.rados.0.smithi055.stdout:3555: done (3 left) 2023-10-14T00:13:50.148 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 23 current snap is 346 2023-10-14T00:13:50.148 INFO:tasks.rados.rados.0.smithi055.stdout:3558: finishing rollback tid 2 to smithi055169533-10 2023-10-14T00:13:50.149 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 10 v 2390 (ObjNum 957 snap 295 seq_num 957) dirty exists 2023-10-14T00:13:50.149 INFO:tasks.rados.rados.0.smithi055.stdout:3559: finishing write tid 1 to smithi055169533-21 2023-10-14T00:13:50.149 INFO:tasks.rados.rados.0.smithi055.stdout:3559: finishing write tid 2 to smithi055169533-21 2023-10-14T00:13:50.149 INFO:tasks.rados.rados.0.smithi055.stdout:3561: seq_num 1107 ranges {4227072=548864,4775936=770048,5545984=434176} 2023-10-14T00:13:50.173 INFO:tasks.rados.rados.0.smithi055.stdout:3561: writing smithi055169533-23 from 4227072 to 4775936 tid 1 2023-10-14T00:13:50.177 INFO:tasks.rados.rados.0.smithi055.stdout:3561: writing smithi055169533-23 from 4775936 to 5545984 tid 2 2023-10-14T00:13:50.180 INFO:tasks.rados.rados.0.smithi055.stdout:3561: writing smithi055169533-23 from 5545984 to 5980160 tid 3 2023-10-14T00:13:50.181 INFO:tasks.rados.rados.0.smithi055.stdout:3558: done (3 left) 2023-10-14T00:13:50.181 INFO:tasks.rados.rados.0.smithi055.stdout:3562: snap_create 2023-10-14T00:13:50.181 INFO:tasks.rados.rados.0.smithi055.stdout:3559: finishing write tid 3 to smithi055169533-21 2023-10-14T00:13:50.181 INFO:tasks.rados.rados.0.smithi055.stdout:3559: finishing write tid 4 to smithi055169533-21 2023-10-14T00:13:50.182 INFO:tasks.rados.rados.0.smithi055.stdout:3559: finishing write tid 5 to smithi055169533-21 2023-10-14T00:13:50.182 INFO:tasks.rados.rados.0.smithi055.stdout:3560: finishing rollback tid 0 to smithi055169533-41 2023-10-14T00:13:50.182 INFO:tasks.rados.rados.0.smithi055.stdout:3559: finishing write tid 6 to smithi055169533-21 2023-10-14T00:13:50.182 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 21 v 1575 (ObjNum 1106 snap 346 seq_num 1106) dirty exists 2023-10-14T00:13:50.182 INFO:tasks.rados.rados.0.smithi055.stdout:3559: left oid 21 (ObjNum 1106 snap 346 seq_num 1106) 2023-10-14T00:13:50.183 INFO:tasks.rados.rados.0.smithi055.stdout:3560: finishing rollback tid 1 to smithi055169533-41 2023-10-14T00:13:50.183 INFO:tasks.rados.rados.0.smithi055.stdout:3560: finishing rollback tid 2 to smithi055169533-41 2023-10-14T00:13:50.183 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 41 v 1578 (ObjNum 1081 snap 335 seq_num 1081) dirty exists 2023-10-14T00:13:50.183 INFO:tasks.rados.rados.0.smithi055.stdout:3561: finishing write tid 1 to smithi055169533-23 2023-10-14T00:13:50.184 INFO:tasks.rados.rados.0.smithi055.stdout:3561: finishing write tid 2 to smithi055169533-23 2023-10-14T00:13:50.184 INFO:tasks.rados.rados.0.smithi055.stdout:3561: finishing write tid 3 to smithi055169533-23 2023-10-14T00:13:50.184 INFO:tasks.rados.rados.0.smithi055.stdout:3561: finishing write tid 4 to smithi055169533-23 2023-10-14T00:13:50.185 INFO:tasks.rados.rados.0.smithi055.stdout:3561: finishing write tid 5 to smithi055169533-23 2023-10-14T00:13:50.185 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 23 v 2134 (ObjNum 1107 snap 346 seq_num 1107) dirty exists 2023-10-14T00:13:50.185 INFO:tasks.rados.rados.0.smithi055.stdout:3561: left oid 23 (ObjNum 1107 snap 346 seq_num 1107) 2023-10-14T00:13:50.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:50 smithi055 ceph-mon[185614]: pgmap v852: 121 pgs: 121 active+clean; 334 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 21 MiB/s rd, 3.1 MiB/s wr, 21 op/s 2023-10-14T00:13:50.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:50 smithi055 ceph-mon[185614]: osdmap e758: 8 total, 8 up, 8 in 2023-10-14T00:13:50.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:50 smithi055 ceph-mon[183057]: pgmap v852: 121 pgs: 121 active+clean; 334 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 21 MiB/s rd, 3.1 MiB/s wr, 21 op/s 2023-10-14T00:13:50.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:50 smithi055 ceph-mon[183057]: osdmap e758: 8 total, 8 up, 8 in 2023-10-14T00:13:50.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:50 smithi082 ceph-mon[180771]: pgmap v852: 121 pgs: 121 active+clean; 334 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 21 MiB/s rd, 3.1 MiB/s wr, 21 op/s 2023-10-14T00:13:50.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:50 smithi082 ceph-mon[180771]: osdmap e758: 8 total, 8 up, 8 in 2023-10-14T00:13:50.465 INFO:tasks.rados.rados.0.smithi055.stdout:3559: done (3 left) 2023-10-14T00:13:50.465 INFO:tasks.rados.rados.0.smithi055.stdout:3560: done (2 left) 2023-10-14T00:13:50.465 INFO:tasks.rados.rados.0.smithi055.stdout:3561: done (1 left) 2023-10-14T00:13:50.466 INFO:tasks.rados.rados.0.smithi055.stdout:3562: done (0 left) 2023-10-14T00:13:50.466 INFO:tasks.rados.rados.0.smithi055.stdout:3563: delete oid 49 current snap is 347 2023-10-14T00:13:50.474 INFO:tasks.rados.rados.0.smithi055.stdout:3563: done (0 left) 2023-10-14T00:13:50.474 INFO:tasks.rados.rados.0.smithi055.stdout:3564: snap_remove snap 306 2023-10-14T00:13:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:51 smithi082 ceph-mon[180771]: osdmap e759: 8 total, 8 up, 8 in 2023-10-14T00:13:51.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:51 smithi082 ceph-mon[180771]: osdmap e760: 8 total, 8 up, 8 in 2023-10-14T00:13:51.492 INFO:tasks.rados.rados.0.smithi055.stdout:3564: done (0 left) 2023-10-14T00:13:51.492 INFO:tasks.rados.rados.0.smithi055.stdout:3565: rollback oid 20 current snap is 347 2023-10-14T00:13:51.492 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 20 to 341 2023-10-14T00:13:51.492 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 10 current snap is 347 2023-10-14T00:13:51.493 INFO:tasks.rados.rados.0.smithi055.stdout:3566: seq_num 1109 ranges {1638400=581632,2220032=532480,2752512=647168,3399680=24576} 2023-10-14T00:13:51.506 INFO:tasks.rados.rados.0.smithi055.stdout:3566: writing smithi055169533-10 from 1638400 to 2220032 tid 1 2023-10-14T00:13:51.509 INFO:tasks.rados.rados.0.smithi055.stdout:3566: writing smithi055169533-10 from 2220032 to 2752512 tid 2 2023-10-14T00:13:51.515 INFO:tasks.rados.rados.0.smithi055.stdout:3566: writing smithi055169533-10 from 2752512 to 3399680 tid 3 2023-10-14T00:13:51.515 INFO:tasks.rados.rados.0.smithi055.stdout:3566: writing smithi055169533-10 from 3399680 to 3424256 tid 4 2023-10-14T00:13:51.515 INFO:tasks.rados.rados.0.smithi055.stdout:3567: copy_from oid 24 from oid 49 current snap is 347 2023-10-14T00:13:51.515 INFO:tasks.rados.rados.0.smithi055.stdout:3565: finishing rollback tid 0 to smithi055169533-20 2023-10-14T00:13:51.515 INFO:tasks.rados.rados.0.smithi055.stdout:3565: finishing rollback tid 1 to smithi055169533-20 2023-10-14T00:13:51.516 INFO:tasks.rados.rados.0.smithi055.stdout:3565: finishing rollback tid 2 to smithi055169533-20 2023-10-14T00:13:51.516 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 20 v 2310 (ObjNum 1069 snap 330 seq_num 1069) dirty exists 2023-10-14T00:13:51.516 INFO:tasks.rados.rados.0.smithi055.stdout:3565: done (2 left) 2023-10-14T00:13:51.516 INFO:tasks.rados.rados.0.smithi055.stdout:3568: rollback oid 22 current snap is 347 2023-10-14T00:13:51.516 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 22 to 346 2023-10-14T00:13:51.517 INFO:tasks.rados.rados.0.smithi055.stdout:3569: snap_remove snap 332 2023-10-14T00:13:51.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:51 smithi055 ceph-mon[185614]: osdmap e759: 8 total, 8 up, 8 in 2023-10-14T00:13:51.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:51 smithi055 ceph-mon[185614]: osdmap e760: 8 total, 8 up, 8 in 2023-10-14T00:13:51.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:51 smithi055 ceph-mon[183057]: osdmap e759: 8 total, 8 up, 8 in 2023-10-14T00:13:51.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:51 smithi055 ceph-mon[183057]: osdmap e760: 8 total, 8 up, 8 in 2023-10-14T00:13:52.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:52 smithi082 ceph-mon[180771]: pgmap v856: 121 pgs: 121 active+clean; 339 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.0 MiB/s rd, 1.6 MiB/s wr, 7 op/s 2023-10-14T00:13:52.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:52 smithi082 ceph-mon[180771]: osdmap e761: 8 total, 8 up, 8 in 2023-10-14T00:13:52.503 INFO:tasks.rados.rados.0.smithi055.stdout:3569: done (3 left) 2023-10-14T00:13:52.504 INFO:tasks.rados.rados.0.smithi055.stdout:3570: delete oid 30 current snap is 347 2023-10-14T00:13:52.504 INFO:tasks.rados.rados.0.smithi055.stdout:3567: finishing copy_from to smithi055169533-24 2023-10-14T00:13:52.504 INFO:tasks.rados.rados.0.smithi055.stdout:3567: got expected ENOENT (src dne) 2023-10-14T00:13:52.504 INFO:tasks.rados.rados.0.smithi055.stdout:3567: finishing copy_from racing read to smithi055169533-24 2023-10-14T00:13:52.505 INFO:tasks.rados.rados.0.smithi055.stdout:3566: finishing write tid 1 to smithi055169533-10 2023-10-14T00:13:52.505 INFO:tasks.rados.rados.0.smithi055.stdout:3566: finishing write tid 2 to smithi055169533-10 2023-10-14T00:13:52.505 INFO:tasks.rados.rados.0.smithi055.stdout:3566: finishing write tid 3 to smithi055169533-10 2023-10-14T00:13:52.505 INFO:tasks.rados.rados.0.smithi055.stdout:3566: finishing write tid 4 to smithi055169533-10 2023-10-14T00:13:52.505 INFO:tasks.rados.rados.0.smithi055.stdout:3566: finishing write tid 5 to smithi055169533-10 2023-10-14T00:13:52.506 INFO:tasks.rados.rados.0.smithi055.stdout:3568: finishing rollback tid 0 to smithi055169533-22 2023-10-14T00:13:52.506 INFO:tasks.rados.rados.0.smithi055.stdout:3568: finishing rollback tid 1 to smithi055169533-22 2023-10-14T00:13:52.506 INFO:tasks.rados.rados.0.smithi055.stdout:3568: finishing rollback tid 2 to smithi055169533-22 2023-10-14T00:13:52.506 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 22 v 2408 (ObjNum 1078 snap 333 seq_num 1078) dirty exists 2023-10-14T00:13:52.506 INFO:tasks.rados.rados.0.smithi055.stdout:3566: finishing write tid 6 to smithi055169533-10 2023-10-14T00:13:52.507 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 10 v 2404 (ObjNum 1109 snap 347 seq_num 1109) dirty exists 2023-10-14T00:13:52.507 INFO:tasks.rados.rados.0.smithi055.stdout:3566: left oid 10 (ObjNum 1109 snap 347 seq_num 1109) 2023-10-14T00:13:52.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:52 smithi055 ceph-mon[183057]: pgmap v856: 121 pgs: 121 active+clean; 339 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.0 MiB/s rd, 1.6 MiB/s wr, 7 op/s 2023-10-14T00:13:52.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:52 smithi055 ceph-mon[183057]: osdmap e761: 8 total, 8 up, 8 in 2023-10-14T00:13:52.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:52 smithi055 ceph-mon[185614]: pgmap v856: 121 pgs: 121 active+clean; 339 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.0 MiB/s rd, 1.6 MiB/s wr, 7 op/s 2023-10-14T00:13:52.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:52 smithi055 ceph-mon[185614]: osdmap e761: 8 total, 8 up, 8 in 2023-10-14T00:13:52.524 INFO:tasks.rados.rados.0.smithi055.stdout:3566: done (3 left) 2023-10-14T00:13:52.524 INFO:tasks.rados.rados.0.smithi055.stdout:3567: done (2 left) 2023-10-14T00:13:52.524 INFO:tasks.rados.rados.0.smithi055.stdout:3568: done (1 left) 2023-10-14T00:13:52.524 INFO:tasks.rados.rados.0.smithi055.stdout:3570: done (0 left) 2023-10-14T00:13:52.524 INFO:tasks.rados.rados.0.smithi055.stdout:3571: read oid 27 snap -1 2023-10-14T00:13:52.525 INFO:tasks.rados.rados.0.smithi055.stdout:3571: expect (ObjNum 1071 snap 331 seq_num 1071) 2023-10-14T00:13:52.525 INFO:tasks.rados.rados.0.smithi055.stdout:3572: copy_from oid 25 from oid 17 current snap is 347 2023-10-14T00:13:52.525 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 19 current snap is 347 2023-10-14T00:13:52.525 INFO:tasks.rados.rados.0.smithi055.stdout:3573: seq_num 1111 ranges {0=614400,614400=753664,1368064=450560} 2023-10-14T00:13:52.526 INFO:tasks.rados.rados.0.smithi055.stdout:3573: writing smithi055169533-19 from 0 to 614400 tid 1 2023-10-14T00:13:52.534 INFO:tasks.rados.rados.0.smithi055.stdout:3573: writing smithi055169533-19 from 614400 to 1368064 tid 2 2023-10-14T00:13:52.539 INFO:tasks.rados.rados.0.smithi055.stdout:3573: writing smithi055169533-19 from 1368064 to 1818624 tid 3 2023-10-14T00:13:52.539 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 42 current snap is 347 2023-10-14T00:13:52.539 INFO:tasks.rados.rados.0.smithi055.stdout:3574: seq_num 1112 ranges {1548288=630784,2179072=638976,2818048=466944,3284992=98304} 2023-10-14T00:13:52.547 INFO:tasks.rados.rados.0.smithi055.stdout:3574: writing smithi055169533-42 from 1548288 to 2179072 tid 1 2023-10-14T00:13:52.551 INFO:tasks.rados.rados.0.smithi055.stdout:3574: writing smithi055169533-42 from 2179072 to 2818048 tid 2 2023-10-14T00:13:52.554 INFO:tasks.rados.rados.0.smithi055.stdout:3574: writing smithi055169533-42 from 2818048 to 3284992 tid 3 2023-10-14T00:13:52.555 INFO:tasks.rados.rados.0.smithi055.stdout:3574: writing smithi055169533-42 from 3284992 to 3383296 tid 4 2023-10-14T00:13:52.555 INFO:tasks.rados.rados.0.smithi055.stdout:3575: rollback oid 10 current snap is 347 2023-10-14T00:13:52.555 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 10 to 341 2023-10-14T00:13:52.555 INFO:tasks.rados.rados.0.smithi055.stdout:3573: finishing write tid 1 to smithi055169533-19 2023-10-14T00:13:52.555 INFO:tasks.rados.rados.0.smithi055.stdout:3571: expect (ObjNum 1071 snap 331 seq_num 1071) 2023-10-14T00:13:52.585 INFO:tasks.rados.rados.0.smithi055.stdout:3573: finishing write tid 2 to smithi055169533-19 2023-10-14T00:13:52.585 INFO:tasks.rados.rados.0.smithi055.stdout:3573: finishing write tid 3 to smithi055169533-19 2023-10-14T00:13:52.585 INFO:tasks.rados.rados.0.smithi055.stdout:3573: finishing write tid 4 to smithi055169533-19 2023-10-14T00:13:52.585 INFO:tasks.rados.rados.0.smithi055.stdout:3573: finishing write tid 5 to smithi055169533-19 2023-10-14T00:13:52.586 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 19 v 1890 (ObjNum 1111 snap 347 seq_num 1111) dirty exists 2023-10-14T00:13:52.586 INFO:tasks.rados.rados.0.smithi055.stdout:3573: left oid 19 (ObjNum 1111 snap 347 seq_num 1111) 2023-10-14T00:13:52.586 INFO:tasks.rados.rados.0.smithi055.stdout:3572: finishing copy_from racing read to smithi055169533-25 2023-10-14T00:13:52.586 INFO:tasks.rados.rados.0.smithi055.stdout:3572: finishing copy_from to smithi055169533-25 2023-10-14T00:13:52.586 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 25 v 2382 (ObjNum 1099 snap 343 seq_num 1099) dirty exists 2023-10-14T00:13:52.587 INFO:tasks.rados.rados.0.smithi055.stdout:3574: finishing write tid 1 to smithi055169533-42 2023-10-14T00:13:52.587 INFO:tasks.rados.rados.0.smithi055.stdout:3574: finishing write tid 2 to smithi055169533-42 2023-10-14T00:13:52.587 INFO:tasks.rados.rados.0.smithi055.stdout:3574: finishing write tid 3 to smithi055169533-42 2023-10-14T00:13:52.587 INFO:tasks.rados.rados.0.smithi055.stdout:3571: done (4 left) 2023-10-14T00:13:52.587 INFO:tasks.rados.rados.0.smithi055.stdout:3572: done (3 left) 2023-10-14T00:13:52.587 INFO:tasks.rados.rados.0.smithi055.stdout:3573: done (2 left) 2023-10-14T00:13:52.588 INFO:tasks.rados.rados.0.smithi055.stdout:3576: read oid 16 snap -1 2023-10-14T00:13:52.588 INFO:tasks.rados.rados.0.smithi055.stdout:3576: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:13:52.588 INFO:tasks.rados.rados.0.smithi055.stdout:3577: read oid 33 snap 336 2023-10-14T00:13:52.588 INFO:tasks.rados.rados.0.smithi055.stdout:3577: expect (ObjNum 1077 snap 332 seq_num 1077) 2023-10-14T00:13:52.588 INFO:tasks.rados.rados.0.smithi055.stdout:3578: setattr oid 48 current snap is 347 2023-10-14T00:13:52.589 INFO:tasks.rados.rados.0.smithi055.stdout:3574: finishing write tid 4 to smithi055169533-42 2023-10-14T00:13:52.589 INFO:tasks.rados.rados.0.smithi055.stdout:3574: finishing write tid 5 to smithi055169533-42 2023-10-14T00:13:52.589 INFO:tasks.rados.rados.0.smithi055.stdout:3575: finishing rollback tid 0 to smithi055169533-10 2023-10-14T00:13:52.589 INFO:tasks.rados.rados.0.smithi055.stdout:3575: finishing rollback tid 1 to smithi055169533-10 2023-10-14T00:13:52.590 INFO:tasks.rados.rados.0.smithi055.stdout:3575: finishing rollback tid 2 to smithi055169533-10 2023-10-14T00:13:52.590 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 10 v 2423 (ObjNum 957 snap 295 seq_num 957) dirty exists 2023-10-14T00:13:52.590 INFO:tasks.rados.rados.0.smithi055.stdout:3574: finishing write tid 6 to smithi055169533-42 2023-10-14T00:13:52.590 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 42 v 2315 (ObjNum 1112 snap 347 seq_num 1112) dirty exists 2023-10-14T00:13:52.590 INFO:tasks.rados.rados.0.smithi055.stdout:3574: left oid 42 (ObjNum 1112 snap 347 seq_num 1112) 2023-10-14T00:13:52.591 INFO:tasks.rados.rados.0.smithi055.stdout:3576: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:13:52.591 INFO:tasks.rados.rados.0.smithi055.stdout:3574: done (4 left) 2023-10-14T00:13:52.591 INFO:tasks.rados.rados.0.smithi055.stdout:3575: done (3 left) 2023-10-14T00:13:52.592 INFO:tasks.rados.rados.0.smithi055.stdout:3576: done (2 left) 2023-10-14T00:13:52.592 INFO:tasks.rados.rados.0.smithi055.stdout:3579: snap_create 2023-10-14T00:13:52.592 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 48 v 1773 (ObjNum 1062 snap 325 seq_num 1062) dirty exists 2023-10-14T00:13:52.592 INFO:tasks.rados.rados.0.smithi055.stdout:3577: expect (ObjNum 1077 snap 332 seq_num 1077) 2023-10-14T00:13:53.511 INFO:tasks.rados.rados.0.smithi055.stdout:3577: done (2 left) 2023-10-14T00:13:53.512 INFO:tasks.rados.rados.0.smithi055.stdout:3578: done (1 left) 2023-10-14T00:13:53.512 INFO:tasks.rados.rados.0.smithi055.stdout:3579: done (0 left) 2023-10-14T00:13:53.512 INFO:tasks.rados.rados.0.smithi055.stdout:3580: snap_create 2023-10-14T00:13:53.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:53 smithi055 ceph-mon[185614]: osdmap e762: 8 total, 8 up, 8 in 2023-10-14T00:13:53.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:53 smithi055 ceph-mon[185614]: pgmap v859: 121 pgs: 121 active+clean; 338 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 1.2 MiB/s rd, 1.2 MiB/s wr, 6 op/s 2023-10-14T00:13:53.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:53 smithi055 ceph-mon[183057]: osdmap e762: 8 total, 8 up, 8 in 2023-10-14T00:13:53.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:53 smithi055 ceph-mon[183057]: pgmap v859: 121 pgs: 121 active+clean; 338 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 1.2 MiB/s rd, 1.2 MiB/s wr, 6 op/s 2023-10-14T00:13:53.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:53 smithi082 ceph-mon[180771]: osdmap e762: 8 total, 8 up, 8 in 2023-10-14T00:13:53.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:53 smithi082 ceph-mon[180771]: pgmap v859: 121 pgs: 121 active+clean; 338 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 1.2 MiB/s rd, 1.2 MiB/s wr, 6 op/s 2023-10-14T00:13:54.509 INFO:tasks.rados.rados.0.smithi055.stdout:3580: done (0 left) 2023-10-14T00:13:54.509 INFO:tasks.rados.rados.0.smithi055.stdout:3581: delete oid 2 current snap is 349 2023-10-14T00:13:54.515 INFO:tasks.rados.rados.0.smithi055.stdout:3581: done (0 left) 2023-10-14T00:13:54.515 INFO:tasks.rados.rados.0.smithi055.stdout:3582: snap_remove snap 348 2023-10-14T00:13:54.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:54 smithi055 ceph-mon[185614]: osdmap e763: 8 total, 8 up, 8 in 2023-10-14T00:13:54.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:13:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:54 smithi055 ceph-mon[183057]: osdmap e763: 8 total, 8 up, 8 in 2023-10-14T00:13:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:13:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:54 smithi082 ceph-mon[180771]: osdmap e763: 8 total, 8 up, 8 in 2023-10-14T00:13:54.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:13:55.468 INFO:tasks.rados.rados.0.smithi055.stdout:3582: done (0 left) 2023-10-14T00:13:55.468 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 15 current snap is 349 2023-10-14T00:13:55.469 INFO:tasks.rados.rados.0.smithi055.stdout:3583: seq_num 1114 ranges {2596864=663552,3260416=802816,4063232=401408} 2023-10-14T00:13:55.486 INFO:tasks.rados.rados.0.smithi055.stdout:3583: writing smithi055169533-15 from 2596864 to 3260416 tid 1 2023-10-14T00:13:55.492 INFO:tasks.rados.rados.0.smithi055.stdout:3583: writing smithi055169533-15 from 3260416 to 4063232 tid 2 2023-10-14T00:13:55.495 INFO:tasks.rados.rados.0.smithi055.stdout:3583: writing smithi055169533-15 from 4063232 to 4464640 tid 3 2023-10-14T00:13:55.495 INFO:tasks.rados.rados.0.smithi055.stdout:3584: read oid 39 snap -1 2023-10-14T00:13:55.495 INFO:tasks.rados.rados.0.smithi055.stdout:3584: expect (ObjNum 992 snap 315 seq_num 992) 2023-10-14T00:13:55.495 INFO:tasks.rados.rados.0.smithi055.stdout:3585: snap_remove snap 335 2023-10-14T00:13:55.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:55 smithi055 ceph-mon[185614]: osdmap e764: 8 total, 8 up, 8 in 2023-10-14T00:13:55.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:55 smithi055 ceph-mon[185614]: pgmap v862: 121 pgs: 121 active+clean; 296 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 2.3 MiB/s rd, 1.7 MiB/s wr, 10 op/s 2023-10-14T00:13:55.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:55 smithi055 ceph-mon[185614]: osdmap e765: 8 total, 8 up, 8 in 2023-10-14T00:13:55.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:55 smithi055 ceph-mon[183057]: osdmap e764: 8 total, 8 up, 8 in 2023-10-14T00:13:55.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:55 smithi055 ceph-mon[183057]: pgmap v862: 121 pgs: 121 active+clean; 296 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 2.3 MiB/s rd, 1.7 MiB/s wr, 10 op/s 2023-10-14T00:13:55.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:55 smithi055 ceph-mon[183057]: osdmap e765: 8 total, 8 up, 8 in 2023-10-14T00:13:55.518 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:13:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:13:55] "GET /metrics HTTP/1.1" 200 36156 "" "Prometheus/2.43.0" 2023-10-14T00:13:55.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:55 smithi082 ceph-mon[180771]: osdmap e764: 8 total, 8 up, 8 in 2023-10-14T00:13:55.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:55 smithi082 ceph-mon[180771]: pgmap v862: 121 pgs: 121 active+clean; 296 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 2.3 MiB/s rd, 1.7 MiB/s wr, 10 op/s 2023-10-14T00:13:55.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:55 smithi082 ceph-mon[180771]: osdmap e765: 8 total, 8 up, 8 in 2023-10-14T00:13:56.484 INFO:tasks.rados.rados.0.smithi055.stdout:3585: done (2 left) 2023-10-14T00:13:56.484 INFO:tasks.rados.rados.0.smithi055.stdout:3586: read oid 42 snap -1 2023-10-14T00:13:56.484 INFO:tasks.rados.rados.0.smithi055.stdout:3586: expect (ObjNum 1112 snap 347 seq_num 1112) 2023-10-14T00:13:56.485 INFO:tasks.rados.rados.0.smithi055.stdout:3587: read oid 5 snap -1 2023-10-14T00:13:56.485 INFO:tasks.rados.rados.0.smithi055.stdout:3587: expect deleted 2023-10-14T00:13:56.485 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 40 current snap is 349 2023-10-14T00:13:56.485 INFO:tasks.rados.rados.0.smithi055.stdout:3583: finishing write tid 1 to smithi055169533-15 2023-10-14T00:13:56.485 INFO:tasks.rados.rados.0.smithi055.stdout:3583: finishing write tid 2 to smithi055169533-15 2023-10-14T00:13:56.486 INFO:tasks.rados.rados.0.smithi055.stdout:3583: finishing write tid 3 to smithi055169533-15 2023-10-14T00:13:56.486 INFO:tasks.rados.rados.0.smithi055.stdout:3583: finishing write tid 4 to smithi055169533-15 2023-10-14T00:13:56.486 INFO:tasks.rados.rados.0.smithi055.stdout:3583: finishing write tid 5 to smithi055169533-15 2023-10-14T00:13:56.486 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 15 v 2131 (ObjNum 1114 snap 349 seq_num 1114) dirty exists 2023-10-14T00:13:56.487 INFO:tasks.rados.rados.0.smithi055.stdout:3583: left oid 15 (ObjNum 1114 snap 349 seq_num 1114) 2023-10-14T00:13:56.487 INFO:tasks.rados.rados.0.smithi055.stdout:3584: expect (ObjNum 992 snap 315 seq_num 992) 2023-10-14T00:13:56.647 INFO:tasks.rados.rados.0.smithi055.stdout:3586: expect (ObjNum 1112 snap 347 seq_num 1112) 2023-10-14T00:13:56.761 INFO:tasks.rados.rados.0.smithi055.stdout:3588: seq_num 1115 ranges {1335296=679936,2015232=688128,2703360=516096} 2023-10-14T00:13:56.772 INFO:tasks.rados.rados.0.smithi055.stdout:3588: writing smithi055169533-40 from 1335296 to 2015232 tid 1 2023-10-14T00:13:56.777 INFO:tasks.rados.rados.0.smithi055.stdout:3588: writing smithi055169533-40 from 2015232 to 2703360 tid 2 2023-10-14T00:13:56.781 INFO:tasks.rados.rados.0.smithi055.stdout:3588: writing smithi055169533-40 from 2703360 to 3219456 tid 3 2023-10-14T00:13:56.781 INFO:tasks.rados.rados.0.smithi055.stdout:3583: done (4 left) 2023-10-14T00:13:56.781 INFO:tasks.rados.rados.0.smithi055.stdout:3584: done (3 left) 2023-10-14T00:13:56.781 INFO:tasks.rados.rados.0.smithi055.stdout:3586: done (2 left) 2023-10-14T00:13:56.782 INFO:tasks.rados.rados.0.smithi055.stdout:3587: done (1 left) 2023-10-14T00:13:56.782 INFO:tasks.rados.rados.0.smithi055.stdout:3589: delete oid 43 current snap is 349 2023-10-14T00:13:56.782 INFO:tasks.rados.rados.0.smithi055.stdout:3588: finishing write tid 1 to smithi055169533-40 2023-10-14T00:13:56.782 INFO:tasks.rados.rados.0.smithi055.stdout:3588: finishing write tid 2 to smithi055169533-40 2023-10-14T00:13:56.783 INFO:tasks.rados.rados.0.smithi055.stdout:3589: done (1 left) 2023-10-14T00:13:56.783 INFO:tasks.rados.rados.0.smithi055.stdout:3590: snap_remove snap 331 2023-10-14T00:13:57.498 INFO:tasks.rados.rados.0.smithi055.stdout:3590: done (1 left) 2023-10-14T00:13:57.498 INFO:tasks.rados.rados.0.smithi055.stdout:3591: rollback oid 16 current snap is 349 2023-10-14T00:13:57.499 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 16 to 330 2023-10-14T00:13:57.499 INFO:tasks.rados.rados.0.smithi055.stdout:3592: delete oid 34 current snap is 349 2023-10-14T00:13:57.499 INFO:tasks.rados.rados.0.smithi055.stdout:3588: finishing write tid 3 to smithi055169533-40 2023-10-14T00:13:57.500 INFO:tasks.rados.rados.0.smithi055.stdout:3588: finishing write tid 4 to smithi055169533-40 2023-10-14T00:13:57.500 INFO:tasks.rados.rados.0.smithi055.stdout:3588: finishing write tid 5 to smithi055169533-40 2023-10-14T00:13:57.501 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 40 v 2308 (ObjNum 1115 snap 349 seq_num 1115) dirty exists 2023-10-14T00:13:57.501 INFO:tasks.rados.rados.0.smithi055.stdout:3588: left oid 40 (ObjNum 1115 snap 349 seq_num 1115) 2023-10-14T00:13:57.510 INFO:tasks.rados.rados.0.smithi055.stdout:3588: done (2 left) 2023-10-14T00:13:57.510 INFO:tasks.rados.rados.0.smithi055.stdout:3592: done (1 left) 2023-10-14T00:13:57.510 INFO:tasks.rados.rados.0.smithi055.stdout:3593: read oid 7 snap 347 2023-10-14T00:13:57.510 INFO:tasks.rados.rados.0.smithi055.stdout:3593: expect (ObjNum 992 snap 315 seq_num 992) 2023-10-14T00:13:57.511 INFO:tasks.rados.rados.0.smithi055.stdout:3594: rollback oid 34 current snap is 349 2023-10-14T00:13:57.511 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 34 to 344 2023-10-14T00:13:57.511 INFO:tasks.rados.rados.0.smithi055.stdout:3595: snap_remove snap 343 2023-10-14T00:13:57.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:57 smithi055 ceph-mon[185614]: osdmap e766: 8 total, 8 up, 8 in 2023-10-14T00:13:57.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:57 smithi055 ceph-mon[185614]: pgmap v865: 121 pgs: 121 active+clean; 271 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.1 MiB/s wr, 18 op/s 2023-10-14T00:13:57.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:57 smithi055 ceph-mon[183057]: osdmap e766: 8 total, 8 up, 8 in 2023-10-14T00:13:57.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:57 smithi055 ceph-mon[183057]: pgmap v865: 121 pgs: 121 active+clean; 271 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.1 MiB/s wr, 18 op/s 2023-10-14T00:13:57.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:57 smithi082 ceph-mon[180771]: osdmap e766: 8 total, 8 up, 8 in 2023-10-14T00:13:57.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:57 smithi082 ceph-mon[180771]: pgmap v865: 121 pgs: 121 active+clean; 271 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 2.3 MiB/s rd, 2.1 MiB/s wr, 18 op/s 2023-10-14T00:13:58.506 INFO:tasks.rados.rados.0.smithi055.stdout:3595: done (3 left) 2023-10-14T00:13:58.507 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 1 current snap is 349 2023-10-14T00:13:58.507 INFO:tasks.rados.rados.0.smithi055.stdout:3596: seq_num 1118 ranges {0=729088,729088=794624,1523712=409600} 2023-10-14T00:13:58.510 INFO:tasks.rados.rados.0.smithi055.stdout:3596: writing smithi055169533-1 from 0 to 729088 tid 1 2023-10-14T00:13:58.515 INFO:tasks.rados.rados.0.smithi055.stdout:3596: writing smithi055169533-1 from 729088 to 1523712 tid 2 2023-10-14T00:13:58.519 INFO:tasks.rados.rados.0.smithi055.stdout:3596: writing smithi055169533-1 from 1523712 to 1933312 tid 3 2023-10-14T00:13:58.519 INFO:tasks.rados.rados.0.smithi055.stdout:3597: delete oid 22 current snap is 349 2023-10-14T00:13:58.520 INFO:tasks.rados.rados.0.smithi055.stdout:3591: finishing rollback tid 0 to smithi055169533-16 2023-10-14T00:13:58.520 INFO:tasks.rados.rados.0.smithi055.stdout:3591: finishing rollback tid 1 to smithi055169533-16 2023-10-14T00:13:58.520 INFO:tasks.rados.rados.0.smithi055.stdout:3591: finishing rollback tid 2 to smithi055169533-16 2023-10-14T00:13:58.520 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 16 v 1538 (ObjNum 4433 snap 0 seq_num 1529998144) dirty exists 2023-10-14T00:13:58.520 INFO:tasks.rados.rados.0.smithi055.stdout:3594: finishing rollback tid 1 to smithi055169533-34 2023-10-14T00:13:58.521 INFO:tasks.rados.rados.0.smithi055.stdout:3594: finishing rollback tid 2 to smithi055169533-34 2023-10-14T00:13:58.521 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 34 v 2137 (ObjNum 1097 snap 343 seq_num 1097) dirty exists 2023-10-14T00:13:58.521 INFO:tasks.rados.rados.0.smithi055.stdout:3593: expect (ObjNum 992 snap 315 seq_num 992) 2023-10-14T00:13:58.678 INFO:tasks.rados.rados.0.smithi055.stdout:3596: finishing write tid 1 to smithi055169533-1 2023-10-14T00:13:58.679 INFO:tasks.rados.rados.0.smithi055.stdout:3596: finishing write tid 2 to smithi055169533-1 2023-10-14T00:13:58.679 INFO:tasks.rados.rados.0.smithi055.stdout:3596: finishing write tid 3 to smithi055169533-1 2023-10-14T00:13:58.679 INFO:tasks.rados.rados.0.smithi055.stdout:3596: finishing write tid 4 to smithi055169533-1 2023-10-14T00:13:58.679 INFO:tasks.rados.rados.0.smithi055.stdout:3596: finishing write tid 5 to smithi055169533-1 2023-10-14T00:13:58.679 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 1 v 1898 (ObjNum 1118 snap 349 seq_num 1118) dirty exists 2023-10-14T00:13:58.680 INFO:tasks.rados.rados.0.smithi055.stdout:3596: left oid 1 (ObjNum 1118 snap 349 seq_num 1118) 2023-10-14T00:13:58.680 INFO:tasks.rados.rados.0.smithi055.stdout:3591: done (4 left) 2023-10-14T00:13:58.680 INFO:tasks.rados.rados.0.smithi055.stdout:3593: done (3 left) 2023-10-14T00:13:58.680 INFO:tasks.rados.rados.0.smithi055.stdout:3594: done (2 left) 2023-10-14T00:13:58.680 INFO:tasks.rados.rados.0.smithi055.stdout:3596: done (1 left) 2023-10-14T00:13:58.681 INFO:tasks.rados.rados.0.smithi055.stdout:3597: done (0 left) 2023-10-14T00:13:58.681 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 39 current snap is 349 2023-10-14T00:13:58.681 INFO:tasks.rados.rados.0.smithi055.stdout:3598: seq_num 1120 ranges {4366336=761856,5128192=557056,5685248=425984,6111232=221184} 2023-10-14T00:13:58.706 INFO:tasks.rados.rados.0.smithi055.stdout:3598: writing smithi055169533-39 from 4366336 to 5128192 tid 1 2023-10-14T00:13:58.709 INFO:tasks.rados.rados.0.smithi055.stdout:3598: writing smithi055169533-39 from 5128192 to 5685248 tid 2 2023-10-14T00:13:58.712 INFO:tasks.rados.rados.0.smithi055.stdout:3598: writing smithi055169533-39 from 5685248 to 6111232 tid 3 2023-10-14T00:13:58.714 INFO:tasks.rados.rados.0.smithi055.stdout:3598: writing smithi055169533-39 from 6111232 to 6332416 tid 4 2023-10-14T00:13:58.715 INFO:tasks.rados.rados.0.smithi055.stdout:3599: read oid 1 snap -1 2023-10-14T00:13:58.715 INFO:tasks.rados.rados.0.smithi055.stdout:3599: expect (ObjNum 1118 snap 349 seq_num 1118) 2023-10-14T00:13:58.715 INFO:tasks.rados.rados.0.smithi055.stdout:3598: finishing write tid 1 to smithi055169533-39 2023-10-14T00:13:58.715 INFO:tasks.rados.rados.0.smithi055.stdout:3600: rollback oid 5 current snap is 349 2023-10-14T00:13:58.715 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 5 to 342 2023-10-14T00:13:58.716 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 13 current snap is 349 2023-10-14T00:13:58.716 INFO:tasks.rados.rados.0.smithi055.stdout:3601: seq_num 1121 ranges {1482752=778240,2260992=442368,2703360=638976,3342336=122880} 2023-10-14T00:13:58.727 INFO:tasks.rados.rados.0.smithi055.stdout:3601: writing smithi055169533-13 from 1482752 to 2260992 tid 1 2023-10-14T00:13:58.730 INFO:tasks.rados.rados.0.smithi055.stdout:3601: writing smithi055169533-13 from 2260992 to 2703360 tid 2 2023-10-14T00:13:58.733 INFO:tasks.rados.rados.0.smithi055.stdout:3601: writing smithi055169533-13 from 2703360 to 3342336 tid 3 2023-10-14T00:13:58.734 INFO:tasks.rados.rados.0.smithi055.stdout:3601: writing smithi055169533-13 from 3342336 to 3465216 tid 4 2023-10-14T00:13:58.735 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 15 current snap is 349 2023-10-14T00:13:58.735 INFO:tasks.rados.rados.0.smithi055.stdout:3602: seq_num 1122 ranges {4464640=794624,5259264=729088,5988352=475136} 2023-10-14T00:13:58.764 INFO:tasks.rados.rados.0.smithi055.stdout:3602: writing smithi055169533-15 from 4464640 to 5259264 tid 1 2023-10-14T00:13:58.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:58 smithi055 ceph-mon[185614]: osdmap e767: 8 total, 8 up, 8 in 2023-10-14T00:13:58.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:58 smithi055 ceph-mon[183057]: osdmap e767: 8 total, 8 up, 8 in 2023-10-14T00:13:58.768 INFO:tasks.rados.rados.0.smithi055.stdout:3602: writing smithi055169533-15 from 5259264 to 5988352 tid 2 2023-10-14T00:13:58.771 INFO:tasks.rados.rados.0.smithi055.stdout:3602: writing smithi055169533-15 from 5988352 to 6463488 tid 3 2023-10-14T00:13:58.772 INFO:tasks.rados.rados.0.smithi055.stdout:3603: rollback oid 11 current snap is 349 2023-10-14T00:13:58.772 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 11 to 341 2023-10-14T00:13:58.772 INFO:tasks.rados.rados.0.smithi055.stdout:3598: finishing write tid 2 to smithi055169533-39 2023-10-14T00:13:58.772 INFO:tasks.rados.rados.0.smithi055.stdout:3598: finishing write tid 3 to smithi055169533-39 2023-10-14T00:13:58.772 INFO:tasks.rados.rados.0.smithi055.stdout:3600: finishing rollback tid 1 to smithi055169533-5 2023-10-14T00:13:58.773 INFO:tasks.rados.rados.0.smithi055.stdout:3600: finishing rollback tid 2 to smithi055169533-5 2023-10-14T00:13:58.773 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 5 v 2146 (ObjNum 1076 snap 332 seq_num 1076) dirty exists 2023-10-14T00:13:58.773 INFO:tasks.rados.rados.0.smithi055.stdout:3598: finishing write tid 4 to smithi055169533-39 2023-10-14T00:13:58.773 INFO:tasks.rados.rados.0.smithi055.stdout:3598: finishing write tid 5 to smithi055169533-39 2023-10-14T00:13:58.773 INFO:tasks.rados.rados.0.smithi055.stdout:3599: expect (ObjNum 1118 snap 349 seq_num 1118) 2023-10-14T00:13:58.823 INFO:tasks.rados.rados.0.smithi055.stdout:3598: finishing write tid 6 to smithi055169533-39 2023-10-14T00:13:58.824 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 39 v 2451 (ObjNum 1120 snap 349 seq_num 1120) dirty exists 2023-10-14T00:13:58.824 INFO:tasks.rados.rados.0.smithi055.stdout:3598: left oid 39 (ObjNum 1120 snap 349 seq_num 1120) 2023-10-14T00:13:58.824 INFO:tasks.rados.rados.0.smithi055.stdout:3601: finishing write tid 1 to smithi055169533-13 2023-10-14T00:13:58.824 INFO:tasks.rados.rados.0.smithi055.stdout:3601: finishing write tid 2 to smithi055169533-13 2023-10-14T00:13:58.825 INFO:tasks.rados.rados.0.smithi055.stdout:3601: finishing write tid 3 to smithi055169533-13 2023-10-14T00:13:58.825 INFO:tasks.rados.rados.0.smithi055.stdout:3598: done (5 left) 2023-10-14T00:13:58.825 INFO:tasks.rados.rados.0.smithi055.stdout:3599: done (4 left) 2023-10-14T00:13:58.825 INFO:tasks.rados.rados.0.smithi055.stdout:3600: done (3 left) 2023-10-14T00:13:58.825 INFO:tasks.rados.rados.0.smithi055.stdout:3604: snap_create 2023-10-14T00:13:58.825 INFO:tasks.rados.rados.0.smithi055.stdout:3601: finishing write tid 4 to smithi055169533-13 2023-10-14T00:13:58.826 INFO:tasks.rados.rados.0.smithi055.stdout:3601: finishing write tid 5 to smithi055169533-13 2023-10-14T00:13:58.826 INFO:tasks.rados.rados.0.smithi055.stdout:3601: finishing write tid 6 to smithi055169533-13 2023-10-14T00:13:58.826 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 13 v 1903 (ObjNum 1121 snap 349 seq_num 1121) dirty exists 2023-10-14T00:13:58.826 INFO:tasks.rados.rados.0.smithi055.stdout:3601: left oid 13 (ObjNum 1121 snap 349 seq_num 1121) 2023-10-14T00:13:58.826 INFO:tasks.rados.rados.0.smithi055.stdout:3602: finishing write tid 1 to smithi055169533-15 2023-10-14T00:13:58.827 INFO:tasks.rados.rados.0.smithi055.stdout:3602: finishing write tid 2 to smithi055169533-15 2023-10-14T00:13:58.827 INFO:tasks.rados.rados.0.smithi055.stdout:3602: finishing write tid 3 to smithi055169533-15 2023-10-14T00:13:58.827 INFO:tasks.rados.rados.0.smithi055.stdout:3602: finishing write tid 4 to smithi055169533-15 2023-10-14T00:13:58.827 INFO:tasks.rados.rados.0.smithi055.stdout:3603: finishing rollback tid 0 to smithi055169533-11 2023-10-14T00:13:58.827 INFO:tasks.rados.rados.0.smithi055.stdout:3603: finishing rollback tid 1 to smithi055169533-11 2023-10-14T00:13:58.827 INFO:tasks.rados.rados.0.smithi055.stdout:3603: finishing rollback tid 2 to smithi055169533-11 2023-10-14T00:13:58.828 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 11 v 2318 (ObjNum 992 snap 315 seq_num 992) dirty exists 2023-10-14T00:13:58.828 INFO:tasks.rados.rados.0.smithi055.stdout:3602: finishing write tid 5 to smithi055169533-15 2023-10-14T00:13:58.828 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 15 v 2153 (ObjNum 1122 snap 349 seq_num 1122) dirty exists 2023-10-14T00:13:58.828 INFO:tasks.rados.rados.0.smithi055.stdout:3602: left oid 15 (ObjNum 1122 snap 349 seq_num 1122) 2023-10-14T00:13:58.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:58 smithi082 ceph-mon[180771]: osdmap e767: 8 total, 8 up, 8 in 2023-10-14T00:13:59.531 INFO:tasks.rados.rados.0.smithi055.stdout:3601: done (3 left) 2023-10-14T00:13:59.531 INFO:tasks.rados.rados.0.smithi055.stdout:3602: done (2 left) 2023-10-14T00:13:59.531 INFO:tasks.rados.rados.0.smithi055.stdout:3603: done (1 left) 2023-10-14T00:13:59.532 INFO:tasks.rados.rados.0.smithi055.stdout:3604: done (0 left) 2023-10-14T00:13:59.532 INFO:tasks.rados.rados.0.smithi055.stdout:3605: rollback oid 6 current snap is 350 2023-10-14T00:13:59.532 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 6 to 336 2023-10-14T00:13:59.532 INFO:tasks.rados.rados.0.smithi055.stdout:3606: read oid 16 snap -1 2023-10-14T00:13:59.532 INFO:tasks.rados.rados.0.smithi055.stdout:3606: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:13:59.532 INFO:tasks.rados.rados.0.smithi055.stdout:3607: setattr oid 38 current snap is 350 2023-10-14T00:13:59.533 INFO:tasks.rados.rados.0.smithi055.stdout:3606: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:13:59.533 INFO:tasks.rados.rados.0.smithi055.stdout:3606: done (2 left) 2023-10-14T00:13:59.533 INFO:tasks.rados.rados.0.smithi055.stdout:3608: snap_create 2023-10-14T00:13:59.539 INFO:tasks.rados.rados.0.smithi055.stdout:3605: finishing rollback tid 1 to smithi055169533-6 2023-10-14T00:13:59.541 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 38 v 2309 (ObjNum 992 snap 315 seq_num 992) dirty exists 2023-10-14T00:13:59.541 INFO:tasks.rados.rados.0.smithi055.stdout:3605: finishing rollback tid 2 to smithi055169533-6 2023-10-14T00:13:59.542 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 6 v 2152 (ObjNum 946 snap 293 seq_num 946) dirty exists 2023-10-14T00:13:59.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:59 smithi082 ceph-mon[180771]: osdmap e768: 8 total, 8 up, 8 in 2023-10-14T00:13:59.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:13:59 smithi082 ceph-mon[180771]: pgmap v868: 121 pgs: 121 active+clean; 281 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 2.8 MiB/s wr, 12 op/s 2023-10-14T00:14:00.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:59 smithi055 ceph-mon[185614]: osdmap e768: 8 total, 8 up, 8 in 2023-10-14T00:14:00.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:13:59 smithi055 ceph-mon[185614]: pgmap v868: 121 pgs: 121 active+clean; 281 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 2.8 MiB/s wr, 12 op/s 2023-10-14T00:14:00.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:59 smithi055 ceph-mon[183057]: osdmap e768: 8 total, 8 up, 8 in 2023-10-14T00:14:00.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:13:59 smithi055 ceph-mon[183057]: pgmap v868: 121 pgs: 121 active+clean; 281 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 2.8 MiB/s wr, 12 op/s 2023-10-14T00:14:00.470 INFO:tasks.rados.rados.0.smithi055.stdout:3605: done (2 left) 2023-10-14T00:14:00.470 INFO:tasks.rados.rados.0.smithi055.stdout:3607: done (1 left) 2023-10-14T00:14:00.470 INFO:tasks.rados.rados.0.smithi055.stdout:3608: done (0 left) 2023-10-14T00:14:00.471 INFO:tasks.rados.rados.0.smithi055.stdout:3609: snap_remove snap 341 2023-10-14T00:14:00.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:00 smithi082 ceph-mon[180771]: osdmap e769: 8 total, 8 up, 8 in 2023-10-14T00:14:00.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:00 smithi082 ceph-mon[180771]: osdmap e770: 8 total, 8 up, 8 in 2023-10-14T00:14:01.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:00 smithi055 ceph-mon[183057]: osdmap e769: 8 total, 8 up, 8 in 2023-10-14T00:14:01.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:00 smithi055 ceph-mon[183057]: osdmap e770: 8 total, 8 up, 8 in 2023-10-14T00:14:01.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:00 smithi055 ceph-mon[185614]: osdmap e769: 8 total, 8 up, 8 in 2023-10-14T00:14:01.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:00 smithi055 ceph-mon[185614]: osdmap e770: 8 total, 8 up, 8 in 2023-10-14T00:14:01.473 INFO:tasks.rados.rados.0.smithi055.stdout:3609: done (0 left) 2023-10-14T00:14:01.474 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 7 current snap is 351 2023-10-14T00:14:01.474 INFO:tasks.rados.rados.0.smithi055.stdout:3610: seq_num 1123 ranges {4366336=409600,4775936=614400,5390336=598016,5988352=393216} 2023-10-14T00:14:01.501 INFO:tasks.rados.rados.0.smithi055.stdout:3610: writing smithi055169533-7 from 4366336 to 4775936 tid 1 2023-10-14T00:14:01.505 INFO:tasks.rados.rados.0.smithi055.stdout:3610: writing smithi055169533-7 from 4775936 to 5390336 tid 2 2023-10-14T00:14:01.509 INFO:tasks.rados.rados.0.smithi055.stdout:3610: writing smithi055169533-7 from 5390336 to 5988352 tid 3 2023-10-14T00:14:01.511 INFO:tasks.rados.rados.0.smithi055.stdout:3610: writing smithi055169533-7 from 5988352 to 6381568 tid 4 2023-10-14T00:14:01.512 INFO:tasks.rados.rados.0.smithi055.stdout:3611: snap_remove snap 350 2023-10-14T00:14:01.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:01 smithi082 ceph-mon[180771]: pgmap v871: 121 pgs: 121 active+clean; 275 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.7 MiB/s rd, 2.8 MiB/s wr, 11 op/s 2023-10-14T00:14:01.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:01 smithi082 ceph-mon[180771]: osdmap e771: 8 total, 8 up, 8 in 2023-10-14T00:14:02.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:01 smithi055 ceph-mon[185614]: pgmap v871: 121 pgs: 121 active+clean; 275 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.7 MiB/s rd, 2.8 MiB/s wr, 11 op/s 2023-10-14T00:14:02.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:01 smithi055 ceph-mon[185614]: osdmap e771: 8 total, 8 up, 8 in 2023-10-14T00:14:02.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:01 smithi055 ceph-mon[183057]: pgmap v871: 121 pgs: 121 active+clean; 275 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.7 MiB/s rd, 2.8 MiB/s wr, 11 op/s 2023-10-14T00:14:02.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:01 smithi055 ceph-mon[183057]: osdmap e771: 8 total, 8 up, 8 in 2023-10-14T00:14:02.484 INFO:tasks.rados.rados.0.smithi055.stdout:3611: done (1 left) 2023-10-14T00:14:02.484 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 41 current snap is 351 2023-10-14T00:14:02.484 INFO:tasks.rados.rados.0.smithi055.stdout:3612: seq_num 1124 ranges {6291456=434176,6725632=499712,7225344=409600,7634944=663552,8298496=32768} 2023-10-14T00:14:02.521 INFO:tasks.rados.rados.0.smithi055.stdout:3612: writing smithi055169533-41 from 6291456 to 6725632 tid 1 2023-10-14T00:14:02.524 INFO:tasks.rados.rados.0.smithi055.stdout:3612: writing smithi055169533-41 from 6725632 to 7225344 tid 2 2023-10-14T00:14:02.527 INFO:tasks.rados.rados.0.smithi055.stdout:3612: writing smithi055169533-41 from 7225344 to 7634944 tid 3 2023-10-14T00:14:02.532 INFO:tasks.rados.rados.0.smithi055.stdout:3612: writing smithi055169533-41 from 7634944 to 8298496 tid 4 2023-10-14T00:14:02.532 INFO:tasks.rados.rados.0.smithi055.stdout:3612: writing smithi055169533-41 from 8298496 to 8331264 tid 5 2023-10-14T00:14:02.532 INFO:tasks.rados.rados.0.smithi055.stdout:3613: read oid 43 snap 346 2023-10-14T00:14:02.533 INFO:tasks.rados.rados.0.smithi055.stdout:3613: expect (ObjNum 1528924544 snap 21912 seq_num 1529564800) 2023-10-14T00:14:02.533 INFO:tasks.rados.rados.0.smithi055.stdout:3614: snap_create 2023-10-14T00:14:02.533 INFO:tasks.rados.rados.0.smithi055.stdout:3610: finishing write tid 1 to smithi055169533-7 2023-10-14T00:14:02.533 INFO:tasks.rados.rados.0.smithi055.stdout:3610: finishing write tid 2 to smithi055169533-7 2023-10-14T00:14:02.534 INFO:tasks.rados.rados.0.smithi055.stdout:3610: finishing write tid 3 to smithi055169533-7 2023-10-14T00:14:02.534 INFO:tasks.rados.rados.0.smithi055.stdout:3610: finishing write tid 4 to smithi055169533-7 2023-10-14T00:14:02.534 INFO:tasks.rados.rados.0.smithi055.stdout:3610: finishing write tid 5 to smithi055169533-7 2023-10-14T00:14:02.534 INFO:tasks.rados.rados.0.smithi055.stdout:3610: finishing write tid 6 to smithi055169533-7 2023-10-14T00:14:02.534 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 7 v 2314 (ObjNum 1123 snap 351 seq_num 1123) dirty exists 2023-10-14T00:14:02.535 INFO:tasks.rados.rados.0.smithi055.stdout:3610: left oid 7 (ObjNum 1123 snap 351 seq_num 1123) 2023-10-14T00:14:02.535 INFO:tasks.rados.rados.0.smithi055.stdout:3612: finishing write tid 1 to smithi055169533-41 2023-10-14T00:14:02.535 INFO:tasks.rados.rados.0.smithi055.stdout:3612: finishing write tid 2 to smithi055169533-41 2023-10-14T00:14:02.535 INFO:tasks.rados.rados.0.smithi055.stdout:3612: finishing write tid 3 to smithi055169533-41 2023-10-14T00:14:02.536 INFO:tasks.rados.rados.0.smithi055.stdout:3613: expect (ObjNum 1528924544 snap 21912 seq_num 1529564800) 2023-10-14T00:14:02.539 INFO:tasks.rados.rados.0.smithi055.stdout:3612: finishing write tid 4 to smithi055169533-41 2023-10-14T00:14:02.539 INFO:tasks.rados.rados.0.smithi055.stdout:3612: finishing write tid 5 to smithi055169533-41 2023-10-14T00:14:02.539 INFO:tasks.rados.rados.0.smithi055.stdout:3612: finishing write tid 6 to smithi055169533-41 2023-10-14T00:14:02.540 INFO:tasks.rados.rados.0.smithi055.stdout:3612: finishing write tid 7 to smithi055169533-41 2023-10-14T00:14:02.541 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 41 v 1584 (ObjNum 1124 snap 351 seq_num 1124) dirty exists 2023-10-14T00:14:02.541 INFO:tasks.rados.rados.0.smithi055.stdout:3612: left oid 41 (ObjNum 1124 snap 351 seq_num 1124) 2023-10-14T00:14:03.500 INFO:tasks.rados.rados.0.smithi055.stdout:3610: done (3 left) 2023-10-14T00:14:03.500 INFO:tasks.rados.rados.0.smithi055.stdout:3612: done (2 left) 2023-10-14T00:14:03.501 INFO:tasks.rados.rados.0.smithi055.stdout:3613: done (1 left) 2023-10-14T00:14:03.501 INFO:tasks.rados.rados.0.smithi055.stdout:3614: done (0 left) 2023-10-14T00:14:03.501 INFO:tasks.rados.rados.0.smithi055.stdout:3615: rollback oid 1 current snap is 352 2023-10-14T00:14:03.501 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 1 to 349 2023-10-14T00:14:03.501 INFO:tasks.rados.rados.0.smithi055.stdout:3616: rollback oid 18 current snap is 352 2023-10-14T00:14:03.502 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 18 to 344 2023-10-14T00:14:03.502 INFO:tasks.rados.rados.0.smithi055.stdout:3617: copy_from oid 6 from oid 4 current snap is 352 2023-10-14T00:14:03.502 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 15 current snap is 352 2023-10-14T00:14:03.502 INFO:tasks.rados.rados.0.smithi055.stdout:3618: seq_num 1125 ranges {6463488=450560,6914048=786432,7700480=614400,8314880=204800} 2023-10-14T00:14:03.539 INFO:tasks.rados.rados.0.smithi055.stdout:3618: writing smithi055169533-15 from 6463488 to 6914048 tid 1 2023-10-14T00:14:03.543 INFO:tasks.rados.rados.0.smithi055.stdout:3618: writing smithi055169533-15 from 6914048 to 7700480 tid 2 2023-10-14T00:14:03.547 INFO:tasks.rados.rados.0.smithi055.stdout:3618: writing smithi055169533-15 from 7700480 to 8314880 tid 3 2023-10-14T00:14:03.549 INFO:tasks.rados.rados.0.smithi055.stdout:3618: writing smithi055169533-15 from 8314880 to 8519680 tid 4 2023-10-14T00:14:03.549 INFO:tasks.rados.rados.0.smithi055.stdout:3619: read oid 39 snap 336 2023-10-14T00:14:03.550 INFO:tasks.rados.rados.0.smithi055.stdout:3619: expect (ObjNum 992 snap 315 seq_num 992) 2023-10-14T00:14:03.550 INFO:tasks.rados.rados.0.smithi055.stdout:3620: rollback oid 44 current snap is 352 2023-10-14T00:14:03.550 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 44 to 346 2023-10-14T00:14:03.550 INFO:tasks.rados.rados.0.smithi055.stdout:3615: finishing rollback tid 0 to smithi055169533-1 2023-10-14T00:14:03.550 INFO:tasks.rados.rados.0.smithi055.stdout:3615: finishing rollback tid 1 to smithi055169533-1 2023-10-14T00:14:03.551 INFO:tasks.rados.rados.0.smithi055.stdout:3615: finishing rollback tid 2 to smithi055169533-1 2023-10-14T00:14:03.551 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 1 v 1906 (ObjNum 1118 snap 349 seq_num 1118) dirty exists 2023-10-14T00:14:03.551 INFO:tasks.rados.rados.0.smithi055.stdout:3616: finishing rollback tid 1 to smithi055169533-18 2023-10-14T00:14:03.551 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 18 v 2078 (ObjNum 161 snap 0 seq_num 1) dirty dne 2023-10-14T00:14:03.551 INFO:tasks.rados.rados.0.smithi055.stdout:3617: finishing copy_from racing read to smithi055169533-6 2023-10-14T00:14:03.552 INFO:tasks.rados.rados.0.smithi055.stdout:3617: finishing copy_from to smithi055169533-6 2023-10-14T00:14:03.552 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 6 v 2053 (ObjNum 1073 snap 332 seq_num 1073) dirty exists 2023-10-14T00:14:03.552 INFO:tasks.rados.rados.0.smithi055.stdout:3618: finishing write tid 1 to smithi055169533-15 2023-10-14T00:14:03.552 INFO:tasks.rados.rados.0.smithi055.stdout:3618: finishing write tid 2 to smithi055169533-15 2023-10-14T00:14:03.552 INFO:tasks.rados.rados.0.smithi055.stdout:3615: done (5 left) 2023-10-14T00:14:03.553 INFO:tasks.rados.rados.0.smithi055.stdout:3616: done (4 left) 2023-10-14T00:14:03.553 INFO:tasks.rados.rados.0.smithi055.stdout:3617: done (3 left) 2023-10-14T00:14:03.553 INFO:tasks.rados.rados.0.smithi055.stdout:3621: setattr oid 12 current snap is 352 2023-10-14T00:14:03.553 INFO:tasks.rados.rados.0.smithi055.stdout:3622: snap_create 2023-10-14T00:14:03.555 INFO:tasks.rados.rados.0.smithi055.stdout:3620: finishing rollback tid 0 to smithi055169533-44 2023-10-14T00:14:03.555 INFO:tasks.rados.rados.0.smithi055.stdout:3620: finishing rollback tid 1 to smithi055169533-44 2023-10-14T00:14:03.555 INFO:tasks.rados.rados.0.smithi055.stdout:3618: finishing write tid 3 to smithi055169533-15 2023-10-14T00:14:03.555 INFO:tasks.rados.rados.0.smithi055.stdout:3618: finishing write tid 4 to smithi055169533-15 2023-10-14T00:14:03.556 INFO:tasks.rados.rados.0.smithi055.stdout:3618: finishing write tid 5 to smithi055169533-15 2023-10-14T00:14:03.556 INFO:tasks.rados.rados.0.smithi055.stdout:3620: finishing rollback tid 2 to smithi055169533-44 2023-10-14T00:14:03.556 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 44 v 2317 (ObjNum 1102 snap 345 seq_num 1102) dirty exists 2023-10-14T00:14:03.557 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 12 v 1774 (ObjNum 1059 snap 325 seq_num 1059) dirty exists 2023-10-14T00:14:03.558 INFO:tasks.rados.rados.0.smithi055.stdout:3618: finishing write tid 6 to smithi055169533-15 2023-10-14T00:14:03.558 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 15 v 2166 (ObjNum 1125 snap 352 seq_num 1125) dirty exists 2023-10-14T00:14:03.558 INFO:tasks.rados.rados.0.smithi055.stdout:3618: left oid 15 (ObjNum 1125 snap 352 seq_num 1125) 2023-10-14T00:14:03.571 INFO:tasks.rados.rados.0.smithi055.stdout:3619: expect (ObjNum 992 snap 315 seq_num 992) 2023-10-14T00:14:03.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:03 smithi055 ceph-mon[185614]: osdmap e772: 8 total, 8 up, 8 in 2023-10-14T00:14:03.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:03 smithi055 ceph-mon[185614]: pgmap v874: 121 pgs: 121 active+clean; 285 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.7 MiB/s rd, 480 KiB/s wr, 8 op/s 2023-10-14T00:14:03.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:03 smithi055 ceph-mon[183057]: osdmap e772: 8 total, 8 up, 8 in 2023-10-14T00:14:03.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:03 smithi055 ceph-mon[183057]: pgmap v874: 121 pgs: 121 active+clean; 285 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.7 MiB/s rd, 480 KiB/s wr, 8 op/s 2023-10-14T00:14:03.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:03 smithi082 ceph-mon[180771]: osdmap e772: 8 total, 8 up, 8 in 2023-10-14T00:14:03.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:03 smithi082 ceph-mon[180771]: pgmap v874: 121 pgs: 121 active+clean; 285 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.7 MiB/s rd, 480 KiB/s wr, 8 op/s 2023-10-14T00:14:04.513 INFO:tasks.rados.rados.0.smithi055.stdout:3618: done (4 left) 2023-10-14T00:14:04.514 INFO:tasks.rados.rados.0.smithi055.stdout:3619: done (3 left) 2023-10-14T00:14:04.514 INFO:tasks.rados.rados.0.smithi055.stdout:3620: done (2 left) 2023-10-14T00:14:04.514 INFO:tasks.rados.rados.0.smithi055.stdout:3621: done (1 left) 2023-10-14T00:14:04.514 INFO:tasks.rados.rados.0.smithi055.stdout:3622: done (0 left) 2023-10-14T00:14:04.515 INFO:tasks.rados.rados.0.smithi055.stdout:3623: read oid 20 snap -1 2023-10-14T00:14:04.515 INFO:tasks.rados.rados.0.smithi055.stdout:3623: expect (ObjNum 1069 snap 330 seq_num 1069) 2023-10-14T00:14:04.515 INFO:tasks.rados.rados.0.smithi055.stdout:3624: copy_from oid 18 from oid 31 current snap is 353 2023-10-14T00:14:04.515 INFO:tasks.rados.rados.0.smithi055.stdout:3625: read oid 24 snap -1 2023-10-14T00:14:04.515 INFO:tasks.rados.rados.0.smithi055.stdout:3625: expect (ObjNum 1073 snap 332 seq_num 1073) 2023-10-14T00:14:04.516 INFO:tasks.rados.rados.0.smithi055.stdout:3626: rmattr oid 47 current snap is 353 2023-10-14T00:14:04.516 INFO:tasks.rados.rados.0.smithi055.stdout:3627: read oid 4 snap 347 2023-10-14T00:14:04.516 INFO:tasks.rados.rados.0.smithi055.stdout:3627: expect (ObjNum 1073 snap 332 seq_num 1073) 2023-10-14T00:14:04.516 INFO:tasks.rados.rados.0.smithi055.stdout:3628: read oid 48 snap -1 2023-10-14T00:14:04.516 INFO:tasks.rados.rados.0.smithi055.stdout:3628: expect (ObjNum 1062 snap 325 seq_num 1062) 2023-10-14T00:14:04.517 INFO:tasks.rados.rados.0.smithi055.stdout:3629: delete oid 2 current snap is 353 2023-10-14T00:14:04.517 INFO:tasks.rados.rados.0.smithi055.stdout:3629: done (6 left) 2023-10-14T00:14:04.518 INFO:tasks.rados.rados.0.smithi055.stdout:3630: copy_from oid 30 from oid 22 current snap is 353 2023-10-14T00:14:04.518 INFO:tasks.rados.rados.0.smithi055.stdout:3631: read oid 29 snap -1 2023-10-14T00:14:04.518 INFO:tasks.rados.rados.0.smithi055.stdout:3631: expect (ObjNum 1076 snap 332 seq_num 1076) 2023-10-14T00:14:04.519 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 38 current snap is 353 2023-10-14T00:14:04.519 INFO:tasks.rados.rados.0.smithi055.stdout:3632: seq_num 1127 ranges {4366336=483328,4849664=598016,5447680=581632,6029312=425984} 2023-10-14T00:14:04.547 INFO:tasks.rados.rados.0.smithi055.stdout:3632: writing smithi055169533-38 from 4366336 to 4849664 tid 1 2023-10-14T00:14:04.550 INFO:tasks.rados.rados.0.smithi055.stdout:3632: writing smithi055169533-38 from 4849664 to 5447680 tid 2 2023-10-14T00:14:04.555 INFO:tasks.rados.rados.0.smithi055.stdout:3632: writing smithi055169533-38 from 5447680 to 6029312 tid 3 2023-10-14T00:14:04.557 INFO:tasks.rados.rados.0.smithi055.stdout:3632: writing smithi055169533-38 from 6029312 to 6455296 tid 4 2023-10-14T00:14:04.558 INFO:tasks.rados.rados.0.smithi055.stdout:3633: snap_create 2023-10-14T00:14:04.558 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 47 v 1775 (ObjNum 1012 snap 318 seq_num 1012) dirty exists 2023-10-14T00:14:04.558 INFO:tasks.rados.rados.0.smithi055.stdout:3627: expect (ObjNum 1073 snap 332 seq_num 1073) 2023-10-14T00:14:04.743 INFO:tasks.rados.rados.0.smithi055.stdout:3624: finishing copy_from racing read to smithi055169533-18 2023-10-14T00:14:04.743 INFO:tasks.rados.rados.0.smithi055.stdout:3624: finishing copy_from to smithi055169533-18 2023-10-14T00:14:04.743 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 18 v 2140 (ObjNum 1092 snap 341 seq_num 1092) dirty exists 2023-10-14T00:14:04.744 INFO:tasks.rados.rados.0.smithi055.stdout:3632: finishing write tid 1 to smithi055169533-38 2023-10-14T00:14:04.744 INFO:tasks.rados.rados.0.smithi055.stdout:3632: finishing write tid 2 to smithi055169533-38 2023-10-14T00:14:04.744 INFO:tasks.rados.rados.0.smithi055.stdout:3632: finishing write tid 3 to smithi055169533-38 2023-10-14T00:14:04.744 INFO:tasks.rados.rados.0.smithi055.stdout:3632: finishing write tid 4 to smithi055169533-38 2023-10-14T00:14:04.744 INFO:tasks.rados.rados.0.smithi055.stdout:3632: finishing write tid 5 to smithi055169533-38 2023-10-14T00:14:04.744 INFO:tasks.rados.rados.0.smithi055.stdout:3632: finishing write tid 6 to smithi055169533-38 2023-10-14T00:14:04.745 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 38 v 2314 (ObjNum 1127 snap 353 seq_num 1127) dirty exists 2023-10-14T00:14:04.745 INFO:tasks.rados.rados.0.smithi055.stdout:3632: left oid 38 (ObjNum 1127 snap 353 seq_num 1127) 2023-10-14T00:14:04.745 INFO:tasks.rados.rados.0.smithi055.stdout:3625: expect (ObjNum 1073 snap 332 seq_num 1073) 2023-10-14T00:14:04.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:04 smithi055 ceph-mon[185614]: osdmap e773: 8 total, 8 up, 8 in 2023-10-14T00:14:04.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:04 smithi055 ceph-mon[183057]: osdmap e773: 8 total, 8 up, 8 in 2023-10-14T00:14:04.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:04 smithi082 ceph-mon[180771]: osdmap e773: 8 total, 8 up, 8 in 2023-10-14T00:14:04.923 INFO:tasks.rados.rados.0.smithi055.stdout:3628: expect (ObjNum 1062 snap 325 seq_num 1062) 2023-10-14T00:14:05.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:14:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:14:05] "GET /metrics HTTP/1.1" 200 36156 "" "Prometheus/2.43.0" 2023-10-14T00:14:05.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:05 smithi082 ceph-mon[180771]: osdmap e774: 8 total, 8 up, 8 in 2023-10-14T00:14:05.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:05 smithi082 ceph-mon[180771]: pgmap v877: 121 pgs: 121 active+clean; 295 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 13 MiB/s rd, 2.4 MiB/s wr, 19 op/s 2023-10-14T00:14:05.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:05 smithi082 ceph-mon[180771]: osdmap e775: 8 total, 8 up, 8 in 2023-10-14T00:14:05.900 INFO:tasks.rados.rados.0.smithi055.stdout:3623: expect (ObjNum 1069 snap 330 seq_num 1069) 2023-10-14T00:14:06.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:05 smithi055 ceph-mon[185614]: osdmap e774: 8 total, 8 up, 8 in 2023-10-14T00:14:06.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:05 smithi055 ceph-mon[185614]: pgmap v877: 121 pgs: 121 active+clean; 295 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 13 MiB/s rd, 2.4 MiB/s wr, 19 op/s 2023-10-14T00:14:06.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:05 smithi055 ceph-mon[185614]: osdmap e775: 8 total, 8 up, 8 in 2023-10-14T00:14:06.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:05 smithi055 ceph-mon[183057]: osdmap e774: 8 total, 8 up, 8 in 2023-10-14T00:14:06.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:05 smithi055 ceph-mon[183057]: pgmap v877: 121 pgs: 121 active+clean; 295 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 13 MiB/s rd, 2.4 MiB/s wr, 19 op/s 2023-10-14T00:14:06.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:05 smithi055 ceph-mon[183057]: osdmap e775: 8 total, 8 up, 8 in 2023-10-14T00:14:06.100 INFO:tasks.rados.rados.0.smithi055.stdout:3630: finishing copy_from to smithi055169533-30 2023-10-14T00:14:06.101 INFO:tasks.rados.rados.0.smithi055.stdout:3630: got expected ENOENT (src dne) 2023-10-14T00:14:06.101 INFO:tasks.rados.rados.0.smithi055.stdout:3630: finishing copy_from racing read to smithi055169533-30 2023-10-14T00:14:06.101 INFO:tasks.rados.rados.0.smithi055.stdout:3631: expect (ObjNum 1076 snap 332 seq_num 1076) 2023-10-14T00:14:07.076 INFO:tasks.rados.rados.0.smithi055.stdout:3623: done (9 left) 2023-10-14T00:14:07.076 INFO:tasks.rados.rados.0.smithi055.stdout:3624: done (8 left) 2023-10-14T00:14:07.077 INFO:tasks.rados.rados.0.smithi055.stdout:3625: done (7 left) 2023-10-14T00:14:07.077 INFO:tasks.rados.rados.0.smithi055.stdout:3626: done (6 left) 2023-10-14T00:14:07.077 INFO:tasks.rados.rados.0.smithi055.stdout:3627: done (5 left) 2023-10-14T00:14:07.077 INFO:tasks.rados.rados.0.smithi055.stdout:3628: done (4 left) 2023-10-14T00:14:07.077 INFO:tasks.rados.rados.0.smithi055.stdout:3630: done (3 left) 2023-10-14T00:14:07.078 INFO:tasks.rados.rados.0.smithi055.stdout:3631: done (2 left) 2023-10-14T00:14:07.078 INFO:tasks.rados.rados.0.smithi055.stdout:3632: done (1 left) 2023-10-14T00:14:07.078 INFO:tasks.rados.rados.0.smithi055.stdout:3633: done (0 left) 2023-10-14T00:14:07.078 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 11 current snap is 354 2023-10-14T00:14:07.078 INFO:tasks.rados.rados.0.smithi055.stdout:3634: seq_num 1128 ranges {4366336=499712,4866048=483328,5349376=786432,6135808=335872} 2023-10-14T00:14:07.102 INFO:tasks.rados.rados.0.smithi055.stdout:3634: writing smithi055169533-11 from 4366336 to 4866048 tid 1 2023-10-14T00:14:07.105 INFO:tasks.rados.rados.0.smithi055.stdout:3634: writing smithi055169533-11 from 4866048 to 5349376 tid 2 2023-10-14T00:14:07.109 INFO:tasks.rados.rados.0.smithi055.stdout:3634: writing smithi055169533-11 from 5349376 to 6135808 tid 3 2023-10-14T00:14:07.111 INFO:tasks.rados.rados.0.smithi055.stdout:3634: writing smithi055169533-11 from 6135808 to 6471680 tid 4 2023-10-14T00:14:07.112 INFO:tasks.rados.rados.0.smithi055.stdout:3635: rollback oid 17 current snap is 354 2023-10-14T00:14:07.112 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 17 to 336 2023-10-14T00:14:07.112 INFO:tasks.rados.rados.0.smithi055.stdout:3634: finishing write tid 1 to smithi055169533-11 2023-10-14T00:14:07.113 INFO:tasks.rados.rados.0.smithi055.stdout:3634: finishing write tid 2 to smithi055169533-11 2023-10-14T00:14:07.113 INFO:tasks.rados.rados.0.smithi055.stdout:3636: delete oid 8 current snap is 354 2023-10-14T00:14:07.116 INFO:tasks.rados.rados.0.smithi055.stdout:3636: done (2 left) 2023-10-14T00:14:07.116 INFO:tasks.rados.rados.0.smithi055.stdout:3637: read oid 45 snap -1 2023-10-14T00:14:07.116 INFO:tasks.rados.rados.0.smithi055.stdout:3637: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:14:07.117 INFO:tasks.rados.rados.0.smithi055.stdout:3638: delete oid 50 current snap is 354 2023-10-14T00:14:07.117 INFO:tasks.rados.rados.0.smithi055.stdout:3634: finishing write tid 3 to smithi055169533-11 2023-10-14T00:14:07.118 INFO:tasks.rados.rados.0.smithi055.stdout:3634: finishing write tid 4 to smithi055169533-11 2023-10-14T00:14:07.118 INFO:tasks.rados.rados.0.smithi055.stdout:3634: finishing write tid 5 to smithi055169533-11 2023-10-14T00:14:07.118 INFO:tasks.rados.rados.0.smithi055.stdout:3637: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:14:07.120 INFO:tasks.rados.rados.0.smithi055.stdout:3634: finishing write tid 6 to smithi055169533-11 2023-10-14T00:14:07.120 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 11 v 2323 (ObjNum 1128 snap 354 seq_num 1128) dirty exists 2023-10-14T00:14:07.121 INFO:tasks.rados.rados.0.smithi055.stdout:3634: left oid 11 (ObjNum 1128 snap 354 seq_num 1128) 2023-10-14T00:14:07.121 INFO:tasks.rados.rados.0.smithi055.stdout:3635: finishing rollback tid 0 to smithi055169533-17 2023-10-14T00:14:07.121 INFO:tasks.rados.rados.0.smithi055.stdout:3635: finishing rollback tid 1 to smithi055169533-17 2023-10-14T00:14:07.122 INFO:tasks.rados.rados.0.smithi055.stdout:3635: finishing rollback tid 2 to smithi055169533-17 2023-10-14T00:14:07.123 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 17 v 2463 (ObjNum 1023 snap 318 seq_num 1023) dirty exists 2023-10-14T00:14:07.123 INFO:tasks.rados.rados.0.smithi055.stdout:3634: done (3 left) 2023-10-14T00:14:07.123 INFO:tasks.rados.rados.0.smithi055.stdout:3635: done (2 left) 2023-10-14T00:14:07.123 INFO:tasks.rados.rados.0.smithi055.stdout:3637: done (1 left) 2023-10-14T00:14:07.123 INFO:tasks.rados.rados.0.smithi055.stdout:3638: done (0 left) 2023-10-14T00:14:07.124 INFO:tasks.rados.rados.0.smithi055.stdout:3639: snap_remove snap 342 2023-10-14T00:14:08.032 INFO:tasks.rados.rados.0.smithi055.stdout:3639: done (0 left) 2023-10-14T00:14:08.032 INFO:tasks.rados.rados.0.smithi055.stdout:3640: snap_create 2023-10-14T00:14:08.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:08 smithi055 ceph-mon[185614]: pgmap v879: 121 pgs: 121 active+clean; 299 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 24 MiB/s rd, 3.0 MiB/s wr, 30 op/s 2023-10-14T00:14:08.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:07 smithi055 ceph-mon[183057]: pgmap v879: 121 pgs: 121 active+clean; 299 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 24 MiB/s rd, 3.0 MiB/s wr, 30 op/s 2023-10-14T00:14:08.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:08 smithi082 ceph-mon[180771]: pgmap v879: 121 pgs: 121 active+clean; 299 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 24 MiB/s rd, 3.0 MiB/s wr, 30 op/s 2023-10-14T00:14:09.039 INFO:tasks.rados.rados.0.smithi055.stdout:3640: done (0 left) 2023-10-14T00:14:09.039 INFO:tasks.rados.rados.0.smithi055.stdout:3641: rollback oid 21 current snap is 355 2023-10-14T00:14:09.040 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 21 to 351 2023-10-14T00:14:09.040 INFO:tasks.rados.rados.0.smithi055.stdout:3642: rollback oid 38 current snap is 355 2023-10-14T00:14:09.040 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 38 to 349 2023-10-14T00:14:09.040 INFO:tasks.rados.rados.0.smithi055.stdout:3643: snap_create 2023-10-14T00:14:09.046 INFO:tasks.rados.rados.0.smithi055.stdout:3642: finishing rollback tid 0 to smithi055169533-38 2023-10-14T00:14:09.046 INFO:tasks.rados.rados.0.smithi055.stdout:3641: finishing rollback tid 0 to smithi055169533-21 2023-10-14T00:14:09.046 INFO:tasks.rados.rados.0.smithi055.stdout:3642: finishing rollback tid 1 to smithi055169533-38 2023-10-14T00:14:09.046 INFO:tasks.rados.rados.0.smithi055.stdout:3641: finishing rollback tid 1 to smithi055169533-21 2023-10-14T00:14:09.046 INFO:tasks.rados.rados.0.smithi055.stdout:3642: finishing rollback tid 2 to smithi055169533-38 2023-10-14T00:14:09.047 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 38 v 2317 (ObjNum 992 snap 315 seq_num 992) dirty exists 2023-10-14T00:14:09.047 INFO:tasks.rados.rados.0.smithi055.stdout:3641: finishing rollback tid 2 to smithi055169533-21 2023-10-14T00:14:09.047 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 21 v 1588 (ObjNum 1106 snap 346 seq_num 1106) dirty exists 2023-10-14T00:14:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:09 smithi082 ceph-mon[180771]: osdmap e776: 8 total, 8 up, 8 in 2023-10-14T00:14:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:14:09.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:09 smithi055 ceph-mon[185614]: osdmap e776: 8 total, 8 up, 8 in 2023-10-14T00:14:09.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:14:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:09 smithi055 ceph-mon[183057]: osdmap e776: 8 total, 8 up, 8 in 2023-10-14T00:14:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:14:10.042 INFO:tasks.rados.rados.0.smithi055.stdout:3641: done (2 left) 2023-10-14T00:14:10.042 INFO:tasks.rados.rados.0.smithi055.stdout:3642: done (1 left) 2023-10-14T00:14:10.042 INFO:tasks.rados.rados.0.smithi055.stdout:3643: done (0 left) 2023-10-14T00:14:10.043 INFO:tasks.rados.rados.0.smithi055.stdout:3644: read oid 9 snap 330 2023-10-14T00:14:10.043 INFO:tasks.rados.rados.0.smithi055.stdout:3644: expect deleted 2023-10-14T00:14:10.043 INFO:tasks.rados.rados.0.smithi055.stdout:3645: delete oid 37 current snap is 356 2023-10-14T00:14:10.045 INFO:tasks.rados.rados.0.smithi055.stdout:3644: done (1 left) 2023-10-14T00:14:10.045 INFO:tasks.rados.rados.0.smithi055.stdout:3645: done (0 left) 2023-10-14T00:14:10.045 INFO:tasks.rados.rados.0.smithi055.stdout:3646: rollback oid 10 current snap is 356 2023-10-14T00:14:10.045 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 10 to 330 2023-10-14T00:14:10.046 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 1 current snap is 356 2023-10-14T00:14:10.046 INFO:tasks.rados.rados.0.smithi055.stdout:3647: seq_num 1132 ranges {1933312=565248,2498560=425984,2924544=770048,3694592=409600} 2023-10-14T00:14:10.059 INFO:tasks.rados.rados.0.smithi055.stdout:3647: writing smithi055169533-1 from 1933312 to 2498560 tid 1 2023-10-14T00:14:10.061 INFO:tasks.rados.rados.0.smithi055.stdout:3647: writing smithi055169533-1 from 2498560 to 2924544 tid 2 2023-10-14T00:14:10.066 INFO:tasks.rados.rados.0.smithi055.stdout:3647: writing smithi055169533-1 from 2924544 to 3694592 tid 3 2023-10-14T00:14:10.069 INFO:tasks.rados.rados.0.smithi055.stdout:3647: writing smithi055169533-1 from 3694592 to 4104192 tid 4 2023-10-14T00:14:10.070 INFO:tasks.rados.rados.0.smithi055.stdout:3648: rmattr oid 15 current snap is 356 2023-10-14T00:14:10.070 INFO:tasks.rados.rados.0.smithi055.stdout:3648: done (2 left) 2023-10-14T00:14:10.070 INFO:tasks.rados.rados.0.smithi055.stdout:3649: copy_from oid 35 from oid 3 current snap is 356 2023-10-14T00:14:10.070 INFO:tasks.rados.rados.0.smithi055.stdout:3646: finishing rollback tid 0 to smithi055169533-10 2023-10-14T00:14:10.071 INFO:tasks.rados.rados.0.smithi055.stdout:3646: finishing rollback tid 1 to smithi055169533-10 2023-10-14T00:14:10.071 INFO:tasks.rados.rados.0.smithi055.stdout:3646: finishing rollback tid 2 to smithi055169533-10 2023-10-14T00:14:10.071 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 10 v 2477 (ObjNum 1069 snap 330 seq_num 1069) dirty exists 2023-10-14T00:14:10.071 INFO:tasks.rados.rados.0.smithi055.stdout:3647: finishing write tid 1 to smithi055169533-1 2023-10-14T00:14:10.071 INFO:tasks.rados.rados.0.smithi055.stdout:3647: finishing write tid 2 to smithi055169533-1 2023-10-14T00:14:10.072 INFO:tasks.rados.rados.0.smithi055.stdout:3646: done (2 left) 2023-10-14T00:14:10.072 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 20 current snap is 356 2023-10-14T00:14:10.072 INFO:tasks.rados.rados.0.smithi055.stdout:3650: seq_num 1133 ranges {4530176=581632,5111808=753664,5865472=573440,6438912=278528} 2023-10-14T00:14:10.098 INFO:tasks.rados.rados.0.smithi055.stdout:3650: writing smithi055169533-20 from 4530176 to 5111808 tid 1 2023-10-14T00:14:10.102 INFO:tasks.rados.rados.0.smithi055.stdout:3650: writing smithi055169533-20 from 5111808 to 5865472 tid 2 2023-10-14T00:14:10.106 INFO:tasks.rados.rados.0.smithi055.stdout:3650: writing smithi055169533-20 from 5865472 to 6438912 tid 3 2023-10-14T00:14:10.108 INFO:tasks.rados.rados.0.smithi055.stdout:3650: writing smithi055169533-20 from 6438912 to 6717440 tid 4 2023-10-14T00:14:10.108 INFO:tasks.rados.rados.0.smithi055.stdout:3651: read oid 30 snap -1 2023-10-14T00:14:10.108 INFO:tasks.rados.rados.0.smithi055.stdout:3651: expect deleted 2023-10-14T00:14:10.109 INFO:tasks.rados.rados.0.smithi055.stdout:3652: rmattr oid 16 current snap is 356 2023-10-14T00:14:10.109 INFO:tasks.rados.rados.0.smithi055.stdout:3647: finishing write tid 3 to smithi055169533-1 2023-10-14T00:14:10.109 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 36 current snap is 356 2023-10-14T00:14:10.109 INFO:tasks.rados.rados.0.smithi055.stdout:3647: finishing write tid 4 to smithi055169533-1 2023-10-14T00:14:10.110 INFO:tasks.rados.rados.0.smithi055.stdout:3647: finishing write tid 5 to smithi055169533-1 2023-10-14T00:14:10.110 INFO:tasks.rados.rados.0.smithi055.stdout:3647: finishing write tid 6 to smithi055169533-1 2023-10-14T00:14:10.110 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 1 v 1911 (ObjNum 1132 snap 356 seq_num 1132) dirty exists 2023-10-14T00:14:10.110 INFO:tasks.rados.rados.0.smithi055.stdout:3647: left oid 1 (ObjNum 1132 snap 356 seq_num 1132) 2023-10-14T00:14:10.110 INFO:tasks.rados.rados.0.smithi055.stdout:3649: finishing copy_from racing read to smithi055169533-35 2023-10-14T00:14:10.111 INFO:tasks.rados.rados.0.smithi055.stdout:3649: finishing copy_from to smithi055169533-35 2023-10-14T00:14:10.111 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 35 v 2108 (ObjNum 1104 snap 346 seq_num 1104) dirty exists 2023-10-14T00:14:10.111 INFO:tasks.rados.rados.0.smithi055.stdout:3650: finishing write tid 1 to smithi055169533-20 2023-10-14T00:14:10.111 INFO:tasks.rados.rados.0.smithi055.stdout:3653: seq_num 1134 ranges {2080768=598016,2678784=638976,3317760=737280,4055040=229376} 2023-10-14T00:14:10.122 INFO:tasks.rados.rados.0.smithi055.stdout:3653: writing smithi055169533-36 from 2080768 to 2678784 tid 1 2023-10-14T00:14:10.126 INFO:tasks.rados.rados.0.smithi055.stdout:3653: writing smithi055169533-36 from 2678784 to 3317760 tid 2 2023-10-14T00:14:10.130 INFO:tasks.rados.rados.0.smithi055.stdout:3653: writing smithi055169533-36 from 3317760 to 4055040 tid 3 2023-10-14T00:14:10.132 INFO:tasks.rados.rados.0.smithi055.stdout:3653: writing smithi055169533-36 from 4055040 to 4284416 tid 4 2023-10-14T00:14:10.133 INFO:tasks.rados.rados.0.smithi055.stdout:3647: done (5 left) 2023-10-14T00:14:10.133 INFO:tasks.rados.rados.0.smithi055.stdout:3649: done (4 left) 2023-10-14T00:14:10.133 INFO:tasks.rados.rados.0.smithi055.stdout:3654: rmattr oid 23 current snap is 356 2023-10-14T00:14:10.133 INFO:tasks.rados.rados.0.smithi055.stdout:3650: finishing write tid 2 to smithi055169533-20 2023-10-14T00:14:10.133 INFO:tasks.rados.rados.0.smithi055.stdout:3650: finishing write tid 3 to smithi055169533-20 2023-10-14T00:14:10.134 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 16 v 1539 (ObjNum 49 snap 0 seq_num 1616408171) dirty exists 2023-10-14T00:14:10.134 INFO:tasks.rados.rados.0.smithi055.stdout:3650: finishing write tid 4 to smithi055169533-20 2023-10-14T00:14:10.134 INFO:tasks.rados.rados.0.smithi055.stdout:3650: finishing write tid 5 to smithi055169533-20 2023-10-14T00:14:10.134 INFO:tasks.rados.rados.0.smithi055.stdout:3650: finishing write tid 6 to smithi055169533-20 2023-10-14T00:14:10.134 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 20 v 2328 (ObjNum 1133 snap 356 seq_num 1133) dirty exists 2023-10-14T00:14:10.135 INFO:tasks.rados.rados.0.smithi055.stdout:3650: left oid 20 (ObjNum 1133 snap 356 seq_num 1133) 2023-10-14T00:14:10.135 INFO:tasks.rados.rados.0.smithi055.stdout:3653: finishing write tid 1 to smithi055169533-36 2023-10-14T00:14:10.135 INFO:tasks.rados.rados.0.smithi055.stdout:3653: finishing write tid 2 to smithi055169533-36 2023-10-14T00:14:10.135 INFO:tasks.rados.rados.0.smithi055.stdout:3650: done (4 left) 2023-10-14T00:14:10.135 INFO:tasks.rados.rados.0.smithi055.stdout:3651: done (3 left) 2023-10-14T00:14:10.136 INFO:tasks.rados.rados.0.smithi055.stdout:3652: done (2 left) 2023-10-14T00:14:10.136 INFO:tasks.rados.rados.0.smithi055.stdout:3655: snap_create 2023-10-14T00:14:10.136 INFO:tasks.rados.rados.0.smithi055.stdout:3653: finishing write tid 3 to smithi055169533-36 2023-10-14T00:14:10.137 INFO:tasks.rados.rados.0.smithi055.stdout:3653: finishing write tid 4 to smithi055169533-36 2023-10-14T00:14:10.137 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 23 v 2138 (ObjNum 1107 snap 346 seq_num 1107) dirty exists 2023-10-14T00:14:10.137 INFO:tasks.rados.rados.0.smithi055.stdout:3653: finishing write tid 5 to smithi055169533-36 2023-10-14T00:14:10.138 INFO:tasks.rados.rados.0.smithi055.stdout:3653: finishing write tid 6 to smithi055169533-36 2023-10-14T00:14:10.138 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 36 v 2322 (ObjNum 1134 snap 356 seq_num 1134) dirty exists 2023-10-14T00:14:10.138 INFO:tasks.rados.rados.0.smithi055.stdout:3653: left oid 36 (ObjNum 1134 snap 356 seq_num 1134) 2023-10-14T00:14:10.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:10 smithi082 ceph-mon[180771]: pgmap v881: 121 pgs: 121 active+clean; 304 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 22 MiB/s rd, 3.3 MiB/s wr, 26 op/s 2023-10-14T00:14:10.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:10 smithi082 ceph-mon[180771]: osdmap e777: 8 total, 8 up, 8 in 2023-10-14T00:14:10.479 INFO:tasks.rados.rados.0.smithi055.stdout:3653: done (2 left) 2023-10-14T00:14:10.479 INFO:tasks.rados.rados.0.smithi055.stdout:3654: done (1 left) 2023-10-14T00:14:10.480 INFO:tasks.rados.rados.0.smithi055.stdout:3655: done (0 left) 2023-10-14T00:14:10.480 INFO:tasks.rados.rados.0.smithi055.stdout:3656: rmattr oid 16 current snap is 357 2023-10-14T00:14:10.480 INFO:tasks.rados.rados.0.smithi055.stdout:3657: read oid 21 snap 347 2023-10-14T00:14:10.480 INFO:tasks.rados.rados.0.smithi055.stdout:3657: expect (ObjNum 1106 snap 346 seq_num 1106) 2023-10-14T00:14:10.480 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 7 current snap is 357 2023-10-14T00:14:10.481 INFO:tasks.rados.rados.0.smithi055.stdout:3658: seq_num 1135 ranges {6381568=614400,6995968=524288,7520256=540672,8060928=483328,8544256=57344} 2023-10-14T00:14:10.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:10 smithi055 ceph-mon[185614]: pgmap v881: 121 pgs: 121 active+clean; 304 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 22 MiB/s rd, 3.3 MiB/s wr, 26 op/s 2023-10-14T00:14:10.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:10 smithi055 ceph-mon[185614]: osdmap e777: 8 total, 8 up, 8 in 2023-10-14T00:14:10.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:10 smithi055 ceph-mon[183057]: pgmap v881: 121 pgs: 121 active+clean; 304 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 22 MiB/s rd, 3.3 MiB/s wr, 26 op/s 2023-10-14T00:14:10.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:10 smithi055 ceph-mon[183057]: osdmap e777: 8 total, 8 up, 8 in 2023-10-14T00:14:10.519 INFO:tasks.rados.rados.0.smithi055.stdout:3658: writing smithi055169533-7 from 6381568 to 6995968 tid 1 2023-10-14T00:14:10.522 INFO:tasks.rados.rados.0.smithi055.stdout:3658: writing smithi055169533-7 from 6995968 to 7520256 tid 2 2023-10-14T00:14:10.525 INFO:tasks.rados.rados.0.smithi055.stdout:3658: writing smithi055169533-7 from 7520256 to 8060928 tid 3 2023-10-14T00:14:10.528 INFO:tasks.rados.rados.0.smithi055.stdout:3658: writing smithi055169533-7 from 8060928 to 8544256 tid 4 2023-10-14T00:14:10.528 INFO:tasks.rados.rados.0.smithi055.stdout:3658: writing smithi055169533-7 from 8544256 to 8601600 tid 5 2023-10-14T00:14:10.529 INFO:tasks.rados.rados.0.smithi055.stdout:3659: snap_create 2023-10-14T00:14:10.529 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 16 v 1540 (ObjNum 113 snap 0 seq_num 44533014) dirty exists 2023-10-14T00:14:10.529 INFO:tasks.rados.rados.0.smithi055.stdout:3657: expect (ObjNum 1106 snap 346 seq_num 1106) 2023-10-14T00:14:10.848 INFO:tasks.rados.rados.0.smithi055.stdout:3658: finishing write tid 1 to smithi055169533-7 2023-10-14T00:14:10.849 INFO:tasks.rados.rados.0.smithi055.stdout:3658: finishing write tid 2 to smithi055169533-7 2023-10-14T00:14:10.849 INFO:tasks.rados.rados.0.smithi055.stdout:3658: finishing write tid 3 to smithi055169533-7 2023-10-14T00:14:10.849 INFO:tasks.rados.rados.0.smithi055.stdout:3658: finishing write tid 4 to smithi055169533-7 2023-10-14T00:14:10.849 INFO:tasks.rados.rados.0.smithi055.stdout:3658: finishing write tid 5 to smithi055169533-7 2023-10-14T00:14:10.850 INFO:tasks.rados.rados.0.smithi055.stdout:3658: finishing write tid 6 to smithi055169533-7 2023-10-14T00:14:10.850 INFO:tasks.rados.rados.0.smithi055.stdout:3658: finishing write tid 7 to smithi055169533-7 2023-10-14T00:14:10.850 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 7 v 2323 (ObjNum 1135 snap 357 seq_num 1135) dirty exists 2023-10-14T00:14:10.850 INFO:tasks.rados.rados.0.smithi055.stdout:3658: left oid 7 (ObjNum 1135 snap 357 seq_num 1135) 2023-10-14T00:14:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:11 smithi082 ceph-mon[180771]: osdmap e778: 8 total, 8 up, 8 in 2023-10-14T00:14:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:11 smithi082 ceph-mon[180771]: osdmap e779: 8 total, 8 up, 8 in 2023-10-14T00:14:11.500 INFO:tasks.rados.rados.0.smithi055.stdout:3656: done (3 left) 2023-10-14T00:14:11.501 INFO:tasks.rados.rados.0.smithi055.stdout:3657: done (2 left) 2023-10-14T00:14:11.501 INFO:tasks.rados.rados.0.smithi055.stdout:3658: done (1 left) 2023-10-14T00:14:11.501 INFO:tasks.rados.rados.0.smithi055.stdout:3659: done (0 left) 2023-10-14T00:14:11.501 INFO:tasks.rados.rados.0.smithi055.stdout:3660: delete oid 18 current snap is 358 2023-10-14T00:14:11.505 INFO:tasks.rados.rados.0.smithi055.stdout:3660: done (0 left) 2023-10-14T00:14:11.505 INFO:tasks.rados.rados.0.smithi055.stdout:3661: snap_remove snap 354 2023-10-14T00:14:11.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:11 smithi055 ceph-mon[185614]: osdmap e778: 8 total, 8 up, 8 in 2023-10-14T00:14:11.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:11 smithi055 ceph-mon[185614]: osdmap e779: 8 total, 8 up, 8 in 2023-10-14T00:14:11.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:11 smithi055 ceph-mon[183057]: osdmap e778: 8 total, 8 up, 8 in 2023-10-14T00:14:11.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:11 smithi055 ceph-mon[183057]: osdmap e779: 8 total, 8 up, 8 in 2023-10-14T00:14:12.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:12 smithi082 ceph-mon[180771]: pgmap v885: 121 pgs: 121 active+clean; 305 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.2 MiB/s wr, 8 op/s 2023-10-14T00:14:12.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:12 smithi082 ceph-mon[180771]: osdmap e780: 8 total, 8 up, 8 in 2023-10-14T00:14:12.502 INFO:tasks.rados.rados.0.smithi055.stdout:3661: done (0 left) 2023-10-14T00:14:12.503 INFO:tasks.rados.rados.0.smithi055.stdout:3662: snap_create 2023-10-14T00:14:12.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:12 smithi055 ceph-mon[185614]: pgmap v885: 121 pgs: 121 active+clean; 305 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.2 MiB/s wr, 8 op/s 2023-10-14T00:14:12.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:12 smithi055 ceph-mon[185614]: osdmap e780: 8 total, 8 up, 8 in 2023-10-14T00:14:12.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:12 smithi055 ceph-mon[183057]: pgmap v885: 121 pgs: 121 active+clean; 305 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 2.9 MiB/s rd, 2.2 MiB/s wr, 8 op/s 2023-10-14T00:14:12.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:12 smithi055 ceph-mon[183057]: osdmap e780: 8 total, 8 up, 8 in 2023-10-14T00:14:13.514 INFO:tasks.rados.rados.0.smithi055.stdout:3662: done (0 left) 2023-10-14T00:14:13.514 INFO:tasks.rados.rados.0.smithi055.stdout:3663: rollback oid 27 current snap is 359 2023-10-14T00:14:13.514 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 27 to 345 2023-10-14T00:14:13.515 INFO:tasks.rados.rados.0.smithi055.stdout:3664: copy_from oid 12 from oid 32 current snap is 359 2023-10-14T00:14:13.515 INFO:tasks.rados.rados.0.smithi055.stdout:3665: rollback oid 42 current snap is 359 2023-10-14T00:14:13.515 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 42 to 344 2023-10-14T00:14:13.515 INFO:tasks.rados.rados.0.smithi055.stdout:3666: snap_create 2023-10-14T00:14:13.522 INFO:tasks.rados.rados.0.smithi055.stdout:3663: finishing rollback tid 0 to smithi055169533-27 2023-10-14T00:14:13.523 INFO:tasks.rados.rados.0.smithi055.stdout:3665: finishing rollback tid 0 to smithi055169533-42 2023-10-14T00:14:13.524 INFO:tasks.rados.rados.0.smithi055.stdout:3665: finishing rollback tid 1 to smithi055169533-42 2023-10-14T00:14:13.524 INFO:tasks.rados.rados.0.smithi055.stdout:3665: finishing rollback tid 2 to smithi055169533-42 2023-10-14T00:14:13.524 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 42 v 2331 (ObjNum 1095 snap 343 seq_num 1095) dirty exists 2023-10-14T00:14:13.525 INFO:tasks.rados.rados.0.smithi055.stdout:3663: finishing rollback tid 1 to smithi055169533-27 2023-10-14T00:14:13.525 INFO:tasks.rados.rados.0.smithi055.stdout:3663: finishing rollback tid 2 to smithi055169533-27 2023-10-14T00:14:13.525 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 27 v 2487 (ObjNum 1071 snap 331 seq_num 1071) dirty exists 2023-10-14T00:14:13.560 INFO:tasks.rados.rados.0.smithi055.stdout:3664: finishing copy_from racing read to smithi055169533-12 2023-10-14T00:14:13.561 INFO:tasks.rados.rados.0.smithi055.stdout:3664: finishing copy_from to smithi055169533-12 2023-10-14T00:14:13.561 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 12 v 2124 (ObjNum 988 snap 309 seq_num 988) dirty exists 2023-10-14T00:14:13.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:13 smithi055 ceph-mon[185614]: osdmap e781: 8 total, 8 up, 8 in 2023-10-14T00:14:13.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:13 smithi055 ceph-mon[185614]: pgmap v888: 121 pgs: 121 active+clean; 305 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 1.0 MiB/s wr, 7 op/s 2023-10-14T00:14:13.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:13 smithi055 ceph-mon[183057]: osdmap e781: 8 total, 8 up, 8 in 2023-10-14T00:14:13.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:13 smithi055 ceph-mon[183057]: pgmap v888: 121 pgs: 121 active+clean; 305 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 1.0 MiB/s wr, 7 op/s 2023-10-14T00:14:13.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:13 smithi082 ceph-mon[180771]: osdmap e781: 8 total, 8 up, 8 in 2023-10-14T00:14:13.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:13 smithi082 ceph-mon[180771]: pgmap v888: 121 pgs: 121 active+clean; 305 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 1.0 MiB/s wr, 7 op/s 2023-10-14T00:14:14.519 INFO:tasks.rados.rados.0.smithi055.stdout:3663: done (3 left) 2023-10-14T00:14:14.519 INFO:tasks.rados.rados.0.smithi055.stdout:3664: done (2 left) 2023-10-14T00:14:14.519 INFO:tasks.rados.rados.0.smithi055.stdout:3665: done (1 left) 2023-10-14T00:14:14.520 INFO:tasks.rados.rados.0.smithi055.stdout:3666: done (0 left) 2023-10-14T00:14:14.520 INFO:tasks.rados.rados.0.smithi055.stdout:3667: rollback oid 42 current snap is 360 2023-10-14T00:14:14.520 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 42 to 330 2023-10-14T00:14:14.520 INFO:tasks.rados.rados.0.smithi055.stdout:3668: read oid 27 snap -1 2023-10-14T00:14:14.521 INFO:tasks.rados.rados.0.smithi055.stdout:3668: expect (ObjNum 1071 snap 331 seq_num 1071) 2023-10-14T00:14:14.521 INFO:tasks.rados.rados.0.smithi055.stdout:3669: read oid 29 snap -1 2023-10-14T00:14:14.521 INFO:tasks.rados.rados.0.smithi055.stdout:3669: expect (ObjNum 1076 snap 332 seq_num 1076) 2023-10-14T00:14:14.521 INFO:tasks.rados.rados.0.smithi055.stdout:3670: snap_remove snap 351 2023-10-14T00:14:14.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:14 smithi082 ceph-mon[180771]: osdmap e782: 8 total, 8 up, 8 in 2023-10-14T00:14:15.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:14 smithi055 ceph-mon[183057]: osdmap e782: 8 total, 8 up, 8 in 2023-10-14T00:14:15.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:14 smithi055 ceph-mon[185614]: osdmap e782: 8 total, 8 up, 8 in 2023-10-14T00:14:15.489 INFO:tasks.rados.rados.0.smithi055.stdout:3670: done (3 left) 2023-10-14T00:14:15.490 INFO:tasks.rados.rados.0.smithi055.stdout:3671: rollback oid 7 current snap is 360 2023-10-14T00:14:15.490 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 7 to 330 2023-10-14T00:14:15.490 INFO:tasks.rados.rados.0.smithi055.stdout:3672: snap_remove snap 349 2023-10-14T00:14:15.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:14:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:14:15] "GET /metrics HTTP/1.1" 200 36159 "" "Prometheus/2.43.0" 2023-10-14T00:14:15.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:15 smithi082 ceph-mon[180771]: osdmap e783: 8 total, 8 up, 8 in 2023-10-14T00:14:15.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:15 smithi082 ceph-mon[180771]: pgmap v891: 121 pgs: 121 active+clean; 319 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 12 MiB/s rd, 2.3 MiB/s wr, 11 op/s 2023-10-14T00:14:15.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:15 smithi082 ceph-mon[180771]: osdmap e784: 8 total, 8 up, 8 in 2023-10-14T00:14:16.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:15 smithi055 ceph-mon[185614]: osdmap e783: 8 total, 8 up, 8 in 2023-10-14T00:14:16.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:15 smithi055 ceph-mon[185614]: pgmap v891: 121 pgs: 121 active+clean; 319 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 12 MiB/s rd, 2.3 MiB/s wr, 11 op/s 2023-10-14T00:14:16.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:15 smithi055 ceph-mon[185614]: osdmap e784: 8 total, 8 up, 8 in 2023-10-14T00:14:16.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:15 smithi055 ceph-mon[183057]: osdmap e783: 8 total, 8 up, 8 in 2023-10-14T00:14:16.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:15 smithi055 ceph-mon[183057]: pgmap v891: 121 pgs: 121 active+clean; 319 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 12 MiB/s rd, 2.3 MiB/s wr, 11 op/s 2023-10-14T00:14:16.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:15 smithi055 ceph-mon[183057]: osdmap e784: 8 total, 8 up, 8 in 2023-10-14T00:14:16.485 INFO:tasks.rados.rados.0.smithi055.stdout:3672: done (4 left) 2023-10-14T00:14:16.486 INFO:tasks.rados.rados.0.smithi055.stdout:3673: snap_create 2023-10-14T00:14:16.486 INFO:tasks.rados.rados.0.smithi055.stdout:3667: finishing rollback tid 0 to smithi055169533-42 2023-10-14T00:14:16.486 INFO:tasks.rados.rados.0.smithi055.stdout:3667: finishing rollback tid 1 to smithi055169533-42 2023-10-14T00:14:16.486 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 42 v 2333 (ObjNum 129 snap 0 seq_num 1527213512) dirty dne 2023-10-14T00:14:16.487 INFO:tasks.rados.rados.0.smithi055.stdout:3668: expect (ObjNum 1071 snap 331 seq_num 1071) 2023-10-14T00:14:16.523 INFO:tasks.rados.rados.0.smithi055.stdout:3669: expect (ObjNum 1076 snap 332 seq_num 1076) 2023-10-14T00:14:17.502 INFO:tasks.rados.rados.0.smithi055.stdout:3671: finishing rollback tid 0 to smithi055169533-7 2023-10-14T00:14:17.503 INFO:tasks.rados.rados.0.smithi055.stdout:3671: finishing rollback tid 1 to smithi055169533-7 2023-10-14T00:14:17.504 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 7 v 2325 (ObjNum 49 snap 0 seq_num 1953066355) dirty dne 2023-10-14T00:14:17.504 INFO:tasks.rados.rados.0.smithi055.stdout:3667: done (4 left) 2023-10-14T00:14:17.504 INFO:tasks.rados.rados.0.smithi055.stdout:3668: done (3 left) 2023-10-14T00:14:17.505 INFO:tasks.rados.rados.0.smithi055.stdout:3669: done (2 left) 2023-10-14T00:14:17.505 INFO:tasks.rados.rados.0.smithi055.stdout:3671: done (1 left) 2023-10-14T00:14:17.505 INFO:tasks.rados.rados.0.smithi055.stdout:3673: done (0 left) 2023-10-14T00:14:17.506 INFO:tasks.rados.rados.0.smithi055.stdout:3674: rmattr oid 7 current snap is 361 2023-10-14T00:14:17.506 INFO:tasks.rados.rados.0.smithi055.stdout:3674: done (0 left) 2023-10-14T00:14:17.507 INFO:tasks.rados.rados.0.smithi055.stdout:3675: read oid 17 snap 344 2023-10-14T00:14:17.507 INFO:tasks.rados.rados.0.smithi055.stdout:3675: expect (ObjNum 1099 snap 343 seq_num 1099) 2023-10-14T00:14:17.507 INFO:tasks.rados.rados.0.smithi055.stdout:3676: read oid 36 snap -1 2023-10-14T00:14:17.508 INFO:tasks.rados.rados.0.smithi055.stdout:3676: expect (ObjNum 1134 snap 356 seq_num 1134) 2023-10-14T00:14:17.508 INFO:tasks.rados.rados.0.smithi055.stdout:3677: rmattr oid 41 current snap is 361 2023-10-14T00:14:17.509 INFO:tasks.rados.rados.0.smithi055.stdout:3678: rollback oid 20 current snap is 361 2023-10-14T00:14:17.509 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 20 to 353 2023-10-14T00:14:17.509 INFO:tasks.rados.rados.0.smithi055.stdout:3679: rollback oid 24 current snap is 361 2023-10-14T00:14:17.510 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 24 to 359 2023-10-14T00:14:17.510 INFO:tasks.rados.rados.0.smithi055.stdout:3680: copy_from oid 22 from oid 42 current snap is 361 2023-10-14T00:14:17.511 INFO:tasks.rados.rados.0.smithi055.stdout:3681: setattr oid 50 current snap is 361 2023-10-14T00:14:17.512 INFO:tasks.rados.rados.0.smithi055.stdout:3682: rollback oid 23 current snap is 361 2023-10-14T00:14:17.512 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 23 to 336 2023-10-14T00:14:17.512 INFO:tasks.rados.rados.0.smithi055.stdout:3683: read oid 21 snap -1 2023-10-14T00:14:17.513 INFO:tasks.rados.rados.0.smithi055.stdout:3683: expect (ObjNum 1106 snap 346 seq_num 1106) 2023-10-14T00:14:17.513 INFO:tasks.rados.rados.0.smithi055.stdout:3684: read oid 28 snap -1 2023-10-14T00:14:17.514 INFO:tasks.rados.rados.0.smithi055.stdout:3684: expect (ObjNum 1029 snap 319 seq_num 1029) 2023-10-14T00:14:17.514 INFO:tasks.rados.rados.0.smithi055.stdout:3685: snap_create 2023-10-14T00:14:17.515 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 41 v 1589 (ObjNum 1124 snap 351 seq_num 1124) dirty exists 2023-10-14T00:14:17.516 INFO:tasks.rados.rados.0.smithi055.stdout:3678: finishing rollback tid 0 to smithi055169533-20 2023-10-14T00:14:17.517 INFO:tasks.rados.rados.0.smithi055.stdout:3678: finishing rollback tid 1 to smithi055169533-20 2023-10-14T00:14:17.517 INFO:tasks.rados.rados.0.smithi055.stdout:3679: finishing rollback tid 0 to smithi055169533-24 2023-10-14T00:14:17.517 INFO:tasks.rados.rados.0.smithi055.stdout:3678: finishing rollback tid 2 to smithi055169533-20 2023-10-14T00:14:17.518 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 20 v 2336 (ObjNum 1069 snap 330 seq_num 1069) dirty exists 2023-10-14T00:14:17.528 INFO:tasks.rados.rados.0.smithi055.stdout:3679: finishing rollback tid 1 to smithi055169533-24 2023-10-14T00:14:17.528 INFO:tasks.rados.rados.0.smithi055.stdout:3679: finishing rollback tid 2 to smithi055169533-24 2023-10-14T00:14:17.528 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 24 v 2155 (ObjNum 1073 snap 332 seq_num 1073) dirty exists 2023-10-14T00:14:17.529 INFO:tasks.rados.rados.0.smithi055.stdout:3682: finishing rollback tid 0 to smithi055169533-23 2023-10-14T00:14:17.529 INFO:tasks.rados.rados.0.smithi055.stdout:3682: finishing rollback tid 1 to smithi055169533-23 2023-10-14T00:14:17.529 INFO:tasks.rados.rados.0.smithi055.stdout:3680: finishing copy_from to smithi055169533-22 2023-10-14T00:14:17.529 INFO:tasks.rados.rados.0.smithi055.stdout:3680: got expected ENOENT (src dne) 2023-10-14T00:14:17.529 INFO:tasks.rados.rados.0.smithi055.stdout:3680: finishing copy_from racing read to smithi055169533-22 2023-10-14T00:14:17.530 INFO:tasks.rados.rados.0.smithi055.stdout:3682: finishing rollback tid 2 to smithi055169533-23 2023-10-14T00:14:17.530 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 23 v 2141 (ObjNum 869 snap 264 seq_num 869) dirty exists 2023-10-14T00:14:17.533 INFO:tasks.rados.rados.0.smithi055.stdout:3675: expect (ObjNum 1099 snap 343 seq_num 1099) 2023-10-14T00:14:17.756 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 50 v 2508 (ObjNum 33 snap 0 seq_num 1529454640) dirty exists 2023-10-14T00:14:17.756 INFO:tasks.rados.rados.0.smithi055.stdout:3676: expect (ObjNum 1134 snap 356 seq_num 1134) 2023-10-14T00:14:17.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:17 smithi055 ceph-mon[185614]: osdmap e785: 8 total, 8 up, 8 in 2023-10-14T00:14:17.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:17 smithi055 ceph-mon[185614]: pgmap v894: 121 pgs: 121 active+clean; 328 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 12 MiB/s rd, 4.6 MiB/s wr, 11 op/s 2023-10-14T00:14:17.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:17 smithi055 ceph-mon[183057]: osdmap e785: 8 total, 8 up, 8 in 2023-10-14T00:14:17.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:17 smithi055 ceph-mon[183057]: pgmap v894: 121 pgs: 121 active+clean; 328 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 12 MiB/s rd, 4.6 MiB/s wr, 11 op/s 2023-10-14T00:14:17.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:17 smithi082 ceph-mon[180771]: osdmap e785: 8 total, 8 up, 8 in 2023-10-14T00:14:17.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:17 smithi082 ceph-mon[180771]: pgmap v894: 121 pgs: 121 active+clean; 328 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 12 MiB/s rd, 4.6 MiB/s wr, 11 op/s 2023-10-14T00:14:17.910 INFO:tasks.rados.rados.0.smithi055.stdout:3684: expect (ObjNum 1029 snap 319 seq_num 1029) 2023-10-14T00:14:18.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:18 smithi055 ceph-mon[185614]: osdmap e786: 8 total, 8 up, 8 in 2023-10-14T00:14:18.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:18 smithi055 ceph-mon[183057]: osdmap e786: 8 total, 8 up, 8 in 2023-10-14T00:14:18.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:18 smithi082 ceph-mon[180771]: osdmap e786: 8 total, 8 up, 8 in 2023-10-14T00:14:19.335 INFO:tasks.rados.rados.0.smithi055.stdout:3683: expect (ObjNum 1106 snap 346 seq_num 1106) 2023-10-14T00:14:19.656 INFO:tasks.rados.rados.0.smithi055.stdout:3675: done (10 left) 2023-10-14T00:14:19.656 INFO:tasks.rados.rados.0.smithi055.stdout:3676: done (9 left) 2023-10-14T00:14:19.656 INFO:tasks.rados.rados.0.smithi055.stdout:3677: done (8 left) 2023-10-14T00:14:19.656 INFO:tasks.rados.rados.0.smithi055.stdout:3678: done (7 left) 2023-10-14T00:14:19.657 INFO:tasks.rados.rados.0.smithi055.stdout:3679: done (6 left) 2023-10-14T00:14:19.657 INFO:tasks.rados.rados.0.smithi055.stdout:3680: done (5 left) 2023-10-14T00:14:19.657 INFO:tasks.rados.rados.0.smithi055.stdout:3681: done (4 left) 2023-10-14T00:14:19.657 INFO:tasks.rados.rados.0.smithi055.stdout:3682: done (3 left) 2023-10-14T00:14:19.657 INFO:tasks.rados.rados.0.smithi055.stdout:3683: done (2 left) 2023-10-14T00:14:19.658 INFO:tasks.rados.rados.0.smithi055.stdout:3684: done (1 left) 2023-10-14T00:14:19.658 INFO:tasks.rados.rados.0.smithi055.stdout:3685: done (0 left) 2023-10-14T00:14:19.658 INFO:tasks.rados.rados.0.smithi055.stdout:3686: snap_remove snap 355 2023-10-14T00:14:19.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:19 smithi055 ceph-mon[185614]: osdmap e787: 8 total, 8 up, 8 in 2023-10-14T00:14:19.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:19 smithi055 ceph-mon[185614]: pgmap v897: 121 pgs: 121 active+clean; 328 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 16 MiB/s rd, 2.3 MiB/s wr, 7 op/s 2023-10-14T00:14:19.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:19 smithi055 ceph-mon[183057]: osdmap e787: 8 total, 8 up, 8 in 2023-10-14T00:14:19.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:19 smithi055 ceph-mon[183057]: pgmap v897: 121 pgs: 121 active+clean; 328 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 16 MiB/s rd, 2.3 MiB/s wr, 7 op/s 2023-10-14T00:14:19.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:19 smithi082 ceph-mon[180771]: osdmap e787: 8 total, 8 up, 8 in 2023-10-14T00:14:19.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:19 smithi082 ceph-mon[180771]: pgmap v897: 121 pgs: 121 active+clean; 328 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 16 MiB/s rd, 2.3 MiB/s wr, 7 op/s 2023-10-14T00:14:20.490 INFO:tasks.rados.rados.0.smithi055.stdout:3686: done (0 left) 2023-10-14T00:14:20.490 INFO:tasks.rados.rados.0.smithi055.stdout:3687: copy_from oid 49 from oid 2 current snap is 362 2023-10-14T00:14:20.491 INFO:tasks.rados.rados.0.smithi055.stdout:3688: read oid 18 snap -1 2023-10-14T00:14:20.491 INFO:tasks.rados.rados.0.smithi055.stdout:3688: expect deleted 2023-10-14T00:14:20.491 INFO:tasks.rados.rados.0.smithi055.stdout:3689: copy_from oid 12 from oid 4 current snap is 362 2023-10-14T00:14:20.491 INFO:tasks.rados.rados.0.smithi055.stdout:3690: rollback oid 25 current snap is 362 2023-10-14T00:14:20.491 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 25 to 336 2023-10-14T00:14:20.492 INFO:tasks.rados.rados.0.smithi055.stdout:3691: snap_create 2023-10-14T00:14:20.498 INFO:tasks.rados.rados.0.smithi055.stdout:3690: finishing rollback tid 0 to smithi055169533-25 2023-10-14T00:14:20.498 INFO:tasks.rados.rados.0.smithi055.stdout:3690: finishing rollback tid 1 to smithi055169533-25 2023-10-14T00:14:20.499 INFO:tasks.rados.rados.0.smithi055.stdout:3690: finishing rollback tid 2 to smithi055169533-25 2023-10-14T00:14:20.499 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 25 v 2385 (ObjNum 885 snap 267 seq_num 885) dirty exists 2023-10-14T00:14:20.501 INFO:tasks.rados.rados.0.smithi055.stdout:3687: finishing copy_from to smithi055169533-49 2023-10-14T00:14:20.501 INFO:tasks.rados.rados.0.smithi055.stdout:3687: got expected ENOENT (src dne) 2023-10-14T00:14:20.502 INFO:tasks.rados.rados.0.smithi055.stdout:3687: finishing copy_from racing read to smithi055169533-49 2023-10-14T00:14:20.520 INFO:tasks.rados.rados.0.smithi055.stdout:3689: finishing copy_from racing read to smithi055169533-12 2023-10-14T00:14:20.520 INFO:tasks.rados.rados.0.smithi055.stdout:3689: finishing copy_from to smithi055169533-12 2023-10-14T00:14:20.520 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 12 v 2053 (ObjNum 1073 snap 332 seq_num 1073) dirty exists 2023-10-14T00:14:21.490 INFO:tasks.rados.rados.0.smithi055.stdout:3687: done (4 left) 2023-10-14T00:14:21.491 INFO:tasks.rados.rados.0.smithi055.stdout:3688: done (3 left) 2023-10-14T00:14:21.491 INFO:tasks.rados.rados.0.smithi055.stdout:3689: done (2 left) 2023-10-14T00:14:21.491 INFO:tasks.rados.rados.0.smithi055.stdout:3690: done (1 left) 2023-10-14T00:14:21.491 INFO:tasks.rados.rados.0.smithi055.stdout:3691: done (0 left) 2023-10-14T00:14:21.491 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 32 current snap is 363 2023-10-14T00:14:21.492 INFO:tasks.rados.rados.0.smithi055.stdout:3692: seq_num 1137 ranges {9838592=647168,10485760=696320,11182080=557056,11739136=352256} 2023-10-14T00:14:21.549 INFO:tasks.rados.rados.0.smithi055.stdout:3692: writing smithi055169533-32 from 9838592 to 10485760 tid 1 2023-10-14T00:14:21.554 INFO:tasks.rados.rados.0.smithi055.stdout:3692: writing smithi055169533-32 from 10485760 to 11182080 tid 2 2023-10-14T00:14:21.557 INFO:tasks.rados.rados.0.smithi055.stdout:3692: writing smithi055169533-32 from 11182080 to 11739136 tid 3 2023-10-14T00:14:21.559 INFO:tasks.rados.rados.0.smithi055.stdout:3692: writing smithi055169533-32 from 11739136 to 12091392 tid 4 2023-10-14T00:14:21.561 INFO:tasks.rados.rados.0.smithi055.stdout:3693: snap_remove snap 345 2023-10-14T00:14:21.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:21 smithi055 ceph-mon[183057]: osdmap e788: 8 total, 8 up, 8 in 2023-10-14T00:14:21.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:21 smithi055 ceph-mon[183057]: pgmap v899: 121 pgs: 121 active+clean; 327 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 18 MiB/s rd, 0 B/s wr, 13 op/s 2023-10-14T00:14:21.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:21 smithi055 ceph-mon[185614]: osdmap e788: 8 total, 8 up, 8 in 2023-10-14T00:14:21.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:21 smithi055 ceph-mon[185614]: pgmap v899: 121 pgs: 121 active+clean; 327 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 18 MiB/s rd, 0 B/s wr, 13 op/s 2023-10-14T00:14:21.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:21 smithi082 ceph-mon[180771]: osdmap e788: 8 total, 8 up, 8 in 2023-10-14T00:14:21.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:21 smithi082 ceph-mon[180771]: pgmap v899: 121 pgs: 121 active+clean; 327 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 18 MiB/s rd, 0 B/s wr, 13 op/s 2023-10-14T00:14:22.528 INFO:tasks.rados.rados.0.smithi055.stdout:3693: done (1 left) 2023-10-14T00:14:22.528 INFO:tasks.rados.rados.0.smithi055.stdout:3694: copy_from oid 44 from oid 3 current snap is 363 2023-10-14T00:14:22.529 INFO:tasks.rados.rados.0.smithi055.stdout:3695: read oid 39 snap -1 2023-10-14T00:14:22.529 INFO:tasks.rados.rados.0.smithi055.stdout:3695: expect (ObjNum 1120 snap 349 seq_num 1120) 2023-10-14T00:14:22.529 INFO:tasks.rados.rados.0.smithi055.stdout:3696: copy_from oid 15 from oid 8 current snap is 363 2023-10-14T00:14:22.530 INFO:tasks.rados.rados.0.smithi055.stdout:3697: snap_create 2023-10-14T00:14:22.530 INFO:tasks.rados.rados.0.smithi055.stdout:3692: finishing write tid 1 to smithi055169533-32 2023-10-14T00:14:22.530 INFO:tasks.rados.rados.0.smithi055.stdout:3692: finishing write tid 2 to smithi055169533-32 2023-10-14T00:14:22.530 INFO:tasks.rados.rados.0.smithi055.stdout:3692: finishing write tid 3 to smithi055169533-32 2023-10-14T00:14:22.530 INFO:tasks.rados.rados.0.smithi055.stdout:3692: finishing write tid 4 to smithi055169533-32 2023-10-14T00:14:22.531 INFO:tasks.rados.rados.0.smithi055.stdout:3692: finishing write tid 5 to smithi055169533-32 2023-10-14T00:14:22.531 INFO:tasks.rados.rados.0.smithi055.stdout:3692: finishing write tid 6 to smithi055169533-32 2023-10-14T00:14:22.531 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 32 v 2132 (ObjNum 1137 snap 363 seq_num 1137) dirty exists 2023-10-14T00:14:22.531 INFO:tasks.rados.rados.0.smithi055.stdout:3692: left oid 32 (ObjNum 1137 snap 363 seq_num 1137) 2023-10-14T00:14:22.540 INFO:tasks.rados.rados.0.smithi055.stdout:3696: finishing copy_from to smithi055169533-15 2023-10-14T00:14:22.541 INFO:tasks.rados.rados.0.smithi055.stdout:3696: got expected ENOENT (src dne) 2023-10-14T00:14:22.541 INFO:tasks.rados.rados.0.smithi055.stdout:3696: finishing copy_from racing read to smithi055169533-15 2023-10-14T00:14:22.568 INFO:tasks.rados.rados.0.smithi055.stdout:3695: expect (ObjNum 1120 snap 349 seq_num 1120) 2023-10-14T00:14:22.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:22 smithi055 ceph-mon[185614]: osdmap e789: 8 total, 8 up, 8 in 2023-10-14T00:14:22.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:22 smithi055 ceph-mon[183057]: osdmap e789: 8 total, 8 up, 8 in 2023-10-14T00:14:22.844 INFO:tasks.rados.rados.0.smithi055.stdout:3694: finishing copy_from racing read to smithi055169533-44 2023-10-14T00:14:22.844 INFO:tasks.rados.rados.0.smithi055.stdout:3694: finishing copy_from to smithi055169533-44 2023-10-14T00:14:22.844 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 44 v 2108 (ObjNum 1104 snap 346 seq_num 1104) dirty exists 2023-10-14T00:14:22.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:22 smithi082 ceph-mon[180771]: osdmap e789: 8 total, 8 up, 8 in 2023-10-14T00:14:23.535 INFO:tasks.rados.rados.0.smithi055.stdout:3692: done (4 left) 2023-10-14T00:14:23.535 INFO:tasks.rados.rados.0.smithi055.stdout:3694: done (3 left) 2023-10-14T00:14:23.536 INFO:tasks.rados.rados.0.smithi055.stdout:3695: done (2 left) 2023-10-14T00:14:23.536 INFO:tasks.rados.rados.0.smithi055.stdout:3696: done (1 left) 2023-10-14T00:14:23.536 INFO:tasks.rados.rados.0.smithi055.stdout:3697: done (0 left) 2023-10-14T00:14:23.536 INFO:tasks.rados.rados.0.smithi055.stdout:3698: setattr oid 45 current snap is 364 2023-10-14T00:14:23.537 INFO:tasks.rados.rados.0.smithi055.stdout:3699: copy_from oid 23 from oid 3 current snap is 364 2023-10-14T00:14:23.537 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 26 current snap is 364 2023-10-14T00:14:23.537 INFO:tasks.rados.rados.0.smithi055.stdout:3700: seq_num 1138 ranges {3129344=663552,3792896=581632,4374528=712704,5087232=311296} 2023-10-14T00:14:23.558 INFO:tasks.rados.rados.0.smithi055.stdout:3700: writing smithi055169533-26 from 3129344 to 3792896 tid 1 2023-10-14T00:14:23.562 INFO:tasks.rados.rados.0.smithi055.stdout:3700: writing smithi055169533-26 from 3792896 to 4374528 tid 2 2023-10-14T00:14:23.567 INFO:tasks.rados.rados.0.smithi055.stdout:3700: writing smithi055169533-26 from 4374528 to 5087232 tid 3 2023-10-14T00:14:23.569 INFO:tasks.rados.rados.0.smithi055.stdout:3700: writing smithi055169533-26 from 5087232 to 5398528 tid 4 2023-10-14T00:14:23.569 INFO:tasks.rados.rados.0.smithi055.stdout:3701: snap_create 2023-10-14T00:14:23.570 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 45 v 2326 (ObjNum 161 snap 0 seq_num 0) dirty exists 2023-10-14T00:14:23.570 INFO:tasks.rados.rados.0.smithi055.stdout:3699: finishing copy_from racing read to smithi055169533-23 2023-10-14T00:14:23.570 INFO:tasks.rados.rados.0.smithi055.stdout:3699: finishing copy_from to smithi055169533-23 2023-10-14T00:14:23.570 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 23 v 2108 (ObjNum 1104 snap 346 seq_num 1104) dirty exists 2023-10-14T00:14:23.570 INFO:tasks.rados.rados.0.smithi055.stdout:3700: finishing write tid 1 to smithi055169533-26 2023-10-14T00:14:23.571 INFO:tasks.rados.rados.0.smithi055.stdout:3700: finishing write tid 2 to smithi055169533-26 2023-10-14T00:14:23.572 INFO:tasks.rados.rados.0.smithi055.stdout:3700: finishing write tid 3 to smithi055169533-26 2023-10-14T00:14:23.573 INFO:tasks.rados.rados.0.smithi055.stdout:3700: finishing write tid 4 to smithi055169533-26 2023-10-14T00:14:23.573 INFO:tasks.rados.rados.0.smithi055.stdout:3700: finishing write tid 5 to smithi055169533-26 2023-10-14T00:14:23.574 INFO:tasks.rados.rados.0.smithi055.stdout:3700: finishing write tid 6 to smithi055169533-26 2023-10-14T00:14:23.574 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 26 v 1895 (ObjNum 1138 snap 364 seq_num 1138) dirty exists 2023-10-14T00:14:23.575 INFO:tasks.rados.rados.0.smithi055.stdout:3700: left oid 26 (ObjNum 1138 snap 364 seq_num 1138) 2023-10-14T00:14:23.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:23 smithi082 ceph-mon[180771]: osdmap e790: 8 total, 8 up, 8 in 2023-10-14T00:14:23.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:23 smithi082 ceph-mon[180771]: pgmap v902: 121 pgs: 121 active+clean; 334 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 18 MiB/s rd, 0 B/s wr, 13 op/s 2023-10-14T00:14:24.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:23 smithi055 ceph-mon[185614]: osdmap e790: 8 total, 8 up, 8 in 2023-10-14T00:14:24.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:23 smithi055 ceph-mon[185614]: pgmap v902: 121 pgs: 121 active+clean; 334 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 18 MiB/s rd, 0 B/s wr, 13 op/s 2023-10-14T00:14:24.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:23 smithi055 ceph-mon[183057]: osdmap e790: 8 total, 8 up, 8 in 2023-10-14T00:14:24.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:23 smithi055 ceph-mon[183057]: pgmap v902: 121 pgs: 121 active+clean; 334 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 18 MiB/s rd, 0 B/s wr, 13 op/s 2023-10-14T00:14:24.539 INFO:tasks.rados.rados.0.smithi055.stdout:3698: done (3 left) 2023-10-14T00:14:24.539 INFO:tasks.rados.rados.0.smithi055.stdout:3699: done (2 left) 2023-10-14T00:14:24.540 INFO:tasks.rados.rados.0.smithi055.stdout:3700: done (1 left) 2023-10-14T00:14:24.540 INFO:tasks.rados.rados.0.smithi055.stdout:3701: done (0 left) 2023-10-14T00:14:24.540 INFO:tasks.rados.rados.0.smithi055.stdout:3702: copy_from oid 47 from oid 22 current snap is 365 2023-10-14T00:14:24.540 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 49 current snap is 365 2023-10-14T00:14:24.541 INFO:tasks.rados.rados.0.smithi055.stdout:3703: seq_num 1139 ranges {0=679936,679936=458752,1138688=524288,1662976=540672,2203648=81920} 2023-10-14T00:14:24.543 INFO:tasks.rados.rados.0.smithi055.stdout:3703: writing smithi055169533-49 from 0 to 679936 tid 1 2023-10-14T00:14:24.546 INFO:tasks.rados.rados.0.smithi055.stdout:3703: writing smithi055169533-49 from 679936 to 1138688 tid 2 2023-10-14T00:14:24.549 INFO:tasks.rados.rados.0.smithi055.stdout:3703: writing smithi055169533-49 from 1138688 to 1662976 tid 3 2023-10-14T00:14:24.552 INFO:tasks.rados.rados.0.smithi055.stdout:3703: writing smithi055169533-49 from 1662976 to 2203648 tid 4 2023-10-14T00:14:24.553 INFO:tasks.rados.rados.0.smithi055.stdout:3703: writing smithi055169533-49 from 2203648 to 2285568 tid 5 2023-10-14T00:14:24.553 INFO:tasks.rados.rados.0.smithi055.stdout:3704: snap_remove snap 357 2023-10-14T00:14:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:24 smithi082 ceph-mon[180771]: osdmap e791: 8 total, 8 up, 8 in 2023-10-14T00:14:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:14:25.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:24 smithi055 ceph-mon[185614]: osdmap e791: 8 total, 8 up, 8 in 2023-10-14T00:14:25.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:14:25.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:24 smithi055 ceph-mon[183057]: osdmap e791: 8 total, 8 up, 8 in 2023-10-14T00:14:25.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:14:25.485 INFO:tasks.rados.rados.0.smithi055.stdout:3704: done (2 left) 2023-10-14T00:14:25.486 INFO:tasks.rados.rados.0.smithi055.stdout:3705: rmattr oid 16 current snap is 365 2023-10-14T00:14:25.486 INFO:tasks.rados.rados.0.smithi055.stdout:3702: finishing copy_from to smithi055169533-47 2023-10-14T00:14:25.486 INFO:tasks.rados.rados.0.smithi055.stdout:3702: got expected ENOENT (src dne) 2023-10-14T00:14:25.486 INFO:tasks.rados.rados.0.smithi055.stdout:3702: finishing copy_from racing read to smithi055169533-47 2023-10-14T00:14:25.486 INFO:tasks.rados.rados.0.smithi055.stdout:3703: finishing write tid 1 to smithi055169533-49 2023-10-14T00:14:25.487 INFO:tasks.rados.rados.0.smithi055.stdout:3703: finishing write tid 2 to smithi055169533-49 2023-10-14T00:14:25.487 INFO:tasks.rados.rados.0.smithi055.stdout:3703: finishing write tid 3 to smithi055169533-49 2023-10-14T00:14:25.487 INFO:tasks.rados.rados.0.smithi055.stdout:3703: finishing write tid 4 to smithi055169533-49 2023-10-14T00:14:25.487 INFO:tasks.rados.rados.0.smithi055.stdout:3703: finishing write tid 5 to smithi055169533-49 2023-10-14T00:14:25.487 INFO:tasks.rados.rados.0.smithi055.stdout:3703: finishing write tid 6 to smithi055169533-49 2023-10-14T00:14:25.488 INFO:tasks.rados.rados.0.smithi055.stdout:3703: finishing write tid 7 to smithi055169533-49 2023-10-14T00:14:25.488 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 49 v 2195 (ObjNum 1139 snap 365 seq_num 1139) dirty exists 2023-10-14T00:14:25.488 INFO:tasks.rados.rados.0.smithi055.stdout:3703: left oid 49 (ObjNum 1139 snap 365 seq_num 1139) 2023-10-14T00:14:25.488 INFO:tasks.rados.rados.0.smithi055.stdout:3702: done (2 left) 2023-10-14T00:14:25.488 INFO:tasks.rados.rados.0.smithi055.stdout:3703: done (1 left) 2023-10-14T00:14:25.489 INFO:tasks.rados.rados.0.smithi055.stdout:3706: delete oid 42 current snap is 365 2023-10-14T00:14:25.491 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 16 v 1541 (ObjNum 113 snap 0 seq_num 44740118) dirty exists 2023-10-14T00:14:25.493 INFO:tasks.rados.rados.0.smithi055.stdout:3705: done (1 left) 2023-10-14T00:14:25.494 INFO:tasks.rados.rados.0.smithi055.stdout:3706: done (0 left) 2023-10-14T00:14:25.494 INFO:tasks.rados.rados.0.smithi055.stdout:3707: rollback oid 27 current snap is 365 2023-10-14T00:14:25.494 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 27 to 347 2023-10-14T00:14:25.494 INFO:tasks.rados.rados.0.smithi055.stdout:3708: snap_remove snap 361 2023-10-14T00:14:25.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:14:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:14:25] "GET /metrics HTTP/1.1" 200 36156 "" "Prometheus/2.43.0" 2023-10-14T00:14:25.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:25 smithi082 ceph-mon[180771]: osdmap e792: 8 total, 8 up, 8 in 2023-10-14T00:14:25.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:25 smithi082 ceph-mon[180771]: pgmap v905: 121 pgs: 121 active+clean; 341 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 4.5 MiB/s rd, 1.8 MiB/s wr, 10 op/s 2023-10-14T00:14:25.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:25 smithi082 ceph-mon[180771]: osdmap e793: 8 total, 8 up, 8 in 2023-10-14T00:14:26.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:25 smithi055 ceph-mon[185614]: osdmap e792: 8 total, 8 up, 8 in 2023-10-14T00:14:26.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:25 smithi055 ceph-mon[185614]: pgmap v905: 121 pgs: 121 active+clean; 341 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 4.5 MiB/s rd, 1.8 MiB/s wr, 10 op/s 2023-10-14T00:14:26.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:25 smithi055 ceph-mon[185614]: osdmap e793: 8 total, 8 up, 8 in 2023-10-14T00:14:26.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:25 smithi055 ceph-mon[183057]: osdmap e792: 8 total, 8 up, 8 in 2023-10-14T00:14:26.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:25 smithi055 ceph-mon[183057]: pgmap v905: 121 pgs: 121 active+clean; 341 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 4.5 MiB/s rd, 1.8 MiB/s wr, 10 op/s 2023-10-14T00:14:26.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:25 smithi055 ceph-mon[183057]: osdmap e793: 8 total, 8 up, 8 in 2023-10-14T00:14:26.499 INFO:tasks.rados.rados.0.smithi055.stdout:3708: done (1 left) 2023-10-14T00:14:26.499 INFO:tasks.rados.rados.0.smithi055.stdout:3709: snap_remove snap 363 2023-10-14T00:14:27.530 INFO:tasks.rados.rados.0.smithi055.stdout:3709: done (1 left) 2023-10-14T00:14:27.530 INFO:tasks.rados.rados.0.smithi055.stdout:3710: setattr oid 11 current snap is 365 2023-10-14T00:14:27.530 INFO:tasks.rados.rados.0.smithi055.stdout:3711: delete oid 16 current snap is 365 2023-10-14T00:14:27.531 INFO:tasks.rados.rados.0.smithi055.stdout:3707: finishing rollback tid 0 to smithi055169533-27 2023-10-14T00:14:27.531 INFO:tasks.rados.rados.0.smithi055.stdout:3707: finishing rollback tid 1 to smithi055169533-27 2023-10-14T00:14:27.531 INFO:tasks.rados.rados.0.smithi055.stdout:3707: finishing rollback tid 2 to smithi055169533-27 2023-10-14T00:14:27.531 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 27 v 2532 (ObjNum 1071 snap 331 seq_num 1071) dirty exists 2023-10-14T00:14:27.534 INFO:tasks.rados.rados.0.smithi055.stdout:3707: done (2 left) 2023-10-14T00:14:27.534 INFO:tasks.rados.rados.0.smithi055.stdout:3711: done (1 left) 2023-10-14T00:14:27.534 INFO:tasks.rados.rados.0.smithi055.stdout:3712: read oid 49 snap -1 2023-10-14T00:14:27.535 INFO:tasks.rados.rados.0.smithi055.stdout:3712: expect (ObjNum 1139 snap 365 seq_num 1139) 2023-10-14T00:14:27.535 INFO:tasks.rados.rados.0.smithi055.stdout:3713: rollback oid 22 current snap is 365 2023-10-14T00:14:27.535 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 22 to 364 2023-10-14T00:14:27.535 INFO:tasks.rados.rados.0.smithi055.stdout:3714: read oid 4 snap -1 2023-10-14T00:14:27.535 INFO:tasks.rados.rados.0.smithi055.stdout:3714: expect (ObjNum 1073 snap 332 seq_num 1073) 2023-10-14T00:14:27.536 INFO:tasks.rados.rados.0.smithi055.stdout:3715: read oid 40 snap -1 2023-10-14T00:14:27.536 INFO:tasks.rados.rados.0.smithi055.stdout:3715: expect (ObjNum 1115 snap 349 seq_num 1115) 2023-10-14T00:14:27.536 INFO:tasks.rados.rados.0.smithi055.stdout:3716: read oid 3 snap -1 2023-10-14T00:14:27.536 INFO:tasks.rados.rados.0.smithi055.stdout:3716: expect (ObjNum 1104 snap 346 seq_num 1104) 2023-10-14T00:14:27.536 INFO:tasks.rados.rados.0.smithi055.stdout:3717: snap_create 2023-10-14T00:14:27.537 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 11 v 2337 (ObjNum 1128 snap 354 seq_num 1128) dirty exists 2023-10-14T00:14:27.550 INFO:tasks.rados.rados.0.smithi055.stdout:3712: expect (ObjNum 1139 snap 365 seq_num 1139) 2023-10-14T00:14:27.613 INFO:tasks.rados.rados.0.smithi055.stdout:3713: finishing rollback tid 1 to smithi055169533-22 2023-10-14T00:14:27.613 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 22 v 2445 (ObjNum 161 snap 0 seq_num 1) dirty dne 2023-10-14T00:14:27.614 INFO:tasks.rados.rados.0.smithi055.stdout:3715: expect (ObjNum 1115 snap 349 seq_num 1115) 2023-10-14T00:14:27.719 INFO:tasks.rados.rados.0.smithi055.stdout:3714: expect (ObjNum 1073 snap 332 seq_num 1073) 2023-10-14T00:14:27.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:27 smithi055 ceph-mon[185614]: osdmap e794: 8 total, 8 up, 8 in 2023-10-14T00:14:27.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:27 smithi055 ceph-mon[185614]: pgmap v908: 121 pgs: 121 active+clean; 347 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 4.5 MiB/s rd, 3.4 MiB/s wr, 11 op/s 2023-10-14T00:14:27.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:27 smithi055 ceph-mon[183057]: osdmap e794: 8 total, 8 up, 8 in 2023-10-14T00:14:27.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:27 smithi055 ceph-mon[183057]: pgmap v908: 121 pgs: 121 active+clean; 347 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 4.5 MiB/s rd, 3.4 MiB/s wr, 11 op/s 2023-10-14T00:14:27.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:27 smithi082 ceph-mon[180771]: osdmap e794: 8 total, 8 up, 8 in 2023-10-14T00:14:27.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:27 smithi082 ceph-mon[180771]: pgmap v908: 121 pgs: 121 active+clean; 347 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 4.5 MiB/s rd, 3.4 MiB/s wr, 11 op/s 2023-10-14T00:14:27.899 INFO:tasks.rados.rados.0.smithi055.stdout:3716: expect (ObjNum 1104 snap 346 seq_num 1104) 2023-10-14T00:14:28.530 INFO:tasks.rados.rados.0.smithi055.stdout:3710: done (6 left) 2023-10-14T00:14:28.531 INFO:tasks.rados.rados.0.smithi055.stdout:3712: done (5 left) 2023-10-14T00:14:28.531 INFO:tasks.rados.rados.0.smithi055.stdout:3713: done (4 left) 2023-10-14T00:14:28.531 INFO:tasks.rados.rados.0.smithi055.stdout:3714: done (3 left) 2023-10-14T00:14:28.531 INFO:tasks.rados.rados.0.smithi055.stdout:3715: done (2 left) 2023-10-14T00:14:28.532 INFO:tasks.rados.rados.0.smithi055.stdout:3716: done (1 left) 2023-10-14T00:14:28.532 INFO:tasks.rados.rados.0.smithi055.stdout:3717: done (0 left) 2023-10-14T00:14:28.532 INFO:tasks.rados.rados.0.smithi055.stdout:3718: delete oid 39 current snap is 366 2023-10-14T00:14:28.536 INFO:tasks.rados.rados.0.smithi055.stdout:3718: done (0 left) 2023-10-14T00:14:28.537 INFO:tasks.rados.rados.0.smithi055.stdout:3719: read oid 44 snap 360 2023-10-14T00:14:28.537 INFO:tasks.rados.rados.0.smithi055.stdout:3719: expect (ObjNum 1102 snap 345 seq_num 1102) 2023-10-14T00:14:28.537 INFO:tasks.rados.rados.0.smithi055.stdout:3720: read oid 10 snap -1 2023-10-14T00:14:28.537 INFO:tasks.rados.rados.0.smithi055.stdout:3720: expect (ObjNum 1069 snap 330 seq_num 1069) 2023-10-14T00:14:28.537 INFO:tasks.rados.rados.0.smithi055.stdout:3721: snap_create 2023-10-14T00:14:28.551 INFO:tasks.rados.rados.0.smithi055.stdout:3719: expect (ObjNum 1102 snap 345 seq_num 1102) 2023-10-14T00:14:28.647 INFO:tasks.rados.rados.0.smithi055.stdout:3720: expect (ObjNum 1069 snap 330 seq_num 1069) 2023-10-14T00:14:28.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:28 smithi082 ceph-mon[180771]: osdmap e795: 8 total, 8 up, 8 in 2023-10-14T00:14:29.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:28 smithi055 ceph-mon[185614]: osdmap e795: 8 total, 8 up, 8 in 2023-10-14T00:14:29.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:28 smithi055 ceph-mon[183057]: osdmap e795: 8 total, 8 up, 8 in 2023-10-14T00:14:29.542 INFO:tasks.rados.rados.0.smithi055.stdout:3719: done (2 left) 2023-10-14T00:14:29.542 INFO:tasks.rados.rados.0.smithi055.stdout:3720: done (1 left) 2023-10-14T00:14:29.542 INFO:tasks.rados.rados.0.smithi055.stdout:3721: done (0 left) 2023-10-14T00:14:29.543 INFO:tasks.rados.rados.0.smithi055.stdout:3722: setattr oid 16 current snap is 367 2023-10-14T00:14:29.544 INFO:tasks.rados.rados.0.smithi055.stdout:3723: read oid 45 snap -1 2023-10-14T00:14:29.544 INFO:tasks.rados.rados.0.smithi055.stdout:3723: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:14:29.544 INFO:tasks.rados.rados.0.smithi055.stdout:3724: read oid 11 snap -1 2023-10-14T00:14:29.545 INFO:tasks.rados.rados.0.smithi055.stdout:3724: expect (ObjNum 1128 snap 354 seq_num 1128) 2023-10-14T00:14:29.545 INFO:tasks.rados.rados.0.smithi055.stdout:3725: rollback oid 10 current snap is 367 2023-10-14T00:14:29.545 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 10 to 364 2023-10-14T00:14:29.545 INFO:tasks.rados.rados.0.smithi055.stdout:3726: read oid 27 snap -1 2023-10-14T00:14:29.545 INFO:tasks.rados.rados.0.smithi055.stdout:3726: expect (ObjNum 1071 snap 331 seq_num 1071) 2023-10-14T00:14:29.546 INFO:tasks.rados.rados.0.smithi055.stdout:3727: read oid 20 snap -1 2023-10-14T00:14:29.546 INFO:tasks.rados.rados.0.smithi055.stdout:3727: expect (ObjNum 1069 snap 330 seq_num 1069) 2023-10-14T00:14:29.546 INFO:tasks.rados.rados.0.smithi055.stdout:3728: copy_from oid 9 from oid 7 current snap is 367 2023-10-14T00:14:29.546 INFO:tasks.rados.rados.0.smithi055.stdout:3729: setattr oid 18 current snap is 367 2023-10-14T00:14:29.547 INFO:tasks.rados.rados.0.smithi055.stdout:3730: delete oid 49 current snap is 367 2023-10-14T00:14:29.549 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 16 v 1543 (ObjNum 161 snap 0 seq_num 1) dirty exists 2023-10-14T00:14:29.553 INFO:tasks.rados.rados.0.smithi055.stdout:3723: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:14:29.556 INFO:tasks.rados.rados.0.smithi055.stdout:3728: finishing copy_from to smithi055169533-9 2023-10-14T00:14:29.556 INFO:tasks.rados.rados.0.smithi055.stdout:3728: got expected ENOENT (src dne) 2023-10-14T00:14:29.556 INFO:tasks.rados.rados.0.smithi055.stdout:3728: finishing copy_from racing read to smithi055169533-9 2023-10-14T00:14:29.560 INFO:tasks.rados.rados.0.smithi055.stdout:3725: finishing rollback tid 0 to smithi055169533-10 2023-10-14T00:14:29.560 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 18 v 2198 (ObjNum 4113 snap 0 seq_num 4294967295) dirty exists 2023-10-14T00:14:29.562 INFO:tasks.rados.rados.0.smithi055.stdout:3722: done (8 left) 2023-10-14T00:14:29.562 INFO:tasks.rados.rados.0.smithi055.stdout:3723: done (7 left) 2023-10-14T00:14:29.563 INFO:tasks.rados.rados.0.smithi055.stdout:3728: done (6 left) 2023-10-14T00:14:29.563 INFO:tasks.rados.rados.0.smithi055.stdout:3729: done (5 left) 2023-10-14T00:14:29.563 INFO:tasks.rados.rados.0.smithi055.stdout:3730: done (4 left) 2023-10-14T00:14:29.563 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 18 current snap is 367 2023-10-14T00:14:29.563 INFO:tasks.rados.rados.0.smithi055.stdout:3731: seq_num 1144 ranges {0=770048,770048=737280,1507328=712704,2220032=155648} 2023-10-14T00:14:29.567 INFO:tasks.rados.rados.0.smithi055.stdout:3731: writing smithi055169533-18 from 0 to 770048 tid 1 2023-10-14T00:14:29.571 INFO:tasks.rados.rados.0.smithi055.stdout:3731: writing smithi055169533-18 from 770048 to 1507328 tid 2 2023-10-14T00:14:29.576 INFO:tasks.rados.rados.0.smithi055.stdout:3731: writing smithi055169533-18 from 1507328 to 2220032 tid 3 2023-10-14T00:14:29.578 INFO:tasks.rados.rados.0.smithi055.stdout:3731: writing smithi055169533-18 from 2220032 to 2375680 tid 4 2023-10-14T00:14:29.578 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 5 current snap is 367 2023-10-14T00:14:29.578 INFO:tasks.rados.rados.0.smithi055.stdout:3732: seq_num 1145 ranges {11141120=786432,11927552=622592,12550144=516096,13066240=417792,13484032=49152} 2023-10-14T00:14:29.645 INFO:tasks.rados.rados.0.smithi055.stdout:3732: writing smithi055169533-5 from 11141120 to 11927552 tid 1 2023-10-14T00:14:29.649 INFO:tasks.rados.rados.0.smithi055.stdout:3732: writing smithi055169533-5 from 11927552 to 12550144 tid 2 2023-10-14T00:14:29.652 INFO:tasks.rados.rados.0.smithi055.stdout:3732: writing smithi055169533-5 from 12550144 to 13066240 tid 3 2023-10-14T00:14:29.655 INFO:tasks.rados.rados.0.smithi055.stdout:3732: writing smithi055169533-5 from 13066240 to 13484032 tid 4 2023-10-14T00:14:29.656 INFO:tasks.rados.rados.0.smithi055.stdout:3732: writing smithi055169533-5 from 13484032 to 13533184 tid 5 2023-10-14T00:14:29.656 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 6 current snap is 367 2023-10-14T00:14:29.656 INFO:tasks.rados.rados.0.smithi055.stdout:3725: finishing rollback tid 1 to smithi055169533-10 2023-10-14T00:14:29.656 INFO:tasks.rados.rados.0.smithi055.stdout:3725: finishing rollback tid 2 to smithi055169533-10 2023-10-14T00:14:29.656 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 10 v 2545 (ObjNum 1069 snap 330 seq_num 1069) dirty exists 2023-10-14T00:14:29.657 INFO:tasks.rados.rados.0.smithi055.stdout:3726: expect (ObjNum 1071 snap 331 seq_num 1071) 2023-10-14T00:14:29.685 INFO:tasks.rados.rados.0.smithi055.stdout:3731: finishing write tid 1 to smithi055169533-18 2023-10-14T00:14:29.685 INFO:tasks.rados.rados.0.smithi055.stdout:3731: finishing write tid 2 to smithi055169533-18 2023-10-14T00:14:29.685 INFO:tasks.rados.rados.0.smithi055.stdout:3731: finishing write tid 3 to smithi055169533-18 2023-10-14T00:14:29.686 INFO:tasks.rados.rados.0.smithi055.stdout:3731: finishing write tid 4 to smithi055169533-18 2023-10-14T00:14:29.686 INFO:tasks.rados.rados.0.smithi055.stdout:3731: finishing write tid 5 to smithi055169533-18 2023-10-14T00:14:29.686 INFO:tasks.rados.rados.0.smithi055.stdout:3724: expect (ObjNum 1128 snap 354 seq_num 1128) 2023-10-14T00:14:29.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:29 smithi082 ceph-mon[180771]: osdmap e796: 8 total, 8 up, 8 in 2023-10-14T00:14:29.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:29 smithi082 ceph-mon[180771]: pgmap v911: 121 pgs: 121 active+clean; 350 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.9 MiB/s rd, 2.2 MiB/s wr, 7 op/s 2023-10-14T00:14:29.963 INFO:tasks.rados.rados.0.smithi055.stdout:3731: finishing write tid 6 to smithi055169533-18 2023-10-14T00:14:29.963 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 18 v 2205 (ObjNum 1144 snap 367 seq_num 1144) dirty exists 2023-10-14T00:14:29.964 INFO:tasks.rados.rados.0.smithi055.stdout:3731: left oid 18 (ObjNum 1144 snap 367 seq_num 1144) 2023-10-14T00:14:29.964 INFO:tasks.rados.rados.0.smithi055.stdout:3727: expect (ObjNum 1069 snap 330 seq_num 1069) 2023-10-14T00:14:30.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:29 smithi055 ceph-mon[185614]: osdmap e796: 8 total, 8 up, 8 in 2023-10-14T00:14:30.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:29 smithi055 ceph-mon[185614]: pgmap v911: 121 pgs: 121 active+clean; 350 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.9 MiB/s rd, 2.2 MiB/s wr, 7 op/s 2023-10-14T00:14:30.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:29 smithi055 ceph-mon[183057]: osdmap e796: 8 total, 8 up, 8 in 2023-10-14T00:14:30.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:29 smithi055 ceph-mon[183057]: pgmap v911: 121 pgs: 121 active+clean; 350 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.9 MiB/s rd, 2.2 MiB/s wr, 7 op/s 2023-10-14T00:14:30.163 INFO:tasks.rados.rados.0.smithi055.stdout:3732: finishing write tid 1 to smithi055169533-5 2023-10-14T00:14:30.164 INFO:tasks.rados.rados.0.smithi055.stdout:3732: finishing write tid 2 to smithi055169533-5 2023-10-14T00:14:30.164 INFO:tasks.rados.rados.0.smithi055.stdout:3732: finishing write tid 3 to smithi055169533-5 2023-10-14T00:14:30.164 INFO:tasks.rados.rados.0.smithi055.stdout:3732: finishing write tid 4 to smithi055169533-5 2023-10-14T00:14:30.164 INFO:tasks.rados.rados.0.smithi055.stdout:3732: finishing write tid 5 to smithi055169533-5 2023-10-14T00:14:30.164 INFO:tasks.rados.rados.0.smithi055.stdout:3732: finishing write tid 6 to smithi055169533-5 2023-10-14T00:14:30.165 INFO:tasks.rados.rados.0.smithi055.stdout:3733: seq_num 1146 ranges {3989504=802816,4792320=499712,5292032=679936,5971968=425984} 2023-10-14T00:14:30.190 INFO:tasks.rados.rados.0.smithi055.stdout:3733: writing smithi055169533-6 from 3989504 to 4792320 tid 1 2023-10-14T00:14:30.192 INFO:tasks.rados.rados.0.smithi055.stdout:3733: writing smithi055169533-6 from 4792320 to 5292032 tid 2 2023-10-14T00:14:30.197 INFO:tasks.rados.rados.0.smithi055.stdout:3733: writing smithi055169533-6 from 5292032 to 5971968 tid 3 2023-10-14T00:14:30.202 INFO:tasks.rados.rados.0.smithi055.stdout:3733: writing smithi055169533-6 from 5971968 to 6397952 tid 4 2023-10-14T00:14:30.202 INFO:tasks.rados.rados.0.smithi055.stdout:3724: done (6 left) 2023-10-14T00:14:30.203 INFO:tasks.rados.rados.0.smithi055.stdout:3725: done (5 left) 2023-10-14T00:14:30.203 INFO:tasks.rados.rados.0.smithi055.stdout:3726: done (4 left) 2023-10-14T00:14:30.203 INFO:tasks.rados.rados.0.smithi055.stdout:3727: done (3 left) 2023-10-14T00:14:30.203 INFO:tasks.rados.rados.0.smithi055.stdout:3731: done (2 left) 2023-10-14T00:14:30.204 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 29 current snap is 367 2023-10-14T00:14:30.204 INFO:tasks.rados.rados.0.smithi055.stdout:3732: finishing write tid 7 to smithi055169533-5 2023-10-14T00:14:30.204 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 5 v 2153 (ObjNum 1145 snap 367 seq_num 1145) dirty exists 2023-10-14T00:14:30.205 INFO:tasks.rados.rados.0.smithi055.stdout:3732: left oid 5 (ObjNum 1145 snap 367 seq_num 1145) 2023-10-14T00:14:30.205 INFO:tasks.rados.rados.0.smithi055.stdout:3733: finishing write tid 1 to smithi055169533-6 2023-10-14T00:14:30.205 INFO:tasks.rados.rados.0.smithi055.stdout:3733: finishing write tid 2 to smithi055169533-6 2023-10-14T00:14:30.206 INFO:tasks.rados.rados.0.smithi055.stdout:3734: seq_num 1147 ranges {11141120=16384} 2023-10-14T00:14:30.263 INFO:tasks.rados.rados.0.smithi055.stdout:3734: writing smithi055169533-29 from 11141120 to 11157504 tid 1 2023-10-14T00:14:30.263 INFO:tasks.rados.rados.0.smithi055.stdout:3732: done (2 left) 2023-10-14T00:14:30.264 INFO:tasks.rados.rados.0.smithi055.stdout:3735: snap_create 2023-10-14T00:14:30.264 INFO:tasks.rados.rados.0.smithi055.stdout:3733: finishing write tid 3 to smithi055169533-6 2023-10-14T00:14:30.264 INFO:tasks.rados.rados.0.smithi055.stdout:3733: finishing write tid 4 to smithi055169533-6 2023-10-14T00:14:30.264 INFO:tasks.rados.rados.0.smithi055.stdout:3733: finishing write tid 5 to smithi055169533-6 2023-10-14T00:14:30.264 INFO:tasks.rados.rados.0.smithi055.stdout:3733: finishing write tid 6 to smithi055169533-6 2023-10-14T00:14:30.264 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 6 v 2160 (ObjNum 1146 snap 367 seq_num 1146) dirty exists 2023-10-14T00:14:30.265 INFO:tasks.rados.rados.0.smithi055.stdout:3733: left oid 6 (ObjNum 1146 snap 367 seq_num 1146) 2023-10-14T00:14:30.266 INFO:tasks.rados.rados.0.smithi055.stdout:3734: finishing write tid 1 to smithi055169533-29 2023-10-14T00:14:30.266 INFO:tasks.rados.rados.0.smithi055.stdout:3734: finishing write tid 2 to smithi055169533-29 2023-10-14T00:14:30.268 INFO:tasks.rados.rados.0.smithi055.stdout:3734: finishing write tid 3 to smithi055169533-29 2023-10-14T00:14:30.268 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 29 v 2134 (ObjNum 1147 snap 367 seq_num 1147) dirty exists 2023-10-14T00:14:30.268 INFO:tasks.rados.rados.0.smithi055.stdout:3734: left oid 29 (ObjNum 1147 snap 367 seq_num 1147) 2023-10-14T00:14:30.486 INFO:tasks.rados.rados.0.smithi055.stdout:3733: done (2 left) 2023-10-14T00:14:30.486 INFO:tasks.rados.rados.0.smithi055.stdout:3734: done (1 left) 2023-10-14T00:14:30.486 INFO:tasks.rados.rados.0.smithi055.stdout:3735: done (0 left) 2023-10-14T00:14:30.487 INFO:tasks.rados.rados.0.smithi055.stdout:3736: read oid 22 snap -1 2023-10-14T00:14:30.487 INFO:tasks.rados.rados.0.smithi055.stdout:3736: expect deleted 2023-10-14T00:14:30.487 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 2 current snap is 368 2023-10-14T00:14:30.487 INFO:tasks.rados.rados.0.smithi055.stdout:3737: seq_num 1148 ranges {0=32768} 2023-10-14T00:14:30.488 INFO:tasks.rados.rados.0.smithi055.stdout:3737: writing smithi055169533-2 from 0 to 32768 tid 1 2023-10-14T00:14:30.488 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 44 current snap is 368 2023-10-14T00:14:30.488 INFO:tasks.rados.rados.0.smithi055.stdout:3738: seq_num 1149 ranges {2850816=49152} 2023-10-14T00:14:30.502 INFO:tasks.rados.rados.0.smithi055.stdout:3738: writing smithi055169533-44 from 2850816 to 2899968 tid 1 2023-10-14T00:14:30.502 INFO:tasks.rados.rados.0.smithi055.stdout:3739: copy_from oid 50 from oid 29 current snap is 368 2023-10-14T00:14:30.502 INFO:tasks.rados.rados.0.smithi055.stdout:3737: finishing write tid 1 to smithi055169533-2 2023-10-14T00:14:30.503 INFO:tasks.rados.rados.0.smithi055.stdout:3737: finishing write tid 2 to smithi055169533-2 2023-10-14T00:14:30.503 INFO:tasks.rados.rados.0.smithi055.stdout:3737: finishing write tid 3 to smithi055169533-2 2023-10-14T00:14:30.503 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 2 v 2155 (ObjNum 1148 snap 368 seq_num 1148) dirty exists 2023-10-14T00:14:30.503 INFO:tasks.rados.rados.0.smithi055.stdout:3737: left oid 2 (ObjNum 1148 snap 368 seq_num 1148) 2023-10-14T00:14:30.503 INFO:tasks.rados.rados.0.smithi055.stdout:3736: done (3 left) 2023-10-14T00:14:30.504 INFO:tasks.rados.rados.0.smithi055.stdout:3737: done (2 left) 2023-10-14T00:14:30.504 INFO:tasks.rados.rados.0.smithi055.stdout:3740: read oid 41 snap 366 2023-10-14T00:14:30.504 INFO:tasks.rados.rados.0.smithi055.stdout:3740: expect (ObjNum 1124 snap 351 seq_num 1124) 2023-10-14T00:14:30.504 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 25 current snap is 368 2023-10-14T00:14:30.504 INFO:tasks.rados.rados.0.smithi055.stdout:3741: seq_num 1150 ranges {7626752=65536} 2023-10-14T00:14:30.546 INFO:tasks.rados.rados.0.smithi055.stdout:3741: writing smithi055169533-25 from 7626752 to 7692288 tid 1 2023-10-14T00:14:30.546 INFO:tasks.rados.rados.0.smithi055.stdout:3742: copy_from oid 4 from oid 26 current snap is 368 2023-10-14T00:14:30.546 INFO:tasks.rados.rados.0.smithi055.stdout:3738: finishing write tid 1 to smithi055169533-44 2023-10-14T00:14:30.546 INFO:tasks.rados.rados.0.smithi055.stdout:3738: finishing write tid 2 to smithi055169533-44 2023-10-14T00:14:30.547 INFO:tasks.rados.rados.0.smithi055.stdout:3738: finishing write tid 3 to smithi055169533-44 2023-10-14T00:14:30.547 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 44 v 2328 (ObjNum 1149 snap 368 seq_num 1149) dirty exists 2023-10-14T00:14:30.547 INFO:tasks.rados.rados.0.smithi055.stdout:3738: left oid 44 (ObjNum 1149 snap 368 seq_num 1149) 2023-10-14T00:14:30.547 INFO:tasks.rados.rados.0.smithi055.stdout:3740: expect (ObjNum 1124 snap 351 seq_num 1124) 2023-10-14T00:14:30.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:30 smithi082 ceph-mon[180771]: osdmap e797: 8 total, 8 up, 8 in 2023-10-14T00:14:30.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:30 smithi082 ceph-mon[180771]: osdmap e798: 8 total, 8 up, 8 in 2023-10-14T00:14:31.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:30 smithi055 ceph-mon[185614]: osdmap e797: 8 total, 8 up, 8 in 2023-10-14T00:14:31.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:30 smithi055 ceph-mon[185614]: osdmap e798: 8 total, 8 up, 8 in 2023-10-14T00:14:31.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:30 smithi055 ceph-mon[183057]: osdmap e797: 8 total, 8 up, 8 in 2023-10-14T00:14:31.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:30 smithi055 ceph-mon[183057]: osdmap e798: 8 total, 8 up, 8 in 2023-10-14T00:14:31.195 INFO:tasks.rados.rados.0.smithi055.stdout:3741: finishing write tid 1 to smithi055169533-25 2023-10-14T00:14:31.195 INFO:tasks.rados.rados.0.smithi055.stdout:3741: finishing write tid 2 to smithi055169533-25 2023-10-14T00:14:31.195 INFO:tasks.rados.rados.0.smithi055.stdout:3738: done (4 left) 2023-10-14T00:14:31.196 INFO:tasks.rados.rados.0.smithi055.stdout:3740: done (3 left) 2023-10-14T00:14:31.196 INFO:tasks.rados.rados.0.smithi055.stdout:3743: snap_remove snap 344 2023-10-14T00:14:31.577 INFO:tasks.rados.rados.0.smithi055.stdout:3743: done (3 left) 2023-10-14T00:14:31.577 INFO:tasks.rados.rados.0.smithi055.stdout:3744: rollback oid 34 current snap is 368 2023-10-14T00:14:31.577 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 34 to 340 2023-10-14T00:14:31.578 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 48 current snap is 368 2023-10-14T00:14:31.578 INFO:tasks.rados.rados.0.smithi055.stdout:3745: seq_num 1151 ranges {10903552=81920} 2023-10-14T00:14:31.633 INFO:tasks.rados.rados.0.smithi055.stdout:3745: writing smithi055169533-48 from 10903552 to 10985472 tid 1 2023-10-14T00:14:31.634 INFO:tasks.rados.rados.0.smithi055.stdout:3746: read oid 44 snap 364 2023-10-14T00:14:31.634 INFO:tasks.rados.rados.0.smithi055.stdout:3746: expect (ObjNum 1104 snap 346 seq_num 1104) 2023-10-14T00:14:31.634 INFO:tasks.rados.rados.0.smithi055.stdout:3747: snap_remove snap 359 2023-10-14T00:14:31.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:31 smithi082 ceph-mon[180771]: pgmap v914: 121 pgs: 121 active+clean; 352 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 22 MiB/s rd, 1.1 MiB/s wr, 17 op/s 2023-10-14T00:14:32.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:31 smithi055 ceph-mon[185614]: pgmap v914: 121 pgs: 121 active+clean; 352 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 22 MiB/s rd, 1.1 MiB/s wr, 17 op/s 2023-10-14T00:14:32.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:31 smithi055 ceph-mon[183057]: pgmap v914: 121 pgs: 121 active+clean; 352 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 22 MiB/s rd, 1.1 MiB/s wr, 17 op/s 2023-10-14T00:14:32.568 INFO:tasks.rados.rados.0.smithi055.stdout:3747: done (6 left) 2023-10-14T00:14:32.569 INFO:tasks.rados.rados.0.smithi055.stdout:3748: copy_from oid 24 from oid 12 current snap is 368 2023-10-14T00:14:32.569 INFO:tasks.rados.rados.0.smithi055.stdout:3741: finishing write tid 3 to smithi055169533-25 2023-10-14T00:14:32.569 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 25 v 2387 (ObjNum 1150 snap 368 seq_num 1150) dirty exists 2023-10-14T00:14:32.569 INFO:tasks.rados.rados.0.smithi055.stdout:3741: left oid 25 (ObjNum 1150 snap 368 seq_num 1150) 2023-10-14T00:14:32.569 INFO:tasks.rados.rados.0.smithi055.stdout:3739: finishing copy_from racing read to smithi055169533-50 2023-10-14T00:14:32.570 INFO:tasks.rados.rados.0.smithi055.stdout:3739: finishing copy_from to smithi055169533-50 2023-10-14T00:14:32.570 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 50 v 2134 (ObjNum 1147 snap 367 seq_num 1147) dirty exists 2023-10-14T00:14:32.570 INFO:tasks.rados.rados.0.smithi055.stdout:3742: finishing copy_from racing read to smithi055169533-4 2023-10-14T00:14:32.570 INFO:tasks.rados.rados.0.smithi055.stdout:3742: finishing copy_from to smithi055169533-4 2023-10-14T00:14:32.570 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 4 v 1895 (ObjNum 1138 snap 364 seq_num 1138) dirty exists 2023-10-14T00:14:32.571 INFO:tasks.rados.rados.0.smithi055.stdout:3744: finishing rollback tid 0 to smithi055169533-34 2023-10-14T00:14:32.571 INFO:tasks.rados.rados.0.smithi055.stdout:3744: finishing rollback tid 1 to smithi055169533-34 2023-10-14T00:14:32.571 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 34 v 2143 (ObjNum 273 snap 0 seq_num 0) dirty dne 2023-10-14T00:14:32.571 INFO:tasks.rados.rados.0.smithi055.stdout:3745: finishing write tid 1 to smithi055169533-48 2023-10-14T00:14:32.571 INFO:tasks.rados.rados.0.smithi055.stdout:3745: finishing write tid 2 to smithi055169533-48 2023-10-14T00:14:32.572 INFO:tasks.rados.rados.0.smithi055.stdout:3745: finishing write tid 3 to smithi055169533-48 2023-10-14T00:14:32.572 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 48 v 2126 (ObjNum 1151 snap 368 seq_num 1151) dirty exists 2023-10-14T00:14:32.572 INFO:tasks.rados.rados.0.smithi055.stdout:3745: left oid 48 (ObjNum 1151 snap 368 seq_num 1151) 2023-10-14T00:14:32.572 INFO:tasks.rados.rados.0.smithi055.stdout:3746: expect (ObjNum 1104 snap 346 seq_num 1104) 2023-10-14T00:14:32.670 INFO:tasks.rados.rados.0.smithi055.stdout:3748: finishing copy_from racing read to smithi055169533-24 2023-10-14T00:14:32.670 INFO:tasks.rados.rados.0.smithi055.stdout:3748: finishing copy_from to smithi055169533-24 2023-10-14T00:14:32.670 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 24 v 2053 (ObjNum 1073 snap 332 seq_num 1073) dirty exists 2023-10-14T00:14:32.671 INFO:tasks.rados.rados.0.smithi055.stdout:3739: done (6 left) 2023-10-14T00:14:32.671 INFO:tasks.rados.rados.0.smithi055.stdout:3741: done (5 left) 2023-10-14T00:14:32.671 INFO:tasks.rados.rados.0.smithi055.stdout:3742: done (4 left) 2023-10-14T00:14:32.671 INFO:tasks.rados.rados.0.smithi055.stdout:3744: done (3 left) 2023-10-14T00:14:32.671 INFO:tasks.rados.rados.0.smithi055.stdout:3745: done (2 left) 2023-10-14T00:14:32.672 INFO:tasks.rados.rados.0.smithi055.stdout:3746: done (1 left) 2023-10-14T00:14:32.672 INFO:tasks.rados.rados.0.smithi055.stdout:3748: done (0 left) 2023-10-14T00:14:32.672 INFO:tasks.rados.rados.0.smithi055.stdout:3749: snap_remove snap 366 2023-10-14T00:14:32.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:32 smithi082 ceph-mon[180771]: osdmap e799: 8 total, 8 up, 8 in 2023-10-14T00:14:33.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:32 smithi055 ceph-mon[185614]: osdmap e799: 8 total, 8 up, 8 in 2023-10-14T00:14:33.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:32 smithi055 ceph-mon[183057]: osdmap e799: 8 total, 8 up, 8 in 2023-10-14T00:14:33.604 INFO:tasks.rados.rados.0.smithi055.stdout:3749: done (0 left) 2023-10-14T00:14:33.604 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 4 current snap is 368 2023-10-14T00:14:33.604 INFO:tasks.rados.rados.0.smithi055.stdout:3750: seq_num 1152 ranges {5398528=98304} 2023-10-14T00:14:33.635 INFO:tasks.rados.rados.0.smithi055.stdout:3750: writing smithi055169533-4 from 5398528 to 5496832 tid 1 2023-10-14T00:14:33.635 INFO:tasks.rados.rados.0.smithi055.stdout:3751: snap_create 2023-10-14T00:14:33.638 INFO:tasks.rados.rados.0.smithi055.stdout:3750: finishing write tid 1 to smithi055169533-4 2023-10-14T00:14:33.639 INFO:tasks.rados.rados.0.smithi055.stdout:3750: finishing write tid 2 to smithi055169533-4 2023-10-14T00:14:33.640 INFO:tasks.rados.rados.0.smithi055.stdout:3750: finishing write tid 3 to smithi055169533-4 2023-10-14T00:14:33.641 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 4 v 2223 (ObjNum 1152 snap 368 seq_num 1152) dirty exists 2023-10-14T00:14:33.641 INFO:tasks.rados.rados.0.smithi055.stdout:3750: left oid 4 (ObjNum 1152 snap 368 seq_num 1152) 2023-10-14T00:14:33.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:33 smithi082 ceph-mon[180771]: osdmap e800: 8 total, 8 up, 8 in 2023-10-14T00:14:33.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:33 smithi082 ceph-mon[180771]: pgmap v917: 121 pgs: 121 active+clean; 354 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 13 MiB/s rd, 1.2 MiB/s wr, 20 op/s 2023-10-14T00:14:34.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:33 smithi055 ceph-mon[185614]: osdmap e800: 8 total, 8 up, 8 in 2023-10-14T00:14:34.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:33 smithi055 ceph-mon[185614]: pgmap v917: 121 pgs: 121 active+clean; 354 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 13 MiB/s rd, 1.2 MiB/s wr, 20 op/s 2023-10-14T00:14:34.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:33 smithi055 ceph-mon[183057]: osdmap e800: 8 total, 8 up, 8 in 2023-10-14T00:14:34.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:33 smithi055 ceph-mon[183057]: pgmap v917: 121 pgs: 121 active+clean; 354 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 13 MiB/s rd, 1.2 MiB/s wr, 20 op/s 2023-10-14T00:14:34.599 INFO:tasks.rados.rados.0.smithi055.stdout:3750: done (1 left) 2023-10-14T00:14:34.600 INFO:tasks.rados.rados.0.smithi055.stdout:3751: done (0 left) 2023-10-14T00:14:34.600 INFO:tasks.rados.rados.0.smithi055.stdout:3752: snap_remove snap 358 2023-10-14T00:14:34.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:34 smithi082 ceph-mon[180771]: osdmap e801: 8 total, 8 up, 8 in 2023-10-14T00:14:35.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:34 smithi055 ceph-mon[185614]: osdmap e801: 8 total, 8 up, 8 in 2023-10-14T00:14:35.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:34 smithi055 ceph-mon[183057]: osdmap e801: 8 total, 8 up, 8 in 2023-10-14T00:14:35.498 INFO:tasks.rados.rados.0.smithi055.stdout:3752: done (0 left) 2023-10-14T00:14:35.498 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 20 current snap is 369 2023-10-14T00:14:35.498 INFO:tasks.rados.rados.0.smithi055.stdout:3753: seq_num 1153 ranges {4530176=114688} 2023-10-14T00:14:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:14:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:14:35] "GET /metrics HTTP/1.1" 200 36156 "" "Prometheus/2.43.0" 2023-10-14T00:14:35.522 INFO:tasks.rados.rados.0.smithi055.stdout:3753: writing smithi055169533-20 from 4530176 to 4644864 tid 1 2023-10-14T00:14:35.523 INFO:tasks.rados.rados.0.smithi055.stdout:3754: read oid 45 snap -1 2023-10-14T00:14:35.523 INFO:tasks.rados.rados.0.smithi055.stdout:3754: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:14:35.523 INFO:tasks.rados.rados.0.smithi055.stdout:3755: snap_remove snap 367 2023-10-14T00:14:35.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:35 smithi082 ceph-mon[180771]: osdmap e802: 8 total, 8 up, 8 in 2023-10-14T00:14:35.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:35 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:14:35.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:35 smithi082 ceph-mon[180771]: pgmap v920: 121 pgs: 121 active+clean; 373 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.9 MiB/s rd, 5.1 MiB/s wr, 23 op/s 2023-10-14T00:14:35.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:35 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:14:35.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:35 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:14:35.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:35 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:14:35.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:35 smithi082 ceph-mon[180771]: osdmap e803: 8 total, 8 up, 8 in 2023-10-14T00:14:36.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:35 smithi055 ceph-mon[183057]: osdmap e802: 8 total, 8 up, 8 in 2023-10-14T00:14:36.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:35 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:14:36.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:35 smithi055 ceph-mon[183057]: pgmap v920: 121 pgs: 121 active+clean; 373 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.9 MiB/s rd, 5.1 MiB/s wr, 23 op/s 2023-10-14T00:14:36.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:35 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:14:36.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:35 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:14:36.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:35 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:14:36.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:35 smithi055 ceph-mon[183057]: osdmap e803: 8 total, 8 up, 8 in 2023-10-14T00:14:36.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:35 smithi055 ceph-mon[185614]: osdmap e802: 8 total, 8 up, 8 in 2023-10-14T00:14:36.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:35 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:14:36.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:35 smithi055 ceph-mon[185614]: pgmap v920: 121 pgs: 121 active+clean; 373 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.9 MiB/s rd, 5.1 MiB/s wr, 23 op/s 2023-10-14T00:14:36.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:35 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:14:36.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:35 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:14:36.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:35 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:14:36.020 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:35 smithi055 ceph-mon[185614]: osdmap e803: 8 total, 8 up, 8 in 2023-10-14T00:14:36.520 INFO:tasks.rados.rados.0.smithi055.stdout:3755: done (2 left) 2023-10-14T00:14:36.520 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 49 current snap is 369 2023-10-14T00:14:36.520 INFO:tasks.rados.rados.0.smithi055.stdout:3756: seq_num 1154 ranges {0=131072} 2023-10-14T00:14:36.520 INFO:tasks.rados.rados.0.smithi055.stdout:3756: writing smithi055169533-49 from 0 to 131072 tid 1 2023-10-14T00:14:36.521 INFO:tasks.rados.rados.0.smithi055.stdout:3757: rmattr oid 30 current snap is 369 2023-10-14T00:14:36.521 INFO:tasks.rados.rados.0.smithi055.stdout:3757: done (3 left) 2023-10-14T00:14:36.521 INFO:tasks.rados.rados.0.smithi055.stdout:3758: setattr oid 6 current snap is 369 2023-10-14T00:14:36.521 INFO:tasks.rados.rados.0.smithi055.stdout:3754: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:14:36.521 INFO:tasks.rados.rados.0.smithi055.stdout:3753: finishing write tid 1 to smithi055169533-20 2023-10-14T00:14:36.522 INFO:tasks.rados.rados.0.smithi055.stdout:3753: finishing write tid 2 to smithi055169533-20 2023-10-14T00:14:36.522 INFO:tasks.rados.rados.0.smithi055.stdout:3753: finishing write tid 3 to smithi055169533-20 2023-10-14T00:14:36.522 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 20 v 2339 (ObjNum 1153 snap 369 seq_num 1153) dirty exists 2023-10-14T00:14:36.522 INFO:tasks.rados.rados.0.smithi055.stdout:3753: left oid 20 (ObjNum 1153 snap 369 seq_num 1153) 2023-10-14T00:14:36.523 INFO:tasks.rados.rados.0.smithi055.stdout:3753: done (3 left) 2023-10-14T00:14:36.523 INFO:tasks.rados.rados.0.smithi055.stdout:3754: done (2 left) 2023-10-14T00:14:36.523 INFO:tasks.rados.rados.0.smithi055.stdout:3759: read oid 44 snap -1 2023-10-14T00:14:36.523 INFO:tasks.rados.rados.0.smithi055.stdout:3759: expect (ObjNum 1149 snap 368 seq_num 1149) 2023-10-14T00:14:36.524 INFO:tasks.rados.rados.0.smithi055.stdout:3760: setattr oid 38 current snap is 369 2023-10-14T00:14:36.524 INFO:tasks.rados.rados.0.smithi055.stdout:3761: snap_remove snap 352 2023-10-14T00:14:37.535 INFO:tasks.rados.rados.0.smithi055.stdout:3761: done (4 left) 2023-10-14T00:14:37.536 INFO:tasks.rados.rados.0.smithi055.stdout:3762: copy_from oid 18 from oid 47 current snap is 369 2023-10-14T00:14:37.536 INFO:tasks.rados.rados.0.smithi055.stdout:3763: snap_remove snap 360 2023-10-14T00:14:37.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:37 smithi082 ceph-mon[180771]: osdmap e804: 8 total, 8 up, 8 in 2023-10-14T00:14:37.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:37 smithi082 ceph-mon[180771]: pgmap v923: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 376 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.9 MiB/s rd, 5.5 MiB/s wr, 16 op/s 2023-10-14T00:14:38.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:37 smithi055 ceph-mon[185614]: osdmap e804: 8 total, 8 up, 8 in 2023-10-14T00:14:38.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:37 smithi055 ceph-mon[185614]: pgmap v923: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 376 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.9 MiB/s rd, 5.5 MiB/s wr, 16 op/s 2023-10-14T00:14:38.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:37 smithi055 ceph-mon[183057]: osdmap e804: 8 total, 8 up, 8 in 2023-10-14T00:14:38.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:37 smithi055 ceph-mon[183057]: pgmap v923: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 376 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.9 MiB/s rd, 5.5 MiB/s wr, 16 op/s 2023-10-14T00:14:38.532 INFO:tasks.rados.rados.0.smithi055.stdout:3763: done (5 left) 2023-10-14T00:14:38.532 INFO:tasks.rados.rados.0.smithi055.stdout:3764: read oid 20 snap -1 2023-10-14T00:14:38.532 INFO:tasks.rados.rados.0.smithi055.stdout:3764: expect (ObjNum 1153 snap 369 seq_num 1153) 2023-10-14T00:14:38.538 INFO:tasks.rados.rados.0.smithi055.stdout:3765: delete oid 32 current snap is 369 2023-10-14T00:14:38.538 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 38 v 2323 (ObjNum 992 snap 315 seq_num 992) dirty exists 2023-10-14T00:14:38.538 INFO:tasks.rados.rados.0.smithi055.stdout:3756: finishing write tid 1 to smithi055169533-49 2023-10-14T00:14:38.538 INFO:tasks.rados.rados.0.smithi055.stdout:3756: finishing write tid 2 to smithi055169533-49 2023-10-14T00:14:38.539 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 6 v 2161 (ObjNum 1146 snap 367 seq_num 1146) dirty exists 2023-10-14T00:14:38.539 INFO:tasks.rados.rados.0.smithi055.stdout:3756: finishing write tid 3 to smithi055169533-49 2023-10-14T00:14:38.539 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 49 v 2227 (ObjNum 1154 snap 369 seq_num 1154) dirty exists 2023-10-14T00:14:38.539 INFO:tasks.rados.rados.0.smithi055.stdout:3756: left oid 49 (ObjNum 1154 snap 369 seq_num 1154) 2023-10-14T00:14:38.539 INFO:tasks.rados.rados.0.smithi055.stdout:3759: expect (ObjNum 1149 snap 368 seq_num 1149) 2023-10-14T00:14:38.685 INFO:tasks.rados.rados.0.smithi055.stdout:3762: finishing copy_from racing read to smithi055169533-18 2023-10-14T00:14:38.685 INFO:tasks.rados.rados.0.smithi055.stdout:3762: finishing copy_from to smithi055169533-18 2023-10-14T00:14:38.685 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 18 v 1775 (ObjNum 1012 snap 318 seq_num 1012) dirty exists 2023-10-14T00:14:38.685 INFO:tasks.rados.rados.0.smithi055.stdout:3756: done (6 left) 2023-10-14T00:14:38.686 INFO:tasks.rados.rados.0.smithi055.stdout:3758: done (5 left) 2023-10-14T00:14:38.686 INFO:tasks.rados.rados.0.smithi055.stdout:3759: done (4 left) 2023-10-14T00:14:38.686 INFO:tasks.rados.rados.0.smithi055.stdout:3760: done (3 left) 2023-10-14T00:14:38.686 INFO:tasks.rados.rados.0.smithi055.stdout:3762: done (2 left) 2023-10-14T00:14:38.687 INFO:tasks.rados.rados.0.smithi055.stdout:3765: done (1 left) 2023-10-14T00:14:38.687 INFO:tasks.rados.rados.0.smithi055.stdout:3766: read oid 31 snap -1 2023-10-14T00:14:38.687 INFO:tasks.rados.rados.0.smithi055.stdout:3766: expect (ObjNum 1092 snap 341 seq_num 1092) 2023-10-14T00:14:38.687 INFO:tasks.rados.rados.0.smithi055.stdout:3767: snap_create 2023-10-14T00:14:38.687 INFO:tasks.rados.rados.0.smithi055.stdout:3764: expect (ObjNum 1153 snap 369 seq_num 1153) 2023-10-14T00:14:38.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:38 smithi082 ceph-mon[180771]: osdmap e805: 8 total, 8 up, 8 in 2023-10-14T00:14:38.973 INFO:tasks.rados.rados.0.smithi055.stdout:3766: expect (ObjNum 1092 snap 341 seq_num 1092) 2023-10-14T00:14:39.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:38 smithi055 ceph-mon[185614]: osdmap e805: 8 total, 8 up, 8 in 2023-10-14T00:14:39.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:38 smithi055 ceph-mon[183057]: osdmap e805: 8 total, 8 up, 8 in 2023-10-14T00:14:39.571 INFO:tasks.rados.rados.0.smithi055.stdout:3764: done (2 left) 2023-10-14T00:14:39.571 INFO:tasks.rados.rados.0.smithi055.stdout:3766: done (1 left) 2023-10-14T00:14:39.571 INFO:tasks.rados.rados.0.smithi055.stdout:3767: done (0 left) 2023-10-14T00:14:39.571 INFO:tasks.rados.rados.0.smithi055.stdout:3768: read oid 23 snap -1 2023-10-14T00:14:39.572 INFO:tasks.rados.rados.0.smithi055.stdout:3768: expect (ObjNum 1104 snap 346 seq_num 1104) 2023-10-14T00:14:39.572 INFO:tasks.rados.rados.0.smithi055.stdout:3769: read oid 45 snap -1 2023-10-14T00:14:39.572 INFO:tasks.rados.rados.0.smithi055.stdout:3769: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:14:39.572 INFO:tasks.rados.rados.0.smithi055.stdout:3770: snap_remove snap 346 2023-10-14T00:14:39.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:39 smithi082 ceph-mon[180771]: osdmap e806: 8 total, 8 up, 8 in 2023-10-14T00:14:39.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:14:39.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:39 smithi082 ceph-mon[180771]: pgmap v926: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 380 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 511 B/s rd, 1.9 MiB/s wr, 7 op/s 2023-10-14T00:14:40.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:39 smithi055 ceph-mon[185614]: osdmap e806: 8 total, 8 up, 8 in 2023-10-14T00:14:40.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:14:40.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:39 smithi055 ceph-mon[185614]: pgmap v926: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 380 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 511 B/s rd, 1.9 MiB/s wr, 7 op/s 2023-10-14T00:14:40.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:39 smithi055 ceph-mon[183057]: osdmap e806: 8 total, 8 up, 8 in 2023-10-14T00:14:40.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:14:40.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:39 smithi055 ceph-mon[183057]: pgmap v926: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 380 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 511 B/s rd, 1.9 MiB/s wr, 7 op/s 2023-10-14T00:14:40.496 INFO:tasks.rados.rados.0.smithi055.stdout:3770: done (2 left) 2023-10-14T00:14:40.497 INFO:tasks.rados.rados.0.smithi055.stdout:3771: snap_create 2023-10-14T00:14:40.504 INFO:tasks.rados.rados.0.smithi055.stdout:3769: expect (ObjNum 0 snap 0 seq_num 0) 2023-10-14T00:14:40.504 INFO:tasks.rados.rados.0.smithi055.stdout:3768: expect (ObjNum 1104 snap 346 seq_num 1104) 2023-10-14T00:14:40.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:40 smithi082 ceph-mon[180771]: osdmap e807: 8 total, 8 up, 8 in 2023-10-14T00:14:40.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:40 smithi082 ceph-mon[180771]: osdmap e808: 8 total, 8 up, 8 in 2023-10-14T00:14:41.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:40 smithi055 ceph-mon[185614]: osdmap e807: 8 total, 8 up, 8 in 2023-10-14T00:14:41.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:40 smithi055 ceph-mon[185614]: osdmap e808: 8 total, 8 up, 8 in 2023-10-14T00:14:41.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:40 smithi055 ceph-mon[183057]: osdmap e807: 8 total, 8 up, 8 in 2023-10-14T00:14:41.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:40 smithi055 ceph-mon[183057]: osdmap e808: 8 total, 8 up, 8 in 2023-10-14T00:14:41.500 INFO:tasks.rados.rados.0.smithi055.stdout:3768: done (2 left) 2023-10-14T00:14:41.500 INFO:tasks.rados.rados.0.smithi055.stdout:3769: done (1 left) 2023-10-14T00:14:41.500 INFO:tasks.rados.rados.0.smithi055.stdout:3771: done (0 left) 2023-10-14T00:14:41.501 INFO:tasks.rados.rados.0.smithi055.stdout:3772: read oid 29 snap -1 2023-10-14T00:14:41.501 INFO:tasks.rados.rados.0.smithi055.stdout:3772: expect (ObjNum 1147 snap 367 seq_num 1147) 2023-10-14T00:14:41.501 INFO:tasks.rados.rados.0.smithi055.stdout:3773: read oid 33 snap 330 2023-10-14T00:14:41.501 INFO:tasks.rados.rados.0.smithi055.stdout:3773: expect (ObjNum 1048 snap 322 seq_num 1048) 2023-10-14T00:14:41.501 INFO:tasks.rados.rados.0.smithi055.stdout:3774: rollback oid 42 current snap is 371 2023-10-14T00:14:41.502 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 42 to 336 2023-10-14T00:14:41.502 INFO:tasks.rados.rados.0.smithi055.stdout:3775: snap_create 2023-10-14T00:14:41.506 INFO:tasks.rados.rados.0.smithi055.stdout:3774: finishing rollback tid 1 to smithi055169533-42 2023-10-14T00:14:41.507 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 42 v 2333 (ObjNum 577 snap 0 seq_num 1765514832) dirty dne 2023-10-14T00:14:41.508 INFO:tasks.rados.rados.0.smithi055.stdout:3773: expect (ObjNum 1048 snap 322 seq_num 1048) 2023-10-14T00:14:41.540 INFO:tasks.rados.rados.0.smithi055.stdout:3772: expect (ObjNum 1147 snap 367 seq_num 1147) 2023-10-14T00:14:41.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:41 smithi082 ceph-mon[180771]: pgmap v929: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 369 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 7.5 MiB/s rd, 1014 KiB/s wr, 16 op/s 2023-10-14T00:14:41.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:41 smithi082 ceph-mon[180771]: osdmap e809: 8 total, 8 up, 8 in 2023-10-14T00:14:42.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:41 smithi055 ceph-mon[183057]: pgmap v929: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 369 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 7.5 MiB/s rd, 1014 KiB/s wr, 16 op/s 2023-10-14T00:14:42.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:41 smithi055 ceph-mon[183057]: osdmap e809: 8 total, 8 up, 8 in 2023-10-14T00:14:42.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:41 smithi055 ceph-mon[185614]: pgmap v929: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 369 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 7.5 MiB/s rd, 1014 KiB/s wr, 16 op/s 2023-10-14T00:14:42.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:41 smithi055 ceph-mon[185614]: osdmap e809: 8 total, 8 up, 8 in 2023-10-14T00:14:42.705 INFO:tasks.rados.rados.0.smithi055.stdout:3772: done (3 left) 2023-10-14T00:14:42.706 INFO:tasks.rados.rados.0.smithi055.stdout:3773: done (2 left) 2023-10-14T00:14:42.706 INFO:tasks.rados.rados.0.smithi055.stdout:3774: done (1 left) 2023-10-14T00:14:42.706 INFO:tasks.rados.rados.0.smithi055.stdout:3775: done (0 left) 2023-10-14T00:14:42.706 INFO:tasks.rados.rados.0.smithi055.stdout:3776: copy_from oid 7 from oid 45 current snap is 372 2023-10-14T00:14:42.706 INFO:tasks.rados.rados.0.smithi055.stdout:3777: snap_remove snap 371 2023-10-14T00:14:43.515 INFO:tasks.rados.rados.0.smithi055.stdout:3777: done (1 left) 2023-10-14T00:14:43.516 INFO:tasks.rados.rados.0.smithi055.stdout:3778: read oid 16 snap 356 2023-10-14T00:14:43.516 INFO:tasks.rados.rados.0.smithi055.stdout:3778: expect (ObjNum 1528661776 snap 21912 seq_num 1528995168) 2023-10-14T00:14:43.516 INFO:tasks.rados.rados.0.smithi055.stdout:3779: copy_from oid 3 from oid 6 current snap is 372 2023-10-14T00:14:43.516 INFO:tasks.rados.rados.0.smithi055.stdout:3776: finishing copy_from racing read to smithi055169533-7 2023-10-14T00:14:43.517 INFO:tasks.rados.rados.0.smithi055.stdout:3776: finishing copy_from to smithi055169533-7 2023-10-14T00:14:43.517 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 7 v 2326 (ObjNum 177 snap 0 seq_num 1) dirty exists 2023-10-14T00:14:43.517 INFO:tasks.rados.rados.0.smithi055.stdout:3776: done (2 left) 2023-10-14T00:14:43.517 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 28 current snap is 372 2023-10-14T00:14:43.517 INFO:tasks.rados.rados.0.smithi055.stdout:3780: seq_num 1156 ranges {12787712=163840} 2023-10-14T00:14:43.589 INFO:tasks.rados.rados.0.smithi055.stdout:3780: writing smithi055169533-28 from 12787712 to 12951552 tid 1 2023-10-14T00:14:43.589 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 42 current snap is 372 2023-10-14T00:14:43.589 INFO:tasks.rados.rados.0.smithi055.stdout:3781: seq_num 1157 ranges {0=180224} 2023-10-14T00:14:43.590 INFO:tasks.rados.rados.0.smithi055.stdout:3781: writing smithi055169533-42 from 0 to 180224 tid 1 2023-10-14T00:14:43.590 INFO:tasks.rados.rados.0.smithi055.stdout:3782: snap_remove snap 370 2023-10-14T00:14:43.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:43 smithi055 ceph-mon[185614]: osdmap e810: 8 total, 8 up, 8 in 2023-10-14T00:14:43.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:43 smithi055 ceph-mon[185614]: pgmap v932: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 367 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 9.6 MiB/s rd, 28 KiB/s wr, 10 op/s 2023-10-14T00:14:43.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:43 smithi055 ceph-mon[183057]: osdmap e810: 8 total, 8 up, 8 in 2023-10-14T00:14:43.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:43 smithi055 ceph-mon[183057]: pgmap v932: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 367 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 9.6 MiB/s rd, 28 KiB/s wr, 10 op/s 2023-10-14T00:14:43.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:43 smithi082 ceph-mon[180771]: osdmap e810: 8 total, 8 up, 8 in 2023-10-14T00:14:43.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:43 smithi082 ceph-mon[180771]: pgmap v932: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 367 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 9.6 MiB/s rd, 28 KiB/s wr, 10 op/s 2023-10-14T00:14:44.535 INFO:tasks.rados.rados.0.smithi055.stdout:3782: done (4 left) 2023-10-14T00:14:44.536 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 1 current snap is 372 2023-10-14T00:14:44.536 INFO:tasks.rados.rados.0.smithi055.stdout:3778: expect (ObjNum 1528661776 snap 21912 seq_num 1528995168) 2023-10-14T00:14:44.536 INFO:tasks.rados.rados.0.smithi055.stdout:3779: finishing copy_from racing read to smithi055169533-3 2023-10-14T00:14:44.537 INFO:tasks.rados.rados.0.smithi055.stdout:3779: finishing copy_from to smithi055169533-3 2023-10-14T00:14:44.537 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 3 v 2161 (ObjNum 1146 snap 367 seq_num 1146) dirty exists 2023-10-14T00:14:44.538 INFO:tasks.rados.rados.0.smithi055.stdout:3780: finishing write tid 1 to smithi055169533-28 2023-10-14T00:14:44.538 INFO:tasks.rados.rados.0.smithi055.stdout:3780: finishing write tid 2 to smithi055169533-28 2023-10-14T00:14:44.538 INFO:tasks.rados.rados.0.smithi055.stdout:3781: finishing write tid 1 to smithi055169533-42 2023-10-14T00:14:44.539 INFO:tasks.rados.rados.0.smithi055.stdout:3781: finishing write tid 2 to smithi055169533-42 2023-10-14T00:14:44.539 INFO:tasks.rados.rados.0.smithi055.stdout:3780: finishing write tid 3 to smithi055169533-28 2023-10-14T00:14:44.539 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 28 v 2246 (ObjNum 1156 snap 372 seq_num 1156) dirty exists 2023-10-14T00:14:44.540 INFO:tasks.rados.rados.0.smithi055.stdout:3780: left oid 28 (ObjNum 1156 snap 372 seq_num 1156) 2023-10-14T00:14:44.540 INFO:tasks.rados.rados.0.smithi055.stdout:3781: finishing write tid 3 to smithi055169533-42 2023-10-14T00:14:44.540 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 42 v 2341 (ObjNum 1157 snap 372 seq_num 1157) dirty exists 2023-10-14T00:14:44.541 INFO:tasks.rados.rados.0.smithi055.stdout:3781: left oid 42 (ObjNum 1157 snap 372 seq_num 1157) 2023-10-14T00:14:44.541 INFO:tasks.rados.rados.0.smithi055.stdout:3783: seq_num 1158 ranges {4104192=196608} 2023-10-14T00:14:44.560 INFO:tasks.rados.rados.0.smithi055.stdout:3783: writing smithi055169533-1 from 4104192 to 4300800 tid 1 2023-10-14T00:14:44.560 INFO:tasks.rados.rados.0.smithi055.stdout:3778: done (4 left) 2023-10-14T00:14:44.560 INFO:tasks.rados.rados.0.smithi055.stdout:3779: done (3 left) 2023-10-14T00:14:44.560 INFO:tasks.rados.rados.0.smithi055.stdout:3780: done (2 left) 2023-10-14T00:14:44.561 INFO:tasks.rados.rados.0.smithi055.stdout:3781: done (1 left) 2023-10-14T00:14:44.561 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 23 current snap is 372 2023-10-14T00:14:44.561 INFO:tasks.rados.rados.0.smithi055.stdout:3784: seq_num 1159 ranges {2850816=212992} 2023-10-14T00:14:44.578 INFO:tasks.rados.rados.0.smithi055.stdout:3784: writing smithi055169533-23 from 2850816 to 3063808 tid 1 2023-10-14T00:14:44.578 INFO:tasks.rados.rados.0.smithi055.stdout:3785: rollback oid 12 current snap is 372 2023-10-14T00:14:44.578 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 12 to 353 2023-10-14T00:14:44.579 INFO:tasks.rados.rados.0.smithi055.stdout:3783: finishing write tid 1 to smithi055169533-1 2023-10-14T00:14:44.579 INFO:tasks.rados.rados.0.smithi055.stdout:3783: finishing write tid 2 to smithi055169533-1 2023-10-14T00:14:44.579 INFO:tasks.rados.rados.0.smithi055.stdout:3783: finishing write tid 3 to smithi055169533-1 2023-10-14T00:14:44.579 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 1 v 1913 (ObjNum 1158 snap 372 seq_num 1158) dirty exists 2023-10-14T00:14:44.579 INFO:tasks.rados.rados.0.smithi055.stdout:3783: left oid 1 (ObjNum 1158 snap 372 seq_num 1158) 2023-10-14T00:14:44.580 INFO:tasks.rados.rados.0.smithi055.stdout:3783: done (2 left) 2023-10-14T00:14:44.580 INFO:tasks.rados.rados.0.smithi055.stdout:3786: read oid 30 snap -1 2023-10-14T00:14:44.580 INFO:tasks.rados.rados.0.smithi055.stdout:3786: expect deleted 2023-10-14T00:14:44.580 INFO:tasks.rados.rados.0.smithi055.stdout:3787: read oid 10 snap -1 2023-10-14T00:14:44.580 INFO:tasks.rados.rados.0.smithi055.stdout:3787: expect (ObjNum 1069 snap 330 seq_num 1069) 2023-10-14T00:14:44.580 INFO:tasks.rados.rados.0.smithi055.stdout:3788: read oid 46 snap -1 2023-10-14T00:14:44.581 INFO:tasks.rados.rados.0.smithi055.stdout:3788: expect (ObjNum 1067 snap 329 seq_num 1067) 2023-10-14T00:14:44.581 INFO:tasks.rados.rados.0.smithi055.stdout:3789: snap_create 2023-10-14T00:14:44.584 INFO:tasks.rados.rados.0.smithi055.stdout:3785: finishing rollback tid 0 to smithi055169533-12 2023-10-14T00:14:44.585 INFO:tasks.rados.rados.0.smithi055.stdout:3785: finishing rollback tid 1 to smithi055169533-12 2023-10-14T00:14:44.585 INFO:tasks.rados.rados.0.smithi055.stdout:3785: finishing rollback tid 2 to smithi055169533-12 2023-10-14T00:14:44.585 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 12 v 2129 (ObjNum 1059 snap 325 seq_num 1059) dirty exists 2023-10-14T00:14:44.587 INFO:tasks.rados.rados.0.smithi055.stdout:3784: finishing write tid 1 to smithi055169533-23 2023-10-14T00:14:44.588 INFO:tasks.rados.rados.0.smithi055.stdout:3784: finishing write tid 2 to smithi055169533-23 2023-10-14T00:14:44.602 INFO:tasks.rados.rados.0.smithi055.stdout:3787: expect (ObjNum 1069 snap 330 seq_num 1069) 2023-10-14T00:14:44.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:44 smithi055 ceph-mon[185614]: osdmap e811: 8 total, 8 up, 8 in 2023-10-14T00:14:44.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:44 smithi055 ceph-mon[183057]: osdmap e811: 8 total, 8 up, 8 in 2023-10-14T00:14:44.804 INFO:tasks.rados.rados.0.smithi055.stdout:3784: finishing write tid 3 to smithi055169533-23 2023-10-14T00:14:44.804 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 23 v 2145 (ObjNum 1159 snap 372 seq_num 1159) dirty exists 2023-10-14T00:14:44.804 INFO:tasks.rados.rados.0.smithi055.stdout:3784: left oid 23 (ObjNum 1159 snap 372 seq_num 1159) 2023-10-14T00:14:44.804 INFO:tasks.rados.rados.0.smithi055.stdout:3788: expect (ObjNum 1067 snap 329 seq_num 1067) 2023-10-14T00:14:44.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:44 smithi082 ceph-mon[180771]: osdmap e811: 8 total, 8 up, 8 in 2023-10-14T00:14:45.490 INFO:tasks.rados.rados.0.smithi055.stdout:3784: done (5 left) 2023-10-14T00:14:45.491 INFO:tasks.rados.rados.0.smithi055.stdout:3785: done (4 left) 2023-10-14T00:14:45.491 INFO:tasks.rados.rados.0.smithi055.stdout:3786: done (3 left) 2023-10-14T00:14:45.491 INFO:tasks.rados.rados.0.smithi055.stdout:3787: done (2 left) 2023-10-14T00:14:45.491 INFO:tasks.rados.rados.0.smithi055.stdout:3788: done (1 left) 2023-10-14T00:14:45.492 INFO:tasks.rados.rados.0.smithi055.stdout:3789: done (0 left) 2023-10-14T00:14:45.492 INFO:tasks.rados.rados.0.smithi055.stdout:3790: read oid 24 snap -1 2023-10-14T00:14:45.492 INFO:tasks.rados.rados.0.smithi055.stdout:3790: expect (ObjNum 1073 snap 332 seq_num 1073) 2023-10-14T00:14:45.492 INFO:tasks.rados.rados.0.smithi055.stdout:3791: rollback oid 39 current snap is 373 2023-10-14T00:14:45.492 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 39 to 336 2023-10-14T00:14:45.493 INFO:tasks.rados.rados.0.smithi055.stdout:3792: snap_remove snap 369 2023-10-14T00:14:45.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:14:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:14:45] "GET /metrics HTTP/1.1" 200 36158 "" "Prometheus/2.43.0" 2023-10-14T00:14:45.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:45 smithi082 ceph-mon[180771]: osdmap e812: 8 total, 8 up, 8 in 2023-10-14T00:14:45.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:45 smithi082 ceph-mon[180771]: pgmap v935: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 374 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 11 MiB/s rd, 1.6 MiB/s wr, 5 op/s 2023-10-14T00:14:45.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:45 smithi082 ceph-mon[180771]: osdmap e813: 8 total, 8 up, 8 in 2023-10-14T00:14:46.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:45 smithi055 ceph-mon[185614]: osdmap e812: 8 total, 8 up, 8 in 2023-10-14T00:14:46.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:45 smithi055 ceph-mon[185614]: pgmap v935: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 374 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 11 MiB/s rd, 1.6 MiB/s wr, 5 op/s 2023-10-14T00:14:46.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:45 smithi055 ceph-mon[185614]: osdmap e813: 8 total, 8 up, 8 in 2023-10-14T00:14:46.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:45 smithi055 ceph-mon[183057]: osdmap e812: 8 total, 8 up, 8 in 2023-10-14T00:14:46.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:45 smithi055 ceph-mon[183057]: pgmap v935: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 374 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 11 MiB/s rd, 1.6 MiB/s wr, 5 op/s 2023-10-14T00:14:46.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:45 smithi055 ceph-mon[183057]: osdmap e813: 8 total, 8 up, 8 in 2023-10-14T00:14:46.495 INFO:tasks.rados.rados.0.smithi055.stdout:3792: done (2 left) 2023-10-14T00:14:46.495 INFO:tasks.rados.rados.0.smithi055.stdout:3793: snap_create 2023-10-14T00:14:46.495 INFO:tasks.rados.rados.0.smithi055.stdout:3791: finishing rollback tid 1 to smithi055169533-39 2023-10-14T00:14:46.496 INFO:tasks.rados.rados.0.smithi055.stdout:3791: finishing rollback tid 2 to smithi055169533-39 2023-10-14T00:14:46.496 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 39 v 2613 (ObjNum 992 snap 315 seq_num 992) dirty exists 2023-10-14T00:14:46.496 INFO:tasks.rados.rados.0.smithi055.stdout:3790: expect (ObjNum 1073 snap 332 seq_num 1073) 2023-10-14T00:14:47.503 INFO:tasks.rados.rados.0.smithi055.stdout:3790: done (2 left) 2023-10-14T00:14:47.504 INFO:tasks.rados.rados.0.smithi055.stdout:3791: done (1 left) 2023-10-14T00:14:47.504 INFO:tasks.rados.rados.0.smithi055.stdout:3793: done (0 left) 2023-10-14T00:14:47.504 INFO:tasks.rados.rados.0.smithi055.stdout:3794: setattr oid 5 current snap is 374 2023-10-14T00:14:47.506 INFO:tasks.rados.rados.0.smithi055.stdout:3795: snap_remove snap 336 2023-10-14T00:14:47.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:47 smithi055 ceph-mon[185614]: osdmap e814: 8 total, 8 up, 8 in 2023-10-14T00:14:47.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:47 smithi055 ceph-mon[185614]: pgmap v938: 121 pgs: 121 active+clean; 379 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 13 MiB/s rd, 1.7 MiB/s wr, 8 op/s 2023-10-14T00:14:47.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:47 smithi055 ceph-mon[183057]: osdmap e814: 8 total, 8 up, 8 in 2023-10-14T00:14:47.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:47 smithi055 ceph-mon[183057]: pgmap v938: 121 pgs: 121 active+clean; 379 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 13 MiB/s rd, 1.7 MiB/s wr, 8 op/s 2023-10-14T00:14:47.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:47 smithi082 ceph-mon[180771]: osdmap e814: 8 total, 8 up, 8 in 2023-10-14T00:14:47.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:47 smithi082 ceph-mon[180771]: pgmap v938: 121 pgs: 121 active+clean; 379 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 13 MiB/s rd, 1.7 MiB/s wr, 8 op/s 2023-10-14T00:14:48.509 INFO:tasks.rados.rados.0.smithi055.stdout:3795: done (1 left) 2023-10-14T00:14:48.510 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 36 current snap is 374 2023-10-14T00:14:48.510 INFO:tasks.rados.rados.0.smithi055.stdout:3796: seq_num 1160 ranges {4284416=229376} 2023-10-14T00:14:48.534 INFO:tasks.rados.rados.0.smithi055.stdout:3796: writing smithi055169533-36 from 4284416 to 4513792 tid 1 2023-10-14T00:14:48.535 INFO:tasks.rados.rados.0.smithi055.stdout:3797: setattr oid 31 current snap is 374 2023-10-14T00:14:48.535 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 5 v 2156 (ObjNum 1145 snap 367 seq_num 1145) dirty exists 2023-10-14T00:14:48.541 INFO:tasks.rados.rados.0.smithi055.stdout:3794: done (2 left) 2023-10-14T00:14:48.541 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 26 current snap is 374 2023-10-14T00:14:48.541 INFO:tasks.rados.rados.0.smithi055.stdout:3798: seq_num 1161 ranges {5398528=245760} 2023-10-14T00:14:48.568 INFO:tasks.rados.rados.0.smithi055.stdout:3798: writing smithi055169533-26 from 5398528 to 5644288 tid 1 2023-10-14T00:14:48.569 INFO:tasks.rados.rados.0.smithi055.stdout:3799: snap_create 2023-10-14T00:14:48.569 INFO:tasks.rados.rados.0.smithi055.stdout:3796: finishing write tid 1 to smithi055169533-36 2023-10-14T00:14:48.569 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 31 v 2157 (ObjNum 1092 snap 341 seq_num 1092) dirty exists 2023-10-14T00:14:48.569 INFO:tasks.rados.rados.0.smithi055.stdout:3796: finishing write tid 2 to smithi055169533-36 2023-10-14T00:14:48.569 INFO:tasks.rados.rados.0.smithi055.stdout:3796: finishing write tid 3 to smithi055169533-36 2023-10-14T00:14:48.570 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 36 v 2325 (ObjNum 1160 snap 374 seq_num 1160) dirty exists 2023-10-14T00:14:48.570 INFO:tasks.rados.rados.0.smithi055.stdout:3796: left oid 36 (ObjNum 1160 snap 374 seq_num 1160) 2023-10-14T00:14:48.572 INFO:tasks.rados.rados.0.smithi055.stdout:3798: finishing write tid 1 to smithi055169533-26 2023-10-14T00:14:48.572 INFO:tasks.rados.rados.0.smithi055.stdout:3798: finishing write tid 2 to smithi055169533-26 2023-10-14T00:14:48.573 INFO:tasks.rados.rados.0.smithi055.stdout:3798: finishing write tid 3 to smithi055169533-26 2023-10-14T00:14:48.573 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 26 v 1897 (ObjNum 1161 snap 374 seq_num 1161) dirty exists 2023-10-14T00:14:48.573 INFO:tasks.rados.rados.0.smithi055.stdout:3798: left oid 26 (ObjNum 1161 snap 374 seq_num 1161) 2023-10-14T00:14:48.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:48 smithi082 ceph-mon[180771]: osdmap e815: 8 total, 8 up, 8 in 2023-10-14T00:14:49.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:48 smithi055 ceph-mon[185614]: osdmap e815: 8 total, 8 up, 8 in 2023-10-14T00:14:49.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:48 smithi055 ceph-mon[183057]: osdmap e815: 8 total, 8 up, 8 in 2023-10-14T00:14:49.541 INFO:tasks.rados.rados.0.smithi055.stdout:3796: done (3 left) 2023-10-14T00:14:49.541 INFO:tasks.rados.rados.0.smithi055.stdout:3797: done (2 left) 2023-10-14T00:14:49.541 INFO:tasks.rados.rados.0.smithi055.stdout:3798: done (1 left) 2023-10-14T00:14:49.542 INFO:tasks.rados.rados.0.smithi055.stdout:3799: done (0 left) 2023-10-14T00:14:49.542 INFO:tasks.rados.rados.0.smithi055.stdout:3800: rollback oid 46 current snap is 375 2023-10-14T00:14:49.543 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 46 to 347 2023-10-14T00:14:49.543 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 48 current snap is 375 2023-10-14T00:14:49.543 INFO:tasks.rados.rados.0.smithi055.stdout:3801: seq_num 1162 ranges {10985472=270336} 2023-10-14T00:14:49.605 INFO:tasks.rados.rados.0.smithi055.stdout:3801: writing smithi055169533-48 from 10985472 to 11255808 tid 1 2023-10-14T00:14:49.605 INFO:tasks.rados.rados.0.smithi055.stdout:3802: read oid 33 snap -1 2023-10-14T00:14:49.605 INFO:tasks.rados.rados.0.smithi055.stdout:3802: expect (ObjNum 1077 snap 332 seq_num 1077) 2023-10-14T00:14:49.605 INFO:tasks.rados.rados.0.smithi055.stdout:3803: setattr oid 14 current snap is 375 2023-10-14T00:14:49.606 INFO:tasks.rados.rados.0.smithi055.stdout:3800: finishing rollback tid 0 to smithi055169533-46 2023-10-14T00:14:49.606 INFO:tasks.rados.rados.0.smithi055.stdout:3800: finishing rollback tid 1 to smithi055169533-46 2023-10-14T00:14:49.606 INFO:tasks.rados.rados.0.smithi055.stdout:3800: finishing rollback tid 2 to smithi055169533-46 2023-10-14T00:14:49.606 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 46 v 2148 (ObjNum 1067 snap 329 seq_num 1067) dirty exists 2023-10-14T00:14:49.607 INFO:tasks.rados.rados.0.smithi055.stdout:3800: done (3 left) 2023-10-14T00:14:49.607 INFO:tasks.rados.rados.0.smithi055.stdout:3804: read oid 3 snap -1 2023-10-14T00:14:49.607 INFO:tasks.rados.rados.0.smithi055.stdout:3804: expect (ObjNum 1146 snap 367 seq_num 1146) 2023-10-14T00:14:49.608 INFO:tasks.rados.rados.0.smithi055.stdout:3805: read oid 12 snap -1 2023-10-14T00:14:49.608 INFO:tasks.rados.rados.0.smithi055.stdout:3805: expect (ObjNum 1059 snap 325 seq_num 1059) 2023-10-14T00:14:49.608 INFO:tasks.rados.rados.0.smithi055.stdout:3806: read oid 34 snap -1 2023-10-14T00:14:49.608 INFO:tasks.rados.rados.0.smithi055.stdout:3806: expect deleted 2023-10-14T00:14:49.608 INFO:tasks.rados.rados.0.smithi055.stdout:3807: setattr oid 40 current snap is 375 2023-10-14T00:14:49.613 INFO:tasks.rados.rados.0.smithi055.stdout:3808: rmattr oid 8 current snap is 375 2023-10-14T00:14:49.613 INFO:tasks.rados.rados.0.smithi055.stdout:3808: done (7 left) 2023-10-14T00:14:49.613 INFO:tasks.rados.rados.0.smithi055.stdout:3809: read oid 47 snap 368 2023-10-14T00:14:49.613 INFO:tasks.rados.rados.0.smithi055.stdout:3809: expect (ObjNum 1012 snap 318 seq_num 1012) 2023-10-14T00:14:49.613 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 35 current snap is 375 2023-10-14T00:14:49.614 INFO:tasks.rados.rados.0.smithi055.stdout:3810: seq_num 1163 ranges {2850816=286720} 2023-10-14T00:14:49.629 INFO:tasks.rados.rados.0.smithi055.stdout:3810: writing smithi055169533-35 from 2850816 to 3137536 tid 1 2023-10-14T00:14:49.629 INFO:tasks.rados.rados.0.smithi055.stdout:3811: delete oid 10 current snap is 375 2023-10-14T00:14:49.642 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 14 v 2162 (ObjNum 1087 snap 336 seq_num 1087) dirty exists 2023-10-14T00:14:49.642 INFO:tasks.rados.rados.0.smithi055.stdout:3802: expect (ObjNum 1077 snap 332 seq_num 1077) 2023-10-14T00:14:49.702 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 40 v 2326 (ObjNum 1115 snap 349 seq_num 1115) dirty exists 2023-10-14T00:14:49.703 INFO:tasks.rados.rados.0.smithi055.stdout:3802: done (9 left) 2023-10-14T00:14:49.703 INFO:tasks.rados.rados.0.smithi055.stdout:3803: done (8 left) 2023-10-14T00:14:49.703 INFO:tasks.rados.rados.0.smithi055.stdout:3806: done (7 left) 2023-10-14T00:14:49.703 INFO:tasks.rados.rados.0.smithi055.stdout:3807: done (6 left) 2023-10-14T00:14:49.703 INFO:tasks.rados.rados.0.smithi055.stdout:3811: done (5 left) 2023-10-14T00:14:49.704 INFO:tasks.rados.rados.0.smithi055.stdout:3812: delete oid 6 current snap is 375 2023-10-14T00:14:49.704 INFO:tasks.rados.rados.0.smithi055.stdout:3810: finishing write tid 1 to smithi055169533-35 2023-10-14T00:14:49.704 INFO:tasks.rados.rados.0.smithi055.stdout:3810: finishing write tid 2 to smithi055169533-35 2023-10-14T00:14:49.704 INFO:tasks.rados.rados.0.smithi055.stdout:3804: expect (ObjNum 1146 snap 367 seq_num 1146) 2023-10-14T00:14:49.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:49 smithi082 ceph-mon[180771]: osdmap e816: 8 total, 8 up, 8 in 2023-10-14T00:14:49.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:49 smithi082 ceph-mon[180771]: pgmap v941: 121 pgs: 121 active+clean; 380 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.7 MiB/s rd, 260 KiB/s wr, 6 op/s 2023-10-14T00:14:50.013 INFO:tasks.rados.rados.0.smithi055.stdout:3810: finishing write tid 3 to smithi055169533-35 2023-10-14T00:14:50.013 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 35 v 2628 (ObjNum 1163 snap 375 seq_num 1163) dirty exists 2023-10-14T00:14:50.014 INFO:tasks.rados.rados.0.smithi055.stdout:3810: left oid 35 (ObjNum 1163 snap 375 seq_num 1163) 2023-10-14T00:14:50.014 INFO:tasks.rados.rados.0.smithi055.stdout:3805: expect (ObjNum 1059 snap 325 seq_num 1059) 2023-10-14T00:14:50.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:49 smithi055 ceph-mon[185614]: osdmap e816: 8 total, 8 up, 8 in 2023-10-14T00:14:50.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:49 smithi055 ceph-mon[185614]: pgmap v941: 121 pgs: 121 active+clean; 380 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.7 MiB/s rd, 260 KiB/s wr, 6 op/s 2023-10-14T00:14:50.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:49 smithi055 ceph-mon[183057]: osdmap e816: 8 total, 8 up, 8 in 2023-10-14T00:14:50.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:49 smithi055 ceph-mon[183057]: pgmap v941: 121 pgs: 121 active+clean; 380 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.7 MiB/s rd, 260 KiB/s wr, 6 op/s 2023-10-14T00:14:50.341 INFO:tasks.rados.rados.0.smithi055.stdout:3801: finishing write tid 1 to smithi055169533-48 2023-10-14T00:14:50.341 INFO:tasks.rados.rados.0.smithi055.stdout:3801: finishing write tid 2 to smithi055169533-48 2023-10-14T00:14:50.341 INFO:tasks.rados.rados.0.smithi055.stdout:3809: expect (ObjNum 1012 snap 318 seq_num 1012) 2023-10-14T00:14:50.548 INFO:tasks.rados.rados.0.smithi055.stdout:3801: finishing write tid 3 to smithi055169533-48 2023-10-14T00:14:50.549 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 48 v 2131 (ObjNum 1162 snap 375 seq_num 1162) dirty exists 2023-10-14T00:14:50.549 INFO:tasks.rados.rados.0.smithi055.stdout:3801: left oid 48 (ObjNum 1162 snap 375 seq_num 1162) 2023-10-14T00:14:50.549 INFO:tasks.rados.rados.0.smithi055.stdout:3801: done (5 left) 2023-10-14T00:14:50.549 INFO:tasks.rados.rados.0.smithi055.stdout:3804: done (4 left) 2023-10-14T00:14:50.549 INFO:tasks.rados.rados.0.smithi055.stdout:3805: done (3 left) 2023-10-14T00:14:50.550 INFO:tasks.rados.rados.0.smithi055.stdout:3809: done (2 left) 2023-10-14T00:14:50.550 INFO:tasks.rados.rados.0.smithi055.stdout:3810: done (1 left) 2023-10-14T00:14:50.550 INFO:tasks.rados.rados.0.smithi055.stdout:3812: done (0 left) 2023-10-14T00:14:50.550 INFO:tasks.rados.rados.0.smithi055.stdout:3813: delete oid 14 current snap is 375 2023-10-14T00:14:50.551 INFO:tasks.rados.rados.0.smithi055.stdout:3813: done (0 left) 2023-10-14T00:14:50.551 INFO:tasks.rados.rados.0.smithi055.stdout:3814: snap_create 2023-10-14T00:14:50.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:50 smithi082 ceph-mon[180771]: osdmap e817: 8 total, 8 up, 8 in 2023-10-14T00:14:50.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:50 smithi082 ceph-mon[180771]: osdmap e818: 8 total, 8 up, 8 in 2023-10-14T00:14:51.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:50 smithi055 ceph-mon[185614]: osdmap e817: 8 total, 8 up, 8 in 2023-10-14T00:14:51.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:50 smithi055 ceph-mon[185614]: osdmap e818: 8 total, 8 up, 8 in 2023-10-14T00:14:51.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:50 smithi055 ceph-mon[183057]: osdmap e817: 8 total, 8 up, 8 in 2023-10-14T00:14:51.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:50 smithi055 ceph-mon[183057]: osdmap e818: 8 total, 8 up, 8 in 2023-10-14T00:14:51.547 INFO:tasks.rados.rados.0.smithi055.stdout:3814: done (0 left) 2023-10-14T00:14:51.547 INFO:tasks.rados.rados.0.smithi055.stdout:3815: copy_from oid 1 from oid 28 current snap is 376 2023-10-14T00:14:51.547 INFO:tasks.rados.rados.0.smithi055.stdout:3816: delete oid 34 current snap is 376 2023-10-14T00:14:51.553 INFO:tasks.rados.rados.0.smithi055.stdout:3816: done (1 left) 2023-10-14T00:14:51.554 INFO:tasks.rados.rados.0.smithi055.stdout:3817: snap_create 2023-10-14T00:14:51.594 INFO:tasks.rados.rados.0.smithi055.stdout:3815: finishing copy_from racing read to smithi055169533-1 2023-10-14T00:14:51.595 INFO:tasks.rados.rados.0.smithi055.stdout:3815: finishing copy_from to smithi055169533-1 2023-10-14T00:14:51.596 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 1 v 2246 (ObjNum 1156 snap 372 seq_num 1156) dirty exists 2023-10-14T00:14:51.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:51 smithi082 ceph-mon[180771]: pgmap v944: 121 pgs: 121 active+clean; 385 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 13 MiB/s rd, 230 KiB/s wr, 12 op/s 2023-10-14T00:14:52.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:51 smithi055 ceph-mon[183057]: pgmap v944: 121 pgs: 121 active+clean; 385 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 13 MiB/s rd, 230 KiB/s wr, 12 op/s 2023-10-14T00:14:52.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:51 smithi055 ceph-mon[185614]: pgmap v944: 121 pgs: 121 active+clean; 385 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 13 MiB/s rd, 230 KiB/s wr, 12 op/s 2023-10-14T00:14:52.547 INFO:tasks.rados.rados.0.smithi055.stdout:3815: done (1 left) 2023-10-14T00:14:52.548 INFO:tasks.rados.rados.0.smithi055.stdout:3817: done (0 left) 2023-10-14T00:14:52.548 INFO:tasks.rados.rados.0.smithi055.stdout:3818: copy_from oid 44 from oid 13 current snap is 377 2023-10-14T00:14:52.548 INFO:tasks.rados.rados.0.smithi055.stdout:3819: snap_remove snap 347 2023-10-14T00:14:52.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:52 smithi082 ceph-mon[180771]: osdmap e819: 8 total, 8 up, 8 in 2023-10-14T00:14:53.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:52 smithi055 ceph-mon[183057]: osdmap e819: 8 total, 8 up, 8 in 2023-10-14T00:14:53.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:52 smithi055 ceph-mon[185614]: osdmap e819: 8 total, 8 up, 8 in 2023-10-14T00:14:53.554 INFO:tasks.rados.rados.0.smithi055.stdout:3819: done (1 left) 2023-10-14T00:14:53.554 INFO:tasks.rados.rados.0.smithi055.stdout:3820: copy_from oid 12 from oid 17 current snap is 377 2023-10-14T00:14:53.555 INFO:tasks.rados.rados.0.smithi055.stdout:3818: finishing copy_from racing read to smithi055169533-44 2023-10-14T00:14:53.555 INFO:tasks.rados.rados.0.smithi055.stdout:3818: finishing copy_from to smithi055169533-44 2023-10-14T00:14:53.555 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 44 v 1903 (ObjNum 1121 snap 349 seq_num 1121) dirty exists 2023-10-14T00:14:53.555 INFO:tasks.rados.rados.0.smithi055.stdout:3818: done (1 left) 2023-10-14T00:14:53.555 INFO:tasks.rados.rados.0.smithi055.stdout:3821: delete oid 2 current snap is 377 2023-10-14T00:14:53.566 INFO:tasks.rados.rados.0.smithi055.stdout:3821: done (1 left) 2023-10-14T00:14:53.566 INFO:tasks.rados.rados.0.smithi055.stdout:3822: read oid 47 snap -1 2023-10-14T00:14:53.566 INFO:tasks.rados.rados.0.smithi055.stdout:3822: expect (ObjNum 1012 snap 318 seq_num 1012) 2023-10-14T00:14:53.566 INFO:tasks.rados.rados.0.smithi055.stdout:3823: snap_remove snap 340 2023-10-14T00:14:53.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:53 smithi082 ceph-mon[180771]: osdmap e820: 8 total, 8 up, 8 in 2023-10-14T00:14:53.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:53 smithi082 ceph-mon[180771]: pgmap v947: 121 pgs: 121 active+clean; 385 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 13 MiB/s rd, 66 KiB/s wr, 20 op/s 2023-10-14T00:14:54.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:53 smithi055 ceph-mon[185614]: osdmap e820: 8 total, 8 up, 8 in 2023-10-14T00:14:54.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:53 smithi055 ceph-mon[185614]: pgmap v947: 121 pgs: 121 active+clean; 385 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 13 MiB/s rd, 66 KiB/s wr, 20 op/s 2023-10-14T00:14:54.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:53 smithi055 ceph-mon[183057]: osdmap e820: 8 total, 8 up, 8 in 2023-10-14T00:14:54.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:53 smithi055 ceph-mon[183057]: pgmap v947: 121 pgs: 121 active+clean; 385 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 13 MiB/s rd, 66 KiB/s wr, 20 op/s 2023-10-14T00:14:54.570 INFO:tasks.rados.rados.0.smithi055.stdout:3823: done (2 left) 2023-10-14T00:14:54.570 INFO:tasks.rados.rados.0.smithi055.stdout:3824: copy_from oid 46 from oid 15 current snap is 377 2023-10-14T00:14:54.570 INFO:tasks.rados.rados.0.smithi055.stdout:3825: read oid 6 snap 362 2023-10-14T00:14:54.571 INFO:tasks.rados.rados.0.smithi055.stdout:3825: expect (ObjNum 1073 snap 332 seq_num 1073) 2023-10-14T00:14:54.571 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 42 current snap is 377 2023-10-14T00:14:54.571 INFO:tasks.rados.rados.0.smithi055.stdout:3826: seq_num 1169 ranges {180224=385024} 2023-10-14T00:14:54.572 INFO:tasks.rados.rados.0.smithi055.stdout:3826: writing smithi055169533-42 from 180224 to 565248 tid 1 2023-10-14T00:14:54.572 INFO:tasks.rados.rados.0.smithi055.stdout:3827: rollback oid 22 current snap is 377 2023-10-14T00:14:54.572 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 22 to 330 2023-10-14T00:14:54.573 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 39 current snap is 377 2023-10-14T00:14:54.573 INFO:tasks.rados.rados.0.smithi055.stdout:3828: seq_num 1170 ranges {4366336=401408} 2023-10-14T00:14:54.601 INFO:tasks.rados.rados.0.smithi055.stdout:3828: writing smithi055169533-39 from 4366336 to 4767744 tid 1 2023-10-14T00:14:54.601 INFO:tasks.rados.rados.0.smithi055.stdout:3829: read oid 28 snap -1 2023-10-14T00:14:54.602 INFO:tasks.rados.rados.0.smithi055.stdout:3829: expect (ObjNum 1156 snap 372 seq_num 1156) 2023-10-14T00:14:54.602 INFO:tasks.rados.rados.0.smithi055.stdout:3830: read oid 11 snap -1 2023-10-14T00:14:54.602 INFO:tasks.rados.rados.0.smithi055.stdout:3830: expect (ObjNum 1128 snap 354 seq_num 1128) 2023-10-14T00:14:54.603 INFO:tasks.rados.rados.0.smithi055.stdout:3831: rollback oid 24 current snap is 377 2023-10-14T00:14:54.603 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 24 to 373 2023-10-14T00:14:54.603 INFO:tasks.rados.rados.0.smithi055.stdout:3832: copy_from oid 13 from oid 14 current snap is 377 2023-10-14T00:14:54.603 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 2 current snap is 377 2023-10-14T00:14:54.603 INFO:tasks.rados.rados.0.smithi055.stdout:3833: seq_num 1171 ranges {0=417792} 2023-10-14T00:14:54.604 INFO:tasks.rados.rados.0.smithi055.stdout:3833: writing smithi055169533-2 from 0 to 417792 tid 1 2023-10-14T00:14:54.605 INFO:tasks.rados.rados.0.smithi055.stdout:3834: delete oid 8 current snap is 377 2023-10-14T00:14:54.605 INFO:tasks.rados.rados.0.smithi055.stdout:3820: finishing copy_from racing read to smithi055169533-12 2023-10-14T00:14:54.605 INFO:tasks.rados.rados.0.smithi055.stdout:3820: finishing copy_from to smithi055169533-12 2023-10-14T00:14:54.605 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 12 v 2463 (ObjNum 1023 snap 318 seq_num 1023) dirty exists 2023-10-14T00:14:54.605 INFO:tasks.rados.rados.0.smithi055.stdout:3822: expect (ObjNum 1012 snap 318 seq_num 1012) 2023-10-14T00:14:54.825 INFO:tasks.rados.rados.0.smithi055.stdout:3827: finishing rollback tid 1 to smithi055169533-22 2023-10-14T00:14:54.825 INFO:tasks.rados.rados.0.smithi055.stdout:3827: finishing rollback tid 2 to smithi055169533-22 2023-10-14T00:14:54.825 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 22 v 2650 (ObjNum 1058 snap 325 seq_num 1058) dirty exists 2023-10-14T00:14:54.826 INFO:tasks.rados.rados.0.smithi055.stdout:3820: done (12 left) 2023-10-14T00:14:54.826 INFO:tasks.rados.rados.0.smithi055.stdout:3822: done (11 left) 2023-10-14T00:14:54.826 INFO:tasks.rados.rados.0.smithi055.stdout:3827: done (10 left) 2023-10-14T00:14:54.826 INFO:tasks.rados.rados.0.smithi055.stdout:3834: done (9 left) 2023-10-14T00:14:54.826 INFO:tasks.rados.rados.0.smithi055.stdout:3835: copy_from oid 37 from oid 33 current snap is 377 2023-10-14T00:14:54.827 INFO:tasks.rados.rados.0.smithi055.stdout:3826: finishing write tid 1 to smithi055169533-42 2023-10-14T00:14:54.827 INFO:tasks.rados.rados.0.smithi055.stdout:3825: expect (ObjNum 1073 snap 332 seq_num 1073) 2023-10-14T00:14:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:54 smithi082 ceph-mon[180771]: osdmap e821: 8 total, 8 up, 8 in 2023-10-14T00:14:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:14:54.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:54 smithi082 ceph-mon[180771]: osdmap e822: 8 total, 8 up, 8 in 2023-10-14T00:14:55.006 INFO:tasks.rados.rados.0.smithi055.stdout:3826: finishing write tid 2 to smithi055169533-42 2023-10-14T00:14:55.007 INFO:tasks.rados.rados.0.smithi055.stdout:3826: finishing write tid 3 to smithi055169533-42 2023-10-14T00:14:55.007 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 42 v 2343 (ObjNum 1169 snap 377 seq_num 1169) dirty exists 2023-10-14T00:14:55.007 INFO:tasks.rados.rados.0.smithi055.stdout:3826: left oid 42 (ObjNum 1169 snap 377 seq_num 1169) 2023-10-14T00:14:55.008 INFO:tasks.rados.rados.0.smithi055.stdout:3831: finishing rollback tid 0 to smithi055169533-24 2023-10-14T00:14:55.008 INFO:tasks.rados.rados.0.smithi055.stdout:3833: finishing write tid 1 to smithi055169533-2 2023-10-14T00:14:55.008 INFO:tasks.rados.rados.0.smithi055.stdout:3833: finishing write tid 2 to smithi055169533-2 2023-10-14T00:14:55.008 INFO:tasks.rados.rados.0.smithi055.stdout:3828: finishing write tid 1 to smithi055169533-39 2023-10-14T00:14:55.009 INFO:tasks.rados.rados.0.smithi055.stdout:3825: done (9 left) 2023-10-14T00:14:55.009 INFO:tasks.rados.rados.0.smithi055.stdout:3826: done (8 left) 2023-10-14T00:14:55.009 INFO:tasks.rados.rados.0.smithi055.stdout:3836: snap_create 2023-10-14T00:14:55.009 INFO:tasks.rados.rados.0.smithi055.stdout:3828: finishing write tid 2 to smithi055169533-39 2023-10-14T00:14:55.009 INFO:tasks.rados.rados.0.smithi055.stdout:3833: finishing write tid 3 to smithi055169533-2 2023-10-14T00:14:55.010 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 2 v 2160 (ObjNum 1171 snap 377 seq_num 1171) dirty exists 2023-10-14T00:14:55.010 INFO:tasks.rados.rados.0.smithi055.stdout:3833: left oid 2 (ObjNum 1171 snap 377 seq_num 1171) 2023-10-14T00:14:55.010 INFO:tasks.rados.rados.0.smithi055.stdout:3832: finishing copy_from to smithi055169533-13 2023-10-14T00:14:55.010 INFO:tasks.rados.rados.0.smithi055.stdout:3832: got expected ENOENT (src dne) 2023-10-14T00:14:55.011 INFO:tasks.rados.rados.0.smithi055.stdout:3832: finishing copy_from racing read to smithi055169533-13 2023-10-14T00:14:55.011 INFO:tasks.rados.rados.0.smithi055.stdout:3828: finishing write tid 3 to smithi055169533-39 2023-10-14T00:14:55.011 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 39 v 2661 (ObjNum 1170 snap 377 seq_num 1170) dirty exists 2023-10-14T00:14:55.011 INFO:tasks.rados.rados.0.smithi055.stdout:3828: left oid 39 (ObjNum 1170 snap 377 seq_num 1170) 2023-10-14T00:14:55.011 INFO:tasks.rados.rados.0.smithi055.stdout:3830: expect (ObjNum 1128 snap 354 seq_num 1128) 2023-10-14T00:14:55.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:54 smithi055 ceph-mon[183057]: osdmap e821: 8 total, 8 up, 8 in 2023-10-14T00:14:55.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:14:55.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:54 smithi055 ceph-mon[183057]: osdmap e822: 8 total, 8 up, 8 in 2023-10-14T00:14:55.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:54 smithi055 ceph-mon[185614]: osdmap e821: 8 total, 8 up, 8 in 2023-10-14T00:14:55.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:14:55.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:54 smithi055 ceph-mon[185614]: osdmap e822: 8 total, 8 up, 8 in 2023-10-14T00:14:55.283 INFO:tasks.rados.rados.0.smithi055.stdout:3831: finishing rollback tid 1 to smithi055169533-24 2023-10-14T00:14:55.284 INFO:tasks.rados.rados.0.smithi055.stdout:3831: finishing rollback tid 2 to smithi055169533-24 2023-10-14T00:14:55.284 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 24 v 2167 (ObjNum 1073 snap 332 seq_num 1073) dirty exists 2023-10-14T00:14:55.284 INFO:tasks.rados.rados.0.smithi055.stdout:3829: expect (ObjNum 1156 snap 372 seq_num 1156) 2023-10-14T00:14:55.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:14:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:14:55] "GET /metrics HTTP/1.1" 200 36159 "" "Prometheus/2.43.0" 2023-10-14T00:14:55.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:55 smithi082 ceph-mon[180771]: pgmap v950: 121 pgs: 121 active+clean; 399 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 6.0 MiB/s rd, 4.0 MiB/s wr, 19 op/s 2023-10-14T00:14:55.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:55 smithi082 ceph-mon[180771]: osdmap e823: 8 total, 8 up, 8 in 2023-10-14T00:14:56.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:55 smithi055 ceph-mon[185614]: pgmap v950: 121 pgs: 121 active+clean; 399 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 6.0 MiB/s rd, 4.0 MiB/s wr, 19 op/s 2023-10-14T00:14:56.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:55 smithi055 ceph-mon[185614]: osdmap e823: 8 total, 8 up, 8 in 2023-10-14T00:14:56.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:55 smithi055 ceph-mon[183057]: pgmap v950: 121 pgs: 121 active+clean; 399 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 6.0 MiB/s rd, 4.0 MiB/s wr, 19 op/s 2023-10-14T00:14:56.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:55 smithi055 ceph-mon[183057]: osdmap e823: 8 total, 8 up, 8 in 2023-10-14T00:14:56.928 INFO:tasks.rados.rados.0.smithi055.stdout:3824: finishing copy_from racing read to smithi055169533-46 2023-10-14T00:14:56.929 INFO:tasks.rados.rados.0.smithi055.stdout:3824: finishing copy_from to smithi055169533-46 2023-10-14T00:14:56.929 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 46 v 2166 (ObjNum 1125 snap 352 seq_num 1125) dirty exists 2023-10-14T00:14:56.929 INFO:tasks.rados.rados.0.smithi055.stdout:3835: finishing copy_from racing read to smithi055169533-37 2023-10-14T00:14:56.929 INFO:tasks.rados.rados.0.smithi055.stdout:3835: finishing copy_from to smithi055169533-37 2023-10-14T00:14:56.930 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 37 v 1562 (ObjNum 1077 snap 332 seq_num 1077) dirty exists 2023-10-14T00:14:56.930 INFO:tasks.rados.rados.0.smithi055.stdout:3824: done (8 left) 2023-10-14T00:14:56.930 INFO:tasks.rados.rados.0.smithi055.stdout:3828: done (7 left) 2023-10-14T00:14:56.930 INFO:tasks.rados.rados.0.smithi055.stdout:3829: done (6 left) 2023-10-14T00:14:56.930 INFO:tasks.rados.rados.0.smithi055.stdout:3830: done (5 left) 2023-10-14T00:14:56.931 INFO:tasks.rados.rados.0.smithi055.stdout:3831: done (4 left) 2023-10-14T00:14:56.931 INFO:tasks.rados.rados.0.smithi055.stdout:3832: done (3 left) 2023-10-14T00:14:56.931 INFO:tasks.rados.rados.0.smithi055.stdout:3833: done (2 left) 2023-10-14T00:14:56.931 INFO:tasks.rados.rados.0.smithi055.stdout:3835: done (1 left) 2023-10-14T00:14:56.931 INFO:tasks.rados.rados.0.smithi055.stdout:3836: done (0 left) 2023-10-14T00:14:56.932 INFO:tasks.rados.rados.0.smithi055.stdout:3837: rollback oid 35 current snap is 378 2023-10-14T00:14:56.932 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 35 to 373 2023-10-14T00:14:56.932 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 45 current snap is 378 2023-10-14T00:14:56.933 INFO:tasks.rados.rados.0.smithi055.stdout:3838: seq_num 1173 ranges {0=450560} 2023-10-14T00:14:56.933 INFO:tasks.rados.rados.0.smithi055.stdout:3838: writing smithi055169533-45 from 0 to 450560 tid 1 2023-10-14T00:14:56.933 INFO:tasks.rados.rados.0.smithi055.stdout:3839: snap_remove snap 364 2023-10-14T00:14:56.986 INFO:tasks.rados.rados.0.smithi055.stdout:3839: done (2 left) 2023-10-14T00:14:56.986 INFO:tasks.rados.rados.0.smithi055.stdout:3840: snap_create 2023-10-14T00:14:56.987 INFO:tasks.rados.rados.0.smithi055.stdout:3837: finishing rollback tid 0 to smithi055169533-35 2023-10-14T00:14:56.987 INFO:tasks.rados.rados.0.smithi055.stdout:3837: finishing rollback tid 1 to smithi055169533-35 2023-10-14T00:14:56.987 INFO:tasks.rados.rados.0.smithi055.stdout:3837: finishing rollback tid 2 to smithi055169533-35 2023-10-14T00:14:56.987 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 35 v 2665 (ObjNum 1104 snap 346 seq_num 1104) dirty exists 2023-10-14T00:14:56.988 INFO:tasks.rados.rados.0.smithi055.stdout:3838: finishing write tid 1 to smithi055169533-45 2023-10-14T00:14:56.988 INFO:tasks.rados.rados.0.smithi055.stdout:3838: finishing write tid 2 to smithi055169533-45 2023-10-14T00:14:56.988 INFO:tasks.rados.rados.0.smithi055.stdout:3838: finishing write tid 3 to smithi055169533-45 2023-10-14T00:14:56.988 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 45 v 2330 (ObjNum 1173 snap 378 seq_num 1173) dirty exists 2023-10-14T00:14:56.989 INFO:tasks.rados.rados.0.smithi055.stdout:3838: left oid 45 (ObjNum 1173 snap 378 seq_num 1173) 2023-10-14T00:14:57.993 INFO:tasks.rados.rados.0.smithi055.stdout:3837: done (2 left) 2023-10-14T00:14:57.993 INFO:tasks.rados.rados.0.smithi055.stdout:3838: done (1 left) 2023-10-14T00:14:57.993 INFO:tasks.rados.rados.0.smithi055.stdout:3840: done (0 left) 2023-10-14T00:14:57.993 INFO:tasks.rados.rados.0.smithi055.stdout:3841: snap_remove snap 373 2023-10-14T00:14:58.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:57 smithi055 ceph-mon[185614]: pgmap v952: 121 pgs: 121 active+clean; 400 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 15 MiB/s rd, 6.6 MiB/s wr, 14 op/s 2023-10-14T00:14:58.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:57 smithi055 ceph-mon[185614]: osdmap e824: 8 total, 8 up, 8 in 2023-10-14T00:14:58.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:57 smithi055 ceph-mon[183057]: pgmap v952: 121 pgs: 121 active+clean; 400 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 15 MiB/s rd, 6.6 MiB/s wr, 14 op/s 2023-10-14T00:14:58.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:57 smithi055 ceph-mon[183057]: osdmap e824: 8 total, 8 up, 8 in 2023-10-14T00:14:58.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:57 smithi082 ceph-mon[180771]: pgmap v952: 121 pgs: 121 active+clean; 400 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 15 MiB/s rd, 6.6 MiB/s wr, 14 op/s 2023-10-14T00:14:58.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:57 smithi082 ceph-mon[180771]: osdmap e824: 8 total, 8 up, 8 in 2023-10-14T00:14:58.999 INFO:tasks.rados.rados.0.smithi055.stdout:3841: done (0 left) 2023-10-14T00:14:58.999 INFO:tasks.rados.rados.0.smithi055.stdout:3842: rollback oid 37 current snap is 379 2023-10-14T00:14:58.999 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 37 to 362 2023-10-14T00:14:58.999 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 36 current snap is 379 2023-10-14T00:14:59.000 INFO:tasks.rados.rados.0.smithi055.stdout:3843: seq_num 1174 ranges {4513792=466944} 2023-10-14T00:14:59.028 INFO:tasks.rados.rados.0.smithi055.stdout:3843: writing smithi055169533-36 from 4513792 to 4980736 tid 1 2023-10-14T00:14:59.028 INFO:tasks.rados.rados.0.smithi055.stdout:3844: read oid 21 snap -1 2023-10-14T00:14:59.029 INFO:tasks.rados.rados.0.smithi055.stdout:3844: expect (ObjNum 1106 snap 346 seq_num 1106) 2023-10-14T00:14:59.029 INFO:tasks.rados.rados.0.smithi055.stdout:3845: read oid 27 snap 372 2023-10-14T00:14:59.029 INFO:tasks.rados.rados.0.smithi055.stdout:3845: expect (ObjNum 1071 snap 331 seq_num 1071) 2023-10-14T00:14:59.029 INFO:tasks.rados.rados.0.smithi055.stdout:3846: copy_from oid 26 from oid 44 current snap is 379 2023-10-14T00:14:59.029 INFO:tasks.rados.rados.0.smithi055.stdout:3842: finishing rollback tid 0 to smithi055169533-37 2023-10-14T00:14:59.030 INFO:tasks.rados.rados.0.smithi055.stdout:3842: finishing rollback tid 1 to smithi055169533-37 2023-10-14T00:14:59.030 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 37 v 2162 (ObjNum 129 snap 0 seq_num 1528821344) dirty dne 2023-10-14T00:14:59.030 INFO:tasks.rados.rados.0.smithi055.stdout:3842: done (4 left) 2023-10-14T00:14:59.030 INFO:tasks.rados.rados.0.smithi055.stdout:3847: copy_from oid 49 from oid 50 current snap is 379 2023-10-14T00:14:59.030 INFO:tasks.rados.rados.0.smithi055.stdout:3848: read oid 40 snap -1 2023-10-14T00:14:59.031 INFO:tasks.rados.rados.0.smithi055.stdout:3848: expect (ObjNum 1115 snap 349 seq_num 1115) 2023-10-14T00:14:59.031 INFO:tasks.rados.rados.0.smithi055.stdout:3849: delete oid 17 current snap is 379 2023-10-14T00:14:59.040 INFO:tasks.rados.rados.0.smithi055.stdout:3845: expect (ObjNum 1071 snap 331 seq_num 1071) 2023-10-14T00:14:59.082 INFO:tasks.rados.rados.0.smithi055.stdout:3843: finishing write tid 1 to smithi055169533-36 2023-10-14T00:14:59.082 INFO:tasks.rados.rados.0.smithi055.stdout:3848: expect (ObjNum 1115 snap 349 seq_num 1115) 2023-10-14T00:14:59.192 INFO:tasks.rados.rados.0.smithi055.stdout:3843: finishing write tid 2 to smithi055169533-36 2023-10-14T00:14:59.192 INFO:tasks.rados.rados.0.smithi055.stdout:3843: finishing write tid 3 to smithi055169533-36 2023-10-14T00:14:59.192 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 36 v 2328 (ObjNum 1174 snap 379 seq_num 1174) dirty exists 2023-10-14T00:14:59.193 INFO:tasks.rados.rados.0.smithi055.stdout:3843: left oid 36 (ObjNum 1174 snap 379 seq_num 1174) 2023-10-14T00:14:59.193 INFO:tasks.rados.rados.0.smithi055.stdout:3846: finishing copy_from racing read to smithi055169533-26 2023-10-14T00:14:59.193 INFO:tasks.rados.rados.0.smithi055.stdout:3843: done (6 left) 2023-10-14T00:14:59.193 INFO:tasks.rados.rados.0.smithi055.stdout:3845: done (5 left) 2023-10-14T00:14:59.193 INFO:tasks.rados.rados.0.smithi055.stdout:3848: done (4 left) 2023-10-14T00:14:59.194 INFO:tasks.rados.rados.0.smithi055.stdout:3849: done (3 left) 2023-10-14T00:14:59.194 INFO:tasks.rados.rados.0.smithi055.stdout:3850: snap_remove snap 376 2023-10-14T00:14:59.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:59 smithi055 ceph-mon[185614]: osdmap e825: 8 total, 8 up, 8 in 2023-10-14T00:14:59.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:14:59 smithi055 ceph-mon[185614]: osdmap e826: 8 total, 8 up, 8 in 2023-10-14T00:14:59.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:59 smithi055 ceph-mon[183057]: osdmap e825: 8 total, 8 up, 8 in 2023-10-14T00:14:59.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:14:59 smithi055 ceph-mon[183057]: osdmap e826: 8 total, 8 up, 8 in 2023-10-14T00:14:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:59 smithi082 ceph-mon[180771]: osdmap e825: 8 total, 8 up, 8 in 2023-10-14T00:14:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:14:59 smithi082 ceph-mon[180771]: osdmap e826: 8 total, 8 up, 8 in 2023-10-14T00:15:00.024 INFO:tasks.rados.rados.0.smithi055.stdout:3850: done (3 left) 2023-10-14T00:15:00.025 INFO:tasks.rados.rados.0.smithi055.stdout:3851: rmattr oid 25 current snap is 379 2023-10-14T00:15:00.025 INFO:tasks.rados.rados.0.smithi055.stdout:3851: done (3 left) 2023-10-14T00:15:00.025 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 20 current snap is 379 2023-10-14T00:15:00.025 INFO:tasks.rados.rados.0.smithi055.stdout:3852: seq_num 1176 ranges {4644864=499712} 2023-10-14T00:15:00.050 INFO:tasks.rados.rados.0.smithi055.stdout:3852: writing smithi055169533-20 from 4644864 to 5144576 tid 1 2023-10-14T00:15:00.050 INFO:tasks.rados.rados.0.smithi055.stdout:3853: rollback oid 31 current snap is 379 2023-10-14T00:15:00.050 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 31 to 368 2023-10-14T00:15:00.050 INFO:tasks.rados.rados.0.smithi055.stdout:3846: finishing copy_from to smithi055169533-26 2023-10-14T00:15:00.051 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 26 v 1903 (ObjNum 1121 snap 349 seq_num 1121) dirty exists 2023-10-14T00:15:00.051 INFO:tasks.rados.rados.0.smithi055.stdout:3844: expect (ObjNum 1106 snap 346 seq_num 1106) 2023-10-14T00:15:00.368 INFO:tasks.rados.rados.0.smithi055.stdout:3847: finishing copy_from racing read to smithi055169533-49 2023-10-14T00:15:00.369 INFO:tasks.rados.rados.0.smithi055.stdout:3847: finishing copy_from to smithi055169533-49 2023-10-14T00:15:00.369 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 49 v 2134 (ObjNum 1147 snap 367 seq_num 1147) dirty exists 2023-10-14T00:15:00.369 INFO:tasks.rados.rados.0.smithi055.stdout:3852: finishing write tid 1 to smithi055169533-20 2023-10-14T00:15:00.369 INFO:tasks.rados.rados.0.smithi055.stdout:3853: finishing rollback tid 0 to smithi055169533-31 2023-10-14T00:15:00.369 INFO:tasks.rados.rados.0.smithi055.stdout:3853: finishing rollback tid 1 to smithi055169533-31 2023-10-14T00:15:00.370 INFO:tasks.rados.rados.0.smithi055.stdout:3852: finishing write tid 2 to smithi055169533-20 2023-10-14T00:15:00.370 INFO:tasks.rados.rados.0.smithi055.stdout:3853: finishing rollback tid 2 to smithi055169533-31 2023-10-14T00:15:00.370 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 31 v 2165 (ObjNum 1092 snap 341 seq_num 1092) dirty exists 2023-10-14T00:15:00.370 INFO:tasks.rados.rados.0.smithi055.stdout:3852: finishing write tid 3 to smithi055169533-20 2023-10-14T00:15:00.370 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 20 v 2345 (ObjNum 1176 snap 379 seq_num 1176) dirty exists 2023-10-14T00:15:00.371 INFO:tasks.rados.rados.0.smithi055.stdout:3852: left oid 20 (ObjNum 1176 snap 379 seq_num 1176) 2023-10-14T00:15:00.371 INFO:tasks.rados.rados.0.smithi055.stdout:3844: done (4 left) 2023-10-14T00:15:00.371 INFO:tasks.rados.rados.0.smithi055.stdout:3846: done (3 left) 2023-10-14T00:15:00.371 INFO:tasks.rados.rados.0.smithi055.stdout:3847: done (2 left) 2023-10-14T00:15:00.371 INFO:tasks.rados.rados.0.smithi055.stdout:3852: done (1 left) 2023-10-14T00:15:00.371 INFO:tasks.rados.rados.0.smithi055.stdout:3853: done (0 left) 2023-10-14T00:15:00.372 INFO:tasks.rados.rados.0.smithi055.stdout:3854: rollback oid 32 current snap is 379 2023-10-14T00:15:00.372 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 32 to 377 2023-10-14T00:15:00.372 INFO:tasks.rados.rados.0.smithi055.stdout:3855: snap_create 2023-10-14T00:15:00.372 INFO:tasks.rados.rados.0.smithi055.stdout:3854: finishing rollback tid 1 to smithi055169533-32 2023-10-14T00:15:00.373 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 32 v 2135 (ObjNum 33 snap 0 seq_num 1529786096) dirty dne 2023-10-14T00:15:00.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:00 smithi082 ceph-mon[180771]: pgmap v955: 121 pgs: 121 active+clean; 399 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 18 MiB/s rd, 3.0 MiB/s wr, 7 op/s 2023-10-14T00:15:00.496 INFO:tasks.rados.rados.0.smithi055.stdout:3854: done (1 left) 2023-10-14T00:15:00.496 INFO:tasks.rados.rados.0.smithi055.stdout:3855: done (0 left) 2023-10-14T00:15:00.496 INFO:tasks.rados.rados.0.smithi055.stdout:3856: copy_from oid 1 from oid 29 current snap is 380 2023-10-14T00:15:00.496 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 49 current snap is 380 2023-10-14T00:15:00.496 INFO:tasks.rados.rados.0.smithi055.stdout:3857: seq_num 1177 ranges {11157504=516096} 2023-10-14T00:15:00.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:00 smithi055 ceph-mon[185614]: pgmap v955: 121 pgs: 121 active+clean; 399 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 18 MiB/s rd, 3.0 MiB/s wr, 7 op/s 2023-10-14T00:15:00.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:00 smithi055 ceph-mon[183057]: pgmap v955: 121 pgs: 121 active+clean; 399 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 18 MiB/s rd, 3.0 MiB/s wr, 7 op/s 2023-10-14T00:15:00.562 INFO:tasks.rados.rados.0.smithi055.stdout:3857: writing smithi055169533-49 from 11157504 to 11673600 tid 1 2023-10-14T00:15:00.563 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 23 current snap is 380 2023-10-14T00:15:00.563 INFO:tasks.rados.rados.0.smithi055.stdout:3858: seq_num 1178 ranges {3063808=532480} 2023-10-14T00:15:00.583 INFO:tasks.rados.rados.0.smithi055.stdout:3858: writing smithi055169533-23 from 3063808 to 3596288 tid 1 2023-10-14T00:15:00.583 INFO:tasks.rados.rados.0.smithi055.stdout:3859: rmattr oid 37 current snap is 380 2023-10-14T00:15:00.583 INFO:tasks.rados.rados.0.smithi055.stdout:3859: done (3 left) 2023-10-14T00:15:00.583 INFO:tasks.rados.rados.0.smithi055.stdout:3860: snap_create 2023-10-14T00:15:00.583 INFO:tasks.rados.rados.0.smithi055.stdout:3856: finishing copy_from racing read to smithi055169533-1 2023-10-14T00:15:00.584 INFO:tasks.rados.rados.0.smithi055.stdout:3856: finishing copy_from to smithi055169533-1 2023-10-14T00:15:00.584 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 1 v 2134 (ObjNum 1147 snap 367 seq_num 1147) dirty exists 2023-10-14T00:15:00.584 INFO:tasks.rados.rados.0.smithi055.stdout:3857: finishing write tid 1 to smithi055169533-49 2023-10-14T00:15:00.584 INFO:tasks.rados.rados.0.smithi055.stdout:3857: finishing write tid 2 to smithi055169533-49 2023-10-14T00:15:00.584 INFO:tasks.rados.rados.0.smithi055.stdout:3857: finishing write tid 3 to smithi055169533-49 2023-10-14T00:15:00.585 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 49 v 2293 (ObjNum 1177 snap 380 seq_num 1177) dirty exists 2023-10-14T00:15:00.585 INFO:tasks.rados.rados.0.smithi055.stdout:3857: left oid 49 (ObjNum 1177 snap 380 seq_num 1177) 2023-10-14T00:15:00.586 INFO:tasks.rados.rados.0.smithi055.stdout:3858: finishing write tid 1 to smithi055169533-23 2023-10-14T00:15:00.586 INFO:tasks.rados.rados.0.smithi055.stdout:3858: finishing write tid 2 to smithi055169533-23 2023-10-14T00:15:00.587 INFO:tasks.rados.rados.0.smithi055.stdout:3858: finishing write tid 3 to smithi055169533-23 2023-10-14T00:15:00.587 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 23 v 2168 (ObjNum 1178 snap 380 seq_num 1178) dirty exists 2023-10-14T00:15:00.587 INFO:tasks.rados.rados.0.smithi055.stdout:3858: left oid 23 (ObjNum 1178 snap 380 seq_num 1178) 2023-10-14T00:15:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:01 smithi082 ceph-mon[180771]: osdmap e827: 8 total, 8 up, 8 in 2023-10-14T00:15:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:01 smithi082 ceph-mon[180771]: osdmap e828: 8 total, 8 up, 8 in 2023-10-14T00:15:01.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:01 smithi055 ceph-mon[185614]: osdmap e827: 8 total, 8 up, 8 in 2023-10-14T00:15:01.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:01 smithi055 ceph-mon[185614]: osdmap e828: 8 total, 8 up, 8 in 2023-10-14T00:15:01.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:01 smithi055 ceph-mon[183057]: osdmap e827: 8 total, 8 up, 8 in 2023-10-14T00:15:01.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:01 smithi055 ceph-mon[183057]: osdmap e828: 8 total, 8 up, 8 in 2023-10-14T00:15:01.519 INFO:tasks.rados.rados.0.smithi055.stdout:3856: done (3 left) 2023-10-14T00:15:01.519 INFO:tasks.rados.rados.0.smithi055.stdout:3857: done (2 left) 2023-10-14T00:15:01.520 INFO:tasks.rados.rados.0.smithi055.stdout:3858: done (1 left) 2023-10-14T00:15:01.520 INFO:tasks.rados.rados.0.smithi055.stdout:3860: done (0 left) 2023-10-14T00:15:01.520 INFO:tasks.rados.rados.0.smithi055.stdout:3861: snap_create 2023-10-14T00:15:02.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:02 smithi082 ceph-mon[180771]: pgmap v959: 121 pgs: 121 active+clean; 406 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 10 MiB/s rd, 333 KiB/s wr, 5 op/s 2023-10-14T00:15:02.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:02 smithi082 ceph-mon[180771]: osdmap e829: 8 total, 8 up, 8 in 2023-10-14T00:15:02.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:02 smithi055 ceph-mon[185614]: pgmap v959: 121 pgs: 121 active+clean; 406 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 10 MiB/s rd, 333 KiB/s wr, 5 op/s 2023-10-14T00:15:02.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:02 smithi055 ceph-mon[185614]: osdmap e829: 8 total, 8 up, 8 in 2023-10-14T00:15:02.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:02 smithi055 ceph-mon[183057]: pgmap v959: 121 pgs: 121 active+clean; 406 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 10 MiB/s rd, 333 KiB/s wr, 5 op/s 2023-10-14T00:15:02.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:02 smithi055 ceph-mon[183057]: osdmap e829: 8 total, 8 up, 8 in 2023-10-14T00:15:02.531 INFO:tasks.rados.rados.0.smithi055.stdout:3861: done (0 left) 2023-10-14T00:15:02.532 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 48 current snap is 382 2023-10-14T00:15:02.532 INFO:tasks.rados.rados.0.smithi055.stdout:3862: seq_num 1179 ranges {11255808=548864} 2023-10-14T00:15:02.598 INFO:tasks.rados.rados.0.smithi055.stdout:3862: writing smithi055169533-48 from 11255808 to 11804672 tid 1 2023-10-14T00:15:02.598 INFO:tasks.rados.rados.0.smithi055.stdout:3863: snap_create 2023-10-14T00:15:02.603 INFO:tasks.rados.rados.0.smithi055.stdout:3862: finishing write tid 1 to smithi055169533-48 2023-10-14T00:15:02.604 INFO:tasks.rados.rados.0.smithi055.stdout:3862: finishing write tid 2 to smithi055169533-48 2023-10-14T00:15:02.605 INFO:tasks.rados.rados.0.smithi055.stdout:3862: finishing write tid 3 to smithi055169533-48 2023-10-14T00:15:02.605 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 48 v 2465 (ObjNum 1179 snap 382 seq_num 1179) dirty exists 2023-10-14T00:15:02.605 INFO:tasks.rados.rados.0.smithi055.stdout:3862: left oid 48 (ObjNum 1179 snap 382 seq_num 1179) 2023-10-14T00:15:03.544 INFO:tasks.rados.rados.0.smithi055.stdout:3862: done (1 left) 2023-10-14T00:15:03.545 INFO:tasks.rados.rados.0.smithi055.stdout:3863: done (0 left) 2023-10-14T00:15:03.545 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 31 current snap is 383 2023-10-14T00:15:03.545 INFO:tasks.rados.rados.0.smithi055.stdout:3864: seq_num 1180 ranges {2949120=565248} 2023-10-14T00:15:03.564 INFO:tasks.rados.rados.0.smithi055.stdout:3864: writing smithi055169533-31 from 2949120 to 3514368 tid 1 2023-10-14T00:15:03.564 INFO:tasks.rados.rados.0.smithi055.stdout:3865: copy_from oid 50 from oid 15 current snap is 383 2023-10-14T00:15:03.565 INFO:tasks.rados.rados.0.smithi055.stdout:3866: snap_create 2023-10-14T00:15:03.571 INFO:tasks.rados.rados.0.smithi055.stdout:3864: finishing write tid 1 to smithi055169533-31 2023-10-14T00:15:03.572 INFO:tasks.rados.rados.0.smithi055.stdout:3864: finishing write tid 2 to smithi055169533-31 2023-10-14T00:15:03.573 INFO:tasks.rados.rados.0.smithi055.stdout:3864: finishing write tid 3 to smithi055169533-31 2023-10-14T00:15:03.573 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 31 v 2167 (ObjNum 1180 snap 383 seq_num 1180) dirty exists 2023-10-14T00:15:03.573 INFO:tasks.rados.rados.0.smithi055.stdout:3864: left oid 31 (ObjNum 1180 snap 383 seq_num 1180) 2023-10-14T00:15:03.604 INFO:tasks.rados.rados.0.smithi055.stdout:3865: finishing copy_from racing read to smithi055169533-50 2023-10-14T00:15:03.605 INFO:tasks.rados.rados.0.smithi055.stdout:3865: finishing copy_from to smithi055169533-50 2023-10-14T00:15:03.605 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 50 v 2166 (ObjNum 1125 snap 352 seq_num 1125) dirty exists 2023-10-14T00:15:03.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:03 smithi082 ceph-mon[180771]: osdmap e830: 8 total, 8 up, 8 in 2023-10-14T00:15:03.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:03 smithi082 ceph-mon[180771]: pgmap v962: 121 pgs: 121 active+clean; 406 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 849 KiB/s rd, 333 KiB/s wr, 5 op/s 2023-10-14T00:15:04.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:03 smithi055 ceph-mon[185614]: osdmap e830: 8 total, 8 up, 8 in 2023-10-14T00:15:04.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:03 smithi055 ceph-mon[185614]: pgmap v962: 121 pgs: 121 active+clean; 406 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 849 KiB/s rd, 333 KiB/s wr, 5 op/s 2023-10-14T00:15:04.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:03 smithi055 ceph-mon[183057]: osdmap e830: 8 total, 8 up, 8 in 2023-10-14T00:15:04.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:03 smithi055 ceph-mon[183057]: pgmap v962: 121 pgs: 121 active+clean; 406 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 849 KiB/s rd, 333 KiB/s wr, 5 op/s 2023-10-14T00:15:04.548 INFO:tasks.rados.rados.0.smithi055.stdout:3864: done (2 left) 2023-10-14T00:15:04.548 INFO:tasks.rados.rados.0.smithi055.stdout:3865: done (1 left) 2023-10-14T00:15:04.548 INFO:tasks.rados.rados.0.smithi055.stdout:3866: done (0 left) 2023-10-14T00:15:04.549 INFO:tasks.rados.rados.0.smithi055.stdout:3867: rollback oid 31 current snap is 384 2023-10-14T00:15:04.549 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 31 to 378 2023-10-14T00:15:04.549 INFO:tasks.rados.rados.0.smithi055.stdout:3868: read oid 29 snap -1 2023-10-14T00:15:04.549 INFO:tasks.rados.rados.0.smithi055.stdout:3868: expect (ObjNum 1147 snap 367 seq_num 1147) 2023-10-14T00:15:04.549 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 8 current snap is 384 2023-10-14T00:15:04.550 INFO:tasks.rados.rados.0.smithi055.stdout:3869: seq_num 1181 ranges {0=581632} 2023-10-14T00:15:04.551 INFO:tasks.rados.rados.0.smithi055.stdout:3869: writing smithi055169533-8 from 0 to 581632 tid 1 2023-10-14T00:15:04.551 INFO:tasks.rados.rados.0.smithi055.stdout:3870: rmattr oid 6 current snap is 384 2023-10-14T00:15:04.552 INFO:tasks.rados.rados.0.smithi055.stdout:3870: done (3 left) 2023-10-14T00:15:04.552 INFO:tasks.rados.rados.0.smithi055.stdout:3871: copy_from oid 4 from oid 21 current snap is 384 2023-10-14T00:15:04.560 INFO:tasks.rados.rados.0.smithi055.stdout:3872: setattr oid 45 current snap is 384 2023-10-14T00:15:04.560 INFO:tasks.rados.rados.0.smithi055.stdout:3873: rollback oid 9 current snap is 384 2023-10-14T00:15:04.560 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 9 to 374 2023-10-14T00:15:04.561 INFO:tasks.rados.rados.0.smithi055.stdout:3874: read oid 46 snap -1 2023-10-14T00:15:04.561 INFO:tasks.rados.rados.0.smithi055.stdout:3874: expect (ObjNum 1125 snap 352 seq_num 1125) 2023-10-14T00:15:04.561 INFO:tasks.rados.rados.0.smithi055.stdout:3875: rollback oid 23 current snap is 384 2023-10-14T00:15:04.561 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 23 to 353 2023-10-14T00:15:04.561 INFO:tasks.rados.rados.0.smithi055.stdout:3876: rollback oid 43 current snap is 384 2023-10-14T00:15:04.561 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 43 to 362 2023-10-14T00:15:04.562 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 11 current snap is 384 2023-10-14T00:15:04.562 INFO:tasks.rados.rados.0.smithi055.stdout:3877: seq_num 1182 ranges {6471680=606208} 2023-10-14T00:15:04.596 INFO:tasks.rados.rados.0.smithi055.stdout:3877: writing smithi055169533-11 from 6471680 to 7077888 tid 1 2023-10-14T00:15:04.597 INFO:tasks.rados.rados.0.smithi055.stdout:3878: snap_create 2023-10-14T00:15:04.598 INFO:tasks.rados.rados.0.smithi055.stdout:3867: finishing rollback tid 0 to smithi055169533-31 2023-10-14T00:15:04.598 INFO:tasks.rados.rados.0.smithi055.stdout:3867: finishing rollback tid 1 to smithi055169533-31 2023-10-14T00:15:04.598 INFO:tasks.rados.rados.0.smithi055.stdout:3867: finishing rollback tid 2 to smithi055169533-31 2023-10-14T00:15:04.599 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 31 v 2170 (ObjNum 1092 snap 341 seq_num 1092) dirty exists 2023-10-14T00:15:04.599 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 45 v 2331 (ObjNum 1173 snap 378 seq_num 1173) dirty exists 2023-10-14T00:15:04.599 INFO:tasks.rados.rados.0.smithi055.stdout:3869: finishing write tid 1 to smithi055169533-8 2023-10-14T00:15:04.599 INFO:tasks.rados.rados.0.smithi055.stdout:3876: finishing rollback tid 1 to smithi055169533-43 2023-10-14T00:15:04.600 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 43 v 2309 (ObjNum 65 snap 0 seq_num 0) dirty dne 2023-10-14T00:15:04.600 INFO:tasks.rados.rados.0.smithi055.stdout:3873: finishing rollback tid 0 to smithi055169533-9 2023-10-14T00:15:04.600 INFO:tasks.rados.rados.0.smithi055.stdout:3873: finishing rollback tid 1 to smithi055169533-9 2023-10-14T00:15:04.600 INFO:tasks.rados.rados.0.smithi055.stdout:3873: finishing rollback tid 2 to smithi055169533-9 2023-10-14T00:15:04.600 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 9 v 2138 (ObjNum 1071 snap 331 seq_num 1071) dirty exists 2023-10-14T00:15:04.601 INFO:tasks.rados.rados.0.smithi055.stdout:3869: finishing write tid 2 to smithi055169533-8 2023-10-14T00:15:04.601 INFO:tasks.rados.rados.0.smithi055.stdout:3869: finishing write tid 3 to smithi055169533-8 2023-10-14T00:15:04.601 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 8 v 1591 (ObjNum 1181 snap 384 seq_num 1181) dirty exists 2023-10-14T00:15:04.601 INFO:tasks.rados.rados.0.smithi055.stdout:3869: left oid 8 (ObjNum 1181 snap 384 seq_num 1181) 2023-10-14T00:15:04.604 INFO:tasks.rados.rados.0.smithi055.stdout:3874: expect (ObjNum 1125 snap 352 seq_num 1125) 2023-10-14T00:15:04.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:04 smithi082 ceph-mon[180771]: osdmap e831: 8 total, 8 up, 8 in 2023-10-14T00:15:05.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:04 smithi055 ceph-mon[185614]: osdmap e831: 8 total, 8 up, 8 in 2023-10-14T00:15:05.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:04 smithi055 ceph-mon[183057]: osdmap e831: 8 total, 8 up, 8 in 2023-10-14T00:15:05.070 INFO:tasks.rados.rados.0.smithi055.stdout:3877: finishing write tid 1 to smithi055169533-11 2023-10-14T00:15:05.071 INFO:tasks.rados.rados.0.smithi055.stdout:3877: finishing write tid 2 to smithi055169533-11 2023-10-14T00:15:05.071 INFO:tasks.rados.rados.0.smithi055.stdout:3871: finishing copy_from racing read to smithi055169533-4 2023-10-14T00:15:05.071 INFO:tasks.rados.rados.0.smithi055.stdout:3877: finishing write tid 3 to smithi055169533-11 2023-10-14T00:15:05.071 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 11 v 2347 (ObjNum 1182 snap 384 seq_num 1182) dirty exists 2023-10-14T00:15:05.071 INFO:tasks.rados.rados.0.smithi055.stdout:3877: left oid 11 (ObjNum 1182 snap 384 seq_num 1182) 2023-10-14T00:15:05.072 INFO:tasks.rados.rados.0.smithi055.stdout:3868: expect (ObjNum 1147 snap 367 seq_num 1147) 2023-10-14T00:15:05.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:15:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:15:05] "GET /metrics HTTP/1.1" 200 36159 "" "Prometheus/2.43.0" 2023-10-14T00:15:05.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:05 smithi082 ceph-mon[180771]: osdmap e832: 8 total, 8 up, 8 in 2023-10-14T00:15:05.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:05 smithi082 ceph-mon[180771]: pgmap v965: 121 pgs: 121 active+clean; 439 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 15 MiB/s rd, 8.4 MiB/s wr, 7 op/s 2023-10-14T00:15:05.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:05 smithi082 ceph-mon[180771]: osdmap e833: 8 total, 8 up, 8 in 2023-10-14T00:15:06.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:05 smithi055 ceph-mon[185614]: osdmap e832: 8 total, 8 up, 8 in 2023-10-14T00:15:06.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:05 smithi055 ceph-mon[185614]: pgmap v965: 121 pgs: 121 active+clean; 439 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 15 MiB/s rd, 8.4 MiB/s wr, 7 op/s 2023-10-14T00:15:06.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:05 smithi055 ceph-mon[185614]: osdmap e833: 8 total, 8 up, 8 in 2023-10-14T00:15:06.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:05 smithi055 ceph-mon[183057]: osdmap e832: 8 total, 8 up, 8 in 2023-10-14T00:15:06.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:05 smithi055 ceph-mon[183057]: pgmap v965: 121 pgs: 121 active+clean; 439 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 15 MiB/s rd, 8.4 MiB/s wr, 7 op/s 2023-10-14T00:15:06.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:05 smithi055 ceph-mon[183057]: osdmap e833: 8 total, 8 up, 8 in 2023-10-14T00:15:06.232 INFO:tasks.rados.rados.0.smithi055.stdout:3871: finishing copy_from to smithi055169533-4 2023-10-14T00:15:06.233 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 4 v 1588 (ObjNum 1106 snap 346 seq_num 1106) dirty exists 2023-10-14T00:15:06.233 INFO:tasks.rados.rados.0.smithi055.stdout:3875: finishing rollback tid 0 to smithi055169533-23 2023-10-14T00:15:06.233 INFO:tasks.rados.rados.0.smithi055.stdout:3875: finishing rollback tid 1 to smithi055169533-23 2023-10-14T00:15:06.233 INFO:tasks.rados.rados.0.smithi055.stdout:3875: finishing rollback tid 2 to smithi055169533-23 2023-10-14T00:15:06.234 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 23 v 2171 (ObjNum 1107 snap 346 seq_num 1107) dirty exists 2023-10-14T00:15:06.234 INFO:tasks.rados.rados.0.smithi055.stdout:3867: done (10 left) 2023-10-14T00:15:06.234 INFO:tasks.rados.rados.0.smithi055.stdout:3868: done (9 left) 2023-10-14T00:15:06.234 INFO:tasks.rados.rados.0.smithi055.stdout:3869: done (8 left) 2023-10-14T00:15:06.235 INFO:tasks.rados.rados.0.smithi055.stdout:3871: done (7 left) 2023-10-14T00:15:06.235 INFO:tasks.rados.rados.0.smithi055.stdout:3872: done (6 left) 2023-10-14T00:15:06.235 INFO:tasks.rados.rados.0.smithi055.stdout:3873: done (5 left) 2023-10-14T00:15:06.235 INFO:tasks.rados.rados.0.smithi055.stdout:3874: done (4 left) 2023-10-14T00:15:06.235 INFO:tasks.rados.rados.0.smithi055.stdout:3875: done (3 left) 2023-10-14T00:15:06.236 INFO:tasks.rados.rados.0.smithi055.stdout:3876: done (2 left) 2023-10-14T00:15:06.236 INFO:tasks.rados.rados.0.smithi055.stdout:3877: done (1 left) 2023-10-14T00:15:06.236 INFO:tasks.rados.rados.0.smithi055.stdout:3878: done (0 left) 2023-10-14T00:15:06.236 INFO:tasks.rados.rados.0.smithi055.stdout:3879: snap_create 2023-10-14T00:15:06.564 INFO:tasks.rados.rados.0.smithi055.stdout:3879: done (0 left) 2023-10-14T00:15:06.564 INFO:tasks.rados.rados.0.smithi055.stdout:3880: copy_from oid 12 from oid 13 current snap is 386 2023-10-14T00:15:06.564 INFO:tasks.rados.rados.0.smithi055.stdout:3881: snap_create 2023-10-14T00:15:06.581 INFO:tasks.rados.rados.0.smithi055.stdout:3880: finishing copy_from racing read to smithi055169533-12 2023-10-14T00:15:06.583 INFO:tasks.rados.rados.0.smithi055.stdout:3880: finishing copy_from to smithi055169533-12 2023-10-14T00:15:06.583 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 12 v 1903 (ObjNum 1121 snap 349 seq_num 1121) dirty exists 2023-10-14T00:15:07.576 INFO:tasks.rados.rados.0.smithi055.stdout:3880: done (1 left) 2023-10-14T00:15:07.576 INFO:tasks.rados.rados.0.smithi055.stdout:3881: done (0 left) 2023-10-14T00:15:07.577 INFO:tasks.rados.rados.0.smithi055.stdout:3882: rollback oid 8 current snap is 387 2023-10-14T00:15:07.577 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 8 to 382 2023-10-14T00:15:07.577 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 32 current snap is 387 2023-10-14T00:15:07.577 INFO:tasks.rados.rados.0.smithi055.stdout:3883: seq_num 1183 ranges {0=622592} 2023-10-14T00:15:07.580 INFO:tasks.rados.rados.0.smithi055.stdout:3883: writing smithi055169533-32 from 0 to 622592 tid 1 2023-10-14T00:15:07.580 INFO:tasks.rados.rados.0.smithi055.stdout:3884: snap_create 2023-10-14T00:15:07.580 INFO:tasks.rados.rados.0.smithi055.stdout:3882: finishing rollback tid 0 to smithi055169533-8 2023-10-14T00:15:07.580 INFO:tasks.rados.rados.0.smithi055.stdout:3882: finishing rollback tid 1 to smithi055169533-8 2023-10-14T00:15:07.580 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 8 v 1593 (ObjNum 161 snap 0 seq_num 25566343) dirty dne 2023-10-14T00:15:07.586 INFO:tasks.rados.rados.0.smithi055.stdout:3883: finishing write tid 1 to smithi055169533-32 2023-10-14T00:15:07.587 INFO:tasks.rados.rados.0.smithi055.stdout:3883: finishing write tid 2 to smithi055169533-32 2023-10-14T00:15:07.588 INFO:tasks.rados.rados.0.smithi055.stdout:3883: finishing write tid 3 to smithi055169533-32 2023-10-14T00:15:07.588 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 32 v 2140 (ObjNum 1183 snap 387 seq_num 1183) dirty exists 2023-10-14T00:15:07.588 INFO:tasks.rados.rados.0.smithi055.stdout:3883: left oid 32 (ObjNum 1183 snap 387 seq_num 1183) 2023-10-14T00:15:07.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:07 smithi082 ceph-mon[180771]: osdmap e834: 8 total, 8 up, 8 in 2023-10-14T00:15:07.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:07 smithi082 ceph-mon[180771]: pgmap v968: 121 pgs: 121 active+clean; 447 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 21 MiB/s rd, 8.9 MiB/s wr, 11 op/s 2023-10-14T00:15:08.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:07 smithi055 ceph-mon[185614]: osdmap e834: 8 total, 8 up, 8 in 2023-10-14T00:15:08.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:07 smithi055 ceph-mon[185614]: pgmap v968: 121 pgs: 121 active+clean; 447 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 21 MiB/s rd, 8.9 MiB/s wr, 11 op/s 2023-10-14T00:15:08.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:07 smithi055 ceph-mon[183057]: osdmap e834: 8 total, 8 up, 8 in 2023-10-14T00:15:08.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:07 smithi055 ceph-mon[183057]: pgmap v968: 121 pgs: 121 active+clean; 447 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 21 MiB/s rd, 8.9 MiB/s wr, 11 op/s 2023-10-14T00:15:08.587 INFO:tasks.rados.rados.0.smithi055.stdout:3882: done (2 left) 2023-10-14T00:15:08.588 INFO:tasks.rados.rados.0.smithi055.stdout:3883: done (1 left) 2023-10-14T00:15:08.588 INFO:tasks.rados.rados.0.smithi055.stdout:3884: done (0 left) 2023-10-14T00:15:08.588 INFO:tasks.rados.rados.0.smithi055.stdout:3885: rmattr oid 22 current snap is 388 2023-10-14T00:15:08.588 INFO:tasks.rados.rados.0.smithi055.stdout:3886: read oid 36 snap -1 2023-10-14T00:15:08.589 INFO:tasks.rados.rados.0.smithi055.stdout:3886: expect (ObjNum 1174 snap 379 seq_num 1174) 2023-10-14T00:15:08.589 INFO:tasks.rados.rados.0.smithi055.stdout:3887: snap_remove snap 375 2023-10-14T00:15:08.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:08 smithi082 ceph-mon[180771]: osdmap e835: 8 total, 8 up, 8 in 2023-10-14T00:15:09.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:08 smithi055 ceph-mon[185614]: osdmap e835: 8 total, 8 up, 8 in 2023-10-14T00:15:09.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:08 smithi055 ceph-mon[183057]: osdmap e835: 8 total, 8 up, 8 in 2023-10-14T00:15:09.608 INFO:tasks.rados.rados.0.smithi055.stdout:3887: done (2 left) 2023-10-14T00:15:09.609 INFO:tasks.rados.rados.0.smithi055.stdout:3888: snap_create 2023-10-14T00:15:09.609 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 22 v 2693 (ObjNum 1058 snap 325 seq_num 1058) dirty exists 2023-10-14T00:15:09.610 INFO:tasks.rados.rados.0.smithi055.stdout:3886: expect (ObjNum 1174 snap 379 seq_num 1174) 2023-10-14T00:15:09.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:09 smithi082 ceph-mon[180771]: osdmap e836: 8 total, 8 up, 8 in 2023-10-14T00:15:09.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:15:09.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:09 smithi082 ceph-mon[180771]: pgmap v971: 121 pgs: 121 active+clean; 453 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.7 MiB/s rd, 2.1 MiB/s wr, 7 op/s 2023-10-14T00:15:10.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:09 smithi055 ceph-mon[185614]: osdmap e836: 8 total, 8 up, 8 in 2023-10-14T00:15:10.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:15:10.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:09 smithi055 ceph-mon[185614]: pgmap v971: 121 pgs: 121 active+clean; 453 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.7 MiB/s rd, 2.1 MiB/s wr, 7 op/s 2023-10-14T00:15:10.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:09 smithi055 ceph-mon[183057]: osdmap e836: 8 total, 8 up, 8 in 2023-10-14T00:15:10.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:15:10.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:09 smithi055 ceph-mon[183057]: pgmap v971: 121 pgs: 121 active+clean; 453 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.7 MiB/s rd, 2.1 MiB/s wr, 7 op/s 2023-10-14T00:15:10.499 INFO:tasks.rados.rados.0.smithi055.stdout:3885: done (2 left) 2023-10-14T00:15:10.499 INFO:tasks.rados.rados.0.smithi055.stdout:3886: done (1 left) 2023-10-14T00:15:10.499 INFO:tasks.rados.rados.0.smithi055.stdout:3888: done (0 left) 2023-10-14T00:15:10.499 INFO:tasks.rados.rados.0.smithi055.stdout:3889: read oid 47 snap -1 2023-10-14T00:15:10.500 INFO:tasks.rados.rados.0.smithi055.stdout:3889: expect (ObjNum 1012 snap 318 seq_num 1012) 2023-10-14T00:15:10.500 INFO:tasks.rados.rados.0.smithi055.stdout:3890: setattr oid 8 current snap is 389 2023-10-14T00:15:10.501 INFO:tasks.rados.rados.0.smithi055.stdout:3891: delete oid 6 current snap is 389 2023-10-14T00:15:10.508 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 8 v 1594 (ObjNum 161 snap 0 seq_num 0) dirty exists 2023-10-14T00:15:10.514 INFO:tasks.rados.rados.0.smithi055.stdout:3890: done (2 left) 2023-10-14T00:15:10.514 INFO:tasks.rados.rados.0.smithi055.stdout:3891: done (1 left) 2023-10-14T00:15:10.514 INFO:tasks.rados.rados.0.smithi055.stdout:3892: delete oid 19 current snap is 389 2023-10-14T00:15:10.517 INFO:tasks.rados.rados.0.smithi055.stdout:3892: done (1 left) 2023-10-14T00:15:10.517 INFO:tasks.rados.rados.0.smithi055.stdout:3893: snap_create 2023-10-14T00:15:10.519 INFO:tasks.rados.rados.0.smithi055.stdout:3889: expect (ObjNum 1012 snap 318 seq_num 1012) 2023-10-14T00:15:10.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:10 smithi082 ceph-mon[180771]: osdmap e837: 8 total, 8 up, 8 in 2023-10-14T00:15:10.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:10 smithi082 ceph-mon[180771]: osdmap e838: 8 total, 8 up, 8 in 2023-10-14T00:15:11.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:10 smithi055 ceph-mon[183057]: osdmap e837: 8 total, 8 up, 8 in 2023-10-14T00:15:11.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:10 smithi055 ceph-mon[183057]: osdmap e838: 8 total, 8 up, 8 in 2023-10-14T00:15:11.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:10 smithi055 ceph-mon[185614]: osdmap e837: 8 total, 8 up, 8 in 2023-10-14T00:15:11.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:10 smithi055 ceph-mon[185614]: osdmap e838: 8 total, 8 up, 8 in 2023-10-14T00:15:11.509 INFO:tasks.rados.rados.0.smithi055.stdout:3889: done (1 left) 2023-10-14T00:15:11.509 INFO:tasks.rados.rados.0.smithi055.stdout:3893: done (0 left) 2023-10-14T00:15:11.510 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 15 current snap is 390 2023-10-14T00:15:11.510 INFO:tasks.rados.rados.0.smithi055.stdout:3894: seq_num 1186 ranges {8519680=671744} 2023-10-14T00:15:11.561 INFO:tasks.rados.rados.0.smithi055.stdout:3894: writing smithi055169533-15 from 8519680 to 9191424 tid 1 2023-10-14T00:15:11.561 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 36 current snap is 390 2023-10-14T00:15:11.562 INFO:tasks.rados.rados.0.smithi055.stdout:3895: seq_num 1187 ranges {4980736=688128} 2023-10-14T00:15:11.593 INFO:tasks.rados.rados.0.smithi055.stdout:3895: writing smithi055169533-36 from 4980736 to 5668864 tid 1 2023-10-14T00:15:11.593 INFO:tasks.rados.rados.0.smithi055.stdout:3896: delete oid 8 current snap is 390 2023-10-14T00:15:11.594 INFO:tasks.rados.rados.0.smithi055.stdout:3894: finishing write tid 1 to smithi055169533-15 2023-10-14T00:15:11.594 INFO:tasks.rados.rados.0.smithi055.stdout:3894: finishing write tid 2 to smithi055169533-15 2023-10-14T00:15:11.594 INFO:tasks.rados.rados.0.smithi055.stdout:3894: finishing write tid 3 to smithi055169533-15 2023-10-14T00:15:11.594 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 15 v 2302 (ObjNum 1186 snap 390 seq_num 1186) dirty exists 2023-10-14T00:15:11.594 INFO:tasks.rados.rados.0.smithi055.stdout:3894: left oid 15 (ObjNum 1186 snap 390 seq_num 1186) 2023-10-14T00:15:11.597 INFO:tasks.rados.rados.0.smithi055.stdout:3894: done (2 left) 2023-10-14T00:15:11.598 INFO:tasks.rados.rados.0.smithi055.stdout:3896: done (1 left) 2023-10-14T00:15:11.598 INFO:tasks.rados.rados.0.smithi055.stdout:3897: copy_from oid 21 from oid 45 current snap is 390 2023-10-14T00:15:11.598 INFO:tasks.rados.rados.0.smithi055.stdout:3898: snap_remove snap 383 2023-10-14T00:15:11.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:11 smithi082 ceph-mon[180771]: pgmap v974: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 457 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 6.4 MiB/s rd, 2.5 MiB/s wr, 12 op/s 2023-10-14T00:15:11.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:11 smithi082 ceph-mon[180771]: osdmap e839: 8 total, 8 up, 8 in 2023-10-14T00:15:12.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:11 smithi055 ceph-mon[183057]: pgmap v974: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 457 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 6.4 MiB/s rd, 2.5 MiB/s wr, 12 op/s 2023-10-14T00:15:12.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:11 smithi055 ceph-mon[183057]: osdmap e839: 8 total, 8 up, 8 in 2023-10-14T00:15:12.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:11 smithi055 ceph-mon[185614]: pgmap v974: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 457 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 6.4 MiB/s rd, 2.5 MiB/s wr, 12 op/s 2023-10-14T00:15:12.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:11 smithi055 ceph-mon[185614]: osdmap e839: 8 total, 8 up, 8 in 2023-10-14T00:15:12.518 INFO:tasks.rados.rados.0.smithi055.stdout:3898: done (2 left) 2023-10-14T00:15:12.519 INFO:tasks.rados.rados.0.smithi055.stdout:3899: setattr oid 43 current snap is 390 2023-10-14T00:15:12.519 INFO:tasks.rados.rados.0.smithi055.stdout:3895: finishing write tid 1 to smithi055169533-36 2023-10-14T00:15:12.520 INFO:tasks.rados.rados.0.smithi055.stdout:3895: finishing write tid 2 to smithi055169533-36 2023-10-14T00:15:12.520 INFO:tasks.rados.rados.0.smithi055.stdout:3895: finishing write tid 3 to smithi055169533-36 2023-10-14T00:15:12.520 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 36 v 2330 (ObjNum 1187 snap 390 seq_num 1187) dirty exists 2023-10-14T00:15:12.521 INFO:tasks.rados.rados.0.smithi055.stdout:3895: left oid 36 (ObjNum 1187 snap 390 seq_num 1187) 2023-10-14T00:15:12.521 INFO:tasks.rados.rados.0.smithi055.stdout:3897: finishing copy_from racing read to smithi055169533-21 2023-10-14T00:15:12.521 INFO:tasks.rados.rados.0.smithi055.stdout:3897: finishing copy_from to smithi055169533-21 2023-10-14T00:15:12.522 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 21 v 2331 (ObjNum 1173 snap 378 seq_num 1173) dirty exists 2023-10-14T00:15:12.522 INFO:tasks.rados.rados.0.smithi055.stdout:3895: done (2 left) 2023-10-14T00:15:12.523 INFO:tasks.rados.rados.0.smithi055.stdout:3897: done (1 left) 2023-10-14T00:15:12.523 INFO:tasks.rados.rados.0.smithi055.stdout:3900: read oid 40 snap 380 2023-10-14T00:15:12.523 INFO:tasks.rados.rados.0.smithi055.stdout:3900: expect (ObjNum 1115 snap 349 seq_num 1115) 2023-10-14T00:15:12.523 INFO:tasks.rados.rados.0.smithi055.stdout:3901: read oid 20 snap -1 2023-10-14T00:15:12.523 INFO:tasks.rados.rados.0.smithi055.stdout:3901: expect (ObjNum 1176 snap 379 seq_num 1176) 2023-10-14T00:15:12.524 INFO:tasks.rados.rados.0.smithi055.stdout:3902: snap_create 2023-10-14T00:15:12.531 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 43 v 2332 (ObjNum 161 snap 0 seq_num 0) dirty exists 2023-10-14T00:15:12.535 INFO:tasks.rados.rados.0.smithi055.stdout:3900: expect (ObjNum 1115 snap 349 seq_num 1115) 2023-10-14T00:15:12.646 INFO:tasks.rados.rados.0.smithi055.stdout:3901: expect (ObjNum 1176 snap 379 seq_num 1176) 2023-10-14T00:15:13.535 INFO:tasks.rados.rados.0.smithi055.stdout:3899: done (3 left) 2023-10-14T00:15:13.536 INFO:tasks.rados.rados.0.smithi055.stdout:3900: done (2 left) 2023-10-14T00:15:13.536 INFO:tasks.rados.rados.0.smithi055.stdout:3901: done (1 left) 2023-10-14T00:15:13.537 INFO:tasks.rados.rados.0.smithi055.stdout:3902: done (0 left) 2023-10-14T00:15:13.537 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 25 current snap is 391 2023-10-14T00:15:13.537 INFO:tasks.rados.rados.0.smithi055.stdout:3903: seq_num 1189 ranges {7692288=720896} 2023-10-14T00:15:13.583 INFO:tasks.rados.rados.0.smithi055.stdout:3903: writing smithi055169533-25 from 7692288 to 8413184 tid 1 2023-10-14T00:15:13.583 INFO:tasks.rados.rados.0.smithi055.stdout:3904: rollback oid 44 current snap is 391 2023-10-14T00:15:13.583 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 44 to 377 2023-10-14T00:15:13.584 INFO:tasks.rados.rados.0.smithi055.stdout:3905: read oid 26 snap -1 2023-10-14T00:15:13.584 INFO:tasks.rados.rados.0.smithi055.stdout:3905: expect (ObjNum 1121 snap 349 seq_num 1121) 2023-10-14T00:15:13.584 INFO:tasks.rados.rados.0.smithi055.stdout:3906: copy_from oid 7 from oid 45 current snap is 391 2023-10-14T00:15:13.584 INFO:tasks.rados.rados.0.smithi055.stdout:3907: read oid 40 snap -1 2023-10-14T00:15:13.584 INFO:tasks.rados.rados.0.smithi055.stdout:3907: expect (ObjNum 1115 snap 349 seq_num 1115) 2023-10-14T00:15:13.585 INFO:tasks.rados.rados.0.smithi055.stdout:3908: rollback oid 15 current snap is 391 2023-10-14T00:15:13.585 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 15 to 388 2023-10-14T00:15:13.585 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 11 current snap is 391 2023-10-14T00:15:13.585 INFO:tasks.rados.rados.0.smithi055.stdout:3909: seq_num 1190 ranges {7077888=737280} 2023-10-14T00:15:13.627 INFO:tasks.rados.rados.0.smithi055.stdout:3909: writing smithi055169533-11 from 7077888 to 7815168 tid 1 2023-10-14T00:15:13.628 INFO:tasks.rados.rados.0.smithi055.stdout:3910: snap_remove snap 379 2023-10-14T00:15:13.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:13 smithi082 ceph-mon[180771]: osdmap e840: 8 total, 8 up, 8 in 2023-10-14T00:15:13.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:13 smithi082 ceph-mon[180771]: pgmap v977: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 457 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 2.8 MiB/s rd, 998 KiB/s wr, 9 op/s 2023-10-14T00:15:14.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:13 smithi055 ceph-mon[185614]: osdmap e840: 8 total, 8 up, 8 in 2023-10-14T00:15:14.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:13 smithi055 ceph-mon[185614]: pgmap v977: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 457 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 2.8 MiB/s rd, 998 KiB/s wr, 9 op/s 2023-10-14T00:15:14.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:13 smithi055 ceph-mon[183057]: osdmap e840: 8 total, 8 up, 8 in 2023-10-14T00:15:14.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:13 smithi055 ceph-mon[183057]: pgmap v977: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 457 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 2.8 MiB/s rd, 998 KiB/s wr, 9 op/s 2023-10-14T00:15:14.537 INFO:tasks.rados.rados.0.smithi055.stdout:3910: done (7 left) 2023-10-14T00:15:14.538 INFO:tasks.rados.rados.0.smithi055.stdout:3911: read oid 22 snap -1 2023-10-14T00:15:14.538 INFO:tasks.rados.rados.0.smithi055.stdout:3911: expect (ObjNum 1058 snap 325 seq_num 1058) 2023-10-14T00:15:14.538 INFO:tasks.rados.rados.0.smithi055.stdout:3912: read oid 47 snap -1 2023-10-14T00:15:14.539 INFO:tasks.rados.rados.0.smithi055.stdout:3912: expect (ObjNum 1012 snap 318 seq_num 1012) 2023-10-14T00:15:14.539 INFO:tasks.rados.rados.0.smithi055.stdout:3913: rmattr oid 30 current snap is 391 2023-10-14T00:15:14.539 INFO:tasks.rados.rados.0.smithi055.stdout:3913: done (9 left) 2023-10-14T00:15:14.539 INFO:tasks.rados.rados.0.smithi055.stdout:3914: snap_remove snap 384 2023-10-14T00:15:14.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:14 smithi082 ceph-mon[180771]: osdmap e841: 8 total, 8 up, 8 in 2023-10-14T00:15:15.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:14 smithi055 ceph-mon[185614]: osdmap e841: 8 total, 8 up, 8 in 2023-10-14T00:15:15.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:14 smithi055 ceph-mon[183057]: osdmap e841: 8 total, 8 up, 8 in 2023-10-14T00:15:15.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:15:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:15:15] "GET /metrics HTTP/1.1" 200 36162 "" "Prometheus/2.43.0" 2023-10-14T00:15:15.561 INFO:tasks.rados.rados.0.smithi055.stdout:3914: done (9 left) 2023-10-14T00:15:15.561 INFO:tasks.rados.rados.0.smithi055.stdout:3915: delete oid 3 current snap is 391 2023-10-14T00:15:15.561 INFO:tasks.rados.rados.0.smithi055.stdout:3904: finishing rollback tid 0 to smithi055169533-44 2023-10-14T00:15:15.561 INFO:tasks.rados.rados.0.smithi055.stdout:3904: finishing rollback tid 1 to smithi055169533-44 2023-10-14T00:15:15.562 INFO:tasks.rados.rados.0.smithi055.stdout:3903: finishing write tid 1 to smithi055169533-25 2023-10-14T00:15:15.562 INFO:tasks.rados.rados.0.smithi055.stdout:3903: finishing write tid 2 to smithi055169533-25 2023-10-14T00:15:15.562 INFO:tasks.rados.rados.0.smithi055.stdout:3908: finishing rollback tid 0 to smithi055169533-15 2023-10-14T00:15:15.562 INFO:tasks.rados.rados.0.smithi055.stdout:3906: finishing copy_from racing read to smithi055169533-7 2023-10-14T00:15:15.563 INFO:tasks.rados.rados.0.smithi055.stdout:3904: finishing rollback tid 2 to smithi055169533-44 2023-10-14T00:15:15.563 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 44 v 2335 (ObjNum 1121 snap 349 seq_num 1121) dirty exists 2023-10-14T00:15:15.563 INFO:tasks.rados.rados.0.smithi055.stdout:3906: finishing copy_from to smithi055169533-7 2023-10-14T00:15:15.563 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 7 v 2331 (ObjNum 1173 snap 378 seq_num 1173) dirty exists 2023-10-14T00:15:15.563 INFO:tasks.rados.rados.0.smithi055.stdout:3908: finishing rollback tid 1 to smithi055169533-15 2023-10-14T00:15:15.564 INFO:tasks.rados.rados.0.smithi055.stdout:3908: finishing rollback tid 2 to smithi055169533-15 2023-10-14T00:15:15.564 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 15 v 2310 (ObjNum 1125 snap 352 seq_num 1125) dirty exists 2023-10-14T00:15:15.564 INFO:tasks.rados.rados.0.smithi055.stdout:3905: expect (ObjNum 1121 snap 349 seq_num 1121) 2023-10-14T00:15:15.681 INFO:tasks.rados.rados.0.smithi055.stdout:3907: expect (ObjNum 1115 snap 349 seq_num 1115) 2023-10-14T00:15:15.790 INFO:tasks.rados.rados.0.smithi055.stdout:3903: finishing write tid 3 to smithi055169533-25 2023-10-14T00:15:15.791 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 25 v 2389 (ObjNum 1189 snap 391 seq_num 1189) dirty exists 2023-10-14T00:15:15.791 INFO:tasks.rados.rados.0.smithi055.stdout:3903: left oid 25 (ObjNum 1189 snap 391 seq_num 1189) 2023-10-14T00:15:15.791 INFO:tasks.rados.rados.0.smithi055.stdout:3909: finishing write tid 1 to smithi055169533-11 2023-10-14T00:15:15.791 INFO:tasks.rados.rados.0.smithi055.stdout:3909: finishing write tid 2 to smithi055169533-11 2023-10-14T00:15:15.792 INFO:tasks.rados.rados.0.smithi055.stdout:3909: finishing write tid 3 to smithi055169533-11 2023-10-14T00:15:15.792 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 11 v 2349 (ObjNum 1190 snap 391 seq_num 1190) dirty exists 2023-10-14T00:15:15.792 INFO:tasks.rados.rados.0.smithi055.stdout:3909: left oid 11 (ObjNum 1190 snap 391 seq_num 1190) 2023-10-14T00:15:15.792 INFO:tasks.rados.rados.0.smithi055.stdout:3912: expect (ObjNum 1012 snap 318 seq_num 1012) 2023-10-14T00:15:15.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:15 smithi082 ceph-mon[180771]: osdmap e842: 8 total, 8 up, 8 in 2023-10-14T00:15:15.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:15 smithi082 ceph-mon[180771]: pgmap v980: 121 pgs: 121 active+clean; 459 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.1 MiB/s rd, 552 KiB/s wr, 17 op/s 2023-10-14T00:15:15.993 INFO:tasks.rados.rados.0.smithi055.stdout:3911: expect (ObjNum 1058 snap 325 seq_num 1058) 2023-10-14T00:15:16.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:15 smithi055 ceph-mon[185614]: osdmap e842: 8 total, 8 up, 8 in 2023-10-14T00:15:16.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:15 smithi055 ceph-mon[185614]: pgmap v980: 121 pgs: 121 active+clean; 459 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.1 MiB/s rd, 552 KiB/s wr, 17 op/s 2023-10-14T00:15:16.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:15 smithi055 ceph-mon[183057]: osdmap e842: 8 total, 8 up, 8 in 2023-10-14T00:15:16.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:15 smithi055 ceph-mon[183057]: pgmap v980: 121 pgs: 121 active+clean; 459 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.1 MiB/s rd, 552 KiB/s wr, 17 op/s 2023-10-14T00:15:16.645 INFO:tasks.rados.rados.0.smithi055.stdout:3903: done (9 left) 2023-10-14T00:15:16.646 INFO:tasks.rados.rados.0.smithi055.stdout:3904: done (8 left) 2023-10-14T00:15:16.646 INFO:tasks.rados.rados.0.smithi055.stdout:3905: done (7 left) 2023-10-14T00:15:16.646 INFO:tasks.rados.rados.0.smithi055.stdout:3906: done (6 left) 2023-10-14T00:15:16.646 INFO:tasks.rados.rados.0.smithi055.stdout:3907: done (5 left) 2023-10-14T00:15:16.647 INFO:tasks.rados.rados.0.smithi055.stdout:3908: done (4 left) 2023-10-14T00:15:16.647 INFO:tasks.rados.rados.0.smithi055.stdout:3909: done (3 left) 2023-10-14T00:15:16.647 INFO:tasks.rados.rados.0.smithi055.stdout:3911: done (2 left) 2023-10-14T00:15:16.647 INFO:tasks.rados.rados.0.smithi055.stdout:3912: done (1 left) 2023-10-14T00:15:16.647 INFO:tasks.rados.rados.0.smithi055.stdout:3915: done (0 left) 2023-10-14T00:15:16.647 INFO:tasks.rados.rados.0.smithi055.stdout:3916: snap_remove snap 381 2023-10-14T00:15:16.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:16 smithi082 ceph-mon[180771]: osdmap e843: 8 total, 8 up, 8 in 2023-10-14T00:15:17.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:16 smithi055 ceph-mon[185614]: osdmap e843: 8 total, 8 up, 8 in 2023-10-14T00:15:17.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:16 smithi055 ceph-mon[183057]: osdmap e843: 8 total, 8 up, 8 in 2023-10-14T00:15:17.591 INFO:tasks.rados.rados.0.smithi055.stdout:3916: done (0 left) 2023-10-14T00:15:17.591 INFO:tasks.rados.rados.0.smithi055.stdout:3917: snap_remove snap 356 2023-10-14T00:15:17.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:17 smithi082 ceph-mon[180771]: pgmap v982: 121 pgs: 121 active+clean; 459 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 12 MiB/s rd, 659 KiB/s wr, 18 op/s 2023-10-14T00:15:18.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:17 smithi055 ceph-mon[183057]: pgmap v982: 121 pgs: 121 active+clean; 459 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 12 MiB/s rd, 659 KiB/s wr, 18 op/s 2023-10-14T00:15:18.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:17 smithi055 ceph-mon[185614]: pgmap v982: 121 pgs: 121 active+clean; 459 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 12 MiB/s rd, 659 KiB/s wr, 18 op/s 2023-10-14T00:15:18.598 INFO:tasks.rados.rados.0.smithi055.stdout:3917: done (0 left) 2023-10-14T00:15:18.598 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 3 current snap is 391 2023-10-14T00:15:18.598 INFO:tasks.rados.rados.0.smithi055.stdout:3918: seq_num 1192 ranges {0=770048} 2023-10-14T00:15:18.603 INFO:tasks.rados.rados.0.smithi055.stdout:3918: writing smithi055169533-3 from 0 to 770048 tid 1 2023-10-14T00:15:18.603 INFO:tasks.rados.rados.0.smithi055.stdout:3919: rollback oid 49 current snap is 391 2023-10-14T00:15:18.603 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 49 to 330 2023-10-14T00:15:18.604 INFO:tasks.rados.rados.0.smithi055.stdout:3920: read oid 44 snap -1 2023-10-14T00:15:18.604 INFO:tasks.rados.rados.0.smithi055.stdout:3920: expect (ObjNum 1121 snap 349 seq_num 1121) 2023-10-14T00:15:18.604 INFO:tasks.rados.rados.0.smithi055.stdout:3921: copy_from oid 45 from oid 16 current snap is 391 2023-10-14T00:15:18.607 INFO:tasks.rados.rados.0.smithi055.stdout:3922: copy_from oid 5 from oid 30 current snap is 391 2023-10-14T00:15:18.608 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 35 current snap is 391 2023-10-14T00:15:18.608 INFO:tasks.rados.rados.0.smithi055.stdout:3923: seq_num 1193 ranges {2850816=786432} 2023-10-14T00:15:18.626 INFO:tasks.rados.rados.0.smithi055.stdout:3923: writing smithi055169533-35 from 2850816 to 3637248 tid 1 2023-10-14T00:15:18.626 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 2 current snap is 391 2023-10-14T00:15:18.626 INFO:tasks.rados.rados.0.smithi055.stdout:3924: seq_num 1194 ranges {417792=802816} 2023-10-14T00:15:18.634 INFO:tasks.rados.rados.0.smithi055.stdout:3924: writing smithi055169533-2 from 417792 to 1220608 tid 1 2023-10-14T00:15:18.634 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 26 current snap is 391 2023-10-14T00:15:18.635 INFO:tasks.rados.rados.0.smithi055.stdout:3921: finishing copy_from racing read to smithi055169533-45 2023-10-14T00:15:18.635 INFO:tasks.rados.rados.0.smithi055.stdout:3922: finishing copy_from to smithi055169533-5 2023-10-14T00:15:18.635 INFO:tasks.rados.rados.0.smithi055.stdout:3922: got expected ENOENT (src dne) 2023-10-14T00:15:18.635 INFO:tasks.rados.rados.0.smithi055.stdout:3922: finishing copy_from racing read to smithi055169533-5 2023-10-14T00:15:18.636 INFO:tasks.rados.rados.0.smithi055.stdout:3918: finishing write tid 1 to smithi055169533-3 2023-10-14T00:15:18.636 INFO:tasks.rados.rados.0.smithi055.stdout:3918: finishing write tid 2 to smithi055169533-3 2023-10-14T00:15:18.636 INFO:tasks.rados.rados.0.smithi055.stdout:3920: expect (ObjNum 1121 snap 349 seq_num 1121) 2023-10-14T00:15:18.753 INFO:tasks.rados.rados.0.smithi055.stdout:3921: finishing copy_from to smithi055169533-45 2023-10-14T00:15:18.753 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 45 v 1543 (ObjNum 65 snap 0 seq_num 1447978343) dirty exists 2023-10-14T00:15:18.753 INFO:tasks.rados.rados.0.smithi055.stdout:3923: finishing write tid 1 to smithi055169533-35 2023-10-14T00:15:18.753 INFO:tasks.rados.rados.0.smithi055.stdout:3925: seq_num 1195 ranges {3465216=417792,3883008=401408} 2023-10-14T00:15:18.774 INFO:tasks.rados.rados.0.smithi055.stdout:3925: writing smithi055169533-26 from 3465216 to 3883008 tid 1 2023-10-14T00:15:18.777 INFO:tasks.rados.rados.0.smithi055.stdout:3925: writing smithi055169533-26 from 3883008 to 4284416 tid 2 2023-10-14T00:15:18.778 INFO:tasks.rados.rados.0.smithi055.stdout:3920: done (7 left) 2023-10-14T00:15:18.778 INFO:tasks.rados.rados.0.smithi055.stdout:3921: done (6 left) 2023-10-14T00:15:18.778 INFO:tasks.rados.rados.0.smithi055.stdout:3922: done (5 left) 2023-10-14T00:15:18.778 INFO:tasks.rados.rados.0.smithi055.stdout:3926: delete oid 18 current snap is 391 2023-10-14T00:15:18.778 INFO:tasks.rados.rados.0.smithi055.stdout:3923: finishing write tid 2 to smithi055169533-35 2023-10-14T00:15:18.779 INFO:tasks.rados.rados.0.smithi055.stdout:3919: finishing rollback tid 0 to smithi055169533-49 2023-10-14T00:15:18.779 INFO:tasks.rados.rados.0.smithi055.stdout:3923: finishing write tid 3 to smithi055169533-35 2023-10-14T00:15:18.779 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 35 v 2724 (ObjNum 1193 snap 391 seq_num 1193) dirty exists 2023-10-14T00:15:18.779 INFO:tasks.rados.rados.0.smithi055.stdout:3923: left oid 35 (ObjNum 1193 snap 391 seq_num 1193) 2023-10-14T00:15:18.779 INFO:tasks.rados.rados.0.smithi055.stdout:3918: finishing write tid 3 to smithi055169533-3 2023-10-14T00:15:18.780 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 3 v 2328 (ObjNum 1192 snap 391 seq_num 1192) dirty exists 2023-10-14T00:15:18.780 INFO:tasks.rados.rados.0.smithi055.stdout:3918: left oid 3 (ObjNum 1192 snap 391 seq_num 1192) 2023-10-14T00:15:18.780 INFO:tasks.rados.rados.0.smithi055.stdout:3919: finishing rollback tid 1 to smithi055169533-49 2023-10-14T00:15:18.780 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 49 v 2331 (ObjNum 225 snap 0 seq_num 1530251376) dirty dne 2023-10-14T00:15:18.780 INFO:tasks.rados.rados.0.smithi055.stdout:3924: finishing write tid 1 to smithi055169533-2 2023-10-14T00:15:18.781 INFO:tasks.rados.rados.0.smithi055.stdout:3924: finishing write tid 2 to smithi055169533-2 2023-10-14T00:15:18.781 INFO:tasks.rados.rados.0.smithi055.stdout:3924: finishing write tid 3 to smithi055169533-2 2023-10-14T00:15:18.781 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 2 v 2172 (ObjNum 1194 snap 391 seq_num 1194) dirty exists 2023-10-14T00:15:18.781 INFO:tasks.rados.rados.0.smithi055.stdout:3924: left oid 2 (ObjNum 1194 snap 391 seq_num 1194) 2023-10-14T00:15:18.782 INFO:tasks.rados.rados.0.smithi055.stdout:3925: finishing write tid 1 to smithi055169533-26 2023-10-14T00:15:18.782 INFO:tasks.rados.rados.0.smithi055.stdout:3925: finishing write tid 2 to smithi055169533-26 2023-10-14T00:15:18.783 INFO:tasks.rados.rados.0.smithi055.stdout:3925: finishing write tid 3 to smithi055169533-26 2023-10-14T00:15:18.783 INFO:tasks.rados.rados.0.smithi055.stdout:3918: done (5 left) 2023-10-14T00:15:18.783 INFO:tasks.rados.rados.0.smithi055.stdout:3919: done (4 left) 2023-10-14T00:15:18.783 INFO:tasks.rados.rados.0.smithi055.stdout:3923: done (3 left) 2023-10-14T00:15:18.784 INFO:tasks.rados.rados.0.smithi055.stdout:3924: done (2 left) 2023-10-14T00:15:18.784 INFO:tasks.rados.rados.0.smithi055.stdout:3926: done (1 left) 2023-10-14T00:15:18.784 INFO:tasks.rados.rados.0.smithi055.stdout:3927: snap_remove snap 365 2023-10-14T00:15:18.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:18 smithi082 ceph-mon[180771]: osdmap e844: 8 total, 8 up, 8 in 2023-10-14T00:15:19.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:18 smithi055 ceph-mon[185614]: osdmap e844: 8 total, 8 up, 8 in 2023-10-14T00:15:19.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:18 smithi055 ceph-mon[183057]: osdmap e844: 8 total, 8 up, 8 in 2023-10-14T00:15:19.611 INFO:tasks.rados.rados.0.smithi055.stdout:3927: done (1 left) 2023-10-14T00:15:19.612 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 3 current snap is 391 2023-10-14T00:15:19.612 INFO:tasks.rados.rados.0.smithi055.stdout:3928: seq_num 1197 ranges {770048=450560,1220608=401408} 2023-10-14T00:15:19.619 INFO:tasks.rados.rados.0.smithi055.stdout:3928: writing smithi055169533-3 from 770048 to 1220608 tid 1 2023-10-14T00:15:19.622 INFO:tasks.rados.rados.0.smithi055.stdout:3928: writing smithi055169533-3 from 1220608 to 1622016 tid 2 2023-10-14T00:15:19.622 INFO:tasks.rados.rados.0.smithi055.stdout:3929: read oid 8 snap -1 2023-10-14T00:15:19.622 INFO:tasks.rados.rados.0.smithi055.stdout:3929: expect deleted 2023-10-14T00:15:19.623 INFO:tasks.rados.rados.0.smithi055.stdout:3930: read oid 14 snap 385 2023-10-14T00:15:19.623 INFO:tasks.rados.rados.0.smithi055.stdout:3930: expect deleted 2023-10-14T00:15:19.623 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 30 current snap is 391 2023-10-14T00:15:19.623 INFO:tasks.rados.rados.0.smithi055.stdout:3931: seq_num 1198 ranges {0=466944,466944=401408} 2023-10-14T00:15:19.628 INFO:tasks.rados.rados.0.smithi055.stdout:3931: writing smithi055169533-30 from 0 to 466944 tid 1 2023-10-14T00:15:19.628 INFO:tasks.rados.rados.0.smithi055.stdout:3931: writing smithi055169533-30 from 466944 to 868352 tid 2 2023-10-14T00:15:19.628 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 43 current snap is 391 2023-10-14T00:15:19.629 INFO:tasks.rados.rados.0.smithi055.stdout:3925: finishing write tid 4 to smithi055169533-26 2023-10-14T00:15:19.629 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 26 v 1907 (ObjNum 1195 snap 391 seq_num 1195) dirty exists 2023-10-14T00:15:19.629 INFO:tasks.rados.rados.0.smithi055.stdout:3925: left oid 26 (ObjNum 1195 snap 391 seq_num 1195) 2023-10-14T00:15:19.636 INFO:tasks.rados.rados.0.smithi055.stdout:3932: seq_num 1199 ranges {0=483328,483328=401408} 2023-10-14T00:15:19.636 INFO:tasks.rados.rados.0.smithi055.stdout:3932: writing smithi055169533-43 from 0 to 483328 tid 1 2023-10-14T00:15:19.636 INFO:tasks.rados.rados.0.smithi055.stdout:3932: writing smithi055169533-43 from 483328 to 884736 tid 2 2023-10-14T00:15:19.637 INFO:tasks.rados.rados.0.smithi055.stdout:3925: done (5 left) 2023-10-14T00:15:19.637 INFO:tasks.rados.rados.0.smithi055.stdout:3930: done (4 left) 2023-10-14T00:15:19.637 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 32 current snap is 391 2023-10-14T00:15:19.637 INFO:tasks.rados.rados.0.smithi055.stdout:3933: seq_num 1200 ranges {622592=499712,1122304=401408} 2023-10-14T00:15:19.644 INFO:tasks.rados.rados.0.smithi055.stdout:3933: writing smithi055169533-32 from 622592 to 1122304 tid 1 2023-10-14T00:15:19.647 INFO:tasks.rados.rados.0.smithi055.stdout:3933: writing smithi055169533-32 from 1122304 to 1523712 tid 2 2023-10-14T00:15:19.647 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 35 current snap is 391 2023-10-14T00:15:19.647 INFO:tasks.rados.rados.0.smithi055.stdout:3934: seq_num 1201 ranges {3637248=524288,4161536=401408} 2023-10-14T00:15:19.669 INFO:tasks.rados.rados.0.smithi055.stdout:3934: writing smithi055169533-35 from 3637248 to 4161536 tid 1 2023-10-14T00:15:19.672 INFO:tasks.rados.rados.0.smithi055.stdout:3934: writing smithi055169533-35 from 4161536 to 4562944 tid 2 2023-10-14T00:15:19.672 INFO:tasks.rados.rados.0.smithi055.stdout:3935: read oid 40 snap 382 2023-10-14T00:15:19.672 INFO:tasks.rados.rados.0.smithi055.stdout:3935: expect (ObjNum 1115 snap 349 seq_num 1115) 2023-10-14T00:15:19.672 INFO:tasks.rados.rados.0.smithi055.stdout:3936: delete oid 21 current snap is 391 2023-10-14T00:15:19.673 INFO:tasks.rados.rados.0.smithi055.stdout:3931: finishing write tid 1 to smithi055169533-30 2023-10-14T00:15:19.673 INFO:tasks.rados.rados.0.smithi055.stdout:3931: finishing write tid 2 to smithi055169533-30 2023-10-14T00:15:19.673 INFO:tasks.rados.rados.0.smithi055.stdout:3931: finishing write tid 3 to smithi055169533-30 2023-10-14T00:15:19.673 INFO:tasks.rados.rados.0.smithi055.stdout:3928: finishing write tid 1 to smithi055169533-3 2023-10-14T00:15:19.673 INFO:tasks.rados.rados.0.smithi055.stdout:3928: finishing write tid 2 to smithi055169533-3 2023-10-14T00:15:19.673 INFO:tasks.rados.rados.0.smithi055.stdout:3928: finishing write tid 3 to smithi055169533-3 2023-10-14T00:15:19.674 INFO:tasks.rados.rados.0.smithi055.stdout:3928: finishing write tid 4 to smithi055169533-3 2023-10-14T00:15:19.674 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 3 v 2350 (ObjNum 1197 snap 391 seq_num 1197) dirty exists 2023-10-14T00:15:19.674 INFO:tasks.rados.rados.0.smithi055.stdout:3928: left oid 3 (ObjNum 1197 snap 391 seq_num 1197) 2023-10-14T00:15:19.674 INFO:tasks.rados.rados.0.smithi055.stdout:3932: finishing write tid 1 to smithi055169533-43 2023-10-14T00:15:19.674 INFO:tasks.rados.rados.0.smithi055.stdout:3931: finishing write tid 4 to smithi055169533-30 2023-10-14T00:15:19.675 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 30 v 2170 (ObjNum 1198 snap 391 seq_num 1198) dirty exists 2023-10-14T00:15:19.675 INFO:tasks.rados.rados.0.smithi055.stdout:3931: left oid 30 (ObjNum 1198 snap 391 seq_num 1198) 2023-10-14T00:15:19.675 INFO:tasks.rados.rados.0.smithi055.stdout:3932: finishing write tid 2 to smithi055169533-43 2023-10-14T00:15:19.675 INFO:tasks.rados.rados.0.smithi055.stdout:3932: finishing write tid 3 to smithi055169533-43 2023-10-14T00:15:19.675 INFO:tasks.rados.rados.0.smithi055.stdout:3932: finishing write tid 4 to smithi055169533-43 2023-10-14T00:15:19.675 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 43 v 2338 (ObjNum 1199 snap 391 seq_num 1199) dirty exists 2023-10-14T00:15:19.676 INFO:tasks.rados.rados.0.smithi055.stdout:3932: left oid 43 (ObjNum 1199 snap 391 seq_num 1199) 2023-10-14T00:15:19.676 INFO:tasks.rados.rados.0.smithi055.stdout:3933: finishing write tid 1 to smithi055169533-32 2023-10-14T00:15:19.676 INFO:tasks.rados.rados.0.smithi055.stdout:3933: finishing write tid 2 to smithi055169533-32 2023-10-14T00:15:19.676 INFO:tasks.rados.rados.0.smithi055.stdout:3933: finishing write tid 3 to smithi055169533-32 2023-10-14T00:15:19.676 INFO:tasks.rados.rados.0.smithi055.stdout:3933: finishing write tid 4 to smithi055169533-32 2023-10-14T00:15:19.676 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 32 v 2143 (ObjNum 1200 snap 391 seq_num 1200) dirty exists 2023-10-14T00:15:19.677 INFO:tasks.rados.rados.0.smithi055.stdout:3933: left oid 32 (ObjNum 1200 snap 391 seq_num 1200) 2023-10-14T00:15:19.677 INFO:tasks.rados.rados.0.smithi055.stdout:3928: done (7 left) 2023-10-14T00:15:19.677 INFO:tasks.rados.rados.0.smithi055.stdout:3929: done (6 left) 2023-10-14T00:15:19.678 INFO:tasks.rados.rados.0.smithi055.stdout:3931: done (5 left) 2023-10-14T00:15:19.678 INFO:tasks.rados.rados.0.smithi055.stdout:3932: done (4 left) 2023-10-14T00:15:19.678 INFO:tasks.rados.rados.0.smithi055.stdout:3933: done (3 left) 2023-10-14T00:15:19.678 INFO:tasks.rados.rados.0.smithi055.stdout:3936: done (2 left) 2023-10-14T00:15:19.678 INFO:tasks.rados.rados.0.smithi055.stdout:3937: delete oid 10 current snap is 391 2023-10-14T00:15:19.679 INFO:tasks.rados.rados.0.smithi055.stdout:3934: finishing write tid 1 to smithi055169533-35 2023-10-14T00:15:19.679 INFO:tasks.rados.rados.0.smithi055.stdout:3934: finishing write tid 2 to smithi055169533-35 2023-10-14T00:15:19.681 INFO:tasks.rados.rados.0.smithi055.stdout:3935: expect (ObjNum 1115 snap 349 seq_num 1115) 2023-10-14T00:15:19.791 INFO:tasks.rados.rados.0.smithi055.stdout:3934: finishing write tid 3 to smithi055169533-35 2023-10-14T00:15:19.791 INFO:tasks.rados.rados.0.smithi055.stdout:3934: finishing write tid 4 to smithi055169533-35 2023-10-14T00:15:19.791 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 35 v 2739 (ObjNum 1201 snap 391 seq_num 1201) dirty exists 2023-10-14T00:15:19.792 INFO:tasks.rados.rados.0.smithi055.stdout:3934: left oid 35 (ObjNum 1201 snap 391 seq_num 1201) 2023-10-14T00:15:19.792 INFO:tasks.rados.rados.0.smithi055.stdout:3934: done (2 left) 2023-10-14T00:15:19.792 INFO:tasks.rados.rados.0.smithi055.stdout:3935: done (1 left) 2023-10-14T00:15:19.792 INFO:tasks.rados.rados.0.smithi055.stdout:3937: done (0 left) 2023-10-14T00:15:19.792 INFO:tasks.rados.rados.0.smithi055.stdout:3938: copy_from oid 14 from oid 15 current snap is 391 2023-10-14T00:15:19.793 INFO:tasks.rados.rados.0.smithi055.stdout:3939: delete oid 19 current snap is 391 2023-10-14T00:15:19.793 INFO:tasks.rados.rados.0.smithi055.stdout:3939: done (1 left) 2023-10-14T00:15:19.793 INFO:tasks.rados.rados.0.smithi055.stdout:3940: delete oid 20 current snap is 391 2023-10-14T00:15:19.796 INFO:tasks.rados.rados.0.smithi055.stdout:3940: done (1 left) 2023-10-14T00:15:19.796 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 23 current snap is 391 2023-10-14T00:15:19.796 INFO:tasks.rados.rados.0.smithi055.stdout:3941: seq_num 1206 ranges {5980160=606208,6586368=401408} 2023-10-14T00:15:19.833 INFO:tasks.rados.rados.0.smithi055.stdout:3941: writing smithi055169533-23 from 5980160 to 6586368 tid 1 2023-10-14T00:15:19.836 INFO:tasks.rados.rados.0.smithi055.stdout:3941: writing smithi055169533-23 from 6586368 to 6987776 tid 2 2023-10-14T00:15:19.836 INFO:tasks.rados.rados.0.smithi055.stdout:3942: snap_create 2023-10-14T00:15:19.836 INFO:tasks.rados.rados.0.smithi055.stdout:3938: finishing copy_from racing read to smithi055169533-14 2023-10-14T00:15:19.837 INFO:tasks.rados.rados.0.smithi055.stdout:3938: finishing copy_from to smithi055169533-14 2023-10-14T00:15:19.837 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 14 v 2310 (ObjNum 1125 snap 352 seq_num 1125) dirty exists 2023-10-14T00:15:19.840 INFO:tasks.rados.rados.0.smithi055.stdout:3941: finishing write tid 1 to smithi055169533-23 2023-10-14T00:15:19.840 INFO:tasks.rados.rados.0.smithi055.stdout:3941: finishing write tid 2 to smithi055169533-23 2023-10-14T00:15:19.840 INFO:tasks.rados.rados.0.smithi055.stdout:3941: finishing write tid 3 to smithi055169533-23 2023-10-14T00:15:19.842 INFO:tasks.rados.rados.0.smithi055.stdout:3941: finishing write tid 4 to smithi055169533-23 2023-10-14T00:15:19.843 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 23 v 2174 (ObjNum 1206 snap 391 seq_num 1206) dirty exists 2023-10-14T00:15:19.843 INFO:tasks.rados.rados.0.smithi055.stdout:3941: left oid 23 (ObjNum 1206 snap 391 seq_num 1206) 2023-10-14T00:15:19.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:19 smithi082 ceph-mon[180771]: osdmap e845: 8 total, 8 up, 8 in 2023-10-14T00:15:19.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:19 smithi082 ceph-mon[180771]: pgmap v985: 121 pgs: 121 active+clean; 461 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.9 MiB/s rd, 492 KiB/s wr, 4 op/s 2023-10-14T00:15:20.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:19 smithi055 ceph-mon[185614]: osdmap e845: 8 total, 8 up, 8 in 2023-10-14T00:15:20.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:19 smithi055 ceph-mon[185614]: pgmap v985: 121 pgs: 121 active+clean; 461 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.9 MiB/s rd, 492 KiB/s wr, 4 op/s 2023-10-14T00:15:20.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:19 smithi055 ceph-mon[183057]: osdmap e845: 8 total, 8 up, 8 in 2023-10-14T00:15:20.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:19 smithi055 ceph-mon[183057]: pgmap v985: 121 pgs: 121 active+clean; 461 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.9 MiB/s rd, 492 KiB/s wr, 4 op/s 2023-10-14T00:15:20.512 INFO:tasks.rados.rados.0.smithi055.stdout:3938: done (2 left) 2023-10-14T00:15:20.513 INFO:tasks.rados.rados.0.smithi055.stdout:3941: done (1 left) 2023-10-14T00:15:20.513 INFO:tasks.rados.rados.0.smithi055.stdout:3942: done (0 left) 2023-10-14T00:15:20.514 INFO:tasks.rados.rados.0.smithi055.stdout:3943: read oid 1 snap 377 2023-10-14T00:15:20.514 INFO:tasks.rados.rados.0.smithi055.stdout:3943: expect (ObjNum 1156 snap 372 seq_num 1156) 2023-10-14T00:15:20.514 INFO:tasks.rados.rados.0.smithi055.stdout:3944: read oid 44 snap -1 2023-10-14T00:15:20.514 INFO:tasks.rados.rados.0.smithi055.stdout:3944: expect (ObjNum 1121 snap 349 seq_num 1121) 2023-10-14T00:15:20.515 INFO:tasks.rados.rados.0.smithi055.stdout:3945: rollback oid 27 current snap is 392 2023-10-14T00:15:20.515 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 27 to 362 2023-10-14T00:15:20.515 INFO:tasks.rados.rados.0.smithi055.stdout:3946: snap_remove snap 372 2023-10-14T00:15:20.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:20 smithi082 ceph-mon[180771]: osdmap e846: 8 total, 8 up, 8 in 2023-10-14T00:15:20.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:20 smithi082 ceph-mon[180771]: osdmap e847: 8 total, 8 up, 8 in 2023-10-14T00:15:21.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:20 smithi055 ceph-mon[185614]: osdmap e846: 8 total, 8 up, 8 in 2023-10-14T00:15:21.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:20 smithi055 ceph-mon[185614]: osdmap e847: 8 total, 8 up, 8 in 2023-10-14T00:15:21.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:20 smithi055 ceph-mon[183057]: osdmap e846: 8 total, 8 up, 8 in 2023-10-14T00:15:21.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:20 smithi055 ceph-mon[183057]: osdmap e847: 8 total, 8 up, 8 in 2023-10-14T00:15:21.512 INFO:tasks.rados.rados.0.smithi055.stdout:3946: done (3 left) 2023-10-14T00:15:21.513 INFO:tasks.rados.rados.0.smithi055.stdout:3947: snap_remove snap 374 2023-10-14T00:15:22.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:21 smithi055 ceph-mon[185614]: pgmap v988: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 469 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.6 MiB/s rd, 3.0 MiB/s wr, 8 op/s 2023-10-14T00:15:22.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:21 smithi055 ceph-mon[185614]: osdmap e848: 8 total, 8 up, 8 in 2023-10-14T00:15:22.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:21 smithi055 ceph-mon[183057]: pgmap v988: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 469 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.6 MiB/s rd, 3.0 MiB/s wr, 8 op/s 2023-10-14T00:15:22.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:21 smithi055 ceph-mon[183057]: osdmap e848: 8 total, 8 up, 8 in 2023-10-14T00:15:22.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:21 smithi082 ceph-mon[180771]: pgmap v988: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 469 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.6 MiB/s rd, 3.0 MiB/s wr, 8 op/s 2023-10-14T00:15:22.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:21 smithi082 ceph-mon[180771]: osdmap e848: 8 total, 8 up, 8 in 2023-10-14T00:15:22.520 INFO:tasks.rados.rados.0.smithi055.stdout:3947: done (3 left) 2023-10-14T00:15:22.520 INFO:tasks.rados.rados.0.smithi055.stdout:3948: delete oid 30 current snap is 392 2023-10-14T00:15:22.521 INFO:tasks.rados.rados.0.smithi055.stdout:3945: finishing rollback tid 0 to smithi055169533-27 2023-10-14T00:15:22.521 INFO:tasks.rados.rados.0.smithi055.stdout:3945: finishing rollback tid 1 to smithi055169533-27 2023-10-14T00:15:22.521 INFO:tasks.rados.rados.0.smithi055.stdout:3944: expect (ObjNum 1121 snap 349 seq_num 1121) 2023-10-14T00:15:22.644 INFO:tasks.rados.rados.0.smithi055.stdout:3945: finishing rollback tid 2 to smithi055169533-27 2023-10-14T00:15:22.645 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 27 v 2744 (ObjNum 1071 snap 331 seq_num 1071) dirty exists 2023-10-14T00:15:22.645 INFO:tasks.rados.rados.0.smithi055.stdout:3944: done (3 left) 2023-10-14T00:15:22.645 INFO:tasks.rados.rados.0.smithi055.stdout:3945: done (2 left) 2023-10-14T00:15:22.645 INFO:tasks.rados.rados.0.smithi055.stdout:3948: done (1 left) 2023-10-14T00:15:22.646 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 36 current snap is 392 2023-10-14T00:15:22.646 INFO:tasks.rados.rados.0.smithi055.stdout:3943: expect (ObjNum 1156 snap 372 seq_num 1156) 2023-10-14T00:15:23.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:23 smithi082 ceph-mon[180771]: osdmap e849: 8 total, 8 up, 8 in 2023-10-14T00:15:23.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:23 smithi082 ceph-mon[180771]: pgmap v991: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 470 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.6 MiB/s rd, 2.9 MiB/s wr, 6 op/s 2023-10-14T00:15:24.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:23 smithi055 ceph-mon[185614]: osdmap e849: 8 total, 8 up, 8 in 2023-10-14T00:15:24.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:23 smithi055 ceph-mon[185614]: pgmap v991: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 470 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.6 MiB/s rd, 2.9 MiB/s wr, 6 op/s 2023-10-14T00:15:24.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:23 smithi055 ceph-mon[183057]: osdmap e849: 8 total, 8 up, 8 in 2023-10-14T00:15:24.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:23 smithi055 ceph-mon[183057]: pgmap v991: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 470 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.6 MiB/s rd, 2.9 MiB/s wr, 6 op/s 2023-10-14T00:15:24.288 INFO:tasks.rados.rados.0.smithi055.stdout:3949: seq_num 1208 ranges {5668864=638976,6307840=401408} 2023-10-14T00:15:24.324 INFO:tasks.rados.rados.0.smithi055.stdout:3949: writing smithi055169533-36 from 5668864 to 6307840 tid 1 2023-10-14T00:15:24.326 INFO:tasks.rados.rados.0.smithi055.stdout:3949: writing smithi055169533-36 from 6307840 to 6709248 tid 2 2023-10-14T00:15:24.327 INFO:tasks.rados.rados.0.smithi055.stdout:3943: done (1 left) 2023-10-14T00:15:24.327 INFO:tasks.rados.rados.0.smithi055.stdout:3950: snap_remove snap 362 2023-10-14T00:15:24.535 INFO:tasks.rados.rados.0.smithi055.stdout:3950: done (1 left) 2023-10-14T00:15:24.536 INFO:tasks.rados.rados.0.smithi055.stdout:3951: delete oid 50 current snap is 392 2023-10-14T00:15:24.536 INFO:tasks.rados.rados.0.smithi055.stdout:3949: finishing write tid 1 to smithi055169533-36 2023-10-14T00:15:24.536 INFO:tasks.rados.rados.0.smithi055.stdout:3949: finishing write tid 2 to smithi055169533-36 2023-10-14T00:15:24.537 INFO:tasks.rados.rados.0.smithi055.stdout:3949: finishing write tid 3 to smithi055169533-36 2023-10-14T00:15:24.537 INFO:tasks.rados.rados.0.smithi055.stdout:3949: finishing write tid 4 to smithi055169533-36 2023-10-14T00:15:24.537 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 36 v 2333 (ObjNum 1208 snap 392 seq_num 1208) dirty exists 2023-10-14T00:15:24.537 INFO:tasks.rados.rados.0.smithi055.stdout:3949: left oid 36 (ObjNum 1208 snap 392 seq_num 1208) 2023-10-14T00:15:24.550 INFO:tasks.rados.rados.0.smithi055.stdout:3949: done (1 left) 2023-10-14T00:15:24.551 INFO:tasks.rados.rados.0.smithi055.stdout:3951: done (0 left) 2023-10-14T00:15:24.551 INFO:tasks.rados.rados.0.smithi055.stdout:3952: copy_from oid 29 from oid 12 current snap is 392 2023-10-14T00:15:24.551 INFO:tasks.rados.rados.0.smithi055.stdout:3953: copy_from oid 46 from oid 11 current snap is 392 2023-10-14T00:15:24.551 INFO:tasks.rados.rados.0.smithi055.stdout:3954: read oid 17 snap 353 2023-10-14T00:15:24.551 INFO:tasks.rados.rados.0.smithi055.stdout:3954: expect (ObjNum 1099 snap 343 seq_num 1099) 2023-10-14T00:15:24.552 INFO:tasks.rados.rados.0.smithi055.stdout:3955: snap_remove snap 388 2023-10-14T00:15:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:15:25.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:15:25.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:15:25.511 INFO:tasks.rados.rados.0.smithi055.stdout:3955: done (3 left) 2023-10-14T00:15:25.512 INFO:tasks.rados.rados.0.smithi055.stdout:3956: snap_create 2023-10-14T00:15:25.512 INFO:tasks.rados.rados.0.smithi055.stdout:3952: finishing copy_from racing read to smithi055169533-29 2023-10-14T00:15:25.512 INFO:tasks.rados.rados.0.smithi055.stdout:3952: finishing copy_from to smithi055169533-29 2023-10-14T00:15:25.512 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 29 v 1903 (ObjNum 1121 snap 349 seq_num 1121) dirty exists 2023-10-14T00:15:25.513 INFO:tasks.rados.rados.0.smithi055.stdout:3954: expect (ObjNum 1099 snap 343 seq_num 1099) 2023-10-14T00:15:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:15:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:15:25] "GET /metrics HTTP/1.1" 200 36159 "" "Prometheus/2.43.0" 2023-10-14T00:15:25.738 INFO:tasks.rados.rados.0.smithi055.stdout:3953: finishing copy_from racing read to smithi055169533-46 2023-10-14T00:15:25.739 INFO:tasks.rados.rados.0.smithi055.stdout:3953: finishing copy_from to smithi055169533-46 2023-10-14T00:15:25.739 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 46 v 2349 (ObjNum 1190 snap 391 seq_num 1190) dirty exists 2023-10-14T00:15:25.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:25 smithi082 ceph-mon[180771]: osdmap e850: 8 total, 8 up, 8 in 2023-10-14T00:15:25.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:25 smithi082 ceph-mon[180771]: pgmap v993: 121 pgs: 121 active+clean; 475 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 13 MiB/s rd, 2.1 MiB/s wr, 10 op/s 2023-10-14T00:15:25.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:25 smithi082 ceph-mon[180771]: osdmap e851: 8 total, 8 up, 8 in 2023-10-14T00:15:26.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:25 smithi055 ceph-mon[185614]: osdmap e850: 8 total, 8 up, 8 in 2023-10-14T00:15:26.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:25 smithi055 ceph-mon[185614]: pgmap v993: 121 pgs: 121 active+clean; 475 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 13 MiB/s rd, 2.1 MiB/s wr, 10 op/s 2023-10-14T00:15:26.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:25 smithi055 ceph-mon[185614]: osdmap e851: 8 total, 8 up, 8 in 2023-10-14T00:15:26.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:25 smithi055 ceph-mon[183057]: osdmap e850: 8 total, 8 up, 8 in 2023-10-14T00:15:26.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:25 smithi055 ceph-mon[183057]: pgmap v993: 121 pgs: 121 active+clean; 475 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 13 MiB/s rd, 2.1 MiB/s wr, 10 op/s 2023-10-14T00:15:26.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:25 smithi055 ceph-mon[183057]: osdmap e851: 8 total, 8 up, 8 in 2023-10-14T00:15:26.523 INFO:tasks.rados.rados.0.smithi055.stdout:3952: done (3 left) 2023-10-14T00:15:26.523 INFO:tasks.rados.rados.0.smithi055.stdout:3953: done (2 left) 2023-10-14T00:15:26.523 INFO:tasks.rados.rados.0.smithi055.stdout:3954: done (1 left) 2023-10-14T00:15:26.524 INFO:tasks.rados.rados.0.smithi055.stdout:3956: done (0 left) 2023-10-14T00:15:26.524 INFO:tasks.rados.rados.0.smithi055.stdout:3957: read oid 21 snap -1 2023-10-14T00:15:26.524 INFO:tasks.rados.rados.0.smithi055.stdout:3957: expect deleted 2023-10-14T00:15:26.524 INFO:tasks.rados.rados.0.smithi055.stdout:3958: read oid 23 snap -1 2023-10-14T00:15:26.524 INFO:tasks.rados.rados.0.smithi055.stdout:3958: expect (ObjNum 1206 snap 391 seq_num 1206) 2023-10-14T00:15:26.525 INFO:tasks.rados.rados.0.smithi055.stdout:3959: snap_remove snap 368 2023-10-14T00:15:27.545 INFO:tasks.rados.rados.0.smithi055.stdout:3959: done (2 left) 2023-10-14T00:15:27.546 INFO:tasks.rados.rados.0.smithi055.stdout:3960: copy_from oid 27 from oid 4 current snap is 393 2023-10-14T00:15:27.546 INFO:tasks.rados.rados.0.smithi055.stdout:3958: expect (ObjNum 1206 snap 391 seq_num 1206) 2023-10-14T00:15:27.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:27 smithi082 ceph-mon[180771]: osdmap e852: 8 total, 8 up, 8 in 2023-10-14T00:15:27.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:27 smithi082 ceph-mon[180771]: pgmap v996: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 477 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 13 MiB/s rd, 3.4 MiB/s wr, 9 op/s 2023-10-14T00:15:28.010 INFO:tasks.rados.rados.0.smithi055.stdout:3957: done (2 left) 2023-10-14T00:15:28.010 INFO:tasks.rados.rados.0.smithi055.stdout:3958: done (1 left) 2023-10-14T00:15:28.011 INFO:tasks.rados.rados.0.smithi055.stdout:3961: read oid 13 snap 386 2023-10-14T00:15:28.011 INFO:tasks.rados.rados.0.smithi055.stdout:3961: expect (ObjNum 1121 snap 349 seq_num 1121) 2023-10-14T00:15:28.011 INFO:tasks.rados.rados.0.smithi055.stdout:3962: read oid 19 snap -1 2023-10-14T00:15:28.011 INFO:tasks.rados.rados.0.smithi055.stdout:3962: expect deleted 2023-10-14T00:15:28.011 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 37 current snap is 393 2023-10-14T00:15:28.012 INFO:tasks.rados.rados.0.smithi055.stdout:3963: seq_num 1210 ranges {0=671744,671744=401408} 2023-10-14T00:15:28.014 INFO:tasks.rados.rados.0.smithi055.stdout:3963: writing smithi055169533-37 from 0 to 671744 tid 1 2023-10-14T00:15:28.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:27 smithi055 ceph-mon[185614]: osdmap e852: 8 total, 8 up, 8 in 2023-10-14T00:15:28.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:27 smithi055 ceph-mon[185614]: pgmap v996: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 477 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 13 MiB/s rd, 3.4 MiB/s wr, 9 op/s 2023-10-14T00:15:28.017 INFO:tasks.rados.rados.0.smithi055.stdout:3963: writing smithi055169533-37 from 671744 to 1073152 tid 2 2023-10-14T00:15:28.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:27 smithi055 ceph-mon[183057]: osdmap e852: 8 total, 8 up, 8 in 2023-10-14T00:15:28.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:27 smithi055 ceph-mon[183057]: pgmap v996: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 477 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 13 MiB/s rd, 3.4 MiB/s wr, 9 op/s 2023-10-14T00:15:28.018 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 43 current snap is 393 2023-10-14T00:15:28.018 INFO:tasks.rados.rados.0.smithi055.stdout:3964: seq_num 1211 ranges {884736=688128,1572864=401408} 2023-10-14T00:15:28.026 INFO:tasks.rados.rados.0.smithi055.stdout:3964: writing smithi055169533-43 from 884736 to 1572864 tid 1 2023-10-14T00:15:28.029 INFO:tasks.rados.rados.0.smithi055.stdout:3964: writing smithi055169533-43 from 1572864 to 1974272 tid 2 2023-10-14T00:15:28.029 INFO:tasks.rados.rados.0.smithi055.stdout:3965: copy_from oid 6 from oid 48 current snap is 393 2023-10-14T00:15:28.029 INFO:tasks.rados.rados.0.smithi055.stdout:3963: finishing write tid 1 to smithi055169533-37 2023-10-14T00:15:28.029 INFO:tasks.rados.rados.0.smithi055.stdout:3963: finishing write tid 2 to smithi055169533-37 2023-10-14T00:15:28.029 INFO:tasks.rados.rados.0.smithi055.stdout:3963: finishing write tid 3 to smithi055169533-37 2023-10-14T00:15:28.030 INFO:tasks.rados.rados.0.smithi055.stdout:3963: finishing write tid 4 to smithi055169533-37 2023-10-14T00:15:28.030 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 37 v 2175 (ObjNum 1210 snap 393 seq_num 1210) dirty exists 2023-10-14T00:15:28.030 INFO:tasks.rados.rados.0.smithi055.stdout:3963: left oid 37 (ObjNum 1210 snap 393 seq_num 1210) 2023-10-14T00:15:28.030 INFO:tasks.rados.rados.0.smithi055.stdout:3961: expect (ObjNum 1121 snap 349 seq_num 1121) 2023-10-14T00:15:28.150 INFO:tasks.rados.rados.0.smithi055.stdout:3964: finishing write tid 1 to smithi055169533-43 2023-10-14T00:15:28.150 INFO:tasks.rados.rados.0.smithi055.stdout:3964: finishing write tid 2 to smithi055169533-43 2023-10-14T00:15:28.151 INFO:tasks.rados.rados.0.smithi055.stdout:3964: finishing write tid 3 to smithi055169533-43 2023-10-14T00:15:28.151 INFO:tasks.rados.rados.0.smithi055.stdout:3964: finishing write tid 4 to smithi055169533-43 2023-10-14T00:15:28.151 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 43 v 2341 (ObjNum 1211 snap 393 seq_num 1211) dirty exists 2023-10-14T00:15:28.151 INFO:tasks.rados.rados.0.smithi055.stdout:3964: left oid 43 (ObjNum 1211 snap 393 seq_num 1211) 2023-10-14T00:15:28.151 INFO:tasks.rados.rados.0.smithi055.stdout:3960: finishing copy_from racing read to smithi055169533-27 2023-10-14T00:15:28.152 INFO:tasks.rados.rados.0.smithi055.stdout:3960: finishing copy_from to smithi055169533-27 2023-10-14T00:15:28.152 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 27 v 1588 (ObjNum 1106 snap 346 seq_num 1106) dirty exists 2023-10-14T00:15:28.152 INFO:tasks.rados.rados.0.smithi055.stdout:3965: finishing copy_from racing read to smithi055169533-6 2023-10-14T00:15:28.152 INFO:tasks.rados.rados.0.smithi055.stdout:3960: done (5 left) 2023-10-14T00:15:28.152 INFO:tasks.rados.rados.0.smithi055.stdout:3961: done (4 left) 2023-10-14T00:15:28.152 INFO:tasks.rados.rados.0.smithi055.stdout:3962: done (3 left) 2023-10-14T00:15:28.153 INFO:tasks.rados.rados.0.smithi055.stdout:3963: done (2 left) 2023-10-14T00:15:28.153 INFO:tasks.rados.rados.0.smithi055.stdout:3964: done (1 left) 2023-10-14T00:15:28.153 INFO:tasks.rados.rados.0.smithi055.stdout:3966: read oid 22 snap 390 2023-10-14T00:15:28.153 INFO:tasks.rados.rados.0.smithi055.stdout:3966: expect (ObjNum 1058 snap 325 seq_num 1058) 2023-10-14T00:15:28.153 INFO:tasks.rados.rados.0.smithi055.stdout:3967: setattr oid 2 current snap is 393 2023-10-14T00:15:28.154 INFO:tasks.rados.rados.0.smithi055.stdout:3965: finishing copy_from to smithi055169533-6 2023-10-14T00:15:28.154 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 6 v 2465 (ObjNum 1179 snap 382 seq_num 1179) dirty exists 2023-10-14T00:15:28.154 INFO:tasks.rados.rados.0.smithi055.stdout:3965: done (2 left) 2023-10-14T00:15:28.155 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 42 current snap is 393 2023-10-14T00:15:28.155 INFO:tasks.rados.rados.0.smithi055.stdout:3968: seq_num 1212 ranges {565248=704512,1269760=401408} 2023-10-14T00:15:28.159 INFO:tasks.rados.rados.0.smithi055.stdout:3968: writing smithi055169533-42 from 565248 to 1269760 tid 1 2023-10-14T00:15:28.161 INFO:tasks.rados.rados.0.smithi055.stdout:3968: writing smithi055169533-42 from 1269760 to 1671168 tid 2 2023-10-14T00:15:28.162 INFO:tasks.rados.rados.0.smithi055.stdout:3969: read oid 41 snap -1 2023-10-14T00:15:28.162 INFO:tasks.rados.rados.0.smithi055.stdout:3969: expect (ObjNum 1124 snap 351 seq_num 1124) 2023-10-14T00:15:28.162 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 34 current snap is 393 2023-10-14T00:15:28.162 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 2 v 2176 (ObjNum 1194 snap 391 seq_num 1194) dirty exists 2023-10-14T00:15:28.162 INFO:tasks.rados.rados.0.smithi055.stdout:3970: seq_num 1213 ranges {0=720896,720896=401408} 2023-10-14T00:15:28.166 INFO:tasks.rados.rados.0.smithi055.stdout:3970: writing smithi055169533-34 from 0 to 720896 tid 1 2023-10-14T00:15:28.169 INFO:tasks.rados.rados.0.smithi055.stdout:3970: writing smithi055169533-34 from 720896 to 1122304 tid 2 2023-10-14T00:15:28.169 INFO:tasks.rados.rados.0.smithi055.stdout:3967: done (4 left) 2023-10-14T00:15:28.170 INFO:tasks.rados.rados.0.smithi055.stdout:3971: snap_remove snap 389 2023-10-14T00:15:28.561 INFO:tasks.rados.rados.0.smithi055.stdout:3971: done (4 left) 2023-10-14T00:15:28.561 INFO:tasks.rados.rados.0.smithi055.stdout:3972: rollback oid 21 current snap is 393 2023-10-14T00:15:28.561 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 21 to 353 2023-10-14T00:15:28.562 INFO:tasks.rados.rados.0.smithi055.stdout:3973: rollback oid 11 current snap is 393 2023-10-14T00:15:28.562 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 11 to 330 2023-10-14T00:15:28.562 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 48 current snap is 393 2023-10-14T00:15:28.562 INFO:tasks.rados.rados.0.smithi055.stdout:3974: seq_num 1214 ranges {11804672=737280,12541952=401408} 2023-10-14T00:15:28.629 INFO:tasks.rados.rados.0.smithi055.stdout:3974: writing smithi055169533-48 from 11804672 to 12541952 tid 1 2023-10-14T00:15:28.632 INFO:tasks.rados.rados.0.smithi055.stdout:3974: writing smithi055169533-48 from 12541952 to 12943360 tid 2 2023-10-14T00:15:28.632 INFO:tasks.rados.rados.0.smithi055.stdout:3975: snap_create 2023-10-14T00:15:28.632 INFO:tasks.rados.rados.0.smithi055.stdout:3968: finishing write tid 1 to smithi055169533-42 2023-10-14T00:15:28.633 INFO:tasks.rados.rados.0.smithi055.stdout:3968: finishing write tid 2 to smithi055169533-42 2023-10-14T00:15:28.633 INFO:tasks.rados.rados.0.smithi055.stdout:3968: finishing write tid 3 to smithi055169533-42 2023-10-14T00:15:28.633 INFO:tasks.rados.rados.0.smithi055.stdout:3968: finishing write tid 4 to smithi055169533-42 2023-10-14T00:15:28.633 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 42 v 2353 (ObjNum 1212 snap 393 seq_num 1212) dirty exists 2023-10-14T00:15:28.633 INFO:tasks.rados.rados.0.smithi055.stdout:3968: left oid 42 (ObjNum 1212 snap 393 seq_num 1212) 2023-10-14T00:15:28.633 INFO:tasks.rados.rados.0.smithi055.stdout:3970: finishing write tid 1 to smithi055169533-34 2023-10-14T00:15:28.634 INFO:tasks.rados.rados.0.smithi055.stdout:3970: finishing write tid 2 to smithi055169533-34 2023-10-14T00:15:28.634 INFO:tasks.rados.rados.0.smithi055.stdout:3970: finishing write tid 3 to smithi055169533-34 2023-10-14T00:15:28.634 INFO:tasks.rados.rados.0.smithi055.stdout:3970: finishing write tid 4 to smithi055169533-34 2023-10-14T00:15:28.634 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 34 v 2352 (ObjNum 1213 snap 393 seq_num 1213) dirty exists 2023-10-14T00:15:28.634 INFO:tasks.rados.rados.0.smithi055.stdout:3970: left oid 34 (ObjNum 1213 snap 393 seq_num 1213) 2023-10-14T00:15:28.635 INFO:tasks.rados.rados.0.smithi055.stdout:3966: expect (ObjNum 1058 snap 325 seq_num 1058) 2023-10-14T00:15:28.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:28 smithi082 ceph-mon[180771]: osdmap e853: 8 total, 8 up, 8 in 2023-10-14T00:15:29.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:28 smithi055 ceph-mon[185614]: osdmap e853: 8 total, 8 up, 8 in 2023-10-14T00:15:29.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:28 smithi055 ceph-mon[183057]: osdmap e853: 8 total, 8 up, 8 in 2023-10-14T00:15:29.285 INFO:tasks.rados.rados.0.smithi055.stdout:3969: expect (ObjNum 1124 snap 351 seq_num 1124) 2023-10-14T00:15:29.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:29 smithi082 ceph-mon[180771]: osdmap e854: 8 total, 8 up, 8 in 2023-10-14T00:15:29.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:29 smithi082 ceph-mon[180771]: pgmap v999: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 480 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.5 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2023-10-14T00:15:29.930 INFO:tasks.rados.rados.0.smithi055.stdout:3973: finishing rollback tid 0 to smithi055169533-11 2023-10-14T00:15:29.931 INFO:tasks.rados.rados.0.smithi055.stdout:3973: finishing rollback tid 1 to smithi055169533-11 2023-10-14T00:15:29.931 INFO:tasks.rados.rados.0.smithi055.stdout:3973: finishing rollback tid 2 to smithi055169533-11 2023-10-14T00:15:29.931 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 11 v 2356 (ObjNum 1045 snap 321 seq_num 1045) dirty exists 2023-10-14T00:15:29.931 INFO:tasks.rados.rados.0.smithi055.stdout:3972: finishing rollback tid 1 to smithi055169533-21 2023-10-14T00:15:29.931 INFO:tasks.rados.rados.0.smithi055.stdout:3966: done (7 left) 2023-10-14T00:15:29.932 INFO:tasks.rados.rados.0.smithi055.stdout:3968: done (6 left) 2023-10-14T00:15:29.932 INFO:tasks.rados.rados.0.smithi055.stdout:3969: done (5 left) 2023-10-14T00:15:29.932 INFO:tasks.rados.rados.0.smithi055.stdout:3970: done (4 left) 2023-10-14T00:15:29.932 INFO:tasks.rados.rados.0.smithi055.stdout:3973: done (3 left) 2023-10-14T00:15:29.932 INFO:tasks.rados.rados.0.smithi055.stdout:3975: done (2 left) 2023-10-14T00:15:29.933 INFO:tasks.rados.rados.0.smithi055.stdout:3976: snap_create 2023-10-14T00:15:29.933 INFO:tasks.rados.rados.0.smithi055.stdout:3972: finishing rollback tid 2 to smithi055169533-21 2023-10-14T00:15:29.933 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 21 v 2334 (ObjNum 1106 snap 346 seq_num 1106) dirty exists 2023-10-14T00:15:29.933 INFO:tasks.rados.rados.0.smithi055.stdout:3974: finishing write tid 1 to smithi055169533-48 2023-10-14T00:15:29.933 INFO:tasks.rados.rados.0.smithi055.stdout:3974: finishing write tid 2 to smithi055169533-48 2023-10-14T00:15:29.933 INFO:tasks.rados.rados.0.smithi055.stdout:3974: finishing write tid 3 to smithi055169533-48 2023-10-14T00:15:29.934 INFO:tasks.rados.rados.0.smithi055.stdout:3974: finishing write tid 4 to smithi055169533-48 2023-10-14T00:15:29.934 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 48 v 2468 (ObjNum 1214 snap 393 seq_num 1214) dirty exists 2023-10-14T00:15:29.934 INFO:tasks.rados.rados.0.smithi055.stdout:3974: left oid 48 (ObjNum 1214 snap 393 seq_num 1214) 2023-10-14T00:15:30.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:29 smithi055 ceph-mon[185614]: osdmap e854: 8 total, 8 up, 8 in 2023-10-14T00:15:30.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:29 smithi055 ceph-mon[185614]: pgmap v999: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 480 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.5 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2023-10-14T00:15:30.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:29 smithi055 ceph-mon[183057]: osdmap e854: 8 total, 8 up, 8 in 2023-10-14T00:15:30.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:29 smithi055 ceph-mon[183057]: pgmap v999: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 480 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.5 MiB/s rd, 2.1 MiB/s wr, 4 op/s 2023-10-14T00:15:30.510 INFO:tasks.rados.rados.0.smithi055.stdout:3972: done (2 left) 2023-10-14T00:15:30.510 INFO:tasks.rados.rados.0.smithi055.stdout:3974: done (1 left) 2023-10-14T00:15:30.511 INFO:tasks.rados.rados.0.smithi055.stdout:3976: done (0 left) 2023-10-14T00:15:30.511 INFO:tasks.rados.rados.0.smithi055.stdout:3977: snap_remove snap 380 2023-10-14T00:15:30.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:30 smithi082 ceph-mon[180771]: osdmap e855: 8 total, 8 up, 8 in 2023-10-14T00:15:30.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:30 smithi082 ceph-mon[180771]: osdmap e856: 8 total, 8 up, 8 in 2023-10-14T00:15:31.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:30 smithi055 ceph-mon[185614]: osdmap e855: 8 total, 8 up, 8 in 2023-10-14T00:15:31.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:30 smithi055 ceph-mon[185614]: osdmap e856: 8 total, 8 up, 8 in 2023-10-14T00:15:31.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:30 smithi055 ceph-mon[183057]: osdmap e855: 8 total, 8 up, 8 in 2023-10-14T00:15:31.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:30 smithi055 ceph-mon[183057]: osdmap e856: 8 total, 8 up, 8 in 2023-10-14T00:15:31.525 INFO:tasks.rados.rados.0.smithi055.stdout:3977: done (0 left) 2023-10-14T00:15:31.525 INFO:tasks.rados.rados.0.smithi055.stdout:3978: read oid 44 snap -1 2023-10-14T00:15:31.525 INFO:tasks.rados.rados.0.smithi055.stdout:3978: expect (ObjNum 1121 snap 349 seq_num 1121) 2023-10-14T00:15:31.526 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 5 current snap is 395 2023-10-14T00:15:31.526 INFO:tasks.rados.rados.0.smithi055.stdout:3979: seq_num 1215 ranges {13533184=753664,14286848=401408} 2023-10-14T00:15:31.605 INFO:tasks.rados.rados.0.smithi055.stdout:3979: writing smithi055169533-5 from 13533184 to 14286848 tid 1 2023-10-14T00:15:31.607 INFO:tasks.rados.rados.0.smithi055.stdout:3979: writing smithi055169533-5 from 14286848 to 14688256 tid 2 2023-10-14T00:15:31.607 INFO:tasks.rados.rados.0.smithi055.stdout:3978: expect (ObjNum 1121 snap 349 seq_num 1121) 2023-10-14T00:15:31.722 INFO:tasks.rados.rados.0.smithi055.stdout:3979: finishing write tid 1 to smithi055169533-5 2023-10-14T00:15:31.722 INFO:tasks.rados.rados.0.smithi055.stdout:3979: finishing write tid 2 to smithi055169533-5 2023-10-14T00:15:31.722 INFO:tasks.rados.rados.0.smithi055.stdout:3979: finishing write tid 3 to smithi055169533-5 2023-10-14T00:15:31.723 INFO:tasks.rados.rados.0.smithi055.stdout:3979: finishing write tid 4 to smithi055169533-5 2023-10-14T00:15:31.723 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 5 v 2179 (ObjNum 1215 snap 395 seq_num 1215) dirty exists 2023-10-14T00:15:31.723 INFO:tasks.rados.rados.0.smithi055.stdout:3979: left oid 5 (ObjNum 1215 snap 395 seq_num 1215) 2023-10-14T00:15:31.723 INFO:tasks.rados.rados.0.smithi055.stdout:3978: done (1 left) 2023-10-14T00:15:31.724 INFO:tasks.rados.rados.0.smithi055.stdout:3979: done (0 left) 2023-10-14T00:15:31.724 INFO:tasks.rados.rados.0.smithi055.stdout:3980: snap_remove snap 378 2023-10-14T00:15:31.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:31 smithi082 ceph-mon[180771]: pgmap v1002: 121 pgs: 121 active+clean; 487 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 22 MiB/s rd, 5.5 MiB/s wr, 11 op/s 2023-10-14T00:15:31.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:31 smithi082 ceph-mon[180771]: osdmap e857: 8 total, 8 up, 8 in 2023-10-14T00:15:32.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:31 smithi055 ceph-mon[185614]: pgmap v1002: 121 pgs: 121 active+clean; 487 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 22 MiB/s rd, 5.5 MiB/s wr, 11 op/s 2023-10-14T00:15:32.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:31 smithi055 ceph-mon[185614]: osdmap e857: 8 total, 8 up, 8 in 2023-10-14T00:15:32.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:31 smithi055 ceph-mon[183057]: pgmap v1002: 121 pgs: 121 active+clean; 487 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 22 MiB/s rd, 5.5 MiB/s wr, 11 op/s 2023-10-14T00:15:32.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:31 smithi055 ceph-mon[183057]: osdmap e857: 8 total, 8 up, 8 in 2023-10-14T00:15:32.574 INFO:tasks.rados.rados.0.smithi055.stdout:3980: done (0 left) 2023-10-14T00:15:32.575 INFO:tasks.rados.rados.0.smithi055.stdout:3981: read oid 47 snap 393 2023-10-14T00:15:32.575 INFO:tasks.rados.rados.0.smithi055.stdout:3981: expect (ObjNum 1012 snap 318 seq_num 1012) 2023-10-14T00:15:32.575 INFO:tasks.rados.rados.0.smithi055.stdout:3982: snap_remove snap 353 2023-10-14T00:15:33.589 INFO:tasks.rados.rados.0.smithi055.stdout:3982: done (1 left) 2023-10-14T00:15:33.590 INFO:tasks.rados.rados.0.smithi055.stdout:3983: rollback oid 17 current snap is 395 2023-10-14T00:15:33.590 INFO:tasks.rados.rados.0.smithi055.stdout:rollback oid 17 to 391 2023-10-14T00:15:33.590 INFO:tasks.rados.rados.0.smithi055.stdout:3984: read oid 22 snap 390 2023-10-14T00:15:33.590 INFO:tasks.rados.rados.0.smithi055.stdout:3984: expect (ObjNum 1058 snap 325 seq_num 1058) 2023-10-14T00:15:33.591 INFO:tasks.rados.rados.0.smithi055.stdout:3985: read oid 1 snap -1 2023-10-14T00:15:33.591 INFO:tasks.rados.rados.0.smithi055.stdout:3985: expect (ObjNum 1147 snap 367 seq_num 1147) 2023-10-14T00:15:33.591 INFO:tasks.rados.rados.0.smithi055.stdout:3986: read oid 30 snap -1 2023-10-14T00:15:33.591 INFO:tasks.rados.rados.0.smithi055.stdout:3986: expect deleted 2023-10-14T00:15:33.591 INFO:tasks.rados.rados.0.smithi055.stdout:3987: snap_create 2023-10-14T00:15:33.592 INFO:tasks.rados.rados.0.smithi055.stdout:3981: expect (ObjNum 1012 snap 318 seq_num 1012) 2023-10-14T00:15:33.809 INFO:tasks.rados.rados.0.smithi055.stdout:3983: finishing rollback tid 1 to smithi055169533-17 2023-10-14T00:15:33.809 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 17 v 2683 (ObjNum 177 snap 0 seq_num 1765514432) dirty dne 2023-10-14T00:15:33.810 INFO:tasks.rados.rados.0.smithi055.stdout:3984: expect (ObjNum 1058 snap 325 seq_num 1058) 2023-10-14T00:15:33.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:33 smithi082 ceph-mon[180771]: osdmap e858: 8 total, 8 up, 8 in 2023-10-14T00:15:33.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:33 smithi082 ceph-mon[180771]: pgmap v1005: 121 pgs: 121 active+clean; 488 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 13 MiB/s rd, 5.5 MiB/s wr, 14 op/s 2023-10-14T00:15:34.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:33 smithi055 ceph-mon[185614]: osdmap e858: 8 total, 8 up, 8 in 2023-10-14T00:15:34.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:33 smithi055 ceph-mon[185614]: pgmap v1005: 121 pgs: 121 active+clean; 488 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 13 MiB/s rd, 5.5 MiB/s wr, 14 op/s 2023-10-14T00:15:34.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:33 smithi055 ceph-mon[183057]: osdmap e858: 8 total, 8 up, 8 in 2023-10-14T00:15:34.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:33 smithi055 ceph-mon[183057]: pgmap v1005: 121 pgs: 121 active+clean; 488 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 13 MiB/s rd, 5.5 MiB/s wr, 14 op/s 2023-10-14T00:15:34.461 INFO:tasks.rados.rados.0.smithi055.stdout:3985: expect (ObjNum 1147 snap 367 seq_num 1147) 2023-10-14T00:15:34.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:34 smithi082 ceph-mon[180771]: osdmap e859: 8 total, 8 up, 8 in 2023-10-14T00:15:35.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:34 smithi055 ceph-mon[185614]: osdmap e859: 8 total, 8 up, 8 in 2023-10-14T00:15:35.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:34 smithi055 ceph-mon[183057]: osdmap e859: 8 total, 8 up, 8 in 2023-10-14T00:15:35.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:15:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:15:35] "GET /metrics HTTP/1.1" 200 36159 "" "Prometheus/2.43.0" 2023-10-14T00:15:35.637 INFO:tasks.rados.rados.0.smithi055.stdout:3981: done (5 left) 2023-10-14T00:15:35.637 INFO:tasks.rados.rados.0.smithi055.stdout:3983: done (4 left) 2023-10-14T00:15:35.638 INFO:tasks.rados.rados.0.smithi055.stdout:3984: done (3 left) 2023-10-14T00:15:35.638 INFO:tasks.rados.rados.0.smithi055.stdout:3985: done (2 left) 2023-10-14T00:15:35.638 INFO:tasks.rados.rados.0.smithi055.stdout:3986: done (1 left) 2023-10-14T00:15:35.638 INFO:tasks.rados.rados.0.smithi055.stdout:3987: done (0 left) 2023-10-14T00:15:35.639 INFO:tasks.rados.rados.0.smithi055.stdout:3988: read oid 13 snap -1 2023-10-14T00:15:35.639 INFO:tasks.rados.rados.0.smithi055.stdout:3988: expect (ObjNum 1121 snap 349 seq_num 1121) 2023-10-14T00:15:35.639 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 46 current snap is 396 2023-10-14T00:15:35.639 INFO:tasks.rados.rados.0.smithi055.stdout:3989: seq_num 1216 ranges {7815168=770048,8585216=401408} 2023-10-14T00:15:35.685 INFO:tasks.rados.rados.0.smithi055.stdout:3989: writing smithi055169533-46 from 7815168 to 8585216 tid 1 2023-10-14T00:15:35.688 INFO:tasks.rados.rados.0.smithi055.stdout:3989: writing smithi055169533-46 from 8585216 to 8986624 tid 2 2023-10-14T00:15:35.688 INFO:tasks.rados.rados.0.smithi055.stdout:3990: snap_create 2023-10-14T00:15:35.689 INFO:tasks.rados.rados.0.smithi055.stdout:3988: expect (ObjNum 1121 snap 349 seq_num 1121) 2023-10-14T00:15:35.820 INFO:tasks.rados.rados.0.smithi055.stdout:3989: finishing write tid 1 to smithi055169533-46 2023-10-14T00:15:35.820 INFO:tasks.rados.rados.0.smithi055.stdout:3989: finishing write tid 2 to smithi055169533-46 2023-10-14T00:15:35.821 INFO:tasks.rados.rados.0.smithi055.stdout:3989: finishing write tid 3 to smithi055169533-46 2023-10-14T00:15:35.821 INFO:tasks.rados.rados.0.smithi055.stdout:3989: finishing write tid 4 to smithi055169533-46 2023-10-14T00:15:35.821 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 46 v 2355 (ObjNum 1216 snap 396 seq_num 1216) dirty exists 2023-10-14T00:15:35.821 INFO:tasks.rados.rados.0.smithi055.stdout:3989: left oid 46 (ObjNum 1216 snap 396 seq_num 1216) 2023-10-14T00:15:35.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:35 smithi082 ceph-mon[180771]: osdmap e860: 8 total, 8 up, 8 in 2023-10-14T00:15:35.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:35 smithi082 ceph-mon[180771]: pgmap v1008: 121 pgs: 121 active+clean; 452 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 16 MiB/s rd, 262 KiB/s wr, 8 op/s 2023-10-14T00:15:35.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:35 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:15:35.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:35 smithi082 ceph-mon[180771]: osdmap e861: 8 total, 8 up, 8 in 2023-10-14T00:15:36.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:35 smithi055 ceph-mon[185614]: osdmap e860: 8 total, 8 up, 8 in 2023-10-14T00:15:36.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:35 smithi055 ceph-mon[185614]: pgmap v1008: 121 pgs: 121 active+clean; 452 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 16 MiB/s rd, 262 KiB/s wr, 8 op/s 2023-10-14T00:15:36.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:35 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:15:36.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:35 smithi055 ceph-mon[185614]: osdmap e861: 8 total, 8 up, 8 in 2023-10-14T00:15:36.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:35 smithi055 ceph-mon[183057]: osdmap e860: 8 total, 8 up, 8 in 2023-10-14T00:15:36.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:35 smithi055 ceph-mon[183057]: pgmap v1008: 121 pgs: 121 active+clean; 452 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 16 MiB/s rd, 262 KiB/s wr, 8 op/s 2023-10-14T00:15:36.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:35 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:15:36.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:35 smithi055 ceph-mon[183057]: osdmap e861: 8 total, 8 up, 8 in 2023-10-14T00:15:36.611 INFO:tasks.rados.rados.0.smithi055.stdout:3988: done (2 left) 2023-10-14T00:15:36.611 INFO:tasks.rados.rados.0.smithi055.stdout:3989: done (1 left) 2023-10-14T00:15:36.612 INFO:tasks.rados.rados.0.smithi055.stdout:3990: done (0 left) 2023-10-14T00:15:36.612 INFO:tasks.rados.rados.0.smithi055.stdout:3991: read oid 2 snap -1 2023-10-14T00:15:36.612 INFO:tasks.rados.rados.0.smithi055.stdout:3991: expect (ObjNum 1194 snap 391 seq_num 1194) 2023-10-14T00:15:36.612 INFO:tasks.rados.rados.0.smithi055.stdout:3992: snap_remove snap 393 2023-10-14T00:15:36.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:36 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:15:36.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:36 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:15:36.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:36 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:15:37.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:36 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:15:37.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:36 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:15:37.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:36 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:15:37.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:36 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:15:37.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:36 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:15:37.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:36 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:15:37.623 INFO:tasks.rados.rados.0.smithi055.stdout:3992: done (1 left) 2023-10-14T00:15:37.623 INFO:tasks.rados.rados.0.smithi055.stdout:3993: read oid 19 snap -1 2023-10-14T00:15:37.623 INFO:tasks.rados.rados.0.smithi055.stdout:3993: expect deleted 2023-10-14T00:15:37.623 INFO:tasks.rados.rados.0.smithi055.stdout:3994: setattr oid 3 current snap is 397 2023-10-14T00:15:37.624 INFO:tasks.rados.rados.0.smithi055.stdout:3991: expect (ObjNum 1194 snap 391 seq_num 1194) 2023-10-14T00:15:37.666 INFO:tasks.rados.rados.0.smithi055.stdout:3991: done (2 left) 2023-10-14T00:15:37.666 INFO:tasks.rados.rados.0.smithi055.stdout:3993: done (1 left) 2023-10-14T00:15:37.666 INFO:tasks.rados.rados.0.smithi055.stdout:3995: snap_create 2023-10-14T00:15:37.669 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 3 v 2442 (ObjNum 1197 snap 391 seq_num 1197) dirty exists 2023-10-14T00:15:37.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:37 smithi082 ceph-mon[180771]: osdmap e862: 8 total, 8 up, 8 in 2023-10-14T00:15:37.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:37 smithi082 ceph-mon[180771]: pgmap v1011: 121 pgs: 121 active+clean; 432 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 18 MiB/s rd, 282 KiB/s wr, 4 op/s 2023-10-14T00:15:38.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:37 smithi055 ceph-mon[185614]: osdmap e862: 8 total, 8 up, 8 in 2023-10-14T00:15:38.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:37 smithi055 ceph-mon[185614]: pgmap v1011: 121 pgs: 121 active+clean; 432 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 18 MiB/s rd, 282 KiB/s wr, 4 op/s 2023-10-14T00:15:38.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:37 smithi055 ceph-mon[183057]: osdmap e862: 8 total, 8 up, 8 in 2023-10-14T00:15:38.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:37 smithi055 ceph-mon[183057]: pgmap v1011: 121 pgs: 121 active+clean; 432 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 18 MiB/s rd, 282 KiB/s wr, 4 op/s 2023-10-14T00:15:38.630 INFO:tasks.rados.rados.0.smithi055.stdout:3994: done (1 left) 2023-10-14T00:15:38.630 INFO:tasks.rados.rados.0.smithi055.stdout:3995: done (0 left) 2023-10-14T00:15:38.631 INFO:tasks.rados.rados.0.smithi055.stdout:3996: delete oid 11 current snap is 398 2023-10-14T00:15:38.639 INFO:tasks.rados.rados.0.smithi055.stdout:3996: done (0 left) 2023-10-14T00:15:38.640 INFO:tasks.rados.rados.0.smithi055.stdout:3997: snap_remove snap 394 2023-10-14T00:15:38.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:38 smithi082 ceph-mon[180771]: osdmap e863: 8 total, 8 up, 8 in 2023-10-14T00:15:39.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:38 smithi055 ceph-mon[185614]: osdmap e863: 8 total, 8 up, 8 in 2023-10-14T00:15:39.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:38 smithi055 ceph-mon[183057]: osdmap e863: 8 total, 8 up, 8 in 2023-10-14T00:15:39.649 INFO:tasks.rados.rados.0.smithi055.stdout:3997: done (0 left) 2023-10-14T00:15:39.650 INFO:tasks.rados.rados.0.smithi055.stdout:append oid 47 current snap is 398 2023-10-14T00:15:39.650 INFO:tasks.rados.rados.0.smithi055.stdout:3998: seq_num 1218 ranges {3907584=802816,4710400=401408} 2023-10-14T00:15:39.676 INFO:tasks.rados.rados.0.smithi055.stdout:3998: writing smithi055169533-47 from 3907584 to 4710400 tid 1 2023-10-14T00:15:39.678 INFO:tasks.rados.rados.0.smithi055.stdout:3998: writing smithi055169533-47 from 4710400 to 5111808 tid 2 2023-10-14T00:15:39.679 INFO:tasks.rados.rados.0.smithi055.stdout:3999: read oid 15 snap -1 2023-10-14T00:15:39.679 INFO:tasks.rados.rados.0.smithi055.stdout:3999: expect (ObjNum 1125 snap 352 seq_num 1125) 2023-10-14T00:15:39.679 INFO:tasks.rados.rados.0.smithi055.stdout: waiting on 2 2023-10-14T00:15:39.687 INFO:tasks.rados.rados.0.smithi055.stdout:3998: finishing write tid 1 to smithi055169533-47 2023-10-14T00:15:39.688 INFO:tasks.rados.rados.0.smithi055.stdout:3998: finishing write tid 2 to smithi055169533-47 2023-10-14T00:15:39.688 INFO:tasks.rados.rados.0.smithi055.stdout:3998: finishing write tid 3 to smithi055169533-47 2023-10-14T00:15:39.692 INFO:tasks.rados.rados.0.smithi055.stdout:3998: finishing write tid 4 to smithi055169533-47 2023-10-14T00:15:39.692 INFO:tasks.rados.rados.0.smithi055.stdout:update_object_version oid 47 v 2471 (ObjNum 1218 snap 398 seq_num 1218) dirty exists 2023-10-14T00:15:39.693 INFO:tasks.rados.rados.0.smithi055.stdout:3998: left oid 47 (ObjNum 1218 snap 398 seq_num 1218) 2023-10-14T00:15:39.693 INFO:tasks.rados.rados.0.smithi055.stdout:3998: done (1 left) 2023-10-14T00:15:39.693 INFO:tasks.rados.rados.0.smithi055.stdout: waiting on 1 2023-10-14T00:15:39.715 INFO:tasks.rados.rados.0.smithi055.stdout:3999: expect (ObjNum 1125 snap 352 seq_num 1125) 2023-10-14T00:15:40.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:39 smithi055 ceph-mon[185614]: osdmap e864: 8 total, 8 up, 8 in 2023-10-14T00:15:40.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:15:40.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:39 smithi055 ceph-mon[185614]: pgmap v1014: 121 pgs: 121 active+clean; 428 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.3 MiB/s rd, 282 KiB/s wr, 7 op/s 2023-10-14T00:15:40.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:39 smithi055 ceph-mon[183057]: osdmap e864: 8 total, 8 up, 8 in 2023-10-14T00:15:40.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:15:40.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:39 smithi055 ceph-mon[183057]: pgmap v1014: 121 pgs: 121 active+clean; 428 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.3 MiB/s rd, 282 KiB/s wr, 7 op/s 2023-10-14T00:15:40.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:39 smithi082 ceph-mon[180771]: osdmap e864: 8 total, 8 up, 8 in 2023-10-14T00:15:40.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:15:40.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:39 smithi082 ceph-mon[180771]: pgmap v1014: 121 pgs: 121 active+clean; 428 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.3 MiB/s rd, 282 KiB/s wr, 7 op/s 2023-10-14T00:15:40.179 INFO:tasks.rados.rados.0.smithi055.stdout:3999: done (0 left) 2023-10-14T00:15:40.181 INFO:tasks.rados.rados.0.smithi055.stderr:0 errors. 2023-10-14T00:15:40.181 INFO:tasks.rados.rados.0.smithi055.stderr: 2023-10-14T00:15:40.185 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph osd dump --format=json 2023-10-14T00:15:40.528 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-14T00:15:41.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:40 smithi055 ceph-mon[185614]: osdmap e865: 8 total, 8 up, 8 in 2023-10-14T00:15:41.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:40 smithi055 ceph-mon[185614]: osdmap e866: 8 total, 8 up, 8 in 2023-10-14T00:15:41.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:40 smithi055 ceph-mon[183057]: osdmap e865: 8 total, 8 up, 8 in 2023-10-14T00:15:41.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:40 smithi055 ceph-mon[183057]: osdmap e866: 8 total, 8 up, 8 in 2023-10-14T00:15:41.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:40 smithi082 ceph-mon[180771]: osdmap e865: 8 total, 8 up, 8 in 2023-10-14T00:15:41.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:40 smithi082 ceph-mon[180771]: osdmap e866: 8 total, 8 up, 8 in 2023-10-14T00:15:41.886 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-14T00:15:41.886 INFO:teuthology.orchestra.run.smithi055.stdout:{"epoch":866,"fsid":"db84ebe0-6a23-11ee-8db6-212e2dc638e7","created":"2023-10-13T23:55:30.731380+0000","modified":"2023-10-14T00:15:40.506642+0000","last_up_change":"2023-10-14T00:08:25.343290+0000","last_in_change":"2023-10-13T23:59:04.836217+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-10-13T23:57:56.647311+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":2,"pool_name":"cephfs_metadata","create_time":"2023-10-13T23:59:32.323941+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":"58","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-10-13T23:59:33.509551+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":"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"}},"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-10-14T00:00:01.551934+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-10-14T00:02:01.053140+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":"865","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":785,"snap_epoch":865,"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":"d28170b1-0144-410a-a466-99da11b43cad","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":8,"last_clean_end":238,"up_from":247,"up_thru":440,"down_at":239,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6802","nonce":3071707524},{"type":"v1","addr":"172.21.15.55:6803","nonce":3071707524}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6804","nonce":3071707524},{"type":"v1","addr":"172.21.15.55:6805","nonce":3071707524}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6808","nonce":3071707524},{"type":"v1","addr":"172.21.15.55:6809","nonce":3071707524}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6806","nonce":3071707524},{"type":"v1","addr":"172.21.15.55:6807","nonce":3071707524}]},"public_addr":"172.21.15.55:6803/3071707524","cluster_addr":"172.21.15.55:6805/3071707524","heartbeat_back_addr":"172.21.15.55:6809/3071707524","heartbeat_front_addr":"172.21.15.55:6807/3071707524","state":["exists","up"]},{"osd":1,"uuid":"42e1cf0f-2803-4d75-9383-a2dc5932e973","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":13,"last_clean_end":265,"up_from":275,"up_thru":440,"down_at":266,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6810","nonce":2025894321},{"type":"v1","addr":"172.21.15.55:6811","nonce":2025894321}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6812","nonce":2025894321},{"type":"v1","addr":"172.21.15.55:6813","nonce":2025894321}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6816","nonce":2025894321},{"type":"v1","addr":"172.21.15.55:6817","nonce":2025894321}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6814","nonce":2025894321},{"type":"v1","addr":"172.21.15.55:6815","nonce":2025894321}]},"public_addr":"172.21.15.55:6811/2025894321","cluster_addr":"172.21.15.55:6813/2025894321","heartbeat_back_addr":"172.21.15.55:6817/2025894321","heartbeat_front_addr":"172.21.15.55:6815/2025894321","state":["exists","up"]},{"osd":2,"uuid":"e6270b89-2967-4635-a4cb-4b0b4f08e40c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":18,"last_clean_end":295,"up_from":304,"up_thru":440,"down_at":296,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6818","nonce":3899997429},{"type":"v1","addr":"172.21.15.55:6819","nonce":3899997429}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6820","nonce":3899997429},{"type":"v1","addr":"172.21.15.55:6821","nonce":3899997429}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6824","nonce":3899997429},{"type":"v1","addr":"172.21.15.55:6825","nonce":3899997429}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6822","nonce":3899997429},{"type":"v1","addr":"172.21.15.55:6823","nonce":3899997429}]},"public_addr":"172.21.15.55:6819/3899997429","cluster_addr":"172.21.15.55:6821/3899997429","heartbeat_back_addr":"172.21.15.55:6825/3899997429","heartbeat_front_addr":"172.21.15.55:6823/3899997429","state":["exists","up"]},{"osd":3,"uuid":"2322d5af-ceaa-4906-9470-cc560f3c8649","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":24,"last_clean_end":322,"up_from":332,"up_thru":440,"down_at":323,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6826","nonce":3987603482},{"type":"v1","addr":"172.21.15.55:6827","nonce":3987603482}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6828","nonce":3987603482},{"type":"v1","addr":"172.21.15.55:6829","nonce":3987603482}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6832","nonce":3987603482},{"type":"v1","addr":"172.21.15.55:6833","nonce":3987603482}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6830","nonce":3987603482},{"type":"v1","addr":"172.21.15.55:6831","nonce":3987603482}]},"public_addr":"172.21.15.55:6827/3987603482","cluster_addr":"172.21.15.55:6829/3987603482","heartbeat_back_addr":"172.21.15.55:6833/3987603482","heartbeat_front_addr":"172.21.15.55:6831/3987603482","state":["exists","up"]},{"osd":4,"uuid":"73a6a3d7-af46-4628-b8f7-cf8457eb50a6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":29,"last_clean_end":351,"up_from":361,"up_thru":440,"down_at":352,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6800","nonce":1907751506},{"type":"v1","addr":"172.21.15.82:6801","nonce":1907751506}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6802","nonce":1907751506},{"type":"v1","addr":"172.21.15.82:6803","nonce":1907751506}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6806","nonce":1907751506},{"type":"v1","addr":"172.21.15.82:6807","nonce":1907751506}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6804","nonce":1907751506},{"type":"v1","addr":"172.21.15.82:6805","nonce":1907751506}]},"public_addr":"172.21.15.82:6801/1907751506","cluster_addr":"172.21.15.82:6803/1907751506","heartbeat_back_addr":"172.21.15.82:6807/1907751506","heartbeat_front_addr":"172.21.15.82:6805/1907751506","state":["exists","up"]},{"osd":5,"uuid":"bc73dbc6-78da-45a3-98a0-bfa2485d547a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":36,"last_clean_end":379,"up_from":388,"up_thru":440,"down_at":380,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6808","nonce":1204634511},{"type":"v1","addr":"172.21.15.82:6809","nonce":1204634511}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6810","nonce":1204634511},{"type":"v1","addr":"172.21.15.82:6811","nonce":1204634511}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6814","nonce":1204634511},{"type":"v1","addr":"172.21.15.82:6815","nonce":1204634511}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6812","nonce":1204634511},{"type":"v1","addr":"172.21.15.82:6813","nonce":1204634511}]},"public_addr":"172.21.15.82:6809/1204634511","cluster_addr":"172.21.15.82:6811/1204634511","heartbeat_back_addr":"172.21.15.82:6815/1204634511","heartbeat_front_addr":"172.21.15.82:6813/1204634511","state":["exists","up"]},{"osd":6,"uuid":"ed1ff877-27d3-4531-bb21-39916204267d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":43,"last_clean_end":407,"up_from":415,"up_thru":440,"down_at":408,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6816","nonce":3435544843},{"type":"v1","addr":"172.21.15.82:6817","nonce":3435544843}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6818","nonce":3435544843},{"type":"v1","addr":"172.21.15.82:6819","nonce":3435544843}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6822","nonce":3435544843},{"type":"v1","addr":"172.21.15.82:6823","nonce":3435544843}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6820","nonce":3435544843},{"type":"v1","addr":"172.21.15.82:6821","nonce":3435544843}]},"public_addr":"172.21.15.82:6817/3435544843","cluster_addr":"172.21.15.82:6819/3435544843","heartbeat_back_addr":"172.21.15.82:6823/3435544843","heartbeat_front_addr":"172.21.15.82:6821/3435544843","state":["exists","up"]},{"osd":7,"uuid":"f906cdc1-85ea-4e96-9caa-028afe06e466","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":51,"last_clean_end":431,"up_from":440,"up_thru":440,"down_at":432,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6824","nonce":1852731194},{"type":"v1","addr":"172.21.15.82:6825","nonce":1852731194}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6826","nonce":1852731194},{"type":"v1","addr":"172.21.15.82:6827","nonce":1852731194}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6830","nonce":1852731194},{"type":"v1","addr":"172.21.15.82:6831","nonce":1852731194}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6828","nonce":1852731194},{"type":"v1","addr":"172.21.15.82:6829","nonce":1852731194}]},"public_addr":"172.21.15.82:6825/1852731194","cluster_addr":"172.21.15.82:6827/1852731194","heartbeat_back_addr":"172.21.15.82:6831/1852731194","heartbeat_front_addr":"172.21.15.82:6829/1852731194","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-10-13T23:57:18.699926+0000","dead_epoch":238},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-13T23:57:36.889632+0000","dead_epoch":265},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-13T23:57:54.175435+0000","dead_epoch":294},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-13T23:58:12.068215+0000","dead_epoch":322},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-13T23:58:28.154098+0000","dead_epoch":351},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-13T23:58:44.573307+0000","dead_epoch":379},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-13T23:59:00.864868+0000","dead_epoch":406},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-13T23:59:17.626770+0000","dead_epoch":431}],"pg_upmap":[],"pg_upmap_items":[{"pgid":"2.a","mappings":[{"from":7,"to":2}]},{"pgid":"3.1d","mappings":[{"from":5,"to":2}]},{"pgid":"3.24","mappings":[{"from":4,"to":2},{"from":0,"to":1}]},{"pgid":"3.26","mappings":[{"from":6,"to":2}]},{"pgid":"3.27","mappings":[{"from":4,"to":1}]},{"pgid":"3.30","mappings":[{"from":0,"to":1}]}],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.82:6832/2924660589":"2023-10-15T00:08:41.051215+0000","172.21.15.55:6801/2743811049":"2023-10-15T00:04:08.758349+0000","172.21.15.55:6800/2743811049":"2023-10-15T00:04:08.758349+0000","172.21.15.55:0/1014051924":"2023-10-15T00:04:08.758349+0000","172.21.15.55:0/321838721":"2023-10-15T00:04:08.758349+0000","172.21.15.55:0/3632410194":"2023-10-14T23:55:55.533134+0000","172.21.15.82:6835/3308008785":"2023-10-15T00:03:33.339302+0000","172.21.15.55:0/3594164302":"2023-10-15T00:04:08.758349+0000","172.21.15.55:0/2722303272":"2023-10-15T00:02:59.839127+0000","172.21.15.55:0/4159592334":"2023-10-15T00:00:03.104242+0000","172.21.15.55:6801/3365808168":"2023-10-14T23:56:16.099051+0000","172.21.15.55:6800/3365808168":"2023-10-14T23:56:16.099051+0000","172.21.15.82:0/585968395":"2023-10-15T00:03:33.339302+0000","172.21.15.55:0/530723977":"2023-10-14T23:56:16.099051+0000","172.21.15.82:0/4025346882":"2023-10-15T00:03:33.339302+0000","172.21.15.55:0/980063490":"2023-10-15T00:04:08.758349+0000","172.21.15.55:6800/3536877696":"2023-10-15T00:02:59.839127+0000","172.21.15.55:0/287910177":"2023-10-15T00:02:59.839127+0000","172.21.15.55:0/402042571":"2023-10-15T00:00:03.104242+0000","172.21.15.82:0/1470279746":"2023-10-15T00:03:33.339302+0000","172.21.15.82:0/3189460499":"2023-10-15T00:03:33.339302+0000","172.21.15.55:0/1936378658":"2023-10-15T00:02:59.839127+0000","172.21.15.82:0/2197763365":"2023-10-15T00:03:33.339302+0000","172.21.15.55:0/170831819":"2023-10-14T23:55:55.533134+0000","172.21.15.55:6800/2967904605":"2023-10-15T00:00:03.104242+0000","172.21.15.55:0/970744930":"2023-10-15T00:04:08.758349+0000","172.21.15.55:6801/2967904605":"2023-10-15T00:00:03.104242+0000","172.21.15.55:6801/850178993":"2023-10-14T23:55:55.533134+0000","172.21.15.82:6833/2924660589":"2023-10-15T00:08:41.051215+0000","172.21.15.55:0/537605984":"2023-10-14T23:56:16.099051+0000","172.21.15.55:6801/3536877696":"2023-10-15T00:02:59.839127+0000","172.21.15.55:0/2382941342":"2023-10-15T00:02:59.839127+0000","172.21.15.55:0/232026815":"2023-10-15T00:04:08.758349+0000","172.21.15.82:6834/3308008785":"2023-10-15T00:03:33.339302+0000","172.21.15.55:0/2301986186":"2023-10-15T00:00:03.104242+0000","172.21.15.55:0/2092460180":"2023-10-14T23:56:16.099051+0000","172.21.15.55:0/2397783452":"2023-10-14T23:55:55.533134+0000","172.21.15.55:0/1095091070":"2023-10-15T00:02:59.839127+0000","172.21.15.82:0/2209664421":"2023-10-15T00:03:33.339302+0000","172.21.15.55:0/1884369834":"2023-10-15T00:00:03.104242+0000","172.21.15.55:6800/850178993":"2023-10-14T23:55:55.533134+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":776,"length":2}]}],"new_removed_snaps":[],"new_purged_snaps":[{"pool":5,"snaps":[{"begin":697,"length":1},{"begin":746,"length":1},{"begin":750,"length":1}]}],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-10-14T00:15:41.915 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:41 smithi055 ceph-mon[185614]: pgmap v1017: 121 pgs: 121 active+clean; 431 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 2.5 MiB/s rd, 580 KiB/s wr, 8 op/s 2023-10-14T00:15:41.916 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:41 smithi055 ceph-mon[183057]: pgmap v1017: 121 pgs: 121 active+clean; 431 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 2.5 MiB/s rd, 580 KiB/s wr, 8 op/s 2023-10-14T00:15:42.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:41 smithi082 ceph-mon[180771]: pgmap v1017: 121 pgs: 121 active+clean; 431 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 2.5 MiB/s rd, 580 KiB/s wr, 8 op/s 2023-10-14T00:15:42.268 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph pg dump --format=json 2023-10-14T00:15:42.570 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-14T00:15:43.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:42 smithi055 ceph-mon[185614]: from='client.? 172.21.15.55:0/424261120' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-14T00:15:43.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:42 smithi055 ceph-mon[183057]: from='client.? 172.21.15.55:0/424261120' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-14T00:15:43.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:42 smithi082 ceph-mon[180771]: from='client.? 172.21.15.55:0/424261120' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-14T00:15:43.969 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-14T00:15:43.972 INFO:teuthology.orchestra.run.smithi055.stderr:dumped all 2023-10-14T00:15:43.996 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:43 smithi055 ceph-mon[183057]: pgmap v1018: 121 pgs: 121 active+clean; 431 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 2.5 MiB/s rd, 434 KiB/s wr, 6 op/s 2023-10-14T00:15:43.996 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:43 smithi055 ceph-mon[185614]: pgmap v1018: 121 pgs: 121 active+clean; 431 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 2.5 MiB/s rd, 434 KiB/s wr, 6 op/s 2023-10-14T00:15:44.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:43 smithi082 ceph-mon[180771]: pgmap v1018: 121 pgs: 121 active+clean; 431 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 2.5 MiB/s rd, 434 KiB/s wr, 6 op/s 2023-10-14T00:15:44.308 INFO:teuthology.orchestra.run.smithi055.stdout:{"pg_ready":true,"pg_map":{"version":1018,"stamp":"2023-10-14T00:15:42.962434+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":451673028,"num_objects":175,"num_object_clones":101,"num_object_copies":525,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":175,"num_whiteouts":10,"num_read":4738,"num_read_kb":6116652,"num_write":8581,"num_write_kb":1863425,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":97,"num_bytes_recovered":297256544,"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":19556,"ondisk_log_size":19556,"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":3596064,"kb_used_data":689740,"kb_used_omap":168,"kb_used_meta":2903255,"kb_avail":746365152,"statfs":{"total":767960285184,"available":764277915648,"internally_reserved":0,"allocated":706293760,"data_stored":1025556258,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":172865,"internal_metadata":2972933311},"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":2375680,"num_objects":4,"num_object_clones":4,"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":1,"num_read":10,"num_read_kb":13816,"num_write":27,"num_write_kb":2320,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_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.346679"},"pg_stats":[{"pgid":"3.3f","version":"0'0","reported_seq":822,"reported_epoch":863,"state":"active+clean","last_fresh":"2023-10-14T00:15:37.883986+0000","last_change":"2023-10-14T00:08:26.379512+0000","last_active":"2023-10-14T00:15:37.883986+0000","last_peered":"2023-10-14T00:15:37.883986+0000","last_clean":"2023-10-14T00:15:37.883986+0000","last_became_active":"2023-10-14T00:08:26.379202+0000","last_became_peered":"2023-10-14T00:08:26.379202+0000","last_unstale":"2023-10-14T00:15:37.883986+0000","last_undegraded":"2023-10-14T00:15:37.883986+0000","last_fullsized":"2023-10-14T00:15:37.883986+0000","mapping_epoch":440,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":441,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:54:29.684794+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":821,"reported_epoch":863,"state":"active+clean","last_fresh":"2023-10-14T00:15:37.618083+0000","last_change":"2023-10-14T00:07:59.884037+0000","last_active":"2023-10-14T00:15:37.618083+0000","last_peered":"2023-10-14T00:15:37.618083+0000","last_clean":"2023-10-14T00:15:37.618083+0000","last_became_active":"2023-10-14T00:07:59.883644+0000","last_became_peered":"2023-10-14T00:07:59.883644+0000","last_unstale":"2023-10-14T00:15:37.618083+0000","last_undegraded":"2023-10-14T00:15:37.618083+0000","last_fullsized":"2023-10-14T00:15:37.618083+0000","mapping_epoch":415,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":416,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:55:55.624102+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":822,"reported_epoch":865,"state":"active+clean","last_fresh":"2023-10-14T00:15:39.679280+0000","last_change":"2023-10-14T00:06:05.639716+0000","last_active":"2023-10-14T00:15:39.679280+0000","last_peered":"2023-10-14T00:15:39.679280+0000","last_clean":"2023-10-14T00:15:39.679280+0000","last_became_active":"2023-10-14T00:06:05.639397+0000","last_became_peered":"2023-10-14T00:06:05.639397+0000","last_unstale":"2023-10-14T00:15:39.679280+0000","last_undegraded":"2023-10-14T00:15:39.679280+0000","last_fullsized":"2023-10-14T00:15:39.679280+0000","mapping_epoch":304,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":305,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T05:40:02.287197+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":833,"reported_epoch":864,"state":"active+clean","last_fresh":"2023-10-14T00:15:38.635731+0000","last_change":"2023-10-14T00:08:26.374566+0000","last_active":"2023-10-14T00:15:38.635731+0000","last_peered":"2023-10-14T00:15:38.635731+0000","last_clean":"2023-10-14T00:15:38.635731+0000","last_became_active":"2023-10-14T00:08:26.374198+0000","last_became_peered":"2023-10-14T00:08:26.374198+0000","last_unstale":"2023-10-14T00:15:38.635731+0000","last_undegraded":"2023-10-14T00:15:38.635731+0000","last_fullsized":"2023-10-14T00:15:38.635731+0000","mapping_epoch":440,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":441,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T10:04:29.370221+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":809,"reported_epoch":863,"state":"active+clean","last_fresh":"2023-10-14T00:15:37.882970+0000","last_change":"2023-10-14T00:08:26.368194+0000","last_active":"2023-10-14T00:15:37.882970+0000","last_peered":"2023-10-14T00:15:37.882970+0000","last_clean":"2023-10-14T00:15:37.882970+0000","last_became_active":"2023-10-14T00:08:26.366935+0000","last_became_peered":"2023-10-14T00:08:26.366935+0000","last_unstale":"2023-10-14T00:15:37.882970+0000","last_undegraded":"2023-10-14T00:15:37.882970+0000","last_fullsized":"2023-10-14T00:15:37.882970+0000","mapping_epoch":440,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":441,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:02:09.408003+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":820,"reported_epoch":864,"state":"active+clean","last_fresh":"2023-10-14T00:15:38.635594+0000","last_change":"2023-10-14T00:07:31.355386+0000","last_active":"2023-10-14T00:15:38.635594+0000","last_peered":"2023-10-14T00:15:38.635594+0000","last_clean":"2023-10-14T00:15:38.635594+0000","last_became_active":"2023-10-14T00:07:31.354655+0000","last_became_peered":"2023-10-14T00:07:31.354655+0000","last_unstale":"2023-10-14T00:15:38.635594+0000","last_undegraded":"2023-10-14T00:15:38.635594+0000","last_fullsized":"2023-10-14T00:15:38.635594+0000","mapping_epoch":388,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":389,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:35:45.298845+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":809,"reported_epoch":863,"state":"active+clean","last_fresh":"2023-10-14T00:15:37.882809+0000","last_change":"2023-10-14T00:08:26.372294+0000","last_active":"2023-10-14T00:15:37.882809+0000","last_peered":"2023-10-14T00:15:37.882809+0000","last_clean":"2023-10-14T00:15:37.882809+0000","last_became_active":"2023-10-14T00:08:26.372002+0000","last_became_peered":"2023-10-14T00:08:26.372002+0000","last_unstale":"2023-10-14T00:15:37.882809+0000","last_undegraded":"2023-10-14T00:15:37.882809+0000","last_fullsized":"2023-10-14T00:15:37.882809+0000","mapping_epoch":440,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":441,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:18:47.876155+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":817,"reported_epoch":865,"state":"active+clean","last_fresh":"2023-10-14T00:15:39.650535+0000","last_change":"2023-10-14T00:07:59.880388+0000","last_active":"2023-10-14T00:15:39.650535+0000","last_peered":"2023-10-14T00:15:39.650535+0000","last_clean":"2023-10-14T00:15:39.650535+0000","last_became_active":"2023-10-14T00:07:59.880028+0000","last_became_peered":"2023-10-14T00:07:59.880028+0000","last_unstale":"2023-10-14T00:15:39.650535+0000","last_undegraded":"2023-10-14T00:15:39.650535+0000","last_fullsized":"2023-10-14T00:15:39.650535+0000","mapping_epoch":415,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":416,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:20:03.907669+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":837,"reported_epoch":864,"state":"active+clean","last_fresh":"2023-10-14T00:15:38.633314+0000","last_change":"2023-10-14T00:08:26.376469+0000","last_active":"2023-10-14T00:15:38.633314+0000","last_peered":"2023-10-14T00:15:38.633314+0000","last_clean":"2023-10-14T00:15:38.633314+0000","last_became_active":"2023-10-14T00:08:26.375456+0000","last_became_peered":"2023-10-14T00:08:26.375456+0000","last_unstale":"2023-10-14T00:15:38.633314+0000","last_undegraded":"2023-10-14T00:15:38.633314+0000","last_fullsized":"2023-10-14T00:15:38.633314+0000","mapping_epoch":440,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":441,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:37:41.173911+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":820,"reported_epoch":865,"state":"active+clean","last_fresh":"2023-10-14T00:15:39.683112+0000","last_change":"2023-10-14T00:07:59.883701+0000","last_active":"2023-10-14T00:15:39.683112+0000","last_peered":"2023-10-14T00:15:39.683112+0000","last_clean":"2023-10-14T00:15:39.683112+0000","last_became_active":"2023-10-14T00:07:59.883369+0000","last_became_peered":"2023-10-14T00:07:59.883369+0000","last_unstale":"2023-10-14T00:15:39.683112+0000","last_undegraded":"2023-10-14T00:15:39.683112+0000","last_fullsized":"2023-10-14T00:15:39.683112+0000","mapping_epoch":415,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":416,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:08:56.399573+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":820,"reported_epoch":865,"state":"active+clean","last_fresh":"2023-10-14T00:15:39.682732+0000","last_change":"2023-10-14T00:07:59.880373+0000","last_active":"2023-10-14T00:15:39.682732+0000","last_peered":"2023-10-14T00:15:39.682732+0000","last_clean":"2023-10-14T00:15:39.682732+0000","last_became_active":"2023-10-14T00:07:59.880071+0000","last_became_peered":"2023-10-14T00:07:59.880071+0000","last_unstale":"2023-10-14T00:15:39.682732+0000","last_undegraded":"2023-10-14T00:15:39.682732+0000","last_fullsized":"2023-10-14T00:15:39.682732+0000","mapping_epoch":415,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":416,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:02:59.482853+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":819,"reported_epoch":865,"state":"active+clean","last_fresh":"2023-10-14T00:15:39.647024+0000","last_change":"2023-10-14T00:07:59.894275+0000","last_active":"2023-10-14T00:15:39.647024+0000","last_peered":"2023-10-14T00:15:39.647024+0000","last_clean":"2023-10-14T00:15:39.647024+0000","last_became_active":"2023-10-14T00:07:59.893507+0000","last_became_peered":"2023-10-14T00:07:59.893507+0000","last_unstale":"2023-10-14T00:15:39.647024+0000","last_undegraded":"2023-10-14T00:15:39.647024+0000","last_fullsized":"2023-10-14T00:15:39.647024+0000","mapping_epoch":415,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":416,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:19:16.160952+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":834,"reported_epoch":865,"state":"active+clean","last_fresh":"2023-10-14T00:15:39.651859+0000","last_change":"2023-10-14T00:07:59.883014+0000","last_active":"2023-10-14T00:15:39.651859+0000","last_peered":"2023-10-14T00:15:39.651859+0000","last_clean":"2023-10-14T00:15:39.651859+0000","last_became_active":"2023-10-14T00:07:59.882705+0000","last_became_peered":"2023-10-14T00:07:59.882705+0000","last_unstale":"2023-10-14T00:15:39.651859+0000","last_undegraded":"2023-10-14T00:15:39.651859+0000","last_fullsized":"2023-10-14T00:15:39.651859+0000","mapping_epoch":415,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":416,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:34:04.484621+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":821,"reported_epoch":865,"state":"active+clean","last_fresh":"2023-10-14T00:15:39.678547+0000","last_change":"2023-10-14T00:07:31.352940+0000","last_active":"2023-10-14T00:15:39.678547+0000","last_peered":"2023-10-14T00:15:39.678547+0000","last_clean":"2023-10-14T00:15:39.678547+0000","last_became_active":"2023-10-14T00:07:31.352184+0000","last_became_peered":"2023-10-14T00:07:31.352184+0000","last_unstale":"2023-10-14T00:15:39.678547+0000","last_undegraded":"2023-10-14T00:15:39.678547+0000","last_fullsized":"2023-10-14T00:15:39.678547+0000","mapping_epoch":388,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":389,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T10:01:46.609668+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":833,"reported_epoch":863,"state":"active+clean","last_fresh":"2023-10-14T00:15:37.617239+0000","last_change":"2023-10-14T00:07:31.367203+0000","last_active":"2023-10-14T00:15:37.617239+0000","last_peered":"2023-10-14T00:15:37.617239+0000","last_clean":"2023-10-14T00:15:37.617239+0000","last_became_active":"2023-10-14T00:07:31.366802+0000","last_became_peered":"2023-10-14T00:07:31.366802+0000","last_unstale":"2023-10-14T00:15:37.617239+0000","last_undegraded":"2023-10-14T00:15:37.617239+0000","last_fullsized":"2023-10-14T00:15:37.617239+0000","mapping_epoch":388,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":389,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T05:54:34.412501+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":826,"reported_epoch":864,"state":"active+clean","last_fresh":"2023-10-14T00:15:38.635032+0000","last_change":"2023-10-14T00:08:26.373283+0000","last_active":"2023-10-14T00:15:38.635032+0000","last_peered":"2023-10-14T00:15:38.635032+0000","last_clean":"2023-10-14T00:15:38.635032+0000","last_became_active":"2023-10-14T00:08:26.372824+0000","last_became_peered":"2023-10-14T00:08:26.372824+0000","last_unstale":"2023-10-14T00:15:38.635032+0000","last_undegraded":"2023-10-14T00:15:38.635032+0000","last_fullsized":"2023-10-14T00:15:38.635032+0000","mapping_epoch":440,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":441,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T00:25:41.461729+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,1,7],"acting":[5,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2f","version":"0'0","reported_seq":819,"reported_epoch":864,"state":"active+clean","last_fresh":"2023-10-14T00:15:38.636111+0000","last_change":"2023-10-14T00:08:26.372082+0000","last_active":"2023-10-14T00:15:38.636111+0000","last_peered":"2023-10-14T00:15:38.636111+0000","last_clean":"2023-10-14T00:15:38.636111+0000","last_became_active":"2023-10-14T00:08:26.371790+0000","last_became_peered":"2023-10-14T00:08:26.371790+0000","last_unstale":"2023-10-14T00:15:38.636111+0000","last_undegraded":"2023-10-14T00:15:38.636111+0000","last_fullsized":"2023-10-14T00:15:38.636111+0000","mapping_epoch":440,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":441,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T10:32:22.227171+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":806,"reported_epoch":862,"state":"active+clean","last_fresh":"2023-10-14T00:15:36.611822+0000","last_change":"2023-10-14T00:08:26.364468+0000","last_active":"2023-10-14T00:15:36.611822+0000","last_peered":"2023-10-14T00:15:36.611822+0000","last_clean":"2023-10-14T00:15:36.611822+0000","last_became_active":"2023-10-14T00:08:26.364091+0000","last_became_peered":"2023-10-14T00:08:26.364091+0000","last_unstale":"2023-10-14T00:15:36.611822+0000","last_undegraded":"2023-10-14T00:15:36.611822+0000","last_fullsized":"2023-10-14T00:15:36.611822+0000","mapping_epoch":440,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":441,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:30:08.143410+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":822,"reported_epoch":863,"state":"active+clean","last_fresh":"2023-10-14T00:15:37.883981+0000","last_change":"2023-10-14T00:08:26.372046+0000","last_active":"2023-10-14T00:15:37.883981+0000","last_peered":"2023-10-14T00:15:37.883981+0000","last_clean":"2023-10-14T00:15:37.883981+0000","last_became_active":"2023-10-14T00:08:26.371539+0000","last_became_peered":"2023-10-14T00:08:26.371539+0000","last_unstale":"2023-10-14T00:15:37.883981+0000","last_undegraded":"2023-10-14T00:15:37.883981+0000","last_fullsized":"2023-10-14T00:15:37.883981+0000","mapping_epoch":440,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":441,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:14:32.302351+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"457'5","reported_seq":830,"reported_epoch":865,"state":"active+clean","last_fresh":"2023-10-14T00:15:39.679843+0000","last_change":"2023-10-14T00:08:26.376281+0000","last_active":"2023-10-14T00:15:39.679843+0000","last_peered":"2023-10-14T00:15:39.679843+0000","last_clean":"2023-10-14T00:15:39.679843+0000","last_became_active":"2023-10-14T00:08:26.375851+0000","last_became_peered":"2023-10-14T00:08:26.375851+0000","last_unstale":"2023-10-14T00:15:39.679843+0000","last_undegraded":"2023-10-14T00:15:39.679843+0000","last_fullsized":"2023-10-14T00:15:39.679843+0000","mapping_epoch":440,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":441,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+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-15T08:14:52.893200+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":822,"reported_epoch":865,"state":"active+clean","last_fresh":"2023-10-14T00:15:39.651588+0000","last_change":"2023-10-14T00:07:59.886057+0000","last_active":"2023-10-14T00:15:39.651588+0000","last_peered":"2023-10-14T00:15:39.651588+0000","last_clean":"2023-10-14T00:15:39.651588+0000","last_became_active":"2023-10-14T00:07:59.885695+0000","last_became_peered":"2023-10-14T00:07:59.885695+0000","last_unstale":"2023-10-14T00:15:39.651588+0000","last_undegraded":"2023-10-14T00:15:39.651588+0000","last_fullsized":"2023-10-14T00:15:39.651588+0000","mapping_epoch":415,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":416,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T00:11:41.156228+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"457'2","reported_seq":811,"reported_epoch":865,"state":"active+clean","last_fresh":"2023-10-14T00:15:39.651782+0000","last_change":"2023-10-14T00:07:31.348626+0000","last_active":"2023-10-14T00:15:39.651782+0000","last_peered":"2023-10-14T00:15:39.651782+0000","last_clean":"2023-10-14T00:15:39.651782+0000","last_became_active":"2023-10-14T00:07:31.348205+0000","last_became_peered":"2023-10-14T00:07:31.348205+0000","last_unstale":"2023-10-14T00:15:39.651782+0000","last_undegraded":"2023-10-14T00:15:39.651782+0000","last_fullsized":"2023-10-14T00:15:39.651782+0000","mapping_epoch":388,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":389,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T08:43:11.581030+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":822,"reported_epoch":865,"state":"active+clean","last_fresh":"2023-10-14T00:15:39.679282+0000","last_change":"2023-10-14T00:07:31.362874+0000","last_active":"2023-10-14T00:15:39.679282+0000","last_peered":"2023-10-14T00:15:39.679282+0000","last_clean":"2023-10-14T00:15:39.679282+0000","last_became_active":"2023-10-14T00:07:31.362370+0000","last_became_peered":"2023-10-14T00:07:31.362370+0000","last_unstale":"2023-10-14T00:15:39.679282+0000","last_undegraded":"2023-10-14T00:15:39.679282+0000","last_fullsized":"2023-10-14T00:15:39.679282+0000","mapping_epoch":388,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":389,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T05:50:02.587462+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'2","reported_seq":826,"reported_epoch":863,"state":"active+clean","last_fresh":"2023-10-14T00:15:37.884189+0000","last_change":"2023-10-14T00:08:26.373054+0000","last_active":"2023-10-14T00:15:37.884189+0000","last_peered":"2023-10-14T00:15:37.884189+0000","last_clean":"2023-10-14T00:15:37.884189+0000","last_became_active":"2023-10-14T00:08:26.372347+0000","last_became_peered":"2023-10-14T00:08:26.372347+0000","last_unstale":"2023-10-14T00:15:37.884189+0000","last_undegraded":"2023-10-14T00:15:37.884189+0000","last_fullsized":"2023-10-14T00:15:37.884189+0000","mapping_epoch":440,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":441,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T05:48:02.118556+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":823,"reported_epoch":864,"state":"active+clean","last_fresh":"2023-10-14T00:15:38.635488+0000","last_change":"2023-10-14T00:07:31.356046+0000","last_active":"2023-10-14T00:15:38.635488+0000","last_peered":"2023-10-14T00:15:38.635488+0000","last_clean":"2023-10-14T00:15:38.635488+0000","last_became_active":"2023-10-14T00:07:31.355156+0000","last_became_peered":"2023-10-14T00:07:31.355156+0000","last_unstale":"2023-10-14T00:15:38.635488+0000","last_undegraded":"2023-10-14T00:15:38.635488+0000","last_fullsized":"2023-10-14T00:15:38.635488+0000","mapping_epoch":388,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":389,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:06:16.812316+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'2","reported_seq":841,"reported_epoch":863,"state":"active+clean","last_fresh":"2023-10-14T00:15:37.883362+0000","last_change":"2023-10-14T00:08:26.369845+0000","last_active":"2023-10-14T00:15:37.883362+0000","last_peered":"2023-10-14T00:15:37.883362+0000","last_clean":"2023-10-14T00:15:37.883362+0000","last_became_active":"2023-10-14T00:08:26.367077+0000","last_became_peered":"2023-10-14T00:08:26.367077+0000","last_unstale":"2023-10-14T00:15:37.883362+0000","last_undegraded":"2023-10-14T00:15:37.883362+0000","last_fullsized":"2023-10-14T00:15:37.883362+0000","mapping_epoch":440,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":441,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T10:37:49.808401+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":804,"reported_epoch":862,"state":"active+clean","last_fresh":"2023-10-14T00:15:36.611629+0000","last_change":"2023-10-14T00:07:59.886562+0000","last_active":"2023-10-14T00:15:36.611629+0000","last_peered":"2023-10-14T00:15:36.611629+0000","last_clean":"2023-10-14T00:15:36.611629+0000","last_became_active":"2023-10-14T00:07:59.886185+0000","last_became_peered":"2023-10-14T00:07:59.886185+0000","last_unstale":"2023-10-14T00:15:36.611629+0000","last_undegraded":"2023-10-14T00:15:36.611629+0000","last_fullsized":"2023-10-14T00:15:36.611629+0000","mapping_epoch":415,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":416,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:25:04.108350+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"457'2","reported_seq":820,"reported_epoch":865,"state":"active+clean","last_fresh":"2023-10-14T00:15:39.652215+0000","last_change":"2023-10-14T00:08:26.372861+0000","last_active":"2023-10-14T00:15:39.652215+0000","last_peered":"2023-10-14T00:15:39.652215+0000","last_clean":"2023-10-14T00:15:39.652215+0000","last_became_active":"2023-10-14T00:08:26.372504+0000","last_became_peered":"2023-10-14T00:08:26.372504+0000","last_unstale":"2023-10-14T00:15:39.652215+0000","last_undegraded":"2023-10-14T00:15:39.652215+0000","last_fullsized":"2023-10-14T00:15:39.652215+0000","mapping_epoch":440,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":441,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T00:52:33.103084+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":839,"reported_epoch":865,"state":"active+clean","last_fresh":"2023-10-14T00:15:39.646745+0000","last_change":"2023-10-14T00:07:03.371747+0000","last_active":"2023-10-14T00:15:39.646745+0000","last_peered":"2023-10-14T00:15:39.646745+0000","last_clean":"2023-10-14T00:15:39.646745+0000","last_became_active":"2023-10-14T00:07:03.371281+0000","last_became_peered":"2023-10-14T00:07:03.371281+0000","last_unstale":"2023-10-14T00:15:39.646745+0000","last_undegraded":"2023-10-14T00:15:39.646745+0000","last_fullsized":"2023-10-14T00:15:39.646745+0000","mapping_epoch":361,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":362,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T10:44:46.626976+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"457'2","reported_seq":833,"reported_epoch":865,"state":"active+clean","last_fresh":"2023-10-14T00:15:39.682694+0000","last_change":"2023-10-14T00:08:26.379164+0000","last_active":"2023-10-14T00:15:39.682694+0000","last_peered":"2023-10-14T00:15:39.682694+0000","last_clean":"2023-10-14T00:15:39.682694+0000","last_became_active":"2023-10-14T00:08:26.378879+0000","last_became_peered":"2023-10-14T00:08:26.378879+0000","last_unstale":"2023-10-14T00:15:39.682694+0000","last_undegraded":"2023-10-14T00:15:39.682694+0000","last_fullsized":"2023-10-14T00:15:39.682694+0000","mapping_epoch":440,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":441,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:23:58.526356+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":821,"reported_epoch":865,"state":"active+clean","last_fresh":"2023-10-14T00:15:39.679329+0000","last_change":"2023-10-14T00:08:26.372479+0000","last_active":"2023-10-14T00:15:39.679329+0000","last_peered":"2023-10-14T00:15:39.679329+0000","last_clean":"2023-10-14T00:15:39.679329+0000","last_became_active":"2023-10-14T00:08:26.371859+0000","last_became_peered":"2023-10-14T00:08:26.371859+0000","last_unstale":"2023-10-14T00:15:39.679329+0000","last_undegraded":"2023-10-14T00:15:39.679329+0000","last_fullsized":"2023-10-14T00:15:39.679329+0000","mapping_epoch":440,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":441,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:32:04.270126+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":808,"reported_epoch":865,"state":"active+clean","last_fresh":"2023-10-14T00:15:39.650658+0000","last_change":"2023-10-14T00:07:59.885182+0000","last_active":"2023-10-14T00:15:39.650658+0000","last_peered":"2023-10-14T00:15:39.650658+0000","last_clean":"2023-10-14T00:15:39.650658+0000","last_became_active":"2023-10-14T00:07:59.884350+0000","last_became_peered":"2023-10-14T00:07:59.884350+0000","last_unstale":"2023-10-14T00:15:39.650658+0000","last_undegraded":"2023-10-14T00:15:39.650658+0000","last_fullsized":"2023-10-14T00:15:39.650658+0000","mapping_epoch":415,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":416,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:56:28.621717+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":838,"reported_epoch":865,"state":"active+clean","last_fresh":"2023-10-14T00:15:39.650666+0000","last_change":"2023-10-14T00:06:34.402317+0000","last_active":"2023-10-14T00:15:39.650666+0000","last_peered":"2023-10-14T00:15:39.650666+0000","last_clean":"2023-10-14T00:15:39.650666+0000","last_became_active":"2023-10-14T00:06:34.401216+0000","last_became_peered":"2023-10-14T00:06:34.401216+0000","last_unstale":"2023-10-14T00:15:39.650666+0000","last_undegraded":"2023-10-14T00:15:39.650666+0000","last_fullsized":"2023-10-14T00:15:39.650666+0000","mapping_epoch":332,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":333,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:07:09.163792+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":820,"reported_epoch":864,"state":"active+clean","last_fresh":"2023-10-14T00:15:38.635228+0000","last_change":"2023-10-14T00:08:26.373108+0000","last_active":"2023-10-14T00:15:38.635228+0000","last_peered":"2023-10-14T00:15:38.635228+0000","last_clean":"2023-10-14T00:15:38.635228+0000","last_became_active":"2023-10-14T00:08:26.372411+0000","last_became_peered":"2023-10-14T00:08:26.372411+0000","last_unstale":"2023-10-14T00:15:38.635228+0000","last_undegraded":"2023-10-14T00:15:38.635228+0000","last_fullsized":"2023-10-14T00:15:38.635228+0000","mapping_epoch":440,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":441,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:12:07.281417+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":833,"reported_epoch":863,"state":"active+clean","last_fresh":"2023-10-14T00:15:37.617588+0000","last_change":"2023-10-14T00:07:03.379363+0000","last_active":"2023-10-14T00:15:37.617588+0000","last_peered":"2023-10-14T00:15:37.617588+0000","last_clean":"2023-10-14T00:15:37.617588+0000","last_became_active":"2023-10-14T00:07:03.378846+0000","last_became_peered":"2023-10-14T00:07:03.378846+0000","last_unstale":"2023-10-14T00:15:37.617588+0000","last_undegraded":"2023-10-14T00:15:37.617588+0000","last_fullsized":"2023-10-14T00:15:37.617588+0000","mapping_epoch":361,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":362,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T08:24:57.469378+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":821,"reported_epoch":865,"state":"active+clean","last_fresh":"2023-10-14T00:15:39.682926+0000","last_change":"2023-10-14T00:07:59.885129+0000","last_active":"2023-10-14T00:15:39.682926+0000","last_peered":"2023-10-14T00:15:39.682926+0000","last_clean":"2023-10-14T00:15:39.682926+0000","last_became_active":"2023-10-14T00:07:59.884818+0000","last_became_peered":"2023-10-14T00:07:59.884818+0000","last_unstale":"2023-10-14T00:15:39.682926+0000","last_undegraded":"2023-10-14T00:15:39.682926+0000","last_fullsized":"2023-10-14T00:15:39.682926+0000","mapping_epoch":415,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":416,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:33:13.734368+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":816,"reported_epoch":864,"state":"active+clean","last_fresh":"2023-10-14T00:15:38.635717+0000","last_change":"2023-10-14T00:08:26.379518+0000","last_active":"2023-10-14T00:15:38.635717+0000","last_peered":"2023-10-14T00:15:38.635717+0000","last_clean":"2023-10-14T00:15:38.635717+0000","last_became_active":"2023-10-14T00:08:26.379204+0000","last_became_peered":"2023-10-14T00:08:26.379204+0000","last_unstale":"2023-10-14T00:15:38.635717+0000","last_undegraded":"2023-10-14T00:15:38.635717+0000","last_fullsized":"2023-10-14T00:15:38.635717+0000","mapping_epoch":440,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":441,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:38:52.591223+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":805,"reported_epoch":864,"state":"active+clean","last_fresh":"2023-10-14T00:15:38.635534+0000","last_change":"2023-10-14T00:07:59.890620+0000","last_active":"2023-10-14T00:15:38.635534+0000","last_peered":"2023-10-14T00:15:38.635534+0000","last_clean":"2023-10-14T00:15:38.635534+0000","last_became_active":"2023-10-14T00:07:59.890276+0000","last_became_peered":"2023-10-14T00:07:59.890276+0000","last_unstale":"2023-10-14T00:15:38.635534+0000","last_undegraded":"2023-10-14T00:15:38.635534+0000","last_fullsized":"2023-10-14T00:15:38.635534+0000","mapping_epoch":415,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":416,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:47:44.411394+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":821,"reported_epoch":865,"state":"active+clean","last_fresh":"2023-10-14T00:15:39.679619+0000","last_change":"2023-10-14T00:07:31.348728+0000","last_active":"2023-10-14T00:15:39.679619+0000","last_peered":"2023-10-14T00:15:39.679619+0000","last_clean":"2023-10-14T00:15:39.679619+0000","last_became_active":"2023-10-14T00:07:31.348209+0000","last_became_peered":"2023-10-14T00:07:31.348209+0000","last_unstale":"2023-10-14T00:15:39.679619+0000","last_undegraded":"2023-10-14T00:15:39.679619+0000","last_fullsized":"2023-10-14T00:15:39.679619+0000","mapping_epoch":388,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":389,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:49:23.451777+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'3","reported_seq":828,"reported_epoch":863,"state":"active+clean","last_fresh":"2023-10-14T00:15:37.618217+0000","last_change":"2023-10-14T00:07:31.354648+0000","last_active":"2023-10-14T00:15:37.618217+0000","last_peered":"2023-10-14T00:15:37.618217+0000","last_clean":"2023-10-14T00:15:37.618217+0000","last_became_active":"2023-10-14T00:07:31.354229+0000","last_became_peered":"2023-10-14T00:07:31.354229+0000","last_unstale":"2023-10-14T00:15:37.618217+0000","last_undegraded":"2023-10-14T00:15:37.618217+0000","last_fullsized":"2023-10-14T00:15:37.618217+0000","mapping_epoch":388,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":389,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+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-15T02:51:56.447435+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":830,"reported_epoch":865,"state":"active+clean","last_fresh":"2023-10-14T00:15:39.647223+0000","last_change":"2023-10-14T00:08:26.364459+0000","last_active":"2023-10-14T00:15:39.647223+0000","last_peered":"2023-10-14T00:15:39.647223+0000","last_clean":"2023-10-14T00:15:39.647223+0000","last_became_active":"2023-10-14T00:08:26.364166+0000","last_became_peered":"2023-10-14T00:08:26.364166+0000","last_unstale":"2023-10-14T00:15:39.647223+0000","last_undegraded":"2023-10-14T00:15:39.647223+0000","last_fullsized":"2023-10-14T00:15:39.647223+0000","mapping_epoch":440,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":441,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:15:34.425166+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"457'29","reported_seq":856,"reported_epoch":865,"state":"active+clean","last_fresh":"2023-10-14T00:15:39.682894+0000","last_change":"2023-10-14T00:07:59.895195+0000","last_active":"2023-10-14T00:15:39.682894+0000","last_peered":"2023-10-14T00:15:39.682894+0000","last_clean":"2023-10-14T00:15:39.682894+0000","last_became_active":"2023-10-14T00:07:59.894509+0000","last_became_peered":"2023-10-14T00:07:59.894509+0000","last_unstale":"2023-10-14T00:15:39.682894+0000","last_undegraded":"2023-10-14T00:15:39.682894+0000","last_fullsized":"2023-10-14T00:15:39.682894+0000","mapping_epoch":415,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":416,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+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-15T06:38:05.399029+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":810,"reported_epoch":864,"state":"active+clean","last_fresh":"2023-10-14T00:15:38.633680+0000","last_change":"2023-10-14T00:08:26.371831+0000","last_active":"2023-10-14T00:15:38.633680+0000","last_peered":"2023-10-14T00:15:38.633680+0000","last_clean":"2023-10-14T00:15:38.633680+0000","last_became_active":"2023-10-14T00:08:26.371139+0000","last_became_peered":"2023-10-14T00:08:26.371139+0000","last_unstale":"2023-10-14T00:15:38.633680+0000","last_undegraded":"2023-10-14T00:15:38.633680+0000","last_fullsized":"2023-10-14T00:15:38.633680+0000","mapping_epoch":440,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":441,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:10:23.461024+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'2","reported_seq":826,"reported_epoch":865,"state":"active+clean","last_fresh":"2023-10-14T00:15:39.679499+0000","last_change":"2023-10-14T00:07:03.381936+0000","last_active":"2023-10-14T00:15:39.679499+0000","last_peered":"2023-10-14T00:15:39.679499+0000","last_clean":"2023-10-14T00:15:39.679499+0000","last_became_active":"2023-10-14T00:07:03.381552+0000","last_became_peered":"2023-10-14T00:07:03.381552+0000","last_unstale":"2023-10-14T00:15:39.679499+0000","last_undegraded":"2023-10-14T00:15:39.679499+0000","last_fullsized":"2023-10-14T00:15:39.679499+0000","mapping_epoch":361,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":362,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T05:40:36.923445+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":821,"reported_epoch":865,"state":"active+clean","last_fresh":"2023-10-14T00:15:39.678798+0000","last_change":"2023-10-14T00:08:26.371848+0000","last_active":"2023-10-14T00:15:39.678798+0000","last_peered":"2023-10-14T00:15:39.678798+0000","last_clean":"2023-10-14T00:15:39.678798+0000","last_became_active":"2023-10-14T00:08:26.371500+0000","last_became_peered":"2023-10-14T00:08:26.371500+0000","last_unstale":"2023-10-14T00:15:39.678798+0000","last_undegraded":"2023-10-14T00:15:39.678798+0000","last_fullsized":"2023-10-14T00:15:39.678798+0000","mapping_epoch":440,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":441,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T08:22:46.015615+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":833,"reported_epoch":864,"state":"active+clean","last_fresh":"2023-10-14T00:15:38.635465+0000","last_change":"2023-10-14T00:08:26.373766+0000","last_active":"2023-10-14T00:15:38.635465+0000","last_peered":"2023-10-14T00:15:38.635465+0000","last_clean":"2023-10-14T00:15:38.635465+0000","last_became_active":"2023-10-14T00:08:26.373444+0000","last_became_peered":"2023-10-14T00:08:26.373444+0000","last_unstale":"2023-10-14T00:15:38.635465+0000","last_undegraded":"2023-10-14T00:15:38.635465+0000","last_fullsized":"2023-10-14T00:15:38.635465+0000","mapping_epoch":440,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":441,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T10:27:12.371906+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":810,"reported_epoch":863,"state":"active+clean","last_fresh":"2023-10-14T00:15:37.883583+0000","last_change":"2023-10-14T00:08:26.368467+0000","last_active":"2023-10-14T00:15:37.883583+0000","last_peered":"2023-10-14T00:15:37.883583+0000","last_clean":"2023-10-14T00:15:37.883583+0000","last_became_active":"2023-10-14T00:08:26.367997+0000","last_became_peered":"2023-10-14T00:08:26.367997+0000","last_unstale":"2023-10-14T00:15:37.883583+0000","last_undegraded":"2023-10-14T00:15:37.883583+0000","last_fullsized":"2023-10-14T00:15:37.883583+0000","mapping_epoch":440,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":441,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:19:46.289864+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":835,"reported_epoch":865,"state":"active+clean","last_fresh":"2023-10-14T00:15:39.682387+0000","last_change":"2023-10-14T00:07:59.887806+0000","last_active":"2023-10-14T00:15:39.682387+0000","last_peered":"2023-10-14T00:15:39.682387+0000","last_clean":"2023-10-14T00:15:39.682387+0000","last_became_active":"2023-10-14T00:07:59.887489+0000","last_became_peered":"2023-10-14T00:07:59.887489+0000","last_unstale":"2023-10-14T00:15:39.682387+0000","last_undegraded":"2023-10-14T00:15:39.682387+0000","last_fullsized":"2023-10-14T00:15:39.682387+0000","mapping_epoch":415,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":416,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:59:18.704413+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":820,"reported_epoch":865,"state":"active+clean","last_fresh":"2023-10-14T00:15:39.682320+0000","last_change":"2023-10-14T00:07:59.880957+0000","last_active":"2023-10-14T00:15:39.682320+0000","last_peered":"2023-10-14T00:15:39.682320+0000","last_clean":"2023-10-14T00:15:39.682320+0000","last_became_active":"2023-10-14T00:07:59.880180+0000","last_became_peered":"2023-10-14T00:07:59.880180+0000","last_unstale":"2023-10-14T00:15:39.682320+0000","last_undegraded":"2023-10-14T00:15:39.682320+0000","last_fullsized":"2023-10-14T00:15:39.682320+0000","mapping_epoch":415,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":416,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T00:40:42.489291+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'8","reported_seq":841,"reported_epoch":862,"state":"active+clean","last_fresh":"2023-10-14T00:15:36.611051+0000","last_change":"2023-10-14T00:06:05.640464+0000","last_active":"2023-10-14T00:15:36.611051+0000","last_peered":"2023-10-14T00:15:36.611051+0000","last_clean":"2023-10-14T00:15:36.611051+0000","last_became_active":"2023-10-14T00:06:05.632845+0000","last_became_peered":"2023-10-14T00:06:05.632845+0000","last_unstale":"2023-10-14T00:15:36.611051+0000","last_undegraded":"2023-10-14T00:15:36.611051+0000","last_fullsized":"2023-10-14T00:15:36.611051+0000","mapping_epoch":304,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":305,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+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-15T00:36:25.215193+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":822,"reported_epoch":863,"state":"active+clean","last_fresh":"2023-10-14T00:15:37.882918+0000","last_change":"2023-10-14T00:08:26.372215+0000","last_active":"2023-10-14T00:15:37.882918+0000","last_peered":"2023-10-14T00:15:37.882918+0000","last_clean":"2023-10-14T00:15:37.882918+0000","last_became_active":"2023-10-14T00:08:26.371894+0000","last_became_peered":"2023-10-14T00:08:26.371894+0000","last_unstale":"2023-10-14T00:15:37.882918+0000","last_undegraded":"2023-10-14T00:15:37.882918+0000","last_fullsized":"2023-10-14T00:15:37.882918+0000","mapping_epoch":440,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":441,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:59:35.618041+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"859'784","reported_seq":3853,"reported_epoch":863,"state":"active+clean","last_fresh":"2023-10-14T00:15:37.625177+0000","last_change":"2023-10-14T00:15:37.626099+0000","last_active":"2023-10-14T00:15:37.625177+0000","last_peered":"2023-10-14T00:15:37.625177+0000","last_clean":"2023-10-14T00:15:37.625177+0000","last_became_active":"2023-10-14T00:06:05.633490+0000","last_became_peered":"2023-10-14T00:06:05.633490+0000","last_unstale":"2023-10-14T00:15:37.625177+0000","last_undegraded":"2023-10-14T00:15:37.625177+0000","last_fullsized":"2023-10-14T00:15:37.625177+0000","mapping_epoch":304,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":305,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-14T00:02:01.580436+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-14T00:02:01.580436+0000","last_clean_scrub_stamp":"2023-10-14T00:02:01.580436+0000","objects_scrubbed":0,"log_size":784,"log_dups_size":0,"ondisk_log_size":784,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T08:55:58.652808+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0012325579999999999,"stat_sum":{"num_bytes":23855104,"num_objects":6,"num_object_clones":4,"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":1,"num_read":164,"num_read_kb":156040,"num_write":281,"num_write_kb":64744,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4,"num_bytes_recovered":6504448,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"2b9","length":"1"},{"start":"2ea","length":"1"},{"start":"2ee","length":"1"},{"start":"308","length":"1"}]},{"pgid":"2.f","version":"58'1","reported_seq":822,"reported_epoch":865,"state":"active+clean","last_fresh":"2023-10-14T00:15:39.647762+0000","last_change":"2023-10-14T00:08:26.371760+0000","last_active":"2023-10-14T00:15:39.647762+0000","last_peered":"2023-10-14T00:15:39.647762+0000","last_clean":"2023-10-14T00:15:39.647762+0000","last_became_active":"2023-10-14T00:08:26.371403+0000","last_became_peered":"2023-10-14T00:08:26.371403+0000","last_unstale":"2023-10-14T00:15:39.647762+0000","last_undegraded":"2023-10-14T00:15:39.647762+0000","last_fullsized":"2023-10-14T00:15:39.647762+0000","mapping_epoch":440,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":441,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+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-15T06:28:10.482964+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":810,"reported_epoch":863,"state":"active+clean","last_fresh":"2023-10-14T00:15:37.883691+0000","last_change":"2023-10-14T00:08:26.370179+0000","last_active":"2023-10-14T00:15:37.883691+0000","last_peered":"2023-10-14T00:15:37.883691+0000","last_clean":"2023-10-14T00:15:37.883691+0000","last_became_active":"2023-10-14T00:08:26.369917+0000","last_became_peered":"2023-10-14T00:08:26.369917+0000","last_unstale":"2023-10-14T00:15:37.883691+0000","last_undegraded":"2023-10-14T00:15:37.883691+0000","last_fullsized":"2023-10-14T00:15:37.883691+0000","mapping_epoch":440,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":441,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:43:15.416420+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,4,1],"acting":[7,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"5.3","version":"865'1293","reported_seq":4374,"reported_epoch":866,"state":"active+clean","last_fresh":"2023-10-14T00:15:40.519807+0000","last_change":"2023-10-14T00:15:39.689651+0000","last_active":"2023-10-14T00:15:40.519807+0000","last_peered":"2023-10-14T00:15:40.519807+0000","last_clean":"2023-10-14T00:15:40.519807+0000","last_became_active":"2023-10-14T00:07:59.887668+0000","last_became_peered":"2023-10-14T00:07:59.887668+0000","last_unstale":"2023-10-14T00:15:40.519807+0000","last_undegraded":"2023-10-14T00:15:40.519807+0000","last_fullsized":"2023-10-14T00:15:40.519807+0000","mapping_epoch":415,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":416,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-14T00:02:01.580436+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-14T00:02:01.580436+0000","last_clean_scrub_stamp":"2023-10-14T00:02:01.580436+0000","objects_scrubbed":0,"log_size":1293,"log_dups_size":0,"ondisk_log_size":1293,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:47:17.042707+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.010586415,"stat_sum":{"num_bytes":41041920,"num_objects":10,"num_object_clones":7,"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":212,"num_read_kb":302553,"num_write":481,"num_write_kb":147160,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":8,"num_bytes_recovered":36855808,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"308","length":"2"}]},{"pgid":"4.2","version":"0'0","reported_seq":792,"reported_epoch":863,"state":"active+clean","last_fresh":"2023-10-14T00:15:37.617735+0000","last_change":"2023-10-14T00:07:31.356171+0000","last_active":"2023-10-14T00:15:37.617735+0000","last_peered":"2023-10-14T00:15:37.617735+0000","last_clean":"2023-10-14T00:15:37.617735+0000","last_became_active":"2023-10-14T00:07:31.355802+0000","last_became_peered":"2023-10-14T00:07:31.355802+0000","last_unstale":"2023-10-14T00:15:37.617735+0000","last_undegraded":"2023-10-14T00:15:37.617735+0000","last_fullsized":"2023-10-14T00:15:37.617735+0000","mapping_epoch":388,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":389,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-14T00:00:01.602105+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-14T00:00:01.602105+0000","last_clean_scrub_stamp":"2023-10-14T00:00:01.602105+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:31:22.414410+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":822,"reported_epoch":863,"state":"active+clean","last_fresh":"2023-10-14T00:15:37.617968+0000","last_change":"2023-10-14T00:08:26.370975+0000","last_active":"2023-10-14T00:15:37.617968+0000","last_peered":"2023-10-14T00:15:37.617968+0000","last_clean":"2023-10-14T00:15:37.617968+0000","last_became_active":"2023-10-14T00:08:26.370677+0000","last_became_peered":"2023-10-14T00:08:26.370677+0000","last_unstale":"2023-10-14T00:15:37.617968+0000","last_undegraded":"2023-10-14T00:15:37.617968+0000","last_fullsized":"2023-10-14T00:15:37.617968+0000","mapping_epoch":440,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":441,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:29:59.994931+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":836,"reported_epoch":864,"state":"active+clean","last_fresh":"2023-10-14T00:15:38.635639+0000","last_change":"2023-10-14T00:07:31.348997+0000","last_active":"2023-10-14T00:15:38.635639+0000","last_peered":"2023-10-14T00:15:38.635639+0000","last_clean":"2023-10-14T00:15:38.635639+0000","last_became_active":"2023-10-14T00:07:31.348712+0000","last_became_peered":"2023-10-14T00:07:31.348712+0000","last_unstale":"2023-10-14T00:15:38.635639+0000","last_undegraded":"2023-10-14T00:15:38.635639+0000","last_fullsized":"2023-10-14T00:15:38.635639+0000","mapping_epoch":388,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":389,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:32:49.585073+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"865'1122","reported_seq":4256,"reported_epoch":866,"state":"active+clean","last_fresh":"2023-10-14T00:15:40.520592+0000","last_change":"2023-10-14T00:15:39.687542+0000","last_active":"2023-10-14T00:15:40.520592+0000","last_peered":"2023-10-14T00:15:40.520592+0000","last_clean":"2023-10-14T00:15:40.520592+0000","last_became_active":"2023-10-14T00:07:03.371297+0000","last_became_peered":"2023-10-14T00:07:03.371297+0000","last_unstale":"2023-10-14T00:15:40.520592+0000","last_undegraded":"2023-10-14T00:15:40.520592+0000","last_fullsized":"2023-10-14T00:15:40.520592+0000","mapping_epoch":361,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":362,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-14T00:02:01.580436+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-14T00:02:01.580436+0000","last_clean_scrub_stamp":"2023-10-14T00:02:01.580436+0000","objects_scrubbed":0,"log_size":1122,"log_dups_size":0,"ondisk_log_size":1122,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:19:55.376399+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0079203820000000001,"stat_sum":{"num_bytes":29720576,"num_objects":10,"num_object_clones":7,"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":255,"num_read_kb":442335,"num_write":685,"num_write_kb":101680,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":3,"num_bytes_recovered":2277376,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"308","length":"2"}]},{"pgid":"4.4","version":"0'0","reported_seq":792,"reported_epoch":863,"state":"active+clean","last_fresh":"2023-10-14T00:15:37.618091+0000","last_change":"2023-10-14T00:06:34.398506+0000","last_active":"2023-10-14T00:15:37.618091+0000","last_peered":"2023-10-14T00:15:37.618091+0000","last_clean":"2023-10-14T00:15:37.618091+0000","last_became_active":"2023-10-14T00:06:34.398174+0000","last_became_peered":"2023-10-14T00:06:34.398174+0000","last_unstale":"2023-10-14T00:15:37.618091+0000","last_undegraded":"2023-10-14T00:15:37.618091+0000","last_fullsized":"2023-10-14T00:15:37.618091+0000","mapping_epoch":332,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":333,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-14T00:00:01.602105+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-14T00:00:01.602105+0000","last_clean_scrub_stamp":"2023-10-14T00:00:01.602105+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T08:57:38.235970+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":817,"reported_epoch":864,"state":"active+clean","last_fresh":"2023-10-14T00:15:38.635228+0000","last_change":"2023-10-14T00:07:59.890493+0000","last_active":"2023-10-14T00:15:38.635228+0000","last_peered":"2023-10-14T00:15:38.635228+0000","last_clean":"2023-10-14T00:15:38.635228+0000","last_became_active":"2023-10-14T00:07:59.889988+0000","last_became_peered":"2023-10-14T00:07:59.889988+0000","last_unstale":"2023-10-14T00:15:38.635228+0000","last_undegraded":"2023-10-14T00:15:38.635228+0000","last_fullsized":"2023-10-14T00:15:38.635228+0000","mapping_epoch":415,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":416,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:04:35.417130+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":820,"reported_epoch":865,"state":"active+clean","last_fresh":"2023-10-14T00:15:39.646920+0000","last_change":"2023-10-14T00:07:59.893720+0000","last_active":"2023-10-14T00:15:39.646920+0000","last_peered":"2023-10-14T00:15:39.646920+0000","last_clean":"2023-10-14T00:15:39.646920+0000","last_became_active":"2023-10-14T00:07:59.893404+0000","last_became_peered":"2023-10-14T00:07:59.893404+0000","last_unstale":"2023-10-14T00:15:39.646920+0000","last_undegraded":"2023-10-14T00:15:39.646920+0000","last_fullsized":"2023-10-14T00:15:39.646920+0000","mapping_epoch":415,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":416,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:35:55.761675+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"859'849","reported_seq":3904,"reported_epoch":863,"state":"active+clean","last_fresh":"2023-10-14T00:15:37.626389+0000","last_change":"2023-10-14T00:15:37.626835+0000","last_active":"2023-10-14T00:15:37.626389+0000","last_peered":"2023-10-14T00:15:37.626389+0000","last_clean":"2023-10-14T00:15:37.626389+0000","last_became_active":"2023-10-14T00:07:31.352474+0000","last_became_peered":"2023-10-14T00:07:31.352474+0000","last_unstale":"2023-10-14T00:15:37.626389+0000","last_undegraded":"2023-10-14T00:15:37.626389+0000","last_fullsized":"2023-10-14T00:15:37.626389+0000","mapping_epoch":388,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":389,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-14T00:02:01.580436+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-14T00:02:01.580436+0000","last_clean_scrub_stamp":"2023-10-14T00:02:01.580436+0000","objects_scrubbed":0,"log_size":849,"log_dups_size":0,"ondisk_log_size":849,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:53:03.856319+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00067013299999999995,"stat_sum":{"num_bytes":30072832,"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":164,"num_read_kb":302085,"num_write":378,"num_write_kb":110152,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":7,"num_bytes_recovered":31309824,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"2b9","length":"1"},{"start":"2ea","length":"1"},{"start":"2ee","length":"1"},{"start":"308","length":"1"}]},{"pgid":"4.7","version":"0'0","reported_seq":818,"reported_epoch":863,"state":"active+clean","last_fresh":"2023-10-14T00:15:37.617877+0000","last_change":"2023-10-14T00:07:31.354886+0000","last_active":"2023-10-14T00:15:37.617877+0000","last_peered":"2023-10-14T00:15:37.617877+0000","last_clean":"2023-10-14T00:15:37.617877+0000","last_became_active":"2023-10-14T00:07:31.354484+0000","last_became_peered":"2023-10-14T00:07:31.354484+0000","last_unstale":"2023-10-14T00:15:37.617877+0000","last_undegraded":"2023-10-14T00:15:37.617877+0000","last_fullsized":"2023-10-14T00:15:37.617877+0000","mapping_epoch":388,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":389,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-14T00:00:01.602105+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-14T00:00:01.602105+0000","last_clean_scrub_stamp":"2023-10-14T00:00:01.602105+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:02:25.744318+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":834,"reported_epoch":863,"state":"active+clean","last_fresh":"2023-10-14T00:15:37.617112+0000","last_change":"2023-10-14T00:07:59.880592+0000","last_active":"2023-10-14T00:15:37.617112+0000","last_peered":"2023-10-14T00:15:37.617112+0000","last_clean":"2023-10-14T00:15:37.617112+0000","last_became_active":"2023-10-14T00:07:59.880218+0000","last_became_peered":"2023-10-14T00:07:59.880218+0000","last_unstale":"2023-10-14T00:15:37.617112+0000","last_undegraded":"2023-10-14T00:15:37.617112+0000","last_fullsized":"2023-10-14T00:15:37.617112+0000","mapping_epoch":415,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":416,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:31:09.470143+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":833,"reported_epoch":862,"state":"active+clean","last_fresh":"2023-10-14T00:15:36.610894+0000","last_change":"2023-10-14T00:06:34.392971+0000","last_active":"2023-10-14T00:15:36.610894+0000","last_peered":"2023-10-14T00:15:36.610894+0000","last_clean":"2023-10-14T00:15:36.610894+0000","last_became_active":"2023-10-14T00:06:34.392579+0000","last_became_peered":"2023-10-14T00:06:34.392579+0000","last_unstale":"2023-10-14T00:15:36.610894+0000","last_undegraded":"2023-10-14T00:15:36.610894+0000","last_fullsized":"2023-10-14T00:15:36.610894+0000","mapping_epoch":332,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":333,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:28:50.937589+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"859'2835","reported_seq":5712,"reported_epoch":864,"state":"active+clean","last_fresh":"2023-10-14T00:15:38.633474+0000","last_change":"2023-10-14T00:15:37.884083+0000","last_active":"2023-10-14T00:15:38.633474+0000","last_peered":"2023-10-14T00:15:38.633474+0000","last_clean":"2023-10-14T00:15:38.633474+0000","last_became_active":"2023-10-14T00:08:26.368321+0000","last_became_peered":"2023-10-14T00:08:26.368321+0000","last_unstale":"2023-10-14T00:15:38.633474+0000","last_undegraded":"2023-10-14T00:15:38.633474+0000","last_fullsized":"2023-10-14T00:15:38.633474+0000","mapping_epoch":440,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":441,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-14T00:02:01.580436+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-14T00:02:01.580436+0000","last_clean_scrub_stamp":"2023-10-14T00:02:01.580436+0000","objects_scrubbed":0,"log_size":2835,"log_dups_size":0,"ondisk_log_size":2835,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:55:00.855537+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00063813699999999999,"stat_sum":{"num_bytes":65224704,"num_objects":21,"num_object_clones":14,"num_object_copies":63,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":21,"num_whiteouts":3,"num_read":631,"num_read_kb":1150854,"num_write":995,"num_write_kb":261064,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":8,"num_bytes_recovered":49201152,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"2b9","length":"1"},{"start":"2ea","length":"1"},{"start":"2ee","length":"1"},{"start":"308","length":"1"}]},{"pgid":"4.5","version":"0'0","reported_seq":827,"reported_epoch":865,"state":"active+clean","last_fresh":"2023-10-14T00:15:39.683100+0000","last_change":"2023-10-14T00:08:26.372631+0000","last_active":"2023-10-14T00:15:39.683100+0000","last_peered":"2023-10-14T00:15:39.683100+0000","last_clean":"2023-10-14T00:15:39.683100+0000","last_became_active":"2023-10-14T00:08:26.372203+0000","last_became_peered":"2023-10-14T00:08:26.372203+0000","last_unstale":"2023-10-14T00:15:39.683100+0000","last_undegraded":"2023-10-14T00:15:39.683100+0000","last_fullsized":"2023-10-14T00:15:39.683100+0000","mapping_epoch":440,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":441,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-14T00:00:01.602105+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-14T00:00:01.602105+0000","last_clean_scrub_stamp":"2023-10-14T00:00:01.602105+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T00:37:27.389724+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":818,"reported_epoch":865,"state":"active+clean","last_fresh":"2023-10-14T00:15:39.651522+0000","last_change":"2023-10-14T00:07:59.885536+0000","last_active":"2023-10-14T00:15:39.651522+0000","last_peered":"2023-10-14T00:15:39.651522+0000","last_clean":"2023-10-14T00:15:39.651522+0000","last_became_active":"2023-10-14T00:07:59.885116+0000","last_became_peered":"2023-10-14T00:07:59.885116+0000","last_unstale":"2023-10-14T00:15:39.651522+0000","last_undegraded":"2023-10-14T00:15:39.651522+0000","last_fullsized":"2023-10-14T00:15:39.651522+0000","mapping_epoch":415,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":416,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:37:04.321765+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":805,"reported_epoch":864,"state":"active+clean","last_fresh":"2023-10-14T00:15:38.635329+0000","last_change":"2023-10-14T00:08:26.373053+0000","last_active":"2023-10-14T00:15:38.635329+0000","last_peered":"2023-10-14T00:15:38.635329+0000","last_clean":"2023-10-14T00:15:38.635329+0000","last_became_active":"2023-10-14T00:08:26.372615+0000","last_became_peered":"2023-10-14T00:08:26.372615+0000","last_unstale":"2023-10-14T00:15:38.635329+0000","last_undegraded":"2023-10-14T00:15:38.635329+0000","last_fullsized":"2023-10-14T00:15:38.635329+0000","mapping_epoch":440,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":441,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T05:57:14.472853+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"200'242","reported_seq":1349,"reported_epoch":863,"state":"active+clean","last_fresh":"2023-10-14T00:15:37.882748+0000","last_change":"2023-10-14T00:08:26.374814+0000","last_active":"2023-10-14T00:15:37.882748+0000","last_peered":"2023-10-14T00:15:37.882748+0000","last_clean":"2023-10-14T00:15:37.882748+0000","last_became_active":"2023-10-14T00:08:26.373701+0000","last_became_peered":"2023-10-14T00:08:26.373701+0000","last_unstale":"2023-10-14T00:15:37.882748+0000","last_undegraded":"2023-10-14T00:15:37.882748+0000","last_fullsized":"2023-10-14T00:15:37.882748+0000","mapping_epoch":440,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":441,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:57:57.119812+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:57:57.119812+0000","last_clean_scrub_stamp":"2023-10-13T23:57:57.119812+0000","objects_scrubbed":0,"log_size":242,"log_dups_size":0,"ondisk_log_size":242,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:45:37.698361+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":711,"num_read_kb":1302,"num_write":361,"num_write_kb":3462,"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":"859'1423","reported_seq":4392,"reported_epoch":865,"state":"active+clean","last_fresh":"2023-10-14T00:15:39.718233+0000","last_change":"2023-10-14T00:15:39.718641+0000","last_active":"2023-10-14T00:15:39.718233+0000","last_peered":"2023-10-14T00:15:39.718233+0000","last_clean":"2023-10-14T00:15:39.718233+0000","last_became_active":"2023-10-14T00:07:31.356694+0000","last_became_peered":"2023-10-14T00:07:31.356694+0000","last_unstale":"2023-10-14T00:15:39.718233+0000","last_undegraded":"2023-10-14T00:15:39.718233+0000","last_fullsized":"2023-10-14T00:15:39.718233+0000","mapping_epoch":388,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":389,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-14T00:02:01.580436+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-14T00:02:01.580436+0000","last_clean_scrub_stamp":"2023-10-14T00:02:01.580436+0000","objects_scrubbed":0,"log_size":1423,"log_dups_size":0,"ondisk_log_size":1423,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:08:23.629385+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00062109199999999995,"stat_sum":{"num_bytes":44834816,"num_objects":9,"num_object_clones":5,"num_object_copies":27,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":9,"num_whiteouts":1,"num_read":285,"num_read_kb":435774,"num_write":568,"num_write_kb":160488,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":10,"num_bytes_recovered":17391616,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"2b9","length":"1"},{"start":"2ea","length":"1"},{"start":"2ee","length":"1"},{"start":"308","length":"2"}]},{"pgid":"4.6","version":"0'0","reported_seq":821,"reported_epoch":865,"state":"active+clean","last_fresh":"2023-10-14T00:15:39.679701+0000","last_change":"2023-10-14T00:06:05.645503+0000","last_active":"2023-10-14T00:15:39.679701+0000","last_peered":"2023-10-14T00:15:39.679701+0000","last_clean":"2023-10-14T00:15:39.679701+0000","last_became_active":"2023-10-14T00:06:05.644834+0000","last_became_peered":"2023-10-14T00:06:05.644834+0000","last_unstale":"2023-10-14T00:15:39.679701+0000","last_undegraded":"2023-10-14T00:15:39.679701+0000","last_fullsized":"2023-10-14T00:15:39.679701+0000","mapping_epoch":304,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":305,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-14T00:00:01.602105+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-14T00:00:01.602105+0000","last_clean_scrub_stamp":"2023-10-14T00:00:01.602105+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:17:32.576253+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":822,"reported_epoch":865,"state":"active+clean","last_fresh":"2023-10-14T00:15:39.678654+0000","last_change":"2023-10-14T00:07:03.368438+0000","last_active":"2023-10-14T00:15:39.678654+0000","last_peered":"2023-10-14T00:15:39.678654+0000","last_clean":"2023-10-14T00:15:39.678654+0000","last_became_active":"2023-10-14T00:07:03.367940+0000","last_became_peered":"2023-10-14T00:07:03.367940+0000","last_unstale":"2023-10-14T00:15:39.678654+0000","last_undegraded":"2023-10-14T00:15:39.678654+0000","last_fullsized":"2023-10-14T00:15:39.678654+0000","mapping_epoch":361,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":362,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:33:05.700041+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":808,"reported_epoch":863,"state":"active+clean","last_fresh":"2023-10-14T00:15:37.882698+0000","last_change":"2023-10-14T00:08:26.374579+0000","last_active":"2023-10-14T00:15:37.882698+0000","last_peered":"2023-10-14T00:15:37.882698+0000","last_clean":"2023-10-14T00:15:37.882698+0000","last_became_active":"2023-10-14T00:08:26.373260+0000","last_became_peered":"2023-10-14T00:08:26.373260+0000","last_unstale":"2023-10-14T00:15:37.882698+0000","last_undegraded":"2023-10-14T00:15:37.882698+0000","last_fullsized":"2023-10-14T00:15:37.882698+0000","mapping_epoch":440,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":441,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:28:37.947615+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"0'0","reported_seq":2934,"reported_epoch":866,"state":"active+clean","last_fresh":"2023-10-14T00:15:41.198089+0000","last_change":"2023-10-14T00:15:39.683539+0000","last_active":"2023-10-14T00:15:41.198089+0000","last_peered":"2023-10-14T00:15:41.198089+0000","last_clean":"2023-10-14T00:15:41.198089+0000","last_became_active":"2023-10-14T00:07:59.883259+0000","last_became_peered":"2023-10-14T00:07:59.883259+0000","last_unstale":"2023-10-14T00:15:41.198089+0000","last_undegraded":"2023-10-14T00:15:41.198089+0000","last_fullsized":"2023-10-14T00:15:41.198089+0000","mapping_epoch":415,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":416,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-14T00:02:01.580436+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-14T00:02:01.580436+0000","last_clean_scrub_stamp":"2023-10-14T00:02:01.580436+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T08:19:25.677113+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00069754799999999998,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"308","length":"2"}]},{"pgid":"4.3","version":"0'0","reported_seq":822,"reported_epoch":865,"state":"active+clean","last_fresh":"2023-10-14T00:15:39.679270+0000","last_change":"2023-10-14T00:08:26.379108+0000","last_active":"2023-10-14T00:15:39.679270+0000","last_peered":"2023-10-14T00:15:39.679270+0000","last_clean":"2023-10-14T00:15:39.679270+0000","last_became_active":"2023-10-14T00:08:26.378663+0000","last_became_peered":"2023-10-14T00:08:26.378663+0000","last_unstale":"2023-10-14T00:15:39.679270+0000","last_undegraded":"2023-10-14T00:15:39.679270+0000","last_fullsized":"2023-10-14T00:15:39.679270+0000","mapping_epoch":440,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":441,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-14T00:00:01.602105+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-14T00:00:01.602105+0000","last_clean_scrub_stamp":"2023-10-14T00:00:01.602105+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:27:33.013344+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":811,"reported_epoch":863,"state":"active+clean","last_fresh":"2023-10-14T00:15:37.883728+0000","last_change":"2023-10-14T00:08:26.373298+0000","last_active":"2023-10-14T00:15:37.883728+0000","last_peered":"2023-10-14T00:15:37.883728+0000","last_clean":"2023-10-14T00:15:37.883728+0000","last_became_active":"2023-10-14T00:08:26.372751+0000","last_became_peered":"2023-10-14T00:08:26.372751+0000","last_unstale":"2023-10-14T00:15:37.883728+0000","last_undegraded":"2023-10-14T00:15:37.883728+0000","last_fullsized":"2023-10-14T00:15:37.883728+0000","mapping_epoch":440,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":441,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T08:40:33.160184+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":833,"reported_epoch":863,"state":"active+clean","last_fresh":"2023-10-14T00:15:37.618148+0000","last_change":"2023-10-14T00:07:31.368254+0000","last_active":"2023-10-14T00:15:37.618148+0000","last_peered":"2023-10-14T00:15:37.618148+0000","last_clean":"2023-10-14T00:15:37.618148+0000","last_became_active":"2023-10-14T00:07:31.367920+0000","last_became_peered":"2023-10-14T00:07:31.367920+0000","last_unstale":"2023-10-14T00:15:37.618148+0000","last_undegraded":"2023-10-14T00:15:37.618148+0000","last_fullsized":"2023-10-14T00:15:37.618148+0000","mapping_epoch":388,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":389,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:24:07.889322+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"865'1559","reported_seq":4508,"reported_epoch":866,"state":"active+clean","last_fresh":"2023-10-14T00:15:40.513309+0000","last_change":"2023-10-14T00:15:39.653503+0000","last_active":"2023-10-14T00:15:40.513309+0000","last_peered":"2023-10-14T00:15:40.513309+0000","last_clean":"2023-10-14T00:15:40.513309+0000","last_became_active":"2023-10-14T00:08:26.375333+0000","last_became_peered":"2023-10-14T00:08:26.375333+0000","last_unstale":"2023-10-14T00:15:40.513309+0000","last_undegraded":"2023-10-14T00:15:40.513309+0000","last_fullsized":"2023-10-14T00:15:40.513309+0000","mapping_epoch":440,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":441,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-14T00:02:01.580436+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-14T00:02:01.580436+0000","last_clean_scrub_stamp":"2023-10-14T00:02:01.580436+0000","objects_scrubbed":0,"log_size":1559,"log_dups_size":0,"ondisk_log_size":1559,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:46:13.994400+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0062787069999999997,"stat_sum":{"num_bytes":48488448,"num_objects":14,"num_object_clones":10,"num_object_copies":42,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":14,"num_whiteouts":0,"num_read":276,"num_read_kb":311693,"num_write":738,"num_write_kb":173040,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":8929280,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"308","length":"2"}]},{"pgid":"4.0","version":"0'0","reported_seq":805,"reported_epoch":865,"state":"active+clean","last_fresh":"2023-10-14T00:15:39.650824+0000","last_change":"2023-10-14T00:08:26.373154+0000","last_active":"2023-10-14T00:15:39.650824+0000","last_peered":"2023-10-14T00:15:39.650824+0000","last_clean":"2023-10-14T00:15:39.650824+0000","last_became_active":"2023-10-14T00:08:26.372259+0000","last_became_peered":"2023-10-14T00:08:26.372259+0000","last_unstale":"2023-10-14T00:15:39.650824+0000","last_undegraded":"2023-10-14T00:15:39.650824+0000","last_fullsized":"2023-10-14T00:15:39.650824+0000","mapping_epoch":440,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":441,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-14T00:00:01.602105+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-14T00:00:01.602105+0000","last_clean_scrub_stamp":"2023-10-14T00:00:01.602105+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T00:44:49.834960+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"464'2","reported_seq":838,"reported_epoch":863,"state":"active+clean","last_fresh":"2023-10-14T00:15:37.618199+0000","last_change":"2023-10-14T00:07:59.887554+0000","last_active":"2023-10-14T00:15:37.618199+0000","last_peered":"2023-10-14T00:15:37.618199+0000","last_clean":"2023-10-14T00:15:37.618199+0000","last_became_active":"2023-10-14T00:07:59.887130+0000","last_became_peered":"2023-10-14T00:07:59.887130+0000","last_unstale":"2023-10-14T00:15:37.618199+0000","last_undegraded":"2023-10-14T00:15:37.618199+0000","last_fullsized":"2023-10-14T00:15:37.618199+0000","mapping_epoch":415,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":416,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:44:35.195505+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":808,"reported_epoch":865,"state":"active+clean","last_fresh":"2023-10-14T00:15:39.651868+0000","last_change":"2023-10-14T00:08:26.373345+0000","last_active":"2023-10-14T00:15:39.651868+0000","last_peered":"2023-10-14T00:15:39.651868+0000","last_clean":"2023-10-14T00:15:39.651868+0000","last_became_active":"2023-10-14T00:08:26.372228+0000","last_became_peered":"2023-10-14T00:08:26.372228+0000","last_unstale":"2023-10-14T00:15:39.651868+0000","last_undegraded":"2023-10-14T00:15:39.651868+0000","last_fullsized":"2023-10-14T00:15:39.651868+0000","mapping_epoch":440,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":441,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:37:15.449220+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"859'431","reported_seq":3493,"reported_epoch":866,"state":"active+clean","last_fresh":"2023-10-14T00:15:40.902594+0000","last_change":"2023-10-14T00:15:39.651455+0000","last_active":"2023-10-14T00:15:40.902594+0000","last_peered":"2023-10-14T00:15:40.902594+0000","last_clean":"2023-10-14T00:15:40.902594+0000","last_became_active":"2023-10-14T00:07:03.383327+0000","last_became_peered":"2023-10-14T00:07:03.383327+0000","last_unstale":"2023-10-14T00:15:40.902594+0000","last_undegraded":"2023-10-14T00:15:40.902594+0000","last_fullsized":"2023-10-14T00:15:40.902594+0000","mapping_epoch":361,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":362,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-14T00:02:01.580436+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-14T00:02:01.580436+0000","last_clean_scrub_stamp":"2023-10-14T00:02:01.580436+0000","objects_scrubbed":0,"log_size":431,"log_dups_size":0,"ondisk_log_size":431,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:03:25.204474+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00070266299999999996,"stat_sum":{"num_bytes":16039936,"num_objects":3,"num_object_clones":2,"num_object_copies":9,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":3,"num_whiteouts":0,"num_read":83,"num_read_kb":124953,"num_write":214,"num_write_kb":38800,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"308","length":"2"}]},{"pgid":"4.1","version":"0'0","reported_seq":831,"reported_epoch":865,"state":"active+clean","last_fresh":"2023-10-14T00:15:39.646674+0000","last_change":"2023-10-14T00:07:59.895481+0000","last_active":"2023-10-14T00:15:39.646674+0000","last_peered":"2023-10-14T00:15:39.646674+0000","last_clean":"2023-10-14T00:15:39.646674+0000","last_became_active":"2023-10-14T00:07:59.894635+0000","last_became_peered":"2023-10-14T00:07:59.894635+0000","last_unstale":"2023-10-14T00:15:39.646674+0000","last_undegraded":"2023-10-14T00:15:39.646674+0000","last_fullsized":"2023-10-14T00:15:39.646674+0000","mapping_epoch":415,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":416,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-14T00:00:01.602105+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-14T00:00:01.602105+0000","last_clean_scrub_stamp":"2023-10-14T00:00:01.602105+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:00:37.368375+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"58'2","reported_seq":820,"reported_epoch":865,"state":"active+clean","last_fresh":"2023-10-14T00:15:39.683228+0000","last_change":"2023-10-14T00:08:26.372606+0000","last_active":"2023-10-14T00:15:39.683228+0000","last_peered":"2023-10-14T00:15:39.683228+0000","last_clean":"2023-10-14T00:15:39.683228+0000","last_became_active":"2023-10-14T00:08:26.372289+0000","last_became_peered":"2023-10-14T00:08:26.372289+0000","last_unstale":"2023-10-14T00:15:39.683228+0000","last_undegraded":"2023-10-14T00:15:39.683228+0000","last_fullsized":"2023-10-14T00:15:39.683228+0000","mapping_epoch":440,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":441,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:46:43.331493+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":821,"reported_epoch":865,"state":"active+clean","last_fresh":"2023-10-14T00:15:39.679639+0000","last_change":"2023-10-14T00:07:03.368613+0000","last_active":"2023-10-14T00:15:39.679639+0000","last_peered":"2023-10-14T00:15:39.679639+0000","last_clean":"2023-10-14T00:15:39.679639+0000","last_became_active":"2023-10-14T00:07:03.368312+0000","last_became_peered":"2023-10-14T00:07:03.368312+0000","last_unstale":"2023-10-14T00:15:39.679639+0000","last_undegraded":"2023-10-14T00:15:39.679639+0000","last_fullsized":"2023-10-14T00:15:39.679639+0000","mapping_epoch":361,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":362,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T05:10:36.574625+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"865'1154","reported_seq":4147,"reported_epoch":865,"state":"active+clean","last_fresh":"2023-10-14T00:15:39.720523+0000","last_change":"2023-10-14T00:15:39.721335+0000","last_active":"2023-10-14T00:15:39.720523+0000","last_peered":"2023-10-14T00:15:39.720523+0000","last_clean":"2023-10-14T00:15:39.720523+0000","last_became_active":"2023-10-14T00:07:59.890831+0000","last_became_peered":"2023-10-14T00:07:59.890831+0000","last_unstale":"2023-10-14T00:15:39.720523+0000","last_undegraded":"2023-10-14T00:15:39.720523+0000","last_fullsized":"2023-10-14T00:15:39.720523+0000","mapping_epoch":415,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":416,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-14T00:02:01.580436+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-14T00:02:01.580436+0000","last_clean_scrub_stamp":"2023-10-14T00:02:01.580436+0000","objects_scrubbed":0,"log_size":1154,"log_dups_size":0,"ondisk_log_size":1154,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:15:41.733476+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0032110680000000001,"stat_sum":{"num_bytes":18636800,"num_objects":12,"num_object_clones":9,"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":2,"num_read":248,"num_read_kb":332408,"num_write":586,"num_write_kb":100304,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":7,"num_bytes_recovered":18784256,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"2b9","length":"1"},{"start":"2ea","length":"1"},{"start":"2ee","length":"1"},{"start":"308","length":"2"}]},{"pgid":"2.8","version":"0'0","reported_seq":808,"reported_epoch":863,"state":"active+clean","last_fresh":"2023-10-14T00:15:37.883331+0000","last_change":"2023-10-14T00:08:26.375088+0000","last_active":"2023-10-14T00:15:37.883331+0000","last_peered":"2023-10-14T00:15:37.883331+0000","last_clean":"2023-10-14T00:15:37.883331+0000","last_became_active":"2023-10-14T00:08:26.374167+0000","last_became_peered":"2023-10-14T00:08:26.374167+0000","last_unstale":"2023-10-14T00:15:37.883331+0000","last_undegraded":"2023-10-14T00:15:37.883331+0000","last_fullsized":"2023-10-14T00:15:37.883331+0000","mapping_epoch":440,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":441,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T10:14:44.866023+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":836,"reported_epoch":866,"state":"active+clean","last_fresh":"2023-10-14T00:15:40.512710+0000","last_change":"2023-10-14T00:08:26.376854+0000","last_active":"2023-10-14T00:15:40.512710+0000","last_peered":"2023-10-14T00:15:40.512710+0000","last_clean":"2023-10-14T00:15:40.512710+0000","last_became_active":"2023-10-14T00:08:26.374757+0000","last_became_peered":"2023-10-14T00:08:26.374757+0000","last_unstale":"2023-10-14T00:15:40.512710+0000","last_undegraded":"2023-10-14T00:15:40.512710+0000","last_fullsized":"2023-10-14T00:15:40.512710+0000","mapping_epoch":440,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":441,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:15:24.519084+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"859'356","reported_seq":3382,"reported_epoch":866,"state":"active+clean","last_fresh":"2023-10-14T00:15:40.513516+0000","last_change":"2023-10-14T00:15:39.648062+0000","last_active":"2023-10-14T00:15:40.513516+0000","last_peered":"2023-10-14T00:15:40.513516+0000","last_clean":"2023-10-14T00:15:40.513516+0000","last_became_active":"2023-10-14T00:07:31.348276+0000","last_became_peered":"2023-10-14T00:07:31.348276+0000","last_unstale":"2023-10-14T00:15:40.513516+0000","last_undegraded":"2023-10-14T00:15:40.513516+0000","last_fullsized":"2023-10-14T00:15:40.513516+0000","mapping_epoch":388,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":389,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-14T00:02:01.580436+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-14T00:02:01.580436+0000","last_clean_scrub_stamp":"2023-10-14T00:02:01.580436+0000","objects_scrubbed":0,"log_size":356,"log_dups_size":0,"ondisk_log_size":356,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T00:11:02.641291+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00054088400000000005,"stat_sum":{"num_bytes":0,"num_objects":2,"num_object_clones":1,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":71,"num_read_kb":52646,"num_write":152,"num_write_kb":25424,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":3,"num_bytes_recovered":14852096,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"308","length":"2"}]},{"pgid":"2.9","version":"0'0","reported_seq":833,"reported_epoch":863,"state":"active+clean","last_fresh":"2023-10-14T00:15:37.617414+0000","last_change":"2023-10-14T00:08:26.370509+0000","last_active":"2023-10-14T00:15:37.617414+0000","last_peered":"2023-10-14T00:15:37.617414+0000","last_clean":"2023-10-14T00:15:37.617414+0000","last_became_active":"2023-10-14T00:08:26.370170+0000","last_became_peered":"2023-10-14T00:08:26.370170+0000","last_unstale":"2023-10-14T00:15:37.617414+0000","last_undegraded":"2023-10-14T00:15:37.617414+0000","last_fullsized":"2023-10-14T00:15:37.617414+0000","mapping_epoch":440,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":441,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T09:56:38.547855+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":835,"reported_epoch":865,"state":"active+clean","last_fresh":"2023-10-14T00:15:39.650939+0000","last_change":"2023-10-14T00:08:26.373384+0000","last_active":"2023-10-14T00:15:39.650939+0000","last_peered":"2023-10-14T00:15:39.650939+0000","last_clean":"2023-10-14T00:15:39.650939+0000","last_became_active":"2023-10-14T00:08:26.372806+0000","last_became_peered":"2023-10-14T00:08:26.372806+0000","last_unstale":"2023-10-14T00:15:39.650939+0000","last_undegraded":"2023-10-14T00:15:39.650939+0000","last_fullsized":"2023-10-14T00:15:39.650939+0000","mapping_epoch":440,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":441,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:50:04.922921+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"859'987","reported_seq":4052,"reported_epoch":863,"state":"active+clean","last_fresh":"2023-10-14T00:15:37.626175+0000","last_change":"2023-10-14T00:15:37.626595+0000","last_active":"2023-10-14T00:15:37.626175+0000","last_peered":"2023-10-14T00:15:37.626175+0000","last_clean":"2023-10-14T00:15:37.626175+0000","last_became_active":"2023-10-14T00:08:26.371689+0000","last_became_peered":"2023-10-14T00:08:26.371689+0000","last_unstale":"2023-10-14T00:15:37.626175+0000","last_undegraded":"2023-10-14T00:15:37.626175+0000","last_fullsized":"2023-10-14T00:15:37.626175+0000","mapping_epoch":440,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":441,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-14T00:02:01.580436+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-14T00:02:01.580436+0000","last_clean_scrub_stamp":"2023-10-14T00:02:01.580436+0000","objects_scrubbed":0,"log_size":987,"log_dups_size":0,"ondisk_log_size":987,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:36:11.708898+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00098290399999999994,"stat_sum":{"num_bytes":14295040,"num_objects":9,"num_object_clones":6,"num_object_copies":27,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":9,"num_whiteouts":0,"num_read":218,"num_read_kb":355644,"num_write":462,"num_write_kb":90520,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":16105472,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"2b9","length":"1"},{"start":"2ea","length":"1"},{"start":"2ee","length":"1"},{"start":"308","length":"1"}]},{"pgid":"2.a","version":"0'0","reported_seq":810,"reported_epoch":863,"state":"active+clean","last_fresh":"2023-10-14T00:15:37.617544+0000","last_change":"2023-10-14T00:06:34.403887+0000","last_active":"2023-10-14T00:15:37.617544+0000","last_peered":"2023-10-14T00:15:37.617544+0000","last_clean":"2023-10-14T00:15:37.617544+0000","last_became_active":"2023-10-14T00:06:34.403555+0000","last_became_peered":"2023-10-14T00:06:34.403555+0000","last_unstale":"2023-10-14T00:15:37.617544+0000","last_undegraded":"2023-10-14T00:15:37.617544+0000","last_fullsized":"2023-10-14T00:15:37.617544+0000","mapping_epoch":332,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":333,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:23:43.051944+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.b","version":"0'0","reported_seq":808,"reported_epoch":865,"state":"active+clean","last_fresh":"2023-10-14T00:15:39.651743+0000","last_change":"2023-10-14T00:07:03.382851+0000","last_active":"2023-10-14T00:15:39.651743+0000","last_peered":"2023-10-14T00:15:39.651743+0000","last_clean":"2023-10-14T00:15:39.651743+0000","last_became_active":"2023-10-14T00:07:03.382492+0000","last_became_peered":"2023-10-14T00:07:03.382492+0000","last_unstale":"2023-10-14T00:15:39.651743+0000","last_undegraded":"2023-10-14T00:15:39.651743+0000","last_fullsized":"2023-10-14T00:15:39.651743+0000","mapping_epoch":361,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":362,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:34:08.502525+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"859'1054","reported_seq":4168,"reported_epoch":864,"state":"active+clean","last_fresh":"2023-10-14T00:15:38.628620+0000","last_change":"2023-10-14T00:15:37.618474+0000","last_active":"2023-10-14T00:15:38.628620+0000","last_peered":"2023-10-14T00:15:38.628620+0000","last_clean":"2023-10-14T00:15:38.628620+0000","last_became_active":"2023-10-14T00:07:03.368619+0000","last_became_peered":"2023-10-14T00:07:03.368619+0000","last_unstale":"2023-10-14T00:15:38.628620+0000","last_undegraded":"2023-10-14T00:15:38.628620+0000","last_fullsized":"2023-10-14T00:15:38.628620+0000","mapping_epoch":361,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":362,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-14T00:02:01.580436+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-14T00:02:01.580436+0000","last_clean_scrub_stamp":"2023-10-14T00:02:01.580436+0000","objects_scrubbed":0,"log_size":1054,"log_dups_size":0,"ondisk_log_size":1054,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:29:59.266301+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00084504700000000003,"stat_sum":{"num_bytes":19374080,"num_objects":8,"num_object_clones":5,"num_object_copies":24,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":8,"num_whiteouts":0,"num_read":238,"num_read_kb":532730,"num_write":422,"num_write_kb":106128,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":3,"num_bytes_recovered":17235968,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"2b9","length":"1"},{"start":"2ea","length":"1"},{"start":"2ee","length":"1"},{"start":"308","length":"1"}]},{"pgid":"2.b","version":"457'3","reported_seq":842,"reported_epoch":863,"state":"active+clean","last_fresh":"2023-10-14T00:15:37.883255+0000","last_change":"2023-10-14T00:08:26.368298+0000","last_active":"2023-10-14T00:15:37.883255+0000","last_peered":"2023-10-14T00:15:37.883255+0000","last_clean":"2023-10-14T00:15:37.883255+0000","last_became_active":"2023-10-14T00:08:26.366949+0000","last_became_peered":"2023-10-14T00:08:26.366949+0000","last_unstale":"2023-10-14T00:15:37.883255+0000","last_undegraded":"2023-10-14T00:15:37.883255+0000","last_fullsized":"2023-10-14T00:15:37.883255+0000","mapping_epoch":440,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":441,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+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-15T05:20:11.176764+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":834,"reported_epoch":865,"state":"active+clean","last_fresh":"2023-10-14T00:15:39.682580+0000","last_change":"2023-10-14T00:07:59.888128+0000","last_active":"2023-10-14T00:15:39.682580+0000","last_peered":"2023-10-14T00:15:39.682580+0000","last_clean":"2023-10-14T00:15:39.682580+0000","last_became_active":"2023-10-14T00:07:59.887760+0000","last_became_peered":"2023-10-14T00:07:59.887760+0000","last_unstale":"2023-10-14T00:15:39.682580+0000","last_undegraded":"2023-10-14T00:15:39.682580+0000","last_fullsized":"2023-10-14T00:15:39.682580+0000","mapping_epoch":415,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":416,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:48:11.916554+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"863'2442","reported_seq":5423,"reported_epoch":863,"state":"active+clean","last_fresh":"2023-10-14T00:15:37.626288+0000","last_change":"2023-10-14T00:15:37.626288+0000","last_active":"2023-10-14T00:15:37.626288+0000","last_peered":"2023-10-14T00:15:37.626288+0000","last_clean":"2023-10-14T00:15:37.626288+0000","last_became_active":"2023-10-14T00:07:31.352016+0000","last_became_peered":"2023-10-14T00:07:31.352016+0000","last_unstale":"2023-10-14T00:15:37.626288+0000","last_undegraded":"2023-10-14T00:15:37.626288+0000","last_fullsized":"2023-10-14T00:15:37.626288+0000","mapping_epoch":388,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":389,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-14T00:02:01.580436+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-14T00:02:01.580436+0000","last_clean_scrub_stamp":"2023-10-14T00:02:01.580436+0000","objects_scrubbed":0,"log_size":2442,"log_dups_size":0,"ondisk_log_size":2442,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T10:42:13.455771+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00068019100000000002,"stat_sum":{"num_bytes":66674688,"num_objects":19,"num_object_clones":13,"num_object_copies":57,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":19,"num_whiteouts":2,"num_read":501,"num_read_kb":780815,"num_write":976,"num_write_kb":221344,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":9,"num_bytes_recovered":35692544,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"2b9","length":"1"},{"start":"2ea","length":"1"},{"start":"2ee","length":"1"},{"start":"308","length":"1"}]},{"pgid":"2.c","version":"0'0","reported_seq":833,"reported_epoch":862,"state":"active+clean","last_fresh":"2023-10-14T00:15:36.611737+0000","last_change":"2023-10-14T00:07:31.359761+0000","last_active":"2023-10-14T00:15:36.611737+0000","last_peered":"2023-10-14T00:15:36.611737+0000","last_clean":"2023-10-14T00:15:36.611737+0000","last_became_active":"2023-10-14T00:07:31.359434+0000","last_became_peered":"2023-10-14T00:07:31.359434+0000","last_unstale":"2023-10-14T00:15:36.611737+0000","last_undegraded":"2023-10-14T00:15:36.611737+0000","last_fullsized":"2023-10-14T00:15:36.611737+0000","mapping_epoch":388,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":389,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T08:18:31.531524+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":822,"reported_epoch":863,"state":"active+clean","last_fresh":"2023-10-14T00:15:37.883815+0000","last_change":"2023-10-14T00:08:26.376949+0000","last_active":"2023-10-14T00:15:37.883815+0000","last_peered":"2023-10-14T00:15:37.883815+0000","last_clean":"2023-10-14T00:15:37.883815+0000","last_became_active":"2023-10-14T00:08:26.371428+0000","last_became_peered":"2023-10-14T00:08:26.371428+0000","last_unstale":"2023-10-14T00:15:37.883815+0000","last_undegraded":"2023-10-14T00:15:37.883815+0000","last_fullsized":"2023-10-14T00:15:37.883815+0000","mapping_epoch":440,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":441,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T04:45:29.184752+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"859'1466","reported_seq":4513,"reported_epoch":863,"state":"active+clean","last_fresh":"2023-10-14T00:15:37.625316+0000","last_change":"2023-10-14T00:15:37.625693+0000","last_active":"2023-10-14T00:15:37.625316+0000","last_peered":"2023-10-14T00:15:37.625316+0000","last_clean":"2023-10-14T00:15:37.625316+0000","last_became_active":"2023-10-14T00:07:03.374087+0000","last_became_peered":"2023-10-14T00:07:03.374087+0000","last_unstale":"2023-10-14T00:15:37.625316+0000","last_undegraded":"2023-10-14T00:15:37.625316+0000","last_fullsized":"2023-10-14T00:15:37.625316+0000","mapping_epoch":361,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":362,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-14T00:02:01.580436+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-14T00:02:01.580436+0000","last_clean_scrub_stamp":"2023-10-14T00:02:01.580436+0000","objects_scrubbed":0,"log_size":1466,"log_dups_size":0,"ondisk_log_size":1466,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T05:52:36.088582+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00056387600000000005,"stat_sum":{"num_bytes":25501696,"num_objects":11,"num_object_clones":7,"num_object_copies":33,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":11,"num_whiteouts":1,"num_read":311,"num_read_kb":494158,"num_write":641,"num_write_kb":124704,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":5,"num_bytes_recovered":11796480,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"2b9","length":"1"},{"start":"2ea","length":"1"},{"start":"2ee","length":"1"},{"start":"308","length":"1"}]},{"pgid":"2.d","version":"58'1","reported_seq":836,"reported_epoch":863,"state":"active+clean","last_fresh":"2023-10-14T00:15:37.618059+0000","last_change":"2023-10-14T00:07:03.378929+0000","last_active":"2023-10-14T00:15:37.618059+0000","last_peered":"2023-10-14T00:15:37.618059+0000","last_clean":"2023-10-14T00:15:37.618059+0000","last_became_active":"2023-10-14T00:07:03.378521+0000","last_became_peered":"2023-10-14T00:07:03.378521+0000","last_unstale":"2023-10-14T00:15:37.618059+0000","last_undegraded":"2023-10-14T00:15:37.618059+0000","last_fullsized":"2023-10-14T00:15:37.618059+0000","mapping_epoch":361,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":362,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+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-15T01:27:05.584440+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":832,"reported_epoch":864,"state":"active+clean","last_fresh":"2023-10-14T00:15:38.635378+0000","last_change":"2023-10-14T00:07:59.890582+0000","last_active":"2023-10-14T00:15:38.635378+0000","last_peered":"2023-10-14T00:15:38.635378+0000","last_clean":"2023-10-14T00:15:38.635378+0000","last_became_active":"2023-10-14T00:07:59.890198+0000","last_became_peered":"2023-10-14T00:07:59.890198+0000","last_unstale":"2023-10-14T00:15:38.635378+0000","last_undegraded":"2023-10-14T00:15:38.635378+0000","last_fullsized":"2023-10-14T00:15:38.635378+0000","mapping_epoch":415,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":416,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T00:30:09.116544+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"859'1491","reported_seq":4395,"reported_epoch":864,"state":"active+clean","last_fresh":"2023-10-14T00:15:38.633151+0000","last_change":"2023-10-14T00:15:37.884086+0000","last_active":"2023-10-14T00:15:38.633151+0000","last_peered":"2023-10-14T00:15:38.633151+0000","last_clean":"2023-10-14T00:15:38.633151+0000","last_became_active":"2023-10-14T00:08:26.379148+0000","last_became_peered":"2023-10-14T00:08:26.379148+0000","last_unstale":"2023-10-14T00:15:38.633151+0000","last_undegraded":"2023-10-14T00:15:38.633151+0000","last_fullsized":"2023-10-14T00:15:38.633151+0000","mapping_epoch":440,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":441,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-14T00:02:01.580436+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-14T00:02:01.580436+0000","last_clean_scrub_stamp":"2023-10-14T00:02:01.580436+0000","objects_scrubbed":0,"log_size":1491,"log_dups_size":0,"ondisk_log_size":1491,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:07:38.753269+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00098838900000000011,"stat_sum":{"num_bytes":7315456,"num_objects":13,"num_object_clones":9,"num_object_copies":39,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":13,"num_whiteouts":0,"num_read":291,"num_read_kb":340576,"num_write":573,"num_write_kb":134376,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":12,"num_bytes_recovered":28549120,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"2b9","length":"1"},{"start":"2ea","length":"1"},{"start":"2ee","length":"1"},{"start":"308","length":"1"}]},{"pgid":"2.e","version":"58'2","reported_seq":811,"reported_epoch":862,"state":"active+clean","last_fresh":"2023-10-14T00:15:36.612016+0000","last_change":"2023-10-14T00:08:26.366147+0000","last_active":"2023-10-14T00:15:36.612016+0000","last_peered":"2023-10-14T00:15:36.612016+0000","last_clean":"2023-10-14T00:15:36.612016+0000","last_became_active":"2023-10-14T00:08:26.365686+0000","last_became_peered":"2023-10-14T00:08:26.365686+0000","last_unstale":"2023-10-14T00:15:36.612016+0000","last_undegraded":"2023-10-14T00:15:36.612016+0000","last_fullsized":"2023-10-14T00:15:36.612016+0000","mapping_epoch":440,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":441,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:32.653505+0000","last_clean_scrub_stamp":"2023-10-13T23:59:32.653505+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T08:17:40.910977+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":810,"reported_epoch":863,"state":"active+clean","last_fresh":"2023-10-14T00:15:37.884095+0000","last_change":"2023-10-14T00:08:26.376582+0000","last_active":"2023-10-14T00:15:37.884095+0000","last_peered":"2023-10-14T00:15:37.884095+0000","last_clean":"2023-10-14T00:15:37.884095+0000","last_became_active":"2023-10-14T00:08:26.375852+0000","last_became_peered":"2023-10-14T00:08:26.375852+0000","last_unstale":"2023-10-14T00:15:37.884095+0000","last_undegraded":"2023-10-14T00:15:37.884095+0000","last_fullsized":"2023-10-14T00:15:37.884095+0000","mapping_epoch":440,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":441,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:22:55.398966+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":820,"reported_epoch":865,"state":"active+clean","last_fresh":"2023-10-14T00:15:39.682213+0000","last_change":"2023-10-14T00:07:59.881148+0000","last_active":"2023-10-14T00:15:39.682213+0000","last_peered":"2023-10-14T00:15:39.682213+0000","last_clean":"2023-10-14T00:15:39.682213+0000","last_became_active":"2023-10-14T00:07:59.880594+0000","last_became_peered":"2023-10-14T00:07:59.880594+0000","last_unstale":"2023-10-14T00:15:39.682213+0000","last_undegraded":"2023-10-14T00:15:39.682213+0000","last_fullsized":"2023-10-14T00:15:39.682213+0000","mapping_epoch":415,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":416,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:46:43.558276+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":806,"reported_epoch":862,"state":"active+clean","last_fresh":"2023-10-14T00:15:36.611004+0000","last_change":"2023-10-14T00:07:59.884786+0000","last_active":"2023-10-14T00:15:36.611004+0000","last_peered":"2023-10-14T00:15:36.611004+0000","last_clean":"2023-10-14T00:15:36.611004+0000","last_became_active":"2023-10-14T00:07:59.884396+0000","last_became_peered":"2023-10-14T00:07:59.884396+0000","last_unstale":"2023-10-14T00:15:36.611004+0000","last_undegraded":"2023-10-14T00:15:36.611004+0000","last_fullsized":"2023-10-14T00:15:36.611004+0000","mapping_epoch":415,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":416,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T02:31:14.803873+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":836,"reported_epoch":864,"state":"active+clean","last_fresh":"2023-10-14T00:15:38.635460+0000","last_change":"2023-10-14T00:07:31.349926+0000","last_active":"2023-10-14T00:15:38.635460+0000","last_peered":"2023-10-14T00:15:38.635460+0000","last_clean":"2023-10-14T00:15:38.635460+0000","last_became_active":"2023-10-14T00:07:31.349589+0000","last_became_peered":"2023-10-14T00:07:31.349589+0000","last_unstale":"2023-10-14T00:15:38.635460+0000","last_undegraded":"2023-10-14T00:15:38.635460+0000","last_fullsized":"2023-10-14T00:15:38.635460+0000","mapping_epoch":388,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":389,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T11:14:04.301068+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":822,"reported_epoch":865,"state":"active+clean","last_fresh":"2023-10-14T00:15:39.678978+0000","last_change":"2023-10-14T00:07:03.386274+0000","last_active":"2023-10-14T00:15:39.678978+0000","last_peered":"2023-10-14T00:15:39.678978+0000","last_clean":"2023-10-14T00:15:39.678978+0000","last_became_active":"2023-10-14T00:07:03.385474+0000","last_became_peered":"2023-10-14T00:07:03.385474+0000","last_unstale":"2023-10-14T00:15:39.678978+0000","last_undegraded":"2023-10-14T00:15:39.678978+0000","last_fullsized":"2023-10-14T00:15:39.678978+0000","mapping_epoch":361,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":362,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T05:54:21.541599+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":836,"reported_epoch":865,"state":"active+clean","last_fresh":"2023-10-14T00:15:39.651103+0000","last_change":"2023-10-14T00:06:34.400450+0000","last_active":"2023-10-14T00:15:39.651103+0000","last_peered":"2023-10-14T00:15:39.651103+0000","last_clean":"2023-10-14T00:15:39.651103+0000","last_became_active":"2023-10-14T00:06:34.399748+0000","last_became_peered":"2023-10-14T00:06:34.399748+0000","last_unstale":"2023-10-14T00:15:39.651103+0000","last_undegraded":"2023-10-14T00:15:39.651103+0000","last_fullsized":"2023-10-14T00:15:39.651103+0000","mapping_epoch":332,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":333,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:40:44.740836+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,2,1],"acting":[3,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.25","version":"0'0","reported_seq":833,"reported_epoch":863,"state":"active+clean","last_fresh":"2023-10-14T00:15:37.618102+0000","last_change":"2023-10-14T00:06:34.397274+0000","last_active":"2023-10-14T00:15:37.618102+0000","last_peered":"2023-10-14T00:15:37.618102+0000","last_clean":"2023-10-14T00:15:37.618102+0000","last_became_active":"2023-10-14T00:06:34.396849+0000","last_became_peered":"2023-10-14T00:06:34.396849+0000","last_unstale":"2023-10-14T00:15:37.618102+0000","last_undegraded":"2023-10-14T00:15:37.618102+0000","last_fullsized":"2023-10-14T00:15:37.618102+0000","mapping_epoch":332,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":333,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T06:09:18.464999+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":805,"reported_epoch":862,"state":"active+clean","last_fresh":"2023-10-14T00:15:36.612393+0000","last_change":"2023-10-14T00:08:26.362351+0000","last_active":"2023-10-14T00:15:36.612393+0000","last_peered":"2023-10-14T00:15:36.612393+0000","last_clean":"2023-10-14T00:15:36.612393+0000","last_became_active":"2023-10-14T00:08:26.361978+0000","last_became_peered":"2023-10-14T00:08:26.361978+0000","last_unstale":"2023-10-14T00:15:36.612393+0000","last_undegraded":"2023-10-14T00:15:36.612393+0000","last_fullsized":"2023-10-14T00:15:36.612393+0000","mapping_epoch":440,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":441,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T03:10:18.573499+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,7,4],"acting":[2,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.27","version":"0'0","reported_seq":836,"reported_epoch":865,"state":"active+clean","last_fresh":"2023-10-14T00:15:39.651970+0000","last_change":"2023-10-14T00:06:34.397395+0000","last_active":"2023-10-14T00:15:39.651970+0000","last_peered":"2023-10-14T00:15:39.651970+0000","last_clean":"2023-10-14T00:15:39.651970+0000","last_became_active":"2023-10-14T00:06:34.397032+0000","last_became_peered":"2023-10-14T00:06:34.397032+0000","last_unstale":"2023-10-14T00:15:39.651970+0000","last_undegraded":"2023-10-14T00:15:39.651970+0000","last_fullsized":"2023-10-14T00:15:39.651970+0000","mapping_epoch":332,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":333,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T08:59:07.410181+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,1,2],"acting":[3,1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.28","version":"0'0","reported_seq":836,"reported_epoch":864,"state":"active+clean","last_fresh":"2023-10-14T00:15:38.635154+0000","last_change":"2023-10-14T00:07:31.349030+0000","last_active":"2023-10-14T00:15:38.635154+0000","last_peered":"2023-10-14T00:15:38.635154+0000","last_clean":"2023-10-14T00:15:38.635154+0000","last_became_active":"2023-10-14T00:07:31.348731+0000","last_became_peered":"2023-10-14T00:07:31.348731+0000","last_unstale":"2023-10-14T00:15:38.635154+0000","last_undegraded":"2023-10-14T00:15:38.635154+0000","last_fullsized":"2023-10-14T00:15:38.635154+0000","mapping_epoch":388,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":389,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T00:07:50.523884+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":835,"reported_epoch":865,"state":"active+clean","last_fresh":"2023-10-14T00:15:39.650920+0000","last_change":"2023-10-14T00:07:03.383764+0000","last_active":"2023-10-14T00:15:39.650920+0000","last_peered":"2023-10-14T00:15:39.650920+0000","last_clean":"2023-10-14T00:15:39.650920+0000","last_became_active":"2023-10-14T00:07:03.383472+0000","last_became_peered":"2023-10-14T00:07:03.383472+0000","last_unstale":"2023-10-14T00:15:39.650920+0000","last_undegraded":"2023-10-14T00:15:39.650920+0000","last_fullsized":"2023-10-14T00:15:39.650920+0000","mapping_epoch":361,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":362,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T00:33:06.943622+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":799,"reported_epoch":864,"state":"active+clean","last_fresh":"2023-10-14T00:15:38.635196+0000","last_change":"2023-10-14T00:08:26.373533+0000","last_active":"2023-10-14T00:15:38.635196+0000","last_peered":"2023-10-14T00:15:38.635196+0000","last_clean":"2023-10-14T00:15:38.635196+0000","last_became_active":"2023-10-14T00:08:26.373220+0000","last_became_peered":"2023-10-14T00:08:26.373220+0000","last_unstale":"2023-10-14T00:15:38.635196+0000","last_undegraded":"2023-10-14T00:15:38.635196+0000","last_fullsized":"2023-10-14T00:15:38.635196+0000","mapping_epoch":440,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":441,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T01:10:54.222494+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":821,"reported_epoch":865,"state":"active+clean","last_fresh":"2023-10-14T00:15:39.678895+0000","last_change":"2023-10-14T00:08:26.372704+0000","last_active":"2023-10-14T00:15:39.678895+0000","last_peered":"2023-10-14T00:15:39.678895+0000","last_clean":"2023-10-14T00:15:39.678895+0000","last_became_active":"2023-10-14T00:08:26.372367+0000","last_became_peered":"2023-10-14T00:08:26.372367+0000","last_unstale":"2023-10-14T00:15:39.678895+0000","last_undegraded":"2023-10-14T00:15:39.678895+0000","last_fullsized":"2023-10-14T00:15:39.678895+0000","mapping_epoch":440,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":441,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T10:56:25.684561+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":834,"reported_epoch":865,"state":"active+clean","last_fresh":"2023-10-14T00:15:39.682798+0000","last_change":"2023-10-14T00:07:59.894993+0000","last_active":"2023-10-14T00:15:39.682798+0000","last_peered":"2023-10-14T00:15:39.682798+0000","last_clean":"2023-10-14T00:15:39.682798+0000","last_became_active":"2023-10-14T00:07:59.893891+0000","last_became_peered":"2023-10-14T00:07:59.893891+0000","last_unstale":"2023-10-14T00:15:39.682798+0000","last_undegraded":"2023-10-14T00:15:39.682798+0000","last_fullsized":"2023-10-14T00:15:39.682798+0000","mapping_epoch":415,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":416,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T23:59:33.668965+0000","last_clean_scrub_stamp":"2023-10-13T23:59:33.668965+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-15T07:02:45.115199+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":451076096,"num_objects":151,"num_object_clones":101,"num_object_copies":453,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":151,"num_whiteouts":10,"num_read":3948,"num_read_kb":6115264,"num_write":8152,"num_write_kb":1859928,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":91,"num_bytes_recovered":295485440,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":636653568,"data_stored":983740416,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":19246,"ondisk_log_size":19246,"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":711,"num_read_kb":1302,"num_write":361,"num_write_kb":3462,"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":242,"ondisk_log_size":242,"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":41253,"internal_metadata":0},"log_size":68,"ondisk_log_size":68,"up":96,"acting":96,"num_store_stats":8}],"osd_stats":[{"osd":7,"up_from":440,"seq":1889785610328,"num_pgs":50,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":393508,"kb_used_data":69136,"kb_used_omap":26,"kb_used_meta":323749,"kb_avail":93351644,"statfs":{"total":95995035648,"available":95592083456,"internally_reserved":0,"allocated":70795264,"data_stored":104392479,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":27455,"internal_metadata":331519169},"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 Oct 14 00:14:42 2023","interfaces":[{"interface":"back","average":{"1min":0.56000000000000005,"5min":0.64000000000000001,"15min":0.59199999999999997},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.76300000000000001,"5min":6.476,"15min":6.476},"last":0.81299999999999994},{"interface":"front","average":{"1min":0.54000000000000004,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.34899999999999998,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.70999999999999996,"5min":1.296,"15min":1.2969999999999999},"last":0.72599999999999998}]},{"osd":1,"last update":"Sat Oct 14 00:14:42 2023","interfaces":[{"interface":"back","average":{"1min":0.57199999999999995,"5min":0.59799999999999998,"15min":0.60099999999999998},"min":{"1min":0.41299999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.72599999999999998,"5min":0.88900000000000001,"15min":0.98499999999999999},"last":0.61299999999999999},{"interface":"front","average":{"1min":0.54000000000000004,"5min":0.65400000000000003,"15min":0.60299999999999998},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.34899999999999998},"max":{"1min":0.79000000000000004,"5min":6.577,"15min":6.577},"last":0.747}]},{"osd":2,"last update":"Sat Oct 14 00:14:42 2023","interfaces":[{"interface":"back","average":{"1min":0.56999999999999995,"5min":0.60299999999999998,"15min":0.61499999999999999},"min":{"1min":0.41899999999999998,"5min":0.34699999999999998,"15min":0.32700000000000001},"max":{"1min":0.70399999999999996,"5min":2.4660000000000002,"15min":2.4660000000000002},"last":0.68999999999999995},{"interface":"front","average":{"1min":0.55900000000000005,"5min":0.66300000000000003,"15min":0.63300000000000001},"min":{"1min":0.44400000000000001,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.75800000000000001,"5min":6.6139999999999999,"15min":6.6139999999999999},"last":0.874}]},{"osd":3,"last update":"Sat Oct 14 00:14:42 2023","interfaces":[{"interface":"back","average":{"1min":0.57799999999999996,"5min":0.66300000000000003,"15min":0.627},"min":{"1min":0.46600000000000003,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.746,"5min":6.516,"15min":6.516},"last":0.66000000000000003},{"interface":"front","average":{"1min":0.58599999999999997,"5min":0.64500000000000002,"15min":0.65300000000000002},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.373},"max":{"1min":0.76000000000000001,"5min":2.5510000000000002,"15min":2.5510000000000002},"last":0.78300000000000003}]},{"osd":4,"last update":"Sat Oct 14 00:14:42 2023","interfaces":[{"interface":"back","average":{"1min":0.44,"5min":0.52200000000000002,"15min":0.51800000000000002},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.63,"5min":6.4100000000000001,"15min":6.4100000000000001},"last":0.56799999999999995},{"interface":"front","average":{"1min":0.42499999999999999,"5min":0.498,"15min":0.53200000000000003},"min":{"1min":0.315,"5min":0.308,"15min":0.308},"max":{"1min":0.80800000000000005,"5min":2.4510000000000001,"15min":2.4510000000000001},"last":0.495}]},{"osd":5,"last update":"Sat Oct 14 00:14:42 2023","interfaces":[{"interface":"back","average":{"1min":0.47199999999999998,"5min":0.55900000000000005,"15min":0.56100000000000005},"min":{"1min":0.375,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.69299999999999995,"5min":4.9379999999999997,"15min":4.9379999999999997},"last":0.63},{"interface":"front","average":{"1min":0.47099999999999997,"5min":0.51400000000000001,"15min":0.51600000000000001},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.28699999999999998},"max":{"1min":0.78600000000000003,"5min":1.583,"15min":1.583},"last":0.51900000000000002}]},{"osd":6,"last update":"Sat Oct 14 00:14:42 2023","interfaces":[{"interface":"back","average":{"1min":0.504,"5min":0.56799999999999995,"15min":0.60099999999999998},"min":{"1min":0.372,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.67000000000000004,"5min":1.804,"15min":2.0419999999999998},"last":0.54200000000000004},{"interface":"front","average":{"1min":0.499,"5min":0.54100000000000004,"15min":0.56299999999999994},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.32900000000000001},"max":{"1min":0.73499999999999999,"5min":0.81499999999999995,"15min":1.3360000000000001},"last":0.46999999999999997}]}]},{"osd":6,"up_from":415,"seq":1782411427934,"num_pgs":42,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":212376,"kb_used_data":40844,"kb_used_omap":16,"kb_used_meta":171311,"kb_avail":93532776,"statfs":{"total":95995035648,"available":95777562624,"internally_reserved":0,"allocated":41824256,"data_stored":59304849,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":16392,"internal_metadata":175423480},"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 Oct 14 00:15:08 2023","interfaces":[{"interface":"back","average":{"1min":0.56299999999999994,"5min":0.59499999999999997,"15min":0.58999999999999997},"min":{"1min":0.25600000000000001,"5min":0.25600000000000001,"15min":0.25600000000000001},"max":{"1min":0.76200000000000001,"5min":0.80700000000000005,"15min":0.80700000000000005},"last":0.65900000000000003},{"interface":"front","average":{"1min":0.629,"5min":0.63900000000000001,"15min":0.64100000000000001},"min":{"1min":0.34200000000000003,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":0.85499999999999998,"5min":0.879,"15min":0.879},"last":0.67300000000000004}]},{"osd":1,"last update":"Sat Oct 14 00:15:08 2023","interfaces":[{"interface":"back","average":{"1min":0.60499999999999998,"5min":0.61199999999999999,"15min":0.57799999999999996},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.83899999999999997,"5min":1.0429999999999999,"15min":1.0429999999999999},"last":0.49399999999999999},{"interface":"front","average":{"1min":0.66500000000000004,"5min":0.63900000000000001,"15min":0.59999999999999998},"min":{"1min":0.45100000000000001,"5min":0.40699999999999997,"15min":0.33900000000000002},"max":{"1min":1.595,"5min":1.595,"15min":1.595},"last":0.70399999999999996}]},{"osd":2,"last update":"Sat Oct 14 00:15:08 2023","interfaces":[{"interface":"back","average":{"1min":0.66500000000000004,"5min":0.627,"15min":0.62},"min":{"1min":0.44800000000000001,"5min":0.39000000000000001,"15min":0.36299999999999999},"max":{"1min":1.25,"5min":1.25,"15min":1.25},"last":0.56899999999999995},{"interface":"front","average":{"1min":0.80900000000000005,"5min":0.68200000000000005,"15min":0.68000000000000005},"min":{"1min":0.443,"5min":0.443,"15min":0.433},"max":{"1min":4.319,"5min":4.319,"15min":4.319},"last":0.58499999999999996}]},{"osd":3,"last update":"Sat Oct 14 00:15:08 2023","interfaces":[{"interface":"back","average":{"1min":0.63300000000000001,"5min":0.63900000000000001,"15min":0.60199999999999998},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.34799999999999998},"max":{"1min":0.97499999999999998,"5min":0.97499999999999998,"15min":0.97499999999999998},"last":0.73599999999999999},{"interface":"front","average":{"1min":0.72099999999999997,"5min":0.63600000000000001,"15min":0.64200000000000002},"min":{"1min":0.46200000000000002,"5min":0.38100000000000001,"15min":0.35399999999999998},"max":{"1min":1.8089999999999999,"5min":1.8089999999999999,"15min":2.0459999999999998},"last":0.54900000000000004}]},{"osd":4,"last update":"Sat Oct 14 00:15:08 2023","interfaces":[{"interface":"back","average":{"1min":0.53000000000000003,"5min":0.51600000000000001,"15min":0.48099999999999998},"min":{"1min":0.33000000000000002,"5min":0.309,"15min":0.27300000000000002},"max":{"1min":0.72299999999999998,"5min":0.91100000000000003,"15min":0.91100000000000003},"last":0.60599999999999998},{"interface":"front","average":{"1min":0.64300000000000002,"5min":0.56499999999999995,"15min":0.51100000000000001},"min":{"1min":0.34000000000000002,"5min":0.29899999999999999,"15min":0.29599999999999999},"max":{"1min":1.141,"5min":1.3149999999999999,"15min":1.3149999999999999},"last":0.71999999999999997}]},{"osd":5,"last update":"Sat Oct 14 00:15:08 2023","interfaces":[{"interface":"back","average":{"1min":0.55500000000000005,"5min":0.56599999999999995,"15min":0.51700000000000002},"min":{"1min":0.37,"5min":0.35499999999999998,"15min":0.318},"max":{"1min":0.74099999999999999,"5min":0.78100000000000003,"15min":0.89900000000000002},"last":0.52000000000000002},{"interface":"front","average":{"1min":0.57499999999999996,"5min":0.58199999999999996,"15min":0.53700000000000003},"min":{"1min":0.38900000000000001,"5min":0.38500000000000001,"15min":0.31900000000000001},"max":{"1min":0.80700000000000005,"5min":1.2549999999999999,"15min":1.2549999999999999},"last":0.68899999999999995}]},{"osd":7,"last update":"Sat Oct 14 00:15:38 2023","interfaces":[{"interface":"back","average":{"1min":0.55800000000000005,"5min":0.57399999999999995,"15min":0.54000000000000004},"min":{"1min":0.40100000000000002,"5min":0.32300000000000001,"15min":0.29499999999999998},"max":{"1min":0.86599999999999999,"5min":0.86599999999999999,"15min":0.86599999999999999},"last":0.62},{"interface":"front","average":{"1min":0.64300000000000002,"5min":0.65300000000000002,"15min":0.57699999999999996},"min":{"1min":0.46899999999999997,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":1.272,"5min":1.272,"15min":1.272},"last":0.63400000000000001}]}]},{"osd":1,"up_from":275,"seq":1181116006522,"num_pgs":46,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":474724,"kb_used_data":87564,"kb_used_omap":16,"kb_used_meta":387055,"kb_avail":93270428,"statfs":{"total":95995035648,"available":95508918272,"internally_reserved":0,"allocated":89665536,"data_stored":122744118,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":16500,"internal_metadata":396345228},"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 Oct 14 00:15:03 2023","interfaces":[{"interface":"back","average":{"1min":0.373,"5min":0.42199999999999999,"15min":0.44800000000000001},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.56999999999999995,"5min":1.069,"15min":1.069},"last":0.48499999999999999},{"interface":"front","average":{"1min":0.38500000000000001,"5min":0.47099999999999997,"15min":0.45800000000000002},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.57999999999999996,"5min":3.0339999999999998,"15min":3.0339999999999998},"last":0.56299999999999994}]},{"osd":2,"last update":"Sat Oct 14 00:15:21 2023","interfaces":[{"interface":"back","average":{"1min":0.41299999999999998,"5min":0.46200000000000002,"15min":0.47699999999999998},"min":{"1min":0.34499999999999997,"5min":0.23300000000000001,"15min":0.23300000000000001},"max":{"1min":0.60499999999999998,"5min":2.048,"15min":3.5579999999999998},"last":0.629},{"interface":"front","average":{"1min":0.46300000000000002,"5min":0.52800000000000002,"15min":0.51000000000000001},"min":{"1min":0.29699999999999999,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.66500000000000004,"5min":4.7770000000000001,"15min":4.7770000000000001},"last":0.44600000000000001}]},{"osd":3,"last update":"Sat Oct 14 00:14:52 2023","interfaces":[{"interface":"back","average":{"1min":0.54600000000000004,"5min":0.53900000000000003,"15min":0.51900000000000002},"min":{"1min":0.372,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":1.6819999999999999,"5min":1.6819999999999999,"15min":3.6150000000000002},"last":0.53600000000000003},{"interface":"front","average":{"1min":0.58899999999999997,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.39000000000000001,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":1.728,"5min":1.728,"15min":3.5070000000000001},"last":0.59499999999999997}]},{"osd":4,"last update":"Sat Oct 14 00:15:21 2023","interfaces":[{"interface":"back","average":{"1min":0.67600000000000005,"5min":0.70999999999999996,"15min":0.70499999999999996},"min":{"1min":0.499,"5min":0.41299999999999998,"15min":0.36699999999999999},"max":{"1min":0.98699999999999999,"5min":2.903,"15min":2.903},"last":0.88100000000000001},{"interface":"front","average":{"1min":0.67300000000000004,"5min":0.72599999999999998,"15min":0.72599999999999998},"min":{"1min":0.53700000000000003,"5min":0.436,"15min":0.436},"max":{"1min":0.95999999999999996,"5min":3.7989999999999999,"15min":3.7989999999999999},"last":0.91500000000000004}]},{"osd":5,"last update":"Sat Oct 14 00:14:52 2023","interfaces":[{"interface":"back","average":{"1min":0.69499999999999995,"5min":0.71599999999999997,"15min":0.71899999999999997},"min":{"1min":0.50800000000000001,"5min":0.44,"15min":0.44},"max":{"1min":1.2090000000000001,"5min":1.2090000000000001,"15min":1.236},"last":0.83399999999999996},{"interface":"front","average":{"1min":0.79800000000000004,"5min":0.68000000000000005,"15min":0.66400000000000003},"min":{"1min":0.49399999999999999,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":3.8460000000000001,"5min":3.8460000000000001,"15min":3.8460000000000001},"last":0.68899999999999995}]},{"osd":6,"last update":"Sat Oct 14 00:15:06 2023","interfaces":[{"interface":"back","average":{"1min":0.68600000000000005,"5min":0.70799999999999996,"15min":0.72099999999999997},"min":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.439},"max":{"1min":1.0640000000000001,"5min":1.254,"15min":1.254},"last":0.70899999999999996},{"interface":"front","average":{"1min":0.67400000000000004,"5min":0.71799999999999997,"15min":0.69899999999999995},"min":{"1min":0.51500000000000001,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":0.91900000000000004,"5min":2.9510000000000001,"15min":2.9510000000000001},"last":0.72799999999999998}]},{"osd":7,"last update":"Sat Oct 14 00:14:42 2023","interfaces":[{"interface":"back","average":{"1min":0.78100000000000003,"5min":0.72899999999999998,"15min":0.70099999999999996},"min":{"1min":0.45900000000000002,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":2.9950000000000001,"5min":2.9950000000000001,"15min":2.9950000000000001},"last":0.81699999999999995},{"interface":"front","average":{"1min":0.83899999999999997,"5min":0.73799999999999999,"15min":0.71799999999999997},"min":{"1min":0.48099999999999998,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":3.8879999999999999,"5min":3.8879999999999999,"15min":3.8879999999999999},"last":0.85299999999999998}]}]},{"osd":0,"up_from":247,"seq":1060856922240,"num_pgs":53,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":515836,"kb_used_data":119024,"kb_used_omap":18,"kb_used_meta":396461,"kb_avail":93229316,"statfs":{"total":95995035648,"available":95466819584,"internally_reserved":0,"allocated":121880576,"data_stored":172256731,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":18642,"internal_metadata":405976878},"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 Oct 14 00:14:53 2023","interfaces":[{"interface":"back","average":{"1min":0.443,"5min":0.42299999999999999,"15min":0.435},"min":{"1min":0.30499999999999999,"5min":0.25900000000000001,"15min":0.219},"max":{"1min":0.74399999999999999,"5min":0.84899999999999998,"15min":0.94699999999999995},"last":0.34499999999999997},{"interface":"front","average":{"1min":0.442,"5min":0.434,"15min":0.432},"min":{"1min":0.29999999999999999,"5min":0.28599999999999998,"15min":0.25600000000000001},"max":{"1min":0.64300000000000002,"5min":0.64800000000000002,"15min":0.71299999999999997},"last":0.57799999999999996}]},{"osd":2,"last update":"Sat Oct 14 00:15:22 2023","interfaces":[{"interface":"back","average":{"1min":0.42899999999999999,"5min":0.45500000000000002,"15min":0.44600000000000001},"min":{"1min":0.29399999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.54100000000000004,"5min":0.68100000000000005,"15min":0.73099999999999998},"last":0.46600000000000003},{"interface":"front","average":{"1min":0.49299999999999999,"5min":0.504,"15min":0.504},"min":{"1min":0.38300000000000001,"5min":0.375,"15min":0.36299999999999999},"max":{"1min":0.69499999999999995,"5min":0.751,"15min":0.82799999999999996},"last":0.53400000000000003}]},{"osd":3,"last update":"Sat Oct 14 00:14:53 2023","interfaces":[{"interface":"back","average":{"1min":0.498,"5min":0.504,"15min":0.48899999999999999},"min":{"1min":0.34200000000000003,"5min":0.27100000000000002,"15min":0.253},"max":{"1min":0.65800000000000003,"5min":0.89700000000000002,"15min":0.89700000000000002},"last":0.5},{"interface":"front","average":{"1min":0.499,"5min":0.49299999999999999,"15min":0.48699999999999999},"min":{"1min":0.36199999999999999,"5min":0.33200000000000002,"15min":0.32400000000000001},"max":{"1min":0.58899999999999997,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.432}]},{"osd":4,"last update":"Sat Oct 14 00:15:12 2023","interfaces":[{"interface":"back","average":{"1min":0.64400000000000002,"5min":0.68300000000000005,"15min":0.66500000000000004},"min":{"1min":0.51700000000000002,"5min":0.46899999999999997,"15min":0.41899999999999998},"max":{"1min":0.75700000000000001,"5min":0.95499999999999996,"15min":0.95499999999999996},"last":0.59099999999999997},{"interface":"front","average":{"1min":0.626,"5min":0.66300000000000003,"15min":0.66300000000000003},"min":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.46300000000000002},"max":{"1min":0.76800000000000002,"5min":0.94599999999999995,"15min":0.97399999999999998},"last":0.66400000000000003}]},{"osd":5,"last update":"Sat Oct 14 00:14:48 2023","interfaces":[{"interface":"back","average":{"1min":0.68700000000000006,"5min":0.69699999999999995,"15min":0.748},"min":{"1min":0.51800000000000002,"5min":0.439,"15min":0.439},"max":{"1min":0.85399999999999998,"5min":0.98899999999999999,"15min":2.5590000000000002},"last":0.68200000000000005},{"interface":"front","average":{"1min":0.67600000000000005,"5min":0.66600000000000004,"15min":0.69599999999999995},"min":{"1min":0.54600000000000004,"5min":0.443,"15min":0.443},"max":{"1min":0.80800000000000005,"5min":0.92300000000000004,"15min":1.004},"last":0.61399999999999999}]},{"osd":6,"last update":"Sat Oct 14 00:15:12 2023","interfaces":[{"interface":"back","average":{"1min":0.61099999999999999,"5min":0.64700000000000002,"15min":0.71399999999999997},"min":{"1min":0.46500000000000002,"5min":0.435,"15min":0.43099999999999999},"max":{"1min":0.84999999999999998,"5min":0.91400000000000003,"15min":2.7480000000000002},"last":0.628},{"interface":"front","average":{"1min":0.70299999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"min":{"1min":0.56399999999999995,"5min":0.47399999999999998,"15min":0.47399999999999998},"max":{"1min":0.81699999999999995,"5min":1.0289999999999999,"15min":1.0289999999999999},"last":0.64800000000000002}]},{"osd":7,"last update":"Sat Oct 14 00:14:39 2023","interfaces":[{"interface":"back","average":{"1min":0.64900000000000002,"5min":0.66400000000000003,"15min":0.623},"min":{"1min":0.47599999999999998,"5min":0.436,"15min":0.436},"max":{"1min":0.90600000000000003,"5min":1.002,"15min":1.002},"last":0.55800000000000005},{"interface":"front","average":{"1min":0.71299999999999997,"5min":0.72699999999999998,"15min":0.73799999999999999},"min":{"1min":0.52600000000000002,"5min":0.50800000000000001,"15min":0.50800000000000001},"max":{"1min":0.93100000000000005,"5min":1.079,"15min":1.079},"last":0.70499999999999996}]}]},{"osd":2,"up_from":304,"seq":1305670058100,"num_pgs":37,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":649860,"kb_used_data":110072,"kb_used_omap":22,"kb_used_meta":539049,"kb_avail":93095292,"statfs":{"total":95995035648,"available":95329579008,"internally_reserved":0,"allocated":112713728,"data_stored":159019195,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":23030,"internal_metadata":551986698},"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 Oct 14 00:15:21 2023","interfaces":[{"interface":"back","average":{"1min":0.36899999999999999,"5min":0.39700000000000002,"15min":0.42999999999999999},"min":{"1min":0.24099999999999999,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":8.6780000000000008},"last":0.32400000000000001},{"interface":"front","average":{"1min":0.48199999999999998,"5min":0.50700000000000001,"15min":0.53000000000000003},"min":{"1min":0.314,"5min":0.307,"15min":0.307},"max":{"1min":0.66200000000000003,"5min":0.76900000000000002,"15min":8.6099999999999994},"last":0.42499999999999999}]},{"osd":1,"last update":"Sat Oct 14 00:15:21 2023","interfaces":[{"interface":"back","average":{"1min":0.40600000000000003,"5min":0.42299999999999999,"15min":0.42099999999999999},"min":{"1min":0.21199999999999999,"5min":0.21199999999999999,"15min":0.21199999999999999},"max":{"1min":0.64800000000000002,"5min":1.8620000000000001,"15min":2.3260000000000001},"last":0.34399999999999997},{"interface":"front","average":{"1min":0.44800000000000001,"5min":0.47699999999999998,"15min":0.46999999999999997},"min":{"1min":0.307,"5min":0.248,"15min":0.24299999999999999},"max":{"1min":0.63500000000000001,"5min":1.829,"15min":1.829},"last":0.30399999999999999}]},{"osd":3,"last update":"Sat Oct 14 00:14:43 2023","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.52000000000000002,"15min":0.50700000000000001},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":1.1559999999999999,"5min":1.282,"15min":1.282},"last":0.371},{"interface":"front","average":{"1min":0.52300000000000002,"5min":0.503,"15min":0.53000000000000003},"min":{"1min":0.34300000000000003,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":8.6430000000000007},"last":0.38600000000000001}]},{"osd":4,"last update":"Sat Oct 14 00:15:21 2023","interfaces":[{"interface":"back","average":{"1min":0.64400000000000002,"5min":0.66300000000000003,"15min":0.61599999999999999},"min":{"1min":0.44700000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.76800000000000002,"5min":2.02,"15min":2.02},"last":0.69699999999999995},{"interface":"front","average":{"1min":0.66100000000000003,"5min":0.67600000000000005,"15min":0.64700000000000002},"min":{"1min":0.44700000000000001,"5min":0.373,"15min":0.373},"max":{"1min":0.85699999999999998,"5min":0.95799999999999996,"15min":1.3260000000000001},"last":0.54400000000000004}]},{"osd":5,"last update":"Sat Oct 14 00:14:43 2023","interfaces":[{"interface":"back","average":{"1min":0.72599999999999998,"5min":0.67600000000000005,"15min":0.65100000000000002},"min":{"1min":0.50800000000000001,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":2.109,"5min":2.109,"15min":2.109},"last":0.56299999999999994},{"interface":"front","average":{"1min":0.69099999999999995,"5min":0.70199999999999996,"15min":0.67200000000000004},"min":{"1min":0.53300000000000003,"5min":0.42599999999999999,"15min":0.42199999999999999},"max":{"1min":1.1100000000000001,"5min":1.3999999999999999,"15min":1.3999999999999999},"last":0.624}]},{"osd":6,"last update":"Sat Oct 14 00:15:08 2023","interfaces":[{"interface":"back","average":{"1min":0.69499999999999995,"5min":0.70299999999999996,"15min":0.70099999999999996},"min":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":0.95399999999999996,"5min":1.03,"15min":1.3640000000000001},"last":0.45400000000000001},{"interface":"front","average":{"1min":0.755,"5min":0.751,"15min":0.71299999999999997},"min":{"1min":0.504,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":1.9259999999999999,"5min":1.9259999999999999,"15min":1.9259999999999999},"last":0.60299999999999998}]},{"osd":7,"last update":"Sat Oct 14 00:14:41 2023","interfaces":[{"interface":"back","average":{"1min":0.72699999999999998,"5min":0.80600000000000005,"15min":0.74099999999999999},"min":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"max":{"1min":1.083,"5min":8.7219999999999995,"15min":8.7219999999999995},"last":0.68100000000000005},{"interface":"front","average":{"1min":0.81100000000000005,"5min":0.753,"15min":0.73699999999999999},"min":{"1min":0.46400000000000002,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":2.1909999999999998,"5min":2.1909999999999998,"15min":2.1909999999999998},"last":0.64200000000000002}]}]},{"osd":3,"up_from":332,"seq":1425929142383,"num_pgs":40,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":351932,"kb_used_data":65820,"kb_used_omap":16,"kb_used_meta":285999,"kb_avail":93393220,"statfs":{"total":95995035648,"available":95634657280,"internally_reserved":0,"allocated":67399680,"data_stored":99008090,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":17343,"internal_metadata":292863041},"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 Oct 14 00:14:47 2023","interfaces":[{"interface":"back","average":{"1min":0.438,"5min":0.44600000000000001,"15min":0.43099999999999999},"min":{"1min":0.28000000000000003,"5min":0.24199999999999999,"15min":0.218},"max":{"1min":0.61299999999999999,"5min":0.81999999999999995,"15min":0.81999999999999995},"last":0.55100000000000005},{"interface":"front","average":{"1min":0.434,"5min":0.45900000000000002,"15min":0.45100000000000001},"min":{"1min":0.25,"5min":0.25,"15min":0.25},"max":{"1min":0.60299999999999998,"5min":0.98599999999999999,"15min":0.98599999999999999},"last":0.47799999999999998}]},{"osd":1,"last update":"Sat Oct 14 00:14:47 2023","interfaces":[{"interface":"back","average":{"1min":0.436,"5min":0.46300000000000002,"15min":0.45600000000000002},"min":{"1min":0.29599999999999999,"5min":0.25800000000000001,"15min":0.22800000000000001},"max":{"1min":0.57899999999999996,"5min":0.80500000000000005,"15min":0.80500000000000005},"last":0.44700000000000001},{"interface":"front","average":{"1min":0.47299999999999998,"5min":0.505,"15min":0.47599999999999998},"min":{"1min":0.29599999999999999,"5min":0.29199999999999998,"15min":0.27900000000000003},"max":{"1min":0.67400000000000004,"5min":1.841,"15min":1.841},"last":0.69699999999999995}]},{"osd":2,"last update":"Sat Oct 14 00:14:47 2023","interfaces":[{"interface":"back","average":{"1min":0.49099999999999999,"5min":0.51900000000000002,"15min":0.502},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.81299999999999994,"5min":1.2430000000000001,"15min":1.415},"last":0.58299999999999996},{"interface":"front","average":{"1min":0.54100000000000004,"5min":0.55700000000000005,"15min":0.52000000000000002},"min":{"1min":0.34200000000000003,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":0.68999999999999995,"5min":1.7929999999999999,"15min":1.7929999999999999},"last":0.65300000000000002}]},{"osd":4,"last update":"Sat Oct 14 00:15:12 2023","interfaces":[{"interface":"back","average":{"1min":0.70599999999999996,"5min":0.68200000000000005,"15min":0.65900000000000003},"min":{"1min":0.55300000000000005,"5min":0.377,"15min":0.377},"max":{"1min":0.89700000000000002,"5min":0.998,"15min":0.998},"last":0.67400000000000004},{"interface":"front","average":{"1min":0.71799999999999997,"5min":0.68999999999999995,"15min":0.67700000000000005},"min":{"1min":0.55600000000000005,"5min":0.42399999999999999,"15min":0.34799999999999998},"max":{"1min":0.98899999999999999,"5min":1.038,"15min":1.272},"last":0.78400000000000003}]},{"osd":5,"last update":"Sat Oct 14 00:14:47 2023","interfaces":[{"interface":"back","average":{"1min":0.70299999999999996,"5min":0.69899999999999995,"15min":0.65200000000000002},"min":{"1min":0.48199999999999998,"5min":0.438,"15min":0.30499999999999999},"max":{"1min":0.88200000000000001,"5min":1.02,"15min":1.02},"last":0.63300000000000001},{"interface":"front","average":{"1min":0.69299999999999995,"5min":0.71599999999999997,"15min":0.67500000000000004},"min":{"1min":0.45800000000000002,"5min":0.44600000000000001,"15min":0.39100000000000001},"max":{"1min":0.85799999999999998,"5min":1.163,"15min":1.371},"last":0.73499999999999999}]},{"osd":6,"last update":"Sat Oct 14 00:15:12 2023","interfaces":[{"interface":"back","average":{"1min":0.751,"5min":0.73399999999999999,"15min":0.69399999999999995},"min":{"1min":0.55800000000000005,"5min":0.496,"15min":0.432},"max":{"1min":0.95599999999999996,"5min":1.8759999999999999,"15min":1.8759999999999999},"last":1.0169999999999999},{"interface":"front","average":{"1min":0.72999999999999998,"5min":0.73099999999999998,"15min":0.71799999999999997},"min":{"1min":0.622,"5min":0.46600000000000003,"15min":0.46600000000000003},"max":{"1min":0.85399999999999998,"5min":1.292,"15min":1.292},"last":0.71199999999999997}]},{"osd":7,"last update":"Sat Oct 14 00:15:38 2023","interfaces":[{"interface":"back","average":{"1min":0.76200000000000001,"5min":0.745,"15min":0.70599999999999996},"min":{"1min":0.52600000000000002,"5min":0.49299999999999999,"15min":0.48499999999999999},"max":{"1min":0.879,"5min":1.341,"15min":1.341},"last":0.76100000000000001},{"interface":"front","average":{"1min":0.75600000000000001,"5min":0.76700000000000002,"15min":0.74199999999999999},"min":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.437},"max":{"1min":0.92200000000000004,"5min":2.2349999999999999,"15min":2.2349999999999999},"last":0.85099999999999998}]}]},{"osd":4,"up_from":361,"seq":1550483193961,"num_pgs":46,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":465604,"kb_used_data":78196,"kb_used_omap":22,"kb_used_meta":387113,"kb_avail":93279548,"statfs":{"total":95995035648,"available":95518257152,"internally_reserved":0,"allocated":80072704,"data_stored":140028126,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":23268,"internal_metadata":396403996},"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 Oct 14 00:15:16 2023","interfaces":[{"interface":"back","average":{"1min":0.56499999999999995,"5min":0.64400000000000002,"15min":0.56299999999999994},"min":{"1min":0.27600000000000002,"5min":0.26400000000000001,"15min":0.216},"max":{"1min":0.83599999999999997,"5min":4.4100000000000001,"15min":4.4100000000000001},"last":0.47799999999999998},{"interface":"front","average":{"1min":0.622,"5min":0.63500000000000001,"15min":0.59099999999999997},"min":{"1min":0.38400000000000001,"5min":0.34799999999999998,"15min":0.24399999999999999},"max":{"1min":0.80500000000000005,"5min":1.6220000000000001,"15min":1.6220000000000001},"last":0.35099999999999998}]},{"osd":1,"last update":"Sat Oct 14 00:15:16 2023","interfaces":[{"interface":"back","average":{"1min":0.64600000000000002,"5min":0.64300000000000002,"15min":0.58099999999999996},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":1.3420000000000001,"5min":3.2570000000000001,"15min":3.2570000000000001},"last":0.433},{"interface":"front","average":{"1min":0.56000000000000005,"5min":0.627,"15min":0.56200000000000006},"min":{"1min":0.31,"5min":0.31,"15min":0.28399999999999997},"max":{"1min":0.73799999999999999,"5min":3.1070000000000002,"15min":3.1070000000000002},"last":0.57099999999999995}]},{"osd":2,"last update":"Sat Oct 14 00:15:16 2023","interfaces":[{"interface":"back","average":{"1min":0.56499999999999995,"5min":0.66800000000000004,"15min":0.57799999999999996},"min":{"1min":0.32900000000000001,"5min":0.32400000000000001,"15min":0.30099999999999999},"max":{"1min":0.74399999999999999,"5min":6.4649999999999999,"15min":6.4649999999999999},"last":0.50900000000000001},{"interface":"front","average":{"1min":0.621,"5min":0.65100000000000002,"15min":0.60799999999999998},"min":{"1min":0.37,"5min":0.37,"15min":0.33500000000000002},"max":{"1min":0.84499999999999997,"5min":1.0649999999999999,"15min":3.7650000000000001},"last":0.39400000000000002}]},{"osd":3,"last update":"Sat Oct 14 00:15:16 2023","interfaces":[{"interface":"back","average":{"1min":0.58499999999999996,"5min":0.61099999999999999,"15min":0.58499999999999996},"min":{"1min":0.36099999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.78700000000000003,"5min":2.4009999999999998,"15min":3.2290000000000001},"last":0.44900000000000001},{"interface":"front","average":{"1min":0.629,"5min":0.70599999999999996,"15min":0.627},"min":{"1min":0.44,"5min":0.36599999999999999,"15min":0.34799999999999998},"max":{"1min":0.83899999999999997,"5min":8.0850000000000009,"15min":8.0850000000000009},"last":0.33000000000000002}]},{"osd":5,"last update":"Sat Oct 14 00:14:45 2023","interfaces":[{"interface":"back","average":{"1min":0.41399999999999998,"5min":0.45900000000000002,"15min":0.42399999999999999},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.27200000000000002},"max":{"1min":0.58899999999999997,"5min":0.82799999999999996,"15min":0.82799999999999996},"last":0.29899999999999999},{"interface":"front","average":{"1min":0.496,"5min":0.54300000000000004,"15min":0.49199999999999999},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.31},"max":{"1min":0.69499999999999995,"5min":0.86599999999999999,"15min":0.86599999999999999},"last":0.495}]},{"osd":6,"last update":"Sat Oct 14 00:15:10 2023","interfaces":[{"interface":"back","average":{"1min":0.48799999999999999,"5min":0.53500000000000003,"15min":0.48199999999999998},"min":{"1min":0.34999999999999998,"5min":0.312,"15min":0.25600000000000001},"max":{"1min":0.76100000000000001,"5min":2.7240000000000002,"15min":2.7240000000000002},"last":0.55700000000000005},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.57799999999999996,"15min":0.52600000000000002},"min":{"1min":0.375,"5min":0.375,"15min":0.34499999999999997},"max":{"1min":0.81599999999999995,"5min":3.149,"15min":3.149},"last":0.52300000000000002}]},{"osd":7,"last update":"Sat Oct 14 00:14:40 2023","interfaces":[{"interface":"back","average":{"1min":0.52200000000000002,"5min":0.57099999999999995,"15min":0.53200000000000003},"min":{"1min":0.36599999999999999,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.79100000000000004,"5min":2.6760000000000002,"15min":2.6760000000000002},"last":0.41499999999999998},{"interface":"front","average":{"1min":0.55500000000000005,"5min":0.621,"15min":0.60299999999999998},"min":{"1min":0.39600000000000002,"5min":0.37,"15min":0.37},"max":{"1min":0.73299999999999998,"5min":3.6629999999999998,"15min":3.6629999999999998},"last":0.54200000000000004}]}]},{"osd":5,"up_from":388,"seq":1666447310947,"num_pgs":49,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":532224,"kb_used_data":119084,"kb_used_omap":29,"kb_used_meta":412514,"kb_avail":93212928,"statfs":{"total":95995035648,"available":95450038272,"internally_reserved":0,"allocated":121942016,"data_stored":168802670,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":30235,"internal_metadata":422414821},"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 Oct 14 00:14:45 2023","interfaces":[{"interface":"back","average":{"1min":0.57699999999999996,"5min":0.58999999999999997,"15min":0.58899999999999997},"min":{"1min":0.40300000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.83299999999999996,"5min":0.90400000000000003,"15min":0.90400000000000003},"last":0.42299999999999999},{"interface":"front","average":{"1min":0.59499999999999997,"5min":0.621,"15min":0.60699999999999998},"min":{"1min":0.47699999999999998,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.81499999999999995,"5min":0.86599999999999999,"15min":0.86599999999999999},"last":0.54700000000000004}]},{"osd":1,"last update":"Sat Oct 14 00:14:45 2023","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.55700000000000005,"15min":0.57499999999999996},"min":{"1min":0.36099999999999999,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.92300000000000004,"5min":0.92300000000000004,"15min":0.92300000000000004},"last":0.48299999999999998},{"interface":"front","average":{"1min":0.58699999999999997,"5min":0.60299999999999998,"15min":0.56299999999999994},"min":{"1min":0.42799999999999999,"5min":0.38400000000000001,"15min":0.372},"max":{"1min":0.78500000000000003,"5min":0.93100000000000005,"15min":0.93100000000000005},"last":0.53100000000000003}]},{"osd":2,"last update":"Sat Oct 14 00:14:45 2023","interfaces":[{"interface":"back","average":{"1min":0.624,"5min":0.64500000000000002,"15min":0.628},"min":{"1min":0.44400000000000001,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.84999999999999998,"5min":0.97799999999999998,"15min":0.97799999999999998},"last":0.40300000000000002},{"interface":"front","average":{"1min":0.60499999999999998,"5min":0.61899999999999999,"15min":0.61699999999999999},"min":{"1min":0.43099999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.76400000000000001,"5min":0.86599999999999999,"15min":0.86599999999999999},"last":0.51000000000000001}]},{"osd":3,"last update":"Sat Oct 14 00:14:45 2023","interfaces":[{"interface":"back","average":{"1min":0.63200000000000001,"5min":0.66200000000000003,"15min":0.626},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.81699999999999995,"5min":1.02,"15min":1.581},"last":0.57799999999999996},{"interface":"front","average":{"1min":0.64000000000000001,"5min":0.63900000000000001,"15min":0.61699999999999999},"min":{"1min":0.46600000000000003,"5min":0.39800000000000002,"15min":0.39400000000000002},"max":{"1min":0.78600000000000003,"5min":0.88100000000000001,"15min":1.532},"last":0.34999999999999998}]},{"osd":4,"last update":"Sat Oct 14 00:14:45 2023","interfaces":[{"interface":"back","average":{"1min":0.47799999999999998,"5min":0.495,"15min":0.46600000000000003},"min":{"1min":0.315,"5min":0.29399999999999998,"15min":0.26800000000000002},"max":{"1min":0.746,"5min":0.82899999999999996,"15min":0.88600000000000001},"last":0.377},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.55700000000000005,"15min":0.503},"min":{"1min":0.34999999999999998,"5min":0.34799999999999998,"15min":0.314},"max":{"1min":0.77800000000000002,"5min":1.0569999999999999,"15min":1.0569999999999999},"last":0.45500000000000002}]},{"osd":6,"last update":"Sat Oct 14 00:15:11 2023","interfaces":[{"interface":"back","average":{"1min":0.53100000000000003,"5min":0.54900000000000004,"15min":0.505},"min":{"1min":0.38200000000000001,"5min":0.312,"15min":0.29299999999999998},"max":{"1min":0.68700000000000006,"5min":1.0009999999999999,"15min":1.0009999999999999},"last":0.63600000000000001},{"interface":"front","average":{"1min":0.53700000000000003,"5min":0.53800000000000003,"15min":0.497},"min":{"1min":0.35299999999999998,"5min":0.318,"15min":0.318},"max":{"1min":0.81399999999999995,"5min":0.81399999999999995,"15min":0.81399999999999995},"last":0.56399999999999995}]},{"osd":7,"last update":"Sat Oct 14 00:14:44 2023","interfaces":[{"interface":"back","average":{"1min":0.57099999999999995,"5min":0.56599999999999995,"15min":0.5},"min":{"1min":0.36499999999999999,"5min":0.33600000000000002,"15min":0.315},"max":{"1min":0.77500000000000002,"5min":0.872,"15min":0.872},"last":0.59699999999999998},{"interface":"front","average":{"1min":0.63900000000000001,"5min":0.63100000000000001,"15min":0.55200000000000005},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.33800000000000002},"max":{"1min":0.81399999999999995,"5min":1.0389999999999999,"15min":1.0389999999999999},"last":0.61099999999999999}]}]}],"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":5426,"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":3778,"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":5239,"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":5074,"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":6079,"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":4948,"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":5628,"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":5081,"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":112750592,"data_stored":166666240,"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":81190912,"data_stored":117760000,"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":104161280,"data_stored":153993216,"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":58810368,"data_stored":93986816,"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":71499776,"data_stored":135012352,"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":113475584,"data_stored":163782656,"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":32841728,"data_stored":53706752,"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":61923328,"data_stored":98832384,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-10-14T00:15:44.316 INFO:tasks.cephadm.ceph_manager.ceph:removing pool_name unique_pool_0 2023-10-14T00:15:44.317 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid db84ebe0-6a23-11ee-8db6-212e2dc638e7 -- ceph osd pool rm unique_pool_0 unique_pool_0 --yes-i-really-really-mean-it 2023-10-14T00:15:44.653 INFO:teuthology.orchestra.run.smithi055.stderr:Inferring config /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-14T00:15:44.676 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:44 smithi055 ceph-mon[183057]: from='client.34428 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-14T00:15:44.997 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:44 smithi055 ceph-mon[185614]: from='client.34428 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-14T00:15:45.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:44 smithi082 ceph-mon[180771]: from='client.34428 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-14T00:15:45.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:15:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:15:45] "GET /metrics HTTP/1.1" 200 36158 "" "Prometheus/2.43.0" 2023-10-14T00:15:45.721 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:45 smithi055 ceph-mon[185614]: pgmap v1019: 121 pgs: 121 active+clean; 431 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.0 MiB/s rd, 366 KiB/s wr, 6 op/s 2023-10-14T00:15:45.721 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:45 smithi055 ceph-mon[185614]: osdmap e867: 8 total, 8 up, 8 in 2023-10-14T00:15:45.721 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:45 smithi055 ceph-mon[183057]: pgmap v1019: 121 pgs: 121 active+clean; 431 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.0 MiB/s rd, 366 KiB/s wr, 6 op/s 2023-10-14T00:15:45.722 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:45 smithi055 ceph-mon[183057]: osdmap e867: 8 total, 8 up, 8 in 2023-10-14T00:15:46.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:45 smithi082 ceph-mon[180771]: pgmap v1019: 121 pgs: 121 active+clean; 431 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.0 MiB/s rd, 366 KiB/s wr, 6 op/s 2023-10-14T00:15:46.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:45 smithi082 ceph-mon[180771]: osdmap e867: 8 total, 8 up, 8 in 2023-10-14T00:15:46.754 INFO:teuthology.orchestra.run.smithi055.stderr:pool 'unique_pool_0' removed 2023-10-14T00:15:47.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:46 smithi055 ceph-mon[185614]: from='client.? 172.21.15.55:0/3973065508' 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-10-14T00:15:47.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:46 smithi055 ceph-mon[185614]: 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-10-14T00:15:47.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:46 smithi055 ceph-mon[183057]: from='client.? 172.21.15.55:0/3973065508' 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-10-14T00:15:47.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:46 smithi055 ceph-mon[183057]: 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-10-14T00:15:47.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:46 smithi082 ceph-mon[180771]: from='client.? 172.21.15.55:0/3973065508' 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-10-14T00:15:47.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:46 smithi082 ceph-mon[180771]: 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-10-14T00:15:47.214 INFO:teuthology.task.full_sequential:In full_sequential, running task print... 2023-10-14T00:15:47.214 INFO:teuthology.task.print:**** done end ec-rados-default.yaml 2023-10-14T00:15:47.215 INFO:teuthology.task.full_sequential:In full_sequential, running task print... 2023-10-14T00:15:47.215 INFO:teuthology.task.print:**** done start rados_api.yaml 2023-10-14T00:15:47.215 INFO:teuthology.task.full_sequential:In full_sequential, running task workunit... 2023-10-14T00:15:47.216 INFO:tasks.workunit:Pulling workunits from ref quincy 2023-10-14T00:15:47.217 INFO:tasks.workunit:Making a separate scratch dir for every client... 2023-10-14T00:15:47.217 DEBUG:teuthology.orchestra.run.smithi055:> stat -- /home/ubuntu/cephtest/mnt.0 2023-10-14T00:15:47.240 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-14T00:15:47.241 INFO:teuthology.orchestra.run.smithi055.stderr:stat: cannot statx '/home/ubuntu/cephtest/mnt.0': No such file or directory 2023-10-14T00:15:47.241 DEBUG:teuthology.orchestra.run.smithi055:> mkdir -- /home/ubuntu/cephtest/mnt.0 2023-10-14T00:15:47.305 INFO:tasks.workunit:Created dir /home/ubuntu/cephtest/mnt.0 2023-10-14T00:15:47.305 DEBUG:teuthology.orchestra.run.smithi055:> cd -- /home/ubuntu/cephtest/mnt.0 && mkdir -- client.0 2023-10-14T00:15:47.369 INFO:tasks.workunit:timeout=3h 2023-10-14T00:15:47.369 INFO:tasks.workunit:cleanup=True 2023-10-14T00:15:47.370 DEBUG:teuthology.orchestra.run.smithi055:> 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-10-14T00:15:47.434 INFO:tasks.workunit.client.0.smithi055.stderr:Cloning into '/home/ubuntu/cephtest/clone.client.0'... 2023-10-14T00:15:48.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:47 smithi055 ceph-mon[185614]: 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-10-14T00:15:48.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:47 smithi055 ceph-mon[185614]: osdmap e868: 8 total, 8 up, 8 in 2023-10-14T00:15:48.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:47 smithi055 ceph-mon[185614]: pgmap v1022: 105 pgs: 105 active+clean; 583 KiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:15:48.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:47 smithi055 ceph-mon[183057]: 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-10-14T00:15:48.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:47 smithi055 ceph-mon[183057]: osdmap e868: 8 total, 8 up, 8 in 2023-10-14T00:15:48.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:47 smithi055 ceph-mon[183057]: pgmap v1022: 105 pgs: 105 active+clean; 583 KiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:15:48.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:47 smithi082 ceph-mon[180771]: 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-10-14T00:15:48.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:47 smithi082 ceph-mon[180771]: osdmap e868: 8 total, 8 up, 8 in 2023-10-14T00:15:48.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:47 smithi082 ceph-mon[180771]: pgmap v1022: 105 pgs: 105 active+clean; 583 KiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:15:50.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:50 smithi082 ceph-mon[180771]: pgmap v1023: 105 pgs: 105 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:15:50.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:50 smithi055 ceph-mon[183057]: pgmap v1023: 105 pgs: 105 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:15:50.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:50 smithi055 ceph-mon[185614]: pgmap v1023: 105 pgs: 105 active+clean; 583 KiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:15:51.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:51 smithi082 ceph-mon[180771]: pgmap v1024: 105 pgs: 105 active+clean; 583 KiB data, 3.0 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:15:52.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:51 smithi055 ceph-mon[185614]: pgmap v1024: 105 pgs: 105 active+clean; 583 KiB data, 3.0 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:15:52.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:51 smithi055 ceph-mon[183057]: pgmap v1024: 105 pgs: 105 active+clean; 583 KiB data, 3.0 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:15:54.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:54 smithi082 ceph-mon[180771]: pgmap v1025: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:15:54.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:15:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:54 smithi055 ceph-mon[185614]: pgmap v1025: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:15:54.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:15:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:54 smithi055 ceph-mon[183057]: pgmap v1025: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:15:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:15:54.611 DEBUG:teuthology.orchestra.run.smithi055:> 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-10-14T00:15:54.672 INFO:tasks.workunit.client.0.smithi055.stdout:for d in direct_io fs ; do ( cd $d ; make all ) ; done 2023-10-14T00:15:54.675 INFO:tasks.workunit.client.0.smithi055.stdout:make[1]: Entering directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/direct_io' 2023-10-14T00:15:54.675 INFO:tasks.workunit.client.0.smithi055.stdout:cc -Wall -Wextra -D_GNU_SOURCE direct_io_test.c -o direct_io_test 2023-10-14T00:15:54.729 INFO:tasks.workunit.client.0.smithi055.stdout:cc -Wall -Wextra -D_GNU_SOURCE test_sync_io.c -o test_sync_io 2023-10-14T00:15:54.781 INFO:tasks.workunit.client.0.smithi055.stdout:cc -Wall -Wextra -D_GNU_SOURCE test_short_dio_read.c -o test_short_dio_read 2023-10-14T00:15:54.823 INFO:tasks.workunit.client.0.smithi055.stdout:make[1]: Leaving directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/direct_io' 2023-10-14T00:15:54.825 INFO:tasks.workunit.client.0.smithi055.stdout:make[1]: Entering directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/fs' 2023-10-14T00:15:54.825 INFO:tasks.workunit.client.0.smithi055.stdout:cc -Wall -Wextra -D_GNU_SOURCE test_o_trunc.c -o test_o_trunc 2023-10-14T00:15:54.867 INFO:tasks.workunit.client.0.smithi055.stdout:make[1]: Leaving directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/fs' 2023-10-14T00:15:54.870 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2023-10-14T00:15:54.871 DEBUG:teuthology.orchestra.run.smithi055:> dd if=/home/ubuntu/cephtest/workunits.list.client.0 of=/dev/stdout 2023-10-14T00:15:54.933 INFO:tasks.workunit:Running workunits matching cls on client.0... 2023-10-14T00:15:54.934 INFO:tasks.workunit:Running workunit cls/test_cls_2pc_queue.sh... 2023-10-14T00:15:54.935 DEBUG:teuthology.orchestra.run.smithi055: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-10-14T00:15:55.011 INFO:tasks.workunit.client.0.smithi055.stdout:Running main() from gmock_main.cc 2023-10-14T00:15:55.012 INFO:tasks.workunit.client.0.smithi055.stdout:[==========] Running 22 tests from 1 test suite. 2023-10-14T00:15:55.012 INFO:tasks.workunit.client.0.smithi055.stdout:[----------] Global test environment set-up. 2023-10-14T00:15:55.012 INFO:tasks.workunit.client.0.smithi055.stdout:[----------] 22 tests from TestCls2PCQueue 2023-10-14T00:15:55.013 INFO:tasks.workunit.client.0.smithi055.stdout:[ RUN ] TestCls2PCQueue.GetCapacity 2023-10-14T00:15:55.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:15:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:15:55] "GET /metrics HTTP/1.1" 200 33806 "" "Prometheus/2.43.0" 2023-10-14T00:15:56.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:56 smithi082 ceph-mon[180771]: pgmap v1026: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:15:56.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:56 smithi055 ceph-mon[183057]: pgmap v1026: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:15:56.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:56 smithi055 ceph-mon[185614]: pgmap v1026: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:15:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:57 smithi082 ceph-mon[180771]: osdmap e869: 8 total, 8 up, 8 in 2023-10-14T00:15:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:57 smithi082 ceph-mon[180771]: from='client.? 172.21.15.55:0/3504903251' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:15:57.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:57 smithi082 ceph-mon[180771]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:15:57.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:57 smithi055 ceph-mon[185614]: osdmap e869: 8 total, 8 up, 8 in 2023-10-14T00:15:57.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:57 smithi055 ceph-mon[185614]: from='client.? 172.21.15.55:0/3504903251' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:15:57.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:57 smithi055 ceph-mon[185614]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:15:57.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:57 smithi055 ceph-mon[183057]: osdmap e869: 8 total, 8 up, 8 in 2023-10-14T00:15:57.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:57 smithi055 ceph-mon[183057]: from='client.? 172.21.15.55:0/3504903251' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:15:57.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:57 smithi055 ceph-mon[183057]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:15:58.097 INFO:tasks.workunit.client.0.smithi055.stdout:[ OK ] TestCls2PCQueue.GetCapacity (3085 ms) 2023-10-14T00:15:58.098 INFO:tasks.workunit.client.0.smithi055.stdout:[ RUN ] TestCls2PCQueue.AsyncGetCapacity 2023-10-14T00:15:58.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:58 smithi082 ceph-mon[180771]: pgmap v1028: 137 pgs: 5 creating+peering, 27 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:15:58.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:58 smithi082 ceph-mon[180771]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-10-14T00:15:58.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:58 smithi082 ceph-mon[180771]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-1","app": "rados","yes_i_really_mean_it": true}]': finished 2023-10-14T00:15:58.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:58 smithi082 ceph-mon[180771]: osdmap e870: 8 total, 8 up, 8 in 2023-10-14T00:15:58.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:58 smithi055 ceph-mon[185614]: pgmap v1028: 137 pgs: 5 creating+peering, 27 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:15:58.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:58 smithi055 ceph-mon[185614]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-10-14T00:15:58.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:58 smithi055 ceph-mon[185614]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-1","app": "rados","yes_i_really_mean_it": true}]': finished 2023-10-14T00:15:58.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:58 smithi055 ceph-mon[185614]: osdmap e870: 8 total, 8 up, 8 in 2023-10-14T00:15:58.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:58 smithi055 ceph-mon[183057]: pgmap v1028: 137 pgs: 5 creating+peering, 27 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:15:58.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:58 smithi055 ceph-mon[183057]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-10-14T00:15:58.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:58 smithi055 ceph-mon[183057]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-1","app": "rados","yes_i_really_mean_it": true}]': finished 2023-10-14T00:15:58.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:58 smithi055 ceph-mon[183057]: osdmap e870: 8 total, 8 up, 8 in 2023-10-14T00:15:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:15:59 smithi082 ceph-mon[180771]: osdmap e871: 8 total, 8 up, 8 in 2023-10-14T00:15:59.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:15:59 smithi055 ceph-mon[185614]: osdmap e871: 8 total, 8 up, 8 in 2023-10-14T00:15:59.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:15:59 smithi055 ceph-mon[183057]: osdmap e871: 8 total, 8 up, 8 in 2023-10-14T00:16:00.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:00 smithi082 ceph-mon[180771]: pgmap v1031: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:00.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:00 smithi082 ceph-mon[180771]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-10-14T00:16:00.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:00 smithi082 ceph-mon[180771]: Cluster is now healthy 2023-10-14T00:16:00.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:00 smithi082 ceph-mon[180771]: osdmap e872: 8 total, 8 up, 8 in 2023-10-14T00:16:00.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:00 smithi082 ceph-mon[180771]: from='client.? 172.21.15.55:0/2409051185' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:00.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:00 smithi082 ceph-mon[180771]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:00.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:00 smithi055 ceph-mon[185614]: pgmap v1031: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:00.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:00 smithi055 ceph-mon[185614]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-10-14T00:16:00.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:00 smithi055 ceph-mon[185614]: Cluster is now healthy 2023-10-14T00:16:00.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:00 smithi055 ceph-mon[185614]: osdmap e872: 8 total, 8 up, 8 in 2023-10-14T00:16:00.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:00 smithi055 ceph-mon[185614]: from='client.? 172.21.15.55:0/2409051185' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:00.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:00 smithi055 ceph-mon[185614]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:00.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:00 smithi055 ceph-mon[183057]: pgmap v1031: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:00.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:00 smithi055 ceph-mon[183057]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-10-14T00:16:00.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:00 smithi055 ceph-mon[183057]: Cluster is now healthy 2023-10-14T00:16:00.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:00 smithi055 ceph-mon[183057]: osdmap e872: 8 total, 8 up, 8 in 2023-10-14T00:16:00.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:00 smithi055 ceph-mon[183057]: from='client.? 172.21.15.55:0/2409051185' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:00.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:00 smithi055 ceph-mon[183057]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:01.118 INFO:tasks.workunit.client.0.smithi055.stdout:[ OK ] TestCls2PCQueue.AsyncGetCapacity (3022 ms) 2023-10-14T00:16:01.119 INFO:tasks.workunit.client.0.smithi055.stdout:[ RUN ] TestCls2PCQueue.Reserve 2023-10-14T00:16:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:01 smithi082 ceph-mon[180771]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-2","app": "rados","yes_i_really_mean_it": true}]': finished 2023-10-14T00:16:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:01 smithi082 ceph-mon[180771]: osdmap e873: 8 total, 8 up, 8 in 2023-10-14T00:16:01.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:01 smithi082 ceph-mon[180771]: pgmap v1034: 137 pgs: 7 creating+peering, 16 unknown, 114 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-14T00:16:01.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:01 smithi055 ceph-mon[183057]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-2","app": "rados","yes_i_really_mean_it": true}]': finished 2023-10-14T00:16:01.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:01 smithi055 ceph-mon[183057]: osdmap e873: 8 total, 8 up, 8 in 2023-10-14T00:16:01.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:01 smithi055 ceph-mon[183057]: pgmap v1034: 137 pgs: 7 creating+peering, 16 unknown, 114 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-14T00:16:01.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:01 smithi055 ceph-mon[185614]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-2","app": "rados","yes_i_really_mean_it": true}]': finished 2023-10-14T00:16:01.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:01 smithi055 ceph-mon[185614]: osdmap e873: 8 total, 8 up, 8 in 2023-10-14T00:16:01.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:01 smithi055 ceph-mon[185614]: pgmap v1034: 137 pgs: 7 creating+peering, 16 unknown, 114 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-14T00:16:02.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:02 smithi082 ceph-mon[180771]: osdmap e874: 8 total, 8 up, 8 in 2023-10-14T00:16:02.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:02 smithi055 ceph-mon[185614]: osdmap e874: 8 total, 8 up, 8 in 2023-10-14T00:16:02.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:02 smithi055 ceph-mon[183057]: osdmap e874: 8 total, 8 up, 8 in 2023-10-14T00:16:03.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:03 smithi055 ceph-mon[185614]: osdmap e875: 8 total, 8 up, 8 in 2023-10-14T00:16:03.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:03 smithi055 ceph-mon[185614]: from='client.? 172.21.15.55:0/2160226953' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-3","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:03.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:03 smithi055 ceph-mon[185614]: pgmap v1037: 137 pgs: 9 creating+peering, 23 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:03.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:03 smithi055 ceph-mon[183057]: osdmap e875: 8 total, 8 up, 8 in 2023-10-14T00:16:03.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:03 smithi055 ceph-mon[183057]: from='client.? 172.21.15.55:0/2160226953' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-3","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:03.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:03 smithi055 ceph-mon[183057]: pgmap v1037: 137 pgs: 9 creating+peering, 23 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:03.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:03 smithi082 ceph-mon[180771]: osdmap e875: 8 total, 8 up, 8 in 2023-10-14T00:16:03.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:03 smithi082 ceph-mon[180771]: from='client.? 172.21.15.55:0/2160226953' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-3","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:03.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:03 smithi082 ceph-mon[180771]: pgmap v1037: 137 pgs: 9 creating+peering, 23 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:04.198 INFO:tasks.workunit.client.0.smithi055.stdout:[ OK ] TestCls2PCQueue.Reserve (3076 ms) 2023-10-14T00:16:04.198 INFO:tasks.workunit.client.0.smithi055.stdout:[ RUN ] TestCls2PCQueue.AsyncReserve 2023-10-14T00:16:04.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:04 smithi055 ceph-mon[185614]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-10-14T00:16:04.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:04 smithi055 ceph-mon[185614]: from='client.? 172.21.15.55:0/2160226953' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-3","app": "rados","yes_i_really_mean_it": true}]': finished 2023-10-14T00:16:04.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:04 smithi055 ceph-mon[185614]: osdmap e876: 8 total, 8 up, 8 in 2023-10-14T00:16:04.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:04 smithi055 ceph-mon[183057]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-10-14T00:16:04.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:04 smithi055 ceph-mon[183057]: from='client.? 172.21.15.55:0/2160226953' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-3","app": "rados","yes_i_really_mean_it": true}]': finished 2023-10-14T00:16:04.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:04 smithi055 ceph-mon[183057]: osdmap e876: 8 total, 8 up, 8 in 2023-10-14T00:16:04.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:04 smithi082 ceph-mon[180771]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-10-14T00:16:04.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:04 smithi082 ceph-mon[180771]: from='client.? 172.21.15.55:0/2160226953' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-3","app": "rados","yes_i_really_mean_it": true}]': finished 2023-10-14T00:16:04.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:04 smithi082 ceph-mon[180771]: osdmap e876: 8 total, 8 up, 8 in 2023-10-14T00:16:05.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:16:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:16:05] "GET /metrics HTTP/1.1" 200 33806 "" "Prometheus/2.43.0" 2023-10-14T00:16:05.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:05 smithi055 ceph-mon[183057]: osdmap e877: 8 total, 8 up, 8 in 2023-10-14T00:16:05.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:05 smithi055 ceph-mon[183057]: pgmap v1040: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:05.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:05 smithi055 ceph-mon[185614]: osdmap e877: 8 total, 8 up, 8 in 2023-10-14T00:16:05.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:05 smithi055 ceph-mon[185614]: pgmap v1040: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:05.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:05 smithi082 ceph-mon[180771]: osdmap e877: 8 total, 8 up, 8 in 2023-10-14T00:16:05.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:05 smithi082 ceph-mon[180771]: pgmap v1040: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:06.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:06 smithi055 ceph-mon[183057]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-10-14T00:16:06.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:06 smithi055 ceph-mon[183057]: Cluster is now healthy 2023-10-14T00:16:06.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:06 smithi055 ceph-mon[183057]: osdmap e878: 8 total, 8 up, 8 in 2023-10-14T00:16:06.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:06 smithi055 ceph-mon[183057]: from='client.? 172.21.15.55:0/3228311282' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-4","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:06.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:06 smithi055 ceph-mon[185614]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-10-14T00:16:06.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:06 smithi055 ceph-mon[185614]: Cluster is now healthy 2023-10-14T00:16:06.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:06 smithi055 ceph-mon[185614]: osdmap e878: 8 total, 8 up, 8 in 2023-10-14T00:16:06.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:06 smithi055 ceph-mon[185614]: from='client.? 172.21.15.55:0/3228311282' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-4","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:06.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:06 smithi082 ceph-mon[180771]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-10-14T00:16:06.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:06 smithi082 ceph-mon[180771]: Cluster is now healthy 2023-10-14T00:16:06.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:06 smithi082 ceph-mon[180771]: osdmap e878: 8 total, 8 up, 8 in 2023-10-14T00:16:06.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:06 smithi082 ceph-mon[180771]: from='client.? 172.21.15.55:0/3228311282' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-4","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:07.233 INFO:tasks.workunit.client.0.smithi055.stdout:[ OK ] TestCls2PCQueue.AsyncReserve (3039 ms) 2023-10-14T00:16:07.234 INFO:tasks.workunit.client.0.smithi055.stdout:[ RUN ] TestCls2PCQueue.Commit 2023-10-14T00:16:07.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:07 smithi055 ceph-mon[185614]: from='client.? 172.21.15.55:0/3228311282' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-4","app": "rados","yes_i_really_mean_it": true}]': finished 2023-10-14T00:16:07.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:07 smithi055 ceph-mon[185614]: osdmap e879: 8 total, 8 up, 8 in 2023-10-14T00:16:07.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:07 smithi055 ceph-mon[185614]: pgmap v1043: 137 pgs: 11 creating+peering, 19 unknown, 107 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:07.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:07 smithi055 ceph-mon[183057]: from='client.? 172.21.15.55:0/3228311282' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-4","app": "rados","yes_i_really_mean_it": true}]': finished 2023-10-14T00:16:07.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:07 smithi055 ceph-mon[183057]: osdmap e879: 8 total, 8 up, 8 in 2023-10-14T00:16:07.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:07 smithi055 ceph-mon[183057]: pgmap v1043: 137 pgs: 11 creating+peering, 19 unknown, 107 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:07.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:07 smithi082 ceph-mon[180771]: from='client.? 172.21.15.55:0/3228311282' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-4","app": "rados","yes_i_really_mean_it": true}]': finished 2023-10-14T00:16:07.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:07 smithi082 ceph-mon[180771]: osdmap e879: 8 total, 8 up, 8 in 2023-10-14T00:16:07.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:07 smithi082 ceph-mon[180771]: pgmap v1043: 137 pgs: 11 creating+peering, 19 unknown, 107 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:08.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:08 smithi055 ceph-mon[185614]: osdmap e880: 8 total, 8 up, 8 in 2023-10-14T00:16:08.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:08 smithi055 ceph-mon[183057]: osdmap e880: 8 total, 8 up, 8 in 2023-10-14T00:16:08.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:08 smithi082 ceph-mon[180771]: osdmap e880: 8 total, 8 up, 8 in 2023-10-14T00:16:09.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:09 smithi055 ceph-mon[185614]: osdmap e881: 8 total, 8 up, 8 in 2023-10-14T00:16:09.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:09 smithi055 ceph-mon[185614]: from='client.? 172.21.15.55:0/2651624826' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-5","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:09.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:16:09.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:09 smithi055 ceph-mon[185614]: pgmap v1046: 137 pgs: 3 creating+peering, 29 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:09.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:09 smithi055 ceph-mon[183057]: osdmap e881: 8 total, 8 up, 8 in 2023-10-14T00:16:09.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:09 smithi055 ceph-mon[183057]: from='client.? 172.21.15.55:0/2651624826' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-5","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:09.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:16:09.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:09 smithi055 ceph-mon[183057]: pgmap v1046: 137 pgs: 3 creating+peering, 29 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:09 smithi082 ceph-mon[180771]: osdmap e881: 8 total, 8 up, 8 in 2023-10-14T00:16:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:09 smithi082 ceph-mon[180771]: from='client.? 172.21.15.55:0/2651624826' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-5","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:16:09.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:09 smithi082 ceph-mon[180771]: pgmap v1046: 137 pgs: 3 creating+peering, 29 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:10.274 INFO:tasks.workunit.client.0.smithi055.stdout:[ OK ] TestCls2PCQueue.Commit (3041 ms) 2023-10-14T00:16:10.274 INFO:tasks.workunit.client.0.smithi055.stdout:[ RUN ] TestCls2PCQueue.Abort 2023-10-14T00:16:10.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:10 smithi055 ceph-mon[185614]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-10-14T00:16:10.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:10 smithi055 ceph-mon[185614]: from='client.? 172.21.15.55:0/2651624826' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-5","app": "rados","yes_i_really_mean_it": true}]': finished 2023-10-14T00:16:10.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:10 smithi055 ceph-mon[185614]: osdmap e882: 8 total, 8 up, 8 in 2023-10-14T00:16:10.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:10 smithi055 ceph-mon[183057]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-10-14T00:16:10.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:10 smithi055 ceph-mon[183057]: from='client.? 172.21.15.55:0/2651624826' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-5","app": "rados","yes_i_really_mean_it": true}]': finished 2023-10-14T00:16:10.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:10 smithi055 ceph-mon[183057]: osdmap e882: 8 total, 8 up, 8 in 2023-10-14T00:16:10.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:10 smithi082 ceph-mon[180771]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-10-14T00:16:10.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:10 smithi082 ceph-mon[180771]: from='client.? 172.21.15.55:0/2651624826' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-5","app": "rados","yes_i_really_mean_it": true}]': finished 2023-10-14T00:16:10.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:10 smithi082 ceph-mon[180771]: osdmap e882: 8 total, 8 up, 8 in 2023-10-14T00:16:11.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:11 smithi082 ceph-mon[180771]: osdmap e883: 8 total, 8 up, 8 in 2023-10-14T00:16:11.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:11 smithi082 ceph-mon[180771]: pgmap v1049: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:11.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:11 smithi055 ceph-mon[185614]: osdmap e883: 8 total, 8 up, 8 in 2023-10-14T00:16:11.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:11 smithi055 ceph-mon[185614]: pgmap v1049: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:11.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:11 smithi055 ceph-mon[183057]: osdmap e883: 8 total, 8 up, 8 in 2023-10-14T00:16:11.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:11 smithi055 ceph-mon[183057]: pgmap v1049: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:12.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:12 smithi082 ceph-mon[180771]: osdmap e884: 8 total, 8 up, 8 in 2023-10-14T00:16:12.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:12 smithi082 ceph-mon[180771]: from='client.? 172.21.15.55:0/4165631026' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-6","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:12.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:12 smithi082 ceph-mon[180771]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-6","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:12.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:12 smithi082 ceph-mon[180771]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-10-14T00:16:12.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:12 smithi082 ceph-mon[180771]: Cluster is now healthy 2023-10-14T00:16:12.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:12 smithi082 ceph-mon[180771]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-6","app": "rados","yes_i_really_mean_it": true}]': finished 2023-10-14T00:16:12.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:12 smithi082 ceph-mon[180771]: osdmap e885: 8 total, 8 up, 8 in 2023-10-14T00:16:12.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:12 smithi055 ceph-mon[183057]: osdmap e884: 8 total, 8 up, 8 in 2023-10-14T00:16:12.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:12 smithi055 ceph-mon[183057]: from='client.? 172.21.15.55:0/4165631026' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-6","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:12.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:12 smithi055 ceph-mon[183057]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-6","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:12.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:12 smithi055 ceph-mon[183057]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-10-14T00:16:12.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:12 smithi055 ceph-mon[183057]: Cluster is now healthy 2023-10-14T00:16:12.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:12 smithi055 ceph-mon[183057]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-6","app": "rados","yes_i_really_mean_it": true}]': finished 2023-10-14T00:16:12.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:12 smithi055 ceph-mon[183057]: osdmap e885: 8 total, 8 up, 8 in 2023-10-14T00:16:12.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:12 smithi055 ceph-mon[185614]: osdmap e884: 8 total, 8 up, 8 in 2023-10-14T00:16:12.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:12 smithi055 ceph-mon[185614]: from='client.? 172.21.15.55:0/4165631026' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-6","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:12.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:12 smithi055 ceph-mon[185614]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-6","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:12.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:12 smithi055 ceph-mon[185614]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-10-14T00:16:12.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:12 smithi055 ceph-mon[185614]: Cluster is now healthy 2023-10-14T00:16:12.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:12 smithi055 ceph-mon[185614]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-6","app": "rados","yes_i_really_mean_it": true}]': finished 2023-10-14T00:16:12.770 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:12 smithi055 ceph-mon[185614]: osdmap e885: 8 total, 8 up, 8 in 2023-10-14T00:16:13.312 INFO:tasks.workunit.client.0.smithi055.stdout:[ OK ] TestCls2PCQueue.Abort (3036 ms) 2023-10-14T00:16:13.312 INFO:tasks.workunit.client.0.smithi055.stdout:[ RUN ] TestCls2PCQueue.ReserveError 2023-10-14T00:16:13.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:13 smithi082 ceph-mon[180771]: pgmap v1052: 137 pgs: 2 creating+peering, 22 unknown, 113 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:13.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:13 smithi082 ceph-mon[180771]: osdmap e886: 8 total, 8 up, 8 in 2023-10-14T00:16:13.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:13 smithi055 ceph-mon[185614]: pgmap v1052: 137 pgs: 2 creating+peering, 22 unknown, 113 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:13.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:13 smithi055 ceph-mon[185614]: osdmap e886: 8 total, 8 up, 8 in 2023-10-14T00:16:13.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:13 smithi055 ceph-mon[183057]: pgmap v1052: 137 pgs: 2 creating+peering, 22 unknown, 113 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:13.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:13 smithi055 ceph-mon[183057]: osdmap e886: 8 total, 8 up, 8 in 2023-10-14T00:16:15.351 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:16:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:16:15] "GET /metrics HTTP/1.1" 200 36173 "" "Prometheus/2.43.0" 2023-10-14T00:16:15.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:15 smithi082 ceph-mon[180771]: osdmap e887: 8 total, 8 up, 8 in 2023-10-14T00:16:15.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:15 smithi082 ceph-mon[180771]: from='client.? 172.21.15.55:0/3205465505' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-7","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:15.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:15 smithi082 ceph-mon[180771]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-7","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:15.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:15 smithi082 ceph-mon[180771]: pgmap v1055: 137 pgs: 5 creating+peering, 27 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:15.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:15 smithi055 ceph-mon[185614]: osdmap e887: 8 total, 8 up, 8 in 2023-10-14T00:16:15.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:15 smithi055 ceph-mon[185614]: from='client.? 172.21.15.55:0/3205465505' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-7","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:15.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:15 smithi055 ceph-mon[185614]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-7","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:15.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:15 smithi055 ceph-mon[185614]: pgmap v1055: 137 pgs: 5 creating+peering, 27 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:15.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:15 smithi055 ceph-mon[183057]: osdmap e887: 8 total, 8 up, 8 in 2023-10-14T00:16:15.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:15 smithi055 ceph-mon[183057]: from='client.? 172.21.15.55:0/3205465505' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-7","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:15.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:15 smithi055 ceph-mon[183057]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-7","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:15.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:15 smithi055 ceph-mon[183057]: pgmap v1055: 137 pgs: 5 creating+peering, 27 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:16.377 INFO:tasks.workunit.client.0.smithi055.stdout:[ OK ] TestCls2PCQueue.ReserveError (3065 ms) 2023-10-14T00:16:16.378 INFO:tasks.workunit.client.0.smithi055.stdout:[ RUN ] TestCls2PCQueue.CommitError 2023-10-14T00:16:16.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:16 smithi082 ceph-mon[180771]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-10-14T00:16:16.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:16 smithi082 ceph-mon[180771]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-7","app": "rados","yes_i_really_mean_it": true}]': finished 2023-10-14T00:16:16.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:16 smithi082 ceph-mon[180771]: osdmap e888: 8 total, 8 up, 8 in 2023-10-14T00:16:16.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:16 smithi055 ceph-mon[183057]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-10-14T00:16:16.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:16 smithi055 ceph-mon[183057]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-7","app": "rados","yes_i_really_mean_it": true}]': finished 2023-10-14T00:16:16.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:16 smithi055 ceph-mon[183057]: osdmap e888: 8 total, 8 up, 8 in 2023-10-14T00:16:16.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:16 smithi055 ceph-mon[185614]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-10-14T00:16:16.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:16 smithi055 ceph-mon[185614]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-7","app": "rados","yes_i_really_mean_it": true}]': finished 2023-10-14T00:16:16.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:16 smithi055 ceph-mon[185614]: osdmap e888: 8 total, 8 up, 8 in 2023-10-14T00:16:17.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:17 smithi055 ceph-mon[185614]: osdmap e889: 8 total, 8 up, 8 in 2023-10-14T00:16:17.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:17 smithi055 ceph-mon[185614]: pgmap v1058: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:17.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:17 smithi055 ceph-mon[183057]: osdmap e889: 8 total, 8 up, 8 in 2023-10-14T00:16:17.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:17 smithi055 ceph-mon[183057]: pgmap v1058: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:17.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:17 smithi082 ceph-mon[180771]: osdmap e889: 8 total, 8 up, 8 in 2023-10-14T00:16:17.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:17 smithi082 ceph-mon[180771]: pgmap v1058: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:18.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:18 smithi055 ceph-mon[185614]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-10-14T00:16:18.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:18 smithi055 ceph-mon[185614]: Cluster is now healthy 2023-10-14T00:16:18.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:18 smithi055 ceph-mon[185614]: osdmap e890: 8 total, 8 up, 8 in 2023-10-14T00:16:18.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:18 smithi055 ceph-mon[185614]: from='client.? 172.21.15.55:0/3410138243' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-8","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:18.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:18 smithi055 ceph-mon[183057]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-10-14T00:16:18.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:18 smithi055 ceph-mon[183057]: Cluster is now healthy 2023-10-14T00:16:18.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:18 smithi055 ceph-mon[183057]: osdmap e890: 8 total, 8 up, 8 in 2023-10-14T00:16:18.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:18 smithi055 ceph-mon[183057]: from='client.? 172.21.15.55:0/3410138243' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-8","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:18.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:18 smithi082 ceph-mon[180771]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-10-14T00:16:18.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:18 smithi082 ceph-mon[180771]: Cluster is now healthy 2023-10-14T00:16:18.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:18 smithi082 ceph-mon[180771]: osdmap e890: 8 total, 8 up, 8 in 2023-10-14T00:16:18.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:18 smithi082 ceph-mon[180771]: from='client.? 172.21.15.55:0/3410138243' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-8","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:19.421 INFO:tasks.workunit.client.0.smithi055.stdout:[ OK ] TestCls2PCQueue.CommitError (3046 ms) 2023-10-14T00:16:19.421 INFO:tasks.workunit.client.0.smithi055.stdout:[ RUN ] TestCls2PCQueue.AbortError 2023-10-14T00:16:19.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:19 smithi055 ceph-mon[185614]: from='client.? 172.21.15.55:0/3410138243' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-8","app": "rados","yes_i_really_mean_it": true}]': finished 2023-10-14T00:16:19.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:19 smithi055 ceph-mon[185614]: osdmap e891: 8 total, 8 up, 8 in 2023-10-14T00:16:19.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:19 smithi055 ceph-mon[185614]: pgmap v1061: 137 pgs: 7 creating+peering, 23 unknown, 107 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:19.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:19 smithi055 ceph-mon[183057]: from='client.? 172.21.15.55:0/3410138243' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-8","app": "rados","yes_i_really_mean_it": true}]': finished 2023-10-14T00:16:19.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:19 smithi055 ceph-mon[183057]: osdmap e891: 8 total, 8 up, 8 in 2023-10-14T00:16:19.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:19 smithi055 ceph-mon[183057]: pgmap v1061: 137 pgs: 7 creating+peering, 23 unknown, 107 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:19.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:19 smithi082 ceph-mon[180771]: from='client.? 172.21.15.55:0/3410138243' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-8","app": "rados","yes_i_really_mean_it": true}]': finished 2023-10-14T00:16:19.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:19 smithi082 ceph-mon[180771]: osdmap e891: 8 total, 8 up, 8 in 2023-10-14T00:16:19.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:19 smithi082 ceph-mon[180771]: pgmap v1061: 137 pgs: 7 creating+peering, 23 unknown, 107 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:20.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:20 smithi055 ceph-mon[183057]: osdmap e892: 8 total, 8 up, 8 in 2023-10-14T00:16:20.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:20 smithi055 ceph-mon[185614]: osdmap e892: 8 total, 8 up, 8 in 2023-10-14T00:16:20.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:20 smithi082 ceph-mon[180771]: osdmap e892: 8 total, 8 up, 8 in 2023-10-14T00:16:21.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:21 smithi055 ceph-mon[183057]: osdmap e893: 8 total, 8 up, 8 in 2023-10-14T00:16:21.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:21 smithi055 ceph-mon[183057]: from='client.? 172.21.15.55:0/2581082410' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-9","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:21.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:21 smithi055 ceph-mon[183057]: pgmap v1064: 137 pgs: 10 creating+peering, 22 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:21.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:21 smithi055 ceph-mon[183057]: from='client.? 172.21.15.55:0/2581082410' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-9","app": "rados","yes_i_really_mean_it": true}]': finished 2023-10-14T00:16:21.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:21 smithi055 ceph-mon[183057]: osdmap e894: 8 total, 8 up, 8 in 2023-10-14T00:16:21.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:21 smithi055 ceph-mon[185614]: osdmap e893: 8 total, 8 up, 8 in 2023-10-14T00:16:21.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:21 smithi055 ceph-mon[185614]: from='client.? 172.21.15.55:0/2581082410' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-9","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:21.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:21 smithi055 ceph-mon[185614]: pgmap v1064: 137 pgs: 10 creating+peering, 22 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:21.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:21 smithi055 ceph-mon[185614]: from='client.? 172.21.15.55:0/2581082410' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-9","app": "rados","yes_i_really_mean_it": true}]': finished 2023-10-14T00:16:21.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:21 smithi055 ceph-mon[185614]: osdmap e894: 8 total, 8 up, 8 in 2023-10-14T00:16:21.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:21 smithi082 ceph-mon[180771]: osdmap e893: 8 total, 8 up, 8 in 2023-10-14T00:16:21.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:21 smithi082 ceph-mon[180771]: from='client.? 172.21.15.55:0/2581082410' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-9","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:21.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:21 smithi082 ceph-mon[180771]: pgmap v1064: 137 pgs: 10 creating+peering, 22 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:21.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:21 smithi082 ceph-mon[180771]: from='client.? 172.21.15.55:0/2581082410' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-9","app": "rados","yes_i_really_mean_it": true}]': finished 2023-10-14T00:16:21.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:21 smithi082 ceph-mon[180771]: osdmap e894: 8 total, 8 up, 8 in 2023-10-14T00:16:22.442 INFO:tasks.workunit.client.0.smithi055.stdout:[ OK ] TestCls2PCQueue.AbortError (3020 ms) 2023-10-14T00:16:22.442 INFO:tasks.workunit.client.0.smithi055.stdout:[ RUN ] TestCls2PCQueue.MultiReserve 2023-10-14T00:16:22.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:22 smithi055 ceph-mon[185614]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-10-14T00:16:22.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:22 smithi055 ceph-mon[185614]: osdmap e895: 8 total, 8 up, 8 in 2023-10-14T00:16:22.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:22 smithi055 ceph-mon[183057]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-10-14T00:16:22.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:22 smithi055 ceph-mon[183057]: osdmap e895: 8 total, 8 up, 8 in 2023-10-14T00:16:22.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:22 smithi082 ceph-mon[180771]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-10-14T00:16:22.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:22 smithi082 ceph-mon[180771]: osdmap e895: 8 total, 8 up, 8 in 2023-10-14T00:16:23.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:23 smithi055 ceph-mon[185614]: pgmap v1067: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:23.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:23 smithi055 ceph-mon[183057]: pgmap v1067: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:23.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:23 smithi082 ceph-mon[180771]: pgmap v1067: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:24.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:24 smithi055 ceph-mon[185614]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-10-14T00:16:24.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:24 smithi055 ceph-mon[185614]: Cluster is now healthy 2023-10-14T00:16:24.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:24 smithi055 ceph-mon[185614]: osdmap e896: 8 total, 8 up, 8 in 2023-10-14T00:16:24.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:24 smithi055 ceph-mon[185614]: from='client.? 172.21.15.55:0/4239867795' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-10","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:24.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:24 smithi055 ceph-mon[185614]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-10","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:24.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:16:24.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:24 smithi055 ceph-mon[183057]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-10-14T00:16:24.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:24 smithi055 ceph-mon[183057]: Cluster is now healthy 2023-10-14T00:16:24.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:24 smithi055 ceph-mon[183057]: osdmap e896: 8 total, 8 up, 8 in 2023-10-14T00:16:24.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:24 smithi055 ceph-mon[183057]: from='client.? 172.21.15.55:0/4239867795' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-10","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:24.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:24 smithi055 ceph-mon[183057]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-10","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:24.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:16:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:24 smithi082 ceph-mon[180771]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-10-14T00:16:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:24 smithi082 ceph-mon[180771]: Cluster is now healthy 2023-10-14T00:16:24.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:24 smithi082 ceph-mon[180771]: osdmap e896: 8 total, 8 up, 8 in 2023-10-14T00:16:24.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:24 smithi082 ceph-mon[180771]: from='client.? 172.21.15.55:0/4239867795' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-10","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:24.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:24 smithi082 ceph-mon[180771]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-10","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:24.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:16:25.510 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:16:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:16:25] "GET /metrics HTTP/1.1" 200 36171 "" "Prometheus/2.43.0" 2023-10-14T00:16:25.524 INFO:tasks.workunit.client.0.smithi055.stdout:[ OK ] TestCls2PCQueue.MultiReserve (3083 ms) 2023-10-14T00:16:25.525 INFO:tasks.workunit.client.0.smithi055.stdout:[ RUN ] TestCls2PCQueue.MultiCommit 2023-10-14T00:16:25.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:25 smithi055 ceph-mon[185614]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-10","app": "rados","yes_i_really_mean_it": true}]': finished 2023-10-14T00:16:25.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:25 smithi055 ceph-mon[185614]: osdmap e897: 8 total, 8 up, 8 in 2023-10-14T00:16:25.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:25 smithi055 ceph-mon[185614]: pgmap v1070: 137 pgs: 1 creating+activating, 8 creating+peering, 17 unknown, 111 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:25.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:25 smithi055 ceph-mon[183057]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-10","app": "rados","yes_i_really_mean_it": true}]': finished 2023-10-14T00:16:25.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:25 smithi055 ceph-mon[183057]: osdmap e897: 8 total, 8 up, 8 in 2023-10-14T00:16:25.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:25 smithi055 ceph-mon[183057]: pgmap v1070: 137 pgs: 1 creating+activating, 8 creating+peering, 17 unknown, 111 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:25.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:25 smithi082 ceph-mon[180771]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-10","app": "rados","yes_i_really_mean_it": true}]': finished 2023-10-14T00:16:25.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:25 smithi082 ceph-mon[180771]: osdmap e897: 8 total, 8 up, 8 in 2023-10-14T00:16:25.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:25 smithi082 ceph-mon[180771]: pgmap v1070: 137 pgs: 1 creating+activating, 8 creating+peering, 17 unknown, 111 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:26.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:26 smithi055 ceph-mon[185614]: osdmap e898: 8 total, 8 up, 8 in 2023-10-14T00:16:26.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:26 smithi055 ceph-mon[183057]: osdmap e898: 8 total, 8 up, 8 in 2023-10-14T00:16:26.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:26 smithi082 ceph-mon[180771]: osdmap e898: 8 total, 8 up, 8 in 2023-10-14T00:16:27.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:27 smithi082 ceph-mon[180771]: osdmap e899: 8 total, 8 up, 8 in 2023-10-14T00:16:27.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:27 smithi082 ceph-mon[180771]: from='client.? 172.21.15.55:0/2523689770' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-11","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:27.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:27 smithi082 ceph-mon[180771]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-11","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:27.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:27 smithi082 ceph-mon[180771]: pgmap v1073: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:28.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:27 smithi055 ceph-mon[185614]: osdmap e899: 8 total, 8 up, 8 in 2023-10-14T00:16:28.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:27 smithi055 ceph-mon[185614]: from='client.? 172.21.15.55:0/2523689770' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-11","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:28.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:27 smithi055 ceph-mon[185614]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-11","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:28.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:27 smithi055 ceph-mon[185614]: pgmap v1073: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:28.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:27 smithi055 ceph-mon[183057]: osdmap e899: 8 total, 8 up, 8 in 2023-10-14T00:16:28.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:27 smithi055 ceph-mon[183057]: from='client.? 172.21.15.55:0/2523689770' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-11","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:28.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:27 smithi055 ceph-mon[183057]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-11","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:28.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:27 smithi055 ceph-mon[183057]: pgmap v1073: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:28.598 INFO:tasks.workunit.client.0.smithi055.stdout:[ OK ] TestCls2PCQueue.MultiCommit (3074 ms) 2023-10-14T00:16:28.598 INFO:tasks.workunit.client.0.smithi055.stdout:[ RUN ] TestCls2PCQueue.MultiAbort 2023-10-14T00:16:28.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:28 smithi082 ceph-mon[180771]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-10-14T00:16:28.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:28 smithi082 ceph-mon[180771]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-11","app": "rados","yes_i_really_mean_it": true}]': finished 2023-10-14T00:16:28.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:28 smithi082 ceph-mon[180771]: osdmap e900: 8 total, 8 up, 8 in 2023-10-14T00:16:29.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:28 smithi055 ceph-mon[185614]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-10-14T00:16:29.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:28 smithi055 ceph-mon[185614]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-11","app": "rados","yes_i_really_mean_it": true}]': finished 2023-10-14T00:16:29.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:28 smithi055 ceph-mon[185614]: osdmap e900: 8 total, 8 up, 8 in 2023-10-14T00:16:29.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:28 smithi055 ceph-mon[183057]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-10-14T00:16:29.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:28 smithi055 ceph-mon[183057]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-11","app": "rados","yes_i_really_mean_it": true}]': finished 2023-10-14T00:16:29.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:28 smithi055 ceph-mon[183057]: osdmap e900: 8 total, 8 up, 8 in 2023-10-14T00:16:29.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:29 smithi082 ceph-mon[180771]: osdmap e901: 8 total, 8 up, 8 in 2023-10-14T00:16:29.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:29 smithi082 ceph-mon[180771]: pgmap v1076: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:30.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:29 smithi055 ceph-mon[183057]: osdmap e901: 8 total, 8 up, 8 in 2023-10-14T00:16:30.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:29 smithi055 ceph-mon[183057]: pgmap v1076: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:30.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:29 smithi055 ceph-mon[185614]: osdmap e901: 8 total, 8 up, 8 in 2023-10-14T00:16:30.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:29 smithi055 ceph-mon[185614]: pgmap v1076: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:30.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:30 smithi082 ceph-mon[180771]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-10-14T00:16:30.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:30 smithi082 ceph-mon[180771]: Cluster is now healthy 2023-10-14T00:16:30.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:30 smithi082 ceph-mon[180771]: osdmap e902: 8 total, 8 up, 8 in 2023-10-14T00:16:30.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:30 smithi082 ceph-mon[180771]: from='client.? 172.21.15.55:0/4137874395' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-12","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:30.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:30 smithi082 ceph-mon[180771]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-12","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:31.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:30 smithi055 ceph-mon[183057]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-10-14T00:16:31.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:30 smithi055 ceph-mon[183057]: Cluster is now healthy 2023-10-14T00:16:31.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:30 smithi055 ceph-mon[183057]: osdmap e902: 8 total, 8 up, 8 in 2023-10-14T00:16:31.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:30 smithi055 ceph-mon[183057]: from='client.? 172.21.15.55:0/4137874395' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-12","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:31.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:30 smithi055 ceph-mon[183057]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-12","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:31.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:30 smithi055 ceph-mon[185614]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-10-14T00:16:31.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:30 smithi055 ceph-mon[185614]: Cluster is now healthy 2023-10-14T00:16:31.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:30 smithi055 ceph-mon[185614]: osdmap e902: 8 total, 8 up, 8 in 2023-10-14T00:16:31.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:30 smithi055 ceph-mon[185614]: from='client.? 172.21.15.55:0/4137874395' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-12","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:31.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:30 smithi055 ceph-mon[185614]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-12","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:31.637 INFO:tasks.workunit.client.0.smithi055.stdout:[ OK ] TestCls2PCQueue.MultiAbort (3036 ms) 2023-10-14T00:16:31.637 INFO:tasks.workunit.client.0.smithi055.stdout:[ RUN ] TestCls2PCQueue.ReserveCommit 2023-10-14T00:16:31.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:31 smithi082 ceph-mon[180771]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-12","app": "rados","yes_i_really_mean_it": true}]': finished 2023-10-14T00:16:31.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:31 smithi082 ceph-mon[180771]: osdmap e903: 8 total, 8 up, 8 in 2023-10-14T00:16:31.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:31 smithi082 ceph-mon[180771]: pgmap v1079: 137 pgs: 12 creating+peering, 20 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:32.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:31 smithi055 ceph-mon[185614]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-12","app": "rados","yes_i_really_mean_it": true}]': finished 2023-10-14T00:16:32.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:31 smithi055 ceph-mon[185614]: osdmap e903: 8 total, 8 up, 8 in 2023-10-14T00:16:32.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:31 smithi055 ceph-mon[185614]: pgmap v1079: 137 pgs: 12 creating+peering, 20 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:32.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:31 smithi055 ceph-mon[183057]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-12","app": "rados","yes_i_really_mean_it": true}]': finished 2023-10-14T00:16:32.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:31 smithi055 ceph-mon[183057]: osdmap e903: 8 total, 8 up, 8 in 2023-10-14T00:16:32.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:31 smithi055 ceph-mon[183057]: pgmap v1079: 137 pgs: 12 creating+peering, 20 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:33.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:32 smithi055 ceph-mon[185614]: osdmap e904: 8 total, 8 up, 8 in 2023-10-14T00:16:33.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:32 smithi055 ceph-mon[183057]: osdmap e904: 8 total, 8 up, 8 in 2023-10-14T00:16:33.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:32 smithi082 ceph-mon[180771]: osdmap e904: 8 total, 8 up, 8 in 2023-10-14T00:16:34.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:33 smithi055 ceph-mon[185614]: osdmap e905: 8 total, 8 up, 8 in 2023-10-14T00:16:34.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:33 smithi055 ceph-mon[185614]: from='client.? 172.21.15.55:0/346956' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-13","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:34.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:33 smithi055 ceph-mon[185614]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-13","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:34.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:33 smithi055 ceph-mon[185614]: pgmap v1082: 137 pgs: 2 creating+peering, 30 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:34.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:33 smithi055 ceph-mon[185614]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-13","app": "rados","yes_i_really_mean_it": true}]': finished 2023-10-14T00:16:34.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:33 smithi055 ceph-mon[185614]: osdmap e906: 8 total, 8 up, 8 in 2023-10-14T00:16:34.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:33 smithi055 ceph-mon[183057]: osdmap e905: 8 total, 8 up, 8 in 2023-10-14T00:16:34.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:33 smithi055 ceph-mon[183057]: from='client.? 172.21.15.55:0/346956' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-13","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:34.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:33 smithi055 ceph-mon[183057]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-13","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:34.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:33 smithi055 ceph-mon[183057]: pgmap v1082: 137 pgs: 2 creating+peering, 30 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:34.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:33 smithi055 ceph-mon[183057]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-13","app": "rados","yes_i_really_mean_it": true}]': finished 2023-10-14T00:16:34.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:33 smithi055 ceph-mon[183057]: osdmap e906: 8 total, 8 up, 8 in 2023-10-14T00:16:34.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:33 smithi082 ceph-mon[180771]: osdmap e905: 8 total, 8 up, 8 in 2023-10-14T00:16:34.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:33 smithi082 ceph-mon[180771]: from='client.? 172.21.15.55:0/346956' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-13","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:34.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:33 smithi082 ceph-mon[180771]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-13","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:34.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:33 smithi082 ceph-mon[180771]: pgmap v1082: 137 pgs: 2 creating+peering, 30 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:34.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:33 smithi082 ceph-mon[180771]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-13","app": "rados","yes_i_really_mean_it": true}]': finished 2023-10-14T00:16:34.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:33 smithi082 ceph-mon[180771]: osdmap e906: 8 total, 8 up, 8 in 2023-10-14T00:16:34.648 INFO:tasks.workunit.client.0.smithi055.stdout:[ OK ] TestCls2PCQueue.ReserveCommit (3014 ms) 2023-10-14T00:16:34.648 INFO:tasks.workunit.client.0.smithi055.stdout:[ RUN ] TestCls2PCQueue.ReserveAbort 2023-10-14T00:16:35.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:34 smithi055 ceph-mon[183057]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-10-14T00:16:35.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:34 smithi055 ceph-mon[183057]: osdmap e907: 8 total, 8 up, 8 in 2023-10-14T00:16:35.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:34 smithi055 ceph-mon[185614]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-10-14T00:16:35.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:34 smithi055 ceph-mon[185614]: osdmap e907: 8 total, 8 up, 8 in 2023-10-14T00:16:35.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:34 smithi082 ceph-mon[180771]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-10-14T00:16:35.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:34 smithi082 ceph-mon[180771]: osdmap e907: 8 total, 8 up, 8 in 2023-10-14T00:16:35.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:16:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:16:35] "GET /metrics HTTP/1.1" 200 36171 "" "Prometheus/2.43.0" 2023-10-14T00:16:36.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:35 smithi055 ceph-mon[185614]: pgmap v1085: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:36.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:35 smithi055 ceph-mon[183057]: pgmap v1085: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:36.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:35 smithi082 ceph-mon[180771]: pgmap v1085: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:37.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:36 smithi055 ceph-mon[185614]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-10-14T00:16:37.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:36 smithi055 ceph-mon[185614]: Cluster is now healthy 2023-10-14T00:16:37.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:36 smithi055 ceph-mon[185614]: osdmap e908: 8 total, 8 up, 8 in 2023-10-14T00:16:37.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:36 smithi055 ceph-mon[185614]: from='client.? 172.21.15.55:0/3791453851' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-14","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:37.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:36 smithi055 ceph-mon[185614]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-14","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:37.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:36 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:16:37.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:36 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:16:37.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:36 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:16:37.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:36 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:16:37.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:36 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:16:37.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:36 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:16:37.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:36 smithi055 ceph-mon[183057]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-10-14T00:16:37.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:36 smithi055 ceph-mon[183057]: Cluster is now healthy 2023-10-14T00:16:37.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:36 smithi055 ceph-mon[183057]: osdmap e908: 8 total, 8 up, 8 in 2023-10-14T00:16:37.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:36 smithi055 ceph-mon[183057]: from='client.? 172.21.15.55:0/3791453851' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-14","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:37.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:36 smithi055 ceph-mon[183057]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-14","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:37.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:36 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:16:37.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:36 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:16:37.021 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:36 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:16:37.021 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:36 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:16:37.021 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:36 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:16:37.021 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:36 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:16:37.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:36 smithi082 ceph-mon[180771]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-10-14T00:16:37.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:36 smithi082 ceph-mon[180771]: Cluster is now healthy 2023-10-14T00:16:37.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:36 smithi082 ceph-mon[180771]: osdmap e908: 8 total, 8 up, 8 in 2023-10-14T00:16:37.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:36 smithi082 ceph-mon[180771]: from='client.? 172.21.15.55:0/3791453851' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-14","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:37.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:36 smithi082 ceph-mon[180771]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-14","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:37.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:36 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:16:37.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:36 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:16:37.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:36 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:16:37.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:36 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:16:37.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:36 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:16:37.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:36 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:16:37.712 INFO:tasks.workunit.client.0.smithi055.stdout:[ OK ] TestCls2PCQueue.ReserveAbort (3064 ms) 2023-10-14T00:16:37.713 INFO:tasks.workunit.client.0.smithi055.stdout:[ RUN ] TestCls2PCQueue.ManualCleanup 2023-10-14T00:16:38.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:37 smithi055 ceph-mon[185614]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-14","app": "rados","yes_i_really_mean_it": true}]': finished 2023-10-14T00:16:38.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:37 smithi055 ceph-mon[185614]: osdmap e909: 8 total, 8 up, 8 in 2023-10-14T00:16:38.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:37 smithi055 ceph-mon[185614]: pgmap v1088: 137 pgs: 4 creating+peering, 28 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:38.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:37 smithi055 ceph-mon[183057]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-14","app": "rados","yes_i_really_mean_it": true}]': finished 2023-10-14T00:16:38.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:37 smithi055 ceph-mon[183057]: osdmap e909: 8 total, 8 up, 8 in 2023-10-14T00:16:38.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:37 smithi055 ceph-mon[183057]: pgmap v1088: 137 pgs: 4 creating+peering, 28 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:38.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:37 smithi082 ceph-mon[180771]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-14","app": "rados","yes_i_really_mean_it": true}]': finished 2023-10-14T00:16:38.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:37 smithi082 ceph-mon[180771]: osdmap e909: 8 total, 8 up, 8 in 2023-10-14T00:16:38.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:37 smithi082 ceph-mon[180771]: pgmap v1088: 137 pgs: 4 creating+peering, 28 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:39.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:38 smithi055 ceph-mon[185614]: osdmap e910: 8 total, 8 up, 8 in 2023-10-14T00:16:39.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:38 smithi055 ceph-mon[183057]: osdmap e910: 8 total, 8 up, 8 in 2023-10-14T00:16:39.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:38 smithi082 ceph-mon[180771]: osdmap e910: 8 total, 8 up, 8 in 2023-10-14T00:16:40.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:39 smithi055 ceph-mon[185614]: osdmap e911: 8 total, 8 up, 8 in 2023-10-14T00:16:40.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:39 smithi055 ceph-mon[185614]: from='client.? 172.21.15.55:0/3410106252' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-15","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:40.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:16:40.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:39 smithi055 ceph-mon[185614]: pgmap v1091: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:40.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:39 smithi055 ceph-mon[185614]: from='client.? 172.21.15.55:0/3410106252' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-15","app": "rados","yes_i_really_mean_it": true}]': finished 2023-10-14T00:16:40.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:39 smithi055 ceph-mon[183057]: osdmap e911: 8 total, 8 up, 8 in 2023-10-14T00:16:40.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:39 smithi055 ceph-mon[183057]: from='client.? 172.21.15.55:0/3410106252' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-15","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:40.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:16:40.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:39 smithi055 ceph-mon[183057]: pgmap v1091: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:40.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:39 smithi055 ceph-mon[183057]: from='client.? 172.21.15.55:0/3410106252' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-15","app": "rados","yes_i_really_mean_it": true}]': finished 2023-10-14T00:16:40.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:39 smithi082 ceph-mon[180771]: osdmap e911: 8 total, 8 up, 8 in 2023-10-14T00:16:40.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:39 smithi082 ceph-mon[180771]: from='client.? 172.21.15.55:0/3410106252' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-15","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:40.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:16:40.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:39 smithi082 ceph-mon[180771]: pgmap v1091: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:40.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:39 smithi082 ceph-mon[180771]: from='client.? 172.21.15.55:0/3410106252' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-15","app": "rados","yes_i_really_mean_it": true}]': finished 2023-10-14T00:16:40.746 INFO:tasks.workunit.client.0.smithi055.stdout:[ OK ] TestCls2PCQueue.ManualCleanup (3033 ms) 2023-10-14T00:16:40.746 INFO:tasks.workunit.client.0.smithi055.stdout:[ RUN ] TestCls2PCQueue.Cleanup 2023-10-14T00:16:41.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:40 smithi055 ceph-mon[185614]: osdmap e912: 8 total, 8 up, 8 in 2023-10-14T00:16:41.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:40 smithi055 ceph-mon[185614]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-10-14T00:16:41.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:40 smithi055 ceph-mon[185614]: osdmap e913: 8 total, 8 up, 8 in 2023-10-14T00:16:41.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:40 smithi055 ceph-mon[183057]: osdmap e912: 8 total, 8 up, 8 in 2023-10-14T00:16:41.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:40 smithi055 ceph-mon[183057]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-10-14T00:16:41.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:40 smithi055 ceph-mon[183057]: osdmap e913: 8 total, 8 up, 8 in 2023-10-14T00:16:41.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:40 smithi082 ceph-mon[180771]: osdmap e912: 8 total, 8 up, 8 in 2023-10-14T00:16:41.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:40 smithi082 ceph-mon[180771]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-10-14T00:16:41.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:40 smithi082 ceph-mon[180771]: osdmap e913: 8 total, 8 up, 8 in 2023-10-14T00:16:42.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:41 smithi082 ceph-mon[180771]: pgmap v1094: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:42.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:41 smithi055 ceph-mon[185614]: pgmap v1094: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:42.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:41 smithi055 ceph-mon[183057]: pgmap v1094: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:43.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:42 smithi082 ceph-mon[180771]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-10-14T00:16:43.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:42 smithi082 ceph-mon[180771]: Cluster is now healthy 2023-10-14T00:16:43.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:42 smithi082 ceph-mon[180771]: osdmap e914: 8 total, 8 up, 8 in 2023-10-14T00:16:43.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:42 smithi082 ceph-mon[180771]: from='client.? 172.21.15.55:0/1968165978' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-16","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:43.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:42 smithi082 ceph-mon[180771]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-16","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:43.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:42 smithi055 ceph-mon[183057]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-10-14T00:16:43.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:42 smithi055 ceph-mon[183057]: Cluster is now healthy 2023-10-14T00:16:43.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:42 smithi055 ceph-mon[183057]: osdmap e914: 8 total, 8 up, 8 in 2023-10-14T00:16:43.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:42 smithi055 ceph-mon[183057]: from='client.? 172.21.15.55:0/1968165978' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-16","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:43.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:42 smithi055 ceph-mon[183057]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-16","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:43.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:42 smithi055 ceph-mon[185614]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-10-14T00:16:43.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:42 smithi055 ceph-mon[185614]: Cluster is now healthy 2023-10-14T00:16:43.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:42 smithi055 ceph-mon[185614]: osdmap e914: 8 total, 8 up, 8 in 2023-10-14T00:16:43.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:42 smithi055 ceph-mon[185614]: from='client.? 172.21.15.55:0/1968165978' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-16","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:43.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:42 smithi055 ceph-mon[185614]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-16","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:43.835 INFO:tasks.workunit.client.0.smithi055.stdout:[ OK ] TestCls2PCQueue.Cleanup (3090 ms) 2023-10-14T00:16:43.836 INFO:tasks.workunit.client.0.smithi055.stdout:[ RUN ] TestCls2PCQueue.MultiProducer 2023-10-14T00:16:44.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:43 smithi082 ceph-mon[180771]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-16","app": "rados","yes_i_really_mean_it": true}]': finished 2023-10-14T00:16:44.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:43 smithi082 ceph-mon[180771]: osdmap e915: 8 total, 8 up, 8 in 2023-10-14T00:16:44.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:43 smithi082 ceph-mon[180771]: pgmap v1097: 137 pgs: 5 creating+peering, 23 unknown, 109 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:44.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:43 smithi055 ceph-mon[185614]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-16","app": "rados","yes_i_really_mean_it": true}]': finished 2023-10-14T00:16:44.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:43 smithi055 ceph-mon[185614]: osdmap e915: 8 total, 8 up, 8 in 2023-10-14T00:16:44.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:43 smithi055 ceph-mon[185614]: pgmap v1097: 137 pgs: 5 creating+peering, 23 unknown, 109 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:44.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:43 smithi055 ceph-mon[183057]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-16","app": "rados","yes_i_really_mean_it": true}]': finished 2023-10-14T00:16:44.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:43 smithi055 ceph-mon[183057]: osdmap e915: 8 total, 8 up, 8 in 2023-10-14T00:16:44.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:43 smithi055 ceph-mon[183057]: pgmap v1097: 137 pgs: 5 creating+peering, 23 unknown, 109 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:45.079 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:44 smithi055 ceph-mon[185614]: osdmap e916: 8 total, 8 up, 8 in 2023-10-14T00:16:45.080 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:44 smithi055 ceph-mon[183057]: osdmap e916: 8 total, 8 up, 8 in 2023-10-14T00:16:45.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:44 smithi082 ceph-mon[180771]: osdmap e916: 8 total, 8 up, 8 in 2023-10-14T00:16:45.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:16:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:16:45] "GET /metrics HTTP/1.1" 200 36174 "" "Prometheus/2.43.0" 2023-10-14T00:16:45.886 INFO:tasks.workunit.client.0.smithi055.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-1415-g9d6d32bb/rpm/el8/BUILD/ceph-17.2.6-1415-g9d6d32bb/src/test/cls_2pc_queue/test_cls_2pc_queue.cc:720: Failure 2023-10-14T00:16:45.886 INFO:tasks.workunit.client.0.smithi055.stdout:Expected equality of these values: 2023-10-14T00:16:45.886 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:16:45.887 INFO:tasks.workunit.client.0.smithi055.stdout: ioctx.operate(queue_name, &op) 2023-10-14T00:16:45.887 INFO:tasks.workunit.client.0.smithi055.stdout: Which is: -22 2023-10-14T00:16:46.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:45 smithi082 ceph-mon[180771]: osdmap e917: 8 total, 8 up, 8 in 2023-10-14T00:16:46.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:45 smithi082 ceph-mon[180771]: from='client.? 172.21.15.55:0/3572536191' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-17","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:46.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:45 smithi082 ceph-mon[180771]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-17","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:46.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:45 smithi082 ceph-mon[180771]: pgmap v1100: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:46.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:45 smithi055 ceph-mon[185614]: osdmap e917: 8 total, 8 up, 8 in 2023-10-14T00:16:46.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:45 smithi055 ceph-mon[185614]: from='client.? 172.21.15.55:0/3572536191' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-17","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:46.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:45 smithi055 ceph-mon[185614]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-17","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:46.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:45 smithi055 ceph-mon[185614]: pgmap v1100: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:46.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:45 smithi055 ceph-mon[183057]: osdmap e917: 8 total, 8 up, 8 in 2023-10-14T00:16:46.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:45 smithi055 ceph-mon[183057]: from='client.? 172.21.15.55:0/3572536191' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-17","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:46.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:45 smithi055 ceph-mon[183057]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-17","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:46.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:45 smithi055 ceph-mon[183057]: pgmap v1100: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:47.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:46 smithi082 ceph-mon[180771]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-10-14T00:16:47.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:46 smithi082 ceph-mon[180771]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-17","app": "rados","yes_i_really_mean_it": true}]': finished 2023-10-14T00:16:47.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:46 smithi082 ceph-mon[180771]: osdmap e918: 8 total, 8 up, 8 in 2023-10-14T00:16:47.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:46 smithi055 ceph-mon[185614]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-10-14T00:16:47.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:46 smithi055 ceph-mon[185614]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-17","app": "rados","yes_i_really_mean_it": true}]': finished 2023-10-14T00:16:47.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:46 smithi055 ceph-mon[185614]: osdmap e918: 8 total, 8 up, 8 in 2023-10-14T00:16:47.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:46 smithi055 ceph-mon[183057]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-10-14T00:16:47.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:46 smithi055 ceph-mon[183057]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-17","app": "rados","yes_i_really_mean_it": true}]': finished 2023-10-14T00:16:47.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:46 smithi055 ceph-mon[183057]: osdmap e918: 8 total, 8 up, 8 in 2023-10-14T00:16:48.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:47 smithi055 ceph-mon[185614]: osdmap e919: 8 total, 8 up, 8 in 2023-10-14T00:16:48.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:47 smithi055 ceph-mon[185614]: pgmap v1103: 137 pgs: 5 creating+peering, 21 unknown, 111 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:48.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:47 smithi055 ceph-mon[183057]: osdmap e919: 8 total, 8 up, 8 in 2023-10-14T00:16:48.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:47 smithi055 ceph-mon[183057]: pgmap v1103: 137 pgs: 5 creating+peering, 21 unknown, 111 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:48.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:47 smithi082 ceph-mon[180771]: osdmap e919: 8 total, 8 up, 8 in 2023-10-14T00:16:48.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:47 smithi082 ceph-mon[180771]: pgmap v1103: 137 pgs: 5 creating+peering, 21 unknown, 111 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:49.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:48 smithi055 ceph-mon[185614]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-10-14T00:16:49.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:48 smithi055 ceph-mon[185614]: Cluster is now healthy 2023-10-14T00:16:49.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:48 smithi055 ceph-mon[183057]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-10-14T00:16:49.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:48 smithi055 ceph-mon[183057]: Cluster is now healthy 2023-10-14T00:16:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:48 smithi082 ceph-mon[180771]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-10-14T00:16:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:48 smithi082 ceph-mon[180771]: Cluster is now healthy 2023-10-14T00:16:50.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:49 smithi055 ceph-mon[185614]: pgmap v1104: 137 pgs: 5 creating+peering, 13 unknown, 119 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:50.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:49 smithi055 ceph-mon[183057]: pgmap v1104: 137 pgs: 5 creating+peering, 13 unknown, 119 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:50.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:49 smithi082 ceph-mon[180771]: pgmap v1104: 137 pgs: 5 creating+peering, 13 unknown, 119 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:52.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:52 smithi082 ceph-mon[180771]: pgmap v1105: 137 pgs: 137 active+clean; 1.5 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 2.1 MiB/s rd, 6.6 MiB/s wr, 7.33k op/s 2023-10-14T00:16:52.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:52 smithi055 ceph-mon[185614]: pgmap v1105: 137 pgs: 137 active+clean; 1.5 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 2.1 MiB/s rd, 6.6 MiB/s wr, 7.33k op/s 2023-10-14T00:16:52.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:52 smithi055 ceph-mon[183057]: pgmap v1105: 137 pgs: 137 active+clean; 1.5 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 2.1 MiB/s rd, 6.6 MiB/s wr, 7.33k op/s 2023-10-14T00:16:54.189 INFO:tasks.workunit.client.0.smithi055.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-1415-g9d6d32bb/rpm/el8/BUILD/ceph-17.2.6-1415-g9d6d32bb/src/test/cls_2pc_queue/test_cls_2pc_queue.cc:726: Failure 2023-10-14T00:16:54.190 INFO:tasks.workunit.client.0.smithi055.stdout:Expected equality of these values: 2023-10-14T00:16:54.190 INFO:tasks.workunit.client.0.smithi055.stdout: consume_count 2023-10-14T00:16:54.190 INFO:tasks.workunit.client.0.smithi055.stdout: Which is: 0 2023-10-14T00:16:54.190 INFO:tasks.workunit.client.0.smithi055.stdout: number_of_ops*number_of_elements*max_producer_count 2023-10-14T00:16:54.191 INFO:tasks.workunit.client.0.smithi055.stdout: Which is: 69000 2023-10-14T00:16:54.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:54 smithi082 ceph-mon[180771]: pgmap v1106: 137 pgs: 137 active+clean; 1.5 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 1.6 MiB/s rd, 5.1 MiB/s wr, 5.62k op/s 2023-10-14T00:16:54.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:16:54.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:54 smithi055 ceph-mon[185614]: pgmap v1106: 137 pgs: 137 active+clean; 1.5 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 1.6 MiB/s rd, 5.1 MiB/s wr, 5.62k op/s 2023-10-14T00:16:54.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:16:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:54 smithi055 ceph-mon[183057]: pgmap v1106: 137 pgs: 137 active+clean; 1.5 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 1.6 MiB/s rd, 5.1 MiB/s wr, 5.62k op/s 2023-10-14T00:16:54.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:16:55.055 INFO:tasks.workunit.client.0.smithi055.stdout:[ FAILED ] TestCls2PCQueue.MultiProducer (11220 ms) 2023-10-14T00:16:55.056 INFO:tasks.workunit.client.0.smithi055.stdout:[ RUN ] TestCls2PCQueue.AsyncConsumer 2023-10-14T00:16:55.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:16:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:16:55] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T00:16:56.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:56 smithi082 ceph-mon[180771]: pgmap v1107: 137 pgs: 137 active+clean; 2.3 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 2.6 MiB/s rd, 8.0 MiB/s wr, 8.86k op/s 2023-10-14T00:16:56.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:56 smithi082 ceph-mon[180771]: osdmap e920: 8 total, 8 up, 8 in 2023-10-14T00:16:56.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:56 smithi055 ceph-mon[185614]: pgmap v1107: 137 pgs: 137 active+clean; 2.3 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 2.6 MiB/s rd, 8.0 MiB/s wr, 8.86k op/s 2023-10-14T00:16:56.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:56 smithi055 ceph-mon[185614]: osdmap e920: 8 total, 8 up, 8 in 2023-10-14T00:16:56.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:56 smithi055 ceph-mon[183057]: pgmap v1107: 137 pgs: 137 active+clean; 2.3 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 2.6 MiB/s rd, 8.0 MiB/s wr, 8.86k op/s 2023-10-14T00:16:56.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:56 smithi055 ceph-mon[183057]: osdmap e920: 8 total, 8 up, 8 in 2023-10-14T00:16:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:57 smithi082 ceph-mon[180771]: osdmap e921: 8 total, 8 up, 8 in 2023-10-14T00:16:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:57 smithi082 ceph-mon[180771]: from='client.? 172.21.15.55:0/4040501084' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-18","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:57.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:57 smithi082 ceph-mon[180771]: from='client.? 172.21.15.55:0/4040501084' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-18","app": "rados","yes_i_really_mean_it": true}]': finished 2023-10-14T00:16:57.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:57 smithi082 ceph-mon[180771]: osdmap e922: 8 total, 8 up, 8 in 2023-10-14T00:16:57.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:57 smithi055 ceph-mon[185614]: osdmap e921: 8 total, 8 up, 8 in 2023-10-14T00:16:57.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:57 smithi055 ceph-mon[185614]: from='client.? 172.21.15.55:0/4040501084' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-18","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:57.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:57 smithi055 ceph-mon[185614]: from='client.? 172.21.15.55:0/4040501084' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-18","app": "rados","yes_i_really_mean_it": true}]': finished 2023-10-14T00:16:57.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:57 smithi055 ceph-mon[185614]: osdmap e922: 8 total, 8 up, 8 in 2023-10-14T00:16:57.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:57 smithi055 ceph-mon[183057]: osdmap e921: 8 total, 8 up, 8 in 2023-10-14T00:16:57.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:57 smithi055 ceph-mon[183057]: from='client.? 172.21.15.55:0/4040501084' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-18","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:57.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:57 smithi055 ceph-mon[183057]: from='client.? 172.21.15.55:0/4040501084' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-18","app": "rados","yes_i_really_mean_it": true}]': finished 2023-10-14T00:16:57.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:57 smithi055 ceph-mon[183057]: osdmap e922: 8 total, 8 up, 8 in 2023-10-14T00:16:57.911 INFO:tasks.workunit.client.0.smithi055.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-1415-g9d6d32bb/rpm/el8/BUILD/ceph-17.2.6-1415-g9d6d32bb/src/test/cls_2pc_queue/test_cls_2pc_queue.cc:780: Failure 2023-10-14T00:16:57.912 INFO:tasks.workunit.client.0.smithi055.stdout:Expected equality of these values: 2023-10-14T00:16:57.912 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:16:57.912 INFO:tasks.workunit.client.0.smithi055.stdout: ioctx.operate(queue_name, &wop) 2023-10-14T00:16:57.912 INFO:tasks.workunit.client.0.smithi055.stdout: Which is: -22 2023-10-14T00:16:58.086 INFO:tasks.workunit.client.0.smithi055.stdout:[ FAILED ] TestCls2PCQueue.AsyncConsumer (3029 ms) 2023-10-14T00:16:58.086 INFO:tasks.workunit.client.0.smithi055.stdout:[ RUN ] TestCls2PCQueue.MultiProducerConsumer 2023-10-14T00:16:58.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:58 smithi082 ceph-mon[180771]: pgmap v1110: 137 pgs: 3 creating+peering, 29 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:58.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:58 smithi082 ceph-mon[180771]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-10-14T00:16:58.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:58 smithi082 ceph-mon[180771]: osdmap e923: 8 total, 8 up, 8 in 2023-10-14T00:16:58.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:58 smithi055 ceph-mon[183057]: pgmap v1110: 137 pgs: 3 creating+peering, 29 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:58.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:58 smithi055 ceph-mon[183057]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-10-14T00:16:58.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:58 smithi055 ceph-mon[183057]: osdmap e923: 8 total, 8 up, 8 in 2023-10-14T00:16:58.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:58 smithi055 ceph-mon[185614]: pgmap v1110: 137 pgs: 3 creating+peering, 29 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:58.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:58 smithi055 ceph-mon[185614]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-10-14T00:16:58.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:58 smithi055 ceph-mon[185614]: osdmap e923: 8 total, 8 up, 8 in 2023-10-14T00:16:59.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:59 smithi055 ceph-mon[185614]: pgmap v1113: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:59.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:59 smithi055 ceph-mon[185614]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-10-14T00:16:59.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:59 smithi055 ceph-mon[185614]: Cluster is now healthy 2023-10-14T00:16:59.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:59 smithi055 ceph-mon[185614]: osdmap e924: 8 total, 8 up, 8 in 2023-10-14T00:16:59.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:59 smithi055 ceph-mon[185614]: from='client.? 172.21.15.55:0/2529075889' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-19","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:59.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:16:59 smithi055 ceph-mon[185614]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-19","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:59.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:59 smithi055 ceph-mon[183057]: pgmap v1113: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:59.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:59 smithi055 ceph-mon[183057]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-10-14T00:16:59.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:59 smithi055 ceph-mon[183057]: Cluster is now healthy 2023-10-14T00:16:59.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:59 smithi055 ceph-mon[183057]: osdmap e924: 8 total, 8 up, 8 in 2023-10-14T00:16:59.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:59 smithi055 ceph-mon[183057]: from='client.? 172.21.15.55:0/2529075889' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-19","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:59.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:16:59 smithi055 ceph-mon[183057]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-19","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:59.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:59 smithi082 ceph-mon[180771]: pgmap v1113: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:16:59.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:59 smithi082 ceph-mon[180771]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-10-14T00:16:59.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:59 smithi082 ceph-mon[180771]: Cluster is now healthy 2023-10-14T00:16:59.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:59 smithi082 ceph-mon[180771]: osdmap e924: 8 total, 8 up, 8 in 2023-10-14T00:16:59.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:59 smithi082 ceph-mon[180771]: from='client.? 172.21.15.55:0/2529075889' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-19","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:16:59.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:16:59 smithi082 ceph-mon[180771]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-19","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-10-14T00:17:00.271 INFO:tasks.workunit.client.0.smithi055.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-1415-g9d6d32bb/rpm/el8/BUILD/ceph-17.2.6-1415-g9d6d32bb/src/test/cls_2pc_queue/test_cls_2pc_queue.cc:853: Failure 2023-10-14T00:17:00.271 INFO:tasks.workunit.client.0.smithi055.stdout:Expected equality of these values: 2023-10-14T00:17:00.271 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:17:00.271 INFO:tasks.workunit.client.0.smithi055.stdout: ioctx.operate(queue_name, &op) 2023-10-14T00:17:00.272 INFO:tasks.workunit.client.0.smithi055.stdout: Which is: -22 2023-10-14T00:17:00.272 INFO:tasks.workunit.client.0.smithi055.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-1415-g9d6d32bb/rpm/el8/BUILD/ceph-17.2.6-1415-g9d6d32bb/src/test/cls_2pc_queue/test_cls_2pc_queue.cc:853: Failure 2023-10-14T00:17:00.272 INFO:tasks.workunit.client.0.smithi055.stdout:Expected equality of these values: 2023-10-14T00:17:00.273 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:17:00.273 INFO:tasks.workunit.client.0.smithi055.stdout: ioctx.operate(queue_name, &op) 2023-10-14T00:17:00.273 INFO:tasks.workunit.client.0.smithi055.stdout: Which is: -22 2023-10-14T00:17:00.273 INFO:tasks.workunit.client.0.smithi055.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-1415-g9d6d32bb/rpm/el8/BUILD/ceph-17.2.6-1415-g9d6d32bb/src/test/cls_2pc_queue/test_cls_2pc_queue.cc:853: Failure 2023-10-14T00:17:00.273 INFO:tasks.workunit.client.0.smithi055.stdout:Expected equality of these values: 2023-10-14T00:17:00.274 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:17:00.274 INFO:tasks.workunit.client.0.smithi055.stdout: ioctx.operate(queue_name, &op) 2023-10-14T00:17:00.274 INFO:tasks.workunit.client.0.smithi055.stdout: Which is: -22 2023-10-14T00:17:00.274 INFO:tasks.workunit.client.0.smithi055.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-1415-g9d6d32bb/rpm/el8/BUILD/ceph-17.2.6-1415-g9d6d32bb/src/test/cls_2pc_queue/test_cls_2pc_queue.cc:853: Failure 2023-10-14T00:17:00.275 INFO:tasks.workunit.client.0.smithi055.stdout:Expected equality of these values: 2023-10-14T00:17:00.275 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:17:00.275 INFO:tasks.workunit.client.0.smithi055.stdout: ioctx.operate(queue_name, &op) 2023-10-14T00:17:00.275 INFO:tasks.workunit.client.0.smithi055.stdout: Which is: -22 2023-10-14T00:17:00.276 INFO:tasks.workunit.client.0.smithi055.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-1415-g9d6d32bb/rpm/el8/BUILD/ceph-17.2.6-1415-g9d6d32bb/src/test/cls_2pc_queue/test_cls_2pc_queue.cc:853: Failure 2023-10-14T00:17:00.276 INFO:tasks.workunit.client.0.smithi055.stdout:Expected equality of these values: 2023-10-14T00:17:00.276 INFO:tasks.workunit.client.0.smithi055.stdout: 0 2023-10-14T00:17:00.276 INFO:tasks.workunit.client.0.smithi055.stdout: ioctx.operate(queue_name, &op) 2023-10-14T00:17:00.277 INFO:tasks.workunit.client.0.smithi055.stdout: Which is: -22 2023-10-14T00:17:01.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:17:01 smithi055 ceph-mon[185614]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-19","app": "rados","yes_i_really_mean_it": true}]': finished 2023-10-14T00:17:01.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:17:01 smithi055 ceph-mon[185614]: osdmap e925: 8 total, 8 up, 8 in 2023-10-14T00:17:01.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:17:01 smithi055 ceph-mon[185614]: pgmap v1116: 137 pgs: 11 creating+peering, 14 unknown, 112 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:17:01.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:17:01 smithi055 ceph-mon[183057]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-19","app": "rados","yes_i_really_mean_it": true}]': finished 2023-10-14T00:17:01.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:17:01 smithi055 ceph-mon[183057]: osdmap e925: 8 total, 8 up, 8 in 2023-10-14T00:17:01.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:17:01 smithi055 ceph-mon[183057]: pgmap v1116: 137 pgs: 11 creating+peering, 14 unknown, 112 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:17:01.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:17:01 smithi082 ceph-mon[180771]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi055-234625-19","app": "rados","yes_i_really_mean_it": true}]': finished 2023-10-14T00:17:01.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:17:01 smithi082 ceph-mon[180771]: osdmap e925: 8 total, 8 up, 8 in 2023-10-14T00:17:01.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:17:01 smithi082 ceph-mon[180771]: pgmap v1116: 137 pgs: 11 creating+peering, 14 unknown, 112 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:17:02.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:17:02 smithi055 ceph-mon[185614]: osdmap e926: 8 total, 8 up, 8 in 2023-10-14T00:17:02.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:17:02 smithi055 ceph-mon[183057]: osdmap e926: 8 total, 8 up, 8 in 2023-10-14T00:17:02.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:17:02 smithi082 ceph-mon[180771]: osdmap e926: 8 total, 8 up, 8 in 2023-10-14T00:17:03.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:17:03 smithi055 ceph-mon[185614]: pgmap v1118: 137 pgs: 11 creating+peering, 6 unknown, 120 active+clean; 1.2 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 1.7 MiB/s rd, 5.3 MiB/s wr, 5.89k op/s 2023-10-14T00:17:03.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:17:03 smithi055 ceph-mon[183057]: pgmap v1118: 137 pgs: 11 creating+peering, 6 unknown, 120 active+clean; 1.2 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 1.7 MiB/s rd, 5.3 MiB/s wr, 5.89k op/s 2023-10-14T00:17:03.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:17:03 smithi082 ceph-mon[180771]: pgmap v1118: 137 pgs: 11 creating+peering, 6 unknown, 120 active+clean; 1.2 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 1.7 MiB/s rd, 5.3 MiB/s wr, 5.89k op/s 2023-10-14T00:17:05.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:17:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:17:05] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T00:17:06.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:17:06 smithi082 ceph-mon[180771]: pgmap v1119: 137 pgs: 137 active+clean; 1.2 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 1.4 MiB/s rd, 4.4 MiB/s wr, 4.82k op/s 2023-10-14T00:17:06.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:17:06 smithi055 ceph-mon[185614]: pgmap v1119: 137 pgs: 137 active+clean; 1.2 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 1.4 MiB/s rd, 4.4 MiB/s wr, 4.82k op/s 2023-10-14T00:17:06.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:17:06 smithi055 ceph-mon[183057]: pgmap v1119: 137 pgs: 137 active+clean; 1.2 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 1.4 MiB/s rd, 4.4 MiB/s wr, 4.82k op/s 2023-10-14T00:17:07.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:17:07 smithi082 ceph-mon[180771]: pgmap v1120: 137 pgs: 137 active+clean; 1.2 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 1.1 MiB/s rd, 3.3 MiB/s wr, 3.67k op/s 2023-10-14T00:17:07.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:17:07 smithi055 ceph-mon[185614]: pgmap v1120: 137 pgs: 137 active+clean; 1.2 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 1.1 MiB/s rd, 3.3 MiB/s wr, 3.67k op/s 2023-10-14T00:17:07.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:17:07 smithi055 ceph-mon[183057]: pgmap v1120: 137 pgs: 137 active+clean; 1.2 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 1.1 MiB/s rd, 3.3 MiB/s wr, 3.67k op/s 2023-10-14T00:17:09.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:17:08 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:17:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:17:08 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:17:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:17:08 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:17:10.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:17:09 smithi055 ceph-mon[185614]: pgmap v1121: 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.89k op/s 2023-10-14T00:17:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:17:09 smithi055 ceph-mon[183057]: pgmap v1121: 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.89k op/s 2023-10-14T00:17:10.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:17:09 smithi082 ceph-mon[180771]: pgmap v1121: 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.89k op/s 2023-10-14T00:17:12.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:17:12 smithi082 ceph-mon[180771]: pgmap v1122: 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-10-14T00:17:12.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:17:12 smithi055 ceph-mon[185614]: pgmap v1122: 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-10-14T00:17:12.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:17:12 smithi055 ceph-mon[183057]: pgmap v1122: 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-10-14T00:17:14.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:17:14 smithi082 ceph-mon[180771]: pgmap v1123: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 876 KiB/s rd, 2.6 MiB/s wr, 2.91k op/s 2023-10-14T00:17:14.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:17:14 smithi055 ceph-mon[185614]: pgmap v1123: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 876 KiB/s rd, 2.6 MiB/s wr, 2.91k op/s 2023-10-14T00:17:14.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:17:14 smithi055 ceph-mon[183057]: pgmap v1123: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 876 KiB/s rd, 2.6 MiB/s wr, 2.91k op/s 2023-10-14T00:17:15.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:17:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:17:15] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T00:17:16.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:17:16 smithi082 ceph-mon[180771]: pgmap v1124: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 139 KiB/s rd, 435 KiB/s wr, 469 op/s 2023-10-14T00:17:16.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:17:16 smithi055 ceph-mon[185614]: pgmap v1124: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 139 KiB/s rd, 435 KiB/s wr, 469 op/s 2023-10-14T00:17:16.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:17:16 smithi055 ceph-mon[183057]: pgmap v1124: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 139 KiB/s rd, 435 KiB/s wr, 469 op/s 2023-10-14T00:17:17.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:17:17 smithi055 ceph-mon[185614]: pgmap v1125: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 139 KiB/s rd, 435 KiB/s wr, 469 op/s 2023-10-14T00:17:17.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:17:17 smithi055 ceph-mon[183057]: pgmap v1125: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 139 KiB/s rd, 435 KiB/s wr, 469 op/s 2023-10-14T00:17:17.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:17:17 smithi082 ceph-mon[180771]: pgmap v1125: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 139 KiB/s rd, 435 KiB/s wr, 469 op/s 2023-10-14T00:17:20.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:17:20 smithi082 ceph-mon[180771]: pgmap v1126: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 139 KiB/s rd, 435 KiB/s wr, 469 op/s 2023-10-14T00:17:20.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:17:20 smithi055 ceph-mon[185614]: pgmap v1126: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 139 KiB/s rd, 435 KiB/s wr, 469 op/s 2023-10-14T00:17:20.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:17:20 smithi055 ceph-mon[183057]: pgmap v1126: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 139 KiB/s rd, 435 KiB/s wr, 469 op/s 2023-10-14T00:17:22.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:17:22 smithi082 ceph-mon[180771]: pgmap v1127: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:17:22.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:17:22 smithi055 ceph-mon[183057]: pgmap v1127: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:17:22.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:17:22 smithi055 ceph-mon[185614]: pgmap v1127: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:17:24.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:17:24 smithi082 ceph-mon[180771]: pgmap v1128: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:17:24.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:17:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:17:24.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:17:24 smithi055 ceph-mon[183057]: pgmap v1128: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:17:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:17:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:17:24.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:17:24 smithi055 ceph-mon[185614]: pgmap v1128: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:17:24.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:17:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:17:25.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:17:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:17:25] "GET /metrics HTTP/1.1" 200 36228 "" "Prometheus/2.43.0" 2023-10-14T00:17:26.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:17:26 smithi082 ceph-mon[180771]: pgmap v1129: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:17:26.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:17:26 smithi055 ceph-mon[185614]: pgmap v1129: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:17:26.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:17:26 smithi055 ceph-mon[183057]: pgmap v1129: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:17:27.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:17:27 smithi055 ceph-mon[185614]: pgmap v1130: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:17:27.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:17:27 smithi055 ceph-mon[183057]: pgmap v1130: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:17:27.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:17:27 smithi082 ceph-mon[180771]: pgmap v1130: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:17:30.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:17:30 smithi082 ceph-mon[180771]: pgmap v1131: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:17:30.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:17:30 smithi055 ceph-mon[185614]: pgmap v1131: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:17:30.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:17:30 smithi055 ceph-mon[183057]: pgmap v1131: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:17:32.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:17:32 smithi082 ceph-mon[180771]: pgmap v1132: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:17:32.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:17:32 smithi055 ceph-mon[185614]: pgmap v1132: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:17:32.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:17:32 smithi055 ceph-mon[183057]: pgmap v1132: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:17:34.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:17:34 smithi082 ceph-mon[180771]: pgmap v1133: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:17:34.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:17:34 smithi055 ceph-mon[185614]: pgmap v1133: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:17:34.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:17:34 smithi055 ceph-mon[183057]: pgmap v1133: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:17:35.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:17:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:17:35] "GET /metrics HTTP/1.1" 200 36228 "" "Prometheus/2.43.0" 2023-10-14T00:17:36.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:17:36 smithi082 ceph-mon[180771]: pgmap v1134: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:17:36.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:17:36 smithi055 ceph-mon[185614]: pgmap v1134: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:17:36.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:17:36 smithi055 ceph-mon[183057]: pgmap v1134: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:17:37.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:17:37 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:17:37.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:17:37 smithi082 ceph-mon[180771]: pgmap v1135: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:17:37.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:17:37 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:17:37.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:17:37 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:17:37.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:17:37 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:17:37.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:17:37 smithi055 ceph-mon[185614]: pgmap v1135: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:17:37.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:17:37 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:17:37.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:17:37 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:17:37.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:17:37 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:17:37.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:17:37 smithi055 ceph-mon[183057]: pgmap v1135: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:17:37.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:17:37 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:17:37.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:17:37 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:17:38.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:17:38 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:17:38.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:17:38 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:17:38.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:17:38 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:17:38.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:17:38 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:17:38.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:17:38 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:17:38.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:17:38 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:17:38.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:17:38 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:17:38.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:17:38 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:17:38.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:17:38 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:17:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:17:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:17:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:17:39 smithi082 ceph-mon[180771]: pgmap v1136: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:17:39.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:17:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:17:39.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:17:39 smithi055 ceph-mon[185614]: pgmap v1136: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:17:39.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:17:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:17:39.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:17:39 smithi055 ceph-mon[183057]: pgmap v1136: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:17:42.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:17:42 smithi082 ceph-mon[180771]: pgmap v1137: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:17:42.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:17:42 smithi055 ceph-mon[185614]: pgmap v1137: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:17:42.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:17:42 smithi055 ceph-mon[183057]: pgmap v1137: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:17:44.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:17:44 smithi082 ceph-mon[180771]: pgmap v1138: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:17:44.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:17:44 smithi055 ceph-mon[185614]: pgmap v1138: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:17:44.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:17:44 smithi055 ceph-mon[183057]: pgmap v1138: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:17:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:17:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:17:45] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T00:17:46.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:17:46 smithi082 ceph-mon[180771]: pgmap v1139: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:17:46.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:17:46 smithi055 ceph-mon[185614]: pgmap v1139: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:17:46.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:17:46 smithi055 ceph-mon[183057]: pgmap v1139: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:17:47.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:17:47 smithi082 ceph-mon[180771]: pgmap v1140: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:17:47.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:17:47 smithi055 ceph-mon[185614]: pgmap v1140: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:17:47.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:17:47 smithi055 ceph-mon[183057]: pgmap v1140: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:17:50.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:17:50 smithi082 ceph-mon[180771]: pgmap v1141: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:17:50.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:17:50 smithi055 ceph-mon[185614]: pgmap v1141: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:17:50.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:17:50 smithi055 ceph-mon[183057]: pgmap v1141: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:17:52.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:17:52 smithi082 ceph-mon[180771]: pgmap v1142: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:17:52.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:17:52 smithi055 ceph-mon[185614]: pgmap v1142: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:17:52.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:17:52 smithi055 ceph-mon[183057]: pgmap v1142: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:17:54.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:17:54 smithi082 ceph-mon[180771]: pgmap v1143: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:17:54.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:17:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:17:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:17:54 smithi055 ceph-mon[185614]: pgmap v1143: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:17:54.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:17:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:17:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:17:54 smithi055 ceph-mon[183057]: pgmap v1143: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:17:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:17:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:17:55.518 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:17:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:17:55] "GET /metrics HTTP/1.1" 200 36224 "" "Prometheus/2.43.0" 2023-10-14T00:17:56.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:17:56 smithi082 ceph-mon[180771]: pgmap v1144: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:17:56.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:17:56 smithi055 ceph-mon[185614]: pgmap v1144: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:17:56.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:17:56 smithi055 ceph-mon[183057]: pgmap v1144: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:17:57.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:17:57 smithi082 ceph-mon[180771]: pgmap v1145: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:17:57.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:17:57 smithi055 ceph-mon[185614]: pgmap v1145: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:17:57.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:17:57 smithi055 ceph-mon[183057]: pgmap v1145: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:00.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:18:00 smithi082 ceph-mon[180771]: pgmap v1146: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:00.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:18:00 smithi055 ceph-mon[185614]: pgmap v1146: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:00.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:18:00 smithi055 ceph-mon[183057]: pgmap v1146: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:02.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:18:02 smithi082 ceph-mon[180771]: pgmap v1147: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:02.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:18:02 smithi055 ceph-mon[185614]: pgmap v1147: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:02.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:18:02 smithi055 ceph-mon[183057]: pgmap v1147: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:04.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:18:04 smithi082 ceph-mon[180771]: pgmap v1148: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:04.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:18:04 smithi055 ceph-mon[185614]: pgmap v1148: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:04.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:18:04 smithi055 ceph-mon[183057]: pgmap v1148: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:05.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:18:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:18:05] "GET /metrics HTTP/1.1" 200 36224 "" "Prometheus/2.43.0" 2023-10-14T00:18:06.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:18:06 smithi082 ceph-mon[180771]: pgmap v1149: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:06.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:18:06 smithi055 ceph-mon[185614]: pgmap v1149: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:06.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:18:06 smithi055 ceph-mon[183057]: pgmap v1149: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:07.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:18:07 smithi055 ceph-mon[185614]: pgmap v1150: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:07.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:18:07 smithi055 ceph-mon[183057]: pgmap v1150: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:07.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:18:07 smithi082 ceph-mon[180771]: pgmap v1150: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:09.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:18:08 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:18:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:18:08 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:18:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:18:08 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:18:10.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:18:09 smithi055 ceph-mon[185614]: pgmap v1151: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:18:09 smithi055 ceph-mon[183057]: pgmap v1151: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:10.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:18:09 smithi082 ceph-mon[180771]: pgmap v1151: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:12.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:18:12 smithi082 ceph-mon[180771]: pgmap v1152: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:12.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:18:12 smithi055 ceph-mon[185614]: pgmap v1152: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:12.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:18:12 smithi055 ceph-mon[183057]: pgmap v1152: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:14.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:18:14 smithi082 ceph-mon[180771]: pgmap v1153: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:14.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:18:14 smithi055 ceph-mon[185614]: pgmap v1153: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:14.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:18:14 smithi055 ceph-mon[183057]: pgmap v1153: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:15.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:18:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:18:15] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T00:18:16.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:18:16 smithi082 ceph-mon[180771]: pgmap v1154: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:16.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:18:16 smithi055 ceph-mon[185614]: pgmap v1154: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:16.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:18:16 smithi055 ceph-mon[183057]: pgmap v1154: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:17.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:18:17 smithi082 ceph-mon[180771]: pgmap v1155: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:17.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:18:17 smithi055 ceph-mon[185614]: pgmap v1155: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:17.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:18:17 smithi055 ceph-mon[183057]: pgmap v1155: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:20.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:18:20 smithi082 ceph-mon[180771]: pgmap v1156: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:20.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:18:20 smithi055 ceph-mon[185614]: pgmap v1156: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:20.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:18:20 smithi055 ceph-mon[183057]: pgmap v1156: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:22.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:18:22 smithi082 ceph-mon[180771]: pgmap v1157: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:22.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:18:22 smithi055 ceph-mon[185614]: pgmap v1157: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:22.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:18:22 smithi055 ceph-mon[183057]: pgmap v1157: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:24.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:18:24 smithi082 ceph-mon[180771]: pgmap v1158: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:24.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:18:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:18:24.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:18:24 smithi055 ceph-mon[183057]: pgmap v1158: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:18:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:18:24.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:18:24 smithi055 ceph-mon[185614]: pgmap v1158: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:24.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:18:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:18:25.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:18:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:18:25] "GET /metrics HTTP/1.1" 200 36227 "" "Prometheus/2.43.0" 2023-10-14T00:18:26.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:18:26 smithi082 ceph-mon[180771]: pgmap v1159: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:26.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:18:26 smithi055 ceph-mon[185614]: pgmap v1159: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:26.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:18:26 smithi055 ceph-mon[183057]: pgmap v1159: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:27.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:18:27 smithi082 ceph-mon[180771]: pgmap v1160: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:27.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:18:27 smithi055 ceph-mon[185614]: pgmap v1160: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:27.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:18:27 smithi055 ceph-mon[183057]: pgmap v1160: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:30.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:18:30 smithi082 ceph-mon[180771]: pgmap v1161: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:30.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:18:30 smithi055 ceph-mon[185614]: pgmap v1161: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:30.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:18:30 smithi055 ceph-mon[183057]: pgmap v1161: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:32.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:18:32 smithi082 ceph-mon[180771]: pgmap v1162: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:32.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:18:32 smithi055 ceph-mon[185614]: pgmap v1162: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:32.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:18:32 smithi055 ceph-mon[183057]: pgmap v1162: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:34.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:18:34 smithi082 ceph-mon[180771]: pgmap v1163: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:34.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:18:34 smithi055 ceph-mon[185614]: pgmap v1163: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:34.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:18:34 smithi055 ceph-mon[183057]: pgmap v1163: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:35.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:18:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:18:35] "GET /metrics HTTP/1.1" 200 36227 "" "Prometheus/2.43.0" 2023-10-14T00:18:36.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:18:36 smithi082 ceph-mon[180771]: pgmap v1164: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:36.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:18:36 smithi055 ceph-mon[185614]: pgmap v1164: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:36.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:18:36 smithi055 ceph-mon[183057]: pgmap v1164: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:37.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:18:37 smithi082 ceph-mon[180771]: pgmap v1165: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:37.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:18:37 smithi055 ceph-mon[185614]: pgmap v1165: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:37.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:18:37 smithi055 ceph-mon[183057]: pgmap v1165: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:38.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:18:38 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:18:38.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:18:38 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:18:38.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:18:38 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:18:38.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:18:38 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:18:38.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:18:38 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:18:38.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:18:38 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:18:38.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:18:38 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:18:38.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:18:38 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:18:38.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:18:38 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:18:38.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:18:38 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:18:38.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:18:38 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:18:38.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:18:38 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:18:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:18:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:18:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:18:39 smithi082 ceph-mon[180771]: pgmap v1166: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:39.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:18:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:18:39.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:18:39 smithi055 ceph-mon[185614]: pgmap v1166: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:39.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:18:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:18:39.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:18:39 smithi055 ceph-mon[183057]: pgmap v1166: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:42.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:18:42 smithi082 ceph-mon[180771]: pgmap v1167: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:42.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:18:42 smithi055 ceph-mon[183057]: pgmap v1167: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:42.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:18:42 smithi055 ceph-mon[185614]: pgmap v1167: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:44.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:18:44 smithi082 ceph-mon[180771]: pgmap v1168: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:44.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:18:44 smithi055 ceph-mon[185614]: pgmap v1168: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:44.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:18:44 smithi055 ceph-mon[183057]: pgmap v1168: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:45.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:18:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:18:45] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T00:18:46.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:18:46 smithi082 ceph-mon[180771]: pgmap v1169: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:46.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:18:46 smithi055 ceph-mon[185614]: pgmap v1169: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:46.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:18:46 smithi055 ceph-mon[183057]: pgmap v1169: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:47.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:18:47 smithi082 ceph-mon[180771]: pgmap v1170: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:47.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:18:47 smithi055 ceph-mon[185614]: pgmap v1170: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:47.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:18:47 smithi055 ceph-mon[183057]: pgmap v1170: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:50.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:18:50 smithi082 ceph-mon[180771]: pgmap v1171: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:50.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:18:50 smithi055 ceph-mon[185614]: pgmap v1171: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:50.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:18:50 smithi055 ceph-mon[183057]: pgmap v1171: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:52.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:18:52 smithi082 ceph-mon[180771]: pgmap v1172: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:52.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:18:52 smithi055 ceph-mon[185614]: pgmap v1172: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:52.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:18:52 smithi055 ceph-mon[183057]: pgmap v1172: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:54.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:18:54 smithi082 ceph-mon[180771]: pgmap v1173: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:54.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:18:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:18:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:18:54 smithi055 ceph-mon[185614]: pgmap v1173: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:54.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:18:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:18:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:18:54 smithi055 ceph-mon[183057]: pgmap v1173: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:18:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:18:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:18:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:18:55] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T00:18:56.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:18:56 smithi082 ceph-mon[180771]: pgmap v1174: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:56.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:18:56 smithi055 ceph-mon[185614]: pgmap v1174: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:56.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:18:56 smithi055 ceph-mon[183057]: pgmap v1174: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:57.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:18:57 smithi082 ceph-mon[180771]: pgmap v1175: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:57.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:18:57 smithi055 ceph-mon[185614]: pgmap v1175: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:18:57.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:18:57 smithi055 ceph-mon[183057]: pgmap v1175: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:00.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:19:00 smithi082 ceph-mon[180771]: pgmap v1176: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:00.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:19:00 smithi055 ceph-mon[185614]: pgmap v1176: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:00.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:19:00 smithi055 ceph-mon[183057]: pgmap v1176: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:02.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:19:02 smithi082 ceph-mon[180771]: pgmap v1177: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:02.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:19:02 smithi055 ceph-mon[185614]: pgmap v1177: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:02.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:19:02 smithi055 ceph-mon[183057]: pgmap v1177: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:04.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:19:04 smithi082 ceph-mon[180771]: pgmap v1178: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:04.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:19:04 smithi055 ceph-mon[183057]: pgmap v1178: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:04.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:19:04 smithi055 ceph-mon[185614]: pgmap v1178: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:19:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:19:05] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T00:19:06.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:19:06 smithi082 ceph-mon[180771]: pgmap v1179: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:06.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:19:06 smithi055 ceph-mon[185614]: pgmap v1179: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:06.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:19:06 smithi055 ceph-mon[183057]: pgmap v1179: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:07.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:19:07 smithi082 ceph-mon[180771]: pgmap v1180: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:07.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:19:07 smithi055 ceph-mon[185614]: pgmap v1180: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:07.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:19:07 smithi055 ceph-mon[183057]: pgmap v1180: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:09.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:19:08 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:19:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:19:08 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:19:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:19:08 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:19:10.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:19:09 smithi055 ceph-mon[185614]: pgmap v1181: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:19:09 smithi055 ceph-mon[183057]: pgmap v1181: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:10.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:19:09 smithi082 ceph-mon[180771]: pgmap v1181: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:12.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:19:12 smithi082 ceph-mon[180771]: pgmap v1182: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:12.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:19:12 smithi055 ceph-mon[185614]: pgmap v1182: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:12.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:19:12 smithi055 ceph-mon[183057]: pgmap v1182: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:14.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:19:14 smithi082 ceph-mon[180771]: pgmap v1183: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:14.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:19:14 smithi055 ceph-mon[185614]: pgmap v1183: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:14.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:19:14 smithi055 ceph-mon[183057]: pgmap v1183: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:15.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:19:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:19:15] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T00:19:16.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:19:16 smithi082 ceph-mon[180771]: pgmap v1184: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:16.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:19:16 smithi055 ceph-mon[185614]: pgmap v1184: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:16.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:19:16 smithi055 ceph-mon[183057]: pgmap v1184: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:17.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:19:17 smithi082 ceph-mon[180771]: pgmap v1185: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:17.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:19:17 smithi055 ceph-mon[185614]: pgmap v1185: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:17.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:19:17 smithi055 ceph-mon[183057]: pgmap v1185: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:20.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:19:20 smithi082 ceph-mon[180771]: pgmap v1186: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:20.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:19:20 smithi055 ceph-mon[185614]: pgmap v1186: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:20.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:19:20 smithi055 ceph-mon[183057]: pgmap v1186: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:22.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:19:22 smithi082 ceph-mon[180771]: pgmap v1187: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:22.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:19:22 smithi055 ceph-mon[185614]: pgmap v1187: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:22.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:19:22 smithi055 ceph-mon[183057]: pgmap v1187: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:24.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:19:24 smithi082 ceph-mon[180771]: pgmap v1188: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:24.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:19:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:19:24.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:19:24 smithi055 ceph-mon[185614]: pgmap v1188: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:24.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:19:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:19:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:19:24 smithi055 ceph-mon[183057]: pgmap v1188: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:19:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:19:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:19:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:19:25] "GET /metrics HTTP/1.1" 200 36228 "" "Prometheus/2.43.0" 2023-10-14T00:19:26.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:19:26 smithi082 ceph-mon[180771]: pgmap v1189: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:26.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:19:26 smithi055 ceph-mon[185614]: pgmap v1189: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:26.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:19:26 smithi055 ceph-mon[183057]: pgmap v1189: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:27.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:19:27 smithi082 ceph-mon[180771]: pgmap v1190: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:27.626 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:19:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[225424]: logger=sqlstore.transactions t=2023-10-14T00:19:27.472923207Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=0 code="database is locked" 2023-10-14T00:19:27.626 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:19:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[225424]: logger=cleanup t=2023-10-14T00:19:27.475275785Z level=info msg="Completed cleanup jobs" duration=12.602087ms 2023-10-14T00:19:27.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:19:27 smithi055 ceph-mon[185614]: pgmap v1190: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:27.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:19:27 smithi055 ceph-mon[183057]: pgmap v1190: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:30.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:19:30 smithi082 ceph-mon[180771]: pgmap v1191: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:30.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:19:30 smithi055 ceph-mon[185614]: pgmap v1191: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:30.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:19:30 smithi055 ceph-mon[183057]: pgmap v1191: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:32.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:19:32 smithi082 ceph-mon[180771]: pgmap v1192: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:32.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:19:32 smithi055 ceph-mon[185614]: pgmap v1192: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:32.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:19:32 smithi055 ceph-mon[183057]: pgmap v1192: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:34.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:19:34 smithi082 ceph-mon[180771]: pgmap v1193: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:34.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:19:34 smithi055 ceph-mon[185614]: pgmap v1193: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:34.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:19:34 smithi055 ceph-mon[183057]: pgmap v1193: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:35.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:19:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:19:35] "GET /metrics HTTP/1.1" 200 36228 "" "Prometheus/2.43.0" 2023-10-14T00:19:36.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:19:36 smithi082 ceph-mon[180771]: pgmap v1194: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:36.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:19:36 smithi055 ceph-mon[185614]: pgmap v1194: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:36.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:19:36 smithi055 ceph-mon[183057]: pgmap v1194: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:37.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:19:37 smithi082 ceph-mon[180771]: pgmap v1195: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:37.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:19:37 smithi055 ceph-mon[185614]: pgmap v1195: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:37.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:19:37 smithi055 ceph-mon[183057]: pgmap v1195: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:38.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:19:38 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:19:38.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:19:38 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:19:38.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:19:38 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:19:39.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:19:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:19:39.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:19:39 smithi055 ceph-mon[185614]: pgmap v1196: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:19:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:19:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:19:39 smithi055 ceph-mon[183057]: pgmap v1196: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:39.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:19:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:19:39.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:19:39 smithi082 ceph-mon[180771]: pgmap v1196: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:41.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:19:41 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:19:41.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:19:41 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:19:41.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:19:41 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:19:41.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:19:41 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:19:41.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:19:41 smithi082 ceph-mon[180771]: pgmap v1197: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:41.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:19:41 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:19:41.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:19:41 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:19:41.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:19:41 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:19:42.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:19:41 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:19:42.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:19:41 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:19:42.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:19:41 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:19:42.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:19:41 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:19:42.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:19:41 smithi055 ceph-mon[185614]: pgmap v1197: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:42.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:19:41 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:19:42.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:19:41 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:19:42.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:19:41 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:19:42.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:19:41 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:19:42.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:19:41 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:19:42.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:19:41 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:19:42.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:19:41 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:19:42.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:19:41 smithi055 ceph-mon[183057]: pgmap v1197: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:42.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:19:41 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:19:42.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:19:41 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:19:42.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:19:41 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:19:44.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:19:44 smithi082 ceph-mon[180771]: pgmap v1198: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:44.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:19:44 smithi055 ceph-mon[185614]: pgmap v1198: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:44.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:19:44 smithi055 ceph-mon[183057]: pgmap v1198: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:45.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:19:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:19:45] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T00:19:46.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:19:46 smithi082 ceph-mon[180771]: pgmap v1199: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:46.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:19:46 smithi055 ceph-mon[185614]: pgmap v1199: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:46.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:19:46 smithi055 ceph-mon[183057]: pgmap v1199: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:47.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:19:47 smithi082 ceph-mon[180771]: pgmap v1200: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:47.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:19:47 smithi055 ceph-mon[185614]: pgmap v1200: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:47.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:19:47 smithi055 ceph-mon[183057]: pgmap v1200: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:50.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:19:50 smithi082 ceph-mon[180771]: pgmap v1201: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:50.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:19:50 smithi055 ceph-mon[185614]: pgmap v1201: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:50.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:19:50 smithi055 ceph-mon[183057]: pgmap v1201: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:52.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:19:52 smithi082 ceph-mon[180771]: pgmap v1202: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:52.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:19:52 smithi055 ceph-mon[185614]: pgmap v1202: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:52.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:19:52 smithi055 ceph-mon[183057]: pgmap v1202: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:54.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:19:54 smithi082 ceph-mon[180771]: pgmap v1203: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:54.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:19:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:19:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:19:54 smithi055 ceph-mon[185614]: pgmap v1203: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:54.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:19:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:19:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:19:54 smithi055 ceph-mon[183057]: pgmap v1203: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:19:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:19:55.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:19:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:19:55] "GET /metrics HTTP/1.1" 200 36227 "" "Prometheus/2.43.0" 2023-10-14T00:19:56.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:19:56 smithi082 ceph-mon[180771]: pgmap v1204: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:56.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:19:56 smithi055 ceph-mon[185614]: pgmap v1204: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:56.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:19:56 smithi055 ceph-mon[183057]: pgmap v1204: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:57.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:19:57 smithi082 ceph-mon[180771]: pgmap v1205: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:57.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:19:57 smithi055 ceph-mon[185614]: pgmap v1205: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:19:57.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:19:57 smithi055 ceph-mon[183057]: pgmap v1205: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:00.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:20:00 smithi082 ceph-mon[180771]: pgmap v1206: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:00.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:20:00 smithi082 ceph-mon[180771]: overall HEALTH_OK 2023-10-14T00:20:00.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:20:00 smithi055 ceph-mon[185614]: pgmap v1206: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:00.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:20:00 smithi055 ceph-mon[185614]: overall HEALTH_OK 2023-10-14T00:20:00.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:20:00 smithi055 ceph-mon[183057]: pgmap v1206: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:00.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:20:00 smithi055 ceph-mon[183057]: overall HEALTH_OK 2023-10-14T00:20:02.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:20:02 smithi082 ceph-mon[180771]: pgmap v1207: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:02.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:20:02 smithi055 ceph-mon[185614]: pgmap v1207: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:02.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:20:02 smithi055 ceph-mon[183057]: pgmap v1207: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:04.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:20:04 smithi082 ceph-mon[180771]: pgmap v1208: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:04.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:20:04 smithi055 ceph-mon[185614]: pgmap v1208: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:04.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:20:04 smithi055 ceph-mon[183057]: pgmap v1208: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:05.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:20:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:20:05] "GET /metrics HTTP/1.1" 200 36227 "" "Prometheus/2.43.0" 2023-10-14T00:20:06.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:20:06 smithi082 ceph-mon[180771]: pgmap v1209: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:06.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:20:06 smithi055 ceph-mon[183057]: pgmap v1209: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:06.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:20:06 smithi055 ceph-mon[185614]: pgmap v1209: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:07.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:20:07 smithi082 ceph-mon[180771]: pgmap v1210: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:07.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:20:07 smithi055 ceph-mon[185614]: pgmap v1210: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:07.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:20:07 smithi055 ceph-mon[183057]: pgmap v1210: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:09.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:20:08 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:20:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:20:08 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:20:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:20:08 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:20:10.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:20:09 smithi055 ceph-mon[185614]: pgmap v1211: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:20:09 smithi055 ceph-mon[183057]: pgmap v1211: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:10.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:20:09 smithi082 ceph-mon[180771]: pgmap v1211: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:12.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:20:12 smithi082 ceph-mon[180771]: pgmap v1212: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:12.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:20:12 smithi055 ceph-mon[185614]: pgmap v1212: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:12.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:20:12 smithi055 ceph-mon[183057]: pgmap v1212: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:14.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:20:14 smithi082 ceph-mon[180771]: pgmap v1213: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:14.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:20:14 smithi055 ceph-mon[185614]: pgmap v1213: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:14.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:20:14 smithi055 ceph-mon[183057]: pgmap v1213: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:15.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:20:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:20:15] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T00:20:16.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:20:16 smithi082 ceph-mon[180771]: pgmap v1214: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:16.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:20:16 smithi055 ceph-mon[185614]: pgmap v1214: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:16.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:20:16 smithi055 ceph-mon[183057]: pgmap v1214: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:17.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:20:17 smithi082 ceph-mon[180771]: pgmap v1215: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:17.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:20:17 smithi055 ceph-mon[185614]: pgmap v1215: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:17.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:20:17 smithi055 ceph-mon[183057]: pgmap v1215: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:20.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:20:20 smithi082 ceph-mon[180771]: pgmap v1216: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:20.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:20:20 smithi055 ceph-mon[185614]: pgmap v1216: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:20.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:20:20 smithi055 ceph-mon[183057]: pgmap v1216: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:22.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:20:22 smithi082 ceph-mon[180771]: pgmap v1217: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:22.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:20:22 smithi055 ceph-mon[185614]: pgmap v1217: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:22.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:20:22 smithi055 ceph-mon[183057]: pgmap v1217: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:24.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:20:24 smithi082 ceph-mon[180771]: pgmap v1218: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:24.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:20:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:20:24.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:20:24 smithi055 ceph-mon[185614]: pgmap v1218: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:24.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:20:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:20:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:20:24 smithi055 ceph-mon[183057]: pgmap v1218: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:20:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:20:25.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:20:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:20:25] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T00:20:26.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:20:26 smithi082 ceph-mon[180771]: pgmap v1219: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:26.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:20:26 smithi055 ceph-mon[185614]: pgmap v1219: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:26.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:20:26 smithi055 ceph-mon[183057]: pgmap v1219: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:27.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:20:27 smithi082 ceph-mon[180771]: pgmap v1220: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:27.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:20:27 smithi055 ceph-mon[185614]: pgmap v1220: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:27.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:20:27 smithi055 ceph-mon[183057]: pgmap v1220: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:30.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:20:30 smithi082 ceph-mon[180771]: pgmap v1221: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:30.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:20:30 smithi055 ceph-mon[185614]: pgmap v1221: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:30.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:20:30 smithi055 ceph-mon[183057]: pgmap v1221: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:32.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:20:32 smithi082 ceph-mon[180771]: pgmap v1222: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:32.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:20:32 smithi055 ceph-mon[185614]: pgmap v1222: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:32.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:20:32 smithi055 ceph-mon[183057]: pgmap v1222: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:34.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:20:34 smithi082 ceph-mon[180771]: pgmap v1223: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:34.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:20:34 smithi055 ceph-mon[185614]: pgmap v1223: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:34.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:20:34 smithi055 ceph-mon[183057]: pgmap v1223: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:35.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:20:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:20:35] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T00:20:36.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:20:36 smithi082 ceph-mon[180771]: pgmap v1224: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:36.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:20:36 smithi055 ceph-mon[185614]: pgmap v1224: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:36.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:20:36 smithi055 ceph-mon[183057]: pgmap v1224: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:37.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:20:37 smithi082 ceph-mon[180771]: pgmap v1225: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:37.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:20:37 smithi055 ceph-mon[185614]: pgmap v1225: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:37.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:20:37 smithi055 ceph-mon[183057]: pgmap v1225: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:39.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:20:38 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:20:39.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:20:38 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:20:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:20:38 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:20:40.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:20:39 smithi055 ceph-mon[185614]: pgmap v1226: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:20:39 smithi055 ceph-mon[183057]: pgmap v1226: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:40.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:20:39 smithi082 ceph-mon[180771]: pgmap v1226: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:42.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:20:42 smithi082 ceph-mon[180771]: pgmap v1227: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:42.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:20:42 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:20:42.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:20:42 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:20:42.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:20:42 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:20:42.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:20:42 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:20:42.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:20:42 smithi055 ceph-mon[185614]: pgmap v1227: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:42.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:20:42 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:20:42.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:20:42 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:20:42.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:20:42 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:20:42.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:20:42 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:20:42.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:20:42 smithi055 ceph-mon[183057]: pgmap v1227: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:42.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:20:42 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:20:42.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:20:42 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:20:42.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:20:42 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:20:42.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:20:42 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:20:44.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:20:44 smithi082 ceph-mon[180771]: pgmap v1228: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:44.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:20:44 smithi055 ceph-mon[183057]: pgmap v1228: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:44.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:20:44 smithi055 ceph-mon[185614]: pgmap v1228: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:20:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:20:45] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T00:20:46.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:20:46 smithi082 ceph-mon[180771]: pgmap v1229: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:46.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:20:46 smithi055 ceph-mon[185614]: pgmap v1229: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:46.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:20:46 smithi055 ceph-mon[183057]: pgmap v1229: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:47.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:20:47 smithi082 ceph-mon[180771]: pgmap v1230: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:47.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:20:47 smithi055 ceph-mon[185614]: pgmap v1230: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:47.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:20:47 smithi055 ceph-mon[183057]: pgmap v1230: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:50.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:20:50 smithi082 ceph-mon[180771]: pgmap v1231: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:50.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:20:50 smithi055 ceph-mon[185614]: pgmap v1231: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:50.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:20:50 smithi055 ceph-mon[183057]: pgmap v1231: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:52.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:20:52 smithi082 ceph-mon[180771]: pgmap v1232: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:52.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:20:52 smithi055 ceph-mon[185614]: pgmap v1232: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:52.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:20:52 smithi055 ceph-mon[183057]: pgmap v1232: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:54.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:20:54 smithi082 ceph-mon[180771]: pgmap v1233: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:54.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:20:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:20:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:20:54 smithi055 ceph-mon[185614]: pgmap v1233: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:54.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:20:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:20:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:20:54 smithi055 ceph-mon[183057]: pgmap v1233: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:20:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:20:55.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:20:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:20:55] "GET /metrics HTTP/1.1" 200 36228 "" "Prometheus/2.43.0" 2023-10-14T00:20:56.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:20:56 smithi082 ceph-mon[180771]: pgmap v1234: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:56.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:20:56 smithi055 ceph-mon[185614]: pgmap v1234: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:56.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:20:56 smithi055 ceph-mon[183057]: pgmap v1234: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:57.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:20:57 smithi082 ceph-mon[180771]: pgmap v1235: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:57.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:20:57 smithi055 ceph-mon[185614]: pgmap v1235: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:20:57.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:20:57 smithi055 ceph-mon[183057]: pgmap v1235: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:00.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:21:00 smithi082 ceph-mon[180771]: pgmap v1236: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:00.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:21:00 smithi055 ceph-mon[185614]: pgmap v1236: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:00.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:21:00 smithi055 ceph-mon[183057]: pgmap v1236: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:02.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:21:02 smithi082 ceph-mon[180771]: pgmap v1237: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:02.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:21:02 smithi055 ceph-mon[185614]: pgmap v1237: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:02.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:21:02 smithi055 ceph-mon[183057]: pgmap v1237: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:04.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:21:04 smithi082 ceph-mon[180771]: pgmap v1238: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:04.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:21:04 smithi055 ceph-mon[185614]: pgmap v1238: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:04.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:21:04 smithi055 ceph-mon[183057]: pgmap v1238: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:05.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:21:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:21:05] "GET /metrics HTTP/1.1" 200 36228 "" "Prometheus/2.43.0" 2023-10-14T00:21:06.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:21:06 smithi082 ceph-mon[180771]: pgmap v1239: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:06.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:21:06 smithi055 ceph-mon[185614]: pgmap v1239: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:06.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:21:06 smithi055 ceph-mon[183057]: pgmap v1239: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:07.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:21:07 smithi082 ceph-mon[180771]: pgmap v1240: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:07.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:21:07 smithi055 ceph-mon[185614]: pgmap v1240: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:07.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:21:07 smithi055 ceph-mon[183057]: pgmap v1240: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:09.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:21:08 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:21:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:21:08 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:21:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:21:08 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:21:10.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:21:09 smithi055 ceph-mon[185614]: pgmap v1241: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:21:09 smithi055 ceph-mon[183057]: pgmap v1241: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:10.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:21:09 smithi082 ceph-mon[180771]: pgmap v1241: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:12.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:21:12 smithi082 ceph-mon[180771]: pgmap v1242: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:12.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:21:12 smithi055 ceph-mon[185614]: pgmap v1242: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:12.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:21:12 smithi055 ceph-mon[183057]: pgmap v1242: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:14.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:21:14 smithi082 ceph-mon[180771]: pgmap v1243: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:14.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:21:14 smithi055 ceph-mon[185614]: pgmap v1243: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:14.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:21:14 smithi055 ceph-mon[183057]: pgmap v1243: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:15.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:21:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:21:15] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T00:21:16.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:21:16 smithi055 ceph-mon[185614]: pgmap v1244: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:16.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:21:16 smithi055 ceph-mon[183057]: pgmap v1244: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:16.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:21:16 smithi082 ceph-mon[180771]: pgmap v1244: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:17.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:21:17 smithi082 ceph-mon[180771]: pgmap v1245: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:17.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:21:17 smithi055 ceph-mon[185614]: pgmap v1245: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:17.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:21:17 smithi055 ceph-mon[183057]: pgmap v1245: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:20.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:21:20 smithi082 ceph-mon[180771]: pgmap v1246: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:20.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:21:20 smithi055 ceph-mon[185614]: pgmap v1246: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:20.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:21:20 smithi055 ceph-mon[183057]: pgmap v1246: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:22.126 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:21:22 smithi055 ceph-mon[185614]: pgmap v1247: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:22.126 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:21:22 smithi055 ceph-mon[183057]: pgmap v1247: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:22.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:21:22 smithi082 ceph-mon[180771]: pgmap v1247: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:24.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:21:24 smithi055 ceph-mon[185614]: pgmap v1248: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:24.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:21:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:21:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:21:24 smithi055 ceph-mon[183057]: pgmap v1248: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:24.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:21:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:21:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:21:24 smithi082 ceph-mon[180771]: pgmap v1248: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:21:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:21:25.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:21:25 smithi055 ceph-mon[185614]: pgmap v1249: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:21:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:21:25] "GET /metrics HTTP/1.1" 200 36227 "" "Prometheus/2.43.0" 2023-10-14T00:21:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:21:25 smithi055 ceph-mon[183057]: pgmap v1249: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:25.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:21:25 smithi082 ceph-mon[180771]: pgmap v1249: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:27.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:21:27 smithi082 ceph-mon[180771]: pgmap v1250: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:27.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:21:27 smithi055 ceph-mon[185614]: pgmap v1250: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:27.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:21:27 smithi055 ceph-mon[183057]: pgmap v1250: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:30.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:21:30 smithi082 ceph-mon[180771]: pgmap v1251: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:30.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:21:30 smithi055 ceph-mon[185614]: pgmap v1251: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:30.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:21:30 smithi055 ceph-mon[183057]: pgmap v1251: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:32.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:21:32 smithi055 ceph-mon[185614]: pgmap v1252: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:32.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:21:32 smithi055 ceph-mon[183057]: pgmap v1252: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:32.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:21:32 smithi082 ceph-mon[180771]: pgmap v1252: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:34.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:21:34 smithi055 ceph-mon[185614]: pgmap v1253: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:34.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:21:34 smithi055 ceph-mon[183057]: pgmap v1253: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:34.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:21:34 smithi082 ceph-mon[180771]: pgmap v1253: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:35.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:21:35 smithi055 ceph-mon[185614]: pgmap v1254: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:21:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:21:35] "GET /metrics HTTP/1.1" 200 36227 "" "Prometheus/2.43.0" 2023-10-14T00:21:35.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:21:35 smithi055 ceph-mon[183057]: pgmap v1254: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:35.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:21:35 smithi082 ceph-mon[180771]: pgmap v1254: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:37.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:21:37 smithi082 ceph-mon[180771]: pgmap v1255: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:37.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:21:37 smithi055 ceph-mon[185614]: pgmap v1255: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:37.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:21:37 smithi055 ceph-mon[183057]: pgmap v1255: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:39.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:21:38 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:21:39.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:21:38 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:21:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:21:38 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:21:40.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:21:39 smithi055 ceph-mon[185614]: pgmap v1256: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:21:39 smithi055 ceph-mon[183057]: pgmap v1256: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:40.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:21:39 smithi082 ceph-mon[180771]: pgmap v1256: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:42.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:21:42 smithi082 ceph-mon[180771]: pgmap v1257: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:42.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:21:42 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:21:42.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:21:42 smithi055 ceph-mon[183057]: pgmap v1257: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:42.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:21:42 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:21:42.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:21:42 smithi055 ceph-mon[185614]: pgmap v1257: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:42.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:21:42 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:21:43.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:21:43 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:21:43.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:21:43 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:21:43.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:21:43 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:21:43.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:21:43 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:21:43.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:21:43 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:21:43.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:21:43 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:21:43.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:21:43 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:21:43.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:21:43 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:21:43.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:21:43 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:21:44.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:21:44 smithi055 ceph-mon[185614]: pgmap v1258: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:44.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:21:44 smithi055 ceph-mon[183057]: pgmap v1258: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:44.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:21:44 smithi082 ceph-mon[180771]: pgmap v1258: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:45.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:21:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:21:45] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T00:21:45.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:21:45 smithi055 ceph-mon[185614]: pgmap v1259: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:45.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:21:45 smithi055 ceph-mon[183057]: pgmap v1259: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:45.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:21:45 smithi082 ceph-mon[180771]: pgmap v1259: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:47.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:21:47 smithi082 ceph-mon[180771]: pgmap v1260: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:47.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:21:47 smithi055 ceph-mon[185614]: pgmap v1260: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:47.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:21:47 smithi055 ceph-mon[183057]: pgmap v1260: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:50.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:21:50 smithi082 ceph-mon[180771]: pgmap v1261: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:50.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:21:50 smithi055 ceph-mon[185614]: pgmap v1261: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:50.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:21:50 smithi055 ceph-mon[183057]: pgmap v1261: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:52.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:21:52 smithi082 ceph-mon[180771]: pgmap v1262: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:52.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:21:52 smithi055 ceph-mon[185614]: pgmap v1262: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:52.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:21:52 smithi055 ceph-mon[183057]: pgmap v1262: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:54.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:21:54 smithi082 ceph-mon[180771]: pgmap v1263: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:54.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:21:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:21:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:21:54 smithi055 ceph-mon[185614]: pgmap v1263: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:54.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:21:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:21:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:21:54 smithi055 ceph-mon[183057]: pgmap v1263: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:21:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:21:55.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:21:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:21:55] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T00:21:56.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:21:56 smithi055 ceph-mon[185614]: pgmap v1264: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:56.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:21:56 smithi055 ceph-mon[183057]: pgmap v1264: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:56.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:21:56 smithi082 ceph-mon[180771]: pgmap v1264: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:57.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:21:57 smithi082 ceph-mon[180771]: pgmap v1265: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:57.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:21:57 smithi055 ceph-mon[185614]: pgmap v1265: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:21:57.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:21:57 smithi055 ceph-mon[183057]: pgmap v1265: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:00.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:22:00 smithi082 ceph-mon[180771]: pgmap v1266: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:00.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:22:00 smithi055 ceph-mon[185614]: pgmap v1266: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:00.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:22:00 smithi055 ceph-mon[183057]: pgmap v1266: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:02.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:22:02 smithi055 ceph-mon[185614]: pgmap v1267: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:02.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:22:02 smithi055 ceph-mon[183057]: pgmap v1267: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:02.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:22:02 smithi082 ceph-mon[180771]: pgmap v1267: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:03.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:22:03 smithi055 ceph-mon[185614]: pgmap v1268: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:03.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:22:03 smithi055 ceph-mon[183057]: pgmap v1268: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:03.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:22:03 smithi082 ceph-mon[180771]: pgmap v1268: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:22:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:22:05] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T00:22:06.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:22:06 smithi082 ceph-mon[180771]: pgmap v1269: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:06.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:22:06 smithi055 ceph-mon[185614]: pgmap v1269: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:06.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:22:06 smithi055 ceph-mon[183057]: pgmap v1269: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:07.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:22:07 smithi082 ceph-mon[180771]: pgmap v1270: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:07.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:22:07 smithi055 ceph-mon[185614]: pgmap v1270: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:07.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:22:07 smithi055 ceph-mon[183057]: pgmap v1270: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:09.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:22:08 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:22:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:22:08 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:22:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:22:08 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:22:10.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:22:09 smithi055 ceph-mon[185614]: pgmap v1271: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:22:09 smithi055 ceph-mon[183057]: pgmap v1271: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:10.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:22:09 smithi082 ceph-mon[180771]: pgmap v1271: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:12.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:22:12 smithi082 ceph-mon[180771]: pgmap v1272: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:12.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:22:12 smithi055 ceph-mon[185614]: pgmap v1272: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:12.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:22:12 smithi055 ceph-mon[183057]: pgmap v1272: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:14.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:22:14 smithi055 ceph-mon[185614]: pgmap v1273: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:14.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:22:14 smithi055 ceph-mon[183057]: pgmap v1273: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:14.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:22:14 smithi082 ceph-mon[180771]: pgmap v1273: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:15.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:22:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:22:15] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T00:22:16.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:22:16 smithi055 ceph-mon[185614]: pgmap v1274: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:16.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:22:16 smithi055 ceph-mon[183057]: pgmap v1274: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:16.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:22:16 smithi082 ceph-mon[180771]: pgmap v1274: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:17.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:22:17 smithi082 ceph-mon[180771]: pgmap v1275: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:17.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:22:17 smithi055 ceph-mon[185614]: pgmap v1275: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:17.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:22:17 smithi055 ceph-mon[183057]: pgmap v1275: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:20.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:22:20 smithi055 ceph-mon[185614]: pgmap v1276: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:20.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:22:20 smithi055 ceph-mon[183057]: pgmap v1276: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:20.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:22:20 smithi082 ceph-mon[180771]: pgmap v1276: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:22.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:22:22 smithi055 ceph-mon[185614]: pgmap v1277: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:22.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:22:22 smithi055 ceph-mon[183057]: pgmap v1277: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:22.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:22:22 smithi082 ceph-mon[180771]: pgmap v1277: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:23.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:22:23 smithi055 ceph-mon[185614]: pgmap v1278: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:23.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:22:23 smithi055 ceph-mon[183057]: pgmap v1278: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:23.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:22:23 smithi082 ceph-mon[180771]: pgmap v1278: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:24.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:22:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:22:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:22:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:22:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:22:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:22:25.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:22:25 smithi055 ceph-mon[185614]: pgmap v1279: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:22:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:22:25] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T00:22:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:22:25 smithi055 ceph-mon[183057]: pgmap v1279: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:25.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:22:25 smithi082 ceph-mon[180771]: pgmap v1279: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:27.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:22:27 smithi082 ceph-mon[180771]: pgmap v1280: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:27.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:22:27 smithi055 ceph-mon[185614]: pgmap v1280: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:27.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:22:27 smithi055 ceph-mon[183057]: pgmap v1280: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:30.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:22:30 smithi055 ceph-mon[185614]: pgmap v1281: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:30.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:22:30 smithi055 ceph-mon[183057]: pgmap v1281: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:30.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:22:30 smithi082 ceph-mon[180771]: pgmap v1281: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:32.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:22:32 smithi055 ceph-mon[185614]: pgmap v1282: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:32.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:22:32 smithi055 ceph-mon[183057]: pgmap v1282: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:32.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:22:32 smithi082 ceph-mon[180771]: pgmap v1282: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:22:33 smithi055 ceph-mon[183057]: pgmap v1283: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:33.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:22:33 smithi055 ceph-mon[185614]: pgmap v1283: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:33.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:22:33 smithi082 ceph-mon[180771]: pgmap v1283: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:35.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:22:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:22:35] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T00:22:36.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:22:36 smithi055 ceph-mon[185614]: pgmap v1284: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:36.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:22:36 smithi055 ceph-mon[183057]: pgmap v1284: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:36.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:22:36 smithi082 ceph-mon[180771]: pgmap v1284: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:37.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:22:37 smithi082 ceph-mon[180771]: pgmap v1285: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:37.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:22:37 smithi055 ceph-mon[185614]: pgmap v1285: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:37.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:22:37 smithi055 ceph-mon[183057]: pgmap v1285: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:39.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:22:38 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:22:39.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:22:38 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:22:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:22:38 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:22:40.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:22:39 smithi055 ceph-mon[185614]: pgmap v1286: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:22:39 smithi055 ceph-mon[183057]: pgmap v1286: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:40.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:22:39 smithi082 ceph-mon[180771]: pgmap v1286: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:42.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:22:42 smithi055 ceph-mon[185614]: pgmap v1287: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:42.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:22:42 smithi055 ceph-mon[183057]: pgmap v1287: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:42.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:22:42 smithi082 ceph-mon[180771]: pgmap v1287: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:43.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:22:43 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:22:43.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:22:43 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:22:43.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:22:43 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:22:44.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:22:44 smithi055 ceph-mon[185614]: pgmap v1288: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:44.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:22:44 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:22:44.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:22:44 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:22:44.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:22:44 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:22:44.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:22:44 smithi055 ceph-mon[183057]: pgmap v1288: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:44.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:22:44 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:22:44.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:22:44 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:22:44.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:22:44 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:22:44.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:22:44 smithi082 ceph-mon[180771]: pgmap v1288: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:44.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:22:44 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:22:44.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:22:44 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:22:44.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:22:44 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:22:45.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:22:45 smithi055 ceph-mon[185614]: pgmap v1289: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:22:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:22:45] "GET /metrics HTTP/1.1" 200 36227 "" "Prometheus/2.43.0" 2023-10-14T00:22:45.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:22:45 smithi055 ceph-mon[183057]: pgmap v1289: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:45.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:22:45 smithi082 ceph-mon[180771]: pgmap v1289: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:47.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:22:47 smithi082 ceph-mon[180771]: pgmap v1290: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:47.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:22:47 smithi055 ceph-mon[185614]: pgmap v1290: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:47.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:22:47 smithi055 ceph-mon[183057]: pgmap v1290: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:50.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:22:50 smithi055 ceph-mon[185614]: pgmap v1291: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:50.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:22:50 smithi055 ceph-mon[183057]: pgmap v1291: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:50.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:22:50 smithi082 ceph-mon[180771]: pgmap v1291: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:52.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:22:52 smithi055 ceph-mon[185614]: pgmap v1292: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:52.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:22:52 smithi055 ceph-mon[183057]: pgmap v1292: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:52.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:22:52 smithi082 ceph-mon[180771]: pgmap v1292: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:54.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:22:54 smithi055 ceph-mon[185614]: pgmap v1293: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:54.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:22:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:22:54.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:22:54 smithi055 ceph-mon[183057]: pgmap v1293: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:54.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:22:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:22:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:22:54 smithi082 ceph-mon[180771]: pgmap v1293: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:22:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:22:55.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:22:55 smithi055 ceph-mon[185614]: pgmap v1294: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:22:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:22:55] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T00:22:55.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:22:55 smithi055 ceph-mon[183057]: pgmap v1294: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:55.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:22:55 smithi082 ceph-mon[180771]: pgmap v1294: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:57.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:22:57 smithi082 ceph-mon[180771]: pgmap v1295: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:57.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:22:57 smithi055 ceph-mon[185614]: pgmap v1295: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:22:57.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:22:57 smithi055 ceph-mon[183057]: pgmap v1295: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:00.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:23:00 smithi055 ceph-mon[185614]: pgmap v1296: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:00.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:23:00 smithi055 ceph-mon[183057]: pgmap v1296: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:00.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:23:00 smithi082 ceph-mon[180771]: pgmap v1296: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:02.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:23:02 smithi055 ceph-mon[185614]: pgmap v1297: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:02.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:23:02 smithi055 ceph-mon[183057]: pgmap v1297: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:02.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:23:02 smithi082 ceph-mon[180771]: pgmap v1297: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:03.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:23:03 smithi055 ceph-mon[185614]: pgmap v1298: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:03.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:23:03 smithi055 ceph-mon[183057]: pgmap v1298: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:03.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:23:03 smithi082 ceph-mon[180771]: pgmap v1298: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:05.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:23:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:23:05] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T00:23:06.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:23:06 smithi055 ceph-mon[185614]: pgmap v1299: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:06.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:23:06 smithi055 ceph-mon[183057]: pgmap v1299: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:06.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:23:06 smithi082 ceph-mon[180771]: pgmap v1299: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:07.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:23:07 smithi082 ceph-mon[180771]: pgmap v1300: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:07.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:23:07 smithi055 ceph-mon[185614]: pgmap v1300: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:07.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:23:07 smithi055 ceph-mon[183057]: pgmap v1300: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:09.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:23:08 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:23:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:23:08 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:23:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:23:08 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:23:10.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:23:09 smithi055 ceph-mon[185614]: pgmap v1301: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:23:09 smithi055 ceph-mon[183057]: pgmap v1301: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:10.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:23:09 smithi082 ceph-mon[180771]: pgmap v1301: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:12.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:23:12 smithi055 ceph-mon[185614]: pgmap v1302: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:12.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:23:12 smithi055 ceph-mon[183057]: pgmap v1302: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:12.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:23:12 smithi082 ceph-mon[180771]: pgmap v1302: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:13.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:23:13 smithi055 ceph-mon[185614]: pgmap v1303: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:13.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:23:13 smithi055 ceph-mon[183057]: pgmap v1303: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:13.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:23:13 smithi082 ceph-mon[180771]: pgmap v1303: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:15.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:23:15 smithi055 ceph-mon[185614]: pgmap v1304: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:23:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:23:15] "GET /metrics HTTP/1.1" 200 36222 "" "Prometheus/2.43.0" 2023-10-14T00:23:15.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:23:15 smithi055 ceph-mon[183057]: pgmap v1304: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:15.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:23:15 smithi082 ceph-mon[180771]: pgmap v1304: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:17.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:23:17 smithi082 ceph-mon[180771]: pgmap v1305: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:17.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:23:17 smithi055 ceph-mon[185614]: pgmap v1305: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:17.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:23:17 smithi055 ceph-mon[183057]: pgmap v1305: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:20.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:23:20 smithi055 ceph-mon[185614]: pgmap v1306: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:20.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:23:20 smithi055 ceph-mon[183057]: pgmap v1306: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:20.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:23:20 smithi082 ceph-mon[180771]: pgmap v1306: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:21.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:23:21 smithi055 ceph-mon[185614]: pgmap v1307: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:21.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:23:21 smithi055 ceph-mon[183057]: pgmap v1307: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:21.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:23:21 smithi082 ceph-mon[180771]: pgmap v1307: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:23.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:23:23 smithi055 ceph-mon[185614]: pgmap v1308: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:23.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:23:23 smithi055 ceph-mon[183057]: pgmap v1308: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:23.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:23:23 smithi082 ceph-mon[180771]: pgmap v1308: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:24.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:23:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:23:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:23:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:23:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:23:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:23:25.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:23:25 smithi055 ceph-mon[185614]: pgmap v1309: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:23:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:23:25] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T00:23:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:23:25 smithi055 ceph-mon[183057]: pgmap v1309: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:25.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:23:25 smithi082 ceph-mon[180771]: pgmap v1309: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:27.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:23:27 smithi082 ceph-mon[180771]: pgmap v1310: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:27.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:23:27 smithi055 ceph-mon[185614]: pgmap v1310: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:27.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:23:27 smithi055 ceph-mon[183057]: pgmap v1310: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:29.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:23:29 smithi055 ceph-mon[185614]: pgmap v1311: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:23:29 smithi055 ceph-mon[183057]: pgmap v1311: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:29.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:23:29 smithi082 ceph-mon[180771]: pgmap v1311: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:31.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:23:31 smithi055 ceph-mon[185614]: pgmap v1312: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:31.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:23:31 smithi055 ceph-mon[183057]: pgmap v1312: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:31.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:23:31 smithi082 ceph-mon[180771]: pgmap v1312: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:33.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:23:33 smithi055 ceph-mon[185614]: pgmap v1313: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:23:33 smithi055 ceph-mon[183057]: pgmap v1313: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:33.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:23:33 smithi082 ceph-mon[180771]: pgmap v1313: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:35.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:23:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:23:35] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T00:23:35.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:23:35 smithi055 ceph-mon[185614]: pgmap v1314: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:35.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:23:35 smithi055 ceph-mon[183057]: pgmap v1314: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:35.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:23:35 smithi082 ceph-mon[180771]: pgmap v1314: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:37.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:23:37 smithi082 ceph-mon[180771]: pgmap v1315: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:37.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:23:37 smithi055 ceph-mon[185614]: pgmap v1315: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:37.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:23:37 smithi055 ceph-mon[183057]: pgmap v1315: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:39.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:23:38 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:23:39.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:23:38 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:23:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:23:38 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:23:40.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:23:39 smithi055 ceph-mon[185614]: pgmap v1316: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:23:39 smithi055 ceph-mon[183057]: pgmap v1316: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:40.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:23:39 smithi082 ceph-mon[180771]: pgmap v1316: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:41.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:23:41 smithi055 ceph-mon[185614]: pgmap v1317: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:41.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:23:41 smithi055 ceph-mon[183057]: pgmap v1317: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:41.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:23:41 smithi082 ceph-mon[180771]: pgmap v1317: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:43.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:23:43 smithi055 ceph-mon[185614]: pgmap v1318: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:43.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:23:43 smithi055 ceph-mon[183057]: pgmap v1318: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:43.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:23:43 smithi082 ceph-mon[180771]: pgmap v1318: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:44.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:23:44 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:23:44.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:23:44 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:23:44.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:23:44 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:23:44.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:23:44 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:23:44.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:23:44 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:23:44.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:23:44 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:23:44.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:23:44 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:23:44.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:23:44 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:23:44.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:23:44 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:23:44.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:23:44 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:23:44.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:23:44 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:23:44.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:23:44 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:23:45.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:23:45 smithi055 ceph-mon[185614]: pgmap v1319: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:23:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:23:45] "GET /metrics HTTP/1.1" 200 36225 "" "Prometheus/2.43.0" 2023-10-14T00:23:45.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:23:45 smithi055 ceph-mon[183057]: pgmap v1319: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:45.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:23:45 smithi082 ceph-mon[180771]: pgmap v1319: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:47.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:23:47 smithi082 ceph-mon[180771]: pgmap v1320: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:47.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:23:47 smithi055 ceph-mon[185614]: pgmap v1320: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:47.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:23:47 smithi055 ceph-mon[183057]: pgmap v1320: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:49.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:23:49 smithi055 ceph-mon[185614]: pgmap v1321: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:49.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:23:49 smithi055 ceph-mon[183057]: pgmap v1321: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:49.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:23:49 smithi082 ceph-mon[180771]: pgmap v1321: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:51.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:23:51 smithi055 ceph-mon[185614]: pgmap v1322: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:51.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:23:51 smithi055 ceph-mon[183057]: pgmap v1322: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:51.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:23:51 smithi082 ceph-mon[180771]: pgmap v1322: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:53.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:23:53 smithi055 ceph-mon[185614]: pgmap v1323: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:53.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:23:53 smithi055 ceph-mon[183057]: pgmap v1323: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:53.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:23:53 smithi082 ceph-mon[180771]: pgmap v1323: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:23:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:23:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:23:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:23:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:23:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:23:55.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:23:55 smithi055 ceph-mon[185614]: pgmap v1324: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:55.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:23:55 smithi055 ceph-mon[183057]: pgmap v1324: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:55.518 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:23:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:23:55] "GET /metrics HTTP/1.1" 200 36225 "" "Prometheus/2.43.0" 2023-10-14T00:23:55.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:23:55 smithi082 ceph-mon[180771]: pgmap v1324: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:57.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:23:57 smithi082 ceph-mon[180771]: pgmap v1325: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:57.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:23:57 smithi055 ceph-mon[185614]: pgmap v1325: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:57.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:23:57 smithi055 ceph-mon[183057]: pgmap v1325: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:59.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:23:59 smithi055 ceph-mon[185614]: pgmap v1326: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:59.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:23:59 smithi055 ceph-mon[183057]: pgmap v1326: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:23:59.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:23:59 smithi082 ceph-mon[180771]: pgmap v1326: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:24:01.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:24:01 smithi055 ceph-mon[185614]: pgmap v1327: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:24:01.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:24:01 smithi055 ceph-mon[183057]: pgmap v1327: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:24:01.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:24:01 smithi082 ceph-mon[180771]: pgmap v1327: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:24:03.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:24:03 smithi055 ceph-mon[185614]: pgmap v1328: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:24:03.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:24:03 smithi055 ceph-mon[183057]: pgmap v1328: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:24:03.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:24:03 smithi082 ceph-mon[180771]: pgmap v1328: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:24:05.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:24:05 smithi055 ceph-mon[185614]: pgmap v1329: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:24:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:24:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:24:05] "GET /metrics HTTP/1.1" 200 36225 "" "Prometheus/2.43.0" 2023-10-14T00:24:05.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:24:05 smithi055 ceph-mon[183057]: pgmap v1329: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:24:05.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:24:05 smithi082 ceph-mon[180771]: pgmap v1329: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:24:07.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:24:07 smithi082 ceph-mon[180771]: pgmap v1330: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:24:07.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:24:07 smithi055 ceph-mon[185614]: pgmap v1330: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:24:07.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:24:07 smithi055 ceph-mon[183057]: pgmap v1330: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:24:09.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:24:08 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:24:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:24:08 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:24:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:24:08 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:24:10.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:24:09 smithi055 ceph-mon[185614]: pgmap v1331: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:24:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:24:09 smithi055 ceph-mon[183057]: pgmap v1331: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:24:10.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:24:09 smithi082 ceph-mon[180771]: pgmap v1331: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:24:11.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:24:11 smithi055 ceph-mon[185614]: pgmap v1332: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:24:11.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:24:11 smithi055 ceph-mon[183057]: pgmap v1332: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:24:11.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:24:11 smithi082 ceph-mon[180771]: pgmap v1332: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:24:13.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:24:13 smithi055 ceph-mon[185614]: pgmap v1333: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:13.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:24:13 smithi055 ceph-mon[183057]: pgmap v1333: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:13.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:24:13 smithi082 ceph-mon[180771]: pgmap v1333: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:15.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:24:15 smithi055 ceph-mon[185614]: pgmap v1334: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:24:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:24:15] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T00:24:15.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:24:15 smithi055 ceph-mon[183057]: pgmap v1334: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:15.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:24:15 smithi082 ceph-mon[180771]: pgmap v1334: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:17.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:24:17 smithi082 ceph-mon[180771]: pgmap v1335: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:17.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:24:17 smithi055 ceph-mon[185614]: pgmap v1335: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:17.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:24:17 smithi055 ceph-mon[183057]: pgmap v1335: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:19.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:24:19 smithi055 ceph-mon[185614]: pgmap v1336: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:24:19.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:24:19 smithi055 ceph-mon[183057]: pgmap v1336: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:24:19.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:24:19 smithi082 ceph-mon[180771]: pgmap v1336: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:24:21.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:24:21 smithi055 ceph-mon[185614]: pgmap v1337: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:21.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:24:21 smithi055 ceph-mon[183057]: pgmap v1337: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:21.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:24:21 smithi082 ceph-mon[180771]: pgmap v1337: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:23.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:24:23 smithi055 ceph-mon[185614]: pgmap v1338: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:23.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:24:23 smithi055 ceph-mon[183057]: pgmap v1338: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:23.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:24:23 smithi082 ceph-mon[180771]: pgmap v1338: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:24.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:24:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:24:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:24:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:24:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:24:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:24:25.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:24:25 smithi055 ceph-mon[185614]: pgmap v1339: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:24:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:24:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:24:25] "GET /metrics HTTP/1.1" 200 36227 "" "Prometheus/2.43.0" 2023-10-14T00:24:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:24:25 smithi055 ceph-mon[183057]: pgmap v1339: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:24:25.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:24:25 smithi082 ceph-mon[180771]: pgmap v1339: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:24:26.875 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:24:26 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[225424]: logger=sqlstore.transactions t=2023-10-14T00:24:26.572453117Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=0 code="database is locked" 2023-10-14T00:24:27.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:24:27 smithi082 ceph-mon[180771]: pgmap v1340: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:24:27.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:24:27 smithi055 ceph-mon[185614]: pgmap v1340: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:24:27.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:24:27 smithi055 ceph-mon[183057]: pgmap v1340: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T00:24:29.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:24:29 smithi055 ceph-mon[185614]: pgmap v1341: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:24:29 smithi055 ceph-mon[183057]: pgmap v1341: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:29.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:24:29 smithi082 ceph-mon[180771]: pgmap v1341: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:31.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:24:31 smithi055 ceph-mon[185614]: pgmap v1342: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:31.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:24:31 smithi055 ceph-mon[183057]: pgmap v1342: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:31.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:24:31 smithi082 ceph-mon[180771]: pgmap v1342: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:33.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:24:33 smithi055 ceph-mon[185614]: pgmap v1343: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:24:33 smithi055 ceph-mon[183057]: pgmap v1343: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:33.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:24:33 smithi082 ceph-mon[180771]: pgmap v1343: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:35.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:24:35 smithi055 ceph-mon[185614]: pgmap v1344: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:35.518 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:24:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:24:35] "GET /metrics HTTP/1.1" 200 36227 "" "Prometheus/2.43.0" 2023-10-14T00:24:35.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:24:35 smithi055 ceph-mon[183057]: pgmap v1344: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:35.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:24:35 smithi082 ceph-mon[180771]: pgmap v1344: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:37.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:24:37 smithi082 ceph-mon[180771]: pgmap v1345: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:37.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:24:37 smithi055 ceph-mon[185614]: pgmap v1345: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:37.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:24:37 smithi055 ceph-mon[183057]: pgmap v1345: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:39.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:24:38 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:24:39.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:24:38 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:24:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:24:38 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:24:40.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:24:39 smithi055 ceph-mon[185614]: pgmap v1346: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:24:39 smithi055 ceph-mon[183057]: pgmap v1346: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:40.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:24:39 smithi082 ceph-mon[180771]: pgmap v1346: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:41.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:24:41 smithi055 ceph-mon[185614]: pgmap v1347: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:41.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:24:41 smithi055 ceph-mon[183057]: pgmap v1347: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:41.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:24:41 smithi082 ceph-mon[180771]: pgmap v1347: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:43.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:24:43 smithi055 ceph-mon[185614]: pgmap v1348: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:43.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:24:43 smithi055 ceph-mon[183057]: pgmap v1348: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:43.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:24:43 smithi082 ceph-mon[180771]: pgmap v1348: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:44.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:24:44 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:24:44.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:24:44 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:24:44.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:24:44 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:24:45.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:24:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:24:45] "GET /metrics HTTP/1.1" 200 36228 "" "Prometheus/2.43.0" 2023-10-14T00:24:45.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:24:45 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:24:45.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:24:45 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:24:45.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:24:45 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:24:45.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:24:45 smithi055 ceph-mon[185614]: pgmap v1349: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:45.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:24:45 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:24:45.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:24:45 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:24:45.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:24:45 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:24:45.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:24:45 smithi055 ceph-mon[183057]: pgmap v1349: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:45.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:24:45 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:24:45.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:24:45 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:24:45.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:24:45 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:24:45.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:24:45 smithi082 ceph-mon[180771]: pgmap v1349: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:47.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:24:47 smithi082 ceph-mon[180771]: pgmap v1350: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:47.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:24:47 smithi055 ceph-mon[185614]: pgmap v1350: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:47.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:24:47 smithi055 ceph-mon[183057]: pgmap v1350: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:49.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:24:49 smithi055 ceph-mon[185614]: pgmap v1351: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:49.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:24:49 smithi055 ceph-mon[183057]: pgmap v1351: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:49.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:24:49 smithi082 ceph-mon[180771]: pgmap v1351: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:51.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:24:51 smithi055 ceph-mon[185614]: pgmap v1352: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:51.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:24:51 smithi055 ceph-mon[183057]: pgmap v1352: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:51.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:24:51 smithi082 ceph-mon[180771]: pgmap v1352: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:53.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:24:53 smithi055 ceph-mon[185614]: pgmap v1353: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:53.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:24:53 smithi055 ceph-mon[183057]: pgmap v1353: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:53.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:24:53 smithi082 ceph-mon[180771]: pgmap v1353: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:24:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:24:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:24:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:24:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:24:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:24:55.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:24:55 smithi055 ceph-mon[185614]: pgmap v1354: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:24:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:24:55] "GET /metrics HTTP/1.1" 200 36228 "" "Prometheus/2.43.0" 2023-10-14T00:24:55.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:24:55 smithi055 ceph-mon[183057]: pgmap v1354: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:55.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:24:55 smithi082 ceph-mon[180771]: pgmap v1354: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:57.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:24:57 smithi082 ceph-mon[180771]: pgmap v1355: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:57.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:24:57 smithi055 ceph-mon[183057]: pgmap v1355: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:57.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:24:57 smithi055 ceph-mon[185614]: pgmap v1355: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:59.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:24:59 smithi055 ceph-mon[185614]: pgmap v1356: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:59.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:24:59 smithi055 ceph-mon[183057]: pgmap v1356: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:24:59.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:24:59 smithi082 ceph-mon[180771]: pgmap v1356: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:01.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:25:01 smithi055 ceph-mon[185614]: pgmap v1357: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:01.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:25:01 smithi055 ceph-mon[183057]: pgmap v1357: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:01.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:25:01 smithi082 ceph-mon[180771]: pgmap v1357: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:03.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:25:03 smithi055 ceph-mon[185614]: pgmap v1358: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:03.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:25:03 smithi055 ceph-mon[183057]: pgmap v1358: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:03.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:25:03 smithi082 ceph-mon[180771]: pgmap v1358: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:05.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:25:05 smithi055 ceph-mon[185614]: pgmap v1359: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:25:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:25:05] "GET /metrics HTTP/1.1" 200 36228 "" "Prometheus/2.43.0" 2023-10-14T00:25:05.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:25:05 smithi055 ceph-mon[183057]: pgmap v1359: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:05.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:25:05 smithi082 ceph-mon[180771]: pgmap v1359: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:07.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:25:07 smithi082 ceph-mon[180771]: pgmap v1360: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:07.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:25:07 smithi055 ceph-mon[185614]: pgmap v1360: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:07.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:25:07 smithi055 ceph-mon[183057]: pgmap v1360: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:25:08 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:25:09.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:25:08 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:25:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:25:08 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:25:10.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:25:09 smithi055 ceph-mon[185614]: pgmap v1361: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:25:09 smithi055 ceph-mon[183057]: pgmap v1361: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:10.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:25:09 smithi082 ceph-mon[180771]: pgmap v1361: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:11.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:25:11 smithi055 ceph-mon[185614]: pgmap v1362: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:11.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:25:11 smithi055 ceph-mon[183057]: pgmap v1362: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:11.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:25:11 smithi082 ceph-mon[180771]: pgmap v1362: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:13.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:25:13 smithi055 ceph-mon[185614]: pgmap v1363: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:13.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:25:13 smithi055 ceph-mon[183057]: pgmap v1363: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:13.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:25:13 smithi082 ceph-mon[180771]: pgmap v1363: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:15.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:25:15 smithi055 ceph-mon[185614]: pgmap v1364: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:15.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:25:15 smithi055 ceph-mon[183057]: pgmap v1364: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:25:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:25:15] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T00:25:15.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:25:15 smithi082 ceph-mon[180771]: pgmap v1364: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:17.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:25:17 smithi082 ceph-mon[180771]: pgmap v1365: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:17.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:25:17 smithi055 ceph-mon[185614]: pgmap v1365: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:17.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:25:17 smithi055 ceph-mon[183057]: pgmap v1365: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:19.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:25:19 smithi055 ceph-mon[185614]: pgmap v1366: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:19.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:25:19 smithi055 ceph-mon[183057]: pgmap v1366: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:19.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:25:19 smithi082 ceph-mon[180771]: pgmap v1366: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:21.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:25:21 smithi055 ceph-mon[185614]: pgmap v1367: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:21.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:25:21 smithi055 ceph-mon[183057]: pgmap v1367: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:21.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:25:21 smithi082 ceph-mon[180771]: pgmap v1367: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:23.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:25:23 smithi055 ceph-mon[185614]: pgmap v1368: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:23.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:25:23 smithi055 ceph-mon[183057]: pgmap v1368: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:23.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:25:23 smithi082 ceph-mon[180771]: pgmap v1368: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:24.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:25:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:25:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:25:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:25:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:25:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:25:25.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:25:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:25:25] "GET /metrics HTTP/1.1" 200 36227 "" "Prometheus/2.43.0" 2023-10-14T00:25:25.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:25:25 smithi055 ceph-mon[185614]: pgmap v1369: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:25:25 smithi055 ceph-mon[183057]: pgmap v1369: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:25.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:25:25 smithi082 ceph-mon[180771]: pgmap v1369: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:27.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:25:27 smithi082 ceph-mon[180771]: pgmap v1370: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:27.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:25:27 smithi055 ceph-mon[185614]: pgmap v1370: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:27.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:25:27 smithi055 ceph-mon[183057]: pgmap v1370: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:29.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:25:29 smithi055 ceph-mon[185614]: pgmap v1371: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:25:29 smithi055 ceph-mon[183057]: pgmap v1371: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:29.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:25:29 smithi082 ceph-mon[180771]: pgmap v1371: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:31.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:25:31 smithi055 ceph-mon[185614]: pgmap v1372: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:31.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:25:31 smithi055 ceph-mon[183057]: pgmap v1372: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:31.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:25:31 smithi082 ceph-mon[180771]: pgmap v1372: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:33.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:25:33 smithi055 ceph-mon[185614]: pgmap v1373: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:25:33 smithi055 ceph-mon[183057]: pgmap v1373: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:33.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:25:33 smithi082 ceph-mon[180771]: pgmap v1373: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:35.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:25:35 smithi055 ceph-mon[185614]: pgmap v1374: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:35.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:25:35 smithi055 ceph-mon[183057]: pgmap v1374: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:35.518 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:25:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:25:35] "GET /metrics HTTP/1.1" 200 36227 "" "Prometheus/2.43.0" 2023-10-14T00:25:35.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:25:35 smithi082 ceph-mon[180771]: pgmap v1374: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:37.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:25:37 smithi082 ceph-mon[180771]: pgmap v1375: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:37.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:25:37 smithi055 ceph-mon[185614]: pgmap v1375: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:37.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:25:37 smithi055 ceph-mon[183057]: pgmap v1375: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:39.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:25:38 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:25:39.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:25:38 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:25:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:25:38 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:25:40.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:25:39 smithi055 ceph-mon[183057]: pgmap v1376: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:40.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:25:39 smithi055 ceph-mon[185614]: pgmap v1376: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:40.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:25:39 smithi082 ceph-mon[180771]: pgmap v1376: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:41.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:25:41 smithi055 ceph-mon[185614]: pgmap v1377: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:41.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:25:41 smithi055 ceph-mon[183057]: pgmap v1377: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:41.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:25:41 smithi082 ceph-mon[180771]: pgmap v1377: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:43.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:25:43 smithi055 ceph-mon[183057]: pgmap v1378: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:43.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:25:43 smithi055 ceph-mon[185614]: pgmap v1378: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:43.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:25:43 smithi082 ceph-mon[180771]: pgmap v1378: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:45.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:25:44 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:25:45.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:25:44 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:25:45.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:25:44 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:25:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:25:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:25:45] "GET /metrics HTTP/1.1" 200 36226 "" "Prometheus/2.43.0" 2023-10-14T00:25:46.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:25:45 smithi055 ceph-mon[185614]: pgmap v1379: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:46.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:25:45 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:25:46.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:25:45 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:25:46.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:25:45 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:25:46.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:25:45 smithi055 ceph-mon[183057]: pgmap v1379: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:46.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:25:45 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:25:46.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:25:45 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:25:46.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:25:45 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:25:46.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:25:45 smithi082 ceph-mon[180771]: pgmap v1379: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:46.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:25:45 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:25:46.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:25:45 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:25:46.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:25:45 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:25:47.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:25:47 smithi082 ceph-mon[180771]: pgmap v1380: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:47.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:25:47 smithi055 ceph-mon[185614]: pgmap v1380: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:47.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:25:47 smithi055 ceph-mon[183057]: pgmap v1380: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:49.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:25:49 smithi055 ceph-mon[185614]: pgmap v1381: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:49.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:25:49 smithi055 ceph-mon[183057]: pgmap v1381: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:49.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:25:49 smithi082 ceph-mon[180771]: pgmap v1381: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:51.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:25:51 smithi055 ceph-mon[185614]: pgmap v1382: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:51.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:25:51 smithi055 ceph-mon[183057]: pgmap v1382: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:51.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:25:51 smithi082 ceph-mon[180771]: pgmap v1382: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:53.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:25:53 smithi055 ceph-mon[185614]: pgmap v1383: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:53.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:25:53 smithi055 ceph-mon[183057]: pgmap v1383: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:53.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:25:53 smithi082 ceph-mon[180771]: pgmap v1383: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:25:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:25:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:25:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:25:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:25:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:25:55.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:25:55 smithi055 ceph-mon[185614]: pgmap v1384: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:25:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:25:55] "GET /metrics HTTP/1.1" 200 36226 "" "Prometheus/2.43.0" 2023-10-14T00:25:55.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:25:55 smithi055 ceph-mon[183057]: pgmap v1384: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:55.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:25:55 smithi082 ceph-mon[180771]: pgmap v1384: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:57.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:25:57 smithi055 ceph-mon[185614]: pgmap v1385: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:57.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:25:57 smithi055 ceph-mon[183057]: pgmap v1385: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:57.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:25:57 smithi082 ceph-mon[180771]: pgmap v1385: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:59.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:25:59 smithi055 ceph-mon[185614]: pgmap v1386: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:59.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:25:59 smithi055 ceph-mon[183057]: pgmap v1386: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:25:59.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:25:59 smithi082 ceph-mon[180771]: pgmap v1386: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:01.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:26:01 smithi055 ceph-mon[185614]: pgmap v1387: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:01.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:26:01 smithi055 ceph-mon[183057]: pgmap v1387: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:01.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:26:01 smithi082 ceph-mon[180771]: pgmap v1387: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:03.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:26:03 smithi055 ceph-mon[185614]: pgmap v1388: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:03.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:26:03 smithi055 ceph-mon[183057]: pgmap v1388: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:03.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:26:03 smithi082 ceph-mon[180771]: pgmap v1388: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:05.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:26:05 smithi055 ceph-mon[185614]: pgmap v1389: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:26:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:26:05] "GET /metrics HTTP/1.1" 200 36226 "" "Prometheus/2.43.0" 2023-10-14T00:26:05.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:26:05 smithi055 ceph-mon[183057]: pgmap v1389: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:05.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:26:05 smithi082 ceph-mon[180771]: pgmap v1389: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:07.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:26:07 smithi082 ceph-mon[180771]: pgmap v1390: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:07.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:26:07 smithi055 ceph-mon[185614]: pgmap v1390: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:07.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:26:07 smithi055 ceph-mon[183057]: pgmap v1390: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:09.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:26:08 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:26:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:26:08 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:26:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:26:08 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:26:10.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:26:09 smithi055 ceph-mon[183057]: pgmap v1391: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:10.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:26:09 smithi055 ceph-mon[185614]: pgmap v1391: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:10.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:26:09 smithi082 ceph-mon[180771]: pgmap v1391: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:11.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:26:11 smithi055 ceph-mon[185614]: pgmap v1392: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:11.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:26:11 smithi055 ceph-mon[183057]: pgmap v1392: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:11.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:26:11 smithi082 ceph-mon[180771]: pgmap v1392: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:13.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:26:13 smithi055 ceph-mon[185614]: pgmap v1393: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:13.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:26:13 smithi055 ceph-mon[183057]: pgmap v1393: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:13.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:26:13 smithi082 ceph-mon[180771]: pgmap v1393: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:15.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:26:15 smithi055 ceph-mon[185614]: pgmap v1394: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:26:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:26:15] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T00:26:15.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:26:15 smithi055 ceph-mon[183057]: pgmap v1394: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:15.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:26:15 smithi082 ceph-mon[180771]: pgmap v1394: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:17.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:26:17 smithi082 ceph-mon[180771]: pgmap v1395: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:17.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:26:17 smithi055 ceph-mon[185614]: pgmap v1395: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:17.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:26:17 smithi055 ceph-mon[183057]: pgmap v1395: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:19.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:26:19 smithi055 ceph-mon[185614]: pgmap v1396: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:19.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:26:19 smithi055 ceph-mon[183057]: pgmap v1396: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:19.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:26:19 smithi082 ceph-mon[180771]: pgmap v1396: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:21.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:26:21 smithi055 ceph-mon[185614]: pgmap v1397: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:21.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:26:21 smithi055 ceph-mon[183057]: pgmap v1397: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:21.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:26:21 smithi082 ceph-mon[180771]: pgmap v1397: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:23.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:26:23 smithi055 ceph-mon[185614]: pgmap v1398: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:23.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:26:23 smithi055 ceph-mon[183057]: pgmap v1398: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:23.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:26:23 smithi082 ceph-mon[180771]: pgmap v1398: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:24.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:26:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:26:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:26:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:26:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:26:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:26:25.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:26:25 smithi055 ceph-mon[185614]: pgmap v1399: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:25.518 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:26:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:26:25] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T00:26:25.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:26:25 smithi055 ceph-mon[183057]: pgmap v1399: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:25.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:26:25 smithi082 ceph-mon[180771]: pgmap v1399: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:27.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:26:27 smithi055 ceph-mon[185614]: pgmap v1400: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:27.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:26:27 smithi055 ceph-mon[183057]: pgmap v1400: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:27.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:26:27 smithi082 ceph-mon[180771]: pgmap v1400: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:29.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:26:29 smithi055 ceph-mon[185614]: pgmap v1401: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:26:29 smithi055 ceph-mon[183057]: pgmap v1401: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:29.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:26:29 smithi082 ceph-mon[180771]: pgmap v1401: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:31.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:26:31 smithi055 ceph-mon[185614]: pgmap v1402: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:31.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:26:31 smithi055 ceph-mon[183057]: pgmap v1402: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:31.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:26:31 smithi082 ceph-mon[180771]: pgmap v1402: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:33.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:26:33 smithi055 ceph-mon[185614]: pgmap v1403: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:26:33 smithi055 ceph-mon[183057]: pgmap v1403: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:33.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:26:33 smithi082 ceph-mon[180771]: pgmap v1403: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:35.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:26:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:26:35] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T00:26:35.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:26:35 smithi055 ceph-mon[185614]: pgmap v1404: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:35.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:26:35 smithi055 ceph-mon[183057]: pgmap v1404: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:35.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:26:35 smithi082 ceph-mon[180771]: pgmap v1404: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:37.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:26:37 smithi082 ceph-mon[180771]: pgmap v1405: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:37.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:26:37 smithi055 ceph-mon[185614]: pgmap v1405: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:37.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:26:37 smithi055 ceph-mon[183057]: pgmap v1405: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:39.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:26:38 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:26:39.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:26:38 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:26:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:26:38 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:26:40.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:26:39 smithi055 ceph-mon[185614]: pgmap v1406: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:26:39 smithi055 ceph-mon[183057]: pgmap v1406: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:40.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:26:39 smithi082 ceph-mon[180771]: pgmap v1406: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:41.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:26:41 smithi055 ceph-mon[185614]: pgmap v1407: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:41.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:26:41 smithi055 ceph-mon[183057]: pgmap v1407: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:41.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:26:41 smithi082 ceph-mon[180771]: pgmap v1407: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:43.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:26:43 smithi055 ceph-mon[185614]: pgmap v1408: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:43.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:26:43 smithi055 ceph-mon[183057]: pgmap v1408: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:43.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:26:43 smithi082 ceph-mon[180771]: pgmap v1408: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:45.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:26:45 smithi055 ceph-mon[185614]: pgmap v1409: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:26:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:26:45] "GET /metrics HTTP/1.1" 200 36224 "" "Prometheus/2.43.0" 2023-10-14T00:26:45.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:26:45 smithi055 ceph-mon[183057]: pgmap v1409: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:45.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:26:45 smithi082 ceph-mon[180771]: pgmap v1409: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:46.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:26:46 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:26:46.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:26:46 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:26:46.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:26:46 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:26:46.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:26:46 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:26:46.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:26:46 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:26:46.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:26:46 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:26:46.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:26:46 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:26:46.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:26:46 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:26:46.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:26:46 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:26:47.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:26:47 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:26:47.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:26:47 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:26:47.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:26:47 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:26:47.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:26:47 smithi055 ceph-mon[185614]: pgmap v1410: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:47.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:26:47 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:26:47.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:26:47 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:26:47.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:26:47 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:26:47.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:26:47 smithi055 ceph-mon[183057]: pgmap v1410: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:47.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:26:47 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:26:47.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:26:47 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:26:47.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:26:47 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:26:47.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:26:47 smithi082 ceph-mon[180771]: pgmap v1410: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:49.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:26:49 smithi055 ceph-mon[185614]: pgmap v1411: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:49.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:26:49 smithi055 ceph-mon[183057]: pgmap v1411: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:49.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:26:49 smithi082 ceph-mon[180771]: pgmap v1411: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:51.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:26:51 smithi055 ceph-mon[185614]: pgmap v1412: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:51.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:26:51 smithi055 ceph-mon[183057]: pgmap v1412: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:51.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:26:51 smithi082 ceph-mon[180771]: pgmap v1412: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:53.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:26:53 smithi055 ceph-mon[185614]: pgmap v1413: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:53.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:26:53 smithi055 ceph-mon[183057]: pgmap v1413: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:53.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:26:53 smithi082 ceph-mon[180771]: pgmap v1413: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:26:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:26:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:26:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:26:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:26:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:26:55.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:26:55 smithi055 ceph-mon[185614]: pgmap v1414: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:26:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:26:55] "GET /metrics HTTP/1.1" 200 36228 "" "Prometheus/2.43.0" 2023-10-14T00:26:55.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:26:55 smithi055 ceph-mon[183057]: pgmap v1414: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:55.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:26:55 smithi082 ceph-mon[180771]: pgmap v1414: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:57.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:26:57 smithi055 ceph-mon[185614]: pgmap v1415: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:57.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:26:57 smithi055 ceph-mon[183057]: pgmap v1415: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:57.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:26:57 smithi082 ceph-mon[180771]: pgmap v1415: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:59.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:26:59 smithi055 ceph-mon[185614]: pgmap v1416: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:59.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:26:59 smithi055 ceph-mon[183057]: pgmap v1416: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:26:59.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:26:59 smithi082 ceph-mon[180771]: pgmap v1416: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:01.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:27:01 smithi055 ceph-mon[185614]: pgmap v1417: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:01.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:27:01 smithi055 ceph-mon[183057]: pgmap v1417: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:01.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:27:01 smithi082 ceph-mon[180771]: pgmap v1417: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:03.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:27:03 smithi055 ceph-mon[185614]: pgmap v1418: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:03.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:27:03 smithi055 ceph-mon[183057]: pgmap v1418: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:03.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:27:03 smithi082 ceph-mon[180771]: pgmap v1418: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:05.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:27:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:27:05] "GET /metrics HTTP/1.1" 200 36228 "" "Prometheus/2.43.0" 2023-10-14T00:27:05.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:27:05 smithi055 ceph-mon[183057]: pgmap v1419: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:05.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:27:05 smithi055 ceph-mon[185614]: pgmap v1419: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:05.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:27:05 smithi082 ceph-mon[180771]: pgmap v1419: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:07.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:27:07 smithi055 ceph-mon[185614]: pgmap v1420: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:07.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:27:07 smithi055 ceph-mon[183057]: pgmap v1420: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:07.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:27:07 smithi082 ceph-mon[180771]: pgmap v1420: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:09.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:27:08 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:27:09.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:27:08 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:27:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:27:08 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:27:10.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:27:09 smithi055 ceph-mon[185614]: pgmap v1421: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:27:09 smithi055 ceph-mon[183057]: pgmap v1421: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:10.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:27:09 smithi082 ceph-mon[180771]: pgmap v1421: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:11.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:27:11 smithi055 ceph-mon[185614]: pgmap v1422: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:11.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:27:11 smithi055 ceph-mon[183057]: pgmap v1422: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:11.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:27:11 smithi082 ceph-mon[180771]: pgmap v1422: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:13.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:27:13 smithi055 ceph-mon[185614]: pgmap v1423: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:13.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:27:13 smithi055 ceph-mon[183057]: pgmap v1423: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:13.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:27:13 smithi082 ceph-mon[180771]: pgmap v1423: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:15.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:27:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:27:15] "GET /metrics HTTP/1.1" 200 36228 "" "Prometheus/2.43.0" 2023-10-14T00:27:15.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:27:15 smithi055 ceph-mon[185614]: pgmap v1424: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:15.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:27:15 smithi055 ceph-mon[183057]: pgmap v1424: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:15.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:27:15 smithi082 ceph-mon[180771]: pgmap v1424: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:17.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:27:17 smithi055 ceph-mon[185614]: pgmap v1425: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:17.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:27:17 smithi055 ceph-mon[183057]: pgmap v1425: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:17.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:27:17 smithi082 ceph-mon[180771]: pgmap v1425: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:19.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:27:19 smithi055 ceph-mon[185614]: pgmap v1426: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:19.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:27:19 smithi055 ceph-mon[183057]: pgmap v1426: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:19.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:27:19 smithi082 ceph-mon[180771]: pgmap v1426: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:21.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:27:21 smithi055 ceph-mon[185614]: pgmap v1427: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:21.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:27:21 smithi055 ceph-mon[183057]: pgmap v1427: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:21.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:27:21 smithi082 ceph-mon[180771]: pgmap v1427: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:23.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:27:23 smithi055 ceph-mon[185614]: pgmap v1428: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:23.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:27:23 smithi055 ceph-mon[183057]: pgmap v1428: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:23.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:27:23 smithi082 ceph-mon[180771]: pgmap v1428: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:24.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:27:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:27:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:27:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:27:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:27:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:27:25.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:27:25 smithi055 ceph-mon[185614]: pgmap v1429: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:27:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:27:25] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T00:27:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:27:25 smithi055 ceph-mon[183057]: pgmap v1429: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:25.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:27:25 smithi082 ceph-mon[180771]: pgmap v1429: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:27.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:27:27 smithi055 ceph-mon[185614]: pgmap v1430: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:27.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:27:27 smithi055 ceph-mon[183057]: pgmap v1430: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:27.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:27:27 smithi082 ceph-mon[180771]: pgmap v1430: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:29.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:27:29 smithi055 ceph-mon[185614]: pgmap v1431: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:27:29 smithi055 ceph-mon[183057]: pgmap v1431: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:29.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:27:29 smithi082 ceph-mon[180771]: pgmap v1431: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:31.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:27:31 smithi055 ceph-mon[185614]: pgmap v1432: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:31.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:27:31 smithi055 ceph-mon[183057]: pgmap v1432: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:31.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:27:31 smithi082 ceph-mon[180771]: pgmap v1432: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:33.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:27:33 smithi055 ceph-mon[185614]: pgmap v1433: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:27:33 smithi055 ceph-mon[183057]: pgmap v1433: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:33.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:27:33 smithi082 ceph-mon[180771]: pgmap v1433: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:35.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:27:35 smithi055 ceph-mon[185614]: pgmap v1434: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:35.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:27:35 smithi055 ceph-mon[183057]: pgmap v1434: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:27:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:27:35] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T00:27:35.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:27:35 smithi082 ceph-mon[180771]: pgmap v1434: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:37.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:27:37 smithi055 ceph-mon[185614]: pgmap v1435: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:37.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:27:37 smithi055 ceph-mon[183057]: pgmap v1435: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:37.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:27:37 smithi082 ceph-mon[180771]: pgmap v1435: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:39.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:27:38 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:27:39.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:27:38 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:27:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:27:38 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:27:40.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:27:39 smithi055 ceph-mon[185614]: pgmap v1436: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:40.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:27:39 smithi055 ceph-mon[183057]: pgmap v1436: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:40.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:27:39 smithi082 ceph-mon[180771]: pgmap v1436: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:41.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:27:41 smithi055 ceph-mon[185614]: pgmap v1437: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:41.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:27:41 smithi055 ceph-mon[183057]: pgmap v1437: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:41.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:27:41 smithi082 ceph-mon[180771]: pgmap v1437: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:43.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:27:43 smithi055 ceph-mon[185614]: pgmap v1438: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:43.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:27:43 smithi055 ceph-mon[183057]: pgmap v1438: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:43.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:27:43 smithi082 ceph-mon[180771]: pgmap v1438: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:45.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:27:45 smithi055 ceph-mon[185614]: pgmap v1439: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:27:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:27:45] "GET /metrics HTTP/1.1" 200 36228 "" "Prometheus/2.43.0" 2023-10-14T00:27:45.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:27:45 smithi055 ceph-mon[183057]: pgmap v1439: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:45.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:27:45 smithi082 ceph-mon[180771]: pgmap v1439: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:47.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:27:47 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:27:47.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:27:47 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:27:47.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:27:47 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:27:47.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:27:47 smithi055 ceph-mon[185614]: pgmap v1440: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:47.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:27:47 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:27:47.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:27:47 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:27:47.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:27:47 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:27:47.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:27:47 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:27:47.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:27:47 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:27:47.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:27:47 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:27:47.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:27:47 smithi055 ceph-mon[183057]: pgmap v1440: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:47.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:27:47 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:27:47.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:27:47 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:27:47.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:27:47 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:27:47.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:27:47 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:27:47.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:27:47 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:27:47.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:27:47 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:27:47.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:27:47 smithi082 ceph-mon[180771]: pgmap v1440: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:47.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:27:47 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:27:47.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:27:47 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:27:47.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:27:47 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:27:49.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:27:49 smithi055 ceph-mon[185614]: pgmap v1441: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:49.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:27:49 smithi055 ceph-mon[183057]: pgmap v1441: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:49.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:27:49 smithi082 ceph-mon[180771]: pgmap v1441: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:51.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:27:51 smithi055 ceph-mon[185614]: pgmap v1442: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:51.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:27:51 smithi055 ceph-mon[183057]: pgmap v1442: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:51.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:27:51 smithi082 ceph-mon[180771]: pgmap v1442: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:53.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:27:53 smithi055 ceph-mon[185614]: pgmap v1443: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:53.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:27:53 smithi055 ceph-mon[183057]: pgmap v1443: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:53.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:27:53 smithi082 ceph-mon[180771]: pgmap v1443: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:54.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:27:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:27:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:27:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:27:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:27:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:27:55.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:27:55 smithi055 ceph-mon[185614]: pgmap v1444: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:27:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:27:55] "GET /metrics HTTP/1.1" 200 36223 "" "Prometheus/2.43.0" 2023-10-14T00:27:55.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:27:55 smithi055 ceph-mon[183057]: pgmap v1444: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:55.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:27:55 smithi082 ceph-mon[180771]: pgmap v1444: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:57.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:27:57 smithi055 ceph-mon[185614]: pgmap v1445: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:57.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:27:57 smithi055 ceph-mon[183057]: pgmap v1445: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:57.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:27:57 smithi082 ceph-mon[180771]: pgmap v1445: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:59.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:27:59 smithi055 ceph-mon[185614]: pgmap v1446: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:59.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:27:59 smithi055 ceph-mon[183057]: pgmap v1446: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:27:59.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:27:59 smithi082 ceph-mon[180771]: pgmap v1446: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:01.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:28:01 smithi055 ceph-mon[185614]: pgmap v1447: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:01.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:28:01 smithi055 ceph-mon[183057]: pgmap v1447: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:01.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:28:01 smithi082 ceph-mon[180771]: pgmap v1447: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:03.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:28:03 smithi055 ceph-mon[183057]: pgmap v1448: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:03.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:28:03 smithi055 ceph-mon[185614]: pgmap v1448: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:03.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:28:03 smithi082 ceph-mon[180771]: pgmap v1448: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:05.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:28:05 smithi055 ceph-mon[185614]: pgmap v1449: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:05.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:28:05 smithi055 ceph-mon[183057]: pgmap v1449: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:28:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:28:05] "GET /metrics HTTP/1.1" 200 36223 "" "Prometheus/2.43.0" 2023-10-14T00:28:05.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:28:05 smithi082 ceph-mon[180771]: pgmap v1449: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:07.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:28:07 smithi055 ceph-mon[185614]: pgmap v1450: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:07.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:28:07 smithi055 ceph-mon[183057]: pgmap v1450: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:07.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:28:07 smithi082 ceph-mon[180771]: pgmap v1450: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:09.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:28:08 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:28:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:28:08 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:28:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:28:08 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:28:10.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:28:09 smithi055 ceph-mon[185614]: pgmap v1451: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:28:09 smithi055 ceph-mon[183057]: pgmap v1451: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:10.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:28:09 smithi082 ceph-mon[180771]: pgmap v1451: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:11.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:28:11 smithi055 ceph-mon[185614]: pgmap v1452: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:11.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:28:11 smithi055 ceph-mon[183057]: pgmap v1452: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:11.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:28:11 smithi082 ceph-mon[180771]: pgmap v1452: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:13.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:28:13 smithi055 ceph-mon[185614]: pgmap v1453: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:13.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:28:13 smithi055 ceph-mon[183057]: pgmap v1453: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:13.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:28:13 smithi082 ceph-mon[180771]: pgmap v1453: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:15.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:28:15 smithi055 ceph-mon[185614]: pgmap v1454: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:28:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:28:15] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T00:28:15.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:28:15 smithi055 ceph-mon[183057]: pgmap v1454: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:15.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:28:15 smithi082 ceph-mon[180771]: pgmap v1454: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:17.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:28:17 smithi055 ceph-mon[185614]: pgmap v1455: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:17.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:28:17 smithi055 ceph-mon[183057]: pgmap v1455: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:17.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:28:17 smithi082 ceph-mon[180771]: pgmap v1455: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:19.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:28:19 smithi055 ceph-mon[185614]: pgmap v1456: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:19.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:28:19 smithi055 ceph-mon[183057]: pgmap v1456: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:19.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:28:19 smithi082 ceph-mon[180771]: pgmap v1456: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:22.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:28:22 smithi055 ceph-mon[185614]: pgmap v1457: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:22.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:28:22 smithi055 ceph-mon[183057]: pgmap v1457: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:22.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:28:22 smithi082 ceph-mon[180771]: pgmap v1457: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:24.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:28:24 smithi055 ceph-mon[185614]: pgmap v1458: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:24.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:28:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:28:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:28:24 smithi055 ceph-mon[183057]: pgmap v1458: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:28:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:28:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:28:24 smithi082 ceph-mon[180771]: pgmap v1458: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:28:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:28:25.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:28:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:28:25] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T00:28:26.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:28:26 smithi055 ceph-mon[185614]: pgmap v1459: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:26.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:28:26 smithi055 ceph-mon[183057]: pgmap v1459: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:26.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:28:26 smithi082 ceph-mon[180771]: pgmap v1459: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:28.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:28:28 smithi055 ceph-mon[185614]: pgmap v1460: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:28.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:28:28 smithi055 ceph-mon[183057]: pgmap v1460: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:28.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:28:28 smithi082 ceph-mon[180771]: pgmap v1460: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:30.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:28:30 smithi055 ceph-mon[185614]: pgmap v1461: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:30.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:28:30 smithi055 ceph-mon[183057]: pgmap v1461: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:30.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:28:30 smithi082 ceph-mon[180771]: pgmap v1461: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:32.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:28:32 smithi055 ceph-mon[185614]: pgmap v1462: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:32.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:28:32 smithi055 ceph-mon[183057]: pgmap v1462: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:32.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:28:32 smithi082 ceph-mon[180771]: pgmap v1462: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:34.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:28:34 smithi055 ceph-mon[185614]: pgmap v1463: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:34.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:28:34 smithi055 ceph-mon[183057]: pgmap v1463: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:34.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:28:34 smithi082 ceph-mon[180771]: pgmap v1463: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:35.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:28:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:28:35] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T00:28:36.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:28:36 smithi055 ceph-mon[185614]: pgmap v1464: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:36.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:28:36 smithi055 ceph-mon[183057]: pgmap v1464: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:36.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:28:36 smithi082 ceph-mon[180771]: pgmap v1464: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:38.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:28:38 smithi055 ceph-mon[183057]: pgmap v1465: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:38.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:28:38 smithi055 ceph-mon[185614]: pgmap v1465: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:38.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:28:38 smithi082 ceph-mon[180771]: pgmap v1465: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:39.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:28:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:28:39.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:28:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:28:39.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:28:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:28:40.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:28:40 smithi055 ceph-mon[185614]: pgmap v1466: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:40.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:28:40 smithi055 ceph-mon[183057]: pgmap v1466: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:40.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:28:40 smithi082 ceph-mon[180771]: pgmap v1466: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:42.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:28:42 smithi055 ceph-mon[185614]: pgmap v1467: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:42.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:28:42 smithi055 ceph-mon[183057]: pgmap v1467: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:42.880 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:28:42 smithi082 ceph-mon[180771]: pgmap v1467: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:44.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:28:44 smithi055 ceph-mon[185614]: pgmap v1468: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:44.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:28:44 smithi055 ceph-mon[183057]: pgmap v1468: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:44.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:28:44 smithi082 ceph-mon[180771]: pgmap v1468: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:28:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:28:45] "GET /metrics HTTP/1.1" 200 36227 "" "Prometheus/2.43.0" 2023-10-14T00:28:46.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:28:46 smithi055 ceph-mon[185614]: pgmap v1469: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:46.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:28:46 smithi055 ceph-mon[183057]: pgmap v1469: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:46.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:28:46 smithi082 ceph-mon[180771]: pgmap v1469: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:47.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:28:47 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:28:47.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:28:47 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:28:47.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:28:47 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:28:48.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:28:48 smithi055 ceph-mon[185614]: pgmap v1470: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:48.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:28:48 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:28:48.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:28:48 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:28:48.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:28:48 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:28:48.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:28:48 smithi055 ceph-mon[183057]: pgmap v1470: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:48.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:28:48 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:28:48.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:28:48 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:28:48.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:28:48 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:28:48.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:28:48 smithi082 ceph-mon[180771]: pgmap v1470: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:48.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:28:48 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:28:48.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:28:48 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:28:48.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:28:48 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:28:50.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:28:50 smithi055 ceph-mon[185614]: pgmap v1471: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:50.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:28:50 smithi055 ceph-mon[183057]: pgmap v1471: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:50.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:28:50 smithi082 ceph-mon[180771]: pgmap v1471: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:52.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:28:52 smithi055 ceph-mon[185614]: pgmap v1472: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:52.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:28:52 smithi055 ceph-mon[183057]: pgmap v1472: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:52.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:28:52 smithi082 ceph-mon[180771]: pgmap v1472: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:54.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:28:54 smithi055 ceph-mon[183057]: pgmap v1473: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:28:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:28:54.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:28:54 smithi055 ceph-mon[185614]: pgmap v1473: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:54.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:28:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:28:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:28:54 smithi082 ceph-mon[180771]: pgmap v1473: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:28:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:28:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:28:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:28:55] "GET /metrics HTTP/1.1" 200 36239 "" "Prometheus/2.43.0" 2023-10-14T00:28:56.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:28:56 smithi055 ceph-mon[185614]: pgmap v1474: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:56.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:28:56 smithi055 ceph-mon[183057]: pgmap v1474: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:56.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:28:56 smithi082 ceph-mon[180771]: pgmap v1474: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:58.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:28:58 smithi055 ceph-mon[185614]: pgmap v1475: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:58.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:28:58 smithi055 ceph-mon[183057]: pgmap v1475: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:28:58.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:28:58 smithi082 ceph-mon[180771]: pgmap v1475: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:00.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:29:00 smithi082 ceph-mon[180771]: pgmap v1476: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:01.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:29:00 smithi055 ceph-mon[185614]: pgmap v1476: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:01.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:29:00 smithi055 ceph-mon[183057]: pgmap v1476: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:02.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:29:02 smithi082 ceph-mon[180771]: pgmap v1477: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:03.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:29:02 smithi055 ceph-mon[185614]: pgmap v1477: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:03.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:29:02 smithi055 ceph-mon[183057]: pgmap v1477: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:04.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:29:04 smithi082 ceph-mon[180771]: pgmap v1478: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:05.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:29:04 smithi055 ceph-mon[183057]: pgmap v1478: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:05.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:29:04 smithi055 ceph-mon[185614]: pgmap v1478: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:05.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:29:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:29:05] "GET /metrics HTTP/1.1" 200 36239 "" "Prometheus/2.43.0" 2023-10-14T00:29:06.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:29:06 smithi082 ceph-mon[180771]: pgmap v1479: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:07.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:29:06 smithi055 ceph-mon[185614]: pgmap v1479: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:07.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:29:06 smithi055 ceph-mon[183057]: pgmap v1479: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:08.881 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:29:08 smithi082 ceph-mon[180771]: pgmap v1480: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:09.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:29:08 smithi055 ceph-mon[185614]: pgmap v1480: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:09.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:29:08 smithi055 ceph-mon[183057]: pgmap v1480: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:09.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:29:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:29:10.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:29:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:29:10.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:29:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:29:10.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:29:10 smithi082 ceph-mon[180771]: pgmap v1481: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:11.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:29:10 smithi055 ceph-mon[185614]: pgmap v1481: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:11.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:29:10 smithi055 ceph-mon[183057]: pgmap v1481: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:12.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:29:12 smithi082 ceph-mon[180771]: pgmap v1482: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:13.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:29:12 smithi055 ceph-mon[185614]: pgmap v1482: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:13.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:29:12 smithi055 ceph-mon[183057]: pgmap v1482: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:14.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:29:14 smithi082 ceph-mon[180771]: pgmap v1483: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:15.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:29:14 smithi055 ceph-mon[185614]: pgmap v1483: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:15.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:29:14 smithi055 ceph-mon[183057]: pgmap v1483: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:15.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:29:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:29:15] "GET /metrics HTTP/1.1" 200 36243 "" "Prometheus/2.43.0" 2023-10-14T00:29:16.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:29:16 smithi082 ceph-mon[180771]: pgmap v1484: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:17.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:29:16 smithi055 ceph-mon[185614]: pgmap v1484: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:17.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:29:16 smithi055 ceph-mon[183057]: pgmap v1484: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:18.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:29:18 smithi082 ceph-mon[180771]: pgmap v1485: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:19.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:29:18 smithi055 ceph-mon[185614]: pgmap v1485: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:19.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:29:18 smithi055 ceph-mon[183057]: pgmap v1485: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:20.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:29:20 smithi082 ceph-mon[180771]: pgmap v1486: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:21.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:29:20 smithi055 ceph-mon[185614]: pgmap v1486: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:21.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:29:20 smithi055 ceph-mon[183057]: pgmap v1486: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:22.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:29:22 smithi082 ceph-mon[180771]: pgmap v1487: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:23.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:29:22 smithi055 ceph-mon[185614]: pgmap v1487: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:23.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:29:22 smithi055 ceph-mon[183057]: pgmap v1487: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:29:24 smithi082 ceph-mon[180771]: pgmap v1488: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:24.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:29:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:29:25.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:29:24 smithi055 ceph-mon[185614]: pgmap v1488: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:25.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:29:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:29:25.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:29:24 smithi055 ceph-mon[183057]: pgmap v1488: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:25.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:29:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:29:25.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:29:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:29:25] "GET /metrics HTTP/1.1" 200 36239 "" "Prometheus/2.43.0" 2023-10-14T00:29:26.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:29:26 smithi082 ceph-mon[180771]: pgmap v1489: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:27.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:29:26 smithi055 ceph-mon[185614]: pgmap v1489: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:27.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:29:26 smithi055 ceph-mon[183057]: pgmap v1489: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:27.875 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:29:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[225424]: logger=cleanup t=2023-10-14T00:29:27.475814848Z level=info msg="Completed cleanup jobs" duration=12.62094ms 2023-10-14T00:29:28.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:29:28 smithi082 ceph-mon[180771]: pgmap v1490: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:29.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:29:28 smithi055 ceph-mon[185614]: pgmap v1490: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:29.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:29:28 smithi055 ceph-mon[183057]: pgmap v1490: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:30.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:29:30 smithi082 ceph-mon[180771]: pgmap v1491: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:31.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:29:30 smithi055 ceph-mon[185614]: pgmap v1491: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:31.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:29:30 smithi055 ceph-mon[183057]: pgmap v1491: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:32.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:29:32 smithi082 ceph-mon[180771]: pgmap v1492: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:33.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:29:32 smithi055 ceph-mon[185614]: pgmap v1492: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:33.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:29:32 smithi055 ceph-mon[183057]: pgmap v1492: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:34.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:29:34 smithi082 ceph-mon[180771]: pgmap v1493: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:35.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:29:34 smithi055 ceph-mon[185614]: pgmap v1493: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:35.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:29:34 smithi055 ceph-mon[183057]: pgmap v1493: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:35.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:29:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:29:35] "GET /metrics HTTP/1.1" 200 36239 "" "Prometheus/2.43.0" 2023-10-14T00:29:36.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:29:36 smithi082 ceph-mon[180771]: pgmap v1494: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:37.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:29:36 smithi055 ceph-mon[185614]: pgmap v1494: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:37.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:29:36 smithi055 ceph-mon[183057]: pgmap v1494: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:39.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:29:38 smithi055 ceph-mon[185614]: pgmap v1495: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:39.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:29:38 smithi055 ceph-mon[183057]: pgmap v1495: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:39.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:29:38 smithi082 ceph-mon[180771]: pgmap v1495: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:40.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:29:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:29:40.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:29:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:29:40.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:29:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:29:41.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:29:40 smithi055 ceph-mon[185614]: pgmap v1496: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:41.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:29:40 smithi055 ceph-mon[183057]: pgmap v1496: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:41.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:29:40 smithi082 ceph-mon[180771]: pgmap v1496: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:43.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:29:42 smithi055 ceph-mon[185614]: pgmap v1497: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:43.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:29:42 smithi055 ceph-mon[183057]: pgmap v1497: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:43.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:29:42 smithi082 ceph-mon[180771]: pgmap v1497: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:45.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:29:44 smithi055 ceph-mon[185614]: pgmap v1498: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:45.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:29:44 smithi055 ceph-mon[183057]: pgmap v1498: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:45.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:29:44 smithi082 ceph-mon[180771]: pgmap v1498: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:45.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:29:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:29:45] "GET /metrics HTTP/1.1" 200 36237 "" "Prometheus/2.43.0" 2023-10-14T00:29:47.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:29:46 smithi055 ceph-mon[185614]: pgmap v1499: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:47.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:29:46 smithi055 ceph-mon[183057]: pgmap v1499: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:47.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:29:46 smithi082 ceph-mon[180771]: pgmap v1499: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:48.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:29:48 smithi082 ceph-mon[180771]: pgmap v1500: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:48.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:29:48 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:29:49.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:29:48 smithi055 ceph-mon[185614]: pgmap v1500: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:49.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:29:48 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:29:49.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:29:48 smithi055 ceph-mon[183057]: pgmap v1500: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:49.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:29:48 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:29:51.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:29:50 smithi055 ceph-mon[185614]: pgmap v1501: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:51.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:29:50 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:29:51.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:29:50 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:29:51.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:29:50 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:29:51.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:29:50 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:29:51.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:29:50 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:29:51.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:29:50 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:29:51.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:29:50 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:29:51.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:29:50 smithi055 ceph-mon[183057]: pgmap v1501: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:51.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:29:50 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:29:51.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:29:50 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:29:51.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:29:50 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:29:51.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:29:50 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:29:51.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:29:50 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:29:51.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:29:50 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:29:51.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:29:50 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:29:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:29:50 smithi082 ceph-mon[180771]: pgmap v1501: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:29:50 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:29:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:29:50 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:29:51.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:29:50 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:29:51.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:29:50 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:29:51.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:29:50 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:29:51.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:29:50 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:29:51.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:29:50 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:29:53.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:29:52 smithi055 ceph-mon[185614]: pgmap v1502: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:53.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:29:52 smithi055 ceph-mon[183057]: pgmap v1502: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:53.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:29:52 smithi082 ceph-mon[180771]: pgmap v1502: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:54.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:29:53 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:29:54.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:29:53 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:29:54.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:29:53 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:29:55.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:29:54 smithi055 ceph-mon[185614]: pgmap v1503: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:55.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:29:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:29:55] "GET /metrics HTTP/1.1" 200 36237 "" "Prometheus/2.43.0" 2023-10-14T00:29:55.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:29:54 smithi055 ceph-mon[183057]: pgmap v1503: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:29:54 smithi082 ceph-mon[180771]: pgmap v1503: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:57.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:29:56 smithi055 ceph-mon[185614]: pgmap v1504: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:57.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:29:56 smithi055 ceph-mon[183057]: pgmap v1504: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:29:56 smithi082 ceph-mon[180771]: pgmap v1504: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:59.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:29:58 smithi055 ceph-mon[185614]: pgmap v1505: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:59.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:29:58 smithi055 ceph-mon[183057]: pgmap v1505: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:29:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:29:58 smithi082 ceph-mon[180771]: pgmap v1505: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:01.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:30:01 smithi055 ceph-mon[185614]: pgmap v1506: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:01.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:30:01 smithi055 ceph-mon[185614]: overall HEALTH_OK 2023-10-14T00:30:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:30:01 smithi055 ceph-mon[183057]: pgmap v1506: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:30:01 smithi055 ceph-mon[183057]: overall HEALTH_OK 2023-10-14T00:30:01.279 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:30:01 smithi082 ceph-mon[180771]: pgmap v1506: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:01.279 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:30:01 smithi082 ceph-mon[180771]: overall HEALTH_OK 2023-10-14T00:30:03.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:30:03 smithi055 ceph-mon[185614]: pgmap v1507: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:03.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:30:03 smithi055 ceph-mon[183057]: pgmap v1507: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:30:03 smithi082 ceph-mon[180771]: pgmap v1507: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:05.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:30:05 smithi055 ceph-mon[185614]: pgmap v1508: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:05.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:30:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:30:05] "GET /metrics HTTP/1.1" 200 36237 "" "Prometheus/2.43.0" 2023-10-14T00:30:05.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:30:05 smithi055 ceph-mon[183057]: pgmap v1508: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:05.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:30:05 smithi082 ceph-mon[180771]: pgmap v1508: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:30:07 smithi082 ceph-mon[180771]: pgmap v1509: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:07.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:30:07 smithi055 ceph-mon[185614]: pgmap v1509: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:07.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:30:07 smithi055 ceph-mon[183057]: pgmap v1509: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:30:09 smithi082 ceph-mon[180771]: pgmap v1510: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:30:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:30:09.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:30:09 smithi055 ceph-mon[185614]: pgmap v1510: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:09.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:30:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:30:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:30:09 smithi055 ceph-mon[183057]: pgmap v1510: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:30:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:30:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:30:11 smithi082 ceph-mon[180771]: pgmap v1511: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:11.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:30:11 smithi055 ceph-mon[185614]: pgmap v1511: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:11.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:30:11 smithi055 ceph-mon[183057]: pgmap v1511: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:30:13 smithi082 ceph-mon[180771]: pgmap v1512: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:13.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:30:13 smithi055 ceph-mon[185614]: pgmap v1512: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:13.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:30:13 smithi055 ceph-mon[183057]: pgmap v1512: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:30:15 smithi082 ceph-mon[180771]: pgmap v1513: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:15.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:30:15 smithi055 ceph-mon[185614]: pgmap v1513: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:30:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:30:15] "GET /metrics HTTP/1.1" 200 36239 "" "Prometheus/2.43.0" 2023-10-14T00:30:15.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:30:15 smithi055 ceph-mon[183057]: pgmap v1513: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:30:17 smithi082 ceph-mon[180771]: pgmap v1514: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:17.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:30:17 smithi055 ceph-mon[185614]: pgmap v1514: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:17.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:30:17 smithi055 ceph-mon[183057]: pgmap v1514: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:30:19 smithi082 ceph-mon[180771]: pgmap v1515: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:19.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:30:19 smithi055 ceph-mon[185614]: pgmap v1515: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:19.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:30:19 smithi055 ceph-mon[183057]: pgmap v1515: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:30:21 smithi082 ceph-mon[180771]: pgmap v1516: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:21.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:30:21 smithi055 ceph-mon[185614]: pgmap v1516: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:21.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:30:21 smithi055 ceph-mon[183057]: pgmap v1516: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:30:23 smithi082 ceph-mon[180771]: pgmap v1517: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:23.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:30:23 smithi055 ceph-mon[185614]: pgmap v1517: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:23.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:30:23 smithi055 ceph-mon[183057]: pgmap v1517: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:24.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:30:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:30:24.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:30:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:30:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:30:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:30:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:30:25 smithi082 ceph-mon[180771]: pgmap v1518: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:25.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:30:25 smithi055 ceph-mon[185614]: pgmap v1518: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:30:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:30:25] "GET /metrics HTTP/1.1" 200 36241 "" "Prometheus/2.43.0" 2023-10-14T00:30:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:30:25 smithi055 ceph-mon[183057]: pgmap v1518: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:30:27 smithi082 ceph-mon[180771]: pgmap v1519: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:27.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:30:27 smithi055 ceph-mon[185614]: pgmap v1519: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:27.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:30:27 smithi055 ceph-mon[183057]: pgmap v1519: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:30:29 smithi082 ceph-mon[180771]: pgmap v1520: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:29.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:30:29 smithi055 ceph-mon[185614]: pgmap v1520: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:30:29 smithi055 ceph-mon[183057]: pgmap v1520: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:30:31 smithi082 ceph-mon[180771]: pgmap v1521: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:31.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:30:31 smithi055 ceph-mon[185614]: pgmap v1521: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:31.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:30:31 smithi055 ceph-mon[183057]: pgmap v1521: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:30:33 smithi082 ceph-mon[180771]: pgmap v1522: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:33.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:30:33 smithi055 ceph-mon[185614]: pgmap v1522: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:30:33 smithi055 ceph-mon[183057]: pgmap v1522: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:35.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:30:35 smithi082 ceph-mon[180771]: pgmap v1523: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:35.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:30:35 smithi055 ceph-mon[185614]: pgmap v1523: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:30:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:30:35] "GET /metrics HTTP/1.1" 200 36241 "" "Prometheus/2.43.0" 2023-10-14T00:30:35.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:30:35 smithi055 ceph-mon[183057]: pgmap v1523: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:30:37 smithi082 ceph-mon[180771]: pgmap v1524: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:37.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:30:37 smithi055 ceph-mon[185614]: pgmap v1524: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:37.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:30:37 smithi055 ceph-mon[183057]: pgmap v1524: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:30:39 smithi082 ceph-mon[180771]: pgmap v1525: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:30:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:30:39.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:30:39 smithi055 ceph-mon[185614]: pgmap v1525: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:39.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:30:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:30:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:30:39 smithi055 ceph-mon[183057]: pgmap v1525: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:30:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:30:41.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:30:41 smithi082 ceph-mon[180771]: pgmap v1526: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:41.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:30:41 smithi055 ceph-mon[185614]: pgmap v1526: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:41.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:30:41 smithi055 ceph-mon[183057]: pgmap v1526: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:43.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:30:43 smithi055 ceph-mon[185614]: pgmap v1527: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:43.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:30:43 smithi055 ceph-mon[183057]: pgmap v1527: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:43.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:30:43 smithi082 ceph-mon[180771]: pgmap v1527: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:45.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:30:45 smithi055 ceph-mon[185614]: pgmap v1528: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:30:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:30:45] "GET /metrics HTTP/1.1" 200 36238 "" "Prometheus/2.43.0" 2023-10-14T00:30:45.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:30:45 smithi055 ceph-mon[183057]: pgmap v1528: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:45.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:30:45 smithi082 ceph-mon[180771]: pgmap v1528: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:47.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:30:47 smithi055 ceph-mon[185614]: pgmap v1529: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:47.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:30:47 smithi055 ceph-mon[183057]: pgmap v1529: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:47.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:30:47 smithi082 ceph-mon[180771]: pgmap v1529: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:49.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:30:49 smithi055 ceph-mon[185614]: pgmap v1530: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:49.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:30:49 smithi055 ceph-mon[183057]: pgmap v1530: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:49.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:30:49 smithi082 ceph-mon[180771]: pgmap v1530: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:51.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:30:51 smithi055 ceph-mon[185614]: pgmap v1531: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:51.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:30:51 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:30:51.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:30:51 smithi055 ceph-mon[183057]: pgmap v1531: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:51.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:30:51 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:30:51.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:30:51 smithi082 ceph-mon[180771]: pgmap v1531: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:51.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:30:51 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:30:52.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:30:52 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:30:52.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:30:52 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:30:52.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:30:52 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:30:52.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:30:52 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:30:52.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:30:52 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:30:52.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:30:52 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:30:52.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:30:52 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:30:52.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:30:52 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:30:52.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:30:52 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:30:53.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:30:53 smithi055 ceph-mon[185614]: pgmap v1532: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:53.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:30:53 smithi055 ceph-mon[183057]: pgmap v1532: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:53.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:30:53 smithi082 ceph-mon[180771]: pgmap v1532: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:30:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:30:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:30:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:30:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:30:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:30:55.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:30:55 smithi055 ceph-mon[185614]: pgmap v1533: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:30:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:30:55] "GET /metrics HTTP/1.1" 200 36237 "" "Prometheus/2.43.0" 2023-10-14T00:30:55.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:30:55 smithi055 ceph-mon[183057]: pgmap v1533: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:55.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:30:55 smithi082 ceph-mon[180771]: pgmap v1533: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:56.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:30:56 smithi055 ceph-mon[185614]: pgmap v1534: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:56.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:30:56 smithi055 ceph-mon[183057]: pgmap v1534: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:56.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:30:56 smithi082 ceph-mon[180771]: pgmap v1534: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:58.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:30:58 smithi055 ceph-mon[185614]: pgmap v1535: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:58.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:30:58 smithi055 ceph-mon[183057]: pgmap v1535: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:30:58.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:30:58 smithi082 ceph-mon[180771]: pgmap v1535: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:00.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:31:00 smithi055 ceph-mon[185614]: pgmap v1536: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:00.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:31:00 smithi055 ceph-mon[183057]: pgmap v1536: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:00.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:31:00 smithi082 ceph-mon[180771]: pgmap v1536: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:02.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:31:02 smithi055 ceph-mon[185614]: pgmap v1537: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:02.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:31:02 smithi055 ceph-mon[183057]: pgmap v1537: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:02.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:31:02 smithi082 ceph-mon[180771]: pgmap v1537: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:04.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:31:04 smithi055 ceph-mon[185614]: pgmap v1538: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:04.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:31:04 smithi055 ceph-mon[183057]: pgmap v1538: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:04.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:31:04 smithi082 ceph-mon[180771]: pgmap v1538: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:05.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:31:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:31:05] "GET /metrics HTTP/1.1" 200 36237 "" "Prometheus/2.43.0" 2023-10-14T00:31:06.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:31:06 smithi055 ceph-mon[185614]: pgmap v1539: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:06.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:31:06 smithi055 ceph-mon[183057]: pgmap v1539: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:06.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:31:06 smithi082 ceph-mon[180771]: pgmap v1539: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:08.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:31:08 smithi055 ceph-mon[185614]: pgmap v1540: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:08.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:31:08 smithi055 ceph-mon[183057]: pgmap v1540: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:08.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:31:08 smithi082 ceph-mon[180771]: pgmap v1540: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:09.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:31:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:31:09.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:31:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:31:09.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:31:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:31:10.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:31:10 smithi055 ceph-mon[185614]: pgmap v1541: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:10.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:31:10 smithi055 ceph-mon[183057]: pgmap v1541: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:10.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:31:10 smithi082 ceph-mon[180771]: pgmap v1541: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:12.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:31:12 smithi055 ceph-mon[185614]: pgmap v1542: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:12.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:31:12 smithi055 ceph-mon[183057]: pgmap v1542: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:12.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:31:12 smithi082 ceph-mon[180771]: pgmap v1542: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:14.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:31:14 smithi055 ceph-mon[185614]: pgmap v1543: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:14.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:31:14 smithi055 ceph-mon[183057]: pgmap v1543: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:14.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:31:14 smithi082 ceph-mon[180771]: pgmap v1543: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:15.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:31:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:31:15] "GET /metrics HTTP/1.1" 200 36242 "" "Prometheus/2.43.0" 2023-10-14T00:31:16.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:31:16 smithi055 ceph-mon[185614]: pgmap v1544: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:16.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:31:16 smithi055 ceph-mon[183057]: pgmap v1544: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:16.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:31:16 smithi082 ceph-mon[180771]: pgmap v1544: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:18.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:31:18 smithi055 ceph-mon[185614]: pgmap v1545: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:18.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:31:18 smithi055 ceph-mon[183057]: pgmap v1545: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:18.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:31:18 smithi082 ceph-mon[180771]: pgmap v1545: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:20.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:31:20 smithi055 ceph-mon[185614]: pgmap v1546: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:20.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:31:20 smithi055 ceph-mon[183057]: pgmap v1546: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:20.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:31:20 smithi082 ceph-mon[180771]: pgmap v1546: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:22.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:31:22 smithi055 ceph-mon[185614]: pgmap v1547: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:22.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:31:22 smithi055 ceph-mon[183057]: pgmap v1547: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:22.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:31:22 smithi082 ceph-mon[180771]: pgmap v1547: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:24.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:31:24 smithi055 ceph-mon[185614]: pgmap v1548: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:24.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:31:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:31:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:31:24 smithi055 ceph-mon[183057]: pgmap v1548: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:31:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:31:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:31:24 smithi082 ceph-mon[180771]: pgmap v1548: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:31:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:31:25.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:31:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:31:25] "GET /metrics HTTP/1.1" 200 36239 "" "Prometheus/2.43.0" 2023-10-14T00:31:26.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:31:26 smithi055 ceph-mon[185614]: pgmap v1549: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:26.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:31:26 smithi055 ceph-mon[183057]: pgmap v1549: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:26.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:31:26 smithi082 ceph-mon[180771]: pgmap v1549: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:28.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:31:28 smithi055 ceph-mon[185614]: pgmap v1550: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:28.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:31:28 smithi055 ceph-mon[183057]: pgmap v1550: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:28.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:31:28 smithi082 ceph-mon[180771]: pgmap v1550: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:30.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:31:30 smithi055 ceph-mon[185614]: pgmap v1551: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:30.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:31:30 smithi055 ceph-mon[183057]: pgmap v1551: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:30.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:31:30 smithi082 ceph-mon[180771]: pgmap v1551: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:32.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:31:32 smithi082 ceph-mon[180771]: pgmap v1552: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:33.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:31:32 smithi055 ceph-mon[185614]: pgmap v1552: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:33.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:31:32 smithi055 ceph-mon[183057]: pgmap v1552: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:34.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:31:34 smithi082 ceph-mon[180771]: pgmap v1553: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:35.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:31:34 smithi055 ceph-mon[183057]: pgmap v1553: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:35.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:31:34 smithi055 ceph-mon[185614]: pgmap v1553: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:35.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:31:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:31:35] "GET /metrics HTTP/1.1" 200 36239 "" "Prometheus/2.43.0" 2023-10-14T00:31:36.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:31:36 smithi082 ceph-mon[180771]: pgmap v1554: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:37.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:31:36 smithi055 ceph-mon[185614]: pgmap v1554: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:37.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:31:36 smithi055 ceph-mon[183057]: pgmap v1554: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:38.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:31:38 smithi082 ceph-mon[180771]: pgmap v1555: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:39.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:31:38 smithi055 ceph-mon[185614]: pgmap v1555: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:39.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:31:38 smithi055 ceph-mon[183057]: pgmap v1555: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:39.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:31:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:31:40.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:31:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:31:40.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:31:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:31:40.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:31:40 smithi082 ceph-mon[180771]: pgmap v1556: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:41.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:31:40 smithi055 ceph-mon[185614]: pgmap v1556: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:41.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:31:40 smithi055 ceph-mon[183057]: pgmap v1556: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:42.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:31:42 smithi082 ceph-mon[180771]: pgmap v1557: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:43.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:31:42 smithi055 ceph-mon[185614]: pgmap v1557: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:43.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:31:42 smithi055 ceph-mon[183057]: pgmap v1557: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:44.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:31:44 smithi082 ceph-mon[180771]: pgmap v1558: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:45.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:31:44 smithi055 ceph-mon[185614]: pgmap v1558: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:45.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:31:44 smithi055 ceph-mon[183057]: pgmap v1558: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:45.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:31:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:31:45] "GET /metrics HTTP/1.1" 200 36242 "" "Prometheus/2.43.0" 2023-10-14T00:31:46.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:31:46 smithi082 ceph-mon[180771]: pgmap v1559: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:47.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:31:46 smithi055 ceph-mon[185614]: pgmap v1559: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:47.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:31:46 smithi055 ceph-mon[183057]: pgmap v1559: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:48.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:31:48 smithi082 ceph-mon[180771]: pgmap v1560: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:49.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:31:48 smithi055 ceph-mon[185614]: pgmap v1560: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:49.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:31:48 smithi055 ceph-mon[183057]: pgmap v1560: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:50.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:31:50 smithi082 ceph-mon[180771]: pgmap v1561: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:51.041 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:31:50 smithi055 ceph-mon[185614]: pgmap v1561: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:51.041 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:31:50 smithi055 ceph-mon[183057]: pgmap v1561: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:52.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:31:52 smithi055 ceph-mon[185614]: pgmap v1562: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:52.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:31:52 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:31:52.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:31:52 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:31:52.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:31:52 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:31:52.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:31:52 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:31:52.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:31:52 smithi055 ceph-mon[183057]: pgmap v1562: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:52.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:31:52 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:31:52.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:31:52 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:31:52.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:31:52 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:31:52.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:31:52 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:31:52.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:31:52 smithi082 ceph-mon[180771]: pgmap v1562: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:52.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:31:52 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:31:52.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:31:52 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:31:52.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:31:52 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:31:52.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:31:52 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:31:54.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:31:54 smithi055 ceph-mon[185614]: pgmap v1563: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:54.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:31:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:31:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:31:54 smithi055 ceph-mon[183057]: pgmap v1563: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:31:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:31:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:31:54 smithi082 ceph-mon[180771]: pgmap v1563: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:31:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:31:55.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:31:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:31:55] "GET /metrics HTTP/1.1" 200 36240 "" "Prometheus/2.43.0" 2023-10-14T00:31:56.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:31:56 smithi055 ceph-mon[185614]: pgmap v1564: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:56.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:31:56 smithi055 ceph-mon[183057]: pgmap v1564: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:56.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:31:56 smithi082 ceph-mon[180771]: pgmap v1564: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:58.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:31:58 smithi055 ceph-mon[183057]: pgmap v1565: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:58.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:31:58 smithi055 ceph-mon[185614]: pgmap v1565: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:31:58.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:31:58 smithi082 ceph-mon[180771]: pgmap v1565: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:00.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:32:00 smithi055 ceph-mon[185614]: pgmap v1566: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:00.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:32:00 smithi055 ceph-mon[183057]: pgmap v1566: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:00.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:32:00 smithi082 ceph-mon[180771]: pgmap v1566: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:02.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:32:02 smithi055 ceph-mon[185614]: pgmap v1567: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:02.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:32:02 smithi055 ceph-mon[183057]: pgmap v1567: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:02.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:32:02 smithi082 ceph-mon[180771]: pgmap v1567: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:04.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:32:04 smithi055 ceph-mon[185614]: pgmap v1568: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:04.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:32:04 smithi055 ceph-mon[183057]: pgmap v1568: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:04.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:32:04 smithi082 ceph-mon[180771]: pgmap v1568: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:05.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:32:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:32:05] "GET /metrics HTTP/1.1" 200 36240 "" "Prometheus/2.43.0" 2023-10-14T00:32:06.798 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:32:06 smithi055 ceph-mon[183057]: pgmap v1569: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:06.798 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:32:06 smithi055 ceph-mon[185614]: pgmap v1569: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:06.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:32:06 smithi082 ceph-mon[180771]: pgmap v1569: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:08.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:32:08 smithi055 ceph-mon[185614]: pgmap v1570: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:08.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:32:08 smithi055 ceph-mon[183057]: pgmap v1570: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:08.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:32:08 smithi082 ceph-mon[180771]: pgmap v1570: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:09.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:32:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:32:09.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:32:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:32:09.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:32:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:32:10.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:32:10 smithi055 ceph-mon[185614]: pgmap v1571: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:10.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:32:10 smithi055 ceph-mon[183057]: pgmap v1571: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:10.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:32:10 smithi082 ceph-mon[180771]: pgmap v1571: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:12.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:32:12 smithi055 ceph-mon[185614]: pgmap v1572: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:12.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:32:12 smithi055 ceph-mon[183057]: pgmap v1572: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:12.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:32:12 smithi082 ceph-mon[180771]: pgmap v1572: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:14.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:32:14 smithi055 ceph-mon[185614]: pgmap v1573: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:14.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:32:14 smithi055 ceph-mon[183057]: pgmap v1573: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:14.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:32:14 smithi082 ceph-mon[180771]: pgmap v1573: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:15.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:32:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:32:15] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T00:32:16.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:32:16 smithi055 ceph-mon[185614]: pgmap v1574: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:16.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:32:16 smithi055 ceph-mon[183057]: pgmap v1574: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:16.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:32:16 smithi082 ceph-mon[180771]: pgmap v1574: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:18.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:32:18 smithi082 ceph-mon[180771]: pgmap v1575: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:19.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:32:18 smithi055 ceph-mon[185614]: pgmap v1575: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:19.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:32:18 smithi055 ceph-mon[183057]: pgmap v1575: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:20.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:32:20 smithi082 ceph-mon[180771]: pgmap v1576: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:21.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:32:20 smithi055 ceph-mon[185614]: pgmap v1576: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:21.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:32:20 smithi055 ceph-mon[183057]: pgmap v1576: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:22.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:32:22 smithi082 ceph-mon[180771]: pgmap v1577: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:23.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:32:22 smithi055 ceph-mon[185614]: pgmap v1577: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:23.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:32:22 smithi055 ceph-mon[183057]: pgmap v1577: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:32:24 smithi082 ceph-mon[180771]: pgmap v1578: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:32:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:32:25.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:32:24 smithi055 ceph-mon[185614]: pgmap v1578: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:25.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:32:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:32:25.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:32:24 smithi055 ceph-mon[183057]: pgmap v1578: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:25.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:32:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:32:25.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:32:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:32:25] "GET /metrics HTTP/1.1" 200 36237 "" "Prometheus/2.43.0" 2023-10-14T00:32:26.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:32:26 smithi082 ceph-mon[180771]: pgmap v1579: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:27.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:32:26 smithi055 ceph-mon[185614]: pgmap v1579: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:27.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:32:26 smithi055 ceph-mon[183057]: pgmap v1579: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:28.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:32:28 smithi082 ceph-mon[180771]: pgmap v1580: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:29.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:32:28 smithi055 ceph-mon[185614]: pgmap v1580: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:29.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:32:28 smithi055 ceph-mon[183057]: pgmap v1580: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:30.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:32:30 smithi082 ceph-mon[180771]: pgmap v1581: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:31.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:32:30 smithi055 ceph-mon[185614]: pgmap v1581: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:31.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:32:30 smithi055 ceph-mon[183057]: pgmap v1581: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:32.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:32:32 smithi082 ceph-mon[180771]: pgmap v1582: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:33.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:32:32 smithi055 ceph-mon[185614]: pgmap v1582: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:33.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:32:32 smithi055 ceph-mon[183057]: pgmap v1582: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:34.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:32:34 smithi082 ceph-mon[180771]: pgmap v1583: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:35.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:32:34 smithi055 ceph-mon[185614]: pgmap v1583: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:35.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:32:34 smithi055 ceph-mon[183057]: pgmap v1583: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:35.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:32:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:32:35] "GET /metrics HTTP/1.1" 200 36237 "" "Prometheus/2.43.0" 2023-10-14T00:32:36.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:32:36 smithi082 ceph-mon[180771]: pgmap v1584: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:37.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:32:36 smithi055 ceph-mon[185614]: pgmap v1584: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:37.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:32:36 smithi055 ceph-mon[183057]: pgmap v1584: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:38.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:32:38 smithi082 ceph-mon[180771]: pgmap v1585: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:39.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:32:38 smithi055 ceph-mon[185614]: pgmap v1585: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:39.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:32:38 smithi055 ceph-mon[183057]: pgmap v1585: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:39.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:32:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:32:40.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:32:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:32:40.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:32:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:32:40.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:32:40 smithi082 ceph-mon[180771]: pgmap v1586: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:41.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:32:40 smithi055 ceph-mon[185614]: pgmap v1586: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:41.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:32:40 smithi055 ceph-mon[183057]: pgmap v1586: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:42.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:32:42 smithi082 ceph-mon[180771]: pgmap v1587: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:43.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:32:42 smithi055 ceph-mon[185614]: pgmap v1587: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:43.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:32:42 smithi055 ceph-mon[183057]: pgmap v1587: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:44.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:32:44 smithi082 ceph-mon[180771]: pgmap v1588: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:45.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:32:44 smithi055 ceph-mon[185614]: pgmap v1588: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:45.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:32:44 smithi055 ceph-mon[183057]: pgmap v1588: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:45.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:32:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:32:45] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T00:32:46.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:32:46 smithi082 ceph-mon[180771]: pgmap v1589: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:47.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:32:46 smithi055 ceph-mon[185614]: pgmap v1589: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:47.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:32:46 smithi055 ceph-mon[183057]: pgmap v1589: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:48.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:32:48 smithi082 ceph-mon[180771]: pgmap v1590: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:49.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:32:48 smithi055 ceph-mon[185614]: pgmap v1590: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:49.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:32:48 smithi055 ceph-mon[183057]: pgmap v1590: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:50.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:32:50 smithi082 ceph-mon[180771]: pgmap v1591: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:51.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:32:50 smithi055 ceph-mon[185614]: pgmap v1591: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:51.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:32:50 smithi055 ceph-mon[183057]: pgmap v1591: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:52.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:32:52 smithi082 ceph-mon[180771]: pgmap v1592: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:52.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:32:52 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:32:53.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:32:52 smithi055 ceph-mon[185614]: pgmap v1592: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:53.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:32:52 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:32:53.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:32:52 smithi055 ceph-mon[183057]: pgmap v1592: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:53.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:32:52 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:32:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:32:54 smithi082 ceph-mon[180771]: pgmap v1593: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:32:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:32:55.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:32:54 smithi055 ceph-mon[185614]: pgmap v1593: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:55.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:32:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:32:55.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:32:54 smithi055 ceph-mon[183057]: pgmap v1593: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:55.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:32:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:32:55.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:32:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:32:55] "GET /metrics HTTP/1.1" 200 36240 "" "Prometheus/2.43.0" 2023-10-14T00:32:56.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:32:55 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:32:56.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:32:55 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:32:56.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:32:55 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:32:56.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:32:55 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:32:56.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:32:55 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:32:56.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:32:55 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:32:56.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:32:55 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:32:56.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:32:55 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:32:56.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:32:55 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:32:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:32:57 smithi082 ceph-mon[180771]: pgmap v1594: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:57.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:32:57 smithi055 ceph-mon[185614]: pgmap v1594: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:57.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:32:57 smithi055 ceph-mon[183057]: pgmap v1594: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:32:59 smithi082 ceph-mon[180771]: pgmap v1595: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:59.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:32:59 smithi055 ceph-mon[185614]: pgmap v1595: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:32:59.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:32:59 smithi055 ceph-mon[183057]: pgmap v1595: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:33:01 smithi082 ceph-mon[180771]: pgmap v1596: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:01.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:33:01 smithi055 ceph-mon[185614]: pgmap v1596: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:01.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:33:01 smithi055 ceph-mon[183057]: pgmap v1596: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:33:03 smithi082 ceph-mon[180771]: pgmap v1597: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:03.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:33:03 smithi055 ceph-mon[185614]: pgmap v1597: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:03.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:33:03 smithi055 ceph-mon[183057]: pgmap v1597: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:05.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:33:05 smithi082 ceph-mon[180771]: pgmap v1598: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:05.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:33:05 smithi055 ceph-mon[185614]: pgmap v1598: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:33:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:33:05] "GET /metrics HTTP/1.1" 200 36240 "" "Prometheus/2.43.0" 2023-10-14T00:33:05.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:33:05 smithi055 ceph-mon[183057]: pgmap v1598: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:33:07 smithi082 ceph-mon[180771]: pgmap v1599: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:07.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:33:07 smithi055 ceph-mon[185614]: pgmap v1599: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:07.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:33:07 smithi055 ceph-mon[183057]: pgmap v1599: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:33:09 smithi082 ceph-mon[180771]: pgmap v1600: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:33:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:33:09.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:33:09 smithi055 ceph-mon[185614]: pgmap v1600: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:09.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:33:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:33:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:33:09 smithi055 ceph-mon[183057]: pgmap v1600: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:33:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:33:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:33:11 smithi082 ceph-mon[180771]: pgmap v1601: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:11.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:33:11 smithi055 ceph-mon[185614]: pgmap v1601: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:11.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:33:11 smithi055 ceph-mon[183057]: pgmap v1601: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:33:13 smithi082 ceph-mon[180771]: pgmap v1602: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:13.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:33:13 smithi055 ceph-mon[185614]: pgmap v1602: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:13.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:33:13 smithi055 ceph-mon[183057]: pgmap v1602: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:33:15 smithi082 ceph-mon[180771]: pgmap v1603: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:15.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:33:15 smithi055 ceph-mon[185614]: pgmap v1603: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:33:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:33:15] "GET /metrics HTTP/1.1" 200 36239 "" "Prometheus/2.43.0" 2023-10-14T00:33:15.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:33:15 smithi055 ceph-mon[183057]: pgmap v1603: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:33:17 smithi082 ceph-mon[180771]: pgmap v1604: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:17.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:33:17 smithi055 ceph-mon[185614]: pgmap v1604: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:17.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:33:17 smithi055 ceph-mon[183057]: pgmap v1604: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:33:19 smithi082 ceph-mon[180771]: pgmap v1605: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:19.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:33:19 smithi055 ceph-mon[185614]: pgmap v1605: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:19.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:33:19 smithi055 ceph-mon[183057]: pgmap v1605: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:33:21 smithi082 ceph-mon[180771]: pgmap v1606: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:21.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:33:21 smithi055 ceph-mon[185614]: pgmap v1606: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:21.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:33:21 smithi055 ceph-mon[183057]: pgmap v1606: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:23.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:33:23 smithi055 ceph-mon[183057]: pgmap v1607: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:23.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:33:23 smithi055 ceph-mon[185614]: pgmap v1607: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:23.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:33:23 smithi082 ceph-mon[180771]: pgmap v1607: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:24.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:33:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:33:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:33:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:33:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:33:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:33:25.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:33:25 smithi055 ceph-mon[185614]: pgmap v1608: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:33:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:33:25] "GET /metrics HTTP/1.1" 200 36238 "" "Prometheus/2.43.0" 2023-10-14T00:33:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:33:25 smithi055 ceph-mon[183057]: pgmap v1608: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:25.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:33:25 smithi082 ceph-mon[180771]: pgmap v1608: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:27.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:33:27 smithi055 ceph-mon[185614]: pgmap v1609: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:27.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:33:27 smithi055 ceph-mon[183057]: pgmap v1609: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:27.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:33:27 smithi082 ceph-mon[180771]: pgmap v1609: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:29.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:33:29 smithi055 ceph-mon[185614]: pgmap v1610: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:33:29 smithi055 ceph-mon[183057]: pgmap v1610: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:29.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:33:29 smithi082 ceph-mon[180771]: pgmap v1610: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:31.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:33:31 smithi055 ceph-mon[185614]: pgmap v1611: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:31.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:33:31 smithi055 ceph-mon[183057]: pgmap v1611: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:31.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:33:31 smithi082 ceph-mon[180771]: pgmap v1611: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:33.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:33:33 smithi055 ceph-mon[185614]: pgmap v1612: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:33:33 smithi055 ceph-mon[183057]: pgmap v1612: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:33.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:33:33 smithi082 ceph-mon[180771]: pgmap v1612: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:35.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:33:35 smithi055 ceph-mon[185614]: pgmap v1613: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:35.518 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:33:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:33:35] "GET /metrics HTTP/1.1" 200 36238 "" "Prometheus/2.43.0" 2023-10-14T00:33:35.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:33:35 smithi055 ceph-mon[183057]: pgmap v1613: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:35.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:33:35 smithi082 ceph-mon[180771]: pgmap v1613: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:37.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:33:37 smithi055 ceph-mon[185614]: pgmap v1614: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:37.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:33:37 smithi055 ceph-mon[183057]: pgmap v1614: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:37.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:33:37 smithi082 ceph-mon[180771]: pgmap v1614: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:39.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:33:39 smithi055 ceph-mon[185614]: pgmap v1615: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:39.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:33:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:33:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:33:39 smithi055 ceph-mon[183057]: pgmap v1615: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:33:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:33:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:33:39 smithi082 ceph-mon[180771]: pgmap v1615: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:33:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:33:41.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:33:41 smithi055 ceph-mon[185614]: pgmap v1616: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:41.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:33:41 smithi055 ceph-mon[183057]: pgmap v1616: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:41.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:33:41 smithi082 ceph-mon[180771]: pgmap v1616: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:43.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:33:43 smithi055 ceph-mon[183057]: pgmap v1617: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:43.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:33:43 smithi055 ceph-mon[185614]: pgmap v1617: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:43.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:33:43 smithi082 ceph-mon[180771]: pgmap v1617: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:45.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:33:45 smithi055 ceph-mon[185614]: pgmap v1618: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:33:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:33:45] "GET /metrics HTTP/1.1" 200 36237 "" "Prometheus/2.43.0" 2023-10-14T00:33:45.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:33:45 smithi055 ceph-mon[183057]: pgmap v1618: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:45.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:33:45 smithi082 ceph-mon[180771]: pgmap v1618: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:47.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:33:47 smithi055 ceph-mon[183057]: pgmap v1619: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:47.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:33:47 smithi055 ceph-mon[185614]: pgmap v1619: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:47.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:33:47 smithi082 ceph-mon[180771]: pgmap v1619: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:49.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:33:49 smithi055 ceph-mon[185614]: pgmap v1620: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:49.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:33:49 smithi055 ceph-mon[183057]: pgmap v1620: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:49.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:33:49 smithi082 ceph-mon[180771]: pgmap v1620: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:50.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:33:50 smithi055 ceph-mon[185614]: pgmap v1621: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:50.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:33:50 smithi055 ceph-mon[183057]: pgmap v1621: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:50.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:33:50 smithi082 ceph-mon[180771]: pgmap v1621: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:52.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:33:52 smithi055 ceph-mon[185614]: pgmap v1622: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:52.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:33:52 smithi055 ceph-mon[183057]: pgmap v1622: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:52.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:33:52 smithi082 ceph-mon[180771]: pgmap v1622: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:54.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:33:54 smithi055 ceph-mon[185614]: pgmap v1623: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:54.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:33:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:33:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:33:54 smithi055 ceph-mon[183057]: pgmap v1623: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:33:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:33:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:33:54 smithi082 ceph-mon[180771]: pgmap v1623: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:33:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:33:55.467 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:33:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:33:55] "GET /metrics HTTP/1.1" 200 36237 "" "Prometheus/2.43.0" 2023-10-14T00:33:55.467 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:33:55 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:33:55.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:33:55 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:33:55.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:33:55 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:33:56.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:33:56 smithi055 ceph-mon[185614]: pgmap v1624: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:56.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:33:56 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:33:56.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:33:56 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:33:56.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:33:56 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:33:56.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:33:56 smithi055 ceph-mon[183057]: pgmap v1624: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:56.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:33:56 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:33:56.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:33:56 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:33:56.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:33:56 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:33:56.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:33:56 smithi082 ceph-mon[180771]: pgmap v1624: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:56.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:33:56 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:33:56.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:33:56 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:33:56.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:33:56 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:33:58.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:33:58 smithi055 ceph-mon[185614]: pgmap v1625: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:58.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:33:58 smithi055 ceph-mon[183057]: pgmap v1625: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:33:58.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:33:58 smithi082 ceph-mon[180771]: pgmap v1625: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:00.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:34:00 smithi055 ceph-mon[185614]: pgmap v1626: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:00.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:34:00 smithi055 ceph-mon[183057]: pgmap v1626: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:00.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:34:00 smithi082 ceph-mon[180771]: pgmap v1626: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:02.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:34:02 smithi055 ceph-mon[185614]: pgmap v1627: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:02.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:34:02 smithi055 ceph-mon[183057]: pgmap v1627: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:02.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:34:02 smithi082 ceph-mon[180771]: pgmap v1627: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:04.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:34:04 smithi055 ceph-mon[185614]: pgmap v1628: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:04.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:34:04 smithi055 ceph-mon[183057]: pgmap v1628: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:04.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:34:04 smithi082 ceph-mon[180771]: pgmap v1628: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:05.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:34:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:34:05] "GET /metrics HTTP/1.1" 200 36237 "" "Prometheus/2.43.0" 2023-10-14T00:34:06.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:34:06 smithi055 ceph-mon[185614]: pgmap v1629: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:06.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:34:06 smithi055 ceph-mon[183057]: pgmap v1629: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:06.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:34:06 smithi082 ceph-mon[180771]: pgmap v1629: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:08.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:34:08 smithi055 ceph-mon[185614]: pgmap v1630: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:08.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:34:08 smithi055 ceph-mon[183057]: pgmap v1630: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:08.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:34:08 smithi082 ceph-mon[180771]: pgmap v1630: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:09.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:34:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:34:10.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:34:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:34:10.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:34:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:34:10.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:34:10 smithi082 ceph-mon[180771]: pgmap v1631: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:11.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:34:10 smithi055 ceph-mon[183057]: pgmap v1631: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:11.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:34:10 smithi055 ceph-mon[185614]: pgmap v1631: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:12.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:34:12 smithi082 ceph-mon[180771]: pgmap v1632: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:13.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:34:12 smithi055 ceph-mon[185614]: pgmap v1632: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:13.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:34:12 smithi055 ceph-mon[183057]: pgmap v1632: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:14.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:34:14 smithi082 ceph-mon[180771]: pgmap v1633: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:15.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:34:14 smithi055 ceph-mon[185614]: pgmap v1633: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:15.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:34:14 smithi055 ceph-mon[183057]: pgmap v1633: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:15.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:34:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:34:15] "GET /metrics HTTP/1.1" 200 36242 "" "Prometheus/2.43.0" 2023-10-14T00:34:16.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:34:16 smithi082 ceph-mon[180771]: pgmap v1634: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:17.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:34:16 smithi055 ceph-mon[185614]: pgmap v1634: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:17.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:34:16 smithi055 ceph-mon[183057]: pgmap v1634: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:18.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:34:18 smithi082 ceph-mon[180771]: pgmap v1635: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:19.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:34:18 smithi055 ceph-mon[185614]: pgmap v1635: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:19.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:34:18 smithi055 ceph-mon[183057]: pgmap v1635: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:20.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:34:20 smithi082 ceph-mon[180771]: pgmap v1636: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:21.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:34:20 smithi055 ceph-mon[185614]: pgmap v1636: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:21.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:34:20 smithi055 ceph-mon[183057]: pgmap v1636: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:22.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:34:22 smithi082 ceph-mon[180771]: pgmap v1637: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:23.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:34:22 smithi055 ceph-mon[185614]: pgmap v1637: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:23.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:34:22 smithi055 ceph-mon[183057]: pgmap v1637: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:34:24 smithi082 ceph-mon[180771]: pgmap v1638: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:34:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:34:25.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:34:24 smithi055 ceph-mon[185614]: pgmap v1638: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:25.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:34:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:34:25.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:34:24 smithi055 ceph-mon[183057]: pgmap v1638: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:25.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:34:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:34:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:34:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:34:25] "GET /metrics HTTP/1.1" 200 36239 "" "Prometheus/2.43.0" 2023-10-14T00:34:26.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:34:26 smithi082 ceph-mon[180771]: pgmap v1639: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:27.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:34:26 smithi055 ceph-mon[185614]: pgmap v1639: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:27.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:34:26 smithi055 ceph-mon[183057]: pgmap v1639: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:28.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:34:28 smithi082 ceph-mon[180771]: pgmap v1640: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:29.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:34:28 smithi055 ceph-mon[185614]: pgmap v1640: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:29.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:34:28 smithi055 ceph-mon[183057]: pgmap v1640: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:30.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:34:30 smithi082 ceph-mon[180771]: pgmap v1641: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:31.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:34:30 smithi055 ceph-mon[185614]: pgmap v1641: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:31.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:34:30 smithi055 ceph-mon[183057]: pgmap v1641: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:32.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:34:32 smithi082 ceph-mon[180771]: pgmap v1642: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:33.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:34:32 smithi055 ceph-mon[185614]: pgmap v1642: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:33.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:34:32 smithi055 ceph-mon[183057]: pgmap v1642: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:34.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:34:34 smithi082 ceph-mon[180771]: pgmap v1643: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:35.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:34:34 smithi055 ceph-mon[185614]: pgmap v1643: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:35.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:34:34 smithi055 ceph-mon[183057]: pgmap v1643: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:35.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:34:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:34:35] "GET /metrics HTTP/1.1" 200 36239 "" "Prometheus/2.43.0" 2023-10-14T00:34:36.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:34:36 smithi082 ceph-mon[180771]: pgmap v1644: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:37.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:34:36 smithi055 ceph-mon[185614]: pgmap v1644: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:37.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:34:36 smithi055 ceph-mon[183057]: pgmap v1644: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:38.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:34:38 smithi082 ceph-mon[180771]: pgmap v1645: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:39.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:34:38 smithi055 ceph-mon[185614]: pgmap v1645: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:39.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:34:38 smithi055 ceph-mon[183057]: pgmap v1645: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:39.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:34:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:34:40.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:34:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:34:40.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:34:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:34:40.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:34:40 smithi082 ceph-mon[180771]: pgmap v1646: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:41.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:34:40 smithi055 ceph-mon[185614]: pgmap v1646: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:41.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:34:40 smithi055 ceph-mon[183057]: pgmap v1646: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:42.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:34:42 smithi082 ceph-mon[180771]: pgmap v1647: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:43.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:34:42 smithi055 ceph-mon[185614]: pgmap v1647: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:43.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:34:42 smithi055 ceph-mon[183057]: pgmap v1647: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:44.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:34:44 smithi082 ceph-mon[180771]: pgmap v1648: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:45.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:34:44 smithi055 ceph-mon[185614]: pgmap v1648: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:45.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:34:44 smithi055 ceph-mon[183057]: pgmap v1648: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:45.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:34:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:34:45] "GET /metrics HTTP/1.1" 200 36240 "" "Prometheus/2.43.0" 2023-10-14T00:34:47.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:34:46 smithi055 ceph-mon[185614]: pgmap v1649: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:47.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:34:46 smithi055 ceph-mon[183057]: pgmap v1649: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:47.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:34:46 smithi082 ceph-mon[180771]: pgmap v1649: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:49.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:34:48 smithi055 ceph-mon[185614]: pgmap v1650: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:49.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:34:48 smithi055 ceph-mon[183057]: pgmap v1650: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:49.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:34:48 smithi082 ceph-mon[180771]: pgmap v1650: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:51.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:34:50 smithi055 ceph-mon[185614]: pgmap v1651: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:51.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:34:50 smithi055 ceph-mon[183057]: pgmap v1651: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:51.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:34:50 smithi082 ceph-mon[180771]: pgmap v1651: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:53.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:34:52 smithi055 ceph-mon[185614]: pgmap v1652: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:53.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:34:52 smithi055 ceph-mon[183057]: pgmap v1652: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:53.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:34:52 smithi082 ceph-mon[180771]: pgmap v1652: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:55.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:34:54 smithi055 ceph-mon[185614]: pgmap v1653: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:55.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:34:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:34:55.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:34:54 smithi055 ceph-mon[183057]: pgmap v1653: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:55.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:34:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:34:55.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:34:54 smithi082 ceph-mon[180771]: pgmap v1653: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:55.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:34:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:34:55.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:34:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:34:55] "GET /metrics HTTP/1.1" 200 36237 "" "Prometheus/2.43.0" 2023-10-14T00:34:57.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:34:56 smithi055 ceph-mon[185614]: pgmap v1654: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:57.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:34:56 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:34:57.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:34:56 smithi055 ceph-mon[183057]: pgmap v1654: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:57.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:34:56 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:34:57.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:34:56 smithi082 ceph-mon[180771]: pgmap v1654: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:57.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:34:56 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:34:58.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:34:57 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:34:58.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:34:57 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:34:58.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:34:57 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:34:58.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:34:57 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:34:58.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:34:57 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:34:58.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:34:57 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:34:58.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:34:57 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:34:58.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:34:57 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:34:58.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:34:57 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:34:59.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:34:58 smithi055 ceph-mon[185614]: pgmap v1655: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:59.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:34:58 smithi055 ceph-mon[183057]: pgmap v1655: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:34:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:34:58 smithi082 ceph-mon[180771]: pgmap v1655: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:01.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:35:01 smithi055 ceph-mon[185614]: pgmap v1656: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:35:01 smithi055 ceph-mon[183057]: pgmap v1656: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:35:01 smithi082 ceph-mon[180771]: pgmap v1656: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:03.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:35:03 smithi055 ceph-mon[185614]: pgmap v1657: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:03.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:35:03 smithi055 ceph-mon[183057]: pgmap v1657: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:35:03 smithi082 ceph-mon[180771]: pgmap v1657: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:05.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:35:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:35:05] "GET /metrics HTTP/1.1" 200 36237 "" "Prometheus/2.43.0" 2023-10-14T00:35:05.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:35:05 smithi055 ceph-mon[185614]: pgmap v1658: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:05.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:35:05 smithi055 ceph-mon[183057]: pgmap v1658: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:05.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:35:05 smithi082 ceph-mon[180771]: pgmap v1658: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:35:07 smithi082 ceph-mon[180771]: pgmap v1659: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:07.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:35:07 smithi055 ceph-mon[185614]: pgmap v1659: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:07.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:35:07 smithi055 ceph-mon[183057]: pgmap v1659: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:35:09 smithi082 ceph-mon[180771]: pgmap v1660: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:35:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:35:09.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:35:09 smithi055 ceph-mon[185614]: pgmap v1660: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:09.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:35:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:35:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:35:09 smithi055 ceph-mon[183057]: pgmap v1660: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:35:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:35:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:35:11 smithi082 ceph-mon[180771]: pgmap v1661: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:11.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:35:11 smithi055 ceph-mon[183057]: pgmap v1661: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:11.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:35:11 smithi055 ceph-mon[185614]: pgmap v1661: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:35:13 smithi082 ceph-mon[180771]: pgmap v1662: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:13.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:35:13 smithi055 ceph-mon[185614]: pgmap v1662: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:13.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:35:13 smithi055 ceph-mon[183057]: pgmap v1662: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:35:15 smithi082 ceph-mon[180771]: pgmap v1663: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:15.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:35:15 smithi055 ceph-mon[185614]: pgmap v1663: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:15.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:35:15 smithi055 ceph-mon[183057]: pgmap v1663: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:35:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:35:15] "GET /metrics HTTP/1.1" 200 36239 "" "Prometheus/2.43.0" 2023-10-14T00:35:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:35:17 smithi082 ceph-mon[180771]: pgmap v1664: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:17.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:35:17 smithi055 ceph-mon[185614]: pgmap v1664: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:17.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:35:17 smithi055 ceph-mon[183057]: pgmap v1664: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:35:19 smithi082 ceph-mon[180771]: pgmap v1665: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:19.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:35:19 smithi055 ceph-mon[185614]: pgmap v1665: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:19.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:35:19 smithi055 ceph-mon[183057]: pgmap v1665: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:35:21 smithi082 ceph-mon[180771]: pgmap v1666: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:21.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:35:21 smithi055 ceph-mon[185614]: pgmap v1666: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:21.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:35:21 smithi055 ceph-mon[183057]: pgmap v1666: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:35:23 smithi082 ceph-mon[180771]: pgmap v1667: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:23.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:35:23 smithi055 ceph-mon[185614]: pgmap v1667: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:23.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:35:23 smithi055 ceph-mon[183057]: pgmap v1667: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:24.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:35:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:35:24.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:35:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:35:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:35:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:35:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:35:25 smithi082 ceph-mon[180771]: pgmap v1668: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:25.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:35:25 smithi055 ceph-mon[185614]: pgmap v1668: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:35:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:35:25] "GET /metrics HTTP/1.1" 200 36240 "" "Prometheus/2.43.0" 2023-10-14T00:35:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:35:25 smithi055 ceph-mon[183057]: pgmap v1668: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:35:27 smithi082 ceph-mon[180771]: pgmap v1669: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:27.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:35:27 smithi055 ceph-mon[185614]: pgmap v1669: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:27.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:35:27 smithi055 ceph-mon[183057]: pgmap v1669: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:35:29 smithi082 ceph-mon[180771]: pgmap v1670: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:29.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:35:29 smithi055 ceph-mon[185614]: pgmap v1670: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:35:29 smithi055 ceph-mon[183057]: pgmap v1670: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:35:31 smithi082 ceph-mon[180771]: pgmap v1671: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:31.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:35:31 smithi055 ceph-mon[185614]: pgmap v1671: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:31.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:35:31 smithi055 ceph-mon[183057]: pgmap v1671: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:35:33 smithi082 ceph-mon[180771]: pgmap v1672: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:33.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:35:33 smithi055 ceph-mon[185614]: pgmap v1672: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:35:33 smithi055 ceph-mon[183057]: pgmap v1672: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:35.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:35:35 smithi082 ceph-mon[180771]: pgmap v1673: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:35.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:35:35 smithi055 ceph-mon[185614]: pgmap v1673: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:35:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:35:35] "GET /metrics HTTP/1.1" 200 36240 "" "Prometheus/2.43.0" 2023-10-14T00:35:35.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:35:35 smithi055 ceph-mon[183057]: pgmap v1673: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:35:37 smithi082 ceph-mon[180771]: pgmap v1674: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:37.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:35:37 smithi055 ceph-mon[185614]: pgmap v1674: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:37.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:35:37 smithi055 ceph-mon[183057]: pgmap v1674: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:39.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:35:39 smithi055 ceph-mon[185614]: pgmap v1675: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:39.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:35:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:35:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:35:39 smithi055 ceph-mon[183057]: pgmap v1675: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:35:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:35:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:35:39 smithi082 ceph-mon[180771]: pgmap v1675: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:35:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:35:41.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:35:41 smithi055 ceph-mon[185614]: pgmap v1676: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:41.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:35:41 smithi055 ceph-mon[183057]: pgmap v1676: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:41.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:35:41 smithi082 ceph-mon[180771]: pgmap v1676: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:43.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:35:43 smithi055 ceph-mon[185614]: pgmap v1677: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:43.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:35:43 smithi055 ceph-mon[183057]: pgmap v1677: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:43.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:35:43 smithi082 ceph-mon[180771]: pgmap v1677: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:45.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:35:45 smithi055 ceph-mon[185614]: pgmap v1678: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:35:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:35:45] "GET /metrics HTTP/1.1" 200 36241 "" "Prometheus/2.43.0" 2023-10-14T00:35:45.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:35:45 smithi055 ceph-mon[183057]: pgmap v1678: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:45.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:35:45 smithi082 ceph-mon[180771]: pgmap v1678: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:47.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:35:47 smithi055 ceph-mon[185614]: pgmap v1679: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:47.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:35:47 smithi055 ceph-mon[183057]: pgmap v1679: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:47.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:35:47 smithi082 ceph-mon[180771]: pgmap v1679: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:49.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:35:49 smithi055 ceph-mon[185614]: pgmap v1680: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:49.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:35:49 smithi055 ceph-mon[183057]: pgmap v1680: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:49.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:35:49 smithi082 ceph-mon[180771]: pgmap v1680: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:51.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:35:51 smithi055 ceph-mon[185614]: pgmap v1681: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:51.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:35:51 smithi055 ceph-mon[183057]: pgmap v1681: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:51.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:35:51 smithi082 ceph-mon[180771]: pgmap v1681: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:53.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:35:53 smithi055 ceph-mon[185614]: pgmap v1682: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:53.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:35:53 smithi055 ceph-mon[183057]: pgmap v1682: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:53.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:35:53 smithi082 ceph-mon[180771]: pgmap v1682: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:35:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:35:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:35:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:35:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:35:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:35:55.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:35:55 smithi055 ceph-mon[185614]: pgmap v1683: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:35:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:35:55] "GET /metrics HTTP/1.1" 200 36239 "" "Prometheus/2.43.0" 2023-10-14T00:35:55.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:35:55 smithi055 ceph-mon[183057]: pgmap v1683: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:55.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:35:55 smithi082 ceph-mon[180771]: pgmap v1683: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:57.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:35:57 smithi055 ceph-mon[185614]: pgmap v1684: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:57.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:35:57 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:35:57.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:35:57 smithi055 ceph-mon[183057]: pgmap v1684: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:57.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:35:57 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:35:57.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:35:57 smithi082 ceph-mon[180771]: pgmap v1684: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:57.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:35:57 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:35:58.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:35:58 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:35:58.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:35:58 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:35:58.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:35:58 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:35:58.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:35:58 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:35:58.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:35:58 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:35:58.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:35:58 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:35:58.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:35:58 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:35:58.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:35:58 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:35:58.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:35:58 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:35:59.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:35:59 smithi055 ceph-mon[185614]: pgmap v1685: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:59.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:35:59 smithi055 ceph-mon[183057]: pgmap v1685: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:35:59.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:35:59 smithi082 ceph-mon[180771]: pgmap v1685: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:01.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:36:01 smithi055 ceph-mon[185614]: pgmap v1686: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:01.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:36:01 smithi055 ceph-mon[183057]: pgmap v1686: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:01.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:36:01 smithi082 ceph-mon[180771]: pgmap v1686: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:03.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:36:03 smithi055 ceph-mon[185614]: pgmap v1687: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:03.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:36:03 smithi055 ceph-mon[183057]: pgmap v1687: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:03.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:36:03 smithi082 ceph-mon[180771]: pgmap v1687: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:05.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:36:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:36:05] "GET /metrics HTTP/1.1" 200 36239 "" "Prometheus/2.43.0" 2023-10-14T00:36:05.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:36:05 smithi055 ceph-mon[185614]: pgmap v1688: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:05.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:36:05 smithi055 ceph-mon[183057]: pgmap v1688: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:05.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:36:05 smithi082 ceph-mon[180771]: pgmap v1688: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:07.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:36:07 smithi055 ceph-mon[185614]: pgmap v1689: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:07.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:36:07 smithi055 ceph-mon[183057]: pgmap v1689: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:07.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:36:07 smithi082 ceph-mon[180771]: pgmap v1689: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:08.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:36:08 smithi055 ceph-mon[185614]: pgmap v1690: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:08.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:36:08 smithi055 ceph-mon[183057]: pgmap v1690: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:08.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:36:08 smithi082 ceph-mon[180771]: pgmap v1690: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:09.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:36:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:36:09.538 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:36:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:36:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:36:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:36:10.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:36:10 smithi055 ceph-mon[183057]: pgmap v1691: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:10.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:36:10 smithi055 ceph-mon[185614]: pgmap v1691: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:10.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:36:10 smithi082 ceph-mon[180771]: pgmap v1691: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:12.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:36:12 smithi055 ceph-mon[185614]: pgmap v1692: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:12.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:36:12 smithi055 ceph-mon[183057]: pgmap v1692: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:12.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:36:12 smithi082 ceph-mon[180771]: pgmap v1692: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:14.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:36:14 smithi055 ceph-mon[185614]: pgmap v1693: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:14.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:36:14 smithi055 ceph-mon[183057]: pgmap v1693: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:14.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:36:14 smithi082 ceph-mon[180771]: pgmap v1693: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:36:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:36:15] "GET /metrics HTTP/1.1" 200 36240 "" "Prometheus/2.43.0" 2023-10-14T00:36:16.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:36:16 smithi055 ceph-mon[185614]: pgmap v1694: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:16.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:36:16 smithi055 ceph-mon[183057]: pgmap v1694: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:16.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:36:16 smithi082 ceph-mon[180771]: pgmap v1694: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:18.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:36:18 smithi055 ceph-mon[185614]: pgmap v1695: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:18.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:36:18 smithi055 ceph-mon[183057]: pgmap v1695: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:18.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:36:18 smithi082 ceph-mon[180771]: pgmap v1695: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:20.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:36:20 smithi055 ceph-mon[185614]: pgmap v1696: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:20.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:36:20 smithi055 ceph-mon[183057]: pgmap v1696: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:20.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:36:20 smithi082 ceph-mon[180771]: pgmap v1696: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:22.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:36:22 smithi055 ceph-mon[185614]: pgmap v1697: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:22.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:36:22 smithi055 ceph-mon[183057]: pgmap v1697: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:22.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:36:22 smithi082 ceph-mon[180771]: pgmap v1697: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:36:24 smithi082 ceph-mon[180771]: pgmap v1698: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:36:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:36:25.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:36:24 smithi055 ceph-mon[185614]: pgmap v1698: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:25.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:36:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:36:25.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:36:24 smithi055 ceph-mon[183057]: pgmap v1698: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:25.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:36:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:36:25.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:36:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:36:25] "GET /metrics HTTP/1.1" 200 36237 "" "Prometheus/2.43.0" 2023-10-14T00:36:26.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:36:26 smithi082 ceph-mon[180771]: pgmap v1699: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:27.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:36:26 smithi055 ceph-mon[185614]: pgmap v1699: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:27.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:36:26 smithi055 ceph-mon[183057]: pgmap v1699: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:28.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:36:28 smithi082 ceph-mon[180771]: pgmap v1700: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:29.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:36:28 smithi055 ceph-mon[185614]: pgmap v1700: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:29.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:36:28 smithi055 ceph-mon[183057]: pgmap v1700: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:30.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:36:30 smithi082 ceph-mon[180771]: pgmap v1701: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:31.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:36:30 smithi055 ceph-mon[185614]: pgmap v1701: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:31.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:36:30 smithi055 ceph-mon[183057]: pgmap v1701: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:32.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:36:32 smithi082 ceph-mon[180771]: pgmap v1702: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:33.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:36:32 smithi055 ceph-mon[185614]: pgmap v1702: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:33.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:36:32 smithi055 ceph-mon[183057]: pgmap v1702: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:34.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:36:34 smithi082 ceph-mon[180771]: pgmap v1703: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:35.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:36:34 smithi055 ceph-mon[185614]: pgmap v1703: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:35.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:36:34 smithi055 ceph-mon[183057]: pgmap v1703: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:36:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:36:35] "GET /metrics HTTP/1.1" 200 36237 "" "Prometheus/2.43.0" 2023-10-14T00:36:36.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:36:36 smithi082 ceph-mon[180771]: pgmap v1704: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:37.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:36:36 smithi055 ceph-mon[185614]: pgmap v1704: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:37.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:36:36 smithi055 ceph-mon[183057]: pgmap v1704: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:38.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:36:38 smithi082 ceph-mon[180771]: pgmap v1705: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:39.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:36:38 smithi055 ceph-mon[185614]: pgmap v1705: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:39.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:36:38 smithi055 ceph-mon[183057]: pgmap v1705: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:39.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:36:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:36:40.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:36:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:36:40.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:36:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:36:40.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:36:40 smithi082 ceph-mon[180771]: pgmap v1706: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:41.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:36:40 smithi055 ceph-mon[185614]: pgmap v1706: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:41.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:36:40 smithi055 ceph-mon[183057]: pgmap v1706: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:42.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:36:42 smithi082 ceph-mon[180771]: pgmap v1707: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:43.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:36:42 smithi055 ceph-mon[185614]: pgmap v1707: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:43.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:36:42 smithi055 ceph-mon[183057]: pgmap v1707: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:44.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:36:44 smithi082 ceph-mon[180771]: pgmap v1708: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:45.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:36:44 smithi055 ceph-mon[185614]: pgmap v1708: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:45.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:36:44 smithi055 ceph-mon[183057]: pgmap v1708: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:45.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:36:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:36:45] "GET /metrics HTTP/1.1" 200 36242 "" "Prometheus/2.43.0" 2023-10-14T00:36:46.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:36:46 smithi082 ceph-mon[180771]: pgmap v1709: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:47.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:36:46 smithi055 ceph-mon[185614]: pgmap v1709: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:47.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:36:46 smithi055 ceph-mon[183057]: pgmap v1709: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:48.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:36:48 smithi082 ceph-mon[180771]: pgmap v1710: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:49.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:36:48 smithi055 ceph-mon[185614]: pgmap v1710: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:49.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:36:48 smithi055 ceph-mon[183057]: pgmap v1710: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:50.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:36:50 smithi082 ceph-mon[180771]: pgmap v1711: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:51.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:36:50 smithi055 ceph-mon[185614]: pgmap v1711: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:51.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:36:50 smithi055 ceph-mon[183057]: pgmap v1711: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:52.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:36:52 smithi082 ceph-mon[180771]: pgmap v1712: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:53.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:36:52 smithi055 ceph-mon[185614]: pgmap v1712: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:53.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:36:52 smithi055 ceph-mon[183057]: pgmap v1712: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:36:54 smithi082 ceph-mon[180771]: pgmap v1713: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:36:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:36:55.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:36:54 smithi055 ceph-mon[185614]: pgmap v1713: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:55.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:36:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:36:55.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:36:54 smithi055 ceph-mon[183057]: pgmap v1713: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:55.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:36:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:36:55.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:36:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:36:55] "GET /metrics HTTP/1.1" 200 36241 "" "Prometheus/2.43.0" 2023-10-14T00:36:56.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:36:56 smithi082 ceph-mon[180771]: pgmap v1714: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:57.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:36:56 smithi055 ceph-mon[185614]: pgmap v1714: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:57.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:36:56 smithi055 ceph-mon[183057]: pgmap v1714: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:58.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:36:58 smithi082 ceph-mon[180771]: pgmap v1715: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:58.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:36:58 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:36:59.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:36:58 smithi055 ceph-mon[185614]: pgmap v1715: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:59.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:36:58 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:36:59.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:36:58 smithi055 ceph-mon[183057]: pgmap v1715: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:36:59.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:36:58 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:37:00.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:36:59 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:37:00.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:36:59 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:37:00.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:36:59 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:37:00.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:36:59 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:37:00.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:36:59 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:37:00.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:36:59 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:37:00.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:36:59 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:37:00.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:36:59 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:37:00.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:36:59 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:37:00.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:36:59 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:37:00.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:36:59 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:37:00.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:36:59 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:37:00.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:36:59 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:37:00.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:36:59 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:37:00.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:36:59 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:37:01.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:37:00 smithi082 ceph-mon[180771]: pgmap v1716: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:01.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:37:00 smithi055 ceph-mon[185614]: pgmap v1716: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:37:00 smithi055 ceph-mon[183057]: pgmap v1716: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:03.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:37:02 smithi082 ceph-mon[180771]: pgmap v1717: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:03.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:37:02 smithi055 ceph-mon[185614]: pgmap v1717: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:03.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:37:02 smithi055 ceph-mon[183057]: pgmap v1717: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:05.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:37:04 smithi082 ceph-mon[180771]: pgmap v1718: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:05.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:37:04 smithi055 ceph-mon[185614]: pgmap v1718: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:05.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:37:04 smithi055 ceph-mon[183057]: pgmap v1718: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:05.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:37:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:37:05] "GET /metrics HTTP/1.1" 200 36241 "" "Prometheus/2.43.0" 2023-10-14T00:37:07.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:37:06 smithi082 ceph-mon[180771]: pgmap v1719: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:07.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:37:06 smithi055 ceph-mon[183057]: pgmap v1719: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:07.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:37:06 smithi055 ceph-mon[185614]: pgmap v1719: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:09.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:37:08 smithi082 ceph-mon[180771]: pgmap v1720: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:09.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:37:08 smithi055 ceph-mon[185614]: pgmap v1720: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:37:08 smithi055 ceph-mon[183057]: pgmap v1720: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:10.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:37:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:37:10.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:37:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:37:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:37:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:37:11.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:37:10 smithi082 ceph-mon[180771]: pgmap v1721: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:11.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:37:10 smithi055 ceph-mon[185614]: pgmap v1721: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:11.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:37:10 smithi055 ceph-mon[183057]: pgmap v1721: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:13.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:37:12 smithi055 ceph-mon[185614]: pgmap v1722: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:13.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:37:12 smithi055 ceph-mon[183057]: pgmap v1722: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:37:12 smithi082 ceph-mon[180771]: pgmap v1722: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:15.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:37:14 smithi055 ceph-mon[185614]: pgmap v1723: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:15.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:37:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:37:15] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T00:37:15.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:37:14 smithi055 ceph-mon[183057]: pgmap v1723: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:37:14 smithi082 ceph-mon[180771]: pgmap v1723: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:17.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:37:16 smithi055 ceph-mon[185614]: pgmap v1724: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:17.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:37:16 smithi055 ceph-mon[183057]: pgmap v1724: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:37:16 smithi082 ceph-mon[180771]: pgmap v1724: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:19.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:37:18 smithi055 ceph-mon[185614]: pgmap v1725: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:19.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:37:18 smithi055 ceph-mon[183057]: pgmap v1725: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:37:18 smithi082 ceph-mon[180771]: pgmap v1725: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:21.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:37:20 smithi055 ceph-mon[185614]: pgmap v1726: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:21.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:37:20 smithi055 ceph-mon[183057]: pgmap v1726: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:21.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:37:20 smithi082 ceph-mon[180771]: pgmap v1726: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:23.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:37:22 smithi055 ceph-mon[185614]: pgmap v1727: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:23.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:37:22 smithi055 ceph-mon[183057]: pgmap v1727: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:37:22 smithi082 ceph-mon[180771]: pgmap v1727: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:24.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:37:23 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:37:24.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:37:23 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:37:24.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:37:23 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:37:25.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:37:24 smithi055 ceph-mon[185614]: pgmap v1728: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:25.270 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:37:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:37:25] "GET /metrics HTTP/1.1" 200 36239 "" "Prometheus/2.43.0" 2023-10-14T00:37:25.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:37:24 smithi055 ceph-mon[183057]: pgmap v1728: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:37:24 smithi082 ceph-mon[180771]: pgmap v1728: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:27.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:37:26 smithi055 ceph-mon[185614]: pgmap v1729: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:27.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:37:26 smithi055 ceph-mon[183057]: pgmap v1729: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:37:26 smithi082 ceph-mon[180771]: pgmap v1729: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:29.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:37:28 smithi055 ceph-mon[185614]: pgmap v1730: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:29.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:37:28 smithi055 ceph-mon[183057]: pgmap v1730: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:37:28 smithi082 ceph-mon[180771]: pgmap v1730: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:31.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:37:30 smithi055 ceph-mon[185614]: pgmap v1731: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:31.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:37:30 smithi055 ceph-mon[183057]: pgmap v1731: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:37:30 smithi082 ceph-mon[180771]: pgmap v1731: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:33.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:37:32 smithi055 ceph-mon[185614]: pgmap v1732: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:33.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:37:32 smithi055 ceph-mon[183057]: pgmap v1732: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:37:32 smithi082 ceph-mon[180771]: pgmap v1732: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:35.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:37:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:37:35] "GET /metrics HTTP/1.1" 200 36239 "" "Prometheus/2.43.0" 2023-10-14T00:37:35.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:37:34 smithi055 ceph-mon[185614]: pgmap v1733: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:35.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:37:34 smithi055 ceph-mon[183057]: pgmap v1733: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:35.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:37:34 smithi082 ceph-mon[180771]: pgmap v1733: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:37.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:37:36 smithi055 ceph-mon[185614]: pgmap v1734: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:37.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:37:36 smithi055 ceph-mon[183057]: pgmap v1734: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:37:36 smithi082 ceph-mon[180771]: pgmap v1734: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:39.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:37:38 smithi055 ceph-mon[185614]: pgmap v1735: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:39.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:37:38 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:37:39.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:37:38 smithi055 ceph-mon[183057]: pgmap v1735: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:39.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:37:38 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:37:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:37:38 smithi082 ceph-mon[180771]: pgmap v1735: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:37:38 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:37:41.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:37:40 smithi055 ceph-mon[185614]: pgmap v1736: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:41.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:37:40 smithi055 ceph-mon[183057]: pgmap v1736: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:41.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:37:40 smithi082 ceph-mon[180771]: pgmap v1736: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:43.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:37:42 smithi055 ceph-mon[185614]: pgmap v1737: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:43.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:37:42 smithi055 ceph-mon[183057]: pgmap v1737: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:43.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:37:42 smithi082 ceph-mon[180771]: pgmap v1737: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:45.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:37:44 smithi055 ceph-mon[185614]: pgmap v1738: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:45.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:37:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:37:45] "GET /metrics HTTP/1.1" 200 36241 "" "Prometheus/2.43.0" 2023-10-14T00:37:45.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:37:44 smithi055 ceph-mon[183057]: pgmap v1738: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:45.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:37:44 smithi082 ceph-mon[180771]: pgmap v1738: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:47.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:37:46 smithi055 ceph-mon[185614]: pgmap v1739: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:47.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:37:46 smithi055 ceph-mon[183057]: pgmap v1739: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:37:46 smithi082 ceph-mon[180771]: pgmap v1739: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:49.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:37:49 smithi055 ceph-mon[185614]: pgmap v1740: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:49.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:37:49 smithi055 ceph-mon[183057]: pgmap v1740: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:37:49 smithi082 ceph-mon[180771]: pgmap v1740: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:51.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:37:51 smithi055 ceph-mon[185614]: pgmap v1741: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:51.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:37:51 smithi055 ceph-mon[183057]: pgmap v1741: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:37:51 smithi082 ceph-mon[180771]: pgmap v1741: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:53.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:37:53 smithi082 ceph-mon[180771]: pgmap v1742: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:53.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:37:53 smithi055 ceph-mon[185614]: pgmap v1742: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:53.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:37:53 smithi055 ceph-mon[183057]: pgmap v1742: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:54.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:37:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:37:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:37:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:37:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:37:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:37:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:37:55 smithi082 ceph-mon[180771]: pgmap v1743: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:55.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:37:55 smithi055 ceph-mon[185614]: pgmap v1743: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:37:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:37:55] "GET /metrics HTTP/1.1" 200 36240 "" "Prometheus/2.43.0" 2023-10-14T00:37:55.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:37:55 smithi055 ceph-mon[183057]: pgmap v1743: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:37:57 smithi082 ceph-mon[180771]: pgmap v1744: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:57.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:37:57 smithi055 ceph-mon[185614]: pgmap v1744: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:57.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:37:57 smithi055 ceph-mon[183057]: pgmap v1744: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:37:59 smithi082 ceph-mon[180771]: pgmap v1745: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:59.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:37:59 smithi055 ceph-mon[185614]: pgmap v1745: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:37:59.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:37:59 smithi055 ceph-mon[183057]: pgmap v1745: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:00.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:38:00 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:38:00.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:38:00 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:38:00.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:38:00 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:38:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:38:01 smithi082 ceph-mon[180771]: pgmap v1746: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:38:01 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:38:01.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:38:01 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:38:01.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:38:01 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:38:01.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:38:01 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:38:01.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:38:01 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:38:01.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:38:01 smithi055 ceph-mon[185614]: pgmap v1746: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:01.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:38:01 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:38:01.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:38:01 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:38:01.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:38:01 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:38:01.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:38:01 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:38:01.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:38:01 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:38:01.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:38:01 smithi055 ceph-mon[183057]: pgmap v1746: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:01.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:38:01 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:38:01.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:38:01 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:38:01.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:38:01 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:38:01.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:38:01 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:38:01.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:38:01 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:38:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:38:03 smithi082 ceph-mon[180771]: pgmap v1747: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:03.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:38:03 smithi055 ceph-mon[185614]: pgmap v1747: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:03.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:38:03 smithi055 ceph-mon[183057]: pgmap v1747: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:05.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:38:05 smithi082 ceph-mon[180771]: pgmap v1748: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:05.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:38:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:38:05] "GET /metrics HTTP/1.1" 200 36240 "" "Prometheus/2.43.0" 2023-10-14T00:38:05.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:38:05 smithi055 ceph-mon[185614]: pgmap v1748: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:05.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:38:05 smithi055 ceph-mon[183057]: pgmap v1748: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:38:07 smithi082 ceph-mon[180771]: pgmap v1749: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:07.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:38:07 smithi055 ceph-mon[185614]: pgmap v1749: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:07.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:38:07 smithi055 ceph-mon[183057]: pgmap v1749: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:38:09 smithi082 ceph-mon[180771]: pgmap v1750: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:38:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:38:09.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:38:09 smithi055 ceph-mon[185614]: pgmap v1750: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:09.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:38:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:38:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:38:09 smithi055 ceph-mon[183057]: pgmap v1750: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:38:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:38:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:38:11 smithi082 ceph-mon[180771]: pgmap v1751: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:11.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:38:11 smithi055 ceph-mon[185614]: pgmap v1751: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:11.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:38:11 smithi055 ceph-mon[183057]: pgmap v1751: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:38:13 smithi082 ceph-mon[180771]: pgmap v1752: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:13.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:38:13 smithi055 ceph-mon[185614]: pgmap v1752: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:13.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:38:13 smithi055 ceph-mon[183057]: pgmap v1752: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:38:15 smithi082 ceph-mon[180771]: pgmap v1753: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:15.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:38:15 smithi055 ceph-mon[185614]: pgmap v1753: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:38:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:38:15] "GET /metrics HTTP/1.1" 200 36240 "" "Prometheus/2.43.0" 2023-10-14T00:38:15.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:38:15 smithi055 ceph-mon[183057]: pgmap v1753: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:38:17 smithi082 ceph-mon[180771]: pgmap v1754: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:17.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:38:17 smithi055 ceph-mon[185614]: pgmap v1754: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:17.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:38:17 smithi055 ceph-mon[183057]: pgmap v1754: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:38:19 smithi082 ceph-mon[180771]: pgmap v1755: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:19.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:38:19 smithi055 ceph-mon[185614]: pgmap v1755: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:19.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:38:19 smithi055 ceph-mon[183057]: pgmap v1755: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:38:21 smithi082 ceph-mon[180771]: pgmap v1756: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:21.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:38:21 smithi055 ceph-mon[185614]: pgmap v1756: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:21.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:38:21 smithi055 ceph-mon[183057]: pgmap v1756: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:38:23 smithi082 ceph-mon[180771]: pgmap v1757: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:23.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:38:23 smithi055 ceph-mon[185614]: pgmap v1757: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:23.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:38:23 smithi055 ceph-mon[183057]: pgmap v1757: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:24.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:38:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:38:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:38:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:38:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:38:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:38:25.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:38:25 smithi055 ceph-mon[183057]: pgmap v1758: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:25.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:38:25 smithi055 ceph-mon[185614]: pgmap v1758: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:38:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:38:25] "GET /metrics HTTP/1.1" 200 36240 "" "Prometheus/2.43.0" 2023-10-14T00:38:25.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:38:25 smithi082 ceph-mon[180771]: pgmap v1758: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:27.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:38:27 smithi055 ceph-mon[185614]: pgmap v1759: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:27.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:38:27 smithi055 ceph-mon[183057]: pgmap v1759: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:27.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:38:27 smithi082 ceph-mon[180771]: pgmap v1759: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:29.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:38:29 smithi055 ceph-mon[185614]: pgmap v1760: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:38:29 smithi055 ceph-mon[183057]: pgmap v1760: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:29.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:38:29 smithi082 ceph-mon[180771]: pgmap v1760: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:31.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:38:31 smithi055 ceph-mon[185614]: pgmap v1761: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:31.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:38:31 smithi055 ceph-mon[183057]: pgmap v1761: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:31.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:38:31 smithi082 ceph-mon[180771]: pgmap v1761: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:33.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:38:33 smithi055 ceph-mon[183057]: pgmap v1762: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:33.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:38:33 smithi055 ceph-mon[185614]: pgmap v1762: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:33.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:38:33 smithi082 ceph-mon[180771]: pgmap v1762: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:35.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:38:35 smithi055 ceph-mon[185614]: pgmap v1763: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:35.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:38:35 smithi055 ceph-mon[183057]: pgmap v1763: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:38:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:38:35] "GET /metrics HTTP/1.1" 200 36240 "" "Prometheus/2.43.0" 2023-10-14T00:38:35.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:38:35 smithi082 ceph-mon[180771]: pgmap v1763: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:37.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:38:37 smithi055 ceph-mon[183057]: pgmap v1764: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:37.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:38:37 smithi055 ceph-mon[185614]: pgmap v1764: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:37.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:38:37 smithi082 ceph-mon[180771]: pgmap v1764: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:39.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:38:39 smithi055 ceph-mon[185614]: pgmap v1765: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:39.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:38:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:38:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:38:39 smithi055 ceph-mon[183057]: pgmap v1765: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:38:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:38:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:38:39 smithi082 ceph-mon[180771]: pgmap v1765: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:38:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:38:41.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:38:41 smithi055 ceph-mon[185614]: pgmap v1766: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:41.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:38:41 smithi055 ceph-mon[183057]: pgmap v1766: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:41.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:38:41 smithi082 ceph-mon[180771]: pgmap v1766: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:43.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:38:43 smithi055 ceph-mon[185614]: pgmap v1767: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:43.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:38:43 smithi055 ceph-mon[183057]: pgmap v1767: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:43.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:38:43 smithi082 ceph-mon[180771]: pgmap v1767: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:45.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:38:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:38:45] "GET /metrics HTTP/1.1" 200 36238 "" "Prometheus/2.43.0" 2023-10-14T00:38:45.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:38:45 smithi055 ceph-mon[185614]: pgmap v1768: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:45.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:38:45 smithi055 ceph-mon[183057]: pgmap v1768: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:45.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:38:45 smithi082 ceph-mon[180771]: pgmap v1768: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:47.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:38:47 smithi055 ceph-mon[185614]: pgmap v1769: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:47.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:38:47 smithi055 ceph-mon[183057]: pgmap v1769: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:47.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:38:47 smithi082 ceph-mon[180771]: pgmap v1769: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:49.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:38:49 smithi055 ceph-mon[185614]: pgmap v1770: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:49.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:38:49 smithi055 ceph-mon[183057]: pgmap v1770: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:49.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:38:49 smithi082 ceph-mon[180771]: pgmap v1770: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:51.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:38:51 smithi055 ceph-mon[185614]: pgmap v1771: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:51.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:38:51 smithi055 ceph-mon[183057]: pgmap v1771: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:51.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:38:51 smithi082 ceph-mon[180771]: pgmap v1771: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:53.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:38:53 smithi055 ceph-mon[183057]: pgmap v1772: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:53.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:38:53 smithi055 ceph-mon[185614]: pgmap v1772: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:53.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:38:53 smithi082 ceph-mon[180771]: pgmap v1772: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:38:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:38:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:38:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:38:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:38:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:38:55.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:38:55 smithi055 ceph-mon[185614]: pgmap v1773: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:38:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:38:55] "GET /metrics HTTP/1.1" 200 36239 "" "Prometheus/2.43.0" 2023-10-14T00:38:55.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:38:55 smithi055 ceph-mon[183057]: pgmap v1773: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:55.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:38:55 smithi082 ceph-mon[180771]: pgmap v1773: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:57.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:38:57 smithi055 ceph-mon[185614]: pgmap v1774: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:57.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:38:57 smithi055 ceph-mon[183057]: pgmap v1774: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:57.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:38:57 smithi082 ceph-mon[180771]: pgmap v1774: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:58.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:38:58 smithi082 ceph-mon[180771]: pgmap v1775: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:58.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:38:58 smithi055 ceph-mon[185614]: pgmap v1775: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:38:58.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:38:58 smithi055 ceph-mon[183057]: pgmap v1775: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:00.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:39:00 smithi055 ceph-mon[185614]: pgmap v1776: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:00.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:39:00 smithi055 ceph-mon[183057]: pgmap v1776: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:00.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:39:00 smithi082 ceph-mon[180771]: pgmap v1776: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:01.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:39:01 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:39:01.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:39:01 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:39:01.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:39:01 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:39:02.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:39:02 smithi055 ceph-mon[185614]: pgmap v1777: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:02.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:39:02 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:39:02.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:39:02 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:39:02.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:39:02 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:39:02.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:39:02 smithi055 ceph-mon[183057]: pgmap v1777: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:02.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:39:02 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:39:02.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:39:02 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:39:02.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:39:02 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:39:02.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:39:02 smithi082 ceph-mon[180771]: pgmap v1777: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:02.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:39:02 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:39:02.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:39:02 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:39:02.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:39:02 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:39:04.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:39:04 smithi055 ceph-mon[185614]: pgmap v1778: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:04.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:39:04 smithi055 ceph-mon[183057]: pgmap v1778: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:04.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:39:04 smithi082 ceph-mon[180771]: pgmap v1778: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:05.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:39:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:39:05] "GET /metrics HTTP/1.1" 200 36239 "" "Prometheus/2.43.0" 2023-10-14T00:39:06.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:39:06 smithi055 ceph-mon[185614]: pgmap v1779: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:06.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:39:06 smithi055 ceph-mon[183057]: pgmap v1779: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:06.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:39:06 smithi082 ceph-mon[180771]: pgmap v1779: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:08.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:39:08 smithi082 ceph-mon[180771]: pgmap v1780: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:09.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:39:08 smithi055 ceph-mon[185614]: pgmap v1780: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:09.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:39:08 smithi055 ceph-mon[183057]: pgmap v1780: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:09.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:39:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:39:10.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:39:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:39:10.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:39:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:39:10.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:39:10 smithi082 ceph-mon[180771]: pgmap v1781: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:11.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:39:10 smithi055 ceph-mon[185614]: pgmap v1781: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:11.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:39:10 smithi055 ceph-mon[183057]: pgmap v1781: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:12.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:39:12 smithi082 ceph-mon[180771]: pgmap v1782: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:13.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:39:12 smithi055 ceph-mon[185614]: pgmap v1782: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:13.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:39:12 smithi055 ceph-mon[183057]: pgmap v1782: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:14.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:39:14 smithi082 ceph-mon[180771]: pgmap v1783: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:15.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:39:14 smithi055 ceph-mon[185614]: pgmap v1783: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:15.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:39:14 smithi055 ceph-mon[183057]: pgmap v1783: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:15.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:39:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:39:15] "GET /metrics HTTP/1.1" 200 36238 "" "Prometheus/2.43.0" 2023-10-14T00:39:16.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:39:16 smithi082 ceph-mon[180771]: pgmap v1784: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:17.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:39:16 smithi055 ceph-mon[185614]: pgmap v1784: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:17.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:39:16 smithi055 ceph-mon[183057]: pgmap v1784: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:18.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:39:18 smithi082 ceph-mon[180771]: pgmap v1785: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:19.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:39:18 smithi055 ceph-mon[185614]: pgmap v1785: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:19.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:39:18 smithi055 ceph-mon[183057]: pgmap v1785: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:20.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:39:20 smithi082 ceph-mon[180771]: pgmap v1786: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:21.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:39:20 smithi055 ceph-mon[185614]: pgmap v1786: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:21.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:39:20 smithi055 ceph-mon[183057]: pgmap v1786: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:22.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:39:22 smithi082 ceph-mon[180771]: pgmap v1787: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:23.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:39:22 smithi055 ceph-mon[185614]: pgmap v1787: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:23.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:39:22 smithi055 ceph-mon[183057]: pgmap v1787: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:39:24 smithi082 ceph-mon[180771]: pgmap v1788: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:39:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:39:25.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:39:24 smithi055 ceph-mon[185614]: pgmap v1788: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:25.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:39:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:39:25.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:39:24 smithi055 ceph-mon[183057]: pgmap v1788: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:25.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:39:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:39:25.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:39:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:39:25] "GET /metrics HTTP/1.1" 200 36237 "" "Prometheus/2.43.0" 2023-10-14T00:39:26.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:39:26 smithi082 ceph-mon[180771]: pgmap v1789: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:27.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:39:26 smithi055 ceph-mon[185614]: pgmap v1789: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:27.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:39:26 smithi055 ceph-mon[183057]: pgmap v1789: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:27.875 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:39:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[225424]: logger=cleanup t=2023-10-14T00:39:27.476295672Z level=info msg="Completed cleanup jobs" duration=12.636199ms 2023-10-14T00:39:28.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:39:28 smithi082 ceph-mon[180771]: pgmap v1790: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:29.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:39:28 smithi055 ceph-mon[185614]: pgmap v1790: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:29.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:39:28 smithi055 ceph-mon[183057]: pgmap v1790: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:30.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:39:30 smithi082 ceph-mon[180771]: pgmap v1791: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:31.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:39:30 smithi055 ceph-mon[185614]: pgmap v1791: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:31.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:39:30 smithi055 ceph-mon[183057]: pgmap v1791: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:32.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:39:32 smithi082 ceph-mon[180771]: pgmap v1792: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:33.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:39:32 smithi055 ceph-mon[185614]: pgmap v1792: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:33.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:39:32 smithi055 ceph-mon[183057]: pgmap v1792: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:34.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:39:34 smithi082 ceph-mon[180771]: pgmap v1793: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:35.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:39:34 smithi055 ceph-mon[185614]: pgmap v1793: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:35.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:39:34 smithi055 ceph-mon[183057]: pgmap v1793: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:35.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:39:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:39:35] "GET /metrics HTTP/1.1" 200 36237 "" "Prometheus/2.43.0" 2023-10-14T00:39:36.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:39:36 smithi082 ceph-mon[180771]: pgmap v1794: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:37.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:39:36 smithi055 ceph-mon[185614]: pgmap v1794: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:37.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:39:36 smithi055 ceph-mon[183057]: pgmap v1794: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:39.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:39:38 smithi055 ceph-mon[185614]: pgmap v1795: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:39.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:39:38 smithi055 ceph-mon[183057]: pgmap v1795: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:39.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:39:38 smithi082 ceph-mon[180771]: pgmap v1795: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:40.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:39:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:39:40.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:39:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:39:40.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:39:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:39:41.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:39:40 smithi055 ceph-mon[185614]: pgmap v1796: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:41.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:39:40 smithi055 ceph-mon[183057]: pgmap v1796: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:41.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:39:40 smithi082 ceph-mon[180771]: pgmap v1796: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:43.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:39:42 smithi055 ceph-mon[185614]: pgmap v1797: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:43.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:39:42 smithi055 ceph-mon[183057]: pgmap v1797: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:43.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:39:42 smithi082 ceph-mon[180771]: pgmap v1797: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:45.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:39:44 smithi055 ceph-mon[185614]: pgmap v1798: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:45.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:39:44 smithi055 ceph-mon[183057]: pgmap v1798: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:45.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:39:44 smithi082 ceph-mon[180771]: pgmap v1798: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:45.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:39:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:39:45] "GET /metrics HTTP/1.1" 200 36241 "" "Prometheus/2.43.0" 2023-10-14T00:39:47.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:39:46 smithi055 ceph-mon[185614]: pgmap v1799: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:47.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:39:46 smithi055 ceph-mon[183057]: pgmap v1799: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:47.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:39:46 smithi082 ceph-mon[180771]: pgmap v1799: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:49.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:39:48 smithi055 ceph-mon[185614]: pgmap v1800: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:49.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:39:48 smithi055 ceph-mon[183057]: pgmap v1800: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:49.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:39:48 smithi082 ceph-mon[180771]: pgmap v1800: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:51.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:39:50 smithi055 ceph-mon[185614]: pgmap v1801: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:51.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:39:50 smithi055 ceph-mon[183057]: pgmap v1801: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:51.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:39:50 smithi082 ceph-mon[180771]: pgmap v1801: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:53.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:39:52 smithi055 ceph-mon[185614]: pgmap v1802: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:53.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:39:52 smithi055 ceph-mon[183057]: pgmap v1802: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:53.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:39:52 smithi082 ceph-mon[180771]: pgmap v1802: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:55.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:39:54 smithi055 ceph-mon[185614]: pgmap v1803: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:55.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:39:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:39:55.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:39:54 smithi055 ceph-mon[183057]: pgmap v1803: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:55.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:39:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:39:55.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:39:54 smithi082 ceph-mon[180771]: pgmap v1803: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:55.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:39:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:39:55.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:39:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:39:55] "GET /metrics HTTP/1.1" 200 36242 "" "Prometheus/2.43.0" 2023-10-14T00:39:57.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:39:56 smithi055 ceph-mon[185614]: pgmap v1804: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:57.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:39:56 smithi055 ceph-mon[183057]: pgmap v1804: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:57.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:39:56 smithi082 ceph-mon[180771]: pgmap v1804: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:59.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:39:58 smithi055 ceph-mon[185614]: pgmap v1805: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:59.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:39:58 smithi055 ceph-mon[183057]: pgmap v1805: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:39:59.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:39:58 smithi082 ceph-mon[180771]: pgmap v1805: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:01.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:40:00 smithi055 ceph-mon[183057]: pgmap v1806: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:01.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:40:00 smithi055 ceph-mon[183057]: overall HEALTH_OK 2023-10-14T00:40:01.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:40:00 smithi055 ceph-mon[185614]: pgmap v1806: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:01.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:40:00 smithi055 ceph-mon[185614]: overall HEALTH_OK 2023-10-14T00:40:01.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:40:00 smithi082 ceph-mon[180771]: pgmap v1806: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:01.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:40:00 smithi082 ceph-mon[180771]: overall HEALTH_OK 2023-10-14T00:40:02.537 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:40:02 smithi082 ceph-mon[180771]: pgmap v1807: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:02.537 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:40:02 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:40:02.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:40:02 smithi055 ceph-mon[185614]: pgmap v1807: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:02.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:40:02 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:40:02.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:40:02 smithi055 ceph-mon[183057]: pgmap v1807: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:02.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:40:02 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:40:04.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:40:04 smithi055 ceph-mon[185614]: pgmap v1808: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:04.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:40:04 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:40:04.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:40:04 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:40:04.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:40:04 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:40:04.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:40:04 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:40:04.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:40:04 smithi055 ceph-mon[183057]: pgmap v1808: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:04.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:40:04 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:40:04.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:40:04 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:40:04.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:40:04 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:40:04.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:40:04 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:40:04.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:40:04 smithi082 ceph-mon[180771]: pgmap v1808: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:04.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:40:04 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:40:04.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:40:04 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:40:04.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:40:04 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:40:04.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:40:04 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:40:05.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:40:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:40:05] "GET /metrics HTTP/1.1" 200 36242 "" "Prometheus/2.43.0" 2023-10-14T00:40:06.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:40:05 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:40:06.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:40:05 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:40:06.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:40:05 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:40:06.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:40:05 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:40:06.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:40:05 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:40:06.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:40:05 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:40:06.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:40:05 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:40:06.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:40:05 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:40:06.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:40:05 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:40:06.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:40:05 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:40:06.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:40:05 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:40:06.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:40:05 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:40:06.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:40:06 smithi055 ceph-mon[185614]: pgmap v1809: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:06.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:40:06 smithi055 ceph-mon[183057]: pgmap v1809: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:07.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:40:06 smithi082 ceph-mon[180771]: pgmap v1809: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:08.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:40:07 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:40:08.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:40:07 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:40:08.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:40:07 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:40:08.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:40:07 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:40:08.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:40:07 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:40:08.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:40:07 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:40:09.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:40:08 smithi055 ceph-mon[185614]: pgmap v1810: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:09.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:40:08 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:40:09.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:40:08 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:40:09.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:40:08 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:40:09.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:40:08 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:40:09.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:40:08 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:40:09.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:40:08 smithi055 ceph-mon[183057]: pgmap v1810: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:09.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:40:08 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:40:09.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:40:08 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:40:09.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:40:08 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:40:09.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:40:08 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:40:09.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:40:08 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:40:09.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:40:08 smithi082 ceph-mon[180771]: pgmap v1810: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:09.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:40:08 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:40:09.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:40:08 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:40:09.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:40:08 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:40:09.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:40:08 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:40:09.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:40:08 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:40:10.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:40:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:40:10.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:40:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:40:10.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:40:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:40:11.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:40:10 smithi055 ceph-mon[185614]: pgmap v1811: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:11.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:40:10 smithi055 ceph-mon[183057]: pgmap v1811: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:11.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:40:10 smithi082 ceph-mon[180771]: pgmap v1811: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:13.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:40:12 smithi055 ceph-mon[185614]: pgmap v1812: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:13.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:40:12 smithi055 ceph-mon[183057]: pgmap v1812: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:13.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:40:12 smithi082 ceph-mon[180771]: pgmap v1812: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:15.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:40:14 smithi055 ceph-mon[185614]: pgmap v1813: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:15.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:40:14 smithi055 ceph-mon[183057]: pgmap v1813: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:15.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:40:14 smithi082 ceph-mon[180771]: pgmap v1813: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:15.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:40:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:40:15] "GET /metrics HTTP/1.1" 200 36237 "" "Prometheus/2.43.0" 2023-10-14T00:40:17.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:40:16 smithi055 ceph-mon[185614]: pgmap v1814: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:17.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:40:16 smithi055 ceph-mon[183057]: pgmap v1814: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:17.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:40:16 smithi082 ceph-mon[180771]: pgmap v1814: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:19.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:40:18 smithi055 ceph-mon[185614]: pgmap v1815: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:19.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:40:18 smithi055 ceph-mon[183057]: pgmap v1815: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:19.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:40:18 smithi082 ceph-mon[180771]: pgmap v1815: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:21.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:40:20 smithi055 ceph-mon[185614]: pgmap v1816: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:21.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:40:20 smithi055 ceph-mon[183057]: pgmap v1816: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:21.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:40:20 smithi082 ceph-mon[180771]: pgmap v1816: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:23.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:40:22 smithi082 ceph-mon[180771]: pgmap v1817: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:23.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:40:22 smithi055 ceph-mon[185614]: pgmap v1817: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:23.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:40:22 smithi055 ceph-mon[183057]: pgmap v1817: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:25.079 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:40:24 smithi055 ceph-mon[185614]: pgmap v1818: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:25.079 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:40:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:40:25.080 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:40:24 smithi055 ceph-mon[183057]: pgmap v1818: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:25.080 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:40:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:40:25.080 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:40:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:40:25] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T00:40:25.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:40:24 smithi082 ceph-mon[180771]: pgmap v1818: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:25.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:40:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:40:27.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:40:26 smithi082 ceph-mon[180771]: pgmap v1819: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:27.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:40:26 smithi055 ceph-mon[185614]: pgmap v1819: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:27.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:40:26 smithi055 ceph-mon[183057]: pgmap v1819: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:29.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:40:28 smithi082 ceph-mon[180771]: pgmap v1820: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:29.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:40:28 smithi055 ceph-mon[185614]: pgmap v1820: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:29.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:40:28 smithi055 ceph-mon[183057]: pgmap v1820: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:31.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:40:30 smithi082 ceph-mon[180771]: pgmap v1821: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:31.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:40:30 smithi055 ceph-mon[185614]: pgmap v1821: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:31.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:40:30 smithi055 ceph-mon[183057]: pgmap v1821: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:33.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:40:32 smithi082 ceph-mon[180771]: pgmap v1822: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:33.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:40:32 smithi055 ceph-mon[185614]: pgmap v1822: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:33.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:40:32 smithi055 ceph-mon[183057]: pgmap v1822: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:35.078 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:40:34 smithi055 ceph-mon[185614]: pgmap v1823: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:35.079 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:40:34 smithi055 ceph-mon[183057]: pgmap v1823: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:35.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:40:34 smithi082 ceph-mon[180771]: pgmap v1823: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:35.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:40:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:40:35] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T00:40:37.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:40:36 smithi082 ceph-mon[180771]: pgmap v1824: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:37.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:40:36 smithi055 ceph-mon[185614]: pgmap v1824: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:37.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:40:36 smithi055 ceph-mon[183057]: pgmap v1824: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:39.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:40:38 smithi082 ceph-mon[180771]: pgmap v1825: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:39.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:40:38 smithi055 ceph-mon[185614]: pgmap v1825: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:39.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:40:38 smithi055 ceph-mon[183057]: pgmap v1825: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:40.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:40:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:40:40.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:40:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:40:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:40:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:40:41.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:40:40 smithi082 ceph-mon[180771]: pgmap v1826: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:41.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:40:40 smithi055 ceph-mon[185614]: pgmap v1826: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:41.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:40:40 smithi055 ceph-mon[183057]: pgmap v1826: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:43.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:40:42 smithi082 ceph-mon[180771]: pgmap v1827: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:43.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:40:42 smithi055 ceph-mon[185614]: pgmap v1827: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:43.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:40:42 smithi055 ceph-mon[183057]: pgmap v1827: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:45.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:40:44 smithi082 ceph-mon[180771]: pgmap v1828: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:45.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:40:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:40:45] "GET /metrics HTTP/1.1" 200 36239 "" "Prometheus/2.43.0" 2023-10-14T00:40:45.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:40:44 smithi055 ceph-mon[185614]: pgmap v1828: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:45.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:40:44 smithi055 ceph-mon[183057]: pgmap v1828: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:47.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:40:46 smithi082 ceph-mon[180771]: pgmap v1829: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:47.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:40:46 smithi055 ceph-mon[185614]: pgmap v1829: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:47.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:40:46 smithi055 ceph-mon[183057]: pgmap v1829: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:49.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:40:48 smithi082 ceph-mon[180771]: pgmap v1830: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:49.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:40:48 smithi055 ceph-mon[185614]: pgmap v1830: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:49.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:40:48 smithi055 ceph-mon[183057]: pgmap v1830: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:51.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:40:50 smithi082 ceph-mon[180771]: pgmap v1831: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:51.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:40:50 smithi055 ceph-mon[185614]: pgmap v1831: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:51.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:40:50 smithi055 ceph-mon[183057]: pgmap v1831: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:53.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:40:52 smithi082 ceph-mon[180771]: pgmap v1832: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:53.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:40:52 smithi055 ceph-mon[185614]: pgmap v1832: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:53.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:40:52 smithi055 ceph-mon[183057]: pgmap v1832: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:55.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:40:54 smithi082 ceph-mon[180771]: pgmap v1833: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:55.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:40:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:40:55.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:40:54 smithi055 ceph-mon[185614]: pgmap v1833: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:55.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:40:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:40:55.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:40:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:40:55] "GET /metrics HTTP/1.1" 200 36237 "" "Prometheus/2.43.0" 2023-10-14T00:40:55.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:40:54 smithi055 ceph-mon[183057]: pgmap v1833: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:55.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:40:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:40:57.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:40:56 smithi055 ceph-mon[185614]: pgmap v1834: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:57.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:40:56 smithi055 ceph-mon[183057]: pgmap v1834: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:40:56 smithi082 ceph-mon[180771]: pgmap v1834: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:59.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:40:58 smithi055 ceph-mon[185614]: pgmap v1835: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:59.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:40:58 smithi055 ceph-mon[183057]: pgmap v1835: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:40:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:40:58 smithi082 ceph-mon[180771]: pgmap v1835: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:01.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:41:00 smithi055 ceph-mon[185614]: pgmap v1836: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:41:00 smithi055 ceph-mon[183057]: pgmap v1836: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:41:00 smithi082 ceph-mon[180771]: pgmap v1836: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:03.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:41:02 smithi055 ceph-mon[185614]: pgmap v1837: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:03.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:41:02 smithi055 ceph-mon[183057]: pgmap v1837: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:41:02 smithi082 ceph-mon[180771]: pgmap v1837: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:05.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:41:04 smithi055 ceph-mon[185614]: pgmap v1838: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:05.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:41:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:41:05] "GET /metrics HTTP/1.1" 200 36237 "" "Prometheus/2.43.0" 2023-10-14T00:41:05.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:41:04 smithi055 ceph-mon[183057]: pgmap v1838: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:05.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:41:04 smithi082 ceph-mon[180771]: pgmap v1838: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:07.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:41:06 smithi055 ceph-mon[185614]: pgmap v1839: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:07.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:41:06 smithi055 ceph-mon[183057]: pgmap v1839: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:41:06 smithi082 ceph-mon[180771]: pgmap v1839: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:09.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:41:08 smithi055 ceph-mon[185614]: pgmap v1840: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:09.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:41:08 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:41:09.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:41:08 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:41:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:41:08 smithi055 ceph-mon[183057]: pgmap v1840: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:41:08 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:41:09.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:41:08 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:41:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:41:08 smithi082 ceph-mon[180771]: pgmap v1840: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:41:08 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:41:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:41:08 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:41:10.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:41:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:41:10.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:41:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:41:10.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:41:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:41:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:41:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:41:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:41:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:41:10.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:41:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:41:10.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:41:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:41:10.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:41:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:41:10.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:41:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:41:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:41:11 smithi082 ceph-mon[180771]: pgmap v1841: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:11.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:41:11 smithi055 ceph-mon[185614]: pgmap v1841: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:11.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:41:11 smithi055 ceph-mon[183057]: pgmap v1841: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:41:13 smithi082 ceph-mon[180771]: pgmap v1842: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:13.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:41:13 smithi055 ceph-mon[185614]: pgmap v1842: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:13.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:41:13 smithi055 ceph-mon[183057]: pgmap v1842: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:41:15 smithi082 ceph-mon[180771]: pgmap v1843: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:15.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:41:15 smithi055 ceph-mon[185614]: pgmap v1843: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:41:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:41:15] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T00:41:15.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:41:15 smithi055 ceph-mon[183057]: pgmap v1843: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:41:17 smithi082 ceph-mon[180771]: pgmap v1844: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:17.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:41:17 smithi055 ceph-mon[185614]: pgmap v1844: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:17.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:41:17 smithi055 ceph-mon[183057]: pgmap v1844: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:41:19 smithi082 ceph-mon[180771]: pgmap v1845: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:19.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:41:19 smithi055 ceph-mon[185614]: pgmap v1845: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:19.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:41:19 smithi055 ceph-mon[183057]: pgmap v1845: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:41:21 smithi082 ceph-mon[180771]: pgmap v1846: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:21.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:41:21 smithi055 ceph-mon[185614]: pgmap v1846: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:21.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:41:21 smithi055 ceph-mon[183057]: pgmap v1846: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:41:23 smithi082 ceph-mon[180771]: pgmap v1847: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:23.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:41:23 smithi055 ceph-mon[185614]: pgmap v1847: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:23.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:41:23 smithi055 ceph-mon[183057]: pgmap v1847: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:24.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:41:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:41:24.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:41:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:41:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:41:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:41:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:41:25 smithi082 ceph-mon[180771]: pgmap v1848: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:25.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:41:25 smithi055 ceph-mon[185614]: pgmap v1848: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:41:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:41:25] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T00:41:25.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:41:25 smithi055 ceph-mon[183057]: pgmap v1848: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:41:27 smithi082 ceph-mon[180771]: pgmap v1849: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:27.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:41:27 smithi055 ceph-mon[185614]: pgmap v1849: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:27.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:41:27 smithi055 ceph-mon[183057]: pgmap v1849: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:41:29 smithi082 ceph-mon[180771]: pgmap v1850: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:29.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:41:29 smithi055 ceph-mon[185614]: pgmap v1850: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:41:29 smithi055 ceph-mon[183057]: pgmap v1850: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:41:31 smithi082 ceph-mon[180771]: pgmap v1851: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:31.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:41:31 smithi055 ceph-mon[185614]: pgmap v1851: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:31.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:41:31 smithi055 ceph-mon[183057]: pgmap v1851: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:33.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:41:33 smithi055 ceph-mon[185614]: pgmap v1852: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:41:33 smithi055 ceph-mon[183057]: pgmap v1852: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:33.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:41:33 smithi082 ceph-mon[180771]: pgmap v1852: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:35.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:41:35 smithi055 ceph-mon[185614]: pgmap v1853: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:35.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:41:35 smithi055 ceph-mon[183057]: pgmap v1853: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:41:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:41:35] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T00:41:35.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:41:35 smithi082 ceph-mon[180771]: pgmap v1853: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:37.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:41:37 smithi055 ceph-mon[185614]: pgmap v1854: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:37.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:41:37 smithi055 ceph-mon[183057]: pgmap v1854: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:37.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:41:37 smithi082 ceph-mon[180771]: pgmap v1854: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:39.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:41:39 smithi055 ceph-mon[185614]: pgmap v1855: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:39.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:41:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:41:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:41:39 smithi055 ceph-mon[183057]: pgmap v1855: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:41:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:41:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:41:39 smithi082 ceph-mon[180771]: pgmap v1855: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:41:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:41:41.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:41:41 smithi055 ceph-mon[185614]: pgmap v1856: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:41.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:41:41 smithi055 ceph-mon[183057]: pgmap v1856: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:41.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:41:41 smithi082 ceph-mon[180771]: pgmap v1856: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:43.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:41:43 smithi055 ceph-mon[185614]: pgmap v1857: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:43.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:41:43 smithi055 ceph-mon[183057]: pgmap v1857: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:43.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:41:43 smithi082 ceph-mon[180771]: pgmap v1857: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:45.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:41:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:41:45] "GET /metrics HTTP/1.1" 200 36240 "" "Prometheus/2.43.0" 2023-10-14T00:41:45.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:41:45 smithi055 ceph-mon[185614]: pgmap v1858: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:41:45.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:41:45 smithi055 ceph-mon[183057]: pgmap v1858: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:41:45.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:41:45 smithi082 ceph-mon[180771]: pgmap v1858: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:41:47.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:41:47 smithi055 ceph-mon[185614]: pgmap v1859: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:47.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:41:47 smithi055 ceph-mon[183057]: pgmap v1859: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:47.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:41:47 smithi082 ceph-mon[180771]: pgmap v1859: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:49.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:41:49 smithi055 ceph-mon[185614]: pgmap v1860: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:49.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:41:49 smithi055 ceph-mon[183057]: pgmap v1860: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:49.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:41:49 smithi082 ceph-mon[180771]: pgmap v1860: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:51.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:41:51 smithi055 ceph-mon[185614]: pgmap v1861: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:41:51.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:41:51 smithi055 ceph-mon[183057]: pgmap v1861: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:41:51.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:41:51 smithi082 ceph-mon[180771]: pgmap v1861: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:41:53.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:41:53 smithi055 ceph-mon[185614]: pgmap v1862: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:53.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:41:53 smithi055 ceph-mon[183057]: pgmap v1862: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:53.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:41:53 smithi082 ceph-mon[180771]: pgmap v1862: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:41:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:41:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:41:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:41:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:41:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:41:55.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:41:55 smithi055 ceph-mon[185614]: pgmap v1863: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:41:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:41:55] "GET /metrics HTTP/1.1" 200 36239 "" "Prometheus/2.43.0" 2023-10-14T00:41:55.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:41:55 smithi055 ceph-mon[183057]: pgmap v1863: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:55.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:41:55 smithi082 ceph-mon[180771]: pgmap v1863: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:57.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:41:57 smithi055 ceph-mon[185614]: pgmap v1864: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:57.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:41:57 smithi055 ceph-mon[183057]: pgmap v1864: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:57.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:41:57 smithi082 ceph-mon[180771]: pgmap v1864: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:59.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:41:59 smithi055 ceph-mon[185614]: pgmap v1865: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:59.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:41:59 smithi055 ceph-mon[183057]: pgmap v1865: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:41:59.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:41:59 smithi082 ceph-mon[180771]: pgmap v1865: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T00:42:01.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:42:01 smithi055 ceph-mon[185614]: pgmap v1866: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:01.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:42:01 smithi055 ceph-mon[183057]: pgmap v1866: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:01.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:42:01 smithi082 ceph-mon[180771]: pgmap v1866: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:03.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:42:03 smithi055 ceph-mon[185614]: pgmap v1867: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:03.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:42:03 smithi055 ceph-mon[183057]: pgmap v1867: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:03.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:42:03 smithi082 ceph-mon[180771]: pgmap v1867: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:05.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:42:05 smithi055 ceph-mon[185614]: pgmap v1868: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:42:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:42:05] "GET /metrics HTTP/1.1" 200 36239 "" "Prometheus/2.43.0" 2023-10-14T00:42:05.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:42:05 smithi055 ceph-mon[183057]: pgmap v1868: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:05.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:42:05 smithi082 ceph-mon[180771]: pgmap v1868: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:07.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:42:07 smithi055 ceph-mon[185614]: pgmap v1869: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:07.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:42:07 smithi055 ceph-mon[183057]: pgmap v1869: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:07.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:42:07 smithi082 ceph-mon[180771]: pgmap v1869: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:09.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:42:09 smithi055 ceph-mon[185614]: pgmap v1870: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:09.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:42:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:42:09.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:42:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:42:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:42:09 smithi055 ceph-mon[183057]: pgmap v1870: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:09.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:42:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:42:09.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:42:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:42:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:42:09 smithi082 ceph-mon[180771]: pgmap v1870: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:42:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:42:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:42:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:42:10.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:42:10 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:42:10.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:42:10 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:42:10.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:42:10 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:42:10.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:42:10 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:42:10.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:42:10 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:42:10.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:42:10 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:42:10.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:42:10 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:42:10.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:42:10 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:42:10.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:42:10 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:42:11.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:42:11 smithi055 ceph-mon[185614]: pgmap v1871: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:11.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:42:11 smithi055 ceph-mon[183057]: pgmap v1871: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:11.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:42:11 smithi082 ceph-mon[180771]: pgmap v1871: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:13.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:42:13 smithi055 ceph-mon[185614]: pgmap v1872: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:13.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:42:13 smithi055 ceph-mon[183057]: pgmap v1872: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:13.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:42:13 smithi082 ceph-mon[180771]: pgmap v1872: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:15.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:42:15 smithi055 ceph-mon[185614]: pgmap v1873: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:15.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:42:15 smithi055 ceph-mon[183057]: pgmap v1873: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:42:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:42:15] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T00:42:15.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:42:15 smithi082 ceph-mon[180771]: pgmap v1873: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:17.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:42:17 smithi082 ceph-mon[180771]: pgmap v1874: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:17.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:42:17 smithi055 ceph-mon[185614]: pgmap v1874: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:17.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:42:17 smithi055 ceph-mon[183057]: pgmap v1874: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:18.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:42:18 smithi082 ceph-mon[180771]: pgmap v1875: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:18.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:42:18 smithi055 ceph-mon[185614]: pgmap v1875: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:18.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:42:18 smithi055 ceph-mon[183057]: pgmap v1875: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:20.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:42:20 smithi055 ceph-mon[183057]: pgmap v1876: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:20.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:42:20 smithi055 ceph-mon[185614]: pgmap v1876: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:20.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:42:20 smithi082 ceph-mon[180771]: pgmap v1876: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:22.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:42:22 smithi082 ceph-mon[180771]: pgmap v1877: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:23.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:42:22 smithi055 ceph-mon[185614]: pgmap v1877: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:23.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:42:22 smithi055 ceph-mon[183057]: pgmap v1877: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:42:24 smithi082 ceph-mon[180771]: pgmap v1878: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:42:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:42:25.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:42:24 smithi055 ceph-mon[185614]: pgmap v1878: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:25.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:42:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:42:25.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:42:24 smithi055 ceph-mon[183057]: pgmap v1878: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:25.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:42:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:42:25.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:42:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:42:25] "GET /metrics HTTP/1.1" 200 36239 "" "Prometheus/2.43.0" 2023-10-14T00:42:26.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:42:26 smithi082 ceph-mon[180771]: pgmap v1879: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:27.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:42:26 smithi055 ceph-mon[185614]: pgmap v1879: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:27.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:42:26 smithi055 ceph-mon[183057]: pgmap v1879: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:28.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:42:28 smithi082 ceph-mon[180771]: pgmap v1880: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:29.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:42:28 smithi055 ceph-mon[185614]: pgmap v1880: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:29.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:42:28 smithi055 ceph-mon[183057]: pgmap v1880: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:30.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:42:30 smithi082 ceph-mon[180771]: pgmap v1881: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:31.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:42:30 smithi055 ceph-mon[185614]: pgmap v1881: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:31.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:42:30 smithi055 ceph-mon[183057]: pgmap v1881: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:32.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:42:32 smithi082 ceph-mon[180771]: pgmap v1882: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:33.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:42:32 smithi055 ceph-mon[185614]: pgmap v1882: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:33.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:42:32 smithi055 ceph-mon[183057]: pgmap v1882: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:34.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:42:34 smithi082 ceph-mon[180771]: pgmap v1883: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:35.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:42:34 smithi055 ceph-mon[183057]: pgmap v1883: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:35.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:42:34 smithi055 ceph-mon[185614]: pgmap v1883: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:35.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:42:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:42:35] "GET /metrics HTTP/1.1" 200 36239 "" "Prometheus/2.43.0" 2023-10-14T00:42:36.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:42:36 smithi082 ceph-mon[180771]: pgmap v1884: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:37.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:42:36 smithi055 ceph-mon[185614]: pgmap v1884: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:37.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:42:36 smithi055 ceph-mon[183057]: pgmap v1884: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:38.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:42:38 smithi082 ceph-mon[180771]: pgmap v1885: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:39.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:42:38 smithi055 ceph-mon[185614]: pgmap v1885: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:39.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:42:38 smithi055 ceph-mon[183057]: pgmap v1885: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:40.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:42:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:42:40.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:42:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:42:40.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:42:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:42:41.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:42:40 smithi055 ceph-mon[185614]: pgmap v1886: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:41.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:42:40 smithi055 ceph-mon[183057]: pgmap v1886: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:41.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:42:40 smithi082 ceph-mon[180771]: pgmap v1886: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:43.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:42:42 smithi055 ceph-mon[183057]: pgmap v1887: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:43.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:42:42 smithi055 ceph-mon[185614]: pgmap v1887: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:43.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:42:42 smithi082 ceph-mon[180771]: pgmap v1887: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:45.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:42:44 smithi055 ceph-mon[185614]: pgmap v1888: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:45.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:42:44 smithi055 ceph-mon[183057]: pgmap v1888: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:45.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:42:44 smithi082 ceph-mon[180771]: pgmap v1888: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:45.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:42:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:42:45] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T00:42:47.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:42:46 smithi055 ceph-mon[185614]: pgmap v1889: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:47.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:42:46 smithi055 ceph-mon[183057]: pgmap v1889: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:47.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:42:46 smithi082 ceph-mon[180771]: pgmap v1889: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:49.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:42:48 smithi055 ceph-mon[185614]: pgmap v1890: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:49.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:42:48 smithi055 ceph-mon[183057]: pgmap v1890: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:49.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:42:48 smithi082 ceph-mon[180771]: pgmap v1890: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:51.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:42:50 smithi055 ceph-mon[185614]: pgmap v1891: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:51.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:42:50 smithi055 ceph-mon[183057]: pgmap v1891: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:51.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:42:50 smithi082 ceph-mon[180771]: pgmap v1891: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:53.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:42:52 smithi055 ceph-mon[185614]: pgmap v1892: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:53.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:42:52 smithi055 ceph-mon[183057]: pgmap v1892: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:53.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:42:52 smithi082 ceph-mon[180771]: pgmap v1892: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:55.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:42:54 smithi055 ceph-mon[185614]: pgmap v1893: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:55.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:42:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:42:55.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:42:54 smithi055 ceph-mon[183057]: pgmap v1893: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:55.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:42:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:42:55.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:42:54 smithi082 ceph-mon[180771]: pgmap v1893: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:55.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:42:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:42:55.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:42:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:42:55] "GET /metrics HTTP/1.1" 200 36237 "" "Prometheus/2.43.0" 2023-10-14T00:42:57.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:42:56 smithi055 ceph-mon[185614]: pgmap v1894: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:57.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:42:56 smithi055 ceph-mon[183057]: pgmap v1894: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:57.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:42:56 smithi082 ceph-mon[180771]: pgmap v1894: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:59.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:42:58 smithi055 ceph-mon[185614]: pgmap v1895: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:59.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:42:58 smithi055 ceph-mon[183057]: pgmap v1895: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:42:59.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:42:58 smithi082 ceph-mon[180771]: pgmap v1895: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:01.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:43:00 smithi055 ceph-mon[185614]: pgmap v1896: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:01.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:43:00 smithi055 ceph-mon[183057]: pgmap v1896: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:01.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:43:00 smithi082 ceph-mon[180771]: pgmap v1896: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:03.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:43:02 smithi055 ceph-mon[185614]: pgmap v1897: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:03.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:43:02 smithi055 ceph-mon[183057]: pgmap v1897: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:03.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:43:02 smithi082 ceph-mon[180771]: pgmap v1897: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:05.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:43:04 smithi055 ceph-mon[183057]: pgmap v1898: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:05.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:43:04 smithi055 ceph-mon[185614]: pgmap v1898: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:05.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:43:04 smithi082 ceph-mon[180771]: pgmap v1898: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:05.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:43:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:43:05] "GET /metrics HTTP/1.1" 200 36237 "" "Prometheus/2.43.0" 2023-10-14T00:43:07.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:43:06 smithi055 ceph-mon[183057]: pgmap v1899: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:07.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:43:06 smithi055 ceph-mon[185614]: pgmap v1899: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:07.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:43:06 smithi082 ceph-mon[180771]: pgmap v1899: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:09.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:43:08 smithi055 ceph-mon[185614]: pgmap v1900: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:09.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:43:08 smithi055 ceph-mon[183057]: pgmap v1900: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:09.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:43:08 smithi082 ceph-mon[180771]: pgmap v1900: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:10.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:43:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:43:10.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:43:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:43:10.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:43:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:43:11.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:43:10 smithi055 ceph-mon[185614]: pgmap v1901: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:11.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:43:10 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:43:11.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:43:10 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:43:11.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:43:10 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:43:11.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:43:10 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:43:11.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:43:10 smithi055 ceph-mon[183057]: pgmap v1901: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:11.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:43:10 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:43:11.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:43:10 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:43:11.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:43:10 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:43:11.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:43:10 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:43:11.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:43:10 smithi082 ceph-mon[180771]: pgmap v1901: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:11.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:43:10 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:43:11.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:43:10 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:43:11.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:43:10 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:43:11.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:43:10 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:43:13.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:43:12 smithi055 ceph-mon[185614]: pgmap v1902: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:13.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:43:12 smithi055 ceph-mon[183057]: pgmap v1902: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:13.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:43:12 smithi082 ceph-mon[180771]: pgmap v1902: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:15.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:43:14 smithi055 ceph-mon[185614]: pgmap v1903: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:15.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:43:14 smithi055 ceph-mon[183057]: pgmap v1903: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:15.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:43:14 smithi082 ceph-mon[180771]: pgmap v1903: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:15.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:43:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:43:15] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T00:43:17.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:43:16 smithi055 ceph-mon[185614]: pgmap v1904: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:17.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:43:16 smithi055 ceph-mon[183057]: pgmap v1904: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:17.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:43:16 smithi082 ceph-mon[180771]: pgmap v1904: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:19.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:43:18 smithi055 ceph-mon[185614]: pgmap v1905: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:19.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:43:18 smithi055 ceph-mon[183057]: pgmap v1905: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:19.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:43:18 smithi082 ceph-mon[180771]: pgmap v1905: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:21.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:43:20 smithi055 ceph-mon[185614]: pgmap v1906: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:21.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:43:20 smithi055 ceph-mon[183057]: pgmap v1906: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:21.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:43:20 smithi082 ceph-mon[180771]: pgmap v1906: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:23.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:43:22 smithi055 ceph-mon[185614]: pgmap v1907: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:23.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:43:22 smithi055 ceph-mon[183057]: pgmap v1907: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:23.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:43:22 smithi082 ceph-mon[180771]: pgmap v1907: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:25.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:43:24 smithi055 ceph-mon[185614]: pgmap v1908: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:25.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:43:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:43:25.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:43:24 smithi055 ceph-mon[183057]: pgmap v1908: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:25.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:43:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:43:25.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:43:24 smithi082 ceph-mon[180771]: pgmap v1908: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:25.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:43:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:43:25.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:43:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:43:25] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T00:43:27.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:43:26 smithi055 ceph-mon[185614]: pgmap v1909: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:27.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:43:26 smithi055 ceph-mon[183057]: pgmap v1909: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:27.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:43:26 smithi082 ceph-mon[180771]: pgmap v1909: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:29.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:43:28 smithi082 ceph-mon[180771]: pgmap v1910: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:29.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:43:28 smithi055 ceph-mon[185614]: pgmap v1910: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:29.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:43:28 smithi055 ceph-mon[183057]: pgmap v1910: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:31.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:43:30 smithi082 ceph-mon[180771]: pgmap v1911: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:31.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:43:30 smithi055 ceph-mon[185614]: pgmap v1911: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:31.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:43:30 smithi055 ceph-mon[183057]: pgmap v1911: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:33.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:43:32 smithi082 ceph-mon[180771]: pgmap v1912: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:33.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:43:32 smithi055 ceph-mon[185614]: pgmap v1912: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:33.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:43:32 smithi055 ceph-mon[183057]: pgmap v1912: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:35.079 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:43:34 smithi055 ceph-mon[185614]: pgmap v1913: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:35.079 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:43:34 smithi055 ceph-mon[183057]: pgmap v1913: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:35.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:43:34 smithi082 ceph-mon[180771]: pgmap v1913: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:35.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:43:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:43:35] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T00:43:37.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:43:36 smithi082 ceph-mon[180771]: pgmap v1914: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:37.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:43:36 smithi055 ceph-mon[185614]: pgmap v1914: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:37.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:43:36 smithi055 ceph-mon[183057]: pgmap v1914: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:39.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:43:38 smithi082 ceph-mon[180771]: pgmap v1915: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:39.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:43:38 smithi055 ceph-mon[185614]: pgmap v1915: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:39.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:43:38 smithi055 ceph-mon[183057]: pgmap v1915: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:40.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:43:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:43:40.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:43:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:43:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:43:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:43:41.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:43:40 smithi082 ceph-mon[180771]: pgmap v1916: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:41.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:43:40 smithi055 ceph-mon[185614]: pgmap v1916: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:41.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:43:40 smithi055 ceph-mon[183057]: pgmap v1916: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:43.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:43:42 smithi082 ceph-mon[180771]: pgmap v1917: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:43.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:43:42 smithi055 ceph-mon[185614]: pgmap v1917: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:43.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:43:42 smithi055 ceph-mon[183057]: pgmap v1917: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:45.079 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:43:44 smithi055 ceph-mon[185614]: pgmap v1918: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:45.079 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:43:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:43:45] "GET /metrics HTTP/1.1" 200 36237 "" "Prometheus/2.43.0" 2023-10-14T00:43:45.080 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:43:44 smithi055 ceph-mon[183057]: pgmap v1918: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:45.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:43:44 smithi082 ceph-mon[180771]: pgmap v1918: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:47.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:43:46 smithi082 ceph-mon[180771]: pgmap v1919: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:47.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:43:46 smithi055 ceph-mon[185614]: pgmap v1919: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:47.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:43:46 smithi055 ceph-mon[183057]: pgmap v1919: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:49.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:43:48 smithi082 ceph-mon[180771]: pgmap v1920: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:49.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:43:48 smithi055 ceph-mon[185614]: pgmap v1920: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:49.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:43:48 smithi055 ceph-mon[183057]: pgmap v1920: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:51.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:43:50 smithi082 ceph-mon[180771]: pgmap v1921: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:51.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:43:50 smithi055 ceph-mon[185614]: pgmap v1921: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:51.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:43:50 smithi055 ceph-mon[183057]: pgmap v1921: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:53.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:43:52 smithi082 ceph-mon[180771]: pgmap v1922: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:53.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:43:52 smithi055 ceph-mon[185614]: pgmap v1922: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:53.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:43:52 smithi055 ceph-mon[183057]: pgmap v1922: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:55.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:43:54 smithi082 ceph-mon[180771]: pgmap v1923: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:55.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:43:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:43:55.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:43:54 smithi055 ceph-mon[185614]: pgmap v1923: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:55.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:43:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:43:55.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:43:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:43:55] "GET /metrics HTTP/1.1" 200 36237 "" "Prometheus/2.43.0" 2023-10-14T00:43:55.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:43:54 smithi055 ceph-mon[183057]: pgmap v1923: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:55.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:43:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:43:57.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:43:56 smithi082 ceph-mon[180771]: pgmap v1924: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:57.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:43:56 smithi055 ceph-mon[185614]: pgmap v1924: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:57.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:43:56 smithi055 ceph-mon[183057]: pgmap v1924: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:59.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:43:58 smithi082 ceph-mon[180771]: pgmap v1925: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:59.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:43:58 smithi055 ceph-mon[185614]: pgmap v1925: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:43:59.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:43:58 smithi055 ceph-mon[183057]: pgmap v1925: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:01.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:44:00 smithi082 ceph-mon[180771]: pgmap v1926: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:01.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:44:00 smithi055 ceph-mon[185614]: pgmap v1926: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:44:00 smithi055 ceph-mon[183057]: pgmap v1926: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:03.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:44:02 smithi082 ceph-mon[180771]: pgmap v1927: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:03.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:44:02 smithi055 ceph-mon[185614]: pgmap v1927: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:03.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:44:02 smithi055 ceph-mon[183057]: pgmap v1927: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:05.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:44:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:44:05] "GET /metrics HTTP/1.1" 200 36237 "" "Prometheus/2.43.0" 2023-10-14T00:44:05.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:44:04 smithi055 ceph-mon[185614]: pgmap v1928: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:05.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:44:04 smithi055 ceph-mon[183057]: pgmap v1928: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:05.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:44:04 smithi082 ceph-mon[180771]: pgmap v1928: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:07.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:44:06 smithi055 ceph-mon[185614]: pgmap v1929: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:07.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:44:06 smithi055 ceph-mon[183057]: pgmap v1929: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:44:06 smithi082 ceph-mon[180771]: pgmap v1929: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:09.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:44:08 smithi055 ceph-mon[185614]: pgmap v1930: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:44:08 smithi055 ceph-mon[183057]: pgmap v1930: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:44:08 smithi082 ceph-mon[180771]: pgmap v1930: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:10.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:44:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:44:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:44:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:44:10.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:44:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:44:11.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:44:10 smithi055 ceph-mon[185614]: pgmap v1931: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:11.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:44:10 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:44:11.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:44:10 smithi055 ceph-mon[183057]: pgmap v1931: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:11.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:44:10 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:44:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:44:10 smithi082 ceph-mon[180771]: pgmap v1931: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:44:10 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:44:12.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:44:12 smithi082 ceph-mon[180771]: pgmap v1932: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:12.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:44:12 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:44:12.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:44:12 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:44:12.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:44:12 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:44:13.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:44:12 smithi055 ceph-mon[185614]: pgmap v1932: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:13.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:44:12 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:44:13.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:44:12 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:44:13.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:44:12 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:44:13.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:44:12 smithi055 ceph-mon[183057]: pgmap v1932: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:13.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:44:12 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:44:13.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:44:12 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:44:13.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:44:12 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:44:14.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:44:14 smithi082 ceph-mon[180771]: pgmap v1933: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:15.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:44:14 smithi055 ceph-mon[185614]: pgmap v1933: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:15.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:44:14 smithi055 ceph-mon[183057]: pgmap v1933: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:44:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:44:15] "GET /metrics HTTP/1.1" 200 36238 "" "Prometheus/2.43.0" 2023-10-14T00:44:16.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:44:16 smithi082 ceph-mon[180771]: pgmap v1934: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:17.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:44:16 smithi055 ceph-mon[185614]: pgmap v1934: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:17.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:44:16 smithi055 ceph-mon[183057]: pgmap v1934: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:18.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:44:18 smithi082 ceph-mon[180771]: pgmap v1935: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:19.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:44:18 smithi055 ceph-mon[185614]: pgmap v1935: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:19.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:44:18 smithi055 ceph-mon[183057]: pgmap v1935: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:20.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:44:20 smithi082 ceph-mon[180771]: pgmap v1936: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:21.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:44:20 smithi055 ceph-mon[185614]: pgmap v1936: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:21.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:44:20 smithi055 ceph-mon[183057]: pgmap v1936: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:22.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:44:22 smithi082 ceph-mon[180771]: pgmap v1937: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:23.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:44:22 smithi055 ceph-mon[185614]: pgmap v1937: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:23.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:44:22 smithi055 ceph-mon[183057]: pgmap v1937: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:44:24 smithi082 ceph-mon[180771]: pgmap v1938: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:44:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:44:25.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:44:24 smithi055 ceph-mon[185614]: pgmap v1938: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:25.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:44:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:44:25.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:44:24 smithi055 ceph-mon[183057]: pgmap v1938: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:25.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:44:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:44:25.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:44:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:44:25] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T00:44:27.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:44:26 smithi055 ceph-mon[183057]: pgmap v1939: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:27.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:44:26 smithi055 ceph-mon[185614]: pgmap v1939: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:27.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:44:26 smithi082 ceph-mon[180771]: pgmap v1939: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:29.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:44:28 smithi055 ceph-mon[185614]: pgmap v1940: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:29.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:44:28 smithi055 ceph-mon[183057]: pgmap v1940: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:29.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:44:28 smithi082 ceph-mon[180771]: pgmap v1940: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:31.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:44:30 smithi055 ceph-mon[185614]: pgmap v1941: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:31.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:44:30 smithi055 ceph-mon[183057]: pgmap v1941: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:31.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:44:30 smithi082 ceph-mon[180771]: pgmap v1941: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:33.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:44:32 smithi055 ceph-mon[185614]: pgmap v1942: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:33.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:44:32 smithi055 ceph-mon[183057]: pgmap v1942: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:33.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:44:32 smithi082 ceph-mon[180771]: pgmap v1942: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:35.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:44:34 smithi055 ceph-mon[185614]: pgmap v1943: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:35.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:44:34 smithi055 ceph-mon[183057]: pgmap v1943: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:35.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:44:34 smithi082 ceph-mon[180771]: pgmap v1943: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:35.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:44:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:44:35] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T00:44:37.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:44:36 smithi055 ceph-mon[185614]: pgmap v1944: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:37.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:44:36 smithi055 ceph-mon[183057]: pgmap v1944: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:37.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:44:36 smithi082 ceph-mon[180771]: pgmap v1944: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:39.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:44:38 smithi055 ceph-mon[185614]: pgmap v1945: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:39.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:44:38 smithi055 ceph-mon[183057]: pgmap v1945: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:39.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:44:38 smithi082 ceph-mon[180771]: pgmap v1945: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:40.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:44:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:44:40.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:44:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:44:40.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:44:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:44:41.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:44:40 smithi055 ceph-mon[185614]: pgmap v1946: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:41.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:44:40 smithi055 ceph-mon[183057]: pgmap v1946: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:41.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:44:40 smithi082 ceph-mon[180771]: pgmap v1946: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:43.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:44:42 smithi055 ceph-mon[185614]: pgmap v1947: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:43.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:44:42 smithi055 ceph-mon[183057]: pgmap v1947: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:43.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:44:42 smithi082 ceph-mon[180771]: pgmap v1947: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:45.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:44:44 smithi055 ceph-mon[185614]: pgmap v1948: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:45.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:44:44 smithi055 ceph-mon[183057]: pgmap v1948: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:45.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:44:44 smithi082 ceph-mon[180771]: pgmap v1948: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:45.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:44:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:44:45] "GET /metrics HTTP/1.1" 200 36237 "" "Prometheus/2.43.0" 2023-10-14T00:44:47.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:44:46 smithi055 ceph-mon[185614]: pgmap v1949: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:47.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:44:46 smithi055 ceph-mon[183057]: pgmap v1949: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:47.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:44:46 smithi082 ceph-mon[180771]: pgmap v1949: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:49.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:44:48 smithi055 ceph-mon[185614]: pgmap v1950: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:49.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:44:48 smithi055 ceph-mon[183057]: pgmap v1950: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:49.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:44:48 smithi082 ceph-mon[180771]: pgmap v1950: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:51.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:44:50 smithi055 ceph-mon[185614]: pgmap v1951: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:51.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:44:50 smithi055 ceph-mon[183057]: pgmap v1951: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:51.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:44:50 smithi082 ceph-mon[180771]: pgmap v1951: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:53.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:44:52 smithi055 ceph-mon[185614]: pgmap v1952: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:53.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:44:52 smithi055 ceph-mon[183057]: pgmap v1952: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:53.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:44:52 smithi082 ceph-mon[180771]: pgmap v1952: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:55.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:44:54 smithi055 ceph-mon[185614]: pgmap v1953: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:55.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:44:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:44:55.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:44:54 smithi055 ceph-mon[183057]: pgmap v1953: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:55.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:44:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:44:55.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:44:54 smithi082 ceph-mon[180771]: pgmap v1953: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:55.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:44:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:44:55.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:44:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:44:55] "GET /metrics HTTP/1.1" 200 36240 "" "Prometheus/2.43.0" 2023-10-14T00:44:57.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:44:56 smithi055 ceph-mon[185614]: pgmap v1954: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:57.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:44:56 smithi055 ceph-mon[183057]: pgmap v1954: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:57.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:44:56 smithi082 ceph-mon[180771]: pgmap v1954: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:59.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:44:58 smithi055 ceph-mon[185614]: pgmap v1955: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:59.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:44:58 smithi055 ceph-mon[183057]: pgmap v1955: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:44:59.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:44:58 smithi082 ceph-mon[180771]: pgmap v1955: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:01.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:45:00 smithi055 ceph-mon[185614]: pgmap v1956: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:01.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:45:00 smithi055 ceph-mon[183057]: pgmap v1956: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:01.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:45:00 smithi082 ceph-mon[180771]: pgmap v1956: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:03.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:45:02 smithi055 ceph-mon[185614]: pgmap v1957: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:03.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:45:02 smithi055 ceph-mon[183057]: pgmap v1957: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:03.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:45:02 smithi082 ceph-mon[180771]: pgmap v1957: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:05.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:45:04 smithi055 ceph-mon[185614]: pgmap v1958: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:05.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:45:04 smithi055 ceph-mon[183057]: pgmap v1958: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:05.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:45:04 smithi082 ceph-mon[180771]: pgmap v1958: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:05.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:45:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:45:05] "GET /metrics HTTP/1.1" 200 36240 "" "Prometheus/2.43.0" 2023-10-14T00:45:07.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:45:06 smithi055 ceph-mon[185614]: pgmap v1959: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:07.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:45:06 smithi055 ceph-mon[183057]: pgmap v1959: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:07.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:45:06 smithi082 ceph-mon[180771]: pgmap v1959: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:09.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:45:08 smithi055 ceph-mon[185614]: pgmap v1960: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:09.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:45:08 smithi055 ceph-mon[183057]: pgmap v1960: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:09.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:45:08 smithi082 ceph-mon[180771]: pgmap v1960: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:10.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:45:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:45:10.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:45:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:45:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:45:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:45:11.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:45:10 smithi082 ceph-mon[180771]: pgmap v1961: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:11.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:45:10 smithi055 ceph-mon[185614]: pgmap v1961: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:11.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:45:10 smithi055 ceph-mon[183057]: pgmap v1961: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:13.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:45:12 smithi082 ceph-mon[180771]: pgmap v1962: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:13.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:45:12 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:45:13.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:45:12 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:45:13.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:45:12 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:45:13.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:45:12 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:45:13.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:45:12 smithi055 ceph-mon[185614]: pgmap v1962: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:13.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:45:12 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:45:13.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:45:12 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:45:13.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:45:12 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:45:13.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:45:12 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:45:13.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:45:12 smithi055 ceph-mon[183057]: pgmap v1962: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:13.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:45:12 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:45:13.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:45:12 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:45:13.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:45:12 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:45:13.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:45:12 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:45:15.079 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:45:14 smithi055 ceph-mon[185614]: pgmap v1963: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:15.080 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:45:14 smithi055 ceph-mon[183057]: pgmap v1963: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:15.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:45:14 smithi082 ceph-mon[180771]: pgmap v1963: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:15.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:45:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:45:15] "GET /metrics HTTP/1.1" 200 36237 "" "Prometheus/2.43.0" 2023-10-14T00:45:17.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:45:16 smithi082 ceph-mon[180771]: pgmap v1964: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:17.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:45:16 smithi055 ceph-mon[185614]: pgmap v1964: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:17.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:45:16 smithi055 ceph-mon[183057]: pgmap v1964: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:19.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:45:18 smithi082 ceph-mon[180771]: pgmap v1965: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:19.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:45:18 smithi055 ceph-mon[185614]: pgmap v1965: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:19.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:45:18 smithi055 ceph-mon[183057]: pgmap v1965: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:21.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:45:20 smithi082 ceph-mon[180771]: pgmap v1966: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:21.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:45:20 smithi055 ceph-mon[185614]: pgmap v1966: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:21.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:45:20 smithi055 ceph-mon[183057]: pgmap v1966: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:23.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:45:22 smithi082 ceph-mon[180771]: pgmap v1967: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:23.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:45:22 smithi055 ceph-mon[185614]: pgmap v1967: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:23.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:45:22 smithi055 ceph-mon[183057]: pgmap v1967: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:25.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:45:24 smithi082 ceph-mon[180771]: pgmap v1968: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:25.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:45:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:45:25.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:45:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:45:25] "GET /metrics HTTP/1.1" 200 36240 "" "Prometheus/2.43.0" 2023-10-14T00:45:25.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:45:24 smithi055 ceph-mon[185614]: pgmap v1968: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:25.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:45:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:45:25.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:45:24 smithi055 ceph-mon[183057]: pgmap v1968: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:25.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:45:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:45:27.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:45:26 smithi082 ceph-mon[180771]: pgmap v1969: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:27.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:45:26 smithi055 ceph-mon[185614]: pgmap v1969: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:27.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:45:26 smithi055 ceph-mon[183057]: pgmap v1969: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:29.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:45:28 smithi082 ceph-mon[180771]: pgmap v1970: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:29.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:45:28 smithi055 ceph-mon[185614]: pgmap v1970: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:29.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:45:28 smithi055 ceph-mon[183057]: pgmap v1970: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:31.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:45:30 smithi082 ceph-mon[180771]: pgmap v1971: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:31.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:45:30 smithi055 ceph-mon[185614]: pgmap v1971: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:31.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:45:30 smithi055 ceph-mon[183057]: pgmap v1971: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:33.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:45:32 smithi082 ceph-mon[180771]: pgmap v1972: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:33.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:45:32 smithi055 ceph-mon[185614]: pgmap v1972: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:33.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:45:32 smithi055 ceph-mon[183057]: pgmap v1972: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:35.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:45:34 smithi082 ceph-mon[180771]: pgmap v1973: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:35.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:45:34 smithi055 ceph-mon[185614]: pgmap v1973: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:35.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:45:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:45:35] "GET /metrics HTTP/1.1" 200 36240 "" "Prometheus/2.43.0" 2023-10-14T00:45:35.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:45:34 smithi055 ceph-mon[183057]: pgmap v1973: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:37.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:45:36 smithi082 ceph-mon[180771]: pgmap v1974: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:37.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:45:36 smithi055 ceph-mon[185614]: pgmap v1974: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:37.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:45:36 smithi055 ceph-mon[183057]: pgmap v1974: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:39.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:45:38 smithi055 ceph-mon[185614]: pgmap v1975: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:39.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:45:38 smithi055 ceph-mon[183057]: pgmap v1975: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:45:38 smithi082 ceph-mon[180771]: pgmap v1975: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:40.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:45:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:45:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:45:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:45:40.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:45:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:45:41.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:45:40 smithi055 ceph-mon[185614]: pgmap v1976: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:41.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:45:40 smithi055 ceph-mon[183057]: pgmap v1976: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:41.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:45:40 smithi082 ceph-mon[180771]: pgmap v1976: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:43.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:45:42 smithi055 ceph-mon[185614]: pgmap v1977: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:43.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:45:42 smithi055 ceph-mon[183057]: pgmap v1977: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:43.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:45:42 smithi082 ceph-mon[180771]: pgmap v1977: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:45.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:45:44 smithi055 ceph-mon[185614]: pgmap v1978: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:45.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:45:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:45:45] "GET /metrics HTTP/1.1" 200 36238 "" "Prometheus/2.43.0" 2023-10-14T00:45:45.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:45:44 smithi055 ceph-mon[183057]: pgmap v1978: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:45.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:45:44 smithi082 ceph-mon[180771]: pgmap v1978: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:47.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:45:46 smithi055 ceph-mon[185614]: pgmap v1979: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:47.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:45:46 smithi055 ceph-mon[183057]: pgmap v1979: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:45:46 smithi082 ceph-mon[180771]: pgmap v1979: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:49.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:45:48 smithi055 ceph-mon[185614]: pgmap v1980: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:49.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:45:48 smithi055 ceph-mon[183057]: pgmap v1980: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:45:48 smithi082 ceph-mon[180771]: pgmap v1980: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:51.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:45:50 smithi055 ceph-mon[185614]: pgmap v1981: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:51.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:45:50 smithi055 ceph-mon[183057]: pgmap v1981: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:45:50 smithi082 ceph-mon[180771]: pgmap v1981: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:53.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:45:52 smithi055 ceph-mon[185614]: pgmap v1982: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:53.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:45:52 smithi055 ceph-mon[183057]: pgmap v1982: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:53.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:45:52 smithi082 ceph-mon[180771]: pgmap v1982: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:54.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:45:53 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:45:54.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:45:53 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:45:54.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:45:53 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:45:55.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:45:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:45:55] "GET /metrics HTTP/1.1" 200 36239 "" "Prometheus/2.43.0" 2023-10-14T00:45:55.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:45:54 smithi055 ceph-mon[185614]: pgmap v1983: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:55.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:45:54 smithi055 ceph-mon[183057]: pgmap v1983: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:45:54 smithi082 ceph-mon[180771]: pgmap v1983: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:57.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:45:56 smithi055 ceph-mon[185614]: pgmap v1984: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:57.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:45:56 smithi055 ceph-mon[183057]: pgmap v1984: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:45:56 smithi082 ceph-mon[180771]: pgmap v1984: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:59.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:45:58 smithi055 ceph-mon[185614]: pgmap v1985: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:59.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:45:58 smithi055 ceph-mon[183057]: pgmap v1985: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:45:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:45:58 smithi082 ceph-mon[180771]: pgmap v1985: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:01.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:46:00 smithi055 ceph-mon[185614]: pgmap v1986: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:46:00 smithi055 ceph-mon[183057]: pgmap v1986: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:46:00 smithi082 ceph-mon[180771]: pgmap v1986: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:03.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:46:02 smithi055 ceph-mon[185614]: pgmap v1987: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:03.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:46:02 smithi055 ceph-mon[183057]: pgmap v1987: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:46:02 smithi082 ceph-mon[180771]: pgmap v1987: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:05.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:46:04 smithi055 ceph-mon[185614]: pgmap v1988: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:05.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:46:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:46:05] "GET /metrics HTTP/1.1" 200 36239 "" "Prometheus/2.43.0" 2023-10-14T00:46:05.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:46:04 smithi055 ceph-mon[183057]: pgmap v1988: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:05.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:46:04 smithi082 ceph-mon[180771]: pgmap v1988: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:07.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:46:06 smithi055 ceph-mon[185614]: pgmap v1989: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:07.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:46:06 smithi055 ceph-mon[183057]: pgmap v1989: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:46:06 smithi082 ceph-mon[180771]: pgmap v1989: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:09.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:46:08 smithi055 ceph-mon[185614]: pgmap v1990: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:09.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:46:08 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:46:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:46:08 smithi055 ceph-mon[183057]: pgmap v1990: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:46:08 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:46:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:46:08 smithi082 ceph-mon[180771]: pgmap v1990: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:46:08 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:46:11.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:46:10 smithi055 ceph-mon[185614]: pgmap v1991: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:11.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:46:10 smithi055 ceph-mon[183057]: pgmap v1991: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:46:10 smithi082 ceph-mon[180771]: pgmap v1991: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:13.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:46:12 smithi055 ceph-mon[185614]: pgmap v1992: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:13.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:46:12 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:46:13.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:46:12 smithi055 ceph-mon[183057]: pgmap v1992: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:13.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:46:12 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:46:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:46:12 smithi082 ceph-mon[180771]: pgmap v1992: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:46:12 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:46:14.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:46:13 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:46:14.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:46:13 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:46:14.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:46:13 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:46:14.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:46:13 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:46:14.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:46:13 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:46:14.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:46:13 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:46:14.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:46:13 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:46:14.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:46:13 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:46:14.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:46:13 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:46:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:46:15 smithi082 ceph-mon[180771]: pgmap v1993: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:15.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:46:15 smithi055 ceph-mon[185614]: pgmap v1993: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:46:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:46:15] "GET /metrics HTTP/1.1" 200 36239 "" "Prometheus/2.43.0" 2023-10-14T00:46:15.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:46:15 smithi055 ceph-mon[183057]: pgmap v1993: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:46:17 smithi082 ceph-mon[180771]: pgmap v1994: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:17.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:46:17 smithi055 ceph-mon[185614]: pgmap v1994: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:17.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:46:17 smithi055 ceph-mon[183057]: pgmap v1994: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:46:19 smithi082 ceph-mon[180771]: pgmap v1995: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:19.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:46:19 smithi055 ceph-mon[185614]: pgmap v1995: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:19.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:46:19 smithi055 ceph-mon[183057]: pgmap v1995: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:46:21 smithi082 ceph-mon[180771]: pgmap v1996: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:21.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:46:21 smithi055 ceph-mon[185614]: pgmap v1996: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:21.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:46:21 smithi055 ceph-mon[183057]: pgmap v1996: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:46:23 smithi082 ceph-mon[180771]: pgmap v1997: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:23.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:46:23 smithi055 ceph-mon[185614]: pgmap v1997: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:23.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:46:23 smithi055 ceph-mon[183057]: pgmap v1997: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:24.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:46:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:46:24.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:46:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:46:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:46:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:46:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:46:25 smithi082 ceph-mon[180771]: pgmap v1998: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:25.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:46:25 smithi055 ceph-mon[185614]: pgmap v1998: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:46:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:46:25] "GET /metrics HTTP/1.1" 200 36239 "" "Prometheus/2.43.0" 2023-10-14T00:46:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:46:25 smithi055 ceph-mon[183057]: pgmap v1998: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:46:27 smithi082 ceph-mon[180771]: pgmap v1999: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:27.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:46:27 smithi055 ceph-mon[185614]: pgmap v1999: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:27.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:46:27 smithi055 ceph-mon[183057]: pgmap v1999: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:46:29 smithi082 ceph-mon[180771]: pgmap v2000: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:29.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:46:29 smithi055 ceph-mon[185614]: pgmap v2000: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:46:29 smithi055 ceph-mon[183057]: pgmap v2000: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:46:31 smithi082 ceph-mon[180771]: pgmap v2001: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:31.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:46:31 smithi055 ceph-mon[185614]: pgmap v2001: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:31.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:46:31 smithi055 ceph-mon[183057]: pgmap v2001: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:33.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:46:33 smithi055 ceph-mon[185614]: pgmap v2002: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:46:33 smithi055 ceph-mon[183057]: pgmap v2002: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:33.624 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:46:33 smithi082 ceph-mon[180771]: pgmap v2002: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:35.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:46:35 smithi055 ceph-mon[185614]: pgmap v2003: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:46:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:46:35] "GET /metrics HTTP/1.1" 200 36239 "" "Prometheus/2.43.0" 2023-10-14T00:46:35.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:46:35 smithi055 ceph-mon[183057]: pgmap v2003: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:35.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:46:35 smithi082 ceph-mon[180771]: pgmap v2003: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:37.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:46:37 smithi055 ceph-mon[185614]: pgmap v2004: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:37.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:46:37 smithi055 ceph-mon[183057]: pgmap v2004: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:37.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:46:37 smithi082 ceph-mon[180771]: pgmap v2004: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:39.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:46:39 smithi055 ceph-mon[185614]: pgmap v2005: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:39.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:46:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:46:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:46:39 smithi055 ceph-mon[183057]: pgmap v2005: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:46:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:46:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:46:39 smithi082 ceph-mon[180771]: pgmap v2005: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:46:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:46:41.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:46:41 smithi055 ceph-mon[185614]: pgmap v2006: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:41.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:46:41 smithi055 ceph-mon[183057]: pgmap v2006: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:41.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:46:41 smithi082 ceph-mon[180771]: pgmap v2006: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:43.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:46:43 smithi055 ceph-mon[185614]: pgmap v2007: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:43.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:46:43 smithi055 ceph-mon[183057]: pgmap v2007: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:43.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:46:43 smithi082 ceph-mon[180771]: pgmap v2007: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:45.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:46:45 smithi055 ceph-mon[185614]: pgmap v2008: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:46:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:46:45] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T00:46:45.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:46:45 smithi055 ceph-mon[183057]: pgmap v2008: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:45.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:46:45 smithi082 ceph-mon[180771]: pgmap v2008: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:47.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:46:47 smithi055 ceph-mon[185614]: pgmap v2009: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:47.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:46:47 smithi055 ceph-mon[183057]: pgmap v2009: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:47.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:46:47 smithi082 ceph-mon[180771]: pgmap v2009: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:49.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:46:49 smithi055 ceph-mon[185614]: pgmap v2010: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:49.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:46:49 smithi055 ceph-mon[183057]: pgmap v2010: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:49.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:46:49 smithi082 ceph-mon[180771]: pgmap v2010: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:51.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:46:51 smithi055 ceph-mon[185614]: pgmap v2011: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:51.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:46:51 smithi055 ceph-mon[183057]: pgmap v2011: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:51.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:46:51 smithi082 ceph-mon[180771]: pgmap v2011: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:53.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:46:53 smithi055 ceph-mon[185614]: pgmap v2012: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:53.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:46:53 smithi055 ceph-mon[183057]: pgmap v2012: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:53.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:46:53 smithi082 ceph-mon[180771]: pgmap v2012: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:46:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:46:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:46:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:46:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:46:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:46:55.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:46:55 smithi055 ceph-mon[185614]: pgmap v2013: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:46:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:46:55] "GET /metrics HTTP/1.1" 200 36239 "" "Prometheus/2.43.0" 2023-10-14T00:46:55.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:46:55 smithi055 ceph-mon[183057]: pgmap v2013: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:55.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:46:55 smithi082 ceph-mon[180771]: pgmap v2013: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:57.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:46:57 smithi055 ceph-mon[185614]: pgmap v2014: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:57.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:46:57 smithi055 ceph-mon[183057]: pgmap v2014: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:57.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:46:57 smithi082 ceph-mon[180771]: pgmap v2014: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:59.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:46:59 smithi055 ceph-mon[185614]: pgmap v2015: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:59.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:46:59 smithi055 ceph-mon[183057]: pgmap v2015: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:46:59.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:46:59 smithi082 ceph-mon[180771]: pgmap v2015: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:01.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:47:01 smithi055 ceph-mon[185614]: pgmap v2016: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:01.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:47:01 smithi055 ceph-mon[183057]: pgmap v2016: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:01.624 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:47:01 smithi082 ceph-mon[180771]: pgmap v2016: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:03.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:47:03 smithi055 ceph-mon[183057]: pgmap v2017: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:03.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:47:03 smithi055 ceph-mon[185614]: pgmap v2017: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:03.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:47:03 smithi082 ceph-mon[180771]: pgmap v2017: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:05.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:47:05 smithi055 ceph-mon[185614]: pgmap v2018: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:47:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:47:05] "GET /metrics HTTP/1.1" 200 36239 "" "Prometheus/2.43.0" 2023-10-14T00:47:05.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:47:05 smithi055 ceph-mon[183057]: pgmap v2018: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:05.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:47:05 smithi082 ceph-mon[180771]: pgmap v2018: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:07.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:47:07 smithi055 ceph-mon[185614]: pgmap v2019: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:07.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:47:07 smithi055 ceph-mon[183057]: pgmap v2019: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:07.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:47:07 smithi082 ceph-mon[180771]: pgmap v2019: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:09.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:47:09 smithi055 ceph-mon[185614]: pgmap v2020: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:09.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:47:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:47:09.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:47:09 smithi055 ceph-mon[183057]: pgmap v2020: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:09.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:47:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:47:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:47:09 smithi082 ceph-mon[180771]: pgmap v2020: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:47:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:47:11.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:47:11 smithi055 ceph-mon[185614]: pgmap v2021: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:11.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:47:11 smithi055 ceph-mon[183057]: pgmap v2021: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:11.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:47:11 smithi082 ceph-mon[180771]: pgmap v2021: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:13.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:47:13 smithi055 ceph-mon[185614]: pgmap v2022: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:13.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:47:13 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:47:13.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:47:13 smithi055 ceph-mon[183057]: pgmap v2022: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:13.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:47:13 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:47:13.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:47:13 smithi082 ceph-mon[180771]: pgmap v2022: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:13.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:47:13 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:47:15.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:47:14 smithi055 ceph-mon[185614]: pgmap v2023: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:15.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:47:14 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:47:15.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:47:14 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:47:15.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:47:14 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:47:15.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:47:14 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:47:15.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:47:14 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:47:15.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:47:14 smithi055 ceph-mon[183057]: pgmap v2023: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:15.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:47:14 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:47:15.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:47:14 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:47:15.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:47:14 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:47:15.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:47:14 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:47:15.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:47:14 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:47:15.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:47:14 smithi082 ceph-mon[180771]: pgmap v2023: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:15.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:47:14 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:47:15.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:47:14 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:47:15.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:47:14 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:47:15.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:47:14 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:47:15.128 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:47:14 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:47:15.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:47:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:47:15] "GET /metrics HTTP/1.1" 200 36237 "" "Prometheus/2.43.0" 2023-10-14T00:47:17.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:47:16 smithi055 ceph-mon[185614]: pgmap v2024: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:17.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:47:16 smithi055 ceph-mon[183057]: pgmap v2024: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:17.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:47:16 smithi082 ceph-mon[180771]: pgmap v2024: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:19.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:47:18 smithi055 ceph-mon[185614]: pgmap v2025: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:19.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:47:18 smithi055 ceph-mon[183057]: pgmap v2025: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:19.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:47:18 smithi082 ceph-mon[180771]: pgmap v2025: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:21.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:47:20 smithi055 ceph-mon[185614]: pgmap v2026: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:21.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:47:20 smithi055 ceph-mon[183057]: pgmap v2026: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:21.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:47:20 smithi082 ceph-mon[180771]: pgmap v2026: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:23.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:47:22 smithi055 ceph-mon[185614]: pgmap v2027: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:23.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:47:22 smithi055 ceph-mon[183057]: pgmap v2027: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:23.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:47:22 smithi082 ceph-mon[180771]: pgmap v2027: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:25.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:47:24 smithi055 ceph-mon[185614]: pgmap v2028: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:25.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:47:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:47:25.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:47:24 smithi055 ceph-mon[183057]: pgmap v2028: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:25.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:47:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:47:25.124 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:47:24 smithi082 ceph-mon[180771]: pgmap v2028: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:25.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:47:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:47:25.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:47:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:47:25] "GET /metrics HTTP/1.1" 200 36237 "" "Prometheus/2.43.0" 2023-10-14T00:47:27.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:47:26 smithi055 ceph-mon[185614]: pgmap v2029: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:27.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:47:26 smithi055 ceph-mon[183057]: pgmap v2029: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:27.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:47:26 smithi082 ceph-mon[180771]: pgmap v2029: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:29.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:47:28 smithi055 ceph-mon[185614]: pgmap v2030: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:29.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:47:28 smithi055 ceph-mon[183057]: pgmap v2030: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:29.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:47:28 smithi082 ceph-mon[180771]: pgmap v2030: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:31.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:47:30 smithi055 ceph-mon[185614]: pgmap v2031: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:31.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:47:30 smithi055 ceph-mon[183057]: pgmap v2031: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:31.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:47:30 smithi082 ceph-mon[180771]: pgmap v2031: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:33.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:47:32 smithi055 ceph-mon[185614]: pgmap v2032: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:33.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:47:32 smithi055 ceph-mon[183057]: pgmap v2032: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:33.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:47:32 smithi082 ceph-mon[180771]: pgmap v2032: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:35.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:47:34 smithi055 ceph-mon[185614]: pgmap v2033: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:35.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:47:34 smithi055 ceph-mon[183057]: pgmap v2033: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:35.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:47:34 smithi082 ceph-mon[180771]: pgmap v2033: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:35.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:47:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:47:35] "GET /metrics HTTP/1.1" 200 36237 "" "Prometheus/2.43.0" 2023-10-14T00:47:37.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:47:36 smithi055 ceph-mon[185614]: pgmap v2034: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:37.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:47:36 smithi055 ceph-mon[183057]: pgmap v2034: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:37.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:47:36 smithi082 ceph-mon[180771]: pgmap v2034: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:39.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:47:38 smithi055 ceph-mon[185614]: pgmap v2035: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:39.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:47:38 smithi055 ceph-mon[183057]: pgmap v2035: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:39.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:47:38 smithi082 ceph-mon[180771]: pgmap v2035: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:40.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:47:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:47:40.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:47:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:47:40.124 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:47:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:47:41.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:47:40 smithi055 ceph-mon[185614]: pgmap v2036: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:41.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:47:40 smithi055 ceph-mon[183057]: pgmap v2036: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:41.124 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:47:40 smithi082 ceph-mon[180771]: pgmap v2036: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:43.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:47:42 smithi055 ceph-mon[185614]: pgmap v2037: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:43.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:47:42 smithi055 ceph-mon[183057]: pgmap v2037: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:43.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:47:42 smithi082 ceph-mon[180771]: pgmap v2037: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:45.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:47:44 smithi055 ceph-mon[185614]: pgmap v2038: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:45.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:47:44 smithi055 ceph-mon[183057]: pgmap v2038: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:45.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:47:44 smithi082 ceph-mon[180771]: pgmap v2038: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:45.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:47:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:47:45] "GET /metrics HTTP/1.1" 200 36237 "" "Prometheus/2.43.0" 2023-10-14T00:47:47.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:47:46 smithi055 ceph-mon[185614]: pgmap v2039: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:47.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:47:46 smithi055 ceph-mon[183057]: pgmap v2039: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:47.124 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:47:46 smithi082 ceph-mon[180771]: pgmap v2039: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:49.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:47:48 smithi055 ceph-mon[185614]: pgmap v2040: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:49.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:47:48 smithi055 ceph-mon[183057]: pgmap v2040: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:49.124 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:47:48 smithi082 ceph-mon[180771]: pgmap v2040: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:51.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:47:50 smithi055 ceph-mon[185614]: pgmap v2041: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:51.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:47:50 smithi055 ceph-mon[183057]: pgmap v2041: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:51.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:47:50 smithi082 ceph-mon[180771]: pgmap v2041: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:53.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:47:52 smithi082 ceph-mon[180771]: pgmap v2042: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:53.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:47:52 smithi055 ceph-mon[185614]: pgmap v2042: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:53.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:47:52 smithi055 ceph-mon[183057]: pgmap v2042: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:55.079 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:47:54 smithi055 ceph-mon[185614]: pgmap v2043: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:55.079 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:47:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:47:55.080 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:47:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:47:55] "GET /metrics HTTP/1.1" 200 36239 "" "Prometheus/2.43.0" 2023-10-14T00:47:55.080 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:47:54 smithi055 ceph-mon[183057]: pgmap v2043: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:55.081 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:47:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:47:55.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:47:54 smithi082 ceph-mon[180771]: pgmap v2043: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:55.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:47:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:47:57.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:47:56 smithi082 ceph-mon[180771]: pgmap v2044: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:57.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:47:56 smithi055 ceph-mon[185614]: pgmap v2044: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:57.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:47:56 smithi055 ceph-mon[183057]: pgmap v2044: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:59.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:47:58 smithi082 ceph-mon[180771]: pgmap v2045: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:59.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:47:58 smithi055 ceph-mon[183057]: pgmap v2045: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:47:59.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:47:58 smithi055 ceph-mon[185614]: pgmap v2045: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:01.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:48:00 smithi082 ceph-mon[180771]: pgmap v2046: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:01.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:48:00 smithi055 ceph-mon[185614]: pgmap v2046: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:48:00 smithi055 ceph-mon[183057]: pgmap v2046: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:03.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:48:02 smithi082 ceph-mon[180771]: pgmap v2047: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:03.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:48:02 smithi055 ceph-mon[185614]: pgmap v2047: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:03.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:48:02 smithi055 ceph-mon[183057]: pgmap v2047: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:05.079 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:48:04 smithi055 ceph-mon[185614]: pgmap v2048: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:05.079 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:48:04 smithi055 ceph-mon[183057]: pgmap v2048: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:05.124 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:48:04 smithi082 ceph-mon[180771]: pgmap v2048: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:05.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:48:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:48:05] "GET /metrics HTTP/1.1" 200 36239 "" "Prometheus/2.43.0" 2023-10-14T00:48:07.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:48:06 smithi082 ceph-mon[180771]: pgmap v2049: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:07.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:48:06 smithi055 ceph-mon[185614]: pgmap v2049: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:07.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:48:06 smithi055 ceph-mon[183057]: pgmap v2049: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:09.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:48:08 smithi082 ceph-mon[180771]: pgmap v2050: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:09.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:48:08 smithi055 ceph-mon[185614]: pgmap v2050: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:48:08 smithi055 ceph-mon[183057]: pgmap v2050: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:10.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:48:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:48:10.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:48:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:48:10.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:48:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:48:11.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:48:10 smithi082 ceph-mon[180771]: pgmap v2051: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:11.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:48:10 smithi055 ceph-mon[185614]: pgmap v2051: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:11.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:48:10 smithi055 ceph-mon[183057]: pgmap v2051: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:13.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:48:12 smithi082 ceph-mon[180771]: pgmap v2052: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:13.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:48:12 smithi055 ceph-mon[185614]: pgmap v2052: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:13.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:48:12 smithi055 ceph-mon[183057]: pgmap v2052: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:15.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:48:14 smithi082 ceph-mon[180771]: pgmap v2053: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:15.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:48:14 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:48:15.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:48:14 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:48:15.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:48:14 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:48:15.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:48:14 smithi055 ceph-mon[185614]: pgmap v2053: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:15.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:48:14 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:48:15.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:48:14 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:48:15.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:48:14 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:48:15.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:48:14 smithi055 ceph-mon[183057]: pgmap v2053: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:15.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:48:14 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:48:15.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:48:14 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:48:15.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:48:14 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:48:15.270 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:48:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:48:15] "GET /metrics HTTP/1.1" 200 36237 "" "Prometheus/2.43.0" 2023-10-14T00:48:16.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:48:15 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:48:16.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:48:15 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:48:16.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:48:15 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:48:16.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:48:15 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:48:16.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:48:15 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:48:16.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:48:15 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:48:16.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:48:15 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:48:16.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:48:15 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:48:16.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:48:15 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:48:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:48:17 smithi082 ceph-mon[180771]: pgmap v2054: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:17.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:48:17 smithi055 ceph-mon[185614]: pgmap v2054: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:17.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:48:17 smithi055 ceph-mon[183057]: pgmap v2054: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:48:19 smithi082 ceph-mon[180771]: pgmap v2055: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:19.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:48:19 smithi055 ceph-mon[185614]: pgmap v2055: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:19.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:48:19 smithi055 ceph-mon[183057]: pgmap v2055: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:48:21 smithi082 ceph-mon[180771]: pgmap v2056: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:21.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:48:21 smithi055 ceph-mon[185614]: pgmap v2056: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:21.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:48:21 smithi055 ceph-mon[183057]: pgmap v2056: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:48:23 smithi082 ceph-mon[180771]: pgmap v2057: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:23.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:48:23 smithi055 ceph-mon[185614]: pgmap v2057: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:23.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:48:23 smithi055 ceph-mon[183057]: pgmap v2057: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:24.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:48:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:48:24.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:48:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:48:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:48:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:48:25.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:48:25 smithi082 ceph-mon[180771]: pgmap v2058: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:25.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:48:25 smithi055 ceph-mon[185614]: pgmap v2058: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:48:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:48:25] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T00:48:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:48:25 smithi055 ceph-mon[183057]: pgmap v2058: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:27.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:48:27 smithi055 ceph-mon[185614]: pgmap v2059: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:27.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:48:27 smithi055 ceph-mon[183057]: pgmap v2059: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:27.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:48:27 smithi082 ceph-mon[180771]: pgmap v2059: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:29.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:48:29 smithi055 ceph-mon[185614]: pgmap v2060: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:48:29 smithi055 ceph-mon[183057]: pgmap v2060: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:29.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:48:29 smithi082 ceph-mon[180771]: pgmap v2060: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:31.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:48:31 smithi055 ceph-mon[185614]: pgmap v2061: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:31.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:48:31 smithi055 ceph-mon[183057]: pgmap v2061: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:31.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:48:31 smithi082 ceph-mon[180771]: pgmap v2061: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:33.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:48:33 smithi055 ceph-mon[185614]: pgmap v2062: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:48:33 smithi055 ceph-mon[183057]: pgmap v2062: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:33.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:48:33 smithi082 ceph-mon[180771]: pgmap v2062: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:35.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:48:35 smithi055 ceph-mon[185614]: pgmap v2063: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:48:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:48:35] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T00:48:35.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:48:35 smithi055 ceph-mon[183057]: pgmap v2063: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:35.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:48:35 smithi082 ceph-mon[180771]: pgmap v2063: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:37.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:48:37 smithi055 ceph-mon[185614]: pgmap v2064: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:37.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:48:37 smithi055 ceph-mon[183057]: pgmap v2064: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:37.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:48:37 smithi082 ceph-mon[180771]: pgmap v2064: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:39.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:48:39 smithi055 ceph-mon[185614]: pgmap v2065: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:39.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:48:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:48:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:48:39 smithi055 ceph-mon[183057]: pgmap v2065: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:48:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:48:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:48:39 smithi082 ceph-mon[180771]: pgmap v2065: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:48:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:48:41.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:48:41 smithi055 ceph-mon[185614]: pgmap v2066: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:41.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:48:41 smithi055 ceph-mon[183057]: pgmap v2066: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:41.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:48:41 smithi082 ceph-mon[180771]: pgmap v2066: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:43.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:48:43 smithi055 ceph-mon[185614]: pgmap v2067: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:43.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:48:43 smithi055 ceph-mon[183057]: pgmap v2067: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:43.624 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:48:43 smithi082 ceph-mon[180771]: pgmap v2067: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:45.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:48:45 smithi055 ceph-mon[185614]: pgmap v2068: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:48:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:48:45] "GET /metrics HTTP/1.1" 200 36238 "" "Prometheus/2.43.0" 2023-10-14T00:48:45.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:48:45 smithi055 ceph-mon[183057]: pgmap v2068: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:45.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:48:45 smithi082 ceph-mon[180771]: pgmap v2068: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:47.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:48:47 smithi055 ceph-mon[185614]: pgmap v2069: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:47.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:48:47 smithi055 ceph-mon[183057]: pgmap v2069: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:47.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:48:47 smithi082 ceph-mon[180771]: pgmap v2069: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:49.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:48:49 smithi055 ceph-mon[185614]: pgmap v2070: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:49.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:48:49 smithi055 ceph-mon[183057]: pgmap v2070: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:49.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:48:49 smithi082 ceph-mon[180771]: pgmap v2070: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:51.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:48:51 smithi055 ceph-mon[185614]: pgmap v2071: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:51.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:48:51 smithi055 ceph-mon[183057]: pgmap v2071: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:51.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:48:51 smithi082 ceph-mon[180771]: pgmap v2071: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:53.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:48:53 smithi055 ceph-mon[185614]: pgmap v2072: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:53.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:48:53 smithi055 ceph-mon[183057]: pgmap v2072: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:53.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:48:53 smithi082 ceph-mon[180771]: pgmap v2072: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:48:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:48:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:48:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:48:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:48:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:48:55.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:48:55 smithi055 ceph-mon[185614]: pgmap v2073: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:48:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:48:55] "GET /metrics HTTP/1.1" 200 36239 "" "Prometheus/2.43.0" 2023-10-14T00:48:55.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:48:55 smithi055 ceph-mon[183057]: pgmap v2073: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:55.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:48:55 smithi082 ceph-mon[180771]: pgmap v2073: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:57.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:48:57 smithi055 ceph-mon[185614]: pgmap v2074: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:57.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:48:57 smithi055 ceph-mon[183057]: pgmap v2074: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:57.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:48:57 smithi082 ceph-mon[180771]: pgmap v2074: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:59.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:48:59 smithi055 ceph-mon[185614]: pgmap v2075: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:59.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:48:59 smithi055 ceph-mon[183057]: pgmap v2075: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:48:59.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:48:59 smithi082 ceph-mon[180771]: pgmap v2075: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:01.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:49:01 smithi055 ceph-mon[185614]: pgmap v2076: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:01.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:49:01 smithi055 ceph-mon[183057]: pgmap v2076: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:01.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:49:01 smithi082 ceph-mon[180771]: pgmap v2076: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:03.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:49:03 smithi055 ceph-mon[185614]: pgmap v2077: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:03.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:49:03 smithi055 ceph-mon[183057]: pgmap v2077: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:03.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:49:03 smithi082 ceph-mon[180771]: pgmap v2077: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:05.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:49:05 smithi055 ceph-mon[185614]: pgmap v2078: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:49:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:49:05] "GET /metrics HTTP/1.1" 200 36239 "" "Prometheus/2.43.0" 2023-10-14T00:49:05.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:49:05 smithi055 ceph-mon[183057]: pgmap v2078: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:05.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:49:05 smithi082 ceph-mon[180771]: pgmap v2078: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:07.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:49:07 smithi055 ceph-mon[185614]: pgmap v2079: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:07.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:49:07 smithi055 ceph-mon[183057]: pgmap v2079: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:07.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:49:07 smithi082 ceph-mon[180771]: pgmap v2079: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:09.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:49:09 smithi055 ceph-mon[185614]: pgmap v2080: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:09.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:49:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:49:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:49:09 smithi055 ceph-mon[183057]: pgmap v2080: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:49:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:49:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:49:09 smithi082 ceph-mon[180771]: pgmap v2080: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:49:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:49:11.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:49:11 smithi055 ceph-mon[185614]: pgmap v2081: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:11.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:49:11 smithi055 ceph-mon[183057]: pgmap v2081: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:11.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:49:11 smithi082 ceph-mon[180771]: pgmap v2081: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:13.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:49:13 smithi055 ceph-mon[185614]: pgmap v2082: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:13.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:49:13 smithi055 ceph-mon[183057]: pgmap v2082: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:13.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:49:13 smithi082 ceph-mon[180771]: pgmap v2082: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:15.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:49:15 smithi055 ceph-mon[185614]: pgmap v2083: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:15.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:49:15 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:49:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:49:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:49:15] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T00:49:15.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:49:15 smithi055 ceph-mon[183057]: pgmap v2083: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:15.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:49:15 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:49:15.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:49:15 smithi082 ceph-mon[180771]: pgmap v2083: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:15.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:49:15 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:49:16.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:49:16 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:49:16.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:49:16 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:49:16.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:49:16 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:49:16.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:49:16 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:49:16.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:49:16 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:49:16.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:49:16 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:49:16.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:49:16 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:49:16.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:49:16 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:49:16.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:49:16 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:49:17.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:49:17 smithi082 ceph-mon[180771]: pgmap v2084: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:17.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:49:17 smithi055 ceph-mon[185614]: pgmap v2084: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:17.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:49:17 smithi055 ceph-mon[183057]: pgmap v2084: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:19.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:49:19 smithi082 ceph-mon[180771]: pgmap v2085: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:19.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:49:19 smithi055 ceph-mon[185614]: pgmap v2085: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:19.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:49:19 smithi055 ceph-mon[183057]: pgmap v2085: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:21.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:49:21 smithi082 ceph-mon[180771]: pgmap v2086: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:21.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:49:21 smithi055 ceph-mon[183057]: pgmap v2086: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:21.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:49:21 smithi055 ceph-mon[185614]: pgmap v2086: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:23.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:49:23 smithi082 ceph-mon[180771]: pgmap v2087: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:23.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:49:23 smithi055 ceph-mon[185614]: pgmap v2087: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:23.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:49:23 smithi055 ceph-mon[183057]: pgmap v2087: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:49:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:49:24.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:49:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:49:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:49:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:49:25.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:49:25 smithi055 ceph-mon[185614]: pgmap v2088: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:49:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:49:25] "GET /metrics HTTP/1.1" 200 36238 "" "Prometheus/2.43.0" 2023-10-14T00:49:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:49:25 smithi055 ceph-mon[183057]: pgmap v2088: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:25.624 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:49:25 smithi082 ceph-mon[180771]: pgmap v2088: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:27.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:49:27 smithi082 ceph-mon[180771]: pgmap v2089: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:27.625 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:49:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[225424]: logger=cleanup t=2023-10-14T00:49:27.476150547Z level=info msg="Completed cleanup jobs" duration=12.532678ms 2023-10-14T00:49:27.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:49:27 smithi055 ceph-mon[185614]: pgmap v2089: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:27.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:49:27 smithi055 ceph-mon[183057]: pgmap v2089: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:29.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:49:29 smithi082 ceph-mon[180771]: pgmap v2090: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:29.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:49:29 smithi055 ceph-mon[185614]: pgmap v2090: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:29.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:49:29 smithi055 ceph-mon[183057]: pgmap v2090: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:31.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:49:31 smithi082 ceph-mon[180771]: pgmap v2091: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:31.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:49:31 smithi055 ceph-mon[185614]: pgmap v2091: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:31.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:49:31 smithi055 ceph-mon[183057]: pgmap v2091: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:33.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:49:32 smithi055 ceph-mon[185614]: pgmap v2092: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:33.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:49:32 smithi055 ceph-mon[183057]: pgmap v2092: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:33.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:49:32 smithi082 ceph-mon[180771]: pgmap v2092: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:35.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:49:34 smithi055 ceph-mon[185614]: pgmap v2093: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:35.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:49:34 smithi055 ceph-mon[183057]: pgmap v2093: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:35.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:49:34 smithi082 ceph-mon[180771]: pgmap v2093: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:35.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:49:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:49:35] "GET /metrics HTTP/1.1" 200 36238 "" "Prometheus/2.43.0" 2023-10-14T00:49:37.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:49:36 smithi055 ceph-mon[185614]: pgmap v2094: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:37.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:49:36 smithi055 ceph-mon[183057]: pgmap v2094: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:37.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:49:36 smithi082 ceph-mon[180771]: pgmap v2094: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:39.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:49:38 smithi055 ceph-mon[185614]: pgmap v2095: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:39.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:49:38 smithi055 ceph-mon[183057]: pgmap v2095: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:39.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:49:38 smithi082 ceph-mon[180771]: pgmap v2095: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:40.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:49:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:49:40.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:49:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:49:40.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:49:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:49:41.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:49:40 smithi055 ceph-mon[185614]: pgmap v2096: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:41.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:49:40 smithi055 ceph-mon[183057]: pgmap v2096: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:41.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:49:40 smithi082 ceph-mon[180771]: pgmap v2096: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:43.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:49:42 smithi055 ceph-mon[185614]: pgmap v2097: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:43.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:49:42 smithi055 ceph-mon[183057]: pgmap v2097: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:43.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:49:42 smithi082 ceph-mon[180771]: pgmap v2097: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:45.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:49:44 smithi055 ceph-mon[185614]: pgmap v2098: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:45.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:49:44 smithi055 ceph-mon[183057]: pgmap v2098: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:45.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:49:44 smithi082 ceph-mon[180771]: pgmap v2098: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:45.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:49:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:49:45] "GET /metrics HTTP/1.1" 200 36239 "" "Prometheus/2.43.0" 2023-10-14T00:49:47.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:49:46 smithi055 ceph-mon[185614]: pgmap v2099: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:47.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:49:46 smithi055 ceph-mon[183057]: pgmap v2099: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:47.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:49:46 smithi082 ceph-mon[180771]: pgmap v2099: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:49.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:49:48 smithi055 ceph-mon[185614]: pgmap v2100: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:49.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:49:48 smithi055 ceph-mon[183057]: pgmap v2100: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:49.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:49:48 smithi082 ceph-mon[180771]: pgmap v2100: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:51.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:49:50 smithi055 ceph-mon[185614]: pgmap v2101: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:51.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:49:50 smithi055 ceph-mon[183057]: pgmap v2101: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:51.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:49:50 smithi082 ceph-mon[180771]: pgmap v2101: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:53.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:49:52 smithi055 ceph-mon[185614]: pgmap v2102: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:53.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:49:52 smithi055 ceph-mon[183057]: pgmap v2102: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:53.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:49:52 smithi082 ceph-mon[180771]: pgmap v2102: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:55.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:49:54 smithi055 ceph-mon[185614]: pgmap v2103: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:55.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:49:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:49:55.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:49:54 smithi055 ceph-mon[183057]: pgmap v2103: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:55.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:49:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:49:55.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:49:54 smithi082 ceph-mon[180771]: pgmap v2103: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:55.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:49:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:49:55.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:49:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:49:55] "GET /metrics HTTP/1.1" 200 36237 "" "Prometheus/2.43.0" 2023-10-14T00:49:57.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:49:56 smithi055 ceph-mon[185614]: pgmap v2104: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:57.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:49:56 smithi055 ceph-mon[183057]: pgmap v2104: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:57.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:49:56 smithi082 ceph-mon[180771]: pgmap v2104: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:59.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:49:58 smithi055 ceph-mon[185614]: pgmap v2105: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:59.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:49:58 smithi055 ceph-mon[183057]: pgmap v2105: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:49:59.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:49:58 smithi082 ceph-mon[180771]: pgmap v2105: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:01.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:50:00 smithi055 ceph-mon[185614]: pgmap v2106: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:01.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:50:00 smithi055 ceph-mon[185614]: overall HEALTH_OK 2023-10-14T00:50:01.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:50:00 smithi055 ceph-mon[183057]: pgmap v2106: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:01.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:50:00 smithi055 ceph-mon[183057]: overall HEALTH_OK 2023-10-14T00:50:01.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:50:00 smithi082 ceph-mon[180771]: pgmap v2106: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:01.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:50:00 smithi082 ceph-mon[180771]: overall HEALTH_OK 2023-10-14T00:50:03.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:50:02 smithi055 ceph-mon[185614]: pgmap v2107: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:03.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:50:02 smithi055 ceph-mon[183057]: pgmap v2107: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:03.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:50:02 smithi082 ceph-mon[180771]: pgmap v2107: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:05.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:50:04 smithi055 ceph-mon[185614]: pgmap v2108: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:05.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:50:04 smithi055 ceph-mon[183057]: pgmap v2108: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:05.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:50:04 smithi082 ceph-mon[180771]: pgmap v2108: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:05.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:50:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:50:05] "GET /metrics HTTP/1.1" 200 36237 "" "Prometheus/2.43.0" 2023-10-14T00:50:07.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:50:06 smithi055 ceph-mon[185614]: pgmap v2109: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:07.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:50:06 smithi055 ceph-mon[183057]: pgmap v2109: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:07.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:50:06 smithi082 ceph-mon[180771]: pgmap v2109: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:09.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:50:08 smithi055 ceph-mon[185614]: pgmap v2110: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:09.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:50:08 smithi055 ceph-mon[183057]: pgmap v2110: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:09.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:50:08 smithi082 ceph-mon[180771]: pgmap v2110: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:10.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:50:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:50:10.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:50:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:50:10.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:50:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:50:11.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:50:10 smithi055 ceph-mon[185614]: pgmap v2111: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:11.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:50:10 smithi055 ceph-mon[183057]: pgmap v2111: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:11.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:50:10 smithi082 ceph-mon[180771]: pgmap v2111: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:13.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:50:12 smithi055 ceph-mon[185614]: pgmap v2112: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:13.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:50:12 smithi055 ceph-mon[183057]: pgmap v2112: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:13.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:50:12 smithi082 ceph-mon[180771]: pgmap v2112: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:15.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:50:14 smithi055 ceph-mon[185614]: pgmap v2113: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:15.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:50:14 smithi055 ceph-mon[183057]: pgmap v2113: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:15.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:50:14 smithi082 ceph-mon[180771]: pgmap v2113: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:15.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:50:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:50:15] "GET /metrics HTTP/1.1" 200 36238 "" "Prometheus/2.43.0" 2023-10-14T00:50:17.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:50:16 smithi082 ceph-mon[180771]: pgmap v2114: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:17.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:50:16 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:50:17.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:50:16 smithi055 ceph-mon[185614]: pgmap v2114: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:17.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:50:16 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:50:17.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:50:16 smithi055 ceph-mon[183057]: pgmap v2114: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:17.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:50:16 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:50:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:50:19 smithi082 ceph-mon[180771]: pgmap v2115: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:19.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:50:19 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:50:19.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:50:19 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:50:19.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:50:19 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:50:19.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:50:19 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:50:19.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:50:19 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:50:19.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:50:19 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:50:19.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:50:19 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:50:19.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:50:19 smithi055 ceph-mon[185614]: pgmap v2115: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:19.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:50:19 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:50:19.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:50:19 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:50:19.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:50:19 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:50:19.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:50:19 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:50:19.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:50:19 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:50:19.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:50:19 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:50:19.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:50:19 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:50:19.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:50:19 smithi055 ceph-mon[183057]: pgmap v2115: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:19.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:50:19 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:50:19.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:50:19 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:50:19.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:50:19 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:50:19.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:50:19 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:50:19.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:50:19 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:50:19.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:50:19 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:50:19.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:50:19 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:50:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:50:21 smithi082 ceph-mon[180771]: pgmap v2116: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:21.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:50:21 smithi055 ceph-mon[185614]: pgmap v2116: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:21.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:50:21 smithi055 ceph-mon[183057]: pgmap v2116: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:50:23 smithi082 ceph-mon[180771]: pgmap v2117: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:23.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:50:23 smithi055 ceph-mon[185614]: pgmap v2117: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:23.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:50:23 smithi055 ceph-mon[183057]: pgmap v2117: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:24.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:50:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:50:24.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:50:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:50:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:50:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:50:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:50:25 smithi082 ceph-mon[180771]: pgmap v2118: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:25.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:50:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:50:25] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T00:50:25.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:50:25 smithi055 ceph-mon[185614]: pgmap v2118: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:50:25 smithi055 ceph-mon[183057]: pgmap v2118: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:50:27 smithi082 ceph-mon[180771]: pgmap v2119: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:27.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:50:27 smithi055 ceph-mon[185614]: pgmap v2119: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:27.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:50:27 smithi055 ceph-mon[183057]: pgmap v2119: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:50:29 smithi082 ceph-mon[180771]: pgmap v2120: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:29.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:50:29 smithi055 ceph-mon[185614]: pgmap v2120: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:50:29 smithi055 ceph-mon[183057]: pgmap v2120: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:50:31 smithi082 ceph-mon[180771]: pgmap v2121: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:31.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:50:31 smithi055 ceph-mon[185614]: pgmap v2121: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:31.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:50:31 smithi055 ceph-mon[183057]: pgmap v2121: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:50:33 smithi082 ceph-mon[180771]: pgmap v2122: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:33.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:50:33 smithi055 ceph-mon[185614]: pgmap v2122: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:33.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:50:33 smithi055 ceph-mon[183057]: pgmap v2122: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:35.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:50:35 smithi082 ceph-mon[180771]: pgmap v2123: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:35.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:50:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:50:35] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T00:50:35.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:50:35 smithi055 ceph-mon[185614]: pgmap v2123: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:35.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:50:35 smithi055 ceph-mon[183057]: pgmap v2123: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:37.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:50:37 smithi055 ceph-mon[185614]: pgmap v2124: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:37.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:50:37 smithi055 ceph-mon[183057]: pgmap v2124: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:37.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:50:37 smithi082 ceph-mon[180771]: pgmap v2124: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:39.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:50:39 smithi055 ceph-mon[185614]: pgmap v2125: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:39.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:50:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:50:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:50:39 smithi055 ceph-mon[183057]: pgmap v2125: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:50:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:50:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:50:39 smithi082 ceph-mon[180771]: pgmap v2125: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:50:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:50:41.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:50:41 smithi055 ceph-mon[183057]: pgmap v2126: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:41.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:50:41 smithi055 ceph-mon[185614]: pgmap v2126: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:41.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:50:41 smithi082 ceph-mon[180771]: pgmap v2126: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:43.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:50:43 smithi055 ceph-mon[185614]: pgmap v2127: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:43.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:50:43 smithi055 ceph-mon[183057]: pgmap v2127: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:43.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:50:43 smithi082 ceph-mon[180771]: pgmap v2127: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:45.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:50:45 smithi055 ceph-mon[185614]: pgmap v2128: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:50:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:50:45] "GET /metrics HTTP/1.1" 200 36238 "" "Prometheus/2.43.0" 2023-10-14T00:50:45.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:50:45 smithi055 ceph-mon[183057]: pgmap v2128: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:45.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:50:45 smithi082 ceph-mon[180771]: pgmap v2128: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:47.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:50:47 smithi055 ceph-mon[183057]: pgmap v2129: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:47.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:50:47 smithi055 ceph-mon[185614]: pgmap v2129: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:47.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:50:47 smithi082 ceph-mon[180771]: pgmap v2129: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:49.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:50:49 smithi055 ceph-mon[185614]: pgmap v2130: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:49.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:50:49 smithi055 ceph-mon[183057]: pgmap v2130: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:49.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:50:49 smithi082 ceph-mon[180771]: pgmap v2130: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:51.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:50:51 smithi055 ceph-mon[185614]: pgmap v2131: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:51.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:50:51 smithi055 ceph-mon[183057]: pgmap v2131: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:51.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:50:51 smithi082 ceph-mon[180771]: pgmap v2131: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:53.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:50:53 smithi055 ceph-mon[185614]: pgmap v2132: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:53.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:50:53 smithi055 ceph-mon[183057]: pgmap v2132: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:53.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:50:53 smithi082 ceph-mon[180771]: pgmap v2132: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:50:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:50:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:50:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:50:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:50:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:50:55.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:50:55 smithi055 ceph-mon[185614]: pgmap v2133: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:50:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:50:55] "GET /metrics HTTP/1.1" 200 36239 "" "Prometheus/2.43.0" 2023-10-14T00:50:55.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:50:55 smithi055 ceph-mon[183057]: pgmap v2133: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:55.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:50:55 smithi082 ceph-mon[180771]: pgmap v2133: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:57.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:50:57 smithi055 ceph-mon[185614]: pgmap v2134: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:57.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:50:57 smithi055 ceph-mon[183057]: pgmap v2134: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:57.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:50:57 smithi082 ceph-mon[180771]: pgmap v2134: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:59.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:50:59 smithi055 ceph-mon[185614]: pgmap v2135: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:59.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:50:59 smithi055 ceph-mon[183057]: pgmap v2135: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:50:59.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:50:59 smithi082 ceph-mon[180771]: pgmap v2135: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:01.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:51:01 smithi055 ceph-mon[185614]: pgmap v2136: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:01.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:51:01 smithi055 ceph-mon[183057]: pgmap v2136: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:01.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:51:01 smithi082 ceph-mon[180771]: pgmap v2136: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:03.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:51:03 smithi055 ceph-mon[183057]: pgmap v2137: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:03.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:51:03 smithi055 ceph-mon[185614]: pgmap v2137: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:03.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:51:03 smithi082 ceph-mon[180771]: pgmap v2137: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:05.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:51:05 smithi055 ceph-mon[183057]: pgmap v2138: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:05.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:51:05 smithi055 ceph-mon[185614]: pgmap v2138: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:51:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:51:05] "GET /metrics HTTP/1.1" 200 36239 "" "Prometheus/2.43.0" 2023-10-14T00:51:05.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:51:05 smithi082 ceph-mon[180771]: pgmap v2138: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:07.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:51:07 smithi055 ceph-mon[185614]: pgmap v2139: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:07.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:51:07 smithi055 ceph-mon[183057]: pgmap v2139: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:07.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:51:07 smithi082 ceph-mon[180771]: pgmap v2139: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:09.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:51:09 smithi055 ceph-mon[185614]: pgmap v2140: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:09.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:51:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:51:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:51:09 smithi055 ceph-mon[183057]: pgmap v2140: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:51:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:51:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:51:09 smithi082 ceph-mon[180771]: pgmap v2140: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:51:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:51:11.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:51:11 smithi055 ceph-mon[185614]: pgmap v2141: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:11.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:51:11 smithi055 ceph-mon[183057]: pgmap v2141: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:11.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:51:11 smithi082 ceph-mon[180771]: pgmap v2141: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:13.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:51:13 smithi055 ceph-mon[185614]: pgmap v2142: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:13.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:51:13 smithi055 ceph-mon[183057]: pgmap v2142: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:13.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:51:13 smithi082 ceph-mon[180771]: pgmap v2142: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:15.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:51:15 smithi055 ceph-mon[185614]: pgmap v2143: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:15.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:51:15 smithi055 ceph-mon[183057]: pgmap v2143: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:51:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:51:15] "GET /metrics HTTP/1.1" 200 36239 "" "Prometheus/2.43.0" 2023-10-14T00:51:15.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:51:15 smithi082 ceph-mon[180771]: pgmap v2143: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:17.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:51:17 smithi055 ceph-mon[185614]: pgmap v2144: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:17.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:51:17 smithi055 ceph-mon[183057]: pgmap v2144: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:17.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:51:17 smithi082 ceph-mon[180771]: pgmap v2144: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:19.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:51:19 smithi055 ceph-mon[185614]: pgmap v2145: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:19.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:51:19 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:51:19.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:51:19 smithi055 ceph-mon[183057]: pgmap v2145: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:19.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:51:19 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:51:19.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:51:19 smithi082 ceph-mon[180771]: pgmap v2145: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:19.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:51:19 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:51:20.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:51:20 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:51:20.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:51:20 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:51:20.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:51:20 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:51:20.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:51:20 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:51:20.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:51:20 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:51:20.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:51:20 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:51:20.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:51:20 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:51:20.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:51:20 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:51:20.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:51:20 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:51:21.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:51:21 smithi082 ceph-mon[180771]: pgmap v2146: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:21.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:51:21 smithi055 ceph-mon[183057]: pgmap v2146: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:21.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:51:21 smithi055 ceph-mon[185614]: pgmap v2146: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:23.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:51:23 smithi082 ceph-mon[180771]: pgmap v2147: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:23.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:51:23 smithi055 ceph-mon[185614]: pgmap v2147: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:23.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:51:23 smithi055 ceph-mon[183057]: pgmap v2147: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:51:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:51:24.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:51:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:51:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:51:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:51:25.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:51:25 smithi055 ceph-mon[185614]: pgmap v2148: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:51:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:51:25] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T00:51:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:51:25 smithi055 ceph-mon[183057]: pgmap v2148: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:25.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:51:25 smithi082 ceph-mon[180771]: pgmap v2148: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:27.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:51:27 smithi082 ceph-mon[180771]: pgmap v2149: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:27.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:51:27 smithi055 ceph-mon[185614]: pgmap v2149: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:27.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:51:27 smithi055 ceph-mon[183057]: pgmap v2149: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:29.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:51:29 smithi082 ceph-mon[180771]: pgmap v2150: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:29.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:51:29 smithi055 ceph-mon[185614]: pgmap v2150: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:29.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:51:29 smithi055 ceph-mon[183057]: pgmap v2150: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:31.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:51:31 smithi082 ceph-mon[180771]: pgmap v2151: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:31.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:51:31 smithi055 ceph-mon[185614]: pgmap v2151: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:31.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:51:31 smithi055 ceph-mon[183057]: pgmap v2151: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:33.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:51:33 smithi082 ceph-mon[180771]: pgmap v2152: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:33.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:51:33 smithi055 ceph-mon[185614]: pgmap v2152: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:33.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:51:33 smithi055 ceph-mon[183057]: pgmap v2152: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:35.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:51:35 smithi055 ceph-mon[185614]: pgmap v2153: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:51:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:51:35] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T00:51:35.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:51:35 smithi055 ceph-mon[183057]: pgmap v2153: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:35.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:51:35 smithi082 ceph-mon[180771]: pgmap v2153: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:37.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:51:37 smithi082 ceph-mon[180771]: pgmap v2154: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:37.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:51:37 smithi055 ceph-mon[185614]: pgmap v2154: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:37.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:51:37 smithi055 ceph-mon[183057]: pgmap v2154: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:51:39 smithi082 ceph-mon[180771]: pgmap v2155: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:51:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:51:39.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:51:39 smithi055 ceph-mon[185614]: pgmap v2155: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:39.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:51:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:51:39.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:51:39 smithi055 ceph-mon[183057]: pgmap v2155: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:39.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:51:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:51:41.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:51:41 smithi082 ceph-mon[180771]: pgmap v2156: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:41.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:51:41 smithi055 ceph-mon[185614]: pgmap v2156: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:41.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:51:41 smithi055 ceph-mon[183057]: pgmap v2156: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:43.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:51:42 smithi055 ceph-mon[185614]: pgmap v2157: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:43.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:51:42 smithi055 ceph-mon[183057]: pgmap v2157: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:43.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:51:42 smithi082 ceph-mon[180771]: pgmap v2157: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:45.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:51:44 smithi055 ceph-mon[185614]: pgmap v2158: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:45.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:51:44 smithi055 ceph-mon[183057]: pgmap v2158: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:45.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:51:44 smithi082 ceph-mon[180771]: pgmap v2158: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:45.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:51:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:51:45] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T00:51:47.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:51:46 smithi055 ceph-mon[185614]: pgmap v2159: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:47.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:51:46 smithi055 ceph-mon[183057]: pgmap v2159: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:47.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:51:46 smithi082 ceph-mon[180771]: pgmap v2159: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:49.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:51:48 smithi055 ceph-mon[185614]: pgmap v2160: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:49.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:51:48 smithi055 ceph-mon[183057]: pgmap v2160: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:49.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:51:48 smithi082 ceph-mon[180771]: pgmap v2160: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:51.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:51:50 smithi055 ceph-mon[185614]: pgmap v2161: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:51.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:51:50 smithi055 ceph-mon[183057]: pgmap v2161: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:51.124 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:51:50 smithi082 ceph-mon[180771]: pgmap v2161: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:53.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:51:52 smithi055 ceph-mon[185614]: pgmap v2162: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:53.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:51:52 smithi055 ceph-mon[183057]: pgmap v2162: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:53.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:51:52 smithi082 ceph-mon[180771]: pgmap v2162: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:55.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:51:54 smithi055 ceph-mon[185614]: pgmap v2163: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:55.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:51:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:51:55.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:51:54 smithi055 ceph-mon[183057]: pgmap v2163: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:55.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:51:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:51:55.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:51:54 smithi082 ceph-mon[180771]: pgmap v2163: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:55.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:51:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:51:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:51:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:51:55] "GET /metrics HTTP/1.1" 200 36237 "" "Prometheus/2.43.0" 2023-10-14T00:51:57.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:51:56 smithi055 ceph-mon[185614]: pgmap v2164: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:57.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:51:56 smithi055 ceph-mon[183057]: pgmap v2164: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:57.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:51:56 smithi082 ceph-mon[180771]: pgmap v2164: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:59.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:51:58 smithi055 ceph-mon[185614]: pgmap v2165: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:59.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:51:58 smithi055 ceph-mon[183057]: pgmap v2165: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:51:59.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:51:58 smithi082 ceph-mon[180771]: pgmap v2165: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:01.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:52:00 smithi055 ceph-mon[185614]: pgmap v2166: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:01.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:52:00 smithi055 ceph-mon[183057]: pgmap v2166: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:01.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:52:00 smithi082 ceph-mon[180771]: pgmap v2166: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:03.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:52:02 smithi055 ceph-mon[185614]: pgmap v2167: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:03.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:52:02 smithi055 ceph-mon[183057]: pgmap v2167: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:03.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:52:02 smithi082 ceph-mon[180771]: pgmap v2167: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:05.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:52:04 smithi055 ceph-mon[185614]: pgmap v2168: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:05.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:52:04 smithi055 ceph-mon[183057]: pgmap v2168: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:05.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:52:04 smithi082 ceph-mon[180771]: pgmap v2168: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:52:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:52:05] "GET /metrics HTTP/1.1" 200 36237 "" "Prometheus/2.43.0" 2023-10-14T00:52:07.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:52:06 smithi055 ceph-mon[185614]: pgmap v2169: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:07.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:52:06 smithi055 ceph-mon[183057]: pgmap v2169: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:07.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:52:06 smithi082 ceph-mon[180771]: pgmap v2169: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:09.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:52:08 smithi055 ceph-mon[185614]: pgmap v2170: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:09.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:52:08 smithi055 ceph-mon[183057]: pgmap v2170: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:09.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:52:08 smithi082 ceph-mon[180771]: pgmap v2170: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:10.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:52:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:52:10.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:52:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:52:10.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:52:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:52:11.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:52:10 smithi055 ceph-mon[185614]: pgmap v2171: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:11.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:52:10 smithi055 ceph-mon[183057]: pgmap v2171: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:11.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:52:10 smithi082 ceph-mon[180771]: pgmap v2171: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:13.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:52:12 smithi055 ceph-mon[185614]: pgmap v2172: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:13.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:52:12 smithi055 ceph-mon[183057]: pgmap v2172: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:13.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:52:12 smithi082 ceph-mon[180771]: pgmap v2172: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:15.079 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:52:14 smithi055 ceph-mon[185614]: pgmap v2173: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:15.080 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:52:14 smithi055 ceph-mon[183057]: pgmap v2173: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:15.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:52:14 smithi082 ceph-mon[180771]: pgmap v2173: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:15.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:52:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:52:15] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T00:52:17.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:52:16 smithi082 ceph-mon[180771]: pgmap v2174: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:17.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:52:16 smithi055 ceph-mon[183057]: pgmap v2174: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:17.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:52:16 smithi055 ceph-mon[185614]: pgmap v2174: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:19.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:52:18 smithi082 ceph-mon[180771]: pgmap v2175: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:19.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:52:18 smithi055 ceph-mon[183057]: pgmap v2175: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:19.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:52:18 smithi055 ceph-mon[185614]: pgmap v2175: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:21.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:52:20 smithi082 ceph-mon[180771]: pgmap v2176: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:21.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:52:20 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:52:21.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:52:20 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:52:21.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:52:20 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:52:21.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:52:20 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:52:21.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:52:20 smithi055 ceph-mon[185614]: pgmap v2176: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:21.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:52:20 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:52:21.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:52:20 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:52:21.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:52:20 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:52:21.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:52:20 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:52:21.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:52:20 smithi055 ceph-mon[183057]: pgmap v2176: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:21.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:52:20 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:52:21.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:52:20 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:52:21.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:52:20 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:52:21.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:52:20 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:52:23.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:52:22 smithi082 ceph-mon[180771]: pgmap v2177: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:23.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:52:22 smithi055 ceph-mon[183057]: pgmap v2177: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:23.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:52:22 smithi055 ceph-mon[185614]: pgmap v2177: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:25.079 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:52:24 smithi055 ceph-mon[185614]: pgmap v2178: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:25.079 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:52:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:52:25.080 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:52:24 smithi055 ceph-mon[183057]: pgmap v2178: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:25.080 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:52:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:52:25.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:52:24 smithi082 ceph-mon[180771]: pgmap v2178: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:25.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:52:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:52:25.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:52:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:52:25] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T00:52:27.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:52:26 smithi082 ceph-mon[180771]: pgmap v2179: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:27.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:52:26 smithi055 ceph-mon[185614]: pgmap v2179: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:27.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:52:26 smithi055 ceph-mon[183057]: pgmap v2179: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:29.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:52:28 smithi082 ceph-mon[180771]: pgmap v2180: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:29.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:52:28 smithi055 ceph-mon[185614]: pgmap v2180: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:29.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:52:28 smithi055 ceph-mon[183057]: pgmap v2180: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:31.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:52:30 smithi082 ceph-mon[180771]: pgmap v2181: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:31.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:52:30 smithi055 ceph-mon[185614]: pgmap v2181: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:31.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:52:30 smithi055 ceph-mon[183057]: pgmap v2181: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:33.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:52:32 smithi082 ceph-mon[180771]: pgmap v2182: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:33.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:52:32 smithi055 ceph-mon[185614]: pgmap v2182: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:33.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:52:32 smithi055 ceph-mon[183057]: pgmap v2182: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:35.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:52:34 smithi082 ceph-mon[180771]: pgmap v2183: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:35.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:52:34 smithi055 ceph-mon[185614]: pgmap v2183: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:35.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:52:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:52:35] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T00:52:35.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:52:34 smithi055 ceph-mon[183057]: pgmap v2183: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:37.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:52:36 smithi082 ceph-mon[180771]: pgmap v2184: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:37.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:52:36 smithi055 ceph-mon[185614]: pgmap v2184: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:37.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:52:36 smithi055 ceph-mon[183057]: pgmap v2184: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:39.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:52:38 smithi082 ceph-mon[180771]: pgmap v2185: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:39.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:52:38 smithi055 ceph-mon[185614]: pgmap v2185: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:39.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:52:38 smithi055 ceph-mon[183057]: pgmap v2185: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:40.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:52:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:52:40.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:52:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:52:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:52:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:52:41.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:52:40 smithi082 ceph-mon[180771]: pgmap v2186: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:41.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:52:40 smithi055 ceph-mon[185614]: pgmap v2186: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:41.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:52:40 smithi055 ceph-mon[183057]: pgmap v2186: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:43.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:52:42 smithi082 ceph-mon[180771]: pgmap v2187: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:43.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:52:42 smithi055 ceph-mon[185614]: pgmap v2187: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:43.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:52:42 smithi055 ceph-mon[183057]: pgmap v2187: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:45.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:52:44 smithi082 ceph-mon[180771]: pgmap v2188: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:45.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:52:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:52:45] "GET /metrics HTTP/1.1" 200 36239 "" "Prometheus/2.43.0" 2023-10-14T00:52:45.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:52:44 smithi055 ceph-mon[185614]: pgmap v2188: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:45.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:52:44 smithi055 ceph-mon[183057]: pgmap v2188: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:47.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:52:46 smithi082 ceph-mon[180771]: pgmap v2189: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:47.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:52:46 smithi055 ceph-mon[183057]: pgmap v2189: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:47.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:52:46 smithi055 ceph-mon[185614]: pgmap v2189: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:49.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:52:48 smithi055 ceph-mon[185614]: pgmap v2190: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:49.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:52:48 smithi055 ceph-mon[183057]: pgmap v2190: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:52:48 smithi082 ceph-mon[180771]: pgmap v2190: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:51.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:52:50 smithi055 ceph-mon[185614]: pgmap v2191: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:51.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:52:50 smithi055 ceph-mon[183057]: pgmap v2191: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:52:50 smithi082 ceph-mon[180771]: pgmap v2191: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:53.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:52:52 smithi055 ceph-mon[185614]: pgmap v2192: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:53.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:52:52 smithi055 ceph-mon[183057]: pgmap v2192: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:53.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:52:52 smithi082 ceph-mon[180771]: pgmap v2192: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:55.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:52:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:52:55] "GET /metrics HTTP/1.1" 200 36237 "" "Prometheus/2.43.0" 2023-10-14T00:52:55.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:52:54 smithi055 ceph-mon[185614]: pgmap v2193: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:55.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:52:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:52:55.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:52:54 smithi055 ceph-mon[183057]: pgmap v2193: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:55.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:52:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:52:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:52:54 smithi082 ceph-mon[180771]: pgmap v2193: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:52:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:52:57.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:52:56 smithi055 ceph-mon[185614]: pgmap v2194: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:57.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:52:56 smithi055 ceph-mon[183057]: pgmap v2194: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:52:56 smithi082 ceph-mon[180771]: pgmap v2194: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:59.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:52:58 smithi055 ceph-mon[185614]: pgmap v2195: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:59.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:52:58 smithi055 ceph-mon[183057]: pgmap v2195: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:52:59.374 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:52:58 smithi082 ceph-mon[180771]: pgmap v2195: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:01.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:53:00 smithi055 ceph-mon[185614]: pgmap v2196: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:53:00 smithi055 ceph-mon[183057]: pgmap v2196: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:01.374 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:53:00 smithi082 ceph-mon[180771]: pgmap v2196: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:03.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:53:02 smithi055 ceph-mon[185614]: pgmap v2197: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:03.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:53:02 smithi055 ceph-mon[183057]: pgmap v2197: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:53:02 smithi082 ceph-mon[180771]: pgmap v2197: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:05.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:53:04 smithi055 ceph-mon[185614]: pgmap v2198: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:05.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:53:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:53:05] "GET /metrics HTTP/1.1" 200 36237 "" "Prometheus/2.43.0" 2023-10-14T00:53:05.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:53:04 smithi055 ceph-mon[183057]: pgmap v2198: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:05.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:53:04 smithi082 ceph-mon[180771]: pgmap v2198: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:07.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:53:06 smithi055 ceph-mon[185614]: pgmap v2199: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:07.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:53:06 smithi055 ceph-mon[183057]: pgmap v2199: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:53:06 smithi082 ceph-mon[180771]: pgmap v2199: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:09.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:53:08 smithi055 ceph-mon[185614]: pgmap v2200: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:09.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:53:08 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:53:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:53:08 smithi055 ceph-mon[183057]: pgmap v2200: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:53:08 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:53:09.374 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:53:08 smithi082 ceph-mon[180771]: pgmap v2200: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:53:08 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:53:11.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:53:10 smithi055 ceph-mon[185614]: pgmap v2201: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:11.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:53:10 smithi055 ceph-mon[183057]: pgmap v2201: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:53:10 smithi082 ceph-mon[180771]: pgmap v2201: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:13.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:53:12 smithi055 ceph-mon[185614]: pgmap v2202: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:13.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:53:12 smithi055 ceph-mon[183057]: pgmap v2202: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:53:12 smithi082 ceph-mon[180771]: pgmap v2202: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:15.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:53:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:53:15] "GET /metrics HTTP/1.1" 200 36239 "" "Prometheus/2.43.0" 2023-10-14T00:53:15.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:53:14 smithi055 ceph-mon[185614]: pgmap v2203: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:15.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:53:14 smithi055 ceph-mon[183057]: pgmap v2203: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:53:14 smithi082 ceph-mon[180771]: pgmap v2203: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:17.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:53:16 smithi055 ceph-mon[185614]: pgmap v2204: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:17.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:53:16 smithi055 ceph-mon[183057]: pgmap v2204: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:53:16 smithi082 ceph-mon[180771]: pgmap v2204: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:19.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:53:18 smithi055 ceph-mon[185614]: pgmap v2205: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:19.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:53:18 smithi055 ceph-mon[183057]: pgmap v2205: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:53:18 smithi082 ceph-mon[180771]: pgmap v2205: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:21.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:53:20 smithi055 ceph-mon[185614]: pgmap v2206: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:21.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:53:20 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:53:21.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:53:20 smithi055 ceph-mon[183057]: pgmap v2206: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:21.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:53:20 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:53:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:53:20 smithi082 ceph-mon[180771]: pgmap v2206: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:53:20 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:53:22.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:53:21 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:53:22.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:53:21 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:53:22.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:53:21 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:53:22.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:53:21 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:53:22.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:53:21 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:53:22.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:53:21 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:53:22.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:53:21 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:53:22.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:53:21 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:53:22.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:53:21 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:53:23.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:53:23 smithi055 ceph-mon[185614]: pgmap v2207: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:23.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:53:23 smithi055 ceph-mon[183057]: pgmap v2207: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:23.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:53:23 smithi082 ceph-mon[180771]: pgmap v2207: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:24.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:53:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:53:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:53:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:53:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:53:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:53:25.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:53:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:53:25] "GET /metrics HTTP/1.1" 200 36238 "" "Prometheus/2.43.0" 2023-10-14T00:53:25.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:53:25 smithi055 ceph-mon[185614]: pgmap v2208: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:53:25 smithi055 ceph-mon[183057]: pgmap v2208: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:25.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:53:25 smithi082 ceph-mon[180771]: pgmap v2208: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:27.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:53:27 smithi055 ceph-mon[185614]: pgmap v2209: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:27.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:53:27 smithi055 ceph-mon[183057]: pgmap v2209: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:27.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:53:27 smithi082 ceph-mon[180771]: pgmap v2209: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:29.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:53:29 smithi055 ceph-mon[185614]: pgmap v2210: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:53:29 smithi055 ceph-mon[183057]: pgmap v2210: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:29.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:53:29 smithi082 ceph-mon[180771]: pgmap v2210: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:31.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:53:31 smithi055 ceph-mon[185614]: pgmap v2211: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:31.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:53:31 smithi055 ceph-mon[183057]: pgmap v2211: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:31.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:53:31 smithi082 ceph-mon[180771]: pgmap v2211: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:33.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:53:33 smithi055 ceph-mon[185614]: pgmap v2212: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:53:33 smithi055 ceph-mon[183057]: pgmap v2212: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:33.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:53:33 smithi082 ceph-mon[180771]: pgmap v2212: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:35.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:53:35 smithi055 ceph-mon[185614]: pgmap v2213: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:53:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:53:35] "GET /metrics HTTP/1.1" 200 36238 "" "Prometheus/2.43.0" 2023-10-14T00:53:35.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:53:35 smithi055 ceph-mon[183057]: pgmap v2213: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:35.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:53:35 smithi082 ceph-mon[180771]: pgmap v2213: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:37.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:53:37 smithi055 ceph-mon[185614]: pgmap v2214: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:37.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:53:37 smithi055 ceph-mon[183057]: pgmap v2214: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:37.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:53:37 smithi082 ceph-mon[180771]: pgmap v2214: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:39.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:53:39 smithi055 ceph-mon[185614]: pgmap v2215: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:39.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:53:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:53:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:53:39 smithi055 ceph-mon[183057]: pgmap v2215: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:53:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:53:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:53:39 smithi082 ceph-mon[180771]: pgmap v2215: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:53:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:53:41.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:53:41 smithi055 ceph-mon[185614]: pgmap v2216: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:41.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:53:41 smithi055 ceph-mon[183057]: pgmap v2216: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:41.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:53:41 smithi082 ceph-mon[180771]: pgmap v2216: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:43.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:53:43 smithi055 ceph-mon[185614]: pgmap v2217: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:43.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:53:43 smithi055 ceph-mon[183057]: pgmap v2217: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:43.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:53:43 smithi082 ceph-mon[180771]: pgmap v2217: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:45.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:53:45 smithi055 ceph-mon[185614]: pgmap v2218: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:53:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:53:45] "GET /metrics HTTP/1.1" 200 36239 "" "Prometheus/2.43.0" 2023-10-14T00:53:45.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:53:45 smithi055 ceph-mon[183057]: pgmap v2218: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:45.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:53:45 smithi082 ceph-mon[180771]: pgmap v2218: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:47.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:53:47 smithi055 ceph-mon[185614]: pgmap v2219: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:47.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:53:47 smithi055 ceph-mon[183057]: pgmap v2219: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:47.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:53:47 smithi082 ceph-mon[180771]: pgmap v2219: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:49.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:53:49 smithi055 ceph-mon[185614]: pgmap v2220: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:49.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:53:49 smithi055 ceph-mon[183057]: pgmap v2220: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:49.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:53:49 smithi082 ceph-mon[180771]: pgmap v2220: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:51.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:53:51 smithi082 ceph-mon[180771]: pgmap v2221: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:51.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:53:51 smithi055 ceph-mon[185614]: pgmap v2221: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:51.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:53:51 smithi055 ceph-mon[183057]: pgmap v2221: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:53.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:53:53 smithi082 ceph-mon[180771]: pgmap v2222: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:53.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:53:53 smithi055 ceph-mon[185614]: pgmap v2222: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:53.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:53:53 smithi055 ceph-mon[183057]: pgmap v2222: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:53:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:53:54.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:53:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:53:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:53:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:53:55.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:53:55 smithi055 ceph-mon[185614]: pgmap v2223: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:53:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:53:55] "GET /metrics HTTP/1.1" 200 36239 "" "Prometheus/2.43.0" 2023-10-14T00:53:55.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:53:55 smithi055 ceph-mon[183057]: pgmap v2223: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:55.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:53:55 smithi082 ceph-mon[180771]: pgmap v2223: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:57.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:53:57 smithi082 ceph-mon[180771]: pgmap v2224: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:57.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:53:57 smithi055 ceph-mon[185614]: pgmap v2224: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:57.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:53:57 smithi055 ceph-mon[183057]: pgmap v2224: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:59.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:53:59 smithi082 ceph-mon[180771]: pgmap v2225: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:59.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:53:59 smithi055 ceph-mon[185614]: pgmap v2225: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:53:59.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:53:59 smithi055 ceph-mon[183057]: pgmap v2225: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:01.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:54:01 smithi082 ceph-mon[180771]: pgmap v2226: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:01.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:54:01 smithi055 ceph-mon[185614]: pgmap v2226: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:01.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:54:01 smithi055 ceph-mon[183057]: pgmap v2226: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:03.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:54:03 smithi082 ceph-mon[180771]: pgmap v2227: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:03.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:54:03 smithi055 ceph-mon[185614]: pgmap v2227: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:03.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:54:03 smithi055 ceph-mon[183057]: pgmap v2227: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:05.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:54:05 smithi055 ceph-mon[185614]: pgmap v2228: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:54:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:54:05] "GET /metrics HTTP/1.1" 200 36239 "" "Prometheus/2.43.0" 2023-10-14T00:54:05.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:54:05 smithi055 ceph-mon[183057]: pgmap v2228: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:05.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:54:05 smithi082 ceph-mon[180771]: pgmap v2228: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:07.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:54:07 smithi082 ceph-mon[180771]: pgmap v2229: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:07.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:54:07 smithi055 ceph-mon[185614]: pgmap v2229: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:07.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:54:07 smithi055 ceph-mon[183057]: pgmap v2229: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:54:09 smithi082 ceph-mon[180771]: pgmap v2230: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:54:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:54:09.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:54:09 smithi055 ceph-mon[185614]: pgmap v2230: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:09.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:54:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:54:09.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:54:09 smithi055 ceph-mon[183057]: pgmap v2230: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:09.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:54:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:54:11.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:54:11 smithi082 ceph-mon[180771]: pgmap v2231: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:11.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:54:11 smithi055 ceph-mon[185614]: pgmap v2231: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:11.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:54:11 smithi055 ceph-mon[183057]: pgmap v2231: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:13.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:54:13 smithi082 ceph-mon[180771]: pgmap v2232: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:13.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:54:13 smithi055 ceph-mon[185614]: pgmap v2232: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:13.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:54:13 smithi055 ceph-mon[183057]: pgmap v2232: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:15.344 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:54:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:54:15] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T00:54:15.345 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:54:15 smithi055 ceph-mon[183057]: pgmap v2233: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:15.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:54:15 smithi082 ceph-mon[180771]: pgmap v2233: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:15.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:54:15 smithi055 ceph-mon[185614]: pgmap v2233: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:17.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:54:17 smithi082 ceph-mon[180771]: pgmap v2234: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:17.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:54:17 smithi055 ceph-mon[185614]: pgmap v2234: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:17.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:54:17 smithi055 ceph-mon[183057]: pgmap v2234: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:18.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:54:18 smithi055 ceph-mon[185614]: pgmap v2235: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:18.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:54:18 smithi055 ceph-mon[183057]: pgmap v2235: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:18.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:54:18 smithi082 ceph-mon[180771]: pgmap v2235: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:21.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:54:20 smithi055 ceph-mon[185614]: pgmap v2236: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:21.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:54:20 smithi055 ceph-mon[183057]: pgmap v2236: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:21.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:54:20 smithi082 ceph-mon[180771]: pgmap v2236: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:22.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:54:21 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:54:22.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:54:21 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:54:22.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:54:21 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:54:23.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:54:22 smithi055 ceph-mon[185614]: pgmap v2237: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:23.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:54:22 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:54:23.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:54:22 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:54:23.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:54:22 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:54:23.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:54:22 smithi055 ceph-mon[183057]: pgmap v2237: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:23.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:54:22 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:54:23.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:54:22 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:54:23.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:54:22 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:54:23.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:54:22 smithi082 ceph-mon[180771]: pgmap v2237: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:23.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:54:22 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:54:23.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:54:22 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:54:23.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:54:22 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:54:25.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:54:24 smithi055 ceph-mon[185614]: pgmap v2238: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:25.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:54:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:54:25.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:54:24 smithi055 ceph-mon[183057]: pgmap v2238: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:25.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:54:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:54:25.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:54:24 smithi082 ceph-mon[180771]: pgmap v2238: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:25.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:54:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:54:25.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:54:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:54:25] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T00:54:27.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:54:26 smithi055 ceph-mon[185614]: pgmap v2239: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:27.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:54:26 smithi055 ceph-mon[183057]: pgmap v2239: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:27.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:54:26 smithi082 ceph-mon[180771]: pgmap v2239: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:29.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:54:28 smithi055 ceph-mon[185614]: pgmap v2240: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:29.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:54:28 smithi055 ceph-mon[183057]: pgmap v2240: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:29.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:54:28 smithi082 ceph-mon[180771]: pgmap v2240: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:31.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:54:30 smithi055 ceph-mon[185614]: pgmap v2241: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:31.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:54:30 smithi055 ceph-mon[183057]: pgmap v2241: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:31.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:54:30 smithi082 ceph-mon[180771]: pgmap v2241: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:33.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:54:32 smithi055 ceph-mon[185614]: pgmap v2242: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:33.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:54:32 smithi055 ceph-mon[183057]: pgmap v2242: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:33.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:54:32 smithi082 ceph-mon[180771]: pgmap v2242: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:35.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:54:34 smithi055 ceph-mon[185614]: pgmap v2243: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:35.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:54:34 smithi055 ceph-mon[183057]: pgmap v2243: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:35.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:54:34 smithi082 ceph-mon[180771]: pgmap v2243: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:54:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:54:35] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T00:54:37.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:54:36 smithi055 ceph-mon[185614]: pgmap v2244: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:37.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:54:36 smithi055 ceph-mon[183057]: pgmap v2244: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:37.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:54:36 smithi082 ceph-mon[180771]: pgmap v2244: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:39.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:54:38 smithi055 ceph-mon[185614]: pgmap v2245: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:39.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:54:38 smithi055 ceph-mon[183057]: pgmap v2245: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:39.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:54:38 smithi082 ceph-mon[180771]: pgmap v2245: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:40.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:54:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:54:40.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:54:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:54:40.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:54:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:54:41.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:54:40 smithi055 ceph-mon[185614]: pgmap v2246: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:41.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:54:40 smithi055 ceph-mon[183057]: pgmap v2246: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:41.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:54:40 smithi082 ceph-mon[180771]: pgmap v2246: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:43.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:54:42 smithi055 ceph-mon[185614]: pgmap v2247: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:43.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:54:42 smithi055 ceph-mon[183057]: pgmap v2247: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:43.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:54:42 smithi082 ceph-mon[180771]: pgmap v2247: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:45.079 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:54:44 smithi055 ceph-mon[185614]: pgmap v2248: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:45.079 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:54:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:54:45] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T00:54:45.080 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:54:44 smithi055 ceph-mon[183057]: pgmap v2248: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:45.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:54:44 smithi082 ceph-mon[180771]: pgmap v2248: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:47.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:54:46 smithi082 ceph-mon[180771]: pgmap v2249: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:47.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:54:46 smithi055 ceph-mon[185614]: pgmap v2249: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:47.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:54:46 smithi055 ceph-mon[183057]: pgmap v2249: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:49.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:54:48 smithi082 ceph-mon[180771]: pgmap v2250: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:49.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:54:48 smithi055 ceph-mon[185614]: pgmap v2250: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:49.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:54:48 smithi055 ceph-mon[183057]: pgmap v2250: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:51.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:54:50 smithi082 ceph-mon[180771]: pgmap v2251: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:51.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:54:50 smithi055 ceph-mon[185614]: pgmap v2251: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:51.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:54:50 smithi055 ceph-mon[183057]: pgmap v2251: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:53.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:54:52 smithi082 ceph-mon[180771]: pgmap v2252: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:53.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:54:52 smithi055 ceph-mon[185614]: pgmap v2252: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:53.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:54:52 smithi055 ceph-mon[183057]: pgmap v2252: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:55.079 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:54:54 smithi055 ceph-mon[185614]: pgmap v2253: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:55.079 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:54:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:54:55.079 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:54:54 smithi055 ceph-mon[183057]: pgmap v2253: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:55.079 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:54:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:54:55.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:54:54 smithi082 ceph-mon[180771]: pgmap v2253: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:55.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:54:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:54:55.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:54:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:54:55] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T00:54:57.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:54:56 smithi082 ceph-mon[180771]: pgmap v2254: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:57.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:54:56 smithi055 ceph-mon[185614]: pgmap v2254: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:57.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:54:56 smithi055 ceph-mon[183057]: pgmap v2254: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:59.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:54:58 smithi082 ceph-mon[180771]: pgmap v2255: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:59.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:54:58 smithi055 ceph-mon[185614]: pgmap v2255: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:54:59.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:54:58 smithi055 ceph-mon[183057]: pgmap v2255: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:01.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:55:00 smithi082 ceph-mon[180771]: pgmap v2256: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:01.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:55:00 smithi055 ceph-mon[185614]: pgmap v2256: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:55:00 smithi055 ceph-mon[183057]: pgmap v2256: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:03.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:55:02 smithi082 ceph-mon[180771]: pgmap v2257: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:03.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:55:02 smithi055 ceph-mon[185614]: pgmap v2257: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:03.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:55:02 smithi055 ceph-mon[183057]: pgmap v2257: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:05.079 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:55:04 smithi055 ceph-mon[185614]: pgmap v2258: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:05.079 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:55:04 smithi055 ceph-mon[183057]: pgmap v2258: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:05.081 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:55:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:55:05] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T00:55:05.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:55:04 smithi082 ceph-mon[180771]: pgmap v2258: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:07.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:55:06 smithi082 ceph-mon[180771]: pgmap v2259: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:07.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:55:06 smithi055 ceph-mon[185614]: pgmap v2259: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:07.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:55:06 smithi055 ceph-mon[183057]: pgmap v2259: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:09.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:55:08 smithi082 ceph-mon[180771]: pgmap v2260: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:09.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:55:08 smithi055 ceph-mon[185614]: pgmap v2260: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:55:08 smithi055 ceph-mon[183057]: pgmap v2260: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:10.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:55:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:55:10.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:55:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:55:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:55:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:55:11.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:55:10 smithi082 ceph-mon[180771]: pgmap v2261: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:11.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:55:10 smithi055 ceph-mon[185614]: pgmap v2261: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:11.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:55:10 smithi055 ceph-mon[183057]: pgmap v2261: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:13.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:55:12 smithi082 ceph-mon[180771]: pgmap v2262: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:13.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:55:12 smithi055 ceph-mon[185614]: pgmap v2262: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:13.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:55:12 smithi055 ceph-mon[183057]: pgmap v2262: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:15.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:55:14 smithi082 ceph-mon[180771]: pgmap v2263: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:15.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:55:14 smithi055 ceph-mon[185614]: pgmap v2263: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:15.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:55:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:55:15] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T00:55:15.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:55:14 smithi055 ceph-mon[183057]: pgmap v2263: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:17.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:55:16 smithi082 ceph-mon[180771]: pgmap v2264: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:17.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:55:16 smithi055 ceph-mon[185614]: pgmap v2264: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:17.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:55:16 smithi055 ceph-mon[183057]: pgmap v2264: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:19.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:55:18 smithi082 ceph-mon[180771]: pgmap v2265: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:19.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:55:18 smithi055 ceph-mon[185614]: pgmap v2265: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:19.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:55:18 smithi055 ceph-mon[183057]: pgmap v2265: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:21.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:55:20 smithi082 ceph-mon[180771]: pgmap v2266: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:21.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:55:20 smithi055 ceph-mon[185614]: pgmap v2266: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:21.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:55:20 smithi055 ceph-mon[183057]: pgmap v2266: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:23.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:55:22 smithi082 ceph-mon[180771]: pgmap v2267: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:23.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:55:22 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:55:23.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:55:22 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:55:23.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:55:22 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:55:23.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:55:22 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:55:23.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:55:22 smithi055 ceph-mon[185614]: pgmap v2267: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:23.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:55:22 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:55:23.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:55:22 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:55:23.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:55:22 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:55:23.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:55:22 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:55:23.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:55:22 smithi055 ceph-mon[183057]: pgmap v2267: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:23.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:55:22 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:55:23.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:55:22 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:55:23.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:55:22 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:55:23.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:55:22 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:55:25.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:55:24 smithi055 ceph-mon[183057]: pgmap v2268: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:25.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:55:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:55:25.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:55:24 smithi055 ceph-mon[185614]: pgmap v2268: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:25.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:55:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:55:25.268 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:55:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:55:25] "GET /metrics HTTP/1.1" 200 36238 "" "Prometheus/2.43.0" 2023-10-14T00:55:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:55:24 smithi082 ceph-mon[180771]: pgmap v2268: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:55:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:55:27.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:55:26 smithi055 ceph-mon[185614]: pgmap v2269: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:27.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:55:26 smithi055 ceph-mon[183057]: pgmap v2269: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:55:26 smithi082 ceph-mon[180771]: pgmap v2269: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:29.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:55:28 smithi055 ceph-mon[185614]: pgmap v2270: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:29.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:55:28 smithi055 ceph-mon[183057]: pgmap v2270: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:55:28 smithi082 ceph-mon[180771]: pgmap v2270: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:31.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:55:30 smithi055 ceph-mon[185614]: pgmap v2271: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:31.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:55:30 smithi055 ceph-mon[183057]: pgmap v2271: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:55:30 smithi082 ceph-mon[180771]: pgmap v2271: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:33.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:55:32 smithi055 ceph-mon[185614]: pgmap v2272: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:33.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:55:32 smithi055 ceph-mon[183057]: pgmap v2272: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:55:32 smithi082 ceph-mon[180771]: pgmap v2272: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:35.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:55:34 smithi055 ceph-mon[185614]: pgmap v2273: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:35.269 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:55:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:55:35] "GET /metrics HTTP/1.1" 200 36238 "" "Prometheus/2.43.0" 2023-10-14T00:55:35.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:55:34 smithi055 ceph-mon[183057]: pgmap v2273: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:35.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:55:34 smithi082 ceph-mon[180771]: pgmap v2273: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:37.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:55:36 smithi055 ceph-mon[185614]: pgmap v2274: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:37.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:55:36 smithi055 ceph-mon[183057]: pgmap v2274: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:55:36 smithi082 ceph-mon[180771]: pgmap v2274: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:39.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:55:38 smithi055 ceph-mon[185614]: pgmap v2275: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:39.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:55:38 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:55:39.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:55:38 smithi055 ceph-mon[183057]: pgmap v2275: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:39.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:55:38 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:55:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:55:38 smithi082 ceph-mon[180771]: pgmap v2275: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:55:38 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:55:41.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:55:40 smithi055 ceph-mon[185614]: pgmap v2276: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:41.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:55:40 smithi055 ceph-mon[183057]: pgmap v2276: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:41.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:55:40 smithi082 ceph-mon[180771]: pgmap v2276: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:43.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:55:42 smithi055 ceph-mon[185614]: pgmap v2277: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:43.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:55:42 smithi055 ceph-mon[183057]: pgmap v2277: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:43.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:55:42 smithi082 ceph-mon[180771]: pgmap v2277: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:45.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:55:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:55:45] "GET /metrics HTTP/1.1" 200 36242 "" "Prometheus/2.43.0" 2023-10-14T00:55:45.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:55:44 smithi055 ceph-mon[185614]: pgmap v2278: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:45.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:55:44 smithi055 ceph-mon[183057]: pgmap v2278: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:45.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:55:44 smithi082 ceph-mon[180771]: pgmap v2278: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:47.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:55:46 smithi055 ceph-mon[185614]: pgmap v2279: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:47.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:55:46 smithi055 ceph-mon[183057]: pgmap v2279: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:55:46 smithi082 ceph-mon[180771]: pgmap v2279: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:49.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:55:48 smithi055 ceph-mon[185614]: pgmap v2280: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:49.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:55:48 smithi055 ceph-mon[183057]: pgmap v2280: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:55:48 smithi082 ceph-mon[180771]: pgmap v2280: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:51.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:55:50 smithi055 ceph-mon[185614]: pgmap v2281: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:51.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:55:50 smithi055 ceph-mon[183057]: pgmap v2281: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:55:50 smithi082 ceph-mon[180771]: pgmap v2281: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:53.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:55:52 smithi055 ceph-mon[185614]: pgmap v2282: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:53.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:55:52 smithi055 ceph-mon[183057]: pgmap v2282: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:53.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:55:52 smithi082 ceph-mon[180771]: pgmap v2282: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:54.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:55:53 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:55:54.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:55:53 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:55:54.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:55:53 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:55:55.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:55:54 smithi055 ceph-mon[185614]: pgmap v2283: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:55.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:55:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:55:55] "GET /metrics HTTP/1.1" 200 36240 "" "Prometheus/2.43.0" 2023-10-14T00:55:55.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:55:54 smithi055 ceph-mon[183057]: pgmap v2283: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:55:54 smithi082 ceph-mon[180771]: pgmap v2283: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:57.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:55:56 smithi055 ceph-mon[185614]: pgmap v2284: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:57.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:55:56 smithi055 ceph-mon[183057]: pgmap v2284: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:55:56 smithi082 ceph-mon[180771]: pgmap v2284: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:59.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:55:58 smithi055 ceph-mon[185614]: pgmap v2285: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:59.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:55:58 smithi055 ceph-mon[183057]: pgmap v2285: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:55:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:55:58 smithi082 ceph-mon[180771]: pgmap v2285: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:01.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:56:00 smithi055 ceph-mon[185614]: pgmap v2286: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:56:00 smithi055 ceph-mon[183057]: pgmap v2286: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:56:00 smithi082 ceph-mon[180771]: pgmap v2286: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:03.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:56:02 smithi055 ceph-mon[185614]: pgmap v2287: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:03.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:56:02 smithi055 ceph-mon[183057]: pgmap v2287: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:56:02 smithi082 ceph-mon[180771]: pgmap v2287: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:05.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:56:05 smithi055 ceph-mon[185614]: pgmap v2288: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:05.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:56:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:56:05] "GET /metrics HTTP/1.1" 200 36240 "" "Prometheus/2.43.0" 2023-10-14T00:56:05.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:56:05 smithi055 ceph-mon[183057]: pgmap v2288: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:05.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:56:05 smithi082 ceph-mon[180771]: pgmap v2288: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:07.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:56:07 smithi055 ceph-mon[185614]: pgmap v2289: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:07.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:56:07 smithi055 ceph-mon[183057]: pgmap v2289: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:56:07 smithi082 ceph-mon[180771]: pgmap v2289: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:56:09 smithi082 ceph-mon[180771]: pgmap v2290: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:56:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:56:09.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:56:09 smithi055 ceph-mon[185614]: pgmap v2290: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:09.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:56:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:56:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:56:09 smithi055 ceph-mon[183057]: pgmap v2290: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:56:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:56:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:56:11 smithi082 ceph-mon[180771]: pgmap v2291: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:11.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:56:11 smithi055 ceph-mon[185614]: pgmap v2291: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:11.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:56:11 smithi055 ceph-mon[183057]: pgmap v2291: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:56:13 smithi082 ceph-mon[180771]: pgmap v2292: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:13.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:56:13 smithi055 ceph-mon[185614]: pgmap v2292: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:13.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:56:13 smithi055 ceph-mon[183057]: pgmap v2292: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:56:15 smithi082 ceph-mon[180771]: pgmap v2293: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:15.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:56:15 smithi055 ceph-mon[185614]: pgmap v2293: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:56:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:56:15] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T00:56:15.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:56:15 smithi055 ceph-mon[183057]: pgmap v2293: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:56:17 smithi082 ceph-mon[180771]: pgmap v2294: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:17.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:56:17 smithi055 ceph-mon[185614]: pgmap v2294: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:17.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:56:17 smithi055 ceph-mon[183057]: pgmap v2294: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:56:19 smithi082 ceph-mon[180771]: pgmap v2295: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:19.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:56:19 smithi055 ceph-mon[183057]: pgmap v2295: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:19.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:56:19 smithi055 ceph-mon[185614]: pgmap v2295: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:56:21 smithi082 ceph-mon[180771]: pgmap v2296: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:21.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:56:21 smithi055 ceph-mon[185614]: pgmap v2296: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:21.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:56:21 smithi055 ceph-mon[183057]: pgmap v2296: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:56:23 smithi082 ceph-mon[180771]: pgmap v2297: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:56:23 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:56:23.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:56:23 smithi055 ceph-mon[185614]: pgmap v2297: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:23.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:56:23 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:56:23.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:56:23 smithi055 ceph-mon[183057]: pgmap v2297: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:23.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:56:23 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:56:24.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:56:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:56:24.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:56:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:56:24.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:56:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:56:24.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:56:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:56:24.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:56:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:56:24.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:56:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:56:24.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:56:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:56:24.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:56:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:56:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:56:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:56:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:56:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:56:24.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:56:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:56:24.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:56:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:56:25.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:56:25 smithi055 ceph-mon[185614]: pgmap v2298: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:56:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:56:25] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T00:56:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:56:25 smithi055 ceph-mon[183057]: pgmap v2298: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:25.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:56:25 smithi082 ceph-mon[180771]: pgmap v2298: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:27.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:56:27 smithi055 ceph-mon[185614]: pgmap v2299: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:27.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:56:27 smithi055 ceph-mon[183057]: pgmap v2299: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:27.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:56:27 smithi082 ceph-mon[180771]: pgmap v2299: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:29.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:56:29 smithi055 ceph-mon[185614]: pgmap v2300: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:56:29 smithi055 ceph-mon[183057]: pgmap v2300: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:29.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:56:29 smithi082 ceph-mon[180771]: pgmap v2300: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:31.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:56:31 smithi055 ceph-mon[185614]: pgmap v2301: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:31.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:56:31 smithi055 ceph-mon[183057]: pgmap v2301: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:31.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:56:31 smithi082 ceph-mon[180771]: pgmap v2301: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:33.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:56:33 smithi055 ceph-mon[185614]: pgmap v2302: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:56:33 smithi055 ceph-mon[183057]: pgmap v2302: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:33.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:56:33 smithi082 ceph-mon[180771]: pgmap v2302: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:35.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:56:35 smithi055 ceph-mon[185614]: pgmap v2303: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:56:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:56:35] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T00:56:35.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:56:35 smithi055 ceph-mon[183057]: pgmap v2303: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:35.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:56:35 smithi082 ceph-mon[180771]: pgmap v2303: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:37.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:56:37 smithi055 ceph-mon[183057]: pgmap v2304: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:37.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:56:37 smithi055 ceph-mon[185614]: pgmap v2304: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:37.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:56:37 smithi082 ceph-mon[180771]: pgmap v2304: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:39.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:56:39 smithi055 ceph-mon[183057]: pgmap v2305: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:56:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:56:39.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:56:39 smithi055 ceph-mon[185614]: pgmap v2305: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:39.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:56:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:56:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:56:39 smithi082 ceph-mon[180771]: pgmap v2305: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:56:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:56:41.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:56:41 smithi055 ceph-mon[185614]: pgmap v2306: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:41.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:56:41 smithi055 ceph-mon[183057]: pgmap v2306: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:41.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:56:41 smithi082 ceph-mon[180771]: pgmap v2306: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:43.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:56:43 smithi055 ceph-mon[185614]: pgmap v2307: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:43.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:56:43 smithi055 ceph-mon[183057]: pgmap v2307: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:43.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:56:43 smithi082 ceph-mon[180771]: pgmap v2307: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:45.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:56:45 smithi055 ceph-mon[185614]: pgmap v2308: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:56:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:56:45] "GET /metrics HTTP/1.1" 200 36239 "" "Prometheus/2.43.0" 2023-10-14T00:56:45.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:56:45 smithi055 ceph-mon[183057]: pgmap v2308: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:45.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:56:45 smithi082 ceph-mon[180771]: pgmap v2308: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:47.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:56:47 smithi055 ceph-mon[185614]: pgmap v2309: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:47.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:56:47 smithi055 ceph-mon[183057]: pgmap v2309: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:47.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:56:47 smithi082 ceph-mon[180771]: pgmap v2309: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:49.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:56:49 smithi055 ceph-mon[185614]: pgmap v2310: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:49.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:56:49 smithi055 ceph-mon[183057]: pgmap v2310: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:49.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:56:49 smithi082 ceph-mon[180771]: pgmap v2310: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:51.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:56:51 smithi082 ceph-mon[180771]: pgmap v2311: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:51.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:56:51 smithi055 ceph-mon[185614]: pgmap v2311: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:51.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:56:51 smithi055 ceph-mon[183057]: pgmap v2311: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:53.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:56:53 smithi082 ceph-mon[180771]: pgmap v2312: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:53.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:56:53 smithi055 ceph-mon[185614]: pgmap v2312: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:53.857 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:56:53 smithi055 ceph-mon[183057]: pgmap v2312: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:56:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:56:54.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:56:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:56:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:56:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:56:55.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:56:55 smithi055 ceph-mon[185614]: pgmap v2313: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:55.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:56:55 smithi055 ceph-mon[183057]: pgmap v2313: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:56:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:56:55] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T00:56:55.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:56:55 smithi082 ceph-mon[180771]: pgmap v2313: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:57.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:56:57 smithi082 ceph-mon[180771]: pgmap v2314: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:57.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:56:57 smithi055 ceph-mon[185614]: pgmap v2314: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:57.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:56:57 smithi055 ceph-mon[183057]: pgmap v2314: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:59.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:56:59 smithi082 ceph-mon[180771]: pgmap v2315: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:59.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:56:59 smithi055 ceph-mon[185614]: pgmap v2315: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:56:59.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:56:59 smithi055 ceph-mon[183057]: pgmap v2315: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:01.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:57:01 smithi082 ceph-mon[180771]: pgmap v2316: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:01.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:57:01 smithi055 ceph-mon[185614]: pgmap v2316: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:01.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:57:01 smithi055 ceph-mon[183057]: pgmap v2316: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:03.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:57:03 smithi082 ceph-mon[180771]: pgmap v2317: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:03.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:57:03 smithi055 ceph-mon[185614]: pgmap v2317: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:03.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:57:03 smithi055 ceph-mon[183057]: pgmap v2317: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:05.330 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:57:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:57:05] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T00:57:05.330 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:57:05 smithi055 ceph-mon[183057]: pgmap v2318: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:05.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:57:05 smithi082 ceph-mon[180771]: pgmap v2318: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:05.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:57:05 smithi055 ceph-mon[185614]: pgmap v2318: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:07.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:57:07 smithi082 ceph-mon[180771]: pgmap v2319: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:07.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:57:07 smithi055 ceph-mon[185614]: pgmap v2319: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:07.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:57:07 smithi055 ceph-mon[183057]: pgmap v2319: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:57:09 smithi082 ceph-mon[180771]: pgmap v2320: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:57:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:57:09.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:57:09 smithi055 ceph-mon[185614]: pgmap v2320: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:09.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:57:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:57:09.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:57:09 smithi055 ceph-mon[183057]: pgmap v2320: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:09.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:57:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:57:11.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:57:11 smithi082 ceph-mon[180771]: pgmap v2321: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:11.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:57:11 smithi055 ceph-mon[185614]: pgmap v2321: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:11.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:57:11 smithi055 ceph-mon[183057]: pgmap v2321: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:13.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:57:13 smithi082 ceph-mon[180771]: pgmap v2322: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:13.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:57:13 smithi055 ceph-mon[185614]: pgmap v2322: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:13.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:57:13 smithi055 ceph-mon[183057]: pgmap v2322: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:15.364 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:57:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:57:15] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T00:57:15.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:57:15 smithi082 ceph-mon[180771]: pgmap v2323: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:15.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:57:15 smithi055 ceph-mon[185614]: pgmap v2323: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:15.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:57:15 smithi055 ceph-mon[183057]: pgmap v2323: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:17.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:57:17 smithi082 ceph-mon[180771]: pgmap v2324: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:17.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:57:17 smithi055 ceph-mon[185614]: pgmap v2324: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:17.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:57:17 smithi055 ceph-mon[183057]: pgmap v2324: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:19.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:57:19 smithi082 ceph-mon[180771]: pgmap v2325: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:19.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:57:19 smithi055 ceph-mon[185614]: pgmap v2325: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:19.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:57:19 smithi055 ceph-mon[183057]: pgmap v2325: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:21.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:57:21 smithi055 ceph-mon[185614]: pgmap v2326: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:21.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:57:21 smithi055 ceph-mon[183057]: pgmap v2326: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:21.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:57:21 smithi082 ceph-mon[180771]: pgmap v2326: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:23.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:57:22 smithi055 ceph-mon[185614]: pgmap v2327: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:23.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:57:22 smithi055 ceph-mon[183057]: pgmap v2327: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:23.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:57:22 smithi082 ceph-mon[180771]: pgmap v2327: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:24.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:57:23 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:57:24.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:57:23 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:57:24.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:57:23 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:57:24.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:57:23 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:57:24.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:57:23 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:57:24.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:57:23 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:57:25.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:57:24 smithi055 ceph-mon[185614]: pgmap v2328: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:25.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:57:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:57:25.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:57:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:57:25.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:57:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:57:25.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:57:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:57:25.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:57:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:57:25.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:57:24 smithi055 ceph-mon[183057]: pgmap v2328: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:25.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:57:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:57:25.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:57:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:57:25.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:57:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:57:25.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:57:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:57:25.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:57:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:57:25.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:57:24 smithi082 ceph-mon[180771]: pgmap v2328: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:25.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:57:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:57:25.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:57:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:57:25.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:57:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:57:25.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:57:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:57:25.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:57:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:57:25.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:57:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:57:25] "GET /metrics HTTP/1.1" 200 36239 "" "Prometheus/2.43.0" 2023-10-14T00:57:27.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:57:26 smithi082 ceph-mon[180771]: pgmap v2329: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:27.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:57:26 smithi055 ceph-mon[185614]: pgmap v2329: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:27.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:57:26 smithi055 ceph-mon[183057]: pgmap v2329: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:29.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:57:28 smithi082 ceph-mon[180771]: pgmap v2330: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:29.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:57:28 smithi055 ceph-mon[185614]: pgmap v2330: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:29.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:57:28 smithi055 ceph-mon[183057]: pgmap v2330: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:31.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:57:30 smithi082 ceph-mon[180771]: pgmap v2331: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:31.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:57:30 smithi055 ceph-mon[185614]: pgmap v2331: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:31.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:57:30 smithi055 ceph-mon[183057]: pgmap v2331: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:33.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:57:32 smithi082 ceph-mon[180771]: pgmap v2332: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:33.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:57:32 smithi055 ceph-mon[185614]: pgmap v2332: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:33.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:57:32 smithi055 ceph-mon[183057]: pgmap v2332: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:35.079 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:57:34 smithi055 ceph-mon[185614]: pgmap v2333: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:35.080 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:57:34 smithi055 ceph-mon[183057]: pgmap v2333: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:35.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:57:34 smithi082 ceph-mon[180771]: pgmap v2333: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:35.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:57:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:57:35] "GET /metrics HTTP/1.1" 200 36239 "" "Prometheus/2.43.0" 2023-10-14T00:57:37.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:57:36 smithi082 ceph-mon[180771]: pgmap v2334: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:37.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:57:36 smithi055 ceph-mon[185614]: pgmap v2334: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:37.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:57:36 smithi055 ceph-mon[183057]: pgmap v2334: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:39.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:57:38 smithi082 ceph-mon[180771]: pgmap v2335: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:39.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:57:38 smithi055 ceph-mon[185614]: pgmap v2335: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:39.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:57:38 smithi055 ceph-mon[183057]: pgmap v2335: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:40.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:57:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:57:40.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:57:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:57:40.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:57:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:57:41.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:57:40 smithi082 ceph-mon[180771]: pgmap v2336: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:41.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:57:40 smithi055 ceph-mon[185614]: pgmap v2336: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:41.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:57:40 smithi055 ceph-mon[183057]: pgmap v2336: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:43.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:57:42 smithi082 ceph-mon[180771]: pgmap v2337: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:43.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:57:42 smithi055 ceph-mon[185614]: pgmap v2337: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:43.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:57:42 smithi055 ceph-mon[183057]: pgmap v2337: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:45.079 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:57:44 smithi055 ceph-mon[185614]: pgmap v2338: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:45.079 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:57:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:57:45] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T00:57:45.080 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:57:44 smithi055 ceph-mon[183057]: pgmap v2338: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:45.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:57:44 smithi082 ceph-mon[180771]: pgmap v2338: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:47.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:57:46 smithi082 ceph-mon[180771]: pgmap v2339: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:47.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:57:46 smithi055 ceph-mon[185614]: pgmap v2339: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:47.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:57:46 smithi055 ceph-mon[183057]: pgmap v2339: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:49.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:57:48 smithi082 ceph-mon[180771]: pgmap v2340: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:49.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:57:48 smithi055 ceph-mon[185614]: pgmap v2340: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:49.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:57:48 smithi055 ceph-mon[183057]: pgmap v2340: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:51.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:57:50 smithi082 ceph-mon[180771]: pgmap v2341: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:51.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:57:50 smithi055 ceph-mon[185614]: pgmap v2341: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:51.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:57:50 smithi055 ceph-mon[183057]: pgmap v2341: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:53.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:57:52 smithi082 ceph-mon[180771]: pgmap v2342: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:53.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:57:52 smithi055 ceph-mon[185614]: pgmap v2342: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:53.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:57:52 smithi055 ceph-mon[183057]: pgmap v2342: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:55.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:57:54 smithi082 ceph-mon[180771]: pgmap v2343: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:55.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:57:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:57:55.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:57:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:57:55] "GET /metrics HTTP/1.1" 200 36238 "" "Prometheus/2.43.0" 2023-10-14T00:57:55.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:57:54 smithi055 ceph-mon[185614]: pgmap v2343: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:55.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:57:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:57:55.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:57:54 smithi055 ceph-mon[183057]: pgmap v2343: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:55.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:57:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:57:57.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:57:56 smithi082 ceph-mon[180771]: pgmap v2344: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:57.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:57:56 smithi055 ceph-mon[185614]: pgmap v2344: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:57.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:57:56 smithi055 ceph-mon[183057]: pgmap v2344: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:59.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:57:58 smithi082 ceph-mon[180771]: pgmap v2345: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:59.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:57:58 smithi055 ceph-mon[185614]: pgmap v2345: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:57:59.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:57:58 smithi055 ceph-mon[183057]: pgmap v2345: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:01.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:58:00 smithi082 ceph-mon[180771]: pgmap v2346: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:01.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:58:00 smithi055 ceph-mon[185614]: pgmap v2346: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:58:00 smithi055 ceph-mon[183057]: pgmap v2346: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:03.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:58:02 smithi055 ceph-mon[185614]: pgmap v2347: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:03.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:58:02 smithi055 ceph-mon[183057]: pgmap v2347: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:58:02 smithi082 ceph-mon[180771]: pgmap v2347: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:05.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:58:04 smithi055 ceph-mon[185614]: pgmap v2348: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:05.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:58:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:58:05] "GET /metrics HTTP/1.1" 200 36238 "" "Prometheus/2.43.0" 2023-10-14T00:58:05.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:58:04 smithi055 ceph-mon[183057]: pgmap v2348: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:05.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:58:04 smithi082 ceph-mon[180771]: pgmap v2348: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:07.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:58:06 smithi055 ceph-mon[185614]: pgmap v2349: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:07.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:58:06 smithi055 ceph-mon[183057]: pgmap v2349: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:58:06 smithi082 ceph-mon[180771]: pgmap v2349: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:09.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:58:08 smithi055 ceph-mon[185614]: pgmap v2350: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:58:08 smithi055 ceph-mon[183057]: pgmap v2350: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:58:08 smithi082 ceph-mon[180771]: pgmap v2350: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:10.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:58:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:58:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:58:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:58:10.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:58:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:58:11.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:58:10 smithi055 ceph-mon[185614]: pgmap v2351: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:11.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:58:10 smithi055 ceph-mon[183057]: pgmap v2351: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:58:10 smithi082 ceph-mon[180771]: pgmap v2351: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:13.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:58:12 smithi055 ceph-mon[185614]: pgmap v2352: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:13.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:58:12 smithi055 ceph-mon[183057]: pgmap v2352: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:58:12 smithi082 ceph-mon[180771]: pgmap v2352: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:15.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:58:14 smithi055 ceph-mon[185614]: pgmap v2353: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:15.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:58:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:58:15] "GET /metrics HTTP/1.1" 200 36237 "" "Prometheus/2.43.0" 2023-10-14T00:58:15.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:58:14 smithi055 ceph-mon[183057]: pgmap v2353: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:58:14 smithi082 ceph-mon[180771]: pgmap v2353: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:17.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:58:16 smithi055 ceph-mon[185614]: pgmap v2354: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:17.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:58:16 smithi055 ceph-mon[183057]: pgmap v2354: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:58:16 smithi082 ceph-mon[180771]: pgmap v2354: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:19.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:58:18 smithi055 ceph-mon[185614]: pgmap v2355: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:19.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:58:18 smithi055 ceph-mon[183057]: pgmap v2355: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:19.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:58:18 smithi082 ceph-mon[180771]: pgmap v2355: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:21.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:58:20 smithi055 ceph-mon[185614]: pgmap v2356: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:21.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:58:20 smithi055 ceph-mon[183057]: pgmap v2356: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:58:20 smithi082 ceph-mon[180771]: pgmap v2356: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:23.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:58:22 smithi055 ceph-mon[185614]: pgmap v2357: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:23.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:58:22 smithi055 ceph-mon[183057]: pgmap v2357: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:58:22 smithi082 ceph-mon[180771]: pgmap v2357: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:24.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:58:23 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:58:24.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:58:23 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:58:24.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:58:23 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:58:25.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:58:24 smithi055 ceph-mon[185614]: pgmap v2358: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:25.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:58:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:58:25.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:58:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:58:25.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:58:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:58:25.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:58:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:58:25] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T00:58:25.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:58:24 smithi055 ceph-mon[183057]: pgmap v2358: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:25.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:58:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:58:25.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:58:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:58:25.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:58:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:58:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:58:24 smithi082 ceph-mon[180771]: pgmap v2358: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:58:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:58:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:58:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:58:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:58:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:58:26.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:58:25 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:58:26.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:58:25 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:58:26.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:58:25 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:58:26.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:58:25 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:58:26.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:58:25 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:58:26.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:58:25 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:58:26.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:58:25 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:58:26.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:58:25 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:58:26.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:58:25 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:58:27.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:58:27 smithi055 ceph-mon[185614]: pgmap v2359: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:27.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:58:27 smithi055 ceph-mon[183057]: pgmap v2359: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:27.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:58:27 smithi082 ceph-mon[180771]: pgmap v2359: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:29.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:58:29 smithi055 ceph-mon[185614]: pgmap v2360: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:58:29 smithi055 ceph-mon[183057]: pgmap v2360: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:29.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:58:29 smithi082 ceph-mon[180771]: pgmap v2360: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:31.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:58:31 smithi055 ceph-mon[185614]: pgmap v2361: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:31.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:58:31 smithi055 ceph-mon[183057]: pgmap v2361: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:31.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:58:31 smithi082 ceph-mon[180771]: pgmap v2361: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:33.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:58:33 smithi055 ceph-mon[185614]: pgmap v2362: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:58:33 smithi055 ceph-mon[183057]: pgmap v2362: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:33.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:58:33 smithi082 ceph-mon[180771]: pgmap v2362: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:35.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:58:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:58:35] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T00:58:35.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:58:35 smithi055 ceph-mon[185614]: pgmap v2363: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:35.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:58:35 smithi055 ceph-mon[183057]: pgmap v2363: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:35.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:58:35 smithi082 ceph-mon[180771]: pgmap v2363: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:37.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:58:37 smithi055 ceph-mon[185614]: pgmap v2364: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:37.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:58:37 smithi055 ceph-mon[183057]: pgmap v2364: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:37.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:58:37 smithi082 ceph-mon[180771]: pgmap v2364: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:39.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:58:39 smithi055 ceph-mon[185614]: pgmap v2365: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:39.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:58:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:58:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:58:39 smithi055 ceph-mon[183057]: pgmap v2365: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:58:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:58:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:58:39 smithi082 ceph-mon[180771]: pgmap v2365: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:58:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:58:41.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:58:41 smithi055 ceph-mon[185614]: pgmap v2366: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:41.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:58:41 smithi055 ceph-mon[183057]: pgmap v2366: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:41.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:58:41 smithi082 ceph-mon[180771]: pgmap v2366: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:43.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:58:43 smithi055 ceph-mon[185614]: pgmap v2367: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:43.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:58:43 smithi055 ceph-mon[183057]: pgmap v2367: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:43.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:58:43 smithi082 ceph-mon[180771]: pgmap v2367: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:45.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:58:45 smithi055 ceph-mon[185614]: pgmap v2368: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:58:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:58:45] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T00:58:45.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:58:45 smithi055 ceph-mon[183057]: pgmap v2368: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:45.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:58:45 smithi082 ceph-mon[180771]: pgmap v2368: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:47.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:58:47 smithi082 ceph-mon[180771]: pgmap v2369: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:47.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:58:47 smithi055 ceph-mon[185614]: pgmap v2369: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:47.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:58:47 smithi055 ceph-mon[183057]: pgmap v2369: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:49.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:58:49 smithi082 ceph-mon[180771]: pgmap v2370: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:49.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:58:49 smithi055 ceph-mon[185614]: pgmap v2370: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:49.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:58:49 smithi055 ceph-mon[183057]: pgmap v2370: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:51.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:58:51 smithi082 ceph-mon[180771]: pgmap v2371: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:51.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:58:51 smithi055 ceph-mon[185614]: pgmap v2371: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:51.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:58:51 smithi055 ceph-mon[183057]: pgmap v2371: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:53.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:58:53 smithi082 ceph-mon[180771]: pgmap v2372: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:53.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:58:53 smithi055 ceph-mon[185614]: pgmap v2372: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:53.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:58:53 smithi055 ceph-mon[183057]: pgmap v2372: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:58:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:58:54.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:58:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:58:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:58:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:58:55.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:58:55 smithi055 ceph-mon[185614]: pgmap v2373: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:55.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:58:55 smithi055 ceph-mon[183057]: pgmap v2373: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:58:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:58:55] "GET /metrics HTTP/1.1" 200 36239 "" "Prometheus/2.43.0" 2023-10-14T00:58:55.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:58:55 smithi082 ceph-mon[180771]: pgmap v2373: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:57.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:58:57 smithi082 ceph-mon[180771]: pgmap v2374: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:57.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:58:57 smithi055 ceph-mon[185614]: pgmap v2374: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:57.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:58:57 smithi055 ceph-mon[183057]: pgmap v2374: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:59.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:58:59 smithi082 ceph-mon[180771]: pgmap v2375: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:59.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:58:59 smithi055 ceph-mon[185614]: pgmap v2375: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:58:59.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:58:59 smithi055 ceph-mon[183057]: pgmap v2375: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:59:01.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:59:01 smithi082 ceph-mon[180771]: pgmap v2376: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:59:01.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:59:01 smithi055 ceph-mon[185614]: pgmap v2376: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:59:01.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:59:01 smithi055 ceph-mon[183057]: pgmap v2376: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:59:03.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:59:03 smithi082 ceph-mon[180771]: pgmap v2377: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:59:03.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:59:03 smithi055 ceph-mon[185614]: pgmap v2377: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:59:03.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:59:03 smithi055 ceph-mon[183057]: pgmap v2377: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:59:05.338 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:59:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:59:05] "GET /metrics HTTP/1.1" 200 36239 "" "Prometheus/2.43.0" 2023-10-14T00:59:05.339 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:59:05 smithi055 ceph-mon[183057]: pgmap v2378: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:59:05.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:59:05 smithi082 ceph-mon[180771]: pgmap v2378: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:59:05.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:59:05 smithi055 ceph-mon[185614]: pgmap v2378: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:59:07.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:59:07 smithi082 ceph-mon[180771]: pgmap v2379: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:59:07.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:59:07 smithi055 ceph-mon[185614]: pgmap v2379: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:59:07.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:59:07 smithi055 ceph-mon[183057]: pgmap v2379: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:59:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:59:09 smithi082 ceph-mon[180771]: pgmap v2380: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:59:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:59:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:59:09.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:59:09 smithi055 ceph-mon[183057]: pgmap v2380: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:59:09.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:59:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:59:09.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:59:09 smithi055 ceph-mon[185614]: pgmap v2380: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:59:09.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:59:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:59:11.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:59:11 smithi082 ceph-mon[180771]: pgmap v2381: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:59:11.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:59:11 smithi055 ceph-mon[183057]: pgmap v2381: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:59:11.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:59:11 smithi055 ceph-mon[185614]: pgmap v2381: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:59:13.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:59:13 smithi082 ceph-mon[180771]: pgmap v2382: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:59:13.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:59:13 smithi055 ceph-mon[185614]: pgmap v2382: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:59:13.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:59:13 smithi055 ceph-mon[183057]: pgmap v2382: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:59:15.355 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:59:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:59:15] "GET /metrics HTTP/1.1" 200 36237 "" "Prometheus/2.43.0" 2023-10-14T00:59:15.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:59:15 smithi082 ceph-mon[180771]: pgmap v2383: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:59:15.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:59:15 smithi055 ceph-mon[185614]: pgmap v2383: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:59:15.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:59:15 smithi055 ceph-mon[183057]: pgmap v2383: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T00:59:17.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:59:17 smithi082 ceph-mon[180771]: pgmap v2384: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:17.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:59:17 smithi055 ceph-mon[185614]: pgmap v2384: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:17.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:59:17 smithi055 ceph-mon[183057]: pgmap v2384: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:19.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:59:19 smithi082 ceph-mon[180771]: pgmap v2385: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:19.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:59:19 smithi055 ceph-mon[185614]: pgmap v2385: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:19.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:59:19 smithi055 ceph-mon[183057]: pgmap v2385: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:21.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:59:21 smithi055 ceph-mon[185614]: pgmap v2386: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:21.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:59:21 smithi055 ceph-mon[183057]: pgmap v2386: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:21.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:59:21 smithi082 ceph-mon[180771]: pgmap v2386: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:23.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:59:23 smithi055 ceph-mon[185614]: pgmap v2387: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:23.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:59:23 smithi055 ceph-mon[183057]: pgmap v2387: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:23.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:59:23 smithi082 ceph-mon[180771]: pgmap v2387: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:24.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:59:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:59:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:59:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:59:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:59:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:59:25.407 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:59:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:59:25] "GET /metrics HTTP/1.1" 200 36237 "" "Prometheus/2.43.0" 2023-10-14T00:59:25.407 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:59:25 smithi055 ceph-mon[183057]: pgmap v2388: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:25.407 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:59:25 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:59:25.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:59:25 smithi055 ceph-mon[185614]: pgmap v2388: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:25.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:59:25 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:59:25.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:59:25 smithi082 ceph-mon[180771]: pgmap v2388: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:25.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:59:25 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T00:59:26.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:59:26 smithi055 ceph-mon[185614]: pgmap v2389: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:26.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:59:26 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:59:26.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:59:26 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:59:26.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:59:26 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:59:26.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:59:26 smithi055 ceph-mon[183057]: pgmap v2389: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:26.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:59:26 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:59:26.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:59:26 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:59:26.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:59:26 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:59:26.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:59:26 smithi082 ceph-mon[180771]: pgmap v2389: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:26.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:59:26 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T00:59:26.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:59:26 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T00:59:26.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:59:26 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T00:59:27.875 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 00:59:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[225424]: logger=cleanup t=2023-10-14T00:59:27.475972546Z level=info msg="Completed cleanup jobs" duration=12.619602ms 2023-10-14T00:59:29.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:59:28 smithi082 ceph-mon[180771]: pgmap v2390: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:29.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:59:28 smithi055 ceph-mon[185614]: pgmap v2390: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:29.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:59:28 smithi055 ceph-mon[183057]: pgmap v2390: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:31.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:59:30 smithi082 ceph-mon[180771]: pgmap v2391: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:31.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:59:30 smithi055 ceph-mon[185614]: pgmap v2391: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:31.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:59:30 smithi055 ceph-mon[183057]: pgmap v2391: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:33.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:59:32 smithi082 ceph-mon[180771]: pgmap v2392: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:33.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:59:32 smithi055 ceph-mon[185614]: pgmap v2392: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:33.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:59:32 smithi055 ceph-mon[183057]: pgmap v2392: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:35.079 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:59:34 smithi055 ceph-mon[185614]: pgmap v2393: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:35.079 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:59:34 smithi055 ceph-mon[183057]: pgmap v2393: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:35.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:59:34 smithi082 ceph-mon[180771]: pgmap v2393: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:35.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:59:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:59:35] "GET /metrics HTTP/1.1" 200 36237 "" "Prometheus/2.43.0" 2023-10-14T00:59:37.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:59:36 smithi082 ceph-mon[180771]: pgmap v2394: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:37.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:59:36 smithi055 ceph-mon[185614]: pgmap v2394: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:37.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:59:36 smithi055 ceph-mon[183057]: pgmap v2394: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:39.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:59:38 smithi082 ceph-mon[180771]: pgmap v2395: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:39.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:59:38 smithi055 ceph-mon[185614]: pgmap v2395: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:39.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:59:38 smithi055 ceph-mon[183057]: pgmap v2395: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:40.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:59:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:59:40.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:59:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:59:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:59:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:59:41.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:59:40 smithi082 ceph-mon[180771]: pgmap v2396: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:41.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:59:40 smithi055 ceph-mon[185614]: pgmap v2396: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:41.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:59:40 smithi055 ceph-mon[183057]: pgmap v2396: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:43.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:59:42 smithi082 ceph-mon[180771]: pgmap v2397: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:43.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:59:42 smithi055 ceph-mon[185614]: pgmap v2397: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:43.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:59:42 smithi055 ceph-mon[183057]: pgmap v2397: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:45.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:59:44 smithi082 ceph-mon[180771]: pgmap v2398: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:45.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:59:44 smithi055 ceph-mon[185614]: pgmap v2398: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:45.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:59:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:59:45] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T00:59:45.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:59:44 smithi055 ceph-mon[183057]: pgmap v2398: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:47.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:59:46 smithi082 ceph-mon[180771]: pgmap v2399: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:47.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:59:46 smithi055 ceph-mon[185614]: pgmap v2399: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:47.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:59:46 smithi055 ceph-mon[183057]: pgmap v2399: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:49.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:59:48 smithi082 ceph-mon[180771]: pgmap v2400: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:49.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:59:48 smithi055 ceph-mon[185614]: pgmap v2400: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:49.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:59:48 smithi055 ceph-mon[183057]: pgmap v2400: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:51.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:59:50 smithi082 ceph-mon[180771]: pgmap v2401: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:51.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:59:50 smithi055 ceph-mon[185614]: pgmap v2401: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:51.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:59:50 smithi055 ceph-mon[183057]: pgmap v2401: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:53.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:59:52 smithi082 ceph-mon[180771]: pgmap v2402: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:53.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:59:52 smithi055 ceph-mon[185614]: pgmap v2402: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:53.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:59:52 smithi055 ceph-mon[183057]: pgmap v2402: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:55.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:59:54 smithi082 ceph-mon[180771]: pgmap v2403: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:55.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:59:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:59:55.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 00:59:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:00:59:55] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T00:59:55.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:59:54 smithi055 ceph-mon[185614]: pgmap v2403: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:55.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:59:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:59:55.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:59:54 smithi055 ceph-mon[183057]: pgmap v2403: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:55.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:59:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T00:59:57.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:59:56 smithi082 ceph-mon[180771]: pgmap v2404: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:57.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:59:56 smithi055 ceph-mon[185614]: pgmap v2404: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:57.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:59:56 smithi055 ceph-mon[183057]: pgmap v2404: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:59.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 00:59:58 smithi082 ceph-mon[180771]: pgmap v2405: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:59.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 00:59:58 smithi055 ceph-mon[185614]: pgmap v2405: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T00:59:59.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 00:59:58 smithi055 ceph-mon[183057]: pgmap v2405: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:01.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:00:00 smithi082 ceph-mon[180771]: pgmap v2406: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:01.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:00:00 smithi082 ceph-mon[180771]: overall HEALTH_OK 2023-10-14T01:00:01.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:00:00 smithi055 ceph-mon[185614]: pgmap v2406: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:01.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:00:00 smithi055 ceph-mon[185614]: overall HEALTH_OK 2023-10-14T01:00:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:00:00 smithi055 ceph-mon[183057]: pgmap v2406: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:00:00 smithi055 ceph-mon[183057]: overall HEALTH_OK 2023-10-14T01:00:03.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:00:02 smithi055 ceph-mon[185614]: pgmap v2407: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:03.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:00:02 smithi055 ceph-mon[183057]: pgmap v2407: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:00:02 smithi082 ceph-mon[180771]: pgmap v2407: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:05.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:00:04 smithi055 ceph-mon[185614]: pgmap v2408: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:05.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:00:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:00:05] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T01:00:05.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:00:04 smithi055 ceph-mon[183057]: pgmap v2408: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:05.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:00:04 smithi082 ceph-mon[180771]: pgmap v2408: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:07.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:00:06 smithi055 ceph-mon[185614]: pgmap v2409: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:07.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:00:06 smithi055 ceph-mon[183057]: pgmap v2409: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:00:06 smithi082 ceph-mon[180771]: pgmap v2409: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:09.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:00:08 smithi055 ceph-mon[185614]: pgmap v2410: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:00:08 smithi055 ceph-mon[183057]: pgmap v2410: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:00:08 smithi082 ceph-mon[180771]: pgmap v2410: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:10.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:00:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:00:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:00:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:00:10.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:00:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:00:11.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:00:10 smithi055 ceph-mon[185614]: pgmap v2411: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:11.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:00:10 smithi055 ceph-mon[183057]: pgmap v2411: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:00:10 smithi082 ceph-mon[180771]: pgmap v2411: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:13.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:00:12 smithi055 ceph-mon[185614]: pgmap v2412: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:13.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:00:12 smithi055 ceph-mon[183057]: pgmap v2412: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:00:12 smithi082 ceph-mon[180771]: pgmap v2412: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:15.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:00:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:00:15] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:00:15.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:00:14 smithi055 ceph-mon[185614]: pgmap v2413: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:15.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:00:14 smithi055 ceph-mon[183057]: pgmap v2413: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:00:14 smithi082 ceph-mon[180771]: pgmap v2413: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:17.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:00:16 smithi055 ceph-mon[185614]: pgmap v2414: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:17.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:00:16 smithi055 ceph-mon[183057]: pgmap v2414: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:00:16 smithi082 ceph-mon[180771]: pgmap v2414: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:19.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:00:18 smithi055 ceph-mon[185614]: pgmap v2415: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:19.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:00:18 smithi055 ceph-mon[183057]: pgmap v2415: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:00:18 smithi082 ceph-mon[180771]: pgmap v2415: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:21.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:00:20 smithi055 ceph-mon[185614]: pgmap v2416: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:21.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:00:20 smithi055 ceph-mon[183057]: pgmap v2416: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:00:20 smithi082 ceph-mon[180771]: pgmap v2416: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:23.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:00:22 smithi055 ceph-mon[185614]: pgmap v2417: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:23.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:00:22 smithi055 ceph-mon[183057]: pgmap v2417: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:00:22 smithi082 ceph-mon[180771]: pgmap v2417: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:24.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:00:23 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:00:24.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:00:23 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:00:24.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:00:23 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:00:25.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:00:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:00:25] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T01:00:25.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:00:24 smithi055 ceph-mon[185614]: pgmap v2418: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:25.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:00:24 smithi055 ceph-mon[183057]: pgmap v2418: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:00:24 smithi082 ceph-mon[180771]: pgmap v2418: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:27.249 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:00:26 smithi055 ceph-mon[185614]: pgmap v2419: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:27.249 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:00:26 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:00:27.250 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:00:26 smithi055 ceph-mon[183057]: pgmap v2419: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:27.250 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:00:26 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:00:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:00:26 smithi082 ceph-mon[180771]: pgmap v2419: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:00:26 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:00:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:00:29 smithi082 ceph-mon[180771]: pgmap v2420: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:00:29 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:00:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:00:29 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:00:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:00:29 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:00:29.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:00:29 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:00:29.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:00:29 smithi055 ceph-mon[185614]: pgmap v2420: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:29.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:00:29 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:00:29.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:00:29 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:00:29.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:00:29 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:00:29.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:00:29 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:00:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:00:29 smithi055 ceph-mon[183057]: pgmap v2420: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:29.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:00:29 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:00:29.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:00:29 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:00:29.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:00:29 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:00:29.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:00:29 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:00:30.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:00:30 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:00:30.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:00:30 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:00:30.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:00:30 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:00:30.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:00:30 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:00:30.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:00:30 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:00:30.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:00:30 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:00:30.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:00:30 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:00:30.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:00:30 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:00:30.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:00:30 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:00:31.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:00:31 smithi055 ceph-mon[185614]: pgmap v2421: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:31.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:00:31 smithi055 ceph-mon[183057]: pgmap v2421: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:31.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:00:31 smithi082 ceph-mon[180771]: pgmap v2421: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:33.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:00:33 smithi055 ceph-mon[185614]: pgmap v2422: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:00:33 smithi055 ceph-mon[183057]: pgmap v2422: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:33.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:00:33 smithi082 ceph-mon[180771]: pgmap v2422: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:35.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:00:35 smithi055 ceph-mon[185614]: pgmap v2423: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:00:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:00:35] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T01:00:35.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:00:35 smithi055 ceph-mon[183057]: pgmap v2423: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:35.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:00:35 smithi082 ceph-mon[180771]: pgmap v2423: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:37.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:00:37 smithi082 ceph-mon[180771]: pgmap v2424: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:37.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:00:37 smithi055 ceph-mon[185614]: pgmap v2424: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:37.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:00:37 smithi055 ceph-mon[183057]: pgmap v2424: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:00:39 smithi082 ceph-mon[180771]: pgmap v2425: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:00:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:00:39.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:00:39 smithi055 ceph-mon[185614]: pgmap v2425: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:39.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:00:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:00:39.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:00:39 smithi055 ceph-mon[183057]: pgmap v2425: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:39.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:00:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:00:41.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:00:41 smithi082 ceph-mon[180771]: pgmap v2426: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:41.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:00:41 smithi055 ceph-mon[185614]: pgmap v2426: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:41.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:00:41 smithi055 ceph-mon[183057]: pgmap v2426: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:43.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:00:43 smithi082 ceph-mon[180771]: pgmap v2427: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:43.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:00:43 smithi055 ceph-mon[185614]: pgmap v2427: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:43.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:00:43 smithi055 ceph-mon[183057]: pgmap v2427: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:45.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:00:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:00:45] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T01:00:45.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:00:45 smithi055 ceph-mon[185614]: pgmap v2428: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:45.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:00:45 smithi055 ceph-mon[183057]: pgmap v2428: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:45.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:00:45 smithi082 ceph-mon[180771]: pgmap v2428: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:47.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:00:47 smithi082 ceph-mon[180771]: pgmap v2429: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:47.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:00:47 smithi055 ceph-mon[185614]: pgmap v2429: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:47.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:00:47 smithi055 ceph-mon[183057]: pgmap v2429: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:49.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:00:49 smithi082 ceph-mon[180771]: pgmap v2430: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:49.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:00:49 smithi055 ceph-mon[185614]: pgmap v2430: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:49.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:00:49 smithi055 ceph-mon[183057]: pgmap v2430: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:51.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:00:51 smithi082 ceph-mon[180771]: pgmap v2431: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:51.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:00:51 smithi055 ceph-mon[185614]: pgmap v2431: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:51.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:00:51 smithi055 ceph-mon[183057]: pgmap v2431: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:53.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:00:53 smithi082 ceph-mon[180771]: pgmap v2432: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:53.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:00:53 smithi055 ceph-mon[185614]: pgmap v2432: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:53.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:00:53 smithi055 ceph-mon[183057]: pgmap v2432: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:00:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:00:54.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:00:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:00:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:00:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:00:55.342 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:00:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:00:55] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T01:00:55.343 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:00:55 smithi055 ceph-mon[183057]: pgmap v2433: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:55.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:00:55 smithi082 ceph-mon[180771]: pgmap v2433: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:55.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:00:55 smithi055 ceph-mon[185614]: pgmap v2433: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:57.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:00:57 smithi082 ceph-mon[180771]: pgmap v2434: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:57.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:00:57 smithi055 ceph-mon[185614]: pgmap v2434: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:57.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:00:57 smithi055 ceph-mon[183057]: pgmap v2434: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:59.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:00:59 smithi082 ceph-mon[180771]: pgmap v2435: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:59.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:00:59 smithi055 ceph-mon[185614]: pgmap v2435: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:00:59.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:00:59 smithi055 ceph-mon[183057]: pgmap v2435: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:01.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:01:01 smithi082 ceph-mon[180771]: pgmap v2436: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:01.645 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:01:01 smithi055 ceph-mon[185614]: pgmap v2436: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:01.646 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:01:01 smithi055 ceph-mon[183057]: pgmap v2436: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:03.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:01:03 smithi082 ceph-mon[180771]: pgmap v2437: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:03.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:01:03 smithi055 ceph-mon[185614]: pgmap v2437: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:03.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:01:03 smithi055 ceph-mon[183057]: pgmap v2437: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:05.379 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:01:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:01:05] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T01:01:05.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:01:05 smithi055 ceph-mon[185614]: pgmap v2438: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:05.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:01:05 smithi055 ceph-mon[183057]: pgmap v2438: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:05.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:01:05 smithi082 ceph-mon[180771]: pgmap v2438: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:07.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:01:07 smithi055 ceph-mon[185614]: pgmap v2439: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:07.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:01:07 smithi055 ceph-mon[183057]: pgmap v2439: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:07.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:01:07 smithi082 ceph-mon[180771]: pgmap v2439: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:09.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:01:09 smithi055 ceph-mon[185614]: pgmap v2440: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:09.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:01:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:01:09.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:01:09 smithi055 ceph-mon[183057]: pgmap v2440: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:09.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:01:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:01:09.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:01:09 smithi082 ceph-mon[180771]: pgmap v2440: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:09.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:01:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:01:11.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:01:11 smithi055 ceph-mon[185614]: pgmap v2441: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:11.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:01:11 smithi055 ceph-mon[183057]: pgmap v2441: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:11.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:01:11 smithi082 ceph-mon[180771]: pgmap v2441: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:13.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:01:13 smithi055 ceph-mon[185614]: pgmap v2442: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:13.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:01:13 smithi055 ceph-mon[183057]: pgmap v2442: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:13.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:01:13 smithi082 ceph-mon[180771]: pgmap v2442: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:14.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:01:14 smithi055 ceph-mon[185614]: pgmap v2443: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:14.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:01:14 smithi055 ceph-mon[183057]: pgmap v2443: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:14.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:01:14 smithi082 ceph-mon[180771]: pgmap v2443: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:15.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:01:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:01:15] "GET /metrics HTTP/1.1" 200 36239 "" "Prometheus/2.43.0" 2023-10-14T01:01:17.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:01:16 smithi082 ceph-mon[180771]: pgmap v2444: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:17.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:01:16 smithi055 ceph-mon[185614]: pgmap v2444: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:17.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:01:16 smithi055 ceph-mon[183057]: pgmap v2444: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:19.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:01:18 smithi082 ceph-mon[180771]: pgmap v2445: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:19.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:01:18 smithi055 ceph-mon[185614]: pgmap v2445: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:19.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:01:18 smithi055 ceph-mon[183057]: pgmap v2445: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:21.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:01:20 smithi082 ceph-mon[180771]: pgmap v2446: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:21.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:01:20 smithi055 ceph-mon[185614]: pgmap v2446: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:21.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:01:20 smithi055 ceph-mon[183057]: pgmap v2446: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:23.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:01:22 smithi082 ceph-mon[180771]: pgmap v2447: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:23.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:01:22 smithi055 ceph-mon[185614]: pgmap v2447: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:23.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:01:22 smithi055 ceph-mon[183057]: pgmap v2447: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:25.079 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:01:24 smithi055 ceph-mon[185614]: pgmap v2448: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:25.079 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:01:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:01:25.080 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:01:24 smithi055 ceph-mon[183057]: pgmap v2448: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:25.080 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:01:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:01:25.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:01:24 smithi082 ceph-mon[180771]: pgmap v2448: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:25.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:01:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:01:25.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:01:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:01:25] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:01:27.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:01:26 smithi082 ceph-mon[180771]: pgmap v2449: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:27.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:01:26 smithi055 ceph-mon[185614]: pgmap v2449: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:27.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:01:26 smithi055 ceph-mon[183057]: pgmap v2449: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:29.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:01:28 smithi082 ceph-mon[180771]: pgmap v2450: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:29.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:01:28 smithi055 ceph-mon[185614]: pgmap v2450: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:29.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:01:28 smithi055 ceph-mon[183057]: pgmap v2450: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:30.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:01:29 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:01:30.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:01:29 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:01:30.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:01:29 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:01:31.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:01:30 smithi082 ceph-mon[180771]: pgmap v2451: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:31.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:01:30 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:01:31.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:01:30 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:01:31.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:01:30 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:01:31.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:01:30 smithi055 ceph-mon[185614]: pgmap v2451: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:31.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:01:30 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:01:31.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:01:30 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:01:31.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:01:30 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:01:31.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:01:30 smithi055 ceph-mon[183057]: pgmap v2451: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:31.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:01:30 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:01:31.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:01:30 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:01:31.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:01:30 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:01:33.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:01:32 smithi082 ceph-mon[180771]: pgmap v2452: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:33.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:01:32 smithi055 ceph-mon[185614]: pgmap v2452: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:33.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:01:32 smithi055 ceph-mon[183057]: pgmap v2452: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:35.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:01:34 smithi082 ceph-mon[180771]: pgmap v2453: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:35.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:01:34 smithi055 ceph-mon[183057]: pgmap v2453: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:35.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:01:34 smithi055 ceph-mon[185614]: pgmap v2453: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:35.268 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:01:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:01:35] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:01:37.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:01:36 smithi082 ceph-mon[180771]: pgmap v2454: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:37.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:01:36 smithi055 ceph-mon[185614]: pgmap v2454: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:37.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:01:36 smithi055 ceph-mon[183057]: pgmap v2454: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:39.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:01:38 smithi082 ceph-mon[180771]: pgmap v2455: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:39.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:01:38 smithi055 ceph-mon[185614]: pgmap v2455: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:39.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:01:38 smithi055 ceph-mon[183057]: pgmap v2455: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:40.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:01:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:01:40.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:01:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:01:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:01:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:01:41.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:01:40 smithi082 ceph-mon[180771]: pgmap v2456: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:41.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:01:40 smithi055 ceph-mon[185614]: pgmap v2456: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:41.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:01:40 smithi055 ceph-mon[183057]: pgmap v2456: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:43.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:01:42 smithi055 ceph-mon[185614]: pgmap v2457: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:43.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:01:42 smithi055 ceph-mon[183057]: pgmap v2457: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:43.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:01:42 smithi082 ceph-mon[180771]: pgmap v2457: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:45.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:01:44 smithi055 ceph-mon[185614]: pgmap v2458: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:45.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:01:44 smithi055 ceph-mon[183057]: pgmap v2458: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:45.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:01:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:01:45] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T01:01:45.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:01:44 smithi082 ceph-mon[180771]: pgmap v2458: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:47.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:01:46 smithi055 ceph-mon[185614]: pgmap v2459: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:47.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:01:46 smithi055 ceph-mon[183057]: pgmap v2459: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:01:46 smithi082 ceph-mon[180771]: pgmap v2459: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:49.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:01:48 smithi055 ceph-mon[183057]: pgmap v2460: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:49.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:01:48 smithi055 ceph-mon[185614]: pgmap v2460: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:01:48 smithi082 ceph-mon[180771]: pgmap v2460: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:51.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:01:50 smithi055 ceph-mon[185614]: pgmap v2461: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:51.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:01:50 smithi055 ceph-mon[183057]: pgmap v2461: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:01:50 smithi082 ceph-mon[180771]: pgmap v2461: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:53.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:01:52 smithi055 ceph-mon[185614]: pgmap v2462: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:53.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:01:52 smithi055 ceph-mon[183057]: pgmap v2462: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:53.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:01:52 smithi082 ceph-mon[180771]: pgmap v2462: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:55.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:01:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:01:55] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T01:01:55.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:01:54 smithi055 ceph-mon[185614]: pgmap v2463: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:55.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:01:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:01:55.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:01:54 smithi055 ceph-mon[183057]: pgmap v2463: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:55.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:01:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:01:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:01:54 smithi082 ceph-mon[180771]: pgmap v2463: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:01:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:01:57.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:01:56 smithi055 ceph-mon[185614]: pgmap v2464: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:57.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:01:56 smithi055 ceph-mon[183057]: pgmap v2464: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:01:56 smithi082 ceph-mon[180771]: pgmap v2464: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:59.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:01:58 smithi055 ceph-mon[185614]: pgmap v2465: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:59.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:01:58 smithi055 ceph-mon[183057]: pgmap v2465: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:01:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:01:58 smithi082 ceph-mon[180771]: pgmap v2465: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:02:01.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:02:00 smithi055 ceph-mon[185614]: pgmap v2466: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:02:00 smithi055 ceph-mon[183057]: pgmap v2466: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:02:00 smithi082 ceph-mon[180771]: pgmap v2466: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:03.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:02:02 smithi055 ceph-mon[185614]: pgmap v2467: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:03.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:02:02 smithi055 ceph-mon[183057]: pgmap v2467: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:02:02 smithi082 ceph-mon[180771]: pgmap v2467: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:05.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:02:04 smithi055 ceph-mon[185614]: pgmap v2468: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:05.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:02:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:02:05] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T01:02:05.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:02:04 smithi055 ceph-mon[183057]: pgmap v2468: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:05.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:02:04 smithi082 ceph-mon[180771]: pgmap v2468: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:07.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:02:06 smithi055 ceph-mon[185614]: pgmap v2469: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:07.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:02:06 smithi055 ceph-mon[183057]: pgmap v2469: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:02:06 smithi082 ceph-mon[180771]: pgmap v2469: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:09.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:02:08 smithi055 ceph-mon[185614]: pgmap v2470: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:09.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:02:08 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:02:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:02:08 smithi055 ceph-mon[183057]: pgmap v2470: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:02:08 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:02:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:02:08 smithi082 ceph-mon[180771]: pgmap v2470: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:02:08 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:02:11.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:02:10 smithi055 ceph-mon[185614]: pgmap v2471: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:11.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:02:10 smithi055 ceph-mon[183057]: pgmap v2471: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:02:10 smithi082 ceph-mon[180771]: pgmap v2471: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:13.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:02:12 smithi055 ceph-mon[185614]: pgmap v2472: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:13.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:02:12 smithi055 ceph-mon[183057]: pgmap v2472: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:02:12 smithi082 ceph-mon[180771]: pgmap v2472: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:15.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:02:14 smithi055 ceph-mon[185614]: pgmap v2473: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:15.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:02:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:02:15] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:02:15.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:02:14 smithi055 ceph-mon[183057]: pgmap v2473: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:02:14 smithi082 ceph-mon[180771]: pgmap v2473: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:17.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:02:16 smithi055 ceph-mon[185614]: pgmap v2474: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:17.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:02:16 smithi055 ceph-mon[183057]: pgmap v2474: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:02:16 smithi082 ceph-mon[180771]: pgmap v2474: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:19.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:02:18 smithi055 ceph-mon[185614]: pgmap v2475: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:19.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:02:18 smithi055 ceph-mon[183057]: pgmap v2475: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:02:18 smithi082 ceph-mon[180771]: pgmap v2475: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:21.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:02:20 smithi055 ceph-mon[185614]: pgmap v2476: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:21.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:02:20 smithi055 ceph-mon[183057]: pgmap v2476: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:02:20 smithi082 ceph-mon[180771]: pgmap v2476: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:23.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:02:23 smithi055 ceph-mon[185614]: pgmap v2477: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:23.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:02:23 smithi055 ceph-mon[183057]: pgmap v2477: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:02:23 smithi082 ceph-mon[180771]: pgmap v2477: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:24.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:02:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:02:24.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:02:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:02:24.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:02:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:02:25.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:02:25 smithi055 ceph-mon[185614]: pgmap v2478: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:25.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:02:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:02:25] "GET /metrics HTTP/1.1" 200 36240 "" "Prometheus/2.43.0" 2023-10-14T01:02:25.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:02:25 smithi055 ceph-mon[183057]: pgmap v2478: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:25.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:02:25 smithi082 ceph-mon[180771]: pgmap v2478: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:02:27 smithi082 ceph-mon[180771]: pgmap v2479: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:27.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:02:27 smithi055 ceph-mon[185614]: pgmap v2479: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:27.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:02:27 smithi055 ceph-mon[183057]: pgmap v2479: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:02:29 smithi082 ceph-mon[180771]: pgmap v2480: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:29.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:02:29 smithi055 ceph-mon[185614]: pgmap v2480: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:02:29 smithi055 ceph-mon[183057]: pgmap v2480: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:02:31 smithi082 ceph-mon[180771]: pgmap v2481: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:02:31 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:02:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:02:31 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:02:31.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:02:31 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:02:31.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:02:31 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:02:31.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:02:31 smithi055 ceph-mon[185614]: pgmap v2481: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:31.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:02:31 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:02:31.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:02:31 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:02:31.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:02:31 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:02:31.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:02:31 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:02:31.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:02:31 smithi055 ceph-mon[183057]: pgmap v2481: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:31.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:02:31 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:02:31.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:02:31 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:02:31.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:02:31 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:02:31.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:02:31 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:02:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:02:33 smithi082 ceph-mon[180771]: pgmap v2482: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:33.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:02:33 smithi055 ceph-mon[185614]: pgmap v2482: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:02:33 smithi055 ceph-mon[183057]: pgmap v2482: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:35.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:02:35 smithi082 ceph-mon[180771]: pgmap v2483: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:35.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:02:35 smithi055 ceph-mon[185614]: pgmap v2483: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:02:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:02:35] "GET /metrics HTTP/1.1" 200 36240 "" "Prometheus/2.43.0" 2023-10-14T01:02:35.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:02:35 smithi055 ceph-mon[183057]: pgmap v2483: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:02:37 smithi082 ceph-mon[180771]: pgmap v2484: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:37.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:02:37 smithi055 ceph-mon[185614]: pgmap v2484: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:37.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:02:37 smithi055 ceph-mon[183057]: pgmap v2484: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:02:39 smithi082 ceph-mon[180771]: pgmap v2485: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:02:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:02:39.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:02:39 smithi055 ceph-mon[185614]: pgmap v2485: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:39.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:02:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:02:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:02:39 smithi055 ceph-mon[183057]: pgmap v2485: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:02:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:02:41.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:02:41 smithi082 ceph-mon[180771]: pgmap v2486: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:41.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:02:41 smithi055 ceph-mon[185614]: pgmap v2486: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:41.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:02:41 smithi055 ceph-mon[183057]: pgmap v2486: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:43.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:02:43 smithi082 ceph-mon[180771]: pgmap v2487: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:43.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:02:43 smithi055 ceph-mon[185614]: pgmap v2487: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:43.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:02:43 smithi055 ceph-mon[183057]: pgmap v2487: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:45.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:02:45 smithi082 ceph-mon[180771]: pgmap v2488: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:45.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:02:45 smithi055 ceph-mon[185614]: pgmap v2488: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:02:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:02:45] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T01:02:45.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:02:45 smithi055 ceph-mon[183057]: pgmap v2488: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:02:47 smithi082 ceph-mon[180771]: pgmap v2489: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:47.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:02:47 smithi055 ceph-mon[185614]: pgmap v2489: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:47.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:02:47 smithi055 ceph-mon[183057]: pgmap v2489: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:02:49 smithi082 ceph-mon[180771]: pgmap v2490: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:49.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:02:49 smithi055 ceph-mon[185614]: pgmap v2490: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:49.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:02:49 smithi055 ceph-mon[183057]: pgmap v2490: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:02:51 smithi082 ceph-mon[180771]: pgmap v2491: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:51.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:02:51 smithi055 ceph-mon[185614]: pgmap v2491: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:51.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:02:51 smithi055 ceph-mon[183057]: pgmap v2491: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:53.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:02:53 smithi082 ceph-mon[180771]: pgmap v2492: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:53.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:02:53 smithi055 ceph-mon[185614]: pgmap v2492: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:53.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:02:53 smithi055 ceph-mon[183057]: pgmap v2492: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:54.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:02:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:02:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:02:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:02:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:02:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:02:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:02:55 smithi082 ceph-mon[180771]: pgmap v2493: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:55.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:02:55 smithi055 ceph-mon[185614]: pgmap v2493: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:02:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:02:55] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:02:55.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:02:55 smithi055 ceph-mon[183057]: pgmap v2493: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:02:57 smithi082 ceph-mon[180771]: pgmap v2494: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:57.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:02:57 smithi055 ceph-mon[185614]: pgmap v2494: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:57.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:02:57 smithi055 ceph-mon[183057]: pgmap v2494: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:02:59 smithi082 ceph-mon[180771]: pgmap v2495: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:59.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:02:59 smithi055 ceph-mon[185614]: pgmap v2495: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:02:59.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:02:59 smithi055 ceph-mon[183057]: pgmap v2495: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:01.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:03:01 smithi055 ceph-mon[185614]: pgmap v2496: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:01.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:03:01 smithi055 ceph-mon[183057]: pgmap v2496: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:01.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:03:01 smithi082 ceph-mon[180771]: pgmap v2496: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:03.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:03:03 smithi055 ceph-mon[185614]: pgmap v2497: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:03.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:03:03 smithi055 ceph-mon[183057]: pgmap v2497: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:03.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:03:03 smithi082 ceph-mon[180771]: pgmap v2497: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:05.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:03:05 smithi055 ceph-mon[185614]: pgmap v2498: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:05.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:03:05 smithi055 ceph-mon[183057]: pgmap v2498: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:03:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:03:05] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:03:05.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:03:05 smithi082 ceph-mon[180771]: pgmap v2498: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:07.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:03:07 smithi055 ceph-mon[185614]: pgmap v2499: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:07.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:03:07 smithi055 ceph-mon[183057]: pgmap v2499: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:07.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:03:07 smithi082 ceph-mon[180771]: pgmap v2499: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:09.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:03:09 smithi055 ceph-mon[185614]: pgmap v2500: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:09.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:03:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:03:09.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:03:09 smithi055 ceph-mon[183057]: pgmap v2500: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:09.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:03:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:03:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:03:09 smithi082 ceph-mon[180771]: pgmap v2500: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:03:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:03:11.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:03:11 smithi055 ceph-mon[185614]: pgmap v2501: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:11.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:03:11 smithi055 ceph-mon[183057]: pgmap v2501: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:11.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:03:11 smithi082 ceph-mon[180771]: pgmap v2501: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:13.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:03:13 smithi055 ceph-mon[185614]: pgmap v2502: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:13.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:03:13 smithi055 ceph-mon[183057]: pgmap v2502: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:13.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:03:13 smithi082 ceph-mon[180771]: pgmap v2502: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:15.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:03:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:03:15] "GET /metrics HTTP/1.1" 200 36238 "" "Prometheus/2.43.0" 2023-10-14T01:03:15.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:03:15 smithi055 ceph-mon[185614]: pgmap v2503: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:15.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:03:15 smithi055 ceph-mon[183057]: pgmap v2503: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:15.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:03:15 smithi082 ceph-mon[180771]: pgmap v2503: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:17.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:03:17 smithi055 ceph-mon[185614]: pgmap v2504: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:17.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:03:17 smithi055 ceph-mon[183057]: pgmap v2504: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:17.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:03:17 smithi082 ceph-mon[180771]: pgmap v2504: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:19.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:03:19 smithi055 ceph-mon[185614]: pgmap v2505: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:19.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:03:19 smithi055 ceph-mon[183057]: pgmap v2505: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:19.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:03:19 smithi082 ceph-mon[180771]: pgmap v2505: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:21.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:03:21 smithi055 ceph-mon[185614]: pgmap v2506: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:21.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:03:21 smithi055 ceph-mon[183057]: pgmap v2506: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:21.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:03:21 smithi082 ceph-mon[180771]: pgmap v2506: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:23.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:03:23 smithi055 ceph-mon[185614]: pgmap v2507: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:23.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:03:23 smithi055 ceph-mon[183057]: pgmap v2507: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:23.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:03:23 smithi082 ceph-mon[180771]: pgmap v2507: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:24.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:03:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:03:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:03:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:03:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:03:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:03:25.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:03:25 smithi055 ceph-mon[185614]: pgmap v2508: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:03:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:03:25] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:03:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:03:25 smithi055 ceph-mon[183057]: pgmap v2508: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:25.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:03:25 smithi082 ceph-mon[180771]: pgmap v2508: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:27.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:03:27 smithi055 ceph-mon[185614]: pgmap v2509: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:27.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:03:27 smithi055 ceph-mon[183057]: pgmap v2509: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:27.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:03:27 smithi082 ceph-mon[180771]: pgmap v2509: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:29.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:03:29 smithi055 ceph-mon[185614]: pgmap v2510: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:03:29 smithi055 ceph-mon[183057]: pgmap v2510: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:29.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:03:29 smithi082 ceph-mon[180771]: pgmap v2510: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:31.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:03:31 smithi055 ceph-mon[185614]: pgmap v2511: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:31.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:03:31 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:03:31.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:03:31 smithi055 ceph-mon[183057]: pgmap v2511: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:31.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:03:31 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:03:31.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:03:31 smithi082 ceph-mon[180771]: pgmap v2511: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:31.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:03:31 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:03:32.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:03:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:03:32.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:03:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:03:32.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:03:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:03:32.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:03:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:03:32.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:03:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:03:32.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:03:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:03:32.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:03:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:03:32.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:03:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:03:32.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:03:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:03:33.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:03:33 smithi055 ceph-mon[185614]: pgmap v2512: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:03:33 smithi055 ceph-mon[183057]: pgmap v2512: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:33.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:03:33 smithi082 ceph-mon[180771]: pgmap v2512: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:35.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:03:35 smithi055 ceph-mon[183057]: pgmap v2513: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:03:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:03:35] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:03:35.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:03:35 smithi055 ceph-mon[185614]: pgmap v2513: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:35.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:03:35 smithi082 ceph-mon[180771]: pgmap v2513: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:37.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:03:37 smithi082 ceph-mon[180771]: pgmap v2514: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:37.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:03:37 smithi055 ceph-mon[185614]: pgmap v2514: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:37.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:03:37 smithi055 ceph-mon[183057]: pgmap v2514: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:03:39 smithi082 ceph-mon[180771]: pgmap v2515: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:03:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:03:39.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:03:39 smithi055 ceph-mon[185614]: pgmap v2515: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:39.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:03:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:03:39.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:03:39 smithi055 ceph-mon[183057]: pgmap v2515: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:39.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:03:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:03:41.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:03:41 smithi082 ceph-mon[180771]: pgmap v2516: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:41.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:03:41 smithi055 ceph-mon[185614]: pgmap v2516: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:41.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:03:41 smithi055 ceph-mon[183057]: pgmap v2516: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:43.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:03:43 smithi082 ceph-mon[180771]: pgmap v2517: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:43.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:03:43 smithi055 ceph-mon[185614]: pgmap v2517: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:43.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:03:43 smithi055 ceph-mon[183057]: pgmap v2517: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:45.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:03:45 smithi055 ceph-mon[185614]: pgmap v2518: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:03:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:03:45] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T01:03:45.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:03:45 smithi055 ceph-mon[183057]: pgmap v2518: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:45.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:03:45 smithi082 ceph-mon[180771]: pgmap v2518: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:47.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:03:47 smithi082 ceph-mon[180771]: pgmap v2519: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:47.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:03:47 smithi055 ceph-mon[183057]: pgmap v2519: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:47.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:03:47 smithi055 ceph-mon[185614]: pgmap v2519: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:49.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:03:49 smithi082 ceph-mon[180771]: pgmap v2520: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:49.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:03:49 smithi055 ceph-mon[183057]: pgmap v2520: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:49.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:03:49 smithi055 ceph-mon[185614]: pgmap v2520: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:51.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:03:51 smithi082 ceph-mon[180771]: pgmap v2521: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:51.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:03:51 smithi055 ceph-mon[185614]: pgmap v2521: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:51.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:03:51 smithi055 ceph-mon[183057]: pgmap v2521: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:53.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:03:53 smithi082 ceph-mon[180771]: pgmap v2522: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:53.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:03:53 smithi055 ceph-mon[185614]: pgmap v2522: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:53.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:03:53 smithi055 ceph-mon[183057]: pgmap v2522: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:03:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:03:54.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:03:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:03:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:03:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:03:55.333 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:03:55 smithi055 ceph-mon[183057]: pgmap v2523: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:55.333 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:03:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:03:55] "GET /metrics HTTP/1.1" 200 36237 "" "Prometheus/2.43.0" 2023-10-14T01:03:55.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:03:55 smithi082 ceph-mon[180771]: pgmap v2523: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:55.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:03:55 smithi055 ceph-mon[185614]: pgmap v2523: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:57.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:03:57 smithi082 ceph-mon[180771]: pgmap v2524: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:57.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:03:57 smithi055 ceph-mon[185614]: pgmap v2524: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:57.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:03:57 smithi055 ceph-mon[183057]: pgmap v2524: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:59.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:03:59 smithi082 ceph-mon[180771]: pgmap v2525: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:59.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:03:59 smithi055 ceph-mon[185614]: pgmap v2525: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:03:59.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:03:59 smithi055 ceph-mon[183057]: pgmap v2525: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:01.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:04:01 smithi082 ceph-mon[180771]: pgmap v2526: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:01.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:04:01 smithi055 ceph-mon[185614]: pgmap v2526: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:01.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:04:01 smithi055 ceph-mon[183057]: pgmap v2526: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:03.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:04:03 smithi082 ceph-mon[180771]: pgmap v2527: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:03.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:04:03 smithi055 ceph-mon[185614]: pgmap v2527: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:03.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:04:03 smithi055 ceph-mon[183057]: pgmap v2527: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:05.362 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:04:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:04:05] "GET /metrics HTTP/1.1" 200 36237 "" "Prometheus/2.43.0" 2023-10-14T01:04:05.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:04:05 smithi082 ceph-mon[180771]: pgmap v2528: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:05.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:04:05 smithi055 ceph-mon[185614]: pgmap v2528: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:05.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:04:05 smithi055 ceph-mon[183057]: pgmap v2528: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:07.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:04:07 smithi082 ceph-mon[180771]: pgmap v2529: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:07.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:04:07 smithi055 ceph-mon[185614]: pgmap v2529: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:07.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:04:07 smithi055 ceph-mon[183057]: pgmap v2529: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:09.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:04:09 smithi055 ceph-mon[185614]: pgmap v2530: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:09.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:04:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:04:09.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:04:09 smithi055 ceph-mon[183057]: pgmap v2530: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:09.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:04:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:04:09.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:04:09 smithi082 ceph-mon[180771]: pgmap v2530: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:09.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:04:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:04:11.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:04:11 smithi055 ceph-mon[185614]: pgmap v2531: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:11.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:04:11 smithi055 ceph-mon[183057]: pgmap v2531: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:11.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:04:11 smithi082 ceph-mon[180771]: pgmap v2531: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:13.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:04:13 smithi055 ceph-mon[185614]: pgmap v2532: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:13.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:04:13 smithi055 ceph-mon[183057]: pgmap v2532: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:13.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:04:13 smithi082 ceph-mon[180771]: pgmap v2532: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:15.391 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:04:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:04:15] "GET /metrics HTTP/1.1" 200 36237 "" "Prometheus/2.43.0" 2023-10-14T01:04:15.391 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:04:15 smithi055 ceph-mon[183057]: pgmap v2533: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:15.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:04:15 smithi055 ceph-mon[185614]: pgmap v2533: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:15.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:04:15 smithi082 ceph-mon[180771]: pgmap v2533: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:17.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:04:17 smithi055 ceph-mon[185614]: pgmap v2534: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:17.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:04:17 smithi055 ceph-mon[183057]: pgmap v2534: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:17.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:04:17 smithi082 ceph-mon[180771]: pgmap v2534: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:19.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:04:19 smithi055 ceph-mon[185614]: pgmap v2535: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:19.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:04:19 smithi055 ceph-mon[183057]: pgmap v2535: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:19.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:04:19 smithi082 ceph-mon[180771]: pgmap v2535: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:21.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:04:21 smithi055 ceph-mon[185614]: pgmap v2536: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:21.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:04:21 smithi055 ceph-mon[183057]: pgmap v2536: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:21.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:04:21 smithi082 ceph-mon[180771]: pgmap v2536: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:23.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:04:23 smithi055 ceph-mon[185614]: pgmap v2537: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:23.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:04:23 smithi055 ceph-mon[183057]: pgmap v2537: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:23.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:04:23 smithi082 ceph-mon[180771]: pgmap v2537: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:24.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:04:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:04:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:04:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:04:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:04:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:04:25.428 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:04:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:04:25] "GET /metrics HTTP/1.1" 200 36237 "" "Prometheus/2.43.0" 2023-10-14T01:04:25.429 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:04:25 smithi055 ceph-mon[183057]: pgmap v2538: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:25.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:04:25 smithi055 ceph-mon[185614]: pgmap v2538: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:25.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:04:25 smithi082 ceph-mon[180771]: pgmap v2538: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:26.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:04:26 smithi055 ceph-mon[185614]: pgmap v2539: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:26.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:04:26 smithi055 ceph-mon[183057]: pgmap v2539: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:26.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:04:26 smithi082 ceph-mon[180771]: pgmap v2539: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:29.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:04:28 smithi082 ceph-mon[180771]: pgmap v2540: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:29.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:04:28 smithi055 ceph-mon[185614]: pgmap v2540: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:29.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:04:28 smithi055 ceph-mon[183057]: pgmap v2540: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:31.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:04:30 smithi082 ceph-mon[180771]: pgmap v2541: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:31.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:04:30 smithi055 ceph-mon[185614]: pgmap v2541: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:31.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:04:30 smithi055 ceph-mon[183057]: pgmap v2541: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:32.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:04:31 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:04:32.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:04:31 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:04:32.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:04:31 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:04:33.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:04:32 smithi055 ceph-mon[185614]: pgmap v2542: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:33.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:04:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:04:33.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:04:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:04:33.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:04:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:04:33.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:04:32 smithi055 ceph-mon[183057]: pgmap v2542: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:33.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:04:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:04:33.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:04:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:04:33.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:04:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:04:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:04:32 smithi082 ceph-mon[180771]: pgmap v2542: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:33.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:04:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:04:33.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:04:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:04:33.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:04:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:04:35.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:04:34 smithi055 ceph-mon[185614]: pgmap v2543: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:35.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:04:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:04:35] "GET /metrics HTTP/1.1" 200 36237 "" "Prometheus/2.43.0" 2023-10-14T01:04:35.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:04:34 smithi055 ceph-mon[183057]: pgmap v2543: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:35.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:04:34 smithi082 ceph-mon[180771]: pgmap v2543: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:37.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:04:36 smithi055 ceph-mon[185614]: pgmap v2544: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:37.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:04:36 smithi055 ceph-mon[183057]: pgmap v2544: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:04:36 smithi082 ceph-mon[180771]: pgmap v2544: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:39.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:04:38 smithi055 ceph-mon[185614]: pgmap v2545: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:39.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:04:38 smithi055 ceph-mon[183057]: pgmap v2545: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:04:38 smithi082 ceph-mon[180771]: pgmap v2545: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:40.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:04:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:04:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:04:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:04:40.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:04:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:04:41.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:04:40 smithi055 ceph-mon[185614]: pgmap v2546: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:04:41.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:04:40 smithi055 ceph-mon[183057]: pgmap v2546: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:04:41.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:04:40 smithi082 ceph-mon[180771]: pgmap v2546: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:04:43.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:04:42 smithi055 ceph-mon[185614]: pgmap v2547: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:04:43.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:04:42 smithi055 ceph-mon[183057]: pgmap v2547: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:04:43.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:04:42 smithi082 ceph-mon[180771]: pgmap v2547: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:04:45.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:04:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:04:45] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T01:04:45.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:04:44 smithi055 ceph-mon[185614]: pgmap v2548: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:45.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:04:44 smithi055 ceph-mon[183057]: pgmap v2548: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:45.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:04:44 smithi082 ceph-mon[180771]: pgmap v2548: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:04:47.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:04:46 smithi055 ceph-mon[185614]: pgmap v2549: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:04:47.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:04:46 smithi055 ceph-mon[183057]: pgmap v2549: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:04:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:04:46 smithi082 ceph-mon[180771]: pgmap v2549: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:04:49.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:04:48 smithi055 ceph-mon[185614]: pgmap v2550: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:04:49.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:04:48 smithi055 ceph-mon[183057]: pgmap v2550: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:04:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:04:48 smithi082 ceph-mon[180771]: pgmap v2550: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:04:51.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:04:50 smithi055 ceph-mon[185614]: pgmap v2551: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:04:51.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:04:50 smithi055 ceph-mon[183057]: pgmap v2551: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:04:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:04:50 smithi082 ceph-mon[180771]: pgmap v2551: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:04:53.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:04:52 smithi055 ceph-mon[185614]: pgmap v2552: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:04:53.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:04:52 smithi055 ceph-mon[183057]: pgmap v2552: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:04:53.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:04:52 smithi082 ceph-mon[180771]: pgmap v2552: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:04:54.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:04:53 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:04:54.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:04:53 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:04:54.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:04:53 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:04:55.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:04:54 smithi055 ceph-mon[185614]: pgmap v2553: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:04:55.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:04:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:04:55] "GET /metrics HTTP/1.1" 200 36237 "" "Prometheus/2.43.0" 2023-10-14T01:04:55.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:04:54 smithi055 ceph-mon[183057]: pgmap v2553: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:04:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:04:54 smithi082 ceph-mon[180771]: pgmap v2553: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:04:57.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:04:56 smithi055 ceph-mon[185614]: pgmap v2554: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:04:57.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:04:56 smithi055 ceph-mon[183057]: pgmap v2554: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:04:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:04:56 smithi082 ceph-mon[180771]: pgmap v2554: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:04:59.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:04:58 smithi055 ceph-mon[185614]: pgmap v2555: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:04:59.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:04:58 smithi055 ceph-mon[183057]: pgmap v2555: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:04:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:04:58 smithi082 ceph-mon[180771]: pgmap v2555: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:01.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:05:00 smithi055 ceph-mon[185614]: pgmap v2556: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:05:00 smithi055 ceph-mon[183057]: pgmap v2556: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:05:00 smithi082 ceph-mon[180771]: pgmap v2556: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:03.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:05:02 smithi055 ceph-mon[185614]: pgmap v2557: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:03.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:05:02 smithi055 ceph-mon[183057]: pgmap v2557: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:05:02 smithi082 ceph-mon[180771]: pgmap v2557: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:05.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:05:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:05:05] "GET /metrics HTTP/1.1" 200 36237 "" "Prometheus/2.43.0" 2023-10-14T01:05:05.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:05:04 smithi055 ceph-mon[185614]: pgmap v2558: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:05.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:05:04 smithi055 ceph-mon[183057]: pgmap v2558: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:05.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:05:04 smithi082 ceph-mon[180771]: pgmap v2558: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:07.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:05:06 smithi055 ceph-mon[185614]: pgmap v2559: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:07.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:05:06 smithi055 ceph-mon[183057]: pgmap v2559: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:05:06 smithi082 ceph-mon[180771]: pgmap v2559: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:09.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:05:08 smithi055 ceph-mon[185614]: pgmap v2560: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:09.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:05:08 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:05:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:05:08 smithi055 ceph-mon[183057]: pgmap v2560: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:05:08 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:05:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:05:08 smithi082 ceph-mon[180771]: pgmap v2560: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:05:08 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:05:11.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:05:10 smithi055 ceph-mon[185614]: pgmap v2561: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:11.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:05:10 smithi055 ceph-mon[183057]: pgmap v2561: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:05:10 smithi082 ceph-mon[180771]: pgmap v2561: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:13.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:05:12 smithi055 ceph-mon[185614]: pgmap v2562: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:13.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:05:12 smithi055 ceph-mon[183057]: pgmap v2562: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:05:12 smithi082 ceph-mon[180771]: pgmap v2562: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:15.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:05:14 smithi055 ceph-mon[185614]: pgmap v2563: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:15.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:05:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:05:15] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T01:05:15.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:05:14 smithi055 ceph-mon[183057]: pgmap v2563: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:05:14 smithi082 ceph-mon[180771]: pgmap v2563: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:17.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:05:16 smithi055 ceph-mon[185614]: pgmap v2564: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:17.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:05:16 smithi055 ceph-mon[183057]: pgmap v2564: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:05:16 smithi082 ceph-mon[180771]: pgmap v2564: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:19.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:05:18 smithi055 ceph-mon[185614]: pgmap v2565: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:19.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:05:18 smithi055 ceph-mon[183057]: pgmap v2565: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:05:18 smithi082 ceph-mon[180771]: pgmap v2565: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:21.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:05:21 smithi055 ceph-mon[185614]: pgmap v2566: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:21.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:05:20 smithi055 ceph-mon[183057]: pgmap v2566: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:05:21 smithi082 ceph-mon[180771]: pgmap v2566: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:23.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:05:23 smithi055 ceph-mon[185614]: pgmap v2567: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:23.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:05:23 smithi055 ceph-mon[183057]: pgmap v2567: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:05:23 smithi082 ceph-mon[180771]: pgmap v2567: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:24.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:05:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:05:24.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:05:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:05:24.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:05:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:05:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:05:25 smithi082 ceph-mon[180771]: pgmap v2568: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:25.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:05:25 smithi055 ceph-mon[185614]: pgmap v2568: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:05:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:05:25] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T01:05:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:05:25 smithi055 ceph-mon[183057]: pgmap v2568: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:05:27 smithi082 ceph-mon[180771]: pgmap v2569: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:27.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:05:27 smithi055 ceph-mon[185614]: pgmap v2569: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:27.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:05:27 smithi055 ceph-mon[183057]: pgmap v2569: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:05:29 smithi082 ceph-mon[180771]: pgmap v2570: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:29.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:05:29 smithi055 ceph-mon[185614]: pgmap v2570: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:05:29 smithi055 ceph-mon[183057]: pgmap v2570: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:05:31 smithi082 ceph-mon[180771]: pgmap v2571: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:31.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:05:31 smithi055 ceph-mon[185614]: pgmap v2571: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:31.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:05:31 smithi055 ceph-mon[183057]: pgmap v2571: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:05:33 smithi082 ceph-mon[180771]: pgmap v2572: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:05:33 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:05:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:05:33 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:05:33.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:05:33 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:05:33.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:05:33 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:05:33.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:05:33 smithi055 ceph-mon[185614]: pgmap v2572: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:33.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:05:33 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:05:33.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:05:33 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:05:33.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:05:33 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:05:33.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:05:33 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:05:33.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:05:33 smithi055 ceph-mon[183057]: pgmap v2572: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:33.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:05:33 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:05:33.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:05:33 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:05:33.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:05:33 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:05:33.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:05:33 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:05:35.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:05:35 smithi082 ceph-mon[180771]: pgmap v2573: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:35.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:05:35 smithi055 ceph-mon[185614]: pgmap v2573: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:05:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:05:35] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T01:05:35.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:05:35 smithi055 ceph-mon[183057]: pgmap v2573: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:05:37 smithi082 ceph-mon[180771]: pgmap v2574: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:37.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:05:37 smithi055 ceph-mon[185614]: pgmap v2574: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:37.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:05:37 smithi055 ceph-mon[183057]: pgmap v2574: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:05:39 smithi082 ceph-mon[180771]: pgmap v2575: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:05:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:05:39.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:05:39 smithi055 ceph-mon[185614]: pgmap v2575: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:39.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:05:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:05:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:05:39 smithi055 ceph-mon[183057]: pgmap v2575: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:05:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:05:41.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:05:41 smithi082 ceph-mon[180771]: pgmap v2576: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:41.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:05:41 smithi055 ceph-mon[185614]: pgmap v2576: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:41.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:05:41 smithi055 ceph-mon[183057]: pgmap v2576: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:43.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:05:43 smithi082 ceph-mon[180771]: pgmap v2577: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:43.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:05:43 smithi055 ceph-mon[183057]: pgmap v2577: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:43.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:05:43 smithi055 ceph-mon[185614]: pgmap v2577: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:45.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:05:45 smithi082 ceph-mon[180771]: pgmap v2578: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:05:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:05:45] "GET /metrics HTTP/1.1" 200 36239 "" "Prometheus/2.43.0" 2023-10-14T01:05:45.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:05:45 smithi055 ceph-mon[185614]: pgmap v2578: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:45.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:05:45 smithi055 ceph-mon[183057]: pgmap v2578: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:05:47 smithi082 ceph-mon[180771]: pgmap v2579: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:47.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:05:47 smithi055 ceph-mon[185614]: pgmap v2579: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:47.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:05:47 smithi055 ceph-mon[183057]: pgmap v2579: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:05:49 smithi082 ceph-mon[180771]: pgmap v2580: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:49.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:05:49 smithi055 ceph-mon[183057]: pgmap v2580: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:49.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:05:49 smithi055 ceph-mon[185614]: pgmap v2580: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:05:51 smithi082 ceph-mon[180771]: pgmap v2581: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:51.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:05:51 smithi055 ceph-mon[185614]: pgmap v2581: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:51.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:05:51 smithi055 ceph-mon[183057]: pgmap v2581: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:53.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:05:53 smithi082 ceph-mon[180771]: pgmap v2582: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:53.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:05:53 smithi055 ceph-mon[185614]: pgmap v2582: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:53.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:05:53 smithi055 ceph-mon[183057]: pgmap v2582: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:54.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:05:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:05:54.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:05:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:05:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:05:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:05:55.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:05:55 smithi055 ceph-mon[185614]: pgmap v2583: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:55.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:05:55 smithi055 ceph-mon[183057]: pgmap v2583: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:05:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:05:55] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T01:05:55.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:05:55 smithi082 ceph-mon[180771]: pgmap v2583: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:57.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:05:57 smithi055 ceph-mon[185614]: pgmap v2584: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:57.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:05:57 smithi055 ceph-mon[183057]: pgmap v2584: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:57.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:05:57 smithi082 ceph-mon[180771]: pgmap v2584: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:59.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:05:59 smithi055 ceph-mon[185614]: pgmap v2585: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:59.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:05:59 smithi055 ceph-mon[183057]: pgmap v2585: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:05:59.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:05:59 smithi082 ceph-mon[180771]: pgmap v2585: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:01.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:06:01 smithi055 ceph-mon[185614]: pgmap v2586: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:01.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:06:01 smithi055 ceph-mon[183057]: pgmap v2586: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:01.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:06:01 smithi082 ceph-mon[180771]: pgmap v2586: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:03.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:06:03 smithi055 ceph-mon[185614]: pgmap v2587: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:03.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:06:03 smithi055 ceph-mon[183057]: pgmap v2587: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:03.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:06:03 smithi082 ceph-mon[180771]: pgmap v2587: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:05.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:06:05 smithi055 ceph-mon[185614]: pgmap v2588: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:05.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:06:05 smithi055 ceph-mon[183057]: pgmap v2588: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:06:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:06:05] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T01:06:05.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:06:05 smithi082 ceph-mon[180771]: pgmap v2588: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:07.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:06:07 smithi055 ceph-mon[185614]: pgmap v2589: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:07.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:06:07 smithi055 ceph-mon[183057]: pgmap v2589: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:07.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:06:07 smithi082 ceph-mon[180771]: pgmap v2589: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:09.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:06:09 smithi055 ceph-mon[185614]: pgmap v2590: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:09.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:06:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:06:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:06:09 smithi055 ceph-mon[183057]: pgmap v2590: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:06:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:06:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:06:09 smithi082 ceph-mon[180771]: pgmap v2590: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:06:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:06:11.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:06:11 smithi055 ceph-mon[185614]: pgmap v2591: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:11.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:06:11 smithi055 ceph-mon[183057]: pgmap v2591: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:11.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:06:11 smithi082 ceph-mon[180771]: pgmap v2591: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:13.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:06:13 smithi055 ceph-mon[185614]: pgmap v2592: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:13.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:06:13 smithi055 ceph-mon[183057]: pgmap v2592: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:13.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:06:13 smithi082 ceph-mon[180771]: pgmap v2592: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:15.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:06:15 smithi055 ceph-mon[185614]: pgmap v2593: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:06:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:06:15] "GET /metrics HTTP/1.1" 200 36238 "" "Prometheus/2.43.0" 2023-10-14T01:06:15.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:06:15 smithi055 ceph-mon[183057]: pgmap v2593: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:15.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:06:15 smithi082 ceph-mon[180771]: pgmap v2593: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:17.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:06:17 smithi055 ceph-mon[185614]: pgmap v2594: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:17.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:06:17 smithi055 ceph-mon[183057]: pgmap v2594: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:17.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:06:17 smithi082 ceph-mon[180771]: pgmap v2594: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:19.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:06:19 smithi055 ceph-mon[185614]: pgmap v2595: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:19.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:06:19 smithi055 ceph-mon[183057]: pgmap v2595: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:19.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:06:19 smithi082 ceph-mon[180771]: pgmap v2595: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:21.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:06:21 smithi055 ceph-mon[185614]: pgmap v2596: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:21.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:06:21 smithi055 ceph-mon[183057]: pgmap v2596: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:21.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:06:21 smithi082 ceph-mon[180771]: pgmap v2596: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:23.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:06:23 smithi055 ceph-mon[185614]: pgmap v2597: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:23.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:06:23 smithi055 ceph-mon[183057]: pgmap v2597: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:23.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:06:23 smithi082 ceph-mon[180771]: pgmap v2597: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:24.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:06:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:06:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:06:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:06:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:06:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:06:25.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:06:25 smithi055 ceph-mon[185614]: pgmap v2598: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:06:25 smithi055 ceph-mon[183057]: pgmap v2598: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:06:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:06:25] "GET /metrics HTTP/1.1" 200 36238 "" "Prometheus/2.43.0" 2023-10-14T01:06:25.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:06:25 smithi082 ceph-mon[180771]: pgmap v2598: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:27.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:06:27 smithi055 ceph-mon[185614]: pgmap v2599: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:27.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:06:27 smithi055 ceph-mon[183057]: pgmap v2599: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:27.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:06:27 smithi082 ceph-mon[180771]: pgmap v2599: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:29.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:06:29 smithi055 ceph-mon[185614]: pgmap v2600: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:06:29 smithi055 ceph-mon[183057]: pgmap v2600: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:29.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:06:29 smithi082 ceph-mon[180771]: pgmap v2600: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:31.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:06:31 smithi055 ceph-mon[185614]: pgmap v2601: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:31.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:06:31 smithi055 ceph-mon[183057]: pgmap v2601: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:31.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:06:31 smithi082 ceph-mon[180771]: pgmap v2601: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:33.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:06:33 smithi055 ceph-mon[185614]: pgmap v2602: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:33.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:06:33 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:06:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:06:33 smithi055 ceph-mon[183057]: pgmap v2602: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:06:33 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:06:33.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:06:33 smithi082 ceph-mon[180771]: pgmap v2602: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:33.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:06:33 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:06:34.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:06:34 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:06:34.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:06:34 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:06:34.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:06:34 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:06:34.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:06:34 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:06:34.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:06:34 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:06:34.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:06:34 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:06:34.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:06:34 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:06:34.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:06:34 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:06:34.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:06:34 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:06:35.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:06:35 smithi055 ceph-mon[185614]: pgmap v2603: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:35.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:06:35 smithi055 ceph-mon[183057]: pgmap v2603: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:06:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:06:35] "GET /metrics HTTP/1.1" 200 36238 "" "Prometheus/2.43.0" 2023-10-14T01:06:35.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:06:35 smithi082 ceph-mon[180771]: pgmap v2603: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:37.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:06:37 smithi082 ceph-mon[180771]: pgmap v2604: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:37.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:06:37 smithi055 ceph-mon[185614]: pgmap v2604: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:37.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:06:37 smithi055 ceph-mon[183057]: pgmap v2604: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:06:39 smithi082 ceph-mon[180771]: pgmap v2605: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:06:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:06:39.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:06:39 smithi055 ceph-mon[185614]: pgmap v2605: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:39.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:06:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:06:39.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:06:39 smithi055 ceph-mon[183057]: pgmap v2605: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:39.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:06:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:06:41.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:06:41 smithi082 ceph-mon[180771]: pgmap v2606: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:41.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:06:41 smithi055 ceph-mon[185614]: pgmap v2606: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:41.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:06:41 smithi055 ceph-mon[183057]: pgmap v2606: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:43.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:06:43 smithi082 ceph-mon[180771]: pgmap v2607: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:43.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:06:43 smithi055 ceph-mon[185614]: pgmap v2607: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:43.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:06:43 smithi055 ceph-mon[183057]: pgmap v2607: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:45.339 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:06:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:06:45] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T01:06:45.340 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:06:45 smithi055 ceph-mon[183057]: pgmap v2608: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:45.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:06:45 smithi082 ceph-mon[180771]: pgmap v2608: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:45.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:06:45 smithi055 ceph-mon[185614]: pgmap v2608: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:47.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:06:47 smithi082 ceph-mon[180771]: pgmap v2609: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:47.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:06:47 smithi055 ceph-mon[185614]: pgmap v2609: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:47.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:06:47 smithi055 ceph-mon[183057]: pgmap v2609: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:49.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:06:49 smithi082 ceph-mon[180771]: pgmap v2610: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:49.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:06:49 smithi055 ceph-mon[185614]: pgmap v2610: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:49.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:06:49 smithi055 ceph-mon[183057]: pgmap v2610: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:51.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:06:51 smithi082 ceph-mon[180771]: pgmap v2611: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:51.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:06:51 smithi055 ceph-mon[185614]: pgmap v2611: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:51.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:06:51 smithi055 ceph-mon[183057]: pgmap v2611: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:53.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:06:53 smithi082 ceph-mon[180771]: pgmap v2612: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:53.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:06:53 smithi055 ceph-mon[185614]: pgmap v2612: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:53.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:06:53 smithi055 ceph-mon[183057]: pgmap v2612: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:06:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:06:54.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:06:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:06:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:06:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:06:55.375 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:06:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:06:55] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T01:06:55.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:06:55 smithi082 ceph-mon[180771]: pgmap v2613: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:55.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:06:55 smithi055 ceph-mon[185614]: pgmap v2613: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:55.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:06:55 smithi055 ceph-mon[183057]: pgmap v2613: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:57.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:06:57 smithi055 ceph-mon[185614]: pgmap v2614: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:57.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:06:57 smithi055 ceph-mon[183057]: pgmap v2614: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:57.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:06:57 smithi082 ceph-mon[180771]: pgmap v2614: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:59.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:06:59 smithi055 ceph-mon[185614]: pgmap v2615: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:59.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:06:59 smithi055 ceph-mon[183057]: pgmap v2615: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:06:59.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:06:59 smithi082 ceph-mon[180771]: pgmap v2615: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:07:01.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:07:01 smithi055 ceph-mon[185614]: pgmap v2616: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:07:01.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:07:01 smithi055 ceph-mon[183057]: pgmap v2616: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:07:01.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:07:01 smithi082 ceph-mon[180771]: pgmap v2616: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:07:03.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:07:03 smithi055 ceph-mon[185614]: pgmap v2617: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:07:03.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:07:03 smithi055 ceph-mon[183057]: pgmap v2617: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:07:03.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:07:03 smithi082 ceph-mon[180771]: pgmap v2617: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:07:05.399 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:07:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:07:05] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T01:07:05.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:07:05 smithi055 ceph-mon[185614]: pgmap v2618: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:07:05.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:07:05 smithi055 ceph-mon[183057]: pgmap v2618: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:07:05.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:07:05 smithi082 ceph-mon[180771]: pgmap v2618: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:07:07.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:07:07 smithi055 ceph-mon[185614]: pgmap v2619: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:07:07.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:07:07 smithi055 ceph-mon[183057]: pgmap v2619: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:07:07.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:07:07 smithi082 ceph-mon[180771]: pgmap v2619: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-10-14T01:07:09.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:07:09 smithi055 ceph-mon[185614]: pgmap v2620: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:09.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:07:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:07:09.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:07:09 smithi055 ceph-mon[183057]: pgmap v2620: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:09.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:07:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:07:09.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:07:09 smithi082 ceph-mon[180771]: pgmap v2620: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:09.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:07:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:07:11.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:07:11 smithi055 ceph-mon[185614]: pgmap v2621: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:11.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:07:11 smithi055 ceph-mon[183057]: pgmap v2621: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:11.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:07:11 smithi082 ceph-mon[180771]: pgmap v2621: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:13.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:07:13 smithi055 ceph-mon[185614]: pgmap v2622: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:13.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:07:13 smithi055 ceph-mon[183057]: pgmap v2622: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:13.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:07:13 smithi082 ceph-mon[180771]: pgmap v2622: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:15.429 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:07:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:07:15] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T01:07:15.430 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:07:15 smithi055 ceph-mon[183057]: pgmap v2623: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:15.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:07:15 smithi055 ceph-mon[185614]: pgmap v2623: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:15.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:07:15 smithi082 ceph-mon[180771]: pgmap v2623: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:17.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:07:17 smithi055 ceph-mon[185614]: pgmap v2624: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:17.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:07:17 smithi055 ceph-mon[183057]: pgmap v2624: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:17.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:07:17 smithi082 ceph-mon[180771]: pgmap v2624: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:19.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:07:19 smithi055 ceph-mon[185614]: pgmap v2625: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:19.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:07:19 smithi055 ceph-mon[183057]: pgmap v2625: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:19.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:07:19 smithi082 ceph-mon[180771]: pgmap v2625: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:21.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:07:21 smithi055 ceph-mon[185614]: pgmap v2626: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:21.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:07:21 smithi055 ceph-mon[183057]: pgmap v2626: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:21.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:07:21 smithi082 ceph-mon[180771]: pgmap v2626: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:23.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:07:22 smithi082 ceph-mon[180771]: pgmap v2627: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:23.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:07:22 smithi055 ceph-mon[185614]: pgmap v2627: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:23.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:07:22 smithi055 ceph-mon[183057]: pgmap v2627: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:25.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:07:24 smithi055 ceph-mon[185614]: pgmap v2628: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:25.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:07:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:07:25.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:07:24 smithi055 ceph-mon[183057]: pgmap v2628: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:25.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:07:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:07:25.268 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:07:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:07:25] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T01:07:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:07:24 smithi082 ceph-mon[180771]: pgmap v2628: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:07:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:07:27.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:07:26 smithi055 ceph-mon[185614]: pgmap v2629: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:27.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:07:26 smithi055 ceph-mon[183057]: pgmap v2629: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:07:26 smithi082 ceph-mon[180771]: pgmap v2629: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:29.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:07:28 smithi055 ceph-mon[185614]: pgmap v2630: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:29.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:07:28 smithi055 ceph-mon[183057]: pgmap v2630: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:07:28 smithi082 ceph-mon[180771]: pgmap v2630: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:31.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:07:30 smithi055 ceph-mon[185614]: pgmap v2631: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:31.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:07:30 smithi055 ceph-mon[183057]: pgmap v2631: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:07:30 smithi082 ceph-mon[180771]: pgmap v2631: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:33.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:07:32 smithi055 ceph-mon[185614]: pgmap v2632: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:33.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:07:32 smithi055 ceph-mon[183057]: pgmap v2632: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:07:32 smithi082 ceph-mon[180771]: pgmap v2632: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:34.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:07:33 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:07:34.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:07:33 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:07:34.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:07:33 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:07:35.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:07:35 smithi055 ceph-mon[185614]: pgmap v2633: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:35.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:07:35 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:07:35.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:07:35 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:07:35.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:07:35 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:07:35.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:07:35 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:07:35.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:07:35 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:07:35.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:07:35 smithi055 ceph-mon[183057]: pgmap v2633: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:35.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:07:35 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:07:35.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:07:35 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:07:35.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:07:35 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:07:35.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:07:35 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:07:35.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:07:35 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:07:35.519 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:07:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:07:35] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T01:07:35.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:07:35 smithi082 ceph-mon[180771]: pgmap v2633: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:35.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:07:35 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:07:35.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:07:35 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:07:35.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:07:35 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:07:35.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:07:35 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:07:35.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:07:35 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:07:37.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:07:37 smithi082 ceph-mon[180771]: pgmap v2634: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:37.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:07:37 smithi055 ceph-mon[185614]: pgmap v2634: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:37.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:07:37 smithi055 ceph-mon[183057]: pgmap v2634: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:07:39 smithi082 ceph-mon[180771]: pgmap v2635: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:07:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:07:39.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:07:39 smithi055 ceph-mon[185614]: pgmap v2635: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:39.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:07:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:07:39.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:07:39 smithi055 ceph-mon[183057]: pgmap v2635: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:39.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:07:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:07:41.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:07:41 smithi082 ceph-mon[180771]: pgmap v2636: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:41.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:07:41 smithi055 ceph-mon[185614]: pgmap v2636: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:41.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:07:41 smithi055 ceph-mon[183057]: pgmap v2636: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:43.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:07:43 smithi082 ceph-mon[180771]: pgmap v2637: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:43.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:07:43 smithi055 ceph-mon[185614]: pgmap v2637: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:43.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:07:43 smithi055 ceph-mon[183057]: pgmap v2637: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:45.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:07:45 smithi055 ceph-mon[185614]: pgmap v2638: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:07:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:07:45] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:07:45.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:07:45 smithi055 ceph-mon[183057]: pgmap v2638: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:45.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:07:45 smithi082 ceph-mon[180771]: pgmap v2638: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:47.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:07:47 smithi082 ceph-mon[180771]: pgmap v2639: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:47.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:07:47 smithi055 ceph-mon[185614]: pgmap v2639: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:47.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:07:47 smithi055 ceph-mon[183057]: pgmap v2639: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:49.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:07:49 smithi082 ceph-mon[180771]: pgmap v2640: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:49.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:07:49 smithi055 ceph-mon[183057]: pgmap v2640: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:49.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:07:49 smithi055 ceph-mon[185614]: pgmap v2640: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:51.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:07:51 smithi082 ceph-mon[180771]: pgmap v2641: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:51.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:07:51 smithi055 ceph-mon[185614]: pgmap v2641: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:51.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:07:51 smithi055 ceph-mon[183057]: pgmap v2641: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:53.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:07:53 smithi082 ceph-mon[180771]: pgmap v2642: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:53.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:07:53 smithi055 ceph-mon[185614]: pgmap v2642: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:53.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:07:53 smithi055 ceph-mon[183057]: pgmap v2642: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:07:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:07:54.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:07:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:07:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:07:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:07:55.336 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:07:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:07:55] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T01:07:55.336 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:07:55 smithi055 ceph-mon[183057]: pgmap v2643: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:55.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:07:55 smithi082 ceph-mon[180771]: pgmap v2643: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:55.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:07:55 smithi055 ceph-mon[185614]: pgmap v2643: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:57.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:07:57 smithi082 ceph-mon[180771]: pgmap v2644: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:57.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:07:57 smithi055 ceph-mon[185614]: pgmap v2644: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:57.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:07:57 smithi055 ceph-mon[183057]: pgmap v2644: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:59.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:07:59 smithi082 ceph-mon[180771]: pgmap v2645: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:59.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:07:59 smithi055 ceph-mon[185614]: pgmap v2645: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:07:59.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:07:59 smithi055 ceph-mon[183057]: pgmap v2645: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:08:01.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:08:01 smithi082 ceph-mon[180771]: pgmap v2646: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:08:01.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:08:01 smithi055 ceph-mon[185614]: pgmap v2646: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:08:01.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:08:01 smithi055 ceph-mon[183057]: pgmap v2646: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:08:03.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:08:03 smithi082 ceph-mon[180771]: pgmap v2647: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:08:03.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:08:03 smithi055 ceph-mon[185614]: pgmap v2647: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:08:03.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:08:03 smithi055 ceph-mon[183057]: pgmap v2647: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:08:05.358 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:08:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:08:05] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T01:08:05.359 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:08:05 smithi055 ceph-mon[183057]: pgmap v2648: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:08:05.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:08:05 smithi082 ceph-mon[180771]: pgmap v2648: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:08:05.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:08:05 smithi055 ceph-mon[185614]: pgmap v2648: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:08:07.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:08:07 smithi082 ceph-mon[180771]: pgmap v2649: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:08:07.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:08:07 smithi055 ceph-mon[185614]: pgmap v2649: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:08:07.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:08:07 smithi055 ceph-mon[183057]: pgmap v2649: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:08:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:08:09 smithi082 ceph-mon[180771]: pgmap v2650: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:08:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:08:09.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:08:09 smithi055 ceph-mon[185614]: pgmap v2650: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:09.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:08:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:08:09.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:08:09 smithi055 ceph-mon[183057]: pgmap v2650: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:09.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:08:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:08:11.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:08:11 smithi055 ceph-mon[185614]: pgmap v2651: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:11.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:08:11 smithi055 ceph-mon[183057]: pgmap v2651: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:11.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:08:11 smithi082 ceph-mon[180771]: pgmap v2651: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:13.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:08:13 smithi055 ceph-mon[185614]: pgmap v2652: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:13.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:08:13 smithi055 ceph-mon[183057]: pgmap v2652: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:13.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:08:13 smithi082 ceph-mon[180771]: pgmap v2652: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:15.385 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:08:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:08:15] "GET /metrics HTTP/1.1" 200 36237 "" "Prometheus/2.43.0" 2023-10-14T01:08:15.386 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:08:15 smithi055 ceph-mon[183057]: pgmap v2653: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:15.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:08:15 smithi055 ceph-mon[185614]: pgmap v2653: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:15.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:08:15 smithi082 ceph-mon[180771]: pgmap v2653: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:17.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:08:17 smithi055 ceph-mon[185614]: pgmap v2654: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:17.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:08:17 smithi055 ceph-mon[183057]: pgmap v2654: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:17.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:08:17 smithi082 ceph-mon[180771]: pgmap v2654: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:19.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:08:19 smithi055 ceph-mon[185614]: pgmap v2655: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:19.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:08:19 smithi055 ceph-mon[183057]: pgmap v2655: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:19.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:08:19 smithi082 ceph-mon[180771]: pgmap v2655: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:21.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:08:21 smithi055 ceph-mon[185614]: pgmap v2656: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:21.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:08:21 smithi055 ceph-mon[183057]: pgmap v2656: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:21.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:08:21 smithi082 ceph-mon[180771]: pgmap v2656: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:23.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:08:23 smithi055 ceph-mon[185614]: pgmap v2657: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:23.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:08:23 smithi055 ceph-mon[183057]: pgmap v2657: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:23.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:08:23 smithi082 ceph-mon[180771]: pgmap v2657: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:24.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:08:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:08:24.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:08:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:08:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:08:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:08:25.429 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:08:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:08:25] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:08:25.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:08:25 smithi055 ceph-mon[185614]: pgmap v2658: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:25.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:08:25 smithi055 ceph-mon[183057]: pgmap v2658: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:25.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:08:25 smithi082 ceph-mon[180771]: pgmap v2658: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:27.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:08:27 smithi055 ceph-mon[185614]: pgmap v2659: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:27.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:08:27 smithi055 ceph-mon[183057]: pgmap v2659: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:27.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:08:27 smithi082 ceph-mon[180771]: pgmap v2659: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:29.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:08:29 smithi055 ceph-mon[185614]: pgmap v2660: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:29.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:08:29 smithi055 ceph-mon[183057]: pgmap v2660: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:29.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:08:29 smithi082 ceph-mon[180771]: pgmap v2660: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:31.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:08:31 smithi055 ceph-mon[185614]: pgmap v2661: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:31.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:08:31 smithi055 ceph-mon[183057]: pgmap v2661: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:31.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:08:31 smithi082 ceph-mon[180771]: pgmap v2661: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:33.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:08:33 smithi055 ceph-mon[185614]: pgmap v2662: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:33.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:08:33 smithi055 ceph-mon[183057]: pgmap v2662: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:33.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:08:33 smithi082 ceph-mon[180771]: pgmap v2662: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:35.450 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:08:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:08:35] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:08:35.451 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:08:35 smithi055 ceph-mon[183057]: pgmap v2663: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:35.451 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:08:35 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:08:35.451 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:08:35 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:08:35.451 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:08:35 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:08:35.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:08:35 smithi055 ceph-mon[185614]: pgmap v2663: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:35.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:08:35 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:08:35.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:08:35 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:08:35.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:08:35 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:08:35.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:08:35 smithi082 ceph-mon[180771]: pgmap v2663: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:35.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:08:35 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:08:35.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:08:35 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:08:35.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:08:35 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:08:36.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:08:36 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:08:36.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:08:36 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:08:36.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:08:36 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:08:36.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:08:36 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:08:36.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:08:36 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:08:36.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:08:36 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:08:36.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:08:36 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:08:36.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:08:36 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:08:36.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:08:36 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:08:37.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:08:37 smithi055 ceph-mon[185614]: pgmap v2664: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:37.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:08:37 smithi055 ceph-mon[183057]: pgmap v2664: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:37.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:08:37 smithi082 ceph-mon[180771]: pgmap v2664: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:38.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:08:38 smithi055 ceph-mon[185614]: pgmap v2665: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:38.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:08:38 smithi055 ceph-mon[183057]: pgmap v2665: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:38.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:08:38 smithi082 ceph-mon[180771]: pgmap v2665: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:39.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:08:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:08:39.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:08:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:08:39.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:08:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:08:40.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:08:40 smithi082 ceph-mon[180771]: pgmap v2666: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:41.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:08:40 smithi055 ceph-mon[185614]: pgmap v2666: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:41.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:08:40 smithi055 ceph-mon[183057]: pgmap v2666: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:43.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:08:42 smithi055 ceph-mon[185614]: pgmap v2667: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:43.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:08:42 smithi055 ceph-mon[183057]: pgmap v2667: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:43.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:08:42 smithi082 ceph-mon[180771]: pgmap v2667: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:45.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:08:44 smithi055 ceph-mon[185614]: pgmap v2668: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:45.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:08:44 smithi055 ceph-mon[183057]: pgmap v2668: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:45.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:08:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:08:45] "GET /metrics HTTP/1.1" 200 36238 "" "Prometheus/2.43.0" 2023-10-14T01:08:45.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:08:44 smithi082 ceph-mon[180771]: pgmap v2668: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:47.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:08:46 smithi055 ceph-mon[185614]: pgmap v2669: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:47.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:08:46 smithi055 ceph-mon[183057]: pgmap v2669: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:08:46 smithi082 ceph-mon[180771]: pgmap v2669: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:49.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:08:48 smithi055 ceph-mon[185614]: pgmap v2670: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:49.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:08:48 smithi055 ceph-mon[183057]: pgmap v2670: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:08:48 smithi082 ceph-mon[180771]: pgmap v2670: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:51.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:08:50 smithi055 ceph-mon[185614]: pgmap v2671: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:51.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:08:50 smithi055 ceph-mon[183057]: pgmap v2671: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:08:50 smithi082 ceph-mon[180771]: pgmap v2671: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:53.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:08:52 smithi055 ceph-mon[185614]: pgmap v2672: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:53.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:08:52 smithi055 ceph-mon[183057]: pgmap v2672: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:53.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:08:52 smithi082 ceph-mon[180771]: pgmap v2672: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:54.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:08:53 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:08:54.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:08:53 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:08:54.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:08:53 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:08:55.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:08:54 smithi055 ceph-mon[185614]: pgmap v2673: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:55.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:08:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:08:55] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T01:08:55.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:08:54 smithi055 ceph-mon[183057]: pgmap v2673: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:08:54 smithi082 ceph-mon[180771]: pgmap v2673: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:57.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:08:56 smithi055 ceph-mon[185614]: pgmap v2674: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:57.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:08:56 smithi055 ceph-mon[183057]: pgmap v2674: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:08:56 smithi082 ceph-mon[180771]: pgmap v2674: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:59.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:08:58 smithi055 ceph-mon[185614]: pgmap v2675: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:59.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:08:58 smithi055 ceph-mon[183057]: pgmap v2675: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:08:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:08:58 smithi082 ceph-mon[180771]: pgmap v2675: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:01.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:09:00 smithi055 ceph-mon[185614]: pgmap v2676: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:09:00 smithi055 ceph-mon[183057]: pgmap v2676: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:09:00 smithi082 ceph-mon[180771]: pgmap v2676: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:03.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:09:03 smithi055 ceph-mon[185614]: pgmap v2677: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:03.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:09:03 smithi055 ceph-mon[183057]: pgmap v2677: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:09:03 smithi082 ceph-mon[180771]: pgmap v2677: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:05.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:09:05 smithi055 ceph-mon[185614]: pgmap v2678: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:05.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:09:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:09:05] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T01:09:05.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:09:05 smithi055 ceph-mon[183057]: pgmap v2678: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:05.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:09:05 smithi082 ceph-mon[180771]: pgmap v2678: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:07.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:09:07 smithi055 ceph-mon[183057]: pgmap v2679: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:07.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:09:07 smithi055 ceph-mon[185614]: pgmap v2679: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:09:07 smithi082 ceph-mon[180771]: pgmap v2679: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:09:09 smithi082 ceph-mon[180771]: pgmap v2680: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:09:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:09:09.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:09:09 smithi055 ceph-mon[185614]: pgmap v2680: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:09.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:09:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:09:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:09:09 smithi055 ceph-mon[183057]: pgmap v2680: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:09:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:09:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:09:11 smithi082 ceph-mon[180771]: pgmap v2681: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:11.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:09:11 smithi055 ceph-mon[185614]: pgmap v2681: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:11.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:09:11 smithi055 ceph-mon[183057]: pgmap v2681: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:09:13 smithi082 ceph-mon[180771]: pgmap v2682: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:13.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:09:13 smithi055 ceph-mon[185614]: pgmap v2682: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:13.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:09:13 smithi055 ceph-mon[183057]: pgmap v2682: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:09:15 smithi082 ceph-mon[180771]: pgmap v2683: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:15.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:09:15 smithi055 ceph-mon[185614]: pgmap v2683: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:15.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:09:15 smithi055 ceph-mon[183057]: pgmap v2683: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:09:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:09:15] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T01:09:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:09:17 smithi082 ceph-mon[180771]: pgmap v2684: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:17.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:09:17 smithi055 ceph-mon[185614]: pgmap v2684: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:17.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:09:17 smithi055 ceph-mon[183057]: pgmap v2684: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:09:19 smithi082 ceph-mon[180771]: pgmap v2685: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:19.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:09:19 smithi055 ceph-mon[185614]: pgmap v2685: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:19.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:09:19 smithi055 ceph-mon[183057]: pgmap v2685: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:09:21 smithi082 ceph-mon[180771]: pgmap v2686: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:21.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:09:21 smithi055 ceph-mon[185614]: pgmap v2686: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:21.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:09:21 smithi055 ceph-mon[183057]: pgmap v2686: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:09:23 smithi082 ceph-mon[180771]: pgmap v2687: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:23.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:09:23 smithi055 ceph-mon[185614]: pgmap v2687: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:23.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:09:23 smithi055 ceph-mon[183057]: pgmap v2687: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:24.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:09:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:09:24.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:09:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:09:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:09:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:09:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:09:25 smithi082 ceph-mon[180771]: pgmap v2688: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:25.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:09:25 smithi055 ceph-mon[185614]: pgmap v2688: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:09:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:09:25] "GET /metrics HTTP/1.1" 200 36237 "" "Prometheus/2.43.0" 2023-10-14T01:09:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:09:25 smithi055 ceph-mon[183057]: pgmap v2688: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:09:27 smithi082 ceph-mon[180771]: pgmap v2689: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:27.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:09:27 smithi055 ceph-mon[185614]: pgmap v2689: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:27.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:09:27 smithi055 ceph-mon[183057]: pgmap v2689: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:27.875 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 01:09:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[225424]: logger=cleanup t=2023-10-14T01:09:27.475393419Z level=info msg="Completed cleanup jobs" duration=12.480785ms 2023-10-14T01:09:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:09:29 smithi082 ceph-mon[180771]: pgmap v2690: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:29.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:09:29 smithi055 ceph-mon[185614]: pgmap v2690: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:09:29 smithi055 ceph-mon[183057]: pgmap v2690: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:09:31 smithi082 ceph-mon[180771]: pgmap v2691: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:31.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:09:31 smithi055 ceph-mon[183057]: pgmap v2691: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:31.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:09:31 smithi055 ceph-mon[185614]: pgmap v2691: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:09:33 smithi082 ceph-mon[180771]: pgmap v2692: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:33.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:09:33 smithi055 ceph-mon[185614]: pgmap v2692: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:09:33 smithi055 ceph-mon[183057]: pgmap v2692: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:35.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:09:35 smithi082 ceph-mon[180771]: pgmap v2693: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:35.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:09:35 smithi055 ceph-mon[185614]: pgmap v2693: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:09:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:09:35] "GET /metrics HTTP/1.1" 200 36237 "" "Prometheus/2.43.0" 2023-10-14T01:09:35.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:09:35 smithi055 ceph-mon[183057]: pgmap v2693: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:36.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:09:36 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:09:36.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:09:36 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:09:36.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:09:36 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:09:37.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:09:37 smithi055 ceph-mon[185614]: pgmap v2694: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:37.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:09:37 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:09:37.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:09:37 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:09:37.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:09:37 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:09:37.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:09:37 smithi055 ceph-mon[183057]: pgmap v2694: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:37.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:09:37 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:09:37.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:09:37 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:09:37.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:09:37 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:09:37.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:09:37 smithi082 ceph-mon[180771]: pgmap v2694: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:37.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:09:37 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:09:37.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:09:37 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:09:37.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:09:37 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:09:39.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:09:39 smithi055 ceph-mon[185614]: pgmap v2695: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:39.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:09:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:09:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:09:39 smithi055 ceph-mon[183057]: pgmap v2695: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:09:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:09:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:09:39 smithi082 ceph-mon[180771]: pgmap v2695: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:09:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:09:41.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:09:41 smithi055 ceph-mon[185614]: pgmap v2696: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:41.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:09:41 smithi055 ceph-mon[183057]: pgmap v2696: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:41.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:09:41 smithi082 ceph-mon[180771]: pgmap v2696: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:43.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:09:43 smithi055 ceph-mon[185614]: pgmap v2697: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:43.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:09:43 smithi055 ceph-mon[183057]: pgmap v2697: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:43.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:09:43 smithi082 ceph-mon[180771]: pgmap v2697: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:45.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:09:45 smithi055 ceph-mon[185614]: pgmap v2698: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:09:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:09:45] "GET /metrics HTTP/1.1" 200 36237 "" "Prometheus/2.43.0" 2023-10-14T01:09:45.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:09:45 smithi055 ceph-mon[183057]: pgmap v2698: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:45.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:09:45 smithi082 ceph-mon[180771]: pgmap v2698: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:47.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:09:47 smithi055 ceph-mon[185614]: pgmap v2699: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:47.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:09:47 smithi055 ceph-mon[183057]: pgmap v2699: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:47.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:09:47 smithi082 ceph-mon[180771]: pgmap v2699: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:49.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:09:49 smithi055 ceph-mon[185614]: pgmap v2700: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:49.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:09:49 smithi055 ceph-mon[183057]: pgmap v2700: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:49.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:09:49 smithi082 ceph-mon[180771]: pgmap v2700: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:51.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:09:51 smithi055 ceph-mon[185614]: pgmap v2701: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:51.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:09:51 smithi055 ceph-mon[183057]: pgmap v2701: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:51.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:09:51 smithi082 ceph-mon[180771]: pgmap v2701: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:53.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:09:53 smithi055 ceph-mon[185614]: pgmap v2702: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:53.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:09:53 smithi055 ceph-mon[183057]: pgmap v2702: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:53.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:09:53 smithi082 ceph-mon[180771]: pgmap v2702: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:09:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:09:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:09:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:09:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:09:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:09:55.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:09:55 smithi055 ceph-mon[185614]: pgmap v2703: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:09:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:09:55] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T01:09:55.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:09:55 smithi055 ceph-mon[183057]: pgmap v2703: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:55.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:09:55 smithi082 ceph-mon[180771]: pgmap v2703: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:57.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:09:57 smithi055 ceph-mon[185614]: pgmap v2704: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:57.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:09:57 smithi055 ceph-mon[183057]: pgmap v2704: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:57.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:09:57 smithi082 ceph-mon[180771]: pgmap v2704: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:59.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:09:59 smithi055 ceph-mon[185614]: pgmap v2705: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:59.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:09:59 smithi055 ceph-mon[183057]: pgmap v2705: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:09:59.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:09:59 smithi082 ceph-mon[180771]: pgmap v2705: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:00.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:10:00 smithi055 ceph-mon[185614]: overall HEALTH_OK 2023-10-14T01:10:00.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:10:00 smithi055 ceph-mon[183057]: overall HEALTH_OK 2023-10-14T01:10:00.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:10:00 smithi082 ceph-mon[180771]: overall HEALTH_OK 2023-10-14T01:10:01.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:10:01 smithi055 ceph-mon[185614]: pgmap v2706: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:01.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:10:01 smithi055 ceph-mon[183057]: pgmap v2706: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:01.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:10:01 smithi082 ceph-mon[180771]: pgmap v2706: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:03.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:10:03 smithi055 ceph-mon[185614]: pgmap v2707: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:03.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:10:03 smithi055 ceph-mon[183057]: pgmap v2707: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:03.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:10:03 smithi082 ceph-mon[180771]: pgmap v2707: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:05.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:10:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:10:05] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T01:10:05.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:10:05 smithi055 ceph-mon[185614]: pgmap v2708: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:10:05.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:10:05 smithi055 ceph-mon[183057]: pgmap v2708: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:10:05.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:10:05 smithi082 ceph-mon[180771]: pgmap v2708: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:10:07.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:10:07 smithi055 ceph-mon[185614]: pgmap v2709: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:10:07.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:10:07 smithi055 ceph-mon[183057]: pgmap v2709: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:10:07.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:10:07 smithi082 ceph-mon[180771]: pgmap v2709: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:10:09.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:10:09 smithi055 ceph-mon[185614]: pgmap v2710: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:09.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:10:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:10:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:10:09 smithi055 ceph-mon[183057]: pgmap v2710: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:10:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:10:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:10:09 smithi082 ceph-mon[180771]: pgmap v2710: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:10:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:10:11.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:10:11 smithi055 ceph-mon[185614]: pgmap v2711: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:11.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:10:11 smithi055 ceph-mon[183057]: pgmap v2711: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:11.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:10:11 smithi082 ceph-mon[180771]: pgmap v2711: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:13.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:10:13 smithi055 ceph-mon[185614]: pgmap v2712: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:13.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:10:13 smithi055 ceph-mon[183057]: pgmap v2712: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:13.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:10:13 smithi082 ceph-mon[180771]: pgmap v2712: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:15.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:10:15 smithi055 ceph-mon[185614]: pgmap v2713: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:10:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:10:15] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T01:10:15.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:10:15 smithi055 ceph-mon[183057]: pgmap v2713: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:15.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:10:15 smithi082 ceph-mon[180771]: pgmap v2713: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:17.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:10:17 smithi055 ceph-mon[185614]: pgmap v2714: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:17.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:10:17 smithi055 ceph-mon[183057]: pgmap v2714: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:17.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:10:17 smithi082 ceph-mon[180771]: pgmap v2714: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:19.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:10:19 smithi055 ceph-mon[185614]: pgmap v2715: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:19.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:10:19 smithi055 ceph-mon[183057]: pgmap v2715: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:19.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:10:19 smithi082 ceph-mon[180771]: pgmap v2715: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:21.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:10:21 smithi055 ceph-mon[185614]: pgmap v2716: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:21.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:10:21 smithi055 ceph-mon[183057]: pgmap v2716: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:21.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:10:21 smithi082 ceph-mon[180771]: pgmap v2716: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:23.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:10:23 smithi055 ceph-mon[185614]: pgmap v2717: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:23.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:10:23 smithi055 ceph-mon[183057]: pgmap v2717: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:23.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:10:23 smithi082 ceph-mon[180771]: pgmap v2717: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:10:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:10:24.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:10:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:10:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:10:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:10:25.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:10:25 smithi055 ceph-mon[185614]: pgmap v2718: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:10:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:10:25] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:10:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:10:25 smithi055 ceph-mon[183057]: pgmap v2718: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:25.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:10:25 smithi082 ceph-mon[180771]: pgmap v2718: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:27.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:10:27 smithi082 ceph-mon[180771]: pgmap v2719: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:27.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:10:27 smithi055 ceph-mon[185614]: pgmap v2719: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:27.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:10:27 smithi055 ceph-mon[183057]: pgmap v2719: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:29.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:10:29 smithi082 ceph-mon[180771]: pgmap v2720: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:29.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:10:29 smithi055 ceph-mon[185614]: pgmap v2720: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:29.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:10:29 smithi055 ceph-mon[183057]: pgmap v2720: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:31.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:10:31 smithi082 ceph-mon[180771]: pgmap v2721: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:31.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:10:31 smithi055 ceph-mon[185614]: pgmap v2721: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:31.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:10:31 smithi055 ceph-mon[183057]: pgmap v2721: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:33.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:10:33 smithi082 ceph-mon[180771]: pgmap v2722: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:33.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:10:33 smithi055 ceph-mon[185614]: pgmap v2722: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:33.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:10:33 smithi055 ceph-mon[183057]: pgmap v2722: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:35.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:10:35 smithi055 ceph-mon[185614]: pgmap v2723: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:10:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:10:35] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:10:35.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:10:35 smithi055 ceph-mon[183057]: pgmap v2723: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:35.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:10:35 smithi082 ceph-mon[180771]: pgmap v2723: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:10:37 smithi082 ceph-mon[180771]: pgmap v2724: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:37.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:10:37 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:10:37.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:10:37 smithi055 ceph-mon[185614]: pgmap v2724: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:37.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:10:37 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:10:37.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:10:37 smithi055 ceph-mon[183057]: pgmap v2724: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:37.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:10:37 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:10:39.612 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:10:39 smithi082 ceph-mon[180771]: pgmap v2725: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:39.612 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:10:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:10:39.613 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:10:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:10:39.613 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:10:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:10:39.613 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:10:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:10:39.613 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:10:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:10:39.613 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:10:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:10:39.613 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:10:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:10:39.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:10:39 smithi055 ceph-mon[185614]: pgmap v2725: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:39.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:10:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:10:39.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:10:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:10:39.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:10:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:10:39.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:10:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:10:39.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:10:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:10:39.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:10:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:10:39.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:10:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:10:39.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:10:39 smithi055 ceph-mon[183057]: pgmap v2725: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:39.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:10:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:10:39.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:10:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:10:39.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:10:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:10:39.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:10:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:10:39.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:10:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:10:39.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:10:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:10:39.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:10:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:10:41.120 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:10:40 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:10:41.120 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:10:40 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:10:41.120 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:10:40 smithi055 ceph-mon[185614]: pgmap v2726: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:41.121 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:10:40 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:10:41.121 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:10:40 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:10:41.121 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:10:40 smithi055 ceph-mon[183057]: pgmap v2726: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:41.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:10:40 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:10:41.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:10:40 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:10:41.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:10:40 smithi082 ceph-mon[180771]: pgmap v2726: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:42.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:10:42 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:10:42.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:10:42 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:10:42.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:10:42 smithi082 ceph-mon[180771]: pgmap v2727: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:42.900 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:10:42 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:10:42.900 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:10:42 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:10:42.901 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:10:42 smithi055 ceph-mon[185614]: pgmap v2727: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:42.901 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:10:42 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:10:42.901 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:10:42 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:10:42.901 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:10:42 smithi055 ceph-mon[183057]: pgmap v2727: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:44.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:10:44 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:10:44.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:10:44 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:10:44.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:10:44 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:10:44.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:10:44 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:10:44.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:10:44 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:10:44.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:10:44 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:10:44.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:10:44 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:10:44.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:10:44 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:10:44.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:10:44 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:10:44.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:10:44 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:10:44.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:10:44 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:10:44.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:10:44 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:10:44.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:10:44 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:10:44.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:10:44 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:10:44.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:10:44 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:10:45.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:10:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:10:45] "GET /metrics HTTP/1.1" 200 36238 "" "Prometheus/2.43.0" 2023-10-14T01:10:45.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:10:45 smithi055 ceph-mon[185614]: pgmap v2728: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:45.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:10:45 smithi055 ceph-mon[183057]: pgmap v2728: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:45.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:10:45 smithi082 ceph-mon[180771]: pgmap v2728: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:47.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:10:47 smithi055 ceph-mon[185614]: pgmap v2729: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:47.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:10:47 smithi055 ceph-mon[183057]: pgmap v2729: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:47.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:10:47 smithi082 ceph-mon[180771]: pgmap v2729: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:49.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:10:49 smithi082 ceph-mon[180771]: pgmap v2730: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:49.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:10:49 smithi055 ceph-mon[185614]: pgmap v2730: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:49.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:10:49 smithi055 ceph-mon[183057]: pgmap v2730: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:51.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:10:51 smithi082 ceph-mon[180771]: pgmap v2731: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:51.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:10:51 smithi055 ceph-mon[185614]: pgmap v2731: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:51.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:10:51 smithi055 ceph-mon[183057]: pgmap v2731: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:53.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:10:53 smithi082 ceph-mon[180771]: pgmap v2732: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:53.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:10:53 smithi055 ceph-mon[185614]: pgmap v2732: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:53.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:10:53 smithi055 ceph-mon[183057]: pgmap v2732: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:10:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:10:54.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:10:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:10:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:10:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:10:55.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:10:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:10:55] "GET /metrics HTTP/1.1" 200 36239 "" "Prometheus/2.43.0" 2023-10-14T01:10:55.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:10:55 smithi055 ceph-mon[185614]: pgmap v2733: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:55.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:10:55 smithi055 ceph-mon[183057]: pgmap v2733: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:55.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:10:55 smithi082 ceph-mon[180771]: pgmap v2733: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:57.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:10:57 smithi082 ceph-mon[180771]: pgmap v2734: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:57.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:10:57 smithi055 ceph-mon[185614]: pgmap v2734: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:57.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:10:57 smithi055 ceph-mon[183057]: pgmap v2734: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:59.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:10:59 smithi082 ceph-mon[180771]: pgmap v2735: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:59.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:10:59 smithi055 ceph-mon[185614]: pgmap v2735: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:10:59.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:10:59 smithi055 ceph-mon[183057]: pgmap v2735: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:01.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:11:01 smithi082 ceph-mon[180771]: pgmap v2736: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:01.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:11:01 smithi055 ceph-mon[185614]: pgmap v2736: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:01.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:11:01 smithi055 ceph-mon[183057]: pgmap v2736: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:03.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:11:03 smithi082 ceph-mon[180771]: pgmap v2737: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:03.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:11:03 smithi055 ceph-mon[185614]: pgmap v2737: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:03.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:11:03 smithi055 ceph-mon[183057]: pgmap v2737: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:05.342 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:11:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:11:05] "GET /metrics HTTP/1.1" 200 36239 "" "Prometheus/2.43.0" 2023-10-14T01:11:05.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:11:05 smithi082 ceph-mon[180771]: pgmap v2738: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:05.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:11:05 smithi055 ceph-mon[185614]: pgmap v2738: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:05.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:11:05 smithi055 ceph-mon[183057]: pgmap v2738: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:07.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:11:07 smithi082 ceph-mon[180771]: pgmap v2739: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:07.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:11:07 smithi055 ceph-mon[185614]: pgmap v2739: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:07.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:11:07 smithi055 ceph-mon[183057]: pgmap v2739: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:11:09 smithi082 ceph-mon[180771]: pgmap v2740: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:11:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:11:09.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:11:09 smithi055 ceph-mon[183057]: pgmap v2740: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:09.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:11:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:11:09.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:11:09 smithi055 ceph-mon[185614]: pgmap v2740: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:09.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:11:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:11:11.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:11:11 smithi082 ceph-mon[180771]: pgmap v2741: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:11.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:11:11 smithi055 ceph-mon[185614]: pgmap v2741: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:11.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:11:11 smithi055 ceph-mon[183057]: pgmap v2741: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:13.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:11:13 smithi082 ceph-mon[180771]: pgmap v2742: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:13.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:11:13 smithi055 ceph-mon[185614]: pgmap v2742: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:13.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:11:13 smithi055 ceph-mon[183057]: pgmap v2742: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:15.368 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:11:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:11:15] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T01:11:15.369 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:11:15 smithi055 ceph-mon[183057]: pgmap v2743: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:15.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:11:15 smithi082 ceph-mon[180771]: pgmap v2743: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:15.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:11:15 smithi055 ceph-mon[185614]: pgmap v2743: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:17.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:11:17 smithi055 ceph-mon[185614]: pgmap v2744: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:17.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:11:17 smithi055 ceph-mon[183057]: pgmap v2744: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:17.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:11:17 smithi082 ceph-mon[180771]: pgmap v2744: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:19.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:11:19 smithi055 ceph-mon[185614]: pgmap v2745: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:19.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:11:19 smithi055 ceph-mon[183057]: pgmap v2745: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:19.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:11:19 smithi082 ceph-mon[180771]: pgmap v2745: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:21.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:11:21 smithi055 ceph-mon[185614]: pgmap v2746: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:21.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:11:21 smithi055 ceph-mon[183057]: pgmap v2746: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:21.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:11:21 smithi082 ceph-mon[180771]: pgmap v2746: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:23.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:11:23 smithi055 ceph-mon[185614]: pgmap v2747: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:23.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:11:23 smithi055 ceph-mon[183057]: pgmap v2747: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:23.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:11:23 smithi082 ceph-mon[180771]: pgmap v2747: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:24.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:11:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:11:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:11:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:11:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:11:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:11:25.398 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:11:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:11:25] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:11:25.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:11:25 smithi055 ceph-mon[185614]: pgmap v2748: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:25.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:11:25 smithi055 ceph-mon[183057]: pgmap v2748: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:25.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:11:25 smithi082 ceph-mon[180771]: pgmap v2748: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:27.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:11:27 smithi055 ceph-mon[185614]: pgmap v2749: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:27.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:11:27 smithi055 ceph-mon[183057]: pgmap v2749: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:27.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:11:27 smithi082 ceph-mon[180771]: pgmap v2749: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:29.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:11:29 smithi055 ceph-mon[185614]: pgmap v2750: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:29.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:11:29 smithi055 ceph-mon[183057]: pgmap v2750: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:29.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:11:29 smithi082 ceph-mon[180771]: pgmap v2750: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:31.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:11:31 smithi055 ceph-mon[185614]: pgmap v2751: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:31.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:11:31 smithi055 ceph-mon[183057]: pgmap v2751: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:31.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:11:31 smithi082 ceph-mon[180771]: pgmap v2751: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:33.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:11:33 smithi055 ceph-mon[185614]: pgmap v2752: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:33.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:11:33 smithi055 ceph-mon[183057]: pgmap v2752: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:33.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:11:33 smithi082 ceph-mon[180771]: pgmap v2752: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:35.431 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:11:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:11:35] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:11:35.432 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:11:35 smithi055 ceph-mon[183057]: pgmap v2753: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:35.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:11:35 smithi055 ceph-mon[185614]: pgmap v2753: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:35.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:11:35 smithi082 ceph-mon[180771]: pgmap v2753: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:37.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:11:37 smithi055 ceph-mon[185614]: pgmap v2754: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:37.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:11:37 smithi055 ceph-mon[183057]: pgmap v2754: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:37.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:11:37 smithi082 ceph-mon[180771]: pgmap v2754: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:39.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:11:39 smithi055 ceph-mon[185614]: pgmap v2755: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:39.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:11:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:11:39.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:11:39 smithi055 ceph-mon[183057]: pgmap v2755: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:39.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:11:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:11:39.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:11:39 smithi082 ceph-mon[180771]: pgmap v2755: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:39.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:11:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:11:41.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:11:41 smithi055 ceph-mon[185614]: pgmap v2756: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:41.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:11:41 smithi055 ceph-mon[183057]: pgmap v2756: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:41.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:11:41 smithi082 ceph-mon[180771]: pgmap v2756: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:43.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:11:43 smithi055 ceph-mon[185614]: pgmap v2757: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:43.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:11:43 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:11:43.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:11:43 smithi055 ceph-mon[183057]: pgmap v2757: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:43.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:11:43 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:11:43.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:11:43 smithi082 ceph-mon[180771]: pgmap v2757: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:43.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:11:43 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:11:44.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:11:44 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:11:44.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:11:44 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:11:44.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:11:44 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:11:44.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:11:44 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:11:44.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:11:44 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:11:44.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:11:44 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:11:44.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:11:44 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:11:44.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:11:44 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:11:44.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:11:44 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:11:45.476 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:11:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:11:45] "GET /metrics HTTP/1.1" 200 36240 "" "Prometheus/2.43.0" 2023-10-14T01:11:45.477 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:11:45 smithi055 ceph-mon[183057]: pgmap v2758: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:45.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:11:45 smithi055 ceph-mon[185614]: pgmap v2758: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:45.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:11:45 smithi082 ceph-mon[180771]: pgmap v2758: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:46.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:11:46 smithi082 ceph-mon[180771]: pgmap v2759: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:47.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:11:46 smithi055 ceph-mon[185614]: pgmap v2759: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:47.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:11:46 smithi055 ceph-mon[183057]: pgmap v2759: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:49.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:11:48 smithi055 ceph-mon[185614]: pgmap v2760: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:49.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:11:48 smithi055 ceph-mon[183057]: pgmap v2760: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:11:48 smithi082 ceph-mon[180771]: pgmap v2760: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:51.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:11:50 smithi055 ceph-mon[185614]: pgmap v2761: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:51.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:11:50 smithi055 ceph-mon[183057]: pgmap v2761: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:11:50 smithi082 ceph-mon[180771]: pgmap v2761: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:53.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:11:52 smithi055 ceph-mon[185614]: pgmap v2762: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:53.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:11:52 smithi055 ceph-mon[183057]: pgmap v2762: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:53.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:11:52 smithi082 ceph-mon[180771]: pgmap v2762: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:54.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:11:53 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:11:54.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:11:53 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:11:54.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:11:53 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:11:55.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:11:54 smithi055 ceph-mon[185614]: pgmap v2763: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:55.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:11:54 smithi055 ceph-mon[183057]: pgmap v2763: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:55.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:11:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:11:55] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:11:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:11:54 smithi082 ceph-mon[180771]: pgmap v2763: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:57.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:11:56 smithi055 ceph-mon[185614]: pgmap v2764: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:57.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:11:56 smithi055 ceph-mon[183057]: pgmap v2764: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:11:56 smithi082 ceph-mon[180771]: pgmap v2764: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:59.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:11:58 smithi055 ceph-mon[185614]: pgmap v2765: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:59.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:11:58 smithi055 ceph-mon[183057]: pgmap v2765: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:11:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:11:58 smithi082 ceph-mon[180771]: pgmap v2765: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:12:01.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:12:00 smithi055 ceph-mon[185614]: pgmap v2766: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:12:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:12:00 smithi055 ceph-mon[183057]: pgmap v2766: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:12:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:12:00 smithi082 ceph-mon[180771]: pgmap v2766: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:12:03.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:12:02 smithi055 ceph-mon[185614]: pgmap v2767: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:12:03.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:12:02 smithi055 ceph-mon[183057]: pgmap v2767: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:12:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:12:02 smithi082 ceph-mon[180771]: pgmap v2767: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:12:05.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:12:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:12:05] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:12:05.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:12:04 smithi055 ceph-mon[185614]: pgmap v2768: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:12:05.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:12:04 smithi055 ceph-mon[183057]: pgmap v2768: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:12:05.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:12:04 smithi082 ceph-mon[180771]: pgmap v2768: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:12:07.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:12:06 smithi055 ceph-mon[185614]: pgmap v2769: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:12:07.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:12:06 smithi055 ceph-mon[183057]: pgmap v2769: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:12:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:12:06 smithi082 ceph-mon[180771]: pgmap v2769: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:12:09.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:12:09 smithi055 ceph-mon[185614]: pgmap v2770: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:12:09.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:12:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:12:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:12:09 smithi055 ceph-mon[183057]: pgmap v2770: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:12:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:12:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:12:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:12:09 smithi082 ceph-mon[180771]: pgmap v2770: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:12:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:12:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:12:11.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:12:11 smithi055 ceph-mon[185614]: pgmap v2771: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:12:11.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:12:11 smithi055 ceph-mon[183057]: pgmap v2771: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:12:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:12:11 smithi082 ceph-mon[180771]: pgmap v2771: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:12:13.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:12:13 smithi055 ceph-mon[185614]: pgmap v2772: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:12:13.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:12:13 smithi055 ceph-mon[183057]: pgmap v2772: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:12:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:12:13 smithi082 ceph-mon[180771]: pgmap v2772: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:12:15.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:12:15 smithi055 ceph-mon[185614]: pgmap v2773: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:12:15.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:12:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:12:15] "GET /metrics HTTP/1.1" 200 36238 "" "Prometheus/2.43.0" 2023-10-14T01:12:15.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:12:15 smithi055 ceph-mon[183057]: pgmap v2773: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:12:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:12:15 smithi082 ceph-mon[180771]: pgmap v2773: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:12:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:12:17 smithi082 ceph-mon[180771]: pgmap v2774: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:12:17.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:12:17 smithi055 ceph-mon[185614]: pgmap v2774: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:12:17.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:12:17 smithi055 ceph-mon[183057]: pgmap v2774: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:12:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:12:19 smithi082 ceph-mon[180771]: pgmap v2775: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:12:19.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:12:19 smithi055 ceph-mon[185614]: pgmap v2775: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:12:19.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:12:19 smithi055 ceph-mon[183057]: pgmap v2775: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:12:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:12:21 smithi082 ceph-mon[180771]: pgmap v2776: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:12:21.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:12:21 smithi055 ceph-mon[185614]: pgmap v2776: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:12:21.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:12:21 smithi055 ceph-mon[183057]: pgmap v2776: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:12:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:12:23 smithi082 ceph-mon[180771]: pgmap v2777: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:12:23.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:12:23 smithi055 ceph-mon[185614]: pgmap v2777: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:12:23.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:12:23 smithi055 ceph-mon[183057]: pgmap v2777: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-10-14T01:12:24.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:12:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:12:24.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:12:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:12:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:12:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:12:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:12:25 smithi082 ceph-mon[180771]: pgmap v2778: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:12:25.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:12:25 smithi055 ceph-mon[185614]: pgmap v2778: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:12:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:12:25 smithi055 ceph-mon[183057]: pgmap v2778: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:12:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:12:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:12:25] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T01:12:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:12:27 smithi082 ceph-mon[180771]: pgmap v2779: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:12:27.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:12:27 smithi055 ceph-mon[185614]: pgmap v2779: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:12:27.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:12:27 smithi055 ceph-mon[183057]: pgmap v2779: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:12:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:12:29 smithi082 ceph-mon[180771]: pgmap v2780: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:12:29.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:12:29 smithi055 ceph-mon[185614]: pgmap v2780: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:12:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:12:29 smithi055 ceph-mon[183057]: pgmap v2780: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:12:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:12:31 smithi082 ceph-mon[180771]: pgmap v2781: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:12:31.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:12:31 smithi055 ceph-mon[185614]: pgmap v2781: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:12:31.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:12:31 smithi055 ceph-mon[183057]: pgmap v2781: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:12:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:12:33 smithi082 ceph-mon[180771]: pgmap v2782: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:12:33.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:12:33 smithi055 ceph-mon[185614]: pgmap v2782: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:12:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:12:33 smithi055 ceph-mon[183057]: pgmap v2782: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:12:35.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:12:35 smithi082 ceph-mon[180771]: pgmap v2783: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:12:35.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:12:35 smithi055 ceph-mon[185614]: pgmap v2783: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:12:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:12:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:12:35] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T01:12:35.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:12:35 smithi055 ceph-mon[183057]: pgmap v2783: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:12:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:12:37 smithi082 ceph-mon[180771]: pgmap v2784: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:12:37.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:12:37 smithi055 ceph-mon[185614]: pgmap v2784: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:12:37.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:12:37 smithi055 ceph-mon[183057]: pgmap v2784: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:12:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:12:39 smithi082 ceph-mon[180771]: pgmap v2785: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:12:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:12:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:12:39.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:12:39 smithi055 ceph-mon[185614]: pgmap v2785: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:12:39.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:12:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:12:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:12:39 smithi055 ceph-mon[183057]: pgmap v2785: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:12:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:12:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:12:41.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:12:41 smithi082 ceph-mon[180771]: pgmap v2786: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:12:41.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:12:41 smithi055 ceph-mon[185614]: pgmap v2786: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:12:41.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:12:41 smithi055 ceph-mon[183057]: pgmap v2786: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:12:43.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:12:43 smithi082 ceph-mon[180771]: pgmap v2787: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:12:43.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:12:43 smithi055 ceph-mon[185614]: pgmap v2787: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:12:43.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:12:43 smithi055 ceph-mon[183057]: pgmap v2787: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:12:45.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:12:45 smithi082 ceph-mon[180771]: pgmap v2788: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:12:45.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:12:45 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:12:45.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:12:45 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:12:45.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:12:45 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:12:45.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:12:45 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:12:45.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:12:45 smithi055 ceph-mon[183057]: pgmap v2788: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:12:45.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:12:45 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:12:45.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:12:45 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:12:45.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:12:45 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:12:45.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:12:45 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:12:45.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:12:45 smithi055 ceph-mon[185614]: pgmap v2788: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:12:45.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:12:45 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:12:45.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:12:45 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:12:45.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:12:45 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:12:45.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:12:45 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:12:45.519 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:12:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:12:45] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:12:47.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:12:47 smithi055 ceph-mon[185614]: pgmap v2789: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:12:47.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:12:47 smithi055 ceph-mon[183057]: pgmap v2789: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:12:47.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:12:47 smithi082 ceph-mon[180771]: pgmap v2789: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:12:49.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:12:49 smithi055 ceph-mon[185614]: pgmap v2790: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:12:49.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:12:49 smithi055 ceph-mon[183057]: pgmap v2790: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:12:49.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:12:49 smithi082 ceph-mon[180771]: pgmap v2790: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:12:51.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:12:51 smithi055 ceph-mon[185614]: pgmap v2791: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:12:51.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:12:51 smithi055 ceph-mon[183057]: pgmap v2791: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:12:51.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:12:51 smithi082 ceph-mon[180771]: pgmap v2791: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:12:53.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:12:53 smithi055 ceph-mon[185614]: pgmap v2792: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:12:53.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:12:53 smithi055 ceph-mon[183057]: pgmap v2792: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:12:53.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:12:53 smithi082 ceph-mon[180771]: pgmap v2792: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:12:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:12:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:12:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:12:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:12:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:12:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:12:55.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:12:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:12:55] "GET /metrics HTTP/1.1" 200 36237 "" "Prometheus/2.43.0" 2023-10-14T01:12:55.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:12:55 smithi055 ceph-mon[185614]: pgmap v2793: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:12:55.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:12:55 smithi055 ceph-mon[183057]: pgmap v2793: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:12:55.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:12:55 smithi082 ceph-mon[180771]: pgmap v2793: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:12:57.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:12:57 smithi055 ceph-mon[185614]: pgmap v2794: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:12:57.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:12:57 smithi055 ceph-mon[183057]: pgmap v2794: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:12:57.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:12:57 smithi082 ceph-mon[180771]: pgmap v2794: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:12:59.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:12:59 smithi055 ceph-mon[185614]: pgmap v2795: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:12:59.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:12:59 smithi055 ceph-mon[183057]: pgmap v2795: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:12:59.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:12:59 smithi082 ceph-mon[180771]: pgmap v2795: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:01.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:13:01 smithi055 ceph-mon[185614]: pgmap v2796: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:01.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:13:01 smithi055 ceph-mon[183057]: pgmap v2796: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:01.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:13:01 smithi082 ceph-mon[180771]: pgmap v2796: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:03.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:13:03 smithi055 ceph-mon[185614]: pgmap v2797: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:03.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:13:03 smithi055 ceph-mon[183057]: pgmap v2797: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:03.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:13:03 smithi082 ceph-mon[180771]: pgmap v2797: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:05.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:13:05 smithi055 ceph-mon[185614]: pgmap v2798: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:13:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:13:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:13:05] "GET /metrics HTTP/1.1" 200 36237 "" "Prometheus/2.43.0" 2023-10-14T01:13:05.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:13:05 smithi055 ceph-mon[183057]: pgmap v2798: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:13:05.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:13:05 smithi082 ceph-mon[180771]: pgmap v2798: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:13:07.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:13:07 smithi055 ceph-mon[185614]: pgmap v2799: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:07.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:13:07 smithi055 ceph-mon[183057]: pgmap v2799: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:07.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:13:07 smithi082 ceph-mon[180771]: pgmap v2799: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:09.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:13:09 smithi055 ceph-mon[185614]: pgmap v2800: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:09.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:13:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:13:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:13:09 smithi055 ceph-mon[183057]: pgmap v2800: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:13:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:13:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:13:09 smithi082 ceph-mon[180771]: pgmap v2800: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:13:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:13:11.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:13:11 smithi055 ceph-mon[185614]: pgmap v2801: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:11.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:13:11 smithi055 ceph-mon[183057]: pgmap v2801: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:11.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:13:11 smithi082 ceph-mon[180771]: pgmap v2801: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:13.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:13:13 smithi055 ceph-mon[185614]: pgmap v2802: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:13.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:13:13 smithi055 ceph-mon[183057]: pgmap v2802: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:13.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:13:13 smithi082 ceph-mon[180771]: pgmap v2802: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:15.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:13:15 smithi055 ceph-mon[185614]: pgmap v2803: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:13:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:13:15] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T01:13:15.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:13:15 smithi055 ceph-mon[183057]: pgmap v2803: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:15.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:13:15 smithi082 ceph-mon[180771]: pgmap v2803: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:17.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:13:17 smithi055 ceph-mon[185614]: pgmap v2804: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:17.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:13:17 smithi055 ceph-mon[183057]: pgmap v2804: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:17.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:13:17 smithi082 ceph-mon[180771]: pgmap v2804: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:19.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:13:19 smithi055 ceph-mon[185614]: pgmap v2805: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:19.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:13:19 smithi055 ceph-mon[183057]: pgmap v2805: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:19.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:13:19 smithi082 ceph-mon[180771]: pgmap v2805: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:21.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:13:21 smithi055 ceph-mon[185614]: pgmap v2806: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:13:21.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:13:21 smithi055 ceph-mon[183057]: pgmap v2806: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:13:21.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:13:21 smithi082 ceph-mon[180771]: pgmap v2806: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:13:23.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:13:23 smithi055 ceph-mon[185614]: pgmap v2807: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:13:23.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:13:23 smithi055 ceph-mon[183057]: pgmap v2807: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:13:23.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:13:23 smithi082 ceph-mon[180771]: pgmap v2807: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:13:24.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:13:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:13:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:13:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:13:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:13:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:13:25.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:13:25 smithi055 ceph-mon[185614]: pgmap v2808: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:13:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:13:25] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:13:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:13:25 smithi055 ceph-mon[183057]: pgmap v2808: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:25.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:13:25 smithi082 ceph-mon[180771]: pgmap v2808: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:27.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:13:27 smithi055 ceph-mon[185614]: pgmap v2809: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:27.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:13:27 smithi055 ceph-mon[183057]: pgmap v2809: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:27.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:13:27 smithi082 ceph-mon[180771]: pgmap v2809: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:29.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:13:29 smithi055 ceph-mon[185614]: pgmap v2810: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:13:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:13:29 smithi055 ceph-mon[183057]: pgmap v2810: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:13:29.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:13:29 smithi082 ceph-mon[180771]: pgmap v2810: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-10-14T01:13:31.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:13:31 smithi055 ceph-mon[185614]: pgmap v2811: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:31.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:13:31 smithi055 ceph-mon[183057]: pgmap v2811: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:31.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:13:31 smithi082 ceph-mon[180771]: pgmap v2811: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:33.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:13:33 smithi082 ceph-mon[180771]: pgmap v2812: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:33.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:13:33 smithi055 ceph-mon[185614]: pgmap v2812: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:33.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:13:33 smithi055 ceph-mon[183057]: pgmap v2812: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:35.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:13:35 smithi055 ceph-mon[185614]: pgmap v2813: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:13:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:13:35] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:13:35.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:13:35 smithi055 ceph-mon[183057]: pgmap v2813: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:35.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:13:35 smithi082 ceph-mon[180771]: pgmap v2813: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:37.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:13:37 smithi082 ceph-mon[180771]: pgmap v2814: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:37.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:13:37 smithi055 ceph-mon[185614]: pgmap v2814: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:37.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:13:37 smithi055 ceph-mon[183057]: pgmap v2814: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:13:39 smithi082 ceph-mon[180771]: pgmap v2815: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:13:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:13:39.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:13:39 smithi055 ceph-mon[185614]: pgmap v2815: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:39.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:13:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:13:39.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:13:39 smithi055 ceph-mon[183057]: pgmap v2815: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:39.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:13:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:13:41.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:13:41 smithi082 ceph-mon[180771]: pgmap v2816: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:41.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:13:41 smithi055 ceph-mon[185614]: pgmap v2816: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:41.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:13:41 smithi055 ceph-mon[183057]: pgmap v2816: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:43.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:13:43 smithi082 ceph-mon[180771]: pgmap v2817: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:43.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:13:43 smithi055 ceph-mon[183057]: pgmap v2817: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:43.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:13:43 smithi055 ceph-mon[185614]: pgmap v2817: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:45.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:13:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:13:45] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:13:45.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:13:45 smithi055 ceph-mon[185614]: pgmap v2818: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:45.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:13:45 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:13:45.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:13:45 smithi055 ceph-mon[183057]: pgmap v2818: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:45.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:13:45 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:13:45.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:13:45 smithi082 ceph-mon[180771]: pgmap v2818: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:45.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:13:45 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:13:46.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:13:46 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:13:46.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:13:46 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:13:46.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:13:46 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:13:46.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:13:46 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:13:46.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:13:46 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:13:46.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:13:46 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:13:46.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:13:46 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:13:46.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:13:46 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:13:46.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:13:46 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:13:47.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:13:47 smithi082 ceph-mon[180771]: pgmap v2819: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:47.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:13:47 smithi055 ceph-mon[185614]: pgmap v2819: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:47.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:13:47 smithi055 ceph-mon[183057]: pgmap v2819: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:49.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:13:49 smithi082 ceph-mon[180771]: pgmap v2820: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:49.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:13:49 smithi055 ceph-mon[185614]: pgmap v2820: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:49.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:13:49 smithi055 ceph-mon[183057]: pgmap v2820: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:51.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:13:51 smithi082 ceph-mon[180771]: pgmap v2821: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:51.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:13:51 smithi055 ceph-mon[185614]: pgmap v2821: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:51.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:13:51 smithi055 ceph-mon[183057]: pgmap v2821: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:53.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:13:53 smithi082 ceph-mon[180771]: pgmap v2822: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:53.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:13:53 smithi055 ceph-mon[185614]: pgmap v2822: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:53.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:13:53 smithi055 ceph-mon[183057]: pgmap v2822: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:13:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:13:54.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:13:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:13:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:13:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:13:55.361 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:13:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:13:55] "GET /metrics HTTP/1.1" 200 36237 "" "Prometheus/2.43.0" 2023-10-14T01:13:55.363 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:13:55 smithi055 ceph-mon[183057]: pgmap v2823: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:55.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:13:55 smithi082 ceph-mon[180771]: pgmap v2823: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:55.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:13:55 smithi055 ceph-mon[185614]: pgmap v2823: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:57.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:13:57 smithi082 ceph-mon[180771]: pgmap v2824: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:57.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:13:57 smithi055 ceph-mon[185614]: pgmap v2824: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:57.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:13:57 smithi055 ceph-mon[183057]: pgmap v2824: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:59.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:13:59 smithi082 ceph-mon[180771]: pgmap v2825: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:59.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:13:59 smithi055 ceph-mon[185614]: pgmap v2825: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:13:59.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:13:59 smithi055 ceph-mon[183057]: pgmap v2825: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:01.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:14:01 smithi055 ceph-mon[185614]: pgmap v2826: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:01.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:14:01 smithi055 ceph-mon[183057]: pgmap v2826: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:01.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:14:01 smithi082 ceph-mon[180771]: pgmap v2826: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:03.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:14:03 smithi055 ceph-mon[185614]: pgmap v2827: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:03.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:14:03 smithi055 ceph-mon[183057]: pgmap v2827: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:03.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:14:03 smithi082 ceph-mon[180771]: pgmap v2827: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:05.384 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:14:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:14:05] "GET /metrics HTTP/1.1" 200 36237 "" "Prometheus/2.43.0" 2023-10-14T01:14:05.385 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:14:05 smithi055 ceph-mon[183057]: pgmap v2828: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:05.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:14:05 smithi055 ceph-mon[185614]: pgmap v2828: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:05.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:14:05 smithi082 ceph-mon[180771]: pgmap v2828: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:07.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:14:07 smithi055 ceph-mon[185614]: pgmap v2829: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:07.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:14:07 smithi055 ceph-mon[183057]: pgmap v2829: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:07.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:14:07 smithi082 ceph-mon[180771]: pgmap v2829: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:09.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:14:09 smithi055 ceph-mon[185614]: pgmap v2830: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:09.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:14:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:14:09.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:14:09 smithi055 ceph-mon[183057]: pgmap v2830: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:09.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:14:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:14:09.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:14:09 smithi082 ceph-mon[180771]: pgmap v2830: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:09.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:14:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:14:11.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:14:11 smithi055 ceph-mon[185614]: pgmap v2831: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:11.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:14:11 smithi055 ceph-mon[183057]: pgmap v2831: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:11.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:14:11 smithi082 ceph-mon[180771]: pgmap v2831: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:13.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:14:13 smithi055 ceph-mon[185614]: pgmap v2832: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:13.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:14:13 smithi055 ceph-mon[183057]: pgmap v2832: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:13.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:14:13 smithi082 ceph-mon[180771]: pgmap v2832: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:15.421 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:14:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:14:15] "GET /metrics HTTP/1.1" 200 36238 "" "Prometheus/2.43.0" 2023-10-14T01:14:15.422 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:14:15 smithi055 ceph-mon[183057]: pgmap v2833: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:15.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:14:15 smithi055 ceph-mon[185614]: pgmap v2833: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:15.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:14:15 smithi082 ceph-mon[180771]: pgmap v2833: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:17.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:14:17 smithi055 ceph-mon[185614]: pgmap v2834: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:17.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:14:17 smithi055 ceph-mon[183057]: pgmap v2834: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:17.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:14:17 smithi082 ceph-mon[180771]: pgmap v2834: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:19.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:14:19 smithi055 ceph-mon[185614]: pgmap v2835: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:19.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:14:19 smithi055 ceph-mon[183057]: pgmap v2835: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:19.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:14:19 smithi082 ceph-mon[180771]: pgmap v2835: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:21.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:14:21 smithi055 ceph-mon[185614]: pgmap v2836: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:21.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:14:21 smithi055 ceph-mon[183057]: pgmap v2836: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:21.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:14:21 smithi082 ceph-mon[180771]: pgmap v2836: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:23.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:14:22 smithi055 ceph-mon[185614]: pgmap v2837: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:23.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:14:22 smithi055 ceph-mon[183057]: pgmap v2837: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:14:22 smithi082 ceph-mon[180771]: pgmap v2837: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:24.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:14:23 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:14:24.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:14:23 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:14:24.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:14:23 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:14:25.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:14:24 smithi055 ceph-mon[185614]: pgmap v2838: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:25.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:14:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:14:25] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T01:14:25.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:14:24 smithi055 ceph-mon[183057]: pgmap v2838: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:14:24 smithi082 ceph-mon[180771]: pgmap v2838: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:27.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:14:26 smithi055 ceph-mon[185614]: pgmap v2839: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:27.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:14:26 smithi055 ceph-mon[183057]: pgmap v2839: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:14:26 smithi082 ceph-mon[180771]: pgmap v2839: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:29.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:14:28 smithi055 ceph-mon[185614]: pgmap v2840: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:29.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:14:28 smithi055 ceph-mon[183057]: pgmap v2840: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:14:28 smithi082 ceph-mon[180771]: pgmap v2840: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:31.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:14:31 smithi055 ceph-mon[183057]: pgmap v2841: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:31.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:14:31 smithi055 ceph-mon[185614]: pgmap v2841: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:14:31 smithi082 ceph-mon[180771]: pgmap v2841: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:33.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:14:32 smithi055 ceph-mon[185614]: pgmap v2842: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:33.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:14:32 smithi055 ceph-mon[183057]: pgmap v2842: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:14:32 smithi082 ceph-mon[180771]: pgmap v2842: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:35.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:14:34 smithi055 ceph-mon[185614]: pgmap v2843: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:35.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:14:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:14:35] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T01:14:35.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:14:34 smithi055 ceph-mon[183057]: pgmap v2843: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:35.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:14:34 smithi082 ceph-mon[180771]: pgmap v2843: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:37.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:14:36 smithi055 ceph-mon[185614]: pgmap v2844: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:37.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:14:36 smithi055 ceph-mon[183057]: pgmap v2844: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:14:36 smithi082 ceph-mon[180771]: pgmap v2844: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:39.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:14:38 smithi055 ceph-mon[185614]: pgmap v2845: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:39.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:14:38 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:14:39.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:14:38 smithi055 ceph-mon[183057]: pgmap v2845: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:39.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:14:38 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:14:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:14:38 smithi082 ceph-mon[180771]: pgmap v2845: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:14:38 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:14:41.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:14:40 smithi055 ceph-mon[185614]: pgmap v2846: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:41.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:14:40 smithi055 ceph-mon[183057]: pgmap v2846: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:41.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:14:40 smithi082 ceph-mon[180771]: pgmap v2846: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:43.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:14:43 smithi055 ceph-mon[185614]: pgmap v2847: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:43.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:14:43 smithi055 ceph-mon[183057]: pgmap v2847: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:43.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:14:43 smithi082 ceph-mon[180771]: pgmap v2847: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:45.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:14:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:14:45] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:14:45.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:14:45 smithi055 ceph-mon[185614]: pgmap v2848: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:45.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:14:45 smithi055 ceph-mon[183057]: pgmap v2848: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:45.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:14:45 smithi082 ceph-mon[180771]: pgmap v2848: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:46.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:14:46 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:14:46.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:14:46 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:14:46.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:14:46 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:14:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:14:47 smithi082 ceph-mon[180771]: pgmap v2849: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:14:47 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:14:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:14:47 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:14:47.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:14:47 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:14:47.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:14:47 smithi055 ceph-mon[185614]: pgmap v2849: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:47.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:14:47 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:14:47.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:14:47 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:14:47.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:14:47 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:14:47.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:14:47 smithi055 ceph-mon[183057]: pgmap v2849: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:47.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:14:47 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:14:47.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:14:47 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:14:47.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:14:47 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:14:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:14:49 smithi082 ceph-mon[180771]: pgmap v2850: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:49.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:14:49 smithi055 ceph-mon[185614]: pgmap v2850: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:49.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:14:49 smithi055 ceph-mon[183057]: pgmap v2850: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:14:51 smithi082 ceph-mon[180771]: pgmap v2851: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:51.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:14:51 smithi055 ceph-mon[185614]: pgmap v2851: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:51.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:14:51 smithi055 ceph-mon[183057]: pgmap v2851: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:53.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:14:53 smithi082 ceph-mon[180771]: pgmap v2852: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:53.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:14:53 smithi055 ceph-mon[185614]: pgmap v2852: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:53.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:14:53 smithi055 ceph-mon[183057]: pgmap v2852: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:54.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:14:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:14:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:14:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:14:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:14:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:14:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:14:55 smithi082 ceph-mon[180771]: pgmap v2853: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:55.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:14:55 smithi055 ceph-mon[185614]: pgmap v2853: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:14:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:14:55] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:14:55.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:14:55 smithi055 ceph-mon[183057]: pgmap v2853: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:14:57 smithi082 ceph-mon[180771]: pgmap v2854: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:57.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:14:57 smithi055 ceph-mon[185614]: pgmap v2854: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:57.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:14:57 smithi055 ceph-mon[183057]: pgmap v2854: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:14:59 smithi082 ceph-mon[180771]: pgmap v2855: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:59.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:14:59 smithi055 ceph-mon[185614]: pgmap v2855: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:14:59.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:14:59 smithi055 ceph-mon[183057]: pgmap v2855: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-10-14T01:15:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:15:01 smithi082 ceph-mon[180771]: pgmap v2856: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:01.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:15:01 smithi055 ceph-mon[185614]: pgmap v2856: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:01.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:15:01 smithi055 ceph-mon[183057]: pgmap v2856: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:03.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:15:02 smithi055 ceph-mon[185614]: pgmap v2857: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:03.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:15:02 smithi055 ceph-mon[183057]: pgmap v2857: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:15:02 smithi082 ceph-mon[180771]: pgmap v2857: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:05.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:15:04 smithi055 ceph-mon[185614]: pgmap v2858: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:05.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:15:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:15:05] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:15:05.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:15:04 smithi055 ceph-mon[183057]: pgmap v2858: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:05.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:15:04 smithi082 ceph-mon[180771]: pgmap v2858: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:07.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:15:06 smithi055 ceph-mon[185614]: pgmap v2859: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:07.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:15:06 smithi055 ceph-mon[183057]: pgmap v2859: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:15:06 smithi082 ceph-mon[180771]: pgmap v2859: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:09.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:15:09 smithi055 ceph-mon[185614]: pgmap v2860: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:09.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:15:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:15:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:15:09 smithi055 ceph-mon[183057]: pgmap v2860: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:15:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:15:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:15:09 smithi082 ceph-mon[180771]: pgmap v2860: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:15:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:15:11.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:15:11 smithi055 ceph-mon[185614]: pgmap v2861: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:11.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:15:11 smithi055 ceph-mon[183057]: pgmap v2861: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:15:11 smithi082 ceph-mon[180771]: pgmap v2861: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:13.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:15:12 smithi055 ceph-mon[185614]: pgmap v2862: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:13.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:15:12 smithi055 ceph-mon[183057]: pgmap v2862: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:15:12 smithi082 ceph-mon[180771]: pgmap v2862: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:15.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:15:14 smithi055 ceph-mon[185614]: pgmap v2863: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:15.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:15:14 smithi055 ceph-mon[183057]: pgmap v2863: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:15.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:15:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:15:15] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:15:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:15:14 smithi082 ceph-mon[180771]: pgmap v2863: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:17.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:15:16 smithi055 ceph-mon[185614]: pgmap v2864: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:17.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:15:16 smithi055 ceph-mon[183057]: pgmap v2864: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:15:16 smithi082 ceph-mon[180771]: pgmap v2864: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:19.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:15:19 smithi055 ceph-mon[185614]: pgmap v2865: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:19.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:15:19 smithi055 ceph-mon[183057]: pgmap v2865: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:15:19 smithi082 ceph-mon[180771]: pgmap v2865: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:21.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:15:21 smithi055 ceph-mon[185614]: pgmap v2866: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:21.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:15:21 smithi055 ceph-mon[183057]: pgmap v2866: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:15:21 smithi082 ceph-mon[180771]: pgmap v2866: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:23.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:15:22 smithi055 ceph-mon[185614]: pgmap v2867: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:23.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:15:22 smithi055 ceph-mon[183057]: pgmap v2867: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:15:22 smithi082 ceph-mon[180771]: pgmap v2867: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:24.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:15:23 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:15:24.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:15:23 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:15:24.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:15:23 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:15:25.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:15:25 smithi055 ceph-mon[185614]: pgmap v2868: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:25.269 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:15:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:15:25] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T01:15:25.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:15:24 smithi055 ceph-mon[183057]: pgmap v2868: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:15:24 smithi082 ceph-mon[180771]: pgmap v2868: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:27.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:15:27 smithi055 ceph-mon[185614]: pgmap v2869: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:27.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:15:27 smithi055 ceph-mon[183057]: pgmap v2869: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:15:27 smithi082 ceph-mon[180771]: pgmap v2869: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:29.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:15:29 smithi055 ceph-mon[185614]: pgmap v2870: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:29.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:15:29 smithi055 ceph-mon[183057]: pgmap v2870: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:15:29 smithi082 ceph-mon[180771]: pgmap v2870: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:15:31 smithi082 ceph-mon[180771]: pgmap v2871: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:31.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:15:31 smithi055 ceph-mon[183057]: pgmap v2871: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:31.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:15:31 smithi055 ceph-mon[185614]: pgmap v2871: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:33.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:15:32 smithi055 ceph-mon[185614]: pgmap v2872: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:33.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:15:32 smithi055 ceph-mon[183057]: pgmap v2872: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:15:32 smithi082 ceph-mon[180771]: pgmap v2872: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:35.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:15:35 smithi082 ceph-mon[180771]: pgmap v2873: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:35.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:15:35 smithi055 ceph-mon[185614]: pgmap v2873: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:15:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:15:35] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T01:15:35.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:15:35 smithi055 ceph-mon[183057]: pgmap v2873: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:15:37 smithi082 ceph-mon[180771]: pgmap v2874: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:37.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:15:37 smithi055 ceph-mon[185614]: pgmap v2874: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:37.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:15:37 smithi055 ceph-mon[183057]: pgmap v2874: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:15:39 smithi082 ceph-mon[180771]: pgmap v2875: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:15:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:15:39.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:15:39 smithi055 ceph-mon[185614]: pgmap v2875: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:39.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:15:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:15:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:15:39 smithi055 ceph-mon[183057]: pgmap v2875: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:15:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:15:41.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:15:41 smithi082 ceph-mon[180771]: pgmap v2876: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:41.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:15:41 smithi055 ceph-mon[185614]: pgmap v2876: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:41.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:15:41 smithi055 ceph-mon[183057]: pgmap v2876: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:43.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:15:43 smithi055 ceph-mon[185614]: pgmap v2877: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:43.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:15:43 smithi055 ceph-mon[183057]: pgmap v2877: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:43.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:15:43 smithi082 ceph-mon[180771]: pgmap v2877: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:45.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:15:45 smithi055 ceph-mon[185614]: pgmap v2878: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:45.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:15:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:15:45] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T01:15:45.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:15:45 smithi055 ceph-mon[183057]: pgmap v2878: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:45.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:15:45 smithi082 ceph-mon[180771]: pgmap v2878: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:15:47 smithi082 ceph-mon[180771]: pgmap v2879: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:15:47 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:15:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:15:47 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:15:47.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:15:47 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:15:47.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:15:47 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:15:47.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:15:47 smithi055 ceph-mon[185614]: pgmap v2879: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:47.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:15:47 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:15:47.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:15:47 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:15:47.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:15:47 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:15:47.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:15:47 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:15:47.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:15:47 smithi055 ceph-mon[183057]: pgmap v2879: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:47.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:15:47 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:15:47.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:15:47 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:15:47.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:15:47 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:15:47.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:15:47 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:15:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:15:49 smithi082 ceph-mon[180771]: pgmap v2880: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:49.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:15:49 smithi055 ceph-mon[185614]: pgmap v2880: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:49.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:15:49 smithi055 ceph-mon[183057]: pgmap v2880: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:15:51 smithi082 ceph-mon[180771]: pgmap v2881: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:51.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:15:51 smithi055 ceph-mon[185614]: pgmap v2881: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:51.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:15:51 smithi055 ceph-mon[183057]: pgmap v2881: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:53.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:15:53 smithi055 ceph-mon[185614]: pgmap v2882: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:53.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:15:53 smithi055 ceph-mon[183057]: pgmap v2882: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:53.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:15:53 smithi082 ceph-mon[180771]: pgmap v2882: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:54.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:15:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:15:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:15:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:15:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:15:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:15:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:15:55 smithi082 ceph-mon[180771]: pgmap v2883: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:55.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:15:55 smithi055 ceph-mon[185614]: pgmap v2883: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:15:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:15:55] "GET /metrics HTTP/1.1" 200 36238 "" "Prometheus/2.43.0" 2023-10-14T01:15:55.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:15:55 smithi055 ceph-mon[183057]: pgmap v2883: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:15:57 smithi082 ceph-mon[180771]: pgmap v2884: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:57.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:15:57 smithi055 ceph-mon[185614]: pgmap v2884: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:57.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:15:57 smithi055 ceph-mon[183057]: pgmap v2884: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:15:59 smithi082 ceph-mon[180771]: pgmap v2885: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:59.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:15:59 smithi055 ceph-mon[185614]: pgmap v2885: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:15:59.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:15:59 smithi055 ceph-mon[183057]: pgmap v2885: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:16:01 smithi082 ceph-mon[180771]: pgmap v2886: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:01.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:16:01 smithi055 ceph-mon[185614]: pgmap v2886: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:01.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:16:01 smithi055 ceph-mon[183057]: pgmap v2886: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:03.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:16:02 smithi055 ceph-mon[185614]: pgmap v2887: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:03.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:16:02 smithi055 ceph-mon[183057]: pgmap v2887: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:16:02 smithi082 ceph-mon[180771]: pgmap v2887: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:05.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:16:05 smithi082 ceph-mon[180771]: pgmap v2888: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:05.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:16:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:16:05] "GET /metrics HTTP/1.1" 200 36238 "" "Prometheus/2.43.0" 2023-10-14T01:16:05.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:16:05 smithi055 ceph-mon[185614]: pgmap v2888: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:05.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:16:05 smithi055 ceph-mon[183057]: pgmap v2888: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:16:07 smithi082 ceph-mon[180771]: pgmap v2889: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:07.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:16:07 smithi055 ceph-mon[185614]: pgmap v2889: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:07.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:16:07 smithi055 ceph-mon[183057]: pgmap v2889: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:16:09 smithi082 ceph-mon[180771]: pgmap v2890: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:16:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:16:09.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:16:09 smithi055 ceph-mon[185614]: pgmap v2890: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:09.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:16:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:16:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:16:09 smithi055 ceph-mon[183057]: pgmap v2890: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:16:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:16:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:16:11 smithi082 ceph-mon[180771]: pgmap v2891: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:11.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:16:11 smithi055 ceph-mon[185614]: pgmap v2891: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:11.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:16:11 smithi055 ceph-mon[183057]: pgmap v2891: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:13.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:16:12 smithi055 ceph-mon[185614]: pgmap v2892: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:13.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:16:12 smithi055 ceph-mon[183057]: pgmap v2892: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:16:12 smithi082 ceph-mon[180771]: pgmap v2892: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:15.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:16:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:16:15] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:16:15.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:16:15 smithi055 ceph-mon[183057]: pgmap v2893: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:15.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:16:15 smithi055 ceph-mon[185614]: pgmap v2893: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:16:15 smithi082 ceph-mon[180771]: pgmap v2893: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:17.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:16:17 smithi055 ceph-mon[185614]: pgmap v2894: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:17.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:16:17 smithi055 ceph-mon[183057]: pgmap v2894: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:16:17 smithi082 ceph-mon[180771]: pgmap v2894: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:16:19 smithi082 ceph-mon[180771]: pgmap v2895: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:19.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:16:19 smithi055 ceph-mon[185614]: pgmap v2895: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:19.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:16:19 smithi055 ceph-mon[183057]: pgmap v2895: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:16:21 smithi082 ceph-mon[180771]: pgmap v2896: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:21.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:16:21 smithi055 ceph-mon[185614]: pgmap v2896: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:21.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:16:21 smithi055 ceph-mon[183057]: pgmap v2896: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:23.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:16:23 smithi055 ceph-mon[185614]: pgmap v2897: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:23.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:16:23 smithi055 ceph-mon[183057]: pgmap v2897: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:16:23 smithi082 ceph-mon[180771]: pgmap v2897: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:24.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:16:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:16:24.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:16:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:16:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:16:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:16:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:16:25 smithi082 ceph-mon[180771]: pgmap v2898: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:25.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:16:25 smithi055 ceph-mon[185614]: pgmap v2898: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:16:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:16:25] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T01:16:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:16:25 smithi055 ceph-mon[183057]: pgmap v2898: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:16:27 smithi082 ceph-mon[180771]: pgmap v2899: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:27.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:16:27 smithi055 ceph-mon[185614]: pgmap v2899: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:27.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:16:27 smithi055 ceph-mon[183057]: pgmap v2899: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:16:29 smithi082 ceph-mon[180771]: pgmap v2900: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:29.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:16:29 smithi055 ceph-mon[185614]: pgmap v2900: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:16:29 smithi055 ceph-mon[183057]: pgmap v2900: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:16:31 smithi082 ceph-mon[180771]: pgmap v2901: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:31.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:16:31 smithi055 ceph-mon[185614]: pgmap v2901: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:31.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:16:31 smithi055 ceph-mon[183057]: pgmap v2901: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:33.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:16:33 smithi055 ceph-mon[185614]: pgmap v2902: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:33.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:16:33 smithi055 ceph-mon[183057]: pgmap v2902: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:16:33 smithi082 ceph-mon[180771]: pgmap v2902: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:35.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:16:35 smithi055 ceph-mon[185614]: pgmap v2903: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:35.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:16:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:16:35] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T01:16:35.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:16:35 smithi055 ceph-mon[183057]: pgmap v2903: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:35.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:16:35 smithi082 ceph-mon[180771]: pgmap v2903: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:16:37 smithi082 ceph-mon[180771]: pgmap v2904: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:37.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:16:37 smithi055 ceph-mon[185614]: pgmap v2904: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:37.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:16:37 smithi055 ceph-mon[183057]: pgmap v2904: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:16:39 smithi082 ceph-mon[180771]: pgmap v2905: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:16:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:16:39.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:16:39 smithi055 ceph-mon[185614]: pgmap v2905: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:39.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:16:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:16:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:16:39 smithi055 ceph-mon[183057]: pgmap v2905: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:16:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:16:41.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:16:41 smithi082 ceph-mon[180771]: pgmap v2906: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:41.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:16:41 smithi055 ceph-mon[185614]: pgmap v2906: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:41.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:16:41 smithi055 ceph-mon[183057]: pgmap v2906: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:43.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:16:43 smithi055 ceph-mon[185614]: pgmap v2907: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:43.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:16:43 smithi055 ceph-mon[183057]: pgmap v2907: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:43.378 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:16:43 smithi082 ceph-mon[180771]: pgmap v2907: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:45.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:16:45 smithi055 ceph-mon[183057]: pgmap v2908: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:45.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:16:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:16:45] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:16:45.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:16:45 smithi055 ceph-mon[185614]: pgmap v2908: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:45.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:16:45 smithi082 ceph-mon[180771]: pgmap v2908: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:47.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:16:47 smithi055 ceph-mon[183057]: pgmap v2909: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:47.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:16:47 smithi055 ceph-mon[185614]: pgmap v2909: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:16:47 smithi082 ceph-mon[180771]: pgmap v2909: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:48.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:16:48 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:16:48.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:16:48 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:16:48.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:16:48 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:16:48.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:16:48 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:16:48.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:16:48 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:16:48.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:16:48 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:16:48.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:16:48 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:16:48.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:16:48 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:16:48.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:16:48 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:16:48.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:16:48 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:16:48.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:16:48 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:16:48.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:16:48 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:16:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:16:49 smithi082 ceph-mon[180771]: pgmap v2910: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:49.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:16:49 smithi055 ceph-mon[185614]: pgmap v2910: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:49.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:16:49 smithi055 ceph-mon[183057]: pgmap v2910: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:16:51 smithi082 ceph-mon[180771]: pgmap v2911: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:51.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:16:51 smithi055 ceph-mon[185614]: pgmap v2911: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:51.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:16:51 smithi055 ceph-mon[183057]: pgmap v2911: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:53.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:16:53 smithi055 ceph-mon[185614]: pgmap v2912: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:53.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:16:53 smithi055 ceph-mon[183057]: pgmap v2912: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:53.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:16:53 smithi082 ceph-mon[180771]: pgmap v2912: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:54.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:16:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:16:54.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:16:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:16:54.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:16:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:16:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:16:55 smithi082 ceph-mon[180771]: pgmap v2913: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:55.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:16:55 smithi055 ceph-mon[185614]: pgmap v2913: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:16:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:16:55] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T01:16:55.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:16:55 smithi055 ceph-mon[183057]: pgmap v2913: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:16:57 smithi082 ceph-mon[180771]: pgmap v2914: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:57.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:16:57 smithi055 ceph-mon[185614]: pgmap v2914: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:57.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:16:57 smithi055 ceph-mon[183057]: pgmap v2914: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:16:59 smithi082 ceph-mon[180771]: pgmap v2915: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:59.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:16:59 smithi055 ceph-mon[185614]: pgmap v2915: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:16:59.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:16:59 smithi055 ceph-mon[183057]: pgmap v2915: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:17:01 smithi082 ceph-mon[180771]: pgmap v2916: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:01.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:17:01 smithi055 ceph-mon[185614]: pgmap v2916: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:01.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:17:01 smithi055 ceph-mon[183057]: pgmap v2916: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:03.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:17:03 smithi055 ceph-mon[185614]: pgmap v2917: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:03.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:17:03 smithi055 ceph-mon[183057]: pgmap v2917: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:17:03 smithi082 ceph-mon[180771]: pgmap v2917: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:05.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:17:05 smithi082 ceph-mon[180771]: pgmap v2918: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:05.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:17:05 smithi055 ceph-mon[185614]: pgmap v2918: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:17:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:17:05] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T01:17:05.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:17:05 smithi055 ceph-mon[183057]: pgmap v2918: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:17:07 smithi082 ceph-mon[180771]: pgmap v2919: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:07.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:17:07 smithi055 ceph-mon[185614]: pgmap v2919: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:07.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:17:07 smithi055 ceph-mon[183057]: pgmap v2919: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:17:09 smithi082 ceph-mon[180771]: pgmap v2920: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:17:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:17:09.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:17:09 smithi055 ceph-mon[185614]: pgmap v2920: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:09.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:17:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:17:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:17:09 smithi055 ceph-mon[183057]: pgmap v2920: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:17:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:17:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:17:11 smithi082 ceph-mon[180771]: pgmap v2921: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:11.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:17:11 smithi055 ceph-mon[185614]: pgmap v2921: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:11.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:17:11 smithi055 ceph-mon[183057]: pgmap v2921: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:13.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:17:13 smithi055 ceph-mon[185614]: pgmap v2922: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:13.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:17:13 smithi055 ceph-mon[183057]: pgmap v2922: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:17:13 smithi082 ceph-mon[180771]: pgmap v2922: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:17:15 smithi082 ceph-mon[180771]: pgmap v2923: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:15.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:17:15 smithi055 ceph-mon[183057]: pgmap v2923: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:15.518 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:17:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:17:15] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T01:17:15.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:17:15 smithi055 ceph-mon[185614]: pgmap v2923: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:17:17 smithi082 ceph-mon[180771]: pgmap v2924: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:17.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:17:17 smithi055 ceph-mon[185614]: pgmap v2924: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:17.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:17:17 smithi055 ceph-mon[183057]: pgmap v2924: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:17:19 smithi082 ceph-mon[180771]: pgmap v2925: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:19.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:17:19 smithi055 ceph-mon[185614]: pgmap v2925: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:19.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:17:19 smithi055 ceph-mon[183057]: pgmap v2925: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:17:21 smithi082 ceph-mon[180771]: pgmap v2926: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:21.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:17:21 smithi055 ceph-mon[185614]: pgmap v2926: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:21.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:17:21 smithi055 ceph-mon[183057]: pgmap v2926: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:23.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:17:23 smithi055 ceph-mon[185614]: pgmap v2927: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:23.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:17:23 smithi055 ceph-mon[183057]: pgmap v2927: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:17:23 smithi082 ceph-mon[180771]: pgmap v2927: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:24.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:17:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:17:24.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:17:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:17:24.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:17:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:17:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:17:25 smithi082 ceph-mon[180771]: pgmap v2928: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:25.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:17:25 smithi055 ceph-mon[185614]: pgmap v2928: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:17:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:17:25] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T01:17:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:17:25 smithi055 ceph-mon[183057]: pgmap v2928: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:17:27 smithi082 ceph-mon[180771]: pgmap v2929: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:27.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:17:27 smithi055 ceph-mon[185614]: pgmap v2929: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:27.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:17:27 smithi055 ceph-mon[183057]: pgmap v2929: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:17:29 smithi082 ceph-mon[180771]: pgmap v2930: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:29.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:17:29 smithi055 ceph-mon[185614]: pgmap v2930: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:17:29 smithi055 ceph-mon[183057]: pgmap v2930: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:17:31 smithi082 ceph-mon[180771]: pgmap v2931: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:31.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:17:31 smithi055 ceph-mon[185614]: pgmap v2931: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:31.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:17:31 smithi055 ceph-mon[183057]: pgmap v2931: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:17:33 smithi082 ceph-mon[180771]: pgmap v2932: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:33.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:17:33 smithi055 ceph-mon[185614]: pgmap v2932: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:17:33 smithi055 ceph-mon[183057]: pgmap v2932: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:35.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:17:35 smithi082 ceph-mon[180771]: pgmap v2933: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:35.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:17:35 smithi055 ceph-mon[185614]: pgmap v2933: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:35.518 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:17:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:17:35] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T01:17:35.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:17:35 smithi055 ceph-mon[183057]: pgmap v2933: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:17:37 smithi082 ceph-mon[180771]: pgmap v2934: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:37.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:17:37 smithi055 ceph-mon[185614]: pgmap v2934: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:37.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:17:37 smithi055 ceph-mon[183057]: pgmap v2934: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:17:39 smithi082 ceph-mon[180771]: pgmap v2935: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:17:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:17:39.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:17:39 smithi055 ceph-mon[185614]: pgmap v2935: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:39.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:17:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:17:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:17:39 smithi055 ceph-mon[183057]: pgmap v2935: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:17:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:17:41.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:17:41 smithi082 ceph-mon[180771]: pgmap v2936: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:41.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:17:41 smithi055 ceph-mon[185614]: pgmap v2936: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:41.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:17:41 smithi055 ceph-mon[183057]: pgmap v2936: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:43.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:17:43 smithi082 ceph-mon[180771]: pgmap v2937: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:43.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:17:43 smithi055 ceph-mon[185614]: pgmap v2937: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:43.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:17:43 smithi055 ceph-mon[183057]: pgmap v2937: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:45.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:17:45 smithi082 ceph-mon[180771]: pgmap v2938: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:45.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:17:45 smithi055 ceph-mon[185614]: pgmap v2938: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:17:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:17:45] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:17:45.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:17:45 smithi055 ceph-mon[183057]: pgmap v2938: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:17:47 smithi082 ceph-mon[180771]: pgmap v2939: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:47.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:17:47 smithi055 ceph-mon[185614]: pgmap v2939: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:47.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:17:47 smithi055 ceph-mon[183057]: pgmap v2939: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:48.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:17:48 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:17:48.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:17:48 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:17:48.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:17:48 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:17:49.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:17:49 smithi055 ceph-mon[185614]: pgmap v2940: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:49.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:17:49 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:17:49.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:17:49 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:17:49.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:17:49 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:17:49.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:17:49 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:17:49.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:17:49 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:17:49.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:17:49 smithi055 ceph-mon[183057]: pgmap v2940: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:49.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:17:49 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:17:49.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:17:49 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:17:49.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:17:49 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:17:49.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:17:49 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:17:49.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:17:49 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:17:49.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:17:49 smithi082 ceph-mon[180771]: pgmap v2940: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:49.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:17:49 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:17:49.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:17:49 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:17:49.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:17:49 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:17:49.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:17:49 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:17:49.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:17:49 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:17:51.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:17:51 smithi055 ceph-mon[185614]: pgmap v2941: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:51.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:17:51 smithi055 ceph-mon[183057]: pgmap v2941: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:51.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:17:51 smithi082 ceph-mon[180771]: pgmap v2941: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:53.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:17:53 smithi055 ceph-mon[185614]: pgmap v2942: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:53.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:17:53 smithi055 ceph-mon[183057]: pgmap v2942: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:53.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:17:53 smithi082 ceph-mon[180771]: pgmap v2942: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:54.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:17:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:17:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:17:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:17:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:17:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:17:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:17:55 smithi082 ceph-mon[180771]: pgmap v2943: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:55.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:17:55 smithi055 ceph-mon[185614]: pgmap v2943: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:17:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:17:55] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:17:55.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:17:55 smithi055 ceph-mon[183057]: pgmap v2943: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:17:57 smithi082 ceph-mon[180771]: pgmap v2944: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:57.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:17:57 smithi055 ceph-mon[185614]: pgmap v2944: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:57.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:17:57 smithi055 ceph-mon[183057]: pgmap v2944: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:17:59 smithi082 ceph-mon[180771]: pgmap v2945: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:59.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:17:59 smithi055 ceph-mon[185614]: pgmap v2945: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:17:59.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:17:59 smithi055 ceph-mon[183057]: pgmap v2945: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:18:01 smithi082 ceph-mon[180771]: pgmap v2946: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:01.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:18:01 smithi055 ceph-mon[185614]: pgmap v2946: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:01.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:18:01 smithi055 ceph-mon[183057]: pgmap v2946: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:18:03 smithi082 ceph-mon[180771]: pgmap v2947: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:03.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:18:03 smithi055 ceph-mon[185614]: pgmap v2947: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:03.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:18:03 smithi055 ceph-mon[183057]: pgmap v2947: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:05.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:18:05 smithi082 ceph-mon[180771]: pgmap v2948: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:05.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:18:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:18:05] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:18:05.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:18:05 smithi055 ceph-mon[185614]: pgmap v2948: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:05.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:18:05 smithi055 ceph-mon[183057]: pgmap v2948: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:18:07 smithi082 ceph-mon[180771]: pgmap v2949: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:07.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:18:07 smithi055 ceph-mon[185614]: pgmap v2949: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:07.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:18:07 smithi055 ceph-mon[183057]: pgmap v2949: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:18:09 smithi082 ceph-mon[180771]: pgmap v2950: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:18:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:18:09.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:18:09 smithi055 ceph-mon[185614]: pgmap v2950: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:09.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:18:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:18:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:18:09 smithi055 ceph-mon[183057]: pgmap v2950: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:18:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:18:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:18:11 smithi082 ceph-mon[180771]: pgmap v2951: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:11.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:18:11 smithi055 ceph-mon[185614]: pgmap v2951: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:11.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:18:11 smithi055 ceph-mon[183057]: pgmap v2951: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:18:13 smithi082 ceph-mon[180771]: pgmap v2952: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:13.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:18:13 smithi055 ceph-mon[185614]: pgmap v2952: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:13.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:18:13 smithi055 ceph-mon[183057]: pgmap v2952: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:18:15 smithi082 ceph-mon[180771]: pgmap v2953: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:15.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:18:15 smithi055 ceph-mon[185614]: pgmap v2953: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:18:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:18:15] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:18:15.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:18:15 smithi055 ceph-mon[183057]: pgmap v2953: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:18:17 smithi082 ceph-mon[180771]: pgmap v2954: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:17.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:18:17 smithi055 ceph-mon[185614]: pgmap v2954: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:17.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:18:17 smithi055 ceph-mon[183057]: pgmap v2954: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:18:19 smithi082 ceph-mon[180771]: pgmap v2955: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:19.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:18:19 smithi055 ceph-mon[185614]: pgmap v2955: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:19.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:18:19 smithi055 ceph-mon[183057]: pgmap v2955: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:18:21 smithi082 ceph-mon[180771]: pgmap v2956: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:21.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:18:21 smithi055 ceph-mon[185614]: pgmap v2956: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:21.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:18:21 smithi055 ceph-mon[183057]: pgmap v2956: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:18:23 smithi082 ceph-mon[180771]: pgmap v2957: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:23.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:18:23 smithi055 ceph-mon[185614]: pgmap v2957: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:23.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:18:23 smithi055 ceph-mon[183057]: pgmap v2957: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:24.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:18:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:18:24.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:18:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:18:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:18:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:18:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:18:25 smithi082 ceph-mon[180771]: pgmap v2958: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:25.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:18:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:18:25] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T01:18:25.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:18:25 smithi055 ceph-mon[185614]: pgmap v2958: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:18:25 smithi055 ceph-mon[183057]: pgmap v2958: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:18:27 smithi082 ceph-mon[180771]: pgmap v2959: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:27.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:18:27 smithi055 ceph-mon[185614]: pgmap v2959: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:27.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:18:27 smithi055 ceph-mon[183057]: pgmap v2959: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:18:29 smithi082 ceph-mon[180771]: pgmap v2960: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:29.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:18:29 smithi055 ceph-mon[185614]: pgmap v2960: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:18:29 smithi055 ceph-mon[183057]: pgmap v2960: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:18:31 smithi082 ceph-mon[180771]: pgmap v2961: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:31.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:18:31 smithi055 ceph-mon[185614]: pgmap v2961: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:31.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:18:31 smithi055 ceph-mon[183057]: pgmap v2961: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:18:33 smithi082 ceph-mon[180771]: pgmap v2962: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:33.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:18:33 smithi055 ceph-mon[185614]: pgmap v2962: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:18:33 smithi055 ceph-mon[183057]: pgmap v2962: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:35.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:18:35 smithi082 ceph-mon[180771]: pgmap v2963: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:35.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:18:35 smithi055 ceph-mon[185614]: pgmap v2963: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:18:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:18:35] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T01:18:35.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:18:35 smithi055 ceph-mon[183057]: pgmap v2963: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:18:37 smithi082 ceph-mon[180771]: pgmap v2964: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:37.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:18:37 smithi055 ceph-mon[185614]: pgmap v2964: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:37.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:18:37 smithi055 ceph-mon[183057]: pgmap v2964: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:18:39 smithi082 ceph-mon[180771]: pgmap v2965: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:18:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:18:39.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:18:39 smithi055 ceph-mon[185614]: pgmap v2965: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:39.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:18:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:18:39.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:18:39 smithi055 ceph-mon[183057]: pgmap v2965: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:39.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:18:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:18:41.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:18:41 smithi082 ceph-mon[180771]: pgmap v2966: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:41.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:18:41 smithi055 ceph-mon[185614]: pgmap v2966: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:41.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:18:41 smithi055 ceph-mon[183057]: pgmap v2966: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:43.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:18:43 smithi082 ceph-mon[180771]: pgmap v2967: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:43.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:18:43 smithi055 ceph-mon[183057]: pgmap v2967: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:43.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:18:43 smithi055 ceph-mon[185614]: pgmap v2967: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:45.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:18:45 smithi082 ceph-mon[180771]: pgmap v2968: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:45.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:18:45 smithi055 ceph-mon[185614]: pgmap v2968: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:45.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:18:45 smithi055 ceph-mon[183057]: pgmap v2968: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:18:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:18:45] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T01:18:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:18:47 smithi082 ceph-mon[180771]: pgmap v2969: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:47.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:18:47 smithi055 ceph-mon[185614]: pgmap v2969: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:47.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:18:47 smithi055 ceph-mon[183057]: pgmap v2969: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:18:49 smithi082 ceph-mon[180771]: pgmap v2970: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:18:49 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:18:49.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:18:49 smithi055 ceph-mon[185614]: pgmap v2970: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:49.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:18:49 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:18:49.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:18:49 smithi055 ceph-mon[183057]: pgmap v2970: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:49.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:18:49 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:18:50.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:18:50 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:18:50.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:18:50 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:18:50.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:18:50 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:18:50.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:18:50 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:18:50.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:18:50 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:18:50.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:18:50 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:18:50.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:18:50 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:18:50.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:18:50 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:18:50.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:18:50 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:18:50.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:18:50 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:18:50.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:18:50 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:18:50.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:18:50 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:18:50.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:18:50 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:18:50.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:18:50 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:18:50.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:18:50 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:18:51.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:18:51 smithi055 ceph-mon[185614]: pgmap v2971: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:51.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:18:51 smithi055 ceph-mon[183057]: pgmap v2971: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:51.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:18:51 smithi082 ceph-mon[180771]: pgmap v2971: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:53.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:18:53 smithi082 ceph-mon[180771]: pgmap v2972: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:53.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:18:53 smithi055 ceph-mon[185614]: pgmap v2972: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:53.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:18:53 smithi055 ceph-mon[183057]: pgmap v2972: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:54.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:18:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:18:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:18:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:18:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:18:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:18:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:18:55 smithi082 ceph-mon[180771]: pgmap v2973: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:55.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:18:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:18:55] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T01:18:55.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:18:55 smithi055 ceph-mon[185614]: pgmap v2973: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:55.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:18:55 smithi055 ceph-mon[183057]: pgmap v2973: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:18:57 smithi082 ceph-mon[180771]: pgmap v2974: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:57.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:18:57 smithi055 ceph-mon[185614]: pgmap v2974: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:57.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:18:57 smithi055 ceph-mon[183057]: pgmap v2974: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:18:59 smithi082 ceph-mon[180771]: pgmap v2975: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:59.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:18:59 smithi055 ceph-mon[185614]: pgmap v2975: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:18:59.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:18:59 smithi055 ceph-mon[183057]: pgmap v2975: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:19:01 smithi082 ceph-mon[180771]: pgmap v2976: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:01.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:19:01 smithi055 ceph-mon[185614]: pgmap v2976: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:01.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:19:01 smithi055 ceph-mon[183057]: pgmap v2976: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:19:03 smithi082 ceph-mon[180771]: pgmap v2977: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:03.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:19:03 smithi055 ceph-mon[185614]: pgmap v2977: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:03.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:19:03 smithi055 ceph-mon[183057]: pgmap v2977: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:05.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:19:05 smithi082 ceph-mon[180771]: pgmap v2978: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:05.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:19:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:19:05] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T01:19:05.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:19:05 smithi055 ceph-mon[185614]: pgmap v2978: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:05.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:19:05 smithi055 ceph-mon[183057]: pgmap v2978: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:19:07 smithi082 ceph-mon[180771]: pgmap v2979: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:07.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:19:07 smithi055 ceph-mon[185614]: pgmap v2979: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:07.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:19:07 smithi055 ceph-mon[183057]: pgmap v2979: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:19:09 smithi082 ceph-mon[180771]: pgmap v2980: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:19:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:19:09.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:19:09 smithi055 ceph-mon[185614]: pgmap v2980: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:09.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:19:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:19:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:19:09 smithi055 ceph-mon[183057]: pgmap v2980: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:19:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:19:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:19:11 smithi082 ceph-mon[180771]: pgmap v2981: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:11.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:19:11 smithi055 ceph-mon[183057]: pgmap v2981: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:11.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:19:11 smithi055 ceph-mon[185614]: pgmap v2981: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:19:13 smithi082 ceph-mon[180771]: pgmap v2982: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:13.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:19:13 smithi055 ceph-mon[185614]: pgmap v2982: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:13.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:19:13 smithi055 ceph-mon[183057]: pgmap v2982: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:19:15 smithi082 ceph-mon[180771]: pgmap v2983: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:15.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:19:15 smithi055 ceph-mon[185614]: pgmap v2983: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:19:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:19:15] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T01:19:15.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:19:15 smithi055 ceph-mon[183057]: pgmap v2983: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:19:17 smithi082 ceph-mon[180771]: pgmap v2984: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:17.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:19:17 smithi055 ceph-mon[185614]: pgmap v2984: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:17.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:19:17 smithi055 ceph-mon[183057]: pgmap v2984: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:19:19 smithi082 ceph-mon[180771]: pgmap v2985: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:19.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:19:19 smithi055 ceph-mon[185614]: pgmap v2985: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:19.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:19:19 smithi055 ceph-mon[183057]: pgmap v2985: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:19:21 smithi082 ceph-mon[180771]: pgmap v2986: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:21.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:19:21 smithi055 ceph-mon[185614]: pgmap v2986: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:21.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:19:21 smithi055 ceph-mon[183057]: pgmap v2986: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:19:23 smithi082 ceph-mon[180771]: pgmap v2987: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:23.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:19:23 smithi055 ceph-mon[185614]: pgmap v2987: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:23.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:19:23 smithi055 ceph-mon[183057]: pgmap v2987: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:24.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:19:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:19:24.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:19:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:19:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:19:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:19:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:19:25 smithi082 ceph-mon[180771]: pgmap v2988: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:25.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:19:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:19:25] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:19:25.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:19:25 smithi055 ceph-mon[185614]: pgmap v2988: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:19:25 smithi055 ceph-mon[183057]: pgmap v2988: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:19:27 smithi082 ceph-mon[180771]: pgmap v2989: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:27.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:19:27 smithi055 ceph-mon[185614]: pgmap v2989: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:27.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:19:27 smithi055 ceph-mon[183057]: pgmap v2989: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:27.875 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 01:19:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[225424]: logger=cleanup t=2023-10-14T01:19:27.475039997Z level=info msg="Completed cleanup jobs" duration=11.473769ms 2023-10-14T01:19:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:19:29 smithi082 ceph-mon[180771]: pgmap v2990: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:29.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:19:29 smithi055 ceph-mon[185614]: pgmap v2990: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:19:29 smithi055 ceph-mon[183057]: pgmap v2990: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:19:31 smithi082 ceph-mon[180771]: pgmap v2991: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:31.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:19:31 smithi055 ceph-mon[185614]: pgmap v2991: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:31.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:19:31 smithi055 ceph-mon[183057]: pgmap v2991: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:19:33 smithi082 ceph-mon[180771]: pgmap v2992: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:19:33 smithi055 ceph-mon[183057]: pgmap v2992: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:33.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:19:33 smithi055 ceph-mon[185614]: pgmap v2992: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:35.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:19:35 smithi082 ceph-mon[180771]: pgmap v2993: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:35.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:19:35 smithi055 ceph-mon[185614]: pgmap v2993: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:19:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:19:35] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:19:35.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:19:35 smithi055 ceph-mon[183057]: pgmap v2993: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:19:37 smithi082 ceph-mon[180771]: pgmap v2994: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:37.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:19:37 smithi055 ceph-mon[185614]: pgmap v2994: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:37.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:19:37 smithi055 ceph-mon[183057]: pgmap v2994: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:39.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:19:39 smithi055 ceph-mon[185614]: pgmap v2995: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:39.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:19:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:19:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:19:39 smithi055 ceph-mon[183057]: pgmap v2995: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:19:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:19:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:19:39 smithi082 ceph-mon[180771]: pgmap v2995: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:19:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:19:41.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:19:41 smithi055 ceph-mon[185614]: pgmap v2996: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:41.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:19:41 smithi055 ceph-mon[183057]: pgmap v2996: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:41.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:19:41 smithi082 ceph-mon[180771]: pgmap v2996: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:43.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:19:43 smithi082 ceph-mon[180771]: pgmap v2997: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:43.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:19:43 smithi055 ceph-mon[185614]: pgmap v2997: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:43.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:19:43 smithi055 ceph-mon[183057]: pgmap v2997: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:45.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:19:45 smithi082 ceph-mon[180771]: pgmap v2998: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:45.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:19:45 smithi055 ceph-mon[185614]: pgmap v2998: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:19:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:19:45] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:19:45.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:19:45 smithi055 ceph-mon[183057]: pgmap v2998: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:19:47 smithi082 ceph-mon[180771]: pgmap v2999: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:47.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:19:47 smithi055 ceph-mon[185614]: pgmap v2999: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:47.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:19:47 smithi055 ceph-mon[183057]: pgmap v2999: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:19:49 smithi082 ceph-mon[180771]: pgmap v3000: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:49.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:19:49 smithi055 ceph-mon[185614]: pgmap v3000: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:49.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:19:49 smithi055 ceph-mon[183057]: pgmap v3000: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:50.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:19:50 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:19:50.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:19:50 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:19:50.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:19:50 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:19:51.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:19:51 smithi055 ceph-mon[185614]: pgmap v3001: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:51.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:19:51 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:19:51.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:19:51 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:19:51.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:19:51 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:19:51.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:19:51 smithi055 ceph-mon[183057]: pgmap v3001: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:51.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:19:51 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:19:51.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:19:51 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:19:51.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:19:51 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:19:51.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:19:51 smithi082 ceph-mon[180771]: pgmap v3001: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:51.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:19:51 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:19:51.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:19:51 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:19:51.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:19:51 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:19:53.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:19:53 smithi082 ceph-mon[180771]: pgmap v3002: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:53.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:19:53 smithi055 ceph-mon[185614]: pgmap v3002: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:53.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:19:53 smithi055 ceph-mon[183057]: pgmap v3002: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:54.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:19:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:19:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:19:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:19:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:19:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:19:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:19:55 smithi082 ceph-mon[180771]: pgmap v3003: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:55.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:19:55 smithi055 ceph-mon[185614]: pgmap v3003: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:19:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:19:55] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T01:19:55.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:19:55 smithi055 ceph-mon[183057]: pgmap v3003: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:19:57 smithi082 ceph-mon[180771]: pgmap v3004: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:57.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:19:57 smithi055 ceph-mon[185614]: pgmap v3004: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:57.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:19:57 smithi055 ceph-mon[183057]: pgmap v3004: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:19:59 smithi082 ceph-mon[180771]: pgmap v3005: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:59.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:19:59 smithi055 ceph-mon[185614]: pgmap v3005: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:19:59.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:19:59 smithi055 ceph-mon[183057]: pgmap v3005: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:00.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:20:00 smithi082 ceph-mon[180771]: overall HEALTH_OK 2023-10-14T01:20:00.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:20:00 smithi055 ceph-mon[185614]: overall HEALTH_OK 2023-10-14T01:20:00.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:20:00 smithi055 ceph-mon[183057]: overall HEALTH_OK 2023-10-14T01:20:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:20:01 smithi082 ceph-mon[180771]: pgmap v3006: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:01.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:20:01 smithi055 ceph-mon[185614]: pgmap v3006: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:01.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:20:01 smithi055 ceph-mon[183057]: pgmap v3006: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:20:03 smithi082 ceph-mon[180771]: pgmap v3007: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:03.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:20:03 smithi055 ceph-mon[185614]: pgmap v3007: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:03.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:20:03 smithi055 ceph-mon[183057]: pgmap v3007: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:05.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:20:05 smithi082 ceph-mon[180771]: pgmap v3008: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:05.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:20:05 smithi055 ceph-mon[185614]: pgmap v3008: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:20:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:20:05] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T01:20:05.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:20:05 smithi055 ceph-mon[183057]: pgmap v3008: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:20:07 smithi082 ceph-mon[180771]: pgmap v3009: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:07.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:20:07 smithi055 ceph-mon[185614]: pgmap v3009: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:07.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:20:07 smithi055 ceph-mon[183057]: pgmap v3009: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:20:09 smithi082 ceph-mon[180771]: pgmap v3010: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:20:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:20:09.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:20:09 smithi055 ceph-mon[185614]: pgmap v3010: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:09.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:20:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:20:09.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:20:09 smithi055 ceph-mon[183057]: pgmap v3010: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:09.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:20:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:20:11.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:20:11 smithi055 ceph-mon[185614]: pgmap v3011: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:11.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:20:11 smithi055 ceph-mon[183057]: pgmap v3011: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:11.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:20:11 smithi082 ceph-mon[180771]: pgmap v3011: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:20:13 smithi082 ceph-mon[180771]: pgmap v3012: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:13.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:20:13 smithi055 ceph-mon[185614]: pgmap v3012: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:13.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:20:13 smithi055 ceph-mon[183057]: pgmap v3012: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:15.378 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:20:15 smithi082 ceph-mon[180771]: pgmap v3013: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:15.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:20:15 smithi055 ceph-mon[185614]: pgmap v3013: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:20:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:20:15] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T01:20:15.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:20:15 smithi055 ceph-mon[183057]: pgmap v3013: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:17.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:20:17 smithi055 ceph-mon[185614]: pgmap v3014: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:17.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:20:17 smithi055 ceph-mon[183057]: pgmap v3014: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:17.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:20:17 smithi082 ceph-mon[180771]: pgmap v3014: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:19.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:20:19 smithi055 ceph-mon[185614]: pgmap v3015: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:19.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:20:19 smithi055 ceph-mon[183057]: pgmap v3015: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:19.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:20:19 smithi082 ceph-mon[180771]: pgmap v3015: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:21.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:20:21 smithi055 ceph-mon[185614]: pgmap v3016: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:21.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:20:21 smithi055 ceph-mon[183057]: pgmap v3016: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:21.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:20:21 smithi082 ceph-mon[180771]: pgmap v3016: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:20:23 smithi082 ceph-mon[180771]: pgmap v3017: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:23.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:20:23 smithi055 ceph-mon[185614]: pgmap v3017: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:23.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:20:23 smithi055 ceph-mon[183057]: pgmap v3017: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:24.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:20:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:20:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:20:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:20:24.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:20:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:20:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:20:25 smithi082 ceph-mon[180771]: pgmap v3018: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:25.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:20:25 smithi055 ceph-mon[185614]: pgmap v3018: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:20:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:20:25] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T01:20:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:20:25 smithi055 ceph-mon[183057]: pgmap v3018: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:27.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:20:27 smithi055 ceph-mon[185614]: pgmap v3019: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:27.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:20:27 smithi055 ceph-mon[183057]: pgmap v3019: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:27.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:20:27 smithi082 ceph-mon[180771]: pgmap v3019: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:29.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:20:29 smithi055 ceph-mon[185614]: pgmap v3020: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:20:29 smithi055 ceph-mon[183057]: pgmap v3020: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:29.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:20:29 smithi082 ceph-mon[180771]: pgmap v3020: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:31.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:20:31 smithi055 ceph-mon[185614]: pgmap v3021: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:31.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:20:31 smithi055 ceph-mon[183057]: pgmap v3021: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:31.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:20:31 smithi082 ceph-mon[180771]: pgmap v3021: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:20:33 smithi082 ceph-mon[180771]: pgmap v3022: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:33.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:20:33 smithi055 ceph-mon[185614]: pgmap v3022: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:33.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:20:33 smithi055 ceph-mon[183057]: pgmap v3022: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:35.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:20:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:20:35] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T01:20:35.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:20:35 smithi055 ceph-mon[185614]: pgmap v3023: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:35.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:20:35 smithi055 ceph-mon[183057]: pgmap v3023: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:35.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:20:35 smithi082 ceph-mon[180771]: pgmap v3023: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:37.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:20:37 smithi055 ceph-mon[185614]: pgmap v3024: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:37.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:20:37 smithi055 ceph-mon[183057]: pgmap v3024: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:37.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:20:37 smithi082 ceph-mon[180771]: pgmap v3024: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:39.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:20:39 smithi055 ceph-mon[185614]: pgmap v3025: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:39.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:20:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:20:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:20:39 smithi055 ceph-mon[183057]: pgmap v3025: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:20:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:20:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:20:39 smithi082 ceph-mon[180771]: pgmap v3025: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:20:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:20:41.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:20:41 smithi055 ceph-mon[185614]: pgmap v3026: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:41.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:20:41 smithi055 ceph-mon[183057]: pgmap v3026: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:41.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:20:41 smithi082 ceph-mon[180771]: pgmap v3026: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:43.391 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:20:43 smithi082 ceph-mon[180771]: pgmap v3027: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:43.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:20:43 smithi055 ceph-mon[185614]: pgmap v3027: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:43.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:20:43 smithi055 ceph-mon[183057]: pgmap v3027: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:45.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:20:45 smithi055 ceph-mon[185614]: pgmap v3028: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:45.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:20:45 smithi055 ceph-mon[183057]: pgmap v3028: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:20:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:20:45] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T01:20:45.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:20:45 smithi082 ceph-mon[180771]: pgmap v3028: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:47.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:20:47 smithi055 ceph-mon[185614]: pgmap v3029: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:47.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:20:47 smithi055 ceph-mon[183057]: pgmap v3029: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:47.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:20:47 smithi082 ceph-mon[180771]: pgmap v3029: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:49.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:20:49 smithi055 ceph-mon[185614]: pgmap v3030: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:49.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:20:49 smithi055 ceph-mon[183057]: pgmap v3030: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:49.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:20:49 smithi082 ceph-mon[180771]: pgmap v3030: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:51.510 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:20:51 smithi082 ceph-mon[180771]: pgmap v3031: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:51.510 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:20:51 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:20:51.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:20:51 smithi055 ceph-mon[185614]: pgmap v3031: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:51.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:20:51 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:20:51.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:20:51 smithi055 ceph-mon[183057]: pgmap v3031: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:51.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:20:51 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:20:53.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:20:53 smithi082 ceph-mon[180771]: pgmap v3032: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:53.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:20:53 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:20:53.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:20:53 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:20:53.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:20:53 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:20:53.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:20:53 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:20:53.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:20:53 smithi055 ceph-mon[185614]: pgmap v3032: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:53.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:20:53 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:20:53.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:20:53 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:20:53.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:20:53 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:20:53.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:20:53 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:20:53.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:20:53 smithi055 ceph-mon[183057]: pgmap v3032: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:53.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:20:53 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:20:53.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:20:53 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:20:53.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:20:53 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:20:53.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:20:53 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:20:54.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:20:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:20:54.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:20:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:20:54.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:20:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:20:54.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:20:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:20:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:20:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:20:54.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:20:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:20:54.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:20:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:20:54.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:20:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:20:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:20:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:20:54.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:20:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:20:54.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:20:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:20:54.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:20:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:20:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:20:55 smithi082 ceph-mon[180771]: pgmap v3033: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:55.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:20:55 smithi055 ceph-mon[185614]: pgmap v3033: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:20:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:20:55] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:20:55.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:20:55 smithi055 ceph-mon[183057]: pgmap v3033: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:57.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:20:57 smithi055 ceph-mon[185614]: pgmap v3034: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:57.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:20:57 smithi055 ceph-mon[183057]: pgmap v3034: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:57.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:20:57 smithi082 ceph-mon[180771]: pgmap v3034: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:59.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:20:59 smithi055 ceph-mon[185614]: pgmap v3035: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:59.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:20:59 smithi055 ceph-mon[183057]: pgmap v3035: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:20:59.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:20:59 smithi082 ceph-mon[180771]: pgmap v3035: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:01.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:21:01 smithi055 ceph-mon[183057]: pgmap v3036: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:01.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:21:01 smithi055 ceph-mon[185614]: pgmap v3036: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:01.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:21:01 smithi082 ceph-mon[180771]: pgmap v3036: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:21:03 smithi082 ceph-mon[180771]: pgmap v3037: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:03.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:21:03 smithi055 ceph-mon[185614]: pgmap v3037: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:03.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:21:03 smithi055 ceph-mon[183057]: pgmap v3037: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:05.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:21:05 smithi055 ceph-mon[185614]: pgmap v3038: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:05.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:21:05 smithi055 ceph-mon[183057]: pgmap v3038: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:21:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:21:05] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:21:05.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:21:05 smithi082 ceph-mon[180771]: pgmap v3038: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:07.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:21:07 smithi055 ceph-mon[185614]: pgmap v3039: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:07.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:21:07 smithi055 ceph-mon[183057]: pgmap v3039: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:07.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:21:07 smithi082 ceph-mon[180771]: pgmap v3039: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:09.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:21:09 smithi055 ceph-mon[185614]: pgmap v3040: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:09.553 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:21:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:21:09.553 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:21:09 smithi055 ceph-mon[183057]: pgmap v3040: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:09.554 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:21:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:21:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:21:09 smithi082 ceph-mon[180771]: pgmap v3040: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:21:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:21:11.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:21:11 smithi055 ceph-mon[183057]: pgmap v3041: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:11.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:21:11 smithi055 ceph-mon[185614]: pgmap v3041: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:11.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:21:11 smithi082 ceph-mon[180771]: pgmap v3041: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:21:13 smithi082 ceph-mon[180771]: pgmap v3042: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:13.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:21:13 smithi055 ceph-mon[185614]: pgmap v3042: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:13.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:21:13 smithi055 ceph-mon[183057]: pgmap v3042: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:15.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:21:15 smithi055 ceph-mon[185614]: pgmap v3043: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:21:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:21:15] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T01:21:15.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:21:15 smithi055 ceph-mon[183057]: pgmap v3043: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:15.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:21:15 smithi082 ceph-mon[180771]: pgmap v3043: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:17.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:21:17 smithi055 ceph-mon[185614]: pgmap v3044: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:17.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:21:17 smithi055 ceph-mon[183057]: pgmap v3044: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:17.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:21:17 smithi082 ceph-mon[180771]: pgmap v3044: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:19.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:21:19 smithi055 ceph-mon[185614]: pgmap v3045: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:19.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:21:19 smithi055 ceph-mon[183057]: pgmap v3045: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:19.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:21:19 smithi082 ceph-mon[180771]: pgmap v3045: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:21.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:21:21 smithi055 ceph-mon[185614]: pgmap v3046: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:21.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:21:21 smithi055 ceph-mon[183057]: pgmap v3046: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:21.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:21:21 smithi082 ceph-mon[180771]: pgmap v3046: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:21:23 smithi082 ceph-mon[180771]: pgmap v3047: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:23.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:21:23 smithi055 ceph-mon[185614]: pgmap v3047: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:23.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:21:23 smithi055 ceph-mon[183057]: pgmap v3047: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:24.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:21:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:21:24.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:21:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:21:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:21:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:21:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:21:25 smithi082 ceph-mon[180771]: pgmap v3048: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:25.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:21:25 smithi055 ceph-mon[185614]: pgmap v3048: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:21:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:21:25] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T01:21:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:21:25 smithi055 ceph-mon[183057]: pgmap v3048: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:27.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:21:27 smithi055 ceph-mon[185614]: pgmap v3049: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:27.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:21:27 smithi055 ceph-mon[183057]: pgmap v3049: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:27.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:21:27 smithi082 ceph-mon[180771]: pgmap v3049: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:29.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:21:29 smithi055 ceph-mon[185614]: pgmap v3050: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:21:29 smithi055 ceph-mon[183057]: pgmap v3050: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:29.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:21:29 smithi082 ceph-mon[180771]: pgmap v3050: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:31.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:21:31 smithi055 ceph-mon[185614]: pgmap v3051: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:31.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:21:31 smithi055 ceph-mon[183057]: pgmap v3051: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:31.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:21:31 smithi082 ceph-mon[180771]: pgmap v3051: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:21:33 smithi082 ceph-mon[180771]: pgmap v3052: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:33.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:21:33 smithi055 ceph-mon[185614]: pgmap v3052: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:21:33 smithi055 ceph-mon[183057]: pgmap v3052: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:21:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:21:35] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T01:21:35.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:21:35 smithi055 ceph-mon[185614]: pgmap v3053: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:35.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:21:35 smithi055 ceph-mon[183057]: pgmap v3053: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:35.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:21:35 smithi082 ceph-mon[180771]: pgmap v3053: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:37.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:21:37 smithi055 ceph-mon[185614]: pgmap v3054: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:37.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:21:37 smithi055 ceph-mon[183057]: pgmap v3054: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:37.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:21:37 smithi082 ceph-mon[180771]: pgmap v3054: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:39.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:21:39 smithi055 ceph-mon[185614]: pgmap v3055: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:39.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:21:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:21:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:21:39 smithi055 ceph-mon[183057]: pgmap v3055: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:21:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:21:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:21:39 smithi082 ceph-mon[180771]: pgmap v3055: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:21:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:21:41.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:21:41 smithi055 ceph-mon[185614]: pgmap v3056: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:41.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:21:41 smithi055 ceph-mon[183057]: pgmap v3056: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:41.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:21:41 smithi082 ceph-mon[180771]: pgmap v3056: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:43.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:21:43 smithi082 ceph-mon[180771]: pgmap v3057: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:43.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:21:43 smithi055 ceph-mon[185614]: pgmap v3057: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:43.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:21:43 smithi055 ceph-mon[183057]: pgmap v3057: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:45.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:21:45 smithi055 ceph-mon[185614]: pgmap v3058: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:21:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:21:45] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T01:21:45.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:21:45 smithi055 ceph-mon[183057]: pgmap v3058: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:45.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:21:45 smithi082 ceph-mon[180771]: pgmap v3058: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:47.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:21:47 smithi055 ceph-mon[185614]: pgmap v3059: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:47.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:21:47 smithi055 ceph-mon[183057]: pgmap v3059: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:47.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:21:47 smithi082 ceph-mon[180771]: pgmap v3059: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:49.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:21:49 smithi055 ceph-mon[185614]: pgmap v3060: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:49.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:21:49 smithi055 ceph-mon[183057]: pgmap v3060: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:49.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:21:49 smithi082 ceph-mon[180771]: pgmap v3060: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:51.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:21:51 smithi055 ceph-mon[185614]: pgmap v3061: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:51.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:21:51 smithi055 ceph-mon[183057]: pgmap v3061: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:51.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:21:51 smithi082 ceph-mon[180771]: pgmap v3061: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:53.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:21:53 smithi082 ceph-mon[180771]: pgmap v3062: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:53.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:21:53 smithi055 ceph-mon[185614]: pgmap v3062: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:53.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:21:53 smithi055 ceph-mon[183057]: pgmap v3062: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:54.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:21:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:21:54.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:21:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:21:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:21:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:21:54.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:21:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:21:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:21:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:21:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:21:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:21:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:21:55 smithi082 ceph-mon[180771]: pgmap v3063: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:21:55 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:21:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:21:55 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:21:55.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:21:55 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:21:55.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:21:55 smithi055 ceph-mon[183057]: pgmap v3063: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:55.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:21:55 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:21:55.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:21:55 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:21:55.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:21:55 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:21:55.518 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:21:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:21:55] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:21:55.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:21:55 smithi055 ceph-mon[185614]: pgmap v3063: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:55.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:21:55 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:21:55.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:21:55 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:21:55.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:21:55 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:21:57.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:21:57 smithi055 ceph-mon[185614]: pgmap v3064: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:57.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:21:57 smithi055 ceph-mon[183057]: pgmap v3064: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:57.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:21:57 smithi082 ceph-mon[180771]: pgmap v3064: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:59.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:21:59 smithi055 ceph-mon[185614]: pgmap v3065: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:59.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:21:59 smithi055 ceph-mon[183057]: pgmap v3065: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:21:59.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:21:59 smithi082 ceph-mon[180771]: pgmap v3065: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:01.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:22:01 smithi055 ceph-mon[185614]: pgmap v3066: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:01.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:22:01 smithi055 ceph-mon[183057]: pgmap v3066: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:01.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:22:01 smithi082 ceph-mon[180771]: pgmap v3066: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:22:03 smithi082 ceph-mon[180771]: pgmap v3067: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:03.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:22:03 smithi055 ceph-mon[185614]: pgmap v3067: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:03.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:22:03 smithi055 ceph-mon[183057]: pgmap v3067: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:05.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:22:05 smithi055 ceph-mon[185614]: pgmap v3068: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:22:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:22:05] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:22:05.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:22:05 smithi055 ceph-mon[183057]: pgmap v3068: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:05.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:22:05 smithi082 ceph-mon[180771]: pgmap v3068: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:07.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:22:07 smithi055 ceph-mon[185614]: pgmap v3069: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:07.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:22:07 smithi055 ceph-mon[183057]: pgmap v3069: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:07.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:22:07 smithi082 ceph-mon[180771]: pgmap v3069: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:09.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:22:09 smithi055 ceph-mon[185614]: pgmap v3070: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:09.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:22:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:22:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:22:09 smithi055 ceph-mon[183057]: pgmap v3070: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:22:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:22:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:22:09 smithi082 ceph-mon[180771]: pgmap v3070: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:22:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:22:11.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:22:11 smithi055 ceph-mon[185614]: pgmap v3071: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:11.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:22:11 smithi055 ceph-mon[183057]: pgmap v3071: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:11.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:22:11 smithi082 ceph-mon[180771]: pgmap v3071: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:22:13 smithi082 ceph-mon[180771]: pgmap v3072: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:13.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:22:13 smithi055 ceph-mon[185614]: pgmap v3072: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:13.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:22:13 smithi055 ceph-mon[183057]: pgmap v3072: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:15.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:22:15 smithi055 ceph-mon[185614]: pgmap v3073: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:22:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:22:15] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:22:15.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:22:15 smithi055 ceph-mon[183057]: pgmap v3073: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:15.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:22:15 smithi082 ceph-mon[180771]: pgmap v3073: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:17.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:22:17 smithi055 ceph-mon[185614]: pgmap v3074: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:17.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:22:17 smithi055 ceph-mon[183057]: pgmap v3074: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:17.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:22:17 smithi082 ceph-mon[180771]: pgmap v3074: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:19.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:22:19 smithi055 ceph-mon[185614]: pgmap v3075: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:19.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:22:19 smithi055 ceph-mon[183057]: pgmap v3075: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:19.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:22:19 smithi082 ceph-mon[180771]: pgmap v3075: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:21.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:22:21 smithi055 ceph-mon[185614]: pgmap v3076: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:21.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:22:21 smithi055 ceph-mon[183057]: pgmap v3076: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:21.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:22:21 smithi082 ceph-mon[180771]: pgmap v3076: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:22:23 smithi082 ceph-mon[180771]: pgmap v3077: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:23.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:22:23 smithi055 ceph-mon[185614]: pgmap v3077: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:23.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:22:23 smithi055 ceph-mon[183057]: pgmap v3077: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:24.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:22:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:22:24.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:22:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:22:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:22:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:22:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:22:25 smithi082 ceph-mon[180771]: pgmap v3078: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:25.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:22:25 smithi055 ceph-mon[185614]: pgmap v3078: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:22:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:22:25] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T01:22:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:22:25 smithi055 ceph-mon[183057]: pgmap v3078: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:27.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:22:27 smithi055 ceph-mon[185614]: pgmap v3079: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:27.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:22:27 smithi055 ceph-mon[183057]: pgmap v3079: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:27.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:22:27 smithi082 ceph-mon[180771]: pgmap v3079: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:29.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:22:29 smithi055 ceph-mon[185614]: pgmap v3080: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:22:29 smithi055 ceph-mon[183057]: pgmap v3080: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:29.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:22:29 smithi082 ceph-mon[180771]: pgmap v3080: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:31.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:22:31 smithi055 ceph-mon[185614]: pgmap v3081: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:31.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:22:31 smithi055 ceph-mon[183057]: pgmap v3081: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:31.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:22:31 smithi082 ceph-mon[180771]: pgmap v3081: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:33.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:22:33 smithi082 ceph-mon[180771]: pgmap v3082: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:33.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:22:33 smithi055 ceph-mon[185614]: pgmap v3082: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:22:33 smithi055 ceph-mon[183057]: pgmap v3082: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:35.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:22:35 smithi055 ceph-mon[185614]: pgmap v3083: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:22:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:22:35] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T01:22:35.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:22:35 smithi055 ceph-mon[183057]: pgmap v3083: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:35.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:22:35 smithi082 ceph-mon[180771]: pgmap v3083: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:37.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:22:37 smithi055 ceph-mon[185614]: pgmap v3084: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:37.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:22:37 smithi055 ceph-mon[183057]: pgmap v3084: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:37.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:22:37 smithi082 ceph-mon[180771]: pgmap v3084: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:39.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:22:39 smithi055 ceph-mon[185614]: pgmap v3085: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:39.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:22:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:22:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:22:39 smithi055 ceph-mon[183057]: pgmap v3085: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:22:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:22:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:22:39 smithi082 ceph-mon[180771]: pgmap v3085: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:22:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:22:41.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:22:41 smithi055 ceph-mon[185614]: pgmap v3086: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:41.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:22:41 smithi055 ceph-mon[183057]: pgmap v3086: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:41.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:22:41 smithi082 ceph-mon[180771]: pgmap v3086: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:43.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:22:43 smithi082 ceph-mon[180771]: pgmap v3087: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:43.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:22:43 smithi055 ceph-mon[185614]: pgmap v3087: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:43.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:22:43 smithi055 ceph-mon[183057]: pgmap v3087: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:45.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:22:45 smithi055 ceph-mon[185614]: pgmap v3088: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:22:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:22:45] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T01:22:45.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:22:45 smithi055 ceph-mon[183057]: pgmap v3088: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:45.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:22:45 smithi082 ceph-mon[180771]: pgmap v3088: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:47.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:22:47 smithi055 ceph-mon[185614]: pgmap v3089: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:47.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:22:47 smithi055 ceph-mon[183057]: pgmap v3089: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:47.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:22:47 smithi082 ceph-mon[180771]: pgmap v3089: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:49.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:22:49 smithi055 ceph-mon[185614]: pgmap v3090: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:49.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:22:49 smithi055 ceph-mon[183057]: pgmap v3090: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:49.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:22:49 smithi082 ceph-mon[180771]: pgmap v3090: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:51.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:22:51 smithi055 ceph-mon[185614]: pgmap v3091: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:51.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:22:51 smithi055 ceph-mon[183057]: pgmap v3091: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:51.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:22:51 smithi082 ceph-mon[180771]: pgmap v3091: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:53.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:22:53 smithi082 ceph-mon[180771]: pgmap v3092: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:53.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:22:53 smithi055 ceph-mon[185614]: pgmap v3092: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:53.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:22:53 smithi055 ceph-mon[183057]: pgmap v3092: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:54.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:22:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:22:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:22:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:22:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:22:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:22:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:22:55 smithi082 ceph-mon[180771]: pgmap v3093: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:22:55 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:22:55.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:22:55 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:22:55.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:22:55 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:22:55.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:22:55 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:22:55.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:22:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:22:55] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:22:55.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:22:55 smithi055 ceph-mon[185614]: pgmap v3093: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:55.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:22:55 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:22:55.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:22:55 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:22:55.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:22:55 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:22:55.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:22:55 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:22:55.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:22:55 smithi055 ceph-mon[183057]: pgmap v3093: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:55.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:22:55 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:22:55.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:22:55 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:22:55.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:22:55 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:22:55.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:22:55 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:22:57.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:22:57 smithi055 ceph-mon[185614]: pgmap v3094: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:57.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:22:57 smithi055 ceph-mon[183057]: pgmap v3094: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:57.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:22:57 smithi082 ceph-mon[180771]: pgmap v3094: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:59.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:22:59 smithi055 ceph-mon[185614]: pgmap v3095: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:59.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:22:59 smithi055 ceph-mon[183057]: pgmap v3095: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:22:59.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:22:59 smithi082 ceph-mon[180771]: pgmap v3095: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:01.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:23:01 smithi055 ceph-mon[185614]: pgmap v3096: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:01.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:23:01 smithi055 ceph-mon[183057]: pgmap v3096: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:01.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:23:01 smithi082 ceph-mon[180771]: pgmap v3096: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:23:03 smithi082 ceph-mon[180771]: pgmap v3097: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:03.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:23:03 smithi055 ceph-mon[185614]: pgmap v3097: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:03.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:23:03 smithi055 ceph-mon[183057]: pgmap v3097: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:05.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:23:05 smithi055 ceph-mon[185614]: pgmap v3098: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:23:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:23:05] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:23:05.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:23:05 smithi055 ceph-mon[183057]: pgmap v3098: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:05.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:23:05 smithi082 ceph-mon[180771]: pgmap v3098: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:07.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:23:07 smithi055 ceph-mon[185614]: pgmap v3099: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:07.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:23:07 smithi055 ceph-mon[183057]: pgmap v3099: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:07.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:23:07 smithi082 ceph-mon[180771]: pgmap v3099: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:09.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:23:09 smithi055 ceph-mon[185614]: pgmap v3100: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:09.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:23:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:23:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:23:09 smithi055 ceph-mon[183057]: pgmap v3100: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:23:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:23:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:23:09 smithi082 ceph-mon[180771]: pgmap v3100: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:23:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:23:11.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:23:11 smithi055 ceph-mon[185614]: pgmap v3101: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:11.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:23:11 smithi055 ceph-mon[183057]: pgmap v3101: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:11.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:23:11 smithi082 ceph-mon[180771]: pgmap v3101: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:23:13 smithi082 ceph-mon[180771]: pgmap v3102: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:13.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:23:13 smithi055 ceph-mon[185614]: pgmap v3102: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:13.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:23:13 smithi055 ceph-mon[183057]: pgmap v3102: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:15.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:23:15 smithi055 ceph-mon[185614]: pgmap v3103: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:23:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:23:15] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:23:15.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:23:15 smithi055 ceph-mon[183057]: pgmap v3103: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:15.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:23:15 smithi082 ceph-mon[180771]: pgmap v3103: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:17.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:23:17 smithi055 ceph-mon[185614]: pgmap v3104: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:17.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:23:17 smithi055 ceph-mon[183057]: pgmap v3104: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:17.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:23:17 smithi082 ceph-mon[180771]: pgmap v3104: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:19.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:23:19 smithi055 ceph-mon[185614]: pgmap v3105: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:19.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:23:19 smithi055 ceph-mon[183057]: pgmap v3105: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:19.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:23:19 smithi082 ceph-mon[180771]: pgmap v3105: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:21.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:23:21 smithi055 ceph-mon[185614]: pgmap v3106: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:21.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:23:21 smithi055 ceph-mon[183057]: pgmap v3106: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:21.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:23:21 smithi082 ceph-mon[180771]: pgmap v3106: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:23:23 smithi082 ceph-mon[180771]: pgmap v3107: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:23.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:23:23 smithi055 ceph-mon[185614]: pgmap v3107: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:23.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:23:23 smithi055 ceph-mon[183057]: pgmap v3107: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:24.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:23:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:23:24.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:23:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:23:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:23:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:23:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:23:25 smithi082 ceph-mon[180771]: pgmap v3108: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:25.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:23:25 smithi055 ceph-mon[185614]: pgmap v3108: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:23:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:23:25] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:23:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:23:25 smithi055 ceph-mon[183057]: pgmap v3108: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:27.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:23:27 smithi055 ceph-mon[185614]: pgmap v3109: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:27.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:23:27 smithi055 ceph-mon[183057]: pgmap v3109: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:27.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:23:27 smithi082 ceph-mon[180771]: pgmap v3109: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:29.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:23:29 smithi055 ceph-mon[185614]: pgmap v3110: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:23:29 smithi055 ceph-mon[183057]: pgmap v3110: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:29.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:23:29 smithi082 ceph-mon[180771]: pgmap v3110: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:31.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:23:31 smithi055 ceph-mon[185614]: pgmap v3111: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:31.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:23:31 smithi055 ceph-mon[183057]: pgmap v3111: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:31.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:23:31 smithi082 ceph-mon[180771]: pgmap v3111: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:23:33 smithi082 ceph-mon[180771]: pgmap v3112: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:33.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:23:33 smithi055 ceph-mon[185614]: pgmap v3112: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:23:33 smithi055 ceph-mon[183057]: pgmap v3112: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:35.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:23:35 smithi055 ceph-mon[185614]: pgmap v3113: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:23:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:23:35] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:23:35.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:23:35 smithi055 ceph-mon[183057]: pgmap v3113: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:35.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:23:35 smithi082 ceph-mon[180771]: pgmap v3113: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:37.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:23:37 smithi055 ceph-mon[185614]: pgmap v3114: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:37.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:23:37 smithi055 ceph-mon[183057]: pgmap v3114: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:37.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:23:37 smithi082 ceph-mon[180771]: pgmap v3114: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:39.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:23:39 smithi055 ceph-mon[185614]: pgmap v3115: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:39.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:23:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:23:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:23:39 smithi055 ceph-mon[183057]: pgmap v3115: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:23:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:23:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:23:39 smithi082 ceph-mon[180771]: pgmap v3115: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:23:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:23:41.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:23:41 smithi055 ceph-mon[185614]: pgmap v3116: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:41.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:23:41 smithi055 ceph-mon[183057]: pgmap v3116: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:41.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:23:41 smithi082 ceph-mon[180771]: pgmap v3116: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:43.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:23:43 smithi082 ceph-mon[180771]: pgmap v3117: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:43.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:23:43 smithi055 ceph-mon[185614]: pgmap v3117: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:43.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:23:43 smithi055 ceph-mon[183057]: pgmap v3117: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:45.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:23:45 smithi055 ceph-mon[185614]: pgmap v3118: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:23:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:23:45] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T01:23:45.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:23:45 smithi055 ceph-mon[183057]: pgmap v3118: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:45.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:23:45 smithi082 ceph-mon[180771]: pgmap v3118: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:47.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:23:47 smithi055 ceph-mon[185614]: pgmap v3119: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:47.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:23:47 smithi055 ceph-mon[183057]: pgmap v3119: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:47.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:23:47 smithi082 ceph-mon[180771]: pgmap v3119: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:49.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:23:49 smithi055 ceph-mon[185614]: pgmap v3120: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:49.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:23:49 smithi055 ceph-mon[183057]: pgmap v3120: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:49.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:23:49 smithi082 ceph-mon[180771]: pgmap v3120: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:51.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:23:51 smithi055 ceph-mon[185614]: pgmap v3121: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:51.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:23:51 smithi055 ceph-mon[183057]: pgmap v3121: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:51.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:23:51 smithi082 ceph-mon[180771]: pgmap v3121: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:53.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:23:53 smithi082 ceph-mon[180771]: pgmap v3122: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:53.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:23:53 smithi055 ceph-mon[185614]: pgmap v3122: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:53.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:23:53 smithi055 ceph-mon[183057]: pgmap v3122: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:54.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:23:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:23:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:23:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:23:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:23:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:23:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:23:55 smithi082 ceph-mon[180771]: pgmap v3123: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:55.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:23:55 smithi055 ceph-mon[185614]: pgmap v3123: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:23:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:23:55] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T01:23:55.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:23:55 smithi055 ceph-mon[183057]: pgmap v3123: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:56.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:23:56 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:23:56.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:23:56 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:23:56.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:23:56 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:23:56.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:23:56 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:23:56.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:23:56 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:23:56.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:23:56 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:23:56.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:23:56 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:23:56.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:23:56 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:23:56.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:23:56 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:23:56.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:23:56 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:23:56.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:23:56 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:23:56.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:23:56 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:23:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:23:57 smithi082 ceph-mon[180771]: pgmap v3124: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:57.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:23:57 smithi055 ceph-mon[185614]: pgmap v3124: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:57.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:23:57 smithi055 ceph-mon[183057]: pgmap v3124: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:59.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:23:59 smithi055 ceph-mon[185614]: pgmap v3125: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:59.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:23:59 smithi055 ceph-mon[183057]: pgmap v3125: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:23:59.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:23:59 smithi082 ceph-mon[180771]: pgmap v3125: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:01.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:24:01 smithi055 ceph-mon[185614]: pgmap v3126: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:01.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:24:01 smithi055 ceph-mon[183057]: pgmap v3126: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:01.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:24:01 smithi082 ceph-mon[180771]: pgmap v3126: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:24:03 smithi082 ceph-mon[180771]: pgmap v3127: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:03.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:24:03 smithi055 ceph-mon[185614]: pgmap v3127: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:03.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:24:03 smithi055 ceph-mon[183057]: pgmap v3127: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:05.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:24:05 smithi055 ceph-mon[185614]: pgmap v3128: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:24:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:24:05] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T01:24:05.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:24:05 smithi055 ceph-mon[183057]: pgmap v3128: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:05.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:24:05 smithi082 ceph-mon[180771]: pgmap v3128: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:07.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:24:07 smithi055 ceph-mon[183057]: pgmap v3129: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:07.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:24:07 smithi055 ceph-mon[185614]: pgmap v3129: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:07.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:24:07 smithi082 ceph-mon[180771]: pgmap v3129: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:09.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:24:09 smithi055 ceph-mon[185614]: pgmap v3130: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:09.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:24:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:24:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:24:09 smithi055 ceph-mon[183057]: pgmap v3130: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:24:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:24:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:24:09 smithi082 ceph-mon[180771]: pgmap v3130: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:24:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:24:11.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:24:11 smithi055 ceph-mon[185614]: pgmap v3131: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:11.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:24:11 smithi055 ceph-mon[183057]: pgmap v3131: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:11.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:24:11 smithi082 ceph-mon[180771]: pgmap v3131: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:24:13 smithi082 ceph-mon[180771]: pgmap v3132: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:13.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:24:13 smithi055 ceph-mon[185614]: pgmap v3132: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:13.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:24:13 smithi055 ceph-mon[183057]: pgmap v3132: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:15.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:24:15 smithi055 ceph-mon[185614]: pgmap v3133: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:24:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:24:15] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:24:15.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:24:15 smithi055 ceph-mon[183057]: pgmap v3133: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:15.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:24:15 smithi082 ceph-mon[180771]: pgmap v3133: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:17.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:24:17 smithi055 ceph-mon[185614]: pgmap v3134: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:17.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:24:17 smithi055 ceph-mon[183057]: pgmap v3134: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:17.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:24:17 smithi082 ceph-mon[180771]: pgmap v3134: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:19.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:24:19 smithi055 ceph-mon[185614]: pgmap v3135: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:19.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:24:19 smithi055 ceph-mon[183057]: pgmap v3135: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:19.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:24:19 smithi082 ceph-mon[180771]: pgmap v3135: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:21.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:24:21 smithi055 ceph-mon[185614]: pgmap v3136: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:21.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:24:21 smithi055 ceph-mon[183057]: pgmap v3136: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:21.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:24:21 smithi082 ceph-mon[180771]: pgmap v3136: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:24:23 smithi082 ceph-mon[180771]: pgmap v3137: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:23.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:24:23 smithi055 ceph-mon[185614]: pgmap v3137: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:23.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:24:23 smithi055 ceph-mon[183057]: pgmap v3137: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:24.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:24:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:24:24.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:24:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:24:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:24:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:24:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:24:25 smithi082 ceph-mon[180771]: pgmap v3138: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:25.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:24:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:24:25] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T01:24:25.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:24:25 smithi055 ceph-mon[185614]: pgmap v3138: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:24:25 smithi055 ceph-mon[183057]: pgmap v3138: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:27.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:24:27 smithi055 ceph-mon[185614]: pgmap v3139: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:27.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:24:27 smithi055 ceph-mon[183057]: pgmap v3139: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:27.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:24:27 smithi082 ceph-mon[180771]: pgmap v3139: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:29.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:24:29 smithi055 ceph-mon[185614]: pgmap v3140: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:24:29 smithi055 ceph-mon[183057]: pgmap v3140: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:29.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:24:29 smithi082 ceph-mon[180771]: pgmap v3140: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:31.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:24:31 smithi055 ceph-mon[185614]: pgmap v3141: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:31.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:24:31 smithi055 ceph-mon[183057]: pgmap v3141: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:31.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:24:31 smithi082 ceph-mon[180771]: pgmap v3141: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:24:33 smithi082 ceph-mon[180771]: pgmap v3142: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:33.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:24:33 smithi055 ceph-mon[185614]: pgmap v3142: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:24:33 smithi055 ceph-mon[183057]: pgmap v3142: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:35.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:24:35 smithi055 ceph-mon[185614]: pgmap v3143: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:24:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:24:35] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T01:24:35.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:24:35 smithi055 ceph-mon[183057]: pgmap v3143: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:35.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:24:35 smithi082 ceph-mon[180771]: pgmap v3143: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:37.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:24:37 smithi055 ceph-mon[185614]: pgmap v3144: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:37.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:24:37 smithi055 ceph-mon[183057]: pgmap v3144: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:37.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:24:37 smithi082 ceph-mon[180771]: pgmap v3144: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:39.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:24:39 smithi055 ceph-mon[185614]: pgmap v3145: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:39.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:24:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:24:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:24:39 smithi055 ceph-mon[183057]: pgmap v3145: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:24:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:24:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:24:39 smithi082 ceph-mon[180771]: pgmap v3145: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:24:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:24:41.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:24:41 smithi055 ceph-mon[185614]: pgmap v3146: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:41.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:24:41 smithi055 ceph-mon[183057]: pgmap v3146: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:41.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:24:41 smithi082 ceph-mon[180771]: pgmap v3146: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:43.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:24:43 smithi082 ceph-mon[180771]: pgmap v3147: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:43.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:24:43 smithi055 ceph-mon[185614]: pgmap v3147: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:43.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:24:43 smithi055 ceph-mon[183057]: pgmap v3147: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:45.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:24:45 smithi055 ceph-mon[185614]: pgmap v3148: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:24:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:24:45] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:24:45.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:24:45 smithi055 ceph-mon[183057]: pgmap v3148: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:45.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:24:45 smithi082 ceph-mon[180771]: pgmap v3148: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:47.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:24:47 smithi055 ceph-mon[185614]: pgmap v3149: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:47.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:24:47 smithi055 ceph-mon[183057]: pgmap v3149: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:47.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:24:47 smithi082 ceph-mon[180771]: pgmap v3149: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:49.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:24:49 smithi055 ceph-mon[185614]: pgmap v3150: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:49.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:24:49 smithi055 ceph-mon[183057]: pgmap v3150: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:49.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:24:49 smithi082 ceph-mon[180771]: pgmap v3150: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:51.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:24:51 smithi055 ceph-mon[185614]: pgmap v3151: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:51.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:24:51 smithi055 ceph-mon[183057]: pgmap v3151: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:51.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:24:51 smithi082 ceph-mon[180771]: pgmap v3151: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:53.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:24:53 smithi082 ceph-mon[180771]: pgmap v3152: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:53.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:24:53 smithi055 ceph-mon[185614]: pgmap v3152: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:53.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:24:53 smithi055 ceph-mon[183057]: pgmap v3152: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:54.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:24:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:24:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:24:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:24:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:24:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:24:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:24:55 smithi082 ceph-mon[180771]: pgmap v3153: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:55.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:24:55 smithi055 ceph-mon[185614]: pgmap v3153: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:24:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:24:55] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T01:24:55.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:24:55 smithi055 ceph-mon[183057]: pgmap v3153: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:56.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:24:56 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:24:56.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:24:56 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:24:56.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:24:56 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:24:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:24:57 smithi082 ceph-mon[180771]: pgmap v3154: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:24:57 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:24:57.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:24:57 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:24:57.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:24:57 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:24:57.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:24:57 smithi055 ceph-mon[185614]: pgmap v3154: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:57.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:24:57 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:24:57.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:24:57 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:24:57.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:24:57 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:24:57.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:24:57 smithi055 ceph-mon[183057]: pgmap v3154: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:57.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:24:57 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:24:57.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:24:57 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:24:57.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:24:57 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:24:59.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:24:59 smithi055 ceph-mon[185614]: pgmap v3155: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:59.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:24:59 smithi055 ceph-mon[183057]: pgmap v3155: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:24:59.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:24:59 smithi082 ceph-mon[180771]: pgmap v3155: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:01.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:25:01 smithi055 ceph-mon[185614]: pgmap v3156: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:01.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:25:01 smithi055 ceph-mon[183057]: pgmap v3156: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:01.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:25:01 smithi082 ceph-mon[180771]: pgmap v3156: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:25:03 smithi082 ceph-mon[180771]: pgmap v3157: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:03.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:25:03 smithi055 ceph-mon[185614]: pgmap v3157: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:03.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:25:03 smithi055 ceph-mon[183057]: pgmap v3157: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:05.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:25:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:25:05] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T01:25:05.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:25:05 smithi055 ceph-mon[185614]: pgmap v3158: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:05.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:25:05 smithi055 ceph-mon[183057]: pgmap v3158: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:05.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:25:05 smithi082 ceph-mon[180771]: pgmap v3158: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:07.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:25:07 smithi055 ceph-mon[185614]: pgmap v3159: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:07.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:25:07 smithi055 ceph-mon[183057]: pgmap v3159: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:07.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:25:07 smithi082 ceph-mon[180771]: pgmap v3159: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:09.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:25:09 smithi055 ceph-mon[185614]: pgmap v3160: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:09.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:25:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:25:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:25:09 smithi055 ceph-mon[183057]: pgmap v3160: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:25:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:25:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:25:09 smithi082 ceph-mon[180771]: pgmap v3160: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:25:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:25:11.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:25:11 smithi055 ceph-mon[185614]: pgmap v3161: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:11.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:25:11 smithi055 ceph-mon[183057]: pgmap v3161: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:11.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:25:11 smithi082 ceph-mon[180771]: pgmap v3161: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:25:13 smithi082 ceph-mon[180771]: pgmap v3162: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:13.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:25:13 smithi055 ceph-mon[185614]: pgmap v3162: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:13.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:25:13 smithi055 ceph-mon[183057]: pgmap v3162: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:15.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:25:15 smithi055 ceph-mon[183057]: pgmap v3163: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:15.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:25:15 smithi055 ceph-mon[185614]: pgmap v3163: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:25:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:25:15] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T01:25:15.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:25:15 smithi082 ceph-mon[180771]: pgmap v3163: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:17.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:25:17 smithi055 ceph-mon[185614]: pgmap v3164: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:17.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:25:17 smithi055 ceph-mon[183057]: pgmap v3164: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:17.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:25:17 smithi082 ceph-mon[180771]: pgmap v3164: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:19.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:25:19 smithi055 ceph-mon[185614]: pgmap v3165: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:19.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:25:19 smithi055 ceph-mon[183057]: pgmap v3165: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:19.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:25:19 smithi082 ceph-mon[180771]: pgmap v3165: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:21.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:25:21 smithi055 ceph-mon[185614]: pgmap v3166: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:21.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:25:21 smithi055 ceph-mon[183057]: pgmap v3166: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:21.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:25:21 smithi082 ceph-mon[180771]: pgmap v3166: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:25:23 smithi082 ceph-mon[180771]: pgmap v3167: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:23.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:25:23 smithi055 ceph-mon[185614]: pgmap v3167: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:23.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:25:23 smithi055 ceph-mon[183057]: pgmap v3167: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:24.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:25:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:25:24.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:25:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:25:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:25:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:25:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:25:25 smithi082 ceph-mon[180771]: pgmap v3168: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:25.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:25:25 smithi055 ceph-mon[185614]: pgmap v3168: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:25.572 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:25:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:25:25] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:25:25.573 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:25:25 smithi055 ceph-mon[183057]: pgmap v3168: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:27.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:25:27 smithi055 ceph-mon[185614]: pgmap v3169: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:27.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:25:27 smithi055 ceph-mon[183057]: pgmap v3169: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:27.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:25:27 smithi082 ceph-mon[180771]: pgmap v3169: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:29.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:25:29 smithi055 ceph-mon[185614]: pgmap v3170: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:25:29 smithi055 ceph-mon[183057]: pgmap v3170: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:29.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:25:29 smithi082 ceph-mon[180771]: pgmap v3170: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:31.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:25:31 smithi055 ceph-mon[185614]: pgmap v3171: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:31.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:25:31 smithi055 ceph-mon[183057]: pgmap v3171: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:31.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:25:31 smithi082 ceph-mon[180771]: pgmap v3171: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:25:33 smithi082 ceph-mon[180771]: pgmap v3172: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:33.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:25:33 smithi055 ceph-mon[185614]: pgmap v3172: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:25:33 smithi055 ceph-mon[183057]: pgmap v3172: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:35.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:25:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:25:35] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:25:35.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:25:35 smithi055 ceph-mon[185614]: pgmap v3173: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:35.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:25:35 smithi055 ceph-mon[183057]: pgmap v3173: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:35.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:25:35 smithi082 ceph-mon[180771]: pgmap v3173: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:37.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:25:37 smithi055 ceph-mon[185614]: pgmap v3174: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:37.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:25:37 smithi055 ceph-mon[183057]: pgmap v3174: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:37.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:25:37 smithi082 ceph-mon[180771]: pgmap v3174: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:39.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:25:39 smithi055 ceph-mon[185614]: pgmap v3175: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:39.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:25:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:25:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:25:39 smithi055 ceph-mon[183057]: pgmap v3175: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:25:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:25:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:25:39 smithi082 ceph-mon[180771]: pgmap v3175: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:25:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:25:41.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:25:41 smithi055 ceph-mon[185614]: pgmap v3176: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:41.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:25:41 smithi055 ceph-mon[183057]: pgmap v3176: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:41.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:25:41 smithi082 ceph-mon[180771]: pgmap v3176: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:43.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:25:43 smithi082 ceph-mon[180771]: pgmap v3177: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:43.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:25:43 smithi055 ceph-mon[185614]: pgmap v3177: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:43.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:25:43 smithi055 ceph-mon[183057]: pgmap v3177: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:45.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:25:45 smithi055 ceph-mon[185614]: pgmap v3178: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:25:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:25:45] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T01:25:45.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:25:45 smithi055 ceph-mon[183057]: pgmap v3178: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:45.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:25:45 smithi082 ceph-mon[180771]: pgmap v3178: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:47.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:25:47 smithi055 ceph-mon[185614]: pgmap v3179: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:47.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:25:47 smithi055 ceph-mon[183057]: pgmap v3179: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:47.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:25:47 smithi082 ceph-mon[180771]: pgmap v3179: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:49.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:25:49 smithi055 ceph-mon[185614]: pgmap v3180: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:49.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:25:49 smithi055 ceph-mon[183057]: pgmap v3180: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:49.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:25:49 smithi082 ceph-mon[180771]: pgmap v3180: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:51.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:25:51 smithi055 ceph-mon[185614]: pgmap v3181: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:51.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:25:51 smithi055 ceph-mon[183057]: pgmap v3181: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:51.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:25:51 smithi082 ceph-mon[180771]: pgmap v3181: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:53.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:25:53 smithi082 ceph-mon[180771]: pgmap v3182: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:53.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:25:53 smithi055 ceph-mon[185614]: pgmap v3182: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:53.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:25:53 smithi055 ceph-mon[183057]: pgmap v3182: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:54.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:25:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:25:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:25:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:25:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:25:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:25:55.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:25:55 smithi055 ceph-mon[185614]: pgmap v3183: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:55.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:25:55 smithi055 ceph-mon[183057]: pgmap v3183: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:25:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:25:55] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T01:25:55.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:25:55 smithi082 ceph-mon[180771]: pgmap v3183: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:57.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:25:57 smithi055 ceph-mon[185614]: pgmap v3184: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:57.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:25:57 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:25:57.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:25:57 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:25:57.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:25:57 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:25:57.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:25:57 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:25:57.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:25:57 smithi055 ceph-mon[183057]: pgmap v3184: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:57.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:25:57 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:25:57.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:25:57 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:25:57.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:25:57 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:25:57.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:25:57 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:25:57.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:25:57 smithi082 ceph-mon[180771]: pgmap v3184: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:57.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:25:57 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:25:57.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:25:57 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:25:57.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:25:57 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:25:57.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:25:57 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:25:59.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:25:59 smithi055 ceph-mon[185614]: pgmap v3185: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:59.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:25:59 smithi055 ceph-mon[183057]: pgmap v3185: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:25:59.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:25:59 smithi082 ceph-mon[180771]: pgmap v3185: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:01.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:26:01 smithi055 ceph-mon[183057]: pgmap v3186: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:01.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:26:01 smithi055 ceph-mon[185614]: pgmap v3186: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:01.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:26:01 smithi082 ceph-mon[180771]: pgmap v3186: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:26:03 smithi082 ceph-mon[180771]: pgmap v3187: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:03.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:26:03 smithi055 ceph-mon[185614]: pgmap v3187: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:03.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:26:03 smithi055 ceph-mon[183057]: pgmap v3187: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:05.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:26:05 smithi055 ceph-mon[185614]: pgmap v3188: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:26:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:26:05] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T01:26:05.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:26:05 smithi055 ceph-mon[183057]: pgmap v3188: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:05.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:26:05 smithi082 ceph-mon[180771]: pgmap v3188: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:07.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:26:07 smithi055 ceph-mon[185614]: pgmap v3189: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:07.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:26:07 smithi055 ceph-mon[183057]: pgmap v3189: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:07.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:26:07 smithi082 ceph-mon[180771]: pgmap v3189: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:09.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:26:09 smithi055 ceph-mon[185614]: pgmap v3190: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:09.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:26:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:26:09.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:26:09 smithi055 ceph-mon[183057]: pgmap v3190: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:09.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:26:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:26:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:26:09 smithi082 ceph-mon[180771]: pgmap v3190: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:26:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:26:11.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:26:11 smithi055 ceph-mon[185614]: pgmap v3191: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:11.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:26:11 smithi055 ceph-mon[183057]: pgmap v3191: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:11.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:26:11 smithi082 ceph-mon[180771]: pgmap v3191: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:13.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:26:13 smithi055 ceph-mon[185614]: pgmap v3192: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:13.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:26:13 smithi055 ceph-mon[183057]: pgmap v3192: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:13.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:26:13 smithi082 ceph-mon[180771]: pgmap v3192: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:15.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:26:15 smithi055 ceph-mon[185614]: pgmap v3193: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:26:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:26:15] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T01:26:15.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:26:15 smithi055 ceph-mon[183057]: pgmap v3193: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:15.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:26:15 smithi082 ceph-mon[180771]: pgmap v3193: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:17.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:26:17 smithi055 ceph-mon[185614]: pgmap v3194: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:17.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:26:17 smithi055 ceph-mon[183057]: pgmap v3194: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:17.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:26:17 smithi082 ceph-mon[180771]: pgmap v3194: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:19.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:26:19 smithi055 ceph-mon[185614]: pgmap v3195: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:19.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:26:19 smithi055 ceph-mon[183057]: pgmap v3195: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:19.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:26:19 smithi082 ceph-mon[180771]: pgmap v3195: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:21.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:26:21 smithi055 ceph-mon[185614]: pgmap v3196: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:21.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:26:21 smithi055 ceph-mon[183057]: pgmap v3196: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:21.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:26:21 smithi082 ceph-mon[180771]: pgmap v3196: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:23.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:26:23 smithi055 ceph-mon[185614]: pgmap v3197: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:23.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:26:23 smithi055 ceph-mon[183057]: pgmap v3197: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:23.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:26:23 smithi082 ceph-mon[180771]: pgmap v3197: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:24.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:26:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:26:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:26:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:26:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:26:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:26:25.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:26:25 smithi055 ceph-mon[185614]: pgmap v3198: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:26:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:26:25] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:26:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:26:25 smithi055 ceph-mon[183057]: pgmap v3198: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:25.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:26:25 smithi082 ceph-mon[180771]: pgmap v3198: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:27.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:26:27 smithi055 ceph-mon[185614]: pgmap v3199: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:27.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:26:27 smithi055 ceph-mon[183057]: pgmap v3199: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:27.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:26:27 smithi082 ceph-mon[180771]: pgmap v3199: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:29.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:26:29 smithi055 ceph-mon[185614]: pgmap v3200: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:26:29 smithi055 ceph-mon[183057]: pgmap v3200: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:29.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:26:29 smithi082 ceph-mon[180771]: pgmap v3200: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:31.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:26:31 smithi055 ceph-mon[185614]: pgmap v3201: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:31.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:26:31 smithi055 ceph-mon[183057]: pgmap v3201: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:31.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:26:31 smithi082 ceph-mon[180771]: pgmap v3201: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:33.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:26:33 smithi055 ceph-mon[185614]: pgmap v3202: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:26:33 smithi055 ceph-mon[183057]: pgmap v3202: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:33.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:26:33 smithi082 ceph-mon[180771]: pgmap v3202: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:35.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:26:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:26:35] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:26:35.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:26:35 smithi055 ceph-mon[185614]: pgmap v3203: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:35.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:26:35 smithi055 ceph-mon[183057]: pgmap v3203: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:35.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:26:35 smithi082 ceph-mon[180771]: pgmap v3203: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:37.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:26:37 smithi055 ceph-mon[185614]: pgmap v3204: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:37.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:26:37 smithi055 ceph-mon[183057]: pgmap v3204: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:37.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:26:37 smithi082 ceph-mon[180771]: pgmap v3204: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:39.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:26:39 smithi055 ceph-mon[185614]: pgmap v3205: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:39.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:26:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:26:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:26:39 smithi055 ceph-mon[183057]: pgmap v3205: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:26:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:26:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:26:39 smithi082 ceph-mon[180771]: pgmap v3205: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:26:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:26:41.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:26:41 smithi055 ceph-mon[183057]: pgmap v3206: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:41.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:26:41 smithi055 ceph-mon[185614]: pgmap v3206: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:41.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:26:41 smithi082 ceph-mon[180771]: pgmap v3206: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:43.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:26:43 smithi055 ceph-mon[185614]: pgmap v3207: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:43.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:26:43 smithi055 ceph-mon[183057]: pgmap v3207: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:43.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:26:43 smithi082 ceph-mon[180771]: pgmap v3207: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:45.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:26:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:26:45] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T01:26:45.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:26:45 smithi055 ceph-mon[185614]: pgmap v3208: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:45.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:26:45 smithi055 ceph-mon[183057]: pgmap v3208: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:45.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:26:45 smithi082 ceph-mon[180771]: pgmap v3208: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:47.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:26:47 smithi055 ceph-mon[185614]: pgmap v3209: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:47.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:26:47 smithi055 ceph-mon[183057]: pgmap v3209: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:47.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:26:47 smithi082 ceph-mon[180771]: pgmap v3209: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:49.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:26:49 smithi055 ceph-mon[185614]: pgmap v3210: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:49.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:26:49 smithi055 ceph-mon[183057]: pgmap v3210: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:49.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:26:49 smithi082 ceph-mon[180771]: pgmap v3210: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:51.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:26:51 smithi055 ceph-mon[185614]: pgmap v3211: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:51.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:26:51 smithi055 ceph-mon[183057]: pgmap v3211: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:51.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:26:51 smithi082 ceph-mon[180771]: pgmap v3211: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:53.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:26:53 smithi055 ceph-mon[185614]: pgmap v3212: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:53.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:26:53 smithi055 ceph-mon[183057]: pgmap v3212: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:53.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:26:53 smithi082 ceph-mon[180771]: pgmap v3212: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:26:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:26:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:26:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:26:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:26:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:26:55.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:26:55 smithi055 ceph-mon[185614]: pgmap v3213: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:55.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:26:55 smithi055 ceph-mon[183057]: pgmap v3213: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:55.518 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:26:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:26:55] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T01:26:55.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:26:55 smithi082 ceph-mon[180771]: pgmap v3213: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:57.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:26:57 smithi055 ceph-mon[185614]: pgmap v3214: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:57.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:26:57 smithi055 ceph-mon[183057]: pgmap v3214: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:57.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:26:57 smithi082 ceph-mon[180771]: pgmap v3214: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:58.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:26:58 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:26:58.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:26:58 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:26:58.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:26:58 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:26:58.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:26:58 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:26:58.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:26:58 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:26:58.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:26:58 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:26:58.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:26:58 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:26:58.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:26:58 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:26:58.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:26:58 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:26:58.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:26:58 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:26:58.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:26:58 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:26:58.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:26:58 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:26:59.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:26:59 smithi055 ceph-mon[185614]: pgmap v3215: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:59.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:26:59 smithi055 ceph-mon[183057]: pgmap v3215: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:26:59.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:26:59 smithi082 ceph-mon[180771]: pgmap v3215: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:01.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:27:01 smithi055 ceph-mon[185614]: pgmap v3216: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:01.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:27:01 smithi055 ceph-mon[183057]: pgmap v3216: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:01.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:27:01 smithi082 ceph-mon[180771]: pgmap v3216: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:03.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:27:03 smithi055 ceph-mon[185614]: pgmap v3217: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:03.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:27:03 smithi055 ceph-mon[183057]: pgmap v3217: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:03.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:27:03 smithi082 ceph-mon[180771]: pgmap v3217: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:05.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:27:05 smithi055 ceph-mon[185614]: pgmap v3218: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:05.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:27:05 smithi055 ceph-mon[183057]: pgmap v3218: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:27:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:27:05] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T01:27:05.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:27:05 smithi082 ceph-mon[180771]: pgmap v3218: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:07.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:27:07 smithi055 ceph-mon[185614]: pgmap v3219: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:07.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:27:07 smithi055 ceph-mon[183057]: pgmap v3219: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:07.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:27:07 smithi082 ceph-mon[180771]: pgmap v3219: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:09.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:27:09 smithi055 ceph-mon[183057]: pgmap v3220: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:27:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:27:09.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:27:09 smithi055 ceph-mon[185614]: pgmap v3220: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:09.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:27:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:27:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:27:09 smithi082 ceph-mon[180771]: pgmap v3220: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:27:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:27:11.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:27:11 smithi055 ceph-mon[185614]: pgmap v3221: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:11.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:27:11 smithi055 ceph-mon[183057]: pgmap v3221: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:11.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:27:11 smithi082 ceph-mon[180771]: pgmap v3221: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:13.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:27:13 smithi055 ceph-mon[185614]: pgmap v3222: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:13.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:27:13 smithi055 ceph-mon[183057]: pgmap v3222: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:13.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:27:13 smithi082 ceph-mon[180771]: pgmap v3222: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:15.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:27:15 smithi055 ceph-mon[185614]: pgmap v3223: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:15.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:27:15 smithi055 ceph-mon[183057]: pgmap v3223: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:27:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:27:15] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T01:27:15.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:27:15 smithi082 ceph-mon[180771]: pgmap v3223: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:17.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:27:17 smithi055 ceph-mon[185614]: pgmap v3224: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:17.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:27:17 smithi055 ceph-mon[183057]: pgmap v3224: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:17.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:27:17 smithi082 ceph-mon[180771]: pgmap v3224: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:19.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:27:19 smithi055 ceph-mon[185614]: pgmap v3225: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:19.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:27:19 smithi055 ceph-mon[183057]: pgmap v3225: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:19.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:27:19 smithi082 ceph-mon[180771]: pgmap v3225: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:21.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:27:21 smithi055 ceph-mon[185614]: pgmap v3226: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:21.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:27:21 smithi055 ceph-mon[183057]: pgmap v3226: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:21.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:27:21 smithi082 ceph-mon[180771]: pgmap v3226: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:23.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:27:23 smithi055 ceph-mon[185614]: pgmap v3227: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:23.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:27:23 smithi055 ceph-mon[183057]: pgmap v3227: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:23.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:27:23 smithi082 ceph-mon[180771]: pgmap v3227: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:24.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:27:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:27:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:27:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:27:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:27:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:27:25.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:27:25 smithi055 ceph-mon[185614]: pgmap v3228: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:27:25 smithi055 ceph-mon[183057]: pgmap v3228: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:27:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:27:25] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T01:27:25.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:27:25 smithi082 ceph-mon[180771]: pgmap v3228: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:27.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:27:27 smithi055 ceph-mon[185614]: pgmap v3229: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:27.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:27:27 smithi055 ceph-mon[183057]: pgmap v3229: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:27.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:27:27 smithi082 ceph-mon[180771]: pgmap v3229: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:29.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:27:29 smithi055 ceph-mon[185614]: pgmap v3230: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:27:29 smithi055 ceph-mon[183057]: pgmap v3230: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:29.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:27:29 smithi082 ceph-mon[180771]: pgmap v3230: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:31.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:27:31 smithi055 ceph-mon[185614]: pgmap v3231: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:31.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:27:31 smithi055 ceph-mon[183057]: pgmap v3231: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:31.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:27:31 smithi082 ceph-mon[180771]: pgmap v3231: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:33.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:27:33 smithi055 ceph-mon[185614]: pgmap v3232: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:27:33 smithi055 ceph-mon[183057]: pgmap v3232: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:33.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:27:33 smithi082 ceph-mon[180771]: pgmap v3232: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:35.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:27:35 smithi055 ceph-mon[185614]: pgmap v3233: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:27:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:27:35] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T01:27:35.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:27:35 smithi055 ceph-mon[183057]: pgmap v3233: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:35.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:27:35 smithi082 ceph-mon[180771]: pgmap v3233: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:37.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:27:37 smithi055 ceph-mon[185614]: pgmap v3234: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:37.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:27:37 smithi055 ceph-mon[183057]: pgmap v3234: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:37.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:27:37 smithi082 ceph-mon[180771]: pgmap v3234: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:39.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:27:39 smithi055 ceph-mon[185614]: pgmap v3235: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:39.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:27:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:27:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:27:39 smithi055 ceph-mon[183057]: pgmap v3235: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:27:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:27:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:27:39 smithi082 ceph-mon[180771]: pgmap v3235: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:27:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:27:41.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:27:41 smithi055 ceph-mon[185614]: pgmap v3236: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:41.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:27:41 smithi055 ceph-mon[183057]: pgmap v3236: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:41.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:27:41 smithi082 ceph-mon[180771]: pgmap v3236: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:43.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:27:43 smithi055 ceph-mon[185614]: pgmap v3237: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:43.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:27:43 smithi055 ceph-mon[183057]: pgmap v3237: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:43.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:27:43 smithi082 ceph-mon[180771]: pgmap v3237: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:45.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:27:45 smithi055 ceph-mon[185614]: pgmap v3238: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:45.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:27:45 smithi055 ceph-mon[183057]: pgmap v3238: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:27:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:27:45] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:27:45.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:27:45 smithi082 ceph-mon[180771]: pgmap v3238: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:47.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:27:47 smithi055 ceph-mon[185614]: pgmap v3239: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:47.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:27:47 smithi055 ceph-mon[183057]: pgmap v3239: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:47.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:27:47 smithi082 ceph-mon[180771]: pgmap v3239: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:49.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:27:49 smithi055 ceph-mon[185614]: pgmap v3240: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:49.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:27:49 smithi055 ceph-mon[183057]: pgmap v3240: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:49.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:27:49 smithi082 ceph-mon[180771]: pgmap v3240: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:51.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:27:51 smithi055 ceph-mon[185614]: pgmap v3241: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:51.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:27:51 smithi055 ceph-mon[183057]: pgmap v3241: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:51.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:27:51 smithi082 ceph-mon[180771]: pgmap v3241: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:53.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:27:53 smithi055 ceph-mon[185614]: pgmap v3242: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:53.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:27:53 smithi055 ceph-mon[183057]: pgmap v3242: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:53.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:27:53 smithi082 ceph-mon[180771]: pgmap v3242: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:27:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:27:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:27:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:27:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:27:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:27:55.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:27:55 smithi055 ceph-mon[183057]: pgmap v3243: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:27:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:27:55] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T01:27:55.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:27:55 smithi055 ceph-mon[185614]: pgmap v3243: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:55.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:27:55 smithi082 ceph-mon[180771]: pgmap v3243: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:57.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:27:57 smithi055 ceph-mon[185614]: pgmap v3244: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:57.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:27:57 smithi055 ceph-mon[183057]: pgmap v3244: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:57.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:27:57 smithi082 ceph-mon[180771]: pgmap v3244: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:58.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:27:58 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:27:58.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:27:58 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:27:58.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:27:58 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:27:59.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:27:59 smithi055 ceph-mon[185614]: pgmap v3245: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:59.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:27:59 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:27:59.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:27:59 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:27:59.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:27:59 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:27:59.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:27:59 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:27:59.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:27:59 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:27:59.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:27:59 smithi055 ceph-mon[183057]: pgmap v3245: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:59.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:27:59 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:27:59.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:27:59 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:27:59.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:27:59 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:27:59.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:27:59 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:27:59.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:27:59 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:27:59.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:27:59 smithi082 ceph-mon[180771]: pgmap v3245: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:27:59.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:27:59 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:27:59.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:27:59 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:27:59.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:27:59 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:27:59.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:27:59 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:27:59.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:27:59 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:28:01.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:28:01 smithi055 ceph-mon[185614]: pgmap v3246: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:01.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:28:01 smithi055 ceph-mon[183057]: pgmap v3246: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:01.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:28:01 smithi082 ceph-mon[180771]: pgmap v3246: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:03.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:28:03 smithi055 ceph-mon[185614]: pgmap v3247: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:03.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:28:03 smithi055 ceph-mon[183057]: pgmap v3247: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:03.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:28:03 smithi082 ceph-mon[180771]: pgmap v3247: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:05.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:28:05 smithi055 ceph-mon[185614]: pgmap v3248: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:28:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:28:05] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T01:28:05.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:28:05 smithi055 ceph-mon[183057]: pgmap v3248: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:05.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:28:05 smithi082 ceph-mon[180771]: pgmap v3248: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:07.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:28:07 smithi055 ceph-mon[185614]: pgmap v3249: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:07.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:28:07 smithi055 ceph-mon[183057]: pgmap v3249: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:07.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:28:07 smithi082 ceph-mon[180771]: pgmap v3249: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:28:09 smithi082 ceph-mon[180771]: pgmap v3250: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:28:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:28:09.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:28:09 smithi055 ceph-mon[185614]: pgmap v3250: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:09.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:28:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:28:09.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:28:09 smithi055 ceph-mon[183057]: pgmap v3250: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:09.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:28:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:28:11.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:28:11 smithi082 ceph-mon[180771]: pgmap v3251: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:11.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:28:11 smithi055 ceph-mon[185614]: pgmap v3251: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:11.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:28:11 smithi055 ceph-mon[183057]: pgmap v3251: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:13.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:28:13 smithi055 ceph-mon[185614]: pgmap v3252: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:13.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:28:13 smithi055 ceph-mon[183057]: pgmap v3252: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:13.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:28:13 smithi082 ceph-mon[180771]: pgmap v3252: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:15.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:28:15 smithi055 ceph-mon[185614]: pgmap v3253: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:28:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:28:15] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T01:28:15.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:28:15 smithi055 ceph-mon[183057]: pgmap v3253: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:15.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:28:15 smithi082 ceph-mon[180771]: pgmap v3253: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:17.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:28:17 smithi082 ceph-mon[180771]: pgmap v3254: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:17.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:28:17 smithi055 ceph-mon[185614]: pgmap v3254: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:17.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:28:17 smithi055 ceph-mon[183057]: pgmap v3254: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:19.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:28:19 smithi082 ceph-mon[180771]: pgmap v3255: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:19.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:28:19 smithi055 ceph-mon[185614]: pgmap v3255: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:19.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:28:19 smithi055 ceph-mon[183057]: pgmap v3255: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:21.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:28:21 smithi082 ceph-mon[180771]: pgmap v3256: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:21.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:28:21 smithi055 ceph-mon[185614]: pgmap v3256: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:21.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:28:21 smithi055 ceph-mon[183057]: pgmap v3256: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:23.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:28:23 smithi055 ceph-mon[185614]: pgmap v3257: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:23.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:28:23 smithi055 ceph-mon[183057]: pgmap v3257: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:23.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:28:23 smithi082 ceph-mon[180771]: pgmap v3257: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:24.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:28:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:28:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:28:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:28:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:28:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:28:25.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:28:25 smithi055 ceph-mon[185614]: pgmap v3258: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:28:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:28:25] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T01:28:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:28:25 smithi055 ceph-mon[183057]: pgmap v3258: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:25.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:28:25 smithi082 ceph-mon[180771]: pgmap v3258: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:27.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:28:27 smithi082 ceph-mon[180771]: pgmap v3259: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:27.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:28:27 smithi055 ceph-mon[185614]: pgmap v3259: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:27.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:28:27 smithi055 ceph-mon[183057]: pgmap v3259: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:29.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:28:29 smithi082 ceph-mon[180771]: pgmap v3260: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:29.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:28:29 smithi055 ceph-mon[185614]: pgmap v3260: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:29.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:28:29 smithi055 ceph-mon[183057]: pgmap v3260: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:31.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:28:31 smithi082 ceph-mon[180771]: pgmap v3261: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:31.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:28:31 smithi055 ceph-mon[185614]: pgmap v3261: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:31.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:28:31 smithi055 ceph-mon[183057]: pgmap v3261: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:33.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:28:33 smithi055 ceph-mon[185614]: pgmap v3262: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:28:33 smithi055 ceph-mon[183057]: pgmap v3262: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:33.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:28:33 smithi082 ceph-mon[180771]: pgmap v3262: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:35.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:28:35 smithi055 ceph-mon[185614]: pgmap v3263: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:35.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:28:35 smithi055 ceph-mon[183057]: pgmap v3263: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:28:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:28:35] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T01:28:35.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:28:35 smithi082 ceph-mon[180771]: pgmap v3263: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:37.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:28:37 smithi082 ceph-mon[180771]: pgmap v3264: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:37.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:28:37 smithi055 ceph-mon[185614]: pgmap v3264: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:37.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:28:37 smithi055 ceph-mon[183057]: pgmap v3264: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:28:39 smithi082 ceph-mon[180771]: pgmap v3265: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:28:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:28:39.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:28:39 smithi055 ceph-mon[185614]: pgmap v3265: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:39.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:28:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:28:39.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:28:39 smithi055 ceph-mon[183057]: pgmap v3265: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:39.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:28:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:28:41.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:28:41 smithi082 ceph-mon[180771]: pgmap v3266: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:41.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:28:41 smithi055 ceph-mon[185614]: pgmap v3266: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:41.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:28:41 smithi055 ceph-mon[183057]: pgmap v3266: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:43.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:28:43 smithi055 ceph-mon[185614]: pgmap v3267: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:43.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:28:43 smithi055 ceph-mon[183057]: pgmap v3267: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:43.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:28:43 smithi082 ceph-mon[180771]: pgmap v3267: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:45.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:28:45 smithi055 ceph-mon[185614]: pgmap v3268: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:45.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:28:45 smithi055 ceph-mon[183057]: pgmap v3268: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:45.518 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:28:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:28:45] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:28:45.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:28:45 smithi082 ceph-mon[180771]: pgmap v3268: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:47.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:28:47 smithi082 ceph-mon[180771]: pgmap v3269: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:47.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:28:47 smithi055 ceph-mon[183057]: pgmap v3269: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:47.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:28:47 smithi055 ceph-mon[185614]: pgmap v3269: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:49.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:28:49 smithi082 ceph-mon[180771]: pgmap v3270: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:49.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:28:49 smithi055 ceph-mon[183057]: pgmap v3270: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:49.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:28:49 smithi055 ceph-mon[185614]: pgmap v3270: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:51.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:28:51 smithi082 ceph-mon[180771]: pgmap v3271: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:51.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:28:51 smithi055 ceph-mon[185614]: pgmap v3271: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:51.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:28:51 smithi055 ceph-mon[183057]: pgmap v3271: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:53.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:28:53 smithi055 ceph-mon[185614]: pgmap v3272: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:53.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:28:53 smithi055 ceph-mon[183057]: pgmap v3272: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:53.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:28:53 smithi082 ceph-mon[180771]: pgmap v3272: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:28:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:28:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:28:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:28:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:28:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:28:55.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:28:55 smithi055 ceph-mon[185614]: pgmap v3273: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:28:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:28:55] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T01:28:55.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:28:55 smithi055 ceph-mon[183057]: pgmap v3273: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:55.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:28:55 smithi082 ceph-mon[180771]: pgmap v3273: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:57.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:28:57 smithi082 ceph-mon[180771]: pgmap v3274: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:57.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:28:57 smithi055 ceph-mon[185614]: pgmap v3274: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:57.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:28:57 smithi055 ceph-mon[183057]: pgmap v3274: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:59.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:28:59 smithi082 ceph-mon[180771]: pgmap v3275: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:59.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:28:59 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:28:59.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:28:59 smithi055 ceph-mon[185614]: pgmap v3275: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:59.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:28:59 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:28:59.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:28:59 smithi055 ceph-mon[183057]: pgmap v3275: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:28:59.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:28:59 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:29:00.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:29:00 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:29:00.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:29:00 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:29:00.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:29:00 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:29:00.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:29:00 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:29:00.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:29:00 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:29:00.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:29:00 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:29:00.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:29:00 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:29:00.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:29:00 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:29:00.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:29:00 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:29:00.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:29:00 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:29:00.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:29:00 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:29:00.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:29:00 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:29:00.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:29:00 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:29:00.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:29:00 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:29:00.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:29:00 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:29:01.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:29:01 smithi055 ceph-mon[185614]: pgmap v3276: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:01.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:29:01 smithi055 ceph-mon[183057]: pgmap v3276: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:01.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:29:01 smithi082 ceph-mon[180771]: pgmap v3276: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:03.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:29:03 smithi055 ceph-mon[185614]: pgmap v3277: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:03.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:29:03 smithi055 ceph-mon[183057]: pgmap v3277: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:03.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:29:03 smithi082 ceph-mon[180771]: pgmap v3277: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:05.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:29:05 smithi055 ceph-mon[185614]: pgmap v3278: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:05.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:29:05 smithi055 ceph-mon[183057]: pgmap v3278: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:29:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:29:05] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T01:29:05.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:29:05 smithi082 ceph-mon[180771]: pgmap v3278: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:07.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:29:07 smithi082 ceph-mon[180771]: pgmap v3279: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:07.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:29:07 smithi055 ceph-mon[185614]: pgmap v3279: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:07.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:29:07 smithi055 ceph-mon[183057]: pgmap v3279: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:29:09 smithi082 ceph-mon[180771]: pgmap v3280: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:29:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:29:09.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:29:09 smithi055 ceph-mon[185614]: pgmap v3280: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:09.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:29:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:29:09.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:29:09 smithi055 ceph-mon[183057]: pgmap v3280: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:09.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:29:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:29:11.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:29:11 smithi082 ceph-mon[180771]: pgmap v3281: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:11.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:29:11 smithi055 ceph-mon[185614]: pgmap v3281: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:11.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:29:11 smithi055 ceph-mon[183057]: pgmap v3281: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:13.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:29:13 smithi055 ceph-mon[185614]: pgmap v3282: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:13.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:29:13 smithi055 ceph-mon[183057]: pgmap v3282: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:13.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:29:13 smithi082 ceph-mon[180771]: pgmap v3282: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:15.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:29:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:29:15] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T01:29:15.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:29:15 smithi055 ceph-mon[185614]: pgmap v3283: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:15.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:29:15 smithi055 ceph-mon[183057]: pgmap v3283: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:15.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:29:15 smithi082 ceph-mon[180771]: pgmap v3283: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:17.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:29:17 smithi082 ceph-mon[180771]: pgmap v3284: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:17.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:29:17 smithi055 ceph-mon[185614]: pgmap v3284: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:17.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:29:17 smithi055 ceph-mon[183057]: pgmap v3284: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:19.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:29:19 smithi082 ceph-mon[180771]: pgmap v3285: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:19.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:29:19 smithi055 ceph-mon[185614]: pgmap v3285: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:19.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:29:19 smithi055 ceph-mon[183057]: pgmap v3285: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:21.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:29:21 smithi082 ceph-mon[180771]: pgmap v3286: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:21.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:29:21 smithi055 ceph-mon[185614]: pgmap v3286: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:21.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:29:21 smithi055 ceph-mon[183057]: pgmap v3286: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:23.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:29:23 smithi055 ceph-mon[185614]: pgmap v3287: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:23.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:29:23 smithi055 ceph-mon[183057]: pgmap v3287: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:23.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:29:23 smithi082 ceph-mon[180771]: pgmap v3287: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:24.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:29:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:29:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:29:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:29:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:29:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:29:25.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:29:25 smithi055 ceph-mon[185614]: pgmap v3288: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:29:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:29:25] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T01:29:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:29:25 smithi055 ceph-mon[183057]: pgmap v3288: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:25.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:29:25 smithi082 ceph-mon[180771]: pgmap v3288: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:27.569 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:29:27 smithi082 ceph-mon[180771]: pgmap v3289: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:27.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:29:27 smithi055 ceph-mon[185614]: pgmap v3289: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:27.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:29:27 smithi055 ceph-mon[183057]: pgmap v3289: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:27.875 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 01:29:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[225424]: logger=cleanup t=2023-10-14T01:29:27.567420068Z level=info msg="Completed cleanup jobs" duration=104.718926ms 2023-10-14T01:29:29.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:29:29 smithi082 ceph-mon[180771]: pgmap v3290: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:29.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:29:29 smithi055 ceph-mon[185614]: pgmap v3290: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:29.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:29:29 smithi055 ceph-mon[183057]: pgmap v3290: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:31.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:29:31 smithi082 ceph-mon[180771]: pgmap v3291: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:31.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:29:31 smithi055 ceph-mon[185614]: pgmap v3291: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:31.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:29:31 smithi055 ceph-mon[183057]: pgmap v3291: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:33.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:29:33 smithi055 ceph-mon[185614]: pgmap v3292: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:29:33 smithi055 ceph-mon[183057]: pgmap v3292: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:33.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:29:33 smithi082 ceph-mon[180771]: pgmap v3292: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:35.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:29:35 smithi055 ceph-mon[185614]: pgmap v3293: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:29:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:29:35] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T01:29:35.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:29:35 smithi055 ceph-mon[183057]: pgmap v3293: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:35.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:29:35 smithi082 ceph-mon[180771]: pgmap v3293: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:37.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:29:37 smithi082 ceph-mon[180771]: pgmap v3294: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:37.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:29:37 smithi055 ceph-mon[185614]: pgmap v3294: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:37.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:29:37 smithi055 ceph-mon[183057]: pgmap v3294: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:29:39 smithi082 ceph-mon[180771]: pgmap v3295: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:29:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:29:39.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:29:39 smithi055 ceph-mon[185614]: pgmap v3295: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:39.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:29:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:29:39.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:29:39 smithi055 ceph-mon[183057]: pgmap v3295: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:39.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:29:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:29:41.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:29:41 smithi082 ceph-mon[180771]: pgmap v3296: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:41.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:29:41 smithi055 ceph-mon[185614]: pgmap v3296: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:41.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:29:41 smithi055 ceph-mon[183057]: pgmap v3296: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:43.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:29:43 smithi055 ceph-mon[185614]: pgmap v3297: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:43.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:29:43 smithi055 ceph-mon[183057]: pgmap v3297: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:43.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:29:43 smithi082 ceph-mon[180771]: pgmap v3297: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:45.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:29:45 smithi055 ceph-mon[185614]: pgmap v3298: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:29:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:29:45] "GET /metrics HTTP/1.1" 200 36228 "" "Prometheus/2.43.0" 2023-10-14T01:29:45.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:29:45 smithi055 ceph-mon[183057]: pgmap v3298: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:45.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:29:45 smithi082 ceph-mon[180771]: pgmap v3298: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:47.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:29:47 smithi082 ceph-mon[180771]: pgmap v3299: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:47.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:29:47 smithi055 ceph-mon[185614]: pgmap v3299: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:47.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:29:47 smithi055 ceph-mon[183057]: pgmap v3299: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:49.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:29:49 smithi082 ceph-mon[180771]: pgmap v3300: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:49.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:29:49 smithi055 ceph-mon[185614]: pgmap v3300: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:49.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:29:49 smithi055 ceph-mon[183057]: pgmap v3300: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:51.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:29:51 smithi082 ceph-mon[180771]: pgmap v3301: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:51.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:29:51 smithi055 ceph-mon[185614]: pgmap v3301: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:51.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:29:51 smithi055 ceph-mon[183057]: pgmap v3301: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:53.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:29:53 smithi055 ceph-mon[185614]: pgmap v3302: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:53.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:29:53 smithi055 ceph-mon[183057]: pgmap v3302: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:53.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:29:53 smithi082 ceph-mon[180771]: pgmap v3302: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:29:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:29:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:29:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:29:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:29:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:29:55.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:29:55 smithi055 ceph-mon[185614]: pgmap v3303: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:29:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:29:55] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:29:55.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:29:55 smithi055 ceph-mon[183057]: pgmap v3303: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:55.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:29:55 smithi082 ceph-mon[180771]: pgmap v3303: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:57.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:29:57 smithi082 ceph-mon[180771]: pgmap v3304: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:57.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:29:57 smithi055 ceph-mon[185614]: pgmap v3304: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:57.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:29:57 smithi055 ceph-mon[183057]: pgmap v3304: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:59.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:29:59 smithi082 ceph-mon[180771]: pgmap v3305: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:59.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:29:59 smithi055 ceph-mon[185614]: pgmap v3305: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:29:59.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:29:59 smithi055 ceph-mon[183057]: pgmap v3305: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:00.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:30:00 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:30:00.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:30:00 smithi082 ceph-mon[180771]: overall HEALTH_OK 2023-10-14T01:30:00.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:30:00 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:30:00.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:30:00 smithi055 ceph-mon[185614]: overall HEALTH_OK 2023-10-14T01:30:00.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:30:00 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:30:00.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:30:00 smithi055 ceph-mon[183057]: overall HEALTH_OK 2023-10-14T01:30:01.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:30:01 smithi082 ceph-mon[180771]: pgmap v3306: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:01.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:30:01 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:30:01.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:30:01 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:30:01.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:30:01 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:30:01.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:30:01 smithi055 ceph-mon[183057]: pgmap v3306: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:01.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:30:01 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:30:01.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:30:01 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:30:01.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:30:01 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:30:01.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:30:01 smithi055 ceph-mon[185614]: pgmap v3306: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:01.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:30:01 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:30:01.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:30:01 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:30:01.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:30:01 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:30:03.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:30:03 smithi055 ceph-mon[185614]: pgmap v3307: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:03.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:30:03 smithi055 ceph-mon[183057]: pgmap v3307: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:03.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:30:03 smithi082 ceph-mon[180771]: pgmap v3307: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:05.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:30:05 smithi055 ceph-mon[185614]: pgmap v3308: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:30:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:30:05] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:30:05.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:30:05 smithi055 ceph-mon[183057]: pgmap v3308: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:05.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:30:05 smithi082 ceph-mon[180771]: pgmap v3308: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:07.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:30:07 smithi082 ceph-mon[180771]: pgmap v3309: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:07.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:30:07 smithi055 ceph-mon[185614]: pgmap v3309: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:07.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:30:07 smithi055 ceph-mon[183057]: pgmap v3309: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:30:09 smithi082 ceph-mon[180771]: pgmap v3310: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:30:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:30:09.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:30:09 smithi055 ceph-mon[185614]: pgmap v3310: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:09.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:30:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:30:09.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:30:09 smithi055 ceph-mon[183057]: pgmap v3310: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:09.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:30:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:30:11.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:30:11 smithi082 ceph-mon[180771]: pgmap v3311: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:11.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:30:11 smithi055 ceph-mon[185614]: pgmap v3311: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:11.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:30:11 smithi055 ceph-mon[183057]: pgmap v3311: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:13.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:30:13 smithi055 ceph-mon[183057]: pgmap v3312: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:13.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:30:13 smithi055 ceph-mon[185614]: pgmap v3312: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:13.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:30:13 smithi082 ceph-mon[180771]: pgmap v3312: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:15.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:30:15 smithi055 ceph-mon[183057]: pgmap v3313: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:15.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:30:15 smithi055 ceph-mon[185614]: pgmap v3313: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:15.518 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:30:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:30:15] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T01:30:15.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:30:15 smithi082 ceph-mon[180771]: pgmap v3313: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:17.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:30:17 smithi082 ceph-mon[180771]: pgmap v3314: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:17.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:30:17 smithi055 ceph-mon[185614]: pgmap v3314: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:17.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:30:17 smithi055 ceph-mon[183057]: pgmap v3314: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:19.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:30:19 smithi082 ceph-mon[180771]: pgmap v3315: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:19.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:30:19 smithi055 ceph-mon[185614]: pgmap v3315: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:19.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:30:19 smithi055 ceph-mon[183057]: pgmap v3315: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:21.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:30:21 smithi082 ceph-mon[180771]: pgmap v3316: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:21.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:30:21 smithi055 ceph-mon[183057]: pgmap v3316: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:21.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:30:21 smithi055 ceph-mon[185614]: pgmap v3316: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:23.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:30:23 smithi055 ceph-mon[185614]: pgmap v3317: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:23.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:30:23 smithi055 ceph-mon[183057]: pgmap v3317: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:23.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:30:23 smithi082 ceph-mon[180771]: pgmap v3317: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:24.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:30:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:30:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:30:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:30:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:30:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:30:25.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:30:25 smithi055 ceph-mon[185614]: pgmap v3318: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:30:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:30:25] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:30:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:30:25 smithi055 ceph-mon[183057]: pgmap v3318: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:25.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:30:25 smithi082 ceph-mon[180771]: pgmap v3318: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:27.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:30:27 smithi082 ceph-mon[180771]: pgmap v3319: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:27.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:30:27 smithi055 ceph-mon[185614]: pgmap v3319: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:27.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:30:27 smithi055 ceph-mon[183057]: pgmap v3319: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:29.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:30:29 smithi082 ceph-mon[180771]: pgmap v3320: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:29.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:30:29 smithi055 ceph-mon[185614]: pgmap v3320: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:29.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:30:29 smithi055 ceph-mon[183057]: pgmap v3320: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:31.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:30:31 smithi082 ceph-mon[180771]: pgmap v3321: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:31.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:30:31 smithi055 ceph-mon[185614]: pgmap v3321: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:31.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:30:31 smithi055 ceph-mon[183057]: pgmap v3321: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:33.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:30:33 smithi055 ceph-mon[185614]: pgmap v3322: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:30:33 smithi055 ceph-mon[183057]: pgmap v3322: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:33.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:30:33 smithi082 ceph-mon[180771]: pgmap v3322: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:35.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:30:35 smithi055 ceph-mon[185614]: pgmap v3323: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:30:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:30:35] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:30:35.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:30:35 smithi055 ceph-mon[183057]: pgmap v3323: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:35.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:30:35 smithi082 ceph-mon[180771]: pgmap v3323: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:37.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:30:37 smithi082 ceph-mon[180771]: pgmap v3324: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:37.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:30:37 smithi055 ceph-mon[185614]: pgmap v3324: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:37.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:30:37 smithi055 ceph-mon[183057]: pgmap v3324: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:30:39 smithi082 ceph-mon[180771]: pgmap v3325: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:30:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:30:39.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:30:39 smithi055 ceph-mon[185614]: pgmap v3325: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:39.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:30:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:30:39.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:30:39 smithi055 ceph-mon[183057]: pgmap v3325: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:39.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:30:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:30:41.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:30:41 smithi082 ceph-mon[180771]: pgmap v3326: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:41.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:30:41 smithi055 ceph-mon[185614]: pgmap v3326: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:41.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:30:41 smithi055 ceph-mon[183057]: pgmap v3326: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:43.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:30:43 smithi055 ceph-mon[185614]: pgmap v3327: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:43.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:30:43 smithi055 ceph-mon[183057]: pgmap v3327: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:43.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:30:43 smithi082 ceph-mon[180771]: pgmap v3327: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:45.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:30:45 smithi055 ceph-mon[185614]: pgmap v3328: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:30:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:30:45] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T01:30:45.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:30:45 smithi055 ceph-mon[183057]: pgmap v3328: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:45.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:30:45 smithi082 ceph-mon[180771]: pgmap v3328: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:47.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:30:47 smithi082 ceph-mon[180771]: pgmap v3329: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:47.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:30:47 smithi055 ceph-mon[185614]: pgmap v3329: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:47.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:30:47 smithi055 ceph-mon[183057]: pgmap v3329: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:49.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:30:49 smithi082 ceph-mon[180771]: pgmap v3330: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:49.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:30:49 smithi055 ceph-mon[185614]: pgmap v3330: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:49.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:30:49 smithi055 ceph-mon[183057]: pgmap v3330: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:51.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:30:51 smithi082 ceph-mon[180771]: pgmap v3331: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:51.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:30:51 smithi055 ceph-mon[185614]: pgmap v3331: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:51.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:30:51 smithi055 ceph-mon[183057]: pgmap v3331: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:53.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:30:53 smithi055 ceph-mon[185614]: pgmap v3332: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:53.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:30:53 smithi055 ceph-mon[183057]: pgmap v3332: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:53.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:30:53 smithi082 ceph-mon[180771]: pgmap v3332: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:30:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:30:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:30:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:30:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:30:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:30:55.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:30:55 smithi055 ceph-mon[185614]: pgmap v3333: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:30:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:30:55] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:30:55.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:30:55 smithi055 ceph-mon[183057]: pgmap v3333: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:55.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:30:55 smithi082 ceph-mon[180771]: pgmap v3333: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:57.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:30:57 smithi082 ceph-mon[180771]: pgmap v3334: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:57.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:30:57 smithi055 ceph-mon[185614]: pgmap v3334: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:57.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:30:57 smithi055 ceph-mon[183057]: pgmap v3334: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:59.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:30:59 smithi082 ceph-mon[180771]: pgmap v3335: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:59.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:30:59 smithi055 ceph-mon[185614]: pgmap v3335: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:30:59.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:30:59 smithi055 ceph-mon[183057]: pgmap v3335: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:01.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:31:01 smithi082 ceph-mon[180771]: pgmap v3336: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:01.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:31:01 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:31:01.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:31:01 smithi055 ceph-mon[185614]: pgmap v3336: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:01.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:31:01 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:31:01.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:31:01 smithi055 ceph-mon[183057]: pgmap v3336: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:01.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:31:01 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:31:03.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:31:03 smithi055 ceph-mon[185614]: pgmap v3337: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:03.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:31:03 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:31:03.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:31:03 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:31:03.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:31:03 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:31:03.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:31:03 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:31:03.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:31:03 smithi055 ceph-mon[183057]: pgmap v3337: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:03.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:31:03 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:31:03.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:31:03 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:31:03.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:31:03 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:31:03.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:31:03 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:31:03.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:31:03 smithi082 ceph-mon[180771]: pgmap v3337: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:03.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:31:03 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:31:03.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:31:03 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:31:03.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:31:03 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:31:03.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:31:03 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:31:04.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:31:04 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:31:04.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:31:04 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:31:04.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:31:04 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:31:04.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:31:04 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:31:04.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:31:04 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:31:04.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:31:04 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:31:04.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:31:04 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:31:04.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:31:04 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:31:04.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:31:04 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:31:05.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:31:05 smithi055 ceph-mon[183057]: pgmap v3338: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:31:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:31:05] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:31:05.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:31:05 smithi055 ceph-mon[185614]: pgmap v3338: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:05.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:31:05 smithi082 ceph-mon[180771]: pgmap v3338: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:07.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:31:07 smithi082 ceph-mon[180771]: pgmap v3339: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:07.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:31:07 smithi055 ceph-mon[185614]: pgmap v3339: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:07.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:31:07 smithi055 ceph-mon[183057]: pgmap v3339: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:31:09 smithi082 ceph-mon[180771]: pgmap v3340: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:31:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:31:09.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:31:09 smithi055 ceph-mon[185614]: pgmap v3340: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:09.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:31:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:31:09.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:31:09 smithi055 ceph-mon[183057]: pgmap v3340: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:09.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:31:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:31:11.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:31:11 smithi082 ceph-mon[180771]: pgmap v3341: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:11.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:31:11 smithi055 ceph-mon[185614]: pgmap v3341: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:11.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:31:11 smithi055 ceph-mon[183057]: pgmap v3341: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:13.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:31:13 smithi055 ceph-mon[185614]: pgmap v3342: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:13.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:31:13 smithi055 ceph-mon[183057]: pgmap v3342: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:13.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:31:13 smithi082 ceph-mon[180771]: pgmap v3342: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:15.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:31:15 smithi055 ceph-mon[185614]: pgmap v3343: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:15.518 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:31:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:31:15] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T01:31:15.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:31:15 smithi055 ceph-mon[183057]: pgmap v3343: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:15.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:31:15 smithi082 ceph-mon[180771]: pgmap v3343: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:17.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:31:17 smithi082 ceph-mon[180771]: pgmap v3344: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:17.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:31:17 smithi055 ceph-mon[185614]: pgmap v3344: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:17.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:31:17 smithi055 ceph-mon[183057]: pgmap v3344: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:19.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:31:19 smithi082 ceph-mon[180771]: pgmap v3345: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:19.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:31:19 smithi055 ceph-mon[185614]: pgmap v3345: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:19.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:31:19 smithi055 ceph-mon[183057]: pgmap v3345: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:21.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:31:21 smithi082 ceph-mon[180771]: pgmap v3346: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:21.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:31:21 smithi055 ceph-mon[185614]: pgmap v3346: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:21.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:31:21 smithi055 ceph-mon[183057]: pgmap v3346: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:23.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:31:23 smithi055 ceph-mon[185614]: pgmap v3347: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:23.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:31:23 smithi055 ceph-mon[183057]: pgmap v3347: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:23.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:31:23 smithi082 ceph-mon[180771]: pgmap v3347: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:24.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:31:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:31:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:31:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:31:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:31:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:31:25.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:31:25 smithi055 ceph-mon[185614]: pgmap v3348: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:31:25 smithi055 ceph-mon[183057]: pgmap v3348: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:31:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:31:25] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T01:31:25.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:31:25 smithi082 ceph-mon[180771]: pgmap v3348: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:27.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:31:27 smithi082 ceph-mon[180771]: pgmap v3349: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:27.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:31:27 smithi055 ceph-mon[185614]: pgmap v3349: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:27.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:31:27 smithi055 ceph-mon[183057]: pgmap v3349: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:29.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:31:29 smithi082 ceph-mon[180771]: pgmap v3350: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:29.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:31:29 smithi055 ceph-mon[185614]: pgmap v3350: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:29.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:31:29 smithi055 ceph-mon[183057]: pgmap v3350: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:31.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:31:31 smithi082 ceph-mon[180771]: pgmap v3351: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:31.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:31:31 smithi055 ceph-mon[185614]: pgmap v3351: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:31.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:31:31 smithi055 ceph-mon[183057]: pgmap v3351: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:33.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:31:33 smithi055 ceph-mon[185614]: pgmap v3352: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:31:33 smithi055 ceph-mon[183057]: pgmap v3352: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:33.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:31:33 smithi082 ceph-mon[180771]: pgmap v3352: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:35.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:31:35 smithi055 ceph-mon[185614]: pgmap v3353: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:31:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:31:35] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T01:31:35.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:31:35 smithi055 ceph-mon[183057]: pgmap v3353: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:35.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:31:35 smithi082 ceph-mon[180771]: pgmap v3353: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:37.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:31:37 smithi082 ceph-mon[180771]: pgmap v3354: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:37.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:31:37 smithi055 ceph-mon[183057]: pgmap v3354: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:37.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:31:37 smithi055 ceph-mon[185614]: pgmap v3354: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:31:39 smithi082 ceph-mon[180771]: pgmap v3355: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:31:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:31:39.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:31:39 smithi055 ceph-mon[185614]: pgmap v3355: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:39.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:31:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:31:39.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:31:39 smithi055 ceph-mon[183057]: pgmap v3355: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:39.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:31:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:31:41.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:31:41 smithi082 ceph-mon[180771]: pgmap v3356: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:41.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:31:41 smithi055 ceph-mon[185614]: pgmap v3356: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:41.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:31:41 smithi055 ceph-mon[183057]: pgmap v3356: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:43.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:31:43 smithi055 ceph-mon[185614]: pgmap v3357: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:43.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:31:43 smithi055 ceph-mon[183057]: pgmap v3357: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:43.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:31:43 smithi082 ceph-mon[180771]: pgmap v3357: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:45.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:31:45 smithi055 ceph-mon[185614]: pgmap v3358: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:31:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:31:45] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T01:31:45.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:31:45 smithi055 ceph-mon[183057]: pgmap v3358: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:45.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:31:45 smithi082 ceph-mon[180771]: pgmap v3358: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:47.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:31:47 smithi082 ceph-mon[180771]: pgmap v3359: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:47.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:31:47 smithi055 ceph-mon[185614]: pgmap v3359: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:47.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:31:47 smithi055 ceph-mon[183057]: pgmap v3359: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:49.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:31:49 smithi082 ceph-mon[180771]: pgmap v3360: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:49.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:31:49 smithi055 ceph-mon[185614]: pgmap v3360: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:49.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:31:49 smithi055 ceph-mon[183057]: pgmap v3360: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:51.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:31:51 smithi082 ceph-mon[180771]: pgmap v3361: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:51.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:31:51 smithi055 ceph-mon[185614]: pgmap v3361: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:51.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:31:51 smithi055 ceph-mon[183057]: pgmap v3361: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:53.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:31:53 smithi055 ceph-mon[185614]: pgmap v3362: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:53.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:31:53 smithi055 ceph-mon[183057]: pgmap v3362: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:53.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:31:53 smithi082 ceph-mon[180771]: pgmap v3362: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:31:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:31:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:31:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:31:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:31:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:31:55.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:31:55 smithi055 ceph-mon[185614]: pgmap v3363: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:31:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:31:55] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:31:55.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:31:55 smithi055 ceph-mon[183057]: pgmap v3363: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:55.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:31:55 smithi082 ceph-mon[180771]: pgmap v3363: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:57.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:31:57 smithi082 ceph-mon[180771]: pgmap v3364: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:57.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:31:57 smithi055 ceph-mon[185614]: pgmap v3364: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:57.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:31:57 smithi055 ceph-mon[183057]: pgmap v3364: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:59.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:31:59 smithi082 ceph-mon[180771]: pgmap v3365: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:59.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:31:59 smithi055 ceph-mon[185614]: pgmap v3365: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:31:59.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:31:59 smithi055 ceph-mon[183057]: pgmap v3365: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:01.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:32:01 smithi082 ceph-mon[180771]: pgmap v3366: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:01.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:32:01 smithi055 ceph-mon[185614]: pgmap v3366: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:01.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:32:01 smithi055 ceph-mon[183057]: pgmap v3366: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:03.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:32:03 smithi055 ceph-mon[185614]: pgmap v3367: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:03.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:32:03 smithi055 ceph-mon[183057]: pgmap v3367: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:03.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:32:03 smithi082 ceph-mon[180771]: pgmap v3367: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:04.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:32:04 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:32:04.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:32:04 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:32:04.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:32:04 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:32:04.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:32:04 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:32:04.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:32:04 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:32:04.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:32:04 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:32:04.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:32:04 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:32:04.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:32:04 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:32:04.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:32:04 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:32:04.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:32:04 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:32:04.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:32:04 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:32:04.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:32:04 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:32:05.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:32:05 smithi055 ceph-mon[185614]: pgmap v3368: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:05.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:32:05 smithi055 ceph-mon[183057]: pgmap v3368: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:32:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:32:05] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:32:05.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:32:05 smithi082 ceph-mon[180771]: pgmap v3368: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:07.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:32:07 smithi082 ceph-mon[180771]: pgmap v3369: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:07.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:32:07 smithi055 ceph-mon[185614]: pgmap v3369: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:07.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:32:07 smithi055 ceph-mon[183057]: pgmap v3369: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:32:09 smithi082 ceph-mon[180771]: pgmap v3370: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:32:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:32:09.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:32:09 smithi055 ceph-mon[185614]: pgmap v3370: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:09.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:32:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:32:09.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:32:09 smithi055 ceph-mon[183057]: pgmap v3370: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:09.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:32:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:32:11.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:32:11 smithi082 ceph-mon[180771]: pgmap v3371: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:11.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:32:11 smithi055 ceph-mon[185614]: pgmap v3371: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:11.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:32:11 smithi055 ceph-mon[183057]: pgmap v3371: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:13.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:32:13 smithi055 ceph-mon[185614]: pgmap v3372: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:13.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:32:13 smithi055 ceph-mon[183057]: pgmap v3372: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:13.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:32:13 smithi082 ceph-mon[180771]: pgmap v3372: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:15.331 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:32:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:32:15] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:32:15.332 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:32:15 smithi055 ceph-mon[183057]: pgmap v3373: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:15.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:32:15 smithi082 ceph-mon[180771]: pgmap v3373: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:15.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:32:15 smithi055 ceph-mon[185614]: pgmap v3373: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:17.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:32:17 smithi082 ceph-mon[180771]: pgmap v3374: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:17.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:32:17 smithi055 ceph-mon[185614]: pgmap v3374: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:17.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:32:17 smithi055 ceph-mon[183057]: pgmap v3374: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:19.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:32:19 smithi082 ceph-mon[180771]: pgmap v3375: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:19.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:32:19 smithi055 ceph-mon[185614]: pgmap v3375: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:19.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:32:19 smithi055 ceph-mon[183057]: pgmap v3375: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:21.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:32:21 smithi082 ceph-mon[180771]: pgmap v3376: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:21.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:32:21 smithi055 ceph-mon[185614]: pgmap v3376: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:21.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:32:21 smithi055 ceph-mon[183057]: pgmap v3376: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:23.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:32:23 smithi055 ceph-mon[185614]: pgmap v3377: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:23.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:32:23 smithi055 ceph-mon[183057]: pgmap v3377: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:23.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:32:23 smithi082 ceph-mon[180771]: pgmap v3377: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:24.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:32:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:32:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:32:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:32:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:32:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:32:25.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:32:25 smithi055 ceph-mon[185614]: pgmap v3378: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:32:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:32:25] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T01:32:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:32:25 smithi055 ceph-mon[183057]: pgmap v3378: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:25.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:32:25 smithi082 ceph-mon[180771]: pgmap v3378: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:27.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:32:27 smithi082 ceph-mon[180771]: pgmap v3379: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:27.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:32:27 smithi055 ceph-mon[185614]: pgmap v3379: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:27.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:32:27 smithi055 ceph-mon[183057]: pgmap v3379: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:29.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:32:29 smithi082 ceph-mon[180771]: pgmap v3380: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:29.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:32:29 smithi055 ceph-mon[185614]: pgmap v3380: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:29.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:32:29 smithi055 ceph-mon[183057]: pgmap v3380: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:31.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:32:31 smithi082 ceph-mon[180771]: pgmap v3381: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:31.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:32:31 smithi055 ceph-mon[185614]: pgmap v3381: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:31.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:32:31 smithi055 ceph-mon[183057]: pgmap v3381: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:33.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:32:33 smithi055 ceph-mon[185614]: pgmap v3382: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:32:33 smithi055 ceph-mon[183057]: pgmap v3382: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:33.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:32:33 smithi082 ceph-mon[180771]: pgmap v3382: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:35.330 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:32:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:32:35] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T01:32:35.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:32:35 smithi082 ceph-mon[180771]: pgmap v3383: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:35.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:32:35 smithi055 ceph-mon[185614]: pgmap v3383: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:35.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:32:35 smithi055 ceph-mon[183057]: pgmap v3383: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:37.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:32:37 smithi082 ceph-mon[180771]: pgmap v3384: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:37.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:32:37 smithi055 ceph-mon[185614]: pgmap v3384: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:37.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:32:37 smithi055 ceph-mon[183057]: pgmap v3384: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:32:39 smithi082 ceph-mon[180771]: pgmap v3385: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:32:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:32:39.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:32:39 smithi055 ceph-mon[185614]: pgmap v3385: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:39.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:32:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:32:39.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:32:39 smithi055 ceph-mon[183057]: pgmap v3385: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:39.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:32:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:32:41.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:32:41 smithi082 ceph-mon[180771]: pgmap v3386: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:41.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:32:41 smithi055 ceph-mon[185614]: pgmap v3386: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:41.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:32:41 smithi055 ceph-mon[183057]: pgmap v3386: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:43.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:32:43 smithi055 ceph-mon[185614]: pgmap v3387: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:43.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:32:43 smithi055 ceph-mon[183057]: pgmap v3387: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:43.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:32:43 smithi082 ceph-mon[180771]: pgmap v3387: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:45.333 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:32:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:32:45] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T01:32:45.334 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:32:45 smithi055 ceph-mon[183057]: pgmap v3388: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:45.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:32:45 smithi082 ceph-mon[180771]: pgmap v3388: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:45.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:32:45 smithi055 ceph-mon[185614]: pgmap v3388: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:47.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:32:47 smithi082 ceph-mon[180771]: pgmap v3389: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:47.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:32:47 smithi055 ceph-mon[185614]: pgmap v3389: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:47.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:32:47 smithi055 ceph-mon[183057]: pgmap v3389: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:49.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:32:49 smithi082 ceph-mon[180771]: pgmap v3390: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:49.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:32:49 smithi055 ceph-mon[185614]: pgmap v3390: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:49.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:32:49 smithi055 ceph-mon[183057]: pgmap v3390: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:51.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:32:51 smithi082 ceph-mon[180771]: pgmap v3391: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:51.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:32:51 smithi055 ceph-mon[185614]: pgmap v3391: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:51.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:32:51 smithi055 ceph-mon[183057]: pgmap v3391: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:53.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:32:53 smithi055 ceph-mon[185614]: pgmap v3392: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:53.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:32:53 smithi055 ceph-mon[183057]: pgmap v3392: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:53.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:32:53 smithi082 ceph-mon[180771]: pgmap v3392: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:32:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:32:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:32:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:32:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:32:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:32:55.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:32:55 smithi055 ceph-mon[185614]: pgmap v3393: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:32:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:32:55] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:32:55.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:32:55 smithi055 ceph-mon[183057]: pgmap v3393: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:55.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:32:55 smithi082 ceph-mon[180771]: pgmap v3393: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:57.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:32:57 smithi082 ceph-mon[180771]: pgmap v3394: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:57.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:32:57 smithi055 ceph-mon[185614]: pgmap v3394: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:57.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:32:57 smithi055 ceph-mon[183057]: pgmap v3394: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:59.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:32:59 smithi082 ceph-mon[180771]: pgmap v3395: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:59.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:32:59 smithi055 ceph-mon[185614]: pgmap v3395: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:32:59.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:32:59 smithi055 ceph-mon[183057]: pgmap v3395: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:01.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:33:01 smithi082 ceph-mon[180771]: pgmap v3396: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:01.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:33:01 smithi055 ceph-mon[185614]: pgmap v3396: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:01.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:33:01 smithi055 ceph-mon[183057]: pgmap v3396: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:03.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:33:03 smithi055 ceph-mon[185614]: pgmap v3397: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:03.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:33:03 smithi055 ceph-mon[183057]: pgmap v3397: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:03.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:33:03 smithi082 ceph-mon[180771]: pgmap v3397: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:04.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:33:04 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:33:04.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:33:04 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:33:04.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:33:04 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:33:05.346 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:33:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:33:05] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:33:05.346 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:33:05 smithi055 ceph-mon[183057]: pgmap v3398: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:05.347 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:33:05 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:33:05.347 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:33:05 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:33:05.347 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:33:05 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:33:05.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:33:05 smithi082 ceph-mon[180771]: pgmap v3398: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:05.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:33:05 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:33:05.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:33:05 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:33:05.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:33:05 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:33:05.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:33:05 smithi055 ceph-mon[185614]: pgmap v3398: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:05.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:33:05 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:33:05.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:33:05 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:33:05.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:33:05 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:33:07.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:33:07 smithi082 ceph-mon[180771]: pgmap v3399: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:07.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:33:07 smithi055 ceph-mon[185614]: pgmap v3399: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:07.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:33:07 smithi055 ceph-mon[183057]: pgmap v3399: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:33:09 smithi082 ceph-mon[180771]: pgmap v3400: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:33:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:33:09.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:33:09 smithi055 ceph-mon[185614]: pgmap v3400: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:09.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:33:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:33:09.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:33:09 smithi055 ceph-mon[183057]: pgmap v3400: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:09.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:33:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:33:11.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:33:11 smithi082 ceph-mon[180771]: pgmap v3401: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:11.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:33:11 smithi055 ceph-mon[185614]: pgmap v3401: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:11.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:33:11 smithi055 ceph-mon[183057]: pgmap v3401: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:13.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:33:13 smithi055 ceph-mon[185614]: pgmap v3402: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:13.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:33:13 smithi055 ceph-mon[183057]: pgmap v3402: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:13.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:33:13 smithi082 ceph-mon[180771]: pgmap v3402: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:15.347 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:33:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:33:15] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T01:33:15.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:33:15 smithi082 ceph-mon[180771]: pgmap v3403: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:15.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:33:15 smithi055 ceph-mon[185614]: pgmap v3403: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:15.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:33:15 smithi055 ceph-mon[183057]: pgmap v3403: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:17.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:33:17 smithi082 ceph-mon[180771]: pgmap v3404: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:17.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:33:17 smithi055 ceph-mon[185614]: pgmap v3404: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:17.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:33:17 smithi055 ceph-mon[183057]: pgmap v3404: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:19.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:33:19 smithi082 ceph-mon[180771]: pgmap v3405: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:19.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:33:19 smithi055 ceph-mon[183057]: pgmap v3405: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:19.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:33:19 smithi055 ceph-mon[185614]: pgmap v3405: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:21.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:33:21 smithi082 ceph-mon[180771]: pgmap v3406: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:21.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:33:21 smithi055 ceph-mon[185614]: pgmap v3406: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:21.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:33:21 smithi055 ceph-mon[183057]: pgmap v3406: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:23.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:33:23 smithi055 ceph-mon[185614]: pgmap v3407: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:23.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:33:23 smithi055 ceph-mon[183057]: pgmap v3407: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:23.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:33:23 smithi082 ceph-mon[180771]: pgmap v3407: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:24.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:33:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:33:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:33:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:33:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:33:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:33:25.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:33:25 smithi055 ceph-mon[185614]: pgmap v3408: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:33:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:33:25] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:33:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:33:25 smithi055 ceph-mon[183057]: pgmap v3408: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:25.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:33:25 smithi082 ceph-mon[180771]: pgmap v3408: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:27.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:33:27 smithi082 ceph-mon[180771]: pgmap v3409: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:27.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:33:27 smithi055 ceph-mon[185614]: pgmap v3409: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:27.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:33:27 smithi055 ceph-mon[183057]: pgmap v3409: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:29.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:33:29 smithi082 ceph-mon[180771]: pgmap v3410: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:29.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:33:29 smithi055 ceph-mon[185614]: pgmap v3410: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:29.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:33:29 smithi055 ceph-mon[183057]: pgmap v3410: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:31.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:33:31 smithi082 ceph-mon[180771]: pgmap v3411: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:31.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:33:31 smithi055 ceph-mon[185614]: pgmap v3411: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:31.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:33:31 smithi055 ceph-mon[183057]: pgmap v3411: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:33.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:33:33 smithi055 ceph-mon[185614]: pgmap v3412: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:33:33 smithi055 ceph-mon[183057]: pgmap v3412: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:33.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:33:33 smithi082 ceph-mon[180771]: pgmap v3412: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:35.356 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:33:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:33:35] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:33:35.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:33:35 smithi082 ceph-mon[180771]: pgmap v3413: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:35.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:33:35 smithi055 ceph-mon[185614]: pgmap v3413: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:35.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:33:35 smithi055 ceph-mon[183057]: pgmap v3413: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:37.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:33:37 smithi082 ceph-mon[180771]: pgmap v3414: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:37.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:33:37 smithi055 ceph-mon[185614]: pgmap v3414: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:37.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:33:37 smithi055 ceph-mon[183057]: pgmap v3414: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:33:39 smithi082 ceph-mon[180771]: pgmap v3415: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:33:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:33:39.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:33:39 smithi055 ceph-mon[185614]: pgmap v3415: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:39.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:33:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:33:39.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:33:39 smithi055 ceph-mon[183057]: pgmap v3415: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:39.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:33:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:33:41.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:33:41 smithi082 ceph-mon[180771]: pgmap v3416: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:41.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:33:41 smithi055 ceph-mon[185614]: pgmap v3416: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:41.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:33:41 smithi055 ceph-mon[183057]: pgmap v3416: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:43.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:33:43 smithi055 ceph-mon[185614]: pgmap v3417: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:43.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:33:43 smithi055 ceph-mon[183057]: pgmap v3417: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:43.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:33:43 smithi082 ceph-mon[180771]: pgmap v3417: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:45.357 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:33:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:33:45] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T01:33:45.357 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:33:45 smithi055 ceph-mon[183057]: pgmap v3418: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:45.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:33:45 smithi082 ceph-mon[180771]: pgmap v3418: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:45.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:33:45 smithi055 ceph-mon[185614]: pgmap v3418: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:47.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:33:47 smithi082 ceph-mon[180771]: pgmap v3419: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:47.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:33:47 smithi055 ceph-mon[185614]: pgmap v3419: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:47.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:33:47 smithi055 ceph-mon[183057]: pgmap v3419: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:49.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:33:49 smithi082 ceph-mon[180771]: pgmap v3420: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:49.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:33:49 smithi055 ceph-mon[185614]: pgmap v3420: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:49.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:33:49 smithi055 ceph-mon[183057]: pgmap v3420: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:51.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:33:51 smithi082 ceph-mon[180771]: pgmap v3421: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:51.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:33:51 smithi055 ceph-mon[185614]: pgmap v3421: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:51.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:33:51 smithi055 ceph-mon[183057]: pgmap v3421: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:53.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:33:53 smithi055 ceph-mon[185614]: pgmap v3422: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:53.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:33:53 smithi055 ceph-mon[183057]: pgmap v3422: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:53.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:33:53 smithi082 ceph-mon[180771]: pgmap v3422: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:54.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:33:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:33:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:33:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:33:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:33:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:33:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:33:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:33:55] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T01:33:55.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:33:55 smithi055 ceph-mon[185614]: pgmap v3423: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:55.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:33:55 smithi055 ceph-mon[183057]: pgmap v3423: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:55.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:33:55 smithi082 ceph-mon[180771]: pgmap v3423: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:57.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:33:57 smithi082 ceph-mon[180771]: pgmap v3424: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:57.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:33:57 smithi055 ceph-mon[185614]: pgmap v3424: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:57.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:33:57 smithi055 ceph-mon[183057]: pgmap v3424: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:59.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:33:59 smithi082 ceph-mon[180771]: pgmap v3425: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:59.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:33:59 smithi055 ceph-mon[185614]: pgmap v3425: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:33:59.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:33:59 smithi055 ceph-mon[183057]: pgmap v3425: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:01.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:34:01 smithi055 ceph-mon[185614]: pgmap v3426: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:01.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:34:01 smithi055 ceph-mon[183057]: pgmap v3426: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:01.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:34:01 smithi082 ceph-mon[180771]: pgmap v3426: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:03.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:34:03 smithi055 ceph-mon[183057]: pgmap v3427: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:03.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:34:03 smithi055 ceph-mon[185614]: pgmap v3427: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:03.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:34:03 smithi082 ceph-mon[180771]: pgmap v3427: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:05.356 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:34:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:34:05] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T01:34:05.357 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:34:05 smithi055 ceph-mon[185614]: pgmap v3428: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:05.357 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:34:05 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:34:05.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:34:05 smithi082 ceph-mon[180771]: pgmap v3428: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:05.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:34:05 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:34:05.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:34:05 smithi055 ceph-mon[183057]: pgmap v3428: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:05.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:34:05 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:34:06.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:34:06 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:34:06.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:34:06 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:34:06.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:34:06 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:34:06.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:34:06 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:34:06.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:34:06 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:34:06.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:34:06 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:34:06.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:34:06 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:34:06.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:34:06 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:34:06.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:34:06 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:34:07.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:34:07 smithi082 ceph-mon[180771]: pgmap v3429: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:07.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:34:07 smithi055 ceph-mon[185614]: pgmap v3429: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:07.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:34:07 smithi055 ceph-mon[183057]: pgmap v3429: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:34:09 smithi082 ceph-mon[180771]: pgmap v3430: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:09.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:34:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:34:09.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:34:09 smithi055 ceph-mon[185614]: pgmap v3430: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:09.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:34:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:34:09.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:34:09 smithi055 ceph-mon[183057]: pgmap v3430: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:09.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:34:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:34:11.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:34:11 smithi055 ceph-mon[185614]: pgmap v3431: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:11.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:34:11 smithi055 ceph-mon[183057]: pgmap v3431: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:11.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:34:11 smithi082 ceph-mon[180771]: pgmap v3431: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:13.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:34:13 smithi055 ceph-mon[185614]: pgmap v3432: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:13.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:34:13 smithi055 ceph-mon[183057]: pgmap v3432: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:13.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:34:13 smithi082 ceph-mon[180771]: pgmap v3432: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:15.363 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:34:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:34:15] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T01:34:15.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:34:15 smithi082 ceph-mon[180771]: pgmap v3433: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:15.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:34:15 smithi055 ceph-mon[185614]: pgmap v3433: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:15.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:34:15 smithi055 ceph-mon[183057]: pgmap v3433: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:17.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:34:17 smithi082 ceph-mon[180771]: pgmap v3434: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:17.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:34:17 smithi055 ceph-mon[185614]: pgmap v3434: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:17.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:34:17 smithi055 ceph-mon[183057]: pgmap v3434: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:19.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:34:19 smithi082 ceph-mon[180771]: pgmap v3435: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:19.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:34:19 smithi055 ceph-mon[185614]: pgmap v3435: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:19.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:34:19 smithi055 ceph-mon[183057]: pgmap v3435: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:21.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:34:21 smithi082 ceph-mon[180771]: pgmap v3436: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:21.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:34:21 smithi055 ceph-mon[185614]: pgmap v3436: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:21.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:34:21 smithi055 ceph-mon[183057]: pgmap v3436: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:23.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:34:23 smithi055 ceph-mon[185614]: pgmap v3437: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:23.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:34:23 smithi055 ceph-mon[183057]: pgmap v3437: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:23.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:34:23 smithi082 ceph-mon[180771]: pgmap v3437: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:24.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:34:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:34:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:34:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:34:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:34:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:34:25.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:34:25 smithi055 ceph-mon[185614]: pgmap v3438: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:34:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:34:25] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T01:34:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:34:25 smithi055 ceph-mon[183057]: pgmap v3438: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:25.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:34:25 smithi082 ceph-mon[180771]: pgmap v3438: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:27.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:34:27 smithi082 ceph-mon[180771]: pgmap v3439: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:27.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:34:27 smithi055 ceph-mon[185614]: pgmap v3439: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:27.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:34:27 smithi055 ceph-mon[183057]: pgmap v3439: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:29.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:34:29 smithi082 ceph-mon[180771]: pgmap v3440: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:29.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:34:29 smithi055 ceph-mon[185614]: pgmap v3440: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:29.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:34:29 smithi055 ceph-mon[183057]: pgmap v3440: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:31.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:34:31 smithi055 ceph-mon[185614]: pgmap v3441: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:31.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:34:31 smithi055 ceph-mon[183057]: pgmap v3441: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:31.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:34:31 smithi082 ceph-mon[180771]: pgmap v3441: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:33.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:34:33 smithi055 ceph-mon[185614]: pgmap v3442: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:34:33 smithi055 ceph-mon[183057]: pgmap v3442: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:33.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:34:33 smithi082 ceph-mon[180771]: pgmap v3442: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:35.373 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:34:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:34:35] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T01:34:35.374 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:34:35 smithi055 ceph-mon[183057]: pgmap v3443: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:35.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:34:35 smithi082 ceph-mon[180771]: pgmap v3443: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:35.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:34:35 smithi055 ceph-mon[185614]: pgmap v3443: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:37.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:34:37 smithi055 ceph-mon[185614]: pgmap v3444: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:37.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:34:37 smithi055 ceph-mon[183057]: pgmap v3444: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:37.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:34:37 smithi082 ceph-mon[180771]: pgmap v3444: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:39.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:34:39 smithi055 ceph-mon[183057]: pgmap v3445: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:39.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:34:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:34:39.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:34:39 smithi055 ceph-mon[185614]: pgmap v3445: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:39.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:34:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:34:39.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:34:39 smithi082 ceph-mon[180771]: pgmap v3445: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:39.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:34:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:34:41.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:34:41 smithi055 ceph-mon[185614]: pgmap v3446: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:41.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:34:41 smithi055 ceph-mon[183057]: pgmap v3446: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:41.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:34:41 smithi082 ceph-mon[180771]: pgmap v3446: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:43.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:34:43 smithi055 ceph-mon[185614]: pgmap v3447: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:43.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:34:43 smithi055 ceph-mon[183057]: pgmap v3447: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:43.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:34:43 smithi082 ceph-mon[180771]: pgmap v3447: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:45.373 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:34:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:34:45] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:34:45.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:34:45 smithi082 ceph-mon[180771]: pgmap v3448: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:45.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:34:45 smithi055 ceph-mon[185614]: pgmap v3448: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:45.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:34:45 smithi055 ceph-mon[183057]: pgmap v3448: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:47.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:34:47 smithi055 ceph-mon[185614]: pgmap v3449: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:47.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:34:47 smithi055 ceph-mon[183057]: pgmap v3449: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:47.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:34:47 smithi082 ceph-mon[180771]: pgmap v3449: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:49.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:34:49 smithi055 ceph-mon[185614]: pgmap v3450: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:49.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:34:49 smithi055 ceph-mon[183057]: pgmap v3450: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:49.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:34:49 smithi082 ceph-mon[180771]: pgmap v3450: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:51.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:34:51 smithi055 ceph-mon[185614]: pgmap v3451: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:51.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:34:51 smithi055 ceph-mon[183057]: pgmap v3451: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:51.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:34:51 smithi082 ceph-mon[180771]: pgmap v3451: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:53.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:34:53 smithi055 ceph-mon[185614]: pgmap v3452: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:53.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:34:53 smithi055 ceph-mon[183057]: pgmap v3452: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:53.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:34:53 smithi082 ceph-mon[180771]: pgmap v3452: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:34:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:34:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:34:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:34:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:34:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:34:55.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:34:55 smithi055 ceph-mon[183057]: pgmap v3453: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:34:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:34:55] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T01:34:55.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:34:55 smithi055 ceph-mon[185614]: pgmap v3453: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:55.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:34:55 smithi082 ceph-mon[180771]: pgmap v3453: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:57.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:34:57 smithi082 ceph-mon[180771]: pgmap v3454: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:57.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:34:57 smithi055 ceph-mon[183057]: pgmap v3454: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:57.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:34:57 smithi055 ceph-mon[185614]: pgmap v3454: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:59.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:34:59 smithi082 ceph-mon[180771]: pgmap v3455: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:59.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:34:59 smithi055 ceph-mon[185614]: pgmap v3455: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:34:59.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:34:59 smithi055 ceph-mon[183057]: pgmap v3455: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:01.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:35:01 smithi055 ceph-mon[185614]: pgmap v3456: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:01.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:35:01 smithi055 ceph-mon[183057]: pgmap v3456: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:01.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:35:01 smithi082 ceph-mon[180771]: pgmap v3456: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:03.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:35:03 smithi055 ceph-mon[185614]: pgmap v3457: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:03.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:35:03 smithi055 ceph-mon[183057]: pgmap v3457: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:03.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:35:03 smithi082 ceph-mon[180771]: pgmap v3457: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:05.380 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:35:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:35:05] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T01:35:05.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:35:05 smithi055 ceph-mon[185614]: pgmap v3458: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:05.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:35:05 smithi055 ceph-mon[183057]: pgmap v3458: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:05.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:35:05 smithi082 ceph-mon[180771]: pgmap v3458: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:06.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:35:06 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:35:06.955 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:35:06 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:35:06.956 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:35:06 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:35:06.956 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:35:06 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:35:06.956 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:35:06 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:35:06.957 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:35:06 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:35:06.957 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:35:06 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:35:06.957 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:35:06 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:35:06.958 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:35:06 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:35:06.958 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:35:06 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:35:06.958 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:35:06 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:35:06.958 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:35:06 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:35:07.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:35:07 smithi055 ceph-mon[185614]: pgmap v3459: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:07.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:35:07 smithi055 ceph-mon[183057]: pgmap v3459: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:07.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:35:07 smithi082 ceph-mon[180771]: pgmap v3459: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:09.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:35:09 smithi055 ceph-mon[185614]: pgmap v3460: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:09.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:35:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:35:09.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:35:09 smithi055 ceph-mon[183057]: pgmap v3460: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:09.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:35:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:35:09.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:35:09 smithi082 ceph-mon[180771]: pgmap v3460: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:09.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:35:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:35:11.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:35:11 smithi055 ceph-mon[185614]: pgmap v3461: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:11.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:35:11 smithi055 ceph-mon[183057]: pgmap v3461: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:11.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:35:11 smithi082 ceph-mon[180771]: pgmap v3461: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:13.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:35:13 smithi055 ceph-mon[185614]: pgmap v3462: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:13.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:35:13 smithi055 ceph-mon[183057]: pgmap v3462: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:13.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:35:13 smithi082 ceph-mon[180771]: pgmap v3462: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:15.375 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:35:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:35:15] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:35:15.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:35:15 smithi055 ceph-mon[185614]: pgmap v3463: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:15.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:35:15 smithi055 ceph-mon[183057]: pgmap v3463: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:15.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:35:15 smithi082 ceph-mon[180771]: pgmap v3463: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:17.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:35:17 smithi055 ceph-mon[185614]: pgmap v3464: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:17.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:35:17 smithi055 ceph-mon[183057]: pgmap v3464: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:17.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:35:17 smithi082 ceph-mon[180771]: pgmap v3464: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:19.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:35:19 smithi055 ceph-mon[185614]: pgmap v3465: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:19.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:35:19 smithi055 ceph-mon[183057]: pgmap v3465: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:19.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:35:19 smithi082 ceph-mon[180771]: pgmap v3465: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:21.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:35:21 smithi055 ceph-mon[185614]: pgmap v3466: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:21.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:35:21 smithi055 ceph-mon[183057]: pgmap v3466: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:21.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:35:21 smithi082 ceph-mon[180771]: pgmap v3466: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:23.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:35:23 smithi055 ceph-mon[185614]: pgmap v3467: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:23.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:35:23 smithi055 ceph-mon[183057]: pgmap v3467: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:23.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:35:23 smithi082 ceph-mon[180771]: pgmap v3467: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:24.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:35:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:35:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:35:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:35:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:35:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:35:25.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:35:25 smithi055 ceph-mon[185614]: pgmap v3468: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:35:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:35:25] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T01:35:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:35:25 smithi055 ceph-mon[183057]: pgmap v3468: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:25.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:35:25 smithi082 ceph-mon[180771]: pgmap v3468: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:27.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:35:27 smithi055 ceph-mon[185614]: pgmap v3469: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:27.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:35:27 smithi055 ceph-mon[183057]: pgmap v3469: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:27.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:35:27 smithi082 ceph-mon[180771]: pgmap v3469: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:29.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:35:29 smithi055 ceph-mon[185614]: pgmap v3470: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:29.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:35:29 smithi055 ceph-mon[183057]: pgmap v3470: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:29.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:35:29 smithi082 ceph-mon[180771]: pgmap v3470: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:31.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:35:31 smithi055 ceph-mon[185614]: pgmap v3471: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:31.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:35:31 smithi055 ceph-mon[183057]: pgmap v3471: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:31.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:35:31 smithi082 ceph-mon[180771]: pgmap v3471: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:33.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:35:33 smithi055 ceph-mon[185614]: pgmap v3472: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:35:33 smithi055 ceph-mon[183057]: pgmap v3472: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:33.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:35:33 smithi082 ceph-mon[180771]: pgmap v3472: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:35.383 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:35:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:35:35] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T01:35:35.384 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:35:35 smithi055 ceph-mon[185614]: pgmap v3473: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:35.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:35:35 smithi055 ceph-mon[183057]: pgmap v3473: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:35.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:35:35 smithi082 ceph-mon[180771]: pgmap v3473: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:37.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:35:37 smithi055 ceph-mon[185614]: pgmap v3474: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:37.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:35:37 smithi055 ceph-mon[183057]: pgmap v3474: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:37.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:35:37 smithi082 ceph-mon[180771]: pgmap v3474: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:39.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:35:39 smithi055 ceph-mon[185614]: pgmap v3475: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:39.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:35:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:35:39.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:35:39 smithi055 ceph-mon[183057]: pgmap v3475: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:39.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:35:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:35:39.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:35:39 smithi082 ceph-mon[180771]: pgmap v3475: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:39.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:35:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:35:41.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:35:41 smithi055 ceph-mon[185614]: pgmap v3476: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:41.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:35:41 smithi055 ceph-mon[183057]: pgmap v3476: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:41.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:35:41 smithi082 ceph-mon[180771]: pgmap v3476: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:43.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:35:43 smithi055 ceph-mon[185614]: pgmap v3477: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:43.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:35:43 smithi055 ceph-mon[183057]: pgmap v3477: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:43.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:35:43 smithi082 ceph-mon[180771]: pgmap v3477: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:45.389 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:35:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:35:45] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:35:45.390 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:35:45 smithi055 ceph-mon[183057]: pgmap v3478: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:45.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:35:45 smithi055 ceph-mon[185614]: pgmap v3478: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:45.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:35:45 smithi082 ceph-mon[180771]: pgmap v3478: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:47.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:35:47 smithi055 ceph-mon[185614]: pgmap v3479: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:47.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:35:47 smithi055 ceph-mon[183057]: pgmap v3479: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:47.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:35:47 smithi082 ceph-mon[180771]: pgmap v3479: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:49.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:35:49 smithi055 ceph-mon[185614]: pgmap v3480: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:49.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:35:49 smithi055 ceph-mon[183057]: pgmap v3480: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:49.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:35:49 smithi082 ceph-mon[180771]: pgmap v3480: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:51.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:35:51 smithi055 ceph-mon[185614]: pgmap v3481: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:51.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:35:51 smithi055 ceph-mon[183057]: pgmap v3481: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:51.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:35:51 smithi082 ceph-mon[180771]: pgmap v3481: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:53.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:35:53 smithi055 ceph-mon[185614]: pgmap v3482: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:53.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:35:53 smithi055 ceph-mon[183057]: pgmap v3482: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:53.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:35:53 smithi082 ceph-mon[180771]: pgmap v3482: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:54.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:35:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:35:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:35:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:35:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:35:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:35:55.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:35:55 smithi055 ceph-mon[185614]: pgmap v3483: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:35:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:35:55] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:35:55.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:35:55 smithi055 ceph-mon[183057]: pgmap v3483: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:55.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:35:55 smithi082 ceph-mon[180771]: pgmap v3483: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:57.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:35:57 smithi055 ceph-mon[185614]: pgmap v3484: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:57.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:35:57 smithi055 ceph-mon[183057]: pgmap v3484: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:57.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:35:57 smithi082 ceph-mon[180771]: pgmap v3484: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:59.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:35:59 smithi055 ceph-mon[185614]: pgmap v3485: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:59.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:35:59 smithi055 ceph-mon[183057]: pgmap v3485: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:35:59.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:35:59 smithi082 ceph-mon[180771]: pgmap v3485: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:01.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:36:01 smithi055 ceph-mon[185614]: pgmap v3486: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:01.774 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:36:01 smithi055 ceph-mon[183057]: pgmap v3486: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:01.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:36:01 smithi082 ceph-mon[180771]: pgmap v3486: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:03.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:36:03 smithi055 ceph-mon[185614]: pgmap v3487: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:03.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:36:03 smithi055 ceph-mon[183057]: pgmap v3487: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:03.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:36:03 smithi082 ceph-mon[180771]: pgmap v3487: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:05.400 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:36:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:36:05] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:36:05.401 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:36:05 smithi055 ceph-mon[183057]: pgmap v3488: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:05.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:36:05 smithi055 ceph-mon[185614]: pgmap v3488: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:05.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:36:05 smithi082 ceph-mon[180771]: pgmap v3488: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:07.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:36:07 smithi055 ceph-mon[185614]: pgmap v3489: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:07.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:36:07 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:36:07.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:36:07 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:36:07.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:36:07 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:36:07.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:36:07 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:36:07.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:36:07 smithi055 ceph-mon[183057]: pgmap v3489: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:07.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:36:07 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:36:07.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:36:07 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:36:07.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:36:07 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:36:07.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:36:07 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:36:07.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:36:07 smithi082 ceph-mon[180771]: pgmap v3489: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:07.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:36:07 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:36:07.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:36:07 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:36:07.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:36:07 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:36:07.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:36:07 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:36:09.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:36:09 smithi055 ceph-mon[183057]: pgmap v3490: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:09.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:36:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:36:09.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:36:09 smithi055 ceph-mon[185614]: pgmap v3490: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:09.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:36:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:36:09.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:36:09 smithi082 ceph-mon[180771]: pgmap v3490: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:09.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:36:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:36:11.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:36:11 smithi055 ceph-mon[185614]: pgmap v3491: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:11.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:36:11 smithi055 ceph-mon[183057]: pgmap v3491: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:11.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:36:11 smithi082 ceph-mon[180771]: pgmap v3491: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:13.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:36:13 smithi055 ceph-mon[185614]: pgmap v3492: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:13.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:36:13 smithi055 ceph-mon[183057]: pgmap v3492: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:13.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:36:13 smithi082 ceph-mon[180771]: pgmap v3492: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:15.401 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:36:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:36:15] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T01:36:15.401 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:36:15 smithi055 ceph-mon[183057]: pgmap v3493: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:15.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:36:15 smithi055 ceph-mon[185614]: pgmap v3493: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:15.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:36:15 smithi082 ceph-mon[180771]: pgmap v3493: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:17.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:36:17 smithi055 ceph-mon[185614]: pgmap v3494: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:17.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:36:17 smithi055 ceph-mon[183057]: pgmap v3494: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:17.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:36:17 smithi082 ceph-mon[180771]: pgmap v3494: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:19.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:36:19 smithi055 ceph-mon[185614]: pgmap v3495: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:19.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:36:19 smithi055 ceph-mon[183057]: pgmap v3495: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:19.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:36:19 smithi082 ceph-mon[180771]: pgmap v3495: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:21.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:36:21 smithi055 ceph-mon[185614]: pgmap v3496: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:21.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:36:21 smithi055 ceph-mon[183057]: pgmap v3496: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:21.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:36:21 smithi082 ceph-mon[180771]: pgmap v3496: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:23.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:36:23 smithi055 ceph-mon[185614]: pgmap v3497: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:23.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:36:23 smithi055 ceph-mon[183057]: pgmap v3497: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:23.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:36:23 smithi082 ceph-mon[180771]: pgmap v3497: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:24.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:36:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:36:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:36:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:36:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:36:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:36:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:36:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:36:25] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:36:25.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:36:25 smithi055 ceph-mon[185614]: pgmap v3498: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:36:25 smithi055 ceph-mon[183057]: pgmap v3498: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:25.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:36:25 smithi082 ceph-mon[180771]: pgmap v3498: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:27.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:36:27 smithi055 ceph-mon[185614]: pgmap v3499: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:27.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:36:27 smithi055 ceph-mon[183057]: pgmap v3499: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:27.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:36:27 smithi082 ceph-mon[180771]: pgmap v3499: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:29.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:36:29 smithi055 ceph-mon[185614]: pgmap v3500: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:29.791 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:36:29 smithi055 ceph-mon[183057]: pgmap v3500: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:29.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:36:29 smithi082 ceph-mon[180771]: pgmap v3500: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:31.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:36:31 smithi055 ceph-mon[185614]: pgmap v3501: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:31.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:36:31 smithi055 ceph-mon[183057]: pgmap v3501: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:31.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:36:31 smithi082 ceph-mon[180771]: pgmap v3501: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:33.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:36:33 smithi055 ceph-mon[185614]: pgmap v3502: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:36:33 smithi055 ceph-mon[183057]: pgmap v3502: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:33.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:36:33 smithi082 ceph-mon[180771]: pgmap v3502: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:35.403 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:36:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:36:35] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:36:35.404 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:36:35 smithi055 ceph-mon[183057]: pgmap v3503: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:35.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:36:35 smithi055 ceph-mon[185614]: pgmap v3503: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:35.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:36:35 smithi082 ceph-mon[180771]: pgmap v3503: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:37.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:36:37 smithi055 ceph-mon[185614]: pgmap v3504: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:37.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:36:37 smithi055 ceph-mon[183057]: pgmap v3504: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:37.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:36:37 smithi082 ceph-mon[180771]: pgmap v3504: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:39.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:36:39 smithi055 ceph-mon[185614]: pgmap v3505: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:39.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:36:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:36:39.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:36:39 smithi055 ceph-mon[183057]: pgmap v3505: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:39.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:36:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:36:39.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:36:39 smithi082 ceph-mon[180771]: pgmap v3505: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:39.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:36:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:36:41.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:36:41 smithi055 ceph-mon[185614]: pgmap v3506: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:41.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:36:41 smithi055 ceph-mon[183057]: pgmap v3506: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:41.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:36:41 smithi082 ceph-mon[180771]: pgmap v3506: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:43.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:36:43 smithi055 ceph-mon[185614]: pgmap v3507: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:43.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:36:43 smithi055 ceph-mon[183057]: pgmap v3507: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:43.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:36:43 smithi082 ceph-mon[180771]: pgmap v3507: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:45.403 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:36:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:36:45] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:36:45.403 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:36:45 smithi055 ceph-mon[183057]: pgmap v3508: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:45.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:36:45 smithi055 ceph-mon[185614]: pgmap v3508: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:45.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:36:45 smithi082 ceph-mon[180771]: pgmap v3508: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:47.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:36:47 smithi055 ceph-mon[185614]: pgmap v3509: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:47.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:36:47 smithi055 ceph-mon[183057]: pgmap v3509: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:47.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:36:47 smithi082 ceph-mon[180771]: pgmap v3509: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:49.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:36:49 smithi055 ceph-mon[185614]: pgmap v3510: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:49.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:36:49 smithi055 ceph-mon[183057]: pgmap v3510: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:49.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:36:49 smithi082 ceph-mon[180771]: pgmap v3510: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:51.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:36:51 smithi055 ceph-mon[185614]: pgmap v3511: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:51.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:36:51 smithi055 ceph-mon[183057]: pgmap v3511: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:51.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:36:51 smithi082 ceph-mon[180771]: pgmap v3511: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:53.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:36:53 smithi082 ceph-mon[180771]: pgmap v3512: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:53.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:36:53 smithi055 ceph-mon[185614]: pgmap v3512: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:53.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:36:53 smithi055 ceph-mon[183057]: pgmap v3512: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:36:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:36:54.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:36:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:36:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:36:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:36:55.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:36:55 smithi055 ceph-mon[183057]: pgmap v3513: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:55.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:36:55 smithi055 ceph-mon[185614]: pgmap v3513: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:55.518 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:36:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:36:55] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T01:36:55.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:36:55 smithi082 ceph-mon[180771]: pgmap v3513: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:57.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:36:57 smithi055 ceph-mon[185614]: pgmap v3514: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:57.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:36:57 smithi055 ceph-mon[183057]: pgmap v3514: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:57.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:36:57 smithi082 ceph-mon[180771]: pgmap v3514: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:59.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:36:59 smithi055 ceph-mon[185614]: pgmap v3515: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:59.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:36:59 smithi055 ceph-mon[183057]: pgmap v3515: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:36:59.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:36:59 smithi082 ceph-mon[180771]: pgmap v3515: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:01.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:37:01 smithi055 ceph-mon[185614]: pgmap v3516: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:01.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:37:01 smithi055 ceph-mon[183057]: pgmap v3516: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:01.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:37:01 smithi082 ceph-mon[180771]: pgmap v3516: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:03.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:37:03 smithi055 ceph-mon[185614]: pgmap v3517: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:03.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:37:03 smithi055 ceph-mon[183057]: pgmap v3517: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:03.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:37:03 smithi082 ceph-mon[180771]: pgmap v3517: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:05.408 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:37:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:37:05] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T01:37:05.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:37:05 smithi055 ceph-mon[185614]: pgmap v3518: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:05.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:37:05 smithi055 ceph-mon[183057]: pgmap v3518: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:05.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:37:05 smithi082 ceph-mon[180771]: pgmap v3518: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:07.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:37:07 smithi055 ceph-mon[185614]: pgmap v3519: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:07.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:37:07 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:37:07.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:37:07 smithi055 ceph-mon[183057]: pgmap v3519: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:07.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:37:07 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:37:07.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:37:07 smithi082 ceph-mon[180771]: pgmap v3519: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:07.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:37:07 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:37:08.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:37:08 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:37:08.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:37:08 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:37:08.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:37:08 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:37:08.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:37:08 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:37:08.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:37:08 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:37:08.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:37:08 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:37:08.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:37:08 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:37:08.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:37:08 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:37:08.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:37:08 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:37:10.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:37:09 smithi055 ceph-mon[185614]: pgmap v3520: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:10.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:37:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:37:10.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:37:09 smithi055 ceph-mon[183057]: pgmap v3520: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:10.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:37:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:37:10.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:37:09 smithi082 ceph-mon[180771]: pgmap v3520: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:10.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:37:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:37:11.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:37:10 smithi055 ceph-mon[185614]: pgmap v3521: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:11.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:37:10 smithi055 ceph-mon[183057]: pgmap v3521: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:11.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:37:10 smithi082 ceph-mon[180771]: pgmap v3521: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:13.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:37:13 smithi055 ceph-mon[185614]: pgmap v3522: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:13.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:37:13 smithi055 ceph-mon[183057]: pgmap v3522: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:13.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:37:13 smithi082 ceph-mon[180771]: pgmap v3522: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:15.410 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:37:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:37:15] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:37:15.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:37:15 smithi055 ceph-mon[185614]: pgmap v3523: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:15.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:37:15 smithi055 ceph-mon[183057]: pgmap v3523: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:15.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:37:15 smithi082 ceph-mon[180771]: pgmap v3523: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:17.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:37:17 smithi055 ceph-mon[185614]: pgmap v3524: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:17.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:37:17 smithi055 ceph-mon[183057]: pgmap v3524: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:17.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:37:17 smithi082 ceph-mon[180771]: pgmap v3524: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:19.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:37:19 smithi055 ceph-mon[185614]: pgmap v3525: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:19.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:37:19 smithi055 ceph-mon[183057]: pgmap v3525: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:19.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:37:19 smithi082 ceph-mon[180771]: pgmap v3525: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:21.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:37:21 smithi055 ceph-mon[185614]: pgmap v3526: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:21.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:37:21 smithi055 ceph-mon[183057]: pgmap v3526: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:21.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:37:21 smithi082 ceph-mon[180771]: pgmap v3526: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:23.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:37:23 smithi055 ceph-mon[185614]: pgmap v3527: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:23.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:37:23 smithi055 ceph-mon[183057]: pgmap v3527: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:23.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:37:23 smithi082 ceph-mon[180771]: pgmap v3527: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:24.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:37:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:37:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:37:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:37:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:37:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:37:25.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:37:25 smithi055 ceph-mon[185614]: pgmap v3528: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:37:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:37:25] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:37:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:37:25 smithi055 ceph-mon[183057]: pgmap v3528: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:25.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:37:25 smithi082 ceph-mon[180771]: pgmap v3528: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:27.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:37:27 smithi055 ceph-mon[185614]: pgmap v3529: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:27.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:37:27 smithi055 ceph-mon[183057]: pgmap v3529: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:27.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:37:27 smithi082 ceph-mon[180771]: pgmap v3529: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:29.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:37:29 smithi055 ceph-mon[185614]: pgmap v3530: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:29.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:37:29 smithi055 ceph-mon[183057]: pgmap v3530: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:29.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:37:29 smithi082 ceph-mon[180771]: pgmap v3530: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:31.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:37:31 smithi055 ceph-mon[185614]: pgmap v3531: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:31.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:37:31 smithi055 ceph-mon[183057]: pgmap v3531: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:31.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:37:31 smithi082 ceph-mon[180771]: pgmap v3531: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:33.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:37:33 smithi055 ceph-mon[185614]: pgmap v3532: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:37:33 smithi055 ceph-mon[183057]: pgmap v3532: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:33.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:37:33 smithi082 ceph-mon[180771]: pgmap v3532: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:35.416 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:37:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:37:35] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:37:35.417 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:37:35 smithi055 ceph-mon[183057]: pgmap v3533: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:35.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:37:35 smithi055 ceph-mon[185614]: pgmap v3533: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:35.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:37:35 smithi082 ceph-mon[180771]: pgmap v3533: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:37.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:37:37 smithi055 ceph-mon[185614]: pgmap v3534: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:37.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:37:37 smithi055 ceph-mon[183057]: pgmap v3534: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:37.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:37:37 smithi082 ceph-mon[180771]: pgmap v3534: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:39.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:37:39 smithi055 ceph-mon[185614]: pgmap v3535: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:39.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:37:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:37:39.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:37:39 smithi055 ceph-mon[183057]: pgmap v3535: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:39.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:37:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:37:39.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:37:39 smithi082 ceph-mon[180771]: pgmap v3535: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:39.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:37:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:37:41.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:37:41 smithi055 ceph-mon[185614]: pgmap v3536: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:41.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:37:41 smithi055 ceph-mon[183057]: pgmap v3536: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:41.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:37:41 smithi082 ceph-mon[180771]: pgmap v3536: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:43.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:37:43 smithi082 ceph-mon[180771]: pgmap v3537: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:43.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:37:43 smithi055 ceph-mon[185614]: pgmap v3537: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:43.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:37:43 smithi055 ceph-mon[183057]: pgmap v3537: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:45.426 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:37:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:37:45] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:37:45.426 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:37:45 smithi055 ceph-mon[183057]: pgmap v3538: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:45.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:37:45 smithi055 ceph-mon[185614]: pgmap v3538: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:45.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:37:45 smithi082 ceph-mon[180771]: pgmap v3538: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:47.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:37:47 smithi055 ceph-mon[185614]: pgmap v3539: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:47.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:37:47 smithi055 ceph-mon[183057]: pgmap v3539: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:47.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:37:47 smithi082 ceph-mon[180771]: pgmap v3539: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:49.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:37:49 smithi055 ceph-mon[185614]: pgmap v3540: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:49.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:37:49 smithi055 ceph-mon[183057]: pgmap v3540: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:49.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:37:49 smithi082 ceph-mon[180771]: pgmap v3540: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:51.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:37:51 smithi055 ceph-mon[185614]: pgmap v3541: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:51.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:37:51 smithi055 ceph-mon[183057]: pgmap v3541: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:51.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:37:51 smithi082 ceph-mon[180771]: pgmap v3541: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:53.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:37:53 smithi082 ceph-mon[180771]: pgmap v3542: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:53.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:37:53 smithi055 ceph-mon[185614]: pgmap v3542: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:53.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:37:53 smithi055 ceph-mon[183057]: pgmap v3542: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:37:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:37:54.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:37:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:37:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:37:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:37:55.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:37:55 smithi055 ceph-mon[185614]: pgmap v3543: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:55.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:37:55 smithi055 ceph-mon[183057]: pgmap v3543: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:37:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:37:55] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T01:37:55.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:37:55 smithi082 ceph-mon[180771]: pgmap v3543: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:57.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:37:57 smithi055 ceph-mon[185614]: pgmap v3544: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:57.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:37:57 smithi055 ceph-mon[183057]: pgmap v3544: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:57.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:37:57 smithi082 ceph-mon[180771]: pgmap v3544: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:59.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:37:59 smithi055 ceph-mon[185614]: pgmap v3545: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:59.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:37:59 smithi055 ceph-mon[183057]: pgmap v3545: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:37:59.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:37:59 smithi082 ceph-mon[180771]: pgmap v3545: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:01.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:38:01 smithi055 ceph-mon[185614]: pgmap v3546: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:01.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:38:01 smithi055 ceph-mon[183057]: pgmap v3546: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:01.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:38:01 smithi082 ceph-mon[180771]: pgmap v3546: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:03.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:38:03 smithi082 ceph-mon[180771]: pgmap v3547: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:03.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:38:03 smithi055 ceph-mon[185614]: pgmap v3547: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:03.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:38:03 smithi055 ceph-mon[183057]: pgmap v3547: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:05.424 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:38:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:38:05] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T01:38:05.425 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:38:05 smithi055 ceph-mon[183057]: pgmap v3548: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:05.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:38:05 smithi055 ceph-mon[185614]: pgmap v3548: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:05.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:38:05 smithi082 ceph-mon[180771]: pgmap v3548: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:07.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:38:07 smithi055 ceph-mon[185614]: pgmap v3549: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:07.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:38:07 smithi055 ceph-mon[183057]: pgmap v3549: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:07.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:38:07 smithi082 ceph-mon[180771]: pgmap v3549: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:08.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:38:08 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:38:08.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:38:08 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:38:08.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:38:08 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:38:08.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:38:08 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:38:08.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:38:08 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:38:08.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:38:08 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:38:08.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:38:08 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:38:08.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:38:08 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:38:08.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:38:08 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:38:09.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:38:09 smithi055 ceph-mon[185614]: pgmap v3550: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:09.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:38:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:38:09.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:38:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:38:09.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:38:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:38:09.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:38:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:38:09.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:38:09 smithi055 ceph-mon[183057]: pgmap v3550: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:09.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:38:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:38:09.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:38:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:38:09.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:38:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:38:09.771 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:38:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:38:09.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:38:09 smithi082 ceph-mon[180771]: pgmap v3550: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:09.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:38:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:38:09.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:38:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:38:09.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:38:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:38:09.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:38:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:38:11.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:38:11 smithi055 ceph-mon[185614]: pgmap v3551: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:11.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:38:11 smithi055 ceph-mon[183057]: pgmap v3551: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:11.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:38:11 smithi082 ceph-mon[180771]: pgmap v3551: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:13.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:38:13 smithi082 ceph-mon[180771]: pgmap v3552: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:13.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:38:13 smithi055 ceph-mon[185614]: pgmap v3552: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:13.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:38:13 smithi055 ceph-mon[183057]: pgmap v3552: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:15.428 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:38:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:38:15] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T01:38:15.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:38:15 smithi055 ceph-mon[185614]: pgmap v3553: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:15.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:38:15 smithi055 ceph-mon[183057]: pgmap v3553: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:15.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:38:15 smithi082 ceph-mon[180771]: pgmap v3553: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:17.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:38:17 smithi055 ceph-mon[185614]: pgmap v3554: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:17.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:38:17 smithi055 ceph-mon[183057]: pgmap v3554: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:17.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:38:17 smithi082 ceph-mon[180771]: pgmap v3554: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:19.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:38:19 smithi055 ceph-mon[185614]: pgmap v3555: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:19.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:38:19 smithi055 ceph-mon[183057]: pgmap v3555: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:19.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:38:19 smithi082 ceph-mon[180771]: pgmap v3555: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:21.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:38:21 smithi055 ceph-mon[185614]: pgmap v3556: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:21.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:38:21 smithi055 ceph-mon[183057]: pgmap v3556: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:21.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:38:21 smithi082 ceph-mon[180771]: pgmap v3556: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:23.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:38:23 smithi082 ceph-mon[180771]: pgmap v3557: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:23.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:38:23 smithi055 ceph-mon[185614]: pgmap v3557: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:23.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:38:23 smithi055 ceph-mon[183057]: pgmap v3557: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:38:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:38:24.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:38:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:38:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:38:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:38:25.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:38:25 smithi055 ceph-mon[185614]: pgmap v3558: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:38:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:38:25] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:38:25.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:38:25 smithi055 ceph-mon[183057]: pgmap v3558: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:25.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:38:25 smithi082 ceph-mon[180771]: pgmap v3558: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:27.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:38:27 smithi055 ceph-mon[185614]: pgmap v3559: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:27.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:38:27 smithi055 ceph-mon[183057]: pgmap v3559: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:27.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:38:27 smithi082 ceph-mon[180771]: pgmap v3559: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:29.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:38:29 smithi055 ceph-mon[183057]: pgmap v3560: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:29.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:38:29 smithi055 ceph-mon[185614]: pgmap v3560: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:29.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:38:29 smithi082 ceph-mon[180771]: pgmap v3560: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:31.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:38:31 smithi055 ceph-mon[185614]: pgmap v3561: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:31.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:38:31 smithi055 ceph-mon[183057]: pgmap v3561: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:31.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:38:31 smithi082 ceph-mon[180771]: pgmap v3561: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:33.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:38:33 smithi082 ceph-mon[180771]: pgmap v3562: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:33.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:38:33 smithi055 ceph-mon[185614]: pgmap v3562: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:33.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:38:33 smithi055 ceph-mon[183057]: pgmap v3562: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:35.442 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:38:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:38:35] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:38:35.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:38:35 smithi055 ceph-mon[185614]: pgmap v3563: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:35.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:38:35 smithi055 ceph-mon[183057]: pgmap v3563: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:35.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:38:35 smithi082 ceph-mon[180771]: pgmap v3563: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:37.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:38:37 smithi055 ceph-mon[185614]: pgmap v3564: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:37.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:38:37 smithi055 ceph-mon[183057]: pgmap v3564: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:37.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:38:37 smithi082 ceph-mon[180771]: pgmap v3564: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:39.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:38:39 smithi055 ceph-mon[185614]: pgmap v3565: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:39.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:38:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:38:39.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:38:39 smithi055 ceph-mon[183057]: pgmap v3565: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:39.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:38:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:38:39.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:38:39 smithi082 ceph-mon[180771]: pgmap v3565: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:39.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:38:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:38:41.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:38:41 smithi055 ceph-mon[185614]: pgmap v3566: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:41.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:38:41 smithi055 ceph-mon[183057]: pgmap v3566: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:41.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:38:41 smithi082 ceph-mon[180771]: pgmap v3566: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:43.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:38:43 smithi082 ceph-mon[180771]: pgmap v3567: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:43.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:38:43 smithi055 ceph-mon[185614]: pgmap v3567: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:44.138 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:38:43 smithi055 ceph-mon[183057]: pgmap v3567: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:45.445 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:38:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:38:45] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:38:45.446 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:38:45 smithi055 ceph-mon[183057]: pgmap v3568: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:45.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:38:45 smithi055 ceph-mon[185614]: pgmap v3568: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:45.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:38:45 smithi082 ceph-mon[180771]: pgmap v3568: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:47.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:38:47 smithi055 ceph-mon[185614]: pgmap v3569: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:47.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:38:47 smithi055 ceph-mon[183057]: pgmap v3569: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:47.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:38:47 smithi082 ceph-mon[180771]: pgmap v3569: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:49.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:38:49 smithi055 ceph-mon[185614]: pgmap v3570: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:49.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:38:49 smithi055 ceph-mon[183057]: pgmap v3570: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:49.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:38:49 smithi082 ceph-mon[180771]: pgmap v3570: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:51.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:38:51 smithi055 ceph-mon[185614]: pgmap v3571: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:51.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:38:51 smithi055 ceph-mon[183057]: pgmap v3571: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:51.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:38:51 smithi082 ceph-mon[180771]: pgmap v3571: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:53.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:38:53 smithi082 ceph-mon[180771]: pgmap v3572: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:53.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:38:53 smithi055 ceph-mon[185614]: pgmap v3572: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:53.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:38:53 smithi055 ceph-mon[183057]: pgmap v3572: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:38:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:38:54.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:38:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:38:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:38:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:38:55.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:38:55 smithi055 ceph-mon[185614]: pgmap v3573: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:38:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:38:55] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T01:38:55.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:38:55 smithi055 ceph-mon[183057]: pgmap v3573: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:55.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:38:55 smithi082 ceph-mon[180771]: pgmap v3573: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:57.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:38:57 smithi055 ceph-mon[185614]: pgmap v3574: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:57.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:38:57 smithi055 ceph-mon[183057]: pgmap v3574: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:57.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:38:57 smithi082 ceph-mon[180771]: pgmap v3574: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:59.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:38:59 smithi055 ceph-mon[185614]: pgmap v3575: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:59.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:38:59 smithi055 ceph-mon[183057]: pgmap v3575: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:38:59.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:38:59 smithi082 ceph-mon[180771]: pgmap v3575: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:01.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:39:01 smithi055 ceph-mon[185614]: pgmap v3576: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:01.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:39:01 smithi055 ceph-mon[183057]: pgmap v3576: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:01.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:39:01 smithi082 ceph-mon[180771]: pgmap v3576: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:03.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:39:03 smithi082 ceph-mon[180771]: pgmap v3577: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:03.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:39:03 smithi055 ceph-mon[185614]: pgmap v3577: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:03.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:39:03 smithi055 ceph-mon[183057]: pgmap v3577: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:05.442 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:39:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:39:05] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T01:39:05.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:39:05 smithi055 ceph-mon[183057]: pgmap v3578: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:05.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:39:05 smithi055 ceph-mon[185614]: pgmap v3578: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:05.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:39:05 smithi082 ceph-mon[180771]: pgmap v3578: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:07.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:39:07 smithi055 ceph-mon[185614]: pgmap v3579: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:07.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:39:07 smithi055 ceph-mon[183057]: pgmap v3579: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:07.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:39:07 smithi082 ceph-mon[180771]: pgmap v3579: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:09.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:39:09 smithi055 ceph-mon[185614]: pgmap v3580: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:09.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:39:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:39:09.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:39:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:39:09.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:39:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:39:09.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:39:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:39:09.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:39:09 smithi055 ceph-mon[183057]: pgmap v3580: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:09.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:39:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:39:09.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:39:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:39:09.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:39:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:39:09.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:39:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:39:09.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:39:09 smithi082 ceph-mon[180771]: pgmap v3580: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:09.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:39:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:39:09.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:39:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:39:09.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:39:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:39:09.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:39:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:39:10.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:39:10 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:39:10.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:39:10 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:39:10.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:39:10 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:39:10.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:39:10 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:39:10.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:39:10 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:39:10.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:39:10 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:39:10.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:39:10 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:39:10.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:39:10 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:39:10.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:39:10 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:39:12.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:39:11 smithi055 ceph-mon[185614]: pgmap v3581: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:12.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:39:11 smithi055 ceph-mon[183057]: pgmap v3581: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:12.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:39:11 smithi082 ceph-mon[180771]: pgmap v3581: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:13.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:39:13 smithi082 ceph-mon[180771]: pgmap v3582: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:13.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:39:13 smithi055 ceph-mon[185614]: pgmap v3582: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:13.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:39:13 smithi055 ceph-mon[183057]: pgmap v3582: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:15.445 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:39:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:39:15] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:39:15.446 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:39:15 smithi055 ceph-mon[183057]: pgmap v3583: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:15.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:39:15 smithi055 ceph-mon[185614]: pgmap v3583: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:15.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:39:15 smithi082 ceph-mon[180771]: pgmap v3583: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:17.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:39:17 smithi055 ceph-mon[185614]: pgmap v3584: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:17.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:39:17 smithi055 ceph-mon[183057]: pgmap v3584: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:17.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:39:17 smithi082 ceph-mon[180771]: pgmap v3584: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:19.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:39:19 smithi055 ceph-mon[185614]: pgmap v3585: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:19.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:39:19 smithi055 ceph-mon[183057]: pgmap v3585: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:19.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:39:19 smithi082 ceph-mon[180771]: pgmap v3585: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:21.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:39:21 smithi055 ceph-mon[185614]: pgmap v3586: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:21.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:39:21 smithi055 ceph-mon[183057]: pgmap v3586: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:21.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:39:21 smithi082 ceph-mon[180771]: pgmap v3586: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:23.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:39:23 smithi082 ceph-mon[180771]: pgmap v3587: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:23.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:39:23 smithi055 ceph-mon[185614]: pgmap v3587: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:23.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:39:23 smithi055 ceph-mon[183057]: pgmap v3587: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:39:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:39:24.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:39:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:39:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:39:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:39:25.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:39:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:39:25] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T01:39:25.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:39:25 smithi055 ceph-mon[185614]: pgmap v3588: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:39:25 smithi055 ceph-mon[183057]: pgmap v3588: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:25.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:39:25 smithi082 ceph-mon[180771]: pgmap v3588: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:27.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:39:27 smithi055 ceph-mon[185614]: pgmap v3589: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:27.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:39:27 smithi055 ceph-mon[183057]: pgmap v3589: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:27.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:39:27 smithi082 ceph-mon[180771]: pgmap v3589: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:27.876 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 01:39:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[225424]: logger=cleanup t=2023-10-14T01:39:27.474162325Z level=info msg="Completed cleanup jobs" duration=10.833106ms 2023-10-14T01:39:29.772 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:39:29 smithi055 ceph-mon[185614]: pgmap v3590: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:29.773 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:39:29 smithi055 ceph-mon[183057]: pgmap v3590: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:29.891 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:39:29 smithi082 ceph-mon[180771]: pgmap v3590: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:31.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:39:31 smithi055 ceph-mon[185614]: pgmap v3591: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:31.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:39:31 smithi055 ceph-mon[183057]: pgmap v3591: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:31.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:39:31 smithi082 ceph-mon[180771]: pgmap v3591: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:33.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:39:33 smithi082 ceph-mon[180771]: pgmap v3592: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:33.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:39:33 smithi055 ceph-mon[185614]: pgmap v3592: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:33.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:39:33 smithi055 ceph-mon[183057]: pgmap v3592: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:35.453 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:39:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:39:35] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T01:39:35.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:39:35 smithi055 ceph-mon[185614]: pgmap v3593: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:35.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:39:35 smithi055 ceph-mon[183057]: pgmap v3593: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:35.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:39:35 smithi082 ceph-mon[180771]: pgmap v3593: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:37.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:39:37 smithi055 ceph-mon[185614]: pgmap v3594: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:37.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:39:37 smithi055 ceph-mon[183057]: pgmap v3594: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:37.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:39:37 smithi082 ceph-mon[180771]: pgmap v3594: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:39.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:39:39 smithi055 ceph-mon[185614]: pgmap v3595: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:39.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:39:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:39:39.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:39:39 smithi055 ceph-mon[183057]: pgmap v3595: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:39.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:39:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:39:39.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:39:39 smithi082 ceph-mon[180771]: pgmap v3595: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:39.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:39:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:39:41.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:39:41 smithi055 ceph-mon[185614]: pgmap v3596: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:41.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:39:41 smithi055 ceph-mon[183057]: pgmap v3596: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:41.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:39:41 smithi082 ceph-mon[180771]: pgmap v3596: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:43.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:39:43 smithi082 ceph-mon[180771]: pgmap v3597: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:43.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:39:43 smithi055 ceph-mon[185614]: pgmap v3597: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:43.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:39:43 smithi055 ceph-mon[183057]: pgmap v3597: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:45.453 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:39:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:39:45] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:39:45.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:39:45 smithi055 ceph-mon[185614]: pgmap v3598: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:45.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:39:45 smithi055 ceph-mon[183057]: pgmap v3598: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:45.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:39:45 smithi082 ceph-mon[180771]: pgmap v3598: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:47.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:39:47 smithi055 ceph-mon[185614]: pgmap v3599: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:47.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:39:47 smithi055 ceph-mon[183057]: pgmap v3599: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:47.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:39:47 smithi082 ceph-mon[180771]: pgmap v3599: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:49.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:39:49 smithi055 ceph-mon[185614]: pgmap v3600: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:49.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:39:49 smithi055 ceph-mon[183057]: pgmap v3600: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:49.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:39:49 smithi082 ceph-mon[180771]: pgmap v3600: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:51.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:39:51 smithi055 ceph-mon[185614]: pgmap v3601: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:51.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:39:51 smithi055 ceph-mon[183057]: pgmap v3601: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:51.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:39:51 smithi082 ceph-mon[180771]: pgmap v3601: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:53.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:39:53 smithi082 ceph-mon[180771]: pgmap v3602: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:53.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:39:53 smithi055 ceph-mon[185614]: pgmap v3602: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:53.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:39:53 smithi055 ceph-mon[183057]: pgmap v3602: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:39:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:39:54.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:39:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:39:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:39:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:39:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:39:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:39:55] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T01:39:55.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:39:55 smithi055 ceph-mon[185614]: pgmap v3603: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:55.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:39:55 smithi055 ceph-mon[183057]: pgmap v3603: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:55.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:39:55 smithi082 ceph-mon[180771]: pgmap v3603: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:57.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:39:57 smithi055 ceph-mon[185614]: pgmap v3604: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:57.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:39:57 smithi055 ceph-mon[183057]: pgmap v3604: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:57.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:39:57 smithi082 ceph-mon[180771]: pgmap v3604: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:59.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:39:59 smithi055 ceph-mon[185614]: pgmap v3605: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:59.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:39:59 smithi055 ceph-mon[183057]: pgmap v3605: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:39:59.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:39:59 smithi082 ceph-mon[180771]: pgmap v3605: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:00.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:40:00 smithi055 ceph-mon[185614]: overall HEALTH_OK 2023-10-14T01:40:00.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:40:00 smithi055 ceph-mon[183057]: overall HEALTH_OK 2023-10-14T01:40:00.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:40:00 smithi082 ceph-mon[180771]: overall HEALTH_OK 2023-10-14T01:40:01.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:40:01 smithi055 ceph-mon[185614]: pgmap v3606: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:01.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:40:01 smithi055 ceph-mon[183057]: pgmap v3606: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:01.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:40:01 smithi082 ceph-mon[180771]: pgmap v3606: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:03.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:40:03 smithi082 ceph-mon[180771]: pgmap v3607: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:03.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:40:03 smithi055 ceph-mon[185614]: pgmap v3607: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:03.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:40:03 smithi055 ceph-mon[183057]: pgmap v3607: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:05.467 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:40:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:40:05] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T01:40:05.468 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:40:05 smithi055 ceph-mon[183057]: pgmap v3608: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:05.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:40:05 smithi055 ceph-mon[185614]: pgmap v3608: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:05.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:40:05 smithi082 ceph-mon[180771]: pgmap v3608: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:07.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:40:07 smithi055 ceph-mon[185614]: pgmap v3609: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:07.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:40:07 smithi055 ceph-mon[183057]: pgmap v3609: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:07.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:40:07 smithi082 ceph-mon[180771]: pgmap v3609: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:09.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:40:09 smithi055 ceph-mon[183057]: pgmap v3610: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:09.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:40:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:40:09.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:40:09 smithi055 ceph-mon[185614]: pgmap v3610: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:09.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:40:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:40:09.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:40:09 smithi082 ceph-mon[180771]: pgmap v3610: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:09.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:40:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:40:10.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:40:10 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:40:10.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:40:10 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:40:10.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:40:10 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:40:10.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:40:10 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:40:10.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:40:10 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:40:10.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:40:10 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:40:10.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:40:10 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:40:10.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:40:10 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:40:10.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:40:10 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:40:10.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:40:10 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:40:10.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:40:10 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:40:10.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:40:10 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:40:11.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:40:11 smithi055 ceph-mon[183057]: pgmap v3611: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:11.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:40:11 smithi055 ceph-mon[185614]: pgmap v3611: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:11.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:40:11 smithi082 ceph-mon[180771]: pgmap v3611: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:13.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:40:13 smithi082 ceph-mon[180771]: pgmap v3612: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:13.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:40:13 smithi055 ceph-mon[185614]: pgmap v3612: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:13.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:40:13 smithi055 ceph-mon[183057]: pgmap v3612: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:15.461 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:40:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:40:15] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:40:15.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:40:15 smithi055 ceph-mon[185614]: pgmap v3613: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:15.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:40:15 smithi055 ceph-mon[183057]: pgmap v3613: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:15.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:40:15 smithi082 ceph-mon[180771]: pgmap v3613: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:17.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:40:17 smithi055 ceph-mon[185614]: pgmap v3614: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:17.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:40:17 smithi055 ceph-mon[183057]: pgmap v3614: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:17.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:40:17 smithi082 ceph-mon[180771]: pgmap v3614: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:19.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:40:19 smithi055 ceph-mon[185614]: pgmap v3615: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:19.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:40:19 smithi055 ceph-mon[183057]: pgmap v3615: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:19.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:40:19 smithi082 ceph-mon[180771]: pgmap v3615: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:21.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:40:21 smithi055 ceph-mon[185614]: pgmap v3616: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:21.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:40:21 smithi055 ceph-mon[183057]: pgmap v3616: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:21.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:40:21 smithi082 ceph-mon[180771]: pgmap v3616: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:23.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:40:23 smithi082 ceph-mon[180771]: pgmap v3617: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:23.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:40:23 smithi055 ceph-mon[185614]: pgmap v3617: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:23.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:40:23 smithi055 ceph-mon[183057]: pgmap v3617: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:40:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:40:24.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:40:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:40:24.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:40:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:40:25.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:40:25 smithi055 ceph-mon[185614]: pgmap v3618: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:40:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:40:25] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:40:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:40:25 smithi055 ceph-mon[183057]: pgmap v3618: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:25.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:40:25 smithi082 ceph-mon[180771]: pgmap v3618: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:27.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:40:27 smithi055 ceph-mon[185614]: pgmap v3619: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:27.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:40:27 smithi055 ceph-mon[183057]: pgmap v3619: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:27.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:40:27 smithi082 ceph-mon[180771]: pgmap v3619: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:29.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:40:29 smithi055 ceph-mon[185614]: pgmap v3620: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:29.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:40:29 smithi055 ceph-mon[183057]: pgmap v3620: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:29.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:40:29 smithi082 ceph-mon[180771]: pgmap v3620: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:31.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:40:31 smithi055 ceph-mon[185614]: pgmap v3621: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:31.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:40:31 smithi055 ceph-mon[183057]: pgmap v3621: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:31.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:40:31 smithi082 ceph-mon[180771]: pgmap v3621: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:33.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:40:33 smithi082 ceph-mon[180771]: pgmap v3622: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:33.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:40:33 smithi055 ceph-mon[185614]: pgmap v3622: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:33.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:40:33 smithi055 ceph-mon[183057]: pgmap v3622: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:35.476 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:40:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:40:35] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:40:35.476 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:40:35 smithi055 ceph-mon[183057]: pgmap v3623: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:35.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:40:35 smithi055 ceph-mon[185614]: pgmap v3623: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:35.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:40:35 smithi082 ceph-mon[180771]: pgmap v3623: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:37.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:40:37 smithi055 ceph-mon[185614]: pgmap v3624: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:37.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:40:37 smithi055 ceph-mon[183057]: pgmap v3624: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:37.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:40:37 smithi082 ceph-mon[180771]: pgmap v3624: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:39.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:40:39 smithi055 ceph-mon[185614]: pgmap v3625: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:39.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:40:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:40:39.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:40:39 smithi055 ceph-mon[183057]: pgmap v3625: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:39.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:40:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:40:39.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:40:39 smithi082 ceph-mon[180771]: pgmap v3625: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:39.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:40:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:40:41.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:40:41 smithi055 ceph-mon[185614]: pgmap v3626: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:41.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:40:41 smithi055 ceph-mon[183057]: pgmap v3626: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:41.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:40:41 smithi082 ceph-mon[180771]: pgmap v3626: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:43.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:40:43 smithi082 ceph-mon[180771]: pgmap v3627: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:43.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:40:43 smithi055 ceph-mon[185614]: pgmap v3627: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:43.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:40:43 smithi055 ceph-mon[183057]: pgmap v3627: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:45.479 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:40:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:40:45] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T01:40:45.479 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:40:45 smithi055 ceph-mon[183057]: pgmap v3628: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:45.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:40:45 smithi055 ceph-mon[185614]: pgmap v3628: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:45.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:40:45 smithi082 ceph-mon[180771]: pgmap v3628: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:47.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:40:47 smithi055 ceph-mon[185614]: pgmap v3629: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:47.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:40:47 smithi055 ceph-mon[183057]: pgmap v3629: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:47.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:40:47 smithi082 ceph-mon[180771]: pgmap v3629: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:49.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:40:49 smithi055 ceph-mon[185614]: pgmap v3630: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:49.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:40:49 smithi055 ceph-mon[183057]: pgmap v3630: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:49.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:40:49 smithi082 ceph-mon[180771]: pgmap v3630: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:51.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:40:51 smithi055 ceph-mon[185614]: pgmap v3631: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:51.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:40:51 smithi055 ceph-mon[183057]: pgmap v3631: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:51.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:40:51 smithi082 ceph-mon[180771]: pgmap v3631: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:53.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:40:53 smithi082 ceph-mon[180771]: pgmap v3632: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:53.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:40:53 smithi055 ceph-mon[185614]: pgmap v3632: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:53.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:40:53 smithi055 ceph-mon[183057]: pgmap v3632: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:54.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:40:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:40:54.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:40:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:40:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:40:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:40:55.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:40:55 smithi055 ceph-mon[185614]: pgmap v3633: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:40:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:40:55] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T01:40:55.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:40:55 smithi055 ceph-mon[183057]: pgmap v3633: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:55.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:40:55 smithi082 ceph-mon[180771]: pgmap v3633: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:57.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:40:57 smithi055 ceph-mon[185614]: pgmap v3634: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:57.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:40:57 smithi055 ceph-mon[183057]: pgmap v3634: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:57.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:40:57 smithi082 ceph-mon[180771]: pgmap v3634: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:59.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:40:59 smithi055 ceph-mon[185614]: pgmap v3635: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:59.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:40:59 smithi055 ceph-mon[183057]: pgmap v3635: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:40:59.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:40:59 smithi082 ceph-mon[180771]: pgmap v3635: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:01.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:41:01 smithi055 ceph-mon[185614]: pgmap v3636: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:01.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:41:01 smithi055 ceph-mon[183057]: pgmap v3636: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:01.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:41:01 smithi082 ceph-mon[180771]: pgmap v3636: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:03.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:41:03 smithi082 ceph-mon[180771]: pgmap v3637: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:03.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:41:03 smithi055 ceph-mon[185614]: pgmap v3637: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:03.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:41:03 smithi055 ceph-mon[183057]: pgmap v3637: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:05.481 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:41:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:41:05] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T01:41:05.482 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:41:05 smithi055 ceph-mon[183057]: pgmap v3638: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:05.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:41:05 smithi055 ceph-mon[185614]: pgmap v3638: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:05.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:41:05 smithi082 ceph-mon[180771]: pgmap v3638: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:07.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:41:07 smithi055 ceph-mon[185614]: pgmap v3639: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:07.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:41:07 smithi055 ceph-mon[183057]: pgmap v3639: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:07.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:41:07 smithi082 ceph-mon[180771]: pgmap v3639: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:09.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:41:09 smithi055 ceph-mon[185614]: pgmap v3640: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:09.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:41:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:41:09.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:41:09 smithi055 ceph-mon[183057]: pgmap v3640: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:09.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:41:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:41:09.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:41:09 smithi082 ceph-mon[180771]: pgmap v3640: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:09.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:41:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:41:10.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:41:10 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:41:10.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:41:10 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:41:10.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:41:10 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:41:11.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:41:11 smithi055 ceph-mon[185614]: pgmap v3641: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:11.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:41:11 smithi055 ceph-mon[183057]: pgmap v3641: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:11.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:41:11 smithi082 ceph-mon[180771]: pgmap v3641: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:13.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:41:13 smithi082 ceph-mon[180771]: pgmap v3642: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:13.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:41:13 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:41:13.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:41:13 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:41:13.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:41:13 smithi055 ceph-mon[185614]: pgmap v3642: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:13.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:41:13 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:41:13.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:41:13 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:41:13.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:41:13 smithi055 ceph-mon[183057]: pgmap v3642: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:13.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:41:13 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:41:13.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:41:13 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:41:14.731 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:41:14 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:41:14.731 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:41:14 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:41:15.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:41:14 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:41:15.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:41:14 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:41:15.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:41:14 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:41:15.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:41:14 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:41:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:41:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:41:15] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T01:41:15.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:41:15 smithi082 ceph-mon[180771]: pgmap v3643: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:15.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:41:15 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:41:15.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:41:15 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:41:16.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:41:15 smithi055 ceph-mon[185614]: pgmap v3643: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:16.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:41:15 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:41:16.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:41:15 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:41:16.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:41:15 smithi055 ceph-mon[183057]: pgmap v3643: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:16.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:41:15 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:41:16.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:41:15 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:41:17.469 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:41:17 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:41:17.470 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:41:17 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:41:17.470 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:41:17 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:41:17.470 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:41:17 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:41:17.471 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:41:17 smithi055 ceph-mon[185614]: pgmap v3644: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:17.471 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:41:17 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:41:17.471 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:41:17 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:41:17.471 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:41:17 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:41:17.472 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:41:17 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:41:17.472 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:41:17 smithi055 ceph-mon[183057]: pgmap v3644: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:17.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:41:17 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:41:17.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:41:17 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:41:17.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:41:17 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:41:17.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:41:17 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:41:17.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:41:17 smithi082 ceph-mon[180771]: pgmap v3644: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:19.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:41:19 smithi055 ceph-mon[185614]: pgmap v3645: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:19.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:41:19 smithi055 ceph-mon[183057]: pgmap v3645: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:19.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:41:19 smithi082 ceph-mon[180771]: pgmap v3645: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:21.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:41:20 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:41:21.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:41:20 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:41:21.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:41:20 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:41:21.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:41:20 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:41:21.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:41:20 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:41:21.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:41:20 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:41:21.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:41:20 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:41:21.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:41:20 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:41:21.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:41:20 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:41:21.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:41:20 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:41:21.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:41:20 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:41:21.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:41:20 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:41:21.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:41:20 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:41:21.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:41:20 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:41:21.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:41:20 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:41:22.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:41:21 smithi055 ceph-mon[185614]: pgmap v3646: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:22.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:41:21 smithi055 ceph-mon[183057]: pgmap v3646: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:22.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:41:21 smithi082 ceph-mon[180771]: pgmap v3646: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:23.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:41:23 smithi082 ceph-mon[180771]: pgmap v3647: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:23.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:41:23 smithi055 ceph-mon[185614]: pgmap v3647: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:23.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:41:23 smithi055 ceph-mon[183057]: pgmap v3647: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:41:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:41:24.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:41:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:41:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:41:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:41:25.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:41:25 smithi055 ceph-mon[185614]: pgmap v3648: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:41:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:41:25] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:41:25.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:41:25 smithi055 ceph-mon[183057]: pgmap v3648: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:25.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:41:25 smithi082 ceph-mon[180771]: pgmap v3648: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:27.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:41:27 smithi055 ceph-mon[185614]: pgmap v3649: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:27.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:41:27 smithi055 ceph-mon[183057]: pgmap v3649: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:27.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:41:27 smithi082 ceph-mon[180771]: pgmap v3649: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:29.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:41:29 smithi055 ceph-mon[185614]: pgmap v3650: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:29.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:41:29 smithi055 ceph-mon[183057]: pgmap v3650: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:29.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:41:29 smithi082 ceph-mon[180771]: pgmap v3650: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:31.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:41:31 smithi055 ceph-mon[185614]: pgmap v3651: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:31.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:41:31 smithi055 ceph-mon[183057]: pgmap v3651: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:31.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:41:31 smithi082 ceph-mon[180771]: pgmap v3651: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:33.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:41:33 smithi082 ceph-mon[180771]: pgmap v3652: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:33.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:41:33 smithi055 ceph-mon[185614]: pgmap v3652: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:33.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:41:33 smithi055 ceph-mon[183057]: pgmap v3652: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:35.487 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:41:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:41:35] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:41:35.487 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:41:35 smithi055 ceph-mon[183057]: pgmap v3653: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:35.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:41:35 smithi055 ceph-mon[185614]: pgmap v3653: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:35.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:41:35 smithi082 ceph-mon[180771]: pgmap v3653: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:37.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:41:37 smithi055 ceph-mon[185614]: pgmap v3654: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:37.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:41:37 smithi055 ceph-mon[183057]: pgmap v3654: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:37.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:41:37 smithi082 ceph-mon[180771]: pgmap v3654: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:39.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:41:39 smithi055 ceph-mon[185614]: pgmap v3655: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:39.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:41:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:41:39.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:41:39 smithi055 ceph-mon[183057]: pgmap v3655: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:39.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:41:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:41:39.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:41:39 smithi082 ceph-mon[180771]: pgmap v3655: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:39.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:41:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:41:41.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:41:41 smithi055 ceph-mon[185614]: pgmap v3656: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:41.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:41:41 smithi055 ceph-mon[183057]: pgmap v3656: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:41.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:41:41 smithi082 ceph-mon[180771]: pgmap v3656: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:43.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:41:43 smithi082 ceph-mon[180771]: pgmap v3657: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:43.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:41:43 smithi055 ceph-mon[185614]: pgmap v3657: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:43.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:41:43 smithi055 ceph-mon[183057]: pgmap v3657: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:45.486 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:41:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:41:45] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:41:45.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:41:45 smithi055 ceph-mon[185614]: pgmap v3658: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:45.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:41:45 smithi055 ceph-mon[183057]: pgmap v3658: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:45.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:41:45 smithi082 ceph-mon[180771]: pgmap v3658: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:47.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:41:47 smithi055 ceph-mon[185614]: pgmap v3659: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:47.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:41:47 smithi055 ceph-mon[183057]: pgmap v3659: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:47.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:41:47 smithi082 ceph-mon[180771]: pgmap v3659: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:49.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:41:49 smithi055 ceph-mon[185614]: pgmap v3660: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:49.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:41:49 smithi055 ceph-mon[183057]: pgmap v3660: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:49.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:41:49 smithi082 ceph-mon[180771]: pgmap v3660: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:51.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:41:51 smithi055 ceph-mon[185614]: pgmap v3661: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:51.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:41:51 smithi055 ceph-mon[183057]: pgmap v3661: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:51.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:41:51 smithi082 ceph-mon[180771]: pgmap v3661: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:53.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:41:53 smithi082 ceph-mon[180771]: pgmap v3662: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:53.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:41:53 smithi055 ceph-mon[185614]: pgmap v3662: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:53.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:41:53 smithi055 ceph-mon[183057]: pgmap v3662: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:41:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:41:54.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:41:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:41:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:41:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:41:55.340 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:41:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:41:55] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:41:55.341 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:41:55 smithi055 ceph-mon[183057]: pgmap v3663: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:55.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:41:55 smithi082 ceph-mon[180771]: pgmap v3663: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:55.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:41:55 smithi055 ceph-mon[185614]: pgmap v3663: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:57.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:41:57 smithi055 ceph-mon[185614]: pgmap v3664: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:57.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:41:57 smithi055 ceph-mon[183057]: pgmap v3664: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:57.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:41:57 smithi082 ceph-mon[180771]: pgmap v3664: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:59.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:41:59 smithi055 ceph-mon[185614]: pgmap v3665: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:59.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:41:59 smithi055 ceph-mon[183057]: pgmap v3665: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:41:59.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:41:59 smithi082 ceph-mon[180771]: pgmap v3665: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:01.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:42:01 smithi055 ceph-mon[185614]: pgmap v3666: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:01.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:42:01 smithi055 ceph-mon[183057]: pgmap v3666: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:01.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:42:01 smithi082 ceph-mon[180771]: pgmap v3666: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:03.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:42:03 smithi082 ceph-mon[180771]: pgmap v3667: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:03.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:42:03 smithi055 ceph-mon[185614]: pgmap v3667: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:03.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:42:03 smithi055 ceph-mon[183057]: pgmap v3667: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:05.500 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:42:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:42:05] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:42:05.502 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:42:05 smithi055 ceph-mon[185614]: pgmap v3668: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:05.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:42:05 smithi055 ceph-mon[183057]: pgmap v3668: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:05.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:42:05 smithi082 ceph-mon[180771]: pgmap v3668: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:07.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:42:07 smithi055 ceph-mon[185614]: pgmap v3669: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:07.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:42:07 smithi055 ceph-mon[183057]: pgmap v3669: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:07.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:42:07 smithi082 ceph-mon[180771]: pgmap v3669: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:09.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:42:09 smithi055 ceph-mon[185614]: pgmap v3670: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:09.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:42:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:42:09.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:42:09 smithi055 ceph-mon[183057]: pgmap v3670: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:09.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:42:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:42:09.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:42:09 smithi082 ceph-mon[180771]: pgmap v3670: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:09.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:42:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:42:11.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:42:11 smithi055 ceph-mon[185614]: pgmap v3671: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:11.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:42:11 smithi055 ceph-mon[183057]: pgmap v3671: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:11.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:42:11 smithi082 ceph-mon[180771]: pgmap v3671: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:13.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:42:13 smithi082 ceph-mon[180771]: pgmap v3672: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:13.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:42:13 smithi055 ceph-mon[185614]: pgmap v3672: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:13.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:42:13 smithi055 ceph-mon[183057]: pgmap v3672: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:15.497 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:42:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:42:15] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:42:15.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:42:15 smithi055 ceph-mon[185614]: pgmap v3673: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:15.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:42:15 smithi055 ceph-mon[183057]: pgmap v3673: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:15.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:42:15 smithi082 ceph-mon[180771]: pgmap v3673: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:17.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:42:17 smithi055 ceph-mon[185614]: pgmap v3674: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:17.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:42:17 smithi055 ceph-mon[183057]: pgmap v3674: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:17.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:42:17 smithi082 ceph-mon[180771]: pgmap v3674: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:19.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:42:19 smithi055 ceph-mon[185614]: pgmap v3675: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:19.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:42:19 smithi055 ceph-mon[183057]: pgmap v3675: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:19.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:42:19 smithi082 ceph-mon[180771]: pgmap v3675: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:20.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:42:20 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:42:20.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:42:20 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:42:20.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:42:20 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:42:20.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:42:20 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:42:20.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:42:20 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:42:20.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:42:20 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:42:20.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:42:20 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:42:20.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:42:20 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:42:20.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:42:20 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:42:20.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:42:20 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:42:20.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:42:20 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:42:20.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:42:20 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:42:21.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:42:21 smithi082 ceph-mon[180771]: pgmap v3676: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:22.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:42:21 smithi055 ceph-mon[185614]: pgmap v3676: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:22.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:42:21 smithi055 ceph-mon[183057]: pgmap v3676: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:23.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:42:23 smithi082 ceph-mon[180771]: pgmap v3677: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:23.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:42:23 smithi055 ceph-mon[185614]: pgmap v3677: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:23.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:42:23 smithi055 ceph-mon[183057]: pgmap v3677: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:42:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:42:24.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:42:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:42:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:42:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:42:25.341 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:42:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:42:25] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T01:42:25.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:42:25 smithi082 ceph-mon[180771]: pgmap v3678: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:25.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:42:25 smithi055 ceph-mon[185614]: pgmap v3678: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:25.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:42:25 smithi055 ceph-mon[183057]: pgmap v3678: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:27.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:42:27 smithi055 ceph-mon[185614]: pgmap v3679: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:27.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:42:27 smithi055 ceph-mon[183057]: pgmap v3679: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:27.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:42:27 smithi082 ceph-mon[180771]: pgmap v3679: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:29.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:42:29 smithi055 ceph-mon[185614]: pgmap v3680: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:29.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:42:29 smithi055 ceph-mon[183057]: pgmap v3680: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:29.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:42:29 smithi082 ceph-mon[180771]: pgmap v3680: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:31.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:42:31 smithi082 ceph-mon[180771]: pgmap v3681: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:32.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:42:31 smithi055 ceph-mon[183057]: pgmap v3681: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:32.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:42:31 smithi055 ceph-mon[185614]: pgmap v3681: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:33.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:42:33 smithi082 ceph-mon[180771]: pgmap v3682: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:33.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:42:33 smithi055 ceph-mon[185614]: pgmap v3682: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:33.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:42:33 smithi055 ceph-mon[183057]: pgmap v3682: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:35.500 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:42:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:42:35] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T01:42:35.500 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:42:35 smithi055 ceph-mon[183057]: pgmap v3683: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:35.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:42:35 smithi055 ceph-mon[185614]: pgmap v3683: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:35.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:42:35 smithi082 ceph-mon[180771]: pgmap v3683: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:37.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:42:37 smithi055 ceph-mon[185614]: pgmap v3684: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:37.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:42:37 smithi055 ceph-mon[183057]: pgmap v3684: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:37.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:42:37 smithi082 ceph-mon[180771]: pgmap v3684: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:39.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:42:39 smithi055 ceph-mon[185614]: pgmap v3685: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:39.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:42:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:42:39.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:42:39 smithi055 ceph-mon[183057]: pgmap v3685: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:39.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:42:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:42:39.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:42:39 smithi082 ceph-mon[180771]: pgmap v3685: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:39.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:42:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:42:41.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:42:41 smithi055 ceph-mon[185614]: pgmap v3686: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:41.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:42:41 smithi055 ceph-mon[183057]: pgmap v3686: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:41.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:42:41 smithi082 ceph-mon[180771]: pgmap v3686: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:43.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:42:43 smithi082 ceph-mon[180771]: pgmap v3687: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:43.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:42:43 smithi055 ceph-mon[185614]: pgmap v3687: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:43.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:42:43 smithi055 ceph-mon[183057]: pgmap v3687: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:45.506 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:42:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:42:45] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T01:42:45.506 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:42:45 smithi055 ceph-mon[183057]: pgmap v3688: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:45.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:42:45 smithi055 ceph-mon[185614]: pgmap v3688: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:45.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:42:45 smithi082 ceph-mon[180771]: pgmap v3688: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:47.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:42:47 smithi055 ceph-mon[185614]: pgmap v3689: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:47.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:42:47 smithi055 ceph-mon[183057]: pgmap v3689: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:47.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:42:47 smithi082 ceph-mon[180771]: pgmap v3689: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:49.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:42:49 smithi055 ceph-mon[185614]: pgmap v3690: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:49.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:42:49 smithi055 ceph-mon[183057]: pgmap v3690: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:49.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:42:49 smithi082 ceph-mon[180771]: pgmap v3690: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:51.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:42:51 smithi055 ceph-mon[185614]: pgmap v3691: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:51.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:42:51 smithi055 ceph-mon[183057]: pgmap v3691: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:51.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:42:51 smithi082 ceph-mon[180771]: pgmap v3691: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:53.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:42:53 smithi082 ceph-mon[180771]: pgmap v3692: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:53.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:42:53 smithi055 ceph-mon[185614]: pgmap v3692: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:53.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:42:53 smithi055 ceph-mon[183057]: pgmap v3692: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:42:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:42:54.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:42:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:42:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:42:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:42:55.347 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:42:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:42:55] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:42:55.347 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:42:55 smithi055 ceph-mon[183057]: pgmap v3693: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:55.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:42:55 smithi082 ceph-mon[180771]: pgmap v3693: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:55.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:42:55 smithi055 ceph-mon[185614]: pgmap v3693: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:57.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:42:57 smithi055 ceph-mon[185614]: pgmap v3694: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:57.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:42:57 smithi055 ceph-mon[183057]: pgmap v3694: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:57.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:42:57 smithi082 ceph-mon[180771]: pgmap v3694: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:59.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:42:59 smithi055 ceph-mon[185614]: pgmap v3695: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:59.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:42:59 smithi055 ceph-mon[183057]: pgmap v3695: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:42:59.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:42:59 smithi082 ceph-mon[180771]: pgmap v3695: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:01.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:43:01 smithi082 ceph-mon[180771]: pgmap v3696: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:02.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:43:01 smithi055 ceph-mon[185614]: pgmap v3696: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:02.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:43:01 smithi055 ceph-mon[183057]: pgmap v3696: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:03.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:43:03 smithi082 ceph-mon[180771]: pgmap v3697: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:03.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:43:03 smithi055 ceph-mon[185614]: pgmap v3697: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:03.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:43:03 smithi055 ceph-mon[183057]: pgmap v3697: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:05.514 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:43:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:43:05] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:43:05.515 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:43:05 smithi055 ceph-mon[183057]: pgmap v3698: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:05.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:43:05 smithi055 ceph-mon[185614]: pgmap v3698: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:05.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:43:05 smithi082 ceph-mon[180771]: pgmap v3698: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:07.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:43:07 smithi082 ceph-mon[180771]: pgmap v3699: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:08.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:43:07 smithi055 ceph-mon[185614]: pgmap v3699: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:08.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:43:07 smithi055 ceph-mon[183057]: pgmap v3699: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:09.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:43:09 smithi082 ceph-mon[180771]: pgmap v3700: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:09.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:43:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:43:10.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:43:09 smithi055 ceph-mon[185614]: pgmap v3700: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:10.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:43:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:43:10.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:43:09 smithi055 ceph-mon[183057]: pgmap v3700: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:10.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:43:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:43:11.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:43:11 smithi082 ceph-mon[180771]: pgmap v3701: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:12.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:43:11 smithi055 ceph-mon[185614]: pgmap v3701: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:12.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:43:11 smithi055 ceph-mon[183057]: pgmap v3701: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:13.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:43:13 smithi082 ceph-mon[180771]: pgmap v3702: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:13.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:43:13 smithi055 ceph-mon[185614]: pgmap v3702: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:13.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:43:13 smithi055 ceph-mon[183057]: pgmap v3702: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:15.511 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:43:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:43:15] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:43:15.511 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:43:15 smithi055 ceph-mon[183057]: pgmap v3703: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:15.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:43:15 smithi055 ceph-mon[185614]: pgmap v3703: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:15.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:43:15 smithi082 ceph-mon[180771]: pgmap v3703: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:17.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:43:17 smithi082 ceph-mon[180771]: pgmap v3704: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:18.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:43:17 smithi055 ceph-mon[185614]: pgmap v3704: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:18.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:43:17 smithi055 ceph-mon[183057]: pgmap v3704: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:19.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:43:19 smithi082 ceph-mon[180771]: pgmap v3705: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:20.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:43:19 smithi055 ceph-mon[185614]: pgmap v3705: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:20.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:43:19 smithi055 ceph-mon[183057]: pgmap v3705: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:21.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:43:21 smithi082 ceph-mon[180771]: pgmap v3706: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:21.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:43:21 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:43:21.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:43:21 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:43:21.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:43:21 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:43:21.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:43:21 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:43:22.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:43:21 smithi055 ceph-mon[185614]: pgmap v3706: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:22.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:43:21 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:43:22.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:43:21 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:43:22.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:43:21 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:43:22.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:43:21 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:43:22.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:43:21 smithi055 ceph-mon[183057]: pgmap v3706: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:22.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:43:21 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:43:22.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:43:21 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:43:22.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:43:21 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:43:22.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:43:21 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:43:23.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:43:23 smithi082 ceph-mon[180771]: pgmap v3707: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:23.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:43:23 smithi055 ceph-mon[185614]: pgmap v3707: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:23.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:43:23 smithi055 ceph-mon[183057]: pgmap v3707: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:43:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:43:24.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:43:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:43:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:43:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:43:25.352 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:43:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:43:25] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T01:43:25.353 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:43:25 smithi055 ceph-mon[183057]: pgmap v3708: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:25.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:43:25 smithi082 ceph-mon[180771]: pgmap v3708: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:25.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:43:25 smithi055 ceph-mon[185614]: pgmap v3708: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:27.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:43:27 smithi082 ceph-mon[180771]: pgmap v3709: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:28.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:43:27 smithi055 ceph-mon[185614]: pgmap v3709: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:28.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:43:27 smithi055 ceph-mon[183057]: pgmap v3709: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:29.879 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:43:29 smithi082 ceph-mon[180771]: pgmap v3710: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:30.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:43:29 smithi055 ceph-mon[185614]: pgmap v3710: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:30.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:43:29 smithi055 ceph-mon[183057]: pgmap v3710: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:31.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:43:31 smithi082 ceph-mon[180771]: pgmap v3711: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:32.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:43:31 smithi055 ceph-mon[185614]: pgmap v3711: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:32.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:43:31 smithi055 ceph-mon[183057]: pgmap v3711: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:33.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:43:33 smithi082 ceph-mon[180771]: pgmap v3712: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:33.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:43:33 smithi055 ceph-mon[185614]: pgmap v3712: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:33.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:43:33 smithi055 ceph-mon[183057]: pgmap v3712: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:43:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:43:35] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T01:43:35.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:43:35 smithi082 ceph-mon[180771]: pgmap v3713: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:36.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:43:35 smithi055 ceph-mon[185614]: pgmap v3713: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:36.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:43:35 smithi055 ceph-mon[183057]: pgmap v3713: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:37.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:43:37 smithi082 ceph-mon[180771]: pgmap v3714: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:38.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:43:37 smithi055 ceph-mon[185614]: pgmap v3714: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:38.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:43:37 smithi055 ceph-mon[183057]: pgmap v3714: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:39.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:43:39 smithi082 ceph-mon[180771]: pgmap v3715: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:39.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:43:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:43:40.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:43:39 smithi055 ceph-mon[185614]: pgmap v3715: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:40.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:43:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:43:40.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:43:39 smithi055 ceph-mon[183057]: pgmap v3715: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:40.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:43:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:43:41.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:43:41 smithi082 ceph-mon[180771]: pgmap v3716: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:42.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:43:41 smithi055 ceph-mon[185614]: pgmap v3716: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:42.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:43:41 smithi055 ceph-mon[183057]: pgmap v3716: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:43.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:43:43 smithi082 ceph-mon[180771]: pgmap v3717: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:43.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:43:43 smithi055 ceph-mon[185614]: pgmap v3717: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:43.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:43:43 smithi055 ceph-mon[183057]: pgmap v3717: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:43:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:43:45] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:43:45.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:43:45 smithi082 ceph-mon[180771]: pgmap v3718: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:46.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:43:45 smithi055 ceph-mon[185614]: pgmap v3718: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:46.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:43:45 smithi055 ceph-mon[183057]: pgmap v3718: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:47.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:43:47 smithi082 ceph-mon[180771]: pgmap v3719: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:48.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:43:47 smithi055 ceph-mon[185614]: pgmap v3719: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:48.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:43:47 smithi055 ceph-mon[183057]: pgmap v3719: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:49.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:43:49 smithi082 ceph-mon[180771]: pgmap v3720: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:50.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:43:49 smithi055 ceph-mon[185614]: pgmap v3720: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:50.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:43:49 smithi055 ceph-mon[183057]: pgmap v3720: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:51.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:43:51 smithi082 ceph-mon[180771]: pgmap v3721: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:52.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:43:51 smithi055 ceph-mon[185614]: pgmap v3721: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:52.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:43:51 smithi055 ceph-mon[183057]: pgmap v3721: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:53.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:43:53 smithi082 ceph-mon[180771]: pgmap v3722: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:53.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:43:53 smithi055 ceph-mon[185614]: pgmap v3722: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:53.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:43:53 smithi055 ceph-mon[183057]: pgmap v3722: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:43:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:43:54.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:43:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:43:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:43:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:43:55.350 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:43:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:43:55] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:43:55.350 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:43:55 smithi055 ceph-mon[183057]: pgmap v3723: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:55.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:43:55 smithi082 ceph-mon[180771]: pgmap v3723: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:55.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:43:55 smithi055 ceph-mon[185614]: pgmap v3723: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:57.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:43:57 smithi082 ceph-mon[180771]: pgmap v3724: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:58.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:43:57 smithi055 ceph-mon[185614]: pgmap v3724: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:58.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:43:57 smithi055 ceph-mon[183057]: pgmap v3724: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:43:59.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:43:59 smithi082 ceph-mon[180771]: pgmap v3725: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:00.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:43:59 smithi055 ceph-mon[185614]: pgmap v3725: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:00.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:43:59 smithi055 ceph-mon[183057]: pgmap v3725: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:01.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:44:01 smithi082 ceph-mon[180771]: pgmap v3726: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:02.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:44:01 smithi055 ceph-mon[185614]: pgmap v3726: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:02.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:44:01 smithi055 ceph-mon[183057]: pgmap v3726: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:03.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:44:03 smithi082 ceph-mon[180771]: pgmap v3727: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:03.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:44:03 smithi055 ceph-mon[185614]: pgmap v3727: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:03.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:44:03 smithi055 ceph-mon[183057]: pgmap v3727: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:44:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:44:05] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:44:05.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:44:05 smithi082 ceph-mon[180771]: pgmap v3728: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:06.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:44:05 smithi055 ceph-mon[185614]: pgmap v3728: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:06.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:44:05 smithi055 ceph-mon[183057]: pgmap v3728: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:07.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:44:07 smithi082 ceph-mon[180771]: pgmap v3729: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:08.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:44:07 smithi055 ceph-mon[185614]: pgmap v3729: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:08.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:44:07 smithi055 ceph-mon[183057]: pgmap v3729: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:09.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:44:09 smithi082 ceph-mon[180771]: pgmap v3730: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:09.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:44:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:44:10.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:44:09 smithi055 ceph-mon[185614]: pgmap v3730: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:10.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:44:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:44:10.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:44:09 smithi055 ceph-mon[183057]: pgmap v3730: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:10.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:44:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:44:11.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:44:11 smithi082 ceph-mon[180771]: pgmap v3731: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:12.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:44:11 smithi055 ceph-mon[185614]: pgmap v3731: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:12.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:44:11 smithi055 ceph-mon[183057]: pgmap v3731: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:13.628 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:44:13 smithi082 ceph-mon[180771]: pgmap v3732: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:13.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:44:13 smithi055 ceph-mon[185614]: pgmap v3732: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:13.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:44:13 smithi055 ceph-mon[183057]: pgmap v3732: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:44:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:44:15] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:44:15.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:44:15 smithi082 ceph-mon[180771]: pgmap v3733: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:16.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:44:15 smithi055 ceph-mon[185614]: pgmap v3733: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:16.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:44:15 smithi055 ceph-mon[183057]: pgmap v3733: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:17.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:44:17 smithi082 ceph-mon[180771]: pgmap v3734: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:18.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:44:17 smithi055 ceph-mon[185614]: pgmap v3734: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:18.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:44:17 smithi055 ceph-mon[183057]: pgmap v3734: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:19.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:44:19 smithi082 ceph-mon[180771]: pgmap v3735: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:20.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:44:19 smithi055 ceph-mon[185614]: pgmap v3735: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:20.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:44:19 smithi055 ceph-mon[183057]: pgmap v3735: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:21.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:44:21 smithi082 ceph-mon[180771]: pgmap v3736: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:21.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:44:21 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:44:22.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:44:21 smithi055 ceph-mon[185614]: pgmap v3736: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:22.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:44:21 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:44:22.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:44:21 smithi055 ceph-mon[183057]: pgmap v3736: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:22.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:44:21 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:44:22.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:44:22 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:44:22.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:44:22 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:44:22.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:44:22 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:44:23.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:44:22 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:44:23.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:44:22 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:44:23.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:44:22 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:44:23.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:44:22 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:44:23.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:44:22 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:44:23.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:44:22 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:44:23.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:44:23 smithi082 ceph-mon[180771]: pgmap v3737: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:24.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:44:23 smithi055 ceph-mon[185614]: pgmap v3737: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:24.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:44:23 smithi055 ceph-mon[183057]: pgmap v3737: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:44:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:44:25.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:44:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:44:25.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:44:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:44:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:44:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:44:25] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:44:25.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:44:25 smithi082 ceph-mon[180771]: pgmap v3738: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:26.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:44:25 smithi055 ceph-mon[185614]: pgmap v3738: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:26.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:44:25 smithi055 ceph-mon[183057]: pgmap v3738: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:27.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:44:27 smithi082 ceph-mon[180771]: pgmap v3739: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:28.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:44:27 smithi055 ceph-mon[185614]: pgmap v3739: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:28.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:44:27 smithi055 ceph-mon[183057]: pgmap v3739: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:29.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:44:29 smithi082 ceph-mon[180771]: pgmap v3740: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:30.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:44:29 smithi055 ceph-mon[185614]: pgmap v3740: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:30.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:44:29 smithi055 ceph-mon[183057]: pgmap v3740: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:31.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:44:31 smithi082 ceph-mon[180771]: pgmap v3741: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:32.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:44:31 smithi055 ceph-mon[185614]: pgmap v3741: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:32.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:44:31 smithi055 ceph-mon[183057]: pgmap v3741: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:33.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:44:33 smithi082 ceph-mon[180771]: pgmap v3742: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:33.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:44:33 smithi055 ceph-mon[185614]: pgmap v3742: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:33.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:44:33 smithi055 ceph-mon[183057]: pgmap v3742: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:44:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:44:35] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:44:35.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:44:35 smithi082 ceph-mon[180771]: pgmap v3743: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:36.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:44:35 smithi055 ceph-mon[185614]: pgmap v3743: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:36.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:44:35 smithi055 ceph-mon[183057]: pgmap v3743: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:37.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:44:37 smithi082 ceph-mon[180771]: pgmap v3744: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:38.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:44:37 smithi055 ceph-mon[185614]: pgmap v3744: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:38.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:44:37 smithi055 ceph-mon[183057]: pgmap v3744: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:39.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:44:39 smithi082 ceph-mon[180771]: pgmap v3745: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:39.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:44:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:44:40.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:44:39 smithi055 ceph-mon[185614]: pgmap v3745: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:40.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:44:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:44:40.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:44:39 smithi055 ceph-mon[183057]: pgmap v3745: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:40.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:44:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:44:41.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:44:41 smithi082 ceph-mon[180771]: pgmap v3746: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:42.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:44:41 smithi055 ceph-mon[185614]: pgmap v3746: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:42.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:44:41 smithi055 ceph-mon[183057]: pgmap v3746: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:43.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:44:43 smithi082 ceph-mon[180771]: pgmap v3747: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:43.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:44:43 smithi055 ceph-mon[185614]: pgmap v3747: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:43.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:44:43 smithi055 ceph-mon[183057]: pgmap v3747: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:45.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:44:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:44:45] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:44:45.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:44:45 smithi082 ceph-mon[180771]: pgmap v3748: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:46.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:44:45 smithi055 ceph-mon[185614]: pgmap v3748: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:46.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:44:45 smithi055 ceph-mon[183057]: pgmap v3748: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:47.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:44:47 smithi082 ceph-mon[180771]: pgmap v3749: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:48.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:44:47 smithi055 ceph-mon[185614]: pgmap v3749: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:48.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:44:47 smithi055 ceph-mon[183057]: pgmap v3749: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:49.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:44:49 smithi082 ceph-mon[180771]: pgmap v3750: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:50.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:44:49 smithi055 ceph-mon[185614]: pgmap v3750: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:50.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:44:49 smithi055 ceph-mon[183057]: pgmap v3750: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:51.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:44:51 smithi082 ceph-mon[180771]: pgmap v3751: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:52.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:44:51 smithi055 ceph-mon[185614]: pgmap v3751: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:52.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:44:51 smithi055 ceph-mon[183057]: pgmap v3751: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:53.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:44:53 smithi082 ceph-mon[180771]: pgmap v3752: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:53.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:44:53 smithi055 ceph-mon[185614]: pgmap v3752: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:53.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:44:53 smithi055 ceph-mon[183057]: pgmap v3752: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:44:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:44:54.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:44:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:44:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:44:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:44:55.363 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:44:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:44:55] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T01:44:55.364 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:44:55 smithi055 ceph-mon[183057]: pgmap v3753: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:55.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:44:55 smithi082 ceph-mon[180771]: pgmap v3753: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:55.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:44:55 smithi055 ceph-mon[185614]: pgmap v3753: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:57.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:44:57 smithi082 ceph-mon[180771]: pgmap v3754: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:58.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:44:57 smithi055 ceph-mon[185614]: pgmap v3754: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:58.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:44:57 smithi055 ceph-mon[183057]: pgmap v3754: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:44:59.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:44:59 smithi082 ceph-mon[180771]: pgmap v3755: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:00.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:44:59 smithi055 ceph-mon[185614]: pgmap v3755: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:00.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:44:59 smithi055 ceph-mon[183057]: pgmap v3755: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:01.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:45:01 smithi082 ceph-mon[180771]: pgmap v3756: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:02.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:45:01 smithi055 ceph-mon[185614]: pgmap v3756: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:02.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:45:01 smithi055 ceph-mon[183057]: pgmap v3756: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:03.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:45:03 smithi082 ceph-mon[180771]: pgmap v3757: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:03.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:45:03 smithi055 ceph-mon[185614]: pgmap v3757: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:03.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:45:03 smithi055 ceph-mon[183057]: pgmap v3757: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:45:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:45:05] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T01:45:05.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:45:05 smithi082 ceph-mon[180771]: pgmap v3758: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:06.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:45:05 smithi055 ceph-mon[185614]: pgmap v3758: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:06.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:45:05 smithi055 ceph-mon[183057]: pgmap v3758: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:07.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:45:07 smithi082 ceph-mon[180771]: pgmap v3759: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:08.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:45:07 smithi055 ceph-mon[185614]: pgmap v3759: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:08.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:45:07 smithi055 ceph-mon[183057]: pgmap v3759: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:09.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:45:09 smithi082 ceph-mon[180771]: pgmap v3760: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:09.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:45:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:45:10.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:45:09 smithi055 ceph-mon[185614]: pgmap v3760: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:10.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:45:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:45:10.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:45:09 smithi055 ceph-mon[183057]: pgmap v3760: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:10.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:45:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:45:11.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:45:11 smithi082 ceph-mon[180771]: pgmap v3761: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:12.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:45:11 smithi055 ceph-mon[185614]: pgmap v3761: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:12.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:45:11 smithi055 ceph-mon[183057]: pgmap v3761: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:13.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:45:13 smithi082 ceph-mon[180771]: pgmap v3762: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:13.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:45:13 smithi055 ceph-mon[183057]: pgmap v3762: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:13.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:45:13 smithi055 ceph-mon[185614]: pgmap v3762: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:45:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:45:15] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:45:15.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:45:15 smithi082 ceph-mon[180771]: pgmap v3763: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:16.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:45:15 smithi055 ceph-mon[185614]: pgmap v3763: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:16.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:45:15 smithi055 ceph-mon[183057]: pgmap v3763: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:17.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:45:17 smithi082 ceph-mon[180771]: pgmap v3764: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:18.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:45:17 smithi055 ceph-mon[185614]: pgmap v3764: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:18.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:45:17 smithi055 ceph-mon[183057]: pgmap v3764: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:19.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:45:19 smithi082 ceph-mon[180771]: pgmap v3765: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:20.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:45:19 smithi055 ceph-mon[185614]: pgmap v3765: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:20.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:45:19 smithi055 ceph-mon[183057]: pgmap v3765: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:21.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:45:21 smithi082 ceph-mon[180771]: pgmap v3766: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:22.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:45:21 smithi055 ceph-mon[185614]: pgmap v3766: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:22.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:45:21 smithi055 ceph-mon[183057]: pgmap v3766: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:22.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:45:22 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:45:22.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:45:22 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:45:22.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:45:22 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:45:22.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:45:22 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:45:23.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:45:22 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:45:23.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:45:22 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:45:23.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:45:22 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:45:23.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:45:22 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:45:23.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:45:22 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:45:23.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:45:22 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:45:23.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:45:22 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:45:23.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:45:22 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:45:23.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:45:23 smithi082 ceph-mon[180771]: pgmap v3767: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:24.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:45:23 smithi055 ceph-mon[185614]: pgmap v3767: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:24.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:45:23 smithi055 ceph-mon[183057]: pgmap v3767: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:45:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:45:25.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:45:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:45:25.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:45:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:45:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:45:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:45:25] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T01:45:25.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:45:25 smithi082 ceph-mon[180771]: pgmap v3768: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:26.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:45:25 smithi055 ceph-mon[185614]: pgmap v3768: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:26.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:45:25 smithi055 ceph-mon[183057]: pgmap v3768: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:27.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:45:27 smithi082 ceph-mon[180771]: pgmap v3769: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:28.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:45:27 smithi055 ceph-mon[185614]: pgmap v3769: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:28.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:45:27 smithi055 ceph-mon[183057]: pgmap v3769: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:29.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:45:29 smithi082 ceph-mon[180771]: pgmap v3770: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:30.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:45:29 smithi055 ceph-mon[185614]: pgmap v3770: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:30.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:45:29 smithi055 ceph-mon[183057]: pgmap v3770: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:31.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:45:31 smithi082 ceph-mon[180771]: pgmap v3771: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:32.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:45:31 smithi055 ceph-mon[185614]: pgmap v3771: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:32.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:45:31 smithi055 ceph-mon[183057]: pgmap v3771: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:33.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:45:33 smithi055 ceph-mon[185614]: pgmap v3772: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:33.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:45:33 smithi055 ceph-mon[183057]: pgmap v3772: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:33.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:45:33 smithi082 ceph-mon[180771]: pgmap v3772: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:45:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:45:35] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T01:45:35.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:45:35 smithi082 ceph-mon[180771]: pgmap v3773: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:36.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:45:35 smithi055 ceph-mon[185614]: pgmap v3773: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:36.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:45:35 smithi055 ceph-mon[183057]: pgmap v3773: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:37.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:45:37 smithi082 ceph-mon[180771]: pgmap v3774: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:38.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:45:37 smithi055 ceph-mon[185614]: pgmap v3774: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:38.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:45:37 smithi055 ceph-mon[183057]: pgmap v3774: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:39.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:45:39 smithi082 ceph-mon[180771]: pgmap v3775: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:39.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:45:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:45:40.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:45:39 smithi055 ceph-mon[185614]: pgmap v3775: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:40.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:45:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:45:40.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:45:39 smithi055 ceph-mon[183057]: pgmap v3775: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:40.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:45:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:45:41.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:45:41 smithi082 ceph-mon[180771]: pgmap v3776: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:42.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:45:41 smithi055 ceph-mon[185614]: pgmap v3776: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:42.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:45:41 smithi055 ceph-mon[183057]: pgmap v3776: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:43.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:45:43 smithi082 ceph-mon[180771]: pgmap v3777: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:43.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:45:43 smithi055 ceph-mon[185614]: pgmap v3777: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:43.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:45:43 smithi055 ceph-mon[183057]: pgmap v3777: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:45:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:45:45] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T01:45:45.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:45:45 smithi082 ceph-mon[180771]: pgmap v3778: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:46.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:45:45 smithi055 ceph-mon[185614]: pgmap v3778: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:46.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:45:45 smithi055 ceph-mon[183057]: pgmap v3778: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:47.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:45:47 smithi082 ceph-mon[180771]: pgmap v3779: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:48.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:45:47 smithi055 ceph-mon[183057]: pgmap v3779: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:48.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:45:47 smithi055 ceph-mon[185614]: pgmap v3779: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:49.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:45:49 smithi082 ceph-mon[180771]: pgmap v3780: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:50.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:45:49 smithi055 ceph-mon[185614]: pgmap v3780: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:50.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:45:49 smithi055 ceph-mon[183057]: pgmap v3780: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:51.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:45:51 smithi082 ceph-mon[180771]: pgmap v3781: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:52.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:45:51 smithi055 ceph-mon[185614]: pgmap v3781: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:52.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:45:51 smithi055 ceph-mon[183057]: pgmap v3781: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:53.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:45:53 smithi082 ceph-mon[180771]: pgmap v3782: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:53.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:45:53 smithi055 ceph-mon[185614]: pgmap v3782: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:53.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:45:53 smithi055 ceph-mon[183057]: pgmap v3782: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:45:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:45:54.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:45:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:45:54.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:45:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:45:55.385 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:45:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:45:55] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:45:55.386 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:45:55 smithi055 ceph-mon[183057]: pgmap v3783: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:55.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:45:55 smithi055 ceph-mon[185614]: pgmap v3783: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:55.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:45:55 smithi082 ceph-mon[180771]: pgmap v3783: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:57.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:45:57 smithi082 ceph-mon[180771]: pgmap v3784: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:58.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:45:57 smithi055 ceph-mon[185614]: pgmap v3784: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:58.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:45:57 smithi055 ceph-mon[183057]: pgmap v3784: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:45:59.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:45:59 smithi082 ceph-mon[180771]: pgmap v3785: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:00.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:45:59 smithi055 ceph-mon[185614]: pgmap v3785: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:00.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:45:59 smithi055 ceph-mon[183057]: pgmap v3785: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:01.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:46:01 smithi082 ceph-mon[180771]: pgmap v3786: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:02.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:46:01 smithi055 ceph-mon[185614]: pgmap v3786: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:02.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:46:01 smithi055 ceph-mon[183057]: pgmap v3786: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:03.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:46:03 smithi082 ceph-mon[180771]: pgmap v3787: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:03.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:46:03 smithi055 ceph-mon[185614]: pgmap v3787: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:03.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:46:03 smithi055 ceph-mon[183057]: pgmap v3787: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:46:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:46:05] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:46:05.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:46:05 smithi082 ceph-mon[180771]: pgmap v3788: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:06.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:46:05 smithi055 ceph-mon[185614]: pgmap v3788: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:06.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:46:05 smithi055 ceph-mon[183057]: pgmap v3788: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:07.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:46:07 smithi082 ceph-mon[180771]: pgmap v3789: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:08.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:46:07 smithi055 ceph-mon[185614]: pgmap v3789: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:08.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:46:07 smithi055 ceph-mon[183057]: pgmap v3789: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:09.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:46:09 smithi082 ceph-mon[180771]: pgmap v3790: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:09.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:46:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:46:10.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:46:09 smithi055 ceph-mon[185614]: pgmap v3790: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:10.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:46:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:46:10.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:46:09 smithi055 ceph-mon[183057]: pgmap v3790: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:10.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:46:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:46:11.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:46:11 smithi082 ceph-mon[180771]: pgmap v3791: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:12.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:46:11 smithi055 ceph-mon[185614]: pgmap v3791: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:12.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:46:11 smithi055 ceph-mon[183057]: pgmap v3791: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:13.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:46:13 smithi082 ceph-mon[180771]: pgmap v3792: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:13.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:46:13 smithi055 ceph-mon[185614]: pgmap v3792: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:13.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:46:13 smithi055 ceph-mon[183057]: pgmap v3792: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:15.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:46:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:46:15] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T01:46:15.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:46:15 smithi082 ceph-mon[180771]: pgmap v3793: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:16.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:46:15 smithi055 ceph-mon[185614]: pgmap v3793: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:16.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:46:15 smithi055 ceph-mon[183057]: pgmap v3793: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:17.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:46:17 smithi082 ceph-mon[180771]: pgmap v3794: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:18.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:46:17 smithi055 ceph-mon[185614]: pgmap v3794: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:18.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:46:17 smithi055 ceph-mon[183057]: pgmap v3794: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:19.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:46:19 smithi082 ceph-mon[180771]: pgmap v3795: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:20.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:46:19 smithi055 ceph-mon[185614]: pgmap v3795: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:20.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:46:19 smithi055 ceph-mon[183057]: pgmap v3795: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:21.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:46:21 smithi082 ceph-mon[180771]: pgmap v3796: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:22.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:46:21 smithi055 ceph-mon[185614]: pgmap v3796: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:22.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:46:21 smithi055 ceph-mon[183057]: pgmap v3796: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:23.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:46:23 smithi055 ceph-mon[185614]: pgmap v3797: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:23.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:46:23 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:46:23.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:46:23 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:46:23.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:46:23 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:46:23.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:46:23 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:46:23.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:46:23 smithi055 ceph-mon[183057]: pgmap v3797: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:23.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:46:23 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:46:23.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:46:23 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:46:23.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:46:23 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:46:23.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:46:23 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:46:23.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:46:23 smithi082 ceph-mon[180771]: pgmap v3797: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:23.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:46:23 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:46:23.879 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:46:23 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:46:23.879 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:46:23 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:46:23.879 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:46:23 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:46:24.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:46:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:46:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:46:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:46:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:46:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:46:25.407 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:46:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:46:25] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T01:46:25.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:46:25 smithi055 ceph-mon[185614]: pgmap v3798: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:25.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:46:25 smithi055 ceph-mon[183057]: pgmap v3798: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:25.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:46:25 smithi082 ceph-mon[180771]: pgmap v3798: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:27.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:46:27 smithi082 ceph-mon[180771]: pgmap v3799: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:28.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:46:27 smithi055 ceph-mon[185614]: pgmap v3799: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:28.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:46:27 smithi055 ceph-mon[183057]: pgmap v3799: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:29.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:46:29 smithi082 ceph-mon[180771]: pgmap v3800: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:30.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:46:29 smithi055 ceph-mon[185614]: pgmap v3800: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:30.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:46:29 smithi055 ceph-mon[183057]: pgmap v3800: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:31.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:46:31 smithi082 ceph-mon[180771]: pgmap v3801: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:32.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:46:31 smithi055 ceph-mon[185614]: pgmap v3801: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:32.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:46:31 smithi055 ceph-mon[183057]: pgmap v3801: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:33.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:46:33 smithi055 ceph-mon[185614]: pgmap v3802: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:33.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:46:33 smithi055 ceph-mon[183057]: pgmap v3802: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:33.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:46:33 smithi082 ceph-mon[180771]: pgmap v3802: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:46:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:46:35] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T01:46:35.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:46:35 smithi082 ceph-mon[180771]: pgmap v3803: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:36.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:46:35 smithi055 ceph-mon[185614]: pgmap v3803: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:36.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:46:35 smithi055 ceph-mon[183057]: pgmap v3803: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:37.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:46:37 smithi082 ceph-mon[180771]: pgmap v3804: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:38.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:46:37 smithi055 ceph-mon[185614]: pgmap v3804: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:38.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:46:37 smithi055 ceph-mon[183057]: pgmap v3804: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:39.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:46:39 smithi082 ceph-mon[180771]: pgmap v3805: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:39.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:46:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:46:40.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:46:39 smithi055 ceph-mon[185614]: pgmap v3805: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:40.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:46:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:46:40.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:46:39 smithi055 ceph-mon[183057]: pgmap v3805: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:40.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:46:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:46:41.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:46:41 smithi082 ceph-mon[180771]: pgmap v3806: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:42.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:46:41 smithi055 ceph-mon[185614]: pgmap v3806: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:42.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:46:41 smithi055 ceph-mon[183057]: pgmap v3806: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:43.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:46:43 smithi055 ceph-mon[185614]: pgmap v3807: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:43.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:46:43 smithi055 ceph-mon[183057]: pgmap v3807: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:43.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:46:43 smithi082 ceph-mon[180771]: pgmap v3807: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:46:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:46:45] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:46:45.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:46:45 smithi082 ceph-mon[180771]: pgmap v3808: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:46.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:46:45 smithi055 ceph-mon[185614]: pgmap v3808: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:46.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:46:45 smithi055 ceph-mon[183057]: pgmap v3808: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:47.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:46:47 smithi082 ceph-mon[180771]: pgmap v3809: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:48.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:46:47 smithi055 ceph-mon[185614]: pgmap v3809: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:48.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:46:47 smithi055 ceph-mon[183057]: pgmap v3809: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:49.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:46:49 smithi082 ceph-mon[180771]: pgmap v3810: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:50.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:46:49 smithi055 ceph-mon[185614]: pgmap v3810: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:50.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:46:49 smithi055 ceph-mon[183057]: pgmap v3810: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:51.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:46:51 smithi082 ceph-mon[180771]: pgmap v3811: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:52.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:46:51 smithi055 ceph-mon[185614]: pgmap v3811: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:52.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:46:51 smithi055 ceph-mon[183057]: pgmap v3811: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:53.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:46:53 smithi055 ceph-mon[185614]: pgmap v3812: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:53.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:46:53 smithi055 ceph-mon[183057]: pgmap v3812: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:53.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:46:53 smithi082 ceph-mon[180771]: pgmap v3812: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:54.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:46:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:46:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:46:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:46:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:46:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:46:55.401 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:46:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:46:55] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T01:46:55.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:46:55 smithi055 ceph-mon[185614]: pgmap v3813: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:55.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:46:55 smithi055 ceph-mon[183057]: pgmap v3813: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:55.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:46:55 smithi082 ceph-mon[180771]: pgmap v3813: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:57.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:46:57 smithi082 ceph-mon[180771]: pgmap v3814: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:58.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:46:57 smithi055 ceph-mon[185614]: pgmap v3814: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:58.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:46:57 smithi055 ceph-mon[183057]: pgmap v3814: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:46:59.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:46:59 smithi082 ceph-mon[180771]: pgmap v3815: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:00.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:46:59 smithi055 ceph-mon[185614]: pgmap v3815: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:00.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:46:59 smithi055 ceph-mon[183057]: pgmap v3815: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:01.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:47:01 smithi082 ceph-mon[180771]: pgmap v3816: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:02.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:47:01 smithi055 ceph-mon[185614]: pgmap v3816: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:02.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:47:01 smithi055 ceph-mon[183057]: pgmap v3816: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:03.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:47:03 smithi055 ceph-mon[185614]: pgmap v3817: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:03.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:47:03 smithi055 ceph-mon[183057]: pgmap v3817: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:03.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:47:03 smithi082 ceph-mon[180771]: pgmap v3817: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:47:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:47:05] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T01:47:05.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:47:05 smithi082 ceph-mon[180771]: pgmap v3818: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:06.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:47:05 smithi055 ceph-mon[185614]: pgmap v3818: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:06.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:47:05 smithi055 ceph-mon[183057]: pgmap v3818: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:07.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:47:07 smithi082 ceph-mon[180771]: pgmap v3819: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:08.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:47:07 smithi055 ceph-mon[185614]: pgmap v3819: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:08.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:47:07 smithi055 ceph-mon[183057]: pgmap v3819: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:09.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:47:09 smithi082 ceph-mon[180771]: pgmap v3820: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:09.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:47:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:47:10.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:47:09 smithi055 ceph-mon[185614]: pgmap v3820: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:10.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:47:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:47:10.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:47:09 smithi055 ceph-mon[183057]: pgmap v3820: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:10.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:47:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:47:11.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:47:11 smithi082 ceph-mon[180771]: pgmap v3821: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:12.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:47:11 smithi055 ceph-mon[185614]: pgmap v3821: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:12.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:47:11 smithi055 ceph-mon[183057]: pgmap v3821: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:13.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:47:13 smithi055 ceph-mon[185614]: pgmap v3822: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:13.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:47:13 smithi055 ceph-mon[183057]: pgmap v3822: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:13.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:47:13 smithi082 ceph-mon[180771]: pgmap v3822: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:47:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:47:15] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T01:47:15.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:47:15 smithi082 ceph-mon[180771]: pgmap v3823: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:16.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:47:15 smithi055 ceph-mon[185614]: pgmap v3823: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:16.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:47:15 smithi055 ceph-mon[183057]: pgmap v3823: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:17.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:47:17 smithi082 ceph-mon[180771]: pgmap v3824: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:18.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:47:17 smithi055 ceph-mon[185614]: pgmap v3824: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:18.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:47:17 smithi055 ceph-mon[183057]: pgmap v3824: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:19.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:47:19 smithi082 ceph-mon[180771]: pgmap v3825: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:20.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:47:19 smithi055 ceph-mon[185614]: pgmap v3825: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:20.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:47:19 smithi055 ceph-mon[183057]: pgmap v3825: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:21.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:47:21 smithi082 ceph-mon[180771]: pgmap v3826: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:22.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:47:21 smithi055 ceph-mon[185614]: pgmap v3826: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:22.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:47:21 smithi055 ceph-mon[183057]: pgmap v3826: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:23.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:47:23 smithi055 ceph-mon[185614]: pgmap v3827: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:23.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:47:23 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:47:23.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:47:23 smithi055 ceph-mon[183057]: pgmap v3827: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:23.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:47:23 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:47:23.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:47:23 smithi082 ceph-mon[180771]: pgmap v3827: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:23.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:47:23 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:47:24.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:47:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:47:24.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:47:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:47:24.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:47:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:47:24.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:47:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:47:24.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:47:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:47:24.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:47:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:47:24.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:47:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:47:24.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:47:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:47:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:47:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:47:24.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:47:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:47:24.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:47:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:47:24.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:47:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:47:25.401 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:47:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:47:25] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T01:47:25.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:47:25 smithi055 ceph-mon[185614]: pgmap v3828: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:25.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:47:25 smithi055 ceph-mon[183057]: pgmap v3828: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:25.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:47:25 smithi082 ceph-mon[180771]: pgmap v3828: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:27.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:47:27 smithi082 ceph-mon[180771]: pgmap v3829: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:28.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:47:27 smithi055 ceph-mon[185614]: pgmap v3829: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:28.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:47:27 smithi055 ceph-mon[183057]: pgmap v3829: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:29.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:47:29 smithi082 ceph-mon[180771]: pgmap v3830: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:30.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:47:29 smithi055 ceph-mon[185614]: pgmap v3830: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:30.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:47:29 smithi055 ceph-mon[183057]: pgmap v3830: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:31.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:47:31 smithi082 ceph-mon[180771]: pgmap v3831: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:32.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:47:31 smithi055 ceph-mon[185614]: pgmap v3831: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:32.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:47:31 smithi055 ceph-mon[183057]: pgmap v3831: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:33.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:47:33 smithi055 ceph-mon[185614]: pgmap v3832: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:33.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:47:33 smithi055 ceph-mon[183057]: pgmap v3832: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:33.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:47:33 smithi082 ceph-mon[180771]: pgmap v3832: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:47:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:47:35] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T01:47:35.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:47:35 smithi082 ceph-mon[180771]: pgmap v3833: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:36.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:47:35 smithi055 ceph-mon[185614]: pgmap v3833: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:36.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:47:35 smithi055 ceph-mon[183057]: pgmap v3833: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:37.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:47:37 smithi082 ceph-mon[180771]: pgmap v3834: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:38.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:47:37 smithi055 ceph-mon[185614]: pgmap v3834: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:38.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:47:37 smithi055 ceph-mon[183057]: pgmap v3834: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:39.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:47:39 smithi082 ceph-mon[180771]: pgmap v3835: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:39.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:47:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:47:40.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:47:39 smithi055 ceph-mon[185614]: pgmap v3835: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:40.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:47:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:47:40.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:47:39 smithi055 ceph-mon[183057]: pgmap v3835: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:40.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:47:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:47:41.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:47:41 smithi082 ceph-mon[180771]: pgmap v3836: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:42.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:47:41 smithi055 ceph-mon[185614]: pgmap v3836: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:42.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:47:41 smithi055 ceph-mon[183057]: pgmap v3836: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:43.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:47:43 smithi055 ceph-mon[183057]: pgmap v3837: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:43.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:47:43 smithi055 ceph-mon[185614]: pgmap v3837: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:43.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:47:43 smithi082 ceph-mon[180771]: pgmap v3837: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:47:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:47:45] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T01:47:45.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:47:45 smithi082 ceph-mon[180771]: pgmap v3838: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:46.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:47:45 smithi055 ceph-mon[185614]: pgmap v3838: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:46.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:47:45 smithi055 ceph-mon[183057]: pgmap v3838: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:47.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:47:47 smithi082 ceph-mon[180771]: pgmap v3839: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:48.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:47:47 smithi055 ceph-mon[185614]: pgmap v3839: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:48.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:47:47 smithi055 ceph-mon[183057]: pgmap v3839: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:49.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:47:49 smithi082 ceph-mon[180771]: pgmap v3840: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:50.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:47:49 smithi055 ceph-mon[183057]: pgmap v3840: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:50.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:47:49 smithi055 ceph-mon[185614]: pgmap v3840: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:51.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:47:51 smithi082 ceph-mon[180771]: pgmap v3841: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:52.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:47:51 smithi055 ceph-mon[185614]: pgmap v3841: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:52.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:47:51 smithi055 ceph-mon[183057]: pgmap v3841: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:53.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:47:53 smithi055 ceph-mon[185614]: pgmap v3842: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:53.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:47:53 smithi055 ceph-mon[183057]: pgmap v3842: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:53.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:47:53 smithi082 ceph-mon[180771]: pgmap v3842: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:54.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:47:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:47:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:47:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:47:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:47:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:47:55.420 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:47:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:47:55] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T01:47:55.421 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:47:55 smithi055 ceph-mon[183057]: pgmap v3843: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:55.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:47:55 smithi055 ceph-mon[185614]: pgmap v3843: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:55.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:47:55 smithi082 ceph-mon[180771]: pgmap v3843: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:57.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:47:57 smithi082 ceph-mon[180771]: pgmap v3844: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:58.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:47:57 smithi055 ceph-mon[185614]: pgmap v3844: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:58.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:47:57 smithi055 ceph-mon[183057]: pgmap v3844: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:47:59.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:47:59 smithi082 ceph-mon[180771]: pgmap v3845: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:00.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:47:59 smithi055 ceph-mon[185614]: pgmap v3845: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:00.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:47:59 smithi055 ceph-mon[183057]: pgmap v3845: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:01.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:48:01 smithi082 ceph-mon[180771]: pgmap v3846: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:02.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:48:01 smithi055 ceph-mon[185614]: pgmap v3846: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:02.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:48:01 smithi055 ceph-mon[183057]: pgmap v3846: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:03.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:48:03 smithi055 ceph-mon[185614]: pgmap v3847: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:03.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:48:03 smithi055 ceph-mon[183057]: pgmap v3847: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:03.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:48:03 smithi082 ceph-mon[180771]: pgmap v3847: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:48:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:48:05] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T01:48:05.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:48:05 smithi082 ceph-mon[180771]: pgmap v3848: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:06.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:48:05 smithi055 ceph-mon[185614]: pgmap v3848: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:06.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:48:05 smithi055 ceph-mon[183057]: pgmap v3848: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:07.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:48:07 smithi082 ceph-mon[180771]: pgmap v3849: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:08.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:48:07 smithi055 ceph-mon[185614]: pgmap v3849: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:08.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:48:07 smithi055 ceph-mon[183057]: pgmap v3849: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:09.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:48:09 smithi082 ceph-mon[180771]: pgmap v3850: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:09.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:48:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:48:10.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:48:09 smithi055 ceph-mon[185614]: pgmap v3850: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:10.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:48:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:48:10.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:48:09 smithi055 ceph-mon[183057]: pgmap v3850: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:10.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:48:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:48:11.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:48:11 smithi082 ceph-mon[180771]: pgmap v3851: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:12.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:48:11 smithi055 ceph-mon[185614]: pgmap v3851: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:12.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:48:11 smithi055 ceph-mon[183057]: pgmap v3851: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:13.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:48:13 smithi055 ceph-mon[185614]: pgmap v3852: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:13.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:48:13 smithi055 ceph-mon[183057]: pgmap v3852: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:13.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:48:13 smithi082 ceph-mon[180771]: pgmap v3852: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:15.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:48:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:48:15] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T01:48:15.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:48:15 smithi082 ceph-mon[180771]: pgmap v3853: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:16.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:48:15 smithi055 ceph-mon[185614]: pgmap v3853: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:16.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:48:15 smithi055 ceph-mon[183057]: pgmap v3853: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:17.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:48:17 smithi082 ceph-mon[180771]: pgmap v3854: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:18.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:48:17 smithi055 ceph-mon[185614]: pgmap v3854: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:18.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:48:17 smithi055 ceph-mon[183057]: pgmap v3854: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:19.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:48:19 smithi082 ceph-mon[180771]: pgmap v3855: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:20.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:48:19 smithi055 ceph-mon[185614]: pgmap v3855: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:20.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:48:19 smithi055 ceph-mon[183057]: pgmap v3855: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:21.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:48:21 smithi082 ceph-mon[180771]: pgmap v3856: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:22.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:48:21 smithi055 ceph-mon[185614]: pgmap v3856: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:22.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:48:21 smithi055 ceph-mon[183057]: pgmap v3856: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:23.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:48:23 smithi055 ceph-mon[185614]: pgmap v3857: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:23.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:48:23 smithi055 ceph-mon[183057]: pgmap v3857: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:23.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:48:23 smithi082 ceph-mon[180771]: pgmap v3857: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:48:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:48:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:48:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:48:24.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:48:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:48:24.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:48:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:48:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:48:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:48:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:48:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:48:25.441 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:48:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:48:25] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T01:48:25.442 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:48:25 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:48:25.442 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:48:25 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:48:25.442 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:48:25 smithi055 ceph-mon[183057]: pgmap v3858: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:25.442 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:48:25 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:48:25.443 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:48:25 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:48:25.443 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:48:25 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:48:25.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:48:25 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:48:25.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:48:25 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:48:25.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:48:25 smithi055 ceph-mon[185614]: pgmap v3858: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:25.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:48:25 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:48:25.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:48:25 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:48:25.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:48:25 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:48:25.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:48:25 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:48:25.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:48:25 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:48:25.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:48:25 smithi082 ceph-mon[180771]: pgmap v3858: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:25.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:48:25 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:48:25.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:48:25 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:48:25.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:48:25 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:48:27.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:48:27 smithi082 ceph-mon[180771]: pgmap v3859: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:28.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:48:27 smithi055 ceph-mon[185614]: pgmap v3859: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:28.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:48:27 smithi055 ceph-mon[183057]: pgmap v3859: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:29.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:48:29 smithi082 ceph-mon[180771]: pgmap v3860: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:30.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:48:29 smithi055 ceph-mon[185614]: pgmap v3860: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:30.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:48:29 smithi055 ceph-mon[183057]: pgmap v3860: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:31.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:48:31 smithi082 ceph-mon[180771]: pgmap v3861: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:32.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:48:31 smithi055 ceph-mon[185614]: pgmap v3861: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:32.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:48:31 smithi055 ceph-mon[183057]: pgmap v3861: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:33.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:48:33 smithi055 ceph-mon[185614]: pgmap v3862: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:33.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:48:33 smithi055 ceph-mon[183057]: pgmap v3862: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:33.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:48:33 smithi082 ceph-mon[180771]: pgmap v3862: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:48:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:48:35] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T01:48:35.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:48:35 smithi082 ceph-mon[180771]: pgmap v3863: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:36.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:48:35 smithi055 ceph-mon[185614]: pgmap v3863: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:36.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:48:35 smithi055 ceph-mon[183057]: pgmap v3863: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:37.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:48:37 smithi082 ceph-mon[180771]: pgmap v3864: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:38.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:48:37 smithi055 ceph-mon[185614]: pgmap v3864: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:38.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:48:37 smithi055 ceph-mon[183057]: pgmap v3864: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:39.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:48:39 smithi082 ceph-mon[180771]: pgmap v3865: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:39.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:48:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:48:40.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:48:39 smithi055 ceph-mon[185614]: pgmap v3865: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:40.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:48:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:48:40.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:48:39 smithi055 ceph-mon[183057]: pgmap v3865: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:40.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:48:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:48:42.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:48:41 smithi055 ceph-mon[185614]: pgmap v3866: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:42.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:48:41 smithi055 ceph-mon[183057]: pgmap v3866: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:42.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:48:41 smithi082 ceph-mon[180771]: pgmap v3866: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:43.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:48:43 smithi055 ceph-mon[185614]: pgmap v3867: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:43.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:48:43 smithi055 ceph-mon[183057]: pgmap v3867: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:43.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:48:43 smithi082 ceph-mon[180771]: pgmap v3867: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:48:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:48:45] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:48:45.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:48:45 smithi082 ceph-mon[180771]: pgmap v3868: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:46.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:48:45 smithi055 ceph-mon[185614]: pgmap v3868: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:46.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:48:45 smithi055 ceph-mon[183057]: pgmap v3868: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:47.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:48:47 smithi082 ceph-mon[180771]: pgmap v3869: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:48.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:48:47 smithi055 ceph-mon[185614]: pgmap v3869: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:48.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:48:47 smithi055 ceph-mon[183057]: pgmap v3869: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:49.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:48:49 smithi082 ceph-mon[180771]: pgmap v3870: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:50.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:48:49 smithi055 ceph-mon[185614]: pgmap v3870: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:50.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:48:49 smithi055 ceph-mon[183057]: pgmap v3870: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:52.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:48:51 smithi055 ceph-mon[185614]: pgmap v3871: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:52.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:48:51 smithi055 ceph-mon[183057]: pgmap v3871: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:52.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:48:51 smithi082 ceph-mon[180771]: pgmap v3871: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:53.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:48:53 smithi055 ceph-mon[185614]: pgmap v3872: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:53.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:48:53 smithi055 ceph-mon[183057]: pgmap v3872: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:53.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:48:53 smithi082 ceph-mon[180771]: pgmap v3872: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:54.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:48:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:48:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:48:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:48:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:48:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:48:55.421 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:48:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:48:55] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:48:55.421 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:48:55 smithi055 ceph-mon[183057]: pgmap v3873: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:55.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:48:55 smithi055 ceph-mon[185614]: pgmap v3873: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:55.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:48:55 smithi082 ceph-mon[180771]: pgmap v3873: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:57.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:48:57 smithi082 ceph-mon[180771]: pgmap v3874: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:58.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:48:57 smithi055 ceph-mon[185614]: pgmap v3874: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:58.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:48:57 smithi055 ceph-mon[183057]: pgmap v3874: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:48:59.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:48:59 smithi082 ceph-mon[180771]: pgmap v3875: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:00.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:48:59 smithi055 ceph-mon[185614]: pgmap v3875: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:00.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:48:59 smithi055 ceph-mon[183057]: pgmap v3875: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:02.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:49:01 smithi055 ceph-mon[185614]: pgmap v3876: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:02.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:49:01 smithi055 ceph-mon[183057]: pgmap v3876: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:02.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:49:01 smithi082 ceph-mon[180771]: pgmap v3876: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:03.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:49:03 smithi055 ceph-mon[185614]: pgmap v3877: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:03.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:49:03 smithi055 ceph-mon[183057]: pgmap v3877: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:03.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:49:03 smithi082 ceph-mon[180771]: pgmap v3877: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:49:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:49:05] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:49:05.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:49:05 smithi082 ceph-mon[180771]: pgmap v3878: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:06.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:49:05 smithi055 ceph-mon[185614]: pgmap v3878: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:06.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:49:05 smithi055 ceph-mon[183057]: pgmap v3878: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:07.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:49:07 smithi082 ceph-mon[180771]: pgmap v3879: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:08.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:49:07 smithi055 ceph-mon[185614]: pgmap v3879: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:08.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:49:07 smithi055 ceph-mon[183057]: pgmap v3879: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:10.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:49:09 smithi055 ceph-mon[185614]: pgmap v3880: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:10.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:49:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:49:10.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:49:09 smithi055 ceph-mon[183057]: pgmap v3880: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:10.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:49:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:49:10.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:49:09 smithi082 ceph-mon[180771]: pgmap v3880: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:10.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:49:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:49:12.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:49:11 smithi055 ceph-mon[185614]: pgmap v3881: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:12.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:49:11 smithi055 ceph-mon[183057]: pgmap v3881: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:12.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:49:11 smithi082 ceph-mon[180771]: pgmap v3881: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:13.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:49:13 smithi055 ceph-mon[185614]: pgmap v3882: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:13.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:49:13 smithi055 ceph-mon[183057]: pgmap v3882: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:13.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:49:13 smithi082 ceph-mon[180771]: pgmap v3882: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:49:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:49:15] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:49:15.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:49:15 smithi082 ceph-mon[180771]: pgmap v3883: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:16.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:49:15 smithi055 ceph-mon[185614]: pgmap v3883: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:16.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:49:15 smithi055 ceph-mon[183057]: pgmap v3883: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:17.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:49:17 smithi082 ceph-mon[180771]: pgmap v3884: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:18.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:49:17 smithi055 ceph-mon[185614]: pgmap v3884: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:18.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:49:17 smithi055 ceph-mon[183057]: pgmap v3884: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:19.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:49:19 smithi082 ceph-mon[180771]: pgmap v3885: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:20.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:49:19 smithi055 ceph-mon[185614]: pgmap v3885: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:20.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:49:19 smithi055 ceph-mon[183057]: pgmap v3885: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:22.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:49:21 smithi055 ceph-mon[185614]: pgmap v3886: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:22.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:49:21 smithi055 ceph-mon[183057]: pgmap v3886: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:22.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:49:21 smithi082 ceph-mon[180771]: pgmap v3886: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:23.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:49:23 smithi055 ceph-mon[185614]: pgmap v3887: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:23.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:49:23 smithi055 ceph-mon[183057]: pgmap v3887: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:23.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:49:23 smithi082 ceph-mon[180771]: pgmap v3887: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:24.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:49:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:49:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:49:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:49:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:49:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:49:25.432 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:49:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:49:25] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T01:49:25.432 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:49:25 smithi055 ceph-mon[183057]: pgmap v3888: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:25.433 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:49:25 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:49:25.433 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:49:25 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:49:25.433 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:49:25 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:49:25.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:49:25 smithi055 ceph-mon[185614]: pgmap v3888: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:25.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:49:25 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:49:25.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:49:25 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:49:25.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:49:25 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:49:25.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:49:25 smithi082 ceph-mon[180771]: pgmap v3888: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:25.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:49:25 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:49:25.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:49:25 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:49:25.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:49:25 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:49:26.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:49:26 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:49:26.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:49:26 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:49:26.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:49:26 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:49:26.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:49:26 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:49:26.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:49:26 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:49:26.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:49:26 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:49:26.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:49:26 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:49:26.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:49:26 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:49:26.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:49:26 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:49:27.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:49:27 smithi055 ceph-mon[185614]: pgmap v3889: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:27.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:49:27 smithi055 ceph-mon[183057]: pgmap v3889: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:27.875 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 01:49:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[225424]: logger=cleanup t=2023-10-14T01:49:27.604987474Z level=info msg="Completed cleanup jobs" duration=141.606469ms 2023-10-14T01:49:27.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:49:27 smithi082 ceph-mon[180771]: pgmap v3889: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:29.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:49:29 smithi082 ceph-mon[180771]: pgmap v3890: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:30.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:49:29 smithi055 ceph-mon[185614]: pgmap v3890: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:30.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:49:29 smithi055 ceph-mon[183057]: pgmap v3890: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:31.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:49:31 smithi082 ceph-mon[180771]: pgmap v3891: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:32.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:49:31 smithi055 ceph-mon[185614]: pgmap v3891: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:32.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:49:31 smithi055 ceph-mon[183057]: pgmap v3891: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:33.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:49:33 smithi055 ceph-mon[185614]: pgmap v3892: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:33.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:49:33 smithi055 ceph-mon[183057]: pgmap v3892: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:33.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:49:33 smithi082 ceph-mon[180771]: pgmap v3892: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:49:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:49:35] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T01:49:35.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:49:35 smithi082 ceph-mon[180771]: pgmap v3893: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:36.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:49:35 smithi055 ceph-mon[185614]: pgmap v3893: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:36.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:49:35 smithi055 ceph-mon[183057]: pgmap v3893: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:37.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:49:37 smithi082 ceph-mon[180771]: pgmap v3894: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:38.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:49:37 smithi055 ceph-mon[185614]: pgmap v3894: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:38.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:49:37 smithi055 ceph-mon[183057]: pgmap v3894: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:40.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:49:39 smithi055 ceph-mon[185614]: pgmap v3895: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:40.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:49:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:49:40.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:49:39 smithi055 ceph-mon[183057]: pgmap v3895: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:40.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:49:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:49:40.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:49:39 smithi082 ceph-mon[180771]: pgmap v3895: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:40.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:49:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:49:42.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:49:41 smithi055 ceph-mon[185614]: pgmap v3896: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:42.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:49:41 smithi055 ceph-mon[183057]: pgmap v3896: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:42.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:49:41 smithi082 ceph-mon[180771]: pgmap v3896: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:43.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:49:43 smithi055 ceph-mon[185614]: pgmap v3897: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:43.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:49:43 smithi055 ceph-mon[183057]: pgmap v3897: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:43.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:49:43 smithi082 ceph-mon[180771]: pgmap v3897: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:49:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:49:45] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:49:45.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:49:45 smithi082 ceph-mon[180771]: pgmap v3898: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:46.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:49:45 smithi055 ceph-mon[185614]: pgmap v3898: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:46.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:49:45 smithi055 ceph-mon[183057]: pgmap v3898: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:48.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:49:47 smithi055 ceph-mon[185614]: pgmap v3899: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:48.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:49:47 smithi055 ceph-mon[183057]: pgmap v3899: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:48.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:49:47 smithi082 ceph-mon[180771]: pgmap v3899: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:50.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:49:49 smithi055 ceph-mon[185614]: pgmap v3900: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:50.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:49:49 smithi055 ceph-mon[183057]: pgmap v3900: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:50.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:49:49 smithi082 ceph-mon[180771]: pgmap v3900: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:52.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:49:51 smithi055 ceph-mon[185614]: pgmap v3901: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:52.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:49:51 smithi055 ceph-mon[183057]: pgmap v3901: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:52.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:49:51 smithi082 ceph-mon[180771]: pgmap v3901: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:53.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:49:53 smithi055 ceph-mon[185614]: pgmap v3902: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:53.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:49:53 smithi055 ceph-mon[183057]: pgmap v3902: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:53.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:49:53 smithi082 ceph-mon[180771]: pgmap v3902: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:54.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:49:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:49:54.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:49:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:49:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:49:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:49:55.450 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:49:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:49:55] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T01:49:55.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:49:55 smithi055 ceph-mon[185614]: pgmap v3903: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:55.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:49:55 smithi055 ceph-mon[183057]: pgmap v3903: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:55.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:49:55 smithi082 ceph-mon[180771]: pgmap v3903: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:57.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:49:57 smithi082 ceph-mon[180771]: pgmap v3904: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:58.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:49:57 smithi055 ceph-mon[185614]: pgmap v3904: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:49:58.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:49:57 smithi055 ceph-mon[183057]: pgmap v3904: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:00.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:49:59 smithi055 ceph-mon[185614]: pgmap v3905: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:00.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:49:59 smithi055 ceph-mon[183057]: pgmap v3905: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:00.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:49:59 smithi082 ceph-mon[180771]: pgmap v3905: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:01.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:50:00 smithi055 ceph-mon[185614]: overall HEALTH_OK 2023-10-14T01:50:01.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:50:00 smithi055 ceph-mon[183057]: overall HEALTH_OK 2023-10-14T01:50:01.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:50:00 smithi082 ceph-mon[180771]: overall HEALTH_OK 2023-10-14T01:50:02.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:50:01 smithi055 ceph-mon[185614]: pgmap v3906: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:02.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:50:01 smithi055 ceph-mon[183057]: pgmap v3906: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:02.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:50:01 smithi082 ceph-mon[180771]: pgmap v3906: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:03.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:50:03 smithi055 ceph-mon[185614]: pgmap v3907: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:03.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:50:03 smithi055 ceph-mon[183057]: pgmap v3907: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:03.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:50:03 smithi082 ceph-mon[180771]: pgmap v3907: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:50:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:50:05] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T01:50:06.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:50:05 smithi055 ceph-mon[185614]: pgmap v3908: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:06.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:50:05 smithi055 ceph-mon[183057]: pgmap v3908: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:06.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:50:05 smithi082 ceph-mon[180771]: pgmap v3908: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:08.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:50:07 smithi055 ceph-mon[185614]: pgmap v3909: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:08.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:50:07 smithi055 ceph-mon[183057]: pgmap v3909: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:08.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:50:07 smithi082 ceph-mon[180771]: pgmap v3909: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:10.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:50:09 smithi055 ceph-mon[185614]: pgmap v3910: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:10.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:50:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:50:10.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:50:09 smithi055 ceph-mon[183057]: pgmap v3910: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:10.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:50:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:50:10.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:50:09 smithi082 ceph-mon[180771]: pgmap v3910: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:10.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:50:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:50:12.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:50:11 smithi055 ceph-mon[185614]: pgmap v3911: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:12.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:50:11 smithi055 ceph-mon[183057]: pgmap v3911: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:12.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:50:11 smithi082 ceph-mon[180771]: pgmap v3911: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:13.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:50:13 smithi055 ceph-mon[185614]: pgmap v3912: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:13.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:50:13 smithi055 ceph-mon[183057]: pgmap v3912: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:13.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:50:13 smithi082 ceph-mon[180771]: pgmap v3912: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:50:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:50:15] "GET /metrics HTTP/1.1" 200 36236 "" "Prometheus/2.43.0" 2023-10-14T01:50:16.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:50:15 smithi055 ceph-mon[185614]: pgmap v3913: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:16.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:50:15 smithi055 ceph-mon[183057]: pgmap v3913: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:16.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:50:15 smithi082 ceph-mon[180771]: pgmap v3913: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:18.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:50:17 smithi055 ceph-mon[185614]: pgmap v3914: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:18.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:50:17 smithi055 ceph-mon[183057]: pgmap v3914: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:18.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:50:17 smithi082 ceph-mon[180771]: pgmap v3914: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:20.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:50:19 smithi055 ceph-mon[185614]: pgmap v3915: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:20.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:50:19 smithi055 ceph-mon[183057]: pgmap v3915: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:20.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:50:19 smithi082 ceph-mon[180771]: pgmap v3915: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:22.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:50:21 smithi055 ceph-mon[185614]: pgmap v3916: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:22.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:50:21 smithi055 ceph-mon[183057]: pgmap v3916: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:22.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:50:21 smithi082 ceph-mon[180771]: pgmap v3916: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:23.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:50:23 smithi055 ceph-mon[185614]: pgmap v3917: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:23.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:50:23 smithi055 ceph-mon[183057]: pgmap v3917: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:23.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:50:23 smithi082 ceph-mon[180771]: pgmap v3917: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:24.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:50:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:50:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:50:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:50:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:50:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:50:25.439 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:50:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:50:25] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:50:25.439 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:50:25 smithi055 ceph-mon[183057]: pgmap v3918: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:25.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:50:25 smithi055 ceph-mon[185614]: pgmap v3918: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:25.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:50:25 smithi082 ceph-mon[180771]: pgmap v3918: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:26.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:50:26 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:50:26.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:50:26 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:50:26.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:50:26 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:50:27.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:50:27 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:50:27.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:50:27 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:50:27.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:50:27 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:50:27.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:50:27 smithi055 ceph-mon[185614]: pgmap v3919: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:27.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:50:27 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:50:27.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:50:27 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:50:27.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:50:27 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:50:27.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:50:27 smithi055 ceph-mon[183057]: pgmap v3919: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:27.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:50:27 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:50:27.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:50:27 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:50:27.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:50:27 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:50:27.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:50:27 smithi082 ceph-mon[180771]: pgmap v3919: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:30.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:50:29 smithi055 ceph-mon[185614]: pgmap v3920: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:30.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:50:29 smithi055 ceph-mon[183057]: pgmap v3920: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:30.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:50:29 smithi082 ceph-mon[180771]: pgmap v3920: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:32.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:50:31 smithi055 ceph-mon[185614]: pgmap v3921: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:32.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:50:31 smithi055 ceph-mon[183057]: pgmap v3921: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:32.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:50:31 smithi082 ceph-mon[180771]: pgmap v3921: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:33.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:50:33 smithi055 ceph-mon[185614]: pgmap v3922: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:33.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:50:33 smithi055 ceph-mon[183057]: pgmap v3922: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:33.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:50:33 smithi082 ceph-mon[180771]: pgmap v3922: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:50:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:50:35] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:50:36.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:50:35 smithi055 ceph-mon[185614]: pgmap v3923: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:36.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:50:35 smithi055 ceph-mon[183057]: pgmap v3923: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:36.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:50:35 smithi082 ceph-mon[180771]: pgmap v3923: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:38.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:50:37 smithi055 ceph-mon[183057]: pgmap v3924: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:38.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:50:37 smithi055 ceph-mon[185614]: pgmap v3924: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:38.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:50:37 smithi082 ceph-mon[180771]: pgmap v3924: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:40.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:50:39 smithi055 ceph-mon[183057]: pgmap v3925: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:40.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:50:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:50:40.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:50:39 smithi055 ceph-mon[185614]: pgmap v3925: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:40.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:50:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:50:40.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:50:39 smithi082 ceph-mon[180771]: pgmap v3925: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:40.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:50:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:50:42.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:50:41 smithi055 ceph-mon[183057]: pgmap v3926: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:42.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:50:41 smithi055 ceph-mon[185614]: pgmap v3926: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:42.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:50:41 smithi082 ceph-mon[180771]: pgmap v3926: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:43.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:50:43 smithi055 ceph-mon[183057]: pgmap v3927: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:43.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:50:43 smithi055 ceph-mon[185614]: pgmap v3927: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:43.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:50:43 smithi082 ceph-mon[180771]: pgmap v3927: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:50:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:50:45] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:50:46.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:50:45 smithi055 ceph-mon[185614]: pgmap v3928: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:46.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:50:45 smithi055 ceph-mon[183057]: pgmap v3928: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:46.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:50:45 smithi082 ceph-mon[180771]: pgmap v3928: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:48.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:50:47 smithi055 ceph-mon[185614]: pgmap v3929: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:48.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:50:47 smithi055 ceph-mon[183057]: pgmap v3929: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:48.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:50:47 smithi082 ceph-mon[180771]: pgmap v3929: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:50.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:50:49 smithi055 ceph-mon[185614]: pgmap v3930: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:50.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:50:49 smithi055 ceph-mon[183057]: pgmap v3930: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:50.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:50:49 smithi082 ceph-mon[180771]: pgmap v3930: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:52.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:50:51 smithi055 ceph-mon[185614]: pgmap v3931: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:52.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:50:51 smithi055 ceph-mon[183057]: pgmap v3931: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:52.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:50:51 smithi082 ceph-mon[180771]: pgmap v3931: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:53.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:50:53 smithi055 ceph-mon[185614]: pgmap v3932: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:53.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:50:53 smithi055 ceph-mon[183057]: pgmap v3932: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:53.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:50:53 smithi082 ceph-mon[180771]: pgmap v3932: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:54.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:50:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:50:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:50:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:50:54.879 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:50:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:50:55.451 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:50:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:50:55] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T01:50:55.452 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:50:55 smithi055 ceph-mon[183057]: pgmap v3933: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:55.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:50:55 smithi055 ceph-mon[185614]: pgmap v3933: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:55.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:50:55 smithi082 ceph-mon[180771]: pgmap v3933: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:58.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:50:57 smithi055 ceph-mon[185614]: pgmap v3934: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:58.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:50:57 smithi055 ceph-mon[183057]: pgmap v3934: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:50:58.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:50:57 smithi082 ceph-mon[180771]: pgmap v3934: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:00.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:50:59 smithi055 ceph-mon[185614]: pgmap v3935: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:00.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:50:59 smithi055 ceph-mon[183057]: pgmap v3935: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:00.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:50:59 smithi082 ceph-mon[180771]: pgmap v3935: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:02.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:51:01 smithi055 ceph-mon[185614]: pgmap v3936: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:02.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:51:01 smithi055 ceph-mon[183057]: pgmap v3936: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:02.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:51:01 smithi082 ceph-mon[180771]: pgmap v3936: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:03.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:51:03 smithi055 ceph-mon[185614]: pgmap v3937: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:03.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:51:03 smithi055 ceph-mon[183057]: pgmap v3937: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:03.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:51:03 smithi082 ceph-mon[180771]: pgmap v3937: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:05.518 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:51:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:51:05] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T01:51:06.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:51:05 smithi055 ceph-mon[185614]: pgmap v3938: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:06.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:51:05 smithi055 ceph-mon[183057]: pgmap v3938: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:06.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:51:05 smithi082 ceph-mon[180771]: pgmap v3938: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:08.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:51:07 smithi055 ceph-mon[185614]: pgmap v3939: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:08.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:51:07 smithi055 ceph-mon[183057]: pgmap v3939: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:08.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:51:07 smithi082 ceph-mon[180771]: pgmap v3939: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:10.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:51:09 smithi055 ceph-mon[185614]: pgmap v3940: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:10.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:51:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:51:10.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:51:09 smithi055 ceph-mon[183057]: pgmap v3940: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:10.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:51:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:51:10.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:51:09 smithi082 ceph-mon[180771]: pgmap v3940: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:10.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:51:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:51:12.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:51:11 smithi055 ceph-mon[185614]: pgmap v3941: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:12.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:51:11 smithi055 ceph-mon[183057]: pgmap v3941: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:12.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:51:11 smithi082 ceph-mon[180771]: pgmap v3941: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:13.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:51:13 smithi055 ceph-mon[185614]: pgmap v3942: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:13.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:51:13 smithi055 ceph-mon[183057]: pgmap v3942: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:13.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:51:13 smithi082 ceph-mon[180771]: pgmap v3942: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:51:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:51:15] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:51:16.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:51:15 smithi055 ceph-mon[185614]: pgmap v3943: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:16.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:51:15 smithi055 ceph-mon[183057]: pgmap v3943: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:16.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:51:15 smithi082 ceph-mon[180771]: pgmap v3943: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:18.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:51:17 smithi055 ceph-mon[185614]: pgmap v3944: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:18.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:51:17 smithi055 ceph-mon[183057]: pgmap v3944: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:18.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:51:17 smithi082 ceph-mon[180771]: pgmap v3944: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:20.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:51:19 smithi055 ceph-mon[185614]: pgmap v3945: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:20.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:51:19 smithi055 ceph-mon[183057]: pgmap v3945: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:20.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:51:19 smithi082 ceph-mon[180771]: pgmap v3945: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:22.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:51:21 smithi055 ceph-mon[185614]: pgmap v3946: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:22.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:51:21 smithi055 ceph-mon[183057]: pgmap v3946: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:22.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:51:21 smithi082 ceph-mon[180771]: pgmap v3946: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:23.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:51:23 smithi055 ceph-mon[185614]: pgmap v3947: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:23.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:51:23 smithi055 ceph-mon[183057]: pgmap v3947: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:23.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:51:23 smithi082 ceph-mon[180771]: pgmap v3947: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:24.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:51:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:51:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:51:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:51:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:51:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:51:25.460 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:51:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:51:25] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T01:51:25.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:51:25 smithi055 ceph-mon[185614]: pgmap v3948: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:25.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:51:25 smithi055 ceph-mon[183057]: pgmap v3948: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:25.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:51:25 smithi082 ceph-mon[180771]: pgmap v3948: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:27.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:51:26 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:51:27.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:51:26 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:51:27.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:51:26 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:51:27.693 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:51:27 smithi055 ceph-mon[183057]: pgmap v3949: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:28.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:51:27 smithi055 ceph-mon[185614]: pgmap v3949: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:28.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:51:27 smithi082 ceph-mon[180771]: pgmap v3949: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:30.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:51:29 smithi055 ceph-mon[185614]: pgmap v3950: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:30.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:51:29 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:51:30.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:51:29 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:51:30.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:51:29 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:51:30.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:51:29 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:51:30.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:51:29 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:51:30.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:51:29 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:51:30.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:51:29 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:51:30.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:51:29 smithi055 ceph-mon[183057]: pgmap v3950: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:30.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:51:29 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:51:30.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:51:29 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:51:30.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:51:29 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:51:30.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:51:29 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:51:30.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:51:29 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:51:30.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:51:29 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:51:30.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:51:29 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:51:30.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:51:29 smithi082 ceph-mon[180771]: pgmap v3950: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:30.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:51:29 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:51:30.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:51:29 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:51:30.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:51:29 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:51:30.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:51:29 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:51:30.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:51:29 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:51:30.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:51:29 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:51:30.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:51:29 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:51:31.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:51:30 smithi082 ceph-mon[180771]: pgmap v3951: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:31.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:51:30 smithi055 ceph-mon[185614]: pgmap v3951: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:31.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:51:30 smithi055 ceph-mon[183057]: pgmap v3951: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:33.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:51:33 smithi055 ceph-mon[185614]: pgmap v3952: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:33.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:51:33 smithi055 ceph-mon[183057]: pgmap v3952: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:33.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:51:33 smithi082 ceph-mon[180771]: pgmap v3952: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:51:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:51:35] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T01:51:36.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:51:35 smithi055 ceph-mon[185614]: pgmap v3953: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:36.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:51:35 smithi055 ceph-mon[183057]: pgmap v3953: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:36.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:51:35 smithi082 ceph-mon[180771]: pgmap v3953: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:38.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:51:37 smithi055 ceph-mon[185614]: pgmap v3954: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:38.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:51:37 smithi055 ceph-mon[183057]: pgmap v3954: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:38.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:51:37 smithi082 ceph-mon[180771]: pgmap v3954: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:40.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:51:39 smithi055 ceph-mon[185614]: pgmap v3955: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:40.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:51:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:51:40.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:51:39 smithi055 ceph-mon[183057]: pgmap v3955: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:40.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:51:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:51:40.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:51:39 smithi082 ceph-mon[180771]: pgmap v3955: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:40.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:51:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:51:42.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:51:41 smithi055 ceph-mon[185614]: pgmap v3956: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:42.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:51:41 smithi055 ceph-mon[183057]: pgmap v3956: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:42.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:51:41 smithi082 ceph-mon[180771]: pgmap v3956: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:43.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:51:43 smithi055 ceph-mon[185614]: pgmap v3957: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:43.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:51:43 smithi055 ceph-mon[183057]: pgmap v3957: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:43.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:51:43 smithi082 ceph-mon[180771]: pgmap v3957: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:51:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:51:45] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T01:51:46.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:51:45 smithi055 ceph-mon[185614]: pgmap v3958: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:46.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:51:45 smithi055 ceph-mon[183057]: pgmap v3958: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:46.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:51:45 smithi082 ceph-mon[180771]: pgmap v3958: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:48.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:51:47 smithi055 ceph-mon[183057]: pgmap v3959: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:48.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:51:47 smithi055 ceph-mon[185614]: pgmap v3959: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:48.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:51:47 smithi082 ceph-mon[180771]: pgmap v3959: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:50.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:51:49 smithi055 ceph-mon[185614]: pgmap v3960: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:50.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:51:49 smithi055 ceph-mon[183057]: pgmap v3960: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:50.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:51:49 smithi082 ceph-mon[180771]: pgmap v3960: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:52.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:51:51 smithi055 ceph-mon[185614]: pgmap v3961: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:52.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:51:51 smithi055 ceph-mon[183057]: pgmap v3961: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:52.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:51:51 smithi082 ceph-mon[180771]: pgmap v3961: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:53.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:51:53 smithi055 ceph-mon[185614]: pgmap v3962: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:53.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:51:53 smithi055 ceph-mon[183057]: pgmap v3962: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:53.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:51:53 smithi082 ceph-mon[180771]: pgmap v3962: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:54.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:51:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:51:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:51:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:51:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:51:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:51:55.451 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:51:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:51:55] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T01:51:55.451 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:51:55 smithi055 ceph-mon[183057]: pgmap v3963: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:55.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:51:55 smithi055 ceph-mon[185614]: pgmap v3963: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:55.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:51:55 smithi082 ceph-mon[180771]: pgmap v3963: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:58.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:51:57 smithi055 ceph-mon[185614]: pgmap v3964: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:58.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:51:57 smithi055 ceph-mon[183057]: pgmap v3964: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:51:58.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:51:57 smithi082 ceph-mon[180771]: pgmap v3964: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:00.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:51:59 smithi055 ceph-mon[185614]: pgmap v3965: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:00.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:51:59 smithi055 ceph-mon[183057]: pgmap v3965: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:00.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:51:59 smithi082 ceph-mon[180771]: pgmap v3965: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:02.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:52:01 smithi055 ceph-mon[185614]: pgmap v3966: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:02.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:52:01 smithi055 ceph-mon[183057]: pgmap v3966: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:02.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:52:01 smithi082 ceph-mon[180771]: pgmap v3966: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:03.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:52:03 smithi055 ceph-mon[185614]: pgmap v3967: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:03.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:52:03 smithi055 ceph-mon[183057]: pgmap v3967: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:03.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:52:03 smithi082 ceph-mon[180771]: pgmap v3967: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:52:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:52:05] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T01:52:06.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:52:05 smithi055 ceph-mon[185614]: pgmap v3968: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:06.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:52:05 smithi055 ceph-mon[183057]: pgmap v3968: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:06.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:52:05 smithi082 ceph-mon[180771]: pgmap v3968: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:08.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:52:07 smithi055 ceph-mon[185614]: pgmap v3969: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:08.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:52:07 smithi055 ceph-mon[183057]: pgmap v3969: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:08.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:52:07 smithi082 ceph-mon[180771]: pgmap v3969: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:10.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:52:09 smithi055 ceph-mon[185614]: pgmap v3970: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:10.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:52:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:52:10.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:52:09 smithi055 ceph-mon[183057]: pgmap v3970: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:10.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:52:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:52:10.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:52:09 smithi082 ceph-mon[180771]: pgmap v3970: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:10.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:52:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:52:12.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:52:11 smithi055 ceph-mon[185614]: pgmap v3971: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:12.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:52:11 smithi055 ceph-mon[183057]: pgmap v3971: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:12.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:52:11 smithi082 ceph-mon[180771]: pgmap v3971: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:13.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:52:13 smithi055 ceph-mon[185614]: pgmap v3972: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:13.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:52:13 smithi055 ceph-mon[183057]: pgmap v3972: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:13.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:52:13 smithi082 ceph-mon[180771]: pgmap v3972: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:52:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:52:15] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T01:52:16.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:52:15 smithi055 ceph-mon[185614]: pgmap v3973: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:16.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:52:15 smithi055 ceph-mon[183057]: pgmap v3973: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:16.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:52:15 smithi082 ceph-mon[180771]: pgmap v3973: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:18.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:52:17 smithi055 ceph-mon[185614]: pgmap v3974: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:18.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:52:17 smithi055 ceph-mon[183057]: pgmap v3974: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:18.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:52:17 smithi082 ceph-mon[180771]: pgmap v3974: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:20.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:52:19 smithi055 ceph-mon[185614]: pgmap v3975: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:20.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:52:19 smithi055 ceph-mon[183057]: pgmap v3975: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:20.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:52:19 smithi082 ceph-mon[180771]: pgmap v3975: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:22.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:52:21 smithi055 ceph-mon[185614]: pgmap v3976: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:22.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:52:21 smithi055 ceph-mon[183057]: pgmap v3976: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:22.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:52:21 smithi082 ceph-mon[180771]: pgmap v3976: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:23.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:52:23 smithi055 ceph-mon[185614]: pgmap v3977: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:23.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:52:23 smithi055 ceph-mon[183057]: pgmap v3977: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:23.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:52:23 smithi082 ceph-mon[180771]: pgmap v3977: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:52:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:52:24.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:52:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:52:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:52:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:52:25.485 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:52:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:52:25] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:52:25.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:52:25 smithi055 ceph-mon[185614]: pgmap v3978: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:25.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:52:25 smithi055 ceph-mon[183057]: pgmap v3978: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:25.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:52:25 smithi082 ceph-mon[180771]: pgmap v3978: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:28.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:52:27 smithi055 ceph-mon[185614]: pgmap v3979: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:28.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:52:27 smithi055 ceph-mon[183057]: pgmap v3979: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:28.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:52:27 smithi082 ceph-mon[180771]: pgmap v3979: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:30.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:52:29 smithi055 ceph-mon[185614]: pgmap v3980: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:30.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:52:29 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:52:30.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:52:29 smithi055 ceph-mon[183057]: pgmap v3980: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:30.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:52:29 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:52:30.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:52:29 smithi082 ceph-mon[180771]: pgmap v3980: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:30.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:52:29 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:52:31.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:52:30 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:52:31.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:52:30 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:52:31.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:52:30 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:52:31.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:52:30 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:52:31.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:52:30 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:52:31.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:52:30 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:52:31.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:52:30 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:52:31.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:52:30 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:52:31.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:52:30 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:52:32.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:52:31 smithi055 ceph-mon[185614]: pgmap v3981: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:32.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:52:31 smithi055 ceph-mon[183057]: pgmap v3981: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:32.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:52:31 smithi082 ceph-mon[180771]: pgmap v3981: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:33.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:52:33 smithi055 ceph-mon[185614]: pgmap v3982: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:33.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:52:33 smithi055 ceph-mon[183057]: pgmap v3982: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:33.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:52:33 smithi082 ceph-mon[180771]: pgmap v3982: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:52:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:52:35] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:52:36.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:52:35 smithi055 ceph-mon[185614]: pgmap v3983: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:36.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:52:35 smithi055 ceph-mon[183057]: pgmap v3983: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:36.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:52:35 smithi082 ceph-mon[180771]: pgmap v3983: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:38.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:52:37 smithi055 ceph-mon[185614]: pgmap v3984: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:38.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:52:37 smithi055 ceph-mon[183057]: pgmap v3984: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:38.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:52:37 smithi082 ceph-mon[180771]: pgmap v3984: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:40.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:52:39 smithi055 ceph-mon[185614]: pgmap v3985: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:40.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:52:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:52:40.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:52:39 smithi055 ceph-mon[183057]: pgmap v3985: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:40.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:52:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:52:40.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:52:39 smithi082 ceph-mon[180771]: pgmap v3985: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:40.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:52:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:52:42.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:52:41 smithi055 ceph-mon[185614]: pgmap v3986: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:42.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:52:41 smithi055 ceph-mon[183057]: pgmap v3986: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:42.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:52:41 smithi082 ceph-mon[180771]: pgmap v3986: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:43.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:52:43 smithi055 ceph-mon[185614]: pgmap v3987: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:43.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:52:43 smithi055 ceph-mon[183057]: pgmap v3987: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:43.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:52:43 smithi082 ceph-mon[180771]: pgmap v3987: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:52:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:52:45] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T01:52:46.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:52:45 smithi055 ceph-mon[185614]: pgmap v3988: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:46.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:52:45 smithi055 ceph-mon[183057]: pgmap v3988: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:46.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:52:45 smithi082 ceph-mon[180771]: pgmap v3988: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:48.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:52:47 smithi055 ceph-mon[185614]: pgmap v3989: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:48.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:52:47 smithi055 ceph-mon[183057]: pgmap v3989: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:48.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:52:47 smithi082 ceph-mon[180771]: pgmap v3989: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:50.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:52:49 smithi055 ceph-mon[185614]: pgmap v3990: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:50.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:52:49 smithi055 ceph-mon[183057]: pgmap v3990: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:50.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:52:49 smithi082 ceph-mon[180771]: pgmap v3990: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:52.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:52:51 smithi055 ceph-mon[185614]: pgmap v3991: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:52.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:52:51 smithi055 ceph-mon[183057]: pgmap v3991: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:52.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:52:51 smithi082 ceph-mon[180771]: pgmap v3991: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:53.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:52:53 smithi055 ceph-mon[183057]: pgmap v3992: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:53.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:52:53 smithi055 ceph-mon[185614]: pgmap v3992: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:53.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:52:53 smithi082 ceph-mon[180771]: pgmap v3992: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:54.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:52:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:52:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:52:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:52:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:52:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:52:55.473 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:52:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:52:55] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T01:52:55.474 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:52:55 smithi055 ceph-mon[183057]: pgmap v3993: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:55.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:52:55 smithi055 ceph-mon[185614]: pgmap v3993: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:55.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:52:55 smithi082 ceph-mon[180771]: pgmap v3993: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:58.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:52:57 smithi055 ceph-mon[185614]: pgmap v3994: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:58.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:52:57 smithi055 ceph-mon[183057]: pgmap v3994: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:52:58.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:52:57 smithi082 ceph-mon[180771]: pgmap v3994: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:00.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:52:59 smithi055 ceph-mon[185614]: pgmap v3995: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:00.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:52:59 smithi055 ceph-mon[183057]: pgmap v3995: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:00.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:52:59 smithi082 ceph-mon[180771]: pgmap v3995: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:02.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:53:01 smithi055 ceph-mon[185614]: pgmap v3996: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:02.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:53:01 smithi055 ceph-mon[183057]: pgmap v3996: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:02.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:53:01 smithi082 ceph-mon[180771]: pgmap v3996: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:03.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:53:03 smithi055 ceph-mon[185614]: pgmap v3997: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:03.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:53:03 smithi055 ceph-mon[183057]: pgmap v3997: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:03.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:53:03 smithi082 ceph-mon[180771]: pgmap v3997: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:53:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:53:05] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T01:53:06.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:53:05 smithi055 ceph-mon[185614]: pgmap v3998: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:06.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:53:05 smithi055 ceph-mon[183057]: pgmap v3998: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:06.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:53:05 smithi082 ceph-mon[180771]: pgmap v3998: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:08.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:53:07 smithi055 ceph-mon[185614]: pgmap v3999: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:08.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:53:07 smithi055 ceph-mon[183057]: pgmap v3999: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:08.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:53:07 smithi082 ceph-mon[180771]: pgmap v3999: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:10.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:53:09 smithi055 ceph-mon[185614]: pgmap v4000: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:10.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:53:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:53:10.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:53:09 smithi055 ceph-mon[183057]: pgmap v4000: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:10.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:53:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:53:10.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:53:09 smithi082 ceph-mon[180771]: pgmap v4000: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:10.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:53:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:53:12.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:53:11 smithi055 ceph-mon[185614]: pgmap v4001: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:12.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:53:11 smithi055 ceph-mon[183057]: pgmap v4001: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:12.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:53:11 smithi082 ceph-mon[180771]: pgmap v4001: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:13.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:53:13 smithi055 ceph-mon[185614]: pgmap v4002: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:13.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:53:13 smithi055 ceph-mon[183057]: pgmap v4002: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:13.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:53:13 smithi082 ceph-mon[180771]: pgmap v4002: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:53:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:53:15] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T01:53:16.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:53:15 smithi055 ceph-mon[185614]: pgmap v4003: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:16.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:53:15 smithi055 ceph-mon[183057]: pgmap v4003: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:16.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:53:15 smithi082 ceph-mon[180771]: pgmap v4003: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:18.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:53:17 smithi055 ceph-mon[185614]: pgmap v4004: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:18.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:53:17 smithi055 ceph-mon[183057]: pgmap v4004: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:18.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:53:17 smithi082 ceph-mon[180771]: pgmap v4004: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:20.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:53:19 smithi055 ceph-mon[185614]: pgmap v4005: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:20.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:53:19 smithi055 ceph-mon[183057]: pgmap v4005: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:20.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:53:19 smithi082 ceph-mon[180771]: pgmap v4005: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:22.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:53:21 smithi055 ceph-mon[185614]: pgmap v4006: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:22.137 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:53:21 smithi055 ceph-mon[183057]: pgmap v4006: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:22.138 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:53:21 smithi082 ceph-mon[180771]: pgmap v4006: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:23.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:53:23 smithi055 ceph-mon[185614]: pgmap v4007: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:23.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:53:23 smithi055 ceph-mon[183057]: pgmap v4007: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:23.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:53:23 smithi082 ceph-mon[180771]: pgmap v4007: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:24.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:53:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:53:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:53:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:53:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:53:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:53:25.487 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:53:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:53:25] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T01:53:25.488 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:53:25 smithi055 ceph-mon[183057]: pgmap v4008: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:25.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:53:25 smithi055 ceph-mon[185614]: pgmap v4008: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:25.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:53:25 smithi082 ceph-mon[180771]: pgmap v4008: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:28.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:53:27 smithi055 ceph-mon[185614]: pgmap v4009: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:28.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:53:27 smithi055 ceph-mon[183057]: pgmap v4009: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:28.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:53:27 smithi082 ceph-mon[180771]: pgmap v4009: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:30.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:53:29 smithi055 ceph-mon[185614]: pgmap v4010: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:30.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:53:29 smithi055 ceph-mon[183057]: pgmap v4010: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:30.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:53:29 smithi082 ceph-mon[180771]: pgmap v4010: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:31.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:53:30 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:53:31.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:53:30 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:53:31.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:53:30 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:53:31.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:53:30 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:53:31.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:53:30 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:53:31.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:53:30 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:53:31.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:53:30 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:53:31.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:53:30 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:53:31.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:53:30 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:53:31.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:53:30 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:53:31.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:53:30 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:53:31.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:53:30 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:53:32.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:53:31 smithi055 ceph-mon[185614]: pgmap v4011: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:32.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:53:31 smithi055 ceph-mon[183057]: pgmap v4011: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:32.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:53:31 smithi082 ceph-mon[180771]: pgmap v4011: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:33.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:53:33 smithi055 ceph-mon[185614]: pgmap v4012: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:33.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:53:33 smithi055 ceph-mon[183057]: pgmap v4012: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:33.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:53:33 smithi082 ceph-mon[180771]: pgmap v4012: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:53:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:53:35] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T01:53:36.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:53:35 smithi055 ceph-mon[185614]: pgmap v4013: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:36.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:53:35 smithi055 ceph-mon[183057]: pgmap v4013: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:36.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:53:35 smithi082 ceph-mon[180771]: pgmap v4013: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:38.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:53:37 smithi055 ceph-mon[185614]: pgmap v4014: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:38.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:53:37 smithi055 ceph-mon[183057]: pgmap v4014: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:38.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:53:37 smithi082 ceph-mon[180771]: pgmap v4014: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:40.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:53:39 smithi055 ceph-mon[185614]: pgmap v4015: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:40.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:53:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:53:40.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:53:39 smithi055 ceph-mon[183057]: pgmap v4015: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:40.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:53:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:53:40.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:53:39 smithi082 ceph-mon[180771]: pgmap v4015: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:40.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:53:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:53:42.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:53:41 smithi055 ceph-mon[183057]: pgmap v4016: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:42.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:53:41 smithi055 ceph-mon[185614]: pgmap v4016: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:42.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:53:41 smithi082 ceph-mon[180771]: pgmap v4016: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:43.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:53:43 smithi055 ceph-mon[183057]: pgmap v4017: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:43.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:53:43 smithi055 ceph-mon[185614]: pgmap v4017: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:43.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:53:43 smithi082 ceph-mon[180771]: pgmap v4017: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:53:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:53:45] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T01:53:46.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:53:45 smithi055 ceph-mon[185614]: pgmap v4018: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:46.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:53:45 smithi055 ceph-mon[183057]: pgmap v4018: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:46.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:53:45 smithi082 ceph-mon[180771]: pgmap v4018: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:48.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:53:47 smithi055 ceph-mon[185614]: pgmap v4019: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:48.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:53:47 smithi055 ceph-mon[183057]: pgmap v4019: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:48.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:53:47 smithi082 ceph-mon[180771]: pgmap v4019: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:50.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:53:49 smithi055 ceph-mon[185614]: pgmap v4020: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:50.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:53:49 smithi055 ceph-mon[183057]: pgmap v4020: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:50.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:53:49 smithi082 ceph-mon[180771]: pgmap v4020: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:52.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:53:51 smithi055 ceph-mon[185614]: pgmap v4021: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:52.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:53:51 smithi055 ceph-mon[183057]: pgmap v4021: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:52.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:53:51 smithi082 ceph-mon[180771]: pgmap v4021: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:53.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:53:53 smithi055 ceph-mon[185614]: pgmap v4022: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:53.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:53:53 smithi055 ceph-mon[183057]: pgmap v4022: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:53.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:53:53 smithi082 ceph-mon[180771]: pgmap v4022: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:54.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:53:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:53:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:53:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:53:54.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:53:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:53:55.477 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:53:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:53:55] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T01:53:55.477 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:53:55 smithi055 ceph-mon[183057]: pgmap v4023: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:55.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:53:55 smithi055 ceph-mon[185614]: pgmap v4023: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:55.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:53:55 smithi082 ceph-mon[180771]: pgmap v4023: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:58.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:53:57 smithi055 ceph-mon[185614]: pgmap v4024: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:58.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:53:57 smithi055 ceph-mon[183057]: pgmap v4024: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:53:58.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:53:57 smithi082 ceph-mon[180771]: pgmap v4024: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:00.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:53:59 smithi055 ceph-mon[185614]: pgmap v4025: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:00.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:53:59 smithi055 ceph-mon[183057]: pgmap v4025: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:00.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:53:59 smithi082 ceph-mon[180771]: pgmap v4025: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:02.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:54:01 smithi055 ceph-mon[185614]: pgmap v4026: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:02.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:54:01 smithi055 ceph-mon[183057]: pgmap v4026: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:02.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:54:01 smithi082 ceph-mon[180771]: pgmap v4026: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:03.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:54:03 smithi055 ceph-mon[185614]: pgmap v4027: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:03.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:54:03 smithi055 ceph-mon[183057]: pgmap v4027: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:03.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:54:03 smithi082 ceph-mon[180771]: pgmap v4027: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:54:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:54:05] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T01:54:06.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:54:05 smithi055 ceph-mon[185614]: pgmap v4028: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:06.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:54:05 smithi055 ceph-mon[183057]: pgmap v4028: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:06.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:54:05 smithi082 ceph-mon[180771]: pgmap v4028: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:08.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:54:07 smithi055 ceph-mon[185614]: pgmap v4029: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:08.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:54:07 smithi055 ceph-mon[183057]: pgmap v4029: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:08.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:54:07 smithi082 ceph-mon[180771]: pgmap v4029: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:10.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:54:09 smithi055 ceph-mon[185614]: pgmap v4030: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:10.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:54:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:54:10.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:54:09 smithi055 ceph-mon[183057]: pgmap v4030: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:10.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:54:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:54:10.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:54:09 smithi082 ceph-mon[180771]: pgmap v4030: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:10.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:54:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:54:12.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:54:11 smithi055 ceph-mon[185614]: pgmap v4031: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:12.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:54:11 smithi055 ceph-mon[183057]: pgmap v4031: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:12.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:54:11 smithi082 ceph-mon[180771]: pgmap v4031: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:13.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:54:13 smithi055 ceph-mon[185614]: pgmap v4032: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:13.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:54:13 smithi055 ceph-mon[183057]: pgmap v4032: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:13.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:54:13 smithi082 ceph-mon[180771]: pgmap v4032: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:54:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:54:15] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:54:16.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:54:15 smithi055 ceph-mon[185614]: pgmap v4033: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:16.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:54:15 smithi055 ceph-mon[183057]: pgmap v4033: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:16.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:54:15 smithi082 ceph-mon[180771]: pgmap v4033: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:18.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:54:17 smithi055 ceph-mon[185614]: pgmap v4034: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:18.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:54:17 smithi055 ceph-mon[183057]: pgmap v4034: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:18.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:54:17 smithi082 ceph-mon[180771]: pgmap v4034: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:20.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:54:19 smithi055 ceph-mon[185614]: pgmap v4035: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:20.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:54:19 smithi055 ceph-mon[183057]: pgmap v4035: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:20.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:54:19 smithi082 ceph-mon[180771]: pgmap v4035: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:22.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:54:21 smithi055 ceph-mon[185614]: pgmap v4036: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:22.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:54:21 smithi055 ceph-mon[183057]: pgmap v4036: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:22.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:54:21 smithi082 ceph-mon[180771]: pgmap v4036: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:23.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:54:23 smithi055 ceph-mon[185614]: pgmap v4037: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:23.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:54:23 smithi055 ceph-mon[183057]: pgmap v4037: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:23.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:54:23 smithi082 ceph-mon[180771]: pgmap v4037: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:24.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:54:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:54:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:54:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:54:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:54:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:54:25.492 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:54:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:54:25] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T01:54:25.492 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:54:25 smithi055 ceph-mon[183057]: pgmap v4038: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:25.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:54:25 smithi055 ceph-mon[185614]: pgmap v4038: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:25.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:54:25 smithi082 ceph-mon[180771]: pgmap v4038: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:28.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:54:27 smithi055 ceph-mon[185614]: pgmap v4039: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:28.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:54:27 smithi055 ceph-mon[183057]: pgmap v4039: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:28.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:54:27 smithi082 ceph-mon[180771]: pgmap v4039: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:30.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:54:29 smithi055 ceph-mon[185614]: pgmap v4040: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:30.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:54:29 smithi055 ceph-mon[183057]: pgmap v4040: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:30.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:54:29 smithi082 ceph-mon[180771]: pgmap v4040: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:32.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:54:31 smithi055 ceph-mon[185614]: pgmap v4041: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:32.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:54:31 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:54:32.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:54:31 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:54:32.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:54:31 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:54:32.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:54:31 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:54:32.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:54:31 smithi055 ceph-mon[183057]: pgmap v4041: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:32.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:54:31 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:54:32.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:54:31 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:54:32.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:54:31 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:54:32.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:54:31 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:54:32.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:54:31 smithi082 ceph-mon[180771]: pgmap v4041: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:32.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:54:31 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:54:32.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:54:31 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:54:32.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:54:31 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:54:32.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:54:31 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:54:33.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:54:33 smithi055 ceph-mon[185614]: pgmap v4042: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:33.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:54:33 smithi055 ceph-mon[183057]: pgmap v4042: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:33.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:54:33 smithi082 ceph-mon[180771]: pgmap v4042: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:54:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:54:35] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T01:54:36.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:54:35 smithi055 ceph-mon[185614]: pgmap v4043: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:36.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:54:35 smithi055 ceph-mon[183057]: pgmap v4043: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:36.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:54:35 smithi082 ceph-mon[180771]: pgmap v4043: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:38.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:54:37 smithi055 ceph-mon[185614]: pgmap v4044: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:38.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:54:37 smithi055 ceph-mon[183057]: pgmap v4044: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:38.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:54:37 smithi082 ceph-mon[180771]: pgmap v4044: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:40.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:54:39 smithi055 ceph-mon[185614]: pgmap v4045: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:40.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:54:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:54:40.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:54:39 smithi055 ceph-mon[183057]: pgmap v4045: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:40.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:54:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:54:40.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:54:39 smithi082 ceph-mon[180771]: pgmap v4045: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:40.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:54:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:54:42.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:54:41 smithi055 ceph-mon[185614]: pgmap v4046: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:42.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:54:41 smithi055 ceph-mon[183057]: pgmap v4046: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:42.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:54:41 smithi082 ceph-mon[180771]: pgmap v4046: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:43.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:54:43 smithi055 ceph-mon[185614]: pgmap v4047: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:43.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:54:43 smithi055 ceph-mon[183057]: pgmap v4047: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:43.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:54:43 smithi082 ceph-mon[180771]: pgmap v4047: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:54:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:54:45] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T01:54:46.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:54:45 smithi055 ceph-mon[185614]: pgmap v4048: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:46.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:54:45 smithi055 ceph-mon[183057]: pgmap v4048: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:46.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:54:45 smithi082 ceph-mon[180771]: pgmap v4048: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:48.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:54:47 smithi055 ceph-mon[185614]: pgmap v4049: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:48.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:54:47 smithi055 ceph-mon[183057]: pgmap v4049: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:48.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:54:47 smithi082 ceph-mon[180771]: pgmap v4049: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:50.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:54:49 smithi055 ceph-mon[185614]: pgmap v4050: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:50.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:54:49 smithi055 ceph-mon[183057]: pgmap v4050: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:50.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:54:49 smithi082 ceph-mon[180771]: pgmap v4050: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:52.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:54:51 smithi055 ceph-mon[185614]: pgmap v4051: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:52.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:54:51 smithi055 ceph-mon[183057]: pgmap v4051: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:52.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:54:51 smithi082 ceph-mon[180771]: pgmap v4051: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:53.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:54:53 smithi055 ceph-mon[185614]: pgmap v4052: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:53.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:54:53 smithi055 ceph-mon[183057]: pgmap v4052: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:53.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:54:53 smithi082 ceph-mon[180771]: pgmap v4052: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:54.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:54:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:54:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:54:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:54:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:54:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:54:55.495 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:54:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:54:55] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:54:55.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:54:55 smithi055 ceph-mon[185614]: pgmap v4053: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:55.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:54:55 smithi055 ceph-mon[183057]: pgmap v4053: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:55.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:54:55 smithi082 ceph-mon[180771]: pgmap v4053: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:58.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:54:57 smithi055 ceph-mon[185614]: pgmap v4054: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:58.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:54:57 smithi055 ceph-mon[183057]: pgmap v4054: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:54:58.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:54:57 smithi082 ceph-mon[180771]: pgmap v4054: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:00.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:54:59 smithi055 ceph-mon[185614]: pgmap v4055: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:00.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:54:59 smithi055 ceph-mon[183057]: pgmap v4055: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:00.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:54:59 smithi082 ceph-mon[180771]: pgmap v4055: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:02.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:55:01 smithi055 ceph-mon[185614]: pgmap v4056: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:02.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:55:01 smithi055 ceph-mon[183057]: pgmap v4056: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:02.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:55:01 smithi082 ceph-mon[180771]: pgmap v4056: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:03.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:55:03 smithi055 ceph-mon[185614]: pgmap v4057: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:03.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:55:03 smithi055 ceph-mon[183057]: pgmap v4057: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:03.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:55:03 smithi082 ceph-mon[180771]: pgmap v4057: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:55:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:55:05] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:55:06.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:55:05 smithi055 ceph-mon[185614]: pgmap v4058: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:06.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:55:05 smithi055 ceph-mon[183057]: pgmap v4058: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:06.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:55:05 smithi082 ceph-mon[180771]: pgmap v4058: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:08.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:55:07 smithi055 ceph-mon[185614]: pgmap v4059: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:08.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:55:07 smithi055 ceph-mon[183057]: pgmap v4059: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:08.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:55:07 smithi082 ceph-mon[180771]: pgmap v4059: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:10.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:55:09 smithi055 ceph-mon[185614]: pgmap v4060: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:10.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:55:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:55:10.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:55:09 smithi055 ceph-mon[183057]: pgmap v4060: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:10.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:55:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:55:10.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:55:09 smithi082 ceph-mon[180771]: pgmap v4060: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:10.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:55:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:55:12.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:55:11 smithi055 ceph-mon[185614]: pgmap v4061: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:12.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:55:11 smithi055 ceph-mon[183057]: pgmap v4061: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:12.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:55:11 smithi082 ceph-mon[180771]: pgmap v4061: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:13.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:55:13 smithi055 ceph-mon[185614]: pgmap v4062: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:13.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:55:13 smithi055 ceph-mon[183057]: pgmap v4062: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:13.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:55:13 smithi082 ceph-mon[180771]: pgmap v4062: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:55:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:55:15] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T01:55:16.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:55:15 smithi055 ceph-mon[185614]: pgmap v4063: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:16.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:55:15 smithi055 ceph-mon[183057]: pgmap v4063: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:16.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:55:15 smithi082 ceph-mon[180771]: pgmap v4063: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:18.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:55:17 smithi055 ceph-mon[185614]: pgmap v4064: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:18.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:55:17 smithi055 ceph-mon[183057]: pgmap v4064: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:18.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:55:17 smithi082 ceph-mon[180771]: pgmap v4064: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:20.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:55:19 smithi055 ceph-mon[185614]: pgmap v4065: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:20.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:55:19 smithi055 ceph-mon[183057]: pgmap v4065: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:20.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:55:19 smithi082 ceph-mon[180771]: pgmap v4065: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:22.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:55:21 smithi055 ceph-mon[185614]: pgmap v4066: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:22.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:55:21 smithi055 ceph-mon[183057]: pgmap v4066: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:22.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:55:21 smithi082 ceph-mon[180771]: pgmap v4066: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:23.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:55:23 smithi055 ceph-mon[185614]: pgmap v4067: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:23.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:55:23 smithi055 ceph-mon[183057]: pgmap v4067: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:23.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:55:23 smithi082 ceph-mon[180771]: pgmap v4067: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:24.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:55:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:55:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:55:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:55:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:55:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:55:25.503 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:55:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:55:25] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:55:25.503 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:55:25 smithi055 ceph-mon[183057]: pgmap v4068: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:25.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:55:25 smithi055 ceph-mon[185614]: pgmap v4068: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:25.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:55:25 smithi082 ceph-mon[180771]: pgmap v4068: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:28.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:55:27 smithi055 ceph-mon[185614]: pgmap v4069: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:28.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:55:27 smithi055 ceph-mon[183057]: pgmap v4069: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:28.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:55:27 smithi082 ceph-mon[180771]: pgmap v4069: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:30.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:55:29 smithi055 ceph-mon[185614]: pgmap v4070: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:30.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:55:29 smithi055 ceph-mon[183057]: pgmap v4070: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:30.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:55:29 smithi082 ceph-mon[180771]: pgmap v4070: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:32.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:55:31 smithi055 ceph-mon[185614]: pgmap v4071: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:32.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:55:31 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:55:32.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:55:31 smithi055 ceph-mon[183057]: pgmap v4071: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:32.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:55:31 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:55:32.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:55:31 smithi082 ceph-mon[180771]: pgmap v4071: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:32.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:55:31 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:55:33.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:55:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:55:33.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:55:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:55:33.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:55:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:55:33.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:55:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:55:33.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:55:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:55:33.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:55:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:55:33.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:55:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:55:33.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:55:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:55:33.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:55:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:55:34.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:55:33 smithi055 ceph-mon[185614]: pgmap v4072: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:34.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:55:33 smithi055 ceph-mon[183057]: pgmap v4072: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:34.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:55:33 smithi082 ceph-mon[180771]: pgmap v4072: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:55:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:55:35] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:55:36.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:55:35 smithi055 ceph-mon[185614]: pgmap v4073: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:36.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:55:35 smithi055 ceph-mon[183057]: pgmap v4073: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:36.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:55:35 smithi082 ceph-mon[180771]: pgmap v4073: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:38.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:55:37 smithi055 ceph-mon[185614]: pgmap v4074: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:38.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:55:37 smithi055 ceph-mon[183057]: pgmap v4074: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:38.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:55:37 smithi082 ceph-mon[180771]: pgmap v4074: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:40.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:55:39 smithi055 ceph-mon[185614]: pgmap v4075: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:40.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:55:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:55:40.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:55:39 smithi055 ceph-mon[183057]: pgmap v4075: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:40.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:55:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:55:40.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:55:39 smithi082 ceph-mon[180771]: pgmap v4075: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:40.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:55:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:55:42.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:55:41 smithi055 ceph-mon[185614]: pgmap v4076: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:42.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:55:41 smithi055 ceph-mon[183057]: pgmap v4076: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:42.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:55:41 smithi082 ceph-mon[180771]: pgmap v4076: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:43.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:55:43 smithi055 ceph-mon[185614]: pgmap v4077: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:43.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:55:43 smithi055 ceph-mon[183057]: pgmap v4077: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:43.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:55:43 smithi082 ceph-mon[180771]: pgmap v4077: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:55:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:55:45] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T01:55:46.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:55:45 smithi055 ceph-mon[185614]: pgmap v4078: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:46.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:55:45 smithi055 ceph-mon[183057]: pgmap v4078: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:46.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:55:45 smithi082 ceph-mon[180771]: pgmap v4078: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:48.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:55:47 smithi055 ceph-mon[185614]: pgmap v4079: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:48.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:55:47 smithi055 ceph-mon[183057]: pgmap v4079: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:48.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:55:47 smithi082 ceph-mon[180771]: pgmap v4079: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:50.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:55:49 smithi055 ceph-mon[183057]: pgmap v4080: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:50.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:55:49 smithi055 ceph-mon[185614]: pgmap v4080: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:50.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:55:49 smithi082 ceph-mon[180771]: pgmap v4080: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:52.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:55:51 smithi055 ceph-mon[185614]: pgmap v4081: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:52.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:55:51 smithi055 ceph-mon[183057]: pgmap v4081: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:52.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:55:51 smithi082 ceph-mon[180771]: pgmap v4081: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:53.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:55:53 smithi055 ceph-mon[185614]: pgmap v4082: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:53.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:55:53 smithi055 ceph-mon[183057]: pgmap v4082: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:53.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:55:53 smithi082 ceph-mon[180771]: pgmap v4082: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:54.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:55:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:55:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:55:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:55:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:55:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:55:55.513 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:55:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:55:55] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:55:55.514 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:55:55 smithi055 ceph-mon[183057]: pgmap v4083: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:55.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:55:55 smithi055 ceph-mon[185614]: pgmap v4083: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:55.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:55:55 smithi082 ceph-mon[180771]: pgmap v4083: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:58.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:55:57 smithi055 ceph-mon[185614]: pgmap v4084: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:58.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:55:57 smithi055 ceph-mon[183057]: pgmap v4084: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:55:58.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:55:57 smithi082 ceph-mon[180771]: pgmap v4084: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:00.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:55:59 smithi055 ceph-mon[185614]: pgmap v4085: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:00.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:55:59 smithi055 ceph-mon[183057]: pgmap v4085: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:00.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:55:59 smithi082 ceph-mon[180771]: pgmap v4085: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:02.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:56:01 smithi055 ceph-mon[185614]: pgmap v4086: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:02.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:56:01 smithi055 ceph-mon[183057]: pgmap v4086: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:02.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:56:01 smithi082 ceph-mon[180771]: pgmap v4086: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:03.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:56:03 smithi055 ceph-mon[185614]: pgmap v4087: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:03.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:56:03 smithi055 ceph-mon[183057]: pgmap v4087: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:03.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:56:03 smithi082 ceph-mon[180771]: pgmap v4087: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:56:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:56:05] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:56:06.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:56:05 smithi055 ceph-mon[185614]: pgmap v4088: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:06.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:56:05 smithi055 ceph-mon[183057]: pgmap v4088: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:06.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:56:05 smithi082 ceph-mon[180771]: pgmap v4088: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:08.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:56:07 smithi055 ceph-mon[185614]: pgmap v4089: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:08.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:56:07 smithi055 ceph-mon[183057]: pgmap v4089: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:08.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:56:07 smithi082 ceph-mon[180771]: pgmap v4089: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:10.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:56:09 smithi055 ceph-mon[185614]: pgmap v4090: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:10.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:56:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:56:10.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:56:09 smithi055 ceph-mon[183057]: pgmap v4090: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:10.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:56:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:56:10.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:56:09 smithi082 ceph-mon[180771]: pgmap v4090: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:10.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:56:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:56:12.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:56:11 smithi055 ceph-mon[185614]: pgmap v4091: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:12.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:56:11 smithi055 ceph-mon[183057]: pgmap v4091: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:12.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:56:11 smithi082 ceph-mon[180771]: pgmap v4091: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:13.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:56:13 smithi055 ceph-mon[185614]: pgmap v4092: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:13.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:56:13 smithi055 ceph-mon[183057]: pgmap v4092: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:13.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:56:13 smithi082 ceph-mon[180771]: pgmap v4092: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:56:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:56:15] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:56:16.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:56:15 smithi055 ceph-mon[185614]: pgmap v4093: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:16.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:56:15 smithi055 ceph-mon[183057]: pgmap v4093: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:16.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:56:15 smithi082 ceph-mon[180771]: pgmap v4093: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:18.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:56:17 smithi055 ceph-mon[185614]: pgmap v4094: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:18.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:56:17 smithi055 ceph-mon[183057]: pgmap v4094: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:18.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:56:17 smithi082 ceph-mon[180771]: pgmap v4094: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:20.019 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:56:19 smithi055 ceph-mon[185614]: pgmap v4095: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:20.020 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:56:19 smithi055 ceph-mon[183057]: pgmap v4095: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:20.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:56:19 smithi082 ceph-mon[180771]: pgmap v4095: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:22.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:56:21 smithi055 ceph-mon[185614]: pgmap v4096: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:22.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:56:21 smithi055 ceph-mon[183057]: pgmap v4096: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:22.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:56:21 smithi082 ceph-mon[180771]: pgmap v4096: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:23.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:56:23 smithi055 ceph-mon[185614]: pgmap v4097: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:23.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:56:23 smithi055 ceph-mon[183057]: pgmap v4097: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:23.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:56:23 smithi082 ceph-mon[180771]: pgmap v4097: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:24.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:56:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:56:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:56:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:56:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:56:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:56:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:56:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:56:25] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:56:25.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:56:25 smithi082 ceph-mon[180771]: pgmap v4098: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:26.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:56:25 smithi055 ceph-mon[185614]: pgmap v4098: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:26.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:56:25 smithi055 ceph-mon[183057]: pgmap v4098: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:28.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:56:27 smithi055 ceph-mon[185614]: pgmap v4099: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:28.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:56:27 smithi055 ceph-mon[183057]: pgmap v4099: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:28.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:56:27 smithi082 ceph-mon[180771]: pgmap v4099: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:30.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:56:29 smithi055 ceph-mon[185614]: pgmap v4100: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:30.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:56:29 smithi055 ceph-mon[183057]: pgmap v4100: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:30.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:56:29 smithi082 ceph-mon[180771]: pgmap v4100: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:32.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:56:31 smithi055 ceph-mon[185614]: pgmap v4101: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:32.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:56:31 smithi055 ceph-mon[183057]: pgmap v4101: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:32.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:56:31 smithi082 ceph-mon[180771]: pgmap v4101: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:33.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:56:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:56:33.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:56:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:56:33.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:56:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:56:33.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:56:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:56:33.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:56:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:56:33.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:56:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:56:33.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:56:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:56:33.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:56:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:56:33.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:56:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:56:33.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:56:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:56:33.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:56:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:56:33.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:56:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:56:34.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:56:33 smithi055 ceph-mon[185614]: pgmap v4102: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:34.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:56:33 smithi055 ceph-mon[183057]: pgmap v4102: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:34.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:56:33 smithi082 ceph-mon[180771]: pgmap v4102: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:56:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:56:35] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:56:36.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:56:35 smithi082 ceph-mon[180771]: pgmap v4103: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:36.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:56:35 smithi055 ceph-mon[185614]: pgmap v4103: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:36.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:56:35 smithi055 ceph-mon[183057]: pgmap v4103: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:38.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:56:37 smithi082 ceph-mon[180771]: pgmap v4104: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:38.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:56:37 smithi055 ceph-mon[185614]: pgmap v4104: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:38.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:56:37 smithi055 ceph-mon[183057]: pgmap v4104: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:40.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:56:39 smithi082 ceph-mon[180771]: pgmap v4105: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:40.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:56:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:56:40.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:56:39 smithi055 ceph-mon[185614]: pgmap v4105: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:40.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:56:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:56:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:56:39 smithi055 ceph-mon[183057]: pgmap v4105: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:40.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:56:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:56:42.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:56:41 smithi082 ceph-mon[180771]: pgmap v4106: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:42.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:56:41 smithi055 ceph-mon[185614]: pgmap v4106: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:42.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:56:41 smithi055 ceph-mon[183057]: pgmap v4106: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:43.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:56:43 smithi055 ceph-mon[185614]: pgmap v4107: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:43.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:56:43 smithi055 ceph-mon[183057]: pgmap v4107: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:43.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:56:43 smithi082 ceph-mon[180771]: pgmap v4107: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:56:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:56:45] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T01:56:46.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:56:45 smithi055 ceph-mon[185614]: pgmap v4108: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:46.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:56:45 smithi055 ceph-mon[183057]: pgmap v4108: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:46.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:56:45 smithi082 ceph-mon[180771]: pgmap v4108: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:48.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:56:47 smithi055 ceph-mon[185614]: pgmap v4109: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:48.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:56:47 smithi055 ceph-mon[183057]: pgmap v4109: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:48.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:56:47 smithi082 ceph-mon[180771]: pgmap v4109: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:50.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:56:49 smithi055 ceph-mon[185614]: pgmap v4110: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:50.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:56:49 smithi055 ceph-mon[183057]: pgmap v4110: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:50.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:56:49 smithi082 ceph-mon[180771]: pgmap v4110: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:52.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:56:51 smithi055 ceph-mon[185614]: pgmap v4111: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:52.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:56:51 smithi055 ceph-mon[183057]: pgmap v4111: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:52.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:56:51 smithi082 ceph-mon[180771]: pgmap v4111: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:53.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:56:53 smithi055 ceph-mon[185614]: pgmap v4112: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:53.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:56:53 smithi055 ceph-mon[183057]: pgmap v4112: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:53.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:56:53 smithi082 ceph-mon[180771]: pgmap v4112: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:54.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:56:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:56:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:56:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:56:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:56:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:56:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:56:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:56:55] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:56:55.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:56:55 smithi082 ceph-mon[180771]: pgmap v4113: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:56.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:56:55 smithi055 ceph-mon[185614]: pgmap v4113: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:56.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:56:55 smithi055 ceph-mon[183057]: pgmap v4113: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:58.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:56:57 smithi055 ceph-mon[185614]: pgmap v4114: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:58.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:56:57 smithi055 ceph-mon[183057]: pgmap v4114: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:56:58.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:56:57 smithi082 ceph-mon[180771]: pgmap v4114: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:00.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:56:59 smithi055 ceph-mon[185614]: pgmap v4115: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:00.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:56:59 smithi055 ceph-mon[183057]: pgmap v4115: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:00.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:56:59 smithi082 ceph-mon[180771]: pgmap v4115: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:02.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:57:01 smithi055 ceph-mon[185614]: pgmap v4116: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:02.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:57:01 smithi055 ceph-mon[183057]: pgmap v4116: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:02.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:57:01 smithi082 ceph-mon[180771]: pgmap v4116: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:03.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:57:03 smithi055 ceph-mon[185614]: pgmap v4117: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:03.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:57:03 smithi055 ceph-mon[183057]: pgmap v4117: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:03.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:57:03 smithi082 ceph-mon[180771]: pgmap v4117: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:05.518 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:57:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:57:05] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:57:06.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:57:05 smithi055 ceph-mon[185614]: pgmap v4118: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:06.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:57:05 smithi055 ceph-mon[183057]: pgmap v4118: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:06.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:57:05 smithi082 ceph-mon[180771]: pgmap v4118: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:08.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:57:07 smithi055 ceph-mon[185614]: pgmap v4119: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:08.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:57:07 smithi055 ceph-mon[183057]: pgmap v4119: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:08.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:57:07 smithi082 ceph-mon[180771]: pgmap v4119: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:10.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:57:09 smithi055 ceph-mon[185614]: pgmap v4120: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:10.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:57:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:57:10.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:57:09 smithi055 ceph-mon[183057]: pgmap v4120: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:10.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:57:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:57:10.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:57:09 smithi082 ceph-mon[180771]: pgmap v4120: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:10.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:57:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:57:12.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:57:11 smithi082 ceph-mon[180771]: pgmap v4121: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:12.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:57:11 smithi055 ceph-mon[185614]: pgmap v4121: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:12.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:57:11 smithi055 ceph-mon[183057]: pgmap v4121: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:13.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:57:13 smithi082 ceph-mon[180771]: pgmap v4122: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:14.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:57:13 smithi055 ceph-mon[185614]: pgmap v4122: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:14.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:57:13 smithi055 ceph-mon[183057]: pgmap v4122: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:57:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:57:15] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T01:57:16.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:57:15 smithi055 ceph-mon[185614]: pgmap v4123: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:16.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:57:15 smithi055 ceph-mon[183057]: pgmap v4123: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:16.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:57:15 smithi082 ceph-mon[180771]: pgmap v4123: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:18.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:57:17 smithi055 ceph-mon[185614]: pgmap v4124: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:18.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:57:17 smithi055 ceph-mon[183057]: pgmap v4124: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:18.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:57:17 smithi082 ceph-mon[180771]: pgmap v4124: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:20.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:57:19 smithi082 ceph-mon[180771]: pgmap v4125: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:20.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:57:19 smithi055 ceph-mon[185614]: pgmap v4125: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:20.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:57:19 smithi055 ceph-mon[183057]: pgmap v4125: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:22.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:57:21 smithi082 ceph-mon[180771]: pgmap v4126: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:22.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:57:21 smithi055 ceph-mon[185614]: pgmap v4126: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:22.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:57:21 smithi055 ceph-mon[183057]: pgmap v4126: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:23.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:57:23 smithi055 ceph-mon[185614]: pgmap v4127: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:23.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:57:23 smithi055 ceph-mon[183057]: pgmap v4127: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:23.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:57:23 smithi082 ceph-mon[180771]: pgmap v4127: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:57:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:57:25.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:57:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:57:25.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:57:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:57:25.518 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:57:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:57:25] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T01:57:25.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:57:25 smithi082 ceph-mon[180771]: pgmap v4128: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:26.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:57:25 smithi055 ceph-mon[185614]: pgmap v4128: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:26.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:57:25 smithi055 ceph-mon[183057]: pgmap v4128: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:28.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:57:27 smithi055 ceph-mon[185614]: pgmap v4129: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:28.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:57:27 smithi055 ceph-mon[183057]: pgmap v4129: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:28.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:57:27 smithi082 ceph-mon[180771]: pgmap v4129: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:30.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:57:29 smithi055 ceph-mon[185614]: pgmap v4130: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:30.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:57:29 smithi055 ceph-mon[183057]: pgmap v4130: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:30.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:57:29 smithi082 ceph-mon[180771]: pgmap v4130: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:32.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:57:31 smithi055 ceph-mon[185614]: pgmap v4131: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:32.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:57:31 smithi055 ceph-mon[183057]: pgmap v4131: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:32.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:57:31 smithi082 ceph-mon[180771]: pgmap v4131: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:33.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:57:33 smithi082 ceph-mon[180771]: pgmap v4132: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:33.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:57:33 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:57:33.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:57:33 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:57:33.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:57:33 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:57:33.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:57:33 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:57:34.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:57:33 smithi055 ceph-mon[185614]: pgmap v4132: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:34.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:57:33 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:57:34.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:57:33 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:57:34.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:57:33 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:57:34.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:57:33 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:57:34.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:57:33 smithi055 ceph-mon[183057]: pgmap v4132: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:34.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:57:33 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:57:34.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:57:33 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:57:34.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:57:33 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:57:34.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:57:33 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:57:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:57:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:57:35] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T01:57:36.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:57:35 smithi055 ceph-mon[185614]: pgmap v4133: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:36.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:57:35 smithi055 ceph-mon[183057]: pgmap v4133: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:36.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:57:35 smithi082 ceph-mon[180771]: pgmap v4133: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:38.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:57:37 smithi082 ceph-mon[180771]: pgmap v4134: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:38.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:57:37 smithi055 ceph-mon[185614]: pgmap v4134: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:38.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:57:37 smithi055 ceph-mon[183057]: pgmap v4134: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:40.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:57:39 smithi082 ceph-mon[180771]: pgmap v4135: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:40.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:57:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:57:40.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:57:39 smithi055 ceph-mon[185614]: pgmap v4135: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:40.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:57:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:57:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:57:39 smithi055 ceph-mon[183057]: pgmap v4135: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:40.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:57:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:57:42.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:57:41 smithi082 ceph-mon[180771]: pgmap v4136: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:42.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:57:41 smithi055 ceph-mon[185614]: pgmap v4136: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:42.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:57:41 smithi055 ceph-mon[183057]: pgmap v4136: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:43.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:57:43 smithi055 ceph-mon[185614]: pgmap v4137: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:43.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:57:43 smithi055 ceph-mon[183057]: pgmap v4137: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:43.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:57:43 smithi082 ceph-mon[180771]: pgmap v4137: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:57:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:57:45] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T01:57:46.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:57:45 smithi055 ceph-mon[185614]: pgmap v4138: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:46.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:57:45 smithi055 ceph-mon[183057]: pgmap v4138: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:46.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:57:45 smithi082 ceph-mon[180771]: pgmap v4138: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:48.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:57:47 smithi055 ceph-mon[185614]: pgmap v4139: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:48.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:57:47 smithi055 ceph-mon[183057]: pgmap v4139: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:48.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:57:47 smithi082 ceph-mon[180771]: pgmap v4139: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:50.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:57:49 smithi082 ceph-mon[180771]: pgmap v4140: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:50.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:57:49 smithi055 ceph-mon[185614]: pgmap v4140: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:50.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:57:49 smithi055 ceph-mon[183057]: pgmap v4140: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:52.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:57:51 smithi082 ceph-mon[180771]: pgmap v4141: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:52.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:57:51 smithi055 ceph-mon[185614]: pgmap v4141: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:52.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:57:51 smithi055 ceph-mon[183057]: pgmap v4141: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:53.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:57:53 smithi082 ceph-mon[180771]: pgmap v4142: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:54.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:57:53 smithi055 ceph-mon[185614]: pgmap v4142: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:54.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:57:53 smithi055 ceph-mon[183057]: pgmap v4142: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:57:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:57:55.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:57:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:57:55.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:57:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:57:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:57:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:57:55] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:57:55.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:57:55 smithi082 ceph-mon[180771]: pgmap v4143: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:56.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:57:55 smithi055 ceph-mon[185614]: pgmap v4143: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:56.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:57:55 smithi055 ceph-mon[183057]: pgmap v4143: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:58.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:57:57 smithi055 ceph-mon[185614]: pgmap v4144: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:58.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:57:57 smithi055 ceph-mon[183057]: pgmap v4144: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:57:58.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:57:57 smithi082 ceph-mon[180771]: pgmap v4144: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:00.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:57:59 smithi082 ceph-mon[180771]: pgmap v4145: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:00.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:57:59 smithi055 ceph-mon[185614]: pgmap v4145: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:00.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:57:59 smithi055 ceph-mon[183057]: pgmap v4145: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:02.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:58:01 smithi082 ceph-mon[180771]: pgmap v4146: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:02.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:58:01 smithi055 ceph-mon[185614]: pgmap v4146: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:02.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:58:01 smithi055 ceph-mon[183057]: pgmap v4146: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:03.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:58:03 smithi082 ceph-mon[180771]: pgmap v4147: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:04.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:58:03 smithi055 ceph-mon[185614]: pgmap v4147: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:04.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:58:03 smithi055 ceph-mon[183057]: pgmap v4147: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:58:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:58:05] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:58:06.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:58:05 smithi082 ceph-mon[180771]: pgmap v4148: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:06.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:58:05 smithi055 ceph-mon[185614]: pgmap v4148: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:06.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:58:05 smithi055 ceph-mon[183057]: pgmap v4148: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:08.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:58:07 smithi082 ceph-mon[180771]: pgmap v4149: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:08.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:58:07 smithi055 ceph-mon[185614]: pgmap v4149: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:08.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:58:07 smithi055 ceph-mon[183057]: pgmap v4149: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:10.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:58:09 smithi082 ceph-mon[180771]: pgmap v4150: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:10.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:58:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:58:10.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:58:09 smithi055 ceph-mon[185614]: pgmap v4150: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:10.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:58:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:58:10.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:58:09 smithi055 ceph-mon[183057]: pgmap v4150: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:10.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:58:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:58:12.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:58:11 smithi082 ceph-mon[180771]: pgmap v4151: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:12.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:58:11 smithi055 ceph-mon[185614]: pgmap v4151: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:12.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:58:11 smithi055 ceph-mon[183057]: pgmap v4151: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:13.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:58:13 smithi082 ceph-mon[180771]: pgmap v4152: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:14.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:58:13 smithi055 ceph-mon[185614]: pgmap v4152: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:14.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:58:13 smithi055 ceph-mon[183057]: pgmap v4152: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:58:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:58:15] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T01:58:16.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:58:15 smithi082 ceph-mon[180771]: pgmap v4153: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:16.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:58:15 smithi055 ceph-mon[185614]: pgmap v4153: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:16.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:58:15 smithi055 ceph-mon[183057]: pgmap v4153: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:18.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:58:17 smithi082 ceph-mon[180771]: pgmap v4154: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:18.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:58:17 smithi055 ceph-mon[185614]: pgmap v4154: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:18.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:58:17 smithi055 ceph-mon[183057]: pgmap v4154: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:20.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:58:19 smithi082 ceph-mon[180771]: pgmap v4155: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:20.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:58:19 smithi055 ceph-mon[185614]: pgmap v4155: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:20.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:58:19 smithi055 ceph-mon[183057]: pgmap v4155: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:22.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:58:21 smithi082 ceph-mon[180771]: pgmap v4156: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:22.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:58:21 smithi055 ceph-mon[185614]: pgmap v4156: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:22.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:58:21 smithi055 ceph-mon[183057]: pgmap v4156: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:23.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:58:23 smithi082 ceph-mon[180771]: pgmap v4157: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:24.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:58:23 smithi055 ceph-mon[185614]: pgmap v4157: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:24.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:58:23 smithi055 ceph-mon[183057]: pgmap v4157: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:58:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:58:25.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:58:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:58:25.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:58:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:58:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:58:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:58:25] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T01:58:25.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:58:25 smithi082 ceph-mon[180771]: pgmap v4158: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:26.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:58:25 smithi055 ceph-mon[185614]: pgmap v4158: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:26.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:58:25 smithi055 ceph-mon[183057]: pgmap v4158: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:28.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:58:27 smithi082 ceph-mon[180771]: pgmap v4159: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:28.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:58:27 smithi055 ceph-mon[185614]: pgmap v4159: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:28.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:58:27 smithi055 ceph-mon[183057]: pgmap v4159: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:30.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:58:29 smithi082 ceph-mon[180771]: pgmap v4160: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:30.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:58:29 smithi055 ceph-mon[183057]: pgmap v4160: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:30.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:58:29 smithi055 ceph-mon[185614]: pgmap v4160: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:32.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:58:31 smithi082 ceph-mon[180771]: pgmap v4161: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:32.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:58:31 smithi055 ceph-mon[185614]: pgmap v4161: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:32.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:58:31 smithi055 ceph-mon[183057]: pgmap v4161: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:33.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:58:33 smithi082 ceph-mon[180771]: pgmap v4162: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:33.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:58:33 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:58:34.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:58:33 smithi055 ceph-mon[185614]: pgmap v4162: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:34.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:58:33 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:58:34.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:58:33 smithi055 ceph-mon[183057]: pgmap v4162: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:34.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:58:33 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:58:35.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:58:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:58:35] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T01:58:35.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:58:34 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:58:35.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:58:34 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:58:35.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:58:34 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:58:35.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:58:34 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:58:35.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:58:34 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:58:35.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:58:34 smithi055 ceph-mon[185614]: pgmap v4163: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:35.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:58:34 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:58:35.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:58:34 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:58:35.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:58:34 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:58:35.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:58:34 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:58:35.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:58:34 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:58:35.272 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:58:34 smithi055 ceph-mon[183057]: pgmap v4163: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:35.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:58:34 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:58:35.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:58:34 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:58:35.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:58:34 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:58:35.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:58:34 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:58:35.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:58:34 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:58:35.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:58:34 smithi082 ceph-mon[180771]: pgmap v4163: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:38.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:58:37 smithi082 ceph-mon[180771]: pgmap v4164: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:38.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:58:37 smithi055 ceph-mon[183057]: pgmap v4164: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:38.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:58:37 smithi055 ceph-mon[185614]: pgmap v4164: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:40.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:58:39 smithi082 ceph-mon[180771]: pgmap v4165: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:40.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:58:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:58:40.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:58:39 smithi055 ceph-mon[185614]: pgmap v4165: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:40.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:58:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:58:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:58:39 smithi055 ceph-mon[183057]: pgmap v4165: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:40.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:58:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:58:42.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:58:41 smithi082 ceph-mon[180771]: pgmap v4166: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:42.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:58:41 smithi055 ceph-mon[185614]: pgmap v4166: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:42.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:58:41 smithi055 ceph-mon[183057]: pgmap v4166: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:43.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:58:43 smithi082 ceph-mon[180771]: pgmap v4167: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:44.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:58:43 smithi055 ceph-mon[185614]: pgmap v4167: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:44.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:58:43 smithi055 ceph-mon[183057]: pgmap v4167: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:58:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:58:45] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T01:58:46.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:58:45 smithi082 ceph-mon[180771]: pgmap v4168: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:46.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:58:45 smithi055 ceph-mon[185614]: pgmap v4168: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:46.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:58:45 smithi055 ceph-mon[183057]: pgmap v4168: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:48.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:58:47 smithi082 ceph-mon[180771]: pgmap v4169: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:48.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:58:47 smithi055 ceph-mon[185614]: pgmap v4169: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:48.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:58:47 smithi055 ceph-mon[183057]: pgmap v4169: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:50.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:58:49 smithi082 ceph-mon[180771]: pgmap v4170: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:50.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:58:49 smithi055 ceph-mon[185614]: pgmap v4170: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:50.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:58:49 smithi055 ceph-mon[183057]: pgmap v4170: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:52.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:58:51 smithi082 ceph-mon[180771]: pgmap v4171: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:52.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:58:51 smithi055 ceph-mon[185614]: pgmap v4171: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:52.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:58:51 smithi055 ceph-mon[183057]: pgmap v4171: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:53.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:58:53 smithi082 ceph-mon[180771]: pgmap v4172: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:54.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:58:53 smithi055 ceph-mon[185614]: pgmap v4172: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:54.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:58:53 smithi055 ceph-mon[183057]: pgmap v4172: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:58:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:58:55.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:58:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:58:55.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:58:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:58:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:58:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:58:55] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:58:55.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:58:55 smithi082 ceph-mon[180771]: pgmap v4173: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:56.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:58:55 smithi055 ceph-mon[185614]: pgmap v4173: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:56.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:58:55 smithi055 ceph-mon[183057]: pgmap v4173: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:58.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:58:57 smithi082 ceph-mon[180771]: pgmap v4174: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:58.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:58:57 smithi055 ceph-mon[185614]: pgmap v4174: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:58:58.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:58:57 smithi055 ceph-mon[183057]: pgmap v4174: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:00.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:58:59 smithi082 ceph-mon[180771]: pgmap v4175: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:00.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:58:59 smithi055 ceph-mon[185614]: pgmap v4175: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:00.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:58:59 smithi055 ceph-mon[183057]: pgmap v4175: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:02.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:59:01 smithi082 ceph-mon[180771]: pgmap v4176: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:02.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:59:01 smithi055 ceph-mon[185614]: pgmap v4176: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:02.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:59:01 smithi055 ceph-mon[183057]: pgmap v4176: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:03.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:59:03 smithi082 ceph-mon[180771]: pgmap v4177: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:04.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:59:03 smithi055 ceph-mon[185614]: pgmap v4177: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:04.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:59:03 smithi055 ceph-mon[183057]: pgmap v4177: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:59:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:59:05] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:59:06.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:59:05 smithi082 ceph-mon[180771]: pgmap v4178: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:06.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:59:05 smithi055 ceph-mon[185614]: pgmap v4178: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:06.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:59:05 smithi055 ceph-mon[183057]: pgmap v4178: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:08.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:59:07 smithi082 ceph-mon[180771]: pgmap v4179: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:08.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:59:07 smithi055 ceph-mon[185614]: pgmap v4179: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:08.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:59:07 smithi055 ceph-mon[183057]: pgmap v4179: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:10.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:59:09 smithi082 ceph-mon[180771]: pgmap v4180: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:10.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:59:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:59:10.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:59:09 smithi055 ceph-mon[185614]: pgmap v4180: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:10.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:59:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:59:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:59:09 smithi055 ceph-mon[183057]: pgmap v4180: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:10.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:59:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:59:12.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:59:11 smithi082 ceph-mon[180771]: pgmap v4181: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:12.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:59:11 smithi055 ceph-mon[185614]: pgmap v4181: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:12.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:59:11 smithi055 ceph-mon[183057]: pgmap v4181: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:13.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:59:13 smithi082 ceph-mon[180771]: pgmap v4182: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:14.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:59:13 smithi055 ceph-mon[185614]: pgmap v4182: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:14.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:59:13 smithi055 ceph-mon[183057]: pgmap v4182: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:59:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:59:15] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T01:59:16.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:59:15 smithi082 ceph-mon[180771]: pgmap v4183: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:16.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:59:15 smithi055 ceph-mon[183057]: pgmap v4183: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:16.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:59:15 smithi055 ceph-mon[185614]: pgmap v4183: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:18.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:59:17 smithi082 ceph-mon[180771]: pgmap v4184: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:18.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:59:17 smithi055 ceph-mon[183057]: pgmap v4184: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:18.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:59:17 smithi055 ceph-mon[185614]: pgmap v4184: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:20.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:59:19 smithi082 ceph-mon[180771]: pgmap v4185: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:20.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:59:19 smithi055 ceph-mon[185614]: pgmap v4185: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:20.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:59:19 smithi055 ceph-mon[183057]: pgmap v4185: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:22.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:59:21 smithi082 ceph-mon[180771]: pgmap v4186: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:22.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:59:21 smithi055 ceph-mon[185614]: pgmap v4186: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:22.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:59:21 smithi055 ceph-mon[183057]: pgmap v4186: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:23.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:59:23 smithi082 ceph-mon[180771]: pgmap v4187: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:24.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:59:23 smithi055 ceph-mon[185614]: pgmap v4187: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:24.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:59:23 smithi055 ceph-mon[183057]: pgmap v4187: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:59:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:59:25.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:59:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:59:25.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:59:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:59:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:59:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:59:25] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T01:59:25.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:59:25 smithi082 ceph-mon[180771]: pgmap v4188: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:26.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:59:25 smithi055 ceph-mon[185614]: pgmap v4188: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:26.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:59:25 smithi055 ceph-mon[183057]: pgmap v4188: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:27.795 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 01:59:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[225424]: logger=cleanup t=2023-10-14T01:59:27.475339346Z level=info msg="Completed cleanup jobs" duration=12.569842ms 2023-10-14T01:59:28.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:59:27 smithi082 ceph-mon[180771]: pgmap v4189: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:28.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:59:27 smithi055 ceph-mon[185614]: pgmap v4189: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:28.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:59:27 smithi055 ceph-mon[183057]: pgmap v4189: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:30.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:59:29 smithi082 ceph-mon[180771]: pgmap v4190: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:30.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:59:29 smithi055 ceph-mon[185614]: pgmap v4190: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:30.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:59:29 smithi055 ceph-mon[183057]: pgmap v4190: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:32.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:59:31 smithi082 ceph-mon[180771]: pgmap v4191: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:32.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:59:31 smithi055 ceph-mon[185614]: pgmap v4191: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:32.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:59:31 smithi055 ceph-mon[183057]: pgmap v4191: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:33.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:59:33 smithi082 ceph-mon[180771]: pgmap v4192: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:34.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:59:33 smithi055 ceph-mon[185614]: pgmap v4192: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:34.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:59:33 smithi055 ceph-mon[183057]: pgmap v4192: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:35.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:59:34 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:59:35.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:59:34 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:59:35.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:59:34 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T01:59:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:59:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:59:35] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T01:59:36.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:59:35 smithi055 ceph-mon[185614]: pgmap v4193: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:36.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:59:35 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:59:36.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:59:35 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:59:36.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:59:35 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:59:36.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:59:35 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:59:36.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:59:35 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:59:36.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:59:35 smithi055 ceph-mon[183057]: pgmap v4193: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:36.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:59:35 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:59:36.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:59:35 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:59:36.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:59:35 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:59:36.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:59:35 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:59:36.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:59:35 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:59:36.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:59:35 smithi082 ceph-mon[180771]: pgmap v4193: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:36.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:59:35 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:59:36.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:59:35 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:59:36.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:59:35 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T01:59:36.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:59:35 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T01:59:36.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:59:35 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T01:59:38.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:59:37 smithi082 ceph-mon[180771]: pgmap v4194: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:38.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:59:37 smithi055 ceph-mon[185614]: pgmap v4194: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:38.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:59:37 smithi055 ceph-mon[183057]: pgmap v4194: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:40.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:59:39 smithi082 ceph-mon[180771]: pgmap v4195: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:40.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:59:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:59:40.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:59:39 smithi055 ceph-mon[185614]: pgmap v4195: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:40.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:59:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:59:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:59:39 smithi055 ceph-mon[183057]: pgmap v4195: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:40.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:59:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:59:42.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:59:41 smithi082 ceph-mon[180771]: pgmap v4196: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:42.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:59:41 smithi055 ceph-mon[185614]: pgmap v4196: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:42.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:59:41 smithi055 ceph-mon[183057]: pgmap v4196: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:43.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:59:43 smithi082 ceph-mon[180771]: pgmap v4197: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:44.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:59:43 smithi055 ceph-mon[183057]: pgmap v4197: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:44.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:59:43 smithi055 ceph-mon[185614]: pgmap v4197: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:59:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:59:45] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T01:59:46.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:59:45 smithi082 ceph-mon[180771]: pgmap v4198: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:46.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:59:45 smithi055 ceph-mon[185614]: pgmap v4198: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:46.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:59:45 smithi055 ceph-mon[183057]: pgmap v4198: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:48.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:59:47 smithi082 ceph-mon[180771]: pgmap v4199: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:48.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:59:47 smithi055 ceph-mon[185614]: pgmap v4199: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:48.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:59:47 smithi055 ceph-mon[183057]: pgmap v4199: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:50.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:59:49 smithi082 ceph-mon[180771]: pgmap v4200: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:50.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:59:49 smithi055 ceph-mon[185614]: pgmap v4200: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:50.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:59:49 smithi055 ceph-mon[183057]: pgmap v4200: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:52.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:59:51 smithi082 ceph-mon[180771]: pgmap v4201: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:52.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:59:51 smithi055 ceph-mon[185614]: pgmap v4201: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:52.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:59:51 smithi055 ceph-mon[183057]: pgmap v4201: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:53.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:59:53 smithi082 ceph-mon[180771]: pgmap v4202: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:54.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:59:53 smithi055 ceph-mon[185614]: pgmap v4202: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:54.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:59:53 smithi055 ceph-mon[183057]: pgmap v4202: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:59:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:59:55.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:59:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:59:55.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:59:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T01:59:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 01:59:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:01:59:55] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T01:59:55.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:59:55 smithi082 ceph-mon[180771]: pgmap v4203: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:56.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:59:55 smithi055 ceph-mon[185614]: pgmap v4203: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:56.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:59:55 smithi055 ceph-mon[183057]: pgmap v4203: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:58.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:59:57 smithi082 ceph-mon[180771]: pgmap v4204: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:58.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:59:57 smithi055 ceph-mon[185614]: pgmap v4204: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T01:59:58.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:59:57 smithi055 ceph-mon[183057]: pgmap v4204: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:00.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 01:59:59 smithi082 ceph-mon[180771]: pgmap v4205: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:00.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 01:59:59 smithi055 ceph-mon[185614]: pgmap v4205: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:00.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 01:59:59 smithi055 ceph-mon[183057]: pgmap v4205: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:01.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:00:00 smithi082 ceph-mon[180771]: overall HEALTH_OK 2023-10-14T02:00:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:00:00 smithi055 ceph-mon[183057]: overall HEALTH_OK 2023-10-14T02:00:01.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:00:00 smithi055 ceph-mon[185614]: overall HEALTH_OK 2023-10-14T02:00:02.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:00:01 smithi082 ceph-mon[180771]: pgmap v4206: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:02.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:00:01 smithi055 ceph-mon[185614]: pgmap v4206: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:02.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:00:01 smithi055 ceph-mon[183057]: pgmap v4206: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:03.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:00:03 smithi082 ceph-mon[180771]: pgmap v4207: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:04.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:00:03 smithi055 ceph-mon[183057]: pgmap v4207: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:04.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:00:03 smithi055 ceph-mon[185614]: pgmap v4207: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:00:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:00:05] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:00:06.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:00:05 smithi082 ceph-mon[180771]: pgmap v4208: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:06.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:00:05 smithi055 ceph-mon[185614]: pgmap v4208: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:06.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:00:05 smithi055 ceph-mon[183057]: pgmap v4208: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:08.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:00:07 smithi082 ceph-mon[180771]: pgmap v4209: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:08.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:00:07 smithi055 ceph-mon[185614]: pgmap v4209: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:08.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:00:07 smithi055 ceph-mon[183057]: pgmap v4209: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:10.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:00:09 smithi082 ceph-mon[180771]: pgmap v4210: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:10.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:00:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:00:10.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:00:09 smithi055 ceph-mon[185614]: pgmap v4210: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:10.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:00:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:00:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:00:09 smithi055 ceph-mon[183057]: pgmap v4210: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:10.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:00:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:00:11.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:00:10 smithi082 ceph-mon[180771]: pgmap v4211: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:11.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:00:10 smithi055 ceph-mon[185614]: pgmap v4211: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:11.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:00:10 smithi055 ceph-mon[183057]: pgmap v4211: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:13.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:00:13 smithi082 ceph-mon[180771]: pgmap v4212: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:14.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:00:13 smithi055 ceph-mon[183057]: pgmap v4212: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:14.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:00:13 smithi055 ceph-mon[185614]: pgmap v4212: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:00:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:00:15] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:00:16.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:00:15 smithi082 ceph-mon[180771]: pgmap v4213: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:16.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:00:15 smithi055 ceph-mon[185614]: pgmap v4213: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:16.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:00:15 smithi055 ceph-mon[183057]: pgmap v4213: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:18.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:00:17 smithi082 ceph-mon[180771]: pgmap v4214: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:18.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:00:17 smithi055 ceph-mon[185614]: pgmap v4214: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:18.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:00:17 smithi055 ceph-mon[183057]: pgmap v4214: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:20.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:00:19 smithi082 ceph-mon[180771]: pgmap v4215: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:20.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:00:19 smithi055 ceph-mon[185614]: pgmap v4215: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:20.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:00:19 smithi055 ceph-mon[183057]: pgmap v4215: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:22.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:00:21 smithi082 ceph-mon[180771]: pgmap v4216: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:22.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:00:21 smithi055 ceph-mon[185614]: pgmap v4216: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:22.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:00:21 smithi055 ceph-mon[183057]: pgmap v4216: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:23.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:00:23 smithi082 ceph-mon[180771]: pgmap v4217: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:24.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:00:23 smithi055 ceph-mon[185614]: pgmap v4217: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:24.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:00:23 smithi055 ceph-mon[183057]: pgmap v4217: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:00:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:00:25.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:00:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:00:25.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:00:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:00:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:00:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:00:25] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T02:00:25.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:00:25 smithi082 ceph-mon[180771]: pgmap v4218: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:26.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:00:25 smithi055 ceph-mon[185614]: pgmap v4218: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:26.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:00:25 smithi055 ceph-mon[183057]: pgmap v4218: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:28.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:00:27 smithi082 ceph-mon[180771]: pgmap v4219: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:28.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:00:27 smithi055 ceph-mon[185614]: pgmap v4219: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:28.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:00:27 smithi055 ceph-mon[183057]: pgmap v4219: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:30.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:00:29 smithi082 ceph-mon[180771]: pgmap v4220: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:30.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:00:29 smithi055 ceph-mon[183057]: pgmap v4220: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:30.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:00:29 smithi055 ceph-mon[185614]: pgmap v4220: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:32.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:00:31 smithi082 ceph-mon[180771]: pgmap v4221: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:32.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:00:31 smithi055 ceph-mon[185614]: pgmap v4221: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:32.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:00:31 smithi055 ceph-mon[183057]: pgmap v4221: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:33.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:00:33 smithi082 ceph-mon[180771]: pgmap v4222: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:34.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:00:33 smithi055 ceph-mon[185614]: pgmap v4222: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:34.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:00:33 smithi055 ceph-mon[183057]: pgmap v4222: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:00:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:00:35] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T02:00:36.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:00:35 smithi082 ceph-mon[180771]: pgmap v4223: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:36.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:00:35 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:00:36.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:00:35 smithi055 ceph-mon[185614]: pgmap v4223: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:36.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:00:35 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:00:36.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:00:35 smithi055 ceph-mon[183057]: pgmap v4223: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:36.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:00:35 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:00:37.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:00:36 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:00:37.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:00:36 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:00:37.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:00:36 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:00:37.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:00:36 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:00:37.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:00:36 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:00:37.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:00:36 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:00:37.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:00:36 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:00:37.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:00:36 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:00:37.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:00:36 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:00:38.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:00:37 smithi082 ceph-mon[180771]: pgmap v4224: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:38.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:00:37 smithi055 ceph-mon[185614]: pgmap v4224: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:38.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:00:37 smithi055 ceph-mon[183057]: pgmap v4224: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:40.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:00:39 smithi082 ceph-mon[180771]: pgmap v4225: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:40.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:00:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:00:40.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:00:39 smithi055 ceph-mon[185614]: pgmap v4225: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:40.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:00:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:00:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:00:39 smithi055 ceph-mon[183057]: pgmap v4225: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:40.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:00:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:00:42.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:00:41 smithi082 ceph-mon[180771]: pgmap v4226: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:42.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:00:41 smithi055 ceph-mon[185614]: pgmap v4226: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:42.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:00:41 smithi055 ceph-mon[183057]: pgmap v4226: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:43.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:00:43 smithi082 ceph-mon[180771]: pgmap v4227: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:44.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:00:43 smithi055 ceph-mon[185614]: pgmap v4227: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:44.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:00:43 smithi055 ceph-mon[183057]: pgmap v4227: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:00:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:00:45] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:00:46.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:00:45 smithi082 ceph-mon[180771]: pgmap v4228: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:46.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:00:45 smithi055 ceph-mon[185614]: pgmap v4228: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:46.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:00:45 smithi055 ceph-mon[183057]: pgmap v4228: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:48.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:00:47 smithi082 ceph-mon[180771]: pgmap v4229: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:48.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:00:47 smithi055 ceph-mon[185614]: pgmap v4229: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:48.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:00:47 smithi055 ceph-mon[183057]: pgmap v4229: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:50.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:00:49 smithi082 ceph-mon[180771]: pgmap v4230: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:50.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:00:49 smithi055 ceph-mon[183057]: pgmap v4230: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:50.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:00:49 smithi055 ceph-mon[185614]: pgmap v4230: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:52.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:00:51 smithi082 ceph-mon[180771]: pgmap v4231: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:52.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:00:51 smithi055 ceph-mon[185614]: pgmap v4231: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:52.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:00:51 smithi055 ceph-mon[183057]: pgmap v4231: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:53.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:00:53 smithi082 ceph-mon[180771]: pgmap v4232: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:54.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:00:53 smithi055 ceph-mon[185614]: pgmap v4232: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:54.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:00:53 smithi055 ceph-mon[183057]: pgmap v4232: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:00:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:00:55.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:00:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:00:55.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:00:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:00:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:00:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:00:55] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T02:00:55.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:00:55 smithi082 ceph-mon[180771]: pgmap v4233: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:56.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:00:55 smithi055 ceph-mon[185614]: pgmap v4233: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:56.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:00:55 smithi055 ceph-mon[183057]: pgmap v4233: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:58.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:00:57 smithi082 ceph-mon[180771]: pgmap v4234: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:58.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:00:57 smithi055 ceph-mon[185614]: pgmap v4234: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:00:58.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:00:57 smithi055 ceph-mon[183057]: pgmap v4234: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:00.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:00:59 smithi082 ceph-mon[180771]: pgmap v4235: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:00.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:00:59 smithi055 ceph-mon[185614]: pgmap v4235: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:00.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:00:59 smithi055 ceph-mon[183057]: pgmap v4235: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:02.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:01:01 smithi055 ceph-mon[185614]: pgmap v4236: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:02.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:01:01 smithi055 ceph-mon[183057]: pgmap v4236: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:02.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:01:01 smithi082 ceph-mon[180771]: pgmap v4236: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:03.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:01:03 smithi082 ceph-mon[180771]: pgmap v4237: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:04.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:01:03 smithi055 ceph-mon[185614]: pgmap v4237: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:04.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:01:03 smithi055 ceph-mon[183057]: pgmap v4237: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:01:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:01:05] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T02:01:06.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:01:05 smithi082 ceph-mon[180771]: pgmap v4238: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:06.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:01:05 smithi055 ceph-mon[185614]: pgmap v4238: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:06.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:01:05 smithi055 ceph-mon[183057]: pgmap v4238: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:08.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:01:07 smithi082 ceph-mon[180771]: pgmap v4239: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:08.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:01:07 smithi055 ceph-mon[185614]: pgmap v4239: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:08.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:01:07 smithi055 ceph-mon[183057]: pgmap v4239: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:10.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:01:09 smithi082 ceph-mon[180771]: pgmap v4240: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:10.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:01:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:01:10.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:01:09 smithi055 ceph-mon[185614]: pgmap v4240: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:10.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:01:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:01:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:01:09 smithi055 ceph-mon[183057]: pgmap v4240: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:10.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:01:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:01:12.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:01:11 smithi082 ceph-mon[180771]: pgmap v4241: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:12.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:01:11 smithi055 ceph-mon[185614]: pgmap v4241: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:12.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:01:11 smithi055 ceph-mon[183057]: pgmap v4241: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:13.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:01:13 smithi082 ceph-mon[180771]: pgmap v4242: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:14.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:01:13 smithi055 ceph-mon[185614]: pgmap v4242: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:14.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:01:13 smithi055 ceph-mon[183057]: pgmap v4242: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:01:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:01:15] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T02:01:16.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:01:15 smithi082 ceph-mon[180771]: pgmap v4243: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:16.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:01:15 smithi055 ceph-mon[185614]: pgmap v4243: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:16.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:01:15 smithi055 ceph-mon[183057]: pgmap v4243: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:18.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:01:17 smithi082 ceph-mon[180771]: pgmap v4244: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:18.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:01:17 smithi055 ceph-mon[185614]: pgmap v4244: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:18.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:01:17 smithi055 ceph-mon[183057]: pgmap v4244: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:20.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:01:19 smithi082 ceph-mon[180771]: pgmap v4245: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:20.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:01:19 smithi055 ceph-mon[185614]: pgmap v4245: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:20.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:01:19 smithi055 ceph-mon[183057]: pgmap v4245: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:21.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:01:20 smithi055 ceph-mon[185614]: pgmap v4246: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:21.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:01:20 smithi055 ceph-mon[183057]: pgmap v4246: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:01:20 smithi082 ceph-mon[180771]: pgmap v4246: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:23.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:01:23 smithi082 ceph-mon[180771]: pgmap v4247: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:24.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:01:23 smithi055 ceph-mon[185614]: pgmap v4247: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:24.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:01:23 smithi055 ceph-mon[183057]: pgmap v4247: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:01:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:01:25.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:01:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:01:25.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:01:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:01:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:01:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:01:25] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:01:25.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:01:25 smithi082 ceph-mon[180771]: pgmap v4248: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:26.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:01:25 smithi055 ceph-mon[185614]: pgmap v4248: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:26.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:01:25 smithi055 ceph-mon[183057]: pgmap v4248: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:28.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:01:27 smithi082 ceph-mon[180771]: pgmap v4249: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:28.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:01:27 smithi055 ceph-mon[185614]: pgmap v4249: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:28.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:01:27 smithi055 ceph-mon[183057]: pgmap v4249: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:30.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:01:29 smithi082 ceph-mon[180771]: pgmap v4250: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:30.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:01:29 smithi055 ceph-mon[185614]: pgmap v4250: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:30.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:01:29 smithi055 ceph-mon[183057]: pgmap v4250: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:32.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:01:31 smithi082 ceph-mon[180771]: pgmap v4251: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:32.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:01:31 smithi055 ceph-mon[185614]: pgmap v4251: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:32.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:01:31 smithi055 ceph-mon[183057]: pgmap v4251: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:33.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:01:33 smithi082 ceph-mon[180771]: pgmap v4252: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:34.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:01:33 smithi055 ceph-mon[185614]: pgmap v4252: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:34.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:01:33 smithi055 ceph-mon[183057]: pgmap v4252: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:01:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:01:35] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:01:36.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:01:35 smithi082 ceph-mon[180771]: pgmap v4253: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:36.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:01:35 smithi055 ceph-mon[185614]: pgmap v4253: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:36.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:01:35 smithi055 ceph-mon[183057]: pgmap v4253: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:37.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:01:36 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:01:37.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:01:36 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:01:37.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:01:36 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:01:38.000 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:01:37 smithi082 ceph-mon[180771]: pgmap v4254: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:38.218 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:01:37 smithi055 ceph-mon[185614]: pgmap v4254: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:38.218 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:01:37 smithi055 ceph-mon[183057]: pgmap v4254: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:39.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:01:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:01:39.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:01:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:01:39.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:01:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:01:39.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:01:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:01:39.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:01:39 smithi055 ceph-mon[185614]: pgmap v4255: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:39.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:01:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:01:39.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:01:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:01:39.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:01:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:01:39.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:01:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:01:39.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:01:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:01:39.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:01:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:01:39.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:01:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:01:39.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:01:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:01:39.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:01:39 smithi055 ceph-mon[183057]: pgmap v4255: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:39.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:01:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:01:39.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:01:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:01:39.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:01:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:01:39.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:01:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:01:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:01:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:01:39.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:01:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:01:39.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:01:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:01:39.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:01:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:01:39.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:01:39 smithi082 ceph-mon[180771]: pgmap v4255: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:39.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:01:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:01:39.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:01:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:01:39.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:01:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:01:39.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:01:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:01:42.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:01:41 smithi082 ceph-mon[180771]: pgmap v4256: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:42.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:01:41 smithi055 ceph-mon[185614]: pgmap v4256: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:42.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:01:41 smithi055 ceph-mon[183057]: pgmap v4256: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:43.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:01:43 smithi082 ceph-mon[180771]: pgmap v4257: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:44.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:01:43 smithi055 ceph-mon[185614]: pgmap v4257: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:44.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:01:43 smithi055 ceph-mon[183057]: pgmap v4257: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:45.518 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:01:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:01:45] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T02:01:46.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:01:45 smithi082 ceph-mon[180771]: pgmap v4258: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:46.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:01:45 smithi055 ceph-mon[185614]: pgmap v4258: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:46.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:01:45 smithi055 ceph-mon[183057]: pgmap v4258: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:48.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:01:47 smithi082 ceph-mon[180771]: pgmap v4259: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:48.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:01:47 smithi055 ceph-mon[185614]: pgmap v4259: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:48.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:01:47 smithi055 ceph-mon[183057]: pgmap v4259: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:49.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:01:48 smithi082 ceph-mon[180771]: pgmap v4260: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:49.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:01:48 smithi055 ceph-mon[185614]: pgmap v4260: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:49.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:01:48 smithi055 ceph-mon[183057]: pgmap v4260: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:52.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:01:51 smithi082 ceph-mon[180771]: pgmap v4261: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:52.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:01:51 smithi055 ceph-mon[185614]: pgmap v4261: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:52.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:01:51 smithi055 ceph-mon[183057]: pgmap v4261: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:53.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:01:53 smithi082 ceph-mon[180771]: pgmap v4262: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:54.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:01:53 smithi055 ceph-mon[185614]: pgmap v4262: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:54.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:01:53 smithi055 ceph-mon[183057]: pgmap v4262: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:01:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:01:55.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:01:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:01:55.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:01:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:01:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:01:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:01:55] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T02:01:55.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:01:55 smithi082 ceph-mon[180771]: pgmap v4263: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:56.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:01:55 smithi055 ceph-mon[185614]: pgmap v4263: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:56.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:01:55 smithi055 ceph-mon[183057]: pgmap v4263: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:58.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:01:57 smithi082 ceph-mon[180771]: pgmap v4264: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:58.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:01:57 smithi055 ceph-mon[185614]: pgmap v4264: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:01:58.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:01:57 smithi055 ceph-mon[183057]: pgmap v4264: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:00.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:01:59 smithi082 ceph-mon[180771]: pgmap v4265: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:00.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:01:59 smithi055 ceph-mon[185614]: pgmap v4265: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:00.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:01:59 smithi055 ceph-mon[183057]: pgmap v4265: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:02.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:02:01 smithi082 ceph-mon[180771]: pgmap v4266: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:02.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:02:01 smithi055 ceph-mon[183057]: pgmap v4266: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:02.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:02:01 smithi055 ceph-mon[185614]: pgmap v4266: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:03.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:02:03 smithi082 ceph-mon[180771]: pgmap v4267: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:04.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:02:03 smithi055 ceph-mon[185614]: pgmap v4267: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:04.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:02:03 smithi055 ceph-mon[183057]: pgmap v4267: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:02:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:02:05] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T02:02:06.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:02:05 smithi082 ceph-mon[180771]: pgmap v4268: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:06.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:02:05 smithi055 ceph-mon[185614]: pgmap v4268: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:06.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:02:05 smithi055 ceph-mon[183057]: pgmap v4268: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:07.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:02:06 smithi055 ceph-mon[185614]: pgmap v4269: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:07.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:02:06 smithi055 ceph-mon[183057]: pgmap v4269: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:02:06 smithi082 ceph-mon[180771]: pgmap v4269: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:10.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:02:09 smithi082 ceph-mon[180771]: pgmap v4270: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:10.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:02:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:02:10.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:02:09 smithi055 ceph-mon[185614]: pgmap v4270: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:10.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:02:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:02:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:02:09 smithi055 ceph-mon[183057]: pgmap v4270: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:10.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:02:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:02:11.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:02:10 smithi055 ceph-mon[185614]: pgmap v4271: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:11.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:02:10 smithi055 ceph-mon[183057]: pgmap v4271: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:02:10 smithi082 ceph-mon[180771]: pgmap v4271: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:13.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:02:13 smithi082 ceph-mon[180771]: pgmap v4272: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:14.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:02:13 smithi055 ceph-mon[185614]: pgmap v4272: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:14.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:02:13 smithi055 ceph-mon[183057]: pgmap v4272: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:02:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:02:15] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:02:16.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:02:15 smithi082 ceph-mon[180771]: pgmap v4273: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:16.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:02:15 smithi055 ceph-mon[185614]: pgmap v4273: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:16.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:02:15 smithi055 ceph-mon[183057]: pgmap v4273: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:18.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:02:17 smithi082 ceph-mon[180771]: pgmap v4274: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:18.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:02:17 smithi055 ceph-mon[183057]: pgmap v4274: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:18.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:02:17 smithi055 ceph-mon[185614]: pgmap v4274: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:19.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:02:18 smithi082 ceph-mon[180771]: pgmap v4275: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:19.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:02:18 smithi055 ceph-mon[185614]: pgmap v4275: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:19.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:02:18 smithi055 ceph-mon[183057]: pgmap v4275: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:22.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:02:21 smithi082 ceph-mon[180771]: pgmap v4276: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:22.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:02:21 smithi055 ceph-mon[185614]: pgmap v4276: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:22.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:02:21 smithi055 ceph-mon[183057]: pgmap v4276: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:23.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:02:23 smithi082 ceph-mon[180771]: pgmap v4277: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:24.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:02:23 smithi055 ceph-mon[185614]: pgmap v4277: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:24.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:02:23 smithi055 ceph-mon[183057]: pgmap v4277: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:02:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:02:25.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:02:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:02:25.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:02:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:02:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:02:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:02:25] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T02:02:25.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:02:25 smithi082 ceph-mon[180771]: pgmap v4278: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:26.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:02:25 smithi055 ceph-mon[185614]: pgmap v4278: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:26.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:02:25 smithi055 ceph-mon[183057]: pgmap v4278: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:28.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:02:27 smithi082 ceph-mon[180771]: pgmap v4279: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:28.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:02:27 smithi055 ceph-mon[185614]: pgmap v4279: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:28.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:02:27 smithi055 ceph-mon[183057]: pgmap v4279: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:29.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:02:28 smithi082 ceph-mon[180771]: pgmap v4280: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:29.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:02:28 smithi055 ceph-mon[185614]: pgmap v4280: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:29.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:02:28 smithi055 ceph-mon[183057]: pgmap v4280: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:32.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:02:31 smithi082 ceph-mon[180771]: pgmap v4281: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:32.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:02:31 smithi055 ceph-mon[185614]: pgmap v4281: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:32.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:02:31 smithi055 ceph-mon[183057]: pgmap v4281: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:33.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:02:33 smithi082 ceph-mon[180771]: pgmap v4282: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:34.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:02:33 smithi055 ceph-mon[185614]: pgmap v4282: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:34.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:02:33 smithi055 ceph-mon[183057]: pgmap v4282: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:02:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:02:35] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T02:02:36.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:02:35 smithi082 ceph-mon[180771]: pgmap v4283: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:36.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:02:35 smithi055 ceph-mon[185614]: pgmap v4283: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:36.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:02:35 smithi055 ceph-mon[183057]: pgmap v4283: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:37.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:02:36 smithi055 ceph-mon[185614]: pgmap v4284: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:37.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:02:36 smithi055 ceph-mon[183057]: pgmap v4284: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:02:36 smithi082 ceph-mon[180771]: pgmap v4284: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:40.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:02:39 smithi082 ceph-mon[180771]: pgmap v4285: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:40.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:02:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:02:40.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:02:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:02:40.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:02:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:02:40.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:02:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:02:40.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:02:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:02:40.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:02:39 smithi055 ceph-mon[185614]: pgmap v4285: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:40.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:02:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:02:40.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:02:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:02:40.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:02:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:02:40.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:02:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:02:40.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:02:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:02:40.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:02:39 smithi055 ceph-mon[183057]: pgmap v4285: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:40.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:02:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:02:40.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:02:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:02:40.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:02:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:02:40.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:02:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:02:40.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:02:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:02:41.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:02:40 smithi082 ceph-mon[180771]: pgmap v4286: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:41.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:02:40 smithi055 ceph-mon[185614]: pgmap v4286: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:41.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:02:40 smithi055 ceph-mon[183057]: pgmap v4286: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:43.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:02:43 smithi082 ceph-mon[180771]: pgmap v4287: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:44.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:02:43 smithi055 ceph-mon[185614]: pgmap v4287: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:44.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:02:43 smithi055 ceph-mon[183057]: pgmap v4287: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:02:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:02:45] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T02:02:46.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:02:45 smithi082 ceph-mon[180771]: pgmap v4288: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:46.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:02:45 smithi055 ceph-mon[185614]: pgmap v4288: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:46.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:02:45 smithi055 ceph-mon[183057]: pgmap v4288: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:48.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:02:47 smithi082 ceph-mon[180771]: pgmap v4289: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:48.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:02:47 smithi055 ceph-mon[185614]: pgmap v4289: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:48.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:02:47 smithi055 ceph-mon[183057]: pgmap v4289: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:49.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:02:48 smithi082 ceph-mon[180771]: pgmap v4290: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:49.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:02:48 smithi055 ceph-mon[185614]: pgmap v4290: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:49.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:02:48 smithi055 ceph-mon[183057]: pgmap v4290: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:52.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:02:51 smithi082 ceph-mon[180771]: pgmap v4291: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:52.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:02:51 smithi055 ceph-mon[185614]: pgmap v4291: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:52.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:02:51 smithi055 ceph-mon[183057]: pgmap v4291: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:53.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:02:53 smithi082 ceph-mon[180771]: pgmap v4292: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:54.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:02:53 smithi055 ceph-mon[185614]: pgmap v4292: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:54.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:02:53 smithi055 ceph-mon[183057]: pgmap v4292: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:02:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:02:55.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:02:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:02:55.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:02:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:02:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:02:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:02:55] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:02:55.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:02:55 smithi082 ceph-mon[180771]: pgmap v4293: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:56.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:02:55 smithi055 ceph-mon[185614]: pgmap v4293: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:56.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:02:55 smithi055 ceph-mon[183057]: pgmap v4293: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:58.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:02:57 smithi082 ceph-mon[180771]: pgmap v4294: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:58.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:02:57 smithi055 ceph-mon[185614]: pgmap v4294: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:58.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:02:57 smithi055 ceph-mon[183057]: pgmap v4294: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:59.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:02:58 smithi082 ceph-mon[180771]: pgmap v4295: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:59.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:02:58 smithi055 ceph-mon[185614]: pgmap v4295: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:02:59.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:02:58 smithi055 ceph-mon[183057]: pgmap v4295: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:01.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:03:00 smithi055 ceph-mon[185614]: pgmap v4296: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:03:00 smithi055 ceph-mon[183057]: pgmap v4296: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:03:00 smithi082 ceph-mon[180771]: pgmap v4296: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:03.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:03:03 smithi082 ceph-mon[180771]: pgmap v4297: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:04.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:03:03 smithi055 ceph-mon[185614]: pgmap v4297: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:04.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:03:03 smithi055 ceph-mon[183057]: pgmap v4297: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:05.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:03:04 smithi055 ceph-mon[185614]: pgmap v4298: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:05.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:03:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:03:05] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:03:05.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:03:04 smithi055 ceph-mon[183057]: pgmap v4298: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:05.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:03:04 smithi082 ceph-mon[180771]: pgmap v4298: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:07.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:03:06 smithi055 ceph-mon[185614]: pgmap v4299: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:07.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:03:06 smithi055 ceph-mon[183057]: pgmap v4299: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:03:06 smithi082 ceph-mon[180771]: pgmap v4299: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:09.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:03:08 smithi055 ceph-mon[185614]: pgmap v4300: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:03:08 smithi055 ceph-mon[183057]: pgmap v4300: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:03:08 smithi082 ceph-mon[180771]: pgmap v4300: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:10.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:03:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:03:10.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:03:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:03:10.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:03:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:03:11.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:03:10 smithi055 ceph-mon[185614]: pgmap v4301: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:11.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:03:10 smithi055 ceph-mon[183057]: pgmap v4301: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:03:10 smithi082 ceph-mon[180771]: pgmap v4301: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:13.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:03:13 smithi082 ceph-mon[180771]: pgmap v4302: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:14.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:03:13 smithi055 ceph-mon[183057]: pgmap v4302: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:14.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:03:13 smithi055 ceph-mon[185614]: pgmap v4302: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:15.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:03:14 smithi055 ceph-mon[185614]: pgmap v4303: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:15.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:03:14 smithi055 ceph-mon[183057]: pgmap v4303: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:15.268 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:03:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:03:15] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T02:03:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:03:14 smithi082 ceph-mon[180771]: pgmap v4303: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:17.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:03:16 smithi055 ceph-mon[183057]: pgmap v4304: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:17.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:03:16 smithi055 ceph-mon[185614]: pgmap v4304: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:03:16 smithi082 ceph-mon[180771]: pgmap v4304: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:19.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:03:18 smithi055 ceph-mon[185614]: pgmap v4305: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:19.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:03:18 smithi055 ceph-mon[183057]: pgmap v4305: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:03:18 smithi082 ceph-mon[180771]: pgmap v4305: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:21.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:03:20 smithi055 ceph-mon[185614]: pgmap v4306: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:21.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:03:20 smithi055 ceph-mon[183057]: pgmap v4306: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:03:20 smithi082 ceph-mon[180771]: pgmap v4306: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:23.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:03:23 smithi082 ceph-mon[180771]: pgmap v4307: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:24.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:03:23 smithi055 ceph-mon[185614]: pgmap v4307: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:24.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:03:23 smithi055 ceph-mon[183057]: pgmap v4307: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:03:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:03:25.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:03:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:03:25.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:03:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:03:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:03:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:03:25] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:03:25.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:03:25 smithi082 ceph-mon[180771]: pgmap v4308: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:26.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:03:25 smithi055 ceph-mon[185614]: pgmap v4308: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:26.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:03:25 smithi055 ceph-mon[183057]: pgmap v4308: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:27.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:03:26 smithi055 ceph-mon[185614]: pgmap v4309: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:27.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:03:26 smithi055 ceph-mon[183057]: pgmap v4309: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:03:26 smithi082 ceph-mon[180771]: pgmap v4309: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:29.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:03:28 smithi055 ceph-mon[185614]: pgmap v4310: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:29.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:03:28 smithi055 ceph-mon[183057]: pgmap v4310: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:03:28 smithi082 ceph-mon[180771]: pgmap v4310: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:31.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:03:30 smithi055 ceph-mon[185614]: pgmap v4311: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:31.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:03:30 smithi055 ceph-mon[183057]: pgmap v4311: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:03:30 smithi082 ceph-mon[180771]: pgmap v4311: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:33.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:03:33 smithi082 ceph-mon[180771]: pgmap v4312: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:34.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:03:33 smithi055 ceph-mon[185614]: pgmap v4312: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:34.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:03:33 smithi055 ceph-mon[183057]: pgmap v4312: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:35.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:03:34 smithi055 ceph-mon[185614]: pgmap v4313: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:35.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:03:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:03:35] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:03:35.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:03:34 smithi055 ceph-mon[183057]: pgmap v4313: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:35.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:03:34 smithi082 ceph-mon[180771]: pgmap v4313: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:37.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:03:36 smithi055 ceph-mon[185614]: pgmap v4314: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:37.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:03:36 smithi055 ceph-mon[183057]: pgmap v4314: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:03:36 smithi082 ceph-mon[180771]: pgmap v4314: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:39.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:03:38 smithi055 ceph-mon[185614]: pgmap v4315: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:39.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:03:38 smithi055 ceph-mon[183057]: pgmap v4315: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:03:38 smithi082 ceph-mon[180771]: pgmap v4315: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:40.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:03:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:03:40.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:03:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:03:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:03:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:03:40.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:03:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:03:40.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:03:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:03:40.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:03:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:03:41.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:03:40 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:03:41.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:03:40 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:03:41.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:03:40 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:03:41.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:03:40 smithi055 ceph-mon[185614]: pgmap v4316: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:41.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:03:40 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:03:41.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:03:40 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:03:41.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:03:40 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:03:41.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:03:40 smithi055 ceph-mon[183057]: pgmap v4316: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:41.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:03:40 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:03:41.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:03:40 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:03:41.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:03:40 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:03:41.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:03:40 smithi082 ceph-mon[180771]: pgmap v4316: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:43.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:03:43 smithi082 ceph-mon[180771]: pgmap v4317: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:44.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:03:43 smithi055 ceph-mon[185614]: pgmap v4317: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:44.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:03:43 smithi055 ceph-mon[183057]: pgmap v4317: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:45.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:03:44 smithi055 ceph-mon[185614]: pgmap v4318: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:45.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:03:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:03:45] "GET /metrics HTTP/1.1" 200 36226 "" "Prometheus/2.43.0" 2023-10-14T02:03:45.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:03:44 smithi055 ceph-mon[183057]: pgmap v4318: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:45.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:03:44 smithi082 ceph-mon[180771]: pgmap v4318: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:47.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:03:46 smithi055 ceph-mon[185614]: pgmap v4319: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:47.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:03:46 smithi055 ceph-mon[183057]: pgmap v4319: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:03:46 smithi082 ceph-mon[180771]: pgmap v4319: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:49.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:03:48 smithi055 ceph-mon[185614]: pgmap v4320: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:49.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:03:48 smithi055 ceph-mon[183057]: pgmap v4320: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:03:48 smithi082 ceph-mon[180771]: pgmap v4320: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:51.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:03:50 smithi055 ceph-mon[185614]: pgmap v4321: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:51.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:03:50 smithi055 ceph-mon[183057]: pgmap v4321: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:03:50 smithi082 ceph-mon[180771]: pgmap v4321: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:53.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:03:53 smithi082 ceph-mon[180771]: pgmap v4322: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:54.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:03:53 smithi055 ceph-mon[185614]: pgmap v4322: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:54.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:03:53 smithi055 ceph-mon[183057]: pgmap v4322: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:03:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:03:55.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:03:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:03:55.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:03:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:03:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:03:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:03:55] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T02:03:55.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:03:55 smithi082 ceph-mon[180771]: pgmap v4323: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:56.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:03:55 smithi055 ceph-mon[185614]: pgmap v4323: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:56.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:03:55 smithi055 ceph-mon[183057]: pgmap v4323: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:57.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:03:56 smithi055 ceph-mon[185614]: pgmap v4324: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:57.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:03:56 smithi055 ceph-mon[183057]: pgmap v4324: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:03:56 smithi082 ceph-mon[180771]: pgmap v4324: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:59.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:03:58 smithi055 ceph-mon[185614]: pgmap v4325: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:59.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:03:58 smithi055 ceph-mon[183057]: pgmap v4325: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:03:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:03:58 smithi082 ceph-mon[180771]: pgmap v4325: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:01.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:04:00 smithi055 ceph-mon[185614]: pgmap v4326: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:04:00 smithi055 ceph-mon[183057]: pgmap v4326: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:04:00 smithi082 ceph-mon[180771]: pgmap v4326: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:03.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:04:03 smithi082 ceph-mon[180771]: pgmap v4327: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:04.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:04:03 smithi055 ceph-mon[185614]: pgmap v4327: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:04.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:04:03 smithi055 ceph-mon[183057]: pgmap v4327: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:05.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:04:04 smithi055 ceph-mon[185614]: pgmap v4328: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:05.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:04:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:04:05] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T02:04:05.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:04:04 smithi055 ceph-mon[183057]: pgmap v4328: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:05.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:04:04 smithi082 ceph-mon[180771]: pgmap v4328: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:07.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:04:06 smithi055 ceph-mon[185614]: pgmap v4329: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:07.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:04:06 smithi055 ceph-mon[183057]: pgmap v4329: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:04:06 smithi082 ceph-mon[180771]: pgmap v4329: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:09.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:04:08 smithi055 ceph-mon[185614]: pgmap v4330: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:04:08 smithi055 ceph-mon[183057]: pgmap v4330: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:04:08 smithi082 ceph-mon[180771]: pgmap v4330: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:10.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:04:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:04:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:04:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:04:10.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:04:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:04:11.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:04:10 smithi055 ceph-mon[185614]: pgmap v4331: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:11.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:04:10 smithi055 ceph-mon[183057]: pgmap v4331: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:04:10 smithi082 ceph-mon[180771]: pgmap v4331: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:13.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:04:13 smithi082 ceph-mon[180771]: pgmap v4332: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:14.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:04:13 smithi055 ceph-mon[185614]: pgmap v4332: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:14.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:04:13 smithi055 ceph-mon[183057]: pgmap v4332: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:15.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:04:14 smithi055 ceph-mon[185614]: pgmap v4333: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:15.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:04:14 smithi055 ceph-mon[183057]: pgmap v4333: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:15.268 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:04:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:04:15] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:04:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:04:14 smithi082 ceph-mon[180771]: pgmap v4333: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:17.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:04:16 smithi055 ceph-mon[185614]: pgmap v4334: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:17.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:04:16 smithi055 ceph-mon[183057]: pgmap v4334: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:04:16 smithi082 ceph-mon[180771]: pgmap v4334: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:19.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:04:18 smithi055 ceph-mon[185614]: pgmap v4335: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:19.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:04:18 smithi055 ceph-mon[183057]: pgmap v4335: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:04:18 smithi082 ceph-mon[180771]: pgmap v4335: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:21.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:04:20 smithi055 ceph-mon[185614]: pgmap v4336: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:21.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:04:20 smithi055 ceph-mon[183057]: pgmap v4336: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:04:20 smithi082 ceph-mon[180771]: pgmap v4336: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:23.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:04:23 smithi082 ceph-mon[180771]: pgmap v4337: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:24.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:04:23 smithi055 ceph-mon[185614]: pgmap v4337: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:24.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:04:23 smithi055 ceph-mon[183057]: pgmap v4337: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:04:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:04:25.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:04:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:04:25.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:04:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:04:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:04:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:04:25] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T02:04:25.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:04:25 smithi082 ceph-mon[180771]: pgmap v4338: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:26.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:04:25 smithi055 ceph-mon[185614]: pgmap v4338: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:26.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:04:25 smithi055 ceph-mon[183057]: pgmap v4338: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:27.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:04:26 smithi055 ceph-mon[185614]: pgmap v4339: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:27.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:04:26 smithi055 ceph-mon[183057]: pgmap v4339: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:04:26 smithi082 ceph-mon[180771]: pgmap v4339: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:29.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:04:28 smithi055 ceph-mon[185614]: pgmap v4340: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:29.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:04:28 smithi055 ceph-mon[183057]: pgmap v4340: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:04:28 smithi082 ceph-mon[180771]: pgmap v4340: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:31.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:04:30 smithi055 ceph-mon[185614]: pgmap v4341: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:31.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:04:30 smithi055 ceph-mon[183057]: pgmap v4341: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:04:30 smithi082 ceph-mon[180771]: pgmap v4341: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:33.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:04:33 smithi082 ceph-mon[180771]: pgmap v4342: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:34.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:04:33 smithi055 ceph-mon[185614]: pgmap v4342: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:34.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:04:33 smithi055 ceph-mon[183057]: pgmap v4342: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:35.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:04:34 smithi055 ceph-mon[185614]: pgmap v4343: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:35.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:04:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:04:35] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T02:04:35.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:04:34 smithi055 ceph-mon[183057]: pgmap v4343: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:35.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:04:34 smithi082 ceph-mon[180771]: pgmap v4343: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:37.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:04:36 smithi055 ceph-mon[185614]: pgmap v4344: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:37.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:04:36 smithi055 ceph-mon[183057]: pgmap v4344: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:04:36 smithi082 ceph-mon[180771]: pgmap v4344: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:39.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:04:38 smithi055 ceph-mon[185614]: pgmap v4345: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:39.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:04:38 smithi055 ceph-mon[183057]: pgmap v4345: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:04:38 smithi082 ceph-mon[180771]: pgmap v4345: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:40.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:04:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:04:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:04:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:04:40.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:04:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:04:41.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:04:40 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:04:41.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:04:40 smithi055 ceph-mon[185614]: pgmap v4346: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:41.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:04:40 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:04:41.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:04:40 smithi055 ceph-mon[183057]: pgmap v4346: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:41.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:04:40 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:04:41.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:04:40 smithi082 ceph-mon[180771]: pgmap v4346: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:42.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:04:41 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:04:42.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:04:41 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:04:42.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:04:41 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:04:42.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:04:41 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:04:42.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:04:41 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:04:42.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:04:41 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:04:42.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:04:41 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:04:42.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:04:41 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:04:42.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:04:41 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:04:43.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:04:43 smithi082 ceph-mon[180771]: pgmap v4347: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:44.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:04:43 smithi055 ceph-mon[185614]: pgmap v4347: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:44.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:04:43 smithi055 ceph-mon[183057]: pgmap v4347: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:45.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:04:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:04:45] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T02:04:45.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:04:44 smithi055 ceph-mon[185614]: pgmap v4348: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:45.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:04:44 smithi055 ceph-mon[183057]: pgmap v4348: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:45.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:04:44 smithi082 ceph-mon[180771]: pgmap v4348: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:47.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:04:46 smithi055 ceph-mon[185614]: pgmap v4349: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:47.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:04:46 smithi055 ceph-mon[183057]: pgmap v4349: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:04:46 smithi082 ceph-mon[180771]: pgmap v4349: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:49.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:04:48 smithi055 ceph-mon[185614]: pgmap v4350: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:49.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:04:48 smithi055 ceph-mon[183057]: pgmap v4350: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:04:48 smithi082 ceph-mon[180771]: pgmap v4350: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:51.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:04:50 smithi055 ceph-mon[185614]: pgmap v4351: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:51.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:04:50 smithi055 ceph-mon[183057]: pgmap v4351: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:04:50 smithi082 ceph-mon[180771]: pgmap v4351: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:53.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:04:53 smithi082 ceph-mon[180771]: pgmap v4352: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:54.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:04:53 smithi055 ceph-mon[185614]: pgmap v4352: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:54.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:04:53 smithi055 ceph-mon[183057]: pgmap v4352: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:04:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:04:55.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:04:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:04:55.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:04:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:04:55.518 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:04:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:04:55] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T02:04:55.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:04:55 smithi082 ceph-mon[180771]: pgmap v4353: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:56.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:04:55 smithi055 ceph-mon[185614]: pgmap v4353: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:56.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:04:55 smithi055 ceph-mon[183057]: pgmap v4353: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:57.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:04:56 smithi055 ceph-mon[185614]: pgmap v4354: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:57.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:04:56 smithi055 ceph-mon[183057]: pgmap v4354: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:04:56 smithi082 ceph-mon[180771]: pgmap v4354: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:59.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:04:58 smithi055 ceph-mon[185614]: pgmap v4355: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:59.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:04:58 smithi055 ceph-mon[183057]: pgmap v4355: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:04:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:04:58 smithi082 ceph-mon[180771]: pgmap v4355: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:01.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:05:00 smithi055 ceph-mon[185614]: pgmap v4356: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:05:00 smithi055 ceph-mon[183057]: pgmap v4356: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:05:00 smithi082 ceph-mon[180771]: pgmap v4356: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:03.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:05:03 smithi082 ceph-mon[180771]: pgmap v4357: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:04.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:05:03 smithi055 ceph-mon[185614]: pgmap v4357: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:04.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:05:03 smithi055 ceph-mon[183057]: pgmap v4357: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:05.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:05:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:05:05] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T02:05:05.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:05:04 smithi055 ceph-mon[185614]: pgmap v4358: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:05.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:05:04 smithi055 ceph-mon[183057]: pgmap v4358: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:05.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:05:04 smithi082 ceph-mon[180771]: pgmap v4358: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:07.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:05:06 smithi055 ceph-mon[185614]: pgmap v4359: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:07.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:05:06 smithi055 ceph-mon[183057]: pgmap v4359: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:05:06 smithi082 ceph-mon[180771]: pgmap v4359: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:09.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:05:08 smithi055 ceph-mon[185614]: pgmap v4360: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:05:08 smithi055 ceph-mon[183057]: pgmap v4360: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:05:08 smithi082 ceph-mon[180771]: pgmap v4360: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:10.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:05:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:05:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:05:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:05:10.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:05:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:05:11.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:05:10 smithi055 ceph-mon[185614]: pgmap v4361: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:11.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:05:10 smithi055 ceph-mon[183057]: pgmap v4361: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:05:10 smithi082 ceph-mon[180771]: pgmap v4361: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:13.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:05:13 smithi082 ceph-mon[180771]: pgmap v4362: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:14.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:05:13 smithi055 ceph-mon[185614]: pgmap v4362: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:14.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:05:13 smithi055 ceph-mon[183057]: pgmap v4362: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:15.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:05:14 smithi055 ceph-mon[185614]: pgmap v4363: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:15.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:05:14 smithi055 ceph-mon[183057]: pgmap v4363: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:15.268 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:05:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:05:15] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:05:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:05:14 smithi082 ceph-mon[180771]: pgmap v4363: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:17.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:05:16 smithi055 ceph-mon[185614]: pgmap v4364: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:17.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:05:16 smithi055 ceph-mon[183057]: pgmap v4364: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:05:16 smithi082 ceph-mon[180771]: pgmap v4364: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:19.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:05:18 smithi055 ceph-mon[185614]: pgmap v4365: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:19.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:05:18 smithi055 ceph-mon[183057]: pgmap v4365: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:05:18 smithi082 ceph-mon[180771]: pgmap v4365: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:21.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:05:20 smithi055 ceph-mon[185614]: pgmap v4366: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:21.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:05:20 smithi055 ceph-mon[183057]: pgmap v4366: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:05:20 smithi082 ceph-mon[180771]: pgmap v4366: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:23.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:05:23 smithi082 ceph-mon[180771]: pgmap v4367: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:24.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:05:23 smithi055 ceph-mon[185614]: pgmap v4367: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:24.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:05:23 smithi055 ceph-mon[183057]: pgmap v4367: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:05:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:05:25.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:05:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:05:25.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:05:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:05:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:05:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:05:25] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:05:26.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:05:25 smithi055 ceph-mon[185614]: pgmap v4368: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:26.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:05:25 smithi055 ceph-mon[183057]: pgmap v4368: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:26.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:05:25 smithi082 ceph-mon[180771]: pgmap v4368: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:27.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:05:26 smithi055 ceph-mon[185614]: pgmap v4369: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:27.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:05:26 smithi055 ceph-mon[183057]: pgmap v4369: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:05:26 smithi082 ceph-mon[180771]: pgmap v4369: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:29.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:05:28 smithi055 ceph-mon[185614]: pgmap v4370: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:29.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:05:28 smithi055 ceph-mon[183057]: pgmap v4370: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:05:28 smithi082 ceph-mon[180771]: pgmap v4370: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:31.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:05:30 smithi055 ceph-mon[185614]: pgmap v4371: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:31.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:05:30 smithi055 ceph-mon[183057]: pgmap v4371: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:05:30 smithi082 ceph-mon[180771]: pgmap v4371: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:33.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:05:33 smithi082 ceph-mon[180771]: pgmap v4372: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:34.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:05:33 smithi055 ceph-mon[185614]: pgmap v4372: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:34.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:05:33 smithi055 ceph-mon[183057]: pgmap v4372: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:35.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:05:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:05:35] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:05:35.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:05:34 smithi055 ceph-mon[185614]: pgmap v4373: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:35.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:05:34 smithi055 ceph-mon[183057]: pgmap v4373: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:35.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:05:34 smithi082 ceph-mon[180771]: pgmap v4373: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:37.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:05:36 smithi055 ceph-mon[185614]: pgmap v4374: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:37.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:05:36 smithi055 ceph-mon[183057]: pgmap v4374: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:05:36 smithi082 ceph-mon[180771]: pgmap v4374: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:39.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:05:38 smithi055 ceph-mon[185614]: pgmap v4375: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:39.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:05:38 smithi055 ceph-mon[183057]: pgmap v4375: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:05:38 smithi082 ceph-mon[180771]: pgmap v4375: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:40.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:05:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:05:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:05:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:05:40.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:05:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:05:41.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:05:40 smithi055 ceph-mon[185614]: pgmap v4376: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:41.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:05:40 smithi055 ceph-mon[183057]: pgmap v4376: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:41.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:05:40 smithi082 ceph-mon[180771]: pgmap v4376: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:42.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:05:41 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:05:42.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:05:41 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:05:42.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:05:41 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:05:42.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:05:41 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:05:42.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:05:41 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:05:42.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:05:41 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:05:42.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:05:41 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:05:42.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:05:41 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:05:42.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:05:41 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:05:42.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:05:41 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:05:42.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:05:41 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:05:42.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:05:41 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:05:43.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:05:43 smithi082 ceph-mon[180771]: pgmap v4377: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:44.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:05:43 smithi055 ceph-mon[185614]: pgmap v4377: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:44.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:05:43 smithi055 ceph-mon[183057]: pgmap v4377: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:45.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:05:44 smithi055 ceph-mon[183057]: pgmap v4378: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:45.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:05:44 smithi055 ceph-mon[185614]: pgmap v4378: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:45.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:05:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:05:45] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:05:45.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:05:44 smithi082 ceph-mon[180771]: pgmap v4378: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:47.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:05:46 smithi055 ceph-mon[185614]: pgmap v4379: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:47.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:05:46 smithi055 ceph-mon[183057]: pgmap v4379: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:05:46 smithi082 ceph-mon[180771]: pgmap v4379: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:49.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:05:48 smithi055 ceph-mon[185614]: pgmap v4380: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:49.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:05:48 smithi055 ceph-mon[183057]: pgmap v4380: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:05:48 smithi082 ceph-mon[180771]: pgmap v4380: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:51.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:05:50 smithi055 ceph-mon[185614]: pgmap v4381: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:51.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:05:50 smithi055 ceph-mon[183057]: pgmap v4381: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:05:50 smithi082 ceph-mon[180771]: pgmap v4381: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:53.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:05:53 smithi082 ceph-mon[180771]: pgmap v4382: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:54.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:05:53 smithi055 ceph-mon[185614]: pgmap v4382: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:54.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:05:53 smithi055 ceph-mon[183057]: pgmap v4382: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:05:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:05:55.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:05:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:05:55.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:05:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:05:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:05:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:05:55] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:05:56.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:05:55 smithi055 ceph-mon[185614]: pgmap v4383: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:56.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:05:55 smithi055 ceph-mon[183057]: pgmap v4383: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:56.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:05:55 smithi082 ceph-mon[180771]: pgmap v4383: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:57.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:05:56 smithi055 ceph-mon[185614]: pgmap v4384: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:57.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:05:56 smithi055 ceph-mon[183057]: pgmap v4384: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:05:56 smithi082 ceph-mon[180771]: pgmap v4384: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:59.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:05:58 smithi055 ceph-mon[185614]: pgmap v4385: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:59.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:05:58 smithi055 ceph-mon[183057]: pgmap v4385: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:05:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:05:58 smithi082 ceph-mon[180771]: pgmap v4385: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:01.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:06:00 smithi055 ceph-mon[185614]: pgmap v4386: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:06:00 smithi055 ceph-mon[183057]: pgmap v4386: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:06:00 smithi082 ceph-mon[180771]: pgmap v4386: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:03.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:06:03 smithi082 ceph-mon[180771]: pgmap v4387: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:04.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:06:03 smithi055 ceph-mon[185614]: pgmap v4387: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:04.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:06:03 smithi055 ceph-mon[183057]: pgmap v4387: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:05.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:06:04 smithi055 ceph-mon[185614]: pgmap v4388: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:05.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:06:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:06:05] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:06:05.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:06:04 smithi055 ceph-mon[183057]: pgmap v4388: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:05.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:06:04 smithi082 ceph-mon[180771]: pgmap v4388: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:07.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:06:06 smithi055 ceph-mon[185614]: pgmap v4389: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:07.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:06:06 smithi055 ceph-mon[183057]: pgmap v4389: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:06:06 smithi082 ceph-mon[180771]: pgmap v4389: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:09.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:06:08 smithi055 ceph-mon[185614]: pgmap v4390: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:06:08 smithi055 ceph-mon[183057]: pgmap v4390: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:06:08 smithi082 ceph-mon[180771]: pgmap v4390: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:10.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:06:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:06:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:06:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:06:10.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:06:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:06:11.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:06:10 smithi055 ceph-mon[185614]: pgmap v4391: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:11.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:06:10 smithi055 ceph-mon[183057]: pgmap v4391: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:06:10 smithi082 ceph-mon[180771]: pgmap v4391: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:14.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:06:13 smithi055 ceph-mon[185614]: pgmap v4392: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:14.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:06:13 smithi055 ceph-mon[183057]: pgmap v4392: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:14.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:06:13 smithi082 ceph-mon[180771]: pgmap v4392: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:15.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:06:14 smithi055 ceph-mon[185614]: pgmap v4393: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:15.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:06:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:06:15] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T02:06:15.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:06:14 smithi055 ceph-mon[183057]: pgmap v4393: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:06:14 smithi082 ceph-mon[180771]: pgmap v4393: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:17.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:06:16 smithi055 ceph-mon[185614]: pgmap v4394: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:17.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:06:16 smithi055 ceph-mon[183057]: pgmap v4394: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:06:16 smithi082 ceph-mon[180771]: pgmap v4394: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:19.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:06:18 smithi055 ceph-mon[185614]: pgmap v4395: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:19.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:06:18 smithi055 ceph-mon[183057]: pgmap v4395: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:06:18 smithi082 ceph-mon[180771]: pgmap v4395: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:21.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:06:20 smithi055 ceph-mon[185614]: pgmap v4396: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:21.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:06:20 smithi055 ceph-mon[183057]: pgmap v4396: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:06:20 smithi082 ceph-mon[180771]: pgmap v4396: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:23.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:06:23 smithi082 ceph-mon[180771]: pgmap v4397: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:24.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:06:23 smithi055 ceph-mon[185614]: pgmap v4397: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:24.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:06:23 smithi055 ceph-mon[183057]: pgmap v4397: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:25.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:06:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:06:25.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:06:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:06:25.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:06:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:06:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:06:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:06:25] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:06:26.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:06:25 smithi055 ceph-mon[185614]: pgmap v4398: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:26.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:06:25 smithi055 ceph-mon[183057]: pgmap v4398: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:26.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:06:25 smithi082 ceph-mon[180771]: pgmap v4398: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:27.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:06:26 smithi055 ceph-mon[185614]: pgmap v4399: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:27.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:06:26 smithi055 ceph-mon[183057]: pgmap v4399: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:06:26 smithi082 ceph-mon[180771]: pgmap v4399: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:29.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:06:28 smithi055 ceph-mon[185614]: pgmap v4400: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:29.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:06:28 smithi055 ceph-mon[183057]: pgmap v4400: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:06:28 smithi082 ceph-mon[180771]: pgmap v4400: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:31.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:06:30 smithi055 ceph-mon[185614]: pgmap v4401: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:31.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:06:30 smithi055 ceph-mon[183057]: pgmap v4401: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:06:30 smithi082 ceph-mon[180771]: pgmap v4401: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:34.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:06:33 smithi055 ceph-mon[185614]: pgmap v4402: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:34.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:06:33 smithi055 ceph-mon[183057]: pgmap v4402: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:34.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:06:33 smithi082 ceph-mon[180771]: pgmap v4402: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:35.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:06:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:06:35] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:06:35.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:06:34 smithi055 ceph-mon[185614]: pgmap v4403: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:35.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:06:34 smithi055 ceph-mon[183057]: pgmap v4403: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:35.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:06:34 smithi082 ceph-mon[180771]: pgmap v4403: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:37.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:06:36 smithi055 ceph-mon[185614]: pgmap v4404: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:37.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:06:36 smithi055 ceph-mon[183057]: pgmap v4404: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:06:36 smithi082 ceph-mon[180771]: pgmap v4404: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:39.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:06:38 smithi055 ceph-mon[185614]: pgmap v4405: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:39.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:06:38 smithi055 ceph-mon[183057]: pgmap v4405: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:06:38 smithi082 ceph-mon[180771]: pgmap v4405: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:39.923 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:06:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:06:40.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:06:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:06:40.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:06:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:06:41.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:06:40 smithi055 ceph-mon[185614]: pgmap v4406: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:41.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:06:40 smithi055 ceph-mon[183057]: pgmap v4406: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:41.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:06:40 smithi082 ceph-mon[180771]: pgmap v4406: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:42.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:06:41 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:06:42.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:06:41 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:06:42.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:06:41 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:06:43.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:06:42 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:06:43.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:06:42 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:06:43.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:06:42 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:06:43.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:06:42 smithi055 ceph-mon[185614]: pgmap v4407: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:43.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:06:42 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:06:43.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:06:42 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:06:43.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:06:42 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:06:43.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:06:42 smithi055 ceph-mon[183057]: pgmap v4407: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:43.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:06:42 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:06:43.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:06:42 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:06:43.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:06:42 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:06:43.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:06:42 smithi082 ceph-mon[180771]: pgmap v4407: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:45.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:06:44 smithi055 ceph-mon[185614]: pgmap v4408: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:45.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:06:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:06:45] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T02:06:45.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:06:44 smithi055 ceph-mon[183057]: pgmap v4408: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:45.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:06:44 smithi082 ceph-mon[180771]: pgmap v4408: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:47.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:06:46 smithi055 ceph-mon[185614]: pgmap v4409: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:47.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:06:46 smithi055 ceph-mon[183057]: pgmap v4409: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:06:46 smithi082 ceph-mon[180771]: pgmap v4409: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:49.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:06:48 smithi055 ceph-mon[185614]: pgmap v4410: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:49.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:06:48 smithi055 ceph-mon[183057]: pgmap v4410: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:06:48 smithi082 ceph-mon[180771]: pgmap v4410: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:51.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:06:50 smithi055 ceph-mon[185614]: pgmap v4411: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:51.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:06:50 smithi055 ceph-mon[183057]: pgmap v4411: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:06:50 smithi082 ceph-mon[180771]: pgmap v4411: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:54.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:06:53 smithi055 ceph-mon[185614]: pgmap v4412: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:54.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:06:53 smithi055 ceph-mon[183057]: pgmap v4412: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:54.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:06:53 smithi082 ceph-mon[180771]: pgmap v4412: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:55.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:06:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:06:55.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:06:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:06:55.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:06:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:06:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:06:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:06:55] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:06:56.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:06:55 smithi055 ceph-mon[183057]: pgmap v4413: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:56.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:06:55 smithi055 ceph-mon[185614]: pgmap v4413: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:56.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:06:55 smithi082 ceph-mon[180771]: pgmap v4413: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:57.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:06:56 smithi055 ceph-mon[185614]: pgmap v4414: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:57.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:06:56 smithi055 ceph-mon[183057]: pgmap v4414: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:06:56 smithi082 ceph-mon[180771]: pgmap v4414: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:59.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:06:58 smithi055 ceph-mon[185614]: pgmap v4415: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:59.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:06:58 smithi055 ceph-mon[183057]: pgmap v4415: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:06:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:06:58 smithi082 ceph-mon[180771]: pgmap v4415: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:01.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:07:00 smithi055 ceph-mon[185614]: pgmap v4416: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:07:00 smithi055 ceph-mon[183057]: pgmap v4416: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:07:00 smithi082 ceph-mon[180771]: pgmap v4416: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:04.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:07:03 smithi055 ceph-mon[185614]: pgmap v4417: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:04.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:07:03 smithi055 ceph-mon[183057]: pgmap v4417: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:04.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:07:03 smithi082 ceph-mon[180771]: pgmap v4417: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:05.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:07:04 smithi055 ceph-mon[185614]: pgmap v4418: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:05.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:07:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:07:05] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:07:05.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:07:04 smithi055 ceph-mon[183057]: pgmap v4418: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:05.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:07:04 smithi082 ceph-mon[180771]: pgmap v4418: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:07.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:07:06 smithi055 ceph-mon[185614]: pgmap v4419: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:07.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:07:06 smithi055 ceph-mon[183057]: pgmap v4419: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:07:06 smithi082 ceph-mon[180771]: pgmap v4419: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:09.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:07:08 smithi055 ceph-mon[185614]: pgmap v4420: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:07:08 smithi055 ceph-mon[183057]: pgmap v4420: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:07:08 smithi082 ceph-mon[180771]: pgmap v4420: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:10.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:07:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:07:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:07:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:07:10.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:07:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:07:11.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:07:10 smithi055 ceph-mon[185614]: pgmap v4421: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:11.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:07:10 smithi055 ceph-mon[183057]: pgmap v4421: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:07:10 smithi082 ceph-mon[180771]: pgmap v4421: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:13.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:07:13 smithi082 ceph-mon[180771]: pgmap v4422: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:14.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:07:13 smithi055 ceph-mon[185614]: pgmap v4422: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:14.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:07:13 smithi055 ceph-mon[183057]: pgmap v4422: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:15.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:07:14 smithi055 ceph-mon[185614]: pgmap v4423: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:15.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:07:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:07:15] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:07:15.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:07:14 smithi055 ceph-mon[183057]: pgmap v4423: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:07:14 smithi082 ceph-mon[180771]: pgmap v4423: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:17.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:07:16 smithi055 ceph-mon[185614]: pgmap v4424: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:17.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:07:16 smithi055 ceph-mon[183057]: pgmap v4424: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:07:16 smithi082 ceph-mon[180771]: pgmap v4424: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:19.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:07:18 smithi055 ceph-mon[185614]: pgmap v4425: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:19.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:07:18 smithi055 ceph-mon[183057]: pgmap v4425: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:07:18 smithi082 ceph-mon[180771]: pgmap v4425: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:21.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:07:20 smithi055 ceph-mon[185614]: pgmap v4426: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:21.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:07:20 smithi055 ceph-mon[183057]: pgmap v4426: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:07:20 smithi082 ceph-mon[180771]: pgmap v4426: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:24.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:07:23 smithi055 ceph-mon[185614]: pgmap v4427: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:24.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:07:23 smithi055 ceph-mon[183057]: pgmap v4427: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:24.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:07:23 smithi082 ceph-mon[180771]: pgmap v4427: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:25.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:07:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:07:25.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:07:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:07:25.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:07:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:07:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:07:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:07:25] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T02:07:26.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:07:25 smithi055 ceph-mon[185614]: pgmap v4428: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:26.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:07:25 smithi055 ceph-mon[183057]: pgmap v4428: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:26.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:07:25 smithi082 ceph-mon[180771]: pgmap v4428: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:27.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:07:26 smithi055 ceph-mon[185614]: pgmap v4429: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:27.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:07:26 smithi055 ceph-mon[183057]: pgmap v4429: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:07:26 smithi082 ceph-mon[180771]: pgmap v4429: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:29.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:07:28 smithi055 ceph-mon[185614]: pgmap v4430: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:29.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:07:28 smithi055 ceph-mon[183057]: pgmap v4430: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:07:28 smithi082 ceph-mon[180771]: pgmap v4430: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:31.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:07:30 smithi055 ceph-mon[185614]: pgmap v4431: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:31.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:07:30 smithi055 ceph-mon[183057]: pgmap v4431: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:07:30 smithi082 ceph-mon[180771]: pgmap v4431: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:34.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:07:33 smithi055 ceph-mon[185614]: pgmap v4432: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:34.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:07:33 smithi055 ceph-mon[183057]: pgmap v4432: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:34.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:07:33 smithi082 ceph-mon[180771]: pgmap v4432: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:35.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:07:34 smithi055 ceph-mon[185614]: pgmap v4433: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:35.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:07:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:07:35] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T02:07:35.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:07:34 smithi055 ceph-mon[183057]: pgmap v4433: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:35.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:07:34 smithi082 ceph-mon[180771]: pgmap v4433: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:37.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:07:36 smithi055 ceph-mon[185614]: pgmap v4434: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:37.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:07:36 smithi055 ceph-mon[183057]: pgmap v4434: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:07:36 smithi082 ceph-mon[180771]: pgmap v4434: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:39.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:07:38 smithi055 ceph-mon[185614]: pgmap v4435: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:39.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:07:38 smithi055 ceph-mon[183057]: pgmap v4435: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:07:38 smithi082 ceph-mon[180771]: pgmap v4435: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:40.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:07:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:07:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:07:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:07:40.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:07:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:07:41.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:07:40 smithi055 ceph-mon[185614]: pgmap v4436: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:41.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:07:40 smithi055 ceph-mon[183057]: pgmap v4436: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:41.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:07:40 smithi082 ceph-mon[180771]: pgmap v4436: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:42.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:07:42 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:07:43.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:07:42 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:07:43.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:07:42 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:07:44.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:07:43 smithi055 ceph-mon[185614]: pgmap v4437: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:44.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:07:43 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:07:44.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:07:43 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:07:44.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:07:43 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:07:44.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:07:43 smithi055 ceph-mon[183057]: pgmap v4437: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:44.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:07:43 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:07:44.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:07:43 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:07:44.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:07:43 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:07:44.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:07:43 smithi082 ceph-mon[180771]: pgmap v4437: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:44.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:07:43 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:07:44.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:07:43 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:07:44.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:07:43 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:07:45.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:07:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:07:45] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T02:07:45.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:07:44 smithi055 ceph-mon[185614]: pgmap v4438: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:45.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:07:44 smithi055 ceph-mon[183057]: pgmap v4438: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:45.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:07:44 smithi082 ceph-mon[180771]: pgmap v4438: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:47.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:07:46 smithi055 ceph-mon[185614]: pgmap v4439: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:47.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:07:46 smithi055 ceph-mon[183057]: pgmap v4439: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:07:46 smithi082 ceph-mon[180771]: pgmap v4439: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:49.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:07:48 smithi055 ceph-mon[185614]: pgmap v4440: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:49.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:07:48 smithi055 ceph-mon[183057]: pgmap v4440: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:07:48 smithi082 ceph-mon[180771]: pgmap v4440: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:51.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:07:50 smithi055 ceph-mon[185614]: pgmap v4441: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:51.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:07:50 smithi055 ceph-mon[183057]: pgmap v4441: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:07:50 smithi082 ceph-mon[180771]: pgmap v4441: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:54.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:07:53 smithi055 ceph-mon[185614]: pgmap v4442: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:54.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:07:53 smithi055 ceph-mon[183057]: pgmap v4442: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:54.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:07:53 smithi082 ceph-mon[180771]: pgmap v4442: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:55.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:07:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:07:55.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:07:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:07:55.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:07:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:07:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:07:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:07:55] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T02:07:56.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:07:55 smithi055 ceph-mon[185614]: pgmap v4443: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:56.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:07:55 smithi055 ceph-mon[183057]: pgmap v4443: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:56.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:07:55 smithi082 ceph-mon[180771]: pgmap v4443: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:57.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:07:56 smithi055 ceph-mon[185614]: pgmap v4444: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:57.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:07:56 smithi055 ceph-mon[183057]: pgmap v4444: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:07:56 smithi082 ceph-mon[180771]: pgmap v4444: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:59.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:07:58 smithi055 ceph-mon[185614]: pgmap v4445: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:59.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:07:58 smithi055 ceph-mon[183057]: pgmap v4445: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:07:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:07:58 smithi082 ceph-mon[180771]: pgmap v4445: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:01.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:08:00 smithi055 ceph-mon[185614]: pgmap v4446: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:08:00 smithi055 ceph-mon[183057]: pgmap v4446: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:08:00 smithi082 ceph-mon[180771]: pgmap v4446: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:04.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:08:03 smithi055 ceph-mon[185614]: pgmap v4447: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:04.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:08:03 smithi055 ceph-mon[183057]: pgmap v4447: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:04.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:08:03 smithi082 ceph-mon[180771]: pgmap v4447: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:08:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:08:05] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T02:08:06.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:08:05 smithi055 ceph-mon[185614]: pgmap v4448: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:06.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:08:05 smithi055 ceph-mon[183057]: pgmap v4448: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:06.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:08:05 smithi082 ceph-mon[180771]: pgmap v4448: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:09.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:08:08 smithi055 ceph-mon[185614]: pgmap v4449: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:09.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:08:08 smithi055 ceph-mon[183057]: pgmap v4449: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:09.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:08:08 smithi082 ceph-mon[180771]: pgmap v4449: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:10.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:08:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:08:10.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:08:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:08:10.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:08:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:08:11.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:08:10 smithi055 ceph-mon[185614]: pgmap v4450: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:11.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:08:10 smithi055 ceph-mon[183057]: pgmap v4450: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:11.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:08:10 smithi082 ceph-mon[180771]: pgmap v4450: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:13.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:08:12 smithi055 ceph-mon[185614]: pgmap v4451: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:13.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:08:12 smithi055 ceph-mon[183057]: pgmap v4451: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:13.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:08:12 smithi082 ceph-mon[180771]: pgmap v4451: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:15.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:08:14 smithi055 ceph-mon[185614]: pgmap v4452: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:15.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:08:14 smithi055 ceph-mon[183057]: pgmap v4452: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:15.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:08:14 smithi082 ceph-mon[180771]: pgmap v4452: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:08:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:08:15] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T02:08:17.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:08:16 smithi055 ceph-mon[185614]: pgmap v4453: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:17.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:08:16 smithi055 ceph-mon[183057]: pgmap v4453: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:17.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:08:16 smithi082 ceph-mon[180771]: pgmap v4453: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:19.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:08:18 smithi055 ceph-mon[185614]: pgmap v4454: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:19.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:08:18 smithi055 ceph-mon[183057]: pgmap v4454: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:19.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:08:18 smithi082 ceph-mon[180771]: pgmap v4454: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:21.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:08:20 smithi055 ceph-mon[185614]: pgmap v4455: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:21.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:08:20 smithi055 ceph-mon[183057]: pgmap v4455: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:21.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:08:20 smithi082 ceph-mon[180771]: pgmap v4455: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:23.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:08:22 smithi055 ceph-mon[185614]: pgmap v4456: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:23.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:08:22 smithi055 ceph-mon[183057]: pgmap v4456: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:23.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:08:22 smithi082 ceph-mon[180771]: pgmap v4456: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:25.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:08:24 smithi055 ceph-mon[185614]: pgmap v4457: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:25.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:08:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:08:25.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:08:24 smithi055 ceph-mon[183057]: pgmap v4457: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:25.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:08:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:08:25.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:08:24 smithi082 ceph-mon[180771]: pgmap v4457: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:25.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:08:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:08:25.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:08:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:08:25] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T02:08:27.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:08:26 smithi055 ceph-mon[185614]: pgmap v4458: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:27.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:08:26 smithi055 ceph-mon[183057]: pgmap v4458: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:27.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:08:26 smithi082 ceph-mon[180771]: pgmap v4458: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:29.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:08:28 smithi055 ceph-mon[185614]: pgmap v4459: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:29.022 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:08:28 smithi055 ceph-mon[183057]: pgmap v4459: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:29.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:08:28 smithi082 ceph-mon[180771]: pgmap v4459: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:31.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:08:30 smithi055 ceph-mon[185614]: pgmap v4460: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:31.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:08:30 smithi055 ceph-mon[183057]: pgmap v4460: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:31.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:08:30 smithi082 ceph-mon[180771]: pgmap v4460: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:33.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:08:32 smithi055 ceph-mon[185614]: pgmap v4461: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:33.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:08:32 smithi055 ceph-mon[183057]: pgmap v4461: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:33.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:08:32 smithi082 ceph-mon[180771]: pgmap v4461: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:35.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:08:34 smithi055 ceph-mon[185614]: pgmap v4462: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:35.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:08:34 smithi055 ceph-mon[183057]: pgmap v4462: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:35.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:08:34 smithi082 ceph-mon[180771]: pgmap v4462: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:08:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:08:35] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T02:08:37.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:08:36 smithi055 ceph-mon[185614]: pgmap v4463: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:37.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:08:36 smithi055 ceph-mon[183057]: pgmap v4463: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:37.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:08:36 smithi082 ceph-mon[180771]: pgmap v4463: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:39.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:08:38 smithi055 ceph-mon[185614]: pgmap v4464: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:39.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:08:38 smithi055 ceph-mon[183057]: pgmap v4464: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:39.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:08:38 smithi082 ceph-mon[180771]: pgmap v4464: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:40.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:08:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:08:40.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:08:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:08:40.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:08:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:08:41.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:08:40 smithi055 ceph-mon[185614]: pgmap v4465: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:41.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:08:40 smithi055 ceph-mon[183057]: pgmap v4465: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:41.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:08:40 smithi082 ceph-mon[180771]: pgmap v4465: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:43.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:08:42 smithi055 ceph-mon[185614]: pgmap v4466: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:43.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:08:42 smithi055 ceph-mon[183057]: pgmap v4466: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:43.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:08:42 smithi082 ceph-mon[180771]: pgmap v4466: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:44.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:08:43 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:08:44.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:08:43 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:08:44.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:08:43 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:08:44.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:08:43 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:08:44.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:08:43 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:08:44.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:08:43 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:08:44.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:08:43 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:08:44.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:08:43 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:08:44.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:08:43 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:08:45.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:08:44 smithi055 ceph-mon[185614]: pgmap v4467: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:45.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:08:44 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:08:45.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:08:44 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:08:45.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:08:44 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:08:45.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:08:44 smithi055 ceph-mon[183057]: pgmap v4467: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:45.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:08:44 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:08:45.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:08:44 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:08:45.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:08:44 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:08:45.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:08:44 smithi082 ceph-mon[180771]: pgmap v4467: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:45.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:08:44 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:08:45.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:08:44 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:08:45.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:08:44 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:08:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:08:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:08:45] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:08:47.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:08:46 smithi055 ceph-mon[185614]: pgmap v4468: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:47.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:08:46 smithi055 ceph-mon[183057]: pgmap v4468: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:47.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:08:46 smithi082 ceph-mon[180771]: pgmap v4468: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:49.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:08:48 smithi055 ceph-mon[185614]: pgmap v4469: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:49.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:08:48 smithi055 ceph-mon[183057]: pgmap v4469: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:49.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:08:48 smithi082 ceph-mon[180771]: pgmap v4469: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:51.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:08:50 smithi055 ceph-mon[185614]: pgmap v4470: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:51.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:08:50 smithi055 ceph-mon[183057]: pgmap v4470: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:51.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:08:50 smithi082 ceph-mon[180771]: pgmap v4470: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:53.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:08:52 smithi082 ceph-mon[180771]: pgmap v4471: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:53.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:08:52 smithi055 ceph-mon[185614]: pgmap v4471: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:53.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:08:52 smithi055 ceph-mon[183057]: pgmap v4471: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:55.079 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:08:54 smithi055 ceph-mon[185614]: pgmap v4472: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:55.079 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:08:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:08:55.080 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:08:54 smithi055 ceph-mon[183057]: pgmap v4472: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:55.080 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:08:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:08:55.080 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:08:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:08:55] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T02:08:55.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:08:54 smithi082 ceph-mon[180771]: pgmap v4472: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:55.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:08:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:08:57.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:08:56 smithi082 ceph-mon[180771]: pgmap v4473: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:57.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:08:56 smithi055 ceph-mon[185614]: pgmap v4473: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:57.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:08:56 smithi055 ceph-mon[183057]: pgmap v4473: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:59.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:08:58 smithi082 ceph-mon[180771]: pgmap v4474: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:59.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:08:58 smithi055 ceph-mon[185614]: pgmap v4474: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:08:59.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:08:58 smithi055 ceph-mon[183057]: pgmap v4474: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:01.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:09:00 smithi082 ceph-mon[180771]: pgmap v4475: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:01.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:09:00 smithi055 ceph-mon[185614]: pgmap v4475: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:09:00 smithi055 ceph-mon[183057]: pgmap v4475: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:03.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:09:02 smithi082 ceph-mon[180771]: pgmap v4476: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:03.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:09:02 smithi055 ceph-mon[185614]: pgmap v4476: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:03.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:09:02 smithi055 ceph-mon[183057]: pgmap v4476: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:05.079 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:09:04 smithi055 ceph-mon[185614]: pgmap v4477: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:05.080 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:09:04 smithi055 ceph-mon[183057]: pgmap v4477: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:05.080 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:09:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:09:05] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T02:09:05.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:09:04 smithi082 ceph-mon[180771]: pgmap v4477: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:07.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:09:06 smithi082 ceph-mon[180771]: pgmap v4478: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:07.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:09:06 smithi055 ceph-mon[185614]: pgmap v4478: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:07.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:09:06 smithi055 ceph-mon[183057]: pgmap v4478: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:09.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:09:08 smithi082 ceph-mon[180771]: pgmap v4479: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:09.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:09:08 smithi055 ceph-mon[185614]: pgmap v4479: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:09:08 smithi055 ceph-mon[183057]: pgmap v4479: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:10.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:09:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:09:10.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:09:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:09:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:09:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:09:11.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:09:10 smithi082 ceph-mon[180771]: pgmap v4480: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:11.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:09:10 smithi055 ceph-mon[185614]: pgmap v4480: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:11.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:09:10 smithi055 ceph-mon[183057]: pgmap v4480: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:13.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:09:12 smithi082 ceph-mon[180771]: pgmap v4481: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:13.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:09:12 smithi055 ceph-mon[185614]: pgmap v4481: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:13.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:09:12 smithi055 ceph-mon[183057]: pgmap v4481: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:15.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:09:14 smithi082 ceph-mon[180771]: pgmap v4482: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:15.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:09:14 smithi055 ceph-mon[185614]: pgmap v4482: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:15.725 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:09:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:09:15] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:09:15.726 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:09:14 smithi055 ceph-mon[183057]: pgmap v4482: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:17.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:09:16 smithi082 ceph-mon[180771]: pgmap v4483: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:17.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:09:16 smithi055 ceph-mon[183057]: pgmap v4483: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:17.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:09:16 smithi055 ceph-mon[185614]: pgmap v4483: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:19.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:09:18 smithi082 ceph-mon[180771]: pgmap v4484: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:19.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:09:18 smithi055 ceph-mon[185614]: pgmap v4484: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:19.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:09:18 smithi055 ceph-mon[183057]: pgmap v4484: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:21.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:09:20 smithi055 ceph-mon[185614]: pgmap v4485: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:21.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:09:20 smithi055 ceph-mon[183057]: pgmap v4485: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:21.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:09:20 smithi082 ceph-mon[180771]: pgmap v4485: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:23.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:09:22 smithi055 ceph-mon[185614]: pgmap v4486: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:23.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:09:22 smithi055 ceph-mon[183057]: pgmap v4486: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:09:22 smithi082 ceph-mon[180771]: pgmap v4486: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:25.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:09:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:09:25] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:09:25.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:09:24 smithi055 ceph-mon[185614]: pgmap v4487: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:25.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:09:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:09:25.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:09:24 smithi055 ceph-mon[183057]: pgmap v4487: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:25.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:09:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:09:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:09:24 smithi082 ceph-mon[180771]: pgmap v4487: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:09:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:09:27.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:09:26 smithi055 ceph-mon[185614]: pgmap v4488: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:27.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:09:26 smithi055 ceph-mon[183057]: pgmap v4488: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:09:26 smithi082 ceph-mon[180771]: pgmap v4488: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:27.875 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 02:09:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[225424]: logger=cleanup t=2023-10-14T02:09:27.475907277Z level=info msg="Completed cleanup jobs" duration=12.56743ms 2023-10-14T02:09:29.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:09:28 smithi055 ceph-mon[185614]: pgmap v4489: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:29.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:09:28 smithi055 ceph-mon[183057]: pgmap v4489: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:29.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:09:28 smithi082 ceph-mon[180771]: pgmap v4489: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:31.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:09:30 smithi055 ceph-mon[185614]: pgmap v4490: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:31.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:09:30 smithi055 ceph-mon[183057]: pgmap v4490: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:31.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:09:30 smithi082 ceph-mon[180771]: pgmap v4490: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:33.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:09:32 smithi055 ceph-mon[185614]: pgmap v4491: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:33.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:09:32 smithi055 ceph-mon[183057]: pgmap v4491: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:33.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:09:32 smithi082 ceph-mon[180771]: pgmap v4491: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:35.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:09:34 smithi055 ceph-mon[185614]: pgmap v4492: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:35.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:09:34 smithi055 ceph-mon[183057]: pgmap v4492: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:35.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:09:34 smithi082 ceph-mon[180771]: pgmap v4492: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:09:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:09:35] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:09:37.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:09:36 smithi055 ceph-mon[185614]: pgmap v4493: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:37.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:09:36 smithi055 ceph-mon[183057]: pgmap v4493: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:37.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:09:36 smithi082 ceph-mon[180771]: pgmap v4493: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:39.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:09:38 smithi055 ceph-mon[185614]: pgmap v4494: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:39.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:09:38 smithi055 ceph-mon[183057]: pgmap v4494: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:39.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:09:38 smithi082 ceph-mon[180771]: pgmap v4494: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:40.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:09:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:09:40.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:09:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:09:40.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:09:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:09:41.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:09:40 smithi055 ceph-mon[185614]: pgmap v4495: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:41.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:09:40 smithi055 ceph-mon[183057]: pgmap v4495: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:41.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:09:40 smithi082 ceph-mon[180771]: pgmap v4495: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:43.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:09:42 smithi055 ceph-mon[185614]: pgmap v4496: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:43.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:09:42 smithi055 ceph-mon[183057]: pgmap v4496: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:43.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:09:42 smithi082 ceph-mon[180771]: pgmap v4496: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:45.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:09:44 smithi055 ceph-mon[185614]: pgmap v4497: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:45.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:09:44 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:09:45.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:09:44 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:09:45.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:09:44 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:09:45.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:09:44 smithi055 ceph-mon[183057]: pgmap v4497: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:45.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:09:44 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:09:45.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:09:44 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:09:45.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:09:44 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:09:45.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:09:44 smithi082 ceph-mon[180771]: pgmap v4497: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:45.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:09:44 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:09:45.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:09:44 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:09:45.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:09:44 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:09:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:09:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:09:45] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:09:46.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:09:45 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:09:46.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:09:45 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:09:46.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:09:45 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:09:46.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:09:45 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:09:46.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:09:45 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:09:46.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:09:45 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:09:46.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:09:45 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:09:46.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:09:45 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:09:46.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:09:45 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:09:47.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:09:46 smithi055 ceph-mon[185614]: pgmap v4498: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:47.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:09:46 smithi055 ceph-mon[183057]: pgmap v4498: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:47.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:09:46 smithi082 ceph-mon[180771]: pgmap v4498: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:49.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:09:48 smithi055 ceph-mon[185614]: pgmap v4499: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:49.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:09:48 smithi055 ceph-mon[183057]: pgmap v4499: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:49.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:09:48 smithi082 ceph-mon[180771]: pgmap v4499: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:51.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:09:50 smithi055 ceph-mon[185614]: pgmap v4500: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:51.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:09:50 smithi055 ceph-mon[183057]: pgmap v4500: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:51.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:09:50 smithi082 ceph-mon[180771]: pgmap v4500: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:53.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:09:52 smithi055 ceph-mon[185614]: pgmap v4501: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:53.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:09:52 smithi055 ceph-mon[183057]: pgmap v4501: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:53.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:09:52 smithi082 ceph-mon[180771]: pgmap v4501: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:55.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:09:54 smithi055 ceph-mon[185614]: pgmap v4502: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:55.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:09:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:09:55.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:09:54 smithi055 ceph-mon[183057]: pgmap v4502: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:55.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:09:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:09:55.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:09:54 smithi082 ceph-mon[180771]: pgmap v4502: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:55.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:09:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:09:55.518 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:09:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:09:55] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T02:09:57.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:09:56 smithi055 ceph-mon[185614]: pgmap v4503: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:57.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:09:56 smithi055 ceph-mon[183057]: pgmap v4503: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:57.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:09:56 smithi082 ceph-mon[180771]: pgmap v4503: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:59.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:09:58 smithi055 ceph-mon[185614]: pgmap v4504: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:59.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:09:58 smithi055 ceph-mon[183057]: pgmap v4504: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:09:59.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:09:58 smithi082 ceph-mon[180771]: pgmap v4504: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:01.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:10:00 smithi082 ceph-mon[180771]: pgmap v4505: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:01.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:10:00 smithi082 ceph-mon[180771]: overall HEALTH_OK 2023-10-14T02:10:01.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:10:00 smithi055 ceph-mon[183057]: pgmap v4505: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:10:00 smithi055 ceph-mon[183057]: overall HEALTH_OK 2023-10-14T02:10:01.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:10:00 smithi055 ceph-mon[185614]: pgmap v4505: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:01.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:10:00 smithi055 ceph-mon[185614]: overall HEALTH_OK 2023-10-14T02:10:03.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:10:02 smithi082 ceph-mon[180771]: pgmap v4506: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:03.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:10:02 smithi055 ceph-mon[185614]: pgmap v4506: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:03.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:10:02 smithi055 ceph-mon[183057]: pgmap v4506: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:05.079 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:10:04 smithi055 ceph-mon[185614]: pgmap v4507: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:05.080 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:10:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:10:05] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T02:10:05.080 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:10:04 smithi055 ceph-mon[183057]: pgmap v4507: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:05.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:10:04 smithi082 ceph-mon[180771]: pgmap v4507: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:07.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:10:06 smithi082 ceph-mon[180771]: pgmap v4508: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:07.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:10:06 smithi055 ceph-mon[185614]: pgmap v4508: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:07.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:10:06 smithi055 ceph-mon[183057]: pgmap v4508: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:09.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:10:08 smithi082 ceph-mon[180771]: pgmap v4509: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:09.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:10:08 smithi055 ceph-mon[185614]: pgmap v4509: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:10:08 smithi055 ceph-mon[183057]: pgmap v4509: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:10.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:10:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:10:10.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:10:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:10:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:10:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:10:11.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:10:10 smithi082 ceph-mon[180771]: pgmap v4510: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:11.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:10:10 smithi055 ceph-mon[185614]: pgmap v4510: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:11.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:10:10 smithi055 ceph-mon[183057]: pgmap v4510: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:13.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:10:12 smithi082 ceph-mon[180771]: pgmap v4511: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:13.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:10:12 smithi055 ceph-mon[185614]: pgmap v4511: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:13.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:10:12 smithi055 ceph-mon[183057]: pgmap v4511: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:15.079 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:10:14 smithi055 ceph-mon[185614]: pgmap v4512: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:15.079 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:10:14 smithi055 ceph-mon[183057]: pgmap v4512: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:15.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:10:14 smithi082 ceph-mon[180771]: pgmap v4512: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:15.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:10:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:10:15] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:10:17.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:10:16 smithi082 ceph-mon[180771]: pgmap v4513: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:17.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:10:16 smithi055 ceph-mon[185614]: pgmap v4513: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:17.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:10:16 smithi055 ceph-mon[183057]: pgmap v4513: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:19.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:10:18 smithi082 ceph-mon[180771]: pgmap v4514: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:19.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:10:18 smithi055 ceph-mon[185614]: pgmap v4514: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:19.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:10:18 smithi055 ceph-mon[183057]: pgmap v4514: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:21.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:10:20 smithi082 ceph-mon[180771]: pgmap v4515: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:21.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:10:20 smithi055 ceph-mon[185614]: pgmap v4515: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:21.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:10:20 smithi055 ceph-mon[183057]: pgmap v4515: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:23.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:10:22 smithi082 ceph-mon[180771]: pgmap v4516: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:23.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:10:22 smithi055 ceph-mon[185614]: pgmap v4516: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:23.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:10:22 smithi055 ceph-mon[183057]: pgmap v4516: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:25.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:10:24 smithi082 ceph-mon[180771]: pgmap v4517: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:25.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:10:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:10:25.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:10:24 smithi055 ceph-mon[185614]: pgmap v4517: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:25.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:10:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:10:25.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:10:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:10:25] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:10:25.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:10:24 smithi055 ceph-mon[183057]: pgmap v4517: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:25.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:10:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:10:27.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:10:26 smithi082 ceph-mon[180771]: pgmap v4518: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:27.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:10:26 smithi055 ceph-mon[185614]: pgmap v4518: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:27.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:10:26 smithi055 ceph-mon[183057]: pgmap v4518: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:29.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:10:28 smithi082 ceph-mon[180771]: pgmap v4519: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:29.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:10:28 smithi055 ceph-mon[185614]: pgmap v4519: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:29.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:10:28 smithi055 ceph-mon[183057]: pgmap v4519: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:31.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:10:30 smithi082 ceph-mon[180771]: pgmap v4520: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:31.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:10:30 smithi055 ceph-mon[185614]: pgmap v4520: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:31.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:10:30 smithi055 ceph-mon[183057]: pgmap v4520: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:33.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:10:32 smithi082 ceph-mon[180771]: pgmap v4521: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:33.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:10:32 smithi055 ceph-mon[185614]: pgmap v4521: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:33.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:10:32 smithi055 ceph-mon[183057]: pgmap v4521: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:35.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:10:34 smithi082 ceph-mon[180771]: pgmap v4522: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:35.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:10:34 smithi055 ceph-mon[185614]: pgmap v4522: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:35.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:10:34 smithi055 ceph-mon[183057]: pgmap v4522: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:35.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:10:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:10:35] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:10:37.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:10:36 smithi055 ceph-mon[185614]: pgmap v4523: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:37.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:10:36 smithi055 ceph-mon[183057]: pgmap v4523: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:10:36 smithi082 ceph-mon[180771]: pgmap v4523: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:39.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:10:38 smithi055 ceph-mon[185614]: pgmap v4524: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:39.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:10:38 smithi055 ceph-mon[183057]: pgmap v4524: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:10:38 smithi082 ceph-mon[180771]: pgmap v4524: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:40.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:10:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:10:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:10:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:10:40.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:10:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:10:41.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:10:40 smithi055 ceph-mon[185614]: pgmap v4525: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:41.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:10:40 smithi055 ceph-mon[183057]: pgmap v4525: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:41.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:10:40 smithi082 ceph-mon[180771]: pgmap v4525: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:42.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:10:41 smithi055 ceph-mon[185614]: pgmap v4526: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:42.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:10:41 smithi055 ceph-mon[183057]: pgmap v4526: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:42.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:10:41 smithi082 ceph-mon[180771]: pgmap v4526: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:45.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:10:44 smithi055 ceph-mon[185614]: pgmap v4527: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:45.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:10:44 smithi055 ceph-mon[183057]: pgmap v4527: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:45.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:10:44 smithi082 ceph-mon[180771]: pgmap v4527: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:10:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:10:45] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T02:10:46.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:10:45 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:10:46.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:10:45 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:10:46.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:10:45 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:10:46.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:10:45 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:10:46.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:10:45 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:10:46.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:10:45 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:10:46.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:10:45 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:10:46.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:10:45 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:10:46.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:10:45 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:10:47.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:10:46 smithi055 ceph-mon[185614]: pgmap v4528: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:47.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:10:46 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:10:47.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:10:46 smithi055 ceph-mon[183057]: pgmap v4528: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:47.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:10:46 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:10:47.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:10:46 smithi082 ceph-mon[180771]: pgmap v4528: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:47.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:10:46 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:10:49.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:10:48 smithi055 ceph-mon[185614]: pgmap v4529: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:49.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:10:48 smithi055 ceph-mon[183057]: pgmap v4529: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:49.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:10:48 smithi082 ceph-mon[180771]: pgmap v4529: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:51.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:10:50 smithi055 ceph-mon[185614]: pgmap v4530: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:51.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:10:50 smithi055 ceph-mon[183057]: pgmap v4530: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:51.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:10:50 smithi082 ceph-mon[180771]: pgmap v4530: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:53.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:10:52 smithi055 ceph-mon[185614]: pgmap v4531: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:53.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:10:52 smithi055 ceph-mon[183057]: pgmap v4531: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:53.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:10:52 smithi082 ceph-mon[180771]: pgmap v4531: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:55.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:10:54 smithi055 ceph-mon[185614]: pgmap v4532: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:55.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:10:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:10:55.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:10:54 smithi055 ceph-mon[183057]: pgmap v4532: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:55.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:10:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:10:55.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:10:54 smithi082 ceph-mon[180771]: pgmap v4532: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:55.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:10:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:10:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:10:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:10:55] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T02:10:57.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:10:56 smithi055 ceph-mon[185614]: pgmap v4533: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:57.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:10:56 smithi055 ceph-mon[183057]: pgmap v4533: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:57.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:10:56 smithi082 ceph-mon[180771]: pgmap v4533: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:59.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:10:58 smithi055 ceph-mon[185614]: pgmap v4534: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:59.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:10:58 smithi055 ceph-mon[183057]: pgmap v4534: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:10:59.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:10:58 smithi082 ceph-mon[180771]: pgmap v4534: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:01.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:11:00 smithi055 ceph-mon[185614]: pgmap v4535: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:01.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:11:00 smithi055 ceph-mon[183057]: pgmap v4535: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:01.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:11:00 smithi082 ceph-mon[180771]: pgmap v4535: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:03.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:11:02 smithi055 ceph-mon[185614]: pgmap v4536: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:03.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:11:02 smithi055 ceph-mon[183057]: pgmap v4536: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:03.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:11:02 smithi082 ceph-mon[180771]: pgmap v4536: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:05.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:11:04 smithi055 ceph-mon[185614]: pgmap v4537: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:05.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:11:04 smithi055 ceph-mon[183057]: pgmap v4537: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:05.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:11:04 smithi082 ceph-mon[180771]: pgmap v4537: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:11:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:11:05] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T02:11:07.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:11:06 smithi055 ceph-mon[185614]: pgmap v4538: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:07.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:11:06 smithi055 ceph-mon[183057]: pgmap v4538: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:07.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:11:06 smithi082 ceph-mon[180771]: pgmap v4538: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:09.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:11:08 smithi055 ceph-mon[185614]: pgmap v4539: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:09.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:11:08 smithi055 ceph-mon[183057]: pgmap v4539: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:09.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:11:08 smithi082 ceph-mon[180771]: pgmap v4539: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:10.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:11:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:11:10.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:11:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:11:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:11:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:11:11.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:11:10 smithi082 ceph-mon[180771]: pgmap v4540: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:11.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:11:10 smithi055 ceph-mon[185614]: pgmap v4540: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:11.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:11:10 smithi055 ceph-mon[183057]: pgmap v4540: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:13.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:11:12 smithi082 ceph-mon[180771]: pgmap v4541: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:13.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:11:12 smithi055 ceph-mon[185614]: pgmap v4541: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:13.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:11:12 smithi055 ceph-mon[183057]: pgmap v4541: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:15.079 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:11:14 smithi055 ceph-mon[185614]: pgmap v4542: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:15.080 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:11:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:11:15] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T02:11:15.080 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:11:14 smithi055 ceph-mon[183057]: pgmap v4542: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:15.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:11:14 smithi082 ceph-mon[180771]: pgmap v4542: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:17.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:11:16 smithi082 ceph-mon[180771]: pgmap v4543: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:17.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:11:16 smithi055 ceph-mon[185614]: pgmap v4543: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:17.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:11:16 smithi055 ceph-mon[183057]: pgmap v4543: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:19.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:11:18 smithi082 ceph-mon[180771]: pgmap v4544: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:19.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:11:18 smithi055 ceph-mon[185614]: pgmap v4544: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:19.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:11:18 smithi055 ceph-mon[183057]: pgmap v4544: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:21.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:11:20 smithi082 ceph-mon[180771]: pgmap v4545: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:21.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:11:20 smithi055 ceph-mon[185614]: pgmap v4545: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:21.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:11:20 smithi055 ceph-mon[183057]: pgmap v4545: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:23.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:11:22 smithi082 ceph-mon[180771]: pgmap v4546: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:23.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:11:22 smithi055 ceph-mon[185614]: pgmap v4546: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:23.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:11:22 smithi055 ceph-mon[183057]: pgmap v4546: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:25.079 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:11:24 smithi055 ceph-mon[185614]: pgmap v4547: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:25.080 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:11:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:11:25.080 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:11:24 smithi055 ceph-mon[183057]: pgmap v4547: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:25.080 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:11:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:11:25.081 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:11:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:11:25] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T02:11:25.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:11:24 smithi082 ceph-mon[180771]: pgmap v4547: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:25.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:11:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:11:27.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:11:26 smithi082 ceph-mon[180771]: pgmap v4548: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:27.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:11:26 smithi055 ceph-mon[185614]: pgmap v4548: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:27.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:11:26 smithi055 ceph-mon[183057]: pgmap v4548: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:29.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:11:28 smithi082 ceph-mon[180771]: pgmap v4549: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:29.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:11:28 smithi055 ceph-mon[185614]: pgmap v4549: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:29.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:11:28 smithi055 ceph-mon[183057]: pgmap v4549: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:31.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:11:30 smithi082 ceph-mon[180771]: pgmap v4550: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:31.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:11:30 smithi055 ceph-mon[185614]: pgmap v4550: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:31.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:11:30 smithi055 ceph-mon[183057]: pgmap v4550: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:33.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:11:32 smithi082 ceph-mon[180771]: pgmap v4551: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:33.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:11:32 smithi055 ceph-mon[183057]: pgmap v4551: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:33.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:11:32 smithi055 ceph-mon[185614]: pgmap v4551: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:35.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:11:34 smithi082 ceph-mon[180771]: pgmap v4552: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:35.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:11:34 smithi055 ceph-mon[185614]: pgmap v4552: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:35.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:11:34 smithi055 ceph-mon[183057]: pgmap v4552: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:35.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:11:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:11:35] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T02:11:37.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:11:36 smithi082 ceph-mon[180771]: pgmap v4553: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:37.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:11:36 smithi055 ceph-mon[185614]: pgmap v4553: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:37.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:11:36 smithi055 ceph-mon[183057]: pgmap v4553: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:39.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:11:38 smithi082 ceph-mon[180771]: pgmap v4554: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:39.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:11:38 smithi055 ceph-mon[185614]: pgmap v4554: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:39.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:11:38 smithi055 ceph-mon[183057]: pgmap v4554: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:40.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:11:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:11:40.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:11:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:11:40.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:11:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:11:41.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:11:40 smithi082 ceph-mon[180771]: pgmap v4555: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:41.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:11:40 smithi055 ceph-mon[185614]: pgmap v4555: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:41.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:11:40 smithi055 ceph-mon[183057]: pgmap v4555: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:43.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:11:42 smithi082 ceph-mon[180771]: pgmap v4556: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:43.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:11:42 smithi055 ceph-mon[185614]: pgmap v4556: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:43.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:11:42 smithi055 ceph-mon[183057]: pgmap v4556: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:45.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:11:44 smithi055 ceph-mon[185614]: pgmap v4557: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:45.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:11:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:11:45] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T02:11:45.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:11:44 smithi055 ceph-mon[183057]: pgmap v4557: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:45.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:11:44 smithi082 ceph-mon[180771]: pgmap v4557: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:46.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:11:45 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:11:46.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:11:45 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:11:46.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:11:45 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:11:46.896 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:11:46 smithi082 ceph-mon[180771]: pgmap v4558: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:47.116 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:11:46 smithi055 ceph-mon[185614]: pgmap v4558: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:47.116 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:11:46 smithi055 ceph-mon[183057]: pgmap v4558: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:49.199 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:11:48 smithi082 ceph-mon[180771]: pgmap v4559: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:49.199 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:11:48 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:11:49.199 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:11:48 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:11:49.200 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:11:48 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:11:49.200 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:11:48 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:11:49.200 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:11:48 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:11:49.200 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:11:48 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:11:49.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:11:48 smithi055 ceph-mon[183057]: pgmap v4559: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:49.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:11:48 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:11:49.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:11:48 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:11:49.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:11:48 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:11:49.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:11:48 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:11:49.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:11:48 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:11:49.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:11:48 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:11:49.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:11:48 smithi055 ceph-mon[185614]: pgmap v4559: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:49.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:11:48 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:11:49.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:11:48 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:11:49.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:11:48 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:11:49.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:11:48 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:11:49.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:11:48 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:11:49.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:11:48 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:11:50.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:11:50 smithi082 ceph-mon[180771]: pgmap v4560: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:50.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:11:50 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:11:50.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:11:50 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:11:50.629 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:11:50 smithi055 ceph-mon[185614]: pgmap v4560: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:50.629 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:11:50 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:11:50.629 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:11:50 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:11:50.629 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:11:50 smithi055 ceph-mon[183057]: pgmap v4560: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:50.630 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:11:50 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:11:50.630 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:11:50 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:11:52.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:11:52 smithi055 ceph-mon[185614]: pgmap v4561: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:52.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:11:52 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:11:52.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:11:52 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:11:52.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:11:52 smithi055 ceph-mon[183057]: pgmap v4561: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:52.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:11:52 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:11:52.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:11:52 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:11:52.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:11:52 smithi082 ceph-mon[180771]: pgmap v4561: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:52.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:11:52 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:11:52.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:11:52 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:11:54.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:11:54 smithi055 ceph-mon[185614]: pgmap v4562: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:54.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:11:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:11:54.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:11:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:11:54.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:11:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:11:54.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:11:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:11:54.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:11:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:11:54.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:11:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:11:54.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:11:54 smithi055 ceph-mon[183057]: pgmap v4562: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:54.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:11:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:11:54.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:11:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:11:54.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:11:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:11:54.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:11:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:11:54.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:11:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:11:54.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:11:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:11:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:11:54 smithi082 ceph-mon[180771]: pgmap v4562: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:11:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:11:54.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:11:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:11:54.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:11:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:11:54.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:11:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:11:54.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:11:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:11:54.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:11:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:11:55.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:11:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:11:55] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:11:56.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:11:56 smithi055 ceph-mon[185614]: pgmap v4563: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:56.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:11:56 smithi055 ceph-mon[183057]: pgmap v4563: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:56.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:11:56 smithi082 ceph-mon[180771]: pgmap v4563: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:59.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:11:58 smithi055 ceph-mon[185614]: pgmap v4564: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:59.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:11:58 smithi055 ceph-mon[183057]: pgmap v4564: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:11:59.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:11:58 smithi082 ceph-mon[180771]: pgmap v4564: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:01.021 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:12:00 smithi055 ceph-mon[185614]: pgmap v4565: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:01.021 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:12:00 smithi055 ceph-mon[183057]: pgmap v4565: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:01.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:12:00 smithi082 ceph-mon[180771]: pgmap v4565: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:03.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:12:02 smithi055 ceph-mon[185614]: pgmap v4566: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:03.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:12:02 smithi055 ceph-mon[183057]: pgmap v4566: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:03.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:12:02 smithi082 ceph-mon[180771]: pgmap v4566: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:05.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:12:04 smithi055 ceph-mon[185614]: pgmap v4567: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:05.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:12:04 smithi055 ceph-mon[183057]: pgmap v4567: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:05.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:12:04 smithi082 ceph-mon[180771]: pgmap v4567: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:12:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:12:05] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:12:07.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:12:06 smithi055 ceph-mon[185614]: pgmap v4568: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:07.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:12:06 smithi055 ceph-mon[183057]: pgmap v4568: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:07.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:12:06 smithi082 ceph-mon[180771]: pgmap v4568: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:09.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:12:08 smithi055 ceph-mon[185614]: pgmap v4569: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:09.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:12:08 smithi055 ceph-mon[183057]: pgmap v4569: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:09.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:12:08 smithi082 ceph-mon[180771]: pgmap v4569: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:10.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:12:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:12:10.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:12:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:12:10.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:12:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:12:11.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:12:10 smithi055 ceph-mon[185614]: pgmap v4570: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:11.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:12:10 smithi055 ceph-mon[183057]: pgmap v4570: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:11.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:12:10 smithi082 ceph-mon[180771]: pgmap v4570: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:13.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:12:12 smithi055 ceph-mon[185614]: pgmap v4571: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:13.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:12:12 smithi055 ceph-mon[183057]: pgmap v4571: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:13.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:12:12 smithi082 ceph-mon[180771]: pgmap v4571: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:15.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:12:14 smithi055 ceph-mon[185614]: pgmap v4572: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:15.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:12:14 smithi055 ceph-mon[183057]: pgmap v4572: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:15.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:12:14 smithi082 ceph-mon[180771]: pgmap v4572: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:15.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:12:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:12:15] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T02:12:17.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:12:16 smithi082 ceph-mon[180771]: pgmap v4573: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:17.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:12:16 smithi055 ceph-mon[185614]: pgmap v4573: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:17.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:12:16 smithi055 ceph-mon[183057]: pgmap v4573: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:19.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:12:18 smithi082 ceph-mon[180771]: pgmap v4574: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:19.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:12:18 smithi055 ceph-mon[185614]: pgmap v4574: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:19.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:12:18 smithi055 ceph-mon[183057]: pgmap v4574: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:21.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:12:20 smithi082 ceph-mon[180771]: pgmap v4575: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:21.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:12:20 smithi055 ceph-mon[185614]: pgmap v4575: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:21.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:12:20 smithi055 ceph-mon[183057]: pgmap v4575: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:23.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:12:22 smithi082 ceph-mon[180771]: pgmap v4576: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:23.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:12:22 smithi055 ceph-mon[185614]: pgmap v4576: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:23.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:12:22 smithi055 ceph-mon[183057]: pgmap v4576: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:25.079 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:12:24 smithi055 ceph-mon[185614]: pgmap v4577: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:25.079 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:12:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:12:25.080 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:12:24 smithi055 ceph-mon[183057]: pgmap v4577: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:25.080 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:12:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:12:25.080 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:12:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:12:25] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T02:12:25.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:12:24 smithi082 ceph-mon[180771]: pgmap v4577: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:25.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:12:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:12:27.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:12:26 smithi082 ceph-mon[180771]: pgmap v4578: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:27.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:12:26 smithi055 ceph-mon[185614]: pgmap v4578: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:27.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:12:26 smithi055 ceph-mon[183057]: pgmap v4578: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:29.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:12:28 smithi082 ceph-mon[180771]: pgmap v4579: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:29.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:12:28 smithi055 ceph-mon[185614]: pgmap v4579: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:29.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:12:28 smithi055 ceph-mon[183057]: pgmap v4579: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:31.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:12:30 smithi082 ceph-mon[180771]: pgmap v4580: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:31.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:12:30 smithi055 ceph-mon[183057]: pgmap v4580: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:31.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:12:30 smithi055 ceph-mon[185614]: pgmap v4580: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:33.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:12:32 smithi082 ceph-mon[180771]: pgmap v4581: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:33.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:12:32 smithi055 ceph-mon[183057]: pgmap v4581: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:33.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:12:32 smithi055 ceph-mon[185614]: pgmap v4581: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:35.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:12:34 smithi082 ceph-mon[180771]: pgmap v4582: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:35.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:12:34 smithi055 ceph-mon[185614]: pgmap v4582: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:35.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:12:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:12:35] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T02:12:35.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:12:34 smithi055 ceph-mon[183057]: pgmap v4582: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:37.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:12:36 smithi082 ceph-mon[180771]: pgmap v4583: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:37.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:12:36 smithi055 ceph-mon[185614]: pgmap v4583: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:37.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:12:36 smithi055 ceph-mon[183057]: pgmap v4583: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:39.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:12:38 smithi082 ceph-mon[180771]: pgmap v4584: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:39.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:12:38 smithi055 ceph-mon[185614]: pgmap v4584: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:39.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:12:38 smithi055 ceph-mon[183057]: pgmap v4584: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:40.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:12:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:12:40.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:12:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:12:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:12:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:12:41.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:12:40 smithi082 ceph-mon[180771]: pgmap v4585: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:41.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:12:40 smithi055 ceph-mon[185614]: pgmap v4585: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:41.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:12:40 smithi055 ceph-mon[183057]: pgmap v4585: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:43.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:12:42 smithi082 ceph-mon[180771]: pgmap v4586: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:43.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:12:42 smithi055 ceph-mon[185614]: pgmap v4586: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:43.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:12:42 smithi055 ceph-mon[183057]: pgmap v4586: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:45.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:12:44 smithi082 ceph-mon[180771]: pgmap v4587: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:45.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:12:44 smithi055 ceph-mon[185614]: pgmap v4587: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:45.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:12:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:12:45] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T02:12:45.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:12:44 smithi055 ceph-mon[183057]: pgmap v4587: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:47.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:12:46 smithi055 ceph-mon[185614]: pgmap v4588: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:47.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:12:46 smithi055 ceph-mon[183057]: pgmap v4588: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:12:46 smithi082 ceph-mon[180771]: pgmap v4588: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:49.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:12:48 smithi055 ceph-mon[185614]: pgmap v4589: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:49.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:12:48 smithi055 ceph-mon[183057]: pgmap v4589: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:12:48 smithi082 ceph-mon[180771]: pgmap v4589: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:51.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:12:50 smithi055 ceph-mon[185614]: pgmap v4590: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:51.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:12:50 smithi055 ceph-mon[183057]: pgmap v4590: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:12:50 smithi082 ceph-mon[180771]: pgmap v4590: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:53.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:12:52 smithi055 ceph-mon[185614]: pgmap v4591: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:53.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:12:52 smithi055 ceph-mon[183057]: pgmap v4591: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:53.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:12:52 smithi082 ceph-mon[180771]: pgmap v4591: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:54.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:12:53 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:12:54.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:12:53 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:12:54.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:12:53 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:12:55.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:12:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:12:55] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:12:55.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:12:54 smithi055 ceph-mon[185614]: pgmap v4592: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:55.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:12:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:12:55.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:12:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:12:55.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:12:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:12:55.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:12:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:12:55.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:12:54 smithi055 ceph-mon[183057]: pgmap v4592: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:55.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:12:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:12:55.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:12:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:12:55.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:12:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:12:55.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:12:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:12:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:12:54 smithi082 ceph-mon[180771]: pgmap v4592: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:12:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:12:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:12:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:12:55.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:12:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:12:55.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:12:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:12:56.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:12:55 smithi055 ceph-mon[185614]: pgmap v4593: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:56.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:12:55 smithi055 ceph-mon[183057]: pgmap v4593: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:56.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:12:55 smithi082 ceph-mon[180771]: pgmap v4593: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:59.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:12:58 smithi055 ceph-mon[185614]: pgmap v4594: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:59.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:12:58 smithi055 ceph-mon[183057]: pgmap v4594: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:12:59.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:12:58 smithi082 ceph-mon[180771]: pgmap v4594: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:01.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:13:00 smithi055 ceph-mon[185614]: pgmap v4595: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:01.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:13:00 smithi055 ceph-mon[183057]: pgmap v4595: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:01.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:13:00 smithi082 ceph-mon[180771]: pgmap v4595: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:03.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:13:02 smithi055 ceph-mon[185614]: pgmap v4596: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:03.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:13:02 smithi055 ceph-mon[183057]: pgmap v4596: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:03.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:13:02 smithi082 ceph-mon[180771]: pgmap v4596: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:05.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:13:04 smithi055 ceph-mon[185614]: pgmap v4597: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:05.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:13:04 smithi055 ceph-mon[183057]: pgmap v4597: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:05.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:13:04 smithi082 ceph-mon[180771]: pgmap v4597: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:05.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:13:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:13:05] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:13:07.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:13:06 smithi055 ceph-mon[185614]: pgmap v4598: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:07.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:13:06 smithi055 ceph-mon[183057]: pgmap v4598: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:07.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:13:06 smithi082 ceph-mon[180771]: pgmap v4598: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:09.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:13:08 smithi055 ceph-mon[185614]: pgmap v4599: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:09.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:13:08 smithi055 ceph-mon[183057]: pgmap v4599: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:09.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:13:08 smithi082 ceph-mon[180771]: pgmap v4599: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:10.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:13:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:13:10.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:13:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:13:10.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:13:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:13:11.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:13:10 smithi055 ceph-mon[185614]: pgmap v4600: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:11.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:13:10 smithi055 ceph-mon[183057]: pgmap v4600: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:11.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:13:10 smithi082 ceph-mon[180771]: pgmap v4600: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:13.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:13:12 smithi055 ceph-mon[185614]: pgmap v4601: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:13.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:13:12 smithi055 ceph-mon[183057]: pgmap v4601: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:13.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:13:12 smithi082 ceph-mon[180771]: pgmap v4601: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:15.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:13:14 smithi055 ceph-mon[185614]: pgmap v4602: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:15.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:13:14 smithi055 ceph-mon[183057]: pgmap v4602: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:15.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:13:14 smithi082 ceph-mon[180771]: pgmap v4602: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:15.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:13:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:13:15] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T02:13:17.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:13:16 smithi055 ceph-mon[185614]: pgmap v4603: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:17.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:13:16 smithi055 ceph-mon[183057]: pgmap v4603: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:17.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:13:16 smithi082 ceph-mon[180771]: pgmap v4603: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:19.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:13:18 smithi055 ceph-mon[185614]: pgmap v4604: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:19.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:13:18 smithi055 ceph-mon[183057]: pgmap v4604: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:19.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:13:18 smithi082 ceph-mon[180771]: pgmap v4604: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:21.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:13:20 smithi055 ceph-mon[185614]: pgmap v4605: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:21.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:13:20 smithi055 ceph-mon[183057]: pgmap v4605: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:21.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:13:20 smithi082 ceph-mon[180771]: pgmap v4605: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:23.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:13:22 smithi055 ceph-mon[185614]: pgmap v4606: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:23.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:13:22 smithi055 ceph-mon[183057]: pgmap v4606: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:23.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:13:22 smithi082 ceph-mon[180771]: pgmap v4606: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:25.079 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:13:24 smithi055 ceph-mon[185614]: pgmap v4607: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:25.079 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:13:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:13:25.079 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:13:24 smithi055 ceph-mon[183057]: pgmap v4607: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:25.080 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:13:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:13:25.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:13:24 smithi082 ceph-mon[180771]: pgmap v4607: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:25.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:13:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:13:25.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:13:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:13:25] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:13:27.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:13:26 smithi082 ceph-mon[180771]: pgmap v4608: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:27.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:13:26 smithi055 ceph-mon[185614]: pgmap v4608: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:27.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:13:26 smithi055 ceph-mon[183057]: pgmap v4608: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:29.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:13:28 smithi082 ceph-mon[180771]: pgmap v4609: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:29.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:13:28 smithi055 ceph-mon[185614]: pgmap v4609: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:29.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:13:28 smithi055 ceph-mon[183057]: pgmap v4609: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:31.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:13:30 smithi082 ceph-mon[180771]: pgmap v4610: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:31.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:13:30 smithi055 ceph-mon[185614]: pgmap v4610: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:31.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:13:30 smithi055 ceph-mon[183057]: pgmap v4610: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:33.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:13:32 smithi082 ceph-mon[180771]: pgmap v4611: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:33.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:13:32 smithi055 ceph-mon[185614]: pgmap v4611: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:33.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:13:32 smithi055 ceph-mon[183057]: pgmap v4611: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:35.078 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:13:34 smithi055 ceph-mon[185614]: pgmap v4612: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:35.079 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:13:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:13:35] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:13:35.079 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:13:34 smithi055 ceph-mon[183057]: pgmap v4612: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:35.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:13:34 smithi082 ceph-mon[180771]: pgmap v4612: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:37.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:13:36 smithi082 ceph-mon[180771]: pgmap v4613: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:37.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:13:36 smithi055 ceph-mon[185614]: pgmap v4613: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:37.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:13:36 smithi055 ceph-mon[183057]: pgmap v4613: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:39.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:13:38 smithi082 ceph-mon[180771]: pgmap v4614: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:39.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:13:38 smithi055 ceph-mon[185614]: pgmap v4614: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:39.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:13:38 smithi055 ceph-mon[183057]: pgmap v4614: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:40.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:13:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:13:40.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:13:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:13:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:13:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:13:41.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:13:40 smithi082 ceph-mon[180771]: pgmap v4615: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:41.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:13:40 smithi055 ceph-mon[185614]: pgmap v4615: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:41.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:13:40 smithi055 ceph-mon[183057]: pgmap v4615: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:43.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:13:42 smithi082 ceph-mon[180771]: pgmap v4616: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:43.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:13:42 smithi055 ceph-mon[185614]: pgmap v4616: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:43.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:13:42 smithi055 ceph-mon[183057]: pgmap v4616: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:45.079 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:13:44 smithi055 ceph-mon[185614]: pgmap v4617: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:45.079 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:13:44 smithi055 ceph-mon[183057]: pgmap v4617: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:45.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:13:44 smithi082 ceph-mon[180771]: pgmap v4617: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:45.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:13:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:13:45] "GET /metrics HTTP/1.1" 200 36227 "" "Prometheus/2.43.0" 2023-10-14T02:13:47.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:13:46 smithi082 ceph-mon[180771]: pgmap v4618: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:47.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:13:46 smithi055 ceph-mon[185614]: pgmap v4618: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:47.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:13:46 smithi055 ceph-mon[183057]: pgmap v4618: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:49.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:13:48 smithi082 ceph-mon[180771]: pgmap v4619: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:49.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:13:48 smithi055 ceph-mon[185614]: pgmap v4619: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:49.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:13:48 smithi055 ceph-mon[183057]: pgmap v4619: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:51.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:13:50 smithi082 ceph-mon[180771]: pgmap v4620: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:51.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:13:50 smithi055 ceph-mon[183057]: pgmap v4620: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:51.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:13:50 smithi055 ceph-mon[185614]: pgmap v4620: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:53.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:13:52 smithi082 ceph-mon[180771]: pgmap v4621: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:53.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:13:52 smithi055 ceph-mon[185614]: pgmap v4621: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:53.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:13:52 smithi055 ceph-mon[183057]: pgmap v4621: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:55.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:13:54 smithi082 ceph-mon[180771]: pgmap v4622: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:55.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:13:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:13:55.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:13:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:13:55.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:13:54 smithi055 ceph-mon[185614]: pgmap v4622: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:55.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:13:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:13:55.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:13:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:13:55.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:13:54 smithi055 ceph-mon[183057]: pgmap v4622: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:55.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:13:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:13:55.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:13:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:13:55.269 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:13:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:13:55] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:13:56.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:13:55 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:13:56.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:13:55 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:13:56.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:13:55 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:13:56.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:13:55 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:13:56.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:13:55 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:13:56.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:13:55 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:13:56.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:13:55 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:13:56.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:13:55 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:13:56.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:13:55 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:13:57.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:13:56 smithi082 ceph-mon[180771]: pgmap v4623: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:57.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:13:56 smithi055 ceph-mon[185614]: pgmap v4623: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:57.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:13:56 smithi055 ceph-mon[183057]: pgmap v4623: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:59.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:13:58 smithi055 ceph-mon[185614]: pgmap v4624: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:59.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:13:58 smithi055 ceph-mon[183057]: pgmap v4624: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:13:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:13:58 smithi082 ceph-mon[180771]: pgmap v4624: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:14:00 smithi055 ceph-mon[183057]: pgmap v4625: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:01.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:14:00 smithi055 ceph-mon[185614]: pgmap v4625: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:14:00 smithi082 ceph-mon[180771]: pgmap v4625: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:03.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:14:02 smithi055 ceph-mon[185614]: pgmap v4626: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:03.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:14:02 smithi055 ceph-mon[183057]: pgmap v4626: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:14:02 smithi082 ceph-mon[180771]: pgmap v4626: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:05.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:14:04 smithi055 ceph-mon[185614]: pgmap v4627: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:05.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:14:04 smithi055 ceph-mon[183057]: pgmap v4627: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:05.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:14:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:14:05] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:14:05.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:14:04 smithi082 ceph-mon[180771]: pgmap v4627: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:07.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:14:06 smithi055 ceph-mon[185614]: pgmap v4628: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:07.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:14:06 smithi055 ceph-mon[183057]: pgmap v4628: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:14:06 smithi082 ceph-mon[180771]: pgmap v4628: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:09.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:14:08 smithi055 ceph-mon[185614]: pgmap v4629: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:14:08 smithi055 ceph-mon[183057]: pgmap v4629: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:14:08 smithi082 ceph-mon[180771]: pgmap v4629: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:10.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:14:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:14:10.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:14:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:14:10.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:14:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:14:11.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:14:10 smithi055 ceph-mon[185614]: pgmap v4630: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:11.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:14:10 smithi055 ceph-mon[183057]: pgmap v4630: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:14:10 smithi082 ceph-mon[180771]: pgmap v4630: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:12.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:14:11 smithi055 ceph-mon[185614]: pgmap v4631: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:12.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:14:11 smithi055 ceph-mon[183057]: pgmap v4631: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:12.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:14:11 smithi082 ceph-mon[180771]: pgmap v4631: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:15.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:14:14 smithi055 ceph-mon[185614]: pgmap v4632: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:15.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:14:14 smithi055 ceph-mon[183057]: pgmap v4632: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:15.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:14:14 smithi082 ceph-mon[180771]: pgmap v4632: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:15.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:14:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:14:15] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:14:17.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:14:16 smithi055 ceph-mon[185614]: pgmap v4633: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:17.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:14:16 smithi055 ceph-mon[183057]: pgmap v4633: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:17.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:14:16 smithi082 ceph-mon[180771]: pgmap v4633: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:19.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:14:18 smithi055 ceph-mon[185614]: pgmap v4634: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:19.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:14:18 smithi055 ceph-mon[183057]: pgmap v4634: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:19.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:14:18 smithi082 ceph-mon[180771]: pgmap v4634: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:21.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:14:20 smithi055 ceph-mon[185614]: pgmap v4635: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:21.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:14:20 smithi055 ceph-mon[183057]: pgmap v4635: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:21.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:14:20 smithi082 ceph-mon[180771]: pgmap v4635: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:23.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:14:22 smithi055 ceph-mon[185614]: pgmap v4636: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:23.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:14:22 smithi055 ceph-mon[183057]: pgmap v4636: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:23.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:14:22 smithi082 ceph-mon[180771]: pgmap v4636: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:25.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:14:24 smithi055 ceph-mon[185614]: pgmap v4637: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:25.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:14:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:14:25.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:14:24 smithi055 ceph-mon[183057]: pgmap v4637: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:25.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:14:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:14:25.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:14:24 smithi082 ceph-mon[180771]: pgmap v4637: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:25.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:14:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:14:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:14:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:14:25] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T02:14:27.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:14:26 smithi055 ceph-mon[185614]: pgmap v4638: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:27.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:14:26 smithi055 ceph-mon[183057]: pgmap v4638: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:27.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:14:26 smithi082 ceph-mon[180771]: pgmap v4638: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:29.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:14:28 smithi055 ceph-mon[185614]: pgmap v4639: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:29.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:14:28 smithi055 ceph-mon[183057]: pgmap v4639: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:29.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:14:28 smithi082 ceph-mon[180771]: pgmap v4639: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:31.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:14:30 smithi055 ceph-mon[185614]: pgmap v4640: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:31.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:14:30 smithi055 ceph-mon[183057]: pgmap v4640: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:31.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:14:30 smithi082 ceph-mon[180771]: pgmap v4640: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:33.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:14:32 smithi055 ceph-mon[185614]: pgmap v4641: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:33.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:14:32 smithi055 ceph-mon[183057]: pgmap v4641: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:33.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:14:32 smithi082 ceph-mon[180771]: pgmap v4641: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:35.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:14:34 smithi055 ceph-mon[185614]: pgmap v4642: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:35.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:14:34 smithi055 ceph-mon[183057]: pgmap v4642: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:35.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:14:34 smithi082 ceph-mon[180771]: pgmap v4642: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:14:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:14:35] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T02:14:37.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:14:36 smithi082 ceph-mon[180771]: pgmap v4643: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:37.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:14:36 smithi055 ceph-mon[185614]: pgmap v4643: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:37.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:14:36 smithi055 ceph-mon[183057]: pgmap v4643: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:39.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:14:38 smithi082 ceph-mon[180771]: pgmap v4644: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:39.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:14:38 smithi055 ceph-mon[185614]: pgmap v4644: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:39.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:14:38 smithi055 ceph-mon[183057]: pgmap v4644: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:40.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:14:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:14:40.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:14:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:14:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:14:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:14:41.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:14:40 smithi082 ceph-mon[180771]: pgmap v4645: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:41.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:14:40 smithi055 ceph-mon[185614]: pgmap v4645: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:41.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:14:40 smithi055 ceph-mon[183057]: pgmap v4645: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:43.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:14:42 smithi082 ceph-mon[180771]: pgmap v4646: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:43.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:14:42 smithi055 ceph-mon[185614]: pgmap v4646: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:43.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:14:42 smithi055 ceph-mon[183057]: pgmap v4646: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:45.079 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:14:44 smithi055 ceph-mon[185614]: pgmap v4647: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:45.080 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:14:44 smithi055 ceph-mon[183057]: pgmap v4647: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:45.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:14:44 smithi082 ceph-mon[180771]: pgmap v4647: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:45.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:14:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:14:45] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T02:14:47.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:14:46 smithi082 ceph-mon[180771]: pgmap v4648: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:47.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:14:46 smithi055 ceph-mon[185614]: pgmap v4648: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:47.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:14:46 smithi055 ceph-mon[183057]: pgmap v4648: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:49.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:14:48 smithi082 ceph-mon[180771]: pgmap v4649: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:49.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:14:48 smithi055 ceph-mon[185614]: pgmap v4649: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:49.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:14:48 smithi055 ceph-mon[183057]: pgmap v4649: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:51.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:14:50 smithi082 ceph-mon[180771]: pgmap v4650: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:51.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:14:50 smithi055 ceph-mon[185614]: pgmap v4650: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:51.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:14:50 smithi055 ceph-mon[183057]: pgmap v4650: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:53.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:14:52 smithi082 ceph-mon[180771]: pgmap v4651: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:53.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:14:52 smithi055 ceph-mon[185614]: pgmap v4651: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:53.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:14:52 smithi055 ceph-mon[183057]: pgmap v4651: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:55.079 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:14:54 smithi055 ceph-mon[185614]: pgmap v4652: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:55.079 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:14:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:14:55.080 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:14:54 smithi055 ceph-mon[183057]: pgmap v4652: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:55.080 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:14:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:14:55.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:14:54 smithi082 ceph-mon[180771]: pgmap v4652: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:55.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:14:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:14:55.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:14:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:14:55] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:14:56.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:14:55 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:14:56.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:14:55 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:14:56.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:14:55 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:14:56.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:14:55 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:14:56.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:14:55 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:14:56.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:14:55 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:14:56.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:14:55 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:14:56.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:14:55 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:14:56.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:14:55 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:14:56.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:14:55 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:14:56.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:14:55 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:14:56.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:14:55 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:14:57.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:14:56 smithi082 ceph-mon[180771]: pgmap v4653: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:57.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:14:56 smithi055 ceph-mon[185614]: pgmap v4653: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:57.360 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:14:56 smithi055 ceph-mon[183057]: pgmap v4653: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:59.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:14:58 smithi082 ceph-mon[180771]: pgmap v4654: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:59.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:14:58 smithi055 ceph-mon[185614]: pgmap v4654: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:14:59.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:14:58 smithi055 ceph-mon[183057]: pgmap v4654: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:01.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:15:00 smithi082 ceph-mon[180771]: pgmap v4655: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:01.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:15:00 smithi055 ceph-mon[185614]: pgmap v4655: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:15:00 smithi055 ceph-mon[183057]: pgmap v4655: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:03.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:15:02 smithi082 ceph-mon[180771]: pgmap v4656: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:03.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:15:02 smithi055 ceph-mon[185614]: pgmap v4656: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:03.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:15:02 smithi055 ceph-mon[183057]: pgmap v4656: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:05.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:15:04 smithi082 ceph-mon[180771]: pgmap v4657: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:05.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:15:04 smithi055 ceph-mon[185614]: pgmap v4657: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:05.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:15:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:15:05] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:15:05.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:15:04 smithi055 ceph-mon[183057]: pgmap v4657: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:07.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:15:06 smithi082 ceph-mon[180771]: pgmap v4658: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:07.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:15:06 smithi055 ceph-mon[185614]: pgmap v4658: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:07.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:15:06 smithi055 ceph-mon[183057]: pgmap v4658: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:09.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:15:08 smithi082 ceph-mon[180771]: pgmap v4659: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:09.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:15:08 smithi055 ceph-mon[185614]: pgmap v4659: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:09.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:15:08 smithi055 ceph-mon[183057]: pgmap v4659: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:10.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:15:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:15:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:15:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:15:10.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:15:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:15:11.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:15:10 smithi055 ceph-mon[185614]: pgmap v4660: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:11.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:15:10 smithi055 ceph-mon[183057]: pgmap v4660: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:15:10 smithi082 ceph-mon[180771]: pgmap v4660: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:13.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:15:12 smithi055 ceph-mon[185614]: pgmap v4661: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:13.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:15:12 smithi055 ceph-mon[183057]: pgmap v4661: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:15:12 smithi082 ceph-mon[180771]: pgmap v4661: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:15.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:15:14 smithi055 ceph-mon[185614]: pgmap v4662: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:15.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:15:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:15:15] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T02:15:15.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:15:14 smithi055 ceph-mon[183057]: pgmap v4662: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:15:14 smithi082 ceph-mon[180771]: pgmap v4662: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:17.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:15:16 smithi055 ceph-mon[185614]: pgmap v4663: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:17.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:15:16 smithi055 ceph-mon[183057]: pgmap v4663: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:15:16 smithi082 ceph-mon[180771]: pgmap v4663: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:19.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:15:18 smithi055 ceph-mon[185614]: pgmap v4664: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:19.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:15:18 smithi055 ceph-mon[183057]: pgmap v4664: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:15:18 smithi082 ceph-mon[180771]: pgmap v4664: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:21.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:15:20 smithi055 ceph-mon[185614]: pgmap v4665: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:21.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:15:20 smithi055 ceph-mon[183057]: pgmap v4665: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:15:20 smithi082 ceph-mon[180771]: pgmap v4665: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:23.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:15:22 smithi055 ceph-mon[185614]: pgmap v4666: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:23.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:15:22 smithi055 ceph-mon[183057]: pgmap v4666: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:15:22 smithi082 ceph-mon[180771]: pgmap v4666: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:24.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:15:23 smithi055 ceph-mon[185614]: pgmap v4667: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:24.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:15:23 smithi055 ceph-mon[183057]: pgmap v4667: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:24.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:15:23 smithi082 ceph-mon[180771]: pgmap v4667: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:25.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:15:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:15:25.268 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:15:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:15:25] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T02:15:25.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:15:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:15:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:15:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:15:26.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:15:25 smithi055 ceph-mon[185614]: pgmap v4668: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:26.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:15:25 smithi055 ceph-mon[183057]: pgmap v4668: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:26.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:15:25 smithi082 ceph-mon[180771]: pgmap v4668: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:29.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:15:28 smithi055 ceph-mon[185614]: pgmap v4669: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:29.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:15:28 smithi055 ceph-mon[183057]: pgmap v4669: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:29.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:15:28 smithi082 ceph-mon[180771]: pgmap v4669: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:31.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:15:30 smithi055 ceph-mon[185614]: pgmap v4670: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:31.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:15:30 smithi055 ceph-mon[183057]: pgmap v4670: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:31.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:15:30 smithi082 ceph-mon[180771]: pgmap v4670: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:33.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:15:32 smithi055 ceph-mon[185614]: pgmap v4671: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:33.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:15:32 smithi055 ceph-mon[183057]: pgmap v4671: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:33.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:15:32 smithi082 ceph-mon[180771]: pgmap v4671: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:35.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:15:34 smithi055 ceph-mon[185614]: pgmap v4672: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:35.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:15:34 smithi055 ceph-mon[183057]: pgmap v4672: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:35.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:15:34 smithi082 ceph-mon[180771]: pgmap v4672: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:15:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:15:35] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T02:15:37.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:15:36 smithi055 ceph-mon[185614]: pgmap v4673: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:37.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:15:36 smithi055 ceph-mon[183057]: pgmap v4673: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:37.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:15:36 smithi082 ceph-mon[180771]: pgmap v4673: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:39.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:15:38 smithi082 ceph-mon[180771]: pgmap v4674: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:39.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:15:38 smithi055 ceph-mon[185614]: pgmap v4674: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:39.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:15:38 smithi055 ceph-mon[183057]: pgmap v4674: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:40.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:15:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:15:40.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:15:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:15:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:15:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:15:41.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:15:40 smithi082 ceph-mon[180771]: pgmap v4675: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:41.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:15:40 smithi055 ceph-mon[185614]: pgmap v4675: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:41.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:15:40 smithi055 ceph-mon[183057]: pgmap v4675: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:43.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:15:42 smithi082 ceph-mon[180771]: pgmap v4676: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:43.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:15:42 smithi055 ceph-mon[185614]: pgmap v4676: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:43.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:15:42 smithi055 ceph-mon[183057]: pgmap v4676: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:45.079 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:15:44 smithi055 ceph-mon[185614]: pgmap v4677: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:45.080 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:15:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:15:45] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:15:45.080 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:15:44 smithi055 ceph-mon[183057]: pgmap v4677: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:45.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:15:44 smithi082 ceph-mon[180771]: pgmap v4677: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:47.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:15:46 smithi082 ceph-mon[180771]: pgmap v4678: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:47.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:15:46 smithi055 ceph-mon[185614]: pgmap v4678: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:47.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:15:46 smithi055 ceph-mon[183057]: pgmap v4678: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:49.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:15:48 smithi082 ceph-mon[180771]: pgmap v4679: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:49.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:15:48 smithi055 ceph-mon[185614]: pgmap v4679: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:49.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:15:48 smithi055 ceph-mon[183057]: pgmap v4679: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:51.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:15:50 smithi082 ceph-mon[180771]: pgmap v4680: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:51.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:15:50 smithi055 ceph-mon[185614]: pgmap v4680: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:51.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:15:50 smithi055 ceph-mon[183057]: pgmap v4680: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:53.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:15:52 smithi082 ceph-mon[180771]: pgmap v4681: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:53.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:15:52 smithi055 ceph-mon[185614]: pgmap v4681: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:53.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:15:52 smithi055 ceph-mon[183057]: pgmap v4681: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:55.079 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:15:54 smithi055 ceph-mon[185614]: pgmap v4682: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:55.079 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:15:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:15:55.079 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:15:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:15:55] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T02:15:55.080 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:15:54 smithi055 ceph-mon[183057]: pgmap v4682: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:55.080 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:15:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:15:55.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:15:54 smithi082 ceph-mon[180771]: pgmap v4682: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:55.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:15:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:15:57.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:15:56 smithi082 ceph-mon[180771]: pgmap v4683: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:57.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:15:56 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:15:57.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:15:56 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:15:57.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:15:56 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:15:57.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:15:56 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:15:57.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:15:56 smithi055 ceph-mon[185614]: pgmap v4683: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:57.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:15:56 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:15:57.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:15:56 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:15:57.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:15:56 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:15:57.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:15:56 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:15:57.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:15:56 smithi055 ceph-mon[183057]: pgmap v4683: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:57.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:15:56 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:15:57.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:15:56 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:15:57.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:15:56 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:15:57.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:15:56 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:15:59.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:15:58 smithi082 ceph-mon[180771]: pgmap v4684: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:59.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:15:58 smithi055 ceph-mon[185614]: pgmap v4684: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:15:59.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:15:58 smithi055 ceph-mon[183057]: pgmap v4684: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:01.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:16:00 smithi082 ceph-mon[180771]: pgmap v4685: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:01.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:16:00 smithi055 ceph-mon[185614]: pgmap v4685: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:16:00 smithi055 ceph-mon[183057]: pgmap v4685: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:03.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:16:02 smithi082 ceph-mon[180771]: pgmap v4686: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:03.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:16:02 smithi055 ceph-mon[185614]: pgmap v4686: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:03.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:16:02 smithi055 ceph-mon[183057]: pgmap v4686: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:05.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:16:04 smithi082 ceph-mon[180771]: pgmap v4687: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:05.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:16:04 smithi055 ceph-mon[185614]: pgmap v4687: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:05.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:16:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:16:05] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T02:16:05.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:16:04 smithi055 ceph-mon[183057]: pgmap v4687: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:07.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:16:06 smithi082 ceph-mon[180771]: pgmap v4688: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:07.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:16:06 smithi055 ceph-mon[185614]: pgmap v4688: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:07.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:16:06 smithi055 ceph-mon[183057]: pgmap v4688: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:09.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:16:08 smithi082 ceph-mon[180771]: pgmap v4689: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:09.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:16:08 smithi055 ceph-mon[185614]: pgmap v4689: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:16:08 smithi055 ceph-mon[183057]: pgmap v4689: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:10.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:16:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:16:10.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:16:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:16:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:16:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:16:11.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:16:10 smithi082 ceph-mon[180771]: pgmap v4690: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:11.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:16:10 smithi055 ceph-mon[185614]: pgmap v4690: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:11.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:16:10 smithi055 ceph-mon[183057]: pgmap v4690: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:13.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:16:12 smithi082 ceph-mon[180771]: pgmap v4691: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:13.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:16:12 smithi055 ceph-mon[185614]: pgmap v4691: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:13.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:16:12 smithi055 ceph-mon[183057]: pgmap v4691: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:15.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:16:14 smithi055 ceph-mon[185614]: pgmap v4692: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:15.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:16:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:16:15] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T02:16:15.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:16:14 smithi055 ceph-mon[183057]: pgmap v4692: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:16:14 smithi082 ceph-mon[180771]: pgmap v4692: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:17.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:16:16 smithi055 ceph-mon[185614]: pgmap v4693: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:17.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:16:16 smithi055 ceph-mon[183057]: pgmap v4693: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:16:16 smithi082 ceph-mon[180771]: pgmap v4693: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:19.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:16:18 smithi055 ceph-mon[185614]: pgmap v4694: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:19.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:16:18 smithi055 ceph-mon[183057]: pgmap v4694: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:16:18 smithi082 ceph-mon[180771]: pgmap v4694: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:21.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:16:20 smithi055 ceph-mon[185614]: pgmap v4695: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:21.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:16:20 smithi055 ceph-mon[183057]: pgmap v4695: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:16:20 smithi082 ceph-mon[180771]: pgmap v4695: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:23.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:16:22 smithi055 ceph-mon[185614]: pgmap v4696: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:23.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:16:22 smithi055 ceph-mon[183057]: pgmap v4696: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:16:22 smithi082 ceph-mon[180771]: pgmap v4696: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:25.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:16:24 smithi055 ceph-mon[185614]: pgmap v4697: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:25.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:16:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:16:25.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:16:24 smithi055 ceph-mon[183057]: pgmap v4697: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:25.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:16:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:16:25.268 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:16:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:16:25] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:16:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:16:24 smithi082 ceph-mon[180771]: pgmap v4697: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:16:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:16:27.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:16:26 smithi055 ceph-mon[185614]: pgmap v4698: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:27.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:16:26 smithi055 ceph-mon[183057]: pgmap v4698: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:16:26 smithi082 ceph-mon[180771]: pgmap v4698: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:29.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:16:28 smithi055 ceph-mon[185614]: pgmap v4699: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:29.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:16:28 smithi055 ceph-mon[183057]: pgmap v4699: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:16:28 smithi082 ceph-mon[180771]: pgmap v4699: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:31.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:16:30 smithi055 ceph-mon[185614]: pgmap v4700: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:31.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:16:30 smithi055 ceph-mon[183057]: pgmap v4700: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:16:30 smithi082 ceph-mon[180771]: pgmap v4700: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:33.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:16:32 smithi055 ceph-mon[185614]: pgmap v4701: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:33.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:16:32 smithi055 ceph-mon[183057]: pgmap v4701: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:16:32 smithi082 ceph-mon[180771]: pgmap v4701: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:35.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:16:34 smithi055 ceph-mon[185614]: pgmap v4702: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:35.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:16:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:16:35] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:16:35.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:16:34 smithi055 ceph-mon[183057]: pgmap v4702: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:35.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:16:34 smithi082 ceph-mon[180771]: pgmap v4702: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:37.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:16:36 smithi055 ceph-mon[185614]: pgmap v4703: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:37.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:16:36 smithi055 ceph-mon[183057]: pgmap v4703: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:16:36 smithi082 ceph-mon[180771]: pgmap v4703: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:39.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:16:38 smithi055 ceph-mon[185614]: pgmap v4704: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:39.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:16:38 smithi055 ceph-mon[183057]: pgmap v4704: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:39.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:16:38 smithi082 ceph-mon[180771]: pgmap v4704: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:40.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:16:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:16:40.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:16:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:16:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:16:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:16:41.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:16:40 smithi082 ceph-mon[180771]: pgmap v4705: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:41.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:16:40 smithi055 ceph-mon[183057]: pgmap v4705: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:41.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:16:40 smithi055 ceph-mon[185614]: pgmap v4705: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:43.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:16:42 smithi082 ceph-mon[180771]: pgmap v4706: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:43.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:16:42 smithi055 ceph-mon[185614]: pgmap v4706: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:43.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:16:42 smithi055 ceph-mon[183057]: pgmap v4706: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:45.078 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:16:44 smithi055 ceph-mon[185614]: pgmap v4707: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:45.079 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:16:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:16:45] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:16:45.079 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:16:44 smithi055 ceph-mon[183057]: pgmap v4707: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:45.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:16:44 smithi082 ceph-mon[180771]: pgmap v4707: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:47.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:16:46 smithi082 ceph-mon[180771]: pgmap v4708: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:47.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:16:46 smithi055 ceph-mon[185614]: pgmap v4708: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:47.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:16:46 smithi055 ceph-mon[183057]: pgmap v4708: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:49.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:16:48 smithi082 ceph-mon[180771]: pgmap v4709: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:49.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:16:48 smithi055 ceph-mon[185614]: pgmap v4709: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:49.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:16:48 smithi055 ceph-mon[183057]: pgmap v4709: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:51.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:16:50 smithi082 ceph-mon[180771]: pgmap v4710: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:51.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:16:50 smithi055 ceph-mon[185614]: pgmap v4710: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:51.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:16:50 smithi055 ceph-mon[183057]: pgmap v4710: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:53.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:16:52 smithi082 ceph-mon[180771]: pgmap v4711: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:53.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:16:52 smithi055 ceph-mon[185614]: pgmap v4711: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:53.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:16:52 smithi055 ceph-mon[183057]: pgmap v4711: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:55.079 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:16:54 smithi055 ceph-mon[183057]: pgmap v4712: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:55.079 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:16:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:16:55.080 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:16:54 smithi055 ceph-mon[185614]: pgmap v4712: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:55.080 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:16:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:16:55.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:16:54 smithi082 ceph-mon[180771]: pgmap v4712: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:55.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:16:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:16:55.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:16:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:16:55] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:16:57.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:16:56 smithi082 ceph-mon[180771]: pgmap v4713: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:57.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:16:56 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:16:57.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:16:56 smithi055 ceph-mon[183057]: pgmap v4713: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:57.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:16:56 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:16:57.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:16:56 smithi055 ceph-mon[185614]: pgmap v4713: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:57.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:16:56 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:16:58.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:16:57 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:16:58.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:16:57 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:16:58.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:16:57 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:16:58.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:16:57 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:16:58.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:16:57 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:16:58.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:16:57 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:16:58.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:16:57 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:16:58.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:16:57 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:16:58.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:16:57 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:16:59.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:16:58 smithi082 ceph-mon[180771]: pgmap v4714: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:59.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:16:58 smithi055 ceph-mon[185614]: pgmap v4714: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:16:59.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:16:58 smithi055 ceph-mon[183057]: pgmap v4714: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:01.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:17:00 smithi082 ceph-mon[180771]: pgmap v4715: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:01.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:17:00 smithi055 ceph-mon[185614]: pgmap v4715: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:17:00 smithi055 ceph-mon[183057]: pgmap v4715: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:03.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:17:02 smithi082 ceph-mon[180771]: pgmap v4716: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:03.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:17:02 smithi055 ceph-mon[185614]: pgmap v4716: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:03.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:17:02 smithi055 ceph-mon[183057]: pgmap v4716: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:05.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:17:04 smithi082 ceph-mon[180771]: pgmap v4717: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:05.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:17:04 smithi055 ceph-mon[183057]: pgmap v4717: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:05.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:17:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:17:05] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:17:05.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:17:04 smithi055 ceph-mon[185614]: pgmap v4717: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:07.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:17:06 smithi082 ceph-mon[180771]: pgmap v4718: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:07.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:17:06 smithi055 ceph-mon[185614]: pgmap v4718: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:07.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:17:06 smithi055 ceph-mon[183057]: pgmap v4718: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:09.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:17:08 smithi082 ceph-mon[180771]: pgmap v4719: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:09.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:17:08 smithi055 ceph-mon[185614]: pgmap v4719: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:17:08 smithi055 ceph-mon[183057]: pgmap v4719: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:10.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:17:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:17:10.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:17:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:17:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:17:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:17:11.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:17:10 smithi082 ceph-mon[180771]: pgmap v4720: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:11.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:17:10 smithi055 ceph-mon[185614]: pgmap v4720: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:11.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:17:10 smithi055 ceph-mon[183057]: pgmap v4720: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:13.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:17:12 smithi055 ceph-mon[185614]: pgmap v4721: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:13.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:17:12 smithi055 ceph-mon[183057]: pgmap v4721: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:17:12 smithi082 ceph-mon[180771]: pgmap v4721: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:15.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:17:14 smithi055 ceph-mon[185614]: pgmap v4722: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:15.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:17:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:17:15] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T02:17:15.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:17:14 smithi055 ceph-mon[183057]: pgmap v4722: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:17:14 smithi082 ceph-mon[180771]: pgmap v4722: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:17.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:17:16 smithi055 ceph-mon[185614]: pgmap v4723: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:17.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:17:16 smithi055 ceph-mon[183057]: pgmap v4723: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:17:16 smithi082 ceph-mon[180771]: pgmap v4723: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:19.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:17:18 smithi055 ceph-mon[185614]: pgmap v4724: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:19.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:17:18 smithi055 ceph-mon[183057]: pgmap v4724: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:17:18 smithi082 ceph-mon[180771]: pgmap v4724: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:21.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:17:20 smithi055 ceph-mon[185614]: pgmap v4725: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:21.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:17:20 smithi055 ceph-mon[183057]: pgmap v4725: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:17:20 smithi082 ceph-mon[180771]: pgmap v4725: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:23.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:17:22 smithi055 ceph-mon[185614]: pgmap v4726: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:23.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:17:22 smithi055 ceph-mon[183057]: pgmap v4726: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:17:22 smithi082 ceph-mon[180771]: pgmap v4726: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:25.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:17:24 smithi055 ceph-mon[183057]: pgmap v4727: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:25.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:17:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:17:25.268 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:17:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:17:25] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:17:25.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:17:24 smithi055 ceph-mon[185614]: pgmap v4727: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:25.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:17:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:17:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:17:24 smithi082 ceph-mon[180771]: pgmap v4727: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:17:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:17:27.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:17:26 smithi055 ceph-mon[185614]: pgmap v4728: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:27.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:17:26 smithi055 ceph-mon[183057]: pgmap v4728: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:17:26 smithi082 ceph-mon[180771]: pgmap v4728: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:29.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:17:28 smithi055 ceph-mon[185614]: pgmap v4729: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:29.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:17:28 smithi055 ceph-mon[183057]: pgmap v4729: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:17:28 smithi082 ceph-mon[180771]: pgmap v4729: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:31.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:17:30 smithi055 ceph-mon[185614]: pgmap v4730: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:31.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:17:30 smithi055 ceph-mon[183057]: pgmap v4730: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:17:30 smithi082 ceph-mon[180771]: pgmap v4730: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:33.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:17:32 smithi055 ceph-mon[185614]: pgmap v4731: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:33.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:17:32 smithi055 ceph-mon[183057]: pgmap v4731: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:17:32 smithi082 ceph-mon[180771]: pgmap v4731: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:35.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:17:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:17:35] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:17:35.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:17:34 smithi055 ceph-mon[185614]: pgmap v4732: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:35.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:17:34 smithi055 ceph-mon[183057]: pgmap v4732: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:35.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:17:34 smithi082 ceph-mon[180771]: pgmap v4732: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:37.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:17:36 smithi055 ceph-mon[185614]: pgmap v4733: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:37.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:17:36 smithi055 ceph-mon[183057]: pgmap v4733: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:17:36 smithi082 ceph-mon[180771]: pgmap v4733: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:39.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:17:38 smithi055 ceph-mon[185614]: pgmap v4734: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:39.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:17:38 smithi055 ceph-mon[183057]: pgmap v4734: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:17:38 smithi082 ceph-mon[180771]: pgmap v4734: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:40.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:17:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:17:40.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:17:39 smithi055 ceph-mon[185614]: pgmap v4735: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:17:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:17:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:17:39 smithi055 ceph-mon[183057]: pgmap v4735: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:40.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:17:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:17:40.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:17:39 smithi082 ceph-mon[180771]: pgmap v4735: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:42.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:17:42 smithi082 ceph-mon[180771]: pgmap v4736: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:42.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:17:42 smithi055 ceph-mon[185614]: pgmap v4736: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:42.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:17:42 smithi055 ceph-mon[183057]: pgmap v4736: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:45.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:17:44 smithi055 ceph-mon[185614]: pgmap v4737: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:45.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:17:44 smithi055 ceph-mon[183057]: pgmap v4737: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:45.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:17:44 smithi082 ceph-mon[180771]: pgmap v4737: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:45.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:17:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:17:45] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T02:17:47.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:17:46 smithi055 ceph-mon[185614]: pgmap v4738: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:47.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:17:46 smithi055 ceph-mon[183057]: pgmap v4738: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:47.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:17:46 smithi082 ceph-mon[180771]: pgmap v4738: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:49.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:17:48 smithi082 ceph-mon[180771]: pgmap v4739: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:49.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:17:48 smithi055 ceph-mon[185614]: pgmap v4739: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:49.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:17:48 smithi055 ceph-mon[183057]: pgmap v4739: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:51.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:17:50 smithi082 ceph-mon[180771]: pgmap v4740: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:51.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:17:50 smithi055 ceph-mon[185614]: pgmap v4740: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:51.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:17:50 smithi055 ceph-mon[183057]: pgmap v4740: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:53.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:17:52 smithi082 ceph-mon[180771]: pgmap v4741: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:53.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:17:52 smithi055 ceph-mon[185614]: pgmap v4741: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:53.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:17:52 smithi055 ceph-mon[183057]: pgmap v4741: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:55.079 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:17:54 smithi055 ceph-mon[185614]: pgmap v4742: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:55.079 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:17:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:17:55.080 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:17:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:17:55] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T02:17:55.081 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:17:54 smithi055 ceph-mon[183057]: pgmap v4742: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:55.081 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:17:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:17:55.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:17:54 smithi082 ceph-mon[180771]: pgmap v4742: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:55.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:17:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:17:57.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:17:56 smithi082 ceph-mon[180771]: pgmap v4743: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:57.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:17:56 smithi055 ceph-mon[185614]: pgmap v4743: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:57.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:17:56 smithi055 ceph-mon[183057]: pgmap v4743: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:58.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:17:57 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:17:58.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:17:57 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:17:58.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:17:57 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:17:58.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:17:57 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:17:58.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:17:57 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:17:58.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:17:57 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:17:58.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:17:57 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:17:58.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:17:57 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:17:58.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:17:57 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:17:58.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:17:57 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:17:58.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:17:57 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:17:58.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:17:57 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:17:59.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:17:58 smithi082 ceph-mon[180771]: pgmap v4744: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:59.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:17:58 smithi055 ceph-mon[185614]: pgmap v4744: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:17:59.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:17:58 smithi055 ceph-mon[183057]: pgmap v4744: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:01.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:18:00 smithi082 ceph-mon[180771]: pgmap v4745: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:01.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:18:00 smithi055 ceph-mon[185614]: pgmap v4745: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:18:00 smithi055 ceph-mon[183057]: pgmap v4745: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:03.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:18:02 smithi082 ceph-mon[180771]: pgmap v4746: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:03.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:18:02 smithi055 ceph-mon[185614]: pgmap v4746: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:03.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:18:02 smithi055 ceph-mon[183057]: pgmap v4746: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:05.079 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:18:04 smithi055 ceph-mon[185614]: pgmap v4747: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:05.079 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:18:04 smithi055 ceph-mon[183057]: pgmap v4747: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:05.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:18:04 smithi082 ceph-mon[180771]: pgmap v4747: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:05.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:18:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:18:05] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T02:18:07.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:18:06 smithi082 ceph-mon[180771]: pgmap v4748: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:07.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:18:06 smithi055 ceph-mon[185614]: pgmap v4748: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:07.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:18:06 smithi055 ceph-mon[183057]: pgmap v4748: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:09.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:18:08 smithi082 ceph-mon[180771]: pgmap v4749: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:09.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:18:08 smithi055 ceph-mon[185614]: pgmap v4749: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:18:08 smithi055 ceph-mon[183057]: pgmap v4749: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:10.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:18:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:18:10.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:18:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:18:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:18:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:18:11.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:18:10 smithi082 ceph-mon[180771]: pgmap v4750: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:11.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:18:10 smithi055 ceph-mon[185614]: pgmap v4750: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:11.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:18:10 smithi055 ceph-mon[183057]: pgmap v4750: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:13.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:18:12 smithi082 ceph-mon[180771]: pgmap v4751: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:13.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:18:12 smithi055 ceph-mon[185614]: pgmap v4751: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:13.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:18:12 smithi055 ceph-mon[183057]: pgmap v4751: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:15.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:18:14 smithi082 ceph-mon[180771]: pgmap v4752: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:15.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:18:14 smithi055 ceph-mon[185614]: pgmap v4752: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:15.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:18:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:18:15] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T02:18:15.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:18:14 smithi055 ceph-mon[183057]: pgmap v4752: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:17.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:18:16 smithi082 ceph-mon[180771]: pgmap v4753: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:17.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:18:16 smithi055 ceph-mon[185614]: pgmap v4753: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:17.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:18:16 smithi055 ceph-mon[183057]: pgmap v4753: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:19.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:18:18 smithi082 ceph-mon[180771]: pgmap v4754: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:19.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:18:18 smithi055 ceph-mon[185614]: pgmap v4754: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:19.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:18:18 smithi055 ceph-mon[183057]: pgmap v4754: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:21.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:18:20 smithi082 ceph-mon[180771]: pgmap v4755: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:21.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:18:20 smithi055 ceph-mon[185614]: pgmap v4755: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:21.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:18:20 smithi055 ceph-mon[183057]: pgmap v4755: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:23.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:18:22 smithi082 ceph-mon[180771]: pgmap v4756: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:23.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:18:22 smithi055 ceph-mon[185614]: pgmap v4756: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:23.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:18:22 smithi055 ceph-mon[183057]: pgmap v4756: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:25.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:18:24 smithi055 ceph-mon[185614]: pgmap v4757: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:25.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:18:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:18:25.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:18:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:18:25] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T02:18:25.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:18:24 smithi055 ceph-mon[183057]: pgmap v4757: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:25.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:18:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:18:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:18:24 smithi082 ceph-mon[180771]: pgmap v4757: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:18:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:18:27.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:18:26 smithi055 ceph-mon[185614]: pgmap v4758: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:27.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:18:26 smithi055 ceph-mon[183057]: pgmap v4758: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:18:26 smithi082 ceph-mon[180771]: pgmap v4758: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:29.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:18:28 smithi055 ceph-mon[183057]: pgmap v4759: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:29.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:18:28 smithi055 ceph-mon[185614]: pgmap v4759: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:18:28 smithi082 ceph-mon[180771]: pgmap v4759: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:31.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:18:30 smithi055 ceph-mon[183057]: pgmap v4760: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:31.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:18:30 smithi055 ceph-mon[185614]: pgmap v4760: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:18:30 smithi082 ceph-mon[180771]: pgmap v4760: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:33.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:18:32 smithi055 ceph-mon[185614]: pgmap v4761: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:33.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:18:32 smithi055 ceph-mon[183057]: pgmap v4761: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:18:32 smithi082 ceph-mon[180771]: pgmap v4761: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:35.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:18:34 smithi055 ceph-mon[185614]: pgmap v4762: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:35.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:18:34 smithi055 ceph-mon[183057]: pgmap v4762: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:35.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:18:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:18:35] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T02:18:35.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:18:34 smithi082 ceph-mon[180771]: pgmap v4762: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:37.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:18:36 smithi055 ceph-mon[185614]: pgmap v4763: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:37.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:18:36 smithi055 ceph-mon[183057]: pgmap v4763: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:18:36 smithi082 ceph-mon[180771]: pgmap v4763: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:39.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:18:38 smithi055 ceph-mon[185614]: pgmap v4764: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:39.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:18:38 smithi055 ceph-mon[183057]: pgmap v4764: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:18:38 smithi082 ceph-mon[180771]: pgmap v4764: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:40.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:18:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:18:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:18:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:18:40.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:18:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:18:41.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:18:40 smithi055 ceph-mon[185614]: pgmap v4765: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:41.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:18:40 smithi055 ceph-mon[183057]: pgmap v4765: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:41.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:18:40 smithi082 ceph-mon[180771]: pgmap v4765: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:43.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:18:42 smithi055 ceph-mon[185614]: pgmap v4766: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:43.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:18:42 smithi055 ceph-mon[183057]: pgmap v4766: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:43.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:18:42 smithi082 ceph-mon[180771]: pgmap v4766: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:45.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:18:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:18:45] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T02:18:45.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:18:44 smithi055 ceph-mon[185614]: pgmap v4767: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:45.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:18:44 smithi055 ceph-mon[183057]: pgmap v4767: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:45.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:18:44 smithi082 ceph-mon[180771]: pgmap v4767: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:46.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:18:46 smithi055 ceph-mon[185614]: pgmap v4768: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:46.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:18:46 smithi055 ceph-mon[183057]: pgmap v4768: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:46.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:18:46 smithi082 ceph-mon[180771]: pgmap v4768: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:49.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:18:48 smithi082 ceph-mon[180771]: pgmap v4769: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:49.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:18:48 smithi055 ceph-mon[185614]: pgmap v4769: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:49.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:18:48 smithi055 ceph-mon[183057]: pgmap v4769: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:51.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:18:50 smithi082 ceph-mon[180771]: pgmap v4770: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:51.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:18:50 smithi055 ceph-mon[185614]: pgmap v4770: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:51.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:18:50 smithi055 ceph-mon[183057]: pgmap v4770: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:53.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:18:52 smithi082 ceph-mon[180771]: pgmap v4771: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:53.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:18:52 smithi055 ceph-mon[185614]: pgmap v4771: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:53.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:18:52 smithi055 ceph-mon[183057]: pgmap v4771: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:55.079 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:18:54 smithi055 ceph-mon[185614]: pgmap v4772: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:55.079 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:18:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:18:55.079 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:18:54 smithi055 ceph-mon[183057]: pgmap v4772: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:55.080 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:18:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:18:55.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:18:54 smithi082 ceph-mon[180771]: pgmap v4772: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:55.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:18:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:18:55.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:18:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:18:55] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T02:18:57.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:18:56 smithi082 ceph-mon[180771]: pgmap v4773: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:57.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:18:56 smithi055 ceph-mon[185614]: pgmap v4773: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:57.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:18:56 smithi055 ceph-mon[183057]: pgmap v4773: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:59.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:18:58 smithi082 ceph-mon[180771]: pgmap v4774: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:59.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:18:58 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:18:59.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:18:58 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:18:59.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:18:58 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:18:59.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:18:58 smithi055 ceph-mon[185614]: pgmap v4774: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:59.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:18:58 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:18:59.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:18:58 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:18:59.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:18:58 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:18:59.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:18:58 smithi055 ceph-mon[183057]: pgmap v4774: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:18:59.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:18:58 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:18:59.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:18:58 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:18:59.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:18:58 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:19:00.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:18:59 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:19:00.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:18:59 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:19:00.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:18:59 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:19:00.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:18:59 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:19:00.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:18:59 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:19:00.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:18:59 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:19:00.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:18:59 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:19:00.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:18:59 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:19:00.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:18:59 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:19:01.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:19:00 smithi082 ceph-mon[180771]: pgmap v4775: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:01.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:19:00 smithi055 ceph-mon[185614]: pgmap v4775: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:19:00 smithi055 ceph-mon[183057]: pgmap v4775: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:03.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:19:02 smithi082 ceph-mon[180771]: pgmap v4776: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:03.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:19:02 smithi055 ceph-mon[185614]: pgmap v4776: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:03.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:19:02 smithi055 ceph-mon[183057]: pgmap v4776: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:05.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:19:04 smithi082 ceph-mon[180771]: pgmap v4777: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:05.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:19:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:19:05] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T02:19:05.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:19:04 smithi055 ceph-mon[185614]: pgmap v4777: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:05.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:19:04 smithi055 ceph-mon[183057]: pgmap v4777: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:07.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:19:06 smithi082 ceph-mon[180771]: pgmap v4778: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:07.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:19:06 smithi055 ceph-mon[185614]: pgmap v4778: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:07.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:19:06 smithi055 ceph-mon[183057]: pgmap v4778: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:09.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:19:08 smithi082 ceph-mon[180771]: pgmap v4779: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:09.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:19:08 smithi055 ceph-mon[185614]: pgmap v4779: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:19:08 smithi055 ceph-mon[183057]: pgmap v4779: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:10.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:19:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:19:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:19:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:19:10.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:19:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:19:11.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:19:10 smithi055 ceph-mon[185614]: pgmap v4780: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:11.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:19:10 smithi055 ceph-mon[183057]: pgmap v4780: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:19:10 smithi082 ceph-mon[180771]: pgmap v4780: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:13.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:19:12 smithi055 ceph-mon[185614]: pgmap v4781: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:13.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:19:12 smithi055 ceph-mon[183057]: pgmap v4781: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:19:12 smithi082 ceph-mon[180771]: pgmap v4781: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:15.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:19:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:19:15] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T02:19:15.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:19:14 smithi055 ceph-mon[185614]: pgmap v4782: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:15.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:19:14 smithi055 ceph-mon[183057]: pgmap v4782: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:19:14 smithi082 ceph-mon[180771]: pgmap v4782: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:17.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:19:16 smithi055 ceph-mon[185614]: pgmap v4783: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:17.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:19:16 smithi055 ceph-mon[183057]: pgmap v4783: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:19:16 smithi082 ceph-mon[180771]: pgmap v4783: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:19.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:19:18 smithi055 ceph-mon[185614]: pgmap v4784: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:19.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:19:18 smithi055 ceph-mon[183057]: pgmap v4784: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:19:18 smithi082 ceph-mon[180771]: pgmap v4784: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:21.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:19:20 smithi055 ceph-mon[185614]: pgmap v4785: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:21.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:19:20 smithi055 ceph-mon[183057]: pgmap v4785: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:19:20 smithi082 ceph-mon[180771]: pgmap v4785: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:23.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:19:22 smithi055 ceph-mon[185614]: pgmap v4786: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:23.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:19:22 smithi055 ceph-mon[183057]: pgmap v4786: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:19:22 smithi082 ceph-mon[180771]: pgmap v4786: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:25.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:19:24 smithi055 ceph-mon[185614]: pgmap v4787: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:25.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:19:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:19:25.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:19:24 smithi055 ceph-mon[183057]: pgmap v4787: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:25.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:19:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:19:25.268 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:19:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:19:25] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T02:19:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:19:24 smithi082 ceph-mon[180771]: pgmap v4787: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:19:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:19:27.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:19:26 smithi055 ceph-mon[185614]: pgmap v4788: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:27.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:19:26 smithi055 ceph-mon[183057]: pgmap v4788: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:19:26 smithi082 ceph-mon[180771]: pgmap v4788: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:27.875 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 02:19:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[225424]: logger=cleanup t=2023-10-14T02:19:27.56990232Z level=info msg="Completed cleanup jobs" duration=106.662763ms 2023-10-14T02:19:29.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:19:28 smithi055 ceph-mon[185614]: pgmap v4789: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:29.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:19:28 smithi055 ceph-mon[183057]: pgmap v4789: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:19:28 smithi082 ceph-mon[180771]: pgmap v4789: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:31.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:19:30 smithi055 ceph-mon[185614]: pgmap v4790: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:31.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:19:30 smithi055 ceph-mon[183057]: pgmap v4790: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:19:30 smithi082 ceph-mon[180771]: pgmap v4790: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:33.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:19:32 smithi055 ceph-mon[185614]: pgmap v4791: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:33.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:19:32 smithi055 ceph-mon[183057]: pgmap v4791: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:19:32 smithi082 ceph-mon[180771]: pgmap v4791: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:35.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:19:34 smithi055 ceph-mon[185614]: pgmap v4792: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:35.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:19:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:19:35] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T02:19:35.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:19:34 smithi055 ceph-mon[183057]: pgmap v4792: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:35.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:19:34 smithi082 ceph-mon[180771]: pgmap v4792: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:37.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:19:36 smithi055 ceph-mon[183057]: pgmap v4793: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:37.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:19:36 smithi055 ceph-mon[185614]: pgmap v4793: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:19:36 smithi082 ceph-mon[180771]: pgmap v4793: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:39.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:19:38 smithi082 ceph-mon[180771]: pgmap v4794: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:39.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:19:38 smithi055 ceph-mon[185614]: pgmap v4794: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:39.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:19:38 smithi055 ceph-mon[183057]: pgmap v4794: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:40.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:19:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:19:40.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:19:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:19:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:19:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:19:41.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:19:40 smithi082 ceph-mon[180771]: pgmap v4795: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:41.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:19:40 smithi055 ceph-mon[185614]: pgmap v4795: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:41.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:19:40 smithi055 ceph-mon[183057]: pgmap v4795: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:43.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:19:42 smithi082 ceph-mon[180771]: pgmap v4796: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:43.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:19:42 smithi055 ceph-mon[185614]: pgmap v4796: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:43.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:19:42 smithi055 ceph-mon[183057]: pgmap v4796: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:45.078 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:19:44 smithi055 ceph-mon[185614]: pgmap v4797: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:45.079 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:19:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:19:45] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:19:45.079 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:19:44 smithi055 ceph-mon[183057]: pgmap v4797: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:45.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:19:44 smithi082 ceph-mon[180771]: pgmap v4797: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:47.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:19:46 smithi082 ceph-mon[180771]: pgmap v4798: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:47.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:19:46 smithi055 ceph-mon[185614]: pgmap v4798: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:47.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:19:46 smithi055 ceph-mon[183057]: pgmap v4798: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:49.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:19:48 smithi082 ceph-mon[180771]: pgmap v4799: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:49.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:19:48 smithi055 ceph-mon[185614]: pgmap v4799: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:49.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:19:48 smithi055 ceph-mon[183057]: pgmap v4799: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:51.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:19:50 smithi082 ceph-mon[180771]: pgmap v4800: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:51.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:19:50 smithi055 ceph-mon[185614]: pgmap v4800: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:51.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:19:50 smithi055 ceph-mon[183057]: pgmap v4800: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:53.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:19:52 smithi082 ceph-mon[180771]: pgmap v4801: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:53.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:19:52 smithi055 ceph-mon[185614]: pgmap v4801: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:53.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:19:52 smithi055 ceph-mon[183057]: pgmap v4801: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:55.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:19:54 smithi082 ceph-mon[180771]: pgmap v4802: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:55.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:19:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:19:55.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:19:54 smithi055 ceph-mon[185614]: pgmap v4802: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:55.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:19:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:19:55.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:19:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:19:55] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T02:19:55.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:19:54 smithi055 ceph-mon[183057]: pgmap v4802: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:55.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:19:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:19:57.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:19:56 smithi082 ceph-mon[180771]: pgmap v4803: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:57.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:19:56 smithi055 ceph-mon[185614]: pgmap v4803: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:57.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:19:56 smithi055 ceph-mon[183057]: pgmap v4803: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:59.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:19:58 smithi082 ceph-mon[180771]: pgmap v4804: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:59.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:19:58 smithi055 ceph-mon[183057]: pgmap v4804: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:19:59.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:19:58 smithi055 ceph-mon[185614]: pgmap v4804: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:00.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:19:59 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:20:00.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:19:59 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:20:00.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:19:59 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:20:00.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:19:59 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:20:00.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:19:59 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:20:00.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:19:59 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:20:00.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:19:59 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:20:00.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:19:59 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:20:00.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:19:59 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:20:00.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:19:59 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:20:00.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:19:59 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:20:00.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:19:59 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:20:00.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:19:59 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:20:00.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:19:59 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:20:00.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:19:59 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:20:00.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:19:59 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:20:00.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:19:59 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:20:00.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:19:59 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:20:01.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:20:00 smithi082 ceph-mon[180771]: pgmap v4805: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:01.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:20:00 smithi082 ceph-mon[180771]: overall HEALTH_OK 2023-10-14T02:20:01.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:20:00 smithi055 ceph-mon[185614]: pgmap v4805: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:01.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:20:00 smithi055 ceph-mon[185614]: overall HEALTH_OK 2023-10-14T02:20:01.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:20:00 smithi055 ceph-mon[183057]: pgmap v4805: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:01.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:20:00 smithi055 ceph-mon[183057]: overall HEALTH_OK 2023-10-14T02:20:03.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:20:02 smithi082 ceph-mon[180771]: pgmap v4806: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:03.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:20:02 smithi055 ceph-mon[185614]: pgmap v4806: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:03.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:20:02 smithi055 ceph-mon[183057]: pgmap v4806: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:05.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:20:04 smithi082 ceph-mon[180771]: pgmap v4807: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:05.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:20:04 smithi055 ceph-mon[185614]: pgmap v4807: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:05.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:20:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:20:05] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T02:20:05.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:20:04 smithi055 ceph-mon[183057]: pgmap v4807: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:07.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:20:06 smithi082 ceph-mon[180771]: pgmap v4808: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:07.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:20:06 smithi055 ceph-mon[185614]: pgmap v4808: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:07.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:20:06 smithi055 ceph-mon[183057]: pgmap v4808: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:09.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:20:08 smithi055 ceph-mon[185614]: pgmap v4809: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:20:08 smithi055 ceph-mon[183057]: pgmap v4809: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:20:08 smithi082 ceph-mon[180771]: pgmap v4809: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:10.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:20:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:20:10.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:20:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:20:10.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:20:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:20:11.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:20:10 smithi055 ceph-mon[185614]: pgmap v4810: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:11.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:20:10 smithi055 ceph-mon[183057]: pgmap v4810: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:20:10 smithi082 ceph-mon[180771]: pgmap v4810: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:13.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:20:12 smithi055 ceph-mon[185614]: pgmap v4811: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:13.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:20:12 smithi055 ceph-mon[183057]: pgmap v4811: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:20:12 smithi082 ceph-mon[180771]: pgmap v4811: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:15.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:20:14 smithi055 ceph-mon[185614]: pgmap v4812: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:15.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:20:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:20:15] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T02:20:15.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:20:14 smithi055 ceph-mon[183057]: pgmap v4812: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:20:14 smithi082 ceph-mon[180771]: pgmap v4812: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:17.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:20:16 smithi055 ceph-mon[185614]: pgmap v4813: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:17.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:20:16 smithi055 ceph-mon[183057]: pgmap v4813: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:20:16 smithi082 ceph-mon[180771]: pgmap v4813: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:19.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:20:18 smithi055 ceph-mon[185614]: pgmap v4814: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:19.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:20:18 smithi055 ceph-mon[183057]: pgmap v4814: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:20:18 smithi082 ceph-mon[180771]: pgmap v4814: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:21.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:20:20 smithi055 ceph-mon[185614]: pgmap v4815: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:21.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:20:20 smithi055 ceph-mon[183057]: pgmap v4815: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:20:20 smithi082 ceph-mon[180771]: pgmap v4815: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:23.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:20:22 smithi055 ceph-mon[185614]: pgmap v4816: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:23.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:20:22 smithi055 ceph-mon[183057]: pgmap v4816: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:20:22 smithi082 ceph-mon[180771]: pgmap v4816: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:25.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:20:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:20:25] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T02:20:25.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:20:24 smithi055 ceph-mon[183057]: pgmap v4817: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:25.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:20:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:20:25.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:20:24 smithi055 ceph-mon[185614]: pgmap v4817: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:25.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:20:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:20:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:20:24 smithi082 ceph-mon[180771]: pgmap v4817: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:20:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:20:27.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:20:26 smithi055 ceph-mon[183057]: pgmap v4818: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:27.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:20:26 smithi055 ceph-mon[185614]: pgmap v4818: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:20:26 smithi082 ceph-mon[180771]: pgmap v4818: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:29.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:20:28 smithi055 ceph-mon[185614]: pgmap v4819: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:29.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:20:28 smithi055 ceph-mon[183057]: pgmap v4819: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:20:28 smithi082 ceph-mon[180771]: pgmap v4819: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:31.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:20:30 smithi055 ceph-mon[185614]: pgmap v4820: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:31.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:20:30 smithi055 ceph-mon[183057]: pgmap v4820: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:20:30 smithi082 ceph-mon[180771]: pgmap v4820: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:33.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:20:32 smithi055 ceph-mon[185614]: pgmap v4821: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:33.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:20:32 smithi055 ceph-mon[183057]: pgmap v4821: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:20:32 smithi082 ceph-mon[180771]: pgmap v4821: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:34.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:20:33 smithi055 ceph-mon[183057]: pgmap v4822: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:34.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:20:33 smithi055 ceph-mon[185614]: pgmap v4822: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:34.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:20:33 smithi082 ceph-mon[180771]: pgmap v4822: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:35.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:20:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:20:35] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T02:20:36.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:20:36 smithi055 ceph-mon[185614]: pgmap v4823: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:36.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:20:36 smithi055 ceph-mon[183057]: pgmap v4823: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:36.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:20:36 smithi082 ceph-mon[180771]: pgmap v4823: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:39.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:20:38 smithi082 ceph-mon[180771]: pgmap v4824: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:39.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:20:38 smithi055 ceph-mon[185614]: pgmap v4824: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:39.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:20:38 smithi055 ceph-mon[183057]: pgmap v4824: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:40.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:20:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:20:40.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:20:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:20:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:20:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:20:41.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:20:40 smithi082 ceph-mon[180771]: pgmap v4825: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:41.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:20:40 smithi055 ceph-mon[185614]: pgmap v4825: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:41.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:20:40 smithi055 ceph-mon[183057]: pgmap v4825: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:43.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:20:42 smithi082 ceph-mon[180771]: pgmap v4826: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:43.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:20:42 smithi055 ceph-mon[185614]: pgmap v4826: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:43.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:20:42 smithi055 ceph-mon[183057]: pgmap v4826: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:45.079 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:20:44 smithi055 ceph-mon[185614]: pgmap v4827: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:45.080 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:20:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:20:45] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T02:20:45.080 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:20:44 smithi055 ceph-mon[183057]: pgmap v4827: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:45.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:20:44 smithi082 ceph-mon[180771]: pgmap v4827: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:47.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:20:46 smithi082 ceph-mon[180771]: pgmap v4828: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:47.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:20:46 smithi055 ceph-mon[185614]: pgmap v4828: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:47.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:20:46 smithi055 ceph-mon[183057]: pgmap v4828: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:49.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:20:48 smithi082 ceph-mon[180771]: pgmap v4829: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:49.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:20:48 smithi055 ceph-mon[185614]: pgmap v4829: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:49.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:20:48 smithi055 ceph-mon[183057]: pgmap v4829: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:51.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:20:50 smithi082 ceph-mon[180771]: pgmap v4830: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:51.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:20:50 smithi055 ceph-mon[185614]: pgmap v4830: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:51.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:20:50 smithi055 ceph-mon[183057]: pgmap v4830: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:53.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:20:52 smithi082 ceph-mon[180771]: pgmap v4831: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:53.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:20:52 smithi055 ceph-mon[185614]: pgmap v4831: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:53.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:20:52 smithi055 ceph-mon[183057]: pgmap v4831: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:55.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:20:54 smithi082 ceph-mon[180771]: pgmap v4832: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:55.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:20:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:20:55.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:20:54 smithi055 ceph-mon[185614]: pgmap v4832: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:55.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:20:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:20:55.268 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:20:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:20:55] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:20:55.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:20:54 smithi055 ceph-mon[183057]: pgmap v4832: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:55.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:20:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:20:57.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:20:56 smithi082 ceph-mon[180771]: pgmap v4833: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:57.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:20:56 smithi055 ceph-mon[185614]: pgmap v4833: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:57.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:20:56 smithi055 ceph-mon[183057]: pgmap v4833: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:59.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:20:58 smithi082 ceph-mon[180771]: pgmap v4834: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:59.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:20:58 smithi055 ceph-mon[185614]: pgmap v4834: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:20:59.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:20:58 smithi055 ceph-mon[183057]: pgmap v4834: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:01.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:21:00 smithi082 ceph-mon[180771]: pgmap v4835: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:01.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:21:00 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:21:01.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:21:00 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:21:01.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:21:00 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:21:01.127 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:21:00 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:21:01.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:21:00 smithi055 ceph-mon[185614]: pgmap v4835: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:01.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:21:00 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:21:01.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:21:00 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:21:01.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:21:00 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:21:01.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:21:00 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:21:01.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:21:00 smithi055 ceph-mon[183057]: pgmap v4835: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:01.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:21:00 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:21:01.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:21:00 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:21:01.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:21:00 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:21:01.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:21:00 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:21:03.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:21:02 smithi055 ceph-mon[185614]: pgmap v4836: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:03.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:21:02 smithi055 ceph-mon[183057]: pgmap v4836: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:21:02 smithi082 ceph-mon[180771]: pgmap v4836: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:05.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:21:04 smithi055 ceph-mon[183057]: pgmap v4837: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:05.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:21:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:21:05] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:21:05.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:21:04 smithi055 ceph-mon[185614]: pgmap v4837: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:05.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:21:04 smithi082 ceph-mon[180771]: pgmap v4837: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:07.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:21:06 smithi055 ceph-mon[185614]: pgmap v4838: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:07.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:21:06 smithi055 ceph-mon[183057]: pgmap v4838: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:21:06 smithi082 ceph-mon[180771]: pgmap v4838: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:09.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:21:08 smithi055 ceph-mon[185614]: pgmap v4839: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:21:08 smithi055 ceph-mon[183057]: pgmap v4839: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:21:08 smithi082 ceph-mon[180771]: pgmap v4839: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:10.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:21:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:21:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:21:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:21:10.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:21:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:21:11.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:21:10 smithi055 ceph-mon[185614]: pgmap v4840: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:11.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:21:10 smithi055 ceph-mon[183057]: pgmap v4840: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:21:10 smithi082 ceph-mon[180771]: pgmap v4840: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:13.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:21:12 smithi055 ceph-mon[185614]: pgmap v4841: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:13.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:21:12 smithi055 ceph-mon[183057]: pgmap v4841: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:21:12 smithi082 ceph-mon[180771]: pgmap v4841: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:15.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:21:14 smithi055 ceph-mon[185614]: pgmap v4842: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:15.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:21:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:21:15] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T02:21:15.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:21:14 smithi055 ceph-mon[183057]: pgmap v4842: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:21:14 smithi082 ceph-mon[180771]: pgmap v4842: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:17.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:21:16 smithi055 ceph-mon[185614]: pgmap v4843: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:17.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:21:16 smithi055 ceph-mon[183057]: pgmap v4843: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:21:16 smithi082 ceph-mon[180771]: pgmap v4843: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:19.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:21:18 smithi055 ceph-mon[185614]: pgmap v4844: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:19.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:21:18 smithi055 ceph-mon[183057]: pgmap v4844: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:21:18 smithi082 ceph-mon[180771]: pgmap v4844: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:21.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:21:20 smithi055 ceph-mon[185614]: pgmap v4845: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:21.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:21:20 smithi055 ceph-mon[183057]: pgmap v4845: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:21:20 smithi082 ceph-mon[180771]: pgmap v4845: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:23.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:21:22 smithi055 ceph-mon[185614]: pgmap v4846: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:23.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:21:22 smithi055 ceph-mon[183057]: pgmap v4846: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:21:22 smithi082 ceph-mon[180771]: pgmap v4846: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:25.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:21:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:21:25] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T02:21:25.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:21:24 smithi055 ceph-mon[185614]: pgmap v4847: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:25.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:21:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:21:25.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:21:24 smithi055 ceph-mon[183057]: pgmap v4847: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:25.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:21:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:21:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:21:24 smithi082 ceph-mon[180771]: pgmap v4847: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:21:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:21:26.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:21:26 smithi082 ceph-mon[180771]: pgmap v4848: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:26.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:21:26 smithi055 ceph-mon[185614]: pgmap v4848: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:26.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:21:26 smithi055 ceph-mon[183057]: pgmap v4848: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:29.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:21:28 smithi082 ceph-mon[180771]: pgmap v4849: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:29.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:21:28 smithi055 ceph-mon[185614]: pgmap v4849: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:29.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:21:28 smithi055 ceph-mon[183057]: pgmap v4849: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:31.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:21:30 smithi082 ceph-mon[180771]: pgmap v4850: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:31.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:21:30 smithi055 ceph-mon[183057]: pgmap v4850: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:31.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:21:30 smithi055 ceph-mon[185614]: pgmap v4850: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:33.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:21:32 smithi082 ceph-mon[180771]: pgmap v4851: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:33.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:21:32 smithi055 ceph-mon[185614]: pgmap v4851: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:33.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:21:32 smithi055 ceph-mon[183057]: pgmap v4851: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:35.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:21:34 smithi082 ceph-mon[180771]: pgmap v4852: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:35.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:21:34 smithi055 ceph-mon[185614]: pgmap v4852: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:35.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:21:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:21:35] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T02:21:35.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:21:34 smithi055 ceph-mon[183057]: pgmap v4852: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:37.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:21:36 smithi082 ceph-mon[180771]: pgmap v4853: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:37.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:21:36 smithi055 ceph-mon[185614]: pgmap v4853: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:37.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:21:36 smithi055 ceph-mon[183057]: pgmap v4853: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:39.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:21:38 smithi082 ceph-mon[180771]: pgmap v4854: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:39.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:21:38 smithi055 ceph-mon[185614]: pgmap v4854: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:39.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:21:38 smithi055 ceph-mon[183057]: pgmap v4854: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:40.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:21:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:21:40.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:21:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:21:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:21:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:21:41.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:21:40 smithi082 ceph-mon[180771]: pgmap v4855: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:41.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:21:40 smithi055 ceph-mon[185614]: pgmap v4855: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:41.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:21:40 smithi055 ceph-mon[183057]: pgmap v4855: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:43.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:21:42 smithi082 ceph-mon[180771]: pgmap v4856: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:43.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:21:42 smithi055 ceph-mon[185614]: pgmap v4856: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:43.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:21:42 smithi055 ceph-mon[183057]: pgmap v4856: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:45.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:21:44 smithi055 ceph-mon[185614]: pgmap v4857: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:45.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:21:44 smithi055 ceph-mon[183057]: pgmap v4857: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:45.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:21:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:21:45] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T02:21:45.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:21:44 smithi082 ceph-mon[180771]: pgmap v4857: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:47.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:21:46 smithi055 ceph-mon[185614]: pgmap v4858: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:47.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:21:46 smithi055 ceph-mon[183057]: pgmap v4858: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:21:46 smithi082 ceph-mon[180771]: pgmap v4858: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:49.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:21:48 smithi055 ceph-mon[185614]: pgmap v4859: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:49.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:21:48 smithi055 ceph-mon[183057]: pgmap v4859: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:21:48 smithi082 ceph-mon[180771]: pgmap v4859: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:51.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:21:50 smithi055 ceph-mon[185614]: pgmap v4860: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:51.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:21:50 smithi055 ceph-mon[183057]: pgmap v4860: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:21:50 smithi082 ceph-mon[180771]: pgmap v4860: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:53.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:21:52 smithi055 ceph-mon[185614]: pgmap v4861: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:53.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:21:52 smithi055 ceph-mon[183057]: pgmap v4861: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:53.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:21:52 smithi082 ceph-mon[180771]: pgmap v4861: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:55.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:21:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:21:55] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:21:55.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:21:54 smithi055 ceph-mon[185614]: pgmap v4862: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:55.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:21:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:21:55.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:21:54 smithi055 ceph-mon[183057]: pgmap v4862: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:55.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:21:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:21:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:21:54 smithi082 ceph-mon[180771]: pgmap v4862: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:21:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:21:57.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:21:56 smithi055 ceph-mon[185614]: pgmap v4863: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:57.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:21:56 smithi055 ceph-mon[183057]: pgmap v4863: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:21:56 smithi082 ceph-mon[180771]: pgmap v4863: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:59.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:21:58 smithi055 ceph-mon[185614]: pgmap v4864: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:59.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:21:58 smithi055 ceph-mon[183057]: pgmap v4864: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:21:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:21:58 smithi082 ceph-mon[180771]: pgmap v4864: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:01.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:22:00 smithi055 ceph-mon[185614]: pgmap v4865: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:01.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:22:00 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:22:01.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:22:00 smithi055 ceph-mon[183057]: pgmap v4865: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:01.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:22:00 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:22:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:22:00 smithi082 ceph-mon[180771]: pgmap v4865: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:22:00 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:22:02.939 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:22:02 smithi055 ceph-mon[185614]: pgmap v4866: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:02.939 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:22:02 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:22:02.940 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:22:02 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:22:02.940 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:22:02 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:22:02.940 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:22:02 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:22:02.940 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:22:02 smithi055 ceph-mon[183057]: pgmap v4866: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:02.941 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:22:02 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:22:02.941 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:22:02 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:22:02.941 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:22:02 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:22:02.941 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:22:02 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:22:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:22:02 smithi082 ceph-mon[180771]: pgmap v4866: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:22:02 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:22:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:22:02 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:22:03.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:22:02 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:22:03.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:22:02 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:22:04.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:22:03 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:22:04.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:22:03 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:22:04.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:22:03 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:22:04.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:22:03 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:22:04.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:22:03 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:22:04.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:22:03 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:22:04.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:22:03 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:22:04.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:22:03 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:22:04.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:22:03 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:22:05.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:22:04 smithi055 ceph-mon[185614]: pgmap v4867: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:05.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:22:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:22:05] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:22:05.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:22:04 smithi055 ceph-mon[183057]: pgmap v4867: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:05.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:22:04 smithi082 ceph-mon[180771]: pgmap v4867: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:07.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:22:06 smithi055 ceph-mon[185614]: pgmap v4868: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:07.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:22:06 smithi055 ceph-mon[183057]: pgmap v4868: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:22:06 smithi082 ceph-mon[180771]: pgmap v4868: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:09.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:22:08 smithi055 ceph-mon[185614]: pgmap v4869: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:22:08 smithi055 ceph-mon[183057]: pgmap v4869: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:22:08 smithi082 ceph-mon[180771]: pgmap v4869: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:10.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:22:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:22:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:22:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:22:10.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:22:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:22:11.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:22:10 smithi055 ceph-mon[185614]: pgmap v4870: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:11.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:22:10 smithi055 ceph-mon[183057]: pgmap v4870: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:22:10 smithi082 ceph-mon[180771]: pgmap v4870: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:12.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:22:12 smithi082 ceph-mon[180771]: pgmap v4871: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:12.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:22:12 smithi055 ceph-mon[185614]: pgmap v4871: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:12.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:22:12 smithi055 ceph-mon[183057]: pgmap v4871: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:15.078 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:22:14 smithi055 ceph-mon[185614]: pgmap v4872: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:15.079 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:22:14 smithi055 ceph-mon[183057]: pgmap v4872: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:15.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:22:14 smithi082 ceph-mon[180771]: pgmap v4872: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:15.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:22:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:22:15] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T02:22:17.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:22:16 smithi082 ceph-mon[180771]: pgmap v4873: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:17.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:22:16 smithi055 ceph-mon[183057]: pgmap v4873: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:17.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:22:16 smithi055 ceph-mon[185614]: pgmap v4873: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:19.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:22:18 smithi082 ceph-mon[180771]: pgmap v4874: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:19.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:22:18 smithi055 ceph-mon[185614]: pgmap v4874: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:19.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:22:18 smithi055 ceph-mon[183057]: pgmap v4874: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:21.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:22:20 smithi082 ceph-mon[180771]: pgmap v4875: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:21.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:22:20 smithi055 ceph-mon[185614]: pgmap v4875: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:21.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:22:20 smithi055 ceph-mon[183057]: pgmap v4875: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:23.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:22:22 smithi082 ceph-mon[180771]: pgmap v4876: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:23.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:22:22 smithi055 ceph-mon[185614]: pgmap v4876: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:23.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:22:22 smithi055 ceph-mon[183057]: pgmap v4876: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:25.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:22:24 smithi082 ceph-mon[180771]: pgmap v4877: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:25.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:22:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:22:25.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:22:24 smithi055 ceph-mon[183057]: pgmap v4877: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:25.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:22:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:22:25.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:22:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:22:25] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:22:25.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:22:24 smithi055 ceph-mon[185614]: pgmap v4877: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:25.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:22:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:22:27.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:22:26 smithi082 ceph-mon[180771]: pgmap v4878: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:27.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:22:26 smithi055 ceph-mon[185614]: pgmap v4878: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:27.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:22:26 smithi055 ceph-mon[183057]: pgmap v4878: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:29.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:22:28 smithi082 ceph-mon[180771]: pgmap v4879: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:29.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:22:28 smithi055 ceph-mon[185614]: pgmap v4879: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:29.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:22:28 smithi055 ceph-mon[183057]: pgmap v4879: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:31.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:22:30 smithi055 ceph-mon[185614]: pgmap v4880: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:31.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:22:30 smithi055 ceph-mon[183057]: pgmap v4880: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:22:30 smithi082 ceph-mon[180771]: pgmap v4880: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:33.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:22:32 smithi055 ceph-mon[185614]: pgmap v4881: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:33.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:22:32 smithi055 ceph-mon[183057]: pgmap v4881: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:22:32 smithi082 ceph-mon[180771]: pgmap v4881: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:35.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:22:34 smithi055 ceph-mon[185614]: pgmap v4882: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:35.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:22:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:22:35] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:22:35.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:22:34 smithi055 ceph-mon[183057]: pgmap v4882: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:35.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:22:34 smithi082 ceph-mon[180771]: pgmap v4882: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:37.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:22:36 smithi055 ceph-mon[185614]: pgmap v4883: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:37.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:22:36 smithi055 ceph-mon[183057]: pgmap v4883: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:22:36 smithi082 ceph-mon[180771]: pgmap v4883: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:39.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:22:38 smithi055 ceph-mon[185614]: pgmap v4884: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:39.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:22:38 smithi055 ceph-mon[183057]: pgmap v4884: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:22:38 smithi082 ceph-mon[180771]: pgmap v4884: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:40.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:22:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:22:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:22:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:22:40.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:22:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:22:41.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:22:40 smithi055 ceph-mon[185614]: pgmap v4885: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:41.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:22:40 smithi055 ceph-mon[183057]: pgmap v4885: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:41.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:22:40 smithi082 ceph-mon[180771]: pgmap v4885: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:43.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:22:42 smithi055 ceph-mon[185614]: pgmap v4886: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:43.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:22:42 smithi055 ceph-mon[183057]: pgmap v4886: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:43.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:22:42 smithi082 ceph-mon[180771]: pgmap v4886: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:45.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:22:44 smithi055 ceph-mon[185614]: pgmap v4887: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:45.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:22:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:22:45] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T02:22:45.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:22:44 smithi055 ceph-mon[183057]: pgmap v4887: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:45.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:22:44 smithi082 ceph-mon[180771]: pgmap v4887: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:47.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:22:46 smithi055 ceph-mon[185614]: pgmap v4888: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:47.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:22:46 smithi055 ceph-mon[183057]: pgmap v4888: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:22:46 smithi082 ceph-mon[180771]: pgmap v4888: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:49.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:22:48 smithi055 ceph-mon[185614]: pgmap v4889: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:49.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:22:48 smithi055 ceph-mon[183057]: pgmap v4889: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:22:48 smithi082 ceph-mon[180771]: pgmap v4889: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:51.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:22:50 smithi055 ceph-mon[185614]: pgmap v4890: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:51.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:22:50 smithi055 ceph-mon[183057]: pgmap v4890: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:51.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:22:50 smithi082 ceph-mon[180771]: pgmap v4890: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:53.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:22:52 smithi055 ceph-mon[185614]: pgmap v4891: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:53.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:22:52 smithi055 ceph-mon[183057]: pgmap v4891: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:53.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:22:52 smithi082 ceph-mon[180771]: pgmap v4891: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:55.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:22:54 smithi055 ceph-mon[185614]: pgmap v4892: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:55.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:22:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:22:55.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:22:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:22:55] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T02:22:55.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:22:54 smithi055 ceph-mon[183057]: pgmap v4892: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:55.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:22:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:22:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:22:54 smithi082 ceph-mon[180771]: pgmap v4892: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:22:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:22:57.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:22:56 smithi055 ceph-mon[185614]: pgmap v4893: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:57.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:22:56 smithi055 ceph-mon[183057]: pgmap v4893: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:22:56 smithi082 ceph-mon[180771]: pgmap v4893: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:59.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:22:58 smithi055 ceph-mon[185614]: pgmap v4894: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:59.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:22:58 smithi055 ceph-mon[183057]: pgmap v4894: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:22:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:22:58 smithi082 ceph-mon[180771]: pgmap v4894: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:01.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:23:00 smithi055 ceph-mon[185614]: pgmap v4895: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:23:00 smithi055 ceph-mon[183057]: pgmap v4895: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:23:00 smithi082 ceph-mon[180771]: pgmap v4895: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:02.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:23:02 smithi082 ceph-mon[180771]: pgmap v4896: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:02.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:23:02 smithi055 ceph-mon[185614]: pgmap v4896: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:02.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:23:02 smithi055 ceph-mon[183057]: pgmap v4896: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:04.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:23:03 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:23:04.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:23:03 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:23:04.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:23:03 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:23:05.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:23:04 smithi082 ceph-mon[180771]: pgmap v4897: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:05.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:23:04 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:23:05.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:23:04 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:23:05.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:23:04 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:23:05.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:23:04 smithi055 ceph-mon[185614]: pgmap v4897: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:05.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:23:04 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:23:05.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:23:04 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:23:05.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:23:04 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:23:05.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:23:04 smithi055 ceph-mon[183057]: pgmap v4897: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:05.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:23:04 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:23:05.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:23:04 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:23:05.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:23:04 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:23:05.269 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:23:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:23:05] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T02:23:07.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:23:06 smithi082 ceph-mon[180771]: pgmap v4898: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:07.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:23:06 smithi055 ceph-mon[185614]: pgmap v4898: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:07.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:23:06 smithi055 ceph-mon[183057]: pgmap v4898: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:09.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:23:08 smithi082 ceph-mon[180771]: pgmap v4899: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:09.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:23:08 smithi055 ceph-mon[185614]: pgmap v4899: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:23:08 smithi055 ceph-mon[183057]: pgmap v4899: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:10.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:23:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:23:10.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:23:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:23:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:23:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:23:11.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:23:10 smithi082 ceph-mon[180771]: pgmap v4900: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:11.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:23:10 smithi055 ceph-mon[185614]: pgmap v4900: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:11.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:23:10 smithi055 ceph-mon[183057]: pgmap v4900: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:13.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:23:12 smithi055 ceph-mon[185614]: pgmap v4901: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:13.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:23:12 smithi055 ceph-mon[183057]: pgmap v4901: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:23:12 smithi082 ceph-mon[180771]: pgmap v4901: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:15.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:23:14 smithi055 ceph-mon[185614]: pgmap v4902: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:15.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:23:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:23:15] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:23:15.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:23:14 smithi055 ceph-mon[183057]: pgmap v4902: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:23:14 smithi082 ceph-mon[180771]: pgmap v4902: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:17.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:23:16 smithi055 ceph-mon[185614]: pgmap v4903: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:17.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:23:16 smithi055 ceph-mon[183057]: pgmap v4903: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:23:16 smithi082 ceph-mon[180771]: pgmap v4903: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:19.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:23:18 smithi055 ceph-mon[185614]: pgmap v4904: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:19.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:23:18 smithi055 ceph-mon[183057]: pgmap v4904: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:23:18 smithi082 ceph-mon[180771]: pgmap v4904: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:21.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:23:20 smithi055 ceph-mon[185614]: pgmap v4905: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:21.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:23:20 smithi055 ceph-mon[183057]: pgmap v4905: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:23:20 smithi082 ceph-mon[180771]: pgmap v4905: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:23.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:23:22 smithi055 ceph-mon[185614]: pgmap v4906: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:23.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:23:22 smithi055 ceph-mon[183057]: pgmap v4906: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:23:22 smithi082 ceph-mon[180771]: pgmap v4906: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:25.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:23:24 smithi055 ceph-mon[185614]: pgmap v4907: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:25.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:23:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:23:25.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:23:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:23:25] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T02:23:25.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:23:24 smithi055 ceph-mon[183057]: pgmap v4907: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:25.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:23:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:23:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:23:24 smithi082 ceph-mon[180771]: pgmap v4907: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:23:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:23:27.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:23:26 smithi055 ceph-mon[185614]: pgmap v4908: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:27.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:23:26 smithi055 ceph-mon[183057]: pgmap v4908: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:23:26 smithi082 ceph-mon[180771]: pgmap v4908: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:29.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:23:28 smithi055 ceph-mon[185614]: pgmap v4909: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:29.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:23:28 smithi055 ceph-mon[183057]: pgmap v4909: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:23:28 smithi082 ceph-mon[180771]: pgmap v4909: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:31.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:23:30 smithi055 ceph-mon[185614]: pgmap v4910: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:31.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:23:30 smithi055 ceph-mon[183057]: pgmap v4910: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:23:30 smithi082 ceph-mon[180771]: pgmap v4910: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:33.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:23:32 smithi055 ceph-mon[185614]: pgmap v4911: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:33.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:23:32 smithi055 ceph-mon[183057]: pgmap v4911: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:23:32 smithi082 ceph-mon[180771]: pgmap v4911: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:35.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:23:34 smithi055 ceph-mon[183057]: pgmap v4912: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:35.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:23:34 smithi055 ceph-mon[185614]: pgmap v4912: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:35.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:23:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:23:35] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T02:23:35.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:23:34 smithi082 ceph-mon[180771]: pgmap v4912: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:37.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:23:36 smithi055 ceph-mon[185614]: pgmap v4913: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:37.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:23:36 smithi055 ceph-mon[183057]: pgmap v4913: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:23:36 smithi082 ceph-mon[180771]: pgmap v4913: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:39.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:23:38 smithi055 ceph-mon[185614]: pgmap v4914: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:39.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:23:38 smithi055 ceph-mon[183057]: pgmap v4914: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:23:38 smithi082 ceph-mon[180771]: pgmap v4914: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:40.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:23:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:23:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:23:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:23:40.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:23:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:23:41.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:23:40 smithi055 ceph-mon[185614]: pgmap v4915: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:41.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:23:40 smithi055 ceph-mon[183057]: pgmap v4915: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:41.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:23:40 smithi082 ceph-mon[180771]: pgmap v4915: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:43.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:23:42 smithi055 ceph-mon[185614]: pgmap v4916: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:43.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:23:42 smithi055 ceph-mon[183057]: pgmap v4916: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:43.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:23:42 smithi082 ceph-mon[180771]: pgmap v4916: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:45.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:23:44 smithi055 ceph-mon[185614]: pgmap v4917: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:45.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:23:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:23:45] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T02:23:45.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:23:44 smithi055 ceph-mon[183057]: pgmap v4917: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:45.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:23:44 smithi082 ceph-mon[180771]: pgmap v4917: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:47.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:23:46 smithi055 ceph-mon[185614]: pgmap v4918: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:47.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:23:46 smithi055 ceph-mon[183057]: pgmap v4918: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:23:46 smithi082 ceph-mon[180771]: pgmap v4918: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:49.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:23:48 smithi055 ceph-mon[185614]: pgmap v4919: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:49.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:23:48 smithi055 ceph-mon[183057]: pgmap v4919: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:23:48 smithi082 ceph-mon[180771]: pgmap v4919: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:51.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:23:50 smithi055 ceph-mon[185614]: pgmap v4920: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:51.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:23:50 smithi055 ceph-mon[183057]: pgmap v4920: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:23:50 smithi082 ceph-mon[180771]: pgmap v4920: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:53.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:23:52 smithi055 ceph-mon[185614]: pgmap v4921: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:53.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:23:52 smithi055 ceph-mon[183057]: pgmap v4921: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:53.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:23:52 smithi082 ceph-mon[180771]: pgmap v4921: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:54.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:23:54 smithi055 ceph-mon[185614]: pgmap v4922: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:54.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:23:54 smithi055 ceph-mon[183057]: pgmap v4922: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:54.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:23:54 smithi082 ceph-mon[180771]: pgmap v4922: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:55.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:23:55 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:23:55.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:23:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:23:55] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:23:55.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:23:55 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:23:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:23:55 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:23:56.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:23:56 smithi055 ceph-mon[185614]: pgmap v4923: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:56.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:23:56 smithi055 ceph-mon[183057]: pgmap v4923: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:56.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:23:56 smithi082 ceph-mon[180771]: pgmap v4923: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:59.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:23:58 smithi082 ceph-mon[180771]: pgmap v4924: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:59.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:23:58 smithi055 ceph-mon[183057]: pgmap v4924: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:23:59.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:23:58 smithi055 ceph-mon[185614]: pgmap v4924: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:01.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:24:00 smithi082 ceph-mon[180771]: pgmap v4925: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:01.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:24:00 smithi055 ceph-mon[185614]: pgmap v4925: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:24:00 smithi055 ceph-mon[183057]: pgmap v4925: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:03.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:24:02 smithi082 ceph-mon[180771]: pgmap v4926: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:03.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:24:02 smithi055 ceph-mon[183057]: pgmap v4926: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:03.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:24:02 smithi055 ceph-mon[185614]: pgmap v4926: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:05.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:24:04 smithi082 ceph-mon[180771]: pgmap v4927: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:05.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:24:04 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:24:05.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:24:04 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:24:05.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:24:04 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:24:05.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:24:04 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:24:05.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:24:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:24:05] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:24:05.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:24:04 smithi055 ceph-mon[185614]: pgmap v4927: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:05.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:24:04 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:24:05.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:24:04 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:24:05.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:24:04 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:24:05.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:24:04 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:24:05.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:24:04 smithi055 ceph-mon[183057]: pgmap v4927: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:05.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:24:04 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:24:05.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:24:04 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:24:05.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:24:04 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:24:05.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:24:04 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:24:07.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:24:06 smithi082 ceph-mon[180771]: pgmap v4928: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:07.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:24:06 smithi055 ceph-mon[185614]: pgmap v4928: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:07.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:24:06 smithi055 ceph-mon[183057]: pgmap v4928: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:09.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:24:08 smithi082 ceph-mon[180771]: pgmap v4929: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:09.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:24:08 smithi055 ceph-mon[185614]: pgmap v4929: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:24:08 smithi055 ceph-mon[183057]: pgmap v4929: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:10.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:24:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:24:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:24:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:24:10.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:24:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:24:11.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:24:10 smithi055 ceph-mon[185614]: pgmap v4930: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:11.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:24:10 smithi055 ceph-mon[183057]: pgmap v4930: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:24:10 smithi082 ceph-mon[180771]: pgmap v4930: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:13.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:24:12 smithi055 ceph-mon[185614]: pgmap v4931: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:13.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:24:12 smithi055 ceph-mon[183057]: pgmap v4931: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:24:12 smithi082 ceph-mon[180771]: pgmap v4931: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:15.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:24:14 smithi055 ceph-mon[185614]: pgmap v4932: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:15.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:24:14 smithi055 ceph-mon[183057]: pgmap v4932: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:15.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:24:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:24:15] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:24:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:24:14 smithi082 ceph-mon[180771]: pgmap v4932: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:17.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:24:16 smithi055 ceph-mon[185614]: pgmap v4933: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:17.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:24:16 smithi055 ceph-mon[183057]: pgmap v4933: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:24:16 smithi082 ceph-mon[180771]: pgmap v4933: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:19.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:24:18 smithi055 ceph-mon[185614]: pgmap v4934: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:19.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:24:18 smithi055 ceph-mon[183057]: pgmap v4934: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:24:18 smithi082 ceph-mon[180771]: pgmap v4934: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:21.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:24:20 smithi055 ceph-mon[185614]: pgmap v4935: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:21.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:24:20 smithi055 ceph-mon[183057]: pgmap v4935: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:24:20 smithi082 ceph-mon[180771]: pgmap v4935: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:23.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:24:22 smithi055 ceph-mon[185614]: pgmap v4936: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:23.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:24:22 smithi055 ceph-mon[183057]: pgmap v4936: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:24:22 smithi082 ceph-mon[180771]: pgmap v4936: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:25.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:24:24 smithi055 ceph-mon[185614]: pgmap v4937: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:25.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:24:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:24:25.268 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:24:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:24:25] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T02:24:25.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:24:24 smithi055 ceph-mon[183057]: pgmap v4937: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:25.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:24:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:24:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:24:24 smithi082 ceph-mon[180771]: pgmap v4937: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:24:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:24:27.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:24:26 smithi055 ceph-mon[185614]: pgmap v4938: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:27.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:24:26 smithi055 ceph-mon[183057]: pgmap v4938: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:24:26 smithi082 ceph-mon[180771]: pgmap v4938: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:29.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:24:28 smithi055 ceph-mon[185614]: pgmap v4939: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:29.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:24:28 smithi055 ceph-mon[183057]: pgmap v4939: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:24:28 smithi082 ceph-mon[180771]: pgmap v4939: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:31.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:24:30 smithi055 ceph-mon[185614]: pgmap v4940: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:31.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:24:30 smithi055 ceph-mon[183057]: pgmap v4940: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:24:30 smithi082 ceph-mon[180771]: pgmap v4940: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:33.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:24:32 smithi055 ceph-mon[185614]: pgmap v4941: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:33.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:24:32 smithi055 ceph-mon[183057]: pgmap v4941: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:24:32 smithi082 ceph-mon[180771]: pgmap v4941: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:35.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:24:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:24:35] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T02:24:35.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:24:34 smithi055 ceph-mon[185614]: pgmap v4942: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:35.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:24:34 smithi055 ceph-mon[183057]: pgmap v4942: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:35.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:24:34 smithi082 ceph-mon[180771]: pgmap v4942: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:37.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:24:36 smithi055 ceph-mon[185614]: pgmap v4943: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:37.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:24:36 smithi055 ceph-mon[183057]: pgmap v4943: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:24:36 smithi082 ceph-mon[180771]: pgmap v4943: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:39.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:24:38 smithi055 ceph-mon[185614]: pgmap v4944: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:39.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:24:38 smithi055 ceph-mon[183057]: pgmap v4944: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:24:38 smithi082 ceph-mon[180771]: pgmap v4944: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:40.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:24:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:24:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:24:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:24:40.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:24:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:24:41.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:24:40 smithi055 ceph-mon[185614]: pgmap v4945: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:41.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:24:40 smithi055 ceph-mon[183057]: pgmap v4945: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:41.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:24:40 smithi082 ceph-mon[180771]: pgmap v4945: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:43.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:24:42 smithi055 ceph-mon[185614]: pgmap v4946: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:43.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:24:42 smithi055 ceph-mon[183057]: pgmap v4946: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:43.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:24:42 smithi082 ceph-mon[180771]: pgmap v4946: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:45.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:24:44 smithi055 ceph-mon[185614]: pgmap v4947: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:45.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:24:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:24:45] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:24:45.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:24:44 smithi055 ceph-mon[183057]: pgmap v4947: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:45.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:24:44 smithi082 ceph-mon[180771]: pgmap v4947: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:47.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:24:47 smithi055 ceph-mon[185614]: pgmap v4948: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:47.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:24:46 smithi055 ceph-mon[183057]: pgmap v4948: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:24:46 smithi082 ceph-mon[180771]: pgmap v4948: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:49.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:24:48 smithi082 ceph-mon[180771]: pgmap v4949: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:49.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:24:48 smithi055 ceph-mon[185614]: pgmap v4949: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:49.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:24:48 smithi055 ceph-mon[183057]: pgmap v4949: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:51.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:24:50 smithi082 ceph-mon[180771]: pgmap v4950: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:51.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:24:50 smithi055 ceph-mon[185614]: pgmap v4950: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:51.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:24:50 smithi055 ceph-mon[183057]: pgmap v4950: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:53.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:24:52 smithi082 ceph-mon[180771]: pgmap v4951: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:53.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:24:52 smithi055 ceph-mon[185614]: pgmap v4951: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:53.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:24:52 smithi055 ceph-mon[183057]: pgmap v4951: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:55.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:24:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:24:55] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:24:55.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:24:54 smithi055 ceph-mon[185614]: pgmap v4952: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:55.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:24:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:24:55.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:24:54 smithi055 ceph-mon[183057]: pgmap v4952: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:55.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:24:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:24:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:24:54 smithi082 ceph-mon[180771]: pgmap v4952: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:24:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:24:57.278 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:24:56 smithi055 ceph-mon[185614]: pgmap v4953: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:57.278 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:24:56 smithi055 ceph-mon[183057]: pgmap v4953: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:24:56 smithi082 ceph-mon[180771]: pgmap v4953: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:59.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:24:58 smithi055 ceph-mon[185614]: pgmap v4954: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:59.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:24:58 smithi055 ceph-mon[183057]: pgmap v4954: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:24:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:24:58 smithi082 ceph-mon[180771]: pgmap v4954: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:01.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:25:00 smithi055 ceph-mon[185614]: pgmap v4955: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:25:00 smithi055 ceph-mon[183057]: pgmap v4955: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:25:00 smithi082 ceph-mon[180771]: pgmap v4955: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:03.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:25:02 smithi055 ceph-mon[185614]: pgmap v4956: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:03.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:25:02 smithi055 ceph-mon[183057]: pgmap v4956: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:25:02 smithi082 ceph-mon[180771]: pgmap v4956: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:05.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:25:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:25:05] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:25:05.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:25:04 smithi055 ceph-mon[185614]: pgmap v4957: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:05.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:25:04 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:25:05.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:25:04 smithi055 ceph-mon[183057]: pgmap v4957: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:05.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:25:04 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:25:05.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:25:04 smithi082 ceph-mon[180771]: pgmap v4957: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:05.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:25:04 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:25:06.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:25:05 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:25:06.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:25:05 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:25:06.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:25:05 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:25:06.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:25:05 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:25:06.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:25:05 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:25:06.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:25:05 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:25:06.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:25:05 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:25:06.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:25:05 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:25:06.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:25:05 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:25:07.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:25:06 smithi055 ceph-mon[185614]: pgmap v4958: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:07.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:25:06 smithi055 ceph-mon[183057]: pgmap v4958: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:25:06 smithi082 ceph-mon[180771]: pgmap v4958: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:09.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:25:08 smithi055 ceph-mon[185614]: pgmap v4959: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:25:08 smithi055 ceph-mon[183057]: pgmap v4959: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:25:08 smithi082 ceph-mon[180771]: pgmap v4959: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:10.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:25:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:25:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:25:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:25:10.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:25:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:25:11.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:25:10 smithi055 ceph-mon[185614]: pgmap v4960: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:11.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:25:10 smithi055 ceph-mon[183057]: pgmap v4960: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:25:10 smithi082 ceph-mon[180771]: pgmap v4960: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:13.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:25:12 smithi055 ceph-mon[185614]: pgmap v4961: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:13.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:25:12 smithi055 ceph-mon[183057]: pgmap v4961: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:25:12 smithi082 ceph-mon[180771]: pgmap v4961: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:15.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:25:14 smithi055 ceph-mon[185614]: pgmap v4962: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:15.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:25:14 smithi055 ceph-mon[183057]: pgmap v4962: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:15.268 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:25:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:25:15] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T02:25:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:25:14 smithi082 ceph-mon[180771]: pgmap v4962: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:17.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:25:16 smithi055 ceph-mon[185614]: pgmap v4963: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:17.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:25:16 smithi055 ceph-mon[183057]: pgmap v4963: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:25:16 smithi082 ceph-mon[180771]: pgmap v4963: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:19.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:25:18 smithi055 ceph-mon[185614]: pgmap v4964: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:19.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:25:18 smithi055 ceph-mon[183057]: pgmap v4964: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:25:18 smithi082 ceph-mon[180771]: pgmap v4964: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:21.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:25:20 smithi055 ceph-mon[185614]: pgmap v4965: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:21.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:25:20 smithi055 ceph-mon[183057]: pgmap v4965: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:25:20 smithi082 ceph-mon[180771]: pgmap v4965: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:23.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:25:22 smithi055 ceph-mon[185614]: pgmap v4966: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:23.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:25:22 smithi055 ceph-mon[183057]: pgmap v4966: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:25:22 smithi082 ceph-mon[180771]: pgmap v4966: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:25.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:25:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:25:25] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:25:25.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:25:24 smithi055 ceph-mon[185614]: pgmap v4967: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:25.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:25:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:25:25.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:25:24 smithi055 ceph-mon[183057]: pgmap v4967: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:25.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:25:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:25:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:25:24 smithi082 ceph-mon[180771]: pgmap v4967: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:25:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:25:27.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:25:26 smithi055 ceph-mon[185614]: pgmap v4968: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:27.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:25:26 smithi055 ceph-mon[183057]: pgmap v4968: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:25:26 smithi082 ceph-mon[180771]: pgmap v4968: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:29.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:25:29 smithi055 ceph-mon[185614]: pgmap v4969: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:29.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:25:28 smithi055 ceph-mon[183057]: pgmap v4969: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:25:28 smithi082 ceph-mon[180771]: pgmap v4969: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:30.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:25:30 smithi082 ceph-mon[180771]: pgmap v4970: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:30.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:25:30 smithi055 ceph-mon[185614]: pgmap v4970: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:30.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:25:30 smithi055 ceph-mon[183057]: pgmap v4970: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:32.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:25:32 smithi055 ceph-mon[185614]: pgmap v4971: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:32.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:25:32 smithi055 ceph-mon[183057]: pgmap v4971: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:32.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:25:32 smithi082 ceph-mon[180771]: pgmap v4971: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:35.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:25:34 smithi082 ceph-mon[180771]: pgmap v4972: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:35.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:25:34 smithi055 ceph-mon[185614]: pgmap v4972: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:35.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:25:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:25:35] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:25:35.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:25:34 smithi055 ceph-mon[183057]: pgmap v4972: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:37.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:25:36 smithi082 ceph-mon[180771]: pgmap v4973: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:37.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:25:36 smithi055 ceph-mon[185614]: pgmap v4973: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:37.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:25:36 smithi055 ceph-mon[183057]: pgmap v4973: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:39.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:25:38 smithi082 ceph-mon[180771]: pgmap v4974: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:39.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:25:38 smithi055 ceph-mon[185614]: pgmap v4974: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:39.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:25:38 smithi055 ceph-mon[183057]: pgmap v4974: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:40.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:25:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:25:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:25:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:25:40.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:25:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:25:41.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:25:40 smithi055 ceph-mon[185614]: pgmap v4975: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:41.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:25:40 smithi055 ceph-mon[183057]: pgmap v4975: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:41.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:25:40 smithi082 ceph-mon[180771]: pgmap v4975: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:43.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:25:42 smithi055 ceph-mon[185614]: pgmap v4976: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:43.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:25:42 smithi055 ceph-mon[183057]: pgmap v4976: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:43.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:25:42 smithi082 ceph-mon[180771]: pgmap v4976: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:45.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:25:44 smithi055 ceph-mon[185614]: pgmap v4977: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:45.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:25:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:25:45] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T02:25:45.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:25:44 smithi055 ceph-mon[183057]: pgmap v4977: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:45.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:25:44 smithi082 ceph-mon[180771]: pgmap v4977: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:47.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:25:46 smithi055 ceph-mon[183057]: pgmap v4978: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:47.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:25:46 smithi055 ceph-mon[185614]: pgmap v4978: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:25:46 smithi082 ceph-mon[180771]: pgmap v4978: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:49.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:25:48 smithi055 ceph-mon[185614]: pgmap v4979: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:49.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:25:48 smithi055 ceph-mon[183057]: pgmap v4979: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:25:48 smithi082 ceph-mon[180771]: pgmap v4979: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:51.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:25:50 smithi055 ceph-mon[185614]: pgmap v4980: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:51.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:25:50 smithi055 ceph-mon[183057]: pgmap v4980: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:25:50 smithi082 ceph-mon[180771]: pgmap v4980: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:53.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:25:52 smithi055 ceph-mon[185614]: pgmap v4981: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:53.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:25:52 smithi055 ceph-mon[183057]: pgmap v4981: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:53.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:25:52 smithi082 ceph-mon[180771]: pgmap v4981: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:55.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:25:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:25:55] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T02:25:55.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:25:54 smithi055 ceph-mon[185614]: pgmap v4982: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:55.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:25:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:25:55.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:25:54 smithi055 ceph-mon[183057]: pgmap v4982: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:55.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:25:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:25:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:25:54 smithi082 ceph-mon[180771]: pgmap v4982: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:25:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:25:57.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:25:56 smithi055 ceph-mon[185614]: pgmap v4983: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:57.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:25:56 smithi055 ceph-mon[183057]: pgmap v4983: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:25:56 smithi082 ceph-mon[180771]: pgmap v4983: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:59.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:25:58 smithi055 ceph-mon[185614]: pgmap v4984: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:59.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:25:58 smithi055 ceph-mon[183057]: pgmap v4984: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:25:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:25:58 smithi082 ceph-mon[180771]: pgmap v4984: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:01.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:26:00 smithi055 ceph-mon[185614]: pgmap v4985: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:26:00 smithi055 ceph-mon[183057]: pgmap v4985: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:26:00 smithi082 ceph-mon[180771]: pgmap v4985: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:03.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:26:02 smithi055 ceph-mon[185614]: pgmap v4986: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:03.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:26:02 smithi055 ceph-mon[183057]: pgmap v4986: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:26:02 smithi082 ceph-mon[180771]: pgmap v4986: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:05.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:26:04 smithi055 ceph-mon[185614]: pgmap v4987: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:05.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:26:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:26:05] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T02:26:05.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:26:04 smithi055 ceph-mon[183057]: pgmap v4987: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:05.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:26:04 smithi082 ceph-mon[180771]: pgmap v4987: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:06.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:26:05 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:26:06.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:26:05 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:26:06.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:26:05 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:26:07.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:26:06 smithi055 ceph-mon[185614]: pgmap v4988: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:07.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:26:06 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:26:07.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:26:06 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:26:07.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:26:06 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:26:07.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:26:06 smithi055 ceph-mon[183057]: pgmap v4988: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:07.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:26:06 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:26:07.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:26:06 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:26:07.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:26:06 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:26:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:26:06 smithi082 ceph-mon[180771]: pgmap v4988: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:26:06 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:26:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:26:06 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:26:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:26:06 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:26:09.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:26:08 smithi055 ceph-mon[185614]: pgmap v4989: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:26:08 smithi055 ceph-mon[183057]: pgmap v4989: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:26:08 smithi082 ceph-mon[180771]: pgmap v4989: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:10.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:26:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:26:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:26:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:26:10.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:26:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:26:11.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:26:10 smithi055 ceph-mon[185614]: pgmap v4990: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:11.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:26:10 smithi055 ceph-mon[183057]: pgmap v4990: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:11.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:26:10 smithi082 ceph-mon[180771]: pgmap v4990: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:13.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:26:12 smithi055 ceph-mon[185614]: pgmap v4991: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:13.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:26:12 smithi055 ceph-mon[183057]: pgmap v4991: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:26:12 smithi082 ceph-mon[180771]: pgmap v4991: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:15.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:26:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:26:15] "GET /metrics HTTP/1.1" 200 36228 "" "Prometheus/2.43.0" 2023-10-14T02:26:15.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:26:14 smithi055 ceph-mon[185614]: pgmap v4992: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:15.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:26:14 smithi055 ceph-mon[183057]: pgmap v4992: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:26:14 smithi082 ceph-mon[180771]: pgmap v4992: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:17.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:26:17 smithi055 ceph-mon[185614]: pgmap v4993: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:17.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:26:16 smithi055 ceph-mon[183057]: pgmap v4993: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:26:16 smithi082 ceph-mon[180771]: pgmap v4993: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:19.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:26:19 smithi055 ceph-mon[185614]: pgmap v4994: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:19.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:26:19 smithi055 ceph-mon[183057]: pgmap v4994: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:26:19 smithi082 ceph-mon[180771]: pgmap v4994: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:21.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:26:21 smithi055 ceph-mon[185614]: pgmap v4995: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:21.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:26:21 smithi055 ceph-mon[183057]: pgmap v4995: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:26:21 smithi082 ceph-mon[180771]: pgmap v4995: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:22.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:26:22 smithi082 ceph-mon[180771]: pgmap v4996: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:22.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:26:22 smithi055 ceph-mon[185614]: pgmap v4996: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:22.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:26:22 smithi055 ceph-mon[183057]: pgmap v4996: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:25.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:26:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:26:25] "GET /metrics HTTP/1.1" 200 36228 "" "Prometheus/2.43.0" 2023-10-14T02:26:25.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:26:24 smithi055 ceph-mon[185614]: pgmap v4997: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:25.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:26:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:26:25.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:26:24 smithi055 ceph-mon[183057]: pgmap v4997: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:25.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:26:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:26:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:26:24 smithi082 ceph-mon[180771]: pgmap v4997: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:26:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:26:27.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:26:26 smithi055 ceph-mon[185614]: pgmap v4998: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:27.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:26:26 smithi055 ceph-mon[183057]: pgmap v4998: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:26:26 smithi082 ceph-mon[180771]: pgmap v4998: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:29.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:26:28 smithi055 ceph-mon[185614]: pgmap v4999: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:29.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:26:28 smithi055 ceph-mon[183057]: pgmap v4999: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:26:28 smithi082 ceph-mon[180771]: pgmap v4999: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:31.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:26:30 smithi055 ceph-mon[185614]: pgmap v5000: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:31.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:26:30 smithi055 ceph-mon[183057]: pgmap v5000: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:26:30 smithi082 ceph-mon[180771]: pgmap v5000: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:33.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:26:32 smithi055 ceph-mon[183057]: pgmap v5001: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:33.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:26:32 smithi055 ceph-mon[185614]: pgmap v5001: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:26:32 smithi082 ceph-mon[180771]: pgmap v5001: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:35.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:26:34 smithi055 ceph-mon[185614]: pgmap v5002: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:35.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:26:34 smithi055 ceph-mon[183057]: pgmap v5002: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:35.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:26:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:26:35] "GET /metrics HTTP/1.1" 200 36228 "" "Prometheus/2.43.0" 2023-10-14T02:26:35.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:26:34 smithi082 ceph-mon[180771]: pgmap v5002: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:37.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:26:36 smithi055 ceph-mon[185614]: pgmap v5003: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:37.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:26:36 smithi055 ceph-mon[183057]: pgmap v5003: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:26:36 smithi082 ceph-mon[180771]: pgmap v5003: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:39.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:26:38 smithi055 ceph-mon[185614]: pgmap v5004: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:39.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:26:38 smithi055 ceph-mon[183057]: pgmap v5004: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:26:38 smithi082 ceph-mon[180771]: pgmap v5004: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:40.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:26:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:26:40.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:26:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:26:40.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:26:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:26:41.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:26:40 smithi055 ceph-mon[185614]: pgmap v5005: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:41.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:26:40 smithi055 ceph-mon[183057]: pgmap v5005: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:41.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:26:40 smithi082 ceph-mon[180771]: pgmap v5005: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:43.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:26:42 smithi055 ceph-mon[185614]: pgmap v5006: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:43.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:26:42 smithi055 ceph-mon[183057]: pgmap v5006: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:43.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:26:42 smithi082 ceph-mon[180771]: pgmap v5006: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:45.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:26:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:26:45] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:26:45.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:26:44 smithi055 ceph-mon[185614]: pgmap v5007: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:45.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:26:44 smithi055 ceph-mon[183057]: pgmap v5007: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:45.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:26:44 smithi082 ceph-mon[180771]: pgmap v5007: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:47.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:26:46 smithi055 ceph-mon[185614]: pgmap v5008: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:47.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:26:46 smithi055 ceph-mon[183057]: pgmap v5008: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:26:46 smithi082 ceph-mon[180771]: pgmap v5008: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:49.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:26:48 smithi055 ceph-mon[185614]: pgmap v5009: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:49.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:26:48 smithi055 ceph-mon[183057]: pgmap v5009: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:26:48 smithi082 ceph-mon[180771]: pgmap v5009: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:51.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:26:50 smithi055 ceph-mon[185614]: pgmap v5010: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:51.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:26:50 smithi055 ceph-mon[183057]: pgmap v5010: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:26:50 smithi082 ceph-mon[180771]: pgmap v5010: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:53.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:26:52 smithi055 ceph-mon[185614]: pgmap v5011: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:53.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:26:52 smithi055 ceph-mon[183057]: pgmap v5011: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:53.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:26:52 smithi082 ceph-mon[180771]: pgmap v5011: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:55.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:26:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:26:55] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T02:26:55.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:26:54 smithi055 ceph-mon[185614]: pgmap v5012: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:55.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:26:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:26:55.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:26:54 smithi055 ceph-mon[183057]: pgmap v5012: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:55.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:26:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:26:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:26:54 smithi082 ceph-mon[180771]: pgmap v5012: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:26:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:26:57.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:26:56 smithi055 ceph-mon[185614]: pgmap v5013: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:57.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:26:56 smithi055 ceph-mon[183057]: pgmap v5013: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:26:56 smithi082 ceph-mon[180771]: pgmap v5013: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:59.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:26:58 smithi055 ceph-mon[185614]: pgmap v5014: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:59.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:26:58 smithi055 ceph-mon[183057]: pgmap v5014: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:26:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:26:58 smithi082 ceph-mon[180771]: pgmap v5014: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:01.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:27:01 smithi055 ceph-mon[185614]: pgmap v5015: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:27:01 smithi055 ceph-mon[183057]: pgmap v5015: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:27:01 smithi082 ceph-mon[180771]: pgmap v5015: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:03.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:27:03 smithi055 ceph-mon[185614]: pgmap v5016: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:03.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:27:03 smithi055 ceph-mon[183057]: pgmap v5016: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:27:03 smithi082 ceph-mon[180771]: pgmap v5016: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:05.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:27:05 smithi055 ceph-mon[185614]: pgmap v5017: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:05.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:27:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:27:05] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T02:27:05.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:27:05 smithi055 ceph-mon[183057]: pgmap v5017: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:05.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:27:05 smithi082 ceph-mon[180771]: pgmap v5017: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:06.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:27:06 smithi082 ceph-mon[180771]: pgmap v5018: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:06.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:27:06 smithi055 ceph-mon[185614]: pgmap v5018: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:06.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:27:06 smithi055 ceph-mon[183057]: pgmap v5018: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:27:07 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:27:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:27:07 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:27:07.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:27:07 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:27:07.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:27:07 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:27:07.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:27:07 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:27:07.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:27:07 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:27:07.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:27:07 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:27:07.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:27:07 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:27:07.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:27:07 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:27:07.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:27:07 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:27:07.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:27:07 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:27:07.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:27:07 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:27:09.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:27:08 smithi055 ceph-mon[185614]: pgmap v5019: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:27:08 smithi055 ceph-mon[183057]: pgmap v5019: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:27:08 smithi082 ceph-mon[180771]: pgmap v5019: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:10.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:27:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:27:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:27:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:27:10.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:27:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:27:11.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:27:10 smithi055 ceph-mon[185614]: pgmap v5020: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:11.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:27:10 smithi055 ceph-mon[183057]: pgmap v5020: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:27:10 smithi082 ceph-mon[180771]: pgmap v5020: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:13.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:27:12 smithi055 ceph-mon[185614]: pgmap v5021: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:13.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:27:12 smithi055 ceph-mon[183057]: pgmap v5021: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:27:12 smithi082 ceph-mon[180771]: pgmap v5021: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:15.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:27:14 smithi055 ceph-mon[185614]: pgmap v5022: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:15.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:27:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:27:15] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:27:15.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:27:14 smithi055 ceph-mon[183057]: pgmap v5022: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:27:14 smithi082 ceph-mon[180771]: pgmap v5022: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:17.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:27:16 smithi055 ceph-mon[185614]: pgmap v5023: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:17.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:27:16 smithi055 ceph-mon[183057]: pgmap v5023: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:27:16 smithi082 ceph-mon[180771]: pgmap v5023: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:19.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:27:18 smithi055 ceph-mon[185614]: pgmap v5024: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:19.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:27:18 smithi055 ceph-mon[183057]: pgmap v5024: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:27:18 smithi082 ceph-mon[180771]: pgmap v5024: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:21.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:27:20 smithi055 ceph-mon[185614]: pgmap v5025: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:21.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:27:20 smithi055 ceph-mon[183057]: pgmap v5025: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:27:20 smithi082 ceph-mon[180771]: pgmap v5025: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:23.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:27:22 smithi055 ceph-mon[185614]: pgmap v5026: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:23.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:27:22 smithi055 ceph-mon[183057]: pgmap v5026: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:27:22 smithi082 ceph-mon[180771]: pgmap v5026: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:25.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:27:24 smithi055 ceph-mon[185614]: pgmap v5027: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:25.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:27:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:27:25.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:27:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:27:25] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T02:27:25.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:27:24 smithi055 ceph-mon[183057]: pgmap v5027: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:25.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:27:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:27:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:27:24 smithi082 ceph-mon[180771]: pgmap v5027: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:27:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:27:27.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:27:26 smithi055 ceph-mon[185614]: pgmap v5028: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:27.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:27:26 smithi055 ceph-mon[183057]: pgmap v5028: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:27:26 smithi082 ceph-mon[180771]: pgmap v5028: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:29.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:27:28 smithi055 ceph-mon[185614]: pgmap v5029: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:29.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:27:28 smithi055 ceph-mon[183057]: pgmap v5029: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:27:28 smithi082 ceph-mon[180771]: pgmap v5029: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:31.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:27:30 smithi055 ceph-mon[185614]: pgmap v5030: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:31.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:27:30 smithi055 ceph-mon[183057]: pgmap v5030: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:27:30 smithi082 ceph-mon[180771]: pgmap v5030: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:33.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:27:32 smithi055 ceph-mon[185614]: pgmap v5031: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:33.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:27:32 smithi055 ceph-mon[183057]: pgmap v5031: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:27:32 smithi082 ceph-mon[180771]: pgmap v5031: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:35.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:27:34 smithi055 ceph-mon[185614]: pgmap v5032: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:35.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:27:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:27:35] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T02:27:35.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:27:34 smithi055 ceph-mon[183057]: pgmap v5032: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:35.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:27:34 smithi082 ceph-mon[180771]: pgmap v5032: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:37.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:27:36 smithi055 ceph-mon[185614]: pgmap v5033: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:37.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:27:36 smithi055 ceph-mon[183057]: pgmap v5033: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:27:36 smithi082 ceph-mon[180771]: pgmap v5033: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:39.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:27:38 smithi055 ceph-mon[185614]: pgmap v5034: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:39.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:27:38 smithi055 ceph-mon[183057]: pgmap v5034: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:27:38 smithi082 ceph-mon[180771]: pgmap v5034: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:40.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:27:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:27:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:27:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:27:40.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:27:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:27:41.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:27:40 smithi055 ceph-mon[185614]: pgmap v5035: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:41.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:27:40 smithi055 ceph-mon[183057]: pgmap v5035: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:41.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:27:40 smithi082 ceph-mon[180771]: pgmap v5035: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:43.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:27:43 smithi055 ceph-mon[185614]: pgmap v5036: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:43.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:27:43 smithi055 ceph-mon[183057]: pgmap v5036: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:43.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:27:43 smithi082 ceph-mon[180771]: pgmap v5036: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:45.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:27:45 smithi055 ceph-mon[185614]: pgmap v5037: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:45.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:27:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:27:45] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:27:45.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:27:45 smithi055 ceph-mon[183057]: pgmap v5037: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:45.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:27:45 smithi082 ceph-mon[180771]: pgmap v5037: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:47.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:27:47 smithi055 ceph-mon[185614]: pgmap v5038: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:47.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:27:47 smithi055 ceph-mon[183057]: pgmap v5038: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:27:47 smithi082 ceph-mon[180771]: pgmap v5038: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:49.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:27:48 smithi055 ceph-mon[185614]: pgmap v5039: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:49.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:27:48 smithi055 ceph-mon[183057]: pgmap v5039: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:27:48 smithi082 ceph-mon[180771]: pgmap v5039: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:51.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:27:50 smithi055 ceph-mon[185614]: pgmap v5040: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:51.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:27:50 smithi055 ceph-mon[183057]: pgmap v5040: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:27:50 smithi082 ceph-mon[180771]: pgmap v5040: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:53.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:27:52 smithi055 ceph-mon[185614]: pgmap v5041: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:53.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:27:52 smithi055 ceph-mon[183057]: pgmap v5041: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:53.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:27:52 smithi082 ceph-mon[180771]: pgmap v5041: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:55.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:27:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:27:55] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T02:27:55.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:27:54 smithi055 ceph-mon[185614]: pgmap v5042: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:55.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:27:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:27:55.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:27:54 smithi055 ceph-mon[183057]: pgmap v5042: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:55.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:27:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:27:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:27:54 smithi082 ceph-mon[180771]: pgmap v5042: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:27:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:27:57.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:27:56 smithi055 ceph-mon[185614]: pgmap v5043: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:57.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:27:56 smithi055 ceph-mon[183057]: pgmap v5043: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:27:56 smithi082 ceph-mon[180771]: pgmap v5043: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:59.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:27:58 smithi055 ceph-mon[185614]: pgmap v5044: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:59.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:27:58 smithi055 ceph-mon[183057]: pgmap v5044: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:27:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:27:58 smithi082 ceph-mon[180771]: pgmap v5044: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:01.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:28:00 smithi055 ceph-mon[185614]: pgmap v5045: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:28:00 smithi055 ceph-mon[183057]: pgmap v5045: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:28:00 smithi082 ceph-mon[180771]: pgmap v5045: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:03.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:28:02 smithi055 ceph-mon[185614]: pgmap v5046: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:03.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:28:02 smithi055 ceph-mon[183057]: pgmap v5046: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:28:02 smithi082 ceph-mon[180771]: pgmap v5046: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:05.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:28:04 smithi055 ceph-mon[185614]: pgmap v5047: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:05.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:28:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:28:05] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T02:28:05.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:28:04 smithi055 ceph-mon[183057]: pgmap v5047: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:05.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:28:04 smithi082 ceph-mon[180771]: pgmap v5047: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:07.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:28:06 smithi055 ceph-mon[185614]: pgmap v5048: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:07.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:28:06 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:28:07.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:28:06 smithi055 ceph-mon[183057]: pgmap v5048: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:07.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:28:06 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:28:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:28:06 smithi082 ceph-mon[180771]: pgmap v5048: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:28:06 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:28:08.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:28:07 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:28:08.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:28:07 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:28:08.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:28:07 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:28:08.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:28:07 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:28:08.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:28:07 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:28:08.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:28:07 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:28:08.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:28:07 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:28:08.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:28:07 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:28:08.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:28:07 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:28:09.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:28:08 smithi055 ceph-mon[185614]: pgmap v5049: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:28:08 smithi055 ceph-mon[183057]: pgmap v5049: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:28:08 smithi082 ceph-mon[180771]: pgmap v5049: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:10.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:28:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:28:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:28:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:28:10.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:28:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:28:11.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:28:10 smithi055 ceph-mon[185614]: pgmap v5050: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:11.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:28:10 smithi055 ceph-mon[183057]: pgmap v5050: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:28:10 smithi082 ceph-mon[180771]: pgmap v5050: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:13.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:28:12 smithi055 ceph-mon[185614]: pgmap v5051: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:13.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:28:12 smithi055 ceph-mon[183057]: pgmap v5051: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:28:12 smithi082 ceph-mon[180771]: pgmap v5051: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:15.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:28:14 smithi055 ceph-mon[185614]: pgmap v5052: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:15.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:28:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:28:15] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T02:28:15.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:28:14 smithi055 ceph-mon[183057]: pgmap v5052: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:28:14 smithi082 ceph-mon[180771]: pgmap v5052: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:17.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:28:17 smithi055 ceph-mon[185614]: pgmap v5053: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:17.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:28:17 smithi055 ceph-mon[183057]: pgmap v5053: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:28:17 smithi082 ceph-mon[180771]: pgmap v5053: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:19.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:28:19 smithi055 ceph-mon[185614]: pgmap v5054: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:19.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:28:19 smithi055 ceph-mon[183057]: pgmap v5054: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:28:19 smithi082 ceph-mon[180771]: pgmap v5054: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:21.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:28:21 smithi055 ceph-mon[185614]: pgmap v5055: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:21.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:28:21 smithi055 ceph-mon[183057]: pgmap v5055: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:28:21 smithi082 ceph-mon[180771]: pgmap v5055: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:23.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:28:23 smithi055 ceph-mon[185614]: pgmap v5056: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:23.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:28:23 smithi055 ceph-mon[183057]: pgmap v5056: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:28:23 smithi082 ceph-mon[180771]: pgmap v5056: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:24.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:28:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:28:24.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:28:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:28:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:28:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:28:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:28:25 smithi082 ceph-mon[180771]: pgmap v5057: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:25.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:28:25 smithi055 ceph-mon[185614]: pgmap v5057: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:28:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:28:25] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T02:28:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:28:25 smithi055 ceph-mon[183057]: pgmap v5057: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:26.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:28:26 smithi082 ceph-mon[180771]: pgmap v5058: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:26.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:28:26 smithi055 ceph-mon[185614]: pgmap v5058: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:26.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:28:26 smithi055 ceph-mon[183057]: pgmap v5058: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:29.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:28:28 smithi055 ceph-mon[185614]: pgmap v5059: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:29.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:28:28 smithi055 ceph-mon[183057]: pgmap v5059: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:28:28 smithi082 ceph-mon[180771]: pgmap v5059: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:31.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:28:30 smithi055 ceph-mon[185614]: pgmap v5060: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:31.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:28:30 smithi055 ceph-mon[183057]: pgmap v5060: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:28:30 smithi082 ceph-mon[180771]: pgmap v5060: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:33.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:28:32 smithi055 ceph-mon[185614]: pgmap v5061: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:33.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:28:32 smithi055 ceph-mon[183057]: pgmap v5061: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:28:32 smithi082 ceph-mon[180771]: pgmap v5061: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:35.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:28:34 smithi055 ceph-mon[185614]: pgmap v5062: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:35.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:28:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:28:35] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T02:28:35.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:28:34 smithi055 ceph-mon[183057]: pgmap v5062: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:35.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:28:34 smithi082 ceph-mon[180771]: pgmap v5062: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:37.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:28:36 smithi055 ceph-mon[185614]: pgmap v5063: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:37.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:28:36 smithi055 ceph-mon[183057]: pgmap v5063: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:28:36 smithi082 ceph-mon[180771]: pgmap v5063: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:39.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:28:38 smithi055 ceph-mon[185614]: pgmap v5064: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:39.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:28:38 smithi055 ceph-mon[183057]: pgmap v5064: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:28:38 smithi082 ceph-mon[180771]: pgmap v5064: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:40.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:28:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:28:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:28:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:28:40.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:28:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:28:41.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:28:40 smithi055 ceph-mon[185614]: pgmap v5065: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:41.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:28:40 smithi055 ceph-mon[183057]: pgmap v5065: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:41.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:28:40 smithi082 ceph-mon[180771]: pgmap v5065: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:43.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:28:42 smithi055 ceph-mon[185614]: pgmap v5066: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:43.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:28:42 smithi055 ceph-mon[183057]: pgmap v5066: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:43.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:28:42 smithi082 ceph-mon[180771]: pgmap v5066: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:45.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:28:44 smithi055 ceph-mon[185614]: pgmap v5067: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:45.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:28:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:28:45] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T02:28:45.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:28:44 smithi055 ceph-mon[183057]: pgmap v5067: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:45.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:28:44 smithi082 ceph-mon[180771]: pgmap v5067: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:47.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:28:46 smithi055 ceph-mon[185614]: pgmap v5068: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:47.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:28:46 smithi055 ceph-mon[183057]: pgmap v5068: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:28:46 smithi082 ceph-mon[180771]: pgmap v5068: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:49.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:28:48 smithi055 ceph-mon[185614]: pgmap v5069: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:49.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:28:48 smithi055 ceph-mon[183057]: pgmap v5069: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:28:48 smithi082 ceph-mon[180771]: pgmap v5069: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:51.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:28:50 smithi055 ceph-mon[185614]: pgmap v5070: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:51.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:28:50 smithi055 ceph-mon[183057]: pgmap v5070: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:28:50 smithi082 ceph-mon[180771]: pgmap v5070: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:53.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:28:52 smithi055 ceph-mon[185614]: pgmap v5071: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:53.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:28:52 smithi055 ceph-mon[183057]: pgmap v5071: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:53.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:28:52 smithi082 ceph-mon[180771]: pgmap v5071: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:55.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:28:54 smithi055 ceph-mon[185614]: pgmap v5072: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:55.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:28:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:28:55.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:28:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:28:55] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:28:55.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:28:54 smithi055 ceph-mon[183057]: pgmap v5072: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:55.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:28:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:28:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:28:54 smithi082 ceph-mon[180771]: pgmap v5072: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:28:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:28:57.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:28:56 smithi055 ceph-mon[185614]: pgmap v5073: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:57.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:28:56 smithi055 ceph-mon[183057]: pgmap v5073: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:28:56 smithi082 ceph-mon[180771]: pgmap v5073: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:59.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:28:58 smithi055 ceph-mon[185614]: pgmap v5074: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:59.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:28:58 smithi055 ceph-mon[183057]: pgmap v5074: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:28:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:28:58 smithi082 ceph-mon[180771]: pgmap v5074: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:01.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:29:01 smithi055 ceph-mon[185614]: pgmap v5075: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:29:01 smithi055 ceph-mon[183057]: pgmap v5075: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:29:01 smithi082 ceph-mon[180771]: pgmap v5075: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:03.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:29:03 smithi055 ceph-mon[185614]: pgmap v5076: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:03.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:29:03 smithi055 ceph-mon[183057]: pgmap v5076: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:03.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:29:03 smithi082 ceph-mon[180771]: pgmap v5076: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:05.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:29:05 smithi082 ceph-mon[180771]: pgmap v5077: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:05.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:29:05 smithi055 ceph-mon[185614]: pgmap v5077: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:29:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:29:05] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:29:05.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:29:05 smithi055 ceph-mon[183057]: pgmap v5077: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:29:07 smithi082 ceph-mon[180771]: pgmap v5078: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:07.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:29:07 smithi055 ceph-mon[185614]: pgmap v5078: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:07.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:29:07 smithi055 ceph-mon[183057]: pgmap v5078: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:08.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:29:08 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:29:08.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:29:08 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:29:08.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:29:08 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:29:08.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:29:08 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:29:08.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:29:08 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:29:08.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:29:08 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:29:08.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:29:08 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:29:08.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:29:08 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:29:08.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:29:08 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:29:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:29:09 smithi082 ceph-mon[180771]: pgmap v5079: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:29:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:29:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:29:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:29:09.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:29:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:29:09.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:29:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:29:09.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:29:09 smithi055 ceph-mon[185614]: pgmap v5079: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:09.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:29:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:29:09.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:29:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:29:09.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:29:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:29:09.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:29:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:29:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:29:09 smithi055 ceph-mon[183057]: pgmap v5079: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:09.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:29:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:29:09.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:29:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:29:09.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:29:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:29:09.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:29:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:29:10.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:29:10 smithi082 ceph-mon[180771]: pgmap v5080: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:10.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:29:10 smithi055 ceph-mon[185614]: pgmap v5080: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:10.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:29:10 smithi055 ceph-mon[183057]: pgmap v5080: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:12.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:29:12 smithi082 ceph-mon[180771]: pgmap v5081: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:12.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:29:12 smithi055 ceph-mon[185614]: pgmap v5081: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:12.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:29:12 smithi055 ceph-mon[183057]: pgmap v5081: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:15.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:29:14 smithi055 ceph-mon[183057]: pgmap v5082: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:15.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:29:14 smithi055 ceph-mon[185614]: pgmap v5082: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:15.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:29:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:29:15] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T02:29:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:29:14 smithi082 ceph-mon[180771]: pgmap v5082: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:17.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:29:16 smithi055 ceph-mon[185614]: pgmap v5083: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:17.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:29:16 smithi055 ceph-mon[183057]: pgmap v5083: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:29:16 smithi082 ceph-mon[180771]: pgmap v5083: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:19.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:29:18 smithi055 ceph-mon[185614]: pgmap v5084: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:19.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:29:18 smithi055 ceph-mon[183057]: pgmap v5084: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:29:18 smithi082 ceph-mon[180771]: pgmap v5084: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:21.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:29:20 smithi055 ceph-mon[185614]: pgmap v5085: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:21.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:29:20 smithi055 ceph-mon[183057]: pgmap v5085: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:29:20 smithi082 ceph-mon[180771]: pgmap v5085: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:23.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:29:22 smithi055 ceph-mon[185614]: pgmap v5086: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:23.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:29:22 smithi055 ceph-mon[183057]: pgmap v5086: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:29:22 smithi082 ceph-mon[180771]: pgmap v5086: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:25.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:29:24 smithi055 ceph-mon[185614]: pgmap v5087: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:25.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:29:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:29:25.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:29:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:29:25] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T02:29:25.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:29:24 smithi055 ceph-mon[183057]: pgmap v5087: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:25.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:29:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:29:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:29:24 smithi082 ceph-mon[180771]: pgmap v5087: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:29:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:29:27.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:29:26 smithi055 ceph-mon[185614]: pgmap v5088: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:27.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:29:26 smithi055 ceph-mon[183057]: pgmap v5088: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:29:26 smithi082 ceph-mon[180771]: pgmap v5088: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:27.875 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 02:29:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[225424]: logger=cleanup t=2023-10-14T02:29:27.475175331Z level=info msg="Completed cleanup jobs" duration=11.933527ms 2023-10-14T02:29:29.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:29:28 smithi055 ceph-mon[185614]: pgmap v5089: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:29.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:29:28 smithi055 ceph-mon[183057]: pgmap v5089: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:29:28 smithi082 ceph-mon[180771]: pgmap v5089: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:31.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:29:30 smithi055 ceph-mon[185614]: pgmap v5090: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:31.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:29:30 smithi055 ceph-mon[183057]: pgmap v5090: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:29:30 smithi082 ceph-mon[180771]: pgmap v5090: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:33.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:29:32 smithi055 ceph-mon[185614]: pgmap v5091: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:33.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:29:32 smithi055 ceph-mon[183057]: pgmap v5091: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:29:32 smithi082 ceph-mon[180771]: pgmap v5091: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:35.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:29:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:29:35] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T02:29:35.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:29:34 smithi055 ceph-mon[185614]: pgmap v5092: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:35.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:29:34 smithi055 ceph-mon[183057]: pgmap v5092: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:35.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:29:34 smithi082 ceph-mon[180771]: pgmap v5092: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:37.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:29:36 smithi055 ceph-mon[185614]: pgmap v5093: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:37.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:29:36 smithi055 ceph-mon[183057]: pgmap v5093: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:29:36 smithi082 ceph-mon[180771]: pgmap v5093: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:39.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:29:38 smithi055 ceph-mon[185614]: pgmap v5094: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:39.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:29:38 smithi055 ceph-mon[183057]: pgmap v5094: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:29:38 smithi082 ceph-mon[180771]: pgmap v5094: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:40.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:29:40 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:29:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:29:40 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:29:40.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:29:40 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:29:41.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:29:41 smithi055 ceph-mon[183057]: pgmap v5095: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:41.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:29:41 smithi055 ceph-mon[185614]: pgmap v5095: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:41.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:29:41 smithi082 ceph-mon[180771]: pgmap v5095: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:43.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:29:43 smithi055 ceph-mon[185614]: pgmap v5096: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:43.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:29:43 smithi055 ceph-mon[183057]: pgmap v5096: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:43.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:29:43 smithi082 ceph-mon[180771]: pgmap v5096: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:45.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:29:45 smithi055 ceph-mon[185614]: pgmap v5097: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:45.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:29:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:29:45] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:29:45.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:29:45 smithi055 ceph-mon[183057]: pgmap v5097: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:45.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:29:45 smithi082 ceph-mon[180771]: pgmap v5097: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:47.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:29:47 smithi055 ceph-mon[185614]: pgmap v5098: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:47.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:29:47 smithi055 ceph-mon[183057]: pgmap v5098: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:29:47 smithi082 ceph-mon[180771]: pgmap v5098: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:29:49 smithi082 ceph-mon[180771]: pgmap v5099: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:49.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:29:49 smithi055 ceph-mon[185614]: pgmap v5099: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:49.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:29:49 smithi055 ceph-mon[183057]: pgmap v5099: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:29:51 smithi082 ceph-mon[180771]: pgmap v5100: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:51.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:29:51 smithi055 ceph-mon[185614]: pgmap v5100: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:51.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:29:51 smithi055 ceph-mon[183057]: pgmap v5100: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:52.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:29:52 smithi082 ceph-mon[180771]: pgmap v5101: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:52.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:29:52 smithi055 ceph-mon[185614]: pgmap v5101: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:52.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:29:52 smithi055 ceph-mon[183057]: pgmap v5101: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:55.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:29:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:29:55] "GET /metrics HTTP/1.1" 200 36223 "" "Prometheus/2.43.0" 2023-10-14T02:29:55.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:29:54 smithi055 ceph-mon[185614]: pgmap v5102: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:55.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:29:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:29:55.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:29:54 smithi055 ceph-mon[183057]: pgmap v5102: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:55.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:29:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:29:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:29:54 smithi082 ceph-mon[180771]: pgmap v5102: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:29:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:29:57.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:29:56 smithi055 ceph-mon[185614]: pgmap v5103: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:57.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:29:56 smithi055 ceph-mon[183057]: pgmap v5103: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:29:56 smithi082 ceph-mon[180771]: pgmap v5103: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:59.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:29:58 smithi055 ceph-mon[185614]: pgmap v5104: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:59.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:29:58 smithi055 ceph-mon[183057]: pgmap v5104: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:29:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:29:58 smithi082 ceph-mon[180771]: pgmap v5104: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:01.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:30:00 smithi055 ceph-mon[185614]: pgmap v5105: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:01.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:30:00 smithi055 ceph-mon[185614]: overall HEALTH_OK 2023-10-14T02:30:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:30:00 smithi055 ceph-mon[183057]: pgmap v5105: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:30:00 smithi055 ceph-mon[183057]: overall HEALTH_OK 2023-10-14T02:30:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:30:00 smithi082 ceph-mon[180771]: pgmap v5105: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:30:00 smithi082 ceph-mon[180771]: overall HEALTH_OK 2023-10-14T02:30:03.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:30:02 smithi055 ceph-mon[185614]: pgmap v5106: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:03.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:30:02 smithi055 ceph-mon[183057]: pgmap v5106: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:30:02 smithi082 ceph-mon[180771]: pgmap v5106: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:05.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:30:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:30:05] "GET /metrics HTTP/1.1" 200 36223 "" "Prometheus/2.43.0" 2023-10-14T02:30:05.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:30:04 smithi055 ceph-mon[185614]: pgmap v5107: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:05.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:30:04 smithi055 ceph-mon[183057]: pgmap v5107: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:05.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:30:04 smithi082 ceph-mon[180771]: pgmap v5107: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:07.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:30:06 smithi055 ceph-mon[185614]: pgmap v5108: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:07.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:30:06 smithi055 ceph-mon[183057]: pgmap v5108: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:30:06 smithi082 ceph-mon[180771]: pgmap v5108: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:09.214 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:30:08 smithi082 ceph-mon[180771]: pgmap v5109: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:09.214 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:30:08 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:30:09.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:30:08 smithi055 ceph-mon[185614]: pgmap v5109: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:09.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:30:08 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:30:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:30:08 smithi055 ceph-mon[183057]: pgmap v5109: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:30:08 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:30:10.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:30:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:30:10.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:30:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:30:10.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:30:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:30:10.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:30:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:30:10.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:30:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:30:10.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:30:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:30:10.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:30:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:30:10.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:30:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:30:10.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:30:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:30:10.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:30:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:30:10.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:30:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:30:10.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:30:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:30:10.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:30:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:30:10.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:30:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:30:10.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:30:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:30:10.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:30:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:30:10.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:30:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:30:10.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:30:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:30:11.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:30:10 smithi055 ceph-mon[185614]: pgmap v5110: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:11.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:30:10 smithi055 ceph-mon[183057]: pgmap v5110: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:30:10 smithi082 ceph-mon[180771]: pgmap v5110: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:13.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:30:12 smithi055 ceph-mon[185614]: pgmap v5111: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:13.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:30:12 smithi055 ceph-mon[183057]: pgmap v5111: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:30:12 smithi082 ceph-mon[180771]: pgmap v5111: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:15.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:30:14 smithi055 ceph-mon[185614]: pgmap v5112: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:15.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:30:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:30:15] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:30:15.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:30:14 smithi055 ceph-mon[183057]: pgmap v5112: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:30:14 smithi082 ceph-mon[180771]: pgmap v5112: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:17.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:30:16 smithi055 ceph-mon[185614]: pgmap v5113: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:17.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:30:16 smithi055 ceph-mon[183057]: pgmap v5113: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:30:16 smithi082 ceph-mon[180771]: pgmap v5113: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:19.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:30:18 smithi055 ceph-mon[185614]: pgmap v5114: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:19.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:30:18 smithi055 ceph-mon[183057]: pgmap v5114: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:30:18 smithi082 ceph-mon[180771]: pgmap v5114: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:21.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:30:21 smithi055 ceph-mon[185614]: pgmap v5115: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:21.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:30:20 smithi055 ceph-mon[183057]: pgmap v5115: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:30:20 smithi082 ceph-mon[180771]: pgmap v5115: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:23.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:30:23 smithi055 ceph-mon[185614]: pgmap v5116: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:23.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:30:22 smithi055 ceph-mon[183057]: pgmap v5116: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:30:22 smithi082 ceph-mon[180771]: pgmap v5116: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:25.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:30:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:30:25] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:30:25.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:30:25 smithi055 ceph-mon[185614]: pgmap v5117: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:25.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:30:25 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:30:25.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:30:25 smithi055 ceph-mon[183057]: pgmap v5117: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:25.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:30:25 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:30:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:30:25 smithi082 ceph-mon[180771]: pgmap v5117: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:30:25 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:30:27.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:30:27 smithi055 ceph-mon[185614]: pgmap v5118: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:27.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:30:27 smithi055 ceph-mon[183057]: pgmap v5118: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:30:27 smithi082 ceph-mon[180771]: pgmap v5118: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:30:29 smithi082 ceph-mon[180771]: pgmap v5119: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:29.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:30:29 smithi055 ceph-mon[185614]: pgmap v5119: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:30:29 smithi055 ceph-mon[183057]: pgmap v5119: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:31.380 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:30:31 smithi082 ceph-mon[180771]: pgmap v5120: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:31.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:30:31 smithi055 ceph-mon[185614]: pgmap v5120: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:31.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:30:31 smithi055 ceph-mon[183057]: pgmap v5120: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:30:33 smithi082 ceph-mon[180771]: pgmap v5121: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:33.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:30:33 smithi055 ceph-mon[185614]: pgmap v5121: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:30:33 smithi055 ceph-mon[183057]: pgmap v5121: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:35.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:30:35 smithi082 ceph-mon[180771]: pgmap v5122: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:35.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:30:35 smithi055 ceph-mon[185614]: pgmap v5122: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:30:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:30:35] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:30:35.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:30:35 smithi055 ceph-mon[183057]: pgmap v5122: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:36.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:30:36 smithi082 ceph-mon[180771]: pgmap v5123: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:36.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:30:36 smithi055 ceph-mon[185614]: pgmap v5123: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:36.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:30:36 smithi055 ceph-mon[183057]: pgmap v5123: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:39.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:30:38 smithi055 ceph-mon[185614]: pgmap v5124: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:39.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:30:38 smithi055 ceph-mon[183057]: pgmap v5124: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:30:38 smithi082 ceph-mon[180771]: pgmap v5124: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:40.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:30:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:30:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:30:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:30:40.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:30:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:30:41.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:30:40 smithi055 ceph-mon[185614]: pgmap v5125: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:41.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:30:40 smithi055 ceph-mon[183057]: pgmap v5125: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:41.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:30:40 smithi082 ceph-mon[180771]: pgmap v5125: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:43.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:30:42 smithi055 ceph-mon[185614]: pgmap v5126: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:43.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:30:42 smithi055 ceph-mon[183057]: pgmap v5126: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:43.374 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:30:42 smithi082 ceph-mon[180771]: pgmap v5126: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:45.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:30:44 smithi055 ceph-mon[185614]: pgmap v5127: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:45.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:30:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:30:45] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T02:30:45.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:30:44 smithi055 ceph-mon[183057]: pgmap v5127: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:45.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:30:44 smithi082 ceph-mon[180771]: pgmap v5127: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:47.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:30:46 smithi055 ceph-mon[185614]: pgmap v5128: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:47.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:30:46 smithi055 ceph-mon[183057]: pgmap v5128: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:30:46 smithi082 ceph-mon[180771]: pgmap v5128: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:49.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:30:48 smithi055 ceph-mon[185614]: pgmap v5129: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:49.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:30:48 smithi055 ceph-mon[183057]: pgmap v5129: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:30:48 smithi082 ceph-mon[180771]: pgmap v5129: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:51.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:30:50 smithi055 ceph-mon[185614]: pgmap v5130: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:51.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:30:50 smithi055 ceph-mon[183057]: pgmap v5130: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:30:50 smithi082 ceph-mon[180771]: pgmap v5130: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:53.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:30:52 smithi055 ceph-mon[185614]: pgmap v5131: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:53.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:30:52 smithi055 ceph-mon[183057]: pgmap v5131: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:53.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:30:52 smithi082 ceph-mon[180771]: pgmap v5131: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:55.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:30:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:30:55] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T02:30:55.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:30:54 smithi055 ceph-mon[185614]: pgmap v5132: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:55.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:30:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:30:55.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:30:54 smithi055 ceph-mon[183057]: pgmap v5132: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:55.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:30:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:30:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:30:54 smithi082 ceph-mon[180771]: pgmap v5132: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:30:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:30:57.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:30:56 smithi055 ceph-mon[185614]: pgmap v5133: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:57.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:30:56 smithi055 ceph-mon[183057]: pgmap v5133: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:30:56 smithi082 ceph-mon[180771]: pgmap v5133: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:59.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:30:58 smithi055 ceph-mon[185614]: pgmap v5134: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:59.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:30:58 smithi055 ceph-mon[183057]: pgmap v5134: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:30:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:30:58 smithi082 ceph-mon[180771]: pgmap v5134: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:01.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:31:00 smithi055 ceph-mon[185614]: pgmap v5135: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:31:00 smithi055 ceph-mon[183057]: pgmap v5135: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:31:00 smithi082 ceph-mon[180771]: pgmap v5135: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:03.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:31:02 smithi055 ceph-mon[185614]: pgmap v5136: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:03.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:31:02 smithi055 ceph-mon[183057]: pgmap v5136: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:31:02 smithi082 ceph-mon[180771]: pgmap v5136: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:05.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:31:04 smithi055 ceph-mon[185614]: pgmap v5137: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:05.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:31:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:31:05] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T02:31:05.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:31:04 smithi055 ceph-mon[183057]: pgmap v5137: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:05.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:31:04 smithi082 ceph-mon[180771]: pgmap v5137: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:07.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:31:06 smithi055 ceph-mon[185614]: pgmap v5138: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:07.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:31:06 smithi055 ceph-mon[183057]: pgmap v5138: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:31:06 smithi082 ceph-mon[180771]: pgmap v5138: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:09.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:31:08 smithi055 ceph-mon[185614]: pgmap v5139: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:31:08 smithi055 ceph-mon[183057]: pgmap v5139: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:31:08 smithi082 ceph-mon[180771]: pgmap v5139: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:10.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:31:10 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:31:10.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:31:10 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:31:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:31:10 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:31:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:31:10 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:31:10.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:31:10 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:31:10.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:31:10 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:31:11.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:31:11 smithi055 ceph-mon[185614]: pgmap v5140: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:11.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:31:11 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:31:11.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:31:11 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:31:11.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:31:11 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:31:11.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:31:11 smithi055 ceph-mon[183057]: pgmap v5140: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:11.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:31:11 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:31:11.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:31:11 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:31:11.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:31:11 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:31:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:31:11 smithi082 ceph-mon[180771]: pgmap v5140: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:31:11 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:31:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:31:11 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:31:11.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:31:11 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:31:13.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:31:13 smithi055 ceph-mon[185614]: pgmap v5141: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:13.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:31:13 smithi055 ceph-mon[183057]: pgmap v5141: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:31:13 smithi082 ceph-mon[180771]: pgmap v5141: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:15.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:31:15 smithi055 ceph-mon[185614]: pgmap v5142: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:15.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:31:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:31:15] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:31:15.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:31:15 smithi055 ceph-mon[183057]: pgmap v5142: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:31:15 smithi082 ceph-mon[180771]: pgmap v5142: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:31:17 smithi082 ceph-mon[180771]: pgmap v5143: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:17.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:31:17 smithi055 ceph-mon[185614]: pgmap v5143: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:17.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:31:17 smithi055 ceph-mon[183057]: pgmap v5143: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:31:19 smithi082 ceph-mon[180771]: pgmap v5144: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:19.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:31:19 smithi055 ceph-mon[185614]: pgmap v5144: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:19.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:31:19 smithi055 ceph-mon[183057]: pgmap v5144: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:31:21 smithi082 ceph-mon[180771]: pgmap v5145: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:21.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:31:21 smithi055 ceph-mon[185614]: pgmap v5145: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:21.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:31:21 smithi055 ceph-mon[183057]: pgmap v5145: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:31:23 smithi082 ceph-mon[180771]: pgmap v5146: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:23.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:31:23 smithi055 ceph-mon[185614]: pgmap v5146: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:23.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:31:23 smithi055 ceph-mon[183057]: pgmap v5146: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:24.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:31:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:31:24.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:31:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:31:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:31:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:31:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:31:25 smithi082 ceph-mon[180771]: pgmap v5147: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:25.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:31:25 smithi055 ceph-mon[185614]: pgmap v5147: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:31:25 smithi055 ceph-mon[183057]: pgmap v5147: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:31:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:31:25] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T02:31:26.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:31:26 smithi082 ceph-mon[180771]: pgmap v5148: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:26.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:31:26 smithi055 ceph-mon[185614]: pgmap v5148: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:26.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:31:26 smithi055 ceph-mon[183057]: pgmap v5148: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:29.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:31:28 smithi055 ceph-mon[183057]: pgmap v5149: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:29.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:31:28 smithi055 ceph-mon[185614]: pgmap v5149: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:31:28 smithi082 ceph-mon[180771]: pgmap v5149: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:31.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:31:30 smithi055 ceph-mon[183057]: pgmap v5150: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:31.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:31:30 smithi055 ceph-mon[185614]: pgmap v5150: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:31:30 smithi082 ceph-mon[180771]: pgmap v5150: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:33.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:31:32 smithi055 ceph-mon[185614]: pgmap v5151: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:33.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:31:32 smithi055 ceph-mon[183057]: pgmap v5151: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:31:32 smithi082 ceph-mon[180771]: pgmap v5151: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:35.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:31:34 smithi055 ceph-mon[185614]: pgmap v5152: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:35.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:31:34 smithi055 ceph-mon[183057]: pgmap v5152: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:35.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:31:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:31:35] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T02:31:35.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:31:34 smithi082 ceph-mon[180771]: pgmap v5152: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:37.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:31:36 smithi055 ceph-mon[185614]: pgmap v5153: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:37.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:31:36 smithi055 ceph-mon[183057]: pgmap v5153: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:31:36 smithi082 ceph-mon[180771]: pgmap v5153: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:39.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:31:38 smithi055 ceph-mon[185614]: pgmap v5154: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:39.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:31:38 smithi055 ceph-mon[183057]: pgmap v5154: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:31:38 smithi082 ceph-mon[180771]: pgmap v5154: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:40.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:31:40 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:31:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:31:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:31:40.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:31:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:31:41.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:31:41 smithi055 ceph-mon[185614]: pgmap v5155: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:41.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:31:40 smithi055 ceph-mon[183057]: pgmap v5155: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:41.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:31:40 smithi082 ceph-mon[180771]: pgmap v5155: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:43.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:31:43 smithi055 ceph-mon[185614]: pgmap v5156: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:43.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:31:43 smithi055 ceph-mon[183057]: pgmap v5156: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:43.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:31:43 smithi082 ceph-mon[180771]: pgmap v5156: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:45.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:31:45 smithi055 ceph-mon[185614]: pgmap v5157: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:45.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:31:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:31:45] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T02:31:45.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:31:45 smithi055 ceph-mon[183057]: pgmap v5157: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:45.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:31:45 smithi082 ceph-mon[180771]: pgmap v5157: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:47.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:31:47 smithi055 ceph-mon[185614]: pgmap v5158: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:47.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:31:47 smithi055 ceph-mon[183057]: pgmap v5158: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:31:47 smithi082 ceph-mon[180771]: pgmap v5158: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:49.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:31:49 smithi055 ceph-mon[185614]: pgmap v5159: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:49.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:31:49 smithi055 ceph-mon[183057]: pgmap v5159: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:31:49 smithi082 ceph-mon[180771]: pgmap v5159: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:31:51 smithi082 ceph-mon[180771]: pgmap v5160: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:51.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:31:51 smithi055 ceph-mon[185614]: pgmap v5160: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:51.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:31:51 smithi055 ceph-mon[183057]: pgmap v5160: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:53.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:31:53 smithi082 ceph-mon[180771]: pgmap v5161: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:53.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:31:53 smithi055 ceph-mon[185614]: pgmap v5161: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:53.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:31:53 smithi055 ceph-mon[183057]: pgmap v5161: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:54.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:31:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:31:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:31:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:31:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:31:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:31:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:31:55 smithi082 ceph-mon[180771]: pgmap v5162: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:55.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:31:55 smithi055 ceph-mon[185614]: pgmap v5162: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:55.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:31:55 smithi055 ceph-mon[183057]: pgmap v5162: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:31:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:31:55] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:31:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:31:57 smithi082 ceph-mon[180771]: pgmap v5163: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:57.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:31:57 smithi055 ceph-mon[185614]: pgmap v5163: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:57.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:31:57 smithi055 ceph-mon[183057]: pgmap v5163: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:59.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:31:58 smithi055 ceph-mon[183057]: pgmap v5164: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:59.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:31:58 smithi055 ceph-mon[185614]: pgmap v5164: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:31:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:31:58 smithi082 ceph-mon[180771]: pgmap v5164: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:01.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:32:00 smithi055 ceph-mon[185614]: pgmap v5165: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:32:00 smithi055 ceph-mon[183057]: pgmap v5165: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:32:00 smithi082 ceph-mon[180771]: pgmap v5165: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:03.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:32:02 smithi055 ceph-mon[185614]: pgmap v5166: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:03.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:32:02 smithi055 ceph-mon[183057]: pgmap v5166: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:32:02 smithi082 ceph-mon[180771]: pgmap v5166: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:05.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:32:04 smithi055 ceph-mon[185614]: pgmap v5167: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:05.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:32:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:32:05] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:32:05.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:32:04 smithi055 ceph-mon[183057]: pgmap v5167: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:05.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:32:04 smithi082 ceph-mon[180771]: pgmap v5167: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:07.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:32:06 smithi055 ceph-mon[185614]: pgmap v5168: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:07.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:32:06 smithi055 ceph-mon[183057]: pgmap v5168: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:32:06 smithi082 ceph-mon[180771]: pgmap v5168: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:09.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:32:08 smithi055 ceph-mon[185614]: pgmap v5169: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:32:08 smithi055 ceph-mon[183057]: pgmap v5169: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:32:08 smithi082 ceph-mon[180771]: pgmap v5169: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:10.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:32:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:32:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:32:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:32:10.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:32:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:32:11.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:32:11 smithi055 ceph-mon[185614]: pgmap v5170: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:11.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:32:11 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:32:11.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:32:10 smithi055 ceph-mon[183057]: pgmap v5170: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:11.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:32:10 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:32:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:32:10 smithi082 ceph-mon[180771]: pgmap v5170: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:32:10 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:32:13.007 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:32:13 smithi055 ceph-mon[185614]: pgmap v5171: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:13.007 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:32:13 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:32:13.007 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:32:13 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:32:13.007 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:32:13 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:32:13.008 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:32:13 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:32:13.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:32:13 smithi055 ceph-mon[183057]: pgmap v5171: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:13.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:32:13 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:32:13.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:32:13 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:32:13.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:32:13 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:32:13.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:32:13 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:32:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:32:13 smithi082 ceph-mon[180771]: pgmap v5171: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:32:13 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:32:13.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:32:13 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:32:13.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:32:13 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:32:13.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:32:13 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:32:14.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:32:14 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:32:14.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:32:14 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:32:14.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:32:14 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:32:14.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:32:14 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:32:14.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:32:14 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:32:14.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:32:14 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:32:14.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:32:14 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:32:14.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:32:14 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:32:14.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:32:14 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:32:15.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:32:15 smithi055 ceph-mon[183057]: pgmap v5172: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:15.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:32:15 smithi055 ceph-mon[185614]: pgmap v5172: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:15.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:32:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:32:15] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T02:32:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:32:15 smithi082 ceph-mon[180771]: pgmap v5172: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:17.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:32:17 smithi055 ceph-mon[185614]: pgmap v5173: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:17.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:32:17 smithi055 ceph-mon[183057]: pgmap v5173: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:32:17 smithi082 ceph-mon[180771]: pgmap v5173: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:19.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:32:19 smithi055 ceph-mon[185614]: pgmap v5174: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:19.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:32:19 smithi055 ceph-mon[183057]: pgmap v5174: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:32:19 smithi082 ceph-mon[180771]: pgmap v5174: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:32:21 smithi082 ceph-mon[180771]: pgmap v5175: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:21.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:32:21 smithi055 ceph-mon[185614]: pgmap v5175: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:21.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:32:21 smithi055 ceph-mon[183057]: pgmap v5175: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:32:23 smithi082 ceph-mon[180771]: pgmap v5176: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:23.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:32:23 smithi055 ceph-mon[185614]: pgmap v5176: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:23.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:32:23 smithi055 ceph-mon[183057]: pgmap v5176: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:24.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:32:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:32:24.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:32:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:32:24.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:32:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:32:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:32:25 smithi082 ceph-mon[180771]: pgmap v5177: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:32:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:32:25] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:32:25.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:32:25 smithi055 ceph-mon[185614]: pgmap v5177: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:25.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:32:25 smithi055 ceph-mon[183057]: pgmap v5177: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:32:27 smithi082 ceph-mon[180771]: pgmap v5178: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:27.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:32:27 smithi055 ceph-mon[185614]: pgmap v5178: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:27.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:32:27 smithi055 ceph-mon[183057]: pgmap v5178: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:32:29 smithi082 ceph-mon[180771]: pgmap v5179: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:29.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:32:29 smithi055 ceph-mon[185614]: pgmap v5179: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:29.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:32:29 smithi055 ceph-mon[183057]: pgmap v5179: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:32:31 smithi082 ceph-mon[180771]: pgmap v5180: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:31.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:32:31 smithi055 ceph-mon[185614]: pgmap v5180: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:31.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:32:31 smithi055 ceph-mon[183057]: pgmap v5180: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:32:33 smithi082 ceph-mon[180771]: pgmap v5181: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:33.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:32:33 smithi055 ceph-mon[185614]: pgmap v5181: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:32:33 smithi055 ceph-mon[183057]: pgmap v5181: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:34.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:32:34 smithi082 ceph-mon[180771]: pgmap v5182: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:34.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:32:34 smithi055 ceph-mon[185614]: pgmap v5182: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:34.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:32:34 smithi055 ceph-mon[183057]: pgmap v5182: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:35.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:32:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:32:35] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:32:36.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:32:36 smithi082 ceph-mon[180771]: pgmap v5183: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:36.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:32:36 smithi055 ceph-mon[185614]: pgmap v5183: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:36.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:32:36 smithi055 ceph-mon[183057]: pgmap v5183: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:39.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:32:38 smithi055 ceph-mon[185614]: pgmap v5184: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:39.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:32:38 smithi055 ceph-mon[183057]: pgmap v5184: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:32:38 smithi082 ceph-mon[180771]: pgmap v5184: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:40.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:32:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:32:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:32:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:32:40.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:32:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:32:41.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:32:40 smithi055 ceph-mon[185614]: pgmap v5185: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:41.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:32:40 smithi055 ceph-mon[183057]: pgmap v5185: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:41.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:32:40 smithi082 ceph-mon[180771]: pgmap v5185: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:43.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:32:42 smithi055 ceph-mon[185614]: pgmap v5186: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:43.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:32:42 smithi055 ceph-mon[183057]: pgmap v5186: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:43.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:32:42 smithi082 ceph-mon[180771]: pgmap v5186: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:45.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:32:44 smithi055 ceph-mon[185614]: pgmap v5187: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:45.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:32:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:32:45] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T02:32:45.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:32:44 smithi055 ceph-mon[183057]: pgmap v5187: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:45.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:32:44 smithi082 ceph-mon[180771]: pgmap v5187: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:47.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:32:47 smithi055 ceph-mon[185614]: pgmap v5188: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:47.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:32:47 smithi055 ceph-mon[183057]: pgmap v5188: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:32:47 smithi082 ceph-mon[180771]: pgmap v5188: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:49.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:32:49 smithi055 ceph-mon[185614]: pgmap v5189: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:49.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:32:49 smithi055 ceph-mon[183057]: pgmap v5189: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:32:49 smithi082 ceph-mon[180771]: pgmap v5189: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:51.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:32:51 smithi055 ceph-mon[185614]: pgmap v5190: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:51.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:32:51 smithi055 ceph-mon[183057]: pgmap v5190: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:32:51 smithi082 ceph-mon[180771]: pgmap v5190: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:53.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:32:53 smithi055 ceph-mon[185614]: pgmap v5191: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:53.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:32:53 smithi055 ceph-mon[183057]: pgmap v5191: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:53.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:32:53 smithi082 ceph-mon[180771]: pgmap v5191: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:54.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:32:54 smithi082 ceph-mon[180771]: pgmap v5192: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:54.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:32:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:32:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:32:54 smithi055 ceph-mon[185614]: pgmap v5192: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:54.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:32:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:32:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:32:54 smithi055 ceph-mon[183057]: pgmap v5192: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:32:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:32:55.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:32:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:32:55] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T02:32:56.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:32:56 smithi082 ceph-mon[180771]: pgmap v5193: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:56.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:32:56 smithi055 ceph-mon[185614]: pgmap v5193: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:56.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:32:56 smithi055 ceph-mon[183057]: pgmap v5193: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:59.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:32:58 smithi055 ceph-mon[185614]: pgmap v5194: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:59.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:32:58 smithi055 ceph-mon[183057]: pgmap v5194: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:32:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:32:58 smithi082 ceph-mon[180771]: pgmap v5194: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:01.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:33:00 smithi055 ceph-mon[185614]: pgmap v5195: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:33:00 smithi055 ceph-mon[183057]: pgmap v5195: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:33:00 smithi082 ceph-mon[180771]: pgmap v5195: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:03.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:33:02 smithi055 ceph-mon[183057]: pgmap v5196: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:03.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:33:02 smithi055 ceph-mon[185614]: pgmap v5196: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:33:02 smithi082 ceph-mon[180771]: pgmap v5196: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:05.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:33:04 smithi055 ceph-mon[185614]: pgmap v5197: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:05.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:33:04 smithi055 ceph-mon[183057]: pgmap v5197: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:05.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:33:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:33:05] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T02:33:05.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:33:04 smithi082 ceph-mon[180771]: pgmap v5197: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:07.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:33:06 smithi055 ceph-mon[185614]: pgmap v5198: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:07.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:33:06 smithi055 ceph-mon[183057]: pgmap v5198: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:33:06 smithi082 ceph-mon[180771]: pgmap v5198: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:09.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:33:08 smithi055 ceph-mon[185614]: pgmap v5199: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:33:08 smithi055 ceph-mon[183057]: pgmap v5199: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:33:08 smithi082 ceph-mon[180771]: pgmap v5199: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:10.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:33:10 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:33:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:33:10 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:33:10.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:33:10 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:33:11.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:33:11 smithi055 ceph-mon[185614]: pgmap v5200: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:11.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:33:11 smithi055 ceph-mon[183057]: pgmap v5200: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:33:11 smithi082 ceph-mon[180771]: pgmap v5200: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:13.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:33:13 smithi055 ceph-mon[185614]: pgmap v5201: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:13.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:33:13 smithi055 ceph-mon[183057]: pgmap v5201: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:33:13 smithi082 ceph-mon[180771]: pgmap v5201: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:14.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:33:14 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:33:14.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:33:14 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:33:14.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:33:14 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:33:14.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:33:14 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:33:14.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:33:14 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:33:14.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:33:14 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:33:14.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:33:14 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:33:14.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:33:14 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:33:14.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:33:14 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:33:14.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:33:14 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:33:14.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:33:14 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:33:14.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:33:14 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:33:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:33:15 smithi082 ceph-mon[180771]: pgmap v5202: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:15.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:33:15 smithi055 ceph-mon[185614]: pgmap v5202: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:33:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:33:15] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:33:15.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:33:15 smithi055 ceph-mon[183057]: pgmap v5202: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:33:17 smithi082 ceph-mon[180771]: pgmap v5203: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:17.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:33:17 smithi055 ceph-mon[185614]: pgmap v5203: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:17.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:33:17 smithi055 ceph-mon[183057]: pgmap v5203: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:33:19 smithi082 ceph-mon[180771]: pgmap v5204: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:19.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:33:19 smithi055 ceph-mon[185614]: pgmap v5204: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:19.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:33:19 smithi055 ceph-mon[183057]: pgmap v5204: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:33:21 smithi082 ceph-mon[180771]: pgmap v5205: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:21.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:33:21 smithi055 ceph-mon[185614]: pgmap v5205: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:21.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:33:21 smithi055 ceph-mon[183057]: pgmap v5205: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:33:23 smithi082 ceph-mon[180771]: pgmap v5206: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:23.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:33:23 smithi055 ceph-mon[185614]: pgmap v5206: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:23.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:33:23 smithi055 ceph-mon[183057]: pgmap v5206: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:24.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:33:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:33:24.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:33:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:33:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:33:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:33:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:33:25 smithi082 ceph-mon[180771]: pgmap v5207: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:25.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:33:25 smithi055 ceph-mon[185614]: pgmap v5207: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:33:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:33:25] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T02:33:25.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:33:25 smithi055 ceph-mon[183057]: pgmap v5207: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:26.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:33:26 smithi082 ceph-mon[180771]: pgmap v5208: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:26.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:33:26 smithi055 ceph-mon[185614]: pgmap v5208: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:26.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:33:26 smithi055 ceph-mon[183057]: pgmap v5208: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:29.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:33:28 smithi055 ceph-mon[185614]: pgmap v5209: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:29.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:33:28 smithi055 ceph-mon[183057]: pgmap v5209: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:33:28 smithi082 ceph-mon[180771]: pgmap v5209: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:31.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:33:30 smithi055 ceph-mon[185614]: pgmap v5210: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:31.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:33:30 smithi055 ceph-mon[183057]: pgmap v5210: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:33:30 smithi082 ceph-mon[180771]: pgmap v5210: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:33.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:33:32 smithi055 ceph-mon[185614]: pgmap v5211: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:33.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:33:32 smithi055 ceph-mon[183057]: pgmap v5211: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:33:32 smithi082 ceph-mon[180771]: pgmap v5211: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:35.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:33:34 smithi055 ceph-mon[185614]: pgmap v5212: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:35.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:33:34 smithi055 ceph-mon[183057]: pgmap v5212: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:35.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:33:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:33:35] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T02:33:35.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:33:34 smithi082 ceph-mon[180771]: pgmap v5212: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:37.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:33:36 smithi055 ceph-mon[185614]: pgmap v5213: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:37.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:33:36 smithi055 ceph-mon[183057]: pgmap v5213: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:33:36 smithi082 ceph-mon[180771]: pgmap v5213: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:39.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:33:39 smithi055 ceph-mon[185614]: pgmap v5214: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:39.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:33:38 smithi055 ceph-mon[183057]: pgmap v5214: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:33:38 smithi082 ceph-mon[180771]: pgmap v5214: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:40.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:33:40 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:33:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:33:40 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:33:40.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:33:40 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:33:41.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:33:41 smithi055 ceph-mon[183057]: pgmap v5215: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:41.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:33:41 smithi055 ceph-mon[185614]: pgmap v5215: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:41.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:33:41 smithi082 ceph-mon[180771]: pgmap v5215: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:43.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:33:43 smithi055 ceph-mon[185614]: pgmap v5216: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:43.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:33:43 smithi055 ceph-mon[183057]: pgmap v5216: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:43.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:33:43 smithi082 ceph-mon[180771]: pgmap v5216: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:45.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:33:45 smithi082 ceph-mon[180771]: pgmap v5217: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:45.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:33:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:33:45] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:33:45.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:33:45 smithi055 ceph-mon[185614]: pgmap v5217: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:45.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:33:45 smithi055 ceph-mon[183057]: pgmap v5217: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:33:47 smithi082 ceph-mon[180771]: pgmap v5218: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:47.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:33:47 smithi055 ceph-mon[185614]: pgmap v5218: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:47.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:33:47 smithi055 ceph-mon[183057]: pgmap v5218: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:33:49 smithi082 ceph-mon[180771]: pgmap v5219: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:49.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:33:49 smithi055 ceph-mon[185614]: pgmap v5219: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:49.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:33:49 smithi055 ceph-mon[183057]: pgmap v5219: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:33:51 smithi082 ceph-mon[180771]: pgmap v5220: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:51.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:33:51 smithi055 ceph-mon[185614]: pgmap v5220: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:51.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:33:51 smithi055 ceph-mon[183057]: pgmap v5220: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:53.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:33:53 smithi082 ceph-mon[180771]: pgmap v5221: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:53.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:33:53 smithi055 ceph-mon[185614]: pgmap v5221: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:53.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:33:53 smithi055 ceph-mon[183057]: pgmap v5221: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:54.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:33:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:33:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:33:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:33:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:33:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:33:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:33:55 smithi082 ceph-mon[180771]: pgmap v5222: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:55.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:33:55 smithi055 ceph-mon[185614]: pgmap v5222: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:33:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:33:55] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:33:55.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:33:55 smithi055 ceph-mon[183057]: pgmap v5222: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:56.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:33:56 smithi082 ceph-mon[180771]: pgmap v5223: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:56.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:33:56 smithi055 ceph-mon[185614]: pgmap v5223: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:56.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:33:56 smithi055 ceph-mon[183057]: pgmap v5223: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:59.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:33:58 smithi055 ceph-mon[185614]: pgmap v5224: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:59.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:33:58 smithi055 ceph-mon[183057]: pgmap v5224: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:33:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:33:58 smithi082 ceph-mon[180771]: pgmap v5224: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:01.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:34:00 smithi055 ceph-mon[185614]: pgmap v5225: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:34:00 smithi055 ceph-mon[183057]: pgmap v5225: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:34:00 smithi082 ceph-mon[180771]: pgmap v5225: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:03.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:34:02 smithi055 ceph-mon[185614]: pgmap v5226: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:03.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:34:02 smithi055 ceph-mon[183057]: pgmap v5226: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:34:02 smithi082 ceph-mon[180771]: pgmap v5226: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:05.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:34:04 smithi055 ceph-mon[185614]: pgmap v5227: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:05.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:34:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:34:05] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:34:05.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:34:04 smithi055 ceph-mon[183057]: pgmap v5227: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:05.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:34:04 smithi082 ceph-mon[180771]: pgmap v5227: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:07.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:34:06 smithi055 ceph-mon[185614]: pgmap v5228: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:07.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:34:06 smithi055 ceph-mon[183057]: pgmap v5228: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:34:06 smithi082 ceph-mon[180771]: pgmap v5228: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:09.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:34:08 smithi055 ceph-mon[185614]: pgmap v5229: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:34:08 smithi055 ceph-mon[183057]: pgmap v5229: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:34:08 smithi082 ceph-mon[180771]: pgmap v5229: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:10.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:34:10 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:34:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:34:10 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:34:10.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:34:10 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:34:11.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:34:11 smithi055 ceph-mon[185614]: pgmap v5230: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:11.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:34:11 smithi055 ceph-mon[183057]: pgmap v5230: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:11.374 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:34:11 smithi082 ceph-mon[180771]: pgmap v5230: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:13.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:34:13 smithi055 ceph-mon[185614]: pgmap v5231: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:13.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:34:13 smithi055 ceph-mon[183057]: pgmap v5231: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:34:13 smithi082 ceph-mon[180771]: pgmap v5231: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:15.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:34:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:34:15] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T02:34:15.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:34:15 smithi055 ceph-mon[185614]: pgmap v5232: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:15.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:34:15 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:34:15.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:34:15 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:34:15.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:34:15 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:34:15.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:34:15 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:34:15.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:34:15 smithi055 ceph-mon[183057]: pgmap v5232: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:15.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:34:15 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:34:15.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:34:15 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:34:15.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:34:15 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:34:15.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:34:15 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:34:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:34:15 smithi082 ceph-mon[180771]: pgmap v5232: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:34:15 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:34:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:34:15 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:34:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:34:15 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:34:15.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:34:15 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:34:17.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:34:17 smithi055 ceph-mon[185614]: pgmap v5233: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:17.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:34:17 smithi055 ceph-mon[183057]: pgmap v5233: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:34:17 smithi082 ceph-mon[180771]: pgmap v5233: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:34:19 smithi082 ceph-mon[180771]: pgmap v5234: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:19.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:34:19 smithi055 ceph-mon[185614]: pgmap v5234: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:19.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:34:19 smithi055 ceph-mon[183057]: pgmap v5234: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:34:21 smithi082 ceph-mon[180771]: pgmap v5235: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:21.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:34:21 smithi055 ceph-mon[185614]: pgmap v5235: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:21.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:34:21 smithi055 ceph-mon[183057]: pgmap v5235: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:34:23 smithi082 ceph-mon[180771]: pgmap v5236: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:23.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:34:23 smithi055 ceph-mon[185614]: pgmap v5236: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:23.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:34:23 smithi055 ceph-mon[183057]: pgmap v5236: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:24.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:34:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:34:24.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:34:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:34:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:34:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:34:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:34:25 smithi082 ceph-mon[180771]: pgmap v5237: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:25.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:34:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:34:25] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T02:34:25.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:34:25 smithi055 ceph-mon[185614]: pgmap v5237: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:34:25 smithi055 ceph-mon[183057]: pgmap v5237: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:34:27 smithi082 ceph-mon[180771]: pgmap v5238: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:27.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:34:27 smithi055 ceph-mon[185614]: pgmap v5238: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:27.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:34:27 smithi055 ceph-mon[183057]: pgmap v5238: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:34:29 smithi082 ceph-mon[180771]: pgmap v5239: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:29.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:34:29 smithi055 ceph-mon[185614]: pgmap v5239: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:34:29 smithi055 ceph-mon[183057]: pgmap v5239: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:31.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:34:31 smithi082 ceph-mon[180771]: pgmap v5240: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:31.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:34:31 smithi055 ceph-mon[185614]: pgmap v5240: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:31.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:34:31 smithi055 ceph-mon[183057]: pgmap v5240: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:34:33 smithi082 ceph-mon[180771]: pgmap v5241: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:33.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:34:33 smithi055 ceph-mon[185614]: pgmap v5241: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:34:33 smithi055 ceph-mon[183057]: pgmap v5241: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:35.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:34:35 smithi082 ceph-mon[180771]: pgmap v5242: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:35.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:34:35 smithi055 ceph-mon[185614]: pgmap v5242: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:35.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:34:35 smithi055 ceph-mon[183057]: pgmap v5242: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:34:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:34:35] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T02:34:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:34:37 smithi082 ceph-mon[180771]: pgmap v5243: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:37.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:34:37 smithi055 ceph-mon[185614]: pgmap v5243: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:37.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:34:37 smithi055 ceph-mon[183057]: pgmap v5243: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:39.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:34:38 smithi055 ceph-mon[185614]: pgmap v5244: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:39.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:34:38 smithi055 ceph-mon[183057]: pgmap v5244: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:34:38 smithi082 ceph-mon[180771]: pgmap v5244: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:40.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:34:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:34:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:34:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:34:40.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:34:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:34:41.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:34:41 smithi055 ceph-mon[185614]: pgmap v5245: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:41.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:34:41 smithi055 ceph-mon[183057]: pgmap v5245: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:41.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:34:41 smithi082 ceph-mon[180771]: pgmap v5245: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:43.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:34:43 smithi055 ceph-mon[185614]: pgmap v5246: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:43.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:34:43 smithi055 ceph-mon[183057]: pgmap v5246: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:43.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:34:43 smithi082 ceph-mon[180771]: pgmap v5246: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:45.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:34:45 smithi055 ceph-mon[185614]: pgmap v5247: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:45.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:34:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:34:45] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T02:34:45.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:34:45 smithi055 ceph-mon[183057]: pgmap v5247: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:45.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:34:45 smithi082 ceph-mon[180771]: pgmap v5247: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:47.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:34:47 smithi055 ceph-mon[185614]: pgmap v5248: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:47.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:34:47 smithi055 ceph-mon[183057]: pgmap v5248: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:34:47 smithi082 ceph-mon[180771]: pgmap v5248: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:49.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:34:49 smithi055 ceph-mon[183057]: pgmap v5249: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:49.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:34:49 smithi055 ceph-mon[185614]: pgmap v5249: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:34:49 smithi082 ceph-mon[180771]: pgmap v5249: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:34:51 smithi082 ceph-mon[180771]: pgmap v5250: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:51.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:34:51 smithi055 ceph-mon[185614]: pgmap v5250: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:51.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:34:51 smithi055 ceph-mon[183057]: pgmap v5250: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:53.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:34:53 smithi082 ceph-mon[180771]: pgmap v5251: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:53.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:34:53 smithi055 ceph-mon[183057]: pgmap v5251: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:53.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:34:53 smithi055 ceph-mon[185614]: pgmap v5251: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:54.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:34:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:34:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:34:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:34:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:34:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:34:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:34:55 smithi082 ceph-mon[180771]: pgmap v5252: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:55.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:34:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:34:55] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:34:55.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:34:55 smithi055 ceph-mon[185614]: pgmap v5252: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:55.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:34:55 smithi055 ceph-mon[183057]: pgmap v5252: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:34:57 smithi082 ceph-mon[180771]: pgmap v5253: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:57.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:34:57 smithi055 ceph-mon[185614]: pgmap v5253: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:57.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:34:57 smithi055 ceph-mon[183057]: pgmap v5253: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:34:59 smithi082 ceph-mon[180771]: pgmap v5254: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:59.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:34:59 smithi055 ceph-mon[183057]: pgmap v5254: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:34:59.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:34:59 smithi055 ceph-mon[185614]: pgmap v5254: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:35:01 smithi082 ceph-mon[180771]: pgmap v5255: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:01.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:35:01 smithi055 ceph-mon[183057]: pgmap v5255: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:01.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:35:01 smithi055 ceph-mon[185614]: pgmap v5255: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:03.378 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:35:03 smithi082 ceph-mon[180771]: pgmap v5256: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:03.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:35:03 smithi055 ceph-mon[185614]: pgmap v5256: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:03.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:35:03 smithi055 ceph-mon[183057]: pgmap v5256: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:05.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:35:05 smithi082 ceph-mon[180771]: pgmap v5257: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:05.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:35:05 smithi055 ceph-mon[183057]: pgmap v5257: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:35:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:35:05] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:35:05.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:35:05 smithi055 ceph-mon[185614]: pgmap v5257: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:06.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:35:06 smithi082 ceph-mon[180771]: pgmap v5258: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:06.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:35:06 smithi055 ceph-mon[185614]: pgmap v5258: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:06.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:35:06 smithi055 ceph-mon[183057]: pgmap v5258: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:09.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:35:08 smithi055 ceph-mon[185614]: pgmap v5259: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:35:08 smithi055 ceph-mon[183057]: pgmap v5259: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:35:08 smithi082 ceph-mon[180771]: pgmap v5259: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:10.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:35:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:35:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:35:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:35:10.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:35:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:35:11.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:35:10 smithi055 ceph-mon[185614]: pgmap v5260: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:11.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:35:10 smithi055 ceph-mon[183057]: pgmap v5260: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:35:10 smithi082 ceph-mon[180771]: pgmap v5260: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:13.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:35:13 smithi055 ceph-mon[185614]: pgmap v5261: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:13.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:35:13 smithi055 ceph-mon[183057]: pgmap v5261: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:35:13 smithi082 ceph-mon[180771]: pgmap v5261: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:15.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:35:15 smithi055 ceph-mon[185614]: pgmap v5262: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:15.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:35:15 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:35:15.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:35:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:35:15] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T02:35:15.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:35:15 smithi055 ceph-mon[183057]: pgmap v5262: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:15.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:35:15 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:35:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:35:15 smithi082 ceph-mon[180771]: pgmap v5262: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:35:15 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:35:16.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:35:16 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:35:16.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:35:16 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:35:16.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:35:16 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:35:16.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:35:16 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:35:16.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:35:16 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:35:16.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:35:16 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:35:16.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:35:16 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:35:16.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:35:16 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:35:16.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:35:16 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:35:17.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:35:17 smithi055 ceph-mon[185614]: pgmap v5263: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:17.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:35:17 smithi055 ceph-mon[183057]: pgmap v5263: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:35:17 smithi082 ceph-mon[180771]: pgmap v5263: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:35:19 smithi082 ceph-mon[180771]: pgmap v5264: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:19.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:35:19 smithi055 ceph-mon[183057]: pgmap v5264: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:19.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:35:19 smithi055 ceph-mon[185614]: pgmap v5264: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:35:21 smithi082 ceph-mon[180771]: pgmap v5265: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:21.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:35:21 smithi055 ceph-mon[185614]: pgmap v5265: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:21.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:35:21 smithi055 ceph-mon[183057]: pgmap v5265: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:35:23 smithi082 ceph-mon[180771]: pgmap v5266: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:23.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:35:23 smithi055 ceph-mon[185614]: pgmap v5266: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:23.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:35:23 smithi055 ceph-mon[183057]: pgmap v5266: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:24.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:35:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:35:24.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:35:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:35:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:35:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:35:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:35:25 smithi082 ceph-mon[180771]: pgmap v5267: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:25.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:35:25 smithi055 ceph-mon[185614]: pgmap v5267: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:35:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:35:25] "GET /metrics HTTP/1.1" 200 36223 "" "Prometheus/2.43.0" 2023-10-14T02:35:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:35:25 smithi055 ceph-mon[183057]: pgmap v5267: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:35:27 smithi082 ceph-mon[180771]: pgmap v5268: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:27.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:35:27 smithi055 ceph-mon[185614]: pgmap v5268: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:27.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:35:27 smithi055 ceph-mon[183057]: pgmap v5268: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:35:29 smithi082 ceph-mon[180771]: pgmap v5269: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:29.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:35:29 smithi055 ceph-mon[185614]: pgmap v5269: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:35:29 smithi055 ceph-mon[183057]: pgmap v5269: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:35:31 smithi082 ceph-mon[180771]: pgmap v5270: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:31.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:35:31 smithi055 ceph-mon[185614]: pgmap v5270: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:31.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:35:31 smithi055 ceph-mon[183057]: pgmap v5270: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:35:33 smithi082 ceph-mon[180771]: pgmap v5271: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:33.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:35:33 smithi055 ceph-mon[185614]: pgmap v5271: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:35:33 smithi055 ceph-mon[183057]: pgmap v5271: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:35.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:35:35 smithi082 ceph-mon[180771]: pgmap v5272: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:35.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:35:35 smithi055 ceph-mon[185614]: pgmap v5272: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:35:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:35:35] "GET /metrics HTTP/1.1" 200 36223 "" "Prometheus/2.43.0" 2023-10-14T02:35:35.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:35:35 smithi055 ceph-mon[183057]: pgmap v5272: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:36.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:35:36 smithi082 ceph-mon[180771]: pgmap v5273: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:36.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:35:36 smithi055 ceph-mon[185614]: pgmap v5273: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:36.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:35:36 smithi055 ceph-mon[183057]: pgmap v5273: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:39.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:35:38 smithi055 ceph-mon[185614]: pgmap v5274: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:39.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:35:38 smithi055 ceph-mon[183057]: pgmap v5274: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:35:38 smithi082 ceph-mon[180771]: pgmap v5274: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:40.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:35:40 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:35:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:35:40 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:35:40.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:35:40 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:35:41.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:35:41 smithi055 ceph-mon[185614]: pgmap v5275: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:41.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:35:41 smithi055 ceph-mon[183057]: pgmap v5275: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:41.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:35:41 smithi082 ceph-mon[180771]: pgmap v5275: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:43.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:35:43 smithi055 ceph-mon[185614]: pgmap v5276: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:43.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:35:43 smithi055 ceph-mon[183057]: pgmap v5276: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:43.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:35:43 smithi082 ceph-mon[180771]: pgmap v5276: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:45.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:35:45 smithi082 ceph-mon[180771]: pgmap v5277: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:45.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:35:45 smithi055 ceph-mon[185614]: pgmap v5277: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:45.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:35:45 smithi055 ceph-mon[183057]: pgmap v5277: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:35:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:35:45] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:35:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:35:47 smithi082 ceph-mon[180771]: pgmap v5278: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:47.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:35:47 smithi055 ceph-mon[185614]: pgmap v5278: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:47.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:35:47 smithi055 ceph-mon[183057]: pgmap v5278: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:35:49 smithi082 ceph-mon[180771]: pgmap v5279: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:49.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:35:49 smithi055 ceph-mon[185614]: pgmap v5279: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:49.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:35:49 smithi055 ceph-mon[183057]: pgmap v5279: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:35:51 smithi082 ceph-mon[180771]: pgmap v5280: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:51.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:35:51 smithi055 ceph-mon[185614]: pgmap v5280: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:51.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:35:51 smithi055 ceph-mon[183057]: pgmap v5280: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:53.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:35:53 smithi082 ceph-mon[180771]: pgmap v5281: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:53.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:35:53 smithi055 ceph-mon[185614]: pgmap v5281: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:53.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:35:53 smithi055 ceph-mon[183057]: pgmap v5281: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:54.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:35:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:35:54.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:35:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:35:54.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:35:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:35:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:35:55 smithi082 ceph-mon[180771]: pgmap v5282: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:55.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:35:55 smithi055 ceph-mon[185614]: pgmap v5282: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:55.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:35:55 smithi055 ceph-mon[183057]: pgmap v5282: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:35:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:35:55] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:35:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:35:57 smithi082 ceph-mon[180771]: pgmap v5283: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:57.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:35:57 smithi055 ceph-mon[185614]: pgmap v5283: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:57.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:35:57 smithi055 ceph-mon[183057]: pgmap v5283: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:59.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:35:58 smithi055 ceph-mon[185614]: pgmap v5284: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:59.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:35:58 smithi055 ceph-mon[183057]: pgmap v5284: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:35:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:35:58 smithi082 ceph-mon[180771]: pgmap v5284: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:01.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:36:00 smithi055 ceph-mon[185614]: pgmap v5285: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:36:00 smithi055 ceph-mon[183057]: pgmap v5285: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:36:00 smithi082 ceph-mon[180771]: pgmap v5285: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:03.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:36:03 smithi055 ceph-mon[185614]: pgmap v5286: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:03.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:36:03 smithi055 ceph-mon[183057]: pgmap v5286: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:36:03 smithi082 ceph-mon[180771]: pgmap v5286: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:05.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:36:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:36:05] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:36:05.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:36:05 smithi055 ceph-mon[185614]: pgmap v5287: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:05.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:36:05 smithi055 ceph-mon[183057]: pgmap v5287: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:05.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:36:05 smithi082 ceph-mon[180771]: pgmap v5287: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:36:07 smithi082 ceph-mon[180771]: pgmap v5288: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:07.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:36:07 smithi055 ceph-mon[185614]: pgmap v5288: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:07.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:36:07 smithi055 ceph-mon[183057]: pgmap v5288: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:36:09 smithi082 ceph-mon[180771]: pgmap v5289: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:36:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:36:09.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:36:09 smithi055 ceph-mon[185614]: pgmap v5289: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:09.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:36:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:36:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:36:09 smithi055 ceph-mon[183057]: pgmap v5289: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:36:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:36:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:36:11 smithi082 ceph-mon[180771]: pgmap v5290: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:11.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:36:11 smithi055 ceph-mon[185614]: pgmap v5290: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:11.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:36:11 smithi055 ceph-mon[183057]: pgmap v5290: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:36:13 smithi082 ceph-mon[180771]: pgmap v5291: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:13.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:36:13 smithi055 ceph-mon[185614]: pgmap v5291: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:13.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:36:13 smithi055 ceph-mon[183057]: pgmap v5291: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:36:15 smithi082 ceph-mon[180771]: pgmap v5292: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:15.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:36:15 smithi055 ceph-mon[185614]: pgmap v5292: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:36:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:36:15] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:36:15.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:36:15 smithi055 ceph-mon[183057]: pgmap v5292: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:16.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:36:16 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:36:16.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:36:16 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:36:16.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:36:16 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:36:16.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:36:16 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:36:16.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:36:16 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:36:16.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:36:16 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:36:16.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:36:16 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:36:16.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:36:16 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:36:16.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:36:16 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:36:16.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:36:16 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:36:16.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:36:16 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:36:16.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:36:16 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:36:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:36:17 smithi082 ceph-mon[180771]: pgmap v5293: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:17.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:36:17 smithi055 ceph-mon[185614]: pgmap v5293: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:17.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:36:17 smithi055 ceph-mon[183057]: pgmap v5293: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:36:19 smithi082 ceph-mon[180771]: pgmap v5294: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:19.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:36:19 smithi055 ceph-mon[183057]: pgmap v5294: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:19.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:36:19 smithi055 ceph-mon[185614]: pgmap v5294: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:36:21 smithi082 ceph-mon[180771]: pgmap v5295: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:21.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:36:21 smithi055 ceph-mon[185614]: pgmap v5295: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:21.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:36:21 smithi055 ceph-mon[183057]: pgmap v5295: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:22.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:36:22 smithi082 ceph-mon[180771]: pgmap v5296: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:22.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:36:22 smithi055 ceph-mon[185614]: pgmap v5296: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:22.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:36:22 smithi055 ceph-mon[183057]: pgmap v5296: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:25.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:36:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:36:25] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T02:36:25.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:36:25 smithi055 ceph-mon[185614]: pgmap v5297: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:25.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:36:25 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:36:25.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:36:24 smithi055 ceph-mon[183057]: pgmap v5297: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:25.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:36:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:36:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:36:24 smithi082 ceph-mon[180771]: pgmap v5297: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:36:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:36:27.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:36:27 smithi055 ceph-mon[185614]: pgmap v5298: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:27.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:36:27 smithi055 ceph-mon[183057]: pgmap v5298: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:36:27 smithi082 ceph-mon[180771]: pgmap v5298: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:36:29 smithi082 ceph-mon[180771]: pgmap v5299: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:29.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:36:29 smithi055 ceph-mon[185614]: pgmap v5299: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:29.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:36:29 smithi055 ceph-mon[183057]: pgmap v5299: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:36:31 smithi082 ceph-mon[180771]: pgmap v5300: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:31.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:36:31 smithi055 ceph-mon[185614]: pgmap v5300: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:31.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:36:31 smithi055 ceph-mon[183057]: pgmap v5300: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:36:33 smithi082 ceph-mon[180771]: pgmap v5301: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:34.732 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:36:33 smithi055 ceph-mon[183057]: pgmap v5301: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:34.733 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:36:33 smithi055 ceph-mon[185614]: pgmap v5301: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:35.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:36:35 smithi082 ceph-mon[180771]: pgmap v5302: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:35.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:36:35 smithi055 ceph-mon[185614]: pgmap v5302: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:35.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:36:35 smithi055 ceph-mon[183057]: pgmap v5302: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:36:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:36:35] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T02:36:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:36:37 smithi082 ceph-mon[180771]: pgmap v5303: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:37.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:36:37 smithi055 ceph-mon[185614]: pgmap v5303: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:37.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:36:37 smithi055 ceph-mon[183057]: pgmap v5303: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:36:39 smithi082 ceph-mon[180771]: pgmap v5304: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:36:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:36:39.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:36:39 smithi055 ceph-mon[185614]: pgmap v5304: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:39.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:36:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:36:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:36:39 smithi055 ceph-mon[183057]: pgmap v5304: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:36:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:36:41.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:36:41 smithi082 ceph-mon[180771]: pgmap v5305: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:41.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:36:41 smithi055 ceph-mon[185614]: pgmap v5305: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:41.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:36:41 smithi055 ceph-mon[183057]: pgmap v5305: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:43.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:36:43 smithi082 ceph-mon[180771]: pgmap v5306: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:43.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:36:43 smithi055 ceph-mon[185614]: pgmap v5306: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:43.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:36:43 smithi055 ceph-mon[183057]: pgmap v5306: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:45.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:36:45 smithi082 ceph-mon[180771]: pgmap v5307: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:45.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:36:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:36:45] "GET /metrics HTTP/1.1" 200 36226 "" "Prometheus/2.43.0" 2023-10-14T02:36:45.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:36:45 smithi055 ceph-mon[185614]: pgmap v5307: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:45.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:36:45 smithi055 ceph-mon[183057]: pgmap v5307: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:36:47 smithi082 ceph-mon[180771]: pgmap v5308: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:47.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:36:47 smithi055 ceph-mon[185614]: pgmap v5308: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:47.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:36:47 smithi055 ceph-mon[183057]: pgmap v5308: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:36:49 smithi082 ceph-mon[180771]: pgmap v5309: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:49.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:36:49 smithi055 ceph-mon[185614]: pgmap v5309: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:49.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:36:49 smithi055 ceph-mon[183057]: pgmap v5309: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:36:51 smithi082 ceph-mon[180771]: pgmap v5310: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:51.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:36:51 smithi055 ceph-mon[185614]: pgmap v5310: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:51.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:36:51 smithi055 ceph-mon[183057]: pgmap v5310: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:53.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:36:53 smithi082 ceph-mon[180771]: pgmap v5311: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:53.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:36:53 smithi055 ceph-mon[185614]: pgmap v5311: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:53.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:36:53 smithi055 ceph-mon[183057]: pgmap v5311: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:54.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:36:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:36:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:36:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:36:54.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:36:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:36:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:36:55 smithi082 ceph-mon[180771]: pgmap v5312: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:36:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:36:55] "GET /metrics HTTP/1.1" 200 36228 "" "Prometheus/2.43.0" 2023-10-14T02:36:55.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:36:55 smithi055 ceph-mon[185614]: pgmap v5312: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:55.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:36:55 smithi055 ceph-mon[183057]: pgmap v5312: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:56.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:36:56 smithi082 ceph-mon[180771]: pgmap v5313: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:56.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:36:56 smithi055 ceph-mon[185614]: pgmap v5313: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:56.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:36:56 smithi055 ceph-mon[183057]: pgmap v5313: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:59.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:36:59 smithi055 ceph-mon[185614]: pgmap v5314: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:59.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:36:59 smithi055 ceph-mon[183057]: pgmap v5314: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:36:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:36:59 smithi082 ceph-mon[180771]: pgmap v5314: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:01.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:37:01 smithi055 ceph-mon[185614]: pgmap v5315: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:37:01 smithi055 ceph-mon[183057]: pgmap v5315: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:01.374 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:37:01 smithi082 ceph-mon[180771]: pgmap v5315: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:37:03 smithi082 ceph-mon[180771]: pgmap v5316: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:03.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:37:03 smithi055 ceph-mon[185614]: pgmap v5316: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:03.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:37:03 smithi055 ceph-mon[183057]: pgmap v5316: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:05.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:37:05 smithi082 ceph-mon[180771]: pgmap v5317: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:05.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:37:05 smithi055 ceph-mon[185614]: pgmap v5317: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:05.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:37:05 smithi055 ceph-mon[183057]: pgmap v5317: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:37:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:37:05] "GET /metrics HTTP/1.1" 200 36228 "" "Prometheus/2.43.0" 2023-10-14T02:37:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:37:07 smithi082 ceph-mon[180771]: pgmap v5318: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:07.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:37:07 smithi055 ceph-mon[185614]: pgmap v5318: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:07.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:37:07 smithi055 ceph-mon[183057]: pgmap v5318: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:37:09 smithi082 ceph-mon[180771]: pgmap v5319: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:37:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:37:09.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:37:09 smithi055 ceph-mon[185614]: pgmap v5319: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:09.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:37:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:37:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:37:09 smithi055 ceph-mon[183057]: pgmap v5319: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:37:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:37:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:37:11 smithi082 ceph-mon[180771]: pgmap v5320: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:11.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:37:11 smithi055 ceph-mon[185614]: pgmap v5320: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:11.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:37:11 smithi055 ceph-mon[183057]: pgmap v5320: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:37:13 smithi082 ceph-mon[180771]: pgmap v5321: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:13.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:37:13 smithi055 ceph-mon[185614]: pgmap v5321: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:13.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:37:13 smithi055 ceph-mon[183057]: pgmap v5321: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:37:15 smithi082 ceph-mon[180771]: pgmap v5322: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:15.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:37:15 smithi055 ceph-mon[185614]: pgmap v5322: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:37:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:37:15] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:37:15.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:37:15 smithi055 ceph-mon[183057]: pgmap v5322: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:37:17 smithi082 ceph-mon[180771]: pgmap v5323: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:37:17 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:37:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:37:17 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:37:17.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:37:17 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:37:17.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:37:17 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:37:17.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:37:17 smithi055 ceph-mon[185614]: pgmap v5323: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:17.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:37:17 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:37:17.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:37:17 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:37:17.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:37:17 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:37:17.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:37:17 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:37:17.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:37:17 smithi055 ceph-mon[183057]: pgmap v5323: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:17.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:37:17 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:37:17.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:37:17 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:37:17.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:37:17 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:37:17.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:37:17 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:37:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:37:19 smithi082 ceph-mon[180771]: pgmap v5324: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:19.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:37:19 smithi055 ceph-mon[185614]: pgmap v5324: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:19.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:37:19 smithi055 ceph-mon[183057]: pgmap v5324: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:37:21 smithi082 ceph-mon[180771]: pgmap v5325: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:21.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:37:21 smithi055 ceph-mon[185614]: pgmap v5325: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:21.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:37:21 smithi055 ceph-mon[183057]: pgmap v5325: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:37:23 smithi082 ceph-mon[180771]: pgmap v5326: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:23.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:37:23 smithi055 ceph-mon[185614]: pgmap v5326: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:23.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:37:23 smithi055 ceph-mon[183057]: pgmap v5326: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:24.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:37:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:37:24.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:37:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:37:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:37:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:37:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:37:25 smithi082 ceph-mon[180771]: pgmap v5327: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:25.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:37:25 smithi055 ceph-mon[185614]: pgmap v5327: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:37:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:37:25] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:37:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:37:25 smithi055 ceph-mon[183057]: pgmap v5327: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:26.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:37:26 smithi082 ceph-mon[180771]: pgmap v5328: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:26.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:37:26 smithi055 ceph-mon[185614]: pgmap v5328: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:26.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:37:26 smithi055 ceph-mon[183057]: pgmap v5328: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:37:29 smithi082 ceph-mon[180771]: pgmap v5329: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:29.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:37:29 smithi055 ceph-mon[185614]: pgmap v5329: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:37:29 smithi055 ceph-mon[183057]: pgmap v5329: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:37:31 smithi082 ceph-mon[180771]: pgmap v5330: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:31.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:37:31 smithi055 ceph-mon[185614]: pgmap v5330: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:31.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:37:31 smithi055 ceph-mon[183057]: pgmap v5330: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:37:33 smithi082 ceph-mon[180771]: pgmap v5331: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:33.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:37:33 smithi055 ceph-mon[185614]: pgmap v5331: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:37:33 smithi055 ceph-mon[183057]: pgmap v5331: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:35.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:37:35 smithi082 ceph-mon[180771]: pgmap v5332: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:35.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:37:35 smithi055 ceph-mon[185614]: pgmap v5332: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:35.518 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:37:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:37:35] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:37:35.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:37:35 smithi055 ceph-mon[183057]: pgmap v5332: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:37:37 smithi082 ceph-mon[180771]: pgmap v5333: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:37.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:37:37 smithi055 ceph-mon[185614]: pgmap v5333: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:37.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:37:37 smithi055 ceph-mon[183057]: pgmap v5333: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:37:39 smithi082 ceph-mon[180771]: pgmap v5334: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:37:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:37:39.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:37:39 smithi055 ceph-mon[185614]: pgmap v5334: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:39.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:37:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:37:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:37:39 smithi055 ceph-mon[183057]: pgmap v5334: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:37:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:37:41.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:37:41 smithi082 ceph-mon[180771]: pgmap v5335: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:41.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:37:41 smithi055 ceph-mon[185614]: pgmap v5335: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:41.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:37:41 smithi055 ceph-mon[183057]: pgmap v5335: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:43.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:37:43 smithi082 ceph-mon[180771]: pgmap v5336: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:43.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:37:43 smithi055 ceph-mon[185614]: pgmap v5336: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:43.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:37:43 smithi055 ceph-mon[183057]: pgmap v5336: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:45.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:37:45 smithi082 ceph-mon[180771]: pgmap v5337: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:45.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:37:45 smithi055 ceph-mon[185614]: pgmap v5337: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:37:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:37:45] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:37:45.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:37:45 smithi055 ceph-mon[183057]: pgmap v5337: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:37:47 smithi082 ceph-mon[180771]: pgmap v5338: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:47.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:37:47 smithi055 ceph-mon[185614]: pgmap v5338: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:47.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:37:47 smithi055 ceph-mon[183057]: pgmap v5338: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:37:49 smithi082 ceph-mon[180771]: pgmap v5339: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:49.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:37:49 smithi055 ceph-mon[185614]: pgmap v5339: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:49.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:37:49 smithi055 ceph-mon[183057]: pgmap v5339: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:37:51 smithi082 ceph-mon[180771]: pgmap v5340: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:51.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:37:51 smithi055 ceph-mon[185614]: pgmap v5340: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:51.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:37:51 smithi055 ceph-mon[183057]: pgmap v5340: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:53.374 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:37:53 smithi082 ceph-mon[180771]: pgmap v5341: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:53.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:37:53 smithi055 ceph-mon[185614]: pgmap v5341: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:53.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:37:53 smithi055 ceph-mon[183057]: pgmap v5341: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:54.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:37:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:37:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:37:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:37:54.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:37:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:37:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:37:55 smithi082 ceph-mon[180771]: pgmap v5342: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:55.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:37:55 smithi055 ceph-mon[185614]: pgmap v5342: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:37:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:37:55] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T02:37:55.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:37:55 smithi055 ceph-mon[183057]: pgmap v5342: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:37:57 smithi082 ceph-mon[180771]: pgmap v5343: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:57.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:37:57 smithi055 ceph-mon[185614]: pgmap v5343: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:57.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:37:57 smithi055 ceph-mon[183057]: pgmap v5343: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:37:59 smithi082 ceph-mon[180771]: pgmap v5344: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:59.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:37:59 smithi055 ceph-mon[185614]: pgmap v5344: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:37:59.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:37:59 smithi055 ceph-mon[183057]: pgmap v5344: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:38:01 smithi082 ceph-mon[180771]: pgmap v5345: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:01.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:38:01 smithi055 ceph-mon[185614]: pgmap v5345: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:01.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:38:01 smithi055 ceph-mon[183057]: pgmap v5345: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:38:03 smithi082 ceph-mon[180771]: pgmap v5346: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:03.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:38:03 smithi055 ceph-mon[185614]: pgmap v5346: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:03.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:38:03 smithi055 ceph-mon[183057]: pgmap v5346: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:05.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:38:05 smithi082 ceph-mon[180771]: pgmap v5347: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:05.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:38:05 smithi055 ceph-mon[185614]: pgmap v5347: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:38:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:38:05] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T02:38:05.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:38:05 smithi055 ceph-mon[183057]: pgmap v5347: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:38:07 smithi082 ceph-mon[180771]: pgmap v5348: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:07.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:38:07 smithi055 ceph-mon[185614]: pgmap v5348: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:07.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:38:07 smithi055 ceph-mon[183057]: pgmap v5348: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:38:09 smithi082 ceph-mon[180771]: pgmap v5349: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:38:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:38:09.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:38:09 smithi055 ceph-mon[185614]: pgmap v5349: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:09.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:38:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:38:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:38:09 smithi055 ceph-mon[183057]: pgmap v5349: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:38:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:38:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:38:11 smithi082 ceph-mon[180771]: pgmap v5350: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:11.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:38:11 smithi055 ceph-mon[185614]: pgmap v5350: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:11.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:38:11 smithi055 ceph-mon[183057]: pgmap v5350: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:38:13 smithi082 ceph-mon[180771]: pgmap v5351: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:13.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:38:13 smithi055 ceph-mon[185614]: pgmap v5351: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:13.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:38:13 smithi055 ceph-mon[183057]: pgmap v5351: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:38:15 smithi082 ceph-mon[180771]: pgmap v5352: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:15.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:38:15 smithi055 ceph-mon[185614]: pgmap v5352: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:38:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:38:15] "GET /metrics HTTP/1.1" 200 36227 "" "Prometheus/2.43.0" 2023-10-14T02:38:15.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:38:15 smithi055 ceph-mon[183057]: pgmap v5352: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:38:17 smithi082 ceph-mon[180771]: pgmap v5353: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:38:17 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:38:17.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:38:17 smithi055 ceph-mon[183057]: pgmap v5353: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:17.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:38:17 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:38:17.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:38:17 smithi055 ceph-mon[185614]: pgmap v5353: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:17.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:38:17 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:38:18.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:38:18 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:38:18.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:38:18 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:38:18.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:38:18 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:38:18.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:38:18 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:38:18.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:38:18 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:38:18.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:38:18 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:38:18.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:38:18 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:38:18.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:38:18 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:38:18.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:38:18 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:38:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:38:19 smithi082 ceph-mon[180771]: pgmap v5354: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:19.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:38:19 smithi055 ceph-mon[185614]: pgmap v5354: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:19.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:38:19 smithi055 ceph-mon[183057]: pgmap v5354: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:38:21 smithi082 ceph-mon[180771]: pgmap v5355: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:21.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:38:21 smithi055 ceph-mon[185614]: pgmap v5355: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:21.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:38:21 smithi055 ceph-mon[183057]: pgmap v5355: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:38:23 smithi082 ceph-mon[180771]: pgmap v5356: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:23.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:38:23 smithi055 ceph-mon[185614]: pgmap v5356: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:23.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:38:23 smithi055 ceph-mon[183057]: pgmap v5356: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:24.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:38:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:38:24.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:38:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:38:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:38:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:38:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:38:25 smithi082 ceph-mon[180771]: pgmap v5357: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:25.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:38:25 smithi055 ceph-mon[185614]: pgmap v5357: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:38:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:38:25] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T02:38:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:38:25 smithi055 ceph-mon[183057]: pgmap v5357: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:26.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:38:26 smithi082 ceph-mon[180771]: pgmap v5358: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:26.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:38:26 smithi055 ceph-mon[185614]: pgmap v5358: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:26.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:38:26 smithi055 ceph-mon[183057]: pgmap v5358: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:38:29 smithi082 ceph-mon[180771]: pgmap v5359: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:29.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:38:29 smithi055 ceph-mon[185614]: pgmap v5359: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:38:29 smithi055 ceph-mon[183057]: pgmap v5359: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:38:31 smithi082 ceph-mon[180771]: pgmap v5360: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:31.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:38:31 smithi055 ceph-mon[185614]: pgmap v5360: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:31.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:38:31 smithi055 ceph-mon[183057]: pgmap v5360: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:38:33 smithi082 ceph-mon[180771]: pgmap v5361: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:33.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:38:33 smithi055 ceph-mon[185614]: pgmap v5361: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:38:33 smithi055 ceph-mon[183057]: pgmap v5361: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:35.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:38:35 smithi082 ceph-mon[180771]: pgmap v5362: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:35.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:38:35 smithi055 ceph-mon[185614]: pgmap v5362: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:38:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:38:35] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T02:38:35.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:38:35 smithi055 ceph-mon[183057]: pgmap v5362: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:37.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:38:37 smithi082 ceph-mon[180771]: pgmap v5363: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:37.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:38:37 smithi055 ceph-mon[185614]: pgmap v5363: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:37.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:38:37 smithi055 ceph-mon[183057]: pgmap v5363: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:38:39 smithi082 ceph-mon[180771]: pgmap v5364: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:38:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:38:39.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:38:39 smithi055 ceph-mon[185614]: pgmap v5364: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:39.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:38:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:38:39.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:38:39 smithi055 ceph-mon[183057]: pgmap v5364: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:39.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:38:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:38:41.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:38:41 smithi082 ceph-mon[180771]: pgmap v5365: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:41.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:38:41 smithi055 ceph-mon[185614]: pgmap v5365: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:41.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:38:41 smithi055 ceph-mon[183057]: pgmap v5365: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:43.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:38:43 smithi082 ceph-mon[180771]: pgmap v5366: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:43.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:38:43 smithi055 ceph-mon[185614]: pgmap v5366: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:43.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:38:43 smithi055 ceph-mon[183057]: pgmap v5366: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:45.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:38:45 smithi082 ceph-mon[180771]: pgmap v5367: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:45.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:38:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:38:45] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T02:38:45.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:38:45 smithi055 ceph-mon[185614]: pgmap v5367: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:45.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:38:45 smithi055 ceph-mon[183057]: pgmap v5367: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:38:47 smithi082 ceph-mon[180771]: pgmap v5368: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:47.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:38:47 smithi055 ceph-mon[185614]: pgmap v5368: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:47.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:38:47 smithi055 ceph-mon[183057]: pgmap v5368: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:38:49 smithi082 ceph-mon[180771]: pgmap v5369: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:49.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:38:49 smithi055 ceph-mon[185614]: pgmap v5369: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:49.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:38:49 smithi055 ceph-mon[183057]: pgmap v5369: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:38:51 smithi082 ceph-mon[180771]: pgmap v5370: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:51.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:38:51 smithi055 ceph-mon[185614]: pgmap v5370: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:51.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:38:51 smithi055 ceph-mon[183057]: pgmap v5370: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:53.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:38:53 smithi082 ceph-mon[180771]: pgmap v5371: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:53.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:38:53 smithi055 ceph-mon[185614]: pgmap v5371: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:53.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:38:53 smithi055 ceph-mon[183057]: pgmap v5371: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:54.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:38:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:38:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:38:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:38:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:38:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:38:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:38:55 smithi082 ceph-mon[180771]: pgmap v5372: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:55.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:38:55 smithi055 ceph-mon[185614]: pgmap v5372: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:38:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:38:55] "GET /metrics HTTP/1.1" 200 36228 "" "Prometheus/2.43.0" 2023-10-14T02:38:55.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:38:55 smithi055 ceph-mon[183057]: pgmap v5372: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:56.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:38:56 smithi082 ceph-mon[180771]: pgmap v5373: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:56.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:38:56 smithi055 ceph-mon[185614]: pgmap v5373: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:56.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:38:56 smithi055 ceph-mon[183057]: pgmap v5373: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:38:59 smithi082 ceph-mon[180771]: pgmap v5374: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:59.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:38:59 smithi055 ceph-mon[185614]: pgmap v5374: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:38:59.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:38:59 smithi055 ceph-mon[183057]: pgmap v5374: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:39:01 smithi082 ceph-mon[180771]: pgmap v5375: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:01.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:39:01 smithi055 ceph-mon[185614]: pgmap v5375: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:01.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:39:01 smithi055 ceph-mon[183057]: pgmap v5375: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:39:03 smithi082 ceph-mon[180771]: pgmap v5376: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:03.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:39:03 smithi055 ceph-mon[185614]: pgmap v5376: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:03.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:39:03 smithi055 ceph-mon[183057]: pgmap v5376: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:05.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:39:05 smithi082 ceph-mon[180771]: pgmap v5377: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:05.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:39:05 smithi055 ceph-mon[185614]: pgmap v5377: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:39:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:39:05] "GET /metrics HTTP/1.1" 200 36228 "" "Prometheus/2.43.0" 2023-10-14T02:39:05.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:39:05 smithi055 ceph-mon[183057]: pgmap v5377: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:39:07 smithi082 ceph-mon[180771]: pgmap v5378: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:07.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:39:07 smithi055 ceph-mon[185614]: pgmap v5378: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:07.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:39:07 smithi055 ceph-mon[183057]: pgmap v5378: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:39:09 smithi082 ceph-mon[180771]: pgmap v5379: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:09.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:39:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:39:09.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:39:09 smithi055 ceph-mon[185614]: pgmap v5379: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:09.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:39:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:39:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:39:09 smithi055 ceph-mon[183057]: pgmap v5379: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:39:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:39:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:39:11 smithi082 ceph-mon[180771]: pgmap v5380: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:11.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:39:11 smithi055 ceph-mon[185614]: pgmap v5380: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:11.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:39:11 smithi055 ceph-mon[183057]: pgmap v5380: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:39:13 smithi082 ceph-mon[180771]: pgmap v5381: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:13.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:39:13 smithi055 ceph-mon[185614]: pgmap v5381: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:13.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:39:13 smithi055 ceph-mon[183057]: pgmap v5381: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:39:15 smithi082 ceph-mon[180771]: pgmap v5382: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:15.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:39:15 smithi055 ceph-mon[185614]: pgmap v5382: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:39:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:39:15] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:39:15.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:39:15 smithi055 ceph-mon[183057]: pgmap v5382: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:39:17 smithi082 ceph-mon[180771]: pgmap v5383: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:17.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:39:17 smithi055 ceph-mon[185614]: pgmap v5383: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:17.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:39:17 smithi055 ceph-mon[183057]: pgmap v5383: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:18.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:39:18 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:39:18.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:39:18 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:39:18.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:39:18 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:39:18.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:39:18 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:39:18.835 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:39:18 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:39:18.835 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:39:18 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:39:18.837 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:39:18 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:39:18.837 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:39:18 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:39:18.838 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:39:18 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:39:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:39:19 smithi082 ceph-mon[180771]: pgmap v5384: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:39:19 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:39:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:39:19 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:39:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:39:19 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:39:19.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:39:19 smithi055 ceph-mon[185614]: pgmap v5384: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:19.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:39:19 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:39:19.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:39:19 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:39:19.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:39:19 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:39:19.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:39:19 smithi055 ceph-mon[183057]: pgmap v5384: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:19.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:39:19 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:39:19.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:39:19 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:39:19.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:39:19 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:39:20.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:39:20 smithi082 ceph-mon[180771]: pgmap v5385: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:20.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:39:20 smithi055 ceph-mon[185614]: pgmap v5385: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:20.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:39:20 smithi055 ceph-mon[183057]: pgmap v5385: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:22.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:39:22 smithi055 ceph-mon[185614]: pgmap v5386: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:22.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:39:22 smithi055 ceph-mon[183057]: pgmap v5386: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:22.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:39:22 smithi082 ceph-mon[180771]: pgmap v5386: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:24.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:39:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:39:24.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:39:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:39:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:39:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:39:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:39:25 smithi082 ceph-mon[180771]: pgmap v5387: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:25.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:39:25 smithi055 ceph-mon[185614]: pgmap v5387: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:39:25 smithi055 ceph-mon[183057]: pgmap v5387: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:39:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:39:25] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:39:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:39:27 smithi082 ceph-mon[180771]: pgmap v5388: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:27.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:39:27 smithi055 ceph-mon[185614]: pgmap v5388: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:27.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:39:27 smithi055 ceph-mon[183057]: pgmap v5388: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:27.875 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 02:39:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[225424]: logger=cleanup t=2023-10-14T02:39:27.474750464Z level=info msg="Completed cleanup jobs" duration=11.445613ms 2023-10-14T02:39:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:39:29 smithi082 ceph-mon[180771]: pgmap v5389: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:29.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:39:29 smithi055 ceph-mon[185614]: pgmap v5389: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:39:29 smithi055 ceph-mon[183057]: pgmap v5389: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:39:31 smithi082 ceph-mon[180771]: pgmap v5390: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:31.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:39:31 smithi055 ceph-mon[185614]: pgmap v5390: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:31.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:39:31 smithi055 ceph-mon[183057]: pgmap v5390: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:39:33 smithi082 ceph-mon[180771]: pgmap v5391: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:33.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:39:33 smithi055 ceph-mon[185614]: pgmap v5391: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:39:33 smithi055 ceph-mon[183057]: pgmap v5391: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:35.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:39:35 smithi082 ceph-mon[180771]: pgmap v5392: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:35.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:39:35 smithi055 ceph-mon[185614]: pgmap v5392: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:39:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:39:35] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:39:35.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:39:35 smithi055 ceph-mon[183057]: pgmap v5392: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:39:37 smithi082 ceph-mon[180771]: pgmap v5393: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:37.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:39:37 smithi055 ceph-mon[185614]: pgmap v5393: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:37.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:39:37 smithi055 ceph-mon[183057]: pgmap v5393: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:39:39 smithi082 ceph-mon[180771]: pgmap v5394: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:39:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:39:39.524 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:39:39 smithi055 ceph-mon[185614]: pgmap v5394: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:39.524 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:39:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:39:39.524 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:39:39 smithi055 ceph-mon[183057]: pgmap v5394: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:39.525 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:39:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:39:40.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:39:40 smithi055 ceph-mon[185614]: pgmap v5395: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:40.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:39:40 smithi055 ceph-mon[183057]: pgmap v5395: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:40.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:39:40 smithi082 ceph-mon[180771]: pgmap v5395: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:42.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:39:42 smithi055 ceph-mon[185614]: pgmap v5396: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:42.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:39:42 smithi055 ceph-mon[183057]: pgmap v5396: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:42.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:39:42 smithi082 ceph-mon[180771]: pgmap v5396: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:45.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:39:45 smithi082 ceph-mon[180771]: pgmap v5397: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:45.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:39:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:39:45] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:39:45.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:39:45 smithi055 ceph-mon[185614]: pgmap v5397: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:45.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:39:45 smithi055 ceph-mon[183057]: pgmap v5397: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:39:47 smithi082 ceph-mon[180771]: pgmap v5398: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:47.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:39:47 smithi055 ceph-mon[185614]: pgmap v5398: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:47.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:39:47 smithi055 ceph-mon[183057]: pgmap v5398: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:39:49 smithi082 ceph-mon[180771]: pgmap v5399: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:49.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:39:49 smithi055 ceph-mon[185614]: pgmap v5399: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:49.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:39:49 smithi055 ceph-mon[183057]: pgmap v5399: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:39:51 smithi082 ceph-mon[180771]: pgmap v5400: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:51.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:39:51 smithi055 ceph-mon[185614]: pgmap v5400: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:51.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:39:51 smithi055 ceph-mon[183057]: pgmap v5400: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:53.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:39:53 smithi082 ceph-mon[180771]: pgmap v5401: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:53.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:39:53 smithi055 ceph-mon[185614]: pgmap v5401: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:53.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:39:53 smithi055 ceph-mon[183057]: pgmap v5401: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:54.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:39:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:39:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:39:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:39:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:39:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:39:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:39:55 smithi082 ceph-mon[180771]: pgmap v5402: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:55.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:39:55 smithi055 ceph-mon[185614]: pgmap v5402: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:39:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:39:55] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:39:55.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:39:55 smithi055 ceph-mon[183057]: pgmap v5402: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:39:57 smithi082 ceph-mon[180771]: pgmap v5403: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:57.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:39:57 smithi055 ceph-mon[185614]: pgmap v5403: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:57.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:39:57 smithi055 ceph-mon[183057]: pgmap v5403: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:39:59 smithi082 ceph-mon[180771]: pgmap v5404: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:59.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:39:59 smithi055 ceph-mon[185614]: pgmap v5404: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:39:59.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:39:59 smithi055 ceph-mon[183057]: pgmap v5404: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:00.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:40:00 smithi082 ceph-mon[180771]: overall HEALTH_OK 2023-10-14T02:40:00.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:40:00 smithi055 ceph-mon[185614]: overall HEALTH_OK 2023-10-14T02:40:00.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:40:00 smithi055 ceph-mon[183057]: overall HEALTH_OK 2023-10-14T02:40:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:40:01 smithi082 ceph-mon[180771]: pgmap v5405: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:01.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:40:01 smithi055 ceph-mon[185614]: pgmap v5405: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:01.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:40:01 smithi055 ceph-mon[183057]: pgmap v5405: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:02.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:40:02 smithi082 ceph-mon[180771]: pgmap v5406: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:02.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:40:02 smithi055 ceph-mon[185614]: pgmap v5406: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:02.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:40:02 smithi055 ceph-mon[183057]: pgmap v5406: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:05.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:40:05 smithi082 ceph-mon[180771]: pgmap v5407: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:05.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:40:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:40:05] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:40:05.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:40:05 smithi055 ceph-mon[185614]: pgmap v5407: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:05.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:40:05 smithi055 ceph-mon[183057]: pgmap v5407: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:40:07 smithi082 ceph-mon[180771]: pgmap v5408: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:07.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:40:07 smithi055 ceph-mon[185614]: pgmap v5408: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:07.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:40:07 smithi055 ceph-mon[183057]: pgmap v5408: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:40:09 smithi082 ceph-mon[180771]: pgmap v5409: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:40:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:40:09.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:40:09 smithi055 ceph-mon[185614]: pgmap v5409: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:09.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:40:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:40:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:40:09 smithi055 ceph-mon[183057]: pgmap v5409: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:40:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:40:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:40:11 smithi082 ceph-mon[180771]: pgmap v5410: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:11.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:40:11 smithi055 ceph-mon[185614]: pgmap v5410: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:11.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:40:11 smithi055 ceph-mon[183057]: pgmap v5410: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:40:13 smithi082 ceph-mon[180771]: pgmap v5411: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:13.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:40:13 smithi055 ceph-mon[185614]: pgmap v5411: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:13.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:40:13 smithi055 ceph-mon[183057]: pgmap v5411: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:40:15 smithi082 ceph-mon[180771]: pgmap v5412: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:15.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:40:15 smithi055 ceph-mon[185614]: pgmap v5412: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:15.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:40:15 smithi055 ceph-mon[183057]: pgmap v5412: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:40:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:40:15] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:40:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:40:17 smithi082 ceph-mon[180771]: pgmap v5413: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:17.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:40:17 smithi055 ceph-mon[185614]: pgmap v5413: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:17.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:40:17 smithi055 ceph-mon[183057]: pgmap v5413: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:40:19 smithi082 ceph-mon[180771]: pgmap v5414: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:40:19 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:40:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:40:19 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:40:19.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:40:19 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:40:19.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:40:19 smithi055 ceph-mon[185614]: pgmap v5414: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:19.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:40:19 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:40:19.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:40:19 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:40:19.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:40:19 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:40:19.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:40:19 smithi055 ceph-mon[183057]: pgmap v5414: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:19.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:40:19 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:40:19.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:40:19 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:40:19.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:40:19 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:40:20.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:40:20 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:40:20.408 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:40:20 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:40:20.408 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:40:20 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:40:20.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:40:20 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:40:20.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:40:20 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:40:20.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:40:20 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:40:20.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:40:20 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:40:20.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:40:20 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:40:20.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:40:20 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:40:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:40:21 smithi082 ceph-mon[180771]: pgmap v5415: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:21.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:40:21 smithi055 ceph-mon[185614]: pgmap v5415: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:21.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:40:21 smithi055 ceph-mon[183057]: pgmap v5415: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:40:23 smithi082 ceph-mon[180771]: pgmap v5416: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:23.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:40:23 smithi055 ceph-mon[185614]: pgmap v5416: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:23.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:40:23 smithi055 ceph-mon[183057]: pgmap v5416: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:24.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:40:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:40:24.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:40:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:40:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:40:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:40:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:40:25 smithi082 ceph-mon[180771]: pgmap v5417: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:25.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:40:25 smithi055 ceph-mon[185614]: pgmap v5417: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:40:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:40:25] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:40:25.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:40:25 smithi055 ceph-mon[183057]: pgmap v5417: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:26.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:40:26 smithi055 ceph-mon[185614]: pgmap v5418: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:26.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:40:26 smithi055 ceph-mon[183057]: pgmap v5418: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:26.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:40:26 smithi082 ceph-mon[180771]: pgmap v5418: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:40:29 smithi082 ceph-mon[180771]: pgmap v5419: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:29.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:40:29 smithi055 ceph-mon[185614]: pgmap v5419: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:40:29 smithi055 ceph-mon[183057]: pgmap v5419: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:40:31 smithi082 ceph-mon[180771]: pgmap v5420: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:31.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:40:31 smithi055 ceph-mon[185614]: pgmap v5420: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:31.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:40:31 smithi055 ceph-mon[183057]: pgmap v5420: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:40:33 smithi082 ceph-mon[180771]: pgmap v5421: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:33.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:40:33 smithi055 ceph-mon[185614]: pgmap v5421: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:40:33 smithi055 ceph-mon[183057]: pgmap v5421: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:35.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:40:35 smithi082 ceph-mon[180771]: pgmap v5422: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:35.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:40:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:40:35] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:40:35.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:40:35 smithi055 ceph-mon[185614]: pgmap v5422: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:35.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:40:35 smithi055 ceph-mon[183057]: pgmap v5422: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:40:37 smithi082 ceph-mon[180771]: pgmap v5423: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:37.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:40:37 smithi055 ceph-mon[185614]: pgmap v5423: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:37.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:40:37 smithi055 ceph-mon[183057]: pgmap v5423: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:40:39 smithi082 ceph-mon[180771]: pgmap v5424: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:40:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:40:39.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:40:39 smithi055 ceph-mon[185614]: pgmap v5424: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:39.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:40:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:40:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:40:39 smithi055 ceph-mon[183057]: pgmap v5424: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:40:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:40:41.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:40:41 smithi082 ceph-mon[180771]: pgmap v5425: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:41.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:40:41 smithi055 ceph-mon[185614]: pgmap v5425: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:41.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:40:41 smithi055 ceph-mon[183057]: pgmap v5425: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:43.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:40:43 smithi082 ceph-mon[180771]: pgmap v5426: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:43.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:40:43 smithi055 ceph-mon[185614]: pgmap v5426: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:43.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:40:43 smithi055 ceph-mon[183057]: pgmap v5426: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:45.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:40:45 smithi082 ceph-mon[180771]: pgmap v5427: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:45.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:40:45 smithi055 ceph-mon[185614]: pgmap v5427: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:40:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:40:45] "GET /metrics HTTP/1.1" 200 36227 "" "Prometheus/2.43.0" 2023-10-14T02:40:45.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:40:45 smithi055 ceph-mon[183057]: pgmap v5427: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:46.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:40:46 smithi055 ceph-mon[185614]: pgmap v5428: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:46.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:40:46 smithi055 ceph-mon[183057]: pgmap v5428: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:46.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:40:46 smithi082 ceph-mon[180771]: pgmap v5428: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:40:49 smithi082 ceph-mon[180771]: pgmap v5429: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:49.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:40:49 smithi055 ceph-mon[185614]: pgmap v5429: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:49.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:40:49 smithi055 ceph-mon[183057]: pgmap v5429: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:40:51 smithi082 ceph-mon[180771]: pgmap v5430: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:51.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:40:51 smithi055 ceph-mon[185614]: pgmap v5430: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:51.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:40:51 smithi055 ceph-mon[183057]: pgmap v5430: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:53.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:40:53 smithi082 ceph-mon[180771]: pgmap v5431: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:53.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:40:53 smithi055 ceph-mon[185614]: pgmap v5431: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:53.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:40:53 smithi055 ceph-mon[183057]: pgmap v5431: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:54.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:40:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:40:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:40:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:40:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:40:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:40:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:40:55 smithi082 ceph-mon[180771]: pgmap v5432: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:55.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:40:55 smithi055 ceph-mon[185614]: pgmap v5432: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:40:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:40:55] "GET /metrics HTTP/1.1" 200 36228 "" "Prometheus/2.43.0" 2023-10-14T02:40:55.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:40:55 smithi055 ceph-mon[183057]: pgmap v5432: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:40:57 smithi082 ceph-mon[180771]: pgmap v5433: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:57.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:40:57 smithi055 ceph-mon[185614]: pgmap v5433: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:57.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:40:57 smithi055 ceph-mon[183057]: pgmap v5433: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:40:59 smithi082 ceph-mon[180771]: pgmap v5434: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:59.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:40:59 smithi055 ceph-mon[185614]: pgmap v5434: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:40:59.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:40:59 smithi055 ceph-mon[183057]: pgmap v5434: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:41:01 smithi082 ceph-mon[180771]: pgmap v5435: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:01.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:41:01 smithi055 ceph-mon[185614]: pgmap v5435: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:01.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:41:01 smithi055 ceph-mon[183057]: pgmap v5435: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:41:03 smithi082 ceph-mon[180771]: pgmap v5436: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:03.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:41:03 smithi055 ceph-mon[185614]: pgmap v5436: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:03.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:41:03 smithi055 ceph-mon[183057]: pgmap v5436: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:05.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:41:05 smithi082 ceph-mon[180771]: pgmap v5437: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:05.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:41:05 smithi055 ceph-mon[185614]: pgmap v5437: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:41:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:41:05] "GET /metrics HTTP/1.1" 200 36228 "" "Prometheus/2.43.0" 2023-10-14T02:41:05.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:41:05 smithi055 ceph-mon[183057]: pgmap v5437: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:41:07 smithi082 ceph-mon[180771]: pgmap v5438: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:07.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:41:07 smithi055 ceph-mon[185614]: pgmap v5438: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:07.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:41:07 smithi055 ceph-mon[183057]: pgmap v5438: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:41:09 smithi082 ceph-mon[180771]: pgmap v5439: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:41:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:41:09.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:41:09 smithi055 ceph-mon[185614]: pgmap v5439: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:09.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:41:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:41:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:41:09 smithi055 ceph-mon[183057]: pgmap v5439: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:41:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:41:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:41:11 smithi082 ceph-mon[180771]: pgmap v5440: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:11.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:41:11 smithi055 ceph-mon[185614]: pgmap v5440: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:11.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:41:11 smithi055 ceph-mon[183057]: pgmap v5440: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:41:13 smithi082 ceph-mon[180771]: pgmap v5441: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:13.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:41:13 smithi055 ceph-mon[185614]: pgmap v5441: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:13.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:41:13 smithi055 ceph-mon[183057]: pgmap v5441: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:41:15 smithi082 ceph-mon[180771]: pgmap v5442: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:15.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:41:15 smithi055 ceph-mon[185614]: pgmap v5442: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:41:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:41:15] "GET /metrics HTTP/1.1" 200 36226 "" "Prometheus/2.43.0" 2023-10-14T02:41:15.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:41:15 smithi055 ceph-mon[183057]: pgmap v5442: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:41:17 smithi082 ceph-mon[180771]: pgmap v5443: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:17.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:41:17 smithi055 ceph-mon[185614]: pgmap v5443: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:17.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:41:17 smithi055 ceph-mon[183057]: pgmap v5443: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:41:19 smithi082 ceph-mon[180771]: pgmap v5444: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:19.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:41:19 smithi055 ceph-mon[185614]: pgmap v5444: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:19.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:41:19 smithi055 ceph-mon[183057]: pgmap v5444: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:20.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:41:20 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:41:20.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:41:20 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:41:20.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:41:20 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:41:20.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:41:20 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:41:20.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:41:20 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:41:20.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:41:20 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:41:20.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:41:20 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:41:20.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:41:20 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:41:20.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:41:20 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:41:20.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:41:20 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:41:20.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:41:20 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:41:20.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:41:20 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:41:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:41:21 smithi082 ceph-mon[180771]: pgmap v5445: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:21.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:41:21 smithi055 ceph-mon[185614]: pgmap v5445: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:21.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:41:21 smithi055 ceph-mon[183057]: pgmap v5445: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:41:23 smithi082 ceph-mon[180771]: pgmap v5446: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:23.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:41:23 smithi055 ceph-mon[185614]: pgmap v5446: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:23.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:41:23 smithi055 ceph-mon[183057]: pgmap v5446: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:24.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:41:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:41:24.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:41:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:41:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:41:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:41:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:41:25 smithi082 ceph-mon[180771]: pgmap v5447: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:25.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:41:25 smithi055 ceph-mon[185614]: pgmap v5447: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:41:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:41:25] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T02:41:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:41:25 smithi055 ceph-mon[183057]: pgmap v5447: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:26.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:41:26 smithi055 ceph-mon[185614]: pgmap v5448: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:26.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:41:26 smithi055 ceph-mon[183057]: pgmap v5448: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:26.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:41:26 smithi082 ceph-mon[180771]: pgmap v5448: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:41:29 smithi082 ceph-mon[180771]: pgmap v5449: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:29.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:41:29 smithi055 ceph-mon[185614]: pgmap v5449: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:41:29 smithi055 ceph-mon[183057]: pgmap v5449: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:41:31 smithi082 ceph-mon[180771]: pgmap v5450: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:31.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:41:31 smithi055 ceph-mon[185614]: pgmap v5450: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:31.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:41:31 smithi055 ceph-mon[183057]: pgmap v5450: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:41:33 smithi082 ceph-mon[180771]: pgmap v5451: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:33.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:41:33 smithi055 ceph-mon[185614]: pgmap v5451: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:41:33 smithi055 ceph-mon[183057]: pgmap v5451: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:35.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:41:35 smithi082 ceph-mon[180771]: pgmap v5452: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:35.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:41:35 smithi055 ceph-mon[185614]: pgmap v5452: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:41:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:41:35] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T02:41:35.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:41:35 smithi055 ceph-mon[183057]: pgmap v5452: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:41:37 smithi082 ceph-mon[180771]: pgmap v5453: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:37.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:41:37 smithi055 ceph-mon[185614]: pgmap v5453: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:37.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:41:37 smithi055 ceph-mon[183057]: pgmap v5453: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:41:39 smithi082 ceph-mon[180771]: pgmap v5454: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:41:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:41:39.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:41:39 smithi055 ceph-mon[185614]: pgmap v5454: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:39.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:41:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:41:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:41:39 smithi055 ceph-mon[183057]: pgmap v5454: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:41:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:41:41.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:41:41 smithi082 ceph-mon[180771]: pgmap v5455: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:41.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:41:41 smithi055 ceph-mon[185614]: pgmap v5455: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:41.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:41:41 smithi055 ceph-mon[183057]: pgmap v5455: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:43.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:41:43 smithi082 ceph-mon[180771]: pgmap v5456: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:43.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:41:43 smithi055 ceph-mon[185614]: pgmap v5456: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:43.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:41:43 smithi055 ceph-mon[183057]: pgmap v5456: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:45.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:41:45 smithi082 ceph-mon[180771]: pgmap v5457: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:45.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:41:45 smithi055 ceph-mon[185614]: pgmap v5457: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:45.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:41:45 smithi055 ceph-mon[183057]: pgmap v5457: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:41:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:41:45] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T02:41:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:41:47 smithi082 ceph-mon[180771]: pgmap v5458: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:47.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:41:47 smithi055 ceph-mon[185614]: pgmap v5458: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:47.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:41:47 smithi055 ceph-mon[183057]: pgmap v5458: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:41:49 smithi082 ceph-mon[180771]: pgmap v5459: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:49.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:41:49 smithi055 ceph-mon[185614]: pgmap v5459: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:49.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:41:49 smithi055 ceph-mon[183057]: pgmap v5459: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:41:51 smithi082 ceph-mon[180771]: pgmap v5460: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:51.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:41:51 smithi055 ceph-mon[185614]: pgmap v5460: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:51.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:41:51 smithi055 ceph-mon[183057]: pgmap v5460: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:53.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:41:53 smithi082 ceph-mon[180771]: pgmap v5461: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:53.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:41:53 smithi055 ceph-mon[185614]: pgmap v5461: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:53.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:41:53 smithi055 ceph-mon[183057]: pgmap v5461: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:54.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:41:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:41:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:41:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:41:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:41:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:41:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:41:55 smithi082 ceph-mon[180771]: pgmap v5462: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:55.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:41:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:41:55] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:41:55.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:41:55 smithi055 ceph-mon[185614]: pgmap v5462: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:55.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:41:55 smithi055 ceph-mon[183057]: pgmap v5462: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:41:57 smithi082 ceph-mon[180771]: pgmap v5463: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:57.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:41:57 smithi055 ceph-mon[185614]: pgmap v5463: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:57.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:41:57 smithi055 ceph-mon[183057]: pgmap v5463: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:41:59 smithi082 ceph-mon[180771]: pgmap v5464: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:59.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:41:59 smithi055 ceph-mon[185614]: pgmap v5464: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:41:59.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:41:59 smithi055 ceph-mon[183057]: pgmap v5464: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:01.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:42:01 smithi082 ceph-mon[180771]: pgmap v5465: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:01.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:42:01 smithi055 ceph-mon[185614]: pgmap v5465: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:01.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:42:01 smithi055 ceph-mon[183057]: pgmap v5465: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:02.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:42:02 smithi055 ceph-mon[185614]: pgmap v5466: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:02.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:42:02 smithi055 ceph-mon[183057]: pgmap v5466: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:02.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:42:02 smithi082 ceph-mon[180771]: pgmap v5466: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:05.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:42:05 smithi082 ceph-mon[180771]: pgmap v5467: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:05.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:42:05 smithi055 ceph-mon[185614]: pgmap v5467: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:42:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:42:05] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:42:05.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:42:05 smithi055 ceph-mon[183057]: pgmap v5467: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:42:07 smithi082 ceph-mon[180771]: pgmap v5468: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:07.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:42:07 smithi055 ceph-mon[185614]: pgmap v5468: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:07.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:42:07 smithi055 ceph-mon[183057]: pgmap v5468: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:42:09 smithi082 ceph-mon[180771]: pgmap v5469: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:42:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:42:09.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:42:09 smithi055 ceph-mon[185614]: pgmap v5469: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:09.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:42:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:42:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:42:09 smithi055 ceph-mon[183057]: pgmap v5469: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:42:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:42:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:42:11 smithi082 ceph-mon[180771]: pgmap v5470: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:11.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:42:11 smithi055 ceph-mon[183057]: pgmap v5470: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:11.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:42:11 smithi055 ceph-mon[185614]: pgmap v5470: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:42:13 smithi082 ceph-mon[180771]: pgmap v5471: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:13.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:42:13 smithi055 ceph-mon[185614]: pgmap v5471: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:13.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:42:13 smithi055 ceph-mon[183057]: pgmap v5471: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:42:15 smithi082 ceph-mon[180771]: pgmap v5472: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:15.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:42:15 smithi055 ceph-mon[185614]: pgmap v5472: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:42:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:42:15] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T02:42:15.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:42:15 smithi055 ceph-mon[183057]: pgmap v5472: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:42:17 smithi082 ceph-mon[180771]: pgmap v5473: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:17.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:42:17 smithi055 ceph-mon[185614]: pgmap v5473: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:17.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:42:17 smithi055 ceph-mon[183057]: pgmap v5473: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:42:19 smithi082 ceph-mon[180771]: pgmap v5474: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:19.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:42:19 smithi055 ceph-mon[185614]: pgmap v5474: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:19.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:42:19 smithi055 ceph-mon[183057]: pgmap v5474: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:42:21 smithi082 ceph-mon[180771]: pgmap v5475: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:42:21 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:42:21.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:42:21 smithi055 ceph-mon[185614]: pgmap v5475: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:21.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:42:21 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:42:21.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:42:21 smithi055 ceph-mon[183057]: pgmap v5475: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:21.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:42:21 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:42:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:42:23 smithi082 ceph-mon[180771]: pgmap v5476: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:42:23 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:42:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:42:23 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:42:23.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:42:23 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:42:23.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:42:23 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:42:23.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:42:23 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:42:23.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:42:23 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:42:23.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:42:23 smithi055 ceph-mon[185614]: pgmap v5476: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:23.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:42:23 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:42:23.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:42:23 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:42:23.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:42:23 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:42:23.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:42:23 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:42:23.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:42:23 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:42:23.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:42:23 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:42:23.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:42:23 smithi055 ceph-mon[183057]: pgmap v5476: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:23.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:42:23 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:42:23.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:42:23 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:42:23.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:42:23 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:42:23.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:42:23 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:42:23.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:42:23 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:42:23.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:42:23 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:42:24.514 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:42:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:42:24.515 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:42:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:42:24.515 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:42:24 smithi055 ceph-mon[185614]: pgmap v5477: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:24.515 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:42:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:42:24.515 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:42:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:42:24.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:42:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:42:24.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:42:24 smithi055 ceph-mon[183057]: pgmap v5477: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:24.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:42:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:42:24.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:42:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:42:24.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:42:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:42:24.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:42:24 smithi082 ceph-mon[180771]: pgmap v5477: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:24.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:42:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:42:25.081 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:42:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:42:25] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T02:42:26.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:42:26 smithi055 ceph-mon[185614]: pgmap v5478: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:26.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:42:26 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:42:26.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:42:26 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:42:26.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:42:26 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:42:26.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:42:26 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:42:26.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:42:26 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:42:26.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:42:26 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:42:26.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:42:26 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:42:26.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:42:26 smithi055 ceph-mon[183057]: pgmap v5478: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:26.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:42:26 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:42:26.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:42:26 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:42:26.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:42:26 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:42:26.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:42:26 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:42:26.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:42:26 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:42:26.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:42:26 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:42:26.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:42:26 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:42:27.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:42:26 smithi082 ceph-mon[180771]: pgmap v5478: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:27.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:42:26 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:42:27.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:42:26 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:42:27.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:42:26 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:42:27.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:42:26 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:42:27.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:42:26 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:42:27.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:42:26 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:42:27.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:42:26 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:42:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:42:29 smithi082 ceph-mon[180771]: pgmap v5479: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:29.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:42:29 smithi055 ceph-mon[185614]: pgmap v5479: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:42:29 smithi055 ceph-mon[183057]: pgmap v5479: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:42:31 smithi082 ceph-mon[180771]: pgmap v5480: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:31.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:42:31 smithi055 ceph-mon[185614]: pgmap v5480: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:31.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:42:31 smithi055 ceph-mon[183057]: pgmap v5480: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:42:33 smithi082 ceph-mon[180771]: pgmap v5481: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:33.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:42:33 smithi055 ceph-mon[185614]: pgmap v5481: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:42:33 smithi055 ceph-mon[183057]: pgmap v5481: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:35.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:42:35 smithi082 ceph-mon[180771]: pgmap v5482: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:35.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:42:35 smithi055 ceph-mon[185614]: pgmap v5482: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:42:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:42:35] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T02:42:35.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:42:35 smithi055 ceph-mon[183057]: pgmap v5482: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:42:37 smithi082 ceph-mon[180771]: pgmap v5483: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:37.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:42:37 smithi055 ceph-mon[185614]: pgmap v5483: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:37.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:42:37 smithi055 ceph-mon[183057]: pgmap v5483: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:42:39 smithi082 ceph-mon[180771]: pgmap v5484: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:42:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:42:39.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:42:39 smithi055 ceph-mon[185614]: pgmap v5484: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:39.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:42:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:42:39.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:42:39 smithi055 ceph-mon[183057]: pgmap v5484: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:39.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:42:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:42:41.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:42:41 smithi082 ceph-mon[180771]: pgmap v5485: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:41.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:42:41 smithi055 ceph-mon[185614]: pgmap v5485: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:41.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:42:41 smithi055 ceph-mon[183057]: pgmap v5485: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:43.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:42:43 smithi082 ceph-mon[180771]: pgmap v5486: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:43.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:42:43 smithi055 ceph-mon[185614]: pgmap v5486: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:43.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:42:43 smithi055 ceph-mon[183057]: pgmap v5486: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:45.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:42:45 smithi082 ceph-mon[180771]: pgmap v5487: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:45.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:42:45 smithi055 ceph-mon[185614]: pgmap v5487: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:42:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:42:45] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:42:45.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:42:45 smithi055 ceph-mon[183057]: pgmap v5487: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:42:47 smithi082 ceph-mon[180771]: pgmap v5488: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:47.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:42:47 smithi055 ceph-mon[185614]: pgmap v5488: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:47.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:42:47 smithi055 ceph-mon[183057]: pgmap v5488: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:42:49 smithi082 ceph-mon[180771]: pgmap v5489: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:49.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:42:49 smithi055 ceph-mon[185614]: pgmap v5489: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:49.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:42:49 smithi055 ceph-mon[183057]: pgmap v5489: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:42:51 smithi082 ceph-mon[180771]: pgmap v5490: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:51.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:42:51 smithi055 ceph-mon[185614]: pgmap v5490: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:51.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:42:51 smithi055 ceph-mon[183057]: pgmap v5490: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:53.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:42:53 smithi082 ceph-mon[180771]: pgmap v5491: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:53.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:42:53 smithi055 ceph-mon[185614]: pgmap v5491: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:53.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:42:53 smithi055 ceph-mon[183057]: pgmap v5491: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:54.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:42:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:42:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:42:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:42:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:42:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:42:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:42:55 smithi082 ceph-mon[180771]: pgmap v5492: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:55.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:42:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:42:55] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T02:42:55.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:42:55 smithi055 ceph-mon[185614]: pgmap v5492: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:55.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:42:55 smithi055 ceph-mon[183057]: pgmap v5492: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:42:57 smithi082 ceph-mon[180771]: pgmap v5493: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:57.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:42:57 smithi055 ceph-mon[185614]: pgmap v5493: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:57.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:42:57 smithi055 ceph-mon[183057]: pgmap v5493: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:42:59 smithi082 ceph-mon[180771]: pgmap v5494: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:59.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:42:59 smithi055 ceph-mon[185614]: pgmap v5494: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:42:59.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:42:59 smithi055 ceph-mon[183057]: pgmap v5494: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:00.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:43:00 smithi055 ceph-mon[185614]: pgmap v5495: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:00.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:43:00 smithi055 ceph-mon[183057]: pgmap v5495: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:00.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:43:00 smithi082 ceph-mon[180771]: pgmap v5495: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:02.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:43:02 smithi082 ceph-mon[180771]: pgmap v5496: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:03.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:43:02 smithi055 ceph-mon[185614]: pgmap v5496: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:03.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:43:02 smithi055 ceph-mon[183057]: pgmap v5496: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:05.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:43:05 smithi082 ceph-mon[180771]: pgmap v5497: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:05.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:43:05 smithi055 ceph-mon[185614]: pgmap v5497: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:05.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:43:05 smithi055 ceph-mon[183057]: pgmap v5497: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:43:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:43:05] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T02:43:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:43:07 smithi082 ceph-mon[180771]: pgmap v5498: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:07.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:43:07 smithi055 ceph-mon[183057]: pgmap v5498: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:07.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:43:07 smithi055 ceph-mon[185614]: pgmap v5498: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:43:09 smithi082 ceph-mon[180771]: pgmap v5499: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:43:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:43:09.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:43:09 smithi055 ceph-mon[185614]: pgmap v5499: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:09.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:43:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:43:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:43:09 smithi055 ceph-mon[183057]: pgmap v5499: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:43:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:43:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:43:11 smithi082 ceph-mon[180771]: pgmap v5500: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:11.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:43:11 smithi055 ceph-mon[185614]: pgmap v5500: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:11.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:43:11 smithi055 ceph-mon[183057]: pgmap v5500: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:43:13 smithi082 ceph-mon[180771]: pgmap v5501: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:13.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:43:13 smithi055 ceph-mon[185614]: pgmap v5501: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:13.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:43:13 smithi055 ceph-mon[183057]: pgmap v5501: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:43:15 smithi082 ceph-mon[180771]: pgmap v5502: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:15.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:43:15 smithi055 ceph-mon[185614]: pgmap v5502: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:15.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:43:15 smithi055 ceph-mon[183057]: pgmap v5502: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:43:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:43:15] "GET /metrics HTTP/1.1" 200 36227 "" "Prometheus/2.43.0" 2023-10-14T02:43:16.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:43:16 smithi055 ceph-mon[185614]: pgmap v5503: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:16.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:43:16 smithi055 ceph-mon[183057]: pgmap v5503: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:16.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:43:16 smithi082 ceph-mon[180771]: pgmap v5503: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:43:19 smithi082 ceph-mon[180771]: pgmap v5504: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:19.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:43:19 smithi055 ceph-mon[185614]: pgmap v5504: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:19.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:43:19 smithi055 ceph-mon[183057]: pgmap v5504: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:43:21 smithi082 ceph-mon[180771]: pgmap v5505: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:21.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:43:21 smithi055 ceph-mon[185614]: pgmap v5505: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:21.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:43:21 smithi055 ceph-mon[183057]: pgmap v5505: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:43:23 smithi082 ceph-mon[180771]: pgmap v5506: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:23.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:43:23 smithi055 ceph-mon[185614]: pgmap v5506: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:23.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:43:23 smithi055 ceph-mon[183057]: pgmap v5506: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:24.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:43:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:43:24.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:43:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:43:24.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:43:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:43:25.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:43:25 smithi082 ceph-mon[180771]: pgmap v5507: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:25.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:43:25 smithi055 ceph-mon[185614]: pgmap v5507: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:43:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:43:25] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:43:25.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:43:25 smithi055 ceph-mon[183057]: pgmap v5507: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:43:27 smithi082 ceph-mon[180771]: pgmap v5508: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:27.392 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:43:27 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:43:27.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:43:27 smithi055 ceph-mon[185614]: pgmap v5508: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:27.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:43:27 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:43:27.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:43:27 smithi055 ceph-mon[183057]: pgmap v5508: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:27.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:43:27 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:43:28.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:43:28 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:43:28.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:43:28 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:43:28.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:43:28 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:43:28.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:43:28 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:43:28.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:43:28 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:43:28.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:43:28 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:43:28.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:43:28 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:43:28.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:43:28 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:43:28.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:43:28 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:43:29.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:43:29 smithi055 ceph-mon[185614]: pgmap v5509: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:29.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:43:29 smithi055 ceph-mon[183057]: pgmap v5509: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:29.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:43:29 smithi082 ceph-mon[180771]: pgmap v5509: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:30.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:43:30 smithi055 ceph-mon[183057]: pgmap v5510: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:30.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:43:30 smithi055 ceph-mon[185614]: pgmap v5510: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:30.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:43:30 smithi082 ceph-mon[180771]: pgmap v5510: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:32.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:43:32 smithi082 ceph-mon[180771]: pgmap v5511: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:33.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:43:32 smithi055 ceph-mon[185614]: pgmap v5511: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:33.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:43:32 smithi055 ceph-mon[183057]: pgmap v5511: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:35.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:43:35 smithi082 ceph-mon[180771]: pgmap v5512: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:35.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:43:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:43:35] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:43:35.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:43:35 smithi055 ceph-mon[185614]: pgmap v5512: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:35.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:43:35 smithi055 ceph-mon[183057]: pgmap v5512: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:43:37 smithi082 ceph-mon[180771]: pgmap v5513: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:37.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:43:37 smithi055 ceph-mon[185614]: pgmap v5513: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:37.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:43:37 smithi055 ceph-mon[183057]: pgmap v5513: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:43:39 smithi082 ceph-mon[180771]: pgmap v5514: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:43:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:43:39.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:43:39 smithi055 ceph-mon[185614]: pgmap v5514: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:39.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:43:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:43:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:43:39 smithi055 ceph-mon[183057]: pgmap v5514: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:43:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:43:41.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:43:41 smithi082 ceph-mon[180771]: pgmap v5515: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:41.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:43:41 smithi055 ceph-mon[185614]: pgmap v5515: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:41.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:43:41 smithi055 ceph-mon[183057]: pgmap v5515: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:42.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:43:42 smithi055 ceph-mon[185614]: pgmap v5516: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:42.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:43:42 smithi055 ceph-mon[183057]: pgmap v5516: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:42.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:43:42 smithi082 ceph-mon[180771]: pgmap v5516: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:45.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:43:45 smithi082 ceph-mon[180771]: pgmap v5517: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:45.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:43:45 smithi055 ceph-mon[185614]: pgmap v5517: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:43:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:43:45] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T02:43:45.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:43:45 smithi055 ceph-mon[183057]: pgmap v5517: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:43:47 smithi082 ceph-mon[180771]: pgmap v5518: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:47.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:43:47 smithi055 ceph-mon[185614]: pgmap v5518: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:47.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:43:47 smithi055 ceph-mon[183057]: pgmap v5518: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:43:49 smithi082 ceph-mon[180771]: pgmap v5519: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:49.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:43:49 smithi055 ceph-mon[185614]: pgmap v5519: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:49.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:43:49 smithi055 ceph-mon[183057]: pgmap v5519: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:43:51 smithi082 ceph-mon[180771]: pgmap v5520: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:51.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:43:51 smithi055 ceph-mon[185614]: pgmap v5520: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:51.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:43:51 smithi055 ceph-mon[183057]: pgmap v5520: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:53.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:43:53 smithi082 ceph-mon[180771]: pgmap v5521: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:53.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:43:53 smithi055 ceph-mon[185614]: pgmap v5521: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:53.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:43:53 smithi055 ceph-mon[183057]: pgmap v5521: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:43:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:43:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:43:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:43:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:43:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:43:55.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:43:55 smithi055 ceph-mon[185614]: pgmap v5522: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:43:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:43:55] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:43:55.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:43:55 smithi055 ceph-mon[183057]: pgmap v5522: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:55.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:43:55 smithi082 ceph-mon[180771]: pgmap v5522: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:56.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:43:56 smithi055 ceph-mon[185614]: pgmap v5523: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:56.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:43:56 smithi055 ceph-mon[183057]: pgmap v5523: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:56.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:43:56 smithi082 ceph-mon[180771]: pgmap v5523: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:43:59 smithi082 ceph-mon[180771]: pgmap v5524: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:59.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:43:59 smithi055 ceph-mon[185614]: pgmap v5524: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:43:59.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:43:59 smithi055 ceph-mon[183057]: pgmap v5524: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:44:01 smithi082 ceph-mon[180771]: pgmap v5525: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:01.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:44:01 smithi055 ceph-mon[185614]: pgmap v5525: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:01.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:44:01 smithi055 ceph-mon[183057]: pgmap v5525: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:44:03 smithi082 ceph-mon[180771]: pgmap v5526: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:03.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:44:03 smithi055 ceph-mon[185614]: pgmap v5526: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:03.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:44:03 smithi055 ceph-mon[183057]: pgmap v5526: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:05.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:44:05 smithi082 ceph-mon[180771]: pgmap v5527: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:05.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:44:05 smithi055 ceph-mon[185614]: pgmap v5527: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:44:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:44:05] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:44:05.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:44:05 smithi055 ceph-mon[183057]: pgmap v5527: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:44:07 smithi082 ceph-mon[180771]: pgmap v5528: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:07.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:44:07 smithi055 ceph-mon[185614]: pgmap v5528: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:07.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:44:07 smithi055 ceph-mon[183057]: pgmap v5528: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:44:09 smithi055 ceph-mon[183057]: pgmap v5529: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:44:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:44:09.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:44:09 smithi055 ceph-mon[185614]: pgmap v5529: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:09.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:44:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:44:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:44:09 smithi082 ceph-mon[180771]: pgmap v5529: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:44:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:44:10.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:44:10 smithi055 ceph-mon[185614]: pgmap v5530: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:10.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:44:10 smithi055 ceph-mon[183057]: pgmap v5530: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:10.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:44:10 smithi082 ceph-mon[180771]: pgmap v5530: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:12.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:44:12 smithi082 ceph-mon[180771]: pgmap v5531: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:13.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:44:12 smithi055 ceph-mon[185614]: pgmap v5531: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:13.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:44:12 smithi055 ceph-mon[183057]: pgmap v5531: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:15.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:44:15 smithi082 ceph-mon[180771]: pgmap v5532: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:15.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:44:15 smithi055 ceph-mon[185614]: pgmap v5532: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:44:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:44:15] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T02:44:15.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:44:15 smithi055 ceph-mon[183057]: pgmap v5532: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:44:17 smithi082 ceph-mon[180771]: pgmap v5533: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:17.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:44:17 smithi055 ceph-mon[185614]: pgmap v5533: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:17.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:44:17 smithi055 ceph-mon[183057]: pgmap v5533: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:19.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:44:19 smithi055 ceph-mon[185614]: pgmap v5534: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:19.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:44:19 smithi055 ceph-mon[183057]: pgmap v5534: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:19.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:44:19 smithi082 ceph-mon[180771]: pgmap v5534: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:20.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:44:20 smithi055 ceph-mon[185614]: pgmap v5535: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:20.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:44:20 smithi055 ceph-mon[183057]: pgmap v5535: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:20.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:44:20 smithi082 ceph-mon[180771]: pgmap v5535: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:22.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:44:22 smithi082 ceph-mon[180771]: pgmap v5536: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:23.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:44:22 smithi055 ceph-mon[185614]: pgmap v5536: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:23.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:44:22 smithi055 ceph-mon[183057]: pgmap v5536: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:24.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:44:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:44:24.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:44:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:44:24.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:44:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:44:25.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:44:25 smithi055 ceph-mon[185614]: pgmap v5537: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:44:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:44:25] "GET /metrics HTTP/1.1" 200 36228 "" "Prometheus/2.43.0" 2023-10-14T02:44:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:44:25 smithi055 ceph-mon[183057]: pgmap v5537: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:25.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:44:25 smithi082 ceph-mon[180771]: pgmap v5537: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:26.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:44:26 smithi055 ceph-mon[185614]: pgmap v5538: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:26.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:44:26 smithi055 ceph-mon[183057]: pgmap v5538: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:26.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:44:26 smithi082 ceph-mon[180771]: pgmap v5538: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:27.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:44:27 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:44:27.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:44:27 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:44:27.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:44:27 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:44:28.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:44:28 smithi082 ceph-mon[180771]: pgmap v5539: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:28.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:44:28 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:44:28.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:44:28 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:44:28.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:44:28 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:44:29.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:44:28 smithi055 ceph-mon[185614]: pgmap v5539: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:29.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:44:28 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:44:29.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:44:28 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:44:29.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:44:28 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:44:29.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:44:28 smithi055 ceph-mon[183057]: pgmap v5539: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:29.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:44:28 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:44:29.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:44:28 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:44:29.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:44:28 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:44:30.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:44:30 smithi082 ceph-mon[180771]: pgmap v5540: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:31.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:44:30 smithi055 ceph-mon[185614]: pgmap v5540: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:31.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:44:30 smithi055 ceph-mon[183057]: pgmap v5540: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:32.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:44:32 smithi082 ceph-mon[180771]: pgmap v5541: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:33.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:44:32 smithi055 ceph-mon[185614]: pgmap v5541: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:33.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:44:32 smithi055 ceph-mon[183057]: pgmap v5541: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:35.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:44:35 smithi082 ceph-mon[180771]: pgmap v5542: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:35.530 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:44:35 smithi055 ceph-mon[185614]: pgmap v5542: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:35.531 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:44:35 smithi055 ceph-mon[183057]: pgmap v5542: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:35.531 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:44:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:44:35] "GET /metrics HTTP/1.1" 200 36228 "" "Prometheus/2.43.0" 2023-10-14T02:44:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:44:37 smithi082 ceph-mon[180771]: pgmap v5543: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:37.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:44:37 smithi055 ceph-mon[185614]: pgmap v5543: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:37.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:44:37 smithi055 ceph-mon[183057]: pgmap v5543: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:44:39 smithi082 ceph-mon[180771]: pgmap v5544: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:44:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:44:39.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:44:39 smithi055 ceph-mon[185614]: pgmap v5544: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:39.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:44:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:44:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:44:39 smithi055 ceph-mon[183057]: pgmap v5544: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:44:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:44:41.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:44:41 smithi055 ceph-mon[185614]: pgmap v5545: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:41.783 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:44:41 smithi055 ceph-mon[183057]: pgmap v5545: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:41.784 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:44:41 smithi082 ceph-mon[180771]: pgmap v5545: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:43.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:44:43 smithi055 ceph-mon[185614]: pgmap v5546: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:43.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:44:43 smithi055 ceph-mon[183057]: pgmap v5546: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:43.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:44:43 smithi082 ceph-mon[180771]: pgmap v5546: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:45.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:44:45 smithi055 ceph-mon[185614]: pgmap v5547: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:44:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:44:45] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T02:44:45.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:44:45 smithi055 ceph-mon[183057]: pgmap v5547: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:45.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:44:45 smithi082 ceph-mon[180771]: pgmap v5547: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:46.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:44:46 smithi055 ceph-mon[185614]: pgmap v5548: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:46.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:44:46 smithi055 ceph-mon[183057]: pgmap v5548: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:46.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:44:46 smithi082 ceph-mon[180771]: pgmap v5548: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:44:49 smithi082 ceph-mon[180771]: pgmap v5549: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:49.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:44:49 smithi055 ceph-mon[185614]: pgmap v5549: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:49.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:44:49 smithi055 ceph-mon[183057]: pgmap v5549: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:44:51 smithi082 ceph-mon[180771]: pgmap v5550: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:51.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:44:51 smithi055 ceph-mon[185614]: pgmap v5550: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:51.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:44:51 smithi055 ceph-mon[183057]: pgmap v5550: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:53.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:44:53 smithi055 ceph-mon[185614]: pgmap v5551: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:53.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:44:53 smithi055 ceph-mon[183057]: pgmap v5551: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:53.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:44:53 smithi082 ceph-mon[180771]: pgmap v5551: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:44:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:44:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:44:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:44:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:44:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:44:55.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:44:55 smithi055 ceph-mon[185614]: pgmap v5552: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:44:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:44:55] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T02:44:55.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:44:55 smithi055 ceph-mon[183057]: pgmap v5552: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:55.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:44:55 smithi082 ceph-mon[180771]: pgmap v5552: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:56.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:44:56 smithi055 ceph-mon[185614]: pgmap v5553: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:56.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:44:56 smithi055 ceph-mon[183057]: pgmap v5553: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:56.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:44:56 smithi082 ceph-mon[180771]: pgmap v5553: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:44:59 smithi082 ceph-mon[180771]: pgmap v5554: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:59.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:44:59 smithi055 ceph-mon[185614]: pgmap v5554: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:44:59.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:44:59 smithi055 ceph-mon[183057]: pgmap v5554: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:45:01 smithi082 ceph-mon[180771]: pgmap v5555: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:01.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:45:01 smithi055 ceph-mon[185614]: pgmap v5555: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:01.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:45:01 smithi055 ceph-mon[183057]: pgmap v5555: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:45:03 smithi082 ceph-mon[180771]: pgmap v5556: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:03.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:45:03 smithi055 ceph-mon[185614]: pgmap v5556: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:03.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:45:03 smithi055 ceph-mon[183057]: pgmap v5556: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:05.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:45:05 smithi082 ceph-mon[180771]: pgmap v5557: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:05.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:45:05 smithi055 ceph-mon[185614]: pgmap v5557: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:45:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:45:05] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T02:45:05.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:45:05 smithi055 ceph-mon[183057]: pgmap v5557: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:07.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:45:07 smithi055 ceph-mon[185614]: pgmap v5558: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:07.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:45:07 smithi055 ceph-mon[183057]: pgmap v5558: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:07.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:45:07 smithi082 ceph-mon[180771]: pgmap v5558: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:09.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:45:09 smithi055 ceph-mon[185614]: pgmap v5559: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:09.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:45:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:45:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:45:09 smithi055 ceph-mon[183057]: pgmap v5559: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:45:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:45:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:45:09 smithi082 ceph-mon[180771]: pgmap v5559: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:45:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:45:11.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:45:11 smithi055 ceph-mon[185614]: pgmap v5560: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:11.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:45:11 smithi055 ceph-mon[183057]: pgmap v5560: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:11.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:45:11 smithi082 ceph-mon[180771]: pgmap v5560: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:13.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:45:13 smithi055 ceph-mon[185614]: pgmap v5561: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:13.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:45:13 smithi055 ceph-mon[183057]: pgmap v5561: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:13.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:45:13 smithi082 ceph-mon[180771]: pgmap v5561: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:14.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:45:14 smithi055 ceph-mon[185614]: pgmap v5562: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:14.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:45:14 smithi055 ceph-mon[183057]: pgmap v5562: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:14.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:45:14 smithi082 ceph-mon[180771]: pgmap v5562: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:15.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:45:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:45:15] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:45:16.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:45:16 smithi082 ceph-mon[180771]: pgmap v5563: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:17.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:45:16 smithi055 ceph-mon[185614]: pgmap v5563: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:17.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:45:16 smithi055 ceph-mon[183057]: pgmap v5563: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:45:19 smithi082 ceph-mon[180771]: pgmap v5564: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:19.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:45:19 smithi055 ceph-mon[185614]: pgmap v5564: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:19.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:45:19 smithi055 ceph-mon[183057]: pgmap v5564: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:45:21 smithi082 ceph-mon[180771]: pgmap v5565: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:21.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:45:21 smithi055 ceph-mon[185614]: pgmap v5565: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:21.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:45:21 smithi055 ceph-mon[183057]: pgmap v5565: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:45:23 smithi082 ceph-mon[180771]: pgmap v5566: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:23.523 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:45:23 smithi055 ceph-mon[185614]: pgmap v5566: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:23.523 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:45:23 smithi055 ceph-mon[183057]: pgmap v5566: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:24.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:45:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:45:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:45:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:45:24.629 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:45:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:45:25.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:45:25 smithi055 ceph-mon[185614]: pgmap v5567: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:25.518 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:45:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:45:25] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:45:25.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:45:25 smithi055 ceph-mon[183057]: pgmap v5567: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:25.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:45:25 smithi082 ceph-mon[180771]: pgmap v5567: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:26.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:45:26 smithi055 ceph-mon[183057]: pgmap v5568: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:26.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:45:26 smithi055 ceph-mon[185614]: pgmap v5568: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:26.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:45:26 smithi082 ceph-mon[180771]: pgmap v5568: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:45:29 smithi082 ceph-mon[180771]: pgmap v5569: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:45:29 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:45:29.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:45:29 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:45:29.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:45:29 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:45:29.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:45:29 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:45:29.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:45:29 smithi055 ceph-mon[183057]: pgmap v5569: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:45:29 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:45:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:45:29 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:45:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:45:29 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:45:29.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:45:29 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:45:29.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:45:29 smithi055 ceph-mon[185614]: pgmap v5569: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:29.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:45:29 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:45:29.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:45:29 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:45:29.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:45:29 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:45:29.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:45:29 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:45:31.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:45:31 smithi055 ceph-mon[183057]: pgmap v5570: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:31.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:45:31 smithi055 ceph-mon[185614]: pgmap v5570: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:31.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:45:31 smithi082 ceph-mon[180771]: pgmap v5570: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:33.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:45:33 smithi055 ceph-mon[185614]: pgmap v5571: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:45:33 smithi055 ceph-mon[183057]: pgmap v5571: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:33.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:45:33 smithi082 ceph-mon[180771]: pgmap v5571: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:35.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:45:35 smithi055 ceph-mon[185614]: pgmap v5572: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:45:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:45:35] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:45:35.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:45:35 smithi055 ceph-mon[183057]: pgmap v5572: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:35.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:45:35 smithi082 ceph-mon[180771]: pgmap v5572: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:37.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:45:37 smithi055 ceph-mon[185614]: pgmap v5573: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:37.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:45:37 smithi055 ceph-mon[183057]: pgmap v5573: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:37.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:45:37 smithi082 ceph-mon[180771]: pgmap v5573: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:39.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:45:39 smithi055 ceph-mon[185614]: pgmap v5574: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:39.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:45:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:45:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:45:39 smithi055 ceph-mon[183057]: pgmap v5574: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:45:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:45:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:45:39 smithi082 ceph-mon[180771]: pgmap v5574: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:45:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:45:40.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:45:40 smithi055 ceph-mon[185614]: pgmap v5575: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:40.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:45:40 smithi055 ceph-mon[183057]: pgmap v5575: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:40.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:45:40 smithi082 ceph-mon[180771]: pgmap v5575: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:42.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:45:42 smithi082 ceph-mon[180771]: pgmap v5576: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:43.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:45:42 smithi055 ceph-mon[185614]: pgmap v5576: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:43.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:45:42 smithi055 ceph-mon[183057]: pgmap v5576: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:45.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:45:45 smithi082 ceph-mon[180771]: pgmap v5577: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:45.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:45:45 smithi055 ceph-mon[185614]: pgmap v5577: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:45:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:45:45] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:45:45.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:45:45 smithi055 ceph-mon[183057]: pgmap v5577: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:47.379 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:45:47 smithi082 ceph-mon[180771]: pgmap v5578: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:47.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:45:47 smithi055 ceph-mon[185614]: pgmap v5578: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:47.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:45:47 smithi055 ceph-mon[183057]: pgmap v5578: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:49.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:45:49 smithi055 ceph-mon[185614]: pgmap v5579: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:49.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:45:49 smithi055 ceph-mon[183057]: pgmap v5579: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:49.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:45:49 smithi082 ceph-mon[180771]: pgmap v5579: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:51.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:45:51 smithi055 ceph-mon[185614]: pgmap v5580: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:51.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:45:51 smithi055 ceph-mon[183057]: pgmap v5580: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:51.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:45:51 smithi082 ceph-mon[180771]: pgmap v5580: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:53.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:45:53 smithi055 ceph-mon[185614]: pgmap v5581: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:53.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:45:53 smithi055 ceph-mon[183057]: pgmap v5581: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:53.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:45:53 smithi082 ceph-mon[180771]: pgmap v5581: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:45:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:45:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:45:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:45:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:45:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:45:55.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:45:55 smithi055 ceph-mon[185614]: pgmap v5582: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:45:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:45:55] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:45:55.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:45:55 smithi055 ceph-mon[183057]: pgmap v5582: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:55.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:45:55 smithi082 ceph-mon[180771]: pgmap v5582: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:56.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:45:56 smithi055 ceph-mon[185614]: pgmap v5583: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:56.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:45:56 smithi055 ceph-mon[183057]: pgmap v5583: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:56.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:45:56 smithi082 ceph-mon[180771]: pgmap v5583: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:45:59 smithi082 ceph-mon[180771]: pgmap v5584: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:59.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:45:59 smithi055 ceph-mon[185614]: pgmap v5584: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:45:59.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:45:59 smithi055 ceph-mon[183057]: pgmap v5584: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:01.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:46:01 smithi055 ceph-mon[185614]: pgmap v5585: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:01.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:46:01 smithi055 ceph-mon[183057]: pgmap v5585: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:01.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:46:01 smithi082 ceph-mon[180771]: pgmap v5585: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:03.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:46:03 smithi055 ceph-mon[185614]: pgmap v5586: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:03.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:46:03 smithi055 ceph-mon[183057]: pgmap v5586: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:03.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:46:03 smithi082 ceph-mon[180771]: pgmap v5586: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:05.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:46:05 smithi055 ceph-mon[185614]: pgmap v5587: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:46:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:46:05] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:46:05.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:46:05 smithi055 ceph-mon[183057]: pgmap v5587: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:05.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:46:05 smithi082 ceph-mon[180771]: pgmap v5587: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:07.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:46:07 smithi055 ceph-mon[185614]: pgmap v5588: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:07.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:46:07 smithi055 ceph-mon[183057]: pgmap v5588: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:07.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:46:07 smithi082 ceph-mon[180771]: pgmap v5588: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:46:09 smithi082 ceph-mon[180771]: pgmap v5589: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:46:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:46:09.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:46:09 smithi055 ceph-mon[185614]: pgmap v5589: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:09.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:46:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:46:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:46:09 smithi055 ceph-mon[183057]: pgmap v5589: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:46:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:46:11.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:46:11 smithi055 ceph-mon[185614]: pgmap v5590: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:11.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:46:11 smithi055 ceph-mon[183057]: pgmap v5590: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:11.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:46:11 smithi082 ceph-mon[180771]: pgmap v5590: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:13.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:46:13 smithi055 ceph-mon[185614]: pgmap v5591: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:13.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:46:13 smithi055 ceph-mon[183057]: pgmap v5591: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:13.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:46:13 smithi082 ceph-mon[180771]: pgmap v5591: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:15.518 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:46:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:46:15] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T02:46:15.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:46:15 smithi055 ceph-mon[185614]: pgmap v5592: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:15.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:46:15 smithi055 ceph-mon[183057]: pgmap v5592: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:15.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:46:15 smithi082 ceph-mon[180771]: pgmap v5592: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:17.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:46:17 smithi055 ceph-mon[185614]: pgmap v5593: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:17.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:46:17 smithi055 ceph-mon[183057]: pgmap v5593: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:17.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:46:17 smithi082 ceph-mon[180771]: pgmap v5593: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:19.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:46:19 smithi055 ceph-mon[185614]: pgmap v5594: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:19.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:46:19 smithi055 ceph-mon[183057]: pgmap v5594: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:19.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:46:19 smithi082 ceph-mon[180771]: pgmap v5594: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:21.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:46:21 smithi055 ceph-mon[185614]: pgmap v5595: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:21.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:46:21 smithi055 ceph-mon[183057]: pgmap v5595: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:21.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:46:21 smithi082 ceph-mon[180771]: pgmap v5595: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:23.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:46:23 smithi055 ceph-mon[185614]: pgmap v5596: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:23.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:46:23 smithi055 ceph-mon[183057]: pgmap v5596: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:23.629 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:46:23 smithi082 ceph-mon[180771]: pgmap v5596: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:24.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:46:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:46:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:46:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:46:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:46:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:46:25.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:46:25 smithi055 ceph-mon[183057]: pgmap v5597: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:25.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:46:25 smithi055 ceph-mon[185614]: pgmap v5597: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:25.520 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:46:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:46:25] "GET /metrics HTTP/1.1" 200 36228 "" "Prometheus/2.43.0" 2023-10-14T02:46:25.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:46:25 smithi082 ceph-mon[180771]: pgmap v5597: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:26.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:46:26 smithi055 ceph-mon[185614]: pgmap v5598: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:26.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:46:26 smithi055 ceph-mon[183057]: pgmap v5598: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:26.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:46:26 smithi082 ceph-mon[180771]: pgmap v5598: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:29.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:46:29 smithi055 ceph-mon[185614]: pgmap v5599: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:29.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:46:29 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:46:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:46:29 smithi055 ceph-mon[183057]: pgmap v5599: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:46:29 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:46:29.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:46:29 smithi082 ceph-mon[180771]: pgmap v5599: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:29.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:46:29 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:46:30.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:46:30 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:46:30.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:46:30 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:46:30.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:46:30 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:46:30.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:46:30 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:46:30.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:46:30 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:46:30.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:46:30 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:46:30.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:46:30 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:46:30.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:46:30 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:46:30.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:46:30 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:46:31.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:46:31 smithi055 ceph-mon[185614]: pgmap v5600: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:31.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:46:31 smithi055 ceph-mon[183057]: pgmap v5600: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:31.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:46:31 smithi082 ceph-mon[180771]: pgmap v5600: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:33.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:46:33 smithi055 ceph-mon[185614]: pgmap v5601: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:46:33 smithi055 ceph-mon[183057]: pgmap v5601: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:33.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:46:33 smithi082 ceph-mon[180771]: pgmap v5601: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:34.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:46:34 smithi055 ceph-mon[185614]: pgmap v5602: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:34.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:46:34 smithi055 ceph-mon[183057]: pgmap v5602: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:34.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:46:34 smithi082 ceph-mon[180771]: pgmap v5602: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:35.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:46:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:46:35] "GET /metrics HTTP/1.1" 200 36228 "" "Prometheus/2.43.0" 2023-10-14T02:46:36.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:46:36 smithi082 ceph-mon[180771]: pgmap v5603: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:37.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:46:36 smithi055 ceph-mon[185614]: pgmap v5603: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:37.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:46:36 smithi055 ceph-mon[183057]: pgmap v5603: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:39.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:46:39 smithi055 ceph-mon[185614]: pgmap v5604: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:39.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:46:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:46:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:46:39 smithi055 ceph-mon[183057]: pgmap v5604: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:46:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:46:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:46:39 smithi082 ceph-mon[180771]: pgmap v5604: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:46:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:46:41.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:46:41 smithi055 ceph-mon[185614]: pgmap v5605: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:41.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:46:41 smithi055 ceph-mon[183057]: pgmap v5605: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:41.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:46:41 smithi082 ceph-mon[180771]: pgmap v5605: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:43.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:46:43 smithi055 ceph-mon[185614]: pgmap v5606: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:43.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:46:43 smithi055 ceph-mon[183057]: pgmap v5606: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:43.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:46:43 smithi082 ceph-mon[180771]: pgmap v5606: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:45.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:46:45 smithi055 ceph-mon[185614]: pgmap v5607: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:46:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:46:45] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T02:46:45.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:46:45 smithi055 ceph-mon[183057]: pgmap v5607: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:45.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:46:45 smithi082 ceph-mon[180771]: pgmap v5607: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:47.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:46:47 smithi055 ceph-mon[185614]: pgmap v5608: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:47.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:46:47 smithi055 ceph-mon[183057]: pgmap v5608: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:47.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:46:47 smithi082 ceph-mon[180771]: pgmap v5608: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:49.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:46:49 smithi055 ceph-mon[185614]: pgmap v5609: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:49.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:46:49 smithi055 ceph-mon[183057]: pgmap v5609: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:49.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:46:49 smithi082 ceph-mon[180771]: pgmap v5609: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:50.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:46:50 smithi055 ceph-mon[185614]: pgmap v5610: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:50.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:46:50 smithi055 ceph-mon[183057]: pgmap v5610: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:50.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:46:50 smithi082 ceph-mon[180771]: pgmap v5610: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:52.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:46:52 smithi082 ceph-mon[180771]: pgmap v5611: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:53.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:46:52 smithi055 ceph-mon[185614]: pgmap v5611: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:53.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:46:52 smithi055 ceph-mon[183057]: pgmap v5611: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:46:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:46:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:46:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:46:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:46:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:46:55.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:46:55 smithi055 ceph-mon[185614]: pgmap v5612: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:46:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:46:55] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:46:55.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:46:55 smithi055 ceph-mon[183057]: pgmap v5612: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:55.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:46:55 smithi082 ceph-mon[180771]: pgmap v5612: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:57.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:46:57 smithi055 ceph-mon[185614]: pgmap v5613: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:57.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:46:57 smithi055 ceph-mon[183057]: pgmap v5613: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:57.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:46:57 smithi082 ceph-mon[180771]: pgmap v5613: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:59.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:46:59 smithi055 ceph-mon[185614]: pgmap v5614: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:59.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:46:59 smithi055 ceph-mon[183057]: pgmap v5614: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:46:59.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:46:59 smithi082 ceph-mon[180771]: pgmap v5614: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:01.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:47:01 smithi055 ceph-mon[185614]: pgmap v5615: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:01.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:47:01 smithi055 ceph-mon[183057]: pgmap v5615: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:01.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:47:01 smithi082 ceph-mon[180771]: pgmap v5615: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:03.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:47:03 smithi055 ceph-mon[185614]: pgmap v5616: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:03.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:47:03 smithi055 ceph-mon[183057]: pgmap v5616: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:03.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:47:03 smithi082 ceph-mon[180771]: pgmap v5616: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:04.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:47:04 smithi055 ceph-mon[185614]: pgmap v5617: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:04.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:47:04 smithi055 ceph-mon[183057]: pgmap v5617: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:04.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:47:04 smithi082 ceph-mon[180771]: pgmap v5617: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:05.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:47:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:47:05] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:47:06.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:47:06 smithi082 ceph-mon[180771]: pgmap v5618: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:07.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:47:06 smithi055 ceph-mon[185614]: pgmap v5618: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:07.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:47:06 smithi055 ceph-mon[183057]: pgmap v5618: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:09.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:47:09 smithi055 ceph-mon[185614]: pgmap v5619: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:09.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:47:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:47:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:47:09 smithi055 ceph-mon[183057]: pgmap v5619: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:47:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:47:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:47:09 smithi082 ceph-mon[180771]: pgmap v5619: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:47:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:47:11.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:47:11 smithi055 ceph-mon[185614]: pgmap v5620: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:11.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:47:11 smithi055 ceph-mon[183057]: pgmap v5620: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:11.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:47:11 smithi082 ceph-mon[180771]: pgmap v5620: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:13.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:47:13 smithi055 ceph-mon[185614]: pgmap v5621: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:13.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:47:13 smithi055 ceph-mon[183057]: pgmap v5621: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:13.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:47:13 smithi082 ceph-mon[180771]: pgmap v5621: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:14.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:47:14 smithi055 ceph-mon[185614]: pgmap v5622: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:14.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:47:14 smithi055 ceph-mon[183057]: pgmap v5622: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:14.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:47:14 smithi082 ceph-mon[180771]: pgmap v5622: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:15.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:47:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:47:15] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T02:47:16.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:47:16 smithi082 ceph-mon[180771]: pgmap v5623: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:17.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:47:16 smithi055 ceph-mon[185614]: pgmap v5623: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:17.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:47:16 smithi055 ceph-mon[183057]: pgmap v5623: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:19.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:47:19 smithi055 ceph-mon[185614]: pgmap v5624: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:19.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:47:19 smithi055 ceph-mon[183057]: pgmap v5624: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:19.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:47:19 smithi082 ceph-mon[180771]: pgmap v5624: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:21.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:47:21 smithi055 ceph-mon[185614]: pgmap v5625: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:21.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:47:21 smithi055 ceph-mon[183057]: pgmap v5625: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:21.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:47:21 smithi082 ceph-mon[180771]: pgmap v5625: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:23.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:47:23 smithi055 ceph-mon[185614]: pgmap v5626: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:23.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:47:23 smithi055 ceph-mon[183057]: pgmap v5626: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:23.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:47:23 smithi082 ceph-mon[180771]: pgmap v5626: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:24.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:47:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:47:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:47:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:47:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:47:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:47:25.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:47:25 smithi055 ceph-mon[185614]: pgmap v5627: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:47:25 smithi055 ceph-mon[183057]: pgmap v5627: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:47:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:47:25] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:47:25.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:47:25 smithi082 ceph-mon[180771]: pgmap v5627: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:26.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:47:26 smithi055 ceph-mon[183057]: pgmap v5628: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:26.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:47:26 smithi055 ceph-mon[185614]: pgmap v5628: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:26.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:47:26 smithi082 ceph-mon[180771]: pgmap v5628: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:29.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:47:29 smithi055 ceph-mon[185614]: pgmap v5629: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:47:29 smithi055 ceph-mon[183057]: pgmap v5629: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:29.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:47:29 smithi082 ceph-mon[180771]: pgmap v5629: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:30.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:47:30 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:47:30.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:47:30 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:47:30.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:47:30 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:47:30.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:47:30 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:47:30.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:47:30 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:47:30.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:47:30 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:47:30.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:47:30 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:47:30.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:47:30 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:47:30.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:47:30 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:47:30.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:47:30 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:47:30.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:47:30 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:47:30.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:47:30 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:47:31.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:47:31 smithi055 ceph-mon[183057]: pgmap v5630: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:31.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:47:31 smithi055 ceph-mon[185614]: pgmap v5630: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:31.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:47:31 smithi082 ceph-mon[180771]: pgmap v5630: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:32.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:47:32 smithi055 ceph-mon[185614]: pgmap v5631: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:32.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:47:32 smithi055 ceph-mon[183057]: pgmap v5631: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:32.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:47:32 smithi082 ceph-mon[180771]: pgmap v5631: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:35.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:47:35 smithi055 ceph-mon[185614]: pgmap v5632: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:47:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:47:35] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:47:35.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:47:35 smithi055 ceph-mon[183057]: pgmap v5632: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:35.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:47:35 smithi082 ceph-mon[180771]: pgmap v5632: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:37.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:47:37 smithi055 ceph-mon[185614]: pgmap v5633: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:37.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:47:37 smithi055 ceph-mon[183057]: pgmap v5633: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:37.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:47:37 smithi082 ceph-mon[180771]: pgmap v5633: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:39.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:47:39 smithi055 ceph-mon[185614]: pgmap v5634: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:39.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:47:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:47:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:47:39 smithi055 ceph-mon[183057]: pgmap v5634: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:47:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:47:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:47:39 smithi082 ceph-mon[180771]: pgmap v5634: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:47:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:47:40.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:47:40 smithi055 ceph-mon[185614]: pgmap v5635: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:40.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:47:40 smithi055 ceph-mon[183057]: pgmap v5635: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:40.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:47:40 smithi082 ceph-mon[180771]: pgmap v5635: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:42.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:47:42 smithi082 ceph-mon[180771]: pgmap v5636: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:43.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:47:42 smithi055 ceph-mon[185614]: pgmap v5636: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:43.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:47:42 smithi055 ceph-mon[183057]: pgmap v5636: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:45.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:47:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:47:45] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:47:45.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:47:45 smithi055 ceph-mon[185614]: pgmap v5637: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:45.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:47:45 smithi055 ceph-mon[183057]: pgmap v5637: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:45.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:47:45 smithi082 ceph-mon[180771]: pgmap v5637: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:47.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:47:47 smithi055 ceph-mon[185614]: pgmap v5638: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:47.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:47:47 smithi055 ceph-mon[183057]: pgmap v5638: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:47.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:47:47 smithi082 ceph-mon[180771]: pgmap v5638: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:49.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:47:49 smithi055 ceph-mon[183057]: pgmap v5639: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:49.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:47:49 smithi055 ceph-mon[185614]: pgmap v5639: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:49.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:47:49 smithi082 ceph-mon[180771]: pgmap v5639: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:51.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:47:51 smithi055 ceph-mon[185614]: pgmap v5640: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:51.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:47:51 smithi055 ceph-mon[183057]: pgmap v5640: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:51.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:47:51 smithi082 ceph-mon[180771]: pgmap v5640: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:53.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:47:53 smithi055 ceph-mon[185614]: pgmap v5641: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:53.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:47:53 smithi055 ceph-mon[183057]: pgmap v5641: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:53.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:47:53 smithi082 ceph-mon[180771]: pgmap v5641: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:47:54 smithi055 ceph-mon[185614]: pgmap v5642: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:54.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:47:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:47:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:47:54 smithi055 ceph-mon[183057]: pgmap v5642: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:47:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:47:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:47:54 smithi082 ceph-mon[180771]: pgmap v5642: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:47:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:47:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:47:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:47:55] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:47:56.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:47:56 smithi082 ceph-mon[180771]: pgmap v5643: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:57.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:47:56 smithi055 ceph-mon[185614]: pgmap v5643: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:57.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:47:56 smithi055 ceph-mon[183057]: pgmap v5643: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:59.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:47:59 smithi055 ceph-mon[185614]: pgmap v5644: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:59.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:47:59 smithi055 ceph-mon[183057]: pgmap v5644: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:47:59.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:47:59 smithi082 ceph-mon[180771]: pgmap v5644: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:01.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:48:01 smithi055 ceph-mon[185614]: pgmap v5645: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:01.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:48:01 smithi055 ceph-mon[183057]: pgmap v5645: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:01.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:48:01 smithi082 ceph-mon[180771]: pgmap v5645: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:03.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:48:03 smithi055 ceph-mon[185614]: pgmap v5646: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:03.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:48:03 smithi055 ceph-mon[183057]: pgmap v5646: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:03.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:48:03 smithi082 ceph-mon[180771]: pgmap v5646: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:04.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:48:04 smithi055 ceph-mon[185614]: pgmap v5647: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:04.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:48:04 smithi055 ceph-mon[183057]: pgmap v5647: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:04.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:48:04 smithi082 ceph-mon[180771]: pgmap v5647: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:05.518 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:48:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:48:05] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:48:06.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:48:06 smithi082 ceph-mon[180771]: pgmap v5648: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:07.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:48:06 smithi055 ceph-mon[185614]: pgmap v5648: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:07.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:48:06 smithi055 ceph-mon[183057]: pgmap v5648: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:09.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:48:09 smithi055 ceph-mon[185614]: pgmap v5649: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:09.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:48:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:48:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:48:09 smithi055 ceph-mon[183057]: pgmap v5649: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:48:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:48:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:48:09 smithi082 ceph-mon[180771]: pgmap v5649: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:48:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:48:11.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:48:11 smithi055 ceph-mon[185614]: pgmap v5650: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:11.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:48:11 smithi055 ceph-mon[183057]: pgmap v5650: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:11.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:48:11 smithi082 ceph-mon[180771]: pgmap v5650: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:12.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:48:12 smithi055 ceph-mon[185614]: pgmap v5651: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:12.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:48:12 smithi055 ceph-mon[183057]: pgmap v5651: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:12.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:48:12 smithi082 ceph-mon[180771]: pgmap v5651: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:15.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:48:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:48:15] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:48:15.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:48:15 smithi055 ceph-mon[185614]: pgmap v5652: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:15.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:48:15 smithi055 ceph-mon[183057]: pgmap v5652: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:15.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:48:15 smithi082 ceph-mon[180771]: pgmap v5652: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:17.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:48:17 smithi055 ceph-mon[185614]: pgmap v5653: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:17.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:48:17 smithi055 ceph-mon[183057]: pgmap v5653: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:17.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:48:17 smithi082 ceph-mon[180771]: pgmap v5653: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:19.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:48:19 smithi055 ceph-mon[185614]: pgmap v5654: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:19.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:48:19 smithi055 ceph-mon[183057]: pgmap v5654: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:19.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:48:19 smithi082 ceph-mon[180771]: pgmap v5654: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:21.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:48:21 smithi055 ceph-mon[185614]: pgmap v5655: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:21.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:48:21 smithi055 ceph-mon[183057]: pgmap v5655: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:21.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:48:21 smithi082 ceph-mon[180771]: pgmap v5655: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:22.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:48:22 smithi055 ceph-mon[185614]: pgmap v5656: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:22.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:48:22 smithi055 ceph-mon[183057]: pgmap v5656: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:22.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:48:22 smithi082 ceph-mon[180771]: pgmap v5656: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:24.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:48:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:48:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:48:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:48:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:48:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:48:25.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:48:25 smithi055 ceph-mon[185614]: pgmap v5657: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:48:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:48:25] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T02:48:25.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:48:25 smithi055 ceph-mon[183057]: pgmap v5657: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:25.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:48:25 smithi082 ceph-mon[180771]: pgmap v5657: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:26.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:48:26 smithi055 ceph-mon[185614]: pgmap v5658: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:26.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:48:26 smithi055 ceph-mon[183057]: pgmap v5658: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:26.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:48:26 smithi082 ceph-mon[180771]: pgmap v5658: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:29.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:48:29 smithi055 ceph-mon[185614]: pgmap v5659: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:48:29 smithi055 ceph-mon[183057]: pgmap v5659: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:29.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:48:29 smithi082 ceph-mon[180771]: pgmap v5659: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:31.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:48:31 smithi055 ceph-mon[185614]: pgmap v5660: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:31.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:48:31 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:48:31.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:48:31 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:48:31.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:48:31 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:48:31.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:48:31 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:48:31.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:48:31 smithi055 ceph-mon[183057]: pgmap v5660: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:31.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:48:31 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:48:31.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:48:31 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:48:31.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:48:31 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:48:31.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:48:31 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:48:31.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:48:31 smithi082 ceph-mon[180771]: pgmap v5660: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:31.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:48:31 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:48:31.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:48:31 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:48:31.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:48:31 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:48:31.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:48:31 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:48:32.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:48:32 smithi055 ceph-mon[185614]: pgmap v5661: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:32.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:48:32 smithi055 ceph-mon[183057]: pgmap v5661: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:32.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:48:32 smithi082 ceph-mon[180771]: pgmap v5661: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:35.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:48:35 smithi055 ceph-mon[185614]: pgmap v5662: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:48:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:48:35] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T02:48:35.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:48:35 smithi055 ceph-mon[183057]: pgmap v5662: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:35.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:48:35 smithi082 ceph-mon[180771]: pgmap v5662: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:37.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:48:37 smithi055 ceph-mon[183057]: pgmap v5663: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:37.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:48:37 smithi055 ceph-mon[185614]: pgmap v5663: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:37.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:48:37 smithi082 ceph-mon[180771]: pgmap v5663: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:39.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:48:39 smithi055 ceph-mon[185614]: pgmap v5664: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:39.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:48:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:48:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:48:39 smithi055 ceph-mon[183057]: pgmap v5664: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:48:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:48:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:48:39 smithi082 ceph-mon[180771]: pgmap v5664: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:48:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:48:40.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:48:40 smithi055 ceph-mon[185614]: pgmap v5665: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:40.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:48:40 smithi055 ceph-mon[183057]: pgmap v5665: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:40.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:48:40 smithi082 ceph-mon[180771]: pgmap v5665: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:43.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:48:42 smithi055 ceph-mon[185614]: pgmap v5666: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:43.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:48:42 smithi055 ceph-mon[183057]: pgmap v5666: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:43.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:48:42 smithi082 ceph-mon[180771]: pgmap v5666: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:45.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:48:45 smithi055 ceph-mon[185614]: pgmap v5667: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:45.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:48:45 smithi055 ceph-mon[183057]: pgmap v5667: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:48:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:48:45] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:48:45.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:48:45 smithi082 ceph-mon[180771]: pgmap v5667: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:47.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:48:47 smithi055 ceph-mon[185614]: pgmap v5668: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:47.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:48:47 smithi055 ceph-mon[183057]: pgmap v5668: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:47.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:48:47 smithi082 ceph-mon[180771]: pgmap v5668: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:49.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:48:49 smithi055 ceph-mon[185614]: pgmap v5669: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:49.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:48:49 smithi055 ceph-mon[183057]: pgmap v5669: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:49.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:48:49 smithi082 ceph-mon[180771]: pgmap v5669: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:51.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:48:51 smithi055 ceph-mon[185614]: pgmap v5670: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:51.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:48:51 smithi055 ceph-mon[183057]: pgmap v5670: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:51.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:48:51 smithi082 ceph-mon[180771]: pgmap v5670: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:53.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:48:53 smithi055 ceph-mon[185614]: pgmap v5671: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:53.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:48:53 smithi055 ceph-mon[183057]: pgmap v5671: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:53.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:48:53 smithi082 ceph-mon[180771]: pgmap v5671: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:48:54 smithi055 ceph-mon[185614]: pgmap v5672: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:54.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:48:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:48:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:48:54 smithi055 ceph-mon[183057]: pgmap v5672: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:48:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:48:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:48:54 smithi082 ceph-mon[180771]: pgmap v5672: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:48:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:48:55.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:48:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:48:55] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:48:57.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:48:56 smithi055 ceph-mon[185614]: pgmap v5673: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:57.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:48:56 smithi055 ceph-mon[183057]: pgmap v5673: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:57.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:48:56 smithi082 ceph-mon[180771]: pgmap v5673: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:59.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:48:59 smithi055 ceph-mon[185614]: pgmap v5674: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:59.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:48:59 smithi055 ceph-mon[183057]: pgmap v5674: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:48:59.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:48:59 smithi082 ceph-mon[180771]: pgmap v5674: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:01.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:49:01 smithi055 ceph-mon[185614]: pgmap v5675: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:01.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:49:01 smithi055 ceph-mon[183057]: pgmap v5675: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:01.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:49:01 smithi082 ceph-mon[180771]: pgmap v5675: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:02.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:49:02 smithi055 ceph-mon[185614]: pgmap v5676: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:02.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:49:02 smithi055 ceph-mon[183057]: pgmap v5676: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:02.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:49:02 smithi082 ceph-mon[180771]: pgmap v5676: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:05.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:49:05 smithi055 ceph-mon[185614]: pgmap v5677: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:49:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:49:05] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:49:05.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:49:05 smithi055 ceph-mon[183057]: pgmap v5677: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:05.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:49:05 smithi082 ceph-mon[180771]: pgmap v5677: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:07.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:49:07 smithi055 ceph-mon[185614]: pgmap v5678: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:07.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:49:07 smithi055 ceph-mon[183057]: pgmap v5678: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:07.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:49:07 smithi082 ceph-mon[180771]: pgmap v5678: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:09.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:49:09 smithi055 ceph-mon[185614]: pgmap v5679: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:09.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:49:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:49:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:49:09 smithi055 ceph-mon[183057]: pgmap v5679: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:49:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:49:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:49:09 smithi082 ceph-mon[180771]: pgmap v5679: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:49:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:49:10.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:49:10 smithi055 ceph-mon[185614]: pgmap v5680: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:10.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:49:10 smithi055 ceph-mon[183057]: pgmap v5680: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:10.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:49:10 smithi082 ceph-mon[180771]: pgmap v5680: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:13.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:49:12 smithi055 ceph-mon[185614]: pgmap v5681: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:13.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:49:12 smithi055 ceph-mon[183057]: pgmap v5681: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:13.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:49:12 smithi082 ceph-mon[180771]: pgmap v5681: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:14.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:49:14 smithi055 ceph-mon[185614]: pgmap v5682: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:14.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:49:14 smithi055 ceph-mon[183057]: pgmap v5682: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:14.630 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:49:14 smithi082 ceph-mon[180771]: pgmap v5682: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:15.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:49:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:49:15] "GET /metrics HTTP/1.1" 200 36224 "" "Prometheus/2.43.0" 2023-10-14T02:49:17.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:49:16 smithi055 ceph-mon[183057]: pgmap v5683: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:17.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:49:16 smithi055 ceph-mon[185614]: pgmap v5683: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:17.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:49:16 smithi082 ceph-mon[180771]: pgmap v5683: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:19.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:49:19 smithi055 ceph-mon[185614]: pgmap v5684: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:19.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:49:19 smithi055 ceph-mon[183057]: pgmap v5684: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:19.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:49:19 smithi082 ceph-mon[180771]: pgmap v5684: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:21.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:49:21 smithi055 ceph-mon[185614]: pgmap v5685: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:21.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:49:21 smithi055 ceph-mon[183057]: pgmap v5685: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:21.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:49:21 smithi082 ceph-mon[180771]: pgmap v5685: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:23.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:49:23 smithi055 ceph-mon[185614]: pgmap v5686: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:23.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:49:23 smithi055 ceph-mon[183057]: pgmap v5686: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:23.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:49:23 smithi082 ceph-mon[180771]: pgmap v5686: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:24.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:49:24 smithi055 ceph-mon[185614]: pgmap v5687: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:24.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:49:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:49:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:49:24 smithi055 ceph-mon[183057]: pgmap v5687: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:24.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:49:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:49:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:49:24 smithi082 ceph-mon[180771]: pgmap v5687: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:49:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:49:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:49:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:49:25] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:49:27.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:49:26 smithi055 ceph-mon[185614]: pgmap v5688: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:27.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:49:26 smithi055 ceph-mon[183057]: pgmap v5688: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:27.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:49:26 smithi082 ceph-mon[180771]: pgmap v5688: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:27.875 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 02:49:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[225424]: logger=cleanup t=2023-10-14T02:49:27.475178728Z level=info msg="Completed cleanup jobs" duration=11.961297ms 2023-10-14T02:49:29.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:49:29 smithi055 ceph-mon[185614]: pgmap v5689: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:49:29 smithi055 ceph-mon[183057]: pgmap v5689: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:29.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:49:29 smithi082 ceph-mon[180771]: pgmap v5689: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:31.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:49:31 smithi055 ceph-mon[185614]: pgmap v5690: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:31.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:49:31 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:49:31.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:49:31 smithi055 ceph-mon[183057]: pgmap v5690: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:31.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:49:31 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:49:31.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:49:31 smithi082 ceph-mon[180771]: pgmap v5690: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:31.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:49:31 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:49:32.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:49:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:49:32.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:49:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:49:32.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:49:32 smithi055 ceph-mon[185614]: pgmap v5691: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:32.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:49:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:49:32.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:49:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:49:32.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:49:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:49:32.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:49:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:49:32.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:49:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:49:32.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:49:32 smithi055 ceph-mon[183057]: pgmap v5691: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:32.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:49:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:49:32.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:49:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:49:32.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:49:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:49:32.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:49:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:49:32.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:49:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:49:32.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:49:32 smithi082 ceph-mon[180771]: pgmap v5691: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:32.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:49:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:49:32.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:49:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:49:32.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:49:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:49:35.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:49:35 smithi055 ceph-mon[185614]: pgmap v5692: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:49:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:49:35] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:49:35.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:49:35 smithi055 ceph-mon[183057]: pgmap v5692: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:35.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:49:35 smithi082 ceph-mon[180771]: pgmap v5692: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:37.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:49:37 smithi055 ceph-mon[185614]: pgmap v5693: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:37.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:49:37 smithi055 ceph-mon[183057]: pgmap v5693: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:37.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:49:37 smithi082 ceph-mon[180771]: pgmap v5693: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:39.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:49:39 smithi055 ceph-mon[185614]: pgmap v5694: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:39.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:49:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:49:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:49:39 smithi055 ceph-mon[183057]: pgmap v5694: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:49:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:49:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:49:39 smithi082 ceph-mon[180771]: pgmap v5694: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:49:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:49:40.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:49:40 smithi055 ceph-mon[185614]: pgmap v5695: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:40.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:49:40 smithi055 ceph-mon[183057]: pgmap v5695: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:40.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:49:40 smithi082 ceph-mon[180771]: pgmap v5695: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:43.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:49:42 smithi055 ceph-mon[185614]: pgmap v5696: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:43.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:49:42 smithi055 ceph-mon[183057]: pgmap v5696: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:43.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:49:42 smithi082 ceph-mon[180771]: pgmap v5696: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:44.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:49:44 smithi055 ceph-mon[185614]: pgmap v5697: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:44.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:49:44 smithi055 ceph-mon[183057]: pgmap v5697: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:44.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:49:44 smithi082 ceph-mon[180771]: pgmap v5697: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:49:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:49:45] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T02:49:47.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:49:46 smithi055 ceph-mon[183057]: pgmap v5698: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:47.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:49:46 smithi055 ceph-mon[185614]: pgmap v5698: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:47.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:49:46 smithi082 ceph-mon[180771]: pgmap v5698: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:49.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:49:49 smithi055 ceph-mon[185614]: pgmap v5699: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:49.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:49:49 smithi055 ceph-mon[183057]: pgmap v5699: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:49.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:49:49 smithi082 ceph-mon[180771]: pgmap v5699: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:50.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:49:50 smithi055 ceph-mon[185614]: pgmap v5700: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:50.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:49:50 smithi055 ceph-mon[183057]: pgmap v5700: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:50.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:49:50 smithi082 ceph-mon[180771]: pgmap v5700: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:53.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:49:52 smithi055 ceph-mon[185614]: pgmap v5701: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:53.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:49:52 smithi055 ceph-mon[183057]: pgmap v5701: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:53.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:49:52 smithi082 ceph-mon[180771]: pgmap v5701: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:49:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:49:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:49:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:49:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:49:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:49:55.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:49:55 smithi055 ceph-mon[185614]: pgmap v5702: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:49:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:49:55] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:49:55.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:49:55 smithi055 ceph-mon[183057]: pgmap v5702: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:55.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:49:55 smithi082 ceph-mon[180771]: pgmap v5702: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:56.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:49:56 smithi055 ceph-mon[185614]: pgmap v5703: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:56.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:49:56 smithi055 ceph-mon[183057]: pgmap v5703: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:56.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:49:56 smithi082 ceph-mon[180771]: pgmap v5703: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:59.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:49:59 smithi055 ceph-mon[185614]: pgmap v5704: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:59.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:49:59 smithi055 ceph-mon[183057]: pgmap v5704: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:49:59.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:49:59 smithi082 ceph-mon[180771]: pgmap v5704: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:00.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:50:00 smithi055 ceph-mon[185614]: pgmap v5705: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:00.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:50:00 smithi055 ceph-mon[185614]: overall HEALTH_OK 2023-10-14T02:50:00.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:50:00 smithi055 ceph-mon[183057]: pgmap v5705: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:00.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:50:00 smithi055 ceph-mon[183057]: overall HEALTH_OK 2023-10-14T02:50:00.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:50:00 smithi082 ceph-mon[180771]: pgmap v5705: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:00.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:50:00 smithi082 ceph-mon[180771]: overall HEALTH_OK 2023-10-14T02:50:03.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:50:02 smithi055 ceph-mon[185614]: pgmap v5706: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:03.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:50:02 smithi055 ceph-mon[183057]: pgmap v5706: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:03.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:50:02 smithi082 ceph-mon[180771]: pgmap v5706: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:05.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:50:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:50:05] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:50:05.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:50:05 smithi055 ceph-mon[185614]: pgmap v5707: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:05.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:50:05 smithi055 ceph-mon[183057]: pgmap v5707: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:05.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:50:05 smithi082 ceph-mon[180771]: pgmap v5707: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:07.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:50:07 smithi055 ceph-mon[185614]: pgmap v5708: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:07.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:50:07 smithi055 ceph-mon[183057]: pgmap v5708: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:07.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:50:07 smithi082 ceph-mon[180771]: pgmap v5708: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:09.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:50:09 smithi055 ceph-mon[185614]: pgmap v5709: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:09.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:50:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:50:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:50:09 smithi055 ceph-mon[183057]: pgmap v5709: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:09.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:50:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:50:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:50:09 smithi082 ceph-mon[180771]: pgmap v5709: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:09.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:50:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:50:10.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:50:10 smithi055 ceph-mon[185614]: pgmap v5710: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:10.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:50:10 smithi055 ceph-mon[183057]: pgmap v5710: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:10.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:50:10 smithi082 ceph-mon[180771]: pgmap v5710: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:13.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:50:12 smithi055 ceph-mon[185614]: pgmap v5711: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:13.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:50:12 smithi055 ceph-mon[183057]: pgmap v5711: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:13.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:50:12 smithi082 ceph-mon[180771]: pgmap v5711: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:15.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:50:15 smithi055 ceph-mon[185614]: pgmap v5712: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:50:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:50:15] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T02:50:15.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:50:15 smithi055 ceph-mon[183057]: pgmap v5712: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:15.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:50:15 smithi082 ceph-mon[180771]: pgmap v5712: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:17.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:50:17 smithi055 ceph-mon[185614]: pgmap v5713: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:17.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:50:17 smithi055 ceph-mon[183057]: pgmap v5713: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:17.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:50:17 smithi082 ceph-mon[180771]: pgmap v5713: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:19.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:50:19 smithi055 ceph-mon[185614]: pgmap v5714: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:19.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:50:19 smithi055 ceph-mon[183057]: pgmap v5714: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:19.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:50:19 smithi082 ceph-mon[180771]: pgmap v5714: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:20.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:50:20 smithi055 ceph-mon[185614]: pgmap v5715: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:20.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:50:20 smithi055 ceph-mon[183057]: pgmap v5715: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:20.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:50:20 smithi082 ceph-mon[180771]: pgmap v5715: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:23.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:50:22 smithi055 ceph-mon[185614]: pgmap v5716: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:23.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:50:22 smithi055 ceph-mon[183057]: pgmap v5716: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:23.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:50:22 smithi082 ceph-mon[180771]: pgmap v5716: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:24.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:50:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:50:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:50:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:50:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:50:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:50:25.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:50:25 smithi055 ceph-mon[185614]: pgmap v5717: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:50:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:50:25] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T02:50:25.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:50:25 smithi055 ceph-mon[183057]: pgmap v5717: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:25.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:50:25 smithi082 ceph-mon[180771]: pgmap v5717: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:26.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:50:26 smithi082 ceph-mon[180771]: pgmap v5718: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:26.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:50:26 smithi055 ceph-mon[185614]: pgmap v5718: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:26.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:50:26 smithi055 ceph-mon[183057]: pgmap v5718: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:29.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:50:29 smithi055 ceph-mon[185614]: pgmap v5719: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:50:29 smithi055 ceph-mon[183057]: pgmap v5719: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:29.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:50:29 smithi082 ceph-mon[180771]: pgmap v5719: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:31.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:50:31 smithi055 ceph-mon[185614]: pgmap v5720: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:31.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:50:31 smithi055 ceph-mon[183057]: pgmap v5720: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:31.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:50:31 smithi082 ceph-mon[180771]: pgmap v5720: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:32.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:50:32 smithi055 ceph-mon[185614]: pgmap v5721: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:32.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:50:32 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:50:32.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:50:32 smithi055 ceph-mon[183057]: pgmap v5721: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:32.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:50:32 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:50:32.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:50:32 smithi082 ceph-mon[180771]: pgmap v5721: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:32.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:50:32 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:50:33.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:50:33 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:50:33.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:50:33 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:50:33.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:50:33 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:50:33.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:50:33 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:50:33.876 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:50:33 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:50:34.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:50:33 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:50:34.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:50:33 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:50:34.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:50:33 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:50:34.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:50:33 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:50:34.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:50:33 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:50:34.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:50:33 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:50:34.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:50:33 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:50:34.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:50:33 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:50:34.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:50:33 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:50:34.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:50:33 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:50:34.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:50:34 smithi082 ceph-mon[180771]: pgmap v5722: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:35.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:50:34 smithi055 ceph-mon[185614]: pgmap v5722: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:35.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:50:34 smithi055 ceph-mon[183057]: pgmap v5722: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:50:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:50:35] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T02:50:37.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:50:36 smithi055 ceph-mon[185614]: pgmap v5723: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:37.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:50:36 smithi055 ceph-mon[183057]: pgmap v5723: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:37.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:50:36 smithi082 ceph-mon[180771]: pgmap v5723: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:39.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:50:39 smithi055 ceph-mon[185614]: pgmap v5724: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:39.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:50:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:50:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:50:39 smithi055 ceph-mon[183057]: pgmap v5724: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:50:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:50:39.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:50:39 smithi082 ceph-mon[180771]: pgmap v5724: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:39.762 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:50:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:50:40.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:50:40 smithi055 ceph-mon[185614]: pgmap v5725: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:40.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:50:40 smithi055 ceph-mon[183057]: pgmap v5725: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:40.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:50:40 smithi082 ceph-mon[180771]: pgmap v5725: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:43.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:50:42 smithi055 ceph-mon[185614]: pgmap v5726: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:43.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:50:42 smithi055 ceph-mon[183057]: pgmap v5726: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:43.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:50:42 smithi082 ceph-mon[180771]: pgmap v5726: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:45.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:50:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:50:45] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T02:50:45.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:50:45 smithi055 ceph-mon[185614]: pgmap v5727: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:45.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:50:45 smithi055 ceph-mon[183057]: pgmap v5727: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:45.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:50:45 smithi082 ceph-mon[180771]: pgmap v5727: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:46.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:50:46 smithi055 ceph-mon[185614]: pgmap v5728: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:46.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:50:46 smithi055 ceph-mon[183057]: pgmap v5728: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:46.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:50:46 smithi082 ceph-mon[180771]: pgmap v5728: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:49.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:50:49 smithi055 ceph-mon[185614]: pgmap v5729: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:49.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:50:49 smithi055 ceph-mon[183057]: pgmap v5729: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:49.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:50:49 smithi082 ceph-mon[180771]: pgmap v5729: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:50.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:50:50 smithi055 ceph-mon[185614]: pgmap v5730: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:50.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:50:50 smithi055 ceph-mon[183057]: pgmap v5730: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:50.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:50:50 smithi082 ceph-mon[180771]: pgmap v5730: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:53.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:50:52 smithi055 ceph-mon[185614]: pgmap v5731: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:53.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:50:52 smithi055 ceph-mon[183057]: pgmap v5731: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:53.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:50:52 smithi082 ceph-mon[180771]: pgmap v5731: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:50:54 smithi055 ceph-mon[185614]: pgmap v5732: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:54.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:50:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:50:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:50:54 smithi055 ceph-mon[183057]: pgmap v5732: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:50:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:50:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:50:54 smithi082 ceph-mon[180771]: pgmap v5732: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:50:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:50:55.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:50:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:50:55] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T02:50:57.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:50:56 smithi055 ceph-mon[185614]: pgmap v5733: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:57.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:50:56 smithi055 ceph-mon[183057]: pgmap v5733: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:57.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:50:56 smithi082 ceph-mon[180771]: pgmap v5733: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:59.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:50:58 smithi055 ceph-mon[185614]: pgmap v5734: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:59.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:50:58 smithi055 ceph-mon[183057]: pgmap v5734: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:50:59.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:50:58 smithi082 ceph-mon[180771]: pgmap v5734: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:01.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:51:00 smithi055 ceph-mon[185614]: pgmap v5735: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:01.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:51:00 smithi055 ceph-mon[183057]: pgmap v5735: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:01.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:51:00 smithi082 ceph-mon[180771]: pgmap v5735: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:03.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:51:02 smithi055 ceph-mon[185614]: pgmap v5736: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:03.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:51:02 smithi055 ceph-mon[183057]: pgmap v5736: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:03.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:51:02 smithi082 ceph-mon[180771]: pgmap v5736: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:04.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:51:04 smithi055 ceph-mon[185614]: pgmap v5737: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:04.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:51:04 smithi055 ceph-mon[183057]: pgmap v5737: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:04.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:51:04 smithi082 ceph-mon[180771]: pgmap v5737: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:51:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:51:05] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T02:51:07.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:51:06 smithi055 ceph-mon[185614]: pgmap v5738: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:07.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:51:06 smithi055 ceph-mon[183057]: pgmap v5738: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:07.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:51:06 smithi082 ceph-mon[180771]: pgmap v5738: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:09.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:51:08 smithi055 ceph-mon[185614]: pgmap v5739: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:09.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:51:08 smithi055 ceph-mon[183057]: pgmap v5739: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:09.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:51:08 smithi082 ceph-mon[180771]: pgmap v5739: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:10.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:51:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:51:10.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:51:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:51:10.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:51:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:51:11.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:51:10 smithi055 ceph-mon[185614]: pgmap v5740: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:11.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:51:10 smithi055 ceph-mon[183057]: pgmap v5740: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:11.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:51:10 smithi082 ceph-mon[180771]: pgmap v5740: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:13.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:51:12 smithi055 ceph-mon[185614]: pgmap v5741: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:13.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:51:12 smithi055 ceph-mon[183057]: pgmap v5741: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:13.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:51:12 smithi082 ceph-mon[180771]: pgmap v5741: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:14.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:51:14 smithi055 ceph-mon[185614]: pgmap v5742: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:14.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:51:14 smithi055 ceph-mon[183057]: pgmap v5742: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:14.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:51:14 smithi082 ceph-mon[180771]: pgmap v5742: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:15.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:51:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:51:15] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T02:51:17.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:51:16 smithi055 ceph-mon[185614]: pgmap v5743: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:17.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:51:16 smithi055 ceph-mon[183057]: pgmap v5743: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:17.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:51:16 smithi082 ceph-mon[180771]: pgmap v5743: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:19.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:51:18 smithi055 ceph-mon[185614]: pgmap v5744: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:19.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:51:18 smithi055 ceph-mon[183057]: pgmap v5744: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:19.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:51:18 smithi082 ceph-mon[180771]: pgmap v5744: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:21.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:51:20 smithi055 ceph-mon[185614]: pgmap v5745: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:21.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:51:20 smithi055 ceph-mon[183057]: pgmap v5745: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:21.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:51:20 smithi082 ceph-mon[180771]: pgmap v5745: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:23.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:51:22 smithi055 ceph-mon[185614]: pgmap v5746: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:23.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:51:22 smithi055 ceph-mon[183057]: pgmap v5746: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:23.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:51:22 smithi082 ceph-mon[180771]: pgmap v5746: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:24.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:51:24 smithi055 ceph-mon[185614]: pgmap v5747: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:24.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:51:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:51:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:51:24 smithi055 ceph-mon[183057]: pgmap v5747: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:51:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:51:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:51:24 smithi082 ceph-mon[180771]: pgmap v5747: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:51:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:51:25.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:51:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:51:25] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T02:51:27.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:51:26 smithi055 ceph-mon[185614]: pgmap v5748: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:27.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:51:26 smithi055 ceph-mon[183057]: pgmap v5748: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:27.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:51:26 smithi082 ceph-mon[180771]: pgmap v5748: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:29.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:51:28 smithi055 ceph-mon[185614]: pgmap v5749: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:29.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:51:28 smithi055 ceph-mon[183057]: pgmap v5749: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:29.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:51:28 smithi082 ceph-mon[180771]: pgmap v5749: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:31.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:51:30 smithi055 ceph-mon[185614]: pgmap v5750: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:31.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:51:30 smithi055 ceph-mon[183057]: pgmap v5750: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:31.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:51:30 smithi082 ceph-mon[180771]: pgmap v5750: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:33.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:51:32 smithi055 ceph-mon[185614]: pgmap v5751: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:33.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:51:32 smithi055 ceph-mon[183057]: pgmap v5751: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:33.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:51:32 smithi082 ceph-mon[180771]: pgmap v5751: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:34.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:51:33 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:51:34.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:51:33 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:51:34.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:51:33 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:51:34.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:51:33 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:51:34.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:51:33 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:51:34.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:51:33 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:51:34.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:51:33 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:51:34.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:51:33 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:51:34.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:51:33 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:51:34.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:51:33 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:51:34.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:51:33 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:51:34.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:51:33 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:51:35.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:51:34 smithi055 ceph-mon[185614]: pgmap v5752: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:35.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:51:34 smithi055 ceph-mon[183057]: pgmap v5752: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:35.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:51:34 smithi082 ceph-mon[180771]: pgmap v5752: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:35.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:51:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:51:35] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T02:51:37.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:51:36 smithi055 ceph-mon[185614]: pgmap v5753: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:37.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:51:36 smithi055 ceph-mon[183057]: pgmap v5753: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:37.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:51:36 smithi082 ceph-mon[180771]: pgmap v5753: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:39.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:51:38 smithi055 ceph-mon[185614]: pgmap v5754: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:39.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:51:38 smithi055 ceph-mon[183057]: pgmap v5754: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:39.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:51:38 smithi082 ceph-mon[180771]: pgmap v5754: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:40.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:51:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:51:40.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:51:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:51:40.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:51:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:51:41.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:51:40 smithi055 ceph-mon[185614]: pgmap v5755: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:41.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:51:40 smithi055 ceph-mon[183057]: pgmap v5755: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:41.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:51:40 smithi082 ceph-mon[180771]: pgmap v5755: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:43.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:51:42 smithi055 ceph-mon[185614]: pgmap v5756: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:43.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:51:42 smithi055 ceph-mon[183057]: pgmap v5756: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:43.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:51:42 smithi082 ceph-mon[180771]: pgmap v5756: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:44.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:51:44 smithi055 ceph-mon[185614]: pgmap v5757: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:44.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:51:44 smithi055 ceph-mon[183057]: pgmap v5757: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:44.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:51:44 smithi082 ceph-mon[180771]: pgmap v5757: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:45.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:51:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:51:45] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:51:47.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:51:46 smithi055 ceph-mon[183057]: pgmap v5758: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:47.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:51:46 smithi055 ceph-mon[185614]: pgmap v5758: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:47.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:51:46 smithi082 ceph-mon[180771]: pgmap v5758: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:49.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:51:48 smithi055 ceph-mon[183057]: pgmap v5759: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:49.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:51:48 smithi055 ceph-mon[185614]: pgmap v5759: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:49.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:51:48 smithi082 ceph-mon[180771]: pgmap v5759: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:51.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:51:50 smithi055 ceph-mon[185614]: pgmap v5760: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:51.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:51:50 smithi055 ceph-mon[183057]: pgmap v5760: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:51.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:51:50 smithi082 ceph-mon[180771]: pgmap v5760: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:53.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:51:52 smithi055 ceph-mon[185614]: pgmap v5761: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:53.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:51:52 smithi055 ceph-mon[183057]: pgmap v5761: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:53.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:51:52 smithi082 ceph-mon[180771]: pgmap v5761: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:51:54 smithi055 ceph-mon[183057]: pgmap v5762: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:51:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:51:54.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:51:54 smithi055 ceph-mon[185614]: pgmap v5762: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:54.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:51:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:51:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:51:54 smithi082 ceph-mon[180771]: pgmap v5762: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:51:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:51:55.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:51:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:51:55] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:51:57.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:51:56 smithi055 ceph-mon[185614]: pgmap v5763: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:57.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:51:56 smithi055 ceph-mon[183057]: pgmap v5763: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:57.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:51:56 smithi082 ceph-mon[180771]: pgmap v5763: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:59.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:51:58 smithi055 ceph-mon[185614]: pgmap v5764: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:59.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:51:58 smithi055 ceph-mon[183057]: pgmap v5764: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:51:59.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:51:58 smithi082 ceph-mon[180771]: pgmap v5764: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:01.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:52:00 smithi055 ceph-mon[185614]: pgmap v5765: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:01.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:52:00 smithi055 ceph-mon[183057]: pgmap v5765: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:01.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:52:00 smithi082 ceph-mon[180771]: pgmap v5765: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:03.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:52:02 smithi055 ceph-mon[185614]: pgmap v5766: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:03.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:52:02 smithi055 ceph-mon[183057]: pgmap v5766: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:03.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:52:02 smithi082 ceph-mon[180771]: pgmap v5766: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:04.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:52:04 smithi055 ceph-mon[185614]: pgmap v5767: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:04.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:52:04 smithi055 ceph-mon[183057]: pgmap v5767: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:04.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:52:04 smithi082 ceph-mon[180771]: pgmap v5767: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:05.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:52:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:52:05] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:52:07.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:52:06 smithi055 ceph-mon[185614]: pgmap v5768: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:07.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:52:06 smithi055 ceph-mon[183057]: pgmap v5768: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:07.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:52:06 smithi082 ceph-mon[180771]: pgmap v5768: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:09.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:52:08 smithi055 ceph-mon[185614]: pgmap v5769: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:09.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:52:08 smithi055 ceph-mon[183057]: pgmap v5769: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:09.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:52:08 smithi082 ceph-mon[180771]: pgmap v5769: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:10.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:52:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:52:10.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:52:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:52:10.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:52:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:52:11.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:52:10 smithi055 ceph-mon[185614]: pgmap v5770: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:11.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:52:10 smithi055 ceph-mon[183057]: pgmap v5770: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:11.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:52:10 smithi082 ceph-mon[180771]: pgmap v5770: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:13.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:52:12 smithi055 ceph-mon[185614]: pgmap v5771: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:13.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:52:12 smithi055 ceph-mon[183057]: pgmap v5771: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:13.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:52:12 smithi082 ceph-mon[180771]: pgmap v5771: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:14.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:52:14 smithi055 ceph-mon[185614]: pgmap v5772: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:14.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:52:14 smithi055 ceph-mon[183057]: pgmap v5772: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:14.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:52:14 smithi082 ceph-mon[180771]: pgmap v5772: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:15.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:52:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:52:15] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T02:52:17.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:52:16 smithi055 ceph-mon[185614]: pgmap v5773: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:17.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:52:16 smithi055 ceph-mon[183057]: pgmap v5773: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:17.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:52:16 smithi082 ceph-mon[180771]: pgmap v5773: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:19.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:52:18 smithi055 ceph-mon[185614]: pgmap v5774: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:19.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:52:18 smithi055 ceph-mon[183057]: pgmap v5774: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:19.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:52:18 smithi082 ceph-mon[180771]: pgmap v5774: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:21.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:52:20 smithi055 ceph-mon[185614]: pgmap v5775: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:21.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:52:20 smithi055 ceph-mon[183057]: pgmap v5775: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:21.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:52:20 smithi082 ceph-mon[180771]: pgmap v5775: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:23.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:52:22 smithi055 ceph-mon[185614]: pgmap v5776: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:23.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:52:22 smithi055 ceph-mon[183057]: pgmap v5776: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:23.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:52:22 smithi082 ceph-mon[180771]: pgmap v5776: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:24.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:52:24 smithi055 ceph-mon[185614]: pgmap v5777: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:24.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:52:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:52:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:52:24 smithi055 ceph-mon[183057]: pgmap v5777: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:52:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:52:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:52:24 smithi082 ceph-mon[180771]: pgmap v5777: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:24.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:52:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:52:25.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:52:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:52:25] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:52:27.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:52:26 smithi055 ceph-mon[185614]: pgmap v5778: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:27.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:52:26 smithi055 ceph-mon[183057]: pgmap v5778: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:27.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:52:26 smithi082 ceph-mon[180771]: pgmap v5778: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:29.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:52:28 smithi055 ceph-mon[185614]: pgmap v5779: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:29.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:52:28 smithi055 ceph-mon[183057]: pgmap v5779: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:29.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:52:28 smithi082 ceph-mon[180771]: pgmap v5779: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:31.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:52:30 smithi055 ceph-mon[185614]: pgmap v5780: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:31.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:52:30 smithi055 ceph-mon[183057]: pgmap v5780: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:31.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:52:30 smithi082 ceph-mon[180771]: pgmap v5780: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:33.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:52:32 smithi055 ceph-mon[185614]: pgmap v5781: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:33.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:52:32 smithi055 ceph-mon[183057]: pgmap v5781: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:33.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:52:32 smithi082 ceph-mon[180771]: pgmap v5781: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:34.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:52:34 smithi055 ceph-mon[185614]: pgmap v5782: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:34.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:52:34 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:52:34.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:52:34 smithi055 ceph-mon[183057]: pgmap v5782: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:34.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:52:34 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:52:34.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:52:34 smithi082 ceph-mon[180771]: pgmap v5782: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:34.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:52:34 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:52:35.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:52:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:52:35] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:52:37.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:52:36 smithi055 ceph-mon[185614]: pgmap v5783: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:37.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:52:36 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:52:37.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:52:36 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:52:37.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:52:36 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:52:37.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:52:36 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:52:37.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:52:36 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:52:37.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:52:36 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:52:37.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:52:36 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:52:37.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:52:36 smithi055 ceph-mon[183057]: pgmap v5783: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:37.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:52:36 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:52:37.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:52:36 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:52:37.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:52:36 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:52:37.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:52:36 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:52:37.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:52:36 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:52:37.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:52:36 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:52:37.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:52:36 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:52:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:52:36 smithi082 ceph-mon[180771]: pgmap v5783: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:52:36 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:52:37.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:52:36 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:52:37.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:52:36 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:52:37.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:52:36 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:52:37.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:52:36 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:52:37.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:52:36 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:52:37.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:52:36 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:52:39.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:52:38 smithi055 ceph-mon[185614]: pgmap v5784: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:39.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:52:38 smithi055 ceph-mon[183057]: pgmap v5784: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:52:38 smithi082 ceph-mon[180771]: pgmap v5784: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:40.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:52:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:52:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:52:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:52:40.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:52:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:52:41.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:52:40 smithi055 ceph-mon[185614]: pgmap v5785: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:41.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:52:40 smithi055 ceph-mon[183057]: pgmap v5785: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:41.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:52:40 smithi082 ceph-mon[180771]: pgmap v5785: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:43.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:52:42 smithi055 ceph-mon[185614]: pgmap v5786: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:43.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:52:42 smithi055 ceph-mon[183057]: pgmap v5786: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:43.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:52:42 smithi082 ceph-mon[180771]: pgmap v5786: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:44.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:52:44 smithi055 ceph-mon[183057]: pgmap v5787: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:44.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:52:44 smithi055 ceph-mon[185614]: pgmap v5787: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:44.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:52:44 smithi082 ceph-mon[180771]: pgmap v5787: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:52:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:52:45] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T02:52:47.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:52:46 smithi055 ceph-mon[185614]: pgmap v5788: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:47.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:52:46 smithi055 ceph-mon[183057]: pgmap v5788: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:47.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:52:46 smithi082 ceph-mon[180771]: pgmap v5788: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:49.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:52:48 smithi055 ceph-mon[185614]: pgmap v5789: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:49.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:52:48 smithi055 ceph-mon[183057]: pgmap v5789: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:49.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:52:48 smithi082 ceph-mon[180771]: pgmap v5789: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:51.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:52:50 smithi055 ceph-mon[185614]: pgmap v5790: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:51.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:52:50 smithi055 ceph-mon[183057]: pgmap v5790: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:51.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:52:50 smithi082 ceph-mon[180771]: pgmap v5790: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:53.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:52:52 smithi055 ceph-mon[185614]: pgmap v5791: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:53.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:52:52 smithi055 ceph-mon[183057]: pgmap v5791: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:53.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:52:52 smithi082 ceph-mon[180771]: pgmap v5791: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:52:54 smithi055 ceph-mon[185614]: pgmap v5792: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:54.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:52:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:52:54.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:52:54 smithi055 ceph-mon[183057]: pgmap v5792: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:54.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:52:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:52:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:52:54 smithi082 ceph-mon[180771]: pgmap v5792: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:52:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:52:55.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:52:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:52:55] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T02:52:57.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:52:56 smithi055 ceph-mon[185614]: pgmap v5793: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:57.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:52:56 smithi055 ceph-mon[183057]: pgmap v5793: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:57.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:52:56 smithi082 ceph-mon[180771]: pgmap v5793: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:59.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:52:58 smithi055 ceph-mon[185614]: pgmap v5794: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:59.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:52:58 smithi055 ceph-mon[183057]: pgmap v5794: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:52:59.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:52:58 smithi082 ceph-mon[180771]: pgmap v5794: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:01.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:53:00 smithi055 ceph-mon[185614]: pgmap v5795: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:01.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:53:00 smithi055 ceph-mon[183057]: pgmap v5795: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:01.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:53:00 smithi082 ceph-mon[180771]: pgmap v5795: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:03.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:53:02 smithi055 ceph-mon[185614]: pgmap v5796: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:03.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:53:02 smithi055 ceph-mon[183057]: pgmap v5796: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:03.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:53:02 smithi082 ceph-mon[180771]: pgmap v5796: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:04.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:53:04 smithi055 ceph-mon[185614]: pgmap v5797: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:04.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:53:04 smithi055 ceph-mon[183057]: pgmap v5797: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:04.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:53:04 smithi082 ceph-mon[180771]: pgmap v5797: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:53:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:53:05] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T02:53:07.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:53:06 smithi055 ceph-mon[185614]: pgmap v5798: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:07.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:53:06 smithi055 ceph-mon[183057]: pgmap v5798: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:07.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:53:06 smithi082 ceph-mon[180771]: pgmap v5798: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:09.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:53:08 smithi055 ceph-mon[185614]: pgmap v5799: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:09.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:53:08 smithi055 ceph-mon[183057]: pgmap v5799: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:09.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:53:08 smithi082 ceph-mon[180771]: pgmap v5799: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:10.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:53:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:53:10.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:53:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:53:10.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:53:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:53:11.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:53:10 smithi055 ceph-mon[185614]: pgmap v5800: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:11.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:53:10 smithi055 ceph-mon[183057]: pgmap v5800: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:11.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:53:10 smithi082 ceph-mon[180771]: pgmap v5800: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:13.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:53:12 smithi055 ceph-mon[185614]: pgmap v5801: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:13.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:53:12 smithi055 ceph-mon[183057]: pgmap v5801: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:13.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:53:12 smithi082 ceph-mon[180771]: pgmap v5801: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:14.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:53:14 smithi055 ceph-mon[185614]: pgmap v5802: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:14.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:53:14 smithi055 ceph-mon[183057]: pgmap v5802: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:14.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:53:14 smithi082 ceph-mon[180771]: pgmap v5802: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:15.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:53:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:53:15] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T02:53:17.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:53:16 smithi055 ceph-mon[185614]: pgmap v5803: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:17.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:53:16 smithi055 ceph-mon[183057]: pgmap v5803: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:17.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:53:16 smithi082 ceph-mon[180771]: pgmap v5803: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:19.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:53:18 smithi055 ceph-mon[185614]: pgmap v5804: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:19.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:53:18 smithi055 ceph-mon[183057]: pgmap v5804: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:19.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:53:18 smithi082 ceph-mon[180771]: pgmap v5804: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:21.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:53:20 smithi055 ceph-mon[185614]: pgmap v5805: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:21.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:53:20 smithi055 ceph-mon[183057]: pgmap v5805: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:21.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:53:20 smithi082 ceph-mon[180771]: pgmap v5805: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:23.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:53:22 smithi055 ceph-mon[185614]: pgmap v5806: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:23.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:53:22 smithi055 ceph-mon[183057]: pgmap v5806: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:23.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:53:22 smithi082 ceph-mon[180771]: pgmap v5806: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:24.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:53:24 smithi055 ceph-mon[185614]: pgmap v5807: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:24.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:53:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:53:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:53:24 smithi055 ceph-mon[183057]: pgmap v5807: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:24.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:53:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:53:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:53:24 smithi082 ceph-mon[180771]: pgmap v5807: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:53:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:53:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:53:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:53:25] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T02:53:27.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:53:26 smithi055 ceph-mon[185614]: pgmap v5808: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:27.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:53:26 smithi055 ceph-mon[183057]: pgmap v5808: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:27.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:53:26 smithi082 ceph-mon[180771]: pgmap v5808: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:29.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:53:28 smithi055 ceph-mon[185614]: pgmap v5809: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:29.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:53:28 smithi055 ceph-mon[183057]: pgmap v5809: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:29.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:53:28 smithi082 ceph-mon[180771]: pgmap v5809: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:31.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:53:30 smithi055 ceph-mon[185614]: pgmap v5810: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:31.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:53:30 smithi055 ceph-mon[183057]: pgmap v5810: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:31.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:53:30 smithi082 ceph-mon[180771]: pgmap v5810: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:33.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:53:32 smithi055 ceph-mon[185614]: pgmap v5811: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:33.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:53:32 smithi055 ceph-mon[183057]: pgmap v5811: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:33.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:53:32 smithi082 ceph-mon[180771]: pgmap v5811: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:34.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:53:34 smithi055 ceph-mon[185614]: pgmap v5812: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:34.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:53:34 smithi055 ceph-mon[183057]: pgmap v5812: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:34.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:53:34 smithi082 ceph-mon[180771]: pgmap v5812: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:35.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:53:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:53:35] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T02:53:37.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:53:36 smithi055 ceph-mon[185614]: pgmap v5813: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:37.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:53:36 smithi055 ceph-mon[183057]: pgmap v5813: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:37.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:53:36 smithi082 ceph-mon[180771]: pgmap v5813: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:38.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:53:37 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:53:38.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:53:37 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:53:38.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:53:37 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:53:38.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:53:37 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:53:38.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:53:37 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:53:38.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:53:37 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:53:38.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:53:37 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:53:38.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:53:37 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:53:38.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:53:37 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:53:38.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:53:37 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:53:38.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:53:37 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:53:38.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:53:37 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:53:39.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:53:38 smithi055 ceph-mon[185614]: pgmap v5814: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:39.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:53:38 smithi055 ceph-mon[183057]: pgmap v5814: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:39.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:53:38 smithi082 ceph-mon[180771]: pgmap v5814: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:40.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:53:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:53:40.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:53:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:53:40.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:53:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:53:41.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:53:40 smithi055 ceph-mon[185614]: pgmap v5815: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:41.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:53:40 smithi055 ceph-mon[183057]: pgmap v5815: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:41.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:53:40 smithi082 ceph-mon[180771]: pgmap v5815: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:43.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:53:42 smithi055 ceph-mon[185614]: pgmap v5816: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:43.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:53:42 smithi055 ceph-mon[183057]: pgmap v5816: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:43.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:53:42 smithi082 ceph-mon[180771]: pgmap v5816: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:44.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:53:44 smithi055 ceph-mon[185614]: pgmap v5817: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:44.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:53:44 smithi055 ceph-mon[183057]: pgmap v5817: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:44.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:53:44 smithi082 ceph-mon[180771]: pgmap v5817: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:45.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:53:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:53:45] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:53:47.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:53:46 smithi055 ceph-mon[185614]: pgmap v5818: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:47.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:53:46 smithi055 ceph-mon[183057]: pgmap v5818: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:47.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:53:46 smithi082 ceph-mon[180771]: pgmap v5818: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:49.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:53:48 smithi055 ceph-mon[185614]: pgmap v5819: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:49.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:53:48 smithi055 ceph-mon[183057]: pgmap v5819: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:49.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:53:48 smithi082 ceph-mon[180771]: pgmap v5819: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:51.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:53:50 smithi055 ceph-mon[185614]: pgmap v5820: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:51.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:53:50 smithi055 ceph-mon[183057]: pgmap v5820: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:51.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:53:50 smithi082 ceph-mon[180771]: pgmap v5820: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:53.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:53:52 smithi055 ceph-mon[185614]: pgmap v5821: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:53.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:53:52 smithi055 ceph-mon[183057]: pgmap v5821: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:53.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:53:52 smithi082 ceph-mon[180771]: pgmap v5821: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:53:54 smithi055 ceph-mon[185614]: pgmap v5822: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:54.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:53:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:53:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:53:54 smithi055 ceph-mon[183057]: pgmap v5822: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:53:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:53:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:53:54 smithi082 ceph-mon[180771]: pgmap v5822: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:53:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:53:55.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:53:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:53:55] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:53:57.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:53:56 smithi055 ceph-mon[185614]: pgmap v5823: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:57.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:53:56 smithi055 ceph-mon[183057]: pgmap v5823: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:57.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:53:56 smithi082 ceph-mon[180771]: pgmap v5823: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:59.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:53:58 smithi055 ceph-mon[185614]: pgmap v5824: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:59.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:53:58 smithi055 ceph-mon[183057]: pgmap v5824: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:53:59.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:53:58 smithi082 ceph-mon[180771]: pgmap v5824: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:01.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:54:00 smithi055 ceph-mon[185614]: pgmap v5825: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:01.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:54:00 smithi055 ceph-mon[183057]: pgmap v5825: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:01.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:54:00 smithi082 ceph-mon[180771]: pgmap v5825: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:03.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:54:02 smithi055 ceph-mon[185614]: pgmap v5826: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:03.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:54:02 smithi055 ceph-mon[183057]: pgmap v5826: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:03.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:54:02 smithi082 ceph-mon[180771]: pgmap v5826: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:04.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:54:04 smithi055 ceph-mon[185614]: pgmap v5827: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:04.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:54:04 smithi055 ceph-mon[183057]: pgmap v5827: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:04.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:54:04 smithi082 ceph-mon[180771]: pgmap v5827: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:05.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:54:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:54:05] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:54:07.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:54:06 smithi055 ceph-mon[185614]: pgmap v5828: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:07.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:54:06 smithi055 ceph-mon[183057]: pgmap v5828: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:07.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:54:06 smithi082 ceph-mon[180771]: pgmap v5828: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:09.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:54:08 smithi055 ceph-mon[185614]: pgmap v5829: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:09.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:54:08 smithi055 ceph-mon[183057]: pgmap v5829: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:09.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:54:08 smithi082 ceph-mon[180771]: pgmap v5829: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:10.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:54:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:54:10.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:54:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:54:10.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:54:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:54:11.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:54:10 smithi055 ceph-mon[185614]: pgmap v5830: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:11.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:54:10 smithi055 ceph-mon[183057]: pgmap v5830: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:11.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:54:10 smithi082 ceph-mon[180771]: pgmap v5830: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:13.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:54:12 smithi055 ceph-mon[185614]: pgmap v5831: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:13.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:54:12 smithi055 ceph-mon[183057]: pgmap v5831: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:13.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:54:12 smithi082 ceph-mon[180771]: pgmap v5831: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:14.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:54:14 smithi055 ceph-mon[185614]: pgmap v5832: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:14.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:54:14 smithi055 ceph-mon[183057]: pgmap v5832: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:14.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:54:14 smithi082 ceph-mon[180771]: pgmap v5832: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:15.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:54:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:54:15] "GET /metrics HTTP/1.1" 200 36225 "" "Prometheus/2.43.0" 2023-10-14T02:54:17.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:54:16 smithi055 ceph-mon[183057]: pgmap v5833: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:17.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:54:16 smithi055 ceph-mon[185614]: pgmap v5833: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:17.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:54:16 smithi082 ceph-mon[180771]: pgmap v5833: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:19.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:54:18 smithi055 ceph-mon[183057]: pgmap v5834: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:19.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:54:18 smithi055 ceph-mon[185614]: pgmap v5834: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:19.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:54:18 smithi082 ceph-mon[180771]: pgmap v5834: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:21.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:54:20 smithi055 ceph-mon[183057]: pgmap v5835: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:21.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:54:20 smithi055 ceph-mon[185614]: pgmap v5835: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:21.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:54:20 smithi082 ceph-mon[180771]: pgmap v5835: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:23.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:54:22 smithi055 ceph-mon[185614]: pgmap v5836: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:23.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:54:22 smithi055 ceph-mon[183057]: pgmap v5836: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:23.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:54:22 smithi082 ceph-mon[180771]: pgmap v5836: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:24.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:54:24 smithi055 ceph-mon[185614]: pgmap v5837: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:24.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:54:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:54:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:54:24 smithi055 ceph-mon[183057]: pgmap v5837: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:54:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:54:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:54:24 smithi082 ceph-mon[180771]: pgmap v5837: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:54:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:54:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:54:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:54:25] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:54:27.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:54:26 smithi055 ceph-mon[185614]: pgmap v5838: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:27.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:54:26 smithi055 ceph-mon[183057]: pgmap v5838: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:27.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:54:26 smithi082 ceph-mon[180771]: pgmap v5838: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:29.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:54:28 smithi055 ceph-mon[185614]: pgmap v5839: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:29.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:54:28 smithi055 ceph-mon[183057]: pgmap v5839: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:29.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:54:28 smithi082 ceph-mon[180771]: pgmap v5839: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:31.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:54:30 smithi055 ceph-mon[185614]: pgmap v5840: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:31.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:54:30 smithi055 ceph-mon[183057]: pgmap v5840: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:31.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:54:30 smithi082 ceph-mon[180771]: pgmap v5840: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:33.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:54:32 smithi055 ceph-mon[185614]: pgmap v5841: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:33.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:54:32 smithi055 ceph-mon[183057]: pgmap v5841: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:33.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:54:32 smithi082 ceph-mon[180771]: pgmap v5841: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:34.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:54:34 smithi055 ceph-mon[185614]: pgmap v5842: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:34.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:54:34 smithi055 ceph-mon[183057]: pgmap v5842: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:34.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:54:34 smithi082 ceph-mon[180771]: pgmap v5842: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:35.519 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:54:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:54:35] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:54:37.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:54:36 smithi055 ceph-mon[185614]: pgmap v5843: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:37.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:54:36 smithi055 ceph-mon[183057]: pgmap v5843: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:37.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:54:36 smithi082 ceph-mon[180771]: pgmap v5843: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:38.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:54:37 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:54:38.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:54:37 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:54:38.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:54:37 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:54:39.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:54:38 smithi055 ceph-mon[185614]: pgmap v5844: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:39.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:54:38 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:54:39.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:54:38 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:54:39.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:54:38 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:54:39.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:54:38 smithi055 ceph-mon[183057]: pgmap v5844: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:39.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:54:38 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:54:39.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:54:38 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:54:39.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:54:38 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:54:39.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:54:38 smithi082 ceph-mon[180771]: pgmap v5844: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:39.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:54:38 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:54:39.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:54:38 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:54:39.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:54:38 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:54:40.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:54:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:54:40.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:54:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:54:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:54:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:54:41.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:54:40 smithi082 ceph-mon[180771]: pgmap v5845: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:41.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:54:40 smithi055 ceph-mon[185614]: pgmap v5845: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:41.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:54:40 smithi055 ceph-mon[183057]: pgmap v5845: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:43.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:54:42 smithi082 ceph-mon[180771]: pgmap v5846: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:43.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:54:42 smithi055 ceph-mon[185614]: pgmap v5846: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:43.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:54:42 smithi055 ceph-mon[183057]: pgmap v5846: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:44.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:54:44 smithi055 ceph-mon[185614]: pgmap v5847: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:44.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:54:44 smithi055 ceph-mon[183057]: pgmap v5847: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:44.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:54:44 smithi082 ceph-mon[180771]: pgmap v5847: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:54:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:54:45] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T02:54:47.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:54:46 smithi055 ceph-mon[185614]: pgmap v5848: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:47.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:54:46 smithi055 ceph-mon[183057]: pgmap v5848: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:47.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:54:46 smithi082 ceph-mon[180771]: pgmap v5848: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:49.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:54:48 smithi055 ceph-mon[185614]: pgmap v5849: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:49.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:54:48 smithi055 ceph-mon[183057]: pgmap v5849: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:49.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:54:48 smithi082 ceph-mon[180771]: pgmap v5849: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:51.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:54:50 smithi055 ceph-mon[185614]: pgmap v5850: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:51.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:54:50 smithi055 ceph-mon[183057]: pgmap v5850: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:51.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:54:50 smithi082 ceph-mon[180771]: pgmap v5850: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:53.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:54:52 smithi055 ceph-mon[185614]: pgmap v5851: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:53.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:54:52 smithi055 ceph-mon[183057]: pgmap v5851: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:53.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:54:52 smithi082 ceph-mon[180771]: pgmap v5851: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:54:54 smithi055 ceph-mon[185614]: pgmap v5852: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:54.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:54:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:54:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:54:54 smithi055 ceph-mon[183057]: pgmap v5852: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:54.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:54:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:54:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:54:54 smithi082 ceph-mon[180771]: pgmap v5852: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:54.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:54:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:54:55.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:54:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:54:55] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T02:54:57.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:54:56 smithi055 ceph-mon[185614]: pgmap v5853: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:57.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:54:56 smithi055 ceph-mon[183057]: pgmap v5853: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:57.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:54:56 smithi082 ceph-mon[180771]: pgmap v5853: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:59.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:54:58 smithi055 ceph-mon[185614]: pgmap v5854: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:59.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:54:58 smithi055 ceph-mon[183057]: pgmap v5854: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:54:59.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:54:58 smithi082 ceph-mon[180771]: pgmap v5854: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:01.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:55:00 smithi055 ceph-mon[185614]: pgmap v5855: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:01.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:55:00 smithi055 ceph-mon[183057]: pgmap v5855: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:01.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:55:00 smithi082 ceph-mon[180771]: pgmap v5855: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:03.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:55:02 smithi055 ceph-mon[185614]: pgmap v5856: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:03.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:55:02 smithi055 ceph-mon[183057]: pgmap v5856: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:03.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:55:02 smithi082 ceph-mon[180771]: pgmap v5856: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:04.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:55:04 smithi055 ceph-mon[185614]: pgmap v5857: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:04.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:55:04 smithi055 ceph-mon[183057]: pgmap v5857: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:04.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:55:04 smithi082 ceph-mon[180771]: pgmap v5857: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:05.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:55:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:55:05] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T02:55:07.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:55:06 smithi055 ceph-mon[185614]: pgmap v5858: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:07.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:55:06 smithi055 ceph-mon[183057]: pgmap v5858: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:07.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:55:06 smithi082 ceph-mon[180771]: pgmap v5858: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:09.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:55:08 smithi055 ceph-mon[185614]: pgmap v5859: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:09.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:55:08 smithi055 ceph-mon[183057]: pgmap v5859: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:09.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:55:08 smithi082 ceph-mon[180771]: pgmap v5859: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:10.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:55:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:55:10.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:55:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:55:10.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:55:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:55:11.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:55:10 smithi082 ceph-mon[180771]: pgmap v5860: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:11.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:55:10 smithi055 ceph-mon[185614]: pgmap v5860: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:11.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:55:10 smithi055 ceph-mon[183057]: pgmap v5860: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:13.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:55:12 smithi082 ceph-mon[180771]: pgmap v5861: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:13.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:55:12 smithi055 ceph-mon[185614]: pgmap v5861: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:13.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:55:12 smithi055 ceph-mon[183057]: pgmap v5861: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:14.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:55:14 smithi055 ceph-mon[185614]: pgmap v5862: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:14.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:55:14 smithi055 ceph-mon[183057]: pgmap v5862: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:14.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:55:14 smithi082 ceph-mon[180771]: pgmap v5862: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:15.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:55:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:55:15] "GET /metrics HTTP/1.1" 200 36228 "" "Prometheus/2.43.0" 2023-10-14T02:55:17.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:55:16 smithi055 ceph-mon[183057]: pgmap v5863: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:17.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:55:16 smithi055 ceph-mon[185614]: pgmap v5863: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:17.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:55:16 smithi082 ceph-mon[180771]: pgmap v5863: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:19.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:55:18 smithi055 ceph-mon[185614]: pgmap v5864: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:19.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:55:18 smithi055 ceph-mon[183057]: pgmap v5864: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:19.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:55:18 smithi082 ceph-mon[180771]: pgmap v5864: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:21.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:55:20 smithi055 ceph-mon[185614]: pgmap v5865: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:21.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:55:20 smithi055 ceph-mon[183057]: pgmap v5865: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:21.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:55:20 smithi082 ceph-mon[180771]: pgmap v5865: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:23.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:55:22 smithi055 ceph-mon[185614]: pgmap v5866: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:23.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:55:22 smithi055 ceph-mon[183057]: pgmap v5866: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:23.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:55:22 smithi082 ceph-mon[180771]: pgmap v5866: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:24.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:55:24 smithi055 ceph-mon[185614]: pgmap v5867: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:24.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:55:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:55:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:55:24 smithi055 ceph-mon[183057]: pgmap v5867: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:55:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:55:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:55:24 smithi082 ceph-mon[180771]: pgmap v5867: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:55:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:55:25.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:55:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:55:25] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T02:55:27.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:55:26 smithi055 ceph-mon[185614]: pgmap v5868: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:27.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:55:26 smithi055 ceph-mon[183057]: pgmap v5868: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:27.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:55:26 smithi082 ceph-mon[180771]: pgmap v5868: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:29.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:55:28 smithi055 ceph-mon[185614]: pgmap v5869: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:29.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:55:28 smithi055 ceph-mon[183057]: pgmap v5869: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:29.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:55:28 smithi082 ceph-mon[180771]: pgmap v5869: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:31.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:55:30 smithi055 ceph-mon[185614]: pgmap v5870: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:31.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:55:30 smithi055 ceph-mon[183057]: pgmap v5870: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:31.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:55:30 smithi082 ceph-mon[180771]: pgmap v5870: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:33.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:55:32 smithi082 ceph-mon[180771]: pgmap v5871: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:33.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:55:32 smithi055 ceph-mon[185614]: pgmap v5871: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:33.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:55:32 smithi055 ceph-mon[183057]: pgmap v5871: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:34.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:55:34 smithi055 ceph-mon[185614]: pgmap v5872: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:34.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:55:34 smithi055 ceph-mon[183057]: pgmap v5872: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:34.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:55:34 smithi082 ceph-mon[180771]: pgmap v5872: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:35.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:55:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:55:35] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T02:55:37.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:55:36 smithi055 ceph-mon[185614]: pgmap v5873: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:37.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:55:36 smithi055 ceph-mon[183057]: pgmap v5873: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:37.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:55:36 smithi082 ceph-mon[180771]: pgmap v5873: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:39.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:55:38 smithi055 ceph-mon[185614]: pgmap v5874: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:39.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:55:38 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:55:39.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:55:38 smithi055 ceph-mon[183057]: pgmap v5874: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:39.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:55:38 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:55:39.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:55:38 smithi082 ceph-mon[180771]: pgmap v5874: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:39.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:55:38 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:55:40.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:55:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:55:40.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:55:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:55:40.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:55:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:55:40.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:55:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:55:40.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:55:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:55:40.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:55:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:55:40.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:55:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:55:40.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:55:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:55:40.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:55:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:55:40.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:55:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:55:40.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:55:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:55:40.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:55:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:55:41.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:55:40 smithi082 ceph-mon[180771]: pgmap v5875: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:41.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:55:40 smithi055 ceph-mon[185614]: pgmap v5875: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:41.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:55:40 smithi055 ceph-mon[183057]: pgmap v5875: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:43.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:55:42 smithi082 ceph-mon[180771]: pgmap v5876: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:43.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:55:42 smithi055 ceph-mon[185614]: pgmap v5876: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:43.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:55:42 smithi055 ceph-mon[183057]: pgmap v5876: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:44.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:55:44 smithi055 ceph-mon[185614]: pgmap v5877: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:44.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:55:44 smithi055 ceph-mon[183057]: pgmap v5877: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:44.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:55:44 smithi082 ceph-mon[180771]: pgmap v5877: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:45.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:55:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:55:45] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T02:55:47.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:55:46 smithi055 ceph-mon[185614]: pgmap v5878: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:47.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:55:46 smithi055 ceph-mon[183057]: pgmap v5878: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:47.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:55:46 smithi082 ceph-mon[180771]: pgmap v5878: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:49.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:55:48 smithi055 ceph-mon[185614]: pgmap v5879: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:49.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:55:48 smithi055 ceph-mon[183057]: pgmap v5879: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:49.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:55:48 smithi082 ceph-mon[180771]: pgmap v5879: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:51.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:55:50 smithi055 ceph-mon[185614]: pgmap v5880: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:51.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:55:50 smithi055 ceph-mon[183057]: pgmap v5880: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:51.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:55:50 smithi082 ceph-mon[180771]: pgmap v5880: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:53.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:55:52 smithi055 ceph-mon[185614]: pgmap v5881: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:53.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:55:52 smithi055 ceph-mon[183057]: pgmap v5881: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:53.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:55:52 smithi082 ceph-mon[180771]: pgmap v5881: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:55:54 smithi055 ceph-mon[185614]: pgmap v5882: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:54.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:55:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:55:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:55:54 smithi055 ceph-mon[183057]: pgmap v5882: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:54.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:55:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:55:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:55:54 smithi082 ceph-mon[180771]: pgmap v5882: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:55:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:55:55.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:55:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:55:55] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T02:55:57.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:55:56 smithi055 ceph-mon[185614]: pgmap v5883: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:57.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:55:56 smithi055 ceph-mon[183057]: pgmap v5883: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:57.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:55:56 smithi082 ceph-mon[180771]: pgmap v5883: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:59.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:55:58 smithi055 ceph-mon[185614]: pgmap v5884: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:59.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:55:58 smithi055 ceph-mon[183057]: pgmap v5884: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:55:59.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:55:58 smithi082 ceph-mon[180771]: pgmap v5884: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:01.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:56:00 smithi055 ceph-mon[185614]: pgmap v5885: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:01.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:56:00 smithi055 ceph-mon[183057]: pgmap v5885: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:01.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:56:00 smithi082 ceph-mon[180771]: pgmap v5885: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:03.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:56:02 smithi082 ceph-mon[180771]: pgmap v5886: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:03.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:56:02 smithi055 ceph-mon[185614]: pgmap v5886: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:03.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:56:02 smithi055 ceph-mon[183057]: pgmap v5886: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:04.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:56:04 smithi055 ceph-mon[185614]: pgmap v5887: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:04.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:56:04 smithi055 ceph-mon[183057]: pgmap v5887: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:04.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:56:04 smithi082 ceph-mon[180771]: pgmap v5887: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:56:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:56:05] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T02:56:07.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:56:06 smithi055 ceph-mon[185614]: pgmap v5888: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:07.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:56:06 smithi055 ceph-mon[183057]: pgmap v5888: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:07.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:56:06 smithi082 ceph-mon[180771]: pgmap v5888: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:09.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:56:08 smithi055 ceph-mon[185614]: pgmap v5889: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:09.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:56:08 smithi055 ceph-mon[183057]: pgmap v5889: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:09.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:56:08 smithi082 ceph-mon[180771]: pgmap v5889: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:10.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:56:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:56:10.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:56:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:56:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:56:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:56:11.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:56:10 smithi082 ceph-mon[180771]: pgmap v5890: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:11.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:56:10 smithi055 ceph-mon[185614]: pgmap v5890: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:11.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:56:10 smithi055 ceph-mon[183057]: pgmap v5890: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:13.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:56:12 smithi082 ceph-mon[180771]: pgmap v5891: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:13.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:56:12 smithi055 ceph-mon[185614]: pgmap v5891: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:13.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:56:12 smithi055 ceph-mon[183057]: pgmap v5891: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:14.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:56:14 smithi055 ceph-mon[185614]: pgmap v5892: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:14.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:56:14 smithi055 ceph-mon[183057]: pgmap v5892: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:14.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:56:14 smithi082 ceph-mon[180771]: pgmap v5892: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:15.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:56:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:56:15] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T02:56:17.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:56:16 smithi055 ceph-mon[185614]: pgmap v5893: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:17.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:56:16 smithi055 ceph-mon[183057]: pgmap v5893: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:17.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:56:16 smithi082 ceph-mon[180771]: pgmap v5893: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:19.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:56:18 smithi055 ceph-mon[185614]: pgmap v5894: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:19.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:56:18 smithi055 ceph-mon[183057]: pgmap v5894: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:19.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:56:18 smithi082 ceph-mon[180771]: pgmap v5894: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:21.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:56:20 smithi082 ceph-mon[180771]: pgmap v5895: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:21.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:56:20 smithi055 ceph-mon[185614]: pgmap v5895: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:21.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:56:20 smithi055 ceph-mon[183057]: pgmap v5895: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:23.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:56:22 smithi082 ceph-mon[180771]: pgmap v5896: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:23.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:56:22 smithi055 ceph-mon[185614]: pgmap v5896: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:23.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:56:22 smithi055 ceph-mon[183057]: pgmap v5896: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:24.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:56:24 smithi055 ceph-mon[185614]: pgmap v5897: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:24.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:56:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:56:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:56:24 smithi055 ceph-mon[183057]: pgmap v5897: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:56:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:56:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:56:24 smithi082 ceph-mon[180771]: pgmap v5897: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:56:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:56:25.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:56:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:56:25] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:56:27.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:56:26 smithi055 ceph-mon[185614]: pgmap v5898: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:27.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:56:26 smithi055 ceph-mon[183057]: pgmap v5898: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:27.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:56:26 smithi082 ceph-mon[180771]: pgmap v5898: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:29.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:56:28 smithi055 ceph-mon[185614]: pgmap v5899: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:29.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:56:28 smithi055 ceph-mon[183057]: pgmap v5899: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:29.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:56:28 smithi082 ceph-mon[180771]: pgmap v5899: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:31.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:56:30 smithi082 ceph-mon[180771]: pgmap v5900: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:31.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:56:30 smithi055 ceph-mon[185614]: pgmap v5900: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:31.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:56:30 smithi055 ceph-mon[183057]: pgmap v5900: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:33.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:56:32 smithi082 ceph-mon[180771]: pgmap v5901: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:33.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:56:32 smithi055 ceph-mon[185614]: pgmap v5901: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:33.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:56:32 smithi055 ceph-mon[183057]: pgmap v5901: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:34.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:56:34 smithi055 ceph-mon[185614]: pgmap v5902: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:34.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:56:34 smithi055 ceph-mon[183057]: pgmap v5902: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:34.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:56:34 smithi082 ceph-mon[180771]: pgmap v5902: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:35.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:56:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:56:35] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:56:37.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:56:36 smithi055 ceph-mon[185614]: pgmap v5903: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:37.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:56:36 smithi055 ceph-mon[183057]: pgmap v5903: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:37.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:56:36 smithi082 ceph-mon[180771]: pgmap v5903: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:39.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:56:38 smithi055 ceph-mon[185614]: pgmap v5904: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:39.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:56:38 smithi055 ceph-mon[183057]: pgmap v5904: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:39.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:56:38 smithi082 ceph-mon[180771]: pgmap v5904: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:40.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:56:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:56:40.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:56:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:56:40.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:56:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:56:40.017 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:56:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:56:40.018 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:56:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:56:40.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:56:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:56:40.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:56:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:56:40.018 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:56:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:56:40.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:56:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:56:40.019 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:56:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:56:40.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:56:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:56:40.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:56:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:56:40.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:56:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:56:40.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:56:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:56:40.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:56:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:56:41.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:56:40 smithi082 ceph-mon[180771]: pgmap v5905: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:41.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:56:40 smithi055 ceph-mon[185614]: pgmap v5905: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:41.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:56:40 smithi055 ceph-mon[183057]: pgmap v5905: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:43.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:56:42 smithi082 ceph-mon[180771]: pgmap v5906: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:43.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:56:42 smithi055 ceph-mon[185614]: pgmap v5906: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:43.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:56:42 smithi055 ceph-mon[183057]: pgmap v5906: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:44.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:56:44 smithi055 ceph-mon[185614]: pgmap v5907: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:44.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:56:44 smithi055 ceph-mon[183057]: pgmap v5907: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:44.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:56:44 smithi082 ceph-mon[180771]: pgmap v5907: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:45.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:56:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:56:45] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:56:47.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:56:46 smithi055 ceph-mon[185614]: pgmap v5908: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:47.017 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:56:46 smithi055 ceph-mon[183057]: pgmap v5908: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:47.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:56:46 smithi082 ceph-mon[180771]: pgmap v5908: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:49.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:56:48 smithi082 ceph-mon[180771]: pgmap v5909: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:49.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:56:48 smithi055 ceph-mon[185614]: pgmap v5909: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:49.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:56:48 smithi055 ceph-mon[183057]: pgmap v5909: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:51.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:56:50 smithi082 ceph-mon[180771]: pgmap v5910: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:51.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:56:50 smithi055 ceph-mon[185614]: pgmap v5910: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:51.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:56:50 smithi055 ceph-mon[183057]: pgmap v5910: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:53.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:56:52 smithi082 ceph-mon[180771]: pgmap v5911: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:53.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:56:52 smithi055 ceph-mon[185614]: pgmap v5911: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:53.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:56:52 smithi055 ceph-mon[183057]: pgmap v5911: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:56:54 smithi082 ceph-mon[180771]: pgmap v5912: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:54.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:56:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:56:54.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:56:54 smithi055 ceph-mon[185614]: pgmap v5912: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:54.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:56:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:56:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:56:54 smithi055 ceph-mon[183057]: pgmap v5912: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:56:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:56:55.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:56:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:56:55] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:56:57.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:56:56 smithi082 ceph-mon[180771]: pgmap v5913: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:57.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:56:56 smithi055 ceph-mon[185614]: pgmap v5913: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:57.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:56:56 smithi055 ceph-mon[183057]: pgmap v5913: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:59.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:56:58 smithi082 ceph-mon[180771]: pgmap v5914: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:59.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:56:58 smithi055 ceph-mon[185614]: pgmap v5914: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:56:59.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:56:58 smithi055 ceph-mon[183057]: pgmap v5914: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:01.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:57:00 smithi082 ceph-mon[180771]: pgmap v5915: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:01.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:57:00 smithi055 ceph-mon[185614]: pgmap v5915: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:57:00 smithi055 ceph-mon[183057]: pgmap v5915: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:03.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:57:02 smithi082 ceph-mon[180771]: pgmap v5916: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:03.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:57:02 smithi055 ceph-mon[185614]: pgmap v5916: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:03.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:57:02 smithi055 ceph-mon[183057]: pgmap v5916: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:04.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:57:04 smithi055 ceph-mon[185614]: pgmap v5917: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:04.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:57:04 smithi055 ceph-mon[183057]: pgmap v5917: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:04.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:57:04 smithi082 ceph-mon[180771]: pgmap v5917: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:57:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:57:05] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:57:07.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:57:06 smithi082 ceph-mon[180771]: pgmap v5918: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:07.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:57:06 smithi055 ceph-mon[185614]: pgmap v5918: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:07.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:57:06 smithi055 ceph-mon[183057]: pgmap v5918: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:09.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:57:08 smithi082 ceph-mon[180771]: pgmap v5919: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:09.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:57:08 smithi055 ceph-mon[185614]: pgmap v5919: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:57:08 smithi055 ceph-mon[183057]: pgmap v5919: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:10.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:57:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:57:10.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:57:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:57:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:57:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:57:11.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:57:10 smithi082 ceph-mon[180771]: pgmap v5920: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:11.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:57:10 smithi055 ceph-mon[185614]: pgmap v5920: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:11.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:57:10 smithi055 ceph-mon[183057]: pgmap v5920: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:13.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:57:12 smithi082 ceph-mon[180771]: pgmap v5921: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:13.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:57:12 smithi055 ceph-mon[185614]: pgmap v5921: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:13.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:57:12 smithi055 ceph-mon[183057]: pgmap v5921: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:14.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:57:14 smithi082 ceph-mon[180771]: pgmap v5922: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:14.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:57:14 smithi055 ceph-mon[185614]: pgmap v5922: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:14.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:57:14 smithi055 ceph-mon[183057]: pgmap v5922: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:15.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:57:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:57:15] "GET /metrics HTTP/1.1" 200 36234 "" "Prometheus/2.43.0" 2023-10-14T02:57:17.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:57:16 smithi082 ceph-mon[180771]: pgmap v5923: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:17.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:57:16 smithi055 ceph-mon[185614]: pgmap v5923: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:17.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:57:16 smithi055 ceph-mon[183057]: pgmap v5923: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:19.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:57:18 smithi082 ceph-mon[180771]: pgmap v5924: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:19.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:57:18 smithi055 ceph-mon[185614]: pgmap v5924: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:19.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:57:18 smithi055 ceph-mon[183057]: pgmap v5924: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:21.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:57:20 smithi082 ceph-mon[180771]: pgmap v5925: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:21.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:57:20 smithi055 ceph-mon[183057]: pgmap v5925: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:21.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:57:20 smithi055 ceph-mon[185614]: pgmap v5925: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:23.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:57:22 smithi082 ceph-mon[180771]: pgmap v5926: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:23.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:57:22 smithi055 ceph-mon[185614]: pgmap v5926: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:23.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:57:22 smithi055 ceph-mon[183057]: pgmap v5926: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:24.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:57:24 smithi055 ceph-mon[185614]: pgmap v5927: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:24.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:57:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:57:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:57:24 smithi055 ceph-mon[183057]: pgmap v5927: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:24.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:57:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:57:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:57:24 smithi082 ceph-mon[180771]: pgmap v5927: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:57:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:57:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:57:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:57:25] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T02:57:27.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:57:26 smithi082 ceph-mon[180771]: pgmap v5928: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:27.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:57:26 smithi055 ceph-mon[185614]: pgmap v5928: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:27.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:57:26 smithi055 ceph-mon[183057]: pgmap v5928: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:29.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:57:28 smithi082 ceph-mon[180771]: pgmap v5929: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:29.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:57:28 smithi055 ceph-mon[185614]: pgmap v5929: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:29.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:57:28 smithi055 ceph-mon[183057]: pgmap v5929: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:31.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:57:30 smithi082 ceph-mon[180771]: pgmap v5930: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:31.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:57:30 smithi055 ceph-mon[185614]: pgmap v5930: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:31.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:57:30 smithi055 ceph-mon[183057]: pgmap v5930: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:33.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:57:32 smithi082 ceph-mon[180771]: pgmap v5931: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:33.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:57:32 smithi055 ceph-mon[185614]: pgmap v5931: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:33.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:57:32 smithi055 ceph-mon[183057]: pgmap v5931: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:34.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:57:34 smithi082 ceph-mon[180771]: pgmap v5932: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:34.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:57:34 smithi055 ceph-mon[185614]: pgmap v5932: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:34.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:57:34 smithi055 ceph-mon[183057]: pgmap v5932: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:35.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:57:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:57:35] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T02:57:37.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:57:36 smithi082 ceph-mon[180771]: pgmap v5933: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:37.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:57:36 smithi055 ceph-mon[185614]: pgmap v5933: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:37.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:57:36 smithi055 ceph-mon[183057]: pgmap v5933: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:39.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:57:38 smithi082 ceph-mon[180771]: pgmap v5934: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:39.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:57:38 smithi055 ceph-mon[185614]: pgmap v5934: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:39.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:57:38 smithi055 ceph-mon[183057]: pgmap v5934: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:40.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:57:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:57:40.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:57:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:57:40.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:57:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:57:40.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:57:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:57:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:57:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:57:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:57:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:57:41.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:57:40 smithi082 ceph-mon[180771]: pgmap v5935: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:41.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:57:40 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:57:41.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:57:40 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:57:41.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:57:40 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:57:41.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:57:40 smithi055 ceph-mon[185614]: pgmap v5935: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:41.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:57:40 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:57:41.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:57:40 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:57:41.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:57:40 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:57:41.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:57:40 smithi055 ceph-mon[183057]: pgmap v5935: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:41.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:57:40 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:57:41.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:57:40 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:57:41.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:57:40 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:57:43.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:57:42 smithi082 ceph-mon[180771]: pgmap v5936: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:43.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:57:42 smithi055 ceph-mon[185614]: pgmap v5936: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:43.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:57:42 smithi055 ceph-mon[183057]: pgmap v5936: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:44.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:57:44 smithi082 ceph-mon[180771]: pgmap v5937: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:44.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:57:44 smithi055 ceph-mon[185614]: pgmap v5937: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:44.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:57:44 smithi055 ceph-mon[183057]: pgmap v5937: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:45.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:57:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:57:45] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T02:57:47.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:57:46 smithi082 ceph-mon[180771]: pgmap v5938: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:47.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:57:46 smithi055 ceph-mon[185614]: pgmap v5938: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:47.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:57:46 smithi055 ceph-mon[183057]: pgmap v5938: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:49.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:57:48 smithi082 ceph-mon[180771]: pgmap v5939: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:49.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:57:48 smithi055 ceph-mon[185614]: pgmap v5939: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:49.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:57:48 smithi055 ceph-mon[183057]: pgmap v5939: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:51.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:57:50 smithi082 ceph-mon[180771]: pgmap v5940: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:51.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:57:50 smithi055 ceph-mon[185614]: pgmap v5940: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:51.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:57:50 smithi055 ceph-mon[183057]: pgmap v5940: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:53.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:57:52 smithi082 ceph-mon[180771]: pgmap v5941: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:53.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:57:52 smithi055 ceph-mon[185614]: pgmap v5941: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:53.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:57:52 smithi055 ceph-mon[183057]: pgmap v5941: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:57:54 smithi082 ceph-mon[180771]: pgmap v5942: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:57:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:57:54.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:57:54 smithi055 ceph-mon[185614]: pgmap v5942: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:54.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:57:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:57:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:57:54 smithi055 ceph-mon[183057]: pgmap v5942: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:57:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:57:55.518 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:57:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:57:55] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T02:57:57.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:57:56 smithi082 ceph-mon[180771]: pgmap v5943: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:57.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:57:56 smithi055 ceph-mon[185614]: pgmap v5943: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:57.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:57:56 smithi055 ceph-mon[183057]: pgmap v5943: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:59.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:57:58 smithi082 ceph-mon[180771]: pgmap v5944: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:59.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:57:58 smithi055 ceph-mon[185614]: pgmap v5944: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:57:59.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:57:58 smithi055 ceph-mon[183057]: pgmap v5944: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:01.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:58:00 smithi082 ceph-mon[180771]: pgmap v5945: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:01.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:58:00 smithi055 ceph-mon[185614]: pgmap v5945: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:58:00 smithi055 ceph-mon[183057]: pgmap v5945: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:03.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:58:02 smithi082 ceph-mon[180771]: pgmap v5946: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:03.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:58:02 smithi055 ceph-mon[185614]: pgmap v5946: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:03.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:58:02 smithi055 ceph-mon[183057]: pgmap v5946: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:04.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:58:04 smithi082 ceph-mon[180771]: pgmap v5947: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:04.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:58:04 smithi055 ceph-mon[185614]: pgmap v5947: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:04.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:58:04 smithi055 ceph-mon[183057]: pgmap v5947: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:05.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:58:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:58:05] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T02:58:07.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:58:06 smithi082 ceph-mon[180771]: pgmap v5948: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:07.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:58:06 smithi055 ceph-mon[185614]: pgmap v5948: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:07.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:58:06 smithi055 ceph-mon[183057]: pgmap v5948: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:09.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:58:08 smithi082 ceph-mon[180771]: pgmap v5949: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:09.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:58:08 smithi055 ceph-mon[185614]: pgmap v5949: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:58:08 smithi055 ceph-mon[183057]: pgmap v5949: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:10.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:58:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:58:10.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:58:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:58:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:58:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:58:11.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:58:10 smithi082 ceph-mon[180771]: pgmap v5950: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:11.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:58:10 smithi055 ceph-mon[185614]: pgmap v5950: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:11.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:58:10 smithi055 ceph-mon[183057]: pgmap v5950: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:13.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:58:12 smithi082 ceph-mon[180771]: pgmap v5951: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:13.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:58:12 smithi055 ceph-mon[185614]: pgmap v5951: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:13.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:58:12 smithi055 ceph-mon[183057]: pgmap v5951: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:14.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:58:14 smithi082 ceph-mon[180771]: pgmap v5952: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:14.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:58:14 smithi055 ceph-mon[185614]: pgmap v5952: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:14.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:58:14 smithi055 ceph-mon[183057]: pgmap v5952: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:15.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:58:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:58:15] "GET /metrics HTTP/1.1" 200 36227 "" "Prometheus/2.43.0" 2023-10-14T02:58:17.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:58:16 smithi082 ceph-mon[180771]: pgmap v5953: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:17.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:58:16 smithi055 ceph-mon[185614]: pgmap v5953: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:17.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:58:16 smithi055 ceph-mon[183057]: pgmap v5953: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:19.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:58:18 smithi082 ceph-mon[180771]: pgmap v5954: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:19.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:58:18 smithi055 ceph-mon[185614]: pgmap v5954: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:19.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:58:18 smithi055 ceph-mon[183057]: pgmap v5954: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:21.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:58:20 smithi082 ceph-mon[180771]: pgmap v5955: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:21.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:58:20 smithi055 ceph-mon[185614]: pgmap v5955: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:21.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:58:20 smithi055 ceph-mon[183057]: pgmap v5955: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:23.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:58:22 smithi082 ceph-mon[180771]: pgmap v5956: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:23.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:58:22 smithi055 ceph-mon[185614]: pgmap v5956: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:23.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:58:22 smithi055 ceph-mon[183057]: pgmap v5956: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:58:24 smithi082 ceph-mon[180771]: pgmap v5957: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:24.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:58:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:58:24.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:58:24 smithi055 ceph-mon[185614]: pgmap v5957: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:24.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:58:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:58:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:58:24 smithi055 ceph-mon[183057]: pgmap v5957: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:24.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:58:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:58:25.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:58:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:58:25] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:58:27.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:58:26 smithi082 ceph-mon[180771]: pgmap v5958: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:27.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:58:26 smithi055 ceph-mon[183057]: pgmap v5958: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:27.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:58:26 smithi055 ceph-mon[185614]: pgmap v5958: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:29.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:58:28 smithi082 ceph-mon[180771]: pgmap v5959: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:29.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:58:28 smithi055 ceph-mon[185614]: pgmap v5959: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:29.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:58:28 smithi055 ceph-mon[183057]: pgmap v5959: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:31.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:58:30 smithi082 ceph-mon[180771]: pgmap v5960: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:31.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:58:30 smithi055 ceph-mon[185614]: pgmap v5960: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:31.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:58:30 smithi055 ceph-mon[183057]: pgmap v5960: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:33.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:58:32 smithi082 ceph-mon[180771]: pgmap v5961: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:33.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:58:32 smithi055 ceph-mon[185614]: pgmap v5961: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:33.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:58:32 smithi055 ceph-mon[183057]: pgmap v5961: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:34.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:58:34 smithi082 ceph-mon[180771]: pgmap v5962: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:34.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:58:34 smithi055 ceph-mon[185614]: pgmap v5962: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:34.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:58:34 smithi055 ceph-mon[183057]: pgmap v5962: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:35.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:58:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:58:35] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T02:58:37.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:58:36 smithi082 ceph-mon[180771]: pgmap v5963: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:37.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:58:36 smithi055 ceph-mon[185614]: pgmap v5963: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:37.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:58:36 smithi055 ceph-mon[183057]: pgmap v5963: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:39.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:58:38 smithi082 ceph-mon[180771]: pgmap v5964: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:39.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:58:38 smithi055 ceph-mon[185614]: pgmap v5964: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:39.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:58:38 smithi055 ceph-mon[183057]: pgmap v5964: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:40.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:58:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:58:40.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:58:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:58:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:58:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:58:41.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:58:40 smithi082 ceph-mon[180771]: pgmap v5965: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:41.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:58:40 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:58:41.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:58:40 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:58:41.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:58:40 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:58:41.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:58:40 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:58:41.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:58:40 smithi055 ceph-mon[183057]: pgmap v5965: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:41.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:58:40 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:58:41.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:58:40 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:58:41.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:58:40 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:58:41.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:58:40 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:58:41.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:58:40 smithi055 ceph-mon[185614]: pgmap v5965: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:41.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:58:40 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:58:41.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:58:40 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:58:41.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:58:40 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:58:41.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:58:40 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:58:43.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:58:42 smithi082 ceph-mon[180771]: pgmap v5966: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:43.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:58:42 smithi055 ceph-mon[185614]: pgmap v5966: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:43.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:58:42 smithi055 ceph-mon[183057]: pgmap v5966: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:44.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:58:44 smithi082 ceph-mon[180771]: pgmap v5967: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:44.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:58:44 smithi055 ceph-mon[185614]: pgmap v5967: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:44.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:58:44 smithi055 ceph-mon[183057]: pgmap v5967: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:45.518 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:58:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:58:45] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T02:58:47.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:58:46 smithi082 ceph-mon[180771]: pgmap v5968: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:47.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:58:46 smithi055 ceph-mon[185614]: pgmap v5968: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:47.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:58:46 smithi055 ceph-mon[183057]: pgmap v5968: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:49.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:58:48 smithi082 ceph-mon[180771]: pgmap v5969: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:49.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:58:48 smithi055 ceph-mon[185614]: pgmap v5969: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:49.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:58:48 smithi055 ceph-mon[183057]: pgmap v5969: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:51.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:58:50 smithi082 ceph-mon[180771]: pgmap v5970: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:51.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:58:50 smithi055 ceph-mon[185614]: pgmap v5970: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:51.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:58:50 smithi055 ceph-mon[183057]: pgmap v5970: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:53.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:58:52 smithi082 ceph-mon[180771]: pgmap v5971: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:53.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:58:52 smithi055 ceph-mon[185614]: pgmap v5971: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:53.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:58:52 smithi055 ceph-mon[183057]: pgmap v5971: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:58:54 smithi082 ceph-mon[180771]: pgmap v5972: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:54.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:58:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:58:54.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:58:54 smithi055 ceph-mon[185614]: pgmap v5972: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:54.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:58:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:58:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:58:54 smithi055 ceph-mon[183057]: pgmap v5972: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:58:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:58:55.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:58:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:58:55] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T02:58:57.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:58:56 smithi082 ceph-mon[180771]: pgmap v5973: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:57.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:58:56 smithi055 ceph-mon[185614]: pgmap v5973: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:57.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:58:56 smithi055 ceph-mon[183057]: pgmap v5973: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:59.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:58:58 smithi082 ceph-mon[180771]: pgmap v5974: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:59.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:58:58 smithi055 ceph-mon[185614]: pgmap v5974: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:58:59.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:58:58 smithi055 ceph-mon[183057]: pgmap v5974: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:01.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:59:00 smithi082 ceph-mon[180771]: pgmap v5975: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:01.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:59:00 smithi055 ceph-mon[185614]: pgmap v5975: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:59:00 smithi055 ceph-mon[183057]: pgmap v5975: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:03.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:59:02 smithi082 ceph-mon[180771]: pgmap v5976: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:03.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:59:02 smithi055 ceph-mon[185614]: pgmap v5976: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:03.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:59:02 smithi055 ceph-mon[183057]: pgmap v5976: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:04.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:59:04 smithi082 ceph-mon[180771]: pgmap v5977: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:04.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:59:04 smithi055 ceph-mon[185614]: pgmap v5977: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:04.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:59:04 smithi055 ceph-mon[183057]: pgmap v5977: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:05.518 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:59:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:59:05] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T02:59:07.130 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:59:06 smithi082 ceph-mon[180771]: pgmap v5978: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:07.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:59:06 smithi055 ceph-mon[185614]: pgmap v5978: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:07.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:59:06 smithi055 ceph-mon[183057]: pgmap v5978: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:09.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:59:08 smithi082 ceph-mon[180771]: pgmap v5979: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:09.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:59:08 smithi055 ceph-mon[185614]: pgmap v5979: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:09.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:59:08 smithi055 ceph-mon[183057]: pgmap v5979: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:10.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:59:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:59:10.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:59:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:59:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:59:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:59:11.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:59:10 smithi082 ceph-mon[180771]: pgmap v5980: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:11.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:59:10 smithi055 ceph-mon[185614]: pgmap v5980: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:11.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:59:10 smithi055 ceph-mon[183057]: pgmap v5980: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:13.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:59:12 smithi082 ceph-mon[180771]: pgmap v5981: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:13.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:59:12 smithi055 ceph-mon[185614]: pgmap v5981: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:13.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:59:12 smithi055 ceph-mon[183057]: pgmap v5981: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:14.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:59:14 smithi082 ceph-mon[180771]: pgmap v5982: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:14.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:59:14 smithi055 ceph-mon[185614]: pgmap v5982: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:14.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:59:14 smithi055 ceph-mon[183057]: pgmap v5982: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:59:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:59:15] "GET /metrics HTTP/1.1" 200 36227 "" "Prometheus/2.43.0" 2023-10-14T02:59:17.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:59:16 smithi082 ceph-mon[180771]: pgmap v5983: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:17.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:59:16 smithi055 ceph-mon[185614]: pgmap v5983: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:17.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:59:16 smithi055 ceph-mon[183057]: pgmap v5983: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:19.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:59:18 smithi082 ceph-mon[180771]: pgmap v5984: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:19.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:59:18 smithi055 ceph-mon[185614]: pgmap v5984: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:19.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:59:18 smithi055 ceph-mon[183057]: pgmap v5984: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:21.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:59:20 smithi082 ceph-mon[180771]: pgmap v5985: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:21.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:59:20 smithi055 ceph-mon[185614]: pgmap v5985: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:21.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:59:20 smithi055 ceph-mon[183057]: pgmap v5985: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:23.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:59:22 smithi082 ceph-mon[180771]: pgmap v5986: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:23.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:59:22 smithi055 ceph-mon[185614]: pgmap v5986: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:23.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:59:22 smithi055 ceph-mon[183057]: pgmap v5986: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:59:24 smithi082 ceph-mon[180771]: pgmap v5987: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:24.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:59:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:59:24.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:59:24 smithi055 ceph-mon[185614]: pgmap v5987: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:24.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:59:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:59:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:59:24 smithi055 ceph-mon[183057]: pgmap v5987: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:59:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:59:25.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:59:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:59:25] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T02:59:27.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:59:26 smithi082 ceph-mon[180771]: pgmap v5988: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:27.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:59:26 smithi055 ceph-mon[185614]: pgmap v5988: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:27.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:59:26 smithi055 ceph-mon[183057]: pgmap v5988: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:27.875 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 02:59:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[225424]: logger=cleanup t=2023-10-14T02:59:27.475109044Z level=info msg="Completed cleanup jobs" duration=11.487895ms 2023-10-14T02:59:29.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:59:28 smithi082 ceph-mon[180771]: pgmap v5989: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:29.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:59:28 smithi055 ceph-mon[185614]: pgmap v5989: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:29.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:59:28 smithi055 ceph-mon[183057]: pgmap v5989: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:31.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:59:30 smithi082 ceph-mon[180771]: pgmap v5990: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:31.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:59:30 smithi055 ceph-mon[185614]: pgmap v5990: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:31.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:59:30 smithi055 ceph-mon[183057]: pgmap v5990: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:33.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:59:32 smithi082 ceph-mon[180771]: pgmap v5991: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:33.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:59:32 smithi055 ceph-mon[185614]: pgmap v5991: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:33.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:59:32 smithi055 ceph-mon[183057]: pgmap v5991: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:34.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:59:34 smithi082 ceph-mon[180771]: pgmap v5992: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:34.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:59:34 smithi055 ceph-mon[185614]: pgmap v5992: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:34.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:59:34 smithi055 ceph-mon[183057]: pgmap v5992: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:35.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:59:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:59:35] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T02:59:37.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:59:36 smithi082 ceph-mon[180771]: pgmap v5993: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:37.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:59:36 smithi055 ceph-mon[185614]: pgmap v5993: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:37.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:59:36 smithi055 ceph-mon[183057]: pgmap v5993: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:39.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:59:38 smithi082 ceph-mon[180771]: pgmap v5994: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:39.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:59:38 smithi055 ceph-mon[185614]: pgmap v5994: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:39.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:59:38 smithi055 ceph-mon[183057]: pgmap v5994: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:40.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:59:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:59:40.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:59:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:59:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:59:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:59:41.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:59:40 smithi082 ceph-mon[180771]: pgmap v5995: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:41.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:59:40 smithi055 ceph-mon[185614]: pgmap v5995: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:41.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:59:40 smithi055 ceph-mon[183057]: pgmap v5995: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:42.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:59:41 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:59:42.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:59:41 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:59:42.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:59:41 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:59:42.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:59:41 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:59:42.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:59:41 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:59:42.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:59:41 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:59:42.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:59:41 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T02:59:42.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:59:41 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:59:42.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:59:41 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:59:43.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:59:42 smithi082 ceph-mon[180771]: pgmap v5996: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:43.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:59:42 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:59:43.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:59:42 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:59:43.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:59:42 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:59:43.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:59:42 smithi055 ceph-mon[185614]: pgmap v5996: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:43.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:59:42 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:59:43.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:59:42 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:59:43.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:59:42 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:59:43.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:59:42 smithi055 ceph-mon[183057]: pgmap v5996: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:43.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:59:42 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T02:59:43.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:59:42 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T02:59:43.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:59:42 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T02:59:44.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:59:44 smithi082 ceph-mon[180771]: pgmap v5997: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:44.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:59:44 smithi055 ceph-mon[185614]: pgmap v5997: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:44.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:59:44 smithi055 ceph-mon[183057]: pgmap v5997: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:45.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:59:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:59:45] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T02:59:47.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:59:46 smithi082 ceph-mon[180771]: pgmap v5998: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:47.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:59:46 smithi055 ceph-mon[185614]: pgmap v5998: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:47.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:59:46 smithi055 ceph-mon[183057]: pgmap v5998: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:49.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:59:48 smithi082 ceph-mon[180771]: pgmap v5999: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:49.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:59:48 smithi055 ceph-mon[185614]: pgmap v5999: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:49.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:59:48 smithi055 ceph-mon[183057]: pgmap v5999: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:51.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:59:50 smithi082 ceph-mon[180771]: pgmap v6000: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:51.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:59:50 smithi055 ceph-mon[185614]: pgmap v6000: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:51.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:59:50 smithi055 ceph-mon[183057]: pgmap v6000: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:53.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:59:52 smithi082 ceph-mon[180771]: pgmap v6001: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:53.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:59:52 smithi055 ceph-mon[185614]: pgmap v6001: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:53.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:59:52 smithi055 ceph-mon[183057]: pgmap v6001: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:59:54 smithi082 ceph-mon[180771]: pgmap v6002: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:59:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:59:54.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:59:54 smithi055 ceph-mon[185614]: pgmap v6002: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:54.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:59:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:59:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:59:54 smithi055 ceph-mon[183057]: pgmap v6002: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:59:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T02:59:55.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 02:59:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:02:59:55] "GET /metrics HTTP/1.1" 200 36228 "" "Prometheus/2.43.0" 2023-10-14T02:59:57.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:59:56 smithi082 ceph-mon[180771]: pgmap v6003: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:57.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:59:56 smithi055 ceph-mon[185614]: pgmap v6003: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:57.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:59:56 smithi055 ceph-mon[183057]: pgmap v6003: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:59.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 02:59:58 smithi082 ceph-mon[180771]: pgmap v6004: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:59.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 02:59:58 smithi055 ceph-mon[185614]: pgmap v6004: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T02:59:59.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 02:59:58 smithi055 ceph-mon[183057]: pgmap v6004: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:01.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:00:00 smithi082 ceph-mon[180771]: pgmap v6005: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:01.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:00:00 smithi082 ceph-mon[180771]: overall HEALTH_OK 2023-10-14T03:00:01.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:00:00 smithi055 ceph-mon[185614]: pgmap v6005: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:01.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:00:00 smithi055 ceph-mon[185614]: overall HEALTH_OK 2023-10-14T03:00:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:00:00 smithi055 ceph-mon[183057]: pgmap v6005: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:00:00 smithi055 ceph-mon[183057]: overall HEALTH_OK 2023-10-14T03:00:03.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:00:02 smithi082 ceph-mon[180771]: pgmap v6006: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:03.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:00:02 smithi055 ceph-mon[185614]: pgmap v6006: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:03.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:00:02 smithi055 ceph-mon[183057]: pgmap v6006: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:04.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:00:04 smithi082 ceph-mon[180771]: pgmap v6007: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:04.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:00:04 smithi055 ceph-mon[185614]: pgmap v6007: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:04.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:00:04 smithi055 ceph-mon[183057]: pgmap v6007: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:00:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:00:05] "GET /metrics HTTP/1.1" 200 36228 "" "Prometheus/2.43.0" 2023-10-14T03:00:05.625 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 03:00:05 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[220760]: ts=2023-10-14T03:00:05.126Z caller=compact.go:519 level=info component=tsdb msg="write block" mint=1697241603501 maxt=1697248800000 ulid=01HCP20VTQR0ANG9ZZSEQZM61X duration=47.051175ms 2023-10-14T03:00:05.625 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 03:00:05 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[220760]: ts=2023-10-14T03:00:05.133Z caller=head.go:1269 level=info component=tsdb msg="Head GC completed" caller=truncateMemory duration=6.260424ms 2023-10-14T03:00:05.626 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 03:00:05 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[220760]: ts=2023-10-14T03:00:05.133Z caller=checkpoint.go:100 level=info component=tsdb msg="Creating checkpoint" from_segment=0 to_segment=2 mint=1697248800000 2023-10-14T03:00:05.626 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 03:00:05 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[220760]: ts=2023-10-14T03:00:05.141Z caller=head.go:1241 level=info component=tsdb msg="WAL checkpoint complete" first=0 last=2 duration=7.98693ms 2023-10-14T03:00:07.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:00:06 smithi082 ceph-mon[180771]: pgmap v6008: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:07.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:00:06 smithi055 ceph-mon[183057]: pgmap v6008: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:07.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:00:06 smithi055 ceph-mon[185614]: pgmap v6008: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:09.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:00:08 smithi082 ceph-mon[180771]: pgmap v6009: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:09.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:00:08 smithi055 ceph-mon[185614]: pgmap v6009: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:00:08 smithi055 ceph-mon[183057]: pgmap v6009: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:10.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:00:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:00:10.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:00:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:00:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:00:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:00:11.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:00:10 smithi082 ceph-mon[180771]: pgmap v6010: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:11.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:00:10 smithi055 ceph-mon[185614]: pgmap v6010: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:11.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:00:10 smithi055 ceph-mon[183057]: pgmap v6010: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:13.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:00:12 smithi082 ceph-mon[180771]: pgmap v6011: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:13.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:00:12 smithi055 ceph-mon[185614]: pgmap v6011: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:13.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:00:12 smithi055 ceph-mon[183057]: pgmap v6011: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:14.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:00:14 smithi082 ceph-mon[180771]: pgmap v6012: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:14.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:00:14 smithi055 ceph-mon[185614]: pgmap v6012: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:14.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:00:14 smithi055 ceph-mon[183057]: pgmap v6012: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:15.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:00:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:00:15] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T03:00:17.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:00:16 smithi082 ceph-mon[180771]: pgmap v6013: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:17.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:00:16 smithi055 ceph-mon[185614]: pgmap v6013: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:17.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:00:16 smithi055 ceph-mon[183057]: pgmap v6013: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:19.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:00:18 smithi082 ceph-mon[180771]: pgmap v6014: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:19.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:00:18 smithi055 ceph-mon[185614]: pgmap v6014: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:19.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:00:18 smithi055 ceph-mon[183057]: pgmap v6014: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:21.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:00:20 smithi082 ceph-mon[180771]: pgmap v6015: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:21.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:00:20 smithi055 ceph-mon[183057]: pgmap v6015: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:21.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:00:20 smithi055 ceph-mon[185614]: pgmap v6015: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:23.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:00:22 smithi082 ceph-mon[180771]: pgmap v6016: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:23.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:00:22 smithi055 ceph-mon[185614]: pgmap v6016: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:23.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:00:22 smithi055 ceph-mon[183057]: pgmap v6016: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:00:24 smithi082 ceph-mon[180771]: pgmap v6017: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:00:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:00:24.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:00:24 smithi055 ceph-mon[185614]: pgmap v6017: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:24.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:00:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:00:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:00:24 smithi055 ceph-mon[183057]: pgmap v6017: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:00:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:00:25.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:00:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:00:25] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T03:00:27.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:00:26 smithi082 ceph-mon[180771]: pgmap v6018: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:27.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:00:26 smithi055 ceph-mon[185614]: pgmap v6018: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:27.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:00:26 smithi055 ceph-mon[183057]: pgmap v6018: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:29.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:00:28 smithi082 ceph-mon[180771]: pgmap v6019: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:29.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:00:28 smithi055 ceph-mon[185614]: pgmap v6019: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:29.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:00:28 smithi055 ceph-mon[183057]: pgmap v6019: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:31.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:00:30 smithi082 ceph-mon[180771]: pgmap v6020: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:31.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:00:30 smithi055 ceph-mon[185614]: pgmap v6020: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:31.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:00:30 smithi055 ceph-mon[183057]: pgmap v6020: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:33.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:00:32 smithi082 ceph-mon[180771]: pgmap v6021: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:33.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:00:32 smithi055 ceph-mon[185614]: pgmap v6021: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:33.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:00:32 smithi055 ceph-mon[183057]: pgmap v6021: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:34.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:00:34 smithi082 ceph-mon[180771]: pgmap v6022: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:34.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:00:34 smithi055 ceph-mon[185614]: pgmap v6022: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:34.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:00:34 smithi055 ceph-mon[183057]: pgmap v6022: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:35.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:00:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:00:35] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T03:00:37.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:00:36 smithi082 ceph-mon[180771]: pgmap v6023: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:37.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:00:36 smithi055 ceph-mon[185614]: pgmap v6023: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:37.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:00:36 smithi055 ceph-mon[183057]: pgmap v6023: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:39.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:00:38 smithi082 ceph-mon[180771]: pgmap v6024: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:39.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:00:38 smithi055 ceph-mon[185614]: pgmap v6024: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:39.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:00:38 smithi055 ceph-mon[183057]: pgmap v6024: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:40.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:00:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:00:40.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:00:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:00:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:00:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:00:41.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:00:40 smithi082 ceph-mon[180771]: pgmap v6025: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:41.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:00:40 smithi055 ceph-mon[185614]: pgmap v6025: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:41.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:00:40 smithi055 ceph-mon[183057]: pgmap v6025: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:43.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:00:42 smithi082 ceph-mon[180771]: pgmap v6026: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:43.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:00:42 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T03:00:43.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:00:42 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:00:43.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:00:42 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:00:43.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:00:42 smithi055 ceph-mon[185614]: pgmap v6026: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:43.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:00:42 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T03:00:43.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:00:42 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:00:43.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:00:42 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:00:43.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:00:42 smithi055 ceph-mon[183057]: pgmap v6026: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:43.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:00:42 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T03:00:43.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:00:42 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:00:43.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:00:42 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:00:44.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:00:43 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T03:00:44.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:00:43 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T03:00:44.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:00:43 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:00:44.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:00:43 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T03:00:44.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:00:43 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T03:00:44.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:00:43 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:00:44.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:00:43 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T03:00:44.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:00:43 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T03:00:44.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:00:43 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:00:45.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:00:44 smithi082 ceph-mon[180771]: pgmap v6027: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:45.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:00:44 smithi055 ceph-mon[185614]: pgmap v6027: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:45.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:00:44 smithi055 ceph-mon[183057]: pgmap v6027: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:45.269 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:00:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:00:45] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T03:00:47.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:00:46 smithi082 ceph-mon[180771]: pgmap v6028: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:47.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:00:46 smithi055 ceph-mon[185614]: pgmap v6028: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:47.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:00:46 smithi055 ceph-mon[183057]: pgmap v6028: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:49.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:00:48 smithi055 ceph-mon[185614]: pgmap v6029: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:49.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:00:48 smithi055 ceph-mon[183057]: pgmap v6029: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:00:48 smithi082 ceph-mon[180771]: pgmap v6029: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:51.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:00:50 smithi055 ceph-mon[185614]: pgmap v6030: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:51.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:00:50 smithi055 ceph-mon[183057]: pgmap v6030: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:00:50 smithi082 ceph-mon[180771]: pgmap v6030: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:53.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:00:52 smithi055 ceph-mon[185614]: pgmap v6031: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:53.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:00:52 smithi055 ceph-mon[183057]: pgmap v6031: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:53.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:00:52 smithi082 ceph-mon[180771]: pgmap v6031: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:00:54 smithi082 ceph-mon[180771]: pgmap v6032: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:00:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:00:54.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:00:54 smithi055 ceph-mon[185614]: pgmap v6032: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:54.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:00:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:00:54.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:00:54 smithi055 ceph-mon[183057]: pgmap v6032: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:54.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:00:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:00:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:00:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:00:55] "GET /metrics HTTP/1.1" 200 36225 "" "Prometheus/2.43.0" 2023-10-14T03:00:57.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:00:56 smithi082 ceph-mon[180771]: pgmap v6033: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:57.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:00:56 smithi055 ceph-mon[185614]: pgmap v6033: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:57.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:00:56 smithi055 ceph-mon[183057]: pgmap v6033: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:59.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:00:58 smithi082 ceph-mon[180771]: pgmap v6034: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:59.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:00:58 smithi055 ceph-mon[185614]: pgmap v6034: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:00:59.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:00:58 smithi055 ceph-mon[183057]: pgmap v6034: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:01.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:01:00 smithi082 ceph-mon[180771]: pgmap v6035: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:01.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:01:00 smithi055 ceph-mon[185614]: pgmap v6035: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:01:00 smithi055 ceph-mon[183057]: pgmap v6035: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:03.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:01:02 smithi082 ceph-mon[180771]: pgmap v6036: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:03.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:01:02 smithi055 ceph-mon[185614]: pgmap v6036: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:03.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:01:02 smithi055 ceph-mon[183057]: pgmap v6036: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:04.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:01:04 smithi082 ceph-mon[180771]: pgmap v6037: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:04.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:01:04 smithi055 ceph-mon[185614]: pgmap v6037: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:04.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:01:04 smithi055 ceph-mon[183057]: pgmap v6037: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:01:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:01:05] "GET /metrics HTTP/1.1" 200 36225 "" "Prometheus/2.43.0" 2023-10-14T03:01:07.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:01:06 smithi082 ceph-mon[180771]: pgmap v6038: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:07.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:01:06 smithi055 ceph-mon[185614]: pgmap v6038: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:07.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:01:06 smithi055 ceph-mon[183057]: pgmap v6038: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:09.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:01:08 smithi082 ceph-mon[180771]: pgmap v6039: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:09.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:01:08 smithi055 ceph-mon[185614]: pgmap v6039: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:01:08 smithi055 ceph-mon[183057]: pgmap v6039: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:10.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:01:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:01:10.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:01:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:01:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:01:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:01:11.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:01:10 smithi082 ceph-mon[180771]: pgmap v6040: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:11.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:01:10 smithi055 ceph-mon[185614]: pgmap v6040: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:11.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:01:10 smithi055 ceph-mon[183057]: pgmap v6040: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:13.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:01:12 smithi055 ceph-mon[185614]: pgmap v6041: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:13.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:01:12 smithi055 ceph-mon[183057]: pgmap v6041: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:01:12 smithi082 ceph-mon[180771]: pgmap v6041: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:14.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:01:14 smithi082 ceph-mon[180771]: pgmap v6042: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:14.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:01:14 smithi055 ceph-mon[185614]: pgmap v6042: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:14.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:01:14 smithi055 ceph-mon[183057]: pgmap v6042: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:15.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:01:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:01:15] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T03:01:17.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:01:16 smithi082 ceph-mon[180771]: pgmap v6043: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:17.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:01:16 smithi055 ceph-mon[185614]: pgmap v6043: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:17.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:01:16 smithi055 ceph-mon[183057]: pgmap v6043: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:19.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:01:18 smithi082 ceph-mon[180771]: pgmap v6044: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:19.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:01:18 smithi055 ceph-mon[183057]: pgmap v6044: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:19.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:01:18 smithi055 ceph-mon[185614]: pgmap v6044: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:21.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:01:20 smithi082 ceph-mon[180771]: pgmap v6045: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:21.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:01:20 smithi055 ceph-mon[185614]: pgmap v6045: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:21.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:01:20 smithi055 ceph-mon[183057]: pgmap v6045: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:23.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:01:22 smithi082 ceph-mon[180771]: pgmap v6046: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:23.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:01:22 smithi055 ceph-mon[185614]: pgmap v6046: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:23.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:01:22 smithi055 ceph-mon[183057]: pgmap v6046: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:01:24 smithi082 ceph-mon[180771]: pgmap v6047: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:01:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:01:24.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:01:24 smithi055 ceph-mon[185614]: pgmap v6047: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:24.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:01:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:01:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:01:24 smithi055 ceph-mon[183057]: pgmap v6047: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:24.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:01:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:01:25.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:01:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:01:25] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T03:01:27.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:01:26 smithi082 ceph-mon[180771]: pgmap v6048: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:27.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:01:26 smithi055 ceph-mon[185614]: pgmap v6048: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:27.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:01:26 smithi055 ceph-mon[183057]: pgmap v6048: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:29.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:01:28 smithi082 ceph-mon[180771]: pgmap v6049: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:29.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:01:28 smithi055 ceph-mon[185614]: pgmap v6049: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:29.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:01:28 smithi055 ceph-mon[183057]: pgmap v6049: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:31.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:01:30 smithi082 ceph-mon[180771]: pgmap v6050: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:31.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:01:30 smithi055 ceph-mon[185614]: pgmap v6050: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:31.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:01:30 smithi055 ceph-mon[183057]: pgmap v6050: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:33.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:01:32 smithi082 ceph-mon[180771]: pgmap v6051: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:33.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:01:32 smithi055 ceph-mon[185614]: pgmap v6051: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:33.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:01:32 smithi055 ceph-mon[183057]: pgmap v6051: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:34.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:01:34 smithi082 ceph-mon[180771]: pgmap v6052: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:34.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:01:34 smithi055 ceph-mon[185614]: pgmap v6052: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:34.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:01:34 smithi055 ceph-mon[183057]: pgmap v6052: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:35.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:01:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:01:35] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T03:01:37.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:01:36 smithi082 ceph-mon[180771]: pgmap v6053: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:37.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:01:36 smithi055 ceph-mon[185614]: pgmap v6053: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:37.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:01:36 smithi055 ceph-mon[183057]: pgmap v6053: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:39.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:01:38 smithi082 ceph-mon[180771]: pgmap v6054: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:39.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:01:38 smithi055 ceph-mon[185614]: pgmap v6054: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:39.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:01:38 smithi055 ceph-mon[183057]: pgmap v6054: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:40.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:01:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:01:40.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:01:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:01:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:01:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:01:41.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:01:40 smithi055 ceph-mon[185614]: pgmap v6055: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:41.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:01:40 smithi055 ceph-mon[183057]: pgmap v6055: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:41.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:01:40 smithi082 ceph-mon[180771]: pgmap v6055: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:43.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:01:42 smithi055 ceph-mon[185614]: pgmap v6056: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:43.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:01:42 smithi055 ceph-mon[183057]: pgmap v6056: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:43.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:01:42 smithi082 ceph-mon[180771]: pgmap v6056: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:44.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:01:43 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T03:01:44.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:01:43 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T03:01:44.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:01:43 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T03:01:44.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:01:43 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:01:44.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:01:43 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T03:01:44.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:01:43 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T03:01:44.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:01:43 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T03:01:44.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:01:43 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:01:44.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:01:43 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T03:01:44.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:01:43 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T03:01:44.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:01:43 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T03:01:44.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:01:43 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:01:45.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:01:44 smithi055 ceph-mon[185614]: pgmap v6057: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:45.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:01:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:01:45] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T03:01:45.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:01:44 smithi055 ceph-mon[183057]: pgmap v6057: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:45.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:01:44 smithi082 ceph-mon[180771]: pgmap v6057: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:47.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:01:46 smithi055 ceph-mon[185614]: pgmap v6058: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:47.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:01:46 smithi055 ceph-mon[183057]: pgmap v6058: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:01:46 smithi082 ceph-mon[180771]: pgmap v6058: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:49.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:01:48 smithi055 ceph-mon[185614]: pgmap v6059: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:49.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:01:48 smithi055 ceph-mon[183057]: pgmap v6059: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:01:48 smithi082 ceph-mon[180771]: pgmap v6059: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:51.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:01:50 smithi055 ceph-mon[185614]: pgmap v6060: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:51.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:01:50 smithi055 ceph-mon[183057]: pgmap v6060: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:01:50 smithi082 ceph-mon[180771]: pgmap v6060: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:53.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:01:52 smithi055 ceph-mon[185614]: pgmap v6061: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:53.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:01:52 smithi055 ceph-mon[183057]: pgmap v6061: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:53.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:01:52 smithi082 ceph-mon[180771]: pgmap v6061: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:01:54 smithi082 ceph-mon[180771]: pgmap v6062: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:01:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:01:54.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:01:54 smithi055 ceph-mon[185614]: pgmap v6062: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:54.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:01:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:01:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:01:54 smithi055 ceph-mon[183057]: pgmap v6062: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:01:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:01:55.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:01:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:01:55] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T03:01:57.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:01:56 smithi082 ceph-mon[180771]: pgmap v6063: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:57.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:01:56 smithi055 ceph-mon[185614]: pgmap v6063: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:57.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:01:56 smithi055 ceph-mon[183057]: pgmap v6063: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:59.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:01:58 smithi082 ceph-mon[180771]: pgmap v6064: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:59.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:01:58 smithi055 ceph-mon[185614]: pgmap v6064: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:01:59.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:01:58 smithi055 ceph-mon[183057]: pgmap v6064: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:01.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:02:00 smithi082 ceph-mon[180771]: pgmap v6065: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:01.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:02:00 smithi055 ceph-mon[185614]: pgmap v6065: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:02:00 smithi055 ceph-mon[183057]: pgmap v6065: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:03.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:02:02 smithi055 ceph-mon[185614]: pgmap v6066: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:03.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:02:02 smithi055 ceph-mon[183057]: pgmap v6066: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:02:02 smithi082 ceph-mon[180771]: pgmap v6066: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:04.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:02:04 smithi082 ceph-mon[180771]: pgmap v6067: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:04.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:02:04 smithi055 ceph-mon[183057]: pgmap v6067: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:04.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:02:04 smithi055 ceph-mon[185614]: pgmap v6067: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:05.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:02:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:02:05] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T03:02:07.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:02:06 smithi082 ceph-mon[180771]: pgmap v6068: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:07.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:02:06 smithi055 ceph-mon[185614]: pgmap v6068: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:07.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:02:06 smithi055 ceph-mon[183057]: pgmap v6068: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:09.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:02:08 smithi082 ceph-mon[180771]: pgmap v6069: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:09.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:02:08 smithi055 ceph-mon[185614]: pgmap v6069: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:02:08 smithi055 ceph-mon[183057]: pgmap v6069: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:10.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:02:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:02:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:02:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:02:10.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:02:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:02:11.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:02:10 smithi055 ceph-mon[185614]: pgmap v6070: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:11.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:02:10 smithi055 ceph-mon[183057]: pgmap v6070: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:02:10 smithi082 ceph-mon[180771]: pgmap v6070: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:13.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:02:12 smithi055 ceph-mon[185614]: pgmap v6071: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:13.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:02:12 smithi055 ceph-mon[183057]: pgmap v6071: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:02:12 smithi082 ceph-mon[180771]: pgmap v6071: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:14.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:02:14 smithi082 ceph-mon[180771]: pgmap v6072: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:14.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:02:14 smithi055 ceph-mon[185614]: pgmap v6072: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:14.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:02:14 smithi055 ceph-mon[183057]: pgmap v6072: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:15.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:02:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:02:15] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T03:02:17.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:02:16 smithi082 ceph-mon[180771]: pgmap v6073: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:17.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:02:16 smithi055 ceph-mon[185614]: pgmap v6073: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:17.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:02:16 smithi055 ceph-mon[183057]: pgmap v6073: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:19.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:02:18 smithi082 ceph-mon[180771]: pgmap v6074: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:19.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:02:18 smithi055 ceph-mon[185614]: pgmap v6074: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:19.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:02:18 smithi055 ceph-mon[183057]: pgmap v6074: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:21.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:02:20 smithi082 ceph-mon[180771]: pgmap v6075: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:21.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:02:20 smithi055 ceph-mon[185614]: pgmap v6075: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:21.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:02:20 smithi055 ceph-mon[183057]: pgmap v6075: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:23.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:02:22 smithi082 ceph-mon[180771]: pgmap v6076: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:23.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:02:22 smithi055 ceph-mon[185614]: pgmap v6076: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:23.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:02:22 smithi055 ceph-mon[183057]: pgmap v6076: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:02:24 smithi082 ceph-mon[180771]: pgmap v6077: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:02:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:02:24.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:02:24 smithi055 ceph-mon[185614]: pgmap v6077: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:24.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:02:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:02:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:02:24 smithi055 ceph-mon[183057]: pgmap v6077: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:02:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:02:25.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:02:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:02:25] "GET /metrics HTTP/1.1" 200 36227 "" "Prometheus/2.43.0" 2023-10-14T03:02:27.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:02:26 smithi082 ceph-mon[180771]: pgmap v6078: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:27.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:02:26 smithi055 ceph-mon[183057]: pgmap v6078: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:27.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:02:26 smithi055 ceph-mon[185614]: pgmap v6078: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:29.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:02:28 smithi055 ceph-mon[185614]: pgmap v6079: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:29.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:02:28 smithi055 ceph-mon[183057]: pgmap v6079: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:02:28 smithi082 ceph-mon[180771]: pgmap v6079: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:31.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:02:30 smithi055 ceph-mon[185614]: pgmap v6080: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:31.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:02:30 smithi055 ceph-mon[183057]: pgmap v6080: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:02:30 smithi082 ceph-mon[180771]: pgmap v6080: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:33.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:02:32 smithi055 ceph-mon[185614]: pgmap v6081: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:33.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:02:32 smithi055 ceph-mon[183057]: pgmap v6081: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:02:32 smithi082 ceph-mon[180771]: pgmap v6081: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:34.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:02:34 smithi082 ceph-mon[180771]: pgmap v6082: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:34.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:02:34 smithi055 ceph-mon[185614]: pgmap v6082: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:34.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:02:34 smithi055 ceph-mon[183057]: pgmap v6082: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:35.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:02:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:02:35] "GET /metrics HTTP/1.1" 200 36227 "" "Prometheus/2.43.0" 2023-10-14T03:02:37.125 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:02:36 smithi082 ceph-mon[180771]: pgmap v6083: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:37.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:02:36 smithi055 ceph-mon[185614]: pgmap v6083: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:37.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:02:36 smithi055 ceph-mon[183057]: pgmap v6083: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:39.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:02:38 smithi055 ceph-mon[185614]: pgmap v6084: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:39.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:02:38 smithi055 ceph-mon[183057]: pgmap v6084: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:02:38 smithi082 ceph-mon[180771]: pgmap v6084: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:40.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:02:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:02:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:02:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:02:40.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:02:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:02:41.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:02:40 smithi055 ceph-mon[185614]: pgmap v6085: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:41.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:02:40 smithi055 ceph-mon[183057]: pgmap v6085: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:41.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:02:40 smithi082 ceph-mon[180771]: pgmap v6085: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:43.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:02:42 smithi055 ceph-mon[185614]: pgmap v6086: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:43.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:02:42 smithi055 ceph-mon[183057]: pgmap v6086: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:43.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:02:42 smithi082 ceph-mon[180771]: pgmap v6086: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:44.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:02:44 smithi082 ceph-mon[180771]: pgmap v6087: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:44.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:02:44 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T03:02:44.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:02:44 smithi055 ceph-mon[185614]: pgmap v6087: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:44.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:02:44 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T03:02:44.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:02:44 smithi055 ceph-mon[183057]: pgmap v6087: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:44.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:02:44 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T03:02:45.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:02:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:02:45] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T03:02:47.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:02:47 smithi055 ceph-mon[185614]: pgmap v6088: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:47.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:02:47 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:02:47.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:02:47 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:02:47.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:02:47 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:02:47.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:02:47 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:02:47.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:02:47 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T03:02:47.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:02:47 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T03:02:47.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:02:47 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:02:47.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:02:47 smithi055 ceph-mon[183057]: pgmap v6088: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:47.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:02:47 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:02:47.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:02:47 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:02:47.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:02:47 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:02:47.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:02:47 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:02:47.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:02:47 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T03:02:47.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:02:47 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T03:02:47.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:02:47 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:02:47.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:02:47 smithi082 ceph-mon[180771]: pgmap v6088: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:47.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:02:47 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:02:47.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:02:47 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:02:47.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:02:47 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:02:47.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:02:47 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:02:47.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:02:47 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T03:02:47.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:02:47 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T03:02:47.627 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:02:47 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:02:49.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:02:49 smithi055 ceph-mon[185614]: pgmap v6089: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:49.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:02:49 smithi055 ceph-mon[183057]: pgmap v6089: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:49.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:02:49 smithi082 ceph-mon[180771]: pgmap v6089: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:51.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:02:51 smithi055 ceph-mon[185614]: pgmap v6090: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:51.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:02:51 smithi055 ceph-mon[183057]: pgmap v6090: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:51.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:02:51 smithi082 ceph-mon[180771]: pgmap v6090: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:53.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:02:53 smithi055 ceph-mon[185614]: pgmap v6091: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:53.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:02:53 smithi055 ceph-mon[183057]: pgmap v6091: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:53.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:02:53 smithi082 ceph-mon[180771]: pgmap v6091: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:02:54 smithi082 ceph-mon[180771]: pgmap v6092: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:02:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:02:54.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:02:54 smithi055 ceph-mon[185614]: pgmap v6092: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:54.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:02:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:02:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:02:54 smithi055 ceph-mon[183057]: pgmap v6092: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:02:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:02:55.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:02:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:02:55] "GET /metrics HTTP/1.1" 200 36227 "" "Prometheus/2.43.0" 2023-10-14T03:02:57.126 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:02:56 smithi082 ceph-mon[180771]: pgmap v6093: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:57.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:02:56 smithi055 ceph-mon[185614]: pgmap v6093: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:57.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:02:56 smithi055 ceph-mon[183057]: pgmap v6093: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:59.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:02:58 smithi055 ceph-mon[183057]: pgmap v6094: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:59.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:02:58 smithi055 ceph-mon[185614]: pgmap v6094: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:02:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:02:58 smithi082 ceph-mon[180771]: pgmap v6094: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:01.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:03:00 smithi055 ceph-mon[185614]: pgmap v6095: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:03:00 smithi055 ceph-mon[183057]: pgmap v6095: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:03:00 smithi082 ceph-mon[180771]: pgmap v6095: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:03.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:03:02 smithi055 ceph-mon[183057]: pgmap v6096: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:03.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:03:02 smithi055 ceph-mon[185614]: pgmap v6096: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:03:02 smithi082 ceph-mon[180771]: pgmap v6096: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:04.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:03:04 smithi082 ceph-mon[180771]: pgmap v6097: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:04.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:03:04 smithi055 ceph-mon[185614]: pgmap v6097: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:04.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:03:04 smithi055 ceph-mon[183057]: pgmap v6097: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:03:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:03:05] "GET /metrics HTTP/1.1" 200 36227 "" "Prometheus/2.43.0" 2023-10-14T03:03:07.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:03:06 smithi055 ceph-mon[185614]: pgmap v6098: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:07.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:03:06 smithi055 ceph-mon[183057]: pgmap v6098: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:03:06 smithi082 ceph-mon[180771]: pgmap v6098: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:09.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:03:08 smithi055 ceph-mon[185614]: pgmap v6099: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:03:08 smithi055 ceph-mon[183057]: pgmap v6099: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:03:08 smithi082 ceph-mon[180771]: pgmap v6099: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:10.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:03:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:03:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:03:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:03:10.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:03:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:03:11.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:03:10 smithi055 ceph-mon[185614]: pgmap v6100: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:11.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:03:10 smithi055 ceph-mon[183057]: pgmap v6100: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:03:10 smithi082 ceph-mon[180771]: pgmap v6100: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:13.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:03:12 smithi055 ceph-mon[185614]: pgmap v6101: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:13.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:03:12 smithi055 ceph-mon[183057]: pgmap v6101: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:03:12 smithi082 ceph-mon[180771]: pgmap v6101: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:14.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:03:14 smithi082 ceph-mon[180771]: pgmap v6102: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:14.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:03:14 smithi055 ceph-mon[185614]: pgmap v6102: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:14.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:03:14 smithi055 ceph-mon[183057]: pgmap v6102: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:03:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:03:15] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T03:03:17.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:03:16 smithi055 ceph-mon[185614]: pgmap v6103: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:17.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:03:16 smithi055 ceph-mon[183057]: pgmap v6103: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:03:16 smithi082 ceph-mon[180771]: pgmap v6103: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:19.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:03:18 smithi055 ceph-mon[185614]: pgmap v6104: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:19.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:03:18 smithi055 ceph-mon[183057]: pgmap v6104: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:03:18 smithi082 ceph-mon[180771]: pgmap v6104: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:21.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:03:20 smithi055 ceph-mon[185614]: pgmap v6105: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:21.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:03:20 smithi055 ceph-mon[183057]: pgmap v6105: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:03:20 smithi082 ceph-mon[180771]: pgmap v6105: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:23.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:03:22 smithi055 ceph-mon[185614]: pgmap v6106: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:23.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:03:22 smithi055 ceph-mon[183057]: pgmap v6106: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:03:22 smithi082 ceph-mon[180771]: pgmap v6106: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:03:24 smithi082 ceph-mon[180771]: pgmap v6107: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:03:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:03:24.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:03:24 smithi055 ceph-mon[185614]: pgmap v6107: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:24.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:03:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:03:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:03:24 smithi055 ceph-mon[183057]: pgmap v6107: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:03:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:03:25.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:03:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:03:25] "GET /metrics HTTP/1.1" 200 36226 "" "Prometheus/2.43.0" 2023-10-14T03:03:27.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:03:26 smithi055 ceph-mon[185614]: pgmap v6108: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:27.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:03:26 smithi055 ceph-mon[183057]: pgmap v6108: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:03:26 smithi082 ceph-mon[180771]: pgmap v6108: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:29.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:03:28 smithi055 ceph-mon[185614]: pgmap v6109: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:29.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:03:28 smithi055 ceph-mon[183057]: pgmap v6109: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:03:28 smithi082 ceph-mon[180771]: pgmap v6109: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:31.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:03:30 smithi055 ceph-mon[185614]: pgmap v6110: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:31.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:03:30 smithi055 ceph-mon[183057]: pgmap v6110: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:03:30 smithi082 ceph-mon[180771]: pgmap v6110: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:33.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:03:32 smithi055 ceph-mon[185614]: pgmap v6111: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:33.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:03:32 smithi055 ceph-mon[183057]: pgmap v6111: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:33.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:03:32 smithi082 ceph-mon[180771]: pgmap v6111: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:34.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:03:34 smithi082 ceph-mon[180771]: pgmap v6112: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:34.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:03:34 smithi055 ceph-mon[185614]: pgmap v6112: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:34.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:03:34 smithi055 ceph-mon[183057]: pgmap v6112: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:35.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:03:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:03:35] "GET /metrics HTTP/1.1" 200 36226 "" "Prometheus/2.43.0" 2023-10-14T03:03:37.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:03:36 smithi055 ceph-mon[185614]: pgmap v6113: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:37.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:03:36 smithi055 ceph-mon[183057]: pgmap v6113: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:03:36 smithi082 ceph-mon[180771]: pgmap v6113: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:39.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:03:38 smithi055 ceph-mon[185614]: pgmap v6114: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:39.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:03:38 smithi055 ceph-mon[183057]: pgmap v6114: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:03:38 smithi082 ceph-mon[180771]: pgmap v6114: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:40.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:03:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:03:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:03:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:03:40.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:03:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:03:41.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:03:40 smithi055 ceph-mon[185614]: pgmap v6115: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:41.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:03:40 smithi055 ceph-mon[183057]: pgmap v6115: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:41.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:03:40 smithi082 ceph-mon[180771]: pgmap v6115: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:43.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:03:42 smithi055 ceph-mon[185614]: pgmap v6116: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:43.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:03:42 smithi055 ceph-mon[183057]: pgmap v6116: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:43.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:03:42 smithi082 ceph-mon[180771]: pgmap v6116: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:44.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:03:44 smithi082 ceph-mon[180771]: pgmap v6117: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:44.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:03:44 smithi055 ceph-mon[185614]: pgmap v6117: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:44.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:03:44 smithi055 ceph-mon[183057]: pgmap v6117: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:45.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:03:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:03:45] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T03:03:47.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:03:46 smithi055 ceph-mon[185614]: pgmap v6118: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:47.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:03:46 smithi055 ceph-mon[183057]: pgmap v6118: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:03:46 smithi082 ceph-mon[180771]: pgmap v6118: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:48.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:03:47 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T03:03:48.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:03:47 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T03:03:48.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:03:47 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T03:03:48.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:03:47 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:03:48.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:03:47 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T03:03:48.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:03:47 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T03:03:48.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:03:47 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T03:03:48.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:03:47 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:03:48.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:03:47 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T03:03:48.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:03:47 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T03:03:48.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:03:47 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T03:03:48.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:03:47 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:03:49.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:03:48 smithi055 ceph-mon[185614]: pgmap v6119: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:49.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:03:48 smithi055 ceph-mon[183057]: pgmap v6119: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:03:48 smithi082 ceph-mon[180771]: pgmap v6119: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:51.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:03:50 smithi055 ceph-mon[185614]: pgmap v6120: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:51.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:03:50 smithi055 ceph-mon[183057]: pgmap v6120: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:03:50 smithi082 ceph-mon[180771]: pgmap v6120: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:53.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:03:52 smithi055 ceph-mon[185614]: pgmap v6121: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:53.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:03:52 smithi055 ceph-mon[183057]: pgmap v6121: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:53.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:03:52 smithi082 ceph-mon[180771]: pgmap v6121: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:03:54 smithi082 ceph-mon[180771]: pgmap v6122: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:54.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:03:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:03:54.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:03:54 smithi055 ceph-mon[185614]: pgmap v6122: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:54.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:03:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:03:54.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:03:54 smithi055 ceph-mon[183057]: pgmap v6122: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:54.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:03:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:03:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:03:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:03:55] "GET /metrics HTTP/1.1" 200 36228 "" "Prometheus/2.43.0" 2023-10-14T03:03:57.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:03:56 smithi055 ceph-mon[185614]: pgmap v6123: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:57.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:03:56 smithi055 ceph-mon[183057]: pgmap v6123: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:03:56 smithi082 ceph-mon[180771]: pgmap v6123: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:59.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:03:58 smithi055 ceph-mon[185614]: pgmap v6124: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:59.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:03:58 smithi055 ceph-mon[183057]: pgmap v6124: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:03:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:03:58 smithi082 ceph-mon[180771]: pgmap v6124: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:01.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:04:00 smithi055 ceph-mon[185614]: pgmap v6125: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:04:00 smithi055 ceph-mon[183057]: pgmap v6125: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:04:00 smithi082 ceph-mon[180771]: pgmap v6125: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:03.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:04:02 smithi055 ceph-mon[185614]: pgmap v6126: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:03.271 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:04:02 smithi055 ceph-mon[183057]: pgmap v6126: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:04:02 smithi082 ceph-mon[180771]: pgmap v6126: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:04.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:04:04 smithi082 ceph-mon[180771]: pgmap v6127: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:04.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:04:04 smithi055 ceph-mon[185614]: pgmap v6127: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:04.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:04:04 smithi055 ceph-mon[183057]: pgmap v6127: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:04:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:04:05] "GET /metrics HTTP/1.1" 200 36228 "" "Prometheus/2.43.0" 2023-10-14T03:04:07.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:04:06 smithi055 ceph-mon[185614]: pgmap v6128: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:07.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:04:06 smithi055 ceph-mon[183057]: pgmap v6128: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:04:06 smithi082 ceph-mon[180771]: pgmap v6128: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:09.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:04:08 smithi055 ceph-mon[185614]: pgmap v6129: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:04:08 smithi055 ceph-mon[183057]: pgmap v6129: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:04:08 smithi082 ceph-mon[180771]: pgmap v6129: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:10.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:04:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:04:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:04:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:04:10.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:04:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:04:11.269 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:04:10 smithi055 ceph-mon[185614]: pgmap v6130: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:11.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:04:10 smithi055 ceph-mon[183057]: pgmap v6130: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:04:10 smithi082 ceph-mon[180771]: pgmap v6130: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:13.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:04:12 smithi055 ceph-mon[185614]: pgmap v6131: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:13.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:04:12 smithi055 ceph-mon[183057]: pgmap v6131: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:04:12 smithi082 ceph-mon[180771]: pgmap v6131: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:14.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:04:14 smithi082 ceph-mon[180771]: pgmap v6132: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:14.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:04:14 smithi055 ceph-mon[185614]: pgmap v6132: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:14.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:04:14 smithi055 ceph-mon[183057]: pgmap v6132: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:15.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:04:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:04:15] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T03:04:17.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:04:16 smithi055 ceph-mon[185614]: pgmap v6133: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:17.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:04:16 smithi055 ceph-mon[183057]: pgmap v6133: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:04:16 smithi082 ceph-mon[180771]: pgmap v6133: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:19.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:04:18 smithi055 ceph-mon[185614]: pgmap v6134: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:19.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:04:18 smithi055 ceph-mon[183057]: pgmap v6134: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:04:18 smithi082 ceph-mon[180771]: pgmap v6134: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:21.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:04:20 smithi055 ceph-mon[185614]: pgmap v6135: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:21.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:04:20 smithi055 ceph-mon[183057]: pgmap v6135: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:04:20 smithi082 ceph-mon[180771]: pgmap v6135: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:23.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:04:22 smithi055 ceph-mon[185614]: pgmap v6136: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:23.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:04:22 smithi055 ceph-mon[183057]: pgmap v6136: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:04:22 smithi082 ceph-mon[180771]: pgmap v6136: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:04:24 smithi082 ceph-mon[180771]: pgmap v6137: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:24.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:04:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:04:24.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:04:24 smithi055 ceph-mon[185614]: pgmap v6137: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:24.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:04:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:04:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:04:24 smithi055 ceph-mon[183057]: pgmap v6137: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:04:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:04:25.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:04:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:04:25] "GET /metrics HTTP/1.1" 200 36227 "" "Prometheus/2.43.0" 2023-10-14T03:04:27.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:04:26 smithi055 ceph-mon[183057]: pgmap v6138: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:27.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:04:26 smithi055 ceph-mon[185614]: pgmap v6138: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:04:26 smithi082 ceph-mon[180771]: pgmap v6138: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:29.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:04:28 smithi055 ceph-mon[185614]: pgmap v6139: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:29.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:04:28 smithi055 ceph-mon[183057]: pgmap v6139: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:04:28 smithi082 ceph-mon[180771]: pgmap v6139: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:31.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:04:30 smithi055 ceph-mon[185614]: pgmap v6140: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:31.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:04:30 smithi055 ceph-mon[183057]: pgmap v6140: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:04:30 smithi082 ceph-mon[180771]: pgmap v6140: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:33.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:04:32 smithi055 ceph-mon[185614]: pgmap v6141: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:33.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:04:32 smithi055 ceph-mon[183057]: pgmap v6141: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:04:32 smithi082 ceph-mon[180771]: pgmap v6141: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:34.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:04:34 smithi082 ceph-mon[180771]: pgmap v6142: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:34.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:04:34 smithi055 ceph-mon[185614]: pgmap v6142: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:34.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:04:34 smithi055 ceph-mon[183057]: pgmap v6142: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:35.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:04:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:04:35] "GET /metrics HTTP/1.1" 200 36227 "" "Prometheus/2.43.0" 2023-10-14T03:04:37.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:04:36 smithi055 ceph-mon[185614]: pgmap v6143: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:37.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:04:36 smithi055 ceph-mon[183057]: pgmap v6143: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:37.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:04:36 smithi082 ceph-mon[180771]: pgmap v6143: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:39.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:04:38 smithi055 ceph-mon[185614]: pgmap v6144: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:39.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:04:38 smithi055 ceph-mon[183057]: pgmap v6144: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:04:38 smithi082 ceph-mon[180771]: pgmap v6144: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:40.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:04:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:04:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:04:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:04:40.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:04:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:04:41.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:04:40 smithi055 ceph-mon[185614]: pgmap v6145: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:41.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:04:40 smithi055 ceph-mon[183057]: pgmap v6145: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:41.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:04:40 smithi082 ceph-mon[180771]: pgmap v6145: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:43.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:04:42 smithi055 ceph-mon[185614]: pgmap v6146: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:43.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:04:42 smithi055 ceph-mon[183057]: pgmap v6146: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:43.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:04:42 smithi082 ceph-mon[180771]: pgmap v6146: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:44.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:04:44 smithi082 ceph-mon[180771]: pgmap v6147: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:44.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:04:44 smithi055 ceph-mon[185614]: pgmap v6147: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:44.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:04:44 smithi055 ceph-mon[183057]: pgmap v6147: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:04:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:04:45] "GET /metrics HTTP/1.1" 200 36228 "" "Prometheus/2.43.0" 2023-10-14T03:04:47.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:04:46 smithi055 ceph-mon[185614]: pgmap v6148: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:47.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:04:46 smithi055 ceph-mon[183057]: pgmap v6148: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:04:46 smithi082 ceph-mon[180771]: pgmap v6148: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:48.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:04:47 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T03:04:48.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:04:47 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T03:04:48.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:04:47 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T03:04:49.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:04:48 smithi055 ceph-mon[185614]: pgmap v6149: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:49.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:04:48 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T03:04:49.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:04:48 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T03:04:49.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:04:48 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:04:49.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:04:48 smithi055 ceph-mon[183057]: pgmap v6149: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:49.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:04:48 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T03:04:49.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:04:48 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T03:04:49.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:04:48 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:04:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:04:48 smithi082 ceph-mon[180771]: pgmap v6149: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:04:48 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T03:04:49.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:04:48 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T03:04:49.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:04:48 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:04:51.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:04:50 smithi055 ceph-mon[185614]: pgmap v6150: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:51.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:04:50 smithi055 ceph-mon[183057]: pgmap v6150: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:04:50 smithi082 ceph-mon[180771]: pgmap v6150: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:53.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:04:52 smithi055 ceph-mon[185614]: pgmap v6151: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:53.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:04:52 smithi055 ceph-mon[183057]: pgmap v6151: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:53.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:04:52 smithi082 ceph-mon[180771]: pgmap v6151: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:04:54 smithi082 ceph-mon[180771]: pgmap v6152: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:54.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:04:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:04:54.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:04:54 smithi055 ceph-mon[185614]: pgmap v6152: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:54.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:04:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:04:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:04:54 smithi055 ceph-mon[183057]: pgmap v6152: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:04:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:04:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:04:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:04:55] "GET /metrics HTTP/1.1" 200 36225 "" "Prometheus/2.43.0" 2023-10-14T03:04:57.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:04:56 smithi055 ceph-mon[185614]: pgmap v6153: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:57.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:04:56 smithi055 ceph-mon[183057]: pgmap v6153: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:04:56 smithi082 ceph-mon[180771]: pgmap v6153: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:59.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:04:58 smithi055 ceph-mon[185614]: pgmap v6154: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:59.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:04:58 smithi055 ceph-mon[183057]: pgmap v6154: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:04:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:04:58 smithi082 ceph-mon[180771]: pgmap v6154: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:01.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:05:00 smithi055 ceph-mon[185614]: pgmap v6155: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:05:00 smithi055 ceph-mon[183057]: pgmap v6155: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:05:00 smithi082 ceph-mon[180771]: pgmap v6155: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:03.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:05:02 smithi055 ceph-mon[185614]: pgmap v6156: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:03.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:05:02 smithi055 ceph-mon[183057]: pgmap v6156: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:05:02 smithi082 ceph-mon[180771]: pgmap v6156: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:04.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:05:04 smithi082 ceph-mon[180771]: pgmap v6157: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:04.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:05:04 smithi055 ceph-mon[185614]: pgmap v6157: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:04.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:05:04 smithi055 ceph-mon[183057]: pgmap v6157: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:05.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:05:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:05:05] "GET /metrics HTTP/1.1" 200 36225 "" "Prometheus/2.43.0" 2023-10-14T03:05:07.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:05:06 smithi055 ceph-mon[185614]: pgmap v6158: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:07.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:05:06 smithi055 ceph-mon[183057]: pgmap v6158: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:05:06 smithi082 ceph-mon[180771]: pgmap v6158: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:09.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:05:08 smithi055 ceph-mon[185614]: pgmap v6159: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:05:08 smithi055 ceph-mon[183057]: pgmap v6159: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:05:08 smithi082 ceph-mon[180771]: pgmap v6159: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:10.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:05:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:05:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:05:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:05:10.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:05:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:05:11.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:05:10 smithi055 ceph-mon[185614]: pgmap v6160: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:11.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:05:10 smithi055 ceph-mon[183057]: pgmap v6160: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:05:10 smithi082 ceph-mon[180771]: pgmap v6160: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:13.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:05:12 smithi055 ceph-mon[185614]: pgmap v6161: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:13.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:05:12 smithi055 ceph-mon[183057]: pgmap v6161: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:05:12 smithi082 ceph-mon[180771]: pgmap v6161: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:14.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:05:14 smithi082 ceph-mon[180771]: pgmap v6162: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:14.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:05:14 smithi055 ceph-mon[185614]: pgmap v6162: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:14.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:05:14 smithi055 ceph-mon[183057]: pgmap v6162: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:15.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:05:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:05:15] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T03:05:17.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:05:16 smithi055 ceph-mon[185614]: pgmap v6163: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:17.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:05:16 smithi055 ceph-mon[183057]: pgmap v6163: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:05:16 smithi082 ceph-mon[180771]: pgmap v6163: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:19.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:05:18 smithi055 ceph-mon[183057]: pgmap v6164: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:19.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:05:18 smithi055 ceph-mon[185614]: pgmap v6164: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:05:18 smithi082 ceph-mon[180771]: pgmap v6164: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:21.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:05:20 smithi055 ceph-mon[185614]: pgmap v6165: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:21.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:05:20 smithi055 ceph-mon[183057]: pgmap v6165: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:05:20 smithi082 ceph-mon[180771]: pgmap v6165: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:23.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:05:22 smithi055 ceph-mon[185614]: pgmap v6166: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:23.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:05:22 smithi055 ceph-mon[183057]: pgmap v6166: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:05:22 smithi082 ceph-mon[180771]: pgmap v6166: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:24.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:05:24 smithi055 ceph-mon[185614]: pgmap v6167: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:24.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:05:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:05:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:05:24 smithi055 ceph-mon[183057]: pgmap v6167: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:24.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:05:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:05:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:05:24 smithi082 ceph-mon[180771]: pgmap v6167: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:05:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:05:25.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:05:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:05:25] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T03:05:27.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:05:26 smithi055 ceph-mon[183057]: pgmap v6168: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:27.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:05:26 smithi055 ceph-mon[185614]: pgmap v6168: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:05:26 smithi082 ceph-mon[180771]: pgmap v6168: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:29.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:05:28 smithi055 ceph-mon[185614]: pgmap v6169: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:29.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:05:28 smithi055 ceph-mon[183057]: pgmap v6169: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:05:28 smithi082 ceph-mon[180771]: pgmap v6169: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:31.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:05:30 smithi055 ceph-mon[185614]: pgmap v6170: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:31.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:05:30 smithi055 ceph-mon[183057]: pgmap v6170: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:05:30 smithi082 ceph-mon[180771]: pgmap v6170: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:33.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:05:32 smithi055 ceph-mon[185614]: pgmap v6171: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:33.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:05:32 smithi055 ceph-mon[183057]: pgmap v6171: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:05:32 smithi082 ceph-mon[180771]: pgmap v6171: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:34.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:05:34 smithi082 ceph-mon[180771]: pgmap v6172: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:34.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:05:34 smithi055 ceph-mon[185614]: pgmap v6172: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:34.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:05:34 smithi055 ceph-mon[183057]: pgmap v6172: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:35.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:05:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:05:35] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T03:05:37.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:05:36 smithi055 ceph-mon[185614]: pgmap v6173: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:37.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:05:36 smithi055 ceph-mon[183057]: pgmap v6173: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:05:36 smithi082 ceph-mon[180771]: pgmap v6173: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:39.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:05:38 smithi055 ceph-mon[185614]: pgmap v6174: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:39.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:05:38 smithi055 ceph-mon[183057]: pgmap v6174: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:05:38 smithi082 ceph-mon[180771]: pgmap v6174: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:40.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:05:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:05:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:05:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:05:40.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:05:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:05:41.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:05:40 smithi055 ceph-mon[185614]: pgmap v6175: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:41.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:05:40 smithi055 ceph-mon[183057]: pgmap v6175: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:41.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:05:40 smithi082 ceph-mon[180771]: pgmap v6175: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:43.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:05:42 smithi055 ceph-mon[185614]: pgmap v6176: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:43.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:05:42 smithi055 ceph-mon[183057]: pgmap v6176: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:43.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:05:42 smithi082 ceph-mon[180771]: pgmap v6176: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:44.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:05:44 smithi082 ceph-mon[180771]: pgmap v6177: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:44.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:05:44 smithi055 ceph-mon[185614]: pgmap v6177: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:44.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:05:44 smithi055 ceph-mon[183057]: pgmap v6177: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:45.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:05:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:05:45] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T03:05:47.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:05:46 smithi055 ceph-mon[185614]: pgmap v6178: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:47.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:05:46 smithi055 ceph-mon[183057]: pgmap v6178: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:05:46 smithi082 ceph-mon[180771]: pgmap v6178: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:49.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:05:48 smithi055 ceph-mon[185614]: pgmap v6179: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:49.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:05:48 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T03:05:49.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:05:48 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T03:05:49.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:05:48 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T03:05:49.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:05:48 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:05:49.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:05:48 smithi055 ceph-mon[183057]: pgmap v6179: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:49.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:05:48 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T03:05:49.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:05:48 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T03:05:49.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:05:48 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T03:05:49.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:05:48 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:05:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:05:48 smithi082 ceph-mon[180771]: pgmap v6179: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:05:48 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T03:05:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:05:48 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T03:05:49.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:05:48 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T03:05:49.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:05:48 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:05:51.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:05:50 smithi055 ceph-mon[185614]: pgmap v6180: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:51.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:05:50 smithi055 ceph-mon[183057]: pgmap v6180: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:05:50 smithi082 ceph-mon[180771]: pgmap v6180: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:53.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:05:52 smithi055 ceph-mon[185614]: pgmap v6181: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:53.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:05:52 smithi055 ceph-mon[183057]: pgmap v6181: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:53.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:05:52 smithi082 ceph-mon[180771]: pgmap v6181: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:54.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:05:54 smithi055 ceph-mon[185614]: pgmap v6182: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:54.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:05:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:05:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:05:54 smithi055 ceph-mon[183057]: pgmap v6182: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:54.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:05:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:05:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:05:54 smithi082 ceph-mon[180771]: pgmap v6182: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:05:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:05:55.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:05:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:05:55] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T03:05:57.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:05:56 smithi055 ceph-mon[185614]: pgmap v6183: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:57.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:05:56 smithi055 ceph-mon[183057]: pgmap v6183: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:05:56 smithi082 ceph-mon[180771]: pgmap v6183: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:59.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:05:58 smithi055 ceph-mon[185614]: pgmap v6184: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:59.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:05:58 smithi055 ceph-mon[183057]: pgmap v6184: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:05:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:05:58 smithi082 ceph-mon[180771]: pgmap v6184: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:01.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:06:00 smithi055 ceph-mon[185614]: pgmap v6185: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:06:00 smithi055 ceph-mon[183057]: pgmap v6185: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:06:00 smithi082 ceph-mon[180771]: pgmap v6185: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:03.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:06:02 smithi055 ceph-mon[185614]: pgmap v6186: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:03.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:06:02 smithi055 ceph-mon[183057]: pgmap v6186: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:06:02 smithi082 ceph-mon[180771]: pgmap v6186: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:04.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:06:04 smithi055 ceph-mon[185614]: pgmap v6187: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:04.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:06:04 smithi055 ceph-mon[183057]: pgmap v6187: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:04.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:06:04 smithi082 ceph-mon[180771]: pgmap v6187: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:05.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:06:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:06:05] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T03:06:07.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:06:06 smithi055 ceph-mon[185614]: pgmap v6188: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:07.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:06:06 smithi055 ceph-mon[183057]: pgmap v6188: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:06:06 smithi082 ceph-mon[180771]: pgmap v6188: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:09.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:06:08 smithi055 ceph-mon[185614]: pgmap v6189: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:06:08 smithi055 ceph-mon[183057]: pgmap v6189: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:06:08 smithi082 ceph-mon[180771]: pgmap v6189: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:10.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:06:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:06:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:06:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:06:10.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:06:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:06:11.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:06:10 smithi055 ceph-mon[185614]: pgmap v6190: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:11.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:06:10 smithi055 ceph-mon[183057]: pgmap v6190: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:06:10 smithi082 ceph-mon[180771]: pgmap v6190: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:13.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:06:12 smithi055 ceph-mon[185614]: pgmap v6191: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:13.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:06:12 smithi055 ceph-mon[183057]: pgmap v6191: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:06:12 smithi082 ceph-mon[180771]: pgmap v6191: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:14.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:06:14 smithi055 ceph-mon[185614]: pgmap v6192: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:14.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:06:14 smithi055 ceph-mon[183057]: pgmap v6192: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:14.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:06:14 smithi082 ceph-mon[180771]: pgmap v6192: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:15.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:06:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:06:15] "GET /metrics HTTP/1.1" 200 36235 "" "Prometheus/2.43.0" 2023-10-14T03:06:17.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:06:16 smithi055 ceph-mon[185614]: pgmap v6193: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:17.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:06:16 smithi055 ceph-mon[183057]: pgmap v6193: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:06:16 smithi082 ceph-mon[180771]: pgmap v6193: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:19.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:06:18 smithi055 ceph-mon[185614]: pgmap v6194: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:19.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:06:18 smithi055 ceph-mon[183057]: pgmap v6194: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:06:18 smithi082 ceph-mon[180771]: pgmap v6194: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:21.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:06:20 smithi055 ceph-mon[185614]: pgmap v6195: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:21.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:06:20 smithi055 ceph-mon[183057]: pgmap v6195: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:06:20 smithi082 ceph-mon[180771]: pgmap v6195: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:23.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:06:22 smithi055 ceph-mon[185614]: pgmap v6196: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:23.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:06:22 smithi055 ceph-mon[183057]: pgmap v6196: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:06:22 smithi082 ceph-mon[180771]: pgmap v6196: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:24.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:06:24 smithi055 ceph-mon[185614]: pgmap v6197: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:24.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:06:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:06:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:06:24 smithi055 ceph-mon[183057]: pgmap v6197: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:06:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:06:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:06:24 smithi082 ceph-mon[180771]: pgmap v6197: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:06:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:06:25.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:06:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:06:25] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T03:06:27.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:06:26 smithi055 ceph-mon[185614]: pgmap v6198: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:27.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:06:26 smithi055 ceph-mon[183057]: pgmap v6198: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:06:26 smithi082 ceph-mon[180771]: pgmap v6198: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:29.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:06:28 smithi055 ceph-mon[185614]: pgmap v6199: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:29.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:06:28 smithi055 ceph-mon[183057]: pgmap v6199: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:06:28 smithi082 ceph-mon[180771]: pgmap v6199: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:31.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:06:30 smithi055 ceph-mon[185614]: pgmap v6200: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:31.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:06:30 smithi055 ceph-mon[183057]: pgmap v6200: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:06:30 smithi082 ceph-mon[180771]: pgmap v6200: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:33.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:06:32 smithi055 ceph-mon[185614]: pgmap v6201: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:33.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:06:32 smithi055 ceph-mon[183057]: pgmap v6201: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:06:32 smithi082 ceph-mon[180771]: pgmap v6201: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:34.769 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:06:34 smithi055 ceph-mon[185614]: pgmap v6202: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:34.770 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:06:34 smithi055 ceph-mon[183057]: pgmap v6202: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:34.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:06:34 smithi082 ceph-mon[180771]: pgmap v6202: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:35.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:06:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:06:35] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T03:06:37.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:06:36 smithi055 ceph-mon[185614]: pgmap v6203: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:37.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:06:36 smithi055 ceph-mon[183057]: pgmap v6203: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:06:36 smithi082 ceph-mon[180771]: pgmap v6203: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:39.270 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:06:38 smithi055 ceph-mon[185614]: pgmap v6204: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:39.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:06:38 smithi055 ceph-mon[183057]: pgmap v6204: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:06:38 smithi082 ceph-mon[180771]: pgmap v6204: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:40.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:06:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:06:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:06:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:06:40.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:06:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:06:41.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:06:40 smithi055 ceph-mon[185614]: pgmap v6205: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:41.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:06:40 smithi055 ceph-mon[183057]: pgmap v6205: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:41.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:06:40 smithi082 ceph-mon[180771]: pgmap v6205: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:43.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:06:42 smithi055 ceph-mon[185614]: pgmap v6206: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:43.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:06:42 smithi055 ceph-mon[183057]: pgmap v6206: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:43.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:06:42 smithi082 ceph-mon[180771]: pgmap v6206: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:44.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:06:44 smithi055 ceph-mon[185614]: pgmap v6207: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:44.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:06:44 smithi055 ceph-mon[183057]: pgmap v6207: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:44.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:06:44 smithi082 ceph-mon[180771]: pgmap v6207: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:45.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:06:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:06:45] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T03:06:47.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:06:46 smithi055 ceph-mon[185614]: pgmap v6208: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:47.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:06:46 smithi055 ceph-mon[183057]: pgmap v6208: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:47.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:06:46 smithi082 ceph-mon[180771]: pgmap v6208: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:49.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:06:48 smithi055 ceph-mon[185614]: pgmap v6209: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:49.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:06:48 smithi055 ceph-mon[183057]: pgmap v6209: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:06:48 smithi082 ceph-mon[180771]: pgmap v6209: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:50.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:06:49 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T03:06:50.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:06:49 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T03:06:50.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:06:49 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T03:06:50.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:06:49 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:06:50.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:06:49 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T03:06:50.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:06:49 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T03:06:50.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:06:49 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T03:06:50.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:06:49 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:06:50.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:06:49 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T03:06:50.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:06:49 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T03:06:50.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:06:49 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T03:06:50.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:06:49 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:06:51.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:06:50 smithi055 ceph-mon[185614]: pgmap v6210: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:51.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:06:50 smithi055 ceph-mon[183057]: pgmap v6210: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:06:50 smithi082 ceph-mon[180771]: pgmap v6210: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:53.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:06:52 smithi055 ceph-mon[185614]: pgmap v6211: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:53.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:06:52 smithi055 ceph-mon[183057]: pgmap v6211: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:53.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:06:52 smithi082 ceph-mon[180771]: pgmap v6211: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:54.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:06:54 smithi055 ceph-mon[185614]: pgmap v6212: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:54.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:06:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:06:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:06:54 smithi055 ceph-mon[183057]: pgmap v6212: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:06:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:06:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:06:54 smithi082 ceph-mon[180771]: pgmap v6212: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:06:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:06:55.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:06:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:06:55] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T03:06:57.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:06:56 smithi055 ceph-mon[185614]: pgmap v6213: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:57.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:06:56 smithi055 ceph-mon[183057]: pgmap v6213: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:06:56 smithi082 ceph-mon[180771]: pgmap v6213: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:59.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:06:58 smithi055 ceph-mon[185614]: pgmap v6214: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:59.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:06:58 smithi055 ceph-mon[183057]: pgmap v6214: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:06:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:06:58 smithi082 ceph-mon[180771]: pgmap v6214: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:01.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:07:00 smithi055 ceph-mon[185614]: pgmap v6215: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:07:00 smithi055 ceph-mon[183057]: pgmap v6215: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:07:00 smithi082 ceph-mon[180771]: pgmap v6215: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:03.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:07:02 smithi055 ceph-mon[183057]: pgmap v6216: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:03.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:07:02 smithi055 ceph-mon[185614]: pgmap v6216: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:07:02 smithi082 ceph-mon[180771]: pgmap v6216: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:04.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:07:04 smithi055 ceph-mon[185614]: pgmap v6217: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:04.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:07:04 smithi055 ceph-mon[183057]: pgmap v6217: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:04.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:07:04 smithi082 ceph-mon[180771]: pgmap v6217: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:05.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:07:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:07:05] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T03:07:07.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:07:06 smithi055 ceph-mon[185614]: pgmap v6218: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:07.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:07:06 smithi055 ceph-mon[183057]: pgmap v6218: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:07:06 smithi082 ceph-mon[180771]: pgmap v6218: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:09.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:07:08 smithi055 ceph-mon[185614]: pgmap v6219: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:07:08 smithi055 ceph-mon[183057]: pgmap v6219: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:07:08 smithi082 ceph-mon[180771]: pgmap v6219: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:10.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:07:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:07:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:07:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:07:10.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:07:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:07:11.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:07:10 smithi055 ceph-mon[185614]: pgmap v6220: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:11.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:07:10 smithi055 ceph-mon[183057]: pgmap v6220: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:07:10 smithi082 ceph-mon[180771]: pgmap v6220: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:13.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:07:12 smithi055 ceph-mon[185614]: pgmap v6221: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:13.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:07:12 smithi055 ceph-mon[183057]: pgmap v6221: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:07:12 smithi082 ceph-mon[180771]: pgmap v6221: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:14.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:07:14 smithi055 ceph-mon[185614]: pgmap v6222: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:14.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:07:14 smithi055 ceph-mon[183057]: pgmap v6222: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:14.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:07:14 smithi082 ceph-mon[180771]: pgmap v6222: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:07:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:07:15] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T03:07:17.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:07:16 smithi055 ceph-mon[185614]: pgmap v6223: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:17.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:07:16 smithi055 ceph-mon[183057]: pgmap v6223: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:07:16 smithi082 ceph-mon[180771]: pgmap v6223: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:19.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:07:18 smithi055 ceph-mon[185614]: pgmap v6224: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:19.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:07:18 smithi055 ceph-mon[183057]: pgmap v6224: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:07:18 smithi082 ceph-mon[180771]: pgmap v6224: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:21.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:07:20 smithi055 ceph-mon[185614]: pgmap v6225: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:21.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:07:20 smithi055 ceph-mon[183057]: pgmap v6225: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:07:20 smithi082 ceph-mon[180771]: pgmap v6225: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:23.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:07:22 smithi055 ceph-mon[185614]: pgmap v6226: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:23.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:07:22 smithi055 ceph-mon[183057]: pgmap v6226: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:07:22 smithi082 ceph-mon[180771]: pgmap v6226: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:24.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:07:24 smithi055 ceph-mon[185614]: pgmap v6227: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:24.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:07:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:07:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:07:24 smithi055 ceph-mon[183057]: pgmap v6227: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:07:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:07:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:07:24 smithi082 ceph-mon[180771]: pgmap v6227: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:07:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:07:25.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:07:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:07:25] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T03:07:27.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:07:26 smithi055 ceph-mon[185614]: pgmap v6228: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:27.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:07:26 smithi055 ceph-mon[183057]: pgmap v6228: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:07:26 smithi082 ceph-mon[180771]: pgmap v6228: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:29.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:07:28 smithi055 ceph-mon[185614]: pgmap v6229: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:29.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:07:28 smithi055 ceph-mon[183057]: pgmap v6229: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:07:28 smithi082 ceph-mon[180771]: pgmap v6229: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:31.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:07:30 smithi055 ceph-mon[185614]: pgmap v6230: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:31.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:07:30 smithi055 ceph-mon[183057]: pgmap v6230: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:07:30 smithi082 ceph-mon[180771]: pgmap v6230: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:33.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:07:32 smithi055 ceph-mon[185614]: pgmap v6231: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:33.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:07:32 smithi055 ceph-mon[183057]: pgmap v6231: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:07:32 smithi082 ceph-mon[180771]: pgmap v6231: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:34.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:07:34 smithi055 ceph-mon[185614]: pgmap v6232: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:34.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:07:34 smithi055 ceph-mon[183057]: pgmap v6232: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:34.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:07:34 smithi082 ceph-mon[180771]: pgmap v6232: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:35.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:07:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:07:35] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T03:07:37.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:07:36 smithi055 ceph-mon[185614]: pgmap v6233: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:37.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:07:36 smithi055 ceph-mon[183057]: pgmap v6233: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:07:36 smithi082 ceph-mon[180771]: pgmap v6233: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:39.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:07:38 smithi055 ceph-mon[185614]: pgmap v6234: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:39.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:07:38 smithi055 ceph-mon[183057]: pgmap v6234: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:07:38 smithi082 ceph-mon[180771]: pgmap v6234: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:40.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:07:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:07:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:07:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:07:40.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:07:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:07:41.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:07:40 smithi055 ceph-mon[185614]: pgmap v6235: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:41.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:07:40 smithi055 ceph-mon[183057]: pgmap v6235: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:41.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:07:40 smithi082 ceph-mon[180771]: pgmap v6235: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:43.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:07:42 smithi055 ceph-mon[185614]: pgmap v6236: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:43.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:07:42 smithi055 ceph-mon[183057]: pgmap v6236: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:43.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:07:42 smithi082 ceph-mon[180771]: pgmap v6236: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:44.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:07:44 smithi055 ceph-mon[185614]: pgmap v6237: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:44.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:07:44 smithi055 ceph-mon[183057]: pgmap v6237: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:44.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:07:44 smithi082 ceph-mon[180771]: pgmap v6237: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:45.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:07:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:07:45] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T03:07:47.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:07:46 smithi055 ceph-mon[185614]: pgmap v6238: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:47.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:07:46 smithi055 ceph-mon[183057]: pgmap v6238: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:07:46 smithi082 ceph-mon[180771]: pgmap v6238: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:49.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:07:48 smithi055 ceph-mon[185614]: pgmap v6239: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:49.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:07:48 smithi055 ceph-mon[183057]: pgmap v6239: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:07:48 smithi082 ceph-mon[180771]: pgmap v6239: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:50.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:07:49 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T03:07:50.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:07:49 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T03:07:50.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:07:49 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T03:07:51.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:07:50 smithi055 ceph-mon[185614]: pgmap v6240: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:51.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:07:50 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T03:07:51.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:07:50 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T03:07:51.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:07:50 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:07:51.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:07:50 smithi055 ceph-mon[183057]: pgmap v6240: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:51.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:07:50 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T03:07:51.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:07:50 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T03:07:51.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:07:50 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:07:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:07:50 smithi082 ceph-mon[180771]: pgmap v6240: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:07:50 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T03:07:51.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:07:50 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T03:07:51.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:07:50 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:07:53.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:07:52 smithi055 ceph-mon[183057]: pgmap v6241: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:53.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:07:52 smithi055 ceph-mon[185614]: pgmap v6241: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:53.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:07:52 smithi082 ceph-mon[180771]: pgmap v6241: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:54.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:07:54 smithi055 ceph-mon[185614]: pgmap v6242: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:54.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:07:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:07:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:07:54 smithi055 ceph-mon[183057]: pgmap v6242: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:54.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:07:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:07:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:07:54 smithi082 ceph-mon[180771]: pgmap v6242: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:07:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:07:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:07:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:07:55] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T03:07:57.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:07:56 smithi055 ceph-mon[185614]: pgmap v6243: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:57.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:07:56 smithi055 ceph-mon[183057]: pgmap v6243: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:07:56 smithi082 ceph-mon[180771]: pgmap v6243: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:59.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:07:58 smithi055 ceph-mon[185614]: pgmap v6244: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:59.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:07:58 smithi055 ceph-mon[183057]: pgmap v6244: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:07:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:07:58 smithi082 ceph-mon[180771]: pgmap v6244: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:01.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:08:00 smithi055 ceph-mon[185614]: pgmap v6245: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:08:00 smithi055 ceph-mon[183057]: pgmap v6245: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:08:00 smithi082 ceph-mon[180771]: pgmap v6245: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:03.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:08:02 smithi055 ceph-mon[185614]: pgmap v6246: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:03.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:08:02 smithi055 ceph-mon[183057]: pgmap v6246: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:08:02 smithi082 ceph-mon[180771]: pgmap v6246: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:04.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:08:04 smithi055 ceph-mon[185614]: pgmap v6247: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:04.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:08:04 smithi055 ceph-mon[183057]: pgmap v6247: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:04.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:08:04 smithi082 ceph-mon[180771]: pgmap v6247: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:05.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:08:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:08:05] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T03:08:07.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:08:06 smithi055 ceph-mon[183057]: pgmap v6248: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:07.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:08:06 smithi055 ceph-mon[185614]: pgmap v6248: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:08:06 smithi082 ceph-mon[180771]: pgmap v6248: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:09.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:08:08 smithi055 ceph-mon[185614]: pgmap v6249: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:08:08 smithi055 ceph-mon[183057]: pgmap v6249: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:08:08 smithi082 ceph-mon[180771]: pgmap v6249: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:10.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:08:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:08:10.282 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:08:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:08:10.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:08:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:08:11.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:08:10 smithi055 ceph-mon[185614]: pgmap v6250: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:11.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:08:10 smithi055 ceph-mon[183057]: pgmap v6250: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:08:10 smithi082 ceph-mon[180771]: pgmap v6250: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:13.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:08:12 smithi055 ceph-mon[185614]: pgmap v6251: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:13.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:08:12 smithi055 ceph-mon[183057]: pgmap v6251: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:08:12 smithi082 ceph-mon[180771]: pgmap v6251: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:14.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:08:14 smithi055 ceph-mon[185614]: pgmap v6252: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:14.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:08:14 smithi055 ceph-mon[183057]: pgmap v6252: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:14.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:08:14 smithi082 ceph-mon[180771]: pgmap v6252: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:15.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:08:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:08:15] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T03:08:17.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:08:16 smithi055 ceph-mon[185614]: pgmap v6253: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:17.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:08:16 smithi055 ceph-mon[183057]: pgmap v6253: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:08:16 smithi082 ceph-mon[180771]: pgmap v6253: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:19.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:08:18 smithi055 ceph-mon[185614]: pgmap v6254: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:19.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:08:18 smithi055 ceph-mon[183057]: pgmap v6254: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:08:18 smithi082 ceph-mon[180771]: pgmap v6254: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:21.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:08:20 smithi055 ceph-mon[185614]: pgmap v6255: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:21.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:08:20 smithi055 ceph-mon[183057]: pgmap v6255: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:08:20 smithi082 ceph-mon[180771]: pgmap v6255: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:23.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:08:22 smithi055 ceph-mon[185614]: pgmap v6256: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:23.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:08:22 smithi055 ceph-mon[183057]: pgmap v6256: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:08:22 smithi082 ceph-mon[180771]: pgmap v6256: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:24.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:08:24 smithi055 ceph-mon[185614]: pgmap v6257: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:24.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:08:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:08:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:08:24 smithi055 ceph-mon[183057]: pgmap v6257: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:08:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:08:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:08:24 smithi082 ceph-mon[180771]: pgmap v6257: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:08:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:08:25.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:08:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:08:25] "GET /metrics HTTP/1.1" 200 36228 "" "Prometheus/2.43.0" 2023-10-14T03:08:27.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:08:26 smithi055 ceph-mon[185614]: pgmap v6258: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:27.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:08:26 smithi055 ceph-mon[183057]: pgmap v6258: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:08:26 smithi082 ceph-mon[180771]: pgmap v6258: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:29.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:08:28 smithi055 ceph-mon[185614]: pgmap v6259: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:29.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:08:28 smithi055 ceph-mon[183057]: pgmap v6259: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:08:28 smithi082 ceph-mon[180771]: pgmap v6259: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:31.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:08:30 smithi055 ceph-mon[185614]: pgmap v6260: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:31.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:08:30 smithi055 ceph-mon[183057]: pgmap v6260: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:08:30 smithi082 ceph-mon[180771]: pgmap v6260: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:33.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:08:32 smithi055 ceph-mon[185614]: pgmap v6261: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:33.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:08:32 smithi055 ceph-mon[183057]: pgmap v6261: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:08:32 smithi082 ceph-mon[180771]: pgmap v6261: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:34.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:08:34 smithi055 ceph-mon[185614]: pgmap v6262: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:34.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:08:34 smithi055 ceph-mon[183057]: pgmap v6262: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:34.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:08:34 smithi082 ceph-mon[180771]: pgmap v6262: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:35.518 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:08:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:08:35] "GET /metrics HTTP/1.1" 200 36228 "" "Prometheus/2.43.0" 2023-10-14T03:08:37.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:08:36 smithi055 ceph-mon[185614]: pgmap v6263: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:37.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:08:36 smithi055 ceph-mon[183057]: pgmap v6263: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:08:36 smithi082 ceph-mon[180771]: pgmap v6263: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:39.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:08:38 smithi055 ceph-mon[185614]: pgmap v6264: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:39.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:08:38 smithi055 ceph-mon[183057]: pgmap v6264: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:08:38 smithi082 ceph-mon[180771]: pgmap v6264: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:40.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:08:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:08:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:08:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:08:40.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:08:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:08:41.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:08:40 smithi055 ceph-mon[185614]: pgmap v6265: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:41.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:08:40 smithi055 ceph-mon[183057]: pgmap v6265: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:41.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:08:40 smithi082 ceph-mon[180771]: pgmap v6265: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:43.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:08:42 smithi055 ceph-mon[185614]: pgmap v6266: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:43.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:08:42 smithi055 ceph-mon[183057]: pgmap v6266: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:43.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:08:42 smithi082 ceph-mon[180771]: pgmap v6266: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:44.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:08:44 smithi055 ceph-mon[185614]: pgmap v6267: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:44.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:08:44 smithi055 ceph-mon[183057]: pgmap v6267: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:44.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:08:44 smithi082 ceph-mon[180771]: pgmap v6267: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:45.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:08:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:08:45] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T03:08:47.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:08:46 smithi055 ceph-mon[185614]: pgmap v6268: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:47.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:08:46 smithi055 ceph-mon[183057]: pgmap v6268: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:08:46 smithi082 ceph-mon[180771]: pgmap v6268: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:49.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:08:48 smithi055 ceph-mon[185614]: pgmap v6269: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:49.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:08:48 smithi055 ceph-mon[183057]: pgmap v6269: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:08:48 smithi082 ceph-mon[180771]: pgmap v6269: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:51.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:08:50 smithi055 ceph-mon[185614]: pgmap v6270: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:51.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:08:50 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T03:08:51.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:08:50 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T03:08:51.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:08:50 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T03:08:51.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:08:50 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:08:51.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:08:50 smithi055 ceph-mon[183057]: pgmap v6270: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:51.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:08:50 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T03:08:51.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:08:50 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T03:08:51.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:08:50 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T03:08:51.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:08:50 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:08:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:08:50 smithi082 ceph-mon[180771]: pgmap v6270: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:08:50 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T03:08:51.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:08:50 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T03:08:51.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:08:50 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T03:08:51.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:08:50 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:08:53.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:08:52 smithi055 ceph-mon[185614]: pgmap v6271: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:53.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:08:52 smithi055 ceph-mon[183057]: pgmap v6271: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:53.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:08:52 smithi082 ceph-mon[180771]: pgmap v6271: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:54.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:08:54 smithi055 ceph-mon[185614]: pgmap v6272: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:54.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:08:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:08:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:08:54 smithi055 ceph-mon[183057]: pgmap v6272: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:08:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:08:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:08:54 smithi082 ceph-mon[180771]: pgmap v6272: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:08:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:08:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:08:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:08:55] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T03:08:57.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:08:56 smithi055 ceph-mon[185614]: pgmap v6273: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:57.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:08:56 smithi055 ceph-mon[183057]: pgmap v6273: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:08:56 smithi082 ceph-mon[180771]: pgmap v6273: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:59.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:08:58 smithi055 ceph-mon[185614]: pgmap v6274: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:59.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:08:58 smithi055 ceph-mon[183057]: pgmap v6274: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:08:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:08:58 smithi082 ceph-mon[180771]: pgmap v6274: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:01.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:09:00 smithi055 ceph-mon[185614]: pgmap v6275: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:09:00 smithi055 ceph-mon[183057]: pgmap v6275: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:09:00 smithi082 ceph-mon[180771]: pgmap v6275: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:03.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:09:02 smithi055 ceph-mon[183057]: pgmap v6276: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:03.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:09:02 smithi055 ceph-mon[185614]: pgmap v6276: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:09:02 smithi082 ceph-mon[180771]: pgmap v6276: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:04.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:09:04 smithi055 ceph-mon[185614]: pgmap v6277: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:04.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:09:04 smithi055 ceph-mon[183057]: pgmap v6277: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:04.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:09:04 smithi082 ceph-mon[180771]: pgmap v6277: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:05.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:09:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:09:05] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T03:09:07.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:09:06 smithi055 ceph-mon[185614]: pgmap v6278: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:07.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:09:06 smithi055 ceph-mon[183057]: pgmap v6278: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:09:06 smithi082 ceph-mon[180771]: pgmap v6278: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:09.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:09:08 smithi055 ceph-mon[185614]: pgmap v6279: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:09:08 smithi055 ceph-mon[183057]: pgmap v6279: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:09:08 smithi082 ceph-mon[180771]: pgmap v6279: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:10.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:09:10 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:09:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:09:10 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:09:10.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:09:10 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:09:11.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:09:11 smithi055 ceph-mon[185614]: pgmap v6280: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:11.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:09:11 smithi055 ceph-mon[183057]: pgmap v6280: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:09:11 smithi082 ceph-mon[180771]: pgmap v6280: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:13.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:09:13 smithi055 ceph-mon[185614]: pgmap v6281: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:13.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:09:13 smithi055 ceph-mon[183057]: pgmap v6281: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:09:13 smithi082 ceph-mon[180771]: pgmap v6281: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:14.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:09:14 smithi055 ceph-mon[185614]: pgmap v6282: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:14.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:09:14 smithi055 ceph-mon[183057]: pgmap v6282: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:14.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:09:14 smithi082 ceph-mon[180771]: pgmap v6282: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:15.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:09:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:09:15] "GET /metrics HTTP/1.1" 200 36227 "" "Prometheus/2.43.0" 2023-10-14T03:09:17.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:09:16 smithi055 ceph-mon[185614]: pgmap v6283: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:17.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:09:16 smithi055 ceph-mon[183057]: pgmap v6283: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:09:16 smithi082 ceph-mon[180771]: pgmap v6283: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:19.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:09:18 smithi055 ceph-mon[185614]: pgmap v6284: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:19.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:09:18 smithi055 ceph-mon[183057]: pgmap v6284: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:09:18 smithi082 ceph-mon[180771]: pgmap v6284: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:21.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:09:21 smithi055 ceph-mon[185614]: pgmap v6285: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:21.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:09:21 smithi055 ceph-mon[183057]: pgmap v6285: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:09:21 smithi082 ceph-mon[180771]: pgmap v6285: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:23.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:09:23 smithi055 ceph-mon[185614]: pgmap v6286: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:23.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:09:23 smithi055 ceph-mon[183057]: pgmap v6286: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:09:23 smithi082 ceph-mon[180771]: pgmap v6286: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:24.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:09:24 smithi055 ceph-mon[185614]: pgmap v6287: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:24.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:09:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:09:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:09:24 smithi055 ceph-mon[183057]: pgmap v6287: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:24.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:09:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:09:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:09:24 smithi082 ceph-mon[180771]: pgmap v6287: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:09:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:09:25.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:09:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:09:25] "GET /metrics HTTP/1.1" 200 36228 "" "Prometheus/2.43.0" 2023-10-14T03:09:27.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:09:26 smithi055 ceph-mon[185614]: pgmap v6288: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:27.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:09:26 smithi055 ceph-mon[183057]: pgmap v6288: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:09:26 smithi082 ceph-mon[180771]: pgmap v6288: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:27.875 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 03:09:27 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a[225424]: logger=cleanup t=2023-10-14T03:09:27.476349218Z level=info msg="Completed cleanup jobs" duration=12.761264ms 2023-10-14T03:09:29.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:09:28 smithi055 ceph-mon[185614]: pgmap v6289: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:29.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:09:28 smithi055 ceph-mon[183057]: pgmap v6289: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:09:28 smithi082 ceph-mon[180771]: pgmap v6289: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:31.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:09:30 smithi055 ceph-mon[185614]: pgmap v6290: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:31.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:09:30 smithi055 ceph-mon[183057]: pgmap v6290: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:09:30 smithi082 ceph-mon[180771]: pgmap v6290: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:33.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:09:32 smithi055 ceph-mon[185614]: pgmap v6291: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:33.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:09:32 smithi055 ceph-mon[183057]: pgmap v6291: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:09:32 smithi082 ceph-mon[180771]: pgmap v6291: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:34.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:09:34 smithi055 ceph-mon[185614]: pgmap v6292: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:34.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:09:34 smithi055 ceph-mon[183057]: pgmap v6292: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:34.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:09:34 smithi082 ceph-mon[180771]: pgmap v6292: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:35.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:09:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:09:35] "GET /metrics HTTP/1.1" 200 36228 "" "Prometheus/2.43.0" 2023-10-14T03:09:37.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:09:36 smithi055 ceph-mon[185614]: pgmap v6293: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:37.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:09:36 smithi055 ceph-mon[183057]: pgmap v6293: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:09:36 smithi082 ceph-mon[180771]: pgmap v6293: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:39.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:09:38 smithi055 ceph-mon[185614]: pgmap v6294: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:39.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:09:38 smithi055 ceph-mon[183057]: pgmap v6294: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:09:38 smithi082 ceph-mon[180771]: pgmap v6294: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:40.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:09:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:09:40.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:09:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:09:40.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:09:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:09:41.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:09:40 smithi055 ceph-mon[183057]: pgmap v6295: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:41.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:09:40 smithi055 ceph-mon[185614]: pgmap v6295: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:41.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:09:40 smithi082 ceph-mon[180771]: pgmap v6295: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:43.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:09:43 smithi055 ceph-mon[185614]: pgmap v6296: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:43.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:09:43 smithi055 ceph-mon[183057]: pgmap v6296: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:43.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:09:43 smithi082 ceph-mon[180771]: pgmap v6296: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:44.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:09:44 smithi055 ceph-mon[185614]: pgmap v6297: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:44.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:09:44 smithi055 ceph-mon[183057]: pgmap v6297: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:44.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:09:44 smithi082 ceph-mon[180771]: pgmap v6297: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:45.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:09:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:09:45] "GET /metrics HTTP/1.1" 200 36225 "" "Prometheus/2.43.0" 2023-10-14T03:09:47.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:09:46 smithi055 ceph-mon[185614]: pgmap v6298: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:47.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:09:46 smithi055 ceph-mon[183057]: pgmap v6298: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:09:46 smithi082 ceph-mon[180771]: pgmap v6298: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:49.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:09:48 smithi055 ceph-mon[185614]: pgmap v6299: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:49.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:09:48 smithi055 ceph-mon[183057]: pgmap v6299: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:09:48 smithi082 ceph-mon[180771]: pgmap v6299: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:51.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:09:51 smithi055 ceph-mon[185614]: pgmap v6300: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:51.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:09:51 smithi055 ceph-mon[183057]: pgmap v6300: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:09:51 smithi082 ceph-mon[180771]: pgmap v6300: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:52.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:09:52 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T03:09:52.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:09:52 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:09:52.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:09:52 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:09:52.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:09:52 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T03:09:52.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:09:52 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T03:09:52.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:09:52 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:09:52.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:09:52 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T03:09:52.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:09:52 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:09:52.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:09:52 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:09:52.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:09:52 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T03:09:52.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:09:52 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T03:09:52.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:09:52 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:09:52.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:09:52 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T03:09:52.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:09:52 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:09:52.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:09:52 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:09:52.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:09:52 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T03:09:52.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:09:52 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T03:09:52.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:09:52 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:09:53.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:09:53 smithi055 ceph-mon[185614]: pgmap v6301: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:53.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:09:53 smithi055 ceph-mon[183057]: pgmap v6301: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:53.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:09:53 smithi082 ceph-mon[180771]: pgmap v6301: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:54.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:09:54 smithi055 ceph-mon[185614]: pgmap v6302: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:54.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:09:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:09:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:09:54 smithi055 ceph-mon[183057]: pgmap v6302: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:09:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:09:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:09:54 smithi082 ceph-mon[180771]: pgmap v6302: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:09:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:09:55.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:09:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:09:55] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T03:09:57.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:09:56 smithi055 ceph-mon[185614]: pgmap v6303: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:57.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:09:56 smithi055 ceph-mon[183057]: pgmap v6303: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:09:56 smithi082 ceph-mon[180771]: pgmap v6303: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:59.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:09:58 smithi055 ceph-mon[185614]: pgmap v6304: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:59.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:09:58 smithi055 ceph-mon[183057]: pgmap v6304: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:09:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:09:58 smithi082 ceph-mon[180771]: pgmap v6304: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:01.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:10:01 smithi055 ceph-mon[185614]: pgmap v6305: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:01.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:10:01 smithi055 ceph-mon[185614]: overall HEALTH_OK 2023-10-14T03:10:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:10:01 smithi055 ceph-mon[183057]: pgmap v6305: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:01.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:10:01 smithi055 ceph-mon[183057]: overall HEALTH_OK 2023-10-14T03:10:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:10:01 smithi082 ceph-mon[180771]: pgmap v6305: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:10:01 smithi082 ceph-mon[180771]: overall HEALTH_OK 2023-10-14T03:10:03.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:10:03 smithi055 ceph-mon[185614]: pgmap v6306: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:03.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:10:03 smithi055 ceph-mon[183057]: pgmap v6306: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:10:03 smithi082 ceph-mon[180771]: pgmap v6306: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:04.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:10:04 smithi055 ceph-mon[185614]: pgmap v6307: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:04.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:10:04 smithi055 ceph-mon[183057]: pgmap v6307: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:04.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:10:04 smithi082 ceph-mon[180771]: pgmap v6307: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:10:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:10:05] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T03:10:07.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:10:06 smithi055 ceph-mon[185614]: pgmap v6308: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:07.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:10:06 smithi055 ceph-mon[183057]: pgmap v6308: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:07.378 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:10:06 smithi082 ceph-mon[180771]: pgmap v6308: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:09.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:10:09 smithi055 ceph-mon[185614]: pgmap v6309: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:09.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:10:08 smithi055 ceph-mon[183057]: pgmap v6309: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:10:08 smithi082 ceph-mon[180771]: pgmap v6309: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:10.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:10:10 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:10:10.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:10:10 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:10:10.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:10:10 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:10:11.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:10:11 smithi055 ceph-mon[185614]: pgmap v6310: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:11.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:10:11 smithi055 ceph-mon[183057]: pgmap v6310: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:10:11 smithi082 ceph-mon[180771]: pgmap v6310: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:13.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:10:13 smithi055 ceph-mon[185614]: pgmap v6311: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:13.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:10:13 smithi055 ceph-mon[183057]: pgmap v6311: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:10:13 smithi082 ceph-mon[180771]: pgmap v6311: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:14.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:10:14 smithi055 ceph-mon[185614]: pgmap v6312: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:14.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:10:14 smithi055 ceph-mon[183057]: pgmap v6312: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:14.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:10:14 smithi082 ceph-mon[180771]: pgmap v6312: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:10:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:10:15] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T03:10:17.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:10:17 smithi055 ceph-mon[185614]: pgmap v6313: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:17.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:10:16 smithi055 ceph-mon[183057]: pgmap v6313: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:10:16 smithi082 ceph-mon[180771]: pgmap v6313: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:19.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:10:19 smithi055 ceph-mon[185614]: pgmap v6314: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:19.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:10:19 smithi055 ceph-mon[183057]: pgmap v6314: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:10:19 smithi082 ceph-mon[180771]: pgmap v6314: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:21.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:10:21 smithi055 ceph-mon[185614]: pgmap v6315: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:21.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:10:21 smithi055 ceph-mon[183057]: pgmap v6315: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:10:21 smithi082 ceph-mon[180771]: pgmap v6315: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:10:23 smithi082 ceph-mon[180771]: pgmap v6316: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:23.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:10:23 smithi055 ceph-mon[183057]: pgmap v6316: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:23.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:10:23 smithi055 ceph-mon[185614]: pgmap v6316: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:24.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:10:24 smithi055 ceph-mon[183057]: pgmap v6317: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:10:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:10:24.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:10:24 smithi055 ceph-mon[185614]: pgmap v6317: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:24.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:10:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:10:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:10:24 smithi082 ceph-mon[180771]: pgmap v6317: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:10:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:10:25.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:10:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:10:25] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T03:10:27.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:10:26 smithi055 ceph-mon[185614]: pgmap v6318: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:27.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:10:26 smithi055 ceph-mon[183057]: pgmap v6318: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:10:26 smithi082 ceph-mon[180771]: pgmap v6318: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:29.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:10:29 smithi055 ceph-mon[185614]: pgmap v6319: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:29.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:10:29 smithi055 ceph-mon[183057]: pgmap v6319: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:10:29 smithi082 ceph-mon[180771]: pgmap v6319: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:31.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:10:31 smithi055 ceph-mon[185614]: pgmap v6320: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:31.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:10:31 smithi055 ceph-mon[183057]: pgmap v6320: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:10:31 smithi082 ceph-mon[180771]: pgmap v6320: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:10:33 smithi082 ceph-mon[180771]: pgmap v6321: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:33.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:10:33 smithi055 ceph-mon[185614]: pgmap v6321: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:10:33 smithi055 ceph-mon[183057]: pgmap v6321: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:34.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:10:34 smithi055 ceph-mon[185614]: pgmap v6322: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:34.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:10:34 smithi055 ceph-mon[183057]: pgmap v6322: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:34.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:10:34 smithi082 ceph-mon[180771]: pgmap v6322: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:35.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:10:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:10:35] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T03:10:37.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:10:36 smithi055 ceph-mon[185614]: pgmap v6323: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:37.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:10:36 smithi055 ceph-mon[183057]: pgmap v6323: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:10:36 smithi082 ceph-mon[180771]: pgmap v6323: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:39.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:10:39 smithi055 ceph-mon[185614]: pgmap v6324: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:39.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:10:39 smithi055 ceph-mon[183057]: pgmap v6324: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:10:39 smithi082 ceph-mon[180771]: pgmap v6324: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:40.266 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:10:40 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:10:40.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:10:40 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:10:40.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:10:40 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:10:41.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:10:41 smithi055 ceph-mon[185614]: pgmap v6325: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:41.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:10:41 smithi055 ceph-mon[183057]: pgmap v6325: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:41.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:10:41 smithi082 ceph-mon[180771]: pgmap v6325: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:43.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:10:43 smithi082 ceph-mon[180771]: pgmap v6326: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:43.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:10:43 smithi055 ceph-mon[185614]: pgmap v6326: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:43.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:10:43 smithi055 ceph-mon[183057]: pgmap v6326: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:44.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:10:44 smithi055 ceph-mon[185614]: pgmap v6327: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:44.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:10:44 smithi055 ceph-mon[183057]: pgmap v6327: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:44.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:10:44 smithi082 ceph-mon[180771]: pgmap v6327: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:45.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:10:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:10:45] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T03:10:47.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:10:47 smithi055 ceph-mon[185614]: pgmap v6328: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:47.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:10:47 smithi055 ceph-mon[183057]: pgmap v6328: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:10:47 smithi082 ceph-mon[180771]: pgmap v6328: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:49.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:10:49 smithi055 ceph-mon[185614]: pgmap v6329: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:49.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:10:49 smithi055 ceph-mon[183057]: pgmap v6329: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:10:49 smithi082 ceph-mon[180771]: pgmap v6329: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:10:51 smithi082 ceph-mon[180771]: pgmap v6330: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:51.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:10:51 smithi055 ceph-mon[185614]: pgmap v6330: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:51.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:10:51 smithi055 ceph-mon[183057]: pgmap v6330: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:53.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:10:53 smithi082 ceph-mon[180771]: pgmap v6331: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:53.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:10:53 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T03:10:53.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:10:53 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:10:53.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:10:53 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:10:53.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:10:53 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T03:10:53.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:10:53 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T03:10:53.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:10:53 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:10:53.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:10:53 smithi055 ceph-mon[185614]: pgmap v6331: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:53.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:10:53 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T03:10:53.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:10:53 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:10:53.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:10:53 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:10:53.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:10:53 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T03:10:53.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:10:53 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T03:10:53.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:10:53 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:10:53.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:10:53 smithi055 ceph-mon[183057]: pgmap v6331: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:53.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:10:53 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T03:10:53.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:10:53 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:10:53.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:10:53 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:10:53.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:10:53 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T03:10:53.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:10:53 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T03:10:53.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:10:53 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:10:54.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:10:54 smithi055 ceph-mon[185614]: pgmap v6332: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:54.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:10:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:10:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:10:54 smithi055 ceph-mon[183057]: pgmap v6332: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:10:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:10:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:10:54 smithi082 ceph-mon[180771]: pgmap v6332: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:10:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:10:55.519 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:10:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:10:55] "GET /metrics HTTP/1.1" 200 36228 "" "Prometheus/2.43.0" 2023-10-14T03:10:57.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:10:57 smithi055 ceph-mon[185614]: pgmap v6333: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:57.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:10:57 smithi055 ceph-mon[183057]: pgmap v6333: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:10:57 smithi082 ceph-mon[180771]: pgmap v6333: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:59.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:10:59 smithi055 ceph-mon[185614]: pgmap v6334: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:59.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:10:59 smithi055 ceph-mon[183057]: pgmap v6334: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:10:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:10:59 smithi082 ceph-mon[180771]: pgmap v6334: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:11:01 smithi082 ceph-mon[180771]: pgmap v6335: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:01.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:11:01 smithi055 ceph-mon[185614]: pgmap v6335: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:01.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:11:01 smithi055 ceph-mon[183057]: pgmap v6335: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:11:03 smithi082 ceph-mon[180771]: pgmap v6336: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:03.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:11:03 smithi055 ceph-mon[185614]: pgmap v6336: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:03.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:11:03 smithi055 ceph-mon[183057]: pgmap v6336: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:04.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:11:04 smithi055 ceph-mon[185614]: pgmap v6337: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:04.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:11:04 smithi055 ceph-mon[183057]: pgmap v6337: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:04.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:11:04 smithi082 ceph-mon[180771]: pgmap v6337: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:05.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:11:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:11:05] "GET /metrics HTTP/1.1" 200 36228 "" "Prometheus/2.43.0" 2023-10-14T03:11:07.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:11:07 smithi055 ceph-mon[185614]: pgmap v6338: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:07.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:11:07 smithi055 ceph-mon[183057]: pgmap v6338: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:11:07 smithi082 ceph-mon[180771]: pgmap v6338: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:11:09 smithi082 ceph-mon[180771]: pgmap v6339: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:09.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:11:09 smithi055 ceph-mon[185614]: pgmap v6339: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:09.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:11:09 smithi055 ceph-mon[183057]: pgmap v6339: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:10.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:11:10 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:11:10.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:11:10 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:11:10.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:11:10 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:11:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:11:11 smithi082 ceph-mon[180771]: pgmap v6340: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:11.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:11:11 smithi055 ceph-mon[185614]: pgmap v6340: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:11.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:11:11 smithi055 ceph-mon[183057]: pgmap v6340: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:11:13 smithi082 ceph-mon[180771]: pgmap v6341: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:13.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:11:13 smithi055 ceph-mon[185614]: pgmap v6341: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:13.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:11:13 smithi055 ceph-mon[183057]: pgmap v6341: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:14.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:11:14 smithi055 ceph-mon[185614]: pgmap v6342: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:14.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:11:14 smithi055 ceph-mon[183057]: pgmap v6342: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:14.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:11:14 smithi082 ceph-mon[180771]: pgmap v6342: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:15.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:11:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:11:15] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T03:11:17.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:11:17 smithi055 ceph-mon[185614]: pgmap v6343: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:17.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:11:17 smithi055 ceph-mon[183057]: pgmap v6343: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:11:17 smithi082 ceph-mon[180771]: pgmap v6343: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:19.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:11:19 smithi055 ceph-mon[185614]: pgmap v6344: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:19.267 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:11:19 smithi055 ceph-mon[183057]: pgmap v6344: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:11:19 smithi082 ceph-mon[180771]: pgmap v6344: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:11:21 smithi082 ceph-mon[180771]: pgmap v6345: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:21.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:11:21 smithi055 ceph-mon[183057]: pgmap v6345: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:21.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:11:21 smithi055 ceph-mon[185614]: pgmap v6345: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:11:23 smithi082 ceph-mon[180771]: pgmap v6346: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:23.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:11:23 smithi055 ceph-mon[185614]: pgmap v6346: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:23.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:11:23 smithi055 ceph-mon[183057]: pgmap v6346: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:24.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:11:24 smithi055 ceph-mon[185614]: pgmap v6347: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:24.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:11:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:11:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:11:24 smithi055 ceph-mon[183057]: pgmap v6347: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:11:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:11:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:11:24 smithi082 ceph-mon[180771]: pgmap v6347: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:11:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:11:25.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:11:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:11:25] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T03:11:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:11:27 smithi082 ceph-mon[180771]: pgmap v6348: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:27.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:11:27 smithi055 ceph-mon[185614]: pgmap v6348: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:27.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:11:27 smithi055 ceph-mon[183057]: pgmap v6348: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:11:29 smithi082 ceph-mon[180771]: pgmap v6349: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:29.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:11:29 smithi055 ceph-mon[185614]: pgmap v6349: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:11:29 smithi055 ceph-mon[183057]: pgmap v6349: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:11:31 smithi082 ceph-mon[180771]: pgmap v6350: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:31.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:11:31 smithi055 ceph-mon[183057]: pgmap v6350: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:31.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:11:31 smithi055 ceph-mon[185614]: pgmap v6350: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:11:33 smithi082 ceph-mon[180771]: pgmap v6351: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:33.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:11:33 smithi055 ceph-mon[185614]: pgmap v6351: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:11:33 smithi055 ceph-mon[183057]: pgmap v6351: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:34.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:11:34 smithi055 ceph-mon[185614]: pgmap v6352: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:34.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:11:34 smithi055 ceph-mon[183057]: pgmap v6352: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:34.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:11:34 smithi082 ceph-mon[180771]: pgmap v6352: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:11:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:11:35] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T03:11:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:11:37 smithi082 ceph-mon[180771]: pgmap v6353: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:37.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:11:37 smithi055 ceph-mon[185614]: pgmap v6353: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:37.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:11:37 smithi055 ceph-mon[183057]: pgmap v6353: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:11:39 smithi082 ceph-mon[180771]: pgmap v6354: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:39.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:11:39 smithi055 ceph-mon[185614]: pgmap v6354: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:11:39 smithi055 ceph-mon[183057]: pgmap v6354: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:40.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:11:40 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:11:40.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:11:40 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:11:40.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:11:40 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:11:41.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:11:41 smithi082 ceph-mon[180771]: pgmap v6355: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:41.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:11:41 smithi055 ceph-mon[185614]: pgmap v6355: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:41.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:11:41 smithi055 ceph-mon[183057]: pgmap v6355: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:43.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:11:43 smithi082 ceph-mon[180771]: pgmap v6356: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:43.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:11:43 smithi055 ceph-mon[185614]: pgmap v6356: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:43.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:11:43 smithi055 ceph-mon[183057]: pgmap v6356: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:44.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:11:44 smithi055 ceph-mon[185614]: pgmap v6357: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:44.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:11:44 smithi055 ceph-mon[183057]: pgmap v6357: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:44.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:11:44 smithi082 ceph-mon[180771]: pgmap v6357: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:45.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:11:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:11:45] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T03:11:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:11:47 smithi082 ceph-mon[180771]: pgmap v6358: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:47.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:11:47 smithi055 ceph-mon[185614]: pgmap v6358: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:47.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:11:47 smithi055 ceph-mon[183057]: pgmap v6358: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:11:49 smithi082 ceph-mon[180771]: pgmap v6359: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:49.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:11:49 smithi055 ceph-mon[185614]: pgmap v6359: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:49.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:11:49 smithi055 ceph-mon[183057]: pgmap v6359: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:11:51 smithi082 ceph-mon[180771]: pgmap v6360: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:51.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:11:51 smithi055 ceph-mon[185614]: pgmap v6360: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:51.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:11:51 smithi055 ceph-mon[183057]: pgmap v6360: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:53.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:11:53 smithi082 ceph-mon[180771]: pgmap v6361: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:53.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:11:53 smithi055 ceph-mon[185614]: pgmap v6361: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:53.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:11:53 smithi055 ceph-mon[183057]: pgmap v6361: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:54.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:11:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T03:11:54.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:11:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T03:11:54.378 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:11:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T03:11:54.378 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:11:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:11:54.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:11:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T03:11:54.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:11:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T03:11:54.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:11:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T03:11:54.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:11:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:11:54.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:11:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T03:11:54.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:11:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T03:11:54.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:11:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T03:11:54.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:11:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:11:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:11:55 smithi082 ceph-mon[180771]: pgmap v6362: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:55.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:11:55 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:11:55.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:11:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:11:55] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T03:11:55.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:11:55 smithi055 ceph-mon[185614]: pgmap v6362: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:55.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:11:55 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:11:55.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:11:55 smithi055 ceph-mon[183057]: pgmap v6362: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:55.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:11:55 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:11:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:11:57 smithi082 ceph-mon[180771]: pgmap v6363: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:57.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:11:57 smithi055 ceph-mon[185614]: pgmap v6363: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:57.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:11:57 smithi055 ceph-mon[183057]: pgmap v6363: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:11:59 smithi082 ceph-mon[180771]: pgmap v6364: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:59.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:11:59 smithi055 ceph-mon[185614]: pgmap v6364: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:11:59.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:11:59 smithi055 ceph-mon[183057]: pgmap v6364: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:12:01 smithi082 ceph-mon[180771]: pgmap v6365: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:01.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:12:01 smithi055 ceph-mon[185614]: pgmap v6365: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:01.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:12:01 smithi055 ceph-mon[183057]: pgmap v6365: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:12:03 smithi082 ceph-mon[180771]: pgmap v6366: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:03.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:12:03 smithi055 ceph-mon[185614]: pgmap v6366: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:03.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:12:03 smithi055 ceph-mon[183057]: pgmap v6366: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:04.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:12:04 smithi055 ceph-mon[185614]: pgmap v6367: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:04.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:12:04 smithi055 ceph-mon[183057]: pgmap v6367: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:04.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:12:04 smithi082 ceph-mon[180771]: pgmap v6367: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:05.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:12:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:12:05] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T03:12:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:12:07 smithi082 ceph-mon[180771]: pgmap v6368: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:07.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:12:07 smithi055 ceph-mon[185614]: pgmap v6368: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:07.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:12:07 smithi055 ceph-mon[183057]: pgmap v6368: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:12:09 smithi082 ceph-mon[180771]: pgmap v6369: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:09.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:12:09 smithi055 ceph-mon[185614]: pgmap v6369: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:12:09 smithi055 ceph-mon[183057]: pgmap v6369: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:10.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:12:10 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:12:10.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:12:10 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:12:10.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:12:10 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:12:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:12:11 smithi082 ceph-mon[180771]: pgmap v6370: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:11.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:12:11 smithi055 ceph-mon[185614]: pgmap v6370: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:11.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:12:11 smithi055 ceph-mon[183057]: pgmap v6370: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:12:13 smithi082 ceph-mon[180771]: pgmap v6371: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:13.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:12:13 smithi055 ceph-mon[185614]: pgmap v6371: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:13.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:12:13 smithi055 ceph-mon[183057]: pgmap v6371: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:14.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:12:14 smithi055 ceph-mon[185614]: pgmap v6372: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:14.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:12:14 smithi055 ceph-mon[183057]: pgmap v6372: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:14.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:12:14 smithi082 ceph-mon[180771]: pgmap v6372: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:15.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:12:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:12:15] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T03:12:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:12:17 smithi082 ceph-mon[180771]: pgmap v6373: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:17.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:12:17 smithi055 ceph-mon[183057]: pgmap v6373: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:17.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:12:17 smithi055 ceph-mon[185614]: pgmap v6373: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:12:19 smithi082 ceph-mon[180771]: pgmap v6374: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:19.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:12:19 smithi055 ceph-mon[185614]: pgmap v6374: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:19.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:12:19 smithi055 ceph-mon[183057]: pgmap v6374: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:12:21 smithi082 ceph-mon[180771]: pgmap v6375: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:21.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:12:21 smithi055 ceph-mon[185614]: pgmap v6375: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:21.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:12:21 smithi055 ceph-mon[183057]: pgmap v6375: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:12:23 smithi082 ceph-mon[180771]: pgmap v6376: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:23.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:12:23 smithi055 ceph-mon[185614]: pgmap v6376: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:23.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:12:23 smithi055 ceph-mon[183057]: pgmap v6376: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:24.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:12:24 smithi055 ceph-mon[185614]: pgmap v6377: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:24.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:12:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:12:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:12:24 smithi055 ceph-mon[183057]: pgmap v6377: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:12:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:12:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:12:24 smithi082 ceph-mon[180771]: pgmap v6377: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:12:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:12:25.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:12:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:12:25] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T03:12:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:12:27 smithi082 ceph-mon[180771]: pgmap v6378: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:27.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:12:27 smithi055 ceph-mon[185614]: pgmap v6378: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:27.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:12:27 smithi055 ceph-mon[183057]: pgmap v6378: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:12:29 smithi082 ceph-mon[180771]: pgmap v6379: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:29.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:12:29 smithi055 ceph-mon[185614]: pgmap v6379: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:12:29 smithi055 ceph-mon[183057]: pgmap v6379: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:12:31 smithi082 ceph-mon[180771]: pgmap v6380: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:31.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:12:31 smithi055 ceph-mon[185614]: pgmap v6380: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:31.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:12:31 smithi055 ceph-mon[183057]: pgmap v6380: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:12:33 smithi082 ceph-mon[180771]: pgmap v6381: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:33.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:12:33 smithi055 ceph-mon[185614]: pgmap v6381: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:12:33 smithi055 ceph-mon[183057]: pgmap v6381: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:34.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:12:34 smithi055 ceph-mon[185614]: pgmap v6382: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:34.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:12:34 smithi055 ceph-mon[183057]: pgmap v6382: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:34.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:12:34 smithi082 ceph-mon[180771]: pgmap v6382: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:12:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:12:35] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T03:12:37.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:12:37 smithi082 ceph-mon[180771]: pgmap v6383: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:37.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:12:37 smithi055 ceph-mon[185614]: pgmap v6383: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:37.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:12:37 smithi055 ceph-mon[183057]: pgmap v6383: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:12:39 smithi082 ceph-mon[180771]: pgmap v6384: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:39.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:12:39 smithi055 ceph-mon[185614]: pgmap v6384: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:12:39 smithi055 ceph-mon[183057]: pgmap v6384: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:40.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:12:40 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:12:40.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:12:40 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:12:40.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:12:40 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:12:41.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:12:41 smithi082 ceph-mon[180771]: pgmap v6385: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:41.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:12:41 smithi055 ceph-mon[185614]: pgmap v6385: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:41.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:12:41 smithi055 ceph-mon[183057]: pgmap v6385: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:43.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:12:43 smithi082 ceph-mon[180771]: pgmap v6386: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:43.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:12:43 smithi055 ceph-mon[185614]: pgmap v6386: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:43.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:12:43 smithi055 ceph-mon[183057]: pgmap v6386: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:44.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:12:44 smithi055 ceph-mon[185614]: pgmap v6387: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:44.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:12:44 smithi055 ceph-mon[183057]: pgmap v6387: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:44.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:12:44 smithi082 ceph-mon[180771]: pgmap v6387: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:45.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:12:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:12:45] "GET /metrics HTTP/1.1" 200 36227 "" "Prometheus/2.43.0" 2023-10-14T03:12:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:12:47 smithi082 ceph-mon[180771]: pgmap v6388: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:47.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:12:47 smithi055 ceph-mon[185614]: pgmap v6388: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:47.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:12:47 smithi055 ceph-mon[183057]: pgmap v6388: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:12:49 smithi082 ceph-mon[180771]: pgmap v6389: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:49.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:12:49 smithi055 ceph-mon[185614]: pgmap v6389: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:49.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:12:49 smithi055 ceph-mon[183057]: pgmap v6389: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:12:51 smithi082 ceph-mon[180771]: pgmap v6390: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:51.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:12:51 smithi055 ceph-mon[185614]: pgmap v6390: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:51.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:12:51 smithi055 ceph-mon[183057]: pgmap v6390: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:53.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:12:53 smithi082 ceph-mon[180771]: pgmap v6391: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:53.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:12:53 smithi055 ceph-mon[185614]: pgmap v6391: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:53.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:12:53 smithi055 ceph-mon[183057]: pgmap v6391: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:54.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:12:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T03:12:54.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:12:54 smithi082 ceph-mon[180771]: pgmap v6392: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:54.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:12:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:12:54.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:12:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T03:12:54.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:12:54 smithi055 ceph-mon[185614]: pgmap v6392: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:54.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:12:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:12:54.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:12:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T03:12:54.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:12:54 smithi055 ceph-mon[183057]: pgmap v6392: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:54.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:12:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:12:55.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:12:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:12:55] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T03:12:57.119 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:12:56 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:12:57.119 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:12:56 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:12:57.120 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:12:56 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:12:57.120 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:12:56 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:12:57.120 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:12:56 smithi082 ceph-mon[180771]: pgmap v6393: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:57.120 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:12:56 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:12:57.120 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:12:56 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:12:57.121 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:12:56 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:12:57.121 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:12:56 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:12:57.266 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:12:56 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:12:57.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:12:56 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:12:57.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:12:56 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:12:57.267 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:12:56 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:12:57.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:12:56 smithi055 ceph-mon[185614]: pgmap v6393: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:57.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:12:56 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:12:57.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:12:56 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:12:57.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:12:56 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:12:57.268 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:12:56 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:12:57.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:12:56 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:12:57.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:12:56 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:12:57.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:12:56 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:12:57.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:12:56 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:12:57.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:12:56 smithi055 ceph-mon[183057]: pgmap v6393: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:57.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:12:56 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:12:57.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:12:56 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:12:57.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:12:56 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:12:57.270 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:12:56 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:12:59.249 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:12:59 smithi082 ceph-mon[180771]: pgmap v6394: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:59.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:12:59 smithi055 ceph-mon[185614]: pgmap v6394: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:12:59.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:12:59 smithi055 ceph-mon[183057]: pgmap v6394: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:00.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:13:00 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:13:00.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:13:00 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:13:00.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:13:00 smithi055 ceph-mon[185614]: pgmap v6395: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:00.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:13:00 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:13:00.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:13:00 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:13:00.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:13:00 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:13:00.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:13:00 smithi055 ceph-mon[183057]: pgmap v6395: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:00.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:13:00 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:13:00.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:13:00 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:13:00.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:13:00 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:13:00.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:13:00 smithi082 ceph-mon[180771]: pgmap v6395: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:00.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:13:00 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:13:01.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:13:01 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:13:01.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:13:01 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T03:13:01.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:13:01 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T03:13:01.626 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:13:01 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:13:01.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:13:01 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:13:01.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:13:01 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T03:13:01.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:13:01 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T03:13:01.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:13:01 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:13:01.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:13:01 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:13:01.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:13:01 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T03:13:01.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:13:01 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T03:13:01.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:13:01 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:13:02.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:13:02 smithi055 ceph-mon[185614]: pgmap v6396: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:02.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:13:02 smithi055 ceph-mon[183057]: pgmap v6396: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:02.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:13:02 smithi082 ceph-mon[180771]: pgmap v6396: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:04.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:13:04 smithi055 ceph-mon[183057]: pgmap v6397: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:04.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:13:04 smithi055 ceph-mon[185614]: pgmap v6397: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:04.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:13:04 smithi082 ceph-mon[180771]: pgmap v6397: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:05.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:13:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:13:05] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T03:13:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:13:07 smithi082 ceph-mon[180771]: pgmap v6398: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:07.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:13:07 smithi055 ceph-mon[185614]: pgmap v6398: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:07.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:13:07 smithi055 ceph-mon[183057]: pgmap v6398: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:13:09 smithi082 ceph-mon[180771]: pgmap v6399: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:09.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:13:09 smithi055 ceph-mon[185614]: pgmap v6399: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:13:09 smithi055 ceph-mon[183057]: pgmap v6399: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:10.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:13:10 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:13:10.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:13:10 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:13:10.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:13:10 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:13:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:13:11 smithi082 ceph-mon[180771]: pgmap v6400: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:11.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:13:11 smithi055 ceph-mon[185614]: pgmap v6400: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:11.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:13:11 smithi055 ceph-mon[183057]: pgmap v6400: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:13:13 smithi082 ceph-mon[180771]: pgmap v6401: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:13.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:13:13 smithi055 ceph-mon[185614]: pgmap v6401: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:13.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:13:13 smithi055 ceph-mon[183057]: pgmap v6401: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:14.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:13:14 smithi055 ceph-mon[185614]: pgmap v6402: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:14.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:13:14 smithi055 ceph-mon[183057]: pgmap v6402: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:14.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:13:14 smithi082 ceph-mon[180771]: pgmap v6402: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:15.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:13:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:13:15] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T03:13:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:13:17 smithi082 ceph-mon[180771]: pgmap v6403: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:17.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:13:17 smithi055 ceph-mon[185614]: pgmap v6403: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:17.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:13:17 smithi055 ceph-mon[183057]: pgmap v6403: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:13:19 smithi082 ceph-mon[180771]: pgmap v6404: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:19.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:13:19 smithi055 ceph-mon[185614]: pgmap v6404: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:19.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:13:19 smithi055 ceph-mon[183057]: pgmap v6404: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:13:21 smithi082 ceph-mon[180771]: pgmap v6405: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:21.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:13:21 smithi055 ceph-mon[185614]: pgmap v6405: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:21.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:13:21 smithi055 ceph-mon[183057]: pgmap v6405: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:13:23 smithi082 ceph-mon[180771]: pgmap v6406: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:23.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:13:23 smithi055 ceph-mon[185614]: pgmap v6406: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:23.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:13:23 smithi055 ceph-mon[183057]: pgmap v6406: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:24.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:13:24 smithi055 ceph-mon[185614]: pgmap v6407: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:24.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:13:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:13:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:13:24 smithi055 ceph-mon[183057]: pgmap v6407: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:24.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:13:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:13:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:13:24 smithi082 ceph-mon[180771]: pgmap v6407: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:13:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:13:25.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:13:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:13:25] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T03:13:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:13:27 smithi082 ceph-mon[180771]: pgmap v6408: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:27.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:13:27 smithi055 ceph-mon[185614]: pgmap v6408: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:27.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:13:27 smithi055 ceph-mon[183057]: pgmap v6408: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:13:29 smithi082 ceph-mon[180771]: pgmap v6409: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:29.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:13:29 smithi055 ceph-mon[185614]: pgmap v6409: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:13:29 smithi055 ceph-mon[183057]: pgmap v6409: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:13:31 smithi082 ceph-mon[180771]: pgmap v6410: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:31.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:13:31 smithi055 ceph-mon[185614]: pgmap v6410: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:31.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:13:31 smithi055 ceph-mon[183057]: pgmap v6410: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:13:33 smithi082 ceph-mon[180771]: pgmap v6411: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:33.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:13:33 smithi055 ceph-mon[185614]: pgmap v6411: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:13:33 smithi055 ceph-mon[183057]: pgmap v6411: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:34.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:13:34 smithi055 ceph-mon[185614]: pgmap v6412: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:34.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:13:34 smithi055 ceph-mon[183057]: pgmap v6412: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:34.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:13:34 smithi082 ceph-mon[180771]: pgmap v6412: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:35.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:13:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:13:35] "GET /metrics HTTP/1.1" 200 36233 "" "Prometheus/2.43.0" 2023-10-14T03:13:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:13:37 smithi082 ceph-mon[180771]: pgmap v6413: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:37.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:13:37 smithi055 ceph-mon[185614]: pgmap v6413: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:37.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:13:37 smithi055 ceph-mon[183057]: pgmap v6413: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:13:39 smithi082 ceph-mon[180771]: pgmap v6414: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:13:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:13:39.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:13:39 smithi055 ceph-mon[185614]: pgmap v6414: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:39.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:13:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:13:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:13:39 smithi055 ceph-mon[183057]: pgmap v6414: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:39.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:13:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:13:41.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:13:41 smithi082 ceph-mon[180771]: pgmap v6415: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:41.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:13:41 smithi055 ceph-mon[185614]: pgmap v6415: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:41.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:13:41 smithi055 ceph-mon[183057]: pgmap v6415: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:43.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:13:43 smithi082 ceph-mon[180771]: pgmap v6416: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:43.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:13:43 smithi055 ceph-mon[185614]: pgmap v6416: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:43.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:13:43 smithi055 ceph-mon[183057]: pgmap v6416: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:44.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:13:44 smithi055 ceph-mon[185614]: pgmap v6417: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:44.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:13:44 smithi055 ceph-mon[183057]: pgmap v6417: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:44.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:13:44 smithi082 ceph-mon[180771]: pgmap v6417: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:45.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:13:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:13:45] "GET /metrics HTTP/1.1" 200 36228 "" "Prometheus/2.43.0" 2023-10-14T03:13:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:13:47 smithi082 ceph-mon[180771]: pgmap v6418: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:47.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:13:47 smithi055 ceph-mon[185614]: pgmap v6418: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:47.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:13:47 smithi055 ceph-mon[183057]: pgmap v6418: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:13:49 smithi082 ceph-mon[180771]: pgmap v6419: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:49.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:13:49 smithi055 ceph-mon[185614]: pgmap v6419: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:49.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:13:49 smithi055 ceph-mon[183057]: pgmap v6419: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:13:51 smithi082 ceph-mon[180771]: pgmap v6420: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:51.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:13:51 smithi055 ceph-mon[185614]: pgmap v6420: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:51.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:13:51 smithi055 ceph-mon[183057]: pgmap v6420: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:53.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:13:53 smithi082 ceph-mon[180771]: pgmap v6421: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:53.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:13:53 smithi055 ceph-mon[185614]: pgmap v6421: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:53.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:13:53 smithi055 ceph-mon[183057]: pgmap v6421: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:54.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:13:54 smithi055 ceph-mon[185614]: pgmap v6422: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:54.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:13:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:13:54.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:13:54 smithi055 ceph-mon[183057]: pgmap v6422: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:54.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:13:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:13:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:13:54 smithi082 ceph-mon[180771]: pgmap v6422: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:13:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:13:55.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:13:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:13:55] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T03:13:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:13:57 smithi082 ceph-mon[180771]: pgmap v6423: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:57.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:13:57 smithi055 ceph-mon[185614]: pgmap v6423: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:57.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:13:57 smithi055 ceph-mon[183057]: pgmap v6423: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:13:59 smithi082 ceph-mon[180771]: pgmap v6424: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:59.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:13:59 smithi055 ceph-mon[185614]: pgmap v6424: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:13:59.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:13:59 smithi055 ceph-mon[183057]: pgmap v6424: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:14:01 smithi082 ceph-mon[180771]: pgmap v6425: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:14:01 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T03:14:01.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:14:01 smithi055 ceph-mon[185614]: pgmap v6425: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:01.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:14:01 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T03:14:01.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:14:01 smithi055 ceph-mon[183057]: pgmap v6425: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:01.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:14:01 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T03:14:02.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:14:02 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T03:14:02.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:14:02 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T03:14:02.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:14:02 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:14:02.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:14:02 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T03:14:02.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:14:02 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T03:14:02.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:14:02 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:14:02.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:14:02 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T03:14:02.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:14:02 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T03:14:02.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:14:02 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:14:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:14:03 smithi082 ceph-mon[180771]: pgmap v6426: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:03.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:14:03 smithi055 ceph-mon[185614]: pgmap v6426: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:03.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:14:03 smithi055 ceph-mon[183057]: pgmap v6426: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:04.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:14:04 smithi055 ceph-mon[185614]: pgmap v6427: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:04.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:14:04 smithi055 ceph-mon[183057]: pgmap v6427: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:04.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:14:04 smithi082 ceph-mon[180771]: pgmap v6427: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:05.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:14:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:14:05] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T03:14:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:14:07 smithi082 ceph-mon[180771]: pgmap v6428: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:07.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:14:07 smithi055 ceph-mon[185614]: pgmap v6428: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:07.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:14:07 smithi055 ceph-mon[183057]: pgmap v6428: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:09.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:14:09 smithi082 ceph-mon[180771]: pgmap v6429: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:09.378 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:14:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:14:09.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:14:09 smithi055 ceph-mon[185614]: pgmap v6429: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:09.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:14:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:14:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:14:09 smithi055 ceph-mon[183057]: pgmap v6429: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:14:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:14:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:14:11 smithi082 ceph-mon[180771]: pgmap v6430: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:11.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:14:11 smithi055 ceph-mon[185614]: pgmap v6430: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:11.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:14:11 smithi055 ceph-mon[183057]: pgmap v6430: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:14:13 smithi082 ceph-mon[180771]: pgmap v6431: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:13.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:14:13 smithi055 ceph-mon[185614]: pgmap v6431: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:13.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:14:13 smithi055 ceph-mon[183057]: pgmap v6431: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:14.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:14:14 smithi055 ceph-mon[185614]: pgmap v6432: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:14.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:14:14 smithi055 ceph-mon[183057]: pgmap v6432: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:14.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:14:14 smithi082 ceph-mon[180771]: pgmap v6432: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:15.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:14:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:14:15] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T03:14:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:14:17 smithi082 ceph-mon[180771]: pgmap v6433: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:17.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:14:17 smithi055 ceph-mon[185614]: pgmap v6433: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:17.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:14:17 smithi055 ceph-mon[183057]: pgmap v6433: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:14:19 smithi082 ceph-mon[180771]: pgmap v6434: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:19.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:14:19 smithi055 ceph-mon[185614]: pgmap v6434: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:19.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:14:19 smithi055 ceph-mon[183057]: pgmap v6434: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:14:21 smithi082 ceph-mon[180771]: pgmap v6435: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:21.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:14:21 smithi055 ceph-mon[183057]: pgmap v6435: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:21.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:14:21 smithi055 ceph-mon[185614]: pgmap v6435: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:14:23 smithi082 ceph-mon[180771]: pgmap v6436: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:23.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:14:23 smithi055 ceph-mon[185614]: pgmap v6436: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:23.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:14:23 smithi055 ceph-mon[183057]: pgmap v6436: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:24.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:14:24 smithi055 ceph-mon[185614]: pgmap v6437: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:24.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:14:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:14:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:14:24 smithi055 ceph-mon[183057]: pgmap v6437: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:24.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:14:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:14:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:14:24 smithi082 ceph-mon[180771]: pgmap v6437: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:14:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:14:25.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:14:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:14:25] "GET /metrics HTTP/1.1" 200 36228 "" "Prometheus/2.43.0" 2023-10-14T03:14:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:14:27 smithi082 ceph-mon[180771]: pgmap v6438: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:27.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:14:27 smithi055 ceph-mon[185614]: pgmap v6438: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:27.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:14:27 smithi055 ceph-mon[183057]: pgmap v6438: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:29.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:14:29 smithi082 ceph-mon[180771]: pgmap v6439: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:29.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:14:29 smithi055 ceph-mon[185614]: pgmap v6439: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:14:29 smithi055 ceph-mon[183057]: pgmap v6439: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:14:31 smithi082 ceph-mon[180771]: pgmap v6440: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:31.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:14:31 smithi055 ceph-mon[185614]: pgmap v6440: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:31.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:14:31 smithi055 ceph-mon[183057]: pgmap v6440: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:14:33 smithi082 ceph-mon[180771]: pgmap v6441: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:33.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:14:33 smithi055 ceph-mon[185614]: pgmap v6441: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:14:33 smithi055 ceph-mon[183057]: pgmap v6441: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:34.768 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:14:34 smithi055 ceph-mon[185614]: pgmap v6442: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:34.769 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:14:34 smithi055 ceph-mon[183057]: pgmap v6442: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:34.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:14:34 smithi082 ceph-mon[180771]: pgmap v6442: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:35.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:14:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:14:35] "GET /metrics HTTP/1.1" 200 36228 "" "Prometheus/2.43.0" 2023-10-14T03:14:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:14:37 smithi082 ceph-mon[180771]: pgmap v6443: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:37.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:14:37 smithi055 ceph-mon[185614]: pgmap v6443: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:37.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:14:37 smithi055 ceph-mon[183057]: pgmap v6443: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:14:39 smithi082 ceph-mon[180771]: pgmap v6444: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:14:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:14:39.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:14:39 smithi055 ceph-mon[185614]: pgmap v6444: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:39.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:14:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:14:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:14:39 smithi055 ceph-mon[183057]: pgmap v6444: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:14:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:14:41.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:14:41 smithi082 ceph-mon[180771]: pgmap v6445: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:41.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:14:41 smithi055 ceph-mon[185614]: pgmap v6445: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:41.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:14:41 smithi055 ceph-mon[183057]: pgmap v6445: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:43.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:14:43 smithi082 ceph-mon[180771]: pgmap v6446: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:43.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:14:43 smithi055 ceph-mon[183057]: pgmap v6446: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:43.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:14:43 smithi055 ceph-mon[185614]: pgmap v6446: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:44.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:14:44 smithi055 ceph-mon[185614]: pgmap v6447: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:44.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:14:44 smithi055 ceph-mon[183057]: pgmap v6447: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:44.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:14:44 smithi082 ceph-mon[180771]: pgmap v6447: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:45.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:14:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:14:45] "GET /metrics HTTP/1.1" 200 36230 "" "Prometheus/2.43.0" 2023-10-14T03:14:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:14:47 smithi082 ceph-mon[180771]: pgmap v6448: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:47.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:14:47 smithi055 ceph-mon[185614]: pgmap v6448: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:47.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:14:47 smithi055 ceph-mon[183057]: pgmap v6448: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:14:49 smithi082 ceph-mon[180771]: pgmap v6449: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:49.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:14:49 smithi055 ceph-mon[185614]: pgmap v6449: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:49.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:14:49 smithi055 ceph-mon[183057]: pgmap v6449: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:14:51 smithi082 ceph-mon[180771]: pgmap v6450: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:51.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:14:51 smithi055 ceph-mon[185614]: pgmap v6450: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:51.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:14:51 smithi055 ceph-mon[183057]: pgmap v6450: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:53.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:14:53 smithi082 ceph-mon[180771]: pgmap v6451: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:53.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:14:53 smithi055 ceph-mon[185614]: pgmap v6451: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:53.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:14:53 smithi055 ceph-mon[183057]: pgmap v6451: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:54.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:14:54 smithi055 ceph-mon[185614]: pgmap v6452: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:54.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:14:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:14:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:14:54 smithi055 ceph-mon[183057]: pgmap v6452: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:54.768 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:14:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:14:54.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:14:54 smithi082 ceph-mon[180771]: pgmap v6452: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:54.878 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:14:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:14:55.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:14:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:14:55] "GET /metrics HTTP/1.1" 200 36228 "" "Prometheus/2.43.0" 2023-10-14T03:14:57.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:14:57 smithi082 ceph-mon[180771]: pgmap v6453: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:57.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:14:57 smithi055 ceph-mon[185614]: pgmap v6453: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:57.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:14:57 smithi055 ceph-mon[183057]: pgmap v6453: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:14:59 smithi082 ceph-mon[180771]: pgmap v6454: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:59.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:14:59 smithi055 ceph-mon[185614]: pgmap v6454: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:14:59.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:14:59 smithi055 ceph-mon[183057]: pgmap v6454: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:01.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:15:01 smithi082 ceph-mon[180771]: pgmap v6455: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:01.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:15:01 smithi055 ceph-mon[185614]: pgmap v6455: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:01.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:15:01 smithi055 ceph-mon[183057]: pgmap v6455: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:02.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:15:02 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T03:15:02.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:15:02 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T03:15:02.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:15:02 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T03:15:02.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:15:02 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:15:02.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:15:02 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T03:15:02.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:15:02 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T03:15:02.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:15:02 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T03:15:02.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:15:02 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:15:02.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:15:02 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-14T03:15:02.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:15:02 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-14T03:15:02.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:15:02 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-14T03:15:02.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:15:02 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' 2023-10-14T03:15:03.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:15:03 smithi082 ceph-mon[180771]: pgmap v6456: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:03.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:15:03 smithi055 ceph-mon[185614]: pgmap v6456: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:03.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:15:03 smithi055 ceph-mon[183057]: pgmap v6456: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:04.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:15:04 smithi055 ceph-mon[185614]: pgmap v6457: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:04.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:15:04 smithi055 ceph-mon[183057]: pgmap v6457: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:04.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:15:04 smithi082 ceph-mon[180771]: pgmap v6457: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:05.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:15:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:15:05] "GET /metrics HTTP/1.1" 200 36228 "" "Prometheus/2.43.0" 2023-10-14T03:15:07.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:15:07 smithi082 ceph-mon[180771]: pgmap v6458: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:07.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:15:07 smithi055 ceph-mon[185614]: pgmap v6458: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:07.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:15:07 smithi055 ceph-mon[183057]: pgmap v6458: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:15:09 smithi082 ceph-mon[180771]: pgmap v6459: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:09.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:15:09 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:15:09.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:15:09 smithi055 ceph-mon[185614]: pgmap v6459: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:09.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:15:09 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:15:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:15:09 smithi055 ceph-mon[183057]: pgmap v6459: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:09.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:15:09 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:15:11.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:15:11 smithi082 ceph-mon[180771]: pgmap v6460: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:11.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:15:11 smithi055 ceph-mon[185614]: pgmap v6460: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:11.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:15:11 smithi055 ceph-mon[183057]: pgmap v6460: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:13.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:15:13 smithi082 ceph-mon[180771]: pgmap v6461: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:13.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:15:13 smithi055 ceph-mon[185614]: pgmap v6461: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:13.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:15:13 smithi055 ceph-mon[183057]: pgmap v6461: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:14.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:15:14 smithi055 ceph-mon[185614]: pgmap v6462: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:14.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:15:14 smithi055 ceph-mon[183057]: pgmap v6462: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:14.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:15:14 smithi082 ceph-mon[180771]: pgmap v6462: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:15.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:15:15 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:15:15] "GET /metrics HTTP/1.1" 200 36232 "" "Prometheus/2.43.0" 2023-10-14T03:15:17.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:15:17 smithi082 ceph-mon[180771]: pgmap v6463: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:17.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:15:17 smithi055 ceph-mon[185614]: pgmap v6463: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:17.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:15:17 smithi055 ceph-mon[183057]: pgmap v6463: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:19.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:15:19 smithi082 ceph-mon[180771]: pgmap v6464: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:19.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:15:19 smithi055 ceph-mon[183057]: pgmap v6464: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:19.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:15:19 smithi055 ceph-mon[185614]: pgmap v6464: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:21.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:15:21 smithi082 ceph-mon[180771]: pgmap v6465: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:21.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:15:21 smithi055 ceph-mon[185614]: pgmap v6465: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:21.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:15:21 smithi055 ceph-mon[183057]: pgmap v6465: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:23.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:15:23 smithi082 ceph-mon[180771]: pgmap v6466: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:23.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:15:23 smithi055 ceph-mon[185614]: pgmap v6466: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:23.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:15:23 smithi055 ceph-mon[183057]: pgmap v6466: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:24.766 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:15:24 smithi055 ceph-mon[183057]: pgmap v6467: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:24.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:15:24 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:15:24.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:15:24 smithi055 ceph-mon[185614]: pgmap v6467: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:24.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:15:24 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:15:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:15:24 smithi082 ceph-mon[180771]: pgmap v6467: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:24.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:15:24 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:15:25.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:15:25 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:15:25] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T03:15:27.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:15:27 smithi082 ceph-mon[180771]: pgmap v6468: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:27.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:15:27 smithi055 ceph-mon[185614]: pgmap v6468: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:27.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:15:27 smithi055 ceph-mon[183057]: pgmap v6468: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:29.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:15:29 smithi082 ceph-mon[180771]: pgmap v6469: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:29.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:15:29 smithi055 ceph-mon[185614]: pgmap v6469: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:29.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:15:29 smithi055 ceph-mon[183057]: pgmap v6469: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:31.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:15:31 smithi082 ceph-mon[180771]: pgmap v6470: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:31.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:15:31 smithi055 ceph-mon[185614]: pgmap v6470: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:31.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:15:31 smithi055 ceph-mon[183057]: pgmap v6470: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:33.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:15:33 smithi082 ceph-mon[180771]: pgmap v6471: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:33.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:15:33 smithi055 ceph-mon[185614]: pgmap v6471: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:33.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:15:33 smithi055 ceph-mon[183057]: pgmap v6471: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:34.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:15:34 smithi055 ceph-mon[185614]: pgmap v6472: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:34.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:15:34 smithi055 ceph-mon[183057]: pgmap v6472: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:34.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:15:34 smithi082 ceph-mon[180771]: pgmap v6472: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:35.517 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:15:35 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:15:35] "GET /metrics HTTP/1.1" 200 36229 "" "Prometheus/2.43.0" 2023-10-14T03:15:37.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:15:37 smithi082 ceph-mon[180771]: pgmap v6473: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:37.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:15:37 smithi055 ceph-mon[185614]: pgmap v6473: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:37.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:15:37 smithi055 ceph-mon[183057]: pgmap v6473: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:15:39 smithi082 ceph-mon[180771]: pgmap v6474: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:39.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:15:39 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:15:39.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:15:39 smithi055 ceph-mon[183057]: pgmap v6474: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:39.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:15:39 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:15:39.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:15:39 smithi055 ceph-mon[185614]: pgmap v6474: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:39.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:15:39 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:15:41.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:15:41 smithi082 ceph-mon[180771]: pgmap v6475: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:41.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:15:41 smithi055 ceph-mon[185614]: pgmap v6475: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:41.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:15:41 smithi055 ceph-mon[183057]: pgmap v6475: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:43.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:15:43 smithi082 ceph-mon[180771]: pgmap v6476: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:43.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:15:43 smithi055 ceph-mon[185614]: pgmap v6476: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:43.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:15:43 smithi055 ceph-mon[183057]: pgmap v6476: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:44.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:15:44 smithi055 ceph-mon[185614]: pgmap v6477: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:44.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:15:44 smithi055 ceph-mon[183057]: pgmap v6477: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:44.877 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:15:44 smithi082 ceph-mon[180771]: pgmap v6477: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:45.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:15:45 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:15:45] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T03:15:47.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:15:47 smithi082 ceph-mon[180771]: pgmap v6478: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:47.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:15:47 smithi055 ceph-mon[185614]: pgmap v6478: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:47.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:15:47 smithi055 ceph-mon[183057]: pgmap v6478: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:49.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:15:49 smithi082 ceph-mon[180771]: pgmap v6479: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:49.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:15:49 smithi055 ceph-mon[185614]: pgmap v6479: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:49.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:15:49 smithi055 ceph-mon[183057]: pgmap v6479: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:51.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:15:51 smithi082 ceph-mon[180771]: pgmap v6480: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:51.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:15:51 smithi055 ceph-mon[185614]: pgmap v6480: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:51.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:15:51 smithi055 ceph-mon[183057]: pgmap v6480: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:53.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:15:53 smithi082 ceph-mon[180771]: pgmap v6481: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:53.516 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:15:53 smithi055 ceph-mon[185614]: pgmap v6481: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:53.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:15:53 smithi055 ceph-mon[183057]: pgmap v6481: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:54.766 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:15:54 smithi055 ceph-mon[185614]: pgmap v6482: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:54.767 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:15:54 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:15:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:15:54 smithi055 ceph-mon[183057]: pgmap v6482: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:54.767 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:15:54 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:15:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:15:54 smithi082 ceph-mon[180771]: pgmap v6482: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:54.875 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:15:54 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-14T03:15:55.015 DEBUG:teuthology.orchestra.run:got remote process result: 124 2023-10-14T03:15:55.017 INFO:tasks.workunit:Stopping ['cls'] on client.0... 2023-10-14T03:15:55.017 DEBUG:teuthology.orchestra.run.smithi055:> sudo rm -rf -- /home/ubuntu/cephtest/workunits.list.client.0 /home/ubuntu/cephtest/clone.client.0 2023-10-14T03:15:55.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:15:55 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: ::ffff:172.21.15.82 - - [14/Oct/2023:03:15:55] "GET /metrics HTTP/1.1" 200 36231 "" "Prometheus/2.43.0" 2023-10-14T03:15:55.643 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/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_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/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_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/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_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_3b7b697cbf6ffcf4008fdd8ebe8798db50497941/qa/tasks/workunit.py", line 129, in task p.spawn(_run_tests, ctx, refspec, role, tests, File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_3b7b697cbf6ffcf4008fdd8ebe8798db50497941/qa/tasks/workunit.py", line 424, in _run_tests remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/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_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/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 smithi055 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-10-14T03:15:55.737 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=eb1219cd5d884a5e93d9a245ebfc6433 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/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_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/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_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/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_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_3b7b697cbf6ffcf4008fdd8ebe8798db50497941/qa/tasks/workunit.py", line 129, in task p.spawn(_run_tests, ctx, refspec, role, tests, File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_3b7b697cbf6ffcf4008fdd8ebe8798db50497941/qa/tasks/workunit.py", line 424, in _run_tests remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/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_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/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 smithi055 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-10-14T03:15:55.741 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-10-14T03:15:55.752 INFO:tasks.cephadm:Teardown begin 2023-10-14T03:15:55.794 INFO:tasks.cephfs.filesystem:Destroying file system cephfs and related pools 2023-10-14T03:15:55.795 DEBUG:teuthology.orchestra.run.smithi055:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph fs dump --format=json 2023-10-14T03:15:56.321 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-14T03:15:56.322 INFO:teuthology.orchestra.run.smithi055.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":54295,"name":"b","rank":-1,"incarnation":0,"state":"up:standby","state_seq":1,"addr":"172.21.15.82:6833/1006822794","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6832","nonce":1006822794},{"type":"v1","addr":"172.21.15.82:6833","nonce":1006822794}]},"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-10-13T23:59:34.127848+0000","modified":"2023-10-14T00:08:43.100053+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":457,"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":6,"addr":"172.21.15.55:6835/4105028077","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6834","nonce":4105028077},{"type":"v1","addr":"172.21.15.55:6835","nonce":4105028077}]},"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-10-14T03:15:56.324 INFO:teuthology.orchestra.run.smithi055.stderr:dumped fsmap epoch 16 2023-10-14T03:15:56.338 DEBUG:teuthology.orchestra.run.smithi055:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph fs dump --format=json 2023-10-14T03:15:56.744 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-14T03:15:56.745 INFO:teuthology.orchestra.run.smithi055.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":54295,"name":"b","rank":-1,"incarnation":0,"state":"up:standby","state_seq":1,"addr":"172.21.15.82:6833/1006822794","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6832","nonce":1006822794},{"type":"v1","addr":"172.21.15.82:6833","nonce":1006822794}]},"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-10-13T23:59:34.127848+0000","modified":"2023-10-14T00:08:43.100053+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":457,"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":6,"addr":"172.21.15.55:6835/4105028077","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6834","nonce":4105028077},{"type":"v1","addr":"172.21.15.55:6835","nonce":4105028077}]},"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-10-14T03:15:56.748 INFO:teuthology.orchestra.run.smithi055.stderr:dumped fsmap epoch 16 2023-10-14T03:15:56.762 DEBUG:teuthology.orchestra.run.smithi055:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd dump --format=json 2023-10-14T03:15:57.118 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-10-14T03:15:57.118 INFO:teuthology.orchestra.run.smithi055.stdout:{"epoch":926,"fsid":"db84ebe0-6a23-11ee-8db6-212e2dc638e7","created":"2023-10-13T23:55:30.731380+0000","modified":"2023-10-14T00:17:01.109977+0000","last_up_change":"2023-10-14T00:08:25.343290+0000","last_in_change":"2023-10-13T23:59:04.836217+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-10-13T23:57:56.647311+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":2,"pool_name":"cephfs_metadata","create_time":"2023-10-13T23:59:32.323941+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":"58","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-10-13T23:59:33.509551+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":"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"}},"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-10-14T00:00:01.551934+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-smithi055-234625-19","create_time":"2023-10-14T00:16:58.571280+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":"926","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":"d28170b1-0144-410a-a466-99da11b43cad","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":8,"last_clean_end":238,"up_from":247,"up_thru":924,"down_at":239,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6802","nonce":3071707524},{"type":"v1","addr":"172.21.15.55:6803","nonce":3071707524}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6804","nonce":3071707524},{"type":"v1","addr":"172.21.15.55:6805","nonce":3071707524}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6808","nonce":3071707524},{"type":"v1","addr":"172.21.15.55:6809","nonce":3071707524}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6806","nonce":3071707524},{"type":"v1","addr":"172.21.15.55:6807","nonce":3071707524}]},"public_addr":"172.21.15.55:6803/3071707524","cluster_addr":"172.21.15.55:6805/3071707524","heartbeat_back_addr":"172.21.15.55:6809/3071707524","heartbeat_front_addr":"172.21.15.55:6807/3071707524","state":["exists","up"]},{"osd":1,"uuid":"42e1cf0f-2803-4d75-9383-a2dc5932e973","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":13,"last_clean_end":265,"up_from":275,"up_thru":924,"down_at":266,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6810","nonce":2025894321},{"type":"v1","addr":"172.21.15.55:6811","nonce":2025894321}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6812","nonce":2025894321},{"type":"v1","addr":"172.21.15.55:6813","nonce":2025894321}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6816","nonce":2025894321},{"type":"v1","addr":"172.21.15.55:6817","nonce":2025894321}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6814","nonce":2025894321},{"type":"v1","addr":"172.21.15.55:6815","nonce":2025894321}]},"public_addr":"172.21.15.55:6811/2025894321","cluster_addr":"172.21.15.55:6813/2025894321","heartbeat_back_addr":"172.21.15.55:6817/2025894321","heartbeat_front_addr":"172.21.15.55:6815/2025894321","state":["exists","up"]},{"osd":2,"uuid":"e6270b89-2967-4635-a4cb-4b0b4f08e40c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":18,"last_clean_end":295,"up_from":304,"up_thru":924,"down_at":296,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6818","nonce":3899997429},{"type":"v1","addr":"172.21.15.55:6819","nonce":3899997429}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6820","nonce":3899997429},{"type":"v1","addr":"172.21.15.55:6821","nonce":3899997429}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6824","nonce":3899997429},{"type":"v1","addr":"172.21.15.55:6825","nonce":3899997429}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6822","nonce":3899997429},{"type":"v1","addr":"172.21.15.55:6823","nonce":3899997429}]},"public_addr":"172.21.15.55:6819/3899997429","cluster_addr":"172.21.15.55:6821/3899997429","heartbeat_back_addr":"172.21.15.55:6825/3899997429","heartbeat_front_addr":"172.21.15.55:6823/3899997429","state":["exists","up"]},{"osd":3,"uuid":"2322d5af-ceaa-4906-9470-cc560f3c8649","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":24,"last_clean_end":322,"up_from":332,"up_thru":924,"down_at":323,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6826","nonce":3987603482},{"type":"v1","addr":"172.21.15.55:6827","nonce":3987603482}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6828","nonce":3987603482},{"type":"v1","addr":"172.21.15.55:6829","nonce":3987603482}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6832","nonce":3987603482},{"type":"v1","addr":"172.21.15.55:6833","nonce":3987603482}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:6830","nonce":3987603482},{"type":"v1","addr":"172.21.15.55:6831","nonce":3987603482}]},"public_addr":"172.21.15.55:6827/3987603482","cluster_addr":"172.21.15.55:6829/3987603482","heartbeat_back_addr":"172.21.15.55:6833/3987603482","heartbeat_front_addr":"172.21.15.55:6831/3987603482","state":["exists","up"]},{"osd":4,"uuid":"73a6a3d7-af46-4628-b8f7-cf8457eb50a6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":29,"last_clean_end":351,"up_from":361,"up_thru":924,"down_at":352,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6800","nonce":1907751506},{"type":"v1","addr":"172.21.15.82:6801","nonce":1907751506}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6802","nonce":1907751506},{"type":"v1","addr":"172.21.15.82:6803","nonce":1907751506}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6806","nonce":1907751506},{"type":"v1","addr":"172.21.15.82:6807","nonce":1907751506}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6804","nonce":1907751506},{"type":"v1","addr":"172.21.15.82:6805","nonce":1907751506}]},"public_addr":"172.21.15.82:6801/1907751506","cluster_addr":"172.21.15.82:6803/1907751506","heartbeat_back_addr":"172.21.15.82:6807/1907751506","heartbeat_front_addr":"172.21.15.82:6805/1907751506","state":["exists","up"]},{"osd":5,"uuid":"bc73dbc6-78da-45a3-98a0-bfa2485d547a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":36,"last_clean_end":379,"up_from":388,"up_thru":924,"down_at":380,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6808","nonce":1204634511},{"type":"v1","addr":"172.21.15.82:6809","nonce":1204634511}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6810","nonce":1204634511},{"type":"v1","addr":"172.21.15.82:6811","nonce":1204634511}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6814","nonce":1204634511},{"type":"v1","addr":"172.21.15.82:6815","nonce":1204634511}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6812","nonce":1204634511},{"type":"v1","addr":"172.21.15.82:6813","nonce":1204634511}]},"public_addr":"172.21.15.82:6809/1204634511","cluster_addr":"172.21.15.82:6811/1204634511","heartbeat_back_addr":"172.21.15.82:6815/1204634511","heartbeat_front_addr":"172.21.15.82:6813/1204634511","state":["exists","up"]},{"osd":6,"uuid":"ed1ff877-27d3-4531-bb21-39916204267d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":43,"last_clean_end":407,"up_from":415,"up_thru":924,"down_at":408,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6816","nonce":3435544843},{"type":"v1","addr":"172.21.15.82:6817","nonce":3435544843}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6818","nonce":3435544843},{"type":"v1","addr":"172.21.15.82:6819","nonce":3435544843}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6822","nonce":3435544843},{"type":"v1","addr":"172.21.15.82:6823","nonce":3435544843}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6820","nonce":3435544843},{"type":"v1","addr":"172.21.15.82:6821","nonce":3435544843}]},"public_addr":"172.21.15.82:6817/3435544843","cluster_addr":"172.21.15.82:6819/3435544843","heartbeat_back_addr":"172.21.15.82:6823/3435544843","heartbeat_front_addr":"172.21.15.82:6821/3435544843","state":["exists","up"]},{"osd":7,"uuid":"f906cdc1-85ea-4e96-9caa-028afe06e466","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":51,"last_clean_end":431,"up_from":440,"up_thru":924,"down_at":432,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6824","nonce":1852731194},{"type":"v1","addr":"172.21.15.82:6825","nonce":1852731194}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6826","nonce":1852731194},{"type":"v1","addr":"172.21.15.82:6827","nonce":1852731194}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6830","nonce":1852731194},{"type":"v1","addr":"172.21.15.82:6831","nonce":1852731194}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6828","nonce":1852731194},{"type":"v1","addr":"172.21.15.82:6829","nonce":1852731194}]},"public_addr":"172.21.15.82:6825/1852731194","cluster_addr":"172.21.15.82:6827/1852731194","heartbeat_back_addr":"172.21.15.82:6831/1852731194","heartbeat_front_addr":"172.21.15.82:6829/1852731194","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-10-13T23:57:18.699926+0000","dead_epoch":238},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-13T23:57:36.889632+0000","dead_epoch":265},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-13T23:57:54.175435+0000","dead_epoch":294},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-13T23:58:12.068215+0000","dead_epoch":322},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-13T23:58:28.154098+0000","dead_epoch":351},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-13T23:58:44.573307+0000","dead_epoch":379},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-13T23:59:00.864868+0000","dead_epoch":406},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-13T23:59:17.626770+0000","dead_epoch":431}],"pg_upmap":[],"pg_upmap_items":[{"pgid":"2.a","mappings":[{"from":7,"to":2}]},{"pgid":"3.1d","mappings":[{"from":5,"to":2}]},{"pgid":"3.24","mappings":[{"from":4,"to":2},{"from":0,"to":1}]},{"pgid":"3.26","mappings":[{"from":6,"to":2}]},{"pgid":"3.27","mappings":[{"from":4,"to":1}]},{"pgid":"3.30","mappings":[{"from":0,"to":1}]}],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.82:6832/2924660589":"2023-10-15T00:08:41.051215+0000","172.21.15.55:6801/2743811049":"2023-10-15T00:04:08.758349+0000","172.21.15.55:6800/2743811049":"2023-10-15T00:04:08.758349+0000","172.21.15.55:6801/2967904605":"2023-10-15T00:00:03.104242+0000","172.21.15.55:6801/850178993":"2023-10-14T23:55:55.533134+0000","172.21.15.55:0/970744930":"2023-10-15T00:04:08.758349+0000","172.21.15.55:0/3632410194":"2023-10-14T23:55:55.533134+0000","172.21.15.82:6835/3308008785":"2023-10-15T00:03:33.339302+0000","172.21.15.55:0/232026815":"2023-10-15T00:04:08.758349+0000","172.21.15.55:0/2382941342":"2023-10-15T00:02:59.839127+0000","172.21.15.55:0/4159592334":"2023-10-15T00:00:03.104242+0000","172.21.15.55:6801/3365808168":"2023-10-14T23:56:16.099051+0000","172.21.15.55:6800/3365808168":"2023-10-14T23:56:16.099051+0000","172.21.15.82:0/585968395":"2023-10-15T00:03:33.339302+0000","172.21.15.55:0/530723977":"2023-10-14T23:56:16.099051+0000","172.21.15.55:0/287910177":"2023-10-15T00:02:59.839127+0000","172.21.15.55:0/402042571":"2023-10-15T00:00:03.104242+0000","172.21.15.82:0/2197763365":"2023-10-15T00:03:33.339302+0000","172.21.15.82:6833/2924660589":"2023-10-15T00:08:41.051215+0000","172.21.15.55:0/537605984":"2023-10-14T23:56:16.099051+0000","172.21.15.82:0/1470279746":"2023-10-15T00:03:33.339302+0000","172.21.15.82:0/3189460499":"2023-10-15T00:03:33.339302+0000","172.21.15.55:0/1936378658":"2023-10-15T00:02:59.839127+0000","172.21.15.55:6800/2967904605":"2023-10-15T00:00:03.104242+0000","172.21.15.55:0/170831819":"2023-10-14T23:55:55.533134+0000","172.21.15.55:0/2722303272":"2023-10-15T00:02:59.839127+0000","172.21.15.55:0/3594164302":"2023-10-15T00:04:08.758349+0000","172.21.15.55:6800/3536877696":"2023-10-15T00:02:59.839127+0000","172.21.15.82:0/4025346882":"2023-10-15T00:03:33.339302+0000","172.21.15.55:0/980063490":"2023-10-15T00:04:08.758349+0000","172.21.15.55:6801/3536877696":"2023-10-15T00:02:59.839127+0000","172.21.15.82:6834/3308008785":"2023-10-15T00:03:33.339302+0000","172.21.15.55:0/2301986186":"2023-10-15T00:00:03.104242+0000","172.21.15.55:0/2092460180":"2023-10-14T23:56:16.099051+0000","172.21.15.55:0/2397783452":"2023-10-14T23:55:55.533134+0000","172.21.15.55:0/1095091070":"2023-10-15T00:02:59.839127+0000","172.21.15.82:0/2209664421":"2023-10-15T00:03:33.339302+0000","172.21.15.55:0/1884369834":"2023-10-15T00:00:03.104242+0000","172.21.15.55:6800/850178993":"2023-10-14T23:55:55.533134+0000","172.21.15.55:0/1014051924":"2023-10-15T00:04:08.758349+0000","172.21.15.55:0/321838721":"2023-10-15T00:04:08.758349+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":777,"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-10-14T03:15:57.134 DEBUG:teuthology.orchestra.run.smithi055:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph fs fail cephfs 2023-10-14T03:15:57.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:15:57 smithi082 ceph-mon[180771]: pgmap v6483: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:57.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:15:57 smithi082 ceph-mon[180771]: from='client.? 172.21.15.55:0/133448615' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2023-10-14T03:15:57.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:15:57 smithi082 ceph-mon[180771]: from='client.? 172.21.15.55:0/3025103499' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2023-10-14T03:15:57.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:15:57 smithi055 ceph-mon[183057]: pgmap v6483: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:57.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:15:57 smithi055 ceph-mon[183057]: from='client.? 172.21.15.55:0/133448615' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2023-10-14T03:15:57.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:15:57 smithi055 ceph-mon[183057]: from='client.? 172.21.15.55:0/3025103499' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2023-10-14T03:15:57.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:15:57 smithi055 ceph-mon[185614]: pgmap v6483: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:57.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:15:57 smithi055 ceph-mon[185614]: from='client.? 172.21.15.55:0/133448615' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2023-10-14T03:15:57.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:15:57 smithi055 ceph-mon[185614]: from='client.? 172.21.15.55:0/3025103499' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2023-10-14T03:15:57.572 INFO:teuthology.orchestra.run.smithi055.stderr:cephfs marked not joinable; MDS cannot join the cluster. All MDS ranks marked failed. 2023-10-14T03:15:57.585 DEBUG:teuthology.orchestra.run.smithi055:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph fs rm cephfs --yes-i-really-mean-it 2023-10-14T03:15:58.016 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:15:57 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-a[183053]: 2023-10-14T03:15:57.551+0000 7f2908253700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-10-14T03:15:58.017 INFO:journalctl@ceph.mds.a.smithi055.stdout:Oct 14 03:15:57 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mds-a[217057]: ignoring --setuser ceph since I am not root 2023-10-14T03:15:58.017 INFO:journalctl@ceph.mds.a.smithi055.stdout:Oct 14 03:15:57 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mds-a[217057]: ignoring --setgroup ceph since I am not root 2023-10-14T03:15:58.018 INFO:journalctl@ceph.mds.a.smithi055.stdout:Oct 14 03:15:57 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mds-a[217057]: starting mds.a at 2023-10-14T03:15:58.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:15:58 smithi082 ceph-mon[180771]: from='client.? 172.21.15.55:0/3092169464' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-14T03:15:58.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:15:58 smithi082 ceph-mon[180771]: from='client.? 172.21.15.55:0/846475540' entity='client.admin' cmd=[{"prefix": "fs fail", "fs_name": "cephfs"}]: dispatch 2023-10-14T03:15:58.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:15:58 smithi082 ceph-mon[180771]: from='client.? ' entity='client.admin' cmd=[{"prefix": "fs fail", "fs_name": "cephfs"}]: dispatch 2023-10-14T03:15:58.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:15:58 smithi082 ceph-mon[180771]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2023-10-14T03:15:58.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:15:58 smithi082 ceph-mon[180771]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-10-14T03:15:58.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:15:58 smithi082 ceph-mon[180771]: from='client.? ' entity='client.admin' cmd='[{"prefix": "fs fail", "fs_name": "cephfs"}]': finished 2023-10-14T03:15:58.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:15:58 smithi082 ceph-mon[180771]: osdmap e927: 8 total, 8 up, 8 in 2023-10-14T03:15:58.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:15:58 smithi082 ceph-mon[180771]: fsmap cephfs:0/1 1 up:standby, 1 failed 2023-10-14T03:15:58.378 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:15:58 smithi082 ceph-mon[180771]: from='client.? 172.21.15.55:0/2596055966' entity='client.admin' cmd=[{"prefix": "fs rm", "fs_name": "cephfs", "yes_i_really_mean_it": true}]: dispatch 2023-10-14T03:15:58.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:15:58 smithi055 ceph-mon[185614]: from='client.? 172.21.15.55:0/3092169464' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-14T03:15:58.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:15:58 smithi055 ceph-mon[185614]: from='client.? 172.21.15.55:0/846475540' entity='client.admin' cmd=[{"prefix": "fs fail", "fs_name": "cephfs"}]: dispatch 2023-10-14T03:15:58.517 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:15:58 smithi055 ceph-mon[185614]: from='client.? ' entity='client.admin' cmd=[{"prefix": "fs fail", "fs_name": "cephfs"}]: dispatch 2023-10-14T03:15:58.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:15:58 smithi055 ceph-mon[185614]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2023-10-14T03:15:58.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:15:58 smithi055 ceph-mon[185614]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-10-14T03:15:58.518 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:15:58 smithi055 ceph-mon[185614]: from='client.? ' entity='client.admin' cmd='[{"prefix": "fs fail", "fs_name": "cephfs"}]': finished 2023-10-14T03:15:58.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:15:58 smithi055 ceph-mon[185614]: osdmap e927: 8 total, 8 up, 8 in 2023-10-14T03:15:58.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:15:58 smithi055 ceph-mon[185614]: fsmap cephfs:0/1 1 up:standby, 1 failed 2023-10-14T03:15:58.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:15:58 smithi055 ceph-mon[185614]: from='client.? 172.21.15.55:0/2596055966' entity='client.admin' cmd=[{"prefix": "fs rm", "fs_name": "cephfs", "yes_i_really_mean_it": true}]: dispatch 2023-10-14T03:15:58.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:15:58 smithi055 ceph-mon[183057]: from='client.? 172.21.15.55:0/3092169464' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-14T03:15:58.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:15:58 smithi055 ceph-mon[183057]: from='client.? 172.21.15.55:0/846475540' entity='client.admin' cmd=[{"prefix": "fs fail", "fs_name": "cephfs"}]: dispatch 2023-10-14T03:15:58.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:15:58 smithi055 ceph-mon[183057]: from='client.? ' entity='client.admin' cmd=[{"prefix": "fs fail", "fs_name": "cephfs"}]: dispatch 2023-10-14T03:15:58.520 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:15:58 smithi055 ceph-mon[183057]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2023-10-14T03:15:58.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:15:58 smithi055 ceph-mon[183057]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-10-14T03:15:58.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:15:58 smithi055 ceph-mon[183057]: from='client.? ' entity='client.admin' cmd='[{"prefix": "fs fail", "fs_name": "cephfs"}]': finished 2023-10-14T03:15:58.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:15:58 smithi055 ceph-mon[183057]: osdmap e927: 8 total, 8 up, 8 in 2023-10-14T03:15:58.521 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:15:58 smithi055 ceph-mon[183057]: fsmap cephfs:0/1 1 up:standby, 1 failed 2023-10-14T03:15:58.522 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:15:58 smithi055 ceph-mon[183057]: from='client.? 172.21.15.55:0/2596055966' entity='client.admin' cmd=[{"prefix": "fs rm", "fs_name": "cephfs", "yes_i_really_mean_it": true}]: dispatch 2023-10-14T03:15:58.601 DEBUG:teuthology.orchestra.run.smithi055:> 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-10-14T03:15:59.375 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:15:59 smithi082 ceph-mon[180771]: pgmap v6485: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:59.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:15:59 smithi082 ceph-mon[180771]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2023-10-14T03:15:59.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:15:59 smithi082 ceph-mon[180771]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-10-14T03:15:59.376 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:15:59 smithi082 ceph-mon[180771]: Cluster is now healthy 2023-10-14T03:15:59.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:15:59 smithi082 ceph-mon[180771]: from='client.? 172.21.15.55:0/2596055966' entity='client.admin' cmd='[{"prefix": "fs rm", "fs_name": "cephfs", "yes_i_really_mean_it": true}]': finished 2023-10-14T03:15:59.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:15:59 smithi082 ceph-mon[180771]: mds.? [v2:172.21.15.55:6834/2673969718,v1:172.21.15.55:6835/2673969718] up:boot 2023-10-14T03:15:59.377 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:15:59 smithi082 ceph-mon[180771]: fsmap 2 up:standby 2023-10-14T03:15:59.378 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:15:59 smithi082 ceph-mon[180771]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2023-10-14T03:15:59.378 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:15:59 smithi082 ceph-mon[180771]: from='client.? 172.21.15.55:0/1195954684' entity='client.admin' cmd=[{"prefix": "osd pool rm", "pool": "cephfs_metadata", "pool2": "cephfs_metadata", "yes_i_really_really_mean_it": true}]: dispatch 2023-10-14T03:15:59.516 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:15:59 smithi055 ceph-mon[183057]: pgmap v6485: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:59.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:15:59 smithi055 ceph-mon[183057]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2023-10-14T03:15:59.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:15:59 smithi055 ceph-mon[183057]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-10-14T03:15:59.517 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:15:59 smithi055 ceph-mon[183057]: Cluster is now healthy 2023-10-14T03:15:59.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:15:59 smithi055 ceph-mon[183057]: from='client.? 172.21.15.55:0/2596055966' entity='client.admin' cmd='[{"prefix": "fs rm", "fs_name": "cephfs", "yes_i_really_mean_it": true}]': finished 2023-10-14T03:15:59.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:15:59 smithi055 ceph-mon[183057]: mds.? [v2:172.21.15.55:6834/2673969718,v1:172.21.15.55:6835/2673969718] up:boot 2023-10-14T03:15:59.518 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:15:59 smithi055 ceph-mon[183057]: fsmap 2 up:standby 2023-10-14T03:15:59.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:15:59 smithi055 ceph-mon[183057]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2023-10-14T03:15:59.519 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:15:59 smithi055 ceph-mon[183057]: from='client.? 172.21.15.55:0/1195954684' entity='client.admin' cmd=[{"prefix": "osd pool rm", "pool": "cephfs_metadata", "pool2": "cephfs_metadata", "yes_i_really_really_mean_it": true}]: dispatch 2023-10-14T03:15:59.519 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:15:59 smithi055 ceph-mon[185614]: pgmap v6485: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:15:59.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:15:59 smithi055 ceph-mon[185614]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2023-10-14T03:15:59.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:15:59 smithi055 ceph-mon[185614]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-10-14T03:15:59.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:15:59 smithi055 ceph-mon[185614]: Cluster is now healthy 2023-10-14T03:15:59.520 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:15:59 smithi055 ceph-mon[185614]: from='client.? 172.21.15.55:0/2596055966' entity='client.admin' cmd='[{"prefix": "fs rm", "fs_name": "cephfs", "yes_i_really_mean_it": true}]': finished 2023-10-14T03:15:59.521 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:15:59 smithi055 ceph-mon[185614]: mds.? [v2:172.21.15.55:6834/2673969718,v1:172.21.15.55:6835/2673969718] up:boot 2023-10-14T03:15:59.521 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:15:59 smithi055 ceph-mon[185614]: fsmap 2 up:standby 2023-10-14T03:15:59.521 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:15:59 smithi055 ceph-mon[185614]: from='mgr.34104 172.21.15.55:0/3808621178' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2023-10-14T03:15:59.521 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:15:59 smithi055 ceph-mon[185614]: from='client.? 172.21.15.55:0/1195954684' entity='client.admin' cmd=[{"prefix": "osd pool rm", "pool": "cephfs_metadata", "pool2": "cephfs_metadata", "yes_i_really_really_mean_it": true}]: dispatch 2023-10-14T03:15:59.589 INFO:teuthology.orchestra.run.smithi055.stderr:pool 'cephfs_metadata' removed 2023-10-14T03:15:59.608 DEBUG:teuthology.orchestra.run.smithi055:> 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-10-14T03:16:00.612 INFO:teuthology.orchestra.run.smithi055.stderr:pool 'cephfs_data' removed 2023-10-14T03:16:00.624 DEBUG:teuthology.orchestra.run.smithi055:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-10-14T03:16:00.673 DEBUG:teuthology.orchestra.run.smithi082:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-10-14T03:16:00.867 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:16:00 smithi082 ceph-mon[180771]: from='client.? 172.21.15.55:0/1195954684' entity='client.admin' cmd='[{"prefix": "osd pool rm", "pool": "cephfs_metadata", "pool2": "cephfs_metadata", "yes_i_really_really_mean_it": true}]': finished 2023-10-14T03:16:00.867 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:16:00 smithi082 ceph-mon[180771]: osdmap e928: 8 total, 8 up, 8 in 2023-10-14T03:16:00.868 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:16:00 smithi082 ceph-mon[180771]: from='client.? 172.21.15.55:0/2798639180' entity='client.admin' cmd=[{"prefix": "osd pool rm", "pool": "cephfs_data", "pool2": "cephfs_data", "yes_i_really_really_mean_it": true}]: dispatch 2023-10-14T03:16:00.868 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:16:00 smithi082 ceph-mon[180771]: pgmap v6487: 105 pgs: 105 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:16:00.869 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-10-14T03:16:00.870 DEBUG:teuthology.orchestra.run.smithi055:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-10-14T03:16:00.894 DEBUG:teuthology.orchestra.run.smithi082:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-10-14T03:16:00.916 INFO:tasks.cephadm:Stopping all daemons... 2023-10-14T03:16:00.916 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2023-10-14T03:16:00.917 DEBUG:teuthology.orchestra.run.smithi055:> sudo systemctl stop ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@mon.a 2023-10-14T03:16:00.965 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:16:00 smithi055 ceph-mon[185614]: from='client.? 172.21.15.55:0/1195954684' entity='client.admin' cmd='[{"prefix": "osd pool rm", "pool": "cephfs_metadata", "pool2": "cephfs_metadata", "yes_i_really_really_mean_it": true}]': finished 2023-10-14T03:16:00.965 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:16:00 smithi055 ceph-mon[185614]: osdmap e928: 8 total, 8 up, 8 in 2023-10-14T03:16:00.965 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:16:00 smithi055 ceph-mon[185614]: from='client.? 172.21.15.55:0/2798639180' entity='client.admin' cmd=[{"prefix": "osd pool rm", "pool": "cephfs_data", "pool2": "cephfs_data", "yes_i_really_really_mean_it": true}]: dispatch 2023-10-14T03:16:00.966 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:16:00 smithi055 ceph-mon[185614]: pgmap v6487: 105 pgs: 105 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:16:00.966 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:16:00 smithi055 ceph-mon[183057]: from='client.? 172.21.15.55:0/1195954684' entity='client.admin' cmd='[{"prefix": "osd pool rm", "pool": "cephfs_metadata", "pool2": "cephfs_metadata", "yes_i_really_really_mean_it": true}]': finished 2023-10-14T03:16:00.967 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:16:00 smithi055 ceph-mon[183057]: osdmap e928: 8 total, 8 up, 8 in 2023-10-14T03:16:00.967 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:16:00 smithi055 ceph-mon[183057]: from='client.? 172.21.15.55:0/2798639180' entity='client.admin' cmd=[{"prefix": "osd pool rm", "pool": "cephfs_data", "pool2": "cephfs_data", "yes_i_really_really_mean_it": true}]: dispatch 2023-10-14T03:16:00.967 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:16:00 smithi055 ceph-mon[183057]: pgmap v6487: 105 pgs: 105 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-10-14T03:16:01.266 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:16:01 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: [14/Oct/2023:03:16:01] ENGINE Bus STOPPING 2023-10-14T03:16:01.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:16:01 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: [14/Oct/2023:03:16:01] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-10-14T03:16:01.267 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:16:01 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: [14/Oct/2023:03:16:01] ENGINE Bus STOPPED 2023-10-14T03:16:01.268 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:16:01 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: [14/Oct/2023:03:16:01] ENGINE Bus STARTING 2023-10-14T03:16:01.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:16:00 smithi055 systemd[1]: Stopping Ceph mon.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T03:16:01.268 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:16:01 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-a[183053]: 2023-10-14T03:16:01.161+0000 7f290da5e700 -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-10-14T03:16:01.269 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:16:01 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-a[183053]: 2023-10-14T03:16:01.161+0000 7f290da5e700 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2023-10-14T03:16:01.740 INFO:journalctl@ceph.mon.a.smithi055.stdout:Oct 14 03:16:01 smithi055 bash[293645]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-a 2023-10-14T03:16:01.741 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:16:01 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: [14/Oct/2023:03:16:01] ENGINE Serving on http://:::9283 2023-10-14T03:16:01.741 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:16:01 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: [14/Oct/2023:03:16:01] ENGINE Bus STARTED 2023-10-14T03:16:01.747 DEBUG:teuthology.orchestra.run.smithi055:> sudo pkill -f 'journalctl -f -n 0 -u ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@mon.a.service' 2023-10-14T03:16:01.848 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-14T03:16:01.862 INFO:tasks.cephadm.mon.a:Stopped mon.a 2023-10-14T03:16:01.863 INFO:tasks.cephadm.mon.b:Stopping mon.c... 2023-10-14T03:16:01.864 DEBUG:teuthology.orchestra.run.smithi055:> sudo systemctl stop ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@mon.c 2023-10-14T03:16:02.016 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:16:01 smithi055 systemd[1]: Stopping Ceph mon.c for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T03:16:02.432 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:16:02 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-c[185610]: 2023-10-14T03:16:02.092+0000 7f09520f3700 -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-10-14T03:16:02.432 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:16:02 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-c[185610]: 2023-10-14T03:16:02.092+0000 7f09520f3700 -1 mon.c@2(peon) e4 *** Got Signal Terminated *** 2023-10-14T03:16:02.711 INFO:journalctl@ceph.mon.c.smithi055.stdout:Oct 14 03:16:02 smithi055 bash[293792]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-c 2023-10-14T03:16:02.718 DEBUG:teuthology.orchestra.run.smithi055:> sudo pkill -f 'journalctl -f -n 0 -u ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@mon.c.service' 2023-10-14T03:16:02.760 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-14T03:16:02.761 INFO:tasks.cephadm.mon.b:Stopped mon.c 2023-10-14T03:16:02.762 INFO:tasks.cephadm.mon.b:Stopping mon.b... 2023-10-14T03:16:02.763 DEBUG:teuthology.orchestra.run.smithi082:> sudo systemctl stop ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@mon.b 2023-10-14T03:16:03.061 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:16:02 smithi082 systemd[1]: Stopping Ceph mon.b for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T03:16:03.324 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:16:03 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-b[180767]: 2023-10-14T03:16:03.059+0000 7f6b56536700 -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-10-14T03:16:03.325 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:16:03 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-b[180767]: 2023-10-14T03:16:03.059+0000 7f6b56536700 -1 mon.b@1(peon) e4 *** Got Signal Terminated *** 2023-10-14T03:16:03.625 INFO:journalctl@ceph.mon.b.smithi082.stdout:Oct 14 03:16:03 smithi082 bash[292717]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mon-b 2023-10-14T03:16:03.717 DEBUG:teuthology.orchestra.run.smithi082:> sudo pkill -f 'journalctl -f -n 0 -u ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@mon.b.service' 2023-10-14T03:16:03.781 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-14T03:16:03.782 INFO:tasks.cephadm.mon.b:Stopped mon.b 2023-10-14T03:16:03.783 INFO:tasks.cephadm.mgr.y:Stopping mgr.y... 2023-10-14T03:16:03.783 DEBUG:teuthology.orchestra.run.smithi055:> sudo systemctl stop ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@mgr.y 2023-10-14T03:16:04.170 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:16:03 smithi055 systemd[1]: Stopping Ceph mgr.y for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T03:16:04.171 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:16:04 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T03:16:04.027+0000 7fd8f19b6700 -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-10-14T03:16:04.171 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:16:04 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y[172977]: 2023-10-14T03:16:04.027+0000 7fd8f19b6700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2023-10-14T03:16:04.516 INFO:journalctl@ceph.mgr.y.smithi055.stdout:Oct 14 03:16:04 smithi055 bash[293929]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-y 2023-10-14T03:16:04.551 DEBUG:teuthology.orchestra.run.smithi055:> sudo pkill -f 'journalctl -f -n 0 -u ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@mgr.y.service' 2023-10-14T03:16:04.592 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-14T03:16:04.593 INFO:tasks.cephadm.mgr.y:Stopped mgr.y 2023-10-14T03:16:04.593 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2023-10-14T03:16:04.593 DEBUG:teuthology.orchestra.run.smithi082:> sudo systemctl stop ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@mgr.x 2023-10-14T03:16:04.953 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 03:16:04 smithi082 systemd[1]: Stopping Ceph mgr.x for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T03:16:05.296 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 03:16:05 smithi082 bash[292857]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mgr-x 2023-10-14T03:16:05.296 INFO:journalctl@ceph.mgr.x.smithi082.stdout:Oct 14 03:16:05 smithi082 systemd[1]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@mgr.x.service: Main process exited, code=exited, status=143/n/a 2023-10-14T03:16:05.302 DEBUG:teuthology.orchestra.run.smithi082:> sudo pkill -f 'journalctl -f -n 0 -u ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@mgr.x.service' 2023-10-14T03:16:05.338 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-14T03:16:05.339 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2023-10-14T03:16:05.340 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-10-14T03:16:05.340 DEBUG:teuthology.orchestra.run.smithi055:> sudo systemctl stop ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@osd.0 2023-10-14T03:16:05.767 INFO:journalctl@ceph.osd.0.smithi055.stdout:Oct 14 03:16:05 smithi055 systemd[1]: Stopping Ceph osd.0 for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T03:16:05.768 INFO:journalctl@ceph.osd.0.smithi055.stdout:Oct 14 03:16:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-0[192620]: 2023-10-14T03:16:05.589+0000 7ff09f5a0700 -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-10-14T03:16:05.768 INFO:journalctl@ceph.osd.0.smithi055.stdout:Oct 14 03:16:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-0[192620]: 2023-10-14T03:16:05.589+0000 7ff09f5a0700 -1 osd.0 929 *** Got signal Terminated *** 2023-10-14T03:16:05.769 INFO:journalctl@ceph.osd.0.smithi055.stdout:Oct 14 03:16:05 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-0[192620]: 2023-10-14T03:16:05.589+0000 7ff09f5a0700 -1 osd.0 929 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-10-14T03:16:07.625 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 03:16:07 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[220760]: ts=2023-10-14T03:16:07.212Z 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.55:8765/sd/prometheus/sd-config?service=ceph-exporter\": dial tcp 172.21.15.55:8765: connect: connection refused" 2023-10-14T03:16:07.626 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 03:16:07 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[220760]: ts=2023-10-14T03:16:07.215Z 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.55:8765/sd/prometheus/sd-config?service=node-exporter\": dial tcp 172.21.15.55:8765: connect: connection refused" 2023-10-14T03:16:07.626 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 03:16:07 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[220760]: ts=2023-10-14T03:16:07.216Z 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.55:8765/sd/prometheus/sd-config?service=mgr-prometheus\": dial tcp 172.21.15.55:8765: connect: connection refused" 2023-10-14T03:16:07.626 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 03:16:07 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[220760]: ts=2023-10-14T03:16:07.216Z 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.55:8765/sd/prometheus/sd-config?service=alertmanager\": dial tcp 172.21.15.55:8765: connect: connection refused" 2023-10-14T03:16:11.767 INFO:journalctl@ceph.osd.0.smithi055.stdout:Oct 14 03:16:11 smithi055 bash[294068]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-0 2023-10-14T03:16:12.885 DEBUG:teuthology.orchestra.run.smithi055:> sudo pkill -f 'journalctl -f -n 0 -u ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@osd.0.service' 2023-10-14T03:16:12.937 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-14T03:16:12.938 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-10-14T03:16:12.938 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-10-14T03:16:12.939 DEBUG:teuthology.orchestra.run.smithi055:> sudo systemctl stop ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@osd.1 2023-10-14T03:16:13.166 INFO:journalctl@ceph.osd.1.smithi055.stdout:Oct 14 03:16:12 smithi055 systemd[1]: Stopping Ceph osd.1 for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T03:16:13.516 INFO:journalctl@ceph.osd.1.smithi055.stdout:Oct 14 03:16:13 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-1[198129]: 2023-10-14T03:16:13.163+0000 7f37c27c6700 -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-10-14T03:16:13.517 INFO:journalctl@ceph.osd.1.smithi055.stdout:Oct 14 03:16:13 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-1[198129]: 2023-10-14T03:16:13.163+0000 7f37c27c6700 -1 osd.1 929 *** Got signal Terminated *** 2023-10-14T03:16:13.517 INFO:journalctl@ceph.osd.1.smithi055.stdout:Oct 14 03:16:13 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-1[198129]: 2023-10-14T03:16:13.163+0000 7f37c27c6700 -1 osd.1 929 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-10-14T03:16:19.266 INFO:journalctl@ceph.osd.1.smithi055.stdout:Oct 14 03:16:18 smithi055 bash[294294]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-1 2023-10-14T03:16:20.005 DEBUG:teuthology.orchestra.run.smithi055:> sudo pkill -f 'journalctl -f -n 0 -u ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@osd.1.service' 2023-10-14T03:16:20.058 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-14T03:16:20.059 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-10-14T03:16:20.059 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-10-14T03:16:20.060 DEBUG:teuthology.orchestra.run.smithi055:> sudo systemctl stop ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@osd.2 2023-10-14T03:16:20.266 INFO:journalctl@ceph.osd.2.smithi055.stdout:Oct 14 03:16:20 smithi055 systemd[1]: Stopping Ceph osd.2 for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T03:16:20.766 INFO:journalctl@ceph.osd.2.smithi055.stdout:Oct 14 03:16:20 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-2[204443]: 2023-10-14T03:16:20.318+0000 7fc9a78d8700 -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-10-14T03:16:20.767 INFO:journalctl@ceph.osd.2.smithi055.stdout:Oct 14 03:16:20 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-2[204443]: 2023-10-14T03:16:20.318+0000 7fc9a78d8700 -1 osd.2 929 *** Got signal Terminated *** 2023-10-14T03:16:20.767 INFO:journalctl@ceph.osd.2.smithi055.stdout:Oct 14 03:16:20 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-2[204443]: 2023-10-14T03:16:20.318+0000 7fc9a78d8700 -1 osd.2 929 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-10-14T03:16:26.266 INFO:journalctl@ceph.osd.2.smithi055.stdout:Oct 14 03:16:25 smithi055 bash[294525]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-2 2023-10-14T03:16:27.350 DEBUG:teuthology.orchestra.run.smithi055:> sudo pkill -f 'journalctl -f -n 0 -u ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@osd.2.service' 2023-10-14T03:16:27.402 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-14T03:16:27.402 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-10-14T03:16:27.403 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2023-10-14T03:16:27.403 DEBUG:teuthology.orchestra.run.smithi055:> sudo systemctl stop ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@osd.3 2023-10-14T03:16:27.516 INFO:journalctl@ceph.osd.3.smithi055.stdout:Oct 14 03:16:27 smithi055 systemd[1]: Stopping Ceph osd.3 for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T03:16:28.017 INFO:journalctl@ceph.osd.3.smithi055.stdout:Oct 14 03:16:27 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-3[210701]: 2023-10-14T03:16:27.757+0000 7fcf05239700 -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-10-14T03:16:28.017 INFO:journalctl@ceph.osd.3.smithi055.stdout:Oct 14 03:16:27 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-3[210701]: 2023-10-14T03:16:27.757+0000 7fcf05239700 -1 osd.3 929 *** Got signal Terminated *** 2023-10-14T03:16:28.017 INFO:journalctl@ceph.osd.3.smithi055.stdout:Oct 14 03:16:27 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-3[210701]: 2023-10-14T03:16:27.757+0000 7fcf05239700 -1 osd.3 929 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-10-14T03:16:32.376 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 03:16:32 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-5[193628]: 2023-10-14T03:16:32.285+0000 7f5eb76c0700 -1 osd.5 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:10.362988+0000 front 2023-10-14T03:16:10.363002+0000 (oldest deadline 2023-10-14T03:16:31.462712+0000) 2023-10-14T03:16:32.376 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:32 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:32.096+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:06.787474+0000 front 2023-10-14T03:16:06.787190+0000 (oldest deadline 2023-10-14T03:16:32.087318+0000) 2023-10-14T03:16:33.298 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:33 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:33.127+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:06.787474+0000 front 2023-10-14T03:16:06.787190+0000 (oldest deadline 2023-10-14T03:16:32.087318+0000) 2023-10-14T03:16:33.299 INFO:journalctl@ceph.osd.4.smithi082.stdout:Oct 14 03:16:33 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-4[187883]: 2023-10-14T03:16:33.024+0000 7f986b18c700 -1 osd.4 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:08.983497+0000 front 2023-10-14T03:16:08.983603+0000 (oldest deadline 2023-10-14T03:16:32.383676+0000) 2023-10-14T03:16:33.625 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 03:16:33 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-5[193628]: 2023-10-14T03:16:33.296+0000 7f5eb76c0700 -1 osd.5 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:10.362988+0000 front 2023-10-14T03:16:10.363002+0000 (oldest deadline 2023-10-14T03:16:31.462712+0000) 2023-10-14T03:16:33.766 INFO:journalctl@ceph.osd.3.smithi055.stdout:Oct 14 03:16:33 smithi055 bash[294751]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-3 2023-10-14T03:16:34.329 INFO:journalctl@ceph.osd.4.smithi082.stdout:Oct 14 03:16:34 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-4[187883]: 2023-10-14T03:16:34.010+0000 7f986b18c700 -1 osd.4 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:08.983497+0000 front 2023-10-14T03:16:08.983603+0000 (oldest deadline 2023-10-14T03:16:32.383676+0000) 2023-10-14T03:16:34.329 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:34 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:34.174+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:06.787474+0000 front 2023-10-14T03:16:06.787190+0000 (oldest deadline 2023-10-14T03:16:32.087318+0000) 2023-10-14T03:16:34.625 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 03:16:34 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-5[193628]: 2023-10-14T03:16:34.327+0000 7f5eb76c0700 -1 osd.5 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:10.362988+0000 front 2023-10-14T03:16:10.363002+0000 (oldest deadline 2023-10-14T03:16:31.462712+0000) 2023-10-14T03:16:34.817 DEBUG:teuthology.orchestra.run.smithi055:> sudo pkill -f 'journalctl -f -n 0 -u ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@osd.3.service' 2023-10-14T03:16:34.868 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-14T03:16:34.869 INFO:tasks.cephadm.osd.3:Stopped osd.3 2023-10-14T03:16:34.869 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2023-10-14T03:16:34.870 DEBUG:teuthology.orchestra.run.smithi082:> sudo systemctl stop ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@osd.4 2023-10-14T03:16:35.172 INFO:journalctl@ceph.osd.4.smithi082.stdout:Oct 14 03:16:34 smithi082 systemd[1]: Stopping Ceph osd.4 for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T03:16:35.173 INFO:journalctl@ceph.osd.4.smithi082.stdout:Oct 14 03:16:35 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-4[187883]: 2023-10-14T03:16:35.001+0000 7f986b18c700 -1 osd.4 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:08.983497+0000 front 2023-10-14T03:16:08.983603+0000 (oldest deadline 2023-10-14T03:16:32.383676+0000) 2023-10-14T03:16:35.173 INFO:journalctl@ceph.osd.4.smithi082.stdout:Oct 14 03:16:35 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-4[187883]: 2023-10-14T03:16:35.099+0000 7f987139a700 -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-10-14T03:16:35.173 INFO:journalctl@ceph.osd.4.smithi082.stdout:Oct 14 03:16:35 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-4[187883]: 2023-10-14T03:16:35.099+0000 7f987139a700 -1 osd.4 929 *** Got signal Terminated *** 2023-10-14T03:16:35.174 INFO:journalctl@ceph.osd.4.smithi082.stdout:Oct 14 03:16:35 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-4[187883]: 2023-10-14T03:16:35.099+0000 7f987139a700 -1 osd.4 929 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-10-14T03:16:35.625 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 03:16:35 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-5[193628]: 2023-10-14T03:16:35.333+0000 7f5eb76c0700 -1 osd.5 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:10.362988+0000 front 2023-10-14T03:16:10.363002+0000 (oldest deadline 2023-10-14T03:16:31.462712+0000) 2023-10-14T03:16:35.626 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:35 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:35.171+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:06.787474+0000 front 2023-10-14T03:16:06.787190+0000 (oldest deadline 2023-10-14T03:16:32.087318+0000) 2023-10-14T03:16:36.310 INFO:journalctl@ceph.osd.4.smithi082.stdout:Oct 14 03:16:35 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-4[187883]: 2023-10-14T03:16:35.974+0000 7f986b18c700 -1 osd.4 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:08.983497+0000 front 2023-10-14T03:16:08.983603+0000 (oldest deadline 2023-10-14T03:16:32.383676+0000) 2023-10-14T03:16:36.311 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:36 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:36.154+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:06.787474+0000 front 2023-10-14T03:16:06.787190+0000 (oldest deadline 2023-10-14T03:16:32.087318+0000) 2023-10-14T03:16:36.312 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 03:16:36 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-6[199908]: 2023-10-14T03:16:36.049+0000 7f22ae3f2700 -1 osd.6 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:10.064537+0000 front 2023-10-14T03:16:10.064605+0000 (oldest deadline 2023-10-14T03:16:35.364497+0000) 2023-10-14T03:16:36.625 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 03:16:36 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-5[193628]: 2023-10-14T03:16:36.309+0000 7f5eb76c0700 -1 osd.5 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:10.362988+0000 front 2023-10-14T03:16:10.363002+0000 (oldest deadline 2023-10-14T03:16:31.462712+0000) 2023-10-14T03:16:37.197 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 03:16:37 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-6[199908]: 2023-10-14T03:16:37.058+0000 7f22ae3f2700 -1 osd.6 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:10.064537+0000 front 2023-10-14T03:16:10.064605+0000 (oldest deadline 2023-10-14T03:16:35.364497+0000) 2023-10-14T03:16:37.198 INFO:journalctl@ceph.osd.4.smithi082.stdout:Oct 14 03:16:36 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-4[187883]: 2023-10-14T03:16:36.928+0000 7f986b18c700 -1 osd.4 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:08.983497+0000 front 2023-10-14T03:16:08.983603+0000 (oldest deadline 2023-10-14T03:16:32.383676+0000) 2023-10-14T03:16:37.625 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 03:16:37 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-5[193628]: 2023-10-14T03:16:37.295+0000 7f5eb76c0700 -1 osd.5 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:10.362988+0000 front 2023-10-14T03:16:10.363002+0000 (oldest deadline 2023-10-14T03:16:31.462712+0000) 2023-10-14T03:16:37.626 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:37 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:37.195+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:06.787474+0000 front 2023-10-14T03:16:06.787190+0000 (oldest deadline 2023-10-14T03:16:32.087318+0000) 2023-10-14T03:16:38.187 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 03:16:38 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-6[199908]: 2023-10-14T03:16:38.024+0000 7f22ae3f2700 -1 osd.6 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:10.064537+0000 front 2023-10-14T03:16:10.064605+0000 (oldest deadline 2023-10-14T03:16:35.364497+0000) 2023-10-14T03:16:38.187 INFO:journalctl@ceph.osd.4.smithi082.stdout:Oct 14 03:16:37 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-4[187883]: 2023-10-14T03:16:37.892+0000 7f986b18c700 -1 osd.4 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:08.983497+0000 front 2023-10-14T03:16:08.983603+0000 (oldest deadline 2023-10-14T03:16:32.383676+0000) 2023-10-14T03:16:38.625 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:38 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:38.185+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:06.787474+0000 front 2023-10-14T03:16:06.787190+0000 (oldest deadline 2023-10-14T03:16:32.087318+0000) 2023-10-14T03:16:38.626 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 03:16:38 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-5[193628]: 2023-10-14T03:16:38.255+0000 7f5eb76c0700 -1 osd.5 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:10.362988+0000 front 2023-10-14T03:16:10.363002+0000 (oldest deadline 2023-10-14T03:16:31.462712+0000) 2023-10-14T03:16:39.125 INFO:journalctl@ceph.osd.4.smithi082.stdout:Oct 14 03:16:38 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-4[187883]: 2023-10-14T03:16:38.855+0000 7f986b18c700 -1 osd.4 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:08.983497+0000 front 2023-10-14T03:16:08.983603+0000 (oldest deadline 2023-10-14T03:16:32.383676+0000) 2023-10-14T03:16:39.126 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 03:16:39 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-6[199908]: 2023-10-14T03:16:39.018+0000 7f22ae3f2700 -1 osd.6 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:10.064537+0000 front 2023-10-14T03:16:10.064605+0000 (oldest deadline 2023-10-14T03:16:35.364497+0000) 2023-10-14T03:16:39.126 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 03:16:39 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-6[199908]: 2023-10-14T03:16:39.018+0000 7f22ae3f2700 -1 osd.6 929 heartbeat_check: no reply from 172.21.15.55:6814 osd.1 since back 2023-10-14T03:16:15.365151+0000 front 2023-10-14T03:16:15.365078+0000 (oldest deadline 2023-10-14T03:16:38.864980+0000) 2023-10-14T03:16:39.625 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:39 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:39.230+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:06.787474+0000 front 2023-10-14T03:16:06.787190+0000 (oldest deadline 2023-10-14T03:16:32.087318+0000) 2023-10-14T03:16:39.626 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 03:16:39 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-5[193628]: 2023-10-14T03:16:39.215+0000 7f5eb76c0700 -1 osd.5 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:10.362988+0000 front 2023-10-14T03:16:10.363002+0000 (oldest deadline 2023-10-14T03:16:31.462712+0000) 2023-10-14T03:16:39.626 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 03:16:39 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-5[193628]: 2023-10-14T03:16:39.215+0000 7f5eb76c0700 -1 osd.5 929 heartbeat_check: no reply from 172.21.15.55:6814 osd.1 since back 2023-10-14T03:16:13.763680+0000 front 2023-10-14T03:16:13.763651+0000 (oldest deadline 2023-10-14T03:16:38.964113+0000) 2023-10-14T03:16:40.202 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 03:16:39 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-6[199908]: 2023-10-14T03:16:39.971+0000 7f22ae3f2700 -1 osd.6 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:10.064537+0000 front 2023-10-14T03:16:10.064605+0000 (oldest deadline 2023-10-14T03:16:35.364497+0000) 2023-10-14T03:16:40.202 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 03:16:39 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-6[199908]: 2023-10-14T03:16:39.971+0000 7f22ae3f2700 -1 osd.6 929 heartbeat_check: no reply from 172.21.15.55:6814 osd.1 since back 2023-10-14T03:16:15.365151+0000 front 2023-10-14T03:16:15.365078+0000 (oldest deadline 2023-10-14T03:16:38.864980+0000) 2023-10-14T03:16:40.203 INFO:journalctl@ceph.osd.4.smithi082.stdout:Oct 14 03:16:39 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-4[187883]: 2023-10-14T03:16:39.900+0000 7f986b18c700 -1 osd.4 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:08.983497+0000 front 2023-10-14T03:16:08.983603+0000 (oldest deadline 2023-10-14T03:16:32.383676+0000) 2023-10-14T03:16:40.625 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 03:16:40 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-5[193628]: 2023-10-14T03:16:40.249+0000 7f5eb76c0700 -1 osd.5 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:10.362988+0000 front 2023-10-14T03:16:10.363002+0000 (oldest deadline 2023-10-14T03:16:31.462712+0000) 2023-10-14T03:16:40.625 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 03:16:40 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-5[193628]: 2023-10-14T03:16:40.249+0000 7f5eb76c0700 -1 osd.5 929 heartbeat_check: no reply from 172.21.15.55:6814 osd.1 since back 2023-10-14T03:16:13.763680+0000 front 2023-10-14T03:16:13.763651+0000 (oldest deadline 2023-10-14T03:16:38.964113+0000) 2023-10-14T03:16:40.626 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:40 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:40.200+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:06.787474+0000 front 2023-10-14T03:16:06.787190+0000 (oldest deadline 2023-10-14T03:16:32.087318+0000) 2023-10-14T03:16:41.010 INFO:journalctl@ceph.osd.4.smithi082.stdout:Oct 14 03:16:40 smithi082 bash[293006]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-4 2023-10-14T03:16:41.279 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 03:16:41 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-5[193628]: 2023-10-14T03:16:41.229+0000 7f5eb76c0700 -1 osd.5 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:10.362988+0000 front 2023-10-14T03:16:10.363002+0000 (oldest deadline 2023-10-14T03:16:31.462712+0000) 2023-10-14T03:16:41.280 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 03:16:41 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-5[193628]: 2023-10-14T03:16:41.229+0000 7f5eb76c0700 -1 osd.5 929 heartbeat_check: no reply from 172.21.15.55:6814 osd.1 since back 2023-10-14T03:16:13.763680+0000 front 2023-10-14T03:16:13.763651+0000 (oldest deadline 2023-10-14T03:16:38.964113+0000) 2023-10-14T03:16:41.280 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 03:16:41 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-6[199908]: 2023-10-14T03:16:41.008+0000 7f22ae3f2700 -1 osd.6 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:10.064537+0000 front 2023-10-14T03:16:10.064605+0000 (oldest deadline 2023-10-14T03:16:35.364497+0000) 2023-10-14T03:16:41.281 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 03:16:41 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-6[199908]: 2023-10-14T03:16:41.008+0000 7f22ae3f2700 -1 osd.6 929 heartbeat_check: no reply from 172.21.15.55:6814 osd.1 since back 2023-10-14T03:16:15.365151+0000 front 2023-10-14T03:16:15.365078+0000 (oldest deadline 2023-10-14T03:16:38.864980+0000) 2023-10-14T03:16:41.281 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:41 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:41.160+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:06.787474+0000 front 2023-10-14T03:16:06.787190+0000 (oldest deadline 2023-10-14T03:16:32.087318+0000) 2023-10-14T03:16:41.281 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:41 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:41.160+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6814 osd.1 since back 2023-10-14T03:16:17.988252+0000 front 2023-10-14T03:16:17.988186+0000 (oldest deadline 2023-10-14T03:16:40.788471+0000) 2023-10-14T03:16:42.121 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 03:16:41 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-6[199908]: 2023-10-14T03:16:41.960+0000 7f22ae3f2700 -1 osd.6 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:10.064537+0000 front 2023-10-14T03:16:10.064605+0000 (oldest deadline 2023-10-14T03:16:35.364497+0000) 2023-10-14T03:16:42.121 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 03:16:41 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-6[199908]: 2023-10-14T03:16:41.960+0000 7f22ae3f2700 -1 osd.6 929 heartbeat_check: no reply from 172.21.15.55:6814 osd.1 since back 2023-10-14T03:16:15.365151+0000 front 2023-10-14T03:16:15.365078+0000 (oldest deadline 2023-10-14T03:16:38.864980+0000) 2023-10-14T03:16:42.127 DEBUG:teuthology.orchestra.run.smithi082:> sudo pkill -f 'journalctl -f -n 0 -u ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@osd.4.service' 2023-10-14T03:16:42.170 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-14T03:16:42.171 INFO:tasks.cephadm.osd.4:Stopped osd.4 2023-10-14T03:16:42.171 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2023-10-14T03:16:42.171 DEBUG:teuthology.orchestra.run.smithi082:> sudo systemctl stop ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@osd.5 2023-10-14T03:16:42.375 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:42 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:42.182+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:06.787474+0000 front 2023-10-14T03:16:06.787190+0000 (oldest deadline 2023-10-14T03:16:32.087318+0000) 2023-10-14T03:16:42.375 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:42 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:42.182+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6814 osd.1 since back 2023-10-14T03:16:17.988252+0000 front 2023-10-14T03:16:17.988186+0000 (oldest deadline 2023-10-14T03:16:40.788471+0000) 2023-10-14T03:16:42.376 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 03:16:42 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-5[193628]: 2023-10-14T03:16:42.193+0000 7f5eb76c0700 -1 osd.5 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:10.362988+0000 front 2023-10-14T03:16:10.363002+0000 (oldest deadline 2023-10-14T03:16:31.462712+0000) 2023-10-14T03:16:42.376 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 03:16:42 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-5[193628]: 2023-10-14T03:16:42.193+0000 7f5eb76c0700 -1 osd.5 929 heartbeat_check: no reply from 172.21.15.55:6814 osd.1 since back 2023-10-14T03:16:13.763680+0000 front 2023-10-14T03:16:13.763651+0000 (oldest deadline 2023-10-14T03:16:38.964113+0000) 2023-10-14T03:16:42.377 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 03:16:42 smithi082 systemd[1]: Stopping Ceph osd.5 for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T03:16:42.875 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 03:16:42 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-5[193628]: 2023-10-14T03:16:42.440+0000 7f5ebb8ca700 -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-10-14T03:16:42.876 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 03:16:42 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-5[193628]: 2023-10-14T03:16:42.440+0000 7f5ebb8ca700 -1 osd.5 929 *** Got signal Terminated *** 2023-10-14T03:16:42.876 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 03:16:42 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-5[193628]: 2023-10-14T03:16:42.440+0000 7f5ebb8ca700 -1 osd.5 929 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-10-14T03:16:43.231 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 03:16:43 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-5[193628]: 2023-10-14T03:16:43.173+0000 7f5eb76c0700 -1 osd.5 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:10.362988+0000 front 2023-10-14T03:16:10.363002+0000 (oldest deadline 2023-10-14T03:16:31.462712+0000) 2023-10-14T03:16:43.231 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 03:16:43 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-5[193628]: 2023-10-14T03:16:43.173+0000 7f5eb76c0700 -1 osd.5 929 heartbeat_check: no reply from 172.21.15.55:6814 osd.1 since back 2023-10-14T03:16:13.763680+0000 front 2023-10-14T03:16:13.763651+0000 (oldest deadline 2023-10-14T03:16:38.964113+0000) 2023-10-14T03:16:43.232 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 03:16:42 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-6[199908]: 2023-10-14T03:16:42.966+0000 7f22ae3f2700 -1 osd.6 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:10.064537+0000 front 2023-10-14T03:16:10.064605+0000 (oldest deadline 2023-10-14T03:16:35.364497+0000) 2023-10-14T03:16:43.232 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 03:16:42 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-6[199908]: 2023-10-14T03:16:42.966+0000 7f22ae3f2700 -1 osd.6 929 heartbeat_check: no reply from 172.21.15.55:6814 osd.1 since back 2023-10-14T03:16:15.365151+0000 front 2023-10-14T03:16:15.365078+0000 (oldest deadline 2023-10-14T03:16:38.864980+0000) 2023-10-14T03:16:43.625 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:43 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:43.229+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:06.787474+0000 front 2023-10-14T03:16:06.787190+0000 (oldest deadline 2023-10-14T03:16:32.087318+0000) 2023-10-14T03:16:43.626 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:43 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:43.229+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6814 osd.1 since back 2023-10-14T03:16:17.988252+0000 front 2023-10-14T03:16:17.988186+0000 (oldest deadline 2023-10-14T03:16:40.788471+0000) 2023-10-14T03:16:44.281 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 03:16:44 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-5[193628]: 2023-10-14T03:16:44.132+0000 7f5eb76c0700 -1 osd.5 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:10.362988+0000 front 2023-10-14T03:16:10.363002+0000 (oldest deadline 2023-10-14T03:16:31.462712+0000) 2023-10-14T03:16:44.281 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 03:16:44 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-5[193628]: 2023-10-14T03:16:44.132+0000 7f5eb76c0700 -1 osd.5 929 heartbeat_check: no reply from 172.21.15.55:6814 osd.1 since back 2023-10-14T03:16:13.763680+0000 front 2023-10-14T03:16:13.763651+0000 (oldest deadline 2023-10-14T03:16:38.964113+0000) 2023-10-14T03:16:44.282 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 03:16:43 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-6[199908]: 2023-10-14T03:16:43.938+0000 7f22ae3f2700 -1 osd.6 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:10.064537+0000 front 2023-10-14T03:16:10.064605+0000 (oldest deadline 2023-10-14T03:16:35.364497+0000) 2023-10-14T03:16:44.282 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 03:16:43 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-6[199908]: 2023-10-14T03:16:43.938+0000 7f22ae3f2700 -1 osd.6 929 heartbeat_check: no reply from 172.21.15.55:6814 osd.1 since back 2023-10-14T03:16:15.365151+0000 front 2023-10-14T03:16:15.365078+0000 (oldest deadline 2023-10-14T03:16:38.864980+0000) 2023-10-14T03:16:44.625 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:44 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:44.280+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:06.787474+0000 front 2023-10-14T03:16:06.787190+0000 (oldest deadline 2023-10-14T03:16:32.087318+0000) 2023-10-14T03:16:44.626 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:44 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:44.280+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6814 osd.1 since back 2023-10-14T03:16:17.988252+0000 front 2023-10-14T03:16:17.988186+0000 (oldest deadline 2023-10-14T03:16:40.788471+0000) 2023-10-14T03:16:45.247 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 03:16:45 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-5[193628]: 2023-10-14T03:16:45.115+0000 7f5eb76c0700 -1 osd.5 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:10.362988+0000 front 2023-10-14T03:16:10.363002+0000 (oldest deadline 2023-10-14T03:16:31.462712+0000) 2023-10-14T03:16:45.247 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 03:16:45 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-5[193628]: 2023-10-14T03:16:45.115+0000 7f5eb76c0700 -1 osd.5 929 heartbeat_check: no reply from 172.21.15.55:6814 osd.1 since back 2023-10-14T03:16:13.763680+0000 front 2023-10-14T03:16:13.763651+0000 (oldest deadline 2023-10-14T03:16:38.964113+0000) 2023-10-14T03:16:45.248 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 03:16:44 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-6[199908]: 2023-10-14T03:16:44.910+0000 7f22ae3f2700 -1 osd.6 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:10.064537+0000 front 2023-10-14T03:16:10.064605+0000 (oldest deadline 2023-10-14T03:16:35.364497+0000) 2023-10-14T03:16:45.248 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 03:16:44 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-6[199908]: 2023-10-14T03:16:44.910+0000 7f22ae3f2700 -1 osd.6 929 heartbeat_check: no reply from 172.21.15.55:6814 osd.1 since back 2023-10-14T03:16:15.365151+0000 front 2023-10-14T03:16:15.365078+0000 (oldest deadline 2023-10-14T03:16:38.864980+0000) 2023-10-14T03:16:45.625 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:45 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:45.246+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:06.787474+0000 front 2023-10-14T03:16:06.787190+0000 (oldest deadline 2023-10-14T03:16:32.087318+0000) 2023-10-14T03:16:45.626 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:45 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:45.246+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6814 osd.1 since back 2023-10-14T03:16:17.988252+0000 front 2023-10-14T03:16:17.988186+0000 (oldest deadline 2023-10-14T03:16:40.788471+0000) 2023-10-14T03:16:46.292 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 03:16:46 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-5[193628]: 2023-10-14T03:16:46.121+0000 7f5eb76c0700 -1 osd.5 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:10.362988+0000 front 2023-10-14T03:16:10.363002+0000 (oldest deadline 2023-10-14T03:16:31.462712+0000) 2023-10-14T03:16:46.292 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 03:16:46 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-5[193628]: 2023-10-14T03:16:46.121+0000 7f5eb76c0700 -1 osd.5 929 heartbeat_check: no reply from 172.21.15.55:6814 osd.1 since back 2023-10-14T03:16:13.763680+0000 front 2023-10-14T03:16:13.763651+0000 (oldest deadline 2023-10-14T03:16:38.964113+0000) 2023-10-14T03:16:46.293 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 03:16:45 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-6[199908]: 2023-10-14T03:16:45.882+0000 7f22ae3f2700 -1 osd.6 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:10.064537+0000 front 2023-10-14T03:16:10.064605+0000 (oldest deadline 2023-10-14T03:16:35.364497+0000) 2023-10-14T03:16:46.293 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 03:16:45 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-6[199908]: 2023-10-14T03:16:45.882+0000 7f22ae3f2700 -1 osd.6 929 heartbeat_check: no reply from 172.21.15.55:6814 osd.1 since back 2023-10-14T03:16:15.365151+0000 front 2023-10-14T03:16:15.365078+0000 (oldest deadline 2023-10-14T03:16:38.864980+0000) 2023-10-14T03:16:46.625 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:46 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:46.290+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:06.787474+0000 front 2023-10-14T03:16:06.787190+0000 (oldest deadline 2023-10-14T03:16:32.087318+0000) 2023-10-14T03:16:46.625 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:46 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:46.290+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6814 osd.1 since back 2023-10-14T03:16:17.988252+0000 front 2023-10-14T03:16:17.988186+0000 (oldest deadline 2023-10-14T03:16:40.788471+0000) 2023-10-14T03:16:47.125 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 03:16:46 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-6[199908]: 2023-10-14T03:16:46.872+0000 7f22ae3f2700 -1 osd.6 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:10.064537+0000 front 2023-10-14T03:16:10.064605+0000 (oldest deadline 2023-10-14T03:16:35.364497+0000) 2023-10-14T03:16:47.126 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 03:16:46 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-6[199908]: 2023-10-14T03:16:46.872+0000 7f22ae3f2700 -1 osd.6 929 heartbeat_check: no reply from 172.21.15.55:6814 osd.1 since back 2023-10-14T03:16:15.365151+0000 front 2023-10-14T03:16:15.365078+0000 (oldest deadline 2023-10-14T03:16:38.864980+0000) 2023-10-14T03:16:47.126 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 03:16:46 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-6[199908]: 2023-10-14T03:16:46.872+0000 7f22ae3f2700 -1 osd.6 929 heartbeat_check: no reply from 172.21.15.55:6822 osd.2 since back 2023-10-14T03:16:24.566952+0000 front 2023-10-14T03:16:24.566795+0000 (oldest deadline 2023-10-14T03:16:46.866678+0000) 2023-10-14T03:16:47.625 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 03:16:47 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-5[193628]: 2023-10-14T03:16:47.160+0000 7f5eb76c0700 -1 osd.5 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:10.362988+0000 front 2023-10-14T03:16:10.363002+0000 (oldest deadline 2023-10-14T03:16:31.462712+0000) 2023-10-14T03:16:47.626 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 03:16:47 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-5[193628]: 2023-10-14T03:16:47.160+0000 7f5eb76c0700 -1 osd.5 929 heartbeat_check: no reply from 172.21.15.55:6814 osd.1 since back 2023-10-14T03:16:13.763680+0000 front 2023-10-14T03:16:13.763651+0000 (oldest deadline 2023-10-14T03:16:38.964113+0000) 2023-10-14T03:16:47.626 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:47 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:47.294+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:06.787474+0000 front 2023-10-14T03:16:06.787190+0000 (oldest deadline 2023-10-14T03:16:32.087318+0000) 2023-10-14T03:16:47.626 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:47 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:47.294+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6814 osd.1 since back 2023-10-14T03:16:17.988252+0000 front 2023-10-14T03:16:17.988186+0000 (oldest deadline 2023-10-14T03:16:40.788471+0000) 2023-10-14T03:16:48.322 INFO:journalctl@ceph.osd.5.smithi082.stdout:Oct 14 03:16:48 smithi082 bash[293232]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-5 2023-10-14T03:16:48.323 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 03:16:47 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-6[199908]: 2023-10-14T03:16:47.881+0000 7f22ae3f2700 -1 osd.6 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:10.064537+0000 front 2023-10-14T03:16:10.064605+0000 (oldest deadline 2023-10-14T03:16:35.364497+0000) 2023-10-14T03:16:48.323 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 03:16:47 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-6[199908]: 2023-10-14T03:16:47.881+0000 7f22ae3f2700 -1 osd.6 929 heartbeat_check: no reply from 172.21.15.55:6814 osd.1 since back 2023-10-14T03:16:15.365151+0000 front 2023-10-14T03:16:15.365078+0000 (oldest deadline 2023-10-14T03:16:38.864980+0000) 2023-10-14T03:16:48.323 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 03:16:47 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-6[199908]: 2023-10-14T03:16:47.881+0000 7f22ae3f2700 -1 osd.6 929 heartbeat_check: no reply from 172.21.15.55:6822 osd.2 since back 2023-10-14T03:16:24.566952+0000 front 2023-10-14T03:16:24.566795+0000 (oldest deadline 2023-10-14T03:16:46.866678+0000) 2023-10-14T03:16:48.625 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:48 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:48.320+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:06.787474+0000 front 2023-10-14T03:16:06.787190+0000 (oldest deadline 2023-10-14T03:16:32.087318+0000) 2023-10-14T03:16:48.626 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:48 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:48.320+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6814 osd.1 since back 2023-10-14T03:16:17.988252+0000 front 2023-10-14T03:16:17.988186+0000 (oldest deadline 2023-10-14T03:16:40.788471+0000) 2023-10-14T03:16:48.626 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:48 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:48.320+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6822 osd.2 since back 2023-10-14T03:16:22.489794+0000 front 2023-10-14T03:16:22.489885+0000 (oldest deadline 2023-10-14T03:16:47.789631+0000) 2023-10-14T03:16:49.210 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 03:16:48 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-6[199908]: 2023-10-14T03:16:48.892+0000 7f22ae3f2700 -1 osd.6 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:10.064537+0000 front 2023-10-14T03:16:10.064605+0000 (oldest deadline 2023-10-14T03:16:35.364497+0000) 2023-10-14T03:16:49.211 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 03:16:48 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-6[199908]: 2023-10-14T03:16:48.892+0000 7f22ae3f2700 -1 osd.6 929 heartbeat_check: no reply from 172.21.15.55:6814 osd.1 since back 2023-10-14T03:16:15.365151+0000 front 2023-10-14T03:16:15.365078+0000 (oldest deadline 2023-10-14T03:16:38.864980+0000) 2023-10-14T03:16:49.211 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 03:16:48 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-6[199908]: 2023-10-14T03:16:48.892+0000 7f22ae3f2700 -1 osd.6 929 heartbeat_check: no reply from 172.21.15.55:6822 osd.2 since back 2023-10-14T03:16:24.566952+0000 front 2023-10-14T03:16:24.566795+0000 (oldest deadline 2023-10-14T03:16:46.866678+0000) 2023-10-14T03:16:49.218 DEBUG:teuthology.orchestra.run.smithi082:> sudo pkill -f 'journalctl -f -n 0 -u ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@osd.5.service' 2023-10-14T03:16:49.260 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-14T03:16:49.261 INFO:tasks.cephadm.osd.5:Stopped osd.5 2023-10-14T03:16:49.262 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2023-10-14T03:16:49.262 DEBUG:teuthology.orchestra.run.smithi082:> sudo systemctl stop ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@osd.6 2023-10-14T03:16:49.511 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 03:16:49 smithi082 systemd[1]: Stopping Ceph osd.6 for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T03:16:49.511 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:49 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:49.282+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:06.787474+0000 front 2023-10-14T03:16:06.787190+0000 (oldest deadline 2023-10-14T03:16:32.087318+0000) 2023-10-14T03:16:49.512 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:49 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:49.282+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6814 osd.1 since back 2023-10-14T03:16:17.988252+0000 front 2023-10-14T03:16:17.988186+0000 (oldest deadline 2023-10-14T03:16:40.788471+0000) 2023-10-14T03:16:49.512 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:49 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:49.282+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6822 osd.2 since back 2023-10-14T03:16:22.489794+0000 front 2023-10-14T03:16:22.489885+0000 (oldest deadline 2023-10-14T03:16:47.789631+0000) 2023-10-14T03:16:49.875 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 03:16:49 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-6[199908]: 2023-10-14T03:16:49.510+0000 7f22b4600700 -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-10-14T03:16:49.875 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 03:16:49 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-6[199908]: 2023-10-14T03:16:49.510+0000 7f22b4600700 -1 osd.6 929 *** Got signal Terminated *** 2023-10-14T03:16:49.876 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 03:16:49 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-6[199908]: 2023-10-14T03:16:49.510+0000 7f22b4600700 -1 osd.6 929 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-10-14T03:16:50.294 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 03:16:49 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-6[199908]: 2023-10-14T03:16:49.876+0000 7f22ae3f2700 -1 osd.6 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:10.064537+0000 front 2023-10-14T03:16:10.064605+0000 (oldest deadline 2023-10-14T03:16:35.364497+0000) 2023-10-14T03:16:50.294 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 03:16:49 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-6[199908]: 2023-10-14T03:16:49.876+0000 7f22ae3f2700 -1 osd.6 929 heartbeat_check: no reply from 172.21.15.55:6814 osd.1 since back 2023-10-14T03:16:15.365151+0000 front 2023-10-14T03:16:15.365078+0000 (oldest deadline 2023-10-14T03:16:38.864980+0000) 2023-10-14T03:16:50.294 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 03:16:49 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-6[199908]: 2023-10-14T03:16:49.876+0000 7f22ae3f2700 -1 osd.6 929 heartbeat_check: no reply from 172.21.15.55:6822 osd.2 since back 2023-10-14T03:16:24.566952+0000 front 2023-10-14T03:16:24.566795+0000 (oldest deadline 2023-10-14T03:16:46.866678+0000) 2023-10-14T03:16:50.625 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:50 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:50.292+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:06.787474+0000 front 2023-10-14T03:16:06.787190+0000 (oldest deadline 2023-10-14T03:16:32.087318+0000) 2023-10-14T03:16:50.626 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:50 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:50.292+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6814 osd.1 since back 2023-10-14T03:16:17.988252+0000 front 2023-10-14T03:16:17.988186+0000 (oldest deadline 2023-10-14T03:16:40.788471+0000) 2023-10-14T03:16:50.626 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:50 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:50.292+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6822 osd.2 since back 2023-10-14T03:16:22.489794+0000 front 2023-10-14T03:16:22.489885+0000 (oldest deadline 2023-10-14T03:16:47.789631+0000) 2023-10-14T03:16:51.125 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 03:16:50 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-6[199908]: 2023-10-14T03:16:50.831+0000 7f22ae3f2700 -1 osd.6 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:10.064537+0000 front 2023-10-14T03:16:10.064605+0000 (oldest deadline 2023-10-14T03:16:35.364497+0000) 2023-10-14T03:16:51.126 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 03:16:50 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-6[199908]: 2023-10-14T03:16:50.831+0000 7f22ae3f2700 -1 osd.6 929 heartbeat_check: no reply from 172.21.15.55:6814 osd.1 since back 2023-10-14T03:16:15.365151+0000 front 2023-10-14T03:16:15.365078+0000 (oldest deadline 2023-10-14T03:16:38.864980+0000) 2023-10-14T03:16:51.126 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 03:16:50 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-6[199908]: 2023-10-14T03:16:50.831+0000 7f22ae3f2700 -1 osd.6 929 heartbeat_check: no reply from 172.21.15.55:6822 osd.2 since back 2023-10-14T03:16:24.566952+0000 front 2023-10-14T03:16:24.566795+0000 (oldest deadline 2023-10-14T03:16:46.866678+0000) 2023-10-14T03:16:51.625 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:51 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:51.332+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:06.787474+0000 front 2023-10-14T03:16:06.787190+0000 (oldest deadline 2023-10-14T03:16:32.087318+0000) 2023-10-14T03:16:51.625 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:51 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:51.332+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6814 osd.1 since back 2023-10-14T03:16:17.988252+0000 front 2023-10-14T03:16:17.988186+0000 (oldest deadline 2023-10-14T03:16:40.788471+0000) 2023-10-14T03:16:51.626 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:51 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:51.332+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6822 osd.2 since back 2023-10-14T03:16:22.489794+0000 front 2023-10-14T03:16:22.489885+0000 (oldest deadline 2023-10-14T03:16:47.789631+0000) 2023-10-14T03:16:52.125 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 03:16:51 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-6[199908]: 2023-10-14T03:16:51.844+0000 7f22ae3f2700 -1 osd.6 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:10.064537+0000 front 2023-10-14T03:16:10.064605+0000 (oldest deadline 2023-10-14T03:16:35.364497+0000) 2023-10-14T03:16:52.126 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 03:16:51 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-6[199908]: 2023-10-14T03:16:51.844+0000 7f22ae3f2700 -1 osd.6 929 heartbeat_check: no reply from 172.21.15.55:6814 osd.1 since back 2023-10-14T03:16:15.365151+0000 front 2023-10-14T03:16:15.365078+0000 (oldest deadline 2023-10-14T03:16:38.864980+0000) 2023-10-14T03:16:52.126 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 03:16:51 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-6[199908]: 2023-10-14T03:16:51.844+0000 7f22ae3f2700 -1 osd.6 929 heartbeat_check: no reply from 172.21.15.55:6822 osd.2 since back 2023-10-14T03:16:24.566952+0000 front 2023-10-14T03:16:24.566795+0000 (oldest deadline 2023-10-14T03:16:46.866678+0000) 2023-10-14T03:16:52.625 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:52 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:52.307+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:06.787474+0000 front 2023-10-14T03:16:06.787190+0000 (oldest deadline 2023-10-14T03:16:32.087318+0000) 2023-10-14T03:16:52.626 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:52 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:52.307+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6814 osd.1 since back 2023-10-14T03:16:17.988252+0000 front 2023-10-14T03:16:17.988186+0000 (oldest deadline 2023-10-14T03:16:40.788471+0000) 2023-10-14T03:16:52.626 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:52 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:52.307+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6822 osd.2 since back 2023-10-14T03:16:22.489794+0000 front 2023-10-14T03:16:22.489885+0000 (oldest deadline 2023-10-14T03:16:47.789631+0000) 2023-10-14T03:16:53.125 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 03:16:52 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-6[199908]: 2023-10-14T03:16:52.869+0000 7f22ae3f2700 -1 osd.6 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:10.064537+0000 front 2023-10-14T03:16:10.064605+0000 (oldest deadline 2023-10-14T03:16:35.364497+0000) 2023-10-14T03:16:53.126 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 03:16:52 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-6[199908]: 2023-10-14T03:16:52.869+0000 7f22ae3f2700 -1 osd.6 929 heartbeat_check: no reply from 172.21.15.55:6814 osd.1 since back 2023-10-14T03:16:15.365151+0000 front 2023-10-14T03:16:15.365078+0000 (oldest deadline 2023-10-14T03:16:38.864980+0000) 2023-10-14T03:16:53.126 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 03:16:52 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-6[199908]: 2023-10-14T03:16:52.869+0000 7f22ae3f2700 -1 osd.6 929 heartbeat_check: no reply from 172.21.15.55:6822 osd.2 since back 2023-10-14T03:16:24.566952+0000 front 2023-10-14T03:16:24.566795+0000 (oldest deadline 2023-10-14T03:16:46.866678+0000) 2023-10-14T03:16:53.625 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:53 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:53.344+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:06.787474+0000 front 2023-10-14T03:16:06.787190+0000 (oldest deadline 2023-10-14T03:16:32.087318+0000) 2023-10-14T03:16:53.625 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:53 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:53.344+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6814 osd.1 since back 2023-10-14T03:16:17.988252+0000 front 2023-10-14T03:16:17.988186+0000 (oldest deadline 2023-10-14T03:16:40.788471+0000) 2023-10-14T03:16:53.626 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:53 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:53.344+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6822 osd.2 since back 2023-10-14T03:16:22.489794+0000 front 2023-10-14T03:16:22.489885+0000 (oldest deadline 2023-10-14T03:16:47.789631+0000) 2023-10-14T03:16:54.347 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 03:16:53 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-6[199908]: 2023-10-14T03:16:53.900+0000 7f22ae3f2700 -1 osd.6 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:10.064537+0000 front 2023-10-14T03:16:10.064605+0000 (oldest deadline 2023-10-14T03:16:35.364497+0000) 2023-10-14T03:16:54.347 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 03:16:53 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-6[199908]: 2023-10-14T03:16:53.900+0000 7f22ae3f2700 -1 osd.6 929 heartbeat_check: no reply from 172.21.15.55:6814 osd.1 since back 2023-10-14T03:16:15.365151+0000 front 2023-10-14T03:16:15.365078+0000 (oldest deadline 2023-10-14T03:16:38.864980+0000) 2023-10-14T03:16:54.347 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 03:16:53 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-6[199908]: 2023-10-14T03:16:53.900+0000 7f22ae3f2700 -1 osd.6 929 heartbeat_check: no reply from 172.21.15.55:6822 osd.2 since back 2023-10-14T03:16:24.566952+0000 front 2023-10-14T03:16:24.566795+0000 (oldest deadline 2023-10-14T03:16:46.866678+0000) 2023-10-14T03:16:54.625 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:54 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:54.346+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:06.787474+0000 front 2023-10-14T03:16:06.787190+0000 (oldest deadline 2023-10-14T03:16:32.087318+0000) 2023-10-14T03:16:54.626 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:54 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:54.346+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6814 osd.1 since back 2023-10-14T03:16:17.988252+0000 front 2023-10-14T03:16:17.988186+0000 (oldest deadline 2023-10-14T03:16:40.788471+0000) 2023-10-14T03:16:54.626 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:54 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:54.346+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6822 osd.2 since back 2023-10-14T03:16:22.489794+0000 front 2023-10-14T03:16:22.489885+0000 (oldest deadline 2023-10-14T03:16:47.789631+0000) 2023-10-14T03:16:55.625 INFO:journalctl@ceph.osd.6.smithi082.stdout:Oct 14 03:16:55 smithi082 bash[293462]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-6 2023-10-14T03:16:55.626 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:55 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:55.372+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:06.787474+0000 front 2023-10-14T03:16:06.787190+0000 (oldest deadline 2023-10-14T03:16:32.087318+0000) 2023-10-14T03:16:55.627 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:55 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:55.372+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6814 osd.1 since back 2023-10-14T03:16:17.988252+0000 front 2023-10-14T03:16:17.988186+0000 (oldest deadline 2023-10-14T03:16:40.788471+0000) 2023-10-14T03:16:55.627 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:55 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:55.372+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6822 osd.2 since back 2023-10-14T03:16:22.489794+0000 front 2023-10-14T03:16:22.489885+0000 (oldest deadline 2023-10-14T03:16:47.789631+0000) 2023-10-14T03:16:56.533 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:56 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:56.409+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:06.787474+0000 front 2023-10-14T03:16:06.787190+0000 (oldest deadline 2023-10-14T03:16:32.087318+0000) 2023-10-14T03:16:56.533 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:56 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:56.409+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6814 osd.1 since back 2023-10-14T03:16:17.988252+0000 front 2023-10-14T03:16:17.988186+0000 (oldest deadline 2023-10-14T03:16:40.788471+0000) 2023-10-14T03:16:56.533 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:56 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:56.409+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6822 osd.2 since back 2023-10-14T03:16:22.489794+0000 front 2023-10-14T03:16:22.489885+0000 (oldest deadline 2023-10-14T03:16:47.789631+0000) 2023-10-14T03:16:56.541 DEBUG:teuthology.orchestra.run.smithi082:> sudo pkill -f 'journalctl -f -n 0 -u ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@osd.6.service' 2023-10-14T03:16:56.582 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-14T03:16:56.583 INFO:tasks.cephadm.osd.6:Stopped osd.6 2023-10-14T03:16:56.583 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2023-10-14T03:16:56.584 DEBUG:teuthology.orchestra.run.smithi082:> sudo systemctl stop ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@osd.7 2023-10-14T03:16:56.840 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:56 smithi082 systemd[1]: Stopping Ceph osd.7 for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T03:16:56.841 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:56 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:56.839+0000 7f8074706700 -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-10-14T03:16:56.841 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:56 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:56.839+0000 7f8074706700 -1 osd.7 929 *** Got signal Terminated *** 2023-10-14T03:16:57.125 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:56 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:56.839+0000 7f8074706700 -1 osd.7 929 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-10-14T03:16:57.875 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:57.456+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:06.787474+0000 front 2023-10-14T03:16:06.787190+0000 (oldest deadline 2023-10-14T03:16:32.087318+0000) 2023-10-14T03:16:57.876 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:57.456+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6814 osd.1 since back 2023-10-14T03:16:17.988252+0000 front 2023-10-14T03:16:17.988186+0000 (oldest deadline 2023-10-14T03:16:40.788471+0000) 2023-10-14T03:16:57.876 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:57.456+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6822 osd.2 since back 2023-10-14T03:16:22.489794+0000 front 2023-10-14T03:16:22.489885+0000 (oldest deadline 2023-10-14T03:16:47.789631+0000) 2023-10-14T03:16:57.876 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:57 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:57.456+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6830 osd.3 since back 2023-10-14T03:16:31.290807+0000 front 2023-10-14T03:16:31.290817+0000 (oldest deadline 2023-10-14T03:16:57.190576+0000) 2023-10-14T03:16:58.875 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:58 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:58.418+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:06.787474+0000 front 2023-10-14T03:16:06.787190+0000 (oldest deadline 2023-10-14T03:16:32.087318+0000) 2023-10-14T03:16:58.876 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:58 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:58.418+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6814 osd.1 since back 2023-10-14T03:16:17.988252+0000 front 2023-10-14T03:16:17.988186+0000 (oldest deadline 2023-10-14T03:16:40.788471+0000) 2023-10-14T03:16:58.876 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:58 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:58.418+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6822 osd.2 since back 2023-10-14T03:16:22.489794+0000 front 2023-10-14T03:16:22.489885+0000 (oldest deadline 2023-10-14T03:16:47.789631+0000) 2023-10-14T03:16:58.876 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:58 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:58.418+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6830 osd.3 since back 2023-10-14T03:16:31.290807+0000 front 2023-10-14T03:16:31.290817+0000 (oldest deadline 2023-10-14T03:16:57.190576+0000) 2023-10-14T03:16:59.875 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:59 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:59.410+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:06.787474+0000 front 2023-10-14T03:16:06.787190+0000 (oldest deadline 2023-10-14T03:16:32.087318+0000) 2023-10-14T03:16:59.876 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:59 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:59.410+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6814 osd.1 since back 2023-10-14T03:16:17.988252+0000 front 2023-10-14T03:16:17.988186+0000 (oldest deadline 2023-10-14T03:16:40.788471+0000) 2023-10-14T03:16:59.876 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:59 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:59.410+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6822 osd.2 since back 2023-10-14T03:16:22.489794+0000 front 2023-10-14T03:16:22.489885+0000 (oldest deadline 2023-10-14T03:16:47.789631+0000) 2023-10-14T03:16:59.876 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:16:59 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:16:59.410+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6830 osd.3 since back 2023-10-14T03:16:31.290807+0000 front 2023-10-14T03:16:31.290817+0000 (oldest deadline 2023-10-14T03:16:57.190576+0000) 2023-10-14T03:17:00.875 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:17:00 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:17:00.441+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:06.787474+0000 front 2023-10-14T03:16:06.787190+0000 (oldest deadline 2023-10-14T03:16:32.087318+0000) 2023-10-14T03:17:00.876 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:17:00 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:17:00.441+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6814 osd.1 since back 2023-10-14T03:16:17.988252+0000 front 2023-10-14T03:16:17.988186+0000 (oldest deadline 2023-10-14T03:16:40.788471+0000) 2023-10-14T03:17:00.876 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:17:00 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:17:00.441+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6822 osd.2 since back 2023-10-14T03:16:22.489794+0000 front 2023-10-14T03:16:22.489885+0000 (oldest deadline 2023-10-14T03:16:47.789631+0000) 2023-10-14T03:17:00.876 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:17:00 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:17:00.441+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6830 osd.3 since back 2023-10-14T03:16:31.290807+0000 front 2023-10-14T03:16:31.290817+0000 (oldest deadline 2023-10-14T03:16:57.190576+0000) 2023-10-14T03:17:01.875 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:17:01 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:17:01.446+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6806 osd.0 since back 2023-10-14T03:16:06.787474+0000 front 2023-10-14T03:16:06.787190+0000 (oldest deadline 2023-10-14T03:16:32.087318+0000) 2023-10-14T03:17:01.876 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:17:01 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:17:01.446+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6814 osd.1 since back 2023-10-14T03:16:17.988252+0000 front 2023-10-14T03:16:17.988186+0000 (oldest deadline 2023-10-14T03:16:40.788471+0000) 2023-10-14T03:17:01.876 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:17:01 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:17:01.446+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6822 osd.2 since back 2023-10-14T03:16:22.489794+0000 front 2023-10-14T03:16:22.489885+0000 (oldest deadline 2023-10-14T03:16:47.789631+0000) 2023-10-14T03:17:01.876 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:17:01 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:17:01.446+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.55:6830 osd.3 since back 2023-10-14T03:16:31.290807+0000 front 2023-10-14T03:16:31.290817+0000 (oldest deadline 2023-10-14T03:16:57.190576+0000) 2023-10-14T03:17:01.876 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:17:01 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7[205590]: 2023-10-14T03:17:01.446+0000 7f806ccf5700 -1 osd.7 929 heartbeat_check: no reply from 172.21.15.82:6804 osd.4 since back 2023-10-14T03:16:37.190906+0000 front 2023-10-14T03:16:37.191029+0000 (oldest deadline 2023-10-14T03:17:00.690959+0000) 2023-10-14T03:17:02.625 INFO:journalctl@ceph.osd.7.smithi082.stdout:Oct 14 03:17:02 smithi082 bash[293689]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-osd-7 2023-10-14T03:17:03.607 DEBUG:teuthology.orchestra.run.smithi082:> sudo pkill -f 'journalctl -f -n 0 -u ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@osd.7.service' 2023-10-14T03:17:03.647 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-14T03:17:03.647 INFO:tasks.cephadm.osd.7:Stopped osd.7 2023-10-14T03:17:03.648 INFO:tasks.cephadm.mds.a:Stopping mds.a... 2023-10-14T03:17:03.648 DEBUG:teuthology.orchestra.run.smithi055:> sudo systemctl stop ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@mds.a 2023-10-14T03:17:04.017 INFO:journalctl@ceph.mds.a.smithi055.stdout:Oct 14 03:17:03 smithi055 systemd[1]: Stopping Ceph mds.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T03:17:04.018 INFO:journalctl@ceph.mds.a.smithi055.stdout:Oct 14 03:17:03 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mds-a[217057]: 2023-10-14T03:17:03.880+0000 7f8da486d700 -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-10-14T03:17:04.018 INFO:journalctl@ceph.mds.a.smithi055.stdout:Oct 14 03:17:03 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mds-a[217057]: 2023-10-14T03:17:03.880+0000 7f8da486d700 -1 mds.a *** got signal Terminated *** 2023-10-14T03:17:06.238 INFO:journalctl@ceph.mds.a.smithi055.stdout:Oct 14 03:17:06 smithi055 bash[294989]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mds-a 2023-10-14T03:17:06.245 DEBUG:teuthology.orchestra.run.smithi055:> sudo pkill -f 'journalctl -f -n 0 -u ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@mds.a.service' 2023-10-14T03:17:06.289 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-14T03:17:06.289 INFO:tasks.cephadm.mds.a:Stopped mds.a 2023-10-14T03:17:06.290 INFO:tasks.cephadm.mds.b:Stopping mds.b... 2023-10-14T03:17:06.290 DEBUG:teuthology.orchestra.run.smithi082:> sudo systemctl stop ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@mds.b 2023-10-14T03:17:06.592 INFO:journalctl@ceph.mds.b.smithi082.stdout:Oct 14 03:17:06 smithi082 systemd[1]: Stopping Ceph mds.b for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T03:17:06.875 INFO:journalctl@ceph.mds.b.smithi082.stdout:Oct 14 03:17:06 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mds-b[210774]: 2023-10-14T03:17:06.590+0000 7fb46559b700 -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-10-14T03:17:06.875 INFO:journalctl@ceph.mds.b.smithi082.stdout:Oct 14 03:17:06 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mds-b[210774]: 2023-10-14T03:17:06.590+0000 7fb46559b700 -1 mds.b *** got signal Terminated *** 2023-10-14T03:17:07.625 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 03:17:07 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[220760]: ts=2023-10-14T03:17:07.212Z 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.55:8765/sd/prometheus/sd-config?service=ceph-exporter\": dial tcp 172.21.15.55:8765: connect: connection refused" 2023-10-14T03:17:07.625 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 03:17:07 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[220760]: ts=2023-10-14T03:17:07.215Z 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.55:8765/sd/prometheus/sd-config?service=node-exporter\": dial tcp 172.21.15.55:8765: connect: connection refused" 2023-10-14T03:17:07.626 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 03:17:07 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[220760]: ts=2023-10-14T03:17:07.216Z 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.55:8765/sd/prometheus/sd-config?service=alertmanager\": dial tcp 172.21.15.55:8765: connect: connection refused" 2023-10-14T03:17:07.626 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 03:17:07 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[220760]: ts=2023-10-14T03:17:07.216Z 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.55:8765/sd/prometheus/sd-config?service=mgr-prometheus\": dial tcp 172.21.15.55:8765: connect: connection refused" 2023-10-14T03:17:11.290 INFO:journalctl@ceph.mds.b.smithi082.stdout:Oct 14 03:17:11 smithi082 bash[293915]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-mds-b 2023-10-14T03:17:11.297 DEBUG:teuthology.orchestra.run.smithi082:> sudo pkill -f 'journalctl -f -n 0 -u ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@mds.b.service' 2023-10-14T03:17:11.335 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-14T03:17:11.336 INFO:tasks.cephadm.mds.b:Stopped mds.b 2023-10-14T03:17:11.336 INFO:tasks.cephadm.prometheus.a:Stopping prometheus.a... 2023-10-14T03:17:11.337 DEBUG:teuthology.orchestra.run.smithi082:> sudo systemctl stop ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@prometheus.a 2023-10-14T03:17:11.598 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 03:17:11 smithi082 systemd[1]: Stopping Ceph prometheus.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T03:17:11.875 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 03:17:11 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[220760]: ts=2023-10-14T03:17:11.597Z caller=main.go:840 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-10-14T03:17:11.875 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 03:17:11 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[220760]: ts=2023-10-14T03:17:11.597Z caller=main.go:864 level=info msg="Stopping scrape discovery manager..." 2023-10-14T03:17:11.876 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 03:17:11 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[220760]: ts=2023-10-14T03:17:11.597Z caller=main.go:878 level=info msg="Stopping notify discovery manager..." 2023-10-14T03:17:11.876 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 03:17:11 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[220760]: ts=2023-10-14T03:17:11.597Z caller=manager.go:988 level=info component="rule manager" msg="Stopping rule manager..." 2023-10-14T03:17:11.876 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 03:17:11 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[220760]: ts=2023-10-14T03:17:11.597Z caller=main.go:860 level=info msg="Scrape discovery manager stopped" 2023-10-14T03:17:11.877 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 03:17:11 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[220760]: ts=2023-10-14T03:17:11.597Z caller=main.go:874 level=info msg="Notify discovery manager stopped" 2023-10-14T03:17:11.877 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 03:17:11 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[220760]: ts=2023-10-14T03:17:11.597Z caller=manager.go:998 level=info component="rule manager" msg="Rule manager stopped" 2023-10-14T03:17:11.877 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 03:17:11 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[220760]: ts=2023-10-14T03:17:11.597Z caller=main.go:915 level=info msg="Stopping scrape manager..." 2023-10-14T03:17:11.877 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 03:17:11 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[220760]: ts=2023-10-14T03:17:11.597Z caller=main.go:907 level=info msg="Scrape manager stopped" 2023-10-14T03:17:11.878 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 03:17:11 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[220760]: ts=2023-10-14T03:17:11.598Z caller=notifier.go:606 level=info component=notifier msg="Stopping notification manager..." 2023-10-14T03:17:11.878 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 03:17:11 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[220760]: ts=2023-10-14T03:17:11.598Z caller=main.go:1135 level=info msg="Notifier manager stopped" 2023-10-14T03:17:11.878 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 03:17:11 smithi082 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a[220760]: ts=2023-10-14T03:17:11.598Z caller=main.go:1147 level=info msg="See you next time!" 2023-10-14T03:17:11.878 INFO:journalctl@ceph.prometheus.a.smithi082.stdout:Oct 14 03:17:11 smithi082 bash[294055]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-prometheus-a 2023-10-14T03:17:12.052 DEBUG:teuthology.orchestra.run.smithi082:> sudo pkill -f 'journalctl -f -n 0 -u ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@prometheus.a.service' 2023-10-14T03:17:12.087 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-14T03:17:12.087 INFO:tasks.cephadm.prometheus.a:Stopped prometheus.a 2023-10-14T03:17:12.088 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid db84ebe0-6a23-11ee-8db6-212e2dc638e7 --force --keep-logs 2023-10-14T03:17:13.767 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 03:17:13 smithi055 systemd[1]: Stopping Ceph alertmanager.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T03:17:13.767 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 03:17:13 smithi055 ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-alertmanager-a[227230]: ts=2023-10-14T03:17:13.634Z caller=main.go:583 level=info msg="Received SIGTERM, exiting gracefully..." 2023-10-14T03:17:14.267 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 03:17:13 smithi055 bash[295418]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-alertmanager-a 2023-10-14T03:17:14.725 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 03:17:14 smithi055 systemd[1]: Stopping Ceph node-exporter.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T03:17:14.725 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 03:17:14 smithi055 systemd[1]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@alertmanager.a.service: Succeeded. 2023-10-14T03:17:14.726 INFO:journalctl@ceph.alertmanager.a.smithi055.stdout:Oct 14 03:17:14 smithi055 systemd[1]: Stopped Ceph alertmanager.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T03:17:15.016 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 03:17:14 smithi055 bash[295537]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-a 2023-10-14T03:17:15.017 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 03:17:14 smithi055 systemd[1]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2023-10-14T03:17:15.342 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 03:17:15 smithi055 systemd[1]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@node-exporter.a.service: Failed with result 'exit-code'. 2023-10-14T03:17:15.343 INFO:journalctl@ceph.node-exporter.a.smithi055.stdout:Oct 14 03:17:15 smithi055 systemd[1]: Stopped Ceph node-exporter.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T03:17:15.514 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid db84ebe0-6a23-11ee-8db6-212e2dc638e7 --force --keep-logs 2023-10-14T03:17:17.125 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 03:17:16 smithi082 systemd[1]: Stopping Ceph grafana.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T03:17:17.594 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 03:17:17 smithi082 bash[294487]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-grafana-a 2023-10-14T03:17:17.595 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 03:17:17 smithi082 systemd[1]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@grafana.a.service: Main process exited, code=exited, status=143/n/a 2023-10-14T03:17:17.875 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 03:17:17 smithi082 systemd[1]: Stopping Ceph node-exporter.b for db84ebe0-6a23-11ee-8db6-212e2dc638e7... 2023-10-14T03:17:17.876 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 03:17:17 smithi082 systemd[1]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@grafana.a.service: Failed with result 'exit-code'. 2023-10-14T03:17:17.876 INFO:journalctl@ceph.grafana.a.smithi082.stdout:Oct 14 03:17:17 smithi082 systemd[1]: Stopped Ceph grafana.a for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T03:17:18.375 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 03:17:18 smithi082 bash[294606]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7-node-exporter-b 2023-10-14T03:17:18.375 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 03:17:18 smithi082 systemd[1]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2023-10-14T03:17:18.665 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 03:17:18 smithi082 systemd[1]: ceph-db84ebe0-6a23-11ee-8db6-212e2dc638e7@node-exporter.b.service: Failed with result 'exit-code'. 2023-10-14T03:17:18.665 INFO:journalctl@ceph.node-exporter.b.smithi082.stdout:Oct 14 03:17:18 smithi082 systemd[1]: Stopped Ceph node-exporter.b for db84ebe0-6a23-11ee-8db6-212e2dc638e7. 2023-10-14T03:17:18.795 DEBUG:teuthology.orchestra.run.smithi055:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-10-14T03:17:18.836 DEBUG:teuthology.orchestra.run.smithi082:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-10-14T03:17:18.868 INFO:tasks.cephadm:Archiving crash dumps... 2023-10-14T03:17:18.870 DEBUG:teuthology.misc:Transferring archived files from smithi055:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-10-13_14:50:14-rados-wip-neorados-learning-from-experience-distro-default-smithi/7424682/remote/smithi055/crash 2023-10-14T03:17:18.871 DEBUG:teuthology.orchestra.run.smithi055:> sudo tar c -f - -C /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/crash -- . 2023-10-14T03:17:18.940 INFO:teuthology.orchestra.run.smithi055.stderr:tar: /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/crash: Cannot open: No such file or directory 2023-10-14T03:17:18.941 INFO:teuthology.orchestra.run.smithi055.stderr:tar: Error is not recoverable: exiting now 2023-10-14T03:17:18.942 DEBUG:teuthology.misc:Transferring archived files from smithi082:/var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-10-13_14:50:14-rados-wip-neorados-learning-from-experience-distro-default-smithi/7424682/remote/smithi082/crash 2023-10-14T03:17:18.943 DEBUG:teuthology.orchestra.run.smithi082:> sudo tar c -f - -C /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/crash -- . 2023-10-14T03:17:19.009 INFO:teuthology.orchestra.run.smithi082.stderr:tar: /var/lib/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/crash: Cannot open: No such file or directory 2023-10-14T03:17:19.009 INFO:teuthology.orchestra.run.smithi082.stderr:tar: Error is not recoverable: exiting now 2023-10-14T03:17:19.010 INFO:tasks.cephadm:Checking cluster log for badness... 2023-10-14T03:17:19.011 DEBUG:teuthology.orchestra.run.smithi055:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-10-14T03:17:19.047 INFO:teuthology.orchestra.run.smithi055.stderr:grep: /var/log/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/ceph.log: No such file or directory 2023-10-14T03:17:19.052 INFO:tasks.cephadm:Compressing logs... 2023-10-14T03:17:19.052 DEBUG:teuthology.orchestra.run.smithi055:> 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-10-14T03:17:19.095 DEBUG:teuthology.orchestra.run.smithi082:> 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-10-14T03:17:19.129 INFO:teuthology.orchestra.run.smithi082.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-10-14T03:17:19.130 INFO:teuthology.orchestra.run.smithi082.stderr:: No such file or directory 2023-10-14T03:17:19.136 INFO:teuthology.orchestra.run.smithi082.stderr:gzip -5 --verbose -- /var/log/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/ceph-osd.6.log 2023-10-14T03:17:19.136 INFO:teuthology.orchestra.run.smithi082.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/ceph-volume.log 2023-10-14T03:17:19.137 INFO:teuthology.orchestra.run.smithi082.stderr:/var/log/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/ceph-osd.7.log 2023-10-14T03:17:19.137 INFO:teuthology.orchestra.run.smithi082.stderr:/var/log/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/ceph-mgr.x.log 2023-10-14T03:17:19.137 INFO:teuthology.orchestra.run.smithi082.stderr:/var/log/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/ceph-mon.b.log 2023-10-14T03:17:19.138 INFO:teuthology.orchestra.run.smithi082.stderr:/var/log/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/ceph-mgr.x.log: gzip -5 --verbose -- /var/log/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/ceph-mds.b.log 2023-10-14T03:17:19.138 INFO:teuthology.orchestra.run.smithi082.stderr:/var/log/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/ceph-mon.b.log: gzip -5 --verbose -- /var/log/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/ceph-osd.4.log 2023-10-14T03:17:19.139 INFO:teuthology.orchestra.run.smithi082.stderr:/var/log/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/ceph-mds.b.log: gzip -5 --verbose -- /var/log/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/ceph-osd.5.log 2023-10-14T03:17:19.143 INFO:teuthology.orchestra.run.smithi055.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-10-14T03:17:19.144 INFO:teuthology.orchestra.run.smithi055.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-10-14T03:17:19.155 INFO:teuthology.orchestra.run.smithi055.stderr:gzip -5 --verbose -- /var/log/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/ceph-volume.log 2023-10-14T03:17:19.156 INFO:teuthology.orchestra.run.smithi055.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/ceph-osd.2.log 2023-10-14T03:17:19.156 INFO:teuthology.orchestra.run.smithi055.stderr:gzip -5 --verbose -- /var/log/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/ceph-mgr.y.log 2023-10-14T03:17:19.156 INFO:teuthology.orchestra.run.smithi055.stderr:/var/log/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/ceph-volume.log: /var/log/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/ceph-osd.3.log 2023-10-14T03:17:19.158 INFO:teuthology.orchestra.run.smithi055.stderr:gzip -5 --verbose -- /var/log/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/ceph-osd.0.log 2023-10-14T03:17:19.158 INFO:teuthology.orchestra.run.smithi055.stderr:/var/log/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/ceph-mgr.y.log: /var/log/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/ceph-mds.a.log 2023-10-14T03:17:19.159 INFO:teuthology.orchestra.run.smithi055.stderr:/var/log/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/ceph-mon.a.log 2023-10-14T03:17:19.159 INFO:teuthology.orchestra.run.smithi055.stderr:/var/log/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/ceph-mds.a.log: gzip -5 --verbose -- /var/log/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/ceph-mon.c.log 2023-10-14T03:17:19.159 INFO:teuthology.orchestra.run.smithi055.stderr:/var/log/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/ceph-osd.1.log 2023-10-14T03:17:19.182 INFO:teuthology.orchestra.run.smithi055.stderr:/var/log/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/ceph-mon.c.log: /var/log/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/ceph-osd.1.log: 92.3% -- replaced with /var/log/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/ceph-mds.a.log.gz 2023-10-14T03:17:19.546 INFO:teuthology.orchestra.run.smithi055.stderr: 91.6% -- replaced with /var/log/ceph/cephadm.log.gz 2023-10-14T03:17:19.577 INFO:teuthology.orchestra.run.smithi082.stderr:/var/log/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/ceph-osd.4.log: /var/log/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/ceph-osd.5.log: 91.8% -- replaced with /var/log/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/ceph-mgr.x.log.gz 2023-10-14T03:17:19.592 INFO:teuthology.orchestra.run.smithi082.stderr: 83.2% -- replaced with /var/log/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/ceph-mds.b.log.gz 2023-10-14T03:17:19.599 INFO:teuthology.orchestra.run.smithi082.stderr: 85.2% -- replaced with /var/log/ceph/cephadm.log.gz 2023-10-14T03:17:19.788 INFO:teuthology.orchestra.run.smithi082.stderr: 91.4% -- replaced with /var/log/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/ceph-volume.log.gz 2023-10-14T03:17:19.883 INFO:teuthology.orchestra.run.smithi055.stderr: 91.4% -- replaced with /var/log/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/ceph-volume.log.gz 2023-10-14T03:17:29.087 INFO:teuthology.orchestra.run.smithi055.stderr: 90.0% -- replaced with /var/log/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/ceph-mgr.y.log.gz 2023-10-14T03:17:29.286 INFO:teuthology.orchestra.run.smithi082.stderr: 92.3% -- replaced with /var/log/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/ceph-mon.b.log.gz 2023-10-14T03:17:35.030 INFO:teuthology.orchestra.run.smithi055.stderr: 92.8% -- replaced with /var/log/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/ceph-mon.c.log.gz 2023-10-14T03:17:40.100 INFO:teuthology.orchestra.run.smithi082.stderr: 93.5% -- replaced with /var/log/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/ceph-osd.4.log.gz 2023-10-14T03:17:41.683 INFO:teuthology.orchestra.run.smithi082.stderr: 93.7% -- replaced with /var/log/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/ceph-osd.5.log.gz 2023-10-14T03:17:42.338 INFO:teuthology.orchestra.run.smithi082.stderr: 93.9% -- replaced with /var/log/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/ceph-osd.7.log.gz 2023-10-14T03:17:51.970 INFO:teuthology.orchestra.run.smithi055.stderr: 90.5% -- replaced with /var/log/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/ceph-mon.a.log.gz 2023-10-14T03:17:55.605 INFO:teuthology.orchestra.run.smithi055.stderr: 93.4% -- replaced with /var/log/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/ceph-osd.2.log.gz 2023-10-14T03:17:58.670 INFO:teuthology.orchestra.run.smithi055.stderr: 93.6% -- replaced with /var/log/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/ceph-osd.0.log.gz 2023-10-14T03:23:07.613 INFO:teuthology.orchestra.run.smithi082.stderr: 96.8% -- replaced with /var/log/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/ceph-osd.6.log.gz 2023-10-14T03:23:07.616 INFO:teuthology.orchestra.run.smithi082.stderr: 2023-10-14T03:23:07.616 INFO:teuthology.orchestra.run.smithi082.stderr:real 5m48.503s 2023-10-14T03:23:07.616 INFO:teuthology.orchestra.run.smithi082.stderr:user 5m34.846s 2023-10-14T03:23:07.617 INFO:teuthology.orchestra.run.smithi082.stderr:sys 0m17.038s 2023-10-14T03:28:31.530 INFO:teuthology.orchestra.run.smithi055.stderr: 96.7% -- replaced with /var/log/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/ceph-osd.1.log.gz 2023-10-14T03:49:08.494 INFO:teuthology.orchestra.run.smithi055.stderr: 94.8% -- replaced with /var/log/ceph/db84ebe0-6a23-11ee-8db6-212e2dc638e7/ceph-osd.3.log.gz 2023-10-14T03:49:08.495 INFO:teuthology.orchestra.run.smithi055.stderr: 2023-10-14T03:49:08.496 INFO:teuthology.orchestra.run.smithi055.stderr:real 31m49.382s 2023-10-14T03:49:08.496 INFO:teuthology.orchestra.run.smithi055.stderr:user 30m33.465s 2023-10-14T03:49:08.496 INFO:teuthology.orchestra.run.smithi055.stderr:sys 1m20.422s 2023-10-14T03:49:08.497 INFO:tasks.cephadm:Archiving logs... 2023-10-14T03:49:08.498 DEBUG:teuthology.misc:Transferring archived files from smithi055:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-10-13_14:50:14-rados-wip-neorados-learning-from-experience-distro-default-smithi/7424682/remote/smithi055/log 2023-10-14T03:49:08.500 DEBUG:teuthology.orchestra.run.smithi055:> sudo tar c -f - -C /var/log/ceph -- . 2023-10-14T03:52:43.528 DEBUG:teuthology.misc:Transferring archived files from smithi082:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-10-13_14:50:14-rados-wip-neorados-learning-from-experience-distro-default-smithi/7424682/remote/smithi082/log 2023-10-14T03:52:43.530 DEBUG:teuthology.orchestra.run.smithi082:> sudo tar c -f - -C /var/log/ceph -- . 2023-10-14T03:53:20.430 INFO:tasks.cephadm:Removing cluster... 2023-10-14T03:53:20.431 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid db84ebe0-6a23-11ee-8db6-212e2dc638e7 --force 2023-10-14T03:53:22.324 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid db84ebe0-6a23-11ee-8db6-212e2dc638e7 --force 2023-10-14T03:53:23.416 INFO:tasks.cephadm:Removing cephadm ... 2023-10-14T03:53:23.416 DEBUG:teuthology.orchestra.run.smithi055:> rm -rf /home/ubuntu/cephtest/cephadm 2023-10-14T03:53:23.441 DEBUG:teuthology.orchestra.run.smithi082:> rm -rf /home/ubuntu/cephtest/cephadm 2023-10-14T03:53:23.460 INFO:tasks.cephadm:Teardown complete 2023-10-14T03:53:23.460 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-10-14T03:53:23.472 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-10-14T03:53:23.472 DEBUG:teuthology.orchestra.run.smithi055:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-10-14T03:53:23.484 DEBUG:teuthology.orchestra.run.smithi082:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-10-14T03:53:23.633 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-10-14T03:53:23.643 INFO:teuthology.task.clock:Checking final clock skew... 2023-10-14T03:53:23.644 DEBUG:teuthology.orchestra.run.smithi055:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-10-14T03:53:23.647 DEBUG:teuthology.orchestra.run.smithi082:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-10-14T03:53:23.664 INFO:teuthology.orchestra.run.smithi082.stderr:bash: ntpq: command not found 2023-10-14T03:53:23.667 INFO:teuthology.orchestra.run.smithi055.stderr:bash: ntpq: command not found 2023-10-14T03:53:23.721 INFO:teuthology.orchestra.run.smithi082.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-14T03:53:23.722 INFO:teuthology.orchestra.run.smithi082.stdout:=============================================================================== 2023-10-14T03:53:23.722 INFO:teuthology.orchestra.run.smithi082.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 46 +199us[ +199us] +/- 82ms 2023-10-14T03:53:23.723 INFO:teuthology.orchestra.run.smithi082.stdout:^* hv02.front.sepia.ceph.com 3 7 377 69 +161us[ +186us] +/- 69ms 2023-10-14T03:53:23.723 INFO:teuthology.orchestra.run.smithi082.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 38 -282us[ -282us] +/- 73ms 2023-10-14T03:53:23.723 INFO:teuthology.orchestra.run.smithi082.stdout:^? hv04.front.sepia.ceph.com 0 10 0 - +0ns[ +0ns] +/- 0ns 2023-10-14T03:53:23.728 INFO:teuthology.orchestra.run.smithi055.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-14T03:53:23.729 INFO:teuthology.orchestra.run.smithi055.stdout:=============================================================================== 2023-10-14T03:53:23.729 INFO:teuthology.orchestra.run.smithi055.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 40 +218us[ +218us] +/- 82ms 2023-10-14T03:53:23.729 INFO:teuthology.orchestra.run.smithi055.stdout:^* hv02.front.sepia.ceph.com 3 6 377 51 +149us[ +186us] +/- 69ms 2023-10-14T03:53:23.730 INFO:teuthology.orchestra.run.smithi055.stdout:^+ hv03.front.sepia.ceph.com 3 7 377 121 -303us[ -240us] +/- 72ms 2023-10-14T03:53:23.730 INFO:teuthology.orchestra.run.smithi055.stdout:^? hv04.front.sepia.ceph.com 0 10 0 - +0ns[ +0ns] +/- 0ns 2023-10-14T03:53:23.731 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-10-14T03:53:23.742 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-10-14T03:53:23.742 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-10-14T03:53:23.752 DEBUG:teuthology.orchestra.run.smithi055:> 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-10-14T03:53:24.010 DEBUG:teuthology.orchestra.run.smithi082:> 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-10-14T03:53:24.241 DEBUG:teuthology.orchestra.run.smithi055:> 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-10-14T03:53:24.285 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-14T03:53:24.285 DEBUG:teuthology.orchestra.run.smithi082:> 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-10-14T03:53:24.319 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-14T03:53:24.320 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-10-14T03:53:24.331 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-10-14T03:53:24.348 INFO:teuthology.task.internal:Duration was 14967.795737 seconds 2023-10-14T03:53:24.349 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-10-14T03:53:24.360 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-10-14T03:53:24.361 DEBUG:teuthology.orchestra.run.smithi055:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-10-14T03:53:24.363 DEBUG:teuthology.orchestra.run.smithi082:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-10-14T03:53:24.457 INFO:teuthology.orchestra.run.smithi082.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-14T03:53:24.474 INFO:teuthology.orchestra.run.smithi055.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-14T03:53:24.806 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-10-14T03:53:24.806 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi055.front.sepia.ceph.com 2023-10-14T03:53:24.807 DEBUG:teuthology.orchestra.run.smithi055:> 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-10-14T03:53:24.843 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi082.front.sepia.ceph.com 2023-10-14T03:53:24.843 DEBUG:teuthology.orchestra.run.smithi082:> 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-10-14T03:53:24.883 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-10-14T03:53:24.884 DEBUG:teuthology.orchestra.run.smithi055:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-10-14T03:53:24.887 DEBUG:teuthology.orchestra.run.smithi082:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-10-14T03:53:25.045 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-10-14T03:53:25.045 DEBUG:teuthology.orchestra.run.smithi055:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-10-14T03:53:25.048 DEBUG:teuthology.orchestra.run.smithi082:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-10-14T03:53:25.323 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-10-14T03:53:25.336 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-10-14T03:53:25.337 DEBUG:teuthology.orchestra.run.smithi055:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-10-14T03:53:25.385 DEBUG:teuthology.orchestra.run.smithi082:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-10-14T03:53:25.444 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-10-14T03:53:25.457 DEBUG:teuthology.orchestra.run.smithi055:> 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-10-14T03:53:25.461 DEBUG:teuthology.orchestra.run.smithi082:> 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-10-14T03:53:25.493 INFO:teuthology.orchestra.run.smithi082.stdout:kernel.core_pattern = core 2023-10-14T03:53:25.501 INFO:teuthology.orchestra.run.smithi055.stdout:kernel.core_pattern = core 2023-10-14T03:53:25.519 DEBUG:teuthology.orchestra.run.smithi055:> test -e /home/ubuntu/cephtest/archive/coredump 2023-10-14T03:53:25.582 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-14T03:53:25.583 DEBUG:teuthology.orchestra.run.smithi082:> test -e /home/ubuntu/cephtest/archive/coredump 2023-10-14T03:53:25.600 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-14T03:53:25.601 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-10-14T03:53:25.625 INFO:teuthology.task.internal:Transferring archived files... 2023-10-14T03:53:25.627 DEBUG:teuthology.misc:Transferring archived files from smithi055:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-10-13_14:50:14-rados-wip-neorados-learning-from-experience-distro-default-smithi/7424682/remote/smithi055 2023-10-14T03:53:25.627 DEBUG:teuthology.orchestra.run.smithi055:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-10-14T03:53:25.687 DEBUG:teuthology.misc:Transferring archived files from smithi082:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-10-13_14:50:14-rados-wip-neorados-learning-from-experience-distro-default-smithi/7424682/remote/smithi082 2023-10-14T03:53:25.688 DEBUG:teuthology.orchestra.run.smithi082:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-10-14T03:53:25.733 INFO:teuthology.task.internal:Removing archive directory... 2023-10-14T03:53:25.733 DEBUG:teuthology.orchestra.run.smithi055:> rm -rf -- /home/ubuntu/cephtest/archive 2023-10-14T03:53:25.736 DEBUG:teuthology.orchestra.run.smithi082:> rm -rf -- /home/ubuntu/cephtest/archive 2023-10-14T03:53:25.784 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-10-14T03:53:25.812 INFO:teuthology.task.internal:Not uploading archives. 2023-10-14T03:53:25.813 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-10-14T03:53:25.824 INFO:teuthology.task.internal:Tidying up after the test... 2023-10-14T03:53:25.825 DEBUG:teuthology.orchestra.run.smithi055:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-10-14T03:53:25.828 DEBUG:teuthology.orchestra.run.smithi082:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-10-14T03:53:25.846 INFO:teuthology.orchestra.run.smithi082.stdout: 525830 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Oct 14 03:53 /home/ubuntu/cephtest 2023-10-14T03:53:25.859 INFO:teuthology.orchestra.run.smithi055.stdout: 525357 4 drwxr-xr-x 3 ubuntu ubuntu 4096 Oct 14 03:53 /home/ubuntu/cephtest 2023-10-14T03:53:25.860 INFO:teuthology.orchestra.run.smithi055.stdout: 920610 4 drwxrwxr-x 3 ubuntu ubuntu 4096 Oct 14 00:15 /home/ubuntu/cephtest/mnt.0 2023-10-14T03:53:25.860 INFO:teuthology.orchestra.run.smithi055.stdout: 920611 4 drwxrwxr-x 3 ubuntu ubuntu 4096 Oct 14 00:15 /home/ubuntu/cephtest/mnt.0/client.0 2023-10-14T03:53:25.860 INFO:teuthology.orchestra.run.smithi055.stdout: 920686 4 drwxrwxr-x 2 ubuntu ubuntu 4096 Oct 14 00:15 /home/ubuntu/cephtest/mnt.0/client.0/tmp 2023-10-14T03:53:25.861 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-14T03:53:25.862 INFO:teuthology.orchestra.run.smithi055.stderr:rmdir: failed to remove '/home/ubuntu/cephtest': Directory not empty 2023-10-14T03:53:25.862 ERROR:teuthology.run_tasks:Manager failed: internal.base Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/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_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/task/internal/__init__.py", line 53, in base run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi055 with status 1: 'find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest' 2023-10-14T03:53:25.868 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-10-14T03:53:25.886 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-10-14T03:53:25.899 DEBUG:teuthology.run_tasks:Exception was not quenched, exiting: CommandFailedError: Command failed on smithi055 with status 1: 'find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest' 2023-10-14T03:53:25.899 INFO:teuthology.nuke:Checking targets against current locks 2023-10-14T03:53:25.941 DEBUG:teuthology.nuke:shortname: smithi055 2023-10-14T03:53:25.943 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-14T03:53:25.968 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi055.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-10-13_14:50:14-rados-wip-neorados-learning-from-experience-distro-default-smithi/7424682', '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-10-13 23:35:51.211819', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDPiS8LY4ZayzQvt0kjz5/oHZwetD07Pfwmj87j7MOw/C4+X6uWy+s9VRcpJMCPXFlS3HAyTJx6JCy/M/QAHOIg='} 2023-10-14T03:53:25.972 DEBUG:teuthology.nuke:shortname: smithi082 2023-10-14T03:53:25.972 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-14T03:53:25.997 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi082.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-10-13_14:50:14-rados-wip-neorados-learning-from-experience-distro-default-smithi/7424682', '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-10-13 23:35:51.210122', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBO1VoebIYdQVxo7OCnZAt9mKgDqtPCyApfVnkd3oXIinoVWiM5pN03AfuSmUwsDH9ySTXEdxbmY77fyfimpPmTI='} 2023-10-14T03:53:26.026 INFO:teuthology.orchestra.console.smithi055:Power off 2023-10-14T03:53:26.027 DEBUG:teuthology.orchestra.console.smithi055:pexpect command: ipmitool -H smithi055.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-10-14T03:53:26.049 DEBUG:teuthology.orchestra.console.smithi055:power off output: Chassis Power Control: Down/Off 2023-10-14T03:53:26.050 DEBUG:teuthology.orchestra.console.smithi055:pexpect command: ipmitool -H smithi055.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-14T03:53:26.065 INFO:teuthology.orchestra.console.smithi082:Power off 2023-10-14T03:53:26.065 DEBUG:teuthology.orchestra.console.smithi082:pexpect command: ipmitool -H smithi082.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-10-14T03:53:26.075 DEBUG:teuthology.orchestra.console.smithi055:check power output: Chassis Power is on 2023-10-14T03:53:26.087 DEBUG:teuthology.orchestra.console.smithi082:power off output: Chassis Power Control: Down/Off 2023-10-14T03:53:26.087 DEBUG:teuthology.orchestra.console.smithi082:pexpect command: ipmitool -H smithi082.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-14T03:53:26.111 DEBUG:teuthology.orchestra.console.smithi082:check power output: Chassis Power is on 2023-10-14T03:53:30.076 DEBUG:teuthology.orchestra.console.smithi055:pexpect command: ipmitool -H smithi055.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-14T03:53:30.113 DEBUG:teuthology.orchestra.console.smithi082:pexpect command: ipmitool -H smithi082.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-14T03:53:30.187 DEBUG:teuthology.orchestra.console.smithi055:check power output: Chassis Power is on 2023-10-14T03:53:30.224 DEBUG:teuthology.orchestra.console.smithi082:check power output: Chassis Power is on 2023-10-14T03:53:34.190 DEBUG:teuthology.orchestra.console.smithi055:pexpect command: ipmitool -H smithi055.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-14T03:53:34.225 DEBUG:teuthology.orchestra.console.smithi082:pexpect command: ipmitool -H smithi082.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-14T03:53:34.301 DEBUG:teuthology.orchestra.console.smithi055:check power output: Chassis Power is on 2023-10-14T03:53:34.336 DEBUG:teuthology.orchestra.console.smithi082:check power output: Chassis Power is off 2023-10-14T03:53:34.437 INFO:teuthology.orchestra.console.smithi082:Power off completed 2023-10-14T03:53:38.306 DEBUG:teuthology.orchestra.console.smithi055:pexpect command: ipmitool -H smithi055.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-14T03:53:38.416 DEBUG:teuthology.orchestra.console.smithi055:check power output: Chassis Power is off 2023-10-14T03:53:38.517 INFO:teuthology.orchestra.console.smithi055:Power off completed 2023-10-14T03:53:38.623 INFO:teuthology.run:Summary data: description: rados/upgrade/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: 14967.795736789703 failure_reason: 'Command failed (workunit test cls/test_cls_2pc_queue.sh) on smithi055 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=eb1219cd5d884a5e93d9a245ebfc6433 status: fail success: false 2023-10-14T03:53:38.624 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-10-14T03:53:38.709 INFO:teuthology.run:FAIL